[gdb/testsuite] Use -wrap and $gdb_test_name in gdb_test_multiple calls (2)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-10-25 Tom de Vries <tdevries@suse.de>
2
3 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4 gdb_test_multiple calls.
5 * gdb.reverse/sigall-reverse.exp: Same.
6 * gdb.reverse/solib-precsave.exp: Same.
7 * gdb.reverse/solib-reverse.exp: Same.
8 * gdb.reverse/until-precsave.exp: Same.
9 * gdb.reverse/until-reverse.exp: Same.
10
11 2019-10-24 Tom de Vries <tdevries@suse.de>
12
13 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
14 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
15 kfail using -wrap pattern flag and convenience variable
16 gdb_test_name.
17
18 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * gdb.python/py-progspace.exp: Add tests for the
21 Progspace.block_for_pc method.
22
23 2019-10-23 Tom Tromey <tom@tromey.com>
24
25 * configure: Rebuild.
26 * aclocal.m4: Use m4_include, not sinclude.
27
28 2019-10-21 Tom de Vries <tdevries@suse.de>
29
30 * gdb.base/infcall-nested-structs.c: Add
31 __attribute__((noinline,noclone)) to all functions.
32 (call_all): Add missing variable initialization. Simplify return value.
33 (breakpt): Increment volatile variable, to prevent call from being
34 optimized out.
35 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
36
37 2019-10-17 Tom de Vries <tdevries@suse.de>
38
39 * gdb.fortran/module.exp: Allow info variables to print info for files
40 other than module.f90.
41
42 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.fortran/module.exp: Extend with 'info variables' test.
45
46 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
49 F77_FOR_TARGET.
50
51 2019-10-16 Tom de Vries <tdevries@suse.de>
52
53 PR tdep/25096
54 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
55
56 2019-10-16 Tom de Vries <tdevries@suse.de>
57
58 PR tdep/24104
59 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
60 Add KFAIL for PR tdep/25096.
61
62 2019-10-16 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/25059
65 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
66
67 2019-10-16 Tom de Vries <tdevries@suse.de>
68
69 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
70 as signed.
71
72 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
73
74 * gdb.mi/list-thread-groups-available.exp: Read entries one by
75 one instead of increasing timeout.
76
77 2019-10-13 Tom de Vries <tdevries@suse.de>
78
79 PR record/25038
80 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
81 * gdb.reverse/sigall-reverse.exp: Same.
82 * gdb.reverse/solib-precsave.exp: Same.
83 * gdb.reverse/solib-reverse.exp: Same.
84 * gdb.reverse/step-precsave.exp: Same.
85 * gdb.reverse/until-precsave.exp: Same.
86 * gdb.reverse/until-reverse.exp: Same.
87 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
88
89 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
90
91 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
92 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
93 (cmp_struct_05_01, cmp_struct_static_02_01)
94 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
95 comparisons.
96
97 2019-10-10 Tom de Vries <tdevries@suse.de>
98
99 PR testsuite/24888
100 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
101 gnatlink.
102
103 2019-10-09 Tom de Vries <tdevries@suse.de>
104
105 PR testsuite/25048
106 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
107
108 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
111 exceptions due to missing debug information.
112
113 2019-10-07 Tom de Vries <tdevries@suse.de>
114
115 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
116
117 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
120 * gdb.base/annota1.exp: Update to use gdb_test_name.
121
122 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
123
124 * gdb.base/ctf-whatis.exp: New file.
125 * gdb.base/ctf-whatis.c: New file.
126 * gdb.base/ctf-ptype.exp: New file.
127 * gdb.base/ctf-ptype.c: New file.
128 * gdb.base/ctf-constvars.exp: New file.
129 * gdb.base/ctf-constvars.c: New file.
130 * gdb.base/ctf-cvexpr.exp: New file.
131
132 2019-10-04 Tom de Vries <tdevries@suse.de>
133
134 * gdb.cp/local-static.c (main): Move declaration of int i out of the
135 for loop.
136
137 2019-10-03 Tom Tromey <tom@tromey.com>
138
139 PR rust/24976:
140 * gdb.rust/simple.rs (Union2): New type.
141 (main): Use Union2.
142 * gdb.rust/simple.exp: Add test.
143
144 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
147 nested function prefix.
148
149 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
150 Richard Bunt <richard.bunt@arm.com>
151 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
154 nested functions.
155 * gdb.fortran/nested-funcs.f90: Update expected results.
156 * gdb.fortran/nested-funcs-2.exp: New file.
157 * gdb.fortran/nested-funcs-2.f90: New file.
158
159 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
160
161 * gdb.python/py-parameter.exp: Make test names unique.
162 * gdb.python/py-template.exp: Likewise.
163 * gdb.python/py-value.exp: Likewise.
164
165 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.base/break-interp.exp: Reduce test name duplication.
168 * gdb.base/call-sc.exp: Likewise.
169 * gdb.base/callfuncs.exp: Likewise.
170 * gdb.base/charset.exp: Likewise.
171 * gdb.base/dump.exp: Likewise.
172 * gdb.base/ena-dis-br.exp: Likewise.
173 * gdb.base/relational.exp: Likewise.
174 * gdb.base/step-over-syscall.exp: Likewise.
175 * gdb.base/structs.exp: Likewise.
176
177 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
178
179 * gdb.linespec/explicit.exp: Make test names unique.
180 * gdb.linespec/ls-errs.exp: Likewise.
181
182 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
183
184 * gdb.reverse/break-precsave.exp: Make test names unique.
185 * gdb.reverse/break-reverse.exp: Likewise.
186 * gdb.reverse/finish-precsave.exp: Likewise.
187 * gdb.reverse/finish-reverse.exp: Likewise.
188 * gdb.reverse/machinestate-precsave.exp: Likewise.
189 * gdb.reverse/machinestate.exp: Likewise.
190 * gdb.reverse/readv-reverse.exp: Likewise.
191 * gdb.reverse/recvmsg-reverse.exp: Likewise.
192 * gdb.reverse/sigall-precsave.exp: Likewise.
193 * gdb.reverse/sigall-reverse.exp: Likewise.
194 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
195 * gdb.reverse/watch-precsave.exp: Likewise.
196 * gdb.reverse/watch-reverse.exp: Likewise.
197
198 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
199
200 * gdb.threads/stop-with-handle.c: New file.
201 * gdb.threads/stop-with-handle.exp: New file.
202
203 2019-10-03 Tom de Vries <tdevries@suse.de>
204
205 PR testsuite/25059
206 * gdb.base/list-missing-source.exp: Allowing the "Compilation
207 directory" line to be missing.
208
209 2019-10-03 Tom de Vries <tdevries@suse.de>
210
211 PR testsuite/25059
212 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
213 type optional.
214
215 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
216
217 * gdb.python/py-format-string.c (string.h): New include.
218 (main): Fill a_struct_with_union.the_union.an_int with bytes of
219 the same value, for endianness-independence.
220 * gdb.python/py-format-string.exp (default_regexp_dict)
221 (test_pretty_structs, test_format): Adjust expected output to the
222 changed initialization.
223
224 2019-10-02 Tom Tromey <tromey@adacore.com>
225
226 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
227
228 2019-10-02 Pedro Alves <palves@redhat.com>
229 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
232 "print-file-var.h".
233 (this_version_id) Use ATTRIBUTE_VISIBILITY.
234 (get_version_1): Print this_version_id and its address.
235 Add extern "C" wrappers around interface functions.
236 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
237 "print-file-var.h".
238 (this_version_id) Use ATTRIBUTE_VISIBILITY.
239 (get_version_2): Print this_version_id and its address.
240 Add extern "C" wrappers around interface functions.
241 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
242 <stddef.h> and "print-file-var.h".
243 Add extern "C" wrappers around interface functions.
244 [VERSION_ID_MAIN] (this_version_id): Define.
245 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
246 * gdb.base/print-file-var.h: Add some #defines to simplify setting
247 up extern "C" blocks.
248 * gdb.base/print-file-var.exp (test): New, factored out from top
249 level.
250 (top level): Test all combinations of attribute hidden or not,
251 dlopen or not, and this_version_id symbol in main file or not.
252 Compile tests as both C++ and C, make test names unique.
253
254 2019-10-01 Tom Tromey <tom@tromey.com>
255
256 * gdb.base/style.exp: Test "show logging filename".
257
258 2019-10-01 Tom Tromey <tom@tromey.com>
259
260 * lib/gdb-utils.exp (style): Handle "metadata" argument.
261 * gdb.base/style.exp: Add metadata style test.
262
263 2019-10-01 Tom Tromey <tom@tromey.com>
264
265 * gdb.base/style.exp: Test "pwd".
266
267 2019-10-01 Tom Tromey <tom@tromey.com>
268
269 * gdb.base/style.exp: Update tests.
270
271 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
272
273 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
274 'six' to unsigned.
275 (s1): Initialize fields 'four' and 'six' instead of 'three' and
276 'five'. Use an all-ones bit pattern for each.
277 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
278 to its changed values.
279
280 2019-09-30 Tom Tromey <tromey@adacore.com>
281
282 * gdb.rust/traits.rs: Disable all warnings.
283
284 2019-09-29 Tom de Vries <tdevries@suse.de>
285
286 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
287
288 2019-09-29 Tom de Vries <tdevries@suse.de>
289
290 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
291
292 2019-09-27 Tom de Vries <tdevries@suse.de>
293
294 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
295
296 2019-09-27 Tom de Vries <tdevries@suse.de>
297
298 PR record/23188
299 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
300
301 2019-09-26 Tom Tromey <tromey@adacore.com>
302
303 * gdb.ada/py_taft.exp: New file.
304 * gdb.ada/py_taft/main.adb: New file.
305 * gdb.ada/py_taft/pkg.adb: New file.
306 * gdb.ada/py_taft/pkg.ads: New file.
307
308 2019-09-24 Tom de Vries <tdevries@suse.de>
309
310 PR gdb/24598
311 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
312
313 2019-09-22 Tom de Vries <tdevries@suse.de>
314
315 * gdb.base/restore.exp: Allow register variables to be optimized out at
316 -O0.
317
318 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
319
320 * gdb.arch/spu-info.exp: Remove file.
321 * gdb.arch/spu-info.c: Remove file.
322 * gdb.arch/spu-ls.exp: Remove file.
323 * gdb.arch/spu-ls.c: Remove file.
324
325 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
326 * gdb.asm/spu.inc: Remove file.
327
328 * gdb.base/dump.exp: Remove support for spu*-*-*.
329 * gdb.base/stack-checking.exp: Likewise.
330 * gdb.base/overlays.exp: Likewise.
331 * gdb.base/ovlymgr.c: Likewise.
332 * gdb.base/spu.ld: Remove file.
333
334 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
335 * gdb.cp/cpexprs.exp: Likewise.
336 * gdb.cp/exception.exp: Likewise.
337 * gdb.cp/gdb2495.exp: Likewise.
338 * gdb.cp/mb-templates.exp: Likewise.
339 * gdb.cp/pr9167.exp: Likewise.
340 * gdb.cp/userdef.exp: Likewise.
341
342 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
343
344 * gdb.cell: Remove directory.
345 * lib/cell.exp: Remove file.
346
347 2019-09-19 Tom de Vries <tdevries@suse.de>
348
349 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
350
351 2019-09-19 Tom de Vries <tdevries@suse.de>
352
353 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
354
355 2019-09-19 Tom de Vries <tdevries@suse.de>
356
357 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
358 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
359 (gdb_target_cmd): ... here.
360 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
361 value 2.
362
363 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * gdb.base/source-dir.exp: Avoid having directory names in test
366 names.
367
368 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.base/source-dir.exp: Add extra test for mapped compilation
371 directory.
372
373 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * gdb.base/list-missing-source.exp: New file.
376
377 2019-09-14 Tom de Vries <tdevries@suse.de>
378
379 PR teststuite/24599
380 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
381 * lib/ada.exp (gnatmake_version_at_least): New proc.
382
383 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * gdb.base/maint.exp: Use exec_has_index_section.
386
387 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * gdb.base/maint.exp: Add test for 'maint info sections'.
390
391 2019-09-12 Tom de Vries <tdevries@suse.de>
392
393 * gdb.base/store.exp: Allow register variables to be optimized out at
394 -O0.
395
396 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
397
398 * gdb.ada/rdv_wait.exp: Update to new task names.
399 * gdb.base/task_switch_in_core.exp: Likewise.
400 * gdb.base/info_sources_base.c: Likewise.
401
402 2019-09-10 Tom Tromey <tromey@adacore.com>
403
404 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
405
406 2019-09-10 Tom Tromey <tromey@adacore.com>
407
408 * gdb.ada/dgopt.exp: New file.
409 * gdb.ada/dgopt/x.adb: New file.
410
411 2019-09-08 Tom Tromey <tom@tromey.com>
412
413 * gdb.tui/resize.exp: Remove setup_xfail.
414 * gdb.tui/regs.exp: Remove setup_xfail.
415 * gdb.tui/basic.exp: Remove setup_xfail.
416
417 2019-09-06 David Blaikie <dblaikie@gmail.com>
418
419 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
420 * gdb.cp/cplabel.exp: Ditto.
421 * gdb.linespec/ls-errs.exp: Ditto.
422
423 2019-09-05 Tom de Vries <tdevries@suse.de>
424
425 * lib/gdb.exp (cmp_file_string): New proc.
426 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
427 runto_main. Verify save breakpoints output.
428
429 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
430
431 * gdb.base/info-var.exp: Test info variables without running
432 to main, to avoid expect's buffer overflow.
433
434 2019-09-03 Tom Tromey <tromey@adacore.com>
435
436 * gdb.ada/bias.exp: New file.
437 * gdb.ada/bias/bias.adb: New file.
438 * gdb.ada/print_chars.exp: Add regression test.
439 * gdb.ada/print_chars/foo.adb (My_Character): New type.
440 (MC): New variable.
441
442 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
443
444 * gdb.base/argv0-symlink.exp: Run only on native target
445 and local host.
446
447 2019-08-29 Tom de Vries <tdevries@suse.de>
448
449 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
450 diverse debug info.
451 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
452
453 2019-08-28 Tom de Vries <tdevries@suse.de>
454
455 * gdb.base/info-var.exp: Allow info variables to print info for files
456 other than info-var-f1.c and info-var-f2.c.
457
458 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.fortran/info-types.exp: Add module.
461 * gdb.fortran/info-types.f90: Update expected results.
462
463 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
464
465 * gdb.fortran/info-types.exp: New file.
466 * gdb.fortran/info-types.f90: New file.
467 * lib/fortran.exp (fortran_character1): New proc.
468
469 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
472 functions'. Reindent as needed.
473 * gdb.base/info-var-f1.c: New file.
474 * gdb.base/info-var-f2.c: New file.
475 * gdb.base/info-var.exp: New file.
476 * gdb.base/info-var.h: New file.
477
478 2019-08-26 Tom de Vries <tdevries@suse.de>
479
480 PR c++/24852
481 * gdb.cp/no-libstdcxx-probe.exp: New test.
482
483 2019-08-26 Tom de Vries <tdevries@suse.de>
484
485 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
486 * tests need to be skipped.
487 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
488 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
489 mi_skip_libstdcxx_probe_tests.
490
491 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
492
493 * gdb.python/py-xmethods.exp: Use raw strings when passing
494 arguments to SimpleXMethodMatcher.
495
496 2019-08-22 Tom de Vries <tdevries@suse.de>
497
498 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
499 more informative.
500
501 2019-08-21 Pedro Alves <palves@redhat.com>
502
503 * gdb.base/with.exp: Test "with" with no arguments.
504
505 2019-08-21 Tom de Vries <tdevries@suse.de>
506
507 * gdb.base/gdb-caching-proc.exp: Sort files.
508
509 2019-08-20 Tom de Vries <tdevries@suse.de>
510
511 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
512 compilation.
513
514 2019-08-16 Tom de Vries <tdevries@suse.de>
515
516 * gdb.base/compare-sections.exp ("after run to main"): Allow
517 mismatched read-only sections for PIE executables.
518
519 2019-08-16 Tom Tromey <tom@tromey.com>
520
521 * lib/tuiterm.exp (_csi_Z): New proc.
522 * gdb.tui/basic.exp: Update window positions.
523 * gdb.tui/empty.exp: Update window positions.
524
525 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
526
527 * gdb.base/examine-backward.exp: Correct regexp for
528 "examine 3 bytes backward from ${address_zero}".
529
530 2019-08-15 Tom Tromey <tom@tromey.com>
531
532 * gdb.tui/empty.exp: Enable resizing tests.
533
534 2019-08-15 Tom Tromey <tromey@adacore.com>
535
536 * gdb.ada/char_enum.exp: Add regression tests.
537 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
538 and '0'.
539 (Char, Gchar): Update.
540 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
541
542 2019-08-15 Christian Biesinger <cbiesinger@google.com>
543
544 * gdb.python/python.exp: Expect a leading underscore on
545 GdbOutput{,Error}File.
546
547 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
548
549 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
550 Windows host.
551
552 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
553
554 * gdb.base/batch-preserve-term-settings.exp
555 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
556
557 2019-08-15 Christian Biesinger <cbiesinger@google.com>
558
559 * lib/gdb.exp: When running on a mingw target, replace
560 /x/ with x:/.
561
562 2019-08-14 Alan Hayward <alan.hayward@arm.com>
563
564 * gdb.arch/aarch64-prologue.c: New test.
565 * gdb.arch/aarch64-prologue.exp: New file.
566
567 2019-08-13 Tom de Vries <tdevries@suse.de>
568
569 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
570 Thread.
571
572 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
573
574 * gdb.python/py-completion.exp: Download the .py file to the host
575 and use its host pathname. Conditionalize tests that use
576 tab completion and manipulate files on the build machine.
577 * gdb.python/py-events.exp: Download the .py file to the host
578 and use its host pathname.
579 * gdb.python/py-evsignal.exp: Likewise.
580 * gdb.python/py-evthreads.exp: Likewise.
581 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
582 pathname syntax.
583 * gdb.python/py-framefilter.exp: Download the .py file to the right
584 place on the host. Match Windows pathname syntax.
585 * gdb.python/py-mi-var-info-path-expression.exp: Download the
586 .py file to the host and use its host pathname.
587 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
588 * gdb.python/py-objfile.exp: Expect a host pathname, not a
589 build pathname. Skip symlink test on Windows host. Add missing
590 newline at end of file.
591 * gdb.python/py-pp-maint.exp: Download the .py file to the host
592 and use its host pathname.
593 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
594 * gdb.python/py-section-script.exp: Use host location of binfile
595 on safe-path. Use correct path separator on Windows host.
596 Reorder alternatives in gdb_test_multiple to prevent matching
597 the wrong alternative on success.
598 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
599
600 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
601
602 * gdb.gdb/selftest.exp (test_with_self): Update test to now
603 expect the GDB inferior to no longer immediately stop after
604 being resumed with "signal SIGINT".
605
606 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
607
608 * gdb.linespec/break-ask.exp: Generalize regexps to match
609 Windows pathnames too.
610
611 2019-08-08 Tom de Vries <tdevries@suse.de>
612
613 PR testsuite/24862
614 * lib/tuiterm.exp (_accept): Fix CSI regexp.
615
616 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
617
618 * gdb.base/style.exp: Update tests for help doc new invariants.
619 * gdb.base/help.exp: Likewise.
620
621 2019-08-06 Tom Tromey <tom@tromey.com>
622
623 * gdb.base/style.exp: Add disassemble test.
624 * gdb.base/style.c (some_called_function): New function.
625 (main): Use it.
626
627 2019-08-05 Christian Biesinger <cbiesinger@google.com>
628
629 * gdb.python/py-block.exp: Test dictionary access on blocks.
630
631 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
632
633 PR gdb/24863
634 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
635 -list-thread-groups --available test when running under
636 check-read1.
637
638 2019-08-05 Tom de Vries <tdevries@suse.de>
639
640 PR testsuite/24863
641 * lib/gdb.exp (with_read1_timeout_factor): New proc.
642 * gdb.base/help.exp: Use with_read1_timeout_factor.
643 * gdb.base/info-macros.exp: Same.
644 * gdb.cp/nested-types.exp: Same.
645
646 2019-08-05 Tom de Vries <tdevries@suse.de>
647
648 * lib/gdb.exp (version_at_least): Factor out of ...
649 (tcl_version_at_least): ... here.
650 (gdb_compile): Fail if pie results in non-PIE executable.
651 (readelf_version, readelf_prints_pie): New proc.
652 (exec_is_pie): Return -1 if unknown.
653
654 2019-08-05 Tom de Vries <tdevries@suse.de>
655
656 * lib/gdb.exp (tcl_version_at_least): Fix typo.
657
658 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
659
660 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
661
662 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
663
664 * lib/completion-support.exp (test_gdb_complete_none): Skip
665 tab completion tests if no readline support.
666 (test_gdb_complete_unique_re): Likewise.
667 (test_gdb_complete_multiple): Likewise.
668
669 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
670
671 * gdb.base/info_sources.exp: New file.
672 * gdb.base/info_sources.c: New file.
673 * gdb.base/info_sources_base.c: New file.
674
675 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
676
677 * gdb.base/batch-exit-status.exp: Call test_exit_status with
678 prefix argument.
679 (test_exit_status): Add prefix argument.
680
681 2019-08-01 Tom de Vries <tdevries@suse.de>
682
683 PR testsuite/24863
684 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
685 calling exp_continue for new thread and thread exited messages.
686
687 2019-08-01 Tom de Vries <tdevries@suse.de>
688
689 PR testsuite/24863
690 * gdb.base/structs.exp: Fix check-read1 timeout using
691 gdb_test_sequence.
692 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
693
694 2019-08-01 Tom de Vries <tdevries@suse.de>
695
696 PR testsuite/24863
697 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
698 line.
699
700 2019-08-01 Tom de Vries <tdevries@suse.de>
701
702 PR testsuite/24863
703 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
704
705 2019-07-30 Tom Tromey <tromey@adacore.com>
706
707 * gdb.ada/display_nested.exp: New file.
708 * gdb.ada/display_nested/foo.adb: New file.
709 * gdb.ada/display_nested/pack.adb: New file.
710 * gdb.ada/display_nested/pack.ads: New file.
711
712 2019-07-30 Christian Biesinger <cbiesinger@google.com>
713
714 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
715 namespace.
716 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
717
718 2019-07-30 Tom de Vries <tdevries@suse.de>
719
720 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
721 instead.
722
723 2019-07-30 Tom de Vries <tdevries@suse.de>
724
725 PR testsuite/24834
726 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
727 (exec_is_pie): New proc.
728
729 2019-07-29 Christian Biesinger <cbiesinger@google.com>
730
731 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
732
733 2019-07-29 Christian Biesinger <cbiesinger@google.com>
734
735 * gdb.python/py-objfile.c: Add global and static vars.
736 * gdb.python/py-objfile.exp: Test new functions Objfile.
737 lookup_global_symbol and lookup_static_symbol.
738
739 2019-07-29 Tom Tromey <tom@tromey.com>
740
741 * lib/tuiterm.exp (Term::_csi_@): New proc.
742 (Term::_csi_X): Don't move cursor.
743
744 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
745
746 * gdb.base/options.exp: Update backtrace - completion to
747 new option -frame-info.
748 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
749 Test new 'set print frame-info'. Test backtrace -frame-info
750 overriding 'set print frame-info'.
751 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
752 Test new 'set print frame-info'.
753 Verify consistency of backtrace with and without filters, with and
754 without -no-filters.
755 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
756 default.
757
758 2019-07-29 Tom de Vries <tdevries@suse.de>
759
760 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
761 no arguments".
762
763 2019-07-29 Tom de Vries <tdevries@suse.de>
764
765 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
766 is a substring of the first for "complete non-unique file name".
767
768 2019-07-29 Tom de Vries <tdevries@suse.de>
769
770 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
771 with ".*".
772
773 2019-07-29 Tom de Vries <tdevries@suse.de>
774
775 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
776 Pass prompt_regexp parameter to gdb_test_multiple calls.
777
778 2019-07-29 Tom de Vries <tdevries@suse.de>
779
780 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
781 print registers" regexps.
782
783 2019-07-29 Tom de Vries <tdevries@suse.de>
784
785 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
786
787 2019-07-29 Tom de Vries <tdevries@suse.de>
788
789 PR gdb/24855
790 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
791 (skip_python_tests_prompt): Add prompt_regexp argument to
792 gdb_test_multiple calls.
793
794 2019-07-27 Tom Tromey <tom@tromey.com>
795
796 * gdb.tui/main.exp: New file.
797
798 2019-07-27 Tom Tromey <tom@tromey.com>
799
800 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
801 optional.
802 * gdb.tui/empty.exp: New file.
803
804 2019-07-27 Tom Tromey <tom@tromey.com>
805
806 * lib/tuiterm.exp (spawn): New proc.
807 (Term::resize): New proc.
808 * gdb.tui/resize.exp: New file.
809
810 2019-07-27 Tom Tromey <tom@tromey.com>
811
812 * gdb.tui/list.exp: New file.
813
814 2019-07-27 Tom Tromey <tom@tromey.com>
815
816 * gdb.tui/regs.exp: New file.
817
818 2019-07-27 Tom Tromey <tom@tromey.com>
819
820 * gdb.tui/basic.exp: Add "layout split" test.
821
822 2019-07-27 Tom Tromey <tom@tromey.com>
823
824 * gdb.tui/basic.exp: Add "layout asm" test.
825
826 2019-07-27 Tom Tromey <tom@tromey.com>
827
828 * lib/tuiterm.exp: New file.
829 * gdb.tui/basic.exp: New file.
830
831 2019-07-27 Kevin Buettner <kevinb@redhat.com>
832
833 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
834 Enable tests associated with this flag. Adjust regex
835 referencing "foo_low" to now refer to "foo_cold" instead.
836
837 2019-07-27 Kevin Buettner <kevinb@redhat.com>
838
839 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
840 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
841 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
842 foo_cold. Revise comments to match.
843 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
844 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
845 were wrapped into this proc; Call do_test in loop from outermost
846 level.
847 (foo_low): Rename all occurrences to "foo_cold".
848 (backtrace from baz): New test.
849 (x2/i foo_cold): New test.
850 (info line *foo_cold): New test.
851
852 2019-07-26 Tom de Vries <tdevries@suse.de>
853
854 * gdb.arch/i386-pkru.exp: Fix unterminated string.
855
856 2019-07-25 Tom de Vries <tdevries@suse.de>
857
858 PR testsuite/24830
859 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
860 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
861 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
862 (skip_libstdcxx_probe_tests): ... here.
863 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
864
865 2019-07-24 Tom de Vries <tdevries@suse.de>
866
867 PR testsuite/24807
868 * gdb.objc/basicclass.m: Include stdio.h.
869 * gdb.objc/nondebug.m: Same.
870 * gdb.objc/objcdecode.m: Same.
871
872 2019-07-24 Tom de Vries <tdevries@suse.de>
873
874 PR testsuite/24612
875 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
876 additional_flags.
877
878 2019-07-24 Tom de Vries <tdevries@suse.de>
879
880 PR testsuite/24831
881 * gdb.multi/tids.exp: Update error messages for info threads.
882
883 2019-07-24 Tom de Vries <tdevries@suse.de>
884
885 * gdb.base/info-types.exp: Allow info types to print info for more than
886 one file.
887
888 2019-07-23 Tom de Vries <tdevries@suse.de>
889
890 PR testsuite/24842
891 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
892 gdb_spawn_with_cmdline_opts.
893
894 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
895
896 * gdb.arch/arm-cmse-sgstubs.c: New test.
897 * gdb.arch/arm-cmse-sgstubs.exp: New file.
898
899 2019-07-23 Tom de Vries <tdevries@suse.de>
900
901 PR testsuite/24711
902 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
903 issuing next command.
904
905 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * gdb.ada/info_auto_lang.exp: Update expected results.
908 * gdb.base/info-types.c: Add additional types to check.
909 * gdb.base/info-types.exp: Update expected results.
910
911 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.base/info-types.c: New file.
914 * gdb.base/info-types.exp: New file.
915
916 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
917
918 * gdb.arch/riscv-bp-infcall.c: New file.
919 * gdb.arch/riscv-bp-infcall.exp: New file.
920
921 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
922
923 PR breakpoints/24541
924 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
925
926 2019-07-14 Tom de Vries <tdevries@suse.de>
927
928 PR testsuite/24760
929 * gdb.objc/basicclass.exp: Fix unterminated string.
930
931 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
932 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
935 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
936 negative bounds.
937 * gdb.fortran/vla-value.exp: Print elements of an array with
938 negative bounds.
939 * gdb.fortran/vla.f90: Setup an array with negative bounds for
940 testing.
941
942 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
943
944 * gdb.base/options.exp (expect_string): Dequote strings in
945 results.
946 (test-string): Test strings with different quoting and reindent.
947
948 2019-07-10 Tom Tromey <tromey@adacore.com>
949
950 * gdb.ada/mi_ex_cond.exp: Update expected results.
951 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
952 * gdb.ada/mi_catch_ex.exp: Update expected results.
953 * gdb.ada/mi_catch_assert.exp: Update expected results.
954 * gdb.ada/catch_ex.exp (catch_exception_info)
955 (catch_exception_entry, catch_assert_entry)
956 (catch_unhandled_entry): Update.
957 * gdb.ada/catch_assert_if.exp: Update expected results.
958
959 2019-07-10 Richard Bunt <richard.bunt@arm.com>
960 Stephen Roberts <stephen.roberts@arm.com>
961
962 * gdb.base/define.exp: Restore original prompt.
963
964 2019-07-09 Pedro Alves <palves@redhat.com>
965
966 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
967 breakpoints" output.
968 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
969 * gdb.python/py-breakpoint.exp: No longer expect that "catch
970 throw" creates breakpoint.
971 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
972 'type="catchpoint"'.
973
974 2019-07-09 Pedro Alves <palves@redhat.com>
975
976 PR c++/15468
977 * gdb.cp/except-multi-location-lib.cc: New.
978 * gdb.cp/except-multi-location-main.cc: New.
979 * gdb.cp/except-multi-location.exp: New.
980
981 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
982
983 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
984 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
985 argument and update callers.
986
987 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.arch/amd64-break-on-asm-line.S: New file.
990 * gdb.arch/amd64-break-on-asm-line.exp: New file.
991
992 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
993
994 * gdb.base/printcmds.exp: Test printing C string and
995 C wide string convenience vars without transiting via the inferior.
996 Also make test names unique.
997
998 2019-07-08 Alan Hayward <alan.hayward@arm.com>
999
1000 PR breakpoints/25011
1001 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1002
1003 2019-07-04 Pedro Alves <palves@redhat.com>
1004
1005 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1006 body returned ok(0), break(3) or continue(4).
1007 * gdb.testsuite/foreach_with_prefix.exp: New file.
1008
1009 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1010
1011 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1012
1013 2019-07-03 Pedro Alves <palves@redhat.com>
1014
1015 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1016 "return -code".
1017
1018 2019-07-03 Pedro Alves <palves@redhat.com>
1019
1020 PR cli/24732
1021 * gdb.base/shell.exp: Load completion-support.exp.
1022 Adjust expected error output. Add completion tests.
1023
1024 2019-07-03 Pedro Alves <palves@redhat.com>
1025
1026 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1027 string_to_regexp.
1028
1029 2019-07-03 Pedro Alves <palves@redhat.com>
1030
1031 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1032 (expect_integer): Adjust to expect "-string".
1033 (expect_string): New.
1034 (all_options): Expect "-string".
1035 (test-flag, test-boolean): Adjust to expect "-string".
1036 (test-string): New proc.
1037 (top level): Call it.
1038
1039 2019-07-03 Pedro Alves <palves@redhat.com>
1040
1041 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1042 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1043 the expected output in the success.
1044
1045 2019-07-03 Pedro Alves <palves@redhat.com>
1046
1047 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1048 Split one gdb_test_multiple call in two to avoid a race.
1049
1050 2019-07-03 Pedro Alves <palves@redhat.com>
1051
1052 * gdb.base/with.c: New file.
1053 * gdb.base/with.exp: New file.
1054
1055 2019-07-03 Pedro Alves <palves@redhat.com>
1056
1057 * gdb.base/settings.exp: Replace all references to "maint
1058 test-settings set" with references to "maint set test-settings",
1059 and all references to "maint test-settings show" with references
1060 to "maint show test-settings".
1061
1062 2019-07-03 Pedro Alves <palves@redhat.com>
1063
1064 * gdb.base/settings.exp (test-string): Adjust expected out when
1065 testing "maint test-settings show filename"
1066
1067 2019-07-02 Pedro Alves <palves@redhat.com>
1068
1069 * gdb.base/options.exp (test-info-threads): New procedure.
1070 (top level): Call it.
1071
1072 2019-06-28 Tom Tromey <tromey@adacore.com>
1073
1074 * gdb.dwarf2/ada-linkage-name.c: New file.
1075 * gdb.dwarf2/ada-linkage-name.exp: New file.
1076
1077 2019-06-27 Tom Tromey <tromey@adacore.com>
1078
1079 PR c++/20020:
1080 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1081
1082 2019-06-26 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1085
1086 2019-06-26 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.base/index-cache.exp: Add back missing debug option.
1089
1090 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1091
1092 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1093
1094 2019-06-25 Tom de Vries <tdevries@suse.de>
1095
1096 PR testsuite/24727
1097 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1098
1099 2019-06-24 Tom de Vries <tdevries@suse.de>
1100
1101 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1102
1103 2019-06-24 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1106 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1107 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1108
1109 2019-06-24 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1112
1113 2019-06-21 Tom de Vries <tdevries@suse.de>
1114
1115 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1116
1117 2019-06-21 Tom de Vries <tdevries@suse.de>
1118
1119 PR testsuite/24518
1120 PR ada/24713
1121 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1122 index.
1123
1124 2019-06-19 Tom Tromey <tromey@adacore.com>
1125
1126 * gdb.ada/length_cond.exp: Add intro comment.
1127
1128 2019-06-19 Tom Tromey <tromey@adacore.com>
1129
1130 * gdb.ada/length_cond.exp: New file.
1131 * gdb.ada/length_cond/length_cond.adb: New file.
1132 * gdb.ada/length_cond/pck.adb: New file.
1133 * gdb.ada/length_cond/pck.ads: New file.
1134
1135 2019-06-18 Tom de Vries <tdevries@suse.de>
1136
1137 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1138
1139 2019-06-18 Tom Tromey <tromey@adacore.com>
1140
1141 * gdb.base/list0.h: Add comment explaining control character.
1142
1143 2019-06-18 Tom de Vries <tdevries@suse.de>
1144
1145 * boards/fission.exp: Break up long debug_flags line.
1146
1147 2019-06-16 Tom de Vries <tdevries@suse.de>
1148
1149 PR gdb/24445
1150 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1151 generated index.
1152
1153 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 PR gdb/24686
1156 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1157 improve detection of bug gdb/24541.
1158
1159 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1160
1161 PR gdb/24669
1162 * gdb.base/index-cache.exp (uses_readnow,
1163 expecting_index_cache_use): Define global variable.
1164 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1165 expecting_index_cache_use.
1166
1167 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1168 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 * gdb.fortran/pointers.f90: New file.
1171 * gdb.fortran/print_type.exp: New file.
1172 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1173 * gdb.fortran/vla-type.exp: Likewise.
1174 * gdb.fortran/vla-value.exp: Likewise.
1175 * gdb.mi/mi-vla-fortran.exp: Likewise.
1176
1177 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1180 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1181 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1182 as a stop reason.
1183
1184 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.base/annota1.exp: Update expected results.
1187 * gdb.cp/annota2.exp: Likewise.
1188 * gdb.cp/annota3.exp: Likewise.
1189
1190 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1191
1192 * gdb.base/style-logging.exp: Remove path from test name.
1193
1194 2019-06-14 Tom Tromey <tromey@adacore.com>
1195
1196 PR gdb/24502:
1197 * gdb.base/style-logging.exp: New file.
1198
1199 2019-06-14 Tom Tromey <tromey@adacore.com>
1200
1201 * gdb.base/symfile-warn.exp: New file.
1202 * gdb.base/symfile-warn.c: New file.
1203
1204 2019-06-14 Tom Tromey <tromey@adacore.com>
1205
1206 * gdb.base/annotate-symlink.exp: New file.
1207
1208 2019-06-14 Tom Tromey <tromey@adacore.com>
1209
1210 * gdb.ada/set_wstr.exp: Add reassignment test.
1211
1212 2019-06-14 Tom Tromey <tromey@adacore.com>
1213
1214 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1215 'unchecked_access and 'unrestricted_access as well.
1216
1217 2019-06-14 Tom Tromey <tromey@adacore.com>
1218
1219 PR ada/24539:
1220 * gdb.ada/vla.exp: Update tests.
1221 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1222 pragma.
1223
1224 2019-06-13 Pedro Alves <palves@redhat.com>
1225
1226 * gdb.base/settings.exp (test-integer): Test junk after
1227 "unlimited".
1228
1229 2019-06-13 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.base/options.exp (test-thread-apply): New.
1232 (top level): Call it.
1233
1234 2019-06-13 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.base/options.exp (test-frame-apply): New.
1237 (top level): Test print commands with different "frame apply"
1238 prefixes.
1239
1240 2019-06-13 Pedro Alves <palves@redhat.com>
1241
1242 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1243 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1244 'max_completions' parameter and handle it.
1245 (test_gdb_completion_offers_commands): New.
1246
1247 2019-06-13 Pedro Alves <palves@redhat.com>
1248
1249 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1250
1251 2019-06-13 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.base/options.exp (test-backtrace): New.
1254 (top level): Call it.
1255
1256 2019-06-13 Pedro Alves <palves@redhat.com>
1257
1258 * gdb.guile/scm-frame-args.exp: Use "set print
1259 raw-frame-arguments" instead of "set print raw frame-arguments".
1260 * gdb.python/py-frame-args.exp: Likewise.
1261
1262 2019-06-13 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.compile/compile.exp: Adjust expected output to option
1265 processing changes.
1266
1267 2019-06-13 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.base/options.exp: Build executable.
1270 (test-print): New procedure.
1271 (top level): Call it, once for "print" and another for "compile
1272 print".
1273
1274 2019-06-13 Pedro Alves <palves@redhat.com>
1275
1276 * gdb.base/options.c: New file.
1277 * gdb.base/options.exp: New file.
1278
1279 2019-06-13 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1282 that "o" is ambiguous.
1283
1284 2019-06-13 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.base/settings.c: New file.
1287 * gdb.base/settings.exp: New file.
1288
1289 2019-06-13 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.base/completion.exp: Fix comment typo.
1292
1293 2019-06-13 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1296 foo --1" test.
1297
1298 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1299
1300 * gdb.fortran/block-data.f: New.
1301 * gdb.fortran/block-data.exp: New.
1302
1303 2019-06-11 Tom de Vries <tdevries@suse.de>
1304
1305 PR testsuite/24521
1306 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1307 message.
1308
1309 2019-06-11 Tom de Vries <tdevries@suse.de>
1310
1311 PR testsuite/24521
1312 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1313
1314 2019-06-11 Tom de Vries <tdevries@suse.de>
1315
1316 * boards/readnow.exp: New file.
1317
1318 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1319
1320 * gdb.fortran/vla-sizeof.exp: Update expected results.
1321
1322 2019-06-06 Amos Bird <amosbird@gmail.com>
1323
1324 * gdb.base/annota1.exp (thread_switch): Add test for
1325 thread-exited annotation.
1326
1327 2019-06-06 Tom Tromey <tromey@adacore.com>
1328
1329 * gdb.base/maint.exp: Expect command started/finished output.
1330
1331 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1332
1333 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1334 comment.
1335 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1336
1337 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1340 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1341 * gdb.arch/riscv-unwind-long-insn.c: New file.
1342 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1343
1344 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1345
1346 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1347
1348 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1349
1350 * lib/gdb.exp (help_list_trailer): New regexp variable
1351 factorizing the help trailer message.
1352 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1353 arg to allow to better factorize various tests.
1354 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1355 (test_prefix_command_help): Use help_list_trailer.
1356 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1357 * gdb.guile/scm-cmd.exp: Likewise.
1358 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1359 * gdb.base/help.exp: Use test_user_defined_class_help.
1360 * gdb.base/style.exp: Add tests for styling of help and apropos.
1361 * lib/gdb-utils.exp (style): Add title and highlight styles.
1362
1363 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1364
1365 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1366 $_shell_exitsignal.
1367 * gdb.base/default.exp: Update for new convenience variables.
1368
1369 2019-05-29 Tom Tromey <tromey@adacore.com>
1370
1371 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1372 to "break complete ada" test case's regexp.
1373
1374 2019-05-29 Tom Tromey <tromey@adacore.com>
1375
1376 PR c++/20020:
1377 * gdb.cp/constexpr-field.exp: New file.
1378 * gdb.cp/constexpr-field.cc: New file.
1379
1380 2019-05-29 Tom Tromey <tromey@adacore.com>
1381
1382 * gdb.base/finish.exp (finish_no_print): New proc.
1383 (finish_tests): Call it.
1384
1385 2019-05-24 Tom de Vries <tdevries@suse.de>
1386
1387 * gdb.dwarf2/gdb-add-index.exp: New file.
1388
1389 2019-05-22 Tom Tromey <tromey@adacore.com>
1390
1391 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1392 * gdb.base/style.exp: Use "style".
1393 * lib/gdb-utils.exp (style): New proc.
1394
1395 2019-05-22 Tom de Vries <tdevries@suse.de>
1396
1397 * gdb.base/align.exp: Require c++11.
1398
1399 2019-05-22 Tom de Vries <tdevries@suse.de>
1400
1401 PR testsuite/24586
1402 * gdb.python/py-mi-var-info-path-expression.exp: Call
1403 mi_skip_python_tests to check if python is supported.
1404
1405 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1406
1407 * gdb.arch/aarch64-pauth.c: New test.
1408 * gdb.arch/aarch64-pauth.exp: New file.
1409
1410 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1411
1412 * README (Re-running Tests Outside The Testsuite): New section.
1413
1414 2019-05-21 Tom de Vries <tdevries@suse.de>
1415
1416 * gdb.arch/amd64-eval.exp: Require c++11.
1417 * gdb.base/max-depth.exp: Same.
1418 * gdb.compile/compile-cplus-array-decay.exp: Same.
1419 * gdb.cp/meth-typedefs.exp: Same.
1420 * gdb.cp/subtypes.exp: Same.
1421 * gdb.cp/temargs.exp: Same.
1422
1423 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1424
1425 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1426
1427 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1428
1429 PR gdb/18644
1430 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1431 * gdb.fortran/printing-types.exp: Add new test.
1432 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1433 testing.
1434 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1435 setup_kfail call.
1436
1437 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1438
1439 * README (Running the Testsuite): Change example.
1440 (Testsuite Parameters): Remove TRANSCRIPT.
1441 * lib/gdb.exp: Remove TRANSCRIPT check.
1442
1443 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1444
1445 * README (Testsuite Parameters): Add replay logging to
1446 GDBSERVER_DEBUG.
1447 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1448 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1449 as a comma separated list.
1450 (gdb_debug_init): Override procedure.
1451
1452 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1453
1454 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1455 (gdb_write_cmd_file): New procedure.
1456 * lib/gdbserver-support.exp (gdbserver_start): Call
1457 gdbserver_write_cmd_file.
1458 (gdbserver_write_cmd_file): New procedure.
1459
1460 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1461
1462 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1463 (delete_breakpoints): Likewise.
1464 (gdb_run_cmd): Likewise.
1465 (gdb_start_cmd): Likewise.
1466 (gdb_starti_cmd): Likewise.
1467 (gdb_internal_error_resync): Likewise.
1468 (gdb_test_multiple): Likewise.
1469 (gdb_reinitialize_dir): Likewise.
1470 (default_gdb_exit): Likewise.
1471 (gdb_file_cmd): Mark kill as optional.
1472 (default_gdb_start): Call gdb_stdin_log_init.
1473 (send_gdb): Call gdb_stdin_log_write.
1474 (rerun_to_main): Mark Y as an answer.
1475 (gdb_stdin_log_init): New function.
1476 (gdb_stdin_log_write): Likewise.
1477
1478 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1479
1480 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1481 * gdb.base/debug-expr.exp: Likewise.
1482 * gdb.base/foll-fork.exp: Likewise.
1483 * gdb.base/foll-vfork.exp: Likewise.
1484 * gdb.base/fork-print-inferior-events.exp: Likewise.
1485 * gdb.base/gdb-sigterm.exp: Likewise.
1486 * gdb.base/gdbinit-history.exp: Likewise.
1487 * gdb.base/osabi.exp: Likewise.
1488 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1489 * gdb.base/ui-redirect.exp: Likewise.
1490 * gdb.gdb/unittest.exp: Likewise.
1491 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1492 * gdb.mi/mi-watch.exp: Likewise.
1493 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1494 * gdb.mi/user-selected-context-sync.exp: Likewise.
1495 * gdb.python/python.exp: Disable debug test when debugging.
1496 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1497 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1498 Likewise.
1499 * gdb.threads/stepi-random-signal.exp: Likewise.
1500
1501 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1502
1503 * Makefile.in: Pass through GDB_DEBUG.
1504 * README (Testsuite Parameters): Add GDB_DEBUG.
1505 (gdb,debug): Add board setting.
1506 * lib/gdb.exp (default_gdb_start): Start debugging.
1507 (gdb_debug_enabled): New procedure.
1508 (gdb_debug_init): Likewise.
1509
1510 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1511
1512 * Makefile.in: Pass through GDB_DEBUG.
1513 * README (Testsuite Parameters): Add GDB_DEBUG.
1514 (gdb,debug): Add board setting.
1515 * lib/gdb.exp (default_gdb_start): Start debugging.
1516 (gdb_debug_enabled): New procedure.
1517 (gdb_debug_init): Likewise.
1518
1519 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1520
1521 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1522
1523 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1524
1525 * gdb.base/ui-redirect.exp: Test redirection.
1526
1527 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1528
1529 * gdb.mi/mi-complete.exp: New file.
1530 * gdb.mi/mi-complete.cc: Likewise.
1531
1532 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1533
1534 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1535 indexed and sliced arrays, and pointers to arrays.
1536
1537 2019-05-14 Tom Tromey <tromey@adacore.com>
1538
1539 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1540 styling test.
1541
1542 2019-05-14 Tom de Vries <tdevries@suse.de>
1543
1544 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1545 selection entry encoding.
1546
1547 2019-05-10 Tom Tromey <tromey@adacore.com>
1548
1549 * gdb.ada/info_exc.exp: Add "complete" test.
1550
1551 2019-05-09 Tom de Vries <tdevries@suse.de>
1552
1553 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1554 CU-relative.
1555
1556 2019-05-09 Tom de Vries <tdevries@suse.de>
1557
1558 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1559 CU-relative.
1560
1561 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1562
1563 * gdb.ada/frame_arg_lang.exp: New testcase.
1564 * gdb.ada/frame_arg_lang/bla.adb: New file.
1565 * gdb.ada/frame_arg_lang/pck.ads: New file.
1566 * gdb.ada/frame_arg_lang/pck.adb: New file.
1567 * gdb.ada/frame_arg_lang/foo.c: New file.
1568
1569 2019-05-08 Tom Tromey <tromey@adacore.com>
1570
1571 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1572
1573 2019-05-08 Tom Tromey <tromey@adacore.com>
1574
1575 * gdb.base/ptype-offsets.exp: Update tests.
1576
1577 2019-05-08 Tom Tromey <tromey@adacore.com>
1578
1579 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1580 cases.
1581 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1582 "short".
1583
1584 2019-05-08 Tom Tromey <tromey@adacore.com>
1585
1586 * gdb.ada/vla.exp: New file.
1587 * gdb.ada/vla/vla.adb: New file.
1588
1589 2019-05-07 Tom de Vries <tdevries@suse.de>
1590
1591 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1592
1593 2019-05-07 Tom de Vries <tdevries@suse.de>
1594
1595 PR testsuite/24522
1596 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1597 section.
1598
1599 2019-05-07 Tom de Vries <tdevries@suse.de>
1600
1601 PR testsuite/24522
1602 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1603 .debug_aranges section.
1604
1605 2019-05-07 Tom de Vries <tdevries@suse.de>
1606
1607 PR testsuite/24159
1608 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1609
1610 2019-05-06 Tom de Vries <tdevries@suse.de>
1611
1612 * lib/gdb.exp (exec_has_index_section): New proc.
1613 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1614 section.
1615
1616 2019-05-04 Tom de Vries <tdevries@suse.de>
1617
1618 * boards/cc-with-debug-names.exp: New file.
1619
1620 2019-05-03 Tom Tromey <tromey@adacore.com>
1621
1622 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1623 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1624 * gdb.ada/char_enum.exp: Add test.
1625
1626 2019-05-03 Tom de Vries <tdevries@suse.de>
1627
1628 * boards/cc-with-gdb-index.exp: New file.
1629
1630 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1631
1632 * gdb.rust/simple.exp: Add new test case.
1633 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1634 (main): Initialise an instance of the new struct.
1635
1636 2019-05-01 Tom Tromey <tromey@adacore.com>
1637
1638 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1639 record.
1640 (NPR): New variable.
1641 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1642 test.
1643
1644 2019-05-01 Tom Tromey <tromey@adacore.com>
1645
1646 * gdb.ada/packed_array_assign.exp: Add packed assignment
1647 regression test.
1648
1649 2019-05-01 Tom de Vries <tdevries@suse.de>
1650
1651 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1652
1653 2019-05-01 Tom de Vries <tdevries@suse.de>
1654
1655 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1656
1657 2019-04-30 Ali Tamur <tamur@google.com>
1658
1659 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1660
1661 2019-04-30 Tom Tromey <tromey@adacore.com>
1662
1663 * lib/ada.exp (find_ada_tool): New proc.
1664 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1665 * gdb.ada/catch_ex_std.exp: New file.
1666 * gdb.ada/catch_ex_std/foo.adb: New file.
1667 * gdb.ada/catch_ex_std/some_package.adb: New file.
1668 * gdb.ada/catch_ex_std/some_package.ads: New file.
1669
1670 2019-04-30 Tom Tromey <tromey@adacore.com>
1671
1672 PR c++/24470:
1673 * gdb.cp/temargs.cc: Add test code from PR.
1674
1675 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1676
1677 * gdb.fortran/vla-datatypes.exp: Update expected results.
1678 * gdb.fortran/vla-ptype.exp: Likewise.
1679 * gdb.fortran/vla-type.exp: Likewise.
1680 * gdb.fortran/vla-value.exp: Likewise.
1681
1682 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * gdb.fortran/ptr-indentation.exp: Update expected results.
1685 * gdb.fortran/ptype-on-functions.exp: Likewise.
1686 * gdb.fortran/vla-ptr-info.exp: Likewise.
1687 * gdb.fortran/vla-value.exp: Likewise.
1688
1689 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1690
1691 * gdb.fortran/ptype-on-functions.exp: New file.
1692 * gdb.fortran/ptype-on-functions.f90: New file.
1693
1694 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1695
1696 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1697 case void string.
1698
1699 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.fortran/complex.exp: Expand.
1702 * gdb.fortran/complex.f: Renamed to...
1703 * gdb.fortran/complex.f90: ...this, and extended to add more
1704 complex values.
1705
1706 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1707
1708 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1709 MODULO, CMPLX.
1710
1711 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1712 Richard Bunt <richard.bunt@arm.com>
1713
1714 * gdb.base/max-depth.c: New file.
1715 * gdb.base/max-depth.exp: New file.
1716 * gdb.python/py-nested-maps.c: New file.
1717 * gdb.python/py-nested-maps.exp: New file.
1718 * gdb.python/py-nested-maps.py: New file.
1719 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1720 (test_all_common): Call test_max_depth.
1721 * gdb.fortran/max-depth.exp: New file.
1722 * gdb.fortran/max-depth.f90: New file.
1723 * gdb.go/max-depth.exp: New file.
1724 * gdb.go/max-depth.go: New file.
1725 * gdb.modula2/max-depth.exp: New file.
1726 * gdb.modula2/max-depth.c: New file.
1727 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1728
1729 2019-04-29 Tom de Vries <tdevries@suse.de>
1730
1731 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1732
1733 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1734
1735 * gdb.base/callexit.exp: Test may-call-functions off.
1736
1737 2019-04-25 Keith Seitz <keiths@redhat.com>
1738
1739 PR c++/24367
1740 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1741 (another_incomplete_struct, test_incomplete): New definitions.
1742 (main): Use new definitions.
1743 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1744 functions.
1745
1746 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1747
1748 PR corefiles/11608
1749 PR corefiles/18187
1750 * gdb.base/coredump-filter-build-id.exp: New file.
1751
1752 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1753
1754 * Makefile.in: Pass through GDBSERVER_DEBUG.
1755 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1756 (gdbserver,debug): Add board setting.
1757 * gdb.trace/tspeed.exp: Skip when debugging.
1758 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1759 * lib/gdbserver-support.exp: Likewise
1760
1761 2019-04-24 Tom Tromey <tromey@adacore.com>
1762
1763 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1764 Rust.
1765
1766 2019-04-24 Tom Tromey <tromey@adacore.com>
1767
1768 * gdb.arch/amd64-eval.exp: Test bitfield return.
1769 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1770 (class Foo) <return_bitfields>: New method.
1771 (main): Call it.
1772
1773 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1774
1775 * gdb.cp/many-args.cc: New file.
1776 * gdb.cp/many-args.exp: New file.
1777
1778 2019-04-23 Tom de Vries <tdevries@suse.de>
1779
1780 PR gdb/24433
1781 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1782
1783 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1784
1785 * gdb.trace/backtrace.exp: Use nopie flag.
1786 * gdb.trace/circ.exp: Likewise.
1787 * gdb.trace/collection.exp: Likewise.
1788 * gdb.trace/ftrace.exp: Likewise.
1789 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1790 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1791 * gdb.trace/qtro.exp: Likewise.
1792 * gdb.trace/read-memory.exp: Likewise.
1793 * gdb.trace/report.exp: Likewise.
1794 * gdb.trace/tfile.exp: Likewise.
1795 * gdb.trace/tfind.exp: Likewise.
1796 * gdb.trace/unavailable.exp: Likewise.
1797
1798 2019-04-22 Pedro Alves <palves@redhat.com>
1799
1800 * gdb.base/solib-probes-nosharedlibrary.c,
1801 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1802
1803 2019-04-19 Tom Tromey <tromey@adacore.com>
1804
1805 * gdb.ada/ptype_union.c: New file.
1806 * gdb.ada/ptype_union.exp: New file.
1807
1808 2019-04-19 Tom Tromey <tromey@adacore.com>
1809
1810 PR symtab/24423:
1811 * gdb.base/list0.h (foo): Add a control-l character.
1812
1813 2019-04-18 Tom de Vries <tdevries@suse.de>
1814
1815 PR gdb/24433
1816 * boards/local-board.exp: Set sysroot to "".
1817
1818 2019-04-18 Tom de Vries <tdevries@suse.de>
1819 Pedro Alves <palves@redhat.com>
1820
1821 PR gdb/24454
1822 * gdb.threads/vfork-follow-child-exec.c: New file.
1823 * gdb.threads/vfork-follow-child-exec.exp: New file.
1824 * gdb.threads/vfork-follow-child-exit.c: New file.
1825 * gdb.threads/vfork-follow-child-exit.exp: New file.
1826
1827 2019-04-15 Leszek Swirski <leszeks@google.com>
1828
1829 * gdb.arch/amd64-eval.cc: New file.
1830 * gdb.arch/amd64-eval.exp: New file.
1831
1832 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1833
1834 * gdb.server/sysroot.c: New test.
1835 * gdb.server/sysroot.exp: New file.
1836 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1837 matching param.
1838
1839 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.base/align.exp: Extend test to cover structures containing
1842 only static fields.
1843
1844 2019-04-11 Tom de Vries <tdevries@suse.de>
1845
1846 * boards/cc-with-dwz-m.exp: New file.
1847 * boards/cc-with-dwz.exp: New file.
1848 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1849
1850 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1851
1852 * gdb.base/start-cpp.exp: New file.
1853 * gdb.base/start-cpp.cc: New file.
1854
1855 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1856
1857 * gdb.python/py-thrhandle.exp: Adjust tests to call
1858 thread_from_handle instead of thread_from_thread_handle.
1859
1860 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1861
1862 * gdb.python/py-thrhandle.exp: Add tests for
1863 gdb.InferiorThread.handle.
1864
1865 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * gdb.python/py-function.exp: Check calling helper function from
1868 all languages.
1869 * lib/gdb.exp (gdb_supported_languages): New proc.
1870
1871 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1872
1873 * gdb.base/complex-parts.c: New file.
1874 * gdb.base/complex-parts.exp: New file.
1875
1876 2019-04-01 Tom Tromey <tromey@adacore.com>
1877
1878 PR symtab/23331:
1879 * gdb.dwarf2/dw2-ranges-main.c: New file.
1880 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1881 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1882
1883 2019-03-30 Simon Marchi <simark@simark.ca>
1884
1885 * gdb.base/default.exp: Add values for $_gdb_major and
1886 $_gdb_minor.
1887
1888 2019-03-29 Tom Tromey <tromey@adacore.com>
1889
1890 * gdb.base/help.exp: Tighten apropos regexp.
1891
1892 2019-03-29 Keith Seitz <keiths@redhat.com>
1893
1894 * gdb.fortran/array-bounds.exp: New file.
1895 * gdb.fortran/array-bounds.f90: New file.
1896
1897 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1898
1899 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1900
1901 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1902
1903 * gdb.multi/hello.c (main): Increase alarm timer.
1904
1905 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1906
1907 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1908 factor when no hardware watchpoint support.
1909
1910 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1911 Pedro Alves <palves@redhat.com>
1912
1913 * boards/local-board.exp: set sysroot to /.
1914
1915 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1916
1917 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1918 in child.
1919
1920 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1921
1922 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1923 field.
1924 (make_container): Initialise new field.
1925 * gdb.python/py-prettyprint.exp: Add new tests.
1926 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1927 <display_hint>: New method.
1928
1929 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1930
1931 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1932 gdb_continue_to_breakpoint more throughout this test.
1933 (run_lang_tests) Supply unique test names, and use
1934 gdb_test_no_output.
1935
1936 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1937
1938 * gdb.base/finish-pretty.exp: Update expected results.
1939 * gdb.base/pretty-print.c: New file.
1940 * gdb.base/pretty-print.exp: New file.
1941
1942 2019-03-25 Pedro Alves <palves@redhat.com>
1943
1944 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1945 move comments outside list. Append '-i "" eof' section.
1946
1947 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1948
1949 PR testsuite/25016
1950 * README: Add pie options.
1951 * gdb.base/break-interp.exp: Ensure pie is disabled.
1952 * gdb.base/dump.exp: Likewise.
1953 * lib/gdb.exp (gdb_compile): Add pie option.
1954
1955 2019-03-19 Tom Tromey <tromey@adacore.com>
1956
1957 * gdb.mi/mi2-cli-display.c: New file.
1958 * gdb.mi/mi2-cli-display.exp: New file.
1959
1960 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1961 Tom Tromey <tromey@adacore.com>
1962
1963 * gdb.ada/ptype_array/pck.adb: New file.
1964 * gdb.ada/ptype_array/pck.ads: New file.
1965 * gdb.ada/ptype_array/foo.adb: New file.
1966 * gdb.ada/ptype_array.exp: New file.
1967
1968 2019-03-14 Tom Tromey <tromey@adacore.com>
1969
1970 * gdb.base/style.exp: Add "set style sources" test.
1971
1972 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1973
1974 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1975 * mi-breakpoint-multiple-locations.exp: ... this.
1976 (make_breakpoints_pattern): New proc.
1977 (do_test): Add mi_version parameter, test -break-insert,
1978 -break-info and =breakpoint-created.
1979
1980 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1981
1982 * config/default.exp: Remove 'load_lib gdb.exp'.
1983 * config/monitor.exp: Likewise.
1984 * config/sid.exp: Likewise.
1985 * config/sim.exp: Likewise.
1986 * config/slite.exp: Likewise.
1987 * config/unix.exp: Likewise.
1988 * gdb.base/default.exp: Remove unhelpful comment.
1989
1990 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1991
1992 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1993
1994 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1995
1996 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1997
1998 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * gdb.fortran/type-kinds.exp: Update expected results.
2001
2002 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2005
2006 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2007
2008 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2009 function.
2010 (test_basic_parsing_of_type_kinds): Expand types tested.
2011 (test_parsing_invalid_type_kinds): New function.
2012
2013 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * gdb.fortran/intrinsics.exp: New file.
2016 * gdb.fortran/intrinsics.f90: New file.
2017 * gdb.fortran/type-kinds.exp: New file.
2018
2019 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * gdb.fortran/dot-ops.exp: New file.
2022
2023 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2024
2025 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2026 Check upper and lower case logical literals.
2027
2028 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2029
2030 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2031 Remove duplicate tests.
2032
2033 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2034
2035 * lib/gdb.exp (builtin_cd): rename of cd.
2036 (cd): Override builtin.
2037
2038 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2039
2040 * gdb.fortran/function-calls.exp: New file.
2041 * gdb.fortran/function-calls.f90: New test.
2042
2043 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2044
2045 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2046 on user program standard output.
2047 * gdb.fortran/short-circuit-argument-list.f90: Record function
2048 calls.
2049
2050 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2051
2052 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2053 failure.
2054
2055 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2056
2057 PR gdb/8527
2058 * gdb.base/interrupt-daemon-attach.c,
2059 gdb.base/interrupt-daemon-attach.exp: New test.
2060
2061 2019-02-27 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.base/page.exp: Add tests for "set width/height -1".
2064
2065 2019-02-27 Pedro Alves <palves@redhat.com>
2066
2067 * gdb.base/page.exp: Add tests for "set/show width/height" with
2068 "infinite" values.
2069
2070 2019-02-27 Tom Tromey <tromey@adacore.com>
2071
2072 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2073 2.4.
2074 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2075 workaround.
2076
2077 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2080 tests for structs with static members.
2081
2082 2019-02-26 Tom Tromey <tromey@adacore.com>
2083
2084 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2085 ValueError, not TypeError.
2086
2087 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2088
2089 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2090 call from main program.
2091
2092 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2093
2094 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2095 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2096 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2097 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2098 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2099
2100 2019-02-22 Keith Seitz <keiths@redhat.com>
2101
2102 PR symtab/23853
2103 * gdb.base/symlink-sourcefile.c: New file.
2104 * gdb.base/symlink-sourcefile.exp: New file.
2105
2106 2019-02-20 Tom Tromey <tom@tromey.com>
2107
2108 * gdb.base/info_qt.exp: Update.
2109
2110 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2111
2112 * gdb.base/source.exp: Move "error in sourced script" code to
2113 the end.
2114 * gdb.base/source-error.gdb: Move contents to
2115 source-error-1.gdb. Add new code to source source-error-1.gdb.
2116 * gdb.base/source-error-1.gdb: New file, from previous
2117 source-error.gdb.
2118
2119 2019-02-17 Tom Tromey <tom@tromey.com>
2120
2121 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2122 for macro styling.
2123 * gdb.base/style.c (SOME_MACRO): New macro.
2124
2125 2019-02-17 Tom Tromey <tom@tromey.com>
2126
2127 * gdb.base/style.exp: Add line-wrapping tests.
2128 * gdb.base/page.exp: Add test for quitting during pagination.
2129
2130 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2131
2132 * gdb.ada/big_packed_array: New testcase.
2133 * gdb.ada/homonym.exp: Fix incorrect expected output for
2134 "break <homonym__get_value>" test.
2135
2136 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2137
2138 PR breakpoints/21870
2139 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2140 and prepare_for_testing. Add comment.
2141 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2142 redundant cleanup call. Clean up comment.
2143
2144 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2145
2146 PR breakpoints/21870
2147 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2148 * gdb.arch/aarch64-dbreg-contents.c: New file.
2149
2150 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2151
2152 * gdb.ada/mi_ref_changeable: New testcase.
2153
2154 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2155
2156 * gdb.base/attach.exp: Add double attach test.
2157
2158 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2159
2160 * lib/gdb.exp (default_gdb_start): Don't match pagination
2161 prompt.
2162 (gdb_init): Set stty_init.
2163
2164 2019-01-27 Tom Tromey <tom@tromey.com>
2165
2166 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2167 skip_python_tests.
2168
2169 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2170
2171 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2172 New structure.
2173 (struct struct_static_02_02): Likewise.
2174 (struct struct_static_02_03): Likewise.
2175 (struct struct_static_02_04): Likewise.
2176 (struct struct_static_04_01): Likewise.
2177 (struct struct_static_04_02): Likewise.
2178 (struct struct_static_04_03): Likewise.
2179 (struct struct_static_04_04): Likewise.
2180 (struct struct_static_06_01): Likewise.
2181 (struct struct_static_06_02): Likewise.
2182 (struct struct_static_06_03): Likewise.
2183 (struct struct_static_06_04): Likewise.
2184 (cmp_struct_static_02_01): Likewise.
2185 (cmp_struct_static_02_02): Likewise.
2186 (cmp_struct_static_02_03): Likewise.
2187 (cmp_struct_static_02_04): Likewise.
2188 (cmp_struct_static_04_01): Likewise.
2189 (cmp_struct_static_04_02): Likewise.
2190 (cmp_struct_static_04_03): Likewise.
2191 (cmp_struct_static_04_04): Likewise.
2192 (cmp_struct_static_06_01): Likewise.
2193 (cmp_struct_static_06_02): Likewise.
2194 (cmp_struct_static_06_03): Likewise.
2195 (cmp_struct_static_06_04): Likewise.
2196 (call_all): Test new structs.
2197 * gdb.base/infcall-nested-structs.exp: Likewise.
2198
2199 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2200 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2201
2202 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2203 * gdb.base/stack-protector.c: New test.
2204 * gdb.base/stack-protector.exp: New file.
2205 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2206 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2207 option.
2208 (gdb_compile): Remove stack protector for GCC and prevent
2209 recursion.
2210
2211 2019-01-16 Keith Seitz <keiths@redhat.com>
2212
2213 PR gdb/23773
2214 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2215
2216 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2217
2218 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2219 aliases.
2220 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2221 tests.
2222 * gdb.arch/powerpc-vector-regs.c: New file.
2223 * gdb.arch/powerpc-vector-regs.exp: New file.
2224
2225 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2226
2227 * gdb.arch/altivec-regs.exp: Fix the list passed to
2228 gdb_expect_list when testing "info vector".
2229
2230 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2231
2232 * gdb.base/style.exp: Don't include path in testname.
2233
2234 2019-01-10 Keith Seitz <keiths@redhat.com>
2235
2236 PR gdb/23712
2237 PR symtab/23010
2238 * gdb.dwarf2/multidictionary.exp: New file.
2239
2240 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2241
2242 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2243 (test_gnuv3_style_demangling): ... this.
2244 (test_lucid_style_demangling): Remove.
2245 (test_arm_style_demangling): Remove.
2246 (test_hp_style_demangling): Remove.
2247 (do_tests): Remove calls to the above.
2248
2249 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2252 case.
2253
2254 2019-01-06 Tom Tromey <tom@tromey.com>
2255
2256 PR gdb/28155:
2257 * gdb.dwarf2/typedef-void-finish.exp: New file.
2258
2259 2018-12-28 Tom Tromey <tom@tromey.com>
2260 Simon Marchi <simark@simark.ca>
2261
2262 * gdb.base/jit-exec.exp: New file.
2263 * gdb.base/jit-exec.c: New file.
2264 * gdb.base/jit-execd.c: New file.
2265
2266 2018-12-28 Tom Tromey <tom@tromey.com>
2267
2268 * gdb.base/style.exp: Update test to check for address styling.
2269
2270 2018-12-28 Tom Tromey <tom@tromey.com>
2271
2272 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2273 message.
2274
2275 2018-12-28 Tom Tromey <tom@tromey.com>
2276
2277 * gdb.base/style.exp: Add test for version number styling.
2278
2279 2018-12-28 Tom Tromey <tom@tromey.com>
2280
2281 * gdb.base/style.exp: Add test for print_address_symbolic.
2282
2283 2018-12-28 Tom Tromey <tom@tromey.com>
2284
2285 * gdb.base/style.exp: Add test for breakpoint setting.
2286
2287 2018-12-28 Tom Tromey <tom@tromey.com>
2288
2289 * gdb.base/style.exp: Add test for variable names.
2290
2291 2018-12-28 Tom Tromey <tom@tromey.com>
2292
2293 * gdb.base/style.exp: New file.
2294 * gdb.base/style.c: New file.
2295
2296 2018-12-28 Tom Tromey <tom@tromey.com>
2297
2298 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2299 "dumb".
2300 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2301 the TERM environment variable.
2302
2303 2018-12-27 Tom Tromey <tom@tromey.com>
2304
2305 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2306 pagination test.
2307
2308 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2311 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2312
2313 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2314
2315 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2316 Filename a.adb changed to bp_fun_addr.adb.
2317 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2318
2319 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2320
2321 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2322 non-PIE executables.
2323 * README: Mention the gdb,nopie_flag board setting.
2324 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2325 non-PIE executable.
2326 * gdb.arch/amd64-entry-value.exp: Likewise.
2327 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2328 * gdb.arch/i386-float.exp: Likewise.
2329 * gdb.arch/i386-signal.exp: Likewise.
2330 * gdb.mi/mi-reg-undefined.exp: Likewise.
2331
2332 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2333
2334 PR gdb/23974
2335 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2336
2337 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2338
2339 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2340 Update order of results accordingly.
2341
2342 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 * gdb.base/annota1.exp: Update a test regexp.
2345
2346 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2349
2350 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2351
2352 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2353 (reuse_time): Initialize to REUSE_TIME_CAP.
2354 (check_rc): New function.
2355 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2356 Check pthread_create rc.
2357 (spawner_thread_func): Check pthread_create and pthread_join rc.
2358
2359 2018-12-08 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.base/list.exp (test_forward_search): Rename to ...
2362 (test_forward_reverse_search): ... this. Also test reverse-search
2363 and the forward-search alias.
2364
2365 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2368 local timeout variable before return, and remove all local timeout
2369 variable entirely.
2370 (gdb_load): Likewise.
2371
2372 2018-12-01 Tom de Vries <tdevries@suse.de>
2373
2374 * gdb.base/gdb-caching-proc.exp: New file.
2375
2376 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2377
2378 * Makefile.in (TIMESTAMP): New variable.
2379 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2380 command.
2381 (check-single-racy): Likewise.
2382 (check/%.exp): Likewise.
2383 (check-racy/%.exp): Likewise.
2384 (workers/%.worker): Likewise.
2385 (build-perf): Likewise.
2386 (check-perf): Likewise.
2387 * README: Describe new "TS" and "TS_FORMAT" variables.
2388 * print-ts.py: New file.
2389
2390 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2391
2392 PR python/23714
2393 * gdb.python/python.exp: Test command repetition after
2394 gdb.execute.
2395
2396 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2399 is correctly aligned.
2400
2401 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2402
2403 * gdb.ada/info_auto_lang.exp: New testcase.
2404 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2405 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2406 * gdb.ada/info_auto_lang/some_c.c: New file.
2407
2408 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2409
2410 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2411 FUNC_lang language syntax.
2412
2413 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2414
2415 * gdb.base/info_minsym.c: New file.
2416 * gdb.base/info_minsym.exp: New file.
2417
2418 2018-11-19 Tom Tromey <tom@tromey.com>
2419
2420 PR rust/23625:
2421 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2422 * gdb.rust/expr.exp: Update expected output. Change one test.
2423
2424 2018-11-19 Tom Tromey <tom@tromey.com>
2425
2426 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2427
2428 2018-11-19 Pedro Alves <palves@redhat.com>
2429
2430 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2431 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2432 see the expected warning.
2433
2434 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2435
2436 PR gdb/22736:
2437 * gdb.cp/infcall-nodebug-lib.c: New test.
2438 * gdb.cp/infcall-nodebug-main.c: New test.
2439 * gdb.cp/infcall-nodebug.exp: New file.
2440
2441 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2442
2443 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2444 completer tests.
2445
2446 2018-11-09 Tom de Vries <tdevries@suse.de>
2447
2448 * gdb.base/msym-lang.c: New test.
2449 * gdb.base/msym-lang.exp: New file.
2450 * gdb.base/msym-lang-main.c: New test.
2451
2452 2018-11-08 Tom Tromey <tom@tromey.com>
2453
2454 PR gdb/23555:
2455 PR gdb/23838:
2456 * gdb.base/warning.exp: New file.
2457
2458 2018-11-08 Jan Beulich <jbeulich@suse.com>
2459
2460 * testsuite/gdb.arch/i386-avx512.c,
2461 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2462
2463 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2464
2465 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2466 point hardware.
2467
2468 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2469
2470 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2471 * gdb.dwarf2/missing-type-name.exp: New file.
2472
2473 2018-11-06 Tom de Vries <tdevries@suse.de>
2474
2475 * gdb.base/many-headers.c: New test.
2476 * gdb.base/many-headers.exp: New file.
2477
2478 2018-11-06 Jim Wilson <jimw@sifive.com>
2479
2480 * gdb.base/code_elim.exp: For riscv, set additional_flags
2481 to include -msmall-data-limit=0.
2482
2483 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2484
2485 * gdb.ada/watch_minus_l: New testcase.
2486
2487 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2488
2489 * gdb.arch/aix-sighandle.c: New file.
2490 * gdb.arch/aix-sighandle.exp: New file.
2491
2492 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2495 registers being unions.
2496
2497 2018-10-31 Tom de Vries <tdevries@suse.de>
2498
2499 * lib/valgrind.exp: New file.
2500 (vgdb_start, vgdb_stop): New procs, factored out of ...
2501 * gdb.base/valgrind-bt.exp: ... here, ...
2502 * gdb.base/valgrind-disp-step.exp: ... here and ...
2503 * gdb.base/valgrind-infcall.exp: ... here.
2504
2505 2018-10-31 Tom de Vries <tdevries@suse.de>
2506
2507 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2508
2509 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2510
2511 * gdb.dwarf2/void-type.c: New file.
2512 * gdb.dwarf2/void-type.exp: New file.
2513
2514 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2515
2516 * gdb.base/info_qt.c: New file.
2517 * gdb.base/info_qt.exp: New file.
2518
2519 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2520
2521 * gdb.arch/powerpc-htm-regs.c: New file.
2522 * gdb.arch/powerpc-htm-regs.exp: New file.
2523
2524 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2525
2526 * gdb.arch/powerpc-tar.c: New file.
2527 * gdb.arch/powerpc-tar.exp: New file.
2528
2529 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2530
2531 * gdb.arch/powerpc-ppr-dscr.c: New file.
2532 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2533
2534 2018-10-25 Tom de Vries <tdevries@suse.de>
2535
2536 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2537
2538 2018-10-24 Tom de Vries <tdevries@suse.de>
2539
2540 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2541 longer exists error.
2542
2543 2018-10-24 Tom de Vries <tdevries@suse.de>
2544
2545 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2546
2547 2018-10-24 Tom de Vries <tdevries@suse.de>
2548
2549 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2550 --db-attach in valgrind.
2551
2552 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2553
2554 * gdb.arch/riscv-reg-aliases.c: New file.
2555 * gdb.arch/riscv-reg-aliases.exp: New file.
2556
2557 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2558
2559 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2560
2561 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2562
2563 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2564
2565 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2566
2567 * gdb.cp/ovldbreak.exp: Fix regexps.
2568
2569 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2570
2571 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2572
2573 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2574
2575 PR cli/23785
2576 * gdb.base/restore.exp: New test to check if "restore" with an
2577 invalid file doesn't segfault.
2578
2579 2018-10-18 Tom de Vries <tdevries@suse.de>
2580
2581 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2582 * gdb.ada/excep_handle.exp: Same.
2583 * gdb.ada/mi_string_access.exp: Same.
2584 * gdb.ada/mi_var_union.exp: Same.
2585 * gdb.arch/arc-analyze-prologue.exp: Same.
2586 * gdb.arch/arc-decode-insn.exp: Same.
2587 * gdb.base/readnever.exp: Same.
2588 * gdb.fortran/printing-types.exp: Same.
2589 * gdb.guile/scm-lazy-string.exp: Same.
2590
2591 2018-10-16 Tom de Vries <tdevries@suse.de>
2592
2593 PR gdb/23730
2594 * gdb.base/catch-follow-exec.c: Add copyright notice.
2595 * gdb.base/catch-follow-exec.exp: Rewrite to use
2596 gdb_spawn_with_cmdline_opts. Require gdb-native.
2597
2598 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2599
2600 * gdb.trace/actions-changed.exp: Check for arch support.
2601 * gdb.trace/actions.exp: Likewise.
2602 * gdb.trace/ax.exp: Likewise.
2603 * gdb.trace/backtrace.exp: Likewise.
2604 * gdb.trace/change-loc.exp: Likewise.
2605 * gdb.trace/deltrace.exp: Likewise.
2606 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2607 * gdb.trace/ftrace.exp: Likewise.
2608 * gdb.trace/infotrace.exp: Check for arch support.
2609 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2610 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2611 * gdb.trace/mi-tsv-changed.exp: Likewise.
2612 * gdb.trace/packetlen.exp: Likewise.
2613 * gdb.trace/passc-dyn.exp: Likewise.
2614 * gdb.trace/passcount.exp: Likewise.
2615 * gdb.trace/pending.exp: Likewise.
2616 * gdb.trace/range-stepping.exp: Check for shlib support.
2617 * gdb.trace/report.exp: Check for arch support.
2618 * gdb.trace/save-trace.exp: Likewise.
2619 * gdb.trace/signal.exp: Check for signal support.
2620 * gdb.trace/tfind.exp: Check for arch support.
2621 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2622 * gdb.trace/trace-common.h: Add comment.
2623 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2624 * gdb.trace/trace-enable-disable.exp: Likewise.
2625 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2626 * gdb.trace/tracecmd.exp: Check for arch support.
2627 * gdb.trace/tspeed.exp: Check for shlib and target support.
2628 * gdb.trace/tstatus.exp: Check for arch support.
2629 * gdb.trace/tsv.exp: Likewise.
2630 * gdb.trace/while-dyn.exp: Likewise.
2631 * gdb.trace/while-stepping.exp: Likewise.
2632 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2633
2634 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2635
2636 * gdb.trace/tspeed.exp: Remove nowarnings.
2637 (prepare_for_trace_test): Declare "global ipalib".
2638 * gdb.trace/tspeed.c: Include unistd.h.
2639 (main): Remove superfluous printf argument.
2640
2641 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2642
2643 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2644 directory prefix on the filename.
2645
2646 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2647
2648 * gdb.gdb/unittest.exp: Update expected message informing that
2649 selftests have been disabled.
2650 * gdb.server/unittest.exp: Likewise.
2651
2652 2018-10-09 Tom de Vries <tdevries@suse.de>
2653
2654 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2655 with runto_main.
2656
2657 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2658
2659 PR c++/16841
2660 * gdb.cp/virtbase2.cc: New file.
2661 * gdb.cp/virtbase2.exp: New file.
2662
2663 2018-10-06 Tom Tromey <tom@tromey.com>
2664
2665 PR python/19399:
2666 * gdb.python/py-inferior.exp: Add architecture test.
2667
2668 2018-10-06 Tom Tromey <tom@tromey.com>
2669
2670 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2671 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2672
2673 2018-10-06 Tom Tromey <tom@tromey.com>
2674
2675 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2676 of a "throw" catchpoint.
2677
2678 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2679
2680 * gdb.base/info-proc.exp: Update string expected from "help info
2681 proc".
2682
2683 2018-10-04 Tom Tromey <tom@tromey.com>
2684
2685 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2686 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2687 (test_initial_complaints, test_empty_complaints): Update.
2688 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2689
2690 2018-10-04 Tom Tromey <tom@tromey.com>
2691
2692 PR cli/19551:
2693 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2694 * lib/gdb.exp (gdb_file_cmd): Update.
2695 * gdb.stabs/weird.exp (print_weird_var): Update.
2696 * gdb.server/solib-list.exp: Update.
2697 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2698 * gdb.mi/mi-cli.exp: Update.
2699 * gdb.linespec/linespec.exp: Update.
2700 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2701 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2702 * gdb.cp/cp-relocate.exp: Update.
2703 * gdb.base/sym-file.exp: Update.
2704 * gdb.base/relocate.exp: Update.
2705 * gdb.base/readnever.exp: Update.
2706 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2707 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2708 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2709 * gdb.base/code_elim.exp: Update.
2710 * gdb.base/break-unload-file.exp (test_break): Update.
2711 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2712 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2713 Update.
2714 * gdb.base/attach.exp (do_attach_tests): Update.
2715 * gdb.base/sepdebug.exp: Update.
2716 * gdb.python/py-section-script.exp: Update.
2717
2718 2018-10-04 Tom Tromey <tom@tromey.com>
2719
2720 PR cli/22234:
2721 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2722 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2723 output.
2724
2725 2018-10-04 Tom Tromey <tom@tromey.com>
2726
2727 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2728 set width and height to 0.
2729 (test_command_line_attach_run): Use -quiet.
2730
2731 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2732
2733 * lib/gdb.exp (skip_ifunc_tests): New.
2734 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2735 other compile failures.
2736 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2737
2738 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2739
2740 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2741 is_amd64_regs_target.
2742
2743 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2744
2745 * gdb.arch/aarch64-sighandler-regs.c: New test.
2746 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2747 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2748
2749 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2750
2751 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2752 assembly.
2753
2754 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2755
2756 * gdb.base/frame-selection.exp: New file.
2757 * gdb.base/frame-selection.c: New file.
2758
2759 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2760
2761 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2762 pthread barrier.
2763 (main): Likewise.
2764
2765 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2766
2767 * gdb.base/large-frame-1.c: New file.
2768 * gdb.base/large-frame-2.c: New file.
2769 * gdb.base/large-frame.exp: New file.
2770 * gdb.base/large-frame.h: New file.
2771
2772 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2773
2774 PR gdb/20948
2775 * gdb.base/write_mem.exp: New test.
2776 * gdb.base/write_mem.c: Likewise.
2777
2778 2018-09-23 Tom Tromey <tom@tromey.com>
2779
2780 PR python/18852:
2781 * gdb.python/py-parameter.exp: Add test for parameter that throws
2782 on "set".
2783
2784 2018-09-23 Tom Tromey <tom@tromey.com>
2785
2786 PR python/17284:
2787 * gdb.python/py-template.exp (test_template_arg): Add test for
2788 negative template argument number.
2789
2790 2018-09-23 Tom Tromey <tom@tromey.com>
2791
2792 PR python/14062:
2793 * gdb.python/python.exp: Add test for post_event error.
2794
2795 2018-09-23 Tom Tromey <tom@tromey.com>
2796
2797 PR python/18170:
2798 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2799 convert pointers to int and long.
2800
2801 2018-09-23 Tom Tromey <tom@tromey.com>
2802
2803 PR python/20126:
2804 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2805 signed-ness conversion tests.
2806
2807 2018-09-23 Tom Tromey <tom@tromey.com>
2808
2809 PR python/18352;
2810 * gdb.python/py-value.exp (test_float_conversion): New proc.
2811 Use it.
2812
2813 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2814
2815 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2816
2817 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2818
2819 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2820 no readline.
2821 * gdb.base/utf8-identifiers.exp: Likewise.
2822 * gdb.cp/cpcompletion.exp: Likewise.
2823 * gdb.linespec/cpcompletion.exp: Likewise.
2824 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2825 * gdb.linespec/cpls-ops.exp: Likewise.
2826
2827 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2828 Chris January <chris.january@arm.com>
2829
2830 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2831 * gdb.fortran/short-circuit-argument-list.exp: New file.
2832 * gdb.fortran/short-circuit-argument-list.f90: New test.
2833
2834 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2835
2836 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2837 "arch=" keyword when executing "-stack-list-frames".
2838
2839 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2840
2841 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2842 "arch=" keyword when executing "-stack-list-frames".
2843
2844 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2845
2846 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2847 break ada".
2848
2849 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2850
2851 PR python/23669
2852 * gdb.python/python.exp: Test gdb.execute("show commands").
2853
2854 2018-09-16 Tom Tromey <tom@tromey.com>
2855
2856 * gdb.base/new-ui.exp (do_execution_tests): Update.
2857 * gdb.base/dbx.exp (test_breakpoints): Update.
2858
2859 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2860
2861 * lib/gdb.exp (gdb_simple_compile): Add proc.
2862 (is_elf_target): Use gdb_simple_compile.
2863 (skip_altivec_tests): Likewise.
2864 (skip_vsx_tests): Likewise.
2865 (skip_tsx_tests): Likewise.
2866 (skip_btrace_tests): Likewise.
2867 (skip_btrace_pt_tests): Likewise.
2868 (gdb_can_simple_compile): Likewise.
2869 (gdb_has_argv0): Likewise.
2870 (gdb_target_symbol_prefix): Likewise.
2871 (target_supports_scheduler_locking): Likewise.
2872
2873 2018-09-13 Tom Tromey <tom@tromey.com>
2874
2875 * Makefile.in (TAGS): Recognize proc_with_prefix and
2876 gdb_caching_proc.
2877
2878 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2879
2880 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2881 method.
2882
2883 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2884
2885 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2886 and a few other Inferior properties when the Inferior is no
2887 longer valid.
2888
2889 2018-09-13 Tom Tromey <tom@tromey.com>
2890
2891 PR rust/23650:
2892 * gdb.rust/simple.exp: Add test for enum field access error.
2893
2894 2018-09-13 Tom Tromey <tom@tromey.com>
2895
2896 PR rust/23626:
2897 * gdb.rust/simple.rs (EmptyEnum): New type.
2898 (main): Use it.
2899 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2900
2901 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2902
2903 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2904 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2905 * gdb.python/py-symtab.exp: Update test printing an objfile.
2906
2907 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2908
2909 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2910 object.
2911
2912 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2913
2914 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2915 (support_complex_tests): Use gdb_can_simple_compile.
2916 (is_ilp32_target): Likewise.
2917 (is_lp64_target): Likewise.
2918 (is_64_target): Likewise.
2919 (is_amd64_regs_target): Likewise.
2920 (is_aarch32_target): Likewise.
2921 (gdb_int128_helper): Likewise.
2922
2923 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2924
2925 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2926
2927 2018-09-10 Jerome Guitton <guitton@adacore.com>
2928
2929 * gdb.ada/same_component_name: Add test for case of tagged record
2930 with variable-length fields.
2931
2932 2018-09-10 Xavier Roirand <roirand@adacore.com>
2933
2934 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2935 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2936 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2937 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2938
2939 2018-09-10 Xavier Roirand <roirand@adacore.com>
2940
2941 * gdb.ada/mi_string_access.exp: New testcase.
2942 * gdb.ada/mi_string_access/bar.adb: New file.
2943 * gdb.ada/mi_string_access/pck.adb: New file.
2944 * gdb.ada/mi_string_access/pck.asd: New file.
2945
2946 2018-09-10 Xavier Roirand <roirand@adacore.com>
2947
2948 * gdb.ada/mi_var_union.exp: New testcase.
2949 * gdb.ada/mi_var_union/bar.adb: New file.
2950 * gdb.ada/mi_var_union/pck.adb: New file.
2951 * gdb.ada/mi_var_union/pck.asd: New file.
2952
2953 2018-09-08 Tom Tromey <tom@tromey.com>
2954
2955 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2956
2957 2018-09-08 Tom Tromey <tom@tromey.com>
2958
2959 PR python/16047:
2960 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2961 (register_pretty_printers): Register new printer.
2962 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2963 test.
2964 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2965 (an_int_type3): New global.
2966
2967 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2968
2969 * gdb.ada/expr_with_funcall: New testcase.
2970
2971 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2972
2973 * gdb.ada/packed_array_assign: New testcase.
2974
2975 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2976
2977 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2978 names, and add test prefixes to make test names unique.
2979
2980 2018-09-05 Tom de Vries <tdevries@suse.de>
2981
2982 * gdb.dwarf2/varval.exp: Add test.
2983
2984 2018-09-04 Gary Benson <gbenson@redhat.com>
2985
2986 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2987 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2988
2989 2018-08-31 Tom Tromey <tom@tromey.com>
2990
2991 * gdb.rust/simple.rs: Rename second variable "v".
2992
2993 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.base/funcargs.c (use_a): New function.
2996 (recurse): Call use_a.
2997
2998 2018-08-29 Keith Seitz <keiths@redhat.com>
2999
3000 * gdb.compile/compile-cplus-anonymous.cc: New file.
3001 * gdb.compile/compile-cplus-anonymous.exp: New file.
3002 * gdb.compile/compile-cplus-array-decay.cc: New file.
3003 * gdb.compile/compile-cplus-array-decay.exp: New file.
3004 * gdb.compile/compile-cplus-inherit.cc: New file.
3005 * gdb.compile/compile-cplus-inherit.exp: New file.
3006 * gdb.compile/compile-cplus-member.cc: New file.
3007 * gdb.compile/compile-cplus-member.exp: New file.
3008 * gdb.compile/compile-cplus-method.cc: New file.
3009 * gdb.compile/compile-cplus-method.exp: New file.
3010 * gdb.compile/compile-cplus-mod.c: "New" file.
3011 * gdb.compile/compile-cplus-namespace.cc: New file.
3012 * gdb.compile/compile-cplus-namespace.exp: New file.
3013 * gdb.compile/compile-cplus-nested.cc: New file.
3014 * gdb.compile/compile-cplus-nested.exp: New file.
3015 * gdb.compile/compile-cplus-print.c: "New" file.
3016 * gdb.compile/compile-cplus-print.exp: "New" file.
3017 * gdb.compile/compile-cplus-virtual.cc: New file.
3018 * gdb.compile/compile-cplus-virtual.exp: New file.
3019 * gdb.compile/compile-cplus.c: "New" file.
3020 * gdb.compile/compile-cplus.exp: "New" file.
3021 * lib/compile-support.exp: New file.
3022
3023 2018-08-16 Gary Benson <gbenson@redhat.com>
3024
3025 PR gdb/13000:
3026 * gdb.base/batch-exit-status.exp: New file.
3027 * gdb.base/batch-exit-status.good-commands: Likewise.
3028 * gdb.base/batch-exit-status.bad-commands: Likewise.
3029
3030 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3031
3032 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3033 (struct struct02): Likewise.
3034 (struct struct03): Likewise.
3035 (struct struct04): Likewise.
3036 (struct struct_01_01): New struct.
3037 (struct struct_01_02): Likewise.
3038 (struct struct_01_03): Likewise.
3039 (struct struct_01_04): Likewise.
3040 (struct struct_02_01): Likewise.
3041 (struct struct_02_02): Likewise.
3042 (struct struct_02_03): Likewise.
3043 (struct struct_02_04): Likewise.
3044 (struct struct_04_01): Likewise.
3045 (struct struct_04_02): Likewise.
3046 (struct struct_04_03): Likewise.
3047 (struct struct_04_04): Likewise.
3048 (struct struct_05_01): Likewise.
3049 (struct struct_05_02): Likewise.
3050 (struct struct_05_03): Likewise.
3051 (struct struct_05_04): Likewise.
3052 (cmp_struct01): Remove function.
3053 (cmp_struct02): Likewise.
3054 (cmp_struct03): Likewise.
3055 (cmp_struct04): Likewise.
3056 (cmp_struct_01_01): Add Function.
3057 (cmp_struct_01_02): Likewise.
3058 (cmp_struct_01_03): Likewise.
3059 (cmp_struct_01_04): Likewise.
3060 (cmp_struct_02_01): Likewise.
3061 (cmp_struct_02_02): Likewise.
3062 (cmp_struct_02_03): Likewise.
3063 (cmp_struct_02_04): Likewise.
3064 (cmp_struct_04_01): Likewise.
3065 (cmp_struct_04_02): Likewise.
3066 (cmp_struct_04_03): Likewise.
3067 (cmp_struct_04_04): Likewise.
3068 (cmp_struct_05_01): Likewise.
3069 (cmp_struct_05_02): Likewise.
3070 (cmp_struct_05_03): Likewise.
3071 (cmp_struct_05_04): Likewise.
3072 (call_all): Add new structs.
3073 * gdb.base/infcall-nested-structs.exp: Likewise.
3074
3075 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3076
3077 * gdb.python/py-framefilter-mi.exp: Update regexp to
3078 check for "arch" field in frame output.
3079
3080 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3081
3082 * gdb.dwarf2/dw2-ranges-func.c: New file.
3083 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3084
3085 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3086
3087 * gdb.base/term.exp: Compare terminal settings with values from
3088 the inferior.
3089 * gdb.base/term.c: Get and set terminal settings.
3090
3091 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3092
3093 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3094 accommodate new "arch" field in frame output.
3095 * gdb.mi/mi-return.exp: Likewise.
3096 * gdb.mi/mi-stack.exp: Likewise.
3097 * gdb.mi/mi-syn-frame.exp: Likewise.
3098 * gdb.mi/user-selected-context-sync.exp: Likewise.
3099
3100 2018-08-19 Michael Spang <spang@google.com>
3101
3102 PR gdb/11786
3103 * gdb.base/gcore-tls-pie.c: New file.
3104 * gdb.base/gcore-tls-pie.exp: New file.
3105
3106 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3107
3108 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3109 * gdb.dwarf2/varval.c: New file.
3110 * gdb.dwarf2/varval.exp: New file.
3111
3112 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3113
3114 PR gdb/18931
3115 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3116
3117 2018-08-16 Keith Seitz <keiths@redhat.com>
3118
3119 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3120 tests expected to pass.
3121
3122 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3123
3124 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3125 -data-disassemble -a.
3126 (test_disassembly_bogus_args): Likewise.
3127
3128 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3131
3132 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3133
3134 * gdb.base/vla-optimized-out.exp: Add new test.
3135
3136 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.base/vla-optimized-out-o3.exp: Delete.
3139 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3140 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3141 deleted tests.
3142
3143 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 PR gdb/18050:
3146 * gdb.server/extended-remote-restart.c: New file.
3147 * gdb.server/extended-remote-restart.exp: New file.
3148
3149 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3150
3151 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3152 "set variable index = 42".
3153
3154 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3155
3156 * boards/index-cache-gdb.exp: New file.
3157 * gdb.dwarf2/index-cache.exp: New file.
3158 * gdb.dwarf2/index-cache.c: New file.
3159 * gdb.base/maint.exp: Check if we are using the index cache.
3160
3161 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3162
3163 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3164 MAKEFLAGS.
3165
3166 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3167
3168 * dg-extract-results.sh: Move to toplevel contrib.
3169 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3170 * Makefile.in (check-parallel-racy): Likewise.
3171
3172 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3173
3174 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3175 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3176 tests if the target supports scheduler locking.
3177
3178 2018-08-04 Tom de Vries <tdevries@suse.de>
3179
3180 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3181
3182 2018-08-02 Tom Tromey <tom@tromey.com>
3183
3184 PR symtab/16842.
3185 * gdb.cp/temargs.exp: Test "info address" of a template
3186 parameter.
3187
3188 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3189
3190 * gdb.python/py-mi-var-info-path-expression.c: New file.
3191 * gdb.python/py-mi-var-info-path-expression.py: New file.
3192 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3193
3194 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3195
3196 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3197 error after "cannot resolve name" string.
3198
3199 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3202 started.
3203 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3204
3205 2018-07-28 Tom de Vries <tdevries@suse.de>
3206
3207 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3208
3209 2018-07-26 Tom de Vries <tdevries@suse.de>
3210
3211 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3212
3213 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3216 is visible.
3217
3218 2018-07-26 Tom de Vries <tdevries@suse.de>
3219
3220 PR breakpoints/23366
3221 * gdb.base/catch-follow-exec.c: New test.
3222 * gdb.base/catch-follow-exec.exp: New file.
3223
3224 2018-07-25 Tom de Vries <tdevries@suse.de>
3225
3226 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3227 vla-optimized-out.c.
3228
3229 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3230
3231 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3232 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3233
3234 2018-07-20 Tom de Vries <tdevries@suse.de>
3235
3236 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3237 NOCLONE macro.
3238 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3239
3240 2018-07-19 Tom de Vries <tdevries@suse.de>
3241
3242 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3243 regular expression.
3244
3245 2018-07-18 Tom de Vries <tdevries@suse.de>
3246
3247 * gdb.base/vla-optimized-out.c: New test.
3248 * gdb.base/vla-optimized-out.exp: New file.
3249
3250 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3251
3252 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3253 message "No address associated with hostname" when gdbserver
3254 cannot resolve the hostname.
3255
3256 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3257
3258 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3259 Add some test prefixes to make tests unique.
3260
3261 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3262
3263 * gdb.base/frameapply.c: New file.
3264 * gdb.base/frameapply.exp: New file.
3265
3266 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3267
3268 * gdb.base/skip.exp: Update expected error message.
3269
3270 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3271 Jan Kratochvil <jan.kratochvil@redhat.com>
3272 Paul Fertser <fercerpav@gmail.com>
3273 Tsutomu Seki <sekiriki@gmail.com>
3274
3275 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3276 parameter.
3277 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3278 by default.
3279 * boards/native-gdbserver.exp: Likewise.
3280 * gdb.server/run-without-local-binary.exp: Improve regexp used
3281 for detecting when a remote debugging connection succeeds.
3282 * gdb.server/server-connect.exp: New file.
3283 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3284 Do not prefix the port number with ":".
3285 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3286 support for detecting and using it. Add '$debughost_gdbserver'
3287 to the list of arguments used to start gdbserver. Handle case
3288 when gdbserver cannot resolve a network name.
3289
3290 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3291
3292 PR c++/23373
3293 * gdb.base/ptype-offsets.cc (struct static_member): New
3294 struct.
3295 (main) <stmember>: New variable.
3296 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3297 with a static member in it.
3298
3299 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3300
3301 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3302 watchpoints enabled and disabled.
3303
3304 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * gdb.base/examine-backward.exp: Still run tests around address
3307 0x0, even if address 0x0 is not readable. Update the pattern for
3308 matching address 0x0 in expected output.
3309
3310 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3311
3312 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3313 malloc/free.
3314
3315 2018-07-04 Tom de Vries <tdevries@suse.de>
3316
3317 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3318
3319 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3320
3321 PR tdep/8282
3322 * gdb.arch/mips-disassembler-options.exp: New test.
3323 * gdb.arch/mips-disassembler-options.s: New test source.
3324
3325 2018-06-29 Pedro Alves <palves@redhat.com>
3326
3327 * gdb.threads/names.exp: Adjust expected "info threads" output.
3328
3329 2018-06-29 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.opt/inline-break.exp (line number, address): Add "info
3332 break" tests.
3333
3334 2018-06-29 Pedro Alves <palves@redhat.com>
3335
3336 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3337 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3338 number and address and running to them.
3339
3340 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3341
3342 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3343
3344 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 * lib/compiler.c: Remove executable permission flag.
3347
3348 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3349
3350 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3351 code.
3352 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3353
3354 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3355
3356 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3357
3358 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3359
3360 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3361 address argument is omitted.
3362
3363 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3364
3365 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3366
3367 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3368
3369 PR gdb/21695
3370 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3371 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3372
3373 2018-06-26 Tom Tromey <tom@tromey.com>
3374
3375 PR rust/22574:
3376 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3377 * gdb.rust/simple.rs (struct SimpleLayout): New.
3378
3379 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3380
3381 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3382 "info registers" output.
3383
3384 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3385
3386 * gdb.base/watchpoint-hw-attach.c: New test.
3387 * gdb.base/watchpoint-hw-attach.exp: New file.
3388
3389 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3390
3391 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3392 through /bin/sh.
3393 * boards/dwarf4-gdb-index.exp: Likewise.
3394 * boards/fission-dwp.exp: Likewise.
3395
3396 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3397
3398 * gdb.base/float128.exp: Add comment and improved fail message
3399 to the failure case of "print large128" test.
3400
3401 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3402
3403 * configure.ac: Remove AC_PREREQ.
3404 * configure: Re-generate.
3405
3406 2018-06-19 Pedro Alves <palves@redhat.com>
3407
3408 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3409 (func_extern_caller): New.
3410 (main): Call func_extern_caller.
3411 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3412 logic change.
3413
3414 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3415
3416 PR gdb/16841
3417 * gdb.cp/typedef-base.cc: New file.
3418 * gdb.cp/typedef-base.exp: New file.
3419
3420 2018-06-18 Tom de Vries <tdevries@suse.de>
3421
3422 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3423
3424 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3425 Richard Bunt <Richard.Bunt@arm.com>
3426
3427 * gdb.threads/attach-slow-waitpid.c: New file.
3428 * gdb.threads/attach-slow-waitpid.exp: New file.
3429 * gdb.threads/slow-waitpid.c: New file.
3430
3431 2018-06-14 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.base/fork-running-state.c: Include <errno.h>.
3434 (exit_if_relative_exits): New.
3435 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3436 exits.
3437 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3438 child exits.
3439
3440 2018-06-14 Tom de Vries <tdevries@suse.de>
3441
3442 PR cli/22573
3443 * gdb.base/finish-pretty.c: New test.
3444 * gdb.base/finish-pretty.exp: New file.
3445
3446 2018-06-14 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3449 gdb's expected startup output.
3450
3451 2018-06-14 Pedro Alves <palves@redhat.com>
3452
3453 * lib/selftest-support.exp (selftest_setup): Remove inlined
3454 function handling.
3455
3456 2018-06-14 Tom de Vries <tdevries@suse.de>
3457
3458 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3459 matching of breakpoint printing.
3460
3461 2018-06-13 Tom de Vries <tdevries@suse.de>
3462
3463 PR testsuite/23269
3464 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3465 (fork_child): ... here, and ...
3466 (fork_parent): ... here.
3467
3468 2018-06-12 Tom de Vries <tdevries@suse.de>
3469
3470 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3471
3472 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3473 Stephen Roberts <stephen.roberts@arm.com>
3474
3475 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3476 rewrite test to describe action performed, rather than possible
3477 failure.
3478
3479 2018-06-08 Gary Benson <gbenson@redhat.com>
3480
3481 * gdb.threads/check-libthread-db.exp: New file.
3482 * gdb.threads/check-libthread-db.c: Likewise.
3483
3484 2018-06-05 Tom Tromey <tom@tromey.com>
3485
3486 * gdb.base/default.exp: Update expected "show version" output.
3487
3488 2018-06-05 Tom Tromey <tom@tromey.com>
3489
3490 PR cli/12326:
3491 * gdb.cp/static-print-quit.exp: Update.
3492 * lib/gdb.exp (pagination_prompt): Update.
3493 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3494 * gdb.python/python.exp: Update.
3495
3496 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3497
3498 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3499
3500 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3501
3502 * gdb.ada/bp_fun_addr: New testcase.
3503
3504 2018-06-01 Tom Tromey <tom@tromey.com>
3505
3506 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3507 results.
3508 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3509 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3510 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3511 * gdb.base/maint.exp (maint_pass_if): Update.
3512
3513 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3514
3515 * gdb.base/endian.exp: New test.
3516 * gdb.base/endian.c: New test source.
3517
3518 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3519
3520 PR gdb/23203
3521 * gdb.base/bt-selected-frame.c: New file.
3522 * gdb.base/bt-selected-frame.exp: New file.
3523 * lib/gdb.exp (get_current_frame_number): New function.
3524
3525 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3526 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.threads/tls-core.c: Include <stdlib.h>
3529 (thread_proc): Call `abort'.
3530 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3531 (tls_core_test): New procedure, bits factored out from ...
3532 (top level): ... here. Test both native cores and gcore cores.
3533
3534 2018-05-23 Tom Tromey <tom@tromey.com>
3535
3536 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3537
3538 2018-05-23 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3541 symfile_complaints.
3542 (test_short_complaints): Likewise.
3543 (test_empty_complaints): Likewise.
3544 (test_initial_complaints): Update.
3545
3546 2018-05-23 Tom Tromey <tom@tromey.com>
3547
3548 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3549
3550 2018-05-23 Tom Tromey <tom@tromey.com>
3551
3552 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3553 (test_short_complaints): Update.
3554
3555 2018-05-22 Pedro Alves <palves@redhat.com>
3556
3557 * gdb.base/remote.exp: Only gdb_start after compiling the
3558 testcase. Issue "disconnect" before testing "set remote" command
3559 defaults. Issue clean_restart before running to main.
3560
3561 2018-05-22 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.base/remote.exp: Adjust expected output of "show remote
3564 memory-write-packet-size". Add tests for "set remote
3565 memory-write-packet-size 0" and "set remote
3566 memory-write-packet-size fixed/limit".
3567
3568 2018-05-22 Pedro Alves <palves@redhat.com>
3569
3570 PR gdb/22973
3571 * gdb.base/utf8-identifiers.c: New file.
3572 * gdb.base/utf8-identifiers.exp: New file.
3573
3574 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3575
3576 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3577
3578 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3579
3580 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3581
3582 2018-05-18 Tom Tromey <tom@tromey.com>
3583
3584 * gdb.base/ptype-offsets.exp: Update.
3585
3586 2018-05-17 Keith Seitz <keiths@redhat.com>
3587
3588 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3589 in expected breakpoint stop locations.
3590 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3591 move to proper scope to test variable values.
3592 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3593 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3594 New functions.
3595 (main): Call not_inline_func3.
3596 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3597 inline_func1, inline_func2, and inline_func3. Test that when each
3598 breakpoint is hit, GDB properly reports both the stop location
3599 and the backtrace. Repeat tests for temporary breakpoints.
3600
3601 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3602
3603 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3604 rather then trying to access it in determining whether the PID
3605 of `gdbserver' could have been retrieved.
3606
3607 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.arch/amd64-init-x87-values.S: New file.
3610 * gdb.arch/amd64-init-x87-values.exp: New file.
3611
3612 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3613
3614 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3615
3616 2018-05-04 Tom Tromey <tom@tromey.com>
3617
3618 PR python/22730:
3619 * gdb.python/python.exp: Test multi-line execute.
3620
3621 2018-05-04 Tom Tromey <tom@tromey.com>
3622
3623 PR python/22731:
3624 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3625
3626 2018-05-04 Tom Tromey <tom@tromey.com>
3627
3628 PR gdb/11750:
3629 * gdb.base/define.exp: Test defining a user command inside a user
3630 command.
3631 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3632
3633 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3634 Pedro Alves <palves@redhat.com>
3635
3636 PR breakpoints/19806 and support for PR external/20207.
3637 * gdb.base/watchpoint-unaligned.c: New file.
3638 * gdb.base/watchpoint-unaligned.exp: New file.
3639
3640 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3641
3642 * gdb.base/maint.exp: Make test names unique, use
3643 test_prefix_command_help to test 'help maint info', and remove
3644 repeated test of 'help maint'.
3645
3646 2018-05-04 Tom Tromey <tom@tromey.com>
3647
3648 PR gdb/22619:
3649 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3650 behavior.
3651
3652 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3653
3654 * gdb.base/maint.exp: Process output from 'maint print registers'
3655 line at a time.
3656
3657 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3658
3659 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3660 timeout.
3661
3662 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3663
3664 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3665 filter pattern.
3666
3667 2018-05-02 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3670 to_log_command renames.
3671 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3672
3673 2018-05-02 Tom Tromey <tom@tromey.com>
3674
3675 * gdb.python/py-parameter.exp: Set test message.
3676
3677 2018-05-02 Tom Tromey <tom@tromey.com>
3678
3679 PR python/20084:
3680 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3681 PARAM_ZUINTEGER_UNLIMITED tests.
3682
3683 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3684
3685 PR rust/23124
3686 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3687 when casting.
3688
3689 2018-04-30 Tom Tromey <tom@tromey.com>
3690
3691 * gdb.python/py-type.exp: Check align attribute.
3692 * gdb.python/py-type.c: New "aligncheck" global.
3693
3694 2018-04-30 Tom Tromey <tom@tromey.com>
3695
3696 PR exp/17095:
3697 * gdb.dwarf2/dw2-align.exp: New file.
3698 * gdb.cp/align.exp: New file.
3699 * gdb.base/align.exp: New file.
3700 * lib/gdb.exp (gdb_int128_helper): New proc.
3701 (has_int128_c, has_int128_cxx): New caching procs.
3702
3703 2018-04-27 Tom Tromey <tom@tromey.com>
3704
3705 PR rust/22545:
3706 * gdb.rust/simple.exp: Add inclusive range tests.
3707
3708 2018-04-26 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3711 ifunc breakpoint locations correctly of ifunc breakpoints set
3712 while the program resolves the ifunc.
3713
3714 2018-04-26 Pedro Alves <palves@redhat.com>
3715
3716 * gdb.base/gnu-ifunc-final.c: New file.
3717 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3718 * gdb.base/gnu-ifunc.exp (executable): Delete.
3719 (staticexecutable): Adjust.
3720 (lib_opts, exec_opts): Delete.
3721 (make_binsuffix, build, set-break): New procedures.
3722 (misc_tests): New, with tests factored out from the top level.
3723 (top level): Test different combinations of ifunc resolver name,
3724 resolver with and with debug info, and ifunc target with and
3725 without debug info. Wrap static tests with with_target_prefix.
3726
3727 2018-04-26 Pedro Alves <palves@redhat.com>
3728
3729 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3730 return type" warnings.
3731
3732 2018-04-25 Pedro Alves <palves@redhat.com>
3733
3734 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3735 killed".
3736 * gdb.base/kill-after-signal.exp: Likewise.
3737 * gdb.threads/kill.exp: Likewise.
3738
3739 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3740 Sergio Durigan Junior <sergiodj@redhat.com>
3741 Pedro Alves <palves@redhat.com>
3742
3743 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3744 regexps to expect for '[Inferior ... detached]' as well.
3745 * gdb.base/attach.exp: Likewise.
3746 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3747 "gdb_continue_to_end".
3748 (test_catch_syscall_with_wrong_args): Likewise.
3749 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3750 ']'. Don't set 'verbose' on.
3751 * gdb.base/foll-vfork.exp: Likewise.
3752 * gdb.base/fork-print-inferior-events.c: New file.
3753 * gdb.base/fork-print-inferior-events.exp: New file.
3754 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3755 '[Inferior ... has been killed]' message.
3756 * gdb.base/kill-after-signal.exp: Likewise.
3757 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3758 detach message.
3759 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3760 message.
3761 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3762 regexps to expect for '[Inferior ... detached]' as well.
3763 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3764
3765 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3766
3767 PR gdb/23104
3768 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3769
3770 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3771
3772 * gdb.threads/multiple-successive-infcall.c: New test.
3773 * gdb.threads/multiple-successive-infcall.exp: New file.
3774
3775 2018-04-17 Tom Tromey <tom@tromey.com>
3776
3777 * gdb.rust/simple.rs (Union): New type.
3778 (main): New local "u".
3779 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3780
3781 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3782
3783 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3784 number information in output of "whereis" command.
3785 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3786
3787 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3788
3789 * gdb.ada/info_types.exp: Adjust expected output to the line
3790 numbers now printed by "info var/func/type".
3791 * gdb.base/completion.exp: Likewise.
3792 * gdb.base/included.exp: Likewise.
3793 * gdb.cp/cp-relocate.exp: Likewise.
3794 * gdb.cp/cplusfuncs.exp: Likewise.
3795 * gdb.cp/namespace.exp: Likewise.
3796 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3797
3798 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3799
3800 * gdb.btrace/cpu.exp: New.
3801
3802 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3803
3804 * gdb.base/step-indirect-call-thunk.exp: New.
3805 * gdb.base/step-indirect-call-thunk.c: New.
3806 * gdb.reverse/step-indirect-call-thunk.exp: New.
3807 * gdb.reverse/step-indirect-call-thunk.c: New.
3808
3809 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3810
3811 * gdb.base/pie-fork.c: New file.
3812 * gdb.base/pie-fork.exp: New file.
3813
3814 2018-04-11 Tom Tromey <tom@tromey.com>
3815
3816 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3817
3818 2018-04-10 Pedro Alves <palves@redhat.com>
3819
3820 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3821 exits. Instead loop running forever.
3822 (fork_parent): Run forever too.
3823
3824 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3825
3826 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3827 mi_continue_to_line.
3828 * gdb.mi/mi-stack.c (callee4): Add comment.
3829
3830 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3831
3832 * gdb.mi/mi-stack.exp: Fix indentation.
3833
3834 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3835
3836 PR gdb/22979
3837 * gdb.arch/amd64-osabi.exp: New file.
3838
3839 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3840
3841 PR gdb/22980
3842 * gdb.base/osabi.exp: New file.
3843
3844 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3845
3846 * gdb.cp/static-typedef-print.exp: New file.
3847 * gdb.cp/static-typedef-print.cc: New file.
3848
3849 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3850
3851 * gdb.ada/varsize_limit: New testcase.
3852
3853 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3854
3855 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3856
3857 * gdb.ada/notcplusplus: New testcase.
3858
3859 * gdb.base/c-linkage-name.c: New file.
3860 * gdb.base/c-linkage-name.exp: New testcase.
3861
3862 2018-03-26 Tom Tromey <tom@tromey.com>
3863
3864 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3865 * gdb.python/py-framefilter.py (name_error): New global.
3866 (ErrorInName.function): Use name_error.
3867
3868 2018-03-26 Tom Tromey <tom@tromey.com>
3869
3870 PR backtrace/15582:
3871 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3872
3873 2018-03-23 Keith Seitz <keiths@redhat.com>
3874
3875 PR c++/22968
3876 * gdb.cp/subtypes.exp: New file.
3877 * gdb.cp/subtypes.h: New file.
3878 * gdb.cp/subtypes.cc: New file.
3879 * gdb.cp/subtypes-2.cc: New file.
3880
3881 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3882
3883 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3884 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3885 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3886 -nostartfiles when compiling the test. Confirm that all registers
3887 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3888
3889 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3890
3891 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3892 option, syntax was wrong anyway.
3893 * gdb.arch/arm-disp-step.exp: Likewise.
3894 * gdb.arch/sparc64-regs.exp: Likewise.
3895 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3896 option, syntax was wrong anyway, switch to use
3897 prepare_for_testing.
3898 * gdb.arch/i386-disp-step.exp: Likewise.
3899
3900 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3901
3902 * gdb.ada/exec_changed.exp: Replace "target_info exists
3903 use_gdb_stub" by "use_gdb_stub".
3904 * gdb.ada/start.exp: Likewise.
3905 * gdb.base/async-shell.exp: Likewise.
3906 * gdb.base/attach-pie-misread.exp: Likewise.
3907 * gdb.base/attach-wait-input.exp: Likewise.
3908 * gdb.base/break-entry.exp: Likewise.
3909 * gdb.base/break-interp.exp: Likewise.
3910 * gdb.base/dprintf-detach.exp: Likewise.
3911 * gdb.base/nostdlib.exp: Likewise.
3912 * gdb.base/solib-nodir.exp: Likewise.
3913 * gdb.base/statistics.exp: Likewise.
3914 * gdb.base/testenv.exp: Likewise.
3915 * gdb.mi/mi-exec-run.exp: Likewise.
3916 * gdb.mi/mi-start.exp: Likewise.
3917 * gdb.multi/dummy-frame-restore.exp: Likewise.
3918 * gdb.multi/multi-arch-exec.exp: Likewise.
3919 * gdb.multi/multi-arch.exp: Likewise.
3920 * gdb.multi/tids.exp: Likewise.
3921 * gdb.multi/watchpoint-multi.exp: Likewise.
3922 * gdb.python/py-events.exp: Likewise.
3923 * gdb.threads/attach-into-signal.exp: Likewise.
3924 * gdb.threads/attach-stopped.exp: Likewise.
3925 * gdb.threads/threadapply.exp: Likewise.
3926 * lib/selftest-support.exp: Likewise.
3927
3928 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3929
3930 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3931
3932 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3933
3934 * gdb.perf/template-breakpoints.cc: New file.
3935 * gdb.perf/template-breakpoints.exp: New file.
3936 * gdb.perf/template-breakpoints.py: New file.
3937
3938 2018-03-19 Tom Tromey <tom@tromey.com>
3939
3940 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3941 y0.
3942 * gdb.rust/simple.exp: Test bare identifier form of struct
3943 initializer.
3944
3945 2018-03-19 Tom Tromey <tom@tromey.com>
3946
3947 * gdb.gdb/observer.exp: Remove.
3948
3949 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3950
3951 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3952 "qualified" option when setting breakpoints.
3953 * gdb.trace/backtrace.exp: Likewise.
3954 * gdb.trace/circ.exp: Likewise.
3955 * gdb.trace/collection.exp: Likewise.
3956 * gdb.trace/disconnected-tracing.exp: Likewise.
3957 * gdb.trace/ftrace-lock.exp: Likewise.
3958 * gdb.trace/ftrace.exp: Likewise.
3959 * gdb.trace/infotrace.exp: Likewise.
3960 * gdb.trace/packetlen.exp: Likewise.
3961 * gdb.trace/passc-dyn.exp: Likewise.
3962 * gdb.trace/qtro.exp: Likewise.
3963 * gdb.trace/read-memory.exp: Likewise.
3964 * gdb.trace/report.exp: Likewise.
3965 * gdb.trace/signal.exp: Likewise.
3966 * gdb.trace/status-stop.exp: Likewise.
3967 * gdb.trace/strace.exp: Likewise.
3968 * gdb.trace/tfind.exp: Likewise.
3969 * gdb.trace/trace-break.exp: Likewise.
3970 * gdb.trace/trace-condition.exp: Likewise.
3971 * gdb.trace/trace-mt.exp: Likewise.
3972 * gdb.trace/tstatus.exp: Likewise.
3973 * gdb.trace/tsv.exp: Likewise.
3974 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3975 * gdb.trace/unavailable.exp: Likewise.
3976 * gdb.trace/while-dyn.exp: Likewise.
3977
3978 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3979
3980 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3981 that libinproctrace is copied to the target.
3982
3983 2018-03-14 Tom Tromey <tom@tromey.com>
3984
3985 PR cli/14977:
3986 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3987 a null pointer.
3988 * gdb.base/wchar.exp: Likewise.
3989
3990 2018-03-14 Tom Tromey <tom@tromey.com>
3991
3992 PR cli/19918:
3993 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3994 flag.
3995
3996 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3997
3998 PR gdb/22841
3999 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4000 "target" to remote_exec.
4001
4002 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4003
4004 PR gdb/22841
4005 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4006 ${board}_upload): Remove.
4007
4008 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4009
4010 * gdb.cp/watch-cp.cc: New test.
4011 * gdb.cp/watch-cp.exp: New file.
4012
4013 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4014
4015 * gdb.base/infcall-nested-structs.exp: New file.
4016 * gdb.base/infcall-nested-structs.c: New file.
4017 * gdb.base/float.exp: Add riscv support.
4018
4019 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4020
4021 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4022 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4023
4024 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4025
4026 * gdb.server/abspath.exp: New file.
4027 * lib/gdb.exp (with_cwd): New procedure.
4028
4029 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4030
4031 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4032 use it.
4033 (gdb_is_target_remote_prompt): New proc.
4034 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4035 (gdb_is_target_native): Pass prompt parameter to
4036 gdb_is_target_1.
4037
4038 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4039
4040 * gdb.base/load-command.c: New file.
4041 * gdb.base/load-command.exp: New file.
4042 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4043 (gdb_is_target_1): ...this, and generalize for other targets
4044 than just remote.
4045 (gdb_is_target_remote): Use gdb_is_target_1.
4046 (gdb_is_target_native): use gdb_is_target_1.
4047
4048 2018-02-26 Tom Tromey <tom@tromey.com>
4049
4050 PR python/16497:
4051 * gdb.python/py-framefilter.exp: Update test.
4052
4053 2018-02-26 Tom Tromey <tom@tromey.com>
4054
4055 * gdb.dwarf2/variant.c: New file.
4056 * gdb.dwarf2/variant.exp: New file.
4057
4058 2018-02-26 Tom Tromey <tom@tromey.com>
4059
4060 * gdb.rust/simple.exp: Accept more possible results in enum test.
4061
4062 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4063
4064 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4065 parentheses.
4066
4067 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4068
4069 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4070 name of a variable: $actual_linejj -> $actual_line.
4071
4072 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4073
4074 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4075
4076 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4077
4078 * gdb.btrace/buffer-size.exp: Do not force BTS.
4079
4080 2018-02-14 Pedro Alves <palves@redhat.com>
4081
4082 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4083 getting a "Quit".
4084
4085 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4086
4087 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4088 Fix test name.
4089
4090 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * gdb.cp/m-static.exp: Check type of optimized out static
4093 member.
4094
4095 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4098 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4099
4100 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4101 Leszek Swirski <leszeks@google.com>
4102
4103 * gdb.python/py-prettyprint.c
4104 (struct to_string_returns_value_inner,
4105 struct to_string_returns_value_wrapper): New.
4106 (main): Add tsrvw variable.
4107 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4108 ToStringReturnsValueWrapper): New classes.
4109 (register_pretty_printers): Register new pretty-printers.
4110 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4111 recursive pretty printer.
4112 * gdb.python/py-mi.exp: Likewise.
4113
4114 2018-02-01 Leszek Swirski <leszeks@google.com>
4115
4116 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4117 functions with the same name as an include file are parsed
4118 correctly.
4119
4120 2018-02-01 Yao Qi <yao.qi@linaro.org>
4121
4122 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4123 "\[^\r\n\]*".
4124
4125 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4126
4127 * gdb.arch/powerpc-prologue-frame.s: New file.
4128 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4129 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4130
4131 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4132
4133 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4134
4135 2018-01-30 Pedro Alves <palves@redhat.com>
4136
4137 PR gdb/13211
4138 * gdb.base/interrupt-daemon.c: New.
4139 * gdb.base/interrupt-daemon.exp: New.
4140 * gdb.multi/multi-term-settings.c: New.
4141 * gdb.multi/multi-term-settings.exp: New.
4142
4143 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4144
4145 * gdb.base/break.exp: Save the location where the breakpoint
4146 on break.c:47 was actually inserted when debugging the version
4147 compiled at -O2 and use it in the expected output of the "info
4148 break" test performed soon after.
4149
4150 2018-01-22 Pedro Alves <palves@redhat.com>
4151 Sergio Durigan Junior <sergiodj@redhat.com>
4152
4153 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4154 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4155
4156 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4157
4158 * gdb.base/break-include.c, gdb.base/break-include.inc,
4159 gdb.base/break-include.exp: New files.
4160 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4161 line number now being the actual line number where the breakpoint
4162 was inserted.
4163 * gdb.mi/mi-break.exp: Likewise.
4164 * gdb.mi/mi-reverse.exp: Likewise.
4165 * gdb.mi/mi-simplerun.exp: Ditto.
4166
4167 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4168
4169 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4170 varobj.
4171 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4172
4173 2018-01-21 Don Breazeal <donb@codesourcery.com>
4174 Andrew Burgess <andrew.burgess@embecosm.com>
4175
4176 * gdb.mi/basics.c: Add new global.
4177 * gdb.mi/mi-frame-regs.exp: New file.
4178 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4179 case.
4180
4181 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4182
4183 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4184 non-parameter, and on an unknown symbol.
4185
4186 2018-01-19 Tom Tromey <tom@tromey.com>
4187
4188 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4189 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4190
4191 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4192
4193 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4194 setrlimit and chdir to int.
4195
4196 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4197
4198 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4199 function.
4200 (my_tend): Likewise.
4201 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4202 rationale of avoiding FP- and vector instructions.
4203
4204 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4205
4206 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4207 "info reg" with "\[ \t\]*".
4208 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4209 "\[ \t\]+".
4210 * gdb.arch/s390-multiarch.exp: Ditto.
4211 * gdb.base/pc-fp.exp: Ditto.
4212 * gdb.reverse/i386-precsave.exp: Ditto.
4213 * gdb.reverse/i386-reverse.exp: Ditto.
4214 * gdb.reverse/i387-env-reverse.exp: Ditto.
4215 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4216
4217 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4218
4219 * lib/gdb.exp (gdb_compile): Re-enable use of
4220 universal_compile_options for languages other than Rust.
4221
4222 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4223
4224 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4225
4226 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4227
4228 PR gdb/16577
4229 * gdb.base/solib-vanish.exp: New.
4230 * gdb.base/solib-vanish-main.c: New.
4231 * gdb.base/solib-vanish-lib1.c: New.
4232 * gdb.base/solib-vanish-lib2.c: New.
4233
4234 2018-01-17 Yao Qi <yao.qi@linaro.org>
4235
4236 * gdb.compile/compile.exp: Match the address printed for
4237 frame in the output of command "bt".
4238
4239 2018-01-15 Tom Tromey <tom@tromey.com>
4240
4241 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4242 compute sp_reg.
4243
4244 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4245
4246 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4247 to prepare.
4248 (prepare): Return 0 on error, 1 on success.
4249
4250 2018-01-12 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.base/continue-after-aborted-step-over.c: New.
4253 * gdb.base/continue-after-aborted-step-over.exp: New.
4254
4255 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4256
4257 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4258 options when not creating an executable.
4259
4260 2018-01-11 Pedro Alves <palves@redhat.com>
4261
4262 PR remote/22597
4263 * gdb.server/stop-reply-no-thread.c: New file.
4264 * gdb.server/stop-reply-no-thread.exp: New file.
4265
4266 2018-01-10 Pedro Alves <palves@redhat.com>
4267
4268 PR gdb/22670
4269 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4270 functions too. Test setting breakpoints and printing C functions
4271 with no debug info too.
4272 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4273
4274 2018-01-10 Pedro Alves <palves@redhat.com>
4275
4276 PR gdb/22670
4277 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4278 a fail.
4279
4280 2018-01-10 Pedro Alves <palves@redhat.com>
4281
4282 PR gdb/22670
4283 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4284
4285 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4286
4287 * gdb.server/unittest.exp: Match the output in non-development
4288 mode.
4289
4290 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4291
4292 * gdb.gdb/unittest.exp: Match output in non-development mode.
4293
4294 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4295
4296 * gdb.ada/access_tagged_param.exp: Relax expected output
4297 for value of "ObjL" in "continue" to pck.inspect breakpoint
4298 test.
4299
4300 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4301
4302 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4303 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4304
4305 2018-01-05 Pedro Alves <palves@redhat.com>
4306
4307 PR gdb/18653
4308 * gdb.base/libsegfault.exp: New.
4309
4310 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4311
4312 PR gdb/22670
4313 * gdb.ada/access_tagged_param.exp: New file.
4314 * gdb.ada/access_tagged_param/foo.adb: New file.
4315
4316 2018-01-05 Pedro Alves <palves@redhat.com>
4317
4318 PR gdb/22670
4319 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4320 exercise lower case too, and to exercise both full matching and
4321 wild matching.
4322
4323 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4324
4325 * gdb.ada/rename_subscript_param: New testcase.
4326
4327 2018-01-05 Jerome Guitton <guitton@adacore.com>
4328
4329 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4330
4331 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4332
4333 * gdb.ada/convvar_comp: New testcase.
4334
4335 2018-01-05 Xavier Roirand <roirand@adacore.com>
4336
4337 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4338 (My_Table): New global variable.
4339 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4340
4341 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4342
4343 PR gdb/22670
4344 * gdb.ada/maint_with_ada: New testcase.
4345
4346 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4347
4348 PR gdb/22670
4349 * gdb.ada/bp_c_mixed_case: New testcase.
4350
4351 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4352
4353 PR gdb/22670
4354 * gdb.ada/complete.exp: Add "complete break ada" test.
4355
4356 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4357
4358 PR gdb/22670
4359 * gdb.ada/info_addr_mixed_case: New testcase.
4360
4361 2018-01-03 Xavier Roirand <roirand@adacore.com>
4362
4363 * gdb.ada/excep_handle.exp: New testcase.
4364 * gdb.ada/excep_handle/foo.adb: New file.
4365 * gdb.ada/excep_handle/pck.ads: New file.
4366
4367 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4368
4369 * gdb.base/step-line.c: Add extra empty line in copyright header.
4370 * gdb.base/step-line.inp: Likewise.
4371
4372 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4373
4374 * gdb.ada/dyn_stride.exp: Add slice test.
4375
4376 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4377
4378 * gdb.ada/dyn_stride: New testcase.
4379
4380 2017-12-27 Stafford Horne <shorne@gmail.com>
4381
4382 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4383 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4384
4385 2017-12-27 Stafford Horne <shorne@gmail.com>
4386
4387 * gdb.base/reggroups.c: New file.
4388 * gdb.base/reggroups.exp: New file.
4389
4390 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4391
4392 * gdb.dwarf2/ada-valprint-error.c: New file.
4393 * gdb.dwarf2/ada-valprint-error.exp: New file.
4394
4395 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4396
4397 * gdb.ada/assign_arr: New testcase.
4398
4399 2017-12-18 Xavier Roirand <roirand@adacore.com>
4400
4401 * gdb.ada/funcall_ptr: New testcase.
4402
4403 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4404
4405 PR cli/16224
4406 * gdb.base/ptype-offsets.cc: New file.
4407 * gdb.base/ptype-offsets.exp: New file.
4408
4409 2017-12-15 Yao Qi <yao.qi@linaro.org>
4410
4411 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4412 if XML is disabled.
4413
4414 2017-12-15 Xavier Roirand <roirand@adacore.com>
4415
4416 * gdb.ada/same_component_name: New testcase.
4417
4418 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4419
4420 * gdb.ada/str_binop_equal: New testcase.
4421
4422 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4423
4424 * gdb.ada/task_switch_in_core: New testcase.
4425
4426 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4427
4428 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4429 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4430 call test_bkpt_qualified.
4431 (test_bkpt_qualified): New proc.
4432
4433 2017-12-13 Pedro Alves <palves@redhat.com>
4434
4435 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4436 Tighten regexp by matching with an anchor.
4437
4438 2017-12-13 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4441 ("expression with namespace"): New set of tests.
4442 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4443 (Nested::Test_NS::qux): New.
4444 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4445 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4446
4447 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4448
4449 * gdb.base/server-del-break.c: New file.
4450 * gdb.base/server-del-break.exp: New file.
4451
4452 2017-12-12 Stafford Horne <shorne@gmail.com>
4453
4454 * gdb.xml/tdesc-regs.exp: Add or1k support.
4455
4456 2017-12-12 Stafford Horne <shorne@gmail.com>
4457
4458 * gdb.base/bp-permanent.c: Define nop of or1k.
4459
4460 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4461
4462 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4463 output with components being reordered.
4464
4465 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4466
4467 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4468 output with components being reordered.
4469
4470 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4471 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/maint.exp (check for .gdb_index): Check also for
4474 .debug_names.
4475 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4476 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4477 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4478 (.gdb_index used after symbol reloading): Support also .debug_names.
4479 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4480
4481 2017-12-08 Yao Qi <yao.qi@linaro.org>
4482
4483 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4484 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4485
4486 2017-12-08 Yao Qi <yao.qi@linaro.org>
4487
4488 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4489 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4490
4491 2017-12-08 Yao Qi <yao.qi@linaro.org>
4492
4493 * gdb.arch/aarch64-tagged-pointer.c: New file.
4494 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4495
4496 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4497
4498 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4499 "int".
4500
4501 2017-12-07 Keith Seitz <keiths@redhat.com>
4502
4503 PR breakpoints/22569
4504 * gdb.linespec/ls-errs.exp: Change expected result of "break
4505 -source this file has spaces.c -line 3".
4506 Check that an explicit source file followed by whitespace is
4507 identified as an invalid explicit location.
4508
4509 2017-12-07 Keith Seitz <keiths@redhat.com>
4510
4511 * gdb.cp/nested-types.cc: New file.
4512 * gdb.cp/nested-types.exp: New file.
4513 * lib/cp-support.exp: Load data-structures.exp library.
4514 (debug_cp_test_ptype_class): New global.
4515 (cp_ptype_class_verbose, next_line): New procedures.
4516 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4517 Add and document new return value.
4518 Switch the list of lines to a queue.
4519 Add support for new `type' key for nested type definitions.
4520 Add debugging/troubleshooting messages.
4521 * lib/data-structures.exp: New file.
4522
4523 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4524
4525 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4526 with proc_with_prefix, don't use with_test_prefix.
4527
4528 2017-12-07 Tom Tromey <tom@tromey.com>
4529
4530 * gdb.base/break.exp: Add test for empty "commands".
4531
4532 2017-12-07 Yao Qi <yao.qi@linaro.org>
4533
4534 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4535 malloc and catch syscall.
4536
4537 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4538
4539 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4540 tests for explicit locations.
4541
4542 2017-12-06 Pedro Alves <palves@redhat.com>
4543
4544 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4545 force-disabling XML descriptions.
4546
4547 2017-12-04 Pedro Alves <palves@redhat.com>
4548
4549 PR gdb/22499
4550 * gdb.arch/amd64-disp-step-avx.S: New file.
4551 * gdb.arch/amd64-disp-step-avx.exp: New file.
4552
4553 2017-12-03 Pedro Alves <palves@redhat.com>
4554
4555 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4556 and <string.h>.
4557 (parent_function): Print distinct messages when waitpid fails, or
4558 the child exits with a signal, or the child exits for an unhandled
4559 reason.
4560 * gdb.threads/process-dies-while-detaching.exp
4561 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4562 it. Wait for both inferior output and GDB's prompt. Use an
4563 indirect spawn id list.
4564 (do_detach): New parameter 'child_exit'. Use it to compute
4565 expected inferior output.
4566 (test_detach, test_detach_watch, test_detach_killed_outside):
4567 Adjust to pass down the expected child exit kind.
4568
4569 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4570 Sergio Durigan Junior <sergiodj@redhat.com>
4571 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4574
4575 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4576
4577 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4578 to 'symbol-file' and 'add-symbol-file' can be
4579 position-independent.
4580
4581 2017-12-01 Yao Qi <yao.qi@linaro.org>
4582
4583 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4584 the URL in copyright header.
4585 * gdb.arch/aarch64-fp.exp: Likewise.
4586 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4587 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4588 * gdb.base/expand-psymtabs.exp: Likewise.
4589 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4590 * gdb.fortran/common-block.exp: Likewise.
4591 * gdb.fortran/common-block.f90: Likewise.
4592 * gdb.fortran/logical.exp: Likewise.
4593 * gdb.fortran/vla-datatypes.f90: Likewise.
4594 * gdb.fortran/vla-sub.f90: Likewise.
4595
4596 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4597
4598 * gdb.ada/repeat_dyn: New testcase.
4599
4600 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4601
4602 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4603 Update for changed thread numbering.
4604 * gdb.cell/bt.exp: Update for changed GDB output.
4605
4606 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4607
4608 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4609 setting isremote by hand.
4610 * boards/dwarf4-gdb-index.exp: Likewise.
4611 * boards/fission.exp: Likewise.
4612 * boards/stabs.exp: Likewise.
4613
4614 2017-11-30 Pedro Alves <palves@redhat.com>
4615
4616 * gdb.linespec/cpls-ops.exp
4617 (check_explicit_skips_function_argument): Extract the underlying
4618 type of size_t instead of hardcoding it.
4619
4620 2017-11-29 Pedro Alves <palves@redhat.com>
4621
4622 PR c++/19436
4623 * gdb.linespec/cpls-abi-tag.cc: New file.
4624 * gdb.linespec/cpls-abi-tag.exp: New file.
4625
4626 2017-11-29 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/langs.exp: Use -qualified.
4629 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4630 it.
4631 * gdb.cp/namespace.exp: Use -qualified.
4632 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4633 (overload-3, template-overload, template-ret-type, const-overload)
4634 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4635 procedures.
4636 (test_driver): Call them.
4637 * gdb.cp/save-bp-qualified.cc: New.
4638 * gdb.cp/save-bp-qualified.exp: New.
4639 * gdb.linespec/explicit.exp: Test -qualified.
4640 * lib/completion-support.exp (completion::explicit_opts_list): Add
4641 "-qualified".
4642 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4643
4644 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4645
4646 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4647
4648 2017-11-29 Tom Tromey <tom@tromey.com>
4649
4650 * gdb.base/relocate.exp: Update invalid argument test.
4651 Add new tests for invalid arguments.
4652
4653 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4654
4655 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4656 Return 0 as a long.
4657 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4658
4659 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4660
4661 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4662 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4663 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4664 func ().
4665 * gdb.cp/shadow.cc (B.func): Return 0.
4666
4667 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4668
4669 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4670 expected output in gdb_expect call to allow the exception
4671 message to be present as well. Fix syntax confusion to avoid
4672 TCL thinking that exception_name is an array.
4673
4674 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4675
4676 * gdb.arch/spu-info.c: Include <unistd.h>.
4677 (do_signal_test): Fix broken calls to write.
4678 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4679 Fix checks for empty mailboxes. Update signal tests for corrected
4680 do_signal_test routine. Allow nonzero event status.
4681 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4682 * gdb.cell/arch.exp: Use standard_output_file.
4683 * gdb.cell/break.exp: Likewise.
4684 * gdb.cell/bt.exp: Likewise.
4685 * gdb.cell/core.exp: Likewise.
4686 * gdb.cell/dwarfaddr.exp: Likewise.
4687 * gdb.cell/ea-cache.exp: Likewise.
4688 * gdb.cell/ea-standalone.exp: Likewise.
4689 * gdb.cell/f-regs.exp: Likewise.
4690 * gdb.cell/fork.exp: Likewise.
4691 * gdb.cell/gcore.exp: Likewise.
4692 * gdb.cell/mem-access.exp: Likewise.
4693 * gdb.cell/ptype.exp: Likewise.
4694 * gdb.cell/registers.exp: Likewise.
4695 * gdb.cell/sizeof.exp: Likewise.
4696 * gdb.cell/solib-symbol.exp: Likewise.
4697 * gdb.cell/solib.exp: Likewise.
4698
4699 2017-11-25 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.base/complete-empty.exp: New file.
4702 * gdb.base/completion.exp: Adjust.
4703
4704 2017-11-25 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.linespec/cpls-ops.cc: New file.
4707 * gdb.linespec/cpls-ops.exp: New file.
4708 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4709 factored out from ...
4710 (test_complete_prefix_range): ... this.
4711
4712 2017-11-24 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.linespec/cpcompletion.exp: New file.
4715 * gdb.linespec/cpls-hyphen.cc: New file.
4716 * gdb.linespec/cpls.cc: New file.
4717 * gdb.linespec/cpls2.cc: New file.
4718 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4719 test to use test_gdb_complete_unique. Add label completion,
4720 keyword completion and explicit location completion tests.
4721 * lib/completion-support.exp: New file.
4722
4723 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4724
4725 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4726 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4727 when hitting an exception catchpoint.
4728
4729 2017-11-22 Yao Qi <yao.qi@linaro.org>
4730
4731 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4732
4733 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4734
4735 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4736 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4737 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4738
4739 2017-11-22 Yao Qi <yao.qi@linaro.org>
4740
4741 * gdb.base/info-os.exp: Pass pthreads.
4742 * gdb.multi/multi-attach.exp: Likewise.
4743
4744 2017-11-22 Yao Qi <yao.qi@linaro.org>
4745
4746 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4747 compiler.
4748
4749 2017-11-22 Yao Qi <yao.qi@linaro.org>
4750
4751 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4752 * gdb.base/break-interp.exp: Likewise.
4753 * gdb.base/jit-attach-pie.exp: Likewise.
4754
4755 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4756
4757 * gdb.base/float128.c (large128): New variable.
4758 * gdb.base/float128.exp: Add test to print largest __float128 value.
4759
4760 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4761
4762 * gdb.arch/vsx-regs.exp: Update register content checks.
4763
4764 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4765
4766 * gdb.arch/ppc-longdouble.exp: New file.
4767 * gdb.arch/ppc-longdouble.c: Likewise.
4768
4769 2017-11-21 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4772
4773 2017-11-20 Pedro Alves <palves@redhat.com>
4774
4775 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4776 (long_double_typedef): New typedefs.
4777 Use DEF on double and long double.
4778 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4779 cases.
4780 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4781 and 'long_double_ptr_same_size' locals. Use them to decide
4782 whether cast from array/function to float is valid/invalid.
4783
4784 2017-11-17 Tom Tromey <tom@tromey.com>
4785
4786 * gdb.rust/traits.rs: New file.
4787 * gdb.rust/traits.exp: New file.
4788
4789 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4790
4791 * gdb.ada/minsyms: New testcase.
4792
4793 2017-11-16 Pedro Alves <palves@redhat.com>
4794
4795 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4796 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4797
4798 2017-11-16 Pedro Alves <palves@redhat.com>
4799
4800 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4801 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4802
4803 2017-11-16 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.server/reconnect-ctrl-c.c: New file.
4806 * gdb.server/reconnect-ctrl-c.exp: New file.
4807
4808 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4809
4810 * gdb.python/py-rbreak.exp: New file.
4811 * gdb.python/py-rbreak.c: New file.
4812 * gdb.python/py-rbreak-func2.c: New file.
4813
4814 2017-11-16 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4817 pattern.
4818 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4819 GDB.
4820
4821 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4822
4823 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4824 regex.
4825
4826 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4827
4828 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4829 test names.
4830
4831 2017-11-09 Pedro Alves <palves@redhat.com>
4832
4833 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4834 factored out from ...
4835 (top level): ... here, and adjusted to avoid expecting beyond the
4836 prompt in a single gdb_test_multiple.
4837
4838 2017-11-09 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4841 output.
4842 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4843 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4844 * gdb.server/ext-run.exp ("kill" test): Likewise.
4845 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4846
4847 2017-11-09 Pedro Alves <palves@redhat.com>
4848
4849 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4850 match till end of line.
4851
4852 2017-11-09 Pedro Alves <palves@redhat.com>
4853
4854 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4855
4856 2017-11-09 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4859 New procedures, factored out from ...
4860 (top level): ... here, and adjusted to avoid expecting beyond the
4861 prompt in one go.
4862
4863 2017-11-09 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4866 output. Fix '?' match.
4867
4868 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4869
4870 * gdb.ada/scoped_watch: New testcase.
4871 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4872 which is actually correct.
4873 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4874 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4875
4876 2017-11-08 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.gdb/complaints.exp (test_initial_complaints)
4879 (test_serial_complaints, test_short_complaints): Call
4880 complaint_internal instead of complaint.
4881
4882 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4883
4884 * gdb.threads/tls-core.c: New file.
4885 * gdb.threads/tls-core.exp: Likewise.
4886
4887 2017-11-08 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4890 (p Exported_Capitalized): New test.
4891 (p exported_capitalized): New test.
4892
4893 2017-11-07 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4896
4897 2017-11-07 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4900 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4901 (disable_invalid, disable_inverted, disable_negative): New
4902 procedures.
4903 ("bad numbers"): New set of tests.
4904
4905 2017-11-07 Pedro Alves <palves@redhat.com>
4906
4907 * gdb.cp/ena-dis-br-range.exp: Add tests.
4908
4909 2017-11-07 Pedro Alves <palves@redhat.com>
4910
4911 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4912
4913 2017-11-07 Xavier Roirand <roirand@adacore.com>
4914 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.base/ena-dis-br.exp: Add reference to
4917 gdb.cp/ena-dis-br-range.exp.
4918 * gdb.cp/ena-dis-br-range.exp: New file.
4919 * gdb.cp/ena-dis-br-range.cc: New file.
4920
4921 2017-11-06 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.base/attach-non-pgrp-leader.c: New.
4924 * gdb.base/attach-non-pgrp-leader.exp: New.
4925
4926 2017-11-06 Pedro Alves <palves@redhat.com>
4927
4928 * configure.ac: No longer check for termio.h and sgtty.h.
4929 * configure: Regenerate.
4930 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4931 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4932 Remove termio and sgtty code.
4933
4934 2017-11-03 Yao Qi <yao.qi@linaro.org>
4935
4936 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4937 in GDB is disabled.
4938
4939 2017-11-03 Yao Qi <yao.qi@linaro.org>
4940
4941 * gdb.python/py-thrhandle.exp: Skip it if python is not
4942 enabled.
4943
4944 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4945
4946 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4947 as a breakpoint command.
4948
4949 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4950
4951 PR python/21213
4952 * gdb.python/py-infthread.exp: Test calling
4953 InferiorThread.inferior () multiple times in a row.
4954
4955 2017-10-27 Keith Seitz <keiths@redhat.com>
4956
4957 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4958 Test "info break" for every inlined function breakpoint.
4959
4960 2017-10-27 Yao Qi <yao.qi@linaro.org>
4961
4962 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4963
4964 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4965
4966 * gdb.cp/classes.exp (test_static_members): Test printing
4967 Outer::instance.
4968 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4969 (Inner::instance, Outer::instance): New.
4970
4971 2017-10-24 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4974 extra console" test in two stages.
4975
4976 2017-10-24 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4979
4980 2017-10-24 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4983 loop.
4984
4985 2017-10-24 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4988 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4989
4990 2017-10-24 Pedro Alves <palves@redhat.com>
4991
4992 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4993 parameter and handle it. Don't output read value in test name.
4994
4995 2017-10-24 Pedro Alves <palves@redhat.com>
4996
4997 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4998 custom test name.
4999
5000 2017-10-24 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5003 include the unstable output directory name in the test's name.
5004 (initial_setup_simple) <'set args'>: Use custom test name.
5005
5006 2017-10-24 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5009 with explicit test name.
5010
5011 2017-10-20 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5014 'wait -i'. Use gdb_assert and remote_close.
5015
5016 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5017
5018 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5019 number from variable rather than hard-coded.
5020
5021 2017-10-19 Pedro Alves <palves@redhat.com>
5022
5023 * gdb.base/long-inferior-output.c: New file.
5024 * gdb.base/long-inferior-output.exp: New file.
5025
5026 2017-11-18 Keith Seitz <keiths@redhat.com>
5027
5028 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5029 method.
5030 (main): Call it.
5031 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5032 Add additional user-defined conversion operator tests.
5033
5034 2017-10-17 Pedro Alves <palves@redhat.com>
5035
5036 * boards/native-stdio-gdbserver.exp: Load "local-board".
5037
5038 2017-10-17 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.base/quit-live.c: New file.
5041 * gdb.base/quit-live.exp: New file.
5042
5043 2017-10-16 Keith Seitz <keiths@redhat.com>
5044
5045 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5046 (class_with_protected_typedef, class_with_private_typedef)
5047 (struct_with_public_typedef, struct_with_protected_typedef)
5048 (struct_with_private_typedef): New classes/structs.
5049 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5050 typedefs and access specifiers.
5051
5052 2017-10-16 Pedro Alves <palves@redhat.com>
5053 Simon Marchi <simon.marchi@polymtl.ca>
5054
5055 * README (Local vs Remote vs Native): New section.
5056 * boards/local-board.exp: New file, with bits factored out from
5057 ...
5058 * boards/native-extended-gdbserver.exp: ... here. Load
5059 "local-board".
5060 * boards/native-gdbserver.exp: Load "local-board".
5061 (${board}_spawn, ${board}_exec): Delete.
5062 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5063 ...
5064 * boards/stdio-gdbserver-base.exp: ... this new file.
5065 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5066 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5067 procedure.
5068 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5069 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5070 stdio_gdbserver_command.
5071 (${board}_get_remote_address, ${board}_get_comm_port)
5072 (${board}_download, ${board}_upload): Delete.
5073 (get_target_remote_pipe_cmd): New.
5074
5075 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5076
5077 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5078 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5079 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5080 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5081 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5082 remove with_test_prefix.
5083
5084 2017-10-13 Pedro Alves <palves@redhat.com>
5085
5086 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5087 * gdb.base/annota1.exp: Use it instead of is_remote.
5088 * gdb.base/annota3.exp: Use it instead of is_remote.
5089 * gdb.cp/annota2.exp: Use it instead of is_remote.
5090 * gdb.cp/annota3.exp: Use it instead of is_remote.
5091 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5092
5093 2017-10-13 Pedro Alves <palves@redhat.com>
5094
5095 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5096 (test_num_test_vars, run_and_count_vars, find_env)
5097 (test_set_unset_env, test_inherit_env_var): New procedures.
5098 (top level): Use them.
5099
5100 2017-10-13 Pedro Alves <palves@redhat.com>
5101
5102 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5103 also skip on stub-like targets.
5104
5105 2017-10-13 Pedro Alves <palves@redhat.com>
5106
5107 PR gdb/22293
5108 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5109 (top level): Move some tests to ...
5110 (test_not_found): ... this new procedure.
5111 (top level): Call it.
5112
5113 2017-10-13 Pedro Alves <palves@redhat.com>
5114
5115 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5116 expect different "info terminal" output if testing with a
5117 non-native target.
5118
5119 2017-10-13 Pedro Alves <palves@redhat.com>
5120 Simon Marchi <simon.marchi@polymtl.ca>
5121
5122 PR python/12966
5123 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5124
5125 2017-10-13 Pedro Alves <palves@redhat.com>
5126
5127 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5128 already.
5129
5130 2017-10-13 Pedro Alves <palves@redhat.com>
5131
5132 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5133 is_remote.
5134
5135 2017-10-13 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5138 is_remote.
5139
5140 2017-10-13 Pedro Alves <palves@redhat.com>
5141
5142 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5143 is set.
5144 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5145 instead of is_remote.
5146
5147 2017-10-13 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5150 (top level): Add comment.
5151
5152 2017-10-13 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.base/remote.exp (top level): Fix comment typo and add
5155 missing return.
5156
5157 2017-10-13 Pedro Alves <palves@redhat.com>
5158 Simon Marchi <simon.marchi@polymtl.ca>
5159
5160 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5161 calls and add comments. Skip test if use_gdb_stub is set.
5162 (top level): Use "set cwd" command instead of "cd" command.
5163
5164 2017-10-13 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5167 is_remote target check.
5168
5169 2017-10-13 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.base/scope.exp: Use build_executable + clean_restart +
5172 gdb_file_cmd instead of prepare_for_testing and no longer skip
5173 "before run" tests on is_remote target boards. Update comments.
5174 * boards/native-extended-gdbserver.exp
5175 (extended_gdbserver_load_last_file): New, factored out from ...
5176 (gdb_load): ... this. Move further below and add comment.
5177 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5178
5179 2017-10-12 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/attach.exp: Remove references to gdb64.
5182 * gdb.base/dbx.exp: Remove references to gdb64.
5183
5184 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5185 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.base/label.exp: Remove is_remote target check.
5188
5189 2017-10-12 Pedro Alves <palves@redhat.com>
5190
5191 * gdb.base/auvx.exp (coredir): Update comment.
5192 (top level) <core_works>: Use "set cwd" command instead of "cd"
5193 command.
5194
5195 2017-10-12 Pedro Alves <palves@redhat.com>
5196 Simon Marchi <simon.marchi@polymtl.ca>
5197
5198 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5199 target boards.
5200
5201 2017-10-12 Pedro Alves <palves@redhat.com>
5202 Simon Marchi <simon.marchi@polymtl.ca>
5203
5204 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5205 Instead skip if there's any gdb_protocol set.
5206
5207 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5208 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5211
5212 2017-10-12 Pedro Alves <palves@redhat.com>
5213 Simon Marchi <simon.marchi@polymtl.ca>
5214
5215 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5216 instead of on dejagnu remote boards.
5217
5218 2017-10-12 Pedro Alves <palves@redhat.com>
5219 Simon Marchi <simon.marchi@polymtl.ca>
5220
5221 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5222 checks. Use build_executable + clean_restart instead of
5223 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5224 of enabling non-stop after starting gdb.
5225
5226 2017-10-12 Pedro Alves <palves@redhat.com>
5227
5228 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5229 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5230 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5231 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5232
5233 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5234
5235 * gdb.arch/arc-tdesc-cpu.exp: New file.
5236 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5237
5238 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5239
5240 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5241
5242 2017-10-10 Pedro Alves <palves@redhat.com>
5243
5244 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5245 expect CLI output.
5246
5247 2017-10-10 Pedro Alves <palves@redhat.com>
5248
5249 * lib/selftest-support.exp (selftest_setup): Update for
5250 captured_command_loop's prototype change.
5251
5252 2017-10-09 Pedro Alves <palves@redhat.com>
5253
5254 Test both arch1=>arch2 and arch2=>arch1.
5255
5256 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5257 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5258 factored out to...
5259 (append_arch1_options, append_arch2_options, append_arch_options)
5260 (build_executables): New procedures.
5261 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5262 local.
5263 (top level): Add new 'first_arch' testing axis.
5264
5265 2017-10-09 Pedro Alves <palves@redhat.com>
5266
5267 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5268 (barrier): New.
5269 (thread_start, all_started): New functions.
5270 (main): Spawn new thread and wait until it is scheduled.
5271 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5272 option.
5273 (do_test): Add 'selected_thread' parameter. Run to all_started
5274 instead of main. Explicitly set the breakpoint at main. Switch
5275 to the SELECTED_THREAD thread.
5276 (top level): Test handling the exec event with either the main
5277 thread or the second thread selected.
5278
5279 2017-10-09 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5282 logic. Move STOP marker after the value checks.
5283 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5284 regexp.
5285
5286 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5287
5288 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5289
5290 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5291
5292 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5293 integer-to-dfp conversion.
5294 * gdb.base/dfp-test.exp: Likewise.
5295
5296 2017-10-04 Pedro Alves <palves@redhat.com>
5297
5298 * gdb.multi/hangout.c: Include <unistd.h>.
5299 (hangout_loop): New function.
5300 (main): Call alarm. Call hangout_loop in a loop.
5301 * gdb.multi/hello.c: Include <unistd.h>.
5302 (hello_loop): New function.
5303 (main): Call alarm. Call hangout_loop in a loop.
5304 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5305 inferior with the other selected.
5306
5307 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5308
5309 * gdb.mi/list-thread-groups-available.exp: New file.
5310 * gdb.mi/list-thread-groups-available.c: New file.
5311
5312 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5313
5314 * gdb.base/set-cwd.exp: Make it available on
5315 native-extended-gdbserver.
5316
5317 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5318
5319 * gdb.base/set-cwd.c: New file.
5320 * gdb.base/set-cwd.exp: Likewise.
5321
5322 2017-10-02 Tom Tromey <tom@tromey.com>
5323
5324 PR rust/22236:
5325 * gdb.rust/simple.rs (main): New variable "fslice".
5326 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5327
5328 2017-10-02 Tom Tromey <tom@tromey.com>
5329
5330 * gdb.rust/simple.exp: Test ptype of a slice.
5331
5332 2017-10-02 Tom Tromey <tom@tromey.com>
5333
5334 * gdb.rust/simple.exp: Test index of slice.
5335
5336 2017-09-27 Tom Tromey <tom@tromey.com>
5337
5338 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5339
5340 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5341 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.base/compare-sections.exp (get value of read-only section): Read
5344 as unsigned value.
5345 (corrupt read-only section): Likewise and don't set written if patching
5346 failed.
5347
5348 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5349
5350 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5351 files.
5352
5353 2017-09-20 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5356 symbol names in gdb's output.
5357 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5358
5359 2017-09-20 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5362 Rename to ...
5363 (test_list_ambiguous_symbol): ... this and add a symbol name
5364 parameter. Adjust.
5365 (test_list_ambiguous_function): Reimplement on top of
5366 test_list_ambiguous_symbol and also test listing ambiguous
5367 variables.
5368 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5369 (ambiguous_fun): ... this.
5370 (ambiguous_var): New.
5371 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5372 (ambiguous_fun): ... this.
5373 (ambiguous_var): New.
5374
5375 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5376
5377 * gdb.base/starti.c: New file.
5378 * gdb.base/starti.exp: New file.
5379 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5380
5381 2017-09-14 Pedro Alves <palves@redhat.com>
5382
5383 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5384 (top level): Use it instead of runto.
5385
5386 2017-09-11 Tom Tromey <tom@tromey.com>
5387
5388 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5389
5390 2017-09-11 Tom Tromey <tom@tromey.com>
5391
5392 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5393 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5394
5395 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5396
5397 * gdb.fortran/printing-types.exp: New file.
5398 * gdb.fortran/printing-types.exp: New file.
5399
5400 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5401
5402 * gdb.fortran/vla-ptype.exp: Fix typos.
5403 * gdb.fortran/vla-value.exp: Same.
5404
5405 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5406
5407 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5408 * gdb.mi/mi-var-child-f.exp: Likewise.
5409 * gdb.mi/mi-vla-fortran.exp: Likewise.
5410
5411 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5412 Christoph Weinmann <christoph.t.weinmann@intel.com>
5413 Bernhard Heckel <bernhard.heckel@intel.com>
5414
5415 * gdb.fortran/ptr-indentation.f90: New file.
5416 * gdb.fortran/ptr-indentation.exp: New file.
5417
5418 2017-09-05 Tom Tromey <tom@tromey.com>
5419
5420 PR gdb/22010:
5421 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5422
5423 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5424
5425 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5426
5427 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5428
5429 * gdb.threads/tls-nodebug-pie.c: New file.
5430 * gdb.threads/tls-nodebug-pie.exp: New file.
5431
5432 2017-09-05 Tom Tromey <tom@tromey.com>
5433
5434 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5435 for rust.
5436
5437 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5438
5439 * gdb.multi/multi-arch-exec.exp: Test with different
5440 "follow-exec-mode" settings.
5441 (do_test): New procedure.
5442
5443 2017-09-04 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.base/func-static.c (S::method const, S::method volatile)
5446 (S::method volatile const): New methods.
5447 (c_s, v_s, cv_s): New instances.
5448 (main): Call method() on them.
5449 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5450 (cannot_resolve): New procedure.
5451 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5452 print-quote-unquoted columns.
5453 (do_test): Test printing each scope too.
5454
5455 2017-09-04 Pedro Alves <palves@redhat.com>
5456
5457 * gdb.base/local-static.exp: Also test with
5458 class::method::variable wholly quoted.
5459 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5460
5461 2017-09-04 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.base/local-static.c: New.
5464 * gdb.base/local-static.cc: New.
5465 * gdb.base/local-static.exp: New.
5466
5467 2017-09-04 Pedro Alves <palves@redhat.com>
5468
5469 * gdb.asm/asm-source.exp: Add casts to int.
5470 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5471 (dataglobal64_1, dataglobal64_2): New globals.
5472 * gdb.base/nodebug.exp: Test different expressions involving the
5473 new globals, with print, whatis and ptype. Add casts to int.
5474 * gdb.base/solib-display.exp: Add casts to int.
5475 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5476 * gdb.cp/m-static.exp: Add cast to int.
5477 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5478 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5479 tls variable with no debug info without a cast. Test with a cast
5480 to int too.
5481 * gdb.trace/entry-values.exp: Add casts.
5482
5483 2017-09-04 Pedro Alves <palves@redhat.com>
5484
5485 * gdb.base/nodebug.exp: Test that ptype's error about functions
5486 with unknown return type includes the function name too.
5487
5488 2017-09-04 Pedro Alves <palves@redhat.com>
5489
5490 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5491 return type of munmap in infcall.
5492 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5493 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5494 type of ftell in infcall.
5495 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5496 type of getpid in infcall.
5497 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5498 infcall.
5499 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5500 Bail on failure to extract the pid.
5501 * gdb.base/nodebug.c: #include <stdint.h>.
5502 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5503 New functions.
5504 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5505 Change expected output of print/whatis/ptype with functions with
5506 no debug info. Test all supported languages. Call
5507 test_call_promotion.
5508 * gdb.compile/compile.exp: Adjust expected output to expect
5509 warning.
5510 * gdb.threads/siginfo-threads.exp: Likewise.
5511
5512 2017-09-04 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5515 "prototypes". Test calling float functions via prototyped and
5516 unprototyped function pointers.
5517 (perform_all_tests): New parameter "prototypes". Pass it down.
5518 (top level): Pass down "prototypes" parameter to
5519 perform_all_tests.
5520
5521 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5522
5523 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5524 Test with nested loops.
5525
5526 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5527
5528 * gdb.base/commands.exp: Call the new procedures.
5529 (loop_break_test, loop_continue_test): New procedures.
5530
5531 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5532
5533 * gdb.base/commands.exp: Call new procedure.
5534 (define_if_without_arg_test): New procedure.
5535
5536 2017-09-04 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.base/list-ambiguous.exp: New file.
5539 * gdb.base/list-ambiguous0.c: New file.
5540 * gdb.base/list-ambiguous1.c: New file.
5541 * gdb.base/list.exp (test_list_range): Adjust expected output.
5542
5543 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5544
5545 * gdb.base/share-env-with-gdbserver.c: New file.
5546 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5547
5548 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5549
5550 * gdb.base/commands.exp (gdbvar_simple_if_test,
5551 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5552 progvar_simple_if_test, progvar_simple_while_test,
5553 progvar_complex_if_while_test, user_defined_command_test,
5554 user_defined_command_args_eval,
5555 user_defined_command_args_stack_test,
5556 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5557 temporary_breakpoint_commands,
5558 gdb_test_no_prompt, redefine_hook_test,
5559 redefine_backtrace_test): Remove "global gdb_prompt".
5560
5561 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5562
5563 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5564 New proc, call it from toplevel.
5565
5566 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5567
5568 PR remote/21852
5569 * gdb.server/normal.c: New file, copied from gdb.base.
5570 * gdb.server/run-without-local-binary.exp: New file.
5571
5572 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5573
5574 * gdb.arch/sparc64-adi.exp: New file.
5575 * gdb.arch/sparc64-adi.c: New file.
5576
5577 2017-08-22 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5580 (top level): Add "list all overloads" tests.
5581
5582 2017-08-22 Tom Tromey <tom@tromey.com>
5583
5584 * gdb.gdb/xfullpath.exp: Remove.
5585
5586 2017-08-21 Pedro Alves <palves@redhat.com>
5587
5588 PR gdb/19487
5589 * gdb.base/symbol-alias.c: New.
5590 * gdb.base/symbol-alias2.c: New.
5591 * gdb.base/symbol-alias.exp: New.
5592
5593 2017-08-21 Pedro Alves <palves@redhat.com>
5594
5595 * gdb.base/dfp-test.c
5596 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5597 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5598 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5599 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5600 * gdb.base/whatis-ptype-typedefs.c: New.
5601 * gdb.base/whatis-ptype-typedefs.exp: New.
5602 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5603 (an_int, an_int_type, an_int_type2): New globals.
5604 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5605 involving typedefs and cast expressions.
5606 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5607 (lookup_typedefs_function): New.
5608 (typedefs_pretty_printers_dict): New.
5609 (top level): Register lookup_typedefs_function in
5610 gdb.pretty_printers.
5611
5612 2017-08-18 Yao Qi <yao.qi@linaro.org>
5613
5614 * gdb.server/unittest.exp: New.
5615
5616 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5617
5618 PR gdb/21954
5619 * gdb.base/environ.exp: Add test to check if 'unset environment'
5620 works.
5621
5622 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5623
5624 * lib/gdb.exp (universal_compile_options): New caching proc.
5625 (gdb_compile): Suppress GCC's coloring of messages.
5626
5627 2017-08-14 Tom Tromey <tom@tromey.com>
5628
5629 PR gdb/21675:
5630 * gdb.base/printcmds.exp (test_radices): New function.
5631 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5632 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5633 * lib/gdb.exp (get_integer_valueof): Use p/d.
5634
5635 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5636
5637 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5638 characters.
5639
5640 2017-08-05 Tom Tromey <tom@tromey.com>
5641
5642 * gdb.rust/simple.exp: Allow String to appear in a different
5643 namespace.
5644
5645 2017-07-26 Yao Qi <yao.qi@linaro.org>
5646
5647 * gdb.gdb/unittest.exp: Invoke command
5648 "maintenance check xml-descriptions".
5649
5650 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5651
5652 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5653 calling context.
5654 (hex128): Drop erroneous calculation of parameters.
5655
5656 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5657
5658 * gdb.python/py-unwind.exp: Disable stack protection when
5659 building test file.
5660
5661 2017-07-20 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/default.exp (set language): Adjust expected output.
5664
5665 2017-07-20 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5668 (test_minsym): ... this, and make static.
5669 (get_pck__foo__bar__minsym): Rename to ...
5670 (get_test_minsym): ... this.
5671 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5672 symbol names and comments.
5673 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5674 (get_test_minsym): ... this.
5675 (pck__foo__bar__minsym__2): Rename to ...
5676 (test_minsym): ... this.
5677 (main): Adjust.
5678
5679 2017-07-17 Pedro Alves <palves@redhat.com>
5680
5681 * gdb.base/completion.exp: Adjust expected output.
5682 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5683 the completer works.
5684
5685 2017-07-17 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5688
5689 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5692
5693 2017-07-14 Tom Tromey <tom@tromey.com>
5694
5695 PR rust/21764:
5696 * gdb.rust/simple.exp: Add tests.
5697
5698 2017-07-14 Tom Tromey <tom@tromey.com>
5699
5700 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5701
5702 2017-07-14 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.linespec/base/one/thefile.cc (z1): New function.
5705 * gdb.linespec/base/two/thefile.cc (z2): New function.
5706 * gdb.linespec/linespec.exp: Add tests.
5707
5708 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5709
5710 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5711 to mi_create_breakpoint.
5712
5713 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5714
5715 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5716 mi_create_breakpoint.
5717
5718 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5719
5720 * gdb.dlang/demangle.exp: Update for demangling changes.
5721
5722 2017-07-09 Tom Tromey <tom@tromey.com>
5723
5724 * gdb.dwarf2/shortpiece.exp: New file.
5725
5726 2017-07-06 David Blaikie <dblaikie@gmail.com>
5727
5728 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5729 built from fissiont-multi-cu{1,2}.c.
5730 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5731 except putting 'main' and 'func' in separate CUs in the same DWO file.
5732 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5733 test.
5734 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5735 test.
5736
5737 2017-07-06 Pedro Alves <palves@redhat.com>
5738
5739 * gdb.python/py-unwind.exp: Test flushregs.
5740
5741 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5742
5743 PR cli/21688
5744 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5745 tests for alias commands and trailing whitespace.
5746
5747 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5748
5749 PR cli/21688
5750 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5751 procedure. Call it.
5752
5753 2017-06-29 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.base/printcmds.exp: Add tests.
5756
5757 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5758
5759 PR gdb/21337
5760 * gdb.base/reread-readsym.exp: New file.
5761 * gdb.base/reread-readsym.c: New file.
5762
5763 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5764
5765 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5766 subpattern.
5767
5768 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5769
5770 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5771 extended mnemonic.
5772 * gdb.arch/powerpc-power9.s: Likewise.
5773
5774 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5775
5776 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5777 on 32-bit x86 targets. Exploit is_*_target macros where
5778 appropriate.
5779
5780 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5781
5782 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5783 register pieces.
5784
5785 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5786
5787 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5788 located in one or more DWARF pieces.
5789
5790 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5791
5792 * lib/gdb.exp (get_endianness): New proc.
5793 * gdb.arch/aarch64-fp.exp: Use it.
5794 * gdb.arch/altivec-regs.exp: Likewise.
5795 * gdb.arch/e500-regs.exp: Likewise.
5796 * gdb.arch/vsx-regs.exp: Likewise.
5797 * gdb.base/dump.exp: Likewise.
5798 * gdb.base/funcargs.exp: Likewise.
5799 * gdb.base/gnu_vector.exp: Likewise.
5800 * gdb.dwarf2/formdata16.exp: Likewise.
5801 * gdb.dwarf2/implptrpiece.exp: Likewise.
5802 * gdb.dwarf2/nonvar-access.exp: Likewise.
5803 * gdb.python/py-inferior.exp: Likewise.
5804 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5805
5806 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5807
5808 PR gdb/21226
5809 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5810 stack value pieces are taken from the LSB end.
5811
5812 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5813
5814 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5815 variable at nonzero offset.
5816
5817 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5818
5819 * gdb.dwarf2/var-access.c: New file.
5820 * gdb.dwarf2/var-access.exp: New test.
5821 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5822
5823 2017-06-12 Tom Tromey <tom@tromey.com>
5824
5825 * gdb.dwarf2/formdata16.exp: Add tests.
5826
5827 2017-06-12 Tom Tromey <tom@tromey.com>
5828
5829 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5830
5831 2017-06-12 Tom Tromey <tom@tromey.com>
5832
5833 PR exp/16225:
5834 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5835 * gdb.arch/vsx-regs.exp: Update tests.
5836 * gdb.arch/s390-vregs.exp (hex128): New proc.
5837 Update test.
5838 * gdb.arch/altivec-regs.exp: Update tests.
5839
5840 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5841
5842 * gdb.base/startup-with-shell.c: New file.
5843 * gdb.base/startup-with-shell.exp: Likewise.
5844
5845 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5846
5847 * gdb.server/non-existing-program.exp: Update regex in order to
5848 reflect the fact that gdbserver is now using fork_inferior (with a
5849 shell) to startup the inferior.
5850
5851 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5852
5853 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5854 support function calls from GDB.
5855
5856 2017-05-21 Tom Tromey <tom@tromey.com>
5857
5858 PR rust/21466:
5859 * gdb.rust/unsized.exp: New file.
5860 * gdb.rust/unsized.rs: New file.
5861
5862 2017-05-19 Tom Tromey <tom@tromey.com>
5863
5864 PR rust/21484:
5865 * gdb.rust/watch.exp: New file.
5866 * gdb.rust/watch.rs: New file.
5867
5868 2017-05-18 Tom Tromey <tom@tromey.com>
5869
5870 * gdb.rust/simple.exp: Allow Box to be qualified.
5871
5872 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5873
5874 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5875
5876 2017-05-18 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.base/fileio.c (test_write, test_read, test_close)
5879 (test_fstat): Don't print 'ret' in the fail path.
5880
5881 2017-05-18 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5884 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5885 (test_system, test_rename, test_unlink, test_time): Change
5886 prototypes.
5887 * gdb.base/fileio.exp (stop_msg): Adjust.
5888
5889 2017-05-18 Pedro Alves <palves@redhat.com>
5890
5891 * gdb.base/fileio.c (null_str): New global.
5892 (test_stat): Use it.
5893 * gdb.base/fileio.exp: Remove nowarnings.
5894
5895 2017-05-17 Yao Qi <yao.qi@linaro.org>
5896
5897 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5898
5899 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5900
5901 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5902 argument command.
5903 (top-level): Invoke test_set_inferior_tty.
5904
5905 2017-05-04 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5908 Add parens to print call for Python 3.
5909
5910 2017-05-03 Keith Seitz <keiths@redhat.com>
5911
5912 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5913 (main): Call it.
5914
5915 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5916
5917 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5918 to prev and next.
5919
5920 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5921
5922 * gdb.python/py-record-btrace.exp: Remove test for
5923 gdb.BtraceInstruction.error.
5924
5925 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5926
5927 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5928
5929 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5930
5931 * gdb.python/py-record-btrace-threads.c: New file.
5932 * gdb.python/py-record-btrace-threads.exp: New file.
5933
5934 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5935
5936 PR testsuite/8595
5937 * gdb.base/environ.exp: Make test available in all architectures.
5938 Move bits related to "info program" testing to
5939 gdb.base/info-program.exp. Rewrite tests to use the two new
5940 procedures mentione below.
5941 (test_set_show_env_var) New procedure.
5942 (test_set_show_env_var_equal): Likewise.
5943 * gdb.base/info-program.exp: New file.
5944
5945 2017-04-27 Keith Seitz <keiths@redhat.com>
5946
5947 * gdb.cp/oranking.cc (test15): New function.
5948 (main): Call test15 and declare additional variables for testing.
5949 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5950 "p foo101('abc')" tests.
5951 Add tests for cv qualifier overloads.
5952 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5953 "lvalue reference overload" test.
5954 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5955 "print value of f1 on Child&& in f2" test.
5956
5957 2017-04-19 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5960 procedure.
5961 (top level): Call it.
5962 * lib/gdb.exp (gdb_define_cmd): New procedure.
5963
5964 2017-04-12 Pedro Alves <palves@redhat.com>
5965
5966 PR gdb/21323
5967 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5968 (wchar): New global.
5969 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5970 (do_test_wide_char, wide_char_types_no_program, top level): Add
5971 wchar_t testing.
5972
5973 2017-04-12 Pedro Alves <palves@redhat.com>
5974
5975 PR c++/21323
5976 * gdb.cp/wide_char_types.c: New file.
5977 * gdb.cp/wide_char_types.exp: New file.
5978
5979 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5980
5981 PR gdb/21352
5982 * gdb.trace/tsv.exp: Add test for "tsave -r".
5983
5984 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5985
5986 * gdb.dlang/watch-loc.c: New file.
5987 * gdb.dlang/watch-loc.exp: New file.
5988
5989 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5990
5991 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5992
5993 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5994
5995 * gdb.arch/arc-analyze-prologue.S: New file.
5996 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5997
5998 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5999
6000 * gdb.arch/arc-decode-insn.S: New file.
6001 * gdb.arch/arc-decode-insn.exp: Likewise.
6002
6003 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6004
6005 PR tdep/20928
6006 * gdb.arch/sparc64-regs.exp: New file.
6007 * gdb.arch/sparc64-regs.S: Likewise.
6008
6009 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6010
6011 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6012 and memory view on Python 3.
6013
6014 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6015 Keith Seitz <keiths@redhat.com>
6016
6017 PR gdb/14441
6018 * gdb.cp/demangle.exp: Add rvalue reference tests.
6019 * gdb.cp/rvalue-ref-casts.cc: New file.
6020 * gdb.cp/rvalue-ref-casts.exp: New file.
6021 * gdb.cp/rvalue-ref-overload.cc: New file.
6022 * gdb.cp/rvalue-ref-overload.exp: New file.
6023 * gdb.cp/rvalue-ref-params.cc: New file.
6024 * gdb.cp/rvalue-ref-params.exp: New file.
6025 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6026 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6027 * gdb.cp/rvalue-ref-types.cc: New file.
6028 * gdb.cp/rvalue-ref-types.exp: New file.
6029 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6030 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6031
6032 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6033
6034 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6035 New procedure.
6036
6037 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6038
6039 * lib/mi-support.exp (mi_gdb_test): Add additional message
6040 for unexpected output.
6041
6042 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6043
6044 * gdb.base/examine-backward.c (Barrier): New character array
6045 constant, to ensure that TestStrings is preceded by a string
6046 terminator.
6047
6048 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6049
6050 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6051 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6052 and implicit pointer into such a location.
6053
6054 2017-03-16 Doug Evans <dje@google.com>
6055
6056 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6057
6058 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6059
6060 * gdb.cp/m-static.exp: Fix expectation for prototype of
6061 test5.single_constructor and single_constructor::single_constructor.
6062
6063 2017-03-16 Doug Evans <dje@google.com>
6064
6065 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6066 * gdb.guile/scm-lazy-string.c: New file.
6067 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6068 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6069 for pointer, array, typedef lazy strings.
6070
6071 2017-03-16 Doug Evans <dje@google.com>
6072
6073 PR python/17728, python/18439, python/18779
6074 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6075 * gdb.python/py-lazy-string.c (pointer): New typedef.
6076 (main): New locals ptr, array, typedef_ptr.
6077 * gdb.python/py-value.exp: Move lazy string tests to ...
6078 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6079 array, typedef lazy strings.
6080
6081 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6082
6083 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6084 Add optional 'test' parameter.
6085
6086 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6087
6088 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6089 Skip for versions of DejaGnu < 1.5.
6090
6091 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6092
6093 * lib/gdb.exp (dejagnu_version): New proc.
6094 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6095 Use dejagnu_version.
6096
6097 2017-03-10 Keith Seitz <keiths@redhat.com>
6098
6099 PR c++/8128
6100 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6101 type from destructor regexps.
6102 Add a branch which actually passes the test.
6103 Adjust "ptype t5i" test names.
6104
6105 2017-03-08 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.base/step-over-exit.exp: Add explicit test message.
6108
6109 2017-03-08 Pedro Alves <palves@redhat.com>
6110
6111 PR gdb/18360
6112 * gdb.threads/interrupt-while-step-over.c: New file.
6113 * gdb.threads/interrupt-while-step-over.exp: New file.
6114
6115 2017-03-08 Pedro Alves <palves@redhat.com>
6116
6117 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6118 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6119
6120 2017-03-08 Pedro Alves <palves@redhat.com>
6121
6122 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6123 PKRU as not supported as a PASS.
6124
6125 2017-03-08 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6128 prefix instead of $binfile1/$binfile2.
6129 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6130 in test message.
6131 * gdb.python/py-completion.exp: Use "load python file" as test
6132 messages instead of unstable path names.
6133
6134 2017-03-08 Pedro Alves <palves@redhat.com>
6135 Jan Kratochvil <jan.kratochvil@redhat.com>
6136
6137 PR cli/21218
6138 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6139 New proc.
6140 (top level): Call it.
6141
6142 2017-03-08 Pedro Alves <palves@redhat.com>
6143
6144 PR tui/21216
6145 * gdb.tui/tui-nl-filtered-output.exp: New file.
6146
6147 2017-03-08 Pedro Alves <palves@redhat.com>
6148
6149 * gdb.base/completion.exp: Move TUI completion tests to ...
6150 * gdb.tui/completion.exp: ... this new file.
6151
6152 2017-03-08 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.base/tui-disasm-long-lines.c,
6155 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6156 gdb.base/tui-layout.exp: Move to ...
6157 * gdb.tui/: ... this new directory.
6158
6159 2017-03-07 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.base/tui-layout.c: New file.
6162 * gdb.base/tui-layout.exp: New file.
6163
6164 2017-03-07 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.base/tui-layout.c: Rename to ...
6167 * gdb.base/tui-disasm-long-lines.c: ... this.
6168 * gdb.base/tui-layout.exp: Rename to ...
6169 * gdb.base/tui-disasm-long-lines.exp: ... this.
6170
6171 2017-03-07 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6174
6175 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6176
6177 * i386-mpx-call.c: New file.
6178 * i386-mpx-call.exp: New file.
6179
6180 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6181
6182 * gdb.arch/powerpc-power.exp: Delete test.
6183 * gdb.arch/powerpc-power.s: Likewise.
6184 * gdb.disasm/disassembler-options.exp: New test.
6185 * gdb.arch/powerpc-altivec.exp: Likewise.
6186 * gdb.arch/powerpc-altivec.s: Likewise.
6187 * gdb.arch/powerpc-altivec2.exp: Likewise.
6188 * gdb.arch/powerpc-altivec2.s: Likewise.
6189 * gdb.arch/powerpc-altivec3.exp: Likewise.
6190 * gdb.arch/powerpc-altivec3.s: Likewise.
6191 * gdb.arch/powerpc-power7.exp: Likewise.
6192 * gdb.arch/powerpc-power7.s: Likewise.
6193 * gdb.arch/powerpc-power8.exp: Likewise.
6194 * gdb.arch/powerpc-power8.s: Likewise.
6195 * gdb.arch/powerpc-power9.exp: Likewise.
6196 * gdb.arch/powerpc-power9.s: Likewise.
6197 * gdb.arch/powerpc-vsx.exp: Likewise.
6198 * gdb.arch/powerpc-vsx.s: Likewise.
6199 * gdb.arch/powerpc-vsx2.exp: Likewise.
6200 * gdb.arch/powerpc-vsx2.s: Likewise.
6201 * gdb.arch/powerpc-vsx3.exp: Likewise.
6202 * gdb.arch/powerpc-vsx3.s: Likewise.
6203 * gdb.arch/arm-disassembler-options.exp: Likewise.
6204 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6205 * gdb.arch/s390-disassembler-options.exp: Likewise.
6206
6207 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6208
6209 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6210 (check_supported_features): ... this. Changed return type to void.
6211 (supports_rdseed): New static global.
6212 (rdseed): Check supports_rdseed.
6213 (initialize): Call check_supported_features.
6214
6215 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6216
6217 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6218 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6219 and lqarx/stqcx.
6220 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6221 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6222
6223 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6224
6225 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6226 uppercase.
6227
6228 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6229
6230 * gdb.dwarf2/formdata16.c: New file.
6231 * gdb.dwarf2/formdata16.exp: New file.
6232 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6233
6234 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6235
6236 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6237 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6238 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6239 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6240 DW_AT_GNU_*.
6241
6242 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6243
6244 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6245
6246 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6247
6248 PR gdb/21164
6249 * gdb.base/maint.exp: Add testcases for when the commands do
6250 not have arguments.
6251
6252 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6253
6254 * gdb.cp/chained-calls.exp: Use p instead of P.
6255
6256 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6257
6258 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6259 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6260
6261 2017-02-14 Tom Tromey <tom@tromey.com>
6262
6263 PR python/13598:
6264 * gdb.python/py-events.exp: Add before_prompt event tests.
6265
6266 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6267
6268 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6269
6270 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6271
6272 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6273 (main): Call my_unique_function_name.
6274 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6275 completion of patterns with a single match.
6276 Add missing -re switches to gdb_test_multiple calls.
6277
6278 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6279
6280 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6281 return if core file is not recognized.
6282
6283 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6284
6285 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6286 and extra UIs.
6287
6288 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6289
6290 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6291 proc_with_prefix.
6292
6293 2017-02-10 Tom Tromey <tom@tromey.com>
6294
6295 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6296
6297 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6298
6299 PR gdb/21122
6300 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6301
6302 2017-02-08 Jerome Guitton <guitton@adacore.com>
6303
6304 * gdb.base/define.exp: Add test for command abbreviations
6305 in define.
6306
6307 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6308
6309 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6310 * gdb.reverse/insn-reverse-x86.c: New file.
6311
6312 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6313
6314 PR tdep/20936
6315 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6316
6317 2017-02-03 Tom Tromey <tom@tromey.com>
6318
6319 PR rust/21097:
6320 * gdb.rust/simple.exp: Add new tests.
6321
6322 2017-02-02 Pedro Alves <palves@redhat.com>
6323
6324 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6325 tests.
6326
6327 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6328
6329 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6330 taking a 2-byte value out of a 4-byte DWARF implicit value on
6331 big-endian targets.
6332 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6333 logic. Add test cases for DW_OP_implicit.
6334
6335 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6336
6337 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6338
6339 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6340
6341 * gdb.btrace/enable.exp: Call gdb_exit before
6342 skip_gdbserver_tests.
6343
6344 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6345
6346 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6347 GDBFLAGS.
6348
6349 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6350
6351 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6352 the test is skipped.
6353 * gdb.btrace/data.exp: Likewise.
6354 * gdb.btrace/delta.exp: Likewise.
6355 * gdb.btrace/dlopen.exp: Likewise.
6356 * gdb.btrace/enable-running.exp: Likewise.
6357 * gdb.btrace/enable.exp: Likewise.
6358 * gdb.btrace/exception.exp: Likewise.
6359 * gdb.btrace/function_call_history.exp: Likewise.
6360 * gdb.btrace/gcore.exp: Likewise.
6361 * gdb.btrace/instruction_history.exp: Likewise.
6362 * gdb.btrace/multi-thread-step.exp: Likewise.
6363 * gdb.btrace/nohist.exp: Likewise.
6364 * gdb.btrace/non-stop.exp: Likewise.
6365 * gdb.btrace/reconnect.exp: Likewise.
6366 * gdb.btrace/record_goto-step.exp: Likewise.
6367 * gdb.btrace/record_goto.exp: Likewise.
6368 * gdb.btrace/rn-dl-bind.exp: Likewise.
6369 * gdb.btrace/segv.exp: Likewise.
6370 * gdb.btrace/step.exp: Likewise.
6371 * gdb.btrace/stepi.exp: Likewise.
6372 * gdb.btrace/tailcall-only.exp: Likewise.
6373 * gdb.btrace/tailcall.exp: Likewise.
6374 * gdb.btrace/tsx.exp: Likewise.
6375 * gdb.btrace/unknown_functions.exp: Likewise.
6376 * gdb.btrace/vdso.exp: Likewise.
6377
6378 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6379
6380 * gdb.btrace/enable-running.c: New.
6381 * gdb.btrace/enable-running.exp: New.
6382
6383 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6384
6385 * gdb.arch/amd64-gs_base.c: New file.
6386 * gdb.arch/amd64-gs_base.exp: New file.
6387
6388 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6389
6390 * lib/memory.exp: Remove spurious empty newlines.
6391
6392 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6393
6394 * gdb.python/py-bad-printers.exp: Load python file using "source".
6395 * gdb.python/py-events.exp: Likewise.
6396 * gdb.python/py-evsignal.exp: Likewise.
6397 * gdb.python/py-evthreads.exp: Likewise.
6398 * gdb.python/py-frame-args.exp: Likewise.
6399 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6400 * gdb.python/py-framefilter-mi.exp: Likewise.
6401 * gdb.python/py-framefilter.exp: Likewise.
6402 * gdb.python/py-mi.exp: Likewise.
6403 * gdb.python/py-pp-maint.exp: Likewise.
6404 * gdb.python/py-pp-registration.exp: Likewise.
6405 * gdb.python/py-prettyprint.exp: Likewise.
6406 (run_lang_tests): Likewise.
6407 * gdb.python/py-typeprint.exp: Likewise.
6408
6409 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6410
6411 * lib/memory.exp: New file.
6412 * lib/gdb.exp: Load memory.exp.
6413 * gdb.base/memattr.exp (delete_memory): Move proc to
6414 lib/memory.exp and rename to delete_memory_regions.
6415 Replace delete_memory with delete_memory_regions.
6416 Cleanup memory regions before tests.
6417 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6418 before tests.
6419
6420 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6421
6422 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6423 files.
6424 (initialize): New function conditionally defined.
6425 (testcases): Move within conditional block.
6426 (main): Call initialize.
6427 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6428 of gdb.reverse/insn-reverse.c.
6429 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6430 gdb.reverse/insn-reverse.c.
6431
6432 2017-01-26 Yao Qi <yao.qi@linaro.org>
6433
6434 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6435 disassemble on address 0.
6436
6437 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6438 Yao Qi <yao.qi@linaro.org>
6439
6440 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6441 * gdb.dwarf2/implptr-64bit.S: Remove.
6442 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6443 variables in caller's context. Add DW_OP_implicit_value.
6444
6445 2017-01-25 Yao Qi <yao.qi@linaro.org>
6446
6447 * lib/dwarf.exp (Dwarf::_location): Handle
6448 DW_OP_GNU_implicit_pointer with proper size.
6449
6450 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6451
6452 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6453 and add untested calls.
6454
6455 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6456
6457 * gdb.python/python.exp: Check line number against what GDB thinks
6458 the line number is for func1.
6459
6460 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6461
6462 * gdb.dlang/debug-expr.exp: New file.
6463
6464 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6465
6466 Fix test names for the following files:
6467
6468 * gdb.ada/exec_changed.exp
6469 * gdb.ada/info_types.exp
6470 * gdb.arch/aarch64-atomic-inst.exp
6471 * gdb.arch/aarch64-fp.exp
6472 * gdb.arch/altivec-abi.exp
6473 * gdb.arch/altivec-regs.exp
6474 * gdb.arch/amd64-byte.exp
6475 * gdb.arch/amd64-disp-step.exp
6476 * gdb.arch/amd64-dword.exp
6477 * gdb.arch/amd64-entry-value-inline.exp
6478 * gdb.arch/amd64-entry-value-param.exp
6479 * gdb.arch/amd64-entry-value-paramref.exp
6480 * gdb.arch/amd64-entry-value.exp
6481 * gdb.arch/amd64-i386-address.exp
6482 * gdb.arch/amd64-invalid-stack-middle.exp
6483 * gdb.arch/amd64-invalid-stack-top.exp
6484 * gdb.arch/amd64-optimout-repeat.exp
6485 * gdb.arch/amd64-prologue-skip.exp
6486 * gdb.arch/amd64-prologue-xmm.exp
6487 * gdb.arch/amd64-stap-special-operands.exp
6488 * gdb.arch/amd64-stap-wrong-subexp.exp
6489 * gdb.arch/amd64-tailcall-cxx.exp
6490 * gdb.arch/amd64-tailcall-noret.exp
6491 * gdb.arch/amd64-tailcall-ret.exp
6492 * gdb.arch/amd64-tailcall-self.exp
6493 * gdb.arch/amd64-word.exp
6494 * gdb.arch/arm-bl-branch-dest.exp
6495 * gdb.arch/arm-disp-step.exp
6496 * gdb.arch/arm-neon.exp
6497 * gdb.arch/arm-single-step-kernel-helper.exp
6498 * gdb.arch/avr-flash-qualifier.exp
6499 * gdb.arch/disp-step-insn-reloc.exp
6500 * gdb.arch/e500-abi.exp
6501 * gdb.arch/e500-regs.exp
6502 * gdb.arch/ftrace-insn-reloc.exp
6503 * gdb.arch/i386-avx512.exp
6504 * gdb.arch/i386-bp_permanent.exp
6505 * gdb.arch/i386-byte.exp
6506 * gdb.arch/i386-cfi-notcurrent.exp
6507 * gdb.arch/i386-disp-step.exp
6508 * gdb.arch/i386-dr3-watch.exp
6509 * gdb.arch/i386-float.exp
6510 * gdb.arch/i386-gnu-cfi.exp
6511 * gdb.arch/i386-mpx-map.exp
6512 * gdb.arch/i386-mpx-sigsegv.exp
6513 * gdb.arch/i386-mpx-simple_segv.exp
6514 * gdb.arch/i386-mpx.exp
6515 * gdb.arch/i386-permbkpt.exp
6516 * gdb.arch/i386-prologue.exp
6517 * gdb.arch/i386-signal.exp
6518 * gdb.arch/i386-size-overlap.exp
6519 * gdb.arch/i386-unwind.exp
6520 * gdb.arch/i386-word.exp
6521 * gdb.arch/mips-fcr.exp
6522 * gdb.arch/powerpc-d128-regs.exp
6523 * gdb.arch/powerpc-stackless.exp
6524 * gdb.arch/ppc64-atomic-inst.exp
6525 * gdb.arch/s390-stackless.exp
6526 * gdb.arch/s390-tdbregs.exp
6527 * gdb.arch/s390-vregs.exp
6528 * gdb.arch/sparc-sysstep.exp
6529 * gdb.arch/thumb-bx-pc.exp
6530 * gdb.arch/thumb-singlestep.exp
6531 * gdb.arch/thumb2-it.exp
6532 * gdb.arch/vsx-regs.exp
6533 * gdb.asm/asm-source.exp
6534 * gdb.base/a2-run.exp
6535 * gdb.base/advance.exp
6536 * gdb.base/all-bin.exp
6537 * gdb.base/anon.exp
6538 * gdb.base/args.exp
6539 * gdb.base/arithmet.exp
6540 * gdb.base/async-shell.exp
6541 * gdb.base/async.exp
6542 * gdb.base/attach-pie-noexec.exp
6543 * gdb.base/attach-twice.exp
6544 * gdb.base/auto-load.exp
6545 * gdb.base/bang.exp
6546 * gdb.base/bitfields.exp
6547 * gdb.base/break-always.exp
6548 * gdb.base/break-caller-line.exp
6549 * gdb.base/break-entry.exp
6550 * gdb.base/break-inline.exp
6551 * gdb.base/break-on-linker-gcd-function.exp
6552 * gdb.base/break-probes.exp
6553 * gdb.base/break.exp
6554 * gdb.base/breakpoint-shadow.exp
6555 * gdb.base/call-ar-st.exp
6556 * gdb.base/call-sc.exp
6557 * gdb.base/call-signal-resume.exp
6558 * gdb.base/call-strs.exp
6559 * gdb.base/callfuncs.exp
6560 * gdb.base/catch-fork-static.exp
6561 * gdb.base/catch-gdb-caused-signals.exp
6562 * gdb.base/catch-load.exp
6563 * gdb.base/catch-signal-fork.exp
6564 * gdb.base/catch-signal.exp
6565 * gdb.base/catch-syscall.exp
6566 * gdb.base/charset.exp
6567 * gdb.base/checkpoint.exp
6568 * gdb.base/chng-syms.exp
6569 * gdb.base/code-expr.exp
6570 * gdb.base/code_elim.exp
6571 * gdb.base/commands.exp
6572 * gdb.base/completion.exp
6573 * gdb.base/complex.exp
6574 * gdb.base/cond-expr.exp
6575 * gdb.base/condbreak.exp
6576 * gdb.base/consecutive.exp
6577 * gdb.base/continue-all-already-running.exp
6578 * gdb.base/coredump-filter.exp
6579 * gdb.base/corefile.exp
6580 * gdb.base/dbx.exp
6581 * gdb.base/debug-expr.exp
6582 * gdb.base/define.exp
6583 * gdb.base/del.exp
6584 * gdb.base/disabled-location.exp
6585 * gdb.base/disasm-end-cu.exp
6586 * gdb.base/disasm-optim.exp
6587 * gdb.base/display.exp
6588 * gdb.base/duplicate-bp.exp
6589 * gdb.base/ena-dis-br.exp
6590 * gdb.base/ending-run.exp
6591 * gdb.base/enumval.exp
6592 * gdb.base/environ.exp
6593 * gdb.base/eu-strip-infcall.exp
6594 * gdb.base/eval-avoid-side-effects.exp
6595 * gdb.base/eval-skip.exp
6596 * gdb.base/exitsignal.exp
6597 * gdb.base/expand-psymtabs.exp
6598 * gdb.base/filesym.exp
6599 * gdb.base/find-unmapped.exp
6600 * gdb.base/finish.exp
6601 * gdb.base/float.exp
6602 * gdb.base/foll-exec-mode.exp
6603 * gdb.base/foll-exec.exp
6604 * gdb.base/foll-fork.exp
6605 * gdb.base/fortran-sym-case.exp
6606 * gdb.base/freebpcmd.exp
6607 * gdb.base/func-ptr.exp
6608 * gdb.base/func-ptrs.exp
6609 * gdb.base/funcargs.exp
6610 * gdb.base/gcore-buffer-overflow.exp
6611 * gdb.base/gcore-relro-pie.exp
6612 * gdb.base/gcore-relro.exp
6613 * gdb.base/gcore.exp
6614 * gdb.base/gdb1090.exp
6615 * gdb.base/gdb11530.exp
6616 * gdb.base/gdb11531.exp
6617 * gdb.base/gdb1821.exp
6618 * gdb.base/gdbindex-stabs.exp
6619 * gdb.base/gdbvars.exp
6620 * gdb.base/hbreak.exp
6621 * gdb.base/hbreak2.exp
6622 * gdb.base/included.exp
6623 * gdb.base/infcall-input.exp
6624 * gdb.base/inferior-died.exp
6625 * gdb.base/infnan.exp
6626 * gdb.base/info-macros.exp
6627 * gdb.base/info-os.exp
6628 * gdb.base/info-proc.exp
6629 * gdb.base/info-shared.exp
6630 * gdb.base/info-target.exp
6631 * gdb.base/infoline.exp
6632 * gdb.base/interp.exp
6633 * gdb.base/interrupt.exp
6634 * gdb.base/jit-reader.exp
6635 * gdb.base/jit-simple.exp
6636 * gdb.base/kill-after-signal.exp
6637 * gdb.base/kill-detach-inferiors-cmd.exp
6638 * gdb.base/label.exp
6639 * gdb.base/langs.exp
6640 * gdb.base/ldbl_e308.exp
6641 * gdb.base/line-symtabs.exp
6642 * gdb.base/linespecs.exp
6643 * gdb.base/list.exp
6644 * gdb.base/long_long.exp
6645 * gdb.base/longest-types.exp
6646 * gdb.base/maint.exp
6647 * gdb.base/max-value-size.exp
6648 * gdb.base/memattr.exp
6649 * gdb.base/mips_pro.exp
6650 * gdb.base/morestack.exp
6651 * gdb.base/moribund-step.exp
6652 * gdb.base/multi-forks.exp
6653 * gdb.base/nested-addr.exp
6654 * gdb.base/nextoverexit.exp
6655 * gdb.base/noreturn-finish.exp
6656 * gdb.base/noreturn-return.exp
6657 * gdb.base/nostdlib.exp
6658 * gdb.base/offsets.exp
6659 * gdb.base/opaque.exp
6660 * gdb.base/pc-fp.exp
6661 * gdb.base/permissions.exp
6662 * gdb.base/print-symbol-loading.exp
6663 * gdb.base/prologue-include.exp
6664 * gdb.base/psymtab.exp
6665 * gdb.base/ptype.exp
6666 * gdb.base/random-signal.exp
6667 * gdb.base/randomize.exp
6668 * gdb.base/range-stepping.exp
6669 * gdb.base/readline-ask.exp
6670 * gdb.base/recpar.exp
6671 * gdb.base/recurse.exp
6672 * gdb.base/relational.exp
6673 * gdb.base/restore.exp
6674 * gdb.base/return-nodebug.exp
6675 * gdb.base/return.exp
6676 * gdb.base/run-after-attach.exp
6677 * gdb.base/save-bp.exp
6678 * gdb.base/scope.exp
6679 * gdb.base/sect-cmd.exp
6680 * gdb.base/set-lang-auto.exp
6681 * gdb.base/set-noassign.exp
6682 * gdb.base/setvar.exp
6683 * gdb.base/sigall.exp
6684 * gdb.base/sigbpt.exp
6685 * gdb.base/siginfo-addr.exp
6686 * gdb.base/siginfo-infcall.exp
6687 * gdb.base/siginfo-obj.exp
6688 * gdb.base/siginfo.exp
6689 * gdb.base/signals-state-child.exp
6690 * gdb.base/signest.exp
6691 * gdb.base/sigstep.exp
6692 * gdb.base/sizeof.exp
6693 * gdb.base/skip.exp
6694 * gdb.base/solib-corrupted.exp
6695 * gdb.base/solib-nodir.exp
6696 * gdb.base/solib-search.exp
6697 * gdb.base/stack-checking.exp
6698 * gdb.base/stale-infcall.exp
6699 * gdb.base/stap-probe.exp
6700 * gdb.base/start.exp
6701 * gdb.base/step-break.exp
6702 * gdb.base/step-bt.exp
6703 * gdb.base/step-line.exp
6704 * gdb.base/step-over-exit.exp
6705 * gdb.base/step-over-syscall.exp
6706 * gdb.base/step-resume-infcall.exp
6707 * gdb.base/step-test.exp
6708 * gdb.base/store.exp
6709 * gdb.base/structs3.exp
6710 * gdb.base/sym-file.exp
6711 * gdb.base/symbol-without-target_section.exp
6712 * gdb.base/term.exp
6713 * gdb.base/testenv.exp
6714 * gdb.base/ui-redirect.exp
6715 * gdb.base/until.exp
6716 * gdb.base/unwindonsignal.exp
6717 * gdb.base/value-double-free.exp
6718 * gdb.base/vla-datatypes.exp
6719 * gdb.base/vla-ptr.exp
6720 * gdb.base/vla-sideeffect.exp
6721 * gdb.base/volatile.exp
6722 * gdb.base/watch-cond-infcall.exp
6723 * gdb.base/watch-cond.exp
6724 * gdb.base/watch-non-mem.exp
6725 * gdb.base/watch-read.exp
6726 * gdb.base/watch-vfork.exp
6727 * gdb.base/watchpoint-cond-gone.exp
6728 * gdb.base/watchpoint-delete.exp
6729 * gdb.base/watchpoint-hw-hit-once.exp
6730 * gdb.base/watchpoint-hw.exp
6731 * gdb.base/watchpoint-stops-at-right-insn.exp
6732 * gdb.base/watchpoints.exp
6733 * gdb.base/wchar.exp
6734 * gdb.base/whatis-exp.exp
6735 * gdb.btrace/buffer-size.exp
6736 * gdb.btrace/data.exp
6737 * gdb.btrace/delta.exp
6738 * gdb.btrace/dlopen.exp
6739 * gdb.btrace/enable.exp
6740 * gdb.btrace/exception.exp
6741 * gdb.btrace/function_call_history.exp
6742 * gdb.btrace/gcore.exp
6743 * gdb.btrace/instruction_history.exp
6744 * gdb.btrace/nohist.exp
6745 * gdb.btrace/reconnect.exp
6746 * gdb.btrace/record_goto-step.exp
6747 * gdb.btrace/record_goto.exp
6748 * gdb.btrace/rn-dl-bind.exp
6749 * gdb.btrace/segv.exp
6750 * gdb.btrace/step.exp
6751 * gdb.btrace/stepi.exp
6752 * gdb.btrace/tailcall-only.exp
6753 * gdb.btrace/tailcall.exp
6754 * gdb.btrace/tsx.exp
6755 * gdb.btrace/unknown_functions.exp
6756 * gdb.btrace/vdso.exp
6757 * gdb.compile/compile-ifunc.exp
6758 * gdb.compile/compile-ops.exp
6759 * gdb.compile/compile-print.exp
6760 * gdb.compile/compile-setjmp.exp
6761 * gdb.cp/abstract-origin.exp
6762 * gdb.cp/ambiguous.exp
6763 * gdb.cp/annota2.exp
6764 * gdb.cp/annota3.exp
6765 * gdb.cp/anon-ns.exp
6766 * gdb.cp/anon-struct.exp
6767 * gdb.cp/anon-union.exp
6768 * gdb.cp/arg-reference.exp
6769 * gdb.cp/baseenum.exp
6770 * gdb.cp/bool.exp
6771 * gdb.cp/breakpoint.exp
6772 * gdb.cp/bs15503.exp
6773 * gdb.cp/call-c.exp
6774 * gdb.cp/casts.exp
6775 * gdb.cp/chained-calls.exp
6776 * gdb.cp/class2.exp
6777 * gdb.cp/classes.exp
6778 * gdb.cp/cmpd-minsyms.exp
6779 * gdb.cp/converts.exp
6780 * gdb.cp/cp-relocate.exp
6781 * gdb.cp/cpcompletion.exp
6782 * gdb.cp/cpexprs.exp
6783 * gdb.cp/cplabel.exp
6784 * gdb.cp/cplusfuncs.exp
6785 * gdb.cp/cpsizeof.exp
6786 * gdb.cp/ctti.exp
6787 * gdb.cp/derivation.exp
6788 * gdb.cp/destrprint.exp
6789 * gdb.cp/dispcxx.exp
6790 * gdb.cp/enum-class.exp
6791 * gdb.cp/exception.exp
6792 * gdb.cp/exceptprint.exp
6793 * gdb.cp/expand-psymtabs-cxx.exp
6794 * gdb.cp/expand-sals.exp
6795 * gdb.cp/extern-c.exp
6796 * gdb.cp/filename.exp
6797 * gdb.cp/formatted-ref.exp
6798 * gdb.cp/fpointer.exp
6799 * gdb.cp/gdb1355.exp
6800 * gdb.cp/gdb2495.exp
6801 * gdb.cp/hang.exp
6802 * gdb.cp/impl-this.exp
6803 * gdb.cp/infcall-dlopen.exp
6804 * gdb.cp/inherit.exp
6805 * gdb.cp/iostream.exp
6806 * gdb.cp/koenig.exp
6807 * gdb.cp/local.exp
6808 * gdb.cp/m-data.exp
6809 * gdb.cp/m-static.exp
6810 * gdb.cp/mb-ctor.exp
6811 * gdb.cp/mb-inline.exp
6812 * gdb.cp/mb-templates.exp
6813 * gdb.cp/member-name.exp
6814 * gdb.cp/member-ptr.exp
6815 * gdb.cp/meth-typedefs.exp
6816 * gdb.cp/method.exp
6817 * gdb.cp/method2.exp
6818 * gdb.cp/minsym-fallback.exp
6819 * gdb.cp/misc.exp
6820 * gdb.cp/namelessclass.exp
6821 * gdb.cp/namespace-enum.exp
6822 * gdb.cp/namespace-nested-import.exp
6823 * gdb.cp/namespace.exp
6824 * gdb.cp/nextoverthrow.exp
6825 * gdb.cp/no-dmgl-verbose.exp
6826 * gdb.cp/non-trivial-retval.exp
6827 * gdb.cp/noparam.exp
6828 * gdb.cp/nsdecl.exp
6829 * gdb.cp/nsimport.exp
6830 * gdb.cp/nsnested.exp
6831 * gdb.cp/nsnoimports.exp
6832 * gdb.cp/nsrecurs.exp
6833 * gdb.cp/nsstress.exp
6834 * gdb.cp/nsusing.exp
6835 * gdb.cp/operator.exp
6836 * gdb.cp/oranking.exp
6837 * gdb.cp/overload-const.exp
6838 * gdb.cp/overload.exp
6839 * gdb.cp/ovldbreak.exp
6840 * gdb.cp/ovsrch.exp
6841 * gdb.cp/paren-type.exp
6842 * gdb.cp/parse-lang.exp
6843 * gdb.cp/pass-by-ref.exp
6844 * gdb.cp/pr-1023.exp
6845 * gdb.cp/pr-1210.exp
6846 * gdb.cp/pr-574.exp
6847 * gdb.cp/pr10687.exp
6848 * gdb.cp/pr12028.exp
6849 * gdb.cp/pr17132.exp
6850 * gdb.cp/pr17494.exp
6851 * gdb.cp/pr9067.exp
6852 * gdb.cp/pr9167.exp
6853 * gdb.cp/pr9631.exp
6854 * gdb.cp/printmethod.exp
6855 * gdb.cp/psmang.exp
6856 * gdb.cp/psymtab-parameter.exp
6857 * gdb.cp/ptype-cv-cp.exp
6858 * gdb.cp/ptype-flags.exp
6859 * gdb.cp/re-set-overloaded.exp
6860 * gdb.cp/ref-types.exp
6861 * gdb.cp/rtti.exp
6862 * gdb.cp/scope-err.exp
6863 * gdb.cp/shadow.exp
6864 * gdb.cp/smartp.exp
6865 * gdb.cp/static-method.exp
6866 * gdb.cp/static-print-quit.exp
6867 * gdb.cp/temargs.exp
6868 * gdb.cp/templates.exp
6869 * gdb.cp/try_catch.exp
6870 * gdb.cp/typedef-operator.exp
6871 * gdb.cp/typeid.exp
6872 * gdb.cp/userdef.exp
6873 * gdb.cp/using-crash.exp
6874 * gdb.cp/var-tag.exp
6875 * gdb.cp/virtbase.exp
6876 * gdb.cp/virtfunc.exp
6877 * gdb.cp/virtfunc2.exp
6878 * gdb.cp/vla-cxx.exp
6879 * gdb.disasm/t01_mov.exp
6880 * gdb.disasm/t02_mova.exp
6881 * gdb.disasm/t03_add.exp
6882 * gdb.disasm/t04_sub.exp
6883 * gdb.disasm/t05_cmp.exp
6884 * gdb.disasm/t06_ari2.exp
6885 * gdb.disasm/t07_ari3.exp
6886 * gdb.disasm/t08_or.exp
6887 * gdb.disasm/t09_xor.exp
6888 * gdb.disasm/t10_and.exp
6889 * gdb.disasm/t11_logs.exp
6890 * gdb.disasm/t12_bit.exp
6891 * gdb.disasm/t13_otr.exp
6892 * gdb.dlang/circular.exp
6893 * gdb.dwarf2/arr-stride.exp
6894 * gdb.dwarf2/arr-subrange.exp
6895 * gdb.dwarf2/atomic-type.exp
6896 * gdb.dwarf2/bad-regnum.exp
6897 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6898 * gdb.dwarf2/callframecfa.exp
6899 * gdb.dwarf2/clztest.exp
6900 * gdb.dwarf2/corrupt.exp
6901 * gdb.dwarf2/data-loc.exp
6902 * gdb.dwarf2/dup-psym.exp
6903 * gdb.dwarf2/dw2-anon-mptr.exp
6904 * gdb.dwarf2/dw2-anonymous-func.exp
6905 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6906 * gdb.dwarf2/dw2-bad-unresolved.exp
6907 * gdb.dwarf2/dw2-basic.exp
6908 * gdb.dwarf2/dw2-canonicalize-type.exp
6909 * gdb.dwarf2/dw2-case-insensitive.exp
6910 * gdb.dwarf2/dw2-common-block.exp
6911 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6912 * gdb.dwarf2/dw2-compressed.exp
6913 * gdb.dwarf2/dw2-const.exp
6914 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6915 * gdb.dwarf2/dw2-cu-size.exp
6916 * gdb.dwarf2/dw2-dup-frame.exp
6917 * gdb.dwarf2/dw2-entry-value.exp
6918 * gdb.dwarf2/dw2-icycle.exp
6919 * gdb.dwarf2/dw2-ifort-parameter.exp
6920 * gdb.dwarf2/dw2-inline-break.exp
6921 * gdb.dwarf2/dw2-inline-param.exp
6922 * gdb.dwarf2/dw2-intercu.exp
6923 * gdb.dwarf2/dw2-intermix.exp
6924 * gdb.dwarf2/dw2-lexical-block-bare.exp
6925 * gdb.dwarf2/dw2-linkage-name-trust.exp
6926 * gdb.dwarf2/dw2-minsym-in-cu.exp
6927 * gdb.dwarf2/dw2-noloc.exp
6928 * gdb.dwarf2/dw2-op-call.exp
6929 * gdb.dwarf2/dw2-op-out-param.exp
6930 * gdb.dwarf2/dw2-opt-structptr.exp
6931 * gdb.dwarf2/dw2-param-error.exp
6932 * gdb.dwarf2/dw2-producer.exp
6933 * gdb.dwarf2/dw2-ranges-base.exp
6934 * gdb.dwarf2/dw2-ref-missing-frame.exp
6935 * gdb.dwarf2/dw2-reg-undefined.exp
6936 * gdb.dwarf2/dw2-regno-invalid.exp
6937 * gdb.dwarf2/dw2-restore.exp
6938 * gdb.dwarf2/dw2-restrict.exp
6939 * gdb.dwarf2/dw2-single-line-discriminators.exp
6940 * gdb.dwarf2/dw2-strp.exp
6941 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6942 * gdb.dwarf2/dw2-unresolved.exp
6943 * gdb.dwarf2/dw2-var-zero-addr.exp
6944 * gdb.dwarf2/dw4-sig-types.exp
6945 * gdb.dwarf2/dwz.exp
6946 * gdb.dwarf2/dynarr-ptr.exp
6947 * gdb.dwarf2/enum-type.exp
6948 * gdb.dwarf2/gdb-index.exp
6949 * gdb.dwarf2/implptr-64bit.exp
6950 * gdb.dwarf2/implptr-optimized-out.exp
6951 * gdb.dwarf2/implptr.exp
6952 * gdb.dwarf2/implref-array.exp
6953 * gdb.dwarf2/implref-const.exp
6954 * gdb.dwarf2/implref-global.exp
6955 * gdb.dwarf2/implref-struct.exp
6956 * gdb.dwarf2/mac-fileno.exp
6957 * gdb.dwarf2/main-subprogram.exp
6958 * gdb.dwarf2/member-ptr-forwardref.exp
6959 * gdb.dwarf2/method-ptr.exp
6960 * gdb.dwarf2/missing-sig-type.exp
6961 * gdb.dwarf2/nonvar-access.exp
6962 * gdb.dwarf2/opaque-type-lookup.exp
6963 * gdb.dwarf2/pieces-optimized-out.exp
6964 * gdb.dwarf2/pieces.exp
6965 * gdb.dwarf2/pr10770.exp
6966 * gdb.dwarf2/pr13961.exp
6967 * gdb.dwarf2/staticvirtual.exp
6968 * gdb.dwarf2/subrange.exp
6969 * gdb.dwarf2/symtab-producer.exp
6970 * gdb.dwarf2/trace-crash.exp
6971 * gdb.dwarf2/typeddwarf.exp
6972 * gdb.dwarf2/valop.exp
6973 * gdb.dwarf2/watch-notconst.exp
6974 * gdb.fortran/array-element.exp
6975 * gdb.fortran/charset.exp
6976 * gdb.fortran/common-block.exp
6977 * gdb.fortran/complex.exp
6978 * gdb.fortran/derived-type-function.exp
6979 * gdb.fortran/derived-type.exp
6980 * gdb.fortran/logical.exp
6981 * gdb.fortran/module.exp
6982 * gdb.fortran/multi-dim.exp
6983 * gdb.fortran/nested-funcs.exp
6984 * gdb.fortran/print-formatted.exp
6985 * gdb.fortran/subarray.exp
6986 * gdb.fortran/vla-alloc-assoc.exp
6987 * gdb.fortran/vla-datatypes.exp
6988 * gdb.fortran/vla-history.exp
6989 * gdb.fortran/vla-ptr-info.exp
6990 * gdb.fortran/vla-ptype-sub.exp
6991 * gdb.fortran/vla-ptype.exp
6992 * gdb.fortran/vla-sizeof.exp
6993 * gdb.fortran/vla-type.exp
6994 * gdb.fortran/vla-value-sub-arbitrary.exp
6995 * gdb.fortran/vla-value-sub-finish.exp
6996 * gdb.fortran/vla-value-sub.exp
6997 * gdb.fortran/vla-value.exp
6998 * gdb.fortran/whatis_type.exp
6999 * gdb.go/chan.exp
7000 * gdb.go/handcall.exp
7001 * gdb.go/hello.exp
7002 * gdb.go/integers.exp
7003 * gdb.go/methods.exp
7004 * gdb.go/package.exp
7005 * gdb.go/strings.exp
7006 * gdb.go/types.exp
7007 * gdb.go/unsafe.exp
7008 * gdb.guile/scm-arch.exp
7009 * gdb.guile/scm-block.exp
7010 * gdb.guile/scm-breakpoint.exp
7011 * gdb.guile/scm-cmd.exp
7012 * gdb.guile/scm-disasm.exp
7013 * gdb.guile/scm-equal.exp
7014 * gdb.guile/scm-frame-args.exp
7015 * gdb.guile/scm-frame-inline.exp
7016 * gdb.guile/scm-frame.exp
7017 * gdb.guile/scm-iterator.exp
7018 * gdb.guile/scm-math.exp
7019 * gdb.guile/scm-objfile.exp
7020 * gdb.guile/scm-ports.exp
7021 * gdb.guile/scm-symbol.exp
7022 * gdb.guile/scm-symtab.exp
7023 * gdb.guile/scm-value-cc.exp
7024 * gdb.guile/types-module.exp
7025 * gdb.linespec/break-ask.exp
7026 * gdb.linespec/cpexplicit.exp
7027 * gdb.linespec/explicit.exp
7028 * gdb.linespec/keywords.exp
7029 * gdb.linespec/linespec.exp
7030 * gdb.linespec/ls-dollar.exp
7031 * gdb.linespec/ls-errs.exp
7032 * gdb.linespec/skip-two.exp
7033 * gdb.linespec/thread.exp
7034 * gdb.mi/mi-async.exp
7035 * gdb.mi/mi-basics.exp
7036 * gdb.mi/mi-break.exp
7037 * gdb.mi/mi-catch-load.exp
7038 * gdb.mi/mi-cli.exp
7039 * gdb.mi/mi-cmd-param-changed.exp
7040 * gdb.mi/mi-console.exp
7041 * gdb.mi/mi-detach.exp
7042 * gdb.mi/mi-disassemble.exp
7043 * gdb.mi/mi-eval.exp
7044 * gdb.mi/mi-file-transfer.exp
7045 * gdb.mi/mi-file.exp
7046 * gdb.mi/mi-fill-memory.exp
7047 * gdb.mi/mi-inheritance-syntax-error.exp
7048 * gdb.mi/mi-linespec-err-cp.exp
7049 * gdb.mi/mi-logging.exp
7050 * gdb.mi/mi-memory-changed.exp
7051 * gdb.mi/mi-read-memory.exp
7052 * gdb.mi/mi-record-changed.exp
7053 * gdb.mi/mi-reg-undefined.exp
7054 * gdb.mi/mi-regs.exp
7055 * gdb.mi/mi-return.exp
7056 * gdb.mi/mi-reverse.exp
7057 * gdb.mi/mi-simplerun.exp
7058 * gdb.mi/mi-solib.exp
7059 * gdb.mi/mi-stack.exp
7060 * gdb.mi/mi-stepi.exp
7061 * gdb.mi/mi-syn-frame.exp
7062 * gdb.mi/mi-until.exp
7063 * gdb.mi/mi-var-block.exp
7064 * gdb.mi/mi-var-child.exp
7065 * gdb.mi/mi-var-cmd.exp
7066 * gdb.mi/mi-var-cp.exp
7067 * gdb.mi/mi-var-display.exp
7068 * gdb.mi/mi-var-invalidate.exp
7069 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7070 * gdb.mi/mi-vla-fortran.exp
7071 * gdb.mi/mi-watch.exp
7072 * gdb.mi/mi2-var-child.exp
7073 * gdb.mi/user-selected-context-sync.exp
7074 * gdb.modula2/unbounded-array.exp
7075 * gdb.multi/dummy-frame-restore.exp
7076 * gdb.multi/multi-arch-exec.exp
7077 * gdb.multi/multi-arch.exp
7078 * gdb.multi/tids.exp
7079 * gdb.multi/watchpoint-multi.exp
7080 * gdb.opencl/callfuncs.exp
7081 * gdb.opencl/convs_casts.exp
7082 * gdb.opencl/datatypes.exp
7083 * gdb.opencl/operators.exp
7084 * gdb.opencl/vec_comps.exp
7085 * gdb.opt/clobbered-registers-O2.exp
7086 * gdb.opt/inline-break.exp
7087 * gdb.opt/inline-bt.exp
7088 * gdb.opt/inline-cmds.exp
7089 * gdb.opt/inline-locals.exp
7090 * gdb.pascal/case-insensitive-symbols.exp
7091 * gdb.pascal/floats.exp
7092 * gdb.pascal/gdb11492.exp
7093 * gdb.python/lib-types.exp
7094 * gdb.python/py-arch.exp
7095 * gdb.python/py-as-string.exp
7096 * gdb.python/py-bad-printers.exp
7097 * gdb.python/py-block.exp
7098 * gdb.python/py-breakpoint-create-fail.exp
7099 * gdb.python/py-breakpoint.exp
7100 * gdb.python/py-caller-is.exp
7101 * gdb.python/py-cmd.exp
7102 * gdb.python/py-explore-cc.exp
7103 * gdb.python/py-explore.exp
7104 * gdb.python/py-finish-breakpoint.exp
7105 * gdb.python/py-finish-breakpoint2.exp
7106 * gdb.python/py-frame-args.exp
7107 * gdb.python/py-frame-inline.exp
7108 * gdb.python/py-frame.exp
7109 * gdb.python/py-framefilter-mi.exp
7110 * gdb.python/py-infthread.exp
7111 * gdb.python/py-lazy-string.exp
7112 * gdb.python/py-linetable.exp
7113 * gdb.python/py-mi-events.exp
7114 * gdb.python/py-mi-objfile.exp
7115 * gdb.python/py-mi.exp
7116 * gdb.python/py-objfile.exp
7117 * gdb.python/py-pp-integral.exp
7118 * gdb.python/py-pp-maint.exp
7119 * gdb.python/py-pp-re-notag.exp
7120 * gdb.python/py-pp-registration.exp
7121 * gdb.python/py-recurse-unwind.exp
7122 * gdb.python/py-strfns.exp
7123 * gdb.python/py-symbol.exp
7124 * gdb.python/py-symtab.exp
7125 * gdb.python/py-sync-interp.exp
7126 * gdb.python/py-typeprint.exp
7127 * gdb.python/py-unwind-maint.exp
7128 * gdb.python/py-unwind.exp
7129 * gdb.python/py-value-cc.exp
7130 * gdb.python/py-xmethods.exp
7131 * gdb.reverse/amd64-tailcall-reverse.exp
7132 * gdb.reverse/break-precsave.exp
7133 * gdb.reverse/break-reverse.exp
7134 * gdb.reverse/consecutive-precsave.exp
7135 * gdb.reverse/consecutive-reverse.exp
7136 * gdb.reverse/finish-precsave.exp
7137 * gdb.reverse/finish-reverse-bkpt.exp
7138 * gdb.reverse/finish-reverse.exp
7139 * gdb.reverse/fstatat-reverse.exp
7140 * gdb.reverse/getresuid-reverse.exp
7141 * gdb.reverse/i386-precsave.exp
7142 * gdb.reverse/i386-reverse.exp
7143 * gdb.reverse/i386-sse-reverse.exp
7144 * gdb.reverse/i387-env-reverse.exp
7145 * gdb.reverse/i387-stack-reverse.exp
7146 * gdb.reverse/insn-reverse.exp
7147 * gdb.reverse/machinestate-precsave.exp
7148 * gdb.reverse/machinestate.exp
7149 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7150 * gdb.reverse/pipe-reverse.exp
7151 * gdb.reverse/readv-reverse.exp
7152 * gdb.reverse/recvmsg-reverse.exp
7153 * gdb.reverse/rerun-prec.exp
7154 * gdb.reverse/s390-mvcle.exp
7155 * gdb.reverse/step-precsave.exp
7156 * gdb.reverse/step-reverse.exp
7157 * gdb.reverse/time-reverse.exp
7158 * gdb.reverse/until-precsave.exp
7159 * gdb.reverse/until-reverse.exp
7160 * gdb.reverse/waitpid-reverse.exp
7161 * gdb.reverse/watch-precsave.exp
7162 * gdb.reverse/watch-reverse.exp
7163 * gdb.rust/generics.exp
7164 * gdb.rust/methods.exp
7165 * gdb.rust/modules.exp
7166 * gdb.rust/simple.exp
7167 * gdb.server/connect-with-no-symbol-file.exp
7168 * gdb.server/ext-attach.exp
7169 * gdb.server/ext-restart.exp
7170 * gdb.server/ext-wrapper.exp
7171 * gdb.server/file-transfer.exp
7172 * gdb.server/server-exec-info.exp
7173 * gdb.server/server-kill.exp
7174 * gdb.server/server-mon.exp
7175 * gdb.server/wrapper.exp
7176 * gdb.stabs/exclfwd.exp
7177 * gdb.stabs/gdb11479.exp
7178 * gdb.threads/clone-new-thread-event.exp
7179 * gdb.threads/corethreads.exp
7180 * gdb.threads/current-lwp-dead.exp
7181 * gdb.threads/dlopen-libpthread.exp
7182 * gdb.threads/gcore-thread.exp
7183 * gdb.threads/sigstep-threads.exp
7184 * gdb.threads/watchpoint-fork.exp
7185 * gdb.trace/actions-changed.exp
7186 * gdb.trace/backtrace.exp
7187 * gdb.trace/change-loc.exp
7188 * gdb.trace/circ.exp
7189 * gdb.trace/collection.exp
7190 * gdb.trace/disconnected-tracing.exp
7191 * gdb.trace/ftrace.exp
7192 * gdb.trace/mi-trace-frame-collected.exp
7193 * gdb.trace/mi-trace-unavailable.exp
7194 * gdb.trace/mi-traceframe-changed.exp
7195 * gdb.trace/mi-tsv-changed.exp
7196 * gdb.trace/no-attach-trace.exp
7197 * gdb.trace/passc-dyn.exp
7198 * gdb.trace/qtro.exp
7199 * gdb.trace/range-stepping.exp
7200 * gdb.trace/read-memory.exp
7201 * gdb.trace/save-trace.exp
7202 * gdb.trace/signal.exp
7203 * gdb.trace/status-stop.exp
7204 * gdb.trace/tfile.exp
7205 * gdb.trace/trace-break.exp
7206 * gdb.trace/trace-buffer-size.exp
7207 * gdb.trace/trace-condition.exp
7208 * gdb.trace/tracefile-pseudo-reg.exp
7209 * gdb.trace/tstatus.exp
7210 * gdb.trace/unavailable.exp
7211 * gdb.trace/while-dyn.exp
7212 * gdb.trace/while-stepping.exp
7213
7214 2016-12-22 Doug Evans <xdje42@gmail.com>
7215
7216 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7217 and msymbols.
7218
7219 2016-12-19 Yao Qi <yao.qi@linaro.org>
7220
7221 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7222 (test_with_self): Don't call do_steps_and_nexts, and remove
7223 code about stepping into xmalloc.
7224
7225 2016-12-09 Yao Qi <yao.qi@linaro.org>
7226
7227 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7228
7229 2016-12-09 Yao Qi <yao.qi@linaro.org>
7230
7231 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7232
7233 2016-12-09 Pedro Alves <palves@redhat.com>
7234
7235 * gdb.base/all-architectures-0.exp: New file.
7236 * gdb.base/all-architectures-1.exp: New file.
7237 * gdb.base/all-architectures-2.exp: New file.
7238 * gdb.base/all-architectures-3.exp: New file.
7239 * gdb.base/all-architectures-4.exp: New file.
7240 * gdb.base/all-architectures-5.exp: New file.
7241 * gdb.base/all-architectures-6.exp: New file.
7242 * gdb.base/all-architectures-7.exp: New file.
7243 * gdb.base/all-architectures.exp.in: New file.
7244
7245 2016-12-09 Yao Qi <yao.qi@linaro.org>
7246
7247 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7248
7249 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7250
7251 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7252 possible.
7253 Remove useless pattern-matching code.
7254
7255 2016-12-02 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7258 procedure.
7259 (top level): Call it.
7260
7261 2016-12-02 Pedro Alves <palves@redhat.com>
7262
7263 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7264 New procedure.
7265 (top level): Call it.
7266
7267 2016-12-02 Pedro Alves <palves@redhat.com>
7268
7269 PR cli/20559
7270 * gdb.base/commands.exp (user_defined_command_args_eval): New
7271 procedure.
7272 (top level): Call it.
7273
7274 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7275
7276 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7277 timeout handling.
7278
7279 2016-12-02 Tom Tromey <tom@tromey.com>
7280
7281 * gdb.dwarf2/main-subprogram.c: New file.
7282 * gdb.dwarf2/main-subprogram.exp: New file.
7283
7284 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7285
7286 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7287 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7288 gdb_test_no_output for a couple of cases.
7289 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7290
7291 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7292
7293 Fix test names and standardize compilation error messages throughout
7294 the following files:
7295
7296 * gdb.ada/start.exp
7297 * gdb.arch/alpha-step.exp
7298 * gdb.arch/e500-prologue.exp
7299 * gdb.arch/ftrace-insn-reloc.exp
7300 * gdb.arch/gdb1291.exp
7301 * gdb.arch/gdb1431.exp
7302 * gdb.arch/gdb1558.exp
7303 * gdb.arch/i386-dr3-watch.exp
7304 * gdb.arch/i386-sse-stack-align.exp
7305 * gdb.arch/ia64-breakpoint-shadow.exp
7306 * gdb.arch/pa-nullify.exp
7307 * gdb.arch/powerpc-aix-prologue.exp
7308 * gdb.arch/thumb-bx-pc.exp
7309 * gdb.base/annota1.exp
7310 * gdb.base/annota3.exp
7311 * gdb.base/arrayidx.exp
7312 * gdb.base/assign.exp
7313 * gdb.base/attach.exp
7314 * gdb.base/auxv.exp
7315 * gdb.base/bang.exp
7316 * gdb.base/bfp-test.exp
7317 * gdb.base/bigcore.exp
7318 * gdb.base/bitfields2.exp
7319 * gdb.base/break-fun-addr.exp
7320 * gdb.base/break-probes.exp
7321 * gdb.base/call-rt-st.exp
7322 * gdb.base/callexit.exp
7323 * gdb.base/catch-fork-kill.exp
7324 * gdb.base/charset.exp
7325 * gdb.base/checkpoint.exp
7326 * gdb.base/comprdebug.exp
7327 * gdb.base/constvars.exp
7328 * gdb.base/coredump-filter.exp
7329 * gdb.base/cursal.exp
7330 * gdb.base/cvexpr.exp
7331 * gdb.base/detach.exp
7332 * gdb.base/display.exp
7333 * gdb.base/dmsym.exp
7334 * gdb.base/dprintf-pending.exp
7335 * gdb.base/dso2dso.exp
7336 * gdb.base/dtrace-probe.exp
7337 * gdb.base/dump.exp
7338 * gdb.base/enum_cond.exp
7339 * gdb.base/exe-lock.exp
7340 * gdb.base/exec-invalid-sysroot.exp
7341 * gdb.base/execl-update-breakpoints.exp
7342 * gdb.base/exprs.exp
7343 * gdb.base/fileio.exp
7344 * gdb.base/find.exp
7345 * gdb.base/finish.exp
7346 * gdb.base/fixsection.exp
7347 * gdb.base/foll-vfork.exp
7348 * gdb.base/frame-args.exp
7349 * gdb.base/gcore.exp
7350 * gdb.base/gdb1250.exp
7351 * gdb.base/global-var-nested-by-dso.exp
7352 * gdb.base/gnu-ifunc.exp
7353 * gdb.base/hashline1.exp
7354 * gdb.base/hashline2.exp
7355 * gdb.base/hashline3.exp
7356 * gdb.base/hbreak-in-shr-unsupported.exp
7357 * gdb.base/huge.exp
7358 * gdb.base/infcall-input.exp
7359 * gdb.base/info-fun.exp
7360 * gdb.base/info-shared.exp
7361 * gdb.base/jit-simple.exp
7362 * gdb.base/jit-so.exp
7363 * gdb.base/jit.exp
7364 * gdb.base/jump.exp
7365 * gdb.base/label.exp
7366 * gdb.base/lineinc.exp
7367 * gdb.base/logical.exp
7368 * gdb.base/longjmp.exp
7369 * gdb.base/macscp.exp
7370 * gdb.base/miscexprs.exp
7371 * gdb.base/new-ui-echo.exp
7372 * gdb.base/new-ui-pending-input.exp
7373 * gdb.base/new-ui.exp
7374 * gdb.base/nodebug.exp
7375 * gdb.base/nofield.exp
7376 * gdb.base/offsets.exp
7377 * gdb.base/overlays.exp
7378 * gdb.base/pending.exp
7379 * gdb.base/pointers.exp
7380 * gdb.base/pr11022.exp
7381 * gdb.base/printcmds.exp
7382 * gdb.base/prologue.exp
7383 * gdb.base/ptr-typedef.exp
7384 * gdb.base/realname-expand.exp
7385 * gdb.base/relativedebug.exp
7386 * gdb.base/relocate.exp
7387 * gdb.base/remote.exp
7388 * gdb.base/reread.exp
7389 * gdb.base/return2.exp
7390 * gdb.base/savedregs.exp
7391 * gdb.base/sep.exp
7392 * gdb.base/sepdebug.exp
7393 * gdb.base/sepsymtab.exp
7394 * gdb.base/set-inferior-tty.exp
7395 * gdb.base/setshow.exp
7396 * gdb.base/shlib-call.exp
7397 * gdb.base/sigaltstack.exp
7398 * gdb.base/siginfo-addr.exp
7399 * gdb.base/signals.exp
7400 * gdb.base/signull.exp
7401 * gdb.base/sigrepeat.exp
7402 * gdb.base/so-impl-ld.exp
7403 * gdb.base/solib-display.exp
7404 * gdb.base/solib-overlap.exp
7405 * gdb.base/solib-search.exp
7406 * gdb.base/solib-symbol.exp
7407 * gdb.base/structs.exp
7408 * gdb.base/structs2.exp
7409 * gdb.base/symtab-search-order.exp
7410 * gdb.base/twice.exp
7411 * gdb.base/unload.exp
7412 * gdb.base/varargs.exp
7413 * gdb.base/watchpoint-solib.exp
7414 * gdb.base/watchpoint.exp
7415 * gdb.base/whatis.exp
7416 * gdb.base/wrong_frame_bt_full.exp
7417 * gdb.btrace/dlopen.exp
7418 * gdb.cell/ea-standalone.exp
7419 * gdb.cell/ea-test.exp
7420 * gdb.cp/dispcxx.exp
7421 * gdb.cp/gdb2384.exp
7422 * gdb.cp/method2.exp
7423 * gdb.cp/nextoverthrow.exp
7424 * gdb.cp/pr10728.exp
7425 * gdb.disasm/am33.exp
7426 * gdb.disasm/h8300s.exp
7427 * gdb.disasm/mn10300.exp
7428 * gdb.disasm/sh3.exp
7429 * gdb.dwarf2/dw2-dir-file-name.exp
7430 * gdb.fortran/complex.exp
7431 * gdb.fortran/library-module.exp
7432 * gdb.guile/scm-pretty-print.exp
7433 * gdb.guile/scm-symbol.exp
7434 * gdb.guile/scm-type.exp
7435 * gdb.guile/scm-value.exp
7436 * gdb.linespec/linespec.exp
7437 * gdb.mi/gdb701.exp
7438 * gdb.mi/gdb792.exp
7439 * gdb.mi/mi-breakpoint-changed.exp
7440 * gdb.mi/mi-dprintf-pending.exp
7441 * gdb.mi/mi-dprintf.exp
7442 * gdb.mi/mi-exit-code.exp
7443 * gdb.mi/mi-pending.exp
7444 * gdb.mi/mi-solib.exp
7445 * gdb.mi/new-ui-mi-sync.exp
7446 * gdb.mi/pr11022.exp
7447 * gdb.mi/user-selected-context-sync.exp
7448 * gdb.opt/solib-intra-step.exp
7449 * gdb.python/py-events.exp
7450 * gdb.python/py-finish-breakpoint.exp
7451 * gdb.python/py-mi.exp
7452 * gdb.python/py-prettyprint.exp
7453 * gdb.python/py-shared.exp
7454 * gdb.python/py-symbol.exp
7455 * gdb.python/py-template.exp
7456 * gdb.python/py-type.exp
7457 * gdb.python/py-value.exp
7458 * gdb.reverse/solib-precsave.exp
7459 * gdb.reverse/solib-reverse.exp
7460 * gdb.server/solib-list.exp
7461 * gdb.stabs/weird.exp
7462 * gdb.threads/reconnect-signal.exp
7463 * gdb.threads/stepi-random-signal.exp
7464 * gdb.trace/actions.exp
7465 * gdb.trace/ax.exp
7466 * gdb.trace/backtrace.exp
7467 * gdb.trace/change-loc.exp
7468 * gdb.trace/deltrace.exp
7469 * gdb.trace/ftrace-lock.exp
7470 * gdb.trace/ftrace.exp
7471 * gdb.trace/infotrace.exp
7472 * gdb.trace/mi-tracepoint-changed.exp
7473 * gdb.trace/packetlen.exp
7474 * gdb.trace/passcount.exp
7475 * gdb.trace/pending.exp
7476 * gdb.trace/range-stepping.exp
7477 * gdb.trace/report.exp
7478 * gdb.trace/stap-trace.exp
7479 * gdb.trace/tfind.exp
7480 * gdb.trace/trace-break.exp
7481 * gdb.trace/trace-condition.exp
7482 * gdb.trace/trace-enable-disable.exp
7483 * gdb.trace/trace-mt.exp
7484 * gdb.trace/tracecmd.exp
7485 * gdb.trace/tspeed.exp
7486 * gdb.trace/tsv.exp
7487 * lib/perftest.exp
7488
7489 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7490
7491 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7492 with gdb_test_no_output.
7493 Use command as test name.
7494
7495 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7496
7497 Fix test names starting with uppercase throughout the files.
7498
7499 * gdb.ada/assign_1.exp
7500 * gdb.ada/boolean_expr.exp
7501 * gdb.base/arrayidx.exp
7502 * gdb.base/del.exp
7503 * gdb.base/gcore-buffer-overflow.exp
7504 * gdb.base/testenv.exp
7505 * gdb.compile/compile.exp
7506 * gdb.python/py-framefilter-invalidarg.exp
7507 * gdb.python/py-framefilter.exp
7508
7509 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7510
7511 Fix test names starting with uppercase throughout the files.
7512
7513 * gdb.ada/array_return.exp
7514 * gdb.ada/expr_delims.exp
7515 * gdb.ada/mi_dyn_arr.exp
7516 * gdb.ada/mi_interface.exp
7517 * gdb.ada/mi_var_array.exp
7518 * gdb.ada/watch_arg.exp
7519 * gdb.arch/alpha-step.exp
7520 * gdb.arch/altivec-regs.exp
7521 * gdb.arch/e500-regs.exp
7522 * gdb.arch/powerpc-d128-regs.exp
7523 * gdb.base/arrayidx.exp
7524 * gdb.base/break.exp
7525 * gdb.base/checkpoint.exp
7526 * gdb.base/debug-expr.exp
7527 * gdb.base/dmsym.exp
7528 * gdb.base/radix.exp
7529 * gdb.base/sepdebug.exp
7530 * gdb.base/testenv.exp
7531 * gdb.base/watch_thread_num.exp
7532 * gdb.base/watchpoint-cond-gone.exp
7533 * gdb.cell/break.exp
7534 * gdb.cell/ea-cache.exp
7535 * gdb.compile/compile.exp
7536 * gdb.cp/gdb2495.exp
7537 * gdb.gdb/selftest.exp
7538 * gdb.gdb/xfullpath.exp
7539 * gdb.go/hello.exp
7540 * gdb.go/integers.exp
7541 * gdb.objc/basicclass.exp
7542 * gdb.pascal/hello.exp
7543 * gdb.pascal/integers.exp
7544 * gdb.python/py-breakpoint.exp
7545 * gdb.python/py-cmd.exp
7546 * gdb.python/py-linetable.exp
7547 * gdb.python/py-xmethods.exp
7548 * gdb.python/python.exp
7549 * gdb.reverse/consecutive-precsave.exp
7550 * gdb.reverse/finish-precsave.exp
7551 * gdb.reverse/i386-precsave.exp
7552 * gdb.reverse/machinestate-precsave.exp
7553 * gdb.reverse/sigall-precsave.exp
7554 * gdb.reverse/solib-precsave.exp
7555 * gdb.reverse/step-precsave.exp
7556 * gdb.reverse/until-precsave.exp
7557 * gdb.reverse/watch-precsave.exp
7558 * gdb.threads/leader-exit.exp
7559 * gdb.threads/pthreads.exp
7560 * gdb.threads/wp-replication.exp
7561 * gdb.trace/actions.exp
7562 * gdb.trace/mi-tsv-changed.exp
7563 * gdb.trace/tsv.exp
7564
7565 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7566
7567 Fix test names starting with uppercase throughout the files.
7568
7569 * gdb.arch/i386-bp_permanent.exp
7570 * gdb.arch/i386-gnu-cfi.exp
7571 * gdb.base/disasm-end-cu.exp
7572 * gdb.base/macscp.exp
7573 * gdb.base/pending.exp
7574 * gdb.base/watch_thread_num.exp
7575 * gdb.cp/exception.exp
7576 * gdb.cp/gdb2495.exp
7577 * gdb.cp/local.exp
7578 * gdb.python/py-evsignal.exp
7579 * gdb.python/python.exp
7580 * gdb.trace/tracecmd.exp
7581
7582 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7583
7584 Fix test names starting with uppercase throughout the files.
7585
7586 * gdb.base/charset.exp
7587 * gdb.base/eval.exp
7588 * gdb.base/multi-forks.exp
7589 * gdb.guile/scm-progspace.exp
7590 * gdb.opencl/datatypes.exp
7591 * gdb.python/py-block.exp
7592 * gdb.python/py-function.exp
7593 * gdb.python/py-symbol.exp
7594 * gdb.python/py-symtab.exp
7595 * gdb.python/py-xmethods.exp
7596 * gdb.reverse/break-precsave.exp
7597 * gdb.reverse/break-reverse.exp
7598 * gdb.reverse/consecutive-precsave.exp
7599 * gdb.reverse/consecutive-reverse.exp
7600 * gdb.reverse/finish-precsave.exp
7601 * gdb.reverse/finish-reverse-bkpt.exp
7602 * gdb.reverse/finish-reverse.exp
7603 * gdb.reverse/fstatat-reverse.exp
7604 * gdb.reverse/getresuid-reverse.exp
7605 * gdb.reverse/i386-precsave.exp
7606 * gdb.reverse/i386-reverse.exp
7607 * gdb.reverse/i386-sse-reverse.exp
7608 * gdb.reverse/i387-stack-reverse.exp
7609 * gdb.reverse/insn-reverse.exp
7610 * gdb.reverse/machinestate-precsave.exp
7611 * gdb.reverse/machinestate.exp
7612 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7613 * gdb.reverse/pipe-reverse.exp
7614 * gdb.reverse/readv-reverse.exp
7615 * gdb.reverse/recvmsg-reverse.exp
7616 * gdb.reverse/rerun-prec.exp
7617 * gdb.reverse/s390-mvcle.exp
7618 * gdb.reverse/sigall-precsave.exp
7619 * gdb.reverse/sigall-reverse.exp
7620 * gdb.reverse/solib-precsave.exp
7621 * gdb.reverse/solib-reverse.exp
7622 * gdb.reverse/step-precsave.exp
7623 * gdb.reverse/step-reverse.exp
7624 * gdb.reverse/time-reverse.exp
7625 * gdb.reverse/until-precsave.exp
7626 * gdb.reverse/until-reverse.exp
7627 * gdb.reverse/waitpid-reverse.exp
7628 * gdb.reverse/watch-precsave.exp
7629 * gdb.reverse/watch-reverse.exp
7630
7631 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7632
7633 Fix test names starting with uppercase throughout the files.
7634
7635 * gdb.arch/i386-mpx-simple_segv.exp
7636 * gdb.arch/i386-mpx.exp
7637 * gdb.arch/i386-permbkpt.exp
7638 * gdb.arch/pa-nullify.exp
7639 * gdb.arch/powerpc-d128-regs.exp
7640 * gdb.arch/vsx-regs.exp
7641 * gdb.base/bfp-test.exp
7642 * gdb.base/break.exp
7643 * gdb.base/breakpoint-shadow.exp
7644 * gdb.base/callfuncs.exp
7645 * gdb.base/charset.exp
7646 * gdb.base/commands.exp
7647 * gdb.base/completion.exp
7648 * gdb.base/dfp-test.exp
7649 * gdb.base/echo.exp
7650 * gdb.base/ending-run.exp
7651 * gdb.base/eval.exp
7652 * gdb.base/expand-psymtabs.exp
7653 * gdb.base/float128.exp
7654 * gdb.base/floatn.exp
7655 * gdb.base/foll-exec-mode.exp
7656 * gdb.base/gdb1056.exp
7657 * gdb.base/gdb11531.exp
7658 * gdb.base/kill-after-signal.exp
7659 * gdb.base/multi-forks.exp
7660 * gdb.base/overlays.exp
7661 * gdb.base/pending.exp
7662 * gdb.base/sepdebug.exp
7663 * gdb.base/testenv.exp
7664 * gdb.base/valgrind-db-attach.exp
7665 * gdb.base/watch_thread_num.exp
7666 * gdb.base/watchpoint-cond-gone.exp
7667 * gdb.base/watchpoint.exp
7668 * gdb.base/watchpoints.exp
7669 * gdb.cp/arg-reference.exp
7670 * gdb.cp/baseenum.exp
7671 * gdb.cp/operator.exp
7672 * gdb.cp/shadow.exp
7673 * gdb.dwarf2/dw2-op-out-param.exp
7674 * gdb.dwarf2/dw2-reg-undefined.exp
7675 * gdb.go/chan.exp
7676 * gdb.go/hello.exp
7677 * gdb.go/integers.exp
7678 * gdb.go/methods.exp
7679 * gdb.go/package.exp
7680 * gdb.guile/scm-parameter.exp
7681 * gdb.guile/scm-progspace.exp
7682 * gdb.guile/scm-value.exp
7683 * gdb.mi/mi-pending.exp
7684 * gdb.mi/user-selected-context-sync.exp
7685 * gdb.multi/multi-attach.exp
7686 * gdb.multi/tids.exp
7687 * gdb.opt/clobbered-registers-O2.exp
7688 * gdb.pascal/floats.exp
7689 * gdb.pascal/integers.exp
7690 * gdb.python/py-block.exp
7691 * gdb.python/py-events.exp
7692 * gdb.python/py-parameter.exp
7693 * gdb.python/py-symbol.exp
7694 * gdb.python/py-symtab.exp
7695 * gdb.python/py-type.exp
7696 * gdb.python/py-value.exp
7697 * gdb.python/py-xmethods.exp
7698 * gdb.python/python.exp
7699 * gdb.reverse/break-precsave.exp
7700 * gdb.reverse/consecutive-precsave.exp
7701 * gdb.reverse/finish-precsave.exp
7702 * gdb.reverse/i386-precsave.exp
7703 * gdb.reverse/machinestate-precsave.exp
7704 * gdb.reverse/sigall-precsave.exp
7705 * gdb.reverse/solib-precsave.exp
7706 * gdb.reverse/step-precsave.exp
7707 * gdb.reverse/until-precsave.exp
7708 * gdb.reverse/watch-precsave.exp
7709 * gdb.server/ext-attach.exp
7710 * gdb.server/ext-restart.exp
7711 * gdb.server/ext-run.exp
7712 * gdb.server/ext-wrapper.exp
7713 * gdb.stabs/gdb11479.exp
7714 * gdb.stabs/weird.exp
7715 * gdb.threads/attach-many-short-lived-threads.exp
7716 * gdb.threads/kill.exp
7717 * gdb.threads/watchpoint-fork.exp
7718
7719 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7720
7721 Fix test names starting with uppercase throughout all the files below.
7722
7723 * gdb.ada/array_return.exp
7724 * gdb.ada/catch_ex.exp
7725 * gdb.ada/info_exc.exp
7726 * gdb.ada/mi_catch_ex.exp
7727 * gdb.ada/mi_dyn_arr.exp
7728 * gdb.ada/mi_ex_cond.exp
7729 * gdb.ada/mi_exc_info.exp
7730 * gdb.ada/mi_interface.exp
7731 * gdb.ada/mi_task_arg.exp
7732 * gdb.ada/mi_task_info.exp
7733 * gdb.ada/mi_var_array.exp
7734 * gdb.arch/alpha-step.exp
7735 * gdb.arch/amd64-disp-step.exp
7736 * gdb.arch/arm-disp-step.exp
7737 * gdb.arch/disp-step-insn-reloc.exp
7738 * gdb.arch/e500-prologue.exp
7739 * gdb.arch/ftrace-insn-reloc.exp
7740 * gdb.arch/gdb1558.exp
7741 * gdb.arch/i386-bp_permanent.exp
7742 * gdb.arch/i386-disp-step.exp
7743 * gdb.arch/i386-float.exp
7744 * gdb.arch/i386-gnu-cfi.exp
7745 * gdb.arch/ia64-breakpoint-shadow.exp
7746 * gdb.arch/mips16-thunks.exp
7747 * gdb.arch/pa-nullify.exp
7748 * gdb.arch/powerpc-aix-prologue.exp
7749 * gdb.arch/powerpc-power.exp
7750 * gdb.arch/ppc-dfp.exp
7751 * gdb.arch/s390-tdbregs.exp
7752 * gdb.arch/spu-info.exp
7753 * gdb.arch/spu-ls.exp
7754 * gdb.arch/thumb-bx-pc.exp
7755 * gdb.base/advance.exp
7756 * gdb.base/annota-input-while-running.exp
7757 * gdb.base/arrayidx.exp
7758 * gdb.base/asmlabel.exp
7759 * gdb.base/async.exp
7760 * gdb.base/attach-wait-input.exp
7761 * gdb.base/auto-connect-native-target.exp
7762 * gdb.base/batch-preserve-term-settings.exp
7763 * gdb.base/bfp-test.exp
7764 * gdb.base/bigcore.exp
7765 * gdb.base/bp-permanent.exp
7766 * gdb.base/break-always.exp
7767 * gdb.base/break-fun-addr.exp
7768 * gdb.base/break-idempotent.exp
7769 * gdb.base/break-main-file-remove-fail.exp
7770 * gdb.base/break-probes.exp
7771 * gdb.base/break-unload-file.exp
7772 * gdb.base/break.exp
7773 * gdb.base/call-ar-st.exp
7774 * gdb.base/call-rt-st.exp
7775 * gdb.base/call-sc.exp
7776 * gdb.base/call-signal-resume.exp
7777 * gdb.base/call-strs.exp
7778 * gdb.base/callexit.exp
7779 * gdb.base/callfuncs.exp
7780 * gdb.base/catch-gdb-caused-signals.exp
7781 * gdb.base/catch-signal-siginfo-cond.exp
7782 * gdb.base/catch-syscall.exp
7783 * gdb.base/compare-sections.exp
7784 * gdb.base/cond-eval-mode.exp
7785 * gdb.base/condbreak-call-false.exp
7786 * gdb.base/consecutive-step-over.exp
7787 * gdb.base/cursal.exp
7788 * gdb.base/disabled-location.exp
7789 * gdb.base/disasm-end-cu.exp
7790 * gdb.base/display.exp
7791 * gdb.base/double-prompt-target-event-error.exp
7792 * gdb.base/dprintf-bp-same-addr.exp
7793 * gdb.base/dprintf-detach.exp
7794 * gdb.base/dprintf-next.exp
7795 * gdb.base/dprintf-non-stop.exp
7796 * gdb.base/dprintf-pending.exp
7797 * gdb.base/dso2dso.exp
7798 * gdb.base/ending-run.exp
7799 * gdb.base/enum_cond.exp
7800 * gdb.base/examine-backward.exp
7801 * gdb.base/exe-lock.exp
7802 * gdb.base/exec-invalid-sysroot.exp
7803 * gdb.base/execl-update-breakpoints.exp
7804 * gdb.base/execution-termios.exp
7805 * gdb.base/fileio.exp
7806 * gdb.base/fixsection.exp
7807 * gdb.base/foll-exec-mode.exp
7808 * gdb.base/foll-exec.exp
7809 * gdb.base/fork-running-state.exp
7810 * gdb.base/frame-args.exp
7811 * gdb.base/fullpath-expand.exp
7812 * gdb.base/func-ptr.exp
7813 * gdb.base/gcore-relro-pie.exp
7814 * gdb.base/gdb1090.exp
7815 * gdb.base/gdb1555.exp
7816 * gdb.base/global-var-nested-by-dso.exp
7817 * gdb.base/gnu-ifunc.exp
7818 * gdb.base/hbreak-in-shr-unsupported.exp
7819 * gdb.base/hbreak-unmapped.exp
7820 * gdb.base/hook-stop.exp
7821 * gdb.base/infcall-input.exp
7822 * gdb.base/info-fun.exp
7823 * gdb.base/info-shared.exp
7824 * gdb.base/interrupt-noterm.exp
7825 * gdb.base/jit-so.exp
7826 * gdb.base/jit.exp
7827 * gdb.base/line-symtabs.exp
7828 * gdb.base/list.exp
7829 * gdb.base/longjmp.exp
7830 * gdb.base/macscp.exp
7831 * gdb.base/max-value-size.exp
7832 * gdb.base/nodebug.exp
7833 * gdb.base/nofield.exp
7834 * gdb.base/overlays.exp
7835 * gdb.base/paginate-after-ctrl-c-running.exp
7836 * gdb.base/paginate-bg-execution.exp
7837 * gdb.base/paginate-inferior-exit.exp
7838 * gdb.base/pending.exp
7839 * gdb.base/pr11022.exp
7840 * gdb.base/printcmds.exp
7841 * gdb.base/ptr-typedef.exp
7842 * gdb.base/ptype.exp
7843 * gdb.base/randomize.exp
7844 * gdb.base/range-stepping.exp
7845 * gdb.base/realname-expand.exp
7846 * gdb.base/relativedebug.exp
7847 * gdb.base/remote.exp
7848 * gdb.base/savedregs.exp
7849 * gdb.base/sepdebug.exp
7850 * gdb.base/set-noassign.exp
7851 * gdb.base/shlib-call.exp
7852 * gdb.base/shreloc.exp
7853 * gdb.base/sigaltstack.exp
7854 * gdb.base/sigbpt.exp
7855 * gdb.base/siginfo-addr.exp
7856 * gdb.base/siginfo-obj.exp
7857 * gdb.base/siginfo-thread.exp
7858 * gdb.base/signest.exp
7859 * gdb.base/signull.exp
7860 * gdb.base/sigrepeat.exp
7861 * gdb.base/skip.exp
7862 * gdb.base/so-impl-ld.exp
7863 * gdb.base/solib-corrupted.exp
7864 * gdb.base/solib-disc.exp
7865 * gdb.base/solib-display.exp
7866 * gdb.base/solib-overlap.exp
7867 * gdb.base/solib-search.exp
7868 * gdb.base/solib-symbol.exp
7869 * gdb.base/source-execution.exp
7870 * gdb.base/sss-bp-on-user-bp-2.exp
7871 * gdb.base/sss-bp-on-user-bp.exp
7872 * gdb.base/stack-checking.exp
7873 * gdb.base/stale-infcall.exp
7874 * gdb.base/step-break.exp
7875 * gdb.base/step-line.exp
7876 * gdb.base/step-over-exit.exp
7877 * gdb.base/step-test.exp
7878 * gdb.base/structs.exp
7879 * gdb.base/sym-file.exp
7880 * gdb.base/symtab-search-order.exp
7881 * gdb.base/term.exp
7882 * gdb.base/type-opaque.exp
7883 * gdb.base/unload.exp
7884 * gdb.base/until-nodebug.exp
7885 * gdb.base/until.exp
7886 * gdb.base/unwindonsignal.exp
7887 * gdb.base/watch-cond.exp
7888 * gdb.base/watch-non-mem.exp
7889 * gdb.base/watch_thread_num.exp
7890 * gdb.base/watchpoint-reuse-slot.exp
7891 * gdb.base/watchpoint-solib.exp
7892 * gdb.base/watchpoint.exp
7893 * gdb.btrace/dlopen.exp
7894 * gdb.cell/arch.exp
7895 * gdb.cell/break.exp
7896 * gdb.cell/bt.exp
7897 * gdb.cell/core.exp
7898 * gdb.cell/data.exp
7899 * gdb.cell/dwarfaddr.exp
7900 * gdb.cell/ea-cache.exp
7901 * gdb.cell/ea-standalone.exp
7902 * gdb.cell/ea-test.exp
7903 * gdb.cell/f-regs.exp
7904 * gdb.cell/fork.exp
7905 * gdb.cell/gcore.exp
7906 * gdb.cell/mem-access.exp
7907 * gdb.cell/ptype.exp
7908 * gdb.cell/registers.exp
7909 * gdb.cell/sizeof.exp
7910 * gdb.cell/solib-symbol.exp
7911 * gdb.cell/solib.exp
7912 * gdb.compile/compile-tls.exp
7913 * gdb.cp/exception.exp
7914 * gdb.cp/gdb2495.exp
7915 * gdb.cp/local.exp
7916 * gdb.cp/mb-inline.exp
7917 * gdb.cp/mb-templates.exp
7918 * gdb.cp/pr10687.exp
7919 * gdb.cp/pr9167.exp
7920 * gdb.cp/scope-err.exp
7921 * gdb.cp/templates.exp
7922 * gdb.cp/virtfunc.exp
7923 * gdb.dwarf2/dw2-dir-file-name.exp
7924 * gdb.dwarf2/dw2-single-line-discriminators.exp
7925 * gdb.fortran/complex.exp
7926 * gdb.fortran/library-module.exp
7927 * gdb.guile/guile.exp
7928 * gdb.guile/scm-cmd.exp
7929 * gdb.guile/scm-frame-inline.exp
7930 * gdb.guile/scm-objfile.exp
7931 * gdb.guile/scm-pretty-print.exp
7932 * gdb.guile/scm-symbol.exp
7933 * gdb.guile/scm-type.exp
7934 * gdb.guile/scm-value.exp
7935 * gdb.linespec/keywords.exp
7936 * gdb.linespec/ls-errs.exp
7937 * gdb.linespec/macro-relative.exp
7938 * gdb.linespec/thread.exp
7939 * gdb.mi/mi-breakpoint-changed.exp
7940 * gdb.mi/mi-dprintf-pending.exp
7941 * gdb.mi/mi-fullname-deleted.exp
7942 * gdb.mi/mi-logging.exp
7943 * gdb.mi/mi-pending.exp
7944 * gdb.mi/mi-solib.exp
7945 * gdb.mi/new-ui-mi-sync.exp
7946 * gdb.mi/user-selected-context-sync.exp
7947 * gdb.multi/dummy-frame-restore.exp
7948 * gdb.multi/multi-arch-exec.exp
7949 * gdb.multi/remove-inferiors.exp
7950 * gdb.multi/watchpoint-multi-exit.exp
7951 * gdb.opt/solib-intra-step.exp
7952 * gdb.perf/backtrace.exp
7953 * gdb.perf/single-step.exp
7954 * gdb.perf/skip-command.exp
7955 * gdb.perf/skip-prologue.exp
7956 * gdb.perf/solib.exp
7957 * gdb.python/lib-types.exp
7958 * gdb.python/py-as-string.exp
7959 * gdb.python/py-bad-printers.exp
7960 * gdb.python/py-block.exp
7961 * gdb.python/py-breakpoint.exp
7962 * gdb.python/py-cmd.exp
7963 * gdb.python/py-events.exp
7964 * gdb.python/py-evthreads.exp
7965 * gdb.python/py-finish-breakpoint.exp
7966 * gdb.python/py-finish-breakpoint2.exp
7967 * gdb.python/py-frame-inline.exp
7968 * gdb.python/py-frame.exp
7969 * gdb.python/py-inferior.exp
7970 * gdb.python/py-infthread.exp
7971 * gdb.python/py-mi.exp
7972 * gdb.python/py-objfile.exp
7973 * gdb.python/py-pp-maint.exp
7974 * gdb.python/py-pp-registration.exp
7975 * gdb.python/py-prettyprint.exp
7976 * gdb.python/py-recurse-unwind.exp
7977 * gdb.python/py-shared.exp
7978 * gdb.python/py-symbol.exp
7979 * gdb.python/py-symtab.exp
7980 * gdb.python/py-template.exp
7981 * gdb.python/py-type.exp
7982 * gdb.python/py-unwind-maint.exp
7983 * gdb.python/py-unwind.exp
7984 * gdb.python/py-value.exp
7985 * gdb.python/python.exp
7986 * gdb.reverse/finish-reverse-bkpt.exp
7987 * gdb.reverse/insn-reverse.exp
7988 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7989 * gdb.reverse/solib-precsave.exp
7990 * gdb.reverse/solib-reverse.exp
7991 * gdb.stabs/gdb11479.exp
7992 * gdb.stabs/weird.exp
7993 * gdb.threads/fork-child-threads.exp
7994 * gdb.threads/fork-plus-threads.exp
7995 * gdb.threads/fork-thread-pending.exp
7996 * gdb.threads/forking-threads-plus-breakpoint.exp
7997 * gdb.threads/hand-call-in-threads.exp
7998 * gdb.threads/interrupted-hand-call.exp
7999 * gdb.threads/linux-dp.exp
8000 * gdb.threads/local-watch-wrong-thread.exp
8001 * gdb.threads/next-while-other-thread-longjmps.exp
8002 * gdb.threads/non-ldr-exit.exp
8003 * gdb.threads/pending-step.exp
8004 * gdb.threads/print-threads.exp
8005 * gdb.threads/process-dies-while-detaching.exp
8006 * gdb.threads/process-dies-while-handling-bp.exp
8007 * gdb.threads/pthreads.exp
8008 * gdb.threads/queue-signal.exp
8009 * gdb.threads/reconnect-signal.exp
8010 * gdb.threads/signal-command-handle-nopass.exp
8011 * gdb.threads/signal-command-multiple-signals-pending.exp
8012 * gdb.threads/signal-delivered-right-thread.exp
8013 * gdb.threads/signal-sigtrap.exp
8014 * gdb.threads/sigthread.exp
8015 * gdb.threads/staticthreads.exp
8016 * gdb.threads/stepi-random-signal.exp
8017 * gdb.threads/thread-unwindonsignal.exp
8018 * gdb.threads/thread_check.exp
8019 * gdb.threads/thread_events.exp
8020 * gdb.threads/tid-reuse.exp
8021 * gdb.threads/tls-nodebug.exp
8022 * gdb.threads/tls-shared.exp
8023 * gdb.threads/tls-so_extern.exp
8024 * gdb.threads/tls.exp
8025 * gdb.threads/wp-replication.exp
8026 * gdb.trace/actions-changed.exp
8027 * gdb.trace/actions.exp
8028 * gdb.trace/backtrace.exp
8029 * gdb.trace/change-loc.exp
8030 * gdb.trace/collection.exp
8031 * gdb.trace/deltrace.exp
8032 * gdb.trace/disconnected-tracing.exp
8033 * gdb.trace/entry-values.exp
8034 * gdb.trace/ftrace-lock.exp
8035 * gdb.trace/ftrace.exp
8036 * gdb.trace/infotrace.exp
8037 * gdb.trace/mi-trace-frame-collected.exp
8038 * gdb.trace/mi-trace-unavailable.exp
8039 * gdb.trace/mi-traceframe-changed.exp
8040 * gdb.trace/mi-tracepoint-changed.exp
8041 * gdb.trace/mi-tsv-changed.exp
8042 * gdb.trace/no-attach-trace.exp
8043 * gdb.trace/packetlen.exp
8044 * gdb.trace/passc-dyn.exp
8045 * gdb.trace/passcount.exp
8046 * gdb.trace/pending.exp
8047 * gdb.trace/pr16508.exp
8048 * gdb.trace/qtro.exp
8049 * gdb.trace/range-stepping.exp
8050 * gdb.trace/read-memory.exp
8051 * gdb.trace/report.exp
8052 * gdb.trace/save-trace.exp
8053 * gdb.trace/signal.exp
8054 * gdb.trace/stap-trace.exp
8055 * gdb.trace/status-stop.exp
8056 * gdb.trace/strace.exp
8057 * gdb.trace/tfile.exp
8058 * gdb.trace/tfind.exp
8059 * gdb.trace/trace-break.exp
8060 * gdb.trace/trace-condition.exp
8061 * gdb.trace/trace-enable-disable.exp
8062 * gdb.trace/trace-mt.exp
8063 * gdb.trace/tracecmd.exp
8064 * gdb.trace/tracefile-pseudo-reg.exp
8065 * gdb.trace/tspeed.exp
8066 * gdb.trace/tstatus.exp
8067 * gdb.trace/tsv.exp
8068 * gdb.trace/unavailable.exp
8069 * gdb.trace/while-dyn.exp
8070 * gdb.trace/while-stepping.exp
8071 * lib/gdb-guile.exp
8072 * lib/gdb.exp
8073 * lib/mi-support.exp
8074 * lib/pascal.exp
8075 * lib/perftest.exp
8076 * lib/prelink-support.exp
8077 * lib/selftest-support.exp
8078
8079 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8080
8081 * Makefile.in: Include disable-implicit-rules.mk.
8082
8083 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8084
8085 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8086 non-byte-aligned bit fields.
8087
8088 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8089
8090 PR gdb/12616
8091 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8092 respects the DW_AT_data_bit_offset attribute.
8093
8094 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8095
8096 * gdb.base/default.exp: Fix output of "set language".
8097
8098 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8099
8100 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8101 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8102 make.
8103 * configure.ac: Remove checks for the make program.
8104 * configure: Re-generate.
8105
8106 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8107
8108 * gdb.python/py-recurse-unwind.c (main): Add loop.
8109 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8110 to read_register() and gdb.parse_and_eval(). Make each code
8111 call a separate case that can be individually tested.
8112 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8113 proc. Call cont_and_backtrace for each of the code paths that
8114 we want to test in the unwinder.
8115
8116 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8117
8118 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8119 the definition of struct S.
8120
8121 2016-11-11 Catherine Moore <clm@codesourcery.com>
8122
8123 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8124
8125 2016-11-09 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.base/commands.exp (runto_or_return): New procedure.
8128 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8129 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8130 (progvar_simple_while_test, progvar_complex_if_while_test)
8131 (if_while_breakpoint_command_test)
8132 (infrun_breakpoint_command_test, breakpoint_command_test)
8133 (user_defined_command_test, watchpoint_command_test)
8134 (test_command_prompt_position, redefine_hook_test)
8135 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8136 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8137 multi_line_input and multi_line. Remove gdb_expect and
8138 gdb_stop_suppressing_tests uses.
8139 * lib/gdb.exp (valnum_re): New global.
8140 (multi_line_input): New procedure.
8141
8142 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8143
8144 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8145 Remove.
8146 (test_setup): Define with proc_with_prefix.
8147 (test_cli_inferior): Likewise.
8148 (test_cli_thread): Likewise.
8149 (test_cli_frame): Likewise.
8150 (test_cli_select_frame): Likewise.
8151 (test_cli_up_down): Likewise.
8152 (test_mi_thread_select): Likewise.
8153 (test_mi_stack_select_frame): Likewise.
8154 (test_cli_in_mi_inferior): Likewise.
8155 (test_cli_in_mi_thread): Likewise.
8156 (test_cli_in_mi_frame): Likewise.
8157 (top level): Do not use with_test_prefix_procname.
8158
8159 2016-11-09 Pedro Alves <palves@redhat.com>
8160
8161 * gdb.base/commands.exp (gdbvar_simple_if_test)
8162 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8163 (progvar_simple_if_test, progvar_simple_while_test)
8164 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8165 (infrun_breakpoint_command_test, breakpoint_command_test)
8166 (user_defined_command_test, watchpoint_command_test)
8167 (test_command_prompt_position, deprecated_command_test)
8168 (bp_deleted_in_command, temporary_breakpoint_commands)
8169 (stray_arg0_test, source_file_with_indented_comment)
8170 (recursive_source_test, if_commands_test)
8171 (error_clears_commands_left, redefine_hook_test)
8172 (redefine_backtrace_test): Use proc_with_prefix.
8173 * lib/gdb.exp (proc_with_prefix): New proc.
8174
8175 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8176
8177 * gdb.base/tui-layout.c: New file.
8178 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8179 disassembly window contains very long lines.
8180
8181 2016-11-08 Tom Tromey <tom@tromey.com>
8182
8183 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8184 depend on Python 2.
8185
8186 2016-11-08 Tom Tromey <tom@tromey.com>
8187
8188 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8189 New method.
8190
8191 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8192
8193 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8194
8195 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8196
8197 * gdb.rust/simple.rs: Add test for univariant enums without
8198 discriminants and for encoded struct-like enums.
8199
8200 2016-10-28 Pedro Alves <palves@redhat.com>
8201
8202 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8203 gdb_test_multiple, tighten regexps and match symtabs and line
8204 tables incrementally.
8205
8206 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8207
8208 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8209 general.
8210
8211 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8212
8213 * gdb.base/exec-invalid-sysroot.exp: New file.
8214
8215 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8216
8217 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8218
8219 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8220
8221 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8222
8223 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8224
8225 * gdb.base/killed-outside.exp: Remove $options from a call to
8226 `prepare_for_testing'.
8227
8228 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8229
8230 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8231 Change test message.
8232
8233 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8234
8235 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8236 Update comment.
8237
8238 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8239
8240 * gdb.trace/mi-trace-save.exp: New file.
8241
8242 2016-10-13 Yao Qi <yao.qi@linaro.org>
8243
8244 * gdb.base/code_elim.exp (get_var_address): Remove.
8245 * gdb.base/relocate.exp: Likewise.
8246 * gdb.base/shreloc.exp: Likewise.
8247 * lib/gdb.exp (get_var_address): New.
8248
8249 2016-10-13 Yao Qi <yao.qi@linaro.org>
8250
8251 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8252 floating point tests if $skip_float_test is false.
8253
8254 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8255
8256 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8257 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8258 argc values.
8259 Add 1 to argc so we guarantee distinct initial/modified argc values.
8260
8261 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8262
8263 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8264
8265 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8266
8267 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8268 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8269 * gdb.arch/vsx-regs.exp: Likewise.
8270
8271 2016-10-07 Yao Qi <yao.qi@linaro.org>
8272
8273 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8274
8275 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8276
8277 * gdb.python/python.exp: Test decode_line("*0").
8278
8279 2016-10-06 Doug Evans <dje@google.com>
8280
8281 * gdb.python/py-value.exp (test_value_creation): Add test for large
8282 unsigned 64-bit value.
8283
8284 2016-10-06 Tom Tromey <tom@tromey.com>
8285
8286 * gdb.compile/compile.exp: Change java tests to rust.
8287 * gdb.base/setshow.exp: Change java tests to rust.
8288 * gdb.base/default.exp: Remove java from language list.
8289 * README (Examples): Update language example.
8290 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8291 test.
8292 * lib/gdb.exp (skip_java_tests): Remove.
8293 * lib/java.exp: Remove.
8294 * gdb.java: Remove.
8295
8296 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8297
8298 * gdb.arch/mips-fcr.exp: New test.
8299 * gdb.arch/mips-fcr.c: Source for the new test.
8300
8301 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8302
8303 * gdb.base/solib-disc.exp: Use `standard_output_file'
8304 throughout.
8305
8306 2016-10-06 Pedro Alves <palves@redhat.com>
8307
8308 * gdb.base/jit-simple-dl.c: New file.
8309 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8310 * gdb.base/jit-simple.c: ... this.
8311 * gdb.base/jit-simple.exp (jit_run): Delete.
8312 (build_jit): New proc.
8313 (jit_test_reread): Recompile either the main program or the shared
8314 library, depending on what is being tested. Skip changing address
8315 if caller wants to. Compare before/after addresses. If testing
8316 standalone, explicitly load the binary. Test "maint info
8317 breakpoints".
8318 (top level): Add "standalone vs shared lib" and "change address"
8319 vs "same address" axes.
8320
8321 2016-10-06 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8324 call.
8325 (jit_run): Delete.
8326 (jit_test_reread): Use with_test_prefix. Reload the main binary
8327 explicitly. Compare the before/after addresses of the JIT
8328 descriptor.
8329
8330 2016-08-15 Doug Evans <dje@google.com>
8331
8332 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8333 for single bitfields is bool.
8334 * gdb.xml/tdesc-regs.exp: Ditto.
8335
8336 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8337
8338 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8339
8340 2016-10-05 Yao Qi <yao.qi@linaro.org>
8341
8342 * lib/gdb.exp (support_complex_tests): Return zero if
8343 gdb_skip_float_test return true.
8344
8345 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8346 Simon Marchi <simon.marchi@ericsson.com>
8347
8348 PR gdb/20487
8349 * gdb.mi/user-selected-context-sync.exp: New file.
8350 * gdb.mi/user-selected-context-sync.c: New file.
8351
8352 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8353 Simon Marchi <simon.marchi@ericsson.com>
8354
8355 PR gdb/20487
8356 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8357 =thread-select-event check.
8358
8359 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8360
8361 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8362 the compulsory L operand changes.
8363 * gdb.arch/powerpc-power.s: Likewise.
8364
8365 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8366
8367 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8368 * gdb.base/jit-attach-pie.c: New file.
8369 * gdb.base/jit-attach-pie.exp: New file.
8370
8371 2016-09-28 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.base/infcall-input.c: New file.
8374 * gdb.base/infcall-input.exp: New file.
8375
8376 2016-09-22 Yao Qi <yao.qi@linaro.org>
8377
8378 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8379 (gdb_exit): Rename it to ...
8380 (gdbserver_gdb_exit): ... Close GDBserver.
8381 (gdb_exit): New proc, call gdbserver_gdb_exit.
8382 (mi_gdb_exit): Likewise.
8383
8384 2016-09-22 Yao Qi <yao.qi@linaro.org>
8385
8386 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8387 path.
8388 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8389 Remove duplication.
8390
8391 2016-09-22 Yao Qi <yao.qi@linaro.org>
8392
8393 * lib/gdbserver-support.exp: Check the existence of
8394 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8395
8396 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8397
8398 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8399
8400 2016-09-21 Tom Tromey <tom@tromey.com>
8401
8402 PR gdb/20604:
8403 * gdb.base/quit.exp: New file.
8404
8405 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8406
8407 * .gitignore: New file.
8408
8409 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8410
8411 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8412 throughout.
8413
8414 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8415
8416 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8417
8418 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 * gdb.cp/casts.cc (decltype): Move it ...
8421 (main): ... with its call to ...
8422 * gdb.cp/casts03.cc: ... a new file.
8423 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8424
8425 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8426
8427 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8428
8429 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8430
8431 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8432 and sync up the test with tests in gas/testsuite/gas/ppc.
8433 * gdb.arch/powerpc-power.exp: Likewise.
8434
8435 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8436
8437 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8438
8439 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8440 Jan Kratochvil <jan.kratochvil@redhat.com>
8441
8442 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8443 make m1's definition to be different from m2's. Use 'dummy' as an
8444 argument for probe 'two'.
8445
8446 2016-09-10 Jon Beniston <jon@beniston.com>
8447
8448 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8449 for sim target.
8450
8451 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8452
8453 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8454 variable declaration.
8455 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8456 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8457 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8458 received HWCAP as its argument.
8459
8460 2016-09-06 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.base/new-ui-pending-input.c: New file.
8463 * gdb.base/new-ui-pending-input.exp: New file.
8464 * gdb.exp (clear_gdb_spawn_id): New procedure.
8465 (with_spawn_id): Check whether gdb_spawn_id exists before
8466 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8467 on exit.
8468
8469 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8470
8471 * gdb.base/float128.c: New file.
8472 * gdb.base/float128.exp: Likewise.
8473 * gdb.base/floatn.c: Likewise.
8474 * gdb.base/floatn.exp: Likewise.
8475
8476 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8477
8478 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8479
8480 2016-09-05 Pedro Alves <palves@redhat.com>
8481
8482 PR backtrace/19927
8483 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8484 unwinders are immediately called as side effect of "source" or
8485 "disable unwinder" commands.
8486 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8487
8488 2016-09-02 Yao Qi <yao.qi@linaro.org>
8489
8490 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8491 is true and $type is "float" or "double".
8492
8493 2016-09-02 Yao Qi <yao.qi@linaro.org>
8494
8495 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8496 true.
8497 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8498 * gdb.base/call-rt-st.exp: Likewise.
8499 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8500 return value instead of gdb,skip_float_test.
8501 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8502 (do_function_calls): Use its return value instead of
8503 gdb,skip_float_test.
8504 * gdb.base/finish.exp: Likewise.
8505 * gdb.base/funcargs.exp: Likewise.
8506 * gdb.base/return.exp: Likewise.
8507 * gdb.base/return2.exp: Likewise.
8508 * gdb.base/varargs.exp: Likewise.
8509 * lib/gdb.exp (gdb_skip_float_test): Change it to
8510 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8511
8512 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8513
8514 * gdb.multi/tids.exp: Test "thread apply all".
8515
8516 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8517
8518 * gdb.base/default.exp (tty): Remove.
8519
8520 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8521
8522 * gdb.python/py-recurse-unwind.c: New file.
8523 * gdb.python/py-recurse-unwind.py: New file.
8524 * gdb.python/py-recurse-unwind.exp: New file.
8525
8526 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8527
8528 * gdb.base/set-inferior-tty.exp: New file.
8529 * gdb.base/set-inferior-tty.c: New file.
8530
8531 2016-08-23 Pedro Alves <palves@redhat.com>
8532
8533 PR gdb/20494
8534 * gdb.base/new-ui-echo.c: New file.
8535 * gdb.base/new-ui-echo.exp: New file.
8536
8537 2016-08-23 Yao Qi <yao.qi@linaro.org>
8538
8539 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8540 gdbserver_spawn.
8541 * gdb.server/connect-without-multi-process.exp (do_test):
8542 Likewise.
8543
8544 2016-08-23 Yao Qi <yao.qi@linaro.org>
8545
8546 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8547 standalone_txt. Delete gdb_txt and standalone_txt on host
8548 and target. Spawn the binary on target. Copy files from
8549 target to host.
8550
8551 2016-08-22 Pedro Alves <palves@redhat.com>
8552
8553 PR gdb/20505
8554 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8555 with_test_prefix. Factor out bits to ...
8556 (test_no_vdso): ... this new procedure.
8557
8558 2016-08-19 Carl Love <cel@us.ibm.com>
8559
8560 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8561 maintaining separate logic for constructing the output path.
8562 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8563 * gdb.arch/ppc-dfp.exp: Likewise.
8564 * gdb.arch/ppc-fp.exp: Likewise.
8565 * gdb.arch/vsx-regs.exp: Likewise.
8566 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8567 binprefix for generating the additional binary files.
8568
8569 2016-08-19 Pedro Alves <palves@redhat.com>
8570
8571 * gdb.trace/mi-trace-frame-collected.exp
8572 (test_trace_frame_collected): On x32, expect two registers.
8573
8574 2016-08-18 Carl Love <cel@us.ibm.com>
8575
8576 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8577 and sync up the test with tests in gas/testsuite/gas/ppc.
8578 * gdb.arch/powerpc-power.exp: Likewise.
8579
8580 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8581
8582 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8583 expected error message.
8584
8585 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8586
8587 * gdb.multi/remove-inferiors.exp: New file.
8588 * gdb.multi/remove-inferiors.c: New file.
8589
8590 2016-08-12 Yao Qi <yao.qi@linaro.org>
8591
8592 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8593 argument list.
8594
8595 2016-08-10 Pedro Alves <palves@redhat.com>
8596
8597 PR gdb/19187
8598 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8599 setup_kfails.
8600
8601 2016-08-09 Pedro Alves <palves@redhat.com>
8602 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 PR gdb/20418
8605 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8606 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8607
8608 2016-08-09 Pedro Alves <palves@redhat.com>
8609
8610 PR mi/20431
8611 * gdb.mi/mi-cmd-error.exp: New file.
8612
8613 2016-08-09 Pedro Alves <palves@redhat.com>
8614
8615 PR gdb/18653
8616 * gdb.base/signals-state-child.c: New file.
8617 * gdb.base/signals-state-child.exp: New file.
8618 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8619
8620 2016-08-09 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8623
8624 2016-08-03 Tom Tromey <tom@tromey.com>
8625
8626 PR python/18565:
8627 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8628
8629 2016-08-01 Yao Qi <yao.qi@linaro.org>
8630
8631 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8632 variable mode to "multi-process" if $multi_process is 1, otherwise
8633 set it to "single-process".
8634
8635 2016-08-01 Yao Qi <yao.qi@linaro.org>
8636
8637 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8638 * gdb.cp/cpexprs.exp: Likewise.
8639 * gdb.cp/m-static.exp: Likewise.
8640
8641 2016-07-26 Tom Tromey <tom@tromey.com>
8642
8643 PR python/20190:
8644 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8645 test.
8646
8647 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8648
8649 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8650 selecting assembly source files.
8651 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8652 assembly source files.
8653 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8654 assembly source files.
8655 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8656 selecting assembly source files.
8657
8658 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8659
8660 * gdb.base/new-ui.exp (do_test_invalid_args): New
8661 procedure.
8662
8663 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8664
8665 * gdb.btrace/reconnect.c: New file.
8666 * gdb.btrace/reconnect.exp: New file.
8667
8668 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8669
8670 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8671 to test_catch_syscall_group.
8672 (test_catch_syscall_group): New.
8673
8674 2016-07-21 Tom Tromey <tom@tromey.com>
8675
8676 * gdb.rust/simple.rs (main): Use empty struct expression.
8677 * gdb.rust/simple.exp: Add tests for empty struct expression.
8678
8679 2016-07-21 Yao Qi <yao.qi@linaro.org>
8680
8681 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8682 if gdb_skip_xml_test is true on some targets.
8683
8684 2016-07-21 Yao Qi <yao.qi@linaro.org>
8685
8686 * gdb.server/solib-list.exp: Unset last_loaded_file.
8687
8688 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8689
8690 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8691 "step into captured_main (args)".
8692
8693 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8694
8695 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8696
8697 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8698
8699 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8700
8701 2016-07-19 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8704 * gdb.opt/inline-bt.exp: Likewise.
8705 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8706 additional_flags=-Winline.
8707 * gdb.opt/inline-locals.exp: Likewise.
8708 * gdb.opt/inline-markers.c (ATTR): Define.
8709 (inlined_fn): Use it.
8710
8711 2016-07-19 Yao Qi <yao.qi@linaro.org>
8712
8713 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8714 (test_with_self): Remove some code. Remove argument executable.
8715 (top-level): Use do_self_tests.
8716
8717 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8718 Don Breazeal <donb@codesourcery.com>
8719
8720 * gdb.base/maint.exp: Escape paths used in regular expressions.
8721 * gdb.stabs/weird.exp: Likewise.
8722
8723 2016-07-13 Tom Tromey <tom@tromey.com>
8724
8725 PR python/15620, PR python/18620:
8726 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8727 (test_bkpt_events): New procs.
8728
8729 2016-07-13 Tom Tromey <tom@tromey.com>
8730
8731 PR python/17698:
8732 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8733 test.
8734 (test_watchpoints): Likewise.
8735 (test_bkpt_pending): New proc.
8736
8737 2016-07-13 Tom Tromey <tom@tromey.com>
8738
8739 PR cli/18053:
8740 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8741 completion test.
8742
8743 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8744
8745 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8746 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8747 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8748 f_label.
8749 (g): Rename g_end_lbl to g_label.
8750 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8751 low_pc and high_pc.
8752 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8753
8754 2016-07-12 Tom Tromey <tom@tromey.com>
8755
8756 PR python/19293:
8757 * gdb.python/py-unwind-maint.exp: Update tests.
8758
8759 2016-07-12 Yao Qi <yao.qi@linaro.org>
8760
8761 * lib/selftest-support.exp (selftest_setup): Match the output
8762 when captured_main is inlined.
8763
8764 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8765
8766 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8767 New variables.
8768 (print this%a, print this%b, print this): New tests.
8769 * gdb.fortran/derived-types.f90 (this): New object and
8770 initialization.
8771
8772 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8773
8774 * gdb.ada/arraydim.exp: Remove extra directory level in build
8775 directory.
8776
8777 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8778
8779 * lib/ada.exp: Remove extra directory level in build directory.
8780 * gdb.ada/cond_lang.exp: Likewise.
8781 * gdb.ada/exec_changed.exp: Likewise.
8782 * gdb.ada/lang_switch.exp: Likewise.
8783
8784 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8785
8786 * simple.rs: Add test for raw pointer subscripting.
8787 * simple.exp: Add test expectations.
8788
8789 2016-07-05 Yao Qi <yao.qi@linaro.org>
8790
8791 * gdb.mi/mi-reverse.exp: Match =record-started output.
8792
8793 2016-07-01 Pedro Alves <palves@redhat.com>
8794
8795 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8796 procedure.
8797 (jit_reader_test): Test the jit reader's unwinder.
8798 * gdb.base/jithost.c (jit_function_00_code): New global.
8799 (main): Use memcpy to fill in the mmapped code, instead of poking
8800 bytes manually here.
8801 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8802 value.
8803 (read_debug_info): Save the function's range.
8804 (read_sp): New function.
8805 (unwind_frame): Use it. Also unwind RBP.
8806 (get_frame_id): Use read_sp.
8807 (gdb_init_reader): Use calloc instead of malloc.
8808 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8809 parameter. Use gdb_test_multiple.
8810
8811 2016-07-01 Pedro Alves <palves@redhat.com>
8812 Antoine Tremblay <antoine.tremblay@ericsson.com>
8813
8814 * gdb.threads/process-dies-while-detaching.c: New file.
8815 * gdb.threads/process-dies-while-detaching.exp: New file.
8816
8817 2016-07-01 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.multi/watchpoint-multi-exit.c: New file.
8820 * gdb.multi/watchpoint-multi-exit.exp: New file.
8821
8822 2016-06-30 Pedro Alves <palves@redhat.com>
8823
8824 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8825 unset inferior_spawn_id.
8826
8827 2016-06-30 Pedro Alves <palves@redhat.com>
8828
8829 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8830 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8831
8832 2016-06-29 Yao Qi <yao.qi@linaro.org>
8833
8834 * gdb.base/return.c: Add copyright header.
8835
8836 2016-06-29 Tom Tromey <tom@tromey.com>
8837
8838 PR python/20129:
8839 * gdb.python/py-framefilter.exp: Add tests for setting priority
8840 and disabling of non-existent frame filter.
8841
8842 2016-06-29 Yao Qi <yao.qi@linaro.org>
8843
8844 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8845 0x0f07ff.
8846
8847 2016-06-28 Yao Qi <yao.qi@linaro.org>
8848
8849 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8850 triplets. Start gdb, execute catch syscall, and continue. Check
8851 gdb's output to determine catch syscall is supported.
8852
8853 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8854
8855 * gdb.rust/simple.rs: Add test for returning unit in a function.
8856 * gdb.rust/simple.exp: Add expectation for functions returning
8857 unit.
8858
8859 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8860
8861 * gdb.python/py-breakpoint-create-fail.c,
8862 gdb.python/py-breakpoint-create-fail.exp,
8863 gdb.python/py-breakpoint-create-fail.py: New testcase.
8864
8865 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8866
8867 PR gdb/20239
8868 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8869 * gdb.rust/simple.exp: Add test expectations for new NonZero
8870 tests.
8871
8872 2016-06-24 David Taylor <dtaylor@emc.com>
8873
8874 * gdb.base/offsets.exp: New file.
8875 * gdb.base/offsets.c: New file.
8876
8877 2016-06-23 Tom Tromey <tom@tromey.com>
8878
8879 PR gdb/16483:
8880 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8881 before any filters are loaded.
8882
8883 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8884
8885 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8886 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8887 structs.
8888 * gdb.fortran/derived-type-function.exp: New file.
8889 * gdb.fortran/derived-type-function.f90: New file.
8890
8891
8892 2016-06-21 Pedro Alves <palves@redhat.com>
8893
8894 * gdb.base/new-ui.exp: New file.
8895 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8896 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8897 (with_spawn_id): New procedure.
8898
8899 2016-06-21 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.mi/mi-exec-run.exp: New file.
8902
8903 2016-06-21 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8906 breakpoint command's output on the main UI.
8907 (test_break): New procedure, factored out from calls in the top
8908 level.
8909 (top level): Use foreach_with_prefix to test MI as main UI and as
8910 separate UI.
8911
8912 2016-06-21 Pedro Alves <palves@redhat.com>
8913
8914 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8915 (test_awatch_creation_and_listing)
8916 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8917 Remove 'type' parameter.
8918 (test_watchpoint_all): New parameter mi_mode. Remove
8919 with_test_prefix.
8920 (top level): Use foreach_with_prefix, and add main/separate UI MI
8921 testing axis.
8922
8923 2016-06-21 Pedro Alves <palves@redhat.com>
8924
8925 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8926 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8927 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8928 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8929 (gdb_main_spawn_id, mi_spawn_id): Declare and
8930 comment.
8931 (mi_create_inferior_pty): New procedure,
8932 factored out from default_mi_gdb_start.
8933 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8934 procedures.
8935 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8936 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8937 Use mi_create_inferior_pty.
8938 (mi_gdb_start): Use eval to pass down args list.
8939
8940 2016-06-21 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8943 * gdb.opt/inline-cmds.exp: Add MI tests.
8944
8945 2016-06-21 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8948
8949 2016-06-21 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8952 (top level): Use it instead of mi_execute_to.
8953
8954 2016-06-21 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8957 (cont_handler_str): New.
8958 (signal_stop_handler): Set stop_handler_str instead of printing to
8959 stdout.
8960 (continue_handler): Set cont_handler_str instead of printing to
8961 stdout.
8962 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8963 mi_send_resuming_command. Print stop_handler_str and
8964 cont_handler_str instead of expecting the python events print
8965 directly.
8966
8967 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8968
8969 * gdb.base/jit-reader.exp: New file.
8970 * gdb.base/jithost.c: New file.
8971 * gdb.base/jithost.h: New file.
8972 * gdb.base/jitreader.c : New file.
8973 * gdb.base/jit-protocol.h: New file.
8974
8975 2016-06-17 Yao Qi <yao.qi@linaro.org>
8976
8977 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8978 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8979 and detach-on-fork. Adjust tests.
8980 (top level): Invoke break_cond_on_syscall with combinations of
8981 syscall, follow-fork-mode and detach-on-fork.
8982
8983 2016-06-17 Yao Qi <yao.qi@linaro.org>
8984
8985 * gdb.base/step-over-exit.c: New.
8986 * gdb.base/step-over-exit.exp: New.
8987
8988 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8989
8990 * gdb.base/float.exp: Add target check for nds32*-*-*.
8991 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8992
8993 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8994
8995 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8996 for unsupported target features.
8997 * gdb.base/call-rt-st.exp: Likewise.
8998 * gdb.base/call-sc.exp: Likewise.
8999 * gdb.base/call-signal-resume.exp: Likewise.
9000 * gdb.base/call-strs.exp: Likewise.
9001 * gdb.base/callexit.exp: Likewise.
9002 * gdb.base/callfuncs.exp: Likewise.
9003 * gdb.base/nodebug.exp: Likewise.
9004 * gdb.base/printcmds.exp: Likewise.
9005 * gdb.base/ptype.exp: Likewise.
9006 * gdb.base/structs.exp: Likewise.
9007 * gdb.base/unwindonsignal.exp: Likewise.
9008 * gdb.cp/gdb2495.exp: Likewise.
9009 * gdb.cp/templates.exp: Likewise.
9010 * gdb.cp/virtfunc.exp: Likewise.
9011 * gdb.threads/hand-call-in-threads.exp: Likewise.
9012 * gdb.threads/interrupted-hand-call.exp: Likewise.
9013 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9014
9015 2016-06-10 Tom Tromey <tom@tromey.com>
9016
9017 PR rust/20110:
9018 * gdb.rust/expr.exp: Add test for integer constant larger than
9019 i32.
9020
9021 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9022
9023 * gdb.fortran/nested-funcs.exp: New.
9024 * gdb.fortran/nested-funcs.f90: New.
9025
9026 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9027
9028 * gdb.base/examine-backward.c: New file.
9029 * gdb.base/examine-backward.exp: New file.
9030
9031 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9032
9033 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9034 matching.
9035
9036 2016-06-02 Tom Tromey <tom@tromey.com>
9037
9038 PR python/18984:
9039 * gdb.python/py-shared.exp: Add solib_name test.
9040
9041 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9042
9043 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9044
9045 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9046
9047 PR c++/19893
9048 * gdb.dwarf2/implref.exp: Rename to...
9049 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9050 * gdb.dwarf2/implref-array.c: New file.
9051 * gdb.dwarf2/implref-array.exp: Likewise.
9052 * gdb.dwarf2/implref-global.c: Likewise.
9053 * gdb.dwarf2/implref-global.exp: Likewise.
9054 * gdb.dwarf2/implref-struct.c: Likewise.
9055 * gdb.dwarf2/implref-struct.exp: Likewise.
9056
9057 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9058
9059 * gdb.trace/trace-condition.exp: Add 64bit tests.
9060
9061 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9062
9063 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9064 bits types.
9065 (main): Adapt to 8 to 64 bits types.
9066 * gdb.trace/trace-condition.exp: Add new tests.
9067
9068 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9069
9070 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9071
9072 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9073
9074 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9075 Move condition tests...
9076 * gdb.trace/trace-condition.exp: Here.
9077
9078 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9079
9080 * gdb.trace/trace-condition.exp: Add counter-case tests.
9081
9082 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9083
9084 PR c++/15231
9085 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9086 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9087
9088 2016-05-27 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9091 New procedure.
9092 (top level): Call it, and bail out of DejaGnu is known to be bad.
9093
9094 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9095
9096 * gdb.base/whatis.c: Extend the test case.
9097 * gdb.base/whatis.exp: Add additional tests.
9098
9099 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9100
9101 * gdb.fortran/type.f90: Add pointer variable.
9102 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9103
9104 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9105
9106 * gdb.fortran/vla-type.exp: Fix testcase name.
9107
9108 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9109
9110 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9111
9112 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9113
9114 * gdb.fortran/type.f90: Add nested structures.
9115 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9116 * gdb.fortran/derived-type.exp: Adapt expected output.
9117 * gdb.fortran/vla-type.exp: Adapt expected output.
9118
9119 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9120
9121 * gdb.fortran/whatis_type.exp: Adapt expected output.
9122
9123 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9124
9125 * gdb.fortran/print_type.exp: Fix expected output.
9126 * gdb.fortran/whatis_type.exp: Fix expected output.
9127
9128 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9129
9130 * gdb.fortran/whatis_type.exp: Use multi_line.
9131
9132 2016-05-24 Tom Tromey <tom@tromey.com>
9133
9134 PR python/17386:
9135 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9136 use value as an index.
9137
9138 2016-05-23 Tom Tromey <tom@tromey.com>
9139
9140 PR python/17981:
9141 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9142 no-breakpoint case.
9143
9144 2016-05-24 Pedro Alves <palves@redhat.com>
9145
9146 PR gdb/19828
9147 * gdb.threads/clone-attach-detach.c: New file.
9148 * gdb.threads/clone-attach-detach.exp: New file.
9149
9150 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9151
9152 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9153
9154 2016-05-23 Tom Tromey <tom@tromey.com>
9155
9156 PR python/19438, PR python/18393:
9157 * gdb.python/py-progspace.exp: Add "dir" test.
9158 * gdb.python/py-objfile.exp: Add "dir" test.
9159
9160 2016-05-23 Yao Qi <yao.qi@linaro.org>
9161
9162 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9163 * gdb.arch/thumb2-it.exp: Likewise.
9164
9165 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9166
9167 * gdb.mi/mi-threads-interrupt.c: New file.
9168 * gdb.mi/mi-threads-interrupt.exp: New file.
9169
9170 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9171
9172 PR gdb/18077
9173 * gdb.mi/mi-async-run.exp: New file.
9174 * gdb.mi/mi-async-run.c: New file.
9175
9176 2016-05-17 Tom Tromey <tom@tromey.com>
9177 Manish Goregaokar <manishsmail@gmail.com>
9178
9179 * lib/rust-support.exp: New file.
9180 * lib/gdb.exp (skip_rust_tests): New proc.
9181 (build_executable_from_specs): Handle rust.
9182 * lib/future.exp (gdb_find_rustc): New proc.
9183 (gdb_default_target_compile): Handle rust.
9184 * gdb.rust/expr.exp: New file.
9185 * gdb.rust/generics.exp: New file.
9186 * gdb.rust/generics.rs: New file.
9187 * gdb.rust/methods.exp: New file.
9188 * gdb.rust/methods.rs: New file.
9189 * gdb.rust/modules.exp: New file.
9190 * gdb.rust/modules.rs: New file.
9191 * gdb.rust/simple.exp: New file.
9192 * gdb.rust/simple.rs: New file.
9193
9194 2016-05-17 Tom Tromey <tom@tromey.com>
9195
9196 * gdb.base/default.exp (set language): Add rust.
9197
9198 2016-05-17 Tom Tromey <tom@tromey.com>
9199
9200 * gdb.gdb/unittest.exp: New file.
9201
9202 2016-05-16 Yao Qi <yao.qi@linaro.org>
9203
9204 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9205 shell_prompt. Update shell_prompt_re.
9206
9207 2016-05-12 Doug Evans <dje@google.com>
9208
9209 PR symtab/19999
9210 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9211 $options when building executable.
9212 * gdb.dwarf2/fission-loclists-pie.S: New file.
9213 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9214
9215 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9216
9217 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9218 of [is_remote target],
9219
9220 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9221
9222 * lib/gdb.exp (use_gdb_stub): New procedure.
9223
9224 2016-05-03 Yunlian Jiang <yunlian@google.com>
9225 Doug Evans <dje@google.com>
9226
9227 PR symtab/19914
9228 * gdb.dwarf2/dwp-sepdebug.c: New file.
9229 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9230
9231 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9232
9233 * gdb.base/detach.exp: Remove is_remote check.
9234
9235 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9236
9237 * gdb.base/annota-input-while-running.exp: Don't check for
9238 [is_remote target]. Enable annotations after running to main.
9239 Remove unused "set test..." line.
9240
9241 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9242
9243 * gdb.trace/trace-enable-disable.exp: New file.
9244 * gdb.trace/trace-enable-disable.c: New file.
9245
9246 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9247
9248 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9249 use it in info sharedlibrary test.
9250 * gdb.trace/ftrace-lock.exp: Likewise.
9251 * gdb.trace/ftrace.exp: Likewise.
9252 * gdb.trace/range-stepping.exp: Likewise.
9253 * gdb.trace/trace-break.exp: Likewise.
9254 * gdb.trace/trace-condition.exp: Likewise.
9255 * gdb.trace/trace-mt.exp: Likewise.
9256
9257 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9258
9259 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9260 (gdb_load_shlib): ... this.
9261 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9262 gdb_load_shlib.
9263 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9264 * gdb.base/ctxobj.exp: Likewise.
9265 * gdb.base/dprintf-pending.exp: Likewise.
9266 * gdb.base/dso2dso.exp: Likewise.
9267 * gdb.base/fixsection.exp: Likewise.
9268 * gdb.base/gcore-relro.exp: Likewise.
9269 * gdb.base/gdb1555.exp: Likewise.
9270 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9271 * gdb.base/gnu-ifunc.exp: Likewise.
9272 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9273 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9274 * gdb.base/pending.exp: Likewise.
9275 * gdb.base/print-file-var.exp: Likewise.
9276 * gdb.base/print-symbol-loading.exp: Likewise.
9277 * gdb.base/shlib-call.exp: Likewise.
9278 * gdb.base/shreloc.exp: Likewise.
9279 * gdb.base/so-impl-ld.exp: Likewise.
9280 * gdb.base/solib-disc.exp: Likewise.
9281 * gdb.base/solib-nodir.exp: Likewise.
9282 * gdb.base/solib-overlap.exp: Likewise.
9283 * gdb.base/solib-symbol.exp: Likewise.
9284 * gdb.base/solib-weak.exp (do_test): Likewise.
9285 * gdb.base/sym-file.exp: Likewise.
9286 * gdb.base/symtab-search-order.exp: Likewise.
9287 * gdb.base/type-opaque.exp: Likewise.
9288 * gdb.base/unload.exp: Likewise.
9289 * gdb.base/watchpoint-solib.exp: Likewise.
9290 * gdb.compile/compile.exp: Likewise.
9291 * gdb.cp/gdb2384.exp: Likewise.
9292 * gdb.cp/infcall-dlopen.exp: Likewise.
9293 * gdb.cp/re-set-overloaded.exp: Likewise.
9294 * gdb.fortran/library-module.exp: Likewise.
9295 * gdb.opt/solib-intra-step.exp: Likewise.
9296 * gdb.python/py-finish-breakpoint.exp: Likewise.
9297 * gdb.python/py-shared.exp: Likewise.
9298 * gdb.reverse/solib-precsave.exp: Likewise.
9299 * gdb.reverse/solib-reverse.exp: Likewise.
9300 * gdb.server/solib-list.exp: Likewise.
9301 * gdb.threads/dlopen-libpthread.exp: Likewise.
9302 * gdb.threads/tls-shared.exp: Likewise.
9303 * gdb.threads/tls-so_extern.exp: Likewise.
9304 * gdb.trace/change-loc.exp: Likewise.
9305 * gdb.trace/ftrace-lock.exp: Likewise.
9306 * gdb.trace/ftrace.exp: Likewise.
9307 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9308 * gdb.trace/pending.exp: Likewise.
9309 * gdb.trace/range-stepping.exp: Likewise.
9310 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9311 (strace_info_marker): Likewise.
9312 (strace_probe_marker): Likewise.
9313 (strace_trace_on_same_addr): Likewise.
9314 (strace_trace_on_diff_addr): Likewise.
9315 * gdb.trace/trace-break.exp: Likewise.
9316 * gdb.trace/trace-condition.exp: Likewise.
9317 * gdb.trace/trace-mt.exp: Likewise.
9318
9319 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9320
9321 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9322 result of gdb_remote_download.
9323 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9324 * gdb.base/dso2dso.exp: Likewise.
9325 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9326 * gdb.base/print-file-var.exp: Likewise.
9327 * gdb.base/shlib-call.exp: Likewise.
9328 * gdb.base/shreloc.exp: Likewise.
9329 * gdb.base/solib-overlap.exp: Likewise.
9330 * gdb.base/solib-weak.exp (do_test): Likewise.
9331 * gdb.base/unload.exp: Likewise.
9332
9333 2016-04-27 Yao Qi <yao.qi@linaro.org>
9334
9335 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9336 exists.
9337
9338 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9339
9340 * vla-type.exp: Print structure from toplevel.
9341
9342 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9343
9344 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9345 of dynamic types.
9346 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9347 of dynamic types.
9348
9349 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9350
9351 * gdb.fortran/vla-type.f90: New file.
9352 * gdb.fortran/vla-type.exp: New file.
9353
9354 2016-04-25 Yao Qi <yao.qi@linaro.org>
9355
9356 * gdb.base/branch-to-self.c: New file.
9357 * gdb.base/branch-to-self.exp: New file.
9358
9359 2016-04-22 Yao Qi <yao.qi@linaro.org>
9360
9361 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9362 more after $hex.
9363
9364 2016-04-22 Yao Qi <yao.qi@linaro.org>
9365
9366 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9367 * gdb.base/annota3.exp: Likewise.
9368
9369 2016-04-22 Yao Qi <yao.qi@linaro.org>
9370
9371 * gdb.reverse/step-precsave.exp: Do one step and test program
9372 stops in "callee" and do multiple steps until program goes out
9373 of "callee".
9374 * gdb.reverse/step-reverse.exp: Likewise.
9375
9376 2016-04-22 Yao Qi <yao.qi@linaro.org>
9377
9378 * gdb.trace/signal.exp: Also pass if
9379 $tracepoint_hits($i) > $iterations.
9380
9381 2016-04-22 Yao Qi <yao.qi@linaro.org>
9382
9383 * gdb.trace/signal.c: New file.
9384 * gdb.trace/signal.exp: New file.
9385
9386 2016-04-19 Doug Evans <xdje42@gmail.com>
9387
9388 * gdb.base/bad-file.exp: New file.
9389
9390 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9391
9392 * gdb.dwarf2/implref.exp: New file.
9393
9394 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9395
9396 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9397 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9398 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9399 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9400 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9401 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9402 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9403 * lib/fortran.exp (fortran_int4): New procedure.
9404 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9405 (fortran_logical4): Likewise.
9406
9407 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9408
9409 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9410
9411 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9412
9413 * lib/compiler.c: Add Intel specific preprocessor macros.
9414 * lib/compiler.cc: Likewise.
9415
9416 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9417
9418 * gdb.server/connect-with-no-symbol-file.c: New file.
9419 * gdb.server/connect-with-no-symbol-file.exp: New file.
9420
9421 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9422
9423 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9424
9425 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9426
9427 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9428 standard output directory.
9429
9430 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9431
9432 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9433
9434 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9435
9436 * gdb.btrace/instruction_history.c (loop): Add declaration.
9437
9438 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9439
9440 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9441
9442 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9443
9444 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9445 parentheses to print.
9446 (continue_handler): Likewise.
9447
9448 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9449
9450 * gdb.server/solib-list.exp: Remove is_remote check.
9451 Pass shlib= to gdb_compile. Don't link shared library with
9452 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9453 Run binary filename through "readlink -f" on the target.
9454
9455 2016-04-08 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9458 interpreter filename as argument to gdbserver_spawn.
9459 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9460 Return empty if $last_loaded_file does not exist.
9461
9462 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9463
9464 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9465 * gdb.base/jit-main.c: Use exit after usage.
9466
9467 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9468
9469 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9470 GDBHISTSIZE prior to the tests.
9471 * gdb.base/gdbinit-history.exp: Likewise.
9472
9473 2016-04-07 Pedro Alves <palves@redhat.com>
9474
9475 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9476 instead of build_executable. Use gdb_load_shlibs.
9477
9478 2016-04-07 Yao Qi <yao.qi@linaro.org>
9479
9480 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9481 Execute "si" command.
9482
9483 2016-04-07 Yao Qi <yao.qi@linaro.org>
9484
9485 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9486 number instead of the comments on some line.
9487
9488 2016-04-06 Don Breazeal <donb@codesourcery.com>
9489
9490 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9491 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9492
9493 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9494
9495 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9496 standard_output_file. Remove unused binfile variable.
9497
9498 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9499
9500 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9501 * gdb.python/py-mi-objfile.exp: Match "list main" output
9502 in console format.
9503
9504 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9505
9506 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9507 absolute.
9508
9509 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9510
9511 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9512 absolute.
9513 * gdb.trace/ftrace.exp: Likewise.
9514 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9515 targets as well.
9516 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9517 (gdb_load_shlibs): Copy libraries to test directory when testing
9518 natively. Only set solib-search-path if testing remotely.
9519 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9520
9521 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9522
9523 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9524 gdb_download. Use it even if the target is not remote.
9525 * gdb.base/jit.exp (compile_jit_test): Likewise.
9526 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9527 output directory if the destination board is local, otherwise use
9528 the standard remote_download from DejaGnu.
9529 (gdb_download): Remove.
9530 (gdb_load_shlibs): Use gdb_remote_download instead of
9531 gdb_download.
9532 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9533 Use gdb_remote_download instead of gdb_download. Use it even if
9534 the target is not remote.
9535 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9536 instead of gdb_download.
9537
9538 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9539
9540 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9541 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9542 run.
9543
9544 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9545
9546 PR gdb/19820
9547 * gdb.base/printcmds.exp: Add artificial arrays tests.
9548
9549 2016-03-31 Pedro Alves <palves@redhat.com>
9550
9551 PR gdb/19858
9552 * gdb.base/jit-main.c: Include unistd.h.
9553 (ATTACH): Define to 0 if not already defined.
9554 (wait_for_gdb, mypid): New globals.
9555 (WAIT_FOR_GDB): New macro.
9556 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9557 some breakpoint locations.
9558 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9559 New procedures.
9560 (one_jit_test): Add REATTACH parameter, and handle it. Use
9561 continue_to_test_location.
9562 (top level): Test attach, and adjusts calls to one_jit_test.
9563
9564 2016-03-31 Pedro Alves <palves@redhat.com>
9565
9566 PR gdb/19858
9567 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9568 BINSUFFIX parameter, and handle it.
9569 (top level): Adjust calls compile_jit_test.
9570
9571 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9572
9573 PR python/19743
9574 * gdb.python/py-mi-events-gdb.py: New file.
9575 * gdb.python/py-mi-events.c: New file.
9576 * gdb.python/py-mi-events.exp: New file.
9577
9578 2016-03-30 Yao Qi <yao.qi@linaro.org>
9579
9580 * gdb.reverse/until-precsave.exp: Match function name only.
9581 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9582 Move malloc to a condition block.
9583 * gdb.reverse/until-reverse.exp: Match function name only.
9584
9585 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9586
9587 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9588 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9589 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9590 variable for GPR 0 instead of assuming it is register 0.
9591 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9592 * lib/trace-support.exp: Add s390 registers.
9593
9594 2016-03-29 Yao Qi <yao.qi@linaro.org>
9595
9596 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9597
9598 2016-03-24 Yao Qi <yao.qi@linaro.org>
9599
9600 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9601 test message.
9602
9603 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9604
9605 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9606 maintaining separate logic for constructing the output path.
9607
9608 2016-03-16 Don Breazeal <donb@codesourcery.com>
9609
9610 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9611 Retry fork and waitpid on interrupted system call errors.
9612 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9613 Use with_timeout_factor to increase timeout by factor of 10.
9614
9615 2016-03-15 Don Breazeal <donb@codesourcery.com>
9616
9617 * gdb.cp/scope-err.cc: New test program.
9618 * gdb.cp/scope-err.exp: New test script.
9619 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9620 lines and "set breakpoint here" comment.
9621 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9622 Fixed some whitespace and format issues.
9623 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9624 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9625
9626 2016-03-15 Doug Evans <dje@google.com>
9627
9628 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9629 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9630 All callers updated. Add tests for enums, mixed flags register.
9631
9632 2016-03-15 Doug Evans <dje@google.com>
9633
9634 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9635 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9636
9637 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9638
9639 * gdb.base/default.exp: Add $_as_string to the list of expected
9640 convenience functions.
9641
9642 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9643
9644 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9645
9646 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9647
9648 * gdb.python/py-as-string.exp: New file.
9649 * gdb.python/py-as-string.c: New file.
9650
9651 2016-03-09 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9654 signal" -> "Thread NN received signal" output change.
9655 * gdb.threads/ia64-sigill.exp: Likewise.
9656 * gdb.threads/linux-dp.exp: Likewise.
9657 * gdb.threads/manythreads.exp: Likewise.
9658 * gdb.threads/pending-step.exp: Likewise.
9659 * gdb.threads/print-threads.exp: Likewise.
9660 * gdb.threads/sigstep-threads.exp: Likewise.
9661 * gdb.threads/staticthreads.exp: Likewise.
9662 * gdb.threads/tls.exp: Likewise.
9663
9664 2016-03-09 Pedro Alves <palves@redhat.com>
9665
9666 * gdb.base/command-line-input.exp: New file.
9667
9668 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9669
9670 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9671 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9672 * gdb.trace/pending.exp: Accept leading dot before function name.
9673 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9674 * lib/trace-support.exp: Set registers for ppc.
9675
9676 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9677
9678 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9679 use it for disassembly; accept .main in addition to main in backtrace.
9680
9681 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9682 Marcin Kościelnicki <koriakin@0x04.net>
9683
9684 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9685 (gdb_recursion_test_ptr): New global variable.
9686 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9687 gdb_recursion_test.
9688 (gdb_c_test): Ditto.
9689
9690 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9691
9692 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9693 ordering.
9694
9695 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9696
9697 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9698 (bar): Add bar_start_lbl label.
9699 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9700 of foo/bar for emitting DWARF and tracing.
9701
9702 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9703
9704 * analyze-racy-logs.py: Set executable bit.
9705
9706 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9707
9708 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9709 (CHECK_TARGET_TMP): Likewise.
9710 (check-single-racy): New rule.
9711 (check-parallel-racy): Likewise.
9712 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9713 (do-check-parallel-racy): New rule.
9714 (check-racy/%.exp): Likewise.
9715 * README (Racy testcases): New section.
9716 * analyze-racy-logs.py: New file.
9717
9718 2016-03-03 Doug Evans <dje@google.com>
9719
9720 * gdb.base/skip.exp: Use with_test_prefix.
9721
9722 2016-03-03 Yao Qi <yao.qi@linaro.org>
9723
9724 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9725 Invoke step_over_syscall "clone" and break_cond_on_syscall
9726 "clone".
9727 * gdb.base/step-over-clone.c: New file.
9728
9729 2016-03-03 Yao Qi <yao.qi@linaro.org>
9730
9731 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9732 code format.
9733
9734 2016-03-03 Yao Qi <yao.qi@linaro.org>
9735
9736 * gdb.base/disp-step-fork.c: Rename to ...
9737 * gdb.base/step-over-fork.c: ... it. New file.
9738 * gdb.base/disp-step-vfork.c: Rename to ...
9739 * gdb.base/step-over-vfork.c: ... it. New file.
9740 * gdb.base/disp-step-syscall.exp: Rename to ...
9741 * gdb.base/step-over-syscall.exp: ... it. New file.
9742 (disp_step_cross_syscall): Rename to ...
9743 (step_over_syscall): ... it.
9744
9745 2016-03-03 Yao Qi <yao.qi@linaro.org>
9746
9747 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9748 If target supports condition evaluation on target, invoke
9749 break_cond_on_syscall for fork and vfork.
9750
9751 2016-03-03 Yao Qi <yao.qi@linaro.org>
9752
9753 * gdb.base/disp-step-syscall.exp: Don't invoke
9754 support_displaced_stepping.
9755 (disp_step_cross_syscall): Test with displaced stepping off and
9756 on if supported.
9757
9758 2016-03-03 Yao Qi <yao.qi@linaro.org>
9759
9760 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9761 proc.
9762 (setup): New proc.
9763 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9764 and setup.
9765
9766 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9767
9768 * gdb.fortran/vla-history.exp: Remove breakpoint.
9769
9770 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9771
9772 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9773 exceeds timeout.
9774
9775 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9776
9777 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9778 breakpoint.
9779
9780 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9781
9782 * gdb.mi/vla.f90: Nullify pointer after declaration.
9783
9784 2016-03-01 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9787
9788 2016-03-01 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9791 before anything else.
9792 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9793 _GNU_SOURCE here.
9794 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9795 before anything else.
9796 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9797
9798 2016-03-01 Pedro Alves <palves@redhat.com>
9799
9800 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9801
9802 2016-03-01 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9805 prepare_for_testing.
9806
9807 2016-03-01 Yao Qi <yao.qi@linaro.org>
9808
9809 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9810
9811 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9812
9813 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9814 manually constructing the output path.
9815
9816 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9817
9818 * gdb.arch/s390-stackless.S: New.
9819 * gdb.arch/s390-stackless.exp: New.
9820
9821 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9822
9823 * gdb.dlang/circular.c: New file.
9824 * gdb.dlang/circular.exp: New file.
9825
9826 2016-02-26 Yao Qi <yao.qi@linaro.org>
9827
9828 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9829 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9830 (testcases): Update.
9831
9832 2016-02-26 Yao Qi <yao.qi@linaro.org>
9833
9834 * gdb.reverse/aarch64.c: Rename to ...
9835 * gdb.reverse/insn-reverse.c: ... it.
9836 * gdb.reverse/aarch64.exp: Rename to ...
9837 * gdb.reverse/insn-reverse.exp: ... it.
9838
9839 2016-02-26 Yao Qi <yao.qi@linaro.org>
9840
9841 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9842 (testcase_ftype): New.
9843 (testcases): New array.
9844 (n_testcases): New.
9845 (main): Call each element in testcases.
9846 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9847 (read_testcase): New.
9848 Do the tests in a loop.
9849
9850 2016-02-25 Yao Qi <yao.qi@linaro.org>
9851
9852 * gdb.base/branches.c: Remove.
9853
9854 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9855
9856 PR gdb/13808
9857 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9858
9859 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9860
9861 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9862
9863 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9864
9865 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9866 change x86_64 call_insn to 'callq'.
9867
9868 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9869
9870 * gdb.trace/tfile-avx.c: Move to...
9871 * gdb.trace/tracefile-pseudo-reg.c: Here.
9872 * gdb.trace/tfile-avx.exp: Move to...
9873 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9874
9875 2016-02-24 Gary Benson <gbenson@redhat.com>
9876
9877 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9878 message on attach.
9879
9880 2016-02-23 Doug Evans <dje@google.com>
9881
9882 * gdb.base/skip.c (test_skip): New function.
9883 (end_test_skip_file_and_function): New function.
9884 (test_skip_file_and_function): New function.
9885 * gdb.base/skip1.c (test_skip): New function.
9886 (skip1_test_skip_file_and_function): New function.
9887 * gdb.base/skip.exp: Add tests for new skip options.
9888 * gdb.base/skip-solib.exp: Update expected output.
9889 * gdb.perf/skip-command.cc: New file.
9890 * gdb.perf/skip-command.exp: New file.
9891 * gdb.perf/skip-command.py: New file.
9892
9893 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9894
9895 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9896 info registers pattern.
9897
9898 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9899
9900 * lib/future.exp: Add D support.
9901 (gdb_find_gdc): New proc.
9902 (gdb_default_target_compile): Add D support.
9903
9904 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9905
9906 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9907 user+system time.
9908 (trace_speed_test): Determine the iteration count for a time
9909 between 15..30 seconds.
9910
9911 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9912
9913 * gdb.arch/i386-mpx-sigsegv.c: New file.
9914 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9915 * gdb.arch/i386-mpx-simple_segv.c: New file.
9916 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9917
9918 2016-02-18 Yao Qi <yao.qi@linaro.org>
9919
9920 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9921 Don't call setup_kfail.
9922
9923 2016-02-18 Yao Qi <yao.qi@linaro.org>
9924
9925 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9926 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9927
9928 2016-02-16 Doug Evans <dje@google.com>
9929
9930 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9931 * gdb.base/skip1.c: Ditto.
9932 * gdb.base/skip.exp: Whitespace cleanup.
9933
9934 2016-02-16 Don Breazeal <donb@codesourcery.com>
9935
9936 PR remote/19496
9937 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9938 Remove kfail for PR remote/19496.
9939
9940 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9941
9942 * lib/gdb.exp (standard_temp_file): Return a path specific to
9943 the runtest invocation.
9944
9945 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9946
9947 * gdb.trace/save-trace.exp: Change relative path to be in the
9948 standard output directory.
9949
9950 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9951
9952 * gdb.arch/i386-prologue.c: Add missing prototypes.
9953
9954 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9955
9956 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9957 * gdb.arch/i386-prologue.exp: Likewise.
9958 * gdb.arch/i386-size.exp: Likewise.
9959
9960 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9961
9962 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9963 define object file path.
9964 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9965 file path.
9966 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9967 standard_output_file to define binfile.
9968
9969 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9970
9971 Fix compatibility with recent gfortran-5.3.1.
9972 * gdb.fortran/vla-history.exp (print vla1 allocated)
9973 (print vla2 allocated, print $2, print $3): Remove
9974 (print $4): Rename to ...
9975 (print $2): ... here.
9976 (print $9): Rename to ...
9977 (print $5): ... here.
9978 (print $10): Rename to ...
9979 (print $6): ... here.
9980 * gdb.fortran/vla.f90: Add pvla initialization.
9981
9982 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9983
9984 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9985 New test.
9986 * gdb.fortran/vla-value-sub.exp: Likewise.
9987
9988 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9989
9990 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9991
9992 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9993
9994 * i386-biarch-core.exp: Define corefile using
9995 standard_output_file.
9996
9997 2016-02-12 Yao Qi <yao.qi@linaro.org>
9998
9999 * gdb.arch/arm-single-step-kernel-helper.c: New.
10000 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10001
10002 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10003
10004 * gdb.btrace/tailcall-only.exp: New.
10005 * gdb.btrace/tailcall-only.c: New.
10006 * gdb.btrace/x86_64-tailcall-only.S: New.
10007 * gdb.btrace/i686-tailcall-only.S: New.
10008
10009 2016-02-11 Pedro Alves <palves@redhat.com>
10010
10011 * README (Parallel testing): Add missing double quotes.
10012
10013 2016-02-11 Pedro Alves <palves@redhat.com>
10014
10015 * README (Parallel testing): New section.
10016 (GDB_PARALLEL): Rewrite.
10017 (FORCE_PARALLEL): Document.
10018
10019 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10020
10021 * gdb.trace/tfile-avx.c: New test.
10022 * gdb.trace/tfile-avx.exp: New test.
10023
10024 2016-02-09 Keith Seitz <keiths@redhat.com>
10025
10026 PR breakpoints/19546
10027 * gdb.base/infcall-exec.c: New file.
10028 * gdb.base/infcall-exec2.c: New file.
10029 * gdb.base/infcall-exec.exp: New file.
10030
10031 2016-02-09 Keith Seitz <keiths@redhat.com>
10032
10033 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10034 (toplevel): Call test_bkpt_address.
10035
10036 2016-02-09 Keith Seitz <keiths@redhat.com>
10037
10038 PR python/19506
10039 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10040 (toplevel): Call test_bkpt_address.
10041
10042 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10043
10044 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10045 to AC_OUTPUT.
10046 * configure: Regenerate.
10047
10048 2016-02-09 Pedro Alves <palves@redhat.com>
10049
10050 PR breakpoints/19548
10051 * gdb.base/execl-update-breakpoints.c (some_function): New
10052 function.
10053 (main): Call it.
10054 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10055 Tighten expected GDB output.
10056
10057 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10058
10059 * Makefile.in (ALL_SUBDIRS): Remove.
10060 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10061 (distclean maintainer-clean realclean): Likewise.
10062 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10063 * configure: Regenerate.
10064 * gdb.ada/Makefile.in: Delete.
10065 * gdb.arch/Makefile.in: Likewise.
10066 * gdb.asm/Makefile.in: Likewise.
10067 * gdb.base/Makefile.in: Likewise.
10068 * gdb.btrace/Makefile.in: Likewise.
10069 * gdb.cell/Makefile.in: Likewise.
10070 * gdb.compile/Makefile.in: Likewise.
10071 * gdb.cp/Makefile.in: Likewise.
10072 * gdb.disasm/Makefile.in: Likewise.
10073 * gdb.dlang/Makefile.in: Likewise.
10074 * gdb.dwarf2/Makefile.in: Likewise.
10075 * gdb.fortran/Makefile.in: Likewise.
10076 * gdb.gdb/Makefile.in: Likewise.
10077 * gdb.go/Makefile.in: Likewise.
10078 * gdb.guile/Makefile.in: Likewise.
10079 * gdb.java/Makefile.in: Likewise.
10080 * gdb.linespec/Makefile.in: Likewise.
10081 * gdb.mi/Makefile.in: Likewise.
10082 * gdb.modula2/Makefile.in: Likewise.
10083 * gdb.multi/Makefile.in: Likewise.
10084 * gdb.objc/Makefile.in: Likewise.
10085 * gdb.opencl/Makefile.in: Likewise.
10086 * gdb.opt/Makefile.in: Likewise.
10087 * gdb.pascal/Makefile.in: Likewise.
10088 * gdb.perf/Makefile.in: Likewise.
10089 * gdb.python/Makefile.in: Likewise.
10090 * gdb.reverse/Makefile.in: Likewise.
10091 * gdb.server/Makefile.in: Likewise.
10092 * gdb.stabs/Makefile.in: Likewise.
10093 * gdb.threads/Makefile.in: Likewise.
10094 * gdb.trace/Makefile.in: Likewise.
10095 * gdb.xml/Makefile.in: Likewise.
10096 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10097 GDB_PARALLEL.
10098 (standard_output_file): Remove check for GDB_PARALLEL, always
10099 return path in outputs/$subdir/$testname.
10100
10101 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10102
10103 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10104 (site.exp): Assign abs_srcdir to tcl's srcdir.
10105
10106 2016-02-04 Yao Qi <yao.qi@linaro.org>
10107
10108 * gdb.base/foll-exec-mode.c: Include limits.h.
10109 (main): Add parameters argc and argv. Get directory from
10110 argv[0].
10111 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10112 compilation.
10113 * gdb.base/foll-exec.c: Include limits.h.
10114 (main): Add parameters argc and argv.
10115 Get directory from argv[0].
10116 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10117 Adjust tests on the number of lines as source code changed.
10118 * gdb.base/foll-vfork-exit.c: Include limits.h.
10119 (main): Add one line of statement before vfork.
10120 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10121 (main): Add parameters argc and argv. Get directory from
10122 argv[0].
10123 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10124 (setup_gdb): Set tbreak to skip some source lines.
10125 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10126 (main): Add parameters argc and argv. Get directory from
10127 argv[0].
10128 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10129 compilation.
10130 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10131 (main): Add parameters argc and argv. Get directory from
10132 argv[0].
10133 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10134 compilation.
10135
10136 2016-02-01 Doug Evans <dje@google.com>
10137
10138 * gdb.base/skip.exp: Clean up multiple references to same test name.
10139
10140 2016-02-01 Pedro Alves <palves@redhat.com>
10141
10142 PR remote/19496
10143 * gdb.threads/forking-threads-plus-breakpoint.exp
10144 (displaced_stepping_supported): New global.
10145 (probe_displaced_stepping_support): New procedure.
10146 (do_test): Add 'displaced' parameter, and use it.
10147 (top level): Check for displaced stepping support. Add displaced
10148 stepping on/off testing axis.
10149
10150 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10151
10152 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10153 pointer. Don't perform further tests on the unassociated pointer
10154 if the first test fails.
10155
10156 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10157
10158 * gdb.base/max-value-size.c: New file.
10159 * gdb.base/max-value-size.exp: New file.
10160 * gdb.base/huge.exp: Disable max-value-size for this test.
10161
10162 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10163
10164 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10165
10166 2016-01-28 Yao Qi <yao.qi@linaro.org>
10167
10168 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10169
10170 2016-01-25 Pedro Alves <palves@redhat.com>
10171
10172 PR threads/19461
10173 * gdb.base/fork-running-state.c: New file.
10174 * gdb.base/fork-running-state.exp: New file.
10175
10176 2016-01-25 Pedro Alves <palves@redhat.com>
10177
10178 PR gdb/19494
10179 * gdb.base/catch-fork-kill.c: New file.
10180 * gdb.base/catch-fork-kill.exp: New file.
10181
10182 2016-01-25 Pedro Alves <palves@redhat.com>
10183
10184 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10185 Delete, moved to lib/gdb.exp.
10186 * gdb.threads/forking-threads-plus-breakpoint.exp
10187 (foreach_with_prefix): Likewise.
10188 * gdb.threads/process-dies-while-handling-bp.exp
10189 (foreach_with_prefix): Likewise.
10190 * lib/gdb.exp (foreach_with_prefix): New procedure.
10191
10192 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10193
10194 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10195 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10196
10197 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10198
10199 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10200 endian targets.
10201
10202 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10203 Pedro Alves <palves@redhat.com>
10204
10205 Fix testsuite compatibility with Guile.
10206 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10207 number.
10208
10209 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10210
10211 Fix testsuite compatibility with Guile.
10212 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10213 (thread 1): New test for backtrace through signal handler.
10214
10215 2016-01-22 Yao Qi <yao.qi@linaro.org>
10216
10217 PR testsuite/19491
10218 * gdb.base/multi-forks.c: Include
10219 ../lib/unbuffer_output.c
10220 (main): Call gdb_unbuffer_output.
10221
10222 2016-01-21 Doug Evans <dje@google.com>
10223
10224 * lib/ada.exp (gdb_compile_ada): Fix typo.
10225
10226 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10227
10228 * gdb.base/break-fun-addr.exp: New file.
10229 * gdb.base/break-fun-addr1.c: New file.
10230 * gdb.base/break-fun-addr2.c: New file.
10231
10232 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10233
10234 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10235 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10236 enum flag values.
10237
10238 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10239
10240 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10241 when GDB can not set the vector return value. Add more comments
10242 for clarification.
10243
10244 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10245
10246 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10247 command.
10248
10249 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10250
10251 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10252
10253 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10254
10255 * Makefile.in (check-single): Pass --status to runtest.
10256 (check/%.exp): Likewise.
10257
10258 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10259
10260 * Makefile.in (check-parallel): Propagate return code from make
10261 do-check-parallel.
10262
10263 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10264
10265 * gdb.trace/ftrace.exp: Fix expected message on continue.
10266 * gdb.trace/pending.exp: Fix expected message on continue.
10267 * gdb.trace/trace-break.exp: Fix expected message on continue.
10268
10269 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10270
10271 * lib/gdb.exp (gdb_test): Remove unused global references.
10272
10273 2016-01-18 Pedro Alves <palves@redhat.com>
10274
10275 * gdb.base/async-shell.exp: Adjust expected output.
10276 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10277 * gdb.base/siginfo-thread.exp: Adjust expected output.
10278 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10279 * gdb.java/jnpe.exp: Adjust expected output.
10280 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10281 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10282 * gdb.threads/leader-exit.exp: Adjust expected output.
10283 * gdb.threads/manythreads.exp: Adjust expected output.
10284 * gdb.threads/pthreads.exp: Adjust expected output.
10285 * gdb.threads/schedlock.exp: Adjust expected output.
10286 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10287 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10288 expected output.
10289 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10290 output.
10291 * gdb.threads/sigthread.exp: Adjust expected output.
10292 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10293
10294 2016-01-18 Yao Qi <yao.qi@linaro.org>
10295
10296 * gdb.guile/scm-section-script.c: Replace @progbits with
10297 %progbits.
10298 * gdb.python/py-section-script.c: Likewise.
10299
10300 2016-01-15 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.multi/tids.exp: Test star wildcard ranges.
10303
10304 2016-01-15 Pedro Alves <palves@redhat.com>
10305
10306 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10307 command from "thread apply" invocation.
10308 (thr_apply_info_thr_invalid): Default the expected output to the
10309 input tid list.
10310 (top level): Add tests that use convenience variables. Add tests
10311 for "thread apply" with a valid TID list, but missing the command.
10312
10313 2016-01-13 Pedro Alves <palves@redhat.com>
10314
10315 * gdb.base/default.exp: Expect $_gthread as well.
10316 * gdb.multi/tids.exp: Test $_gthread.
10317 * gdb.threads/thread-specific.exp: Test $_gthread.
10318
10319 2016-01-13 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.multi/tids.exp: Test "info threads -gid".
10322
10323 2016-01-13 Pedro Alves <palves@redhat.com>
10324
10325 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10326 Breakpoint.thread.
10327 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10328
10329 2016-01-07 Pedro Alves <palves@redhat.com>
10330
10331 * gdb.base/break.exp: Adjust to output changes.
10332 * gdb.base/hbreak2.exp: Likewise.
10333 * gdb.base/sepdebug.exp: Likewise.
10334 * gdb.base/watch_thread_num.exp: Likewise.
10335 * gdb.linespec/keywords.exp: Likewise.
10336 * gdb.multi/info-threads.exp: Likewise.
10337 * gdb.threads/thread-find.exp: Likewise.
10338 * gdb.multi/tids.c: New file.
10339 * gdb.multi/tids.exp: New file.
10340
10341 2016-01-13 Pedro Alves <palves@redhat.com>
10342
10343 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10344
10345 2016-01-13 Pedro Alves <palves@redhat.com>
10346
10347 * gdb.base/default.exp: Expect $_inferior as well.
10348 * gdb.multi/base.exp: Test $_inferior.
10349
10350 2016-01-13 Pedro Alves <palves@redhat.com>
10351
10352 PR breakpoints/19388
10353 * gdb.base/catch-signal-siginfo-cond.c: New file.
10354 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10355
10356 2016-01-12 Josh Stone <jistone@redhat.com>
10357 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10358
10359 * gdb.base/catch-syscall.c (do_execve): New variable.
10360 (main): Conditionally trigger an execve.
10361 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10362 (test_catch_syscall_execve): New, check entry/return across execve.
10363 (do_syscall_tests): Call test_catch_syscall_execve.
10364
10365 2016-01-12 Pedro Alves <palves@redhat.com>
10366
10367 * gdb.base/random-signal.exp (do_test): New procedure, with body
10368 of testcase moved in.
10369
10370 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10371 Pedro Alves <palves@redhat.com>
10372
10373 * gdb.base/funcargs.exp (finish from indirectly called function):
10374 Reintroduce the case for 'First'.
10375
10376 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10377 Pedro Alves <palves@redhat.com>
10378
10379 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10380 (tcatch_vfork_then_child_follow_exec)
10381 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10382 identification.
10383
10384 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10385
10386 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10387 and repeats to unlimited.
10388 * gdb.python/py-value.exp: Likewise.
10389 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10390 and repeats to unlimited.
10391
10392 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10393
10394 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10395 and reordering the functions.
10396 * gdb.multi/hangout.c: Likewise.
10397 * gdb.multi/hello.c: Likewise.
10398
10399 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10400
10401 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10402 absolute.
10403 (SingleStatisticTestResult.report): Use dict.keys instead of
10404 dict.iterkeys.
10405
10406 2016-01-06 Pedro Alves <palves@redhat.com>
10407
10408 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10409
10410 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10411
10412 * gdb.btrace/dlopen.exp: New.
10413 * gdb.btrace/dlopen.c: New.
10414 * gdb.btrace/dlopen-dso.c: New.
10415
10416 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10417
10418 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10419 PATTERN argument is optional.
10420
10421 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10422
10423 * lib/ada.exp (target_compile_ada_from_dir): New function.
10424 (gdb_compile_ada): Reimplement avoiding the use of project files.
10425 * gdb.ada/gnat_ada.gpr: Delete.
10426 * gdb.ada/cond_lang.exp: Adjust test to make path before
10427 filename optional.
10428 * gdb.ada/small_reg_param.exp: Likewise.
10429
10430 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10431
10432 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10433
10434 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10435
10436 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10437 case.
10438
10439 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10440
10441 * gdb.base/break.exp: Remove dead code.
10442 * gdb.base/sepdebug.exp: Likewise.
10443
10444 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10445
10446 * gdb.asm/asm-source.exp: Remove HP-UX references.
10447 * gdb.base/annota1.exp: Likewise.
10448 * gdb.base/annota3.exp: Likewise.
10449 * gdb.base/attach.exp: Likewise.
10450 * gdb.base/bigcore.exp: Likewise.
10451 * gdb.base/break.exp: Likewise.
10452 * gdb.base/call-ar-st.exp: Likewise.
10453 * gdb.base/callfuncs.exp: Likewise.
10454 * gdb.base/catch-fork-static.exp: Likewise.
10455 * gdb.base/display.exp: Likewise.
10456 * gdb.base/foll-exec-mode.exp: Likewise.
10457 * gdb.base/foll-exec.exp: Likewise.
10458 * gdb.base/foll-fork.exp: Likewise.
10459 * gdb.base/foll-vfork.exp: Likewise.
10460 * gdb.base/funcargs.exp: Likewise.
10461 * gdb.base/hbreak2.exp: Likewise.
10462 * gdb.base/inferior-died.exp: Likewise.
10463 * gdb.base/interrupt.exp: Likewise.
10464 * gdb.base/multi-forks.exp: Likewise.
10465 * gdb.base/nodebug.exp: Likewise.
10466 * gdb.base/sepdebug.exp: Likewise.
10467 * gdb.base/solib1.c: Likewise.
10468 * gdb.base/step-test.exp: Likewise.
10469 * gdb.mi/non-stop.c: Likewise.
10470 * gdb.mi/pthreads.c: Likewise.
10471 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10472 * gdb.threads/pthreads.c: Likewise.
10473 * gdb.threads/staticthreads.exp: Likewise.
10474 * lib/future.exp: Likewise.
10475 * lib/gdb.exp: Likewise.
10476 * gdb.base/so-indr-cl.c: Remove.
10477 * gdb.base/so-indr-cl.exp: Likewise.
10478 * gdb.base/solib.c: Likewise.
10479 * gdb.base/solib.exp: Likewise.
10480 * gdb.base/solib2.c: Likewise.
10481
10482 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10483
10484 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10485 * gdb.base/call-ar-st.exp: Likewise.
10486 * gdb.base/callfuncs.exp: Likewise.
10487 * gdb.base/condbreak.exp: Likewise.
10488 * gdb.base/constvars.exp: Likewise.
10489 * gdb.base/hbreak2.exp: Likewise.
10490 * gdb.base/langs.exp: Likewise.
10491 * gdb.base/list.exp: Likewise.
10492 * gdb.base/long_long.exp: Likewise.
10493 * gdb.base/ptype.exp: Likewise.
10494 * gdb.base/scope.exp: Likewise.
10495 * gdb.base/signals.exp: Likewise.
10496 * gdb.base/so-impl-ld.exp: Likewise.
10497 * gdb.base/varargs.exp: Likewise.
10498 * gdb.base/volatile.exp: Likewise.
10499 * gdb.base/whatis.exp: Likewise.
10500 * gdb.cp/cplusfuncs.exp: Likewise.
10501 * gdb.cp/inherit.exp: Likewise.
10502 * gdb.cp/local.exp: Likewise.
10503 * gdb.cp/member-ptr.exp: Likewise.
10504 * gdb.cp/method.exp: Likewise.
10505 * gdb.cp/overload.exp: Likewise.
10506 * gdb.cp/templates.exp: Likewise.
10507 * gdb.stabs/weird.exp: Likewise.
10508 * lib/compiler.c: Likewise.
10509 * lib/compiler.cc: Likewise.
10510 * lib/cp-support.exp: Likewise.
10511 * lib/gdb.exp: Likewise.
10512
10513 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10514
10515 * configure.ac: Remove HP-UX case.
10516 * configure: Regenerate.
10517
10518 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10519
10520 * lib/gdb.exp (gdb_compile): Add function doc.
10521
10522 2015-12-17 Pedro Alves <palves@redhat.com>
10523
10524 PR threads/19354
10525 * gdb.multi/info-threads.exp: New file.
10526
10527 2015-12-15 Yao Qi <yao.qi@linaro.org>
10528
10529 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10530 is aarch64*-*-*.
10531
10532 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10533
10534 * gdb.base/history-duplicates.exp: Skip if no readline support.
10535
10536 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10537
10538 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10539
10540 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10541
10542 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10543
10544 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10545
10546 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10547 ctrl-C if nointerrupts target property is set.
10548 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10549 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10550 * gdb.base/paginate-bg-execution.exp: Likewise.
10551 * gdb.base/paginate-execution-startup.exp: Likewise.
10552 * gdb.base/random-signal.exp: Likewise.
10553 * gdb.base/range-stepping.exp: Likewise.
10554 * gdb.cp/annota2.exp: Likewise.
10555 * gdb.cp/annota3.exp: Likewise.
10556 * gdb.gdb/selftest.exp: Likewise.
10557 * gdb.threads/continue-pending-status.exp: Likewise.
10558 * gdb.threads/leader-exit.exp: Likewise.
10559 * gdb.threads/manythreads.exp: Likewise.
10560 * gdb.threads/pthreads.exp: Likewise.
10561 * gdb.threads/schedlock.exp: Likewise.
10562 * gdb.threads/sigthread.exp: Likewise.
10563
10564 2015-12-11 Don Breazeal <donb@codesourcery.com>
10565
10566 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10567 remote.
10568 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10569 * gdb.base/foll-exec.exp (main): Enable for target remote.
10570 * gdb.base/foll-fork.exp (main): Likewise.
10571 * gdb.base/foll-vfork.exp (main): Likewise.
10572 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10573 (proc continue_to_exit_bp_loc): Use clean_restart.
10574 * gdb.base/pie-execl.exp (main): Disable for target remote.
10575 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10576 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10577 * gdb.threads/execl.exp (main): Likewise.
10578 * gdb.threads/fork-child-threads.exp (main): Likewise.
10579 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10580 remote.
10581 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10582 remote.
10583 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10584 pid.tid style ptids, instead of just tid.
10585 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10586 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10587 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10588 ptids, instead of just tid.
10589
10590 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10591
10592 * gdb.base/list.exp (test_list_forward): Add end of file error
10593 test.
10594 (test_repeat_list_command): Add end of file error test.
10595 (test_list_backwards): Add beginning of file error test.
10596
10597 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10598
10599 * gdb.base/list.exp (test_list_invalid_args): New function,
10600 defined, and called.
10601
10602 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10603
10604 * gdb.base/list.exp (test_list): Make test names unique.
10605
10606 2015-12-11 Yao Qi <yao.qi@linaro.org>
10607
10608 * gdb.base/coremaker2.c: Remove.
10609
10610 2015-12-10 Pedro Alves <palves@redhat.com>
10611
10612 * gdb.multi/base.exp: Remove stale "spaces" references.
10613
10614 2015-12-10 Pedro Alves <palves@redhat.com>
10615
10616 * gdb.multi/base.exp: Don't use nowarnings.
10617 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10618 * gdb.multi/hangout.c: Include stdio.h.
10619 * gdb.multi/hello.c: Include stdlib.h.
10620 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10621 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10622 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10623
10624 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10625
10626 * gdb.dwarf2/dw2-ranges-base.c: New file.
10627 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10628 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10629 support additional line table, and debug ranges generation.
10630 (Dwarf::ranges): New function, generate .debug_ranges.
10631 (Dwarf::lines): Support generating simple line table programs.
10632 (Dwarf::assemble): Initialise new namespace variables.
10633
10634 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10635
10636 * gdb.base/async.exp (proc test_background): Add case for
10637 asynchronous execution not supported.
10638
10639 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10640
10641 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10642 format and change test names to make them unique.
10643
10644 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10645 Pedro Alves <pedro@redhat.com>
10646
10647 PR gdb/18702
10648 Add checking of floatformats setup on x86_64 hosts.
10649 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10650 (smallval, bigval): New labels/constants.
10651 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10652 float" after loading bigval and smallval.
10653
10654 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10655
10656 * gdb.ada/fun_overload_menu.exp: New testcase.
10657 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10658
10659 2015-12-04 Josh Stone <jistone@redhat.com>
10660
10661 * gdb.base/catch-fork-static.exp: New.
10662
10663 2015-12-03 Yao Qi <yao.qi@linaro.org>
10664
10665 * gdb.base/sizeof.c: Don't include stdio.h and
10666 ../lib/unbuffer_output.c.
10667 (main): New variable 'size' and 'value'. Remove printf and
10668 gdb_unbuffer_output. Assign return value to size and value.
10669 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10670 at the beginning.
10671 (check_sizeof): Check the result by printing variable 'size'.
10672 (check_valueof): Check the result by printing variable 'value'.
10673
10674 2015-12-01 Yao Qi <yao.qi@linaro.org>
10675
10676 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10677 for aarch64*-*-linux* target.
10678
10679 2015-11-30 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10682
10683 2015-11-30 Pedro Alves <palves@redhat.com>
10684
10685 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10686 Handle non-stop mode vCont replies.
10687
10688 2015-11-30 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10691 prepare_for_testing. Start gdb with "set non-stop on" appended to
10692 GDBFLAGS. Lax expected stop output.
10693
10694 2015-11-27 Yao Qi <yao.qi@linaro.org>
10695
10696 * gdb.arch/arm-neon.exp: New.
10697 * gdb.arch/arm-neon.c: New.
10698
10699 2015-11-27 Yao Qi <yao.qi@linaro.org>
10700
10701 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10702
10703 2015-11-27 Yao Qi <yao.qi@linaro.org>
10704
10705 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10706 frames-invalid annotation.
10707
10708 2015-11-27 Yao Qi <yao.qi@linaro.org>
10709
10710 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10711
10712 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10713
10714 * gdb.threads/names.exp: New file.
10715 * gdb.threads/names.c: New file.
10716 * README: Mention gdb,no_thread_names.
10717
10718 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10719
10720 PR 19297
10721 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10722 support" error.
10723
10724 2015-11-24 Pedro Alves <palves@redhat.com>
10725
10726 PR 17539
10727 * gdb.base/display.exp: Expect displays to be sorted in ascending
10728 order. Use multi_line.
10729 * gdb.base/solib-display.exp: Likewise.
10730
10731 2015-11-24 Pedro Alves <palves@redhat.com>
10732
10733 PR 17539
10734 * gdb.base/display.exp: Expect displays to be sorted in ascending
10735 order. Use multi_line.
10736 * gdb.base/solib-display.exp: Likewise.
10737
10738 2015-11-24 Pedro Alves <palves@redhat.com>
10739
10740 PR 17539
10741 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10742 threads in ascending order.
10743 * gdb.base/foll-fork.exp: Likewise.
10744 * gdb.base/foll-vfork.exp: Likewise.
10745 * gdb.base/multi-forks.exp: Likewise.
10746 * gdb.mi/mi-nonstop.exp: Likewise.
10747 * gdb.mi/mi-nsintrall.exp: Likewise.
10748 * gdb.multi/base.exp: Likewise.
10749 * gdb.multi/multi-arch.exp: Likewise.
10750 * gdb.python/py-inferior.exp: Likewise.
10751 * gdb.threads/break-while-running.exp: Likewise.
10752 * gdb.threads/execl.exp: Likewise.
10753 * gdb.threads/gcore-thread.exp: Likewise.
10754 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10755 * gdb.threads/kill.exp: Likewise.
10756 * gdb.threads/linux-dp.exp: Likewise.
10757 * gdb.threads/multiple-step-overs.exp: Likewise.
10758 * gdb.threads/next-bp-other-thread.exp: Likewise.
10759 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10760 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10761 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10762 * gdb.threads/thread-find.exp: Likewise.
10763 * gdb.threads/tls.exp: Likewise.
10764 * lib/mi-support.exp (mi_reverse_list): Delete.
10765 (mi_check_thread_states): No longer reverse list.
10766
10767 2015-11-24 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10770 use lowercase.
10771
10772 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10773
10774 * gdb.trace/actions.c: Include trace-common.h.
10775 (main): Add a location for a fast tracepoint.
10776 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10777 the normal tracepoints.
10778 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10779
10780 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10781
10782 * save-trace.exp: Factor out code to these...
10783 (gdb_save_tracepoints): New.
10784 (gdb_load_tracepoints): New.
10785 (do_save_load_test): New.
10786
10787 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10788
10789 * gdb.base/asmlabel.exp: New test.
10790 * gdb.base/asmlabel.c: New test case.
10791
10792 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10793
10794 * gdb.base/wrong_frame_bt_full-main.c: New file.
10795 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10796 * gdb.base/wrong_frame_bt_full.exp: New file.
10797
10798 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10799
10800 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10801
10802 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10803
10804 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10805 pstate register when comparing registers values in
10806 sparc64-*-linux-gnu targets to avoid spurious differences.
10807
10808 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10809
10810 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10811
10812 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10813
10814 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10815 as type argument to gdb_compile.
10816 * gdb.base/nested-subp2.exp: Likewise.
10817 * gdb.base/nested-subp3.exp: Likewise.
10818
10819 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10820
10821 * lib/dwarf.exp (_note): Fix left shift of negative value.
10822 * gdb.trace/trace-condition.exp: Likewise.
10823
10824 2015-11-13 Yao Qi <yao.qi@linaro.org>
10825
10826 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10827 comments about d10v.
10828 (test_scalar_returns): Likewise.
10829 * gdb.base/d10v.ld: Remove.
10830 * gdb.base/overlays.exp: Remove the target triplet checking for
10831 d10v-*-*.
10832 * gdb.base/structs.exp (test_struct_returns): Remove the
10833 comments about d10v.
10834 (test_struct_calls): Likewise.
10835
10836 2015-11-13 Yao Qi <yao.qi@linaro.org>
10837
10838 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10839 * gdb.base/gnu_vector.c: Don't include stdio.h.
10840 (main): Don't print res and call add_some_intvecs.
10841
10842 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10843
10844 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10845 macro.
10846 (func5): Removed.
10847 (func4): Use FAST_TRACEPOINT_LABEL.
10848 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10849 macro.
10850 (func): Removed.
10851 (thread_function): Use FAST_TRACEPOINT_LABEL.
10852 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10853 (func): Remove.
10854 (marker): Use FAST_TRACEPOINT_LABEL.
10855 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10856 (pendfunc1): Remove.
10857 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10858 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10859 (foo): Remove.
10860 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10861 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10862 macro.
10863 (func): Remove.
10864 (marker): Use FAST_TRACEPOINT_LABEL.
10865 * gdb.trace/trace-common.h: New header.
10866 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10867 macro.
10868 (func): Remove.
10869 (marker): Use FAST_TRACEPOINT_LABEL.
10870 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10871 (func): Remove.
10872 (thread_function): Use FAST_TRACEPOINT_LABEL.
10873
10874 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10875
10876 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10877 in front.
10878 * gdb.trace/change-loc.exp: Use global pcreg definition.
10879 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10880 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10881 in front.
10882 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10883 * gdb.trace/pending.exp: Likewise.
10884 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10885 * gdb.trace/trace-break.exp: Likewise.
10886 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10887 in front.
10888 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10889 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10890 in front.
10891 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10892
10893 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10894
10895 * gdb.ada/fin_fun_out: New testcase.
10896
10897 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10898
10899 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10900 value associated with DW_AT_byte_size.
10901 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10902 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10903 DW_AT_upper_bound.
10904
10905 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10906
10907 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10908 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10909 version.
10910 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10911 gdb.dwarf2/dw2-canonicalize-type.exp,
10912 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10913 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10914 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10915 provided by gdb_target_symbol_prefix_flags_asm.
10916 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10917 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10918 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10919 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10920 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10921 macros where needed). Use this macro for symbols which require
10922 the prefix provided by SYMBOL_PREFIX.
10923
10924 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10925
10926 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10927 New procs.
10928 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10929 representing expressions, of more than one list element.
10930 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10931 to prepend linker symbol prefix to f.
10932 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10933 table_1 and table_2.
10934 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10935 Likewise, for f and g.
10936 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10937 for ptr.
10938 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10939 for main.
10940 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10941 table_1_ptr and table_2_ptr.
10942
10943 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10944 Joel Brobecker <brobecker@adacore.com>
10945
10946 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10947
10948 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10949
10950 * gdb.reverse/s390-mvcle.c: New test.
10951 * gdb.reverse/s390-mvcle.exp: New file.
10952 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10953
10954 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10955
10956 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10957
10958 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10959
10960 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10961 reaching marker2.
10962 * gdb.reverse/getresuid-reverse.exp: Likewise.
10963 * gdb.reverse/pipe-reverse.exp: Likewise.
10964 * gdb.reverse/readv-reverse.exp: Likewise.
10965 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10966 * gdb.reverse/time-reverse.exp: Likewise.
10967 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10968
10969 2015-10-30 Yao Qi <yao.qi@linaro.org>
10970
10971 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10972 (empty_cycle): Remove.
10973 (main): Don't call empty_cycle. Don't use watch_count_done.
10974 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10975 empty_cycle. Rewrite the code counting HW watchpoints.
10976
10977 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10978
10979 * gdb.reverse/fstatat-reverse.c: New test.
10980 * gdb.reverse/fstatat-reverse.exp: New file.
10981 * gdb.reverse/getresuid-reverse.c: New test.
10982 * gdb.reverse/getresuid-reverse.exp: New file.
10983 * gdb.reverse/pipe-reverse.c: New test.
10984 * gdb.reverse/pipe-reverse.exp: New file.
10985 * gdb.reverse/readv-reverse.c: New test.
10986 * gdb.reverse/readv-reverse.exp: New file.
10987 * gdb.reverse/recvmsg-reverse.c: New test.
10988 * gdb.reverse/recvmsg-reverse.exp: New file.
10989 * gdb.reverse/time-reverse.c: New test.
10990 * gdb.reverse/time-reverse.exp: New file.
10991 * gdb.reverse/waitpid-reverse.c: New test.
10992 * gdb.reverse/waitpid-reverse.exp: New file.
10993
10994 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10995
10996 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10997
10998 2015-10-26 Doug Evans <dje@google.com>
10999
11000 PR symtab/17391
11001 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11002 * gdb.dwarf2/bad-regnum.c: New file.
11003 * gdb.dwarf2/bad-regnum.exp: New file.
11004
11005 2015-10-26 Doug Evans <dje@google.com>
11006
11007 PR python/18938
11008 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11009 file.
11010
11011 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11012
11013 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11014 for a change by "Mention language in compile error message".
11015
11016 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11017
11018 PR python/18073
11019 * gdb.python/py-type.c (C::a_method): New.
11020 (C::a_const_method): New.
11021 (C::a_static_method): New.
11022 (a_function): New.
11023 * gdb.python/py-type.exp (test_fields): Test getting fields
11024 from function and method.
11025
11026 2015-10-21 Keven Boell <keven.boell@intel.com>
11027
11028 * gdb.fortran/vla-alloc-assoc.exp: New file.
11029 * gdb.fortran/vla-datatypes.exp: New file.
11030 * gdb.fortran/vla-datatypes.f90: New file.
11031 * gdb.fortran/vla-history.exp: New file.
11032 * gdb.fortran/vla-ptype-sub.exp: New file.
11033 * gdb.fortran/vla-ptype.exp: New file.
11034 * gdb.fortran/vla-sizeof.exp: New file.
11035 * gdb.fortran/vla-sub.f90: New file.
11036 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11037 * gdb.fortran/vla-value-sub-finish.exp: New file.
11038 * gdb.fortran/vla-value-sub.exp: New file.
11039 * gdb.fortran/vla-value.exp: New file.
11040 * gdb.fortran/vla-ptr-info.exp: New file.
11041 * gdb.mi/mi-vla-fortran.exp: New file.
11042 * gdb.mi/vla.f90: New file.
11043
11044 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11045
11046 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11047 of hardwired timeout value.
11048
11049 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11050 Pedro Alves <palves@redhat.com>
11051
11052 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11053 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11054
11055 2015-10-19 Josh Stone <jistone@redhat.com>
11056
11057 * gdb.base/catch-syscall.c: Include <sched.h>.
11058 (unknown_syscall): New variable.
11059 (main): Trigger a vfork and an unknown syscall.
11060 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11061 (unknown_syscall_number): Likewise.
11062 (check_call_to_syscall): Accept an optional syscall pattern.
11063 (check_return_from_syscall): Likewise.
11064 (check_continue): Likewise.
11065 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11066 (test_catch_syscall_skipping_return): New test toggling off 'catch
11067 syscall' to step over the syscall return, then toggling back on.
11068 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11069 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11070 (do_syscall_tests): Call test_catch_syscall_without_args and
11071 test_catch_syscall_mid_vfork.
11072 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11073 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11074
11075 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11076
11077 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11078 print g_vE): Add new pass patterns.
11079 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11080 print various symbol names for vptr fields.
11081
11082 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11083
11084 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11085 results.
11086
11087 2015-10-12 Yao Qi <yao.qi@linaro.org>
11088
11089 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11090
11091 2015-10-12 Yao Qi <yao.qi@linaro.org>
11092
11093 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11094 is aarch64*-*-linux*.
11095
11096 2015-10-12 Yao Qi <yao.qi@linaro.org>
11097
11098 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11099 (can_relocate_bcond_true): ... it.
11100 (can_relocate_bcond_false): New function.
11101 (foo): Likewise.
11102 (can_relocate_bl): Likewise.
11103 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11104 can_relocate_bl.
11105
11106 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11107
11108 * gdb.base/nested-addr.c: New file.
11109 * gdb.base/nested-addr.exp: New testcase.
11110
11111 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11112
11113 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11114 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11115 its output. Ignore the output of "record goto begin" and instead
11116 check that GDB is replaying.
11117
11118 2015-10-09 Pedro Alves <palves@redhat.com>
11119
11120 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11121 (top level): Use it in the run with no args test.
11122
11123 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11124
11125 * gdb.dlang/properties.exp: New file.
11126
11127 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11128
11129 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11130 whether or not address 0x1000 is mapped on the target.
11131
11132 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11133
11134 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11135 build.
11136
11137 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11138
11139 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11140 instruction-history test.
11141
11142 2015-09-28 Doug Evans <dje@google.com>
11143
11144 * gdb.base/gcore.c (array_func): Add reference to static_array.
11145
11146 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11147
11148 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11149 source line.
11150
11151 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11152
11153 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11154 short or char as base type.
11155
11156 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11157
11158 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11159 to allow any size enum.
11160
11161 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11162
11163 * gdb.ada/array_ptr_renaming.exp: New testcase.
11164 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11165 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11166
11167 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11168
11169 * gdb.trace/ftrace-lock.c: New file.
11170 * gdb.trace/ftrace-lock.exp: New file.
11171
11172 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11173
11174 * gdb.arch/insn-reloc.c: New file.
11175 * gdb.arch/ftrace-insn-reloc.exp: New file.
11176
11177 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11178
11179 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11180 instruction.
11181 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11182 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11183 * gdb.trace/range-stepping.c: Likewise.
11184 * gdb.trace/trace-break.c: Likewise.
11185 * gdb.trace/trace-mt.c (thread_function): Likewise.
11186 * gdb.trace/ftrace.c (marker): Likewise.
11187 * gdb.trace/trace-condition.c (marker): Likewise.
11188 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11189 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11190 is_aarch64_target.
11191
11192 2015-09-18 Doug Evans <xdje42@gmail.com>
11193
11194 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11195 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11196
11197 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11198
11199 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11200 the breakpoint.
11201
11202 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11203
11204 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11205 the pending breakpoint. Remove timeout override for "Run till
11206 MI pending breakpoint on pendfunc3 on thread 2" test.
11207
11208 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11209
11210 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11211 filename pattern.
11212
11213 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11214
11215 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11216 in breakpoint filename pattern.
11217
11218 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11219
11220 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11221
11222 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11223
11224 * gdb.linespec/explicit.exp: Check for readline support for
11225 tab-completion tests. Fix obvious typo.
11226
11227 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11228
11229 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11230 and replay.
11231
11232 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11233
11234 * gdb.btrace/non-stop.c: New.
11235 * gdb.btrace/non-stop.exp: New.
11236
11237 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11238 Yao Qi <yao.qi@linaro.org>
11239
11240 * gdb.trace/trace-condition.c: New file.
11241 * gdb.trace/trace-condition.exp: New file.
11242
11243 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11244
11245 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11246 for testing bytecode compilation.
11247
11248 2015-09-16 Pedro Alves <palves@redhat.com>
11249 Sandra Loosemore <sandra@codesourcery.com>
11250
11251 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11252 (SECONDS): Redefine.
11253 (main): Call pthread_kill and alarm early.
11254 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11255 support.
11256 (test): If the target can't hardware step and doesn't support
11257 displaced stepping, increase the timeout.
11258
11259 2015-09-16 Pedro Alves <palves@redhat.com>
11260
11261 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11262 (enable_debug): New procedures.
11263 (test): Use them. Bail out if waiting for threads fails.
11264 (top level): Bail out if a test fails.
11265
11266 2015-09-16 Yao Qi <yao.qi@linaro.org>
11267
11268 * gdb.asm/asm-source.exp: Set asm-arch for
11269 aarch64*-*-* target.
11270 * gdb.asm/aarch64.inc: New file.
11271
11272 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11273
11274 * gdb.ada/array_of_variable_length.exp: New testcase.
11275 * gdb.ada/array_of_variable_length/foo.adb: New file.
11276 * gdb.ada/array_of_variable_length/pck.adb: New file.
11277 * gdb.ada/array_of_variable_length/pck.ads: New file.
11278
11279 2015-09-15 Doug Evans <dje@google.com>
11280
11281 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11282 of function static local variable.
11283
11284 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11285
11286 * gdb.threads/tls-so_extern.exp: New test file.
11287 * gdb.threads/tls-so_extern.c: New test file.
11288 * gdb.threads/tls-so_extern_main.c: New test file.
11289
11290 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11291
11292 * gdb.opt/solib-intra-step-lib.c: New file.
11293 * gdb.opt/solib-intra-step-main.c: New file.
11294 * gdb.opt/solib-intra-step.exp: New file.
11295
11296 2015-09-15 Pedro Alves <palves@redhat.com>
11297
11298 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11299 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11300
11301 2015-09-14 Pedro Alves <palves@redhat.com>
11302
11303 * gdb.base/hook-stop-continue.c: Delete.
11304 * gdb.base/hook-stop-continue.exp: Delete.
11305 * gdb.base/hook-stop-frame.c: Delete.
11306 * gdb.base/hook-stop-frame.exp: Delete.
11307 * gdb.base/hook-stop.c: New file.
11308 * gdb.base/hook-stop.exp: New file.
11309
11310 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11311
11312 * gdb.ada/access_to_packed_array.exp: New testcase.
11313 * gdb.ada/access_to_packed_array/foo.adb: New file.
11314 * gdb.ada/access_to_packed_array/pack.adb: New file.
11315 * gdb.ada/access_to_packed_array/pack.ads: New file.
11316
11317 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11318
11319 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11320 buffer size test.
11321
11322 2015-09-11 Don Breazeal <donb@codesourcery.com>
11323
11324 * gdb.base/foll-exec.c: Add copyright header. Fix
11325 formatting issues.
11326 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11327 (do_exec_tests): Use clean_restart in place of zap_session,
11328 and for test initialization. Fix formatting issues. Use
11329 fail in place of perror.
11330 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11331 an expect statement to match an expression with output from
11332 the program under debug.
11333 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11334 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11335 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11336 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11337 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11338
11339 2015-09-09 Doug Evans <dje@google.com>
11340
11341 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11342
11343 2015-09-09 Doug Evans <dje@google.com>
11344
11345 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11346
11347 2015-09-09 Doug Evans <dje@google.com>
11348
11349 * gdb.base/savedregs.exp: Fix typo.
11350
11351 2015-09-09 Pedro Alves <palves@redhat.com>
11352
11353 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11354
11355 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11356
11357 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11358 command actually switches threads. Give up on remaining
11359 tests if target fails to stop at breakpoint.
11360
11361 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11362
11363 * gdb.ada/funcall_char.exp: New testcase.
11364 * gdb.ada/funcall_char/foo.adb: New file.
11365
11366 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11367
11368 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11369 expected outputs. Add two testcases for completing ambiguous
11370 functions.
11371 * gdb.ada/complete/aux_pck.adb: New file.
11372 * gdb.ada/complete/aux_pck.ads: New file.
11373 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11374 Ambiguous_Func functions.
11375 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11376 * gdb.ada/complete/pck.adb: Likewise.
11377
11378 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11379
11380 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11381 failures to run the test program under GDB.
11382
11383 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11384
11385 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11386 to C.
11387
11388 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11389
11390 * gdb.base/run-after-attach.exp: New test file.
11391 * gdb.base/run-after-attach.c: New test file.
11392
11393 2015-08-26 Don Breazeal <donb@codesourcery.com>
11394
11395 * gdb.base/foll-exec-2.c: New test program.
11396 * gdb.base/foll-exec-2.exp: New test.
11397
11398 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11399
11400 * gdb.base/nested-subp1.exp: New file.
11401 * gdb.base/nested-subp1.c: New file.
11402 * gdb.base/nested-subp2.exp: New file.
11403 * gdb.base/nested-subp2.c: New file.
11404 * gdb.base/nested-subp3.exp: New file.
11405 * gdb.base/nested-subp3.c: New file.
11406
11407 2015-08-24 Pedro Alves <palves@redhat.com>
11408
11409 * gdb.server/connect-without-multi-process.c: New file.
11410 * gdb.server/connect-without-multi-process.exp: New file.
11411
11412 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11413
11414 * gdb.opt/inline-markers.c: Make z int.
11415
11416 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11417
11418 * gdb.opt/inline-markers.c: Make z volatile.
11419
11420 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11421
11422 * gdb.opt/inline-bt.c: New volatile global z.
11423 * gdb.opt/inline-cmds.c: Likewise.
11424 * gdb.opt/inline-locals.c: Likewise.
11425 * gdb.opt/inline-markers.c: New extern global z.
11426 (marker): Use z.
11427 (inline_fn): Likewise.
11428
11429 2015-08-24 Pedro Alves <palves@redhat.com>
11430
11431 * config/m32r-stub.exp: Remove file.
11432 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11433 * gdb.base/call-rt-st.exp: Likewise.
11434 * gdb.base/call-strs.exp: Likewise.
11435 * gdb.base/default.exp: Remove references to h8300-*-hms and
11436 *-*-udi*.
11437 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11438
11439 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11440
11441 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11442 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11443 and "return" use KFAIL when GDB can not read/write the vector
11444 return value.
11445
11446 2015-08-21 Gary Benson <gbenson@redhat.com>
11447
11448 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11449
11450 2015-08-20 Pedro Alves <palves@redhat.com>
11451
11452 * gdb.server/solib-list.exp: No longer expect an interior stop in
11453 non-stop mode.
11454
11455 2015-08-20 Pedro Alves <palves@redhat.com>
11456
11457 * gdb.server/connect-stopped-target.c: New file.
11458 * gdb.server/connect-stopped-target.exp: New file.
11459
11460 2015-08-20 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.dwarf2/comp-unit-lang.exp: New file.
11463 * gdb.dwarf2/comp-unit-lang.c: New file.
11464
11465 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11466
11467 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11468 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11469
11470 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11471
11472 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11473 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11474
11475 2015-08-18 Doug Evans <dje@google.com>
11476 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11477
11478 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11479 skip_python_tests. New arg prompt_regexp.
11480 (skip_python_tests): New function.
11481 * lib/mi-support.exp (mi_skip_python_tests): New function.
11482 * gdb.python/py-mi-objfile-gdb.py: New file.
11483 * gdb.python/py-mi-objfile.c: New file.
11484 * gdb.python/py-mi-objfile.exp: New file.
11485
11486 2015-08-17 Keith Seitz <keiths@redhat.com>
11487
11488 * gdb.linespec/explicit.exp: Move strace test from here ...
11489 * gdb.trace/strace.exp: ... to here.
11490
11491 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11492
11493 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11494 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11495
11496 2015-08-14 Doug Evans <xdje42@gmail.com>
11497
11498 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11499 inferior before selecting a new file.
11500
11501 2015-08-14 Doug Evans <xdje42@gmail.com>
11502
11503 * gdb.mi/mi-disassemble.exp: Update.
11504 * gdb.base/disasm-optim.S: New file.
11505 * gdb.base/disasm-optim.c: New file.
11506 * gdb.base/disasm-optim.h: New file.
11507 * gdb.base/disasm-optim.exp: New file.
11508
11509 2015-08-14 Keith Seitz <keiths@redhat.com>
11510
11511 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11512 "evaluated-by".
11513
11514 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11515
11516 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11517
11518 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11519
11520 * gdb.ada/fun_renaming.exp: New testcase.
11521 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11522 * gdb.ada/fun_renaming/pack.adb: New file.
11523 * gdb.ada/fun_renaming/pack.ads: New file.
11524
11525 2015-08-12 Keith Seitz <keiths@redhat.com>
11526
11527 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11528 gdb_get_line_number.
11529
11530 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11531
11532 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11533 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11534 gdb.base/dso2dso.exp: New files.
11535
11536 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11537 Pedro Alves <palves@redhat.com>
11538 Keith Seitz <keiths@redhat.com>
11539
11540 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11541 GDBFLAGS.
11542
11543 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11544
11545 * gdb.base/gdbhistsize-history.exp
11546 (test_histsize_history_setting): Use save_vars.
11547 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11548 Use save_vars.
11549 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11550 * gdb.base/readline.exp: Use save_vars.
11551
11552 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11553
11554 * lib/gdb.exp (save_vars): New proc.
11555
11556 2015-08-11 Keith Seitz <keiths@redhat.com>
11557
11558 * gdb.base/help.exp: Update help_breakpoint_text.
11559
11560 2015-08-11 Keith Seitz <keiths@redhat.com>
11561
11562 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11563 (at toplevel): Call test_explicit_breakpoints.
11564 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11565 breakpoints.
11566 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11567 breakpoint conditions, "-cond".
11568
11569 2015-08-11 Keith Seitz <keiths@redhat.com>
11570
11571 * gdb.linespec/3explicit.c: New file.
11572 * gdb.linespec/cpexplicit.cc: New file.
11573 * gdb.linespec/cpexplicit.exp: New file.
11574 * gdb.linespec/explicit.c: New file.
11575 * gdb.linespec/explicit.exp: New file.
11576 * gdb.linespec/explicit2.c: New file.
11577 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11578 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11579 before using in the matching pattern.
11580 Clarify that `prefix' is a regular expression.
11581
11582 2015-08-11 Keith Seitz <keiths@redhat.com>
11583
11584 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11585 test.
11586 Add tests for missing ",FMT" and ",".
11587
11588 2015-08-10 Doug Evans <dje@google.com>
11589 Keith Seitz <keiths@redhat.com>
11590
11591 PR gdb/17960
11592 * gdb.base/completion.exp: Add location completer tests.
11593
11594 2015-08-07 Pedro Alves <palves@redhat.com>
11595
11596 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11597 tests here.
11598 (top level): Run do_test with and without displaced stepping.
11599
11600 2015-08-07 Pedro Alves <palves@redhat.com>
11601
11602 * gdb.base/valgrind-disp-step.c: New file.
11603 * gdb.base/valgrind-disp-step.exp: New file.
11604
11605 2015-08-07 Pedro Alves <palves@redhat.com>
11606
11607 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11608 Delete function.
11609 (main): Add alarm. Run an infinite loop instead of calling
11610 wait_threads.
11611 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11612 comment.
11613 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11614 Delete function.
11615 (main): Add alarm. Run an infinite loop instead of calling
11616 wait_threads.
11617 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11618 comment.
11619
11620 2015-08-07 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.base/checkpoint-ns.exp: New file.
11623 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11624 standard_testfile.
11625
11626 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11627
11628 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11629 * gdb.btrace/instruction_history.exp: Update.
11630 * gdb.btrace/tsx.exp: New.
11631 * gdb.btrace/tsx.c: New.
11632
11633 2015-08-06 Pedro Alves <palves@redhat.com>
11634
11635 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11636 increase timeout.
11637 * gdb.reverse/until-precsave.exp: Bump timeouts.
11638
11639 2015-08-06 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11642
11643 2015-08-06 Pedro Alves <palves@redhat.com>
11644
11645 PR gdb/18749
11646 * gdb.threads/process-dies-while-handling-bp.c: New file.
11647 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11648
11649 2015-08-06 Pedro Alves <palves@redhat.com>
11650
11651 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11652 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11653
11654 2015-08-05 Pedro Alves <palves@redhat.com>
11655
11656 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11657 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11658
11659 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11660
11661 * gdb.base/bp-permanent.exp: Report test as unsupported if
11662 the target cannot stop at the permanent breakpoint.
11663
11664 2015-08-03 Doug Evans <dje@google.com>
11665
11666 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11667 10000.
11668
11669 2015-08-03 Doug Evans <dje@google.com>
11670
11671 * Makefile.in (workers/%.worker, build-perf): New rule.
11672 (GDB_PERFTEST_MODE): New variable.
11673 (check-perf): Use it.
11674 (clean): Clean up gdb.perf parallel build subdirs.
11675 * lib/build-piece.exp: New file.
11676 * lib/gdb.exp (make_gdb_parallel_path): New function
11677 (standard_output_file, standard_temp_file): Call it.
11678 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11679 of $GDB_PARALLEL.
11680 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11681
11682 2015-08-03 Doug Evans <dje@google.com>
11683
11684 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11685 (LOG_FILE_NAME): New global.
11686 (TextReporter.__init__): Initialize self.txt_sum.
11687 (TextReporter.report): Add support for multiple data-points.
11688 Move report to perftest.sum, put raw data in perftest.log.
11689 (TextReporter.start): Open sum and log files.
11690 (TextReporter.end): Close sum and log files.
11691 * gdb.perf/lib/perftest/testresult.py
11692 (SingleStatisticTestResult.record): Handle multiple data-points.
11693
11694 2015-07-31 Pedro Alves <palves@redhat.com>
11695
11696 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11697 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11698 kill_wait_spawned_process instead of explicit "kill -9".
11699 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11700 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11701 kill_wait_spawned_process.
11702 * gdb.base/attach-twice.exp: Likewise.
11703 * gdb.base/attach.exp: Likewise.
11704 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11705 gdb_test_multiple.
11706 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11707 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11708 kill_wait_spawned_process.
11709 * gdb.base/valgrind-infcall.exp: Likewise.
11710 * gdb.multi/multi-attach.exp: Likewise.
11711 * gdb.python/py-prompt.exp: Likewise.
11712 * gdb.python/py-sync-interp.exp: Likewise.
11713 * gdb.server/ext-attach.exp: Likewise.
11714 * gdb.threads/attach-into-signal.exp (corefunc): Use
11715 spawn_wait_for_attach, spawn_id_get_pid and
11716 kill_wait_spawned_process.
11717 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11718 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11719 spawn_id_get_pid and kill_wait_spawned_process.
11720 * gdb.threads/attach-stopped.exp (corefunc): Use
11721 spawn_wait_for_attach, spawn_id_get_pid and
11722 kill_wait_spawned_process.
11723 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11724 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11725 kill_wait_spawned_process instead of explicit "kill -9".
11726 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11727 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11728 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11729 processes. Don't map cygwin/windows pids here. Now returns a
11730 spawn id list.
11731
11732 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11733
11734 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11735 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11736 correct patch.
11737
11738 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11739
11740 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11741
11742 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11743
11744 Reapply:
11745 2014-05-21 Mark Wielaard <mjw@redhat.com>
11746
11747 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11748
11749 2015-07-30 Pedro Alves <palves@redhat.com>
11750
11751 * linux-low.c (handle_extended_wait): Set the child's last
11752 reported status to TARGET_WAITKIND_STOPPED.
11753
11754 2015-07-30 Pedro Alves <palves@redhat.com>
11755
11756 PR threads/18600
11757 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11758 only shows inferior 1.
11759
11760 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11761 Pedro Alves <palves@redhat.com>
11762
11763 PR threads/18600
11764 * gdb.threads/fork-plus-threads.c: New file.
11765 * gdb.threads/fork-plus-threads.exp: New file.
11766
11767 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11768
11769 * gdb.base/batch-preserve-term-settings.exp
11770 (test_terminal_settings_preserved_after_cli_exit): Use
11771 send_quit_command.
11772
11773 2015-07-29 Pedro Alves <palves@redhat.com>
11774 Don Breazeal <donb@codesourcery.com>
11775
11776 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11777 output from both inferior_spawn_id and gdb_spawn_id.
11778
11779 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11780
11781 * gdb.threads/attach-into-signal.exp (corefunc): Use
11782 with_test_prefix on nested loops, uniquefying the test messages.
11783
11784 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11785
11786 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11787 commit.
11788
11789 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11790
11791 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11792 New proc.
11793 (test_terminal_settings_preserved_after_sigterm): New test.
11794
11795 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11796
11797 * gdb.base/batch-preserve-term-settings.exp
11798 (test_terminal_settings_preserved_after_cli_exit): New test.
11799
11800 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11801
11802 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11803 manipulation of saved_gdbflags.
11804 (test_terminal_settings_preserved): Remove global declaration of
11805 the unused variable pagination_prompt. Remove manipulation of
11806 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11807 GDBFLAGS.
11808
11809 2015-07-29 Pedro Alves <palves@redhat.com>
11810
11811 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11812
11813 2015-07-29 Pedro Alves <palves@redhat.com>
11814
11815 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11816 at the top.
11817
11818 2015-07-29 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11821 (main): Call gdb_unbuffer_output.
11822 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11823 (main): Call gdb_unbuffer_output.
11824 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11825 (main): Call gdb_unbuffer_output.
11826 * gdb.base/call-strs.exp: Adjust to step over the
11827 gdb_unbuffer_output call.
11828 * gdb.base/catch-gdb-caused-signals.c: Include
11829 "../lib/unbuffer_output.c".
11830 (main): Call gdb_unbuffer_output.
11831 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11832 (main): Call gdb_unbuffer_output.
11833 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11834 (main): Call gdb_unbuffer_output.
11835 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11836 (main): Call gdb_unbuffer_output.
11837 * gdb.base/shlib-call.exp: Adjust to step over the
11838 gdb_unbuffer_output call.
11839 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11840 (main): Call gdb_unbuffer_output.
11841 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11842 (main): Call gdb_unbuffer_output.
11843 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11844 (main): Rename to ...
11845 (test): ... this.
11846 (main): Reimplement.
11847 * gdb.base/varargs.exp: Run to test instead of to main.
11848 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11849 (main): Call gdb_unbuffer_output.
11850
11851 2015-07-29 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11854 factore out from mi_continue_dprintf. For call-style dprintfs,
11855 expect dprintf output out of $inferior_spawn_id.
11856 (mi_continue_dprintf): Use mi_expect_dprintf.
11857 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11858 (main): Call gdb_unbuffer_output.
11859
11860 2015-07-29 Pedro Alves <palves@redhat.com>
11861
11862 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11863 (default_mi_gdb_start): Set inferior_spawn_id instead of
11864 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11865 gdb_spawn_id.
11866 (mi_gdb_test): Always expect inferior output from both
11867 $inferior_spawn_id and $gdb_spawn_id.
11868
11869 2015-07-29 Pedro Alves <palves@redhat.com>
11870
11871 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11872 send_inferior and $inferior_spawn_id.
11873
11874 2015-07-29 Pedro Alves <palves@redhat.com>
11875
11876 * gdb.gdb/complaints.exp (test_initial_complaints)
11877 (test_serial_complaints, test_short_complaints): Use
11878 gdb_test_stdio.
11879 (test_empty_complaint): Handle $inferior_spawn_id !=
11880 $gdb_spawn_id.
11881
11882 2015-07-29 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.base/varargs.exp: Use gdb_test_stdio.
11885
11886 2015-07-29 Pedro Alves <palves@redhat.com>
11887
11888 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11889
11890 2015-07-29 Pedro Alves <palves@redhat.com>
11891
11892 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11893
11894 2015-07-29 Pedro Alves <palves@redhat.com>
11895
11896 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11897 parameter into two new parameters, "inf_result" and "gdb_result".
11898 Expect inferior output and gdb output from $inferior_spawn_id and
11899 $gdb_spawn_id, respectively. Adjust all callers.
11900
11901 2015-07-29 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11904 of gdb_test_sequence.
11905
11906 2015-07-29 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11909 (saw_spurious_output): Expect inferior output from
11910 $inferior_spawn_id. Use gdb_test_stdio.
11911
11912 2015-07-29 Pedro Alves <palves@redhat.com>
11913
11914 * gdb.base/dprintf.exp: Use standard_testfile. Change
11915 prepare_for_testing call.
11916 (srcfile): Don't set.
11917 (restart): New procedure.
11918 (test_dprintf): New procecure, use to continue over dprintfs.
11919 (test_call, test_agent): New procedures, tests moved here.
11920 Restart gdb and recreate dprintfs. Adjust expected output.
11921
11922 2015-07-29 Pedro Alves <palves@redhat.com>
11923
11924 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11925
11926 2015-07-29 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11929
11930 2015-07-29 Pedro Alves <palves@redhat.com>
11931
11932 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11933 gdb_test_stdio.
11934
11935 2015-07-29 Pedro Alves <palves@redhat.com>
11936
11937 * lib/gdb.exp (gdb_test_stdio): New procedure.
11938
11939 2015-07-29 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11942
11943 2015-07-29 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.base/call-signal-resume.exp: Remove check for
11946 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11947 * gdb.base/unwindonsignal.exp: Likewise.
11948 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11949 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11950
11951 2015-07-29 Pedro Alves <palves@redhat.com>
11952
11953 * gdb.base/siginfo-addr.c (pass): New function.
11954 (handler): Call it iff si_addr is correct.
11955 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11956 Set a breakpoint at "pass" and continue to it.
11957
11958 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11959
11960 * gdb.python/py-objfile.exp: Make some tests have unique names.
11961 * gdb.python/py-pp-registration.exp: Likewise.
11962
11963 2015-07-28 Pedro Alves <palves@redhat.com>
11964
11965 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11966
11967 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11968
11969 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11970
11971 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11972
11973 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11974
11975 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11976
11977 * gdb.base/gdb-sigterm-2.exp: New test.
11978
11979 2015-07-25 Doug Evans <xdje42@gmail.com>
11980
11981 Revert:
11982 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11983 (workers/%.worker, build-perf): New rule.
11984 (GDB_PERFTEST_MODE): New variable.
11985 (check-perf): Use it.
11986 (clean): Clean up gdb.perf parallel build subdirs.
11987 * lib/build-piece.exp: New file.
11988 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11989 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11990 name.
11991 (standard_temp_file): Ditto.
11992 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11993 of $GDB_PARALLEL.
11994
11995 2015-07-24 Doug Evans <dje@google.com>
11996
11997 * gdb.perf/lib/perftest/utils.py: New file.
11998 * gdb.perf/gm-hello.cc: New file.
11999 * gdb.perf/gm-pervasive-typedef.cc: New file.
12000 * gdb.perf/gm-pervasive-typedef.h: New file.
12001 * gdb.perf/gm-std.cc: New file.
12002 * gdb.perf/gm-std.h: New file.
12003 * gdb.perf/gm-use-cerr.cc: New file.
12004 * gdb.perf/gm-utils.h: New file.
12005 * gdb.perf/gmonster-null-lookup.py: New file.
12006 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12007 * gdb.perf/gmonster-print-cerr.py: New file.
12008 * gdb.perf/gmonster-ptype-string.py: New file.
12009 * gdb.perf/gmonster-runto-main.py: New file.
12010 * gdb.perf/gmonster-select-file.py: New file.
12011 * gdb.perf/gmonster1-null-lookup.exp: New file.
12012 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12013 * gdb.perf/gmonster1-print-cerr.exp: New file.
12014 * gdb.perf/gmonster1-ptype-string.exp: New file.
12015 * gdb.perf/gmonster1-runto-main.exp: New file.
12016 * gdb.perf/gmonster1-select-file.exp: New file.
12017 * gdb.perf/gmonster1.cc: New file.
12018 * gdb.perf/gmonster1.exp: New file.
12019 * gdb.perf/gmonster2-null-lookup.exp: New file.
12020 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12021 * gdb.perf/gmonster2-print-cerr.exp: New file.
12022 * gdb.perf/gmonster2-ptype-string.exp: New file.
12023 * gdb.perf/gmonster2-runto-main.exp: New file.
12024 * gdb.perf/gmonster2-select-file.exp: New file.
12025 * gdb.perf/gmonster2.cc: New file.
12026 * gdb.perf/gmonster2.exp: New file.
12027
12028 2015-07-24 Doug Evans <dje@google.com>
12029
12030 * gdb.perf/README: New file.
12031 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12032 * lib/gen-perf-test.exp: New file.
12033
12034 2015-07-24 Doug Evans <dje@google.com>
12035
12036 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12037 (PerfTest::startup): New function.
12038 (PerfTest::run): Return result of calling body.
12039 (PerfTest::assemble): Rewrite.
12040 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12041 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12042 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12043 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12044 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12045
12046 2015-07-24 Doug Evans <dje@google.com>
12047
12048 * lib/gdb.exp (clean_restart): Make executable optional.
12049
12050 2015-07-24 Doug Evans <dje@google.com>
12051
12052 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12053 compiler_info references.
12054 * gdb.cp/temargs.exp: Ditto.
12055 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12056 (get_compiler_info): Early exit if already computed. Set compiler_info
12057 to "unknown" if there was a problem.
12058 (test_compiler_info): Add function comment. Call get_compiler_info.
12059
12060 2015-07-24 Doug Evans <dje@google.com>
12061
12062 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12063 (workers/%.worker, build-perf): New rule.
12064 (GDB_PERFTEST_MODE): New variable.
12065 (check-perf): Use it.
12066 (clean): Clean up gdb.perf parallel build subdirs.
12067 * lib/build-piece.exp: New file.
12068 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12069 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12070 name.
12071 (standard_temp_file): Ditto.
12072 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12073 of $GDB_PARALLEL.
12074
12075 2015-07-24 Doug Evans <dje@google.com>
12076
12077 * lib/future.exp (gdb_default_target_compile): New option
12078 "early_flags".
12079 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12080 --as-needed.
12081
12082 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12083
12084 * gdb.base/catch-syscall.exp: Call gdb_exit before
12085 gdb_skip_xml_test.
12086
12087 2015-07-24 Pedro Alves <palves@redhat.com>
12088
12089 * gdb.python/py-events.exp: Accept output between the stop event
12090 and the prompt.
12091 * gdb.python/py-evsignal.exp: Likewise.
12092 * gdb.python/py-evthreads.exp: Likewise.
12093
12094 2015-07-24 Pedro Alves <palves@redhat.com>
12095
12096 PR gdb/18717
12097 * gdb.threads/non-ldr-exit.c: New file.
12098 * gdb.threads/non-ldr-exit.exp: New file.
12099
12100 2015-07-24 Yao Qi <yao.qi@linaro.org>
12101
12102 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12103 restarting process.
12104
12105 2015-07-24 Yao Qi <yao.qi@linaro.org>
12106
12107 * gdb.server/ext-restart.exp: New file.
12108
12109 2015-07-24 Yao Qi <yao.qi@linaro.org>
12110
12111 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12112 argument options.
12113 * gdb.server/ext-wrapper.exp: New file.
12114
12115 2015-07-23 Doug Evans <dje@google.com>
12116
12117 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12118 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12119
12120 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12121
12122 * gdb.ada/var_arr_typedef.exp: New testcase.
12123 * gdb.ada/var_arr_typedef/pack.adb: New file.
12124 * gdb.ada/var_arr_typedef/pack.ads: New file.
12125 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12126
12127 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12128
12129 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12130
12131 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12132
12133 * gdb.arch/i386-biarch-core.exp: Replace istarget
12134 by "complete set gnutarget". Remove expectation for the "core-file"
12135 command.
12136
12137 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12138
12139 Revert the previous commit:
12140 Tests for validate symbol file using build-id.
12141
12142 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12143
12144 Tests for validate symbol file using build-id.
12145 * gdb.base/solib-mismatch-lib.c: New file.
12146 * gdb.base/solib-mismatch-libmod.c: New file.
12147 * gdb.base/solib-mismatch.c: New file.
12148 * gdb.base/solib-mismatch.exp: New file.
12149
12150 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12151
12152 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12153 nios2-*-linux*.
12154 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12155 * gdb.base/siginfo.exp: Likewise.
12156 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12157
12158 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12159
12160 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12161 Move it to ...
12162 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12163 ... here.
12164 * gdb.trace/range-stepping.exp: Check that the target supports
12165 range stepping.
12166
12167 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12168
12169 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12170
12171 2015-07-14 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.base/killed-outside.exp: New file.
12174 * gdb.base/killed-outside.c: New file.
12175
12176 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12177
12178 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12179 (n at main): New.
12180 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12181
12182 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12183
12184 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12185 infcall tests instead of setting up for KFAIL.
12186
12187 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12188
12189 * gdb.btrace/record_goto-step.exp: New.
12190
12191 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12192
12193 PR compile/18484
12194 * gdb.compile/compile.c (struct struct_type): Add volatile to
12195 selffield's type.
12196 * gdb.compile/compile.exp
12197 (compile code struct_object.selffield = &struct_object): Skip further
12198 struct_object tests if this one xfails.
12199
12200 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12201
12202 PR exp/18617
12203 * gdb.trace/ax.exp: Add test.
12204
12205 2015-07-07 Yao Qi <yao.qi@linaro.org>
12206
12207 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12208 instead of istarget "aarch64*-*-*".
12209 * gdb.arch/aarch64-fp.exp: Likewise.
12210 * gdb.base/float.exp: Likewise.
12211 * gdb.reverse/aarch64.exp: Likewise.
12212 * lib/gdb.exp (is_aarch64_target): New proc.
12213
12214 2015-07-07 Yao Qi <yao.qi@linaro.org>
12215
12216 * lib/gdb.exp (is_aarch32_target): New proc.
12217 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12218 instead of "istarget "arm*-*-*"".
12219 * gdb.arch/arm-disp-step.exp: Likewise.
12220 * gdb.arch/thumb-bx-pc.exp: Likewise.
12221 * gdb.arch/thumb-prologue.exp: Likewise.
12222 * gdb.arch/thumb-singlestep.exp: Likewise.
12223 * gdb.base/disp-step-syscall.exp: Likewise.
12224 * gdb.base/float.exp: Likewise.
12225
12226 2015-07-07 Yao Qi <yao.qi@linaro.org>
12227
12228 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12229 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12230
12231 2015-07-07 Yao Qi <yao.qi@linaro.org>
12232
12233 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12234 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12235 if it exists.
12236 * gdb.multi/multi-arch.exp: Likewise.
12237
12238 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12239
12240 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12241 print.
12242
12243 2015-07-07 Yao Qi <yao.qi@linaro.org>
12244
12245 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12246
12247 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12248
12249 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12250 '[' and ']' characters.
12251
12252 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12253
12254 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12255
12256 2015-06-29 Pedro Alves <palves@redhat.com>
12257
12258 PR threads/18127
12259 * gdb.threads/hand-call-new-thread.c: New file.
12260 * gdb.threads/hand-call-new-thread.c: New file.
12261
12262 2015-06-26 Keith Seitz <keiths@redhat.com>
12263 Doug Evans <dje@google.com>
12264
12265 PR 16253
12266 * gdb.cp/var-tag-2.cc: New file.
12267 * gdb.cp/var-tag-3.cc: New file.
12268 * gdb.cp/var-tag-4.cc: New file.
12269 * gdb.cp/var-tag.cc: New file.
12270 * gdb.cp/var-tag.exp: New file.
12271
12272 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12273
12274 * gdb.base/history-duplicates.exp: New test.
12275
12276 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12277
12278 * gdb.base/completion.exp: Test the completion of the "focus"
12279 command.
12280
12281 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12282
12283 * gdb.arch/amd64-prologue-skip.S: New file.
12284 * gdb.arch/amd64-prologue-skip.exp: New file.
12285
12286 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12287
12288 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12289 is_address_zero_readable check.
12290
12291 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12292
12293 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12294 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12295
12296 2015-06-24 Yao Qi <yao.qi@linaro.org>
12297
12298 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12299 linux targets.
12300
12301 2015-06-24 Yao Qi <yao.qi@linaro.org>
12302
12303 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12304 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12305 * gdb.base/siginfo-thread.exp: Likewise.
12306
12307 2015-06-22 Yao Qi <yao.qi@linaro.org>
12308
12309 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12310
12311 2015-06-22 Yao Qi <yao.qi@linaro.org>
12312
12313 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12314 aarch64*-*-*.
12315 (skip_hw_watchpoint_tests): Likewise.
12316
12317 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12318
12319 * gdb.base/gdbinit-history.exp: Test the interaction between
12320 setting GDBHISTSIZE and setting the history size via .gdbinit.
12321
12322 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12323
12324 PR gdb/16999
12325 * gdb.base/gdbhistsize-history.exp: New test.
12326
12327 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12328
12329 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12330 with GDBHISTSIZE.
12331 * gdb.base/readline.exp: Likewise.
12332
12333 2015-06-17 Yao Qi <yao.qi@linaro.org>
12334
12335 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12336 line.
12337
12338 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12339
12340 * gdb.base/gdbinit-history.exp: Add test case to check that
12341 an unlimited history file does not get truncated on exit.
12342
12343 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12344
12345 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12346 (VECTOR): New macro. Use it...
12347 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12348 ...for these typedefs.
12349 (int8, char1, int1, double1): New typedefs.
12350 (struct just_int2, struct two_int2): New structures.
12351 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12352 (add_structvecs, add_singlevecs): New functions.
12353 (main): Call add_some_intvecs twice.
12354 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12355 the compile and exit upon failure. Try compiling for the "native"
12356 architecture. Test inferior function calls with vector arguments
12357 and vector return value handling with "finish" and "return".
12358
12359 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12360
12361 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12362 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12363 PE file.
12364 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12365
12366 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12367
12368 PR breakpoints/16465
12369 * gdb.mi/mi-dprintf-pending.c: New file.
12370 * gdb.mi/mi-dprintf-pending.exp: New test.
12371 * gdb.mi/mi-dprintf-pendshr.c: New file.
12372
12373 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12374 Mircea Gherzan <mircea.gherzan@intel.com>
12375
12376 * gdb.arch/i386-mpx-map.c: New file.
12377 * gdb.arch/i386-mpx-map.exp: New File.
12378
12379 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12380
12381 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12382 * gdb.arch/i386-mpx.exp: Indentation fixed.
12383
12384 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12385
12386 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12387 function and improved indentation.
12388 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12389 gdb_test_multiple. Added additional tests to skip the test.
12390
12391 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12392
12393 * gdb.arch/i386-avx512.c: Change path in include file.
12394 * gdb.arch/i386-avx512.exp: Change include dir path
12395 compilation flag.
12396 * gdb.arch/i386-mpx.c: Change path in include file.
12397 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12398 flag.
12399
12400 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12401
12402 * gdb.compile/compile-print.exp (compile print *vararray@3)
12403 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12404
12405 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12406
12407 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12408 (do not keep jit in memory): ... this.
12409 (expect 5): Change it to ...
12410 (expect no 5): ... this.
12411
12412 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12413
12414 PR gdb/15564
12415 * gdb.mi/mi-detach.exp: New file.
12416
12417 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12418
12419 PR symtab/18392
12420 * gdb.arch/amd64-tailcall-self.S: New file.
12421 * gdb.arch/amd64-tailcall-self.c: New file.
12422 * gdb.arch/amd64-tailcall-self.exp: New file.
12423
12424 2015-05-28 Don Breazeal <donb@codesourcery.com>
12425
12426 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12427 tests for remote targets by checking is_target_gdbserver.
12428
12429 2015-05-27 Doug Evans <dje@google.com>
12430
12431 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12432 * gdb.dwarf2/opaque-type-lookup.c: New file.
12433 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12434
12435 2015-05-26 Doug Evans <dje@google.com>
12436
12437 * gdb.cp/iostream.cc: New file.
12438 * gdb.cp/iostream.exp: New file.
12439
12440 2015-05-26 Doug Evans <dje@google.com>
12441
12442 * gdb.dwarf2/dw2-op-call.exp: Update.
12443 * gdb.dwarf2/dw4-sig-types.exp: Update.
12444 * gdb.dwarf2/implptr.exp: Update.
12445 * gdb.mi/mi-cmd-param-changed.exp: Update.
12446
12447 2015-05-26 Doug Evans <dje@google.com>
12448
12449 * gdb.python/py-lazy-string.c: New file.
12450 * gdb.python/py-lazy-string.exp: New file.
12451 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12452 (main): Update. Add estring3.
12453 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12454 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12455
12456 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12457 Yao Qi <yao.qi@linaro.org>
12458
12459 * gdb.reverse/aarch64.c: New.
12460 * gdb.reverse/aarch64.exp: New.
12461
12462 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12463
12464 * lib/gdb.exp (supports_process_record): Return true for
12465 aarch64*-linux*.
12466 (supports_reverse): Likewise.
12467
12468 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12469
12470 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12471 Use with_test_prefix.
12472
12473 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12474
12475 * gdb.base/completion.exp: Add test for completion of layout
12476 names.
12477
12478 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12479
12480 * lib/gdb.exp (skip_tui_tests): New proc.
12481 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12482
12483 2015-05-19 Pedro Alves <palves@redhat.com>
12484
12485 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12486 Save the whole env array instead of just HOME. Unset HISTSIZE in
12487 the environment while testing. Restore whole environment
12488 afterwards.
12489
12490 2015-05-16 Doug Evans <xdje42@gmail.com>
12491
12492 * gdb.guile/scm-ports.c: New file.
12493 * gdb.guile/scm-ports.exp: Add memory port tests.
12494
12495 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12496
12497 * gdb.compile/compile-print.c: New file.
12498 * gdb.compile/compile-print.exp: New file.
12499
12500 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12501
12502 * gdb.compile/compile-ops.exp: Cast param to void.
12503 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12504 (compile code struct_object.selffield = &struct_object): Add xfail.
12505
12506 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12507
12508 * gdb.ada/arr_enum_with_gap: New testcase.
12509
12510 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12511
12512 * gdb.ada/byte_packed_arr: New testcase.
12513
12514 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12515
12516 * gdb.ada/pckd_neg: New testcase.
12517
12518 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12519
12520 PR gdb/17820
12521 * gdb.base/gdbinit-history.exp: New test.
12522 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12523 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12524
12525 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12526
12527 * gdb.python/py-xmethods.cc: Enhance test case.
12528 * gdb.python/py-xmethods.exp: New tests.
12529 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12530 function.
12531 (B_indexoper): Likewise.
12532 (global_dm_list) : Add new xmethod worker functions.
12533
12534 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12535
12536 * gdb.base/coredump-filter.exp: Correctly unset
12537 "coredump_var_addr" array.
12538
12539 2015-05-08 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.server/non-existing-program.exp: Unset spawn_id.
12542
12543 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12544
12545 PR python/18291
12546 * gdb.python/py-xmethods.exp: Add tests.
12547
12548 2015-05-08 Yao Qi <yao.qi@linaro.org>
12549
12550 PR gdb/18208
12551 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12552 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12553 function set_coredump_filter, and remove remote_exec call.
12554 Remove argument ipid. Callers update.
12555 (top level): Don't get inferior's PID.
12556
12557 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12558
12559 * gdb.base/watch_thread_num.exp: Skip test on targets without
12560 access watchpoints.
12561
12562 2015-05-06 Pedro Alves <palves@redhat.com>
12563
12564 PR server/18081
12565 * gdb.server/non-existing-program.exp: New file.
12566
12567 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12568
12569 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12570
12571 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12572
12573 * gdb.ada/out_of_line_in_inlined: New testcase.
12574
12575 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12576
12577 * gdb.ada/var_rec_arr: New testcase.
12578
12579 2015-04-30 Yao Qi <yao.qi@linaro.org>
12580
12581 * gdb.base/break-idempotent.exp: If
12582 skip_hw_watchpoint_multi_tests returns true, skip the tests
12583 on "rwatch" and "awatch".
12584
12585 2015-04-30 Yao Qi <yao.qi@linaro.org>
12586
12587 * gdb.base/relativedebug.exp: Invoke gdb command
12588 "info sharedlibrary", and if libc.so doesn't have debug info,
12589 skip the test.
12590
12591 2015-04-29 Doug Evans <dje@google.com>
12592
12593 * gdb.python/py-xmethods.exp: Add ptype tests.
12594 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12595 get_result_type method.
12596
12597 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12598
12599 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12600 the target does not support hardware watchpoints.
12601
12602 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12603
12604 * gdb.base/break-always.exp: Abort testing if writing to memory
12605 causes an error.
12606
12607 2015-04-28 Doug Evans <dje@google.com>
12608
12609 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12610 * gdb.python/py-pp-registration.exp: ... here. New file.
12611 * gdb.python/py-pp-registration.c: New file.
12612 * gdb.python/py-pp-registration.py: New file.
12613
12614 2015-04-28 Doug Evans <dje@google.com>
12615
12616 * gdb.python/py-bad-printers.c: New file.
12617 * gdb.python/py-bad-printers.py: New file.
12618 * gdb.python/py-bad-printers.exp: New file.
12619
12620 2015-04-28 Sasha Smundak <asmundak@google.com>
12621
12622 * gdb.python/py-type.exp: New test.
12623
12624 2015-04-28 Andy Wingo <wingo@igalia.com>
12625
12626 * gdb.python/py-parameter.exp:
12627 * gdb.guile/scm-parameter.exp: Escape the path that we are
12628 matching against, as it might contain characters that are special
12629 to regular expressions.
12630
12631 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12632
12633 * gdb.ada/rec_comp: New testcase.
12634
12635 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12636
12637 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12638 before using it.
12639
12640 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12641
12642 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12643 new tests for verilog output.
12644
12645 2015-04-24 Yao Qi <yao.qi@linaro.org>
12646
12647 * boards/remote-gdbserver-on-localhost.exp: New file.
12648
12649 2015-04-23 Pedro Alves <palves@redhat.com>
12650
12651 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12652 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12653 "end of file", remove $inferior_spawn_id from the indirect list.
12654
12655 2015-04-23 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12658
12659 2015-04-23 Pedro Alves <palves@redhat.com>
12660
12661 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12662 on $any_spawn_id instead of only on $gdb_spawn_id.
12663
12664 2015-04-21 Pierre Muller <muller@sourceware.org>
12665
12666 PR pascal/17815
12667 * lib/pascal.exp (gpc_compile): Add new option "class".
12668 (fpc_compile): Likewise.
12669 * gdb.pascal/case-insensitive-symbols.pas: New file.
12670 * gdb.pascal/case-insensitive-symbols.exp: New file.
12671
12672 2015-04-20 Gary Benson <gbenson@redhat.com>
12673
12674 * gdb.base/attach.exp: Fix three extended remote failures.
12675
12676 2015-04-17 Gary Benson <gbenson@redhat.com>
12677
12678 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12679 the main executable over the remote protocol.
12680
12681 2015-04-16 Pedro Alves <palves@redhat.com>
12682
12683 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12684 a new gdbserver if gdbserver_reconnect_p is set.
12685
12686 2015-04-16 Pedro Alves <palves@redhat.com>
12687
12688 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12689 is set, don't exit gdbserver.
12690
12691 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12692
12693 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12694 appropriate .insn, such that an older assembler can be used.
12695 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12696 the z/Architecture instruction set on 31-bit targets as well.
12697
12698 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12699
12700 * gdb.go/handcall.exp: Remove all logic related to the first
12701 breakpoint and rely on go_runto_main instead.
12702 * gdb.go/strings.exp: Likewise.
12703 * gdb.go/unsafe.exp: Likewise.
12704 * gdb.go/hello.exp: Likewise. Also rename the remaining
12705 breakpoint marker to "breakpoint 1".
12706 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12707 * gdb.go/strings.go: Likewise.
12708 * gdb.go/unsafe.go: Likewise.
12709 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12710 "set breakpoint 2 here" and rename the remaining breakpoint marker
12711 to "breakpoint 1".
12712
12713 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12714
12715 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12716 if itertools.imap is not present.
12717 * gdb.python/py-objfile.exp: Add parentheses.
12718 * gdb.python/py-type.exp: Same.
12719 * gdb.python/py-unwind-maint.py: Same.
12720
12721 2015-04-15 Yao Qi <yao.qi@linaro.org>
12722
12723 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12724 of ":$ptr_size" and set its form explicitly.
12725
12726 2015-04-15 Pedro Alves <palves@redhat.com>
12727 Yao Qi <yao.qi@linaro.org>
12728
12729 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12730 timeout by factor of 4.
12731 (test_regular_watch): Likewise.
12732 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12733 * gdb.reverse/sigall-reverse.exp: Likewise.
12734 * gdb.reverse/until-precsave.exp: Likewise.
12735 * lib/gdb.exp (with_timeout_factor): New proc.
12736 (gdb_expect): Move some code to ...
12737 (get_largest_timeout): ... here. New procedure.
12738
12739 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12740
12741 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12742
12743 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12744
12745 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12746 to write to the .text section.
12747
12748 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12749
12750 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12751 Handle the case of targets that do not provide PID information.
12752
12753 2015-04-13 Yao Qi <yao.qi@linaro.org>
12754
12755 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12756 and use expect instead of gdb_expect.
12757
12758 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12759
12760 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12761 "coredump_var_addr" to avoid naming conflict with other testcases.
12762
12763 2015-04-10 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12766 gdb_test_sequence and gdb_assert.
12767
12768 2015-04-10 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12771 test messages that don't include the breakpoint address.
12772
12773 2015-04-10 Yao Qi <yao.qi@linaro.org>
12774
12775 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12776 false for some offset and width combinations which aren't
12777 supported by linux kernel.
12778
12779 2015-04-10 Pedro Alves <palves@redhat.com>
12780
12781 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12782 procedure, factored out from ...
12783 (top level): ... here. Add "set displaced-stepping" testing axis.
12784 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12785 parameter "displaced". Use it.
12786 (top level): Use foreach and add "set displaced-stepping" testing
12787 axis.
12788
12789 2015-04-10 Pedro Alves <palves@redhat.com>
12790
12791 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12792 Remove comment.
12793 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12794 both the address of the instruction that triggers the watchpoint
12795 and the address of the instruction immediately after, and use
12796 those addresses for the test. Fix comment.
12797
12798 2015-04-10 Pedro Alves <palves@redhat.com>
12799
12800 * gdb.base/sigstep.exp (breakpoint_to_handler)
12801 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12802 Test "backtrace" in handler.
12803 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12804 (top level): Add new "displaced" test axis to
12805 breakpoint_to_handler, breakpoint_to_handler_entry and
12806 breakpoint_over_handler.
12807
12808 2015-04-10 Pedro Alves <palves@redhat.com>
12809
12810 PR gdb/18216
12811 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12812
12813 2015-04-10 Yao Qi <yao.qi@linaro.org>
12814
12815 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12816 (test_add_rn_pc): New function.
12817 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12818 (top level): Invoke test_add_rn_pc.
12819
12820 2015-04-10 Pedro Alves <palves@redhat.com>
12821
12822 PR gdb/13858
12823 * gdb.base/step-over-no-symbols.exp: New file.
12824
12825 2015-04-09 Andy Wingo <wingo@igalia.com>
12826
12827 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12828 after the Python tests.
12829
12830 2015-04-08 Keith Seitz <keiths@redhat.com>
12831
12832 PR python/16699
12833 * gdb.python/py-completion.exp: New tests for completion.
12834 * gdb.python/py-completion.py (CompleteLimit1): New class.
12835 (CompleteLimit2): Likewise.
12836 (CompleteLimit3): Likewise.
12837 (CompleteLimit4): Likewise.
12838 (CompleteLimit5): Likewise.
12839 (CompleteLimit6): Likewise.
12840 (CompleteLimit7): Likewise.
12841
12842 2015-04-08 Pedro Alves <palves@redhat.com>
12843
12844 PR gdb/18214
12845 PR gdb/18216
12846 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12847 function.
12848 (main): Install it as SIGUSR1 handler.
12849 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12850 parameter. Always use "setup" as prefix. Toggle "set
12851 displaced-stepping" off/on depending on global. Don't switch to
12852 thread 1 here.
12853 (top level): Add displaced stepping "off/on" test axis. Update
12854 "setup" calls. Wrap each subtest with with_test_prefix. Test
12855 continuing with a queued signal in each thread.
12856
12857 2015-04-08 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12860 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12861 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12862 Return early if running to main fails.
12863 * gdb.trace/while-stepping.exp: Likewise.
12864
12865 2015-04-07 Pedro Alves <palves@redhat.com>
12866
12867 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12868 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12869 interact with inferior program.
12870
12871 2015-04-07 Pedro Alves <palves@redhat.com>
12872
12873 * lib/gdb.exp (inferior_spawn_id): New global.
12874 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12875 spawn id after processing the user code.
12876 (default_gdb_start): Set inferior_spawn_id.
12877 (send_inferior): New procedure.
12878 * lib/gdbserver-support.exp (gdbserver_start): Set
12879 inferior_spawn_id.
12880 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12881
12882 2015-04-07 Pedro Alves <palves@redhat.com>
12883
12884 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12885 * lib/gdbserver-support.exp (gdbserver_start): Make
12886 $server_spawn_id global.
12887 (gdbserver_start): Don't wait for gdbserver's spawn id with
12888 expect_background.
12889 (close_gdbserver): New procedure.
12890 (gdb_exit): Rename the default version and reimplement.
12891
12892 2015-04-07 Pedro Alves <palves@redhat.com>
12893
12894 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12895 append the substituted item, not the original item.
12896
12897 2015-04-07 Pedro Alves <palves@redhat.com>
12898
12899 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12900 gdb_expect.
12901
12902 2015-04-07 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12905 output appearing once only.
12906
12907 2015-04-07 Pedro Alves <palves@redhat.com>
12908
12909 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12910 that doesn't expect anything. Return early if running to main
12911 fails.
12912
12913 2015-04-07 Yao Qi <yao.qi@linaro.org>
12914
12915 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12916 (child_function): Call alarm.
12917 (main): Move call to alarm into the loop.
12918 * gdb.threads/non-stop-fair-events.exp: Build program with
12919 -DTIMEOUT=$timeout.
12920
12921 2015-04-06 Doug Evans <xdje42@gmail.com>
12922
12923 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12924 Fix dest parameter to board_info.
12925 (fpc_compile): Ditto.
12926 (gdb_compile_pascal): Rename dest arg to destfile.
12927
12928 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12929
12930 * gdb.ada/funcall_ref.exp: New file.
12931 * gdb.ada/funcall_ref/foo.adb: New file.
12932
12933 2015-04-02 Yao Qi <yao.qi@linaro.org>
12934
12935 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12936 is remote.
12937
12938 2015-04-02 Gary Benson <gbenson@redhat.com>
12939
12940 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12941
12942 2015-04-01 Sasha Smundak <asmundak@google.com>
12943
12944 * gdb.python/py-unwind-maint.c: New file.
12945 * gdb.python/py-unwind-maint.exp: New test.
12946 * gdb.python/py-unwind-maint.py: New file.
12947 * gdb.python/py-unwind.c: New file.
12948 * gdb.python/py-unwind.exp: New test.
12949 * gdb.python/py-unwind.py: New test.
12950
12951 2015-04-01 Pedro Alves <palves@redhat.com>
12952
12953 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12954 to fail instead of non-existent $test.
12955
12956 2015-04-01 Pedro Alves <palves@redhat.com>
12957
12958 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12959 GDBFLAGS if not empty.
12960
12961 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12962
12963 * gdb.ada/complete.exp: Remove "multi_line".
12964 * gdb.ada/info_exc.exp: Remove "multi_line".
12965 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12966 * gdb.ada/ptype_field.exp: Remove "multi_line".
12967 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12968 * gdb.ada/tagged.exp: Remove "multi_line".
12969 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12970 [multi_line ...]
12971 * gdb.btrace/delta.exp: Likewise.
12972 * gdb.btrace/exception.exp: Likewise.
12973 * gdb.btrace/function_call_history.exp: Likewise.
12974 * gdb.btrace/instruction_history.exp: Likewise.
12975 * gdb.btrace/nohist.exp: Likewise.
12976 * gdb.btrace/record_goto.exp: Likewise.
12977 * gdb.btrace/segv.exp: Likewise.
12978 * gdb.btrace/stepi.exp: Likewise.
12979 * gdb.btrace/tailcall.exp: Likewise.
12980 * gdb.btrace/unknown_functions.exp: Likewise.
12981 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12982 * lib/gdb.exp: Add the "multi_line" helper.
12983
12984 2015-04-01 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.threads/tid-reuse.c: New file.
12987 * gdb.threads/tid-reuse.exp: New file.
12988
12989 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12990
12991 PR corefiles/16092
12992 * gdb.base/coredump-filter.c: New file.
12993 * gdb.base/coredump-filter.exp: Likewise.
12994
12995 2015-03-27 Petr Machata <pmachata@redhat.com>
12996
12997 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12998 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12999 (Dwarf::assemble): Initialize them.
13000 (Dwarf::lines): New function.
13001
13002 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13003
13004 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13005 SYMBOL_PREFIX for x86_64-*-cygwin.
13006
13007 2015-03-26 Andy Wingo <wingo@igalia.com>
13008
13009 PR symtab/18148
13010 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13011 const_value but not a location.
13012 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13013 location defined in non-main CUs are visible.
13014
13015 2015-03-26 Yao Qi <yao.qi@linaro.org>
13016
13017 PR testsuite/18139
13018 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13019 Add a line number entry for the same line.
13020 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13021 Add a line number entry for the same line.
13022
13023 2015-03-26 Yao Qi <yao.qi@linaro.org>
13024
13025 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13026 .int 0.
13027 (func): Likewise. Add .Lfunc_1 label.
13028 Use .Lfunc_1 label.
13029 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13030 .int 0.
13031 (func): Likewise.
13032 Use .Lfunc_1 label.
13033
13034 2015-03-26 Yao Qi <yao.qi@linaro.org>
13035
13036 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13037 Call gdb_compile instead to compile each .s files without debug
13038 information.
13039
13040 2015-03-26 Yao Qi <yao.qi@linaro.org>
13041
13042 * gdb.base/savedregs.exp (process_saved_regs): Make
13043 "Saved registers:" optional in the pattern.
13044
13045 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13046
13047 * gdb.btrace/next.exp: Merged into step.exp.
13048 * gdb.btrace/finish.exp: Merged into step.exp.
13049 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13050 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13051 "record goto" and checking the exact replay position.
13052 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13053 check for "Recording format" in "info record" output.
13054 * gdb.btrace/record_goto.exp: Choose test file based on target.
13055 * gdb.btrace/x86-record_goto.S: Renamed into ...
13056 * gdb.btrace/x86_64-record_goto.S: ... this.
13057 * gdb.btrace/i686-record_goto.S: New.
13058 * gdb.btrace/x86-tailcall.S: Renamed into ...
13059 * gdb.btrace/x86_64-tailcall.S: ... this.
13060 * gdb.btrace/i686-tailcall.S: New.
13061 * gdb.btrace/x86-tailcall.c: Renamed into ...
13062 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13063 separate statements. Update test.
13064 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13065 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13066 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13067 * gdb.btrace/tailcall.exp: Choose test file based on target.
13068 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13069
13070 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13071
13072 * gdb.btrace/exception.exp: Increase BTS buffer size.
13073
13074 2015-03-24 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13077
13078 2015-03-24 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.threads/schedlock.exp (test_step): No longer expect that
13081 "set scheduler-locking step" with "next" over a function call runs
13082 threads unlocked.
13083
13084 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13085
13086 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13087
13088 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13089
13090 PR breakpoints/16466
13091 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13092 * gdb.mi/mi-pending.c (thread_func): New function.
13093 (int main): Add threading support required.
13094 * gdb.mi/mi-pending.exp: Add tests for this issue.
13095 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13096 (pendfunc2): Remove stdio dependency.
13097 * gdb.mi/mi-pendshr2.c: New file.
13098
13099 2015-03-23 Keith Seitz <keiths@redhat.com>
13100
13101 * gdb.linespec/keywords.c: New file.
13102 * gdb.linespec/keywords.exp: New file.
13103
13104 2015-03-23 Keith Seitz <keiths@redhat.com>
13105
13106 PR gdb/18021
13107 * gdb.dwarf2/staticvirtual.exp: New test.
13108
13109 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13110
13111 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13112 * README: Remove HP-UX and gdb.hp.
13113 (configuration):
13114 * configure: Regenerate.
13115 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13116 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13117 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13118 gdb.hp/gdb.defects/Makefile.
13119 * gdb.hp/Makefile.in: File deleted.
13120 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13121 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13122 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13123 * gdb.hp/gdb.aCC/run.c: File deleted.
13124 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13125 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13126 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13127 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13128 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13129 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13130 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13131 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13132 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13133 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13134 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13135 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13136 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13137 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13138 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13139 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13140 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13141 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13142 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13143 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13144 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13145 * gdb.hp/gdb.compat/average.c: File deleted.
13146 * gdb.hp/gdb.compat/sum.c: File deleted.
13147 * gdb.hp/gdb.compat/xdb.c: File deleted.
13148 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13149 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13150 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13151 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13152 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13153 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13154 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13155 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13156 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13157 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13158 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13159 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13160 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13161 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13162 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13163 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13164 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13165 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13166 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13167 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13168 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13169 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13170 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13171 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13172 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13173 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13174 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13175 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13176 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13177 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13178 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13179 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13180 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13181 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13182 * gdb.hp/tools/odump: File deleted.
13183
13184 2015-03-19 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13187 (saw_thread_3): New globals.
13188 (top level): Increment them when an event for the corresponding
13189 thread is seen.
13190 (no thread starvation): New test.
13191
13192 2015-03-19 Pedro Alves <palves@redhat.com>
13193
13194 * gdb.threads/continue-pending-status.c: New file.
13195 * gdb.threads/continue-pending-status.exp: New file.
13196
13197 2015-03-18 Pedro Alves <palves@redhat.com>
13198
13199 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13200 Use gdb_is_target_remote instead of is_remote. Use
13201 gdb_test_multiple instead of gdb_expect. Exit early if
13202 gdb_test_multiple hits its internal matches. Tighten stepi tests
13203 expected output. Fail on exit with any signal, instead of just
13204 SIGILL.
13205
13206 2015-03-18 Yao Qi <yao.qi@linaro.org>
13207
13208 PR tdep/18107
13209 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13210 variable.
13211 * gdb.base/catch-syscall.exp: Don't skip it on
13212 aarch64*-*-linux* target. Remove elements in all_syscalls.
13213 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13214 target.
13215 (setup_all_syscalls): New proc.
13216
13217 2015-03-16 Yao Qi <yao.qi@linaro.org>
13218
13219 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13220 (top level): Skip tests if valid_addr_p returns false for
13221 $cmd1 or $cmd2.
13222
13223 2015-03-11 Andy Wingo <wingo@igalia.com>
13224
13225 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13226
13227 2015-03-11 Yao Qi <yao.qi@linaro.org>
13228
13229 * gdb.base/catch-syscall.exp: Fix typo in comments.
13230
13231 2015-03-11 Yao Qi <yao.qi@linaro.org>
13232
13233 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13234
13235 2015-03-09 Pedro Alves <palves@redhat.com>
13236
13237 * dg-extract-results.py: Delete.
13238
13239 2015-03-09 Pedro Alves <palves@redhat.com>
13240
13241 Merge dg-extract-results.sh from GCC upstream (r218843).
13242
13243 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13244 * dg-extract-results.sh: Use --text with grep to avoid issues with
13245 binary files. Fall back to cat -v, if that doesn't work.
13246
13247 2015-03-05 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13250
13251 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13252
13253 * lib/mi-support.exp (mi_expect_interrupt): Accept
13254 alternative event for when in all-stop mode.
13255
13256 2015-03-04 Pedro Alves <palves@redhat.com>
13257
13258 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13259
13260 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13261
13262 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13263
13264 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13265
13266 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13267 regexps for GDB's current line display, accept a hex address
13268 preceding the line number.
13269
13270 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13271
13272 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13273 the 'arch1' variable for "s390*-linux*" targets.
13274
13275 2015-03-04 Pedro Alves <palves@redhat.com>
13276
13277 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13278 (main): Pass missing retval argument to pthread_join call.
13279
13280 2015-03-02 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13283 (top level): Call do_test with non-stop as well.
13284
13285 2015-03-02 Pedro Alves <palves@redhat.com>
13286
13287 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13288 -1.
13289
13290 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13291
13292 * gdb.arch/s390-vregs.exp: New test.
13293 * gdb.arch/s390-vregs.S: New file.
13294
13295 2015-02-27 Pedro Alves <palves@redhat.com>
13296
13297 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13298 call to catch_command_errors.
13299 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13300 catch_command_errors.
13301
13302 2015-02-27 Pedro Alves <palves@redhat.com>
13303
13304 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13305 "true" for boolean result.
13306 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13307 prototype of main.
13308
13309 2015-02-27 Pedro Alves <palves@redhat.com>
13310
13311 * lib/unbuffer_output.c: New file.
13312 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13313 (main): Call gdb_unbuffer_output.
13314
13315 2015-02-27 Yao Qi <yao.qi@linaro.org>
13316
13317 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13318 target.
13319
13320 2015-02-26 Doug Evans <dje@google.com>
13321
13322 * gdb.cp/class2.cc (Dbase, D): New classes.
13323 (main): New local delta.
13324 * gdb.cp/class2.exp: Test printing delta.
13325 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13326 (dynbar): New global.
13327 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13328
13329 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13330
13331 * gdb.compile/compile-ifunc.c: New file.
13332 * gdb.compile/compile-ifunc.exp: New file.
13333
13334 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13335
13336 * gdb.base/structs.exp: Check for correct struct on finish.
13337
13338 2015-02-26 Yao Qi <yao.qi@linaro.org>
13339
13340 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13341 is zero.
13342
13343 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13344
13345 * gdb.arch/cordic.ko.bz2: New file.
13346 * gdb.arch/cordic.ko.debug.bz2: New file.
13347 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13348
13349 2015-02-25 Yao Qi <yao.qi@linaro.org>
13350
13351 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13352 aarch64*-*-* target.
13353
13354 2015-02-23 Pedro Alves <palves@redhat.com>
13355
13356 * lib/gdb.exp (delete_breakpoints): Rewrite using
13357 gdb_test_multiple.
13358
13359 2015-02-23 Pedro Alves <palves@redhat.com>
13360
13361 * gdb.base/info-os.c: Include stdlib.h.
13362
13363 2015-02-22 Doug Evans <xdje42@gmail.com>
13364
13365 PR symtab/17855
13366 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13367 is read after symbols have been re-read.
13368 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13369 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13370
13371 2015-02-21 Doug Evans <dje@google.com>
13372
13373 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13374
13375 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13376
13377 PR corefiles/17808
13378 * gdb.arch/i386-biarch-core.core.bz2: New file.
13379 * gdb.arch/i386-biarch-core.exp: New file.
13380
13381 2015-02-21 Pedro Alves <palves@redhat.com>
13382
13383 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13384 runto_main fails.
13385
13386 2015-02-20 Pedro Alves <palves@redhat.com>
13387
13388 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13389 info probes.
13390
13391 2015-02-20 Pedro Alves <palves@redhat.com>
13392
13393 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13394
13395 2015-02-20 Pedro Alves <palves@redhat.com>
13396
13397 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13398 clean_restart before gdb_target_supports_trace.
13399
13400 2015-02-20 Pedro Alves <palves@redhat.com>
13401
13402 PR threads/18006
13403 * gdb.threads/clone-thread_db.c: New file.
13404 * gdb.threads/clone-thread_db.exp: New file.
13405
13406 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13407
13408 PR breakpoints/16812
13409 * gdb.base/catch-gdb-caused-signals.c: New file.
13410 * gdb.base/catch-gdb-caused-signals.exp: New file.
13411
13412 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13413
13414 * configure: Regenerated.
13415 * configure.ac: Use GDB_AC_TRANSFORM.
13416 * aclocal.m4: sinclude ../transform.m4.
13417
13418 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13419
13420 * lib/dtrace.exp: New file.
13421 * gdb.base/dtrace-probe.exp: Likewise.
13422 * gdb.base/dtrace-probe.d: Likewise.
13423 * gdb.base/dtrace-probe.c: Likewise.
13424 * lib/pdtrace.in: Likewise.
13425 * configure.ac: Output variables with the transformed names of
13426 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13427 * configure: Regenerated.
13428
13429 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13430
13431 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13432 expected message when trying to access $_probe_* convenience
13433 variables while not on a probe.
13434
13435 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13436
13437 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13438
13439 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13440
13441 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13442 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13443
13444 2015-02-10 Doug Evans <xdje42@gmail.com>
13445
13446 * lib/gdb.exp (gdb_load): Always return a result.
13447
13448 2015-02-10 Pedro Alves <palves@redhat.com>
13449
13450 * gdb.threads/signal-sigtrap.c: New file.
13451 * gdb.threads/signal-sigtrap.exp: New file.
13452
13453 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13454
13455 * gdb.trace/no-attach-trace.c: New file.
13456 * gdb.trace/no-attach-trace.exp: New file.
13457
13458 2015-02-09 Mark Wielaard <mjw@redhat.com>
13459
13460 * gdb.dwarf2/atomic.c: New file.
13461 * gdb.dwarf2/atomic-type.exp: Likewise.
13462
13463 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13464
13465 * gdb.btrace/buffer-size.exp: Update "info record" output.
13466 * gdb.btrace/delta.exp: Update "info record" output.
13467 * gdb.btrace/enable.exp: Update "info record" output.
13468 * gdb.btrace/finish.exp: Update "info record" output.
13469 * gdb.btrace/instruction_history.exp: Update "info record" output.
13470 * gdb.btrace/next.exp: Update "info record" output.
13471 * gdb.btrace/nexti.exp: Update "info record" output.
13472 * gdb.btrace/step.exp: Update "info record" output.
13473 * gdb.btrace/stepi.exp: Update "info record" output.
13474 * gdb.btrace/nohist.exp: Update "info record" output.
13475
13476 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13477
13478 * gdb.btrace/buffer-size: New.
13479
13480 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13481
13482 * gdb.btrace/delta.exp: Update "info record" output.
13483 * gdb.btrace/enable.exp: Update "info record" output.
13484 * gdb.btrace/finish.exp: Update "info record" output.
13485 * gdb.btrace/instruction_history.exp: Update "info record" output.
13486 * gdb.btrace/next.exp: Update "info record" output.
13487 * gdb.btrace/nexti.exp: Update "info record" output.
13488 * gdb.btrace/step.exp: Update "info record" output.
13489 * gdb.btrace/stepi.exp: Update "info record" output.
13490 * gdb.btrace/nohist.exp: Update "info record" output.
13491
13492 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13493
13494 PR gdb/15678
13495 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13496
13497 2015-02-06 Pedro Alves <palves@redhat.com>
13498
13499 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13500 macro.
13501 (seconds_left, again): New globals.
13502 (main): Wait seconds_left in a 1-second sleep loop instead of
13503 sleeping 180 seconds. If 'again' is set, reset the seconds
13504 counter.
13505 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13506 'again' in the inferior before detaching. Print the seconds left.
13507 (options): New global.
13508 (top level): Build program with -DTIMEOUT=$timeout.
13509
13510 2015-02-06 Pedro Alves <palves@redhat.com>
13511
13512 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13513 determine how many seconds to pass to 'alarm'.
13514 * gdb.base/gdb-sigterm.exp (top level): Build program with
13515 -DTIMEOUT=$timeout.
13516 (do_test): Return success/failure indication. Add more verbose
13517 logging. Don't fail if 200 single steps are seen. Instead, fail
13518 when the test times out.
13519 (passes): New global.
13520 (top level): Break the testing loop if testing fails on any
13521 iteration. Use gdb_assert.
13522
13523 2015-02-04 Don Breazeal <donb@codesourcery.com>
13524
13525 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13526 and initialize them.
13527 (ipc_cleanup): New function.
13528 (main): Don't declare shmid, semid, and msqid. Add a call to
13529 atexit so that we call ipc_cleanup on exit.
13530
13531 2015-02-04 Pedro Alves <palves@redhat.com>
13532
13533 * boards/native-extended-gdbserver.exp: Remove any target variant
13534 specifications from the board name before clearing the isremote
13535 flag from board_info.
13536
13537 2015-01-31 Doug Evans <xdje42@gmail.com>
13538
13539 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13540
13541 2015-01-31 Gary Benson <gbenson@redhat.com>
13542
13543 * gdb.base/completion.exp: Disable completion limiting for
13544 existing tests. Add new tests to check completion limiting.
13545 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13546
13547 2015-01-31 Doug Evans <xdje42@gmail.com>
13548
13549 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13550
13551 2015-01-31 Doug Evans <xdje42@gmail.com>
13552
13553 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13554 entries. Duplicate file section script entries.
13555 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13556 inlined entries. Add test for safe-path rejection.
13557 * gdb.python/py-section-script.c: Add duplicate inlined section script
13558 entries. Duplicate file section script entries.
13559 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13560 inlined entries. Add test for safe-path rejection.
13561
13562 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13563
13564 * gdb.ada/disc_arr_bound: New testcase.
13565
13566 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13567
13568 * gdb.ada/mi_var_array: New testcase.
13569
13570 2015-01-27 Doug Evans <dje@google.com>
13571
13572 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13573 Add test for objfile.filename, objfile.username after objfile
13574 has been unloaded.
13575
13576 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13577
13578 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13579 the second test to print the name attribute of value
13580 returned by the call to gdb.lookup_type, and adjust
13581 the expected output accordingly.
13582
13583 2015-01-25 Mark Wielaard <mjw@redhat.com>
13584
13585 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13586 * gdb.base/disp-step-fork.c: Include unistd.h.
13587 * gdb.base/siginfo-obj.c: Include stdio.h.
13588 * gdb.base/siginfo-thread.c: Likewise.
13589 * gdb.mi/non-stop.c: Include unistd.h.
13590 * gdb.mi/nsthrexec.c: Include stdio.h.
13591 * gdb.mi/pthreads.c: Include unistd.h.
13592 * gdb.modula2/unbounded1.c (main): Declare returns int.
13593 * gdb.reverse/consecutive-reverse.c: Likewise.
13594 * gdb.threads/create-fail.c: Include unistd.h.
13595 * gdb.threads/killed.c: Likewise.
13596 * gdb.threads/linux-dp.c: Likewise.
13597 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13598 * gdb.threads/non-ldr-exc-2.c: Likewise.
13599 * gdb.threads/non-ldr-exc-3.c: Likewise.
13600 * gdb.threads/non-ldr-exc-4.c: Likewise.
13601 * gdb.threads/pthreads.c: Include unistd.h.
13602 (main): Declare returns int.
13603 * gdb.threads/tls-main.c (foo): New declaration.
13604 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13605
13606 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13607
13608 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13609 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13610
13611 2015-01-15 Mark Wielaard <mjw@redhat.com>
13612
13613 * gdb.base/noreturn-return.c: New file.
13614 * gdb.base/noreturn-return.exp: New file.
13615 * gdb.base/noreturn-finish.c: New file.
13616 * gdb.base/noreturn-finish.exp: New file.
13617
13618 2015-01-23 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.threads/continue-pending-after-query.c: New file.
13621 * gdb.threads/continue-pending-after-query.exp: New file.
13622
13623 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13624 Simon Marchi <simon.marchi@ericsson.com>
13625
13626 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13627 * gdb.base/valgrind-db-attach.exp: Same.
13628 * gdb.base/valgrind-infcall.exp: Same.
13629 * lib/mi-support.exp (default_mi_gdb_start): Same.
13630 * lib/prompt.exp (default_prompt_gdb_start): Same.
13631 * lib/gdb.exp (default_gdb_spawn): Same.
13632 (gdb_interact): New.
13633
13634
13635 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13636
13637 * gdb.compile/compile.exp (pointer to jit function): New test.
13638
13639 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13640
13641 * lib/gdb.exp (supports_process_record): Return true for
13642 powerpc*-*-linux*.
13643 (supports_reverse): Likewise.
13644
13645 2015-01-15 Don Breazeal <donb@codesourcery.com>
13646
13647 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13648 instead of checking whether the target board is remote and
13649 use spawn_wait_for_attach instead of exec/sleep.
13650 * gdb.base/attach-twice.exp: Likewise.
13651
13652 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13653
13654 * gdb.ada/var_arr_attrs: New testcase.
13655
13656 2015-01-14 Pedro Alves <palves@redhat.com>
13657 Joel Brobecker <brobecker@adacore.com>
13658
13659 PR gdb/17525
13660 * gdb.base/bp-cmds-execution-x-script.c: New file.
13661 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13662 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13663
13664 2015-01-14 Pedro Alves <palves@redhat.com>
13665
13666 PR cli/17828
13667 * gdb.base/batch-preserve-term-settings.c: New file.
13668 * gdb.base/batch-preserve-term-settings.exp: New file.
13669
13670 2015-01-13 Doug Evans <dje@google.com>
13671
13672 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13673 binary.
13674
13675 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13676
13677 * Makefile.in (clean mostlyclean): Do not delete *.py.
13678
13679 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13680
13681 * gdb.python/py-lookup-type.exp: New file.
13682
13683 2015-01-12 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13686 restore GDBFLAGS before returning.
13687
13688 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13689
13690 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13691 is_amd64_regs_target and is_x86_like_target.
13692
13693 2015-01-11 Doug Evans <xdje42@gmail.com>
13694
13695 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13696 is given without an explicit form.
13697 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13698 attributes.
13699 * gdb.dwarf/corrupt.exp: Ditto.
13700 * gdb.dwarf2/enum-type.exp: Ditto.
13701 * gdb.trace/entry-values.exp: Ditto.
13702 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13703
13704 2015-01-11 Doug Evans <xdje42@gmail.com>
13705
13706 PR gdb/15830
13707 * gdb.base/maint.exp: Remove references to "maint demangle".
13708 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13709 Add tests for explicitly specifying language to demangle.
13710 * gdb.dlang/demangle.exp: Ditto.
13711
13712 2015-01-09 Pedro Alves <palves@redhat.com>
13713
13714 * gdb.threads/non-stop-fair-events.c: New file.
13715 * gdb.threads/non-stop-fair-events.exp: New file.
13716
13717 2015-01-09 Pedro Alves <palves@redhat.com>
13718
13719 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13720 the global scope. Set a breakpoint after all threads are started
13721 rather than stepping over two source lines. Expect the prompt.
13722 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13723 global.
13724 (NUM): Now 15.
13725 (main): Use threads_started_barrier to wait for all threads to
13726 start. Main thread no longer calls thread_function. Exit after
13727 180 seconds.
13728 (loop): New function.
13729 (thread_function): Wait on threads_started_barrier barrier. Call
13730 'loop' at each iteration.
13731 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13732 threads have started, instead of hardcoding number of "next"
13733 steps. Use an access watchpoint instead of a write watchpoint.
13734
13735 2015-01-09 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13738 (thread_func): Wait on barrier.
13739 (main): Wait for all threads to start before stopping GDB.
13740 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13741 global.
13742 (thread1_func, thread2_func): Wait on barrier.
13743 (main): Wait for all threads to start before stopping GDB.
13744 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13745 New global.
13746 (thread1_func, thread2_func): Wait on barrier.
13747 (main): Wait for all threads to start before stopping GDB.
13748
13749 2015-01-09 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.threads/attach-many-short-lived-threads.c: New file.
13752 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13753
13754 2014-01-09 Pedro Alves <palves@redhat.com>
13755
13756 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13757 instead of to thread 2.
13758 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13759 Add barrier around each pthread_create call instead of around all
13760 calls.
13761 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13762 Set a break on thread_function and have the child threads hit it
13763 one at at a time.
13764
13765 2015-01-09 Pedro Alves <palves@redhat.com>
13766
13767 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13768 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13769 false.
13770 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13771 checking whether the target board is remote.
13772 * gdb.multi/multi-attach.exp: Likewise.
13773 * gdb.python/py-sync-interp.exp: Likewise.
13774 * gdb.server/ext-attach.exp: Likewise.
13775 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13776 tests that need to attach, instead of checking whether the target
13777 board is remote at the top of the file.
13778
13779 2015-01-08 Yao Qi <yao@codesourcery.com>
13780
13781 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13782
13783 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13784
13785 Fix testcase compilation.
13786 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13787
13788 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13789
13790 * gdb.python/py-type.exp: Add a couple test about empty
13791 array creation, and negative-length array creation.
13792
13793 2015-01-02 Doug Evans <xdje42@gmail.com>
13794
13795 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13796
13797 2015-01-02 Doug Evans <dje@google.com>
13798
13799 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13800
13801 2014-12-29 Yao Qi <yao@codesourcery.com>
13802
13803 * gdb.trace/entry-values.exp: Update comments. Rename variable
13804 bar_call_foo to returned_from_foo.
13805
13806 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13807
13808 PR gdb/17394
13809 * gdb.linespec/break-asm-file.c: New file.
13810 * gdb.linespec/break-asm-file.exp: New file.
13811 * gdb.linespec/break-asm-file0.s: New file.
13812 * gdb.linespec/break-asm-file1.s: New file.
13813
13814 2014-12-18 Nigel Stephens <nigel@mips.com>
13815 Maciej W. Rozycki <macro@codesourcery.com>
13816
13817 * gdb.base/float.exp: Handle the new output from "info float" on
13818 MIPS targets.
13819
13820 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13821
13822 Fix MinGW compilation.
13823 * gdb.compile/compile-ops.exp: Update untested message if
13824 !skip_compile_feature_tests.
13825 * gdb.compile/compile-setjmp.exp: Likewise.
13826 * gdb.compile/compile-tls.exp: Likewise.
13827 * gdb.compile/compile.exp: Likewise.
13828 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13829 supported on this host".
13830
13831 2014-12-16 Doug Evans <xdje42@gmail.com>
13832
13833 * boards/stabs.exp: New file.
13834
13835 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13836
13837 * gdb.base/completion.exp: Adjust to format changes of "maint
13838 print user-registers".
13839
13840 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13841
13842 PR server/17457
13843 * gdb.arch/aarch64-fp.c: New file.
13844 * gdb.arch/aarch64-fp.exp: New file.
13845
13846 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13847
13848 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13849 r210637, r210913, r211666, r215400, r215817).
13850
13851 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13852 * dg-extract-results.py: New file.
13853 * dg-extract-results.sh: Use it if the environment seems
13854 suitable.
13855
13856 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13857
13858 * dg-extract-results.py (parse_run): Handle warnings that
13859 are printed before a test harness is run.
13860
13861 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13862
13863 * dg-extract-results.py (Named): Remove __cmp__ method.
13864 (output_variation): Use a key to sort variation.harnesses.
13865
13866 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13867
13868 * dg-extract-results.py: For Python 3, force sys.stdout to
13869 handle surrogate escape sequences.
13870 (safe_open): New function.
13871 (output_segment, main): Use it.
13872
13873 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13874
13875 * dg-extract-results.py (Prog.result_re): Include options
13876 in test name.
13877
13878 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13879
13880 * dg-extract-results.py (output_variation): Always sort if
13881 do_sum.
13882
13883 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13884
13885 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13886 as long as we get pagination notifications.
13887
13888 2014-12-15 Jason Merrill <jason@redhat.com>
13889
13890 * Makefile.in (check-gdb.%): Restore.
13891 * README: Mention it.
13892
13893 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13894
13895 * gdb.ada/str_uninit: New testcase.
13896
13897 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13898
13899 PR symtab/17642
13900 * gdb.base/vla-stub-define.c: New file.
13901 * gdb.base/vla-stub.c: New file.
13902 * gdb.base/vla-stub.exp: New file.
13903
13904 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13905 Jan Kratochvil <jan.kratochvil@redhat.com>
13906 Tom Tromey <tromey@redhat.com>
13907
13908 * configure.ac: Add gdb.compile/.
13909 * configure: Regenerate.
13910 * gdb.compile/Makefile.in: New file.
13911 * gdb.compile/compile-ops.exp: New file.
13912 * gdb.compile/compile-ops.c: New file.
13913 * gdb.compile/compile-tls.c: New file.
13914 * gdb.compile/compile-tls.exp: New file.
13915 * gdb.compile/compile-constvar.S: New file.
13916 * gdb.compile/compile-constvar.c: New file.
13917 * gdb.compile/compile-mod.c: New file.
13918 * gdb.compile/compile-nodebug.c: New file.
13919 * gdb.compile/compile-setjmp-mod.c: New file.
13920 * gdb.compile/compile-setjmp.c: New file.
13921 * gdb.compile/compile-setjmp.exp: New file.
13922 * gdb.compile/compile-shlib.c: New file.
13923 * gdb.compile/compile.c: New file.
13924 * gdb.compile/compile.exp: New file.
13925 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13926
13927 2014-12-12 Tom Tromey <tromey@redhat.com>
13928
13929 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13930 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13931
13932 2014-12-12 Doug Evans <dje@google.com>
13933
13934 * lib/gdb-python.exp (get_python_valueof): New function.
13935 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13936
13937 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13938
13939 * gdb.base/completion.exp: Add test for completion of "info
13940 registers ".
13941
13942 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13943
13944 * gdb.base/func-ptrs.c: New file.
13945 * gdb.base/func-ptrs.exp: New file.
13946
13947 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13948
13949 PR breakpoints/17012
13950 * gdb.base/dprintf-detach.c: New file.
13951 * gdb.base/dprintf-detach.exp: New file.
13952
13953 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13954
13955 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13956 * lib/gdb.exp (target_is_gdbserver): New procedure.
13957
13958 2014-12-08 Doug Evans <dje@google.com>
13959
13960 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13961
13962 2014-12-05 Yao Qi <yao@codesourcery.com>
13963
13964 * gdb.guile/scm-error.exp: Remove the third argument to
13965 gdb_remote_download.
13966 * gdb.guile/scm-frame-args.exp: Likewise.
13967 * gdb.guile/scm-section-script.exp: Likewise.
13968
13969 2014-12-05 Yao Qi <yao@codesourcery.com>
13970
13971 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13972
13973 2014-12-04 Doug Evans <dje@google.com>
13974
13975 * gdb.python/py-objfile.exp: Add tests for
13976 objfile.add_separate_debug_file.
13977
13978 2014-12-04 Doug Evans <dje@google.com>
13979
13980 * lib/gdb.exp (get_build_id): New function.
13981 (build_id_debug_filename_get): Rewrite to use it.
13982 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13983
13984 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13985
13986 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13987 `method(long)', not just 0x0.
13988 * gdb.cp/nsalias.exp: Align code labels to 4.
13989 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13990 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13991 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13992 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13993 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13994 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13995
13996 2014-12-02 Doug Evans <dje@google.com>
13997
13998 PR symtab/17602
13999 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14000 * gdb.cp/anon-ns2.cc: ... here. New file.
14001 * gdb.cp/anon-ns.exp: Update.
14002
14003 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14004
14005 * gdb.python/py-events.py (inferior_call_handler): New.
14006 (register_changed_handler, memory_changed_handler): New.
14007 (test_events.invoke): Register new handlers.
14008 * gdb.python/py-events.exp: Add tests for inferior call,
14009 memory_changed and register_changed events.
14010
14011 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14012
14013 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14014 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14015 if the linker doesn't understand this.
14016
14017 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14018
14019 * gdb.python/python.exp: Change expected reply to help().
14020
14021 2014-12-01 Yao Qi <yao@codesourcery.com>
14022
14023 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14024 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14025 * configure: Re-generated.
14026
14027 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14028
14029 * gdb.cp/chained-calls.cc: New file.
14030 * gdb.cp/chained-calls.exp: New file.
14031 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14032
14033 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14034
14035 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14036 * gdb.dwarf2/symtab-producer.exp: Same.
14037 * gdb.gdb/python-interrupts.exp: Same.
14038 * gdb.gdb/python-selftest.exp: Same.
14039 * gdb.python/py-linetable.exp: Same.
14040 * gdb.python/py-type.exp: Same.
14041 * gdb.python/py-value-cc.exp: Same.
14042 * gdb.python/py-value.exp: Same.
14043
14044 2014-11-28 Yao Qi <yao@codesourcery.com>
14045
14046 * gdb.base/break-probes.exp: Match library name prefixed with
14047 sysroot.
14048
14049 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14050
14051 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14052 test expected output. Add parentheses for the call to print.
14053 Remove L suffix from integers.
14054
14055 2014-11-26 Doug Evans <dje@google.com>
14056
14057 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14058
14059 2014-11-22 Yao Qi <yao@codesourcery.com>
14060
14061 * gdb.trace/entry-values.c: Remove asms.
14062 (foo): Add foo_label.
14063 (bar): Add bar_label.
14064 * gdb.trace/entry-values.exp: Remove code computing foo's
14065 length and bar's length.
14066 (Dwarf::assemble): Invoke function_range for bar and use
14067 MACRO_AT_func for foo.
14068
14069 2014-11-22 Yao Qi <yao@codesourcery.com>
14070
14071 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14072 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14073 Use .Lgcc43_procstart instead of gcc43.
14074
14075 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14076
14077 * gdb.ada/n_arr_bound: New testcase.
14078
14079 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14080
14081 PR breakpoints/10737
14082 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14083 test_catch_syscall_multi_arch.
14084 (test_catch_syscall_multi_arch): New function.
14085
14086 2014-11-20 Doug Evans <xdje42@gmail.com>
14087
14088 * gdb.base/maint.exp: Update expected output.
14089
14090 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14091
14092 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14093 4-byte instruction on S390.
14094
14095 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14096
14097 * gdb.ada/arr_arr: New testcase.
14098
14099 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14100
14101 * gdb.ada/pkd_arr_elem: New Testcase.
14102
14103 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14104
14105 * gdb.reverse/break-precsave: Expect completion message for
14106 core file reads.
14107 * gdb.reverse/consecutive-precsave.exp: Likewise.
14108 * gdb.reverse/finish-precsave.exp: Likewise.
14109 * gdb.reverse/i386-precsave.exp: Likewise.
14110 * gdb.reverse/machinestate-precsave.exp: Likewise.
14111 * gdb.reverse/sigall-precsave.exp: Likewise.
14112 * gdb.reverse/solib-precsave.exp: Likewise.
14113 * gdb.reverse/step-precsave.exp: Likewise.
14114 * gdb.reverse/until-precsave.exp: Likewise.
14115 * gdb.reverse/watch-precsave.exp: Likewise.
14116
14117 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14118
14119 * gdb.base/bp-permanent.c: Include unistd.h.
14120 * gdb.python/py-framefilter-mi.c (main): Add return type.
14121 * gdb.python/py-framefilter.c (main): Likewise.
14122 * gdb.trace/actions-changed.c (main): Likewise.
14123
14124 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14125
14126 * gdb.mi/until.c: Add eye-catchers.
14127 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14128 line numbers.
14129
14130 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14131
14132 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14133 function header variants in break1.c.
14134 * gdb.base/ena-dis-br.exp: Likewise.
14135 * gdb.base/hbreak2.exp: Likewise.
14136 * gdb.reverse/until-precsave.exp: Drop references to removed
14137 non-prototype function header variants in ur1.c.
14138 * gdb.reverse/until-reverse.exp: Likewise.
14139
14140 2014-11-17 Petr Machata <pmachata@redhat.com>
14141
14142 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14143 ${_cu_offset_size} bytes abbrev offset.
14144
14145 2014-11-15 Doug Evans <xdje42@gmail.com>
14146
14147 PR symtab/17559
14148 * gdb.base/line-symtabs.exp: New file.
14149 * gdb.base/line-symtabs.c: New file.
14150 * gdb.base/line-symtabs.h: New file.
14151
14152 2014-11-14 Yao Qi <yao@codesourcery.com>
14153
14154 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14155 (func): Add label func_label.
14156 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14157 Replace low_pc and high_pc with MACRO_AT_range.
14158 Replace name, low_pc and high_pc with MACRO_AT_func.
14159
14160 2014-11-14 Yao Qi <yao@codesourcery.com>
14161
14162 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14163 Replace name, low_pc and high_pc with MACRO_AT_func.
14164
14165 2014-11-14 Yao Qi <yao@codesourcery.com>
14166
14167 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14168 produce debug information.
14169 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14170
14171 2014-11-14 Yao Qi <yao@codesourcery.com>
14172
14173 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14174 object and get function length.
14175 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14176 with MACRO_AT_func.
14177 (top-level): Replace gdb_compile and clean_restart with
14178 prepare_for_testing.
14179 * gdb.dwarf2/main.c (main): Add label main_label.
14180
14181 2014-11-14 Yao Qi <yao@codesourcery.com>
14182
14183 * lib/dwarf.exp (function_range): New procedure.
14184 (Dwarf::_handle_macro_at_func): New procedure.
14185 (Dwarf::_handle_macro_at_range): New procedure.
14186 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14187
14188 2014-11-14 Yao Qi <yao@codesourcery.com>
14189
14190 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14191 (_handle_attribute): New procedure.
14192
14193 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14194
14195 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14196 * gdb.base/call-sc.c (zed): Likewise.
14197 * gdb.base/checkpoint.c (main): Likewise.
14198 * gdb.base/dump.c (main): Likewise.
14199 * gdb.base/gcore.c (main): Likewise.
14200 * gdb.base/huge.c (main): Likewise.
14201 * gdb.base/multi-forks.c (main): Likewise.
14202 * gdb.base/pr10179-a.c (main): Likewise.
14203 * gdb.base/savedregs.c (main): Likewise.
14204 * gdb.base/sigaltstack.c (main): Likewise.
14205 * gdb.base/siginfo.c (main): Likewise.
14206 * gdb.base/structs.c (zed): Likewise.
14207 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14208 * gdb.mi/mi-syn-frame.c (main): Likewise.
14209 * gdb.mi/until.c (foo, main): Likewise.
14210 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14211 * gdb.base/solib-weak.c (foo): Declare.
14212 * gdb.base/attach-twice.c: Include stdio.h.
14213 * gdb.base/weaklib1.c: Likewise.
14214 * gdb.base/weaklib2.c: Likewise.
14215 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14216 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14217 unistd.h.
14218 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14219 * gdb.mi/mi-exit-code.c: Likewise.
14220 * gdb.base/break-interp-lib.c: Include string.h.
14221 * gdb.base/coremaker.c: Likewise.
14222 * gdb.base/testenv.c: Likewise.
14223 * gdb.python/py-finish-breakpoint.c: Likewise.
14224 * gdb.base/inferior-died.c: Include sys/wait.h.
14225 * gdb.base/fileio.c: Include time.h.
14226 * gdb.base/async-shell.c: Include unistd.h.
14227 * gdb.base/dprintf-non-stop.c: Likewise.
14228 * gdb.base/info-os.c: Likewise.
14229 * gdb.mi/mi-console.c: Likewise.
14230 * gdb.mi/watch-nonstop.c: Likewise.
14231 * gdb.python/py-events.c: Likewise.
14232 * gdb.base/async.c (baz): Move up before its invocation.
14233 * gdb.base/code_elim2.c (my_global_func): Likewise.
14234 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14235 * gdb.base/advance.c (func2): Likewise.
14236
14237 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14238
14239 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14240 variant.
14241 * gdb.base/annota3.c: Likewise.
14242 * gdb.base/async.c: Likewise.
14243 * gdb.base/average.c: Likewise.
14244 * gdb.base/call-ar-st.c: Likewise.
14245 * gdb.base/call-rt-st.c: Likewise.
14246 * gdb.base/call-sc.c: Likewise.
14247 * gdb.base/call-strs.c: Likewise.
14248 * gdb.base/ending-run.c: Likewise.
14249 * gdb.base/execd-prog.c: Likewise.
14250 * gdb.base/exprs.c: Likewise.
14251 * gdb.base/foll-exec.c: Likewise.
14252 * gdb.base/foll-fork.c: Likewise.
14253 * gdb.base/foll-vfork.c: Likewise.
14254 * gdb.base/funcargs.c: Likewise.
14255 * gdb.base/gcore.c: Likewise.
14256 * gdb.base/jump.c: Likewise.
14257 * gdb.base/langs0.c: Likewise.
14258 * gdb.base/langs1.c: Likewise.
14259 * gdb.base/langs2.c: Likewise.
14260 * gdb.base/mips_pro.c: Likewise.
14261 * gdb.base/nodebug.c: Likewise.
14262 * gdb.base/opaque0.c: Likewise.
14263 * gdb.base/opaque1.c: Likewise.
14264 * gdb.base/recurse.c: Likewise.
14265 * gdb.base/run.c: Likewise.
14266 * gdb.base/scope0.c: Likewise.
14267 * gdb.base/scope1.c: Likewise.
14268 * gdb.base/setshow.c: Likewise.
14269 * gdb.base/setvar.c: Likewise.
14270 * gdb.base/shmain.c: Likewise.
14271 * gdb.base/shr1.c: Likewise.
14272 * gdb.base/shr2.c: Likewise.
14273 * gdb.base/sigall.c: Likewise.
14274 * gdb.base/signals.c: Likewise.
14275 * gdb.base/so-indr-cl.c: Likewise.
14276 * gdb.base/solib2.c: Likewise.
14277 * gdb.base/structs.c: Likewise.
14278 * gdb.base/sum.c: Likewise.
14279 * gdb.base/vforked-prog.c: Likewise.
14280 * gdb.base/watchpoint.c: Likewise.
14281 * gdb.reverse/shr2.c: Likewise.
14282 * gdb.reverse/until-reverse.c: Likewise.
14283 * gdb.reverse/ur1.c: Likewise.
14284 * gdb.reverse/watch-reverse.c: Likewise.
14285
14286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14287
14288 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14289 variant.
14290 * gdb.base/sepdebug.exp: Drop references to removed code.
14291
14292 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14293
14294 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14295 variant. Preserve original line numbering.
14296 * gdb.base/list1.c: Likewise.
14297
14298 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14299
14300 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14301 variant.
14302 * gdb.base/break1.c: Likewise.
14303 * gdb.base/break.exp: Drop references to removed code.
14304
14305 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14306
14307 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14308 variant.
14309
14310 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14311
14312 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14313
14314 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14315
14316 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14317 logic into perform_all_tests() and invoke it with and without
14318 function header prototypes.
14319 (do_function_calls): Remove conditional XFAIL for PR 5318.
14320 (rerun_and_prepare): Remove duplicate code.
14321 (perform_all_tests): New. Main logic moved here.
14322
14323 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14324
14325 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14326 code guarded by #ifdef NO_PROTOTYPES.
14327 (t_double_many_args): Likewise.
14328 (DEF_FUNC_MANY_ARGS_1): Likewise.
14329 (DEF_FUNC_VALUES_1): Likewise.
14330 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14331 guarded by #ifdef PROTOTYPES.
14332
14333 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14334
14335 * gdb.mi/mi-console.c: Add eye-catcher.
14336 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14337 instead of literal line number.
14338
14339 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14340
14341 * gdb.base/shr2.c: Add eye-catcher.
14342 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14343 line number.
14344
14345 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14346
14347 * gdb.base/jump.c: Add eye-catchers.
14348 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14349 numbers.
14350
14351 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14352
14353 * gdb.base/execd-prog.c: Add eye-catchers.
14354 * gdb.base/foll-exec.c: Likewise.
14355 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14356 line numbers.
14357
14358 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14359
14360 * gdb.base/ending-run.c: Add eye-catchers.
14361 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14362 literal line numbers.
14363
14364 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14365
14366 * gdb.base/call-rt-st.c: Add eye-catchers.
14367 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14368 literal line numbers.
14369
14370 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14371
14372 * gdb.base/call-ar-st.c: Add eye-catchers.
14373 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14374 literal line numbers.
14375
14376 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14377
14378 * gdb.base/average.c: Add eye-catchers.
14379 * gdb.base/sum.c: Likewise.
14380 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14381 regexps dynamically.
14382
14383 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14384
14385 * gdb.base/solib1.c: Add eye-catchers.
14386 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14387 literal line numbers.
14388
14389 2014-11-12 Pedro Alves <palves@redhat.com>
14390
14391 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14392 leader has exited.
14393
14394 2014-11-12 Pedro Alves <palves@redhat.com>
14395
14396 * gdb.arch/i386-bp_permanent.c: New file.
14397 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14398 (srcfile): Set to i386-bp_permanent.c.
14399 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14400 that stepi does not execute the 'leave' instruction, instead of
14401 testing it does execute.
14402 * gdb.base/bp-permanent.c: New file.
14403 * gdb.base/bp-permanent.exp: New file.
14404
14405 2014-11-10 Doug Evans <xdje42@gmail.com>
14406
14407 PR symtab/17564
14408 * gdb.base/symtab-search-order.exp: New file.
14409 * gdb.base/symtab-search-order.c: New file.
14410 * gdb.base/symtab-search-order-1.c: New file.
14411 * gdb.base/symtab-search-order-shlib-1.c: New file.
14412
14413 2014-11-07 Pedro Alves <palves@redhat.com>
14414
14415 PR gdb/17511
14416 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14417 i?86-*-linux*.
14418
14419 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14420
14421 PR c++/17494
14422 * gdb.cp/pr17494.cc: New file.
14423 * gdb.cp/pr17494.exp: New file.
14424
14425 2014-11-02 Yao Qi <yao@codesourcery.com>
14426
14427 * gdb.python/python.exp: Get working directory and match the
14428 output of "set extended-prompt \\w " with it.
14429
14430 2014-10-30 Doug Evans <dje@google.com>
14431
14432 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14433 in objfiles.
14434 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14435 in progspaces.
14436
14437 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14438
14439 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14440 * gdb.base/realname-expand.exp: Likewise.
14441 * gdb.linespec/macro-relative.exp: Likewise.
14442
14443 2014-10-29 Pedro Alves <palves@redhat.com>
14444
14445 PR gdb/17408
14446 * gdb.threads/schedlock.c (some_function): New function.
14447 (call_function): New global.
14448 (MAYBE_CALL_SOME_FUNCTION): New macro.
14449 (thread_function): Call it.
14450 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14451 and use it instead of a global counter. Adjust all callers.
14452 (get_current_thread): Use "find current thread" for test message
14453 here rather than having all callers pass down the same string.
14454 (goto_loop): New procedure, factored out from ...
14455 (my_continue): ... this.
14456 (step_ten_loops): Change parameter from test message to command to
14457 use. Adjust.
14458 (list_count): Delete global.
14459 (check_result): New procedure, factored out from duplicate top
14460 level code.
14461 (continue tests): Wrap in with_test_prefix.
14462 (test_step): New procedure, factored out from duplicate top level
14463 code.
14464 (top level): Test "step" in combination with all scheduler-locking
14465 modes. Test "next" in combination with all scheduler-locking
14466 modes, and in combination with stepping over a function call or
14467 not.
14468 * gdb.threads/next-bp-other-thread.c: New file.
14469 * gdb.threads/next-bp-other-thread.exp: New file.
14470
14471 2014-10-29 Pedro Alves <palves@redhat.com>
14472
14473 PR python/17372
14474 * gdb.python/python.exp: Test a multi-line command that spawns
14475 interactive Python.
14476 * gdb.base/multi-line-starts-subshell.exp: New file.
14477
14478 2014-10-29 Yao Qi <yao@codesourcery.com>
14479
14480 * gdb.base/fileio.exp: Make directories on host.
14481
14482 2014-10-29 Yao Qi <yao@codesourcery.com>
14483
14484 * gdb.base/fileio.c (test_write): Close the file.
14485
14486 2014-10-28 Pedro Alves <palves@redhat.com>
14487
14488 PR gdb/12623
14489 * gdb.base/sigstep.c (no_handler): New global.
14490 (main): If 'no_handler is true, set the signal handlers to
14491 SIG_IGN.
14492 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14493 with_sw_watch and no_handler parameters. Handle them.
14494 (top level) <stepping over handler when stopped at a breakpoint
14495 test>: Add a test axis for testing with a software watchpoint, and
14496 another for testing with the signal handler set to SIG_IGN.
14497 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14498 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14499
14500 2014-10-28 Pedro Alves <palves@redhat.com>
14501
14502 PR gdb/17511
14503 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14504 * gdb.base/sigstep.exp (other_handler_location): New global.
14505 (advance): Support stepping into the signal handler, and running
14506 commands while in the handler.
14507 (in_handler_map): New global.
14508 (top level): In the advance test, add combinations for getting
14509 into the handler with stepping commands, and for running commands
14510 in the handler. Add comment descripting the advancei tests.
14511
14512 2014-10-28 Pedro Alves <palves@redhat.com>
14513
14514 * gdb.base/sigstep.exp: Use build_executable instead of
14515 prepare_for_testing.
14516 (top level): Move code that starts GDB, runs to main and creates a
14517 display to ...
14518 (restart): ... this new procedure.
14519 (top level): Move backtrace from signal handler test to ...
14520 (validate_backtrace): ... this new procedure.
14521 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14522 with_test_prefix. Always restart GDB.
14523 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14524 with_test_prefix. Always restart GDB. No need to delete
14525 breakpoints after the test.
14526 (test_skip_handler): Remove prefix parameter.
14527 (skip_over_handler, breakpoint_to_handler)
14528 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14529 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14530 restart GDB. No need to delete breakpoints after the test.
14531 (top level): Use foreach to call the test procedures with
14532 different commands.
14533
14534 2014-10-28 Pedro Alves <palves@redhat.com>
14535
14536 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14537 instead of GNATS numbers.
14538 * gdb.base/sigbpt.exp: Likewise.
14539 * gdb.base/siginfo.exp: Likewise.
14540 * gdb.base/sigstep.exp: Likewise.
14541
14542 2014-10-27 Pedro Alves <palves@redhat.com>
14543
14544 * gdb.base/sigstep.c (dummy): New global.
14545 (main): Issue a couple writes to the new global.
14546 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14547 procedures.
14548 (skip_over_handler): Use test_skip_handler.
14549 (top level): Call skip_over_handler for stepi and nexti too.
14550 (breakpoint_over_handler): Use test_skip_handler.
14551 (top level): Call breakpoint_over_handler for stepi and nexti too.
14552
14553 2014-10-27 Yao Qi <yao@codesourcery.com>
14554
14555 * gdb.trace/tfile.c (adjust_function_address)
14556 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14557 function descriptor.
14558
14559 2014-10-24 Don Breazeal <donb@codesourcery.com>
14560
14561 * gdb.base/foll-fork.exp (test_follow_fork,
14562 catch_fork_child_follow): Check for updated fork messages emitted
14563 from infrun.c.
14564 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14565 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14566 vfork_and_exec_child_follow_through_step): Check for updated vfork
14567 messages emitted from infrun.c.
14568
14569 2014-10-24 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.base/corefile.exp: Remove references to ultrix.
14572 * gdb.base/interrupt.exp: Likewise.
14573 * gdb.base/whatis.exp: Likewise.
14574 * gdb.gdb/selftest.exp: Likewise.
14575 * gdb.threads/manythreads.exp: Likewise.
14576 * gdb.threads/print-threads.exp: Likewise.
14577 * gdb.threads/pthreads.exp:: Likewise.
14578 * gdb.threads/schedlock.exp: Likewise.
14579
14580 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14581
14582 * gdb.cp/non-trivial-retval.cc: Add a test case.
14583 * gdb.cp/non-trivial-retval.exp: Add a test.
14584
14585 2014-10-20 Yao Qi <yao@codesourcery.com>
14586
14587 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14588 * gdb.python/py-objfile-script-gdb.py: New file.
14589 * gdb.python/py-objfile-script.exp: Update reference to
14590 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14591 of remote_download. Remove the dest file.
14592
14593 2014-10-20 Yao Qi <yao@codesourcery.com>
14594
14595 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14596 * gdb.base/step-line.exp: Likewise.
14597 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14598 * gdb.dwarf2/dw2-basic.exp: Likewise.
14599 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14600 * gdb.dwarf2/dw2-filename.exp: Likewise.
14601 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14602 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14603 * gdb.dwarf2/dw2-producer.exp: Likewise.
14604 * gdb.dwarf2/mac-fileno.exp: Likewise.
14605 * gdb.python/py-frame-args.exp: Likewise.
14606 * gdb.python/py-framefilter.exp: Likewise.
14607 * gdb.python/py-mi.exp: Likewise.
14608 * gdb.python/py-objfile-script.exp: Likewise
14609 * gdb.python/py-pp-integral.exp: Likewise.
14610 * gdb.python/py-pp-re-notag.exp: Likewise.
14611 * gdb.python/py-prettyprint.exp: Likewise.
14612 * gdb.python/py-section-script.exp: Likewise.
14613 * gdb.python/py-typeprint.exp: Likewise.
14614 * gdb.python/py-xmethods.exp: Likewise.
14615 * gdb.stabs/weird.exp: Likewise.
14616 * gdb.xml/tdesc-regs.exp: Likewise.
14617
14618 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14619
14620 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14621 (out_cu): Use addr_len for the size of addresses.
14622 (out_line): Likewise. Size DW_LNE_set_address instruction
14623 according to addr_len.
14624 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14625 (FUNC): Add START_INSNS to definition.
14626
14627 2014-10-18 Yao Qi <yao@codesourcery.com>
14628
14629 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14630 gdb_has_argv0 return true.
14631 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14632 check [target_info exists noargs], check [gdb_has_argv0]
14633 instead.
14634 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14635 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14636 procedures.
14637
14638 2014-10-17 Doug Evans <dje@google.com>
14639
14640 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14641 event.
14642 * gdb.python/py-events.py: Add clear_objfiles event.
14643
14644 2014-10-17 Doug Evans <dje@google.com>
14645
14646 * gdb.python/py-objfile.exp: Test progspace attribute.
14647
14648 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14649
14650 * gdb.guile/scm-breakpoint.exp: Do not assume any
14651 directory separators when matching source file paths.
14652 * gdb.python/py-breakpoint.exp: Likewise.
14653 * gdb.reverse/break-precsave.exp: Likewise.
14654 * gdb.reverse/break-reverse.exp: Likewise.
14655 * gdb.reverse/consecutive-precsave.exp: Likewise.
14656 * gdb.reverse/finish-precsave.exp: Likewise.
14657 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14658 * gdb.reverse/finish-reverse.exp: Likewise.
14659 * gdb.reverse/i386-precsave.exp: Likewise.
14660 * gdb.reverse/i387-env-reverse.exp: Likewise.
14661 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14662 * gdb.reverse/machinestate-precsave.exp: Likewise.
14663 * gdb.reverse/machinestate.exp: Likewise.
14664 * gdb.reverse/sigall-precsave.exp: Likewise.
14665 * gdb.reverse/solib-precsave.exp: Likewise.
14666 * gdb.reverse/step-precsave.exp: Likewise.
14667 * gdb.reverse/until-precsave.exp: Likewise.
14668 * gdb.reverse/watch-precsave.exp: Likewise.
14669 * gdb.reverse/watch-reverse.exp: Likewise.
14670
14671 2014-10-17 Yao Qi <yao@codesourcery.com>
14672
14673 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14674 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14675
14676 2014-10-17 Pedro Alves <palves@redhat.com>
14677
14678 PR gdb/17471
14679 * gdb.base/bg-execution-repeat.c: New file.
14680 * gdb.base/bg-execution-repeat.exp: New file.
14681
14682 2014-10-17 Pedro Alves <palves@redhat.com>
14683
14684 PR gdb/17300
14685 * gdb.base/continue-all-already-running.c: New file.
14686 * gdb.base/continue-all-already-running.exp: New file.
14687
14688 2014-10-17 Pedro Alves <palves@redhat.com>
14689
14690 PR gdb/17472
14691 * gdb.base/annota-input-while-running.c: New file.
14692 * gdb.base/annota-input-while-running.exp: New file.
14693
14694 2014-10-17 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.base/callfuncs.exp: emove references to osf.
14697 * gdb.base/sigall.exp: Likewise.
14698 * gdb.gdb/selftest.exp: Likewise.
14699 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14700 * gdb.mi/non-stop.c: Likewise.
14701 * gdb.mi/pthreads.c: Likewise.
14702 * gdb.reverse/sigall-precsave.exp: Likewise.
14703 * gdb.reverse/sigall-reverse.exp: Likewise.
14704 * gdb.threads/pthreads.c: Likewise.
14705 * gdb.threads/pthreads.exp: Likewise.
14706
14707 2014-10-17 Yao Qi <yao@codesourcery.com>
14708
14709 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14710 check 'target_info exists noargs'.
14711 (test_command_prompt_position): Likewise.
14712 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14713 Remove "set args".
14714 (progvar_simple_while_test): Likewise.
14715 (progvar_complex_if_while_test): Likewise.
14716 (if_while_breakpoint_command_test): Likewise.
14717 (infrun_breakpoint_command_test): Likewise.
14718 (breakpoint_command_test): Likewise.
14719 (watchpoint_command_test): Likewise.
14720 (bp_deleted_in_command_test): Likewise.
14721 (temporary_breakpoint_commands): Likewise.
14722
14723 2014-10-16 Yao Qi <yao@codesourcery.com>
14724
14725 * gdb.base/remotetimeout.exp: Remove noargs checking.
14726
14727 2014-10-15 Pedro Alves <palves@redhat.com>
14728
14729 PR breakpoints/9649
14730 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14731 * gdb.base/breakpoint-in-ro-region.exp
14732 (probe_target_hardware_step): New procedure.
14733 (top level): Probe hardware stepping and hardware breakpoint
14734 support. Test stepping through a read-only region, with both
14735 "breakpoint auto-hw" on and off and both "always-inserted" on and
14736 off.
14737
14738 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14739
14740 * gdb.dlang/demangle.exp: Update for demangling changes.
14741
14742 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14743
14744 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14745 * gdb.cp/non-trivial-retval.exp: Add new tests.
14746
14747 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14748
14749 PR c++/13403
14750 PR c++/15154
14751 * gdb.cp/non-trivial-retval.cc: New file.
14752 * gdb.cp/non-trivial-retval.exp: New file.
14753
14754 2014-10-15 Yao Qi <yao@codesourcery.com>
14755
14756 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14757 remote host.
14758
14759 2014-10-15 Yao Qi <yao@codesourcery.com>
14760
14761 * gdb.python/py-symbol.exp: Match file base name if host is
14762 remote, otherwise match file name with dir name.
14763 * gdb.python/py-symtab.exp: Likewise.
14764 * gdb.python/python.exp: Likewise.
14765
14766 2014-10-15 Yao Qi <yao@codesourcery.com>
14767
14768 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14769 pattern.
14770 * gdb.python/py-symtab.exp: Likewise.
14771 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14772 locationn.
14773
14774 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14775
14776 * gdb.ada/addr_arith: New testcase.
14777
14778 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14779
14780 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14781 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14782 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14783 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14784
14785 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14786
14787 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14788 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14789 * gdb.arch/stap-eval-lang-ada.exp: New file.
14790
14791 2014-10-14 Yao Qi <yao@codesourcery.com>
14792
14793 * gdb.mi/mi-var-child.c (nothing1): New function.
14794 (nothing2): New function.
14795 (do_children_tests): Set function pointers by nothing1 and
14796 nothing2.
14797 * gdb.mi/mi-var-child.exp: Step over new added statements.
14798 Update test to match the new output.
14799 * gdb.mi/var-cmd.c (nothing1): New function.
14800 (nothing2): New function.
14801 (do_children_tests): Set function pointers by nothing1 and
14802 nothing2.
14803 * gdb.mi/mi-var-display.exp: Update test to match output.
14804 Step to the line specified by $line_dct_nothing.
14805 Increase the number of lines to step.
14806
14807 2014-10-14 Yao Qi <yao@codesourcery.com>
14808
14809 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14810 tests.
14811 * gdb.mi/mi2-var-child.exp: Likewise.
14812
14813 2014-10-13 Doug Evans <dje@google.com>
14814
14815 * gdb.python/py-objfile.exp: Change name of file name test.
14816
14817 2014-10-13 Doug Evans <dje@google.com>
14818
14819 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14820 from the start of the CU.
14821
14822 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14823 Yao Qi <yao@codesourcery.com>
14824
14825 Fix "save breakpoints" for "catch" command.
14826 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14827 Remove -nonewline. Match also the added "main" line.
14828
14829 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14830
14831 Fix "save breakpoints" for "disable $bpnum" command.
14832 * gdb.base/save-bp.c (main): Add label.
14833 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14834
14835 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14836
14837 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14838
14839 2014-10-11 Yao Qi <yao@codesourcery.com>
14840
14841 * gdb.server/server-kill.exp: Execute command
14842 "set remote trace-status-packet on" before "tstatus".
14843
14844 2014-10-11 Yao Qi <yao@codesourcery.com>
14845
14846 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14847 (main): Call getppid.
14848 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14849 and continue to it. Read variable "server_pid".
14850
14851 2014-10-11 Yao Qi <yao@codesourcery.com>
14852
14853 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14854
14855 2014-10-11 Yao Qi <yao@codesourcery.com>
14856
14857 * gdb.threads/thread-find.exp: Don't execute command
14858 "info threads".
14859 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14860 * gdb.threads/linux-dp.exp: Don't check the condition
14861 $threads_created equals to zero.
14862
14863 2014-10-10 Pedro Alves <palves@redhat.com>
14864
14865 * gdb.base/bigcore.exp: Remove references to IRIX.
14866 * gdb.base/funcargs.exp: Likewise.
14867 * gdb.base/interrupt.exp: Likewise.
14868 * gdb.base/mips_pro.exp: Likewise.
14869 * gdb.base/nodebug.exp: Likewise.
14870 * gdb.base/setvar.exp: Likewise.
14871 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14872
14873 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14874 Pedro Alves <palves@redhat.com>
14875
14876 PR symtab/14466
14877 * gdb.base/vdso-warning.c: New file.
14878 * gdb.base/vdso-warning.exp: New file.
14879
14880 2014-10-02 Doug Evans <dje@google.com>
14881
14882 * gdb.base/structs.c (main): Don't run forever.
14883
14884 2014-10-02 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14887 (top level) <stop threads 1, stop threads 2>: Use it.
14888
14889 2014-10-02 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.threads/break-while-running.exp (test): Add new
14892 'update_thread_list' argument. Skip "info threads" if false.
14893 (top level): Add new 'update_thread_list' axis.
14894
14895 2014-10-02 Pedro Alves <palves@redhat.com>
14896
14897 PR breakpoints/17431
14898 * gdb.base/execl-update-breakpoints.c: New file.
14899 * gdb.base/execl-update-breakpoints.exp: New file.
14900
14901 2014-10-01 Pedro Alves <palves@redhat.com>
14902
14903 * gdb.base/breakpoint-in-ro-region.c: New file.
14904 * gdb.base/breakpoint-in-ro-region.exp: New file.
14905
14906 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14907
14908 * gdb.mi/mi-exit-code.exp: New file.
14909 * gdb.mi/mi-exit-code.c: New file.
14910
14911 2014-09-30 Yao Qi <yao@codesourcery.com>
14912
14913 * lib/prelink-support.exp (build_executable_own_libs): Error if
14914 the target isn't native.
14915
14916 2014-09-30 Yao Qi <yao@codesourcery.com>
14917
14918 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14919 false.
14920
14921 2014-09-22 Pedro Alves <palves@redhat.com>
14922
14923 * gdb.threads/break-while-running.exp: New file.
14924 * gdb.threads/break-while-running.c: New file.
14925
14926 2014-09-19 Yao Qi <yao@codesourcery.com>
14927
14928 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14929 Invoke test. Restart GDB with --readnow and invoke test again.
14930
14931 2014-09-19 Yao Qi <yao@codesourcery.com>
14932
14933 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14934 proc set_breakpoint_on_gcd_function. Invoke
14935 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14936 invoke set_breakpoint_on_gcd_function again.
14937
14938 2014-09-18 Doug Evans <dje@google.com>
14939
14940 * gdb.dwarf2/symtab-producer.exp: New file.
14941
14942 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14943
14944 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14945 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14946 * gdb.base/global-var-nested-by-dso.c: Likewise.
14947 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14948
14949 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14950 Pedro Alves <palves@redhat.com>
14951
14952 * gdb.base/watch-bitfields.exp: Pass string other than test file
14953 name to prepare_for_testing.
14954 (watch): New procedure.
14955 (expect_watchpoint): Use with_test_prefix.
14956 (top level): Factor out tests to ...
14957 (test_watch_location, test_regular_watch): ... these new
14958 procedures, and use with_test_prefix and gdb_continue_to_end.
14959
14960 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14961
14962 PR breakpoints/12526
14963 * gdb.base/watch-bitfields.exp: New file.
14964 * gdb.base/watch-bitfields.c: New file.
14965
14966 2014-09-16 Pedro Alves <palves@redhat.com>
14967
14968 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14969 software and hardware addresses, not software address against
14970 itself.
14971
14972 2014-09-16 Pedro Alves <palves@redhat.com>
14973
14974 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14975 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14976
14977 2014-09-16 Pedro Alves <palves@redhat.com>
14978
14979 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14980 files.
14981 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14982 "*-*-vxworks*" throughout.
14983 * gdb.base/break.exp: Likewise.
14984 * gdb.base/default.exp: Likewise.
14985 * gdb.base/scope.exp: Likewise.
14986 * gdb.base/sepdebug.exp: Likewise.
14987 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14988 throughout.
14989 * gdb.base/run.c: Likewise.
14990 * gdb.base/sepdebug.c: Likewise.
14991 * gdb.hp/gdb.aCC/run.c: Likewise.
14992 * gdb.reverse/until-reverse.c: Likewise.
14993 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14994
14995 2014-09-16 Yao Qi <yao@codesourcery.com>
14996
14997 * boards/local-remote-host-native.exp: New file.
14998
14999 2014-09-14 Doug Evans <xdje42@gmail.com>
15000
15001 * gdb.threads/queue-signal.c (thread_count): New variable.
15002 (thread_count_mutex, thread_count_condvar): New variables.
15003 (incr_thread_count, wait_all_threads_running): New functions.
15004 (main): Wait for all threads to be in their thread functions.
15005
15006 2014-09-13 Doug Evans <xdje42@gmail.com>
15007
15008 * gdb.threads/queue-signal.c: New file.
15009 * gdb.threads/queue-signal.exp: New file.
15010
15011 2014-09-13 Doug Evans <xdje42@gmail.com>
15012
15013 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15014 be consistent with what default_gdb_init uses.
15015 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15016 the plain text of the prompt. Add some logging printfs.
15017 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15018
15019 2014-09-12 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15022 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15023 * gdb.arch/i386-size-overlap.exp: Likewise.
15024 * gdb.arch/i386-size.exp: Likewise.
15025 * gdb.arch/i386-unwind.exp: Likewise.
15026 * gdb.base/a2-run.exp: Likewise.
15027 * gdb.base/break.exp: Likewise.
15028 * gdb.base/charset.exp: Likewise.
15029 * gdb.base/chng-syms.exp: Likewise.
15030 * gdb.base/commands.exp: Likewise.
15031 * gdb.base/dbx.exp: Likewise.
15032 * gdb.base/find.exp: Likewise.
15033 * gdb.base/funcargs.exp: Likewise.
15034 * gdb.base/jit-simple.exp: Likewise.
15035 * gdb.base/reread.exp: Likewise.
15036 * gdb.base/sepdebug.exp: Likewise.
15037 * gdb.base/step-bt.exp: Likewise.
15038 * gdb.cp/mb-inline.exp: Likewise.
15039 * gdb.cp/mb-templates.exp: Likewise.
15040 * gdb.objc/basicclass.exp: Likewise.
15041 * gdb.threads/killed.exp: Likewise.
15042
15043 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15044
15045 PR tdep/17379
15046 * gdb.arch/powerpc-stackless.S: New file.
15047 * gdb.arch/powerpc-stackless.exp: New file.
15048
15049 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15050
15051 * gdb.base/attach.c: Include unistd.h.
15052 (main): Call alarm. Add label postloop.
15053 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15054 gdb_breakpoint, gdb_continue_to_breakpoint.
15055 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15056
15057 2014-09-11 Pedro Alves <palves@redhat.com>
15058
15059 PR gdb/17347
15060 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15061 * gdb.base/attach.exp (test_command_line_attach_run): New
15062 procedure.
15063 (top level): Call it.
15064
15065 2014-09-11 Pedro Alves <palves@redhat.com>
15066
15067 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15068 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15069 (do_command_attach_tests): Use spawn_wait_for_attach.
15070 * gdb.base/solib-overlap.exp: Likewise.
15071 * gdb.multi/multi-attach.exp: Likewise.
15072 * gdb.python/py-prompt.exp: Likewise.
15073 * gdb.python/py-sync-interp.exp: Likewise.
15074 * gdb.server/ext-attach.exp: Likewise.
15075
15076 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15077
15078 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15079 command in testcase. Simplify testcase.
15080
15081 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15082
15083 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15084
15085 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15086
15087 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15088
15089 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15090
15091 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15092
15093 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15094
15095 * gdb.dwarf2/dynarr-ptr.c: New file.
15096 * gdb.dwarf2/dynarr-ptr.exp: New file.
15097
15098 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15099
15100 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15101 of 30 rather than hardcoding 120 for a slow test case. Take the
15102 `gdb,timeout' target setting into account for this calculation.
15103 Don't extend the timeout for the test cases that don't need it.
15104
15105 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15106
15107 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15108 a factor of 2 for a slow test case. Take the `gdb,timeout'
15109 target setting into account for this calculation.
15110 * gdb.reverse/until-precsave.exp: Increase the timeout by
15111 a factor of 15 and 3 respectively rather than adding 120
15112 for a pair of slow test cases. Take the `gdb,timeout'
15113 target setting into account for this calculation.
15114
15115 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15116
15117 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15118 timeout, don't pass one down to gdb_expect.
15119 (gdb_expect): Rework timeout selection.
15120
15121 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15122
15123 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15124 exception on timeout.
15125 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15126 (gdbserver_start_extended): Catch any `gdbserver_start' error
15127 exceptions.
15128 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15129 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15130 `gdbserver_gdb_load' error exceptions.
15131
15132 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15133
15134 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15135 120 on waiting for the TCP socket to open.
15136
15137 2014-09-09 Doug Evans <xdje42@gmail.com>
15138
15139 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15140 _caller_matches, _any_caller_is, _any_caller_matches.
15141
15142 2014-09-09 Doug Evans <xdje42@gmail.com>
15143
15144 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15145
15146 2014-09-09 Yao Qi <yao@codesourcery.com>
15147
15148 * gdb.mi/mi-var-display.exp: Set print symbol off.
15149
15150 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15151
15152 PR gdb/17035
15153 * gdb.base/commands.exp: Add tests to verify user-defined
15154 commands with empty bodies.
15155 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15156 python commands in `show user command`.
15157 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15158 scheme commands in `show user command`.
15159
15160 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15161
15162 PR python/17355
15163 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15164 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15165 * gdb.python/py-framefilter-invalidarg.exp: New file.
15166 * gdb.python/py-framefilter-invalidarg.py: New file.
15167
15168 2014-09-06 Doug Evans <xdje42@gmail.com>
15169
15170 PR 15276
15171 * gdb.python/py-caller-is.c: New file.
15172 * gdb.python/py-caller-is.exp: New file.
15173
15174 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15175
15176 PR gdb/17235
15177 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15178 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15179
15180 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15181
15182 PR fortran/17237
15183 * gdb.fortran/print-formatted.exp: New file.
15184 * gdb.fortran/print-formatted.f90: Likewise.
15185
15186 2014-09-03 Sasha Smundak <asmundak@google.com>
15187
15188 * gdb.python/py-frame.exp: Test Frame.read_register.
15189
15190 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15191
15192 PR python/16699
15193 * gdb.python/py-completion.exp: New file.
15194 * gdb.python/py-completion.py: Likewise.
15195
15196 2014-08-28 Doug Evans <dje@google.com>
15197
15198 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15199 eax,etc. are live with values set by gdb and thus the compiler can't
15200 use them.
15201 * gdb.arch/i386-pseudo.c (main): Ditto.
15202
15203 2014-08-27 Doug Evans <dje@google.com>
15204
15205 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15206
15207 2014-08-25 Doug Evans <dje@google.com>
15208
15209 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15210 (main): Ditto.
15211
15212 2014-08-25 Doug Evans <dje@google.com>
15213
15214 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15215
15216 2014-08-24 Yao Qi <yao@codesourcery.com>
15217
15218 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15219 symbol off.
15220 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15221
15222 2014-08-22 Doug Evans <dje@google.com>
15223
15224 PR 17276
15225 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15226 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15227 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15228
15229 2014-08-22 Yao Qi <yao@codesourcery.com>
15230
15231 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15232 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15233 * gdb.python/python.exp: Likewise. Use .py file on the host
15234 instead of the build.
15235
15236 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15237
15238 * gdb.threads/gcore-stale-thread.c: New file.
15239 * gdb.threads/gcore-stale-thread.exp: New file.
15240
15241 2014-08-21 Pedro Alves <palves@redhat.com>
15242
15243 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15244 * gdb.base/gcore-relro-pie.exp: Likewise.
15245 * gdb.base/gcore-relro.exp: Likewise.
15246 * gdb.base/gcore.exp: Likewise.
15247 * gdb.base/print-symbol-loading.exp: Likewise.
15248 * gdb.threads/gcore-thread.exp: Likewise.
15249 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15250
15251 2014-08-20 Pedro Alves <palves@redhat.com>
15252 Jan Kratochvil <jan.kratochvil@redhat.com>
15253
15254 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15255 configure.
15256 (EXPECT): Handle READ1 being set.
15257 (all): Depend on EXTRA_RULES.
15258 (check-read1, expect-read1, read1.so, read1): New rules.
15259 * README (Testsuite Parameters): Document the READ1 make variable.
15260 (Race detection): New section.
15261 * configure: Regenerate.
15262 * configure.ac: If build==host==target, and running under a
15263 GNU/glibc system, add read1 to the extra Makefile rules.
15264 (EXTRA_RULES): AC_SUBST it.
15265 * lib/read1.c: New file.
15266
15267 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15268
15269 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15270 the handling of variables declared as a typedef to an array
15271 which a DW_AT_data_location attribute.
15272
15273 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15274 Pedro Alves <palves@redhat.com>
15275
15276 PR symtab/14604
15277 PR symtab/14605
15278 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15279 gdb_test.
15280
15281 2014-08-19 Pedro Alves <palves@redhat.com>
15282
15283 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15284
15285 2014-08-19 Yao Qi <yao@codesourcery.com>
15286
15287 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15288 right line.
15289
15290 2014-08-18 David Blaikie <dblaikie@gmail.com>
15291
15292 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15293
15294 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15295
15296 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15297 attribute in array range.
15298
15299 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15300
15301 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15302
15303 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15304
15305 PR c++/17132
15306 * gdb.cp/pr17132.cc: New file.
15307 * gdb.cp/pr17132.exp: New file.
15308
15309 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15310
15311 * gdb.python/py-xmethods.py (A_getarrayind)
15312 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15313 Use 'print' with function call syntax.
15314 (E_method_matcher.match): Fix tab vs space indentation mixup.
15315
15316 2014-08-15 Yao Qi <yao@codesourcery.com>
15317
15318 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15319 false.
15320
15321 2014-08-15 Yao Qi <yao@codesourcery.com>
15322
15323 * gdb.cp/casts.exp: Set print symbol off.
15324 * gdb.cp/class2.exp: Likewise.
15325 * gdb.cp/overload.exp: Likewise.
15326 * gdb.cp/templates.exp: Likewise.
15327
15328 2014-08-11 Doug Evans <dje@google.com>
15329
15330 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15331 (test_load_shlib): Update.
15332
15333 2014-08-09 Yao Qi <yao@codesourcery.com>
15334
15335 * gdb.base/display.exp: Invoke is_address_zero_readable.
15336 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15337 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15338 * gdb.base/hbreak-unmapped.exp: Return if
15339 is_address_zero_readable returns true.
15340 * gdb.base/signest.exp: Likewise.
15341 * gdb.base/signull.exp: Likewise.
15342 * gdb.base/sigbpt.exp: Likewise.
15343 * gdb.guile/scm-disasm.exp: Do the test if
15344 is_address_zero_readable returns false.
15345 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15346 * gdb.python/py-arch.exp: Likewise.
15347 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15348 * lib/gdb.exp (is_address_zero_readable): New proc.
15349
15350 2014-08-09 Yao Qi <yao@codesourcery.com>
15351
15352 PR testsuite/13443
15353 * gdb.mi/mi-var-display.exp: Make test messages unique.
15354
15355 2014-08-04 Tom Tromey <tromey@redhat.com>
15356
15357 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15358 target 0".
15359
15360 2014-08-04 Tom Tromey <tromey@redhat.com>
15361
15362 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15363 "target_resume".
15364
15365 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15366
15367 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15368 inner_vla_struct_object_size.
15369 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15370 as xfail.
15371
15372 2014-07-30 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15375 comment.
15376
15377 2014-07-29 Yao Qi <yao@codesourcery.com>
15378
15379 PR gdb/17206
15380 * gdb.base/until-nodebug.exp: New.
15381
15382 2014-07-28 Doug Evans <xdje42@gmail.com>
15383
15384 PR guile/17203
15385 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15386 previously existing parameter, and previously ambiguously spelled
15387 parameter.
15388
15389 2014-07-28 Will Newton <will.newton@linaro.org>
15390
15391 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15392
15393 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15394 Doug Evans <xdje42@gmail.com>
15395
15396 PR guile/17146
15397 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15398
15399 2014-07-25 Pedro Alves <palves@redhat.com>
15400
15401 * gdb.threads/signal-command-handle-nopass.c: New file.
15402 * gdb.threads/signal-command-handle-nopass.exp: New file.
15403 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15404 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15405 * gdb.threads/signal-delivered-right-thread.c: New file.
15406 * gdb.threads/signal-delivered-right-thread.exp: New file.
15407
15408 2014-07-25 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.base/double-prompt-target-event-error.exp
15411 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15412 match.
15413 (cancel_pagination_in_target_event): Rework double prompt
15414 detection.
15415 * gdb.base/paginate-after-ctrl-c-running.exp
15416 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15417 <return>' match.
15418 * gdb.base/paginate-bg-execution.exp
15419 (test_bg_execution_pagination_return)
15420 (test_bg_execution_pagination_cancel): Remove '-notransfer
15421 <return>' matches.
15422 * gdb.base/paginate-execution-startup.exp
15423 (test_fg_execution_pagination_return)
15424 (test_fg_execution_pagination_cancel): Remove '-notransfer
15425 <return>' matches.
15426 * gdb.base/paginate-inferior-exit.exp
15427 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15428 match.
15429 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15430 * lib/gdb.exp (pagination_prompt): Run text through
15431 string_to_regexp.
15432 (gdb_test_multiple): Match $pagination_prompt instead of
15433 "<return>".
15434 (string_to_regexp): Move to lib/gdb-utils.exp.
15435
15436 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15437
15438 * gdb.arch/amd64-entry-value-paramref.S: New file.
15439 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15440 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15441 * gdb.arch/amd64-optimout-repeat.S: New file.
15442 * gdb.arch/amd64-optimout-repeat.c: New file.
15443 * gdb.arch/amd64-optimout-repeat.exp: New file.
15444
15445 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15446
15447 PR gdb/17170
15448 * gdb.base/statistics.exp: New file.
15449
15450 2014-07-17 Doug Evans <dje@google.com>
15451
15452 PR gdb/17170
15453 * gdb.base/maint.exp: Update testing of per-command stats.
15454
15455 2014-07-16 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15458 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15459 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15460 (tfile_write_buf): New functions.
15461 (add_memory_block): Rewrite using the above.
15462 (adjust_function_address): New function.
15463 (FUNCTION_ADDRESS): New macro.
15464 (write_basic_trace_file): Remove short_x local, and use
15465 tfile_write_16. Change type of func_addr local to unsigned long
15466 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15467 here. Cast argument of add_memory_block to char pointer.
15468 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15469 (main): Remove parameters.
15470 * gdb.trace/tfile.exp: Remove nowarnings.
15471
15472 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15473
15474 * gdb.base/debug-expr.exp: Test string evaluation with
15475 "debug expression" on.
15476
15477 2014-07-15 Pedro Alves <palves@redhat.com>
15478
15479 * gdb.base/reread.exp: Use clean_restart.
15480
15481 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15482
15483 * gdb.arch/avr-flash-qualifer.c: New.
15484 * gdb.arch/avr-flash-qualifer.exp: New.
15485
15486 2014-07-14 Pedro Alves <palves@redhat.com>
15487
15488 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15489 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15490
15491 2014-07-14 Pedro Alves <palves@redhat.com>
15492
15493 * gdb.base/double-prompt-target-event-error.c: New file.
15494 * gdb.base/double-prompt-target-event-error.exp: New file.
15495
15496 2014-07-14 Pedro Alves <palves@redhat.com>
15497
15498 PR gdb/17072
15499 * gdb.base/paginate-inferior-exit.c: New file.
15500 * gdb.base/paginate-inferior-exit.exp: New file.
15501
15502 2014-07-14 Pedro Alves <palves@redhat.com>
15503
15504 PR gdb/17072
15505 * gdb.base/paginate-bg-execution.c: New file.
15506 * gdb.base/paginate-bg-execution.exp: New file.
15507
15508 2014-07-14 Pedro Alves <palves@redhat.com>
15509
15510 PR gdb/17072
15511 * gdb.base/paginate-execution-startup.c: New file.
15512 * gdb.base/paginate-execution-startup.exp: New file.
15513 * lib/gdb.exp (pagination_prompt): New global.
15514 (default_gdb_spawn): New procedure, factored out from
15515 default_gdb_spawn.
15516 (default_gdb_start): Adjust to call default_gdb_spawn.
15517 (gdb_spawn): New procedure.
15518
15519 2014-07-14 Pedro Alves <palves@redhat.com>
15520
15521 * lib/gdb.exp (gdb_assert): New procedure.
15522 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15523
15524 2014-07-14 Pedro Alves <palves@redhat.com>
15525
15526 * gdb.base/execution-termios.c: New file.
15527 * gdb.base/execution-termios.exp: New file.
15528
15529 2014-07-14 Tom Tromey <tromey@redhat.com>
15530
15531 * gdb.cp/vla-cxx.cc: New file.
15532 * gdb.cp/vla-cxx.exp: New file.
15533
15534 2014-07-14 Tom Tromey <tromey@redhat.com>
15535
15536 * gdb.reverse/rerun-prec.c: New file.
15537 * gdb.reverse/rerun-prec.exp: New file.
15538
15539 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15540 Maciej W. Rozycki <macro@codesourcery.com>
15541
15542 * lib/gdb-utils.exp: New file.
15543 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15544 inline `gdb_init_command' processing.
15545 (gdb_start_cmd): Likewise.
15546 * lib/mi-support.exp (mi_run_cmd): Likewise.
15547 * README: Document `gdb_init_command' and `gdb_init_commands'.
15548
15549 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15550
15551 Fix false FAIL running under a very long directory name.
15552 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15553 and "set print elements 10000". Twice.
15554
15555 2014-07-11 Yao Qi <yao@codesourcery.com>
15556
15557 * gdb.base/exprs.exp: "set print symbol off".
15558
15559 2014-07-11 Pedro Alves <palves@redhat.com>
15560
15561 * gdb.threads/kill.c: New file.
15562 * gdb.threads/kill.exp: New file.
15563
15564 2014-07-10 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.trace/tfile.c (write_basic_trace_file)
15567 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15568 address written to trace file.
15569
15570 2014-07-09 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.base/attach-wait-input.exp: New file.
15573 * gdb.base/attach-wait-input.c: New file.
15574
15575 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15576
15577 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15578 setting up test structures.
15579 (main): Call new test function.
15580 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15581 test function, continue into test function and walk test
15582 structures.
15583
15584 2014-07-02 Yao Qi <yao@codesourcery.com>
15585
15586 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15587 'bar_start' at the beginning of functions 'foo' and 'bar'
15588 respectively.
15589 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15590 instead of 'foo' and 'bar'.
15591
15592 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15593
15594 * gdb.btrace/segv.exp: New.
15595 * gdb.btrace/segv.c: New.
15596
15597 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15598
15599 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15600 instruction.
15601
15602 2014-06-30 Mark Wielaard <mjw@redhat.com>
15603
15604 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15605 vulture, vilify, villar): New volatile array constants.
15606 (vindictive, vegetation): New const volatile array constants.
15607 * gdb.base/volatile.exp: Test volatile and const volatile array
15608 types.
15609
15610 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15611
15612 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15613 target lacks support for awatch, rwatch, or hbreak.
15614
15615 2014-06-27 Yao Qi <yao@codesourcery.com>
15616
15617 * gdb.multi/dummy-frame-restore.exp: New.
15618 * gdb.multi/dummy-frame-restore.c: New.
15619
15620 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15621
15622 * gdb.btrace/gcore.exp: New.
15623
15624 2014-06-23 Pedro Alves <palves@redhat.com>
15625
15626 * gdb.base/watchpoint-reuse-slot.c: New file.
15627 * gdb.base/watchpoint-reuse-slot.exp: New file.
15628
15629 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15630
15631 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15632 progspace's filename in 'info', 'enable' and 'disable' command
15633 tests.
15634
15635 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15636
15637 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15638 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15639 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15640
15641 2014-06-20 Gary Benson <gbenson@redhat.com>
15642
15643 * gdb.arch/i386-avx.exp: Fix include file location.
15644 * gdb.arch/i386-sse.exp: Likewise.
15645
15646 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15647
15648 * gdb.dlang/expression.exp: New file.
15649
15650 2014-06-19 Pedro Alves <palves@redhat.com>
15651
15652 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15653 out from ...
15654 (top level): ... here. Iterate running tests under different
15655 scheduler-locking settings.
15656
15657 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15658
15659 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15660 to DW_FORM_addr and use non-zero addresses.
15661
15662 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15663
15664 PR gdb/17017
15665 * gdb.python/py-xmethods.cc: Add global function call counters and
15666 increment them in their respective functions. Remove "cout"
15667 statements.
15668 * gdb.python/py-xmethods.exp: Make tests check the global function
15669 call counters instead of depending on inferior IO.
15670
15671 2014-06-18 Don Breazeal <donb@codesourcery.com>
15672
15673 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15674 Deleted procedure.
15675 (explicit_fork_parent_follow): Deleted procedure.
15676 (explicit_fork_child_follow): Deleted procedure.
15677 (test_follow_fork): New procedure.
15678 (do_fork_tests): Replace calls to deleted procedures with
15679 calls to test_follow_fork and reset GDB for subsequent
15680 procedure calls.
15681
15682 2014-06-17 Yao Qi <yao@codesourcery.com>
15683
15684 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15685 CP1252.
15686
15687 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15688
15689 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15690 Initialize ptr and S explicitly.
15691 (skip_type_update_when_not_use_rtti_test): Likewise.
15692
15693 2014-06-16 Keith Seitz <keiths@redhat.com>
15694
15695 PR mi/15863
15696 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15697 the inferior is started.
15698
15699 2014-06-16 Pedro Alves <palves@redhat.com>
15700
15701 * gdb.base/break-main-file-remove-fail.c: New file.
15702 * gdb.base/break-main-file-remove-fail.exp: New file.
15703 * gdb.base/break-unload-file.exp: Use build_executable instead of
15704 prepare_for_testing.
15705 (test_break): New parameter "initial_load". Handle it.
15706 (top level): Add initial_load cmdline/file axis.
15707
15708 2014-06-12 Tom Tromey <tromey@redhat.com>
15709
15710 * gdb.base/completion.exp: Don't use directory name in test.
15711
15712 2014-06-09 Gary Benson <gbenson@redhat.com>
15713
15714 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15715 separate the always-available ANSI-standard signals from the
15716 signals that require checking.
15717 (main): Likewise.
15718 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15719 Likewise.
15720 (main): Likewise.
15721
15722 2014-06-07 Keith Seitz <keiths@redhat.com>
15723
15724 Revert:
15725 PR c++/16253
15726 * gdb.cp/var-tag.cc: New file.
15727 * gdb.cp/var-tag.exp: New file.
15728 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15729 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15730 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15731 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15732
15733 2014-06-06 Doug Evans <xdje42@gmail.com>
15734
15735 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15736
15737 2014-06-06 Pedro Alves <palves@redhat.com>
15738
15739 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15740 in target debug output instead of looking at RSP packets,
15741 disabling the test on any target that uses hardware stepping.
15742 Update comments.
15743
15744 2014-06-06 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.base/break-unload-file.exp: Fix typo.
15747
15748 2014-06-06 Yao Qi <yao@codesourcery.com>
15749
15750 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15751 from "jit_function" to "^jit_function".
15752
15753 2014-06-06 Yao Qi <yao@codesourcery.com>
15754
15755 * gdb.base/async.c (foo): Add one statement.
15756 * gdb.base/async.exp: Get the next instruction address and
15757 match the output of "nexti" by instruction address. Match
15758 the hex address in the output of "finish".
15759
15760 2014-06-06 Gary Benson <gbenson@redhat.com>
15761
15762 * gdb.base/call-signals.c: Remove preprocessor conditionals
15763 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15764 SIGSEGV and SIGTERM.
15765 * gdb.base/sigall.c: Likewise.
15766 * gdb.base/unwindonsignal.c: Likewise.
15767 * gdb.reverse/sigall-reverse.c: Likewise.
15768
15769 2014-06-06 Yao Qi <yao@codesourcery.com>
15770
15771 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15772 readable, skip the test.
15773
15774 2014-06-06 Yao Qi <yao@codesourcery.com>
15775
15776 * gdb.threads/staticthreads.c (thread_function): Move the line
15777 setting breakpoint on forward.
15778 * gdb.threads/staticthreads.exp: Update comments.
15779
15780 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15781
15782 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15783 "history-append! type error".
15784
15785 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15786
15787 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15788 erroneous dprintf expected input.
15789
15790 2014-06-04 Doug Evans <xdje42@gmail.com>
15791
15792 * gdb.guile/scm-generics.exp: Delete.
15793
15794 2014-06-04 Doug Evans <xdje42@gmail.com>
15795
15796 * gdb.guile/scm-breakpoint.exp: Update.
15797 Add tests for breakpoint registration.
15798
15799 2014-06-04 Tom Tromey <tromey@redhat.com>
15800
15801 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15802 VLA-in-union.
15803 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15804 inner_vla_struct, vla_union types. Initialize objects of those
15805 types and compute their sizes.
15806
15807 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15808 Hui Zhu <hui@codesourcery.com>
15809
15810 * gdb.base/fileio.exp: Add test for shell not available as well as
15811 available.
15812 * gdb.base/fileio.c (test_system): Check for shell twice.
15813
15814 2014-06-04 Yao Qi <yao@codesourcery.com>
15815
15816 * gdb.base/auto-connect-native-target.exp: Remove redundant
15817 space from the regexp pattern.
15818
15819 2014-06-04 Yao Qi <yao@codesourcery.com>
15820
15821 * gdb.base/default.exp: Replace "child" with "native" in
15822 regexp pattern.
15823
15824 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15825
15826 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15827 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15828 * gdb.python/py-xmethods.py: Python script supporting the
15829 new testcase and tests.
15830
15831 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15832 Pedro Alves <palves@redhat.com>
15833
15834 PR breakpoints/17000
15835 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15836 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15837
15838 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15839
15840 * gdb.base/subst.exp: Add tests to verify partial path matching
15841 output.
15842
15843 2014-06-03 Pedro Alves <palves@redhat.com>
15844
15845 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15846 target that doesn't use software single-stepping.
15847
15848 2014-06-03 Pedro Alves <palves@redhat.com>
15849
15850 PR breakpoints/17000
15851 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15852 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15853
15854 2014-06-02 Doug Evans <xdje42@gmail.com>
15855
15856 * gdb.guile/scm-parameter.exp: New file.
15857
15858 2014-06-02 Doug Evans <xdje42@gmail.com>
15859
15860 * gdb.guile/scm-cmd.c: New file.
15861 * gdb.guile/scm-cmd.exp: New file.
15862
15863 2014-06-02 Doug Evans <xdje42@gmail.com>
15864
15865 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15866 pretty-printer lookup.
15867 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15868 (make-pp_s-printer): Call it.
15869 (make-pretty-printer-from-dict): New function.
15870 (lookup-pretty-printer-maker-from-dict): New function.
15871 (*pretty-printer*): Simplify.
15872 (make-objfile-pp_s-printer): New function.
15873 (install-objfile-pretty-printers!): New function.
15874 (make-progspace-pp_s-printer): New function.
15875 (install-progspace-pretty-printers!): New function.
15876 * gdb.guile/scm-progspace.c: New file.
15877 * gdb.guile/scm-progspace.exp: New file.
15878
15879 2014-06-02 Pedro Alves <palves@redhat.com>
15880
15881 * gdb.base/dprintf-bp-same-addr.c: New file.
15882 * gdb.base/dprintf-bp-same-addr.exp: New file.
15883
15884 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15885
15886 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15887 * gdb.arch/powerpc-power.s: Likewise.
15888
15889 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15890
15891 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15892
15893 2014-06-01 Yao Qi <yao@codesourcery.com>
15894
15895 * gdb.base/watchpoint.exp (test_watch_location): Check null
15896 pointer can be dereferenced. If not, do the test, otherwise
15897 skip it.
15898
15899 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15900
15901 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15902 results.
15903 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15904
15905 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15906
15907 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15908 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15909 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15910 * gdb.arch/amd64-invalid-stack-top.c: New file.
15911 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15912
15913 2014-05-30 Pedro Alves <palves@redhat.com>
15914
15915 PR breakpoints/17000
15916 * gdb.base/sss-bp-on-user-bp.c: New file.
15917 * gdb.base/sss-bp-on-user-bp.exp: New file.
15918
15919 2014-05-30 David Blaikie <dblaikie@gmail.com>
15920
15921 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15922 gnu_inline semantics via attribute.
15923 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15924 source explicitly specifies the required semantics.
15925
15926 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15927
15928 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15929
15930 2014-05-29 Pedro Alves <palves@redhat.com>
15931 Tom Tromey <tromey@redhat.com>
15932
15933 * gdb.base/async-shell.exp: Don't enable target-async.
15934 * gdb.base/async.exp
15935 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15936 parameter. Adjust.
15937 (top level): Don't test with "target-async".
15938 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15939 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15940 * gdb.base/inferior-died.exp: Don't enable target-async.
15941 * gdb.base/interrupt-noterm.exp: Likewise.
15942 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15943 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15944 * gdb.mi/mi-nonstop.exp: Likewise.
15945 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15946 * gdb.mi/mi-nsintrall.exp: Likewise.
15947 * gdb.mi/mi-nsmoribund.exp: Likewise.
15948 * gdb.mi/mi-nsthrexec.exp: Likewise.
15949 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15950 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15951 * gdb.python/py-evsignal.exp: Don't enable target-async.
15952 * gdb.python/py-evthreads.exp: Likewise.
15953 * gdb.python/py-prompt.exp: Likewise.
15954 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15955 * gdb.server/solib-list.exp: Don't enable target-async.
15956 * gdb.threads/thread-specific-bp.exp: Likewise.
15957 * lib/mi-support.exp: Adjust to use mi-async.
15958
15959 2014-05-29 Pedro Alves <palves@redhat.com>
15960
15961 PR gdb/13860
15962 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15963 reason, even in sync mode.
15964
15965 2014-05-29 Pedro Alves <palves@redhat.com>
15966 Hui Zhu <hui@codesourcery.com>
15967
15968 PR PR15693
15969 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15970 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15971 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15972 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15973
15974 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15975
15976 * config/monitor.exp (gdb_target_monitor): Replace use of
15977 "set remotebaud" by "set serial baud".
15978
15979 2014-05-26 Andy Wingo <wingo@igalia.com>
15980
15981 * gdb.guile/scm-breakpoint.exp:
15982 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15983 properties instead of gdb-object-properties.
15984
15985 2014-05-26 Yao Qi <yao@codesourcery.com>
15986
15987 * gdb.server/no-thread-db.exp: Specify source file name
15988 explicitly when setting a breakpoint.
15989
15990 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15991
15992 * gdb.btrace/vdso.c: New.
15993 * gdb.btrace/vdso.exp: New.
15994
15995 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15996
15997 * gdb.base/gcore.exp (capture_command_output): Move ...
15998 * lib/gdb.exp (capture_command_output): ... here.
15999
16000 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16001
16002 * gdb.btrace/data.exp: Test memory access during btrace replay.
16003
16004 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16005
16006 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16007
16008 2014-05-21 Pedro Alves <palves@redhat.com>
16009
16010 PR gdb/13860
16011 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16012 (top level): Test that output related to execution commands is
16013 sent to the console with CLI commands, but not with MI commands.
16014 Test that breakpoint events are always mirrored to the console.
16015 Also expect the new source line to be output after a "next" in
16016 async mode too. Make it a pass/fail test.
16017 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16018 output.
16019 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16020
16021 2014-05-21 Pedro Alves <palves@redhat.com>
16022
16023 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16024 Use them to test variations of "list" after reaching a breakpoint.
16025 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16026 Test "list" with listsize 10 after reaching a breakpoint.
16027 * gdb.python/python.exp (decode_line current location line
16028 number): Adjust expected line number.
16029
16030 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16031
16032 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16033 behavior for $args, pass it directly to "run".
16034
16035 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16036
16037 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16038 30000 to 65536.
16039
16040 2014-05-21 Pedro Alves <palves@redhat.com>
16041
16042 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16043 auto-connect-native-target off".
16044 * gdb.base/auto-connect-native-target.c: New file.
16045 * gdb.base/auto-connect-native-target.exp: New file.
16046
16047 2014-05-21 Pedro Alves <palves@redhat.com>
16048
16049 * gdb.base/default.exp: Test "target native" instead of "target
16050 child".
16051
16052 2014-05-21 Mark Wielaard <mjw@redhat.com>
16053
16054 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16055
16056 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16057
16058 Fix TLS access for -static -pthread.
16059 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16060 <HAVE_TLS> (thread_function, main): Initialize it.
16061 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16062 Add clean_restart.
16063 <$have_tls != "">: Check TLSVAR.
16064
16065 2014-05-21 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.base/dcache-line-read-error.c: New.
16068 * gdb.base/dcache-line-read-error.exp: New.
16069
16070 2014-05-20 Pedro Alves <palves@redhat.com>
16071
16072 * gdb.base/compare-sections.c: New file.
16073 * gdb.base/compare-sections.exp: New file.
16074
16075 2014-05-20 Pedro Alves <palves@redhat.com>
16076
16077 * gdb.base/break-idempotent.c: New file.
16078 * gdb.base/break-idempotent.exp: New file.
16079
16080 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16081
16082 * gdb.btrace/nohist.exp: New.
16083
16084 2014-05-20 Yao Qi <yao@codesourcery.com>
16085
16086 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16087 gdb.reverse directory and gdb_reverse_timeout exists in board
16088 setting.
16089 * README: Document gdb_reverse_timeout.
16090
16091 2014-05-20 Yao Qi <yao@codesourcery.com>
16092
16093 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16094 'test_file_name'. Treat args as a string instead of a list.
16095 (gdb_init): Rename argument 'args' by 'test_file_name'.
16096
16097 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16098
16099 * gdb.arch/powerpc-power.exp: New file.
16100 * gdb.arch/powerpc-power.s: New file.
16101
16102 2014-05-16 Doug Evans <dje@google.com>
16103
16104 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16105 * gdb.base/completion.exp: Check that all expected files exist
16106 before doing file completion.
16107
16108 2014-05-16 Doug Evans <dje@google.com>
16109
16110 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16111 Update.
16112 (do_syscall_tests_without_xml): Update.
16113
16114 2014-05-16 Pedro Alves <palves@redhat.com>
16115
16116 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16117 instead of "unknown output after running".
16118
16119 2014-05-16 Yao Qi <yao@codesourcery.com>
16120
16121 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16122 file1.txt from host at the end.
16123 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16124
16125 2014-05-15 Doug Evans <dje@google.com>
16126
16127 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16128 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16129 loading file. Add test for TU lookup.
16130
16131 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16132
16133 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16134 calling "-exec-arguments" or "set args" before running the
16135 inferior.
16136
16137 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16138
16139 * lib/mi-support.exp (mi_expect_stop): Expect message for
16140 inferiors that exit with non-zero exit code.
16141
16142 2014-05-14 Yao Qi <yao@codesourcery.com>
16143
16144 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16145 match absolute path on remote host.
16146 (test_file_list_exec_source_files): Remove "/" from the
16147 pattern.
16148
16149 2014-05-14 Yao Qi <yao@codesourcery.com>
16150
16151 * boards/local-remote-host-notty.exp (${board}_file): New
16152 proc.
16153
16154 2014-05-07 Kyle McMartin <kyle@redhat.com>
16155
16156 Pushed by Joel Brobecker <brobecker@adacore.com>.
16157 * gdb.arch/aarch64-atomic-inst.c: New file.
16158 * gdb.arch/aarch64-atomic-inst.exp: New file.
16159
16160 2014-05-07 Yao Qi <yao@codesourcery.com>
16161
16162 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16163 in current context" too.
16164
16165 2014-05-05 Keith Seitz <keiths@redhat.com>
16166
16167 * gdb.linespec/ls-dollar.exp: Add test for linespec
16168 file:convenience_variable.
16169
16170 2014-05-05 Yao Qi <yao@codesourcery.com>
16171
16172 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16173 traceframes into tfile and ctf trace files. Read data from
16174 trace file and test collected data.
16175 (gdb_collect_locals_test): Likewise.
16176 (gdb_unavailable_registers_test): Likewise.
16177 (gdb_unavailable_floats): Likewise.
16178 (gdb_collect_globals_test): Likewise.
16179 (top-level): Append "ctf" to trace_file_targets if GDB
16180 supports.
16181
16182 2014-05-05 Yao Qi <yao@codesourcery.com>
16183
16184 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16185 code to ...
16186 (gdb_collect_args_test_1): ... it. New proc.
16187 (gdb_collect_locals_test): Move some code to ...
16188 (gdb_collect_locals_test_1): ... it. New proc.
16189 (gdb_unavailable_registers_test): Move some code to ...
16190 (gdb_unavailable_registers_test_1): ... it. New proc.
16191 (gdb_unavailable_floats): Move some code to ...
16192 (gdb_unavailable_floats_1): ... it. New proc.
16193
16194 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16195
16196 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16197 probes to test for bitness recognition.
16198 * gdb.arch/amd64-stap-optional-prefix.exp
16199 (test_probe_value_without_reg): New procedure.
16200 Add code to test for different kinds of bitness.
16201
16202 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16203
16204 PR breakpoints/16889
16205 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16206 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16207
16208 2014-05-01 Pedro Alves <palves@redhat.com>
16209
16210 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16211 gdb_file_cmd if no file is specified.
16212 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16213 last_loaded_file to set the remote exec-file.
16214
16215 2014-05-01 Pedro Alves <palves@redhat.com>
16216
16217 * boards/local-remote-host.exp: New file.
16218
16219 2014-05-01 Pedro Alves <palves@redhat.com>
16220
16221 * boards/local-remote-host.exp: Rename to ...
16222 * boards/local-remote-host-notty.exp: ... this.
16223
16224 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16225
16226 * gdb.ada/dyn_arrayidx: New testcase.
16227
16228 2014-04-26 Yao Qi <yao@codesourcery.com>
16229
16230 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16231 and compute the length of function main. Save it in
16232 $main_length.
16233 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16234 (top-level): Use gdb_compile to compile objects into
16235 executable and restart GDB. Remove invocation to
16236 prepare_for_testing.
16237
16238 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16239 Pedro Alves <palves@redhat.com>
16240
16241 PR server/16255
16242 * gdb.multi/multi-attach.c: New file.
16243 * gdb.multi/multi-attach.exp: New file.
16244
16245 2014-04-25 Pedro Alves <palves@redhat.com>
16246
16247 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16248 user.
16249 (top level): Test that "set remote conditional-breakpoints-packet
16250 off" works as intended.
16251 * gdb.base/dprintf.exp: Test that "set remote
16252 breakpoint-commands-packet off" works as intended.
16253 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16254 New function.
16255 (top level): Call it.
16256 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16257 remote fast-tracepoints-packet off" works as intended.
16258 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16259 * lib/gdb.exp (gdb_is_target_remote): ... here.
16260
16261 2014-04-24 David Blaikie <dblaikie@gmail.com>
16262
16263 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16264 ensure clang would not discard them.
16265 * gdb.base/gdbvars.c: Ditto.
16266 * gdb.base/memattr.c: Ditto.
16267 * gdb.base/whatis.c: Ditto.
16268 * gdb.python/py-prettyprint.c: Ditto.
16269 * gdb.trace/actions.c: Ditto.
16270 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16271 ensure clang would not discard it.
16272
16273 2014-04-24 David Blaikie <dblaikie@gmail.com>
16274
16275 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16276 clang to emit the full definition of type required by the test
16277 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16278
16279 2014-04-24 David Blaikie <dblaikie@gmail.com>
16280
16281 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16282 coax Clang into emitting the definition of the type.
16283 * gdb.cp/pr10728-x.h (y): Ditto.
16284 * gdb.cp/pr10728-y.cc (y): Ditto.
16285
16286 2014-04-24 David Blaikie <dblaikie@gmail.com>
16287
16288 * gdb.base/label.exp: XFAIL label related tests under Clang.
16289 * gdb.cp/cplabel.exp: Ditto.
16290 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16291 under Clang those using labels.
16292
16293 2014-04-25 Yao Qi <yao@codesourcery.com>
16294
16295 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16296 double_label.
16297 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16298 partial_label and double_label.
16299
16300 2014-04-24 David Blaikie <dblaikie@gmail.com>
16301
16302 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16303
16304 2014-04-24 David Blaikie <dblaikie@gmail.com>
16305
16306 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16307 of the function to work across GCC and Clang.
16308 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16309 pointer types (const void ** const V void **).
16310
16311 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16312 Walfred Tedeschi <walfred.tedeschi@intel.com>
16313
16314 * Makefile.in (EXECUTABLES): Added i386-avx512.
16315 * gdb.arch/i386-avx512.c: New file.
16316 * gdb.arch/i386-avx512.exp: Likewise.
16317
16318 2014-04-23 Keith Seitz <keiths@redhat.com>
16319
16320 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16321 (mi_make_breakpoint_table): New procedure.
16322 (mi_create_breakpoint): Use mi_make_breakpoint
16323 and return the result.
16324 (mi_make_breakpoint): New procedure.
16325 (mi_build_kv_pairs): New procedure.
16326
16327 * gdb.mi/mi-break.exp: Remove unused globals,
16328 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16329 All callers updated.
16330 * gdb.mi/mi-dprintf.exp: Use variable to track command
16331 number.
16332 Update all callers of mi_create_breakpoint and use
16333 mi_make_breakpoint_table.
16334 Remove any unused global variables.
16335 * gdb.mi/mi-nonstop.exp: Likewise.
16336 * gdb.mi/mi-nsintrall.exp: Likewise.
16337 * gdb.mi/mi-nsmoribund.exp: Likewise.
16338 * gdb.mi/mi-nsthrexec.exp: Likewise.
16339 * gdb.mi/mi-reverse.exp: Likewise.
16340 * gdb.mi/mi-simplerun.exp: Likewise.
16341 * gdb.mi/mi-stepn.exp: Likewise.
16342 * gdb.mi/mi-syn-frame.exp: Likewise.
16343 * gdb.mi/mi-until.exp: Likewise.
16344 * gdb.mi/mi-var-cp.exp: Likewise.
16345 * gdb.mi/mi-var-display.exp: Likewise.
16346 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16347 * gdb.mi/mi2-var-child.exp: Likewise.
16348 * gdb.mi/mi-vla-c99.exp: Likewise.
16349 * lib/mi-support.exp: Likewise.
16350
16351 From Ian Lance Taylor <iant@cygnus.com>:
16352 * lib/gdb.exp (parse_args): New procedure.
16353
16354 2014-04-23 Pedro Alves <palves@redhat.com>
16355
16356 * gdb.base/break-unload-file.c: New file.
16357 * gdb.base/break-unload-file.exp: New file.
16358 * gdb.base/sym-file-lib.c (baz): New function.
16359 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16360 field.
16361 (load): Store the segment's mapped size.
16362 (unload): New function.
16363 (unload_shlib): New function.
16364 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16365 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16366 set a breakpoint at baz, and call it.
16367 * gdb.base/sym-file.exp: New tests for stale breakpoint
16368 instructions.
16369
16370 2014-04-23 Pedro Alves <palves@redhat.com>
16371
16372 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16373 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16374 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16375 * gdb.base/hbreak-unmapped.c: New file.
16376 * gdb.base/hbreak-unmapped.exp: New file.
16377 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16378 * lib/gdb.exp (gdb_is_target_remote): ... here.
16379
16380 2014-04-22 Pedro Alves <palves@redhat.com>
16381
16382 * gdb.base/consecutive-step-over.c: New file.
16383 * gdb.base/consecutive-step-over.exp: New file.
16384
16385 2014-04-22 Pedro Alves <palves@redhat.com>
16386
16387 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16388 instead of send_gdb/gdb_expect.
16389
16390 2014-04-22 Yao Qi <yao@codesourcery.com>
16391
16392 * lib/trace-support.exp (generate_tracefile): New procedure.
16393 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16394 return 0.
16395 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16396 if generate_tracefile returns 1.
16397
16398 2014-04-18 Tom Tromey <palves@redhat.com>
16399 Pedro alves <tromey@redhat.com>
16400
16401 PR backtrace/15558
16402 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16403 with a backtrace limit.
16404 * gdb.python/py-frame-inline.exp: Test running to an inline
16405 function with a backtrace limit, and printing the newest frame.
16406 * gdb.python/py-frame-inline.c (main): Call f.
16407
16408 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16409
16410 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16411
16412 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16413
16414 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16415 Drop prefix from unsupported source file path.
16416
16417 2014-04-17 Yao Qi <yao@codesourcery.com>
16418
16419 * lib/gdb.exp (with_target_charset): New proc.
16420 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16421 with_target_charset.
16422 (test_print_strings): Likewise.
16423 (test_repeat_bytes): Likewise.
16424 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16425 for some tests.
16426
16427 2014-04-16 Keith Seitz <keiths@redhat.com>
16428
16429 PR gdb/15827
16430 * gdb.dwarf2/corrupt.c: New file.
16431 * gdb.dwarf2/corrupt.exp: New file.
16432
16433 2014-04-16 Keith Seitz <keiths@redhat.com>
16434
16435 PR c++/16597
16436 * gdb.cp/namelessclass.cc: New file.
16437 * gdb.cp/namelessclass.exp: New file.
16438 * gdb.cp/namelessclass.S: New file.
16439
16440 2014-04-16 Doug Evans <dje@google.com>
16441
16442 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16443 Add comment.
16444 (gdbserver_default_get_comm_port): New function.
16445 (gdbserver_start): Check if board file provided
16446 "gdbserver,get_comm_port" and use it if so.
16447 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16448 (gdb,socketport): Set to "stdio".
16449 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16450 (stdio_gdbserver_template): Delete.
16451 (${board}_get_remote_address): Update.
16452 (${board}_build_remote_cmd): Delete.
16453 (${board}_get_comm_port): New function.
16454 (${board}_spawn): Update.
16455 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16456 Delete.
16457 (${board}_get_remote_address): Update.
16458 (${board}_get_comm_port): New function.
16459
16460 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16461
16462 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16463 appearing in any order.
16464
16465 2014-04-15 Doug Evans <dje@google.com>
16466
16467 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16468 uninitialized value of "description".
16469
16470 2014-04-15 Keith Seitz <keiths@redhat.com>
16471
16472 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16473 Remove unused globals.
16474 (test_running_the_program): Likewise.
16475 (test_controlled_execution): Likewise.
16476 (test_controlling_breakpoints): Likewise.
16477 (test_program_termination): Likewise.
16478
16479 2014-04-15 Keith Seitz <keiths@redhat.com>
16480
16481 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16482 unused globals.
16483 (test_rbreak_creation_and_listing): Likewise.
16484 (test_ignore_count): Likewise.
16485 (test_error): Likewise.
16486
16487 2014-04-15 Pedro Alves <palves@redhat.com>
16488
16489 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16490 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16491 sym-file-loader.c.
16492 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16493 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16494 to sym-file-loader.c.
16495 (struct library): Forward declare.
16496 (load_shlib, lookup_function): Change prototypes.
16497 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16498 (translate_offset): Remove declarations.
16499 (get_text_addr): New declaration.
16500 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16501 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16502 sym-file-loader.h.
16503 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16504 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16505 here from sym-file-loader.h.
16506 (struct library): New structure.
16507 (load_shlib, lookup_function): Change prototypes and adjust to
16508 work with a struct library.
16509 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16510 (translate_offset): Make static.
16511 (get_text_addr): New function.
16512 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16513
16514 2014-04-15 Pedro Alves <palves@redhat.com>
16515
16516 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16517
16518 2014-04-15 Pedro Alves <palves@redhat.com>
16519
16520 * gdb.base/sym-file-loader.c: Include <limits.h>.
16521 (SELF_LINK): New define.
16522 (get_origin): New function.
16523 (load_shlib): Use it.
16524 * gdb.base/sym-file.exp: Don't early return if the target is
16525 remote. Use runto_main, and issue fail is that fails. Use
16526 gdb_load_shlibs.
16527 (shlib_name): Delete.
16528 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16529
16530 2014-04-15 Pedro Alves <palves@redhat.com>
16531
16532 * gdb.base/sym-file.exp: Remove regex characters from test
16533 message. Don't refer to breakpoint numbers in test messages.
16534
16535 2014-04-14 Keith Seitz <keiths@redhat.com>
16536
16537 PR c++/16253
16538 * gdb.cp/var-tag.cc: New file.
16539 * gdb.cp/var-tag.exp: New file.
16540 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16541 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16542 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16543 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16544
16545 2014-04-14 Tom Tromey <tromey@redhat.com>
16546
16547 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16548 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16549 type.
16550 * gdb.cp/enum-class.exp: New file.
16551 * gdb.cp/enum-class.cc: New file.
16552
16553 2014-04-14 Tom Tromey <tromey@redhat.com>
16554
16555 * gdb.dwarf2/enum-type.exp: New file.
16556
16557 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16558
16559 * gdb.mi/mi-vla-c99.exp: New file.
16560 * gdb.mi/vla.c: New file.
16561
16562 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16563
16564 * gdb.base/vla-datatypes.c: New file.
16565 * gdb.base/vla-datatypes.exp: New file.
16566
16567 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16568
16569 * gdb.base/vla-ptr.c: New file.
16570 * gdb.base/vla-ptr.exp: New file.
16571
16572 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16573
16574 * gdb.dwarf2/count.exp: New file.
16575
16576 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16577
16578 * gdb.base/vla-sideeffect.c: New file.
16579 * gdb.base/vla-sideeffect.exp: New file.
16580
16581 2014-04-14 David Blaikie <dblaikie@gmail.com>
16582
16583 * gdb.mi/non-stop.c: Add return value for non-void function return
16584 statement.
16585 * gdb.threads/staticthreads.c: Ditto.
16586
16587 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16588 Doug Evans <xdje42@gmail.com>
16589
16590 * gdb.guile/scm-value.c: Improve test case.
16591 * gdb.guile/scm-value.exp: Add new test.
16592
16593 2014-04-11 David Blaikie <dblaikie@gmail.com>
16594
16595 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16596 override Clang's default.
16597
16598 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16599
16600 Revert the following changes (regressions):
16601
16602 * gdb.base/vla-sideeffect.c: New file.
16603 * gdb.base/vla-sideeffect.exp: New file.
16604
16605 * gdb.dwarf2/count.exp: New file.
16606
16607 * gdb.base/vla-multi.c: New file.
16608 * gdb.base/vla-multi.exp: New file.
16609
16610 * gdb.base/vla-ptr.c: New file.
16611 * gdb.base/vla-ptr.exp: New file.
16612
16613 * gdb.base/vla-datatypes.c: New file.
16614 * gdb.base/vla-datatypes.exp: New file.
16615
16616 * gdb.mi/mi-vla-c99.exp: New file.
16617 * gdb.mi/vla.c: New file.
16618
16619 2014-04-11 Keith Seitz <keiths@redhat.com>
16620
16621 PR c++/16675
16622 * gdb.cp/cpsizeof.exp: New file.
16623 * gdb.cp/cpsizeof.cc: New file.
16624
16625 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16626
16627 * gdb.mi/mi-vla-c99.exp: New file.
16628 * gdb.mi/vla.c: New file.
16629
16630 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16631
16632 * gdb.base/vla-datatypes.c: New file.
16633 * gdb.base/vla-datatypes.exp: New file.
16634
16635 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16636
16637 * gdb.base/vla-ptr.c: New file.
16638 * gdb.base/vla-ptr.exp: New file.
16639
16640 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16641
16642 * gdb.base/vla-multi.c: New file.
16643 * gdb.base/vla-multi.exp: New file.
16644
16645 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16646
16647 * gdb.dwarf2/count.exp: New file.
16648
16649 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16650
16651 * gdb.base/vla-sideeffect.c: New file.
16652 * gdb.base/vla-sideeffect.exp: New file.
16653
16654 2014-04-11 Yao Qi <yao@codesourcery.com>
16655
16656 * gdb.base/completion.exp: Check file exists before running tests
16657 on file completion.
16658
16659 2014-04-10 Pedro Alves <palves@redhat.com>
16660
16661 * gdb.base/cond-eval-mode.c: New file.
16662 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16663 prepare_for_testing to build the new file. Check result of
16664 runto_main.
16665 (test_break, test_watch): New procedures.
16666 (top level): Use them.
16667
16668 2014-04-08 Pierre Muller <muller@sourceware.org>
16669
16670 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16671 Ctrl-V use for mingw hosts.
16672
16673 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16674
16675 * gdb.python/py-value.c: Improve test case.
16676 * gdb.python/py-value.exp: Add new test.
16677
16678 2014-04-07 David Blaikie <dblaikie@gmail.com>
16679
16680 * lib/compiler.c: Identify the clang compiler.
16681 * lib/compiler.cc: Ditto.
16682
16683 2014-04-03 Yao Qi <yao@codesourcery.com>
16684
16685 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16686
16687 2014-04-01 Anton Blanchard <anton@samba.org>
16688
16689 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16690 messages unique.
16691
16692 2014-04-01 Anton Blanchard <anton@samba.org>
16693
16694 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16695 prepare_for_testing.
16696
16697 2014-04-01 Anton Blanchard <anton@samba.org>
16698
16699 * gdb.arch/ppc64-atomic-inst.c: Remove.
16700 * gdb.arch/ppc64-atomic-inst.S: New file.
16701 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16702
16703 2014-03-31 Doug Evans <dje@google.com>
16704
16705 * gdb.base/print-symbol-loading-lib.c: New file.
16706 * gdb.base/print-symbol-loading-main.c: New file.
16707 * gdb.base/print-symbol-loading.exp: New file.
16708
16709 2014-03-31 Yao Qi <yao@codesourcery.com>
16710
16711 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16712
16713 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16714
16715 * gdb.ada/mi_dyn_arr: New testcase.
16716
16717 2014-03-27 Doug Evans <dje@google.com>
16718
16719 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16720
16721 2014-03-27 Yao Qi <yao@codesourcery.com>
16722
16723 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16724 if target is nios2-*-*.
16725
16726 2014-03-26 Yao Qi <yao@codesourcery.com>
16727
16728 * lib/gdb.exp (readline_is_used): New proc.
16729 * gdb.base/completion.exp: Move tests on command complete up.
16730 Skip the rest of tests if readline is not used.
16731 * gdb.ada/complete.exp: Skp the test if readline is not
16732 used.
16733 * gdb.base/filesym.exp: Likewise.
16734 * gdb.base/macscp.exp: Likewise.
16735 * gdb.base/readline-ask.exp: Likewise.
16736 * gdb.base/readline.exp: Likewise.
16737 * gdb.python/py-cmd.exp: Likewise.
16738 * gdb.trace/tfile.exp: Likewise.
16739
16740 2014-03-26 Yao Qi <yao@codesourcery.com>
16741
16742 * gdb.base/macscp.exp: Fix code format issues.
16743
16744 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16745
16746 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16747 * gdb.asm/powerpc64le.inc: New file.
16748
16749 2014-03-25 Pedro Alves <palves@redhat.com>
16750 Doug Evans <dje@google.com>
16751
16752 * gdb.base/source-execution.c: New file.
16753 * gdb.base/source-execution.exp: New file.
16754 * gdb.base/source-execution.gdb: New file.
16755
16756 2014-03-24 Doug Evans <dje@google.com>
16757
16758 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16759 using fission.
16760
16761 2014-03-24 Hui Zhu <hui@codesourcery.com>
16762 Pedro Alves <palves@redhat.com>
16763
16764 PR breakpoints/16101
16765 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16766 test pass/fail messages. Detect missing support for dprintf when
16767 breakpoints are actually inserted.
16768 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16769 breakpoints are actually inserted.
16770 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16771 fails.
16772
16773 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16774
16775 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16776
16777 2014-03-22 Doug Evans <xdje42@gmail.com>
16778
16779 * gdb.python/python.exp (python not supported): Verify multi-line
16780 python command issues an error.
16781 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16782 guile command issues an error.
16783
16784 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16785
16786 * gdb.threads/thread-specific.exp: Handle the lack of usable
16787 $this_breakpoint and $this_thread.
16788
16789 2014-03-21 Hui Zhu <hui@codesourcery.com>
16790
16791 * gdb.base/attach.exp (do_command_attach_tests): New.
16792
16793 2014-03-20 Tom Tromey <tromey@redhat.com>
16794 Pedro Alves <palves@redhat.com>
16795
16796 PR cli/15718
16797 * gdb.base/condbreak-call-false.c: New file.
16798 * gdb.base/condbreak-call-false.exp: New file.
16799
16800 2014-03-20 Pedro Alves <palves@redhat.com>
16801
16802 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16803 Delete.
16804 (block_signals, unblock_signals): Delete.
16805 (child_function_2, main): Remove references to deleted variable
16806 and functions.
16807
16808 2014-03-20 Pedro Alves <palves@redhat.com>
16809
16810 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16811 Use pthread_kill to signal thread 2.
16812 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16813 Adjust to make the test send itself a signal rather than using the
16814 host's "kill" command.
16815
16816 2014-03-20 Pedro Alves <palves@redhat.com>
16817
16818 * gdb.threads/multiple-step-overs.c: New file.
16819 * gdb.threads/multiple-step-overs.exp: New file.
16820 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16821 Adjust expected infrun debug output.
16822
16823 2014-03-20 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16826 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16827
16828 2014-03-20 Pedro Alves <palves@redhat.com>
16829
16830 PR breakpoints/7143
16831 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16832 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16833 of gdb_test_multiple.
16834 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16835 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16836
16837 2014-03-20 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16840 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16841
16842 2014-03-19 Pedro Alves <palves@redhat.com>
16843
16844 * gdb.base/async.exp: Remove early return.
16845
16846 2014-03-19 Pedro Alves <palves@redhat.com>
16847
16848 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16849
16850 2014-03-19 Pedro Alves <palves@redhat.com>
16851
16852 * gdb.base/async.exp (test_background): Expect \r\n after
16853 "completed." in the fail pattern.
16854
16855 2014-03-19 Pedro Alves <palves@redhat.com>
16856
16857 * gdb.base/async.exp (test_background): New procedure.
16858 Use it for all background execution command tests.
16859
16860 2014-03-19 Pedro Alves <palves@redhat.com>
16861
16862 * gdb.base/async.exp: Use prepare_for_testing.
16863
16864 2014-03-19 Pedro Alves <palves@redhat.com>
16865
16866 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16867 the same line.
16868
16869 2014-03-19 Pedro Alves <palves@redhat.com>
16870
16871 * gdb.base/async.c (main): Add "jump here" and "until here" line
16872 marker comments.
16873 * gdb.base/async.exp (jump_here): New global.
16874 (jump& test): Use it.
16875 (until_here): New global.
16876 (until& test): Use it.
16877
16878 2014-03-19 Pedro Alves <palves@redhat.com>
16879
16880 * gdb.base/async.exp: Don't frob gdb_protocol.
16881
16882 2014-03-18 Doug Evans <xdje42@gmail.com>
16883
16884 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16885 Fix spelling of exec-done-display.
16886
16887 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16888
16889 PR gdb/15358
16890 * gdb.base/gdb-sigterm.c: New file.
16891 * gdb.base/gdb-sigterm.exp: New file.
16892
16893 2014-03-18 Pedro Alves <palves@redhat.com>
16894
16895 PR gdb/13860
16896 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16897 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16898 solib-event.
16899
16900 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16901
16902 * gdb.ada/pckd_arr_ren: New testcase.
16903
16904 2014-03-13 Doug Evans <xdje42@gmail.com>
16905
16906 PR guile/16612
16907 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16908 collect after discarding symbols.
16909
16910 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16911 Doug Evans <xdje42@gmail.com>
16912
16913 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16914 to history survives a gc.
16915
16916 2014-03-13 Pedro Alves <palves@redhat.com>
16917
16918 * gdb.base/default.exp: Don't test "target procfs".
16919
16920 2014-03-13 Pedro Alves <palves@redhat.com>
16921
16922 * gdb.base/default.exp: Update "target child" and "target procfs"
16923 tests to not expect "Unix".
16924
16925 2014-03-12 Tom Tromey <tromey@redhat.com>
16926
16927 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16928 New procs. Add target-async tests.
16929 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16930 Add target-async tests.
16931
16932 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16933
16934 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16935 'func_start' and 'func_end' for the beginning and end of the
16936 function code, respectively.
16937 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16938 'func_end' instead of 'func' and 'main'.
16939
16940 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16941
16942 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16943 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16944 generate the debug info assembler source.
16945
16946 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16947
16948 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16949 * gdb.dwarf2/arr-subrange.exp: Likewise.
16950 * gdb.dwarf2/dwz.exp: Likewise.
16951 * gdb.dwarf2/method-ptr.exp: Likewise.
16952 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16953 * gdb.dwarf2/subrange.exp: Likewise.
16954 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16955 * gdb.dwarf2/implptrpiece.exp: Likewise.
16956 * gdb.dwarf2/nostaticblock.exp: Likewise.
16957
16958 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16959
16960 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16961 directory to absolute path name arguments.
16962
16963 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16964
16965 * gdb.ada/tagged_access: New testcase.
16966
16967 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16968
16969 * gdb.btrace/data.exp: Update expected output.
16970
16971 2014-03-06 Yao Qi <yao@codesourcery.com>
16972
16973 * gdb.trace/pr16508.exp: New file.
16974
16975 2014-03-05 Pedro Alves <palves@redhat.com>
16976
16977 PR gdb/16575
16978 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16979 procedure.
16980 (top level): Adjust to use it. Add tests that exercise breakpoint
16981 interaction with the code-cache.
16982
16983 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16984
16985 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16986 test for 'history-append!'.
16987
16988 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16989
16990 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16991 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16992 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16993 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16994 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16995 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16996
16997 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16998
16999 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17000 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17001 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17002
17003 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17004
17005 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17006
17007 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17008
17009 * gdb.dwarf2/arr-stride.c: New file.
17010 * gdb.dwarf2/arr-stride.exp: New file.
17011
17012 2014-02-26 Pedro Alves <palves@redhat.com>
17013
17014 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17015 that won't ever trigger. Make sure that GDB reports the correct
17016 breakpoint that caused the stop.
17017
17018 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17019
17020 PR gdb/16626
17021 * gdb.base/auto-load-script: New file.
17022 * gdb.base/auto-load.c: New file.
17023 * gdb.base/auto-load.exp: New file.
17024
17025 PR gdb/16626
17026 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17027
17028 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17029
17030 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17031 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17032
17033 2014-02-24 Doug Evans <dje@google.com>
17034
17035 * lib/gdb.exp (run_on_host): Log error output if program fails.
17036
17037 2014-02-21 Pedro Alves <palves@redhat.com>
17038
17039 * gdb.threads/step-after-sr-lock.c: Rename to ...
17040 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17041 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17042 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17043 ... this.
17044
17045 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17046
17047 PR tdep/16397
17048 * gdb.arch/amd64-stap-special-operands.exp: New file.
17049 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17050 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17051 * gdb.arch/amd64-stap-triplet.S: Likewise.
17052 * gdb.arch/amd64-stap-triplet.c: Likewise.
17053
17054 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17055
17056 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17057 in .section pseudo-op.
17058
17059 2014-02-20 lin zuojian <manjian2006@gmail.com>
17060 Joel Brobecker <brobecker@adacore.com>
17061 Doug Evans <xdje42@gmail.com>
17062
17063 PR symtab/16581
17064 * gdb.dwarf2/dw2-icycle.S: New file.
17065 * gdb.dwarf2/dw2-icycle.c: New file.
17066 * gdb.dwarf2/dw2-icycle.exp: New file.
17067
17068 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17069
17070 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17071 operations on gdb.Value objects.
17072 * gdb.python/py-value-cc.exp: Add new test to test operations on
17073 gdb.Value objects.
17074
17075 2014-02-18 Doug Evans <dje@google.com>
17076
17077 * Makefile.in (TESTS): New variable.
17078 (expanded_tests, expanded_tests_or_none): New variables
17079 (check-single): Pass $(expanded_tests_or_none) to runtest.
17080 (check-parallel): Only run tests in $(TESTS) if non-empty.
17081 (check/no-matching-tests-found): New rule.
17082 * README: Document TESTS makefile variable.
17083
17084 2014-02-18 Doug Evans <dje@google.com>
17085
17086 * Makefile.in (check-parallel): rm -rf outputs temp.
17087
17088 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17089
17090 Fix "ERROR: no fileid for" in the testsuite.
17091 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17092
17093 2014-02-12 Doug Evans <dje@google.com>
17094
17095 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17096 (MISCELLANEOUS): New variable.
17097 (clean): rm -rf $(MISCELLANEOUS).
17098 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17099 dwp live in the same directory as symlinks, with each symlink pointed
17100 to a differently named file in a different directory.
17101
17102 2014-02-11 Doug Evans <dje@google.com>
17103
17104 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17105 of Tcl file commands.
17106
17107 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17108
17109 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17110 "kill -SIGUSR1 -1".
17111
17112 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17113
17114 * gdb.ada/tick_length_array_enum_idx: New testcase.
17115
17116 2014-02-10 Doug Evans <xdje42@gmail.com>
17117
17118 * configure.ac (AC_OUTPUT): Add gdb.guile.
17119 * configure: Regenerate.
17120 * lib/gdb-guile.exp: New file.
17121 * lib/gdb.exp (get_target_charset): New function.
17122 * gdb.base/help.exp: Update expected output from "apropos apropos".
17123 * gdb.guile/Makefile.in: New file.
17124 * gdb.guile/guile.exp: New file.
17125 * gdb.guile/scm-arch.c: New file.
17126 * gdb.guile/scm-arch.exp: New file.
17127 * gdb.guile/scm-block.c: New file.
17128 * gdb.guile/scm-block.exp: New file.
17129 * gdb.guile/scm-breakpoint.c: New file.
17130 * gdb.guile/scm-breakpoint.exp: New file.
17131 * gdb.guile/scm-disasm.c: New file.
17132 * gdb.guile/scm-disasm.exp: New file.
17133 * gdb.guile/scm-equal.c: New file.
17134 * gdb.guile/scm-equal.exp: New file.
17135 * gdb.guile/scm-error.exp: New file.
17136 * gdb.guile/scm-error.scm: New file.
17137 * gdb.guile/scm-frame-args.c: New file.
17138 * gdb.guile/scm-frame-args.exp: New file.
17139 * gdb.guile/scm-frame-args.scm: New file.
17140 * gdb.guile/scm-frame-inline.c: New file.
17141 * gdb.guile/scm-frame-inline.exp: New file.
17142 * gdb.guile/scm-frame.c: New file.
17143 * gdb.guile/scm-frame.exp: New file.
17144 * gdb.guile/scm-generics.exp: New file.
17145 * gdb.guile/scm-gsmob.exp: New file.
17146 * gdb.guile/scm-iterator.c: New file.
17147 * gdb.guile/scm-iterator.exp: New file.
17148 * gdb.guile/scm-math.c: New file.
17149 * gdb.guile/scm-math.exp: New file.
17150 * gdb.guile/scm-objfile-script-gdb.in: New file.
17151 * gdb.guile/scm-objfile-script.c: New file.
17152 * gdb.guile/scm-objfile-script.exp: New file.
17153 * gdb.guile/scm-objfile.c: New file.
17154 * gdb.guile/scm-objfile.exp: New file.
17155 * gdb.guile/scm-ports.exp: New file.
17156 * gdb.guile/scm-pretty-print.c: New file.
17157 * gdb.guile/scm-pretty-print.exp: New file.
17158 * gdb.guile/scm-pretty-print.scm: New file.
17159 * gdb.guile/scm-section-script.c: New file.
17160 * gdb.guile/scm-section-script.exp: New file.
17161 * gdb.guile/scm-section-script.scm: New file.
17162 * gdb.guile/scm-symbol.c: New file.
17163 * gdb.guile/scm-symbol.exp: New file.
17164 * gdb.guile/scm-symtab-2.c: New file.
17165 * gdb.guile/scm-symtab.c: New file.
17166 * gdb.guile/scm-symtab.exp: New file.
17167 * gdb.guile/scm-type.c: New file.
17168 * gdb.guile/scm-type.exp: New file.
17169 * gdb.guile/scm-value-cc.cc: New file.
17170 * gdb.guile/scm-value-cc.exp: New file.
17171 * gdb.guile/scm-value.c: New file.
17172 * gdb.guile/scm-value.exp: New file.
17173 * gdb.guile/source2.scm: New file.
17174 * gdb.guile/types-module.cc: New file.
17175 * gdb.guile/types-module.exp: New file.
17176
17177 2014-02-10 Yao Qi <yao@codesourcery.com>
17178
17179 PR testsuite/16543
17180 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17181 * configure: Regenerated.
17182 * Makefile.in: New file.
17183
17184 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17185
17186 * gdb.python/py-framefilter.exp: Fix typo.
17187
17188 2014-02-08 Yao Qi <yao@codesourcery.com>
17189
17190 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17191 that no =breakpoint-modified is emitted when breakpoints are
17192 modified through MI commands.
17193
17194 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17195 Pedro Alves <palves@redhat.com>
17196
17197 * gdb.threads/step-after-sr-lock.c: New file.
17198 * gdb.threads/step-after-sr-lock.exp: New file.
17199
17200 2014-02-07 Pedro Alves <palves@redhat.com>
17201
17202 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17203
17204 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17205
17206 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17207 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17208
17209 2014-02-06 Doug Evans <xdje42@gmail.com>
17210
17211 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17212 output.
17213
17214 * gdb.gdb/python-interrupts.exp: New file.
17215
17216 2014-02-05 Yao Qi <yao@codesourcery.com>
17217
17218 * gdb.trace/report.exp (use_collected_data): Test the output
17219 of "info threads" and "info inferiors".
17220
17221 2014-02-05 Yao Qi <yao@codesourcery.com>
17222
17223 Revert this patch:
17224
17225 2013-05-24 Yao Qi <yao@codesourcery.com>
17226
17227 * gdb.trace/tfile.exp: Test inferior and thread.
17228
17229 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17230
17231 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17232 on a function.
17233 * gdb.base/step-bt.c: Call hello via function pointer to make
17234 sure its first instruction is executed on powerpc64le-linux.
17235
17236 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17237
17238 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17239
17240 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17241
17242 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17243 of the test patterns for use on little-endian systems.
17244
17245 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17246
17247 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17248 (decimal_vector): Fix for little-endian.
17249
17250 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17251
17252 * gdb.arch/sparc-sysstep.exp: New file.
17253 * gdb.arch/sparc-sysstep.c: Likewise.
17254
17255 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17256
17257 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17258
17259 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17260
17261 2014-01-23 Tom Tromey <tromey@redhat.com>
17262
17263 * gdb.ada/array_char_idx: New testcase.
17264
17265 2014-01-23 Tom Tromey <tromey@redhat.com>
17266
17267 PR python/16487:
17268 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17269 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17270 classes.
17271
17272 2014-01-23 Tom Tromey <tromey@redhat.com>
17273
17274 PR python/16491:
17275 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17276 string from an inferior frame.
17277 * gdb.python/py-framefilter-mi.exp: Update.
17278
17279 2014-01-22 Doug Evans <dje@google.com>
17280
17281 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17282
17283 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17284
17285 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17286
17287 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17288
17289 * gdb.trace/entry-values.exp: Remove excess space character from
17290 regex patterns. Handle s390 call instruction.
17291
17292 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17293
17294 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17295 define "*_start" label. Make "name" static.
17296 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17297 ${name} by references to ${name}_start.
17298
17299 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17300
17301 * gdb.base/info-macros.exp: Remove "debug" from the compile
17302 options.
17303
17304 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17305
17306 * gdb.dlang/demangle.exp: New file.
17307
17308 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17309
17310 * gdb.dlang/primitive-types.exp: New file.
17311
17312 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17313
17314 * configure.ac: Create gdb.dlang/Makefile.
17315 * configure: Regenerate.
17316 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17317 * gdb.dlang/Makefile.in: New file.
17318 * lib/d-support.exp: New file.
17319 * lib/gdb.exp (skip_d_tests): New proc.
17320
17321 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17322
17323 * gdb.btrace/delta.exp: Check reverse stepi.
17324 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17325 * gdb.btrace/finish.exp: New.
17326 * gdb.btrace/next.exp: New.
17327 * gdb.btrace/nexti.exp: New.
17328 * gdb.btrace/record_goto.c: Add comments.
17329 * gdb.btrace/step.exp: New.
17330 * gdb.btrace/stepi.exp: New.
17331 * gdb.btrace/multi-thread-step.c: New.
17332 * gdb.btrace/multi-thread-step.exp: New.
17333 * gdb.btrace/rn-dl-bind.c: New.
17334 * gdb.btrace/rn-dl-bind.exp: New.
17335 * gdb.btrace/data.c: New.
17336 * gdb.btrace/data.exp: New.
17337 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17338
17339 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17340
17341 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17342 * gdb.btrace/exception.exp: Update.
17343 * gdb.btrace/instruction_history.exp: Update.
17344 * gdb.btrace/record_goto.exp: Update.
17345 * gdb.btrace/tailcall.exp: Update.
17346 * gdb.btrace/unknown_functions.exp: Update.
17347 * gdb.btrace/delta.exp: New.
17348
17349 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17350
17351 * gdb.btrace/record_goto.exp: Add backtrace test.
17352 * gdb.btrace/tailcall.exp: Add backtrace test.
17353
17354 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17355
17356 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17357 * gdb.btrace/record_goto.c: New.
17358 * gdb.btrace/record_goto.exp: New.
17359 * gdb.btrace/x86-record_goto.S: New.
17360
17361 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17362
17363 * gdb.btrace/function_call_history.exp: Update tests.
17364 * gdb.btrace/instruction_history.exp: Update tests.
17365
17366 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17367
17368 * gdb.btrace/function_call_history.exp: Fix expected field
17369 order for "record function-call-history".
17370 Add new tests for "record function-call-history /c".
17371 * gdb.btrace/exception.cc: New.
17372 * gdb.btrace/exception.exp: New.
17373 * gdb.btrace/tailcall.exp: New.
17374 * gdb.btrace/x86-tailcall.S: New.
17375 * gdb.btrace/x86-tailcall.c: New.
17376 * gdb.btrace/unknown_functions.c: New.
17377 * gdb.btrace/unknown_functions.exp: New.
17378 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17379
17380 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17381
17382 * gdb.btrace/instruction_history.exp: Update.
17383 * gdb.btrace/function_call_history.exp: Update.
17384
17385 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17386
17387 * gdb.btrace/function_call_history.exp: Fix expected function
17388 trace.
17389 * gdb.btrace/instruction_history.exp: Initialize traced.
17390 Remove traced_functions.
17391
17392 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17393
17394 * gdb.btrace/function_call_history.exp: Update
17395 * gdb.btrace/instruction_history.exp: Update.
17396
17397 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17398
17399 * gdb.btrace/enable.exp: Update expected text.
17400
17401 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17402
17403 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17404 bytes.
17405
17406 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17407
17408 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17409
17410 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17411
17412 * lib/gdb.exp (supports_process_record): Return true for
17413 arm*-linux*. (supports_reverse): Likewise.
17414
17415 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17416
17417 PR python/15464
17418 PR python/16113
17419 * gdb.python/py-type.c: Enhance test case.
17420 * gdb.python/py-value-cc.cc: Likewise
17421 * gdb.python/py-type.exp: Add new tests.
17422 * gdb.python/py-value-cc.exp: Likewise
17423
17424 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17425 Pedro Alves <palves@redhat.com>
17426
17427 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17428 Make "name" extern.
17429 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17430 references to ${name}_start by references to ${name}.
17431
17432 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17433
17434 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17435
17436 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17437
17438 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17439
17440 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17441 Pedro Alves <palves@redhat.com>
17442
17443 * gdb.mi/mi-info-os.exp: Connect to the target with
17444 mi_gdb_target_load.
17445
17446 2014-01-08 Pedro Alves <palves@redhat.com>
17447
17448 * gdb.threads/reconnect-signal.c: New file.
17449 * gdb.threads/reconnect-signal.exp: New file.
17450
17451 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17452
17453 * gdb.base/source-dir.exp: New file.
17454
17455 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17456
17457 * gdb.ada/mi_interface: New testcase.
17458
17459 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17460
17461 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17462 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17463 gdb.ada/pp-rec-component/pck.ads: New files.
17464
17465 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17466
17467 * gdb.python/py-pp-integral.c: New file.
17468 * gdb.python/py-pp-integral.py: New file.
17469 * gdb.python/py-pp-integral.exp: New file.
17470
17471 For older changes see ChangeLog-1993-2013.
17472 \f
17473 ;; Local Variables:
17474 ;; mode: change-log
17475 ;; left-margin: 8
17476 ;; fill-column: 74
17477 ;; version-control: never
17478 ;; End:
17479
17480 Copyright 2014-2019 Free Software Foundation, Inc.
17481 Copying and distribution of this file, with or without modification,
17482 are permitted provided the copyright notice and this notice are preserved.
This page took 0.637473 seconds and 5 git commands to generate.