]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
solib_target_free_so memory leak
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c296cbe6
BE
12019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2
3 * gdb.base/line65535.exp: New file.
4 * gdb.base/line65535.c: New file.
5
b28a729d
SM
62019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
7
8 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
9 * lib/gnat_debug_info_test.adb: New file.
10 * gdb.ada/ptype_tagged_param.exp: Use
11 gnat_runtime_has_debug_info, expect a different output if
12 runtime does not have debug info.
13
7f2d7a0d
SM
142019-12-20 Simon Marchi <simon.marchi@efficios.com>
15
16 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
17 (another) quote in test name.
18
f3bce483
SM
192019-12-20 Simon Marchi <simon.marchi@efficios.com>
20
21 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
22 Add quote in test name.
23
c855a912
TBA
242019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
25
26 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
27 directory instead.
28 * gdb.cp/pass-by-ref.exp: Extend with more cases.
29 * gdb.cp/pass-by-ref-2.cc: New file.
30 * gdb.cp/pass-by-ref-2.exp: New file.
31
fc9d2d72
TT
322019-12-20 Tom Tromey <tom@tromey.com>
33
34 * gdb.tui/list-before.exp: New file.
35
77b97e00
TT
362019-12-20 Tom Tromey <tom@tromey.com>
37
38 * gdb.tui/list.exp: Check for source on initial listing.
39
f69656d0
TT
402019-12-11 Tom Tromey <tromey@adacore.com>
41
42 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
43 Add crlf test.
44
99a55965
SM
452019-12-18 Simon Marchi <simon.marchi@efficios.com>
46
47 * gdb.base/default.exp: Update value of $_gdb_major.
48
5024637f
BE
492019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
50
51 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
52
b63634be
BE
532019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
54
55 * gdb.base/skip.exp: Whitespace fix.
56
45d73523
BE
572019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
58
59 * gdb.base/skip-inline.c: New file.
60 * gdb.base/skip-inline.exp: New file.
61
d043f8c8
SM
622019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
63
64 * gdb.base/jit-reader.exp (jit_reader_test): Rename
65 jit_function_00 to jit_function_stack_mangle.
66 * gdb.base/jithost.c (jit_function_t): Rename to...
67 (jit_function_stack_mangle_t): ... this.
68 (jit_function_add_t): New typedef.
69 (jit_function_00_code): Rename to...
70 (jit_function_stack_mangle_code): ... this, make static.
71 (jit_function_add_code): New.
72 (main): Generate "add" function and call it. Adjust to changes
73 in jithost_abi.
74 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
75 (struct jithost_abi) <begin, end>: Remove fields.
76 <object, function_stack_mangle, function_add>: New fields.
77 * gdb.base/jitreader.c (struct reader_state) <code_begin,
78 code_end>: Remove fields.
79 <func_stack_mangle>: New field.
80 (read_debug_info): Adjust to renaming, create block for "add"
81 function.
82 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
83
873de05c
TT
842019-12-11 Tom Tromey <tom@tromey.com>
85
86 * gdb.tui/resize.exp: Fix regexp.
87 * gdb.tui/regs.exp: Fix regexps.
88 * gdb.tui/main.exp: Fix regexp.
89
3d979945
TT
902019-12-11 Tom Tromey <tom@tromey.com>
91
92 * gdb.tui/resize.exp: Update.
93 * gdb.tui/empty.exp (layouts): Update.
94
2192a9d3
TT
952019-12-11 Tom Tromey <tom@tromey.com>
96
97 * gdb.tui/regs.exp: Update.
98 * gdb.tui/empty.exp (layouts): Update.
99 * gdb.tui/basic.exp: Update.
100 * lib/tuiterm.exp (_check_box): Don't check bottom border.
101
d8edc8b7
PW
1022019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
103
104 * gdb.base/options.exp: Add -raw-values in the print completion list.
105 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
106
4c12d936
KB
1072019-12-10 Kevin Buettner <kevinb@redhat.com>
108
109 * gdb.threads/omp-par-scope.c: New file.
110 * gdb/threads/omp-par-scope.exp: New file.
111
26b911fb
KB
1122019-12-10 Kevin Buettner <kevinb@redhat.com>
113
bb47f919
KB
114 * lib/gdb.exp (support_nested_function_tests): New proc.
115
1162019-12-10 Kevin Buettner <kevinb@redhat.com>
117
118 * lib/gdb.exp (gdb_compile_openmp): New proc.
119 (build_executable_from_specs): Add an "openmp" option.
120 (gdb_compile_pthreads): Add non-executable case.
26b911fb 121
6c71eb7d
TT
1222019-12-10 Tom Tromey <tromey@adacore.com>
123
124 * gdb.ada/unchecked_union.exp: New file.
125 * gdb.ada/unchecked_union/pck.adb: New file.
126 * gdb.ada/unchecked_union/pck.ads: New file.
127 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
128 * gdb-utils.exp (string_to_regexp): Also quote "?".
129
bac7c5cf
GB
1302019-12-10 George Barrett <bob@bob131.so>
131
132 Test scripted probe breakpoints.
133 * gdb.guile/scm-breakpoint.c (main): Add probe point.
134 * gdb.python/py-breakpoint.c (main): Likewise.
135 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
136 specifier test.
137 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
138
330f1d38
TBA
1392019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
140
141 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
142 an rvalue parameter.
143 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
144 parameter.
145
b43315e2
AB
1462019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
149 modules.
150
54f73dad
AB
1512019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
154 broken version of GCC.
155
d57cbee9
AB
1562019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.fortran/info-modules.exp: Rewrite to make use of new
159 sym-info-cmds library.
160 * gdb.fortran/info-types.exp: Likewise.
161 * lib/sym-info-cmds.exp: New file.
162
c14aab8c
TV
1632019-12-08 Tom de Vries <tdevries@suse.de>
164
165 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
166
aa2d5a42
KS
1672019-12-07 Keith Seitz <keiths@redhat.com>
168
169 * gdb.base/corefile-buildid-shlib-shr.c: New file.
170 * gdb.base/corefile-buildid-shlib.c: New file.
171 * gdb.base/corefile-buildid.c: New file.
172 * gdb.base/corefile-buildid.exp: New file.
173
93e55f0a
TV
1742019-12-06 Tom de Vries <tdevries@suse.de>
175
176 * gdb.dwarf2/varval.exp: Add decl before def test.
177
c7d12402
TBA
1782019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
179
180 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
181
06acc08f
TBA
1822019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
183
184 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
185 CV and reference conversion for overload resolution.
186 * gdb.cp/rvalue-ref-overload.exp: Test it.
187
e0fad1ea
PW
1882019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
189
190 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
191 * gdb.base/frameapply.exp: Test faas without command.
192
8d70a9f0
AB
1932019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
196 Fortran tests.
197 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
198 order.
199
36c8fb93
AB
2002019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
203 casting to type with no kind specified.
204 (test_basic_parsing_of_type_kinds): Additional tests for types
205 with no kind specified, and add tests for single/double
206 precision/complex types.
207
4139ff00
TT
2082019-12-04 Tom Tromey <tromey@adacore.com>
209
210 * gdb.base/endianity.c (struct other) <x>: New field.
211 (main): Initialize it.
212 * gdb.base/endianity.exp: Update.
213
a05cf17a
TT
2142019-12-04 Tom Tromey <tromey@adacore.com>
215
216 * gdb.ada/scalar_storage/storage.adb: New file.
217 * gdb.ada/scalar_storage/pck.adb: New file.
218 * gdb.ada/scalar_storage/pck.ads: New file.
219 * gdb.ada/scalar_storage.exp: New file.
220
103a685e
TT
2212019-12-04 Tom Tromey <tromey@adacore.com>
222
223 * gdb.base/endianity.c (struct otherendian) <f>: New field.
224 (main): Initialize it.
225 * gdb.base/endianity.exp: Update.
226
c2512106
AB
2272019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
230
293b38d6
AB
2312019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
234 -symbol-info-module-functions and -symbol-info-module-variables.
235
216a7e6b
AB
2362019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
239
5bbd8269
AB
2402019-12-01 Richard Bunt <richard.bunt@arm.com>
241 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 * gdb.fortran/derived-type-striding.exp: New file.
244 * gdb.fortran/derived-type-striding.f90: New file.
245 * gdb.fortran/array-slices.exp: New file.
246 * gdb.fortran/array-slices.f90: New file.
247
be09caf1
PW
2482019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
249
250 * gdb.base/define.exp: Test . in command names.
251 * gdb.base/setshow.exp: Update test, as . is now part of
252 command name.
253
643c0cbe
PW
2542019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
255
256 * gdb.base/define-prefix.exp: New file.
257
dcdec678
AB
2582019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
259
260 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
261 compile.
262 (skip_btrace_pt_tests): Likewise.
263
640ab947
AB
2642019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
265
266 * gdb.fortran/info-modules.exp: Compile source files in correct
267 order.
268
d22670f0
KB
2692019-11-27 Kevin Buettner <kevinb@redhat.com>
270
271 * gdb.dwarf2/imported-unit.exp: New file.
272 * gdb.dwarf2/imported-unit.c: New file.
273
db5960b4
AB
2742019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
275
276 * gdb.mi/mi-fortran-modules-2.f90: New file.
277 * gdb.mi/mi-fortran-modules.exp: New file.
278 * gdb.mi/mi-fortran-modules.f90: New file.
279
7dc42066
AB
2802019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * gdb.mi/mi-sym-info-1.c: New file.
283 * gdb.mi/mi-sym-info-2.c: New file.
284 * gdb.mi/mi-sym-info.exp: New file.
285
0dfeecca
TT
2862019-11-22 Tom Tromey <tromey@adacore.com>
287
288 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
289 * gdb.ada/tasks/foo.adb: Add another stopping location.
290
34877895
PJ
2912019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
292
293 * gdb.base/endianity.c: New test.
294 * gdb.base/endianity.exp: New file.
295
2e84f897
LD
2962019-11-21 Lukas Durfina <ldurfina@tachyum.com>
297
298 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
299
65d1cd5f
TV
3002019-11-21 Tom de Vries <tdevries@suse.de>
301
302 PR gdb/24956
303 * gdb.base/ui-redirect.exp: Test output of user-defined command.
304
4f22c3f4
SDJ
3052019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
306
307 * gdb.python/py-progspace.exp: Add missing parentheses on some
308 'print' commands.
309
9f6ad286
TT
3102019-11-19 Tom Tromey <tom@tromey.com>
311
312 * gdb.tui/winheight.exp: New file.
313
0b8dbf3f
AB
3142019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * gdb.base/ctf-whatis.c: Delete.
317 * gdb.base/ctf-whatis.exp: Delete.
318 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
319
f833b7a7
AB
3202019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.base/ctf-cvexpr.exp: Delete.
323 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
324
30d0a636
AB
3252019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
328 the compiler. Clean up header comment a little.
329 * gdb.base/ctf-ptype.exp: Likewise.
330 * gdb.base/ctf-whatis.exp: Likewise.
331 * lib/gdb.exp (skip_ctf_tests): New proc.
332
494409bb
SDJ
3332019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
334
335 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
336 * gdb.tui/corefile-run.exp: New file.
337
55708e99
TT
3382019-11-14 Tom Tromey <tromey@adacore.com>
339
340 * gdb.base/gdbvars.exp (test_convenience_variables): Add
341 regression tests.
342
45e42163
TT
3432019-11-12 Tom Tromey <tom@tromey.com>
344
345 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
346 after any command. Expect prompt after WAIT_FOR is seen.
347 (enter_tui): Enable resize messages.
348 (command): Expect command in output.
349 (get_line): Avoid error when cursor appears to be off-screen.
350 (dump_screen): Include screen size in title.
351 (_do_resize): New proc, from "resize".
352 (resize): Rewrite. Do resize in two steps.
353 * gdb.tui/empty.exp (layouts): Fix entries.
354 (check_boxes): Remove xfail.
355 (check_text): Dump screen on failure.
356
086baaf1
AB
3572019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * gdb.python/py-symbol.exp: Add test for
360 gdb.lookup_static_symbols.
361
09ff83af
AB
3622019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * gdb.python/py-symbol.c: Declare and call function from new
365 py-symbol-2.c file.
366 * gdb.python/py-symbol.exp: Compile both source files, and add new
367 tests for gdb.lookup_static_symbol.
368 * gdb.python/py-symbol-2.c: New file.
369
11af934b
TV
3702019-11-02 Tom de Vries <tdevries@suse.de>
371
372 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
373 * gdb.base/anon.exp: Same.
374 * gdb.base/auto-connect-native-target.exp: Same.
375 * gdb.base/call-ar-st.exp: Same.
376 * gdb.base/catch-syscall.exp: Same.
377 * gdb.base/commands.exp: Same.
378 * gdb.base/default.exp: Same.
379 * gdb.base/display.exp: Same.
380 * gdb.base/float.exp: Same.
381 * gdb.base/foll-fork.exp: Same.
382 * gdb.base/help.exp: Same.
383 * gdb.base/info-macros.exp: Same.
384 * gdb.base/info-proc.exp: Same.
385 * gdb.base/info-target.exp: Same.
386 * gdb.base/long_long.exp: Same.
387 * gdb.base/macscp.exp: Same.
388 * gdb.base/memattr.exp: Same.
389 * gdb.base/nofield.exp: Same.
390 * gdb.base/pointers.exp: Same.
391 * gdb.base/printcmds.exp: Same.
392 * gdb.base/ptype.exp: Same.
393 * gdb.base/restore.exp: Same.
394 * gdb.base/return.exp: Same.
395 * gdb.base/scope.exp: Same.
396 * gdb.base/set-noassign.exp: Same.
397 * gdb.base/setshow.exp: Same.
398 * gdb.base/shlib-call.exp: Same.
399 * gdb.base/signals.exp: Same.
400 * gdb.base/sigstep.exp: Same.
401 * gdb.base/skip.exp: Same.
402 * gdb.base/solib-symbol.exp: Same.
403 * gdb.base/stap-probe.exp: Same.
404 * gdb.base/step-line.exp: Same.
405 * gdb.base/step-test.exp: Same.
406 * gdb.base/style.exp: Same.
407 * gdb.base/varargs.exp: Same.
408 * gdb.base/vla-datatypes.exp: Same.
409 * gdb.base/vla-ptr.exp: Same.
410 * gdb.base/vla-sideeffect.exp: Same.
411 * gdb.base/volatile.exp: Same.
412 * gdb.base/watch-cond-infcall.exp: Same.
413 * gdb.base/watchpoint.exp: Same.
414
e96ec2ba
TV
4152019-11-02 Tom de Vries <tdevries@suse.de>
416
417 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
418 * gdb.cp/cpexprs.exp: Same.
419 * gdb.cp/except-multi-location.exp: Same.
420 * gdb.cp/exceptprint.exp: Same.
421 * gdb.cp/gdb2384.exp: Same.
422 * gdb.cp/inherit.exp: Same.
423 * gdb.cp/m-static.exp: Same.
424 * gdb.cp/meth-typedefs.exp: Same.
425 * gdb.cp/misc.exp: Same.
426 * gdb.cp/namespace.exp: Same.
427 * gdb.cp/non-trivial-retval.exp: Same.
428 * gdb.cp/overload.exp: Same.
429 * gdb.cp/pr17132.exp: Same.
430 * gdb.cp/re-set-overloaded.exp: Same.
431 * gdb.cp/rvalue-ref-types.exp: Same.
432 * gdb.cp/templates.exp: Same.
433
bd5766ec
LM
4342019-11-01 Luis Machado <luis.machado@linaro.org>
435
436 PR gdb/25124
437
438 * gdb.arch/pr25124.S: New file.
439 * gdb.arch/pr25124.exp: New file.
440
165f8965
AB
4412019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * gdb.fortran/info-modules.exp: Update expected results, and add
444 additional tests for 'info module functinos', and 'info module
445 variables'.
446 * gdb.fortran/info-types.exp: Update expected results.
447 * gdb.fortran/info-types.f90: Extend testcase with additional
448 module variables and functions.
449
59c35742
AB
4502019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * gdb.fortran/info-modules.exp: New file.
453 * gdb.fortran/info-types.exp: Build with new file.
454 * gdb.fortran/info-types.f90: Include and use new module.
455 * gdb.fortran/info-types-2.f90: New file.
456
f3fb2519
PW
4572019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
458
459 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
460 * gdb.base/settings.exp: Test all settings types using
461 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
462 that now verifies that the value of "maint show" is the same as
463 returned by the settings functions. Test the type of the
464 maintenance settings.
465 * gdb.base/default.exp: Update show_conv_list.
466
d1e36019
TV
4672019-10-31 Tom de Vries <tdevries@suse.de>
468
469 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
470 gdb_test.
471 * gdb.arch/amd64-disp-step.exp: Same.
472 * gdb.asm/asm-source.exp: Same.
473 * gdb.btrace/buffer-size.exp: Same.
474 * gdb.btrace/cpu.exp: Same.
475 * gdb.btrace/enable.exp: Same.
476 * gdb.dwarf2/count.exp: Same.
477 * gdb.dwarf2/dw2-ranges-func.exp: Same.
478 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
479 * gdb.fortran/vla-datatypes.exp: Same.
480 * gdb.fortran/vla-history.exp: Same.
481 * gdb.fortran/vla-ptype.exp: Same.
482 * gdb.fortran/vla-value.exp: Same.
483 * gdb.fortran/whatis_type.exp: Same.
484 * gdb.guile/guile.exp: Same.
485 * gdb.multi/tids.exp: Same.
486 * gdb.python/py-finish-breakpoint.exp: Same.
487 * gdb.python/py-framefilter.exp: Same.
488 * gdb.python/py-pp-registration.exp: Same.
489 * gdb.python/py-xmethods.exp: Same.
490 * gdb.python/python.exp: Same.
491 * gdb.server/connect-with-no-symbol-file.exp: Same.
492 * gdb.server/no-thread-db.exp: Same.
493 * gdb.server/run-without-local-binary.exp: Same.
494 * gdb.stabs/weird.exp: Same.
495 * gdb.threads/attach-many-short-lived-threads.exp: Same.
496 * gdb.threads/thread-find.exp: Same.
497 * gdb.threads/tls-shared.exp: Same.
498 * gdb.threads/tls.exp: Same.
499 * gdb.threads/wp-replication.exp: Same.
500 * gdb.trace/ax.exp: Same.
501 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
502
3d11e68e
TV
5032019-10-31 Tom de Vries <tdevries@suse.de>
504
505 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
506 * gdb.ada/array_subscript_addr.exp: Same.
507 * gdb.ada/arrayidx.exp: Same.
508 * gdb.ada/arrayparam.exp: Same.
509 * gdb.ada/arrayptr.exp: Same.
510 * gdb.ada/boolean_expr.exp: Same.
511 * gdb.ada/call_pn.exp: Same.
512 * gdb.ada/complete.exp: Same.
513 * gdb.ada/fixed_cmp.exp: Same.
514 * gdb.ada/fun_addr.exp: Same.
515 * gdb.ada/funcall_param.exp: Same.
516 * gdb.ada/interface.exp: Same.
517 * gdb.ada/mod_from_name.exp: Same.
518 * gdb.ada/null_array.exp: Same.
519 * gdb.ada/packed_array.exp: Same.
520 * gdb.ada/packed_tagged.exp: Same.
521 * gdb.ada/print_chars.exp: Same.
522 * gdb.ada/print_pc.exp: Same.
523 * gdb.ada/ptype_arith_binop.exp: Same.
524 * gdb.ada/ptype_field.exp: Same.
525 * gdb.ada/ptype_tagged_param.exp: Same.
526 * gdb.ada/rec_return.exp: Same.
527 * gdb.ada/ref_tick_size.exp: Same.
528 * gdb.ada/str_ref_cmp.exp: Same.
529 * gdb.ada/taft_type.exp: Same.
530 * gdb.ada/tagged.exp: Same.
531 * gdb.ada/type_coercion.exp: Same.
532 * gdb.ada/uninitialized_vars.exp: Same.
533
60b6ede8
TV
5342019-10-30 Tom de Vries <tdevries@suse.de>
535
536 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
537
30baf67b
TV
5382019-10-26 Tom de Vries <tdevries@suse.de>
539
540 * gdb.base/bigcore.c: Fix typos in comments.
541 * gdb.base/ctf-ptype.c: Same.
542 * gdb.base/long_long.c: Same.
543 * gdb.dwarf2/dw2-op-out-param.S: Same.
544 * gdb.python/py-evthreads.c: Same.
545 * gdb.reverse/i387-stack-reverse.c: Same.
546 * gdb.trace/tfile.c: Same.
547 * lib/compiler.c: Same.
548 * lib/compiler.cc: Same.
549
158da0d1
TV
5502019-10-25 Tom de Vries <tdevries@suse.de>
551
552 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
553 gdb_test_multiple calls.
554 * gdb.reverse/sigall-reverse.exp: Same.
555 * gdb.reverse/solib-precsave.exp: Same.
556 * gdb.reverse/solib-reverse.exp: Same.
557 * gdb.reverse/until-precsave.exp: Same.
558 * gdb.reverse/until-reverse.exp: Same.
559
4ccdfbec
TV
5602019-10-24 Tom de Vries <tdevries@suse.de>
561
562 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
563 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
564 kfail using -wrap pattern flag and convenience variable
565 gdb_test_name.
566
33d569b7
AB
5672019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.python/py-progspace.exp: Add tests for the
570 Progspace.block_for_pc method.
571
4d0b984b
TT
5722019-10-23 Tom Tromey <tom@tromey.com>
573
574 * configure: Rebuild.
575 * aclocal.m4: Use m4_include, not sinclude.
576
94cb3754
TV
5772019-10-21 Tom de Vries <tdevries@suse.de>
578
579 * gdb.base/infcall-nested-structs.c: Add
580 __attribute__((noinline,noclone)) to all functions.
581 (call_all): Add missing variable initialization. Simplify return value.
582 (breakpt): Increment volatile variable, to prevent call from being
583 optimized out.
584 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
585
062f1fc1
TV
5862019-10-17 Tom de Vries <tdevries@suse.de>
587
588 * gdb.fortran/module.exp: Allow info variables to print info for files
589 other than module.f90.
590
0b54364d
AB
5912019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * gdb.fortran/module.exp: Extend with 'info variables' test.
594
7ff5fae7
AB
5952019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
598 F77_FOR_TARGET.
599
d10eccaa
TV
6002019-10-16 Tom de Vries <tdevries@suse.de>
601
602 PR tdep/25096
603 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
604
745ff14e
TV
6052019-10-16 Tom de Vries <tdevries@suse.de>
606
607 PR tdep/24104
608 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
609 Add KFAIL for PR tdep/25096.
610
03e1ab94
TV
6112019-10-16 Tom de Vries <tdevries@suse.de>
612
613 PR testsuite/25059
614 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
615
b17fcc10
TV
6162019-10-16 Tom de Vries <tdevries@suse.de>
617
618 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
619 as signed.
620
9223170f
SM
6212019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
622
623 * gdb.mi/list-thread-groups-available.exp: Read entries one by
624 one instead of increasing timeout.
625
d6e76313
TV
6262019-10-13 Tom de Vries <tdevries@suse.de>
627
628 PR record/25038
629 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
630 * gdb.reverse/sigall-reverse.exp: Same.
631 * gdb.reverse/solib-precsave.exp: Same.
632 * gdb.reverse/solib-reverse.exp: Same.
633 * gdb.reverse/step-precsave.exp: Same.
634 * gdb.reverse/until-precsave.exp: Same.
635 * gdb.reverse/until-reverse.exp: Same.
636 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
637
6dfc0041
AA
6382019-10-10 Andreas Arnez <arnez@linux.ibm.com>
639
640 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
641 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
642 (cmp_struct_05_01, cmp_struct_static_02_01)
643 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
644 comparisons.
645
abcf2cc8
TV
6462019-10-10 Tom de Vries <tdevries@suse.de>
647
648 PR testsuite/24888
649 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
650 gnatlink.
651
a50faaf6
TV
6522019-10-09 Tom de Vries <tdevries@suse.de>
653
654 PR testsuite/25048
655 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
656
60ff3cd7
AB
6572019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
658
659 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
660 exceptions due to missing debug information.
661
dfee8566
TV
6622019-10-07 Tom de Vries <tdevries@suse.de>
663
664 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
665
3d63690a
AB
6662019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
667
668 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
669 * gdb.base/annota1.exp: Update to use gdb_test_name.
670
30d1f018
WP
6712019-10-07 Weimin Pan <weimin.pan@oracle.com>
672
673 * gdb.base/ctf-whatis.exp: New file.
674 * gdb.base/ctf-whatis.c: New file.
675 * gdb.base/ctf-ptype.exp: New file.
676 * gdb.base/ctf-ptype.c: New file.
677 * gdb.base/ctf-constvars.exp: New file.
678 * gdb.base/ctf-constvars.c: New file.
679 * gdb.base/ctf-cvexpr.exp: New file.
680
4dbbb47c
TV
6812019-10-04 Tom de Vries <tdevries@suse.de>
682
683 * gdb.cp/local-static.c (main): Move declaration of int i out of the
684 for loop.
685
77c2dba3
TT
6862019-10-03 Tom Tromey <tom@tromey.com>
687
688 PR rust/24976:
689 * gdb.rust/simple.rs (Union2): New type.
690 (main): Use Union2.
691 * gdb.rust/simple.exp: Add test.
692
179aed7f
AB
6932019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
696 nested function prefix.
697
0a4b0913
AB
6982019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
699 Richard Bunt <richard.bunt@arm.com>
700 Andrew Burgess <andrew.burgess@embecosm.com>
701
702 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
703 nested functions.
704 * gdb.fortran/nested-funcs.f90: Update expected results.
705 * gdb.fortran/nested-funcs-2.exp: New file.
706 * gdb.fortran/nested-funcs-2.f90: New file.
707
082cce05
AB
7082019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.python/py-parameter.exp: Make test names unique.
711 * gdb.python/py-template.exp: Likewise.
712 * gdb.python/py-value.exp: Likewise.
713
2b74ba5a
AB
7142019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * gdb.base/break-interp.exp: Reduce test name duplication.
717 * gdb.base/call-sc.exp: Likewise.
718 * gdb.base/callfuncs.exp: Likewise.
719 * gdb.base/charset.exp: Likewise.
720 * gdb.base/dump.exp: Likewise.
721 * gdb.base/ena-dis-br.exp: Likewise.
722 * gdb.base/relational.exp: Likewise.
723 * gdb.base/step-over-syscall.exp: Likewise.
724 * gdb.base/structs.exp: Likewise.
725
58eb20d5
AB
7262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
727
728 * gdb.linespec/explicit.exp: Make test names unique.
729 * gdb.linespec/ls-errs.exp: Likewise.
730
4d421147
AB
7312019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * gdb.reverse/break-precsave.exp: Make test names unique.
734 * gdb.reverse/break-reverse.exp: Likewise.
735 * gdb.reverse/finish-precsave.exp: Likewise.
736 * gdb.reverse/finish-reverse.exp: Likewise.
737 * gdb.reverse/machinestate-precsave.exp: Likewise.
738 * gdb.reverse/machinestate.exp: Likewise.
739 * gdb.reverse/readv-reverse.exp: Likewise.
740 * gdb.reverse/recvmsg-reverse.exp: Likewise.
741 * gdb.reverse/sigall-precsave.exp: Likewise.
742 * gdb.reverse/sigall-reverse.exp: Likewise.
743 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
744 * gdb.reverse/watch-precsave.exp: Likewise.
745 * gdb.reverse/watch-reverse.exp: Likewise.
746
d8c06f22
AB
7472019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.threads/stop-with-handle.c: New file.
750 * gdb.threads/stop-with-handle.exp: New file.
751
3a56ed86
TV
7522019-10-03 Tom de Vries <tdevries@suse.de>
753
754 PR testsuite/25059
755 * gdb.base/list-missing-source.exp: Allowing the "Compilation
756 directory" line to be missing.
757
42275044
TV
7582019-10-03 Tom de Vries <tdevries@suse.de>
759
760 PR testsuite/25059
761 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
762 type optional.
763
9ef62df0
AA
7642019-10-02 Andreas Arnez <arnez@linux.ibm.com>
765
766 * gdb.python/py-format-string.c (string.h): New include.
767 (main): Fill a_struct_with_union.the_union.an_int with bytes of
768 the same value, for endianness-independence.
769 * gdb.python/py-format-string.exp (default_regexp_dict)
770 (test_pretty_structs, test_format): Adjust expected output to the
771 changed initialization.
772
37f6a7f4
TT
7732019-10-02 Tom Tromey <tromey@adacore.com>
774
775 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
776
1d58d6a2
PA
7772019-10-02 Pedro Alves <palves@redhat.com>
778 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
781 "print-file-var.h".
782 (this_version_id) Use ATTRIBUTE_VISIBILITY.
783 (get_version_1): Print this_version_id and its address.
784 Add extern "C" wrappers around interface functions.
785 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
786 "print-file-var.h".
787 (this_version_id) Use ATTRIBUTE_VISIBILITY.
788 (get_version_2): Print this_version_id and its address.
789 Add extern "C" wrappers around interface functions.
790 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
791 <stddef.h> and "print-file-var.h".
792 Add extern "C" wrappers around interface functions.
793 [VERSION_ID_MAIN] (this_version_id): Define.
794 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
795 * gdb.base/print-file-var.h: Add some #defines to simplify setting
796 up extern "C" blocks.
797 * gdb.base/print-file-var.exp (test): New, factored out from top
798 level.
799 (top level): Test all combinations of attribute hidden or not,
800 dlopen or not, and this_version_id symbol in main file or not.
801 Compile tests as both C++ and C, make test names unique.
802
d770d56f
TT
8032019-10-01 Tom Tromey <tom@tromey.com>
804
805 * gdb.base/style.exp: Test "show logging filename".
806
7f6aba03
TT
8072019-10-01 Tom Tromey <tom@tromey.com>
808
809 * lib/gdb-utils.exp (style): Handle "metadata" argument.
810 * gdb.base/style.exp: Add metadata style test.
811
14309bb6
TT
8122019-10-01 Tom Tromey <tom@tromey.com>
813
814 * gdb.base/style.exp: Test "pwd".
815
2a3c1174
PA
8162019-10-01 Tom Tromey <tom@tromey.com>
817
818 * gdb.base/style.exp: Update tests.
819
53d666ec
AA
8202019-10-01 Andreas Arnez <arnez@linux.ibm.com>
821
822 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
823 'six' to unsigned.
824 (s1): Initialize fields 'four' and 'six' instead of 'three' and
825 'five'. Use an all-ones bit pattern for each.
826 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
827 to its changed values.
828
4a56a520
TT
8292019-09-30 Tom Tromey <tromey@adacore.com>
830
831 * gdb.rust/traits.rs: Disable all warnings.
832
0df0352a
TV
8332019-09-29 Tom de Vries <tdevries@suse.de>
834
835 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
836
73d9a918
TV
8372019-09-29 Tom de Vries <tdevries@suse.de>
838
839 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
840
060b3ab4
TV
8412019-09-27 Tom de Vries <tdevries@suse.de>
842
843 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
844
68f7d34d
TV
8452019-09-27 Tom de Vries <tdevries@suse.de>
846
847 PR record/23188
848 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
849
5d63b30a
TT
8502019-09-26 Tom Tromey <tromey@adacore.com>
851
852 * gdb.ada/py_taft.exp: New file.
853 * gdb.ada/py_taft/main.adb: New file.
854 * gdb.ada/py_taft/pkg.adb: New file.
855 * gdb.ada/py_taft/pkg.ads: New file.
856
3d435220
TV
8572019-09-24 Tom de Vries <tdevries@suse.de>
858
859 PR gdb/24598
860 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
861
77d03678
TV
8622019-09-22 Tom de Vries <tdevries@suse.de>
863
864 * gdb.base/restore.exp: Allow register variables to be optimized out at
865 -O0.
866
abf516c6
UW
8672019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
868
869 * gdb.arch/spu-info.exp: Remove file.
870 * gdb.arch/spu-info.c: Remove file.
871 * gdb.arch/spu-ls.exp: Remove file.
872 * gdb.arch/spu-ls.c: Remove file.
873
874 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
875 * gdb.asm/spu.inc: Remove file.
876
877 * gdb.base/dump.exp: Remove support for spu*-*-*.
878 * gdb.base/stack-checking.exp: Likewise.
879 * gdb.base/overlays.exp: Likewise.
880 * gdb.base/ovlymgr.c: Likewise.
881 * gdb.base/spu.ld: Remove file.
882
883 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
884 * gdb.cp/cpexprs.exp: Likewise.
885 * gdb.cp/exception.exp: Likewise.
886 * gdb.cp/gdb2495.exp: Likewise.
887 * gdb.cp/mb-templates.exp: Likewise.
888 * gdb.cp/pr9167.exp: Likewise.
889 * gdb.cp/userdef.exp: Likewise.
890
891 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
892
893 * gdb.cell: Remove directory.
894 * lib/cell.exp: Remove file.
895
e452e88f
TV
8962019-09-19 Tom de Vries <tdevries@suse.de>
897
898 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
899
8a625130
TV
9002019-09-19 Tom de Vries <tdevries@suse.de>
901
902 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
903
81dc3ab5
TV
9042019-09-19 Tom de Vries <tdevries@suse.de>
905
906 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
907 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
908 (gdb_target_cmd): ... here.
909 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
910 value 2.
911
b078f3ac
AB
9122019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * gdb.base/source-dir.exp: Avoid having directory names in test
915 names.
916
f1b620e9
MG
9172019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.base/source-dir.exp: Add extra test for mapped compilation
920 directory.
921
67f3ed6a
AB
9222019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
923
924 * gdb.base/list-missing-source.exp: New file.
925
d1b70248
TV
9262019-09-14 Tom de Vries <tdevries@suse.de>
927
928 PR teststuite/24599
929 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
930 * lib/ada.exp (gnatmake_version_at_least): New proc.
931
5fabdcd6
AB
9322019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.base/maint.exp: Use exec_has_index_section.
935
aa17805f
AB
9362019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * gdb.base/maint.exp: Add test for 'maint info sections'.
939
25e5c209
TV
9402019-09-12 Tom de Vries <tdevries@suse.de>
941
942 * gdb.base/store.exp: Allow register variables to be optimized out at
943 -O0.
944
4993045d
PW
9452019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
946
947 * gdb.ada/rdv_wait.exp: Update to new task names.
948 * gdb.base/task_switch_in_core.exp: Likewise.
949 * gdb.base/info_sources_base.c: Likewise.
950
8a516164
TT
9512019-09-10 Tom Tromey <tromey@adacore.com>
952
953 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
954
aa391654
TT
9552019-09-10 Tom Tromey <tromey@adacore.com>
956
957 * gdb.ada/dgopt.exp: New file.
958 * gdb.ada/dgopt/x.adb: New file.
959
8634b462
TT
9602019-09-08 Tom Tromey <tom@tromey.com>
961
962 * gdb.tui/resize.exp: Remove setup_xfail.
963 * gdb.tui/regs.exp: Remove setup_xfail.
964 * gdb.tui/basic.exp: Remove setup_xfail.
965
736b0f76
DB
9662019-09-06 David Blaikie <dblaikie@gmail.com>
967
968 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
969 * gdb.cp/cplabel.exp: Ditto.
970 * gdb.linespec/ls-errs.exp: Ditto.
971
30331a6c
TV
9722019-09-05 Tom de Vries <tdevries@suse.de>
973
974 * lib/gdb.exp (cmp_file_string): New proc.
975 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
976 runto_main. Verify save breakpoints output.
977
98b0ebab
PW
9782019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
979
980 * gdb.base/info-var.exp: Test info variables without running
981 to main, to avoid expect's buffer overflow.
982
4e962e74
TT
9832019-09-03 Tom Tromey <tromey@adacore.com>
984
985 * gdb.ada/bias.exp: New file.
986 * gdb.ada/bias/bias.adb: New file.
987 * gdb.ada/print_chars.exp: Add regression test.
988 * gdb.ada/print_chars/foo.adb (My_Character): New type.
989 (MC): New variable.
990
2ea1a07a
SL
9912019-08-29 Sandra Loosemore <sandra@codesourcery.com>
992
993 * gdb.base/argv0-symlink.exp: Run only on native target
994 and local host.
995
8077c50d
TV
9962019-08-29 Tom de Vries <tdevries@suse.de>
997
998 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
999 diverse debug info.
1000 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1001
48352473
TV
10022019-08-28 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.base/info-var.exp: Allow info variables to print info for files
1005 other than info-var-f1.c and info-var-f2.c.
1006
d8f27c60
AB
10072019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1008
1009 * gdb.fortran/info-types.exp: Add module.
1010 * gdb.fortran/info-types.f90: Update expected results.
1011
1f20c35e
AB
10122019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.fortran/info-types.exp: New file.
1015 * gdb.fortran/info-types.f90: New file.
1016 * lib/fortran.exp (fortran_character1): New proc.
1017
4acfdd20
AB
10182019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1021 functions'. Reindent as needed.
1022 * gdb.base/info-var-f1.c: New file.
1023 * gdb.base/info-var-f2.c: New file.
1024 * gdb.base/info-var.exp: New file.
1025 * gdb.base/info-var.h: New file.
1026
5c31b358
TV
10272019-08-26 Tom de Vries <tdevries@suse.de>
1028
1029 PR c++/24852
1030 * gdb.cp/no-libstdcxx-probe.exp: New test.
1031
b694989f
TV
10322019-08-26 Tom de Vries <tdevries@suse.de>
1033
1034 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1035 * tests need to be skipped.
1036 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1037 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1038 mi_skip_libstdcxx_probe_tests.
1039
d9c4ba53
SDJ
10402019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1041
1042 * gdb.python/py-xmethods.exp: Use raw strings when passing
1043 arguments to SimpleXMethodMatcher.
1044
395fad09
TV
10452019-08-22 Tom de Vries <tdevries@suse.de>
1046
1047 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1048 more informative.
1049
26c957f1
PA
10502019-08-21 Pedro Alves <palves@redhat.com>
1051
1052 * gdb.base/with.exp: Test "with" with no arguments.
1053
61f80d5d
TV
10542019-08-21 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.base/gdb-caching-proc.exp: Sort files.
1057
d7a11d13
TV
10582019-08-20 Tom de Vries <tdevries@suse.de>
1059
1060 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1061 compilation.
1062
34dafe9f
TV
10632019-08-16 Tom de Vries <tdevries@suse.de>
1064
1065 * gdb.base/compare-sections.exp ("after run to main"): Allow
1066 mismatched read-only sections for PIE executables.
1067
398fdd60
TT
10682019-08-16 Tom Tromey <tom@tromey.com>
1069
1070 * lib/tuiterm.exp (_csi_Z): New proc.
1071 * gdb.tui/basic.exp: Update window positions.
1072 * gdb.tui/empty.exp: Update window positions.
1073
d8f9e51c
SL
10742019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1075
1076 * gdb.base/examine-backward.exp: Correct regexp for
1077 "examine 3 bytes backward from ${address_zero}".
1078
3df505f6
TT
10792019-08-15 Tom Tromey <tom@tromey.com>
1080
1081 * gdb.tui/empty.exp: Enable resizing tests.
1082
272560b5
TT
10832019-08-15 Tom Tromey <tromey@adacore.com>
1084
1085 * gdb.ada/char_enum.exp: Add regression tests.
1086 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1087 and '0'.
1088 (Char, Gchar): Update.
1089 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1090
08235187
CB
10912019-08-15 Christian Biesinger <cbiesinger@google.com>
1092
1093 * gdb.python/python.exp: Expect a leading underscore on
1094 GdbOutput{,Error}File.
1095
22a2ab04
SL
10962019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1097
1098 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1099 Windows host.
1100
835b995b
SL
11012019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1102
1103 * gdb.base/batch-preserve-term-settings.exp
1104 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1105
97dd8e07
CB
11062019-08-15 Christian Biesinger <cbiesinger@google.com>
1107
1108 * lib/gdb.exp: When running on a mingw target, replace
1109 /x/ with x:/.
1110
75faf5c4
AH
11112019-08-14 Alan Hayward <alan.hayward@arm.com>
1112
1113 * gdb.arch/aarch64-prologue.c: New test.
1114 * gdb.arch/aarch64-prologue.exp: New file.
1115
abc6c00f
TV
11162019-08-13 Tom de Vries <tdevries@suse.de>
1117
1118 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1119 Thread.
1120
74c2c1f4
SL
11212019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1122
1123 * gdb.python/py-completion.exp: Download the .py file to the host
1124 and use its host pathname. Conditionalize tests that use
1125 tab completion and manipulate files on the build machine.
1126 * gdb.python/py-events.exp: Download the .py file to the host
1127 and use its host pathname.
1128 * gdb.python/py-evsignal.exp: Likewise.
1129 * gdb.python/py-evthreads.exp: Likewise.
1130 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1131 pathname syntax.
1132 * gdb.python/py-framefilter.exp: Download the .py file to the right
1133 place on the host. Match Windows pathname syntax.
1134 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1135 .py file to the host and use its host pathname.
1136 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1137 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1138 build pathname. Skip symlink test on Windows host. Add missing
1139 newline at end of file.
1140 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1141 and use its host pathname.
1142 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1143 * gdb.python/py-section-script.exp: Use host location of binfile
1144 on safe-path. Use correct path separator on Windows host.
1145 Reorder alternatives in gdb_test_multiple to prevent matching
1146 the wrong alternative on success.
1147 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1148
ca2589f3
PP
11492019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1150
1151 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1152 expect the GDB inferior to no longer immediately stop after
1153 being resumed with "signal SIGINT".
1154
020a839d
SL
11552019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1156
1157 * gdb.linespec/break-ask.exp: Generalize regexps to match
1158 Windows pathnames too.
1159
128d6509
TV
11602019-08-08 Tom de Vries <tdevries@suse.de>
1161
1162 PR testsuite/24862
1163 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1164
590042fc
PW
11652019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1166
1167 * gdb.base/style.exp: Update tests for help doc new invariants.
1168 * gdb.base/help.exp: Likewise.
1169
046bebe1
TT
11702019-08-06 Tom Tromey <tom@tromey.com>
1171
1172 * gdb.base/style.exp: Add disassemble test.
1173 * gdb.base/style.c (some_called_function): New function.
1174 (main): Use it.
1175
0b27c27d
CB
11762019-08-05 Christian Biesinger <cbiesinger@google.com>
1177
1178 * gdb.python/py-block.exp: Test dictionary access on blocks.
1179
580f1034
SM
11802019-08-05 Simon Marchi <simon.marchi@efficios.com>
1181
1182 PR gdb/24863
1183 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1184 -list-thread-groups --available test when running under
1185 check-read1.
1186
d86bd7cb
TV
11872019-08-05 Tom de Vries <tdevries@suse.de>
1188
1189 PR testsuite/24863
1190 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1191 * gdb.base/help.exp: Use with_read1_timeout_factor.
1192 * gdb.base/info-macros.exp: Same.
1193 * gdb.cp/nested-types.exp: Same.
1194
a80cf5d8
TV
11952019-08-05 Tom de Vries <tdevries@suse.de>
1196
1197 * lib/gdb.exp (version_at_least): Factor out of ...
1198 (tcl_version_at_least): ... here.
1199 (gdb_compile): Fail if pie results in non-PIE executable.
1200 (readelf_version, readelf_prints_pie): New proc.
1201 (exec_is_pie): Return -1 if unknown.
1202
d0962838
TV
12032019-08-05 Tom de Vries <tdevries@suse.de>
1204
1205 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1206
2252ff3d
SL
12072019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1208
1209 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1210
26655f53
SL
12112019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1212
1213 * lib/completion-support.exp (test_gdb_complete_none): Skip
1214 tab completion tests if no readline support.
1215 (test_gdb_complete_unique_re): Likewise.
1216 (test_gdb_complete_multiple): Likewise.
1217
db4dc13e
PW
12182019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1219
1220 * gdb.base/info_sources.exp: New file.
1221 * gdb.base/info_sources.c: New file.
1222 * gdb.base/info_sources_base.c: New file.
1223
0eba165a
PFC
12242019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1225
1226 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1227 prefix argument.
1228 (test_exit_status): Add prefix argument.
1229
59bd512b
TV
12302019-08-01 Tom de Vries <tdevries@suse.de>
1231
1232 PR testsuite/24863
1233 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1234 calling exp_continue for new thread and thread exited messages.
1235
2a3ad588
TV
12362019-08-01 Tom de Vries <tdevries@suse.de>
1237
1238 PR testsuite/24863
1239 * gdb.base/structs.exp: Fix check-read1 timeout using
1240 gdb_test_sequence.
1241 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1242
117eb594
TV
12432019-08-01 Tom de Vries <tdevries@suse.de>
1244
1245 PR testsuite/24863
1246 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1247 line.
1248
ed591340
TV
12492019-08-01 Tom de Vries <tdevries@suse.de>
1250
1251 PR testsuite/24863
1252 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1253
aa3b6533
TT
12542019-07-30 Tom Tromey <tromey@adacore.com>
1255
1256 * gdb.ada/display_nested.exp: New file.
1257 * gdb.ada/display_nested/foo.adb: New file.
1258 * gdb.ada/display_nested/pack.adb: New file.
1259 * gdb.ada/display_nested/pack.ads: New file.
1260
2906593f
CB
12612019-07-30 Christian Biesinger <cbiesinger@google.com>
1262
1263 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1264 namespace.
1265 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1266
0f575925
TV
12672019-07-30 Tom de Vries <tdevries@suse.de>
1268
1269 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1270 instead.
1271
b13057d9
TV
12722019-07-30 Tom de Vries <tdevries@suse.de>
1273
1274 PR testsuite/24834
1275 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1276 (exec_is_pie): New proc.
1277
5c4dde85
CB
12782019-07-29 Christian Biesinger <cbiesinger@google.com>
1279
1280 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1281
c620ed88
CB
12822019-07-29 Christian Biesinger <cbiesinger@google.com>
1283
1284 * gdb.python/py-objfile.c: Add global and static vars.
1285 * gdb.python/py-objfile.exp: Test new functions Objfile.
1286 lookup_global_symbol and lookup_static_symbol.
1287
3d235706
TT
12882019-07-29 Tom Tromey <tom@tromey.com>
1289
1290 * lib/tuiterm.exp (Term::_csi_@): New proc.
1291 (Term::_csi_X): Don't move cursor.
1292
c7e4c0a6
PW
12932019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1294
1295 * gdb.base/options.exp: Update backtrace - completion to
1296 new option -frame-info.
1297 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1298 Test new 'set print frame-info'. Test backtrace -frame-info
1299 overriding 'set print frame-info'.
1300 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1301 Test new 'set print frame-info'.
1302 Verify consistency of backtrace with and without filters, with and
1303 without -no-filters.
1304 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1305 default.
1306
de28a3b7
TV
13072019-07-29 Tom de Vries <tdevries@suse.de>
1308
1309 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1310 no arguments".
1311
507dd60e
TV
13122019-07-29 Tom de Vries <tdevries@suse.de>
1313
1314 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1315 is a substring of the first for "complete non-unique file name".
1316
5beafce9
TV
13172019-07-29 Tom de Vries <tdevries@suse.de>
1318
1319 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1320 with ".*".
1321
2d274232
TV
13222019-07-29 Tom de Vries <tdevries@suse.de>
1323
1324 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1325 Pass prompt_regexp parameter to gdb_test_multiple calls.
1326
9197cd8b
TV
13272019-07-29 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1330 print registers" regexps.
1331
b528dae0
TV
13322019-07-29 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1335
d17725d7
TV
13362019-07-29 Tom de Vries <tdevries@suse.de>
1337
1338 PR gdb/24855
1339 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1340 (skip_python_tests_prompt): Add prompt_regexp argument to
1341 gdb_test_multiple calls.
1342
52b75bf1
TT
13432019-07-27 Tom Tromey <tom@tromey.com>
1344
1345 * gdb.tui/main.exp: New file.
1346
2b1d00c2
TT
13472019-07-27 Tom Tromey <tom@tromey.com>
1348
1349 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1350 optional.
1351 * gdb.tui/empty.exp: New file.
1352
ded631d5
TT
13532019-07-27 Tom Tromey <tom@tromey.com>
1354
1355 * lib/tuiterm.exp (spawn): New proc.
1356 (Term::resize): New proc.
1357 * gdb.tui/resize.exp: New file.
1358
58ac439d
TT
13592019-07-27 Tom Tromey <tom@tromey.com>
1360
1361 * gdb.tui/list.exp: New file.
1362
fe1f56ee
TT
13632019-07-27 Tom Tromey <tom@tromey.com>
1364
1365 * gdb.tui/regs.exp: New file.
1366
f790b310
TT
13672019-07-27 Tom Tromey <tom@tromey.com>
1368
1369 * gdb.tui/basic.exp: Add "layout split" test.
1370
d95fc6ee
TT
13712019-07-27 Tom Tromey <tom@tromey.com>
1372
1373 * gdb.tui/basic.exp: Add "layout asm" test.
1374
c3786b3a
TT
13752019-07-27 Tom Tromey <tom@tromey.com>
1376
1377 * lib/tuiterm.exp: New file.
1378 * gdb.tui/basic.exp: New file.
1379
98a617f8
KB
13802019-07-27 Kevin Buettner <kevinb@redhat.com>
1381
1382 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1383 Enable tests associated with this flag. Adjust regex
1384 referencing "foo_low" to now refer to "foo_cold" instead.
1385
5c076da4
KB
13862019-07-27 Kevin Buettner <kevinb@redhat.com>
1387
1388 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1389 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1390 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1391 foo_cold. Revise comments to match.
1392 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1393 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1394 were wrapped into this proc; Call do_test in loop from outermost
1395 level.
1396 (foo_low): Rename all occurrences to "foo_cold".
1397 (backtrace from baz): New test.
1398 (x2/i foo_cold): New test.
1399 (info line *foo_cold): New test.
1400
1512d3b7
TV
14012019-07-26 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1404
297989a1
TV
14052019-07-25 Tom de Vries <tdevries@suse.de>
1406
1407 PR testsuite/24830
1408 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1409 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1410 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1411 (skip_libstdcxx_probe_tests): ... here.
1412 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1413
b3b965fb
TV
14142019-07-24 Tom de Vries <tdevries@suse.de>
1415
1416 PR testsuite/24807
1417 * gdb.objc/basicclass.m: Include stdio.h.
1418 * gdb.objc/nondebug.m: Same.
1419 * gdb.objc/objcdecode.m: Same.
1420
4625b4d0
TV
14212019-07-24 Tom de Vries <tdevries@suse.de>
1422
1423 PR testsuite/24612
1424 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1425 additional_flags.
1426
024a5840
TV
14272019-07-24 Tom de Vries <tdevries@suse.de>
1428
1429 PR testsuite/24831
1430 * gdb.multi/tids.exp: Update error messages for info threads.
1431
c76ddaa3
TV
14322019-07-24 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/info-types.exp: Allow info types to print info for more than
1435 one file.
1436
9a618ef6
TV
14372019-07-23 Tom de Vries <tdevries@suse.de>
1438
1439 PR testsuite/24842
1440 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1441 gdb_spawn_with_cmdline_opts.
1442
40eadf04
SP
14432019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1444
1445 * gdb.arch/arm-cmse-sgstubs.c: New test.
1446 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1447
5ba29434
TV
14482019-07-23 Tom de Vries <tdevries@suse.de>
1449
1450 PR testsuite/24711
1451 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1452 issuing next command.
1453
a8e9d247
AB
14542019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * gdb.ada/info_auto_lang.exp: Update expected results.
1457 * gdb.base/info-types.c: Add additional types to check.
1458 * gdb.base/info-types.exp: Update expected results.
1459
eb86c5e2
AB
14602019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1461
1462 * gdb.base/info-types.c: New file.
1463 * gdb.base/info-types.exp: New file.
1464
01e175fe
AB
14652019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1466
1467 * gdb.arch/riscv-bp-infcall.c: New file.
1468 * gdb.arch/riscv-bp-infcall.exp: New file.
1469
6b78c3f8
AB
14702019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 PR breakpoints/24541
1473 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1474
da738167
TV
14752019-07-14 Tom de Vries <tdevries@suse.de>
1476
1477 PR testsuite/24760
1478 * gdb.objc/basicclass.exp: Fix unterminated string.
1479
0d4e84ed
AB
14802019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1481 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1484 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1485 negative bounds.
1486 * gdb.fortran/vla-value.exp: Print elements of an array with
1487 negative bounds.
1488 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1489 testing.
1490
021d8588
AB
14912019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.base/options.exp (expect_string): Dequote strings in
1494 results.
1495 (test-string): Test strings with different quoting and reindent.
1496
f06f1252
TT
14972019-07-10 Tom Tromey <tromey@adacore.com>
1498
1499 * gdb.ada/mi_ex_cond.exp: Update expected results.
1500 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1501 * gdb.ada/mi_catch_ex.exp: Update expected results.
1502 * gdb.ada/mi_catch_assert.exp: Update expected results.
1503 * gdb.ada/catch_ex.exp (catch_exception_info)
1504 (catch_exception_entry, catch_assert_entry)
1505 (catch_unhandled_entry): Update.
1506 * gdb.ada/catch_assert_if.exp: Update expected results.
1507
b863685d
RB
15082019-07-10 Richard Bunt <richard.bunt@arm.com>
1509 Stephen Roberts <stephen.roberts@arm.com>
1510
1511 * gdb.base/define.exp: Restore original prompt.
1512
cb1e4e32
PA
15132019-07-09 Pedro Alves <palves@redhat.com>
1514
1515 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1516 breakpoints" output.
1517 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1518 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1519 throw" creates breakpoint.
1520 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1521 'type="catchpoint"'.
1522
b58a68fe
PA
15232019-07-09 Pedro Alves <palves@redhat.com>
1524
1525 PR c++/15468
1526 * gdb.cp/except-multi-location-lib.cc: New.
1527 * gdb.cp/except-multi-location-main.cc: New.
1528 * gdb.cp/except-multi-location.exp: New.
1529
0826779b
PW
15302019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1531
1532 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1533 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1534 argument and update callers.
1535
5b0e2db4
AB
15362019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1537
1538 * gdb.arch/amd64-break-on-asm-line.S: New file.
1539 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1540
1f6f6e21
PW
15412019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1542
1543 * gdb.base/printcmds.exp: Test printing C string and
1544 C wide string convenience vars without transiting via the inferior.
1545 Also make test names unique.
1546
ea142fbf
AH
15472019-07-08 Alan Hayward <alan.hayward@arm.com>
1548
5862c886 1549 PR breakpoints/25011
ea142fbf
AH
1550 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1551
213fd9fa
PA
15522019-07-04 Pedro Alves <palves@redhat.com>
1553
1554 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1555 body returned ok(0), break(3) or continue(4).
1556 * gdb.testsuite/foreach_with_prefix.exp: New file.
1557
2b40fda7
AH
15582019-07-04 Alan Hayward <alan.hayward@arm.com>
1559
1560 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1561
a26c8de0
PA
15622019-07-03 Pedro Alves <palves@redhat.com>
1563
1564 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1565 "return -code".
1566
5f4ba3e7
PA
15672019-07-03 Pedro Alves <palves@redhat.com>
1568
1569 PR cli/24732
1570 * gdb.base/shell.exp: Load completion-support.exp.
1571 Adjust expected error output. Add completion tests.
1572
a994424f
PA
15732019-07-03 Pedro Alves <palves@redhat.com>
1574
1575 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1576 string_to_regexp.
1577
3d9be6f5
PA
15782019-07-03 Pedro Alves <palves@redhat.com>
1579
1580 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1581 (expect_integer): Adjust to expect "-string".
1582 (expect_string): New.
1583 (all_options): Expect "-string".
1584 (test-flag, test-boolean): Adjust to expect "-string".
1585 (test-string): New proc.
1586 (top level): Call it.
1587
41fc454c
PA
15882019-07-03 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1591 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1592 the expected output in the success.
1593
b2b2a215
PA
15942019-07-03 Pedro Alves <palves@redhat.com>
1595
1596 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1597 Split one gdb_test_multiple call in two to avoid a race.
1598
fdbc9870
PA
15992019-07-03 Pedro Alves <palves@redhat.com>
1600
1601 * gdb.base/with.c: New file.
1602 * gdb.base/with.exp: New file.
1603
c6ac8931
PA
16042019-07-03 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.base/settings.exp: Replace all references to "maint
1607 test-settings set" with references to "maint set test-settings",
1608 and all references to "maint test-settings show" with references
1609 to "maint show test-settings".
1610
970f9d09
PA
16112019-07-03 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.base/settings.exp (test-string): Adjust expected out when
1614 testing "maint test-settings show filename"
1615
54d66006
PA
16162019-07-02 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.base/options.exp (test-info-threads): New procedure.
1619 (top level): Call it.
1620
10d06d82
TT
16212019-06-28 Tom Tromey <tromey@adacore.com>
1622
1623 * gdb.dwarf2/ada-linkage-name.c: New file.
1624 * gdb.dwarf2/ada-linkage-name.exp: New file.
1625
3d507ff2
TT
16262019-06-27 Tom Tromey <tromey@adacore.com>
1627
d039f014 1628 PR c++/20020:
3d507ff2
TT
1629 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1630
8af58ffe
TV
16312019-06-26 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1634
22e21752
TV
16352019-06-26 Tom de Vries <tdevries@suse.de>
1636
1637 * gdb.base/index-cache.exp: Add back missing debug option.
1638
b65b566c
PW
16392019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1640
1641 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1642
5c2c8c69
TV
16432019-06-25 Tom de Vries <tdevries@suse.de>
1644
1645 PR testsuite/24727
1646 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1647
164e3873
TV
16482019-06-24 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1651
824eacee
TV
16522019-06-24 Tom de Vries <tdevries@suse.de>
1653
1654 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1655 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1656 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1657
385b97d3
TV
16582019-06-24 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1661
c596f180
TV
16622019-06-21 Tom de Vries <tdevries@suse.de>
1663
1664 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1665
b13a7d03
TV
16662019-06-21 Tom de Vries <tdevries@suse.de>
1667
1668 PR testsuite/24518
1669 PR ada/24713
1670 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1671 index.
1672
899277ae
TT
16732019-06-19 Tom Tromey <tromey@adacore.com>
1674
1675 * gdb.ada/length_cond.exp: Add intro comment.
1676
680e1bee
TT
16772019-06-19 Tom Tromey <tromey@adacore.com>
1678
1679 * gdb.ada/length_cond.exp: New file.
1680 * gdb.ada/length_cond/length_cond.adb: New file.
1681 * gdb.ada/length_cond/pck.adb: New file.
1682 * gdb.ada/length_cond/pck.ads: New file.
1683
0ed4690a
TV
16842019-06-18 Tom de Vries <tdevries@suse.de>
1685
1686 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1687
d20ed5fd
TT
16882019-06-18 Tom Tromey <tromey@adacore.com>
1689
1690 * gdb.base/list0.h: Add comment explaining control character.
1691
86e04673
TV
16922019-06-18 Tom de Vries <tdevries@suse.de>
1693
1694 * boards/fission.exp: Break up long debug_flags line.
1695
c4973306
SM
16962019-06-16 Tom de Vries <tdevries@suse.de>
1697
1698 PR gdb/24445
1699 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1700 generated index.
1701
93cb9841
AB
17022019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1703
1704 PR gdb/24686
1705 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1706 improve detection of bug gdb/24541.
1707
399aaebd
SM
17082019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1709
1710 PR gdb/24669
1711 * gdb.base/index-cache.exp (uses_readnow,
1712 expecting_index_cache_use): Define global variable.
1713 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1714 expecting_index_cache_use.
1715
584a927c
AB
17162019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1717 Andrew Burgess <andrew.burgess@embecosm.com>
1718
1719 * gdb.fortran/pointers.f90: New file.
1720 * gdb.fortran/print_type.exp: New file.
1721 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1722 * gdb.fortran/vla-type.exp: Likewise.
1723 * gdb.fortran/vla-value.exp: Likewise.
1724 * gdb.mi/mi-vla-fortran.exp: Likewise.
1725
30056ea0
AB
17262019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1727
1728 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1729 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1730 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1731 as a stop reason.
1732
ec8e2b6d
AB
17332019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 * gdb.base/annota1.exp: Update expected results.
1736 * gdb.cp/annota2.exp: Likewise.
1737 * gdb.cp/annota3.exp: Likewise.
1738
09e4c4e1
AB
17392019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1740
1741 * gdb.base/style-logging.exp: Remove path from test name.
1742
0735b091
TT
17432019-06-14 Tom Tromey <tromey@adacore.com>
1744
1745 PR gdb/24502:
1746 * gdb.base/style-logging.exp: New file.
1747
f5686554
TT
17482019-06-14 Tom Tromey <tromey@adacore.com>
1749
1750 * gdb.base/symfile-warn.exp: New file.
1751 * gdb.base/symfile-warn.c: New file.
1752
a0c1ffed
TT
17532019-06-14 Tom Tromey <tromey@adacore.com>
1754
1755 * gdb.base/annotate-symlink.exp: New file.
1756
f411722c
TT
17572019-06-14 Tom Tromey <tromey@adacore.com>
1758
1759 * gdb.ada/set_wstr.exp: Add reassignment test.
1760
4268ec18
TT
17612019-06-14 Tom Tromey <tromey@adacore.com>
1762
1763 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1764 'unchecked_access and 'unrestricted_access as well.
1765
9a9e394b
TT
17662019-06-14 Tom Tromey <tromey@adacore.com>
1767
1768 PR ada/24539:
1769 * gdb.ada/vla.exp: Update tests.
1770 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1771 pragma.
1772
4c048731
PA
17732019-06-13 Pedro Alves <palves@redhat.com>
1774
1775 * gdb.base/settings.exp (test-integer): Test junk after
1776 "unlimited".
1777
6665660a
PA
17782019-06-13 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.base/options.exp (test-thread-apply): New.
1781 (top level): Call it.
1782
5d707134
PA
17832019-06-13 Pedro Alves <palves@redhat.com>
1784
1785 * gdb.base/options.exp (test-frame-apply): New.
1786 (top level): Test print commands with different "frame apply"
1787 prefixes.
1788
e2a689da
PA
17892019-06-13 Pedro Alves <palves@redhat.com>
1790
e79be6e5 1791 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1792 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1793 'max_completions' parameter and handle it.
1794 (test_gdb_completion_offers_commands): New.
1795
90a1ef87
PA
17962019-06-13 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1799
d4c16835
PA
18002019-06-13 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.base/options.exp (test-backtrace): New.
1803 (top level): Call it.
1804
2daf894e
PA
18052019-06-13 Pedro Alves <palves@redhat.com>
1806
1807 * gdb.guile/scm-frame-args.exp: Use "set print
1808 raw-frame-arguments" instead of "set print raw frame-arguments".
1809 * gdb.python/py-frame-args.exp: Likewise.
1810
e6ed716c
PA
18112019-06-13 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.compile/compile.exp: Adjust expected output to option
1814 processing changes.
1815
7d8062de
PA
18162019-06-13 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.base/options.exp: Build executable.
1819 (test-print): New procedure.
1820 (top level): Call it, once for "print" and another for "compile
1821 print".
1822
9d0faba9
PA
18232019-06-13 Pedro Alves <palves@redhat.com>
1824
1825 * gdb.base/options.c: New file.
1826 * gdb.base/options.exp: New file.
1827
dee7b4c8
PA
18282019-06-13 Pedro Alves <palves@redhat.com>
1829
1830 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1831 that "o" is ambiguous.
1832
dca0f6c0
PA
18332019-06-13 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.base/settings.c: New file.
1836 * gdb.base/settings.exp: New file.
1837
ccf46844
PA
18382019-06-13 Pedro Alves <palves@redhat.com>
1839
1840 * gdb.base/completion.exp: Fix comment typo.
1841
b9a3f842
PA
18422019-06-13 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1845 foo --1" test.
1846
d106773e
PA
18472019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1848
1849 * gdb.fortran/block-data.f: New.
1850 * gdb.fortran/block-data.exp: New.
1851
fea82da0
TV
18522019-06-11 Tom de Vries <tdevries@suse.de>
1853
1854 PR testsuite/24521
1855 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1856 message.
1857
8c2e74f1
TV
18582019-06-11 Tom de Vries <tdevries@suse.de>
1859
1860 PR testsuite/24521
1861 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1862
b49851c8
TV
18632019-06-11 Tom de Vries <tdevries@suse.de>
1864
1865 * boards/readnow.exp: New file.
1866
a7067863
AB
18672019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.fortran/vla-sizeof.exp: Update expected results.
1870
1a3da2cd
AB
18712019-06-06 Amos Bird <amosbird@gmail.com>
1872
1873 * gdb.base/annota1.exp (thread_switch): Add test for
1874 thread-exited annotation.
1875
3847a7bf
TT
18762019-06-06 Tom Tromey <tromey@adacore.com>
1877
1878 * gdb.base/maint.exp: Expect command started/finished output.
1879
0088ba59
AB
18802019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1881
1882 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1883 comment.
1884 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1885
312617a3
AB
18862019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1887
1888 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1889 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1890 * gdb.arch/riscv-unwind-long-insn.c: New file.
1891 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1892
e1f2e1a2
CB
18932019-06-04 Christian Biesinger <cbiesinger@google.com>
1894
d3238f7d 1895 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1896
206584bd
PW
18972019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1898
1899 * lib/gdb.exp (help_list_trailer): New regexp variable
1900 factorizing the help trailer message.
1901 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1902 arg to allow to better factorize various tests.
1903 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1904 (test_prefix_command_help): Use help_list_trailer.
1905 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1906 * gdb.guile/scm-cmd.exp: Likewise.
1907 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1908 * gdb.base/help.exp: Use test_user_defined_class_help.
1909 * gdb.base/style.exp: Add tests for styling of help and apropos.
1910 * lib/gdb-utils.exp (style): Add title and highlight styles.
1911
708dc93e
PW
19122019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1913
1914 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1915 $_shell_exitsignal.
1916 * gdb.base/default.exp: Update for new convenience variables.
1917
f49055a5
TT
19182019-05-29 Tom Tromey <tromey@adacore.com>
1919
1920 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1921 to "break complete ada" test case's regexp.
1922
4330d61d
TT
19232019-05-29 Tom Tromey <tromey@adacore.com>
1924
1925 PR c++/20020:
1926 * gdb.cp/constexpr-field.exp: New file.
1927 * gdb.cp/constexpr-field.cc: New file.
1928
000439d5
TT
19292019-05-29 Tom Tromey <tromey@adacore.com>
1930
1931 * gdb.base/finish.exp (finish_no_print): New proc.
1932 (finish_tests): Call it.
1933
5a01c34c
TV
19342019-05-24 Tom de Vries <tdevries@suse.de>
1935
1936 * gdb.dwarf2/gdb-add-index.exp: New file.
1937
18125b16
TT
19382019-05-22 Tom Tromey <tromey@adacore.com>
1939
1940 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1941 * gdb.base/style.exp: Use "style".
1942 * lib/gdb-utils.exp (style): New proc.
1943
af1a8d03
TV
19442019-05-22 Tom de Vries <tdevries@suse.de>
1945
1946 * gdb.base/align.exp: Require c++11.
1947
e7fe496b
TV
19482019-05-22 Tom de Vries <tdevries@suse.de>
1949
1950 PR testsuite/24586
1951 * gdb.python/py-mi-var-info-path-expression.exp: Call
1952 mi_skip_python_tests to check if python is supported.
1953
8fca4da0
AH
19542019-05-22 Alan Hayward <alan.hayward@arm.com>
1955
1956 * gdb.arch/aarch64-pauth.c: New test.
1957 * gdb.arch/aarch64-pauth.exp: New file.
1958
b7060614
AH
19592019-05-22 Alan Hayward <alan.hayward@arm.com>
1960
1961 * README (Re-running Tests Outside The Testsuite): New section.
1962
669d0468
TV
19632019-05-21 Tom de Vries <tdevries@suse.de>
1964
1965 * gdb.arch/amd64-eval.exp: Require c++11.
1966 * gdb.base/max-depth.exp: Same.
1967 * gdb.compile/compile-cplus-array-decay.exp: Same.
1968 * gdb.cp/meth-typedefs.exp: Same.
1969 * gdb.cp/subtypes.exp: Same.
1970 * gdb.cp/temargs.exp: Same.
1971
ce3ebcaa
AH
19722019-05-21 Alan Hayward <alan.hayward@arm.com>
1973
1974 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1975
34d11c68
AB
19762019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1977
1978 PR gdb/18644
1979 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1980 * gdb.fortran/printing-types.exp: Add new test.
1981 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1982 testing.
1983 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1984 setup_kfail call.
1985
87781e84
AH
19862019-05-17 Alan Hayward <alan.hayward@arm.com>
1987
1988 * README (Running the Testsuite): Change example.
1989 (Testsuite Parameters): Remove TRANSCRIPT.
1990 * lib/gdb.exp: Remove TRANSCRIPT check.
1991
b420b89e
AH
19922019-05-17 Alan Hayward <alan.hayward@arm.com>
1993
1994 * README (Testsuite Parameters): Add replay logging to
1995 GDBSERVER_DEBUG.
1996 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1997 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1998 as a comma separated list.
1999 (gdb_debug_init): Override procedure.
2000
408e9b8b
AH
20012019-05-17 Alan Hayward <alan.hayward@arm.com>
2002
2003 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2004 (gdb_write_cmd_file): New procedure.
2005 * lib/gdbserver-support.exp (gdbserver_start): Call
2006 gdbserver_write_cmd_file.
2007 (gdbserver_write_cmd_file): New procedure.
2008
f9e2e39d
AH
20092019-05-17 Alan Hayward <alan.hayward@arm.com>
2010
2011 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2012 (delete_breakpoints): Likewise.
2013 (gdb_run_cmd): Likewise.
2014 (gdb_start_cmd): Likewise.
2015 (gdb_starti_cmd): Likewise.
2016 (gdb_internal_error_resync): Likewise.
2017 (gdb_test_multiple): Likewise.
2018 (gdb_reinitialize_dir): Likewise.
2019 (default_gdb_exit): Likewise.
2020 (gdb_file_cmd): Mark kill as optional.
2021 (default_gdb_start): Call gdb_stdin_log_init.
2022 (send_gdb): Call gdb_stdin_log_write.
2023 (rerun_to_main): Mark Y as an answer.
2024 (gdb_stdin_log_init): New function.
2025 (gdb_stdin_log_write): Likewise.
2026
81f47ac2
AH
20272019-05-17 Alan Hayward <alan.hayward@arm.com>
2028
2029 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2030 * gdb.base/debug-expr.exp: Likewise.
2031 * gdb.base/foll-fork.exp: Likewise.
2032 * gdb.base/foll-vfork.exp: Likewise.
2033 * gdb.base/fork-print-inferior-events.exp: Likewise.
2034 * gdb.base/gdb-sigterm.exp: Likewise.
2035 * gdb.base/gdbinit-history.exp: Likewise.
2036 * gdb.base/osabi.exp: Likewise.
2037 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2038 * gdb.base/ui-redirect.exp: Likewise.
2039 * gdb.gdb/unittest.exp: Likewise.
2040 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2041 * gdb.mi/mi-watch.exp: Likewise.
2042 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2043 * gdb.mi/user-selected-context-sync.exp: Likewise.
2044 * gdb.python/python.exp: Disable debug test when debugging.
2045 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2046 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2047 Likewise.
2048 * gdb.threads/stepi-random-signal.exp: Likewise.
2049
29b52314
AH
20502019-05-17 Alan Hayward <alan.hayward@arm.com>
2051
2052 * Makefile.in: Pass through GDB_DEBUG.
2053 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2054 (gdb,debug): Add board setting.
2055 * lib/gdb.exp (default_gdb_start): Start debugging.
2056 (gdb_debug_enabled): New procedure.
2057 (gdb_debug_init): Likewise.
29b52314
AH
2058
20592019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2060
29b52314
AH
2061 * Makefile.in: Pass through GDB_DEBUG.
2062 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2063 (gdb,debug): Add board setting.
2064 * lib/gdb.exp (default_gdb_start): Start debugging.
2065 (gdb_debug_enabled): New procedure.
2066 (gdb_debug_init): Likewise.
29b52314 2067
ca1285d1
AH
20682019-05-17 Alan Hayward <alan.hayward@arm.com>
2069
2070 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2071
f3a09c80
AH
20722019-05-17 Alan Hayward <alan.hayward@arm.com>
2073
2074 * gdb.base/ui-redirect.exp: Test redirection.
2075
26648588
JV
20762019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2077
2078 * gdb.mi/mi-complete.exp: New file.
2079 * gdb.mi/mi-complete.cc: Likewise.
2080
14237686
AB
20812019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2082
2083 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2084 indexed and sliced arrays, and pointers to arrays.
2085
e7bd7fba
TT
20862019-05-14 Tom Tromey <tromey@adacore.com>
2087
2088 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2089 styling test.
2090
2764128d
TV
20912019-05-14 Tom de Vries <tdevries@suse.de>
2092
2093 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2094 selection entry encoding.
2095
71bed2db
TT
20962019-05-10 Tom Tromey <tromey@adacore.com>
2097
2098 * gdb.ada/info_exc.exp: Add "complete" test.
2099
63b667ad
TV
21002019-05-09 Tom de Vries <tdevries@suse.de>
2101
2102 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2103 CU-relative.
2104
9cfd2b89
TV
21052019-05-09 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2108 CU-relative.
2109
2228ef77
XR
21102019-05-08 Joel Brobecker <brobecker@adacore.com>
2111
2112 * gdb.ada/frame_arg_lang.exp: New testcase.
2113 * gdb.ada/frame_arg_lang/bla.adb: New file.
2114 * gdb.ada/frame_arg_lang/pck.ads: New file.
2115 * gdb.ada/frame_arg_lang/pck.adb: New file.
2116 * gdb.ada/frame_arg_lang/foo.c: New file.
2117
80e55b13
TT
21182019-05-08 Tom Tromey <tromey@adacore.com>
2119
2120 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2121
9d3421af
TT
21222019-05-08 Tom Tromey <tromey@adacore.com>
2123
2124 * gdb.base/ptype-offsets.exp: Update tests.
2125
844333e2
TT
21262019-05-08 Tom Tromey <tromey@adacore.com>
2127
2128 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2129 cases.
2130 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2131 "short".
2132
988915ee
TT
21332019-05-08 Tom Tromey <tromey@adacore.com>
2134
2135 * gdb.ada/vla.exp: New file.
2136 * gdb.ada/vla/vla.adb: New file.
2137
7bd55dac
TV
21382019-05-07 Tom de Vries <tdevries@suse.de>
2139
2140 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2141
75f06e9d
TV
21422019-05-07 Tom de Vries <tdevries@suse.de>
2143
2144 PR testsuite/24522
2145 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2146 section.
2147
77e7aaa4
TV
21482019-05-07 Tom de Vries <tdevries@suse.de>
2149
2150 PR testsuite/24522
2151 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2152 .debug_aranges section.
2153
456ba0fa
TV
21542019-05-07 Tom de Vries <tdevries@suse.de>
2155
2156 PR testsuite/24159
2157 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2158
5a56d6a6
TV
21592019-05-06 Tom de Vries <tdevries@suse.de>
2160
2161 * lib/gdb.exp (exec_has_index_section): New proc.
2162 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2163 section.
2164
9d6d4be8
TV
21652019-05-04 Tom de Vries <tdevries@suse.de>
2166
2167 * boards/cc-with-debug-names.exp: New file.
2168
222a8d25
TT
21692019-05-03 Tom Tromey <tromey@adacore.com>
2170
2171 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2172 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2173 * gdb.ada/char_enum.exp: Add test.
2174
0fdfd794
TV
21752019-05-03 Tom de Vries <tdevries@suse.de>
2176
2177 * boards/cc-with-gdb-index.exp: New file.
2178
80062eb9
AB
21792019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.rust/simple.exp: Add new test case.
2182 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2183 (main): Initialise an instance of the new struct.
2184
4504bbde
TT
21852019-05-01 Tom Tromey <tromey@adacore.com>
2186
2187 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2188 record.
2189 (NPR): New variable.
2190 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2191 test.
2192
d48e62f4
TT
21932019-05-01 Tom Tromey <tromey@adacore.com>
2194
2195 * gdb.ada/packed_array_assign.exp: Add packed assignment
2196 regression test.
2197
f59f30f5
TV
21982019-05-01 Tom de Vries <tdevries@suse.de>
2199
2200 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2201
b70bfc54
TV
22022019-05-01 Tom de Vries <tdevries@suse.de>
2203
2204 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2205
15f18d14
AT
22062019-04-30 Ali Tamur <tamur@google.com>
2207
2208 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2209
2ff0a947
TT
22102019-04-30 Tom Tromey <tromey@adacore.com>
2211
2212 * lib/ada.exp (find_ada_tool): New proc.
2213 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2214 * gdb.ada/catch_ex_std.exp: New file.
2215 * gdb.ada/catch_ex_std/foo.adb: New file.
2216 * gdb.ada/catch_ex_std/some_package.adb: New file.
2217 * gdb.ada/catch_ex_std/some_package.ads: New file.
2218
a776957c
TT
22192019-04-30 Tom Tromey <tromey@adacore.com>
2220
2221 PR c++/24470:
2222 * gdb.cp/temargs.cc: Add test code from PR.
2223
bc68014d
AB
22242019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2225
2226 * gdb.fortran/vla-datatypes.exp: Update expected results.
2227 * gdb.fortran/vla-ptype.exp: Likewise.
2228 * gdb.fortran/vla-type.exp: Likewise.
2229 * gdb.fortran/vla-value.exp: Likewise.
2230
f1fdc960
AB
22312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2232
2233 * gdb.fortran/ptr-indentation.exp: Update expected results.
2234 * gdb.fortran/ptype-on-functions.exp: Likewise.
2235 * gdb.fortran/vla-ptr-info.exp: Likewise.
2236 * gdb.fortran/vla-value.exp: Likewise.
2237
bf7a4de1
AB
22382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.fortran/ptype-on-functions.exp: New file.
2241 * gdb.fortran/ptype-on-functions.f90: New file.
2242
bbe75b9d
AB
22432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2246 case void string.
2247
1db455a7
AB
22482019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * gdb.fortran/complex.exp: Expand.
2251 * gdb.fortran/complex.f: Renamed to...
2252 * gdb.fortran/complex.f90: ...this, and extended to add more
2253 complex values.
2254
b6d03bb2
AB
22552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2258 MODULO, CMPLX.
2259
2e62ab40
AB
22602019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2261 Richard Bunt <richard.bunt@arm.com>
2262
2263 * gdb.base/max-depth.c: New file.
2264 * gdb.base/max-depth.exp: New file.
2265 * gdb.python/py-nested-maps.c: New file.
2266 * gdb.python/py-nested-maps.exp: New file.
2267 * gdb.python/py-nested-maps.py: New file.
2268 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2269 (test_all_common): Call test_max_depth.
2270 * gdb.fortran/max-depth.exp: New file.
2271 * gdb.fortran/max-depth.f90: New file.
2272 * gdb.go/max-depth.exp: New file.
2273 * gdb.go/max-depth.go: New file.
2274 * gdb.modula2/max-depth.exp: New file.
2275 * gdb.modula2/max-depth.c: New file.
2276 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2277
d2b584a5
TV
22782019-04-29 Tom de Vries <tdevries@suse.de>
2279
2280 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2281
136afab8
PW
22822019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2283
2284 * gdb.base/callexit.exp: Test may-call-functions off.
2285
725cbb63
KS
22862019-04-25 Keith Seitz <keiths@redhat.com>
2287
2288 PR c++/24367
2289 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2290 (another_incomplete_struct, test_incomplete): New definitions.
2291 (main): Use new definitions.
2292 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2293 functions.
2294
82433e3e
SDJ
22952019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2296
2297 PR corefiles/11608
2298 PR corefiles/18187
2299 * gdb.base/coredump-filter-build-id.exp: New file.
2300
dd06d4d6
AH
23012019-04-25 Alan Hayward <alan.hayward@arm.com>
2302
e79be6e5
SM
2303 * Makefile.in: Pass through GDBSERVER_DEBUG.
2304 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2305 (gdbserver,debug): Add board setting.
2306 * gdb.trace/tspeed.exp: Skip when debugging.
2307 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2308 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2309
1670072e
TT
23102019-04-24 Tom Tromey <tromey@adacore.com>
2311
2312 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2313 Rust.
2314
a59240a4
TT
23152019-04-24 Tom Tromey <tromey@adacore.com>
2316
2317 * gdb.arch/amd64-eval.exp: Test bitfield return.
2318 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2319 (class Foo) <return_bitfields>: New method.
2320 (main): Call it.
2321
b907456c
AB
23222019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * gdb.cp/many-args.cc: New file.
2325 * gdb.cp/many-args.exp: New file.
2326
5c565afd
TV
23272019-04-23 Tom de Vries <tdevries@suse.de>
2328
2329 PR gdb/24433
2330 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2331
ba22ff86
AH
23322019-04-23 Alan Hayward <alan.hayward@arm.com>
2333
2334 * gdb.trace/backtrace.exp: Use nopie flag.
2335 * gdb.trace/circ.exp: Likewise.
2336 * gdb.trace/collection.exp: Likewise.
2337 * gdb.trace/ftrace.exp: Likewise.
2338 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2339 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2340 * gdb.trace/qtro.exp: Likewise.
2341 * gdb.trace/read-memory.exp: Likewise.
2342 * gdb.trace/report.exp: Likewise.
2343 * gdb.trace/tfile.exp: Likewise.
2344 * gdb.trace/tfind.exp: Likewise.
2345 * gdb.trace/unavailable.exp: Likewise.
2346
7905fc35
PA
23472019-04-22 Pedro Alves <palves@redhat.com>
2348
2349 * gdb.base/solib-probes-nosharedlibrary.c,
2350 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2351
8ecb59f8
TT
23522019-04-19 Tom Tromey <tromey@adacore.com>
2353
2354 * gdb.ada/ptype_union.c: New file.
2355 * gdb.ada/ptype_union.exp: New file.
2356
62160ec9
TT
23572019-04-19 Tom Tromey <tromey@adacore.com>
2358
2359 PR symtab/24423:
2360 * gdb.base/list0.h (foo): Add a control-l character.
2361
36cd4ba5
TV
23622019-04-18 Tom de Vries <tdevries@suse.de>
2363
2364 PR gdb/24433
2365 * boards/local-board.exp: Set sysroot to "".
2366
b73715df
TV
23672019-04-18 Tom de Vries <tdevries@suse.de>
2368 Pedro Alves <palves@redhat.com>
2369
2370 PR gdb/24454
2371 * gdb.threads/vfork-follow-child-exec.c: New file.
2372 * gdb.threads/vfork-follow-child-exec.exp: New file.
2373 * gdb.threads/vfork-follow-child-exit.c: New file.
2374 * gdb.threads/vfork-follow-child-exit.exp: New file.
2375
4aa866af
LS
23762019-04-15 Leszek Swirski <leszeks@google.com>
2377
2378 * gdb.arch/amd64-eval.cc: New file.
2379 * gdb.arch/amd64-eval.exp: New file.
2380
e5a1a79a
AH
23812019-04-11 Alan Hayward <alan.hayward@arm.com>
2382
2383 * gdb.server/sysroot.c: New test.
2384 * gdb.server/sysroot.exp: New file.
2385 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2386 matching param.
2387
41077b66
AB
23882019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2389
2390 * gdb.base/align.exp: Extend test to cover structures containing
2391 only static fields.
2392
c30391f8
TV
23932019-04-11 Tom de Vries <tdevries@suse.de>
2394
2395 * boards/cc-with-dwz-m.exp: New file.
2396 * boards/cc-with-dwz.exp: New file.
2397 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2398
e242fd12
SM
23992019-04-09 Simon Marchi <simon.marchi@efficios.com>
2400
2401 * gdb.base/start-cpp.exp: New file.
2402 * gdb.base/start-cpp.cc: New file.
2403
2b0c8b01
KB
24042019-04-08 Kevin Buettner <kevinb@redhat.com>
2405
2406 * gdb.python/py-thrhandle.exp: Adjust tests to call
2407 thread_from_handle instead of thread_from_thread_handle.
2408
947210e5
KB
24092019-04-08 Kevin Buettner <kevinb@redhat.com>
2410
2411 * gdb.python/py-thrhandle.exp: Add tests for
2412 gdb.InferiorThread.handle.
2413
d7df6549
AB
24142019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2415
2416 * gdb.python/py-function.exp: Check calling helper function from
2417 all languages.
2418 * lib/gdb.exp (gdb_supported_languages): New proc.
2419
8bdc1658
AB
24202019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2421
2422 * gdb.base/complex-parts.c: New file.
2423 * gdb.base/complex-parts.exp: New file.
2424
05caa1d2
TT
24252019-04-01 Tom Tromey <tromey@adacore.com>
2426
2427 PR symtab/23331:
2428 * gdb.dwarf2/dw2-ranges-main.c: New file.
2429 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2430 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2431
7734102d
EZ
24322019-03-30 Simon Marchi <simark@simark.ca>
2433
2434 * gdb.base/default.exp: Add values for $_gdb_major and
2435 $_gdb_minor.
2436
188e1fa9
TT
24372019-03-29 Tom Tromey <tromey@adacore.com>
2438
2439 * gdb.base/help.exp: Tighten apropos regexp.
2440
2880242d
KS
24412019-03-29 Keith Seitz <keiths@redhat.com>
2442
2443 * gdb.fortran/array-bounds.exp: New file.
2444 * gdb.fortran/array-bounds.f90: New file.
2445
077cad8e
PW
24462019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2447
2448 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2449
80047cfc
PW
24502019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2451
2452 * gdb.multi/hello.c (main): Increase alarm timer.
2453
f489207e
SL
24542019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2455
2456 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2457 factor when no hardware watchpoint support.
2458
c92df149
AH
24592019-03-28 Alan Hayward <alan.hayward@arm.com>
2460 Pedro Alves <palves@redhat.com>
2461
2462 * boards/local-board.exp: set sysroot to /.
2463
933aebfa
AH
24642019-03-27 Alan Hayward <alan.hayward@arm.com>
2465
2466 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2467 in child.
2468
9f9aa852
AB
24692019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2470
2471 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2472 field.
2473 (make_container): Initialise new field.
2474 * gdb.python/py-prettyprint.exp: Add new tests.
2475 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2476 <display_hint>: New method.
2477
3714a195
AB
24782019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2479
2480 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2481 gdb_continue_to_breakpoint more throughout this test.
2482 (run_lang_tests) Supply unique test names, and use
2483 gdb_test_no_output.
2484
18c77628
AB
24852019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2486
2487 * gdb.base/finish-pretty.exp: Update expected results.
2488 * gdb.base/pretty-print.c: New file.
2489 * gdb.base/pretty-print.exp: New file.
2490
9a93502f
PA
24912019-03-25 Pedro Alves <palves@redhat.com>
2492
2493 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2494 move comments outside list. Append '-i "" eof' section.
2495
968aa7ae
AH
24962019-03-22 Alan Hayward <alan.hayward@arm.com>
2497
34a7f2a4 2498 PR testsuite/25016
968aa7ae
AH
2499 * README: Add pie options.
2500 * gdb.base/break-interp.exp: Ensure pie is disabled.
2501 * gdb.base/dump.exp: Likewise.
2502 * lib/gdb.exp (gdb_compile): Add pie option.
2503
4c7d57e7
TT
25042019-03-19 Tom Tromey <tromey@adacore.com>
2505
2506 * gdb.mi/mi2-cli-display.c: New file.
2507 * gdb.mi/mi2-cli-display.exp: New file.
2508
bff8c71f
TT
25092019-03-18 Joel Brobecker <brobecker@adacore.com>
2510 Tom Tromey <tromey@adacore.com>
2511
2512 * gdb.ada/ptype_array/pck.adb: New file.
2513 * gdb.ada/ptype_array/pck.ads: New file.
2514 * gdb.ada/ptype_array/foo.adb: New file.
2515 * gdb.ada/ptype_array.exp: New file.
2516
d085f989
TT
25172019-03-14 Tom Tromey <tromey@adacore.com>
2518
2519 * gdb.base/style.exp: Add "set style sources" test.
2520
b4be1b06
SM
25212019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2522
2523 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2524 * mi-breakpoint-multiple-locations.exp: ... this.
2525 (make_breakpoints_pattern): New proc.
2526 (do_test): Add mi_version parameter, test -break-insert,
2527 -break-info and =breakpoint-created.
2528
7cde5fc2
AB
25292019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * config/default.exp: Remove 'load_lib gdb.exp'.
2532 * config/monitor.exp: Likewise.
2533 * config/sid.exp: Likewise.
2534 * config/sim.exp: Likewise.
2535 * config/slite.exp: Likewise.
2536 * config/unix.exp: Likewise.
2537 * gdb.base/default.exp: Remove unhelpful comment.
2538
efbecbc1
AB
25392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2540
2541 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2542
0841c79a
AB
25432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2546
4a270568
AB
25472019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 * gdb.fortran/type-kinds.exp: Update expected results.
2550
067630bd
AB
25512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2552
2553 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2554
3be47f7a
AB
25552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2558 function.
2559 (test_basic_parsing_of_type_kinds): Expand types tested.
2560 (test_parsing_invalid_type_kinds): New function.
2561
4d00f5d8
AB
25622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2563
2564 * gdb.fortran/intrinsics.exp: New file.
2565 * gdb.fortran/intrinsics.f90: New file.
2566 * gdb.fortran/type-kinds.exp: New file.
2567
c8f91604
AB
25682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2569
2570 * gdb.fortran/dot-ops.exp: New file.
2571
dd9f2c76
AB
25722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2575 Check upper and lower case logical literals.
2576
84ec9724
AB
25772019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2578
2579 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2580 Remove duplicate tests.
2581
c3734e09
AH
25822019-03-06 Alan Hayward <alan.hayward@arm.com>
2583
2584 * lib/gdb.exp (builtin_cd): rename of cd.
2585 (cd): Override builtin.
2586
aa3cfbda
RB
25872019-03-06 Richard Bunt <richard.bunt@arm.com>
2588
2589 * gdb.fortran/function-calls.exp: New file.
2590 * gdb.fortran/function-calls.f90: New test.
2591
7b63ad86
RB
25922019-03-04 Richard Bunt <richard.bunt@arm.com>
2593
2594 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2595 on user program standard output.
2596 * gdb.fortran/short-circuit-argument-list.f90: Record function
2597 calls.
2598
01abb042
AH
25992019-02-28 Alan Hayward <alan.hayward@arm.com>
2600
c3734e09
AH
2601 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2602 failure.
01abb042 2603
92137da0
RO
26042019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2605
2606 PR gdb/8527
2607 * gdb.base/interrupt-daemon-attach.c,
2608 gdb.base/interrupt-daemon-attach.exp: New test.
2609
5862844d
PA
26102019-02-27 Pedro Alves <palves@redhat.com>
2611
2612 * gdb.base/page.exp: Add tests for "set width/height -1".
2613
8ed25214
PA
26142019-02-27 Pedro Alves <palves@redhat.com>
2615
2616 * gdb.base/page.exp: Add tests for "set/show width/height" with
2617 "infinite" values.
2618
6c28e44a
TT
26192019-02-27 Tom Tromey <tromey@adacore.com>
2620
2621 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2622 2.4.
2623 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2624 workaround.
2625
bf9a735e
AB
26262019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2627
2628 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2629 tests for structs with static members.
2630
8791793c
TT
26312019-02-26 Tom Tromey <tromey@adacore.com>
2632
2633 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2634 ValueError, not TypeError.
2635
bc2a507e
KB
26362019-02-26 Kevin Buettner <kevinb@redhat.com>
2637
2638 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2639 call from main program.
2640
e0e7d3bd
JB
26412019-02-23 Joel Brobecker <brobecker@adacore.com>
2642
2643 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2644 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2645 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2646 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2647 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2648
9600246d
KS
26492019-02-22 Keith Seitz <keiths@redhat.com>
2650
2651 PR symtab/23853
2652 * gdb.base/symlink-sourcefile.c: New file.
2653 * gdb.base/symlink-sourcefile.exp: New file.
2654
0c95f9ed
TT
26552019-02-20 Tom Tromey <tom@tromey.com>
2656
2657 * gdb.base/info_qt.exp: Update.
2658
6caa91b6
SM
26592019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2660
2661 * gdb.base/source.exp: Move "error in sourced script" code to
2662 the end.
2663 * gdb.base/source-error.gdb: Move contents to
2664 source-error-1.gdb. Add new code to source source-error-1.gdb.
2665 * gdb.base/source-error-1.gdb: New file, from previous
2666 source-error.gdb.
2667
6506371f
TT
26682019-02-17 Tom Tromey <tom@tromey.com>
2669
2670 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2671 for macro styling.
2672 * gdb.base/style.c (SOME_MACRO): New macro.
2673
a0087920
TT
26742019-02-17 Tom Tromey <tom@tromey.com>
2675
2676 * gdb.base/style.exp: Add line-wrapping tests.
2677 * gdb.base/page.exp: Add test for quitting during pagination.
2678
a2cd4f14
JB
26792019-02-17 Joel Brobecker <brobecker@adacore.com>
2680
2681 * gdb.ada/big_packed_array: New testcase.
2682 * gdb.ada/homonym.exp: Fix incorrect expected output for
2683 "break <homonym__get_value>" test.
2684
9d70ffbc
WP
26852019-02-13 Weimin Pan <weimin.pan@oracle.com>
2686
2687 PR breakpoints/21870
2688 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2689 and prepare_for_testing. Add comment.
2690 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2691 redundant cleanup call. Clean up comment.
2692
01c7ae81
WP
26932019-02-12 Weimin Pan <weimin.pan@oracle.com>
2694
2695 PR breakpoints/21870
2696 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2697 * gdb.arch/aarch64-dbreg-contents.c: New file.
2698
aff29d1c
JB
26992019-02-10 Joel Brobecker <brobecker@adacore.com>
2700
2701 * gdb.ada/mi_ref_changeable: New testcase.
2702
df0da8a2
AH
27032019-02-07 Alan Hayward <alan.hayward@arm.com>
2704
2705 * gdb.base/attach.exp: Add double attach test.
2706
bd447abb
SM
27072019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2708
2709 * lib/gdb.exp (default_gdb_start): Don't match pagination
2710 prompt.
2711 (gdb_init): Set stty_init.
2712
1dbc40b9
TT
27132019-01-27 Tom Tromey <tom@tromey.com>
2714
2715 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2716 skip_python_tests.
2717
353229bf
AH
27182019-01-24 Alan Hayward <alan.hayward@arm.com>
2719
2720 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2721 New structure.
2722 (struct struct_static_02_02): Likewise.
2723 (struct struct_static_02_03): Likewise.
2724 (struct struct_static_02_04): Likewise.
2725 (struct struct_static_04_01): Likewise.
2726 (struct struct_static_04_02): Likewise.
2727 (struct struct_static_04_03): Likewise.
2728 (struct struct_static_04_04): Likewise.
2729 (struct struct_static_06_01): Likewise.
2730 (struct struct_static_06_02): Likewise.
2731 (struct struct_static_06_03): Likewise.
2732 (struct struct_static_06_04): Likewise.
2733 (cmp_struct_static_02_01): Likewise.
2734 (cmp_struct_static_02_02): Likewise.
2735 (cmp_struct_static_02_03): Likewise.
2736 (cmp_struct_static_02_04): Likewise.
2737 (cmp_struct_static_04_01): Likewise.
2738 (cmp_struct_static_04_02): Likewise.
2739 (cmp_struct_static_04_03): Likewise.
2740 (cmp_struct_static_04_04): Likewise.
2741 (cmp_struct_static_06_01): Likewise.
2742 (cmp_struct_static_06_02): Likewise.
2743 (cmp_struct_static_06_03): Likewise.
2744 (cmp_struct_static_06_04): Likewise.
2745 (call_all): Test new structs.
2746 * gdb.base/infcall-nested-structs.exp: Likewise.
2747
73021deb
AH
27482019-01-21 Alan Hayward <alan.hayward@arm.com>
2749 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2750
fc65c7db
AH
27512019-01-21 Alan Hayward <alan.hayward@arm.com>
2752 * gdb.base/stack-protector.c: New test.
2753 * gdb.base/stack-protector.exp: New file.
2754 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2755 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2756 option.
2757 (gdb_compile): Remove stack protector for GCC and prevent
2758 recursion.
2759
c24bdb02
KS
27602019-01-16 Keith Seitz <keiths@redhat.com>
2761
2762 PR gdb/23773
2763 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2764
6f072a10
PFC
27652019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2766
2767 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2768 aliases.
2769 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2770 tests.
2771 * gdb.arch/powerpc-vector-regs.c: New file.
2772 * gdb.arch/powerpc-vector-regs.exp: New file.
2773
a7b8d682
PFC
27742019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2775
2776 * gdb.arch/altivec-regs.exp: Fix the list passed to
2777 gdb_expect_list when testing "info vector".
2778
6eb6fb67
AB
27792019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * gdb.base/style.exp: Don't include path in testname.
2782
b56f80d8
KS
27832019-01-10 Keith Seitz <keiths@redhat.com>
2784
2785 PR gdb/23712
2786 PR symtab/23010
2787 * gdb.dwarf2/multidictionary.exp: New file.
2788
041be526
SM
27892019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2790
2791 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2792 (test_gnuv3_style_demangling): ... this.
2793 (test_lucid_style_demangling): Remove.
2794 (test_arm_style_demangling): Remove.
2795 (test_hp_style_demangling): Remove.
2796 (do_tests): Remove calls to the above.
2797
d820d0c3
AB
27982019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2801 case.
2802
f097f5ad
TT
28032019-01-06 Tom Tromey <tom@tromey.com>
2804
2805 PR gdb/28155:
2806 * gdb.dwarf2/typedef-void-finish.exp: New file.
2807
2cd8cc0b
TT
28082018-12-28 Tom Tromey <tom@tromey.com>
2809 Simon Marchi <simark@simark.ca>
2810
2811 * gdb.base/jit-exec.exp: New file.
2812 * gdb.base/jit-exec.c: New file.
2813 * gdb.base/jit-execd.c: New file.
2814
35fb8261
TT
28152018-12-28 Tom Tromey <tom@tromey.com>
2816
2817 * gdb.base/style.exp: Update test to check for address styling.
2818
47fd17cd
TT
28192018-12-28 Tom Tromey <tom@tromey.com>
2820
2821 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2822 message.
2823
d47032b7
TT
28242018-12-28 Tom Tromey <tom@tromey.com>
2825
2826 * gdb.base/style.exp: Add test for version number styling.
2827
af79b68d
TT
28282018-12-28 Tom Tromey <tom@tromey.com>
2829
2830 * gdb.base/style.exp: Add test for print_address_symbolic.
2831
0bb296cb
TT
28322018-12-28 Tom Tromey <tom@tromey.com>
2833
2834 * gdb.base/style.exp: Add test for breakpoint setting.
2835
80ae2043
TT
28362018-12-28 Tom Tromey <tom@tromey.com>
2837
2838 * gdb.base/style.exp: Add test for variable names.
2839
cbe56571
TT
28402018-12-28 Tom Tromey <tom@tromey.com>
2841
2842 * gdb.base/style.exp: New file.
2843 * gdb.base/style.c: New file.
2844
9162a27c
TT
28452018-12-28 Tom Tromey <tom@tromey.com>
2846
2847 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2848 "dumb".
2849 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2850 the TERM environment variable.
2851
bc543c90
TT
28522018-12-27 Tom Tromey <tom@tromey.com>
2853
2854 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2855 pagination test.
2856
6f0ffe50
AB
28572018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2858
2859 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2860 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2861
b5a1e557
PW
28622018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2863
2864 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2865 Filename a.adb changed to bp_fun_addr.adb.
2866 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2867
6e8b1ab2
JV
28682018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2869
2870 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2871 non-PIE executables.
2872 * README: Mention the gdb,nopie_flag board setting.
2873 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2874 non-PIE executable.
2875 * gdb.arch/amd64-entry-value.exp: Likewise.
2876 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2877 * gdb.arch/i386-float.exp: Likewise.
2878 * gdb.arch/i386-signal.exp: Likewise.
2879 * gdb.mi/mi-reg-undefined.exp: Likewise.
2880
d00a27c5
PM
28812018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2882
2883 PR gdb/23974
2884 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2885
161d081c
PW
28862018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2887
2888 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2889 Update order of results accordingly.
2890
b001de23
AB
28912018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * gdb.base/annota1.exp: Update a test regexp.
2894
99e1a184
AB
28952018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2898
7a81c1e2
PW
28992018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2900
2901 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2902 (reuse_time): Initialize to REUSE_TIME_CAP.
2903 (check_rc): New function.
2904 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2905 Check pthread_create rc.
2906 (spawner_thread_func): Check pthread_create and pthread_join rc.
2907
73e8dc90
PA
29082018-12-08 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.base/list.exp (test_forward_search): Rename to ...
2911 (test_forward_reverse_search): ... this. Also test reverse-search
2912 and the forward-search alias.
2913
13f2ed32
AB
29142018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2915
2916 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2917 local timeout variable before return, and remove all local timeout
2918 variable entirely.
2919 (gdb_load): Likewise.
2920
64d27cfc
TV
29212018-12-01 Tom de Vries <tdevries@suse.de>
2922
2923 * gdb.base/gdb-caching-proc.exp: New file.
2924
f63c03b4
SDJ
29252018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2926
2927 * Makefile.in (TIMESTAMP): New variable.
2928 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2929 command.
2930 (check-single-racy): Likewise.
2931 (check/%.exp): Likewise.
2932 (check-racy/%.exp): Likewise.
2933 (workers/%.worker): Likewise.
2934 (build-perf): Likewise.
2935 (check-perf): Likewise.
2936 * README: Describe new "TS" and "TS_FORMAT" variables.
2937 * print-ts.py: New file.
2938
1c97054b
BF
29392018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2940
2941 PR python/23714
2942 * gdb.python/python.exp: Test command repetition after
2943 gdb.execute.
2944
1871a62d
AB
29452018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2948 is correctly aligned.
2949
fb5e1ed9
PW
29502018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2951
2952 * gdb.ada/info_auto_lang.exp: New testcase.
2953 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2954 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2955 * gdb.ada/info_auto_lang/some_c.c: New file.
2956
43d397ca
PW
29572018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2958
2959 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2960 FUNC_lang language syntax.
2961
beddd671
PW
29622018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2963
2964 * gdb.base/info_minsym.c: New file.
2965 * gdb.base/info_minsym.exp: New file.
2966
73fc52c4
TT
29672018-11-19 Tom Tromey <tom@tromey.com>
2968
2969 PR rust/23625:
2970 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2971 * gdb.rust/expr.exp: Update expected output. Change one test.
2972
994b876a
TT
29732018-11-19 Tom Tromey <tom@tromey.com>
2974
2975 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2976
6769f276
PA
29772018-11-19 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2980 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2981 see the expected warning.
2982
38a72da0
AH
29832018-11-16 Alan Hayward <alan.hayward@arm.com>
2984
2985 PR gdb/22736:
2986 * gdb.cp/infcall-nodebug-lib.c: New test.
2987 * gdb.cp/infcall-nodebug-main.c: New test.
2988 * gdb.cp/infcall-nodebug.exp: New file.
2989
53a89d6e
SM
29902018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2991
2992 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2993 completer tests.
2994
9325300d
TV
29952018-11-09 Tom de Vries <tdevries@suse.de>
2996
2997 * gdb.base/msym-lang.c: New test.
2998 * gdb.base/msym-lang.exp: New file.
2999 * gdb.base/msym-lang-main.c: New test.
3000
20f0d60d
TT
30012018-11-08 Tom Tromey <tom@tromey.com>
3002
3003 PR gdb/23555:
3004 PR gdb/23838:
3005 * gdb.base/warning.exp: New file.
3006
b5420128
JB
30072018-11-08 Jan Beulich <jbeulich@suse.com>
3008
3009 * testsuite/gdb.arch/i386-avx512.c,
3010 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3011
cd115d61
AB
30122018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3015 point hardware.
3016
35ee2dc2
AB
30172018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3018
3019 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3020 * gdb.dwarf2/missing-type-name.exp: New file.
3021
31aceee8
TV
30222018-11-06 Tom de Vries <tdevries@suse.de>
3023
3024 * gdb.base/many-headers.c: New test.
3025 * gdb.base/many-headers.exp: New file.
3026
109be305
JW
30272018-11-06 Jim Wilson <jimw@sifive.com>
3028
3029 * gdb.base/code_elim.exp: For riscv, set additional_flags
3030 to include -msmall-data-limit=0.
3031
e2b7af72
JB
30322018-11-01 Joel Brobecker <brobecker@adacore.com>
3033
3034 * gdb.ada/watch_minus_l: New testcase.
3035
cdcda965
SM
30362018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3037
3038 * gdb.arch/aix-sighandle.c: New file.
3039 * gdb.arch/aix-sighandle.exp: New file.
3040
92dcebf3
AB
30412018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3044 registers being unions.
3045
68b9ac18
TV
30462018-10-31 Tom de Vries <tdevries@suse.de>
3047
3048 * lib/valgrind.exp: New file.
3049 (vgdb_start, vgdb_stop): New procs, factored out of ...
3050 * gdb.base/valgrind-bt.exp: ... here, ...
3051 * gdb.base/valgrind-disp-step.exp: ... here and ...
3052 * gdb.base/valgrind-infcall.exp: ... here.
3053
1443936e
TV
30542018-10-31 Tom de Vries <tdevries@suse.de>
3055
3056 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3057
eb77c9df
AB
30582018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3059
3060 * gdb.dwarf2/void-type.c: New file.
3061 * gdb.dwarf2/void-type.exp: New file.
3062
82b5e646
PW
30632018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3064
3065 * gdb.base/info_qt.c: New file.
3066 * gdb.base/info_qt.exp: New file.
3067
8d619c01
EBM
30682018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3069
3070 * gdb.arch/powerpc-htm-regs.c: New file.
3071 * gdb.arch/powerpc-htm-regs.exp: New file.
3072
f2cf6173
EBM
30732018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3074
3075 * gdb.arch/powerpc-tar.c: New file.
3076 * gdb.arch/powerpc-tar.exp: New file.
3077
7ca18ed6
EBM
30782018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3079
3080 * gdb.arch/powerpc-ppr-dscr.c: New file.
3081 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3082
bfcc0eba
TV
30832018-10-25 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3086
fe1a5cad
TV
30872018-10-24 Tom de Vries <tdevries@suse.de>
3088
3089 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3090 longer exists error.
3091
a76dc3b7
TV
30922018-10-24 Tom de Vries <tdevries@suse.de>
3093
3094 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3095
4df46df7
TV
30962018-10-24 Tom de Vries <tdevries@suse.de>
3097
3098 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3099 --db-attach in valgrind.
3100
0dbfcfff
AB
31012018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3102
3103 * gdb.arch/riscv-reg-aliases.c: New file.
3104 * gdb.arch/riscv-reg-aliases.exp: New file.
3105
b04480b1
AH
31062018-10-19 Alan Hayward <alan.hayward@arm.com>
3107
3108 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3109
2c6ac8d7
AH
31102018-10-19 Alan Hayward <alan.hayward@arm.com>
3111
3112 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3113
2bc69f25
AH
31142018-10-19 Alan Hayward <alan.hayward@arm.com>
3115
3116 * gdb.cp/ovldbreak.exp: Fix regexps.
3117
1f1ae3a3
AH
31182018-10-19 Alan Hayward <alan.hayward@arm.com>
3119
3120 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3121
94c18618
SDJ
31222018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3123
3124 PR cli/23785
3125 * gdb.base/restore.exp: New test to check if "restore" with an
3126 invalid file doesn't segfault.
3127
812cd6eb
TV
31282018-10-18 Tom de Vries <tdevries@suse.de>
3129
3130 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3131 * gdb.ada/excep_handle.exp: Same.
3132 * gdb.ada/mi_string_access.exp: Same.
3133 * gdb.ada/mi_var_union.exp: Same.
3134 * gdb.arch/arc-analyze-prologue.exp: Same.
3135 * gdb.arch/arc-decode-insn.exp: Same.
3136 * gdb.base/readnever.exp: Same.
3137 * gdb.fortran/printing-types.exp: Same.
3138 * gdb.guile/scm-lazy-string.exp: Same.
3139
c4b90788
TV
31402018-10-16 Tom de Vries <tdevries@suse.de>
3141
3142 PR gdb/23730
3143 * gdb.base/catch-follow-exec.c: Add copyright notice.
3144 * gdb.base/catch-follow-exec.exp: Rewrite to use
3145 gdb_spawn_with_cmdline_opts. Require gdb-native.
3146
8bca2978
SL
31472018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3148
3149 * gdb.trace/actions-changed.exp: Check for arch support.
3150 * gdb.trace/actions.exp: Likewise.
3151 * gdb.trace/ax.exp: Likewise.
3152 * gdb.trace/backtrace.exp: Likewise.
3153 * gdb.trace/change-loc.exp: Likewise.
3154 * gdb.trace/deltrace.exp: Likewise.
3155 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3156 * gdb.trace/ftrace.exp: Likewise.
3157 * gdb.trace/infotrace.exp: Check for arch support.
3158 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3159 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3160 * gdb.trace/mi-tsv-changed.exp: Likewise.
3161 * gdb.trace/packetlen.exp: Likewise.
3162 * gdb.trace/passc-dyn.exp: Likewise.
3163 * gdb.trace/passcount.exp: Likewise.
3164 * gdb.trace/pending.exp: Likewise.
3165 * gdb.trace/range-stepping.exp: Check for shlib support.
3166 * gdb.trace/report.exp: Check for arch support.
3167 * gdb.trace/save-trace.exp: Likewise.
3168 * gdb.trace/signal.exp: Check for signal support.
3169 * gdb.trace/tfind.exp: Check for arch support.
3170 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3171 * gdb.trace/trace-common.h: Add comment.
3172 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3173 * gdb.trace/trace-enable-disable.exp: Likewise.
3174 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3175 * gdb.trace/tracecmd.exp: Check for arch support.
3176 * gdb.trace/tspeed.exp: Check for shlib and target support.
3177 * gdb.trace/tstatus.exp: Check for arch support.
3178 * gdb.trace/tsv.exp: Likewise.
3179 * gdb.trace/while-dyn.exp: Likewise.
3180 * gdb.trace/while-stepping.exp: Likewise.
3181 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3182
f9c49bff
SM
31832018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3184
3185 * gdb.trace/tspeed.exp: Remove nowarnings.
3186 (prepare_for_trace_test): Declare "global ipalib".
3187 * gdb.trace/tspeed.c: Include unistd.h.
3188 (main): Remove superfluous printf argument.
3189
d4330bde
SL
31902018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3191
3192 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3193 directory prefix on the filename.
3194
8ecfd7bd
SDJ
31952018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3196
3197 * gdb.gdb/unittest.exp: Update expected message informing that
3198 selftests have been disabled.
3199 * gdb.server/unittest.exp: Likewise.
3200
58bbcd02
TV
32012018-10-09 Tom de Vries <tdevries@suse.de>
3202
3203 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3204 with runto_main.
3205
9f6b697b
WP
32062018-10-08 Weimin Pan <weimin.pan@oracle.com>
3207
3208 PR c++/16841
3209 * gdb.cp/virtbase2.cc: New file.
3210 * gdb.cp/virtbase2.exp: New file.
3211
add5ded5
TT
32122018-10-06 Tom Tromey <tom@tromey.com>
3213
3214 PR python/19399:
3215 * gdb.python/py-inferior.exp: Add architecture test.
3216
f9e48344
TT
32172018-10-06 Tom Tromey <tom@tromey.com>
3218
3219 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3220 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3221
2a8be203
TT
32222018-10-06 Tom Tromey <tom@tromey.com>
3223
3224 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3225 of a "throw" catchpoint.
3226
e04caa70
SDJ
32272018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3228
3229 * gdb.base/info-proc.exp: Update string expected from "help info
3230 proc".
3231
5ca8c39f
TT
32322018-10-04 Tom Tromey <tom@tromey.com>
3233
3234 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3235 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3236 (test_initial_complaints, test_empty_complaints): Update.
3237 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3238
3453e7e4
TT
32392018-10-04 Tom Tromey <tom@tromey.com>
3240
3241 PR cli/19551:
3242 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3243 * lib/gdb.exp (gdb_file_cmd): Update.
3244 * gdb.stabs/weird.exp (print_weird_var): Update.
3245 * gdb.server/solib-list.exp: Update.
3246 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3247 * gdb.mi/mi-cli.exp: Update.
3248 * gdb.linespec/linespec.exp: Update.
3249 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3250 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3251 * gdb.cp/cp-relocate.exp: Update.
3252 * gdb.base/sym-file.exp: Update.
3253 * gdb.base/relocate.exp: Update.
3254 * gdb.base/readnever.exp: Update.
3255 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3256 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3257 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3258 * gdb.base/code_elim.exp: Update.
3259 * gdb.base/break-unload-file.exp (test_break): Update.
3260 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3261 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3262 Update.
3263 * gdb.base/attach.exp (do_attach_tests): Update.
3264 * gdb.base/sepdebug.exp: Update.
3265 * gdb.python/py-section-script.exp: Update.
3266
6afcf761
TT
32672018-10-04 Tom Tromey <tom@tromey.com>
3268
3269 PR cli/22234:
3270 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3271 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3272 output.
3273
fef1b293
TT
32742018-10-04 Tom Tromey <tom@tromey.com>
3275
3276 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3277 set width and height to 0.
3278 (test_command_line_attach_run): Use -quiet.
3279
ca98345e
SL
32802018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3281
3282 * lib/gdb.exp (skip_ifunc_tests): New.
3283 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3284 other compile failures.
3285 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3286
ff34e6ae
SM
32872018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3288
3289 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3290 is_amd64_regs_target.
3291
6bb8890e
AH
32922018-10-01 Alan Hayward <alan.hayward@arm.com>
3293
3294 * gdb.arch/aarch64-sighandler-regs.c: New test.
3295 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3296 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3297
224d30d3
MM
32982018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3299
3300 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3301 assembly.
3302
f67ffa6a
AB
33032018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3304
3305 * gdb.base/frame-selection.exp: New file.
3306 * gdb.base/frame-selection.c: New file.
3307
9fc3183f
AH
33082018-09-27 Alan Hayward <alan.hayward@arm.com>
3309
3310 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3311 pthread barrier.
3312 (main): Likewise.
3313
d354055e
AB
33142018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3315
3316 * gdb.base/large-frame-1.c: New file.
3317 * gdb.base/large-frame-2.c: New file.
3318 * gdb.base/large-frame.exp: New file.
3319 * gdb.base/large-frame.h: New file.
3320
db727370
JL
33212018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3322
3323 PR gdb/20948
3324 * gdb.base/write_mem.exp: New test.
3325 * gdb.base/write_mem.c: Likewise.
3326
ae778caf
TT
33272018-09-23 Tom Tromey <tom@tromey.com>
3328
3329 PR python/18852:
3330 * gdb.python/py-parameter.exp: Add test for parameter that throws
3331 on "set".
3332
fd3ba736
TT
33332018-09-23 Tom Tromey <tom@tromey.com>
3334
3335 PR python/17284:
3336 * gdb.python/py-template.exp (test_template_arg): Add test for
3337 negative template argument number.
3338
39a24317
TT
33392018-09-23 Tom Tromey <tom@tromey.com>
3340
3341 PR python/14062:
3342 * gdb.python/python.exp: Add test for post_event error.
3343
f5769a2c
TT
33442018-09-23 Tom Tromey <tom@tromey.com>
3345
3346 PR python/18170:
3347 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3348 convert pointers to int and long.
3349
1c1e54f6
TT
33502018-09-23 Tom Tromey <tom@tromey.com>
3351
3352 PR python/20126:
3353 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3354 signed-ness conversion tests.
3355
fb4fa946
TT
33562018-09-23 Tom Tromey <tom@tromey.com>
3357
3358 PR python/18352;
3359 * gdb.python/py-value.exp (test_float_conversion): New proc.
3360 Use it.
3361
a466edac
HAQ
33622018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3363
3364 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3365
4ee9b0c5
SL
33662018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3367
3368 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3369 no readline.
3370 * gdb.base/utf8-identifiers.exp: Likewise.
3371 * gdb.cp/cpcompletion.exp: Likewise.
3372 * gdb.linespec/cpcompletion.exp: Likewise.
3373 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3374 * gdb.linespec/cpls-ops.exp: Likewise.
3375
23be8da7
RB
33762018-09-19 Richard Bunt <richard.bunt@arm.com>
3377 Chris January <chris.january@arm.com>
3378
3379 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3380 * gdb.fortran/short-circuit-argument-list.exp: New file.
3381 * gdb.fortran/short-circuit-argument-list.f90: New test.
3382
5031d0ae
SDJ
33832018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3384
3385 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3386 "arch=" keyword when executing "-stack-list-frames".
3387
b4c0d1a4
SDJ
33882018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3389
3390 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3391 "arch=" keyword when executing "-stack-list-frames".
3392
7a6d2b45
SDJ
33932018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3394
3395 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3396 break ada".
3397
8588b356
SM
33982018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3399
3400 PR python/23669
3401 * gdb.python/python.exp: Test gdb.execute("show commands").
3402
65e65158
TT
34032018-09-16 Tom Tromey <tom@tromey.com>
3404
3405 * gdb.base/new-ui.exp (do_execution_tests): Update.
3406 * gdb.base/dbx.exp (test_breakpoints): Update.
3407
bf326452
AH
34082018-09-14 Alan Hayward <alan.hayward@arm.com>
3409
3410 * lib/gdb.exp (gdb_simple_compile): Add proc.
3411 (is_elf_target): Use gdb_simple_compile.
3412 (skip_altivec_tests): Likewise.
3413 (skip_vsx_tests): Likewise.
3414 (skip_tsx_tests): Likewise.
3415 (skip_btrace_tests): Likewise.
3416 (skip_btrace_pt_tests): Likewise.
3417 (gdb_can_simple_compile): Likewise.
3418 (gdb_has_argv0): Likewise.
3419 (gdb_target_symbol_prefix): Likewise.
3420 (target_supports_scheduler_locking): Likewise.
3421
2361b0fb
TT
34222018-09-13 Tom Tromey <tom@tromey.com>
3423
3424 * Makefile.in (TAGS): Recognize proc_with_prefix and
3425 gdb_caching_proc.
3426
0ae1a321
SM
34272018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3428
3429 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3430 method.
3431
a40bf0c2
SM
34322018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3433
3434 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3435 and a few other Inferior properties when the Inferior is no
3436 longer valid.
3437
4a3fe98f
TT
34382018-09-13 Tom Tromey <tom@tromey.com>
3439
3440 PR rust/23650:
3441 * gdb.rust/simple.exp: Add test for enum field access error.
3442
098b2108
TT
34432018-09-13 Tom Tromey <tom@tromey.com>
3444
3445 PR rust/23626:
3446 * gdb.rust/simple.rs (EmptyEnum): New type.
3447 (main): Use it.
3448 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3449
1256af7d
SM
34502018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3451
3452 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3453 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3454 * gdb.python/py-symtab.exp: Update test printing an objfile.
3455
4aa8e6c2
SM
34562018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3457
3458 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3459 object.
3460
c221b2f7
AH
34612018-09-12 Alan Hayward <alan.hayward@arm.com>
3462
3463 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3464 (support_complex_tests): Use gdb_can_simple_compile.
3465 (is_ilp32_target): Likewise.
3466 (is_lp64_target): Likewise.
3467 (is_64_target): Likewise.
3468 (is_amd64_regs_target): Likewise.
3469 (is_aarch32_target): Likewise.
3470 (gdb_int128_helper): Likewise.
3471
6f1107b5
JK
34722018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3473
3474 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3475
1f5d1570
JG
34762018-09-10 Jerome Guitton <guitton@adacore.com>
3477
3478 * gdb.ada/same_component_name: Add test for case of tagged record
3479 with variable-length fields.
3480
cc330e39
XR
34812018-09-10 Xavier Roirand <roirand@adacore.com>
3482
3483 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3484 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3485 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3486 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3487
b9c50e9a
XR
34882018-09-10 Xavier Roirand <roirand@adacore.com>
3489
3490 * gdb.ada/mi_string_access.exp: New testcase.
3491 * gdb.ada/mi_string_access/bar.adb: New file.
3492 * gdb.ada/mi_string_access/pck.adb: New file.
3493 * gdb.ada/mi_string_access/pck.asd: New file.
3494
2963898f
XR
34952018-09-10 Xavier Roirand <roirand@adacore.com>
3496
3497 * gdb.ada/mi_var_union.exp: New testcase.
3498 * gdb.ada/mi_var_union/bar.adb: New file.
3499 * gdb.ada/mi_var_union/pck.adb: New file.
3500 * gdb.ada/mi_var_union/pck.asd: New file.
3501
1aac008f
TT
35022018-09-08 Tom Tromey <tom@tromey.com>
3503
3504 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3505
332cf4c9
TT
35062018-09-08 Tom Tromey <tom@tromey.com>
3507
3508 PR python/16047:
3509 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3510 (register_pretty_printers): Register new printer.
3511 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3512 test.
3513 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3514 (an_int_type3): New global.
3515
424da6cf
JB
35162018-09-08 Joel Brobecker <brobecker@adacore.com>
3517
3518 * gdb.ada/expr_with_funcall: New testcase.
3519
2a62dfa9
JB
35202018-09-08 Joel Brobecker <brobecker@adacore.com>
3521
3522 * gdb.ada/packed_array_assign: New testcase.
3523
96b6697f
AB
35242018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3527 names, and add test prefixes to make test names unique.
3528
e4a62c65
TV
35292018-09-05 Tom de Vries <tdevries@suse.de>
3530
3531 * gdb.dwarf2/varval.exp: Add test.
3532
dd083ee2
GB
35332018-09-04 Gary Benson <gbenson@redhat.com>
3534
3535 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3536 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3537
aef9346c
TT
35382018-08-31 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.rust/simple.rs: Rename second variable "v".
3541
c67f2e15
AB
35422018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3543
3544 * gdb.base/funcargs.c (use_a): New function.
3545 (recurse): Call use_a.
3546
078a0207
KS
35472018-08-29 Keith Seitz <keiths@redhat.com>
3548
3549 * gdb.compile/compile-cplus-anonymous.cc: New file.
3550 * gdb.compile/compile-cplus-anonymous.exp: New file.
3551 * gdb.compile/compile-cplus-array-decay.cc: New file.
3552 * gdb.compile/compile-cplus-array-decay.exp: New file.
3553 * gdb.compile/compile-cplus-inherit.cc: New file.
3554 * gdb.compile/compile-cplus-inherit.exp: New file.
3555 * gdb.compile/compile-cplus-member.cc: New file.
3556 * gdb.compile/compile-cplus-member.exp: New file.
3557 * gdb.compile/compile-cplus-method.cc: New file.
3558 * gdb.compile/compile-cplus-method.exp: New file.
3559 * gdb.compile/compile-cplus-mod.c: "New" file.
3560 * gdb.compile/compile-cplus-namespace.cc: New file.
3561 * gdb.compile/compile-cplus-namespace.exp: New file.
3562 * gdb.compile/compile-cplus-nested.cc: New file.
3563 * gdb.compile/compile-cplus-nested.exp: New file.
3564 * gdb.compile/compile-cplus-print.c: "New" file.
3565 * gdb.compile/compile-cplus-print.exp: "New" file.
3566 * gdb.compile/compile-cplus-virtual.cc: New file.
3567 * gdb.compile/compile-cplus-virtual.exp: New file.
3568 * gdb.compile/compile-cplus.c: "New" file.
3569 * gdb.compile/compile-cplus.exp: "New" file.
3570 * lib/compile-support.exp: New file.
3571
b0f492b9
GB
35722018-08-16 Gary Benson <gbenson@redhat.com>
3573
3574 PR gdb/13000:
3575 * gdb.base/batch-exit-status.exp: New file.
3576 * gdb.base/batch-exit-status.good-commands: Likewise.
3577 * gdb.base/batch-exit-status.bad-commands: Likewise.
3578
36eb4c5f
AH
35792018-08-29 Alan Hayward <alan.hayward@arm.com>
3580
3581 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3582 (struct struct02): Likewise.
3583 (struct struct03): Likewise.
3584 (struct struct04): Likewise.
3585 (struct struct_01_01): New struct.
3586 (struct struct_01_02): Likewise.
3587 (struct struct_01_03): Likewise.
3588 (struct struct_01_04): Likewise.
3589 (struct struct_02_01): Likewise.
3590 (struct struct_02_02): Likewise.
3591 (struct struct_02_03): Likewise.
3592 (struct struct_02_04): Likewise.
3593 (struct struct_04_01): Likewise.
3594 (struct struct_04_02): Likewise.
3595 (struct struct_04_03): Likewise.
3596 (struct struct_04_04): Likewise.
3597 (struct struct_05_01): Likewise.
3598 (struct struct_05_02): Likewise.
3599 (struct struct_05_03): Likewise.
3600 (struct struct_05_04): Likewise.
3601 (cmp_struct01): Remove function.
3602 (cmp_struct02): Likewise.
3603 (cmp_struct03): Likewise.
3604 (cmp_struct04): Likewise.
3605 (cmp_struct_01_01): Add Function.
3606 (cmp_struct_01_02): Likewise.
3607 (cmp_struct_01_03): Likewise.
3608 (cmp_struct_01_04): Likewise.
3609 (cmp_struct_02_01): Likewise.
3610 (cmp_struct_02_02): Likewise.
3611 (cmp_struct_02_03): Likewise.
3612 (cmp_struct_02_04): Likewise.
3613 (cmp_struct_04_01): Likewise.
3614 (cmp_struct_04_02): Likewise.
3615 (cmp_struct_04_03): Likewise.
3616 (cmp_struct_04_04): Likewise.
3617 (cmp_struct_05_01): Likewise.
3618 (cmp_struct_05_02): Likewise.
3619 (cmp_struct_05_03): Likewise.
3620 (cmp_struct_05_04): Likewise.
3621 (call_all): Add new structs.
3622 * gdb.base/infcall-nested-structs.exp: Likewise.
3623
3bf9c013
JV
36242018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3625
3626 * gdb.python/py-framefilter-mi.exp: Update regexp to
3627 check for "arch" field in frame output.
3628
450d1e88
KB
36292018-08-23 Kevin Buettner <kevinb@redhat.com>
3630
3631 * gdb.dwarf2/dw2-ranges-func.c: New file.
3632 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3633
ae739fe7
SM
36342018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3635
3636 * gdb.base/term.exp: Compare terminal settings with values from
3637 the inferior.
3638 * gdb.base/term.c: Get and set terminal settings.
3639
6d52907e
JV
36402018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3641
3642 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3643 accommodate new "arch" field in frame output.
3644 * gdb.mi/mi-return.exp: Likewise.
3645 * gdb.mi/mi-stack.exp: Likewise.
3646 * gdb.mi/mi-syn-frame.exp: Likewise.
3647 * gdb.mi/user-selected-context-sync.exp: Likewise.
3648
be2d111a
MS
36492018-08-19 Michael Spang <spang@google.com>
3650
3651 PR gdb/11786
3652 * gdb.base/gcore-tls-pie.c: New file.
3653 * gdb.base/gcore-tls-pie.exp: New file.
3654
ae3a7c47
KB
36552018-08-18 Kevin Buettner <kevinb@redhat.com>
3656
3657 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3658 * gdb.dwarf2/varval.c: New file.
3659 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3660
2ecae92e
AH
36612018-08-17 Alan Hayward <alan.hayward@arm.com>
3662
3663 PR gdb/18931
3664 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3665
c1854f1d
KS
36662018-08-16 Keith Seitz <keiths@redhat.com>
3667
3668 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3669 tests expected to pass.
3670
26fb3983
JV
36712018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3672
3673 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3674 -data-disassemble -a.
3675 (test_disassembly_bogus_args): Likewise.
3676
67943c00
AB
36772018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3680
5ff2bbae
AB
36812018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3682
3683 * gdb.base/vla-optimized-out.exp: Add new test.
3684
e5bbcd0f
AB
36852018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 * gdb.base/vla-optimized-out-o3.exp: Delete.
3688 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3689 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3690 deleted tests.
3691
9d4a934c
AB
36922018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3693
3694 PR gdb/18050:
3695 * gdb.server/extended-remote-restart.c: New file.
3696 * gdb.server/extended-remote-restart.exp: New file.
3697
045cf012
SM
36982018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3699
3700 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3701 "set variable index = 42".
3702
87d6a7aa
SM
37032018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3704
3705 * boards/index-cache-gdb.exp: New file.
3706 * gdb.dwarf2/index-cache.exp: New file.
3707 * gdb.dwarf2/index-cache.c: New file.
3708 * gdb.base/maint.exp: Check if we are using the index cache.
3709
96d68bd4
RO
37102018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3711
3712 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3713 MAKEFLAGS.
3714
5a699617
RO
37152018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3716
3717 * dg-extract-results.sh: Move to toplevel contrib.
3718 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3719 * Makefile.in (check-parallel-racy): Likewise.
3720
5bd18990
AB
37212018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3722
3723 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3724 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3725 tests if the target supports scheduler locking.
3726
3fbbcf47
TV
37272018-08-04 Tom de Vries <tdevries@suse.de>
3728
3729 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3730
3e1d3d8c
TT
37312018-08-02 Tom Tromey <tom@tromey.com>
3732
3733 PR symtab/16842.
3734 * gdb.cp/temargs.exp: Test "info address" of a template
3735 parameter.
3736
5abe0f0c
JV
37372018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3738
3739 * gdb.python/py-mi-var-info-path-expression.c: New file.
3740 * gdb.python/py-mi-var-info-path-expression.py: New file.
3741 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3742
fb66cde8
SDJ
37432018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3744
3745 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3746 error after "cannot resolve name" string.
3747
c708f4d2
AB
37482018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3749
3750 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3751 started.
3752 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3753
37cc0cae
TV
37542018-07-28 Tom de Vries <tdevries@suse.de>
3755
3756 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3757
63b4ecf7
TV
37582018-07-26 Tom de Vries <tdevries@suse.de>
3759
3760 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3761
3c3bb058
AB
37622018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3763
3764 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3765 is visible.
3766
9e7f3bbb
TV
37672018-07-26 Tom de Vries <tdevries@suse.de>
3768
3769 PR breakpoints/23366
3770 * gdb.base/catch-follow-exec.c: New test.
3771 * gdb.base/catch-follow-exec.exp: New file.
3772
16f808ec
TV
37732018-07-25 Tom de Vries <tdevries@suse.de>
3774
3775 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3776 vla-optimized-out.c.
3777
d7154a8d
JV
37782018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3779
3780 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3781 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3782
232a0032
TV
37832018-07-20 Tom de Vries <tdevries@suse.de>
3784
3785 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3786 NOCLONE macro.
3787 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3788
fbb1d502
TV
37892018-07-19 Tom de Vries <tdevries@suse.de>
3790
3791 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3792 regular expression.
3793
42dc7699
TV
37942018-07-18 Tom de Vries <tdevries@suse.de>
3795
3796 * gdb.base/vla-optimized-out.c: New test.
3797 * gdb.base/vla-optimized-out.exp: New file.
3798
7f1f7e23
SDJ
37992018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3800
3801 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3802 message "No address associated with hostname" when gdbserver
3803 cannot resolve the hostname.
3804
5759ebb3
PW
38052018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3806
3807 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3808 Add some test prefixes to make tests unique.
3809
3606ccab
PW
38102018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3811
3812 * gdb.base/frameapply.c: New file.
3813 * gdb.base/frameapply.exp: New file.
3814
529c08b2
PW
38152018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3816
3817 * gdb.base/skip.exp: Update expected error message.
3818
c7ab0aef
SDJ
38192018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3820 Jan Kratochvil <jan.kratochvil@redhat.com>
3821 Paul Fertser <fercerpav@gmail.com>
3822 Tsutomu Seki <sekiriki@gmail.com>
3823
3824 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3825 parameter.
3826 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3827 by default.
3828 * boards/native-gdbserver.exp: Likewise.
3829 * gdb.server/run-without-local-binary.exp: Improve regexp used
3830 for detecting when a remote debugging connection succeeds.
3831 * gdb.server/server-connect.exp: New file.
3832 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3833 Do not prefix the port number with ":".
3834 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3835 support for detecting and using it. Add '$debughost_gdbserver'
3836 to the list of arguments used to start gdbserver. Handle case
3837 when gdbserver cannot resolve a network name.
3838
16ff70dd
SDJ
38392018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3840
3841 PR c++/23373
3842 * gdb.base/ptype-offsets.cc (struct static_member): New
3843 struct.
3844 (main) <stmember>: New variable.
3845 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3846 with a static member in it.
3847
3541979f
AB
38482018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3849
3850 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3851 watchpoints enabled and disabled.
3852
c8ad9b9a
AB
38532018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * gdb.base/examine-backward.exp: Still run tests around address
3856 0x0, even if address 0x0 is not readable. Update the pattern for
3857 matching address 0x0 in expected output.
3858
e0e5e971
AB
38592018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3860
3861 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3862 malloc/free.
3863
1ea5da02
TV
38642018-07-04 Tom de Vries <tdevries@suse.de>
3865
3866 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3867
471b9d15
MR
38682018-07-02 Maciej W. Rozycki <macro@mips.com>
3869
3870 PR tdep/8282
3871 * gdb.arch/mips-disassembler-options.exp: New test.
3872 * gdb.arch/mips-disassembler-options.s: New test source.
3873
75acb486
PA
38742018-06-29 Pedro Alves <palves@redhat.com>
3875
3876 * gdb.threads/names.exp: Adjust expected "info threads" output.
3877
cd2bb709
PA
38782018-06-29 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.opt/inline-break.exp (line number, address): Add "info
3881 break" tests.
3882
991ff292
PA
38832018-06-29 Pedro Alves <palves@redhat.com>
3884
3885 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3886 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3887 number and address and running to them.
3888
356819b6 38892018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3890
3891 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3892
2512d7ef
JK
38932018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3894
3895 * lib/compiler.c: Remove executable permission flag.
3896
be1b6474
RB
38972018-06-28 Richard Bunt <richard.bunt@arm.com>
3898
3899 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3900 code.
3901 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3902
291f9a96
PT
39032018-06-28 Petr Tesarik <ptesarik@suse.cz>
3904
3905 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3906
ed6dfe51
PT
39072018-06-28 Petr Tesarik <ptesarik@suse.cz>
3908
3909 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3910 address argument is omitted.
3911
d4d429d5
PT
39122018-06-28 Petr Tesarik <ptesarik@suse.cz>
3913
3914 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3915
7ab6656f
OJ
39162018-06-27 Omair Javaid <omair.javaid@linaro.org>
3917
3918 PR gdb/21695
3919 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3920 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3921
a33ccfc7
TT
39222018-06-26 Tom Tromey <tom@tromey.com>
3923
3924 PR rust/22574:
3925 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3926 * gdb.rust/simple.rs (struct SimpleLayout): New.
3927
6d72d289
SM
39282018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3929
3930 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3931 "info registers" output.
3932
8363f9d5
RB
39332018-06-21 Richard Bunt <richard.bunt@arm.com>
3934
3935 * gdb.base/watchpoint-hw-attach.c: New test.
3936 * gdb.base/watchpoint-hw-attach.exp: New file.
3937
f00674fe
SM
39382018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3939
3940 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3941 through /bin/sh.
3942 * boards/dwarf4-gdb-index.exp: Likewise.
3943 * boards/fission-dwp.exp: Likewise.
3944
1d554008
UW
39452018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3946
3947 * gdb.base/float128.exp: Add comment and improved fail message
3948 to the failure case of "print large128" test.
3949
d0ac1c44
SM
39502018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3951
3952 * configure.ac: Remove AC_PREREQ.
3953 * configure: Re-generate.
3954
61b04dd0
PA
39552018-06-19 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3958 (func_extern_caller): New.
3959 (main): Call func_extern_caller.
3960 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3961 logic change.
3962
f63b508a
SM
39632018-06-18 Weimin Pan <weimin.pan@oracle.com>
3964
3965 PR gdb/16841
3966 * gdb.cp/typedef-base.cc: New file.
3967 * gdb.cp/typedef-base.exp: New file.
3968
0fe3a558
TV
39692018-06-18 Tom de Vries <tdevries@suse.de>
3970
3971 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3972
7010835a
AB
39732018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3974 Richard Bunt <Richard.Bunt@arm.com>
3975
3976 * gdb.threads/attach-slow-waitpid.c: New file.
3977 * gdb.threads/attach-slow-waitpid.exp: New file.
3978 * gdb.threads/slow-waitpid.c: New file.
3979
14897d65
PA
39802018-06-14 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.base/fork-running-state.c: Include <errno.h>.
3983 (exit_if_relative_exits): New.
3984 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3985 exits.
3986 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3987 child exits.
3988
5d9a0608
TV
39892018-06-14 Tom de Vries <tdevries@suse.de>
3990
3991 PR cli/22573
3992 * gdb.base/finish-pretty.c: New test.
3993 * gdb.base/finish-pretty.exp: New file.
3994
11ae5818
PA
39952018-06-14 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3998 gdb's expected startup output.
3999
1d39de44
PA
40002018-06-14 Pedro Alves <palves@redhat.com>
4001
4002 * lib/selftest-support.exp (selftest_setup): Remove inlined
4003 function handling.
4004
70ee0000
TV
40052018-06-14 Tom de Vries <tdevries@suse.de>
4006
4007 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4008 matching of breakpoint printing.
4009
11f4b608
TV
40102018-06-13 Tom de Vries <tdevries@suse.de>
4011
4012 PR testsuite/23269
4013 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4014 (fork_child): ... here, and ...
4015 (fork_parent): ... here.
4016
40172018-06-12 Tom de Vries <tdevries@suse.de>
4018
4019 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4020
9516f85a
AB
40212018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4022 Stephen Roberts <stephen.roberts@arm.com>
4023
4024 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4025 rewrite test to describe action performed, rather than possible
4026 failure.
4027
5045b3d7
GB
40282018-06-08 Gary Benson <gbenson@redhat.com>
4029
4030 * gdb.threads/check-libthread-db.exp: New file.
4031 * gdb.threads/check-libthread-db.c: Likewise.
4032
c61b06a1
TT
40332018-06-05 Tom Tromey <tom@tromey.com>
4034
4035 * gdb.base/default.exp: Update expected "show version" output.
4036
eb6af809
TT
40372018-06-05 Tom Tromey <tom@tromey.com>
4038
4039 PR cli/12326:
4040 * gdb.cp/static-print-quit.exp: Update.
4041 * lib/gdb.exp (pagination_prompt): Update.
4042 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4043 * gdb.python/python.exp: Update.
4044
178d6a63
JB
40452018-06-04 Joel Brobecker <brobecker@adacore.com>
4046
4047 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4048
8e817061
JB
40492018-06-01 Joel Brobecker <brobecker@adacore.com>
4050
4051 * gdb.ada/bp_fun_addr: New testcase.
4052
e86ca25f
TT
40532018-06-01 Tom Tromey <tom@tromey.com>
4054
4055 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4056 results.
4057 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4058 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4059 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4060 * gdb.base/maint.exp (maint_pass_if): Update.
4061
4b2dfa9d
MR
40622018-05-31 Maciej W. Rozycki <macro@mips.com>
4063
4064 * gdb.base/endian.exp: New test.
4065 * gdb.base/endian.c: New test source.
4066
45f25d6c
AB
40672018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4068
4069 PR gdb/23203
4070 * gdb.base/bt-selected-frame.c: New file.
4071 * gdb.base/bt-selected-frame.exp: New file.
4072 * lib/gdb.exp (get_current_frame_number): New function.
4073
d9f6d7f8
MR
40742018-05-24 Maciej W. Rozycki <macro@mips.com>
4075 Pedro Alves <palves@redhat.com>
4076
4077 * gdb.threads/tls-core.c: Include <stdlib.h>
4078 (thread_proc): Call `abort'.
4079 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4080 (tls_core_test): New procedure, bits factored out from ...
4081 (top level): ... here. Test both native cores and gcore cores.
4082
ff1cf532
TT
40832018-05-23 Tom Tromey <tom@tromey.com>
4084
4085 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4086
b98664d3
TT
40872018-05-23 Tom Tromey <tom@tromey.com>
4088
4089 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4090 symfile_complaints.
4091 (test_short_complaints): Likewise.
4092 (test_empty_complaints): Likewise.
4093 (test_initial_complaints): Update.
4094
4e9668d0
TT
40952018-05-23 Tom Tromey <tom@tromey.com>
4096
4097 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4098
43ba33c7
TT
40992018-05-23 Tom Tromey <tom@tromey.com>
4100
4101 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4102 (test_short_complaints): Update.
4103
035522c0
PA
41042018-05-22 Pedro Alves <palves@redhat.com>
4105
4106 * gdb.base/remote.exp: Only gdb_start after compiling the
4107 testcase. Issue "disconnect" before testing "set remote" command
4108 defaults. Issue clean_restart before running to main.
4109
cc0be08f
PA
41102018-05-22 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.base/remote.exp: Adjust expected output of "show remote
4113 memory-write-packet-size". Add tests for "set remote
4114 memory-write-packet-size 0" and "set remote
4115 memory-write-packet-size fixed/limit".
4116
b1b60145
PA
41172018-05-22 Pedro Alves <palves@redhat.com>
4118
4119 PR gdb/22973
4120 * gdb.base/utf8-identifiers.c: New file.
4121 * gdb.base/utf8-identifiers.exp: New file.
4122
0ec848ad
PFC
41232018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4124
4125 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4126
2c3305f6
PFC
41272018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4128
4129 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4130
ce1e8424
TT
41312018-05-18 Tom Tromey <tom@tromey.com>
4132
4133 * gdb.base/ptype-offsets.exp: Update.
4134
ddfe970e
KS
41352018-05-17 Keith Seitz <keiths@redhat.com>
4136
4137 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4138 in expected breakpoint stop locations.
4139 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4140 move to proper scope to test variable values.
4141 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4142 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4143 New functions.
4144 (main): Call not_inline_func3.
4145 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4146 inline_func1, inline_func2, and inline_func3. Test that when each
4147 breakpoint is hit, GDB properly reports both the stop location
4148 and the backtrace. Repeat tests for temporary breakpoints.
4149
0726fcc6
MR
41502018-05-15 Maciej W. Rozycki <macro@mips.com>
4151
4152 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4153 rather then trying to access it in determining whether the PID
4154 of `gdbserver' could have been retrieved.
4155
8ee22052
AB
41562018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4157
4158 * gdb.arch/amd64-init-x87-values.S: New file.
4159 * gdb.arch/amd64-init-x87-values.exp: New file.
4160
7785df48
JK
41612018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4162
4163 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4164
56bcdbea
TT
41652018-05-04 Tom Tromey <tom@tromey.com>
4166
4167 PR python/22730:
4168 * gdb.python/python.exp: Test multi-line execute.
4169
a913fffb
TT
41702018-05-04 Tom Tromey <tom@tromey.com>
4171
4172 PR python/22731:
4173 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4174
7a2c85f2
TT
41752018-05-04 Tom Tromey <tom@tromey.com>
4176
4177 PR gdb/11750:
4178 * gdb.base/define.exp: Test defining a user command inside a user
4179 command.
4180 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4181
a3b60e45
JK
41822018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4183 Pedro Alves <palves@redhat.com>
4184
4185 PR breakpoints/19806 and support for PR external/20207.
4186 * gdb.base/watchpoint-unaligned.c: New file.
4187 * gdb.base/watchpoint-unaligned.exp: New file.
4188
45fe4a03
AB
41892018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4190
4191 * gdb.base/maint.exp: Make test names unique, use
4192 test_prefix_command_help to test 'help maint info', and remove
4193 repeated test of 'help maint'.
4194
9be2ae8f
TT
41952018-05-04 Tom Tromey <tom@tromey.com>
4196
4197 PR gdb/22619:
4198 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4199 behavior.
4200
11859c31
AB
42012018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.base/maint.exp: Process output from 'maint print registers'
4204 line at a time.
4205
089a9490
AB
42062018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4209 timeout.
4210
9b0797e2
AB
42112018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4212
4213 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4214 filter pattern.
4215
f6ac5f3d
PA
42162018-05-02 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4219 to_log_command renames.
4220 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4221
77d3c63b
TT
42222018-05-02 Tom Tromey <tom@tromey.com>
4223
4224 * gdb.python/py-parameter.exp: Set test message.
4225
0489430a
TT
42262018-05-02 Tom Tromey <tom@tromey.com>
4227
4228 PR python/20084:
4229 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4230 PARAM_ZUINTEGER_UNLIMITED tests.
4231
1632f8ba
DR
42322018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4233
4234 PR rust/23124
4235 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4236 when casting.
4237
6d7bb824
TT
42382018-04-30 Tom Tromey <tom@tromey.com>
4239
4240 * gdb.python/py-type.exp: Check align attribute.
4241 * gdb.python/py-type.c: New "aligncheck" global.
4242
007e1530
TT
42432018-04-30 Tom Tromey <tom@tromey.com>
4244
4245 PR exp/17095:
4246 * gdb.dwarf2/dw2-align.exp: New file.
4247 * gdb.cp/align.exp: New file.
4248 * gdb.base/align.exp: New file.
4249 * lib/gdb.exp (gdb_int128_helper): New proc.
4250 (has_int128_c, has_int128_cxx): New caching procs.
4251
6873858b
TT
42522018-04-27 Tom Tromey <tom@tromey.com>
4253
4254 PR rust/22545:
4255 * gdb.rust/simple.exp: Add inclusive range tests.
4256
79188d8d
PA
42572018-04-26 Pedro Alves <palves@redhat.com>
4258
4259 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4260 ifunc breakpoint locations correctly of ifunc breakpoints set
4261 while the program resolves the ifunc.
4262
c7075ad5
PA
42632018-04-26 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.base/gnu-ifunc-final.c: New file.
4266 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4267 * gdb.base/gnu-ifunc.exp (executable): Delete.
4268 (staticexecutable): Adjust.
4269 (lib_opts, exec_opts): Delete.
4270 (make_binsuffix, build, set-break): New procedures.
4271 (misc_tests): New, with tests factored out from the top level.
4272 (top level): Test different combinations of ifunc resolver name,
4273 resolver with and with debug info, and ifunc target with and
4274 without debug info. Wrap static tests with with_target_prefix.
4275
8388016d
PA
42762018-04-26 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4279 return type" warnings.
4280
249b5733
PA
42812018-04-25 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4284 killed".
4285 * gdb.base/kill-after-signal.exp: Likewise.
4286 * gdb.threads/kill.exp: Likewise.
4287
f67c0c91
SDJ
42882018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4289 Sergio Durigan Junior <sergiodj@redhat.com>
4290 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4293 regexps to expect for '[Inferior ... detached]' as well.
4294 * gdb.base/attach.exp: Likewise.
4295 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4296 "gdb_continue_to_end".
4297 (test_catch_syscall_with_wrong_args): Likewise.
4298 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4299 ']'. Don't set 'verbose' on.
4300 * gdb.base/foll-vfork.exp: Likewise.
4301 * gdb.base/fork-print-inferior-events.c: New file.
4302 * gdb.base/fork-print-inferior-events.exp: New file.
4303 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4304 '[Inferior ... has been killed]' message.
4305 * gdb.base/kill-after-signal.exp: Likewise.
4306 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4307 detach message.
4308 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4309 message.
4310 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4311 regexps to expect for '[Inferior ... detached]' as well.
4312 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4313
0a8ddac4
SM
43142018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4315
4316 PR gdb/23104
4317 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4318
d27d16bf
RB
43192018-04-19 Richard Bunt <richard.bunt@arm.com>
4320
4321 * gdb.threads/multiple-successive-infcall.c: New test.
4322 * gdb.threads/multiple-successive-infcall.exp: New file.
4323
a037790e
TT
43242018-04-17 Tom Tromey <tom@tromey.com>
4325
4326 * gdb.rust/simple.rs (Union): New type.
4327 (main): New local "u".
4328 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4329
e3a91079
AA
43302018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4331
4332 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4333 number information in output of "whereis" command.
4334 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4335
b744723f
AA
43362018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4337
4338 * gdb.ada/info_types.exp: Adjust expected output to the line
4339 numbers now printed by "info var/func/type".
4340 * gdb.base/completion.exp: Likewise.
4341 * gdb.base/included.exp: Likewise.
4342 * gdb.cp/cp-relocate.exp: Likewise.
4343 * gdb.cp/cplusfuncs.exp: Likewise.
4344 * gdb.cp/namespace.exp: Likewise.
4345 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4346
4a4495d6
MM
43472018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4348
4349 * gdb.btrace/cpu.exp: New.
4350
1d509aa6
MM
43512018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4352
4353 * gdb.base/step-indirect-call-thunk.exp: New.
4354 * gdb.base/step-indirect-call-thunk.c: New.
4355 * gdb.reverse/step-indirect-call-thunk.exp: New.
4356 * gdb.reverse/step-indirect-call-thunk.c: New.
4357
6295b6da
SM
43582018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4359
4360 * gdb.base/pie-fork.c: New file.
4361 * gdb.base/pie-fork.exp: New file.
4362
50146e70
TT
43632018-04-11 Tom Tromey <tom@tromey.com>
4364
4365 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4366
f50d8a2e
PA
43672018-04-10 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4370 exits. Instead loop running forever.
4371 (fork_parent): Run forever too.
4372
a0be7a36
SM
43732018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4374
4375 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4376 mi_continue_to_line.
4377 * gdb.mi/mi-stack.c (callee4): Add comment.
4378
9b73db36
SM
43792018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4380
4381 * gdb.mi/mi-stack.exp: Fix indentation.
4382
c912f608
SM
43832018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4384
4385 PR gdb/22979
4386 * gdb.arch/amd64-osabi.exp: New file.
4387
26540402
SM
43882018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4389
4390 PR gdb/22980
4391 * gdb.base/osabi.exp: New file.
4392
121ad66c 43932018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4394
4395 * gdb.cp/static-typedef-print.exp: New file.
4396 * gdb.cp/static-typedef-print.cc: New file.
4397
3fcded8f
JB
43982018-03-27 Joel Brobecker <brobecker@adacore.com>
4399
4400 * gdb.ada/varsize_limit: New testcase.
4401
59cc4834
JB
44022018-03-27 Joel Brobecker <brobecker@adacore.com>
4403
4404 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4405
4406 * gdb.ada/notcplusplus: New testcase.
4407
4408 * gdb.base/c-linkage-name.c: New file.
4409 * gdb.base/c-linkage-name.exp: New testcase.
4410
4ca59a9f
TT
44112018-03-26 Tom Tromey <tom@tromey.com>
4412
4413 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4414 * gdb.python/py-framefilter.py (name_error): New global.
4415 (ErrorInName.function): Use name_error.
4416
978d6c75
TT
44172018-03-26 Tom Tromey <tom@tromey.com>
4418
4419 PR backtrace/15582:
4420 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4421
b7fee5a3
KS
44222018-03-23 Keith Seitz <keiths@redhat.com>
4423
4424 PR c++/22968
4425 * gdb.cp/subtypes.exp: New file.
4426 * gdb.cp/subtypes.h: New file.
4427 * gdb.cp/subtypes.cc: New file.
4428 * gdb.cp/subtypes-2.cc: New file.
4429
376be529
AB
44302018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4431
4432 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4433 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4434 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4435 -nostartfiles when compiling the test. Confirm that all registers
4436 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4437
066cfa98
AB
44382018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4439
4440 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4441 option, syntax was wrong anyway.
4442 * gdb.arch/arm-disp-step.exp: Likewise.
4443 * gdb.arch/sparc64-regs.exp: Likewise.
4444 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4445 option, syntax was wrong anyway, switch to use
4446 prepare_for_testing.
4447 * gdb.arch/i386-disp-step.exp: Likewise.
4448
079670b9
AA
44492018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4450
4451 * gdb.ada/exec_changed.exp: Replace "target_info exists
4452 use_gdb_stub" by "use_gdb_stub".
4453 * gdb.ada/start.exp: Likewise.
4454 * gdb.base/async-shell.exp: Likewise.
4455 * gdb.base/attach-pie-misread.exp: Likewise.
4456 * gdb.base/attach-wait-input.exp: Likewise.
4457 * gdb.base/break-entry.exp: Likewise.
4458 * gdb.base/break-interp.exp: Likewise.
4459 * gdb.base/dprintf-detach.exp: Likewise.
4460 * gdb.base/nostdlib.exp: Likewise.
4461 * gdb.base/solib-nodir.exp: Likewise.
4462 * gdb.base/statistics.exp: Likewise.
4463 * gdb.base/testenv.exp: Likewise.
4464 * gdb.mi/mi-exec-run.exp: Likewise.
4465 * gdb.mi/mi-start.exp: Likewise.
4466 * gdb.multi/dummy-frame-restore.exp: Likewise.
4467 * gdb.multi/multi-arch-exec.exp: Likewise.
4468 * gdb.multi/multi-arch.exp: Likewise.
4469 * gdb.multi/tids.exp: Likewise.
4470 * gdb.multi/watchpoint-multi.exp: Likewise.
4471 * gdb.python/py-events.exp: Likewise.
4472 * gdb.threads/attach-into-signal.exp: Likewise.
4473 * gdb.threads/attach-stopped.exp: Likewise.
4474 * gdb.threads/threadapply.exp: Likewise.
4475 * lib/selftest-support.exp: Likewise.
4476
26d6cec4
AA
44772018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4478
4479 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4480
4ee89e90
SR
44812018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4482
4483 * gdb.perf/template-breakpoints.cc: New file.
4484 * gdb.perf/template-breakpoints.exp: New file.
4485 * gdb.perf/template-breakpoints.py: New file.
4486
92630041
TT
44872018-03-19 Tom Tromey <tom@tromey.com>
4488
4489 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4490 y0.
4491 * gdb.rust/simple.exp: Test bare identifier form of struct
4492 initializer.
4493
76727919
TT
44942018-03-19 Tom Tromey <tom@tromey.com>
4495
4496 * gdb.gdb/observer.exp: Remove.
4497
194ed413
AA
44982018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4499
4500 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4501 "qualified" option when setting breakpoints.
4502 * gdb.trace/backtrace.exp: Likewise.
4503 * gdb.trace/circ.exp: Likewise.
4504 * gdb.trace/collection.exp: Likewise.
4505 * gdb.trace/disconnected-tracing.exp: Likewise.
4506 * gdb.trace/ftrace-lock.exp: Likewise.
4507 * gdb.trace/ftrace.exp: Likewise.
4508 * gdb.trace/infotrace.exp: Likewise.
4509 * gdb.trace/packetlen.exp: Likewise.
4510 * gdb.trace/passc-dyn.exp: Likewise.
4511 * gdb.trace/qtro.exp: Likewise.
4512 * gdb.trace/read-memory.exp: Likewise.
4513 * gdb.trace/report.exp: Likewise.
4514 * gdb.trace/signal.exp: Likewise.
4515 * gdb.trace/status-stop.exp: Likewise.
4516 * gdb.trace/strace.exp: Likewise.
4517 * gdb.trace/tfind.exp: Likewise.
4518 * gdb.trace/trace-break.exp: Likewise.
4519 * gdb.trace/trace-condition.exp: Likewise.
4520 * gdb.trace/trace-mt.exp: Likewise.
4521 * gdb.trace/tstatus.exp: Likewise.
4522 * gdb.trace/tsv.exp: Likewise.
4523 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4524 * gdb.trace/unavailable.exp: Likewise.
4525 * gdb.trace/while-dyn.exp: Likewise.
4526
8b067d2c
AA
45272018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4528
4529 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4530 that libinproctrace is copied to the target.
4531
3ae9ce5d
TT
45322018-03-14 Tom Tromey <tom@tromey.com>
4533
4534 PR cli/14977:
4535 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4536 a null pointer.
4537 * gdb.base/wchar.exp: Likewise.
4538
b8c2339b
TT
45392018-03-14 Tom Tromey <tom@tromey.com>
4540
4541 PR cli/19918:
4542 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4543 flag.
4544
4872dc46
SM
45452018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4546
4547 PR gdb/22841
4548 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4549 "target" to remote_exec.
4550
e4fe3756
SM
45512018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4552
4553 PR gdb/22841
4554 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4555 ${board}_upload): Remove.
4556
e95a97d4
AA
45572018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4558
4559 * gdb.cp/watch-cp.cc: New test.
4560 * gdb.cp/watch-cp.exp: New file.
4561
dbbb1059
AB
45622018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4563
4564 * gdb.base/infcall-nested-structs.exp: New file.
4565 * gdb.base/infcall-nested-structs.c: New file.
4566 * gdb.base/float.exp: Add riscv support.
4567
ecc054c0
TP
45682018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4569
4570 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4571 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4572
25e3c82c
SDJ
45732018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4574
4575 * gdb.server/abspath.exp: New file.
4576 * lib/gdb.exp (with_cwd): New procedure.
4577
3083294d
SM
45782018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4579
4580 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4581 use it.
4582 (gdb_is_target_remote_prompt): New proc.
4583 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4584 (gdb_is_target_native): Pass prompt parameter to
4585 gdb_is_target_1.
4586
3275ef47
SM
45872018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4588
4589 * gdb.base/load-command.c: New file.
4590 * gdb.base/load-command.exp: New file.
4591 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4592 (gdb_is_target_1): ...this, and generalize for other targets
4593 than just remote.
4594 (gdb_is_target_remote): Use gdb_is_target_1.
4595 (gdb_is_target_native): use gdb_is_target_1.
4596
6893c19a
TT
45972018-02-26 Tom Tromey <tom@tromey.com>
4598
4599 PR python/16497:
4600 * gdb.python/py-framefilter.exp: Update test.
4601
2ddeaf8a
TT
46022018-02-26 Tom Tromey <tom@tromey.com>
4603
4604 * gdb.dwarf2/variant.c: New file.
4605 * gdb.dwarf2/variant.exp: New file.
4606
c9317f21
TT
46072018-02-26 Tom Tromey <tom@tromey.com>
4608
4609 * gdb.rust/simple.exp: Accept more possible results in enum test.
4610
6f6d0c26
SM
46112018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4612
4613 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4614 parentheses.
4615
11b03145
MR
46162018-02-23 Maciej W. Rozycki <macro@mips.com>
4617
4618 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4619 name of a variable: $actual_linejj -> $actual_line.
4620
54a27fe5
JB
46212018-02-21 John Baldwin <jhb@FreeBSD.org>
4622
4623 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4624
de65820c
MM
46252018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4626
4627 * gdb.btrace/buffer-size.exp: Do not force BTS.
4628
980548fd
PA
46292018-02-14 Pedro Alves <palves@redhat.com>
4630
4631 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4632 getting a "Quit".
4633
c4e12631
MM
46342018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4635
4636 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4637 Fix test name.
4638
c2e0e465
SM
46392018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4640
4641 * gdb.cp/m-static.exp: Check type of optimized out static
4642 member.
4643
f7216783
AB
46442018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4645
4646 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4647 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4648
0625771b
LS
46492018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4650 Leszek Swirski <leszeks@google.com>
4651
4652 * gdb.python/py-prettyprint.c
4653 (struct to_string_returns_value_inner,
4654 struct to_string_returns_value_wrapper): New.
4655 (main): Add tsrvw variable.
4656 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4657 ToStringReturnsValueWrapper): New classes.
4658 (register_pretty_printers): Register new pretty-printers.
4659 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4660 recursive pretty printer.
4661 * gdb.python/py-mi.exp: Likewise.
4662
59498c30
LS
46632018-02-01 Leszek Swirski <leszeks@google.com>
4664
4665 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4666 functions with the same name as an include file are parsed
4667 correctly.
4668
d4d38844
YQ
46692018-02-01 Yao Qi <yao.qi@linaro.org>
4670
4671 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4672 "\[^\r\n\]*".
4673
07e5f5cf
NP
46742018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4675
4676 * gdb.arch/powerpc-prologue-frame.s: New file.
4677 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4678 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4679
929b5ad4
JB
46802018-01-31 Joel Brobecker <brobecker@adacore.com>
4681
4682 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4683
e671cd59
PA
46842018-01-30 Pedro Alves <palves@redhat.com>
4685
4686 PR gdb/13211
4687 * gdb.base/interrupt-daemon.c: New.
4688 * gdb.base/interrupt-daemon.exp: New.
4689 * gdb.multi/multi-term-settings.c: New.
4690 * gdb.multi/multi-term-settings.exp: New.
4691
fc413dc4
JB
46922018-01-30 Joel Brobecker <brobecker@adacore.com>
4693
4694 * gdb.base/break.exp: Save the location where the breakpoint
4695 on break.c:47 was actually inserted when debugging the version
4696 compiled at -O2 and use it in the expected output of the "info
4697 break" test performed soon after.
4698
5c319bb2
PA
46992018-01-22 Pedro Alves <palves@redhat.com>
4700 Sergio Durigan Junior <sergiodj@redhat.com>
4701
4702 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4703 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4704
a9e40818
JB
47052018-01-22 Joel Brobecker <brobecker@adacore.com>
4706
4707 * gdb.base/break-include.c, gdb.base/break-include.inc,
4708 gdb.base/break-include.exp: New files.
4709 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4710 line number now being the actual line number where the breakpoint
4711 was inserted.
4712 * gdb.mi/mi-break.exp: Likewise.
4713 * gdb.mi/mi-reverse.exp: Likewise.
4714 * gdb.mi/mi-simplerun.exp: Ditto.
4715
e707fc44
AB
47162018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4717
4718 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4719 varobj.
4720 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4721
ae451627
AB
47222018-01-21 Don Breazeal <donb@codesourcery.com>
4723 Andrew Burgess <andrew.burgess@embecosm.com>
4724
4725 * gdb.mi/basics.c: Add new global.
4726 * gdb.mi/mi-frame-regs.exp: New file.
4727 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4728 case.
4729
b1b189e0
AB
47302018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4731
4732 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4733 non-parameter, and on an unknown symbol.
4734
fcfcc376
TT
47352018-01-19 Tom Tromey <tom@tromey.com>
4736
4737 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4738 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4739
634c1c31
AA
47402018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4741
4742 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4743 setrlimit and chdir to int.
4744
d6ad07fd
AA
47452018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4746
4747 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4748 function.
4749 (my_tend): Likewise.
4750 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4751 rationale of avoiding FP- and vector instructions.
4752
adf8243b
RK
47532018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4754
4755 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4756 "info reg" with "\[ \t\]*".
4757 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4758 "\[ \t\]+".
4759 * gdb.arch/s390-multiarch.exp: Ditto.
4760 * gdb.base/pc-fp.exp: Ditto.
4761 * gdb.reverse/i386-precsave.exp: Ditto.
4762 * gdb.reverse/i386-reverse.exp: Ditto.
4763 * gdb.reverse/i387-env-reverse.exp: Ditto.
4764 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4765
dcc06925
AA
47662018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4767
4768 * lib/gdb.exp (gdb_compile): Re-enable use of
4769 universal_compile_options for languages other than Rust.
4770
25d4fd80
AA
47712018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4772
4773 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4774
ee7f689e 47752018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4776
4777 PR gdb/16577
4778 * gdb.base/solib-vanish.exp: New.
4779 * gdb.base/solib-vanish-main.c: New.
4780 * gdb.base/solib-vanish-lib1.c: New.
4781 * gdb.base/solib-vanish-lib2.c: New.
4782
d8447b6b
YQ
47832018-01-17 Yao Qi <yao.qi@linaro.org>
4784
4785 * gdb.compile/compile.exp: Match the address printed for
4786 frame in the output of command "bt".
4787
86d6a90c
TT
47882018-01-15 Tom Tromey <tom@tromey.com>
4789
4790 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4791 compute sp_reg.
4792
cbcdb1aa
AB
47932018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4794
4795 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4796 to prepare.
4797 (prepare): Return 0 on error, 1 on success.
4798
eea61984
PA
47992018-01-12 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/continue-after-aborted-step-over.c: New.
4802 * gdb.base/continue-after-aborted-step-over.exp: New.
4803
6181e9c2
SM
48042018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4805
4806 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4807 options when not creating an executable.
4808
3cada740
PA
48092018-01-11 Pedro Alves <palves@redhat.com>
4810
4811 PR remote/22597
4812 * gdb.server/stop-reply-no-thread.c: New file.
4813 * gdb.server/stop-reply-no-thread.exp: New file.
4814
c63d3e8d
PA
48152018-01-10 Pedro Alves <palves@redhat.com>
4816
4817 PR gdb/22670
4818 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4819 functions too. Test setting breakpoints and printing C functions
4820 with no debug info too.
4821 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4822
d4c2a405
PA
48232018-01-10 Pedro Alves <palves@redhat.com>
4824
4825 PR gdb/22670
4826 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4827 a fail.
4828
8825213e
PA
48292018-01-10 Pedro Alves <palves@redhat.com>
4830
4831 PR gdb/22670
4832 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4833
605fd3c6
YQ
48342018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4835
4836 * gdb.server/unittest.exp: Match the output in non-development
4837 mode.
4838
1e5ded6c
YQ
48392018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4840
4841 * gdb.gdb/unittest.exp: Match output in non-development mode.
4842
30066b0b
JB
48432018-01-08 Joel Brobecker <brobecker@adacore.com>
4844
4845 * gdb.ada/access_tagged_param.exp: Relax expected output
4846 for value of "ObjL" in "continue" to pck.inspect breakpoint
4847 test.
4848
04bafb1e
XR
48492018-01-08 Joel Brobecker <brobecker@adacore.com>
4850
9f86398b
JB
4851 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4852 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4853
e379cee6
PA
48542018-01-05 Pedro Alves <palves@redhat.com>
4855
4856 PR gdb/18653
4857 * gdb.base/libsegfault.exp: New.
4858
de63c46b
PA
48592018-01-05 Joel Brobecker <brobecker@adacore.com>
4860
4861 PR gdb/22670
4862 * gdb.ada/access_tagged_param.exp: New file.
4863 * gdb.ada/access_tagged_param/foo.adb: New file.
4864
f98fc17b
PA
48652018-01-05 Pedro Alves <palves@redhat.com>
4866
4867 PR gdb/22670
4868 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4869 exercise lower case too, and to exercise both full matching and
4870 wild matching.
4871
342f8240
JB
48722018-01-05 Joel Brobecker <brobecker@adacore.com>
4873
4874 * gdb.ada/rename_subscript_param: New testcase.
4875
7150d33c
JG
48762018-01-05 Jerome Guitton <guitton@adacore.com>
4877
4878 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4879
cc0e770c
JB
48802018-01-05 Joel Brobecker <brobecker@adacore.com>
4881
4882 * gdb.ada/convvar_comp: New testcase.
4883
672a41aa 48842018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4885
4886 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4887 (My_Table): New global variable.
4888 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4889
7365ec2f
JB
48902018-01-04 Joel Brobecker <brobecker@adacore.com>
4891
4892 PR gdb/22670
4893 * gdb.ada/maint_with_ada: New testcase.
4894
289483b6
JB
48952018-01-04 Joel Brobecker <brobecker@adacore.com>
4896
4897 PR gdb/22670
4898 * gdb.ada/bp_c_mixed_case: New testcase.
4899
344420da
JB
49002018-01-04 Joel Brobecker <brobecker@adacore.com>
4901
4902 PR gdb/22670
4903 * gdb.ada/complete.exp: Add "complete break ada" test.
4904
66fc87a0
JB
49052018-01-04 Joel Brobecker <brobecker@adacore.com>
4906
4907 PR gdb/22670
4908 * gdb.ada/info_addr_mixed_case: New testcase.
4909
9f757bf7
XR
49102018-01-03 Xavier Roirand <roirand@adacore.com>
4911
4912 * gdb.ada/excep_handle.exp: New testcase.
4913 * gdb.ada/excep_handle/foo.adb: New file.
4914 * gdb.ada/excep_handle/pck.ads: New file.
4915
bd570f80
JB
49162018-01-03 Joel Brobecker <brobecker@adacore.com>
4917
4918 * gdb.base/step-line.c: Add extra empty line in copyright header.
4919 * gdb.base/step-line.inp: Likewise.
4920
9fe561ab
JB
49212018-01-02 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.ada/dyn_stride.exp: Add slice test.
4924
a405673c
JB
49252018-01-02 Joel Brobecker <brobecker@adacore.com>
4926
4927 * gdb.ada/dyn_stride: New testcase.
4928
cef0f868
SH
49292017-12-27 Stafford Horne <shorne@gmail.com>
4930
4931 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4932 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4933
b67d92b0
SH
49342017-12-27 Stafford Horne <shorne@gmail.com>
4935
4936 * gdb.base/reggroups.c: New file.
4937 * gdb.base/reggroups.exp: New file.
4938
eccab96d
JB
49392017-12-18 Joel Brobecker <brobecker@adacore.com>
4940
4941 * gdb.dwarf2/ada-valprint-error.c: New file.
4942 * gdb.dwarf2/ada-valprint-error.exp: New file.
4943
0e2da9f0
JB
49442017-12-18 Joel Brobecker <brobecker@adacore.com>
4945
4946 * gdb.ada/assign_arr: New testcase.
4947
cb923fcc
XR
49482017-12-18 Xavier Roirand <roirand@adacore.com>
4949
4950 * gdb.ada/funcall_ptr: New testcase.
4951
7c161838
SDJ
49522017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4953
4954 PR cli/16224
4955 * gdb.base/ptype-offsets.cc: New file.
4956 * gdb.base/ptype-offsets.exp: New file.
4957
1af17fd9
YQ
49582017-12-15 Yao Qi <yao.qi@linaro.org>
4959
4960 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4961 if XML is disabled.
4962
828d5846
XR
49632017-12-15 Xavier Roirand <roirand@adacore.com>
4964
4965 * gdb.ada/same_component_name: New testcase.
4966
79e8fcaa
JB
49672017-12-14 Joel Brobecker <brobecker@adacore.com>
4968
4969 * gdb.ada/str_binop_equal: New testcase.
4970
e05fa6f9
JB
49712017-12-14 Joel Brobecker <brobecker@adacore.com>
4972
4973 * gdb.ada/task_switch_in_core: New testcase.
4974
b89641ba
SM
49752017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4976
4977 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4978 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4979 call test_bkpt_qualified.
4980 (test_bkpt_qualified): New proc.
4981
6892d2e4
PA
49822017-12-13 Pedro Alves <palves@redhat.com>
4983
4984 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4985 Tighten regexp by matching with an anchor.
4986
a22ecf70
PA
49872017-12-13 Pedro Alves <palves@redhat.com>
4988
4989 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4990 ("expression with namespace"): New set of tests.
4991 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4992 (Nested::Test_NS::qux): New.
4993 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4994 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4995
9937536c
JB
49962017-12-13 Joel Brobecker <brobecker@adacore.com>
4997
4998 * gdb.base/server-del-break.c: New file.
4999 * gdb.base/server-del-break.exp: New file.
5000
fe49c6f5
SH
50012017-12-12 Stafford Horne <shorne@gmail.com>
5002
5003 * gdb.xml/tdesc-regs.exp: Add or1k support.
5004
c3d18620
SH
50052017-12-12 Stafford Horne <shorne@gmail.com>
5006
5007 * gdb.base/bp-permanent.c: Define nop of or1k.
5008
c5f9cfc8
JB
50092017-12-11 Joel Brobecker <brobecker@adacore.com>
5010
5011 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5012 output with components being reordered.
5013
a9c135fc
JB
50142017-12-11 Joel Brobecker <brobecker@adacore.com>
5015
5016 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5017 output with components being reordered.
5018
927aa2e7
JK
50192017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5020 Pedro Alves <palves@redhat.com>
5021
5022 * gdb.base/maint.exp (check for .gdb_index): Check also for
5023 .debug_names.
5024 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5025 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5026 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5027 (.gdb_index used after symbol reloading): Support also .debug_names.
5028 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5029
f17d9474
YQ
50302017-12-08 Yao Qi <yao.qi@linaro.org>
5031
5032 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5033 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5034
a0de8c21
YQ
50352017-12-08 Yao Qi <yao.qi@linaro.org>
5036
5037 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5038 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5039
a738ea1d
YQ
50402017-12-08 Yao Qi <yao.qi@linaro.org>
5041
5042 * gdb.arch/aarch64-tagged-pointer.c: New file.
5043 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5044
1cd9a73b
SDJ
50452017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5046
5047 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5048 "int".
5049
fa6eb693
KS
50502017-12-07 Keith Seitz <keiths@redhat.com>
5051
5052 PR breakpoints/22569
5053 * gdb.linespec/ls-errs.exp: Change expected result of "break
5054 -source this file has spaces.c -line 3".
5055 Check that an explicit source file followed by whitespace is
5056 identified as an invalid explicit location.
5057
883fd55a
KS
50582017-12-07 Keith Seitz <keiths@redhat.com>
5059
5060 * gdb.cp/nested-types.cc: New file.
5061 * gdb.cp/nested-types.exp: New file.
5062 * lib/cp-support.exp: Load data-structures.exp library.
5063 (debug_cp_test_ptype_class): New global.
5064 (cp_ptype_class_verbose, next_line): New procedures.
5065 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5066 Add and document new return value.
5067 Switch the list of lines to a queue.
5068 Add support for new `type' key for nested type definitions.
5069 Add debugging/troubleshooting messages.
5070 * lib/data-structures.exp: New file.
5071
ec72db3e
SM
50722017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5073
5074 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5075 with proc_with_prefix, don't use with_test_prefix.
5076
99598d71
TT
50772017-12-07 Tom Tromey <tom@tromey.com>
5078
5079 * gdb.base/break.exp: Add test for empty "commands".
5080
a8806230
YQ
50812017-12-07 Yao Qi <yao.qi@linaro.org>
5082
5083 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5084 malloc and catch syscall.
5085
824cc835
PM
50862017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5087
e79be6e5 5088 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5089 tests for explicit locations.
5090
7cc244de
PA
50912017-12-06 Pedro Alves <palves@redhat.com>
5092
5093 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5094 force-disabling XML descriptions.
5095
50a1fdd5
PA
50962017-12-04 Pedro Alves <palves@redhat.com>
5097
5098 PR gdb/22499
5099 * gdb.arch/amd64-disp-step-avx.S: New file.
5100 * gdb.arch/amd64-disp-step-avx.exp: New file.
5101
f0fb2488
PA
51022017-12-03 Pedro Alves <palves@redhat.com>
5103
5104 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5105 and <string.h>.
5106 (parent_function): Print distinct messages when waitpid fails, or
5107 the child exits with a signal, or the child exits for an unhandled
5108 reason.
5109 * gdb.threads/process-dies-while-detaching.exp
5110 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5111 it. Wait for both inferior output and GDB's prompt. Use an
5112 indirect spawn id list.
5113 (do_detach): New parameter 'child_exit'. Use it to compute
5114 expected inferior output.
5115 (test_detach, test_detach_watch, test_detach_killed_outside):
5116 Adjust to pass down the expected child exit kind.
5117
97cbe998
SDJ
51182017-12-01 Joel Brobecker <brobecker@adacore.com>
5119 Sergio Durigan Junior <sergiodj@redhat.com>
5120 Pedro Alves <palves@redhat.com>
5121
5122 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5123
40fc416f
SDJ
51242017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5125
5126 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5127 to 'symbol-file' and 'add-symbol-file' can be
5128 position-independent.
5129
1cc75e92
YQ
51302017-12-01 Yao Qi <yao.qi@linaro.org>
5131
5132 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5133 the URL in copyright header.
5134 * gdb.arch/aarch64-fp.exp: Likewise.
5135 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5136 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5137 * gdb.base/expand-psymtabs.exp: Likewise.
5138 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5139 * gdb.fortran/common-block.exp: Likewise.
5140 * gdb.fortran/common-block.f90: Likewise.
5141 * gdb.fortran/logical.exp: Likewise.
5142 * gdb.fortran/vla-datatypes.f90: Likewise.
5143 * gdb.fortran/vla-sub.f90: Likewise.
5144
875fb7a7
JB
51452017-11-30 Joel Brobecker <brobecker@adacore.com>
5146
5147 * gdb.ada/repeat_dyn: New testcase.
5148
6f14765f
UW
51492017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5150
5151 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5152 Update for changed thread numbering.
5153 * gdb.cell/bt.exp: Update for changed GDB output.
5154
f1af7b94
SM
51552017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5156
5157 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5158 setting isremote by hand.
5159 * boards/dwarf4-gdb-index.exp: Likewise.
5160 * boards/fission.exp: Likewise.
5161 * boards/stabs.exp: Likewise.
5162
e3919f3e
PA
51632017-11-30 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.linespec/cpls-ops.exp
5166 (check_explicit_skips_function_argument): Extract the underlying
5167 type of size_t instead of hardcoding it.
5168
bd69330d
PA
51692017-11-29 Pedro Alves <palves@redhat.com>
5170
5171 PR c++/19436
5172 * gdb.linespec/cpls-abi-tag.cc: New file.
5173 * gdb.linespec/cpls-abi-tag.exp: New file.
5174
a20714ff
PA
51752017-11-29 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.base/langs.exp: Use -qualified.
5178 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5179 it.
5180 * gdb.cp/namespace.exp: Use -qualified.
5181 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5182 (overload-3, template-overload, template-ret-type, const-overload)
5183 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5184 procedures.
5185 (test_driver): Call them.
5186 * gdb.cp/save-bp-qualified.cc: New.
5187 * gdb.cp/save-bp-qualified.exp: New.
5188 * gdb.linespec/explicit.exp: Test -qualified.
5189 * lib/completion-support.exp (completion::explicit_opts_list): Add
5190 "-qualified".
5191 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5192
f6f1d339
PM
51932017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5194
5195 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5196
02ca603a
TT
51972017-11-29 Tom Tromey <tom@tromey.com>
5198
5199 * gdb.base/relocate.exp: Update invalid argument test.
5200 Add new tests for invalid arguments.
5201
ed6c0bfb
TP
52022017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5203
5204 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5205 Return 0 as a long.
5206 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5207
f106e10e
TP
52082017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5209
5210 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5211 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5212 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5213 func ().
5214 * gdb.cp/shadow.cc (B.func): Return 0.
5215
10329bb2
JB
52162017-11-27 Joel Brobecker <brobecker@adacore.com>
5217
5218 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5219 expected output in gdb_expect call to allow the exception
5220 message to be present as well. Fix syntax confusion to avoid
5221 TCL thinking that exception_name is an array.
5222
617cd4bc
UW
52232017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5224
5225 * gdb.arch/spu-info.c: Include <unistd.h>.
5226 (do_signal_test): Fix broken calls to write.
5227 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5228 Fix checks for empty mailboxes. Update signal tests for corrected
5229 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5230 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5231 * gdb.cell/arch.exp: Use standard_output_file.
5232 * gdb.cell/break.exp: Likewise.
5233 * gdb.cell/bt.exp: Likewise.
5234 * gdb.cell/core.exp: Likewise.
5235 * gdb.cell/dwarfaddr.exp: Likewise.
5236 * gdb.cell/ea-cache.exp: Likewise.
5237 * gdb.cell/ea-standalone.exp: Likewise.
5238 * gdb.cell/f-regs.exp: Likewise.
5239 * gdb.cell/fork.exp: Likewise.
5240 * gdb.cell/gcore.exp: Likewise.
5241 * gdb.cell/mem-access.exp: Likewise.
5242 * gdb.cell/ptype.exp: Likewise.
5243 * gdb.cell/registers.exp: Likewise.
5244 * gdb.cell/sizeof.exp: Likewise.
5245 * gdb.cell/solib-symbol.exp: Likewise.
5246 * gdb.cell/solib.exp: Likewise.
617cd4bc 5247
a81aaca0
PA
52482017-11-25 Pedro Alves <palves@redhat.com>
5249
5250 * gdb.base/complete-empty.exp: New file.
5251 * gdb.base/completion.exp: Adjust.
5252
6a3c6ee4
PA
52532017-11-25 Pedro Alves <palves@redhat.com>
5254
5255 * gdb.linespec/cpls-ops.cc: New file.
5256 * gdb.linespec/cpls-ops.exp: New file.
5257 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5258 factored out from ...
5259 (test_complete_prefix_range): ... this.
5260
8955eb2d
PA
52612017-11-24 Pedro Alves <palves@redhat.com>
5262
5263 * gdb.linespec/cpcompletion.exp: New file.
5264 * gdb.linespec/cpls-hyphen.cc: New file.
5265 * gdb.linespec/cpls.cc: New file.
5266 * gdb.linespec/cpls2.cc: New file.
5267 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5268 test to use test_gdb_complete_unique. Add label completion,
5269 keyword completion and explicit location completion tests.
5270 * lib/completion-support.exp: New file.
5271
e547c119
JB
52722017-11-24 Joel Brobecker <brobecker@adacore.com>
5273
5274 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5275 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5276 when hitting an exception catchpoint.
5277
7c3c1aa8
YQ
52782017-11-22 Yao Qi <yao.qi@linaro.org>
5279
5280 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5281
41bd68f5
SM
52822017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5283
5284 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5285 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5286 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5287
1daad298
YQ
52882017-11-22 Yao Qi <yao.qi@linaro.org>
5289
5290 * gdb.base/info-os.exp: Pass pthreads.
5291 * gdb.multi/multi-attach.exp: Likewise.
5292
88465e87
YQ
52932017-11-22 Yao Qi <yao.qi@linaro.org>
5294
5295 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5296 compiler.
5297
dc196b23
YQ
52982017-11-22 Yao Qi <yao.qi@linaro.org>
5299
5300 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5301 * gdb.base/break-interp.exp: Likewise.
5302 * gdb.base/jit-attach-pie.exp: Likewise.
5303
2400729e
UW
53042017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5305
5306 * gdb.base/float128.c (large128): New variable.
5307 * gdb.base/float128.exp: Add test to print largest __float128 value.
5308
7a26362d
UW
53092017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5310
5311 * gdb.arch/vsx-regs.exp: Update register content checks.
5312
ed0f4273
UW
53132017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5314
5315 * gdb.arch/ppc-longdouble.exp: New file.
5316 * gdb.arch/ppc-longdouble.c: Likewise.
5317
a25d69c6
PA
53182017-11-21 Pedro Alves <palves@redhat.com>
5319
5320 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5321
73fcf641
PA
53222017-11-20 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5325 (long_double_typedef): New typedefs.
5326 Use DEF on double and long double.
5327 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5328 cases.
5329 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5330 and 'long_double_ptr_same_size' locals. Use them to decide
5331 whether cast from array/function to float is valid/invalid.
5332
71a3c369
TT
53332017-11-17 Tom Tromey <tom@tromey.com>
5334
5335 * gdb.rust/traits.rs: New file.
5336 * gdb.rust/traits.exp: New file.
5337
ced9779b
JB
53382017-11-17 Joel Brobecker <brobecker@adacore.com>
5339
5340 * gdb.ada/minsyms: New testcase.
5341
a0922d80
PA
53422017-11-16 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5345 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5346
ea04e54c
PA
53472017-11-16 Pedro Alves <palves@redhat.com>
5348
5349 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5350 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5351
e849ea89
PA
53522017-11-16 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.server/reconnect-ctrl-c.c: New file.
5355 * gdb.server/reconnect-ctrl-c.exp: New file.
5356
d8ae99a7
PM
53572017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5358
5359 * gdb.python/py-rbreak.exp: New file.
5360 * gdb.python/py-rbreak.c: New file.
5361 * gdb.python/py-rbreak-func2.c: New file.
5362
968a13f8
PA
53632017-11-16 Pedro Alves <palves@redhat.com>
5364
5365 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5366 pattern.
5367 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5368 GDB.
5369
71774bc9
SM
53702017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5371
5372 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5373 regex.
5374
ddbb44cf
SM
53752017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5376
5377 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5378 test names.
5379
584a564f
PA
53802017-11-09 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5383 factored out from ...
5384 (top level): ... here, and adjusted to avoid expecting beyond the
5385 prompt in a single gdb_test_multiple.
5386
5ed7a928
PA
53872017-11-09 Pedro Alves <palves@redhat.com>
5388
5389 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5390 output.
5391 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5392 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5393 * gdb.server/ext-run.exp ("kill" test): Likewise.
5394 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5395
a60e0738
PA
53962017-11-09 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5399 match till end of line.
5400
2c88253f
PA
54012017-11-09 Pedro Alves <palves@redhat.com>
5402
5403 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5404
c7a38517
PA
54052017-11-09 Pedro Alves <palves@redhat.com>
5406
5407 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5408 New procedures, factored out from ...
5409 (top level): ... here, and adjusted to avoid expecting beyond the
5410 prompt in one go.
5411
f29f4b6b
PA
54122017-11-09 Pedro Alves <palves@redhat.com>
5413
5414 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5415 output. Fix '?' match.
5416
286acbb5
JB
54172017-11-08 Joel Brobecker <brobecker@adacore.com>
5418
5419 * gdb.ada/scoped_watch: New testcase.
5420 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5421 which is actually correct.
5422 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5423 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5424
62d7ae92
PA
54252017-11-08 Pedro Alves <palves@redhat.com>
5426
5427 * gdb.gdb/complaints.exp (test_initial_complaints)
5428 (test_serial_complaints, test_short_complaints): Call
5429 complaint_internal instead of complaint.
5430
280ca31f
DT
54312017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5432
5433 * gdb.threads/tls-core.c: New file.
5434 * gdb.threads/tls-core.exp: Likewise.
5435
b5ec771e
PA
54362017-11-08 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5439 (p Exported_Capitalized): New test.
5440 (p exported_capitalized): New test.
5441
a02b41a7
PA
54422017-11-07 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5445
95e95a6d
PA
54462017-11-07 Pedro Alves <palves@redhat.com>
5447
5448 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5449 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5450 (disable_invalid, disable_inverted, disable_negative): New
5451 procedures.
5452 ("bad numbers"): New set of tests.
5453
cee62dbd
PA
54542017-11-07 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.cp/ena-dis-br-range.exp: Add tests.
5457
cc638e86
PA
54582017-11-07 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5461
d0fe4701
XR
54622017-11-07 Xavier Roirand <roirand@adacore.com>
5463 Pedro Alves <palves@redhat.com>
5464
5465 * gdb.base/ena-dis-br.exp: Add reference to
5466 gdb.cp/ena-dis-br-range.exp.
5467 * gdb.cp/ena-dis-br-range.exp: New file.
5468 * gdb.cp/ena-dis-br-range.cc: New file.
5469
46f67f80
PA
54702017-11-06 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.base/attach-non-pgrp-leader.c: New.
5473 * gdb.base/attach-non-pgrp-leader.exp: New.
5474
726e1356
PA
54752017-11-06 Pedro Alves <palves@redhat.com>
5476
5477 * configure.ac: No longer check for termio.h and sgtty.h.
5478 * configure: Regenerate.
5479 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5480 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5481 Remove termio and sgtty code.
5482
50ab6ace
YQ
54832017-11-03 Yao Qi <yao.qi@linaro.org>
5484
5485 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5486 in GDB is disabled.
5487
8e68731c
YQ
54882017-11-03 Yao Qi <yao.qi@linaro.org>
5489
5490 * gdb.python/py-thrhandle.exp: Skip it if python is not
5491 enabled.
5492
3a87ae65
SM
54932017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5494
5495 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5496 as a breakpoint command.
5497
484d8d36
MD
54982017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5499
5500 PR python/21213
5501 * gdb.python/py-infthread.exp: Test calling
5502 InferiorThread.inferior () multiple times in a row.
5503
4a27f119
KS
55042017-10-27 Keith Seitz <keiths@redhat.com>
5505
5506 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5507 Test "info break" for every inlined function breakpoint.
5508
bb11dd58
YQ
55092017-10-27 Yao Qi <yao.qi@linaro.org>
5510
5511 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5512
a43f3893
PF
55132017-10-26 Patrick Frants <osscontribute@gmail.com>
5514
5515 * gdb.cp/classes.exp (test_static_members): Test printing
5516 Outer::instance.
5517 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5518 (Inner::instance, Outer::instance): New.
5519
792ccf00
PA
55202017-10-24 Pedro Alves <palves@redhat.com>
5521
5522 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5523 extra console" test in two stages.
5524
eb2bfbad
PA
55252017-10-24 Pedro Alves <palves@redhat.com>
5526
5527 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5528
1f75a651
PA
55292017-10-24 Pedro Alves <palves@redhat.com>
5530
5531 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5532 loop.
5533
779990d9
PA
55342017-10-24 Pedro Alves <palves@redhat.com>
5535
5536 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5537 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5538
ad9b8f5d
PA
55392017-10-24 Pedro Alves <palves@redhat.com>
5540
5541 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5542 parameter and handle it. Don't output read value in test name.
5543
fee6da6e
PA
55442017-10-24 Pedro Alves <palves@redhat.com>
5545
5546 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5547 custom test name.
5548
10389c2c
PA
55492017-10-24 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5552 include the unstable output directory name in the test's name.
5553 (initial_setup_simple) <'set args'>: Use custom test name.
5554
a80e65a9
PA
55552017-10-24 Pedro Alves <palves@redhat.com>
5556
5557 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5558 with explicit test name.
5559
15763a09
PA
55602017-10-20 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5563 'wait -i'. Use gdb_assert and remote_close.
5564
49a4ce2e
AB
55652017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5566
5567 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5568 number from variable rather than hard-coded.
5569
a75868f5
PA
55702017-10-19 Pedro Alves <palves@redhat.com>
5571
5572 * gdb.base/long-inferior-output.c: New file.
5573 * gdb.base/long-inferior-output.exp: New file.
5574
c8ba13ad
KS
55752017-11-18 Keith Seitz <keiths@redhat.com>
5576
5577 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5578 method.
5579 (main): Call it.
5580 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5581 Add additional user-defined conversion operator tests.
5582
b27de576
PA
55832017-10-17 Pedro Alves <palves@redhat.com>
5584
5585 * boards/native-stdio-gdbserver.exp: Load "local-board".
5586
8484c955
PA
55872017-10-17 Pedro Alves <palves@redhat.com>
5588
5589 * gdb.base/quit-live.c: New file.
5590 * gdb.base/quit-live.exp: New file.
5591
83d5a34d
KS
55922017-10-16 Keith Seitz <keiths@redhat.com>
5593
5594 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5595 (class_with_protected_typedef, class_with_private_typedef)
5596 (struct_with_public_typedef, struct_with_protected_typedef)
5597 (struct_with_private_typedef): New classes/structs.
5598 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5599 typedefs and access specifiers.
5600
739b3f1d
PA
56012017-10-16 Pedro Alves <palves@redhat.com>
5602 Simon Marchi <simon.marchi@polymtl.ca>
5603
5604 * README (Local vs Remote vs Native): New section.
5605 * boards/local-board.exp: New file, with bits factored out from
5606 ...
5607 * boards/native-extended-gdbserver.exp: ... here. Load
5608 "local-board".
5609 * boards/native-gdbserver.exp: Load "local-board".
5610 (${board}_spawn, ${board}_exec): Delete.
5611 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5612 ...
5613 * boards/stdio-gdbserver-base.exp: ... this new file.
5614 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5615 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5616 procedure.
5617 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5618 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5619 stdio_gdbserver_command.
5620 (${board}_get_remote_address, ${board}_get_comm_port)
5621 (${board}_download, ${board}_upload): Delete.
5622 (get_target_remote_pipe_cmd): New.
5623
fe68b953
SM
56242017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5625
5626 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5627 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5628 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5629 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5630 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5631 remove with_test_prefix.
5632
300b6685
PA
56332017-10-13 Pedro Alves <palves@redhat.com>
5634
5635 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5636 * gdb.base/annota1.exp: Use it instead of is_remote.
5637 * gdb.base/annota3.exp: Use it instead of is_remote.
5638 * gdb.cp/annota2.exp: Use it instead of is_remote.
5639 * gdb.cp/annota3.exp: Use it instead of is_remote.
5640 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5641
50500caf
PA
56422017-10-13 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5645 (test_num_test_vars, run_and_count_vars, find_env)
5646 (test_set_unset_env, test_inherit_env_var): New procedures.
5647 (top level): Use them.
5648
dad0c6d2
PA
56492017-10-13 Pedro Alves <palves@redhat.com>
5650
5651 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5652 also skip on stub-like targets.
5653
8b0553c1
PA
56542017-10-13 Pedro Alves <palves@redhat.com>
5655
5656 PR gdb/22293
5657 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5658 (top level): Move some tests to ...
5659 (test_not_found): ... this new procedure.
5660 (top level): Call it.
5661
7594f623
PA
56622017-10-13 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5665 expect different "info terminal" output if testing with a
5666 non-native target.
5667
ebe3b402
PA
56682017-10-13 Pedro Alves <palves@redhat.com>
5669 Simon Marchi <simon.marchi@polymtl.ca>
5670
5671 PR python/12966
5672 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5673
42f1b161
PA
56742017-10-13 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5677 already.
5678
8d6ef72b
PA
56792017-10-13 Pedro Alves <palves@redhat.com>
5680
5681 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5682 is_remote.
5683
d7bcd5b8
PA
56842017-10-13 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5687 is_remote.
5688
df479dc6
PA
56892017-10-13 Pedro Alves <palves@redhat.com>
5690
5691 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5692 is set.
5693 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5694 instead of is_remote.
5695
23fb630a
PA
56962017-10-13 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5699 (top level): Add comment.
5700
cc77b1dc
PA
57012017-10-13 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/remote.exp (top level): Fix comment typo and add
5704 missing return.
5705
27c9e813
PA
57062017-10-13 Pedro Alves <palves@redhat.com>
5707 Simon Marchi <simon.marchi@polymtl.ca>
5708
5709 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5710 calls and add comments. Skip test if use_gdb_stub is set.
5711 (top level): Use "set cwd" command instead of "cd" command.
5712
5e830d98
PA
57132017-10-13 Pedro Alves <palves@redhat.com>
5714
5715 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5716 is_remote target check.
5717
f5ca0032
PA
57182017-10-13 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.base/scope.exp: Use build_executable + clean_restart +
5721 gdb_file_cmd instead of prepare_for_testing and no longer skip
5722 "before run" tests on is_remote target boards. Update comments.
5723 * boards/native-extended-gdbserver.exp
5724 (extended_gdbserver_load_last_file): New, factored out from ...
5725 (gdb_load): ... this. Move further below and add comment.
5726 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5727
8aed1c0d
PA
57282017-10-12 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.base/attach.exp: Remove references to gdb64.
5731 * gdb.base/dbx.exp: Remove references to gdb64.
5732
cfa34c87
SM
57332017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5734 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.base/label.exp: Remove is_remote target check.
5737
9192b7de
PA
57382017-10-12 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.base/auvx.exp (coredir): Update comment.
5741 (top level) <core_works>: Use "set cwd" command instead of "cd"
5742 command.
5743
6bf0052d
PA
57442017-10-12 Pedro Alves <palves@redhat.com>
5745 Simon Marchi <simon.marchi@polymtl.ca>
5746
5747 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5748 target boards.
5749
e48ef82d
PA
57502017-10-12 Pedro Alves <palves@redhat.com>
5751 Simon Marchi <simon.marchi@polymtl.ca>
5752
5753 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5754 Instead skip if there's any gdb_protocol set.
5755
8d7aea57
SM
57562017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5757 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5760
30440677
PA
57612017-10-12 Pedro Alves <palves@redhat.com>
5762 Simon Marchi <simon.marchi@polymtl.ca>
5763
5764 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5765 instead of on dejagnu remote boards.
5766
4e04f045 57672017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5768 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5769
5770 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5771 checks. Use build_executable + clean_restart instead of
5772 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5773 of enabling non-stop after starting gdb.
5774
871a186e
PA
57752017-10-12 Pedro Alves <palves@redhat.com>
5776
5777 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5778 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5779 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5780 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5781
56d704da
AK
57822017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5783
5784 * gdb.arch/arc-tdesc-cpu.exp: New file.
5785 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5786
2f20e312
SM
57872017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5788
5789 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5790
65630365
PA
57912017-10-10 Pedro Alves <palves@redhat.com>
5792
5793 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5794 expect CLI output.
5795
bf469271
PA
57962017-10-10 Pedro Alves <palves@redhat.com>
5797
5798 * lib/selftest-support.exp (selftest_setup): Update for
5799 captured_command_loop's prototype change.
5800
777a42f1
PA
58012017-10-09 Pedro Alves <palves@redhat.com>
5802
5803 Test both arch1=>arch2 and arch2=>arch1.
5804
5805 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5806 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5807 factored out to...
5808 (append_arch1_options, append_arch2_options, append_arch_options)
5809 (build_executables): New procedures.
5810 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5811 local.
5812 (top level): Add new 'first_arch' testing axis.
5813
cbd2b4e3
PA
58142017-10-09 Pedro Alves <palves@redhat.com>
5815
5816 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5817 (barrier): New.
5818 (thread_start, all_started): New functions.
5819 (main): Spawn new thread and wait until it is scheduled.
5820 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5821 option.
5822 (do_test): Add 'selected_thread' parameter. Run to all_started
5823 instead of main. Explicitly set the breakpoint at main. Switch
5824 to the SELECTED_THREAD thread.
5825 (top level): Test handling the exec event with either the main
5826 thread or the second thread selected.
5827
5c9e4427
PA
58282017-10-09 Pedro Alves <palves@redhat.com>
5829
5830 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5831 logic. Move STOP marker after the value checks.
5832 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5833 regexp.
5834
b3b7c423
SL
58352017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5836
5837 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5838
3b4b2f16
UW
58392017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5840
5841 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5842 integer-to-dfp conversion.
5843 * gdb.base/dfp-test.exp: Likewise.
5844
5cd63fda
PA
58452017-10-04 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.multi/hangout.c: Include <unistd.h>.
5848 (hangout_loop): New function.
5849 (main): Call alarm. Call hangout_loop in a loop.
5850 * gdb.multi/hello.c: Include <unistd.h>.
5851 (hello_loop): New function.
5852 (main): Call alarm. Call hangout_loop in a loop.
5853 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5854 inferior with the other selected.
5855
4c71c105
SM
58562017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5857
5858 * gdb.mi/list-thread-groups-available.exp: New file.
5859 * gdb.mi/list-thread-groups-available.c: New file.
5860
bc3b087d
SDJ
58612017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5862
5863 * gdb.base/set-cwd.exp: Make it available on
5864 native-extended-gdbserver.
5865
d092c5a2
SDJ
58662017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5867
5868 * gdb.base/set-cwd.c: New file.
5869 * gdb.base/set-cwd.exp: Likewise.
5870
45320ffa
TT
58712017-10-02 Tom Tromey <tom@tromey.com>
5872
5873 PR rust/22236:
5874 * gdb.rust/simple.rs (main): New variable "fslice".
5875 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5876
b3e3859b
TT
58772017-10-02 Tom Tromey <tom@tromey.com>
5878
5879 * gdb.rust/simple.exp: Test ptype of a slice.
5880
01af5e0d
TT
58812017-10-02 Tom Tromey <tom@tromey.com>
5882
5883 * gdb.rust/simple.exp: Test index of slice.
5884
a9bbfbd8
TT
58852017-09-27 Tom Tromey <tom@tromey.com>
5886
5887 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5888
df8899e5
TP
58892017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5890 Pedro Alves <palves@redhat.com>
5891
5892 * gdb.base/compare-sections.exp (get value of read-only section): Read
5893 as unsigned value.
5894 (corrupt read-only section): Likewise and don't set written if patching
5895 failed.
5896
757bf54b
KB
58972017-09-21 Kevin Buettner <kevinb@redhat.com>
5898
5899 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5900 files.
5901
06871ae8
PA
59022017-09-20 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5905 symbol names in gdb's output.
5906 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5907
e5f25bc5
PA
59082017-09-20 Pedro Alves <palves@redhat.com>
5909
5910 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5911 Rename to ...
5912 (test_list_ambiguous_symbol): ... this and add a symbol name
5913 parameter. Adjust.
5914 (test_list_ambiguous_function): Reimplement on top of
5915 test_list_ambiguous_symbol and also test listing ambiguous
5916 variables.
5917 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5918 (ambiguous_fun): ... this.
5919 (ambiguous_var): New.
5920 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5921 (ambiguous_fun): ... this.
5922 (ambiguous_var): New.
5923
4e5a4f58
JB
59242017-09-19 John Baldwin <jhb@FreeBSD.org>
5925
5926 * gdb.base/starti.c: New file.
5927 * gdb.base/starti.exp: New file.
5928 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5929
26e53f3e
PA
59302017-09-14 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5933 (top level): Use it instead of runto.
5934
cb791d59
TT
59352017-09-11 Tom Tromey <tom@tromey.com>
5936
5937 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5938
7c96f8c1
TT
59392017-09-11 Tom Tromey <tom@tromey.com>
5940
5941 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5942 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5943
469412dd
CW
59442017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5945
5946 * gdb.fortran/printing-types.exp: New file.
5947 * gdb.fortran/printing-types.exp: New file.
5948
e0f86435
BH
59492017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5950
5951 * gdb.fortran/vla-ptype.exp: Fix typos.
5952 * gdb.fortran/vla-value.exp: Same.
5953
9e9af4be
BH
59542017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5955
5956 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5957 * gdb.mi/mi-var-child-f.exp: Likewise.
5958 * gdb.mi/mi-vla-fortran.exp: Likewise.
5959
a5ad232b 59602017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5961 Christoph Weinmann <christoph.t.weinmann@intel.com>
5962 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5963
5964 * gdb.fortran/ptr-indentation.f90: New file.
5965 * gdb.fortran/ptr-indentation.exp: New file.
5966
5aec60eb
TT
59672017-09-05 Tom Tromey <tom@tromey.com>
5968
5969 PR gdb/22010:
5970 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5971
8f8f8152
TP
59722017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5973
5974 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5975
fbd1b771
JK
59762017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5977
5978 * gdb.threads/tls-nodebug-pie.c: New file.
5979 * gdb.threads/tls-nodebug-pie.exp: New file.
5980
5eb5f850
TT
59812017-09-05 Tom Tromey <tom@tromey.com>
5982
5983 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5984 for rust.
5985
ae780a21
SM
59862017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5987
5988 * gdb.multi/multi-arch-exec.exp: Test with different
5989 "follow-exec-mode" settings.
5990 (do_test): New procedure.
5991
3693fdb3
PA
59922017-09-04 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/func-static.c (S::method const, S::method volatile)
5995 (S::method volatile const): New methods.
5996 (c_s, v_s, cv_s): New instances.
5997 (main): Call method() on them.
5998 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5999 (cannot_resolve): New procedure.
6000 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6001 print-quote-unquoted columns.
6002 (do_test): Test printing each scope too.
6003
e68cb8e0
PA
60042017-09-04 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/local-static.exp: Also test with
6007 class::method::variable wholly quoted.
6008 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6009
858be34c
PA
60102017-09-04 Pedro Alves <palves@redhat.com>
6011
6012 * gdb.base/local-static.c: New.
6013 * gdb.base/local-static.cc: New.
6014 * gdb.base/local-static.exp: New.
6015
46a4882b
PA
60162017-09-04 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.asm/asm-source.exp: Add casts to int.
6019 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6020 (dataglobal64_1, dataglobal64_2): New globals.
6021 * gdb.base/nodebug.exp: Test different expressions involving the
6022 new globals, with print, whatis and ptype. Add casts to int.
6023 * gdb.base/solib-display.exp: Add casts to int.
6024 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6025 * gdb.cp/m-static.exp: Add cast to int.
6026 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6027 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6028 tls variable with no debug info without a cast. Test with a cast
6029 to int too.
6030 * gdb.trace/entry-values.exp: Add casts.
6031
2c5a2be1
PA
60322017-09-04 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.base/nodebug.exp: Test that ptype's error about functions
6035 with unknown return type includes the function name too.
6036
7022349d
PA
60372017-09-04 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6040 return type of munmap in infcall.
6041 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6042 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6043 type of ftell in infcall.
6044 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6045 type of getpid in infcall.
6046 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6047 infcall.
6048 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6049 Bail on failure to extract the pid.
6050 * gdb.base/nodebug.c: #include <stdint.h>.
6051 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6052 New functions.
6053 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6054 Change expected output of print/whatis/ptype with functions with
6055 no debug info. Test all supported languages. Call
6056 test_call_promotion.
6057 * gdb.compile/compile.exp: Adjust expected output to expect
6058 warning.
6059 * gdb.threads/siginfo-threads.exp: Likewise.
6060
54990598
PA
60612017-09-04 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6064 "prototypes". Test calling float functions via prototyped and
6065 unprototyped function pointers.
6066 (perform_all_tests): New parameter "prototypes". Pass it down.
6067 (top level): Pass down "prototypes" parameter to
6068 perform_all_tests.
6069
34d16ea2
SM
60702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6071
6072 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6073 Test with nested loops.
6074
9521ecda
SM
60752017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6076
6077 * gdb.base/commands.exp: Call the new procedures.
6078 (loop_break_test, loop_continue_test): New procedures.
6079
80a65e9b
SM
60802017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6081
6082 * gdb.base/commands.exp: Call new procedure.
6083 (define_if_without_arg_test): New procedure.
6084
e439fa14
PA
60852017-09-04 Pedro Alves <palves@redhat.com>
6086
6087 * gdb.base/list-ambiguous.exp: New file.
6088 * gdb.base/list-ambiguous0.c: New file.
6089 * gdb.base/list-ambiguous1.c: New file.
6090 * gdb.base/list.exp (test_list_range): Adjust expected output.
6091
0a2dde4a
SDJ
60922017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6093
6094 * gdb.base/share-env-with-gdbserver.c: New file.
6095 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6096
5e89eb3a
SM
60972017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6098
6099 * gdb.base/commands.exp (gdbvar_simple_if_test,
6100 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6101 progvar_simple_if_test, progvar_simple_while_test,
6102 progvar_complex_if_while_test, user_defined_command_test,
6103 user_defined_command_args_eval,
6104 user_defined_command_args_stack_test,
6105 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6106 temporary_breakpoint_commands,
6107 gdb_test_no_prompt, redefine_hook_test,
6108 redefine_backtrace_test): Remove "global gdb_prompt".
6109
fd437cbc
SM
61102017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6111
6112 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6113 New proc, call it from toplevel.
6114
87215ad1
SDJ
61152017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6116
6117 PR remote/21852
6118 * gdb.server/normal.c: New file, copied from gdb.base.
6119 * gdb.server/run-without-local-binary.exp: New file.
6120
58afddc6
WP
61212017-08-07 Weimin Pan <weimin.pan@oracle.com>
6122
6123 * gdb.arch/sparc64-adi.exp: New file.
6124 * gdb.arch/sparc64-adi.c: New file.
6125
5277199a
PA
61262017-08-22 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6129 (top level): Add "list all overloads" tests.
6130
14278e1f
TT
61312017-08-22 Tom Tromey <tom@tromey.com>
6132
6133 * gdb.gdb/xfullpath.exp: Remove.
6134
bf223d3e
PA
61352017-08-21 Pedro Alves <palves@redhat.com>
6136
6137 PR gdb/19487
6138 * gdb.base/symbol-alias.c: New.
6139 * gdb.base/symbol-alias2.c: New.
6140 * gdb.base/symbol-alias.exp: New.
6141
c973d0aa
PA
61422017-08-21 Pedro Alves <palves@redhat.com>
6143
6144 * gdb.base/dfp-test.c
6145 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6146 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6147 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6148 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6149 * gdb.base/whatis-ptype-typedefs.c: New.
6150 * gdb.base/whatis-ptype-typedefs.exp: New.
6151 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6152 (an_int, an_int_type, an_int_type2): New globals.
6153 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6154 involving typedefs and cast expressions.
6155 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6156 (lookup_typedefs_function): New.
6157 (typedefs_pretty_printers_dict): New.
6158 (top level): Register lookup_typedefs_function in
6159 gdb.pretty_printers.
6160
6d580b63
YQ
61612017-08-18 Yao Qi <yao.qi@linaro.org>
6162
6163 * gdb.server/unittest.exp: New.
6164
206726fb
SDJ
61652017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6166
6167 PR gdb/21954
6168 * gdb.base/environ.exp: Add test to check if 'unset environment'
6169 works.
6170
bf0ec4c2
AA
61712017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6172
6173 * lib/gdb.exp (universal_compile_options): New caching proc.
6174 (gdb_compile): Suppress GCC's coloring of messages.
6175
d6382fff
TT
61762017-08-14 Tom Tromey <tom@tromey.com>
6177
6178 PR gdb/21675:
6179 * gdb.base/printcmds.exp (test_radices): New function.
6180 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6181 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6182 * lib/gdb.exp (get_integer_valueof): Use p/d.
6183
c2c2dd9f
SM
61842017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6185
6186 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6187 characters.
6188
fdffd6f4
TT
61892017-08-05 Tom Tromey <tom@tromey.com>
6190
6191 * gdb.rust/simple.exp: Allow String to appear in a different
6192 namespace.
6193
27d41eac
YQ
61942017-07-26 Yao Qi <yao.qi@linaro.org>
6195
6196 * gdb.gdb/unittest.exp: Invoke command
6197 "maintenance check xml-descriptions".
6198
031ed05d
AA
61992017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6200
6201 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6202 calling context.
6203 (hex128): Drop erroneous calculation of parameters.
6204
dcd27ddf
SM
62052017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6206
6207 * gdb.python/py-unwind.exp: Disable stack protection when
6208 building test file.
6209
47e77640
PA
62102017-07-20 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.base/default.exp (set language): Adjust expected output.
6213
62d2a18a
PA
62142017-07-20 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6217 (test_minsym): ... this, and make static.
6218 (get_pck__foo__bar__minsym): Rename to ...
6219 (get_test_minsym): ... this.
6220 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6221 symbol names and comments.
6222 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6223 (get_test_minsym): ... this.
6224 (pck__foo__bar__minsym__2): Rename to ...
6225 (test_minsym): ... this.
6226 (main): Adjust.
6227
c45ec17c
PA
62282017-07-17 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.base/completion.exp: Adjust expected output.
6231 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6232 the completer works.
6233
c6756f62
PA
62342017-07-17 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6237
5bd68487
AB
62382017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6239
6240 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6241
8880f2a9
TT
62422017-07-14 Tom Tromey <tom@tromey.com>
6243
6244 PR rust/21764:
6245 * gdb.rust/simple.exp: Add tests.
6246
65547233
TT
62472017-07-14 Tom Tromey <tom@tromey.com>
6248
6249 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6250
8f14146e
PA
62512017-07-14 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.linespec/base/one/thefile.cc (z1): New function.
6254 * gdb.linespec/base/two/thefile.cc (z2): New function.
6255 * gdb.linespec/linespec.exp: Add tests.
6256
b4365d02
AB
62572017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6258
6259 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6260 to mi_create_breakpoint.
6261
5d2cbaa5
AB
62622017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6263
6264 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6265 mi_create_breakpoint.
6266
11cb5716
IB
62672017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6268
6269 * gdb.dlang/demangle.exp: Update for demangling changes.
6270
03278692
TT
62712017-07-09 Tom Tromey <tom@tromey.com>
6272
6273 * gdb.dwarf2/shortpiece.exp: New file.
6274
33c5cd75
DB
62752017-07-06 David Blaikie <dblaikie@gmail.com>
6276
6277 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6278 built from fissiont-multi-cu{1,2}.c.
6279 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6280 except putting 'main' and 'func' in separate CUs in the same DWO file.
6281 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6282 test.
6283 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6284 test.
6285
8455d262
PA
62862017-07-06 Pedro Alves <palves@redhat.com>
6287
6288 * gdb.python/py-unwind.exp: Test flushregs.
6289
dc4bde35
SDJ
62902017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6291
6292 PR cli/21688
6293 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6294 tests for alias commands and trailing whitespace.
6295
51ed89aa
SDJ
62962017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6297
6298 PR cli/21688
6299 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6300 procedure. Call it.
6301
eb17d413
PA
63022017-06-29 Pedro Alves <palves@redhat.com>
6303
6304 * gdb.base/printcmds.exp: Add tests.
6305
41664b45
DG
63062017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6307
6308 PR gdb/21337
6309 * gdb.base/reread-readsym.exp: New file.
6310 * gdb.base/reread-readsym.c: New file.
6311
75312ae3
KB
63122017-06-21 Kevin Buettner <kevinb@redhat.com>
6313
6314 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6315 subpattern.
6316
66953522
PB
63172017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6318
6319 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6320 extended mnemonic.
6321 * gdb.arch/powerpc-power9.s: Likewise.
6322
5524b525
AA
63232017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6324
6325 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6326 on 32-bit x86 targets. Exploit is_*_target macros where
6327 appropriate.
6328
03c8af18
AA
63292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6330
6331 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6332 register pieces.
6333
3bf31011
AA
63342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6335
6336 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6337 located in one or more DWARF pieces.
6338
805acca0
AA
63392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6340
6341 * lib/gdb.exp (get_endianness): New proc.
6342 * gdb.arch/aarch64-fp.exp: Use it.
6343 * gdb.arch/altivec-regs.exp: Likewise.
6344 * gdb.arch/e500-regs.exp: Likewise.
6345 * gdb.arch/vsx-regs.exp: Likewise.
6346 * gdb.base/dump.exp: Likewise.
6347 * gdb.base/funcargs.exp: Likewise.
6348 * gdb.base/gnu_vector.exp: Likewise.
6349 * gdb.dwarf2/formdata16.exp: Likewise.
6350 * gdb.dwarf2/implptrpiece.exp: Likewise.
6351 * gdb.dwarf2/nonvar-access.exp: Likewise.
6352 * gdb.python/py-inferior.exp: Likewise.
6353 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6354
e9352324
AA
63552017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6356
6357 PR gdb/21226
6358 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6359 stack value pieces are taken from the LSB end.
6360
d5d1163e
AA
63612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6362
6363 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6364 variable at nonzero offset.
6365
0567c986
AA
63662017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6367
6368 * gdb.dwarf2/var-access.c: New file.
6369 * gdb.dwarf2/var-access.exp: New test.
6370 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6371
973e9aab
TT
63722017-06-12 Tom Tromey <tom@tromey.com>
6373
6374 * gdb.dwarf2/formdata16.exp: Add tests.
6375
d9109c80
TT
63762017-06-12 Tom Tromey <tom@tromey.com>
6377
6378 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6379
30a25466
TT
63802017-06-12 Tom Tromey <tom@tromey.com>
6381
6382 PR exp/16225:
6383 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6384 * gdb.arch/vsx-regs.exp: Update tests.
6385 * gdb.arch/s390-vregs.exp (hex128): New proc.
6386 Update test.
6387 * gdb.arch/altivec-regs.exp: Update tests.
6388
aefd8b33
SDJ
63892017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6390
6391 * gdb.base/startup-with-shell.c: New file.
6392 * gdb.base/startup-with-shell.exp: Likewise.
6393
2090129c
SDJ
63942017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6395
6396 * gdb.server/non-existing-program.exp: Update regex in order to
6397 reflect the fact that gdbserver is now using fork_inferior (with a
6398 shell) to startup the inferior.
6399
8e86a419
SM
64002017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6401
6402 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6403 support function calls from GDB.
6404
e6cf65f2
TT
64052017-05-21 Tom Tromey <tom@tromey.com>
6406
6407 PR rust/21466:
6408 * gdb.rust/unsized.exp: New file.
6409 * gdb.rust/unsized.rs: New file.
6410
43cc5389
TT
64112017-05-19 Tom Tromey <tom@tromey.com>
6412
6413 PR rust/21484:
6414 * gdb.rust/watch.exp: New file.
6415 * gdb.rust/watch.rs: New file.
6416
ec8df234
TT
64172017-05-18 Tom Tromey <tom@tromey.com>
6418
6419 * gdb.rust/simple.exp: Allow Box to be qualified.
6420
3e3e7fae
TP
64212017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6422
6423 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6424
59cc050d
PA
64252017-05-18 Pedro Alves <palves@redhat.com>
6426
6427 * gdb.base/fileio.c (test_write, test_read, test_close)
6428 (test_fstat): Don't print 'ret' in the fail path.
6429
c8f6abd1
PA
64302017-05-18 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6433 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6434 (test_system, test_rename, test_unlink, test_time): Change
6435 prototypes.
6436 * gdb.base/fileio.exp (stop_msg): Adjust.
6437
d2a03b77
PA
64382017-05-18 Pedro Alves <palves@redhat.com>
6439
6440 * gdb.base/fileio.c (null_str): New global.
6441 (test_stat): Use it.
6442 * gdb.base/fileio.exp: Remove nowarnings.
6443
0d5c6999
YQ
64442017-05-17 Yao Qi <yao.qi@linaro.org>
6445
6446 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6447
21873064
YQ
64482017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6449
6450 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6451 argument command.
6452 (top-level): Invoke test_set_inferior_tty.
6453
d512d31c
PA
64542017-05-04 Pedro Alves <palves@redhat.com>
6455
6456 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6457 Add parens to print call for Python 3.
6458
90cef2ed
KS
64592017-05-03 Keith Seitz <keiths@redhat.com>
6460
6461 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6462 (main): Call it.
6463
14f819c8
TW
64642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6465
6466 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6467 to prev and next.
6468
913aeadd
TW
64692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6470
6471 * gdb.python/py-record-btrace.exp: Remove test for
6472 gdb.BtraceInstruction.error.
6473
a3be24ad
TW
64742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6475
6476 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6477
ae20e79a
TW
64782017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6479
6480 * gdb.python/py-record-btrace-threads.c: New file.
6481 * gdb.python/py-record-btrace-threads.exp: New file.
6482
45ce1b47
SDJ
64832017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6484
6485 PR testsuite/8595
6486 * gdb.base/environ.exp: Make test available in all architectures.
6487 Move bits related to "info program" testing to
6488 gdb.base/info-program.exp. Rewrite tests to use the two new
6489 procedures mentione below.
6490 (test_set_show_env_var) New procedure.
6491 (test_set_show_env_var_equal): Likewise.
6492 * gdb.base/info-program.exp: New file.
6493
e15c3eb4
KS
64942017-04-27 Keith Seitz <keiths@redhat.com>
6495
6496 * gdb.cp/oranking.cc (test15): New function.
6497 (main): Call test15 and declare additional variables for testing.
6498 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6499 "p foo101('abc')" tests.
6500 Add tests for cv qualifier overloads.
6501 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6502 "lvalue reference overload" test.
6503 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6504 "print value of f1 on Child&& in f2" test.
6505
3a3fd0fd
PA
65062017-04-19 Pedro Alves <palves@redhat.com>
6507
6508 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6509 procedure.
6510 (top level): Call it.
6511 * lib/gdb.exp (gdb_define_cmd): New procedure.
6512
53375380
PA
65132017-04-12 Pedro Alves <palves@redhat.com>
6514
6515 PR gdb/21323
6516 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6517 (wchar): New global.
6518 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6519 (do_test_wide_char, wide_char_types_no_program, top level): Add
6520 wchar_t testing.
6521
53e710ac
PA
65222017-04-12 Pedro Alves <palves@redhat.com>
6523
6524 PR c++/21323
6525 * gdb.cp/wide_char_types.c: New file.
6526 * gdb.cp/wide_char_types.exp: New file.
6527
0ad9d8c7
SDJ
65282017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6529
6530 PR gdb/21352
6531 * gdb.trace/tsv.exp: Add test for "tsave -r".
6532
b1b45502
IB
65332017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6534
6535 * gdb.dlang/watch-loc.c: New file.
6536 * gdb.dlang/watch-loc.exp: New file.
6537
ec13808e
JK
65382017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6539
6540 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6541
fe5f7374
AK
65422017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6543
6544 * gdb.arch/arc-analyze-prologue.S: New file.
6545 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6546
eea78757
AK
65472017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6548
6549 * gdb.arch/arc-decode-insn.S: New file.
6550 * gdb.arch/arc-decode-insn.exp: Likewise.
6551
5badf10a
IR
65522017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6553
6554 PR tdep/20928
6555 * gdb.arch/sparc64-regs.exp: New file.
6556 * gdb.arch/sparc64-regs.S: Likewise.
6557
cee59b3f
TW
65582017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6559
6560 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6561 and memory view on Python 3.
6562
c0f55cc6
AV
65632017-03-20 Artemiy Volkov <artemiyv@acm.org>
6564 Keith Seitz <keiths@redhat.com>
6565
6566 PR gdb/14441
6567 * gdb.cp/demangle.exp: Add rvalue reference tests.
6568 * gdb.cp/rvalue-ref-casts.cc: New file.
6569 * gdb.cp/rvalue-ref-casts.exp: New file.
6570 * gdb.cp/rvalue-ref-overload.cc: New file.
6571 * gdb.cp/rvalue-ref-overload.exp: New file.
6572 * gdb.cp/rvalue-ref-params.cc: New file.
6573 * gdb.cp/rvalue-ref-params.exp: New file.
6574 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6575 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6576 * gdb.cp/rvalue-ref-types.cc: New file.
6577 * gdb.cp/rvalue-ref-types.exp: New file.
6578 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6579 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6580
51457a05
MAL
65812017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6582
6583 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6584 New procedure.
6585
5b291c04
MAL
65862017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6587
6588 * lib/mi-support.exp (mi_gdb_test): Add additional message
6589 for unexpected output.
6590
59a56148
AA
65912017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6592
6593 * gdb.base/examine-backward.c (Barrier): New character array
6594 constant, to ensure that TestStrings is preceded by a string
6595 terminator.
6596
7942e96e
AA
65972017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6598
6599 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6600 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6601 and implicit pointer into such a location.
6602
6ebac3fb
DE
66032017-03-16 Doug Evans <dje@google.com>
6604
6605 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6606
ec3b243d
TP
66072017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6608
6609 * gdb.cp/m-static.exp: Fix expectation for prototype of
6610 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6611
66122017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6613
6614 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6615 * gdb.guile/scm-lazy-string.c: New file.
6616 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6617 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6618 for pointer, array, typedef lazy strings.
6619
2cc36e25 66202017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6621
6622 PR python/17728, python/18439, python/18779
6623 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6624 * gdb.python/py-lazy-string.c (pointer): New typedef.
6625 (main): New locals ptr, array, typedef_ptr.
6626 * gdb.python/py-value.exp: Move lazy string tests to ...
6627 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6628 array, typedef lazy strings.
ec3b243d 6629
0efcde63
AK
66302017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6631
6632 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6633 Add optional 'test' parameter.
6634
7978d7c3
SM
66352017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6636
6637 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6638 Skip for versions of DejaGnu < 1.5.
6639
896c0c1e
SM
66402017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6641
6642 * lib/gdb.exp (dejagnu_version): New proc.
6643 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6644 Use dejagnu_version.
6645
5f4d1085
KS
66462017-03-10 Keith Seitz <keiths@redhat.com>
6647
6648 PR c++/8128
6649 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6650 type from destructor regexps.
6651 Add a branch which actually passes the test.
6652 Adjust "ptype t5i" test names.
6653
1de05205
PA
66542017-03-08 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.base/step-over-exit.exp: Add explicit test message.
6657
c65d6b55
PA
66582017-03-08 Pedro Alves <palves@redhat.com>
6659
6660 PR gdb/18360
6661 * gdb.threads/interrupt-while-step-over.c: New file.
6662 * gdb.threads/interrupt-while-step-over.exp: New file.
6663
2e86a283
PA
66642017-03-08 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6667 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6668
25dcbff6
PA
66692017-03-08 Pedro Alves <palves@redhat.com>
6670
6671 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6672 PKRU as not supported as a PASS.
6673
dc9366eb
PA
66742017-03-08 Pedro Alves <palves@redhat.com>
6675
6676 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6677 prefix instead of $binfile1/$binfile2.
6678 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6679 in test message.
6680 * gdb.python/py-completion.exp: Use "load python file" as test
6681 messages instead of unstable path names.
6682
6e5d74e7
PA
66832017-03-08 Pedro Alves <palves@redhat.com>
6684 Jan Kratochvil <jan.kratochvil@redhat.com>
6685
6686 PR cli/21218
6687 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6688 New proc.
6689 (top level): Call it.
6690
9753a2f6
PA
66912017-03-08 Pedro Alves <palves@redhat.com>
6692
6693 PR tui/21216
6694 * gdb.tui/tui-nl-filtered-output.exp: New file.
6695
1a4dd9dd
PA
66962017-03-08 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.base/completion.exp: Move TUI completion tests to ...
6699 * gdb.tui/completion.exp: ... this new file.
6700
7cbbff33
PA
67012017-03-08 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.base/tui-disasm-long-lines.c,
6704 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6705 gdb.base/tui-layout.exp: Move to ...
6706 * gdb.tui/: ... this new directory.
6707
5f6fd321
PA
67082017-03-07 Pedro Alves <palves@redhat.com>
6709
6710 * gdb.base/tui-layout.c: New file.
6711 * gdb.base/tui-layout.exp: New file.
6712
44959fa8
PA
67132017-03-07 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.base/tui-layout.c: Rename to ...
6716 * gdb.base/tui-disasm-long-lines.c: ... this.
6717 * gdb.base/tui-layout.exp: Rename to ...
6718 * gdb.base/tui-disasm-long-lines.exp: ... this.
6719
f8c4e718
PA
67202017-03-07 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6723
6dbb839a 67242017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6725
6726 * i386-mpx-call.c: New file.
6727 * i386-mpx-call.exp: New file.
6728
65b48a81
PB
67292017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6730
6731 * gdb.arch/powerpc-power.exp: Delete test.
6732 * gdb.arch/powerpc-power.s: Likewise.
6733 * gdb.disasm/disassembler-options.exp: New test.
6734 * gdb.arch/powerpc-altivec.exp: Likewise.
6735 * gdb.arch/powerpc-altivec.s: Likewise.
6736 * gdb.arch/powerpc-altivec2.exp: Likewise.
6737 * gdb.arch/powerpc-altivec2.s: Likewise.
6738 * gdb.arch/powerpc-altivec3.exp: Likewise.
6739 * gdb.arch/powerpc-altivec3.s: Likewise.
6740 * gdb.arch/powerpc-power7.exp: Likewise.
6741 * gdb.arch/powerpc-power7.s: Likewise.
6742 * gdb.arch/powerpc-power8.exp: Likewise.
6743 * gdb.arch/powerpc-power8.s: Likewise.
6744 * gdb.arch/powerpc-power9.exp: Likewise.
6745 * gdb.arch/powerpc-power9.s: Likewise.
6746 * gdb.arch/powerpc-vsx.exp: Likewise.
6747 * gdb.arch/powerpc-vsx.s: Likewise.
6748 * gdb.arch/powerpc-vsx2.exp: Likewise.
6749 * gdb.arch/powerpc-vsx2.s: Likewise.
6750 * gdb.arch/powerpc-vsx3.exp: Likewise.
6751 * gdb.arch/powerpc-vsx3.s: Likewise.
6752 * gdb.arch/arm-disassembler-options.exp: Likewise.
6753 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6754 * gdb.arch/s390-disassembler-options.exp: Likewise.
6755
17cd4947
LM
67562017-02-23 Luis Machado <lgustavo@codesourcery.com>
6757
6758 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6759 (check_supported_features): ... this. Changed return type to void.
6760 (supports_rdseed): New static global.
6761 (rdseed): Check supports_rdseed.
6762 (initialize): Call check_supported_features.
6763
2039d74e
EBM
67642017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6765
6766 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6767 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6768 and lqarx/stqcx.
6769 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6770 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6771
a51d7ecf
EBM
67722017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6773
6774 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6775 uppercase.
6776
0224619f
JK
67772017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 * gdb.dwarf2/formdata16.c: New file.
6780 * gdb.dwarf2/formdata16.exp: New file.
6781 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6782
216f72a1
JK
67832017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6784
6785 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6786 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6787 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6788 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6789 DW_AT_GNU_*.
6790
43988095
JK
67912017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6792
6793 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6794
99e8a4f9
SDJ
67952017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6796
6797 PR gdb/21164
6798 * gdb.base/maint.exp: Add testcases for when the commands do
6799 not have arguments.
6800
b58a8c0c
TP
68012017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6802
6803 * gdb.cp/chained-calls.exp: Use p instead of P.
6804
4e746bb6
TW
68052017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6806
6807 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6808 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6809
3f77c769
TT
68102017-02-14 Tom Tromey <tom@tromey.com>
6811
6812 PR python/13598:
6813 * gdb.python/py-events.exp: Add before_prompt event tests.
6814
075beec0
AA
68152017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6816
6817 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6818
bf5f525c
LM
68192017-02-13 Luis Machado <lgustavo@codesourcery.com>
6820
6821 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6822 (main): Call my_unique_function_name.
6823 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6824 completion of patterns with a single match.
6825 Add missing -re switches to gdb_test_multiple calls.
6826
13a66184
LM
68272017-02-13 Luis Machado <lgustavo@codesourcery.com>
6828
6829 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6830 return if core file is not recognized.
6831
26a06916
SM
68322017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6833
6834 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6835 and extra UIs.
6836
b761ca9e
SM
68372017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6838
6839 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6840 proc_with_prefix.
6841
b964bee0
TT
68422017-02-10 Tom Tromey <tom@tromey.com>
6843
6844 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6845
18da0c51
MG
68462017-02-10 Martin Galvan <martingalvan@sourceware.org>
6847
6848 PR gdb/21122
6849 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6850
604c4576
JG
68512017-02-08 Jerome Guitton <guitton@adacore.com>
6852
6853 * gdb.base/define.exp: Add test for command abbreviations
6854 in define.
6855
20b477a7
LM
68562017-02-06 Luis Machado <lgustavo@codesourcery.com>
6857
6858 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6859 * gdb.reverse/insn-reverse-x86.c: New file.
6860
3f7b46f2
IR
68612017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6862
6863 PR tdep/20936
6864 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6865
f0fd41c1
TT
68662017-02-03 Tom Tromey <tom@tromey.com>
6867
6868 PR rust/21097:
6869 * gdb.rust/simple.exp: Add new tests.
6870
5be5dbf0
PA
68712017-02-02 Pedro Alves <palves@redhat.com>
6872
6873 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6874 tests.
6875
7346ef59
AA
68762017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6877
6878 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6879 taking a 2-byte value out of a 4-byte DWARF implicit value on
6880 big-endian targets.
6881 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6882 logic. Add test cases for DW_OP_implicit.
6883
787f0025
MM
68842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6885
6886 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6887
68777c29
MM
68882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6889
6890 * gdb.btrace/enable.exp: Call gdb_exit before
6891 skip_gdbserver_tests.
6892
0a1c7e28
MM
68932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6894
6895 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6896 GDBFLAGS.
6897
b5ac99b0
MM
68982017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6899
6900 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6901 the test is skipped.
6902 * gdb.btrace/data.exp: Likewise.
6903 * gdb.btrace/delta.exp: Likewise.
6904 * gdb.btrace/dlopen.exp: Likewise.
6905 * gdb.btrace/enable-running.exp: Likewise.
6906 * gdb.btrace/enable.exp: Likewise.
6907 * gdb.btrace/exception.exp: Likewise.
6908 * gdb.btrace/function_call_history.exp: Likewise.
6909 * gdb.btrace/gcore.exp: Likewise.
6910 * gdb.btrace/instruction_history.exp: Likewise.
6911 * gdb.btrace/multi-thread-step.exp: Likewise.
6912 * gdb.btrace/nohist.exp: Likewise.
6913 * gdb.btrace/non-stop.exp: Likewise.
6914 * gdb.btrace/reconnect.exp: Likewise.
6915 * gdb.btrace/record_goto-step.exp: Likewise.
6916 * gdb.btrace/record_goto.exp: Likewise.
6917 * gdb.btrace/rn-dl-bind.exp: Likewise.
6918 * gdb.btrace/segv.exp: Likewise.
6919 * gdb.btrace/step.exp: Likewise.
6920 * gdb.btrace/stepi.exp: Likewise.
6921 * gdb.btrace/tailcall-only.exp: Likewise.
6922 * gdb.btrace/tailcall.exp: Likewise.
6923 * gdb.btrace/tsx.exp: Likewise.
6924 * gdb.btrace/unknown_functions.exp: Likewise.
6925 * gdb.btrace/vdso.exp: Likewise.
6926
cd4007e4
MM
69272017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6928
6929 * gdb.btrace/enable-running.c: New.
6930 * gdb.btrace/enable-running.exp: New.
6931
2735833d
WT
69322017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6933
6934 * gdb.arch/amd64-gs_base.c: New file.
6935 * gdb.arch/amd64-gs_base.exp: New file.
6936
b51e1e94
LM
69372017-01-26 Luis Machado <lgustavo@codesourcery.com>
6938
6939 * lib/memory.exp: Remove spurious empty newlines.
6940
72ca0410
SM
69412017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6942
6943 * gdb.python/py-bad-printers.exp: Load python file using "source".
6944 * gdb.python/py-events.exp: Likewise.
6945 * gdb.python/py-evsignal.exp: Likewise.
6946 * gdb.python/py-evthreads.exp: Likewise.
6947 * gdb.python/py-frame-args.exp: Likewise.
6948 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6949 * gdb.python/py-framefilter-mi.exp: Likewise.
6950 * gdb.python/py-framefilter.exp: Likewise.
6951 * gdb.python/py-mi.exp: Likewise.
6952 * gdb.python/py-pp-maint.exp: Likewise.
6953 * gdb.python/py-pp-registration.exp: Likewise.
6954 * gdb.python/py-prettyprint.exp: Likewise.
6955 (run_lang_tests): Likewise.
6956 * gdb.python/py-typeprint.exp: Likewise.
6957
e309aa65
LM
69582017-01-26 Luis Machado <lgustavo@codesourcery.com>
6959
6960 * lib/memory.exp: New file.
6961 * lib/gdb.exp: Load memory.exp.
6962 * gdb.base/memattr.exp (delete_memory): Move proc to
6963 lib/memory.exp and rename to delete_memory_regions.
6964 Replace delete_memory with delete_memory_regions.
6965 Cleanup memory regions before tests.
6966 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6967 before tests.
6968
515aff23
LM
69692017-01-26 Luis Machado <lgustavo@codesourcery.com>
6970
6971 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6972 files.
6973 (initialize): New function conditionally defined.
6974 (testcases): Move within conditional block.
6975 (main): Call initialize.
6976 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6977 of gdb.reverse/insn-reverse.c.
6978 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6979 gdb.reverse/insn-reverse.c.
6980
d8b49cf0
YQ
69812017-01-26 Yao Qi <yao.qi@linaro.org>
6982
6983 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6984 disassemble on address 0.
6985
f13a9a0c
YQ
69862017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6987 Yao Qi <yao.qi@linaro.org>
6988
6989 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6990 * gdb.dwarf2/implptr-64bit.S: Remove.
6991 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6992 variables in caller's context. Add DW_OP_implicit_value.
6993
5ac95241
YQ
69942017-01-25 Yao Qi <yao.qi@linaro.org>
6995
6996 * lib/dwarf.exp (Dwarf::_location): Handle
6997 DW_OP_GNU_implicit_pointer with proper size.
6998
23e82930
LM
69992017-01-20 Luis Machado <lgustavo@codesourcery.com>
7000
7001 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7002 and add untested calls.
7003
d334ae25
LM
70042017-01-20 Luis Machado <lgustavo@codesourcery.com>
7005
7006 * gdb.python/python.exp: Check line number against what GDB thinks
7007 the line number is for func1.
7008
f5e6296e
IB
70092017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7010
7011 * gdb.dlang/debug-expr.exp: New file.
7012
5b362f04
LM
70132016-12-23 Luis Machado <lgustavo@codesourcery.com>
7014
7015 Fix test names for the following files:
7016
7017 * gdb.ada/exec_changed.exp
7018 * gdb.ada/info_types.exp
7019 * gdb.arch/aarch64-atomic-inst.exp
7020 * gdb.arch/aarch64-fp.exp
7021 * gdb.arch/altivec-abi.exp
7022 * gdb.arch/altivec-regs.exp
7023 * gdb.arch/amd64-byte.exp
7024 * gdb.arch/amd64-disp-step.exp
7025 * gdb.arch/amd64-dword.exp
7026 * gdb.arch/amd64-entry-value-inline.exp
7027 * gdb.arch/amd64-entry-value-param.exp
7028 * gdb.arch/amd64-entry-value-paramref.exp
7029 * gdb.arch/amd64-entry-value.exp
7030 * gdb.arch/amd64-i386-address.exp
7031 * gdb.arch/amd64-invalid-stack-middle.exp
7032 * gdb.arch/amd64-invalid-stack-top.exp
7033 * gdb.arch/amd64-optimout-repeat.exp
7034 * gdb.arch/amd64-prologue-skip.exp
7035 * gdb.arch/amd64-prologue-xmm.exp
7036 * gdb.arch/amd64-stap-special-operands.exp
7037 * gdb.arch/amd64-stap-wrong-subexp.exp
7038 * gdb.arch/amd64-tailcall-cxx.exp
7039 * gdb.arch/amd64-tailcall-noret.exp
7040 * gdb.arch/amd64-tailcall-ret.exp
7041 * gdb.arch/amd64-tailcall-self.exp
7042 * gdb.arch/amd64-word.exp
7043 * gdb.arch/arm-bl-branch-dest.exp
7044 * gdb.arch/arm-disp-step.exp
7045 * gdb.arch/arm-neon.exp
7046 * gdb.arch/arm-single-step-kernel-helper.exp
7047 * gdb.arch/avr-flash-qualifier.exp
7048 * gdb.arch/disp-step-insn-reloc.exp
7049 * gdb.arch/e500-abi.exp
7050 * gdb.arch/e500-regs.exp
7051 * gdb.arch/ftrace-insn-reloc.exp
7052 * gdb.arch/i386-avx512.exp
7053 * gdb.arch/i386-bp_permanent.exp
7054 * gdb.arch/i386-byte.exp
7055 * gdb.arch/i386-cfi-notcurrent.exp
7056 * gdb.arch/i386-disp-step.exp
7057 * gdb.arch/i386-dr3-watch.exp
7058 * gdb.arch/i386-float.exp
7059 * gdb.arch/i386-gnu-cfi.exp
7060 * gdb.arch/i386-mpx-map.exp
7061 * gdb.arch/i386-mpx-sigsegv.exp
7062 * gdb.arch/i386-mpx-simple_segv.exp
7063 * gdb.arch/i386-mpx.exp
7064 * gdb.arch/i386-permbkpt.exp
7065 * gdb.arch/i386-prologue.exp
7066 * gdb.arch/i386-signal.exp
7067 * gdb.arch/i386-size-overlap.exp
7068 * gdb.arch/i386-unwind.exp
7069 * gdb.arch/i386-word.exp
7070 * gdb.arch/mips-fcr.exp
7071 * gdb.arch/powerpc-d128-regs.exp
7072 * gdb.arch/powerpc-stackless.exp
7073 * gdb.arch/ppc64-atomic-inst.exp
7074 * gdb.arch/s390-stackless.exp
7075 * gdb.arch/s390-tdbregs.exp
7076 * gdb.arch/s390-vregs.exp
7077 * gdb.arch/sparc-sysstep.exp
7078 * gdb.arch/thumb-bx-pc.exp
7079 * gdb.arch/thumb-singlestep.exp
7080 * gdb.arch/thumb2-it.exp
7081 * gdb.arch/vsx-regs.exp
7082 * gdb.asm/asm-source.exp
7083 * gdb.base/a2-run.exp
7084 * gdb.base/advance.exp
7085 * gdb.base/all-bin.exp
7086 * gdb.base/anon.exp
7087 * gdb.base/args.exp
7088 * gdb.base/arithmet.exp
7089 * gdb.base/async-shell.exp
7090 * gdb.base/async.exp
7091 * gdb.base/attach-pie-noexec.exp
7092 * gdb.base/attach-twice.exp
7093 * gdb.base/auto-load.exp
7094 * gdb.base/bang.exp
7095 * gdb.base/bitfields.exp
7096 * gdb.base/break-always.exp
7097 * gdb.base/break-caller-line.exp
7098 * gdb.base/break-entry.exp
7099 * gdb.base/break-inline.exp
7100 * gdb.base/break-on-linker-gcd-function.exp
7101 * gdb.base/break-probes.exp
7102 * gdb.base/break.exp
7103 * gdb.base/breakpoint-shadow.exp
7104 * gdb.base/call-ar-st.exp
7105 * gdb.base/call-sc.exp
7106 * gdb.base/call-signal-resume.exp
7107 * gdb.base/call-strs.exp
7108 * gdb.base/callfuncs.exp
7109 * gdb.base/catch-fork-static.exp
7110 * gdb.base/catch-gdb-caused-signals.exp
7111 * gdb.base/catch-load.exp
7112 * gdb.base/catch-signal-fork.exp
7113 * gdb.base/catch-signal.exp
7114 * gdb.base/catch-syscall.exp
7115 * gdb.base/charset.exp
7116 * gdb.base/checkpoint.exp
7117 * gdb.base/chng-syms.exp
7118 * gdb.base/code-expr.exp
7119 * gdb.base/code_elim.exp
7120 * gdb.base/commands.exp
7121 * gdb.base/completion.exp
7122 * gdb.base/complex.exp
7123 * gdb.base/cond-expr.exp
7124 * gdb.base/condbreak.exp
7125 * gdb.base/consecutive.exp
7126 * gdb.base/continue-all-already-running.exp
7127 * gdb.base/coredump-filter.exp
7128 * gdb.base/corefile.exp
7129 * gdb.base/dbx.exp
7130 * gdb.base/debug-expr.exp
7131 * gdb.base/define.exp
7132 * gdb.base/del.exp
7133 * gdb.base/disabled-location.exp
7134 * gdb.base/disasm-end-cu.exp
7135 * gdb.base/disasm-optim.exp
7136 * gdb.base/display.exp
7137 * gdb.base/duplicate-bp.exp
7138 * gdb.base/ena-dis-br.exp
7139 * gdb.base/ending-run.exp
7140 * gdb.base/enumval.exp
7141 * gdb.base/environ.exp
7142 * gdb.base/eu-strip-infcall.exp
7143 * gdb.base/eval-avoid-side-effects.exp
7144 * gdb.base/eval-skip.exp
7145 * gdb.base/exitsignal.exp
7146 * gdb.base/expand-psymtabs.exp
7147 * gdb.base/filesym.exp
7148 * gdb.base/find-unmapped.exp
7149 * gdb.base/finish.exp
7150 * gdb.base/float.exp
7151 * gdb.base/foll-exec-mode.exp
7152 * gdb.base/foll-exec.exp
7153 * gdb.base/foll-fork.exp
7154 * gdb.base/fortran-sym-case.exp
7155 * gdb.base/freebpcmd.exp
7156 * gdb.base/func-ptr.exp
7157 * gdb.base/func-ptrs.exp
7158 * gdb.base/funcargs.exp
7159 * gdb.base/gcore-buffer-overflow.exp
7160 * gdb.base/gcore-relro-pie.exp
7161 * gdb.base/gcore-relro.exp
7162 * gdb.base/gcore.exp
7163 * gdb.base/gdb1090.exp
7164 * gdb.base/gdb11530.exp
7165 * gdb.base/gdb11531.exp
7166 * gdb.base/gdb1821.exp
7167 * gdb.base/gdbindex-stabs.exp
7168 * gdb.base/gdbvars.exp
7169 * gdb.base/hbreak.exp
7170 * gdb.base/hbreak2.exp
7171 * gdb.base/included.exp
7172 * gdb.base/infcall-input.exp
7173 * gdb.base/inferior-died.exp
7174 * gdb.base/infnan.exp
7175 * gdb.base/info-macros.exp
7176 * gdb.base/info-os.exp
7177 * gdb.base/info-proc.exp
7178 * gdb.base/info-shared.exp
7179 * gdb.base/info-target.exp
7180 * gdb.base/infoline.exp
7181 * gdb.base/interp.exp
7182 * gdb.base/interrupt.exp
7183 * gdb.base/jit-reader.exp
7184 * gdb.base/jit-simple.exp
7185 * gdb.base/kill-after-signal.exp
7186 * gdb.base/kill-detach-inferiors-cmd.exp
7187 * gdb.base/label.exp
7188 * gdb.base/langs.exp
7189 * gdb.base/ldbl_e308.exp
7190 * gdb.base/line-symtabs.exp
7191 * gdb.base/linespecs.exp
7192 * gdb.base/list.exp
7193 * gdb.base/long_long.exp
7194 * gdb.base/longest-types.exp
7195 * gdb.base/maint.exp
7196 * gdb.base/max-value-size.exp
7197 * gdb.base/memattr.exp
7198 * gdb.base/mips_pro.exp
7199 * gdb.base/morestack.exp
7200 * gdb.base/moribund-step.exp
7201 * gdb.base/multi-forks.exp
7202 * gdb.base/nested-addr.exp
7203 * gdb.base/nextoverexit.exp
7204 * gdb.base/noreturn-finish.exp
7205 * gdb.base/noreturn-return.exp
7206 * gdb.base/nostdlib.exp
7207 * gdb.base/offsets.exp
7208 * gdb.base/opaque.exp
7209 * gdb.base/pc-fp.exp
7210 * gdb.base/permissions.exp
7211 * gdb.base/print-symbol-loading.exp
7212 * gdb.base/prologue-include.exp
7213 * gdb.base/psymtab.exp
7214 * gdb.base/ptype.exp
7215 * gdb.base/random-signal.exp
7216 * gdb.base/randomize.exp
7217 * gdb.base/range-stepping.exp
7218 * gdb.base/readline-ask.exp
7219 * gdb.base/recpar.exp
7220 * gdb.base/recurse.exp
7221 * gdb.base/relational.exp
7222 * gdb.base/restore.exp
7223 * gdb.base/return-nodebug.exp
7224 * gdb.base/return.exp
7225 * gdb.base/run-after-attach.exp
7226 * gdb.base/save-bp.exp
7227 * gdb.base/scope.exp
7228 * gdb.base/sect-cmd.exp
7229 * gdb.base/set-lang-auto.exp
7230 * gdb.base/set-noassign.exp
7231 * gdb.base/setvar.exp
7232 * gdb.base/sigall.exp
7233 * gdb.base/sigbpt.exp
7234 * gdb.base/siginfo-addr.exp
7235 * gdb.base/siginfo-infcall.exp
7236 * gdb.base/siginfo-obj.exp
7237 * gdb.base/siginfo.exp
7238 * gdb.base/signals-state-child.exp
7239 * gdb.base/signest.exp
7240 * gdb.base/sigstep.exp
7241 * gdb.base/sizeof.exp
7242 * gdb.base/skip.exp
7243 * gdb.base/solib-corrupted.exp
7244 * gdb.base/solib-nodir.exp
7245 * gdb.base/solib-search.exp
7246 * gdb.base/stack-checking.exp
7247 * gdb.base/stale-infcall.exp
7248 * gdb.base/stap-probe.exp
7249 * gdb.base/start.exp
7250 * gdb.base/step-break.exp
7251 * gdb.base/step-bt.exp
7252 * gdb.base/step-line.exp
7253 * gdb.base/step-over-exit.exp
7254 * gdb.base/step-over-syscall.exp
7255 * gdb.base/step-resume-infcall.exp
7256 * gdb.base/step-test.exp
7257 * gdb.base/store.exp
7258 * gdb.base/structs3.exp
7259 * gdb.base/sym-file.exp
7260 * gdb.base/symbol-without-target_section.exp
7261 * gdb.base/term.exp
7262 * gdb.base/testenv.exp
7263 * gdb.base/ui-redirect.exp
7264 * gdb.base/until.exp
7265 * gdb.base/unwindonsignal.exp
7266 * gdb.base/value-double-free.exp
7267 * gdb.base/vla-datatypes.exp
7268 * gdb.base/vla-ptr.exp
7269 * gdb.base/vla-sideeffect.exp
7270 * gdb.base/volatile.exp
7271 * gdb.base/watch-cond-infcall.exp
7272 * gdb.base/watch-cond.exp
7273 * gdb.base/watch-non-mem.exp
7274 * gdb.base/watch-read.exp
7275 * gdb.base/watch-vfork.exp
7276 * gdb.base/watchpoint-cond-gone.exp
7277 * gdb.base/watchpoint-delete.exp
7278 * gdb.base/watchpoint-hw-hit-once.exp
7279 * gdb.base/watchpoint-hw.exp
7280 * gdb.base/watchpoint-stops-at-right-insn.exp
7281 * gdb.base/watchpoints.exp
7282 * gdb.base/wchar.exp
7283 * gdb.base/whatis-exp.exp
7284 * gdb.btrace/buffer-size.exp
7285 * gdb.btrace/data.exp
7286 * gdb.btrace/delta.exp
7287 * gdb.btrace/dlopen.exp
7288 * gdb.btrace/enable.exp
7289 * gdb.btrace/exception.exp
7290 * gdb.btrace/function_call_history.exp
7291 * gdb.btrace/gcore.exp
7292 * gdb.btrace/instruction_history.exp
7293 * gdb.btrace/nohist.exp
7294 * gdb.btrace/reconnect.exp
7295 * gdb.btrace/record_goto-step.exp
7296 * gdb.btrace/record_goto.exp
7297 * gdb.btrace/rn-dl-bind.exp
7298 * gdb.btrace/segv.exp
7299 * gdb.btrace/step.exp
7300 * gdb.btrace/stepi.exp
7301 * gdb.btrace/tailcall-only.exp
7302 * gdb.btrace/tailcall.exp
7303 * gdb.btrace/tsx.exp
7304 * gdb.btrace/unknown_functions.exp
7305 * gdb.btrace/vdso.exp
7306 * gdb.compile/compile-ifunc.exp
7307 * gdb.compile/compile-ops.exp
7308 * gdb.compile/compile-print.exp
7309 * gdb.compile/compile-setjmp.exp
7310 * gdb.cp/abstract-origin.exp
7311 * gdb.cp/ambiguous.exp
7312 * gdb.cp/annota2.exp
7313 * gdb.cp/annota3.exp
7314 * gdb.cp/anon-ns.exp
7315 * gdb.cp/anon-struct.exp
7316 * gdb.cp/anon-union.exp
7317 * gdb.cp/arg-reference.exp
7318 * gdb.cp/baseenum.exp
7319 * gdb.cp/bool.exp
7320 * gdb.cp/breakpoint.exp
7321 * gdb.cp/bs15503.exp
7322 * gdb.cp/call-c.exp
7323 * gdb.cp/casts.exp
7324 * gdb.cp/chained-calls.exp
7325 * gdb.cp/class2.exp
7326 * gdb.cp/classes.exp
7327 * gdb.cp/cmpd-minsyms.exp
7328 * gdb.cp/converts.exp
7329 * gdb.cp/cp-relocate.exp
7330 * gdb.cp/cpcompletion.exp
7331 * gdb.cp/cpexprs.exp
7332 * gdb.cp/cplabel.exp
7333 * gdb.cp/cplusfuncs.exp
7334 * gdb.cp/cpsizeof.exp
7335 * gdb.cp/ctti.exp
7336 * gdb.cp/derivation.exp
7337 * gdb.cp/destrprint.exp
7338 * gdb.cp/dispcxx.exp
7339 * gdb.cp/enum-class.exp
7340 * gdb.cp/exception.exp
7341 * gdb.cp/exceptprint.exp
7342 * gdb.cp/expand-psymtabs-cxx.exp
7343 * gdb.cp/expand-sals.exp
7344 * gdb.cp/extern-c.exp
7345 * gdb.cp/filename.exp
7346 * gdb.cp/formatted-ref.exp
7347 * gdb.cp/fpointer.exp
7348 * gdb.cp/gdb1355.exp
7349 * gdb.cp/gdb2495.exp
7350 * gdb.cp/hang.exp
7351 * gdb.cp/impl-this.exp
7352 * gdb.cp/infcall-dlopen.exp
7353 * gdb.cp/inherit.exp
7354 * gdb.cp/iostream.exp
7355 * gdb.cp/koenig.exp
7356 * gdb.cp/local.exp
7357 * gdb.cp/m-data.exp
7358 * gdb.cp/m-static.exp
7359 * gdb.cp/mb-ctor.exp
7360 * gdb.cp/mb-inline.exp
7361 * gdb.cp/mb-templates.exp
7362 * gdb.cp/member-name.exp
7363 * gdb.cp/member-ptr.exp
7364 * gdb.cp/meth-typedefs.exp
7365 * gdb.cp/method.exp
7366 * gdb.cp/method2.exp
7367 * gdb.cp/minsym-fallback.exp
7368 * gdb.cp/misc.exp
7369 * gdb.cp/namelessclass.exp
7370 * gdb.cp/namespace-enum.exp
7371 * gdb.cp/namespace-nested-import.exp
7372 * gdb.cp/namespace.exp
7373 * gdb.cp/nextoverthrow.exp
7374 * gdb.cp/no-dmgl-verbose.exp
7375 * gdb.cp/non-trivial-retval.exp
7376 * gdb.cp/noparam.exp
7377 * gdb.cp/nsdecl.exp
7378 * gdb.cp/nsimport.exp
7379 * gdb.cp/nsnested.exp
7380 * gdb.cp/nsnoimports.exp
7381 * gdb.cp/nsrecurs.exp
7382 * gdb.cp/nsstress.exp
7383 * gdb.cp/nsusing.exp
7384 * gdb.cp/operator.exp
7385 * gdb.cp/oranking.exp
7386 * gdb.cp/overload-const.exp
7387 * gdb.cp/overload.exp
7388 * gdb.cp/ovldbreak.exp
7389 * gdb.cp/ovsrch.exp
7390 * gdb.cp/paren-type.exp
7391 * gdb.cp/parse-lang.exp
7392 * gdb.cp/pass-by-ref.exp
7393 * gdb.cp/pr-1023.exp
7394 * gdb.cp/pr-1210.exp
7395 * gdb.cp/pr-574.exp
7396 * gdb.cp/pr10687.exp
7397 * gdb.cp/pr12028.exp
7398 * gdb.cp/pr17132.exp
7399 * gdb.cp/pr17494.exp
7400 * gdb.cp/pr9067.exp
7401 * gdb.cp/pr9167.exp
7402 * gdb.cp/pr9631.exp
7403 * gdb.cp/printmethod.exp
7404 * gdb.cp/psmang.exp
7405 * gdb.cp/psymtab-parameter.exp
7406 * gdb.cp/ptype-cv-cp.exp
7407 * gdb.cp/ptype-flags.exp
7408 * gdb.cp/re-set-overloaded.exp
7409 * gdb.cp/ref-types.exp
7410 * gdb.cp/rtti.exp
7411 * gdb.cp/scope-err.exp
7412 * gdb.cp/shadow.exp
7413 * gdb.cp/smartp.exp
7414 * gdb.cp/static-method.exp
7415 * gdb.cp/static-print-quit.exp
7416 * gdb.cp/temargs.exp
7417 * gdb.cp/templates.exp
7418 * gdb.cp/try_catch.exp
7419 * gdb.cp/typedef-operator.exp
7420 * gdb.cp/typeid.exp
7421 * gdb.cp/userdef.exp
7422 * gdb.cp/using-crash.exp
7423 * gdb.cp/var-tag.exp
7424 * gdb.cp/virtbase.exp
7425 * gdb.cp/virtfunc.exp
7426 * gdb.cp/virtfunc2.exp
7427 * gdb.cp/vla-cxx.exp
7428 * gdb.disasm/t01_mov.exp
7429 * gdb.disasm/t02_mova.exp
7430 * gdb.disasm/t03_add.exp
7431 * gdb.disasm/t04_sub.exp
7432 * gdb.disasm/t05_cmp.exp
7433 * gdb.disasm/t06_ari2.exp
7434 * gdb.disasm/t07_ari3.exp
7435 * gdb.disasm/t08_or.exp
7436 * gdb.disasm/t09_xor.exp
7437 * gdb.disasm/t10_and.exp
7438 * gdb.disasm/t11_logs.exp
7439 * gdb.disasm/t12_bit.exp
7440 * gdb.disasm/t13_otr.exp
7441 * gdb.dlang/circular.exp
7442 * gdb.dwarf2/arr-stride.exp
7443 * gdb.dwarf2/arr-subrange.exp
7444 * gdb.dwarf2/atomic-type.exp
7445 * gdb.dwarf2/bad-regnum.exp
7446 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7447 * gdb.dwarf2/callframecfa.exp
7448 * gdb.dwarf2/clztest.exp
7449 * gdb.dwarf2/corrupt.exp
7450 * gdb.dwarf2/data-loc.exp
7451 * gdb.dwarf2/dup-psym.exp
7452 * gdb.dwarf2/dw2-anon-mptr.exp
7453 * gdb.dwarf2/dw2-anonymous-func.exp
7454 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7455 * gdb.dwarf2/dw2-bad-unresolved.exp
7456 * gdb.dwarf2/dw2-basic.exp
7457 * gdb.dwarf2/dw2-canonicalize-type.exp
7458 * gdb.dwarf2/dw2-case-insensitive.exp
7459 * gdb.dwarf2/dw2-common-block.exp
7460 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7461 * gdb.dwarf2/dw2-compressed.exp
7462 * gdb.dwarf2/dw2-const.exp
7463 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7464 * gdb.dwarf2/dw2-cu-size.exp
7465 * gdb.dwarf2/dw2-dup-frame.exp
7466 * gdb.dwarf2/dw2-entry-value.exp
7467 * gdb.dwarf2/dw2-icycle.exp
7468 * gdb.dwarf2/dw2-ifort-parameter.exp
7469 * gdb.dwarf2/dw2-inline-break.exp
7470 * gdb.dwarf2/dw2-inline-param.exp
7471 * gdb.dwarf2/dw2-intercu.exp
7472 * gdb.dwarf2/dw2-intermix.exp
7473 * gdb.dwarf2/dw2-lexical-block-bare.exp
7474 * gdb.dwarf2/dw2-linkage-name-trust.exp
7475 * gdb.dwarf2/dw2-minsym-in-cu.exp
7476 * gdb.dwarf2/dw2-noloc.exp
7477 * gdb.dwarf2/dw2-op-call.exp
7478 * gdb.dwarf2/dw2-op-out-param.exp
7479 * gdb.dwarf2/dw2-opt-structptr.exp
7480 * gdb.dwarf2/dw2-param-error.exp
7481 * gdb.dwarf2/dw2-producer.exp
7482 * gdb.dwarf2/dw2-ranges-base.exp
7483 * gdb.dwarf2/dw2-ref-missing-frame.exp
7484 * gdb.dwarf2/dw2-reg-undefined.exp
7485 * gdb.dwarf2/dw2-regno-invalid.exp
7486 * gdb.dwarf2/dw2-restore.exp
7487 * gdb.dwarf2/dw2-restrict.exp
7488 * gdb.dwarf2/dw2-single-line-discriminators.exp
7489 * gdb.dwarf2/dw2-strp.exp
7490 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7491 * gdb.dwarf2/dw2-unresolved.exp
7492 * gdb.dwarf2/dw2-var-zero-addr.exp
7493 * gdb.dwarf2/dw4-sig-types.exp
7494 * gdb.dwarf2/dwz.exp
7495 * gdb.dwarf2/dynarr-ptr.exp
7496 * gdb.dwarf2/enum-type.exp
7497 * gdb.dwarf2/gdb-index.exp
7498 * gdb.dwarf2/implptr-64bit.exp
7499 * gdb.dwarf2/implptr-optimized-out.exp
7500 * gdb.dwarf2/implptr.exp
7501 * gdb.dwarf2/implref-array.exp
7502 * gdb.dwarf2/implref-const.exp
7503 * gdb.dwarf2/implref-global.exp
7504 * gdb.dwarf2/implref-struct.exp
7505 * gdb.dwarf2/mac-fileno.exp
7506 * gdb.dwarf2/main-subprogram.exp
7507 * gdb.dwarf2/member-ptr-forwardref.exp
7508 * gdb.dwarf2/method-ptr.exp
7509 * gdb.dwarf2/missing-sig-type.exp
7510 * gdb.dwarf2/nonvar-access.exp
7511 * gdb.dwarf2/opaque-type-lookup.exp
7512 * gdb.dwarf2/pieces-optimized-out.exp
7513 * gdb.dwarf2/pieces.exp
7514 * gdb.dwarf2/pr10770.exp
7515 * gdb.dwarf2/pr13961.exp
7516 * gdb.dwarf2/staticvirtual.exp
7517 * gdb.dwarf2/subrange.exp
7518 * gdb.dwarf2/symtab-producer.exp
7519 * gdb.dwarf2/trace-crash.exp
7520 * gdb.dwarf2/typeddwarf.exp
7521 * gdb.dwarf2/valop.exp
7522 * gdb.dwarf2/watch-notconst.exp
7523 * gdb.fortran/array-element.exp
7524 * gdb.fortran/charset.exp
7525 * gdb.fortran/common-block.exp
7526 * gdb.fortran/complex.exp
7527 * gdb.fortran/derived-type-function.exp
7528 * gdb.fortran/derived-type.exp
7529 * gdb.fortran/logical.exp
7530 * gdb.fortran/module.exp
7531 * gdb.fortran/multi-dim.exp
7532 * gdb.fortran/nested-funcs.exp
7533 * gdb.fortran/print-formatted.exp
7534 * gdb.fortran/subarray.exp
7535 * gdb.fortran/vla-alloc-assoc.exp
7536 * gdb.fortran/vla-datatypes.exp
7537 * gdb.fortran/vla-history.exp
7538 * gdb.fortran/vla-ptr-info.exp
7539 * gdb.fortran/vla-ptype-sub.exp
7540 * gdb.fortran/vla-ptype.exp
7541 * gdb.fortran/vla-sizeof.exp
7542 * gdb.fortran/vla-type.exp
7543 * gdb.fortran/vla-value-sub-arbitrary.exp
7544 * gdb.fortran/vla-value-sub-finish.exp
7545 * gdb.fortran/vla-value-sub.exp
7546 * gdb.fortran/vla-value.exp
7547 * gdb.fortran/whatis_type.exp
7548 * gdb.go/chan.exp
7549 * gdb.go/handcall.exp
7550 * gdb.go/hello.exp
7551 * gdb.go/integers.exp
7552 * gdb.go/methods.exp
7553 * gdb.go/package.exp
7554 * gdb.go/strings.exp
7555 * gdb.go/types.exp
7556 * gdb.go/unsafe.exp
7557 * gdb.guile/scm-arch.exp
7558 * gdb.guile/scm-block.exp
7559 * gdb.guile/scm-breakpoint.exp
7560 * gdb.guile/scm-cmd.exp
7561 * gdb.guile/scm-disasm.exp
7562 * gdb.guile/scm-equal.exp
7563 * gdb.guile/scm-frame-args.exp
7564 * gdb.guile/scm-frame-inline.exp
7565 * gdb.guile/scm-frame.exp
7566 * gdb.guile/scm-iterator.exp
7567 * gdb.guile/scm-math.exp
7568 * gdb.guile/scm-objfile.exp
7569 * gdb.guile/scm-ports.exp
7570 * gdb.guile/scm-symbol.exp
7571 * gdb.guile/scm-symtab.exp
7572 * gdb.guile/scm-value-cc.exp
7573 * gdb.guile/types-module.exp
7574 * gdb.linespec/break-ask.exp
7575 * gdb.linespec/cpexplicit.exp
7576 * gdb.linespec/explicit.exp
7577 * gdb.linespec/keywords.exp
7578 * gdb.linespec/linespec.exp
7579 * gdb.linespec/ls-dollar.exp
7580 * gdb.linespec/ls-errs.exp
7581 * gdb.linespec/skip-two.exp
7582 * gdb.linespec/thread.exp
7583 * gdb.mi/mi-async.exp
7584 * gdb.mi/mi-basics.exp
7585 * gdb.mi/mi-break.exp
7586 * gdb.mi/mi-catch-load.exp
7587 * gdb.mi/mi-cli.exp
7588 * gdb.mi/mi-cmd-param-changed.exp
7589 * gdb.mi/mi-console.exp
7590 * gdb.mi/mi-detach.exp
7591 * gdb.mi/mi-disassemble.exp
7592 * gdb.mi/mi-eval.exp
7593 * gdb.mi/mi-file-transfer.exp
7594 * gdb.mi/mi-file.exp
7595 * gdb.mi/mi-fill-memory.exp
7596 * gdb.mi/mi-inheritance-syntax-error.exp
7597 * gdb.mi/mi-linespec-err-cp.exp
7598 * gdb.mi/mi-logging.exp
7599 * gdb.mi/mi-memory-changed.exp
7600 * gdb.mi/mi-read-memory.exp
7601 * gdb.mi/mi-record-changed.exp
7602 * gdb.mi/mi-reg-undefined.exp
7603 * gdb.mi/mi-regs.exp
7604 * gdb.mi/mi-return.exp
7605 * gdb.mi/mi-reverse.exp
7606 * gdb.mi/mi-simplerun.exp
7607 * gdb.mi/mi-solib.exp
7608 * gdb.mi/mi-stack.exp
7609 * gdb.mi/mi-stepi.exp
7610 * gdb.mi/mi-syn-frame.exp
7611 * gdb.mi/mi-until.exp
7612 * gdb.mi/mi-var-block.exp
7613 * gdb.mi/mi-var-child.exp
7614 * gdb.mi/mi-var-cmd.exp
7615 * gdb.mi/mi-var-cp.exp
7616 * gdb.mi/mi-var-display.exp
7617 * gdb.mi/mi-var-invalidate.exp
7618 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7619 * gdb.mi/mi-vla-fortran.exp
7620 * gdb.mi/mi-watch.exp
7621 * gdb.mi/mi2-var-child.exp
7622 * gdb.mi/user-selected-context-sync.exp
7623 * gdb.modula2/unbounded-array.exp
7624 * gdb.multi/dummy-frame-restore.exp
7625 * gdb.multi/multi-arch-exec.exp
7626 * gdb.multi/multi-arch.exp
7627 * gdb.multi/tids.exp
7628 * gdb.multi/watchpoint-multi.exp
7629 * gdb.opencl/callfuncs.exp
7630 * gdb.opencl/convs_casts.exp
7631 * gdb.opencl/datatypes.exp
7632 * gdb.opencl/operators.exp
7633 * gdb.opencl/vec_comps.exp
7634 * gdb.opt/clobbered-registers-O2.exp
7635 * gdb.opt/inline-break.exp
7636 * gdb.opt/inline-bt.exp
7637 * gdb.opt/inline-cmds.exp
7638 * gdb.opt/inline-locals.exp
7639 * gdb.pascal/case-insensitive-symbols.exp
7640 * gdb.pascal/floats.exp
7641 * gdb.pascal/gdb11492.exp
7642 * gdb.python/lib-types.exp
7643 * gdb.python/py-arch.exp
7644 * gdb.python/py-as-string.exp
7645 * gdb.python/py-bad-printers.exp
7646 * gdb.python/py-block.exp
7647 * gdb.python/py-breakpoint-create-fail.exp
7648 * gdb.python/py-breakpoint.exp
7649 * gdb.python/py-caller-is.exp
7650 * gdb.python/py-cmd.exp
7651 * gdb.python/py-explore-cc.exp
7652 * gdb.python/py-explore.exp
7653 * gdb.python/py-finish-breakpoint.exp
7654 * gdb.python/py-finish-breakpoint2.exp
7655 * gdb.python/py-frame-args.exp
7656 * gdb.python/py-frame-inline.exp
7657 * gdb.python/py-frame.exp
7658 * gdb.python/py-framefilter-mi.exp
7659 * gdb.python/py-infthread.exp
7660 * gdb.python/py-lazy-string.exp
7661 * gdb.python/py-linetable.exp
7662 * gdb.python/py-mi-events.exp
7663 * gdb.python/py-mi-objfile.exp
7664 * gdb.python/py-mi.exp
7665 * gdb.python/py-objfile.exp
7666 * gdb.python/py-pp-integral.exp
7667 * gdb.python/py-pp-maint.exp
7668 * gdb.python/py-pp-re-notag.exp
7669 * gdb.python/py-pp-registration.exp
7670 * gdb.python/py-recurse-unwind.exp
7671 * gdb.python/py-strfns.exp
7672 * gdb.python/py-symbol.exp
7673 * gdb.python/py-symtab.exp
7674 * gdb.python/py-sync-interp.exp
7675 * gdb.python/py-typeprint.exp
7676 * gdb.python/py-unwind-maint.exp
7677 * gdb.python/py-unwind.exp
7678 * gdb.python/py-value-cc.exp
7679 * gdb.python/py-xmethods.exp
7680 * gdb.reverse/amd64-tailcall-reverse.exp
7681 * gdb.reverse/break-precsave.exp
7682 * gdb.reverse/break-reverse.exp
7683 * gdb.reverse/consecutive-precsave.exp
7684 * gdb.reverse/consecutive-reverse.exp
7685 * gdb.reverse/finish-precsave.exp
7686 * gdb.reverse/finish-reverse-bkpt.exp
7687 * gdb.reverse/finish-reverse.exp
7688 * gdb.reverse/fstatat-reverse.exp
7689 * gdb.reverse/getresuid-reverse.exp
7690 * gdb.reverse/i386-precsave.exp
7691 * gdb.reverse/i386-reverse.exp
7692 * gdb.reverse/i386-sse-reverse.exp
7693 * gdb.reverse/i387-env-reverse.exp
7694 * gdb.reverse/i387-stack-reverse.exp
7695 * gdb.reverse/insn-reverse.exp
7696 * gdb.reverse/machinestate-precsave.exp
7697 * gdb.reverse/machinestate.exp
7698 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7699 * gdb.reverse/pipe-reverse.exp
7700 * gdb.reverse/readv-reverse.exp
7701 * gdb.reverse/recvmsg-reverse.exp
7702 * gdb.reverse/rerun-prec.exp
7703 * gdb.reverse/s390-mvcle.exp
7704 * gdb.reverse/step-precsave.exp
7705 * gdb.reverse/step-reverse.exp
7706 * gdb.reverse/time-reverse.exp
7707 * gdb.reverse/until-precsave.exp
7708 * gdb.reverse/until-reverse.exp
7709 * gdb.reverse/waitpid-reverse.exp
7710 * gdb.reverse/watch-precsave.exp
7711 * gdb.reverse/watch-reverse.exp
7712 * gdb.rust/generics.exp
7713 * gdb.rust/methods.exp
7714 * gdb.rust/modules.exp
7715 * gdb.rust/simple.exp
7716 * gdb.server/connect-with-no-symbol-file.exp
7717 * gdb.server/ext-attach.exp
7718 * gdb.server/ext-restart.exp
7719 * gdb.server/ext-wrapper.exp
7720 * gdb.server/file-transfer.exp
7721 * gdb.server/server-exec-info.exp
7722 * gdb.server/server-kill.exp
7723 * gdb.server/server-mon.exp
7724 * gdb.server/wrapper.exp
7725 * gdb.stabs/exclfwd.exp
7726 * gdb.stabs/gdb11479.exp
7727 * gdb.threads/clone-new-thread-event.exp
7728 * gdb.threads/corethreads.exp
7729 * gdb.threads/current-lwp-dead.exp
7730 * gdb.threads/dlopen-libpthread.exp
7731 * gdb.threads/gcore-thread.exp
7732 * gdb.threads/sigstep-threads.exp
7733 * gdb.threads/watchpoint-fork.exp
7734 * gdb.trace/actions-changed.exp
7735 * gdb.trace/backtrace.exp
7736 * gdb.trace/change-loc.exp
7737 * gdb.trace/circ.exp
7738 * gdb.trace/collection.exp
7739 * gdb.trace/disconnected-tracing.exp
7740 * gdb.trace/ftrace.exp
7741 * gdb.trace/mi-trace-frame-collected.exp
7742 * gdb.trace/mi-trace-unavailable.exp
7743 * gdb.trace/mi-traceframe-changed.exp
7744 * gdb.trace/mi-tsv-changed.exp
7745 * gdb.trace/no-attach-trace.exp
7746 * gdb.trace/passc-dyn.exp
7747 * gdb.trace/qtro.exp
7748 * gdb.trace/range-stepping.exp
7749 * gdb.trace/read-memory.exp
7750 * gdb.trace/save-trace.exp
7751 * gdb.trace/signal.exp
7752 * gdb.trace/status-stop.exp
7753 * gdb.trace/tfile.exp
7754 * gdb.trace/trace-break.exp
7755 * gdb.trace/trace-buffer-size.exp
7756 * gdb.trace/trace-condition.exp
7757 * gdb.trace/tracefile-pseudo-reg.exp
7758 * gdb.trace/tstatus.exp
7759 * gdb.trace/unavailable.exp
7760 * gdb.trace/while-dyn.exp
7761 * gdb.trace/while-stepping.exp
7762
34c41c68
DE
77632016-12-22 Doug Evans <xdje42@gmail.com>
7764
7765 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7766 and msymbols.
7767
16e69324
YQ
77682016-12-19 Yao Qi <yao.qi@linaro.org>
7769
7770 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7771 (test_with_self): Don't call do_steps_and_nexts, and remove
7772 code about stepping into xmalloc.
7773
f94f411b
YQ
77742016-12-09 Yao Qi <yao.qi@linaro.org>
7775
7776 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7777
77782016-12-09 Yao Qi <yao.qi@linaro.org>
7779
7780 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7781
f1b5deee
PA
77822016-12-09 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.base/all-architectures-0.exp: New file.
7785 * gdb.base/all-architectures-1.exp: New file.
7786 * gdb.base/all-architectures-2.exp: New file.
7787 * gdb.base/all-architectures-3.exp: New file.
7788 * gdb.base/all-architectures-4.exp: New file.
7789 * gdb.base/all-architectures-5.exp: New file.
7790 * gdb.base/all-architectures-6.exp: New file.
7791 * gdb.base/all-architectures-7.exp: New file.
7792 * gdb.base/all-architectures.exp.in: New file.
7793
364ca42e
YQ
77942016-12-09 Yao Qi <yao.qi@linaro.org>
7795
7796 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7797
107c2d62
LM
77982016-12-02 Luis Machado <lgustavo@codesourcery.com>
7799
7800 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7801 possible.
7802 Remove useless pattern-matching code.
7803
df3ee9ca
PA
78042016-12-02 Pedro Alves <palves@redhat.com>
7805
7806 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7807 procedure.
7808 (top level): Call it.
7809
ec835369
PA
78102016-12-02 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7813 New procedure.
7814 (top level): Call it.
7815
01770bbd
PA
78162016-12-02 Pedro Alves <palves@redhat.com>
7817
7818 PR cli/20559
7819 * gdb.base/commands.exp (user_defined_command_args_eval): New
7820 procedure.
7821 (top level): Call it.
7822
008459ea
LM
78232016-12-02 Luis Machado <lgustavo@codesourcery.com>
7824
7825 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7826 timeout handling.
7827
0c1b455e
TT
78282016-12-02 Tom Tromey <tom@tromey.com>
7829
7830 * gdb.dwarf2/main-subprogram.c: New file.
7831 * gdb.dwarf2/main-subprogram.exp: New file.
7832
018572b8
LM
78332016-12-01 Luis Machado <lgustavo@codesourcery.com>
7834
7835 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7836 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7837 gdb_test_no_output for a couple of cases.
7838 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7839
84c93cd5
LM
78402016-12-01 Luis Machado <lgustavo@codesourcery.com>
7841
7842 Fix test names and standardize compilation error messages throughout
7843 the following files:
7844
7845 * gdb.ada/start.exp
7846 * gdb.arch/alpha-step.exp
7847 * gdb.arch/e500-prologue.exp
7848 * gdb.arch/ftrace-insn-reloc.exp
7849 * gdb.arch/gdb1291.exp
7850 * gdb.arch/gdb1431.exp
7851 * gdb.arch/gdb1558.exp
7852 * gdb.arch/i386-dr3-watch.exp
7853 * gdb.arch/i386-sse-stack-align.exp
7854 * gdb.arch/ia64-breakpoint-shadow.exp
7855 * gdb.arch/pa-nullify.exp
7856 * gdb.arch/powerpc-aix-prologue.exp
7857 * gdb.arch/thumb-bx-pc.exp
7858 * gdb.base/annota1.exp
7859 * gdb.base/annota3.exp
7860 * gdb.base/arrayidx.exp
7861 * gdb.base/assign.exp
7862 * gdb.base/attach.exp
7863 * gdb.base/auxv.exp
7864 * gdb.base/bang.exp
7865 * gdb.base/bfp-test.exp
7866 * gdb.base/bigcore.exp
7867 * gdb.base/bitfields2.exp
7868 * gdb.base/break-fun-addr.exp
7869 * gdb.base/break-probes.exp
7870 * gdb.base/call-rt-st.exp
7871 * gdb.base/callexit.exp
7872 * gdb.base/catch-fork-kill.exp
7873 * gdb.base/charset.exp
7874 * gdb.base/checkpoint.exp
7875 * gdb.base/comprdebug.exp
7876 * gdb.base/constvars.exp
7877 * gdb.base/coredump-filter.exp
7878 * gdb.base/cursal.exp
7879 * gdb.base/cvexpr.exp
7880 * gdb.base/detach.exp
7881 * gdb.base/display.exp
7882 * gdb.base/dmsym.exp
7883 * gdb.base/dprintf-pending.exp
7884 * gdb.base/dso2dso.exp
7885 * gdb.base/dtrace-probe.exp
7886 * gdb.base/dump.exp
7887 * gdb.base/enum_cond.exp
7888 * gdb.base/exe-lock.exp
7889 * gdb.base/exec-invalid-sysroot.exp
7890 * gdb.base/execl-update-breakpoints.exp
7891 * gdb.base/exprs.exp
7892 * gdb.base/fileio.exp
7893 * gdb.base/find.exp
7894 * gdb.base/finish.exp
7895 * gdb.base/fixsection.exp
7896 * gdb.base/foll-vfork.exp
7897 * gdb.base/frame-args.exp
7898 * gdb.base/gcore.exp
7899 * gdb.base/gdb1250.exp
7900 * gdb.base/global-var-nested-by-dso.exp
7901 * gdb.base/gnu-ifunc.exp
7902 * gdb.base/hashline1.exp
7903 * gdb.base/hashline2.exp
7904 * gdb.base/hashline3.exp
7905 * gdb.base/hbreak-in-shr-unsupported.exp
7906 * gdb.base/huge.exp
7907 * gdb.base/infcall-input.exp
7908 * gdb.base/info-fun.exp
7909 * gdb.base/info-shared.exp
7910 * gdb.base/jit-simple.exp
7911 * gdb.base/jit-so.exp
7912 * gdb.base/jit.exp
7913 * gdb.base/jump.exp
7914 * gdb.base/label.exp
7915 * gdb.base/lineinc.exp
7916 * gdb.base/logical.exp
7917 * gdb.base/longjmp.exp
7918 * gdb.base/macscp.exp
7919 * gdb.base/miscexprs.exp
7920 * gdb.base/new-ui-echo.exp
7921 * gdb.base/new-ui-pending-input.exp
7922 * gdb.base/new-ui.exp
7923 * gdb.base/nodebug.exp
7924 * gdb.base/nofield.exp
7925 * gdb.base/offsets.exp
7926 * gdb.base/overlays.exp
7927 * gdb.base/pending.exp
7928 * gdb.base/pointers.exp
7929 * gdb.base/pr11022.exp
7930 * gdb.base/printcmds.exp
7931 * gdb.base/prologue.exp
7932 * gdb.base/ptr-typedef.exp
7933 * gdb.base/realname-expand.exp
7934 * gdb.base/relativedebug.exp
7935 * gdb.base/relocate.exp
7936 * gdb.base/remote.exp
7937 * gdb.base/reread.exp
7938 * gdb.base/return2.exp
7939 * gdb.base/savedregs.exp
7940 * gdb.base/sep.exp
7941 * gdb.base/sepdebug.exp
7942 * gdb.base/sepsymtab.exp
7943 * gdb.base/set-inferior-tty.exp
7944 * gdb.base/setshow.exp
7945 * gdb.base/shlib-call.exp
7946 * gdb.base/sigaltstack.exp
7947 * gdb.base/siginfo-addr.exp
7948 * gdb.base/signals.exp
7949 * gdb.base/signull.exp
7950 * gdb.base/sigrepeat.exp
7951 * gdb.base/so-impl-ld.exp
7952 * gdb.base/solib-display.exp
7953 * gdb.base/solib-overlap.exp
7954 * gdb.base/solib-search.exp
7955 * gdb.base/solib-symbol.exp
7956 * gdb.base/structs.exp
7957 * gdb.base/structs2.exp
7958 * gdb.base/symtab-search-order.exp
7959 * gdb.base/twice.exp
7960 * gdb.base/unload.exp
7961 * gdb.base/varargs.exp
7962 * gdb.base/watchpoint-solib.exp
7963 * gdb.base/watchpoint.exp
7964 * gdb.base/whatis.exp
7965 * gdb.base/wrong_frame_bt_full.exp
7966 * gdb.btrace/dlopen.exp
7967 * gdb.cell/ea-standalone.exp
7968 * gdb.cell/ea-test.exp
7969 * gdb.cp/dispcxx.exp
7970 * gdb.cp/gdb2384.exp
7971 * gdb.cp/method2.exp
7972 * gdb.cp/nextoverthrow.exp
7973 * gdb.cp/pr10728.exp
7974 * gdb.disasm/am33.exp
7975 * gdb.disasm/h8300s.exp
7976 * gdb.disasm/mn10300.exp
7977 * gdb.disasm/sh3.exp
7978 * gdb.dwarf2/dw2-dir-file-name.exp
7979 * gdb.fortran/complex.exp
7980 * gdb.fortran/library-module.exp
7981 * gdb.guile/scm-pretty-print.exp
7982 * gdb.guile/scm-symbol.exp
7983 * gdb.guile/scm-type.exp
7984 * gdb.guile/scm-value.exp
7985 * gdb.linespec/linespec.exp
7986 * gdb.mi/gdb701.exp
7987 * gdb.mi/gdb792.exp
7988 * gdb.mi/mi-breakpoint-changed.exp
7989 * gdb.mi/mi-dprintf-pending.exp
7990 * gdb.mi/mi-dprintf.exp
7991 * gdb.mi/mi-exit-code.exp
7992 * gdb.mi/mi-pending.exp
7993 * gdb.mi/mi-solib.exp
7994 * gdb.mi/new-ui-mi-sync.exp
7995 * gdb.mi/pr11022.exp
7996 * gdb.mi/user-selected-context-sync.exp
7997 * gdb.opt/solib-intra-step.exp
7998 * gdb.python/py-events.exp
7999 * gdb.python/py-finish-breakpoint.exp
8000 * gdb.python/py-mi.exp
8001 * gdb.python/py-prettyprint.exp
8002 * gdb.python/py-shared.exp
8003 * gdb.python/py-symbol.exp
8004 * gdb.python/py-template.exp
8005 * gdb.python/py-type.exp
8006 * gdb.python/py-value.exp
8007 * gdb.reverse/solib-precsave.exp
8008 * gdb.reverse/solib-reverse.exp
8009 * gdb.server/solib-list.exp
8010 * gdb.stabs/weird.exp
8011 * gdb.threads/reconnect-signal.exp
8012 * gdb.threads/stepi-random-signal.exp
8013 * gdb.trace/actions.exp
8014 * gdb.trace/ax.exp
8015 * gdb.trace/backtrace.exp
8016 * gdb.trace/change-loc.exp
8017 * gdb.trace/deltrace.exp
8018 * gdb.trace/ftrace-lock.exp
8019 * gdb.trace/ftrace.exp
8020 * gdb.trace/infotrace.exp
8021 * gdb.trace/mi-tracepoint-changed.exp
8022 * gdb.trace/packetlen.exp
8023 * gdb.trace/passcount.exp
8024 * gdb.trace/pending.exp
8025 * gdb.trace/range-stepping.exp
8026 * gdb.trace/report.exp
8027 * gdb.trace/stap-trace.exp
8028 * gdb.trace/tfind.exp
8029 * gdb.trace/trace-break.exp
8030 * gdb.trace/trace-condition.exp
8031 * gdb.trace/trace-enable-disable.exp
8032 * gdb.trace/trace-mt.exp
8033 * gdb.trace/tracecmd.exp
8034 * gdb.trace/tspeed.exp
8035 * gdb.trace/tsv.exp
8036 * lib/perftest.exp
8037
fb9feb35
LM
80382016-12-01 Luis Machado <lgustavo@codesourcery.com>
8039
8040 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8041 with gdb_test_no_output.
8042 Use command as test name.
8043
cd2ddb6c
LM
80442016-12-01 Luis Machado <lgustavo@codesourcery.com>
8045
8046 Fix test names starting with uppercase throughout the files.
8047
8048 * gdb.ada/assign_1.exp
8049 * gdb.ada/boolean_expr.exp
8050 * gdb.base/arrayidx.exp
8051 * gdb.base/del.exp
8052 * gdb.base/gcore-buffer-overflow.exp
8053 * gdb.base/testenv.exp
8054 * gdb.compile/compile.exp
8055 * gdb.python/py-framefilter-invalidarg.exp
8056 * gdb.python/py-framefilter.exp
8057
bb95117e
LM
80582016-12-01 Luis Machado <lgustavo@codesourcery.com>
8059
8060 Fix test names starting with uppercase throughout the files.
8061
8062 * gdb.ada/array_return.exp
8063 * gdb.ada/expr_delims.exp
8064 * gdb.ada/mi_dyn_arr.exp
8065 * gdb.ada/mi_interface.exp
8066 * gdb.ada/mi_var_array.exp
8067 * gdb.ada/watch_arg.exp
8068 * gdb.arch/alpha-step.exp
8069 * gdb.arch/altivec-regs.exp
8070 * gdb.arch/e500-regs.exp
8071 * gdb.arch/powerpc-d128-regs.exp
8072 * gdb.base/arrayidx.exp
8073 * gdb.base/break.exp
8074 * gdb.base/checkpoint.exp
8075 * gdb.base/debug-expr.exp
8076 * gdb.base/dmsym.exp
8077 * gdb.base/radix.exp
8078 * gdb.base/sepdebug.exp
8079 * gdb.base/testenv.exp
8080 * gdb.base/watch_thread_num.exp
8081 * gdb.base/watchpoint-cond-gone.exp
8082 * gdb.cell/break.exp
8083 * gdb.cell/ea-cache.exp
8084 * gdb.compile/compile.exp
8085 * gdb.cp/gdb2495.exp
8086 * gdb.gdb/selftest.exp
8087 * gdb.gdb/xfullpath.exp
8088 * gdb.go/hello.exp
8089 * gdb.go/integers.exp
8090 * gdb.objc/basicclass.exp
8091 * gdb.pascal/hello.exp
8092 * gdb.pascal/integers.exp
8093 * gdb.python/py-breakpoint.exp
8094 * gdb.python/py-cmd.exp
8095 * gdb.python/py-linetable.exp
8096 * gdb.python/py-xmethods.exp
8097 * gdb.python/python.exp
8098 * gdb.reverse/consecutive-precsave.exp
8099 * gdb.reverse/finish-precsave.exp
8100 * gdb.reverse/i386-precsave.exp
8101 * gdb.reverse/machinestate-precsave.exp
8102 * gdb.reverse/sigall-precsave.exp
8103 * gdb.reverse/solib-precsave.exp
8104 * gdb.reverse/step-precsave.exp
8105 * gdb.reverse/until-precsave.exp
8106 * gdb.reverse/watch-precsave.exp
8107 * gdb.threads/leader-exit.exp
8108 * gdb.threads/pthreads.exp
8109 * gdb.threads/wp-replication.exp
8110 * gdb.trace/actions.exp
8111 * gdb.trace/mi-tsv-changed.exp
8112 * gdb.trace/tsv.exp
8113
de97fdd4
LM
81142016-12-01 Luis Machado <lgustavo@codesourcery.com>
8115
8116 Fix test names starting with uppercase throughout the files.
8117
8118 * gdb.arch/i386-bp_permanent.exp
8119 * gdb.arch/i386-gnu-cfi.exp
8120 * gdb.base/disasm-end-cu.exp
8121 * gdb.base/macscp.exp
8122 * gdb.base/pending.exp
8123 * gdb.base/watch_thread_num.exp
8124 * gdb.cp/exception.exp
8125 * gdb.cp/gdb2495.exp
8126 * gdb.cp/local.exp
8127 * gdb.python/py-evsignal.exp
8128 * gdb.python/python.exp
8129 * gdb.trace/tracecmd.exp
8130
9f058c10
LM
81312016-12-01 Luis Machado <lgustavo@codesourcery.com>
8132
8133 Fix test names starting with uppercase throughout the files.
8134
8135 * gdb.base/charset.exp
8136 * gdb.base/eval.exp
8137 * gdb.base/multi-forks.exp
8138 * gdb.guile/scm-progspace.exp
8139 * gdb.opencl/datatypes.exp
8140 * gdb.python/py-block.exp
8141 * gdb.python/py-function.exp
8142 * gdb.python/py-symbol.exp
8143 * gdb.python/py-symtab.exp
8144 * gdb.python/py-xmethods.exp
8145 * gdb.reverse/break-precsave.exp
8146 * gdb.reverse/break-reverse.exp
8147 * gdb.reverse/consecutive-precsave.exp
8148 * gdb.reverse/consecutive-reverse.exp
8149 * gdb.reverse/finish-precsave.exp
8150 * gdb.reverse/finish-reverse-bkpt.exp
8151 * gdb.reverse/finish-reverse.exp
8152 * gdb.reverse/fstatat-reverse.exp
8153 * gdb.reverse/getresuid-reverse.exp
8154 * gdb.reverse/i386-precsave.exp
8155 * gdb.reverse/i386-reverse.exp
8156 * gdb.reverse/i386-sse-reverse.exp
8157 * gdb.reverse/i387-stack-reverse.exp
8158 * gdb.reverse/insn-reverse.exp
8159 * gdb.reverse/machinestate-precsave.exp
8160 * gdb.reverse/machinestate.exp
8161 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8162 * gdb.reverse/pipe-reverse.exp
8163 * gdb.reverse/readv-reverse.exp
8164 * gdb.reverse/recvmsg-reverse.exp
8165 * gdb.reverse/rerun-prec.exp
8166 * gdb.reverse/s390-mvcle.exp
8167 * gdb.reverse/sigall-precsave.exp
8168 * gdb.reverse/sigall-reverse.exp
8169 * gdb.reverse/solib-precsave.exp
8170 * gdb.reverse/solib-reverse.exp
8171 * gdb.reverse/step-precsave.exp
8172 * gdb.reverse/step-reverse.exp
8173 * gdb.reverse/time-reverse.exp
8174 * gdb.reverse/until-precsave.exp
8175 * gdb.reverse/until-reverse.exp
8176 * gdb.reverse/waitpid-reverse.exp
8177 * gdb.reverse/watch-precsave.exp
8178 * gdb.reverse/watch-reverse.exp
8179
cdc7edd7
LM
81802016-12-01 Luis Machado <lgustavo@codesourcery.com>
8181
8182 Fix test names starting with uppercase throughout the files.
8183
8184 * gdb.arch/i386-mpx-simple_segv.exp
8185 * gdb.arch/i386-mpx.exp
8186 * gdb.arch/i386-permbkpt.exp
8187 * gdb.arch/pa-nullify.exp
8188 * gdb.arch/powerpc-d128-regs.exp
8189 * gdb.arch/vsx-regs.exp
8190 * gdb.base/bfp-test.exp
8191 * gdb.base/break.exp
8192 * gdb.base/breakpoint-shadow.exp
8193 * gdb.base/callfuncs.exp
8194 * gdb.base/charset.exp
8195 * gdb.base/commands.exp
8196 * gdb.base/completion.exp
8197 * gdb.base/dfp-test.exp
8198 * gdb.base/echo.exp
8199 * gdb.base/ending-run.exp
8200 * gdb.base/eval.exp
8201 * gdb.base/expand-psymtabs.exp
8202 * gdb.base/float128.exp
8203 * gdb.base/floatn.exp
8204 * gdb.base/foll-exec-mode.exp
8205 * gdb.base/gdb1056.exp
8206 * gdb.base/gdb11531.exp
8207 * gdb.base/kill-after-signal.exp
8208 * gdb.base/multi-forks.exp
8209 * gdb.base/overlays.exp
8210 * gdb.base/pending.exp
8211 * gdb.base/sepdebug.exp
8212 * gdb.base/testenv.exp
8213 * gdb.base/valgrind-db-attach.exp
8214 * gdb.base/watch_thread_num.exp
8215 * gdb.base/watchpoint-cond-gone.exp
8216 * gdb.base/watchpoint.exp
8217 * gdb.base/watchpoints.exp
8218 * gdb.cp/arg-reference.exp
8219 * gdb.cp/baseenum.exp
8220 * gdb.cp/operator.exp
8221 * gdb.cp/shadow.exp
8222 * gdb.dwarf2/dw2-op-out-param.exp
8223 * gdb.dwarf2/dw2-reg-undefined.exp
8224 * gdb.go/chan.exp
8225 * gdb.go/hello.exp
8226 * gdb.go/integers.exp
8227 * gdb.go/methods.exp
8228 * gdb.go/package.exp
8229 * gdb.guile/scm-parameter.exp
8230 * gdb.guile/scm-progspace.exp
8231 * gdb.guile/scm-value.exp
8232 * gdb.mi/mi-pending.exp
8233 * gdb.mi/user-selected-context-sync.exp
8234 * gdb.multi/multi-attach.exp
8235 * gdb.multi/tids.exp
8236 * gdb.opt/clobbered-registers-O2.exp
8237 * gdb.pascal/floats.exp
8238 * gdb.pascal/integers.exp
8239 * gdb.python/py-block.exp
8240 * gdb.python/py-events.exp
8241 * gdb.python/py-parameter.exp
8242 * gdb.python/py-symbol.exp
8243 * gdb.python/py-symtab.exp
8244 * gdb.python/py-type.exp
8245 * gdb.python/py-value.exp
8246 * gdb.python/py-xmethods.exp
8247 * gdb.python/python.exp
8248 * gdb.reverse/break-precsave.exp
8249 * gdb.reverse/consecutive-precsave.exp
8250 * gdb.reverse/finish-precsave.exp
8251 * gdb.reverse/i386-precsave.exp
8252 * gdb.reverse/machinestate-precsave.exp
8253 * gdb.reverse/sigall-precsave.exp
8254 * gdb.reverse/solib-precsave.exp
8255 * gdb.reverse/step-precsave.exp
8256 * gdb.reverse/until-precsave.exp
8257 * gdb.reverse/watch-precsave.exp
8258 * gdb.server/ext-attach.exp
8259 * gdb.server/ext-restart.exp
8260 * gdb.server/ext-run.exp
8261 * gdb.server/ext-wrapper.exp
8262 * gdb.stabs/gdb11479.exp
8263 * gdb.stabs/weird.exp
8264 * gdb.threads/attach-many-short-lived-threads.exp
8265 * gdb.threads/kill.exp
8266 * gdb.threads/watchpoint-fork.exp
8267
bc6c7af4
LM
82682016-12-01 Luis Machado <lgustavo@codesourcery.com>
8269
8270 Fix test names starting with uppercase throughout all the files below.
8271
8272 * gdb.ada/array_return.exp
8273 * gdb.ada/catch_ex.exp
8274 * gdb.ada/info_exc.exp
8275 * gdb.ada/mi_catch_ex.exp
8276 * gdb.ada/mi_dyn_arr.exp
8277 * gdb.ada/mi_ex_cond.exp
8278 * gdb.ada/mi_exc_info.exp
8279 * gdb.ada/mi_interface.exp
8280 * gdb.ada/mi_task_arg.exp
8281 * gdb.ada/mi_task_info.exp
8282 * gdb.ada/mi_var_array.exp
8283 * gdb.arch/alpha-step.exp
8284 * gdb.arch/amd64-disp-step.exp
8285 * gdb.arch/arm-disp-step.exp
8286 * gdb.arch/disp-step-insn-reloc.exp
8287 * gdb.arch/e500-prologue.exp
8288 * gdb.arch/ftrace-insn-reloc.exp
8289 * gdb.arch/gdb1558.exp
8290 * gdb.arch/i386-bp_permanent.exp
8291 * gdb.arch/i386-disp-step.exp
8292 * gdb.arch/i386-float.exp
8293 * gdb.arch/i386-gnu-cfi.exp
8294 * gdb.arch/ia64-breakpoint-shadow.exp
8295 * gdb.arch/mips16-thunks.exp
8296 * gdb.arch/pa-nullify.exp
8297 * gdb.arch/powerpc-aix-prologue.exp
8298 * gdb.arch/powerpc-power.exp
8299 * gdb.arch/ppc-dfp.exp
8300 * gdb.arch/s390-tdbregs.exp
8301 * gdb.arch/spu-info.exp
8302 * gdb.arch/spu-ls.exp
8303 * gdb.arch/thumb-bx-pc.exp
8304 * gdb.base/advance.exp
8305 * gdb.base/annota-input-while-running.exp
8306 * gdb.base/arrayidx.exp
8307 * gdb.base/asmlabel.exp
8308 * gdb.base/async.exp
8309 * gdb.base/attach-wait-input.exp
8310 * gdb.base/auto-connect-native-target.exp
8311 * gdb.base/batch-preserve-term-settings.exp
8312 * gdb.base/bfp-test.exp
8313 * gdb.base/bigcore.exp
8314 * gdb.base/bp-permanent.exp
8315 * gdb.base/break-always.exp
8316 * gdb.base/break-fun-addr.exp
8317 * gdb.base/break-idempotent.exp
8318 * gdb.base/break-main-file-remove-fail.exp
8319 * gdb.base/break-probes.exp
8320 * gdb.base/break-unload-file.exp
8321 * gdb.base/break.exp
8322 * gdb.base/call-ar-st.exp
8323 * gdb.base/call-rt-st.exp
8324 * gdb.base/call-sc.exp
8325 * gdb.base/call-signal-resume.exp
8326 * gdb.base/call-strs.exp
8327 * gdb.base/callexit.exp
8328 * gdb.base/callfuncs.exp
8329 * gdb.base/catch-gdb-caused-signals.exp
8330 * gdb.base/catch-signal-siginfo-cond.exp
8331 * gdb.base/catch-syscall.exp
8332 * gdb.base/compare-sections.exp
8333 * gdb.base/cond-eval-mode.exp
8334 * gdb.base/condbreak-call-false.exp
8335 * gdb.base/consecutive-step-over.exp
8336 * gdb.base/cursal.exp
8337 * gdb.base/disabled-location.exp
8338 * gdb.base/disasm-end-cu.exp
8339 * gdb.base/display.exp
8340 * gdb.base/double-prompt-target-event-error.exp
8341 * gdb.base/dprintf-bp-same-addr.exp
8342 * gdb.base/dprintf-detach.exp
8343 * gdb.base/dprintf-next.exp
8344 * gdb.base/dprintf-non-stop.exp
8345 * gdb.base/dprintf-pending.exp
8346 * gdb.base/dso2dso.exp
8347 * gdb.base/ending-run.exp
8348 * gdb.base/enum_cond.exp
8349 * gdb.base/examine-backward.exp
8350 * gdb.base/exe-lock.exp
8351 * gdb.base/exec-invalid-sysroot.exp
8352 * gdb.base/execl-update-breakpoints.exp
8353 * gdb.base/execution-termios.exp
8354 * gdb.base/fileio.exp
8355 * gdb.base/fixsection.exp
8356 * gdb.base/foll-exec-mode.exp
8357 * gdb.base/foll-exec.exp
8358 * gdb.base/fork-running-state.exp
8359 * gdb.base/frame-args.exp
8360 * gdb.base/fullpath-expand.exp
8361 * gdb.base/func-ptr.exp
8362 * gdb.base/gcore-relro-pie.exp
8363 * gdb.base/gdb1090.exp
8364 * gdb.base/gdb1555.exp
8365 * gdb.base/global-var-nested-by-dso.exp
8366 * gdb.base/gnu-ifunc.exp
8367 * gdb.base/hbreak-in-shr-unsupported.exp
8368 * gdb.base/hbreak-unmapped.exp
8369 * gdb.base/hook-stop.exp
8370 * gdb.base/infcall-input.exp
8371 * gdb.base/info-fun.exp
8372 * gdb.base/info-shared.exp
8373 * gdb.base/interrupt-noterm.exp
8374 * gdb.base/jit-so.exp
8375 * gdb.base/jit.exp
8376 * gdb.base/line-symtabs.exp
8377 * gdb.base/list.exp
8378 * gdb.base/longjmp.exp
8379 * gdb.base/macscp.exp
8380 * gdb.base/max-value-size.exp
8381 * gdb.base/nodebug.exp
8382 * gdb.base/nofield.exp
8383 * gdb.base/overlays.exp
8384 * gdb.base/paginate-after-ctrl-c-running.exp
8385 * gdb.base/paginate-bg-execution.exp
8386 * gdb.base/paginate-inferior-exit.exp
8387 * gdb.base/pending.exp
8388 * gdb.base/pr11022.exp
8389 * gdb.base/printcmds.exp
8390 * gdb.base/ptr-typedef.exp
8391 * gdb.base/ptype.exp
8392 * gdb.base/randomize.exp
8393 * gdb.base/range-stepping.exp
8394 * gdb.base/realname-expand.exp
8395 * gdb.base/relativedebug.exp
8396 * gdb.base/remote.exp
8397 * gdb.base/savedregs.exp
8398 * gdb.base/sepdebug.exp
8399 * gdb.base/set-noassign.exp
8400 * gdb.base/shlib-call.exp
8401 * gdb.base/shreloc.exp
8402 * gdb.base/sigaltstack.exp
8403 * gdb.base/sigbpt.exp
8404 * gdb.base/siginfo-addr.exp
8405 * gdb.base/siginfo-obj.exp
8406 * gdb.base/siginfo-thread.exp
8407 * gdb.base/signest.exp
8408 * gdb.base/signull.exp
8409 * gdb.base/sigrepeat.exp
8410 * gdb.base/skip.exp
8411 * gdb.base/so-impl-ld.exp
8412 * gdb.base/solib-corrupted.exp
8413 * gdb.base/solib-disc.exp
8414 * gdb.base/solib-display.exp
8415 * gdb.base/solib-overlap.exp
8416 * gdb.base/solib-search.exp
8417 * gdb.base/solib-symbol.exp
8418 * gdb.base/source-execution.exp
8419 * gdb.base/sss-bp-on-user-bp-2.exp
8420 * gdb.base/sss-bp-on-user-bp.exp
8421 * gdb.base/stack-checking.exp
8422 * gdb.base/stale-infcall.exp
8423 * gdb.base/step-break.exp
8424 * gdb.base/step-line.exp
8425 * gdb.base/step-over-exit.exp
8426 * gdb.base/step-test.exp
8427 * gdb.base/structs.exp
8428 * gdb.base/sym-file.exp
8429 * gdb.base/symtab-search-order.exp
8430 * gdb.base/term.exp
8431 * gdb.base/type-opaque.exp
8432 * gdb.base/unload.exp
8433 * gdb.base/until-nodebug.exp
8434 * gdb.base/until.exp
8435 * gdb.base/unwindonsignal.exp
8436 * gdb.base/watch-cond.exp
8437 * gdb.base/watch-non-mem.exp
8438 * gdb.base/watch_thread_num.exp
8439 * gdb.base/watchpoint-reuse-slot.exp
8440 * gdb.base/watchpoint-solib.exp
8441 * gdb.base/watchpoint.exp
8442 * gdb.btrace/dlopen.exp
8443 * gdb.cell/arch.exp
8444 * gdb.cell/break.exp
8445 * gdb.cell/bt.exp
8446 * gdb.cell/core.exp
8447 * gdb.cell/data.exp
8448 * gdb.cell/dwarfaddr.exp
8449 * gdb.cell/ea-cache.exp
8450 * gdb.cell/ea-standalone.exp
8451 * gdb.cell/ea-test.exp
8452 * gdb.cell/f-regs.exp
8453 * gdb.cell/fork.exp
8454 * gdb.cell/gcore.exp
8455 * gdb.cell/mem-access.exp
8456 * gdb.cell/ptype.exp
8457 * gdb.cell/registers.exp
8458 * gdb.cell/sizeof.exp
8459 * gdb.cell/solib-symbol.exp
8460 * gdb.cell/solib.exp
8461 * gdb.compile/compile-tls.exp
8462 * gdb.cp/exception.exp
8463 * gdb.cp/gdb2495.exp
8464 * gdb.cp/local.exp
8465 * gdb.cp/mb-inline.exp
8466 * gdb.cp/mb-templates.exp
8467 * gdb.cp/pr10687.exp
8468 * gdb.cp/pr9167.exp
8469 * gdb.cp/scope-err.exp
8470 * gdb.cp/templates.exp
8471 * gdb.cp/virtfunc.exp
8472 * gdb.dwarf2/dw2-dir-file-name.exp
8473 * gdb.dwarf2/dw2-single-line-discriminators.exp
8474 * gdb.fortran/complex.exp
8475 * gdb.fortran/library-module.exp
8476 * gdb.guile/guile.exp
8477 * gdb.guile/scm-cmd.exp
8478 * gdb.guile/scm-frame-inline.exp
8479 * gdb.guile/scm-objfile.exp
8480 * gdb.guile/scm-pretty-print.exp
8481 * gdb.guile/scm-symbol.exp
8482 * gdb.guile/scm-type.exp
8483 * gdb.guile/scm-value.exp
8484 * gdb.linespec/keywords.exp
8485 * gdb.linespec/ls-errs.exp
8486 * gdb.linespec/macro-relative.exp
8487 * gdb.linespec/thread.exp
8488 * gdb.mi/mi-breakpoint-changed.exp
8489 * gdb.mi/mi-dprintf-pending.exp
8490 * gdb.mi/mi-fullname-deleted.exp
8491 * gdb.mi/mi-logging.exp
8492 * gdb.mi/mi-pending.exp
8493 * gdb.mi/mi-solib.exp
8494 * gdb.mi/new-ui-mi-sync.exp
8495 * gdb.mi/user-selected-context-sync.exp
8496 * gdb.multi/dummy-frame-restore.exp
8497 * gdb.multi/multi-arch-exec.exp
8498 * gdb.multi/remove-inferiors.exp
8499 * gdb.multi/watchpoint-multi-exit.exp
8500 * gdb.opt/solib-intra-step.exp
8501 * gdb.perf/backtrace.exp
8502 * gdb.perf/single-step.exp
8503 * gdb.perf/skip-command.exp
8504 * gdb.perf/skip-prologue.exp
8505 * gdb.perf/solib.exp
8506 * gdb.python/lib-types.exp
8507 * gdb.python/py-as-string.exp
8508 * gdb.python/py-bad-printers.exp
8509 * gdb.python/py-block.exp
8510 * gdb.python/py-breakpoint.exp
8511 * gdb.python/py-cmd.exp
8512 * gdb.python/py-events.exp
8513 * gdb.python/py-evthreads.exp
8514 * gdb.python/py-finish-breakpoint.exp
8515 * gdb.python/py-finish-breakpoint2.exp
8516 * gdb.python/py-frame-inline.exp
8517 * gdb.python/py-frame.exp
8518 * gdb.python/py-inferior.exp
8519 * gdb.python/py-infthread.exp
8520 * gdb.python/py-mi.exp
8521 * gdb.python/py-objfile.exp
8522 * gdb.python/py-pp-maint.exp
8523 * gdb.python/py-pp-registration.exp
8524 * gdb.python/py-prettyprint.exp
8525 * gdb.python/py-recurse-unwind.exp
8526 * gdb.python/py-shared.exp
8527 * gdb.python/py-symbol.exp
8528 * gdb.python/py-symtab.exp
8529 * gdb.python/py-template.exp
8530 * gdb.python/py-type.exp
8531 * gdb.python/py-unwind-maint.exp
8532 * gdb.python/py-unwind.exp
8533 * gdb.python/py-value.exp
8534 * gdb.python/python.exp
8535 * gdb.reverse/finish-reverse-bkpt.exp
8536 * gdb.reverse/insn-reverse.exp
8537 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8538 * gdb.reverse/solib-precsave.exp
8539 * gdb.reverse/solib-reverse.exp
8540 * gdb.stabs/gdb11479.exp
8541 * gdb.stabs/weird.exp
8542 * gdb.threads/fork-child-threads.exp
8543 * gdb.threads/fork-plus-threads.exp
8544 * gdb.threads/fork-thread-pending.exp
8545 * gdb.threads/forking-threads-plus-breakpoint.exp
8546 * gdb.threads/hand-call-in-threads.exp
8547 * gdb.threads/interrupted-hand-call.exp
8548 * gdb.threads/linux-dp.exp
8549 * gdb.threads/local-watch-wrong-thread.exp
8550 * gdb.threads/next-while-other-thread-longjmps.exp
8551 * gdb.threads/non-ldr-exit.exp
8552 * gdb.threads/pending-step.exp
8553 * gdb.threads/print-threads.exp
8554 * gdb.threads/process-dies-while-detaching.exp
8555 * gdb.threads/process-dies-while-handling-bp.exp
8556 * gdb.threads/pthreads.exp
8557 * gdb.threads/queue-signal.exp
8558 * gdb.threads/reconnect-signal.exp
8559 * gdb.threads/signal-command-handle-nopass.exp
8560 * gdb.threads/signal-command-multiple-signals-pending.exp
8561 * gdb.threads/signal-delivered-right-thread.exp
8562 * gdb.threads/signal-sigtrap.exp
8563 * gdb.threads/sigthread.exp
8564 * gdb.threads/staticthreads.exp
8565 * gdb.threads/stepi-random-signal.exp
8566 * gdb.threads/thread-unwindonsignal.exp
8567 * gdb.threads/thread_check.exp
8568 * gdb.threads/thread_events.exp
8569 * gdb.threads/tid-reuse.exp
8570 * gdb.threads/tls-nodebug.exp
8571 * gdb.threads/tls-shared.exp
8572 * gdb.threads/tls-so_extern.exp
8573 * gdb.threads/tls.exp
8574 * gdb.threads/wp-replication.exp
8575 * gdb.trace/actions-changed.exp
8576 * gdb.trace/actions.exp
8577 * gdb.trace/backtrace.exp
8578 * gdb.trace/change-loc.exp
8579 * gdb.trace/collection.exp
8580 * gdb.trace/deltrace.exp
8581 * gdb.trace/disconnected-tracing.exp
8582 * gdb.trace/entry-values.exp
8583 * gdb.trace/ftrace-lock.exp
8584 * gdb.trace/ftrace.exp
8585 * gdb.trace/infotrace.exp
8586 * gdb.trace/mi-trace-frame-collected.exp
8587 * gdb.trace/mi-trace-unavailable.exp
8588 * gdb.trace/mi-traceframe-changed.exp
8589 * gdb.trace/mi-tracepoint-changed.exp
8590 * gdb.trace/mi-tsv-changed.exp
8591 * gdb.trace/no-attach-trace.exp
8592 * gdb.trace/packetlen.exp
8593 * gdb.trace/passc-dyn.exp
8594 * gdb.trace/passcount.exp
8595 * gdb.trace/pending.exp
8596 * gdb.trace/pr16508.exp
8597 * gdb.trace/qtro.exp
8598 * gdb.trace/range-stepping.exp
8599 * gdb.trace/read-memory.exp
8600 * gdb.trace/report.exp
8601 * gdb.trace/save-trace.exp
8602 * gdb.trace/signal.exp
8603 * gdb.trace/stap-trace.exp
8604 * gdb.trace/status-stop.exp
8605 * gdb.trace/strace.exp
8606 * gdb.trace/tfile.exp
8607 * gdb.trace/tfind.exp
8608 * gdb.trace/trace-break.exp
8609 * gdb.trace/trace-condition.exp
8610 * gdb.trace/trace-enable-disable.exp
8611 * gdb.trace/trace-mt.exp
8612 * gdb.trace/tracecmd.exp
8613 * gdb.trace/tracefile-pseudo-reg.exp
8614 * gdb.trace/tspeed.exp
8615 * gdb.trace/tstatus.exp
8616 * gdb.trace/tsv.exp
8617 * gdb.trace/unavailable.exp
8618 * gdb.trace/while-dyn.exp
8619 * gdb.trace/while-stepping.exp
8620 * lib/gdb-guile.exp
8621 * lib/gdb.exp
8622 * lib/mi-support.exp
8623 * lib/pascal.exp
8624 * lib/perftest.exp
8625 * lib/prelink-support.exp
8626 * lib/selftest-support.exp
8627
ad02e4fe
SM
86282016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8629
8630 * Makefile.in: Include disable-implicit-rules.mk.
8631
22347e55
AA
86322016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8633
8634 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8635 non-byte-aligned bit fields.
8636
da5b30da
AA
86372016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8638
8639 PR gdb/12616
8640 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8641 respects the DW_AT_data_bit_offset attribute.
8642
b593ecca
SM
86432016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8644
8645 * gdb.base/default.exp: Fix output of "set language".
8646
3b165252
SM
86472016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8648
8649 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8650 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8651 make.
8652 * configure.ac: Remove checks for the make program.
8653 * configure: Re-generate.
8654
1a2f3d7f
KB
86552016-11-16 Kevin Buettner <kevinb@redhat.com>
8656
8657 * gdb.python/py-recurse-unwind.c (main): Add loop.
8658 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8659 to read_register() and gdb.parse_and_eval(). Make each code
8660 call a separate case that can be individually tested.
8661 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8662 proc. Call cont_and_backtrace for each of the code paths that
8663 we want to test in the unwinder.
8664
b7f38fda
AA
86652016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8666
8667 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8668 the definition of struct S.
8669
1f8db343
CM
86702016-11-11 Catherine Moore <clm@codesourcery.com>
8671
8672 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8673
fad0c9fb
PA
86742016-11-09 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.base/commands.exp (runto_or_return): New procedure.
8677 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8678 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8679 (progvar_simple_while_test, progvar_complex_if_while_test)
8680 (if_while_breakpoint_command_test)
8681 (infrun_breakpoint_command_test, breakpoint_command_test)
8682 (user_defined_command_test, watchpoint_command_test)
8683 (test_command_prompt_position, redefine_hook_test)
8684 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8685 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8686 multi_line_input and multi_line. Remove gdb_expect and
8687 gdb_stop_suppressing_tests uses.
8688 * lib/gdb.exp (valnum_re): New global.
8689 (multi_line_input): New procedure.
8690
8354c62c
SM
86912016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8692
8693 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8694 Remove.
8695 (test_setup): Define with proc_with_prefix.
8696 (test_cli_inferior): Likewise.
8697 (test_cli_thread): Likewise.
8698 (test_cli_frame): Likewise.
8699 (test_cli_select_frame): Likewise.
8700 (test_cli_up_down): Likewise.
8701 (test_mi_thread_select): Likewise.
8702 (test_mi_stack_select_frame): Likewise.
8703 (test_cli_in_mi_inferior): Likewise.
8704 (test_cli_in_mi_thread): Likewise.
8705 (test_cli_in_mi_frame): Likewise.
8706 (top level): Do not use with_test_prefix_procname.
8707
64f367a2
PA
87082016-11-09 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.base/commands.exp (gdbvar_simple_if_test)
8711 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8712 (progvar_simple_if_test, progvar_simple_while_test)
8713 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8714 (infrun_breakpoint_command_test, breakpoint_command_test)
8715 (user_defined_command_test, watchpoint_command_test)
8716 (test_command_prompt_position, deprecated_command_test)
8717 (bp_deleted_in_command, temporary_breakpoint_commands)
8718 (stray_arg0_test, source_file_with_indented_comment)
8719 (recursive_source_test, if_commands_test)
8720 (error_clears_commands_left, redefine_hook_test)
8721 (redefine_backtrace_test): Use proc_with_prefix.
8722 * lib/gdb.exp (proc_with_prefix): New proc.
8723
0bb65f1e
AA
87242016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8725
8726 * gdb.base/tui-layout.c: New file.
8727 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8728 disassembly window contains very long lines.
8729
7353f247
TT
87302016-11-08 Tom Tromey <tom@tromey.com>
8731
8732 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8733 depend on Python 2.
8734
30a7bb83
TT
87352016-11-08 Tom Tromey <tom@tromey.com>
8736
8737 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8738 New method.
8739
cdf5a07c
MG
87402016-10-29 Manish Goregaokar <manish@mozilla.com>
8741
2806dc7e 8742 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8743
51a789c3
MG
87442016-10-27 Manish Goregaokar <manish@mozilla.com>
8745
2806dc7e
PA
8746 * gdb.rust/simple.rs: Add test for univariant enums without
8747 discriminants and for encoded struct-like enums.
51a789c3 8748
f610ab6d
PA
87492016-10-28 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8752 gdb_test_multiple, tighten regexps and match symtabs and line
8753 tables incrementally.
8754
b129b0ca
LM
87552016-10-28 Luis Machado <lgustavo@codesourcery.com>
8756
8757 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8758 general.
8759
ecf45d2c
SL
87602016-10-25 Luis Machado <lgustavo@codesourcery.com>
8761
8762 * gdb.base/exec-invalid-sysroot.exp: New file.
8763
b8d38ee4
JK
87642016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8765
8766 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8767
f90fd8c2
JK
87682016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8769
8770 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8771
2d2476aa
MR
87722016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8773
2806dc7e
PA
8774 * gdb.base/killed-outside.exp: Remove $options from a call to
8775 `prepare_for_testing'.
2d2476aa 8776
e42b25a0
SM
87772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8778
8779 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8780 Change test message.
8781
3ccdb432
SM
87822016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8783
8784 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8785 Update comment.
8786
5bad3170
SM
87872016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8788
8789 * gdb.trace/mi-trace-save.exp: New file.
8790
5ad9dba7
YQ
87912016-10-13 Yao Qi <yao.qi@linaro.org>
8792
8793 * gdb.base/code_elim.exp (get_var_address): Remove.
8794 * gdb.base/relocate.exp: Likewise.
8795 * gdb.base/shreloc.exp: Likewise.
8796 * lib/gdb.exp (get_var_address): New.
8797
62df7e21
YQ
87982016-10-13 Yao Qi <yao.qi@linaro.org>
8799
8800 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8801 floating point tests if $skip_float_test is false.
8802
4dac951e
LM
88032016-10-12 Luis Machado <lgustavo@codesourcery.com>
8804
8805 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8806 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8807 argc values.
8808 Add 1 to argc so we guarantee distinct initial/modified argc values.
8809
8f1a8fc4
JK
88102016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8811
8812 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8813
16c85b5d
JK
88142016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8815
8816 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8817 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8818 * gdb.arch/vsx-regs.exp: Likewise.
8819
1d0e042a
YQ
88202016-10-07 Yao Qi <yao.qi@linaro.org>
8821
8822 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8823
68dadef5
MM
88242016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8825
8826 * gdb.python/python.exp: Test decode_line("*0").
8827
33fa2c6e
DE
88282016-10-06 Doug Evans <dje@google.com>
8829
8830 * gdb.python/py-value.exp (test_value_creation): Add test for large
8831 unsigned 64-bit value.
8832
9c37b5ae
TT
88332016-10-06 Tom Tromey <tom@tromey.com>
8834
8835 * gdb.compile/compile.exp: Change java tests to rust.
8836 * gdb.base/setshow.exp: Change java tests to rust.
8837 * gdb.base/default.exp: Remove java from language list.
8838 * README (Examples): Update language example.
8839 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8840 test.
8841 * lib/gdb.exp (skip_java_tests): Remove.
8842 * lib/java.exp: Remove.
8843 * gdb.java: Remove.
8844
78b86327
MR
88452016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8846
8847 * gdb.arch/mips-fcr.exp: New test.
8848 * gdb.arch/mips-fcr.c: Source for the new test.
8849
7470adbb
MR
88502016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8851
8852 * gdb.base/solib-disc.exp: Use `standard_output_file'
8853 throughout.
8854
4a556533
PA
88552016-10-06 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.base/jit-simple-dl.c: New file.
8858 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8859 * gdb.base/jit-simple.c: ... this.
8860 * gdb.base/jit-simple.exp (jit_run): Delete.
8861 (build_jit): New proc.
8862 (jit_test_reread): Recompile either the main program or the shared
8863 library, depending on what is being tested. Skip changing address
8864 if caller wants to. Compare before/after addresses. If testing
8865 standalone, explicitly load the binary. Test "maint info
8866 breakpoints".
8867 (top level): Add "standalone vs shared lib" and "change address"
8868 vs "same address" axes.
8869
5a122fbc
PA
88702016-10-06 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8873 call.
8874 (jit_run): Delete.
8875 (jit_test_reread): Use with_test_prefix. Reload the main binary
8876 explicitly. Compare the before/after addresses of the JIT
8877 descriptor.
8878
ee8da4b8
DE
88792016-08-15 Doug Evans <dje@google.com>
8880
8881 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8882 for single bitfields is bool.
8883 * gdb.xml/tdesc-regs.exp: Ditto.
8884
f389f6fe
JK
88852016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8886
8887 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8888
fdebf1a4
YQ
88892016-10-05 Yao Qi <yao.qi@linaro.org>
8890
8891 * lib/gdb.exp (support_complex_tests): Return zero if
8892 gdb_skip_float_test return true.
8893
9c36d954 88942016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8895 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8896
8897 PR gdb/20487
8898 * gdb.mi/user-selected-context-sync.exp: New file.
8899 * gdb.mi/user-selected-context-sync.c: New file.
8900
4034d0ff 89012016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8902 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8903
8904 PR gdb/20487
8905 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8906 =thread-select-event check.
8907
a4297203
PB
89082016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8909
8910 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8911 the compulsory L operand changes.
8912 * gdb.arch/powerpc-power.s: Likewise.
8913
bb805577
JK
89142016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8915
8916 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8917 * gdb.base/jit-attach-pie.c: New file.
8918 * gdb.base/jit-attach-pie.exp: New file.
8919
6d61dee5
PA
89202016-09-28 Pedro Alves <palves@redhat.com>
8921
8922 * gdb.base/infcall-input.c: New file.
8923 * gdb.base/infcall-input.exp: New file.
8924
f73842fc
YQ
89252016-09-22 Yao Qi <yao.qi@linaro.org>
8926
8927 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8928 (gdb_exit): Rename it to ...
8929 (gdbserver_gdb_exit): ... Close GDBserver.
8930 (gdb_exit): New proc, call gdbserver_gdb_exit.
8931 (mi_gdb_exit): Likewise.
8932
90681dab
YQ
89332016-09-22 Yao Qi <yao.qi@linaro.org>
8934
8935 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8936 path.
8937 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8938 Remove duplication.
8939
9c211fd8
YQ
89402016-09-22 Yao Qi <yao.qi@linaro.org>
8941
8942 * lib/gdbserver-support.exp: Check the existence of
8943 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8944
ad0a504f
AK
89452016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8946
8947 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8948
36cf1806
TT
89492016-09-21 Tom Tromey <tom@tromey.com>
8950
8951 PR gdb/20604:
8952 * gdb.base/quit.exp: New file.
8953
74172ecf
SM
89542016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8955
8956 * .gitignore: New file.
8957
3d0ec882
MR
89582016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8959
8960 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8961 throughout.
8962
8193adea
AA
89632016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8964
8965 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8966
d41a5c09
JK
89672016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8968
8969 * gdb.cp/casts.cc (decltype): Move it ...
8970 (main): ... with its call to ...
8971 * gdb.cp/casts03.cc: ... a new file.
8972 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8973
d2dfe700
JK
89742016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8975
8976 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8977
e2a92b16
PB
89782016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8979
8980 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8981 and sync up the test with tests in gas/testsuite/gas/ppc.
8982 * gdb.arch/powerpc-power.exp: Likewise.
8983
49b4de64
JK
89842016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8985
8986 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8987
2c29df25
SDJ
89882016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8989 Jan Kratochvil <jan.kratochvil@redhat.com>
8990
8991 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8992 make m1's definition to be different from m2's. Use 'dummy' as an
8993 argument for probe 'two'.
8994
cc3c2846
JB
89952016-09-10 Jon Beniston <jon@beniston.com>
8996
8997 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8998 for sim target.
8999
e1b2624a
AA
90002016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9001
9002 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9003 variable declaration.
9004 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9005 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9006 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9007 received HWCAP as its argument.
9008
4295e285
PA
90092016-09-06 Pedro Alves <palves@redhat.com>
9010
9011 * gdb.base/new-ui-pending-input.c: New file.
9012 * gdb.base/new-ui-pending-input.exp: New file.
9013 * gdb.exp (clear_gdb_spawn_id): New procedure.
9014 (with_spawn_id): Check whether gdb_spawn_id exists before
9015 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9016 on exit.
9017
00d5215e
UW
90182016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9019
9020 * gdb.base/float128.c: New file.
9021 * gdb.base/float128.exp: Likewise.
9022 * gdb.base/floatn.c: Likewise.
9023 * gdb.base/floatn.exp: Likewise.
9024
a9ff5f12
UW
90252016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9026
9027 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9028
f245535c
PA
90292016-09-05 Pedro Alves <palves@redhat.com>
9030
9031 PR backtrace/19927
9032 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9033 unwinders are immediately called as side effect of "source" or
9034 "disable unwinder" commands.
9035 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9036
ae9cf263
YQ
90372016-09-02 Yao Qi <yao.qi@linaro.org>
9038
9039 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9040 is true and $type is "float" or "double".
9041
27aba047
YQ
90422016-09-02 Yao Qi <yao.qi@linaro.org>
9043
9044 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9045 true.
9046 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9047 * gdb.base/call-rt-st.exp: Likewise.
9048 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9049 return value instead of gdb,skip_float_test.
9050 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9051 (do_function_calls): Use its return value instead of
9052 gdb,skip_float_test.
9053 * gdb.base/finish.exp: Likewise.
9054 * gdb.base/funcargs.exp: Likewise.
9055 * gdb.base/return.exp: Likewise.
9056 * gdb.base/return2.exp: Likewise.
9057 * gdb.base/varargs.exp: Likewise.
9058 * lib/gdb.exp (gdb_skip_float_test): Change it to
9059 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9060
5af962df
AA
90612016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9062
9063 * gdb.multi/tids.exp: Test "thread apply all".
9064
7fac6910
JK
90652016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9066
9067 * gdb.base/default.exp (tty): Remove.
9068
bb1fe4ac
KB
90692016-08-24 Kevin Buettner <kevinb@redhat.com>
9070
2806dc7e
PA
9071 * gdb.python/py-recurse-unwind.c: New file.
9072 * gdb.python/py-recurse-unwind.py: New file.
9073 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9074
0a1ddfa6
SM
90752016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9076
9077 * gdb.base/set-inferior-tty.exp: New file.
9078 * gdb.base/set-inferior-tty.c: New file.
9079
d9de1fe3
PA
90802016-08-23 Pedro Alves <palves@redhat.com>
9081
9082 PR gdb/20494
9083 * gdb.base/new-ui-echo.c: New file.
9084 * gdb.base/new-ui-echo.exp: New file.
9085
e9d9abd7
YQ
90862016-08-23 Yao Qi <yao.qi@linaro.org>
9087
9088 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9089 gdbserver_spawn.
9090 * gdb.server/connect-without-multi-process.exp (do_test):
9091 Likewise.
9092
3589529e
YQ
90932016-08-23 Yao Qi <yao.qi@linaro.org>
9094
9095 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9096 standalone_txt. Delete gdb_txt and standalone_txt on host
9097 and target. Spawn the binary on target. Copy files from
9098 target to host.
9099
6bb90213
PA
91002016-08-22 Pedro Alves <palves@redhat.com>
9101
9102 PR gdb/20505
9103 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9104 with_test_prefix. Factor out bits to ...
9105 (test_no_vdso): ... this new procedure.
9106
20c2c024
CL
91072016-08-19 Carl Love <cel@us.ibm.com>
9108
9109 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9110 maintaining separate logic for constructing the output path.
9111 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9112 * gdb.arch/ppc-dfp.exp: Likewise.
9113 * gdb.arch/ppc-fp.exp: Likewise.
9114 * gdb.arch/vsx-regs.exp: Likewise.
9115 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9116 binprefix for generating the additional binary files.
9117
0646e07d
PA
91182016-08-19 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.trace/mi-trace-frame-collected.exp
9121 (test_trace_frame_collected): On x32, expect two registers.
9122
46da9242
CL
91232016-08-18 Carl Love <cel@us.ibm.com>
9124
9125 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9126 and sync up the test with tests in gas/testsuite/gas/ppc.
9127 * gdb.arch/powerpc-power.exp: Likewise.
9128
eb2332d7
SM
91292016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9130
9131 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9132 expected error message.
9133
63c61e04
SM
91342016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9135
9136 * gdb.multi/remove-inferiors.exp: New file.
9137 * gdb.multi/remove-inferiors.c: New file.
9138
7b17065f
YQ
91392016-08-12 Yao Qi <yao.qi@linaro.org>
9140
9141 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9142 argument list.
9143
01d3dedf
PA
91442016-08-10 Pedro Alves <palves@redhat.com>
9145
9146 PR gdb/19187
9147 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9148 setup_kfails.
9149
3eb7562a
PA
91502016-08-09 Pedro Alves <palves@redhat.com>
9151 Simon Marchi <simon.marchi@ericsson.com>
9152
9153 PR gdb/20418
9154 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9155 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9156
80614914
PA
91572016-08-09 Pedro Alves <palves@redhat.com>
9158
9159 PR mi/20431
9160 * gdb.mi/mi-cmd-error.exp: New file.
9161
f348d89a
PA
91622016-08-09 Pedro Alves <palves@redhat.com>
9163
9164 PR gdb/18653
9165 * gdb.base/signals-state-child.c: New file.
9166 * gdb.base/signals-state-child.exp: New file.
9167 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9168
e5ca03b4
PA
91692016-08-09 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9172
282a0691
TT
91732016-08-03 Tom Tromey <tom@tromey.com>
9174
9175 PR python/18565:
9176 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9177
41bfcd63
YQ
91782016-08-01 Yao Qi <yao.qi@linaro.org>
9179
9180 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9181 variable mode to "multi-process" if $multi_process is 1, otherwise
9182 set it to "single-process".
9183
e3465b24
YQ
91842016-08-01 Yao Qi <yao.qi@linaro.org>
9185
9186 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9187 * gdb.cp/cpexprs.exp: Likewise.
9188 * gdb.cp/m-static.exp: Likewise.
9189
0b31a4bc
TT
91902016-07-26 Tom Tromey <tom@tromey.com>
9191
9192 PR python/20190:
9193 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9194 test.
9195
e0461dbb
MM
91962016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9197
9198 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9199 selecting assembly source files.
9200 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9201 assembly source files.
9202 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9203 assembly source files.
9204 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9205 selecting assembly source files.
9206
8194e927
SM
92072016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9208
9209 * gdb.base/new-ui.exp (do_test_invalid_args): New
9210 procedure.
9211
c0272db5
TW
92122016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9213
9214 * gdb.btrace/reconnect.c: New file.
9215 * gdb.btrace/reconnect.exp: New file.
9216
e3487908
GKB
92172016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9218
9219 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9220 to test_catch_syscall_group.
9221 (test_catch_syscall_group): New.
9222
12df5c00
TT
92232016-07-21 Tom Tromey <tom@tromey.com>
9224
9225 * gdb.rust/simple.rs (main): Use empty struct expression.
9226 * gdb.rust/simple.exp: Add tests for empty struct expression.
9227
bae62ee2
YQ
92282016-07-21 Yao Qi <yao.qi@linaro.org>
9229
9230 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9231 if gdb_skip_xml_test is true on some targets.
9232
b1b53fb3
YQ
92332016-07-21 Yao Qi <yao.qi@linaro.org>
9234
9235 * gdb.server/solib-list.exp: Unset last_loaded_file.
9236
027d97f8
JK
92372016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9238
9239 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9240 "step into captured_main (args)".
9241
7674d381
JK
92422016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9243
9244 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9245
72b5d099
JK
92462016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9247
9248 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9249
1f960ced
PA
92502016-07-19 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9253 * gdb.opt/inline-bt.exp: Likewise.
9254 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9255 additional_flags=-Winline.
9256 * gdb.opt/inline-locals.exp: Likewise.
9257 * gdb.opt/inline-markers.c (ATTR): Define.
9258 (inlined_fn): Use it.
9259
f25827c1
YQ
92602016-07-19 Yao Qi <yao.qi@linaro.org>
9261
9262 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9263 (test_with_self): Remove some code. Remove argument executable.
9264 (top-level): Use do_self_tests.
9265
37539ebe
DB
92662016-07-15 Zachary Welch <zwelch@codesourcery.com>
9267 Don Breazeal <donb@codesourcery.com>
9268
9269 * gdb.base/maint.exp: Escape paths used in regular expressions.
9270 * gdb.stabs/weird.exp: Likewise.
9271
dac790e1
TT
92722016-07-13 Tom Tromey <tom@tromey.com>
9273
9274 PR python/15620, PR python/18620:
9275 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9276 (test_bkpt_events): New procs.
9277
93daf339
TT
92782016-07-13 Tom Tromey <tom@tromey.com>
9279
9280 PR python/17698:
9281 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9282 test.
9283 (test_watchpoints): Likewise.
9284 (test_bkpt_pending): New proc.
9285
6571a381
TT
92862016-07-13 Tom Tromey <tom@tromey.com>
9287
9288 PR cli/18053:
9289 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9290 completion test.
9291
e8732474
JK
92922016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9293
9294 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9295 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9296 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9297 f_label.
9298 (g): Rename g_end_lbl to g_label.
9299 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9300 low_pc and high_pc.
9301 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9302
e0f3fd7c
TT
93032016-07-12 Tom Tromey <tom@tromey.com>
9304
9305 PR python/19293:
9306 * gdb.python/py-unwind-maint.exp: Update tests.
9307
3cfe46b6
YQ
93082016-07-12 Yao Qi <yao.qi@linaro.org>
9309
9310 * lib/selftest-support.exp (selftest_setup): Match the output
9311 when captured_main is inlined.
9312
4f19a0e6
WT
93132016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9314
9315 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9316 New variables.
9317 (print this%a, print this%b, print this): New tests.
9318 * gdb.fortran/derived-types.f90 (this): New object and
9319 initialization.
9320
986cf455
SM
93212016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9322
9323 * gdb.ada/arraydim.exp: Remove extra directory level in build
9324 directory.
9325
f0464b23
SM
93262016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9327
9328 * lib/ada.exp: Remove extra directory level in build directory.
9329 * gdb.ada/cond_lang.exp: Likewise.
9330 * gdb.ada/exec_changed.exp: Likewise.
9331 * gdb.ada/lang_switch.exp: Likewise.
9332
42d94011
MG
93332016-07-06 Manish Goregaokar <manish@mozilla.com>
9334
2806dc7e
PA
9335 * simple.rs: Add test for raw pointer subscripting.
9336 * simple.exp: Add test expectations.
42d94011 9337
647c264c
YQ
93382016-07-05 Yao Qi <yao.qi@linaro.org>
9339
9340 * gdb.mi/mi-reverse.exp: Match =record-started output.
9341
20aa2c60
PA
93422016-07-01 Pedro Alves <palves@redhat.com>
9343
9344 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9345 procedure.
9346 (jit_reader_test): Test the jit reader's unwinder.
9347 * gdb.base/jithost.c (jit_function_00_code): New global.
9348 (main): Use memcpy to fill in the mmapped code, instead of poking
9349 bytes manually here.
9350 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9351 value.
9352 (read_debug_info): Save the function's range.
9353 (read_sp): New function.
9354 (unwind_frame): Use it. Also unwind RBP.
9355 (get_frame_id): Use read_sp.
9356 (gdb_init_reader): Use calloc instead of malloc.
9357 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9358 parameter. Use gdb_test_multiple.
9359
ced2dffb
PA
93602016-07-01 Pedro Alves <palves@redhat.com>
9361 Antoine Tremblay <antoine.tremblay@ericsson.com>
9362
9363 * gdb.threads/process-dies-while-detaching.c: New file.
9364 * gdb.threads/process-dies-while-detaching.exp: New file.
9365
63000888
PA
93662016-07-01 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.multi/watchpoint-multi-exit.c: New file.
9369 * gdb.multi/watchpoint-multi-exit.exp: New file.
9370
038d4868
PA
93712016-06-30 Pedro Alves <palves@redhat.com>
9372
9373 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9374 unset inferior_spawn_id.
9375
994e9c83
PA
93762016-06-30 Pedro Alves <palves@redhat.com>
9377
9378 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9379 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9380
e5653468
YQ
93812016-06-29 Yao Qi <yao.qi@linaro.org>
9382
9383 * gdb.base/return.c: Add copyright header.
9384
803b47e5
TT
93852016-06-29 Tom Tromey <tom@tromey.com>
9386
9387 PR python/20129:
9388 * gdb.python/py-framefilter.exp: Add tests for setting priority
9389 and disabling of non-existent frame filter.
9390
28244707
YQ
93912016-06-29 Yao Qi <yao.qi@linaro.org>
9392
9393 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9394 0x0f07ff.
9395
a31d2f06
YQ
93962016-06-28 Yao Qi <yao.qi@linaro.org>
9397
9398 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9399 triplets. Start gdb, execute catch syscall, and continue. Check
9400 gdb's output to determine catch syscall is supported.
9401
921d8f54
MG
94022016-06-27 Manish Goregaokar <manish@mozilla.com>
9403
25d49b86
PA
9404 * gdb.rust/simple.rs: Add test for returning unit in a function.
9405 * gdb.rust/simple.exp: Add expectation for functions returning
9406 unit.
921d8f54 9407
f4952523
PMR
94082016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9409
9410 * gdb.python/py-breakpoint-create-fail.c,
9411 gdb.python/py-breakpoint-create-fail.exp,
9412 gdb.python/py-breakpoint-create-fail.py: New testcase.
9413
fccb08f8
MG
94142016-06-25 Manish Goregaokar <manish@mozilla.com>
9415
9416 PR gdb/20239
9417 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9418 * gdb.rust/simple.exp: Add test expectations for new NonZero
9419 tests.
fccb08f8 9420
6b850546
DT
94212016-06-24 David Taylor <dtaylor@emc.com>
9422
9423 * gdb.base/offsets.exp: New file.
9424 * gdb.base/offsets.c: New file.
9425
17621150
TT
94262016-06-23 Tom Tromey <tom@tromey.com>
9427
9428 PR gdb/16483:
9429 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9430 before any filters are loaded.
9431
04d59df6
WT
94322016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9433
9434 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9435 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9436 structs.
9437 * gdb.fortran/derived-type-function.exp: New file.
9438 * gdb.fortran/derived-type-function.f90: New file.
9439
9440
ac69f786
PA
94412016-06-21 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.base/new-ui.exp: New file.
9444 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9445 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9446 (with_spawn_id): New procedure.
9447
49940788
PA
94482016-06-21 Pedro Alves <palves@redhat.com>
9449
9450 * gdb.mi/mi-exec-run.exp: New file.
9451
ef274d26
PA
94522016-06-21 Pedro Alves <palves@redhat.com>
9453
9454 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9455 breakpoint command's output on the main UI.
9456 (test_break): New procedure, factored out from calls in the top
9457 level.
9458 (top level): Use foreach_with_prefix to test MI as main UI and as
9459 separate UI.
9460
468afe6c
PA
94612016-06-21 Pedro Alves <palves@redhat.com>
9462
9463 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9464 (test_awatch_creation_and_listing)
9465 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9466 Remove 'type' parameter.
9467 (test_watchpoint_all): New parameter mi_mode. Remove
9468 with_test_prefix.
9469 (top level): Use foreach_with_prefix, and add main/separate UI MI
9470 testing axis.
9471
51f77c37
PA
94722016-06-21 Pedro Alves <palves@redhat.com>
9473
9474 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9475 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9476 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9477 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9478 (gdb_main_spawn_id, mi_spawn_id): Declare and
9479 comment.
9480 (mi_create_inferior_pty): New procedure,
9481 factored out from default_mi_gdb_start.
9482 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9483 procedures.
9484 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9485 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9486 Use mi_create_inferior_pty.
9487 (mi_gdb_start): Use eval to pass down args list.
9488
8980e177
PA
94892016-06-21 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9492 * gdb.opt/inline-cmds.exp: Add MI tests.
9493
f38d3ad1
PA
94942016-06-21 Pedro Alves <palves@redhat.com>
9495
9496 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9497
45db7c09
PA
94982016-06-21 Pedro Alves <palves@redhat.com>
9499
9500 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9501 (top level): Use it instead of mi_execute_to.
9502
5a069ab3
PA
95032016-06-21 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9506 (cont_handler_str): New.
9507 (signal_stop_handler): Set stop_handler_str instead of printing to
9508 stdout.
9509 (continue_handler): Set cont_handler_str instead of printing to
9510 stdout.
9511 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9512 mi_send_resuming_command. Print stop_handler_str and
9513 cont_handler_str instead of expecting the python events print
9514 directly.
9515
2838cc1d
SD
95162016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9517
9518 * gdb.base/jit-reader.exp: New file.
9519 * gdb.base/jithost.c: New file.
9520 * gdb.base/jithost.h: New file.
9521 * gdb.base/jitreader.c : New file.
9522 * gdb.base/jit-protocol.h: New file.
9523
21a77091
YQ
95242016-06-17 Yao Qi <yao.qi@linaro.org>
9525
9526 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9527 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9528 and detach-on-fork. Adjust tests.
9529 (top level): Invoke break_cond_on_syscall with combinations of
9530 syscall, follow-fork-mode and detach-on-fork.
9531
f50bf8e5
YQ
95322016-06-17 Yao Qi <yao.qi@linaro.org>
9533
9534 * gdb.base/step-over-exit.c: New.
9535 * gdb.base/step-over-exit.exp: New.
9536
a28d8e50
YTL
95372016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9538
9539 * gdb.base/float.exp: Add target check for nds32*-*-*.
9540 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9541
cad8e26d
AB
95422016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9543
9544 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9545 for unsupported target features.
9546 * gdb.base/call-rt-st.exp: Likewise.
9547 * gdb.base/call-sc.exp: Likewise.
9548 * gdb.base/call-signal-resume.exp: Likewise.
9549 * gdb.base/call-strs.exp: Likewise.
9550 * gdb.base/callexit.exp: Likewise.
9551 * gdb.base/callfuncs.exp: Likewise.
9552 * gdb.base/nodebug.exp: Likewise.
9553 * gdb.base/printcmds.exp: Likewise.
9554 * gdb.base/ptype.exp: Likewise.
9555 * gdb.base/structs.exp: Likewise.
9556 * gdb.base/unwindonsignal.exp: Likewise.
9557 * gdb.cp/gdb2495.exp: Likewise.
9558 * gdb.cp/templates.exp: Likewise.
9559 * gdb.cp/virtfunc.exp: Likewise.
9560 * gdb.threads/hand-call-in-threads.exp: Likewise.
9561 * gdb.threads/interrupted-hand-call.exp: Likewise.
9562 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9563
347dc102
TT
95642016-06-10 Tom Tromey <tom@tromey.com>
9565
9566 PR rust/20110:
9567 * gdb.rust/expr.exp: Add test for integer constant larger than
9568 i32.
9569
5e13cf25
BH
95702016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9571
9572 * gdb.fortran/nested-funcs.exp: New.
9573 * gdb.fortran/nested-funcs.f90: New.
9574
bb556f1f
TK
95752016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9576
9577 * gdb.base/examine-backward.c: New file.
9578 * gdb.base/examine-backward.exp: New file.
9579
38b022b4
SM
95802016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9581
9582 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9583 matching.
9584
1b40ec05
TT
95852016-06-02 Tom Tromey <tom@tromey.com>
9586
9587 PR python/18984:
9588 * gdb.python/py-shared.exp: Add solib_name test.
9589
193bd378
SM
95902016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9591
9592 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9593
3326303b
MG
95942016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9595
9596 PR c++/19893
9597 * gdb.dwarf2/implref.exp: Rename to...
9598 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9599 * gdb.dwarf2/implref-array.c: New file.
9600 * gdb.dwarf2/implref-array.exp: Likewise.
9601 * gdb.dwarf2/implref-global.c: Likewise.
9602 * gdb.dwarf2/implref-global.exp: Likewise.
9603 * gdb.dwarf2/implref-struct.c: Likewise.
9604 * gdb.dwarf2/implref-struct.exp: Likewise.
9605
825c8ef2
AT
96062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9607
9608 * gdb.trace/trace-condition.exp: Add 64bit tests.
9609
2320162a
AT
96102016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9611
9612 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9613 bits types.
9614 (main): Adapt to 8 to 64 bits types.
9615 * gdb.trace/trace-condition.exp: Add new tests.
9616
a7818233
AT
96172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9618
9619 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9620
0d336466
AT
96212016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9622
9623 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9624 Move condition tests...
9625 * gdb.trace/trace-condition.exp: Here.
9626
7faeb45a
AT
96272016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9628
9629 * gdb.trace/trace-condition.exp: Add counter-case tests.
9630
e385593e
JK
96312016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9632
9633 PR c++/15231
9634 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9635 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9636
744608cc
PA
96372016-05-27 Pedro Alves <palves@redhat.com>
9638
9639 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9640 New procedure.
9641 (top level): Call it, and bail out of DejaGnu is known to be bad.
9642
ac775bf4
AB
96432016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9644
9645 * gdb.base/whatis.c: Extend the test case.
9646 * gdb.base/whatis.exp: Add additional tests.
9647
2bbad2ea
BH
96482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9649
9650* gdb.fortran/type.f90: Add pointer variable.
9651* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9652
8b70175d
BH
96532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9654
9655 * gdb.fortran/vla-type.exp: Fix testcase name.
9656
86d8a848
BH
96572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9658
9659 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9660
e188eb36
BH
96612016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9662
9663 * gdb.fortran/type.f90: Add nested structures.
9664 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9665 * gdb.fortran/derived-type.exp: Adapt expected output.
9666 * gdb.fortran/vla-type.exp: Adapt expected output.
9667
9b2db1fd
BH
96682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9669
9670 * gdb.fortran/whatis_type.exp: Adapt expected output.
9671
72b17055
BH
96722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9673
9674 * gdb.fortran/print_type.exp: Fix expected output.
9675 * gdb.fortran/whatis_type.exp: Fix expected output.
9676
3cd81d8d
BH
96772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9678
9679 * gdb.fortran/whatis_type.exp: Use multi_line.
9680
ddae9462
TT
96812016-05-24 Tom Tromey <tom@tromey.com>
9682
9683 PR python/17386:
9684 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9685 use value as an index.
9686
1957f6b8
TT
96872016-05-23 Tom Tromey <tom@tromey.com>
9688
9689 PR python/17981:
9690 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9691 no-breakpoint case.
9692
026a9174
PA
96932016-05-24 Pedro Alves <palves@redhat.com>
9694
9695 PR gdb/19828
9696 * gdb.threads/clone-attach-detach.c: New file.
9697 * gdb.threads/clone-attach-detach.exp: New file.
9698
e70a7231
FR
96992016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9700
9701 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9702
0f6ed0e0
TT
97032016-05-23 Tom Tromey <tom@tromey.com>
9704
9705 PR python/19438, PR python/18393:
9706 * gdb.python/py-progspace.exp: Add "dir" test.
9707 * gdb.python/py-objfile.exp: Add "dir" test.
9708
ffd19d61
YQ
97092016-05-23 Yao Qi <yao.qi@linaro.org>
9710
9711 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9712 * gdb.arch/thumb2-it.exp: Likewise.
9713
9e8f9b05
SM
97142016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9715
9716 * gdb.mi/mi-threads-interrupt.c: New file.
9717 * gdb.mi/mi-threads-interrupt.exp: New file.
9718
61c6156d
SM
97192016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9720
9721 PR gdb/18077
9722 * gdb.mi/mi-async-run.exp: New file.
9723 * gdb.mi/mi-async-run.c: New file.
9724
67218854
TT
97252016-05-17 Tom Tromey <tom@tromey.com>
9726 Manish Goregaokar <manishsmail@gmail.com>
9727
9728 * lib/rust-support.exp: New file.
9729 * lib/gdb.exp (skip_rust_tests): New proc.
9730 (build_executable_from_specs): Handle rust.
9731 * lib/future.exp (gdb_find_rustc): New proc.
9732 (gdb_default_target_compile): Handle rust.
9733 * gdb.rust/expr.exp: New file.
9734 * gdb.rust/generics.exp: New file.
9735 * gdb.rust/generics.rs: New file.
9736 * gdb.rust/methods.exp: New file.
9737 * gdb.rust/methods.rs: New file.
9738 * gdb.rust/modules.exp: New file.
9739 * gdb.rust/modules.rs: New file.
9740 * gdb.rust/simple.exp: New file.
9741 * gdb.rust/simple.rs: New file.
9742
c44af4eb
TT
97432016-05-17 Tom Tromey <tom@tromey.com>
9744
9745 * gdb.base/default.exp (set language): Add rust.
9746
dcd1f979
TT
97472016-05-17 Tom Tromey <tom@tromey.com>
9748
9749 * gdb.gdb/unittest.exp: New file.
9750
155b7f57
YQ
97512016-05-16 Yao Qi <yao.qi@linaro.org>
9752
9753 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9754 shell_prompt. Update shell_prompt_re.
9755
8ddd5a6c
DE
97562016-05-12 Doug Evans <dje@google.com>
9757
9758 PR symtab/19999
9759 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9760 $options when building executable.
9761 * gdb.dwarf2/fission-loclists-pie.S: New file.
9762 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9763
02e370d9
SM
97642016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9765
9766 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9767 of [is_remote target],
9768
8929ad8b
SM
97692016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9770
9771 * lib/gdb.exp (use_gdb_stub): New procedure.
9772
6c447423
DE
97732016-05-03 Yunlian Jiang <yunlian@google.com>
9774 Doug Evans <dje@google.com>
9775
9776 PR symtab/19914
9777 * gdb.dwarf2/dwp-sepdebug.c: New file.
9778 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9779
444e826c
SM
97802016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9781
9782 * gdb.base/detach.exp: Remove is_remote check.
9783
740feeaa
SM
97842016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9785
9786 * gdb.base/annota-input-while-running.exp: Don't check for
9787 [is_remote target]. Enable annotations after running to main.
9788 Remove unused "set test..." line.
9789
9080ac9d
SM
97902016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9791
9792 * gdb.trace/trace-enable-disable.exp: New file.
9793 * gdb.trace/trace-enable-disable.c: New file.
9794
952ebca5
SM
97952016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9796
9797 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9798 use it in info sharedlibrary test.
9799 * gdb.trace/ftrace-lock.exp: Likewise.
9800 * gdb.trace/ftrace.exp: Likewise.
9801 * gdb.trace/range-stepping.exp: Likewise.
9802 * gdb.trace/trace-break.exp: Likewise.
9803 * gdb.trace/trace-condition.exp: Likewise.
9804 * gdb.trace/trace-mt.exp: Likewise.
9805
d9019901
SM
98062016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9807
9808 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9809 (gdb_load_shlib): ... this.
9810 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9811 gdb_load_shlib.
9812 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9813 * gdb.base/ctxobj.exp: Likewise.
9814 * gdb.base/dprintf-pending.exp: Likewise.
9815 * gdb.base/dso2dso.exp: Likewise.
9816 * gdb.base/fixsection.exp: Likewise.
9817 * gdb.base/gcore-relro.exp: Likewise.
9818 * gdb.base/gdb1555.exp: Likewise.
9819 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9820 * gdb.base/gnu-ifunc.exp: Likewise.
9821 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9822 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9823 * gdb.base/pending.exp: Likewise.
9824 * gdb.base/print-file-var.exp: Likewise.
9825 * gdb.base/print-symbol-loading.exp: Likewise.
9826 * gdb.base/shlib-call.exp: Likewise.
9827 * gdb.base/shreloc.exp: Likewise.
9828 * gdb.base/so-impl-ld.exp: Likewise.
9829 * gdb.base/solib-disc.exp: Likewise.
9830 * gdb.base/solib-nodir.exp: Likewise.
9831 * gdb.base/solib-overlap.exp: Likewise.
9832 * gdb.base/solib-symbol.exp: Likewise.
9833 * gdb.base/solib-weak.exp (do_test): Likewise.
9834 * gdb.base/sym-file.exp: Likewise.
9835 * gdb.base/symtab-search-order.exp: Likewise.
9836 * gdb.base/type-opaque.exp: Likewise.
9837 * gdb.base/unload.exp: Likewise.
9838 * gdb.base/watchpoint-solib.exp: Likewise.
9839 * gdb.compile/compile.exp: Likewise.
9840 * gdb.cp/gdb2384.exp: Likewise.
9841 * gdb.cp/infcall-dlopen.exp: Likewise.
9842 * gdb.cp/re-set-overloaded.exp: Likewise.
9843 * gdb.fortran/library-module.exp: Likewise.
9844 * gdb.opt/solib-intra-step.exp: Likewise.
9845 * gdb.python/py-finish-breakpoint.exp: Likewise.
9846 * gdb.python/py-shared.exp: Likewise.
9847 * gdb.reverse/solib-precsave.exp: Likewise.
9848 * gdb.reverse/solib-reverse.exp: Likewise.
9849 * gdb.server/solib-list.exp: Likewise.
9850 * gdb.threads/dlopen-libpthread.exp: Likewise.
9851 * gdb.threads/tls-shared.exp: Likewise.
9852 * gdb.threads/tls-so_extern.exp: Likewise.
9853 * gdb.trace/change-loc.exp: Likewise.
9854 * gdb.trace/ftrace-lock.exp: Likewise.
9855 * gdb.trace/ftrace.exp: Likewise.
9856 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9857 * gdb.trace/pending.exp: Likewise.
9858 * gdb.trace/range-stepping.exp: Likewise.
9859 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9860 (strace_info_marker): Likewise.
9861 (strace_probe_marker): Likewise.
9862 (strace_trace_on_same_addr): Likewise.
9863 (strace_trace_on_diff_addr): Likewise.
9864 * gdb.trace/trace-break.exp: Likewise.
9865 * gdb.trace/trace-condition.exp: Likewise.
9866 * gdb.trace/trace-mt.exp: Likewise.
9867
fca4cfd9
SM
98682016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9869
9870 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9871 result of gdb_remote_download.
9872 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9873 * gdb.base/dso2dso.exp: Likewise.
9874 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9875 * gdb.base/print-file-var.exp: Likewise.
9876 * gdb.base/shlib-call.exp: Likewise.
9877 * gdb.base/shreloc.exp: Likewise.
9878 * gdb.base/solib-overlap.exp: Likewise.
9879 * gdb.base/solib-weak.exp (do_test): Likewise.
9880 * gdb.base/unload.exp: Likewise.
9881
11cf4ffb
YQ
98822016-04-27 Yao Qi <yao.qi@linaro.org>
9883
9884 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9885 exists.
9886
3e2e34f8
KB
98872016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9888
9889 * vla-type.exp: Print structure from toplevel.
9890
8f07e298
BH
98912016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9892
9893 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9894 of dynamic types.
9895 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9896 of dynamic types.
9897
9920b434
BH
98982016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9899
9900 * gdb.fortran/vla-type.f90: New file.
9901 * gdb.fortran/vla-type.exp: New file.
9902
f3abeff5
YQ
99032016-04-25 Yao Qi <yao.qi@linaro.org>
9904
9905 * gdb.base/branch-to-self.c: New file.
9906 * gdb.base/branch-to-self.exp: New file.
9907
0a5d52f0
YQ
99082016-04-22 Yao Qi <yao.qi@linaro.org>
9909
9910 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9911 more after $hex.
9912
495346f6
YQ
99132016-04-22 Yao Qi <yao.qi@linaro.org>
9914
9915 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9916 * gdb.base/annota3.exp: Likewise.
9917
4a7e075c
YQ
99182016-04-22 Yao Qi <yao.qi@linaro.org>
9919
9920 * gdb.reverse/step-precsave.exp: Do one step and test program
9921 stops in "callee" and do multiple steps until program goes out
9922 of "callee".
9923 * gdb.reverse/step-reverse.exp: Likewise.
9924
5b061e98
YQ
99252016-04-22 Yao Qi <yao.qi@linaro.org>
9926
9927 * gdb.trace/signal.exp: Also pass if
9928 $tracepoint_hits($i) > $iterations.
9929
5c5dc57f
YQ
99302016-04-22 Yao Qi <yao.qi@linaro.org>
9931
9932 * gdb.trace/signal.c: New file.
9933 * gdb.trace/signal.exp: New file.
9934
a55411b9
DE
99352016-04-19 Doug Evans <xdje42@gmail.com>
9936
9937 * gdb.base/bad-file.exp: New file.
9938
a22df60a
MG
99392016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9940
9941 * gdb.dwarf2/implref.exp: New file.
9942
0c13f7e5
BH
99432016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9944
9945 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9946 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9947 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9948 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9949 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9950 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9951 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9952 * lib/fortran.exp (fortran_int4): New procedure.
9953 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9954 (fortran_logical4): Likewise.
9955
9b9b09e9
BH
99562016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9957
9958 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9959
a14d1f4d
BH
99602016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9961
9962 * lib/compiler.c: Add Intel specific preprocessor macros.
9963 * lib/compiler.cc: Likewise.
25d49b86 9964
7d49b1d0
LM
99652016-04-13 Luis Machado <lgustavo@codesourcery.com>
9966
9967 * gdb.server/connect-with-no-symbol-file.c: New file.
9968 * gdb.server/connect-with-no-symbol-file.exp: New file.
9969
8392fa22
SM
99702016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9971
9972 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9973
8c4c4aeb
SM
99742016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9975
9976 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9977 standard output directory.
9978
45e3745e
AT
99792016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9980
9981 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9982
e26b7e41
MM
99832016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9984
9985 * gdb.btrace/instruction_history.c (loop): Add declaration.
9986
8ce09462
AT
99872016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9988
9989 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9990
2e88a1ea
SM
99912016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9992
9993 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9994 parentheses to print.
9995 (continue_handler): Likewise.
9996
f48e22e3
SM
99972016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9998
9999 * gdb.server/solib-list.exp: Remove is_remote check.
10000 Pass shlib= to gdb_compile. Don't link shared library with
10001 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10002 Run binary filename through "readlink -f" on the target.
10003
096be756
PA
100042016-04-08 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10007 interpreter filename as argument to gdbserver_spawn.
10008 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10009 Return empty if $last_loaded_file does not exist.
10010
06500533
JK
100112016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10012
10013 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10014 * gdb.base/jit-main.c: Use exit after usage.
10015
2d35e871
JK
100162016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10017
10018 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10019 GDBHISTSIZE prior to the tests.
10020 * gdb.base/gdbinit-history.exp: Likewise.
10021
100222016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10023
10024 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10025 instead of build_executable. Use gdb_load_shlibs.
10026
c8064e7e
YQ
100272016-04-07 Yao Qi <yao.qi@linaro.org>
10028
10029 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10030 Execute "si" command.
10031
bde47561
YQ
100322016-04-07 Yao Qi <yao.qi@linaro.org>
10033
10034 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10035 number instead of the comments on some line.
10036
b16f8a3b
DB
100372016-04-06 Don Breazeal <donb@codesourcery.com>
10038
10039 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10040 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10041
c2f901df
SM
100422016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10043
10044 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10045 standard_output_file. Remove unused binfile variable.
10046
ac17fda0
CU
100472016-04-05 Catalin Udma <catalin.udma@freescale.com>
10048
10049 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10050 * gdb.python/py-mi-objfile.exp: Match "list main" output
10051 in console format.
10052
03a8c4df
SM
100532016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10054
10055 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10056 absolute.
10057
6e774b13
SM
100582016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10059
10060 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10061 absolute.
10062 * gdb.trace/ftrace.exp: Likewise.
10063 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10064 targets as well.
10065 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10066 (gdb_load_shlibs): Copy libraries to test directory when testing
10067 natively. Only set solib-search-path if testing remotely.
10068 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10069
7817ea46
SM
100702016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10071
10072 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10073 gdb_download. Use it even if the target is not remote.
10074 * gdb.base/jit.exp (compile_jit_test): Likewise.
10075 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10076 output directory if the destination board is local, otherwise use
10077 the standard remote_download from DejaGnu.
10078 (gdb_download): Remove.
10079 (gdb_load_shlibs): Use gdb_remote_download instead of
10080 gdb_download.
10081 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10082 Use gdb_remote_download instead of gdb_download. Use it even if
10083 the target is not remote.
10084 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10085 instead of gdb_download.
10086
7beb7f68
SM
100872016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10088
10089 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10090 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10091 run.
10092
cc63428a
AV
100932016-04-01 Artemiy Volkov <artemiyv@acm.org>
10094
10095 PR gdb/19820
10096 * gdb.base/printcmds.exp: Add artificial arrays tests.
10097
64cdf930
PA
100982016-03-31 Pedro Alves <palves@redhat.com>
10099
10100 PR gdb/19858
10101 * gdb.base/jit-main.c: Include unistd.h.
10102 (ATTACH): Define to 0 if not already defined.
10103 (wait_for_gdb, mypid): New globals.
10104 (WAIT_FOR_GDB): New macro.
10105 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10106 some breakpoint locations.
10107 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10108 New procedures.
10109 (one_jit_test): Add REATTACH parameter, and handle it. Use
10110 continue_to_test_location.
10111 (top level): Test attach, and adjusts calls to one_jit_test.
10112
40dea8cb
PA
101132016-03-31 Pedro Alves <palves@redhat.com>
10114
10115 PR gdb/19858
10116 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10117 BINSUFFIX parameter, and handle it.
10118 (top level): Adjust calls compile_jit_test.
10119
e7ea3ec7
CU
101202016-03-31 Catalin Udma <catalin.udma@freescale.com>
10121
10122 PR python/19743
10123 * gdb.python/py-mi-events-gdb.py: New file.
10124 * gdb.python/py-mi-events.c: New file.
10125 * gdb.python/py-mi-events.exp: New file.
10126
e6359af3
YQ
101272016-03-30 Yao Qi <yao.qi@linaro.org>
10128
10129 * gdb.reverse/until-precsave.exp: Match function name only.
10130 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10131 Move malloc to a condition block.
10132 * gdb.reverse/until-reverse.exp: Match function name only.
10133
a4105d04
MK
101342016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10135
10136 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10137 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10138 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10139 variable for GPR 0 instead of assuming it is register 0.
10140 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10141 * lib/trace-support.exp: Add s390 registers.
10142
bfa6adb9
YQ
101432016-03-29 Yao Qi <yao.qi@linaro.org>
10144
10145 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10146
1e6697ea
YQ
101472016-03-24 Yao Qi <yao.qi@linaro.org>
10148
10149 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10150 test message.
10151
64bcd522
AA
101522016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10153
10154 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10155 maintaining separate logic for constructing the output path.
10156
7868401b
DB
101572016-03-16 Don Breazeal <donb@codesourcery.com>
10158
10159 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10160 Retry fork and waitpid on interrupted system call errors.
10161 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10162 Use with_timeout_factor to increase timeout by factor of 10.
10163
1cafadb4
DB
101642016-03-15 Don Breazeal <donb@codesourcery.com>
10165
10166 * gdb.cp/scope-err.cc: New test program.
10167 * gdb.cp/scope-err.exp: New test script.
10168 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10169 lines and "set breakpoint here" comment.
10170 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10171 Fixed some whitespace and format issues.
10172 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10173 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10174
81516450
DE
101752016-03-15 Doug Evans <dje@google.com>
10176
10177 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10178 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10179 All callers updated. Add tests for enums, mixed flags register.
10180
aa52b601
DE
101812016-03-15 Doug Evans <dje@google.com>
10182
10183 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10184 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10185
fa4ff313
SM
101862016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10187
10188 * gdb.base/default.exp: Add $_as_string to the list of expected
10189 convenience functions.
10190
f2403c39
AB
101912016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10192
10193 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10194
f2f3ccb9
SM
101952016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10196
10197 * gdb.python/py-as-string.exp: New file.
10198 * gdb.python/py-as-string.c: New file.
10199
00dbd492
PA
102002016-03-09 Pedro Alves <palves@redhat.com>
10201
10202 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10203 signal" -> "Thread NN received signal" output change.
10204 * gdb.threads/ia64-sigill.exp: Likewise.
10205 * gdb.threads/linux-dp.exp: Likewise.
10206 * gdb.threads/manythreads.exp: Likewise.
10207 * gdb.threads/pending-step.exp: Likewise.
10208 * gdb.threads/print-threads.exp: Likewise.
10209 * gdb.threads/sigstep-threads.exp: Likewise.
10210 * gdb.threads/staticthreads.exp: Likewise.
10211 * gdb.threads/tls.exp: Likewise.
10212
1e6697ea
YQ
102132016-03-09 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.base/command-line-input.exp: New file.
10216
b04fd3be
MK
102172016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10218
10219 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10220 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10221 * gdb.trace/pending.exp: Accept leading dot before function name.
10222 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10223 * lib/trace-support.exp: Set registers for ppc.
10224
98fa59e9
MK
102252016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10226
10227 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10228 use it for disassembly; accept .main in addition to main in backtrace.
10229
f77198c8
MK
102302016-03-09 Wei-cheng Wang <cole945@gmail.com>
10231 Marcin Kościelnicki <koriakin@0x04.net>
10232
10233 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10234 (gdb_recursion_test_ptr): New global variable.
10235 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10236 gdb_recursion_test.
10237 (gdb_c_test): Ditto.
10238
ba84e0da
MK
102392016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10240
10241 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10242 ordering.
10243
4366d36e
MK
102442016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10245
10246 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10247 (bar): Add bar_start_lbl label.
10248 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10249 of foo/bar for emitting DWARF and tracing.
10250
5eb264df
SDJ
102512016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10252
10253 * analyze-racy-logs.py: Set executable bit.
10254
fb6a751f
SDJ
102552016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10256
10257 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10258 (CHECK_TARGET_TMP): Likewise.
10259 (check-single-racy): New rule.
10260 (check-parallel-racy): Likewise.
10261 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10262 (do-check-parallel-racy): New rule.
10263 (check-racy/%.exp): Likewise.
10264 * README (Racy testcases): New section.
10265 * analyze-racy-logs.py: New file.
10266
bdf7e230
DE
102672016-03-03 Doug Evans <dje@google.com>
10268
10269 * gdb.base/skip.exp: Use with_test_prefix.
10270
4719d415
YQ
102712016-03-03 Yao Qi <yao.qi@linaro.org>
10272
10273 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10274 Invoke step_over_syscall "clone" and break_cond_on_syscall
10275 "clone".
10276 * gdb.base/step-over-clone.c: New file.
10277
ea507862
YQ
102782016-03-03 Yao Qi <yao.qi@linaro.org>
10279
10280 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10281 code format.
10282
8fc8cbda
YQ
102832016-03-03 Yao Qi <yao.qi@linaro.org>
10284
10285 * gdb.base/disp-step-fork.c: Rename to ...
10286 * gdb.base/step-over-fork.c: ... it. New file.
10287 * gdb.base/disp-step-vfork.c: Rename to ...
10288 * gdb.base/step-over-vfork.c: ... it. New file.
10289 * gdb.base/disp-step-syscall.exp: Rename to ...
10290 * gdb.base/step-over-syscall.exp: ... it. New file.
10291 (disp_step_cross_syscall): Rename to ...
10292 (step_over_syscall): ... it.
10293
92fa70b0
YQ
102942016-03-03 Yao Qi <yao.qi@linaro.org>
10295
10296 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10297 If target supports condition evaluation on target, invoke
10298 break_cond_on_syscall for fork and vfork.
10299
e197ad3c
YQ
103002016-03-03 Yao Qi <yao.qi@linaro.org>
10301
10302 * gdb.base/disp-step-syscall.exp: Don't invoke
10303 support_displaced_stepping.
10304 (disp_step_cross_syscall): Test with displaced stepping off and
10305 on if supported.
10306
0b47da9f
YQ
103072016-03-03 Yao Qi <yao.qi@linaro.org>
10308
10309 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10310 proc.
10311 (setup): New proc.
10312 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10313 and setup.
10314
065ab6dc
BH
103152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10316
10317 * gdb.fortran/vla-history.exp: Remove breakpoint.
10318
07e448ad 103192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10320
25d49b86
PA
10321 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10322 exceeds timeout.
07e448ad 10323
9ac2d526 103242016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10325
25d49b86
PA
10326 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10327 breakpoint.
9ac2d526 10328
17807369
BH
103292016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10330
10331 * gdb.mi/vla.f90: Nullify pointer after declaration.
10332
86e501af
PA
103332016-03-01 Pedro Alves <palves@redhat.com>
10334
10335 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10336
1e903e32
PA
103372016-03-01 Pedro Alves <palves@redhat.com>
10338
10339 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10340 before anything else.
10341 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10342 _GNU_SOURCE here.
10343 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10344 before anything else.
10345 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10346
6ccb54e2
PA
103472016-03-01 Pedro Alves <palves@redhat.com>
10348
10349 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10350
30ca9da1
YQ
103512016-03-01 Yao Qi <yao.qi@linaro.org>
10352
10353 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10354 prepare_for_testing.
10355
dc856b38
YQ
103562016-03-01 Yao Qi <yao.qi@linaro.org>
10357
10358 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10359
4a932159
AA
103602016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10361
10362 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10363 manually constructing the output path.
10364
f2489477
AA
103652016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10366
10367 * gdb.arch/s390-stackless.S: New.
10368 * gdb.arch/s390-stackless.exp: New.
10369
38899f16
IB
103702016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10371
10372 * gdb.dlang/circular.c: New file.
10373 * gdb.dlang/circular.exp: New file.
10374
9fde51ed
YQ
103752016-02-26 Yao Qi <yao.qi@linaro.org>
10376
10377 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10378 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10379 (testcases): Update.
10380
ce90fefe
YQ
103812016-02-26 Yao Qi <yao.qi@linaro.org>
10382
10383 * gdb.reverse/aarch64.c: Rename to ...
10384 * gdb.reverse/insn-reverse.c: ... it.
10385 * gdb.reverse/aarch64.exp: Rename to ...
10386 * gdb.reverse/insn-reverse.exp: ... it.
10387
3263bceb
YQ
103882016-02-26 Yao Qi <yao.qi@linaro.org>
10389
10390 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10391 (testcase_ftype): New.
10392 (testcases): New array.
10393 (n_testcases): New.
10394 (main): Call each element in testcases.
10395 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10396 (read_testcase): New.
10397 Do the tests in a loop.
10398
6cb59ff1
YQ
103992016-02-25 Yao Qi <yao.qi@linaro.org>
10400
10401 * gdb.base/branches.c: Remove.
10402
ae91f625
MK
104032016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10404
10405 PR gdb/13808
10406 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10407
678b48b7
MK
104082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10409
10410 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10411
7337a6f2
MK
104122016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10413
10414 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10415 change x86_64 call_insn to 'callq'.
10416
861ca91f
AT
104172016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10418
10419 * gdb.trace/tfile-avx.c: Move to...
10420 * gdb.trace/tracefile-pseudo-reg.c: Here.
10421 * gdb.trace/tfile-avx.exp: Move to...
10422 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10423
bf74e428
GB
104242016-02-24 Gary Benson <gbenson@redhat.com>
10425
10426 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10427 message on attach.
10428
cce0e923
DE
104292016-02-23 Doug Evans <dje@google.com>
10430
10431 * gdb.base/skip.c (test_skip): New function.
10432 (end_test_skip_file_and_function): New function.
10433 (test_skip_file_and_function): New function.
10434 * gdb.base/skip1.c (test_skip): New function.
10435 (skip1_test_skip_file_and_function): New function.
10436 * gdb.base/skip.exp: Add tests for new skip options.
10437 * gdb.base/skip-solib.exp: Update expected output.
10438 * gdb.perf/skip-command.cc: New file.
10439 * gdb.perf/skip-command.exp: New file.
10440 * gdb.perf/skip-command.py: New file.
10441
4000e47e
MK
104422016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10443
10444 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10445 info registers pattern.
10446
24f75ead
IB
104472016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10448
10449 * lib/future.exp: Add D support.
10450 (gdb_find_gdc): New proc.
10451 (gdb_default_target_compile): Add D support.
10452
fbb7bcbe
WW
104532016-02-18 Wei-cheng Wang <cole945@gmail.com>
10454
10455 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10456 user+system time.
10457 (trace_speed_test): Determine the iteration count for a time
10458 between 15..30 seconds.
10459
012b3a21
WT
104602016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10461
10462 * gdb.arch/i386-mpx-sigsegv.c: New file.
10463 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10464 * gdb.arch/i386-mpx-simple_segv.c: New file.
10465 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10466
2d5189bd
YQ
104672016-02-18 Yao Qi <yao.qi@linaro.org>
10468
10469 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10470 Don't call setup_kfail.
10471
40fb20d0
YQ
104722016-02-18 Yao Qi <yao.qi@linaro.org>
10473
10474 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10475 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10476
21b1f8d2
DE
104772016-02-16 Doug Evans <dje@google.com>
10478
10479 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10480 * gdb.base/skip1.c: Ditto.
10481 * gdb.base/skip.exp: Whitespace cleanup.
10482
4041ed77
DB
104832016-02-16 Don Breazeal <donb@codesourcery.com>
10484
10485 PR remote/19496
10486 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10487 Remove kfail for PR remote/19496.
10488
c4ef31bf
SM
104892016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10490
10491 * lib/gdb.exp (standard_temp_file): Return a path specific to
10492 the runtest invocation.
10493
266b65b3
SM
104942016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10495
10496 * gdb.trace/save-trace.exp: Change relative path to be in the
10497 standard output directory.
10498
a7a0a6a9
JK
104992016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10500
10501 * gdb.arch/i386-prologue.c: Add missing prototypes.
10502
c99dbb42
JK
105032016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10504
10505 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10506 * gdb.arch/i386-prologue.exp: Likewise.
10507 * gdb.arch/i386-size.exp: Likewise.
10508
aa480355
SM
105092016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10510
10511 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10512 define object file path.
10513 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10514 file path.
10515 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10516 standard_output_file to define binfile.
10517
ba881f50
JK
105182016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10519
10520 Fix compatibility with recent gfortran-5.3.1.
10521 * gdb.fortran/vla-history.exp (print vla1 allocated)
10522 (print vla2 allocated, print $2, print $3): Remove
10523 (print $4): Rename to ...
10524 (print $2): ... here.
10525 (print $9): Rename to ...
10526 (print $5): ... here.
10527 (print $10): Rename to ...
10528 (print $6): ... here.
10529 * gdb.fortran/vla.f90: Add pvla initialization.
10530
e9fb005c
JK
105312016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10532
10533 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10534 New test.
10535 * gdb.fortran/vla-value-sub.exp: Likewise.
10536
e44e00ff
MK
105372016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10538
10539 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10540
97e94151
SM
105412016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10542
10543 * i386-biarch-core.exp: Define corefile using
10544 standard_output_file.
10545
01113bc1
YQ
105462016-02-12 Yao Qi <yao.qi@linaro.org>
10547
10548 * gdb.arch/arm-single-step-kernel-helper.c: New.
10549 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10550
33b4777c
MM
105512016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10552
10553 * gdb.btrace/tailcall-only.exp: New.
10554 * gdb.btrace/tailcall-only.c: New.
10555 * gdb.btrace/x86_64-tailcall-only.S: New.
10556 * gdb.btrace/i686-tailcall-only.S: New.
10557
acc23c11
PA
105582016-02-11 Pedro Alves <palves@redhat.com>
10559
10560 * README (Parallel testing): Add missing double quotes.
10561
e352bf0a
PA
105622016-02-11 Pedro Alves <palves@redhat.com>
10563
10564 * README (Parallel testing): New section.
10565 (GDB_PARALLEL): Rewrite.
10566 (FORCE_PARALLEL): Document.
10567
9f5fed78
MK
105682016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10569
10570 * gdb.trace/tfile-avx.c: New test.
10571 * gdb.trace/tfile-avx.exp: New test.
10572
9ef9e6a6
KS
105732016-02-09 Keith Seitz <keiths@redhat.com>
10574
10575 PR breakpoints/19546
10576 * gdb.base/infcall-exec.c: New file.
10577 * gdb.base/infcall-exec2.c: New file.
10578 * gdb.base/infcall-exec.exp: New file.
10579
a96e36da
KS
105802016-02-09 Keith Seitz <keiths@redhat.com>
10581
10582 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10583 (toplevel): Call test_bkpt_address.
10584
9f61929f
KS
105852016-02-09 Keith Seitz <keiths@redhat.com>
10586
10587 PR python/19506
10588 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10589 (toplevel): Call test_bkpt_address.
10590
1e94266c
SM
105912016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10592
10593 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10594 to AC_OUTPUT.
10595 * configure: Regenerate.
10596
2a7f3dff
PA
105972016-02-09 Pedro Alves <palves@redhat.com>
10598
10599 PR breakpoints/19548
10600 * gdb.base/execl-update-breakpoints.c (some_function): New
10601 function.
10602 (main): Call it.
10603 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10604 Tighten expected GDB output.
10605
2151ccc5
SM
106062016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10607
10608 * Makefile.in (ALL_SUBDIRS): Remove.
10609 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10610 (distclean maintainer-clean realclean): Likewise.
10611 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10612 * configure: Regenerate.
10613 * gdb.ada/Makefile.in: Delete.
10614 * gdb.arch/Makefile.in: Likewise.
10615 * gdb.asm/Makefile.in: Likewise.
10616 * gdb.base/Makefile.in: Likewise.
10617 * gdb.btrace/Makefile.in: Likewise.
10618 * gdb.cell/Makefile.in: Likewise.
10619 * gdb.compile/Makefile.in: Likewise.
10620 * gdb.cp/Makefile.in: Likewise.
10621 * gdb.disasm/Makefile.in: Likewise.
10622 * gdb.dlang/Makefile.in: Likewise.
10623 * gdb.dwarf2/Makefile.in: Likewise.
10624 * gdb.fortran/Makefile.in: Likewise.
10625 * gdb.gdb/Makefile.in: Likewise.
10626 * gdb.go/Makefile.in: Likewise.
10627 * gdb.guile/Makefile.in: Likewise.
10628 * gdb.java/Makefile.in: Likewise.
10629 * gdb.linespec/Makefile.in: Likewise.
10630 * gdb.mi/Makefile.in: Likewise.
10631 * gdb.modula2/Makefile.in: Likewise.
10632 * gdb.multi/Makefile.in: Likewise.
10633 * gdb.objc/Makefile.in: Likewise.
10634 * gdb.opencl/Makefile.in: Likewise.
10635 * gdb.opt/Makefile.in: Likewise.
10636 * gdb.pascal/Makefile.in: Likewise.
10637 * gdb.perf/Makefile.in: Likewise.
10638 * gdb.python/Makefile.in: Likewise.
10639 * gdb.reverse/Makefile.in: Likewise.
10640 * gdb.server/Makefile.in: Likewise.
10641 * gdb.stabs/Makefile.in: Likewise.
10642 * gdb.threads/Makefile.in: Likewise.
10643 * gdb.trace/Makefile.in: Likewise.
10644 * gdb.xml/Makefile.in: Likewise.
10645 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10646 GDB_PARALLEL.
10647 (standard_output_file): Remove check for GDB_PARALLEL, always
10648 return path in outputs/$subdir/$testname.
10649
437277d4
SM
106502016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10651
10652 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10653 (site.exp): Assign abs_srcdir to tcl's srcdir.
10654
31d913c7
YQ
106552016-02-04 Yao Qi <yao.qi@linaro.org>
10656
10657 * gdb.base/foll-exec-mode.c: Include limits.h.
10658 (main): Add parameters argc and argv. Get directory from
10659 argv[0].
10660 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10661 compilation.
10662 * gdb.base/foll-exec.c: Include limits.h.
10663 (main): Add parameters argc and argv.
10664 Get directory from argv[0].
10665 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10666 Adjust tests on the number of lines as source code changed.
10667 * gdb.base/foll-vfork-exit.c: Include limits.h.
10668 (main): Add one line of statement before vfork.
10669 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10670 (main): Add parameters argc and argv. Get directory from
10671 argv[0].
10672 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10673 (setup_gdb): Set tbreak to skip some source lines.
10674 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10675 (main): Add parameters argc and argv. Get directory from
10676 argv[0].
10677 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10678 compilation.
10679 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10680 (main): Add parameters argc and argv. Get directory from
10681 argv[0].
10682 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10683 compilation.
10684
9482b9fb
DE
106852016-02-01 Doug Evans <dje@google.com>
10686
10687 * gdb.base/skip.exp: Clean up multiple references to same test name.
10688
6b2e4f10
PA
106892016-02-01 Pedro Alves <palves@redhat.com>
10690
ccb6afd6 10691 PR remote/19496
6b2e4f10
PA
10692 * gdb.threads/forking-threads-plus-breakpoint.exp
10693 (displaced_stepping_supported): New global.
10694 (probe_displaced_stepping_support): New procedure.
10695 (do_test): Add 'displaced' parameter, and use it.
10696 (top level): Check for displaced stepping support. Add displaced
10697 stepping on/off testing axis.
10698
37a8db1a
AB
106992016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10700
10701 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10702 pointer. Don't perform further tests on the unassociated pointer
10703 if the first test fails.
10704
5fdf6324
AB
107052016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10706
10707 * gdb.base/max-value-size.c: New file.
10708 * gdb.base/max-value-size.exp: New file.
10709 * gdb.base/huge.exp: Disable max-value-size for this test.
10710
935c6144
IB
107112016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10712
10713 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10714
7fe8399d
YQ
107152016-01-28 Yao Qi <yao.qi@linaro.org>
10716
10717 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10718
a2077e25
PA
107192016-01-25 Pedro Alves <palves@redhat.com>
10720
10721 PR threads/19461
10722 * gdb.base/fork-running-state.c: New file.
10723 * gdb.base/fork-running-state.exp: New file.
10724
1d2736d4
PA
107252016-01-25 Pedro Alves <palves@redhat.com>
10726
10727 PR gdb/19494
10728 * gdb.base/catch-fork-kill.c: New file.
10729 * gdb.base/catch-fork-kill.exp: New file.
10730
f1da4b11
PA
107312016-01-25 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10734 Delete, moved to lib/gdb.exp.
10735 * gdb.threads/forking-threads-plus-breakpoint.exp
10736 (foreach_with_prefix): Likewise.
10737 * gdb.threads/process-dies-while-handling-bp.exp
10738 (foreach_with_prefix): Likewise.
10739 * lib/gdb.exp (foreach_with_prefix): New procedure.
10740
45f38546
MK
107412016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10742
10743 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10744 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10745
dc29a1ce
MK
107462016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10747
10748 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10749 endian targets.
10750
092127d7
JK
107512016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10752 Pedro Alves <palves@redhat.com>
10753
10754 Fix testsuite compatibility with Guile.
10755 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10756 number.
10757
31d765d3
JK
107582016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10759
10760 Fix testsuite compatibility with Guile.
10761 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10762 (thread 1): New test for backtrace through signal handler.
10763
1ac78c04
YQ
107642016-01-22 Yao Qi <yao.qi@linaro.org>
10765
10766 PR testsuite/19491
10767 * gdb.base/multi-forks.c: Include
10768 ../lib/unbuffer_output.c
10769 (main): Call gdb_unbuffer_output.
10770
4f5946a8
DE
107712016-01-21 Doug Evans <dje@google.com>
10772
10773 * lib/ada.exp (gdb_compile_ada): Fix typo.
10774
305e13e6
JB
107752016-01-21 Joel Brobecker <brobecker@adacore.com>
10776
10777 * gdb.base/break-fun-addr.exp: New file.
10778 * gdb.base/break-fun-addr1.c: New file.
10779 * gdb.base/break-fun-addr2.c: New file.
10780
5f5dfff6
SM
107812016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10782
10783 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10784 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10785 enum flag values.
10786
fd356fa2
AA
107872016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10788
10789 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10790 when GDB can not set the vector return value. Add more comments
10791 for clarification.
10792
9df22175
AT
107932016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10794
10795 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10796 command.
10797
41d1845e
SM
107982016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10799
10800 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10801
01ac6840
SM
108022016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10803
10804 * Makefile.in (check-single): Pass --status to runtest.
10805 (check/%.exp): Likewise.
10806
108072016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10808
10809 * Makefile.in (check-parallel): Propagate return code from make
10810 do-check-parallel.
10811
bd0a71fa
MK
108122016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10813
10814 * gdb.trace/ftrace.exp: Fix expected message on continue.
10815 * gdb.trace/pending.exp: Fix expected message on continue.
10816 * gdb.trace/trace-break.exp: Fix expected message on continue.
10817
8bcbad33
SM
108182016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10819
10820 * lib/gdb.exp (gdb_test): Remove unused global references.
10821
f303dbd6
PA
108222016-01-18 Pedro Alves <palves@redhat.com>
10823
10824 * gdb.base/async-shell.exp: Adjust expected output.
10825 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10826 * gdb.base/siginfo-thread.exp: Adjust expected output.
10827 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10828 * gdb.java/jnpe.exp: Adjust expected output.
10829 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10830 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10831 * gdb.threads/leader-exit.exp: Adjust expected output.
10832 * gdb.threads/manythreads.exp: Adjust expected output.
10833 * gdb.threads/pthreads.exp: Adjust expected output.
10834 * gdb.threads/schedlock.exp: Adjust expected output.
10835 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10836 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10837 expected output.
10838 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10839 output.
10840 * gdb.threads/sigthread.exp: Adjust expected output.
10841 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10842
b2789696
YQ
108432016-01-18 Yao Qi <yao.qi@linaro.org>
10844
10845 * gdb.guile/scm-section-script.c: Replace @progbits with
10846 %progbits.
10847 * gdb.python/py-section-script.c: Likewise.
10848
71ef29a8
PA
108492016-01-15 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.multi/tids.exp: Test star wildcard ranges.
10852
3f5b7598
PA
108532016-01-15 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10856 command from "thread apply" invocation.
10857 (thr_apply_info_thr_invalid): Default the expected output to the
10858 input tid list.
10859 (top level): Add tests that use convenience variables. Add tests
10860 for "thread apply" with a valid TID list, but missing the command.
10861
663f6d42
PA
108622016-01-13 Pedro Alves <palves@redhat.com>
10863
10864 * gdb.base/default.exp: Expect $_gthread as well.
10865 * gdb.multi/tids.exp: Test $_gthread.
10866 * gdb.threads/thread-specific.exp: Test $_gthread.
10867
c84f6bbf
PA
108682016-01-13 Pedro Alves <palves@redhat.com>
10869
10870 * gdb.multi/tids.exp: Test "info threads -gid".
10871
22a02324
PA
108722016-01-13 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10875 Breakpoint.thread.
10876 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10877
5d5658a1
PA
108782016-01-07 Pedro Alves <palves@redhat.com>
10879
10880 * gdb.base/break.exp: Adjust to output changes.
10881 * gdb.base/hbreak2.exp: Likewise.
10882 * gdb.base/sepdebug.exp: Likewise.
10883 * gdb.base/watch_thread_num.exp: Likewise.
10884 * gdb.linespec/keywords.exp: Likewise.
10885 * gdb.multi/info-threads.exp: Likewise.
10886 * gdb.threads/thread-find.exp: Likewise.
10887 * gdb.multi/tids.c: New file.
10888 * gdb.multi/tids.exp: New file.
10889
84654457
PA
108902016-01-13 Pedro Alves <palves@redhat.com>
10891
10892 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10893
e3940304
PA
108942016-01-13 Pedro Alves <palves@redhat.com>
10895
10896 * gdb.base/default.exp: Expect $_inferior as well.
10897 * gdb.multi/base.exp: Test $_inferior.
10898
a911d87a
PA
108992016-01-13 Pedro Alves <palves@redhat.com>
10900
10901 PR breakpoints/19388
10902 * gdb.base/catch-signal-siginfo-cond.c: New file.
10903 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10904
82075af2
JS
109052016-01-12 Josh Stone <jistone@redhat.com>
10906 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10907
10908 * gdb.base/catch-syscall.c (do_execve): New variable.
10909 (main): Conditionally trigger an execve.
10910 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10911 (test_catch_syscall_execve): New, check entry/return across execve.
10912 (do_syscall_tests): Call test_catch_syscall_execve.
10913
e46eeedd
PA
109142016-01-12 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/random-signal.exp (do_test): New procedure, with body
10917 of testcase moved in.
10918
01d8c27e
JK
109192016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10920 Pedro Alves <palves@redhat.com>
10921
10922 * gdb.base/funcargs.exp (finish from indirectly called function):
10923 Reintroduce the case for 'First'.
10924
9a706302
JK
109252016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10926 Pedro Alves <palves@redhat.com>
10927
10928 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10929 (tcatch_vfork_then_child_follow_exec)
10930 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10931 identification.
10932
c0ecb95f
JK
109332016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10934
10935 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10936 and repeats to unlimited.
10937 * gdb.python/py-value.exp: Likewise.
10938 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10939 and repeats to unlimited.
10940
6cfc1fcb
JK
109412016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10942
10943 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10944 and reordering the functions.
10945 * gdb.multi/hangout.c: Likewise.
10946 * gdb.multi/hello.c: Likewise.
10947
582a1b00
SM
109482016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10949
10950 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10951 absolute.
10952 (SingleStatisticTestResult.report): Use dict.keys instead of
10953 dict.iterkeys.
10954
79bc59cb
PA
109552016-01-06 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10958
43368e1d
MM
109592016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10960
10961 * gdb.btrace/dlopen.exp: New.
10962 * gdb.btrace/dlopen.c: New.
10963 * gdb.btrace/dlopen-dso.c: New.
10964
79fad5b8
SL
109652015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10966
10967 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10968 PATTERN argument is optional.
10969
ab8314b3
JB
109702015-12-24 Joel Brobecker <brobecker@adacore.com>
10971
10972 * lib/ada.exp (target_compile_ada_from_dir): New function.
10973 (gdb_compile_ada): Reimplement avoiding the use of project files.
10974 * gdb.ada/gnat_ada.gpr: Delete.
10975 * gdb.ada/cond_lang.exp: Adjust test to make path before
10976 filename optional.
10977 * gdb.ada/small_reg_param.exp: Likewise.
10978
fe33faff
SM
109792015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10980
10981 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10982
6d265cb4
TP
109832015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10984
10985 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10986 case.
10987
10125099
SM
109882015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10989
10990 * gdb.base/break.exp: Remove dead code.
10991 * gdb.base/sepdebug.exp: Likewise.
10992
3ca22649
SM
109932015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10994
10995 * gdb.asm/asm-source.exp: Remove HP-UX references.
10996 * gdb.base/annota1.exp: Likewise.
10997 * gdb.base/annota3.exp: Likewise.
10998 * gdb.base/attach.exp: Likewise.
10999 * gdb.base/bigcore.exp: Likewise.
11000 * gdb.base/break.exp: Likewise.
11001 * gdb.base/call-ar-st.exp: Likewise.
11002 * gdb.base/callfuncs.exp: Likewise.
11003 * gdb.base/catch-fork-static.exp: Likewise.
11004 * gdb.base/display.exp: Likewise.
11005 * gdb.base/foll-exec-mode.exp: Likewise.
11006 * gdb.base/foll-exec.exp: Likewise.
11007 * gdb.base/foll-fork.exp: Likewise.
11008 * gdb.base/foll-vfork.exp: Likewise.
11009 * gdb.base/funcargs.exp: Likewise.
11010 * gdb.base/hbreak2.exp: Likewise.
11011 * gdb.base/inferior-died.exp: Likewise.
11012 * gdb.base/interrupt.exp: Likewise.
11013 * gdb.base/multi-forks.exp: Likewise.
11014 * gdb.base/nodebug.exp: Likewise.
11015 * gdb.base/sepdebug.exp: Likewise.
11016 * gdb.base/solib1.c: Likewise.
11017 * gdb.base/step-test.exp: Likewise.
11018 * gdb.mi/non-stop.c: Likewise.
11019 * gdb.mi/pthreads.c: Likewise.
11020 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11021 * gdb.threads/pthreads.c: Likewise.
11022 * gdb.threads/staticthreads.exp: Likewise.
11023 * lib/future.exp: Likewise.
11024 * lib/gdb.exp: Likewise.
11025 * gdb.base/so-indr-cl.c: Remove.
11026 * gdb.base/so-indr-cl.exp: Likewise.
11027 * gdb.base/solib.c: Likewise.
11028 * gdb.base/solib.exp: Likewise.
11029 * gdb.base/solib2.c: Likewise.
11030
b6304613
SM
110312015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11032
11033 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11034 * gdb.base/call-ar-st.exp: Likewise.
11035 * gdb.base/callfuncs.exp: Likewise.
11036 * gdb.base/condbreak.exp: Likewise.
11037 * gdb.base/constvars.exp: Likewise.
11038 * gdb.base/hbreak2.exp: Likewise.
11039 * gdb.base/langs.exp: Likewise.
11040 * gdb.base/list.exp: Likewise.
11041 * gdb.base/long_long.exp: Likewise.
11042 * gdb.base/ptype.exp: Likewise.
11043 * gdb.base/scope.exp: Likewise.
11044 * gdb.base/signals.exp: Likewise.
11045 * gdb.base/so-impl-ld.exp: Likewise.
11046 * gdb.base/varargs.exp: Likewise.
11047 * gdb.base/volatile.exp: Likewise.
11048 * gdb.base/whatis.exp: Likewise.
11049 * gdb.cp/cplusfuncs.exp: Likewise.
11050 * gdb.cp/inherit.exp: Likewise.
11051 * gdb.cp/local.exp: Likewise.
11052 * gdb.cp/member-ptr.exp: Likewise.
11053 * gdb.cp/method.exp: Likewise.
11054 * gdb.cp/overload.exp: Likewise.
11055 * gdb.cp/templates.exp: Likewise.
11056 * gdb.stabs/weird.exp: Likewise.
11057 * lib/compiler.c: Likewise.
11058 * lib/compiler.cc: Likewise.
11059 * lib/cp-support.exp: Likewise.
11060 * lib/gdb.exp: Likewise.
11061
bf401b07
SM
110622015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11063
11064 * configure.ac: Remove HP-UX case.
11065 * configure: Regenerate.
11066
aff9c0f8
SM
110672015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11068
11069 * lib/gdb.exp (gdb_compile): Add function doc.
11070
a6904d5a
PA
110712015-12-17 Pedro Alves <palves@redhat.com>
11072
11073 PR threads/19354
11074 * gdb.multi/info-threads.exp: New file.
11075
a22279dd
YQ
110762015-12-15 Yao Qi <yao.qi@linaro.org>
11077
11078 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11079 is aarch64*-*-*.
11080
0588c796
SL
110812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11082
11083 * gdb.base/history-duplicates.exp: Skip if no readline support.
11084
5d978e17
SL
110852015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11086
11087 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11088
7e763b86
SL
110892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11090
11091 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11092
87a3a92c
SL
110932015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11094
11095 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11096 ctrl-C if nointerrupts target property is set.
11097 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11098 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11099 * gdb.base/paginate-bg-execution.exp: Likewise.
11100 * gdb.base/paginate-execution-startup.exp: Likewise.
11101 * gdb.base/random-signal.exp: Likewise.
11102 * gdb.base/range-stepping.exp: Likewise.
11103 * gdb.cp/annota2.exp: Likewise.
11104 * gdb.cp/annota3.exp: Likewise.
11105 * gdb.gdb/selftest.exp: Likewise.
11106 * gdb.threads/continue-pending-status.exp: Likewise.
11107 * gdb.threads/leader-exit.exp: Likewise.
11108 * gdb.threads/manythreads.exp: Likewise.
11109 * gdb.threads/pthreads.exp: Likewise.
11110 * gdb.threads/schedlock.exp: Likewise.
11111 * gdb.threads/sigthread.exp: Likewise.
11112
a8f077dc
DB
111132015-12-11 Don Breazeal <donb@codesourcery.com>
11114
11115 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11116 remote.
11117 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11118 * gdb.base/foll-exec.exp (main): Enable for target remote.
11119 * gdb.base/foll-fork.exp (main): Likewise.
11120 * gdb.base/foll-vfork.exp (main): Likewise.
11121 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11122 (proc continue_to_exit_bp_loc): Use clean_restart.
11123 * gdb.base/pie-execl.exp (main): Disable for target remote.
11124 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11125 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11126 * gdb.threads/execl.exp (main): Likewise.
11127 * gdb.threads/fork-child-threads.exp (main): Likewise.
11128 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11129 remote.
11130 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11131 remote.
11132 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11133 pid.tid style ptids, instead of just tid.
11134 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11135 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11136 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11137 ptids, instead of just tid.
11138
3b2464a8
AB
111392015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11140
11141 * gdb.base/list.exp (test_list_forward): Add end of file error
11142 test.
11143 (test_repeat_list_command): Add end of file error test.
11144 (test_list_backwards): Add beginning of file error test.
11145
a0def019
AB
111462015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11147
11148 * gdb.base/list.exp (test_list_invalid_args): New function,
11149 defined, and called.
11150
5c000dff
AB
111512015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11152
11153 * gdb.base/list.exp (test_list): Make test names unique.
11154
f1637ebe
YQ
111552015-12-11 Yao Qi <yao.qi@linaro.org>
11156
11157 * gdb.base/coremaker2.c: Remove.
11158
36d6fc0a
PA
111592015-12-10 Pedro Alves <palves@redhat.com>
11160
11161 * gdb.multi/base.exp: Remove stale "spaces" references.
11162
762f7747
PA
111632015-12-10 Pedro Alves <palves@redhat.com>
11164
11165 * gdb.multi/base.exp: Don't use nowarnings.
11166 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11167 * gdb.multi/hangout.c: Include stdio.h.
11168 * gdb.multi/hello.c: Include stdlib.h.
11169 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11170 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11171 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11172
28d2bfb9
AB
111732015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11174
11175 * gdb.dwarf2/dw2-ranges-base.c: New file.
11176 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11177 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11178 support additional line table, and debug ranges generation.
11179 (Dwarf::ranges): New function, generate .debug_ranges.
11180 (Dwarf::lines): Support generating simple line table programs.
11181 (Dwarf::assemble): Initialise new namespace variables.
11182
5fc2beac
KB
111832015-12-09 Kevin Buettner <kevinb@redhat.com>
11184
11185 * gdb.base/async.exp (proc test_background): Add case for
11186 asynchronous execution not supported.
11187
1c35a88f
LM
111882015-12-09 Luis Machado <lgustavo@codesourcery.com>
11189
11190 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11191 format and change test names to make them unique.
11192
b593e3d9
RK
111932015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11194 Pedro Alves <pedro@redhat.com>
11195
11196 PR gdb/18702
11197 Add checking of floatformats setup on x86_64 hosts.
11198 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11199 (smallval, bigval): New labels/constants.
11200 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11201 float" after loading bigval and smallval.
11202
d72413e6
PMR
112032015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11204
11205 * gdb.ada/fun_overload_menu.exp: New testcase.
11206 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11207
ece66d65
JS
112082015-12-04 Josh Stone <jistone@redhat.com>
11209
11210 * gdb.base/catch-fork-static.exp: New.
11211
41d0efca
YQ
112122015-12-03 Yao Qi <yao.qi@linaro.org>
11213
11214 * gdb.base/sizeof.c: Don't include stdio.h and
11215 ../lib/unbuffer_output.c.
11216 (main): New variable 'size' and 'value'. Remove printf and
11217 gdb_unbuffer_output. Assign return value to size and value.
11218 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11219 at the beginning.
11220 (check_sizeof): Check the result by printing variable 'size'.
11221 (check_valueof): Check the result by printing variable 'value'.
11222
99fd02d9
YQ
112232015-12-01 Yao Qi <yao.qi@linaro.org>
11224
11225 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11226 for aarch64*-*-linux* target.
11227
f2faf941
PA
112282015-11-30 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11231
04bf20c5
PA
112322015-11-30 Pedro Alves <palves@redhat.com>
11233
11234 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11235 Handle non-stop mode vCont replies.
11236
09df4675
PA
112372015-11-30 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11240 prepare_for_testing. Start gdb with "set non-stop on" appended to
11241 GDBFLAGS. Lax expected stop output.
11242
58b584af
YQ
112432015-11-27 Yao Qi <yao.qi@linaro.org>
11244
11245 * gdb.arch/arm-neon.exp: New.
11246 * gdb.arch/arm-neon.c: New.
11247
dfcb77a8
YQ
112482015-11-27 Yao Qi <yao.qi@linaro.org>
11249
11250 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11251
88e8ec1b
YQ
112522015-11-27 Yao Qi <yao.qi@linaro.org>
11253
11254 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11255 frames-invalid annotation.
11256
bfde72c2
YQ
112572015-11-27 Yao Qi <yao.qi@linaro.org>
11258
11259 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11260
f6512a69
SM
112612015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11262
11263 * gdb.threads/names.exp: New file.
11264 * gdb.threads/names.c: New file.
11265 * README: Mention gdb,no_thread_names.
11266
46a3515b
MM
112672015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11268
11269 PR 19297
11270 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11271 support" error.
11272
62147a22
PA
112732015-11-24 Pedro Alves <palves@redhat.com>
11274
11275 PR 17539
11276 * gdb.base/display.exp: Expect displays to be sorted in ascending
11277 order. Use multi_line.
11278 * gdb.base/solib-display.exp: Likewise.
11279
2f341b6e
PA
112802015-11-24 Pedro Alves <palves@redhat.com>
11281
11282 PR 17539
25d49b86
PA
11283 * gdb.base/display.exp: Expect displays to be sorted in ascending
11284 order. Use multi_line.
11285 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11286
7e0aa6aa
PA
112872015-11-24 Pedro Alves <palves@redhat.com>
11288
11289 PR 17539
11290 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11291 threads in ascending order.
11292 * gdb.base/foll-fork.exp: Likewise.
11293 * gdb.base/foll-vfork.exp: Likewise.
11294 * gdb.base/multi-forks.exp: Likewise.
11295 * gdb.mi/mi-nonstop.exp: Likewise.
11296 * gdb.mi/mi-nsintrall.exp: Likewise.
11297 * gdb.multi/base.exp: Likewise.
11298 * gdb.multi/multi-arch.exp: Likewise.
11299 * gdb.python/py-inferior.exp: Likewise.
11300 * gdb.threads/break-while-running.exp: Likewise.
11301 * gdb.threads/execl.exp: Likewise.
11302 * gdb.threads/gcore-thread.exp: Likewise.
11303 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11304 * gdb.threads/kill.exp: Likewise.
11305 * gdb.threads/linux-dp.exp: Likewise.
11306 * gdb.threads/multiple-step-overs.exp: Likewise.
11307 * gdb.threads/next-bp-other-thread.exp: Likewise.
11308 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11309 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11310 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11311 * gdb.threads/thread-find.exp: Likewise.
11312 * gdb.threads/tls.exp: Likewise.
11313 * lib/mi-support.exp (mi_reverse_list): Delete.
11314 (mi_check_thread_states): No longer reverse list.
11315
2cc57ad8
PA
113162015-11-24 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11319 use lowercase.
11320
c93e8391
SM
113212015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11322
11323 * gdb.trace/actions.c: Include trace-common.h.
11324 (main): Add a location for a fast tracepoint.
11325 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11326 the normal tracepoints.
11327 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11328
045ccf91
SM
113292015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11330
11331 * save-trace.exp: Factor out code to these...
11332 (gdb_save_tracepoints): New.
11333 (gdb_load_tracepoints): New.
11334 (do_save_load_test): New.
11335
5506f9f6
KB
113362015-11-23 Kevin Buettner <kevinb@redhat.com>
11337
11338 * gdb.base/asmlabel.exp: New test.
11339 * gdb.base/asmlabel.c: New test case.
11340
16c3b12f
JB
113412015-11-23 Joel Brobecker <brobecker@adacore.com>
11342
11343 * gdb.base/wrong_frame_bt_full-main.c: New file.
11344 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11345 * gdb.base/wrong_frame_bt_full.exp: New file.
11346
155bfbd3
JB
113472015-11-23 Joel Brobecker <brobecker@adacore.com>
11348
11349 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11350
bb097445
JM
113512015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11352
206853a0 11353 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11354 pstate register when comparing registers values in
11355 sparc64-*-linux-gnu targets to avoid spurious differences.
11356
9c88ed8f
JM
113572015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11358
206853a0 11359 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11360
96161e25
SL
113612015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11362
11363 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11364 as type argument to gdb_compile.
11365 * gdb.base/nested-subp2.exp: Likewise.
11366 * gdb.base/nested-subp3.exp: Likewise.
11367
340c2830
DV
113682015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11369
11370 * lib/dwarf.exp (_note): Fix left shift of negative value.
11371 * gdb.trace/trace-condition.exp: Likewise.
11372
c1862d0f
YQ
113732015-11-13 Yao Qi <yao.qi@linaro.org>
11374
11375 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11376 comments about d10v.
11377 (test_scalar_returns): Likewise.
11378 * gdb.base/d10v.ld: Remove.
11379 * gdb.base/overlays.exp: Remove the target triplet checking for
11380 d10v-*-*.
11381 * gdb.base/structs.exp (test_struct_returns): Remove the
11382 comments about d10v.
11383 (test_struct_calls): Likewise.
11384
77ae9c19
YQ
113852015-11-13 Yao Qi <yao.qi@linaro.org>
11386
11387 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11388 * gdb.base/gnu_vector.c: Don't include stdio.h.
11389 (main): Don't print res and call add_some_intvecs.
11390
430e004e
MK
113912015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11392
11393 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11394 macro.
11395 (func5): Removed.
11396 (func4): Use FAST_TRACEPOINT_LABEL.
11397 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11398 macro.
11399 (func): Removed.
11400 (thread_function): Use FAST_TRACEPOINT_LABEL.
11401 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11402 (func): Remove.
11403 (marker): Use FAST_TRACEPOINT_LABEL.
11404 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11405 (pendfunc1): Remove.
11406 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11407 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11408 (foo): Remove.
11409 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11410 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11411 macro.
11412 (func): Remove.
11413 (marker): Use FAST_TRACEPOINT_LABEL.
11414 * gdb.trace/trace-common.h: New header.
11415 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11416 macro.
11417 (func): Remove.
11418 (marker): Use FAST_TRACEPOINT_LABEL.
11419 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11420 (func): Remove.
11421 (thread_function): Use FAST_TRACEPOINT_LABEL.
11422
6e7675a7
MK
114232015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11424
11425 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11426 in front.
11427 * gdb.trace/change-loc.exp: Use global pcreg definition.
11428 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11429 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11430 in front.
11431 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11432 * gdb.trace/pending.exp: Likewise.
11433 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11434 * gdb.trace/trace-break.exp: Likewise.
11435 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11436 in front.
11437 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11438 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11439 in front.
11440 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11441
dddc0e16
JB
114422015-11-09 Joel Brobecker <brobecker@adacore.com>
11443
11444 * gdb.ada/fin_fun_out: New testcase.
11445
c6f0b406
KB
114462015-11-07 Kevin Buettner <kevinb@redhat.com>
11447
11448 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11449 value associated with DW_AT_byte_size.
11450 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11451 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11452 DW_AT_upper_bound.
11453
f01dcfd9
KB
114542015-11-07 Kevin Buettner <kevinb@redhat.com>
11455
11456 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11457 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11458 version.
11459 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11460 gdb.dwarf2/dw2-canonicalize-type.exp,
11461 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11462 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11463 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11464 provided by gdb_target_symbol_prefix_flags_asm.
11465 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11466 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11467 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11468 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11469 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11470 macros where needed). Use this macro for symbols which require
11471 the prefix provided by SYMBOL_PREFIX.
11472
2223449a
KB
114732015-11-05 Kevin Buettner <kevinb@redhat.com>
11474
11475 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11476 New procs.
11477 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11478 representing expressions, of more than one list element.
11479 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11480 to prepend linker symbol prefix to f.
11481 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11482 table_1 and table_2.
11483 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11484 Likewise, for f and g.
11485 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11486 for ptr.
11487 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11488 for main.
11489 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11490 table_1_ptr and table_2_ptr.
11491
6f2f1a3a
JK
114922015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11493 Joel Brobecker <brobecker@adacore.com>
11494
11495 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11496
566c56c9
MK
114972015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11498
11499 * gdb.reverse/s390-mvcle.c: New test.
11500 * gdb.reverse/s390-mvcle.exp: New file.
11501 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11502
d5f0636b
MK
115032015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11504
11505 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11506
7ad8b86c
MK
115072015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11508
11509 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11510 reaching marker2.
11511 * gdb.reverse/getresuid-reverse.exp: Likewise.
11512 * gdb.reverse/pipe-reverse.exp: Likewise.
11513 * gdb.reverse/readv-reverse.exp: Likewise.
11514 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11515 * gdb.reverse/time-reverse.exp: Likewise.
11516 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11517
4081c0f1
YQ
115182015-10-30 Yao Qi <yao.qi@linaro.org>
11519
11520 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11521 (empty_cycle): Remove.
11522 (main): Don't call empty_cycle. Don't use watch_count_done.
11523 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11524 empty_cycle. Rewrite the code counting HW watchpoints.
11525
452b4ba5
MK
115262015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11527
11528 * gdb.reverse/fstatat-reverse.c: New test.
11529 * gdb.reverse/fstatat-reverse.exp: New file.
11530 * gdb.reverse/getresuid-reverse.c: New test.
11531 * gdb.reverse/getresuid-reverse.exp: New file.
11532 * gdb.reverse/pipe-reverse.c: New test.
11533 * gdb.reverse/pipe-reverse.exp: New file.
11534 * gdb.reverse/readv-reverse.c: New test.
11535 * gdb.reverse/readv-reverse.exp: New file.
11536 * gdb.reverse/recvmsg-reverse.c: New test.
11537 * gdb.reverse/recvmsg-reverse.exp: New file.
11538 * gdb.reverse/time-reverse.c: New test.
11539 * gdb.reverse/time-reverse.exp: New file.
11540 * gdb.reverse/waitpid-reverse.c: New test.
11541 * gdb.reverse/waitpid-reverse.exp: New file.
11542
5e2e7507
JK
115432015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11544
11545 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11546
0fde2c53
DE
115472015-10-26 Doug Evans <dje@google.com>
11548
11549 PR symtab/17391
11550 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11551 * gdb.dwarf2/bad-regnum.c: New file.
11552 * gdb.dwarf2/bad-regnum.exp: New file.
11553
1a70ae97
DE
115542015-10-26 Doug Evans <dje@google.com>
11555
11556 PR python/18938
11557 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11558 file.
11559
27dc26ab
JK
115602015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11561
11562 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11563 for a change by "Mention language in compile error message".
11564
bed91f4d
SM
115652015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11566
11567 PR python/18073
11568 * gdb.python/py-type.c (C::a_method): New.
11569 (C::a_const_method): New.
11570 (C::a_static_method): New.
11571 (a_function): New.
11572 * gdb.python/py-type.exp (test_fields): Test getting fields
11573 from function and method.
11574
3f2f83dd
KB
115752015-10-21 Keven Boell <keven.boell@intel.com>
11576
11577 * gdb.fortran/vla-alloc-assoc.exp: New file.
11578 * gdb.fortran/vla-datatypes.exp: New file.
11579 * gdb.fortran/vla-datatypes.f90: New file.
11580 * gdb.fortran/vla-history.exp: New file.
11581 * gdb.fortran/vla-ptype-sub.exp: New file.
11582 * gdb.fortran/vla-ptype.exp: New file.
11583 * gdb.fortran/vla-sizeof.exp: New file.
11584 * gdb.fortran/vla-sub.f90: New file.
11585 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11586 * gdb.fortran/vla-value-sub-finish.exp: New file.
11587 * gdb.fortran/vla-value-sub.exp: New file.
11588 * gdb.fortran/vla-value.exp: New file.
11589 * gdb.fortran/vla-ptr-info.exp: New file.
11590 * gdb.mi/mi-vla-fortran.exp: New file.
11591 * gdb.mi/vla.f90: New file.
11592
27145d50
SL
115932015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11594
11595 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11596 of hardwired timeout value.
11597
5f3ff4f8
JK
115982015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11599 Pedro Alves <palves@redhat.com>
11600
11601 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11602 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11603
bfd09d20
JS
116042015-10-19 Josh Stone <jistone@redhat.com>
11605
11606 * gdb.base/catch-syscall.c: Include <sched.h>.
11607 (unknown_syscall): New variable.
11608 (main): Trigger a vfork and an unknown syscall.
11609 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11610 (unknown_syscall_number): Likewise.
11611 (check_call_to_syscall): Accept an optional syscall pattern.
11612 (check_return_from_syscall): Likewise.
11613 (check_continue): Likewise.
11614 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11615 (test_catch_syscall_skipping_return): New test toggling off 'catch
11616 syscall' to step over the syscall return, then toggling back on.
11617 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11618 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11619 (do_syscall_tests): Call test_catch_syscall_without_args and
11620 test_catch_syscall_mid_vfork.
11621 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11622 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11623
b32b93c6
AS
116242015-10-19 Andrew Stubbs <ams@codesourcery.com>
11625
11626 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11627 print g_vE): Add new pass patterns.
11628 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11629 print various symbol names for vptr fields.
11630
9d622bda
AB
116312015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11632
11633 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11634 results.
11635
0fd8ac1c
YQ
116362015-10-12 Yao Qi <yao.qi@linaro.org>
11637
11638 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11639
34240514
YQ
116402015-10-12 Yao Qi <yao.qi@linaro.org>
11641
11642 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11643 is aarch64*-*-linux*.
11644
8240f442
YQ
116452015-10-12 Yao Qi <yao.qi@linaro.org>
11646
11647 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11648 (can_relocate_bcond_true): ... it.
11649 (can_relocate_bcond_false): New function.
11650 (foo): Likewise.
11651 (can_relocate_bl): Likewise.
11652 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11653 can_relocate_bl.
11654
2520f728
PMR
116552015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11656
11657 * gdb.base/nested-addr.c: New file.
11658 * gdb.base/nested-addr.exp: New testcase.
11659
abcef95a
MM
116602015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11661
11662 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11663 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11664 its output. Ignore the output of "record goto begin" and instead
11665 check that GDB is replaying.
11666
145e3ddb
PA
116672015-10-09 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11670 (top level): Use it in the run with no args test.
11671
d5d8c4e1
IB
116722015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11673
11674 * gdb.dlang/properties.exp: New file.
11675
06e635ef
SL
116762015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11677
11678 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11679 whether or not address 0x1000 is mapped on the target.
11680
e019fd1d
SM
116812015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11682
11683 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11684 build.
11685
77ba2a67
MM
116862015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11687
11688 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11689 instruction-history test.
11690
c60eb31f
DE
116912015-09-28 Doug Evans <dje@google.com>
11692
11693 * gdb.base/gcore.c (array_func): Add reference to static_array.
11694
9a3c8263
SM
116952015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11696
11697 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11698 source line.
11699
9720e656
SL
117002015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11701
11702 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11703 short or char as base type.
11704
938d3bf2
SL
117052015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11706
11707 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11708 to allow any size enum.
11709
e6c2c623
PMR
117102015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11711
11712 * gdb.ada/array_ptr_renaming.exp: New testcase.
11713 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11714 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11715
06da0f77
PL
117162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11717
11718 * gdb.trace/ftrace-lock.c: New file.
11719 * gdb.trace/ftrace-lock.exp: New file.
11720
4f51c22a
PL
117212015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11722
11723 * gdb.arch/insn-reloc.c: New file.
11724 * gdb.arch/ftrace-insn-reloc.exp: New file.
11725
7041adf4
PL
117262015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11727
11728 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11729 instruction.
11730 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11731 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11732 * gdb.trace/range-stepping.c: Likewise.
11733 * gdb.trace/trace-break.c: Likewise.
11734 * gdb.trace/trace-mt.c (thread_function): Likewise.
11735 * gdb.trace/ftrace.c (marker): Likewise.
11736 * gdb.trace/trace-condition.c (marker): Likewise.
11737 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11738 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11739 is_aarch64_target.
11740
015d2e7e
DE
117412015-09-18 Doug Evans <xdje42@gmail.com>
11742
11743 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11744 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11745
26b188a2
SL
117462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11747
11748 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11749 the breakpoint.
11750
79dc332b
SL
117512015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11752
11753 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11754 the pending breakpoint. Remove timeout override for "Run till
11755 MI pending breakpoint on pendfunc3 on thread 2" test.
11756
f57929f2
SL
117572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11758
11759 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11760 filename pattern.
11761
3f469b17
SL
117622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11763
11764 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11765 in breakpoint filename pattern.
11766
515b89b3
SL
117672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11768
7800dbe4
SL
11769 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11770
117712015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11772
515b89b3
SL
11773 * gdb.linespec/explicit.exp: Check for readline support for
11774 tab-completion tests. Fix obvious typo.
11775
d2939ba2
MM
117762015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11777
11778 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11779 and replay.
11780
cbb55fa7
MM
117812015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11782
11783 * gdb.btrace/non-stop.c: New.
11784 * gdb.btrace/non-stop.exp: New.
11785
43691ca1
PL
117862015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11787 Yao Qi <yao.qi@linaro.org>
11788
11789 * gdb.trace/trace-condition.c: New file.
11790 * gdb.trace/trace-condition.exp: New file.
11791
d78908cf
WW
117922015-09-16 Wei-cheng Wang <cole945@gmail.com>
11793
11794 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11795 for testing bytecode compilation.
11796
1ed415e2
PA
117972015-09-16 Pedro Alves <palves@redhat.com>
11798 Sandra Loosemore <sandra@codesourcery.com>
11799
11800 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11801 (SECONDS): Redefine.
11802 (main): Call pthread_kill and alarm early.
11803 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11804 support.
11805 (test): If the target can't hardware step and doesn't support
11806 displaced stepping, increase the timeout.
11807
d136eff5
PA
118082015-09-16 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11811 (enable_debug): New procedures.
11812 (test): Use them. Bail out if waiting for threads fails.
11813 (top level): Bail out if a test fails.
11814
991f019c
YQ
118152015-09-16 Yao Qi <yao.qi@linaro.org>
11816
11817 * gdb.asm/asm-source.exp: Set asm-arch for
11818 aarch64*-*-* target.
11819 * gdb.asm/aarch64.inc: New file.
11820
bfca584f
PMR
118212015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11822
11823 * gdb.ada/array_of_variable_length.exp: New testcase.
11824 * gdb.ada/array_of_variable_length/foo.adb: New file.
11825 * gdb.ada/array_of_variable_length/pck.adb: New file.
11826 * gdb.ada/array_of_variable_length/pck.ads: New file.
11827
b326e587
DE
118282015-09-15 Doug Evans <dje@google.com>
11829
11830 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11831 of function static local variable.
11832
5382cfab
PW
118332015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11834
11835 * gdb.threads/tls-so_extern.exp: New test file.
11836 * gdb.threads/tls-so_extern.c: New test file.
11837 * gdb.threads/tls-so_extern_main.c: New test file.
11838
141c5cc4
JK
118392015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11840
11841 * gdb.opt/solib-intra-step-lib.c: New file.
11842 * gdb.opt/solib-intra-step-main.c: New file.
11843 * gdb.opt/solib-intra-step.exp: New file.
11844
d15dcecd
PA
118452015-09-15 Pedro Alves <palves@redhat.com>
11846
11847 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11848 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11849
4c2f2a79
PA
118502015-09-14 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.base/hook-stop-continue.c: Delete.
11853 * gdb.base/hook-stop-continue.exp: Delete.
11854 * gdb.base/hook-stop-frame.c: Delete.
11855 * gdb.base/hook-stop-frame.exp: Delete.
11856 * gdb.base/hook-stop.c: New file.
11857 * gdb.base/hook-stop.exp: New file.
11858
919e6dbe
PMR
118592015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11860
11861 * gdb.ada/access_to_packed_array.exp: New testcase.
11862 * gdb.ada/access_to_packed_array/foo.adb: New file.
11863 * gdb.ada/access_to_packed_array/pack.adb: New file.
11864 * gdb.ada/access_to_packed_array/pack.ads: New file.
11865
157280a4
MM
118662015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11867
11868 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11869 buffer size test.
11870
2fd33e94
DB
118712015-09-11 Don Breazeal <donb@codesourcery.com>
11872
11873 * gdb.base/foll-exec.c: Add copyright header. Fix
11874 formatting issues.
11875 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11876 (do_exec_tests): Use clean_restart in place of zap_session,
11877 and for test initialization. Fix formatting issues. Use
11878 fail in place of perror.
11879 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11880 an expect statement to match an expression with output from
11881 the program under debug.
11882 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11883 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11884 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11885 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11886 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11887
e70b6e8e
DE
118882015-09-09 Doug Evans <dje@google.com>
11889
11890 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11891
7a551a51
DE
118922015-09-09 Doug Evans <dje@google.com>
11893
11894 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11895
4c666f84
DE
118962015-09-09 Doug Evans <dje@google.com>
11897
11898 * gdb.base/savedregs.exp: Fix typo.
11899
243a9253
PA
119002015-09-09 Pedro Alves <palves@redhat.com>
11901
11902 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11903
c0fa8fbd
SL
119042015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11905
11906 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11907 command actually switches threads. Give up on remaining
11908 tests if target fails to stop at breakpoint.
11909
cd7c1778
PMR
119102015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11911
11912 * gdb.ada/funcall_char.exp: New testcase.
11913 * gdb.ada/funcall_char/foo.adb: New file.
11914
dc5c8746
PMR
119152015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11916
11917 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11918 expected outputs. Add two testcases for completing ambiguous
11919 functions.
11920 * gdb.ada/complete/aux_pck.adb: New file.
11921 * gdb.ada/complete/aux_pck.ads: New file.
11922 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11923 Ambiguous_Func functions.
11924 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11925 * gdb.ada/complete/pck.adb: Likewise.
11926
4e83a1e7
UW
119272015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11928
11929 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11930 failures to run the test program under GDB.
11931
8ce74153
LM
119322015-08-26 Luis Machado <lgustavo@codesourcery.com>
11933
11934 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11935 to C.
11936
e9756d52
PP
119372015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11938
11939 * gdb.base/run-after-attach.exp: New test file.
11940 * gdb.base/run-after-attach.c: New test file.
11941
8d37573b
DB
119422015-08-26 Don Breazeal <donb@codesourcery.com>
11943
11944 * gdb.base/foll-exec-2.c: New test program.
11945 * gdb.base/foll-exec-2.exp: New test.
11946
63e43d3a
PMR
119472015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11948
11949 * gdb.base/nested-subp1.exp: New file.
11950 * gdb.base/nested-subp1.c: New file.
11951 * gdb.base/nested-subp2.exp: New file.
11952 * gdb.base/nested-subp2.c: New file.
11953 * gdb.base/nested-subp3.exp: New file.
11954 * gdb.base/nested-subp3.c: New file.
11955
3d40fbb5
PA
119562015-08-24 Pedro Alves <palves@redhat.com>
11957
11958 * gdb.server/connect-without-multi-process.c: New file.
11959 * gdb.server/connect-without-multi-process.exp: New file.
11960
4422ac93
LM
119612015-08-24 Luis Machado <lgustavo@codesourcery.com>
11962
11963 * gdb.opt/inline-markers.c: Make z int.
11964
91dddb86
LM
119652015-08-24 Luis Machado <lgustavo@codesourcery.com>
11966
11967 * gdb.opt/inline-markers.c: Make z volatile.
11968
a48847ee
LM
119692015-08-24 Luis Machado <lgustavo@codesourcery.com>
11970
11971 * gdb.opt/inline-bt.c: New volatile global z.
11972 * gdb.opt/inline-cmds.c: Likewise.
11973 * gdb.opt/inline-locals.c: Likewise.
11974 * gdb.opt/inline-markers.c: New extern global z.
11975 (marker): Use z.
11976 (inline_fn): Likewise.
11977
0ebbc52b
PA
119782015-08-24 Pedro Alves <palves@redhat.com>
11979
11980 * config/m32r-stub.exp: Remove file.
11981 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11982 * gdb.base/call-rt-st.exp: Likewise.
11983 * gdb.base/call-strs.exp: Likewise.
11984 * gdb.base/default.exp: Remove references to h8300-*-hms and
11985 *-*-udi*.
11986 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11987
77c365df
AA
119882015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11989
11990 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11991 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11992 and "return" use KFAIL when GDB can not read/write the vector
11993 return value.
11994
4313b8c0
GB
119952015-08-21 Gary Benson <gbenson@redhat.com>
11996
11997 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11998
0e433b32
PA
119992015-08-20 Pedro Alves <palves@redhat.com>
12000
12001 * gdb.server/solib-list.exp: No longer expect an interior stop in
12002 non-stop mode.
12003
221e1a37
PA
120042015-08-20 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.server/connect-stopped-target.c: New file.
12007 * gdb.server/connect-stopped-target.exp: New file.
12008
40e3ad0e
PA
120092015-08-20 Pedro Alves <palves@redhat.com>
12010
12011 * gdb.dwarf2/comp-unit-lang.exp: New file.
12012 * gdb.dwarf2/comp-unit-lang.c: New file.
12013
af39b327
PMR
120142015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12015
12016 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12017 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12018
7d45c7c3 120192015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12020
7d45c7c3
KB
12021 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12022 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12023
4d6cceb4
DE
120242015-08-18 Doug Evans <dje@google.com>
12025 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12026
12027 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12028 skip_python_tests. New arg prompt_regexp.
12029 (skip_python_tests): New function.
12030 * lib/mi-support.exp (mi_skip_python_tests): New function.
12031 * gdb.python/py-mi-objfile-gdb.py: New file.
12032 * gdb.python/py-mi-objfile.c: New file.
12033 * gdb.python/py-mi-objfile.exp: New file.
12034
ad89c2aa
KS
120352015-08-17 Keith Seitz <keiths@redhat.com>
12036
12037 * gdb.linespec/explicit.exp: Move strace test from here ...
12038 * gdb.trace/strace.exp: ... to here.
12039
e3ae3c43
PP
120402015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12041
12042 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12043 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12044
604b2636
DE
120452015-08-14 Doug Evans <xdje42@gmail.com>
12046
12047 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12048 inferior before selecting a new file.
12049
6ff0ba5f
DE
120502015-08-14 Doug Evans <xdje42@gmail.com>
12051
12052 * gdb.mi/mi-disassemble.exp: Update.
12053 * gdb.base/disasm-optim.S: New file.
12054 * gdb.base/disasm-optim.c: New file.
12055 * gdb.base/disasm-optim.h: New file.
12056 * gdb.base/disasm-optim.exp: New file.
12057
9ca98f92
KS
120582015-08-14 Keith Seitz <keiths@redhat.com>
12059
12060 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12061 "evaluated-by".
12062
52bbc560
JB
120632015-08-13 Joel Brobecker <brobecker@adacore.com>
12064
12065 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12066
5d8c3ed3
PMR
120672015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12068
12069 * gdb.ada/fun_renaming.exp: New testcase.
12070 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12071 * gdb.ada/fun_renaming/pack.adb: New file.
12072 * gdb.ada/fun_renaming/pack.ads: New file.
12073
ea8812bc
KS
120742015-08-12 Keith Seitz <keiths@redhat.com>
12075
12076 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12077 gdb_get_line_number.
12078
4dafcdeb
JB
120792015-08-12 Joel Brobecker <brobecker@adacore.com>
12080
12081 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12082 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12083 gdb.base/dso2dso.exp: New files.
12084
5ba32597
SDJ
120852015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12086 Pedro Alves <palves@redhat.com>
12087 Keith Seitz <keiths@redhat.com>
12088
12089 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12090 GDBFLAGS.
12091
b6dafabf
PP
120922015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12093
12094 * gdb.base/gdbhistsize-history.exp
12095 (test_histsize_history_setting): Use save_vars.
12096 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12097 Use save_vars.
12098 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12099 * gdb.base/readline.exp: Use save_vars.
12100
abe8e607
PP
121012015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12102
12103 * lib/gdb.exp (save_vars): New proc.
12104
629500fa
KS
121052015-08-11 Keith Seitz <keiths@redhat.com>
12106
12107 * gdb.base/help.exp: Update help_breakpoint_text.
12108
eb8c4e2e
KS
121092015-08-11 Keith Seitz <keiths@redhat.com>
12110
12111 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12112 (at toplevel): Call test_explicit_breakpoints.
12113 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12114 breakpoints.
12115 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12116 breakpoint conditions, "-cond".
12117
87f0e720
KS
121182015-08-11 Keith Seitz <keiths@redhat.com>
12119
12120 * gdb.linespec/3explicit.c: New file.
12121 * gdb.linespec/cpexplicit.cc: New file.
12122 * gdb.linespec/cpexplicit.exp: New file.
12123 * gdb.linespec/explicit.c: New file.
12124 * gdb.linespec/explicit.exp: New file.
12125 * gdb.linespec/explicit2.c: New file.
12126 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12127 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12128 before using in the matching pattern.
12129 Clarify that `prefix' is a regular expression.
12130
f00aae0f
KS
121312015-08-11 Keith Seitz <keiths@redhat.com>
12132
12133 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12134 test.
12135 Add tests for missing ",FMT" and ",".
12136
e27852be
DE
121372015-08-10 Doug Evans <dje@google.com>
12138 Keith Seitz <keiths@redhat.com>
12139
12140 PR gdb/17960
12141 * gdb.base/completion.exp: Add location completer tests.
12142
7f03bd92
PA
121432015-08-07 Pedro Alves <palves@redhat.com>
12144
12145 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12146 tests here.
12147 (top level): Run do_test with and without displaced stepping.
12148
3fc8eb30
PA
121492015-08-07 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.base/valgrind-disp-step.c: New file.
12152 * gdb.base/valgrind-disp-step.exp: New file.
12153
d4569d7b
PA
121542015-08-07 Pedro Alves <palves@redhat.com>
12155
12156 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12157 Delete function.
12158 (main): Add alarm. Run an infinite loop instead of calling
12159 wait_threads.
12160 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12161 comment.
12162 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12163 Delete function.
12164 (main): Add alarm. Run an infinite loop instead of calling
12165 wait_threads.
12166 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12167 comment.
12168
e1316e60
PA
121692015-08-07 Pedro Alves <palves@redhat.com>
12170
12171 * gdb.base/checkpoint-ns.exp: New file.
12172 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12173 standard_testfile.
12174
da8c46d2
MM
121752015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12176
12177 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12178 * gdb.btrace/instruction_history.exp: Update.
12179 * gdb.btrace/tsx.exp: New.
12180 * gdb.btrace/tsx.c: New.
12181
de1c2c52
PA
121822015-08-06 Pedro Alves <palves@redhat.com>
12183
12184 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12185 increase timeout.
12186 * gdb.reverse/until-precsave.exp: Bump timeouts.
12187
782e0bf4
PA
121882015-08-06 Pedro Alves <palves@redhat.com>
12189
12190 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12191
83e97ed0
PA
121922015-08-06 Pedro Alves <palves@redhat.com>
12193
12194 PR gdb/18749
12195 * gdb.threads/process-dies-while-handling-bp.c: New file.
12196 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12197
863d01bd
PA
121982015-08-06 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12201 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12202
0a39bb32
PA
122032015-08-05 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12206 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12207
ee2d2b10
SL
122082015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12209
12210 * gdb.base/bp-permanent.exp: Report test as unsupported if
12211 the target cannot stop at the permanent breakpoint.
12212
4e1bdb00
DE
122132015-08-03 Doug Evans <dje@google.com>
12214
12215 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12216 10000.
12217
3d338901
DE
122182015-08-03 Doug Evans <dje@google.com>
12219
12220 * Makefile.in (workers/%.worker, build-perf): New rule.
12221 (GDB_PERFTEST_MODE): New variable.
12222 (check-perf): Use it.
12223 (clean): Clean up gdb.perf parallel build subdirs.
12224 * lib/build-piece.exp: New file.
12225 * lib/gdb.exp (make_gdb_parallel_path): New function
12226 (standard_output_file, standard_temp_file): Call it.
12227 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12228 of $GDB_PARALLEL.
12229 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12230
af061d3e
DE
122312015-08-03 Doug Evans <dje@google.com>
12232
8e1afc81 12233 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12234 (LOG_FILE_NAME): New global.
12235 (TextReporter.__init__): Initialize self.txt_sum.
12236 (TextReporter.report): Add support for multiple data-points.
12237 Move report to perftest.sum, put raw data in perftest.log.
12238 (TextReporter.start): Open sum and log files.
12239 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12240 * gdb.perf/lib/perftest/testresult.py
12241 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12242
2c8c5d37
PA
122432015-07-31 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12246 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12247 kill_wait_spawned_process instead of explicit "kill -9".
12248 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12249 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12250 kill_wait_spawned_process.
12251 * gdb.base/attach-twice.exp: Likewise.
12252 * gdb.base/attach.exp: Likewise.
12253 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12254 gdb_test_multiple.
12255 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12256 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12257 kill_wait_spawned_process.
12258 * gdb.base/valgrind-infcall.exp: Likewise.
12259 * gdb.multi/multi-attach.exp: Likewise.
12260 * gdb.python/py-prompt.exp: Likewise.
12261 * gdb.python/py-sync-interp.exp: Likewise.
12262 * gdb.server/ext-attach.exp: Likewise.
12263 * gdb.threads/attach-into-signal.exp (corefunc): Use
12264 spawn_wait_for_attach, spawn_id_get_pid and
12265 kill_wait_spawned_process.
12266 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12267 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12268 spawn_id_get_pid and kill_wait_spawned_process.
12269 * gdb.threads/attach-stopped.exp (corefunc): Use
12270 spawn_wait_for_attach, spawn_id_get_pid and
12271 kill_wait_spawned_process.
12272 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12273 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12274 kill_wait_spawned_process instead of explicit "kill -9".
12275 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12276 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12277 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12278 processes. Don't map cygwin/windows pids here. Now returns a
12279 spawn id list.
12280
032a0fca
SL
122812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12282
12283 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12284 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12285 correct patch.
12286
61a934ca
SL
122872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12288
12289 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12290
4bc4d428
SL
122912015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12292
12293 Reapply:
12294 2014-05-21 Mark Wielaard <mjw@redhat.com>
12295
12296 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12297
998d452a
PA
122982015-07-30 Pedro Alves <palves@redhat.com>
12299
12300 * linux-low.c (handle_extended_wait): Set the child's last
12301 reported status to TARGET_WAITKIND_STOPPED.
12302
69dde7dc
PA
123032015-07-30 Pedro Alves <palves@redhat.com>
12304
12305 PR threads/18600
12306 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12307 only shows inferior 1.
12308
4dd63d48
PA
123092015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12310 Pedro Alves <palves@redhat.com>
12311
12312 PR threads/18600
12313 * gdb.threads/fork-plus-threads.c: New file.
12314 * gdb.threads/fork-plus-threads.exp: New file.
12315
d618e4c5
PP
123162015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12317
12318 * gdb.base/batch-preserve-term-settings.exp
12319 (test_terminal_settings_preserved_after_cli_exit): Use
12320 send_quit_command.
12321
1eef6428
PA
123222015-07-29 Pedro Alves <palves@redhat.com>
12323 Don Breazeal <donb@codesourcery.com>
12324
12325 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12326 output from both inferior_spawn_id and gdb_spawn_id.
12327
7da5b897
SDJ
123282015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12329
12330 * gdb.threads/attach-into-signal.exp (corefunc): Use
12331 with_test_prefix on nested loops, uniquefying the test messages.
12332
dac804df
SDJ
123332015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12334
12335 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12336 commit.
12337
06265e53
PP
123382015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12339
12340 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12341 New proc.
12342 (test_terminal_settings_preserved_after_sigterm): New test.
12343
18206ca3
PP
123442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12345
12346 * gdb.base/batch-preserve-term-settings.exp
12347 (test_terminal_settings_preserved_after_cli_exit): New test.
12348
90074d11
PP
123492015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12350
12351 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12352 manipulation of saved_gdbflags.
12353 (test_terminal_settings_preserved): Remove global declaration of
12354 the unused variable pagination_prompt. Remove manipulation of
12355 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12356 GDBFLAGS.
12357
eb1a7902
PA
123582015-07-29 Pedro Alves <palves@redhat.com>
12359
12360 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12361
8b75dd3b
PA
123622015-07-29 Pedro Alves <palves@redhat.com>
12363
12364 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12365 at the top.
12366
dedad4e3
PA
123672015-07-29 Pedro Alves <palves@redhat.com>
12368
12369 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12370 (main): Call gdb_unbuffer_output.
12371 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12372 (main): Call gdb_unbuffer_output.
12373 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12374 (main): Call gdb_unbuffer_output.
12375 * gdb.base/call-strs.exp: Adjust to step over the
12376 gdb_unbuffer_output call.
12377 * gdb.base/catch-gdb-caused-signals.c: Include
12378 "../lib/unbuffer_output.c".
12379 (main): Call gdb_unbuffer_output.
12380 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12381 (main): Call gdb_unbuffer_output.
12382 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12383 (main): Call gdb_unbuffer_output.
12384 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12385 (main): Call gdb_unbuffer_output.
12386 * gdb.base/shlib-call.exp: Adjust to step over the
12387 gdb_unbuffer_output call.
12388 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12389 (main): Call gdb_unbuffer_output.
12390 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12391 (main): Call gdb_unbuffer_output.
12392 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12393 (main): Rename to ...
12394 (test): ... this.
12395 (main): Reimplement.
12396 * gdb.base/varargs.exp: Run to test instead of to main.
12397 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12398 (main): Call gdb_unbuffer_output.
12399
58789a91
PA
124002015-07-29 Pedro Alves <palves@redhat.com>
12401
12402 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12403 factore out from mi_continue_dprintf. For call-style dprintfs,
12404 expect dprintf output out of $inferior_spawn_id.
12405 (mi_continue_dprintf): Use mi_expect_dprintf.
12406 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12407 (main): Call gdb_unbuffer_output.
12408
e8376742
PA
124092015-07-29 Pedro Alves <palves@redhat.com>
12410
12411 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12412 (default_mi_gdb_start): Set inferior_spawn_id instead of
12413 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12414 gdb_spawn_id.
12415 (mi_gdb_test): Always expect inferior output from both
12416 $inferior_spawn_id and $gdb_spawn_id.
12417
08280010
PA
124182015-07-29 Pedro Alves <palves@redhat.com>
12419
12420 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12421 send_inferior and $inferior_spawn_id.
12422
4d30e432
PA
124232015-07-29 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.gdb/complaints.exp (test_initial_complaints)
12426 (test_serial_complaints, test_short_complaints): Use
12427 gdb_test_stdio.
12428 (test_empty_complaint): Handle $inferior_spawn_id !=
12429 $gdb_spawn_id.
12430
0d30a335
PA
124312015-07-29 Pedro Alves <palves@redhat.com>
12432
12433 * gdb.base/varargs.exp: Use gdb_test_stdio.
12434
39413b29
PA
124352015-07-29 Pedro Alves <palves@redhat.com>
12436
12437 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12438
7cb000a9
PA
124392015-07-29 Pedro Alves <palves@redhat.com>
12440
12441 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12442
d7b8ac82
PA
124432015-07-29 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12446 parameter into two new parameters, "inf_result" and "gdb_result".
12447 Expect inferior output and gdb output from $inferior_spawn_id and
12448 $gdb_spawn_id, respectively. Adjust all callers.
12449
789c3a0c
PA
124502015-07-29 Pedro Alves <palves@redhat.com>
12451
12452 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12453 of gdb_test_sequence.
12454
77e760c3
PA
124552015-07-29 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12458 (saw_spurious_output): Expect inferior output from
12459 $inferior_spawn_id. Use gdb_test_stdio.
12460
8396d2cd
PA
124612015-07-29 Pedro Alves <palves@redhat.com>
12462
12463 * gdb.base/dprintf.exp: Use standard_testfile. Change
12464 prepare_for_testing call.
12465 (srcfile): Don't set.
12466 (restart): New procedure.
12467 (test_dprintf): New procecure, use to continue over dprintfs.
12468 (test_call, test_agent): New procedures, tests moved here.
12469 Restart gdb and recreate dprintfs. Adjust expected output.
12470
2051d61f
PA
124712015-07-29 Pedro Alves <palves@redhat.com>
12472
12473 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12474
452397af
PA
124752015-07-29 Pedro Alves <palves@redhat.com>
12476
12477 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12478
8aed9555
PA
124792015-07-29 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12482 gdb_test_stdio.
12483
188a61b4
PA
124842015-07-29 Pedro Alves <palves@redhat.com>
12485
12486 * lib/gdb.exp (gdb_test_stdio): New procedure.
12487
12264a45
PA
124882015-07-29 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12491
23ffc893
PA
124922015-07-29 Pedro Alves <palves@redhat.com>
12493
12494 * gdb.base/call-signal-resume.exp: Remove check for
12495 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12496 * gdb.base/unwindonsignal.exp: Likewise.
12497 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12498 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12499
65566918
PA
125002015-07-29 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.base/siginfo-addr.c (pass): New function.
12503 (handler): Call it iff si_addr is correct.
12504 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12505 Set a breakpoint at "pass" and continue to it.
12506
d60a9221
SDJ
125072015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12508
12509 * gdb.python/py-objfile.exp: Make some tests have unique names.
12510 * gdb.python/py-pp-registration.exp: Likewise.
12511
bde40b8f
PA
125122015-07-28 Pedro Alves <palves@redhat.com>
12513
12514 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12515
13e1dec8
SM
125162015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12517
12518 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12519
da33c9a7
SM
125202015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12521
12522 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12523
077836f7
PP
125242015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12525
12526 * gdb.base/gdb-sigterm-2.exp: New test.
12527
b8cc7b2e
DE
125282015-07-25 Doug Evans <xdje42@gmail.com>
12529
12530 Revert:
12531 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12532 (workers/%.worker, build-perf): New rule.
12533 (GDB_PERFTEST_MODE): New variable.
12534 (check-perf): Use it.
12535 (clean): Clean up gdb.perf parallel build subdirs.
12536 * lib/build-piece.exp: New file.
12537 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12538 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12539 name.
12540 (standard_temp_file): Ditto.
12541 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12542 of $GDB_PARALLEL.
12543
c8bd4544
DE
125442015-07-24 Doug Evans <dje@google.com>
12545
12546 * gdb.perf/lib/perftest/utils.py: New file.
12547 * gdb.perf/gm-hello.cc: New file.
12548 * gdb.perf/gm-pervasive-typedef.cc: New file.
12549 * gdb.perf/gm-pervasive-typedef.h: New file.
12550 * gdb.perf/gm-std.cc: New file.
12551 * gdb.perf/gm-std.h: New file.
12552 * gdb.perf/gm-use-cerr.cc: New file.
12553 * gdb.perf/gm-utils.h: New file.
12554 * gdb.perf/gmonster-null-lookup.py: New file.
12555 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12556 * gdb.perf/gmonster-print-cerr.py: New file.
12557 * gdb.perf/gmonster-ptype-string.py: New file.
12558 * gdb.perf/gmonster-runto-main.py: New file.
12559 * gdb.perf/gmonster-select-file.py: New file.
12560 * gdb.perf/gmonster1-null-lookup.exp: New file.
12561 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12562 * gdb.perf/gmonster1-print-cerr.exp: New file.
12563 * gdb.perf/gmonster1-ptype-string.exp: New file.
12564 * gdb.perf/gmonster1-runto-main.exp: New file.
12565 * gdb.perf/gmonster1-select-file.exp: New file.
12566 * gdb.perf/gmonster1.cc: New file.
12567 * gdb.perf/gmonster1.exp: New file.
12568 * gdb.perf/gmonster2-null-lookup.exp: New file.
12569 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12570 * gdb.perf/gmonster2-print-cerr.exp: New file.
12571 * gdb.perf/gmonster2-ptype-string.exp: New file.
12572 * gdb.perf/gmonster2-runto-main.exp: New file.
12573 * gdb.perf/gmonster2-select-file.exp: New file.
12574 * gdb.perf/gmonster2.cc: New file.
12575 * gdb.perf/gmonster2.exp: New file.
12576
6eab34f3
DE
125772015-07-24 Doug Evans <dje@google.com>
12578
12579 * gdb.perf/README: New file.
12580 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12581 * lib/gen-perf-test.exp: New file.
12582
63738bfd
DE
125832015-07-24 Doug Evans <dje@google.com>
12584
12585 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12586 (PerfTest::startup): New function.
12587 (PerfTest::run): Return result of calling body.
12588 (PerfTest::assemble): Rewrite.
12589 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12590 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12591 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12592 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12593 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12594
7b606f95
DE
125952015-07-24 Doug Evans <dje@google.com>
12596
12597 * lib/gdb.exp (clean_restart): Make executable optional.
12598
a97b16b8
DE
125992015-07-24 Doug Evans <dje@google.com>
12600
12601 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12602 compiler_info references.
12603 * gdb.cp/temargs.exp: Ditto.
12604 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12605 (get_compiler_info): Early exit if already computed. Set compiler_info
12606 to "unknown" if there was a problem.
12607 (test_compiler_info): Add function comment. Call get_compiler_info.
12608
35baa57f
DE
126092015-07-24 Doug Evans <dje@google.com>
12610
12611 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12612 (workers/%.worker, build-perf): New rule.
12613 (GDB_PERFTEST_MODE): New variable.
12614 (check-perf): Use it.
12615 (clean): Clean up gdb.perf parallel build subdirs.
12616 * lib/build-piece.exp: New file.
12617 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12618 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12619 name.
12620 (standard_temp_file): Ditto.
12621 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12622 of $GDB_PARALLEL.
12623
6ebea266
DE
126242015-07-24 Doug Evans <dje@google.com>
12625
12626 * lib/future.exp (gdb_default_target_compile): New option
12627 "early_flags".
12628 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12629 --as-needed.
12630
1e76a7e9
SDJ
126312015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12632
12633 * gdb.base/catch-syscall.exp: Call gdb_exit before
12634 gdb_skip_xml_test.
12635
5068630a
PA
126362015-07-24 Pedro Alves <palves@redhat.com>
12637
12638 * gdb.python/py-events.exp: Accept output between the stop event
12639 and the prompt.
12640 * gdb.python/py-evsignal.exp: Likewise.
12641 * gdb.python/py-evthreads.exp: Likewise.
12642
77598427
PA
126432015-07-24 Pedro Alves <palves@redhat.com>
12644
12645 PR gdb/18717
12646 * gdb.threads/non-ldr-exit.c: New file.
12647 * gdb.threads/non-ldr-exit.exp: New file.
12648
11e6c98f
YQ
126492015-07-24 Yao Qi <yao.qi@linaro.org>
12650
12651 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12652 restarting process.
12653
51aee833
YQ
126542015-07-24 Yao Qi <yao.qi@linaro.org>
12655
12656 * gdb.server/ext-restart.exp: New file.
12657
8cfe207c
YQ
126582015-07-24 Yao Qi <yao.qi@linaro.org>
12659
12660 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12661 argument options.
12662 * gdb.server/ext-wrapper.exp: New file.
12663
cc12ce38
DE
126642015-07-23 Doug Evans <dje@google.com>
12665
12666 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12667 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12668
d0d84780
PMR
126692015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12670
12671 * gdb.ada/var_arr_typedef.exp: New testcase.
12672 * gdb.ada/var_arr_typedef/pack.adb: New file.
12673 * gdb.ada/var_arr_typedef/pack.ads: New file.
12674 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12675
8b558f79
JB
126762015-07-20 Joel Brobecker <brobecker@adacore.com>
12677
12678 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12679
775a3298
JK
126802015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12681
12682 * gdb.arch/i386-biarch-core.exp: Replace istarget
12683 by "complete set gnutarget". Remove expectation for the "core-file"
12684 command.
12685
db1ff28b
JK
126862015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12687
12688 Revert the previous commit:
12689 Tests for validate symbol file using build-id.
12690
0a94970d
JK
126912015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12692
12693 Tests for validate symbol file using build-id.
12694 * gdb.base/solib-mismatch-lib.c: New file.
12695 * gdb.base/solib-mismatch-libmod.c: New file.
12696 * gdb.base/solib-mismatch.c: New file.
12697 * gdb.base/solib-mismatch.exp: New file.
12698
03346981
SL
126992015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12700
12701 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12702 nios2-*-linux*.
12703 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12704 * gdb.base/siginfo.exp: Likewise.
12705 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12706
42422cc7
PL
127072015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12708
12709 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12710 Move it to ...
12711 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12712 ... here.
12713 * gdb.trace/range-stepping.exp: Check that the target supports
12714 range stepping.
12715
cfa68bae
JK
127162015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12717
12718 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12719
8ffdba26
PA
127202015-07-14 Pedro Alves <palves@redhat.com>
12721
12722 * gdb.base/killed-outside.exp: New file.
12723 * gdb.base/killed-outside.c: New file.
12724
218a5a11
JK
127252015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12726
12727 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12728 (n at main): New.
12729 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12730
e03ed3c6
AA
127312015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12732
12733 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12734 infcall tests instead of setting up for KFAIL.
12735
485668e5
MM
127362015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12737
12738 * gdb.btrace/record_goto-step.exp: New.
12739
08464196
JK
127402015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12741
12742 PR compile/18484
12743 * gdb.compile/compile.c (struct struct_type): Add volatile to
12744 selffield's type.
12745 * gdb.compile/compile.exp
12746 (compile code struct_object.selffield = &struct_object): Skip further
12747 struct_object tests if this one xfails.
12748
bcf5c1d9
RC
127492015-07-08 Robert O'Callahan <robert@ocallahan.org>
12750
12751 PR exp/18617
12752 * gdb.trace/ax.exp: Add test.
12753
4931af25
YQ
127542015-07-07 Yao Qi <yao.qi@linaro.org>
12755
12756 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12757 instead of istarget "aarch64*-*-*".
12758 * gdb.arch/aarch64-fp.exp: Likewise.
12759 * gdb.base/float.exp: Likewise.
12760 * gdb.reverse/aarch64.exp: Likewise.
12761 * lib/gdb.exp (is_aarch64_target): New proc.
12762
9fcf688e
YQ
127632015-07-07 Yao Qi <yao.qi@linaro.org>
12764
12765 * lib/gdb.exp (is_aarch32_target): New proc.
12766 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12767 instead of "istarget "arm*-*-*"".
12768 * gdb.arch/arm-disp-step.exp: Likewise.
12769 * gdb.arch/thumb-bx-pc.exp: Likewise.
12770 * gdb.arch/thumb-prologue.exp: Likewise.
12771 * gdb.arch/thumb-singlestep.exp: Likewise.
12772 * gdb.base/disp-step-syscall.exp: Likewise.
12773 * gdb.base/float.exp: Likewise.
12774
fbd8d50d
YQ
127752015-07-07 Yao Qi <yao.qi@linaro.org>
12776
12777 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12778 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12779
71be1fdc
YQ
127802015-07-07 Yao Qi <yao.qi@linaro.org>
12781
12782 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12783 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12784 if it exists.
12785 * gdb.multi/multi-arch.exp: Likewise.
12786
3e221d36
SM
127872015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12788
12789 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12790 print.
12791
d441430b
YQ
127922015-07-07 Yao Qi <yao.qi@linaro.org>
12793
12794 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12795
06f810bd
MG
127962015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12797
12798 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12799 '[' and ']' characters.
12800
5e61e7c0
IB
128012015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12802
12803 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12804
28bf096c
PA
128052015-06-29 Pedro Alves <palves@redhat.com>
12806
12807 PR threads/18127
12808 * gdb.threads/hand-call-new-thread.c: New file.
12809 * gdb.threads/hand-call-new-thread.c: New file.
12810
ee93cd5e
KS
128112015-06-26 Keith Seitz <keiths@redhat.com>
12812 Doug Evans <dje@google.com>
12813
12814 PR 16253
12815 * gdb.cp/var-tag-2.cc: New file.
12816 * gdb.cp/var-tag-3.cc: New file.
12817 * gdb.cp/var-tag-4.cc: New file.
12818 * gdb.cp/var-tag.cc: New file.
12819 * gdb.cp/var-tag.exp: New file.
12820
fc637f04
PP
128212015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12822
12823 * gdb.base/history-duplicates.exp: New test.
12824
2e52ae68
PP
128252015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12826
12827 * gdb.base/completion.exp: Test the completion of the "focus"
12828 command.
12829
6e22494e
JK
128302015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12831
12832 * gdb.arch/amd64-prologue-skip.S: New file.
12833 * gdb.arch/amd64-prologue-skip.exp: New file.
12834
bf7b9cd9
SM
128352015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12836
12837 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12838 is_address_zero_readable check.
12839
201e8dfd
PB
128402015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12841
12842 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12843 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12844
5cd867b4
YQ
128452015-06-24 Yao Qi <yao.qi@linaro.org>
12846
12847 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12848 linux targets.
12849
4d7be007
YQ
128502015-06-24 Yao Qi <yao.qi@linaro.org>
12851
12852 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12853 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12854 * gdb.base/siginfo-thread.exp: Likewise.
12855
07fcd301
YQ
128562015-06-22 Yao Qi <yao.qi@linaro.org>
12857
12858 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12859
52042a00
YQ
128602015-06-22 Yao Qi <yao.qi@linaro.org>
12861
12862 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12863 aarch64*-*-*.
12864 (skip_hw_watchpoint_tests): Likewise.
12865
74bd41ce
PP
128662015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12867
12868 * gdb.base/gdbinit-history.exp: Test the interaction between
12869 setting GDBHISTSIZE and setting the history size via .gdbinit.
12870
bc460514
PP
128712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12872
12873 PR gdb/16999
12874 * gdb.base/gdbhistsize-history.exp: New test.
12875
b58c513b
PP
128762015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12877
12878 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12879 with GDBHISTSIZE.
12880 * gdb.base/readline.exp: Likewise.
12881
92046791
YQ
128822015-06-17 Yao Qi <yao.qi@linaro.org>
12883
12884 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12885 line.
12886
2093d2d3
PP
128872015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12888
12889 * gdb.base/gdbinit-history.exp: Add test case to check that
12890 an unlimited history file does not get truncated on exit.
12891
e6c693af
AA
128922015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12893
12894 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12895 (VECTOR): New macro. Use it...
12896 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12897 ...for these typedefs.
12898 (int8, char1, int1, double1): New typedefs.
12899 (struct just_int2, struct two_int2): New structures.
12900 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12901 (add_structvecs, add_singlevecs): New functions.
12902 (main): Call add_some_intvecs twice.
12903 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12904 the compile and exit upon failure. Try compiling for the "native"
12905 architecture. Test inferior function calls with vector arguments
12906 and vector return value handling with "finish" and "return".
12907
c74f7d1c
JT
129082015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12909
12910 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12911 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12912 PE file.
12913 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12914
98aa42ee
AT
129152015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12916
12917 PR breakpoints/16465
12918 * gdb.mi/mi-dprintf-pending.c: New file.
12919 * gdb.mi/mi-dprintf-pending.exp: New test.
12920 * gdb.mi/mi-dprintf-pendshr.c: New file.
12921
7d73c23c 129222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12923 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12924
12925 * gdb.arch/i386-mpx-map.c: New file.
12926 * gdb.arch/i386-mpx-map.exp: New File.
12927
129282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12929
12930 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12931 * gdb.arch/i386-mpx.exp: Indentation fixed.
12932
129332015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12934
12935 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12936 function and improved indentation.
12937 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12938 gdb_test_multiple. Added additional tests to skip the test.
12939
129402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12941
12942 * gdb.arch/i386-avx512.c: Change path in include file.
12943 * gdb.arch/i386-avx512.exp: Change include dir path
12944 compilation flag.
12945 * gdb.arch/i386-mpx.c: Change path in include file.
12946 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12947 flag.
12948
d5eba19a
JK
129492015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12950
12951 * gdb.compile/compile-print.exp (compile print *vararray@3)
12952 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12953
7f361056
JK
129542015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12955
12956 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12957 (do not keep jit in memory): ... this.
12958 (expect 5): Change it to ...
12959 (expect no 5): ... this.
12960
3b462ec2
SM
129612015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12962
12963 PR gdb/15564
12964 * gdb.mi/mi-detach.exp: New file.
12965
e0619de6
JK
129662015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12967
12968 PR symtab/18392
12969 * gdb.arch/amd64-tailcall-self.S: New file.
12970 * gdb.arch/amd64-tailcall-self.c: New file.
12971 * gdb.arch/amd64-tailcall-self.exp: New file.
12972
e970cb34
DB
129732015-05-28 Don Breazeal <donb@codesourcery.com>
12974
12975 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12976 tests for remote targets by checking is_target_gdbserver.
12977
b2e2f908
DE
129782015-05-27 Doug Evans <dje@google.com>
12979
12980 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12981 * gdb.dwarf2/opaque-type-lookup.c: New file.
12982 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12983
82c7be31
DE
129842015-05-26 Doug Evans <dje@google.com>
12985
12986 * gdb.cp/iostream.cc: New file.
12987 * gdb.cp/iostream.exp: New file.
12988
b4f54984
DE
129892015-05-26 Doug Evans <dje@google.com>
12990
12991 * gdb.dwarf2/dw2-op-call.exp: Update.
12992 * gdb.dwarf2/dw4-sig-types.exp: Update.
12993 * gdb.dwarf2/implptr.exp: Update.
12994 * gdb.mi/mi-cmd-param-changed.exp: Update.
12995
4ea6efe9
DE
129962015-05-26 Doug Evans <dje@google.com>
12997
12998 * gdb.python/py-lazy-string.c: New file.
12999 * gdb.python/py-lazy-string.exp: New file.
13000 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13001 (main): Update. Add estring3.
13002 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13003 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13004
f6bb7db3
YQ
130052015-05-26 Omair Javaid <omair.javaid@linaro.org>
13006 Yao Qi <yao.qi@linaro.org>
13007
13008 * gdb.reverse/aarch64.c: New.
13009 * gdb.reverse/aarch64.exp: New.
13010
a81bfbd0
OJ
130112015-05-26 Omair Javaid <omair.javaid@linaro.org>
13012
25d49b86
PA
13013 * lib/gdb.exp (supports_process_record): Return true for
13014 aarch64*-linux*.
a81bfbd0
OJ
13015 (supports_reverse): Likewise.
13016
158bf1b4
PP
130172015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13018
13019 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13020 Use with_test_prefix.
13021
a0145030
AB
130222015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13023
13024 * gdb.base/completion.exp: Add test for completion of layout
13025 names.
13026
ebe3b578
AB
130272015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13028
13029 * lib/gdb.exp (skip_tui_tests): New proc.
13030 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13031
84204ed7
PA
130322015-05-19 Pedro Alves <palves@redhat.com>
13033
13034 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13035 Save the whole env array instead of just HOME. Unset HISTSIZE in
13036 the environment while testing. Restore whole environment
13037 afterwards.
13038
37442ce1
DE
130392015-05-16 Doug Evans <xdje42@gmail.com>
13040
13041 * gdb.guile/scm-ports.c: New file.
13042 * gdb.guile/scm-ports.exp: Add memory port tests.
13043
36de76f9
JK
130442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13045
13046 * gdb.compile/compile-print.c: New file.
13047 * gdb.compile/compile-print.exp: New file.
13048
3a9558c4
JK
130492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13050
13051 * gdb.compile/compile-ops.exp: Cast param to void.
13052 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13053 (compile code struct_object.selffield = &struct_object): Add xfail.
13054
aa715135
JG
130552015-05-15 Joel Brobecker <brobecker@adacore.com>
13056
13057 * gdb.ada/arr_enum_with_gap: New testcase.
13058
931e5bc3
JG
130592015-05-15 Joel Brobecker <brobecker@adacore.com>
13060
13061 * gdb.ada/byte_packed_arr: New testcase.
13062
9cd4d857
JB
130632015-05-15 Joel Brobecker <brobecker@adacore.com>
13064
13065 * gdb.ada/pckd_neg: New testcase.
13066
ebfd00d2
PP
130672015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13068
13069 PR gdb/17820
13070 * gdb.base/gdbinit-history.exp: New test.
13071 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13072 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13073
4c082a81
SC
130742015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13075
13076 * gdb.python/py-xmethods.cc: Enhance test case.
13077 * gdb.python/py-xmethods.exp: New tests.
13078 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13079 function.
13080 (B_indexoper): Likewise.
13081 (global_dm_list) : Add new xmethod worker functions.
13082
f7797074
SDJ
130832015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13084
13085 * gdb.base/coredump-filter.exp: Correctly unset
13086 "coredump_var_addr" array.
13087
a4674e4e
PA
130882015-05-08 Pedro Alves <palves@redhat.com>
13089
13090 * gdb.server/non-existing-program.exp: Unset spawn_id.
13091
df2eb078
SC
130922015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13093
13094 PR python/18291
13095 * gdb.python/py-xmethods.exp: Add tests.
13096
422349a3
YQ
130972015-05-08 Yao Qi <yao.qi@linaro.org>
13098
13099 PR gdb/18208
13100 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13101 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13102 function set_coredump_filter, and remove remote_exec call.
13103 Remove argument ipid. Callers update.
13104 (top level): Don't get inferior's PID.
13105
63fc80ce
AA
131062015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13107
13108 * gdb.base/watch_thread_num.exp: Skip test on targets without
13109 access watchpoints.
13110
80ad801e
PA
131112015-05-06 Pedro Alves <palves@redhat.com>
13112
13113 PR server/18081
13114 * gdb.server/non-existing-program.exp: New file.
13115
0fa7fe50
JB
131162015-05-05 Joel Brobecker <brobecker@adacore.com>
13117
13118 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13119
3ea89b92
PMR
131202015-05-05 Joel Brobecker <brobecker@adacore.com>
13121
13122 * gdb.ada/out_of_line_in_inlined: New testcase.
13123
87b8eff0
JB
131242015-05-05 Joel Brobecker <brobecker@adacore.com>
13125
13126 * gdb.ada/var_rec_arr: New testcase.
13127
5fccc635
YQ
131282015-04-30 Yao Qi <yao.qi@linaro.org>
13129
13130 * gdb.base/break-idempotent.exp: If
13131 skip_hw_watchpoint_multi_tests returns true, skip the tests
13132 on "rwatch" and "awatch".
13133
42d38f42
YQ
131342015-04-30 Yao Qi <yao.qi@linaro.org>
13135
13136 * gdb.base/relativedebug.exp: Invoke gdb command
13137 "info sharedlibrary", and if libc.so doesn't have debug info,
13138 skip the test.
13139
2ce1cdbf
DE
131402015-04-29 Doug Evans <dje@google.com>
13141
13142 * gdb.python/py-xmethods.exp: Add ptype tests.
13143 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13144 get_result_type method.
13145
f24a38c5
LM
131462015-04-29 Luis Machado <lgustavo@codesourcery.com>
13147
13148 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13149 the target does not support hardware watchpoints.
13150
ecbf2b3c
LM
131512015-04-29 Luis Machado <lgustavo@codesourcery.com>
13152
13153 * gdb.base/break-always.exp: Abort testing if writing to memory
13154 causes an error.
13155
34f5f757
DE
131562015-04-28 Doug Evans <dje@google.com>
13157
13158 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13159 * gdb.python/py-pp-registration.exp: ... here. New file.
13160 * gdb.python/py-pp-registration.c: New file.
13161 * gdb.python/py-pp-registration.py: New file.
13162
69b4374a
DE
131632015-04-28 Doug Evans <dje@google.com>
13164
13165 * gdb.python/py-bad-printers.c: New file.
13166 * gdb.python/py-bad-printers.py: New file.
13167 * gdb.python/py-bad-printers.exp: New file.
13168
59fb7612
SS
131692015-04-28 Sasha Smundak <asmundak@google.com>
13170
13171 * gdb.python/py-type.exp: New test.
13172
2631b16a
AW
131732015-04-28 Andy Wingo <wingo@igalia.com>
13174
13175 * gdb.python/py-parameter.exp:
13176 * gdb.guile/scm-parameter.exp: Escape the path that we are
13177 matching against, as it might contain characters that are special
13178 to regular expressions.
13179
460efde1
JB
131802015-04-27 Joel Brobecker <brobecker@adacore.com>
13181
13182 * gdb.ada/rec_comp: New testcase.
13183
2d369d8e
SDJ
131842015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13185
13186 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13187 before using it.
13188
cf75d6c3
AB
131892015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13190
13191 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13192 new tests for verilog output.
13193
8dbe7ca5
YQ
131942015-04-24 Yao Qi <yao.qi@linaro.org>
13195
13196 * boards/remote-gdbserver-on-localhost.exp: New file.
13197
4ef9fb2f
PA
131982015-04-23 Pedro Alves <palves@redhat.com>
13199
13200 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13201 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13202 "end of file", remove $inferior_spawn_id from the indirect list.
13203
0a803169
PA
132042015-04-23 Pedro Alves <palves@redhat.com>
13205
13206 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13207
749ef8f8
PA
132082015-04-23 Pedro Alves <palves@redhat.com>
13209
13210 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13211 on $any_spawn_id instead of only on $gdb_spawn_id.
13212
8aae4344
PM
132132015-04-21 Pierre Muller <muller@sourceware.org>
13214
13215 PR pascal/17815
13216 * lib/pascal.exp (gpc_compile): Add new option "class".
13217 (fpc_compile): Likewise.
13218 * gdb.pascal/case-insensitive-symbols.pas: New file.
13219 * gdb.pascal/case-insensitive-symbols.exp: New file.
13220
1586c8fb
GB
132212015-04-20 Gary Benson <gbenson@redhat.com>
13222
13223 * gdb.base/attach.exp: Fix three extended remote failures.
13224
1b6e6f5c
GB
132252015-04-17 Gary Benson <gbenson@redhat.com>
13226
13227 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13228 the main executable over the remote protocol.
13229
e797481d
PA
132302015-04-16 Pedro Alves <palves@redhat.com>
13231
13232 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13233 a new gdbserver if gdbserver_reconnect_p is set.
13234
1ca99c42
PA
132352015-04-16 Pedro Alves <palves@redhat.com>
13236
13237 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13238 is set, don't exit gdbserver.
13239
af9fd6f8
AA
132402015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13241
13242 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13243 appropriate .insn, such that an older assembler can be used.
13244 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13245 the z/Architecture instruction set on 31-bit targets as well.
13246
04ff1e61
AA
132472015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13248
13249 * gdb.go/handcall.exp: Remove all logic related to the first
13250 breakpoint and rely on go_runto_main instead.
13251 * gdb.go/strings.exp: Likewise.
13252 * gdb.go/unsafe.exp: Likewise.
13253 * gdb.go/hello.exp: Likewise. Also rename the remaining
13254 breakpoint marker to "breakpoint 1".
13255 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13256 * gdb.go/strings.go: Likewise.
13257 * gdb.go/unsafe.go: Likewise.
13258 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13259 "set breakpoint 2 here" and rename the remaining breakpoint marker
13260 to "breakpoint 1".
13261
40d2f8d6
SM
132622015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13263
13264 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13265 if itertools.imap is not present.
13266 * gdb.python/py-objfile.exp: Add parentheses.
13267 * gdb.python/py-type.exp: Same.
13268 * gdb.python/py-unwind-maint.py: Same.
13269
8cbc97c6
YQ
132702015-04-15 Yao Qi <yao.qi@linaro.org>
13271
13272 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13273 of ":$ptr_size" and set its form explicitly.
13274
45fd756c
YQ
132752015-04-15 Pedro Alves <palves@redhat.com>
13276 Yao Qi <yao.qi@linaro.org>
13277
13278 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13279 timeout by factor of 4.
13280 (test_regular_watch): Likewise.
13281 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13282 * gdb.reverse/sigall-reverse.exp: Likewise.
13283 * gdb.reverse/until-precsave.exp: Likewise.
13284 * lib/gdb.exp (with_timeout_factor): New proc.
13285 (gdb_expect): Move some code to ...
13286 (get_largest_timeout): ... here. New procedure.
13287
9e811bc3
LM
132882015-04-14 Luis Machado <lgustavo@codesourcery.com>
13289
13290 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13291
0ff6fcb2
LM
132922015-04-13 Luis Machado <lgustavo@codesourcery.com>
13293
13294 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13295 to write to the .text section.
13296
7578d5f7
LM
132972015-04-13 Luis Machado <lgustavo@codesourcery.com>
13298
13299 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13300 Handle the case of targets that do not provide PID information.
13301
2efe15c4
YQ
133022015-04-13 Yao Qi <yao.qi@linaro.org>
13303
13304 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13305 and use expect instead of gdb_expect.
13306
8cd8f2f8
SDJ
133072015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13308
13309 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13310 "coredump_var_addr" to avoid naming conflict with other testcases.
13311
9ee41772
PA
133122015-04-10 Pedro Alves <palves@redhat.com>
13313
13314 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13315 gdb_test_sequence and gdb_assert.
13316
07473109
PA
133172015-04-10 Pedro Alves <palves@redhat.com>
13318
13319 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13320 test messages that don't include the breakpoint address.
13321
de3db44c
YQ
133222015-04-10 Yao Qi <yao.qi@linaro.org>
13323
13324 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13325 false for some offset and width combinations which aren't
13326 supported by linux kernel.
13327
c79d856c
PA
133282015-04-10 Pedro Alves <palves@redhat.com>
13329
13330 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13331 procedure, factored out from ...
13332 (top level): ... here. Add "set displaced-stepping" testing axis.
13333 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13334 parameter "displaced". Use it.
13335 (top level): Use foreach and add "set displaced-stepping" testing
13336 axis.
13337
ebc90b50
PA
133382015-04-10 Pedro Alves <palves@redhat.com>
13339
13340 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13341 Remove comment.
13342 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13343 both the address of the instruction that triggers the watchpoint
13344 and the address of the instruction immediately after, and use
13345 those addresses for the test. Fix comment.
13346
8f572e5c
PA
133472015-04-10 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.base/sigstep.exp (breakpoint_to_handler)
13350 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13351 Test "backtrace" in handler.
13352 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13353 (top level): Add new "displaced" test axis to
13354 breakpoint_to_handler, breakpoint_to_handler_entry and
13355 breakpoint_over_handler.
13356
8d707a12
PA
133572015-04-10 Pedro Alves <palves@redhat.com>
13358
13359 PR gdb/18216
13360 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13361
ef713951
YQ
133622015-04-10 Yao Qi <yao.qi@linaro.org>
13363
13364 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13365 (test_add_rn_pc): New function.
13366 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13367 (top level): Invoke test_add_rn_pc.
13368
906d60cf
PA
133692015-04-10 Pedro Alves <palves@redhat.com>
13370
13371 PR gdb/13858
13372 * gdb.base/step-over-no-symbols.exp: New file.
13373
f2983cc3
AW
133742015-04-09 Andy Wingo <wingo@igalia.com>
13375
13376 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13377 after the Python tests.
13378
6d62641c
SDJ
133792015-04-08 Keith Seitz <keiths@redhat.com>
13380
13381 PR python/16699
13382 * gdb.python/py-completion.exp: New tests for completion.
13383 * gdb.python/py-completion.py (CompleteLimit1): New class.
13384 (CompleteLimit2): Likewise.
13385 (CompleteLimit3): Likewise.
13386 (CompleteLimit4): Likewise.
13387 (CompleteLimit5): Likewise.
13388 (CompleteLimit6): Likewise.
13389 (CompleteLimit7): Likewise.
13390
f3770638
PA
133912015-04-08 Pedro Alves <palves@redhat.com>
13392
13393 PR gdb/18214
13394 PR gdb/18216
13395 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13396 function.
13397 (main): Install it as SIGUSR1 handler.
13398 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13399 parameter. Always use "setup" as prefix. Toggle "set
13400 displaced-stepping" off/on depending on global. Don't switch to
13401 thread 1 here.
13402 (top level): Add displaced stepping "off/on" test axis. Update
13403 "setup" calls. Wrap each subtest with with_test_prefix. Test
13404 continuing with a queued signal in each thread.
13405
4496bed7
PA
134062015-04-08 Pedro Alves <palves@redhat.com>
13407
13408 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13409 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13410 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13411 Return early if running to main fails.
13412 * gdb.trace/while-stepping.exp: Likewise.
13413
b97fde92
PA
134142015-04-07 Pedro Alves <palves@redhat.com>
13415
13416 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13417 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13418 interact with inferior program.
13419
f71c18e7
PA
134202015-04-07 Pedro Alves <palves@redhat.com>
13421
13422 * lib/gdb.exp (inferior_spawn_id): New global.
13423 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13424 spawn id after processing the user code.
13425 (default_gdb_start): Set inferior_spawn_id.
13426 (send_inferior): New procedure.
13427 * lib/gdbserver-support.exp (gdbserver_start): Set
13428 inferior_spawn_id.
13429 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13430
6423214f
PA
134312015-04-07 Pedro Alves <palves@redhat.com>
13432
13433 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13434 * lib/gdbserver-support.exp (gdbserver_start): Make
13435 $server_spawn_id global.
13436 (gdbserver_start): Don't wait for gdbserver's spawn id with
13437 expect_background.
13438 (close_gdbserver): New procedure.
13439 (gdb_exit): Rename the default version and reimplement.
13440
71c0ee8c
PA
134412015-04-07 Pedro Alves <palves@redhat.com>
13442
72f4393d 13443 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13444 append the substituted item, not the original item.
13445
203bc29b
PA
134462015-04-07 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13449 gdb_expect.
13450
508a3ddf
PA
134512015-04-07 Pedro Alves <palves@redhat.com>
13452
13453 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13454 output appearing once only.
13455
9f6dbe2b
PA
134562015-04-07 Pedro Alves <palves@redhat.com>
13457
13458 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13459 that doesn't expect anything. Return early if running to main
13460 fails.
13461
337532fa
YQ
134622015-04-07 Yao Qi <yao.qi@linaro.org>
13463
13464 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13465 (child_function): Call alarm.
13466 (main): Move call to alarm into the loop.
13467 * gdb.threads/non-stop-fair-events.exp: Build program with
13468 -DTIMEOUT=$timeout.
13469
01b622d4
DE
134702015-04-06 Doug Evans <xdje42@gmail.com>
13471
13472 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13473 Fix dest parameter to board_info.
13474 (fpc_compile): Ditto.
13475 (gdb_compile_pascal): Rename dest arg to destfile.
13476
961f4160
PMR
134772015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13478
13479 * gdb.ada/funcall_ref.exp: New file.
13480 * gdb.ada/funcall_ref/foo.adb: New file.
13481
cafda597
YQ
134822015-04-02 Yao Qi <yao.qi@linaro.org>
13483
13484 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13485 is remote.
13486
fed040c6
GB
134872015-04-02 Gary Benson <gbenson@redhat.com>
13488
13489 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13490
d11916aa
SS
134912015-04-01 Sasha Smundak <asmundak@google.com>
13492
13493 * gdb.python/py-unwind-maint.c: New file.
13494 * gdb.python/py-unwind-maint.exp: New test.
13495 * gdb.python/py-unwind-maint.py: New file.
13496 * gdb.python/py-unwind.c: New file.
13497 * gdb.python/py-unwind.exp: New test.
13498 * gdb.python/py-unwind.py: New test.
13499
a1471180
PA
135002015-04-01 Pedro Alves <palves@redhat.com>
13501
13502 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13503 to fail instead of non-existent $test.
13504
0bbeccb1
PA
135052015-04-01 Pedro Alves <palves@redhat.com>
13506
13507 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13508 GDBFLAGS if not empty.
13509
3c724c8c
PMR
135102015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13511
13512 * gdb.ada/complete.exp: Remove "multi_line".
13513 * gdb.ada/info_exc.exp: Remove "multi_line".
13514 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13515 * gdb.ada/ptype_field.exp: Remove "multi_line".
13516 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13517 * gdb.ada/tagged.exp: Remove "multi_line".
13518 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13519 [multi_line ...]
13520 * gdb.btrace/delta.exp: Likewise.
13521 * gdb.btrace/exception.exp: Likewise.
13522 * gdb.btrace/function_call_history.exp: Likewise.
13523 * gdb.btrace/instruction_history.exp: Likewise.
13524 * gdb.btrace/nohist.exp: Likewise.
13525 * gdb.btrace/record_goto.exp: Likewise.
13526 * gdb.btrace/segv.exp: Likewise.
13527 * gdb.btrace/stepi.exp: Likewise.
13528 * gdb.btrace/tailcall.exp: Likewise.
13529 * gdb.btrace/unknown_functions.exp: Likewise.
13530 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13531 * lib/gdb.exp: Add the "multi_line" helper.
13532
4eec2deb
PA
135332015-04-01 Pedro Alves <palves@redhat.com>
13534
13535 * gdb.threads/tid-reuse.c: New file.
13536 * gdb.threads/tid-reuse.exp: New file.
13537
df8411da
SDJ
135382015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13539
13540 PR corefiles/16092
13541 * gdb.base/coredump-filter.c: New file.
13542 * gdb.base/coredump-filter.exp: Likewise.
13543
6ef37366
PM
135442015-03-27 Petr Machata <pmachata@redhat.com>
13545
13546 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13547 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13548 (Dwarf::assemble): Initialize them.
13549 (Dwarf::lines): New function.
13550
7ec911b0
JT
135512015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13552
13553 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13554 SYMBOL_PREFIX for x86_64-*-cygwin.
13555
ff908ebf
AW
135562015-03-26 Andy Wingo <wingo@igalia.com>
13557
13558 PR symtab/18148
13559 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13560 const_value but not a location.
13561 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13562 location defined in non-main CUs are visible.
13563
6d5f0679
YQ
135642015-03-26 Yao Qi <yao.qi@linaro.org>
13565
13566 PR testsuite/18139
13567 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13568 Add a line number entry for the same line.
13569 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13570 Add a line number entry for the same line.
13571
2898689b
YQ
135722015-03-26 Yao Qi <yao.qi@linaro.org>
13573
13574 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13575 .int 0.
13576 (func): Likewise. Add .Lfunc_1 label.
13577 Use .Lfunc_1 label.
13578 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13579 .int 0.
13580 (func): Likewise.
13581 Use .Lfunc_1 label.
13582
85180498
YQ
135832015-03-26 Yao Qi <yao.qi@linaro.org>
13584
13585 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13586 Call gdb_compile instead to compile each .s files without debug
13587 information.
13588
8aa08a8d
YQ
135892015-03-26 Yao Qi <yao.qi@linaro.org>
13590
13591 * gdb.base/savedregs.exp (process_saved_regs): Make
13592 "Saved registers:" optional in the pattern.
13593
66849923
MM
135942015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13595
13596 * gdb.btrace/next.exp: Merged into step.exp.
13597 * gdb.btrace/finish.exp: Merged into step.exp.
13598 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13599 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13600 "record goto" and checking the exact replay position.
13601 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13602 check for "Recording format" in "info record" output.
13603 * gdb.btrace/record_goto.exp: Choose test file based on target.
13604 * gdb.btrace/x86-record_goto.S: Renamed into ...
13605 * gdb.btrace/x86_64-record_goto.S: ... this.
13606 * gdb.btrace/i686-record_goto.S: New.
13607 * gdb.btrace/x86-tailcall.S: Renamed into ...
13608 * gdb.btrace/x86_64-tailcall.S: ... this.
13609 * gdb.btrace/i686-tailcall.S: New.
13610 * gdb.btrace/x86-tailcall.c: Renamed into ...
13611 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13612 separate statements. Update test.
13613 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13614 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13615 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13616 * gdb.btrace/tailcall.exp: Choose test file based on target.
13617 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13618
11cc1b74
MM
136192015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13620
13621 * gdb.btrace/exception.exp: Increase BTS buffer size.
13622
a25d8bf9
PA
136232015-03-24 Pedro Alves <palves@redhat.com>
13624
13625 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13626
856e7dd6
PA
136272015-03-24 Pedro Alves <palves@redhat.com>
13628
13629 * gdb.threads/schedlock.exp (test_step): No longer expect that
13630 "set scheduler-locking step" with "next" over a function call runs
13631 threads unlocked.
13632
ad235a41
AT
136332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13634
13635 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13636
15630549
AT
136372015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13638
13639 PR breakpoints/16466
13640 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13641 * gdb.mi/mi-pending.c (thread_func): New function.
13642 (int main): Add threading support required.
13643 * gdb.mi/mi-pending.exp: Add tests for this issue.
13644 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13645 (pendfunc2): Remove stdio dependency.
13646 * gdb.mi/mi-pendshr2.c: New file.
13647
693dca06
KS
136482015-03-23 Keith Seitz <keiths@redhat.com>
13649
13650 * gdb.linespec/keywords.c: New file.
13651 * gdb.linespec/keywords.exp: New file.
13652
7e993ebf
KS
136532015-03-23 Keith Seitz <keiths@redhat.com>
13654
13655 PR gdb/18021
13656 * gdb.dwarf2/staticvirtual.exp: New test.
13657
bc23328c
JK
136582015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13659
13660 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13661 * README: Remove HP-UX and gdb.hp.
13662 (configuration):
13663 * configure: Regenerate.
13664 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13665 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13666 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13667 gdb.hp/gdb.defects/Makefile.
13668 * gdb.hp/Makefile.in: File deleted.
13669 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13670 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13671 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13672 * gdb.hp/gdb.aCC/run.c: File deleted.
13673 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13674 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13675 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13676 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13677 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13678 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13679 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13680 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13681 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13682 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13683 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13684 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13685 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13686 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13687 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13688 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13689 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13690 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13691 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13692 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13693 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13694 * gdb.hp/gdb.compat/average.c: File deleted.
13695 * gdb.hp/gdb.compat/sum.c: File deleted.
13696 * gdb.hp/gdb.compat/xdb.c: File deleted.
13697 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13698 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13699 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13700 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13701 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13702 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13703 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13704 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13705 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13706 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13707 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13708 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13709 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13710 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13711 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13712 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13713 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13714 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13715 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13716 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13717 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13718 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13719 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13720 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13721 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13722 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13723 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13724 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13725 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13726 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13727 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13728 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13729 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13730 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13731 * gdb.hp/tools/odump: File deleted.
13732
8bf3b159
PA
137332015-03-19 Pedro Alves <palves@redhat.com>
13734
13735 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13736 (saw_thread_3): New globals.
13737 (top level): Increment them when an event for the corresponding
13738 thread is seen.
13739 (no thread starvation): New test.
13740
eb54c8bf
PA
137412015-03-19 Pedro Alves <palves@redhat.com>
13742
13743 * gdb.threads/continue-pending-status.c: New file.
13744 * gdb.threads/continue-pending-status.exp: New file.
13745
32d2e5d6
PA
137462015-03-18 Pedro Alves <palves@redhat.com>
13747
13748 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13749 Use gdb_is_target_remote instead of is_remote. Use
13750 gdb_test_multiple instead of gdb_expect. Exit early if
13751 gdb_test_multiple hits its internal matches. Tighten stepi tests
13752 expected output. Fail on exit with any signal, instead of just
13753 SIGILL.
13754
f68f11b7
YQ
137552015-03-18 Yao Qi <yao.qi@linaro.org>
13756
13757 PR tdep/18107
13758 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13759 variable.
13760 * gdb.base/catch-syscall.exp: Don't skip it on
13761 aarch64*-*-linux* target. Remove elements in all_syscalls.
13762 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13763 target.
13764 (setup_all_syscalls): New proc.
13765
ca5fd19b
YQ
137662015-03-16 Yao Qi <yao.qi@linaro.org>
13767
13768 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13769 (top level): Skip tests if valid_addr_p returns false for
13770 $cmd1 or $cmd2.
13771
85642ba0
AW
137722015-03-11 Andy Wingo <wingo@igalia.com>
13773
13774 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13775
e03f9645
YQ
137762015-03-11 Yao Qi <yao.qi@linaro.org>
13777
13778 * gdb.base/catch-syscall.exp: Fix typo in comments.
13779
5d0962b2
YQ
137802015-03-11 Yao Qi <yao.qi@linaro.org>
13781
13782 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13783
b2df3cef
PA
137842015-03-09 Pedro Alves <palves@redhat.com>
13785
13786 * dg-extract-results.py: Delete.
13787
ef878e53
PA
137882015-03-09 Pedro Alves <palves@redhat.com>
13789
13790 Merge dg-extract-results.sh from GCC upstream (r218843).
13791
13792 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13793 * dg-extract-results.sh: Use --text with grep to avoid issues with
13794 binary files. Fall back to cat -v, if that doesn't work.
13795
9494d219
PA
137962015-03-05 Pedro Alves <palves@redhat.com>
13797
13798 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13799
a8d9763a
SM
138002015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13801
13802 * lib/mi-support.exp (mi_expect_interrupt): Accept
13803 alternative event for when in all-stop mode.
13804
be9957b8
PA
138052015-03-04 Pedro Alves <palves@redhat.com>
13806
13807 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13808
d57be0f4 138092015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13810
13811 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13812
c214c7cf
AA
138132015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13814
13815 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13816 regexps for GDB's current line display, accept a hex address
13817 preceding the line number.
13818
6d74a497
AA
138192015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13820
13821 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13822 the 'arch1' variable for "s390*-linux*" targets.
13823
511aee7c
PA
138242015-03-04 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13827 (main): Pass missing retval argument to pthread_join call.
13828
95e50b27
PA
138292015-03-02 Pedro Alves <palves@redhat.com>
13830
13831 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13832 (top level): Call do_test with non-stop as well.
13833
28054d69
PA
138342015-03-02 Pedro Alves <palves@redhat.com>
13835
13836 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13837 -1.
13838
4fa5d7b4
AA
138392015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13840
13841 * gdb.arch/s390-vregs.exp: New test.
13842 * gdb.arch/s390-vregs.S: New file.
13843
97c18565
PA
138442015-02-27 Pedro Alves <palves@redhat.com>
13845
13846 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13847 call to catch_command_errors.
13848 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13849 catch_command_errors.
13850
a37bfa30
PA
138512015-02-27 Pedro Alves <palves@redhat.com>
13852
13853 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13854 "true" for boolean result.
13855 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13856 prototype of main.
13857
6f98576f
PA
138582015-02-27 Pedro Alves <palves@redhat.com>
13859
13860 * lib/unbuffer_output.c: New file.
13861 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13862 (main): Call gdb_unbuffer_output.
13863
eba5ab56
YQ
138642015-02-27 Yao Qi <yao.qi@linaro.org>
13865
13866 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13867 target.
13868
0def5aaa
DE
138692015-02-26 Doug Evans <dje@google.com>
13870
13871 * gdb.cp/class2.cc (Dbase, D): New classes.
13872 (main): New local delta.
13873 * gdb.cp/class2.exp: Test printing delta.
13874 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13875 (dynbar): New global.
13876 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13877
081a1c2c
JK
138782015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13879
13880 * gdb.compile/compile-ifunc.c: New file.
13881 * gdb.compile/compile-ifunc.exp: New file.
13882
2f41223f
AT
138832015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13884
13885 * gdb.base/structs.exp: Check for correct struct on finish.
13886
03eddd80
YQ
138872015-02-26 Yao Qi <yao.qi@linaro.org>
13888
13889 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13890 is zero.
13891
80c57053
JK
138922015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13893
13894 * gdb.arch/cordic.ko.bz2: New file.
13895 * gdb.arch/cordic.ko.debug.bz2: New file.
13896 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13897
21613c12
YQ
138982015-02-25 Yao Qi <yao.qi@linaro.org>
13899
13900 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13901 aarch64*-*-* target.
13902
d8b901ed
PA
139032015-02-23 Pedro Alves <palves@redhat.com>
13904
13905 * lib/gdb.exp (delete_breakpoints): Rewrite using
13906 gdb_test_multiple.
13907
e5b85ead
PA
139082015-02-23 Pedro Alves <palves@redhat.com>
13909
13910 * gdb.base/info-os.c: Include stdlib.h.
13911
85c3a371
DE
139122015-02-22 Doug Evans <xdje42@gmail.com>
13913
13914 PR symtab/17855
13915 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13916 is read after symbols have been re-read.
13917 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13918 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13919
96553a0c
DE
139202015-02-21 Doug Evans <dje@google.com>
13921
13922 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13923
97a0c697
JK
139242015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13925
13926 PR corefiles/17808
13927 * gdb.arch/i386-biarch-core.core.bz2: New file.
13928 * gdb.arch/i386-biarch-core.exp: New file.
13929
a47cd6e9
PA
139302015-02-21 Pedro Alves <palves@redhat.com>
13931
13932 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13933 runto_main fails.
13934
c5facdc4
PA
139352015-02-20 Pedro Alves <palves@redhat.com>
13936
13937 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13938 info probes.
13939
2db9a427
PA
139402015-02-20 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13943
60fb7e9e
PA
139442015-02-20 Pedro Alves <palves@redhat.com>
13945
13946 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13947 clean_restart before gdb_target_supports_trace.
13948
5c5019c2
PA
139492015-02-20 Pedro Alves <palves@redhat.com>
13950
13951 PR threads/18006
13952 * gdb.threads/clone-thread_db.c: New file.
13953 * gdb.threads/clone-thread_db.exp: New file.
13954
c9587f88
AT
139552015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13956
13957 PR breakpoints/16812
13958 * gdb.base/catch-gdb-caused-signals.c: New file.
13959 * gdb.base/catch-gdb-caused-signals.exp: New file.
13960
f6a88844
JM
139612015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13962
13963 * configure: Regenerated.
13964 * configure.ac: Use GDB_AC_TRANSFORM.
13965 * aclocal.m4: sinclude ../transform.m4.
13966
497c491b
JM
139672015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13968
13969 * lib/dtrace.exp: New file.
13970 * gdb.base/dtrace-probe.exp: Likewise.
13971 * gdb.base/dtrace-probe.d: Likewise.
13972 * gdb.base/dtrace-probe.c: Likewise.
13973 * lib/pdtrace.in: Likewise.
13974 * configure.ac: Output variables with the transformed names of
13975 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13976 * configure: Regenerated.
13977
03e98035
JM
139782015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13979
13980 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13981 expected message when trying to access $_probe_* convenience
13982 variables while not on a probe.
13983
63cc30e9
JK
139842015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13985
13986 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13987
0703599a
PA
139882015-02-11 Pedro Alves <pedro@codesourcery.com>
13989
13990 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13991 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13992
7e60a48e
DE
139932015-02-10 Doug Evans <xdje42@gmail.com>
13994
13995 * lib/gdb.exp (gdb_load): Always return a result.
13996
01b088bc
PA
139972015-02-10 Pedro Alves <palves@redhat.com>
13998
13999 * gdb.threads/signal-sigtrap.c: New file.
14000 * gdb.threads/signal-sigtrap.exp: New file.
14001
b05ec7a5
AT
140022015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14003
14004 * gdb.trace/no-attach-trace.c: New file.
14005 * gdb.trace/no-attach-trace.exp: New file.
14006
a2c2acaf
MW
140072015-02-09 Mark Wielaard <mjw@redhat.com>
14008
14009 * gdb.dwarf2/atomic.c: New file.
14010 * gdb.dwarf2/atomic-type.exp: Likewise.
14011
31fd9caa
MM
140122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14013
14014 * gdb.btrace/buffer-size.exp: Update "info record" output.
14015 * gdb.btrace/delta.exp: Update "info record" output.
14016 * gdb.btrace/enable.exp: Update "info record" output.
14017 * gdb.btrace/finish.exp: Update "info record" output.
14018 * gdb.btrace/instruction_history.exp: Update "info record" output.
14019 * gdb.btrace/next.exp: Update "info record" output.
14020 * gdb.btrace/nexti.exp: Update "info record" output.
14021 * gdb.btrace/step.exp: Update "info record" output.
14022 * gdb.btrace/stepi.exp: Update "info record" output.
14023 * gdb.btrace/nohist.exp: Update "info record" output.
14024
d33501a5
MM
140252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14026
14027 * gdb.btrace/buffer-size: New.
14028
f4abbc16
MM
140292015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14030
14031 * gdb.btrace/delta.exp: Update "info record" output.
14032 * gdb.btrace/enable.exp: Update "info record" output.
14033 * gdb.btrace/finish.exp: Update "info record" output.
14034 * gdb.btrace/instruction_history.exp: Update "info record" output.
14035 * gdb.btrace/next.exp: Update "info record" output.
14036 * gdb.btrace/nexti.exp: Update "info record" output.
14037 * gdb.btrace/step.exp: Update "info record" output.
14038 * gdb.btrace/stepi.exp: Update "info record" output.
14039 * gdb.btrace/nohist.exp: Update "info record" output.
14040
b9d61307
SM
140412015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14042
14043 PR gdb/15678
14044 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14045
e584fdbc
PA
140462015-02-06 Pedro Alves <palves@redhat.com>
14047
14048 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14049 macro.
14050 (seconds_left, again): New globals.
14051 (main): Wait seconds_left in a 1-second sleep loop instead of
14052 sleeping 180 seconds. If 'again' is set, reset the seconds
14053 counter.
14054 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14055 'again' in the inferior before detaching. Print the seconds left.
14056 (options): New global.
14057 (top level): Build program with -DTIMEOUT=$timeout.
14058
77f41761
PA
140592015-02-06 Pedro Alves <palves@redhat.com>
14060
14061 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14062 determine how many seconds to pass to 'alarm'.
14063 * gdb.base/gdb-sigterm.exp (top level): Build program with
14064 -DTIMEOUT=$timeout.
14065 (do_test): Return success/failure indication. Add more verbose
14066 logging. Don't fail if 200 single steps are seen. Instead, fail
14067 when the test times out.
14068 (passes): New global.
14069 (top level): Break the testing loop if testing fails on any
14070 iteration. Use gdb_assert.
14071
b9394193
DB
140722015-02-04 Don Breazeal <donb@codesourcery.com>
14073
14074 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14075 and initialize them.
14076 (ipc_cleanup): New function.
14077 (main): Don't declare shmid, semid, and msqid. Add a call to
14078 atexit so that we call ipc_cleanup on exit.
14079
42d9e528
PA
140802015-02-04 Pedro Alves <palves@redhat.com>
14081
14082 * boards/native-extended-gdbserver.exp: Remove any target variant
14083 specifications from the board name before clearing the isremote
14084 flag from board_info.
14085
ae6ae975
DE
140862015-01-31 Doug Evans <xdje42@gmail.com>
14087
14088 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14089
cfb069a8
GB
140902015-01-31 Gary Benson <gbenson@redhat.com>
14091
14092 * gdb.base/completion.exp: Disable completion limiting for
14093 existing tests. Add new tests to check completion limiting.
14094 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14095
5dd31d79
DE
140962015-01-31 Doug Evans <xdje42@gmail.com>
14097
14098 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14099
9f050062
DE
141002015-01-31 Doug Evans <xdje42@gmail.com>
14101
14102 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14103 entries. Duplicate file section script entries.
14104 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14105 inlined entries. Add test for safe-path rejection.
14106 * gdb.python/py-section-script.c: Add duplicate inlined section script
14107 entries. Duplicate file section script entries.
14108 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14109 inlined entries. Add test for safe-path rejection.
14110
df25ebbd
JB
141112015-01-29 Joel Brobecker <brobecker@adacore.com>
14112
14113 * gdb.ada/disc_arr_bound: New testcase.
14114
4a0ca9ec
JB
141152015-01-29 Joel Brobecker <brobecker@adacore.com>
14116
14117 * gdb.ada/mi_var_array: New testcase.
14118
3a8b707a
DE
141192015-01-27 Doug Evans <dje@google.com>
14120
14121 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14122 Add test for objfile.filename, objfile.username after objfile
14123 has been unloaded.
14124
f8313f6e
JB
141252015-01-26 Joel Brobecker <brobecker@adacore.com>
14126
14127 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14128 the second test to print the name attribute of value
14129 returned by the call to gdb.lookup_type, and adjust
14130 the expected output accordingly.
14131
37bc665e
MW
141322015-01-25 Mark Wielaard <mjw@redhat.com>
14133
14134 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14135 * gdb.base/disp-step-fork.c: Include unistd.h.
14136 * gdb.base/siginfo-obj.c: Include stdio.h.
14137 * gdb.base/siginfo-thread.c: Likewise.
14138 * gdb.mi/non-stop.c: Include unistd.h.
14139 * gdb.mi/nsthrexec.c: Include stdio.h.
14140 * gdb.mi/pthreads.c: Include unistd.h.
14141 * gdb.modula2/unbounded1.c (main): Declare returns int.
14142 * gdb.reverse/consecutive-reverse.c: Likewise.
14143 * gdb.threads/create-fail.c: Include unistd.h.
14144 * gdb.threads/killed.c: Likewise.
14145 * gdb.threads/linux-dp.c: Likewise.
14146 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14147 * gdb.threads/non-ldr-exc-2.c: Likewise.
14148 * gdb.threads/non-ldr-exc-3.c: Likewise.
14149 * gdb.threads/non-ldr-exc-4.c: Likewise.
14150 * gdb.threads/pthreads.c: Include unistd.h.
14151 (main): Declare returns int.
14152 * gdb.threads/tls-main.c (foo): New declaration.
14153 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14154
f7e5394d
SM
141552015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14156
14157 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14158 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14159
743649fd
MW
141602015-01-15 Mark Wielaard <mjw@redhat.com>
14161
14162 * gdb.base/noreturn-return.c: New file.
14163 * gdb.base/noreturn-return.exp: New file.
14164 * gdb.base/noreturn-finish.c: New file.
14165 * gdb.base/noreturn-finish.exp: New file.
14166
198297aa
PA
141672015-01-23 Pedro Alves <palves@redhat.com>
14168
14169 * gdb.threads/continue-pending-after-query.c: New file.
14170 * gdb.threads/continue-pending-after-query.exp: New file.
14171
717cf30c
AG
141722015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14173 Simon Marchi <simon.marchi@ericsson.com>
14174
14175 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14176 * gdb.base/valgrind-db-attach.exp: Same.
14177 * gdb.base/valgrind-infcall.exp: Same.
14178 * lib/mi-support.exp (default_mi_gdb_start): Same.
14179 * lib/prompt.exp (default_prompt_gdb_start): Same.
14180 * lib/gdb.exp (default_gdb_spawn): Same.
14181 (gdb_interact): New.
14182
14183
4b62a76e
JK
141842015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14185
14186 * gdb.compile/compile.exp (pointer to jit function): New test.
14187
b4cdae6f
WW
141882015-01-17 Wei-cheng Wang <cole945@gmail.com>
14189
14190 * lib/gdb.exp (supports_process_record): Return true for
14191 powerpc*-*-linux*.
14192 (supports_reverse): Likewise.
14193
d221e7ef
DB
141942015-01-15 Don Breazeal <donb@codesourcery.com>
14195
14196 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14197 instead of checking whether the target board is remote and
14198 use spawn_wait_for_attach instead of exec/sleep.
14199 * gdb.base/attach-twice.exp: Likewise.
14200
bafffb51
JB
142012015-01-15 Joel Brobecker <brobecker@adacore.com>
14202
14203 * gdb.ada/var_arr_attrs: New testcase.
14204
5589af0e
PA
142052015-01-14 Pedro Alves <palves@redhat.com>
14206 Joel Brobecker <brobecker@adacore.com>
14207
14208 PR gdb/17525
14209 * gdb.base/bp-cmds-execution-x-script.c: New file.
14210 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14211 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14212
6c400b59
PA
142132015-01-14 Pedro Alves <palves@redhat.com>
14214
14215 PR cli/17828
14216 * gdb.base/batch-preserve-term-settings.c: New file.
14217 * gdb.base/batch-preserve-term-settings.exp: New file.
14218
e02c96a7
DE
142192015-01-13 Doug Evans <dje@google.com>
14220
14221 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14222 binary.
14223
576fd14c
JB
142242015-01-13 Joel Brobecker <brobecker@adacore.com>
14225
14226 * Makefile.in (clean mostlyclean): Do not delete *.py.
14227
04dccad0
JB
142282015-01-13 Joel Brobecker <brobecker@adacore.com>
14229
14230 * gdb.python/py-lookup-type.exp: New file.
14231
3d230f71
PA
142322015-01-12 Pedro Alves <palves@redhat.com>
14233
14234 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14235 restore GDBFLAGS before returning.
14236
7e67715d
JK
142372015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14238
14239 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14240 is_amd64_regs_target and is_x86_like_target.
14241
f2e0d4b4
DE
142422015-01-11 Doug Evans <xdje42@gmail.com>
14243
14244 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14245 is given without an explicit form.
14246 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14247 attributes.
14248 * gdb.dwarf/corrupt.exp: Ditto.
14249 * gdb.dwarf2/enum-type.exp: Ditto.
14250 * gdb.trace/entry-values.exp: Ditto.
14251 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14252
439250fb
DE
142532015-01-11 Doug Evans <xdje42@gmail.com>
14254
14255 PR gdb/15830
14256 * gdb.base/maint.exp: Remove references to "maint demangle".
14257 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14258 Add tests for explicitly specifying language to demangle.
14259 * gdb.dlang/demangle.exp: Ditto.
14260
ede9f622
PA
142612015-01-09 Pedro Alves <palves@redhat.com>
14262
14263 * gdb.threads/non-stop-fair-events.c: New file.
14264 * gdb.threads/non-stop-fair-events.exp: New file.
14265
a7b796db
PA
142662015-01-09 Pedro Alves <palves@redhat.com>
14267
14268 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14269 the global scope. Set a breakpoint after all threads are started
14270 rather than stepping over two source lines. Expect the prompt.
14271 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14272 global.
14273 (NUM): Now 15.
14274 (main): Use threads_started_barrier to wait for all threads to
14275 start. Main thread no longer calls thread_function. Exit after
14276 180 seconds.
14277 (loop): New function.
14278 (thread_function): Wait on threads_started_barrier barrier. Call
14279 'loop' at each iteration.
14280 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14281 threads have started, instead of hardcoding number of "next"
14282 steps. Use an access watchpoint instead of a write watchpoint.
14283
9665ffdd
PA
142842015-01-09 Pedro Alves <palves@redhat.com>
14285
14286 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14287 (thread_func): Wait on barrier.
14288 (main): Wait for all threads to start before stopping GDB.
14289 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14290 global.
14291 (thread1_func, thread2_func): Wait on barrier.
14292 (main): Wait for all threads to start before stopping GDB.
14293 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14294 New global.
14295 (thread1_func, thread2_func): Wait on barrier.
14296 (main): Wait for all threads to start before stopping GDB.
14297
c945a99f
PA
142982015-01-09 Pedro Alves <palves@redhat.com>
14299
14300 * gdb.threads/attach-many-short-lived-threads.c: New file.
14301 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14302
c1a747c1
PA
143032014-01-09 Pedro Alves <palves@redhat.com>
14304
14305 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14306 instead of to thread 2.
14307 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14308 Add barrier around each pthread_create call instead of around all
14309 calls.
14310 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14311 Set a break on thread_function and have the child threads hit it
14312 one at at a time.
14313
60b3033e
PA
143142015-01-09 Pedro Alves <palves@redhat.com>
14315
14316 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14317 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14318 false.
14319 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14320 checking whether the target board is remote.
14321 * gdb.multi/multi-attach.exp: Likewise.
14322 * gdb.python/py-sync-interp.exp: Likewise.
14323 * gdb.server/ext-attach.exp: Likewise.
14324 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14325 tests that need to attach, instead of checking whether the target
14326 board is remote at the top of the file.
14327
acc018ac
YQ
143282015-01-08 Yao Qi <yao@codesourcery.com>
14329
14330 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14331
50a18af8
JK
143322015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14333
14334 Fix testcase compilation.
14335 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14336
8503d6e1
JB
143372015-01-06 Joel Brobecker <brobecker@adacore.com>
14338
14339 * gdb.python/py-type.exp: Add a couple test about empty
14340 array creation, and negative-length array creation.
14341
cc73dbcc
DE
143422015-01-02 Doug Evans <xdje42@gmail.com>
14343
14344 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14345
0300bbc7
DE
143462015-01-02 Doug Evans <dje@google.com>
14347
14348 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14349
9d85a0ec
YQ
143502014-12-29 Yao Qi <yao@codesourcery.com>
14351
14352 * gdb.trace/entry-values.exp: Update comments. Rename variable
14353 bar_call_foo to returned_from_foo.
14354
87186c6a
MMN
143552014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14356
14357 PR gdb/17394
14358 * gdb.linespec/break-asm-file.c: New file.
14359 * gdb.linespec/break-asm-file.exp: New file.
14360 * gdb.linespec/break-asm-file0.s: New file.
14361 * gdb.linespec/break-asm-file1.s: New file.
14362
1bab7383
YQ
143632014-12-18 Nigel Stephens <nigel@mips.com>
14364 Maciej W. Rozycki <macro@codesourcery.com>
14365
14366 * gdb.base/float.exp: Handle the new output from "info float" on
14367 MIPS targets.
14368
1bc1068a
JK
143692014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14370
14371 Fix MinGW compilation.
14372 * gdb.compile/compile-ops.exp: Update untested message if
14373 !skip_compile_feature_tests.
14374 * gdb.compile/compile-setjmp.exp: Likewise.
14375 * gdb.compile/compile-tls.exp: Likewise.
14376 * gdb.compile/compile.exp: Likewise.
14377 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14378 supported on this host".
14379
b6615d10
DE
143802014-12-16 Doug Evans <xdje42@gmail.com>
14381
14382 * boards/stabs.exp: New file.
14383
25dda427
AA
143842014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14385
14386 * gdb.base/completion.exp: Adjust to format changes of "maint
14387 print user-registers".
14388
bf330350
CU
143892014-12-16 Catalin Udma <catalin.udma@freescale.com>
14390
14391 PR server/17457
14392 * gdb.arch/aarch64-fp.c: New file.
14393 * gdb.arch/aarch64-fp.exp: New file.
14394
395cf596
SDJ
143952014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14396
14397 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14398 r210637, r210913, r211666, r215400, r215817).
14399
14400 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14401 * dg-extract-results.py: New file.
14402 * dg-extract-results.sh: Use it if the environment seems
14403 suitable.
14404
14405 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14406
14407 * dg-extract-results.py (parse_run): Handle warnings that
14408 are printed before a test harness is run.
14409
14410 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14411
14412 * dg-extract-results.py (Named): Remove __cmp__ method.
14413 (output_variation): Use a key to sort variation.harnesses.
14414
14415 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14416
14417 * dg-extract-results.py: For Python 3, force sys.stdout to
14418 handle surrogate escape sequences.
14419 (safe_open): New function.
14420 (output_segment, main): Use it.
14421
14422 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14423
14424 * dg-extract-results.py (Prog.result_re): Include options
14425 in test name.
14426
14427 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14428
14429 * dg-extract-results.py (output_variation): Always sort if
14430 do_sum.
14431
e882ef3c
SM
144322014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14433
14434 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14435 as long as we get pagination notifications.
14436
4992aa20
JM
144372014-12-15 Jason Merrill <jason@redhat.com>
14438
14439 * Makefile.in (check-gdb.%): Restore.
14440 * README: Mention it.
14441
c1b5a1a6
JB
144422014-12-13 Joel Brobecker <brobecker@adacore.com>
14443
14444 * gdb.ada/str_uninit: New testcase.
14445
5537b577
JK
144462014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14447
14448 PR symtab/17642
14449 * gdb.base/vla-stub-define.c: New file.
14450 * gdb.base/vla-stub.c: New file.
14451 * gdb.base/vla-stub.exp: New file.
14452
bb2ec1b3
TT
144532014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14454 Jan Kratochvil <jan.kratochvil@redhat.com>
14455 Tom Tromey <tromey@redhat.com>
14456
14457 * configure.ac: Add gdb.compile/.
14458 * configure: Regenerate.
14459 * gdb.compile/Makefile.in: New file.
14460 * gdb.compile/compile-ops.exp: New file.
14461 * gdb.compile/compile-ops.c: New file.
14462 * gdb.compile/compile-tls.c: New file.
14463 * gdb.compile/compile-tls.exp: New file.
14464 * gdb.compile/compile-constvar.S: New file.
14465 * gdb.compile/compile-constvar.c: New file.
14466 * gdb.compile/compile-mod.c: New file.
14467 * gdb.compile/compile-nodebug.c: New file.
14468 * gdb.compile/compile-setjmp-mod.c: New file.
14469 * gdb.compile/compile-setjmp.c: New file.
14470 * gdb.compile/compile-setjmp.exp: New file.
14471 * gdb.compile/compile-shlib.c: New file.
14472 * gdb.compile/compile.c: New file.
14473 * gdb.compile/compile.exp: New file.
14474 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14475
4ff709eb
TT
144762014-12-12 Tom Tromey <tromey@redhat.com>
14477
14478 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14479 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14480
6dddd6a5
DE
144812014-12-12 Doug Evans <dje@google.com>
14482
14483 * lib/gdb-python.exp (get_python_valueof): New function.
14484 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14485
71c24708
AA
144862014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14487
14488 * gdb.base/completion.exp: Add test for completion of "info
14489 registers ".
14490
3e29f34a
MR
144912014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14492
14493 * gdb.base/func-ptrs.c: New file.
14494 * gdb.base/func-ptrs.exp: New file.
14495
fc126975
SM
144962014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14497
14498 PR breakpoints/17012
14499 * gdb.base/dprintf-detach.c: New file.
14500 * gdb.base/dprintf-detach.exp: New file.
14501
0a46d518
SM
145022014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14503
14504 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14505 * lib/gdb.exp (target_is_gdbserver): New procedure.
14506
a0be3e44
DE
145072014-12-08 Doug Evans <dje@google.com>
14508
14509 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14510
df1b803a
YQ
145112014-12-05 Yao Qi <yao@codesourcery.com>
14512
14513 * gdb.guile/scm-error.exp: Remove the third argument to
14514 gdb_remote_download.
14515 * gdb.guile/scm-frame-args.exp: Likewise.
14516 * gdb.guile/scm-section-script.exp: Likewise.
14517
ddb9f679
YQ
145182014-12-05 Yao Qi <yao@codesourcery.com>
14519
14520 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14521
86e4ed39
DE
145222014-12-04 Doug Evans <dje@google.com>
14523
14524 * gdb.python/py-objfile.exp: Add tests for
14525 objfile.add_separate_debug_file.
14526
7c50a931
DE
145272014-12-04 Doug Evans <dje@google.com>
14528
14529 * lib/gdb.exp (get_build_id): New function.
14530 (build_id_debug_filename_get): Rewrite to use it.
14531 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14532
621661e3
MR
145332014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14534
14535 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14536 `method(long)', not just 0x0.
14537 * gdb.cp/nsalias.exp: Align code labels to 4.
14538 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14539 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14540 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14541 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14542 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14543 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14544
29f0c3b7
DE
145452014-12-02 Doug Evans <dje@google.com>
14546
e1e061e7 14547 PR symtab/17602
29f0c3b7 14548 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14549 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14550 * gdb.cp/anon-ns.exp: Update.
14551
162078c8
NB
145522014-12-02 Nick Bull <nicholaspbull@gmail.com>
14553
14554 * gdb.python/py-events.py (inferior_call_handler): New.
14555 (register_changed_handler, memory_changed_handler): New.
14556 (test_events.invoke): Register new handlers.
14557 * gdb.python/py-events.exp: Add tests for inferior call,
14558 memory_changed and register_changed events.
14559
fdb09caf
AA
145602014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14561
14562 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14563 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14564 if the linker doesn't understand this.
14565
55cfb2c4
SM
145662014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14567
14568 * gdb.python/python.exp: Change expected reply to help().
14569
9e8cd6df
YQ
145702014-12-01 Yao Qi <yao@codesourcery.com>
14571
14572 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14573 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14574 * configure: Re-generated.
14575
6c659fc2
SC
145762014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14577
14578 * gdb.cp/chained-calls.cc: New file.
14579 * gdb.cp/chained-calls.exp: New file.
14580 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14581
d7fc3181
SM
145822014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14583
14584 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14585 * gdb.dwarf2/symtab-producer.exp: Same.
14586 * gdb.gdb/python-interrupts.exp: Same.
14587 * gdb.gdb/python-selftest.exp: Same.
14588 * gdb.python/py-linetable.exp: Same.
14589 * gdb.python/py-type.exp: Same.
14590 * gdb.python/py-value-cc.exp: Same.
14591 * gdb.python/py-value.exp: Same.
14592
10e79639
YQ
145932014-11-28 Yao Qi <yao@codesourcery.com>
14594
14595 * gdb.base/break-probes.exp: Match library name prefixed with
14596 sysroot.
14597
f28a0564
SM
145982014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14599
14600 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14601 test expected output. Add parentheses for the call to print.
14602 Remove L suffix from integers.
14603
3fe1ce1d
DE
146042014-11-26 Doug Evans <dje@google.com>
14605
14606 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14607
84429e27
YQ
146082014-11-22 Yao Qi <yao@codesourcery.com>
14609
14610 * gdb.trace/entry-values.c: Remove asms.
14611 (foo): Add foo_label.
14612 (bar): Add bar_label.
14613 * gdb.trace/entry-values.exp: Remove code computing foo's
14614 length and bar's length.
14615 (Dwarf::assemble): Invoke function_range for bar and use
14616 MACRO_AT_func for foo.
14617
26741859
YQ
146182014-11-22 Yao Qi <yao@codesourcery.com>
14619
14620 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14621 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14622 Use .Lgcc43_procstart instead of gcc43.
14623
45e44d27
JB
146242014-11-21 Joel Brobecker <brobecker@adacore.com>
14625
14626 * gdb.ada/n_arr_bound: New testcase.
14627
458c8db8
SDJ
146282014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14629
14630 PR breakpoints/10737
14631 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14632 test_catch_syscall_multi_arch.
14633 (test_catch_syscall_multi_arch): New function.
14634
43f3e411
DE
146352014-11-20 Doug Evans <xdje42@gmail.com>
14636
14637 * gdb.base/maint.exp: Update expected output.
14638
0d7b2549
AA
146392014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14640
14641 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14642 4-byte instruction on S390.
14643
8908fca5
JB
146442014-11-19 Joel Brobecker <brobecker@adacore.com>
14645
14646 * gdb.ada/arr_arr: New testcase.
14647
4a46959e
JB
146482014-11-19 Joel Brobecker <brobecker@adacore.com>
14649
14650 * gdb.ada/pkd_arr_elem: New Testcase.
14651
470e2f4e
LM
146522014-11-18 Luis Machado <lgustavo@codesourcery.com>
14653
14654 * gdb.reverse/break-precsave: Expect completion message for
14655 core file reads.
14656 * gdb.reverse/consecutive-precsave.exp: Likewise.
14657 * gdb.reverse/finish-precsave.exp: Likewise.
14658 * gdb.reverse/i386-precsave.exp: Likewise.
14659 * gdb.reverse/machinestate-precsave.exp: Likewise.
14660 * gdb.reverse/sigall-precsave.exp: Likewise.
14661 * gdb.reverse/solib-precsave.exp: Likewise.
14662 * gdb.reverse/step-precsave.exp: Likewise.
14663 * gdb.reverse/until-precsave.exp: Likewise.
14664 * gdb.reverse/watch-precsave.exp: Likewise.
14665
a267f3ad
AA
146662014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14667
14668 * gdb.base/bp-permanent.c: Include unistd.h.
14669 * gdb.python/py-framefilter-mi.c (main): Add return type.
14670 * gdb.python/py-framefilter.c (main): Likewise.
14671 * gdb.trace/actions-changed.c (main): Likewise.
14672
12084a9a
AA
146732014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14674
14675 * gdb.mi/until.c: Add eye-catchers.
14676 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14677 line numbers.
14678
dc7e1a77
AA
146792014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14680
14681 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14682 function header variants in break1.c.
14683 * gdb.base/ena-dis-br.exp: Likewise.
14684 * gdb.base/hbreak2.exp: Likewise.
14685 * gdb.reverse/until-precsave.exp: Drop references to removed
14686 non-prototype function header variants in ur1.c.
14687 * gdb.reverse/until-reverse.exp: Likewise.
14688
41c77605
PM
146892014-11-17 Petr Machata <pmachata@redhat.com>
14690
14691 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14692 ${_cu_offset_size} bytes abbrev offset.
14693
34248c3a
DE
146942014-11-15 Doug Evans <xdje42@gmail.com>
14695
14696 PR symtab/17559
14697 * gdb.base/line-symtabs.exp: New file.
14698 * gdb.base/line-symtabs.c: New file.
14699 * gdb.base/line-symtabs.h: New file.
14700
646da059
YQ
147012014-11-14 Yao Qi <yao@codesourcery.com>
14702
14703 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14704 (func): Add label func_label.
14705 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14706 Replace low_pc and high_pc with MACRO_AT_range.
14707 Replace name, low_pc and high_pc with MACRO_AT_func.
14708
9301ebe6
YQ
147092014-11-14 Yao Qi <yao@codesourcery.com>
14710
14711 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14712 Replace name, low_pc and high_pc with MACRO_AT_func.
14713
f166b542
YQ
147142014-11-14 Yao Qi <yao@codesourcery.com>
14715
14716 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14717 produce debug information.
14718 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14719
0f6e71e3
YQ
147202014-11-14 Yao Qi <yao@codesourcery.com>
14721
14722 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14723 object and get function length.
14724 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14725 with MACRO_AT_func.
14726 (top-level): Replace gdb_compile and clean_restart with
14727 prepare_for_testing.
14728 * gdb.dwarf2/main.c (main): Add label main_label.
14729
876c4df9
YQ
147302014-11-14 Yao Qi <yao@codesourcery.com>
14731
14732 * lib/dwarf.exp (function_range): New procedure.
14733 (Dwarf::_handle_macro_at_func): New procedure.
14734 (Dwarf::_handle_macro_at_range): New procedure.
14735 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14736
02ad9cf1
YQ
147372014-11-14 Yao Qi <yao@codesourcery.com>
14738
14739 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14740 (_handle_attribute): New procedure.
14741
a59add0c
AA
147422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14743
14744 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14745 * gdb.base/call-sc.c (zed): Likewise.
14746 * gdb.base/checkpoint.c (main): Likewise.
14747 * gdb.base/dump.c (main): Likewise.
14748 * gdb.base/gcore.c (main): Likewise.
14749 * gdb.base/huge.c (main): Likewise.
14750 * gdb.base/multi-forks.c (main): Likewise.
14751 * gdb.base/pr10179-a.c (main): Likewise.
14752 * gdb.base/savedregs.c (main): Likewise.
14753 * gdb.base/sigaltstack.c (main): Likewise.
14754 * gdb.base/siginfo.c (main): Likewise.
14755 * gdb.base/structs.c (zed): Likewise.
14756 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14757 * gdb.mi/mi-syn-frame.c (main): Likewise.
14758 * gdb.mi/until.c (foo, main): Likewise.
14759 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14760 * gdb.base/solib-weak.c (foo): Declare.
14761 * gdb.base/attach-twice.c: Include stdio.h.
14762 * gdb.base/weaklib1.c: Likewise.
14763 * gdb.base/weaklib2.c: Likewise.
14764 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14765 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14766 unistd.h.
14767 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14768 * gdb.mi/mi-exit-code.c: Likewise.
14769 * gdb.base/break-interp-lib.c: Include string.h.
14770 * gdb.base/coremaker.c: Likewise.
14771 * gdb.base/testenv.c: Likewise.
14772 * gdb.python/py-finish-breakpoint.c: Likewise.
14773 * gdb.base/inferior-died.c: Include sys/wait.h.
14774 * gdb.base/fileio.c: Include time.h.
14775 * gdb.base/async-shell.c: Include unistd.h.
14776 * gdb.base/dprintf-non-stop.c: Likewise.
14777 * gdb.base/info-os.c: Likewise.
14778 * gdb.mi/mi-console.c: Likewise.
14779 * gdb.mi/watch-nonstop.c: Likewise.
14780 * gdb.python/py-events.c: Likewise.
14781 * gdb.base/async.c (baz): Move up before its invocation.
14782 * gdb.base/code_elim2.c (my_global_func): Likewise.
14783 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14784 * gdb.base/advance.c (func2): Likewise.
14785
3b5d5997
AA
147862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14787
14788 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14789 variant.
14790 * gdb.base/annota3.c: Likewise.
14791 * gdb.base/async.c: Likewise.
14792 * gdb.base/average.c: Likewise.
14793 * gdb.base/call-ar-st.c: Likewise.
14794 * gdb.base/call-rt-st.c: Likewise.
14795 * gdb.base/call-sc.c: Likewise.
14796 * gdb.base/call-strs.c: Likewise.
14797 * gdb.base/ending-run.c: Likewise.
14798 * gdb.base/execd-prog.c: Likewise.
14799 * gdb.base/exprs.c: Likewise.
14800 * gdb.base/foll-exec.c: Likewise.
14801 * gdb.base/foll-fork.c: Likewise.
14802 * gdb.base/foll-vfork.c: Likewise.
14803 * gdb.base/funcargs.c: Likewise.
14804 * gdb.base/gcore.c: Likewise.
14805 * gdb.base/jump.c: Likewise.
14806 * gdb.base/langs0.c: Likewise.
14807 * gdb.base/langs1.c: Likewise.
14808 * gdb.base/langs2.c: Likewise.
14809 * gdb.base/mips_pro.c: Likewise.
14810 * gdb.base/nodebug.c: Likewise.
14811 * gdb.base/opaque0.c: Likewise.
14812 * gdb.base/opaque1.c: Likewise.
14813 * gdb.base/recurse.c: Likewise.
14814 * gdb.base/run.c: Likewise.
14815 * gdb.base/scope0.c: Likewise.
14816 * gdb.base/scope1.c: Likewise.
14817 * gdb.base/setshow.c: Likewise.
14818 * gdb.base/setvar.c: Likewise.
14819 * gdb.base/shmain.c: Likewise.
14820 * gdb.base/shr1.c: Likewise.
14821 * gdb.base/shr2.c: Likewise.
14822 * gdb.base/sigall.c: Likewise.
14823 * gdb.base/signals.c: Likewise.
14824 * gdb.base/so-indr-cl.c: Likewise.
14825 * gdb.base/solib2.c: Likewise.
14826 * gdb.base/structs.c: Likewise.
14827 * gdb.base/sum.c: Likewise.
14828 * gdb.base/vforked-prog.c: Likewise.
14829 * gdb.base/watchpoint.c: Likewise.
14830 * gdb.reverse/shr2.c: Likewise.
14831 * gdb.reverse/until-reverse.c: Likewise.
14832 * gdb.reverse/ur1.c: Likewise.
14833 * gdb.reverse/watch-reverse.c: Likewise.
14834
066a77c5
AA
148352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14836
14837 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14838 variant.
14839 * gdb.base/sepdebug.exp: Drop references to removed code.
14840
4f204ea5
AA
148412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14842
14843 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14844 variant. Preserve original line numbering.
14845 * gdb.base/list1.c: Likewise.
14846
3b377a3a
AA
148472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14848
14849 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14850 variant.
14851 * gdb.base/break1.c: Likewise.
14852 * gdb.base/break.exp: Drop references to removed code.
14853
e444df73
AA
148542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14855
14856 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14857 variant.
14858
8008f2a7
AA
148592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14860
14861 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14862
a5a06887
AA
148632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14864
14865 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14866 logic into perform_all_tests() and invoke it with and without
14867 function header prototypes.
14868 (do_function_calls): Remove conditional XFAIL for PR 5318.
14869 (rerun_and_prepare): Remove duplicate code.
14870 (perform_all_tests): New. Main logic moved here.
14871
44dba9b9
AA
148722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14873
14874 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14875 code guarded by #ifdef NO_PROTOTYPES.
14876 (t_double_many_args): Likewise.
14877 (DEF_FUNC_MANY_ARGS_1): Likewise.
14878 (DEF_FUNC_VALUES_1): Likewise.
14879 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14880 guarded by #ifdef PROTOTYPES.
14881
d1fbcd56
AA
148822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14883
14884 * gdb.mi/mi-console.c: Add eye-catcher.
14885 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14886 instead of literal line number.
14887
b0e59b8f
AA
148882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14889
14890 * gdb.base/shr2.c: Add eye-catcher.
14891 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14892 line number.
14893
78f98cca
AA
148942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14895
14896 * gdb.base/jump.c: Add eye-catchers.
14897 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14898 numbers.
14899
58fa2af0
AA
149002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14901
14902 * gdb.base/execd-prog.c: Add eye-catchers.
14903 * gdb.base/foll-exec.c: Likewise.
14904 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14905 line numbers.
14906
04e5059b
AA
149072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14908
14909 * gdb.base/ending-run.c: Add eye-catchers.
14910 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14911 literal line numbers.
14912
dbfdb174
AA
149132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14914
14915 * gdb.base/call-rt-st.c: Add eye-catchers.
14916 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14917 literal line numbers.
14918
888a2ade
AA
149192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14920
14921 * gdb.base/call-ar-st.c: Add eye-catchers.
14922 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14923 literal line numbers.
14924
6acc2dde
AA
149252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14926
14927 * gdb.base/average.c: Add eye-catchers.
14928 * gdb.base/sum.c: Likewise.
14929 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14930 regexps dynamically.
14931
9ecfcd1d
AA
149322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14933
14934 * gdb.base/solib1.c: Add eye-catchers.
14935 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14936 literal line numbers.
14937
78708b7c
PA
149382014-11-12 Pedro Alves <palves@redhat.com>
14939
14940 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14941 leader has exited.
14942
af48d08f
PA
149432014-11-12 Pedro Alves <palves@redhat.com>
14944
14945 * gdb.arch/i386-bp_permanent.c: New file.
14946 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14947 (srcfile): Set to i386-bp_permanent.c.
14948 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14949 that stepi does not execute the 'leave' instruction, instead of
14950 testing it does execute.
14951 * gdb.base/bp-permanent.c: New file.
14952 * gdb.base/bp-permanent.exp: New file.
14953
af3768e9
DE
149542014-11-10 Doug Evans <xdje42@gmail.com>
14955
14956 PR symtab/17564
14957 * gdb.base/symtab-search-order.exp: New file.
14958 * gdb.base/symtab-search-order.c: New file.
14959 * gdb.base/symtab-search-order-1.c: New file.
14960 * gdb.base/symtab-search-order-shlib-1.c: New file.
14961
9de00a4a
PA
149622014-11-07 Pedro Alves <palves@redhat.com>
14963
14964 PR gdb/17511
14965 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14966 i?86-*-linux*.
14967
e0f52461
SC
149682014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14969
14970 PR c++/17494
14971 * gdb.cp/pr17494.cc: New file.
14972 * gdb.cp/pr17494.exp: New file.
14973
6ce8c980
YQ
149742014-11-02 Yao Qi <yao@codesourcery.com>
14975
14976 * gdb.python/python.exp: Get working directory and match the
14977 output of "set extended-prompt \\w " with it.
14978
02be9a71
DE
149792014-10-30 Doug Evans <dje@google.com>
14980
14981 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14982 in objfiles.
14983 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14984 in progspaces.
14985
3bdff46b
LM
149862014-10-30 Janis Johnson <janisjo@codesourcery.com>
14987
14988 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14989 * gdb.base/realname-expand.exp: Likewise.
14990 * gdb.linespec/macro-relative.exp: Likewise.
14991
ab917dfb
PA
149922014-10-29 Pedro Alves <palves@redhat.com>
14993
14994 PR gdb/17408
14995 * gdb.threads/schedlock.c (some_function): New function.
14996 (call_function): New global.
14997 (MAYBE_CALL_SOME_FUNCTION): New macro.
14998 (thread_function): Call it.
14999 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15000 and use it instead of a global counter. Adjust all callers.
15001 (get_current_thread): Use "find current thread" for test message
15002 here rather than having all callers pass down the same string.
15003 (goto_loop): New procedure, factored out from ...
15004 (my_continue): ... this.
15005 (step_ten_loops): Change parameter from test message to command to
15006 use. Adjust.
15007 (list_count): Delete global.
15008 (check_result): New procedure, factored out from duplicate top
15009 level code.
15010 (continue tests): Wrap in with_test_prefix.
15011 (test_step): New procedure, factored out from duplicate top level
15012 code.
15013 (top level): Test "step" in combination with all scheduler-locking
15014 modes. Test "next" in combination with all scheduler-locking
15015 modes, and in combination with stepping over a function call or
15016 not.
15017 * gdb.threads/next-bp-other-thread.c: New file.
15018 * gdb.threads/next-bp-other-thread.exp: New file.
15019
d3d4baed
PA
150202014-10-29 Pedro Alves <palves@redhat.com>
15021
15022 PR python/17372
15023 * gdb.python/python.exp: Test a multi-line command that spawns
15024 interactive Python.
15025 * gdb.base/multi-line-starts-subshell.exp: New file.
15026
563e8d85
YQ
150272014-10-29 Yao Qi <yao@codesourcery.com>
15028
15029 * gdb.base/fileio.exp: Make directories on host.
15030
0ea4d52e
YQ
150312014-10-29 Yao Qi <yao@codesourcery.com>
15032
15033 * gdb.base/fileio.c (test_write): Close the file.
15034
7f5ef605
PA
150352014-10-28 Pedro Alves <palves@redhat.com>
15036
15037 PR gdb/12623
15038 * gdb.base/sigstep.c (no_handler): New global.
15039 (main): If 'no_handler is true, set the signal handlers to
15040 SIG_IGN.
15041 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15042 with_sw_watch and no_handler parameters. Handle them.
15043 (top level) <stepping over handler when stopped at a breakpoint
15044 test>: Add a test axis for testing with a software watchpoint, and
15045 another for testing with the signal handler set to SIG_IGN.
15046 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15047 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15048
abbdbd03
PA
150492014-10-28 Pedro Alves <palves@redhat.com>
15050
15051 PR gdb/17511
15052 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15053 * gdb.base/sigstep.exp (other_handler_location): New global.
15054 (advance): Support stepping into the signal handler, and running
15055 commands while in the handler.
15056 (in_handler_map): New global.
15057 (top level): In the advance test, add combinations for getting
15058 into the handler with stepping commands, and for running commands
15059 in the handler. Add comment descripting the advancei tests.
15060
1df4399f
PA
150612014-10-28 Pedro Alves <palves@redhat.com>
15062
15063 * gdb.base/sigstep.exp: Use build_executable instead of
15064 prepare_for_testing.
15065 (top level): Move code that starts GDB, runs to main and creates a
15066 display to ...
15067 (restart): ... this new procedure.
15068 (top level): Move backtrace from signal handler test to ...
15069 (validate_backtrace): ... this new procedure.
15070 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15071 with_test_prefix. Always restart GDB.
15072 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15073 with_test_prefix. Always restart GDB. No need to delete
15074 breakpoints after the test.
15075 (test_skip_handler): Remove prefix parameter.
15076 (skip_over_handler, breakpoint_to_handler)
15077 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15078 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15079 restart GDB. No need to delete breakpoints after the test.
15080 (top level): Use foreach to call the test procedures with
15081 different commands.
15082
a5b6e449
PA
150832014-10-28 Pedro Alves <palves@redhat.com>
15084
15085 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15086 instead of GNATS numbers.
15087 * gdb.base/sigbpt.exp: Likewise.
15088 * gdb.base/siginfo.exp: Likewise.
15089 * gdb.base/sigstep.exp: Likewise.
15090
e5f8a7cc
PA
150912014-10-27 Pedro Alves <palves@redhat.com>
15092
15093 * gdb.base/sigstep.c (dummy): New global.
15094 (main): Issue a couple writes to the new global.
15095 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15096 procedures.
15097 (skip_over_handler): Use test_skip_handler.
15098 (top level): Call skip_over_handler for stepi and nexti too.
15099 (breakpoint_over_handler): Use test_skip_handler.
15100 (top level): Call breakpoint_over_handler for stepi and nexti too.
15101
763905a3
YQ
151022014-10-27 Yao Qi <yao@codesourcery.com>
15103
15104 * gdb.trace/tfile.c (adjust_function_address)
15105 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15106 function descriptor.
15107
6f259a23
DB
151082014-10-24 Don Breazeal <donb@codesourcery.com>
15109
15110 * gdb.base/foll-fork.exp (test_follow_fork,
15111 catch_fork_child_follow): Check for updated fork messages emitted
15112 from infrun.c.
15113 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15114 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15115 vfork_and_exec_child_follow_through_step): Check for updated vfork
15116 messages emitted from infrun.c.
15117
09dd9a69
PA
151182014-10-24 Pedro Alves <palves@redhat.com>
15119
15120 * gdb.base/corefile.exp: Remove references to ultrix.
15121 * gdb.base/interrupt.exp: Likewise.
15122 * gdb.base/whatis.exp: Likewise.
15123 * gdb.gdb/selftest.exp: Likewise.
15124 * gdb.threads/manythreads.exp: Likewise.
15125 * gdb.threads/print-threads.exp: Likewise.
15126 * gdb.threads/pthreads.exp:: Likewise.
15127 * gdb.threads/schedlock.exp: Likewise.
15128
3433cfa5
SC
151292014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15130
15131 * gdb.cp/non-trivial-retval.cc: Add a test case.
15132 * gdb.cp/non-trivial-retval.exp: Add a test.
15133
092f880b
YQ
151342014-10-20 Yao Qi <yao@codesourcery.com>
15135
15136 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15137 * gdb.python/py-objfile-script-gdb.py: New file.
15138 * gdb.python/py-objfile-script.exp: Update reference to
15139 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15140 of remote_download. Remove the dest file.
15141
acbdb7f3
YQ
151422014-10-20 Yao Qi <yao@codesourcery.com>
15143
15144 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15145 * gdb.base/step-line.exp: Likewise.
15146 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15147 * gdb.dwarf2/dw2-basic.exp: Likewise.
15148 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15149 * gdb.dwarf2/dw2-filename.exp: Likewise.
15150 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15151 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15152 * gdb.dwarf2/dw2-producer.exp: Likewise.
15153 * gdb.dwarf2/mac-fileno.exp: Likewise.
15154 * gdb.python/py-frame-args.exp: Likewise.
15155 * gdb.python/py-framefilter.exp: Likewise.
15156 * gdb.python/py-mi.exp: Likewise.
15157 * gdb.python/py-objfile-script.exp: Likewise
15158 * gdb.python/py-pp-integral.exp: Likewise.
15159 * gdb.python/py-pp-re-notag.exp: Likewise.
15160 * gdb.python/py-prettyprint.exp: Likewise.
15161 * gdb.python/py-section-script.exp: Likewise.
15162 * gdb.python/py-typeprint.exp: Likewise.
15163 * gdb.python/py-xmethods.exp: Likewise.
15164 * gdb.stabs/weird.exp: Likewise.
15165 * gdb.xml/tdesc-regs.exp: Likewise.
15166
bd286a29
KCY
151672014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15168
15169 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15170 (out_cu): Use addr_len for the size of addresses.
15171 (out_line): Likewise. Size DW_LNE_set_address instruction
15172 according to addr_len.
15173 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15174 (FUNC): Add START_INSNS to definition.
15175
673dc4a0
YQ
151762014-10-18 Yao Qi <yao@codesourcery.com>
15177
15178 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15179 gdb_has_argv0 return true.
15180 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15181 check [target_info exists noargs], check [gdb_has_argv0]
15182 instead.
15183 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15184 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15185 procedures.
15186
4ffbba72
DE
151872014-10-17 Doug Evans <dje@google.com>
15188
15189 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15190 event.
15191 * gdb.python/py-events.py: Add clear_objfiles event.
15192
d096d8c1
DE
151932014-10-17 Doug Evans <dje@google.com>
15194
15195 * gdb.python/py-objfile.exp: Test progspace attribute.
15196
a80db015
LM
151972014-10-17 Luis Machado <lgustavo@codesourcery.com>
15198
15199 * gdb.guile/scm-breakpoint.exp: Do not assume any
15200 directory separators when matching source file paths.
15201 * gdb.python/py-breakpoint.exp: Likewise.
15202 * gdb.reverse/break-precsave.exp: Likewise.
15203 * gdb.reverse/break-reverse.exp: Likewise.
15204 * gdb.reverse/consecutive-precsave.exp: Likewise.
15205 * gdb.reverse/finish-precsave.exp: Likewise.
15206 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15207 * gdb.reverse/finish-reverse.exp: Likewise.
15208 * gdb.reverse/i386-precsave.exp: Likewise.
15209 * gdb.reverse/i387-env-reverse.exp: Likewise.
15210 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15211 * gdb.reverse/machinestate-precsave.exp: Likewise.
15212 * gdb.reverse/machinestate.exp: Likewise.
15213 * gdb.reverse/sigall-precsave.exp: Likewise.
15214 * gdb.reverse/solib-precsave.exp: Likewise.
15215 * gdb.reverse/step-precsave.exp: Likewise.
15216 * gdb.reverse/until-precsave.exp: Likewise.
15217 * gdb.reverse/watch-precsave.exp: Likewise.
15218 * gdb.reverse/watch-reverse.exp: Likewise.
15219
b22089ab
YQ
152202014-10-17 Yao Qi <yao@codesourcery.com>
15221
15222 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15223 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15224
6c4486e6
PA
152252014-10-17 Pedro Alves <palves@redhat.com>
15226
15227 PR gdb/17471
15228 * gdb.base/bg-execution-repeat.c: New file.
15229 * gdb.base/bg-execution-repeat.exp: New file.
15230
0ff33695
PA
152312014-10-17 Pedro Alves <palves@redhat.com>
15232
15233 PR gdb/17300
15234 * gdb.base/continue-all-already-running.c: New file.
15235 * gdb.base/continue-all-already-running.exp: New file.
15236
6fdebc3d
PA
152372014-10-17 Pedro Alves <palves@redhat.com>
15238
15239 PR gdb/17472
15240 * gdb.base/annota-input-while-running.c: New file.
15241 * gdb.base/annota-input-while-running.exp: New file.
15242
32a8097b
PA
152432014-10-17 Pedro Alves <palves@redhat.com>
15244
15245 * gdb.base/callfuncs.exp: emove references to osf.
15246 * gdb.base/sigall.exp: Likewise.
15247 * gdb.gdb/selftest.exp: Likewise.
15248 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15249 * gdb.mi/non-stop.c: Likewise.
15250 * gdb.mi/pthreads.c: Likewise.
15251 * gdb.reverse/sigall-precsave.exp: Likewise.
15252 * gdb.reverse/sigall-reverse.exp: Likewise.
15253 * gdb.threads/pthreads.c: Likewise.
15254 * gdb.threads/pthreads.exp: Likewise.
15255
7a3517ff
YQ
152562014-10-17 Yao Qi <yao@codesourcery.com>
15257
15258 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15259 check 'target_info exists noargs'.
15260 (test_command_prompt_position): Likewise.
15261 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15262 Remove "set args".
15263 (progvar_simple_while_test): Likewise.
15264 (progvar_complex_if_while_test): Likewise.
15265 (if_while_breakpoint_command_test): Likewise.
15266 (infrun_breakpoint_command_test): Likewise.
15267 (breakpoint_command_test): Likewise.
15268 (watchpoint_command_test): Likewise.
15269 (bp_deleted_in_command_test): Likewise.
15270 (temporary_breakpoint_commands): Likewise.
15271
bb99c472
YQ
152722014-10-16 Yao Qi <yao@codesourcery.com>
15273
15274 * gdb.base/remotetimeout.exp: Remove noargs checking.
15275
7c16b83e
PA
152762014-10-15 Pedro Alves <palves@redhat.com>
15277
15278 PR breakpoints/9649
15279 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15280 * gdb.base/breakpoint-in-ro-region.exp
15281 (probe_target_hardware_step): New procedure.
15282 (top level): Probe hardware stepping and hardware breakpoint
15283 support. Test stepping through a read-only region, with both
15284 "breakpoint auto-hw" on and off and both "always-inserted" on and
15285 off.
15286
35a49624
IB
152872014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15288
15289 * gdb.dlang/demangle.exp: Update for demangling changes.
15290
2d1c107c
SC
152912014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15292
15293 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15294 * gdb.cp/non-trivial-retval.exp: Add new tests.
15295
778811d5
SC
152962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15297
15298 PR c++/13403
15299 PR c++/15154
15300 * gdb.cp/non-trivial-retval.cc: New file.
15301 * gdb.cp/non-trivial-retval.exp: New file.
15302
10c5f0a8
YQ
153032014-10-15 Yao Qi <yao@codesourcery.com>
15304
15305 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15306 remote host.
15307
65d7b369
YQ
153082014-10-15 Yao Qi <yao@codesourcery.com>
15309
15310 * gdb.python/py-symbol.exp: Match file base name if host is
15311 remote, otherwise match file name with dir name.
15312 * gdb.python/py-symtab.exp: Likewise.
15313 * gdb.python/python.exp: Likewise.
15314
46dc1394
YQ
153152014-10-15 Yao Qi <yao@codesourcery.com>
15316
15317 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15318 pattern.
15319 * gdb.python/py-symtab.exp: Likewise.
15320 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15321 locationn.
15322
c40cc657
JB
153232014-10-14 Joel Brobecker <brobecker@adacore.com>
15324
15325 * gdb.ada/addr_arith: New testcase.
15326
2abf49e1
MR
153272014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15328
15329 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15330 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15331 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15332 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15333
f7088df3
SDJ
153342014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15335
15336 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15337 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15338 * gdb.arch/stap-eval-lang-ada.exp: New file.
15339
4dc06805
YQ
153402014-10-14 Yao Qi <yao@codesourcery.com>
15341
15342 * gdb.mi/mi-var-child.c (nothing1): New function.
15343 (nothing2): New function.
15344 (do_children_tests): Set function pointers by nothing1 and
15345 nothing2.
15346 * gdb.mi/mi-var-child.exp: Step over new added statements.
15347 Update test to match the new output.
15348 * gdb.mi/var-cmd.c (nothing1): New function.
15349 (nothing2): New function.
15350 (do_children_tests): Set function pointers by nothing1 and
15351 nothing2.
15352 * gdb.mi/mi-var-display.exp: Update test to match output.
15353 Step to the line specified by $line_dct_nothing.
15354 Increase the number of lines to step.
15355
46a93de2
YQ
153562014-10-14 Yao Qi <yao@codesourcery.com>
15357
15358 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15359 tests.
15360 * gdb.mi/mi2-var-child.exp: Likewise.
15361
14ea52ee
DE
153622014-10-13 Doug Evans <dje@google.com>
15363
15364 * gdb.python/py-objfile.exp: Change name of file name test.
15365
e5c6e92b
DE
153662014-10-13 Doug Evans <dje@google.com>
15367
15368 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15369 from the start of the CU.
15370
c780cc2f
JK
153712014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15372 Yao Qi <yao@codesourcery.com>
15373
15374 Fix "save breakpoints" for "catch" command.
15375 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15376 Remove -nonewline. Match also the added "main" line.
15377
99894e11
JK
153782014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15379
15380 Fix "save breakpoints" for "disable $bpnum" command.
15381 * gdb.base/save-bp.c (main): Add label.
15382 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15383
6e1ac5a3
JK
153842014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15385
15386 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15387
754dd2b0
YQ
153882014-10-11 Yao Qi <yao@codesourcery.com>
15389
15390 * gdb.server/server-kill.exp: Execute command
15391 "set remote trace-status-packet on" before "tstatus".
15392
f90183d7
YQ
153932014-10-11 Yao Qi <yao@codesourcery.com>
15394
15395 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15396 (main): Call getppid.
15397 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15398 and continue to it. Read variable "server_pid".
15399
bf40a607
YQ
154002014-10-11 Yao Qi <yao@codesourcery.com>
15401
15402 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15403
052ca370
YQ
154042014-10-11 Yao Qi <yao@codesourcery.com>
15405
15406 * gdb.threads/thread-find.exp: Don't execute command
15407 "info threads".
15408 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15409 * gdb.threads/linux-dp.exp: Don't check the condition
15410 $threads_created equals to zero.
15411
3831839c
PA
154122014-10-10 Pedro Alves <palves@redhat.com>
15413
15414 * gdb.base/bigcore.exp: Remove references to IRIX.
15415 * gdb.base/funcargs.exp: Likewise.
15416 * gdb.base/interrupt.exp: Likewise.
15417 * gdb.base/mips_pro.exp: Likewise.
15418 * gdb.base/nodebug.exp: Likewise.
15419 * gdb.base/setvar.exp: Likewise.
15420 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15421
8b9a549d
PA
154222014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15423 Pedro Alves <palves@redhat.com>
15424
15425 PR symtab/14466
15426 * gdb.base/vdso-warning.c: New file.
15427 * gdb.base/vdso-warning.exp: New file.
15428
d48ba5e8
DE
154292014-10-02 Doug Evans <dje@google.com>
15430
15431 * gdb.base/structs.c (main): Don't run forever.
15432
2278c276
PA
154332014-10-02 Pedro Alves <palves@redhat.com>
15434
15435 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15436 (top level) <stop threads 1, stop threads 2>: Use it.
15437
b57bacec
PA
154382014-10-02 Pedro Alves <palves@redhat.com>
15439
15440 * gdb.threads/break-while-running.exp (test): Add new
15441 'update_thread_list' argument. Skip "info threads" if false.
15442 (top level): Add new 'update_thread_list' axis.
15443
13fd3ff3
PA
154442014-10-02 Pedro Alves <palves@redhat.com>
15445
15446 PR breakpoints/17431
15447 * gdb.base/execl-update-breakpoints.c: New file.
15448 * gdb.base/execl-update-breakpoints.exp: New file.
15449
0fec99e8
PA
154502014-10-01 Pedro Alves <palves@redhat.com>
15451
15452 * gdb.base/breakpoint-in-ro-region.c: New file.
15453 * gdb.base/breakpoint-in-ro-region.exp: New file.
15454
2ddf4301
SM
154552014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15456
15457 * gdb.mi/mi-exit-code.exp: New file.
15458 * gdb.mi/mi-exit-code.c: New file.
15459
6a5f3f43
YQ
154602014-09-30 Yao Qi <yao@codesourcery.com>
15461
15462 * lib/prelink-support.exp (build_executable_own_libs): Error if
15463 the target isn't native.
15464
345bcc73
YQ
154652014-09-30 Yao Qi <yao@codesourcery.com>
15466
15467 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15468 false.
15469
a25a5a45
PA
154702014-09-22 Pedro Alves <palves@redhat.com>
15471
15472 * gdb.threads/break-while-running.exp: New file.
15473 * gdb.threads/break-while-running.c: New file.
15474
00ba3162
YQ
154752014-09-19 Yao Qi <yao@codesourcery.com>
15476
15477 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15478 Invoke test. Restart GDB with --readnow and invoke test again.
15479
c3b7b696
YQ
154802014-09-19 Yao Qi <yao@codesourcery.com>
15481
15482 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15483 proc set_breakpoint_on_gcd_function. Invoke
15484 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15485 invoke set_breakpoint_on_gcd_function again.
15486
2b4fd423
DE
154872014-09-18 Doug Evans <dje@google.com>
15488
15489 * gdb.dwarf2/symtab-producer.exp: New file.
15490
a5947601
SDJ
154912014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15492
15493 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15494 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15495 * gdb.base/global-var-nested-by-dso.c: Likewise.
15496 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15497
91c19059
SDJ
154982014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15499 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.base/watch-bitfields.exp: Pass string other than test file
15502 name to prepare_for_testing.
15503 (watch): New procedure.
15504 (expect_watchpoint): Use with_test_prefix.
15505 (top level): Factor out tests to ...
15506 (test_watch_location, test_regular_watch): ... these new
15507 procedures, and use with_test_prefix and gdb_continue_to_end.
15508
bb9d5f81
PP
155092014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15510
15511 PR breakpoints/12526
15512 * gdb.base/watch-bitfields.exp: New file.
15513 * gdb.base/watch-bitfields.c: New file.
15514
635856f5
PA
155152014-09-16 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15518 software and hardware addresses, not software address against
15519 itself.
15520
7280ceea
PA
155212014-09-16 Pedro Alves <palves@redhat.com>
15522
15523 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15524 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15525
428b16bd
PA
155262014-09-16 Pedro Alves <palves@redhat.com>
15527
15528 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15529 files.
15530 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15531 "*-*-vxworks*" throughout.
15532 * gdb.base/break.exp: Likewise.
15533 * gdb.base/default.exp: Likewise.
15534 * gdb.base/scope.exp: Likewise.
15535 * gdb.base/sepdebug.exp: Likewise.
15536 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15537 throughout.
15538 * gdb.base/run.c: Likewise.
15539 * gdb.base/sepdebug.c: Likewise.
15540 * gdb.hp/gdb.aCC/run.c: Likewise.
15541 * gdb.reverse/until-reverse.c: Likewise.
15542 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15543
666d413c
YQ
155442014-09-16 Yao Qi <yao@codesourcery.com>
15545
15546 * boards/local-remote-host-native.exp: New file.
15547
57cbd724
DE
155482014-09-14 Doug Evans <xdje42@gmail.com>
15549
15550 * gdb.threads/queue-signal.c (thread_count): New variable.
15551 (thread_count_mutex, thread_count_condvar): New variables.
15552 (incr_thread_count, wait_all_threads_running): New functions.
15553 (main): Wait for all threads to be in their thread functions.
15554
81219e53
DE
155552014-09-13 Doug Evans <xdje42@gmail.com>
15556
15557 * gdb.threads/queue-signal.c: New file.
15558 * gdb.threads/queue-signal.exp: New file.
15559
3714cea7
DE
155602014-09-13 Doug Evans <xdje42@gmail.com>
15561
15562 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15563 be consistent with what default_gdb_init uses.
15564 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15565 the plain text of the prompt. Add some logging printfs.
15566 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15567
fa43b1d7
PA
155682014-09-12 Pedro Alves <palves@redhat.com>
15569
15570 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15571 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15572 * gdb.arch/i386-size-overlap.exp: Likewise.
15573 * gdb.arch/i386-size.exp: Likewise.
15574 * gdb.arch/i386-unwind.exp: Likewise.
15575 * gdb.base/a2-run.exp: Likewise.
15576 * gdb.base/break.exp: Likewise.
15577 * gdb.base/charset.exp: Likewise.
15578 * gdb.base/chng-syms.exp: Likewise.
15579 * gdb.base/commands.exp: Likewise.
15580 * gdb.base/dbx.exp: Likewise.
15581 * gdb.base/find.exp: Likewise.
15582 * gdb.base/funcargs.exp: Likewise.
15583 * gdb.base/jit-simple.exp: Likewise.
15584 * gdb.base/reread.exp: Likewise.
15585 * gdb.base/sepdebug.exp: Likewise.
15586 * gdb.base/step-bt.exp: Likewise.
15587 * gdb.cp/mb-inline.exp: Likewise.
15588 * gdb.cp/mb-templates.exp: Likewise.
15589 * gdb.objc/basicclass.exp: Likewise.
15590 * gdb.threads/killed.exp: Likewise.
15591
9d9bf2df
EBM
155922014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15593
15594 PR tdep/17379
15595 * gdb.arch/powerpc-stackless.S: New file.
15596 * gdb.arch/powerpc-stackless.exp: New file.
15597
1cf2f1b0
JK
155982014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15599
15600 * gdb.base/attach.c: Include unistd.h.
15601 (main): Call alarm. Add label postloop.
15602 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15603 gdb_breakpoint, gdb_continue_to_breakpoint.
15604 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15605
98880d46
PA
156062014-09-11 Pedro Alves <palves@redhat.com>
15607
15608 PR gdb/17347
15609 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15610 * gdb.base/attach.exp (test_command_line_attach_run): New
15611 procedure.
15612 (top level): Call it.
15613
4c92ff2c
PA
156142014-09-11 Pedro Alves <palves@redhat.com>
15615
15616 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15617 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15618 (do_command_attach_tests): Use spawn_wait_for_attach.
15619 * gdb.base/solib-overlap.exp: Likewise.
15620 * gdb.multi/multi-attach.exp: Likewise.
15621 * gdb.python/py-prompt.exp: Likewise.
15622 * gdb.python/py-sync-interp.exp: Likewise.
15623 * gdb.server/ext-attach.exp: Likewise.
15624
3adc1a7d
GKB
156252014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15626
15627 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15628 command in testcase. Simplify testcase.
15629
96334934
JB
156302014-09-10 Joel Brobecker <brobecker@adacore.com>
15631
15632 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15633
eb479039
JB
156342014-09-10 Joel Brobecker <brobecker@adacore.com>
15635
15636 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15637
deede10c
JB
156382014-09-10 Joel Brobecker <brobecker@adacore.com>
15639
15640 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15641
7828a5f5
JB
156422014-09-10 Joel Brobecker <brobecker@adacore.com>
15643
15644 * gdb.dwarf2/dynarr-ptr.c: New file.
15645 * gdb.dwarf2/dynarr-ptr.exp: New file.
15646
33aeebcf
MR
156472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15648
15649 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15650 of 30 rather than hardcoding 120 for a slow test case. Take the
15651 `gdb,timeout' target setting into account for this calculation.
15652 Don't extend the timeout for the test cases that don't need it.
15653
7b415901
MR
156542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15655
15656 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15657 a factor of 2 for a slow test case. Take the `gdb,timeout'
15658 target setting into account for this calculation.
15659 * gdb.reverse/until-precsave.exp: Increase the timeout by
15660 a factor of 15 and 3 respectively rather than adding 120
15661 for a pair of slow test cases. Take the `gdb,timeout'
15662 target setting into account for this calculation.
15663
4a40f85a
MR
156642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15665
15666 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15667 timeout, don't pass one down to gdb_expect.
15668 (gdb_expect): Rework timeout selection.
15669
09635af7
MR
156702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15671
15672 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15673 exception on timeout.
15674 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15675 (gdbserver_start_extended): Catch any `gdbserver_start' error
15676 exceptions.
15677 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15678 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15679 `gdbserver_gdb_load' error exceptions.
15680
2bdd10b7
MR
156812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15682
15683 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15684 120 on waiting for the TCP socket to open.
15685
316935f0
DE
156862014-09-09 Doug Evans <xdje42@gmail.com>
15687
15688 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15689 _caller_matches, _any_caller_is, _any_caller_matches.
15690
83740597
DE
156912014-09-09 Doug Evans <xdje42@gmail.com>
15692
15693 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15694
4c122fc3
YQ
156952014-09-09 Yao Qi <yao@codesourcery.com>
15696
15697 * gdb.mi/mi-var-display.exp: Set print symbol off.
15698
a9f116cb
GKB
156992014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15700
15701 PR gdb/17035
15702 * gdb.base/commands.exp: Add tests to verify user-defined
15703 commands with empty bodies.
15704 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15705 python commands in `show user command`.
15706 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15707 scheme commands in `show user command`.
15708
c75bd3a2
JK
157092014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15710
15711 PR python/17355
15712 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15713 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15714 * gdb.python/py-framefilter-invalidarg.exp: New file.
15715 * gdb.python/py-framefilter-invalidarg.py: New file.
15716
faa42425
DE
157172014-09-06 Doug Evans <xdje42@gmail.com>
15718
15719 PR 15276
15720 * gdb.python/py-caller-is.c: New file.
15721 * gdb.python/py-caller-is.exp: New file.
15722
474ca4f6
SDJ
157232014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15724
15725 PR gdb/17235
15726 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15727 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15728
eb0b0463
SDJ
157292014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15730
15731 PR fortran/17237
15732 * gdb.fortran/print-formatted.exp: New file.
15733 * gdb.fortran/print-formatted.f90: Likewise.
15734
5f3b99cf
SS
157352014-09-03 Sasha Smundak <asmundak@google.com>
15736
15737 * gdb.python/py-frame.exp: Test Frame.read_register.
15738
7d793aa9
SDJ
157392014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15740
15741 PR python/16699
15742 * gdb.python/py-completion.exp: New file.
15743 * gdb.python/py-completion.py: Likewise.
15744
fb0576e9
DE
157452014-08-28 Doug Evans <dje@google.com>
15746
15747 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15748 eax,etc. are live with values set by gdb and thus the compiler can't
15749 use them.
15750 * gdb.arch/i386-pseudo.c (main): Ditto.
15751
ee92b0dd
DE
157522014-08-27 Doug Evans <dje@google.com>
15753
15754 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15755
6649db35
DE
157562014-08-25 Doug Evans <dje@google.com>
15757
15758 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15759 (main): Ditto.
15760
564b7600
DE
157612014-08-25 Doug Evans <dje@google.com>
15762
15763 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15764
3881fb67
YQ
157652014-08-24 Yao Qi <yao@codesourcery.com>
15766
15767 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15768 symbol off.
15769 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15770
a05a36a5
DE
157712014-08-22 Doug Evans <dje@google.com>
15772
15773 PR 17276
15774 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15775 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15776 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15777
7c343b48
YQ
157782014-08-22 Yao Qi <yao@codesourcery.com>
15779
15780 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15781 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15782 * gdb.python/python.exp: Likewise. Use .py file on the host
15783 instead of the build.
15784
22fd09ae
JK
157852014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15786
15787 * gdb.threads/gcore-stale-thread.c: New file.
15788 * gdb.threads/gcore-stale-thread.exp: New file.
15789
a8454a7c
PA
157902014-08-21 Pedro Alves <palves@redhat.com>
15791
15792 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15793 * gdb.base/gcore-relro-pie.exp: Likewise.
15794 * gdb.base/gcore-relro.exp: Likewise.
15795 * gdb.base/gcore.exp: Likewise.
15796 * gdb.base/print-symbol-loading.exp: Likewise.
15797 * gdb.threads/gcore-thread.exp: Likewise.
15798 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15799
2a31c623
PA
158002014-08-20 Pedro Alves <palves@redhat.com>
15801 Jan Kratochvil <jan.kratochvil@redhat.com>
15802
15803 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15804 configure.
15805 (EXPECT): Handle READ1 being set.
15806 (all): Depend on EXTRA_RULES.
15807 (check-read1, expect-read1, read1.so, read1): New rules.
15808 * README (Testsuite Parameters): Document the READ1 make variable.
15809 (Race detection): New section.
15810 * configure: Regenerate.
15811 * configure.ac: If build==host==target, and running under a
15812 GNU/glibc system, add read1 to the extra Makefile rules.
15813 (EXTRA_RULES): AC_SUBST it.
15814 * lib/read1.c: New file.
15815
d36430db
JB
158162014-08-20 Joel Brobecker <brobecker@adacore.com>
15817
15818 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15819 the handling of variables declared as a typedef to an array
15820 which a DW_AT_data_location attribute.
15821
9a0dc9e3
PA
158222014-08-19 Andrew Burgess <aburgess@broadcom.com>
15823 Pedro Alves <palves@redhat.com>
15824
15825 PR symtab/14604
15826 PR symtab/14605
15827 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15828 gdb_test.
15829
0718a8da
PA
158302014-08-19 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15833
13b448cd
YQ
158342014-08-19 Yao Qi <yao@codesourcery.com>
15835
15836 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15837 right line.
15838
1cbf5077
DB
158392014-08-18 David Blaikie <dblaikie@gmail.com>
15840
15841 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15842
bf0fae19
JB
158432014-08-18 Joel Brobecker <brobecker@adacore.com>
15844
15845 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15846 attribute in array range.
15847
3c8c5dcc
JB
158482014-08-18 Joel Brobecker <brobecker@adacore.com>
15849
15850 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15851
e66d4446
SC
158522014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15853
15854 PR c++/17132
15855 * gdb.cp/pr17132.cc: New file.
15856 * gdb.cp/pr17132.exp: New file.
15857
940df408
SC
158582014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15859
15860 * gdb.python/py-xmethods.py (A_getarrayind)
15861 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15862 Use 'print' with function call syntax.
15863 (E_method_matcher.match): Fix tab vs space indentation mixup.
15864
ebcc6c3a
YQ
158652014-08-15 Yao Qi <yao@codesourcery.com>
15866
15867 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15868 false.
15869
775e0f04
YQ
158702014-08-15 Yao Qi <yao@codesourcery.com>
15871
15872 * gdb.cp/casts.exp: Set print symbol off.
15873 * gdb.cp/class2.exp: Likewise.
15874 * gdb.cp/overload.exp: Likewise.
15875 * gdb.cp/templates.exp: Likewise.
15876
d769e349
DE
158772014-08-11 Doug Evans <dje@google.com>
15878
15879 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15880 (test_load_shlib): Update.
15881
20c6f1e1
YQ
158822014-08-09 Yao Qi <yao@codesourcery.com>
15883
15884 * gdb.base/display.exp: Invoke is_address_zero_readable.
15885 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15886 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15887 * gdb.base/hbreak-unmapped.exp: Return if
15888 is_address_zero_readable returns true.
15889 * gdb.base/signest.exp: Likewise.
15890 * gdb.base/signull.exp: Likewise.
15891 * gdb.base/sigbpt.exp: Likewise.
15892 * gdb.guile/scm-disasm.exp: Do the test if
15893 is_address_zero_readable returns false.
15894 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15895 * gdb.python/py-arch.exp: Likewise.
15896 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15897 * lib/gdb.exp (is_address_zero_readable): New proc.
15898
5792e8e3
YQ
158992014-08-09 Yao Qi <yao@codesourcery.com>
15900
15901 PR testsuite/13443
15902 * gdb.mi/mi-var-display.exp: Make test messages unique.
15903
3cecbbbe
TT
159042014-08-04 Tom Tromey <tromey@redhat.com>
15905
15906 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15907 target 0".
15908
00b51ff5
TT
159092014-08-04 Tom Tromey <tromey@redhat.com>
15910
15911 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15912 "target_resume".
15913
6908c509
JB
159142014-08-01 Joel Brobecker <brobecker@adacore.com>
15915
15916 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15917 inner_vla_struct_object_size.
15918 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15919 as xfail.
15920
cc6563d2
PA
159212014-07-30 Pedro Alves <palves@redhat.com>
15922
15923 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15924 comment.
15925
7e09a223
YQ
159262014-07-29 Yao Qi <yao@codesourcery.com>
15927
15928 PR gdb/17206
15929 * gdb.base/until-nodebug.exp: New.
15930
7ebdbe92
DE
159312014-07-28 Doug Evans <xdje42@gmail.com>
15932
15933 PR guile/17203
15934 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15935 previously existing parameter, and previously ambiguously spelled
15936 parameter.
15937
fdb1adc6
WN
159382014-07-28 Will Newton <will.newton@linaro.org>
15939
15940 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15941
186fcde0
DE
159422014-07-26 Ludovic Courtès <ludo@gnu.org>
15943 Doug Evans <xdje42@gmail.com>
15944
15945 PR guile/17146
15946 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15947
70509625
PA
159482014-07-25 Pedro Alves <palves@redhat.com>
15949
15950 * gdb.threads/signal-command-handle-nopass.c: New file.
15951 * gdb.threads/signal-command-handle-nopass.exp: New file.
15952 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15953 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15954 * gdb.threads/signal-delivered-right-thread.c: New file.
15955 * gdb.threads/signal-delivered-right-thread.exp: New file.
15956
c3f814a1
PA
159572014-07-25 Pedro Alves <palves@redhat.com>
15958
15959 * gdb.base/double-prompt-target-event-error.exp
15960 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15961 match.
15962 (cancel_pagination_in_target_event): Rework double prompt
15963 detection.
15964 * gdb.base/paginate-after-ctrl-c-running.exp
15965 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15966 <return>' match.
15967 * gdb.base/paginate-bg-execution.exp
15968 (test_bg_execution_pagination_return)
15969 (test_bg_execution_pagination_cancel): Remove '-notransfer
15970 <return>' matches.
15971 * gdb.base/paginate-execution-startup.exp
15972 (test_fg_execution_pagination_return)
15973 (test_fg_execution_pagination_cancel): Remove '-notransfer
15974 <return>' matches.
15975 * gdb.base/paginate-inferior-exit.exp
15976 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15977 match.
15978 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15979 * lib/gdb.exp (pagination_prompt): Run text through
15980 string_to_regexp.
15981 (gdb_test_multiple): Match $pagination_prompt instead of
15982 "<return>".
15983 (string_to_regexp): Move to lib/gdb-utils.exp.
15984
e214cf6c
JK
159852014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15986
15987 * gdb.arch/amd64-entry-value-paramref.S: New file.
15988 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15989 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15990 * gdb.arch/amd64-optimout-repeat.S: New file.
15991 * gdb.arch/amd64-optimout-repeat.c: New file.
15992 * gdb.arch/amd64-optimout-repeat.exp: New file.
15993
17d0c5c8
JK
159942014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15995
15996 PR gdb/17170
15997 * gdb.base/statistics.exp: New file.
15998
b8b8facf
DE
159992014-07-17 Doug Evans <dje@google.com>
16000
74b49205 16001 PR gdb/17170
b8b8facf
DE
16002 * gdb.base/maint.exp: Update testing of per-command stats.
16003
1b5d0ab3
PA
160042014-07-16 Pedro Alves <palves@redhat.com>
16005
16006 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16007 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16008 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16009 (tfile_write_buf): New functions.
16010 (add_memory_block): Rewrite using the above.
16011 (adjust_function_address): New function.
16012 (FUNCTION_ADDRESS): New macro.
16013 (write_basic_trace_file): Remove short_x local, and use
16014 tfile_write_16. Change type of func_addr local to unsigned long
16015 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16016 here. Cast argument of add_memory_block to char pointer.
16017 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16018 (main): Remove parameters.
16019 * gdb.trace/tfile.exp: Remove nowarnings.
16020
4d974e88
SM
160212014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16022
16023 * gdb.base/debug-expr.exp: Test string evaluation with
16024 "debug expression" on.
16025
41e99568
PA
160262014-07-15 Pedro Alves <palves@redhat.com>
16027
16028 * gdb.base/reread.exp: Use clean_restart.
16029
487d9753
PL
160302014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16031
16032 * gdb.arch/avr-flash-qualifer.c: New.
16033 * gdb.arch/avr-flash-qualifer.exp: New.
16034
cc1c52ad
PA
160352014-07-14 Pedro Alves <palves@redhat.com>
16036
16037 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16038 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16039
1e973570
PA
160402014-07-14 Pedro Alves <palves@redhat.com>
16041
16042 * gdb.base/double-prompt-target-event-error.c: New file.
16043 * gdb.base/double-prompt-target-event-error.exp: New file.
16044
93d6eb10
PA
160452014-07-14 Pedro Alves <palves@redhat.com>
16046
16047 PR gdb/17072
16048 * gdb.base/paginate-inferior-exit.c: New file.
16049 * gdb.base/paginate-inferior-exit.exp: New file.
16050
0017922d
PA
160512014-07-14 Pedro Alves <palves@redhat.com>
16052
16053 PR gdb/17072
16054 * gdb.base/paginate-bg-execution.c: New file.
16055 * gdb.base/paginate-bg-execution.exp: New file.
16056
94696ad3
PA
160572014-07-14 Pedro Alves <palves@redhat.com>
16058
16059 PR gdb/17072
16060 * gdb.base/paginate-execution-startup.c: New file.
16061 * gdb.base/paginate-execution-startup.exp: New file.
16062 * lib/gdb.exp (pagination_prompt): New global.
16063 (default_gdb_spawn): New procedure, factored out from
16064 default_gdb_spawn.
16065 (default_gdb_start): Adjust to call default_gdb_spawn.
16066 (gdb_spawn): New procedure.
16067
bd293940
PA
160682014-07-14 Pedro Alves <palves@redhat.com>
16069
16070 * lib/gdb.exp (gdb_assert): New procedure.
16071 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16072
c933f875
PA
160732014-07-14 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.base/execution-termios.c: New file.
16076 * gdb.base/execution-termios.exp: New file.
16077
d98b7a16
TT
160782014-07-14 Tom Tromey <tromey@redhat.com>
16079
16080 * gdb.cp/vla-cxx.cc: New file.
16081 * gdb.cp/vla-cxx.exp: New file.
16082
548740d6
TT
160832014-07-14 Tom Tromey <tromey@redhat.com>
16084
16085 * gdb.reverse/rerun-prec.c: New file.
16086 * gdb.reverse/rerun-prec.exp: New file.
16087
a25eb028
MR
160882014-07-12 Maciej W. Rozycki <macro@mips.com>
16089 Maciej W. Rozycki <macro@codesourcery.com>
16090
16091 * lib/gdb-utils.exp: New file.
16092 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16093 inline `gdb_init_command' processing.
16094 (gdb_start_cmd): Likewise.
16095 * lib/mi-support.exp (mi_run_cmd): Likewise.
16096 * README: Document `gdb_init_command' and `gdb_init_commands'.
16097
218c2655
JK
160982014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16099
16100 Fix false FAIL running under a very long directory name.
16101 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16102 and "set print elements 10000". Twice.
16103
5401fde3
YQ
161042014-07-11 Yao Qi <yao@codesourcery.com>
16105
16106 * gdb.base/exprs.exp: "set print symbol off".
16107
e76126e8
PA
161082014-07-11 Pedro Alves <palves@redhat.com>
16109
16110 * gdb.threads/kill.c: New file.
16111 * gdb.threads/kill.exp: New file.
16112
2d6f0de6
YQ
161132014-07-10 Yao Qi <yao@codesourcery.com>
16114
16115 * gdb.trace/tfile.c (write_basic_trace_file)
16116 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16117 address written to trace file.
16118
7180e04a
PA
161192014-07-09 Pedro Alves <palves@redhat.com>
16120
16121 * gdb.base/attach-wait-input.exp: New file.
16122 * gdb.base/attach-wait-input.c: New file.
16123
9a9a7608
AB
161242014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16125
16126 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16127 setting up test structures.
16128 (main): Call new test function.
16129 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16130 test function, continue into test function and walk test
16131 structures.
16132
161ac41e
YQ
161332014-07-02 Yao Qi <yao@codesourcery.com>
16134
16135 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16136 'bar_start' at the beginning of functions 'foo' and 'bar'
16137 respectively.
16138 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16139 instead of 'foo' and 'bar'.
16140
1f267ae3
MM
161412014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16142
16143 * gdb.btrace/segv.exp: New.
16144 * gdb.btrace/segv.c: New.
16145
2b239efb
LM
161462014-07-02 Luis Machado <lgustavo@codesourcery.com>
16147
16148 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16149 instruction.
16150
cf363f18
MW
161512014-06-30 Mark Wielaard <mjw@redhat.com>
16152
16153 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16154 vulture, vilify, villar): New volatile array constants.
16155 (vindictive, vegetation): New const volatile array constants.
16156 * gdb.base/volatile.exp: Test volatile and const volatile array
16157 types.
16158
aebf9d24
AA
161592014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16160
16161 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16162 target lacks support for awatch, rwatch, or hbreak.
16163
b67a2c6f
YQ
161642014-06-27 Yao Qi <yao@codesourcery.com>
16165
16166 * gdb.multi/dummy-frame-restore.exp: New.
16167 * gdb.multi/dummy-frame-restore.c: New.
16168
aef92902
MM
161692014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16170
16171 * gdb.btrace/gcore.exp: New.
16172
8e9db26e
PA
161732014-06-23 Pedro Alves <palves@redhat.com>
16174
16175 * gdb.base/watchpoint-reuse-slot.c: New file.
16176 * gdb.base/watchpoint-reuse-slot.exp: New file.
16177
70afc5b7
SC
161782014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16179
16180 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16181 progspace's filename in 'info', 'enable' and 'disable' command
16182 tests.
16183
b972bd9c
JK
161842014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16185
16186 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16187 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16188 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16189
125f8a3d
GB
161902014-06-20 Gary Benson <gbenson@redhat.com>
16191
16192 * gdb.arch/i386-avx.exp: Fix include file location.
16193 * gdb.arch/i386-sse.exp: Likewise.
16194
3ed9baed
IB
161952014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16196
16197 * gdb.dlang/expression.exp: New file.
16198
034f788c
PA
161992014-06-19 Pedro Alves <palves@redhat.com>
16200
16201 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16202 out from ...
16203 (top level): ... here. Iterate running tests under different
16204 scheduler-locking settings.
16205
45371d0c
LM
162062014-06-18 Luis Machado <lgustavo@codesourcery.com>
16207
16208 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16209 to DW_FORM_addr and use non-zero addresses.
16210
5d376983
SC
162112014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16212
16213 PR gdb/17017
16214 * gdb.python/py-xmethods.cc: Add global function call counters and
16215 increment them in their respective functions. Remove "cout"
16216 statements.
16217 * gdb.python/py-xmethods.exp: Make tests check the global function
16218 call counters instead of depending on inferior IO.
16219
a1aa2221
LM
162202014-06-18 Don Breazeal <donb@codesourcery.com>
16221
16222 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16223 Deleted procedure.
16224 (explicit_fork_parent_follow): Deleted procedure.
16225 (explicit_fork_child_follow): Deleted procedure.
16226 (test_follow_fork): New procedure.
16227 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16228 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16229 procedure calls.
16230
0fc05997
YQ
162312014-06-17 Yao Qi <yao@codesourcery.com>
16232
16233 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16234 CP1252.
16235
70795c52
LM
162362014-06-17 Luis Machado <lgustavo@codesourcery.com>
16237
16238 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16239 Initialize ptr and S explicitly.
16240 (skip_type_update_when_not_use_rtti_test): Likewise.
16241
6be47f0c
KS
162422014-06-16 Keith Seitz <keiths@redhat.com>
16243
16244 PR mi/15863
16245 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16246 the inferior is started.
16247
d03de421
PA
162482014-06-16 Pedro Alves <palves@redhat.com>
16249
16250 * gdb.base/break-main-file-remove-fail.c: New file.
16251 * gdb.base/break-main-file-remove-fail.exp: New file.
16252 * gdb.base/break-unload-file.exp: Use build_executable instead of
16253 prepare_for_testing.
16254 (test_break): New parameter "initial_load". Handle it.
16255 (top level): Add initial_load cmdline/file axis.
16256
f9579b99
TT
162572014-06-12 Tom Tromey <tromey@redhat.com>
16258
16259 * gdb.base/completion.exp: Don't use directory name in test.
16260
3657956b
GB
162612014-06-09 Gary Benson <gbenson@redhat.com>
16262
16263 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16264 separate the always-available ANSI-standard signals from the
16265 signals that require checking.
16266 (main): Likewise.
16267 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16268 Likewise.
16269 (main): Likewise.
16270
4186eb54
KS
162712014-06-07 Keith Seitz <keiths@redhat.com>
16272
16273 Revert:
16274 PR c++/16253
16275 * gdb.cp/var-tag.cc: New file.
16276 * gdb.cp/var-tag.exp: New file.
16277 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16278 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16279 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16280 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16281
25326a28 162822014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16283
16284 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16285
829155c9
PA
162862014-06-06 Pedro Alves <palves@redhat.com>
16287
16288 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16289 in target debug output instead of looking at RSP packets,
16290 disabling the test on any target that uses hardware stepping.
16291 Update comments.
16292
61c8d22e
PA
162932014-06-06 Pedro Alves <palves@redhat.com>
16294
16295 * gdb.base/break-unload-file.exp: Fix typo.
16296
d9a47287
YQ
162972014-06-06 Yao Qi <yao@codesourcery.com>
16298
16299 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16300 from "jit_function" to "^jit_function".
16301
e5e01dbf
YQ
163022014-06-06 Yao Qi <yao@codesourcery.com>
16303
16304 * gdb.base/async.c (foo): Add one statement.
16305 * gdb.base/async.exp: Get the next instruction address and
16306 match the output of "nexti" by instruction address. Match
16307 the hex address in the output of "finish".
16308
73ba372c
GB
163092014-06-06 Gary Benson <gbenson@redhat.com>
16310
16311 * gdb.base/call-signals.c: Remove preprocessor conditionals
16312 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16313 SIGSEGV and SIGTERM.
16314 * gdb.base/sigall.c: Likewise.
16315 * gdb.base/unwindonsignal.c: Likewise.
16316 * gdb.reverse/sigall-reverse.c: Likewise.
16317
831517df
YQ
163182014-06-06 Yao Qi <yao@codesourcery.com>
16319
16320 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16321 readable, skip the test.
16322
b8b91e98
YQ
163232014-06-06 Yao Qi <yao@codesourcery.com>
16324
16325 * gdb.threads/staticthreads.c (thread_function): Move the line
16326 setting breakpoint on forward.
16327 * gdb.threads/staticthreads.exp: Update comments.
16328
fb934770
LC
163292014-06-05 Ludovic Courtès <ludo@gnu.org>
16330
16331 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16332 "history-append! type error".
16333
6ef284bd
SM
163342014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16335
16336 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16337 erroneous dprintf expected input.
16338
a872e241
DE
163392014-06-04 Doug Evans <xdje42@gmail.com>
16340
16341 * gdb.guile/scm-generics.exp: Delete.
16342
16f691fb
DE
163432014-06-04 Doug Evans <xdje42@gmail.com>
16344
16345 * gdb.guile/scm-breakpoint.exp: Update.
16346 Add tests for breakpoint registration.
16347
012370f6
TT
163482014-06-04 Tom Tromey <tromey@redhat.com>
16349
16350 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16351 VLA-in-union.
16352 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16353 inner_vla_struct, vla_union types. Initialize objects of those
16354 types and compute their sizes.
16355
9f5a4cef
HZ
163562014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16357 Hui Zhu <hui@codesourcery.com>
16358
16359 * gdb.base/fileio.exp: Add test for shell not available as well as
16360 available.
16361 * gdb.base/fileio.c (test_system): Check for shell twice.
16362
90a45c4d
YQ
163632014-06-04 Yao Qi <yao@codesourcery.com>
16364
16365 * gdb.base/auto-connect-native-target.exp: Remove redundant
16366 space from the regexp pattern.
16367
70017e41
YQ
163682014-06-04 Yao Qi <yao@codesourcery.com>
16369
16370 * gdb.base/default.exp: Replace "child" with "native" in
16371 regexp pattern.
16372
883964a7
SC
163732014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16374
16375 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16376 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16377 * gdb.python/py-xmethods.py: Python script supporting the
16378 new testcase and tests.
16379
ef370185
JB
163802014-06-03 Joel Brobecker <brobecker@adacore.com>
16381 Pedro Alves <palves@redhat.com>
16382
16383 PR breakpoints/17000
16384 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16385 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16386
1e2ccb61
BM
163872014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16388
16389 * gdb.base/subst.exp: Add tests to verify partial path matching
16390 output.
16391
c6ec5ab2
PA
163922014-06-03 Pedro Alves <palves@redhat.com>
16393
16394 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16395 target that doesn't use software single-stepping.
16396
835c559f
PA
163972014-06-03 Pedro Alves <palves@redhat.com>
16398
16399 PR breakpoints/17000
16400 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16401 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16402
06eb1586
DE
164032014-06-02 Doug Evans <xdje42@gmail.com>
16404
16405 * gdb.guile/scm-parameter.exp: New file.
16406
e698b8c4
DE
164072014-06-02 Doug Evans <xdje42@gmail.com>
16408
16409 * gdb.guile/scm-cmd.c: New file.
16410 * gdb.guile/scm-cmd.exp: New file.
16411
ded03782
DE
164122014-06-02 Doug Evans <xdje42@gmail.com>
16413
16414 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16415 pretty-printer lookup.
16416 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16417 (make-pp_s-printer): Call it.
16418 (make-pretty-printer-from-dict): New function.
16419 (lookup-pretty-printer-maker-from-dict): New function.
16420 (*pretty-printer*): Simplify.
16421 (make-objfile-pp_s-printer): New function.
16422 (install-objfile-pretty-printers!): New function.
16423 (make-progspace-pp_s-printer): New function.
16424 (install-progspace-pretty-printers!): New function.
16425 * gdb.guile/scm-progspace.c: New file.
16426 * gdb.guile/scm-progspace.exp: New file.
16427
41fac0cf
PA
164282014-06-02 Pedro Alves <palves@redhat.com>
16429
16430 * gdb.base/dprintf-bp-same-addr.c: New file.
16431 * gdb.base/dprintf-bp-same-addr.exp: New file.
16432
96ae5695
EBM
164332014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16434
16435 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16436 * gdb.arch/powerpc-power.s: Likewise.
16437
da02b3a8
JB
164382014-06-02 Joel Brobecker <brobecker@adacore.com>
16439
16440 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16441
c72b2e7b
YQ
164422014-06-01 Yao Qi <yao@codesourcery.com>
16443
16444 * gdb.base/watchpoint.exp (test_watch_location): Check null
16445 pointer can be dereferenced. If not, do the test, otherwise
16446 skip it.
16447
53e8a631
AB
164482014-05-30 Andrew Burgess <aburgess@broadcom.com>
16449
16450 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16451 results.
16452 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16453
938f0e2f
AB
164542014-05-30 Andrew Burgess <aburgess@broadcom.com>
16455
16456 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16457 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16458 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16459 * gdb.arch/amd64-invalid-stack-top.c: New file.
16460 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16461
9ba6657a
PA
164622014-05-30 Pedro Alves <palves@redhat.com>
16463
16464 PR breakpoints/17000
16465 * gdb.base/sss-bp-on-user-bp.c: New file.
16466 * gdb.base/sss-bp-on-user-bp.exp: New file.
16467
522c09bf
DB
164682014-05-30 David Blaikie <dblaikie@gmail.com>
16469
16470 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16471 gnu_inline semantics via attribute.
16472 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16473 source explicitly specifies the required semantics.
16474
bf4ef81e
MR
164752014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16476
16477 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16478
329ea579
PA
164792014-05-29 Pedro Alves <palves@redhat.com>
16480 Tom Tromey <tromey@redhat.com>
16481
16482 * gdb.base/async-shell.exp: Don't enable target-async.
16483 * gdb.base/async.exp
16484 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16485 parameter. Adjust.
16486 (top level): Don't test with "target-async".
16487 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16488 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16489 * gdb.base/inferior-died.exp: Don't enable target-async.
16490 * gdb.base/interrupt-noterm.exp: Likewise.
16491 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16492 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16493 * gdb.mi/mi-nonstop.exp: Likewise.
16494 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16495 * gdb.mi/mi-nsintrall.exp: Likewise.
16496 * gdb.mi/mi-nsmoribund.exp: Likewise.
16497 * gdb.mi/mi-nsthrexec.exp: Likewise.
16498 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16499 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16500 * gdb.python/py-evsignal.exp: Don't enable target-async.
16501 * gdb.python/py-evthreads.exp: Likewise.
16502 * gdb.python/py-prompt.exp: Likewise.
16503 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16504 * gdb.server/solib-list.exp: Don't enable target-async.
16505 * gdb.threads/thread-specific-bp.exp: Likewise.
16506 * lib/mi-support.exp: Adjust to use mi-async.
16507
fd664c91
PA
165082014-05-29 Pedro Alves <palves@redhat.com>
16509
16510 PR gdb/13860
16511 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16512 reason, even in sync mode.
16513
251bde03
PA
165142014-05-29 Pedro Alves <palves@redhat.com>
16515 Hui Zhu <hui@codesourcery.com>
16516
16517 PR PR15693
16518 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16519 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16520 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16521 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16522
7f3c0343
JB
165232014-05-28 Joel Brobecker <brobecker@adacore.com>
16524
16525 * config/monitor.exp (gdb_target_monitor): Replace use of
16526 "set remotebaud" by "set serial baud".
16527
b2715b27
AW
165282014-05-26 Andy Wingo <wingo@igalia.com>
16529
16530 * gdb.guile/scm-breakpoint.exp:
16531 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16532 properties instead of gdb-object-properties.
16533
498a4489
YQ
165342014-05-26 Yao Qi <yao@codesourcery.com>
16535
16536 * gdb.server/no-thread-db.exp: Specify source file name
16537 explicitly when setting a breakpoint.
16538
589fdceb
MM
165392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16540
16541 * gdb.btrace/vdso.c: New.
16542 * gdb.btrace/vdso.exp: New.
16543
e9089e05
MM
165442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16545
16546 * gdb.base/gcore.exp (capture_command_output): Move ...
16547 * lib/gdb.exp (capture_command_output): ... here.
16548
67b5c0c1
MM
165492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16550
16551 * gdb.btrace/data.exp: Test memory access during btrace replay.
16552
a2199296
SM
165532014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16554
16555 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16556
17b2616c
PA
165572014-05-21 Pedro Alves <palves@redhat.com>
16558
16559 PR gdb/13860
16560 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16561 (top level): Test that output related to execution commands is
16562 sent to the console with CLI commands, but not with MI commands.
16563 Test that breakpoint events are always mirrored to the console.
16564 Also expect the new source line to be output after a "next" in
16565 async mode too. Make it a pass/fail test.
16566 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16567 output.
16568 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16569
5166082f
PA
165702014-05-21 Pedro Alves <palves@redhat.com>
16571
16572 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16573 Use them to test variations of "list" after reaching a breakpoint.
16574 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16575 Test "list" with listsize 10 after reaching a breakpoint.
16576 * gdb.python/python.exp (decode_line current location line
16577 number): Adjust expected line number.
16578
2f25d70f
SM
165792014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16580
16581 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16582 behavior for $args, pass it directly to "run".
16583
ff604a67
MR
165842014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16585
16586 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16587 30000 to 65536.
16588
6a3cb8e8
PA
165892014-05-21 Pedro Alves <palves@redhat.com>
16590
16591 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16592 auto-connect-native-target off".
16593 * gdb.base/auto-connect-native-target.c: New file.
16594 * gdb.base/auto-connect-native-target.exp: New file.
16595
4ebfc96e
PA
165962014-05-21 Pedro Alves <palves@redhat.com>
16597
16598 * gdb.base/default.exp: Test "target native" instead of "target
16599 child".
16600
36d46afb
MW
166012014-05-21 Mark Wielaard <mjw@redhat.com>
16602
16603 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16604
5876f503
JK
166052014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16606
16607 Fix TLS access for -static -pthread.
16608 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16609 <HAVE_TLS> (thread_function, main): Initialize it.
16610 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16611 Add clean_restart.
16612 <$have_tls != "">: Check TLSVAR.
16613
0256a6ac
PA
166142014-05-21 Pedro Alves <palves@redhat.com>
16615
16616 * gdb.base/dcache-line-read-error.c: New.
16617 * gdb.base/dcache-line-read-error.exp: New.
16618
936d2992
PA
166192014-05-20 Pedro Alves <palves@redhat.com>
16620
16621 * gdb.base/compare-sections.c: New file.
16622 * gdb.base/compare-sections.exp: New file.
16623
802e8e6d
PA
166242014-05-20 Pedro Alves <palves@redhat.com>
16625
16626 * gdb.base/break-idempotent.c: New file.
16627 * gdb.base/break-idempotent.exp: New file.
16628
e59fa00f
MM
166292014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16630
16631 * gdb.btrace/nohist.exp: New.
16632
8b696e31
YQ
166332014-05-20 Yao Qi <yao@codesourcery.com>
16634
16635 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16636 gdb.reverse directory and gdb_reverse_timeout exists in board
16637 setting.
16638 * README: Document gdb_reverse_timeout.
16639
73c9764f
YQ
166402014-05-20 Yao Qi <yao@codesourcery.com>
16641
16642 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16643 'test_file_name'. Treat args as a string instead of a list.
16644 (gdb_init): Rename argument 'args' by 'test_file_name'.
16645
f1f4348a
JK
166462014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16647
16648 * gdb.arch/powerpc-power.exp: New file.
16649 * gdb.arch/powerpc-power.s: New file.
16650
0dbe70ce
DE
166512014-05-16 Doug Evans <dje@google.com>
16652
16653 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16654 * gdb.base/completion.exp: Check that all expected files exist
16655 before doing file completion.
0dbe70ce 16656
8d551b02
DE
166572014-05-16 Doug Evans <dje@google.com>
16658
16659 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16660 Update.
16661 (do_syscall_tests_without_xml): Update.
16662
73eb7709
PA
166632014-05-16 Pedro Alves <palves@redhat.com>
16664
16665 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16666 instead of "unknown output after running".
16667
3fae92fc
YQ
166682014-05-16 Yao Qi <yao@codesourcery.com>
16669
16670 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16671 file1.txt from host at the end.
16672 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16673
c2b2ccc5
DE
166742014-05-15 Doug Evans <dje@google.com>
16675
16676 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16677 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16678 loading file. Add test for TU lookup.
16679
8c217a4b
SM
166802014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16681
16682 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16683 calling "-exec-arguments" or "set args" before running the
16684 inferior.
16685
3deb39c6
SM
166862014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16687
16688 * lib/mi-support.exp (mi_expect_stop): Expect message for
16689 inferiors that exit with non-zero exit code.
16690
71a79f8c
YQ
166912014-05-14 Yao Qi <yao@codesourcery.com>
16692
16693 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16694 match absolute path on remote host.
16695 (test_file_list_exec_source_files): Remove "/" from the
16696 pattern.
16697
f23fcd46
YQ
166982014-05-14 Yao Qi <yao@codesourcery.com>
16699
16700 * boards/local-remote-host-notty.exp (${board}_file): New
16701 proc.
16702
9404b58f
KM
167032014-05-07 Kyle McMartin <kyle@redhat.com>
16704
16705 Pushed by Joel Brobecker <brobecker@adacore.com>.
16706 * gdb.arch/aarch64-atomic-inst.c: New file.
16707 * gdb.arch/aarch64-atomic-inst.exp: New file.
16708
5e45f04c
YQ
167092014-05-07 Yao Qi <yao@codesourcery.com>
16710
16711 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16712 in current context" too.
16713
c888a17d
KS
167142014-05-05 Keith Seitz <keiths@redhat.com>
16715
16716 * gdb.linespec/ls-dollar.exp: Add test for linespec
16717 file:convenience_variable.
16718
290a839c
YQ
167192014-05-05 Yao Qi <yao@codesourcery.com>
16720
16721 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16722 traceframes into tfile and ctf trace files. Read data from
16723 trace file and test collected data.
16724 (gdb_collect_locals_test): Likewise.
16725 (gdb_unavailable_registers_test): Likewise.
16726 (gdb_unavailable_floats): Likewise.
16727 (gdb_collect_globals_test): Likewise.
16728 (top-level): Append "ctf" to trace_file_targets if GDB
16729 supports.
16730
b5262cd0
YQ
167312014-05-05 Yao Qi <yao@codesourcery.com>
16732
16733 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16734 code to ...
16735 (gdb_collect_args_test_1): ... it. New proc.
16736 (gdb_collect_locals_test): Move some code to ...
16737 (gdb_collect_locals_test_1): ... it. New proc.
16738 (gdb_unavailable_registers_test): Move some code to ...
16739 (gdb_unavailable_registers_test_1): ... it. New proc.
16740 (gdb_unavailable_floats): Move some code to ...
16741 (gdb_unavailable_floats_1): ... it. New proc.
16742
30a1e6cc
SDJ
167432014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16744
16745 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16746 probes to test for bitness recognition.
16747 * gdb.arch/amd64-stap-optional-prefix.exp
16748 (test_probe_value_without_reg): New procedure.
16749 Add code to test for different kinds of bitness.
16750
f33da99a
SDJ
167512014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16752
16753 PR breakpoints/16889
16754 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16755 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16756
5b80f00d
PA
167572014-05-01 Pedro Alves <palves@redhat.com>
16758
16759 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16760 gdb_file_cmd if no file is specified.
16761 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16762 last_loaded_file to set the remote exec-file.
16763
f8c2a73c
PA
167642014-05-01 Pedro Alves <palves@redhat.com>
16765
16766 * boards/local-remote-host.exp: New file.
16767
be6e8ac7
PA
167682014-05-01 Pedro Alves <palves@redhat.com>
16769
16770 * boards/local-remote-host.exp: Rename to ...
16771 * boards/local-remote-host-notty.exp: ... this.
16772
cac0dc8f
JB
167732014-04-28 Joel Brobecker <brobecker@adacore.com>
16774
16775 * gdb.ada/dyn_arrayidx: New testcase.
16776
9730e6cc
YQ
167772014-04-26 Yao Qi <yao@codesourcery.com>
16778
16779 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16780 and compute the length of function main. Save it in
16781 $main_length.
16782 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16783 (top-level): Use gdb_compile to compile objects into
16784 executable and restart GDB. Remove invocation to
16785 prepare_for_testing.
16786
7ae1a6a6
PA
167872014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16788 Pedro Alves <palves@redhat.com>
16789
16790 PR server/16255
16791 * gdb.multi/multi-attach.c: New file.
16792 * gdb.multi/multi-attach.exp: New file.
16793
4082afcc
PA
167942014-04-25 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16797 user.
16798 (top level): Test that "set remote conditional-breakpoints-packet
16799 off" works as intended.
16800 * gdb.base/dprintf.exp: Test that "set remote
16801 breakpoint-commands-packet off" works as intended.
16802 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16803 New function.
16804 (top level): Call it.
16805 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16806 remote fast-tracepoints-packet off" works as intended.
16807 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16808 * lib/gdb.exp (gdb_is_target_remote): ... here.
16809
2abc3f8d
DB
168102014-04-24 David Blaikie <dblaikie@gmail.com>
16811
16812 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16813 ensure clang would not discard them.
16814 * gdb.base/gdbvars.c: Ditto.
16815 * gdb.base/memattr.c: Ditto.
16816 * gdb.base/whatis.c: Ditto.
16817 * gdb.python/py-prettyprint.c: Ditto.
16818 * gdb.trace/actions.c: Ditto.
16819 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16820 ensure clang would not discard it.
16821
bfd39632
DB
168222014-04-24 David Blaikie <dblaikie@gmail.com>
16823
16824 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16825 clang to emit the full definition of type required by the test
16826 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16827
22842ff6
DB
168282014-04-24 David Blaikie <dblaikie@gmail.com>
16829
16830 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16831 coax Clang into emitting the definition of the type.
16832 * gdb.cp/pr10728-x.h (y): Ditto.
16833 * gdb.cp/pr10728-y.cc (y): Ditto.
16834
c2e827ad
DB
168352014-04-24 David Blaikie <dblaikie@gmail.com>
16836
16837 * gdb.base/label.exp: XFAIL label related tests under Clang.
16838 * gdb.cp/cplabel.exp: Ditto.
16839 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16840 under Clang those using labels.
16841
4c2d33e7
YQ
168422014-04-25 Yao Qi <yao@codesourcery.com>
16843
16844 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16845 double_label.
16846 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16847 partial_label and double_label.
16848
56083b99
DB
168492014-04-24 David Blaikie <dblaikie@gmail.com>
16850
16851 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16852
25d4e99d
DB
168532014-04-24 David Blaikie <dblaikie@gmail.com>
16854
16855 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16856 of the function to work across GCC and Clang.
16857 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16858 pointer types (const void ** const V void **).
16859
01f9f808
MS
168602014-04-24 Michael Sturm <michael.sturm@mintel.com>
16861 Walfred Tedeschi <walfred.tedeschi@intel.com>
16862
16863 * Makefile.in (EXECUTABLES): Added i386-avx512.
16864 * gdb.arch/i386-avx512.c: New file.
16865 * gdb.arch/i386-avx512.exp: Likewise.
16866
4b48d439
KS
168672014-04-23 Keith Seitz <keiths@redhat.com>
16868
16869 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16870 (mi_make_breakpoint_table): New procedure.
16871 (mi_create_breakpoint): Use mi_make_breakpoint
16872 and return the result.
16873 (mi_make_breakpoint): New procedure.
16874 (mi_build_kv_pairs): New procedure.
16875
16876 * gdb.mi/mi-break.exp: Remove unused globals,
16877 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16878 All callers updated.
16879 * gdb.mi/mi-dprintf.exp: Use variable to track command
16880 number.
16881 Update all callers of mi_create_breakpoint and use
16882 mi_make_breakpoint_table.
16883 Remove any unused global variables.
16884 * gdb.mi/mi-nonstop.exp: Likewise.
16885 * gdb.mi/mi-nsintrall.exp: Likewise.
16886 * gdb.mi/mi-nsmoribund.exp: Likewise.
16887 * gdb.mi/mi-nsthrexec.exp: Likewise.
16888 * gdb.mi/mi-reverse.exp: Likewise.
16889 * gdb.mi/mi-simplerun.exp: Likewise.
16890 * gdb.mi/mi-stepn.exp: Likewise.
16891 * gdb.mi/mi-syn-frame.exp: Likewise.
16892 * gdb.mi/mi-until.exp: Likewise.
16893 * gdb.mi/mi-var-cp.exp: Likewise.
16894 * gdb.mi/mi-var-display.exp: Likewise.
16895 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16896 * gdb.mi/mi2-var-child.exp: Likewise.
16897 * gdb.mi/mi-vla-c99.exp: Likewise.
16898 * lib/mi-support.exp: Likewise.
16899
16900 From Ian Lance Taylor <iant@cygnus.com>:
16901 * lib/gdb.exp (parse_args): New procedure.
16902
08351840
PA
169032014-04-23 Pedro Alves <palves@redhat.com>
16904
16905 * gdb.base/break-unload-file.c: New file.
16906 * gdb.base/break-unload-file.exp: New file.
16907 * gdb.base/sym-file-lib.c (baz): New function.
16908 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16909 field.
16910 (load): Store the segment's mapped size.
16911 (unload): New function.
16912 (unload_shlib): New function.
16913 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16914 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16915 set a breakpoint at baz, and call it.
16916 * gdb.base/sym-file.exp: New tests for stale breakpoint
16917 instructions.
16918
076855f9
PA
169192014-04-23 Pedro Alves <palves@redhat.com>
16920
16921 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16922 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16923 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16924 * gdb.base/hbreak-unmapped.c: New file.
16925 * gdb.base/hbreak-unmapped.exp: New file.
16926 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16927 * lib/gdb.exp (gdb_is_target_remote): ... here.
16928
483805cf
PA
169292014-04-22 Pedro Alves <palves@redhat.com>
16930
16931 * gdb.base/consecutive-step-over.c: New file.
16932 * gdb.base/consecutive-step-over.exp: New file.
16933
06d97543
PA
169342014-04-22 Pedro Alves <palves@redhat.com>
16935
16936 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16937 instead of send_gdb/gdb_expect.
16938
b4429ea2
YQ
169392014-04-22 Yao Qi <yao@codesourcery.com>
16940
16941 * lib/trace-support.exp (generate_tracefile): New procedure.
16942 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16943 return 0.
16944 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16945 if generate_tracefile returns 1.
16946
51d48146
PA
169472014-04-18 Tom Tromey <palves@redhat.com>
16948 Pedro alves <tromey@redhat.com>
16949
16950 PR backtrace/15558
16951 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16952 with a backtrace limit.
16953 * gdb.python/py-frame-inline.exp: Test running to an inline
16954 function with a backtrace limit, and printing the newest frame.
16955 * gdb.python/py-frame-inline.c (main): Call f.
16956
bd1dce5f
MS
169572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16958
16959 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16960
40d1a503
MS
169612014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16962
16963 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16964 Drop prefix from unsupported source file path.
16965
389b98f7
YQ
169662014-04-17 Yao Qi <yao@codesourcery.com>
16967
16968 * lib/gdb.exp (with_target_charset): New proc.
16969 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16970 with_target_charset.
16971 (test_print_strings): Likewise.
16972 (test_repeat_bytes): Likewise.
16973 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16974 for some tests.
16975
22869d73
KS
169762014-04-16 Keith Seitz <keiths@redhat.com>
16977
16978 PR gdb/15827
16979 * gdb.dwarf2/corrupt.c: New file.
16980 * gdb.dwarf2/corrupt.exp: New file.
16981
c4f87ca6
KS
169822014-04-16 Keith Seitz <keiths@redhat.com>
16983
16984 PR c++/16597
16985 * gdb.cp/namelessclass.cc: New file.
16986 * gdb.cp/namelessclass.exp: New file.
16987 * gdb.cp/namelessclass.S: New file.
16988
ab19de87
DE
169892014-04-16 Doug Evans <dje@google.com>
16990
16991 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16992 Add comment.
16993 (gdbserver_default_get_comm_port): New function.
16994 (gdbserver_start): Check if board file provided
16995 "gdbserver,get_comm_port" and use it if so.
16996 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16997 (gdb,socketport): Set to "stdio".
16998 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16999 (stdio_gdbserver_template): Delete.
17000 (${board}_get_remote_address): Update.
17001 (${board}_build_remote_cmd): Delete.
17002 (${board}_get_comm_port): New function.
17003 (${board}_spawn): Update.
17004 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17005 Delete.
17006 (${board}_get_remote_address): Update.
17007 (${board}_get_comm_port): New function.
17008
fc98a809
AB
170092014-04-16 Andrew Burgess <aburgess@broadcom.com>
17010
17011 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17012 appearing in any order.
17013
87fd9e6e
DE
170142014-04-15 Doug Evans <dje@google.com>
17015
17016 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17017 uninitialized value of "description".
17018
099fc3ea
KS
170192014-04-15 Keith Seitz <keiths@redhat.com>
17020
17021 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17022 Remove unused globals.
17023 (test_running_the_program): Likewise.
17024 (test_controlled_execution): Likewise.
17025 (test_controlling_breakpoints): Likewise.
17026 (test_program_termination): Likewise.
17027
5da151d4
KS
170282014-04-15 Keith Seitz <keiths@redhat.com>
17029
17030 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17031 unused globals.
17032 (test_rbreak_creation_and_listing): Likewise.
17033 (test_ignore_count): Likewise.
17034 (test_error): Likewise.
17035
35e5d2f0
PA
170362014-04-15 Pedro Alves <palves@redhat.com>
17037
17038 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17039 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17040 sym-file-loader.c.
17041 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17042 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17043 to sym-file-loader.c.
17044 (struct library): Forward declare.
17045 (load_shlib, lookup_function): Change prototypes.
17046 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17047 (translate_offset): Remove declarations.
17048 (get_text_addr): New declaration.
17049 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17050 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17051 sym-file-loader.h.
17052 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17053 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17054 here from sym-file-loader.h.
17055 (struct library): New structure.
17056 (load_shlib, lookup_function): Change prototypes and adjust to
17057 work with a struct library.
17058 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17059 (translate_offset): Make static.
17060 (get_text_addr): New function.
17061 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17062
eb4c1710
PA
170632014-04-15 Pedro Alves <palves@redhat.com>
17064
17065 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17066
2d1baf52
PA
170672014-04-15 Pedro Alves <palves@redhat.com>
17068
17069 * gdb.base/sym-file-loader.c: Include <limits.h>.
17070 (SELF_LINK): New define.
17071 (get_origin): New function.
17072 (load_shlib): Use it.
17073 * gdb.base/sym-file.exp: Don't early return if the target is
17074 remote. Use runto_main, and issue fail is that fails. Use
17075 gdb_load_shlibs.
17076 (shlib_name): Delete.
17077 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17078
7dd6df01
PA
170792014-04-15 Pedro Alves <palves@redhat.com>
17080
17081 * gdb.base/sym-file.exp: Remove regex characters from test
17082 message. Don't refer to breakpoint numbers in test messages.
17083
b50c8614
KS
170842014-04-14 Keith Seitz <keiths@redhat.com>
17085
17086 PR c++/16253
17087 * gdb.cp/var-tag.cc: New file.
17088 * gdb.cp/var-tag.exp: New file.
17089 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17090 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17091 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17092 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17093
3d567982
TT
170942014-04-14 Tom Tromey <tromey@redhat.com>
17095
17096 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17097 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17098 type.
17099 * gdb.cp/enum-class.exp: New file.
17100 * gdb.cp/enum-class.cc: New file.
17101
0626fc76
TT
171022014-04-14 Tom Tromey <tromey@redhat.com>
17103
17104 * gdb.dwarf2/enum-type.exp: New file.
17105
dca325b3
SA
171062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17107
17108 * gdb.mi/mi-vla-c99.exp: New file.
17109 * gdb.mi/vla.c: New file.
17110
5854b38a
SA
171112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17112
17113 * gdb.base/vla-datatypes.c: New file.
17114 * gdb.base/vla-datatypes.exp: New file.
17115
463bb957
SA
171162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17117
17118 * gdb.base/vla-ptr.c: New file.
17119 * gdb.base/vla-ptr.exp: New file.
17120
3dd170be
SA
171212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17122
17123 * gdb.dwarf2/count.exp: New file.
17124
5ecaaa66
SA
171252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17126
17127 * gdb.base/vla-sideeffect.c: New file.
17128 * gdb.base/vla-sideeffect.exp: New file.
17129
41f1ada5
DB
171302014-04-14 David Blaikie <dblaikie@gmail.com>
17131
17132 * gdb.mi/non-stop.c: Add return value for non-void function return
17133 statement.
17134 * gdb.threads/staticthreads.c: Ditto.
17135
0be03e84
DE
171362014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17137 Doug Evans <xdje42@gmail.com>
17138
17139 * gdb.guile/scm-value.c: Improve test case.
17140 * gdb.guile/scm-value.exp: Add new test.
17141
f180a1fb
DB
171422014-04-11 David Blaikie <dblaikie@gmail.com>
17143
17144 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17145 override Clang's default.
17146
6b662e19
JB
171472014-04-11 Joel Brobecker <brobecker@adacore.com>
17148
17149 Revert the following changes (regressions):
17150
17151 * gdb.base/vla-sideeffect.c: New file.
17152 * gdb.base/vla-sideeffect.exp: New file.
17153
17154 * gdb.dwarf2/count.exp: New file.
17155
17156 * gdb.base/vla-multi.c: New file.
17157 * gdb.base/vla-multi.exp: New file.
17158
17159 * gdb.base/vla-ptr.c: New file.
17160 * gdb.base/vla-ptr.exp: New file.
17161
17162 * gdb.base/vla-datatypes.c: New file.
17163 * gdb.base/vla-datatypes.exp: New file.
17164
17165 * gdb.mi/mi-vla-c99.exp: New file.
17166 * gdb.mi/vla.c: New file.
17167
245a5f0b
KS
171682014-04-11 Keith Seitz <keiths@redhat.com>
17169
17170 PR c++/16675
17171 * gdb.cp/cpsizeof.exp: New file.
17172 * gdb.cp/cpsizeof.cc: New file.
17173
58a84dcf
SA
171742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17175
191a8a90
JB
17176 * gdb.mi/mi-vla-c99.exp: New file.
17177 * gdb.mi/vla.c: New file.
58a84dcf 17178
c8655f75
SA
171792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17180
17181 * gdb.base/vla-datatypes.c: New file.
17182 * gdb.base/vla-datatypes.exp: New file.
17183
024e13b4
SA
171842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17185
17186 * gdb.base/vla-ptr.c: New file.
17187 * gdb.base/vla-ptr.exp: New file.
17188
1a237e0e
SA
171892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17190
17191 * gdb.base/vla-multi.c: New file.
17192 * gdb.base/vla-multi.exp: New file.
17193
504f3432
SA
171942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17195
17196 * gdb.dwarf2/count.exp: New file.
17197
3bce8237
SA
171982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17199
191a8a90
JB
17200 * gdb.base/vla-sideeffect.c: New file.
17201 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17202
322f9c21
YQ
172032014-04-11 Yao Qi <yao@codesourcery.com>
17204
17205 * gdb.base/completion.exp: Check file exists before running tests
17206 on file completion.
17207
d708bcd1
PA
172082014-04-10 Pedro Alves <palves@redhat.com>
17209
17210 * gdb.base/cond-eval-mode.c: New file.
17211 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17212 prepare_for_testing to build the new file. Check result of
17213 runto_main.
17214 (test_break, test_watch): New procedures.
17215 (top level): Use them.
17216
ae1d2761
PM
172172014-04-08 Pierre Muller <muller@sourceware.org>
17218
17219 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17220 Ctrl-V use for mingw hosts.
17221
7af389b8
SC
172222014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17223
17224 * gdb.python/py-value.c: Improve test case.
17225 * gdb.python/py-value.exp: Add new test.
17226
5e703181
DE
172272014-04-07 David Blaikie <dblaikie@gmail.com>
17228
17229 * lib/compiler.c: Identify the clang compiler.
17230 * lib/compiler.cc: Ditto.
17231
9810b410
YQ
172322014-04-03 Yao Qi <yao@codesourcery.com>
17233
17234 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17235
98d1b8dc
AB
172362014-04-01 Anton Blanchard <anton@samba.org>
17237
17238 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17239 messages unique.
17240
3114cea1
AB
172412014-04-01 Anton Blanchard <anton@samba.org>
17242
17243 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17244 prepare_for_testing.
17245
62f7182c
AB
172462014-04-01 Anton Blanchard <anton@samba.org>
17247
17248 * gdb.arch/ppc64-atomic-inst.c: Remove.
17249 * gdb.arch/ppc64-atomic-inst.S: New file.
17250 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17251
770e7fc7
DE
172522014-03-31 Doug Evans <dje@google.com>
17253
17254 * gdb.base/print-symbol-loading-lib.c: New file.
17255 * gdb.base/print-symbol-loading-main.c: New file.
17256 * gdb.base/print-symbol-loading.exp: New file.
17257
46e2bafa
YQ
172582014-03-31 Yao Qi <yao@codesourcery.com>
17259
17260 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17261
8776cfe9
JB
172622014-03-28 Joel Brobecker <brobecker@adacore.com>
17263
17264 * gdb.ada/mi_dyn_arr: New testcase.
17265
5d1ef361
DE
172662014-03-27 Doug Evans <dje@google.com>
17267
17268 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17269
b5bee914
YQ
172702014-03-27 Yao Qi <yao@codesourcery.com>
17271
17272 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17273 if target is nios2-*-*.
17274
0d4d0e77
YQ
172752014-03-26 Yao Qi <yao@codesourcery.com>
17276
17277 * lib/gdb.exp (readline_is_used): New proc.
17278 * gdb.base/completion.exp: Move tests on command complete up.
17279 Skip the rest of tests if readline is not used.
17280 * gdb.ada/complete.exp: Skp the test if readline is not
17281 used.
17282 * gdb.base/filesym.exp: Likewise.
17283 * gdb.base/macscp.exp: Likewise.
17284 * gdb.base/readline-ask.exp: Likewise.
17285 * gdb.base/readline.exp: Likewise.
17286 * gdb.python/py-cmd.exp: Likewise.
17287 * gdb.trace/tfile.exp: Likewise.
17288
29361eee
YQ
172892014-03-26 Yao Qi <yao@codesourcery.com>
17290
17291 * gdb.base/macscp.exp: Fix code format issues.
17292
bc9a5525
UW
172932014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17294
17295 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17296 * gdb.asm/powerpc64le.inc: New file.
17297
d3839ede
PA
172982014-03-25 Pedro Alves <palves@redhat.com>
17299 Doug Evans <dje@google.com>
17300
17301 * gdb.base/source-execution.c: New file.
17302 * gdb.base/source-execution.exp: New file.
17303 * gdb.base/source-execution.gdb: New file.
17304
01672a57
DE
173052014-03-24 Doug Evans <dje@google.com>
17306
17307 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17308 using fission.
17309
88bbeca9
HZ
173102014-03-24 Hui Zhu <hui@codesourcery.com>
17311 Pedro Alves <palves@redhat.com>
17312
17313 PR breakpoints/16101
17314 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17315 test pass/fail messages. Detect missing support for dprintf when
17316 breakpoints are actually inserted.
17317 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17318 breakpoints are actually inserted.
17319 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17320 fails.
17321
d2348791
JK
173222014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17323
17324 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17325
feef67ab
DE
173262014-03-22 Doug Evans <xdje42@gmail.com>
17327
17328 * gdb.python/python.exp (python not supported): Verify multi-line
17329 python command issues an error.
25d743f9 17330 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17331 guile command issues an error.
feef67ab 17332
ecebef6a
MR
173332014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17334
17335 * gdb.threads/thread-specific.exp: Handle the lack of usable
17336 $this_breakpoint and $this_thread.
17337
ccdd1909
HZ
173382014-03-21 Hui Zhu <hui@codesourcery.com>
17339
17340 * gdb.base/attach.exp (do_command_attach_tests): New.
17341
beb460e8
PA
173422014-03-20 Tom Tromey <tromey@redhat.com>
17343 Pedro Alves <palves@redhat.com>
17344
17345 PR cli/15718
17346 * gdb.base/condbreak-call-false.c: New file.
17347 * gdb.base/condbreak-call-false.exp: New file.
17348
40acf43a
PA
173492014-03-20 Pedro Alves <palves@redhat.com>
17350
17351 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17352 Delete.
17353 (block_signals, unblock_signals): Delete.
17354 (child_function_2, main): Remove references to deleted variable
17355 and functions.
17356
9f5e1e02
PA
173572014-03-20 Pedro Alves <palves@redhat.com>
17358
17359 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17360 Use pthread_kill to signal thread 2.
17361 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17362 Adjust to make the test send itself a signal rather than using the
17363 host's "kill" command.
17364
99619bea
PA
173652014-03-20 Pedro Alves <palves@redhat.com>
17366
17367 * gdb.threads/multiple-step-overs.c: New file.
17368 * gdb.threads/multiple-step-overs.exp: New file.
17369 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17370 Adjust expected infrun debug output.
17371
2adfaa28
PA
173722014-03-20 Pedro Alves <palves@redhat.com>
17373
17374 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17375 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17376
31e77af2
PA
173772014-03-20 Pedro Alves <palves@redhat.com>
17378
17379 PR breakpoints/7143
17380 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17381 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17382 of gdb_test_multiple.
17383 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17384 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17385
b9f437de
PA
173862014-03-20 Pedro Alves <palves@redhat.com>
17387
17388 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17389 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17390
05adc73e
PA
173912014-03-19 Pedro Alves <palves@redhat.com>
17392
17393 * gdb.base/async.exp: Remove early return.
17394
6048b950
PA
173952014-03-19 Pedro Alves <palves@redhat.com>
17396
17397 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17398
8bcfb00a
PA
173992014-03-19 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.base/async.exp (test_background): Expect \r\n after
17402 "completed." in the fail pattern.
17403
884e37dc
PA
174042014-03-19 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.base/async.exp (test_background): New procedure.
17407 Use it for all background execution command tests.
17408
148e57e2
PA
174092014-03-19 Pedro Alves <palves@redhat.com>
17410
17411 * gdb.base/async.exp: Use prepare_for_testing.
17412
f48088c7
PA
174132014-03-19 Pedro Alves <palves@redhat.com>
17414
17415 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17416 the same line.
17417
e2f6c966
PA
174182014-03-19 Pedro Alves <palves@redhat.com>
17419
17420 * gdb.base/async.c (main): Add "jump here" and "until here" line
17421 marker comments.
17422 * gdb.base/async.exp (jump_here): New global.
17423 (jump& test): Use it.
17424 (until_here): New global.
17425 (until& test): Use it.
17426
c30568d4
PA
174272014-03-19 Pedro Alves <palves@redhat.com>
17428
17429 * gdb.base/async.exp: Don't frob gdb_protocol.
17430
0172b6a7
DE
174312014-03-18 Doug Evans <xdje42@gmail.com>
17432
17433 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17434 Fix spelling of exec-done-display.
17435
06c868a8
JK
174362014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17437
17438 PR gdb/15358
17439 * gdb.base/gdb-sigterm.c: New file.
17440 * gdb.base/gdb-sigterm.exp: New file.
17441
0c7e1a46
PA
174422014-03-18 Pedro Alves <palves@redhat.com>
17443
17444 PR gdb/13860
17445 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17446 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17447 solib-event.
17448
f7c77d93
JB
174492014-03-17 Joel Brobecker <brobecker@adacore.com>
17450
17451 * gdb.ada/pckd_arr_ren: New testcase.
17452
5a1e8c7a
DE
174532014-03-13 Doug Evans <xdje42@gmail.com>
17454
17455 PR guile/16612
17456 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17457 collect after discarding symbols.
17458
350e1a76
DE
174592014-03-13 Ludovic Courtès <ludo@gnu.org>
17460 Doug Evans <xdje42@gmail.com>
17461
17462 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17463 to history survives a gc.
17464
a69900ae
PA
174652014-03-13 Pedro Alves <palves@redhat.com>
17466
17467 * gdb.base/default.exp: Don't test "target procfs".
17468
5db9f0bd
PA
174692014-03-13 Pedro Alves <palves@redhat.com>
17470
17471 * gdb.base/default.exp: Update "target child" and "target procfs"
17472 tests to not expect "Unix".
17473
b3ccfe11
TT
174742014-03-12 Tom Tromey <tromey@redhat.com>
17475
17476 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17477 New procs. Add target-async tests.
17478 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17479 Add target-async tests.
17480
646f4417
AA
174812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17482
17483 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17484 'func_start' and 'func_end' for the beginning and end of the
17485 function code, respectively.
17486 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17487 'func_end' instead of 'func' and 'main'.
17488
288c211f
AA
174892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17490
17491 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17492 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17493 generate the debug info assembler source.
17494
e0c0f156
AA
174952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17496
17497 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17498 * gdb.dwarf2/arr-subrange.exp: Likewise.
17499 * gdb.dwarf2/dwz.exp: Likewise.
17500 * gdb.dwarf2/method-ptr.exp: Likewise.
17501 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17502 * gdb.dwarf2/subrange.exp: Likewise.
17503 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17504 * gdb.dwarf2/implptrpiece.exp: Likewise.
17505 * gdb.dwarf2/nostaticblock.exp: Likewise.
17506
0e5c4555
AA
175072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17508
17509 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17510 directory to absolute path name arguments.
17511
5ec18f2b
JG
175122014-03-10 Joel Brobecker <brobecker@adacore.com>
17513
17514 * gdb.ada/tagged_access: New testcase.
17515
847fc4f2
MM
175162014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17517
17518 * gdb.btrace/data.exp: Update expected output.
17519
cc3da688
YQ
175202014-03-06 Yao Qi <yao@codesourcery.com>
17521
17522 * gdb.trace/pr16508.exp: New file.
17523
0f26cec1
PA
175242014-03-05 Pedro Alves <palves@redhat.com>
17525
17526 PR gdb/16575
17527 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17528 procedure.
17529 (top level): Adjust to use it. Add tests that exercise breakpoint
17530 interaction with the code-cache.
17531
7a5a839f
LC
175322014-02-26 Ludovic Courtès <ludo@gnu.org>
17533
17534 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17535 test for 'history-append!'.
17536
31aa7e4e
JB
175372014-02-26 Joel Brobecker <brobecker@adacore.com>
17538
17539 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17540 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17541 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17542 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17543 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17544 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17545
1b588015
JB
175462014-02-26 Joel Brobecker <brobecker@adacore.com>
17547
17548 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17549 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17550 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17551
55426c9d
JB
175522014-02-26 Joel Brobecker <brobecker@adacore.com>
17553
17554 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17555
dc53a7ad
JB
175562014-02-26 Joel Brobecker <brobecker@adacore.com>
17557
17558 * gdb.dwarf2/arr-stride.c: New file.
17559 * gdb.dwarf2/arr-stride.exp: New file.
17560
12ab52e9
PA
175612014-02-26 Pedro Alves <palves@redhat.com>
17562
17563 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17564 that won't ever trigger. Make sure that GDB reports the correct
17565 breakpoint that caused the stop.
17566
849c862e
JK
175672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17568
17569 PR gdb/16626
17570 * gdb.base/auto-load-script: New file.
17571 * gdb.base/auto-load.c: New file.
17572 * gdb.base/auto-load.exp: New file.
17573
71b7d793
JK
17574 PR gdb/16626
17575 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17576
e2f0d509
JK
175772014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17578
17579 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17580 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17581
50cc37c8
DE
175822014-02-24 Doug Evans <dje@google.com>
17583
17584 * lib/gdb.exp (run_on_host): Log error output if program fails.
17585
ea4758f2
PA
175862014-02-21 Pedro Alves <palves@redhat.com>
17587
17588 * gdb.threads/step-after-sr-lock.c: Rename to ...
17589 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17590 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17591 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17592 ... this.
17593
d7b30f67
SDJ
175942014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17595
17596 PR tdep/16397
17597 * gdb.arch/amd64-stap-special-operands.exp: New file.
17598 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17599 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17600 * gdb.arch/amd64-stap-triplet.S: Likewise.
17601 * gdb.arch/amd64-stap-triplet.c: Likewise.
17602
83deb43f
JB
176032014-02-20 Joel Brobecker <brobecker@adacore.com>
17604
17605 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17606 in .section pseudo-op.
17607
adde2bff
DE
176082014-02-20 lin zuojian <manjian2006@gmail.com>
17609 Joel Brobecker <brobecker@adacore.com>
17610 Doug Evans <xdje42@gmail.com>
17611
17612 PR symtab/16581
17613 * gdb.dwarf2/dw2-icycle.S: New file.
17614 * gdb.dwarf2/dw2-icycle.c: New file.
17615 * gdb.dwarf2/dw2-icycle.exp: New file.
17616
f7bd0f78
SC
176172014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17618
17619 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17620 operations on gdb.Value objects.
17621 * gdb.python/py-value-cc.exp: Add new test to test operations on
17622 gdb.Value objects.
17623
c17ef0d5
DE
176242014-02-18 Doug Evans <dje@google.com>
17625
17626 * Makefile.in (TESTS): New variable.
17627 (expanded_tests, expanded_tests_or_none): New variables
17628 (check-single): Pass $(expanded_tests_or_none) to runtest.
17629 (check-parallel): Only run tests in $(TESTS) if non-empty.
17630 (check/no-matching-tests-found): New rule.
17631 * README: Document TESTS makefile variable.
17632
5dd3176f
DE
176332014-02-18 Doug Evans <dje@google.com>
17634
17635 * Makefile.in (check-parallel): rm -rf outputs temp.
17636
0b10be4f
JK
176372014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17638
17639 Fix "ERROR: no fileid for" in the testsuite.
17640 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17641
85f224e7
DE
176422014-02-12 Doug Evans <dje@google.com>
17643
17644 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17645 (MISCELLANEOUS): New variable.
17646 (clean): rm -rf $(MISCELLANEOUS).
17647 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17648 dwp live in the same directory as symlinks, with each symlink pointed
17649 to a differently named file in a different directory.
17650
149b30ff
DE
176512014-02-11 Doug Evans <dje@google.com>
17652
17653 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17654 of Tcl file commands.
17655
1dfdac32
MK
176562014-02-10 Mark Kettenis <kettenis@gnu.org>
17657
17658 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17659 "kill -SIGUSR1 -1".
17660
aa4fb036
JB
176612014-02-10 Joel Brobecker <brobecker@adacore.com>
17662
17663 * gdb.ada/tick_length_array_enum_idx: New testcase.
17664
ed3ef339
DE
176652014-02-10 Doug Evans <xdje42@gmail.com>
17666
17667 * configure.ac (AC_OUTPUT): Add gdb.guile.
17668 * configure: Regenerate.
17669 * lib/gdb-guile.exp: New file.
17670 * lib/gdb.exp (get_target_charset): New function.
17671 * gdb.base/help.exp: Update expected output from "apropos apropos".
17672 * gdb.guile/Makefile.in: New file.
17673 * gdb.guile/guile.exp: New file.
17674 * gdb.guile/scm-arch.c: New file.
17675 * gdb.guile/scm-arch.exp: New file.
17676 * gdb.guile/scm-block.c: New file.
17677 * gdb.guile/scm-block.exp: New file.
17678 * gdb.guile/scm-breakpoint.c: New file.
17679 * gdb.guile/scm-breakpoint.exp: New file.
17680 * gdb.guile/scm-disasm.c: New file.
17681 * gdb.guile/scm-disasm.exp: New file.
17682 * gdb.guile/scm-equal.c: New file.
17683 * gdb.guile/scm-equal.exp: New file.
17684 * gdb.guile/scm-error.exp: New file.
17685 * gdb.guile/scm-error.scm: New file.
17686 * gdb.guile/scm-frame-args.c: New file.
17687 * gdb.guile/scm-frame-args.exp: New file.
17688 * gdb.guile/scm-frame-args.scm: New file.
17689 * gdb.guile/scm-frame-inline.c: New file.
17690 * gdb.guile/scm-frame-inline.exp: New file.
17691 * gdb.guile/scm-frame.c: New file.
17692 * gdb.guile/scm-frame.exp: New file.
17693 * gdb.guile/scm-generics.exp: New file.
17694 * gdb.guile/scm-gsmob.exp: New file.
17695 * gdb.guile/scm-iterator.c: New file.
17696 * gdb.guile/scm-iterator.exp: New file.
17697 * gdb.guile/scm-math.c: New file.
17698 * gdb.guile/scm-math.exp: New file.
17699 * gdb.guile/scm-objfile-script-gdb.in: New file.
17700 * gdb.guile/scm-objfile-script.c: New file.
17701 * gdb.guile/scm-objfile-script.exp: New file.
17702 * gdb.guile/scm-objfile.c: New file.
17703 * gdb.guile/scm-objfile.exp: New file.
17704 * gdb.guile/scm-ports.exp: New file.
17705 * gdb.guile/scm-pretty-print.c: New file.
17706 * gdb.guile/scm-pretty-print.exp: New file.
17707 * gdb.guile/scm-pretty-print.scm: New file.
17708 * gdb.guile/scm-section-script.c: New file.
17709 * gdb.guile/scm-section-script.exp: New file.
17710 * gdb.guile/scm-section-script.scm: New file.
17711 * gdb.guile/scm-symbol.c: New file.
17712 * gdb.guile/scm-symbol.exp: New file.
17713 * gdb.guile/scm-symtab-2.c: New file.
17714 * gdb.guile/scm-symtab.c: New file.
17715 * gdb.guile/scm-symtab.exp: New file.
17716 * gdb.guile/scm-type.c: New file.
17717 * gdb.guile/scm-type.exp: New file.
17718 * gdb.guile/scm-value-cc.cc: New file.
17719 * gdb.guile/scm-value-cc.exp: New file.
17720 * gdb.guile/scm-value.c: New file.
17721 * gdb.guile/scm-value.exp: New file.
17722 * gdb.guile/source2.scm: New file.
17723 * gdb.guile/types-module.cc: New file.
17724 * gdb.guile/types-module.exp: New file.
17725
7026a7c1
YQ
177262014-02-10 Yao Qi <yao@codesourcery.com>
17727
17728 PR testsuite/16543
17729 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17730 * configure: Regenerated.
17731 * Makefile.in: New file.
17732
6c466447
AS
177332014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17734
17735 * gdb.python/py-framefilter.exp: Fix typo.
17736
6e854735
YQ
177372014-02-08 Yao Qi <yao@codesourcery.com>
17738
17739 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17740 that no =breakpoint-modified is emitted when breakpoints are
17741 modified through MI commands.
17742
d137e6dc
PA
177432014-02-07 Pedro Alves <pedro@codesourcery.com>
17744 Pedro Alves <palves@redhat.com>
17745
17746 * gdb.threads/step-after-sr-lock.c: New file.
17747 * gdb.threads/step-after-sr-lock.exp: New file.
17748
b5ee5a50
PA
177492014-02-07 Pedro Alves <palves@redhat.com>
17750
17751 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17752
3c77faf3
JK
177532014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17754
17755 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17756 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17757
6dddc817
DE
177582014-02-06 Doug Evans <xdje42@gmail.com>
17759
17760 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17761 output.
17762
17763 * gdb.gdb/python-interrupts.exp: New file.
17764
de7b2893
YQ
177652014-02-05 Yao Qi <yao@codesourcery.com>
17766
17767 * gdb.trace/report.exp (use_collected_data): Test the output
17768 of "info threads" and "info inferiors".
17769
66d032ac
YQ
177702014-02-05 Yao Qi <yao@codesourcery.com>
17771
17772 Revert this patch:
17773
17774 2013-05-24 Yao Qi <yao@codesourcery.com>
17775
17776 * gdb.trace/tfile.exp: Test inferior and thread.
17777
591a12a1
UW
177782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17779
17780 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17781 on a function.
17782 * gdb.base/step-bt.c: Call hello via function pointer to make
17783 sure its first instruction is executed on powerpc64le-linux.
17784
0ff3e01f
UW
177852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17786
17787 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17788
084ee545
UW
177892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17790
17791 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17792 of the test patterns for use on little-endian systems.
17793
6ed14ff3
UW
177942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17795
17796 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17797 (decimal_vector): Fix for little-endian.
17798
401e27fd
JM
177992014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17800
17801 * gdb.arch/sparc-sysstep.exp: New file.
17802 * gdb.arch/sparc-sysstep.c: Likewise.
17803
17804 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17805
8b924729
EBM
178062014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17807
17808 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17809
fb151210
JB
178102014-01-23 Tom Tromey <tromey@redhat.com>
17811
17812 * gdb.ada/array_char_idx: New testcase.
17813
0740f8d8
TT
178142014-01-23 Tom Tromey <tromey@redhat.com>
17815
17816 PR python/16487:
17817 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17818 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17819 classes.
17820
21909fa1
TT
178212014-01-23 Tom Tromey <tromey@redhat.com>
17822
17823 PR python/16491:
17824 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17825 string from an inferior frame.
17826 * gdb.python/py-framefilter-mi.exp: Update.
17827
87ce2a04
DE
178282014-01-22 Doug Evans <dje@google.com>
17829
17830 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17831
237b092b
AA
178322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17833
17834 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17835
d674a709
AA
178362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17837
17838 * gdb.trace/entry-values.exp: Remove excess space character from
17839 regex patterns. Handle s390 call instruction.
17840
20fa3390
AA
178412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17842
17843 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17844 define "*_start" label. Make "name" static.
17845 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17846 ${name} by references to ${name}_start.
17847
78466714
AA
178482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17849
17850 * gdb.base/info-macros.exp: Remove "debug" from the compile
17851 options.
17852
ec9f644a
IB
178532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17854
17855 * gdb.dlang/demangle.exp: New file.
17856
94b1b47e
IB
178572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17858
17859 * gdb.dlang/primitive-types.exp: New file.
17860
7f420862
IB
178612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17862
17863 * configure.ac: Create gdb.dlang/Makefile.
17864 * configure: Regenerate.
17865 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17866 * gdb.dlang/Makefile.in: New file.
17867 * lib/d-support.exp: New file.
17868 * lib/gdb.exp (skip_d_tests): New proc.
17869
52834460
MM
178702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17871
17872 * gdb.btrace/delta.exp: Check reverse stepi.
17873 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17874 * gdb.btrace/finish.exp: New.
17875 * gdb.btrace/next.exp: New.
17876 * gdb.btrace/nexti.exp: New.
17877 * gdb.btrace/record_goto.c: Add comments.
17878 * gdb.btrace/step.exp: New.
17879 * gdb.btrace/stepi.exp: New.
17880 * gdb.btrace/multi-thread-step.c: New.
17881 * gdb.btrace/multi-thread-step.exp: New.
17882 * gdb.btrace/rn-dl-bind.c: New.
17883 * gdb.btrace/rn-dl-bind.exp: New.
17884 * gdb.btrace/data.c: New.
17885 * gdb.btrace/data.exp: New.
17886 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17887
6e07b1d2
MM
178882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17889
17890 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17891 * gdb.btrace/exception.exp: Update.
17892 * gdb.btrace/instruction_history.exp: Update.
17893 * gdb.btrace/record_goto.exp: Update.
17894 * gdb.btrace/tailcall.exp: Update.
17895 * gdb.btrace/unknown_functions.exp: Update.
17896 * gdb.btrace/delta.exp: New.
17897
0b722aec
MM
178982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17899
17900 * gdb.btrace/record_goto.exp: Add backtrace test.
17901 * gdb.btrace/tailcall.exp: Add backtrace test.
17902
066ce621
MM
179032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17904
17905 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17906 * gdb.btrace/record_goto.c: New.
17907 * gdb.btrace/record_goto.exp: New.
17908 * gdb.btrace/x86-record_goto.S: New.
17909
0688d04e
MM
179102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17911
17912 * gdb.btrace/function_call_history.exp: Update tests.
17913 * gdb.btrace/instruction_history.exp: Update tests.
17914
8710b709
MM
179152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17916
17917 * gdb.btrace/function_call_history.exp: Fix expected field
17918 order for "record function-call-history".
17919 Add new tests for "record function-call-history /c".
17920 * gdb.btrace/exception.cc: New.
17921 * gdb.btrace/exception.exp: New.
17922 * gdb.btrace/tailcall.exp: New.
17923 * gdb.btrace/x86-tailcall.S: New.
17924 * gdb.btrace/x86-tailcall.c: New.
17925 * gdb.btrace/unknown_functions.c: New.
17926 * gdb.btrace/unknown_functions.exp: New.
17927 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17928
5de9129b
MM
179292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17930
17931 * gdb.btrace/instruction_history.exp: Update.
17932 * gdb.btrace/function_call_history.exp: Update.
17933
23a7fe75
MM
179342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17935
17936 * gdb.btrace/function_call_history.exp: Fix expected function
17937 trace.
17938 * gdb.btrace/instruction_history.exp: Initialize traced.
17939 Remove traced_functions.
17940
724c7dd8
MM
179412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17942
17943 * gdb.btrace/function_call_history.exp: Update
17944 * gdb.btrace/instruction_history.exp: Update.
17945
6d78d93b
MM
179462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17947
17948 * gdb.btrace/enable.exp: Update expected text.
17949
93a360cc
OJ
179502014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17951
17952 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17953 bytes.
17954
3772b53f
MR
179552014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17956
17957 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17958
596662fa
OJ
179592014-01-15 Omair Javaid <omair.javaid@linaro.org>
17960
17961 * lib/gdb.exp (supports_process_record): Return true for
17962 arm*-linux*. (supports_reverse): Likewise.
17963
b5b08fb4
SC
179642014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17965
17966 PR python/15464
17967 PR python/16113
17968 * gdb.python/py-type.c: Enhance test case.
17969 * gdb.python/py-value-cc.cc: Likewise
17970 * gdb.python/py-type.exp: Add new tests.
17971 * gdb.python/py-value-cc.exp: Likewise
17972
52d7fb13
AA
179732014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17974 Pedro Alves <palves@redhat.com>
17975
17976 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17977 Make "name" extern.
17978 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17979 references to ${name}_start by references to ${name}.
17980
a2cd8cfe
JB
179812014-01-10 Joel Brobecker <brobecker@adacore.com>
17982
17983 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17984
4e23fced
JB
179852014-01-10 Joel Brobecker <brobecker@adacore.com>
17986
17987 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17988
c6a9e42c
PA
179892014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17990 Pedro Alves <palves@redhat.com>
17991
17992 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17993 mi_gdb_target_load.
c6a9e42c 17994
b7ea362b
PA
179952014-01-08 Pedro Alves <palves@redhat.com>
17996
17997 * gdb.threads/reconnect-signal.c: New file.
17998 * gdb.threads/reconnect-signal.exp: New file.
17999
5e3f4fab
EBM
180002014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18001
18002 * gdb.base/source-dir.exp: New file.
18003
79301218
JB
180042014-01-07 Joel Brobecker <brobecker@adacore.com>
18005
18006 * gdb.ada/mi_interface: New testcase.
18007
8e355c5d
JB
180082014-01-07 Joel Brobecker <brobecker@adacore.com>
18009
18010 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18011 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18012 gdb.ada/pp-rec-component/pck.ads: New files.
18013
c0d48811
JB
180142014-01-07 Joel Brobecker <brobecker@adacore.com>
18015
18016 * gdb.python/py-pp-integral.c: New file.
18017 * gdb.python/py-pp-integral.py: New file.
18018 * gdb.python/py-pp-integral.exp: New file.
18019
17b609c3 18020For older changes see ChangeLog-1993-2013.
c906108c 18021\f
8d8cb839
EZ
18022;; Local Variables:
18023;; mode: change-log
18024;; left-margin: 8
18025;; fill-column: 74
18026;; version-control: never
18027;; End:
902f2ccb 18028
b811d2c2 18029 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18030 Copying and distribution of this file, with or without modification,
18031 are permitted provided the copyright notice and this notice are preserved.