gdb/tui: Fix 'layout asm' before the inferior has started
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.tui/tui-layout-asm.exp: New file.
4
5 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * lib/tuiterm.exp (Term::check_box_contents): New proc.
8
9 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
10
11 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
12 (Term::enter_tui): Use Term::prepare_for_tui.
13
14 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
17 called.
18
19 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.base/skip.exp: Fix race condition in test.
22
23 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.base/backtrace.c: New file.
26 * gdb.base/backtrace.exp: New file.
27
28 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
31
32 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
33
34 * gdb.base/style.exp: Test that warnings are styled.
35
36 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
37
38 * gdb.base/line65535.exp: New file.
39 * gdb.base/line65535.c: New file.
40
41 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
42
43 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
44 * lib/gnat_debug_info_test.adb: New file.
45 * gdb.ada/ptype_tagged_param.exp: Use
46 gnat_runtime_has_debug_info, expect a different output if
47 runtime does not have debug info.
48
49 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
50
51 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
52 (another) quote in test name.
53
54 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
55
56 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
57 Add quote in test name.
58
59 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
60
61 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
62 directory instead.
63 * gdb.cp/pass-by-ref.exp: Extend with more cases.
64 * gdb.cp/pass-by-ref-2.cc: New file.
65 * gdb.cp/pass-by-ref-2.exp: New file.
66
67 2019-12-20 Tom Tromey <tom@tromey.com>
68
69 * gdb.tui/list-before.exp: New file.
70
71 2019-12-20 Tom Tromey <tom@tromey.com>
72
73 * gdb.tui/list.exp: Check for source on initial listing.
74
75 2019-12-11 Tom Tromey <tromey@adacore.com>
76
77 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
78 Add crlf test.
79
80 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
81
82 * gdb.base/default.exp: Update value of $_gdb_major.
83
84 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
85
86 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
87
88 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
89
90 * gdb.base/skip.exp: Whitespace fix.
91
92 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
93
94 * gdb.base/skip-inline.c: New file.
95 * gdb.base/skip-inline.exp: New file.
96
97 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
98
99 * gdb.base/jit-reader.exp (jit_reader_test): Rename
100 jit_function_00 to jit_function_stack_mangle.
101 * gdb.base/jithost.c (jit_function_t): Rename to...
102 (jit_function_stack_mangle_t): ... this.
103 (jit_function_add_t): New typedef.
104 (jit_function_00_code): Rename to...
105 (jit_function_stack_mangle_code): ... this, make static.
106 (jit_function_add_code): New.
107 (main): Generate "add" function and call it. Adjust to changes
108 in jithost_abi.
109 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
110 (struct jithost_abi) <begin, end>: Remove fields.
111 <object, function_stack_mangle, function_add>: New fields.
112 * gdb.base/jitreader.c (struct reader_state) <code_begin,
113 code_end>: Remove fields.
114 <func_stack_mangle>: New field.
115 (read_debug_info): Adjust to renaming, create block for "add"
116 function.
117 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
118
119 2019-12-11 Tom Tromey <tom@tromey.com>
120
121 * gdb.tui/resize.exp: Fix regexp.
122 * gdb.tui/regs.exp: Fix regexps.
123 * gdb.tui/main.exp: Fix regexp.
124
125 2019-12-11 Tom Tromey <tom@tromey.com>
126
127 * gdb.tui/resize.exp: Update.
128 * gdb.tui/empty.exp (layouts): Update.
129
130 2019-12-11 Tom Tromey <tom@tromey.com>
131
132 * gdb.tui/regs.exp: Update.
133 * gdb.tui/empty.exp (layouts): Update.
134 * gdb.tui/basic.exp: Update.
135 * lib/tuiterm.exp (_check_box): Don't check bottom border.
136
137 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
138
139 * gdb.base/options.exp: Add -raw-values in the print completion list.
140 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
141
142 2019-12-10 Kevin Buettner <kevinb@redhat.com>
143
144 * gdb.threads/omp-par-scope.c: New file.
145 * gdb/threads/omp-par-scope.exp: New file.
146
147 2019-12-10 Kevin Buettner <kevinb@redhat.com>
148
149 * lib/gdb.exp (support_nested_function_tests): New proc.
150
151 2019-12-10 Kevin Buettner <kevinb@redhat.com>
152
153 * lib/gdb.exp (gdb_compile_openmp): New proc.
154 (build_executable_from_specs): Add an "openmp" option.
155 (gdb_compile_pthreads): Add non-executable case.
156
157 2019-12-10 Tom Tromey <tromey@adacore.com>
158
159 * gdb.ada/unchecked_union.exp: New file.
160 * gdb.ada/unchecked_union/pck.adb: New file.
161 * gdb.ada/unchecked_union/pck.ads: New file.
162 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
163 * gdb-utils.exp (string_to_regexp): Also quote "?".
164
165 2019-12-10 George Barrett <bob@bob131.so>
166
167 Test scripted probe breakpoints.
168 * gdb.guile/scm-breakpoint.c (main): Add probe point.
169 * gdb.python/py-breakpoint.c (main): Likewise.
170 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
171 specifier test.
172 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
173
174 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
175
176 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
177 an rvalue parameter.
178 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
179 parameter.
180
181 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
184 modules.
185
186 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
189 broken version of GCC.
190
191 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * gdb.fortran/info-modules.exp: Rewrite to make use of new
194 sym-info-cmds library.
195 * gdb.fortran/info-types.exp: Likewise.
196 * lib/sym-info-cmds.exp: New file.
197
198 2019-12-08 Tom de Vries <tdevries@suse.de>
199
200 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
201
202 2019-12-07 Keith Seitz <keiths@redhat.com>
203
204 * gdb.base/corefile-buildid-shlib-shr.c: New file.
205 * gdb.base/corefile-buildid-shlib.c: New file.
206 * gdb.base/corefile-buildid.c: New file.
207 * gdb.base/corefile-buildid.exp: New file.
208
209 2019-12-06 Tom de Vries <tdevries@suse.de>
210
211 * gdb.dwarf2/varval.exp: Add decl before def test.
212
213 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
214
215 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
216
217 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
218
219 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
220 CV and reference conversion for overload resolution.
221 * gdb.cp/rvalue-ref-overload.exp: Test it.
222
223 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
224
225 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
226 * gdb.base/frameapply.exp: Test faas without command.
227
228 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
231 Fortran tests.
232 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
233 order.
234
235 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
238 casting to type with no kind specified.
239 (test_basic_parsing_of_type_kinds): Additional tests for types
240 with no kind specified, and add tests for single/double
241 precision/complex types.
242
243 2019-12-04 Tom Tromey <tromey@adacore.com>
244
245 * gdb.base/endianity.c (struct other) <x>: New field.
246 (main): Initialize it.
247 * gdb.base/endianity.exp: Update.
248
249 2019-12-04 Tom Tromey <tromey@adacore.com>
250
251 * gdb.ada/scalar_storage/storage.adb: New file.
252 * gdb.ada/scalar_storage/pck.adb: New file.
253 * gdb.ada/scalar_storage/pck.ads: New file.
254 * gdb.ada/scalar_storage.exp: New file.
255
256 2019-12-04 Tom Tromey <tromey@adacore.com>
257
258 * gdb.base/endianity.c (struct otherendian) <f>: New field.
259 (main): Initialize it.
260 * gdb.base/endianity.exp: Update.
261
262 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
265
266 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
269 -symbol-info-module-functions and -symbol-info-module-variables.
270
271 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
274
275 2019-12-01 Richard Bunt <richard.bunt@arm.com>
276 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * gdb.fortran/derived-type-striding.exp: New file.
279 * gdb.fortran/derived-type-striding.f90: New file.
280 * gdb.fortran/array-slices.exp: New file.
281 * gdb.fortran/array-slices.f90: New file.
282
283 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
284
285 * gdb.base/define.exp: Test . in command names.
286 * gdb.base/setshow.exp: Update test, as . is now part of
287 command name.
288
289 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
290
291 * gdb.base/define-prefix.exp: New file.
292
293 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
294
295 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
296 compile.
297 (skip_btrace_pt_tests): Likewise.
298
299 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * gdb.fortran/info-modules.exp: Compile source files in correct
302 order.
303
304 2019-11-27 Kevin Buettner <kevinb@redhat.com>
305
306 * gdb.dwarf2/imported-unit.exp: New file.
307 * gdb.dwarf2/imported-unit.c: New file.
308
309 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
310
311 * gdb.mi/mi-fortran-modules-2.f90: New file.
312 * gdb.mi/mi-fortran-modules.exp: New file.
313 * gdb.mi/mi-fortran-modules.f90: New file.
314
315 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.mi/mi-sym-info-1.c: New file.
318 * gdb.mi/mi-sym-info-2.c: New file.
319 * gdb.mi/mi-sym-info.exp: New file.
320
321 2019-11-22 Tom Tromey <tromey@adacore.com>
322
323 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
324 * gdb.ada/tasks/foo.adb: Add another stopping location.
325
326 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
327
328 * gdb.base/endianity.c: New test.
329 * gdb.base/endianity.exp: New file.
330
331 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
332
333 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
334
335 2019-11-21 Tom de Vries <tdevries@suse.de>
336
337 PR gdb/24956
338 * gdb.base/ui-redirect.exp: Test output of user-defined command.
339
340 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
341
342 * gdb.python/py-progspace.exp: Add missing parentheses on some
343 'print' commands.
344
345 2019-11-19 Tom Tromey <tom@tromey.com>
346
347 * gdb.tui/winheight.exp: New file.
348
349 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.base/ctf-whatis.c: Delete.
352 * gdb.base/ctf-whatis.exp: Delete.
353 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
354
355 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * gdb.base/ctf-cvexpr.exp: Delete.
358 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
359
360 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
363 the compiler. Clean up header comment a little.
364 * gdb.base/ctf-ptype.exp: Likewise.
365 * gdb.base/ctf-whatis.exp: Likewise.
366 * lib/gdb.exp (skip_ctf_tests): New proc.
367
368 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
369
370 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
371 * gdb.tui/corefile-run.exp: New file.
372
373 2019-11-14 Tom Tromey <tromey@adacore.com>
374
375 * gdb.base/gdbvars.exp (test_convenience_variables): Add
376 regression tests.
377
378 2019-11-12 Tom Tromey <tom@tromey.com>
379
380 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
381 after any command. Expect prompt after WAIT_FOR is seen.
382 (enter_tui): Enable resize messages.
383 (command): Expect command in output.
384 (get_line): Avoid error when cursor appears to be off-screen.
385 (dump_screen): Include screen size in title.
386 (_do_resize): New proc, from "resize".
387 (resize): Rewrite. Do resize in two steps.
388 * gdb.tui/empty.exp (layouts): Fix entries.
389 (check_boxes): Remove xfail.
390 (check_text): Dump screen on failure.
391
392 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * gdb.python/py-symbol.exp: Add test for
395 gdb.lookup_static_symbols.
396
397 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
398
399 * gdb.python/py-symbol.c: Declare and call function from new
400 py-symbol-2.c file.
401 * gdb.python/py-symbol.exp: Compile both source files, and add new
402 tests for gdb.lookup_static_symbol.
403 * gdb.python/py-symbol-2.c: New file.
404
405 2019-11-02 Tom de Vries <tdevries@suse.de>
406
407 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
408 * gdb.base/anon.exp: Same.
409 * gdb.base/auto-connect-native-target.exp: Same.
410 * gdb.base/call-ar-st.exp: Same.
411 * gdb.base/catch-syscall.exp: Same.
412 * gdb.base/commands.exp: Same.
413 * gdb.base/default.exp: Same.
414 * gdb.base/display.exp: Same.
415 * gdb.base/float.exp: Same.
416 * gdb.base/foll-fork.exp: Same.
417 * gdb.base/help.exp: Same.
418 * gdb.base/info-macros.exp: Same.
419 * gdb.base/info-proc.exp: Same.
420 * gdb.base/info-target.exp: Same.
421 * gdb.base/long_long.exp: Same.
422 * gdb.base/macscp.exp: Same.
423 * gdb.base/memattr.exp: Same.
424 * gdb.base/nofield.exp: Same.
425 * gdb.base/pointers.exp: Same.
426 * gdb.base/printcmds.exp: Same.
427 * gdb.base/ptype.exp: Same.
428 * gdb.base/restore.exp: Same.
429 * gdb.base/return.exp: Same.
430 * gdb.base/scope.exp: Same.
431 * gdb.base/set-noassign.exp: Same.
432 * gdb.base/setshow.exp: Same.
433 * gdb.base/shlib-call.exp: Same.
434 * gdb.base/signals.exp: Same.
435 * gdb.base/sigstep.exp: Same.
436 * gdb.base/skip.exp: Same.
437 * gdb.base/solib-symbol.exp: Same.
438 * gdb.base/stap-probe.exp: Same.
439 * gdb.base/step-line.exp: Same.
440 * gdb.base/step-test.exp: Same.
441 * gdb.base/style.exp: Same.
442 * gdb.base/varargs.exp: Same.
443 * gdb.base/vla-datatypes.exp: Same.
444 * gdb.base/vla-ptr.exp: Same.
445 * gdb.base/vla-sideeffect.exp: Same.
446 * gdb.base/volatile.exp: Same.
447 * gdb.base/watch-cond-infcall.exp: Same.
448 * gdb.base/watchpoint.exp: Same.
449
450 2019-11-02 Tom de Vries <tdevries@suse.de>
451
452 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
453 * gdb.cp/cpexprs.exp: Same.
454 * gdb.cp/except-multi-location.exp: Same.
455 * gdb.cp/exceptprint.exp: Same.
456 * gdb.cp/gdb2384.exp: Same.
457 * gdb.cp/inherit.exp: Same.
458 * gdb.cp/m-static.exp: Same.
459 * gdb.cp/meth-typedefs.exp: Same.
460 * gdb.cp/misc.exp: Same.
461 * gdb.cp/namespace.exp: Same.
462 * gdb.cp/non-trivial-retval.exp: Same.
463 * gdb.cp/overload.exp: Same.
464 * gdb.cp/pr17132.exp: Same.
465 * gdb.cp/re-set-overloaded.exp: Same.
466 * gdb.cp/rvalue-ref-types.exp: Same.
467 * gdb.cp/templates.exp: Same.
468
469 2019-11-01 Luis Machado <luis.machado@linaro.org>
470
471 PR gdb/25124
472
473 * gdb.arch/pr25124.S: New file.
474 * gdb.arch/pr25124.exp: New file.
475
476 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.fortran/info-modules.exp: Update expected results, and add
479 additional tests for 'info module functinos', and 'info module
480 variables'.
481 * gdb.fortran/info-types.exp: Update expected results.
482 * gdb.fortran/info-types.f90: Extend testcase with additional
483 module variables and functions.
484
485 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
486
487 * gdb.fortran/info-modules.exp: New file.
488 * gdb.fortran/info-types.exp: Build with new file.
489 * gdb.fortran/info-types.f90: Include and use new module.
490 * gdb.fortran/info-types-2.f90: New file.
491
492 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
493
494 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
495 * gdb.base/settings.exp: Test all settings types using
496 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
497 that now verifies that the value of "maint show" is the same as
498 returned by the settings functions. Test the type of the
499 maintenance settings.
500 * gdb.base/default.exp: Update show_conv_list.
501
502 2019-10-31 Tom de Vries <tdevries@suse.de>
503
504 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
505 gdb_test.
506 * gdb.arch/amd64-disp-step.exp: Same.
507 * gdb.asm/asm-source.exp: Same.
508 * gdb.btrace/buffer-size.exp: Same.
509 * gdb.btrace/cpu.exp: Same.
510 * gdb.btrace/enable.exp: Same.
511 * gdb.dwarf2/count.exp: Same.
512 * gdb.dwarf2/dw2-ranges-func.exp: Same.
513 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
514 * gdb.fortran/vla-datatypes.exp: Same.
515 * gdb.fortran/vla-history.exp: Same.
516 * gdb.fortran/vla-ptype.exp: Same.
517 * gdb.fortran/vla-value.exp: Same.
518 * gdb.fortran/whatis_type.exp: Same.
519 * gdb.guile/guile.exp: Same.
520 * gdb.multi/tids.exp: Same.
521 * gdb.python/py-finish-breakpoint.exp: Same.
522 * gdb.python/py-framefilter.exp: Same.
523 * gdb.python/py-pp-registration.exp: Same.
524 * gdb.python/py-xmethods.exp: Same.
525 * gdb.python/python.exp: Same.
526 * gdb.server/connect-with-no-symbol-file.exp: Same.
527 * gdb.server/no-thread-db.exp: Same.
528 * gdb.server/run-without-local-binary.exp: Same.
529 * gdb.stabs/weird.exp: Same.
530 * gdb.threads/attach-many-short-lived-threads.exp: Same.
531 * gdb.threads/thread-find.exp: Same.
532 * gdb.threads/tls-shared.exp: Same.
533 * gdb.threads/tls.exp: Same.
534 * gdb.threads/wp-replication.exp: Same.
535 * gdb.trace/ax.exp: Same.
536 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
537
538 2019-10-31 Tom de Vries <tdevries@suse.de>
539
540 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
541 * gdb.ada/array_subscript_addr.exp: Same.
542 * gdb.ada/arrayidx.exp: Same.
543 * gdb.ada/arrayparam.exp: Same.
544 * gdb.ada/arrayptr.exp: Same.
545 * gdb.ada/boolean_expr.exp: Same.
546 * gdb.ada/call_pn.exp: Same.
547 * gdb.ada/complete.exp: Same.
548 * gdb.ada/fixed_cmp.exp: Same.
549 * gdb.ada/fun_addr.exp: Same.
550 * gdb.ada/funcall_param.exp: Same.
551 * gdb.ada/interface.exp: Same.
552 * gdb.ada/mod_from_name.exp: Same.
553 * gdb.ada/null_array.exp: Same.
554 * gdb.ada/packed_array.exp: Same.
555 * gdb.ada/packed_tagged.exp: Same.
556 * gdb.ada/print_chars.exp: Same.
557 * gdb.ada/print_pc.exp: Same.
558 * gdb.ada/ptype_arith_binop.exp: Same.
559 * gdb.ada/ptype_field.exp: Same.
560 * gdb.ada/ptype_tagged_param.exp: Same.
561 * gdb.ada/rec_return.exp: Same.
562 * gdb.ada/ref_tick_size.exp: Same.
563 * gdb.ada/str_ref_cmp.exp: Same.
564 * gdb.ada/taft_type.exp: Same.
565 * gdb.ada/tagged.exp: Same.
566 * gdb.ada/type_coercion.exp: Same.
567 * gdb.ada/uninitialized_vars.exp: Same.
568
569 2019-10-30 Tom de Vries <tdevries@suse.de>
570
571 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
572
573 2019-10-26 Tom de Vries <tdevries@suse.de>
574
575 * gdb.base/bigcore.c: Fix typos in comments.
576 * gdb.base/ctf-ptype.c: Same.
577 * gdb.base/long_long.c: Same.
578 * gdb.dwarf2/dw2-op-out-param.S: Same.
579 * gdb.python/py-evthreads.c: Same.
580 * gdb.reverse/i387-stack-reverse.c: Same.
581 * gdb.trace/tfile.c: Same.
582 * lib/compiler.c: Same.
583 * lib/compiler.cc: Same.
584
585 2019-10-25 Tom de Vries <tdevries@suse.de>
586
587 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
588 gdb_test_multiple calls.
589 * gdb.reverse/sigall-reverse.exp: Same.
590 * gdb.reverse/solib-precsave.exp: Same.
591 * gdb.reverse/solib-reverse.exp: Same.
592 * gdb.reverse/until-precsave.exp: Same.
593 * gdb.reverse/until-reverse.exp: Same.
594
595 2019-10-24 Tom de Vries <tdevries@suse.de>
596
597 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
598 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
599 kfail using -wrap pattern flag and convenience variable
600 gdb_test_name.
601
602 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * gdb.python/py-progspace.exp: Add tests for the
605 Progspace.block_for_pc method.
606
607 2019-10-23 Tom Tromey <tom@tromey.com>
608
609 * configure: Rebuild.
610 * aclocal.m4: Use m4_include, not sinclude.
611
612 2019-10-21 Tom de Vries <tdevries@suse.de>
613
614 * gdb.base/infcall-nested-structs.c: Add
615 __attribute__((noinline,noclone)) to all functions.
616 (call_all): Add missing variable initialization. Simplify return value.
617 (breakpt): Increment volatile variable, to prevent call from being
618 optimized out.
619 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
620
621 2019-10-17 Tom de Vries <tdevries@suse.de>
622
623 * gdb.fortran/module.exp: Allow info variables to print info for files
624 other than module.f90.
625
626 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 * gdb.fortran/module.exp: Extend with 'info variables' test.
629
630 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
633 F77_FOR_TARGET.
634
635 2019-10-16 Tom de Vries <tdevries@suse.de>
636
637 PR tdep/25096
638 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
639
640 2019-10-16 Tom de Vries <tdevries@suse.de>
641
642 PR tdep/24104
643 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
644 Add KFAIL for PR tdep/25096.
645
646 2019-10-16 Tom de Vries <tdevries@suse.de>
647
648 PR testsuite/25059
649 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
650
651 2019-10-16 Tom de Vries <tdevries@suse.de>
652
653 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
654 as signed.
655
656 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
657
658 * gdb.mi/list-thread-groups-available.exp: Read entries one by
659 one instead of increasing timeout.
660
661 2019-10-13 Tom de Vries <tdevries@suse.de>
662
663 PR record/25038
664 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
665 * gdb.reverse/sigall-reverse.exp: Same.
666 * gdb.reverse/solib-precsave.exp: Same.
667 * gdb.reverse/solib-reverse.exp: Same.
668 * gdb.reverse/step-precsave.exp: Same.
669 * gdb.reverse/until-precsave.exp: Same.
670 * gdb.reverse/until-reverse.exp: Same.
671 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
672
673 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
674
675 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
676 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
677 (cmp_struct_05_01, cmp_struct_static_02_01)
678 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
679 comparisons.
680
681 2019-10-10 Tom de Vries <tdevries@suse.de>
682
683 PR testsuite/24888
684 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
685 gnatlink.
686
687 2019-10-09 Tom de Vries <tdevries@suse.de>
688
689 PR testsuite/25048
690 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
691
692 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
695 exceptions due to missing debug information.
696
697 2019-10-07 Tom de Vries <tdevries@suse.de>
698
699 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
700
701 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
702
703 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
704 * gdb.base/annota1.exp: Update to use gdb_test_name.
705
706 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
707
708 * gdb.base/ctf-whatis.exp: New file.
709 * gdb.base/ctf-whatis.c: New file.
710 * gdb.base/ctf-ptype.exp: New file.
711 * gdb.base/ctf-ptype.c: New file.
712 * gdb.base/ctf-constvars.exp: New file.
713 * gdb.base/ctf-constvars.c: New file.
714 * gdb.base/ctf-cvexpr.exp: New file.
715
716 2019-10-04 Tom de Vries <tdevries@suse.de>
717
718 * gdb.cp/local-static.c (main): Move declaration of int i out of the
719 for loop.
720
721 2019-10-03 Tom Tromey <tom@tromey.com>
722
723 PR rust/24976:
724 * gdb.rust/simple.rs (Union2): New type.
725 (main): Use Union2.
726 * gdb.rust/simple.exp: Add test.
727
728 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
731 nested function prefix.
732
733 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
734 Richard Bunt <richard.bunt@arm.com>
735 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
738 nested functions.
739 * gdb.fortran/nested-funcs.f90: Update expected results.
740 * gdb.fortran/nested-funcs-2.exp: New file.
741 * gdb.fortran/nested-funcs-2.f90: New file.
742
743 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
744
745 * gdb.python/py-parameter.exp: Make test names unique.
746 * gdb.python/py-template.exp: Likewise.
747 * gdb.python/py-value.exp: Likewise.
748
749 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * gdb.base/break-interp.exp: Reduce test name duplication.
752 * gdb.base/call-sc.exp: Likewise.
753 * gdb.base/callfuncs.exp: Likewise.
754 * gdb.base/charset.exp: Likewise.
755 * gdb.base/dump.exp: Likewise.
756 * gdb.base/ena-dis-br.exp: Likewise.
757 * gdb.base/relational.exp: Likewise.
758 * gdb.base/step-over-syscall.exp: Likewise.
759 * gdb.base/structs.exp: Likewise.
760
761 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
762
763 * gdb.linespec/explicit.exp: Make test names unique.
764 * gdb.linespec/ls-errs.exp: Likewise.
765
766 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * gdb.reverse/break-precsave.exp: Make test names unique.
769 * gdb.reverse/break-reverse.exp: Likewise.
770 * gdb.reverse/finish-precsave.exp: Likewise.
771 * gdb.reverse/finish-reverse.exp: Likewise.
772 * gdb.reverse/machinestate-precsave.exp: Likewise.
773 * gdb.reverse/machinestate.exp: Likewise.
774 * gdb.reverse/readv-reverse.exp: Likewise.
775 * gdb.reverse/recvmsg-reverse.exp: Likewise.
776 * gdb.reverse/sigall-precsave.exp: Likewise.
777 * gdb.reverse/sigall-reverse.exp: Likewise.
778 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
779 * gdb.reverse/watch-precsave.exp: Likewise.
780 * gdb.reverse/watch-reverse.exp: Likewise.
781
782 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * gdb.threads/stop-with-handle.c: New file.
785 * gdb.threads/stop-with-handle.exp: New file.
786
787 2019-10-03 Tom de Vries <tdevries@suse.de>
788
789 PR testsuite/25059
790 * gdb.base/list-missing-source.exp: Allowing the "Compilation
791 directory" line to be missing.
792
793 2019-10-03 Tom de Vries <tdevries@suse.de>
794
795 PR testsuite/25059
796 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
797 type optional.
798
799 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
800
801 * gdb.python/py-format-string.c (string.h): New include.
802 (main): Fill a_struct_with_union.the_union.an_int with bytes of
803 the same value, for endianness-independence.
804 * gdb.python/py-format-string.exp (default_regexp_dict)
805 (test_pretty_structs, test_format): Adjust expected output to the
806 changed initialization.
807
808 2019-10-02 Tom Tromey <tromey@adacore.com>
809
810 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
811
812 2019-10-02 Pedro Alves <palves@redhat.com>
813 Andrew Burgess <andrew.burgess@embecosm.com>
814
815 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
816 "print-file-var.h".
817 (this_version_id) Use ATTRIBUTE_VISIBILITY.
818 (get_version_1): Print this_version_id and its address.
819 Add extern "C" wrappers around interface functions.
820 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
821 "print-file-var.h".
822 (this_version_id) Use ATTRIBUTE_VISIBILITY.
823 (get_version_2): Print this_version_id and its address.
824 Add extern "C" wrappers around interface functions.
825 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
826 <stddef.h> and "print-file-var.h".
827 Add extern "C" wrappers around interface functions.
828 [VERSION_ID_MAIN] (this_version_id): Define.
829 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
830 * gdb.base/print-file-var.h: Add some #defines to simplify setting
831 up extern "C" blocks.
832 * gdb.base/print-file-var.exp (test): New, factored out from top
833 level.
834 (top level): Test all combinations of attribute hidden or not,
835 dlopen or not, and this_version_id symbol in main file or not.
836 Compile tests as both C++ and C, make test names unique.
837
838 2019-10-01 Tom Tromey <tom@tromey.com>
839
840 * gdb.base/style.exp: Test "show logging filename".
841
842 2019-10-01 Tom Tromey <tom@tromey.com>
843
844 * lib/gdb-utils.exp (style): Handle "metadata" argument.
845 * gdb.base/style.exp: Add metadata style test.
846
847 2019-10-01 Tom Tromey <tom@tromey.com>
848
849 * gdb.base/style.exp: Test "pwd".
850
851 2019-10-01 Tom Tromey <tom@tromey.com>
852
853 * gdb.base/style.exp: Update tests.
854
855 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
856
857 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
858 'six' to unsigned.
859 (s1): Initialize fields 'four' and 'six' instead of 'three' and
860 'five'. Use an all-ones bit pattern for each.
861 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
862 to its changed values.
863
864 2019-09-30 Tom Tromey <tromey@adacore.com>
865
866 * gdb.rust/traits.rs: Disable all warnings.
867
868 2019-09-29 Tom de Vries <tdevries@suse.de>
869
870 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
871
872 2019-09-29 Tom de Vries <tdevries@suse.de>
873
874 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
875
876 2019-09-27 Tom de Vries <tdevries@suse.de>
877
878 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
879
880 2019-09-27 Tom de Vries <tdevries@suse.de>
881
882 PR record/23188
883 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
884
885 2019-09-26 Tom Tromey <tromey@adacore.com>
886
887 * gdb.ada/py_taft.exp: New file.
888 * gdb.ada/py_taft/main.adb: New file.
889 * gdb.ada/py_taft/pkg.adb: New file.
890 * gdb.ada/py_taft/pkg.ads: New file.
891
892 2019-09-24 Tom de Vries <tdevries@suse.de>
893
894 PR gdb/24598
895 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
896
897 2019-09-22 Tom de Vries <tdevries@suse.de>
898
899 * gdb.base/restore.exp: Allow register variables to be optimized out at
900 -O0.
901
902 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
903
904 * gdb.arch/spu-info.exp: Remove file.
905 * gdb.arch/spu-info.c: Remove file.
906 * gdb.arch/spu-ls.exp: Remove file.
907 * gdb.arch/spu-ls.c: Remove file.
908
909 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
910 * gdb.asm/spu.inc: Remove file.
911
912 * gdb.base/dump.exp: Remove support for spu*-*-*.
913 * gdb.base/stack-checking.exp: Likewise.
914 * gdb.base/overlays.exp: Likewise.
915 * gdb.base/ovlymgr.c: Likewise.
916 * gdb.base/spu.ld: Remove file.
917
918 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
919 * gdb.cp/cpexprs.exp: Likewise.
920 * gdb.cp/exception.exp: Likewise.
921 * gdb.cp/gdb2495.exp: Likewise.
922 * gdb.cp/mb-templates.exp: Likewise.
923 * gdb.cp/pr9167.exp: Likewise.
924 * gdb.cp/userdef.exp: Likewise.
925
926 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
927
928 * gdb.cell: Remove directory.
929 * lib/cell.exp: Remove file.
930
931 2019-09-19 Tom de Vries <tdevries@suse.de>
932
933 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
934
935 2019-09-19 Tom de Vries <tdevries@suse.de>
936
937 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
938
939 2019-09-19 Tom de Vries <tdevries@suse.de>
940
941 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
942 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
943 (gdb_target_cmd): ... here.
944 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
945 value 2.
946
947 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
948
949 * gdb.base/source-dir.exp: Avoid having directory names in test
950 names.
951
952 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * gdb.base/source-dir.exp: Add extra test for mapped compilation
955 directory.
956
957 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * gdb.base/list-missing-source.exp: New file.
960
961 2019-09-14 Tom de Vries <tdevries@suse.de>
962
963 PR teststuite/24599
964 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
965 * lib/ada.exp (gnatmake_version_at_least): New proc.
966
967 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.base/maint.exp: Use exec_has_index_section.
970
971 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
972
973 * gdb.base/maint.exp: Add test for 'maint info sections'.
974
975 2019-09-12 Tom de Vries <tdevries@suse.de>
976
977 * gdb.base/store.exp: Allow register variables to be optimized out at
978 -O0.
979
980 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
981
982 * gdb.ada/rdv_wait.exp: Update to new task names.
983 * gdb.base/task_switch_in_core.exp: Likewise.
984 * gdb.base/info_sources_base.c: Likewise.
985
986 2019-09-10 Tom Tromey <tromey@adacore.com>
987
988 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
989
990 2019-09-10 Tom Tromey <tromey@adacore.com>
991
992 * gdb.ada/dgopt.exp: New file.
993 * gdb.ada/dgopt/x.adb: New file.
994
995 2019-09-08 Tom Tromey <tom@tromey.com>
996
997 * gdb.tui/resize.exp: Remove setup_xfail.
998 * gdb.tui/regs.exp: Remove setup_xfail.
999 * gdb.tui/basic.exp: Remove setup_xfail.
1000
1001 2019-09-06 David Blaikie <dblaikie@gmail.com>
1002
1003 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1004 * gdb.cp/cplabel.exp: Ditto.
1005 * gdb.linespec/ls-errs.exp: Ditto.
1006
1007 2019-09-05 Tom de Vries <tdevries@suse.de>
1008
1009 * lib/gdb.exp (cmp_file_string): New proc.
1010 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1011 runto_main. Verify save breakpoints output.
1012
1013 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1014
1015 * gdb.base/info-var.exp: Test info variables without running
1016 to main, to avoid expect's buffer overflow.
1017
1018 2019-09-03 Tom Tromey <tromey@adacore.com>
1019
1020 * gdb.ada/bias.exp: New file.
1021 * gdb.ada/bias/bias.adb: New file.
1022 * gdb.ada/print_chars.exp: Add regression test.
1023 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1024 (MC): New variable.
1025
1026 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1027
1028 * gdb.base/argv0-symlink.exp: Run only on native target
1029 and local host.
1030
1031 2019-08-29 Tom de Vries <tdevries@suse.de>
1032
1033 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1034 diverse debug info.
1035 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1036
1037 2019-08-28 Tom de Vries <tdevries@suse.de>
1038
1039 * gdb.base/info-var.exp: Allow info variables to print info for files
1040 other than info-var-f1.c and info-var-f2.c.
1041
1042 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.fortran/info-types.exp: Add module.
1045 * gdb.fortran/info-types.f90: Update expected results.
1046
1047 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1048
1049 * gdb.fortran/info-types.exp: New file.
1050 * gdb.fortran/info-types.f90: New file.
1051 * lib/fortran.exp (fortran_character1): New proc.
1052
1053 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1056 functions'. Reindent as needed.
1057 * gdb.base/info-var-f1.c: New file.
1058 * gdb.base/info-var-f2.c: New file.
1059 * gdb.base/info-var.exp: New file.
1060 * gdb.base/info-var.h: New file.
1061
1062 2019-08-26 Tom de Vries <tdevries@suse.de>
1063
1064 PR c++/24852
1065 * gdb.cp/no-libstdcxx-probe.exp: New test.
1066
1067 2019-08-26 Tom de Vries <tdevries@suse.de>
1068
1069 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1070 * tests need to be skipped.
1071 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1072 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1073 mi_skip_libstdcxx_probe_tests.
1074
1075 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1076
1077 * gdb.python/py-xmethods.exp: Use raw strings when passing
1078 arguments to SimpleXMethodMatcher.
1079
1080 2019-08-22 Tom de Vries <tdevries@suse.de>
1081
1082 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1083 more informative.
1084
1085 2019-08-21 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.base/with.exp: Test "with" with no arguments.
1088
1089 2019-08-21 Tom de Vries <tdevries@suse.de>
1090
1091 * gdb.base/gdb-caching-proc.exp: Sort files.
1092
1093 2019-08-20 Tom de Vries <tdevries@suse.de>
1094
1095 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1096 compilation.
1097
1098 2019-08-16 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.base/compare-sections.exp ("after run to main"): Allow
1101 mismatched read-only sections for PIE executables.
1102
1103 2019-08-16 Tom Tromey <tom@tromey.com>
1104
1105 * lib/tuiterm.exp (_csi_Z): New proc.
1106 * gdb.tui/basic.exp: Update window positions.
1107 * gdb.tui/empty.exp: Update window positions.
1108
1109 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1110
1111 * gdb.base/examine-backward.exp: Correct regexp for
1112 "examine 3 bytes backward from ${address_zero}".
1113
1114 2019-08-15 Tom Tromey <tom@tromey.com>
1115
1116 * gdb.tui/empty.exp: Enable resizing tests.
1117
1118 2019-08-15 Tom Tromey <tromey@adacore.com>
1119
1120 * gdb.ada/char_enum.exp: Add regression tests.
1121 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1122 and '0'.
1123 (Char, Gchar): Update.
1124 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1125
1126 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1127
1128 * gdb.python/python.exp: Expect a leading underscore on
1129 GdbOutput{,Error}File.
1130
1131 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1132
1133 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1134 Windows host.
1135
1136 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1137
1138 * gdb.base/batch-preserve-term-settings.exp
1139 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1140
1141 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1142
1143 * lib/gdb.exp: When running on a mingw target, replace
1144 /x/ with x:/.
1145
1146 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1147
1148 * gdb.arch/aarch64-prologue.c: New test.
1149 * gdb.arch/aarch64-prologue.exp: New file.
1150
1151 2019-08-13 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1154 Thread.
1155
1156 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1157
1158 * gdb.python/py-completion.exp: Download the .py file to the host
1159 and use its host pathname. Conditionalize tests that use
1160 tab completion and manipulate files on the build machine.
1161 * gdb.python/py-events.exp: Download the .py file to the host
1162 and use its host pathname.
1163 * gdb.python/py-evsignal.exp: Likewise.
1164 * gdb.python/py-evthreads.exp: Likewise.
1165 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1166 pathname syntax.
1167 * gdb.python/py-framefilter.exp: Download the .py file to the right
1168 place on the host. Match Windows pathname syntax.
1169 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1170 .py file to the host and use its host pathname.
1171 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1172 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1173 build pathname. Skip symlink test on Windows host. Add missing
1174 newline at end of file.
1175 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1176 and use its host pathname.
1177 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1178 * gdb.python/py-section-script.exp: Use host location of binfile
1179 on safe-path. Use correct path separator on Windows host.
1180 Reorder alternatives in gdb_test_multiple to prevent matching
1181 the wrong alternative on success.
1182 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1183
1184 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1185
1186 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1187 expect the GDB inferior to no longer immediately stop after
1188 being resumed with "signal SIGINT".
1189
1190 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1191
1192 * gdb.linespec/break-ask.exp: Generalize regexps to match
1193 Windows pathnames too.
1194
1195 2019-08-08 Tom de Vries <tdevries@suse.de>
1196
1197 PR testsuite/24862
1198 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1199
1200 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1201
1202 * gdb.base/style.exp: Update tests for help doc new invariants.
1203 * gdb.base/help.exp: Likewise.
1204
1205 2019-08-06 Tom Tromey <tom@tromey.com>
1206
1207 * gdb.base/style.exp: Add disassemble test.
1208 * gdb.base/style.c (some_called_function): New function.
1209 (main): Use it.
1210
1211 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1212
1213 * gdb.python/py-block.exp: Test dictionary access on blocks.
1214
1215 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1216
1217 PR gdb/24863
1218 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1219 -list-thread-groups --available test when running under
1220 check-read1.
1221
1222 2019-08-05 Tom de Vries <tdevries@suse.de>
1223
1224 PR testsuite/24863
1225 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1226 * gdb.base/help.exp: Use with_read1_timeout_factor.
1227 * gdb.base/info-macros.exp: Same.
1228 * gdb.cp/nested-types.exp: Same.
1229
1230 2019-08-05 Tom de Vries <tdevries@suse.de>
1231
1232 * lib/gdb.exp (version_at_least): Factor out of ...
1233 (tcl_version_at_least): ... here.
1234 (gdb_compile): Fail if pie results in non-PIE executable.
1235 (readelf_version, readelf_prints_pie): New proc.
1236 (exec_is_pie): Return -1 if unknown.
1237
1238 2019-08-05 Tom de Vries <tdevries@suse.de>
1239
1240 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1241
1242 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1243
1244 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1245
1246 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1247
1248 * lib/completion-support.exp (test_gdb_complete_none): Skip
1249 tab completion tests if no readline support.
1250 (test_gdb_complete_unique_re): Likewise.
1251 (test_gdb_complete_multiple): Likewise.
1252
1253 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1254
1255 * gdb.base/info_sources.exp: New file.
1256 * gdb.base/info_sources.c: New file.
1257 * gdb.base/info_sources_base.c: New file.
1258
1259 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1260
1261 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1262 prefix argument.
1263 (test_exit_status): Add prefix argument.
1264
1265 2019-08-01 Tom de Vries <tdevries@suse.de>
1266
1267 PR testsuite/24863
1268 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1269 calling exp_continue for new thread and thread exited messages.
1270
1271 2019-08-01 Tom de Vries <tdevries@suse.de>
1272
1273 PR testsuite/24863
1274 * gdb.base/structs.exp: Fix check-read1 timeout using
1275 gdb_test_sequence.
1276 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1277
1278 2019-08-01 Tom de Vries <tdevries@suse.de>
1279
1280 PR testsuite/24863
1281 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1282 line.
1283
1284 2019-08-01 Tom de Vries <tdevries@suse.de>
1285
1286 PR testsuite/24863
1287 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1288
1289 2019-07-30 Tom Tromey <tromey@adacore.com>
1290
1291 * gdb.ada/display_nested.exp: New file.
1292 * gdb.ada/display_nested/foo.adb: New file.
1293 * gdb.ada/display_nested/pack.adb: New file.
1294 * gdb.ada/display_nested/pack.ads: New file.
1295
1296 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1297
1298 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1299 namespace.
1300 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1301
1302 2019-07-30 Tom de Vries <tdevries@suse.de>
1303
1304 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1305 instead.
1306
1307 2019-07-30 Tom de Vries <tdevries@suse.de>
1308
1309 PR testsuite/24834
1310 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1311 (exec_is_pie): New proc.
1312
1313 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1314
1315 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1316
1317 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1318
1319 * gdb.python/py-objfile.c: Add global and static vars.
1320 * gdb.python/py-objfile.exp: Test new functions Objfile.
1321 lookup_global_symbol and lookup_static_symbol.
1322
1323 2019-07-29 Tom Tromey <tom@tromey.com>
1324
1325 * lib/tuiterm.exp (Term::_csi_@): New proc.
1326 (Term::_csi_X): Don't move cursor.
1327
1328 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1329
1330 * gdb.base/options.exp: Update backtrace - completion to
1331 new option -frame-info.
1332 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1333 Test new 'set print frame-info'. Test backtrace -frame-info
1334 overriding 'set print frame-info'.
1335 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1336 Test new 'set print frame-info'.
1337 Verify consistency of backtrace with and without filters, with and
1338 without -no-filters.
1339 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1340 default.
1341
1342 2019-07-29 Tom de Vries <tdevries@suse.de>
1343
1344 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1345 no arguments".
1346
1347 2019-07-29 Tom de Vries <tdevries@suse.de>
1348
1349 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1350 is a substring of the first for "complete non-unique file name".
1351
1352 2019-07-29 Tom de Vries <tdevries@suse.de>
1353
1354 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1355 with ".*".
1356
1357 2019-07-29 Tom de Vries <tdevries@suse.de>
1358
1359 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1360 Pass prompt_regexp parameter to gdb_test_multiple calls.
1361
1362 2019-07-29 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1365 print registers" regexps.
1366
1367 2019-07-29 Tom de Vries <tdevries@suse.de>
1368
1369 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1370
1371 2019-07-29 Tom de Vries <tdevries@suse.de>
1372
1373 PR gdb/24855
1374 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1375 (skip_python_tests_prompt): Add prompt_regexp argument to
1376 gdb_test_multiple calls.
1377
1378 2019-07-27 Tom Tromey <tom@tromey.com>
1379
1380 * gdb.tui/main.exp: New file.
1381
1382 2019-07-27 Tom Tromey <tom@tromey.com>
1383
1384 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1385 optional.
1386 * gdb.tui/empty.exp: New file.
1387
1388 2019-07-27 Tom Tromey <tom@tromey.com>
1389
1390 * lib/tuiterm.exp (spawn): New proc.
1391 (Term::resize): New proc.
1392 * gdb.tui/resize.exp: New file.
1393
1394 2019-07-27 Tom Tromey <tom@tromey.com>
1395
1396 * gdb.tui/list.exp: New file.
1397
1398 2019-07-27 Tom Tromey <tom@tromey.com>
1399
1400 * gdb.tui/regs.exp: New file.
1401
1402 2019-07-27 Tom Tromey <tom@tromey.com>
1403
1404 * gdb.tui/basic.exp: Add "layout split" test.
1405
1406 2019-07-27 Tom Tromey <tom@tromey.com>
1407
1408 * gdb.tui/basic.exp: Add "layout asm" test.
1409
1410 2019-07-27 Tom Tromey <tom@tromey.com>
1411
1412 * lib/tuiterm.exp: New file.
1413 * gdb.tui/basic.exp: New file.
1414
1415 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1416
1417 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1418 Enable tests associated with this flag. Adjust regex
1419 referencing "foo_low" to now refer to "foo_cold" instead.
1420
1421 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1422
1423 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1424 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1425 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1426 foo_cold. Revise comments to match.
1427 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1428 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1429 were wrapped into this proc; Call do_test in loop from outermost
1430 level.
1431 (foo_low): Rename all occurrences to "foo_cold".
1432 (backtrace from baz): New test.
1433 (x2/i foo_cold): New test.
1434 (info line *foo_cold): New test.
1435
1436 2019-07-26 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1439
1440 2019-07-25 Tom de Vries <tdevries@suse.de>
1441
1442 PR testsuite/24830
1443 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1444 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1445 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1446 (skip_libstdcxx_probe_tests): ... here.
1447 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1448
1449 2019-07-24 Tom de Vries <tdevries@suse.de>
1450
1451 PR testsuite/24807
1452 * gdb.objc/basicclass.m: Include stdio.h.
1453 * gdb.objc/nondebug.m: Same.
1454 * gdb.objc/objcdecode.m: Same.
1455
1456 2019-07-24 Tom de Vries <tdevries@suse.de>
1457
1458 PR testsuite/24612
1459 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1460 additional_flags.
1461
1462 2019-07-24 Tom de Vries <tdevries@suse.de>
1463
1464 PR testsuite/24831
1465 * gdb.multi/tids.exp: Update error messages for info threads.
1466
1467 2019-07-24 Tom de Vries <tdevries@suse.de>
1468
1469 * gdb.base/info-types.exp: Allow info types to print info for more than
1470 one file.
1471
1472 2019-07-23 Tom de Vries <tdevries@suse.de>
1473
1474 PR testsuite/24842
1475 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1476 gdb_spawn_with_cmdline_opts.
1477
1478 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1479
1480 * gdb.arch/arm-cmse-sgstubs.c: New test.
1481 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1482
1483 2019-07-23 Tom de Vries <tdevries@suse.de>
1484
1485 PR testsuite/24711
1486 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1487 issuing next command.
1488
1489 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.ada/info_auto_lang.exp: Update expected results.
1492 * gdb.base/info-types.c: Add additional types to check.
1493 * gdb.base/info-types.exp: Update expected results.
1494
1495 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * gdb.base/info-types.c: New file.
1498 * gdb.base/info-types.exp: New file.
1499
1500 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1501
1502 * gdb.arch/riscv-bp-infcall.c: New file.
1503 * gdb.arch/riscv-bp-infcall.exp: New file.
1504
1505 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1506
1507 PR breakpoints/24541
1508 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1509
1510 2019-07-14 Tom de Vries <tdevries@suse.de>
1511
1512 PR testsuite/24760
1513 * gdb.objc/basicclass.exp: Fix unterminated string.
1514
1515 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1516 Andrew Burgess <andrew.burgess@embecosm.com>
1517
1518 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1519 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1520 negative bounds.
1521 * gdb.fortran/vla-value.exp: Print elements of an array with
1522 negative bounds.
1523 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1524 testing.
1525
1526 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * gdb.base/options.exp (expect_string): Dequote strings in
1529 results.
1530 (test-string): Test strings with different quoting and reindent.
1531
1532 2019-07-10 Tom Tromey <tromey@adacore.com>
1533
1534 * gdb.ada/mi_ex_cond.exp: Update expected results.
1535 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1536 * gdb.ada/mi_catch_ex.exp: Update expected results.
1537 * gdb.ada/mi_catch_assert.exp: Update expected results.
1538 * gdb.ada/catch_ex.exp (catch_exception_info)
1539 (catch_exception_entry, catch_assert_entry)
1540 (catch_unhandled_entry): Update.
1541 * gdb.ada/catch_assert_if.exp: Update expected results.
1542
1543 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1544 Stephen Roberts <stephen.roberts@arm.com>
1545
1546 * gdb.base/define.exp: Restore original prompt.
1547
1548 2019-07-09 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1551 breakpoints" output.
1552 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1553 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1554 throw" creates breakpoint.
1555 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1556 'type="catchpoint"'.
1557
1558 2019-07-09 Pedro Alves <palves@redhat.com>
1559
1560 PR c++/15468
1561 * gdb.cp/except-multi-location-lib.cc: New.
1562 * gdb.cp/except-multi-location-main.cc: New.
1563 * gdb.cp/except-multi-location.exp: New.
1564
1565 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1566
1567 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1568 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1569 argument and update callers.
1570
1571 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * gdb.arch/amd64-break-on-asm-line.S: New file.
1574 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1575
1576 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1577
1578 * gdb.base/printcmds.exp: Test printing C string and
1579 C wide string convenience vars without transiting via the inferior.
1580 Also make test names unique.
1581
1582 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1583
1584 PR breakpoints/25011
1585 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1586
1587 2019-07-04 Pedro Alves <palves@redhat.com>
1588
1589 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1590 body returned ok(0), break(3) or continue(4).
1591 * gdb.testsuite/foreach_with_prefix.exp: New file.
1592
1593 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1594
1595 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1596
1597 2019-07-03 Pedro Alves <palves@redhat.com>
1598
1599 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1600 "return -code".
1601
1602 2019-07-03 Pedro Alves <palves@redhat.com>
1603
1604 PR cli/24732
1605 * gdb.base/shell.exp: Load completion-support.exp.
1606 Adjust expected error output. Add completion tests.
1607
1608 2019-07-03 Pedro Alves <palves@redhat.com>
1609
1610 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1611 string_to_regexp.
1612
1613 2019-07-03 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1616 (expect_integer): Adjust to expect "-string".
1617 (expect_string): New.
1618 (all_options): Expect "-string".
1619 (test-flag, test-boolean): Adjust to expect "-string".
1620 (test-string): New proc.
1621 (top level): Call it.
1622
1623 2019-07-03 Pedro Alves <palves@redhat.com>
1624
1625 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1626 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1627 the expected output in the success.
1628
1629 2019-07-03 Pedro Alves <palves@redhat.com>
1630
1631 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1632 Split one gdb_test_multiple call in two to avoid a race.
1633
1634 2019-07-03 Pedro Alves <palves@redhat.com>
1635
1636 * gdb.base/with.c: New file.
1637 * gdb.base/with.exp: New file.
1638
1639 2019-07-03 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.base/settings.exp: Replace all references to "maint
1642 test-settings set" with references to "maint set test-settings",
1643 and all references to "maint test-settings show" with references
1644 to "maint show test-settings".
1645
1646 2019-07-03 Pedro Alves <palves@redhat.com>
1647
1648 * gdb.base/settings.exp (test-string): Adjust expected out when
1649 testing "maint test-settings show filename"
1650
1651 2019-07-02 Pedro Alves <palves@redhat.com>
1652
1653 * gdb.base/options.exp (test-info-threads): New procedure.
1654 (top level): Call it.
1655
1656 2019-06-28 Tom Tromey <tromey@adacore.com>
1657
1658 * gdb.dwarf2/ada-linkage-name.c: New file.
1659 * gdb.dwarf2/ada-linkage-name.exp: New file.
1660
1661 2019-06-27 Tom Tromey <tromey@adacore.com>
1662
1663 PR c++/20020:
1664 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1665
1666 2019-06-26 Tom de Vries <tdevries@suse.de>
1667
1668 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1669
1670 2019-06-26 Tom de Vries <tdevries@suse.de>
1671
1672 * gdb.base/index-cache.exp: Add back missing debug option.
1673
1674 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1675
1676 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1677
1678 2019-06-25 Tom de Vries <tdevries@suse.de>
1679
1680 PR testsuite/24727
1681 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1682
1683 2019-06-24 Tom de Vries <tdevries@suse.de>
1684
1685 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1686
1687 2019-06-24 Tom de Vries <tdevries@suse.de>
1688
1689 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1690 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1691 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1692
1693 2019-06-24 Tom de Vries <tdevries@suse.de>
1694
1695 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1696
1697 2019-06-21 Tom de Vries <tdevries@suse.de>
1698
1699 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1700
1701 2019-06-21 Tom de Vries <tdevries@suse.de>
1702
1703 PR testsuite/24518
1704 PR ada/24713
1705 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1706 index.
1707
1708 2019-06-19 Tom Tromey <tromey@adacore.com>
1709
1710 * gdb.ada/length_cond.exp: Add intro comment.
1711
1712 2019-06-19 Tom Tromey <tromey@adacore.com>
1713
1714 * gdb.ada/length_cond.exp: New file.
1715 * gdb.ada/length_cond/length_cond.adb: New file.
1716 * gdb.ada/length_cond/pck.adb: New file.
1717 * gdb.ada/length_cond/pck.ads: New file.
1718
1719 2019-06-18 Tom de Vries <tdevries@suse.de>
1720
1721 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1722
1723 2019-06-18 Tom Tromey <tromey@adacore.com>
1724
1725 * gdb.base/list0.h: Add comment explaining control character.
1726
1727 2019-06-18 Tom de Vries <tdevries@suse.de>
1728
1729 * boards/fission.exp: Break up long debug_flags line.
1730
1731 2019-06-16 Tom de Vries <tdevries@suse.de>
1732
1733 PR gdb/24445
1734 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1735 generated index.
1736
1737 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1738
1739 PR gdb/24686
1740 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1741 improve detection of bug gdb/24541.
1742
1743 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1744
1745 PR gdb/24669
1746 * gdb.base/index-cache.exp (uses_readnow,
1747 expecting_index_cache_use): Define global variable.
1748 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1749 expecting_index_cache_use.
1750
1751 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1752 Andrew Burgess <andrew.burgess@embecosm.com>
1753
1754 * gdb.fortran/pointers.f90: New file.
1755 * gdb.fortran/print_type.exp: New file.
1756 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1757 * gdb.fortran/vla-type.exp: Likewise.
1758 * gdb.fortran/vla-value.exp: Likewise.
1759 * gdb.mi/mi-vla-fortran.exp: Likewise.
1760
1761 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1764 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1765 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1766 as a stop reason.
1767
1768 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1769
1770 * gdb.base/annota1.exp: Update expected results.
1771 * gdb.cp/annota2.exp: Likewise.
1772 * gdb.cp/annota3.exp: Likewise.
1773
1774 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * gdb.base/style-logging.exp: Remove path from test name.
1777
1778 2019-06-14 Tom Tromey <tromey@adacore.com>
1779
1780 PR gdb/24502:
1781 * gdb.base/style-logging.exp: New file.
1782
1783 2019-06-14 Tom Tromey <tromey@adacore.com>
1784
1785 * gdb.base/symfile-warn.exp: New file.
1786 * gdb.base/symfile-warn.c: New file.
1787
1788 2019-06-14 Tom Tromey <tromey@adacore.com>
1789
1790 * gdb.base/annotate-symlink.exp: New file.
1791
1792 2019-06-14 Tom Tromey <tromey@adacore.com>
1793
1794 * gdb.ada/set_wstr.exp: Add reassignment test.
1795
1796 2019-06-14 Tom Tromey <tromey@adacore.com>
1797
1798 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1799 'unchecked_access and 'unrestricted_access as well.
1800
1801 2019-06-14 Tom Tromey <tromey@adacore.com>
1802
1803 PR ada/24539:
1804 * gdb.ada/vla.exp: Update tests.
1805 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1806 pragma.
1807
1808 2019-06-13 Pedro Alves <palves@redhat.com>
1809
1810 * gdb.base/settings.exp (test-integer): Test junk after
1811 "unlimited".
1812
1813 2019-06-13 Pedro Alves <palves@redhat.com>
1814
1815 * gdb.base/options.exp (test-thread-apply): New.
1816 (top level): Call it.
1817
1818 2019-06-13 Pedro Alves <palves@redhat.com>
1819
1820 * gdb.base/options.exp (test-frame-apply): New.
1821 (top level): Test print commands with different "frame apply"
1822 prefixes.
1823
1824 2019-06-13 Pedro Alves <palves@redhat.com>
1825
1826 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1827 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1828 'max_completions' parameter and handle it.
1829 (test_gdb_completion_offers_commands): New.
1830
1831 2019-06-13 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1834
1835 2019-06-13 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.base/options.exp (test-backtrace): New.
1838 (top level): Call it.
1839
1840 2019-06-13 Pedro Alves <palves@redhat.com>
1841
1842 * gdb.guile/scm-frame-args.exp: Use "set print
1843 raw-frame-arguments" instead of "set print raw frame-arguments".
1844 * gdb.python/py-frame-args.exp: Likewise.
1845
1846 2019-06-13 Pedro Alves <palves@redhat.com>
1847
1848 * gdb.compile/compile.exp: Adjust expected output to option
1849 processing changes.
1850
1851 2019-06-13 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.base/options.exp: Build executable.
1854 (test-print): New procedure.
1855 (top level): Call it, once for "print" and another for "compile
1856 print".
1857
1858 2019-06-13 Pedro Alves <palves@redhat.com>
1859
1860 * gdb.base/options.c: New file.
1861 * gdb.base/options.exp: New file.
1862
1863 2019-06-13 Pedro Alves <palves@redhat.com>
1864
1865 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1866 that "o" is ambiguous.
1867
1868 2019-06-13 Pedro Alves <palves@redhat.com>
1869
1870 * gdb.base/settings.c: New file.
1871 * gdb.base/settings.exp: New file.
1872
1873 2019-06-13 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.base/completion.exp: Fix comment typo.
1876
1877 2019-06-13 Pedro Alves <palves@redhat.com>
1878
1879 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1880 foo --1" test.
1881
1882 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1883
1884 * gdb.fortran/block-data.f: New.
1885 * gdb.fortran/block-data.exp: New.
1886
1887 2019-06-11 Tom de Vries <tdevries@suse.de>
1888
1889 PR testsuite/24521
1890 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1891 message.
1892
1893 2019-06-11 Tom de Vries <tdevries@suse.de>
1894
1895 PR testsuite/24521
1896 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1897
1898 2019-06-11 Tom de Vries <tdevries@suse.de>
1899
1900 * boards/readnow.exp: New file.
1901
1902 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1903
1904 * gdb.fortran/vla-sizeof.exp: Update expected results.
1905
1906 2019-06-06 Amos Bird <amosbird@gmail.com>
1907
1908 * gdb.base/annota1.exp (thread_switch): Add test for
1909 thread-exited annotation.
1910
1911 2019-06-06 Tom Tromey <tromey@adacore.com>
1912
1913 * gdb.base/maint.exp: Expect command started/finished output.
1914
1915 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1916
1917 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1918 comment.
1919 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1920
1921 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1922
1923 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1924 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1925 * gdb.arch/riscv-unwind-long-insn.c: New file.
1926 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1927
1928 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1929
1930 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1931
1932 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1933
1934 * lib/gdb.exp (help_list_trailer): New regexp variable
1935 factorizing the help trailer message.
1936 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1937 arg to allow to better factorize various tests.
1938 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1939 (test_prefix_command_help): Use help_list_trailer.
1940 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1941 * gdb.guile/scm-cmd.exp: Likewise.
1942 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1943 * gdb.base/help.exp: Use test_user_defined_class_help.
1944 * gdb.base/style.exp: Add tests for styling of help and apropos.
1945 * lib/gdb-utils.exp (style): Add title and highlight styles.
1946
1947 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1948
1949 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1950 $_shell_exitsignal.
1951 * gdb.base/default.exp: Update for new convenience variables.
1952
1953 2019-05-29 Tom Tromey <tromey@adacore.com>
1954
1955 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1956 to "break complete ada" test case's regexp.
1957
1958 2019-05-29 Tom Tromey <tromey@adacore.com>
1959
1960 PR c++/20020:
1961 * gdb.cp/constexpr-field.exp: New file.
1962 * gdb.cp/constexpr-field.cc: New file.
1963
1964 2019-05-29 Tom Tromey <tromey@adacore.com>
1965
1966 * gdb.base/finish.exp (finish_no_print): New proc.
1967 (finish_tests): Call it.
1968
1969 2019-05-24 Tom de Vries <tdevries@suse.de>
1970
1971 * gdb.dwarf2/gdb-add-index.exp: New file.
1972
1973 2019-05-22 Tom Tromey <tromey@adacore.com>
1974
1975 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1976 * gdb.base/style.exp: Use "style".
1977 * lib/gdb-utils.exp (style): New proc.
1978
1979 2019-05-22 Tom de Vries <tdevries@suse.de>
1980
1981 * gdb.base/align.exp: Require c++11.
1982
1983 2019-05-22 Tom de Vries <tdevries@suse.de>
1984
1985 PR testsuite/24586
1986 * gdb.python/py-mi-var-info-path-expression.exp: Call
1987 mi_skip_python_tests to check if python is supported.
1988
1989 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1990
1991 * gdb.arch/aarch64-pauth.c: New test.
1992 * gdb.arch/aarch64-pauth.exp: New file.
1993
1994 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1995
1996 * README (Re-running Tests Outside The Testsuite): New section.
1997
1998 2019-05-21 Tom de Vries <tdevries@suse.de>
1999
2000 * gdb.arch/amd64-eval.exp: Require c++11.
2001 * gdb.base/max-depth.exp: Same.
2002 * gdb.compile/compile-cplus-array-decay.exp: Same.
2003 * gdb.cp/meth-typedefs.exp: Same.
2004 * gdb.cp/subtypes.exp: Same.
2005 * gdb.cp/temargs.exp: Same.
2006
2007 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2008
2009 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2010
2011 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2012
2013 PR gdb/18644
2014 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2015 * gdb.fortran/printing-types.exp: Add new test.
2016 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2017 testing.
2018 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2019 setup_kfail call.
2020
2021 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2022
2023 * README (Running the Testsuite): Change example.
2024 (Testsuite Parameters): Remove TRANSCRIPT.
2025 * lib/gdb.exp: Remove TRANSCRIPT check.
2026
2027 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2028
2029 * README (Testsuite Parameters): Add replay logging to
2030 GDBSERVER_DEBUG.
2031 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2032 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2033 as a comma separated list.
2034 (gdb_debug_init): Override procedure.
2035
2036 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2037
2038 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2039 (gdb_write_cmd_file): New procedure.
2040 * lib/gdbserver-support.exp (gdbserver_start): Call
2041 gdbserver_write_cmd_file.
2042 (gdbserver_write_cmd_file): New procedure.
2043
2044 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2045
2046 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2047 (delete_breakpoints): Likewise.
2048 (gdb_run_cmd): Likewise.
2049 (gdb_start_cmd): Likewise.
2050 (gdb_starti_cmd): Likewise.
2051 (gdb_internal_error_resync): Likewise.
2052 (gdb_test_multiple): Likewise.
2053 (gdb_reinitialize_dir): Likewise.
2054 (default_gdb_exit): Likewise.
2055 (gdb_file_cmd): Mark kill as optional.
2056 (default_gdb_start): Call gdb_stdin_log_init.
2057 (send_gdb): Call gdb_stdin_log_write.
2058 (rerun_to_main): Mark Y as an answer.
2059 (gdb_stdin_log_init): New function.
2060 (gdb_stdin_log_write): Likewise.
2061
2062 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2063
2064 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2065 * gdb.base/debug-expr.exp: Likewise.
2066 * gdb.base/foll-fork.exp: Likewise.
2067 * gdb.base/foll-vfork.exp: Likewise.
2068 * gdb.base/fork-print-inferior-events.exp: Likewise.
2069 * gdb.base/gdb-sigterm.exp: Likewise.
2070 * gdb.base/gdbinit-history.exp: Likewise.
2071 * gdb.base/osabi.exp: Likewise.
2072 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2073 * gdb.base/ui-redirect.exp: Likewise.
2074 * gdb.gdb/unittest.exp: Likewise.
2075 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2076 * gdb.mi/mi-watch.exp: Likewise.
2077 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2078 * gdb.mi/user-selected-context-sync.exp: Likewise.
2079 * gdb.python/python.exp: Disable debug test when debugging.
2080 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2081 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2082 Likewise.
2083 * gdb.threads/stepi-random-signal.exp: Likewise.
2084
2085 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2086
2087 * Makefile.in: Pass through GDB_DEBUG.
2088 * README (Testsuite Parameters): Add GDB_DEBUG.
2089 (gdb,debug): Add board setting.
2090 * lib/gdb.exp (default_gdb_start): Start debugging.
2091 (gdb_debug_enabled): New procedure.
2092 (gdb_debug_init): Likewise.
2093
2094 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2095
2096 * Makefile.in: Pass through GDB_DEBUG.
2097 * README (Testsuite Parameters): Add GDB_DEBUG.
2098 (gdb,debug): Add board setting.
2099 * lib/gdb.exp (default_gdb_start): Start debugging.
2100 (gdb_debug_enabled): New procedure.
2101 (gdb_debug_init): Likewise.
2102
2103 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2104
2105 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2106
2107 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2108
2109 * gdb.base/ui-redirect.exp: Test redirection.
2110
2111 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2112
2113 * gdb.mi/mi-complete.exp: New file.
2114 * gdb.mi/mi-complete.cc: Likewise.
2115
2116 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2117
2118 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2119 indexed and sliced arrays, and pointers to arrays.
2120
2121 2019-05-14 Tom Tromey <tromey@adacore.com>
2122
2123 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2124 styling test.
2125
2126 2019-05-14 Tom de Vries <tdevries@suse.de>
2127
2128 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2129 selection entry encoding.
2130
2131 2019-05-10 Tom Tromey <tromey@adacore.com>
2132
2133 * gdb.ada/info_exc.exp: Add "complete" test.
2134
2135 2019-05-09 Tom de Vries <tdevries@suse.de>
2136
2137 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2138 CU-relative.
2139
2140 2019-05-09 Tom de Vries <tdevries@suse.de>
2141
2142 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2143 CU-relative.
2144
2145 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2146
2147 * gdb.ada/frame_arg_lang.exp: New testcase.
2148 * gdb.ada/frame_arg_lang/bla.adb: New file.
2149 * gdb.ada/frame_arg_lang/pck.ads: New file.
2150 * gdb.ada/frame_arg_lang/pck.adb: New file.
2151 * gdb.ada/frame_arg_lang/foo.c: New file.
2152
2153 2019-05-08 Tom Tromey <tromey@adacore.com>
2154
2155 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2156
2157 2019-05-08 Tom Tromey <tromey@adacore.com>
2158
2159 * gdb.base/ptype-offsets.exp: Update tests.
2160
2161 2019-05-08 Tom Tromey <tromey@adacore.com>
2162
2163 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2164 cases.
2165 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2166 "short".
2167
2168 2019-05-08 Tom Tromey <tromey@adacore.com>
2169
2170 * gdb.ada/vla.exp: New file.
2171 * gdb.ada/vla/vla.adb: New file.
2172
2173 2019-05-07 Tom de Vries <tdevries@suse.de>
2174
2175 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2176
2177 2019-05-07 Tom de Vries <tdevries@suse.de>
2178
2179 PR testsuite/24522
2180 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2181 section.
2182
2183 2019-05-07 Tom de Vries <tdevries@suse.de>
2184
2185 PR testsuite/24522
2186 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2187 .debug_aranges section.
2188
2189 2019-05-07 Tom de Vries <tdevries@suse.de>
2190
2191 PR testsuite/24159
2192 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2193
2194 2019-05-06 Tom de Vries <tdevries@suse.de>
2195
2196 * lib/gdb.exp (exec_has_index_section): New proc.
2197 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2198 section.
2199
2200 2019-05-04 Tom de Vries <tdevries@suse.de>
2201
2202 * boards/cc-with-debug-names.exp: New file.
2203
2204 2019-05-03 Tom Tromey <tromey@adacore.com>
2205
2206 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2207 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2208 * gdb.ada/char_enum.exp: Add test.
2209
2210 2019-05-03 Tom de Vries <tdevries@suse.de>
2211
2212 * boards/cc-with-gdb-index.exp: New file.
2213
2214 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2215
2216 * gdb.rust/simple.exp: Add new test case.
2217 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2218 (main): Initialise an instance of the new struct.
2219
2220 2019-05-01 Tom Tromey <tromey@adacore.com>
2221
2222 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2223 record.
2224 (NPR): New variable.
2225 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2226 test.
2227
2228 2019-05-01 Tom Tromey <tromey@adacore.com>
2229
2230 * gdb.ada/packed_array_assign.exp: Add packed assignment
2231 regression test.
2232
2233 2019-05-01 Tom de Vries <tdevries@suse.de>
2234
2235 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2236
2237 2019-05-01 Tom de Vries <tdevries@suse.de>
2238
2239 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2240
2241 2019-04-30 Ali Tamur <tamur@google.com>
2242
2243 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2244
2245 2019-04-30 Tom Tromey <tromey@adacore.com>
2246
2247 * lib/ada.exp (find_ada_tool): New proc.
2248 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2249 * gdb.ada/catch_ex_std.exp: New file.
2250 * gdb.ada/catch_ex_std/foo.adb: New file.
2251 * gdb.ada/catch_ex_std/some_package.adb: New file.
2252 * gdb.ada/catch_ex_std/some_package.ads: New file.
2253
2254 2019-04-30 Tom Tromey <tromey@adacore.com>
2255
2256 PR c++/24470:
2257 * gdb.cp/temargs.cc: Add test code from PR.
2258
2259 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.fortran/vla-datatypes.exp: Update expected results.
2262 * gdb.fortran/vla-ptype.exp: Likewise.
2263 * gdb.fortran/vla-type.exp: Likewise.
2264 * gdb.fortran/vla-value.exp: Likewise.
2265
2266 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.fortran/ptr-indentation.exp: Update expected results.
2269 * gdb.fortran/ptype-on-functions.exp: Likewise.
2270 * gdb.fortran/vla-ptr-info.exp: Likewise.
2271 * gdb.fortran/vla-value.exp: Likewise.
2272
2273 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2274
2275 * gdb.fortran/ptype-on-functions.exp: New file.
2276 * gdb.fortran/ptype-on-functions.f90: New file.
2277
2278 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2281 case void string.
2282
2283 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * gdb.fortran/complex.exp: Expand.
2286 * gdb.fortran/complex.f: Renamed to...
2287 * gdb.fortran/complex.f90: ...this, and extended to add more
2288 complex values.
2289
2290 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2291
2292 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2293 MODULO, CMPLX.
2294
2295 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2296 Richard Bunt <richard.bunt@arm.com>
2297
2298 * gdb.base/max-depth.c: New file.
2299 * gdb.base/max-depth.exp: New file.
2300 * gdb.python/py-nested-maps.c: New file.
2301 * gdb.python/py-nested-maps.exp: New file.
2302 * gdb.python/py-nested-maps.py: New file.
2303 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2304 (test_all_common): Call test_max_depth.
2305 * gdb.fortran/max-depth.exp: New file.
2306 * gdb.fortran/max-depth.f90: New file.
2307 * gdb.go/max-depth.exp: New file.
2308 * gdb.go/max-depth.go: New file.
2309 * gdb.modula2/max-depth.exp: New file.
2310 * gdb.modula2/max-depth.c: New file.
2311 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2312
2313 2019-04-29 Tom de Vries <tdevries@suse.de>
2314
2315 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2316
2317 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2318
2319 * gdb.base/callexit.exp: Test may-call-functions off.
2320
2321 2019-04-25 Keith Seitz <keiths@redhat.com>
2322
2323 PR c++/24367
2324 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2325 (another_incomplete_struct, test_incomplete): New definitions.
2326 (main): Use new definitions.
2327 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2328 functions.
2329
2330 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2331
2332 PR corefiles/11608
2333 PR corefiles/18187
2334 * gdb.base/coredump-filter-build-id.exp: New file.
2335
2336 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2337
2338 * Makefile.in: Pass through GDBSERVER_DEBUG.
2339 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2340 (gdbserver,debug): Add board setting.
2341 * gdb.trace/tspeed.exp: Skip when debugging.
2342 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2343 * lib/gdbserver-support.exp: Likewise
2344
2345 2019-04-24 Tom Tromey <tromey@adacore.com>
2346
2347 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2348 Rust.
2349
2350 2019-04-24 Tom Tromey <tromey@adacore.com>
2351
2352 * gdb.arch/amd64-eval.exp: Test bitfield return.
2353 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2354 (class Foo) <return_bitfields>: New method.
2355 (main): Call it.
2356
2357 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.cp/many-args.cc: New file.
2360 * gdb.cp/many-args.exp: New file.
2361
2362 2019-04-23 Tom de Vries <tdevries@suse.de>
2363
2364 PR gdb/24433
2365 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2366
2367 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2368
2369 * gdb.trace/backtrace.exp: Use nopie flag.
2370 * gdb.trace/circ.exp: Likewise.
2371 * gdb.trace/collection.exp: Likewise.
2372 * gdb.trace/ftrace.exp: Likewise.
2373 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2374 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2375 * gdb.trace/qtro.exp: Likewise.
2376 * gdb.trace/read-memory.exp: Likewise.
2377 * gdb.trace/report.exp: Likewise.
2378 * gdb.trace/tfile.exp: Likewise.
2379 * gdb.trace/tfind.exp: Likewise.
2380 * gdb.trace/unavailable.exp: Likewise.
2381
2382 2019-04-22 Pedro Alves <palves@redhat.com>
2383
2384 * gdb.base/solib-probes-nosharedlibrary.c,
2385 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2386
2387 2019-04-19 Tom Tromey <tromey@adacore.com>
2388
2389 * gdb.ada/ptype_union.c: New file.
2390 * gdb.ada/ptype_union.exp: New file.
2391
2392 2019-04-19 Tom Tromey <tromey@adacore.com>
2393
2394 PR symtab/24423:
2395 * gdb.base/list0.h (foo): Add a control-l character.
2396
2397 2019-04-18 Tom de Vries <tdevries@suse.de>
2398
2399 PR gdb/24433
2400 * boards/local-board.exp: Set sysroot to "".
2401
2402 2019-04-18 Tom de Vries <tdevries@suse.de>
2403 Pedro Alves <palves@redhat.com>
2404
2405 PR gdb/24454
2406 * gdb.threads/vfork-follow-child-exec.c: New file.
2407 * gdb.threads/vfork-follow-child-exec.exp: New file.
2408 * gdb.threads/vfork-follow-child-exit.c: New file.
2409 * gdb.threads/vfork-follow-child-exit.exp: New file.
2410
2411 2019-04-15 Leszek Swirski <leszeks@google.com>
2412
2413 * gdb.arch/amd64-eval.cc: New file.
2414 * gdb.arch/amd64-eval.exp: New file.
2415
2416 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2417
2418 * gdb.server/sysroot.c: New test.
2419 * gdb.server/sysroot.exp: New file.
2420 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2421 matching param.
2422
2423 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 * gdb.base/align.exp: Extend test to cover structures containing
2426 only static fields.
2427
2428 2019-04-11 Tom de Vries <tdevries@suse.de>
2429
2430 * boards/cc-with-dwz-m.exp: New file.
2431 * boards/cc-with-dwz.exp: New file.
2432 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2433
2434 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2435
2436 * gdb.base/start-cpp.exp: New file.
2437 * gdb.base/start-cpp.cc: New file.
2438
2439 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2440
2441 * gdb.python/py-thrhandle.exp: Adjust tests to call
2442 thread_from_handle instead of thread_from_thread_handle.
2443
2444 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2445
2446 * gdb.python/py-thrhandle.exp: Add tests for
2447 gdb.InferiorThread.handle.
2448
2449 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2450
2451 * gdb.python/py-function.exp: Check calling helper function from
2452 all languages.
2453 * lib/gdb.exp (gdb_supported_languages): New proc.
2454
2455 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * gdb.base/complex-parts.c: New file.
2458 * gdb.base/complex-parts.exp: New file.
2459
2460 2019-04-01 Tom Tromey <tromey@adacore.com>
2461
2462 PR symtab/23331:
2463 * gdb.dwarf2/dw2-ranges-main.c: New file.
2464 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2465 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2466
2467 2019-03-30 Simon Marchi <simark@simark.ca>
2468
2469 * gdb.base/default.exp: Add values for $_gdb_major and
2470 $_gdb_minor.
2471
2472 2019-03-29 Tom Tromey <tromey@adacore.com>
2473
2474 * gdb.base/help.exp: Tighten apropos regexp.
2475
2476 2019-03-29 Keith Seitz <keiths@redhat.com>
2477
2478 * gdb.fortran/array-bounds.exp: New file.
2479 * gdb.fortran/array-bounds.f90: New file.
2480
2481 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2482
2483 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2484
2485 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2486
2487 * gdb.multi/hello.c (main): Increase alarm timer.
2488
2489 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2490
2491 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2492 factor when no hardware watchpoint support.
2493
2494 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2495 Pedro Alves <palves@redhat.com>
2496
2497 * boards/local-board.exp: set sysroot to /.
2498
2499 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2500
2501 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2502 in child.
2503
2504 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2505
2506 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2507 field.
2508 (make_container): Initialise new field.
2509 * gdb.python/py-prettyprint.exp: Add new tests.
2510 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2511 <display_hint>: New method.
2512
2513 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2516 gdb_continue_to_breakpoint more throughout this test.
2517 (run_lang_tests) Supply unique test names, and use
2518 gdb_test_no_output.
2519
2520 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.base/finish-pretty.exp: Update expected results.
2523 * gdb.base/pretty-print.c: New file.
2524 * gdb.base/pretty-print.exp: New file.
2525
2526 2019-03-25 Pedro Alves <palves@redhat.com>
2527
2528 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2529 move comments outside list. Append '-i "" eof' section.
2530
2531 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2532
2533 PR testsuite/25016
2534 * README: Add pie options.
2535 * gdb.base/break-interp.exp: Ensure pie is disabled.
2536 * gdb.base/dump.exp: Likewise.
2537 * lib/gdb.exp (gdb_compile): Add pie option.
2538
2539 2019-03-19 Tom Tromey <tromey@adacore.com>
2540
2541 * gdb.mi/mi2-cli-display.c: New file.
2542 * gdb.mi/mi2-cli-display.exp: New file.
2543
2544 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2545 Tom Tromey <tromey@adacore.com>
2546
2547 * gdb.ada/ptype_array/pck.adb: New file.
2548 * gdb.ada/ptype_array/pck.ads: New file.
2549 * gdb.ada/ptype_array/foo.adb: New file.
2550 * gdb.ada/ptype_array.exp: New file.
2551
2552 2019-03-14 Tom Tromey <tromey@adacore.com>
2553
2554 * gdb.base/style.exp: Add "set style sources" test.
2555
2556 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2557
2558 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2559 * mi-breakpoint-multiple-locations.exp: ... this.
2560 (make_breakpoints_pattern): New proc.
2561 (do_test): Add mi_version parameter, test -break-insert,
2562 -break-info and =breakpoint-created.
2563
2564 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * config/default.exp: Remove 'load_lib gdb.exp'.
2567 * config/monitor.exp: Likewise.
2568 * config/sid.exp: Likewise.
2569 * config/sim.exp: Likewise.
2570 * config/slite.exp: Likewise.
2571 * config/unix.exp: Likewise.
2572 * gdb.base/default.exp: Remove unhelpful comment.
2573
2574 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2577
2578 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2579
2580 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2581
2582 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2583
2584 * gdb.fortran/type-kinds.exp: Update expected results.
2585
2586 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2589
2590 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2593 function.
2594 (test_basic_parsing_of_type_kinds): Expand types tested.
2595 (test_parsing_invalid_type_kinds): New function.
2596
2597 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2598
2599 * gdb.fortran/intrinsics.exp: New file.
2600 * gdb.fortran/intrinsics.f90: New file.
2601 * gdb.fortran/type-kinds.exp: New file.
2602
2603 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.fortran/dot-ops.exp: New file.
2606
2607 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2608
2609 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2610 Check upper and lower case logical literals.
2611
2612 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2615 Remove duplicate tests.
2616
2617 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2618
2619 * lib/gdb.exp (builtin_cd): rename of cd.
2620 (cd): Override builtin.
2621
2622 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2623
2624 * gdb.fortran/function-calls.exp: New file.
2625 * gdb.fortran/function-calls.f90: New test.
2626
2627 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2628
2629 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2630 on user program standard output.
2631 * gdb.fortran/short-circuit-argument-list.f90: Record function
2632 calls.
2633
2634 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2635
2636 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2637 failure.
2638
2639 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2640
2641 PR gdb/8527
2642 * gdb.base/interrupt-daemon-attach.c,
2643 gdb.base/interrupt-daemon-attach.exp: New test.
2644
2645 2019-02-27 Pedro Alves <palves@redhat.com>
2646
2647 * gdb.base/page.exp: Add tests for "set width/height -1".
2648
2649 2019-02-27 Pedro Alves <palves@redhat.com>
2650
2651 * gdb.base/page.exp: Add tests for "set/show width/height" with
2652 "infinite" values.
2653
2654 2019-02-27 Tom Tromey <tromey@adacore.com>
2655
2656 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2657 2.4.
2658 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2659 workaround.
2660
2661 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2664 tests for structs with static members.
2665
2666 2019-02-26 Tom Tromey <tromey@adacore.com>
2667
2668 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2669 ValueError, not TypeError.
2670
2671 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2672
2673 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2674 call from main program.
2675
2676 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2677
2678 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2679 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2680 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2681 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2682 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2683
2684 2019-02-22 Keith Seitz <keiths@redhat.com>
2685
2686 PR symtab/23853
2687 * gdb.base/symlink-sourcefile.c: New file.
2688 * gdb.base/symlink-sourcefile.exp: New file.
2689
2690 2019-02-20 Tom Tromey <tom@tromey.com>
2691
2692 * gdb.base/info_qt.exp: Update.
2693
2694 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2695
2696 * gdb.base/source.exp: Move "error in sourced script" code to
2697 the end.
2698 * gdb.base/source-error.gdb: Move contents to
2699 source-error-1.gdb. Add new code to source source-error-1.gdb.
2700 * gdb.base/source-error-1.gdb: New file, from previous
2701 source-error.gdb.
2702
2703 2019-02-17 Tom Tromey <tom@tromey.com>
2704
2705 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2706 for macro styling.
2707 * gdb.base/style.c (SOME_MACRO): New macro.
2708
2709 2019-02-17 Tom Tromey <tom@tromey.com>
2710
2711 * gdb.base/style.exp: Add line-wrapping tests.
2712 * gdb.base/page.exp: Add test for quitting during pagination.
2713
2714 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2715
2716 * gdb.ada/big_packed_array: New testcase.
2717 * gdb.ada/homonym.exp: Fix incorrect expected output for
2718 "break <homonym__get_value>" test.
2719
2720 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2721
2722 PR breakpoints/21870
2723 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2724 and prepare_for_testing. Add comment.
2725 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2726 redundant cleanup call. Clean up comment.
2727
2728 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2729
2730 PR breakpoints/21870
2731 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2732 * gdb.arch/aarch64-dbreg-contents.c: New file.
2733
2734 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2735
2736 * gdb.ada/mi_ref_changeable: New testcase.
2737
2738 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2739
2740 * gdb.base/attach.exp: Add double attach test.
2741
2742 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2743
2744 * lib/gdb.exp (default_gdb_start): Don't match pagination
2745 prompt.
2746 (gdb_init): Set stty_init.
2747
2748 2019-01-27 Tom Tromey <tom@tromey.com>
2749
2750 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2751 skip_python_tests.
2752
2753 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2754
2755 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2756 New structure.
2757 (struct struct_static_02_02): Likewise.
2758 (struct struct_static_02_03): Likewise.
2759 (struct struct_static_02_04): Likewise.
2760 (struct struct_static_04_01): Likewise.
2761 (struct struct_static_04_02): Likewise.
2762 (struct struct_static_04_03): Likewise.
2763 (struct struct_static_04_04): Likewise.
2764 (struct struct_static_06_01): Likewise.
2765 (struct struct_static_06_02): Likewise.
2766 (struct struct_static_06_03): Likewise.
2767 (struct struct_static_06_04): Likewise.
2768 (cmp_struct_static_02_01): Likewise.
2769 (cmp_struct_static_02_02): Likewise.
2770 (cmp_struct_static_02_03): Likewise.
2771 (cmp_struct_static_02_04): Likewise.
2772 (cmp_struct_static_04_01): Likewise.
2773 (cmp_struct_static_04_02): Likewise.
2774 (cmp_struct_static_04_03): Likewise.
2775 (cmp_struct_static_04_04): Likewise.
2776 (cmp_struct_static_06_01): Likewise.
2777 (cmp_struct_static_06_02): Likewise.
2778 (cmp_struct_static_06_03): Likewise.
2779 (cmp_struct_static_06_04): Likewise.
2780 (call_all): Test new structs.
2781 * gdb.base/infcall-nested-structs.exp: Likewise.
2782
2783 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2784 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2785
2786 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2787 * gdb.base/stack-protector.c: New test.
2788 * gdb.base/stack-protector.exp: New file.
2789 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2790 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2791 option.
2792 (gdb_compile): Remove stack protector for GCC and prevent
2793 recursion.
2794
2795 2019-01-16 Keith Seitz <keiths@redhat.com>
2796
2797 PR gdb/23773
2798 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2799
2800 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2801
2802 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2803 aliases.
2804 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2805 tests.
2806 * gdb.arch/powerpc-vector-regs.c: New file.
2807 * gdb.arch/powerpc-vector-regs.exp: New file.
2808
2809 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2810
2811 * gdb.arch/altivec-regs.exp: Fix the list passed to
2812 gdb_expect_list when testing "info vector".
2813
2814 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2815
2816 * gdb.base/style.exp: Don't include path in testname.
2817
2818 2019-01-10 Keith Seitz <keiths@redhat.com>
2819
2820 PR gdb/23712
2821 PR symtab/23010
2822 * gdb.dwarf2/multidictionary.exp: New file.
2823
2824 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2825
2826 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2827 (test_gnuv3_style_demangling): ... this.
2828 (test_lucid_style_demangling): Remove.
2829 (test_arm_style_demangling): Remove.
2830 (test_hp_style_demangling): Remove.
2831 (do_tests): Remove calls to the above.
2832
2833 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2834
2835 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2836 case.
2837
2838 2019-01-06 Tom Tromey <tom@tromey.com>
2839
2840 PR gdb/28155:
2841 * gdb.dwarf2/typedef-void-finish.exp: New file.
2842
2843 2018-12-28 Tom Tromey <tom@tromey.com>
2844 Simon Marchi <simark@simark.ca>
2845
2846 * gdb.base/jit-exec.exp: New file.
2847 * gdb.base/jit-exec.c: New file.
2848 * gdb.base/jit-execd.c: New file.
2849
2850 2018-12-28 Tom Tromey <tom@tromey.com>
2851
2852 * gdb.base/style.exp: Update test to check for address styling.
2853
2854 2018-12-28 Tom Tromey <tom@tromey.com>
2855
2856 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2857 message.
2858
2859 2018-12-28 Tom Tromey <tom@tromey.com>
2860
2861 * gdb.base/style.exp: Add test for version number styling.
2862
2863 2018-12-28 Tom Tromey <tom@tromey.com>
2864
2865 * gdb.base/style.exp: Add test for print_address_symbolic.
2866
2867 2018-12-28 Tom Tromey <tom@tromey.com>
2868
2869 * gdb.base/style.exp: Add test for breakpoint setting.
2870
2871 2018-12-28 Tom Tromey <tom@tromey.com>
2872
2873 * gdb.base/style.exp: Add test for variable names.
2874
2875 2018-12-28 Tom Tromey <tom@tromey.com>
2876
2877 * gdb.base/style.exp: New file.
2878 * gdb.base/style.c: New file.
2879
2880 2018-12-28 Tom Tromey <tom@tromey.com>
2881
2882 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2883 "dumb".
2884 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2885 the TERM environment variable.
2886
2887 2018-12-27 Tom Tromey <tom@tromey.com>
2888
2889 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2890 pagination test.
2891
2892 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2893
2894 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2895 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2896
2897 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2898
2899 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2900 Filename a.adb changed to bp_fun_addr.adb.
2901 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2902
2903 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2904
2905 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2906 non-PIE executables.
2907 * README: Mention the gdb,nopie_flag board setting.
2908 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2909 non-PIE executable.
2910 * gdb.arch/amd64-entry-value.exp: Likewise.
2911 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2912 * gdb.arch/i386-float.exp: Likewise.
2913 * gdb.arch/i386-signal.exp: Likewise.
2914 * gdb.mi/mi-reg-undefined.exp: Likewise.
2915
2916 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2917
2918 PR gdb/23974
2919 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2920
2921 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2922
2923 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2924 Update order of results accordingly.
2925
2926 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2927
2928 * gdb.base/annota1.exp: Update a test regexp.
2929
2930 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2931
2932 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2933
2934 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2935
2936 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2937 (reuse_time): Initialize to REUSE_TIME_CAP.
2938 (check_rc): New function.
2939 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2940 Check pthread_create rc.
2941 (spawner_thread_func): Check pthread_create and pthread_join rc.
2942
2943 2018-12-08 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/list.exp (test_forward_search): Rename to ...
2946 (test_forward_reverse_search): ... this. Also test reverse-search
2947 and the forward-search alias.
2948
2949 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2950
2951 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2952 local timeout variable before return, and remove all local timeout
2953 variable entirely.
2954 (gdb_load): Likewise.
2955
2956 2018-12-01 Tom de Vries <tdevries@suse.de>
2957
2958 * gdb.base/gdb-caching-proc.exp: New file.
2959
2960 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2961
2962 * Makefile.in (TIMESTAMP): New variable.
2963 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2964 command.
2965 (check-single-racy): Likewise.
2966 (check/%.exp): Likewise.
2967 (check-racy/%.exp): Likewise.
2968 (workers/%.worker): Likewise.
2969 (build-perf): Likewise.
2970 (check-perf): Likewise.
2971 * README: Describe new "TS" and "TS_FORMAT" variables.
2972 * print-ts.py: New file.
2973
2974 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2975
2976 PR python/23714
2977 * gdb.python/python.exp: Test command repetition after
2978 gdb.execute.
2979
2980 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2983 is correctly aligned.
2984
2985 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2986
2987 * gdb.ada/info_auto_lang.exp: New testcase.
2988 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2989 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2990 * gdb.ada/info_auto_lang/some_c.c: New file.
2991
2992 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2993
2994 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2995 FUNC_lang language syntax.
2996
2997 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2998
2999 * gdb.base/info_minsym.c: New file.
3000 * gdb.base/info_minsym.exp: New file.
3001
3002 2018-11-19 Tom Tromey <tom@tromey.com>
3003
3004 PR rust/23625:
3005 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3006 * gdb.rust/expr.exp: Update expected output. Change one test.
3007
3008 2018-11-19 Tom Tromey <tom@tromey.com>
3009
3010 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3011
3012 2018-11-19 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3015 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3016 see the expected warning.
3017
3018 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3019
3020 PR gdb/22736:
3021 * gdb.cp/infcall-nodebug-lib.c: New test.
3022 * gdb.cp/infcall-nodebug-main.c: New test.
3023 * gdb.cp/infcall-nodebug.exp: New file.
3024
3025 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3026
3027 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3028 completer tests.
3029
3030 2018-11-09 Tom de Vries <tdevries@suse.de>
3031
3032 * gdb.base/msym-lang.c: New test.
3033 * gdb.base/msym-lang.exp: New file.
3034 * gdb.base/msym-lang-main.c: New test.
3035
3036 2018-11-08 Tom Tromey <tom@tromey.com>
3037
3038 PR gdb/23555:
3039 PR gdb/23838:
3040 * gdb.base/warning.exp: New file.
3041
3042 2018-11-08 Jan Beulich <jbeulich@suse.com>
3043
3044 * testsuite/gdb.arch/i386-avx512.c,
3045 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3046
3047 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3050 point hardware.
3051
3052 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3055 * gdb.dwarf2/missing-type-name.exp: New file.
3056
3057 2018-11-06 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.base/many-headers.c: New test.
3060 * gdb.base/many-headers.exp: New file.
3061
3062 2018-11-06 Jim Wilson <jimw@sifive.com>
3063
3064 * gdb.base/code_elim.exp: For riscv, set additional_flags
3065 to include -msmall-data-limit=0.
3066
3067 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3068
3069 * gdb.ada/watch_minus_l: New testcase.
3070
3071 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3072
3073 * gdb.arch/aix-sighandle.c: New file.
3074 * gdb.arch/aix-sighandle.exp: New file.
3075
3076 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3077
3078 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3079 registers being unions.
3080
3081 2018-10-31 Tom de Vries <tdevries@suse.de>
3082
3083 * lib/valgrind.exp: New file.
3084 (vgdb_start, vgdb_stop): New procs, factored out of ...
3085 * gdb.base/valgrind-bt.exp: ... here, ...
3086 * gdb.base/valgrind-disp-step.exp: ... here and ...
3087 * gdb.base/valgrind-infcall.exp: ... here.
3088
3089 2018-10-31 Tom de Vries <tdevries@suse.de>
3090
3091 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3092
3093 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.dwarf2/void-type.c: New file.
3096 * gdb.dwarf2/void-type.exp: New file.
3097
3098 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3099
3100 * gdb.base/info_qt.c: New file.
3101 * gdb.base/info_qt.exp: New file.
3102
3103 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3104
3105 * gdb.arch/powerpc-htm-regs.c: New file.
3106 * gdb.arch/powerpc-htm-regs.exp: New file.
3107
3108 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3109
3110 * gdb.arch/powerpc-tar.c: New file.
3111 * gdb.arch/powerpc-tar.exp: New file.
3112
3113 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3114
3115 * gdb.arch/powerpc-ppr-dscr.c: New file.
3116 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3117
3118 2018-10-25 Tom de Vries <tdevries@suse.de>
3119
3120 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3121
3122 2018-10-24 Tom de Vries <tdevries@suse.de>
3123
3124 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3125 longer exists error.
3126
3127 2018-10-24 Tom de Vries <tdevries@suse.de>
3128
3129 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3130
3131 2018-10-24 Tom de Vries <tdevries@suse.de>
3132
3133 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3134 --db-attach in valgrind.
3135
3136 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.arch/riscv-reg-aliases.c: New file.
3139 * gdb.arch/riscv-reg-aliases.exp: New file.
3140
3141 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3142
3143 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3144
3145 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3146
3147 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3148
3149 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3150
3151 * gdb.cp/ovldbreak.exp: Fix regexps.
3152
3153 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3154
3155 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3156
3157 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3158
3159 PR cli/23785
3160 * gdb.base/restore.exp: New test to check if "restore" with an
3161 invalid file doesn't segfault.
3162
3163 2018-10-18 Tom de Vries <tdevries@suse.de>
3164
3165 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3166 * gdb.ada/excep_handle.exp: Same.
3167 * gdb.ada/mi_string_access.exp: Same.
3168 * gdb.ada/mi_var_union.exp: Same.
3169 * gdb.arch/arc-analyze-prologue.exp: Same.
3170 * gdb.arch/arc-decode-insn.exp: Same.
3171 * gdb.base/readnever.exp: Same.
3172 * gdb.fortran/printing-types.exp: Same.
3173 * gdb.guile/scm-lazy-string.exp: Same.
3174
3175 2018-10-16 Tom de Vries <tdevries@suse.de>
3176
3177 PR gdb/23730
3178 * gdb.base/catch-follow-exec.c: Add copyright notice.
3179 * gdb.base/catch-follow-exec.exp: Rewrite to use
3180 gdb_spawn_with_cmdline_opts. Require gdb-native.
3181
3182 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3183
3184 * gdb.trace/actions-changed.exp: Check for arch support.
3185 * gdb.trace/actions.exp: Likewise.
3186 * gdb.trace/ax.exp: Likewise.
3187 * gdb.trace/backtrace.exp: Likewise.
3188 * gdb.trace/change-loc.exp: Likewise.
3189 * gdb.trace/deltrace.exp: Likewise.
3190 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3191 * gdb.trace/ftrace.exp: Likewise.
3192 * gdb.trace/infotrace.exp: Check for arch support.
3193 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3194 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3195 * gdb.trace/mi-tsv-changed.exp: Likewise.
3196 * gdb.trace/packetlen.exp: Likewise.
3197 * gdb.trace/passc-dyn.exp: Likewise.
3198 * gdb.trace/passcount.exp: Likewise.
3199 * gdb.trace/pending.exp: Likewise.
3200 * gdb.trace/range-stepping.exp: Check for shlib support.
3201 * gdb.trace/report.exp: Check for arch support.
3202 * gdb.trace/save-trace.exp: Likewise.
3203 * gdb.trace/signal.exp: Check for signal support.
3204 * gdb.trace/tfind.exp: Check for arch support.
3205 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3206 * gdb.trace/trace-common.h: Add comment.
3207 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3208 * gdb.trace/trace-enable-disable.exp: Likewise.
3209 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3210 * gdb.trace/tracecmd.exp: Check for arch support.
3211 * gdb.trace/tspeed.exp: Check for shlib and target support.
3212 * gdb.trace/tstatus.exp: Check for arch support.
3213 * gdb.trace/tsv.exp: Likewise.
3214 * gdb.trace/while-dyn.exp: Likewise.
3215 * gdb.trace/while-stepping.exp: Likewise.
3216 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3217
3218 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3219
3220 * gdb.trace/tspeed.exp: Remove nowarnings.
3221 (prepare_for_trace_test): Declare "global ipalib".
3222 * gdb.trace/tspeed.c: Include unistd.h.
3223 (main): Remove superfluous printf argument.
3224
3225 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3226
3227 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3228 directory prefix on the filename.
3229
3230 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3231
3232 * gdb.gdb/unittest.exp: Update expected message informing that
3233 selftests have been disabled.
3234 * gdb.server/unittest.exp: Likewise.
3235
3236 2018-10-09 Tom de Vries <tdevries@suse.de>
3237
3238 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3239 with runto_main.
3240
3241 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3242
3243 PR c++/16841
3244 * gdb.cp/virtbase2.cc: New file.
3245 * gdb.cp/virtbase2.exp: New file.
3246
3247 2018-10-06 Tom Tromey <tom@tromey.com>
3248
3249 PR python/19399:
3250 * gdb.python/py-inferior.exp: Add architecture test.
3251
3252 2018-10-06 Tom Tromey <tom@tromey.com>
3253
3254 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3255 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3256
3257 2018-10-06 Tom Tromey <tom@tromey.com>
3258
3259 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3260 of a "throw" catchpoint.
3261
3262 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3263
3264 * gdb.base/info-proc.exp: Update string expected from "help info
3265 proc".
3266
3267 2018-10-04 Tom Tromey <tom@tromey.com>
3268
3269 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3270 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3271 (test_initial_complaints, test_empty_complaints): Update.
3272 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3273
3274 2018-10-04 Tom Tromey <tom@tromey.com>
3275
3276 PR cli/19551:
3277 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3278 * lib/gdb.exp (gdb_file_cmd): Update.
3279 * gdb.stabs/weird.exp (print_weird_var): Update.
3280 * gdb.server/solib-list.exp: Update.
3281 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3282 * gdb.mi/mi-cli.exp: Update.
3283 * gdb.linespec/linespec.exp: Update.
3284 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3285 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3286 * gdb.cp/cp-relocate.exp: Update.
3287 * gdb.base/sym-file.exp: Update.
3288 * gdb.base/relocate.exp: Update.
3289 * gdb.base/readnever.exp: Update.
3290 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3291 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3292 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3293 * gdb.base/code_elim.exp: Update.
3294 * gdb.base/break-unload-file.exp (test_break): Update.
3295 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3296 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3297 Update.
3298 * gdb.base/attach.exp (do_attach_tests): Update.
3299 * gdb.base/sepdebug.exp: Update.
3300 * gdb.python/py-section-script.exp: Update.
3301
3302 2018-10-04 Tom Tromey <tom@tromey.com>
3303
3304 PR cli/22234:
3305 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3306 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3307 output.
3308
3309 2018-10-04 Tom Tromey <tom@tromey.com>
3310
3311 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3312 set width and height to 0.
3313 (test_command_line_attach_run): Use -quiet.
3314
3315 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3316
3317 * lib/gdb.exp (skip_ifunc_tests): New.
3318 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3319 other compile failures.
3320 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3321
3322 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3323
3324 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3325 is_amd64_regs_target.
3326
3327 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3328
3329 * gdb.arch/aarch64-sighandler-regs.c: New test.
3330 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3331 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3332
3333 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3334
3335 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3336 assembly.
3337
3338 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * gdb.base/frame-selection.exp: New file.
3341 * gdb.base/frame-selection.c: New file.
3342
3343 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3344
3345 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3346 pthread barrier.
3347 (main): Likewise.
3348
3349 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3350
3351 * gdb.base/large-frame-1.c: New file.
3352 * gdb.base/large-frame-2.c: New file.
3353 * gdb.base/large-frame.exp: New file.
3354 * gdb.base/large-frame.h: New file.
3355
3356 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3357
3358 PR gdb/20948
3359 * gdb.base/write_mem.exp: New test.
3360 * gdb.base/write_mem.c: Likewise.
3361
3362 2018-09-23 Tom Tromey <tom@tromey.com>
3363
3364 PR python/18852:
3365 * gdb.python/py-parameter.exp: Add test for parameter that throws
3366 on "set".
3367
3368 2018-09-23 Tom Tromey <tom@tromey.com>
3369
3370 PR python/17284:
3371 * gdb.python/py-template.exp (test_template_arg): Add test for
3372 negative template argument number.
3373
3374 2018-09-23 Tom Tromey <tom@tromey.com>
3375
3376 PR python/14062:
3377 * gdb.python/python.exp: Add test for post_event error.
3378
3379 2018-09-23 Tom Tromey <tom@tromey.com>
3380
3381 PR python/18170:
3382 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3383 convert pointers to int and long.
3384
3385 2018-09-23 Tom Tromey <tom@tromey.com>
3386
3387 PR python/20126:
3388 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3389 signed-ness conversion tests.
3390
3391 2018-09-23 Tom Tromey <tom@tromey.com>
3392
3393 PR python/18352;
3394 * gdb.python/py-value.exp (test_float_conversion): New proc.
3395 Use it.
3396
3397 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3398
3399 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3400
3401 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3402
3403 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3404 no readline.
3405 * gdb.base/utf8-identifiers.exp: Likewise.
3406 * gdb.cp/cpcompletion.exp: Likewise.
3407 * gdb.linespec/cpcompletion.exp: Likewise.
3408 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3409 * gdb.linespec/cpls-ops.exp: Likewise.
3410
3411 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3412 Chris January <chris.january@arm.com>
3413
3414 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3415 * gdb.fortran/short-circuit-argument-list.exp: New file.
3416 * gdb.fortran/short-circuit-argument-list.f90: New test.
3417
3418 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3419
3420 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3421 "arch=" keyword when executing "-stack-list-frames".
3422
3423 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3424
3425 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3426 "arch=" keyword when executing "-stack-list-frames".
3427
3428 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3429
3430 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3431 break ada".
3432
3433 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3434
3435 PR python/23669
3436 * gdb.python/python.exp: Test gdb.execute("show commands").
3437
3438 2018-09-16 Tom Tromey <tom@tromey.com>
3439
3440 * gdb.base/new-ui.exp (do_execution_tests): Update.
3441 * gdb.base/dbx.exp (test_breakpoints): Update.
3442
3443 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3444
3445 * lib/gdb.exp (gdb_simple_compile): Add proc.
3446 (is_elf_target): Use gdb_simple_compile.
3447 (skip_altivec_tests): Likewise.
3448 (skip_vsx_tests): Likewise.
3449 (skip_tsx_tests): Likewise.
3450 (skip_btrace_tests): Likewise.
3451 (skip_btrace_pt_tests): Likewise.
3452 (gdb_can_simple_compile): Likewise.
3453 (gdb_has_argv0): Likewise.
3454 (gdb_target_symbol_prefix): Likewise.
3455 (target_supports_scheduler_locking): Likewise.
3456
3457 2018-09-13 Tom Tromey <tom@tromey.com>
3458
3459 * Makefile.in (TAGS): Recognize proc_with_prefix and
3460 gdb_caching_proc.
3461
3462 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3463
3464 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3465 method.
3466
3467 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3468
3469 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3470 and a few other Inferior properties when the Inferior is no
3471 longer valid.
3472
3473 2018-09-13 Tom Tromey <tom@tromey.com>
3474
3475 PR rust/23650:
3476 * gdb.rust/simple.exp: Add test for enum field access error.
3477
3478 2018-09-13 Tom Tromey <tom@tromey.com>
3479
3480 PR rust/23626:
3481 * gdb.rust/simple.rs (EmptyEnum): New type.
3482 (main): Use it.
3483 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3484
3485 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3486
3487 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3488 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3489 * gdb.python/py-symtab.exp: Update test printing an objfile.
3490
3491 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3492
3493 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3494 object.
3495
3496 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3497
3498 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3499 (support_complex_tests): Use gdb_can_simple_compile.
3500 (is_ilp32_target): Likewise.
3501 (is_lp64_target): Likewise.
3502 (is_64_target): Likewise.
3503 (is_amd64_regs_target): Likewise.
3504 (is_aarch32_target): Likewise.
3505 (gdb_int128_helper): Likewise.
3506
3507 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3510
3511 2018-09-10 Jerome Guitton <guitton@adacore.com>
3512
3513 * gdb.ada/same_component_name: Add test for case of tagged record
3514 with variable-length fields.
3515
3516 2018-09-10 Xavier Roirand <roirand@adacore.com>
3517
3518 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3519 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3520 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3521 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3522
3523 2018-09-10 Xavier Roirand <roirand@adacore.com>
3524
3525 * gdb.ada/mi_string_access.exp: New testcase.
3526 * gdb.ada/mi_string_access/bar.adb: New file.
3527 * gdb.ada/mi_string_access/pck.adb: New file.
3528 * gdb.ada/mi_string_access/pck.asd: New file.
3529
3530 2018-09-10 Xavier Roirand <roirand@adacore.com>
3531
3532 * gdb.ada/mi_var_union.exp: New testcase.
3533 * gdb.ada/mi_var_union/bar.adb: New file.
3534 * gdb.ada/mi_var_union/pck.adb: New file.
3535 * gdb.ada/mi_var_union/pck.asd: New file.
3536
3537 2018-09-08 Tom Tromey <tom@tromey.com>
3538
3539 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3540
3541 2018-09-08 Tom Tromey <tom@tromey.com>
3542
3543 PR python/16047:
3544 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3545 (register_pretty_printers): Register new printer.
3546 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3547 test.
3548 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3549 (an_int_type3): New global.
3550
3551 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3552
3553 * gdb.ada/expr_with_funcall: New testcase.
3554
3555 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3556
3557 * gdb.ada/packed_array_assign: New testcase.
3558
3559 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3560
3561 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3562 names, and add test prefixes to make test names unique.
3563
3564 2018-09-05 Tom de Vries <tdevries@suse.de>
3565
3566 * gdb.dwarf2/varval.exp: Add test.
3567
3568 2018-09-04 Gary Benson <gbenson@redhat.com>
3569
3570 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3571 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3572
3573 2018-08-31 Tom Tromey <tom@tromey.com>
3574
3575 * gdb.rust/simple.rs: Rename second variable "v".
3576
3577 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3578
3579 * gdb.base/funcargs.c (use_a): New function.
3580 (recurse): Call use_a.
3581
3582 2018-08-29 Keith Seitz <keiths@redhat.com>
3583
3584 * gdb.compile/compile-cplus-anonymous.cc: New file.
3585 * gdb.compile/compile-cplus-anonymous.exp: New file.
3586 * gdb.compile/compile-cplus-array-decay.cc: New file.
3587 * gdb.compile/compile-cplus-array-decay.exp: New file.
3588 * gdb.compile/compile-cplus-inherit.cc: New file.
3589 * gdb.compile/compile-cplus-inherit.exp: New file.
3590 * gdb.compile/compile-cplus-member.cc: New file.
3591 * gdb.compile/compile-cplus-member.exp: New file.
3592 * gdb.compile/compile-cplus-method.cc: New file.
3593 * gdb.compile/compile-cplus-method.exp: New file.
3594 * gdb.compile/compile-cplus-mod.c: "New" file.
3595 * gdb.compile/compile-cplus-namespace.cc: New file.
3596 * gdb.compile/compile-cplus-namespace.exp: New file.
3597 * gdb.compile/compile-cplus-nested.cc: New file.
3598 * gdb.compile/compile-cplus-nested.exp: New file.
3599 * gdb.compile/compile-cplus-print.c: "New" file.
3600 * gdb.compile/compile-cplus-print.exp: "New" file.
3601 * gdb.compile/compile-cplus-virtual.cc: New file.
3602 * gdb.compile/compile-cplus-virtual.exp: New file.
3603 * gdb.compile/compile-cplus.c: "New" file.
3604 * gdb.compile/compile-cplus.exp: "New" file.
3605 * lib/compile-support.exp: New file.
3606
3607 2018-08-16 Gary Benson <gbenson@redhat.com>
3608
3609 PR gdb/13000:
3610 * gdb.base/batch-exit-status.exp: New file.
3611 * gdb.base/batch-exit-status.good-commands: Likewise.
3612 * gdb.base/batch-exit-status.bad-commands: Likewise.
3613
3614 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3615
3616 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3617 (struct struct02): Likewise.
3618 (struct struct03): Likewise.
3619 (struct struct04): Likewise.
3620 (struct struct_01_01): New struct.
3621 (struct struct_01_02): Likewise.
3622 (struct struct_01_03): Likewise.
3623 (struct struct_01_04): Likewise.
3624 (struct struct_02_01): Likewise.
3625 (struct struct_02_02): Likewise.
3626 (struct struct_02_03): Likewise.
3627 (struct struct_02_04): Likewise.
3628 (struct struct_04_01): Likewise.
3629 (struct struct_04_02): Likewise.
3630 (struct struct_04_03): Likewise.
3631 (struct struct_04_04): Likewise.
3632 (struct struct_05_01): Likewise.
3633 (struct struct_05_02): Likewise.
3634 (struct struct_05_03): Likewise.
3635 (struct struct_05_04): Likewise.
3636 (cmp_struct01): Remove function.
3637 (cmp_struct02): Likewise.
3638 (cmp_struct03): Likewise.
3639 (cmp_struct04): Likewise.
3640 (cmp_struct_01_01): Add Function.
3641 (cmp_struct_01_02): Likewise.
3642 (cmp_struct_01_03): Likewise.
3643 (cmp_struct_01_04): Likewise.
3644 (cmp_struct_02_01): Likewise.
3645 (cmp_struct_02_02): Likewise.
3646 (cmp_struct_02_03): Likewise.
3647 (cmp_struct_02_04): Likewise.
3648 (cmp_struct_04_01): Likewise.
3649 (cmp_struct_04_02): Likewise.
3650 (cmp_struct_04_03): Likewise.
3651 (cmp_struct_04_04): Likewise.
3652 (cmp_struct_05_01): Likewise.
3653 (cmp_struct_05_02): Likewise.
3654 (cmp_struct_05_03): Likewise.
3655 (cmp_struct_05_04): Likewise.
3656 (call_all): Add new structs.
3657 * gdb.base/infcall-nested-structs.exp: Likewise.
3658
3659 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3660
3661 * gdb.python/py-framefilter-mi.exp: Update regexp to
3662 check for "arch" field in frame output.
3663
3664 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3665
3666 * gdb.dwarf2/dw2-ranges-func.c: New file.
3667 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3668
3669 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3670
3671 * gdb.base/term.exp: Compare terminal settings with values from
3672 the inferior.
3673 * gdb.base/term.c: Get and set terminal settings.
3674
3675 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3676
3677 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3678 accommodate new "arch" field in frame output.
3679 * gdb.mi/mi-return.exp: Likewise.
3680 * gdb.mi/mi-stack.exp: Likewise.
3681 * gdb.mi/mi-syn-frame.exp: Likewise.
3682 * gdb.mi/user-selected-context-sync.exp: Likewise.
3683
3684 2018-08-19 Michael Spang <spang@google.com>
3685
3686 PR gdb/11786
3687 * gdb.base/gcore-tls-pie.c: New file.
3688 * gdb.base/gcore-tls-pie.exp: New file.
3689
3690 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3691
3692 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3693 * gdb.dwarf2/varval.c: New file.
3694 * gdb.dwarf2/varval.exp: New file.
3695
3696 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3697
3698 PR gdb/18931
3699 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3700
3701 2018-08-16 Keith Seitz <keiths@redhat.com>
3702
3703 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3704 tests expected to pass.
3705
3706 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3707
3708 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3709 -data-disassemble -a.
3710 (test_disassembly_bogus_args): Likewise.
3711
3712 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3713
3714 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3715
3716 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * gdb.base/vla-optimized-out.exp: Add new test.
3719
3720 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.base/vla-optimized-out-o3.exp: Delete.
3723 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3724 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3725 deleted tests.
3726
3727 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3728
3729 PR gdb/18050:
3730 * gdb.server/extended-remote-restart.c: New file.
3731 * gdb.server/extended-remote-restart.exp: New file.
3732
3733 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3734
3735 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3736 "set variable index = 42".
3737
3738 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3739
3740 * boards/index-cache-gdb.exp: New file.
3741 * gdb.dwarf2/index-cache.exp: New file.
3742 * gdb.dwarf2/index-cache.c: New file.
3743 * gdb.base/maint.exp: Check if we are using the index cache.
3744
3745 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3746
3747 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3748 MAKEFLAGS.
3749
3750 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3751
3752 * dg-extract-results.sh: Move to toplevel contrib.
3753 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3754 * Makefile.in (check-parallel-racy): Likewise.
3755
3756 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3757
3758 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3759 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3760 tests if the target supports scheduler locking.
3761
3762 2018-08-04 Tom de Vries <tdevries@suse.de>
3763
3764 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3765
3766 2018-08-02 Tom Tromey <tom@tromey.com>
3767
3768 PR symtab/16842.
3769 * gdb.cp/temargs.exp: Test "info address" of a template
3770 parameter.
3771
3772 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3773
3774 * gdb.python/py-mi-var-info-path-expression.c: New file.
3775 * gdb.python/py-mi-var-info-path-expression.py: New file.
3776 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3777
3778 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3779
3780 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3781 error after "cannot resolve name" string.
3782
3783 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3784
3785 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3786 started.
3787 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3788
3789 2018-07-28 Tom de Vries <tdevries@suse.de>
3790
3791 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3792
3793 2018-07-26 Tom de Vries <tdevries@suse.de>
3794
3795 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3796
3797 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3798
3799 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3800 is visible.
3801
3802 2018-07-26 Tom de Vries <tdevries@suse.de>
3803
3804 PR breakpoints/23366
3805 * gdb.base/catch-follow-exec.c: New test.
3806 * gdb.base/catch-follow-exec.exp: New file.
3807
3808 2018-07-25 Tom de Vries <tdevries@suse.de>
3809
3810 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3811 vla-optimized-out.c.
3812
3813 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3814
3815 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3816 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3817
3818 2018-07-20 Tom de Vries <tdevries@suse.de>
3819
3820 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3821 NOCLONE macro.
3822 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3823
3824 2018-07-19 Tom de Vries <tdevries@suse.de>
3825
3826 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3827 regular expression.
3828
3829 2018-07-18 Tom de Vries <tdevries@suse.de>
3830
3831 * gdb.base/vla-optimized-out.c: New test.
3832 * gdb.base/vla-optimized-out.exp: New file.
3833
3834 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3835
3836 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3837 message "No address associated with hostname" when gdbserver
3838 cannot resolve the hostname.
3839
3840 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3841
3842 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3843 Add some test prefixes to make tests unique.
3844
3845 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3846
3847 * gdb.base/frameapply.c: New file.
3848 * gdb.base/frameapply.exp: New file.
3849
3850 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3851
3852 * gdb.base/skip.exp: Update expected error message.
3853
3854 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3855 Jan Kratochvil <jan.kratochvil@redhat.com>
3856 Paul Fertser <fercerpav@gmail.com>
3857 Tsutomu Seki <sekiriki@gmail.com>
3858
3859 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3860 parameter.
3861 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3862 by default.
3863 * boards/native-gdbserver.exp: Likewise.
3864 * gdb.server/run-without-local-binary.exp: Improve regexp used
3865 for detecting when a remote debugging connection succeeds.
3866 * gdb.server/server-connect.exp: New file.
3867 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3868 Do not prefix the port number with ":".
3869 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3870 support for detecting and using it. Add '$debughost_gdbserver'
3871 to the list of arguments used to start gdbserver. Handle case
3872 when gdbserver cannot resolve a network name.
3873
3874 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3875
3876 PR c++/23373
3877 * gdb.base/ptype-offsets.cc (struct static_member): New
3878 struct.
3879 (main) <stmember>: New variable.
3880 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3881 with a static member in it.
3882
3883 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3884
3885 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3886 watchpoints enabled and disabled.
3887
3888 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3889
3890 * gdb.base/examine-backward.exp: Still run tests around address
3891 0x0, even if address 0x0 is not readable. Update the pattern for
3892 matching address 0x0 in expected output.
3893
3894 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3895
3896 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3897 malloc/free.
3898
3899 2018-07-04 Tom de Vries <tdevries@suse.de>
3900
3901 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3902
3903 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3904
3905 PR tdep/8282
3906 * gdb.arch/mips-disassembler-options.exp: New test.
3907 * gdb.arch/mips-disassembler-options.s: New test source.
3908
3909 2018-06-29 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.threads/names.exp: Adjust expected "info threads" output.
3912
3913 2018-06-29 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.opt/inline-break.exp (line number, address): Add "info
3916 break" tests.
3917
3918 2018-06-29 Pedro Alves <palves@redhat.com>
3919
3920 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3921 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3922 number and address and running to them.
3923
3924 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3925
3926 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3927
3928 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3929
3930 * lib/compiler.c: Remove executable permission flag.
3931
3932 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3933
3934 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3935 code.
3936 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3937
3938 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3939
3940 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3941
3942 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3943
3944 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3945 address argument is omitted.
3946
3947 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3948
3949 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3950
3951 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3952
3953 PR gdb/21695
3954 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3955 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3956
3957 2018-06-26 Tom Tromey <tom@tromey.com>
3958
3959 PR rust/22574:
3960 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3961 * gdb.rust/simple.rs (struct SimpleLayout): New.
3962
3963 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3964
3965 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3966 "info registers" output.
3967
3968 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3969
3970 * gdb.base/watchpoint-hw-attach.c: New test.
3971 * gdb.base/watchpoint-hw-attach.exp: New file.
3972
3973 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3974
3975 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3976 through /bin/sh.
3977 * boards/dwarf4-gdb-index.exp: Likewise.
3978 * boards/fission-dwp.exp: Likewise.
3979
3980 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3981
3982 * gdb.base/float128.exp: Add comment and improved fail message
3983 to the failure case of "print large128" test.
3984
3985 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3986
3987 * configure.ac: Remove AC_PREREQ.
3988 * configure: Re-generate.
3989
3990 2018-06-19 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3993 (func_extern_caller): New.
3994 (main): Call func_extern_caller.
3995 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3996 logic change.
3997
3998 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3999
4000 PR gdb/16841
4001 * gdb.cp/typedef-base.cc: New file.
4002 * gdb.cp/typedef-base.exp: New file.
4003
4004 2018-06-18 Tom de Vries <tdevries@suse.de>
4005
4006 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4007
4008 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4009 Richard Bunt <Richard.Bunt@arm.com>
4010
4011 * gdb.threads/attach-slow-waitpid.c: New file.
4012 * gdb.threads/attach-slow-waitpid.exp: New file.
4013 * gdb.threads/slow-waitpid.c: New file.
4014
4015 2018-06-14 Pedro Alves <palves@redhat.com>
4016
4017 * gdb.base/fork-running-state.c: Include <errno.h>.
4018 (exit_if_relative_exits): New.
4019 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4020 exits.
4021 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4022 child exits.
4023
4024 2018-06-14 Tom de Vries <tdevries@suse.de>
4025
4026 PR cli/22573
4027 * gdb.base/finish-pretty.c: New test.
4028 * gdb.base/finish-pretty.exp: New file.
4029
4030 2018-06-14 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4033 gdb's expected startup output.
4034
4035 2018-06-14 Pedro Alves <palves@redhat.com>
4036
4037 * lib/selftest-support.exp (selftest_setup): Remove inlined
4038 function handling.
4039
4040 2018-06-14 Tom de Vries <tdevries@suse.de>
4041
4042 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4043 matching of breakpoint printing.
4044
4045 2018-06-13 Tom de Vries <tdevries@suse.de>
4046
4047 PR testsuite/23269
4048 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4049 (fork_child): ... here, and ...
4050 (fork_parent): ... here.
4051
4052 2018-06-12 Tom de Vries <tdevries@suse.de>
4053
4054 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4055
4056 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4057 Stephen Roberts <stephen.roberts@arm.com>
4058
4059 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4060 rewrite test to describe action performed, rather than possible
4061 failure.
4062
4063 2018-06-08 Gary Benson <gbenson@redhat.com>
4064
4065 * gdb.threads/check-libthread-db.exp: New file.
4066 * gdb.threads/check-libthread-db.c: Likewise.
4067
4068 2018-06-05 Tom Tromey <tom@tromey.com>
4069
4070 * gdb.base/default.exp: Update expected "show version" output.
4071
4072 2018-06-05 Tom Tromey <tom@tromey.com>
4073
4074 PR cli/12326:
4075 * gdb.cp/static-print-quit.exp: Update.
4076 * lib/gdb.exp (pagination_prompt): Update.
4077 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4078 * gdb.python/python.exp: Update.
4079
4080 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4081
4082 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4083
4084 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4085
4086 * gdb.ada/bp_fun_addr: New testcase.
4087
4088 2018-06-01 Tom Tromey <tom@tromey.com>
4089
4090 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4091 results.
4092 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4093 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4094 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4095 * gdb.base/maint.exp (maint_pass_if): Update.
4096
4097 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4098
4099 * gdb.base/endian.exp: New test.
4100 * gdb.base/endian.c: New test source.
4101
4102 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4103
4104 PR gdb/23203
4105 * gdb.base/bt-selected-frame.c: New file.
4106 * gdb.base/bt-selected-frame.exp: New file.
4107 * lib/gdb.exp (get_current_frame_number): New function.
4108
4109 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4110 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.threads/tls-core.c: Include <stdlib.h>
4113 (thread_proc): Call `abort'.
4114 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4115 (tls_core_test): New procedure, bits factored out from ...
4116 (top level): ... here. Test both native cores and gcore cores.
4117
4118 2018-05-23 Tom Tromey <tom@tromey.com>
4119
4120 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4121
4122 2018-05-23 Tom Tromey <tom@tromey.com>
4123
4124 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4125 symfile_complaints.
4126 (test_short_complaints): Likewise.
4127 (test_empty_complaints): Likewise.
4128 (test_initial_complaints): Update.
4129
4130 2018-05-23 Tom Tromey <tom@tromey.com>
4131
4132 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4133
4134 2018-05-23 Tom Tromey <tom@tromey.com>
4135
4136 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4137 (test_short_complaints): Update.
4138
4139 2018-05-22 Pedro Alves <palves@redhat.com>
4140
4141 * gdb.base/remote.exp: Only gdb_start after compiling the
4142 testcase. Issue "disconnect" before testing "set remote" command
4143 defaults. Issue clean_restart before running to main.
4144
4145 2018-05-22 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.base/remote.exp: Adjust expected output of "show remote
4148 memory-write-packet-size". Add tests for "set remote
4149 memory-write-packet-size 0" and "set remote
4150 memory-write-packet-size fixed/limit".
4151
4152 2018-05-22 Pedro Alves <palves@redhat.com>
4153
4154 PR gdb/22973
4155 * gdb.base/utf8-identifiers.c: New file.
4156 * gdb.base/utf8-identifiers.exp: New file.
4157
4158 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4159
4160 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4161
4162 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4163
4164 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4165
4166 2018-05-18 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.base/ptype-offsets.exp: Update.
4169
4170 2018-05-17 Keith Seitz <keiths@redhat.com>
4171
4172 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4173 in expected breakpoint stop locations.
4174 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4175 move to proper scope to test variable values.
4176 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4177 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4178 New functions.
4179 (main): Call not_inline_func3.
4180 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4181 inline_func1, inline_func2, and inline_func3. Test that when each
4182 breakpoint is hit, GDB properly reports both the stop location
4183 and the backtrace. Repeat tests for temporary breakpoints.
4184
4185 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4186
4187 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4188 rather then trying to access it in determining whether the PID
4189 of `gdbserver' could have been retrieved.
4190
4191 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4192
4193 * gdb.arch/amd64-init-x87-values.S: New file.
4194 * gdb.arch/amd64-init-x87-values.exp: New file.
4195
4196 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4197
4198 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4199
4200 2018-05-04 Tom Tromey <tom@tromey.com>
4201
4202 PR python/22730:
4203 * gdb.python/python.exp: Test multi-line execute.
4204
4205 2018-05-04 Tom Tromey <tom@tromey.com>
4206
4207 PR python/22731:
4208 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4209
4210 2018-05-04 Tom Tromey <tom@tromey.com>
4211
4212 PR gdb/11750:
4213 * gdb.base/define.exp: Test defining a user command inside a user
4214 command.
4215 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4216
4217 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4218 Pedro Alves <palves@redhat.com>
4219
4220 PR breakpoints/19806 and support for PR external/20207.
4221 * gdb.base/watchpoint-unaligned.c: New file.
4222 * gdb.base/watchpoint-unaligned.exp: New file.
4223
4224 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4225
4226 * gdb.base/maint.exp: Make test names unique, use
4227 test_prefix_command_help to test 'help maint info', and remove
4228 repeated test of 'help maint'.
4229
4230 2018-05-04 Tom Tromey <tom@tromey.com>
4231
4232 PR gdb/22619:
4233 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4234 behavior.
4235
4236 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4237
4238 * gdb.base/maint.exp: Process output from 'maint print registers'
4239 line at a time.
4240
4241 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4244 timeout.
4245
4246 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4247
4248 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4249 filter pattern.
4250
4251 2018-05-02 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4254 to_log_command renames.
4255 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4256
4257 2018-05-02 Tom Tromey <tom@tromey.com>
4258
4259 * gdb.python/py-parameter.exp: Set test message.
4260
4261 2018-05-02 Tom Tromey <tom@tromey.com>
4262
4263 PR python/20084:
4264 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4265 PARAM_ZUINTEGER_UNLIMITED tests.
4266
4267 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4268
4269 PR rust/23124
4270 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4271 when casting.
4272
4273 2018-04-30 Tom Tromey <tom@tromey.com>
4274
4275 * gdb.python/py-type.exp: Check align attribute.
4276 * gdb.python/py-type.c: New "aligncheck" global.
4277
4278 2018-04-30 Tom Tromey <tom@tromey.com>
4279
4280 PR exp/17095:
4281 * gdb.dwarf2/dw2-align.exp: New file.
4282 * gdb.cp/align.exp: New file.
4283 * gdb.base/align.exp: New file.
4284 * lib/gdb.exp (gdb_int128_helper): New proc.
4285 (has_int128_c, has_int128_cxx): New caching procs.
4286
4287 2018-04-27 Tom Tromey <tom@tromey.com>
4288
4289 PR rust/22545:
4290 * gdb.rust/simple.exp: Add inclusive range tests.
4291
4292 2018-04-26 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4295 ifunc breakpoint locations correctly of ifunc breakpoints set
4296 while the program resolves the ifunc.
4297
4298 2018-04-26 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.base/gnu-ifunc-final.c: New file.
4301 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4302 * gdb.base/gnu-ifunc.exp (executable): Delete.
4303 (staticexecutable): Adjust.
4304 (lib_opts, exec_opts): Delete.
4305 (make_binsuffix, build, set-break): New procedures.
4306 (misc_tests): New, with tests factored out from the top level.
4307 (top level): Test different combinations of ifunc resolver name,
4308 resolver with and with debug info, and ifunc target with and
4309 without debug info. Wrap static tests with with_target_prefix.
4310
4311 2018-04-26 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4314 return type" warnings.
4315
4316 2018-04-25 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4319 killed".
4320 * gdb.base/kill-after-signal.exp: Likewise.
4321 * gdb.threads/kill.exp: Likewise.
4322
4323 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4324 Sergio Durigan Junior <sergiodj@redhat.com>
4325 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4328 regexps to expect for '[Inferior ... detached]' as well.
4329 * gdb.base/attach.exp: Likewise.
4330 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4331 "gdb_continue_to_end".
4332 (test_catch_syscall_with_wrong_args): Likewise.
4333 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4334 ']'. Don't set 'verbose' on.
4335 * gdb.base/foll-vfork.exp: Likewise.
4336 * gdb.base/fork-print-inferior-events.c: New file.
4337 * gdb.base/fork-print-inferior-events.exp: New file.
4338 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4339 '[Inferior ... has been killed]' message.
4340 * gdb.base/kill-after-signal.exp: Likewise.
4341 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4342 detach message.
4343 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4344 message.
4345 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4346 regexps to expect for '[Inferior ... detached]' as well.
4347 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4348
4349 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4350
4351 PR gdb/23104
4352 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4353
4354 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4355
4356 * gdb.threads/multiple-successive-infcall.c: New test.
4357 * gdb.threads/multiple-successive-infcall.exp: New file.
4358
4359 2018-04-17 Tom Tromey <tom@tromey.com>
4360
4361 * gdb.rust/simple.rs (Union): New type.
4362 (main): New local "u".
4363 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4364
4365 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4366
4367 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4368 number information in output of "whereis" command.
4369 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4370
4371 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4372
4373 * gdb.ada/info_types.exp: Adjust expected output to the line
4374 numbers now printed by "info var/func/type".
4375 * gdb.base/completion.exp: Likewise.
4376 * gdb.base/included.exp: Likewise.
4377 * gdb.cp/cp-relocate.exp: Likewise.
4378 * gdb.cp/cplusfuncs.exp: Likewise.
4379 * gdb.cp/namespace.exp: Likewise.
4380 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4381
4382 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4383
4384 * gdb.btrace/cpu.exp: New.
4385
4386 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4387
4388 * gdb.base/step-indirect-call-thunk.exp: New.
4389 * gdb.base/step-indirect-call-thunk.c: New.
4390 * gdb.reverse/step-indirect-call-thunk.exp: New.
4391 * gdb.reverse/step-indirect-call-thunk.c: New.
4392
4393 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4394
4395 * gdb.base/pie-fork.c: New file.
4396 * gdb.base/pie-fork.exp: New file.
4397
4398 2018-04-11 Tom Tromey <tom@tromey.com>
4399
4400 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4401
4402 2018-04-10 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4405 exits. Instead loop running forever.
4406 (fork_parent): Run forever too.
4407
4408 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4409
4410 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4411 mi_continue_to_line.
4412 * gdb.mi/mi-stack.c (callee4): Add comment.
4413
4414 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4415
4416 * gdb.mi/mi-stack.exp: Fix indentation.
4417
4418 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4419
4420 PR gdb/22979
4421 * gdb.arch/amd64-osabi.exp: New file.
4422
4423 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4424
4425 PR gdb/22980
4426 * gdb.base/osabi.exp: New file.
4427
4428 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4429
4430 * gdb.cp/static-typedef-print.exp: New file.
4431 * gdb.cp/static-typedef-print.cc: New file.
4432
4433 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4434
4435 * gdb.ada/varsize_limit: New testcase.
4436
4437 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4438
4439 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4440
4441 * gdb.ada/notcplusplus: New testcase.
4442
4443 * gdb.base/c-linkage-name.c: New file.
4444 * gdb.base/c-linkage-name.exp: New testcase.
4445
4446 2018-03-26 Tom Tromey <tom@tromey.com>
4447
4448 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4449 * gdb.python/py-framefilter.py (name_error): New global.
4450 (ErrorInName.function): Use name_error.
4451
4452 2018-03-26 Tom Tromey <tom@tromey.com>
4453
4454 PR backtrace/15582:
4455 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4456
4457 2018-03-23 Keith Seitz <keiths@redhat.com>
4458
4459 PR c++/22968
4460 * gdb.cp/subtypes.exp: New file.
4461 * gdb.cp/subtypes.h: New file.
4462 * gdb.cp/subtypes.cc: New file.
4463 * gdb.cp/subtypes-2.cc: New file.
4464
4465 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4468 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4469 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4470 -nostartfiles when compiling the test. Confirm that all registers
4471 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4472
4473 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4474
4475 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4476 option, syntax was wrong anyway.
4477 * gdb.arch/arm-disp-step.exp: Likewise.
4478 * gdb.arch/sparc64-regs.exp: Likewise.
4479 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4480 option, syntax was wrong anyway, switch to use
4481 prepare_for_testing.
4482 * gdb.arch/i386-disp-step.exp: Likewise.
4483
4484 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4485
4486 * gdb.ada/exec_changed.exp: Replace "target_info exists
4487 use_gdb_stub" by "use_gdb_stub".
4488 * gdb.ada/start.exp: Likewise.
4489 * gdb.base/async-shell.exp: Likewise.
4490 * gdb.base/attach-pie-misread.exp: Likewise.
4491 * gdb.base/attach-wait-input.exp: Likewise.
4492 * gdb.base/break-entry.exp: Likewise.
4493 * gdb.base/break-interp.exp: Likewise.
4494 * gdb.base/dprintf-detach.exp: Likewise.
4495 * gdb.base/nostdlib.exp: Likewise.
4496 * gdb.base/solib-nodir.exp: Likewise.
4497 * gdb.base/statistics.exp: Likewise.
4498 * gdb.base/testenv.exp: Likewise.
4499 * gdb.mi/mi-exec-run.exp: Likewise.
4500 * gdb.mi/mi-start.exp: Likewise.
4501 * gdb.multi/dummy-frame-restore.exp: Likewise.
4502 * gdb.multi/multi-arch-exec.exp: Likewise.
4503 * gdb.multi/multi-arch.exp: Likewise.
4504 * gdb.multi/tids.exp: Likewise.
4505 * gdb.multi/watchpoint-multi.exp: Likewise.
4506 * gdb.python/py-events.exp: Likewise.
4507 * gdb.threads/attach-into-signal.exp: Likewise.
4508 * gdb.threads/attach-stopped.exp: Likewise.
4509 * gdb.threads/threadapply.exp: Likewise.
4510 * lib/selftest-support.exp: Likewise.
4511
4512 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4513
4514 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4515
4516 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4517
4518 * gdb.perf/template-breakpoints.cc: New file.
4519 * gdb.perf/template-breakpoints.exp: New file.
4520 * gdb.perf/template-breakpoints.py: New file.
4521
4522 2018-03-19 Tom Tromey <tom@tromey.com>
4523
4524 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4525 y0.
4526 * gdb.rust/simple.exp: Test bare identifier form of struct
4527 initializer.
4528
4529 2018-03-19 Tom Tromey <tom@tromey.com>
4530
4531 * gdb.gdb/observer.exp: Remove.
4532
4533 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4534
4535 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4536 "qualified" option when setting breakpoints.
4537 * gdb.trace/backtrace.exp: Likewise.
4538 * gdb.trace/circ.exp: Likewise.
4539 * gdb.trace/collection.exp: Likewise.
4540 * gdb.trace/disconnected-tracing.exp: Likewise.
4541 * gdb.trace/ftrace-lock.exp: Likewise.
4542 * gdb.trace/ftrace.exp: Likewise.
4543 * gdb.trace/infotrace.exp: Likewise.
4544 * gdb.trace/packetlen.exp: Likewise.
4545 * gdb.trace/passc-dyn.exp: Likewise.
4546 * gdb.trace/qtro.exp: Likewise.
4547 * gdb.trace/read-memory.exp: Likewise.
4548 * gdb.trace/report.exp: Likewise.
4549 * gdb.trace/signal.exp: Likewise.
4550 * gdb.trace/status-stop.exp: Likewise.
4551 * gdb.trace/strace.exp: Likewise.
4552 * gdb.trace/tfind.exp: Likewise.
4553 * gdb.trace/trace-break.exp: Likewise.
4554 * gdb.trace/trace-condition.exp: Likewise.
4555 * gdb.trace/trace-mt.exp: Likewise.
4556 * gdb.trace/tstatus.exp: Likewise.
4557 * gdb.trace/tsv.exp: Likewise.
4558 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4559 * gdb.trace/unavailable.exp: Likewise.
4560 * gdb.trace/while-dyn.exp: Likewise.
4561
4562 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4563
4564 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4565 that libinproctrace is copied to the target.
4566
4567 2018-03-14 Tom Tromey <tom@tromey.com>
4568
4569 PR cli/14977:
4570 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4571 a null pointer.
4572 * gdb.base/wchar.exp: Likewise.
4573
4574 2018-03-14 Tom Tromey <tom@tromey.com>
4575
4576 PR cli/19918:
4577 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4578 flag.
4579
4580 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4581
4582 PR gdb/22841
4583 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4584 "target" to remote_exec.
4585
4586 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4587
4588 PR gdb/22841
4589 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4590 ${board}_upload): Remove.
4591
4592 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4593
4594 * gdb.cp/watch-cp.cc: New test.
4595 * gdb.cp/watch-cp.exp: New file.
4596
4597 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4598
4599 * gdb.base/infcall-nested-structs.exp: New file.
4600 * gdb.base/infcall-nested-structs.c: New file.
4601 * gdb.base/float.exp: Add riscv support.
4602
4603 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4604
4605 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4606 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4607
4608 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4609
4610 * gdb.server/abspath.exp: New file.
4611 * lib/gdb.exp (with_cwd): New procedure.
4612
4613 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4614
4615 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4616 use it.
4617 (gdb_is_target_remote_prompt): New proc.
4618 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4619 (gdb_is_target_native): Pass prompt parameter to
4620 gdb_is_target_1.
4621
4622 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4623
4624 * gdb.base/load-command.c: New file.
4625 * gdb.base/load-command.exp: New file.
4626 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4627 (gdb_is_target_1): ...this, and generalize for other targets
4628 than just remote.
4629 (gdb_is_target_remote): Use gdb_is_target_1.
4630 (gdb_is_target_native): use gdb_is_target_1.
4631
4632 2018-02-26 Tom Tromey <tom@tromey.com>
4633
4634 PR python/16497:
4635 * gdb.python/py-framefilter.exp: Update test.
4636
4637 2018-02-26 Tom Tromey <tom@tromey.com>
4638
4639 * gdb.dwarf2/variant.c: New file.
4640 * gdb.dwarf2/variant.exp: New file.
4641
4642 2018-02-26 Tom Tromey <tom@tromey.com>
4643
4644 * gdb.rust/simple.exp: Accept more possible results in enum test.
4645
4646 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4647
4648 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4649 parentheses.
4650
4651 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4652
4653 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4654 name of a variable: $actual_linejj -> $actual_line.
4655
4656 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4657
4658 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4659
4660 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4661
4662 * gdb.btrace/buffer-size.exp: Do not force BTS.
4663
4664 2018-02-14 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4667 getting a "Quit".
4668
4669 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4670
4671 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4672 Fix test name.
4673
4674 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4675
4676 * gdb.cp/m-static.exp: Check type of optimized out static
4677 member.
4678
4679 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4680
4681 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4682 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4683
4684 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4685 Leszek Swirski <leszeks@google.com>
4686
4687 * gdb.python/py-prettyprint.c
4688 (struct to_string_returns_value_inner,
4689 struct to_string_returns_value_wrapper): New.
4690 (main): Add tsrvw variable.
4691 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4692 ToStringReturnsValueWrapper): New classes.
4693 (register_pretty_printers): Register new pretty-printers.
4694 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4695 recursive pretty printer.
4696 * gdb.python/py-mi.exp: Likewise.
4697
4698 2018-02-01 Leszek Swirski <leszeks@google.com>
4699
4700 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4701 functions with the same name as an include file are parsed
4702 correctly.
4703
4704 2018-02-01 Yao Qi <yao.qi@linaro.org>
4705
4706 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4707 "\[^\r\n\]*".
4708
4709 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4710
4711 * gdb.arch/powerpc-prologue-frame.s: New file.
4712 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4713 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4714
4715 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4716
4717 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4718
4719 2018-01-30 Pedro Alves <palves@redhat.com>
4720
4721 PR gdb/13211
4722 * gdb.base/interrupt-daemon.c: New.
4723 * gdb.base/interrupt-daemon.exp: New.
4724 * gdb.multi/multi-term-settings.c: New.
4725 * gdb.multi/multi-term-settings.exp: New.
4726
4727 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4728
4729 * gdb.base/break.exp: Save the location where the breakpoint
4730 on break.c:47 was actually inserted when debugging the version
4731 compiled at -O2 and use it in the expected output of the "info
4732 break" test performed soon after.
4733
4734 2018-01-22 Pedro Alves <palves@redhat.com>
4735 Sergio Durigan Junior <sergiodj@redhat.com>
4736
4737 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4738 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4739
4740 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4741
4742 * gdb.base/break-include.c, gdb.base/break-include.inc,
4743 gdb.base/break-include.exp: New files.
4744 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4745 line number now being the actual line number where the breakpoint
4746 was inserted.
4747 * gdb.mi/mi-break.exp: Likewise.
4748 * gdb.mi/mi-reverse.exp: Likewise.
4749 * gdb.mi/mi-simplerun.exp: Ditto.
4750
4751 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4752
4753 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4754 varobj.
4755 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4756
4757 2018-01-21 Don Breazeal <donb@codesourcery.com>
4758 Andrew Burgess <andrew.burgess@embecosm.com>
4759
4760 * gdb.mi/basics.c: Add new global.
4761 * gdb.mi/mi-frame-regs.exp: New file.
4762 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4763 case.
4764
4765 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4766
4767 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4768 non-parameter, and on an unknown symbol.
4769
4770 2018-01-19 Tom Tromey <tom@tromey.com>
4771
4772 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4773 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4774
4775 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4776
4777 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4778 setrlimit and chdir to int.
4779
4780 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4781
4782 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4783 function.
4784 (my_tend): Likewise.
4785 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4786 rationale of avoiding FP- and vector instructions.
4787
4788 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4789
4790 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4791 "info reg" with "\[ \t\]*".
4792 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4793 "\[ \t\]+".
4794 * gdb.arch/s390-multiarch.exp: Ditto.
4795 * gdb.base/pc-fp.exp: Ditto.
4796 * gdb.reverse/i386-precsave.exp: Ditto.
4797 * gdb.reverse/i386-reverse.exp: Ditto.
4798 * gdb.reverse/i387-env-reverse.exp: Ditto.
4799 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4800
4801 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4802
4803 * lib/gdb.exp (gdb_compile): Re-enable use of
4804 universal_compile_options for languages other than Rust.
4805
4806 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4807
4808 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4809
4810 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4811
4812 PR gdb/16577
4813 * gdb.base/solib-vanish.exp: New.
4814 * gdb.base/solib-vanish-main.c: New.
4815 * gdb.base/solib-vanish-lib1.c: New.
4816 * gdb.base/solib-vanish-lib2.c: New.
4817
4818 2018-01-17 Yao Qi <yao.qi@linaro.org>
4819
4820 * gdb.compile/compile.exp: Match the address printed for
4821 frame in the output of command "bt".
4822
4823 2018-01-15 Tom Tromey <tom@tromey.com>
4824
4825 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4826 compute sp_reg.
4827
4828 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4829
4830 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4831 to prepare.
4832 (prepare): Return 0 on error, 1 on success.
4833
4834 2018-01-12 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.base/continue-after-aborted-step-over.c: New.
4837 * gdb.base/continue-after-aborted-step-over.exp: New.
4838
4839 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4840
4841 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4842 options when not creating an executable.
4843
4844 2018-01-11 Pedro Alves <palves@redhat.com>
4845
4846 PR remote/22597
4847 * gdb.server/stop-reply-no-thread.c: New file.
4848 * gdb.server/stop-reply-no-thread.exp: New file.
4849
4850 2018-01-10 Pedro Alves <palves@redhat.com>
4851
4852 PR gdb/22670
4853 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4854 functions too. Test setting breakpoints and printing C functions
4855 with no debug info too.
4856 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4857
4858 2018-01-10 Pedro Alves <palves@redhat.com>
4859
4860 PR gdb/22670
4861 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4862 a fail.
4863
4864 2018-01-10 Pedro Alves <palves@redhat.com>
4865
4866 PR gdb/22670
4867 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4868
4869 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4870
4871 * gdb.server/unittest.exp: Match the output in non-development
4872 mode.
4873
4874 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4875
4876 * gdb.gdb/unittest.exp: Match output in non-development mode.
4877
4878 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4879
4880 * gdb.ada/access_tagged_param.exp: Relax expected output
4881 for value of "ObjL" in "continue" to pck.inspect breakpoint
4882 test.
4883
4884 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4885
4886 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4887 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4888
4889 2018-01-05 Pedro Alves <palves@redhat.com>
4890
4891 PR gdb/18653
4892 * gdb.base/libsegfault.exp: New.
4893
4894 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4895
4896 PR gdb/22670
4897 * gdb.ada/access_tagged_param.exp: New file.
4898 * gdb.ada/access_tagged_param/foo.adb: New file.
4899
4900 2018-01-05 Pedro Alves <palves@redhat.com>
4901
4902 PR gdb/22670
4903 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4904 exercise lower case too, and to exercise both full matching and
4905 wild matching.
4906
4907 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4908
4909 * gdb.ada/rename_subscript_param: New testcase.
4910
4911 2018-01-05 Jerome Guitton <guitton@adacore.com>
4912
4913 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4914
4915 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4916
4917 * gdb.ada/convvar_comp: New testcase.
4918
4919 2018-01-05 Xavier Roirand <roirand@adacore.com>
4920
4921 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4922 (My_Table): New global variable.
4923 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4924
4925 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4926
4927 PR gdb/22670
4928 * gdb.ada/maint_with_ada: New testcase.
4929
4930 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4931
4932 PR gdb/22670
4933 * gdb.ada/bp_c_mixed_case: New testcase.
4934
4935 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4936
4937 PR gdb/22670
4938 * gdb.ada/complete.exp: Add "complete break ada" test.
4939
4940 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4941
4942 PR gdb/22670
4943 * gdb.ada/info_addr_mixed_case: New testcase.
4944
4945 2018-01-03 Xavier Roirand <roirand@adacore.com>
4946
4947 * gdb.ada/excep_handle.exp: New testcase.
4948 * gdb.ada/excep_handle/foo.adb: New file.
4949 * gdb.ada/excep_handle/pck.ads: New file.
4950
4951 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4952
4953 * gdb.base/step-line.c: Add extra empty line in copyright header.
4954 * gdb.base/step-line.inp: Likewise.
4955
4956 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4957
4958 * gdb.ada/dyn_stride.exp: Add slice test.
4959
4960 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4961
4962 * gdb.ada/dyn_stride: New testcase.
4963
4964 2017-12-27 Stafford Horne <shorne@gmail.com>
4965
4966 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4967 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4968
4969 2017-12-27 Stafford Horne <shorne@gmail.com>
4970
4971 * gdb.base/reggroups.c: New file.
4972 * gdb.base/reggroups.exp: New file.
4973
4974 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4975
4976 * gdb.dwarf2/ada-valprint-error.c: New file.
4977 * gdb.dwarf2/ada-valprint-error.exp: New file.
4978
4979 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4980
4981 * gdb.ada/assign_arr: New testcase.
4982
4983 2017-12-18 Xavier Roirand <roirand@adacore.com>
4984
4985 * gdb.ada/funcall_ptr: New testcase.
4986
4987 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4988
4989 PR cli/16224
4990 * gdb.base/ptype-offsets.cc: New file.
4991 * gdb.base/ptype-offsets.exp: New file.
4992
4993 2017-12-15 Yao Qi <yao.qi@linaro.org>
4994
4995 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4996 if XML is disabled.
4997
4998 2017-12-15 Xavier Roirand <roirand@adacore.com>
4999
5000 * gdb.ada/same_component_name: New testcase.
5001
5002 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5003
5004 * gdb.ada/str_binop_equal: New testcase.
5005
5006 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5007
5008 * gdb.ada/task_switch_in_core: New testcase.
5009
5010 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5011
5012 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5013 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5014 call test_bkpt_qualified.
5015 (test_bkpt_qualified): New proc.
5016
5017 2017-12-13 Pedro Alves <palves@redhat.com>
5018
5019 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5020 Tighten regexp by matching with an anchor.
5021
5022 2017-12-13 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5025 ("expression with namespace"): New set of tests.
5026 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5027 (Nested::Test_NS::qux): New.
5028 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5029 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5030
5031 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5032
5033 * gdb.base/server-del-break.c: New file.
5034 * gdb.base/server-del-break.exp: New file.
5035
5036 2017-12-12 Stafford Horne <shorne@gmail.com>
5037
5038 * gdb.xml/tdesc-regs.exp: Add or1k support.
5039
5040 2017-12-12 Stafford Horne <shorne@gmail.com>
5041
5042 * gdb.base/bp-permanent.c: Define nop of or1k.
5043
5044 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5045
5046 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5047 output with components being reordered.
5048
5049 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5050
5051 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5052 output with components being reordered.
5053
5054 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5055 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/maint.exp (check for .gdb_index): Check also for
5058 .debug_names.
5059 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5060 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5061 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5062 (.gdb_index used after symbol reloading): Support also .debug_names.
5063 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5064
5065 2017-12-08 Yao Qi <yao.qi@linaro.org>
5066
5067 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5068 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5069
5070 2017-12-08 Yao Qi <yao.qi@linaro.org>
5071
5072 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5073 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5074
5075 2017-12-08 Yao Qi <yao.qi@linaro.org>
5076
5077 * gdb.arch/aarch64-tagged-pointer.c: New file.
5078 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5079
5080 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5081
5082 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5083 "int".
5084
5085 2017-12-07 Keith Seitz <keiths@redhat.com>
5086
5087 PR breakpoints/22569
5088 * gdb.linespec/ls-errs.exp: Change expected result of "break
5089 -source this file has spaces.c -line 3".
5090 Check that an explicit source file followed by whitespace is
5091 identified as an invalid explicit location.
5092
5093 2017-12-07 Keith Seitz <keiths@redhat.com>
5094
5095 * gdb.cp/nested-types.cc: New file.
5096 * gdb.cp/nested-types.exp: New file.
5097 * lib/cp-support.exp: Load data-structures.exp library.
5098 (debug_cp_test_ptype_class): New global.
5099 (cp_ptype_class_verbose, next_line): New procedures.
5100 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5101 Add and document new return value.
5102 Switch the list of lines to a queue.
5103 Add support for new `type' key for nested type definitions.
5104 Add debugging/troubleshooting messages.
5105 * lib/data-structures.exp: New file.
5106
5107 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5108
5109 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5110 with proc_with_prefix, don't use with_test_prefix.
5111
5112 2017-12-07 Tom Tromey <tom@tromey.com>
5113
5114 * gdb.base/break.exp: Add test for empty "commands".
5115
5116 2017-12-07 Yao Qi <yao.qi@linaro.org>
5117
5118 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5119 malloc and catch syscall.
5120
5121 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5122
5123 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5124 tests for explicit locations.
5125
5126 2017-12-06 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5129 force-disabling XML descriptions.
5130
5131 2017-12-04 Pedro Alves <palves@redhat.com>
5132
5133 PR gdb/22499
5134 * gdb.arch/amd64-disp-step-avx.S: New file.
5135 * gdb.arch/amd64-disp-step-avx.exp: New file.
5136
5137 2017-12-03 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5140 and <string.h>.
5141 (parent_function): Print distinct messages when waitpid fails, or
5142 the child exits with a signal, or the child exits for an unhandled
5143 reason.
5144 * gdb.threads/process-dies-while-detaching.exp
5145 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5146 it. Wait for both inferior output and GDB's prompt. Use an
5147 indirect spawn id list.
5148 (do_detach): New parameter 'child_exit'. Use it to compute
5149 expected inferior output.
5150 (test_detach, test_detach_watch, test_detach_killed_outside):
5151 Adjust to pass down the expected child exit kind.
5152
5153 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5154 Sergio Durigan Junior <sergiodj@redhat.com>
5155 Pedro Alves <palves@redhat.com>
5156
5157 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5158
5159 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5160
5161 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5162 to 'symbol-file' and 'add-symbol-file' can be
5163 position-independent.
5164
5165 2017-12-01 Yao Qi <yao.qi@linaro.org>
5166
5167 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5168 the URL in copyright header.
5169 * gdb.arch/aarch64-fp.exp: Likewise.
5170 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5171 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5172 * gdb.base/expand-psymtabs.exp: Likewise.
5173 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5174 * gdb.fortran/common-block.exp: Likewise.
5175 * gdb.fortran/common-block.f90: Likewise.
5176 * gdb.fortran/logical.exp: Likewise.
5177 * gdb.fortran/vla-datatypes.f90: Likewise.
5178 * gdb.fortran/vla-sub.f90: Likewise.
5179
5180 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5181
5182 * gdb.ada/repeat_dyn: New testcase.
5183
5184 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5185
5186 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5187 Update for changed thread numbering.
5188 * gdb.cell/bt.exp: Update for changed GDB output.
5189
5190 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5191
5192 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5193 setting isremote by hand.
5194 * boards/dwarf4-gdb-index.exp: Likewise.
5195 * boards/fission.exp: Likewise.
5196 * boards/stabs.exp: Likewise.
5197
5198 2017-11-30 Pedro Alves <palves@redhat.com>
5199
5200 * gdb.linespec/cpls-ops.exp
5201 (check_explicit_skips_function_argument): Extract the underlying
5202 type of size_t instead of hardcoding it.
5203
5204 2017-11-29 Pedro Alves <palves@redhat.com>
5205
5206 PR c++/19436
5207 * gdb.linespec/cpls-abi-tag.cc: New file.
5208 * gdb.linespec/cpls-abi-tag.exp: New file.
5209
5210 2017-11-29 Pedro Alves <palves@redhat.com>
5211
5212 * gdb.base/langs.exp: Use -qualified.
5213 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5214 it.
5215 * gdb.cp/namespace.exp: Use -qualified.
5216 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5217 (overload-3, template-overload, template-ret-type, const-overload)
5218 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5219 procedures.
5220 (test_driver): Call them.
5221 * gdb.cp/save-bp-qualified.cc: New.
5222 * gdb.cp/save-bp-qualified.exp: New.
5223 * gdb.linespec/explicit.exp: Test -qualified.
5224 * lib/completion-support.exp (completion::explicit_opts_list): Add
5225 "-qualified".
5226 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5227
5228 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5229
5230 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5231
5232 2017-11-29 Tom Tromey <tom@tromey.com>
5233
5234 * gdb.base/relocate.exp: Update invalid argument test.
5235 Add new tests for invalid arguments.
5236
5237 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5238
5239 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5240 Return 0 as a long.
5241 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5242
5243 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5244
5245 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5246 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5247 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5248 func ().
5249 * gdb.cp/shadow.cc (B.func): Return 0.
5250
5251 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5252
5253 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5254 expected output in gdb_expect call to allow the exception
5255 message to be present as well. Fix syntax confusion to avoid
5256 TCL thinking that exception_name is an array.
5257
5258 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5259
5260 * gdb.arch/spu-info.c: Include <unistd.h>.
5261 (do_signal_test): Fix broken calls to write.
5262 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5263 Fix checks for empty mailboxes. Update signal tests for corrected
5264 do_signal_test routine. Allow nonzero event status.
5265 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5266 * gdb.cell/arch.exp: Use standard_output_file.
5267 * gdb.cell/break.exp: Likewise.
5268 * gdb.cell/bt.exp: Likewise.
5269 * gdb.cell/core.exp: Likewise.
5270 * gdb.cell/dwarfaddr.exp: Likewise.
5271 * gdb.cell/ea-cache.exp: Likewise.
5272 * gdb.cell/ea-standalone.exp: Likewise.
5273 * gdb.cell/f-regs.exp: Likewise.
5274 * gdb.cell/fork.exp: Likewise.
5275 * gdb.cell/gcore.exp: Likewise.
5276 * gdb.cell/mem-access.exp: Likewise.
5277 * gdb.cell/ptype.exp: Likewise.
5278 * gdb.cell/registers.exp: Likewise.
5279 * gdb.cell/sizeof.exp: Likewise.
5280 * gdb.cell/solib-symbol.exp: Likewise.
5281 * gdb.cell/solib.exp: Likewise.
5282
5283 2017-11-25 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.base/complete-empty.exp: New file.
5286 * gdb.base/completion.exp: Adjust.
5287
5288 2017-11-25 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.linespec/cpls-ops.cc: New file.
5291 * gdb.linespec/cpls-ops.exp: New file.
5292 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5293 factored out from ...
5294 (test_complete_prefix_range): ... this.
5295
5296 2017-11-24 Pedro Alves <palves@redhat.com>
5297
5298 * gdb.linespec/cpcompletion.exp: New file.
5299 * gdb.linespec/cpls-hyphen.cc: New file.
5300 * gdb.linespec/cpls.cc: New file.
5301 * gdb.linespec/cpls2.cc: New file.
5302 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5303 test to use test_gdb_complete_unique. Add label completion,
5304 keyword completion and explicit location completion tests.
5305 * lib/completion-support.exp: New file.
5306
5307 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5308
5309 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5310 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5311 when hitting an exception catchpoint.
5312
5313 2017-11-22 Yao Qi <yao.qi@linaro.org>
5314
5315 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5316
5317 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5318
5319 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5320 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5321 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5322
5323 2017-11-22 Yao Qi <yao.qi@linaro.org>
5324
5325 * gdb.base/info-os.exp: Pass pthreads.
5326 * gdb.multi/multi-attach.exp: Likewise.
5327
5328 2017-11-22 Yao Qi <yao.qi@linaro.org>
5329
5330 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5331 compiler.
5332
5333 2017-11-22 Yao Qi <yao.qi@linaro.org>
5334
5335 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5336 * gdb.base/break-interp.exp: Likewise.
5337 * gdb.base/jit-attach-pie.exp: Likewise.
5338
5339 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5340
5341 * gdb.base/float128.c (large128): New variable.
5342 * gdb.base/float128.exp: Add test to print largest __float128 value.
5343
5344 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5345
5346 * gdb.arch/vsx-regs.exp: Update register content checks.
5347
5348 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5349
5350 * gdb.arch/ppc-longdouble.exp: New file.
5351 * gdb.arch/ppc-longdouble.c: Likewise.
5352
5353 2017-11-21 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5356
5357 2017-11-20 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5360 (long_double_typedef): New typedefs.
5361 Use DEF on double and long double.
5362 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5363 cases.
5364 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5365 and 'long_double_ptr_same_size' locals. Use them to decide
5366 whether cast from array/function to float is valid/invalid.
5367
5368 2017-11-17 Tom Tromey <tom@tromey.com>
5369
5370 * gdb.rust/traits.rs: New file.
5371 * gdb.rust/traits.exp: New file.
5372
5373 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5374
5375 * gdb.ada/minsyms: New testcase.
5376
5377 2017-11-16 Pedro Alves <palves@redhat.com>
5378
5379 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5380 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5381
5382 2017-11-16 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5385 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5386
5387 2017-11-16 Pedro Alves <palves@redhat.com>
5388
5389 * gdb.server/reconnect-ctrl-c.c: New file.
5390 * gdb.server/reconnect-ctrl-c.exp: New file.
5391
5392 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5393
5394 * gdb.python/py-rbreak.exp: New file.
5395 * gdb.python/py-rbreak.c: New file.
5396 * gdb.python/py-rbreak-func2.c: New file.
5397
5398 2017-11-16 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5401 pattern.
5402 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5403 GDB.
5404
5405 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5406
5407 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5408 regex.
5409
5410 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5411
5412 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5413 test names.
5414
5415 2017-11-09 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5418 factored out from ...
5419 (top level): ... here, and adjusted to avoid expecting beyond the
5420 prompt in a single gdb_test_multiple.
5421
5422 2017-11-09 Pedro Alves <palves@redhat.com>
5423
5424 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5425 output.
5426 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5427 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5428 * gdb.server/ext-run.exp ("kill" test): Likewise.
5429 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5430
5431 2017-11-09 Pedro Alves <palves@redhat.com>
5432
5433 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5434 match till end of line.
5435
5436 2017-11-09 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5439
5440 2017-11-09 Pedro Alves <palves@redhat.com>
5441
5442 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5443 New procedures, factored out from ...
5444 (top level): ... here, and adjusted to avoid expecting beyond the
5445 prompt in one go.
5446
5447 2017-11-09 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5450 output. Fix '?' match.
5451
5452 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5453
5454 * gdb.ada/scoped_watch: New testcase.
5455 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5456 which is actually correct.
5457 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5458 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5459
5460 2017-11-08 Pedro Alves <palves@redhat.com>
5461
5462 * gdb.gdb/complaints.exp (test_initial_complaints)
5463 (test_serial_complaints, test_short_complaints): Call
5464 complaint_internal instead of complaint.
5465
5466 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5467
5468 * gdb.threads/tls-core.c: New file.
5469 * gdb.threads/tls-core.exp: Likewise.
5470
5471 2017-11-08 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5474 (p Exported_Capitalized): New test.
5475 (p exported_capitalized): New test.
5476
5477 2017-11-07 Pedro Alves <palves@redhat.com>
5478
5479 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5480
5481 2017-11-07 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5484 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5485 (disable_invalid, disable_inverted, disable_negative): New
5486 procedures.
5487 ("bad numbers"): New set of tests.
5488
5489 2017-11-07 Pedro Alves <palves@redhat.com>
5490
5491 * gdb.cp/ena-dis-br-range.exp: Add tests.
5492
5493 2017-11-07 Pedro Alves <palves@redhat.com>
5494
5495 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5496
5497 2017-11-07 Xavier Roirand <roirand@adacore.com>
5498 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.base/ena-dis-br.exp: Add reference to
5501 gdb.cp/ena-dis-br-range.exp.
5502 * gdb.cp/ena-dis-br-range.exp: New file.
5503 * gdb.cp/ena-dis-br-range.cc: New file.
5504
5505 2017-11-06 Pedro Alves <palves@redhat.com>
5506
5507 * gdb.base/attach-non-pgrp-leader.c: New.
5508 * gdb.base/attach-non-pgrp-leader.exp: New.
5509
5510 2017-11-06 Pedro Alves <palves@redhat.com>
5511
5512 * configure.ac: No longer check for termio.h and sgtty.h.
5513 * configure: Regenerate.
5514 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5515 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5516 Remove termio and sgtty code.
5517
5518 2017-11-03 Yao Qi <yao.qi@linaro.org>
5519
5520 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5521 in GDB is disabled.
5522
5523 2017-11-03 Yao Qi <yao.qi@linaro.org>
5524
5525 * gdb.python/py-thrhandle.exp: Skip it if python is not
5526 enabled.
5527
5528 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5529
5530 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5531 as a breakpoint command.
5532
5533 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5534
5535 PR python/21213
5536 * gdb.python/py-infthread.exp: Test calling
5537 InferiorThread.inferior () multiple times in a row.
5538
5539 2017-10-27 Keith Seitz <keiths@redhat.com>
5540
5541 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5542 Test "info break" for every inlined function breakpoint.
5543
5544 2017-10-27 Yao Qi <yao.qi@linaro.org>
5545
5546 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5547
5548 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5549
5550 * gdb.cp/classes.exp (test_static_members): Test printing
5551 Outer::instance.
5552 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5553 (Inner::instance, Outer::instance): New.
5554
5555 2017-10-24 Pedro Alves <palves@redhat.com>
5556
5557 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5558 extra console" test in two stages.
5559
5560 2017-10-24 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5563
5564 2017-10-24 Pedro Alves <palves@redhat.com>
5565
5566 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5567 loop.
5568
5569 2017-10-24 Pedro Alves <palves@redhat.com>
5570
5571 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5572 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5573
5574 2017-10-24 Pedro Alves <palves@redhat.com>
5575
5576 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5577 parameter and handle it. Don't output read value in test name.
5578
5579 2017-10-24 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5582 custom test name.
5583
5584 2017-10-24 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5587 include the unstable output directory name in the test's name.
5588 (initial_setup_simple) <'set args'>: Use custom test name.
5589
5590 2017-10-24 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5593 with explicit test name.
5594
5595 2017-10-20 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5598 'wait -i'. Use gdb_assert and remote_close.
5599
5600 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5601
5602 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5603 number from variable rather than hard-coded.
5604
5605 2017-10-19 Pedro Alves <palves@redhat.com>
5606
5607 * gdb.base/long-inferior-output.c: New file.
5608 * gdb.base/long-inferior-output.exp: New file.
5609
5610 2017-11-18 Keith Seitz <keiths@redhat.com>
5611
5612 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5613 method.
5614 (main): Call it.
5615 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5616 Add additional user-defined conversion operator tests.
5617
5618 2017-10-17 Pedro Alves <palves@redhat.com>
5619
5620 * boards/native-stdio-gdbserver.exp: Load "local-board".
5621
5622 2017-10-17 Pedro Alves <palves@redhat.com>
5623
5624 * gdb.base/quit-live.c: New file.
5625 * gdb.base/quit-live.exp: New file.
5626
5627 2017-10-16 Keith Seitz <keiths@redhat.com>
5628
5629 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5630 (class_with_protected_typedef, class_with_private_typedef)
5631 (struct_with_public_typedef, struct_with_protected_typedef)
5632 (struct_with_private_typedef): New classes/structs.
5633 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5634 typedefs and access specifiers.
5635
5636 2017-10-16 Pedro Alves <palves@redhat.com>
5637 Simon Marchi <simon.marchi@polymtl.ca>
5638
5639 * README (Local vs Remote vs Native): New section.
5640 * boards/local-board.exp: New file, with bits factored out from
5641 ...
5642 * boards/native-extended-gdbserver.exp: ... here. Load
5643 "local-board".
5644 * boards/native-gdbserver.exp: Load "local-board".
5645 (${board}_spawn, ${board}_exec): Delete.
5646 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5647 ...
5648 * boards/stdio-gdbserver-base.exp: ... this new file.
5649 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5650 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5651 procedure.
5652 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5653 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5654 stdio_gdbserver_command.
5655 (${board}_get_remote_address, ${board}_get_comm_port)
5656 (${board}_download, ${board}_upload): Delete.
5657 (get_target_remote_pipe_cmd): New.
5658
5659 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5660
5661 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5662 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5663 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5664 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5665 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5666 remove with_test_prefix.
5667
5668 2017-10-13 Pedro Alves <palves@redhat.com>
5669
5670 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5671 * gdb.base/annota1.exp: Use it instead of is_remote.
5672 * gdb.base/annota3.exp: Use it instead of is_remote.
5673 * gdb.cp/annota2.exp: Use it instead of is_remote.
5674 * gdb.cp/annota3.exp: Use it instead of is_remote.
5675 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5676
5677 2017-10-13 Pedro Alves <palves@redhat.com>
5678
5679 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5680 (test_num_test_vars, run_and_count_vars, find_env)
5681 (test_set_unset_env, test_inherit_env_var): New procedures.
5682 (top level): Use them.
5683
5684 2017-10-13 Pedro Alves <palves@redhat.com>
5685
5686 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5687 also skip on stub-like targets.
5688
5689 2017-10-13 Pedro Alves <palves@redhat.com>
5690
5691 PR gdb/22293
5692 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5693 (top level): Move some tests to ...
5694 (test_not_found): ... this new procedure.
5695 (top level): Call it.
5696
5697 2017-10-13 Pedro Alves <palves@redhat.com>
5698
5699 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5700 expect different "info terminal" output if testing with a
5701 non-native target.
5702
5703 2017-10-13 Pedro Alves <palves@redhat.com>
5704 Simon Marchi <simon.marchi@polymtl.ca>
5705
5706 PR python/12966
5707 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5708
5709 2017-10-13 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5712 already.
5713
5714 2017-10-13 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5717 is_remote.
5718
5719 2017-10-13 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5722 is_remote.
5723
5724 2017-10-13 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5727 is set.
5728 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5729 instead of is_remote.
5730
5731 2017-10-13 Pedro Alves <palves@redhat.com>
5732
5733 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5734 (top level): Add comment.
5735
5736 2017-10-13 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.base/remote.exp (top level): Fix comment typo and add
5739 missing return.
5740
5741 2017-10-13 Pedro Alves <palves@redhat.com>
5742 Simon Marchi <simon.marchi@polymtl.ca>
5743
5744 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5745 calls and add comments. Skip test if use_gdb_stub is set.
5746 (top level): Use "set cwd" command instead of "cd" command.
5747
5748 2017-10-13 Pedro Alves <palves@redhat.com>
5749
5750 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5751 is_remote target check.
5752
5753 2017-10-13 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.base/scope.exp: Use build_executable + clean_restart +
5756 gdb_file_cmd instead of prepare_for_testing and no longer skip
5757 "before run" tests on is_remote target boards. Update comments.
5758 * boards/native-extended-gdbserver.exp
5759 (extended_gdbserver_load_last_file): New, factored out from ...
5760 (gdb_load): ... this. Move further below and add comment.
5761 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5762
5763 2017-10-12 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.base/attach.exp: Remove references to gdb64.
5766 * gdb.base/dbx.exp: Remove references to gdb64.
5767
5768 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5769 Pedro Alves <palves@redhat.com>
5770
5771 * gdb.base/label.exp: Remove is_remote target check.
5772
5773 2017-10-12 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/auvx.exp (coredir): Update comment.
5776 (top level) <core_works>: Use "set cwd" command instead of "cd"
5777 command.
5778
5779 2017-10-12 Pedro Alves <palves@redhat.com>
5780 Simon Marchi <simon.marchi@polymtl.ca>
5781
5782 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5783 target boards.
5784
5785 2017-10-12 Pedro Alves <palves@redhat.com>
5786 Simon Marchi <simon.marchi@polymtl.ca>
5787
5788 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5789 Instead skip if there's any gdb_protocol set.
5790
5791 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5792 Pedro Alves <palves@redhat.com>
5793
5794 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5795
5796 2017-10-12 Pedro Alves <palves@redhat.com>
5797 Simon Marchi <simon.marchi@polymtl.ca>
5798
5799 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5800 instead of on dejagnu remote boards.
5801
5802 2017-10-12 Pedro Alves <palves@redhat.com>
5803 Simon Marchi <simon.marchi@polymtl.ca>
5804
5805 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5806 checks. Use build_executable + clean_restart instead of
5807 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5808 of enabling non-stop after starting gdb.
5809
5810 2017-10-12 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5813 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5814 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5815 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5816
5817 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5818
5819 * gdb.arch/arc-tdesc-cpu.exp: New file.
5820 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5821
5822 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5823
5824 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5825
5826 2017-10-10 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5829 expect CLI output.
5830
5831 2017-10-10 Pedro Alves <palves@redhat.com>
5832
5833 * lib/selftest-support.exp (selftest_setup): Update for
5834 captured_command_loop's prototype change.
5835
5836 2017-10-09 Pedro Alves <palves@redhat.com>
5837
5838 Test both arch1=>arch2 and arch2=>arch1.
5839
5840 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5841 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5842 factored out to...
5843 (append_arch1_options, append_arch2_options, append_arch_options)
5844 (build_executables): New procedures.
5845 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5846 local.
5847 (top level): Add new 'first_arch' testing axis.
5848
5849 2017-10-09 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5852 (barrier): New.
5853 (thread_start, all_started): New functions.
5854 (main): Spawn new thread and wait until it is scheduled.
5855 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5856 option.
5857 (do_test): Add 'selected_thread' parameter. Run to all_started
5858 instead of main. Explicitly set the breakpoint at main. Switch
5859 to the SELECTED_THREAD thread.
5860 (top level): Test handling the exec event with either the main
5861 thread or the second thread selected.
5862
5863 2017-10-09 Pedro Alves <palves@redhat.com>
5864
5865 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5866 logic. Move STOP marker after the value checks.
5867 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5868 regexp.
5869
5870 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5871
5872 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5873
5874 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5875
5876 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5877 integer-to-dfp conversion.
5878 * gdb.base/dfp-test.exp: Likewise.
5879
5880 2017-10-04 Pedro Alves <palves@redhat.com>
5881
5882 * gdb.multi/hangout.c: Include <unistd.h>.
5883 (hangout_loop): New function.
5884 (main): Call alarm. Call hangout_loop in a loop.
5885 * gdb.multi/hello.c: Include <unistd.h>.
5886 (hello_loop): New function.
5887 (main): Call alarm. Call hangout_loop in a loop.
5888 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5889 inferior with the other selected.
5890
5891 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5892
5893 * gdb.mi/list-thread-groups-available.exp: New file.
5894 * gdb.mi/list-thread-groups-available.c: New file.
5895
5896 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5897
5898 * gdb.base/set-cwd.exp: Make it available on
5899 native-extended-gdbserver.
5900
5901 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5902
5903 * gdb.base/set-cwd.c: New file.
5904 * gdb.base/set-cwd.exp: Likewise.
5905
5906 2017-10-02 Tom Tromey <tom@tromey.com>
5907
5908 PR rust/22236:
5909 * gdb.rust/simple.rs (main): New variable "fslice".
5910 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5911
5912 2017-10-02 Tom Tromey <tom@tromey.com>
5913
5914 * gdb.rust/simple.exp: Test ptype of a slice.
5915
5916 2017-10-02 Tom Tromey <tom@tromey.com>
5917
5918 * gdb.rust/simple.exp: Test index of slice.
5919
5920 2017-09-27 Tom Tromey <tom@tromey.com>
5921
5922 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5923
5924 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5925 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.base/compare-sections.exp (get value of read-only section): Read
5928 as unsigned value.
5929 (corrupt read-only section): Likewise and don't set written if patching
5930 failed.
5931
5932 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5933
5934 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5935 files.
5936
5937 2017-09-20 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5940 symbol names in gdb's output.
5941 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5942
5943 2017-09-20 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5946 Rename to ...
5947 (test_list_ambiguous_symbol): ... this and add a symbol name
5948 parameter. Adjust.
5949 (test_list_ambiguous_function): Reimplement on top of
5950 test_list_ambiguous_symbol and also test listing ambiguous
5951 variables.
5952 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5953 (ambiguous_fun): ... this.
5954 (ambiguous_var): New.
5955 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5956 (ambiguous_fun): ... this.
5957 (ambiguous_var): New.
5958
5959 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5960
5961 * gdb.base/starti.c: New file.
5962 * gdb.base/starti.exp: New file.
5963 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5964
5965 2017-09-14 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5968 (top level): Use it instead of runto.
5969
5970 2017-09-11 Tom Tromey <tom@tromey.com>
5971
5972 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5973
5974 2017-09-11 Tom Tromey <tom@tromey.com>
5975
5976 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5977 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5978
5979 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5980
5981 * gdb.fortran/printing-types.exp: New file.
5982 * gdb.fortran/printing-types.exp: New file.
5983
5984 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5985
5986 * gdb.fortran/vla-ptype.exp: Fix typos.
5987 * gdb.fortran/vla-value.exp: Same.
5988
5989 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5990
5991 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5992 * gdb.mi/mi-var-child-f.exp: Likewise.
5993 * gdb.mi/mi-vla-fortran.exp: Likewise.
5994
5995 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5996 Christoph Weinmann <christoph.t.weinmann@intel.com>
5997 Bernhard Heckel <bernhard.heckel@intel.com>
5998
5999 * gdb.fortran/ptr-indentation.f90: New file.
6000 * gdb.fortran/ptr-indentation.exp: New file.
6001
6002 2017-09-05 Tom Tromey <tom@tromey.com>
6003
6004 PR gdb/22010:
6005 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6006
6007 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6008
6009 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6010
6011 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6012
6013 * gdb.threads/tls-nodebug-pie.c: New file.
6014 * gdb.threads/tls-nodebug-pie.exp: New file.
6015
6016 2017-09-05 Tom Tromey <tom@tromey.com>
6017
6018 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6019 for rust.
6020
6021 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6022
6023 * gdb.multi/multi-arch-exec.exp: Test with different
6024 "follow-exec-mode" settings.
6025 (do_test): New procedure.
6026
6027 2017-09-04 Pedro Alves <palves@redhat.com>
6028
6029 * gdb.base/func-static.c (S::method const, S::method volatile)
6030 (S::method volatile const): New methods.
6031 (c_s, v_s, cv_s): New instances.
6032 (main): Call method() on them.
6033 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6034 (cannot_resolve): New procedure.
6035 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6036 print-quote-unquoted columns.
6037 (do_test): Test printing each scope too.
6038
6039 2017-09-04 Pedro Alves <palves@redhat.com>
6040
6041 * gdb.base/local-static.exp: Also test with
6042 class::method::variable wholly quoted.
6043 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6044
6045 2017-09-04 Pedro Alves <palves@redhat.com>
6046
6047 * gdb.base/local-static.c: New.
6048 * gdb.base/local-static.cc: New.
6049 * gdb.base/local-static.exp: New.
6050
6051 2017-09-04 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.asm/asm-source.exp: Add casts to int.
6054 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6055 (dataglobal64_1, dataglobal64_2): New globals.
6056 * gdb.base/nodebug.exp: Test different expressions involving the
6057 new globals, with print, whatis and ptype. Add casts to int.
6058 * gdb.base/solib-display.exp: Add casts to int.
6059 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6060 * gdb.cp/m-static.exp: Add cast to int.
6061 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6062 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6063 tls variable with no debug info without a cast. Test with a cast
6064 to int too.
6065 * gdb.trace/entry-values.exp: Add casts.
6066
6067 2017-09-04 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.base/nodebug.exp: Test that ptype's error about functions
6070 with unknown return type includes the function name too.
6071
6072 2017-09-04 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6075 return type of munmap in infcall.
6076 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6077 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6078 type of ftell in infcall.
6079 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6080 type of getpid in infcall.
6081 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6082 infcall.
6083 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6084 Bail on failure to extract the pid.
6085 * gdb.base/nodebug.c: #include <stdint.h>.
6086 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6087 New functions.
6088 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6089 Change expected output of print/whatis/ptype with functions with
6090 no debug info. Test all supported languages. Call
6091 test_call_promotion.
6092 * gdb.compile/compile.exp: Adjust expected output to expect
6093 warning.
6094 * gdb.threads/siginfo-threads.exp: Likewise.
6095
6096 2017-09-04 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6099 "prototypes". Test calling float functions via prototyped and
6100 unprototyped function pointers.
6101 (perform_all_tests): New parameter "prototypes". Pass it down.
6102 (top level): Pass down "prototypes" parameter to
6103 perform_all_tests.
6104
6105 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6106
6107 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6108 Test with nested loops.
6109
6110 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6111
6112 * gdb.base/commands.exp: Call the new procedures.
6113 (loop_break_test, loop_continue_test): New procedures.
6114
6115 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6116
6117 * gdb.base/commands.exp: Call new procedure.
6118 (define_if_without_arg_test): New procedure.
6119
6120 2017-09-04 Pedro Alves <palves@redhat.com>
6121
6122 * gdb.base/list-ambiguous.exp: New file.
6123 * gdb.base/list-ambiguous0.c: New file.
6124 * gdb.base/list-ambiguous1.c: New file.
6125 * gdb.base/list.exp (test_list_range): Adjust expected output.
6126
6127 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6128
6129 * gdb.base/share-env-with-gdbserver.c: New file.
6130 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6131
6132 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6133
6134 * gdb.base/commands.exp (gdbvar_simple_if_test,
6135 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6136 progvar_simple_if_test, progvar_simple_while_test,
6137 progvar_complex_if_while_test, user_defined_command_test,
6138 user_defined_command_args_eval,
6139 user_defined_command_args_stack_test,
6140 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6141 temporary_breakpoint_commands,
6142 gdb_test_no_prompt, redefine_hook_test,
6143 redefine_backtrace_test): Remove "global gdb_prompt".
6144
6145 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6146
6147 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6148 New proc, call it from toplevel.
6149
6150 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6151
6152 PR remote/21852
6153 * gdb.server/normal.c: New file, copied from gdb.base.
6154 * gdb.server/run-without-local-binary.exp: New file.
6155
6156 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6157
6158 * gdb.arch/sparc64-adi.exp: New file.
6159 * gdb.arch/sparc64-adi.c: New file.
6160
6161 2017-08-22 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6164 (top level): Add "list all overloads" tests.
6165
6166 2017-08-22 Tom Tromey <tom@tromey.com>
6167
6168 * gdb.gdb/xfullpath.exp: Remove.
6169
6170 2017-08-21 Pedro Alves <palves@redhat.com>
6171
6172 PR gdb/19487
6173 * gdb.base/symbol-alias.c: New.
6174 * gdb.base/symbol-alias2.c: New.
6175 * gdb.base/symbol-alias.exp: New.
6176
6177 2017-08-21 Pedro Alves <palves@redhat.com>
6178
6179 * gdb.base/dfp-test.c
6180 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6181 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6182 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6183 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6184 * gdb.base/whatis-ptype-typedefs.c: New.
6185 * gdb.base/whatis-ptype-typedefs.exp: New.
6186 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6187 (an_int, an_int_type, an_int_type2): New globals.
6188 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6189 involving typedefs and cast expressions.
6190 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6191 (lookup_typedefs_function): New.
6192 (typedefs_pretty_printers_dict): New.
6193 (top level): Register lookup_typedefs_function in
6194 gdb.pretty_printers.
6195
6196 2017-08-18 Yao Qi <yao.qi@linaro.org>
6197
6198 * gdb.server/unittest.exp: New.
6199
6200 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6201
6202 PR gdb/21954
6203 * gdb.base/environ.exp: Add test to check if 'unset environment'
6204 works.
6205
6206 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6207
6208 * lib/gdb.exp (universal_compile_options): New caching proc.
6209 (gdb_compile): Suppress GCC's coloring of messages.
6210
6211 2017-08-14 Tom Tromey <tom@tromey.com>
6212
6213 PR gdb/21675:
6214 * gdb.base/printcmds.exp (test_radices): New function.
6215 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6216 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6217 * lib/gdb.exp (get_integer_valueof): Use p/d.
6218
6219 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6220
6221 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6222 characters.
6223
6224 2017-08-05 Tom Tromey <tom@tromey.com>
6225
6226 * gdb.rust/simple.exp: Allow String to appear in a different
6227 namespace.
6228
6229 2017-07-26 Yao Qi <yao.qi@linaro.org>
6230
6231 * gdb.gdb/unittest.exp: Invoke command
6232 "maintenance check xml-descriptions".
6233
6234 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6235
6236 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6237 calling context.
6238 (hex128): Drop erroneous calculation of parameters.
6239
6240 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6241
6242 * gdb.python/py-unwind.exp: Disable stack protection when
6243 building test file.
6244
6245 2017-07-20 Pedro Alves <palves@redhat.com>
6246
6247 * gdb.base/default.exp (set language): Adjust expected output.
6248
6249 2017-07-20 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6252 (test_minsym): ... this, and make static.
6253 (get_pck__foo__bar__minsym): Rename to ...
6254 (get_test_minsym): ... this.
6255 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6256 symbol names and comments.
6257 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6258 (get_test_minsym): ... this.
6259 (pck__foo__bar__minsym__2): Rename to ...
6260 (test_minsym): ... this.
6261 (main): Adjust.
6262
6263 2017-07-17 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.base/completion.exp: Adjust expected output.
6266 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6267 the completer works.
6268
6269 2017-07-17 Pedro Alves <palves@redhat.com>
6270
6271 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6272
6273 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6274
6275 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6276
6277 2017-07-14 Tom Tromey <tom@tromey.com>
6278
6279 PR rust/21764:
6280 * gdb.rust/simple.exp: Add tests.
6281
6282 2017-07-14 Tom Tromey <tom@tromey.com>
6283
6284 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6285
6286 2017-07-14 Pedro Alves <palves@redhat.com>
6287
6288 * gdb.linespec/base/one/thefile.cc (z1): New function.
6289 * gdb.linespec/base/two/thefile.cc (z2): New function.
6290 * gdb.linespec/linespec.exp: Add tests.
6291
6292 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6293
6294 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6295 to mi_create_breakpoint.
6296
6297 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6298
6299 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6300 mi_create_breakpoint.
6301
6302 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6303
6304 * gdb.dlang/demangle.exp: Update for demangling changes.
6305
6306 2017-07-09 Tom Tromey <tom@tromey.com>
6307
6308 * gdb.dwarf2/shortpiece.exp: New file.
6309
6310 2017-07-06 David Blaikie <dblaikie@gmail.com>
6311
6312 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6313 built from fissiont-multi-cu{1,2}.c.
6314 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6315 except putting 'main' and 'func' in separate CUs in the same DWO file.
6316 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6317 test.
6318 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6319 test.
6320
6321 2017-07-06 Pedro Alves <palves@redhat.com>
6322
6323 * gdb.python/py-unwind.exp: Test flushregs.
6324
6325 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6326
6327 PR cli/21688
6328 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6329 tests for alias commands and trailing whitespace.
6330
6331 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6332
6333 PR cli/21688
6334 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6335 procedure. Call it.
6336
6337 2017-06-29 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.base/printcmds.exp: Add tests.
6340
6341 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6342
6343 PR gdb/21337
6344 * gdb.base/reread-readsym.exp: New file.
6345 * gdb.base/reread-readsym.c: New file.
6346
6347 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6348
6349 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6350 subpattern.
6351
6352 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6353
6354 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6355 extended mnemonic.
6356 * gdb.arch/powerpc-power9.s: Likewise.
6357
6358 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6359
6360 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6361 on 32-bit x86 targets. Exploit is_*_target macros where
6362 appropriate.
6363
6364 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6365
6366 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6367 register pieces.
6368
6369 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6370
6371 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6372 located in one or more DWARF pieces.
6373
6374 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6375
6376 * lib/gdb.exp (get_endianness): New proc.
6377 * gdb.arch/aarch64-fp.exp: Use it.
6378 * gdb.arch/altivec-regs.exp: Likewise.
6379 * gdb.arch/e500-regs.exp: Likewise.
6380 * gdb.arch/vsx-regs.exp: Likewise.
6381 * gdb.base/dump.exp: Likewise.
6382 * gdb.base/funcargs.exp: Likewise.
6383 * gdb.base/gnu_vector.exp: Likewise.
6384 * gdb.dwarf2/formdata16.exp: Likewise.
6385 * gdb.dwarf2/implptrpiece.exp: Likewise.
6386 * gdb.dwarf2/nonvar-access.exp: Likewise.
6387 * gdb.python/py-inferior.exp: Likewise.
6388 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6389
6390 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6391
6392 PR gdb/21226
6393 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6394 stack value pieces are taken from the LSB end.
6395
6396 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6397
6398 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6399 variable at nonzero offset.
6400
6401 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6402
6403 * gdb.dwarf2/var-access.c: New file.
6404 * gdb.dwarf2/var-access.exp: New test.
6405 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6406
6407 2017-06-12 Tom Tromey <tom@tromey.com>
6408
6409 * gdb.dwarf2/formdata16.exp: Add tests.
6410
6411 2017-06-12 Tom Tromey <tom@tromey.com>
6412
6413 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6414
6415 2017-06-12 Tom Tromey <tom@tromey.com>
6416
6417 PR exp/16225:
6418 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6419 * gdb.arch/vsx-regs.exp: Update tests.
6420 * gdb.arch/s390-vregs.exp (hex128): New proc.
6421 Update test.
6422 * gdb.arch/altivec-regs.exp: Update tests.
6423
6424 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6425
6426 * gdb.base/startup-with-shell.c: New file.
6427 * gdb.base/startup-with-shell.exp: Likewise.
6428
6429 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6430
6431 * gdb.server/non-existing-program.exp: Update regex in order to
6432 reflect the fact that gdbserver is now using fork_inferior (with a
6433 shell) to startup the inferior.
6434
6435 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6436
6437 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6438 support function calls from GDB.
6439
6440 2017-05-21 Tom Tromey <tom@tromey.com>
6441
6442 PR rust/21466:
6443 * gdb.rust/unsized.exp: New file.
6444 * gdb.rust/unsized.rs: New file.
6445
6446 2017-05-19 Tom Tromey <tom@tromey.com>
6447
6448 PR rust/21484:
6449 * gdb.rust/watch.exp: New file.
6450 * gdb.rust/watch.rs: New file.
6451
6452 2017-05-18 Tom Tromey <tom@tromey.com>
6453
6454 * gdb.rust/simple.exp: Allow Box to be qualified.
6455
6456 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6457
6458 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6459
6460 2017-05-18 Pedro Alves <palves@redhat.com>
6461
6462 * gdb.base/fileio.c (test_write, test_read, test_close)
6463 (test_fstat): Don't print 'ret' in the fail path.
6464
6465 2017-05-18 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6468 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6469 (test_system, test_rename, test_unlink, test_time): Change
6470 prototypes.
6471 * gdb.base/fileio.exp (stop_msg): Adjust.
6472
6473 2017-05-18 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.base/fileio.c (null_str): New global.
6476 (test_stat): Use it.
6477 * gdb.base/fileio.exp: Remove nowarnings.
6478
6479 2017-05-17 Yao Qi <yao.qi@linaro.org>
6480
6481 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6482
6483 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6484
6485 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6486 argument command.
6487 (top-level): Invoke test_set_inferior_tty.
6488
6489 2017-05-04 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6492 Add parens to print call for Python 3.
6493
6494 2017-05-03 Keith Seitz <keiths@redhat.com>
6495
6496 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6497 (main): Call it.
6498
6499 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6500
6501 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6502 to prev and next.
6503
6504 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6505
6506 * gdb.python/py-record-btrace.exp: Remove test for
6507 gdb.BtraceInstruction.error.
6508
6509 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6510
6511 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6512
6513 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6514
6515 * gdb.python/py-record-btrace-threads.c: New file.
6516 * gdb.python/py-record-btrace-threads.exp: New file.
6517
6518 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6519
6520 PR testsuite/8595
6521 * gdb.base/environ.exp: Make test available in all architectures.
6522 Move bits related to "info program" testing to
6523 gdb.base/info-program.exp. Rewrite tests to use the two new
6524 procedures mentione below.
6525 (test_set_show_env_var) New procedure.
6526 (test_set_show_env_var_equal): Likewise.
6527 * gdb.base/info-program.exp: New file.
6528
6529 2017-04-27 Keith Seitz <keiths@redhat.com>
6530
6531 * gdb.cp/oranking.cc (test15): New function.
6532 (main): Call test15 and declare additional variables for testing.
6533 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6534 "p foo101('abc')" tests.
6535 Add tests for cv qualifier overloads.
6536 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6537 "lvalue reference overload" test.
6538 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6539 "print value of f1 on Child&& in f2" test.
6540
6541 2017-04-19 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6544 procedure.
6545 (top level): Call it.
6546 * lib/gdb.exp (gdb_define_cmd): New procedure.
6547
6548 2017-04-12 Pedro Alves <palves@redhat.com>
6549
6550 PR gdb/21323
6551 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6552 (wchar): New global.
6553 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6554 (do_test_wide_char, wide_char_types_no_program, top level): Add
6555 wchar_t testing.
6556
6557 2017-04-12 Pedro Alves <palves@redhat.com>
6558
6559 PR c++/21323
6560 * gdb.cp/wide_char_types.c: New file.
6561 * gdb.cp/wide_char_types.exp: New file.
6562
6563 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6564
6565 PR gdb/21352
6566 * gdb.trace/tsv.exp: Add test for "tsave -r".
6567
6568 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6569
6570 * gdb.dlang/watch-loc.c: New file.
6571 * gdb.dlang/watch-loc.exp: New file.
6572
6573 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6574
6575 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6576
6577 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6578
6579 * gdb.arch/arc-analyze-prologue.S: New file.
6580 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6581
6582 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6583
6584 * gdb.arch/arc-decode-insn.S: New file.
6585 * gdb.arch/arc-decode-insn.exp: Likewise.
6586
6587 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6588
6589 PR tdep/20928
6590 * gdb.arch/sparc64-regs.exp: New file.
6591 * gdb.arch/sparc64-regs.S: Likewise.
6592
6593 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6594
6595 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6596 and memory view on Python 3.
6597
6598 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6599 Keith Seitz <keiths@redhat.com>
6600
6601 PR gdb/14441
6602 * gdb.cp/demangle.exp: Add rvalue reference tests.
6603 * gdb.cp/rvalue-ref-casts.cc: New file.
6604 * gdb.cp/rvalue-ref-casts.exp: New file.
6605 * gdb.cp/rvalue-ref-overload.cc: New file.
6606 * gdb.cp/rvalue-ref-overload.exp: New file.
6607 * gdb.cp/rvalue-ref-params.cc: New file.
6608 * gdb.cp/rvalue-ref-params.exp: New file.
6609 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6610 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6611 * gdb.cp/rvalue-ref-types.cc: New file.
6612 * gdb.cp/rvalue-ref-types.exp: New file.
6613 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6614 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6615
6616 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6617
6618 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6619 New procedure.
6620
6621 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6622
6623 * lib/mi-support.exp (mi_gdb_test): Add additional message
6624 for unexpected output.
6625
6626 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6627
6628 * gdb.base/examine-backward.c (Barrier): New character array
6629 constant, to ensure that TestStrings is preceded by a string
6630 terminator.
6631
6632 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6633
6634 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6635 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6636 and implicit pointer into such a location.
6637
6638 2017-03-16 Doug Evans <dje@google.com>
6639
6640 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6641
6642 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6643
6644 * gdb.cp/m-static.exp: Fix expectation for prototype of
6645 test5.single_constructor and single_constructor::single_constructor.
6646
6647 2017-03-16 Doug Evans <dje@google.com>
6648
6649 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6650 * gdb.guile/scm-lazy-string.c: New file.
6651 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6652 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6653 for pointer, array, typedef lazy strings.
6654
6655 2017-03-16 Doug Evans <dje@google.com>
6656
6657 PR python/17728, python/18439, python/18779
6658 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6659 * gdb.python/py-lazy-string.c (pointer): New typedef.
6660 (main): New locals ptr, array, typedef_ptr.
6661 * gdb.python/py-value.exp: Move lazy string tests to ...
6662 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6663 array, typedef lazy strings.
6664
6665 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6666
6667 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6668 Add optional 'test' parameter.
6669
6670 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6671
6672 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6673 Skip for versions of DejaGnu < 1.5.
6674
6675 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6676
6677 * lib/gdb.exp (dejagnu_version): New proc.
6678 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6679 Use dejagnu_version.
6680
6681 2017-03-10 Keith Seitz <keiths@redhat.com>
6682
6683 PR c++/8128
6684 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6685 type from destructor regexps.
6686 Add a branch which actually passes the test.
6687 Adjust "ptype t5i" test names.
6688
6689 2017-03-08 Pedro Alves <palves@redhat.com>
6690
6691 * gdb.base/step-over-exit.exp: Add explicit test message.
6692
6693 2017-03-08 Pedro Alves <palves@redhat.com>
6694
6695 PR gdb/18360
6696 * gdb.threads/interrupt-while-step-over.c: New file.
6697 * gdb.threads/interrupt-while-step-over.exp: New file.
6698
6699 2017-03-08 Pedro Alves <palves@redhat.com>
6700
6701 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6702 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6703
6704 2017-03-08 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6707 PKRU as not supported as a PASS.
6708
6709 2017-03-08 Pedro Alves <palves@redhat.com>
6710
6711 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6712 prefix instead of $binfile1/$binfile2.
6713 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6714 in test message.
6715 * gdb.python/py-completion.exp: Use "load python file" as test
6716 messages instead of unstable path names.
6717
6718 2017-03-08 Pedro Alves <palves@redhat.com>
6719 Jan Kratochvil <jan.kratochvil@redhat.com>
6720
6721 PR cli/21218
6722 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6723 New proc.
6724 (top level): Call it.
6725
6726 2017-03-08 Pedro Alves <palves@redhat.com>
6727
6728 PR tui/21216
6729 * gdb.tui/tui-nl-filtered-output.exp: New file.
6730
6731 2017-03-08 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.base/completion.exp: Move TUI completion tests to ...
6734 * gdb.tui/completion.exp: ... this new file.
6735
6736 2017-03-08 Pedro Alves <palves@redhat.com>
6737
6738 * gdb.base/tui-disasm-long-lines.c,
6739 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6740 gdb.base/tui-layout.exp: Move to ...
6741 * gdb.tui/: ... this new directory.
6742
6743 2017-03-07 Pedro Alves <palves@redhat.com>
6744
6745 * gdb.base/tui-layout.c: New file.
6746 * gdb.base/tui-layout.exp: New file.
6747
6748 2017-03-07 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/tui-layout.c: Rename to ...
6751 * gdb.base/tui-disasm-long-lines.c: ... this.
6752 * gdb.base/tui-layout.exp: Rename to ...
6753 * gdb.base/tui-disasm-long-lines.exp: ... this.
6754
6755 2017-03-07 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6758
6759 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6760
6761 * i386-mpx-call.c: New file.
6762 * i386-mpx-call.exp: New file.
6763
6764 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6765
6766 * gdb.arch/powerpc-power.exp: Delete test.
6767 * gdb.arch/powerpc-power.s: Likewise.
6768 * gdb.disasm/disassembler-options.exp: New test.
6769 * gdb.arch/powerpc-altivec.exp: Likewise.
6770 * gdb.arch/powerpc-altivec.s: Likewise.
6771 * gdb.arch/powerpc-altivec2.exp: Likewise.
6772 * gdb.arch/powerpc-altivec2.s: Likewise.
6773 * gdb.arch/powerpc-altivec3.exp: Likewise.
6774 * gdb.arch/powerpc-altivec3.s: Likewise.
6775 * gdb.arch/powerpc-power7.exp: Likewise.
6776 * gdb.arch/powerpc-power7.s: Likewise.
6777 * gdb.arch/powerpc-power8.exp: Likewise.
6778 * gdb.arch/powerpc-power8.s: Likewise.
6779 * gdb.arch/powerpc-power9.exp: Likewise.
6780 * gdb.arch/powerpc-power9.s: Likewise.
6781 * gdb.arch/powerpc-vsx.exp: Likewise.
6782 * gdb.arch/powerpc-vsx.s: Likewise.
6783 * gdb.arch/powerpc-vsx2.exp: Likewise.
6784 * gdb.arch/powerpc-vsx2.s: Likewise.
6785 * gdb.arch/powerpc-vsx3.exp: Likewise.
6786 * gdb.arch/powerpc-vsx3.s: Likewise.
6787 * gdb.arch/arm-disassembler-options.exp: Likewise.
6788 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6789 * gdb.arch/s390-disassembler-options.exp: Likewise.
6790
6791 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6792
6793 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6794 (check_supported_features): ... this. Changed return type to void.
6795 (supports_rdseed): New static global.
6796 (rdseed): Check supports_rdseed.
6797 (initialize): Call check_supported_features.
6798
6799 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6800
6801 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6802 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6803 and lqarx/stqcx.
6804 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6805 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6806
6807 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6808
6809 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6810 uppercase.
6811
6812 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6813
6814 * gdb.dwarf2/formdata16.c: New file.
6815 * gdb.dwarf2/formdata16.exp: New file.
6816 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6817
6818 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6819
6820 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6821 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6822 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6823 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6824 DW_AT_GNU_*.
6825
6826 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6827
6828 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6829
6830 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6831
6832 PR gdb/21164
6833 * gdb.base/maint.exp: Add testcases for when the commands do
6834 not have arguments.
6835
6836 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6837
6838 * gdb.cp/chained-calls.exp: Use p instead of P.
6839
6840 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6841
6842 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6843 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6844
6845 2017-02-14 Tom Tromey <tom@tromey.com>
6846
6847 PR python/13598:
6848 * gdb.python/py-events.exp: Add before_prompt event tests.
6849
6850 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6851
6852 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6853
6854 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6855
6856 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6857 (main): Call my_unique_function_name.
6858 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6859 completion of patterns with a single match.
6860 Add missing -re switches to gdb_test_multiple calls.
6861
6862 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6863
6864 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6865 return if core file is not recognized.
6866
6867 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6868
6869 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6870 and extra UIs.
6871
6872 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6873
6874 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6875 proc_with_prefix.
6876
6877 2017-02-10 Tom Tromey <tom@tromey.com>
6878
6879 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6880
6881 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6882
6883 PR gdb/21122
6884 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6885
6886 2017-02-08 Jerome Guitton <guitton@adacore.com>
6887
6888 * gdb.base/define.exp: Add test for command abbreviations
6889 in define.
6890
6891 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6892
6893 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6894 * gdb.reverse/insn-reverse-x86.c: New file.
6895
6896 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6897
6898 PR tdep/20936
6899 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6900
6901 2017-02-03 Tom Tromey <tom@tromey.com>
6902
6903 PR rust/21097:
6904 * gdb.rust/simple.exp: Add new tests.
6905
6906 2017-02-02 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6909 tests.
6910
6911 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6912
6913 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6914 taking a 2-byte value out of a 4-byte DWARF implicit value on
6915 big-endian targets.
6916 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6917 logic. Add test cases for DW_OP_implicit.
6918
6919 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6920
6921 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6922
6923 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6924
6925 * gdb.btrace/enable.exp: Call gdb_exit before
6926 skip_gdbserver_tests.
6927
6928 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6929
6930 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6931 GDBFLAGS.
6932
6933 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6934
6935 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6936 the test is skipped.
6937 * gdb.btrace/data.exp: Likewise.
6938 * gdb.btrace/delta.exp: Likewise.
6939 * gdb.btrace/dlopen.exp: Likewise.
6940 * gdb.btrace/enable-running.exp: Likewise.
6941 * gdb.btrace/enable.exp: Likewise.
6942 * gdb.btrace/exception.exp: Likewise.
6943 * gdb.btrace/function_call_history.exp: Likewise.
6944 * gdb.btrace/gcore.exp: Likewise.
6945 * gdb.btrace/instruction_history.exp: Likewise.
6946 * gdb.btrace/multi-thread-step.exp: Likewise.
6947 * gdb.btrace/nohist.exp: Likewise.
6948 * gdb.btrace/non-stop.exp: Likewise.
6949 * gdb.btrace/reconnect.exp: Likewise.
6950 * gdb.btrace/record_goto-step.exp: Likewise.
6951 * gdb.btrace/record_goto.exp: Likewise.
6952 * gdb.btrace/rn-dl-bind.exp: Likewise.
6953 * gdb.btrace/segv.exp: Likewise.
6954 * gdb.btrace/step.exp: Likewise.
6955 * gdb.btrace/stepi.exp: Likewise.
6956 * gdb.btrace/tailcall-only.exp: Likewise.
6957 * gdb.btrace/tailcall.exp: Likewise.
6958 * gdb.btrace/tsx.exp: Likewise.
6959 * gdb.btrace/unknown_functions.exp: Likewise.
6960 * gdb.btrace/vdso.exp: Likewise.
6961
6962 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6963
6964 * gdb.btrace/enable-running.c: New.
6965 * gdb.btrace/enable-running.exp: New.
6966
6967 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6968
6969 * gdb.arch/amd64-gs_base.c: New file.
6970 * gdb.arch/amd64-gs_base.exp: New file.
6971
6972 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6973
6974 * lib/memory.exp: Remove spurious empty newlines.
6975
6976 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6977
6978 * gdb.python/py-bad-printers.exp: Load python file using "source".
6979 * gdb.python/py-events.exp: Likewise.
6980 * gdb.python/py-evsignal.exp: Likewise.
6981 * gdb.python/py-evthreads.exp: Likewise.
6982 * gdb.python/py-frame-args.exp: Likewise.
6983 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6984 * gdb.python/py-framefilter-mi.exp: Likewise.
6985 * gdb.python/py-framefilter.exp: Likewise.
6986 * gdb.python/py-mi.exp: Likewise.
6987 * gdb.python/py-pp-maint.exp: Likewise.
6988 * gdb.python/py-pp-registration.exp: Likewise.
6989 * gdb.python/py-prettyprint.exp: Likewise.
6990 (run_lang_tests): Likewise.
6991 * gdb.python/py-typeprint.exp: Likewise.
6992
6993 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6994
6995 * lib/memory.exp: New file.
6996 * lib/gdb.exp: Load memory.exp.
6997 * gdb.base/memattr.exp (delete_memory): Move proc to
6998 lib/memory.exp and rename to delete_memory_regions.
6999 Replace delete_memory with delete_memory_regions.
7000 Cleanup memory regions before tests.
7001 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7002 before tests.
7003
7004 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7005
7006 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7007 files.
7008 (initialize): New function conditionally defined.
7009 (testcases): Move within conditional block.
7010 (main): Call initialize.
7011 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7012 of gdb.reverse/insn-reverse.c.
7013 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7014 gdb.reverse/insn-reverse.c.
7015
7016 2017-01-26 Yao Qi <yao.qi@linaro.org>
7017
7018 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7019 disassemble on address 0.
7020
7021 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7022 Yao Qi <yao.qi@linaro.org>
7023
7024 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7025 * gdb.dwarf2/implptr-64bit.S: Remove.
7026 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7027 variables in caller's context. Add DW_OP_implicit_value.
7028
7029 2017-01-25 Yao Qi <yao.qi@linaro.org>
7030
7031 * lib/dwarf.exp (Dwarf::_location): Handle
7032 DW_OP_GNU_implicit_pointer with proper size.
7033
7034 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7035
7036 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7037 and add untested calls.
7038
7039 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7040
7041 * gdb.python/python.exp: Check line number against what GDB thinks
7042 the line number is for func1.
7043
7044 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7045
7046 * gdb.dlang/debug-expr.exp: New file.
7047
7048 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7049
7050 Fix test names for the following files:
7051
7052 * gdb.ada/exec_changed.exp
7053 * gdb.ada/info_types.exp
7054 * gdb.arch/aarch64-atomic-inst.exp
7055 * gdb.arch/aarch64-fp.exp
7056 * gdb.arch/altivec-abi.exp
7057 * gdb.arch/altivec-regs.exp
7058 * gdb.arch/amd64-byte.exp
7059 * gdb.arch/amd64-disp-step.exp
7060 * gdb.arch/amd64-dword.exp
7061 * gdb.arch/amd64-entry-value-inline.exp
7062 * gdb.arch/amd64-entry-value-param.exp
7063 * gdb.arch/amd64-entry-value-paramref.exp
7064 * gdb.arch/amd64-entry-value.exp
7065 * gdb.arch/amd64-i386-address.exp
7066 * gdb.arch/amd64-invalid-stack-middle.exp
7067 * gdb.arch/amd64-invalid-stack-top.exp
7068 * gdb.arch/amd64-optimout-repeat.exp
7069 * gdb.arch/amd64-prologue-skip.exp
7070 * gdb.arch/amd64-prologue-xmm.exp
7071 * gdb.arch/amd64-stap-special-operands.exp
7072 * gdb.arch/amd64-stap-wrong-subexp.exp
7073 * gdb.arch/amd64-tailcall-cxx.exp
7074 * gdb.arch/amd64-tailcall-noret.exp
7075 * gdb.arch/amd64-tailcall-ret.exp
7076 * gdb.arch/amd64-tailcall-self.exp
7077 * gdb.arch/amd64-word.exp
7078 * gdb.arch/arm-bl-branch-dest.exp
7079 * gdb.arch/arm-disp-step.exp
7080 * gdb.arch/arm-neon.exp
7081 * gdb.arch/arm-single-step-kernel-helper.exp
7082 * gdb.arch/avr-flash-qualifier.exp
7083 * gdb.arch/disp-step-insn-reloc.exp
7084 * gdb.arch/e500-abi.exp
7085 * gdb.arch/e500-regs.exp
7086 * gdb.arch/ftrace-insn-reloc.exp
7087 * gdb.arch/i386-avx512.exp
7088 * gdb.arch/i386-bp_permanent.exp
7089 * gdb.arch/i386-byte.exp
7090 * gdb.arch/i386-cfi-notcurrent.exp
7091 * gdb.arch/i386-disp-step.exp
7092 * gdb.arch/i386-dr3-watch.exp
7093 * gdb.arch/i386-float.exp
7094 * gdb.arch/i386-gnu-cfi.exp
7095 * gdb.arch/i386-mpx-map.exp
7096 * gdb.arch/i386-mpx-sigsegv.exp
7097 * gdb.arch/i386-mpx-simple_segv.exp
7098 * gdb.arch/i386-mpx.exp
7099 * gdb.arch/i386-permbkpt.exp
7100 * gdb.arch/i386-prologue.exp
7101 * gdb.arch/i386-signal.exp
7102 * gdb.arch/i386-size-overlap.exp
7103 * gdb.arch/i386-unwind.exp
7104 * gdb.arch/i386-word.exp
7105 * gdb.arch/mips-fcr.exp
7106 * gdb.arch/powerpc-d128-regs.exp
7107 * gdb.arch/powerpc-stackless.exp
7108 * gdb.arch/ppc64-atomic-inst.exp
7109 * gdb.arch/s390-stackless.exp
7110 * gdb.arch/s390-tdbregs.exp
7111 * gdb.arch/s390-vregs.exp
7112 * gdb.arch/sparc-sysstep.exp
7113 * gdb.arch/thumb-bx-pc.exp
7114 * gdb.arch/thumb-singlestep.exp
7115 * gdb.arch/thumb2-it.exp
7116 * gdb.arch/vsx-regs.exp
7117 * gdb.asm/asm-source.exp
7118 * gdb.base/a2-run.exp
7119 * gdb.base/advance.exp
7120 * gdb.base/all-bin.exp
7121 * gdb.base/anon.exp
7122 * gdb.base/args.exp
7123 * gdb.base/arithmet.exp
7124 * gdb.base/async-shell.exp
7125 * gdb.base/async.exp
7126 * gdb.base/attach-pie-noexec.exp
7127 * gdb.base/attach-twice.exp
7128 * gdb.base/auto-load.exp
7129 * gdb.base/bang.exp
7130 * gdb.base/bitfields.exp
7131 * gdb.base/break-always.exp
7132 * gdb.base/break-caller-line.exp
7133 * gdb.base/break-entry.exp
7134 * gdb.base/break-inline.exp
7135 * gdb.base/break-on-linker-gcd-function.exp
7136 * gdb.base/break-probes.exp
7137 * gdb.base/break.exp
7138 * gdb.base/breakpoint-shadow.exp
7139 * gdb.base/call-ar-st.exp
7140 * gdb.base/call-sc.exp
7141 * gdb.base/call-signal-resume.exp
7142 * gdb.base/call-strs.exp
7143 * gdb.base/callfuncs.exp
7144 * gdb.base/catch-fork-static.exp
7145 * gdb.base/catch-gdb-caused-signals.exp
7146 * gdb.base/catch-load.exp
7147 * gdb.base/catch-signal-fork.exp
7148 * gdb.base/catch-signal.exp
7149 * gdb.base/catch-syscall.exp
7150 * gdb.base/charset.exp
7151 * gdb.base/checkpoint.exp
7152 * gdb.base/chng-syms.exp
7153 * gdb.base/code-expr.exp
7154 * gdb.base/code_elim.exp
7155 * gdb.base/commands.exp
7156 * gdb.base/completion.exp
7157 * gdb.base/complex.exp
7158 * gdb.base/cond-expr.exp
7159 * gdb.base/condbreak.exp
7160 * gdb.base/consecutive.exp
7161 * gdb.base/continue-all-already-running.exp
7162 * gdb.base/coredump-filter.exp
7163 * gdb.base/corefile.exp
7164 * gdb.base/dbx.exp
7165 * gdb.base/debug-expr.exp
7166 * gdb.base/define.exp
7167 * gdb.base/del.exp
7168 * gdb.base/disabled-location.exp
7169 * gdb.base/disasm-end-cu.exp
7170 * gdb.base/disasm-optim.exp
7171 * gdb.base/display.exp
7172 * gdb.base/duplicate-bp.exp
7173 * gdb.base/ena-dis-br.exp
7174 * gdb.base/ending-run.exp
7175 * gdb.base/enumval.exp
7176 * gdb.base/environ.exp
7177 * gdb.base/eu-strip-infcall.exp
7178 * gdb.base/eval-avoid-side-effects.exp
7179 * gdb.base/eval-skip.exp
7180 * gdb.base/exitsignal.exp
7181 * gdb.base/expand-psymtabs.exp
7182 * gdb.base/filesym.exp
7183 * gdb.base/find-unmapped.exp
7184 * gdb.base/finish.exp
7185 * gdb.base/float.exp
7186 * gdb.base/foll-exec-mode.exp
7187 * gdb.base/foll-exec.exp
7188 * gdb.base/foll-fork.exp
7189 * gdb.base/fortran-sym-case.exp
7190 * gdb.base/freebpcmd.exp
7191 * gdb.base/func-ptr.exp
7192 * gdb.base/func-ptrs.exp
7193 * gdb.base/funcargs.exp
7194 * gdb.base/gcore-buffer-overflow.exp
7195 * gdb.base/gcore-relro-pie.exp
7196 * gdb.base/gcore-relro.exp
7197 * gdb.base/gcore.exp
7198 * gdb.base/gdb1090.exp
7199 * gdb.base/gdb11530.exp
7200 * gdb.base/gdb11531.exp
7201 * gdb.base/gdb1821.exp
7202 * gdb.base/gdbindex-stabs.exp
7203 * gdb.base/gdbvars.exp
7204 * gdb.base/hbreak.exp
7205 * gdb.base/hbreak2.exp
7206 * gdb.base/included.exp
7207 * gdb.base/infcall-input.exp
7208 * gdb.base/inferior-died.exp
7209 * gdb.base/infnan.exp
7210 * gdb.base/info-macros.exp
7211 * gdb.base/info-os.exp
7212 * gdb.base/info-proc.exp
7213 * gdb.base/info-shared.exp
7214 * gdb.base/info-target.exp
7215 * gdb.base/infoline.exp
7216 * gdb.base/interp.exp
7217 * gdb.base/interrupt.exp
7218 * gdb.base/jit-reader.exp
7219 * gdb.base/jit-simple.exp
7220 * gdb.base/kill-after-signal.exp
7221 * gdb.base/kill-detach-inferiors-cmd.exp
7222 * gdb.base/label.exp
7223 * gdb.base/langs.exp
7224 * gdb.base/ldbl_e308.exp
7225 * gdb.base/line-symtabs.exp
7226 * gdb.base/linespecs.exp
7227 * gdb.base/list.exp
7228 * gdb.base/long_long.exp
7229 * gdb.base/longest-types.exp
7230 * gdb.base/maint.exp
7231 * gdb.base/max-value-size.exp
7232 * gdb.base/memattr.exp
7233 * gdb.base/mips_pro.exp
7234 * gdb.base/morestack.exp
7235 * gdb.base/moribund-step.exp
7236 * gdb.base/multi-forks.exp
7237 * gdb.base/nested-addr.exp
7238 * gdb.base/nextoverexit.exp
7239 * gdb.base/noreturn-finish.exp
7240 * gdb.base/noreturn-return.exp
7241 * gdb.base/nostdlib.exp
7242 * gdb.base/offsets.exp
7243 * gdb.base/opaque.exp
7244 * gdb.base/pc-fp.exp
7245 * gdb.base/permissions.exp
7246 * gdb.base/print-symbol-loading.exp
7247 * gdb.base/prologue-include.exp
7248 * gdb.base/psymtab.exp
7249 * gdb.base/ptype.exp
7250 * gdb.base/random-signal.exp
7251 * gdb.base/randomize.exp
7252 * gdb.base/range-stepping.exp
7253 * gdb.base/readline-ask.exp
7254 * gdb.base/recpar.exp
7255 * gdb.base/recurse.exp
7256 * gdb.base/relational.exp
7257 * gdb.base/restore.exp
7258 * gdb.base/return-nodebug.exp
7259 * gdb.base/return.exp
7260 * gdb.base/run-after-attach.exp
7261 * gdb.base/save-bp.exp
7262 * gdb.base/scope.exp
7263 * gdb.base/sect-cmd.exp
7264 * gdb.base/set-lang-auto.exp
7265 * gdb.base/set-noassign.exp
7266 * gdb.base/setvar.exp
7267 * gdb.base/sigall.exp
7268 * gdb.base/sigbpt.exp
7269 * gdb.base/siginfo-addr.exp
7270 * gdb.base/siginfo-infcall.exp
7271 * gdb.base/siginfo-obj.exp
7272 * gdb.base/siginfo.exp
7273 * gdb.base/signals-state-child.exp
7274 * gdb.base/signest.exp
7275 * gdb.base/sigstep.exp
7276 * gdb.base/sizeof.exp
7277 * gdb.base/skip.exp
7278 * gdb.base/solib-corrupted.exp
7279 * gdb.base/solib-nodir.exp
7280 * gdb.base/solib-search.exp
7281 * gdb.base/stack-checking.exp
7282 * gdb.base/stale-infcall.exp
7283 * gdb.base/stap-probe.exp
7284 * gdb.base/start.exp
7285 * gdb.base/step-break.exp
7286 * gdb.base/step-bt.exp
7287 * gdb.base/step-line.exp
7288 * gdb.base/step-over-exit.exp
7289 * gdb.base/step-over-syscall.exp
7290 * gdb.base/step-resume-infcall.exp
7291 * gdb.base/step-test.exp
7292 * gdb.base/store.exp
7293 * gdb.base/structs3.exp
7294 * gdb.base/sym-file.exp
7295 * gdb.base/symbol-without-target_section.exp
7296 * gdb.base/term.exp
7297 * gdb.base/testenv.exp
7298 * gdb.base/ui-redirect.exp
7299 * gdb.base/until.exp
7300 * gdb.base/unwindonsignal.exp
7301 * gdb.base/value-double-free.exp
7302 * gdb.base/vla-datatypes.exp
7303 * gdb.base/vla-ptr.exp
7304 * gdb.base/vla-sideeffect.exp
7305 * gdb.base/volatile.exp
7306 * gdb.base/watch-cond-infcall.exp
7307 * gdb.base/watch-cond.exp
7308 * gdb.base/watch-non-mem.exp
7309 * gdb.base/watch-read.exp
7310 * gdb.base/watch-vfork.exp
7311 * gdb.base/watchpoint-cond-gone.exp
7312 * gdb.base/watchpoint-delete.exp
7313 * gdb.base/watchpoint-hw-hit-once.exp
7314 * gdb.base/watchpoint-hw.exp
7315 * gdb.base/watchpoint-stops-at-right-insn.exp
7316 * gdb.base/watchpoints.exp
7317 * gdb.base/wchar.exp
7318 * gdb.base/whatis-exp.exp
7319 * gdb.btrace/buffer-size.exp
7320 * gdb.btrace/data.exp
7321 * gdb.btrace/delta.exp
7322 * gdb.btrace/dlopen.exp
7323 * gdb.btrace/enable.exp
7324 * gdb.btrace/exception.exp
7325 * gdb.btrace/function_call_history.exp
7326 * gdb.btrace/gcore.exp
7327 * gdb.btrace/instruction_history.exp
7328 * gdb.btrace/nohist.exp
7329 * gdb.btrace/reconnect.exp
7330 * gdb.btrace/record_goto-step.exp
7331 * gdb.btrace/record_goto.exp
7332 * gdb.btrace/rn-dl-bind.exp
7333 * gdb.btrace/segv.exp
7334 * gdb.btrace/step.exp
7335 * gdb.btrace/stepi.exp
7336 * gdb.btrace/tailcall-only.exp
7337 * gdb.btrace/tailcall.exp
7338 * gdb.btrace/tsx.exp
7339 * gdb.btrace/unknown_functions.exp
7340 * gdb.btrace/vdso.exp
7341 * gdb.compile/compile-ifunc.exp
7342 * gdb.compile/compile-ops.exp
7343 * gdb.compile/compile-print.exp
7344 * gdb.compile/compile-setjmp.exp
7345 * gdb.cp/abstract-origin.exp
7346 * gdb.cp/ambiguous.exp
7347 * gdb.cp/annota2.exp
7348 * gdb.cp/annota3.exp
7349 * gdb.cp/anon-ns.exp
7350 * gdb.cp/anon-struct.exp
7351 * gdb.cp/anon-union.exp
7352 * gdb.cp/arg-reference.exp
7353 * gdb.cp/baseenum.exp
7354 * gdb.cp/bool.exp
7355 * gdb.cp/breakpoint.exp
7356 * gdb.cp/bs15503.exp
7357 * gdb.cp/call-c.exp
7358 * gdb.cp/casts.exp
7359 * gdb.cp/chained-calls.exp
7360 * gdb.cp/class2.exp
7361 * gdb.cp/classes.exp
7362 * gdb.cp/cmpd-minsyms.exp
7363 * gdb.cp/converts.exp
7364 * gdb.cp/cp-relocate.exp
7365 * gdb.cp/cpcompletion.exp
7366 * gdb.cp/cpexprs.exp
7367 * gdb.cp/cplabel.exp
7368 * gdb.cp/cplusfuncs.exp
7369 * gdb.cp/cpsizeof.exp
7370 * gdb.cp/ctti.exp
7371 * gdb.cp/derivation.exp
7372 * gdb.cp/destrprint.exp
7373 * gdb.cp/dispcxx.exp
7374 * gdb.cp/enum-class.exp
7375 * gdb.cp/exception.exp
7376 * gdb.cp/exceptprint.exp
7377 * gdb.cp/expand-psymtabs-cxx.exp
7378 * gdb.cp/expand-sals.exp
7379 * gdb.cp/extern-c.exp
7380 * gdb.cp/filename.exp
7381 * gdb.cp/formatted-ref.exp
7382 * gdb.cp/fpointer.exp
7383 * gdb.cp/gdb1355.exp
7384 * gdb.cp/gdb2495.exp
7385 * gdb.cp/hang.exp
7386 * gdb.cp/impl-this.exp
7387 * gdb.cp/infcall-dlopen.exp
7388 * gdb.cp/inherit.exp
7389 * gdb.cp/iostream.exp
7390 * gdb.cp/koenig.exp
7391 * gdb.cp/local.exp
7392 * gdb.cp/m-data.exp
7393 * gdb.cp/m-static.exp
7394 * gdb.cp/mb-ctor.exp
7395 * gdb.cp/mb-inline.exp
7396 * gdb.cp/mb-templates.exp
7397 * gdb.cp/member-name.exp
7398 * gdb.cp/member-ptr.exp
7399 * gdb.cp/meth-typedefs.exp
7400 * gdb.cp/method.exp
7401 * gdb.cp/method2.exp
7402 * gdb.cp/minsym-fallback.exp
7403 * gdb.cp/misc.exp
7404 * gdb.cp/namelessclass.exp
7405 * gdb.cp/namespace-enum.exp
7406 * gdb.cp/namespace-nested-import.exp
7407 * gdb.cp/namespace.exp
7408 * gdb.cp/nextoverthrow.exp
7409 * gdb.cp/no-dmgl-verbose.exp
7410 * gdb.cp/non-trivial-retval.exp
7411 * gdb.cp/noparam.exp
7412 * gdb.cp/nsdecl.exp
7413 * gdb.cp/nsimport.exp
7414 * gdb.cp/nsnested.exp
7415 * gdb.cp/nsnoimports.exp
7416 * gdb.cp/nsrecurs.exp
7417 * gdb.cp/nsstress.exp
7418 * gdb.cp/nsusing.exp
7419 * gdb.cp/operator.exp
7420 * gdb.cp/oranking.exp
7421 * gdb.cp/overload-const.exp
7422 * gdb.cp/overload.exp
7423 * gdb.cp/ovldbreak.exp
7424 * gdb.cp/ovsrch.exp
7425 * gdb.cp/paren-type.exp
7426 * gdb.cp/parse-lang.exp
7427 * gdb.cp/pass-by-ref.exp
7428 * gdb.cp/pr-1023.exp
7429 * gdb.cp/pr-1210.exp
7430 * gdb.cp/pr-574.exp
7431 * gdb.cp/pr10687.exp
7432 * gdb.cp/pr12028.exp
7433 * gdb.cp/pr17132.exp
7434 * gdb.cp/pr17494.exp
7435 * gdb.cp/pr9067.exp
7436 * gdb.cp/pr9167.exp
7437 * gdb.cp/pr9631.exp
7438 * gdb.cp/printmethod.exp
7439 * gdb.cp/psmang.exp
7440 * gdb.cp/psymtab-parameter.exp
7441 * gdb.cp/ptype-cv-cp.exp
7442 * gdb.cp/ptype-flags.exp
7443 * gdb.cp/re-set-overloaded.exp
7444 * gdb.cp/ref-types.exp
7445 * gdb.cp/rtti.exp
7446 * gdb.cp/scope-err.exp
7447 * gdb.cp/shadow.exp
7448 * gdb.cp/smartp.exp
7449 * gdb.cp/static-method.exp
7450 * gdb.cp/static-print-quit.exp
7451 * gdb.cp/temargs.exp
7452 * gdb.cp/templates.exp
7453 * gdb.cp/try_catch.exp
7454 * gdb.cp/typedef-operator.exp
7455 * gdb.cp/typeid.exp
7456 * gdb.cp/userdef.exp
7457 * gdb.cp/using-crash.exp
7458 * gdb.cp/var-tag.exp
7459 * gdb.cp/virtbase.exp
7460 * gdb.cp/virtfunc.exp
7461 * gdb.cp/virtfunc2.exp
7462 * gdb.cp/vla-cxx.exp
7463 * gdb.disasm/t01_mov.exp
7464 * gdb.disasm/t02_mova.exp
7465 * gdb.disasm/t03_add.exp
7466 * gdb.disasm/t04_sub.exp
7467 * gdb.disasm/t05_cmp.exp
7468 * gdb.disasm/t06_ari2.exp
7469 * gdb.disasm/t07_ari3.exp
7470 * gdb.disasm/t08_or.exp
7471 * gdb.disasm/t09_xor.exp
7472 * gdb.disasm/t10_and.exp
7473 * gdb.disasm/t11_logs.exp
7474 * gdb.disasm/t12_bit.exp
7475 * gdb.disasm/t13_otr.exp
7476 * gdb.dlang/circular.exp
7477 * gdb.dwarf2/arr-stride.exp
7478 * gdb.dwarf2/arr-subrange.exp
7479 * gdb.dwarf2/atomic-type.exp
7480 * gdb.dwarf2/bad-regnum.exp
7481 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7482 * gdb.dwarf2/callframecfa.exp
7483 * gdb.dwarf2/clztest.exp
7484 * gdb.dwarf2/corrupt.exp
7485 * gdb.dwarf2/data-loc.exp
7486 * gdb.dwarf2/dup-psym.exp
7487 * gdb.dwarf2/dw2-anon-mptr.exp
7488 * gdb.dwarf2/dw2-anonymous-func.exp
7489 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7490 * gdb.dwarf2/dw2-bad-unresolved.exp
7491 * gdb.dwarf2/dw2-basic.exp
7492 * gdb.dwarf2/dw2-canonicalize-type.exp
7493 * gdb.dwarf2/dw2-case-insensitive.exp
7494 * gdb.dwarf2/dw2-common-block.exp
7495 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7496 * gdb.dwarf2/dw2-compressed.exp
7497 * gdb.dwarf2/dw2-const.exp
7498 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7499 * gdb.dwarf2/dw2-cu-size.exp
7500 * gdb.dwarf2/dw2-dup-frame.exp
7501 * gdb.dwarf2/dw2-entry-value.exp
7502 * gdb.dwarf2/dw2-icycle.exp
7503 * gdb.dwarf2/dw2-ifort-parameter.exp
7504 * gdb.dwarf2/dw2-inline-break.exp
7505 * gdb.dwarf2/dw2-inline-param.exp
7506 * gdb.dwarf2/dw2-intercu.exp
7507 * gdb.dwarf2/dw2-intermix.exp
7508 * gdb.dwarf2/dw2-lexical-block-bare.exp
7509 * gdb.dwarf2/dw2-linkage-name-trust.exp
7510 * gdb.dwarf2/dw2-minsym-in-cu.exp
7511 * gdb.dwarf2/dw2-noloc.exp
7512 * gdb.dwarf2/dw2-op-call.exp
7513 * gdb.dwarf2/dw2-op-out-param.exp
7514 * gdb.dwarf2/dw2-opt-structptr.exp
7515 * gdb.dwarf2/dw2-param-error.exp
7516 * gdb.dwarf2/dw2-producer.exp
7517 * gdb.dwarf2/dw2-ranges-base.exp
7518 * gdb.dwarf2/dw2-ref-missing-frame.exp
7519 * gdb.dwarf2/dw2-reg-undefined.exp
7520 * gdb.dwarf2/dw2-regno-invalid.exp
7521 * gdb.dwarf2/dw2-restore.exp
7522 * gdb.dwarf2/dw2-restrict.exp
7523 * gdb.dwarf2/dw2-single-line-discriminators.exp
7524 * gdb.dwarf2/dw2-strp.exp
7525 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7526 * gdb.dwarf2/dw2-unresolved.exp
7527 * gdb.dwarf2/dw2-var-zero-addr.exp
7528 * gdb.dwarf2/dw4-sig-types.exp
7529 * gdb.dwarf2/dwz.exp
7530 * gdb.dwarf2/dynarr-ptr.exp
7531 * gdb.dwarf2/enum-type.exp
7532 * gdb.dwarf2/gdb-index.exp
7533 * gdb.dwarf2/implptr-64bit.exp
7534 * gdb.dwarf2/implptr-optimized-out.exp
7535 * gdb.dwarf2/implptr.exp
7536 * gdb.dwarf2/implref-array.exp
7537 * gdb.dwarf2/implref-const.exp
7538 * gdb.dwarf2/implref-global.exp
7539 * gdb.dwarf2/implref-struct.exp
7540 * gdb.dwarf2/mac-fileno.exp
7541 * gdb.dwarf2/main-subprogram.exp
7542 * gdb.dwarf2/member-ptr-forwardref.exp
7543 * gdb.dwarf2/method-ptr.exp
7544 * gdb.dwarf2/missing-sig-type.exp
7545 * gdb.dwarf2/nonvar-access.exp
7546 * gdb.dwarf2/opaque-type-lookup.exp
7547 * gdb.dwarf2/pieces-optimized-out.exp
7548 * gdb.dwarf2/pieces.exp
7549 * gdb.dwarf2/pr10770.exp
7550 * gdb.dwarf2/pr13961.exp
7551 * gdb.dwarf2/staticvirtual.exp
7552 * gdb.dwarf2/subrange.exp
7553 * gdb.dwarf2/symtab-producer.exp
7554 * gdb.dwarf2/trace-crash.exp
7555 * gdb.dwarf2/typeddwarf.exp
7556 * gdb.dwarf2/valop.exp
7557 * gdb.dwarf2/watch-notconst.exp
7558 * gdb.fortran/array-element.exp
7559 * gdb.fortran/charset.exp
7560 * gdb.fortran/common-block.exp
7561 * gdb.fortran/complex.exp
7562 * gdb.fortran/derived-type-function.exp
7563 * gdb.fortran/derived-type.exp
7564 * gdb.fortran/logical.exp
7565 * gdb.fortran/module.exp
7566 * gdb.fortran/multi-dim.exp
7567 * gdb.fortran/nested-funcs.exp
7568 * gdb.fortran/print-formatted.exp
7569 * gdb.fortran/subarray.exp
7570 * gdb.fortran/vla-alloc-assoc.exp
7571 * gdb.fortran/vla-datatypes.exp
7572 * gdb.fortran/vla-history.exp
7573 * gdb.fortran/vla-ptr-info.exp
7574 * gdb.fortran/vla-ptype-sub.exp
7575 * gdb.fortran/vla-ptype.exp
7576 * gdb.fortran/vla-sizeof.exp
7577 * gdb.fortran/vla-type.exp
7578 * gdb.fortran/vla-value-sub-arbitrary.exp
7579 * gdb.fortran/vla-value-sub-finish.exp
7580 * gdb.fortran/vla-value-sub.exp
7581 * gdb.fortran/vla-value.exp
7582 * gdb.fortran/whatis_type.exp
7583 * gdb.go/chan.exp
7584 * gdb.go/handcall.exp
7585 * gdb.go/hello.exp
7586 * gdb.go/integers.exp
7587 * gdb.go/methods.exp
7588 * gdb.go/package.exp
7589 * gdb.go/strings.exp
7590 * gdb.go/types.exp
7591 * gdb.go/unsafe.exp
7592 * gdb.guile/scm-arch.exp
7593 * gdb.guile/scm-block.exp
7594 * gdb.guile/scm-breakpoint.exp
7595 * gdb.guile/scm-cmd.exp
7596 * gdb.guile/scm-disasm.exp
7597 * gdb.guile/scm-equal.exp
7598 * gdb.guile/scm-frame-args.exp
7599 * gdb.guile/scm-frame-inline.exp
7600 * gdb.guile/scm-frame.exp
7601 * gdb.guile/scm-iterator.exp
7602 * gdb.guile/scm-math.exp
7603 * gdb.guile/scm-objfile.exp
7604 * gdb.guile/scm-ports.exp
7605 * gdb.guile/scm-symbol.exp
7606 * gdb.guile/scm-symtab.exp
7607 * gdb.guile/scm-value-cc.exp
7608 * gdb.guile/types-module.exp
7609 * gdb.linespec/break-ask.exp
7610 * gdb.linespec/cpexplicit.exp
7611 * gdb.linespec/explicit.exp
7612 * gdb.linespec/keywords.exp
7613 * gdb.linespec/linespec.exp
7614 * gdb.linespec/ls-dollar.exp
7615 * gdb.linespec/ls-errs.exp
7616 * gdb.linespec/skip-two.exp
7617 * gdb.linespec/thread.exp
7618 * gdb.mi/mi-async.exp
7619 * gdb.mi/mi-basics.exp
7620 * gdb.mi/mi-break.exp
7621 * gdb.mi/mi-catch-load.exp
7622 * gdb.mi/mi-cli.exp
7623 * gdb.mi/mi-cmd-param-changed.exp
7624 * gdb.mi/mi-console.exp
7625 * gdb.mi/mi-detach.exp
7626 * gdb.mi/mi-disassemble.exp
7627 * gdb.mi/mi-eval.exp
7628 * gdb.mi/mi-file-transfer.exp
7629 * gdb.mi/mi-file.exp
7630 * gdb.mi/mi-fill-memory.exp
7631 * gdb.mi/mi-inheritance-syntax-error.exp
7632 * gdb.mi/mi-linespec-err-cp.exp
7633 * gdb.mi/mi-logging.exp
7634 * gdb.mi/mi-memory-changed.exp
7635 * gdb.mi/mi-read-memory.exp
7636 * gdb.mi/mi-record-changed.exp
7637 * gdb.mi/mi-reg-undefined.exp
7638 * gdb.mi/mi-regs.exp
7639 * gdb.mi/mi-return.exp
7640 * gdb.mi/mi-reverse.exp
7641 * gdb.mi/mi-simplerun.exp
7642 * gdb.mi/mi-solib.exp
7643 * gdb.mi/mi-stack.exp
7644 * gdb.mi/mi-stepi.exp
7645 * gdb.mi/mi-syn-frame.exp
7646 * gdb.mi/mi-until.exp
7647 * gdb.mi/mi-var-block.exp
7648 * gdb.mi/mi-var-child.exp
7649 * gdb.mi/mi-var-cmd.exp
7650 * gdb.mi/mi-var-cp.exp
7651 * gdb.mi/mi-var-display.exp
7652 * gdb.mi/mi-var-invalidate.exp
7653 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7654 * gdb.mi/mi-vla-fortran.exp
7655 * gdb.mi/mi-watch.exp
7656 * gdb.mi/mi2-var-child.exp
7657 * gdb.mi/user-selected-context-sync.exp
7658 * gdb.modula2/unbounded-array.exp
7659 * gdb.multi/dummy-frame-restore.exp
7660 * gdb.multi/multi-arch-exec.exp
7661 * gdb.multi/multi-arch.exp
7662 * gdb.multi/tids.exp
7663 * gdb.multi/watchpoint-multi.exp
7664 * gdb.opencl/callfuncs.exp
7665 * gdb.opencl/convs_casts.exp
7666 * gdb.opencl/datatypes.exp
7667 * gdb.opencl/operators.exp
7668 * gdb.opencl/vec_comps.exp
7669 * gdb.opt/clobbered-registers-O2.exp
7670 * gdb.opt/inline-break.exp
7671 * gdb.opt/inline-bt.exp
7672 * gdb.opt/inline-cmds.exp
7673 * gdb.opt/inline-locals.exp
7674 * gdb.pascal/case-insensitive-symbols.exp
7675 * gdb.pascal/floats.exp
7676 * gdb.pascal/gdb11492.exp
7677 * gdb.python/lib-types.exp
7678 * gdb.python/py-arch.exp
7679 * gdb.python/py-as-string.exp
7680 * gdb.python/py-bad-printers.exp
7681 * gdb.python/py-block.exp
7682 * gdb.python/py-breakpoint-create-fail.exp
7683 * gdb.python/py-breakpoint.exp
7684 * gdb.python/py-caller-is.exp
7685 * gdb.python/py-cmd.exp
7686 * gdb.python/py-explore-cc.exp
7687 * gdb.python/py-explore.exp
7688 * gdb.python/py-finish-breakpoint.exp
7689 * gdb.python/py-finish-breakpoint2.exp
7690 * gdb.python/py-frame-args.exp
7691 * gdb.python/py-frame-inline.exp
7692 * gdb.python/py-frame.exp
7693 * gdb.python/py-framefilter-mi.exp
7694 * gdb.python/py-infthread.exp
7695 * gdb.python/py-lazy-string.exp
7696 * gdb.python/py-linetable.exp
7697 * gdb.python/py-mi-events.exp
7698 * gdb.python/py-mi-objfile.exp
7699 * gdb.python/py-mi.exp
7700 * gdb.python/py-objfile.exp
7701 * gdb.python/py-pp-integral.exp
7702 * gdb.python/py-pp-maint.exp
7703 * gdb.python/py-pp-re-notag.exp
7704 * gdb.python/py-pp-registration.exp
7705 * gdb.python/py-recurse-unwind.exp
7706 * gdb.python/py-strfns.exp
7707 * gdb.python/py-symbol.exp
7708 * gdb.python/py-symtab.exp
7709 * gdb.python/py-sync-interp.exp
7710 * gdb.python/py-typeprint.exp
7711 * gdb.python/py-unwind-maint.exp
7712 * gdb.python/py-unwind.exp
7713 * gdb.python/py-value-cc.exp
7714 * gdb.python/py-xmethods.exp
7715 * gdb.reverse/amd64-tailcall-reverse.exp
7716 * gdb.reverse/break-precsave.exp
7717 * gdb.reverse/break-reverse.exp
7718 * gdb.reverse/consecutive-precsave.exp
7719 * gdb.reverse/consecutive-reverse.exp
7720 * gdb.reverse/finish-precsave.exp
7721 * gdb.reverse/finish-reverse-bkpt.exp
7722 * gdb.reverse/finish-reverse.exp
7723 * gdb.reverse/fstatat-reverse.exp
7724 * gdb.reverse/getresuid-reverse.exp
7725 * gdb.reverse/i386-precsave.exp
7726 * gdb.reverse/i386-reverse.exp
7727 * gdb.reverse/i386-sse-reverse.exp
7728 * gdb.reverse/i387-env-reverse.exp
7729 * gdb.reverse/i387-stack-reverse.exp
7730 * gdb.reverse/insn-reverse.exp
7731 * gdb.reverse/machinestate-precsave.exp
7732 * gdb.reverse/machinestate.exp
7733 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7734 * gdb.reverse/pipe-reverse.exp
7735 * gdb.reverse/readv-reverse.exp
7736 * gdb.reverse/recvmsg-reverse.exp
7737 * gdb.reverse/rerun-prec.exp
7738 * gdb.reverse/s390-mvcle.exp
7739 * gdb.reverse/step-precsave.exp
7740 * gdb.reverse/step-reverse.exp
7741 * gdb.reverse/time-reverse.exp
7742 * gdb.reverse/until-precsave.exp
7743 * gdb.reverse/until-reverse.exp
7744 * gdb.reverse/waitpid-reverse.exp
7745 * gdb.reverse/watch-precsave.exp
7746 * gdb.reverse/watch-reverse.exp
7747 * gdb.rust/generics.exp
7748 * gdb.rust/methods.exp
7749 * gdb.rust/modules.exp
7750 * gdb.rust/simple.exp
7751 * gdb.server/connect-with-no-symbol-file.exp
7752 * gdb.server/ext-attach.exp
7753 * gdb.server/ext-restart.exp
7754 * gdb.server/ext-wrapper.exp
7755 * gdb.server/file-transfer.exp
7756 * gdb.server/server-exec-info.exp
7757 * gdb.server/server-kill.exp
7758 * gdb.server/server-mon.exp
7759 * gdb.server/wrapper.exp
7760 * gdb.stabs/exclfwd.exp
7761 * gdb.stabs/gdb11479.exp
7762 * gdb.threads/clone-new-thread-event.exp
7763 * gdb.threads/corethreads.exp
7764 * gdb.threads/current-lwp-dead.exp
7765 * gdb.threads/dlopen-libpthread.exp
7766 * gdb.threads/gcore-thread.exp
7767 * gdb.threads/sigstep-threads.exp
7768 * gdb.threads/watchpoint-fork.exp
7769 * gdb.trace/actions-changed.exp
7770 * gdb.trace/backtrace.exp
7771 * gdb.trace/change-loc.exp
7772 * gdb.trace/circ.exp
7773 * gdb.trace/collection.exp
7774 * gdb.trace/disconnected-tracing.exp
7775 * gdb.trace/ftrace.exp
7776 * gdb.trace/mi-trace-frame-collected.exp
7777 * gdb.trace/mi-trace-unavailable.exp
7778 * gdb.trace/mi-traceframe-changed.exp
7779 * gdb.trace/mi-tsv-changed.exp
7780 * gdb.trace/no-attach-trace.exp
7781 * gdb.trace/passc-dyn.exp
7782 * gdb.trace/qtro.exp
7783 * gdb.trace/range-stepping.exp
7784 * gdb.trace/read-memory.exp
7785 * gdb.trace/save-trace.exp
7786 * gdb.trace/signal.exp
7787 * gdb.trace/status-stop.exp
7788 * gdb.trace/tfile.exp
7789 * gdb.trace/trace-break.exp
7790 * gdb.trace/trace-buffer-size.exp
7791 * gdb.trace/trace-condition.exp
7792 * gdb.trace/tracefile-pseudo-reg.exp
7793 * gdb.trace/tstatus.exp
7794 * gdb.trace/unavailable.exp
7795 * gdb.trace/while-dyn.exp
7796 * gdb.trace/while-stepping.exp
7797
7798 2016-12-22 Doug Evans <xdje42@gmail.com>
7799
7800 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7801 and msymbols.
7802
7803 2016-12-19 Yao Qi <yao.qi@linaro.org>
7804
7805 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7806 (test_with_self): Don't call do_steps_and_nexts, and remove
7807 code about stepping into xmalloc.
7808
7809 2016-12-09 Yao Qi <yao.qi@linaro.org>
7810
7811 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7812
7813 2016-12-09 Yao Qi <yao.qi@linaro.org>
7814
7815 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7816
7817 2016-12-09 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.base/all-architectures-0.exp: New file.
7820 * gdb.base/all-architectures-1.exp: New file.
7821 * gdb.base/all-architectures-2.exp: New file.
7822 * gdb.base/all-architectures-3.exp: New file.
7823 * gdb.base/all-architectures-4.exp: New file.
7824 * gdb.base/all-architectures-5.exp: New file.
7825 * gdb.base/all-architectures-6.exp: New file.
7826 * gdb.base/all-architectures-7.exp: New file.
7827 * gdb.base/all-architectures.exp.in: New file.
7828
7829 2016-12-09 Yao Qi <yao.qi@linaro.org>
7830
7831 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7832
7833 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7834
7835 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7836 possible.
7837 Remove useless pattern-matching code.
7838
7839 2016-12-02 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7842 procedure.
7843 (top level): Call it.
7844
7845 2016-12-02 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7848 New procedure.
7849 (top level): Call it.
7850
7851 2016-12-02 Pedro Alves <palves@redhat.com>
7852
7853 PR cli/20559
7854 * gdb.base/commands.exp (user_defined_command_args_eval): New
7855 procedure.
7856 (top level): Call it.
7857
7858 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7859
7860 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7861 timeout handling.
7862
7863 2016-12-02 Tom Tromey <tom@tromey.com>
7864
7865 * gdb.dwarf2/main-subprogram.c: New file.
7866 * gdb.dwarf2/main-subprogram.exp: New file.
7867
7868 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7869
7870 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7871 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7872 gdb_test_no_output for a couple of cases.
7873 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7874
7875 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7876
7877 Fix test names and standardize compilation error messages throughout
7878 the following files:
7879
7880 * gdb.ada/start.exp
7881 * gdb.arch/alpha-step.exp
7882 * gdb.arch/e500-prologue.exp
7883 * gdb.arch/ftrace-insn-reloc.exp
7884 * gdb.arch/gdb1291.exp
7885 * gdb.arch/gdb1431.exp
7886 * gdb.arch/gdb1558.exp
7887 * gdb.arch/i386-dr3-watch.exp
7888 * gdb.arch/i386-sse-stack-align.exp
7889 * gdb.arch/ia64-breakpoint-shadow.exp
7890 * gdb.arch/pa-nullify.exp
7891 * gdb.arch/powerpc-aix-prologue.exp
7892 * gdb.arch/thumb-bx-pc.exp
7893 * gdb.base/annota1.exp
7894 * gdb.base/annota3.exp
7895 * gdb.base/arrayidx.exp
7896 * gdb.base/assign.exp
7897 * gdb.base/attach.exp
7898 * gdb.base/auxv.exp
7899 * gdb.base/bang.exp
7900 * gdb.base/bfp-test.exp
7901 * gdb.base/bigcore.exp
7902 * gdb.base/bitfields2.exp
7903 * gdb.base/break-fun-addr.exp
7904 * gdb.base/break-probes.exp
7905 * gdb.base/call-rt-st.exp
7906 * gdb.base/callexit.exp
7907 * gdb.base/catch-fork-kill.exp
7908 * gdb.base/charset.exp
7909 * gdb.base/checkpoint.exp
7910 * gdb.base/comprdebug.exp
7911 * gdb.base/constvars.exp
7912 * gdb.base/coredump-filter.exp
7913 * gdb.base/cursal.exp
7914 * gdb.base/cvexpr.exp
7915 * gdb.base/detach.exp
7916 * gdb.base/display.exp
7917 * gdb.base/dmsym.exp
7918 * gdb.base/dprintf-pending.exp
7919 * gdb.base/dso2dso.exp
7920 * gdb.base/dtrace-probe.exp
7921 * gdb.base/dump.exp
7922 * gdb.base/enum_cond.exp
7923 * gdb.base/exe-lock.exp
7924 * gdb.base/exec-invalid-sysroot.exp
7925 * gdb.base/execl-update-breakpoints.exp
7926 * gdb.base/exprs.exp
7927 * gdb.base/fileio.exp
7928 * gdb.base/find.exp
7929 * gdb.base/finish.exp
7930 * gdb.base/fixsection.exp
7931 * gdb.base/foll-vfork.exp
7932 * gdb.base/frame-args.exp
7933 * gdb.base/gcore.exp
7934 * gdb.base/gdb1250.exp
7935 * gdb.base/global-var-nested-by-dso.exp
7936 * gdb.base/gnu-ifunc.exp
7937 * gdb.base/hashline1.exp
7938 * gdb.base/hashline2.exp
7939 * gdb.base/hashline3.exp
7940 * gdb.base/hbreak-in-shr-unsupported.exp
7941 * gdb.base/huge.exp
7942 * gdb.base/infcall-input.exp
7943 * gdb.base/info-fun.exp
7944 * gdb.base/info-shared.exp
7945 * gdb.base/jit-simple.exp
7946 * gdb.base/jit-so.exp
7947 * gdb.base/jit.exp
7948 * gdb.base/jump.exp
7949 * gdb.base/label.exp
7950 * gdb.base/lineinc.exp
7951 * gdb.base/logical.exp
7952 * gdb.base/longjmp.exp
7953 * gdb.base/macscp.exp
7954 * gdb.base/miscexprs.exp
7955 * gdb.base/new-ui-echo.exp
7956 * gdb.base/new-ui-pending-input.exp
7957 * gdb.base/new-ui.exp
7958 * gdb.base/nodebug.exp
7959 * gdb.base/nofield.exp
7960 * gdb.base/offsets.exp
7961 * gdb.base/overlays.exp
7962 * gdb.base/pending.exp
7963 * gdb.base/pointers.exp
7964 * gdb.base/pr11022.exp
7965 * gdb.base/printcmds.exp
7966 * gdb.base/prologue.exp
7967 * gdb.base/ptr-typedef.exp
7968 * gdb.base/realname-expand.exp
7969 * gdb.base/relativedebug.exp
7970 * gdb.base/relocate.exp
7971 * gdb.base/remote.exp
7972 * gdb.base/reread.exp
7973 * gdb.base/return2.exp
7974 * gdb.base/savedregs.exp
7975 * gdb.base/sep.exp
7976 * gdb.base/sepdebug.exp
7977 * gdb.base/sepsymtab.exp
7978 * gdb.base/set-inferior-tty.exp
7979 * gdb.base/setshow.exp
7980 * gdb.base/shlib-call.exp
7981 * gdb.base/sigaltstack.exp
7982 * gdb.base/siginfo-addr.exp
7983 * gdb.base/signals.exp
7984 * gdb.base/signull.exp
7985 * gdb.base/sigrepeat.exp
7986 * gdb.base/so-impl-ld.exp
7987 * gdb.base/solib-display.exp
7988 * gdb.base/solib-overlap.exp
7989 * gdb.base/solib-search.exp
7990 * gdb.base/solib-symbol.exp
7991 * gdb.base/structs.exp
7992 * gdb.base/structs2.exp
7993 * gdb.base/symtab-search-order.exp
7994 * gdb.base/twice.exp
7995 * gdb.base/unload.exp
7996 * gdb.base/varargs.exp
7997 * gdb.base/watchpoint-solib.exp
7998 * gdb.base/watchpoint.exp
7999 * gdb.base/whatis.exp
8000 * gdb.base/wrong_frame_bt_full.exp
8001 * gdb.btrace/dlopen.exp
8002 * gdb.cell/ea-standalone.exp
8003 * gdb.cell/ea-test.exp
8004 * gdb.cp/dispcxx.exp
8005 * gdb.cp/gdb2384.exp
8006 * gdb.cp/method2.exp
8007 * gdb.cp/nextoverthrow.exp
8008 * gdb.cp/pr10728.exp
8009 * gdb.disasm/am33.exp
8010 * gdb.disasm/h8300s.exp
8011 * gdb.disasm/mn10300.exp
8012 * gdb.disasm/sh3.exp
8013 * gdb.dwarf2/dw2-dir-file-name.exp
8014 * gdb.fortran/complex.exp
8015 * gdb.fortran/library-module.exp
8016 * gdb.guile/scm-pretty-print.exp
8017 * gdb.guile/scm-symbol.exp
8018 * gdb.guile/scm-type.exp
8019 * gdb.guile/scm-value.exp
8020 * gdb.linespec/linespec.exp
8021 * gdb.mi/gdb701.exp
8022 * gdb.mi/gdb792.exp
8023 * gdb.mi/mi-breakpoint-changed.exp
8024 * gdb.mi/mi-dprintf-pending.exp
8025 * gdb.mi/mi-dprintf.exp
8026 * gdb.mi/mi-exit-code.exp
8027 * gdb.mi/mi-pending.exp
8028 * gdb.mi/mi-solib.exp
8029 * gdb.mi/new-ui-mi-sync.exp
8030 * gdb.mi/pr11022.exp
8031 * gdb.mi/user-selected-context-sync.exp
8032 * gdb.opt/solib-intra-step.exp
8033 * gdb.python/py-events.exp
8034 * gdb.python/py-finish-breakpoint.exp
8035 * gdb.python/py-mi.exp
8036 * gdb.python/py-prettyprint.exp
8037 * gdb.python/py-shared.exp
8038 * gdb.python/py-symbol.exp
8039 * gdb.python/py-template.exp
8040 * gdb.python/py-type.exp
8041 * gdb.python/py-value.exp
8042 * gdb.reverse/solib-precsave.exp
8043 * gdb.reverse/solib-reverse.exp
8044 * gdb.server/solib-list.exp
8045 * gdb.stabs/weird.exp
8046 * gdb.threads/reconnect-signal.exp
8047 * gdb.threads/stepi-random-signal.exp
8048 * gdb.trace/actions.exp
8049 * gdb.trace/ax.exp
8050 * gdb.trace/backtrace.exp
8051 * gdb.trace/change-loc.exp
8052 * gdb.trace/deltrace.exp
8053 * gdb.trace/ftrace-lock.exp
8054 * gdb.trace/ftrace.exp
8055 * gdb.trace/infotrace.exp
8056 * gdb.trace/mi-tracepoint-changed.exp
8057 * gdb.trace/packetlen.exp
8058 * gdb.trace/passcount.exp
8059 * gdb.trace/pending.exp
8060 * gdb.trace/range-stepping.exp
8061 * gdb.trace/report.exp
8062 * gdb.trace/stap-trace.exp
8063 * gdb.trace/tfind.exp
8064 * gdb.trace/trace-break.exp
8065 * gdb.trace/trace-condition.exp
8066 * gdb.trace/trace-enable-disable.exp
8067 * gdb.trace/trace-mt.exp
8068 * gdb.trace/tracecmd.exp
8069 * gdb.trace/tspeed.exp
8070 * gdb.trace/tsv.exp
8071 * lib/perftest.exp
8072
8073 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8074
8075 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8076 with gdb_test_no_output.
8077 Use command as test name.
8078
8079 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8080
8081 Fix test names starting with uppercase throughout the files.
8082
8083 * gdb.ada/assign_1.exp
8084 * gdb.ada/boolean_expr.exp
8085 * gdb.base/arrayidx.exp
8086 * gdb.base/del.exp
8087 * gdb.base/gcore-buffer-overflow.exp
8088 * gdb.base/testenv.exp
8089 * gdb.compile/compile.exp
8090 * gdb.python/py-framefilter-invalidarg.exp
8091 * gdb.python/py-framefilter.exp
8092
8093 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8094
8095 Fix test names starting with uppercase throughout the files.
8096
8097 * gdb.ada/array_return.exp
8098 * gdb.ada/expr_delims.exp
8099 * gdb.ada/mi_dyn_arr.exp
8100 * gdb.ada/mi_interface.exp
8101 * gdb.ada/mi_var_array.exp
8102 * gdb.ada/watch_arg.exp
8103 * gdb.arch/alpha-step.exp
8104 * gdb.arch/altivec-regs.exp
8105 * gdb.arch/e500-regs.exp
8106 * gdb.arch/powerpc-d128-regs.exp
8107 * gdb.base/arrayidx.exp
8108 * gdb.base/break.exp
8109 * gdb.base/checkpoint.exp
8110 * gdb.base/debug-expr.exp
8111 * gdb.base/dmsym.exp
8112 * gdb.base/radix.exp
8113 * gdb.base/sepdebug.exp
8114 * gdb.base/testenv.exp
8115 * gdb.base/watch_thread_num.exp
8116 * gdb.base/watchpoint-cond-gone.exp
8117 * gdb.cell/break.exp
8118 * gdb.cell/ea-cache.exp
8119 * gdb.compile/compile.exp
8120 * gdb.cp/gdb2495.exp
8121 * gdb.gdb/selftest.exp
8122 * gdb.gdb/xfullpath.exp
8123 * gdb.go/hello.exp
8124 * gdb.go/integers.exp
8125 * gdb.objc/basicclass.exp
8126 * gdb.pascal/hello.exp
8127 * gdb.pascal/integers.exp
8128 * gdb.python/py-breakpoint.exp
8129 * gdb.python/py-cmd.exp
8130 * gdb.python/py-linetable.exp
8131 * gdb.python/py-xmethods.exp
8132 * gdb.python/python.exp
8133 * gdb.reverse/consecutive-precsave.exp
8134 * gdb.reverse/finish-precsave.exp
8135 * gdb.reverse/i386-precsave.exp
8136 * gdb.reverse/machinestate-precsave.exp
8137 * gdb.reverse/sigall-precsave.exp
8138 * gdb.reverse/solib-precsave.exp
8139 * gdb.reverse/step-precsave.exp
8140 * gdb.reverse/until-precsave.exp
8141 * gdb.reverse/watch-precsave.exp
8142 * gdb.threads/leader-exit.exp
8143 * gdb.threads/pthreads.exp
8144 * gdb.threads/wp-replication.exp
8145 * gdb.trace/actions.exp
8146 * gdb.trace/mi-tsv-changed.exp
8147 * gdb.trace/tsv.exp
8148
8149 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8150
8151 Fix test names starting with uppercase throughout the files.
8152
8153 * gdb.arch/i386-bp_permanent.exp
8154 * gdb.arch/i386-gnu-cfi.exp
8155 * gdb.base/disasm-end-cu.exp
8156 * gdb.base/macscp.exp
8157 * gdb.base/pending.exp
8158 * gdb.base/watch_thread_num.exp
8159 * gdb.cp/exception.exp
8160 * gdb.cp/gdb2495.exp
8161 * gdb.cp/local.exp
8162 * gdb.python/py-evsignal.exp
8163 * gdb.python/python.exp
8164 * gdb.trace/tracecmd.exp
8165
8166 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8167
8168 Fix test names starting with uppercase throughout the files.
8169
8170 * gdb.base/charset.exp
8171 * gdb.base/eval.exp
8172 * gdb.base/multi-forks.exp
8173 * gdb.guile/scm-progspace.exp
8174 * gdb.opencl/datatypes.exp
8175 * gdb.python/py-block.exp
8176 * gdb.python/py-function.exp
8177 * gdb.python/py-symbol.exp
8178 * gdb.python/py-symtab.exp
8179 * gdb.python/py-xmethods.exp
8180 * gdb.reverse/break-precsave.exp
8181 * gdb.reverse/break-reverse.exp
8182 * gdb.reverse/consecutive-precsave.exp
8183 * gdb.reverse/consecutive-reverse.exp
8184 * gdb.reverse/finish-precsave.exp
8185 * gdb.reverse/finish-reverse-bkpt.exp
8186 * gdb.reverse/finish-reverse.exp
8187 * gdb.reverse/fstatat-reverse.exp
8188 * gdb.reverse/getresuid-reverse.exp
8189 * gdb.reverse/i386-precsave.exp
8190 * gdb.reverse/i386-reverse.exp
8191 * gdb.reverse/i386-sse-reverse.exp
8192 * gdb.reverse/i387-stack-reverse.exp
8193 * gdb.reverse/insn-reverse.exp
8194 * gdb.reverse/machinestate-precsave.exp
8195 * gdb.reverse/machinestate.exp
8196 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8197 * gdb.reverse/pipe-reverse.exp
8198 * gdb.reverse/readv-reverse.exp
8199 * gdb.reverse/recvmsg-reverse.exp
8200 * gdb.reverse/rerun-prec.exp
8201 * gdb.reverse/s390-mvcle.exp
8202 * gdb.reverse/sigall-precsave.exp
8203 * gdb.reverse/sigall-reverse.exp
8204 * gdb.reverse/solib-precsave.exp
8205 * gdb.reverse/solib-reverse.exp
8206 * gdb.reverse/step-precsave.exp
8207 * gdb.reverse/step-reverse.exp
8208 * gdb.reverse/time-reverse.exp
8209 * gdb.reverse/until-precsave.exp
8210 * gdb.reverse/until-reverse.exp
8211 * gdb.reverse/waitpid-reverse.exp
8212 * gdb.reverse/watch-precsave.exp
8213 * gdb.reverse/watch-reverse.exp
8214
8215 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8216
8217 Fix test names starting with uppercase throughout the files.
8218
8219 * gdb.arch/i386-mpx-simple_segv.exp
8220 * gdb.arch/i386-mpx.exp
8221 * gdb.arch/i386-permbkpt.exp
8222 * gdb.arch/pa-nullify.exp
8223 * gdb.arch/powerpc-d128-regs.exp
8224 * gdb.arch/vsx-regs.exp
8225 * gdb.base/bfp-test.exp
8226 * gdb.base/break.exp
8227 * gdb.base/breakpoint-shadow.exp
8228 * gdb.base/callfuncs.exp
8229 * gdb.base/charset.exp
8230 * gdb.base/commands.exp
8231 * gdb.base/completion.exp
8232 * gdb.base/dfp-test.exp
8233 * gdb.base/echo.exp
8234 * gdb.base/ending-run.exp
8235 * gdb.base/eval.exp
8236 * gdb.base/expand-psymtabs.exp
8237 * gdb.base/float128.exp
8238 * gdb.base/floatn.exp
8239 * gdb.base/foll-exec-mode.exp
8240 * gdb.base/gdb1056.exp
8241 * gdb.base/gdb11531.exp
8242 * gdb.base/kill-after-signal.exp
8243 * gdb.base/multi-forks.exp
8244 * gdb.base/overlays.exp
8245 * gdb.base/pending.exp
8246 * gdb.base/sepdebug.exp
8247 * gdb.base/testenv.exp
8248 * gdb.base/valgrind-db-attach.exp
8249 * gdb.base/watch_thread_num.exp
8250 * gdb.base/watchpoint-cond-gone.exp
8251 * gdb.base/watchpoint.exp
8252 * gdb.base/watchpoints.exp
8253 * gdb.cp/arg-reference.exp
8254 * gdb.cp/baseenum.exp
8255 * gdb.cp/operator.exp
8256 * gdb.cp/shadow.exp
8257 * gdb.dwarf2/dw2-op-out-param.exp
8258 * gdb.dwarf2/dw2-reg-undefined.exp
8259 * gdb.go/chan.exp
8260 * gdb.go/hello.exp
8261 * gdb.go/integers.exp
8262 * gdb.go/methods.exp
8263 * gdb.go/package.exp
8264 * gdb.guile/scm-parameter.exp
8265 * gdb.guile/scm-progspace.exp
8266 * gdb.guile/scm-value.exp
8267 * gdb.mi/mi-pending.exp
8268 * gdb.mi/user-selected-context-sync.exp
8269 * gdb.multi/multi-attach.exp
8270 * gdb.multi/tids.exp
8271 * gdb.opt/clobbered-registers-O2.exp
8272 * gdb.pascal/floats.exp
8273 * gdb.pascal/integers.exp
8274 * gdb.python/py-block.exp
8275 * gdb.python/py-events.exp
8276 * gdb.python/py-parameter.exp
8277 * gdb.python/py-symbol.exp
8278 * gdb.python/py-symtab.exp
8279 * gdb.python/py-type.exp
8280 * gdb.python/py-value.exp
8281 * gdb.python/py-xmethods.exp
8282 * gdb.python/python.exp
8283 * gdb.reverse/break-precsave.exp
8284 * gdb.reverse/consecutive-precsave.exp
8285 * gdb.reverse/finish-precsave.exp
8286 * gdb.reverse/i386-precsave.exp
8287 * gdb.reverse/machinestate-precsave.exp
8288 * gdb.reverse/sigall-precsave.exp
8289 * gdb.reverse/solib-precsave.exp
8290 * gdb.reverse/step-precsave.exp
8291 * gdb.reverse/until-precsave.exp
8292 * gdb.reverse/watch-precsave.exp
8293 * gdb.server/ext-attach.exp
8294 * gdb.server/ext-restart.exp
8295 * gdb.server/ext-run.exp
8296 * gdb.server/ext-wrapper.exp
8297 * gdb.stabs/gdb11479.exp
8298 * gdb.stabs/weird.exp
8299 * gdb.threads/attach-many-short-lived-threads.exp
8300 * gdb.threads/kill.exp
8301 * gdb.threads/watchpoint-fork.exp
8302
8303 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8304
8305 Fix test names starting with uppercase throughout all the files below.
8306
8307 * gdb.ada/array_return.exp
8308 * gdb.ada/catch_ex.exp
8309 * gdb.ada/info_exc.exp
8310 * gdb.ada/mi_catch_ex.exp
8311 * gdb.ada/mi_dyn_arr.exp
8312 * gdb.ada/mi_ex_cond.exp
8313 * gdb.ada/mi_exc_info.exp
8314 * gdb.ada/mi_interface.exp
8315 * gdb.ada/mi_task_arg.exp
8316 * gdb.ada/mi_task_info.exp
8317 * gdb.ada/mi_var_array.exp
8318 * gdb.arch/alpha-step.exp
8319 * gdb.arch/amd64-disp-step.exp
8320 * gdb.arch/arm-disp-step.exp
8321 * gdb.arch/disp-step-insn-reloc.exp
8322 * gdb.arch/e500-prologue.exp
8323 * gdb.arch/ftrace-insn-reloc.exp
8324 * gdb.arch/gdb1558.exp
8325 * gdb.arch/i386-bp_permanent.exp
8326 * gdb.arch/i386-disp-step.exp
8327 * gdb.arch/i386-float.exp
8328 * gdb.arch/i386-gnu-cfi.exp
8329 * gdb.arch/ia64-breakpoint-shadow.exp
8330 * gdb.arch/mips16-thunks.exp
8331 * gdb.arch/pa-nullify.exp
8332 * gdb.arch/powerpc-aix-prologue.exp
8333 * gdb.arch/powerpc-power.exp
8334 * gdb.arch/ppc-dfp.exp
8335 * gdb.arch/s390-tdbregs.exp
8336 * gdb.arch/spu-info.exp
8337 * gdb.arch/spu-ls.exp
8338 * gdb.arch/thumb-bx-pc.exp
8339 * gdb.base/advance.exp
8340 * gdb.base/annota-input-while-running.exp
8341 * gdb.base/arrayidx.exp
8342 * gdb.base/asmlabel.exp
8343 * gdb.base/async.exp
8344 * gdb.base/attach-wait-input.exp
8345 * gdb.base/auto-connect-native-target.exp
8346 * gdb.base/batch-preserve-term-settings.exp
8347 * gdb.base/bfp-test.exp
8348 * gdb.base/bigcore.exp
8349 * gdb.base/bp-permanent.exp
8350 * gdb.base/break-always.exp
8351 * gdb.base/break-fun-addr.exp
8352 * gdb.base/break-idempotent.exp
8353 * gdb.base/break-main-file-remove-fail.exp
8354 * gdb.base/break-probes.exp
8355 * gdb.base/break-unload-file.exp
8356 * gdb.base/break.exp
8357 * gdb.base/call-ar-st.exp
8358 * gdb.base/call-rt-st.exp
8359 * gdb.base/call-sc.exp
8360 * gdb.base/call-signal-resume.exp
8361 * gdb.base/call-strs.exp
8362 * gdb.base/callexit.exp
8363 * gdb.base/callfuncs.exp
8364 * gdb.base/catch-gdb-caused-signals.exp
8365 * gdb.base/catch-signal-siginfo-cond.exp
8366 * gdb.base/catch-syscall.exp
8367 * gdb.base/compare-sections.exp
8368 * gdb.base/cond-eval-mode.exp
8369 * gdb.base/condbreak-call-false.exp
8370 * gdb.base/consecutive-step-over.exp
8371 * gdb.base/cursal.exp
8372 * gdb.base/disabled-location.exp
8373 * gdb.base/disasm-end-cu.exp
8374 * gdb.base/display.exp
8375 * gdb.base/double-prompt-target-event-error.exp
8376 * gdb.base/dprintf-bp-same-addr.exp
8377 * gdb.base/dprintf-detach.exp
8378 * gdb.base/dprintf-next.exp
8379 * gdb.base/dprintf-non-stop.exp
8380 * gdb.base/dprintf-pending.exp
8381 * gdb.base/dso2dso.exp
8382 * gdb.base/ending-run.exp
8383 * gdb.base/enum_cond.exp
8384 * gdb.base/examine-backward.exp
8385 * gdb.base/exe-lock.exp
8386 * gdb.base/exec-invalid-sysroot.exp
8387 * gdb.base/execl-update-breakpoints.exp
8388 * gdb.base/execution-termios.exp
8389 * gdb.base/fileio.exp
8390 * gdb.base/fixsection.exp
8391 * gdb.base/foll-exec-mode.exp
8392 * gdb.base/foll-exec.exp
8393 * gdb.base/fork-running-state.exp
8394 * gdb.base/frame-args.exp
8395 * gdb.base/fullpath-expand.exp
8396 * gdb.base/func-ptr.exp
8397 * gdb.base/gcore-relro-pie.exp
8398 * gdb.base/gdb1090.exp
8399 * gdb.base/gdb1555.exp
8400 * gdb.base/global-var-nested-by-dso.exp
8401 * gdb.base/gnu-ifunc.exp
8402 * gdb.base/hbreak-in-shr-unsupported.exp
8403 * gdb.base/hbreak-unmapped.exp
8404 * gdb.base/hook-stop.exp
8405 * gdb.base/infcall-input.exp
8406 * gdb.base/info-fun.exp
8407 * gdb.base/info-shared.exp
8408 * gdb.base/interrupt-noterm.exp
8409 * gdb.base/jit-so.exp
8410 * gdb.base/jit.exp
8411 * gdb.base/line-symtabs.exp
8412 * gdb.base/list.exp
8413 * gdb.base/longjmp.exp
8414 * gdb.base/macscp.exp
8415 * gdb.base/max-value-size.exp
8416 * gdb.base/nodebug.exp
8417 * gdb.base/nofield.exp
8418 * gdb.base/overlays.exp
8419 * gdb.base/paginate-after-ctrl-c-running.exp
8420 * gdb.base/paginate-bg-execution.exp
8421 * gdb.base/paginate-inferior-exit.exp
8422 * gdb.base/pending.exp
8423 * gdb.base/pr11022.exp
8424 * gdb.base/printcmds.exp
8425 * gdb.base/ptr-typedef.exp
8426 * gdb.base/ptype.exp
8427 * gdb.base/randomize.exp
8428 * gdb.base/range-stepping.exp
8429 * gdb.base/realname-expand.exp
8430 * gdb.base/relativedebug.exp
8431 * gdb.base/remote.exp
8432 * gdb.base/savedregs.exp
8433 * gdb.base/sepdebug.exp
8434 * gdb.base/set-noassign.exp
8435 * gdb.base/shlib-call.exp
8436 * gdb.base/shreloc.exp
8437 * gdb.base/sigaltstack.exp
8438 * gdb.base/sigbpt.exp
8439 * gdb.base/siginfo-addr.exp
8440 * gdb.base/siginfo-obj.exp
8441 * gdb.base/siginfo-thread.exp
8442 * gdb.base/signest.exp
8443 * gdb.base/signull.exp
8444 * gdb.base/sigrepeat.exp
8445 * gdb.base/skip.exp
8446 * gdb.base/so-impl-ld.exp
8447 * gdb.base/solib-corrupted.exp
8448 * gdb.base/solib-disc.exp
8449 * gdb.base/solib-display.exp
8450 * gdb.base/solib-overlap.exp
8451 * gdb.base/solib-search.exp
8452 * gdb.base/solib-symbol.exp
8453 * gdb.base/source-execution.exp
8454 * gdb.base/sss-bp-on-user-bp-2.exp
8455 * gdb.base/sss-bp-on-user-bp.exp
8456 * gdb.base/stack-checking.exp
8457 * gdb.base/stale-infcall.exp
8458 * gdb.base/step-break.exp
8459 * gdb.base/step-line.exp
8460 * gdb.base/step-over-exit.exp
8461 * gdb.base/step-test.exp
8462 * gdb.base/structs.exp
8463 * gdb.base/sym-file.exp
8464 * gdb.base/symtab-search-order.exp
8465 * gdb.base/term.exp
8466 * gdb.base/type-opaque.exp
8467 * gdb.base/unload.exp
8468 * gdb.base/until-nodebug.exp
8469 * gdb.base/until.exp
8470 * gdb.base/unwindonsignal.exp
8471 * gdb.base/watch-cond.exp
8472 * gdb.base/watch-non-mem.exp
8473 * gdb.base/watch_thread_num.exp
8474 * gdb.base/watchpoint-reuse-slot.exp
8475 * gdb.base/watchpoint-solib.exp
8476 * gdb.base/watchpoint.exp
8477 * gdb.btrace/dlopen.exp
8478 * gdb.cell/arch.exp
8479 * gdb.cell/break.exp
8480 * gdb.cell/bt.exp
8481 * gdb.cell/core.exp
8482 * gdb.cell/data.exp
8483 * gdb.cell/dwarfaddr.exp
8484 * gdb.cell/ea-cache.exp
8485 * gdb.cell/ea-standalone.exp
8486 * gdb.cell/ea-test.exp
8487 * gdb.cell/f-regs.exp
8488 * gdb.cell/fork.exp
8489 * gdb.cell/gcore.exp
8490 * gdb.cell/mem-access.exp
8491 * gdb.cell/ptype.exp
8492 * gdb.cell/registers.exp
8493 * gdb.cell/sizeof.exp
8494 * gdb.cell/solib-symbol.exp
8495 * gdb.cell/solib.exp
8496 * gdb.compile/compile-tls.exp
8497 * gdb.cp/exception.exp
8498 * gdb.cp/gdb2495.exp
8499 * gdb.cp/local.exp
8500 * gdb.cp/mb-inline.exp
8501 * gdb.cp/mb-templates.exp
8502 * gdb.cp/pr10687.exp
8503 * gdb.cp/pr9167.exp
8504 * gdb.cp/scope-err.exp
8505 * gdb.cp/templates.exp
8506 * gdb.cp/virtfunc.exp
8507 * gdb.dwarf2/dw2-dir-file-name.exp
8508 * gdb.dwarf2/dw2-single-line-discriminators.exp
8509 * gdb.fortran/complex.exp
8510 * gdb.fortran/library-module.exp
8511 * gdb.guile/guile.exp
8512 * gdb.guile/scm-cmd.exp
8513 * gdb.guile/scm-frame-inline.exp
8514 * gdb.guile/scm-objfile.exp
8515 * gdb.guile/scm-pretty-print.exp
8516 * gdb.guile/scm-symbol.exp
8517 * gdb.guile/scm-type.exp
8518 * gdb.guile/scm-value.exp
8519 * gdb.linespec/keywords.exp
8520 * gdb.linespec/ls-errs.exp
8521 * gdb.linespec/macro-relative.exp
8522 * gdb.linespec/thread.exp
8523 * gdb.mi/mi-breakpoint-changed.exp
8524 * gdb.mi/mi-dprintf-pending.exp
8525 * gdb.mi/mi-fullname-deleted.exp
8526 * gdb.mi/mi-logging.exp
8527 * gdb.mi/mi-pending.exp
8528 * gdb.mi/mi-solib.exp
8529 * gdb.mi/new-ui-mi-sync.exp
8530 * gdb.mi/user-selected-context-sync.exp
8531 * gdb.multi/dummy-frame-restore.exp
8532 * gdb.multi/multi-arch-exec.exp
8533 * gdb.multi/remove-inferiors.exp
8534 * gdb.multi/watchpoint-multi-exit.exp
8535 * gdb.opt/solib-intra-step.exp
8536 * gdb.perf/backtrace.exp
8537 * gdb.perf/single-step.exp
8538 * gdb.perf/skip-command.exp
8539 * gdb.perf/skip-prologue.exp
8540 * gdb.perf/solib.exp
8541 * gdb.python/lib-types.exp
8542 * gdb.python/py-as-string.exp
8543 * gdb.python/py-bad-printers.exp
8544 * gdb.python/py-block.exp
8545 * gdb.python/py-breakpoint.exp
8546 * gdb.python/py-cmd.exp
8547 * gdb.python/py-events.exp
8548 * gdb.python/py-evthreads.exp
8549 * gdb.python/py-finish-breakpoint.exp
8550 * gdb.python/py-finish-breakpoint2.exp
8551 * gdb.python/py-frame-inline.exp
8552 * gdb.python/py-frame.exp
8553 * gdb.python/py-inferior.exp
8554 * gdb.python/py-infthread.exp
8555 * gdb.python/py-mi.exp
8556 * gdb.python/py-objfile.exp
8557 * gdb.python/py-pp-maint.exp
8558 * gdb.python/py-pp-registration.exp
8559 * gdb.python/py-prettyprint.exp
8560 * gdb.python/py-recurse-unwind.exp
8561 * gdb.python/py-shared.exp
8562 * gdb.python/py-symbol.exp
8563 * gdb.python/py-symtab.exp
8564 * gdb.python/py-template.exp
8565 * gdb.python/py-type.exp
8566 * gdb.python/py-unwind-maint.exp
8567 * gdb.python/py-unwind.exp
8568 * gdb.python/py-value.exp
8569 * gdb.python/python.exp
8570 * gdb.reverse/finish-reverse-bkpt.exp
8571 * gdb.reverse/insn-reverse.exp
8572 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8573 * gdb.reverse/solib-precsave.exp
8574 * gdb.reverse/solib-reverse.exp
8575 * gdb.stabs/gdb11479.exp
8576 * gdb.stabs/weird.exp
8577 * gdb.threads/fork-child-threads.exp
8578 * gdb.threads/fork-plus-threads.exp
8579 * gdb.threads/fork-thread-pending.exp
8580 * gdb.threads/forking-threads-plus-breakpoint.exp
8581 * gdb.threads/hand-call-in-threads.exp
8582 * gdb.threads/interrupted-hand-call.exp
8583 * gdb.threads/linux-dp.exp
8584 * gdb.threads/local-watch-wrong-thread.exp
8585 * gdb.threads/next-while-other-thread-longjmps.exp
8586 * gdb.threads/non-ldr-exit.exp
8587 * gdb.threads/pending-step.exp
8588 * gdb.threads/print-threads.exp
8589 * gdb.threads/process-dies-while-detaching.exp
8590 * gdb.threads/process-dies-while-handling-bp.exp
8591 * gdb.threads/pthreads.exp
8592 * gdb.threads/queue-signal.exp
8593 * gdb.threads/reconnect-signal.exp
8594 * gdb.threads/signal-command-handle-nopass.exp
8595 * gdb.threads/signal-command-multiple-signals-pending.exp
8596 * gdb.threads/signal-delivered-right-thread.exp
8597 * gdb.threads/signal-sigtrap.exp
8598 * gdb.threads/sigthread.exp
8599 * gdb.threads/staticthreads.exp
8600 * gdb.threads/stepi-random-signal.exp
8601 * gdb.threads/thread-unwindonsignal.exp
8602 * gdb.threads/thread_check.exp
8603 * gdb.threads/thread_events.exp
8604 * gdb.threads/tid-reuse.exp
8605 * gdb.threads/tls-nodebug.exp
8606 * gdb.threads/tls-shared.exp
8607 * gdb.threads/tls-so_extern.exp
8608 * gdb.threads/tls.exp
8609 * gdb.threads/wp-replication.exp
8610 * gdb.trace/actions-changed.exp
8611 * gdb.trace/actions.exp
8612 * gdb.trace/backtrace.exp
8613 * gdb.trace/change-loc.exp
8614 * gdb.trace/collection.exp
8615 * gdb.trace/deltrace.exp
8616 * gdb.trace/disconnected-tracing.exp
8617 * gdb.trace/entry-values.exp
8618 * gdb.trace/ftrace-lock.exp
8619 * gdb.trace/ftrace.exp
8620 * gdb.trace/infotrace.exp
8621 * gdb.trace/mi-trace-frame-collected.exp
8622 * gdb.trace/mi-trace-unavailable.exp
8623 * gdb.trace/mi-traceframe-changed.exp
8624 * gdb.trace/mi-tracepoint-changed.exp
8625 * gdb.trace/mi-tsv-changed.exp
8626 * gdb.trace/no-attach-trace.exp
8627 * gdb.trace/packetlen.exp
8628 * gdb.trace/passc-dyn.exp
8629 * gdb.trace/passcount.exp
8630 * gdb.trace/pending.exp
8631 * gdb.trace/pr16508.exp
8632 * gdb.trace/qtro.exp
8633 * gdb.trace/range-stepping.exp
8634 * gdb.trace/read-memory.exp
8635 * gdb.trace/report.exp
8636 * gdb.trace/save-trace.exp
8637 * gdb.trace/signal.exp
8638 * gdb.trace/stap-trace.exp
8639 * gdb.trace/status-stop.exp
8640 * gdb.trace/strace.exp
8641 * gdb.trace/tfile.exp
8642 * gdb.trace/tfind.exp
8643 * gdb.trace/trace-break.exp
8644 * gdb.trace/trace-condition.exp
8645 * gdb.trace/trace-enable-disable.exp
8646 * gdb.trace/trace-mt.exp
8647 * gdb.trace/tracecmd.exp
8648 * gdb.trace/tracefile-pseudo-reg.exp
8649 * gdb.trace/tspeed.exp
8650 * gdb.trace/tstatus.exp
8651 * gdb.trace/tsv.exp
8652 * gdb.trace/unavailable.exp
8653 * gdb.trace/while-dyn.exp
8654 * gdb.trace/while-stepping.exp
8655 * lib/gdb-guile.exp
8656 * lib/gdb.exp
8657 * lib/mi-support.exp
8658 * lib/pascal.exp
8659 * lib/perftest.exp
8660 * lib/prelink-support.exp
8661 * lib/selftest-support.exp
8662
8663 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8664
8665 * Makefile.in: Include disable-implicit-rules.mk.
8666
8667 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8668
8669 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8670 non-byte-aligned bit fields.
8671
8672 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8673
8674 PR gdb/12616
8675 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8676 respects the DW_AT_data_bit_offset attribute.
8677
8678 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8679
8680 * gdb.base/default.exp: Fix output of "set language".
8681
8682 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8683
8684 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8685 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8686 make.
8687 * configure.ac: Remove checks for the make program.
8688 * configure: Re-generate.
8689
8690 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8691
8692 * gdb.python/py-recurse-unwind.c (main): Add loop.
8693 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8694 to read_register() and gdb.parse_and_eval(). Make each code
8695 call a separate case that can be individually tested.
8696 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8697 proc. Call cont_and_backtrace for each of the code paths that
8698 we want to test in the unwinder.
8699
8700 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8701
8702 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8703 the definition of struct S.
8704
8705 2016-11-11 Catherine Moore <clm@codesourcery.com>
8706
8707 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8708
8709 2016-11-09 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.base/commands.exp (runto_or_return): New procedure.
8712 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8713 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8714 (progvar_simple_while_test, progvar_complex_if_while_test)
8715 (if_while_breakpoint_command_test)
8716 (infrun_breakpoint_command_test, breakpoint_command_test)
8717 (user_defined_command_test, watchpoint_command_test)
8718 (test_command_prompt_position, redefine_hook_test)
8719 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8720 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8721 multi_line_input and multi_line. Remove gdb_expect and
8722 gdb_stop_suppressing_tests uses.
8723 * lib/gdb.exp (valnum_re): New global.
8724 (multi_line_input): New procedure.
8725
8726 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8727
8728 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8729 Remove.
8730 (test_setup): Define with proc_with_prefix.
8731 (test_cli_inferior): Likewise.
8732 (test_cli_thread): Likewise.
8733 (test_cli_frame): Likewise.
8734 (test_cli_select_frame): Likewise.
8735 (test_cli_up_down): Likewise.
8736 (test_mi_thread_select): Likewise.
8737 (test_mi_stack_select_frame): Likewise.
8738 (test_cli_in_mi_inferior): Likewise.
8739 (test_cli_in_mi_thread): Likewise.
8740 (test_cli_in_mi_frame): Likewise.
8741 (top level): Do not use with_test_prefix_procname.
8742
8743 2016-11-09 Pedro Alves <palves@redhat.com>
8744
8745 * gdb.base/commands.exp (gdbvar_simple_if_test)
8746 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8747 (progvar_simple_if_test, progvar_simple_while_test)
8748 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8749 (infrun_breakpoint_command_test, breakpoint_command_test)
8750 (user_defined_command_test, watchpoint_command_test)
8751 (test_command_prompt_position, deprecated_command_test)
8752 (bp_deleted_in_command, temporary_breakpoint_commands)
8753 (stray_arg0_test, source_file_with_indented_comment)
8754 (recursive_source_test, if_commands_test)
8755 (error_clears_commands_left, redefine_hook_test)
8756 (redefine_backtrace_test): Use proc_with_prefix.
8757 * lib/gdb.exp (proc_with_prefix): New proc.
8758
8759 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8760
8761 * gdb.base/tui-layout.c: New file.
8762 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8763 disassembly window contains very long lines.
8764
8765 2016-11-08 Tom Tromey <tom@tromey.com>
8766
8767 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8768 depend on Python 2.
8769
8770 2016-11-08 Tom Tromey <tom@tromey.com>
8771
8772 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8773 New method.
8774
8775 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8776
8777 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8778
8779 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8780
8781 * gdb.rust/simple.rs: Add test for univariant enums without
8782 discriminants and for encoded struct-like enums.
8783
8784 2016-10-28 Pedro Alves <palves@redhat.com>
8785
8786 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8787 gdb_test_multiple, tighten regexps and match symtabs and line
8788 tables incrementally.
8789
8790 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8791
8792 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8793 general.
8794
8795 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8796
8797 * gdb.base/exec-invalid-sysroot.exp: New file.
8798
8799 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8800
8801 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8802
8803 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8804
8805 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8806
8807 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8808
8809 * gdb.base/killed-outside.exp: Remove $options from a call to
8810 `prepare_for_testing'.
8811
8812 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8813
8814 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8815 Change test message.
8816
8817 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8818
8819 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8820 Update comment.
8821
8822 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8823
8824 * gdb.trace/mi-trace-save.exp: New file.
8825
8826 2016-10-13 Yao Qi <yao.qi@linaro.org>
8827
8828 * gdb.base/code_elim.exp (get_var_address): Remove.
8829 * gdb.base/relocate.exp: Likewise.
8830 * gdb.base/shreloc.exp: Likewise.
8831 * lib/gdb.exp (get_var_address): New.
8832
8833 2016-10-13 Yao Qi <yao.qi@linaro.org>
8834
8835 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8836 floating point tests if $skip_float_test is false.
8837
8838 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8839
8840 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8841 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8842 argc values.
8843 Add 1 to argc so we guarantee distinct initial/modified argc values.
8844
8845 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8848
8849 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8852 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8853 * gdb.arch/vsx-regs.exp: Likewise.
8854
8855 2016-10-07 Yao Qi <yao.qi@linaro.org>
8856
8857 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8858
8859 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8860
8861 * gdb.python/python.exp: Test decode_line("*0").
8862
8863 2016-10-06 Doug Evans <dje@google.com>
8864
8865 * gdb.python/py-value.exp (test_value_creation): Add test for large
8866 unsigned 64-bit value.
8867
8868 2016-10-06 Tom Tromey <tom@tromey.com>
8869
8870 * gdb.compile/compile.exp: Change java tests to rust.
8871 * gdb.base/setshow.exp: Change java tests to rust.
8872 * gdb.base/default.exp: Remove java from language list.
8873 * README (Examples): Update language example.
8874 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8875 test.
8876 * lib/gdb.exp (skip_java_tests): Remove.
8877 * lib/java.exp: Remove.
8878 * gdb.java: Remove.
8879
8880 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8881
8882 * gdb.arch/mips-fcr.exp: New test.
8883 * gdb.arch/mips-fcr.c: Source for the new test.
8884
8885 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8886
8887 * gdb.base/solib-disc.exp: Use `standard_output_file'
8888 throughout.
8889
8890 2016-10-06 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.base/jit-simple-dl.c: New file.
8893 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8894 * gdb.base/jit-simple.c: ... this.
8895 * gdb.base/jit-simple.exp (jit_run): Delete.
8896 (build_jit): New proc.
8897 (jit_test_reread): Recompile either the main program or the shared
8898 library, depending on what is being tested. Skip changing address
8899 if caller wants to. Compare before/after addresses. If testing
8900 standalone, explicitly load the binary. Test "maint info
8901 breakpoints".
8902 (top level): Add "standalone vs shared lib" and "change address"
8903 vs "same address" axes.
8904
8905 2016-10-06 Pedro Alves <palves@redhat.com>
8906
8907 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8908 call.
8909 (jit_run): Delete.
8910 (jit_test_reread): Use with_test_prefix. Reload the main binary
8911 explicitly. Compare the before/after addresses of the JIT
8912 descriptor.
8913
8914 2016-08-15 Doug Evans <dje@google.com>
8915
8916 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8917 for single bitfields is bool.
8918 * gdb.xml/tdesc-regs.exp: Ditto.
8919
8920 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8921
8922 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8923
8924 2016-10-05 Yao Qi <yao.qi@linaro.org>
8925
8926 * lib/gdb.exp (support_complex_tests): Return zero if
8927 gdb_skip_float_test return true.
8928
8929 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8930 Simon Marchi <simon.marchi@ericsson.com>
8931
8932 PR gdb/20487
8933 * gdb.mi/user-selected-context-sync.exp: New file.
8934 * gdb.mi/user-selected-context-sync.c: New file.
8935
8936 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8937 Simon Marchi <simon.marchi@ericsson.com>
8938
8939 PR gdb/20487
8940 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8941 =thread-select-event check.
8942
8943 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8944
8945 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8946 the compulsory L operand changes.
8947 * gdb.arch/powerpc-power.s: Likewise.
8948
8949 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8950
8951 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8952 * gdb.base/jit-attach-pie.c: New file.
8953 * gdb.base/jit-attach-pie.exp: New file.
8954
8955 2016-09-28 Pedro Alves <palves@redhat.com>
8956
8957 * gdb.base/infcall-input.c: New file.
8958 * gdb.base/infcall-input.exp: New file.
8959
8960 2016-09-22 Yao Qi <yao.qi@linaro.org>
8961
8962 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8963 (gdb_exit): Rename it to ...
8964 (gdbserver_gdb_exit): ... Close GDBserver.
8965 (gdb_exit): New proc, call gdbserver_gdb_exit.
8966 (mi_gdb_exit): Likewise.
8967
8968 2016-09-22 Yao Qi <yao.qi@linaro.org>
8969
8970 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8971 path.
8972 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8973 Remove duplication.
8974
8975 2016-09-22 Yao Qi <yao.qi@linaro.org>
8976
8977 * lib/gdbserver-support.exp: Check the existence of
8978 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8979
8980 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8981
8982 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8983
8984 2016-09-21 Tom Tromey <tom@tromey.com>
8985
8986 PR gdb/20604:
8987 * gdb.base/quit.exp: New file.
8988
8989 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8990
8991 * .gitignore: New file.
8992
8993 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8994
8995 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8996 throughout.
8997
8998 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8999
9000 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9001
9002 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9003
9004 * gdb.cp/casts.cc (decltype): Move it ...
9005 (main): ... with its call to ...
9006 * gdb.cp/casts03.cc: ... a new file.
9007 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9008
9009 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9010
9011 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9012
9013 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9014
9015 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9016 and sync up the test with tests in gas/testsuite/gas/ppc.
9017 * gdb.arch/powerpc-power.exp: Likewise.
9018
9019 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9020
9021 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9022
9023 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9024 Jan Kratochvil <jan.kratochvil@redhat.com>
9025
9026 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9027 make m1's definition to be different from m2's. Use 'dummy' as an
9028 argument for probe 'two'.
9029
9030 2016-09-10 Jon Beniston <jon@beniston.com>
9031
9032 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9033 for sim target.
9034
9035 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9036
9037 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9038 variable declaration.
9039 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9040 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9041 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9042 received HWCAP as its argument.
9043
9044 2016-09-06 Pedro Alves <palves@redhat.com>
9045
9046 * gdb.base/new-ui-pending-input.c: New file.
9047 * gdb.base/new-ui-pending-input.exp: New file.
9048 * gdb.exp (clear_gdb_spawn_id): New procedure.
9049 (with_spawn_id): Check whether gdb_spawn_id exists before
9050 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9051 on exit.
9052
9053 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9054
9055 * gdb.base/float128.c: New file.
9056 * gdb.base/float128.exp: Likewise.
9057 * gdb.base/floatn.c: Likewise.
9058 * gdb.base/floatn.exp: Likewise.
9059
9060 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9061
9062 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9063
9064 2016-09-05 Pedro Alves <palves@redhat.com>
9065
9066 PR backtrace/19927
9067 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9068 unwinders are immediately called as side effect of "source" or
9069 "disable unwinder" commands.
9070 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9071
9072 2016-09-02 Yao Qi <yao.qi@linaro.org>
9073
9074 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9075 is true and $type is "float" or "double".
9076
9077 2016-09-02 Yao Qi <yao.qi@linaro.org>
9078
9079 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9080 true.
9081 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9082 * gdb.base/call-rt-st.exp: Likewise.
9083 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9084 return value instead of gdb,skip_float_test.
9085 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9086 (do_function_calls): Use its return value instead of
9087 gdb,skip_float_test.
9088 * gdb.base/finish.exp: Likewise.
9089 * gdb.base/funcargs.exp: Likewise.
9090 * gdb.base/return.exp: Likewise.
9091 * gdb.base/return2.exp: Likewise.
9092 * gdb.base/varargs.exp: Likewise.
9093 * lib/gdb.exp (gdb_skip_float_test): Change it to
9094 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9095
9096 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9097
9098 * gdb.multi/tids.exp: Test "thread apply all".
9099
9100 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 * gdb.base/default.exp (tty): Remove.
9103
9104 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9105
9106 * gdb.python/py-recurse-unwind.c: New file.
9107 * gdb.python/py-recurse-unwind.py: New file.
9108 * gdb.python/py-recurse-unwind.exp: New file.
9109
9110 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9111
9112 * gdb.base/set-inferior-tty.exp: New file.
9113 * gdb.base/set-inferior-tty.c: New file.
9114
9115 2016-08-23 Pedro Alves <palves@redhat.com>
9116
9117 PR gdb/20494
9118 * gdb.base/new-ui-echo.c: New file.
9119 * gdb.base/new-ui-echo.exp: New file.
9120
9121 2016-08-23 Yao Qi <yao.qi@linaro.org>
9122
9123 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9124 gdbserver_spawn.
9125 * gdb.server/connect-without-multi-process.exp (do_test):
9126 Likewise.
9127
9128 2016-08-23 Yao Qi <yao.qi@linaro.org>
9129
9130 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9131 standalone_txt. Delete gdb_txt and standalone_txt on host
9132 and target. Spawn the binary on target. Copy files from
9133 target to host.
9134
9135 2016-08-22 Pedro Alves <palves@redhat.com>
9136
9137 PR gdb/20505
9138 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9139 with_test_prefix. Factor out bits to ...
9140 (test_no_vdso): ... this new procedure.
9141
9142 2016-08-19 Carl Love <cel@us.ibm.com>
9143
9144 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9145 maintaining separate logic for constructing the output path.
9146 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9147 * gdb.arch/ppc-dfp.exp: Likewise.
9148 * gdb.arch/ppc-fp.exp: Likewise.
9149 * gdb.arch/vsx-regs.exp: Likewise.
9150 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9151 binprefix for generating the additional binary files.
9152
9153 2016-08-19 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.trace/mi-trace-frame-collected.exp
9156 (test_trace_frame_collected): On x32, expect two registers.
9157
9158 2016-08-18 Carl Love <cel@us.ibm.com>
9159
9160 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9161 and sync up the test with tests in gas/testsuite/gas/ppc.
9162 * gdb.arch/powerpc-power.exp: Likewise.
9163
9164 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9165
9166 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9167 expected error message.
9168
9169 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9170
9171 * gdb.multi/remove-inferiors.exp: New file.
9172 * gdb.multi/remove-inferiors.c: New file.
9173
9174 2016-08-12 Yao Qi <yao.qi@linaro.org>
9175
9176 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9177 argument list.
9178
9179 2016-08-10 Pedro Alves <palves@redhat.com>
9180
9181 PR gdb/19187
9182 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9183 setup_kfails.
9184
9185 2016-08-09 Pedro Alves <palves@redhat.com>
9186 Simon Marchi <simon.marchi@ericsson.com>
9187
9188 PR gdb/20418
9189 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9190 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9191
9192 2016-08-09 Pedro Alves <palves@redhat.com>
9193
9194 PR mi/20431
9195 * gdb.mi/mi-cmd-error.exp: New file.
9196
9197 2016-08-09 Pedro Alves <palves@redhat.com>
9198
9199 PR gdb/18653
9200 * gdb.base/signals-state-child.c: New file.
9201 * gdb.base/signals-state-child.exp: New file.
9202 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9203
9204 2016-08-09 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9207
9208 2016-08-03 Tom Tromey <tom@tromey.com>
9209
9210 PR python/18565:
9211 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9212
9213 2016-08-01 Yao Qi <yao.qi@linaro.org>
9214
9215 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9216 variable mode to "multi-process" if $multi_process is 1, otherwise
9217 set it to "single-process".
9218
9219 2016-08-01 Yao Qi <yao.qi@linaro.org>
9220
9221 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9222 * gdb.cp/cpexprs.exp: Likewise.
9223 * gdb.cp/m-static.exp: Likewise.
9224
9225 2016-07-26 Tom Tromey <tom@tromey.com>
9226
9227 PR python/20190:
9228 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9229 test.
9230
9231 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9232
9233 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9234 selecting assembly source files.
9235 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9236 assembly source files.
9237 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9238 assembly source files.
9239 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9240 selecting assembly source files.
9241
9242 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9243
9244 * gdb.base/new-ui.exp (do_test_invalid_args): New
9245 procedure.
9246
9247 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9248
9249 * gdb.btrace/reconnect.c: New file.
9250 * gdb.btrace/reconnect.exp: New file.
9251
9252 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9253
9254 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9255 to test_catch_syscall_group.
9256 (test_catch_syscall_group): New.
9257
9258 2016-07-21 Tom Tromey <tom@tromey.com>
9259
9260 * gdb.rust/simple.rs (main): Use empty struct expression.
9261 * gdb.rust/simple.exp: Add tests for empty struct expression.
9262
9263 2016-07-21 Yao Qi <yao.qi@linaro.org>
9264
9265 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9266 if gdb_skip_xml_test is true on some targets.
9267
9268 2016-07-21 Yao Qi <yao.qi@linaro.org>
9269
9270 * gdb.server/solib-list.exp: Unset last_loaded_file.
9271
9272 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9273
9274 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9275 "step into captured_main (args)".
9276
9277 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9278
9279 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9280
9281 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9282
9283 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9284
9285 2016-07-19 Pedro Alves <palves@redhat.com>
9286
9287 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9288 * gdb.opt/inline-bt.exp: Likewise.
9289 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9290 additional_flags=-Winline.
9291 * gdb.opt/inline-locals.exp: Likewise.
9292 * gdb.opt/inline-markers.c (ATTR): Define.
9293 (inlined_fn): Use it.
9294
9295 2016-07-19 Yao Qi <yao.qi@linaro.org>
9296
9297 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9298 (test_with_self): Remove some code. Remove argument executable.
9299 (top-level): Use do_self_tests.
9300
9301 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9302 Don Breazeal <donb@codesourcery.com>
9303
9304 * gdb.base/maint.exp: Escape paths used in regular expressions.
9305 * gdb.stabs/weird.exp: Likewise.
9306
9307 2016-07-13 Tom Tromey <tom@tromey.com>
9308
9309 PR python/15620, PR python/18620:
9310 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9311 (test_bkpt_events): New procs.
9312
9313 2016-07-13 Tom Tromey <tom@tromey.com>
9314
9315 PR python/17698:
9316 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9317 test.
9318 (test_watchpoints): Likewise.
9319 (test_bkpt_pending): New proc.
9320
9321 2016-07-13 Tom Tromey <tom@tromey.com>
9322
9323 PR cli/18053:
9324 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9325 completion test.
9326
9327 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9330 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9331 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9332 f_label.
9333 (g): Rename g_end_lbl to g_label.
9334 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9335 low_pc and high_pc.
9336 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9337
9338 2016-07-12 Tom Tromey <tom@tromey.com>
9339
9340 PR python/19293:
9341 * gdb.python/py-unwind-maint.exp: Update tests.
9342
9343 2016-07-12 Yao Qi <yao.qi@linaro.org>
9344
9345 * lib/selftest-support.exp (selftest_setup): Match the output
9346 when captured_main is inlined.
9347
9348 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9349
9350 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9351 New variables.
9352 (print this%a, print this%b, print this): New tests.
9353 * gdb.fortran/derived-types.f90 (this): New object and
9354 initialization.
9355
9356 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9357
9358 * gdb.ada/arraydim.exp: Remove extra directory level in build
9359 directory.
9360
9361 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9362
9363 * lib/ada.exp: Remove extra directory level in build directory.
9364 * gdb.ada/cond_lang.exp: Likewise.
9365 * gdb.ada/exec_changed.exp: Likewise.
9366 * gdb.ada/lang_switch.exp: Likewise.
9367
9368 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9369
9370 * simple.rs: Add test for raw pointer subscripting.
9371 * simple.exp: Add test expectations.
9372
9373 2016-07-05 Yao Qi <yao.qi@linaro.org>
9374
9375 * gdb.mi/mi-reverse.exp: Match =record-started output.
9376
9377 2016-07-01 Pedro Alves <palves@redhat.com>
9378
9379 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9380 procedure.
9381 (jit_reader_test): Test the jit reader's unwinder.
9382 * gdb.base/jithost.c (jit_function_00_code): New global.
9383 (main): Use memcpy to fill in the mmapped code, instead of poking
9384 bytes manually here.
9385 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9386 value.
9387 (read_debug_info): Save the function's range.
9388 (read_sp): New function.
9389 (unwind_frame): Use it. Also unwind RBP.
9390 (get_frame_id): Use read_sp.
9391 (gdb_init_reader): Use calloc instead of malloc.
9392 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9393 parameter. Use gdb_test_multiple.
9394
9395 2016-07-01 Pedro Alves <palves@redhat.com>
9396 Antoine Tremblay <antoine.tremblay@ericsson.com>
9397
9398 * gdb.threads/process-dies-while-detaching.c: New file.
9399 * gdb.threads/process-dies-while-detaching.exp: New file.
9400
9401 2016-07-01 Pedro Alves <palves@redhat.com>
9402
9403 * gdb.multi/watchpoint-multi-exit.c: New file.
9404 * gdb.multi/watchpoint-multi-exit.exp: New file.
9405
9406 2016-06-30 Pedro Alves <palves@redhat.com>
9407
9408 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9409 unset inferior_spawn_id.
9410
9411 2016-06-30 Pedro Alves <palves@redhat.com>
9412
9413 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9414 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9415
9416 2016-06-29 Yao Qi <yao.qi@linaro.org>
9417
9418 * gdb.base/return.c: Add copyright header.
9419
9420 2016-06-29 Tom Tromey <tom@tromey.com>
9421
9422 PR python/20129:
9423 * gdb.python/py-framefilter.exp: Add tests for setting priority
9424 and disabling of non-existent frame filter.
9425
9426 2016-06-29 Yao Qi <yao.qi@linaro.org>
9427
9428 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9429 0x0f07ff.
9430
9431 2016-06-28 Yao Qi <yao.qi@linaro.org>
9432
9433 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9434 triplets. Start gdb, execute catch syscall, and continue. Check
9435 gdb's output to determine catch syscall is supported.
9436
9437 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9438
9439 * gdb.rust/simple.rs: Add test for returning unit in a function.
9440 * gdb.rust/simple.exp: Add expectation for functions returning
9441 unit.
9442
9443 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9444
9445 * gdb.python/py-breakpoint-create-fail.c,
9446 gdb.python/py-breakpoint-create-fail.exp,
9447 gdb.python/py-breakpoint-create-fail.py: New testcase.
9448
9449 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9450
9451 PR gdb/20239
9452 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9453 * gdb.rust/simple.exp: Add test expectations for new NonZero
9454 tests.
9455
9456 2016-06-24 David Taylor <dtaylor@emc.com>
9457
9458 * gdb.base/offsets.exp: New file.
9459 * gdb.base/offsets.c: New file.
9460
9461 2016-06-23 Tom Tromey <tom@tromey.com>
9462
9463 PR gdb/16483:
9464 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9465 before any filters are loaded.
9466
9467 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9468
9469 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9470 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9471 structs.
9472 * gdb.fortran/derived-type-function.exp: New file.
9473 * gdb.fortran/derived-type-function.f90: New file.
9474
9475
9476 2016-06-21 Pedro Alves <palves@redhat.com>
9477
9478 * gdb.base/new-ui.exp: New file.
9479 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9480 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9481 (with_spawn_id): New procedure.
9482
9483 2016-06-21 Pedro Alves <palves@redhat.com>
9484
9485 * gdb.mi/mi-exec-run.exp: New file.
9486
9487 2016-06-21 Pedro Alves <palves@redhat.com>
9488
9489 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9490 breakpoint command's output on the main UI.
9491 (test_break): New procedure, factored out from calls in the top
9492 level.
9493 (top level): Use foreach_with_prefix to test MI as main UI and as
9494 separate UI.
9495
9496 2016-06-21 Pedro Alves <palves@redhat.com>
9497
9498 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9499 (test_awatch_creation_and_listing)
9500 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9501 Remove 'type' parameter.
9502 (test_watchpoint_all): New parameter mi_mode. Remove
9503 with_test_prefix.
9504 (top level): Use foreach_with_prefix, and add main/separate UI MI
9505 testing axis.
9506
9507 2016-06-21 Pedro Alves <palves@redhat.com>
9508
9509 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9510 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9511 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9512 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9513 (gdb_main_spawn_id, mi_spawn_id): Declare and
9514 comment.
9515 (mi_create_inferior_pty): New procedure,
9516 factored out from default_mi_gdb_start.
9517 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9518 procedures.
9519 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9520 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9521 Use mi_create_inferior_pty.
9522 (mi_gdb_start): Use eval to pass down args list.
9523
9524 2016-06-21 Pedro Alves <palves@redhat.com>
9525
9526 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9527 * gdb.opt/inline-cmds.exp: Add MI tests.
9528
9529 2016-06-21 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9532
9533 2016-06-21 Pedro Alves <palves@redhat.com>
9534
9535 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9536 (top level): Use it instead of mi_execute_to.
9537
9538 2016-06-21 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9541 (cont_handler_str): New.
9542 (signal_stop_handler): Set stop_handler_str instead of printing to
9543 stdout.
9544 (continue_handler): Set cont_handler_str instead of printing to
9545 stdout.
9546 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9547 mi_send_resuming_command. Print stop_handler_str and
9548 cont_handler_str instead of expecting the python events print
9549 directly.
9550
9551 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9552
9553 * gdb.base/jit-reader.exp: New file.
9554 * gdb.base/jithost.c: New file.
9555 * gdb.base/jithost.h: New file.
9556 * gdb.base/jitreader.c : New file.
9557 * gdb.base/jit-protocol.h: New file.
9558
9559 2016-06-17 Yao Qi <yao.qi@linaro.org>
9560
9561 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9562 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9563 and detach-on-fork. Adjust tests.
9564 (top level): Invoke break_cond_on_syscall with combinations of
9565 syscall, follow-fork-mode and detach-on-fork.
9566
9567 2016-06-17 Yao Qi <yao.qi@linaro.org>
9568
9569 * gdb.base/step-over-exit.c: New.
9570 * gdb.base/step-over-exit.exp: New.
9571
9572 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9573
9574 * gdb.base/float.exp: Add target check for nds32*-*-*.
9575 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9576
9577 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9578
9579 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9580 for unsupported target features.
9581 * gdb.base/call-rt-st.exp: Likewise.
9582 * gdb.base/call-sc.exp: Likewise.
9583 * gdb.base/call-signal-resume.exp: Likewise.
9584 * gdb.base/call-strs.exp: Likewise.
9585 * gdb.base/callexit.exp: Likewise.
9586 * gdb.base/callfuncs.exp: Likewise.
9587 * gdb.base/nodebug.exp: Likewise.
9588 * gdb.base/printcmds.exp: Likewise.
9589 * gdb.base/ptype.exp: Likewise.
9590 * gdb.base/structs.exp: Likewise.
9591 * gdb.base/unwindonsignal.exp: Likewise.
9592 * gdb.cp/gdb2495.exp: Likewise.
9593 * gdb.cp/templates.exp: Likewise.
9594 * gdb.cp/virtfunc.exp: Likewise.
9595 * gdb.threads/hand-call-in-threads.exp: Likewise.
9596 * gdb.threads/interrupted-hand-call.exp: Likewise.
9597 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9598
9599 2016-06-10 Tom Tromey <tom@tromey.com>
9600
9601 PR rust/20110:
9602 * gdb.rust/expr.exp: Add test for integer constant larger than
9603 i32.
9604
9605 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9606
9607 * gdb.fortran/nested-funcs.exp: New.
9608 * gdb.fortran/nested-funcs.f90: New.
9609
9610 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9611
9612 * gdb.base/examine-backward.c: New file.
9613 * gdb.base/examine-backward.exp: New file.
9614
9615 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9616
9617 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9618 matching.
9619
9620 2016-06-02 Tom Tromey <tom@tromey.com>
9621
9622 PR python/18984:
9623 * gdb.python/py-shared.exp: Add solib_name test.
9624
9625 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9626
9627 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9628
9629 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9630
9631 PR c++/19893
9632 * gdb.dwarf2/implref.exp: Rename to...
9633 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9634 * gdb.dwarf2/implref-array.c: New file.
9635 * gdb.dwarf2/implref-array.exp: Likewise.
9636 * gdb.dwarf2/implref-global.c: Likewise.
9637 * gdb.dwarf2/implref-global.exp: Likewise.
9638 * gdb.dwarf2/implref-struct.c: Likewise.
9639 * gdb.dwarf2/implref-struct.exp: Likewise.
9640
9641 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9642
9643 * gdb.trace/trace-condition.exp: Add 64bit tests.
9644
9645 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9646
9647 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9648 bits types.
9649 (main): Adapt to 8 to 64 bits types.
9650 * gdb.trace/trace-condition.exp: Add new tests.
9651
9652 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9653
9654 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9655
9656 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9657
9658 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9659 Move condition tests...
9660 * gdb.trace/trace-condition.exp: Here.
9661
9662 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9663
9664 * gdb.trace/trace-condition.exp: Add counter-case tests.
9665
9666 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9667
9668 PR c++/15231
9669 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9670 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9671
9672 2016-05-27 Pedro Alves <palves@redhat.com>
9673
9674 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9675 New procedure.
9676 (top level): Call it, and bail out of DejaGnu is known to be bad.
9677
9678 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9679
9680 * gdb.base/whatis.c: Extend the test case.
9681 * gdb.base/whatis.exp: Add additional tests.
9682
9683 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9684
9685 * gdb.fortran/type.f90: Add pointer variable.
9686 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9687
9688 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9689
9690 * gdb.fortran/vla-type.exp: Fix testcase name.
9691
9692 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9693
9694 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9695
9696 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9697
9698 * gdb.fortran/type.f90: Add nested structures.
9699 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9700 * gdb.fortran/derived-type.exp: Adapt expected output.
9701 * gdb.fortran/vla-type.exp: Adapt expected output.
9702
9703 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9704
9705 * gdb.fortran/whatis_type.exp: Adapt expected output.
9706
9707 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9708
9709 * gdb.fortran/print_type.exp: Fix expected output.
9710 * gdb.fortran/whatis_type.exp: Fix expected output.
9711
9712 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9713
9714 * gdb.fortran/whatis_type.exp: Use multi_line.
9715
9716 2016-05-24 Tom Tromey <tom@tromey.com>
9717
9718 PR python/17386:
9719 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9720 use value as an index.
9721
9722 2016-05-23 Tom Tromey <tom@tromey.com>
9723
9724 PR python/17981:
9725 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9726 no-breakpoint case.
9727
9728 2016-05-24 Pedro Alves <palves@redhat.com>
9729
9730 PR gdb/19828
9731 * gdb.threads/clone-attach-detach.c: New file.
9732 * gdb.threads/clone-attach-detach.exp: New file.
9733
9734 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9735
9736 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9737
9738 2016-05-23 Tom Tromey <tom@tromey.com>
9739
9740 PR python/19438, PR python/18393:
9741 * gdb.python/py-progspace.exp: Add "dir" test.
9742 * gdb.python/py-objfile.exp: Add "dir" test.
9743
9744 2016-05-23 Yao Qi <yao.qi@linaro.org>
9745
9746 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9747 * gdb.arch/thumb2-it.exp: Likewise.
9748
9749 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9750
9751 * gdb.mi/mi-threads-interrupt.c: New file.
9752 * gdb.mi/mi-threads-interrupt.exp: New file.
9753
9754 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9755
9756 PR gdb/18077
9757 * gdb.mi/mi-async-run.exp: New file.
9758 * gdb.mi/mi-async-run.c: New file.
9759
9760 2016-05-17 Tom Tromey <tom@tromey.com>
9761 Manish Goregaokar <manishsmail@gmail.com>
9762
9763 * lib/rust-support.exp: New file.
9764 * lib/gdb.exp (skip_rust_tests): New proc.
9765 (build_executable_from_specs): Handle rust.
9766 * lib/future.exp (gdb_find_rustc): New proc.
9767 (gdb_default_target_compile): Handle rust.
9768 * gdb.rust/expr.exp: New file.
9769 * gdb.rust/generics.exp: New file.
9770 * gdb.rust/generics.rs: New file.
9771 * gdb.rust/methods.exp: New file.
9772 * gdb.rust/methods.rs: New file.
9773 * gdb.rust/modules.exp: New file.
9774 * gdb.rust/modules.rs: New file.
9775 * gdb.rust/simple.exp: New file.
9776 * gdb.rust/simple.rs: New file.
9777
9778 2016-05-17 Tom Tromey <tom@tromey.com>
9779
9780 * gdb.base/default.exp (set language): Add rust.
9781
9782 2016-05-17 Tom Tromey <tom@tromey.com>
9783
9784 * gdb.gdb/unittest.exp: New file.
9785
9786 2016-05-16 Yao Qi <yao.qi@linaro.org>
9787
9788 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9789 shell_prompt. Update shell_prompt_re.
9790
9791 2016-05-12 Doug Evans <dje@google.com>
9792
9793 PR symtab/19999
9794 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9795 $options when building executable.
9796 * gdb.dwarf2/fission-loclists-pie.S: New file.
9797 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9798
9799 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9800
9801 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9802 of [is_remote target],
9803
9804 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9805
9806 * lib/gdb.exp (use_gdb_stub): New procedure.
9807
9808 2016-05-03 Yunlian Jiang <yunlian@google.com>
9809 Doug Evans <dje@google.com>
9810
9811 PR symtab/19914
9812 * gdb.dwarf2/dwp-sepdebug.c: New file.
9813 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9814
9815 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9816
9817 * gdb.base/detach.exp: Remove is_remote check.
9818
9819 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9820
9821 * gdb.base/annota-input-while-running.exp: Don't check for
9822 [is_remote target]. Enable annotations after running to main.
9823 Remove unused "set test..." line.
9824
9825 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9826
9827 * gdb.trace/trace-enable-disable.exp: New file.
9828 * gdb.trace/trace-enable-disable.c: New file.
9829
9830 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9831
9832 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9833 use it in info sharedlibrary test.
9834 * gdb.trace/ftrace-lock.exp: Likewise.
9835 * gdb.trace/ftrace.exp: Likewise.
9836 * gdb.trace/range-stepping.exp: Likewise.
9837 * gdb.trace/trace-break.exp: Likewise.
9838 * gdb.trace/trace-condition.exp: Likewise.
9839 * gdb.trace/trace-mt.exp: Likewise.
9840
9841 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9842
9843 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9844 (gdb_load_shlib): ... this.
9845 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9846 gdb_load_shlib.
9847 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9848 * gdb.base/ctxobj.exp: Likewise.
9849 * gdb.base/dprintf-pending.exp: Likewise.
9850 * gdb.base/dso2dso.exp: Likewise.
9851 * gdb.base/fixsection.exp: Likewise.
9852 * gdb.base/gcore-relro.exp: Likewise.
9853 * gdb.base/gdb1555.exp: Likewise.
9854 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9855 * gdb.base/gnu-ifunc.exp: Likewise.
9856 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9857 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9858 * gdb.base/pending.exp: Likewise.
9859 * gdb.base/print-file-var.exp: Likewise.
9860 * gdb.base/print-symbol-loading.exp: Likewise.
9861 * gdb.base/shlib-call.exp: Likewise.
9862 * gdb.base/shreloc.exp: Likewise.
9863 * gdb.base/so-impl-ld.exp: Likewise.
9864 * gdb.base/solib-disc.exp: Likewise.
9865 * gdb.base/solib-nodir.exp: Likewise.
9866 * gdb.base/solib-overlap.exp: Likewise.
9867 * gdb.base/solib-symbol.exp: Likewise.
9868 * gdb.base/solib-weak.exp (do_test): Likewise.
9869 * gdb.base/sym-file.exp: Likewise.
9870 * gdb.base/symtab-search-order.exp: Likewise.
9871 * gdb.base/type-opaque.exp: Likewise.
9872 * gdb.base/unload.exp: Likewise.
9873 * gdb.base/watchpoint-solib.exp: Likewise.
9874 * gdb.compile/compile.exp: Likewise.
9875 * gdb.cp/gdb2384.exp: Likewise.
9876 * gdb.cp/infcall-dlopen.exp: Likewise.
9877 * gdb.cp/re-set-overloaded.exp: Likewise.
9878 * gdb.fortran/library-module.exp: Likewise.
9879 * gdb.opt/solib-intra-step.exp: Likewise.
9880 * gdb.python/py-finish-breakpoint.exp: Likewise.
9881 * gdb.python/py-shared.exp: Likewise.
9882 * gdb.reverse/solib-precsave.exp: Likewise.
9883 * gdb.reverse/solib-reverse.exp: Likewise.
9884 * gdb.server/solib-list.exp: Likewise.
9885 * gdb.threads/dlopen-libpthread.exp: Likewise.
9886 * gdb.threads/tls-shared.exp: Likewise.
9887 * gdb.threads/tls-so_extern.exp: Likewise.
9888 * gdb.trace/change-loc.exp: Likewise.
9889 * gdb.trace/ftrace-lock.exp: Likewise.
9890 * gdb.trace/ftrace.exp: Likewise.
9891 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9892 * gdb.trace/pending.exp: Likewise.
9893 * gdb.trace/range-stepping.exp: Likewise.
9894 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9895 (strace_info_marker): Likewise.
9896 (strace_probe_marker): Likewise.
9897 (strace_trace_on_same_addr): Likewise.
9898 (strace_trace_on_diff_addr): Likewise.
9899 * gdb.trace/trace-break.exp: Likewise.
9900 * gdb.trace/trace-condition.exp: Likewise.
9901 * gdb.trace/trace-mt.exp: Likewise.
9902
9903 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9904
9905 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9906 result of gdb_remote_download.
9907 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9908 * gdb.base/dso2dso.exp: Likewise.
9909 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9910 * gdb.base/print-file-var.exp: Likewise.
9911 * gdb.base/shlib-call.exp: Likewise.
9912 * gdb.base/shreloc.exp: Likewise.
9913 * gdb.base/solib-overlap.exp: Likewise.
9914 * gdb.base/solib-weak.exp (do_test): Likewise.
9915 * gdb.base/unload.exp: Likewise.
9916
9917 2016-04-27 Yao Qi <yao.qi@linaro.org>
9918
9919 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9920 exists.
9921
9922 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9923
9924 * vla-type.exp: Print structure from toplevel.
9925
9926 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9927
9928 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9929 of dynamic types.
9930 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9931 of dynamic types.
9932
9933 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9934
9935 * gdb.fortran/vla-type.f90: New file.
9936 * gdb.fortran/vla-type.exp: New file.
9937
9938 2016-04-25 Yao Qi <yao.qi@linaro.org>
9939
9940 * gdb.base/branch-to-self.c: New file.
9941 * gdb.base/branch-to-self.exp: New file.
9942
9943 2016-04-22 Yao Qi <yao.qi@linaro.org>
9944
9945 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9946 more after $hex.
9947
9948 2016-04-22 Yao Qi <yao.qi@linaro.org>
9949
9950 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9951 * gdb.base/annota3.exp: Likewise.
9952
9953 2016-04-22 Yao Qi <yao.qi@linaro.org>
9954
9955 * gdb.reverse/step-precsave.exp: Do one step and test program
9956 stops in "callee" and do multiple steps until program goes out
9957 of "callee".
9958 * gdb.reverse/step-reverse.exp: Likewise.
9959
9960 2016-04-22 Yao Qi <yao.qi@linaro.org>
9961
9962 * gdb.trace/signal.exp: Also pass if
9963 $tracepoint_hits($i) > $iterations.
9964
9965 2016-04-22 Yao Qi <yao.qi@linaro.org>
9966
9967 * gdb.trace/signal.c: New file.
9968 * gdb.trace/signal.exp: New file.
9969
9970 2016-04-19 Doug Evans <xdje42@gmail.com>
9971
9972 * gdb.base/bad-file.exp: New file.
9973
9974 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9975
9976 * gdb.dwarf2/implref.exp: New file.
9977
9978 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9979
9980 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9981 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9982 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9983 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9984 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9985 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9986 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9987 * lib/fortran.exp (fortran_int4): New procedure.
9988 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9989 (fortran_logical4): Likewise.
9990
9991 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9992
9993 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9994
9995 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9996
9997 * lib/compiler.c: Add Intel specific preprocessor macros.
9998 * lib/compiler.cc: Likewise.
9999
10000 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10001
10002 * gdb.server/connect-with-no-symbol-file.c: New file.
10003 * gdb.server/connect-with-no-symbol-file.exp: New file.
10004
10005 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10006
10007 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10008
10009 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10010
10011 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10012 standard output directory.
10013
10014 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10015
10016 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10017
10018 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10019
10020 * gdb.btrace/instruction_history.c (loop): Add declaration.
10021
10022 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10023
10024 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10025
10026 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10027
10028 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10029 parentheses to print.
10030 (continue_handler): Likewise.
10031
10032 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10033
10034 * gdb.server/solib-list.exp: Remove is_remote check.
10035 Pass shlib= to gdb_compile. Don't link shared library with
10036 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10037 Run binary filename through "readlink -f" on the target.
10038
10039 2016-04-08 Pedro Alves <palves@redhat.com>
10040
10041 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10042 interpreter filename as argument to gdbserver_spawn.
10043 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10044 Return empty if $last_loaded_file does not exist.
10045
10046 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10047
10048 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10049 * gdb.base/jit-main.c: Use exit after usage.
10050
10051 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10052
10053 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10054 GDBHISTSIZE prior to the tests.
10055 * gdb.base/gdbinit-history.exp: Likewise.
10056
10057 2016-04-07 Pedro Alves <palves@redhat.com>
10058
10059 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10060 instead of build_executable. Use gdb_load_shlibs.
10061
10062 2016-04-07 Yao Qi <yao.qi@linaro.org>
10063
10064 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10065 Execute "si" command.
10066
10067 2016-04-07 Yao Qi <yao.qi@linaro.org>
10068
10069 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10070 number instead of the comments on some line.
10071
10072 2016-04-06 Don Breazeal <donb@codesourcery.com>
10073
10074 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10075 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10076
10077 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10078
10079 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10080 standard_output_file. Remove unused binfile variable.
10081
10082 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10083
10084 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10085 * gdb.python/py-mi-objfile.exp: Match "list main" output
10086 in console format.
10087
10088 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10089
10090 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10091 absolute.
10092
10093 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10094
10095 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10096 absolute.
10097 * gdb.trace/ftrace.exp: Likewise.
10098 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10099 targets as well.
10100 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10101 (gdb_load_shlibs): Copy libraries to test directory when testing
10102 natively. Only set solib-search-path if testing remotely.
10103 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10104
10105 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10106
10107 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10108 gdb_download. Use it even if the target is not remote.
10109 * gdb.base/jit.exp (compile_jit_test): Likewise.
10110 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10111 output directory if the destination board is local, otherwise use
10112 the standard remote_download from DejaGnu.
10113 (gdb_download): Remove.
10114 (gdb_load_shlibs): Use gdb_remote_download instead of
10115 gdb_download.
10116 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10117 Use gdb_remote_download instead of gdb_download. Use it even if
10118 the target is not remote.
10119 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10120 instead of gdb_download.
10121
10122 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10123
10124 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10125 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10126 run.
10127
10128 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10129
10130 PR gdb/19820
10131 * gdb.base/printcmds.exp: Add artificial arrays tests.
10132
10133 2016-03-31 Pedro Alves <palves@redhat.com>
10134
10135 PR gdb/19858
10136 * gdb.base/jit-main.c: Include unistd.h.
10137 (ATTACH): Define to 0 if not already defined.
10138 (wait_for_gdb, mypid): New globals.
10139 (WAIT_FOR_GDB): New macro.
10140 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10141 some breakpoint locations.
10142 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10143 New procedures.
10144 (one_jit_test): Add REATTACH parameter, and handle it. Use
10145 continue_to_test_location.
10146 (top level): Test attach, and adjusts calls to one_jit_test.
10147
10148 2016-03-31 Pedro Alves <palves@redhat.com>
10149
10150 PR gdb/19858
10151 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10152 BINSUFFIX parameter, and handle it.
10153 (top level): Adjust calls compile_jit_test.
10154
10155 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10156
10157 PR python/19743
10158 * gdb.python/py-mi-events-gdb.py: New file.
10159 * gdb.python/py-mi-events.c: New file.
10160 * gdb.python/py-mi-events.exp: New file.
10161
10162 2016-03-30 Yao Qi <yao.qi@linaro.org>
10163
10164 * gdb.reverse/until-precsave.exp: Match function name only.
10165 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10166 Move malloc to a condition block.
10167 * gdb.reverse/until-reverse.exp: Match function name only.
10168
10169 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10170
10171 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10172 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10173 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10174 variable for GPR 0 instead of assuming it is register 0.
10175 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10176 * lib/trace-support.exp: Add s390 registers.
10177
10178 2016-03-29 Yao Qi <yao.qi@linaro.org>
10179
10180 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10181
10182 2016-03-24 Yao Qi <yao.qi@linaro.org>
10183
10184 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10185 test message.
10186
10187 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10188
10189 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10190 maintaining separate logic for constructing the output path.
10191
10192 2016-03-16 Don Breazeal <donb@codesourcery.com>
10193
10194 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10195 Retry fork and waitpid on interrupted system call errors.
10196 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10197 Use with_timeout_factor to increase timeout by factor of 10.
10198
10199 2016-03-15 Don Breazeal <donb@codesourcery.com>
10200
10201 * gdb.cp/scope-err.cc: New test program.
10202 * gdb.cp/scope-err.exp: New test script.
10203 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10204 lines and "set breakpoint here" comment.
10205 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10206 Fixed some whitespace and format issues.
10207 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10208 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10209
10210 2016-03-15 Doug Evans <dje@google.com>
10211
10212 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10213 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10214 All callers updated. Add tests for enums, mixed flags register.
10215
10216 2016-03-15 Doug Evans <dje@google.com>
10217
10218 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10219 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10220
10221 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10222
10223 * gdb.base/default.exp: Add $_as_string to the list of expected
10224 convenience functions.
10225
10226 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10227
10228 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10229
10230 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10231
10232 * gdb.python/py-as-string.exp: New file.
10233 * gdb.python/py-as-string.c: New file.
10234
10235 2016-03-09 Pedro Alves <palves@redhat.com>
10236
10237 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10238 signal" -> "Thread NN received signal" output change.
10239 * gdb.threads/ia64-sigill.exp: Likewise.
10240 * gdb.threads/linux-dp.exp: Likewise.
10241 * gdb.threads/manythreads.exp: Likewise.
10242 * gdb.threads/pending-step.exp: Likewise.
10243 * gdb.threads/print-threads.exp: Likewise.
10244 * gdb.threads/sigstep-threads.exp: Likewise.
10245 * gdb.threads/staticthreads.exp: Likewise.
10246 * gdb.threads/tls.exp: Likewise.
10247
10248 2016-03-09 Pedro Alves <palves@redhat.com>
10249
10250 * gdb.base/command-line-input.exp: New file.
10251
10252 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10253
10254 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10255 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10256 * gdb.trace/pending.exp: Accept leading dot before function name.
10257 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10258 * lib/trace-support.exp: Set registers for ppc.
10259
10260 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10261
10262 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10263 use it for disassembly; accept .main in addition to main in backtrace.
10264
10265 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10266 Marcin Kościelnicki <koriakin@0x04.net>
10267
10268 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10269 (gdb_recursion_test_ptr): New global variable.
10270 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10271 gdb_recursion_test.
10272 (gdb_c_test): Ditto.
10273
10274 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10275
10276 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10277 ordering.
10278
10279 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10280
10281 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10282 (bar): Add bar_start_lbl label.
10283 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10284 of foo/bar for emitting DWARF and tracing.
10285
10286 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10287
10288 * analyze-racy-logs.py: Set executable bit.
10289
10290 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10291
10292 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10293 (CHECK_TARGET_TMP): Likewise.
10294 (check-single-racy): New rule.
10295 (check-parallel-racy): Likewise.
10296 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10297 (do-check-parallel-racy): New rule.
10298 (check-racy/%.exp): Likewise.
10299 * README (Racy testcases): New section.
10300 * analyze-racy-logs.py: New file.
10301
10302 2016-03-03 Doug Evans <dje@google.com>
10303
10304 * gdb.base/skip.exp: Use with_test_prefix.
10305
10306 2016-03-03 Yao Qi <yao.qi@linaro.org>
10307
10308 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10309 Invoke step_over_syscall "clone" and break_cond_on_syscall
10310 "clone".
10311 * gdb.base/step-over-clone.c: New file.
10312
10313 2016-03-03 Yao Qi <yao.qi@linaro.org>
10314
10315 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10316 code format.
10317
10318 2016-03-03 Yao Qi <yao.qi@linaro.org>
10319
10320 * gdb.base/disp-step-fork.c: Rename to ...
10321 * gdb.base/step-over-fork.c: ... it. New file.
10322 * gdb.base/disp-step-vfork.c: Rename to ...
10323 * gdb.base/step-over-vfork.c: ... it. New file.
10324 * gdb.base/disp-step-syscall.exp: Rename to ...
10325 * gdb.base/step-over-syscall.exp: ... it. New file.
10326 (disp_step_cross_syscall): Rename to ...
10327 (step_over_syscall): ... it.
10328
10329 2016-03-03 Yao Qi <yao.qi@linaro.org>
10330
10331 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10332 If target supports condition evaluation on target, invoke
10333 break_cond_on_syscall for fork and vfork.
10334
10335 2016-03-03 Yao Qi <yao.qi@linaro.org>
10336
10337 * gdb.base/disp-step-syscall.exp: Don't invoke
10338 support_displaced_stepping.
10339 (disp_step_cross_syscall): Test with displaced stepping off and
10340 on if supported.
10341
10342 2016-03-03 Yao Qi <yao.qi@linaro.org>
10343
10344 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10345 proc.
10346 (setup): New proc.
10347 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10348 and setup.
10349
10350 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10351
10352 * gdb.fortran/vla-history.exp: Remove breakpoint.
10353
10354 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10355
10356 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10357 exceeds timeout.
10358
10359 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10360
10361 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10362 breakpoint.
10363
10364 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10365
10366 * gdb.mi/vla.f90: Nullify pointer after declaration.
10367
10368 2016-03-01 Pedro Alves <palves@redhat.com>
10369
10370 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10371
10372 2016-03-01 Pedro Alves <palves@redhat.com>
10373
10374 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10375 before anything else.
10376 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10377 _GNU_SOURCE here.
10378 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10379 before anything else.
10380 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10381
10382 2016-03-01 Pedro Alves <palves@redhat.com>
10383
10384 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10385
10386 2016-03-01 Yao Qi <yao.qi@linaro.org>
10387
10388 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10389 prepare_for_testing.
10390
10391 2016-03-01 Yao Qi <yao.qi@linaro.org>
10392
10393 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10394
10395 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10396
10397 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10398 manually constructing the output path.
10399
10400 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10401
10402 * gdb.arch/s390-stackless.S: New.
10403 * gdb.arch/s390-stackless.exp: New.
10404
10405 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10406
10407 * gdb.dlang/circular.c: New file.
10408 * gdb.dlang/circular.exp: New file.
10409
10410 2016-02-26 Yao Qi <yao.qi@linaro.org>
10411
10412 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10413 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10414 (testcases): Update.
10415
10416 2016-02-26 Yao Qi <yao.qi@linaro.org>
10417
10418 * gdb.reverse/aarch64.c: Rename to ...
10419 * gdb.reverse/insn-reverse.c: ... it.
10420 * gdb.reverse/aarch64.exp: Rename to ...
10421 * gdb.reverse/insn-reverse.exp: ... it.
10422
10423 2016-02-26 Yao Qi <yao.qi@linaro.org>
10424
10425 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10426 (testcase_ftype): New.
10427 (testcases): New array.
10428 (n_testcases): New.
10429 (main): Call each element in testcases.
10430 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10431 (read_testcase): New.
10432 Do the tests in a loop.
10433
10434 2016-02-25 Yao Qi <yao.qi@linaro.org>
10435
10436 * gdb.base/branches.c: Remove.
10437
10438 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10439
10440 PR gdb/13808
10441 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10442
10443 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10444
10445 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10446
10447 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10448
10449 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10450 change x86_64 call_insn to 'callq'.
10451
10452 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10453
10454 * gdb.trace/tfile-avx.c: Move to...
10455 * gdb.trace/tracefile-pseudo-reg.c: Here.
10456 * gdb.trace/tfile-avx.exp: Move to...
10457 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10458
10459 2016-02-24 Gary Benson <gbenson@redhat.com>
10460
10461 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10462 message on attach.
10463
10464 2016-02-23 Doug Evans <dje@google.com>
10465
10466 * gdb.base/skip.c (test_skip): New function.
10467 (end_test_skip_file_and_function): New function.
10468 (test_skip_file_and_function): New function.
10469 * gdb.base/skip1.c (test_skip): New function.
10470 (skip1_test_skip_file_and_function): New function.
10471 * gdb.base/skip.exp: Add tests for new skip options.
10472 * gdb.base/skip-solib.exp: Update expected output.
10473 * gdb.perf/skip-command.cc: New file.
10474 * gdb.perf/skip-command.exp: New file.
10475 * gdb.perf/skip-command.py: New file.
10476
10477 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10478
10479 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10480 info registers pattern.
10481
10482 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10483
10484 * lib/future.exp: Add D support.
10485 (gdb_find_gdc): New proc.
10486 (gdb_default_target_compile): Add D support.
10487
10488 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10489
10490 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10491 user+system time.
10492 (trace_speed_test): Determine the iteration count for a time
10493 between 15..30 seconds.
10494
10495 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10496
10497 * gdb.arch/i386-mpx-sigsegv.c: New file.
10498 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10499 * gdb.arch/i386-mpx-simple_segv.c: New file.
10500 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10501
10502 2016-02-18 Yao Qi <yao.qi@linaro.org>
10503
10504 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10505 Don't call setup_kfail.
10506
10507 2016-02-18 Yao Qi <yao.qi@linaro.org>
10508
10509 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10510 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10511
10512 2016-02-16 Doug Evans <dje@google.com>
10513
10514 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10515 * gdb.base/skip1.c: Ditto.
10516 * gdb.base/skip.exp: Whitespace cleanup.
10517
10518 2016-02-16 Don Breazeal <donb@codesourcery.com>
10519
10520 PR remote/19496
10521 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10522 Remove kfail for PR remote/19496.
10523
10524 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10525
10526 * lib/gdb.exp (standard_temp_file): Return a path specific to
10527 the runtest invocation.
10528
10529 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10530
10531 * gdb.trace/save-trace.exp: Change relative path to be in the
10532 standard output directory.
10533
10534 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 * gdb.arch/i386-prologue.c: Add missing prototypes.
10537
10538 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10539
10540 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10541 * gdb.arch/i386-prologue.exp: Likewise.
10542 * gdb.arch/i386-size.exp: Likewise.
10543
10544 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10545
10546 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10547 define object file path.
10548 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10549 file path.
10550 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10551 standard_output_file to define binfile.
10552
10553 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10554
10555 Fix compatibility with recent gfortran-5.3.1.
10556 * gdb.fortran/vla-history.exp (print vla1 allocated)
10557 (print vla2 allocated, print $2, print $3): Remove
10558 (print $4): Rename to ...
10559 (print $2): ... here.
10560 (print $9): Rename to ...
10561 (print $5): ... here.
10562 (print $10): Rename to ...
10563 (print $6): ... here.
10564 * gdb.fortran/vla.f90: Add pvla initialization.
10565
10566 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10567
10568 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10569 New test.
10570 * gdb.fortran/vla-value-sub.exp: Likewise.
10571
10572 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10573
10574 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10575
10576 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10577
10578 * i386-biarch-core.exp: Define corefile using
10579 standard_output_file.
10580
10581 2016-02-12 Yao Qi <yao.qi@linaro.org>
10582
10583 * gdb.arch/arm-single-step-kernel-helper.c: New.
10584 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10585
10586 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10587
10588 * gdb.btrace/tailcall-only.exp: New.
10589 * gdb.btrace/tailcall-only.c: New.
10590 * gdb.btrace/x86_64-tailcall-only.S: New.
10591 * gdb.btrace/i686-tailcall-only.S: New.
10592
10593 2016-02-11 Pedro Alves <palves@redhat.com>
10594
10595 * README (Parallel testing): Add missing double quotes.
10596
10597 2016-02-11 Pedro Alves <palves@redhat.com>
10598
10599 * README (Parallel testing): New section.
10600 (GDB_PARALLEL): Rewrite.
10601 (FORCE_PARALLEL): Document.
10602
10603 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10604
10605 * gdb.trace/tfile-avx.c: New test.
10606 * gdb.trace/tfile-avx.exp: New test.
10607
10608 2016-02-09 Keith Seitz <keiths@redhat.com>
10609
10610 PR breakpoints/19546
10611 * gdb.base/infcall-exec.c: New file.
10612 * gdb.base/infcall-exec2.c: New file.
10613 * gdb.base/infcall-exec.exp: New file.
10614
10615 2016-02-09 Keith Seitz <keiths@redhat.com>
10616
10617 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10618 (toplevel): Call test_bkpt_address.
10619
10620 2016-02-09 Keith Seitz <keiths@redhat.com>
10621
10622 PR python/19506
10623 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10624 (toplevel): Call test_bkpt_address.
10625
10626 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10627
10628 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10629 to AC_OUTPUT.
10630 * configure: Regenerate.
10631
10632 2016-02-09 Pedro Alves <palves@redhat.com>
10633
10634 PR breakpoints/19548
10635 * gdb.base/execl-update-breakpoints.c (some_function): New
10636 function.
10637 (main): Call it.
10638 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10639 Tighten expected GDB output.
10640
10641 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10642
10643 * Makefile.in (ALL_SUBDIRS): Remove.
10644 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10645 (distclean maintainer-clean realclean): Likewise.
10646 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10647 * configure: Regenerate.
10648 * gdb.ada/Makefile.in: Delete.
10649 * gdb.arch/Makefile.in: Likewise.
10650 * gdb.asm/Makefile.in: Likewise.
10651 * gdb.base/Makefile.in: Likewise.
10652 * gdb.btrace/Makefile.in: Likewise.
10653 * gdb.cell/Makefile.in: Likewise.
10654 * gdb.compile/Makefile.in: Likewise.
10655 * gdb.cp/Makefile.in: Likewise.
10656 * gdb.disasm/Makefile.in: Likewise.
10657 * gdb.dlang/Makefile.in: Likewise.
10658 * gdb.dwarf2/Makefile.in: Likewise.
10659 * gdb.fortran/Makefile.in: Likewise.
10660 * gdb.gdb/Makefile.in: Likewise.
10661 * gdb.go/Makefile.in: Likewise.
10662 * gdb.guile/Makefile.in: Likewise.
10663 * gdb.java/Makefile.in: Likewise.
10664 * gdb.linespec/Makefile.in: Likewise.
10665 * gdb.mi/Makefile.in: Likewise.
10666 * gdb.modula2/Makefile.in: Likewise.
10667 * gdb.multi/Makefile.in: Likewise.
10668 * gdb.objc/Makefile.in: Likewise.
10669 * gdb.opencl/Makefile.in: Likewise.
10670 * gdb.opt/Makefile.in: Likewise.
10671 * gdb.pascal/Makefile.in: Likewise.
10672 * gdb.perf/Makefile.in: Likewise.
10673 * gdb.python/Makefile.in: Likewise.
10674 * gdb.reverse/Makefile.in: Likewise.
10675 * gdb.server/Makefile.in: Likewise.
10676 * gdb.stabs/Makefile.in: Likewise.
10677 * gdb.threads/Makefile.in: Likewise.
10678 * gdb.trace/Makefile.in: Likewise.
10679 * gdb.xml/Makefile.in: Likewise.
10680 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10681 GDB_PARALLEL.
10682 (standard_output_file): Remove check for GDB_PARALLEL, always
10683 return path in outputs/$subdir/$testname.
10684
10685 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10686
10687 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10688 (site.exp): Assign abs_srcdir to tcl's srcdir.
10689
10690 2016-02-04 Yao Qi <yao.qi@linaro.org>
10691
10692 * gdb.base/foll-exec-mode.c: Include limits.h.
10693 (main): Add parameters argc and argv. Get directory from
10694 argv[0].
10695 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10696 compilation.
10697 * gdb.base/foll-exec.c: Include limits.h.
10698 (main): Add parameters argc and argv.
10699 Get directory from argv[0].
10700 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10701 Adjust tests on the number of lines as source code changed.
10702 * gdb.base/foll-vfork-exit.c: Include limits.h.
10703 (main): Add one line of statement before vfork.
10704 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10705 (main): Add parameters argc and argv. Get directory from
10706 argv[0].
10707 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10708 (setup_gdb): Set tbreak to skip some source lines.
10709 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10710 (main): Add parameters argc and argv. Get directory from
10711 argv[0].
10712 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10713 compilation.
10714 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10715 (main): Add parameters argc and argv. Get directory from
10716 argv[0].
10717 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10718 compilation.
10719
10720 2016-02-01 Doug Evans <dje@google.com>
10721
10722 * gdb.base/skip.exp: Clean up multiple references to same test name.
10723
10724 2016-02-01 Pedro Alves <palves@redhat.com>
10725
10726 PR remote/19496
10727 * gdb.threads/forking-threads-plus-breakpoint.exp
10728 (displaced_stepping_supported): New global.
10729 (probe_displaced_stepping_support): New procedure.
10730 (do_test): Add 'displaced' parameter, and use it.
10731 (top level): Check for displaced stepping support. Add displaced
10732 stepping on/off testing axis.
10733
10734 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10735
10736 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10737 pointer. Don't perform further tests on the unassociated pointer
10738 if the first test fails.
10739
10740 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10741
10742 * gdb.base/max-value-size.c: New file.
10743 * gdb.base/max-value-size.exp: New file.
10744 * gdb.base/huge.exp: Disable max-value-size for this test.
10745
10746 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10747
10748 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10749
10750 2016-01-28 Yao Qi <yao.qi@linaro.org>
10751
10752 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10753
10754 2016-01-25 Pedro Alves <palves@redhat.com>
10755
10756 PR threads/19461
10757 * gdb.base/fork-running-state.c: New file.
10758 * gdb.base/fork-running-state.exp: New file.
10759
10760 2016-01-25 Pedro Alves <palves@redhat.com>
10761
10762 PR gdb/19494
10763 * gdb.base/catch-fork-kill.c: New file.
10764 * gdb.base/catch-fork-kill.exp: New file.
10765
10766 2016-01-25 Pedro Alves <palves@redhat.com>
10767
10768 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10769 Delete, moved to lib/gdb.exp.
10770 * gdb.threads/forking-threads-plus-breakpoint.exp
10771 (foreach_with_prefix): Likewise.
10772 * gdb.threads/process-dies-while-handling-bp.exp
10773 (foreach_with_prefix): Likewise.
10774 * lib/gdb.exp (foreach_with_prefix): New procedure.
10775
10776 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10777
10778 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10779 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10780
10781 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10782
10783 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10784 endian targets.
10785
10786 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10787 Pedro Alves <palves@redhat.com>
10788
10789 Fix testsuite compatibility with Guile.
10790 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10791 number.
10792
10793 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10794
10795 Fix testsuite compatibility with Guile.
10796 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10797 (thread 1): New test for backtrace through signal handler.
10798
10799 2016-01-22 Yao Qi <yao.qi@linaro.org>
10800
10801 PR testsuite/19491
10802 * gdb.base/multi-forks.c: Include
10803 ../lib/unbuffer_output.c
10804 (main): Call gdb_unbuffer_output.
10805
10806 2016-01-21 Doug Evans <dje@google.com>
10807
10808 * lib/ada.exp (gdb_compile_ada): Fix typo.
10809
10810 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10811
10812 * gdb.base/break-fun-addr.exp: New file.
10813 * gdb.base/break-fun-addr1.c: New file.
10814 * gdb.base/break-fun-addr2.c: New file.
10815
10816 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10817
10818 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10819 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10820 enum flag values.
10821
10822 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10823
10824 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10825 when GDB can not set the vector return value. Add more comments
10826 for clarification.
10827
10828 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10829
10830 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10831 command.
10832
10833 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10834
10835 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10836
10837 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10838
10839 * Makefile.in (check-single): Pass --status to runtest.
10840 (check/%.exp): Likewise.
10841
10842 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10843
10844 * Makefile.in (check-parallel): Propagate return code from make
10845 do-check-parallel.
10846
10847 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10848
10849 * gdb.trace/ftrace.exp: Fix expected message on continue.
10850 * gdb.trace/pending.exp: Fix expected message on continue.
10851 * gdb.trace/trace-break.exp: Fix expected message on continue.
10852
10853 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10854
10855 * lib/gdb.exp (gdb_test): Remove unused global references.
10856
10857 2016-01-18 Pedro Alves <palves@redhat.com>
10858
10859 * gdb.base/async-shell.exp: Adjust expected output.
10860 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10861 * gdb.base/siginfo-thread.exp: Adjust expected output.
10862 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10863 * gdb.java/jnpe.exp: Adjust expected output.
10864 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10865 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10866 * gdb.threads/leader-exit.exp: Adjust expected output.
10867 * gdb.threads/manythreads.exp: Adjust expected output.
10868 * gdb.threads/pthreads.exp: Adjust expected output.
10869 * gdb.threads/schedlock.exp: Adjust expected output.
10870 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10871 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10872 expected output.
10873 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10874 output.
10875 * gdb.threads/sigthread.exp: Adjust expected output.
10876 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10877
10878 2016-01-18 Yao Qi <yao.qi@linaro.org>
10879
10880 * gdb.guile/scm-section-script.c: Replace @progbits with
10881 %progbits.
10882 * gdb.python/py-section-script.c: Likewise.
10883
10884 2016-01-15 Pedro Alves <palves@redhat.com>
10885
10886 * gdb.multi/tids.exp: Test star wildcard ranges.
10887
10888 2016-01-15 Pedro Alves <palves@redhat.com>
10889
10890 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10891 command from "thread apply" invocation.
10892 (thr_apply_info_thr_invalid): Default the expected output to the
10893 input tid list.
10894 (top level): Add tests that use convenience variables. Add tests
10895 for "thread apply" with a valid TID list, but missing the command.
10896
10897 2016-01-13 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.base/default.exp: Expect $_gthread as well.
10900 * gdb.multi/tids.exp: Test $_gthread.
10901 * gdb.threads/thread-specific.exp: Test $_gthread.
10902
10903 2016-01-13 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.multi/tids.exp: Test "info threads -gid".
10906
10907 2016-01-13 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10910 Breakpoint.thread.
10911 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10912
10913 2016-01-07 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.base/break.exp: Adjust to output changes.
10916 * gdb.base/hbreak2.exp: Likewise.
10917 * gdb.base/sepdebug.exp: Likewise.
10918 * gdb.base/watch_thread_num.exp: Likewise.
10919 * gdb.linespec/keywords.exp: Likewise.
10920 * gdb.multi/info-threads.exp: Likewise.
10921 * gdb.threads/thread-find.exp: Likewise.
10922 * gdb.multi/tids.c: New file.
10923 * gdb.multi/tids.exp: New file.
10924
10925 2016-01-13 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10928
10929 2016-01-13 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.base/default.exp: Expect $_inferior as well.
10932 * gdb.multi/base.exp: Test $_inferior.
10933
10934 2016-01-13 Pedro Alves <palves@redhat.com>
10935
10936 PR breakpoints/19388
10937 * gdb.base/catch-signal-siginfo-cond.c: New file.
10938 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10939
10940 2016-01-12 Josh Stone <jistone@redhat.com>
10941 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10942
10943 * gdb.base/catch-syscall.c (do_execve): New variable.
10944 (main): Conditionally trigger an execve.
10945 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10946 (test_catch_syscall_execve): New, check entry/return across execve.
10947 (do_syscall_tests): Call test_catch_syscall_execve.
10948
10949 2016-01-12 Pedro Alves <palves@redhat.com>
10950
10951 * gdb.base/random-signal.exp (do_test): New procedure, with body
10952 of testcase moved in.
10953
10954 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10955 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/funcargs.exp (finish from indirectly called function):
10958 Reintroduce the case for 'First'.
10959
10960 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10961 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10964 (tcatch_vfork_then_child_follow_exec)
10965 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10966 identification.
10967
10968 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10969
10970 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10971 and repeats to unlimited.
10972 * gdb.python/py-value.exp: Likewise.
10973 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10974 and repeats to unlimited.
10975
10976 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10977
10978 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10979 and reordering the functions.
10980 * gdb.multi/hangout.c: Likewise.
10981 * gdb.multi/hello.c: Likewise.
10982
10983 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10984
10985 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10986 absolute.
10987 (SingleStatisticTestResult.report): Use dict.keys instead of
10988 dict.iterkeys.
10989
10990 2016-01-06 Pedro Alves <palves@redhat.com>
10991
10992 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10993
10994 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10995
10996 * gdb.btrace/dlopen.exp: New.
10997 * gdb.btrace/dlopen.c: New.
10998 * gdb.btrace/dlopen-dso.c: New.
10999
11000 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11001
11002 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11003 PATTERN argument is optional.
11004
11005 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11006
11007 * lib/ada.exp (target_compile_ada_from_dir): New function.
11008 (gdb_compile_ada): Reimplement avoiding the use of project files.
11009 * gdb.ada/gnat_ada.gpr: Delete.
11010 * gdb.ada/cond_lang.exp: Adjust test to make path before
11011 filename optional.
11012 * gdb.ada/small_reg_param.exp: Likewise.
11013
11014 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11015
11016 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11017
11018 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11019
11020 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11021 case.
11022
11023 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11024
11025 * gdb.base/break.exp: Remove dead code.
11026 * gdb.base/sepdebug.exp: Likewise.
11027
11028 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11029
11030 * gdb.asm/asm-source.exp: Remove HP-UX references.
11031 * gdb.base/annota1.exp: Likewise.
11032 * gdb.base/annota3.exp: Likewise.
11033 * gdb.base/attach.exp: Likewise.
11034 * gdb.base/bigcore.exp: Likewise.
11035 * gdb.base/break.exp: Likewise.
11036 * gdb.base/call-ar-st.exp: Likewise.
11037 * gdb.base/callfuncs.exp: Likewise.
11038 * gdb.base/catch-fork-static.exp: Likewise.
11039 * gdb.base/display.exp: Likewise.
11040 * gdb.base/foll-exec-mode.exp: Likewise.
11041 * gdb.base/foll-exec.exp: Likewise.
11042 * gdb.base/foll-fork.exp: Likewise.
11043 * gdb.base/foll-vfork.exp: Likewise.
11044 * gdb.base/funcargs.exp: Likewise.
11045 * gdb.base/hbreak2.exp: Likewise.
11046 * gdb.base/inferior-died.exp: Likewise.
11047 * gdb.base/interrupt.exp: Likewise.
11048 * gdb.base/multi-forks.exp: Likewise.
11049 * gdb.base/nodebug.exp: Likewise.
11050 * gdb.base/sepdebug.exp: Likewise.
11051 * gdb.base/solib1.c: Likewise.
11052 * gdb.base/step-test.exp: Likewise.
11053 * gdb.mi/non-stop.c: Likewise.
11054 * gdb.mi/pthreads.c: Likewise.
11055 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11056 * gdb.threads/pthreads.c: Likewise.
11057 * gdb.threads/staticthreads.exp: Likewise.
11058 * lib/future.exp: Likewise.
11059 * lib/gdb.exp: Likewise.
11060 * gdb.base/so-indr-cl.c: Remove.
11061 * gdb.base/so-indr-cl.exp: Likewise.
11062 * gdb.base/solib.c: Likewise.
11063 * gdb.base/solib.exp: Likewise.
11064 * gdb.base/solib2.c: Likewise.
11065
11066 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11067
11068 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11069 * gdb.base/call-ar-st.exp: Likewise.
11070 * gdb.base/callfuncs.exp: Likewise.
11071 * gdb.base/condbreak.exp: Likewise.
11072 * gdb.base/constvars.exp: Likewise.
11073 * gdb.base/hbreak2.exp: Likewise.
11074 * gdb.base/langs.exp: Likewise.
11075 * gdb.base/list.exp: Likewise.
11076 * gdb.base/long_long.exp: Likewise.
11077 * gdb.base/ptype.exp: Likewise.
11078 * gdb.base/scope.exp: Likewise.
11079 * gdb.base/signals.exp: Likewise.
11080 * gdb.base/so-impl-ld.exp: Likewise.
11081 * gdb.base/varargs.exp: Likewise.
11082 * gdb.base/volatile.exp: Likewise.
11083 * gdb.base/whatis.exp: Likewise.
11084 * gdb.cp/cplusfuncs.exp: Likewise.
11085 * gdb.cp/inherit.exp: Likewise.
11086 * gdb.cp/local.exp: Likewise.
11087 * gdb.cp/member-ptr.exp: Likewise.
11088 * gdb.cp/method.exp: Likewise.
11089 * gdb.cp/overload.exp: Likewise.
11090 * gdb.cp/templates.exp: Likewise.
11091 * gdb.stabs/weird.exp: Likewise.
11092 * lib/compiler.c: Likewise.
11093 * lib/compiler.cc: Likewise.
11094 * lib/cp-support.exp: Likewise.
11095 * lib/gdb.exp: Likewise.
11096
11097 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11098
11099 * configure.ac: Remove HP-UX case.
11100 * configure: Regenerate.
11101
11102 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11103
11104 * lib/gdb.exp (gdb_compile): Add function doc.
11105
11106 2015-12-17 Pedro Alves <palves@redhat.com>
11107
11108 PR threads/19354
11109 * gdb.multi/info-threads.exp: New file.
11110
11111 2015-12-15 Yao Qi <yao.qi@linaro.org>
11112
11113 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11114 is aarch64*-*-*.
11115
11116 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11117
11118 * gdb.base/history-duplicates.exp: Skip if no readline support.
11119
11120 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11121
11122 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11123
11124 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11125
11126 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11127
11128 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11129
11130 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11131 ctrl-C if nointerrupts target property is set.
11132 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11133 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11134 * gdb.base/paginate-bg-execution.exp: Likewise.
11135 * gdb.base/paginate-execution-startup.exp: Likewise.
11136 * gdb.base/random-signal.exp: Likewise.
11137 * gdb.base/range-stepping.exp: Likewise.
11138 * gdb.cp/annota2.exp: Likewise.
11139 * gdb.cp/annota3.exp: Likewise.
11140 * gdb.gdb/selftest.exp: Likewise.
11141 * gdb.threads/continue-pending-status.exp: Likewise.
11142 * gdb.threads/leader-exit.exp: Likewise.
11143 * gdb.threads/manythreads.exp: Likewise.
11144 * gdb.threads/pthreads.exp: Likewise.
11145 * gdb.threads/schedlock.exp: Likewise.
11146 * gdb.threads/sigthread.exp: Likewise.
11147
11148 2015-12-11 Don Breazeal <donb@codesourcery.com>
11149
11150 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11151 remote.
11152 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11153 * gdb.base/foll-exec.exp (main): Enable for target remote.
11154 * gdb.base/foll-fork.exp (main): Likewise.
11155 * gdb.base/foll-vfork.exp (main): Likewise.
11156 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11157 (proc continue_to_exit_bp_loc): Use clean_restart.
11158 * gdb.base/pie-execl.exp (main): Disable for target remote.
11159 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11160 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11161 * gdb.threads/execl.exp (main): Likewise.
11162 * gdb.threads/fork-child-threads.exp (main): Likewise.
11163 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11164 remote.
11165 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11166 remote.
11167 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11168 pid.tid style ptids, instead of just tid.
11169 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11170 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11171 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11172 ptids, instead of just tid.
11173
11174 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11175
11176 * gdb.base/list.exp (test_list_forward): Add end of file error
11177 test.
11178 (test_repeat_list_command): Add end of file error test.
11179 (test_list_backwards): Add beginning of file error test.
11180
11181 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11182
11183 * gdb.base/list.exp (test_list_invalid_args): New function,
11184 defined, and called.
11185
11186 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11187
11188 * gdb.base/list.exp (test_list): Make test names unique.
11189
11190 2015-12-11 Yao Qi <yao.qi@linaro.org>
11191
11192 * gdb.base/coremaker2.c: Remove.
11193
11194 2015-12-10 Pedro Alves <palves@redhat.com>
11195
11196 * gdb.multi/base.exp: Remove stale "spaces" references.
11197
11198 2015-12-10 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.multi/base.exp: Don't use nowarnings.
11201 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11202 * gdb.multi/hangout.c: Include stdio.h.
11203 * gdb.multi/hello.c: Include stdlib.h.
11204 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11205 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11206 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11207
11208 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11209
11210 * gdb.dwarf2/dw2-ranges-base.c: New file.
11211 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11212 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11213 support additional line table, and debug ranges generation.
11214 (Dwarf::ranges): New function, generate .debug_ranges.
11215 (Dwarf::lines): Support generating simple line table programs.
11216 (Dwarf::assemble): Initialise new namespace variables.
11217
11218 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11219
11220 * gdb.base/async.exp (proc test_background): Add case for
11221 asynchronous execution not supported.
11222
11223 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11224
11225 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11226 format and change test names to make them unique.
11227
11228 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11229 Pedro Alves <pedro@redhat.com>
11230
11231 PR gdb/18702
11232 Add checking of floatformats setup on x86_64 hosts.
11233 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11234 (smallval, bigval): New labels/constants.
11235 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11236 float" after loading bigval and smallval.
11237
11238 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11239
11240 * gdb.ada/fun_overload_menu.exp: New testcase.
11241 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11242
11243 2015-12-04 Josh Stone <jistone@redhat.com>
11244
11245 * gdb.base/catch-fork-static.exp: New.
11246
11247 2015-12-03 Yao Qi <yao.qi@linaro.org>
11248
11249 * gdb.base/sizeof.c: Don't include stdio.h and
11250 ../lib/unbuffer_output.c.
11251 (main): New variable 'size' and 'value'. Remove printf and
11252 gdb_unbuffer_output. Assign return value to size and value.
11253 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11254 at the beginning.
11255 (check_sizeof): Check the result by printing variable 'size'.
11256 (check_valueof): Check the result by printing variable 'value'.
11257
11258 2015-12-01 Yao Qi <yao.qi@linaro.org>
11259
11260 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11261 for aarch64*-*-linux* target.
11262
11263 2015-11-30 Pedro Alves <palves@redhat.com>
11264
11265 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11266
11267 2015-11-30 Pedro Alves <palves@redhat.com>
11268
11269 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11270 Handle non-stop mode vCont replies.
11271
11272 2015-11-30 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11275 prepare_for_testing. Start gdb with "set non-stop on" appended to
11276 GDBFLAGS. Lax expected stop output.
11277
11278 2015-11-27 Yao Qi <yao.qi@linaro.org>
11279
11280 * gdb.arch/arm-neon.exp: New.
11281 * gdb.arch/arm-neon.c: New.
11282
11283 2015-11-27 Yao Qi <yao.qi@linaro.org>
11284
11285 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11286
11287 2015-11-27 Yao Qi <yao.qi@linaro.org>
11288
11289 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11290 frames-invalid annotation.
11291
11292 2015-11-27 Yao Qi <yao.qi@linaro.org>
11293
11294 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11295
11296 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11297
11298 * gdb.threads/names.exp: New file.
11299 * gdb.threads/names.c: New file.
11300 * README: Mention gdb,no_thread_names.
11301
11302 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11303
11304 PR 19297
11305 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11306 support" error.
11307
11308 2015-11-24 Pedro Alves <palves@redhat.com>
11309
11310 PR 17539
11311 * gdb.base/display.exp: Expect displays to be sorted in ascending
11312 order. Use multi_line.
11313 * gdb.base/solib-display.exp: Likewise.
11314
11315 2015-11-24 Pedro Alves <palves@redhat.com>
11316
11317 PR 17539
11318 * gdb.base/display.exp: Expect displays to be sorted in ascending
11319 order. Use multi_line.
11320 * gdb.base/solib-display.exp: Likewise.
11321
11322 2015-11-24 Pedro Alves <palves@redhat.com>
11323
11324 PR 17539
11325 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11326 threads in ascending order.
11327 * gdb.base/foll-fork.exp: Likewise.
11328 * gdb.base/foll-vfork.exp: Likewise.
11329 * gdb.base/multi-forks.exp: Likewise.
11330 * gdb.mi/mi-nonstop.exp: Likewise.
11331 * gdb.mi/mi-nsintrall.exp: Likewise.
11332 * gdb.multi/base.exp: Likewise.
11333 * gdb.multi/multi-arch.exp: Likewise.
11334 * gdb.python/py-inferior.exp: Likewise.
11335 * gdb.threads/break-while-running.exp: Likewise.
11336 * gdb.threads/execl.exp: Likewise.
11337 * gdb.threads/gcore-thread.exp: Likewise.
11338 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11339 * gdb.threads/kill.exp: Likewise.
11340 * gdb.threads/linux-dp.exp: Likewise.
11341 * gdb.threads/multiple-step-overs.exp: Likewise.
11342 * gdb.threads/next-bp-other-thread.exp: Likewise.
11343 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11344 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11345 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11346 * gdb.threads/thread-find.exp: Likewise.
11347 * gdb.threads/tls.exp: Likewise.
11348 * lib/mi-support.exp (mi_reverse_list): Delete.
11349 (mi_check_thread_states): No longer reverse list.
11350
11351 2015-11-24 Pedro Alves <palves@redhat.com>
11352
11353 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11354 use lowercase.
11355
11356 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11357
11358 * gdb.trace/actions.c: Include trace-common.h.
11359 (main): Add a location for a fast tracepoint.
11360 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11361 the normal tracepoints.
11362 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11363
11364 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11365
11366 * save-trace.exp: Factor out code to these...
11367 (gdb_save_tracepoints): New.
11368 (gdb_load_tracepoints): New.
11369 (do_save_load_test): New.
11370
11371 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11372
11373 * gdb.base/asmlabel.exp: New test.
11374 * gdb.base/asmlabel.c: New test case.
11375
11376 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11377
11378 * gdb.base/wrong_frame_bt_full-main.c: New file.
11379 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11380 * gdb.base/wrong_frame_bt_full.exp: New file.
11381
11382 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11383
11384 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11385
11386 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11387
11388 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11389 pstate register when comparing registers values in
11390 sparc64-*-linux-gnu targets to avoid spurious differences.
11391
11392 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11393
11394 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11395
11396 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11397
11398 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11399 as type argument to gdb_compile.
11400 * gdb.base/nested-subp2.exp: Likewise.
11401 * gdb.base/nested-subp3.exp: Likewise.
11402
11403 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11404
11405 * lib/dwarf.exp (_note): Fix left shift of negative value.
11406 * gdb.trace/trace-condition.exp: Likewise.
11407
11408 2015-11-13 Yao Qi <yao.qi@linaro.org>
11409
11410 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11411 comments about d10v.
11412 (test_scalar_returns): Likewise.
11413 * gdb.base/d10v.ld: Remove.
11414 * gdb.base/overlays.exp: Remove the target triplet checking for
11415 d10v-*-*.
11416 * gdb.base/structs.exp (test_struct_returns): Remove the
11417 comments about d10v.
11418 (test_struct_calls): Likewise.
11419
11420 2015-11-13 Yao Qi <yao.qi@linaro.org>
11421
11422 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11423 * gdb.base/gnu_vector.c: Don't include stdio.h.
11424 (main): Don't print res and call add_some_intvecs.
11425
11426 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11427
11428 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11429 macro.
11430 (func5): Removed.
11431 (func4): Use FAST_TRACEPOINT_LABEL.
11432 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11433 macro.
11434 (func): Removed.
11435 (thread_function): Use FAST_TRACEPOINT_LABEL.
11436 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11437 (func): Remove.
11438 (marker): Use FAST_TRACEPOINT_LABEL.
11439 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11440 (pendfunc1): Remove.
11441 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11442 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11443 (foo): Remove.
11444 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11445 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11446 macro.
11447 (func): Remove.
11448 (marker): Use FAST_TRACEPOINT_LABEL.
11449 * gdb.trace/trace-common.h: New header.
11450 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11451 macro.
11452 (func): Remove.
11453 (marker): Use FAST_TRACEPOINT_LABEL.
11454 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11455 (func): Remove.
11456 (thread_function): Use FAST_TRACEPOINT_LABEL.
11457
11458 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11459
11460 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11461 in front.
11462 * gdb.trace/change-loc.exp: Use global pcreg definition.
11463 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11464 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11465 in front.
11466 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11467 * gdb.trace/pending.exp: Likewise.
11468 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11469 * gdb.trace/trace-break.exp: Likewise.
11470 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11471 in front.
11472 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11473 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11474 in front.
11475 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11476
11477 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11478
11479 * gdb.ada/fin_fun_out: New testcase.
11480
11481 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11482
11483 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11484 value associated with DW_AT_byte_size.
11485 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11486 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11487 DW_AT_upper_bound.
11488
11489 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11490
11491 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11492 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11493 version.
11494 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11495 gdb.dwarf2/dw2-canonicalize-type.exp,
11496 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11497 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11498 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11499 provided by gdb_target_symbol_prefix_flags_asm.
11500 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11501 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11502 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11503 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11504 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11505 macros where needed). Use this macro for symbols which require
11506 the prefix provided by SYMBOL_PREFIX.
11507
11508 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11509
11510 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11511 New procs.
11512 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11513 representing expressions, of more than one list element.
11514 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11515 to prepend linker symbol prefix to f.
11516 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11517 table_1 and table_2.
11518 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11519 Likewise, for f and g.
11520 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11521 for ptr.
11522 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11523 for main.
11524 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11525 table_1_ptr and table_2_ptr.
11526
11527 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11528 Joel Brobecker <brobecker@adacore.com>
11529
11530 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11531
11532 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11533
11534 * gdb.reverse/s390-mvcle.c: New test.
11535 * gdb.reverse/s390-mvcle.exp: New file.
11536 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11537
11538 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11539
11540 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11541
11542 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11543
11544 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11545 reaching marker2.
11546 * gdb.reverse/getresuid-reverse.exp: Likewise.
11547 * gdb.reverse/pipe-reverse.exp: Likewise.
11548 * gdb.reverse/readv-reverse.exp: Likewise.
11549 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11550 * gdb.reverse/time-reverse.exp: Likewise.
11551 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11552
11553 2015-10-30 Yao Qi <yao.qi@linaro.org>
11554
11555 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11556 (empty_cycle): Remove.
11557 (main): Don't call empty_cycle. Don't use watch_count_done.
11558 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11559 empty_cycle. Rewrite the code counting HW watchpoints.
11560
11561 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11562
11563 * gdb.reverse/fstatat-reverse.c: New test.
11564 * gdb.reverse/fstatat-reverse.exp: New file.
11565 * gdb.reverse/getresuid-reverse.c: New test.
11566 * gdb.reverse/getresuid-reverse.exp: New file.
11567 * gdb.reverse/pipe-reverse.c: New test.
11568 * gdb.reverse/pipe-reverse.exp: New file.
11569 * gdb.reverse/readv-reverse.c: New test.
11570 * gdb.reverse/readv-reverse.exp: New file.
11571 * gdb.reverse/recvmsg-reverse.c: New test.
11572 * gdb.reverse/recvmsg-reverse.exp: New file.
11573 * gdb.reverse/time-reverse.c: New test.
11574 * gdb.reverse/time-reverse.exp: New file.
11575 * gdb.reverse/waitpid-reverse.c: New test.
11576 * gdb.reverse/waitpid-reverse.exp: New file.
11577
11578 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11579
11580 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11581
11582 2015-10-26 Doug Evans <dje@google.com>
11583
11584 PR symtab/17391
11585 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11586 * gdb.dwarf2/bad-regnum.c: New file.
11587 * gdb.dwarf2/bad-regnum.exp: New file.
11588
11589 2015-10-26 Doug Evans <dje@google.com>
11590
11591 PR python/18938
11592 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11593 file.
11594
11595 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11596
11597 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11598 for a change by "Mention language in compile error message".
11599
11600 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11601
11602 PR python/18073
11603 * gdb.python/py-type.c (C::a_method): New.
11604 (C::a_const_method): New.
11605 (C::a_static_method): New.
11606 (a_function): New.
11607 * gdb.python/py-type.exp (test_fields): Test getting fields
11608 from function and method.
11609
11610 2015-10-21 Keven Boell <keven.boell@intel.com>
11611
11612 * gdb.fortran/vla-alloc-assoc.exp: New file.
11613 * gdb.fortran/vla-datatypes.exp: New file.
11614 * gdb.fortran/vla-datatypes.f90: New file.
11615 * gdb.fortran/vla-history.exp: New file.
11616 * gdb.fortran/vla-ptype-sub.exp: New file.
11617 * gdb.fortran/vla-ptype.exp: New file.
11618 * gdb.fortran/vla-sizeof.exp: New file.
11619 * gdb.fortran/vla-sub.f90: New file.
11620 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11621 * gdb.fortran/vla-value-sub-finish.exp: New file.
11622 * gdb.fortran/vla-value-sub.exp: New file.
11623 * gdb.fortran/vla-value.exp: New file.
11624 * gdb.fortran/vla-ptr-info.exp: New file.
11625 * gdb.mi/mi-vla-fortran.exp: New file.
11626 * gdb.mi/vla.f90: New file.
11627
11628 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11629
11630 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11631 of hardwired timeout value.
11632
11633 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11634 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11637 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11638
11639 2015-10-19 Josh Stone <jistone@redhat.com>
11640
11641 * gdb.base/catch-syscall.c: Include <sched.h>.
11642 (unknown_syscall): New variable.
11643 (main): Trigger a vfork and an unknown syscall.
11644 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11645 (unknown_syscall_number): Likewise.
11646 (check_call_to_syscall): Accept an optional syscall pattern.
11647 (check_return_from_syscall): Likewise.
11648 (check_continue): Likewise.
11649 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11650 (test_catch_syscall_skipping_return): New test toggling off 'catch
11651 syscall' to step over the syscall return, then toggling back on.
11652 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11653 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11654 (do_syscall_tests): Call test_catch_syscall_without_args and
11655 test_catch_syscall_mid_vfork.
11656 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11657 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11658
11659 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11660
11661 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11662 print g_vE): Add new pass patterns.
11663 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11664 print various symbol names for vptr fields.
11665
11666 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11667
11668 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11669 results.
11670
11671 2015-10-12 Yao Qi <yao.qi@linaro.org>
11672
11673 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11674
11675 2015-10-12 Yao Qi <yao.qi@linaro.org>
11676
11677 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11678 is aarch64*-*-linux*.
11679
11680 2015-10-12 Yao Qi <yao.qi@linaro.org>
11681
11682 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11683 (can_relocate_bcond_true): ... it.
11684 (can_relocate_bcond_false): New function.
11685 (foo): Likewise.
11686 (can_relocate_bl): Likewise.
11687 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11688 can_relocate_bl.
11689
11690 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11691
11692 * gdb.base/nested-addr.c: New file.
11693 * gdb.base/nested-addr.exp: New testcase.
11694
11695 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11696
11697 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11698 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11699 its output. Ignore the output of "record goto begin" and instead
11700 check that GDB is replaying.
11701
11702 2015-10-09 Pedro Alves <palves@redhat.com>
11703
11704 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11705 (top level): Use it in the run with no args test.
11706
11707 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11708
11709 * gdb.dlang/properties.exp: New file.
11710
11711 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11712
11713 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11714 whether or not address 0x1000 is mapped on the target.
11715
11716 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11717
11718 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11719 build.
11720
11721 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11722
11723 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11724 instruction-history test.
11725
11726 2015-09-28 Doug Evans <dje@google.com>
11727
11728 * gdb.base/gcore.c (array_func): Add reference to static_array.
11729
11730 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11731
11732 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11733 source line.
11734
11735 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11736
11737 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11738 short or char as base type.
11739
11740 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11741
11742 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11743 to allow any size enum.
11744
11745 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11746
11747 * gdb.ada/array_ptr_renaming.exp: New testcase.
11748 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11749 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11750
11751 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11752
11753 * gdb.trace/ftrace-lock.c: New file.
11754 * gdb.trace/ftrace-lock.exp: New file.
11755
11756 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11757
11758 * gdb.arch/insn-reloc.c: New file.
11759 * gdb.arch/ftrace-insn-reloc.exp: New file.
11760
11761 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11762
11763 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11764 instruction.
11765 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11766 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11767 * gdb.trace/range-stepping.c: Likewise.
11768 * gdb.trace/trace-break.c: Likewise.
11769 * gdb.trace/trace-mt.c (thread_function): Likewise.
11770 * gdb.trace/ftrace.c (marker): Likewise.
11771 * gdb.trace/trace-condition.c (marker): Likewise.
11772 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11773 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11774 is_aarch64_target.
11775
11776 2015-09-18 Doug Evans <xdje42@gmail.com>
11777
11778 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11779 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11780
11781 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11782
11783 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11784 the breakpoint.
11785
11786 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11787
11788 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11789 the pending breakpoint. Remove timeout override for "Run till
11790 MI pending breakpoint on pendfunc3 on thread 2" test.
11791
11792 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11793
11794 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11795 filename pattern.
11796
11797 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11798
11799 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11800 in breakpoint filename pattern.
11801
11802 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11803
11804 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11805
11806 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11807
11808 * gdb.linespec/explicit.exp: Check for readline support for
11809 tab-completion tests. Fix obvious typo.
11810
11811 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11812
11813 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11814 and replay.
11815
11816 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11817
11818 * gdb.btrace/non-stop.c: New.
11819 * gdb.btrace/non-stop.exp: New.
11820
11821 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11822 Yao Qi <yao.qi@linaro.org>
11823
11824 * gdb.trace/trace-condition.c: New file.
11825 * gdb.trace/trace-condition.exp: New file.
11826
11827 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11828
11829 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11830 for testing bytecode compilation.
11831
11832 2015-09-16 Pedro Alves <palves@redhat.com>
11833 Sandra Loosemore <sandra@codesourcery.com>
11834
11835 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11836 (SECONDS): Redefine.
11837 (main): Call pthread_kill and alarm early.
11838 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11839 support.
11840 (test): If the target can't hardware step and doesn't support
11841 displaced stepping, increase the timeout.
11842
11843 2015-09-16 Pedro Alves <palves@redhat.com>
11844
11845 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11846 (enable_debug): New procedures.
11847 (test): Use them. Bail out if waiting for threads fails.
11848 (top level): Bail out if a test fails.
11849
11850 2015-09-16 Yao Qi <yao.qi@linaro.org>
11851
11852 * gdb.asm/asm-source.exp: Set asm-arch for
11853 aarch64*-*-* target.
11854 * gdb.asm/aarch64.inc: New file.
11855
11856 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11857
11858 * gdb.ada/array_of_variable_length.exp: New testcase.
11859 * gdb.ada/array_of_variable_length/foo.adb: New file.
11860 * gdb.ada/array_of_variable_length/pck.adb: New file.
11861 * gdb.ada/array_of_variable_length/pck.ads: New file.
11862
11863 2015-09-15 Doug Evans <dje@google.com>
11864
11865 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11866 of function static local variable.
11867
11868 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11869
11870 * gdb.threads/tls-so_extern.exp: New test file.
11871 * gdb.threads/tls-so_extern.c: New test file.
11872 * gdb.threads/tls-so_extern_main.c: New test file.
11873
11874 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11875
11876 * gdb.opt/solib-intra-step-lib.c: New file.
11877 * gdb.opt/solib-intra-step-main.c: New file.
11878 * gdb.opt/solib-intra-step.exp: New file.
11879
11880 2015-09-15 Pedro Alves <palves@redhat.com>
11881
11882 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11883 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11884
11885 2015-09-14 Pedro Alves <palves@redhat.com>
11886
11887 * gdb.base/hook-stop-continue.c: Delete.
11888 * gdb.base/hook-stop-continue.exp: Delete.
11889 * gdb.base/hook-stop-frame.c: Delete.
11890 * gdb.base/hook-stop-frame.exp: Delete.
11891 * gdb.base/hook-stop.c: New file.
11892 * gdb.base/hook-stop.exp: New file.
11893
11894 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11895
11896 * gdb.ada/access_to_packed_array.exp: New testcase.
11897 * gdb.ada/access_to_packed_array/foo.adb: New file.
11898 * gdb.ada/access_to_packed_array/pack.adb: New file.
11899 * gdb.ada/access_to_packed_array/pack.ads: New file.
11900
11901 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11902
11903 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11904 buffer size test.
11905
11906 2015-09-11 Don Breazeal <donb@codesourcery.com>
11907
11908 * gdb.base/foll-exec.c: Add copyright header. Fix
11909 formatting issues.
11910 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11911 (do_exec_tests): Use clean_restart in place of zap_session,
11912 and for test initialization. Fix formatting issues. Use
11913 fail in place of perror.
11914 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11915 an expect statement to match an expression with output from
11916 the program under debug.
11917 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11918 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11919 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11920 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11921 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11922
11923 2015-09-09 Doug Evans <dje@google.com>
11924
11925 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11926
11927 2015-09-09 Doug Evans <dje@google.com>
11928
11929 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11930
11931 2015-09-09 Doug Evans <dje@google.com>
11932
11933 * gdb.base/savedregs.exp: Fix typo.
11934
11935 2015-09-09 Pedro Alves <palves@redhat.com>
11936
11937 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11938
11939 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11940
11941 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11942 command actually switches threads. Give up on remaining
11943 tests if target fails to stop at breakpoint.
11944
11945 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11946
11947 * gdb.ada/funcall_char.exp: New testcase.
11948 * gdb.ada/funcall_char/foo.adb: New file.
11949
11950 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11951
11952 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11953 expected outputs. Add two testcases for completing ambiguous
11954 functions.
11955 * gdb.ada/complete/aux_pck.adb: New file.
11956 * gdb.ada/complete/aux_pck.ads: New file.
11957 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11958 Ambiguous_Func functions.
11959 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11960 * gdb.ada/complete/pck.adb: Likewise.
11961
11962 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11963
11964 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11965 failures to run the test program under GDB.
11966
11967 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11968
11969 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11970 to C.
11971
11972 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11973
11974 * gdb.base/run-after-attach.exp: New test file.
11975 * gdb.base/run-after-attach.c: New test file.
11976
11977 2015-08-26 Don Breazeal <donb@codesourcery.com>
11978
11979 * gdb.base/foll-exec-2.c: New test program.
11980 * gdb.base/foll-exec-2.exp: New test.
11981
11982 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11983
11984 * gdb.base/nested-subp1.exp: New file.
11985 * gdb.base/nested-subp1.c: New file.
11986 * gdb.base/nested-subp2.exp: New file.
11987 * gdb.base/nested-subp2.c: New file.
11988 * gdb.base/nested-subp3.exp: New file.
11989 * gdb.base/nested-subp3.c: New file.
11990
11991 2015-08-24 Pedro Alves <palves@redhat.com>
11992
11993 * gdb.server/connect-without-multi-process.c: New file.
11994 * gdb.server/connect-without-multi-process.exp: New file.
11995
11996 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11997
11998 * gdb.opt/inline-markers.c: Make z int.
11999
12000 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12001
12002 * gdb.opt/inline-markers.c: Make z volatile.
12003
12004 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12005
12006 * gdb.opt/inline-bt.c: New volatile global z.
12007 * gdb.opt/inline-cmds.c: Likewise.
12008 * gdb.opt/inline-locals.c: Likewise.
12009 * gdb.opt/inline-markers.c: New extern global z.
12010 (marker): Use z.
12011 (inline_fn): Likewise.
12012
12013 2015-08-24 Pedro Alves <palves@redhat.com>
12014
12015 * config/m32r-stub.exp: Remove file.
12016 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12017 * gdb.base/call-rt-st.exp: Likewise.
12018 * gdb.base/call-strs.exp: Likewise.
12019 * gdb.base/default.exp: Remove references to h8300-*-hms and
12020 *-*-udi*.
12021 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12022
12023 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12024
12025 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12026 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12027 and "return" use KFAIL when GDB can not read/write the vector
12028 return value.
12029
12030 2015-08-21 Gary Benson <gbenson@redhat.com>
12031
12032 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12033
12034 2015-08-20 Pedro Alves <palves@redhat.com>
12035
12036 * gdb.server/solib-list.exp: No longer expect an interior stop in
12037 non-stop mode.
12038
12039 2015-08-20 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.server/connect-stopped-target.c: New file.
12042 * gdb.server/connect-stopped-target.exp: New file.
12043
12044 2015-08-20 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.dwarf2/comp-unit-lang.exp: New file.
12047 * gdb.dwarf2/comp-unit-lang.c: New file.
12048
12049 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12050
12051 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12052 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12053
12054 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12055
12056 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12057 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12058
12059 2015-08-18 Doug Evans <dje@google.com>
12060 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12061
12062 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12063 skip_python_tests. New arg prompt_regexp.
12064 (skip_python_tests): New function.
12065 * lib/mi-support.exp (mi_skip_python_tests): New function.
12066 * gdb.python/py-mi-objfile-gdb.py: New file.
12067 * gdb.python/py-mi-objfile.c: New file.
12068 * gdb.python/py-mi-objfile.exp: New file.
12069
12070 2015-08-17 Keith Seitz <keiths@redhat.com>
12071
12072 * gdb.linespec/explicit.exp: Move strace test from here ...
12073 * gdb.trace/strace.exp: ... to here.
12074
12075 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12076
12077 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12078 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12079
12080 2015-08-14 Doug Evans <xdje42@gmail.com>
12081
12082 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12083 inferior before selecting a new file.
12084
12085 2015-08-14 Doug Evans <xdje42@gmail.com>
12086
12087 * gdb.mi/mi-disassemble.exp: Update.
12088 * gdb.base/disasm-optim.S: New file.
12089 * gdb.base/disasm-optim.c: New file.
12090 * gdb.base/disasm-optim.h: New file.
12091 * gdb.base/disasm-optim.exp: New file.
12092
12093 2015-08-14 Keith Seitz <keiths@redhat.com>
12094
12095 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12096 "evaluated-by".
12097
12098 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12099
12100 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12101
12102 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12103
12104 * gdb.ada/fun_renaming.exp: New testcase.
12105 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12106 * gdb.ada/fun_renaming/pack.adb: New file.
12107 * gdb.ada/fun_renaming/pack.ads: New file.
12108
12109 2015-08-12 Keith Seitz <keiths@redhat.com>
12110
12111 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12112 gdb_get_line_number.
12113
12114 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12115
12116 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12117 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12118 gdb.base/dso2dso.exp: New files.
12119
12120 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12121 Pedro Alves <palves@redhat.com>
12122 Keith Seitz <keiths@redhat.com>
12123
12124 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12125 GDBFLAGS.
12126
12127 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12128
12129 * gdb.base/gdbhistsize-history.exp
12130 (test_histsize_history_setting): Use save_vars.
12131 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12132 Use save_vars.
12133 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12134 * gdb.base/readline.exp: Use save_vars.
12135
12136 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12137
12138 * lib/gdb.exp (save_vars): New proc.
12139
12140 2015-08-11 Keith Seitz <keiths@redhat.com>
12141
12142 * gdb.base/help.exp: Update help_breakpoint_text.
12143
12144 2015-08-11 Keith Seitz <keiths@redhat.com>
12145
12146 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12147 (at toplevel): Call test_explicit_breakpoints.
12148 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12149 breakpoints.
12150 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12151 breakpoint conditions, "-cond".
12152
12153 2015-08-11 Keith Seitz <keiths@redhat.com>
12154
12155 * gdb.linespec/3explicit.c: New file.
12156 * gdb.linespec/cpexplicit.cc: New file.
12157 * gdb.linespec/cpexplicit.exp: New file.
12158 * gdb.linespec/explicit.c: New file.
12159 * gdb.linespec/explicit.exp: New file.
12160 * gdb.linespec/explicit2.c: New file.
12161 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12162 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12163 before using in the matching pattern.
12164 Clarify that `prefix' is a regular expression.
12165
12166 2015-08-11 Keith Seitz <keiths@redhat.com>
12167
12168 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12169 test.
12170 Add tests for missing ",FMT" and ",".
12171
12172 2015-08-10 Doug Evans <dje@google.com>
12173 Keith Seitz <keiths@redhat.com>
12174
12175 PR gdb/17960
12176 * gdb.base/completion.exp: Add location completer tests.
12177
12178 2015-08-07 Pedro Alves <palves@redhat.com>
12179
12180 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12181 tests here.
12182 (top level): Run do_test with and without displaced stepping.
12183
12184 2015-08-07 Pedro Alves <palves@redhat.com>
12185
12186 * gdb.base/valgrind-disp-step.c: New file.
12187 * gdb.base/valgrind-disp-step.exp: New file.
12188
12189 2015-08-07 Pedro Alves <palves@redhat.com>
12190
12191 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12192 Delete function.
12193 (main): Add alarm. Run an infinite loop instead of calling
12194 wait_threads.
12195 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12196 comment.
12197 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12198 Delete function.
12199 (main): Add alarm. Run an infinite loop instead of calling
12200 wait_threads.
12201 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12202 comment.
12203
12204 2015-08-07 Pedro Alves <palves@redhat.com>
12205
12206 * gdb.base/checkpoint-ns.exp: New file.
12207 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12208 standard_testfile.
12209
12210 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12211
12212 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12213 * gdb.btrace/instruction_history.exp: Update.
12214 * gdb.btrace/tsx.exp: New.
12215 * gdb.btrace/tsx.c: New.
12216
12217 2015-08-06 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12220 increase timeout.
12221 * gdb.reverse/until-precsave.exp: Bump timeouts.
12222
12223 2015-08-06 Pedro Alves <palves@redhat.com>
12224
12225 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12226
12227 2015-08-06 Pedro Alves <palves@redhat.com>
12228
12229 PR gdb/18749
12230 * gdb.threads/process-dies-while-handling-bp.c: New file.
12231 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12232
12233 2015-08-06 Pedro Alves <palves@redhat.com>
12234
12235 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12236 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12237
12238 2015-08-05 Pedro Alves <palves@redhat.com>
12239
12240 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12241 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12242
12243 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12244
12245 * gdb.base/bp-permanent.exp: Report test as unsupported if
12246 the target cannot stop at the permanent breakpoint.
12247
12248 2015-08-03 Doug Evans <dje@google.com>
12249
12250 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12251 10000.
12252
12253 2015-08-03 Doug Evans <dje@google.com>
12254
12255 * Makefile.in (workers/%.worker, build-perf): New rule.
12256 (GDB_PERFTEST_MODE): New variable.
12257 (check-perf): Use it.
12258 (clean): Clean up gdb.perf parallel build subdirs.
12259 * lib/build-piece.exp: New file.
12260 * lib/gdb.exp (make_gdb_parallel_path): New function
12261 (standard_output_file, standard_temp_file): Call it.
12262 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12263 of $GDB_PARALLEL.
12264 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12265
12266 2015-08-03 Doug Evans <dje@google.com>
12267
12268 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12269 (LOG_FILE_NAME): New global.
12270 (TextReporter.__init__): Initialize self.txt_sum.
12271 (TextReporter.report): Add support for multiple data-points.
12272 Move report to perftest.sum, put raw data in perftest.log.
12273 (TextReporter.start): Open sum and log files.
12274 (TextReporter.end): Close sum and log files.
12275 * gdb.perf/lib/perftest/testresult.py
12276 (SingleStatisticTestResult.record): Handle multiple data-points.
12277
12278 2015-07-31 Pedro Alves <palves@redhat.com>
12279
12280 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12281 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12282 kill_wait_spawned_process instead of explicit "kill -9".
12283 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12284 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12285 kill_wait_spawned_process.
12286 * gdb.base/attach-twice.exp: Likewise.
12287 * gdb.base/attach.exp: Likewise.
12288 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12289 gdb_test_multiple.
12290 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12291 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12292 kill_wait_spawned_process.
12293 * gdb.base/valgrind-infcall.exp: Likewise.
12294 * gdb.multi/multi-attach.exp: Likewise.
12295 * gdb.python/py-prompt.exp: Likewise.
12296 * gdb.python/py-sync-interp.exp: Likewise.
12297 * gdb.server/ext-attach.exp: Likewise.
12298 * gdb.threads/attach-into-signal.exp (corefunc): Use
12299 spawn_wait_for_attach, spawn_id_get_pid and
12300 kill_wait_spawned_process.
12301 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12302 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12303 spawn_id_get_pid and kill_wait_spawned_process.
12304 * gdb.threads/attach-stopped.exp (corefunc): Use
12305 spawn_wait_for_attach, spawn_id_get_pid and
12306 kill_wait_spawned_process.
12307 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12308 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12309 kill_wait_spawned_process instead of explicit "kill -9".
12310 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12311 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12312 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12313 processes. Don't map cygwin/windows pids here. Now returns a
12314 spawn id list.
12315
12316 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12317
12318 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12319 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12320 correct patch.
12321
12322 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12323
12324 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12325
12326 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12327
12328 Reapply:
12329 2014-05-21 Mark Wielaard <mjw@redhat.com>
12330
12331 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12332
12333 2015-07-30 Pedro Alves <palves@redhat.com>
12334
12335 * linux-low.c (handle_extended_wait): Set the child's last
12336 reported status to TARGET_WAITKIND_STOPPED.
12337
12338 2015-07-30 Pedro Alves <palves@redhat.com>
12339
12340 PR threads/18600
12341 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12342 only shows inferior 1.
12343
12344 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12345 Pedro Alves <palves@redhat.com>
12346
12347 PR threads/18600
12348 * gdb.threads/fork-plus-threads.c: New file.
12349 * gdb.threads/fork-plus-threads.exp: New file.
12350
12351 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12352
12353 * gdb.base/batch-preserve-term-settings.exp
12354 (test_terminal_settings_preserved_after_cli_exit): Use
12355 send_quit_command.
12356
12357 2015-07-29 Pedro Alves <palves@redhat.com>
12358 Don Breazeal <donb@codesourcery.com>
12359
12360 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12361 output from both inferior_spawn_id and gdb_spawn_id.
12362
12363 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12364
12365 * gdb.threads/attach-into-signal.exp (corefunc): Use
12366 with_test_prefix on nested loops, uniquefying the test messages.
12367
12368 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12369
12370 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12371 commit.
12372
12373 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12374
12375 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12376 New proc.
12377 (test_terminal_settings_preserved_after_sigterm): New test.
12378
12379 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12380
12381 * gdb.base/batch-preserve-term-settings.exp
12382 (test_terminal_settings_preserved_after_cli_exit): New test.
12383
12384 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12385
12386 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12387 manipulation of saved_gdbflags.
12388 (test_terminal_settings_preserved): Remove global declaration of
12389 the unused variable pagination_prompt. Remove manipulation of
12390 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12391 GDBFLAGS.
12392
12393 2015-07-29 Pedro Alves <palves@redhat.com>
12394
12395 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12396
12397 2015-07-29 Pedro Alves <palves@redhat.com>
12398
12399 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12400 at the top.
12401
12402 2015-07-29 Pedro Alves <palves@redhat.com>
12403
12404 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12405 (main): Call gdb_unbuffer_output.
12406 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12407 (main): Call gdb_unbuffer_output.
12408 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12409 (main): Call gdb_unbuffer_output.
12410 * gdb.base/call-strs.exp: Adjust to step over the
12411 gdb_unbuffer_output call.
12412 * gdb.base/catch-gdb-caused-signals.c: Include
12413 "../lib/unbuffer_output.c".
12414 (main): Call gdb_unbuffer_output.
12415 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12416 (main): Call gdb_unbuffer_output.
12417 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12418 (main): Call gdb_unbuffer_output.
12419 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12420 (main): Call gdb_unbuffer_output.
12421 * gdb.base/shlib-call.exp: Adjust to step over the
12422 gdb_unbuffer_output call.
12423 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12424 (main): Call gdb_unbuffer_output.
12425 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12426 (main): Call gdb_unbuffer_output.
12427 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12428 (main): Rename to ...
12429 (test): ... this.
12430 (main): Reimplement.
12431 * gdb.base/varargs.exp: Run to test instead of to main.
12432 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12433 (main): Call gdb_unbuffer_output.
12434
12435 2015-07-29 Pedro Alves <palves@redhat.com>
12436
12437 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12438 factore out from mi_continue_dprintf. For call-style dprintfs,
12439 expect dprintf output out of $inferior_spawn_id.
12440 (mi_continue_dprintf): Use mi_expect_dprintf.
12441 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12442 (main): Call gdb_unbuffer_output.
12443
12444 2015-07-29 Pedro Alves <palves@redhat.com>
12445
12446 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12447 (default_mi_gdb_start): Set inferior_spawn_id instead of
12448 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12449 gdb_spawn_id.
12450 (mi_gdb_test): Always expect inferior output from both
12451 $inferior_spawn_id and $gdb_spawn_id.
12452
12453 2015-07-29 Pedro Alves <palves@redhat.com>
12454
12455 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12456 send_inferior and $inferior_spawn_id.
12457
12458 2015-07-29 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.gdb/complaints.exp (test_initial_complaints)
12461 (test_serial_complaints, test_short_complaints): Use
12462 gdb_test_stdio.
12463 (test_empty_complaint): Handle $inferior_spawn_id !=
12464 $gdb_spawn_id.
12465
12466 2015-07-29 Pedro Alves <palves@redhat.com>
12467
12468 * gdb.base/varargs.exp: Use gdb_test_stdio.
12469
12470 2015-07-29 Pedro Alves <palves@redhat.com>
12471
12472 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12473
12474 2015-07-29 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12477
12478 2015-07-29 Pedro Alves <palves@redhat.com>
12479
12480 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12481 parameter into two new parameters, "inf_result" and "gdb_result".
12482 Expect inferior output and gdb output from $inferior_spawn_id and
12483 $gdb_spawn_id, respectively. Adjust all callers.
12484
12485 2015-07-29 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12488 of gdb_test_sequence.
12489
12490 2015-07-29 Pedro Alves <palves@redhat.com>
12491
12492 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12493 (saw_spurious_output): Expect inferior output from
12494 $inferior_spawn_id. Use gdb_test_stdio.
12495
12496 2015-07-29 Pedro Alves <palves@redhat.com>
12497
12498 * gdb.base/dprintf.exp: Use standard_testfile. Change
12499 prepare_for_testing call.
12500 (srcfile): Don't set.
12501 (restart): New procedure.
12502 (test_dprintf): New procecure, use to continue over dprintfs.
12503 (test_call, test_agent): New procedures, tests moved here.
12504 Restart gdb and recreate dprintfs. Adjust expected output.
12505
12506 2015-07-29 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12509
12510 2015-07-29 Pedro Alves <palves@redhat.com>
12511
12512 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12513
12514 2015-07-29 Pedro Alves <palves@redhat.com>
12515
12516 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12517 gdb_test_stdio.
12518
12519 2015-07-29 Pedro Alves <palves@redhat.com>
12520
12521 * lib/gdb.exp (gdb_test_stdio): New procedure.
12522
12523 2015-07-29 Pedro Alves <palves@redhat.com>
12524
12525 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12526
12527 2015-07-29 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.base/call-signal-resume.exp: Remove check for
12530 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12531 * gdb.base/unwindonsignal.exp: Likewise.
12532 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12533 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12534
12535 2015-07-29 Pedro Alves <palves@redhat.com>
12536
12537 * gdb.base/siginfo-addr.c (pass): New function.
12538 (handler): Call it iff si_addr is correct.
12539 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12540 Set a breakpoint at "pass" and continue to it.
12541
12542 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12543
12544 * gdb.python/py-objfile.exp: Make some tests have unique names.
12545 * gdb.python/py-pp-registration.exp: Likewise.
12546
12547 2015-07-28 Pedro Alves <palves@redhat.com>
12548
12549 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12550
12551 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12552
12553 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12554
12555 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12556
12557 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12558
12559 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12560
12561 * gdb.base/gdb-sigterm-2.exp: New test.
12562
12563 2015-07-25 Doug Evans <xdje42@gmail.com>
12564
12565 Revert:
12566 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12567 (workers/%.worker, build-perf): New rule.
12568 (GDB_PERFTEST_MODE): New variable.
12569 (check-perf): Use it.
12570 (clean): Clean up gdb.perf parallel build subdirs.
12571 * lib/build-piece.exp: New file.
12572 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12573 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12574 name.
12575 (standard_temp_file): Ditto.
12576 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12577 of $GDB_PARALLEL.
12578
12579 2015-07-24 Doug Evans <dje@google.com>
12580
12581 * gdb.perf/lib/perftest/utils.py: New file.
12582 * gdb.perf/gm-hello.cc: New file.
12583 * gdb.perf/gm-pervasive-typedef.cc: New file.
12584 * gdb.perf/gm-pervasive-typedef.h: New file.
12585 * gdb.perf/gm-std.cc: New file.
12586 * gdb.perf/gm-std.h: New file.
12587 * gdb.perf/gm-use-cerr.cc: New file.
12588 * gdb.perf/gm-utils.h: New file.
12589 * gdb.perf/gmonster-null-lookup.py: New file.
12590 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12591 * gdb.perf/gmonster-print-cerr.py: New file.
12592 * gdb.perf/gmonster-ptype-string.py: New file.
12593 * gdb.perf/gmonster-runto-main.py: New file.
12594 * gdb.perf/gmonster-select-file.py: New file.
12595 * gdb.perf/gmonster1-null-lookup.exp: New file.
12596 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12597 * gdb.perf/gmonster1-print-cerr.exp: New file.
12598 * gdb.perf/gmonster1-ptype-string.exp: New file.
12599 * gdb.perf/gmonster1-runto-main.exp: New file.
12600 * gdb.perf/gmonster1-select-file.exp: New file.
12601 * gdb.perf/gmonster1.cc: New file.
12602 * gdb.perf/gmonster1.exp: New file.
12603 * gdb.perf/gmonster2-null-lookup.exp: New file.
12604 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12605 * gdb.perf/gmonster2-print-cerr.exp: New file.
12606 * gdb.perf/gmonster2-ptype-string.exp: New file.
12607 * gdb.perf/gmonster2-runto-main.exp: New file.
12608 * gdb.perf/gmonster2-select-file.exp: New file.
12609 * gdb.perf/gmonster2.cc: New file.
12610 * gdb.perf/gmonster2.exp: New file.
12611
12612 2015-07-24 Doug Evans <dje@google.com>
12613
12614 * gdb.perf/README: New file.
12615 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12616 * lib/gen-perf-test.exp: New file.
12617
12618 2015-07-24 Doug Evans <dje@google.com>
12619
12620 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12621 (PerfTest::startup): New function.
12622 (PerfTest::run): Return result of calling body.
12623 (PerfTest::assemble): Rewrite.
12624 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12625 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12626 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12627 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12628 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12629
12630 2015-07-24 Doug Evans <dje@google.com>
12631
12632 * lib/gdb.exp (clean_restart): Make executable optional.
12633
12634 2015-07-24 Doug Evans <dje@google.com>
12635
12636 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12637 compiler_info references.
12638 * gdb.cp/temargs.exp: Ditto.
12639 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12640 (get_compiler_info): Early exit if already computed. Set compiler_info
12641 to "unknown" if there was a problem.
12642 (test_compiler_info): Add function comment. Call get_compiler_info.
12643
12644 2015-07-24 Doug Evans <dje@google.com>
12645
12646 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12647 (workers/%.worker, build-perf): New rule.
12648 (GDB_PERFTEST_MODE): New variable.
12649 (check-perf): Use it.
12650 (clean): Clean up gdb.perf parallel build subdirs.
12651 * lib/build-piece.exp: New file.
12652 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12653 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12654 name.
12655 (standard_temp_file): Ditto.
12656 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12657 of $GDB_PARALLEL.
12658
12659 2015-07-24 Doug Evans <dje@google.com>
12660
12661 * lib/future.exp (gdb_default_target_compile): New option
12662 "early_flags".
12663 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12664 --as-needed.
12665
12666 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12667
12668 * gdb.base/catch-syscall.exp: Call gdb_exit before
12669 gdb_skip_xml_test.
12670
12671 2015-07-24 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.python/py-events.exp: Accept output between the stop event
12674 and the prompt.
12675 * gdb.python/py-evsignal.exp: Likewise.
12676 * gdb.python/py-evthreads.exp: Likewise.
12677
12678 2015-07-24 Pedro Alves <palves@redhat.com>
12679
12680 PR gdb/18717
12681 * gdb.threads/non-ldr-exit.c: New file.
12682 * gdb.threads/non-ldr-exit.exp: New file.
12683
12684 2015-07-24 Yao Qi <yao.qi@linaro.org>
12685
12686 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12687 restarting process.
12688
12689 2015-07-24 Yao Qi <yao.qi@linaro.org>
12690
12691 * gdb.server/ext-restart.exp: New file.
12692
12693 2015-07-24 Yao Qi <yao.qi@linaro.org>
12694
12695 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12696 argument options.
12697 * gdb.server/ext-wrapper.exp: New file.
12698
12699 2015-07-23 Doug Evans <dje@google.com>
12700
12701 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12702 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12703
12704 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12705
12706 * gdb.ada/var_arr_typedef.exp: New testcase.
12707 * gdb.ada/var_arr_typedef/pack.adb: New file.
12708 * gdb.ada/var_arr_typedef/pack.ads: New file.
12709 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12710
12711 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12712
12713 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12714
12715 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12716
12717 * gdb.arch/i386-biarch-core.exp: Replace istarget
12718 by "complete set gnutarget". Remove expectation for the "core-file"
12719 command.
12720
12721 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12722
12723 Revert the previous commit:
12724 Tests for validate symbol file using build-id.
12725
12726 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12727
12728 Tests for validate symbol file using build-id.
12729 * gdb.base/solib-mismatch-lib.c: New file.
12730 * gdb.base/solib-mismatch-libmod.c: New file.
12731 * gdb.base/solib-mismatch.c: New file.
12732 * gdb.base/solib-mismatch.exp: New file.
12733
12734 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12735
12736 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12737 nios2-*-linux*.
12738 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12739 * gdb.base/siginfo.exp: Likewise.
12740 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12741
12742 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12743
12744 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12745 Move it to ...
12746 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12747 ... here.
12748 * gdb.trace/range-stepping.exp: Check that the target supports
12749 range stepping.
12750
12751 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12752
12753 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12754
12755 2015-07-14 Pedro Alves <palves@redhat.com>
12756
12757 * gdb.base/killed-outside.exp: New file.
12758 * gdb.base/killed-outside.c: New file.
12759
12760 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12761
12762 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12763 (n at main): New.
12764 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12765
12766 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12767
12768 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12769 infcall tests instead of setting up for KFAIL.
12770
12771 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12772
12773 * gdb.btrace/record_goto-step.exp: New.
12774
12775 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12776
12777 PR compile/18484
12778 * gdb.compile/compile.c (struct struct_type): Add volatile to
12779 selffield's type.
12780 * gdb.compile/compile.exp
12781 (compile code struct_object.selffield = &struct_object): Skip further
12782 struct_object tests if this one xfails.
12783
12784 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12785
12786 PR exp/18617
12787 * gdb.trace/ax.exp: Add test.
12788
12789 2015-07-07 Yao Qi <yao.qi@linaro.org>
12790
12791 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12792 instead of istarget "aarch64*-*-*".
12793 * gdb.arch/aarch64-fp.exp: Likewise.
12794 * gdb.base/float.exp: Likewise.
12795 * gdb.reverse/aarch64.exp: Likewise.
12796 * lib/gdb.exp (is_aarch64_target): New proc.
12797
12798 2015-07-07 Yao Qi <yao.qi@linaro.org>
12799
12800 * lib/gdb.exp (is_aarch32_target): New proc.
12801 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12802 instead of "istarget "arm*-*-*"".
12803 * gdb.arch/arm-disp-step.exp: Likewise.
12804 * gdb.arch/thumb-bx-pc.exp: Likewise.
12805 * gdb.arch/thumb-prologue.exp: Likewise.
12806 * gdb.arch/thumb-singlestep.exp: Likewise.
12807 * gdb.base/disp-step-syscall.exp: Likewise.
12808 * gdb.base/float.exp: Likewise.
12809
12810 2015-07-07 Yao Qi <yao.qi@linaro.org>
12811
12812 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12813 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12814
12815 2015-07-07 Yao Qi <yao.qi@linaro.org>
12816
12817 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12818 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12819 if it exists.
12820 * gdb.multi/multi-arch.exp: Likewise.
12821
12822 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12823
12824 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12825 print.
12826
12827 2015-07-07 Yao Qi <yao.qi@linaro.org>
12828
12829 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12830
12831 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12832
12833 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12834 '[' and ']' characters.
12835
12836 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12837
12838 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12839
12840 2015-06-29 Pedro Alves <palves@redhat.com>
12841
12842 PR threads/18127
12843 * gdb.threads/hand-call-new-thread.c: New file.
12844 * gdb.threads/hand-call-new-thread.c: New file.
12845
12846 2015-06-26 Keith Seitz <keiths@redhat.com>
12847 Doug Evans <dje@google.com>
12848
12849 PR 16253
12850 * gdb.cp/var-tag-2.cc: New file.
12851 * gdb.cp/var-tag-3.cc: New file.
12852 * gdb.cp/var-tag-4.cc: New file.
12853 * gdb.cp/var-tag.cc: New file.
12854 * gdb.cp/var-tag.exp: New file.
12855
12856 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12857
12858 * gdb.base/history-duplicates.exp: New test.
12859
12860 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12861
12862 * gdb.base/completion.exp: Test the completion of the "focus"
12863 command.
12864
12865 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12866
12867 * gdb.arch/amd64-prologue-skip.S: New file.
12868 * gdb.arch/amd64-prologue-skip.exp: New file.
12869
12870 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12871
12872 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12873 is_address_zero_readable check.
12874
12875 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12876
12877 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12878 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12879
12880 2015-06-24 Yao Qi <yao.qi@linaro.org>
12881
12882 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12883 linux targets.
12884
12885 2015-06-24 Yao Qi <yao.qi@linaro.org>
12886
12887 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12888 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12889 * gdb.base/siginfo-thread.exp: Likewise.
12890
12891 2015-06-22 Yao Qi <yao.qi@linaro.org>
12892
12893 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12894
12895 2015-06-22 Yao Qi <yao.qi@linaro.org>
12896
12897 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12898 aarch64*-*-*.
12899 (skip_hw_watchpoint_tests): Likewise.
12900
12901 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12902
12903 * gdb.base/gdbinit-history.exp: Test the interaction between
12904 setting GDBHISTSIZE and setting the history size via .gdbinit.
12905
12906 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12907
12908 PR gdb/16999
12909 * gdb.base/gdbhistsize-history.exp: New test.
12910
12911 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12912
12913 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12914 with GDBHISTSIZE.
12915 * gdb.base/readline.exp: Likewise.
12916
12917 2015-06-17 Yao Qi <yao.qi@linaro.org>
12918
12919 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12920 line.
12921
12922 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12923
12924 * gdb.base/gdbinit-history.exp: Add test case to check that
12925 an unlimited history file does not get truncated on exit.
12926
12927 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12928
12929 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12930 (VECTOR): New macro. Use it...
12931 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12932 ...for these typedefs.
12933 (int8, char1, int1, double1): New typedefs.
12934 (struct just_int2, struct two_int2): New structures.
12935 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12936 (add_structvecs, add_singlevecs): New functions.
12937 (main): Call add_some_intvecs twice.
12938 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12939 the compile and exit upon failure. Try compiling for the "native"
12940 architecture. Test inferior function calls with vector arguments
12941 and vector return value handling with "finish" and "return".
12942
12943 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12944
12945 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12946 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12947 PE file.
12948 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12949
12950 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12951
12952 PR breakpoints/16465
12953 * gdb.mi/mi-dprintf-pending.c: New file.
12954 * gdb.mi/mi-dprintf-pending.exp: New test.
12955 * gdb.mi/mi-dprintf-pendshr.c: New file.
12956
12957 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12958 Mircea Gherzan <mircea.gherzan@intel.com>
12959
12960 * gdb.arch/i386-mpx-map.c: New file.
12961 * gdb.arch/i386-mpx-map.exp: New File.
12962
12963 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12964
12965 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12966 * gdb.arch/i386-mpx.exp: Indentation fixed.
12967
12968 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12969
12970 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12971 function and improved indentation.
12972 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12973 gdb_test_multiple. Added additional tests to skip the test.
12974
12975 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12976
12977 * gdb.arch/i386-avx512.c: Change path in include file.
12978 * gdb.arch/i386-avx512.exp: Change include dir path
12979 compilation flag.
12980 * gdb.arch/i386-mpx.c: Change path in include file.
12981 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12982 flag.
12983
12984 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12985
12986 * gdb.compile/compile-print.exp (compile print *vararray@3)
12987 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12988
12989 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12990
12991 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12992 (do not keep jit in memory): ... this.
12993 (expect 5): Change it to ...
12994 (expect no 5): ... this.
12995
12996 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12997
12998 PR gdb/15564
12999 * gdb.mi/mi-detach.exp: New file.
13000
13001 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13002
13003 PR symtab/18392
13004 * gdb.arch/amd64-tailcall-self.S: New file.
13005 * gdb.arch/amd64-tailcall-self.c: New file.
13006 * gdb.arch/amd64-tailcall-self.exp: New file.
13007
13008 2015-05-28 Don Breazeal <donb@codesourcery.com>
13009
13010 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13011 tests for remote targets by checking is_target_gdbserver.
13012
13013 2015-05-27 Doug Evans <dje@google.com>
13014
13015 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13016 * gdb.dwarf2/opaque-type-lookup.c: New file.
13017 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13018
13019 2015-05-26 Doug Evans <dje@google.com>
13020
13021 * gdb.cp/iostream.cc: New file.
13022 * gdb.cp/iostream.exp: New file.
13023
13024 2015-05-26 Doug Evans <dje@google.com>
13025
13026 * gdb.dwarf2/dw2-op-call.exp: Update.
13027 * gdb.dwarf2/dw4-sig-types.exp: Update.
13028 * gdb.dwarf2/implptr.exp: Update.
13029 * gdb.mi/mi-cmd-param-changed.exp: Update.
13030
13031 2015-05-26 Doug Evans <dje@google.com>
13032
13033 * gdb.python/py-lazy-string.c: New file.
13034 * gdb.python/py-lazy-string.exp: New file.
13035 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13036 (main): Update. Add estring3.
13037 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13038 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13039
13040 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13041 Yao Qi <yao.qi@linaro.org>
13042
13043 * gdb.reverse/aarch64.c: New.
13044 * gdb.reverse/aarch64.exp: New.
13045
13046 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13047
13048 * lib/gdb.exp (supports_process_record): Return true for
13049 aarch64*-linux*.
13050 (supports_reverse): Likewise.
13051
13052 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13053
13054 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13055 Use with_test_prefix.
13056
13057 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13058
13059 * gdb.base/completion.exp: Add test for completion of layout
13060 names.
13061
13062 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13063
13064 * lib/gdb.exp (skip_tui_tests): New proc.
13065 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13066
13067 2015-05-19 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13070 Save the whole env array instead of just HOME. Unset HISTSIZE in
13071 the environment while testing. Restore whole environment
13072 afterwards.
13073
13074 2015-05-16 Doug Evans <xdje42@gmail.com>
13075
13076 * gdb.guile/scm-ports.c: New file.
13077 * gdb.guile/scm-ports.exp: Add memory port tests.
13078
13079 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13080
13081 * gdb.compile/compile-print.c: New file.
13082 * gdb.compile/compile-print.exp: New file.
13083
13084 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13085
13086 * gdb.compile/compile-ops.exp: Cast param to void.
13087 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13088 (compile code struct_object.selffield = &struct_object): Add xfail.
13089
13090 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13091
13092 * gdb.ada/arr_enum_with_gap: New testcase.
13093
13094 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13095
13096 * gdb.ada/byte_packed_arr: New testcase.
13097
13098 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13099
13100 * gdb.ada/pckd_neg: New testcase.
13101
13102 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13103
13104 PR gdb/17820
13105 * gdb.base/gdbinit-history.exp: New test.
13106 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13107 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13108
13109 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13110
13111 * gdb.python/py-xmethods.cc: Enhance test case.
13112 * gdb.python/py-xmethods.exp: New tests.
13113 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13114 function.
13115 (B_indexoper): Likewise.
13116 (global_dm_list) : Add new xmethod worker functions.
13117
13118 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13119
13120 * gdb.base/coredump-filter.exp: Correctly unset
13121 "coredump_var_addr" array.
13122
13123 2015-05-08 Pedro Alves <palves@redhat.com>
13124
13125 * gdb.server/non-existing-program.exp: Unset spawn_id.
13126
13127 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13128
13129 PR python/18291
13130 * gdb.python/py-xmethods.exp: Add tests.
13131
13132 2015-05-08 Yao Qi <yao.qi@linaro.org>
13133
13134 PR gdb/18208
13135 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13136 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13137 function set_coredump_filter, and remove remote_exec call.
13138 Remove argument ipid. Callers update.
13139 (top level): Don't get inferior's PID.
13140
13141 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13142
13143 * gdb.base/watch_thread_num.exp: Skip test on targets without
13144 access watchpoints.
13145
13146 2015-05-06 Pedro Alves <palves@redhat.com>
13147
13148 PR server/18081
13149 * gdb.server/non-existing-program.exp: New file.
13150
13151 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13152
13153 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13154
13155 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13156
13157 * gdb.ada/out_of_line_in_inlined: New testcase.
13158
13159 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13160
13161 * gdb.ada/var_rec_arr: New testcase.
13162
13163 2015-04-30 Yao Qi <yao.qi@linaro.org>
13164
13165 * gdb.base/break-idempotent.exp: If
13166 skip_hw_watchpoint_multi_tests returns true, skip the tests
13167 on "rwatch" and "awatch".
13168
13169 2015-04-30 Yao Qi <yao.qi@linaro.org>
13170
13171 * gdb.base/relativedebug.exp: Invoke gdb command
13172 "info sharedlibrary", and if libc.so doesn't have debug info,
13173 skip the test.
13174
13175 2015-04-29 Doug Evans <dje@google.com>
13176
13177 * gdb.python/py-xmethods.exp: Add ptype tests.
13178 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13179 get_result_type method.
13180
13181 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13182
13183 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13184 the target does not support hardware watchpoints.
13185
13186 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13187
13188 * gdb.base/break-always.exp: Abort testing if writing to memory
13189 causes an error.
13190
13191 2015-04-28 Doug Evans <dje@google.com>
13192
13193 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13194 * gdb.python/py-pp-registration.exp: ... here. New file.
13195 * gdb.python/py-pp-registration.c: New file.
13196 * gdb.python/py-pp-registration.py: New file.
13197
13198 2015-04-28 Doug Evans <dje@google.com>
13199
13200 * gdb.python/py-bad-printers.c: New file.
13201 * gdb.python/py-bad-printers.py: New file.
13202 * gdb.python/py-bad-printers.exp: New file.
13203
13204 2015-04-28 Sasha Smundak <asmundak@google.com>
13205
13206 * gdb.python/py-type.exp: New test.
13207
13208 2015-04-28 Andy Wingo <wingo@igalia.com>
13209
13210 * gdb.python/py-parameter.exp:
13211 * gdb.guile/scm-parameter.exp: Escape the path that we are
13212 matching against, as it might contain characters that are special
13213 to regular expressions.
13214
13215 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13216
13217 * gdb.ada/rec_comp: New testcase.
13218
13219 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13220
13221 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13222 before using it.
13223
13224 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13225
13226 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13227 new tests for verilog output.
13228
13229 2015-04-24 Yao Qi <yao.qi@linaro.org>
13230
13231 * boards/remote-gdbserver-on-localhost.exp: New file.
13232
13233 2015-04-23 Pedro Alves <palves@redhat.com>
13234
13235 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13236 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13237 "end of file", remove $inferior_spawn_id from the indirect list.
13238
13239 2015-04-23 Pedro Alves <palves@redhat.com>
13240
13241 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13242
13243 2015-04-23 Pedro Alves <palves@redhat.com>
13244
13245 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13246 on $any_spawn_id instead of only on $gdb_spawn_id.
13247
13248 2015-04-21 Pierre Muller <muller@sourceware.org>
13249
13250 PR pascal/17815
13251 * lib/pascal.exp (gpc_compile): Add new option "class".
13252 (fpc_compile): Likewise.
13253 * gdb.pascal/case-insensitive-symbols.pas: New file.
13254 * gdb.pascal/case-insensitive-symbols.exp: New file.
13255
13256 2015-04-20 Gary Benson <gbenson@redhat.com>
13257
13258 * gdb.base/attach.exp: Fix three extended remote failures.
13259
13260 2015-04-17 Gary Benson <gbenson@redhat.com>
13261
13262 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13263 the main executable over the remote protocol.
13264
13265 2015-04-16 Pedro Alves <palves@redhat.com>
13266
13267 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13268 a new gdbserver if gdbserver_reconnect_p is set.
13269
13270 2015-04-16 Pedro Alves <palves@redhat.com>
13271
13272 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13273 is set, don't exit gdbserver.
13274
13275 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13276
13277 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13278 appropriate .insn, such that an older assembler can be used.
13279 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13280 the z/Architecture instruction set on 31-bit targets as well.
13281
13282 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13283
13284 * gdb.go/handcall.exp: Remove all logic related to the first
13285 breakpoint and rely on go_runto_main instead.
13286 * gdb.go/strings.exp: Likewise.
13287 * gdb.go/unsafe.exp: Likewise.
13288 * gdb.go/hello.exp: Likewise. Also rename the remaining
13289 breakpoint marker to "breakpoint 1".
13290 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13291 * gdb.go/strings.go: Likewise.
13292 * gdb.go/unsafe.go: Likewise.
13293 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13294 "set breakpoint 2 here" and rename the remaining breakpoint marker
13295 to "breakpoint 1".
13296
13297 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13298
13299 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13300 if itertools.imap is not present.
13301 * gdb.python/py-objfile.exp: Add parentheses.
13302 * gdb.python/py-type.exp: Same.
13303 * gdb.python/py-unwind-maint.py: Same.
13304
13305 2015-04-15 Yao Qi <yao.qi@linaro.org>
13306
13307 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13308 of ":$ptr_size" and set its form explicitly.
13309
13310 2015-04-15 Pedro Alves <palves@redhat.com>
13311 Yao Qi <yao.qi@linaro.org>
13312
13313 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13314 timeout by factor of 4.
13315 (test_regular_watch): Likewise.
13316 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13317 * gdb.reverse/sigall-reverse.exp: Likewise.
13318 * gdb.reverse/until-precsave.exp: Likewise.
13319 * lib/gdb.exp (with_timeout_factor): New proc.
13320 (gdb_expect): Move some code to ...
13321 (get_largest_timeout): ... here. New procedure.
13322
13323 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13324
13325 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13326
13327 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13328
13329 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13330 to write to the .text section.
13331
13332 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13333
13334 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13335 Handle the case of targets that do not provide PID information.
13336
13337 2015-04-13 Yao Qi <yao.qi@linaro.org>
13338
13339 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13340 and use expect instead of gdb_expect.
13341
13342 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13343
13344 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13345 "coredump_var_addr" to avoid naming conflict with other testcases.
13346
13347 2015-04-10 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13350 gdb_test_sequence and gdb_assert.
13351
13352 2015-04-10 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13355 test messages that don't include the breakpoint address.
13356
13357 2015-04-10 Yao Qi <yao.qi@linaro.org>
13358
13359 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13360 false for some offset and width combinations which aren't
13361 supported by linux kernel.
13362
13363 2015-04-10 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13366 procedure, factored out from ...
13367 (top level): ... here. Add "set displaced-stepping" testing axis.
13368 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13369 parameter "displaced". Use it.
13370 (top level): Use foreach and add "set displaced-stepping" testing
13371 axis.
13372
13373 2015-04-10 Pedro Alves <palves@redhat.com>
13374
13375 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13376 Remove comment.
13377 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13378 both the address of the instruction that triggers the watchpoint
13379 and the address of the instruction immediately after, and use
13380 those addresses for the test. Fix comment.
13381
13382 2015-04-10 Pedro Alves <palves@redhat.com>
13383
13384 * gdb.base/sigstep.exp (breakpoint_to_handler)
13385 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13386 Test "backtrace" in handler.
13387 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13388 (top level): Add new "displaced" test axis to
13389 breakpoint_to_handler, breakpoint_to_handler_entry and
13390 breakpoint_over_handler.
13391
13392 2015-04-10 Pedro Alves <palves@redhat.com>
13393
13394 PR gdb/18216
13395 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13396
13397 2015-04-10 Yao Qi <yao.qi@linaro.org>
13398
13399 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13400 (test_add_rn_pc): New function.
13401 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13402 (top level): Invoke test_add_rn_pc.
13403
13404 2015-04-10 Pedro Alves <palves@redhat.com>
13405
13406 PR gdb/13858
13407 * gdb.base/step-over-no-symbols.exp: New file.
13408
13409 2015-04-09 Andy Wingo <wingo@igalia.com>
13410
13411 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13412 after the Python tests.
13413
13414 2015-04-08 Keith Seitz <keiths@redhat.com>
13415
13416 PR python/16699
13417 * gdb.python/py-completion.exp: New tests for completion.
13418 * gdb.python/py-completion.py (CompleteLimit1): New class.
13419 (CompleteLimit2): Likewise.
13420 (CompleteLimit3): Likewise.
13421 (CompleteLimit4): Likewise.
13422 (CompleteLimit5): Likewise.
13423 (CompleteLimit6): Likewise.
13424 (CompleteLimit7): Likewise.
13425
13426 2015-04-08 Pedro Alves <palves@redhat.com>
13427
13428 PR gdb/18214
13429 PR gdb/18216
13430 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13431 function.
13432 (main): Install it as SIGUSR1 handler.
13433 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13434 parameter. Always use "setup" as prefix. Toggle "set
13435 displaced-stepping" off/on depending on global. Don't switch to
13436 thread 1 here.
13437 (top level): Add displaced stepping "off/on" test axis. Update
13438 "setup" calls. Wrap each subtest with with_test_prefix. Test
13439 continuing with a queued signal in each thread.
13440
13441 2015-04-08 Pedro Alves <palves@redhat.com>
13442
13443 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13444 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13445 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13446 Return early if running to main fails.
13447 * gdb.trace/while-stepping.exp: Likewise.
13448
13449 2015-04-07 Pedro Alves <palves@redhat.com>
13450
13451 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13452 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13453 interact with inferior program.
13454
13455 2015-04-07 Pedro Alves <palves@redhat.com>
13456
13457 * lib/gdb.exp (inferior_spawn_id): New global.
13458 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13459 spawn id after processing the user code.
13460 (default_gdb_start): Set inferior_spawn_id.
13461 (send_inferior): New procedure.
13462 * lib/gdbserver-support.exp (gdbserver_start): Set
13463 inferior_spawn_id.
13464 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13465
13466 2015-04-07 Pedro Alves <palves@redhat.com>
13467
13468 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13469 * lib/gdbserver-support.exp (gdbserver_start): Make
13470 $server_spawn_id global.
13471 (gdbserver_start): Don't wait for gdbserver's spawn id with
13472 expect_background.
13473 (close_gdbserver): New procedure.
13474 (gdb_exit): Rename the default version and reimplement.
13475
13476 2015-04-07 Pedro Alves <palves@redhat.com>
13477
13478 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13479 append the substituted item, not the original item.
13480
13481 2015-04-07 Pedro Alves <palves@redhat.com>
13482
13483 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13484 gdb_expect.
13485
13486 2015-04-07 Pedro Alves <palves@redhat.com>
13487
13488 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13489 output appearing once only.
13490
13491 2015-04-07 Pedro Alves <palves@redhat.com>
13492
13493 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13494 that doesn't expect anything. Return early if running to main
13495 fails.
13496
13497 2015-04-07 Yao Qi <yao.qi@linaro.org>
13498
13499 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13500 (child_function): Call alarm.
13501 (main): Move call to alarm into the loop.
13502 * gdb.threads/non-stop-fair-events.exp: Build program with
13503 -DTIMEOUT=$timeout.
13504
13505 2015-04-06 Doug Evans <xdje42@gmail.com>
13506
13507 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13508 Fix dest parameter to board_info.
13509 (fpc_compile): Ditto.
13510 (gdb_compile_pascal): Rename dest arg to destfile.
13511
13512 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13513
13514 * gdb.ada/funcall_ref.exp: New file.
13515 * gdb.ada/funcall_ref/foo.adb: New file.
13516
13517 2015-04-02 Yao Qi <yao.qi@linaro.org>
13518
13519 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13520 is remote.
13521
13522 2015-04-02 Gary Benson <gbenson@redhat.com>
13523
13524 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13525
13526 2015-04-01 Sasha Smundak <asmundak@google.com>
13527
13528 * gdb.python/py-unwind-maint.c: New file.
13529 * gdb.python/py-unwind-maint.exp: New test.
13530 * gdb.python/py-unwind-maint.py: New file.
13531 * gdb.python/py-unwind.c: New file.
13532 * gdb.python/py-unwind.exp: New test.
13533 * gdb.python/py-unwind.py: New test.
13534
13535 2015-04-01 Pedro Alves <palves@redhat.com>
13536
13537 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13538 to fail instead of non-existent $test.
13539
13540 2015-04-01 Pedro Alves <palves@redhat.com>
13541
13542 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13543 GDBFLAGS if not empty.
13544
13545 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13546
13547 * gdb.ada/complete.exp: Remove "multi_line".
13548 * gdb.ada/info_exc.exp: Remove "multi_line".
13549 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13550 * gdb.ada/ptype_field.exp: Remove "multi_line".
13551 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13552 * gdb.ada/tagged.exp: Remove "multi_line".
13553 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13554 [multi_line ...]
13555 * gdb.btrace/delta.exp: Likewise.
13556 * gdb.btrace/exception.exp: Likewise.
13557 * gdb.btrace/function_call_history.exp: Likewise.
13558 * gdb.btrace/instruction_history.exp: Likewise.
13559 * gdb.btrace/nohist.exp: Likewise.
13560 * gdb.btrace/record_goto.exp: Likewise.
13561 * gdb.btrace/segv.exp: Likewise.
13562 * gdb.btrace/stepi.exp: Likewise.
13563 * gdb.btrace/tailcall.exp: Likewise.
13564 * gdb.btrace/unknown_functions.exp: Likewise.
13565 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13566 * lib/gdb.exp: Add the "multi_line" helper.
13567
13568 2015-04-01 Pedro Alves <palves@redhat.com>
13569
13570 * gdb.threads/tid-reuse.c: New file.
13571 * gdb.threads/tid-reuse.exp: New file.
13572
13573 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13574
13575 PR corefiles/16092
13576 * gdb.base/coredump-filter.c: New file.
13577 * gdb.base/coredump-filter.exp: Likewise.
13578
13579 2015-03-27 Petr Machata <pmachata@redhat.com>
13580
13581 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13582 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13583 (Dwarf::assemble): Initialize them.
13584 (Dwarf::lines): New function.
13585
13586 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13587
13588 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13589 SYMBOL_PREFIX for x86_64-*-cygwin.
13590
13591 2015-03-26 Andy Wingo <wingo@igalia.com>
13592
13593 PR symtab/18148
13594 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13595 const_value but not a location.
13596 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13597 location defined in non-main CUs are visible.
13598
13599 2015-03-26 Yao Qi <yao.qi@linaro.org>
13600
13601 PR testsuite/18139
13602 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13603 Add a line number entry for the same line.
13604 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13605 Add a line number entry for the same line.
13606
13607 2015-03-26 Yao Qi <yao.qi@linaro.org>
13608
13609 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13610 .int 0.
13611 (func): Likewise. Add .Lfunc_1 label.
13612 Use .Lfunc_1 label.
13613 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13614 .int 0.
13615 (func): Likewise.
13616 Use .Lfunc_1 label.
13617
13618 2015-03-26 Yao Qi <yao.qi@linaro.org>
13619
13620 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13621 Call gdb_compile instead to compile each .s files without debug
13622 information.
13623
13624 2015-03-26 Yao Qi <yao.qi@linaro.org>
13625
13626 * gdb.base/savedregs.exp (process_saved_regs): Make
13627 "Saved registers:" optional in the pattern.
13628
13629 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13630
13631 * gdb.btrace/next.exp: Merged into step.exp.
13632 * gdb.btrace/finish.exp: Merged into step.exp.
13633 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13634 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13635 "record goto" and checking the exact replay position.
13636 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13637 check for "Recording format" in "info record" output.
13638 * gdb.btrace/record_goto.exp: Choose test file based on target.
13639 * gdb.btrace/x86-record_goto.S: Renamed into ...
13640 * gdb.btrace/x86_64-record_goto.S: ... this.
13641 * gdb.btrace/i686-record_goto.S: New.
13642 * gdb.btrace/x86-tailcall.S: Renamed into ...
13643 * gdb.btrace/x86_64-tailcall.S: ... this.
13644 * gdb.btrace/i686-tailcall.S: New.
13645 * gdb.btrace/x86-tailcall.c: Renamed into ...
13646 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13647 separate statements. Update test.
13648 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13649 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13650 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13651 * gdb.btrace/tailcall.exp: Choose test file based on target.
13652 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13653
13654 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13655
13656 * gdb.btrace/exception.exp: Increase BTS buffer size.
13657
13658 2015-03-24 Pedro Alves <palves@redhat.com>
13659
13660 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13661
13662 2015-03-24 Pedro Alves <palves@redhat.com>
13663
13664 * gdb.threads/schedlock.exp (test_step): No longer expect that
13665 "set scheduler-locking step" with "next" over a function call runs
13666 threads unlocked.
13667
13668 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13669
13670 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13671
13672 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13673
13674 PR breakpoints/16466
13675 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13676 * gdb.mi/mi-pending.c (thread_func): New function.
13677 (int main): Add threading support required.
13678 * gdb.mi/mi-pending.exp: Add tests for this issue.
13679 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13680 (pendfunc2): Remove stdio dependency.
13681 * gdb.mi/mi-pendshr2.c: New file.
13682
13683 2015-03-23 Keith Seitz <keiths@redhat.com>
13684
13685 * gdb.linespec/keywords.c: New file.
13686 * gdb.linespec/keywords.exp: New file.
13687
13688 2015-03-23 Keith Seitz <keiths@redhat.com>
13689
13690 PR gdb/18021
13691 * gdb.dwarf2/staticvirtual.exp: New test.
13692
13693 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13694
13695 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13696 * README: Remove HP-UX and gdb.hp.
13697 (configuration):
13698 * configure: Regenerate.
13699 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13700 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13701 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13702 gdb.hp/gdb.defects/Makefile.
13703 * gdb.hp/Makefile.in: File deleted.
13704 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13705 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13706 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13707 * gdb.hp/gdb.aCC/run.c: File deleted.
13708 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13709 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13710 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13711 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13712 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13713 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13714 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13715 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13716 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13717 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13718 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13719 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13720 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13721 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13722 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13723 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13724 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13725 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13726 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13727 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13728 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13729 * gdb.hp/gdb.compat/average.c: File deleted.
13730 * gdb.hp/gdb.compat/sum.c: File deleted.
13731 * gdb.hp/gdb.compat/xdb.c: File deleted.
13732 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13733 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13734 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13735 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13736 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13737 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13738 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13739 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13740 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13741 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13742 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13743 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13744 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13745 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13746 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13747 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13748 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13749 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13750 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13751 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13752 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13753 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13754 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13755 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13756 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13757 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13758 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13759 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13760 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13761 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13762 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13763 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13764 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13765 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13766 * gdb.hp/tools/odump: File deleted.
13767
13768 2015-03-19 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13771 (saw_thread_3): New globals.
13772 (top level): Increment them when an event for the corresponding
13773 thread is seen.
13774 (no thread starvation): New test.
13775
13776 2015-03-19 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.threads/continue-pending-status.c: New file.
13779 * gdb.threads/continue-pending-status.exp: New file.
13780
13781 2015-03-18 Pedro Alves <palves@redhat.com>
13782
13783 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13784 Use gdb_is_target_remote instead of is_remote. Use
13785 gdb_test_multiple instead of gdb_expect. Exit early if
13786 gdb_test_multiple hits its internal matches. Tighten stepi tests
13787 expected output. Fail on exit with any signal, instead of just
13788 SIGILL.
13789
13790 2015-03-18 Yao Qi <yao.qi@linaro.org>
13791
13792 PR tdep/18107
13793 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13794 variable.
13795 * gdb.base/catch-syscall.exp: Don't skip it on
13796 aarch64*-*-linux* target. Remove elements in all_syscalls.
13797 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13798 target.
13799 (setup_all_syscalls): New proc.
13800
13801 2015-03-16 Yao Qi <yao.qi@linaro.org>
13802
13803 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13804 (top level): Skip tests if valid_addr_p returns false for
13805 $cmd1 or $cmd2.
13806
13807 2015-03-11 Andy Wingo <wingo@igalia.com>
13808
13809 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13810
13811 2015-03-11 Yao Qi <yao.qi@linaro.org>
13812
13813 * gdb.base/catch-syscall.exp: Fix typo in comments.
13814
13815 2015-03-11 Yao Qi <yao.qi@linaro.org>
13816
13817 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13818
13819 2015-03-09 Pedro Alves <palves@redhat.com>
13820
13821 * dg-extract-results.py: Delete.
13822
13823 2015-03-09 Pedro Alves <palves@redhat.com>
13824
13825 Merge dg-extract-results.sh from GCC upstream (r218843).
13826
13827 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13828 * dg-extract-results.sh: Use --text with grep to avoid issues with
13829 binary files. Fall back to cat -v, if that doesn't work.
13830
13831 2015-03-05 Pedro Alves <palves@redhat.com>
13832
13833 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13834
13835 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13836
13837 * lib/mi-support.exp (mi_expect_interrupt): Accept
13838 alternative event for when in all-stop mode.
13839
13840 2015-03-04 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13843
13844 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13845
13846 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13847
13848 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13849
13850 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13851 regexps for GDB's current line display, accept a hex address
13852 preceding the line number.
13853
13854 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13855
13856 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13857 the 'arch1' variable for "s390*-linux*" targets.
13858
13859 2015-03-04 Pedro Alves <palves@redhat.com>
13860
13861 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13862 (main): Pass missing retval argument to pthread_join call.
13863
13864 2015-03-02 Pedro Alves <palves@redhat.com>
13865
13866 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13867 (top level): Call do_test with non-stop as well.
13868
13869 2015-03-02 Pedro Alves <palves@redhat.com>
13870
13871 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13872 -1.
13873
13874 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13875
13876 * gdb.arch/s390-vregs.exp: New test.
13877 * gdb.arch/s390-vregs.S: New file.
13878
13879 2015-02-27 Pedro Alves <palves@redhat.com>
13880
13881 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13882 call to catch_command_errors.
13883 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13884 catch_command_errors.
13885
13886 2015-02-27 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13889 "true" for boolean result.
13890 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13891 prototype of main.
13892
13893 2015-02-27 Pedro Alves <palves@redhat.com>
13894
13895 * lib/unbuffer_output.c: New file.
13896 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13897 (main): Call gdb_unbuffer_output.
13898
13899 2015-02-27 Yao Qi <yao.qi@linaro.org>
13900
13901 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13902 target.
13903
13904 2015-02-26 Doug Evans <dje@google.com>
13905
13906 * gdb.cp/class2.cc (Dbase, D): New classes.
13907 (main): New local delta.
13908 * gdb.cp/class2.exp: Test printing delta.
13909 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13910 (dynbar): New global.
13911 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13912
13913 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13914
13915 * gdb.compile/compile-ifunc.c: New file.
13916 * gdb.compile/compile-ifunc.exp: New file.
13917
13918 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13919
13920 * gdb.base/structs.exp: Check for correct struct on finish.
13921
13922 2015-02-26 Yao Qi <yao.qi@linaro.org>
13923
13924 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13925 is zero.
13926
13927 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13928
13929 * gdb.arch/cordic.ko.bz2: New file.
13930 * gdb.arch/cordic.ko.debug.bz2: New file.
13931 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13932
13933 2015-02-25 Yao Qi <yao.qi@linaro.org>
13934
13935 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13936 aarch64*-*-* target.
13937
13938 2015-02-23 Pedro Alves <palves@redhat.com>
13939
13940 * lib/gdb.exp (delete_breakpoints): Rewrite using
13941 gdb_test_multiple.
13942
13943 2015-02-23 Pedro Alves <palves@redhat.com>
13944
13945 * gdb.base/info-os.c: Include stdlib.h.
13946
13947 2015-02-22 Doug Evans <xdje42@gmail.com>
13948
13949 PR symtab/17855
13950 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13951 is read after symbols have been re-read.
13952 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13953 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13954
13955 2015-02-21 Doug Evans <dje@google.com>
13956
13957 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13958
13959 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13960
13961 PR corefiles/17808
13962 * gdb.arch/i386-biarch-core.core.bz2: New file.
13963 * gdb.arch/i386-biarch-core.exp: New file.
13964
13965 2015-02-21 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13968 runto_main fails.
13969
13970 2015-02-20 Pedro Alves <palves@redhat.com>
13971
13972 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13973 info probes.
13974
13975 2015-02-20 Pedro Alves <palves@redhat.com>
13976
13977 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13978
13979 2015-02-20 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13982 clean_restart before gdb_target_supports_trace.
13983
13984 2015-02-20 Pedro Alves <palves@redhat.com>
13985
13986 PR threads/18006
13987 * gdb.threads/clone-thread_db.c: New file.
13988 * gdb.threads/clone-thread_db.exp: New file.
13989
13990 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13991
13992 PR breakpoints/16812
13993 * gdb.base/catch-gdb-caused-signals.c: New file.
13994 * gdb.base/catch-gdb-caused-signals.exp: New file.
13995
13996 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13997
13998 * configure: Regenerated.
13999 * configure.ac: Use GDB_AC_TRANSFORM.
14000 * aclocal.m4: sinclude ../transform.m4.
14001
14002 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14003
14004 * lib/dtrace.exp: New file.
14005 * gdb.base/dtrace-probe.exp: Likewise.
14006 * gdb.base/dtrace-probe.d: Likewise.
14007 * gdb.base/dtrace-probe.c: Likewise.
14008 * lib/pdtrace.in: Likewise.
14009 * configure.ac: Output variables with the transformed names of
14010 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14011 * configure: Regenerated.
14012
14013 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14014
14015 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14016 expected message when trying to access $_probe_* convenience
14017 variables while not on a probe.
14018
14019 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14020
14021 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14022
14023 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14024
14025 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14026 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14027
14028 2015-02-10 Doug Evans <xdje42@gmail.com>
14029
14030 * lib/gdb.exp (gdb_load): Always return a result.
14031
14032 2015-02-10 Pedro Alves <palves@redhat.com>
14033
14034 * gdb.threads/signal-sigtrap.c: New file.
14035 * gdb.threads/signal-sigtrap.exp: New file.
14036
14037 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14038
14039 * gdb.trace/no-attach-trace.c: New file.
14040 * gdb.trace/no-attach-trace.exp: New file.
14041
14042 2015-02-09 Mark Wielaard <mjw@redhat.com>
14043
14044 * gdb.dwarf2/atomic.c: New file.
14045 * gdb.dwarf2/atomic-type.exp: Likewise.
14046
14047 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14048
14049 * gdb.btrace/buffer-size.exp: Update "info record" output.
14050 * gdb.btrace/delta.exp: Update "info record" output.
14051 * gdb.btrace/enable.exp: Update "info record" output.
14052 * gdb.btrace/finish.exp: Update "info record" output.
14053 * gdb.btrace/instruction_history.exp: Update "info record" output.
14054 * gdb.btrace/next.exp: Update "info record" output.
14055 * gdb.btrace/nexti.exp: Update "info record" output.
14056 * gdb.btrace/step.exp: Update "info record" output.
14057 * gdb.btrace/stepi.exp: Update "info record" output.
14058 * gdb.btrace/nohist.exp: Update "info record" output.
14059
14060 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14061
14062 * gdb.btrace/buffer-size: New.
14063
14064 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14065
14066 * gdb.btrace/delta.exp: Update "info record" output.
14067 * gdb.btrace/enable.exp: Update "info record" output.
14068 * gdb.btrace/finish.exp: Update "info record" output.
14069 * gdb.btrace/instruction_history.exp: Update "info record" output.
14070 * gdb.btrace/next.exp: Update "info record" output.
14071 * gdb.btrace/nexti.exp: Update "info record" output.
14072 * gdb.btrace/step.exp: Update "info record" output.
14073 * gdb.btrace/stepi.exp: Update "info record" output.
14074 * gdb.btrace/nohist.exp: Update "info record" output.
14075
14076 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14077
14078 PR gdb/15678
14079 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14080
14081 2015-02-06 Pedro Alves <palves@redhat.com>
14082
14083 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14084 macro.
14085 (seconds_left, again): New globals.
14086 (main): Wait seconds_left in a 1-second sleep loop instead of
14087 sleeping 180 seconds. If 'again' is set, reset the seconds
14088 counter.
14089 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14090 'again' in the inferior before detaching. Print the seconds left.
14091 (options): New global.
14092 (top level): Build program with -DTIMEOUT=$timeout.
14093
14094 2015-02-06 Pedro Alves <palves@redhat.com>
14095
14096 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14097 determine how many seconds to pass to 'alarm'.
14098 * gdb.base/gdb-sigterm.exp (top level): Build program with
14099 -DTIMEOUT=$timeout.
14100 (do_test): Return success/failure indication. Add more verbose
14101 logging. Don't fail if 200 single steps are seen. Instead, fail
14102 when the test times out.
14103 (passes): New global.
14104 (top level): Break the testing loop if testing fails on any
14105 iteration. Use gdb_assert.
14106
14107 2015-02-04 Don Breazeal <donb@codesourcery.com>
14108
14109 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14110 and initialize them.
14111 (ipc_cleanup): New function.
14112 (main): Don't declare shmid, semid, and msqid. Add a call to
14113 atexit so that we call ipc_cleanup on exit.
14114
14115 2015-02-04 Pedro Alves <palves@redhat.com>
14116
14117 * boards/native-extended-gdbserver.exp: Remove any target variant
14118 specifications from the board name before clearing the isremote
14119 flag from board_info.
14120
14121 2015-01-31 Doug Evans <xdje42@gmail.com>
14122
14123 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14124
14125 2015-01-31 Gary Benson <gbenson@redhat.com>
14126
14127 * gdb.base/completion.exp: Disable completion limiting for
14128 existing tests. Add new tests to check completion limiting.
14129 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14130
14131 2015-01-31 Doug Evans <xdje42@gmail.com>
14132
14133 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14134
14135 2015-01-31 Doug Evans <xdje42@gmail.com>
14136
14137 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14138 entries. Duplicate file section script entries.
14139 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14140 inlined entries. Add test for safe-path rejection.
14141 * gdb.python/py-section-script.c: Add duplicate inlined section script
14142 entries. Duplicate file section script entries.
14143 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14144 inlined entries. Add test for safe-path rejection.
14145
14146 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14147
14148 * gdb.ada/disc_arr_bound: New testcase.
14149
14150 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14151
14152 * gdb.ada/mi_var_array: New testcase.
14153
14154 2015-01-27 Doug Evans <dje@google.com>
14155
14156 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14157 Add test for objfile.filename, objfile.username after objfile
14158 has been unloaded.
14159
14160 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14161
14162 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14163 the second test to print the name attribute of value
14164 returned by the call to gdb.lookup_type, and adjust
14165 the expected output accordingly.
14166
14167 2015-01-25 Mark Wielaard <mjw@redhat.com>
14168
14169 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14170 * gdb.base/disp-step-fork.c: Include unistd.h.
14171 * gdb.base/siginfo-obj.c: Include stdio.h.
14172 * gdb.base/siginfo-thread.c: Likewise.
14173 * gdb.mi/non-stop.c: Include unistd.h.
14174 * gdb.mi/nsthrexec.c: Include stdio.h.
14175 * gdb.mi/pthreads.c: Include unistd.h.
14176 * gdb.modula2/unbounded1.c (main): Declare returns int.
14177 * gdb.reverse/consecutive-reverse.c: Likewise.
14178 * gdb.threads/create-fail.c: Include unistd.h.
14179 * gdb.threads/killed.c: Likewise.
14180 * gdb.threads/linux-dp.c: Likewise.
14181 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14182 * gdb.threads/non-ldr-exc-2.c: Likewise.
14183 * gdb.threads/non-ldr-exc-3.c: Likewise.
14184 * gdb.threads/non-ldr-exc-4.c: Likewise.
14185 * gdb.threads/pthreads.c: Include unistd.h.
14186 (main): Declare returns int.
14187 * gdb.threads/tls-main.c (foo): New declaration.
14188 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14189
14190 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14191
14192 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14193 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14194
14195 2015-01-15 Mark Wielaard <mjw@redhat.com>
14196
14197 * gdb.base/noreturn-return.c: New file.
14198 * gdb.base/noreturn-return.exp: New file.
14199 * gdb.base/noreturn-finish.c: New file.
14200 * gdb.base/noreturn-finish.exp: New file.
14201
14202 2015-01-23 Pedro Alves <palves@redhat.com>
14203
14204 * gdb.threads/continue-pending-after-query.c: New file.
14205 * gdb.threads/continue-pending-after-query.exp: New file.
14206
14207 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14208 Simon Marchi <simon.marchi@ericsson.com>
14209
14210 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14211 * gdb.base/valgrind-db-attach.exp: Same.
14212 * gdb.base/valgrind-infcall.exp: Same.
14213 * lib/mi-support.exp (default_mi_gdb_start): Same.
14214 * lib/prompt.exp (default_prompt_gdb_start): Same.
14215 * lib/gdb.exp (default_gdb_spawn): Same.
14216 (gdb_interact): New.
14217
14218
14219 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14220
14221 * gdb.compile/compile.exp (pointer to jit function): New test.
14222
14223 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14224
14225 * lib/gdb.exp (supports_process_record): Return true for
14226 powerpc*-*-linux*.
14227 (supports_reverse): Likewise.
14228
14229 2015-01-15 Don Breazeal <donb@codesourcery.com>
14230
14231 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14232 instead of checking whether the target board is remote and
14233 use spawn_wait_for_attach instead of exec/sleep.
14234 * gdb.base/attach-twice.exp: Likewise.
14235
14236 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14237
14238 * gdb.ada/var_arr_attrs: New testcase.
14239
14240 2015-01-14 Pedro Alves <palves@redhat.com>
14241 Joel Brobecker <brobecker@adacore.com>
14242
14243 PR gdb/17525
14244 * gdb.base/bp-cmds-execution-x-script.c: New file.
14245 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14246 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14247
14248 2015-01-14 Pedro Alves <palves@redhat.com>
14249
14250 PR cli/17828
14251 * gdb.base/batch-preserve-term-settings.c: New file.
14252 * gdb.base/batch-preserve-term-settings.exp: New file.
14253
14254 2015-01-13 Doug Evans <dje@google.com>
14255
14256 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14257 binary.
14258
14259 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14260
14261 * Makefile.in (clean mostlyclean): Do not delete *.py.
14262
14263 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14264
14265 * gdb.python/py-lookup-type.exp: New file.
14266
14267 2015-01-12 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14270 restore GDBFLAGS before returning.
14271
14272 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14273
14274 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14275 is_amd64_regs_target and is_x86_like_target.
14276
14277 2015-01-11 Doug Evans <xdje42@gmail.com>
14278
14279 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14280 is given without an explicit form.
14281 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14282 attributes.
14283 * gdb.dwarf/corrupt.exp: Ditto.
14284 * gdb.dwarf2/enum-type.exp: Ditto.
14285 * gdb.trace/entry-values.exp: Ditto.
14286 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14287
14288 2015-01-11 Doug Evans <xdje42@gmail.com>
14289
14290 PR gdb/15830
14291 * gdb.base/maint.exp: Remove references to "maint demangle".
14292 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14293 Add tests for explicitly specifying language to demangle.
14294 * gdb.dlang/demangle.exp: Ditto.
14295
14296 2015-01-09 Pedro Alves <palves@redhat.com>
14297
14298 * gdb.threads/non-stop-fair-events.c: New file.
14299 * gdb.threads/non-stop-fair-events.exp: New file.
14300
14301 2015-01-09 Pedro Alves <palves@redhat.com>
14302
14303 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14304 the global scope. Set a breakpoint after all threads are started
14305 rather than stepping over two source lines. Expect the prompt.
14306 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14307 global.
14308 (NUM): Now 15.
14309 (main): Use threads_started_barrier to wait for all threads to
14310 start. Main thread no longer calls thread_function. Exit after
14311 180 seconds.
14312 (loop): New function.
14313 (thread_function): Wait on threads_started_barrier barrier. Call
14314 'loop' at each iteration.
14315 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14316 threads have started, instead of hardcoding number of "next"
14317 steps. Use an access watchpoint instead of a write watchpoint.
14318
14319 2015-01-09 Pedro Alves <palves@redhat.com>
14320
14321 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14322 (thread_func): Wait on barrier.
14323 (main): Wait for all threads to start before stopping GDB.
14324 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14325 global.
14326 (thread1_func, thread2_func): Wait on barrier.
14327 (main): Wait for all threads to start before stopping GDB.
14328 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14329 New global.
14330 (thread1_func, thread2_func): Wait on barrier.
14331 (main): Wait for all threads to start before stopping GDB.
14332
14333 2015-01-09 Pedro Alves <palves@redhat.com>
14334
14335 * gdb.threads/attach-many-short-lived-threads.c: New file.
14336 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14337
14338 2014-01-09 Pedro Alves <palves@redhat.com>
14339
14340 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14341 instead of to thread 2.
14342 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14343 Add barrier around each pthread_create call instead of around all
14344 calls.
14345 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14346 Set a break on thread_function and have the child threads hit it
14347 one at at a time.
14348
14349 2015-01-09 Pedro Alves <palves@redhat.com>
14350
14351 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14352 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14353 false.
14354 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14355 checking whether the target board is remote.
14356 * gdb.multi/multi-attach.exp: Likewise.
14357 * gdb.python/py-sync-interp.exp: Likewise.
14358 * gdb.server/ext-attach.exp: Likewise.
14359 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14360 tests that need to attach, instead of checking whether the target
14361 board is remote at the top of the file.
14362
14363 2015-01-08 Yao Qi <yao@codesourcery.com>
14364
14365 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14366
14367 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14368
14369 Fix testcase compilation.
14370 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14371
14372 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14373
14374 * gdb.python/py-type.exp: Add a couple test about empty
14375 array creation, and negative-length array creation.
14376
14377 2015-01-02 Doug Evans <xdje42@gmail.com>
14378
14379 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14380
14381 2015-01-02 Doug Evans <dje@google.com>
14382
14383 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14384
14385 2014-12-29 Yao Qi <yao@codesourcery.com>
14386
14387 * gdb.trace/entry-values.exp: Update comments. Rename variable
14388 bar_call_foo to returned_from_foo.
14389
14390 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14391
14392 PR gdb/17394
14393 * gdb.linespec/break-asm-file.c: New file.
14394 * gdb.linespec/break-asm-file.exp: New file.
14395 * gdb.linespec/break-asm-file0.s: New file.
14396 * gdb.linespec/break-asm-file1.s: New file.
14397
14398 2014-12-18 Nigel Stephens <nigel@mips.com>
14399 Maciej W. Rozycki <macro@codesourcery.com>
14400
14401 * gdb.base/float.exp: Handle the new output from "info float" on
14402 MIPS targets.
14403
14404 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14405
14406 Fix MinGW compilation.
14407 * gdb.compile/compile-ops.exp: Update untested message if
14408 !skip_compile_feature_tests.
14409 * gdb.compile/compile-setjmp.exp: Likewise.
14410 * gdb.compile/compile-tls.exp: Likewise.
14411 * gdb.compile/compile.exp: Likewise.
14412 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14413 supported on this host".
14414
14415 2014-12-16 Doug Evans <xdje42@gmail.com>
14416
14417 * boards/stabs.exp: New file.
14418
14419 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14420
14421 * gdb.base/completion.exp: Adjust to format changes of "maint
14422 print user-registers".
14423
14424 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14425
14426 PR server/17457
14427 * gdb.arch/aarch64-fp.c: New file.
14428 * gdb.arch/aarch64-fp.exp: New file.
14429
14430 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14431
14432 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14433 r210637, r210913, r211666, r215400, r215817).
14434
14435 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14436 * dg-extract-results.py: New file.
14437 * dg-extract-results.sh: Use it if the environment seems
14438 suitable.
14439
14440 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14441
14442 * dg-extract-results.py (parse_run): Handle warnings that
14443 are printed before a test harness is run.
14444
14445 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14446
14447 * dg-extract-results.py (Named): Remove __cmp__ method.
14448 (output_variation): Use a key to sort variation.harnesses.
14449
14450 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14451
14452 * dg-extract-results.py: For Python 3, force sys.stdout to
14453 handle surrogate escape sequences.
14454 (safe_open): New function.
14455 (output_segment, main): Use it.
14456
14457 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14458
14459 * dg-extract-results.py (Prog.result_re): Include options
14460 in test name.
14461
14462 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14463
14464 * dg-extract-results.py (output_variation): Always sort if
14465 do_sum.
14466
14467 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14468
14469 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14470 as long as we get pagination notifications.
14471
14472 2014-12-15 Jason Merrill <jason@redhat.com>
14473
14474 * Makefile.in (check-gdb.%): Restore.
14475 * README: Mention it.
14476
14477 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14478
14479 * gdb.ada/str_uninit: New testcase.
14480
14481 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14482
14483 PR symtab/17642
14484 * gdb.base/vla-stub-define.c: New file.
14485 * gdb.base/vla-stub.c: New file.
14486 * gdb.base/vla-stub.exp: New file.
14487
14488 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14489 Jan Kratochvil <jan.kratochvil@redhat.com>
14490 Tom Tromey <tromey@redhat.com>
14491
14492 * configure.ac: Add gdb.compile/.
14493 * configure: Regenerate.
14494 * gdb.compile/Makefile.in: New file.
14495 * gdb.compile/compile-ops.exp: New file.
14496 * gdb.compile/compile-ops.c: New file.
14497 * gdb.compile/compile-tls.c: New file.
14498 * gdb.compile/compile-tls.exp: New file.
14499 * gdb.compile/compile-constvar.S: New file.
14500 * gdb.compile/compile-constvar.c: New file.
14501 * gdb.compile/compile-mod.c: New file.
14502 * gdb.compile/compile-nodebug.c: New file.
14503 * gdb.compile/compile-setjmp-mod.c: New file.
14504 * gdb.compile/compile-setjmp.c: New file.
14505 * gdb.compile/compile-setjmp.exp: New file.
14506 * gdb.compile/compile-shlib.c: New file.
14507 * gdb.compile/compile.c: New file.
14508 * gdb.compile/compile.exp: New file.
14509 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14510
14511 2014-12-12 Tom Tromey <tromey@redhat.com>
14512
14513 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14514 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14515
14516 2014-12-12 Doug Evans <dje@google.com>
14517
14518 * lib/gdb-python.exp (get_python_valueof): New function.
14519 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14520
14521 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14522
14523 * gdb.base/completion.exp: Add test for completion of "info
14524 registers ".
14525
14526 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14527
14528 * gdb.base/func-ptrs.c: New file.
14529 * gdb.base/func-ptrs.exp: New file.
14530
14531 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14532
14533 PR breakpoints/17012
14534 * gdb.base/dprintf-detach.c: New file.
14535 * gdb.base/dprintf-detach.exp: New file.
14536
14537 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14538
14539 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14540 * lib/gdb.exp (target_is_gdbserver): New procedure.
14541
14542 2014-12-08 Doug Evans <dje@google.com>
14543
14544 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14545
14546 2014-12-05 Yao Qi <yao@codesourcery.com>
14547
14548 * gdb.guile/scm-error.exp: Remove the third argument to
14549 gdb_remote_download.
14550 * gdb.guile/scm-frame-args.exp: Likewise.
14551 * gdb.guile/scm-section-script.exp: Likewise.
14552
14553 2014-12-05 Yao Qi <yao@codesourcery.com>
14554
14555 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14556
14557 2014-12-04 Doug Evans <dje@google.com>
14558
14559 * gdb.python/py-objfile.exp: Add tests for
14560 objfile.add_separate_debug_file.
14561
14562 2014-12-04 Doug Evans <dje@google.com>
14563
14564 * lib/gdb.exp (get_build_id): New function.
14565 (build_id_debug_filename_get): Rewrite to use it.
14566 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14567
14568 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14569
14570 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14571 `method(long)', not just 0x0.
14572 * gdb.cp/nsalias.exp: Align code labels to 4.
14573 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14574 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14575 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14576 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14577 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14578 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14579
14580 2014-12-02 Doug Evans <dje@google.com>
14581
14582 PR symtab/17602
14583 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14584 * gdb.cp/anon-ns2.cc: ... here. New file.
14585 * gdb.cp/anon-ns.exp: Update.
14586
14587 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14588
14589 * gdb.python/py-events.py (inferior_call_handler): New.
14590 (register_changed_handler, memory_changed_handler): New.
14591 (test_events.invoke): Register new handlers.
14592 * gdb.python/py-events.exp: Add tests for inferior call,
14593 memory_changed and register_changed events.
14594
14595 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14596
14597 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14598 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14599 if the linker doesn't understand this.
14600
14601 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14602
14603 * gdb.python/python.exp: Change expected reply to help().
14604
14605 2014-12-01 Yao Qi <yao@codesourcery.com>
14606
14607 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14608 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14609 * configure: Re-generated.
14610
14611 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14612
14613 * gdb.cp/chained-calls.cc: New file.
14614 * gdb.cp/chained-calls.exp: New file.
14615 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14616
14617 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14618
14619 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14620 * gdb.dwarf2/symtab-producer.exp: Same.
14621 * gdb.gdb/python-interrupts.exp: Same.
14622 * gdb.gdb/python-selftest.exp: Same.
14623 * gdb.python/py-linetable.exp: Same.
14624 * gdb.python/py-type.exp: Same.
14625 * gdb.python/py-value-cc.exp: Same.
14626 * gdb.python/py-value.exp: Same.
14627
14628 2014-11-28 Yao Qi <yao@codesourcery.com>
14629
14630 * gdb.base/break-probes.exp: Match library name prefixed with
14631 sysroot.
14632
14633 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14634
14635 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14636 test expected output. Add parentheses for the call to print.
14637 Remove L suffix from integers.
14638
14639 2014-11-26 Doug Evans <dje@google.com>
14640
14641 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14642
14643 2014-11-22 Yao Qi <yao@codesourcery.com>
14644
14645 * gdb.trace/entry-values.c: Remove asms.
14646 (foo): Add foo_label.
14647 (bar): Add bar_label.
14648 * gdb.trace/entry-values.exp: Remove code computing foo's
14649 length and bar's length.
14650 (Dwarf::assemble): Invoke function_range for bar and use
14651 MACRO_AT_func for foo.
14652
14653 2014-11-22 Yao Qi <yao@codesourcery.com>
14654
14655 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14656 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14657 Use .Lgcc43_procstart instead of gcc43.
14658
14659 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14660
14661 * gdb.ada/n_arr_bound: New testcase.
14662
14663 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14664
14665 PR breakpoints/10737
14666 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14667 test_catch_syscall_multi_arch.
14668 (test_catch_syscall_multi_arch): New function.
14669
14670 2014-11-20 Doug Evans <xdje42@gmail.com>
14671
14672 * gdb.base/maint.exp: Update expected output.
14673
14674 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14675
14676 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14677 4-byte instruction on S390.
14678
14679 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14680
14681 * gdb.ada/arr_arr: New testcase.
14682
14683 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14684
14685 * gdb.ada/pkd_arr_elem: New Testcase.
14686
14687 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14688
14689 * gdb.reverse/break-precsave: Expect completion message for
14690 core file reads.
14691 * gdb.reverse/consecutive-precsave.exp: Likewise.
14692 * gdb.reverse/finish-precsave.exp: Likewise.
14693 * gdb.reverse/i386-precsave.exp: Likewise.
14694 * gdb.reverse/machinestate-precsave.exp: Likewise.
14695 * gdb.reverse/sigall-precsave.exp: Likewise.
14696 * gdb.reverse/solib-precsave.exp: Likewise.
14697 * gdb.reverse/step-precsave.exp: Likewise.
14698 * gdb.reverse/until-precsave.exp: Likewise.
14699 * gdb.reverse/watch-precsave.exp: Likewise.
14700
14701 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14702
14703 * gdb.base/bp-permanent.c: Include unistd.h.
14704 * gdb.python/py-framefilter-mi.c (main): Add return type.
14705 * gdb.python/py-framefilter.c (main): Likewise.
14706 * gdb.trace/actions-changed.c (main): Likewise.
14707
14708 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14709
14710 * gdb.mi/until.c: Add eye-catchers.
14711 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14712 line numbers.
14713
14714 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14715
14716 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14717 function header variants in break1.c.
14718 * gdb.base/ena-dis-br.exp: Likewise.
14719 * gdb.base/hbreak2.exp: Likewise.
14720 * gdb.reverse/until-precsave.exp: Drop references to removed
14721 non-prototype function header variants in ur1.c.
14722 * gdb.reverse/until-reverse.exp: Likewise.
14723
14724 2014-11-17 Petr Machata <pmachata@redhat.com>
14725
14726 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14727 ${_cu_offset_size} bytes abbrev offset.
14728
14729 2014-11-15 Doug Evans <xdje42@gmail.com>
14730
14731 PR symtab/17559
14732 * gdb.base/line-symtabs.exp: New file.
14733 * gdb.base/line-symtabs.c: New file.
14734 * gdb.base/line-symtabs.h: New file.
14735
14736 2014-11-14 Yao Qi <yao@codesourcery.com>
14737
14738 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14739 (func): Add label func_label.
14740 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14741 Replace low_pc and high_pc with MACRO_AT_range.
14742 Replace name, low_pc and high_pc with MACRO_AT_func.
14743
14744 2014-11-14 Yao Qi <yao@codesourcery.com>
14745
14746 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14747 Replace name, low_pc and high_pc with MACRO_AT_func.
14748
14749 2014-11-14 Yao Qi <yao@codesourcery.com>
14750
14751 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14752 produce debug information.
14753 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14754
14755 2014-11-14 Yao Qi <yao@codesourcery.com>
14756
14757 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14758 object and get function length.
14759 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14760 with MACRO_AT_func.
14761 (top-level): Replace gdb_compile and clean_restart with
14762 prepare_for_testing.
14763 * gdb.dwarf2/main.c (main): Add label main_label.
14764
14765 2014-11-14 Yao Qi <yao@codesourcery.com>
14766
14767 * lib/dwarf.exp (function_range): New procedure.
14768 (Dwarf::_handle_macro_at_func): New procedure.
14769 (Dwarf::_handle_macro_at_range): New procedure.
14770 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14771
14772 2014-11-14 Yao Qi <yao@codesourcery.com>
14773
14774 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14775 (_handle_attribute): New procedure.
14776
14777 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14778
14779 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14780 * gdb.base/call-sc.c (zed): Likewise.
14781 * gdb.base/checkpoint.c (main): Likewise.
14782 * gdb.base/dump.c (main): Likewise.
14783 * gdb.base/gcore.c (main): Likewise.
14784 * gdb.base/huge.c (main): Likewise.
14785 * gdb.base/multi-forks.c (main): Likewise.
14786 * gdb.base/pr10179-a.c (main): Likewise.
14787 * gdb.base/savedregs.c (main): Likewise.
14788 * gdb.base/sigaltstack.c (main): Likewise.
14789 * gdb.base/siginfo.c (main): Likewise.
14790 * gdb.base/structs.c (zed): Likewise.
14791 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14792 * gdb.mi/mi-syn-frame.c (main): Likewise.
14793 * gdb.mi/until.c (foo, main): Likewise.
14794 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14795 * gdb.base/solib-weak.c (foo): Declare.
14796 * gdb.base/attach-twice.c: Include stdio.h.
14797 * gdb.base/weaklib1.c: Likewise.
14798 * gdb.base/weaklib2.c: Likewise.
14799 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14800 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14801 unistd.h.
14802 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14803 * gdb.mi/mi-exit-code.c: Likewise.
14804 * gdb.base/break-interp-lib.c: Include string.h.
14805 * gdb.base/coremaker.c: Likewise.
14806 * gdb.base/testenv.c: Likewise.
14807 * gdb.python/py-finish-breakpoint.c: Likewise.
14808 * gdb.base/inferior-died.c: Include sys/wait.h.
14809 * gdb.base/fileio.c: Include time.h.
14810 * gdb.base/async-shell.c: Include unistd.h.
14811 * gdb.base/dprintf-non-stop.c: Likewise.
14812 * gdb.base/info-os.c: Likewise.
14813 * gdb.mi/mi-console.c: Likewise.
14814 * gdb.mi/watch-nonstop.c: Likewise.
14815 * gdb.python/py-events.c: Likewise.
14816 * gdb.base/async.c (baz): Move up before its invocation.
14817 * gdb.base/code_elim2.c (my_global_func): Likewise.
14818 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14819 * gdb.base/advance.c (func2): Likewise.
14820
14821 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14822
14823 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14824 variant.
14825 * gdb.base/annota3.c: Likewise.
14826 * gdb.base/async.c: Likewise.
14827 * gdb.base/average.c: Likewise.
14828 * gdb.base/call-ar-st.c: Likewise.
14829 * gdb.base/call-rt-st.c: Likewise.
14830 * gdb.base/call-sc.c: Likewise.
14831 * gdb.base/call-strs.c: Likewise.
14832 * gdb.base/ending-run.c: Likewise.
14833 * gdb.base/execd-prog.c: Likewise.
14834 * gdb.base/exprs.c: Likewise.
14835 * gdb.base/foll-exec.c: Likewise.
14836 * gdb.base/foll-fork.c: Likewise.
14837 * gdb.base/foll-vfork.c: Likewise.
14838 * gdb.base/funcargs.c: Likewise.
14839 * gdb.base/gcore.c: Likewise.
14840 * gdb.base/jump.c: Likewise.
14841 * gdb.base/langs0.c: Likewise.
14842 * gdb.base/langs1.c: Likewise.
14843 * gdb.base/langs2.c: Likewise.
14844 * gdb.base/mips_pro.c: Likewise.
14845 * gdb.base/nodebug.c: Likewise.
14846 * gdb.base/opaque0.c: Likewise.
14847 * gdb.base/opaque1.c: Likewise.
14848 * gdb.base/recurse.c: Likewise.
14849 * gdb.base/run.c: Likewise.
14850 * gdb.base/scope0.c: Likewise.
14851 * gdb.base/scope1.c: Likewise.
14852 * gdb.base/setshow.c: Likewise.
14853 * gdb.base/setvar.c: Likewise.
14854 * gdb.base/shmain.c: Likewise.
14855 * gdb.base/shr1.c: Likewise.
14856 * gdb.base/shr2.c: Likewise.
14857 * gdb.base/sigall.c: Likewise.
14858 * gdb.base/signals.c: Likewise.
14859 * gdb.base/so-indr-cl.c: Likewise.
14860 * gdb.base/solib2.c: Likewise.
14861 * gdb.base/structs.c: Likewise.
14862 * gdb.base/sum.c: Likewise.
14863 * gdb.base/vforked-prog.c: Likewise.
14864 * gdb.base/watchpoint.c: Likewise.
14865 * gdb.reverse/shr2.c: Likewise.
14866 * gdb.reverse/until-reverse.c: Likewise.
14867 * gdb.reverse/ur1.c: Likewise.
14868 * gdb.reverse/watch-reverse.c: Likewise.
14869
14870 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14871
14872 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14873 variant.
14874 * gdb.base/sepdebug.exp: Drop references to removed code.
14875
14876 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14877
14878 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14879 variant. Preserve original line numbering.
14880 * gdb.base/list1.c: Likewise.
14881
14882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14883
14884 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14885 variant.
14886 * gdb.base/break1.c: Likewise.
14887 * gdb.base/break.exp: Drop references to removed code.
14888
14889 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14890
14891 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14892 variant.
14893
14894 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14895
14896 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14897
14898 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14899
14900 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14901 logic into perform_all_tests() and invoke it with and without
14902 function header prototypes.
14903 (do_function_calls): Remove conditional XFAIL for PR 5318.
14904 (rerun_and_prepare): Remove duplicate code.
14905 (perform_all_tests): New. Main logic moved here.
14906
14907 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14908
14909 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14910 code guarded by #ifdef NO_PROTOTYPES.
14911 (t_double_many_args): Likewise.
14912 (DEF_FUNC_MANY_ARGS_1): Likewise.
14913 (DEF_FUNC_VALUES_1): Likewise.
14914 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14915 guarded by #ifdef PROTOTYPES.
14916
14917 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14918
14919 * gdb.mi/mi-console.c: Add eye-catcher.
14920 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14921 instead of literal line number.
14922
14923 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14924
14925 * gdb.base/shr2.c: Add eye-catcher.
14926 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14927 line number.
14928
14929 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14930
14931 * gdb.base/jump.c: Add eye-catchers.
14932 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14933 numbers.
14934
14935 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14936
14937 * gdb.base/execd-prog.c: Add eye-catchers.
14938 * gdb.base/foll-exec.c: Likewise.
14939 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14940 line numbers.
14941
14942 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14943
14944 * gdb.base/ending-run.c: Add eye-catchers.
14945 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14946 literal line numbers.
14947
14948 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14949
14950 * gdb.base/call-rt-st.c: Add eye-catchers.
14951 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14952 literal line numbers.
14953
14954 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14955
14956 * gdb.base/call-ar-st.c: Add eye-catchers.
14957 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14958 literal line numbers.
14959
14960 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14961
14962 * gdb.base/average.c: Add eye-catchers.
14963 * gdb.base/sum.c: Likewise.
14964 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14965 regexps dynamically.
14966
14967 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14968
14969 * gdb.base/solib1.c: Add eye-catchers.
14970 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14971 literal line numbers.
14972
14973 2014-11-12 Pedro Alves <palves@redhat.com>
14974
14975 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14976 leader has exited.
14977
14978 2014-11-12 Pedro Alves <palves@redhat.com>
14979
14980 * gdb.arch/i386-bp_permanent.c: New file.
14981 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14982 (srcfile): Set to i386-bp_permanent.c.
14983 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14984 that stepi does not execute the 'leave' instruction, instead of
14985 testing it does execute.
14986 * gdb.base/bp-permanent.c: New file.
14987 * gdb.base/bp-permanent.exp: New file.
14988
14989 2014-11-10 Doug Evans <xdje42@gmail.com>
14990
14991 PR symtab/17564
14992 * gdb.base/symtab-search-order.exp: New file.
14993 * gdb.base/symtab-search-order.c: New file.
14994 * gdb.base/symtab-search-order-1.c: New file.
14995 * gdb.base/symtab-search-order-shlib-1.c: New file.
14996
14997 2014-11-07 Pedro Alves <palves@redhat.com>
14998
14999 PR gdb/17511
15000 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15001 i?86-*-linux*.
15002
15003 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15004
15005 PR c++/17494
15006 * gdb.cp/pr17494.cc: New file.
15007 * gdb.cp/pr17494.exp: New file.
15008
15009 2014-11-02 Yao Qi <yao@codesourcery.com>
15010
15011 * gdb.python/python.exp: Get working directory and match the
15012 output of "set extended-prompt \\w " with it.
15013
15014 2014-10-30 Doug Evans <dje@google.com>
15015
15016 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15017 in objfiles.
15018 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15019 in progspaces.
15020
15021 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15022
15023 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15024 * gdb.base/realname-expand.exp: Likewise.
15025 * gdb.linespec/macro-relative.exp: Likewise.
15026
15027 2014-10-29 Pedro Alves <palves@redhat.com>
15028
15029 PR gdb/17408
15030 * gdb.threads/schedlock.c (some_function): New function.
15031 (call_function): New global.
15032 (MAYBE_CALL_SOME_FUNCTION): New macro.
15033 (thread_function): Call it.
15034 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15035 and use it instead of a global counter. Adjust all callers.
15036 (get_current_thread): Use "find current thread" for test message
15037 here rather than having all callers pass down the same string.
15038 (goto_loop): New procedure, factored out from ...
15039 (my_continue): ... this.
15040 (step_ten_loops): Change parameter from test message to command to
15041 use. Adjust.
15042 (list_count): Delete global.
15043 (check_result): New procedure, factored out from duplicate top
15044 level code.
15045 (continue tests): Wrap in with_test_prefix.
15046 (test_step): New procedure, factored out from duplicate top level
15047 code.
15048 (top level): Test "step" in combination with all scheduler-locking
15049 modes. Test "next" in combination with all scheduler-locking
15050 modes, and in combination with stepping over a function call or
15051 not.
15052 * gdb.threads/next-bp-other-thread.c: New file.
15053 * gdb.threads/next-bp-other-thread.exp: New file.
15054
15055 2014-10-29 Pedro Alves <palves@redhat.com>
15056
15057 PR python/17372
15058 * gdb.python/python.exp: Test a multi-line command that spawns
15059 interactive Python.
15060 * gdb.base/multi-line-starts-subshell.exp: New file.
15061
15062 2014-10-29 Yao Qi <yao@codesourcery.com>
15063
15064 * gdb.base/fileio.exp: Make directories on host.
15065
15066 2014-10-29 Yao Qi <yao@codesourcery.com>
15067
15068 * gdb.base/fileio.c (test_write): Close the file.
15069
15070 2014-10-28 Pedro Alves <palves@redhat.com>
15071
15072 PR gdb/12623
15073 * gdb.base/sigstep.c (no_handler): New global.
15074 (main): If 'no_handler is true, set the signal handlers to
15075 SIG_IGN.
15076 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15077 with_sw_watch and no_handler parameters. Handle them.
15078 (top level) <stepping over handler when stopped at a breakpoint
15079 test>: Add a test axis for testing with a software watchpoint, and
15080 another for testing with the signal handler set to SIG_IGN.
15081 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15082 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15083
15084 2014-10-28 Pedro Alves <palves@redhat.com>
15085
15086 PR gdb/17511
15087 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15088 * gdb.base/sigstep.exp (other_handler_location): New global.
15089 (advance): Support stepping into the signal handler, and running
15090 commands while in the handler.
15091 (in_handler_map): New global.
15092 (top level): In the advance test, add combinations for getting
15093 into the handler with stepping commands, and for running commands
15094 in the handler. Add comment descripting the advancei tests.
15095
15096 2014-10-28 Pedro Alves <palves@redhat.com>
15097
15098 * gdb.base/sigstep.exp: Use build_executable instead of
15099 prepare_for_testing.
15100 (top level): Move code that starts GDB, runs to main and creates a
15101 display to ...
15102 (restart): ... this new procedure.
15103 (top level): Move backtrace from signal handler test to ...
15104 (validate_backtrace): ... this new procedure.
15105 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15106 with_test_prefix. Always restart GDB.
15107 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15108 with_test_prefix. Always restart GDB. No need to delete
15109 breakpoints after the test.
15110 (test_skip_handler): Remove prefix parameter.
15111 (skip_over_handler, breakpoint_to_handler)
15112 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15113 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15114 restart GDB. No need to delete breakpoints after the test.
15115 (top level): Use foreach to call the test procedures with
15116 different commands.
15117
15118 2014-10-28 Pedro Alves <palves@redhat.com>
15119
15120 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15121 instead of GNATS numbers.
15122 * gdb.base/sigbpt.exp: Likewise.
15123 * gdb.base/siginfo.exp: Likewise.
15124 * gdb.base/sigstep.exp: Likewise.
15125
15126 2014-10-27 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.base/sigstep.c (dummy): New global.
15129 (main): Issue a couple writes to the new global.
15130 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15131 procedures.
15132 (skip_over_handler): Use test_skip_handler.
15133 (top level): Call skip_over_handler for stepi and nexti too.
15134 (breakpoint_over_handler): Use test_skip_handler.
15135 (top level): Call breakpoint_over_handler for stepi and nexti too.
15136
15137 2014-10-27 Yao Qi <yao@codesourcery.com>
15138
15139 * gdb.trace/tfile.c (adjust_function_address)
15140 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15141 function descriptor.
15142
15143 2014-10-24 Don Breazeal <donb@codesourcery.com>
15144
15145 * gdb.base/foll-fork.exp (test_follow_fork,
15146 catch_fork_child_follow): Check for updated fork messages emitted
15147 from infrun.c.
15148 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15149 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15150 vfork_and_exec_child_follow_through_step): Check for updated vfork
15151 messages emitted from infrun.c.
15152
15153 2014-10-24 Pedro Alves <palves@redhat.com>
15154
15155 * gdb.base/corefile.exp: Remove references to ultrix.
15156 * gdb.base/interrupt.exp: Likewise.
15157 * gdb.base/whatis.exp: Likewise.
15158 * gdb.gdb/selftest.exp: Likewise.
15159 * gdb.threads/manythreads.exp: Likewise.
15160 * gdb.threads/print-threads.exp: Likewise.
15161 * gdb.threads/pthreads.exp:: Likewise.
15162 * gdb.threads/schedlock.exp: Likewise.
15163
15164 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15165
15166 * gdb.cp/non-trivial-retval.cc: Add a test case.
15167 * gdb.cp/non-trivial-retval.exp: Add a test.
15168
15169 2014-10-20 Yao Qi <yao@codesourcery.com>
15170
15171 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15172 * gdb.python/py-objfile-script-gdb.py: New file.
15173 * gdb.python/py-objfile-script.exp: Update reference to
15174 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15175 of remote_download. Remove the dest file.
15176
15177 2014-10-20 Yao Qi <yao@codesourcery.com>
15178
15179 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15180 * gdb.base/step-line.exp: Likewise.
15181 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15182 * gdb.dwarf2/dw2-basic.exp: Likewise.
15183 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15184 * gdb.dwarf2/dw2-filename.exp: Likewise.
15185 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15186 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15187 * gdb.dwarf2/dw2-producer.exp: Likewise.
15188 * gdb.dwarf2/mac-fileno.exp: Likewise.
15189 * gdb.python/py-frame-args.exp: Likewise.
15190 * gdb.python/py-framefilter.exp: Likewise.
15191 * gdb.python/py-mi.exp: Likewise.
15192 * gdb.python/py-objfile-script.exp: Likewise
15193 * gdb.python/py-pp-integral.exp: Likewise.
15194 * gdb.python/py-pp-re-notag.exp: Likewise.
15195 * gdb.python/py-prettyprint.exp: Likewise.
15196 * gdb.python/py-section-script.exp: Likewise.
15197 * gdb.python/py-typeprint.exp: Likewise.
15198 * gdb.python/py-xmethods.exp: Likewise.
15199 * gdb.stabs/weird.exp: Likewise.
15200 * gdb.xml/tdesc-regs.exp: Likewise.
15201
15202 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15203
15204 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15205 (out_cu): Use addr_len for the size of addresses.
15206 (out_line): Likewise. Size DW_LNE_set_address instruction
15207 according to addr_len.
15208 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15209 (FUNC): Add START_INSNS to definition.
15210
15211 2014-10-18 Yao Qi <yao@codesourcery.com>
15212
15213 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15214 gdb_has_argv0 return true.
15215 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15216 check [target_info exists noargs], check [gdb_has_argv0]
15217 instead.
15218 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15219 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15220 procedures.
15221
15222 2014-10-17 Doug Evans <dje@google.com>
15223
15224 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15225 event.
15226 * gdb.python/py-events.py: Add clear_objfiles event.
15227
15228 2014-10-17 Doug Evans <dje@google.com>
15229
15230 * gdb.python/py-objfile.exp: Test progspace attribute.
15231
15232 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15233
15234 * gdb.guile/scm-breakpoint.exp: Do not assume any
15235 directory separators when matching source file paths.
15236 * gdb.python/py-breakpoint.exp: Likewise.
15237 * gdb.reverse/break-precsave.exp: Likewise.
15238 * gdb.reverse/break-reverse.exp: Likewise.
15239 * gdb.reverse/consecutive-precsave.exp: Likewise.
15240 * gdb.reverse/finish-precsave.exp: Likewise.
15241 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15242 * gdb.reverse/finish-reverse.exp: Likewise.
15243 * gdb.reverse/i386-precsave.exp: Likewise.
15244 * gdb.reverse/i387-env-reverse.exp: Likewise.
15245 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15246 * gdb.reverse/machinestate-precsave.exp: Likewise.
15247 * gdb.reverse/machinestate.exp: Likewise.
15248 * gdb.reverse/sigall-precsave.exp: Likewise.
15249 * gdb.reverse/solib-precsave.exp: Likewise.
15250 * gdb.reverse/step-precsave.exp: Likewise.
15251 * gdb.reverse/until-precsave.exp: Likewise.
15252 * gdb.reverse/watch-precsave.exp: Likewise.
15253 * gdb.reverse/watch-reverse.exp: Likewise.
15254
15255 2014-10-17 Yao Qi <yao@codesourcery.com>
15256
15257 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15258 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15259
15260 2014-10-17 Pedro Alves <palves@redhat.com>
15261
15262 PR gdb/17471
15263 * gdb.base/bg-execution-repeat.c: New file.
15264 * gdb.base/bg-execution-repeat.exp: New file.
15265
15266 2014-10-17 Pedro Alves <palves@redhat.com>
15267
15268 PR gdb/17300
15269 * gdb.base/continue-all-already-running.c: New file.
15270 * gdb.base/continue-all-already-running.exp: New file.
15271
15272 2014-10-17 Pedro Alves <palves@redhat.com>
15273
15274 PR gdb/17472
15275 * gdb.base/annota-input-while-running.c: New file.
15276 * gdb.base/annota-input-while-running.exp: New file.
15277
15278 2014-10-17 Pedro Alves <palves@redhat.com>
15279
15280 * gdb.base/callfuncs.exp: emove references to osf.
15281 * gdb.base/sigall.exp: Likewise.
15282 * gdb.gdb/selftest.exp: Likewise.
15283 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15284 * gdb.mi/non-stop.c: Likewise.
15285 * gdb.mi/pthreads.c: Likewise.
15286 * gdb.reverse/sigall-precsave.exp: Likewise.
15287 * gdb.reverse/sigall-reverse.exp: Likewise.
15288 * gdb.threads/pthreads.c: Likewise.
15289 * gdb.threads/pthreads.exp: Likewise.
15290
15291 2014-10-17 Yao Qi <yao@codesourcery.com>
15292
15293 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15294 check 'target_info exists noargs'.
15295 (test_command_prompt_position): Likewise.
15296 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15297 Remove "set args".
15298 (progvar_simple_while_test): Likewise.
15299 (progvar_complex_if_while_test): Likewise.
15300 (if_while_breakpoint_command_test): Likewise.
15301 (infrun_breakpoint_command_test): Likewise.
15302 (breakpoint_command_test): Likewise.
15303 (watchpoint_command_test): Likewise.
15304 (bp_deleted_in_command_test): Likewise.
15305 (temporary_breakpoint_commands): Likewise.
15306
15307 2014-10-16 Yao Qi <yao@codesourcery.com>
15308
15309 * gdb.base/remotetimeout.exp: Remove noargs checking.
15310
15311 2014-10-15 Pedro Alves <palves@redhat.com>
15312
15313 PR breakpoints/9649
15314 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15315 * gdb.base/breakpoint-in-ro-region.exp
15316 (probe_target_hardware_step): New procedure.
15317 (top level): Probe hardware stepping and hardware breakpoint
15318 support. Test stepping through a read-only region, with both
15319 "breakpoint auto-hw" on and off and both "always-inserted" on and
15320 off.
15321
15322 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15323
15324 * gdb.dlang/demangle.exp: Update for demangling changes.
15325
15326 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15327
15328 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15329 * gdb.cp/non-trivial-retval.exp: Add new tests.
15330
15331 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15332
15333 PR c++/13403
15334 PR c++/15154
15335 * gdb.cp/non-trivial-retval.cc: New file.
15336 * gdb.cp/non-trivial-retval.exp: New file.
15337
15338 2014-10-15 Yao Qi <yao@codesourcery.com>
15339
15340 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15341 remote host.
15342
15343 2014-10-15 Yao Qi <yao@codesourcery.com>
15344
15345 * gdb.python/py-symbol.exp: Match file base name if host is
15346 remote, otherwise match file name with dir name.
15347 * gdb.python/py-symtab.exp: Likewise.
15348 * gdb.python/python.exp: Likewise.
15349
15350 2014-10-15 Yao Qi <yao@codesourcery.com>
15351
15352 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15353 pattern.
15354 * gdb.python/py-symtab.exp: Likewise.
15355 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15356 locationn.
15357
15358 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15359
15360 * gdb.ada/addr_arith: New testcase.
15361
15362 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15363
15364 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15365 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15366 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15367 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15368
15369 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15370
15371 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15372 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15373 * gdb.arch/stap-eval-lang-ada.exp: New file.
15374
15375 2014-10-14 Yao Qi <yao@codesourcery.com>
15376
15377 * gdb.mi/mi-var-child.c (nothing1): New function.
15378 (nothing2): New function.
15379 (do_children_tests): Set function pointers by nothing1 and
15380 nothing2.
15381 * gdb.mi/mi-var-child.exp: Step over new added statements.
15382 Update test to match the new output.
15383 * gdb.mi/var-cmd.c (nothing1): New function.
15384 (nothing2): New function.
15385 (do_children_tests): Set function pointers by nothing1 and
15386 nothing2.
15387 * gdb.mi/mi-var-display.exp: Update test to match output.
15388 Step to the line specified by $line_dct_nothing.
15389 Increase the number of lines to step.
15390
15391 2014-10-14 Yao Qi <yao@codesourcery.com>
15392
15393 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15394 tests.
15395 * gdb.mi/mi2-var-child.exp: Likewise.
15396
15397 2014-10-13 Doug Evans <dje@google.com>
15398
15399 * gdb.python/py-objfile.exp: Change name of file name test.
15400
15401 2014-10-13 Doug Evans <dje@google.com>
15402
15403 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15404 from the start of the CU.
15405
15406 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15407 Yao Qi <yao@codesourcery.com>
15408
15409 Fix "save breakpoints" for "catch" command.
15410 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15411 Remove -nonewline. Match also the added "main" line.
15412
15413 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15414
15415 Fix "save breakpoints" for "disable $bpnum" command.
15416 * gdb.base/save-bp.c (main): Add label.
15417 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15418
15419 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15420
15421 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15422
15423 2014-10-11 Yao Qi <yao@codesourcery.com>
15424
15425 * gdb.server/server-kill.exp: Execute command
15426 "set remote trace-status-packet on" before "tstatus".
15427
15428 2014-10-11 Yao Qi <yao@codesourcery.com>
15429
15430 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15431 (main): Call getppid.
15432 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15433 and continue to it. Read variable "server_pid".
15434
15435 2014-10-11 Yao Qi <yao@codesourcery.com>
15436
15437 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15438
15439 2014-10-11 Yao Qi <yao@codesourcery.com>
15440
15441 * gdb.threads/thread-find.exp: Don't execute command
15442 "info threads".
15443 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15444 * gdb.threads/linux-dp.exp: Don't check the condition
15445 $threads_created equals to zero.
15446
15447 2014-10-10 Pedro Alves <palves@redhat.com>
15448
15449 * gdb.base/bigcore.exp: Remove references to IRIX.
15450 * gdb.base/funcargs.exp: Likewise.
15451 * gdb.base/interrupt.exp: Likewise.
15452 * gdb.base/mips_pro.exp: Likewise.
15453 * gdb.base/nodebug.exp: Likewise.
15454 * gdb.base/setvar.exp: Likewise.
15455 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15456
15457 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15458 Pedro Alves <palves@redhat.com>
15459
15460 PR symtab/14466
15461 * gdb.base/vdso-warning.c: New file.
15462 * gdb.base/vdso-warning.exp: New file.
15463
15464 2014-10-02 Doug Evans <dje@google.com>
15465
15466 * gdb.base/structs.c (main): Don't run forever.
15467
15468 2014-10-02 Pedro Alves <palves@redhat.com>
15469
15470 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15471 (top level) <stop threads 1, stop threads 2>: Use it.
15472
15473 2014-10-02 Pedro Alves <palves@redhat.com>
15474
15475 * gdb.threads/break-while-running.exp (test): Add new
15476 'update_thread_list' argument. Skip "info threads" if false.
15477 (top level): Add new 'update_thread_list' axis.
15478
15479 2014-10-02 Pedro Alves <palves@redhat.com>
15480
15481 PR breakpoints/17431
15482 * gdb.base/execl-update-breakpoints.c: New file.
15483 * gdb.base/execl-update-breakpoints.exp: New file.
15484
15485 2014-10-01 Pedro Alves <palves@redhat.com>
15486
15487 * gdb.base/breakpoint-in-ro-region.c: New file.
15488 * gdb.base/breakpoint-in-ro-region.exp: New file.
15489
15490 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15491
15492 * gdb.mi/mi-exit-code.exp: New file.
15493 * gdb.mi/mi-exit-code.c: New file.
15494
15495 2014-09-30 Yao Qi <yao@codesourcery.com>
15496
15497 * lib/prelink-support.exp (build_executable_own_libs): Error if
15498 the target isn't native.
15499
15500 2014-09-30 Yao Qi <yao@codesourcery.com>
15501
15502 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15503 false.
15504
15505 2014-09-22 Pedro Alves <palves@redhat.com>
15506
15507 * gdb.threads/break-while-running.exp: New file.
15508 * gdb.threads/break-while-running.c: New file.
15509
15510 2014-09-19 Yao Qi <yao@codesourcery.com>
15511
15512 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15513 Invoke test. Restart GDB with --readnow and invoke test again.
15514
15515 2014-09-19 Yao Qi <yao@codesourcery.com>
15516
15517 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15518 proc set_breakpoint_on_gcd_function. Invoke
15519 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15520 invoke set_breakpoint_on_gcd_function again.
15521
15522 2014-09-18 Doug Evans <dje@google.com>
15523
15524 * gdb.dwarf2/symtab-producer.exp: New file.
15525
15526 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15527
15528 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15529 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15530 * gdb.base/global-var-nested-by-dso.c: Likewise.
15531 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15532
15533 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15534 Pedro Alves <palves@redhat.com>
15535
15536 * gdb.base/watch-bitfields.exp: Pass string other than test file
15537 name to prepare_for_testing.
15538 (watch): New procedure.
15539 (expect_watchpoint): Use with_test_prefix.
15540 (top level): Factor out tests to ...
15541 (test_watch_location, test_regular_watch): ... these new
15542 procedures, and use with_test_prefix and gdb_continue_to_end.
15543
15544 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15545
15546 PR breakpoints/12526
15547 * gdb.base/watch-bitfields.exp: New file.
15548 * gdb.base/watch-bitfields.c: New file.
15549
15550 2014-09-16 Pedro Alves <palves@redhat.com>
15551
15552 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15553 software and hardware addresses, not software address against
15554 itself.
15555
15556 2014-09-16 Pedro Alves <palves@redhat.com>
15557
15558 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15559 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15560
15561 2014-09-16 Pedro Alves <palves@redhat.com>
15562
15563 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15564 files.
15565 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15566 "*-*-vxworks*" throughout.
15567 * gdb.base/break.exp: Likewise.
15568 * gdb.base/default.exp: Likewise.
15569 * gdb.base/scope.exp: Likewise.
15570 * gdb.base/sepdebug.exp: Likewise.
15571 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15572 throughout.
15573 * gdb.base/run.c: Likewise.
15574 * gdb.base/sepdebug.c: Likewise.
15575 * gdb.hp/gdb.aCC/run.c: Likewise.
15576 * gdb.reverse/until-reverse.c: Likewise.
15577 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15578
15579 2014-09-16 Yao Qi <yao@codesourcery.com>
15580
15581 * boards/local-remote-host-native.exp: New file.
15582
15583 2014-09-14 Doug Evans <xdje42@gmail.com>
15584
15585 * gdb.threads/queue-signal.c (thread_count): New variable.
15586 (thread_count_mutex, thread_count_condvar): New variables.
15587 (incr_thread_count, wait_all_threads_running): New functions.
15588 (main): Wait for all threads to be in their thread functions.
15589
15590 2014-09-13 Doug Evans <xdje42@gmail.com>
15591
15592 * gdb.threads/queue-signal.c: New file.
15593 * gdb.threads/queue-signal.exp: New file.
15594
15595 2014-09-13 Doug Evans <xdje42@gmail.com>
15596
15597 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15598 be consistent with what default_gdb_init uses.
15599 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15600 the plain text of the prompt. Add some logging printfs.
15601 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15602
15603 2014-09-12 Pedro Alves <palves@redhat.com>
15604
15605 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15606 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15607 * gdb.arch/i386-size-overlap.exp: Likewise.
15608 * gdb.arch/i386-size.exp: Likewise.
15609 * gdb.arch/i386-unwind.exp: Likewise.
15610 * gdb.base/a2-run.exp: Likewise.
15611 * gdb.base/break.exp: Likewise.
15612 * gdb.base/charset.exp: Likewise.
15613 * gdb.base/chng-syms.exp: Likewise.
15614 * gdb.base/commands.exp: Likewise.
15615 * gdb.base/dbx.exp: Likewise.
15616 * gdb.base/find.exp: Likewise.
15617 * gdb.base/funcargs.exp: Likewise.
15618 * gdb.base/jit-simple.exp: Likewise.
15619 * gdb.base/reread.exp: Likewise.
15620 * gdb.base/sepdebug.exp: Likewise.
15621 * gdb.base/step-bt.exp: Likewise.
15622 * gdb.cp/mb-inline.exp: Likewise.
15623 * gdb.cp/mb-templates.exp: Likewise.
15624 * gdb.objc/basicclass.exp: Likewise.
15625 * gdb.threads/killed.exp: Likewise.
15626
15627 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15628
15629 PR tdep/17379
15630 * gdb.arch/powerpc-stackless.S: New file.
15631 * gdb.arch/powerpc-stackless.exp: New file.
15632
15633 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15634
15635 * gdb.base/attach.c: Include unistd.h.
15636 (main): Call alarm. Add label postloop.
15637 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15638 gdb_breakpoint, gdb_continue_to_breakpoint.
15639 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15640
15641 2014-09-11 Pedro Alves <palves@redhat.com>
15642
15643 PR gdb/17347
15644 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15645 * gdb.base/attach.exp (test_command_line_attach_run): New
15646 procedure.
15647 (top level): Call it.
15648
15649 2014-09-11 Pedro Alves <palves@redhat.com>
15650
15651 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15652 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15653 (do_command_attach_tests): Use spawn_wait_for_attach.
15654 * gdb.base/solib-overlap.exp: Likewise.
15655 * gdb.multi/multi-attach.exp: Likewise.
15656 * gdb.python/py-prompt.exp: Likewise.
15657 * gdb.python/py-sync-interp.exp: Likewise.
15658 * gdb.server/ext-attach.exp: Likewise.
15659
15660 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15661
15662 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15663 command in testcase. Simplify testcase.
15664
15665 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15666
15667 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15668
15669 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15670
15671 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15672
15673 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15674
15675 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15676
15677 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15678
15679 * gdb.dwarf2/dynarr-ptr.c: New file.
15680 * gdb.dwarf2/dynarr-ptr.exp: New file.
15681
15682 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15683
15684 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15685 of 30 rather than hardcoding 120 for a slow test case. Take the
15686 `gdb,timeout' target setting into account for this calculation.
15687 Don't extend the timeout for the test cases that don't need it.
15688
15689 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15690
15691 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15692 a factor of 2 for a slow test case. Take the `gdb,timeout'
15693 target setting into account for this calculation.
15694 * gdb.reverse/until-precsave.exp: Increase the timeout by
15695 a factor of 15 and 3 respectively rather than adding 120
15696 for a pair of slow test cases. Take the `gdb,timeout'
15697 target setting into account for this calculation.
15698
15699 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15700
15701 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15702 timeout, don't pass one down to gdb_expect.
15703 (gdb_expect): Rework timeout selection.
15704
15705 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15706
15707 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15708 exception on timeout.
15709 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15710 (gdbserver_start_extended): Catch any `gdbserver_start' error
15711 exceptions.
15712 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15713 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15714 `gdbserver_gdb_load' error exceptions.
15715
15716 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15717
15718 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15719 120 on waiting for the TCP socket to open.
15720
15721 2014-09-09 Doug Evans <xdje42@gmail.com>
15722
15723 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15724 _caller_matches, _any_caller_is, _any_caller_matches.
15725
15726 2014-09-09 Doug Evans <xdje42@gmail.com>
15727
15728 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15729
15730 2014-09-09 Yao Qi <yao@codesourcery.com>
15731
15732 * gdb.mi/mi-var-display.exp: Set print symbol off.
15733
15734 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15735
15736 PR gdb/17035
15737 * gdb.base/commands.exp: Add tests to verify user-defined
15738 commands with empty bodies.
15739 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15740 python commands in `show user command`.
15741 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15742 scheme commands in `show user command`.
15743
15744 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15745
15746 PR python/17355
15747 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15748 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15749 * gdb.python/py-framefilter-invalidarg.exp: New file.
15750 * gdb.python/py-framefilter-invalidarg.py: New file.
15751
15752 2014-09-06 Doug Evans <xdje42@gmail.com>
15753
15754 PR 15276
15755 * gdb.python/py-caller-is.c: New file.
15756 * gdb.python/py-caller-is.exp: New file.
15757
15758 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15759
15760 PR gdb/17235
15761 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15762 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15763
15764 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15765
15766 PR fortran/17237
15767 * gdb.fortran/print-formatted.exp: New file.
15768 * gdb.fortran/print-formatted.f90: Likewise.
15769
15770 2014-09-03 Sasha Smundak <asmundak@google.com>
15771
15772 * gdb.python/py-frame.exp: Test Frame.read_register.
15773
15774 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15775
15776 PR python/16699
15777 * gdb.python/py-completion.exp: New file.
15778 * gdb.python/py-completion.py: Likewise.
15779
15780 2014-08-28 Doug Evans <dje@google.com>
15781
15782 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15783 eax,etc. are live with values set by gdb and thus the compiler can't
15784 use them.
15785 * gdb.arch/i386-pseudo.c (main): Ditto.
15786
15787 2014-08-27 Doug Evans <dje@google.com>
15788
15789 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15790
15791 2014-08-25 Doug Evans <dje@google.com>
15792
15793 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15794 (main): Ditto.
15795
15796 2014-08-25 Doug Evans <dje@google.com>
15797
15798 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15799
15800 2014-08-24 Yao Qi <yao@codesourcery.com>
15801
15802 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15803 symbol off.
15804 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15805
15806 2014-08-22 Doug Evans <dje@google.com>
15807
15808 PR 17276
15809 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15810 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15811 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15812
15813 2014-08-22 Yao Qi <yao@codesourcery.com>
15814
15815 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15816 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15817 * gdb.python/python.exp: Likewise. Use .py file on the host
15818 instead of the build.
15819
15820 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15821
15822 * gdb.threads/gcore-stale-thread.c: New file.
15823 * gdb.threads/gcore-stale-thread.exp: New file.
15824
15825 2014-08-21 Pedro Alves <palves@redhat.com>
15826
15827 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15828 * gdb.base/gcore-relro-pie.exp: Likewise.
15829 * gdb.base/gcore-relro.exp: Likewise.
15830 * gdb.base/gcore.exp: Likewise.
15831 * gdb.base/print-symbol-loading.exp: Likewise.
15832 * gdb.threads/gcore-thread.exp: Likewise.
15833 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15834
15835 2014-08-20 Pedro Alves <palves@redhat.com>
15836 Jan Kratochvil <jan.kratochvil@redhat.com>
15837
15838 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15839 configure.
15840 (EXPECT): Handle READ1 being set.
15841 (all): Depend on EXTRA_RULES.
15842 (check-read1, expect-read1, read1.so, read1): New rules.
15843 * README (Testsuite Parameters): Document the READ1 make variable.
15844 (Race detection): New section.
15845 * configure: Regenerate.
15846 * configure.ac: If build==host==target, and running under a
15847 GNU/glibc system, add read1 to the extra Makefile rules.
15848 (EXTRA_RULES): AC_SUBST it.
15849 * lib/read1.c: New file.
15850
15851 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15852
15853 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15854 the handling of variables declared as a typedef to an array
15855 which a DW_AT_data_location attribute.
15856
15857 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15858 Pedro Alves <palves@redhat.com>
15859
15860 PR symtab/14604
15861 PR symtab/14605
15862 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15863 gdb_test.
15864
15865 2014-08-19 Pedro Alves <palves@redhat.com>
15866
15867 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15868
15869 2014-08-19 Yao Qi <yao@codesourcery.com>
15870
15871 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15872 right line.
15873
15874 2014-08-18 David Blaikie <dblaikie@gmail.com>
15875
15876 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15877
15878 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15879
15880 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15881 attribute in array range.
15882
15883 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15884
15885 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15886
15887 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15888
15889 PR c++/17132
15890 * gdb.cp/pr17132.cc: New file.
15891 * gdb.cp/pr17132.exp: New file.
15892
15893 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15894
15895 * gdb.python/py-xmethods.py (A_getarrayind)
15896 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15897 Use 'print' with function call syntax.
15898 (E_method_matcher.match): Fix tab vs space indentation mixup.
15899
15900 2014-08-15 Yao Qi <yao@codesourcery.com>
15901
15902 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15903 false.
15904
15905 2014-08-15 Yao Qi <yao@codesourcery.com>
15906
15907 * gdb.cp/casts.exp: Set print symbol off.
15908 * gdb.cp/class2.exp: Likewise.
15909 * gdb.cp/overload.exp: Likewise.
15910 * gdb.cp/templates.exp: Likewise.
15911
15912 2014-08-11 Doug Evans <dje@google.com>
15913
15914 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15915 (test_load_shlib): Update.
15916
15917 2014-08-09 Yao Qi <yao@codesourcery.com>
15918
15919 * gdb.base/display.exp: Invoke is_address_zero_readable.
15920 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15921 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15922 * gdb.base/hbreak-unmapped.exp: Return if
15923 is_address_zero_readable returns true.
15924 * gdb.base/signest.exp: Likewise.
15925 * gdb.base/signull.exp: Likewise.
15926 * gdb.base/sigbpt.exp: Likewise.
15927 * gdb.guile/scm-disasm.exp: Do the test if
15928 is_address_zero_readable returns false.
15929 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15930 * gdb.python/py-arch.exp: Likewise.
15931 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15932 * lib/gdb.exp (is_address_zero_readable): New proc.
15933
15934 2014-08-09 Yao Qi <yao@codesourcery.com>
15935
15936 PR testsuite/13443
15937 * gdb.mi/mi-var-display.exp: Make test messages unique.
15938
15939 2014-08-04 Tom Tromey <tromey@redhat.com>
15940
15941 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15942 target 0".
15943
15944 2014-08-04 Tom Tromey <tromey@redhat.com>
15945
15946 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15947 "target_resume".
15948
15949 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15950
15951 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15952 inner_vla_struct_object_size.
15953 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15954 as xfail.
15955
15956 2014-07-30 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15959 comment.
15960
15961 2014-07-29 Yao Qi <yao@codesourcery.com>
15962
15963 PR gdb/17206
15964 * gdb.base/until-nodebug.exp: New.
15965
15966 2014-07-28 Doug Evans <xdje42@gmail.com>
15967
15968 PR guile/17203
15969 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15970 previously existing parameter, and previously ambiguously spelled
15971 parameter.
15972
15973 2014-07-28 Will Newton <will.newton@linaro.org>
15974
15975 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15976
15977 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15978 Doug Evans <xdje42@gmail.com>
15979
15980 PR guile/17146
15981 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15982
15983 2014-07-25 Pedro Alves <palves@redhat.com>
15984
15985 * gdb.threads/signal-command-handle-nopass.c: New file.
15986 * gdb.threads/signal-command-handle-nopass.exp: New file.
15987 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15988 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15989 * gdb.threads/signal-delivered-right-thread.c: New file.
15990 * gdb.threads/signal-delivered-right-thread.exp: New file.
15991
15992 2014-07-25 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.base/double-prompt-target-event-error.exp
15995 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15996 match.
15997 (cancel_pagination_in_target_event): Rework double prompt
15998 detection.
15999 * gdb.base/paginate-after-ctrl-c-running.exp
16000 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16001 <return>' match.
16002 * gdb.base/paginate-bg-execution.exp
16003 (test_bg_execution_pagination_return)
16004 (test_bg_execution_pagination_cancel): Remove '-notransfer
16005 <return>' matches.
16006 * gdb.base/paginate-execution-startup.exp
16007 (test_fg_execution_pagination_return)
16008 (test_fg_execution_pagination_cancel): Remove '-notransfer
16009 <return>' matches.
16010 * gdb.base/paginate-inferior-exit.exp
16011 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16012 match.
16013 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16014 * lib/gdb.exp (pagination_prompt): Run text through
16015 string_to_regexp.
16016 (gdb_test_multiple): Match $pagination_prompt instead of
16017 "<return>".
16018 (string_to_regexp): Move to lib/gdb-utils.exp.
16019
16020 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16021
16022 * gdb.arch/amd64-entry-value-paramref.S: New file.
16023 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16024 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16025 * gdb.arch/amd64-optimout-repeat.S: New file.
16026 * gdb.arch/amd64-optimout-repeat.c: New file.
16027 * gdb.arch/amd64-optimout-repeat.exp: New file.
16028
16029 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16030
16031 PR gdb/17170
16032 * gdb.base/statistics.exp: New file.
16033
16034 2014-07-17 Doug Evans <dje@google.com>
16035
16036 PR gdb/17170
16037 * gdb.base/maint.exp: Update testing of per-command stats.
16038
16039 2014-07-16 Pedro Alves <palves@redhat.com>
16040
16041 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16042 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16043 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16044 (tfile_write_buf): New functions.
16045 (add_memory_block): Rewrite using the above.
16046 (adjust_function_address): New function.
16047 (FUNCTION_ADDRESS): New macro.
16048 (write_basic_trace_file): Remove short_x local, and use
16049 tfile_write_16. Change type of func_addr local to unsigned long
16050 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16051 here. Cast argument of add_memory_block to char pointer.
16052 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16053 (main): Remove parameters.
16054 * gdb.trace/tfile.exp: Remove nowarnings.
16055
16056 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16057
16058 * gdb.base/debug-expr.exp: Test string evaluation with
16059 "debug expression" on.
16060
16061 2014-07-15 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.base/reread.exp: Use clean_restart.
16064
16065 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16066
16067 * gdb.arch/avr-flash-qualifer.c: New.
16068 * gdb.arch/avr-flash-qualifer.exp: New.
16069
16070 2014-07-14 Pedro Alves <palves@redhat.com>
16071
16072 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16073 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16074
16075 2014-07-14 Pedro Alves <palves@redhat.com>
16076
16077 * gdb.base/double-prompt-target-event-error.c: New file.
16078 * gdb.base/double-prompt-target-event-error.exp: New file.
16079
16080 2014-07-14 Pedro Alves <palves@redhat.com>
16081
16082 PR gdb/17072
16083 * gdb.base/paginate-inferior-exit.c: New file.
16084 * gdb.base/paginate-inferior-exit.exp: New file.
16085
16086 2014-07-14 Pedro Alves <palves@redhat.com>
16087
16088 PR gdb/17072
16089 * gdb.base/paginate-bg-execution.c: New file.
16090 * gdb.base/paginate-bg-execution.exp: New file.
16091
16092 2014-07-14 Pedro Alves <palves@redhat.com>
16093
16094 PR gdb/17072
16095 * gdb.base/paginate-execution-startup.c: New file.
16096 * gdb.base/paginate-execution-startup.exp: New file.
16097 * lib/gdb.exp (pagination_prompt): New global.
16098 (default_gdb_spawn): New procedure, factored out from
16099 default_gdb_spawn.
16100 (default_gdb_start): Adjust to call default_gdb_spawn.
16101 (gdb_spawn): New procedure.
16102
16103 2014-07-14 Pedro Alves <palves@redhat.com>
16104
16105 * lib/gdb.exp (gdb_assert): New procedure.
16106 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16107
16108 2014-07-14 Pedro Alves <palves@redhat.com>
16109
16110 * gdb.base/execution-termios.c: New file.
16111 * gdb.base/execution-termios.exp: New file.
16112
16113 2014-07-14 Tom Tromey <tromey@redhat.com>
16114
16115 * gdb.cp/vla-cxx.cc: New file.
16116 * gdb.cp/vla-cxx.exp: New file.
16117
16118 2014-07-14 Tom Tromey <tromey@redhat.com>
16119
16120 * gdb.reverse/rerun-prec.c: New file.
16121 * gdb.reverse/rerun-prec.exp: New file.
16122
16123 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16124 Maciej W. Rozycki <macro@codesourcery.com>
16125
16126 * lib/gdb-utils.exp: New file.
16127 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16128 inline `gdb_init_command' processing.
16129 (gdb_start_cmd): Likewise.
16130 * lib/mi-support.exp (mi_run_cmd): Likewise.
16131 * README: Document `gdb_init_command' and `gdb_init_commands'.
16132
16133 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16134
16135 Fix false FAIL running under a very long directory name.
16136 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16137 and "set print elements 10000". Twice.
16138
16139 2014-07-11 Yao Qi <yao@codesourcery.com>
16140
16141 * gdb.base/exprs.exp: "set print symbol off".
16142
16143 2014-07-11 Pedro Alves <palves@redhat.com>
16144
16145 * gdb.threads/kill.c: New file.
16146 * gdb.threads/kill.exp: New file.
16147
16148 2014-07-10 Yao Qi <yao@codesourcery.com>
16149
16150 * gdb.trace/tfile.c (write_basic_trace_file)
16151 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16152 address written to trace file.
16153
16154 2014-07-09 Pedro Alves <palves@redhat.com>
16155
16156 * gdb.base/attach-wait-input.exp: New file.
16157 * gdb.base/attach-wait-input.c: New file.
16158
16159 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16160
16161 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16162 setting up test structures.
16163 (main): Call new test function.
16164 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16165 test function, continue into test function and walk test
16166 structures.
16167
16168 2014-07-02 Yao Qi <yao@codesourcery.com>
16169
16170 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16171 'bar_start' at the beginning of functions 'foo' and 'bar'
16172 respectively.
16173 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16174 instead of 'foo' and 'bar'.
16175
16176 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16177
16178 * gdb.btrace/segv.exp: New.
16179 * gdb.btrace/segv.c: New.
16180
16181 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16182
16183 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16184 instruction.
16185
16186 2014-06-30 Mark Wielaard <mjw@redhat.com>
16187
16188 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16189 vulture, vilify, villar): New volatile array constants.
16190 (vindictive, vegetation): New const volatile array constants.
16191 * gdb.base/volatile.exp: Test volatile and const volatile array
16192 types.
16193
16194 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16195
16196 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16197 target lacks support for awatch, rwatch, or hbreak.
16198
16199 2014-06-27 Yao Qi <yao@codesourcery.com>
16200
16201 * gdb.multi/dummy-frame-restore.exp: New.
16202 * gdb.multi/dummy-frame-restore.c: New.
16203
16204 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16205
16206 * gdb.btrace/gcore.exp: New.
16207
16208 2014-06-23 Pedro Alves <palves@redhat.com>
16209
16210 * gdb.base/watchpoint-reuse-slot.c: New file.
16211 * gdb.base/watchpoint-reuse-slot.exp: New file.
16212
16213 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16214
16215 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16216 progspace's filename in 'info', 'enable' and 'disable' command
16217 tests.
16218
16219 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16220
16221 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16222 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16223 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16224
16225 2014-06-20 Gary Benson <gbenson@redhat.com>
16226
16227 * gdb.arch/i386-avx.exp: Fix include file location.
16228 * gdb.arch/i386-sse.exp: Likewise.
16229
16230 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16231
16232 * gdb.dlang/expression.exp: New file.
16233
16234 2014-06-19 Pedro Alves <palves@redhat.com>
16235
16236 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16237 out from ...
16238 (top level): ... here. Iterate running tests under different
16239 scheduler-locking settings.
16240
16241 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16242
16243 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16244 to DW_FORM_addr and use non-zero addresses.
16245
16246 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16247
16248 PR gdb/17017
16249 * gdb.python/py-xmethods.cc: Add global function call counters and
16250 increment them in their respective functions. Remove "cout"
16251 statements.
16252 * gdb.python/py-xmethods.exp: Make tests check the global function
16253 call counters instead of depending on inferior IO.
16254
16255 2014-06-18 Don Breazeal <donb@codesourcery.com>
16256
16257 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16258 Deleted procedure.
16259 (explicit_fork_parent_follow): Deleted procedure.
16260 (explicit_fork_child_follow): Deleted procedure.
16261 (test_follow_fork): New procedure.
16262 (do_fork_tests): Replace calls to deleted procedures with
16263 calls to test_follow_fork and reset GDB for subsequent
16264 procedure calls.
16265
16266 2014-06-17 Yao Qi <yao@codesourcery.com>
16267
16268 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16269 CP1252.
16270
16271 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16272
16273 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16274 Initialize ptr and S explicitly.
16275 (skip_type_update_when_not_use_rtti_test): Likewise.
16276
16277 2014-06-16 Keith Seitz <keiths@redhat.com>
16278
16279 PR mi/15863
16280 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16281 the inferior is started.
16282
16283 2014-06-16 Pedro Alves <palves@redhat.com>
16284
16285 * gdb.base/break-main-file-remove-fail.c: New file.
16286 * gdb.base/break-main-file-remove-fail.exp: New file.
16287 * gdb.base/break-unload-file.exp: Use build_executable instead of
16288 prepare_for_testing.
16289 (test_break): New parameter "initial_load". Handle it.
16290 (top level): Add initial_load cmdline/file axis.
16291
16292 2014-06-12 Tom Tromey <tromey@redhat.com>
16293
16294 * gdb.base/completion.exp: Don't use directory name in test.
16295
16296 2014-06-09 Gary Benson <gbenson@redhat.com>
16297
16298 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16299 separate the always-available ANSI-standard signals from the
16300 signals that require checking.
16301 (main): Likewise.
16302 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16303 Likewise.
16304 (main): Likewise.
16305
16306 2014-06-07 Keith Seitz <keiths@redhat.com>
16307
16308 Revert:
16309 PR c++/16253
16310 * gdb.cp/var-tag.cc: New file.
16311 * gdb.cp/var-tag.exp: New file.
16312 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16313 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16314 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16315 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16316
16317 2014-06-06 Doug Evans <xdje42@gmail.com>
16318
16319 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16320
16321 2014-06-06 Pedro Alves <palves@redhat.com>
16322
16323 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16324 in target debug output instead of looking at RSP packets,
16325 disabling the test on any target that uses hardware stepping.
16326 Update comments.
16327
16328 2014-06-06 Pedro Alves <palves@redhat.com>
16329
16330 * gdb.base/break-unload-file.exp: Fix typo.
16331
16332 2014-06-06 Yao Qi <yao@codesourcery.com>
16333
16334 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16335 from "jit_function" to "^jit_function".
16336
16337 2014-06-06 Yao Qi <yao@codesourcery.com>
16338
16339 * gdb.base/async.c (foo): Add one statement.
16340 * gdb.base/async.exp: Get the next instruction address and
16341 match the output of "nexti" by instruction address. Match
16342 the hex address in the output of "finish".
16343
16344 2014-06-06 Gary Benson <gbenson@redhat.com>
16345
16346 * gdb.base/call-signals.c: Remove preprocessor conditionals
16347 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16348 SIGSEGV and SIGTERM.
16349 * gdb.base/sigall.c: Likewise.
16350 * gdb.base/unwindonsignal.c: Likewise.
16351 * gdb.reverse/sigall-reverse.c: Likewise.
16352
16353 2014-06-06 Yao Qi <yao@codesourcery.com>
16354
16355 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16356 readable, skip the test.
16357
16358 2014-06-06 Yao Qi <yao@codesourcery.com>
16359
16360 * gdb.threads/staticthreads.c (thread_function): Move the line
16361 setting breakpoint on forward.
16362 * gdb.threads/staticthreads.exp: Update comments.
16363
16364 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16365
16366 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16367 "history-append! type error".
16368
16369 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16370
16371 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16372 erroneous dprintf expected input.
16373
16374 2014-06-04 Doug Evans <xdje42@gmail.com>
16375
16376 * gdb.guile/scm-generics.exp: Delete.
16377
16378 2014-06-04 Doug Evans <xdje42@gmail.com>
16379
16380 * gdb.guile/scm-breakpoint.exp: Update.
16381 Add tests for breakpoint registration.
16382
16383 2014-06-04 Tom Tromey <tromey@redhat.com>
16384
16385 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16386 VLA-in-union.
16387 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16388 inner_vla_struct, vla_union types. Initialize objects of those
16389 types and compute their sizes.
16390
16391 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16392 Hui Zhu <hui@codesourcery.com>
16393
16394 * gdb.base/fileio.exp: Add test for shell not available as well as
16395 available.
16396 * gdb.base/fileio.c (test_system): Check for shell twice.
16397
16398 2014-06-04 Yao Qi <yao@codesourcery.com>
16399
16400 * gdb.base/auto-connect-native-target.exp: Remove redundant
16401 space from the regexp pattern.
16402
16403 2014-06-04 Yao Qi <yao@codesourcery.com>
16404
16405 * gdb.base/default.exp: Replace "child" with "native" in
16406 regexp pattern.
16407
16408 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16409
16410 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16411 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16412 * gdb.python/py-xmethods.py: Python script supporting the
16413 new testcase and tests.
16414
16415 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16416 Pedro Alves <palves@redhat.com>
16417
16418 PR breakpoints/17000
16419 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16420 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16421
16422 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16423
16424 * gdb.base/subst.exp: Add tests to verify partial path matching
16425 output.
16426
16427 2014-06-03 Pedro Alves <palves@redhat.com>
16428
16429 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16430 target that doesn't use software single-stepping.
16431
16432 2014-06-03 Pedro Alves <palves@redhat.com>
16433
16434 PR breakpoints/17000
16435 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16436 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16437
16438 2014-06-02 Doug Evans <xdje42@gmail.com>
16439
16440 * gdb.guile/scm-parameter.exp: New file.
16441
16442 2014-06-02 Doug Evans <xdje42@gmail.com>
16443
16444 * gdb.guile/scm-cmd.c: New file.
16445 * gdb.guile/scm-cmd.exp: New file.
16446
16447 2014-06-02 Doug Evans <xdje42@gmail.com>
16448
16449 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16450 pretty-printer lookup.
16451 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16452 (make-pp_s-printer): Call it.
16453 (make-pretty-printer-from-dict): New function.
16454 (lookup-pretty-printer-maker-from-dict): New function.
16455 (*pretty-printer*): Simplify.
16456 (make-objfile-pp_s-printer): New function.
16457 (install-objfile-pretty-printers!): New function.
16458 (make-progspace-pp_s-printer): New function.
16459 (install-progspace-pretty-printers!): New function.
16460 * gdb.guile/scm-progspace.c: New file.
16461 * gdb.guile/scm-progspace.exp: New file.
16462
16463 2014-06-02 Pedro Alves <palves@redhat.com>
16464
16465 * gdb.base/dprintf-bp-same-addr.c: New file.
16466 * gdb.base/dprintf-bp-same-addr.exp: New file.
16467
16468 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16469
16470 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16471 * gdb.arch/powerpc-power.s: Likewise.
16472
16473 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16474
16475 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16476
16477 2014-06-01 Yao Qi <yao@codesourcery.com>
16478
16479 * gdb.base/watchpoint.exp (test_watch_location): Check null
16480 pointer can be dereferenced. If not, do the test, otherwise
16481 skip it.
16482
16483 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16484
16485 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16486 results.
16487 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16488
16489 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16490
16491 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16492 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16493 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16494 * gdb.arch/amd64-invalid-stack-top.c: New file.
16495 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16496
16497 2014-05-30 Pedro Alves <palves@redhat.com>
16498
16499 PR breakpoints/17000
16500 * gdb.base/sss-bp-on-user-bp.c: New file.
16501 * gdb.base/sss-bp-on-user-bp.exp: New file.
16502
16503 2014-05-30 David Blaikie <dblaikie@gmail.com>
16504
16505 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16506 gnu_inline semantics via attribute.
16507 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16508 source explicitly specifies the required semantics.
16509
16510 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16511
16512 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16513
16514 2014-05-29 Pedro Alves <palves@redhat.com>
16515 Tom Tromey <tromey@redhat.com>
16516
16517 * gdb.base/async-shell.exp: Don't enable target-async.
16518 * gdb.base/async.exp
16519 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16520 parameter. Adjust.
16521 (top level): Don't test with "target-async".
16522 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16523 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16524 * gdb.base/inferior-died.exp: Don't enable target-async.
16525 * gdb.base/interrupt-noterm.exp: Likewise.
16526 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16527 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16528 * gdb.mi/mi-nonstop.exp: Likewise.
16529 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16530 * gdb.mi/mi-nsintrall.exp: Likewise.
16531 * gdb.mi/mi-nsmoribund.exp: Likewise.
16532 * gdb.mi/mi-nsthrexec.exp: Likewise.
16533 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16534 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16535 * gdb.python/py-evsignal.exp: Don't enable target-async.
16536 * gdb.python/py-evthreads.exp: Likewise.
16537 * gdb.python/py-prompt.exp: Likewise.
16538 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16539 * gdb.server/solib-list.exp: Don't enable target-async.
16540 * gdb.threads/thread-specific-bp.exp: Likewise.
16541 * lib/mi-support.exp: Adjust to use mi-async.
16542
16543 2014-05-29 Pedro Alves <palves@redhat.com>
16544
16545 PR gdb/13860
16546 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16547 reason, even in sync mode.
16548
16549 2014-05-29 Pedro Alves <palves@redhat.com>
16550 Hui Zhu <hui@codesourcery.com>
16551
16552 PR PR15693
16553 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16554 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16555 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16556 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16557
16558 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16559
16560 * config/monitor.exp (gdb_target_monitor): Replace use of
16561 "set remotebaud" by "set serial baud".
16562
16563 2014-05-26 Andy Wingo <wingo@igalia.com>
16564
16565 * gdb.guile/scm-breakpoint.exp:
16566 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16567 properties instead of gdb-object-properties.
16568
16569 2014-05-26 Yao Qi <yao@codesourcery.com>
16570
16571 * gdb.server/no-thread-db.exp: Specify source file name
16572 explicitly when setting a breakpoint.
16573
16574 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16575
16576 * gdb.btrace/vdso.c: New.
16577 * gdb.btrace/vdso.exp: New.
16578
16579 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16580
16581 * gdb.base/gcore.exp (capture_command_output): Move ...
16582 * lib/gdb.exp (capture_command_output): ... here.
16583
16584 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16585
16586 * gdb.btrace/data.exp: Test memory access during btrace replay.
16587
16588 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16589
16590 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16591
16592 2014-05-21 Pedro Alves <palves@redhat.com>
16593
16594 PR gdb/13860
16595 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16596 (top level): Test that output related to execution commands is
16597 sent to the console with CLI commands, but not with MI commands.
16598 Test that breakpoint events are always mirrored to the console.
16599 Also expect the new source line to be output after a "next" in
16600 async mode too. Make it a pass/fail test.
16601 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16602 output.
16603 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16604
16605 2014-05-21 Pedro Alves <palves@redhat.com>
16606
16607 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16608 Use them to test variations of "list" after reaching a breakpoint.
16609 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16610 Test "list" with listsize 10 after reaching a breakpoint.
16611 * gdb.python/python.exp (decode_line current location line
16612 number): Adjust expected line number.
16613
16614 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16615
16616 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16617 behavior for $args, pass it directly to "run".
16618
16619 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16620
16621 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16622 30000 to 65536.
16623
16624 2014-05-21 Pedro Alves <palves@redhat.com>
16625
16626 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16627 auto-connect-native-target off".
16628 * gdb.base/auto-connect-native-target.c: New file.
16629 * gdb.base/auto-connect-native-target.exp: New file.
16630
16631 2014-05-21 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.base/default.exp: Test "target native" instead of "target
16634 child".
16635
16636 2014-05-21 Mark Wielaard <mjw@redhat.com>
16637
16638 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16639
16640 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16641
16642 Fix TLS access for -static -pthread.
16643 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16644 <HAVE_TLS> (thread_function, main): Initialize it.
16645 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16646 Add clean_restart.
16647 <$have_tls != "">: Check TLSVAR.
16648
16649 2014-05-21 Pedro Alves <palves@redhat.com>
16650
16651 * gdb.base/dcache-line-read-error.c: New.
16652 * gdb.base/dcache-line-read-error.exp: New.
16653
16654 2014-05-20 Pedro Alves <palves@redhat.com>
16655
16656 * gdb.base/compare-sections.c: New file.
16657 * gdb.base/compare-sections.exp: New file.
16658
16659 2014-05-20 Pedro Alves <palves@redhat.com>
16660
16661 * gdb.base/break-idempotent.c: New file.
16662 * gdb.base/break-idempotent.exp: New file.
16663
16664 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16665
16666 * gdb.btrace/nohist.exp: New.
16667
16668 2014-05-20 Yao Qi <yao@codesourcery.com>
16669
16670 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16671 gdb.reverse directory and gdb_reverse_timeout exists in board
16672 setting.
16673 * README: Document gdb_reverse_timeout.
16674
16675 2014-05-20 Yao Qi <yao@codesourcery.com>
16676
16677 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16678 'test_file_name'. Treat args as a string instead of a list.
16679 (gdb_init): Rename argument 'args' by 'test_file_name'.
16680
16681 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16682
16683 * gdb.arch/powerpc-power.exp: New file.
16684 * gdb.arch/powerpc-power.s: New file.
16685
16686 2014-05-16 Doug Evans <dje@google.com>
16687
16688 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16689 * gdb.base/completion.exp: Check that all expected files exist
16690 before doing file completion.
16691
16692 2014-05-16 Doug Evans <dje@google.com>
16693
16694 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16695 Update.
16696 (do_syscall_tests_without_xml): Update.
16697
16698 2014-05-16 Pedro Alves <palves@redhat.com>
16699
16700 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16701 instead of "unknown output after running".
16702
16703 2014-05-16 Yao Qi <yao@codesourcery.com>
16704
16705 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16706 file1.txt from host at the end.
16707 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16708
16709 2014-05-15 Doug Evans <dje@google.com>
16710
16711 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16712 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16713 loading file. Add test for TU lookup.
16714
16715 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16716
16717 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16718 calling "-exec-arguments" or "set args" before running the
16719 inferior.
16720
16721 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16722
16723 * lib/mi-support.exp (mi_expect_stop): Expect message for
16724 inferiors that exit with non-zero exit code.
16725
16726 2014-05-14 Yao Qi <yao@codesourcery.com>
16727
16728 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16729 match absolute path on remote host.
16730 (test_file_list_exec_source_files): Remove "/" from the
16731 pattern.
16732
16733 2014-05-14 Yao Qi <yao@codesourcery.com>
16734
16735 * boards/local-remote-host-notty.exp (${board}_file): New
16736 proc.
16737
16738 2014-05-07 Kyle McMartin <kyle@redhat.com>
16739
16740 Pushed by Joel Brobecker <brobecker@adacore.com>.
16741 * gdb.arch/aarch64-atomic-inst.c: New file.
16742 * gdb.arch/aarch64-atomic-inst.exp: New file.
16743
16744 2014-05-07 Yao Qi <yao@codesourcery.com>
16745
16746 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16747 in current context" too.
16748
16749 2014-05-05 Keith Seitz <keiths@redhat.com>
16750
16751 * gdb.linespec/ls-dollar.exp: Add test for linespec
16752 file:convenience_variable.
16753
16754 2014-05-05 Yao Qi <yao@codesourcery.com>
16755
16756 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16757 traceframes into tfile and ctf trace files. Read data from
16758 trace file and test collected data.
16759 (gdb_collect_locals_test): Likewise.
16760 (gdb_unavailable_registers_test): Likewise.
16761 (gdb_unavailable_floats): Likewise.
16762 (gdb_collect_globals_test): Likewise.
16763 (top-level): Append "ctf" to trace_file_targets if GDB
16764 supports.
16765
16766 2014-05-05 Yao Qi <yao@codesourcery.com>
16767
16768 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16769 code to ...
16770 (gdb_collect_args_test_1): ... it. New proc.
16771 (gdb_collect_locals_test): Move some code to ...
16772 (gdb_collect_locals_test_1): ... it. New proc.
16773 (gdb_unavailable_registers_test): Move some code to ...
16774 (gdb_unavailable_registers_test_1): ... it. New proc.
16775 (gdb_unavailable_floats): Move some code to ...
16776 (gdb_unavailable_floats_1): ... it. New proc.
16777
16778 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16779
16780 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16781 probes to test for bitness recognition.
16782 * gdb.arch/amd64-stap-optional-prefix.exp
16783 (test_probe_value_without_reg): New procedure.
16784 Add code to test for different kinds of bitness.
16785
16786 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16787
16788 PR breakpoints/16889
16789 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16790 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16791
16792 2014-05-01 Pedro Alves <palves@redhat.com>
16793
16794 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16795 gdb_file_cmd if no file is specified.
16796 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16797 last_loaded_file to set the remote exec-file.
16798
16799 2014-05-01 Pedro Alves <palves@redhat.com>
16800
16801 * boards/local-remote-host.exp: New file.
16802
16803 2014-05-01 Pedro Alves <palves@redhat.com>
16804
16805 * boards/local-remote-host.exp: Rename to ...
16806 * boards/local-remote-host-notty.exp: ... this.
16807
16808 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16809
16810 * gdb.ada/dyn_arrayidx: New testcase.
16811
16812 2014-04-26 Yao Qi <yao@codesourcery.com>
16813
16814 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16815 and compute the length of function main. Save it in
16816 $main_length.
16817 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16818 (top-level): Use gdb_compile to compile objects into
16819 executable and restart GDB. Remove invocation to
16820 prepare_for_testing.
16821
16822 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16823 Pedro Alves <palves@redhat.com>
16824
16825 PR server/16255
16826 * gdb.multi/multi-attach.c: New file.
16827 * gdb.multi/multi-attach.exp: New file.
16828
16829 2014-04-25 Pedro Alves <palves@redhat.com>
16830
16831 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16832 user.
16833 (top level): Test that "set remote conditional-breakpoints-packet
16834 off" works as intended.
16835 * gdb.base/dprintf.exp: Test that "set remote
16836 breakpoint-commands-packet off" works as intended.
16837 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16838 New function.
16839 (top level): Call it.
16840 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16841 remote fast-tracepoints-packet off" works as intended.
16842 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16843 * lib/gdb.exp (gdb_is_target_remote): ... here.
16844
16845 2014-04-24 David Blaikie <dblaikie@gmail.com>
16846
16847 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16848 ensure clang would not discard them.
16849 * gdb.base/gdbvars.c: Ditto.
16850 * gdb.base/memattr.c: Ditto.
16851 * gdb.base/whatis.c: Ditto.
16852 * gdb.python/py-prettyprint.c: Ditto.
16853 * gdb.trace/actions.c: Ditto.
16854 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16855 ensure clang would not discard it.
16856
16857 2014-04-24 David Blaikie <dblaikie@gmail.com>
16858
16859 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16860 clang to emit the full definition of type required by the test
16861 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16862
16863 2014-04-24 David Blaikie <dblaikie@gmail.com>
16864
16865 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16866 coax Clang into emitting the definition of the type.
16867 * gdb.cp/pr10728-x.h (y): Ditto.
16868 * gdb.cp/pr10728-y.cc (y): Ditto.
16869
16870 2014-04-24 David Blaikie <dblaikie@gmail.com>
16871
16872 * gdb.base/label.exp: XFAIL label related tests under Clang.
16873 * gdb.cp/cplabel.exp: Ditto.
16874 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16875 under Clang those using labels.
16876
16877 2014-04-25 Yao Qi <yao@codesourcery.com>
16878
16879 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16880 double_label.
16881 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16882 partial_label and double_label.
16883
16884 2014-04-24 David Blaikie <dblaikie@gmail.com>
16885
16886 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16887
16888 2014-04-24 David Blaikie <dblaikie@gmail.com>
16889
16890 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16891 of the function to work across GCC and Clang.
16892 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16893 pointer types (const void ** const V void **).
16894
16895 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16896 Walfred Tedeschi <walfred.tedeschi@intel.com>
16897
16898 * Makefile.in (EXECUTABLES): Added i386-avx512.
16899 * gdb.arch/i386-avx512.c: New file.
16900 * gdb.arch/i386-avx512.exp: Likewise.
16901
16902 2014-04-23 Keith Seitz <keiths@redhat.com>
16903
16904 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16905 (mi_make_breakpoint_table): New procedure.
16906 (mi_create_breakpoint): Use mi_make_breakpoint
16907 and return the result.
16908 (mi_make_breakpoint): New procedure.
16909 (mi_build_kv_pairs): New procedure.
16910
16911 * gdb.mi/mi-break.exp: Remove unused globals,
16912 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16913 All callers updated.
16914 * gdb.mi/mi-dprintf.exp: Use variable to track command
16915 number.
16916 Update all callers of mi_create_breakpoint and use
16917 mi_make_breakpoint_table.
16918 Remove any unused global variables.
16919 * gdb.mi/mi-nonstop.exp: Likewise.
16920 * gdb.mi/mi-nsintrall.exp: Likewise.
16921 * gdb.mi/mi-nsmoribund.exp: Likewise.
16922 * gdb.mi/mi-nsthrexec.exp: Likewise.
16923 * gdb.mi/mi-reverse.exp: Likewise.
16924 * gdb.mi/mi-simplerun.exp: Likewise.
16925 * gdb.mi/mi-stepn.exp: Likewise.
16926 * gdb.mi/mi-syn-frame.exp: Likewise.
16927 * gdb.mi/mi-until.exp: Likewise.
16928 * gdb.mi/mi-var-cp.exp: Likewise.
16929 * gdb.mi/mi-var-display.exp: Likewise.
16930 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16931 * gdb.mi/mi2-var-child.exp: Likewise.
16932 * gdb.mi/mi-vla-c99.exp: Likewise.
16933 * lib/mi-support.exp: Likewise.
16934
16935 From Ian Lance Taylor <iant@cygnus.com>:
16936 * lib/gdb.exp (parse_args): New procedure.
16937
16938 2014-04-23 Pedro Alves <palves@redhat.com>
16939
16940 * gdb.base/break-unload-file.c: New file.
16941 * gdb.base/break-unload-file.exp: New file.
16942 * gdb.base/sym-file-lib.c (baz): New function.
16943 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16944 field.
16945 (load): Store the segment's mapped size.
16946 (unload): New function.
16947 (unload_shlib): New function.
16948 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16949 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16950 set a breakpoint at baz, and call it.
16951 * gdb.base/sym-file.exp: New tests for stale breakpoint
16952 instructions.
16953
16954 2014-04-23 Pedro Alves <palves@redhat.com>
16955
16956 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16957 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16958 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16959 * gdb.base/hbreak-unmapped.c: New file.
16960 * gdb.base/hbreak-unmapped.exp: New file.
16961 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16962 * lib/gdb.exp (gdb_is_target_remote): ... here.
16963
16964 2014-04-22 Pedro Alves <palves@redhat.com>
16965
16966 * gdb.base/consecutive-step-over.c: New file.
16967 * gdb.base/consecutive-step-over.exp: New file.
16968
16969 2014-04-22 Pedro Alves <palves@redhat.com>
16970
16971 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16972 instead of send_gdb/gdb_expect.
16973
16974 2014-04-22 Yao Qi <yao@codesourcery.com>
16975
16976 * lib/trace-support.exp (generate_tracefile): New procedure.
16977 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16978 return 0.
16979 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16980 if generate_tracefile returns 1.
16981
16982 2014-04-18 Tom Tromey <palves@redhat.com>
16983 Pedro alves <tromey@redhat.com>
16984
16985 PR backtrace/15558
16986 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16987 with a backtrace limit.
16988 * gdb.python/py-frame-inline.exp: Test running to an inline
16989 function with a backtrace limit, and printing the newest frame.
16990 * gdb.python/py-frame-inline.c (main): Call f.
16991
16992 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16993
16994 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16995
16996 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16997
16998 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16999 Drop prefix from unsupported source file path.
17000
17001 2014-04-17 Yao Qi <yao@codesourcery.com>
17002
17003 * lib/gdb.exp (with_target_charset): New proc.
17004 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17005 with_target_charset.
17006 (test_print_strings): Likewise.
17007 (test_repeat_bytes): Likewise.
17008 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17009 for some tests.
17010
17011 2014-04-16 Keith Seitz <keiths@redhat.com>
17012
17013 PR gdb/15827
17014 * gdb.dwarf2/corrupt.c: New file.
17015 * gdb.dwarf2/corrupt.exp: New file.
17016
17017 2014-04-16 Keith Seitz <keiths@redhat.com>
17018
17019 PR c++/16597
17020 * gdb.cp/namelessclass.cc: New file.
17021 * gdb.cp/namelessclass.exp: New file.
17022 * gdb.cp/namelessclass.S: New file.
17023
17024 2014-04-16 Doug Evans <dje@google.com>
17025
17026 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17027 Add comment.
17028 (gdbserver_default_get_comm_port): New function.
17029 (gdbserver_start): Check if board file provided
17030 "gdbserver,get_comm_port" and use it if so.
17031 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17032 (gdb,socketport): Set to "stdio".
17033 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17034 (stdio_gdbserver_template): Delete.
17035 (${board}_get_remote_address): Update.
17036 (${board}_build_remote_cmd): Delete.
17037 (${board}_get_comm_port): New function.
17038 (${board}_spawn): Update.
17039 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17040 Delete.
17041 (${board}_get_remote_address): Update.
17042 (${board}_get_comm_port): New function.
17043
17044 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17045
17046 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17047 appearing in any order.
17048
17049 2014-04-15 Doug Evans <dje@google.com>
17050
17051 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17052 uninitialized value of "description".
17053
17054 2014-04-15 Keith Seitz <keiths@redhat.com>
17055
17056 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17057 Remove unused globals.
17058 (test_running_the_program): Likewise.
17059 (test_controlled_execution): Likewise.
17060 (test_controlling_breakpoints): Likewise.
17061 (test_program_termination): Likewise.
17062
17063 2014-04-15 Keith Seitz <keiths@redhat.com>
17064
17065 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17066 unused globals.
17067 (test_rbreak_creation_and_listing): Likewise.
17068 (test_ignore_count): Likewise.
17069 (test_error): Likewise.
17070
17071 2014-04-15 Pedro Alves <palves@redhat.com>
17072
17073 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17074 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17075 sym-file-loader.c.
17076 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17077 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17078 to sym-file-loader.c.
17079 (struct library): Forward declare.
17080 (load_shlib, lookup_function): Change prototypes.
17081 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17082 (translate_offset): Remove declarations.
17083 (get_text_addr): New declaration.
17084 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17085 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17086 sym-file-loader.h.
17087 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17088 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17089 here from sym-file-loader.h.
17090 (struct library): New structure.
17091 (load_shlib, lookup_function): Change prototypes and adjust to
17092 work with a struct library.
17093 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17094 (translate_offset): Make static.
17095 (get_text_addr): New function.
17096 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17097
17098 2014-04-15 Pedro Alves <palves@redhat.com>
17099
17100 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17101
17102 2014-04-15 Pedro Alves <palves@redhat.com>
17103
17104 * gdb.base/sym-file-loader.c: Include <limits.h>.
17105 (SELF_LINK): New define.
17106 (get_origin): New function.
17107 (load_shlib): Use it.
17108 * gdb.base/sym-file.exp: Don't early return if the target is
17109 remote. Use runto_main, and issue fail is that fails. Use
17110 gdb_load_shlibs.
17111 (shlib_name): Delete.
17112 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17113
17114 2014-04-15 Pedro Alves <palves@redhat.com>
17115
17116 * gdb.base/sym-file.exp: Remove regex characters from test
17117 message. Don't refer to breakpoint numbers in test messages.
17118
17119 2014-04-14 Keith Seitz <keiths@redhat.com>
17120
17121 PR c++/16253
17122 * gdb.cp/var-tag.cc: New file.
17123 * gdb.cp/var-tag.exp: New file.
17124 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17125 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17126 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17127 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17128
17129 2014-04-14 Tom Tromey <tromey@redhat.com>
17130
17131 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17132 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17133 type.
17134 * gdb.cp/enum-class.exp: New file.
17135 * gdb.cp/enum-class.cc: New file.
17136
17137 2014-04-14 Tom Tromey <tromey@redhat.com>
17138
17139 * gdb.dwarf2/enum-type.exp: New file.
17140
17141 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17142
17143 * gdb.mi/mi-vla-c99.exp: New file.
17144 * gdb.mi/vla.c: New file.
17145
17146 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17147
17148 * gdb.base/vla-datatypes.c: New file.
17149 * gdb.base/vla-datatypes.exp: New file.
17150
17151 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17152
17153 * gdb.base/vla-ptr.c: New file.
17154 * gdb.base/vla-ptr.exp: New file.
17155
17156 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17157
17158 * gdb.dwarf2/count.exp: New file.
17159
17160 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17161
17162 * gdb.base/vla-sideeffect.c: New file.
17163 * gdb.base/vla-sideeffect.exp: New file.
17164
17165 2014-04-14 David Blaikie <dblaikie@gmail.com>
17166
17167 * gdb.mi/non-stop.c: Add return value for non-void function return
17168 statement.
17169 * gdb.threads/staticthreads.c: Ditto.
17170
17171 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17172 Doug Evans <xdje42@gmail.com>
17173
17174 * gdb.guile/scm-value.c: Improve test case.
17175 * gdb.guile/scm-value.exp: Add new test.
17176
17177 2014-04-11 David Blaikie <dblaikie@gmail.com>
17178
17179 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17180 override Clang's default.
17181
17182 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17183
17184 Revert the following changes (regressions):
17185
17186 * gdb.base/vla-sideeffect.c: New file.
17187 * gdb.base/vla-sideeffect.exp: New file.
17188
17189 * gdb.dwarf2/count.exp: New file.
17190
17191 * gdb.base/vla-multi.c: New file.
17192 * gdb.base/vla-multi.exp: New file.
17193
17194 * gdb.base/vla-ptr.c: New file.
17195 * gdb.base/vla-ptr.exp: New file.
17196
17197 * gdb.base/vla-datatypes.c: New file.
17198 * gdb.base/vla-datatypes.exp: New file.
17199
17200 * gdb.mi/mi-vla-c99.exp: New file.
17201 * gdb.mi/vla.c: New file.
17202
17203 2014-04-11 Keith Seitz <keiths@redhat.com>
17204
17205 PR c++/16675
17206 * gdb.cp/cpsizeof.exp: New file.
17207 * gdb.cp/cpsizeof.cc: New file.
17208
17209 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17210
17211 * gdb.mi/mi-vla-c99.exp: New file.
17212 * gdb.mi/vla.c: New file.
17213
17214 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17215
17216 * gdb.base/vla-datatypes.c: New file.
17217 * gdb.base/vla-datatypes.exp: New file.
17218
17219 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17220
17221 * gdb.base/vla-ptr.c: New file.
17222 * gdb.base/vla-ptr.exp: New file.
17223
17224 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17225
17226 * gdb.base/vla-multi.c: New file.
17227 * gdb.base/vla-multi.exp: New file.
17228
17229 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17230
17231 * gdb.dwarf2/count.exp: New file.
17232
17233 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17234
17235 * gdb.base/vla-sideeffect.c: New file.
17236 * gdb.base/vla-sideeffect.exp: New file.
17237
17238 2014-04-11 Yao Qi <yao@codesourcery.com>
17239
17240 * gdb.base/completion.exp: Check file exists before running tests
17241 on file completion.
17242
17243 2014-04-10 Pedro Alves <palves@redhat.com>
17244
17245 * gdb.base/cond-eval-mode.c: New file.
17246 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17247 prepare_for_testing to build the new file. Check result of
17248 runto_main.
17249 (test_break, test_watch): New procedures.
17250 (top level): Use them.
17251
17252 2014-04-08 Pierre Muller <muller@sourceware.org>
17253
17254 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17255 Ctrl-V use for mingw hosts.
17256
17257 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17258
17259 * gdb.python/py-value.c: Improve test case.
17260 * gdb.python/py-value.exp: Add new test.
17261
17262 2014-04-07 David Blaikie <dblaikie@gmail.com>
17263
17264 * lib/compiler.c: Identify the clang compiler.
17265 * lib/compiler.cc: Ditto.
17266
17267 2014-04-03 Yao Qi <yao@codesourcery.com>
17268
17269 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17270
17271 2014-04-01 Anton Blanchard <anton@samba.org>
17272
17273 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17274 messages unique.
17275
17276 2014-04-01 Anton Blanchard <anton@samba.org>
17277
17278 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17279 prepare_for_testing.
17280
17281 2014-04-01 Anton Blanchard <anton@samba.org>
17282
17283 * gdb.arch/ppc64-atomic-inst.c: Remove.
17284 * gdb.arch/ppc64-atomic-inst.S: New file.
17285 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17286
17287 2014-03-31 Doug Evans <dje@google.com>
17288
17289 * gdb.base/print-symbol-loading-lib.c: New file.
17290 * gdb.base/print-symbol-loading-main.c: New file.
17291 * gdb.base/print-symbol-loading.exp: New file.
17292
17293 2014-03-31 Yao Qi <yao@codesourcery.com>
17294
17295 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17296
17297 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17298
17299 * gdb.ada/mi_dyn_arr: New testcase.
17300
17301 2014-03-27 Doug Evans <dje@google.com>
17302
17303 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17304
17305 2014-03-27 Yao Qi <yao@codesourcery.com>
17306
17307 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17308 if target is nios2-*-*.
17309
17310 2014-03-26 Yao Qi <yao@codesourcery.com>
17311
17312 * lib/gdb.exp (readline_is_used): New proc.
17313 * gdb.base/completion.exp: Move tests on command complete up.
17314 Skip the rest of tests if readline is not used.
17315 * gdb.ada/complete.exp: Skp the test if readline is not
17316 used.
17317 * gdb.base/filesym.exp: Likewise.
17318 * gdb.base/macscp.exp: Likewise.
17319 * gdb.base/readline-ask.exp: Likewise.
17320 * gdb.base/readline.exp: Likewise.
17321 * gdb.python/py-cmd.exp: Likewise.
17322 * gdb.trace/tfile.exp: Likewise.
17323
17324 2014-03-26 Yao Qi <yao@codesourcery.com>
17325
17326 * gdb.base/macscp.exp: Fix code format issues.
17327
17328 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17329
17330 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17331 * gdb.asm/powerpc64le.inc: New file.
17332
17333 2014-03-25 Pedro Alves <palves@redhat.com>
17334 Doug Evans <dje@google.com>
17335
17336 * gdb.base/source-execution.c: New file.
17337 * gdb.base/source-execution.exp: New file.
17338 * gdb.base/source-execution.gdb: New file.
17339
17340 2014-03-24 Doug Evans <dje@google.com>
17341
17342 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17343 using fission.
17344
17345 2014-03-24 Hui Zhu <hui@codesourcery.com>
17346 Pedro Alves <palves@redhat.com>
17347
17348 PR breakpoints/16101
17349 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17350 test pass/fail messages. Detect missing support for dprintf when
17351 breakpoints are actually inserted.
17352 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17353 breakpoints are actually inserted.
17354 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17355 fails.
17356
17357 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17358
17359 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17360
17361 2014-03-22 Doug Evans <xdje42@gmail.com>
17362
17363 * gdb.python/python.exp (python not supported): Verify multi-line
17364 python command issues an error.
17365 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17366 guile command issues an error.
17367
17368 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17369
17370 * gdb.threads/thread-specific.exp: Handle the lack of usable
17371 $this_breakpoint and $this_thread.
17372
17373 2014-03-21 Hui Zhu <hui@codesourcery.com>
17374
17375 * gdb.base/attach.exp (do_command_attach_tests): New.
17376
17377 2014-03-20 Tom Tromey <tromey@redhat.com>
17378 Pedro Alves <palves@redhat.com>
17379
17380 PR cli/15718
17381 * gdb.base/condbreak-call-false.c: New file.
17382 * gdb.base/condbreak-call-false.exp: New file.
17383
17384 2014-03-20 Pedro Alves <palves@redhat.com>
17385
17386 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17387 Delete.
17388 (block_signals, unblock_signals): Delete.
17389 (child_function_2, main): Remove references to deleted variable
17390 and functions.
17391
17392 2014-03-20 Pedro Alves <palves@redhat.com>
17393
17394 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17395 Use pthread_kill to signal thread 2.
17396 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17397 Adjust to make the test send itself a signal rather than using the
17398 host's "kill" command.
17399
17400 2014-03-20 Pedro Alves <palves@redhat.com>
17401
17402 * gdb.threads/multiple-step-overs.c: New file.
17403 * gdb.threads/multiple-step-overs.exp: New file.
17404 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17405 Adjust expected infrun debug output.
17406
17407 2014-03-20 Pedro Alves <palves@redhat.com>
17408
17409 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17410 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17411
17412 2014-03-20 Pedro Alves <palves@redhat.com>
17413
17414 PR breakpoints/7143
17415 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17416 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17417 of gdb_test_multiple.
17418 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17419 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17420
17421 2014-03-20 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17424 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17425
17426 2014-03-19 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.base/async.exp: Remove early return.
17429
17430 2014-03-19 Pedro Alves <palves@redhat.com>
17431
17432 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17433
17434 2014-03-19 Pedro Alves <palves@redhat.com>
17435
17436 * gdb.base/async.exp (test_background): Expect \r\n after
17437 "completed." in the fail pattern.
17438
17439 2014-03-19 Pedro Alves <palves@redhat.com>
17440
17441 * gdb.base/async.exp (test_background): New procedure.
17442 Use it for all background execution command tests.
17443
17444 2014-03-19 Pedro Alves <palves@redhat.com>
17445
17446 * gdb.base/async.exp: Use prepare_for_testing.
17447
17448 2014-03-19 Pedro Alves <palves@redhat.com>
17449
17450 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17451 the same line.
17452
17453 2014-03-19 Pedro Alves <palves@redhat.com>
17454
17455 * gdb.base/async.c (main): Add "jump here" and "until here" line
17456 marker comments.
17457 * gdb.base/async.exp (jump_here): New global.
17458 (jump& test): Use it.
17459 (until_here): New global.
17460 (until& test): Use it.
17461
17462 2014-03-19 Pedro Alves <palves@redhat.com>
17463
17464 * gdb.base/async.exp: Don't frob gdb_protocol.
17465
17466 2014-03-18 Doug Evans <xdje42@gmail.com>
17467
17468 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17469 Fix spelling of exec-done-display.
17470
17471 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17472
17473 PR gdb/15358
17474 * gdb.base/gdb-sigterm.c: New file.
17475 * gdb.base/gdb-sigterm.exp: New file.
17476
17477 2014-03-18 Pedro Alves <palves@redhat.com>
17478
17479 PR gdb/13860
17480 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17481 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17482 solib-event.
17483
17484 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17485
17486 * gdb.ada/pckd_arr_ren: New testcase.
17487
17488 2014-03-13 Doug Evans <xdje42@gmail.com>
17489
17490 PR guile/16612
17491 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17492 collect after discarding symbols.
17493
17494 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17495 Doug Evans <xdje42@gmail.com>
17496
17497 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17498 to history survives a gc.
17499
17500 2014-03-13 Pedro Alves <palves@redhat.com>
17501
17502 * gdb.base/default.exp: Don't test "target procfs".
17503
17504 2014-03-13 Pedro Alves <palves@redhat.com>
17505
17506 * gdb.base/default.exp: Update "target child" and "target procfs"
17507 tests to not expect "Unix".
17508
17509 2014-03-12 Tom Tromey <tromey@redhat.com>
17510
17511 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17512 New procs. Add target-async tests.
17513 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17514 Add target-async tests.
17515
17516 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17517
17518 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17519 'func_start' and 'func_end' for the beginning and end of the
17520 function code, respectively.
17521 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17522 'func_end' instead of 'func' and 'main'.
17523
17524 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17525
17526 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17527 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17528 generate the debug info assembler source.
17529
17530 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17531
17532 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17533 * gdb.dwarf2/arr-subrange.exp: Likewise.
17534 * gdb.dwarf2/dwz.exp: Likewise.
17535 * gdb.dwarf2/method-ptr.exp: Likewise.
17536 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17537 * gdb.dwarf2/subrange.exp: Likewise.
17538 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17539 * gdb.dwarf2/implptrpiece.exp: Likewise.
17540 * gdb.dwarf2/nostaticblock.exp: Likewise.
17541
17542 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17543
17544 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17545 directory to absolute path name arguments.
17546
17547 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17548
17549 * gdb.ada/tagged_access: New testcase.
17550
17551 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17552
17553 * gdb.btrace/data.exp: Update expected output.
17554
17555 2014-03-06 Yao Qi <yao@codesourcery.com>
17556
17557 * gdb.trace/pr16508.exp: New file.
17558
17559 2014-03-05 Pedro Alves <palves@redhat.com>
17560
17561 PR gdb/16575
17562 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17563 procedure.
17564 (top level): Adjust to use it. Add tests that exercise breakpoint
17565 interaction with the code-cache.
17566
17567 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17568
17569 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17570 test for 'history-append!'.
17571
17572 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17573
17574 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17575 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17576 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17577 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17578 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17579 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17580
17581 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17582
17583 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17584 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17585 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17586
17587 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17588
17589 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17590
17591 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17592
17593 * gdb.dwarf2/arr-stride.c: New file.
17594 * gdb.dwarf2/arr-stride.exp: New file.
17595
17596 2014-02-26 Pedro Alves <palves@redhat.com>
17597
17598 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17599 that won't ever trigger. Make sure that GDB reports the correct
17600 breakpoint that caused the stop.
17601
17602 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17603
17604 PR gdb/16626
17605 * gdb.base/auto-load-script: New file.
17606 * gdb.base/auto-load.c: New file.
17607 * gdb.base/auto-load.exp: New file.
17608
17609 PR gdb/16626
17610 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17611
17612 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17613
17614 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17615 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17616
17617 2014-02-24 Doug Evans <dje@google.com>
17618
17619 * lib/gdb.exp (run_on_host): Log error output if program fails.
17620
17621 2014-02-21 Pedro Alves <palves@redhat.com>
17622
17623 * gdb.threads/step-after-sr-lock.c: Rename to ...
17624 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17625 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17626 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17627 ... this.
17628
17629 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17630
17631 PR tdep/16397
17632 * gdb.arch/amd64-stap-special-operands.exp: New file.
17633 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17634 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17635 * gdb.arch/amd64-stap-triplet.S: Likewise.
17636 * gdb.arch/amd64-stap-triplet.c: Likewise.
17637
17638 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17639
17640 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17641 in .section pseudo-op.
17642
17643 2014-02-20 lin zuojian <manjian2006@gmail.com>
17644 Joel Brobecker <brobecker@adacore.com>
17645 Doug Evans <xdje42@gmail.com>
17646
17647 PR symtab/16581
17648 * gdb.dwarf2/dw2-icycle.S: New file.
17649 * gdb.dwarf2/dw2-icycle.c: New file.
17650 * gdb.dwarf2/dw2-icycle.exp: New file.
17651
17652 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17653
17654 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17655 operations on gdb.Value objects.
17656 * gdb.python/py-value-cc.exp: Add new test to test operations on
17657 gdb.Value objects.
17658
17659 2014-02-18 Doug Evans <dje@google.com>
17660
17661 * Makefile.in (TESTS): New variable.
17662 (expanded_tests, expanded_tests_or_none): New variables
17663 (check-single): Pass $(expanded_tests_or_none) to runtest.
17664 (check-parallel): Only run tests in $(TESTS) if non-empty.
17665 (check/no-matching-tests-found): New rule.
17666 * README: Document TESTS makefile variable.
17667
17668 2014-02-18 Doug Evans <dje@google.com>
17669
17670 * Makefile.in (check-parallel): rm -rf outputs temp.
17671
17672 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17673
17674 Fix "ERROR: no fileid for" in the testsuite.
17675 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17676
17677 2014-02-12 Doug Evans <dje@google.com>
17678
17679 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17680 (MISCELLANEOUS): New variable.
17681 (clean): rm -rf $(MISCELLANEOUS).
17682 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17683 dwp live in the same directory as symlinks, with each symlink pointed
17684 to a differently named file in a different directory.
17685
17686 2014-02-11 Doug Evans <dje@google.com>
17687
17688 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17689 of Tcl file commands.
17690
17691 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17692
17693 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17694 "kill -SIGUSR1 -1".
17695
17696 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17697
17698 * gdb.ada/tick_length_array_enum_idx: New testcase.
17699
17700 2014-02-10 Doug Evans <xdje42@gmail.com>
17701
17702 * configure.ac (AC_OUTPUT): Add gdb.guile.
17703 * configure: Regenerate.
17704 * lib/gdb-guile.exp: New file.
17705 * lib/gdb.exp (get_target_charset): New function.
17706 * gdb.base/help.exp: Update expected output from "apropos apropos".
17707 * gdb.guile/Makefile.in: New file.
17708 * gdb.guile/guile.exp: New file.
17709 * gdb.guile/scm-arch.c: New file.
17710 * gdb.guile/scm-arch.exp: New file.
17711 * gdb.guile/scm-block.c: New file.
17712 * gdb.guile/scm-block.exp: New file.
17713 * gdb.guile/scm-breakpoint.c: New file.
17714 * gdb.guile/scm-breakpoint.exp: New file.
17715 * gdb.guile/scm-disasm.c: New file.
17716 * gdb.guile/scm-disasm.exp: New file.
17717 * gdb.guile/scm-equal.c: New file.
17718 * gdb.guile/scm-equal.exp: New file.
17719 * gdb.guile/scm-error.exp: New file.
17720 * gdb.guile/scm-error.scm: New file.
17721 * gdb.guile/scm-frame-args.c: New file.
17722 * gdb.guile/scm-frame-args.exp: New file.
17723 * gdb.guile/scm-frame-args.scm: New file.
17724 * gdb.guile/scm-frame-inline.c: New file.
17725 * gdb.guile/scm-frame-inline.exp: New file.
17726 * gdb.guile/scm-frame.c: New file.
17727 * gdb.guile/scm-frame.exp: New file.
17728 * gdb.guile/scm-generics.exp: New file.
17729 * gdb.guile/scm-gsmob.exp: New file.
17730 * gdb.guile/scm-iterator.c: New file.
17731 * gdb.guile/scm-iterator.exp: New file.
17732 * gdb.guile/scm-math.c: New file.
17733 * gdb.guile/scm-math.exp: New file.
17734 * gdb.guile/scm-objfile-script-gdb.in: New file.
17735 * gdb.guile/scm-objfile-script.c: New file.
17736 * gdb.guile/scm-objfile-script.exp: New file.
17737 * gdb.guile/scm-objfile.c: New file.
17738 * gdb.guile/scm-objfile.exp: New file.
17739 * gdb.guile/scm-ports.exp: New file.
17740 * gdb.guile/scm-pretty-print.c: New file.
17741 * gdb.guile/scm-pretty-print.exp: New file.
17742 * gdb.guile/scm-pretty-print.scm: New file.
17743 * gdb.guile/scm-section-script.c: New file.
17744 * gdb.guile/scm-section-script.exp: New file.
17745 * gdb.guile/scm-section-script.scm: New file.
17746 * gdb.guile/scm-symbol.c: New file.
17747 * gdb.guile/scm-symbol.exp: New file.
17748 * gdb.guile/scm-symtab-2.c: New file.
17749 * gdb.guile/scm-symtab.c: New file.
17750 * gdb.guile/scm-symtab.exp: New file.
17751 * gdb.guile/scm-type.c: New file.
17752 * gdb.guile/scm-type.exp: New file.
17753 * gdb.guile/scm-value-cc.cc: New file.
17754 * gdb.guile/scm-value-cc.exp: New file.
17755 * gdb.guile/scm-value.c: New file.
17756 * gdb.guile/scm-value.exp: New file.
17757 * gdb.guile/source2.scm: New file.
17758 * gdb.guile/types-module.cc: New file.
17759 * gdb.guile/types-module.exp: New file.
17760
17761 2014-02-10 Yao Qi <yao@codesourcery.com>
17762
17763 PR testsuite/16543
17764 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17765 * configure: Regenerated.
17766 * Makefile.in: New file.
17767
17768 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17769
17770 * gdb.python/py-framefilter.exp: Fix typo.
17771
17772 2014-02-08 Yao Qi <yao@codesourcery.com>
17773
17774 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17775 that no =breakpoint-modified is emitted when breakpoints are
17776 modified through MI commands.
17777
17778 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17779 Pedro Alves <palves@redhat.com>
17780
17781 * gdb.threads/step-after-sr-lock.c: New file.
17782 * gdb.threads/step-after-sr-lock.exp: New file.
17783
17784 2014-02-07 Pedro Alves <palves@redhat.com>
17785
17786 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17787
17788 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17789
17790 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17791 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17792
17793 2014-02-06 Doug Evans <xdje42@gmail.com>
17794
17795 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17796 output.
17797
17798 * gdb.gdb/python-interrupts.exp: New file.
17799
17800 2014-02-05 Yao Qi <yao@codesourcery.com>
17801
17802 * gdb.trace/report.exp (use_collected_data): Test the output
17803 of "info threads" and "info inferiors".
17804
17805 2014-02-05 Yao Qi <yao@codesourcery.com>
17806
17807 Revert this patch:
17808
17809 2013-05-24 Yao Qi <yao@codesourcery.com>
17810
17811 * gdb.trace/tfile.exp: Test inferior and thread.
17812
17813 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17814
17815 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17816 on a function.
17817 * gdb.base/step-bt.c: Call hello via function pointer to make
17818 sure its first instruction is executed on powerpc64le-linux.
17819
17820 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17821
17822 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17823
17824 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17825
17826 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17827 of the test patterns for use on little-endian systems.
17828
17829 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17830
17831 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17832 (decimal_vector): Fix for little-endian.
17833
17834 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17835
17836 * gdb.arch/sparc-sysstep.exp: New file.
17837 * gdb.arch/sparc-sysstep.c: Likewise.
17838
17839 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17840
17841 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17842
17843 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17844
17845 2014-01-23 Tom Tromey <tromey@redhat.com>
17846
17847 * gdb.ada/array_char_idx: New testcase.
17848
17849 2014-01-23 Tom Tromey <tromey@redhat.com>
17850
17851 PR python/16487:
17852 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17853 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17854 classes.
17855
17856 2014-01-23 Tom Tromey <tromey@redhat.com>
17857
17858 PR python/16491:
17859 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17860 string from an inferior frame.
17861 * gdb.python/py-framefilter-mi.exp: Update.
17862
17863 2014-01-22 Doug Evans <dje@google.com>
17864
17865 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17866
17867 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17868
17869 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17870
17871 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17872
17873 * gdb.trace/entry-values.exp: Remove excess space character from
17874 regex patterns. Handle s390 call instruction.
17875
17876 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17877
17878 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17879 define "*_start" label. Make "name" static.
17880 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17881 ${name} by references to ${name}_start.
17882
17883 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17884
17885 * gdb.base/info-macros.exp: Remove "debug" from the compile
17886 options.
17887
17888 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17889
17890 * gdb.dlang/demangle.exp: New file.
17891
17892 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17893
17894 * gdb.dlang/primitive-types.exp: New file.
17895
17896 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17897
17898 * configure.ac: Create gdb.dlang/Makefile.
17899 * configure: Regenerate.
17900 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17901 * gdb.dlang/Makefile.in: New file.
17902 * lib/d-support.exp: New file.
17903 * lib/gdb.exp (skip_d_tests): New proc.
17904
17905 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17906
17907 * gdb.btrace/delta.exp: Check reverse stepi.
17908 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17909 * gdb.btrace/finish.exp: New.
17910 * gdb.btrace/next.exp: New.
17911 * gdb.btrace/nexti.exp: New.
17912 * gdb.btrace/record_goto.c: Add comments.
17913 * gdb.btrace/step.exp: New.
17914 * gdb.btrace/stepi.exp: New.
17915 * gdb.btrace/multi-thread-step.c: New.
17916 * gdb.btrace/multi-thread-step.exp: New.
17917 * gdb.btrace/rn-dl-bind.c: New.
17918 * gdb.btrace/rn-dl-bind.exp: New.
17919 * gdb.btrace/data.c: New.
17920 * gdb.btrace/data.exp: New.
17921 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17922
17923 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17924
17925 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17926 * gdb.btrace/exception.exp: Update.
17927 * gdb.btrace/instruction_history.exp: Update.
17928 * gdb.btrace/record_goto.exp: Update.
17929 * gdb.btrace/tailcall.exp: Update.
17930 * gdb.btrace/unknown_functions.exp: Update.
17931 * gdb.btrace/delta.exp: New.
17932
17933 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17934
17935 * gdb.btrace/record_goto.exp: Add backtrace test.
17936 * gdb.btrace/tailcall.exp: Add backtrace test.
17937
17938 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17939
17940 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17941 * gdb.btrace/record_goto.c: New.
17942 * gdb.btrace/record_goto.exp: New.
17943 * gdb.btrace/x86-record_goto.S: New.
17944
17945 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17946
17947 * gdb.btrace/function_call_history.exp: Update tests.
17948 * gdb.btrace/instruction_history.exp: Update tests.
17949
17950 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17951
17952 * gdb.btrace/function_call_history.exp: Fix expected field
17953 order for "record function-call-history".
17954 Add new tests for "record function-call-history /c".
17955 * gdb.btrace/exception.cc: New.
17956 * gdb.btrace/exception.exp: New.
17957 * gdb.btrace/tailcall.exp: New.
17958 * gdb.btrace/x86-tailcall.S: New.
17959 * gdb.btrace/x86-tailcall.c: New.
17960 * gdb.btrace/unknown_functions.c: New.
17961 * gdb.btrace/unknown_functions.exp: New.
17962 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17963
17964 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17965
17966 * gdb.btrace/instruction_history.exp: Update.
17967 * gdb.btrace/function_call_history.exp: Update.
17968
17969 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17970
17971 * gdb.btrace/function_call_history.exp: Fix expected function
17972 trace.
17973 * gdb.btrace/instruction_history.exp: Initialize traced.
17974 Remove traced_functions.
17975
17976 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17977
17978 * gdb.btrace/function_call_history.exp: Update
17979 * gdb.btrace/instruction_history.exp: Update.
17980
17981 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17982
17983 * gdb.btrace/enable.exp: Update expected text.
17984
17985 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17986
17987 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17988 bytes.
17989
17990 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17991
17992 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17993
17994 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17995
17996 * lib/gdb.exp (supports_process_record): Return true for
17997 arm*-linux*. (supports_reverse): Likewise.
17998
17999 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18000
18001 PR python/15464
18002 PR python/16113
18003 * gdb.python/py-type.c: Enhance test case.
18004 * gdb.python/py-value-cc.cc: Likewise
18005 * gdb.python/py-type.exp: Add new tests.
18006 * gdb.python/py-value-cc.exp: Likewise
18007
18008 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18009 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18012 Make "name" extern.
18013 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18014 references to ${name}_start by references to ${name}.
18015
18016 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18017
18018 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18019
18020 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18021
18022 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18023
18024 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18025 Pedro Alves <palves@redhat.com>
18026
18027 * gdb.mi/mi-info-os.exp: Connect to the target with
18028 mi_gdb_target_load.
18029
18030 2014-01-08 Pedro Alves <palves@redhat.com>
18031
18032 * gdb.threads/reconnect-signal.c: New file.
18033 * gdb.threads/reconnect-signal.exp: New file.
18034
18035 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18036
18037 * gdb.base/source-dir.exp: New file.
18038
18039 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18040
18041 * gdb.ada/mi_interface: New testcase.
18042
18043 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18044
18045 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18046 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18047 gdb.ada/pp-rec-component/pck.ads: New files.
18048
18049 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18050
18051 * gdb.python/py-pp-integral.c: New file.
18052 * gdb.python/py-pp-integral.py: New file.
18053 * gdb.python/py-pp-integral.exp: New file.
18054
18055 For older changes see ChangeLog-1993-2013.
18056 \f
18057 ;; Local Variables:
18058 ;; mode: change-log
18059 ;; left-margin: 8
18060 ;; fill-column: 74
18061 ;; version-control: never
18062 ;; End:
18063
18064 Copyright 2014-2020 Free Software Foundation, Inc.
18065 Copying and distribution of this file, with or without modification,
18066 are permitted provided the copyright notice and this notice are preserved.
This page took 0.426195 seconds and 4 git commands to generate.