[gdb/testsuite] Make gdb.dwarf2/dw2-line-number-zero.exp more robust
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-29 Tom de Vries <tdevries@suse.de>
2
3 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
4 rather than function name.
5
6 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 PR symtab/26270:
9 * gdb.cp/disasm-func-name.cc: New file.
10 * gdb.cp/disasm-func-name.exp: New file.
11
12 2020-07-28 Tom Tromey <tromey@adacore.com>
13
14 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
15 'varval' location.
16
17 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * gdb.python/py-unwind.py: Update to make use of a register
20 descriptor.
21
22 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * gdb.python/py-arch-reg-names.exp: Add additional tests.
25
26 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 PR fortran/23051
29 PR fortran/26139
30 * gdb.fortran/class-allocatable-array.exp: New file.
31 * gdb.fortran/class-allocatable-array.f90: New file.
32 * gdb.fortran/pointer-to-pointer.exp: New file.
33 * gdb.fortran/pointer-to-pointer.f90: New file.
34
35 2020-07-25 Tom de Vries <tdevries@suse.de>
36
37 PR symtab/26243
38 * gdb.dwarf2/dw2-line-number-zero.c: New test.
39 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
40
41 2020-07-24 Tom de Vries <tdevries@suse.de>
42
43 PR testsuite/26293
44 * gdb.ada/mi_prot.exp: Require gnatmake-8.
45
46 2020-07-23 Pedro Alves <pedro@palves.net>
47
48 * gdb.server/server-kill.exp (prepare): New, factored out from the
49 top level.
50 (kill_server): New.
51 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
52 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
53
54 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
57
58 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
59
60 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
61 Initialize to empty string at top level.
62 (gdb_wrapper_init): Revert check for file existence on build.
63 Build the wrapper in its default place, not a build-specific
64 location. When host == build, make the pathname absolute.
65 (gdb_compile): Delete leftover declaration of
66 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
67 string instead of uninitialized.
68
69 2020-07-22 Kevin Buettner <kevinb@redhat.com>
70
71 * gdb.base/corefile2.exp: New file.
72 * gdb.base/coremaker2.exp: New file.
73
74 2020-07-22 Kevin Buettner <kevinb@redhat.com>
75
76 * gdb.base/coredump-filter.exp: Add second
77 non-Private-Shared-Anon-File test.
78 (test_disasm): Rename binfile for test which is expected
79 to fail.
80
81 2020-07-22 Kevin Buettner <kevinb@redhat.com>
82
83 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
84 data in core file".
85 * gdb.base/coremaker.c (buf2ro): New global.
86 (mmapdata): Add a read-only mmap mapping.
87
88 2020-07-22 Kevin Buettner <kevinb@redhat.com>
89
90 PR corefiles/25631
91 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
92 New test.
93 * gdb.base/coremaker.c (buf3): New global.
94 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
95 flags.
96
97 2020-07-22 Kevin Buettner <kevinb@redhat.com>
98
99 * gdb.base/coremaker.c (filler_ro): New global constant.
100
101 2020-07-22 Tom Tromey <tromey@adacore.com>
102
103 * gdb.ada/mi_prot.exp: New file.
104 * gdb.ada/mi_prot/pkg.adb: New file.
105 * gdb.ada/mi_prot/pkg.ads: New file.
106 * gdb.ada/mi_prot/prot.adb: New file.
107
108 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
109
110 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
111 loads two JITers.
112
113 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.python/py-arch-reg-groups.exp: Additional tests.
116
117 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * gdb.python/py-arch-reg-names.exp: Additional tests.
120
121 2020-07-21 Tom de Vries <tdevries@suse.de>
122
123 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
124 breakpoint locations".
125 * gdb.reverse/solib-reverse.exp: Same.
126
127 2020-07-21 Tom de Vries <tdevries@suse.de>
128
129 * gdb.reverse/step-reverse.c (callee): Merge statements.
130
131 2020-07-21 Tom de Vries <tdevries@suse.de>
132
133 * gdb.fortran/info-modules.exp (info module variables): Allow missing
134 line numbers for some variables.
135
136 2020-07-21 Tom de Vries <tdevries@suse.de>
137
138 * gdb.opt/inline-locals.c (init_array): New func.
139 (func1): Use init_array.
140 * gdb.opt/inline-locals.exp: Update pattern.
141
142 2020-07-21 Tom de Vries <tdevries@suse.de>
143
144 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
145 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
146
147 2020-07-20 Ludovic Courtès <ludo@gnu.org>
148
149 * gdb.guile/source2.scm: Add #f first argument to 'format'.
150 * gdb.guile/types-module.exp: Remove "ERROR:" from
151 regexps since Guile 3.0 no longer prints that.
152
153 2020-07-20 Ludovic Courtès <ludo@gnu.org>
154
155 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
156 error regexp to match on Guile 2.2.
157
158 2020-07-20 Gary Benson <gbenson@redhat.com>
159
160 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
161 with clang.
162
163 2020-07-20 Tom de Vries <tdevries@suse.de>
164
165 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
166 (omp_set_lock_in_order): New function.
167 (single_scope, multi_scope, nested_func, nested_parallel): Use
168 omp_set_lock_in_order and omp_unset_lock.
169 (main): Init and destroy lock and lock2.
170
171 2020-07-20 Tom de Vries <tdevries@suse.de>
172
173 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
174
175 2020-07-20 Tom de Vries <tdevries@suse.de>
176
177 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
178
179 2020-07-17 Tom de Vries <tdevries@suse.de>
180
181 * gdb.base/valgrind-infcall-2.c: New test.
182 * gdb.base/valgrind-infcall-2.exp: New file.
183 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
184
185 2020-07-17 Tom de Vries <tdevries@suse.de>
186
187 * gdb.dlang/circular.c (found): Use found_label as label name.
188 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
189 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
190 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
191 * gdb.dwarf2/ada-linkage-name.exp: Same.
192 * gdb.dwarf2/arr-subrange.exp: Same.
193 * gdb.dwarf2/atomic-type.exp: Same.
194 * gdb.dwarf2/comp-unit-lang.exp: Same.
195 * gdb.dwarf2/cpp-linkage-name.exp: Same.
196 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
197 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
198 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
199 * gdb.dwarf2/implptr-64bit.exp: Same.
200 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
201 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
202 * gdb.dwarf2/imported-unit.exp: Same.
203 * gdb.dwarf2/main-subprogram.exp: Same.
204 * gdb.dwarf2/missing-type-name.exp: Same.
205 * gdb.dwarf2/nonvar-access.exp: Same.
206 * gdb.dwarf2/struct-with-sig.exp: Same.
207 * gdb.dwarf2/typedef-void-finish.exp: Same.
208 * gdb.dwarf2/void-type.exp: Same.
209
210 2020-07-17 Tom de Vries <tdevries@suse.de>
211
212 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
213 src parameter.
214 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
215 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
216 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
217 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
218 * gdb.dwarf2/dwz.exp: Same.
219 * gdb.dwarf2/implptr-optimized-out.exp: Same.
220 * gdb.dwarf2/implref-array.exp: Same.
221 * gdb.dwarf2/implref-const.exp: Same.
222 * gdb.dwarf2/implref-global.exp: Same.
223 * gdb.dwarf2/implref-struct.exp: Same.
224 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
225 * gdb.dwarf2/opaque-type-lookup.exp: Same.
226 * gdb.dwarf2/var-access.exp: Same.
227 * gdb.dwarf2/varval.exp: Same.
228 * gdb.trace/entry-values.exp: Same.
229
230 2020-07-17 Tom de Vries <tdevries@suse.de>
231
232 * lib/dwarf.exp (Dwarf::extern): Remove.
233 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
234 * gdb.dlang/circular.exp: Same.
235 * gdb.dwarf2/comp-unit-lang.exp: Same.
236 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
237 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
238 * gdb.dwarf2/dwz.exp: Same.
239 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
240 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
241 * gdb.dwarf2/imported-unit.exp: Same.
242 * gdb.dwarf2/opaque-type-lookup.exp: Same.
243
244 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
245
246 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
247 Use double quotes instead of single quotes.
248
249 2020-07-16 Caroline Tice <cmtice@google.com>
250
251 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
252 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
253
254 2020-07-16 Tom de Vries <tdevries@suse.de>
255
256 * lib/dwarf.exp (program): Initialize _line.
257 (DW_LNE_end_sequence): Reinitialize _line.
258 (DW_LNS_advance_line): Update _line.
259 (line): New proc.
260 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
261 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
262 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
263 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
264 * gdb.dwarf2/dw2-is-stmt.exp: Same.
265 * gdb.dwarf2/dw2-ranges-func.exp: Same.
266
267 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
270 generic.
271
272 2020-07-15 Tom de Vries <tdevries@suse.de>
273
274 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
275 is_amd64_regs_target.
276
277 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.fortran/ptype-on-functions.exp: Add more tests.
280 * gdb.fortran/ptype-on-functions.f90: Likewise.
281
282 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
283
284 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
285 values in documentation for addr_size to 4 and 8.
286
287 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
288
289 * gdb.arch/amd64-osabi.exp: Update.
290 * gdb.arch/arm-disassembler-options.exp: Update.
291 * gdb.arch/powerpc-disassembler-options.exp: Update.
292 * gdb.arch/ppc64-symtab-cordic.exp: Update.
293 * gdb.arch/s390-disassembler-options.exp: Update.
294 * gdb.base/all-architectures.exp.tcl: Update.
295 * gdb.base/attach-pie-noexec.exp: Update.
296 * gdb.base/catch-syscall.exp: Update.
297 * gdb.xml/tdesc-arch.exp: Update.
298
299 2020-07-14 Tom de Vries <tdevries@suse.de>
300
301 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
302 (local_gettid): ... this.
303 (fn): Update.
304
305 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
306
307 * gdb.base/info_sources.exp: Skip directory match tests on
308 remote hosts.
309
310 2020-07-13 Gary Benson <gbenson@redhat.com>
311
312 * gdb.base/savedregs.exp (caller): Use parentheses to
313 make expected expression evaluation ordering explicit.
314
315 2020-07-13 Gary Benson <gbenson@redhat.com>
316
317 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
318
319 2020-07-13 Gary Benson <gbenson@redhat.com>
320
321 * gdb.base/bigcore.c (main): Use a volatile pointer when
322 attempting to trigger a SIGSEGV.
323 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
324 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
325 * gdb.base/savedregs.c (thrower): Likewise.
326 * gdb.mi/mi-syn-frame.c (bar): Likewise.
327
328 2020-07-13 Gary Benson <gbenson@redhat.com>
329
330 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
331 defining and using VLA structure fields into...
332 * gdb.base/vla-struct-fields.c: New file.
333 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
334 tests into...
335 * gdb.base/vla-struct-fields.exp: New file.
336
337 2020-07-13 Tom de Vries <tdevries@suse.de>
338
339 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
340 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
341 * gdb.base/gold-gdb-index.exp: Same.
342 * gdb.base/morestack.exp: Same.
343
344 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
345
346 PR rust/26121
347 * gdb.rust/modules.rs: Prevent linker from discarding test
348 symbol.
349
350 2020-07-10 Pedro Alves <pedro@palves.net>
351
352 PR gdb/26199
353 * gdb.multi/multi-target.c (exit_thread): New.
354 (thread_start): Break loop if EXIT_THREAD.
355 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
356 (top level) Call test_no_resumed.
357
358 2020-07-08 Tom Tromey <tromey@adacore.com>
359
360 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
361 * gdb.ada/catch_ex.exp: Examine catchpoint text.
362
363 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 PR python/22748
366 * gdb.opt/inline-frame-tailcall.c: New file.
367 * gdb.opt/inline-frame-tailcall.exp: New file.
368 * gdb.python/py-unwind-inline.c: New file.
369 * gdb.python/py-unwind-inline.exp: New file.
370 * gdb.python/py-unwind-inline.py: New file.
371
372 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.python/py-arch-reg-groups.exp: New file.
375
376 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * gdb.python/py-arch-reg-names.exp: New file.
379
380 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
381
382 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
383 gdb.PendingFrame.architecture method.
384
385 2020-07-06 Tom de Vries <tdevries@suse.de>
386
387 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
388
389 2020-07-03 Pedro Alves <palves@redhat.com>
390
391 * gdb.base/structs2.c (main): Adjust second parem_reg call to
392 explicitly write negative numbers.
393 * gdb.base/structs2.exp: Adjust expected output.
394
395 2020-07-03 Pedro Alves <palves@redhat.com>
396
397 * gdb.base/charset.c (init_string): Change all char parameters to
398 unsigned char parameters.
399
400 2020-07-03 Pedro Alves <palves@redhat.com>
401
402 * gdb.base/call-sc.exp (start_scalars_test): Use
403 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
404 * gdb.base/overlays.c: Remove references to PARAMS.
405 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
406 * gdb.base/reread.exp: Don't set 'prototypes' global.
407 * gdb.base/structs.exp (start_structs_test): Use
408 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
409 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
410 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
411 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
412 call.
413 * gdb.base/varargs.exp: Don't set 'prototypes' global.
414
415 2020-07-03 Pedro Alves <palves@redhat.com>
416
417 * gdb.base/m32rovly.c: Delete.
418 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
419
420 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
421
422 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
423 of gdb_py_test_multiple.
424 * gdb.python/py-cmd.exp: Likewise.
425 * gdb.python/py-events.exp: Likewise.
426 * gdb.python/py-function.exp: Likewise.
427 * gdb.python/py-inferior.exp: Likewise.
428 * gdb.python/py-infthread.exp: Likewise.
429 * gdb.python/py-linetable.exp: Likewise.
430 * gdb.python/py-parameter.exp: Likewise.
431 * gdb.python/py-value.exp: Likewise.
432
433 2020-06-30 Tom de Vries <tdevries@suse.de>
434
435 PR testsuite/26175
436 * lib/future.exp (gdb_default_target_compile): Detect and handle
437 early_flags.
438
439 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
440
441 * boards/simavr.exp (gdb_load): Catch errors when closing
442 previous connection. Close connection, wait for process and
443 unset simavr_spawn_id on failure.
444
445 2020-06-29 Tom de Vries <tdevries@suse.de>
446
447 * lib/gdb.exp (unknown): Make test-case unresolved.
448
449 2020-06-29 Tom de Vries <tdevries@suse.de>
450
451 PR gdb/25475
452 * gdb.server/solib-list.exp: Verify that the symbol reload
453 confirmation question is asked.
454
455 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
456
457 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
458 have a input seq nr in each pass message.
459 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
460 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
461 * gdb.python/python.exp: Make test names unique,
462 use gdb_test_multiline instead of gdb_py_test_multiple,
463 use $gdb_test_name.
464 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
465
466 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
467
468 * configure.ac: Add --enable-libctf.
469 * aclocal.m4: sinclude ../config/enable.m4.
470 * Makefile.in (site.exp): Add enable_libctf to site.exp.
471 * lib/gdb.exp (skip_ctf_tests): Use it.
472 * gdb.base/ctf-constvars.exp: Error message tweak.
473 * gdb.base/ctf-ptype.exp: Likewise.
474 * configure: Regenerate.
475
476 2020-06-26 Gary Benson <gbenson@redhat.com>
477
478 * gdb.cp/try_catch.cc: Include string.h.
479 (main): Replace comparison against string literal with
480 strcmp, avoiding build failure with -Wstring-compare.
481 Add "marker test-complete".
482 * gdb.cp/try_catch.exp: Run the test to the above marker,
483 then verify that the value of "test" is still true.
484
485 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
486
487 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
488
489 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
492
493 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
494
495 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
496 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
497 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
498 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
499 * gdb.arch/riscv-tdesc-loading.exp: New file.
500
501 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
504
505 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
508 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
509 * gdb.arch/riscv-tdesc-regs.c: New file.
510 * gdb.arch/riscv-tdesc-regs.exp: New file.
511
512 2020-06-24 Pedro Alves <palves@redhat.com>
513
514 * gdb.arch/amd64-entry-value-paramref.exp: Use
515 prepare_for_testing_full and don't pass "c++" for the .S file
516 build spec.
517 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
518 $options, since it's an assembly file. Remove -Wno-deprecated.
519 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
520 compiling C++ programs.
521
522 2020-06-24 Pedro Alves <palves@redhat.com>
523
524 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
525 Clang, add "-Wno-unknown-warning-option" to the options.
526
527 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.xml/tdesc-reload.c: New file.
530 * gdb.xml/tdesc-reload.exp: New file.
531 * gdb.xml/maint-xml-dump-01.xml: New file.
532 * gdb.xml/maint-xml-dump-02.xml: New file.
533 * gdb.xml/maint-xml-dump.exp: New file.
534
535 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
536
537 * lib/completion-support.exp (test_gdb_completion_offers_commands):
538 Adjust for omitted commands when TUI is disabled.
539
540 2020-06-23 Gary Benson <gbenson@redhat.com>
541 Pedro Alves <palves@redhat.com>
542
543 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
544 * gdb.cp/nsimport.cc: Likewise.
545 * gdb.cp/nsnested.cc: Likewise.
546 * gdb.cp/nsnoimports.cc: Likewise.
547 * gdb.cp/nsusing.cc: Likewise.
548 * gdb.cp/smartp.cc: Likewise.
549 * gdb.python/py-pp-integral.c: Likewise.
550 * gdb.python/py-pp-re-notag.c: Likewise.
551
552 2020-06-23 Gary Benson <gbenson@redhat.com>
553
554 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
555 * gdb.cp/nsimport.cc: Likewise.
556 * gdb.cp/nsnested.cc: Likewise.
557 * gdb.cp/nsnoimports.cc: Likewise.
558 * gdb.cp/nsusing.cc: Likewise.
559 * gdb.cp/smartp.cc: Likewise.
560 * gdb.python/py-pp-integral.c: Likewise.
561 * gdb.python/py-pp-re-notag.c: Likewise.
562
563 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
564
565 * gdb.base/default-args.exp: New test.
566 * gdb.base/default-args.c: New file.
567 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
568 * gdb.base/default.exp: Update to new help text.
569 * gdb.base/help.exp: Likewise.
570 * gdb.base/page.exp: Likewise.
571 * gdb.base/style.exp: Likewise.
572 * gdb.guile/guile.exp: Likewise.
573 * gdb.python/python.exp: Likewise.
574
575 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
576
577 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
578 remote host. Fix search path syntax on Windows host.
579
580 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
581
582 * gdb.base/attach.exp: Test priority of 'exec-file' changed
583 over 'exec-file-mismatch'.
584 * gdb.base/attach.c: Mark should_exit volatile.
585 * gdb.base/attach2.c: Likewise. Add a comment explaining
586 why the sleep cannot be big.
587 * gdb.base/attach3.c: New file.
588
589 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
590
591 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
592 prefix optional.
593
594 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
595
596 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
597 for remote host.
598
599 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
600 Hafiz Abid Qadeer <abidh@codesourcery.com>
601
602 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
603 file sent to remote host.
604 (top level): Allow int32_t as type of 32-bit register.
605
606 2020-06-19 Tom de Vries <tdevries@suse.de>
607
608 * lib/gdb.exp (gdb_note): New proc.
609 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
610 (gdb_default_target_compile): ... here. Only call
611 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
612 (use_gdb_compile): Change to array.
613 (toplevel): Update sets of use_gdb_compile to specify language.
614 Warn about default_target_compile override. Store dejagnu's version
615 of default_target_compile in dejagnu_default_target_compile.
616
617 2020-06-18 Tom de Vries <tdevries@suse.de>
618
619 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
620 (default_gdb_init): ... here.
621
622 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
623
624 Fix TUI support checks in gdb.tui tests.
625
626 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
627 just say UNSUPPORTED.
628 * gdb.tui/corefile-run.exp: Likewise.
629 * gdb.tui/empty.exp: Likewise.
630 * gdb.tui/list-before.exp: Likewise.
631 * gdb.tui/list.exp: Likewise.
632 * gdb.tui/main.exp: Likewise.
633 * gdb.tui/regs.exp: Likewise.
634 * gdb.tui/resize.exp: Likewise.
635 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
636 * gdb.tui/tui-layout-asm.exp: Likewise.
637 * gdb.tui/tui-missing-src.exp: Likewise.
638 * gdb.tui/winheight.exp: Likewise.
639 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
640
641 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
642
643 Fix TCL error in gdb.python/py-format-string.exp.
644
645 * gdb.python/py-format-string.exp: Move test for python support
646 earlier, out of function body.
647
648 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
649
650 * gdb.base/index-cache-load-twice.c: New.
651 * gdb.base/index-cache-load-twice.exp: New.
652
653 2020-06-17 Keith Seitz <keiths@redhat.com>
654
655 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
656 when executing "gdb --configuration".
657
658 2020-06-17 Tom de Vries <tdevries@suse.de>
659
660 * lib/gdb.exp (gdb_tcl_unknown): New proc.
661 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
662 conditional on presence of gdb_tcl_unknown.
663 (gdb_finish): Make override undo conditional on presence of
664 gdb_tcl_unknown.
665
666 2020-06-16 Tom Tromey <tom@tromey.com>
667
668 * gdb.python/tui-window.py (failwin): New function. Register it
669 as a TUI window type.
670 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
671
672 2020-06-16 Gary Benson <gbenson@redhat.com>
673
674 * gdb.python/py-nested-maps.c (create_map): Add missing return
675 value.
676 (create_map_map): Likewise.
677
678 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
679
680 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
681 variable.
682 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
683 and use the already-defined 'options' variable.
684
685 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
686 Tom de Vries <tdevries@suse.de>
687
688 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
689 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
690 (gdb_setup_known_globals): New proc.
691 (gdb_cleanup_globals): New proc.
692 * lib/gdb.exp (load_lib): New override proc.
693 (gdb_stdin_log_init): Set var in_file as persistent global.
694 * lib/pascal.exp (gdb_stdin_log_init): Set vars
695 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
696 fpc_compiler as persistent global.
697
698 2020-06-12 Tom de Vries <tdevries@suse.de>
699
700 * lib/tuiterm.exp (spawn): Rename to ...
701 (tui_spawn): ... this.
702 (toplevel): Move rename of spawn ...
703 (gdb_init_tuiterm): ... here. New proc.
704 (gdb_finish_tuiterm): New proc.
705 * lib/gdb.exp (gdb_finish_hooks): New global var.
706 (gdb_finish): Handle gdb_finish_hooks.
707 (tuiterm_env): New proc.
708 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
709 tuiterm_env.
710 * gdb.tui/basic.exp: Same.
711 * gdb.tui/corefile-run.exp: Same.
712 * gdb.tui/empty.exp: Same.
713 * gdb.tui/list-before.exp: Same.
714 * gdb.tui/list.exp: Same.
715 * gdb.tui/main.exp: Same.
716 * gdb.tui/new-layout.exp: Same.
717 * gdb.tui/regs.exp: Same.
718 * gdb.tui/resize.exp: Same.
719 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
720 * gdb.tui/tui-layout-asm.exp: Same.
721 * gdb.tui/tui-missing-src.exp: Same.
722 * gdb.tui/winheight.exp: Same.
723
724 2020-06-12 Tom de Vries <tdevries@suse.de>
725
726 PR testsuite/26110
727 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
728 (gdb_finish): Reinstall dejagnu's override of ::unknown.
729
730 2020-06-11 Tom Tromey <tom@tromey.com>
731
732 PR gdb/18318:
733 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
734 floating point tests.
735
736 2020-06-11 Keith Seitz <keiths@redhat.com>
737
738 PR gdb/21356
739 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
740 vla_struct.
741 Add new struct vla_typedef and union vla_typedef_union and
742 corresponding instantiation objects.
743 Initialize new objects.
744 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
745 and vla_typedef_union_object.
746 Fixup type for vla_struct_object.
747
748 2020-06-11 Tom de Vries <tdevries@suse.de>
749
750 * lib/gdb.exp (with_override): New proc, factored out of ...
751 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
752
753 2020-06-10 Tom de Vries <tdevries@suse.de>
754
755 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
756
757 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
758
759 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
760 parameter, update callers.
761
762 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
763
764 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
765 * gdb.dwarf2/share-psymtabs-bt.c: New file.
766 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
767
768 2020-06-04 Tom de Vries <tdevries@suse.de>
769
770 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
771
772 2020-06-04 Tom de Vries <tdevries@suse.de>
773
774 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
775 exp_continue.
776
777 2020-06-04 Tom de Vries <tdevries@suse.de>
778
779 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
780
781 2020-06-03 Tom de Vries <tdevries@suse.de>
782
783 PR symtab/26046
784 * gdb.cp/breakpoint-locs-2.cc: New test.
785 * gdb.cp/breakpoint-locs.cc: New test.
786 * gdb.cp/breakpoint-locs.exp: New file.
787 * gdb.cp/breakpoint-locs.h: New test.
788
789 2020-06-03 Tom de Vries <tdevries@suse.de>
790
791 PR testsuite/25609
792 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
793 value of global verbose.
794 * gdb.base/jit-elf.exp: Same.
795 * gdb.base/jit-reader.exp: Same.
796
797 2020-06-02 Tom de Vries <tdevries@suse.de>
798
799 * gdb.dwarf2/multidictionary.exp: Don't use
800 gdb_spawn_with_cmdline_opts.
801
802 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
803
804 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
805 use_header case.
806 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
807 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
808 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
809 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
810 * gdb.dwarf2/dw2-inline-header.c: New file.
811 * gdb.dwarf2/dw2-inline-header.h: New file.
812
813 2020-05-30 Pedro Alves <palves@redhat.com>
814
815 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
816 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
817
818 2020-05-29 Gary Benson <gbenson@redhat.com>
819
820 * gdb.compile/compile-cplus.exp (additional_flags): Also
821 set when building with clang.
822 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
823 when building with clang.
824
825 2020-05-29 Gary Benson <gbenson@redhat.com>
826
827 * gdb.arch/i386-avx.exp (additional_flags): Also set when
828 building with clang.
829 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
830
831 2020-05-29 Gary Benson <gbenson@redhat.com>
832
833 * gdb.cp/koenig.exp (prepare_for_testing): Add
834 additional_flags=-Wno-unused-comparison.
835 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
836
837 2020-05-28 Gary Benson <gbenson@redhat.com>
838
839 * gdb.base/sigaltstack.c (catcher): Add default case to switch
840 statement.
841
842 2020-05-28 Gary Benson <gbenson@redhat.com>
843
844 * gdb.cp/classes.exp (prepare_for_testing): Add
845 additional_flags=-Wno-deprecated-register.
846 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
847 * gdb.cp/misc.exp: Likewise.
848
849 2020-05-28 Gary Benson <gbenson@redhat.com>
850
851 * gdb.linespec/cpls-ops.cc (dummy): New static global.
852 (test_op_new::operator new): Add return statement.
853 (test_op_new_array::operator new[]): Likewise.
854
855 2020-05-27 Pedro Alves <palves@redhat.com>
856
857 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
858 check. Use test_gdb_complete_unique instead of
859 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
860 test_gdb_complete_multiple instead of
861 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
862
863 2020-05-27 Luis Machado <luis.machado@linaro.org>
864
865 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
866 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
867 * gdb.arch/arm-disassembler-options.exp: Likewise.
868 * gdb.arch/arm-disp-step.exp: Likewise.
869 * gdb.arch/thumb-prologue.exp: Likewise.
870 * gdb.base/async.exp: Likewise.
871 * gdb.base/auxv.exp: Likewise.
872 * gdb.base/complex-parts.exp: Likewise.
873 * gdb.base/ena-dis-br.exp: Likewise.
874 * gdb.base/foll-exec.exp: Likewise.
875 * gdb.base/permissions.exp: Likewise.
876 * gdb.base/relocate.exp: Likewise.
877 * gdb.base/return2.exp: Likewise.
878 * gdb.base/sigbpt.exp: Likewise.
879 * gdb.base/siginfo-obj.exp: Likewise.
880 * gdb.cp/converts.exp: Likewise.
881 * gdb.cp/exceptprint.exp: Likewise.
882 * gdb.cp/inherit.exp: Likewise.
883 * gdb.cp/nsnoimports.exp: Likewise.
884 * gdb.cp/virtbase2.exp: Likewise.
885 * gdb.mi/mi-var-cmd.exp: Likewise.
886 * gdb.mi/var-cmd.c: Likewise.
887
888 2020-05-26 Tom Tromey <tromey@adacore.com>
889
890 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
891
892 2020-05-26 Tom Tromey <tromey@adacore.com>
893
894 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
895 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
896 type.
897 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
898 variable.
899
900 2020-05-26 Christian Biesinger <cbiesinger@google.com>
901
902 * Makefile.in: Use = instead of == for the test command
903 for portability.
904
905 2020-05-26 Tom de Vries <tdevries@suse.de>
906
907 * gdb.base/gold-gdb-index-2.c: New test.
908 * gdb.base/gold-gdb-index.c: New test.
909 * gdb.base/gold-gdb-index.exp: New file.
910 * gdb.base/gold-gdb-index.h: New test.
911
912 2020-05-25 Tom de Vries <tdevries@suse.de>
913
914 * boards/gold-gdb-index.exp: New file.
915
916 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
917
918 * boards/simavr.exp: New file.
919
920 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
921
922 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
923 * gdb.base/inferior-args.exp: New file.
924 * gdb.base/inferior-args.c: New file.
925
926 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
927
928 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
929 inferior_args. Pass it to gdb_reload.
930 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
931 inferior_args.
932 (gdb_reload): Add inferior_args argument.
933 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
934 pass it to gdbserver_run.
935 * boards/native-gdbserver.exp: Do not set noargs.
936 * boards/native-extended-gdbserver.exp (gdb_reload): Add
937 inferior_args argument.
938 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
939 * gdb.base/a2-run.exp: Check for use_gdb_stub.
940 * gdb.base/args.exp: Likewise.
941
942 2020-05-25 Tom de Vries <tdevries@suse.de>
943
944 * lib/gdb.exp (exec_is_pie): Add comment.
945
946 2020-05-25 Tom de Vries <tdevries@suse.de>
947
948 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
949 instead of $binfile in the untested message.
950
951 2020-05-25 Tom de Vries <tdevries@suse.de>
952
953 PR testsuite/26031
954 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
955
956 2020-05-25 Tom de Vries <tdevries@suse.de>
957
958 * boards/gold.exp: New file.
959
960 2020-05-23 Tom Tromey <tom@tromey.com>
961
962 * gdb.base/style.exp: Remove completion styling test.
963 * lib/gdb-utils.exp (style): Remove completion styles.
964
965 2020-05-23 Tom Tromey <tom@tromey.com>
966
967 * gdb.base/style.exp: Add completion styling test.
968 * lib/gdb-utils.exp (style): Add completion styles.
969
970 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 * gdb.base/annota1.exp: Update expected results.
973 * gdb.cp/annota2.exp: Update expected results, remove duplicate
974 test name.
975 * gdb.cp/annota3.exp: Update expected results.
976
977 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
978
979 PR gdb/26016
980 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
981 against MAP_FAILED.
982 * gdb.base/coremaker.c (mmapdata): Likewise.
983 * gdb.base/jit-reader-host.c (main): Likewise.
984 * gdb.base/sym-file-loader.c (load): Likewise.
985 (load_shlib): Likewise.
986
987 2020-05-20 Tom Tromey <tromey@adacore.com>
988
989 * gdb.ada/array_char_idx.exp: Recognize initialized array.
990
991 2020-05-20 Tom de Vries <tdevries@suse.de>
992
993 PR symtab/25833
994 * gdb.base/with-mf-inc.c: New test.
995 * gdb.base/with-mf-main.c: New test.
996 * gdb.base/with-mf.exp: New file.
997
998 2020-05-19 Tom Tromey <tromey@adacore.com>
999
1000 * gdb.rust/simple.exp: Restore missing test result.
1001
1002 2020-05-19 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.base/gdb-caching-proc.exp: Fix typo.
1005
1006 2020-05-19 Tom Tromey <tromey@adacore.com>
1007
1008 * gdb.rust/simple.exp: Add some test descriptions.
1009 (test_one_slice): Use with_test_prefix.
1010
1011 2020-05-18 Tom de Vries <tdevries@suse.de>
1012
1013 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1014
1015 2020-05-17 Pedro Alves <palves@redhat.com>
1016
1017 PR gdb/25741
1018 * gdb.base/hw-sw-break-same-address.exp: New file.
1019
1020 2020-05-16 Pedro Alves <palves@redhat.com>
1021
1022 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1023 LAST_LOADED_FILE accordingly.
1024
1025 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1026
1027 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1028
1029 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1030
1031 * gdb.base/help.exp: Test apropos and help for commands
1032 having aliases. Fixed comments not starting with an
1033 upper-case letter or not finishing with a dot.
1034
1035 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1036
1037 * gdb.base/alias.exp: Update help output check.
1038
1039 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1040
1041 * gdb.base/default.exp: Update output following fixes.
1042
1043 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1044
1045 * gdb.base/alias.exp: Test aliases starting with a prefix of
1046 another alias.
1047
1048 2020-05-15 Gary Benson <gbenson@redhat.com>
1049
1050 * gdb.base/info-os.c (main): Add return statement.
1051 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1052 * gdb.base/large-frame-2.c (func): Likewise.
1053 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1054 * gdb.base/pr10179-b.c (foo2): Likewise.
1055 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1056 * gdb.base/watch-cond.c (func): Likewise.
1057 * gdb.multi/goodbye.c (verylongfun): Likewise.
1058 * gdb.multi/hello.c (commonfun): Likewise.
1059 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1060 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1061 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1062 Likewise.
1063 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1064 * gdb.threads/interrupt-while-step-over.c (child_function):
1065 Likewise.
1066 * gdb.trace/actions-changed.c (end): Likewise.
1067
1068 2020-05-15 Gary Benson <gbenson@redhat.com>
1069
1070 * gdb.opencl/callfuncs.exp: Report when test skipped.
1071 * gdb.opencl/convs_casts.exp: Likewise.
1072 * gdb.opencl/datatypes.exp: Likewise.
1073 * gdb.opencl/operators.exp: Likewise.
1074 * gdb.opencl/vec_comps.exp: Likewise.
1075
1076 2020-05-15 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.base/align.exp.in: Rename to ...
1079 * gdb.base/align.exp.tcl: ... this.
1080 * gdb.base/align-c++.exp: Update.
1081 * gdb.base/align-c.exp: Update.
1082 * gdb.base/all-architectures.exp.in: Rename to ...
1083 * gdb.base/all-architectures.exp: ... this.
1084 * gdb.base/all-architectures-0.exp: Update.
1085 * gdb.base/all-architectures-1.exp: Update.
1086 * gdb.base/all-architectures-2.exp: Update.
1087 * gdb.base/all-architectures-3.exp: Update.
1088 * gdb.base/all-architectures-4.exp: Update.
1089 * gdb.base/all-architectures-5.exp: Update.
1090 * gdb.base/all-architectures-6.exp: Update.
1091 * gdb.base/all-architectures-7.exp: Update.
1092 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1093 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1094 * gdb.base/infcall-nested-structs-c++.exp: Update.
1095 * gdb.base/infcall-nested-structs-c.exp: Update.
1096 * gdb.base/info-types.exp.in: Rename to ...
1097 * gdb.base/info-types.exp.tcl: ... this.
1098 * gdb.base/info-types-c++.exp: Update.
1099 * gdb.base/info-types-c.exp: Update.
1100 * gdb.base/max-depth.exp.in: Rename to ...
1101 * gdb.base/max-depth.exp.tcl: ... this.
1102 * gdb.base/max-depth-c++.exp: Update.
1103 * gdb.base/max-depth-c.exp: Update.
1104 * gdb.cp/cpexprs.exp.in: Rename to ...
1105 * gdb.cp/cpexprs.exp.tcl: ... this.
1106 * gdb.cp/cpexprs-debug-types.exp: Update.
1107 * gdb.cp/cpexprs.exp: Update.
1108 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1109 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1110 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1111 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1112 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1113 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1114 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1115 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1116 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1117 * gdb.dwarf2/clang-debug-names.exp: Update.
1118
1119 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1120
1121 * lib/check-test-names.exp: Remove code that prevents this file
1122 loading when tests are run in parallel.
1123
1124 2020-05-15 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.multi/multi-kill.exp (start_inferior): Remove
1127 'testpid' parameter. Refer to namespace variable directly.
1128 (testpid): Declare as namespace variable.
1129
1130 2020-05-15 Pedro Alves <palves@redhat.com>
1131
1132 * gdb.multi/multi-kill.exp: Wrap in namespace.
1133 (start_inferior): Add TESTPID parameter. Use it instead of the
1134 testpid global.
1135 (top level): Define empty TESTPID array, and pass it down to
1136 start_inferior.
1137
1138 2020-05-14 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1141 output.
1142
1143 2020-05-14 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.base/align.exp: Split into ...
1146 * gdb.base/align.exp.in: ...
1147 * gdb.base/align-c++.exp: ...
1148 * gdb.base/align-c.exp: ... these.
1149 * gdb.base/infcall-nested-structs.exp: Split into ...
1150 * gdb.base/infcall-nested-structs.exp.in: ...
1151 * gdb.base/infcall-nested-structs-c++.exp: ...
1152 * gdb.base/infcall-nested-structs-c.exp: ... these.
1153 * gdb.base/info-types.exp: Split into ...
1154 * gdb.base/info-types.exp.in: ...
1155 * gdb.base/info-types-c++.exp: ...
1156 * gdb.base/info-types-c.exp: ... these.
1157 * gdb.base/max-depth.exp: Split into ...
1158 * gdb.base/max-depth.exp.in: ...
1159 * gdb.base/max-depth-c++.exp: ...
1160 * gdb.base/max-depth-c.exp: ... these.
1161 * gdb.cp/infcall-nodebug.exp: Split into ...
1162 * gdb.cp/infcall-nodebug.exp.in: ...
1163 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1164 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1165 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1166 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1167
1168 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1169 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.multi/multi-exit.c: New file.
1172 * gdb.multi/multi-exit.exp: New file.
1173 * gdb.multi/multi-kill.c: New file.
1174 * gdb.multi/multi-kill.exp: New file.
1175
1176 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1177
1178 * gdb.base/annota1.exp: Update the expected output.
1179 * gdb.cp/annota2.exp: Ditto.
1180
1181 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1182
1183 * lib/check-test-names.exp: Disable when testing is being run in
1184 parallel.
1185
1186 2020-05-12 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.base/jit-elf.exp: Fix string concat.
1189
1190 2020-05-12 Tom de Vries <tdevries@suse.de>
1191
1192 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1193 messages.
1194
1195 2020-05-12 Tom de Vries <tdevries@suse.de>
1196
1197 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1198
1199 2020-05-12 Tom de Vries <tdevries@suse.de>
1200
1201 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1202 * gdb.ada/mi_catch_ex.exp: Same.
1203 * gdb.ada/mi_catch_ex_hand.exp: Same.
1204
1205 2020-05-12 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.fortran/complex.exp: Use with_test_prefix.
1208
1209 2020-05-12 Tom de Vries <tdevries@suse.de>
1210
1211 * gdb.trace/passcount.exp: Fix test-names.
1212
1213 2020-05-12 Tom de Vries <tdevries@suse.de>
1214
1215 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1216
1217 2020-05-12 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.gdb/complaints.exp: Use with_test_prefix.
1220 * gdb.xml/tdesc-regs.exp: Same.
1221 * gdb.opt/inline-locals.exp: Fix test name.
1222
1223 2020-05-12 Tom de Vries <tdevries@suse.de>
1224
1225 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1226 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1227 * gdb.dwarf2/implref-struct.exp: Same.
1228 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1229 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1230
1231 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1232
1233 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1234
1235 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1236
1237 * lib/check-test-names.exp (all_test_names): New module variable.
1238 (counts): Add 'duplicates' field.
1239 (_check_duplicates): New procedure.
1240 (check): Also check for duplicates.
1241 (do_log_summary): Print duplicates count.
1242 (do_reset_vars): Reset counter for duplicate test names, and
1243 discard all know test names.
1244
1245 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1246
1247 * lib/gdb.exp: Include check-test-names.exp library.
1248 * lib/check-test-names.exp: New file.
1249
1250 2020-05-11 Tom de Vries <tdevries@suse.de>
1251
1252 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1253
1254 2020-05-11 Keith Seitz <keiths@redhat.com>
1255
1256 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1257
1258 2020-05-11 Tom de Vries <tdevries@suse.de>
1259
1260 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1261 * gdb.cp/cpexprs.exp.in: .. here.
1262 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1263 cpexprs.exp.
1264
1265 2020-05-11 Keith Seitz <keiths@redhat.com>
1266
1267 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1268 test names.
1269 * gdb.ada/arrayptr.exp: Likewise.
1270 * gdb.ada/assign_arr.exp: Likewise.
1271 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1272 * gdb.ada/bp_on_var.exp: Likewise.
1273 * gdb.ada/call_pn.exp: Likewise.
1274 * gdb.ada/complete.exp: Likewise.
1275 * gdb.ada/fun_overload_menu.exp: Likewise.
1276 * gdb.ada/funcall_param.exp: Likewise.
1277 * gdb.ada/funcall_ref.exp: Likewise.
1278 * gdb.ada/packed_array_assign.exp: Likewise.
1279 * gdb.ada/same_component_name.exp: Likewise.
1280 * gdb.ada/type_coercion.exp: Likewise.
1281 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1282 * gdb.ada/variant_record_packed_array.exp: Likewise.
1283
1284 2020-05-11 Tom de Vries <tdevries@suse.de>
1285
1286 PR symtab/25941
1287 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1288 out of ...
1289 * gdb.dwarf2/clang-debug-names.exp: ... here.
1290 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1291 clang-debug-names.exp.in.
1292 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1293 * gdb.dwarf2/clang-debug-names-2.c: New test.
1294
1295 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1296
1297 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1298 (fortran_runto_main): New Proc, fortran version of runto_main.
1299 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1300 * gdb.fortran/array-bounds.exp: Likewise.
1301 * gdb.fortran/array-slices.exp: Likewise.
1302 * gdb.fortran/block-data.exp: Likewise.
1303 * gdb.fortran/charset.exp: Likewise.
1304 * gdb.fortran/common-block.exp: Likewise.
1305 * gdb.fortran/complex.exp: Likewise.
1306 * gdb.fortran/derived-type-function.exp: Likewise.
1307 * gdb.fortran/derived-type.exp: Likewise.
1308 * gdb.fortran/info-modules.exp: Likewise.
1309 * gdb.fortran/info-types.exp: Likewise.
1310 * gdb.fortran/intrinsics.exp: Likewise.
1311 * gdb.fortran/library-module.exp: Likewise.
1312 * gdb.fortran/logical.exp: Likewise.
1313 * gdb.fortran/max-depth.exp: Likewise.
1314 * gdb.fortran/module.exp: Likewise.
1315 * gdb.fortran/multi-dim.exp: Likewise.
1316 * gdb.fortran/nested-funcs.exp: Likewise.
1317 * gdb.fortran/print-formatted.exp: Likewise.
1318 * gdb.fortran/print_type.exp: Likewise.
1319 * gdb.fortran/printing-types.exp: Likewise.
1320 * gdb.fortran/ptr-indentation.exp: Likewise.
1321 * gdb.fortran/ptype-on-functions.exp: Likewise.
1322 * gdb.fortran/subarray.exp: Likewise.
1323 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1324 * gdb.fortran/vla-datatypes.exp: Likewise.
1325 * gdb.fortran/vla-history.exp: Likewise.
1326 * gdb.fortran/vla-ptr-info.exp: Likewise.
1327 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1328 * gdb.fortran/vla-ptype.exp: Likewise.
1329 * gdb.fortran/vla-sizeof.exp: Likewise.
1330 * gdb.fortran/vla-type.exp: Likewise.
1331 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1332 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1333 * gdb.fortran/vla-value-sub.exp: Likewise.
1334 * gdb.fortran/vla-value.exp: Likewise.
1335 * gdb.fortran/whatis_type.exp: Likewise.
1336 * gdb.mi/mi-var-child-f.exp: Likewise.
1337
1338 2020-05-09 Tom de Vries <tdevries@suse.de>
1339
1340 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1341
1342 2020-05-08 Tom de Vries <tdevries@suse.de>
1343
1344 * gdb.dwarf2/clang-debug-names.c: New test.
1345 * gdb.dwarf2/clang-debug-names.exp: New file.
1346
1347 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1348
1349 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1350 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1351
1352 2020-05-06 Tom de Vries <tdevries@suse.de>
1353
1354 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1355 breakpoint is at a "recommended breakpoint location".
1356 * gdb.reverse/consecutive-reverse.exp: Same.
1357
1358 2020-05-06 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1361 address.
1362
1363 2020-05-06 Tom de Vries <tdevries@suse.de>
1364
1365 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1366
1367 2020-05-06 Tom de Vries <tdevries@suse.de>
1368
1369 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1370 info for r.
1371
1372 2020-05-06 Tom de Vries <tdevries@suse.de>
1373
1374 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1375 necessary.
1376
1377 2020-05-06 Tom de Vries <tdevries@suse.de>
1378
1379 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1380 void.
1381
1382 2020-05-06 Tom de Vries <tdevries@suse.de>
1383
1384 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1385 of ...
1386 * gdb.base/async.exp: ... here.
1387 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1388 "recommended breakpoint location".
1389
1390 2020-05-06 Tom de Vries <tdevries@suse.de>
1391
1392 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1393
1394 2020-05-04 Tom de Vries <tdevries@suse.de>
1395
1396 * gdb.base/async.exp: Check whether instruction addresses are a
1397 "recommended breakpoint location".
1398
1399 2020-05-03 Tom Tromey <tom@tromey.com>
1400
1401 * gdb.base/sepdebug.exp: Remove "catch" test.
1402 * gdb.base/break.exp: Remove "catch" test.
1403 * gdb.base/default.exp: Update expected output.
1404
1405 2020-05-02 Tom de Vries <tdevries@suse.de>
1406
1407 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1408 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1409 * gdb.arch/i386-mpx-map.exp: Same.
1410 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1411 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1412 * gdb.arch/i386-mpx.exp: Same.
1413
1414 2020-05-02 Tom de Vries <tdevries@suse.de>
1415
1416 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1417
1418 2020-05-01 Tom de Vries <tdevries@suse.de>
1419
1420 * gdb.ada/operator_bp.exp: Allow more than required amount of
1421 breakpoint.
1422
1423 2020-05-01 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1426
1427 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1428
1429 PR gdb/18706
1430 * gdb.cp/stub-array-size.cc: New test.
1431 * gdb.cp/stub-array-size.exp: New file.
1432 * gdb.cp/stub-array-size.h: New test.
1433 * gdb.cp/stub-array-size2.cc: New test.
1434
1435 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1436
1437 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1438 output to the new format.
1439
1440 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1441
1442 * gdb.base/break.exp: Use with_test_prefix.
1443
1444 2020-04-29 Tom de Vries <tdevries@suse.de>
1445
1446 * lib/gdb.exp (debug_types): New proc.
1447 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1448 * gdb.python/py-symtab.exp: Same.
1449
1450 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1451
1452 PR gdb/17320
1453 * gdb.base/pretty-array.c: New test.
1454 * gdb.base/pretty-array.exp: New file.
1455
1456 2020-04-29 Tom de Vries <tdevries@suse.de>
1457
1458 PR symtab/25889
1459 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1460 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1461 and include cpexprs.exp.
1462
1463 2020-04-28 Mark Williams <mark@myosotissp.com>
1464
1465 PR gdb/24480
1466 * dw4-toplevel-types.exp: Test for top level types.
1467 * dw4-toplevel-types.cc: Test for top level types.
1468
1469 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1470
1471 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1472 (theads -> threads).
1473
1474 2020-04-28 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1477
1478 2020-04-28 Tom de Vries <tdevries@suse.de>
1479
1480 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1481
1482 2020-04-28 Tom de Vries <tdevries@suse.de>
1483
1484 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1485
1486 2020-04-28 Tom de Vries <tdevries@suse.de>
1487
1488 * gdb.dwarf2/main-foo.c: New test.
1489 * gdb.dwarf2/struct-with-sig.exp: New file.
1490
1491 2020-04-25 Tom de Vries <tdevries@suse.de>
1492
1493 * boards/debug-types.exp: New file.
1494
1495 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1498
1499 2020-04-24 Tom Tromey <tom@tromey.com>
1500
1501 PR symtab/12707:
1502 * gdb.python/py-symbol.exp: Update expected results for
1503 linkage_name test.
1504 * gdb.cp/print-demangle.exp: New file.
1505 * gdb.base/c-linkage-name.exp: Fix test.
1506 * gdb.guile/scm-symbol.exp: Update expected results for
1507 linkage_name test.
1508
1509 2020-04-24 Tom Tromey <tom@tromey.com>
1510
1511 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1512 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1513 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1514 assembler.
1515
1516 2020-04-24 Tom de Vries <tdevries@suse.de>
1517
1518 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1519 C++.
1520
1521 2020-04-24 Tom Tromey <tromey@adacore.com>
1522
1523 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1524 values.
1525 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1526 values. Update test for minimal encodings.
1527 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1528 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1529 values. Update test for minimal encodings.
1530
1531 2020-04-24 Tom Tromey <tromey@adacore.com>
1532
1533 PR python/23662:
1534 * gdb.ada/variant.exp: Add Python checks.
1535 * gdb.rust/simple.exp: Add dynamic type checks.
1536
1537 2020-04-24 Tom Tromey <tromey@adacore.com>
1538
1539 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1540 Make array type matching more lax.
1541 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1542 * gdb.ada/mi_variant.exp: New file.
1543 * gdb.ada/mi_variant/pck.ads: New file.
1544 * gdb.ada/mi_variant/pkg.adb: New file.
1545 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1546 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1547
1548 2020-04-24 Tom Tromey <tromey@adacore.com>
1549
1550 * gdb.ada/variant.exp: Add dynamic field offset tests.
1551 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1552 * gdb.ada/variant/pkg.adb: Add new variables.
1553
1554 2020-04-24 Tom Tromey <tromey@adacore.com>
1555
1556 * gdb.ada/variant.exp: New file
1557 * gdb.ada/variant/pkg.adb: New file
1558 * gdb.ada/variant/pck.adb: New file
1559
1560 2020-04-24 Tom de Vries <tdevries@suse.de>
1561
1562 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1563
1564 2020-04-24 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1567 flags.
1568
1569 2020-04-24 Tom de Vries <tdevries@suse.de>
1570
1571 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1572
1573 2020-04-24 Tom de Vries <tdevries@suse.de>
1574
1575 * lib/gdb.exp (default_gdb_start): Handle eof.
1576 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1577 failure.
1578 * gdb.base/readnever.exp: Handle clean_restart failure.
1579
1580 2020-04-23 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.base/decl-before-def.exp: Run to main and print a again.
1583
1584 2020-04-23 Tom de Vries <tdevries@suse.de>
1585
1586 * gdb.base/decl-before-def-decl.c: New test.
1587 * gdb.base/decl-before-def-def.c: New test.
1588 * gdb.base/decl-before-def.exp: New file.
1589
1590 2020-04-23 Tom de Vries <tdevries@suse.de>
1591
1592 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1593
1594 2020-04-22 Tom de Vries <tdevries@suse.de>
1595
1596 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1597 debug_info_offset.
1598 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1599 before $objsfile in the line line.
1600
1601 2020-04-22 Tom de Vries <tdevries@suse.de>
1602
1603 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1604
1605 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1606
1607 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1608 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1609 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1610 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1611 * gdb.base/jit-protocol.h: Update definitions to match all usage
1612 contexts.
1613
1614 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1615
1616 * gdb.base: Rename all jit related test and source files.
1617
1618 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1619
1620 * gdb.base/jit-reader.exp: Relax register output check.
1621
1622 2020-04-22 Tom de Vries <tdevries@suse.de>
1623
1624 PR symtab/25764
1625 * gdb.base/psym-external-decl-2.c: New test.
1626 * gdb.base/psym-external-decl.c: New test.
1627 * gdb.base/psym-external-decl.exp: New file.
1628 * gdb.threads/tls.exp: Add PR25807 kfail.
1629
1630 2020-04-22 Tom de Vries <tdevries@suse.de>
1631
1632 PR symtab/25801
1633 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1634 in "info source" output.
1635
1636 2020-04-22 Tom de Vries <tdevries@suse.de>
1637
1638 PR symtab/25700
1639 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1640 symtab for imported_unit.c.
1641
1642 2020-04-21 Gary Benson <gbenson@redhat.com>
1643
1644 * gdb.base/advance.c (func): New argument, to match call site.
1645 (func2, func3): Add return statements.
1646
1647 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1648
1649 * gdb.multi/run-only-second-inf.c: New file.
1650 * gdb.multi/run-only-second-inf.exp: New file.
1651
1652 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1653
1654 * gdb.btrace/multi-inferior.c: New test.
1655 * gdb.btrace/multi-inferior.exp: New file.
1656
1657 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1658
1659 * gdb.btrace/enable-new-thread.c: New test.
1660 * gdb.btrace/enable-new-thread.exp: New file.
1661
1662 2020-04-21 Tom de Vries <tdevries@suse.de>
1663
1664 PR gdb/25471
1665 * gdb.threads/killed-outside.c: New test.
1666 * gdb.threads/killed-outside.exp: New file.
1667
1668 2020-04-20 Gary Benson <gbenson@redhat.com>
1669
1670 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1671 * gdb.base/nested-subp2.exp: Likewise.
1672 * gdb.base/nested-subp3.exp: Likewise.
1673
1674 2020-04-20 Gary Benson <gbenson@redhat.com>
1675
1676 * gdb.base/nested-subp1.exp: Disable test when using clang.
1677 * gdb.base/nested-subp2.exp: Likewise.
1678 * gdb.base/nested-subp3.exp: Likewise.
1679
1680 2020-04-20 Gary Benson <gbenson@redhat.com>
1681
1682 * gdb.cp/exception.cc: Fix compilation error with clang.
1683
1684 2020-04-20 Gary Benson <gbenson@redhat.com>
1685
1686 * gdb.trace/tspeed.c: Fix compilation error with clang.
1687
1688 2020-04-20 Gary Benson <gbenson@redhat.com>
1689
1690 * gdb.base/jit-main.c: Fix compilation error with clang.
1691
1692 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1693
1694 * gdb.base/attach-twice.c: Include "sys/types.h".
1695 (PTRACE_ATTACH): Add fallback definition.
1696 (main): Pass `0' to the 4th argument of `ptrace'.
1697
1698 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1699
1700 * gdb.base/fork-running-state.c: Include "signal.h".
1701
1702 2020-04-17 Tom Tromey <tromey@adacore.com>
1703
1704 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1705 Update tests.
1706 * gdb.btrace/cpu.exp: Update tests.
1707 * gdb.base/maint.exp: Update tests.
1708 * gdb.base/default.exp: Update tests.
1709 * gdb.base/completion.exp: Update tests.
1710
1711 2020-04-16 Tom de Vries <tdevries@suse.de>
1712
1713 PR symtab/25791
1714 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1715 (ensure_gdb_index): and factor out and move ...
1716 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1717 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1718
1719 2020-04-16 Tom de Vries <tdevries@suse.de>
1720
1721 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1722 loading exec.
1723
1724 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 * gdb.base/many-completions.exp: New file.
1727
1728 2020-04-14 Tom de Vries <tdevries@suse.de>
1729
1730 PR symtab/25718
1731 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1732
1733 2020-04-14 Tom de Vries <tdevries@suse.de>
1734
1735 PR symtab/25720
1736 * gdb.base/maint-expand-symbols-header-file.c: New test.
1737 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1738 * gdb.base/maint-expand-symbols-header-file.h: New test.
1739
1740 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1743 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1744 get_func_info.
1745 (get_func_info): Delete.
1746 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1747 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1748 * lib/dwarf.exp (get_func_info): New function.
1749
1750 2020-04-13 Tom de Vries <tdevries@suse.de>
1751
1752 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1753 to what find_gnatmake does.
1754
1755 2020-04-10 Tom de Vries <tdevries@suse.de>
1756
1757 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1758 -readnow.
1759
1760 2020-04-10 Tom de Vries <tdevries@suse.de>
1761
1762 PR cli/25808
1763 * gdb.base/style.c: Add leading newlines.
1764 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1765 Check listing of main's one-line body.
1766
1767 2020-04-08 Tom de Vries <tdevries@suse.de>
1768
1769 * lib/gdb.exp (psymtabs_p): New proc.
1770 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1771 importing unit" unsupported if there are no partial symbols.
1772
1773 2020-04-08 Tom de Vries <tdevries@suse.de>
1774
1775 PR testsuite/25760
1776 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1777
1778 2020-04-07 Tom de Vries <tdevries@suse.de>
1779
1780 PR symtab/25796
1781 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1782
1783 2020-04-07 Tom de Vries <tdevries@suse.de>
1784
1785 * gdb.base/check-psymtab.c: New test.
1786 * gdb.base/check-psymtab.exp: New file.
1787
1788 2020-04-06 Tom Tromey <tromey@adacore.com>
1789
1790 * gdb.ada/variant-record/proc.adb: New file.
1791 * gdb.ada/variant-record/value.adb: New file.
1792 * gdb.ada/variant-record/value.s: New file.
1793 * gdb.ada/variant-record.exp: New file.
1794
1795 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1796
1797 PR gdb/25325
1798 * gdb.cp/typed-enum.cc: New test.
1799 * gdb.cp/typed-enum.exp: New file.
1800
1801 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1804 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1805 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1806 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1807 * gdb.opt/inline-small-func.c: New file.
1808 * gdb.opt/inline-small-func.exp: New file.
1809 * gdb.opt/inline-small-func.h: New file.
1810
1811 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1814 function.
1815
1816 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1817
1818 * lib/dwarf.exp (function_range): Allow compiler options to be
1819 specified.
1820
1821 2020-04-02 Tom de Vries <tdevries@suse.de>
1822
1823 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1824 __attribute__((always_inline)).
1825 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1826
1827 2020-04-02 Tom de Vries <tdevries@suse.de>
1828
1829 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1830 (gdbserver_gdb_exit): ... here. Add timeout warning.
1831 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1832 (connect_target_extended_remote): Append new server_spawn_id to
1833 server_spawn_ids.
1834 (cleanup): New proc.
1835 (setup, <toplevel>): Call cleanup.
1836
1837 2020-04-02 Tom de Vries <tdevries@suse.de>
1838
1839 * gdb.base/main-psymtab.exp: New file.
1840
1841 2020-04-02 Tom de Vries <tdevries@suse.de>
1842
1843 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1844
1845 2020-04-01 Tom Tromey <tom@tromey.com>
1846
1847 * gdb.base/complex-parts.exp: Add type tests.
1848
1849 2020-04-01 Tom Tromey <tom@tromey.com>
1850
1851 * gdb.base/complex-parts.exp: Add arithmetic tests.
1852
1853 2020-04-01 Tom Tromey <tom@tromey.com>
1854
1855 * gdb.compile/compile.exp: Update.
1856 * gdb.compile/compile-cplus.exp: Update.
1857 * gdb.base/varargs.exp: Update.
1858 * gdb.base/floatn.exp: Update.
1859 * gdb.base/endianity.exp: Update.
1860 * gdb.base/callfuncs.exp (do_function_calls): Update.
1861 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1862 (complex_float_integral_args): Update.
1863 * gdb.base/complex.exp: Update.
1864 * gdb.base/complex-parts.exp: Update.
1865
1866 2020-04-01 Tom Tromey <tromey@adacore.com>
1867
1868 * gdb.rust/union.rs: New file.
1869 * gdb.rust/union.exp: New file.
1870 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1871 (main): Update.
1872 * gdb.rust/simple.exp: Move union tests to union.exp.
1873
1874 2020-04-01 Tom Tromey <tromey@adacore.com>
1875
1876 * gdb.rust/simple.rs (main): Remove "y0".
1877
1878 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1879
1880 * gdb.multi/stop-all-on-exit.c: New test.
1881 * gdb.multi/stop-all-on-exit.exp: New file.
1882
1883 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1884
1885 PR gdb/24789
1886 * gdb.cp/misc.cc: Add integer reference variable.
1887 * gdb.cp/misc.exp: Add test.
1888
1889 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1890
1891 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1892 scenario to cover execution until the end and also the case
1893
1894 2020-03-31 Tom de Vries <tdevries@suse.de>
1895
1896 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1897 c. Use "maint info symtabs" to check symtab expansion.
1898
1899 2020-03-30 Tom de Vries <tdevries@suse.de>
1900
1901 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1902 unsupported.
1903 (verify_psymtab_expanded): Move ...
1904 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1905 test.
1906 (readnow): New proc.
1907
1908 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1911 with $hex.
1912
1913 2020-03-20 Tom Tromey <tromey@adacore.com>
1914
1915 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1916
1917 2020-03-20 Tom Tromey <tromey@adacore.com>
1918
1919 * gdb.ada/sub_variant/subv.adb: New file.
1920 * gdb.ada/sub_variant.exp: New file.
1921
1922 2020-03-20 Tom de Vries <tdevries@suse.de>
1923
1924 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1925 first break fails.
1926 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1927
1928 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1929
1930 * gdb.server/exit-multiple-threads.c: New file.
1931 * gdb.server/exit-multiple-threads.exp: New file.
1932
1933 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1934
1935 * gdb.fortran/mixed-lang-stack.c: New file.
1936 * gdb.fortran/mixed-lang-stack.cpp: New file.
1937 * gdb.fortran/mixed-lang-stack.exp: New file.
1938 * gdb.fortran/mixed-lang-stack.f90: New file.
1939
1940 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1941
1942 * gdb.linespec/cp-completion-aliases.cc: New file.
1943 * gdb.linespec/cp-completion-aliases.exp: New file.
1944
1945 2020-03-19 Tom de Vries <tdevries@suse.de>
1946
1947 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1948 more precise.
1949
1950 2020-03-18 Tom de Vries <tdevries@suse.de>
1951
1952 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1953 * gdb.dwarf2/break-inline-psymtab.c: New test.
1954 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1955
1956 2020-03-16 Tom de Vries <tdevries@suse.de>
1957
1958 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1959 cache_verify and cache_verify_proc.
1960
1961 2020-03-15 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.server/solib-list.exp: Handle
1964 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1965
1966 2020-03-15 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1969 objfiles".
1970
1971 2020-03-14 Tom Tromey <tom@tromey.com>
1972
1973 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1974
1975 2020-03-14 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1978
1979 2020-03-14 Tom de Vries <tdevries@suse.de>
1980
1981 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1982 result in line-by-line fashion.
1983
1984 2020-03-14 Tom de Vries <tdevries@suse.de>
1985
1986 * lib/gdb.exp (supports_statement_frontiers): New proc.
1987 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1988
1989 2020-03-14 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.base/printcmds.exp: Add missing quoting for "print
1992 teststring2".
1993
1994 2020-03-13 Tom Tromey <tom@tromey.com>
1995
1996 * gdb.base/printcmds.exp (test_print_strings): Add regression
1997 test.
1998 * gdb.base/printcmds.c (charptr): New typedef.
1999 (teststring2): New global.
2000
2001 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2002
2003 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2004 full path in the test name.
2005 (test_ld): Add some with_test_prefix blocks to make test names
2006 unique.
2007
2008 2020-03-13 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2011
2012 2020-03-13 Tom de Vries <tdevries@suse.de>
2013
2014 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2015
2016 2020-03-13 Tom de Vries <tdevries@suse.de>
2017
2018 PR symtab/25646
2019 * gdb.dwarf2/imported-unit.exp: Add test.
2020
2021 2020-03-13 Tom de Vries <tdevries@suse.de>
2022
2023 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2024 (var1, var2): New variable.
2025 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2026 matching symbols.
2027
2028 2020-03-13 Tom de Vries <tdevries@suse.de>
2029
2030 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2031 (Term::command): Use prompt prefix.
2032 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2033 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2034 command_no_prompt_prefix instead of prefix.
2035 * gdb.tui/tui-layout-asm.exp: Same.
2036
2037 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2038
2039 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2040
2041 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2042
2043 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2044 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2045 on" while stepping over the test instruction, match printed
2046 message.
2047
2048 2020-03-12 Tom de Vries <tdevries@suse.de>
2049
2050 * gdb.base/info-types.exp: Use exp_continue during matching of output
2051 of "info types".
2052
2053 2020-03-12 Tom de Vries <tdevries@suse.de>
2054
2055 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2056
2057 2020-03-12 Tom de Vries <tdevries@suse.de>
2058
2059 * gdb.fortran/module.exp: Use exp_continue during matching of output
2060 of "info variable -n".
2061
2062 2020-03-12 Tom de Vries <tdevries@suse.de>
2063
2064 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2065 gdb.dwarf2/dw2-ranges-base.c.
2066
2067 2020-03-12 Tom de Vries <tdevries@suse.de>
2068
2069 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2070 in presence of GLIBC debuginfo.
2071
2072 2020-03-12 Tom de Vries <tdevries@suse.de>
2073
2074 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2075 $core.
2076
2077 2020-03-12 Tom de Vries <tdevries@suse.de>
2078
2079 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2080 more precise.
2081
2082 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2083
2084 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2085 from Unix to Windows path.
2086
2087 2020-03-11 Tom de Vries <tdevries@suse.de>
2088
2089 * gdb.ada/minsyms.exp: Set language to ada.
2090
2091 2020-03-11 Tom de Vries <tdevries@suse.de>
2092
2093 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2094
2095 2020-03-11 Tom de Vries <tdevries@suse.de>
2096
2097 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2098
2099 2020-03-11 Tom Tromey <tromey@adacore.com>
2100
2101 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2102
2103 2020-03-11 Tom de Vries <tdevries@suse.de>
2104
2105 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2106
2107 2020-03-11 Tom de Vries <tdevries@suse.de>
2108
2109 * gdb.base/break-interp.exp: Limit verbose scope.
2110
2111 2020-03-11 Tom de Vries <tdevries@suse.de>
2112
2113 * gdb.fortran/logical.f90: Define variable with character type.
2114 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2115
2116 2020-03-11 Tom de Vries <tdevries@suse.de>
2117
2118 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2119
2120 2020-03-11 Tom de Vries <tdevries@suse.de>
2121
2122 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2123 symtabs.
2124
2125 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2126 Bernd Edlinger <bernd.edlinger@hotmail.de>
2127
2128 * gdb.cp/step-and-next-inline.cc: New file.
2129 * gdb.cp/step-and-next-inline.exp: New file.
2130 * gdb.cp/step-and-next-inline.h: New file.
2131 * gdb.dwarf2/dw2-is-stmt.c: New file.
2132 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2133 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2134 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2135 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2136
2137 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2140 is-stmt flag in the line table.
2141
2142 2020-03-09 Tom de Vries <tdevries@suse.de>
2143
2144 * lib/gdb.exp (cached_file): Create cache dir.
2145
2146 2020-03-07 Tom de Vries <tdevries@suse.de>
2147
2148 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2149 * gdb.cp/rvalue-ref-params.exp: Same.
2150
2151 2020-03-06 Tom de Vries <tdevries@suse.de>
2152
2153 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2154 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2155
2156 2020-03-06 Tom de Vries <tdevries@suse.de>
2157
2158 * README: Fix "the the".
2159 * gdb.base/dprintf.exp: Same.
2160
2161 2020-03-05 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.base/maint.exp: Update "main print statistics" expected output.
2164
2165 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2166
2167 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2168 (fortran_int8): Likewise.
2169 (fortran_real4): Likewise.
2170 (fortran_real8): Likewise.
2171 (fortran_complex4): Likewise.
2172 (fortran_logical4): Likewise.
2173 (fortran_character1): Likewise.
2174
2175 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2178 printed as true.
2179
2180 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2181
2182 * gdb.base/printcmds.exp: Add test to verify printf of a
2183 variable holding an address.
2184
2185 2020-03-03 Tom de Vries <tdevries@suse.de>
2186
2187 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2188
2189 2020-03-03 Tom de Vries <tdevries@suse.de>
2190
2191 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2192 gdb_test_multiple call.
2193
2194 2020-03-03 Tom de Vries <tdevries@suse.de>
2195
2196 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2197 gdb_test_multiple calls.
2198
2199 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2200
2201 * gdb.base/default.exp: Remove test of 'set history filename'.
2202 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2203 filename to the empty string.
2204 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2205 and GDBHISTSIZE.
2206
2207 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2210 disabled.
2211
2212 2020-03-02 Pedro Alves <palves@redhat.com>
2213 Tom de Vries <tdevries@suse.de>
2214
2215 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2216 -prompt prefix, before user_code argument. Add -lbl option likewise.
2217 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2218 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2219 argument.
2220 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2221 have "\r\n" at start-of-line, instead of at end-of-line.
2222
2223 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2224
2225 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2226 libinproctrace.so.
2227
2228 2020-02-28 Luis Machado <luis.machado@linaro.org>
2229
2230 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2231 to "p/x".
2232
2233 2020-02-28 Luis Machado <luis.machado@linaro.org>
2234
2235 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2236 asm/ptrace.h and error.h.
2237
2238 2020-02-28 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2241 (struct wrapper, do_something, mundane/symada__cS): Move ...
2242 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2243 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2244 Update "print symada__cS before partial symtab expansion" regexp.
2245 Update breakpoint location. Flush symbol cache after expansion.
2246
2247 2020-02-28 Luis Machado <luis.machado@linaro.org>
2248
2249 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2250
2251 2020-02-27 Tom de Vries <tdevries@suse.de>
2252
2253 * config/sid.exp: Remove unused globals.
2254 * gdb.base/attach.exp: Same.
2255 * gdb.base/catch-load.exp: Same.
2256 * gdb.base/dbx.exp: Same.
2257 * lib/gdb.exp: Same.
2258 * lib/mi-support.exp: Same.
2259 * lib/prompt.exp: Same.
2260
2261 2020-02-27 Tom de Vries <tdevries@suse.de>
2262
2263 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2264 not set.
2265
2266 2020-02-26 Aaron Merey <amerey@redhat.com>
2267
2268 * gdb.debuginfod: New directory for debuginfod tests.
2269 * gdb.debuginfod/main.c: New test file.
2270 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2271
2272 2020-02-26 Tom de Vries <tdevries@suse.de>
2273
2274 PR gdb/25603
2275 * gdb.base/persistent-lang.cc: New test.
2276 * gdb.base/persistent-lang.exp: New file.
2277
2278 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.fortran/derived-type-striding.exp: Add a new test.
2281 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2282 new test.
2283
2284 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2287 names.
2288
2289 2020-02-25 Tom de Vries <tdevries@suse.de>
2290
2291 PR go/18926
2292 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2293
2294 2020-02-24 Tom de Vries <tdevries@suse.de>
2295
2296 PR gdb/25592
2297 * gdb.base/info-locals-unused-static-var.c: New test.
2298 * gdb.base/info-locals-unused-static-var.exp: New file.
2299
2300 2020-02-22 Tom Tromey <tom@tromey.com>
2301
2302 * gdb.python/tui-window.exp: New file.
2303 * gdb.python/tui-window.py: New file.
2304
2305 2020-02-22 Tom Tromey <tom@tromey.com>
2306
2307 PR tui/17850:
2308 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2309 tests.
2310
2311 2020-02-22 Tom Tromey <tom@tromey.com>
2312
2313 * gdb.tui/new-layout.exp: Add sub-layout tests.
2314
2315 2020-02-22 Tom Tromey <tom@tromey.com>
2316
2317 * gdb.tui/new-layout.exp: New file.
2318
2319 2020-02-22 Tom Tromey <tom@tromey.com>
2320
2321 * gdb.rust/rust-style.rs: New file.
2322 * gdb.rust/rust-style.exp: New file.
2323 * gdb.base/style.exp: Test structure printing.
2324 * gdb.base/style.c (struct some_struct): New type.
2325 (enum etype): New type.
2326 (struct_value): New global.
2327
2328 2020-02-21 Tom de Vries <tdevries@suse.de>
2329
2330 PR go/18926
2331 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2332 Remove blanket xfails. Use message argument for gdb_breakpoint.
2333 Make continuing to breakpoint test conditional on setting breakpoint.
2334 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2335 DW_AT_name attribute. Add xfail for GCC PR93866.
2336
2337 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2338
2339 * gdb.dwarf2/cpp-linkage-name.c: New file.
2340 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2341
2342 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2343
2344 * lib/gdb.exp (gdb_wrapper_init): Reset
2345 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2346 not exist.
2347
2348 2020-02-20 Tom de Vries <tdevries@suse.de>
2349
2350 PR go/17018
2351 * gdb.go/hello.exp: Copy ...
2352 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2353 print of st to print value of global definition. Add xfail for GCC
2354 PR93844.
2355 * gdb.go/hello.exp: Remove printing of st before definition.
2356 * gdb.go/hello.go: Copy ...
2357 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2358 to st.
2359 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2360
2361 2020-02-20 Tom de Vries <tdevries@suse.de>
2362
2363 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2364 (gdb_simple_compile): Handle compile_flags go by using .go extension
2365 for source file.
2366 * gdb.go/chan.exp: Use support_go_compile.
2367 * gdb.go/handcall.exp: Same.
2368 * gdb.go/hello.exp: Same.
2369 * gdb.go/integers.exp: Same.
2370 * gdb.go/max-depth.exp: Same.
2371 * gdb.go/methods.exp: Same.
2372 * gdb.go/package.exp: Same.
2373 * gdb.go/strings.exp: Same.
2374 * gdb.go/types.exp: Same.
2375 * gdb.go/unsafe.exp: Same.
2376
2377 2020-02-19 Tom de Vries <tdevries@suse.de>
2378
2379 * gdb.python/lib-types.exp: Make xfail more strict.
2380
2381 2020-02-19 Tom de Vries <tdevries@suse.de>
2382
2383 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2384
2385 2020-02-19 Doug Evans <dje@google.com>
2386
2387 PR rust/25535
2388 * gdb.rust/simple.exp: Add test.
2389 * gdb.rust/simple.rs: Add test.
2390
2391 2020-02-19 Tom de Vries <tdevries@suse.de>
2392
2393 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2394 output line-by-line.
2395
2396 2020-02-19 Tom de Vries <tdevries@suse.de>
2397
2398 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2399
2400 2020-02-19 Tom de Vries <tdevries@suse.de>
2401
2402 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2403 prelink.
2404
2405 2020-02-19 Tom de Vries <tdevries@suse.de>
2406
2407 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2408 (gdb_do_cache): Use gdb_do_cache_wrap.
2409 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2410
2411 2020-02-19 Tom de Vries <tdevries@suse.de>
2412
2413 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2414 gdb_compile option.
2415
2416 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2417
2418 * gdb.base/printcmds.exp (test_print_enums): Update expected
2419 output.
2420
2421 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2422
2423 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2424 for "unknown".
2425
2426 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2427
2428 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2429 enumerator.
2430
2431 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2432
2433 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2434 FE_, add FE_NONE.
2435 (three): Update.
2436 (enum flag_enum_without_zero): New enum.
2437 (flag_enum_without_zero): New variable.
2438 (enum not_flag_enum): New enum.
2439 (three_not_flag): New variable.
2440 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2441 (test_print_enums): Add more tests for printing flag enums.
2442
2443 2020-02-18 Tom de Vries <tdevries@suse.de>
2444
2445 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2446 (gdb_compile_ada): ... here.
2447 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2448 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2449
2450 2020-02-14 Tom Tromey <tom@tromey.com>
2451
2452 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2453 build directory.
2454 * boards/gdbserver-base.exp: Update path to gdbserver.
2455
2456 2020-02-13 Tom de Vries <tdevries@suse.de>
2457
2458 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2459
2460 2020-02-13 Tom de Vries <tdevries@suse.de>
2461
2462 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2463 are missing.
2464
2465 2020-02-13 Tom de Vries <tdevries@suse.de>
2466
2467 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2468 call.
2469
2470 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2471
2472 PR tui/25126
2473 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2474 * gdb.base/cached-source-file.c: New file.
2475 * gdb.base/cached-source-file.exp: New file.
2476
2477 2020-02-11 Tom de Vries <tdevries@suse.de>
2478
2479 PR testsuite/25488
2480 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2481
2482 2020-02-10 Tom de Vries <tdevries@suse.de>
2483
2484 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2485
2486 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2487
2488 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2489 and $after_addr are both integers before making a comparison.
2490
2491 2020-02-09 Tom de Vries <tdevries@suse.de>
2492
2493 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2494 command output and paste it into gdb.log. If any, paste catch message
2495 to gdb.log.
2496
2497 2020-02-07 Tom Tromey <tromey@adacore.com>
2498
2499 PR breakpoints/24915:
2500 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2501
2502 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2503
2504 * gdb.tui/tui-missing-src.exp: Add the "missing source
2505 file" test for the TUI.
2506
2507 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2510 including a port number in the output.
2511
2512 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2513
2514 * lib/fortran.exp (fortran_int4): Handle clang.
2515 (fortran_int8): Likewise.
2516 (fortran_real4): Likewise.
2517 (fortran_real8): Likewise.
2518 (fortran_complex4): Likewise.
2519 (fortran_logical4): Likewise.
2520 (fortran_character1): Likewise.
2521
2522 2020-02-04 Tom de Vries <tdevries@suse.de>
2523
2524 * README (Race detection): Add note.
2525
2526 2020-02-04 Tom de Vries <tdevries@suse.de>
2527
2528 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2529
2530 2020-02-04 Tom de Vries <tdevries@suse.de>
2531
2532 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2533
2534 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2535
2536 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2537 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2538 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2539 blttar, bnetarl.
2540 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2541 binary for blttar, bnetarl.
2542 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2543 wait instruction. Delete ldmx test.
2544 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2545
2546 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2547
2548 * gdb.fortran/array-bounds-high.exp: New file.
2549 * gdb.fortran/array-bounds-high.f90: New file.
2550
2551 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2552
2553 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2554 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2555
2556 2020-02-01 Tom de Vries <tdevries@suse.de>
2557
2558 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2559
2560 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2561
2562 PR tui/9765
2563 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2564 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2565
2566 2020-01-29 Luis Machado <luis.machado@linaro.org>
2567
2568 * gdb.arch/aarch64-brk-patterns.c: New source file.
2569 * gdb.arch/aarch64-brk-patterns.exp: New test.
2570
2571 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2572
2573 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2574 GCC/Clang version.
2575 * gdb.cp/pass-by-ref.exp: Ditto.
2576
2577 2020-01-29 Tom de Vries <tdevries@suse.de>
2578
2579 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2580 * gdb.threads/watchpoint-fork-mt.c: Same.
2581 * gdb.threads/watchpoint-fork-parent.c: Same.
2582 * gdb.threads/watchpoint-fork-st.c: Same.
2583 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2584
2585 2020-01-27 Luis Machado <luis.machado@linaro.org>
2586
2587 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2588 sitting at a syscall instruction when we hit the syscall function's
2589 breakpoint.
2590 Check PC against one obtained with the x command.
2591 Validate syscall number.
2592 (step_over_syscall): Don't continue to the syscall instruction if
2593 we're already there.
2594
2595 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2596
2597 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2598
2599 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2602 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2603
2604 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2607 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2608
2609 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.base/maint.exp: Update line table parsing test.
2612 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2613
2614 2020-01-24 Pedro Alves <palves@redhat.com>
2615
2616 PR gdb/25410
2617 * gdb.multi/multi-re-run-1.c: New.
2618 * gdb.multi/multi-re-run-2.c: New.
2619 * gdb.multi/multi-re-run.exp: New.
2620
2621 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2622
2623 PR gdb/23718
2624 * gdb.server/server-kill-python.exp: New file.
2625
2626 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2627
2628 * gdb.server/multi-ui-errors.c: New file.
2629 * gdb.server/multi-ui-errors.exp: New file.
2630
2631 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 PR tui/9765
2634 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2635
2636 2020-01-19 Tom Tromey <tom@tromey.com>
2637
2638 * gdb.tui/main.exp: Add check for plain "file".
2639
2640 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2641
2642 * lib/gdb.exp: Fix spelling error (seperatelly).
2643
2644 2020-01-14 Tom Tromey <tom@tromey.com>
2645
2646 PR symtab/12535:
2647 * gdb.python/python.exp: Test decode_line with empty string
2648 argument.
2649
2650 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2651
2652 * gdb.base/skip-inline.exp: Extend test.
2653
2654 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2655
2656 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2657 * gdb.dwarf2/dw2-bad-elf.c: New file.
2658 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2659
2660 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2663 _line_saw_file.
2664
2665 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2668 border.
2669
2670 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2671
2672 * gdb.multi/multi-target.exp (setup): Factor out "info
2673 connections" and "info inferiors" tests to ...
2674 (test_info_inferiors): ... this new procedure.
2675 (top level): Run new "info-inferiors" tests.
2676
2677 2020-01-10 Pedro Alves <palves@redhat.com>
2678
2679 * gdb.server/bkpt-other-inferior.exp: New file.
2680
2681 2020-01-10 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2684 of "add-inferior".
2685 * gdb.base/quit-live.exp: Likewise.
2686 * gdb.base/remote-exec-file.exp: Likewise.
2687 * gdb.guile/scm-progspace.exp: Likewise.
2688 * gdb.linespec/linespec.exp: Likewise.
2689 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2690 * gdb.mi/user-selected-context-sync.exp: Likewise.
2691 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2692 "info inferiors" tests.
2693 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2694 "add-inferior".
2695 * gdb.multi/watchpoint-multi.exp: Likewise.
2696 * gdb.python/py-inferior.exp: Likewise.
2697 * gdb.server/extended-remote-restart.exp: Likewise.
2698 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2699 "info inferiors".
2700 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2701 * gdb.trace/report.exp: Likewise.
2702
2703 2020-01-10 Pedro Alves <palves@redhat.com>
2704
2705 * gdb.multi/multi-target.c: New file.
2706 * gdb.multi/multi-target.exp: New file.
2707 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2708 mode requested, but remote does not support non-stop".
2709
2710 2020-01-10 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2713 disconnect before reconnecting.
2714
2715 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2716 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.server/connect-without-multi-process.exp: Also test
2719 continuing to end.
2720
2721 2020-01-10 Pedro Alves <palves@redhat.com>
2722
2723 * gdb.base/remote-exec-file.exp: New file.
2724
2725 2020-01-10 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2728 output.
2729 * gdb.threads/async.c: New.
2730 * gdb.threads/async.exp: New.
2731 * gdb.multi/tids-gid-reset.c: New.
2732 * gdb.multi/tids-gid-reset.exp: New.
2733
2734 2020-01-10 George Barrett <bob@bob131.so>
2735
2736 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2737 to help in finding the image relocation offset.
2738 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2739 options in arguments.
2740 (stap_test_no_debuginfo): Likewise.
2741 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2742 test variants.
2743 (stap_test): Add null semaphore relocation test.
2744
2745 2020-01-10 George Barrett <bob@bob131.so>
2746
2747 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2748 * gdb.base/stap-probe.exp: Likewise.
2749 (stap_test): Pass argument as an additional flag.
2750 (stap_test_no_debuginfo): Likewise.
2751 (stap_test): Check `info probes stap' output for semaphore
2752 addresses if the test binary is supposed to have them.
2753
2754 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2755
2756 * gdb.tui/basic.exp: Add more scrolling tests.
2757
2758 2020-01-09 Tom Tromey <tom@tromey.com>
2759
2760 PR tui/18932:
2761 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2762 meangingful value.
2763 (Term::command, Term::resize): Update.
2764 * gdb.tui/basic.exp: Add scrolling test.
2765
2766 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2767
2768 * gdb.tui/tui-layout-asm.exp: New file.
2769
2770 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2771
2772 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2773
2774 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2775
2776 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2777 (Term::enter_tui): Use Term::prepare_for_tui.
2778
2779 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2782 called.
2783
2784 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * gdb.base/skip.exp: Fix race condition in test.
2787
2788 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * gdb.base/backtrace.c: New file.
2791 * gdb.base/backtrace.exp: New file.
2792
2793 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2796
2797 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2798
2799 * gdb.base/style.exp: Test that warnings are styled.
2800
2801 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2802
2803 * gdb.base/line65535.exp: New file.
2804 * gdb.base/line65535.c: New file.
2805
2806 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2807
2808 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2809 * lib/gnat_debug_info_test.adb: New file.
2810 * gdb.ada/ptype_tagged_param.exp: Use
2811 gnat_runtime_has_debug_info, expect a different output if
2812 runtime does not have debug info.
2813
2814 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2815
2816 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2817 (another) quote in test name.
2818
2819 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2820
2821 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2822 Add quote in test name.
2823
2824 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2825
2826 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2827 directory instead.
2828 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2829 * gdb.cp/pass-by-ref-2.cc: New file.
2830 * gdb.cp/pass-by-ref-2.exp: New file.
2831
2832 2019-12-20 Tom Tromey <tom@tromey.com>
2833
2834 * gdb.tui/list-before.exp: New file.
2835
2836 2019-12-20 Tom Tromey <tom@tromey.com>
2837
2838 * gdb.tui/list.exp: Check for source on initial listing.
2839
2840 2019-12-11 Tom Tromey <tromey@adacore.com>
2841
2842 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2843 Add crlf test.
2844
2845 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2846
2847 * gdb.base/default.exp: Update value of $_gdb_major.
2848
2849 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2850
2851 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2852
2853 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2854
2855 * gdb.base/skip.exp: Whitespace fix.
2856
2857 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2858
2859 * gdb.base/skip-inline.c: New file.
2860 * gdb.base/skip-inline.exp: New file.
2861
2862 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2863
2864 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2865 jit_function_00 to jit_function_stack_mangle.
2866 * gdb.base/jithost.c (jit_function_t): Rename to...
2867 (jit_function_stack_mangle_t): ... this.
2868 (jit_function_add_t): New typedef.
2869 (jit_function_00_code): Rename to...
2870 (jit_function_stack_mangle_code): ... this, make static.
2871 (jit_function_add_code): New.
2872 (main): Generate "add" function and call it. Adjust to changes
2873 in jithost_abi.
2874 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2875 (struct jithost_abi) <begin, end>: Remove fields.
2876 <object, function_stack_mangle, function_add>: New fields.
2877 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2878 code_end>: Remove fields.
2879 <func_stack_mangle>: New field.
2880 (read_debug_info): Adjust to renaming, create block for "add"
2881 function.
2882 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2883
2884 2019-12-11 Tom Tromey <tom@tromey.com>
2885
2886 * gdb.tui/resize.exp: Fix regexp.
2887 * gdb.tui/regs.exp: Fix regexps.
2888 * gdb.tui/main.exp: Fix regexp.
2889
2890 2019-12-11 Tom Tromey <tom@tromey.com>
2891
2892 * gdb.tui/resize.exp: Update.
2893 * gdb.tui/empty.exp (layouts): Update.
2894
2895 2019-12-11 Tom Tromey <tom@tromey.com>
2896
2897 * gdb.tui/regs.exp: Update.
2898 * gdb.tui/empty.exp (layouts): Update.
2899 * gdb.tui/basic.exp: Update.
2900 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2901
2902 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2903
2904 * gdb.base/options.exp: Add -raw-values in the print completion list.
2905 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2906
2907 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2908
2909 * gdb.threads/omp-par-scope.c: New file.
2910 * gdb/threads/omp-par-scope.exp: New file.
2911
2912 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2913
2914 * lib/gdb.exp (support_nested_function_tests): New proc.
2915
2916 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2917
2918 * lib/gdb.exp (gdb_compile_openmp): New proc.
2919 (build_executable_from_specs): Add an "openmp" option.
2920 (gdb_compile_pthreads): Add non-executable case.
2921
2922 2019-12-10 Tom Tromey <tromey@adacore.com>
2923
2924 * gdb.ada/unchecked_union.exp: New file.
2925 * gdb.ada/unchecked_union/pck.adb: New file.
2926 * gdb.ada/unchecked_union/pck.ads: New file.
2927 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2928 * gdb-utils.exp (string_to_regexp): Also quote "?".
2929
2930 2019-12-10 George Barrett <bob@bob131.so>
2931
2932 Test scripted probe breakpoints.
2933 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2934 * gdb.python/py-breakpoint.c (main): Likewise.
2935 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2936 specifier test.
2937 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2938
2939 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2940
2941 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2942 an rvalue parameter.
2943 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2944 parameter.
2945
2946 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2947
2948 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2949 modules.
2950
2951 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2952
2953 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2954 broken version of GCC.
2955
2956 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2957
2958 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2959 sym-info-cmds library.
2960 * gdb.fortran/info-types.exp: Likewise.
2961 * lib/sym-info-cmds.exp: New file.
2962
2963 2019-12-08 Tom de Vries <tdevries@suse.de>
2964
2965 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2966
2967 2019-12-07 Keith Seitz <keiths@redhat.com>
2968
2969 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2970 * gdb.base/corefile-buildid-shlib.c: New file.
2971 * gdb.base/corefile-buildid.c: New file.
2972 * gdb.base/corefile-buildid.exp: New file.
2973
2974 2019-12-06 Tom de Vries <tdevries@suse.de>
2975
2976 * gdb.dwarf2/varval.exp: Add decl before def test.
2977
2978 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2979
2980 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2981
2982 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2983
2984 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2985 CV and reference conversion for overload resolution.
2986 * gdb.cp/rvalue-ref-overload.exp: Test it.
2987
2988 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2989
2990 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2991 * gdb.base/frameapply.exp: Test faas without command.
2992
2993 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2996 Fortran tests.
2997 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2998 order.
2999
3000 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3001
3002 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3003 casting to type with no kind specified.
3004 (test_basic_parsing_of_type_kinds): Additional tests for types
3005 with no kind specified, and add tests for single/double
3006 precision/complex types.
3007
3008 2019-12-04 Tom Tromey <tromey@adacore.com>
3009
3010 * gdb.base/endianity.c (struct other) <x>: New field.
3011 (main): Initialize it.
3012 * gdb.base/endianity.exp: Update.
3013
3014 2019-12-04 Tom Tromey <tromey@adacore.com>
3015
3016 * gdb.ada/scalar_storage/storage.adb: New file.
3017 * gdb.ada/scalar_storage/pck.adb: New file.
3018 * gdb.ada/scalar_storage/pck.ads: New file.
3019 * gdb.ada/scalar_storage.exp: New file.
3020
3021 2019-12-04 Tom Tromey <tromey@adacore.com>
3022
3023 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3024 (main): Initialize it.
3025 * gdb.base/endianity.exp: Update.
3026
3027 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3028
3029 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3030
3031 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3034 -symbol-info-module-functions and -symbol-info-module-variables.
3035
3036 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3037
3038 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3039
3040 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3041 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.fortran/derived-type-striding.exp: New file.
3044 * gdb.fortran/derived-type-striding.f90: New file.
3045 * gdb.fortran/array-slices.exp: New file.
3046 * gdb.fortran/array-slices.f90: New file.
3047
3048 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3049
3050 * gdb.base/define.exp: Test . in command names.
3051 * gdb.base/setshow.exp: Update test, as . is now part of
3052 command name.
3053
3054 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3055
3056 * gdb.base/define-prefix.exp: New file.
3057
3058 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3059
3060 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3061 compile.
3062 (skip_btrace_pt_tests): Likewise.
3063
3064 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3065
3066 * gdb.fortran/info-modules.exp: Compile source files in correct
3067 order.
3068
3069 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3070
3071 * gdb.dwarf2/imported-unit.exp: New file.
3072 * gdb.dwarf2/imported-unit.c: New file.
3073
3074 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.mi/mi-fortran-modules-2.f90: New file.
3077 * gdb.mi/mi-fortran-modules.exp: New file.
3078 * gdb.mi/mi-fortran-modules.f90: New file.
3079
3080 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3081
3082 * gdb.mi/mi-sym-info-1.c: New file.
3083 * gdb.mi/mi-sym-info-2.c: New file.
3084 * gdb.mi/mi-sym-info.exp: New file.
3085
3086 2019-11-22 Tom Tromey <tromey@adacore.com>
3087
3088 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3089 * gdb.ada/tasks/foo.adb: Add another stopping location.
3090
3091 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3092
3093 * gdb.base/endianity.c: New test.
3094 * gdb.base/endianity.exp: New file.
3095
3096 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3097
3098 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3099
3100 2019-11-21 Tom de Vries <tdevries@suse.de>
3101
3102 PR gdb/24956
3103 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3104
3105 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3106
3107 * gdb.python/py-progspace.exp: Add missing parentheses on some
3108 'print' commands.
3109
3110 2019-11-19 Tom Tromey <tom@tromey.com>
3111
3112 * gdb.tui/winheight.exp: New file.
3113
3114 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3115
3116 * gdb.base/ctf-whatis.c: Delete.
3117 * gdb.base/ctf-whatis.exp: Delete.
3118 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3119
3120 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.base/ctf-cvexpr.exp: Delete.
3123 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3124
3125 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3126
3127 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3128 the compiler. Clean up header comment a little.
3129 * gdb.base/ctf-ptype.exp: Likewise.
3130 * gdb.base/ctf-whatis.exp: Likewise.
3131 * lib/gdb.exp (skip_ctf_tests): New proc.
3132
3133 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3134
3135 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3136 * gdb.tui/corefile-run.exp: New file.
3137
3138 2019-11-14 Tom Tromey <tromey@adacore.com>
3139
3140 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3141 regression tests.
3142
3143 2019-11-12 Tom Tromey <tom@tromey.com>
3144
3145 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3146 after any command. Expect prompt after WAIT_FOR is seen.
3147 (enter_tui): Enable resize messages.
3148 (command): Expect command in output.
3149 (get_line): Avoid error when cursor appears to be off-screen.
3150 (dump_screen): Include screen size in title.
3151 (_do_resize): New proc, from "resize".
3152 (resize): Rewrite. Do resize in two steps.
3153 * gdb.tui/empty.exp (layouts): Fix entries.
3154 (check_boxes): Remove xfail.
3155 (check_text): Dump screen on failure.
3156
3157 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3158
3159 * gdb.python/py-symbol.exp: Add test for
3160 gdb.lookup_static_symbols.
3161
3162 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3163
3164 * gdb.python/py-symbol.c: Declare and call function from new
3165 py-symbol-2.c file.
3166 * gdb.python/py-symbol.exp: Compile both source files, and add new
3167 tests for gdb.lookup_static_symbol.
3168 * gdb.python/py-symbol-2.c: New file.
3169
3170 2019-11-02 Tom de Vries <tdevries@suse.de>
3171
3172 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3173 * gdb.base/anon.exp: Same.
3174 * gdb.base/auto-connect-native-target.exp: Same.
3175 * gdb.base/call-ar-st.exp: Same.
3176 * gdb.base/catch-syscall.exp: Same.
3177 * gdb.base/commands.exp: Same.
3178 * gdb.base/default.exp: Same.
3179 * gdb.base/display.exp: Same.
3180 * gdb.base/float.exp: Same.
3181 * gdb.base/foll-fork.exp: Same.
3182 * gdb.base/help.exp: Same.
3183 * gdb.base/info-macros.exp: Same.
3184 * gdb.base/info-proc.exp: Same.
3185 * gdb.base/info-target.exp: Same.
3186 * gdb.base/long_long.exp: Same.
3187 * gdb.base/macscp.exp: Same.
3188 * gdb.base/memattr.exp: Same.
3189 * gdb.base/nofield.exp: Same.
3190 * gdb.base/pointers.exp: Same.
3191 * gdb.base/printcmds.exp: Same.
3192 * gdb.base/ptype.exp: Same.
3193 * gdb.base/restore.exp: Same.
3194 * gdb.base/return.exp: Same.
3195 * gdb.base/scope.exp: Same.
3196 * gdb.base/set-noassign.exp: Same.
3197 * gdb.base/setshow.exp: Same.
3198 * gdb.base/shlib-call.exp: Same.
3199 * gdb.base/signals.exp: Same.
3200 * gdb.base/sigstep.exp: Same.
3201 * gdb.base/skip.exp: Same.
3202 * gdb.base/solib-symbol.exp: Same.
3203 * gdb.base/stap-probe.exp: Same.
3204 * gdb.base/step-line.exp: Same.
3205 * gdb.base/step-test.exp: Same.
3206 * gdb.base/style.exp: Same.
3207 * gdb.base/varargs.exp: Same.
3208 * gdb.base/vla-datatypes.exp: Same.
3209 * gdb.base/vla-ptr.exp: Same.
3210 * gdb.base/vla-sideeffect.exp: Same.
3211 * gdb.base/volatile.exp: Same.
3212 * gdb.base/watch-cond-infcall.exp: Same.
3213 * gdb.base/watchpoint.exp: Same.
3214
3215 2019-11-02 Tom de Vries <tdevries@suse.de>
3216
3217 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3218 * gdb.cp/cpexprs.exp: Same.
3219 * gdb.cp/except-multi-location.exp: Same.
3220 * gdb.cp/exceptprint.exp: Same.
3221 * gdb.cp/gdb2384.exp: Same.
3222 * gdb.cp/inherit.exp: Same.
3223 * gdb.cp/m-static.exp: Same.
3224 * gdb.cp/meth-typedefs.exp: Same.
3225 * gdb.cp/misc.exp: Same.
3226 * gdb.cp/namespace.exp: Same.
3227 * gdb.cp/non-trivial-retval.exp: Same.
3228 * gdb.cp/overload.exp: Same.
3229 * gdb.cp/pr17132.exp: Same.
3230 * gdb.cp/re-set-overloaded.exp: Same.
3231 * gdb.cp/rvalue-ref-types.exp: Same.
3232 * gdb.cp/templates.exp: Same.
3233
3234 2019-11-01 Luis Machado <luis.machado@linaro.org>
3235
3236 PR gdb/25124
3237
3238 * gdb.arch/pr25124.S: New file.
3239 * gdb.arch/pr25124.exp: New file.
3240
3241 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3242
3243 * gdb.fortran/info-modules.exp: Update expected results, and add
3244 additional tests for 'info module functinos', and 'info module
3245 variables'.
3246 * gdb.fortran/info-types.exp: Update expected results.
3247 * gdb.fortran/info-types.f90: Extend testcase with additional
3248 module variables and functions.
3249
3250 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3251
3252 * gdb.fortran/info-modules.exp: New file.
3253 * gdb.fortran/info-types.exp: Build with new file.
3254 * gdb.fortran/info-types.f90: Include and use new module.
3255 * gdb.fortran/info-types-2.f90: New file.
3256
3257 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3258
3259 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3260 * gdb.base/settings.exp: Test all settings types using
3261 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3262 that now verifies that the value of "maint show" is the same as
3263 returned by the settings functions. Test the type of the
3264 maintenance settings.
3265 * gdb.base/default.exp: Update show_conv_list.
3266
3267 2019-10-31 Tom de Vries <tdevries@suse.de>
3268
3269 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3270 gdb_test.
3271 * gdb.arch/amd64-disp-step.exp: Same.
3272 * gdb.asm/asm-source.exp: Same.
3273 * gdb.btrace/buffer-size.exp: Same.
3274 * gdb.btrace/cpu.exp: Same.
3275 * gdb.btrace/enable.exp: Same.
3276 * gdb.dwarf2/count.exp: Same.
3277 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3278 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3279 * gdb.fortran/vla-datatypes.exp: Same.
3280 * gdb.fortran/vla-history.exp: Same.
3281 * gdb.fortran/vla-ptype.exp: Same.
3282 * gdb.fortran/vla-value.exp: Same.
3283 * gdb.fortran/whatis_type.exp: Same.
3284 * gdb.guile/guile.exp: Same.
3285 * gdb.multi/tids.exp: Same.
3286 * gdb.python/py-finish-breakpoint.exp: Same.
3287 * gdb.python/py-framefilter.exp: Same.
3288 * gdb.python/py-pp-registration.exp: Same.
3289 * gdb.python/py-xmethods.exp: Same.
3290 * gdb.python/python.exp: Same.
3291 * gdb.server/connect-with-no-symbol-file.exp: Same.
3292 * gdb.server/no-thread-db.exp: Same.
3293 * gdb.server/run-without-local-binary.exp: Same.
3294 * gdb.stabs/weird.exp: Same.
3295 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3296 * gdb.threads/thread-find.exp: Same.
3297 * gdb.threads/tls-shared.exp: Same.
3298 * gdb.threads/tls.exp: Same.
3299 * gdb.threads/wp-replication.exp: Same.
3300 * gdb.trace/ax.exp: Same.
3301 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3302
3303 2019-10-31 Tom de Vries <tdevries@suse.de>
3304
3305 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3306 * gdb.ada/array_subscript_addr.exp: Same.
3307 * gdb.ada/arrayidx.exp: Same.
3308 * gdb.ada/arrayparam.exp: Same.
3309 * gdb.ada/arrayptr.exp: Same.
3310 * gdb.ada/boolean_expr.exp: Same.
3311 * gdb.ada/call_pn.exp: Same.
3312 * gdb.ada/complete.exp: Same.
3313 * gdb.ada/fixed_cmp.exp: Same.
3314 * gdb.ada/fun_addr.exp: Same.
3315 * gdb.ada/funcall_param.exp: Same.
3316 * gdb.ada/interface.exp: Same.
3317 * gdb.ada/mod_from_name.exp: Same.
3318 * gdb.ada/null_array.exp: Same.
3319 * gdb.ada/packed_array.exp: Same.
3320 * gdb.ada/packed_tagged.exp: Same.
3321 * gdb.ada/print_chars.exp: Same.
3322 * gdb.ada/print_pc.exp: Same.
3323 * gdb.ada/ptype_arith_binop.exp: Same.
3324 * gdb.ada/ptype_field.exp: Same.
3325 * gdb.ada/ptype_tagged_param.exp: Same.
3326 * gdb.ada/rec_return.exp: Same.
3327 * gdb.ada/ref_tick_size.exp: Same.
3328 * gdb.ada/str_ref_cmp.exp: Same.
3329 * gdb.ada/taft_type.exp: Same.
3330 * gdb.ada/tagged.exp: Same.
3331 * gdb.ada/type_coercion.exp: Same.
3332 * gdb.ada/uninitialized_vars.exp: Same.
3333
3334 2019-10-30 Tom de Vries <tdevries@suse.de>
3335
3336 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3337
3338 2019-10-26 Tom de Vries <tdevries@suse.de>
3339
3340 * gdb.base/bigcore.c: Fix typos in comments.
3341 * gdb.base/ctf-ptype.c: Same.
3342 * gdb.base/long_long.c: Same.
3343 * gdb.dwarf2/dw2-op-out-param.S: Same.
3344 * gdb.python/py-evthreads.c: Same.
3345 * gdb.reverse/i387-stack-reverse.c: Same.
3346 * gdb.trace/tfile.c: Same.
3347 * lib/compiler.c: Same.
3348 * lib/compiler.cc: Same.
3349
3350 2019-10-25 Tom de Vries <tdevries@suse.de>
3351
3352 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3353 gdb_test_multiple calls.
3354 * gdb.reverse/sigall-reverse.exp: Same.
3355 * gdb.reverse/solib-precsave.exp: Same.
3356 * gdb.reverse/solib-reverse.exp: Same.
3357 * gdb.reverse/until-precsave.exp: Same.
3358 * gdb.reverse/until-reverse.exp: Same.
3359
3360 2019-10-24 Tom de Vries <tdevries@suse.de>
3361
3362 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3363 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3364 kfail using -wrap pattern flag and convenience variable
3365 gdb_test_name.
3366
3367 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * gdb.python/py-progspace.exp: Add tests for the
3370 Progspace.block_for_pc method.
3371
3372 2019-10-23 Tom Tromey <tom@tromey.com>
3373
3374 * configure: Rebuild.
3375 * aclocal.m4: Use m4_include, not sinclude.
3376
3377 2019-10-21 Tom de Vries <tdevries@suse.de>
3378
3379 * gdb.base/infcall-nested-structs.c: Add
3380 __attribute__((noinline,noclone)) to all functions.
3381 (call_all): Add missing variable initialization. Simplify return value.
3382 (breakpt): Increment volatile variable, to prevent call from being
3383 optimized out.
3384 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3385
3386 2019-10-17 Tom de Vries <tdevries@suse.de>
3387
3388 * gdb.fortran/module.exp: Allow info variables to print info for files
3389 other than module.f90.
3390
3391 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3392
3393 * gdb.fortran/module.exp: Extend with 'info variables' test.
3394
3395 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3396
3397 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3398 F77_FOR_TARGET.
3399
3400 2019-10-16 Tom de Vries <tdevries@suse.de>
3401
3402 PR tdep/25096
3403 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3404
3405 2019-10-16 Tom de Vries <tdevries@suse.de>
3406
3407 PR tdep/24104
3408 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3409 Add KFAIL for PR tdep/25096.
3410
3411 2019-10-16 Tom de Vries <tdevries@suse.de>
3412
3413 PR testsuite/25059
3414 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3415
3416 2019-10-16 Tom de Vries <tdevries@suse.de>
3417
3418 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3419 as signed.
3420
3421 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3422
3423 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3424 one instead of increasing timeout.
3425
3426 2019-10-13 Tom de Vries <tdevries@suse.de>
3427
3428 PR record/25038
3429 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3430 * gdb.reverse/sigall-reverse.exp: Same.
3431 * gdb.reverse/solib-precsave.exp: Same.
3432 * gdb.reverse/solib-reverse.exp: Same.
3433 * gdb.reverse/step-precsave.exp: Same.
3434 * gdb.reverse/until-precsave.exp: Same.
3435 * gdb.reverse/until-reverse.exp: Same.
3436 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3437
3438 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3439
3440 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3441 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3442 (cmp_struct_05_01, cmp_struct_static_02_01)
3443 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3444 comparisons.
3445
3446 2019-10-10 Tom de Vries <tdevries@suse.de>
3447
3448 PR testsuite/24888
3449 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3450 gnatlink.
3451
3452 2019-10-09 Tom de Vries <tdevries@suse.de>
3453
3454 PR testsuite/25048
3455 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3456
3457 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3460 exceptions due to missing debug information.
3461
3462 2019-10-07 Tom de Vries <tdevries@suse.de>
3463
3464 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3465
3466 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3467
3468 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3469 * gdb.base/annota1.exp: Update to use gdb_test_name.
3470
3471 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3472
3473 * gdb.base/ctf-whatis.exp: New file.
3474 * gdb.base/ctf-whatis.c: New file.
3475 * gdb.base/ctf-ptype.exp: New file.
3476 * gdb.base/ctf-ptype.c: New file.
3477 * gdb.base/ctf-constvars.exp: New file.
3478 * gdb.base/ctf-constvars.c: New file.
3479 * gdb.base/ctf-cvexpr.exp: New file.
3480
3481 2019-10-04 Tom de Vries <tdevries@suse.de>
3482
3483 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3484 for loop.
3485
3486 2019-10-03 Tom Tromey <tom@tromey.com>
3487
3488 PR rust/24976:
3489 * gdb.rust/simple.rs (Union2): New type.
3490 (main): Use Union2.
3491 * gdb.rust/simple.exp: Add test.
3492
3493 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3496 nested function prefix.
3497
3498 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3499 Richard Bunt <richard.bunt@arm.com>
3500 Andrew Burgess <andrew.burgess@embecosm.com>
3501
3502 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3503 nested functions.
3504 * gdb.fortran/nested-funcs.f90: Update expected results.
3505 * gdb.fortran/nested-funcs-2.exp: New file.
3506 * gdb.fortran/nested-funcs-2.f90: New file.
3507
3508 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3509
3510 * gdb.python/py-parameter.exp: Make test names unique.
3511 * gdb.python/py-template.exp: Likewise.
3512 * gdb.python/py-value.exp: Likewise.
3513
3514 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3515
3516 * gdb.base/break-interp.exp: Reduce test name duplication.
3517 * gdb.base/call-sc.exp: Likewise.
3518 * gdb.base/callfuncs.exp: Likewise.
3519 * gdb.base/charset.exp: Likewise.
3520 * gdb.base/dump.exp: Likewise.
3521 * gdb.base/ena-dis-br.exp: Likewise.
3522 * gdb.base/relational.exp: Likewise.
3523 * gdb.base/step-over-syscall.exp: Likewise.
3524 * gdb.base/structs.exp: Likewise.
3525
3526 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3527
3528 * gdb.linespec/explicit.exp: Make test names unique.
3529 * gdb.linespec/ls-errs.exp: Likewise.
3530
3531 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3532
3533 * gdb.reverse/break-precsave.exp: Make test names unique.
3534 * gdb.reverse/break-reverse.exp: Likewise.
3535 * gdb.reverse/finish-precsave.exp: Likewise.
3536 * gdb.reverse/finish-reverse.exp: Likewise.
3537 * gdb.reverse/machinestate-precsave.exp: Likewise.
3538 * gdb.reverse/machinestate.exp: Likewise.
3539 * gdb.reverse/readv-reverse.exp: Likewise.
3540 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3541 * gdb.reverse/sigall-precsave.exp: Likewise.
3542 * gdb.reverse/sigall-reverse.exp: Likewise.
3543 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3544 * gdb.reverse/watch-precsave.exp: Likewise.
3545 * gdb.reverse/watch-reverse.exp: Likewise.
3546
3547 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3548
3549 * gdb.threads/stop-with-handle.c: New file.
3550 * gdb.threads/stop-with-handle.exp: New file.
3551
3552 2019-10-03 Tom de Vries <tdevries@suse.de>
3553
3554 PR testsuite/25059
3555 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3556 directory" line to be missing.
3557
3558 2019-10-03 Tom de Vries <tdevries@suse.de>
3559
3560 PR testsuite/25059
3561 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3562 type optional.
3563
3564 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3565
3566 * gdb.python/py-format-string.c (string.h): New include.
3567 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3568 the same value, for endianness-independence.
3569 * gdb.python/py-format-string.exp (default_regexp_dict)
3570 (test_pretty_structs, test_format): Adjust expected output to the
3571 changed initialization.
3572
3573 2019-10-02 Tom Tromey <tromey@adacore.com>
3574
3575 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3576
3577 2019-10-02 Pedro Alves <palves@redhat.com>
3578 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3581 "print-file-var.h".
3582 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3583 (get_version_1): Print this_version_id and its address.
3584 Add extern "C" wrappers around interface functions.
3585 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3586 "print-file-var.h".
3587 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3588 (get_version_2): Print this_version_id and its address.
3589 Add extern "C" wrappers around interface functions.
3590 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3591 <stddef.h> and "print-file-var.h".
3592 Add extern "C" wrappers around interface functions.
3593 [VERSION_ID_MAIN] (this_version_id): Define.
3594 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3595 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3596 up extern "C" blocks.
3597 * gdb.base/print-file-var.exp (test): New, factored out from top
3598 level.
3599 (top level): Test all combinations of attribute hidden or not,
3600 dlopen or not, and this_version_id symbol in main file or not.
3601 Compile tests as both C++ and C, make test names unique.
3602
3603 2019-10-01 Tom Tromey <tom@tromey.com>
3604
3605 * gdb.base/style.exp: Test "show logging filename".
3606
3607 2019-10-01 Tom Tromey <tom@tromey.com>
3608
3609 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3610 * gdb.base/style.exp: Add metadata style test.
3611
3612 2019-10-01 Tom Tromey <tom@tromey.com>
3613
3614 * gdb.base/style.exp: Test "pwd".
3615
3616 2019-10-01 Tom Tromey <tom@tromey.com>
3617
3618 * gdb.base/style.exp: Update tests.
3619
3620 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3621
3622 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3623 'six' to unsigned.
3624 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3625 'five'. Use an all-ones bit pattern for each.
3626 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3627 to its changed values.
3628
3629 2019-09-30 Tom Tromey <tromey@adacore.com>
3630
3631 * gdb.rust/traits.rs: Disable all warnings.
3632
3633 2019-09-29 Tom de Vries <tdevries@suse.de>
3634
3635 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3636
3637 2019-09-29 Tom de Vries <tdevries@suse.de>
3638
3639 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3640
3641 2019-09-27 Tom de Vries <tdevries@suse.de>
3642
3643 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3644
3645 2019-09-27 Tom de Vries <tdevries@suse.de>
3646
3647 PR record/23188
3648 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3649
3650 2019-09-26 Tom Tromey <tromey@adacore.com>
3651
3652 * gdb.ada/py_taft.exp: New file.
3653 * gdb.ada/py_taft/main.adb: New file.
3654 * gdb.ada/py_taft/pkg.adb: New file.
3655 * gdb.ada/py_taft/pkg.ads: New file.
3656
3657 2019-09-24 Tom de Vries <tdevries@suse.de>
3658
3659 PR gdb/24598
3660 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3661
3662 2019-09-22 Tom de Vries <tdevries@suse.de>
3663
3664 * gdb.base/restore.exp: Allow register variables to be optimized out at
3665 -O0.
3666
3667 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3668
3669 * gdb.arch/spu-info.exp: Remove file.
3670 * gdb.arch/spu-info.c: Remove file.
3671 * gdb.arch/spu-ls.exp: Remove file.
3672 * gdb.arch/spu-ls.c: Remove file.
3673
3674 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3675 * gdb.asm/spu.inc: Remove file.
3676
3677 * gdb.base/dump.exp: Remove support for spu*-*-*.
3678 * gdb.base/stack-checking.exp: Likewise.
3679 * gdb.base/overlays.exp: Likewise.
3680 * gdb.base/ovlymgr.c: Likewise.
3681 * gdb.base/spu.ld: Remove file.
3682
3683 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3684 * gdb.cp/cpexprs.exp: Likewise.
3685 * gdb.cp/exception.exp: Likewise.
3686 * gdb.cp/gdb2495.exp: Likewise.
3687 * gdb.cp/mb-templates.exp: Likewise.
3688 * gdb.cp/pr9167.exp: Likewise.
3689 * gdb.cp/userdef.exp: Likewise.
3690
3691 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3692
3693 * gdb.cell: Remove directory.
3694 * lib/cell.exp: Remove file.
3695
3696 2019-09-19 Tom de Vries <tdevries@suse.de>
3697
3698 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3699
3700 2019-09-19 Tom de Vries <tdevries@suse.de>
3701
3702 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3703
3704 2019-09-19 Tom de Vries <tdevries@suse.de>
3705
3706 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3707 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3708 (gdb_target_cmd): ... here.
3709 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3710 value 2.
3711
3712 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3713
3714 * gdb.base/source-dir.exp: Avoid having directory names in test
3715 names.
3716
3717 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3718
3719 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3720 directory.
3721
3722 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3723
3724 * gdb.base/list-missing-source.exp: New file.
3725
3726 2019-09-14 Tom de Vries <tdevries@suse.de>
3727
3728 PR teststuite/24599
3729 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3730 * lib/ada.exp (gnatmake_version_at_least): New proc.
3731
3732 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3733
3734 * gdb.base/maint.exp: Use exec_has_index_section.
3735
3736 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3737
3738 * gdb.base/maint.exp: Add test for 'maint info sections'.
3739
3740 2019-09-12 Tom de Vries <tdevries@suse.de>
3741
3742 * gdb.base/store.exp: Allow register variables to be optimized out at
3743 -O0.
3744
3745 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3746
3747 * gdb.ada/rdv_wait.exp: Update to new task names.
3748 * gdb.base/task_switch_in_core.exp: Likewise.
3749 * gdb.base/info_sources_base.c: Likewise.
3750
3751 2019-09-10 Tom Tromey <tromey@adacore.com>
3752
3753 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3754
3755 2019-09-10 Tom Tromey <tromey@adacore.com>
3756
3757 * gdb.ada/dgopt.exp: New file.
3758 * gdb.ada/dgopt/x.adb: New file.
3759
3760 2019-09-08 Tom Tromey <tom@tromey.com>
3761
3762 * gdb.tui/resize.exp: Remove setup_xfail.
3763 * gdb.tui/regs.exp: Remove setup_xfail.
3764 * gdb.tui/basic.exp: Remove setup_xfail.
3765
3766 2019-09-06 David Blaikie <dblaikie@gmail.com>
3767
3768 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3769 * gdb.cp/cplabel.exp: Ditto.
3770 * gdb.linespec/ls-errs.exp: Ditto.
3771
3772 2019-09-05 Tom de Vries <tdevries@suse.de>
3773
3774 * lib/gdb.exp (cmp_file_string): New proc.
3775 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3776 runto_main. Verify save breakpoints output.
3777
3778 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3779
3780 * gdb.base/info-var.exp: Test info variables without running
3781 to main, to avoid expect's buffer overflow.
3782
3783 2019-09-03 Tom Tromey <tromey@adacore.com>
3784
3785 * gdb.ada/bias.exp: New file.
3786 * gdb.ada/bias/bias.adb: New file.
3787 * gdb.ada/print_chars.exp: Add regression test.
3788 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3789 (MC): New variable.
3790
3791 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3792
3793 * gdb.base/argv0-symlink.exp: Run only on native target
3794 and local host.
3795
3796 2019-08-29 Tom de Vries <tdevries@suse.de>
3797
3798 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3799 diverse debug info.
3800 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3801
3802 2019-08-28 Tom de Vries <tdevries@suse.de>
3803
3804 * gdb.base/info-var.exp: Allow info variables to print info for files
3805 other than info-var-f1.c and info-var-f2.c.
3806
3807 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3808
3809 * gdb.fortran/info-types.exp: Add module.
3810 * gdb.fortran/info-types.f90: Update expected results.
3811
3812 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * gdb.fortran/info-types.exp: New file.
3815 * gdb.fortran/info-types.f90: New file.
3816 * lib/fortran.exp (fortran_character1): New proc.
3817
3818 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3819
3820 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3821 functions'. Reindent as needed.
3822 * gdb.base/info-var-f1.c: New file.
3823 * gdb.base/info-var-f2.c: New file.
3824 * gdb.base/info-var.exp: New file.
3825 * gdb.base/info-var.h: New file.
3826
3827 2019-08-26 Tom de Vries <tdevries@suse.de>
3828
3829 PR c++/24852
3830 * gdb.cp/no-libstdcxx-probe.exp: New test.
3831
3832 2019-08-26 Tom de Vries <tdevries@suse.de>
3833
3834 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3835 * tests need to be skipped.
3836 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3837 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3838 mi_skip_libstdcxx_probe_tests.
3839
3840 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3841
3842 * gdb.python/py-xmethods.exp: Use raw strings when passing
3843 arguments to SimpleXMethodMatcher.
3844
3845 2019-08-22 Tom de Vries <tdevries@suse.de>
3846
3847 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3848 more informative.
3849
3850 2019-08-21 Pedro Alves <palves@redhat.com>
3851
3852 * gdb.base/with.exp: Test "with" with no arguments.
3853
3854 2019-08-21 Tom de Vries <tdevries@suse.de>
3855
3856 * gdb.base/gdb-caching-proc.exp: Sort files.
3857
3858 2019-08-20 Tom de Vries <tdevries@suse.de>
3859
3860 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3861 compilation.
3862
3863 2019-08-16 Tom de Vries <tdevries@suse.de>
3864
3865 * gdb.base/compare-sections.exp ("after run to main"): Allow
3866 mismatched read-only sections for PIE executables.
3867
3868 2019-08-16 Tom Tromey <tom@tromey.com>
3869
3870 * lib/tuiterm.exp (_csi_Z): New proc.
3871 * gdb.tui/basic.exp: Update window positions.
3872 * gdb.tui/empty.exp: Update window positions.
3873
3874 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3875
3876 * gdb.base/examine-backward.exp: Correct regexp for
3877 "examine 3 bytes backward from ${address_zero}".
3878
3879 2019-08-15 Tom Tromey <tom@tromey.com>
3880
3881 * gdb.tui/empty.exp: Enable resizing tests.
3882
3883 2019-08-15 Tom Tromey <tromey@adacore.com>
3884
3885 * gdb.ada/char_enum.exp: Add regression tests.
3886 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3887 and '0'.
3888 (Char, Gchar): Update.
3889 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3890
3891 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3892
3893 * gdb.python/python.exp: Expect a leading underscore on
3894 GdbOutput{,Error}File.
3895
3896 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3897
3898 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3899 Windows host.
3900
3901 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3902
3903 * gdb.base/batch-preserve-term-settings.exp
3904 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3905
3906 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3907
3908 * lib/gdb.exp: When running on a mingw target, replace
3909 /x/ with x:/.
3910
3911 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3912
3913 * gdb.arch/aarch64-prologue.c: New test.
3914 * gdb.arch/aarch64-prologue.exp: New file.
3915
3916 2019-08-13 Tom de Vries <tdevries@suse.de>
3917
3918 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3919 Thread.
3920
3921 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3922
3923 * gdb.python/py-completion.exp: Download the .py file to the host
3924 and use its host pathname. Conditionalize tests that use
3925 tab completion and manipulate files on the build machine.
3926 * gdb.python/py-events.exp: Download the .py file to the host
3927 and use its host pathname.
3928 * gdb.python/py-evsignal.exp: Likewise.
3929 * gdb.python/py-evthreads.exp: Likewise.
3930 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3931 pathname syntax.
3932 * gdb.python/py-framefilter.exp: Download the .py file to the right
3933 place on the host. Match Windows pathname syntax.
3934 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3935 .py file to the host and use its host pathname.
3936 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3937 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3938 build pathname. Skip symlink test on Windows host. Add missing
3939 newline at end of file.
3940 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3941 and use its host pathname.
3942 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3943 * gdb.python/py-section-script.exp: Use host location of binfile
3944 on safe-path. Use correct path separator on Windows host.
3945 Reorder alternatives in gdb_test_multiple to prevent matching
3946 the wrong alternative on success.
3947 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3948
3949 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3950
3951 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3952 expect the GDB inferior to no longer immediately stop after
3953 being resumed with "signal SIGINT".
3954
3955 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3956
3957 * gdb.linespec/break-ask.exp: Generalize regexps to match
3958 Windows pathnames too.
3959
3960 2019-08-08 Tom de Vries <tdevries@suse.de>
3961
3962 PR testsuite/24862
3963 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3964
3965 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3966
3967 * gdb.base/style.exp: Update tests for help doc new invariants.
3968 * gdb.base/help.exp: Likewise.
3969
3970 2019-08-06 Tom Tromey <tom@tromey.com>
3971
3972 * gdb.base/style.exp: Add disassemble test.
3973 * gdb.base/style.c (some_called_function): New function.
3974 (main): Use it.
3975
3976 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3977
3978 * gdb.python/py-block.exp: Test dictionary access on blocks.
3979
3980 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3981
3982 PR gdb/24863
3983 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3984 -list-thread-groups --available test when running under
3985 check-read1.
3986
3987 2019-08-05 Tom de Vries <tdevries@suse.de>
3988
3989 PR testsuite/24863
3990 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3991 * gdb.base/help.exp: Use with_read1_timeout_factor.
3992 * gdb.base/info-macros.exp: Same.
3993 * gdb.cp/nested-types.exp: Same.
3994
3995 2019-08-05 Tom de Vries <tdevries@suse.de>
3996
3997 * lib/gdb.exp (version_at_least): Factor out of ...
3998 (tcl_version_at_least): ... here.
3999 (gdb_compile): Fail if pie results in non-PIE executable.
4000 (readelf_version, readelf_prints_pie): New proc.
4001 (exec_is_pie): Return -1 if unknown.
4002
4003 2019-08-05 Tom de Vries <tdevries@suse.de>
4004
4005 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4006
4007 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4008
4009 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4010
4011 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4012
4013 * lib/completion-support.exp (test_gdb_complete_none): Skip
4014 tab completion tests if no readline support.
4015 (test_gdb_complete_unique_re): Likewise.
4016 (test_gdb_complete_multiple): Likewise.
4017
4018 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4019
4020 * gdb.base/info_sources.exp: New file.
4021 * gdb.base/info_sources.c: New file.
4022 * gdb.base/info_sources_base.c: New file.
4023
4024 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4025
4026 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4027 prefix argument.
4028 (test_exit_status): Add prefix argument.
4029
4030 2019-08-01 Tom de Vries <tdevries@suse.de>
4031
4032 PR testsuite/24863
4033 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4034 calling exp_continue for new thread and thread exited messages.
4035
4036 2019-08-01 Tom de Vries <tdevries@suse.de>
4037
4038 PR testsuite/24863
4039 * gdb.base/structs.exp: Fix check-read1 timeout using
4040 gdb_test_sequence.
4041 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4042
4043 2019-08-01 Tom de Vries <tdevries@suse.de>
4044
4045 PR testsuite/24863
4046 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4047 line.
4048
4049 2019-08-01 Tom de Vries <tdevries@suse.de>
4050
4051 PR testsuite/24863
4052 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4053
4054 2019-07-30 Tom Tromey <tromey@adacore.com>
4055
4056 * gdb.ada/display_nested.exp: New file.
4057 * gdb.ada/display_nested/foo.adb: New file.
4058 * gdb.ada/display_nested/pack.adb: New file.
4059 * gdb.ada/display_nested/pack.ads: New file.
4060
4061 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4062
4063 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4064 namespace.
4065 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4066
4067 2019-07-30 Tom de Vries <tdevries@suse.de>
4068
4069 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4070 instead.
4071
4072 2019-07-30 Tom de Vries <tdevries@suse.de>
4073
4074 PR testsuite/24834
4075 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4076 (exec_is_pie): New proc.
4077
4078 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4079
4080 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4081
4082 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4083
4084 * gdb.python/py-objfile.c: Add global and static vars.
4085 * gdb.python/py-objfile.exp: Test new functions Objfile.
4086 lookup_global_symbol and lookup_static_symbol.
4087
4088 2019-07-29 Tom Tromey <tom@tromey.com>
4089
4090 * lib/tuiterm.exp (Term::_csi_@): New proc.
4091 (Term::_csi_X): Don't move cursor.
4092
4093 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4094
4095 * gdb.base/options.exp: Update backtrace - completion to
4096 new option -frame-info.
4097 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4098 Test new 'set print frame-info'. Test backtrace -frame-info
4099 overriding 'set print frame-info'.
4100 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4101 Test new 'set print frame-info'.
4102 Verify consistency of backtrace with and without filters, with and
4103 without -no-filters.
4104 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4105 default.
4106
4107 2019-07-29 Tom de Vries <tdevries@suse.de>
4108
4109 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4110 no arguments".
4111
4112 2019-07-29 Tom de Vries <tdevries@suse.de>
4113
4114 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4115 is a substring of the first for "complete non-unique file name".
4116
4117 2019-07-29 Tom de Vries <tdevries@suse.de>
4118
4119 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4120 with ".*".
4121
4122 2019-07-29 Tom de Vries <tdevries@suse.de>
4123
4124 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4125 Pass prompt_regexp parameter to gdb_test_multiple calls.
4126
4127 2019-07-29 Tom de Vries <tdevries@suse.de>
4128
4129 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4130 print registers" regexps.
4131
4132 2019-07-29 Tom de Vries <tdevries@suse.de>
4133
4134 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4135
4136 2019-07-29 Tom de Vries <tdevries@suse.de>
4137
4138 PR gdb/24855
4139 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4140 (skip_python_tests_prompt): Add prompt_regexp argument to
4141 gdb_test_multiple calls.
4142
4143 2019-07-27 Tom Tromey <tom@tromey.com>
4144
4145 * gdb.tui/main.exp: New file.
4146
4147 2019-07-27 Tom Tromey <tom@tromey.com>
4148
4149 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4150 optional.
4151 * gdb.tui/empty.exp: New file.
4152
4153 2019-07-27 Tom Tromey <tom@tromey.com>
4154
4155 * lib/tuiterm.exp (spawn): New proc.
4156 (Term::resize): New proc.
4157 * gdb.tui/resize.exp: New file.
4158
4159 2019-07-27 Tom Tromey <tom@tromey.com>
4160
4161 * gdb.tui/list.exp: New file.
4162
4163 2019-07-27 Tom Tromey <tom@tromey.com>
4164
4165 * gdb.tui/regs.exp: New file.
4166
4167 2019-07-27 Tom Tromey <tom@tromey.com>
4168
4169 * gdb.tui/basic.exp: Add "layout split" test.
4170
4171 2019-07-27 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.tui/basic.exp: Add "layout asm" test.
4174
4175 2019-07-27 Tom Tromey <tom@tromey.com>
4176
4177 * lib/tuiterm.exp: New file.
4178 * gdb.tui/basic.exp: New file.
4179
4180 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4181
4182 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4183 Enable tests associated with this flag. Adjust regex
4184 referencing "foo_low" to now refer to "foo_cold" instead.
4185
4186 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4187
4188 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4189 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4190 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4191 foo_cold. Revise comments to match.
4192 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4193 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4194 were wrapped into this proc; Call do_test in loop from outermost
4195 level.
4196 (foo_low): Rename all occurrences to "foo_cold".
4197 (backtrace from baz): New test.
4198 (x2/i foo_cold): New test.
4199 (info line *foo_cold): New test.
4200
4201 2019-07-26 Tom de Vries <tdevries@suse.de>
4202
4203 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4204
4205 2019-07-25 Tom de Vries <tdevries@suse.de>
4206
4207 PR testsuite/24830
4208 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4209 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4210 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4211 (skip_libstdcxx_probe_tests): ... here.
4212 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4213
4214 2019-07-24 Tom de Vries <tdevries@suse.de>
4215
4216 PR testsuite/24807
4217 * gdb.objc/basicclass.m: Include stdio.h.
4218 * gdb.objc/nondebug.m: Same.
4219 * gdb.objc/objcdecode.m: Same.
4220
4221 2019-07-24 Tom de Vries <tdevries@suse.de>
4222
4223 PR testsuite/24612
4224 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4225 additional_flags.
4226
4227 2019-07-24 Tom de Vries <tdevries@suse.de>
4228
4229 PR testsuite/24831
4230 * gdb.multi/tids.exp: Update error messages for info threads.
4231
4232 2019-07-24 Tom de Vries <tdevries@suse.de>
4233
4234 * gdb.base/info-types.exp: Allow info types to print info for more than
4235 one file.
4236
4237 2019-07-23 Tom de Vries <tdevries@suse.de>
4238
4239 PR testsuite/24842
4240 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4241 gdb_spawn_with_cmdline_opts.
4242
4243 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4244
4245 * gdb.arch/arm-cmse-sgstubs.c: New test.
4246 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4247
4248 2019-07-23 Tom de Vries <tdevries@suse.de>
4249
4250 PR testsuite/24711
4251 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4252 issuing next command.
4253
4254 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4255
4256 * gdb.ada/info_auto_lang.exp: Update expected results.
4257 * gdb.base/info-types.c: Add additional types to check.
4258 * gdb.base/info-types.exp: Update expected results.
4259
4260 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4261
4262 * gdb.base/info-types.c: New file.
4263 * gdb.base/info-types.exp: New file.
4264
4265 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4266
4267 * gdb.arch/riscv-bp-infcall.c: New file.
4268 * gdb.arch/riscv-bp-infcall.exp: New file.
4269
4270 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4271
4272 PR breakpoints/24541
4273 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4274
4275 2019-07-14 Tom de Vries <tdevries@suse.de>
4276
4277 PR testsuite/24760
4278 * gdb.objc/basicclass.exp: Fix unterminated string.
4279
4280 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4281 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4284 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4285 negative bounds.
4286 * gdb.fortran/vla-value.exp: Print elements of an array with
4287 negative bounds.
4288 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4289 testing.
4290
4291 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4292
4293 * gdb.base/options.exp (expect_string): Dequote strings in
4294 results.
4295 (test-string): Test strings with different quoting and reindent.
4296
4297 2019-07-10 Tom Tromey <tromey@adacore.com>
4298
4299 * gdb.ada/mi_ex_cond.exp: Update expected results.
4300 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4301 * gdb.ada/mi_catch_ex.exp: Update expected results.
4302 * gdb.ada/mi_catch_assert.exp: Update expected results.
4303 * gdb.ada/catch_ex.exp (catch_exception_info)
4304 (catch_exception_entry, catch_assert_entry)
4305 (catch_unhandled_entry): Update.
4306 * gdb.ada/catch_assert_if.exp: Update expected results.
4307
4308 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4309 Stephen Roberts <stephen.roberts@arm.com>
4310
4311 * gdb.base/define.exp: Restore original prompt.
4312
4313 2019-07-09 Pedro Alves <palves@redhat.com>
4314
4315 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4316 breakpoints" output.
4317 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4318 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4319 throw" creates breakpoint.
4320 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4321 'type="catchpoint"'.
4322
4323 2019-07-09 Pedro Alves <palves@redhat.com>
4324
4325 PR c++/15468
4326 * gdb.cp/except-multi-location-lib.cc: New.
4327 * gdb.cp/except-multi-location-main.cc: New.
4328 * gdb.cp/except-multi-location.exp: New.
4329
4330 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4331
4332 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4333 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4334 argument and update callers.
4335
4336 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4337
4338 * gdb.arch/amd64-break-on-asm-line.S: New file.
4339 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4340
4341 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4342
4343 * gdb.base/printcmds.exp: Test printing C string and
4344 C wide string convenience vars without transiting via the inferior.
4345 Also make test names unique.
4346
4347 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4348
4349 PR breakpoints/25011
4350 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4351
4352 2019-07-04 Pedro Alves <palves@redhat.com>
4353
4354 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4355 body returned ok(0), break(3) or continue(4).
4356 * gdb.testsuite/foreach_with_prefix.exp: New file.
4357
4358 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4359
4360 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4361
4362 2019-07-03 Pedro Alves <palves@redhat.com>
4363
4364 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4365 "return -code".
4366
4367 2019-07-03 Pedro Alves <palves@redhat.com>
4368
4369 PR cli/24732
4370 * gdb.base/shell.exp: Load completion-support.exp.
4371 Adjust expected error output. Add completion tests.
4372
4373 2019-07-03 Pedro Alves <palves@redhat.com>
4374
4375 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4376 string_to_regexp.
4377
4378 2019-07-03 Pedro Alves <palves@redhat.com>
4379
4380 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4381 (expect_integer): Adjust to expect "-string".
4382 (expect_string): New.
4383 (all_options): Expect "-string".
4384 (test-flag, test-boolean): Adjust to expect "-string".
4385 (test-string): New proc.
4386 (top level): Call it.
4387
4388 2019-07-03 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4391 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4392 the expected output in the success.
4393
4394 2019-07-03 Pedro Alves <palves@redhat.com>
4395
4396 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4397 Split one gdb_test_multiple call in two to avoid a race.
4398
4399 2019-07-03 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/with.c: New file.
4402 * gdb.base/with.exp: New file.
4403
4404 2019-07-03 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.base/settings.exp: Replace all references to "maint
4407 test-settings set" with references to "maint set test-settings",
4408 and all references to "maint test-settings show" with references
4409 to "maint show test-settings".
4410
4411 2019-07-03 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.base/settings.exp (test-string): Adjust expected out when
4414 testing "maint test-settings show filename"
4415
4416 2019-07-02 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/options.exp (test-info-threads): New procedure.
4419 (top level): Call it.
4420
4421 2019-06-28 Tom Tromey <tromey@adacore.com>
4422
4423 * gdb.dwarf2/ada-linkage-name.c: New file.
4424 * gdb.dwarf2/ada-linkage-name.exp: New file.
4425
4426 2019-06-27 Tom Tromey <tromey@adacore.com>
4427
4428 PR c++/20020:
4429 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4430
4431 2019-06-26 Tom de Vries <tdevries@suse.de>
4432
4433 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4434
4435 2019-06-26 Tom de Vries <tdevries@suse.de>
4436
4437 * gdb.base/index-cache.exp: Add back missing debug option.
4438
4439 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4440
4441 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4442
4443 2019-06-25 Tom de Vries <tdevries@suse.de>
4444
4445 PR testsuite/24727
4446 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4447
4448 2019-06-24 Tom de Vries <tdevries@suse.de>
4449
4450 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4451
4452 2019-06-24 Tom de Vries <tdevries@suse.de>
4453
4454 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4455 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4456 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4457
4458 2019-06-24 Tom de Vries <tdevries@suse.de>
4459
4460 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4461
4462 2019-06-21 Tom de Vries <tdevries@suse.de>
4463
4464 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4465
4466 2019-06-21 Tom de Vries <tdevries@suse.de>
4467
4468 PR testsuite/24518
4469 PR ada/24713
4470 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4471 index.
4472
4473 2019-06-19 Tom Tromey <tromey@adacore.com>
4474
4475 * gdb.ada/length_cond.exp: Add intro comment.
4476
4477 2019-06-19 Tom Tromey <tromey@adacore.com>
4478
4479 * gdb.ada/length_cond.exp: New file.
4480 * gdb.ada/length_cond/length_cond.adb: New file.
4481 * gdb.ada/length_cond/pck.adb: New file.
4482 * gdb.ada/length_cond/pck.ads: New file.
4483
4484 2019-06-18 Tom de Vries <tdevries@suse.de>
4485
4486 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4487
4488 2019-06-18 Tom Tromey <tromey@adacore.com>
4489
4490 * gdb.base/list0.h: Add comment explaining control character.
4491
4492 2019-06-18 Tom de Vries <tdevries@suse.de>
4493
4494 * boards/fission.exp: Break up long debug_flags line.
4495
4496 2019-06-16 Tom de Vries <tdevries@suse.de>
4497
4498 PR gdb/24445
4499 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4500 generated index.
4501
4502 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4503
4504 PR gdb/24686
4505 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4506 improve detection of bug gdb/24541.
4507
4508 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4509
4510 PR gdb/24669
4511 * gdb.base/index-cache.exp (uses_readnow,
4512 expecting_index_cache_use): Define global variable.
4513 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4514 expecting_index_cache_use.
4515
4516 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4517 Andrew Burgess <andrew.burgess@embecosm.com>
4518
4519 * gdb.fortran/pointers.f90: New file.
4520 * gdb.fortran/print_type.exp: New file.
4521 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4522 * gdb.fortran/vla-type.exp: Likewise.
4523 * gdb.fortran/vla-value.exp: Likewise.
4524 * gdb.mi/mi-vla-fortran.exp: Likewise.
4525
4526 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4527
4528 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4529 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4530 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4531 as a stop reason.
4532
4533 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4534
4535 * gdb.base/annota1.exp: Update expected results.
4536 * gdb.cp/annota2.exp: Likewise.
4537 * gdb.cp/annota3.exp: Likewise.
4538
4539 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4540
4541 * gdb.base/style-logging.exp: Remove path from test name.
4542
4543 2019-06-14 Tom Tromey <tromey@adacore.com>
4544
4545 PR gdb/24502:
4546 * gdb.base/style-logging.exp: New file.
4547
4548 2019-06-14 Tom Tromey <tromey@adacore.com>
4549
4550 * gdb.base/symfile-warn.exp: New file.
4551 * gdb.base/symfile-warn.c: New file.
4552
4553 2019-06-14 Tom Tromey <tromey@adacore.com>
4554
4555 * gdb.base/annotate-symlink.exp: New file.
4556
4557 2019-06-14 Tom Tromey <tromey@adacore.com>
4558
4559 * gdb.ada/set_wstr.exp: Add reassignment test.
4560
4561 2019-06-14 Tom Tromey <tromey@adacore.com>
4562
4563 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4564 'unchecked_access and 'unrestricted_access as well.
4565
4566 2019-06-14 Tom Tromey <tromey@adacore.com>
4567
4568 PR ada/24539:
4569 * gdb.ada/vla.exp: Update tests.
4570 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4571 pragma.
4572
4573 2019-06-13 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/settings.exp (test-integer): Test junk after
4576 "unlimited".
4577
4578 2019-06-13 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.base/options.exp (test-thread-apply): New.
4581 (top level): Call it.
4582
4583 2019-06-13 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.base/options.exp (test-frame-apply): New.
4586 (top level): Test print commands with different "frame apply"
4587 prefixes.
4588
4589 2019-06-13 Pedro Alves <palves@redhat.com>
4590
4591 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4592 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4593 'max_completions' parameter and handle it.
4594 (test_gdb_completion_offers_commands): New.
4595
4596 2019-06-13 Pedro Alves <palves@redhat.com>
4597
4598 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4599
4600 2019-06-13 Pedro Alves <palves@redhat.com>
4601
4602 * gdb.base/options.exp (test-backtrace): New.
4603 (top level): Call it.
4604
4605 2019-06-13 Pedro Alves <palves@redhat.com>
4606
4607 * gdb.guile/scm-frame-args.exp: Use "set print
4608 raw-frame-arguments" instead of "set print raw frame-arguments".
4609 * gdb.python/py-frame-args.exp: Likewise.
4610
4611 2019-06-13 Pedro Alves <palves@redhat.com>
4612
4613 * gdb.compile/compile.exp: Adjust expected output to option
4614 processing changes.
4615
4616 2019-06-13 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.base/options.exp: Build executable.
4619 (test-print): New procedure.
4620 (top level): Call it, once for "print" and another for "compile
4621 print".
4622
4623 2019-06-13 Pedro Alves <palves@redhat.com>
4624
4625 * gdb.base/options.c: New file.
4626 * gdb.base/options.exp: New file.
4627
4628 2019-06-13 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4631 that "o" is ambiguous.
4632
4633 2019-06-13 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/settings.c: New file.
4636 * gdb.base/settings.exp: New file.
4637
4638 2019-06-13 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.base/completion.exp: Fix comment typo.
4641
4642 2019-06-13 Pedro Alves <palves@redhat.com>
4643
4644 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4645 foo --1" test.
4646
4647 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4648
4649 * gdb.fortran/block-data.f: New.
4650 * gdb.fortran/block-data.exp: New.
4651
4652 2019-06-11 Tom de Vries <tdevries@suse.de>
4653
4654 PR testsuite/24521
4655 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4656 message.
4657
4658 2019-06-11 Tom de Vries <tdevries@suse.de>
4659
4660 PR testsuite/24521
4661 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4662
4663 2019-06-11 Tom de Vries <tdevries@suse.de>
4664
4665 * boards/readnow.exp: New file.
4666
4667 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.fortran/vla-sizeof.exp: Update expected results.
4670
4671 2019-06-06 Amos Bird <amosbird@gmail.com>
4672
4673 * gdb.base/annota1.exp (thread_switch): Add test for
4674 thread-exited annotation.
4675
4676 2019-06-06 Tom Tromey <tromey@adacore.com>
4677
4678 * gdb.base/maint.exp: Expect command started/finished output.
4679
4680 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4681
4682 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4683 comment.
4684 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4685
4686 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4689 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4690 * gdb.arch/riscv-unwind-long-insn.c: New file.
4691 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4692
4693 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4694
4695 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4696
4697 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4698
4699 * lib/gdb.exp (help_list_trailer): New regexp variable
4700 factorizing the help trailer message.
4701 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4702 arg to allow to better factorize various tests.
4703 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4704 (test_prefix_command_help): Use help_list_trailer.
4705 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4706 * gdb.guile/scm-cmd.exp: Likewise.
4707 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4708 * gdb.base/help.exp: Use test_user_defined_class_help.
4709 * gdb.base/style.exp: Add tests for styling of help and apropos.
4710 * lib/gdb-utils.exp (style): Add title and highlight styles.
4711
4712 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4713
4714 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4715 $_shell_exitsignal.
4716 * gdb.base/default.exp: Update for new convenience variables.
4717
4718 2019-05-29 Tom Tromey <tromey@adacore.com>
4719
4720 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4721 to "break complete ada" test case's regexp.
4722
4723 2019-05-29 Tom Tromey <tromey@adacore.com>
4724
4725 PR c++/20020:
4726 * gdb.cp/constexpr-field.exp: New file.
4727 * gdb.cp/constexpr-field.cc: New file.
4728
4729 2019-05-29 Tom Tromey <tromey@adacore.com>
4730
4731 * gdb.base/finish.exp (finish_no_print): New proc.
4732 (finish_tests): Call it.
4733
4734 2019-05-24 Tom de Vries <tdevries@suse.de>
4735
4736 * gdb.dwarf2/gdb-add-index.exp: New file.
4737
4738 2019-05-22 Tom Tromey <tromey@adacore.com>
4739
4740 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4741 * gdb.base/style.exp: Use "style".
4742 * lib/gdb-utils.exp (style): New proc.
4743
4744 2019-05-22 Tom de Vries <tdevries@suse.de>
4745
4746 * gdb.base/align.exp: Require c++11.
4747
4748 2019-05-22 Tom de Vries <tdevries@suse.de>
4749
4750 PR testsuite/24586
4751 * gdb.python/py-mi-var-info-path-expression.exp: Call
4752 mi_skip_python_tests to check if python is supported.
4753
4754 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4755
4756 * gdb.arch/aarch64-pauth.c: New test.
4757 * gdb.arch/aarch64-pauth.exp: New file.
4758
4759 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4760
4761 * README (Re-running Tests Outside The Testsuite): New section.
4762
4763 2019-05-21 Tom de Vries <tdevries@suse.de>
4764
4765 * gdb.arch/amd64-eval.exp: Require c++11.
4766 * gdb.base/max-depth.exp: Same.
4767 * gdb.compile/compile-cplus-array-decay.exp: Same.
4768 * gdb.cp/meth-typedefs.exp: Same.
4769 * gdb.cp/subtypes.exp: Same.
4770 * gdb.cp/temargs.exp: Same.
4771
4772 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4773
4774 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4775
4776 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4777
4778 PR gdb/18644
4779 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4780 * gdb.fortran/printing-types.exp: Add new test.
4781 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4782 testing.
4783 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4784 setup_kfail call.
4785
4786 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4787
4788 * README (Running the Testsuite): Change example.
4789 (Testsuite Parameters): Remove TRANSCRIPT.
4790 * lib/gdb.exp: Remove TRANSCRIPT check.
4791
4792 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4793
4794 * README (Testsuite Parameters): Add replay logging to
4795 GDBSERVER_DEBUG.
4796 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4797 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4798 as a comma separated list.
4799 (gdb_debug_init): Override procedure.
4800
4801 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4802
4803 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4804 (gdb_write_cmd_file): New procedure.
4805 * lib/gdbserver-support.exp (gdbserver_start): Call
4806 gdbserver_write_cmd_file.
4807 (gdbserver_write_cmd_file): New procedure.
4808
4809 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4810
4811 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4812 (delete_breakpoints): Likewise.
4813 (gdb_run_cmd): Likewise.
4814 (gdb_start_cmd): Likewise.
4815 (gdb_starti_cmd): Likewise.
4816 (gdb_internal_error_resync): Likewise.
4817 (gdb_test_multiple): Likewise.
4818 (gdb_reinitialize_dir): Likewise.
4819 (default_gdb_exit): Likewise.
4820 (gdb_file_cmd): Mark kill as optional.
4821 (default_gdb_start): Call gdb_stdin_log_init.
4822 (send_gdb): Call gdb_stdin_log_write.
4823 (rerun_to_main): Mark Y as an answer.
4824 (gdb_stdin_log_init): New function.
4825 (gdb_stdin_log_write): Likewise.
4826
4827 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4828
4829 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4830 * gdb.base/debug-expr.exp: Likewise.
4831 * gdb.base/foll-fork.exp: Likewise.
4832 * gdb.base/foll-vfork.exp: Likewise.
4833 * gdb.base/fork-print-inferior-events.exp: Likewise.
4834 * gdb.base/gdb-sigterm.exp: Likewise.
4835 * gdb.base/gdbinit-history.exp: Likewise.
4836 * gdb.base/osabi.exp: Likewise.
4837 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4838 * gdb.base/ui-redirect.exp: Likewise.
4839 * gdb.gdb/unittest.exp: Likewise.
4840 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4841 * gdb.mi/mi-watch.exp: Likewise.
4842 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4843 * gdb.mi/user-selected-context-sync.exp: Likewise.
4844 * gdb.python/python.exp: Disable debug test when debugging.
4845 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4846 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4847 Likewise.
4848 * gdb.threads/stepi-random-signal.exp: Likewise.
4849
4850 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4851
4852 * Makefile.in: Pass through GDB_DEBUG.
4853 * README (Testsuite Parameters): Add GDB_DEBUG.
4854 (gdb,debug): Add board setting.
4855 * lib/gdb.exp (default_gdb_start): Start debugging.
4856 (gdb_debug_enabled): New procedure.
4857 (gdb_debug_init): Likewise.
4858
4859 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4860
4861 * Makefile.in: Pass through GDB_DEBUG.
4862 * README (Testsuite Parameters): Add GDB_DEBUG.
4863 (gdb,debug): Add board setting.
4864 * lib/gdb.exp (default_gdb_start): Start debugging.
4865 (gdb_debug_enabled): New procedure.
4866 (gdb_debug_init): Likewise.
4867
4868 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4869
4870 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4871
4872 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4873
4874 * gdb.base/ui-redirect.exp: Test redirection.
4875
4876 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4877
4878 * gdb.mi/mi-complete.exp: New file.
4879 * gdb.mi/mi-complete.cc: Likewise.
4880
4881 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4882
4883 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4884 indexed and sliced arrays, and pointers to arrays.
4885
4886 2019-05-14 Tom Tromey <tromey@adacore.com>
4887
4888 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4889 styling test.
4890
4891 2019-05-14 Tom de Vries <tdevries@suse.de>
4892
4893 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4894 selection entry encoding.
4895
4896 2019-05-10 Tom Tromey <tromey@adacore.com>
4897
4898 * gdb.ada/info_exc.exp: Add "complete" test.
4899
4900 2019-05-09 Tom de Vries <tdevries@suse.de>
4901
4902 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4903 CU-relative.
4904
4905 2019-05-09 Tom de Vries <tdevries@suse.de>
4906
4907 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4908 CU-relative.
4909
4910 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4911
4912 * gdb.ada/frame_arg_lang.exp: New testcase.
4913 * gdb.ada/frame_arg_lang/bla.adb: New file.
4914 * gdb.ada/frame_arg_lang/pck.ads: New file.
4915 * gdb.ada/frame_arg_lang/pck.adb: New file.
4916 * gdb.ada/frame_arg_lang/foo.c: New file.
4917
4918 2019-05-08 Tom Tromey <tromey@adacore.com>
4919
4920 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4921
4922 2019-05-08 Tom Tromey <tromey@adacore.com>
4923
4924 * gdb.base/ptype-offsets.exp: Update tests.
4925
4926 2019-05-08 Tom Tromey <tromey@adacore.com>
4927
4928 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4929 cases.
4930 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4931 "short".
4932
4933 2019-05-08 Tom Tromey <tromey@adacore.com>
4934
4935 * gdb.ada/vla.exp: New file.
4936 * gdb.ada/vla/vla.adb: New file.
4937
4938 2019-05-07 Tom de Vries <tdevries@suse.de>
4939
4940 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4941
4942 2019-05-07 Tom de Vries <tdevries@suse.de>
4943
4944 PR testsuite/24522
4945 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4946 section.
4947
4948 2019-05-07 Tom de Vries <tdevries@suse.de>
4949
4950 PR testsuite/24522
4951 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4952 .debug_aranges section.
4953
4954 2019-05-07 Tom de Vries <tdevries@suse.de>
4955
4956 PR testsuite/24159
4957 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4958
4959 2019-05-06 Tom de Vries <tdevries@suse.de>
4960
4961 * lib/gdb.exp (exec_has_index_section): New proc.
4962 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4963 section.
4964
4965 2019-05-04 Tom de Vries <tdevries@suse.de>
4966
4967 * boards/cc-with-debug-names.exp: New file.
4968
4969 2019-05-03 Tom Tromey <tromey@adacore.com>
4970
4971 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4972 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4973 * gdb.ada/char_enum.exp: Add test.
4974
4975 2019-05-03 Tom de Vries <tdevries@suse.de>
4976
4977 * boards/cc-with-gdb-index.exp: New file.
4978
4979 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4980
4981 * gdb.rust/simple.exp: Add new test case.
4982 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4983 (main): Initialise an instance of the new struct.
4984
4985 2019-05-01 Tom Tromey <tromey@adacore.com>
4986
4987 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4988 record.
4989 (NPR): New variable.
4990 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4991 test.
4992
4993 2019-05-01 Tom Tromey <tromey@adacore.com>
4994
4995 * gdb.ada/packed_array_assign.exp: Add packed assignment
4996 regression test.
4997
4998 2019-05-01 Tom de Vries <tdevries@suse.de>
4999
5000 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5001
5002 2019-05-01 Tom de Vries <tdevries@suse.de>
5003
5004 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5005
5006 2019-04-30 Ali Tamur <tamur@google.com>
5007
5008 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5009
5010 2019-04-30 Tom Tromey <tromey@adacore.com>
5011
5012 * lib/ada.exp (find_ada_tool): New proc.
5013 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5014 * gdb.ada/catch_ex_std.exp: New file.
5015 * gdb.ada/catch_ex_std/foo.adb: New file.
5016 * gdb.ada/catch_ex_std/some_package.adb: New file.
5017 * gdb.ada/catch_ex_std/some_package.ads: New file.
5018
5019 2019-04-30 Tom Tromey <tromey@adacore.com>
5020
5021 PR c++/24470:
5022 * gdb.cp/temargs.cc: Add test code from PR.
5023
5024 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5025
5026 * gdb.fortran/vla-datatypes.exp: Update expected results.
5027 * gdb.fortran/vla-ptype.exp: Likewise.
5028 * gdb.fortran/vla-type.exp: Likewise.
5029 * gdb.fortran/vla-value.exp: Likewise.
5030
5031 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5032
5033 * gdb.fortran/ptr-indentation.exp: Update expected results.
5034 * gdb.fortran/ptype-on-functions.exp: Likewise.
5035 * gdb.fortran/vla-ptr-info.exp: Likewise.
5036 * gdb.fortran/vla-value.exp: Likewise.
5037
5038 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5039
5040 * gdb.fortran/ptype-on-functions.exp: New file.
5041 * gdb.fortran/ptype-on-functions.f90: New file.
5042
5043 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5044
5045 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5046 case void string.
5047
5048 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5049
5050 * gdb.fortran/complex.exp: Expand.
5051 * gdb.fortran/complex.f: Renamed to...
5052 * gdb.fortran/complex.f90: ...this, and extended to add more
5053 complex values.
5054
5055 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5056
5057 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5058 MODULO, CMPLX.
5059
5060 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5061 Richard Bunt <richard.bunt@arm.com>
5062
5063 * gdb.base/max-depth.c: New file.
5064 * gdb.base/max-depth.exp: New file.
5065 * gdb.python/py-nested-maps.c: New file.
5066 * gdb.python/py-nested-maps.exp: New file.
5067 * gdb.python/py-nested-maps.py: New file.
5068 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5069 (test_all_common): Call test_max_depth.
5070 * gdb.fortran/max-depth.exp: New file.
5071 * gdb.fortran/max-depth.f90: New file.
5072 * gdb.go/max-depth.exp: New file.
5073 * gdb.go/max-depth.go: New file.
5074 * gdb.modula2/max-depth.exp: New file.
5075 * gdb.modula2/max-depth.c: New file.
5076 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5077
5078 2019-04-29 Tom de Vries <tdevries@suse.de>
5079
5080 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5081
5082 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5083
5084 * gdb.base/callexit.exp: Test may-call-functions off.
5085
5086 2019-04-25 Keith Seitz <keiths@redhat.com>
5087
5088 PR c++/24367
5089 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5090 (another_incomplete_struct, test_incomplete): New definitions.
5091 (main): Use new definitions.
5092 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5093 functions.
5094
5095 2019-04-25 Ali Tamur <tamur@google.com>
5096
5097 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5098
5099 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5100
5101 PR corefiles/11608
5102 PR corefiles/18187
5103 * gdb.base/coredump-filter-build-id.exp: New file.
5104
5105 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5106
5107 * Makefile.in: Pass through GDBSERVER_DEBUG.
5108 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5109 (gdbserver,debug): Add board setting.
5110 * gdb.trace/tspeed.exp: Skip when debugging.
5111 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5112 * lib/gdbserver-support.exp: Likewise
5113
5114 2019-04-24 Tom Tromey <tromey@adacore.com>
5115
5116 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5117 Rust.
5118
5119 2019-04-24 Tom Tromey <tromey@adacore.com>
5120
5121 * gdb.arch/amd64-eval.exp: Test bitfield return.
5122 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5123 (class Foo) <return_bitfields>: New method.
5124 (main): Call it.
5125
5126 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5127
5128 * gdb.cp/many-args.cc: New file.
5129 * gdb.cp/many-args.exp: New file.
5130
5131 2019-04-23 Tom de Vries <tdevries@suse.de>
5132
5133 PR gdb/24433
5134 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5135
5136 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5137
5138 * gdb.trace/backtrace.exp: Use nopie flag.
5139 * gdb.trace/circ.exp: Likewise.
5140 * gdb.trace/collection.exp: Likewise.
5141 * gdb.trace/ftrace.exp: Likewise.
5142 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5143 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5144 * gdb.trace/qtro.exp: Likewise.
5145 * gdb.trace/read-memory.exp: Likewise.
5146 * gdb.trace/report.exp: Likewise.
5147 * gdb.trace/tfile.exp: Likewise.
5148 * gdb.trace/tfind.exp: Likewise.
5149 * gdb.trace/unavailable.exp: Likewise.
5150
5151 2019-04-22 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/solib-probes-nosharedlibrary.c,
5154 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5155
5156 2019-04-19 Tom Tromey <tromey@adacore.com>
5157
5158 * gdb.ada/ptype_union.c: New file.
5159 * gdb.ada/ptype_union.exp: New file.
5160
5161 2019-04-19 Tom Tromey <tromey@adacore.com>
5162
5163 PR symtab/24423:
5164 * gdb.base/list0.h (foo): Add a control-l character.
5165
5166 2019-04-18 Tom de Vries <tdevries@suse.de>
5167
5168 PR gdb/24433
5169 * boards/local-board.exp: Set sysroot to "".
5170
5171 2019-04-18 Tom de Vries <tdevries@suse.de>
5172 Pedro Alves <palves@redhat.com>
5173
5174 PR gdb/24454
5175 * gdb.threads/vfork-follow-child-exec.c: New file.
5176 * gdb.threads/vfork-follow-child-exec.exp: New file.
5177 * gdb.threads/vfork-follow-child-exit.c: New file.
5178 * gdb.threads/vfork-follow-child-exit.exp: New file.
5179
5180 2019-04-15 Leszek Swirski <leszeks@google.com>
5181
5182 * gdb.arch/amd64-eval.cc: New file.
5183 * gdb.arch/amd64-eval.exp: New file.
5184
5185 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5186
5187 * gdb.server/sysroot.c: New test.
5188 * gdb.server/sysroot.exp: New file.
5189 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5190 matching param.
5191
5192 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5193
5194 * gdb.base/align.exp: Extend test to cover structures containing
5195 only static fields.
5196
5197 2019-04-11 Tom de Vries <tdevries@suse.de>
5198
5199 * boards/cc-with-dwz-m.exp: New file.
5200 * boards/cc-with-dwz.exp: New file.
5201 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5202
5203 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5204
5205 * gdb.base/start-cpp.exp: New file.
5206 * gdb.base/start-cpp.cc: New file.
5207
5208 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5209
5210 * gdb.python/py-thrhandle.exp: Adjust tests to call
5211 thread_from_handle instead of thread_from_thread_handle.
5212
5213 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5214
5215 * gdb.python/py-thrhandle.exp: Add tests for
5216 gdb.InferiorThread.handle.
5217
5218 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5219
5220 * gdb.python/py-function.exp: Check calling helper function from
5221 all languages.
5222 * lib/gdb.exp (gdb_supported_languages): New proc.
5223
5224 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5225
5226 * gdb.base/complex-parts.c: New file.
5227 * gdb.base/complex-parts.exp: New file.
5228
5229 2019-04-01 Tom Tromey <tromey@adacore.com>
5230
5231 PR symtab/23331:
5232 * gdb.dwarf2/dw2-ranges-main.c: New file.
5233 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5234 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5235
5236 2019-03-30 Simon Marchi <simark@simark.ca>
5237
5238 * gdb.base/default.exp: Add values for $_gdb_major and
5239 $_gdb_minor.
5240
5241 2019-03-29 Tom Tromey <tromey@adacore.com>
5242
5243 * gdb.base/help.exp: Tighten apropos regexp.
5244
5245 2019-03-29 Keith Seitz <keiths@redhat.com>
5246
5247 * gdb.fortran/array-bounds.exp: New file.
5248 * gdb.fortran/array-bounds.f90: New file.
5249
5250 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5251
5252 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5253
5254 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5255
5256 * gdb.multi/hello.c (main): Increase alarm timer.
5257
5258 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5259
5260 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5261 factor when no hardware watchpoint support.
5262
5263 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5264 Pedro Alves <palves@redhat.com>
5265
5266 * boards/local-board.exp: set sysroot to /.
5267
5268 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5269
5270 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5271 in child.
5272
5273 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5274
5275 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5276 field.
5277 (make_container): Initialise new field.
5278 * gdb.python/py-prettyprint.exp: Add new tests.
5279 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5280 <display_hint>: New method.
5281
5282 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5283
5284 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5285 gdb_continue_to_breakpoint more throughout this test.
5286 (run_lang_tests) Supply unique test names, and use
5287 gdb_test_no_output.
5288
5289 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5290
5291 * gdb.base/finish-pretty.exp: Update expected results.
5292 * gdb.base/pretty-print.c: New file.
5293 * gdb.base/pretty-print.exp: New file.
5294
5295 2019-03-25 Pedro Alves <palves@redhat.com>
5296
5297 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5298 move comments outside list. Append '-i "" eof' section.
5299
5300 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5301
5302 PR testsuite/25016
5303 * README: Add pie options.
5304 * gdb.base/break-interp.exp: Ensure pie is disabled.
5305 * gdb.base/dump.exp: Likewise.
5306 * lib/gdb.exp (gdb_compile): Add pie option.
5307
5308 2019-03-19 Tom Tromey <tromey@adacore.com>
5309
5310 * gdb.mi/mi2-cli-display.c: New file.
5311 * gdb.mi/mi2-cli-display.exp: New file.
5312
5313 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5314 Tom Tromey <tromey@adacore.com>
5315
5316 * gdb.ada/ptype_array/pck.adb: New file.
5317 * gdb.ada/ptype_array/pck.ads: New file.
5318 * gdb.ada/ptype_array/foo.adb: New file.
5319 * gdb.ada/ptype_array.exp: New file.
5320
5321 2019-03-14 Tom Tromey <tromey@adacore.com>
5322
5323 * gdb.base/style.exp: Add "set style sources" test.
5324
5325 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5326
5327 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5328 * mi-breakpoint-multiple-locations.exp: ... this.
5329 (make_breakpoints_pattern): New proc.
5330 (do_test): Add mi_version parameter, test -break-insert,
5331 -break-info and =breakpoint-created.
5332
5333 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5334
5335 * config/default.exp: Remove 'load_lib gdb.exp'.
5336 * config/monitor.exp: Likewise.
5337 * config/sid.exp: Likewise.
5338 * config/sim.exp: Likewise.
5339 * config/slite.exp: Likewise.
5340 * config/unix.exp: Likewise.
5341 * gdb.base/default.exp: Remove unhelpful comment.
5342
5343 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5346
5347 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5348
5349 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5350
5351 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5352
5353 * gdb.fortran/type-kinds.exp: Update expected results.
5354
5355 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5356
5357 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5358
5359 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5360
5361 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5362 function.
5363 (test_basic_parsing_of_type_kinds): Expand types tested.
5364 (test_parsing_invalid_type_kinds): New function.
5365
5366 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5367
5368 * gdb.fortran/intrinsics.exp: New file.
5369 * gdb.fortran/intrinsics.f90: New file.
5370 * gdb.fortran/type-kinds.exp: New file.
5371
5372 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5373
5374 * gdb.fortran/dot-ops.exp: New file.
5375
5376 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5377
5378 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5379 Check upper and lower case logical literals.
5380
5381 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5382
5383 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5384 Remove duplicate tests.
5385
5386 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5387
5388 * lib/gdb.exp (builtin_cd): rename of cd.
5389 (cd): Override builtin.
5390
5391 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5392
5393 * gdb.fortran/function-calls.exp: New file.
5394 * gdb.fortran/function-calls.f90: New test.
5395
5396 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5397
5398 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5399 on user program standard output.
5400 * gdb.fortran/short-circuit-argument-list.f90: Record function
5401 calls.
5402
5403 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5404
5405 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5406 failure.
5407
5408 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5409
5410 PR gdb/8527
5411 * gdb.base/interrupt-daemon-attach.c,
5412 gdb.base/interrupt-daemon-attach.exp: New test.
5413
5414 2019-02-27 Pedro Alves <palves@redhat.com>
5415
5416 * gdb.base/page.exp: Add tests for "set width/height -1".
5417
5418 2019-02-27 Pedro Alves <palves@redhat.com>
5419
5420 * gdb.base/page.exp: Add tests for "set/show width/height" with
5421 "infinite" values.
5422
5423 2019-02-27 Tom Tromey <tromey@adacore.com>
5424
5425 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5426 2.4.
5427 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5428 workaround.
5429
5430 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5431
5432 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5433 tests for structs with static members.
5434
5435 2019-02-26 Tom Tromey <tromey@adacore.com>
5436
5437 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5438 ValueError, not TypeError.
5439
5440 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5441
5442 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5443 call from main program.
5444
5445 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5446
5447 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5448 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5449 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5450 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5451 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5452
5453 2019-02-22 Keith Seitz <keiths@redhat.com>
5454
5455 PR symtab/23853
5456 * gdb.base/symlink-sourcefile.c: New file.
5457 * gdb.base/symlink-sourcefile.exp: New file.
5458
5459 2019-02-20 Tom Tromey <tom@tromey.com>
5460
5461 * gdb.base/info_qt.exp: Update.
5462
5463 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5464
5465 * gdb.base/source.exp: Move "error in sourced script" code to
5466 the end.
5467 * gdb.base/source-error.gdb: Move contents to
5468 source-error-1.gdb. Add new code to source source-error-1.gdb.
5469 * gdb.base/source-error-1.gdb: New file, from previous
5470 source-error.gdb.
5471
5472 2019-02-17 Tom Tromey <tom@tromey.com>
5473
5474 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5475 for macro styling.
5476 * gdb.base/style.c (SOME_MACRO): New macro.
5477
5478 2019-02-17 Tom Tromey <tom@tromey.com>
5479
5480 * gdb.base/style.exp: Add line-wrapping tests.
5481 * gdb.base/page.exp: Add test for quitting during pagination.
5482
5483 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5484
5485 * gdb.ada/big_packed_array: New testcase.
5486 * gdb.ada/homonym.exp: Fix incorrect expected output for
5487 "break <homonym__get_value>" test.
5488
5489 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5490
5491 PR breakpoints/21870
5492 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5493 and prepare_for_testing. Add comment.
5494 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5495 redundant cleanup call. Clean up comment.
5496
5497 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5498
5499 PR breakpoints/21870
5500 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5501 * gdb.arch/aarch64-dbreg-contents.c: New file.
5502
5503 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5504
5505 * gdb.ada/mi_ref_changeable: New testcase.
5506
5507 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5508
5509 * gdb.base/attach.exp: Add double attach test.
5510
5511 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5512
5513 * lib/gdb.exp (default_gdb_start): Don't match pagination
5514 prompt.
5515 (gdb_init): Set stty_init.
5516
5517 2019-01-27 Tom Tromey <tom@tromey.com>
5518
5519 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5520 skip_python_tests.
5521
5522 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5523
5524 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5525 New structure.
5526 (struct struct_static_02_02): Likewise.
5527 (struct struct_static_02_03): Likewise.
5528 (struct struct_static_02_04): Likewise.
5529 (struct struct_static_04_01): Likewise.
5530 (struct struct_static_04_02): Likewise.
5531 (struct struct_static_04_03): Likewise.
5532 (struct struct_static_04_04): Likewise.
5533 (struct struct_static_06_01): Likewise.
5534 (struct struct_static_06_02): Likewise.
5535 (struct struct_static_06_03): Likewise.
5536 (struct struct_static_06_04): Likewise.
5537 (cmp_struct_static_02_01): Likewise.
5538 (cmp_struct_static_02_02): Likewise.
5539 (cmp_struct_static_02_03): Likewise.
5540 (cmp_struct_static_02_04): Likewise.
5541 (cmp_struct_static_04_01): Likewise.
5542 (cmp_struct_static_04_02): Likewise.
5543 (cmp_struct_static_04_03): Likewise.
5544 (cmp_struct_static_04_04): Likewise.
5545 (cmp_struct_static_06_01): Likewise.
5546 (cmp_struct_static_06_02): Likewise.
5547 (cmp_struct_static_06_03): Likewise.
5548 (cmp_struct_static_06_04): Likewise.
5549 (call_all): Test new structs.
5550 * gdb.base/infcall-nested-structs.exp: Likewise.
5551
5552 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5553 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5554
5555 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5556 * gdb.base/stack-protector.c: New test.
5557 * gdb.base/stack-protector.exp: New file.
5558 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5559 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5560 option.
5561 (gdb_compile): Remove stack protector for GCC and prevent
5562 recursion.
5563
5564 2019-01-16 Keith Seitz <keiths@redhat.com>
5565
5566 PR gdb/23773
5567 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5568
5569 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5570
5571 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5572 aliases.
5573 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5574 tests.
5575 * gdb.arch/powerpc-vector-regs.c: New file.
5576 * gdb.arch/powerpc-vector-regs.exp: New file.
5577
5578 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5579
5580 * gdb.arch/altivec-regs.exp: Fix the list passed to
5581 gdb_expect_list when testing "info vector".
5582
5583 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5584
5585 * gdb.base/style.exp: Don't include path in testname.
5586
5587 2019-01-10 Keith Seitz <keiths@redhat.com>
5588
5589 PR gdb/23712
5590 PR symtab/23010
5591 * gdb.dwarf2/multidictionary.exp: New file.
5592
5593 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5594
5595 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5596 (test_gnuv3_style_demangling): ... this.
5597 (test_lucid_style_demangling): Remove.
5598 (test_arm_style_demangling): Remove.
5599 (test_hp_style_demangling): Remove.
5600 (do_tests): Remove calls to the above.
5601
5602 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5603
5604 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5605 case.
5606
5607 2019-01-06 Tom Tromey <tom@tromey.com>
5608
5609 PR gdb/28155:
5610 * gdb.dwarf2/typedef-void-finish.exp: New file.
5611
5612 2018-12-28 Tom Tromey <tom@tromey.com>
5613 Simon Marchi <simark@simark.ca>
5614
5615 * gdb.base/jit-exec.exp: New file.
5616 * gdb.base/jit-exec.c: New file.
5617 * gdb.base/jit-execd.c: New file.
5618
5619 2018-12-28 Tom Tromey <tom@tromey.com>
5620
5621 * gdb.base/style.exp: Update test to check for address styling.
5622
5623 2018-12-28 Tom Tromey <tom@tromey.com>
5624
5625 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5626 message.
5627
5628 2018-12-28 Tom Tromey <tom@tromey.com>
5629
5630 * gdb.base/style.exp: Add test for version number styling.
5631
5632 2018-12-28 Tom Tromey <tom@tromey.com>
5633
5634 * gdb.base/style.exp: Add test for print_address_symbolic.
5635
5636 2018-12-28 Tom Tromey <tom@tromey.com>
5637
5638 * gdb.base/style.exp: Add test for breakpoint setting.
5639
5640 2018-12-28 Tom Tromey <tom@tromey.com>
5641
5642 * gdb.base/style.exp: Add test for variable names.
5643
5644 2018-12-28 Tom Tromey <tom@tromey.com>
5645
5646 * gdb.base/style.exp: New file.
5647 * gdb.base/style.c: New file.
5648
5649 2018-12-28 Tom Tromey <tom@tromey.com>
5650
5651 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5652 "dumb".
5653 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5654 the TERM environment variable.
5655
5656 2018-12-27 Tom Tromey <tom@tromey.com>
5657
5658 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5659 pagination test.
5660
5661 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5662
5663 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5664 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5665
5666 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5667
5668 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5669 Filename a.adb changed to bp_fun_addr.adb.
5670 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5671
5672 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5673
5674 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5675 non-PIE executables.
5676 * README: Mention the gdb,nopie_flag board setting.
5677 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5678 non-PIE executable.
5679 * gdb.arch/amd64-entry-value.exp: Likewise.
5680 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5681 * gdb.arch/i386-float.exp: Likewise.
5682 * gdb.arch/i386-signal.exp: Likewise.
5683 * gdb.mi/mi-reg-undefined.exp: Likewise.
5684
5685 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5686
5687 PR gdb/23974
5688 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5689
5690 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5691
5692 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5693 Update order of results accordingly.
5694
5695 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5696
5697 * gdb.base/annota1.exp: Update a test regexp.
5698
5699 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5700
5701 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5702
5703 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5704
5705 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5706 (reuse_time): Initialize to REUSE_TIME_CAP.
5707 (check_rc): New function.
5708 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5709 Check pthread_create rc.
5710 (spawner_thread_func): Check pthread_create and pthread_join rc.
5711
5712 2018-12-08 Pedro Alves <palves@redhat.com>
5713
5714 * gdb.base/list.exp (test_forward_search): Rename to ...
5715 (test_forward_reverse_search): ... this. Also test reverse-search
5716 and the forward-search alias.
5717
5718 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5719
5720 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5721 local timeout variable before return, and remove all local timeout
5722 variable entirely.
5723 (gdb_load): Likewise.
5724
5725 2018-12-01 Tom de Vries <tdevries@suse.de>
5726
5727 * gdb.base/gdb-caching-proc.exp: New file.
5728
5729 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5730
5731 * Makefile.in (TIMESTAMP): New variable.
5732 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5733 command.
5734 (check-single-racy): Likewise.
5735 (check/%.exp): Likewise.
5736 (check-racy/%.exp): Likewise.
5737 (workers/%.worker): Likewise.
5738 (build-perf): Likewise.
5739 (check-perf): Likewise.
5740 * README: Describe new "TS" and "TS_FORMAT" variables.
5741 * print-ts.py: New file.
5742
5743 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5744
5745 PR python/23714
5746 * gdb.python/python.exp: Test command repetition after
5747 gdb.execute.
5748
5749 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5750
5751 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5752 is correctly aligned.
5753
5754 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5755
5756 * gdb.ada/info_auto_lang.exp: New testcase.
5757 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5758 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5759 * gdb.ada/info_auto_lang/some_c.c: New file.
5760
5761 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5762
5763 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5764 FUNC_lang language syntax.
5765
5766 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5767
5768 * gdb.base/info_minsym.c: New file.
5769 * gdb.base/info_minsym.exp: New file.
5770
5771 2018-11-19 Tom Tromey <tom@tromey.com>
5772
5773 PR rust/23625:
5774 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5775 * gdb.rust/expr.exp: Update expected output. Change one test.
5776
5777 2018-11-19 Tom Tromey <tom@tromey.com>
5778
5779 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5780
5781 2018-11-19 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5784 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5785 see the expected warning.
5786
5787 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5788
5789 PR gdb/22736:
5790 * gdb.cp/infcall-nodebug-lib.c: New test.
5791 * gdb.cp/infcall-nodebug-main.c: New test.
5792 * gdb.cp/infcall-nodebug.exp: New file.
5793
5794 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5795
5796 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5797 completer tests.
5798
5799 2018-11-09 Tom de Vries <tdevries@suse.de>
5800
5801 * gdb.base/msym-lang.c: New test.
5802 * gdb.base/msym-lang.exp: New file.
5803 * gdb.base/msym-lang-main.c: New test.
5804
5805 2018-11-08 Tom Tromey <tom@tromey.com>
5806
5807 PR gdb/23555:
5808 PR gdb/23838:
5809 * gdb.base/warning.exp: New file.
5810
5811 2018-11-08 Jan Beulich <jbeulich@suse.com>
5812
5813 * testsuite/gdb.arch/i386-avx512.c,
5814 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5815
5816 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5817
5818 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5819 point hardware.
5820
5821 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5822
5823 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5824 * gdb.dwarf2/missing-type-name.exp: New file.
5825
5826 2018-11-06 Tom de Vries <tdevries@suse.de>
5827
5828 * gdb.base/many-headers.c: New test.
5829 * gdb.base/many-headers.exp: New file.
5830
5831 2018-11-06 Jim Wilson <jimw@sifive.com>
5832
5833 * gdb.base/code_elim.exp: For riscv, set additional_flags
5834 to include -msmall-data-limit=0.
5835
5836 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5837
5838 * gdb.ada/watch_minus_l: New testcase.
5839
5840 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5841
5842 * gdb.arch/aix-sighandle.c: New file.
5843 * gdb.arch/aix-sighandle.exp: New file.
5844
5845 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5846
5847 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5848 registers being unions.
5849
5850 2018-10-31 Tom de Vries <tdevries@suse.de>
5851
5852 * lib/valgrind.exp: New file.
5853 (vgdb_start, vgdb_stop): New procs, factored out of ...
5854 * gdb.base/valgrind-bt.exp: ... here, ...
5855 * gdb.base/valgrind-disp-step.exp: ... here and ...
5856 * gdb.base/valgrind-infcall.exp: ... here.
5857
5858 2018-10-31 Tom de Vries <tdevries@suse.de>
5859
5860 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5861
5862 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5863
5864 * gdb.dwarf2/void-type.c: New file.
5865 * gdb.dwarf2/void-type.exp: New file.
5866
5867 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5868
5869 * gdb.base/info_qt.c: New file.
5870 * gdb.base/info_qt.exp: New file.
5871
5872 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5873
5874 * gdb.arch/powerpc-htm-regs.c: New file.
5875 * gdb.arch/powerpc-htm-regs.exp: New file.
5876
5877 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5878
5879 * gdb.arch/powerpc-tar.c: New file.
5880 * gdb.arch/powerpc-tar.exp: New file.
5881
5882 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5883
5884 * gdb.arch/powerpc-ppr-dscr.c: New file.
5885 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5886
5887 2018-10-25 Tom de Vries <tdevries@suse.de>
5888
5889 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5890
5891 2018-10-24 Tom de Vries <tdevries@suse.de>
5892
5893 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5894 longer exists error.
5895
5896 2018-10-24 Tom de Vries <tdevries@suse.de>
5897
5898 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5899
5900 2018-10-24 Tom de Vries <tdevries@suse.de>
5901
5902 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5903 --db-attach in valgrind.
5904
5905 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5906
5907 * gdb.arch/riscv-reg-aliases.c: New file.
5908 * gdb.arch/riscv-reg-aliases.exp: New file.
5909
5910 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5911
5912 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5913
5914 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5915
5916 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5917
5918 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5919
5920 * gdb.cp/ovldbreak.exp: Fix regexps.
5921
5922 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5923
5924 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5925
5926 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5927
5928 PR cli/23785
5929 * gdb.base/restore.exp: New test to check if "restore" with an
5930 invalid file doesn't segfault.
5931
5932 2018-10-18 Tom de Vries <tdevries@suse.de>
5933
5934 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5935 * gdb.ada/excep_handle.exp: Same.
5936 * gdb.ada/mi_string_access.exp: Same.
5937 * gdb.ada/mi_var_union.exp: Same.
5938 * gdb.arch/arc-analyze-prologue.exp: Same.
5939 * gdb.arch/arc-decode-insn.exp: Same.
5940 * gdb.base/readnever.exp: Same.
5941 * gdb.fortran/printing-types.exp: Same.
5942 * gdb.guile/scm-lazy-string.exp: Same.
5943
5944 2018-10-16 Tom de Vries <tdevries@suse.de>
5945
5946 PR gdb/23730
5947 * gdb.base/catch-follow-exec.c: Add copyright notice.
5948 * gdb.base/catch-follow-exec.exp: Rewrite to use
5949 gdb_spawn_with_cmdline_opts. Require gdb-native.
5950
5951 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5952
5953 * gdb.trace/actions-changed.exp: Check for arch support.
5954 * gdb.trace/actions.exp: Likewise.
5955 * gdb.trace/ax.exp: Likewise.
5956 * gdb.trace/backtrace.exp: Likewise.
5957 * gdb.trace/change-loc.exp: Likewise.
5958 * gdb.trace/deltrace.exp: Likewise.
5959 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5960 * gdb.trace/ftrace.exp: Likewise.
5961 * gdb.trace/infotrace.exp: Check for arch support.
5962 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5963 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5964 * gdb.trace/mi-tsv-changed.exp: Likewise.
5965 * gdb.trace/packetlen.exp: Likewise.
5966 * gdb.trace/passc-dyn.exp: Likewise.
5967 * gdb.trace/passcount.exp: Likewise.
5968 * gdb.trace/pending.exp: Likewise.
5969 * gdb.trace/range-stepping.exp: Check for shlib support.
5970 * gdb.trace/report.exp: Check for arch support.
5971 * gdb.trace/save-trace.exp: Likewise.
5972 * gdb.trace/signal.exp: Check for signal support.
5973 * gdb.trace/tfind.exp: Check for arch support.
5974 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5975 * gdb.trace/trace-common.h: Add comment.
5976 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5977 * gdb.trace/trace-enable-disable.exp: Likewise.
5978 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5979 * gdb.trace/tracecmd.exp: Check for arch support.
5980 * gdb.trace/tspeed.exp: Check for shlib and target support.
5981 * gdb.trace/tstatus.exp: Check for arch support.
5982 * gdb.trace/tsv.exp: Likewise.
5983 * gdb.trace/while-dyn.exp: Likewise.
5984 * gdb.trace/while-stepping.exp: Likewise.
5985 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5986
5987 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5988
5989 * gdb.trace/tspeed.exp: Remove nowarnings.
5990 (prepare_for_trace_test): Declare "global ipalib".
5991 * gdb.trace/tspeed.c: Include unistd.h.
5992 (main): Remove superfluous printf argument.
5993
5994 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5995
5996 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5997 directory prefix on the filename.
5998
5999 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6000
6001 * gdb.gdb/unittest.exp: Update expected message informing that
6002 selftests have been disabled.
6003 * gdb.server/unittest.exp: Likewise.
6004
6005 2018-10-09 Tom de Vries <tdevries@suse.de>
6006
6007 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6008 with runto_main.
6009
6010 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6011
6012 PR c++/16841
6013 * gdb.cp/virtbase2.cc: New file.
6014 * gdb.cp/virtbase2.exp: New file.
6015
6016 2018-10-06 Tom Tromey <tom@tromey.com>
6017
6018 PR python/19399:
6019 * gdb.python/py-inferior.exp: Add architecture test.
6020
6021 2018-10-06 Tom Tromey <tom@tromey.com>
6022
6023 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6024 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6025
6026 2018-10-06 Tom Tromey <tom@tromey.com>
6027
6028 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6029 of a "throw" catchpoint.
6030
6031 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6032
6033 * gdb.base/info-proc.exp: Update string expected from "help info
6034 proc".
6035
6036 2018-10-04 Tom Tromey <tom@tromey.com>
6037
6038 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6039 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6040 (test_initial_complaints, test_empty_complaints): Update.
6041 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6042
6043 2018-10-04 Tom Tromey <tom@tromey.com>
6044
6045 PR cli/19551:
6046 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6047 * lib/gdb.exp (gdb_file_cmd): Update.
6048 * gdb.stabs/weird.exp (print_weird_var): Update.
6049 * gdb.server/solib-list.exp: Update.
6050 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6051 * gdb.mi/mi-cli.exp: Update.
6052 * gdb.linespec/linespec.exp: Update.
6053 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6054 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6055 * gdb.cp/cp-relocate.exp: Update.
6056 * gdb.base/sym-file.exp: Update.
6057 * gdb.base/relocate.exp: Update.
6058 * gdb.base/readnever.exp: Update.
6059 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6060 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6061 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6062 * gdb.base/code_elim.exp: Update.
6063 * gdb.base/break-unload-file.exp (test_break): Update.
6064 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6065 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6066 Update.
6067 * gdb.base/attach.exp (do_attach_tests): Update.
6068 * gdb.base/sepdebug.exp: Update.
6069 * gdb.python/py-section-script.exp: Update.
6070
6071 2018-10-04 Tom Tromey <tom@tromey.com>
6072
6073 PR cli/22234:
6074 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6075 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6076 output.
6077
6078 2018-10-04 Tom Tromey <tom@tromey.com>
6079
6080 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6081 set width and height to 0.
6082 (test_command_line_attach_run): Use -quiet.
6083
6084 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6085
6086 * lib/gdb.exp (skip_ifunc_tests): New.
6087 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6088 other compile failures.
6089 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6090
6091 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6092
6093 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6094 is_amd64_regs_target.
6095
6096 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6097
6098 * gdb.arch/aarch64-sighandler-regs.c: New test.
6099 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6100 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6101
6102 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6103
6104 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6105 assembly.
6106
6107 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6108
6109 * gdb.base/frame-selection.exp: New file.
6110 * gdb.base/frame-selection.c: New file.
6111
6112 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6113
6114 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6115 pthread barrier.
6116 (main): Likewise.
6117
6118 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6119
6120 * gdb.base/large-frame-1.c: New file.
6121 * gdb.base/large-frame-2.c: New file.
6122 * gdb.base/large-frame.exp: New file.
6123 * gdb.base/large-frame.h: New file.
6124
6125 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6126
6127 PR gdb/20948
6128 * gdb.base/write_mem.exp: New test.
6129 * gdb.base/write_mem.c: Likewise.
6130
6131 2018-09-23 Tom Tromey <tom@tromey.com>
6132
6133 PR python/18852:
6134 * gdb.python/py-parameter.exp: Add test for parameter that throws
6135 on "set".
6136
6137 2018-09-23 Tom Tromey <tom@tromey.com>
6138
6139 PR python/17284:
6140 * gdb.python/py-template.exp (test_template_arg): Add test for
6141 negative template argument number.
6142
6143 2018-09-23 Tom Tromey <tom@tromey.com>
6144
6145 PR python/14062:
6146 * gdb.python/python.exp: Add test for post_event error.
6147
6148 2018-09-23 Tom Tromey <tom@tromey.com>
6149
6150 PR python/18170:
6151 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6152 convert pointers to int and long.
6153
6154 2018-09-23 Tom Tromey <tom@tromey.com>
6155
6156 PR python/20126:
6157 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6158 signed-ness conversion tests.
6159
6160 2018-09-23 Tom Tromey <tom@tromey.com>
6161
6162 PR python/18352;
6163 * gdb.python/py-value.exp (test_float_conversion): New proc.
6164 Use it.
6165
6166 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6167
6168 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6169
6170 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6171
6172 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6173 no readline.
6174 * gdb.base/utf8-identifiers.exp: Likewise.
6175 * gdb.cp/cpcompletion.exp: Likewise.
6176 * gdb.linespec/cpcompletion.exp: Likewise.
6177 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6178 * gdb.linespec/cpls-ops.exp: Likewise.
6179
6180 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6181 Chris January <chris.january@arm.com>
6182
6183 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6184 * gdb.fortran/short-circuit-argument-list.exp: New file.
6185 * gdb.fortran/short-circuit-argument-list.f90: New test.
6186
6187 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6188
6189 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6190 "arch=" keyword when executing "-stack-list-frames".
6191
6192 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6193
6194 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6195 "arch=" keyword when executing "-stack-list-frames".
6196
6197 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6198
6199 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6200 break ada".
6201
6202 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6203
6204 PR python/23669
6205 * gdb.python/python.exp: Test gdb.execute("show commands").
6206
6207 2018-09-16 Tom Tromey <tom@tromey.com>
6208
6209 * gdb.base/new-ui.exp (do_execution_tests): Update.
6210 * gdb.base/dbx.exp (test_breakpoints): Update.
6211
6212 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6213
6214 * lib/gdb.exp (gdb_simple_compile): Add proc.
6215 (is_elf_target): Use gdb_simple_compile.
6216 (skip_altivec_tests): Likewise.
6217 (skip_vsx_tests): Likewise.
6218 (skip_tsx_tests): Likewise.
6219 (skip_btrace_tests): Likewise.
6220 (skip_btrace_pt_tests): Likewise.
6221 (gdb_can_simple_compile): Likewise.
6222 (gdb_has_argv0): Likewise.
6223 (gdb_target_symbol_prefix): Likewise.
6224 (target_supports_scheduler_locking): Likewise.
6225
6226 2018-09-13 Tom Tromey <tom@tromey.com>
6227
6228 * Makefile.in (TAGS): Recognize proc_with_prefix and
6229 gdb_caching_proc.
6230
6231 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6232
6233 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6234 method.
6235
6236 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6237
6238 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6239 and a few other Inferior properties when the Inferior is no
6240 longer valid.
6241
6242 2018-09-13 Tom Tromey <tom@tromey.com>
6243
6244 PR rust/23650:
6245 * gdb.rust/simple.exp: Add test for enum field access error.
6246
6247 2018-09-13 Tom Tromey <tom@tromey.com>
6248
6249 PR rust/23626:
6250 * gdb.rust/simple.rs (EmptyEnum): New type.
6251 (main): Use it.
6252 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6253
6254 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6255
6256 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6257 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6258 * gdb.python/py-symtab.exp: Update test printing an objfile.
6259
6260 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6261
6262 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6263 object.
6264
6265 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6266
6267 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6268 (support_complex_tests): Use gdb_can_simple_compile.
6269 (is_ilp32_target): Likewise.
6270 (is_lp64_target): Likewise.
6271 (is_64_target): Likewise.
6272 (is_amd64_regs_target): Likewise.
6273 (is_aarch32_target): Likewise.
6274 (gdb_int128_helper): Likewise.
6275
6276 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6277
6278 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6279
6280 2018-09-10 Jerome Guitton <guitton@adacore.com>
6281
6282 * gdb.ada/same_component_name: Add test for case of tagged record
6283 with variable-length fields.
6284
6285 2018-09-10 Xavier Roirand <roirand@adacore.com>
6286
6287 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6288 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6289 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6290 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6291
6292 2018-09-10 Xavier Roirand <roirand@adacore.com>
6293
6294 * gdb.ada/mi_string_access.exp: New testcase.
6295 * gdb.ada/mi_string_access/bar.adb: New file.
6296 * gdb.ada/mi_string_access/pck.adb: New file.
6297 * gdb.ada/mi_string_access/pck.asd: New file.
6298
6299 2018-09-10 Xavier Roirand <roirand@adacore.com>
6300
6301 * gdb.ada/mi_var_union.exp: New testcase.
6302 * gdb.ada/mi_var_union/bar.adb: New file.
6303 * gdb.ada/mi_var_union/pck.adb: New file.
6304 * gdb.ada/mi_var_union/pck.asd: New file.
6305
6306 2018-09-08 Tom Tromey <tom@tromey.com>
6307
6308 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6309
6310 2018-09-08 Tom Tromey <tom@tromey.com>
6311
6312 PR python/16047:
6313 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6314 (register_pretty_printers): Register new printer.
6315 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6316 test.
6317 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6318 (an_int_type3): New global.
6319
6320 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6321
6322 * gdb.ada/expr_with_funcall: New testcase.
6323
6324 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6325
6326 * gdb.ada/packed_array_assign: New testcase.
6327
6328 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6329
6330 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6331 names, and add test prefixes to make test names unique.
6332
6333 2018-09-05 Tom de Vries <tdevries@suse.de>
6334
6335 * gdb.dwarf2/varval.exp: Add test.
6336
6337 2018-09-04 Gary Benson <gbenson@redhat.com>
6338
6339 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6340 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6341
6342 2018-08-31 Tom Tromey <tom@tromey.com>
6343
6344 * gdb.rust/simple.rs: Rename second variable "v".
6345
6346 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6347
6348 * gdb.base/funcargs.c (use_a): New function.
6349 (recurse): Call use_a.
6350
6351 2018-08-29 Keith Seitz <keiths@redhat.com>
6352
6353 * gdb.compile/compile-cplus-anonymous.cc: New file.
6354 * gdb.compile/compile-cplus-anonymous.exp: New file.
6355 * gdb.compile/compile-cplus-array-decay.cc: New file.
6356 * gdb.compile/compile-cplus-array-decay.exp: New file.
6357 * gdb.compile/compile-cplus-inherit.cc: New file.
6358 * gdb.compile/compile-cplus-inherit.exp: New file.
6359 * gdb.compile/compile-cplus-member.cc: New file.
6360 * gdb.compile/compile-cplus-member.exp: New file.
6361 * gdb.compile/compile-cplus-method.cc: New file.
6362 * gdb.compile/compile-cplus-method.exp: New file.
6363 * gdb.compile/compile-cplus-mod.c: "New" file.
6364 * gdb.compile/compile-cplus-namespace.cc: New file.
6365 * gdb.compile/compile-cplus-namespace.exp: New file.
6366 * gdb.compile/compile-cplus-nested.cc: New file.
6367 * gdb.compile/compile-cplus-nested.exp: New file.
6368 * gdb.compile/compile-cplus-print.c: "New" file.
6369 * gdb.compile/compile-cplus-print.exp: "New" file.
6370 * gdb.compile/compile-cplus-virtual.cc: New file.
6371 * gdb.compile/compile-cplus-virtual.exp: New file.
6372 * gdb.compile/compile-cplus.c: "New" file.
6373 * gdb.compile/compile-cplus.exp: "New" file.
6374 * lib/compile-support.exp: New file.
6375
6376 2018-08-16 Gary Benson <gbenson@redhat.com>
6377
6378 PR gdb/13000:
6379 * gdb.base/batch-exit-status.exp: New file.
6380 * gdb.base/batch-exit-status.good-commands: Likewise.
6381 * gdb.base/batch-exit-status.bad-commands: Likewise.
6382
6383 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6384
6385 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6386 (struct struct02): Likewise.
6387 (struct struct03): Likewise.
6388 (struct struct04): Likewise.
6389 (struct struct_01_01): New struct.
6390 (struct struct_01_02): Likewise.
6391 (struct struct_01_03): Likewise.
6392 (struct struct_01_04): Likewise.
6393 (struct struct_02_01): Likewise.
6394 (struct struct_02_02): Likewise.
6395 (struct struct_02_03): Likewise.
6396 (struct struct_02_04): Likewise.
6397 (struct struct_04_01): Likewise.
6398 (struct struct_04_02): Likewise.
6399 (struct struct_04_03): Likewise.
6400 (struct struct_04_04): Likewise.
6401 (struct struct_05_01): Likewise.
6402 (struct struct_05_02): Likewise.
6403 (struct struct_05_03): Likewise.
6404 (struct struct_05_04): Likewise.
6405 (cmp_struct01): Remove function.
6406 (cmp_struct02): Likewise.
6407 (cmp_struct03): Likewise.
6408 (cmp_struct04): Likewise.
6409 (cmp_struct_01_01): Add Function.
6410 (cmp_struct_01_02): Likewise.
6411 (cmp_struct_01_03): Likewise.
6412 (cmp_struct_01_04): Likewise.
6413 (cmp_struct_02_01): Likewise.
6414 (cmp_struct_02_02): Likewise.
6415 (cmp_struct_02_03): Likewise.
6416 (cmp_struct_02_04): Likewise.
6417 (cmp_struct_04_01): Likewise.
6418 (cmp_struct_04_02): Likewise.
6419 (cmp_struct_04_03): Likewise.
6420 (cmp_struct_04_04): Likewise.
6421 (cmp_struct_05_01): Likewise.
6422 (cmp_struct_05_02): Likewise.
6423 (cmp_struct_05_03): Likewise.
6424 (cmp_struct_05_04): Likewise.
6425 (call_all): Add new structs.
6426 * gdb.base/infcall-nested-structs.exp: Likewise.
6427
6428 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6429
6430 * gdb.python/py-framefilter-mi.exp: Update regexp to
6431 check for "arch" field in frame output.
6432
6433 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6434
6435 * gdb.dwarf2/dw2-ranges-func.c: New file.
6436 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6437
6438 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6439
6440 * gdb.base/term.exp: Compare terminal settings with values from
6441 the inferior.
6442 * gdb.base/term.c: Get and set terminal settings.
6443
6444 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6445
6446 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6447 accommodate new "arch" field in frame output.
6448 * gdb.mi/mi-return.exp: Likewise.
6449 * gdb.mi/mi-stack.exp: Likewise.
6450 * gdb.mi/mi-syn-frame.exp: Likewise.
6451 * gdb.mi/user-selected-context-sync.exp: Likewise.
6452
6453 2018-08-19 Michael Spang <spang@google.com>
6454
6455 PR gdb/11786
6456 * gdb.base/gcore-tls-pie.c: New file.
6457 * gdb.base/gcore-tls-pie.exp: New file.
6458
6459 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6460
6461 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6462 * gdb.dwarf2/varval.c: New file.
6463 * gdb.dwarf2/varval.exp: New file.
6464
6465 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6466
6467 PR gdb/18931
6468 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6469
6470 2018-08-16 Keith Seitz <keiths@redhat.com>
6471
6472 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6473 tests expected to pass.
6474
6475 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6476
6477 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6478 -data-disassemble -a.
6479 (test_disassembly_bogus_args): Likewise.
6480
6481 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6482
6483 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6484
6485 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6486
6487 * gdb.base/vla-optimized-out.exp: Add new test.
6488
6489 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6490
6491 * gdb.base/vla-optimized-out-o3.exp: Delete.
6492 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6493 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6494 deleted tests.
6495
6496 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6497
6498 PR gdb/18050:
6499 * gdb.server/extended-remote-restart.c: New file.
6500 * gdb.server/extended-remote-restart.exp: New file.
6501
6502 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6503
6504 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6505 "set variable index = 42".
6506
6507 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6508
6509 * boards/index-cache-gdb.exp: New file.
6510 * gdb.dwarf2/index-cache.exp: New file.
6511 * gdb.dwarf2/index-cache.c: New file.
6512 * gdb.base/maint.exp: Check if we are using the index cache.
6513
6514 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6515
6516 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6517 MAKEFLAGS.
6518
6519 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6520
6521 * dg-extract-results.sh: Move to toplevel contrib.
6522 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6523 * Makefile.in (check-parallel-racy): Likewise.
6524
6525 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6526
6527 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6528 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6529 tests if the target supports scheduler locking.
6530
6531 2018-08-04 Tom de Vries <tdevries@suse.de>
6532
6533 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6534
6535 2018-08-02 Tom Tromey <tom@tromey.com>
6536
6537 PR symtab/16842.
6538 * gdb.cp/temargs.exp: Test "info address" of a template
6539 parameter.
6540
6541 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6542
6543 * gdb.python/py-mi-var-info-path-expression.c: New file.
6544 * gdb.python/py-mi-var-info-path-expression.py: New file.
6545 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6546
6547 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6548
6549 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6550 error after "cannot resolve name" string.
6551
6552 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6553
6554 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6555 started.
6556 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6557
6558 2018-07-28 Tom de Vries <tdevries@suse.de>
6559
6560 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6561
6562 2018-07-26 Tom de Vries <tdevries@suse.de>
6563
6564 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6565
6566 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6567
6568 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6569 is visible.
6570
6571 2018-07-26 Tom de Vries <tdevries@suse.de>
6572
6573 PR breakpoints/23366
6574 * gdb.base/catch-follow-exec.c: New test.
6575 * gdb.base/catch-follow-exec.exp: New file.
6576
6577 2018-07-25 Tom de Vries <tdevries@suse.de>
6578
6579 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6580 vla-optimized-out.c.
6581
6582 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6583
6584 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6585 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6586
6587 2018-07-20 Tom de Vries <tdevries@suse.de>
6588
6589 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6590 NOCLONE macro.
6591 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6592
6593 2018-07-19 Tom de Vries <tdevries@suse.de>
6594
6595 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6596 regular expression.
6597
6598 2018-07-18 Tom de Vries <tdevries@suse.de>
6599
6600 * gdb.base/vla-optimized-out.c: New test.
6601 * gdb.base/vla-optimized-out.exp: New file.
6602
6603 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6604
6605 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6606 message "No address associated with hostname" when gdbserver
6607 cannot resolve the hostname.
6608
6609 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6610
6611 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6612 Add some test prefixes to make tests unique.
6613
6614 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6615
6616 * gdb.base/frameapply.c: New file.
6617 * gdb.base/frameapply.exp: New file.
6618
6619 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6620
6621 * gdb.base/skip.exp: Update expected error message.
6622
6623 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6624 Jan Kratochvil <jan.kratochvil@redhat.com>
6625 Paul Fertser <fercerpav@gmail.com>
6626 Tsutomu Seki <sekiriki@gmail.com>
6627
6628 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6629 parameter.
6630 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6631 by default.
6632 * boards/native-gdbserver.exp: Likewise.
6633 * gdb.server/run-without-local-binary.exp: Improve regexp used
6634 for detecting when a remote debugging connection succeeds.
6635 * gdb.server/server-connect.exp: New file.
6636 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6637 Do not prefix the port number with ":".
6638 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6639 support for detecting and using it. Add '$debughost_gdbserver'
6640 to the list of arguments used to start gdbserver. Handle case
6641 when gdbserver cannot resolve a network name.
6642
6643 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6644
6645 PR c++/23373
6646 * gdb.base/ptype-offsets.cc (struct static_member): New
6647 struct.
6648 (main) <stmember>: New variable.
6649 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6650 with a static member in it.
6651
6652 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6653
6654 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6655 watchpoints enabled and disabled.
6656
6657 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6658
6659 * gdb.base/examine-backward.exp: Still run tests around address
6660 0x0, even if address 0x0 is not readable. Update the pattern for
6661 matching address 0x0 in expected output.
6662
6663 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6664
6665 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6666 malloc/free.
6667
6668 2018-07-04 Tom de Vries <tdevries@suse.de>
6669
6670 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6671
6672 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6673
6674 PR tdep/8282
6675 * gdb.arch/mips-disassembler-options.exp: New test.
6676 * gdb.arch/mips-disassembler-options.s: New test source.
6677
6678 2018-06-29 Pedro Alves <palves@redhat.com>
6679
6680 * gdb.threads/names.exp: Adjust expected "info threads" output.
6681
6682 2018-06-29 Pedro Alves <palves@redhat.com>
6683
6684 * gdb.opt/inline-break.exp (line number, address): Add "info
6685 break" tests.
6686
6687 2018-06-29 Pedro Alves <palves@redhat.com>
6688
6689 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6690 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6691 number and address and running to them.
6692
6693 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6694
6695 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6696
6697 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6698
6699 * lib/compiler.c: Remove executable permission flag.
6700
6701 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6702
6703 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6704 code.
6705 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6706
6707 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6708
6709 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6710
6711 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6712
6713 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6714 address argument is omitted.
6715
6716 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6717
6718 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6719
6720 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6721
6722 PR gdb/21695
6723 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6724 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6725
6726 2018-06-26 Tom Tromey <tom@tromey.com>
6727
6728 PR rust/22574:
6729 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6730 * gdb.rust/simple.rs (struct SimpleLayout): New.
6731
6732 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6733
6734 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6735 "info registers" output.
6736
6737 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6738
6739 * gdb.base/watchpoint-hw-attach.c: New test.
6740 * gdb.base/watchpoint-hw-attach.exp: New file.
6741
6742 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6743
6744 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6745 through /bin/sh.
6746 * boards/dwarf4-gdb-index.exp: Likewise.
6747 * boards/fission-dwp.exp: Likewise.
6748
6749 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6750
6751 * gdb.base/float128.exp: Add comment and improved fail message
6752 to the failure case of "print large128" test.
6753
6754 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6755
6756 * configure.ac: Remove AC_PREREQ.
6757 * configure: Re-generate.
6758
6759 2018-06-19 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6762 (func_extern_caller): New.
6763 (main): Call func_extern_caller.
6764 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6765 logic change.
6766
6767 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6768
6769 PR gdb/16841
6770 * gdb.cp/typedef-base.cc: New file.
6771 * gdb.cp/typedef-base.exp: New file.
6772
6773 2018-06-18 Tom de Vries <tdevries@suse.de>
6774
6775 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6776
6777 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6778 Richard Bunt <Richard.Bunt@arm.com>
6779
6780 * gdb.threads/attach-slow-waitpid.c: New file.
6781 * gdb.threads/attach-slow-waitpid.exp: New file.
6782 * gdb.threads/slow-waitpid.c: New file.
6783
6784 2018-06-14 Pedro Alves <palves@redhat.com>
6785
6786 * gdb.base/fork-running-state.c: Include <errno.h>.
6787 (exit_if_relative_exits): New.
6788 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6789 exits.
6790 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6791 child exits.
6792
6793 2018-06-14 Tom de Vries <tdevries@suse.de>
6794
6795 PR cli/22573
6796 * gdb.base/finish-pretty.c: New test.
6797 * gdb.base/finish-pretty.exp: New file.
6798
6799 2018-06-14 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6802 gdb's expected startup output.
6803
6804 2018-06-14 Pedro Alves <palves@redhat.com>
6805
6806 * lib/selftest-support.exp (selftest_setup): Remove inlined
6807 function handling.
6808
6809 2018-06-14 Tom de Vries <tdevries@suse.de>
6810
6811 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6812 matching of breakpoint printing.
6813
6814 2018-06-13 Tom de Vries <tdevries@suse.de>
6815
6816 PR testsuite/23269
6817 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6818 (fork_child): ... here, and ...
6819 (fork_parent): ... here.
6820
6821 2018-06-12 Tom de Vries <tdevries@suse.de>
6822
6823 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6824
6825 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6826 Stephen Roberts <stephen.roberts@arm.com>
6827
6828 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6829 rewrite test to describe action performed, rather than possible
6830 failure.
6831
6832 2018-06-08 Gary Benson <gbenson@redhat.com>
6833
6834 * gdb.threads/check-libthread-db.exp: New file.
6835 * gdb.threads/check-libthread-db.c: Likewise.
6836
6837 2018-06-05 Tom Tromey <tom@tromey.com>
6838
6839 * gdb.base/default.exp: Update expected "show version" output.
6840
6841 2018-06-05 Tom Tromey <tom@tromey.com>
6842
6843 PR cli/12326:
6844 * gdb.cp/static-print-quit.exp: Update.
6845 * lib/gdb.exp (pagination_prompt): Update.
6846 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6847 * gdb.python/python.exp: Update.
6848
6849 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6850
6851 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6852
6853 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6854
6855 * gdb.ada/bp_fun_addr: New testcase.
6856
6857 2018-06-01 Tom Tromey <tom@tromey.com>
6858
6859 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6860 results.
6861 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6862 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6863 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6864 * gdb.base/maint.exp (maint_pass_if): Update.
6865
6866 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6867
6868 * gdb.base/endian.exp: New test.
6869 * gdb.base/endian.c: New test source.
6870
6871 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6872
6873 PR gdb/23203
6874 * gdb.base/bt-selected-frame.c: New file.
6875 * gdb.base/bt-selected-frame.exp: New file.
6876 * lib/gdb.exp (get_current_frame_number): New function.
6877
6878 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6879 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.threads/tls-core.c: Include <stdlib.h>
6882 (thread_proc): Call `abort'.
6883 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6884 (tls_core_test): New procedure, bits factored out from ...
6885 (top level): ... here. Test both native cores and gcore cores.
6886
6887 2018-05-23 Tom Tromey <tom@tromey.com>
6888
6889 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6890
6891 2018-05-23 Tom Tromey <tom@tromey.com>
6892
6893 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6894 symfile_complaints.
6895 (test_short_complaints): Likewise.
6896 (test_empty_complaints): Likewise.
6897 (test_initial_complaints): Update.
6898
6899 2018-05-23 Tom Tromey <tom@tromey.com>
6900
6901 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6902
6903 2018-05-23 Tom Tromey <tom@tromey.com>
6904
6905 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6906 (test_short_complaints): Update.
6907
6908 2018-05-22 Pedro Alves <palves@redhat.com>
6909
6910 * gdb.base/remote.exp: Only gdb_start after compiling the
6911 testcase. Issue "disconnect" before testing "set remote" command
6912 defaults. Issue clean_restart before running to main.
6913
6914 2018-05-22 Pedro Alves <palves@redhat.com>
6915
6916 * gdb.base/remote.exp: Adjust expected output of "show remote
6917 memory-write-packet-size". Add tests for "set remote
6918 memory-write-packet-size 0" and "set remote
6919 memory-write-packet-size fixed/limit".
6920
6921 2018-05-22 Pedro Alves <palves@redhat.com>
6922
6923 PR gdb/22973
6924 * gdb.base/utf8-identifiers.c: New file.
6925 * gdb.base/utf8-identifiers.exp: New file.
6926
6927 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6928
6929 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6930
6931 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6932
6933 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6934
6935 2018-05-18 Tom Tromey <tom@tromey.com>
6936
6937 * gdb.base/ptype-offsets.exp: Update.
6938
6939 2018-05-17 Keith Seitz <keiths@redhat.com>
6940
6941 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6942 in expected breakpoint stop locations.
6943 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6944 move to proper scope to test variable values.
6945 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6946 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6947 New functions.
6948 (main): Call not_inline_func3.
6949 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6950 inline_func1, inline_func2, and inline_func3. Test that when each
6951 breakpoint is hit, GDB properly reports both the stop location
6952 and the backtrace. Repeat tests for temporary breakpoints.
6953
6954 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6955
6956 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6957 rather then trying to access it in determining whether the PID
6958 of `gdbserver' could have been retrieved.
6959
6960 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6961
6962 * gdb.arch/amd64-init-x87-values.S: New file.
6963 * gdb.arch/amd64-init-x87-values.exp: New file.
6964
6965 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6966
6967 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6968
6969 2018-05-04 Tom Tromey <tom@tromey.com>
6970
6971 PR python/22730:
6972 * gdb.python/python.exp: Test multi-line execute.
6973
6974 2018-05-04 Tom Tromey <tom@tromey.com>
6975
6976 PR python/22731:
6977 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6978
6979 2018-05-04 Tom Tromey <tom@tromey.com>
6980
6981 PR gdb/11750:
6982 * gdb.base/define.exp: Test defining a user command inside a user
6983 command.
6984 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6985
6986 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6987 Pedro Alves <palves@redhat.com>
6988
6989 PR breakpoints/19806 and support for PR external/20207.
6990 * gdb.base/watchpoint-unaligned.c: New file.
6991 * gdb.base/watchpoint-unaligned.exp: New file.
6992
6993 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6994
6995 * gdb.base/maint.exp: Make test names unique, use
6996 test_prefix_command_help to test 'help maint info', and remove
6997 repeated test of 'help maint'.
6998
6999 2018-05-04 Tom Tromey <tom@tromey.com>
7000
7001 PR gdb/22619:
7002 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7003 behavior.
7004
7005 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7006
7007 * gdb.base/maint.exp: Process output from 'maint print registers'
7008 line at a time.
7009
7010 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7011
7012 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7013 timeout.
7014
7015 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7016
7017 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7018 filter pattern.
7019
7020 2018-05-02 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7023 to_log_command renames.
7024 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7025
7026 2018-05-02 Tom Tromey <tom@tromey.com>
7027
7028 * gdb.python/py-parameter.exp: Set test message.
7029
7030 2018-05-02 Tom Tromey <tom@tromey.com>
7031
7032 PR python/20084:
7033 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7034 PARAM_ZUINTEGER_UNLIMITED tests.
7035
7036 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7037
7038 PR rust/23124
7039 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7040 when casting.
7041
7042 2018-04-30 Tom Tromey <tom@tromey.com>
7043
7044 * gdb.python/py-type.exp: Check align attribute.
7045 * gdb.python/py-type.c: New "aligncheck" global.
7046
7047 2018-04-30 Tom Tromey <tom@tromey.com>
7048
7049 PR exp/17095:
7050 * gdb.dwarf2/dw2-align.exp: New file.
7051 * gdb.cp/align.exp: New file.
7052 * gdb.base/align.exp: New file.
7053 * lib/gdb.exp (gdb_int128_helper): New proc.
7054 (has_int128_c, has_int128_cxx): New caching procs.
7055
7056 2018-04-27 Tom Tromey <tom@tromey.com>
7057
7058 PR rust/22545:
7059 * gdb.rust/simple.exp: Add inclusive range tests.
7060
7061 2018-04-26 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7064 ifunc breakpoint locations correctly of ifunc breakpoints set
7065 while the program resolves the ifunc.
7066
7067 2018-04-26 Pedro Alves <palves@redhat.com>
7068
7069 * gdb.base/gnu-ifunc-final.c: New file.
7070 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7071 * gdb.base/gnu-ifunc.exp (executable): Delete.
7072 (staticexecutable): Adjust.
7073 (lib_opts, exec_opts): Delete.
7074 (make_binsuffix, build, set-break): New procedures.
7075 (misc_tests): New, with tests factored out from the top level.
7076 (top level): Test different combinations of ifunc resolver name,
7077 resolver with and with debug info, and ifunc target with and
7078 without debug info. Wrap static tests with with_target_prefix.
7079
7080 2018-04-26 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7083 return type" warnings.
7084
7085 2018-04-25 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7088 killed".
7089 * gdb.base/kill-after-signal.exp: Likewise.
7090 * gdb.threads/kill.exp: Likewise.
7091
7092 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7093 Sergio Durigan Junior <sergiodj@redhat.com>
7094 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7097 regexps to expect for '[Inferior ... detached]' as well.
7098 * gdb.base/attach.exp: Likewise.
7099 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7100 "gdb_continue_to_end".
7101 (test_catch_syscall_with_wrong_args): Likewise.
7102 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7103 ']'. Don't set 'verbose' on.
7104 * gdb.base/foll-vfork.exp: Likewise.
7105 * gdb.base/fork-print-inferior-events.c: New file.
7106 * gdb.base/fork-print-inferior-events.exp: New file.
7107 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7108 '[Inferior ... has been killed]' message.
7109 * gdb.base/kill-after-signal.exp: Likewise.
7110 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7111 detach message.
7112 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7113 message.
7114 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7115 regexps to expect for '[Inferior ... detached]' as well.
7116 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7117
7118 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7119
7120 PR gdb/23104
7121 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7122
7123 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7124
7125 PR gdb/23095
7126 * gdb.base/break-probes.exp: Pass shlib_load to
7127 prepare_for_testing. Set normal_bp to r_debug_state if target is
7128 bsd.
7129
7130 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7131
7132 * gdb.threads/multiple-successive-infcall.c: New test.
7133 * gdb.threads/multiple-successive-infcall.exp: New file.
7134
7135 2018-04-17 Tom Tromey <tom@tromey.com>
7136
7137 * gdb.rust/simple.rs (Union): New type.
7138 (main): New local "u".
7139 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7140
7141 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7142
7143 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7144 number information in output of "whereis" command.
7145 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7146
7147 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7148
7149 * gdb.ada/info_types.exp: Adjust expected output to the line
7150 numbers now printed by "info var/func/type".
7151 * gdb.base/completion.exp: Likewise.
7152 * gdb.base/included.exp: Likewise.
7153 * gdb.cp/cp-relocate.exp: Likewise.
7154 * gdb.cp/cplusfuncs.exp: Likewise.
7155 * gdb.cp/namespace.exp: Likewise.
7156 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7157
7158 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7159
7160 * gdb.btrace/cpu.exp: New.
7161
7162 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7163
7164 * gdb.base/step-indirect-call-thunk.exp: New.
7165 * gdb.base/step-indirect-call-thunk.c: New.
7166 * gdb.reverse/step-indirect-call-thunk.exp: New.
7167 * gdb.reverse/step-indirect-call-thunk.c: New.
7168
7169 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7170
7171 * gdb.base/pie-fork.c: New file.
7172 * gdb.base/pie-fork.exp: New file.
7173
7174 2018-04-11 Tom Tromey <tom@tromey.com>
7175
7176 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7177
7178 2018-04-10 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7181 exits. Instead loop running forever.
7182 (fork_parent): Run forever too.
7183
7184 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7185
7186 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7187 mi_continue_to_line.
7188 * gdb.mi/mi-stack.c (callee4): Add comment.
7189
7190 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7191
7192 * gdb.mi/mi-stack.exp: Fix indentation.
7193
7194 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7195
7196 PR gdb/22979
7197 * gdb.arch/amd64-osabi.exp: New file.
7198
7199 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7200
7201 PR gdb/22980
7202 * gdb.base/osabi.exp: New file.
7203
7204 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7205
7206 * gdb.cp/static-typedef-print.exp: New file.
7207 * gdb.cp/static-typedef-print.cc: New file.
7208
7209 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7210
7211 * gdb.ada/varsize_limit: New testcase.
7212
7213 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7214
7215 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7216
7217 * gdb.ada/notcplusplus: New testcase.
7218
7219 * gdb.base/c-linkage-name.c: New file.
7220 * gdb.base/c-linkage-name.exp: New testcase.
7221
7222 2018-03-26 Tom Tromey <tom@tromey.com>
7223
7224 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7225 * gdb.python/py-framefilter.py (name_error): New global.
7226 (ErrorInName.function): Use name_error.
7227
7228 2018-03-26 Tom Tromey <tom@tromey.com>
7229
7230 PR backtrace/15582:
7231 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7232
7233 2018-03-23 Keith Seitz <keiths@redhat.com>
7234
7235 PR c++/22968
7236 * gdb.cp/subtypes.exp: New file.
7237 * gdb.cp/subtypes.h: New file.
7238 * gdb.cp/subtypes.cc: New file.
7239 * gdb.cp/subtypes-2.cc: New file.
7240
7241 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7242
7243 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7244 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7245 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7246 -nostartfiles when compiling the test. Confirm that all registers
7247 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7248
7249 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7250
7251 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7252 option, syntax was wrong anyway.
7253 * gdb.arch/arm-disp-step.exp: Likewise.
7254 * gdb.arch/sparc64-regs.exp: Likewise.
7255 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7256 option, syntax was wrong anyway, switch to use
7257 prepare_for_testing.
7258 * gdb.arch/i386-disp-step.exp: Likewise.
7259
7260 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7261
7262 * gdb.ada/exec_changed.exp: Replace "target_info exists
7263 use_gdb_stub" by "use_gdb_stub".
7264 * gdb.ada/start.exp: Likewise.
7265 * gdb.base/async-shell.exp: Likewise.
7266 * gdb.base/attach-pie-misread.exp: Likewise.
7267 * gdb.base/attach-wait-input.exp: Likewise.
7268 * gdb.base/break-entry.exp: Likewise.
7269 * gdb.base/break-interp.exp: Likewise.
7270 * gdb.base/dprintf-detach.exp: Likewise.
7271 * gdb.base/nostdlib.exp: Likewise.
7272 * gdb.base/solib-nodir.exp: Likewise.
7273 * gdb.base/statistics.exp: Likewise.
7274 * gdb.base/testenv.exp: Likewise.
7275 * gdb.mi/mi-exec-run.exp: Likewise.
7276 * gdb.mi/mi-start.exp: Likewise.
7277 * gdb.multi/dummy-frame-restore.exp: Likewise.
7278 * gdb.multi/multi-arch-exec.exp: Likewise.
7279 * gdb.multi/multi-arch.exp: Likewise.
7280 * gdb.multi/tids.exp: Likewise.
7281 * gdb.multi/watchpoint-multi.exp: Likewise.
7282 * gdb.python/py-events.exp: Likewise.
7283 * gdb.threads/attach-into-signal.exp: Likewise.
7284 * gdb.threads/attach-stopped.exp: Likewise.
7285 * gdb.threads/threadapply.exp: Likewise.
7286 * lib/selftest-support.exp: Likewise.
7287
7288 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7289
7290 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7291
7292 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7293
7294 * gdb.perf/template-breakpoints.cc: New file.
7295 * gdb.perf/template-breakpoints.exp: New file.
7296 * gdb.perf/template-breakpoints.py: New file.
7297
7298 2018-03-19 Tom Tromey <tom@tromey.com>
7299
7300 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7301 y0.
7302 * gdb.rust/simple.exp: Test bare identifier form of struct
7303 initializer.
7304
7305 2018-03-19 Tom Tromey <tom@tromey.com>
7306
7307 * gdb.gdb/observer.exp: Remove.
7308
7309 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7310
7311 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7312 "qualified" option when setting breakpoints.
7313 * gdb.trace/backtrace.exp: Likewise.
7314 * gdb.trace/circ.exp: Likewise.
7315 * gdb.trace/collection.exp: Likewise.
7316 * gdb.trace/disconnected-tracing.exp: Likewise.
7317 * gdb.trace/ftrace-lock.exp: Likewise.
7318 * gdb.trace/ftrace.exp: Likewise.
7319 * gdb.trace/infotrace.exp: Likewise.
7320 * gdb.trace/packetlen.exp: Likewise.
7321 * gdb.trace/passc-dyn.exp: Likewise.
7322 * gdb.trace/qtro.exp: Likewise.
7323 * gdb.trace/read-memory.exp: Likewise.
7324 * gdb.trace/report.exp: Likewise.
7325 * gdb.trace/signal.exp: Likewise.
7326 * gdb.trace/status-stop.exp: Likewise.
7327 * gdb.trace/strace.exp: Likewise.
7328 * gdb.trace/tfind.exp: Likewise.
7329 * gdb.trace/trace-break.exp: Likewise.
7330 * gdb.trace/trace-condition.exp: Likewise.
7331 * gdb.trace/trace-mt.exp: Likewise.
7332 * gdb.trace/tstatus.exp: Likewise.
7333 * gdb.trace/tsv.exp: Likewise.
7334 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7335 * gdb.trace/unavailable.exp: Likewise.
7336 * gdb.trace/while-dyn.exp: Likewise.
7337
7338 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7339
7340 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7341 that libinproctrace is copied to the target.
7342
7343 2018-03-14 Tom Tromey <tom@tromey.com>
7344
7345 PR cli/14977:
7346 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7347 a null pointer.
7348 * gdb.base/wchar.exp: Likewise.
7349
7350 2018-03-14 Tom Tromey <tom@tromey.com>
7351
7352 PR cli/19918:
7353 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7354 flag.
7355
7356 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7357
7358 PR gdb/22841
7359 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7360 "target" to remote_exec.
7361
7362 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7363
7364 PR gdb/22841
7365 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7366 ${board}_upload): Remove.
7367
7368 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7369
7370 * gdb.cp/watch-cp.cc: New test.
7371 * gdb.cp/watch-cp.exp: New file.
7372
7373 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7374
7375 * gdb.base/infcall-nested-structs.exp: New file.
7376 * gdb.base/infcall-nested-structs.c: New file.
7377 * gdb.base/float.exp: Add riscv support.
7378
7379 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7380
7381 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7382 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7383
7384 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7385
7386 * gdb.server/abspath.exp: New file.
7387 * lib/gdb.exp (with_cwd): New procedure.
7388
7389 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7390
7391 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7392 use it.
7393 (gdb_is_target_remote_prompt): New proc.
7394 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7395 (gdb_is_target_native): Pass prompt parameter to
7396 gdb_is_target_1.
7397
7398 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7399
7400 * gdb.base/load-command.c: New file.
7401 * gdb.base/load-command.exp: New file.
7402 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7403 (gdb_is_target_1): ...this, and generalize for other targets
7404 than just remote.
7405 (gdb_is_target_remote): Use gdb_is_target_1.
7406 (gdb_is_target_native): use gdb_is_target_1.
7407
7408 2018-02-26 Tom Tromey <tom@tromey.com>
7409
7410 PR python/16497:
7411 * gdb.python/py-framefilter.exp: Update test.
7412
7413 2018-02-26 Tom Tromey <tom@tromey.com>
7414
7415 * gdb.dwarf2/variant.c: New file.
7416 * gdb.dwarf2/variant.exp: New file.
7417
7418 2018-02-26 Tom Tromey <tom@tromey.com>
7419
7420 * gdb.rust/simple.exp: Accept more possible results in enum test.
7421
7422 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7423
7424 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7425 parentheses.
7426
7427 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7428
7429 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7430 name of a variable: $actual_linejj -> $actual_line.
7431
7432 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7433
7434 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7435
7436 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7437
7438 * gdb.btrace/buffer-size.exp: Do not force BTS.
7439
7440 2018-02-14 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7443 getting a "Quit".
7444
7445 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7446
7447 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7448 Fix test name.
7449
7450 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7451
7452 * gdb.cp/m-static.exp: Check type of optimized out static
7453 member.
7454
7455 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7456
7457 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7458 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7459
7460 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7461 Leszek Swirski <leszeks@google.com>
7462
7463 * gdb.python/py-prettyprint.c
7464 (struct to_string_returns_value_inner,
7465 struct to_string_returns_value_wrapper): New.
7466 (main): Add tsrvw variable.
7467 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7468 ToStringReturnsValueWrapper): New classes.
7469 (register_pretty_printers): Register new pretty-printers.
7470 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7471 recursive pretty printer.
7472 * gdb.python/py-mi.exp: Likewise.
7473
7474 2018-02-01 Leszek Swirski <leszeks@google.com>
7475
7476 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7477 functions with the same name as an include file are parsed
7478 correctly.
7479
7480 2018-02-01 Yao Qi <yao.qi@linaro.org>
7481
7482 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7483 "\[^\r\n\]*".
7484
7485 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7486
7487 * gdb.arch/powerpc-prologue-frame.s: New file.
7488 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7489 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7490
7491 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7492
7493 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7494
7495 2018-01-30 Pedro Alves <palves@redhat.com>
7496
7497 PR gdb/13211
7498 * gdb.base/interrupt-daemon.c: New.
7499 * gdb.base/interrupt-daemon.exp: New.
7500 * gdb.multi/multi-term-settings.c: New.
7501 * gdb.multi/multi-term-settings.exp: New.
7502
7503 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7504
7505 * gdb.base/break.exp: Save the location where the breakpoint
7506 on break.c:47 was actually inserted when debugging the version
7507 compiled at -O2 and use it in the expected output of the "info
7508 break" test performed soon after.
7509
7510 2018-01-22 Pedro Alves <palves@redhat.com>
7511 Sergio Durigan Junior <sergiodj@redhat.com>
7512
7513 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7514 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7515
7516 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7517
7518 * gdb.base/break-include.c, gdb.base/break-include.inc,
7519 gdb.base/break-include.exp: New files.
7520 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7521 line number now being the actual line number where the breakpoint
7522 was inserted.
7523 * gdb.mi/mi-break.exp: Likewise.
7524 * gdb.mi/mi-reverse.exp: Likewise.
7525 * gdb.mi/mi-simplerun.exp: Ditto.
7526
7527 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7528
7529 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7530 varobj.
7531 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7532
7533 2018-01-21 Don Breazeal <donb@codesourcery.com>
7534 Andrew Burgess <andrew.burgess@embecosm.com>
7535
7536 * gdb.mi/basics.c: Add new global.
7537 * gdb.mi/mi-frame-regs.exp: New file.
7538 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7539 case.
7540
7541 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7542
7543 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7544 non-parameter, and on an unknown symbol.
7545
7546 2018-01-19 Tom Tromey <tom@tromey.com>
7547
7548 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7549 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7550
7551 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7552
7553 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7554 setrlimit and chdir to int.
7555
7556 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7557
7558 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7559 function.
7560 (my_tend): Likewise.
7561 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7562 rationale of avoiding FP- and vector instructions.
7563
7564 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7565
7566 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7567 "info reg" with "\[ \t\]*".
7568 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7569 "\[ \t\]+".
7570 * gdb.arch/s390-multiarch.exp: Ditto.
7571 * gdb.base/pc-fp.exp: Ditto.
7572 * gdb.reverse/i386-precsave.exp: Ditto.
7573 * gdb.reverse/i386-reverse.exp: Ditto.
7574 * gdb.reverse/i387-env-reverse.exp: Ditto.
7575 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7576
7577 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7578
7579 * lib/gdb.exp (gdb_compile): Re-enable use of
7580 universal_compile_options for languages other than Rust.
7581
7582 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7583
7584 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7585
7586 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7587
7588 PR gdb/16577
7589 * gdb.base/solib-vanish.exp: New.
7590 * gdb.base/solib-vanish-main.c: New.
7591 * gdb.base/solib-vanish-lib1.c: New.
7592 * gdb.base/solib-vanish-lib2.c: New.
7593
7594 2018-01-17 Yao Qi <yao.qi@linaro.org>
7595
7596 * gdb.compile/compile.exp: Match the address printed for
7597 frame in the output of command "bt".
7598
7599 2018-01-15 Tom Tromey <tom@tromey.com>
7600
7601 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7602 compute sp_reg.
7603
7604 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7605
7606 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7607 to prepare.
7608 (prepare): Return 0 on error, 1 on success.
7609
7610 2018-01-12 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.base/continue-after-aborted-step-over.c: New.
7613 * gdb.base/continue-after-aborted-step-over.exp: New.
7614
7615 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7616
7617 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7618 options when not creating an executable.
7619
7620 2018-01-11 Pedro Alves <palves@redhat.com>
7621
7622 PR remote/22597
7623 * gdb.server/stop-reply-no-thread.c: New file.
7624 * gdb.server/stop-reply-no-thread.exp: New file.
7625
7626 2018-01-10 Pedro Alves <palves@redhat.com>
7627
7628 PR gdb/22670
7629 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7630 functions too. Test setting breakpoints and printing C functions
7631 with no debug info too.
7632 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7633
7634 2018-01-10 Pedro Alves <palves@redhat.com>
7635
7636 PR gdb/22670
7637 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7638 a fail.
7639
7640 2018-01-10 Pedro Alves <palves@redhat.com>
7641
7642 PR gdb/22670
7643 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7644
7645 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7646
7647 * gdb.server/unittest.exp: Match the output in non-development
7648 mode.
7649
7650 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7651
7652 * gdb.gdb/unittest.exp: Match output in non-development mode.
7653
7654 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7655
7656 * gdb.ada/access_tagged_param.exp: Relax expected output
7657 for value of "ObjL" in "continue" to pck.inspect breakpoint
7658 test.
7659
7660 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7661
7662 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7663 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7664
7665 2018-01-05 Pedro Alves <palves@redhat.com>
7666
7667 PR gdb/18653
7668 * gdb.base/libsegfault.exp: New.
7669
7670 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7671
7672 PR gdb/22670
7673 * gdb.ada/access_tagged_param.exp: New file.
7674 * gdb.ada/access_tagged_param/foo.adb: New file.
7675
7676 2018-01-05 Pedro Alves <palves@redhat.com>
7677
7678 PR gdb/22670
7679 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7680 exercise lower case too, and to exercise both full matching and
7681 wild matching.
7682
7683 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7684
7685 * gdb.ada/rename_subscript_param: New testcase.
7686
7687 2018-01-05 Jerome Guitton <guitton@adacore.com>
7688
7689 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7690
7691 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7692
7693 * gdb.ada/convvar_comp: New testcase.
7694
7695 2018-01-05 Xavier Roirand <roirand@adacore.com>
7696
7697 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7698 (My_Table): New global variable.
7699 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7700
7701 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7702
7703 PR gdb/22670
7704 * gdb.ada/maint_with_ada: New testcase.
7705
7706 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7707
7708 PR gdb/22670
7709 * gdb.ada/bp_c_mixed_case: New testcase.
7710
7711 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7712
7713 PR gdb/22670
7714 * gdb.ada/complete.exp: Add "complete break ada" test.
7715
7716 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7717
7718 PR gdb/22670
7719 * gdb.ada/info_addr_mixed_case: New testcase.
7720
7721 2018-01-03 Xavier Roirand <roirand@adacore.com>
7722
7723 * gdb.ada/excep_handle.exp: New testcase.
7724 * gdb.ada/excep_handle/foo.adb: New file.
7725 * gdb.ada/excep_handle/pck.ads: New file.
7726
7727 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7728
7729 * gdb.base/step-line.c: Add extra empty line in copyright header.
7730 * gdb.base/step-line.inp: Likewise.
7731
7732 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7733
7734 * gdb.ada/dyn_stride.exp: Add slice test.
7735
7736 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7737
7738 * gdb.ada/dyn_stride: New testcase.
7739
7740 2017-12-27 Stafford Horne <shorne@gmail.com>
7741
7742 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7743 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7744
7745 2017-12-27 Stafford Horne <shorne@gmail.com>
7746
7747 * gdb.base/reggroups.c: New file.
7748 * gdb.base/reggroups.exp: New file.
7749
7750 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7751
7752 * gdb.dwarf2/ada-valprint-error.c: New file.
7753 * gdb.dwarf2/ada-valprint-error.exp: New file.
7754
7755 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7756
7757 * gdb.ada/assign_arr: New testcase.
7758
7759 2017-12-18 Xavier Roirand <roirand@adacore.com>
7760
7761 * gdb.ada/funcall_ptr: New testcase.
7762
7763 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7764
7765 PR cli/16224
7766 * gdb.base/ptype-offsets.cc: New file.
7767 * gdb.base/ptype-offsets.exp: New file.
7768
7769 2017-12-15 Yao Qi <yao.qi@linaro.org>
7770
7771 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7772 if XML is disabled.
7773
7774 2017-12-15 Xavier Roirand <roirand@adacore.com>
7775
7776 * gdb.ada/same_component_name: New testcase.
7777
7778 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7779
7780 * gdb.ada/str_binop_equal: New testcase.
7781
7782 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7783
7784 * gdb.ada/task_switch_in_core: New testcase.
7785
7786 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7787
7788 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7789 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7790 call test_bkpt_qualified.
7791 (test_bkpt_qualified): New proc.
7792
7793 2017-12-13 Pedro Alves <palves@redhat.com>
7794
7795 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7796 Tighten regexp by matching with an anchor.
7797
7798 2017-12-13 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7801 ("expression with namespace"): New set of tests.
7802 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7803 (Nested::Test_NS::qux): New.
7804 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7805 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7806
7807 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7808
7809 * gdb.base/server-del-break.c: New file.
7810 * gdb.base/server-del-break.exp: New file.
7811
7812 2017-12-12 Stafford Horne <shorne@gmail.com>
7813
7814 * gdb.xml/tdesc-regs.exp: Add or1k support.
7815
7816 2017-12-12 Stafford Horne <shorne@gmail.com>
7817
7818 * gdb.base/bp-permanent.c: Define nop of or1k.
7819
7820 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7821
7822 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7823 output with components being reordered.
7824
7825 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7826
7827 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7828 output with components being reordered.
7829
7830 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7831 Pedro Alves <palves@redhat.com>
7832
7833 * gdb.base/maint.exp (check for .gdb_index): Check also for
7834 .debug_names.
7835 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7836 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7837 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7838 (.gdb_index used after symbol reloading): Support also .debug_names.
7839 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7840
7841 2017-12-08 Yao Qi <yao.qi@linaro.org>
7842
7843 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7844 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7845
7846 2017-12-08 Yao Qi <yao.qi@linaro.org>
7847
7848 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7849 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7850
7851 2017-12-08 Yao Qi <yao.qi@linaro.org>
7852
7853 * gdb.arch/aarch64-tagged-pointer.c: New file.
7854 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7855
7856 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7857
7858 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7859 "int".
7860
7861 2017-12-07 Keith Seitz <keiths@redhat.com>
7862
7863 PR breakpoints/22569
7864 * gdb.linespec/ls-errs.exp: Change expected result of "break
7865 -source this file has spaces.c -line 3".
7866 Check that an explicit source file followed by whitespace is
7867 identified as an invalid explicit location.
7868
7869 2017-12-07 Keith Seitz <keiths@redhat.com>
7870
7871 * gdb.cp/nested-types.cc: New file.
7872 * gdb.cp/nested-types.exp: New file.
7873 * lib/cp-support.exp: Load data-structures.exp library.
7874 (debug_cp_test_ptype_class): New global.
7875 (cp_ptype_class_verbose, next_line): New procedures.
7876 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7877 Add and document new return value.
7878 Switch the list of lines to a queue.
7879 Add support for new `type' key for nested type definitions.
7880 Add debugging/troubleshooting messages.
7881 * lib/data-structures.exp: New file.
7882
7883 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7884
7885 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7886 with proc_with_prefix, don't use with_test_prefix.
7887
7888 2017-12-07 Tom Tromey <tom@tromey.com>
7889
7890 * gdb.base/break.exp: Add test for empty "commands".
7891
7892 2017-12-07 Yao Qi <yao.qi@linaro.org>
7893
7894 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7895 malloc and catch syscall.
7896
7897 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7898
7899 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7900 tests for explicit locations.
7901
7902 2017-12-06 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7905 force-disabling XML descriptions.
7906
7907 2017-12-04 Pedro Alves <palves@redhat.com>
7908
7909 PR gdb/22499
7910 * gdb.arch/amd64-disp-step-avx.S: New file.
7911 * gdb.arch/amd64-disp-step-avx.exp: New file.
7912
7913 2017-12-03 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7916 and <string.h>.
7917 (parent_function): Print distinct messages when waitpid fails, or
7918 the child exits with a signal, or the child exits for an unhandled
7919 reason.
7920 * gdb.threads/process-dies-while-detaching.exp
7921 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7922 it. Wait for both inferior output and GDB's prompt. Use an
7923 indirect spawn id list.
7924 (do_detach): New parameter 'child_exit'. Use it to compute
7925 expected inferior output.
7926 (test_detach, test_detach_watch, test_detach_killed_outside):
7927 Adjust to pass down the expected child exit kind.
7928
7929 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7930 Sergio Durigan Junior <sergiodj@redhat.com>
7931 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7934
7935 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7936
7937 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7938 to 'symbol-file' and 'add-symbol-file' can be
7939 position-independent.
7940
7941 2017-12-01 Yao Qi <yao.qi@linaro.org>
7942
7943 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7944 the URL in copyright header.
7945 * gdb.arch/aarch64-fp.exp: Likewise.
7946 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7947 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7948 * gdb.base/expand-psymtabs.exp: Likewise.
7949 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7950 * gdb.fortran/common-block.exp: Likewise.
7951 * gdb.fortran/common-block.f90: Likewise.
7952 * gdb.fortran/logical.exp: Likewise.
7953 * gdb.fortran/vla-datatypes.f90: Likewise.
7954 * gdb.fortran/vla-sub.f90: Likewise.
7955
7956 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7957
7958 * gdb.ada/repeat_dyn: New testcase.
7959
7960 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7961
7962 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7963 Update for changed thread numbering.
7964 * gdb.cell/bt.exp: Update for changed GDB output.
7965
7966 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7967
7968 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7969 setting isremote by hand.
7970 * boards/dwarf4-gdb-index.exp: Likewise.
7971 * boards/fission.exp: Likewise.
7972 * boards/stabs.exp: Likewise.
7973
7974 2017-11-30 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.linespec/cpls-ops.exp
7977 (check_explicit_skips_function_argument): Extract the underlying
7978 type of size_t instead of hardcoding it.
7979
7980 2017-11-29 Pedro Alves <palves@redhat.com>
7981
7982 PR c++/19436
7983 * gdb.linespec/cpls-abi-tag.cc: New file.
7984 * gdb.linespec/cpls-abi-tag.exp: New file.
7985
7986 2017-11-29 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.base/langs.exp: Use -qualified.
7989 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7990 it.
7991 * gdb.cp/namespace.exp: Use -qualified.
7992 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7993 (overload-3, template-overload, template-ret-type, const-overload)
7994 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7995 procedures.
7996 (test_driver): Call them.
7997 * gdb.cp/save-bp-qualified.cc: New.
7998 * gdb.cp/save-bp-qualified.exp: New.
7999 * gdb.linespec/explicit.exp: Test -qualified.
8000 * lib/completion-support.exp (completion::explicit_opts_list): Add
8001 "-qualified".
8002 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8003
8004 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8005
8006 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8007
8008 2017-11-29 Tom Tromey <tom@tromey.com>
8009
8010 * gdb.base/relocate.exp: Update invalid argument test.
8011 Add new tests for invalid arguments.
8012
8013 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8014
8015 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8016 Return 0 as a long.
8017 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8018
8019 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8020
8021 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8022 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8023 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8024 func ().
8025 * gdb.cp/shadow.cc (B.func): Return 0.
8026
8027 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8028
8029 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8030 expected output in gdb_expect call to allow the exception
8031 message to be present as well. Fix syntax confusion to avoid
8032 TCL thinking that exception_name is an array.
8033
8034 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8035
8036 * gdb.arch/spu-info.c: Include <unistd.h>.
8037 (do_signal_test): Fix broken calls to write.
8038 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8039 Fix checks for empty mailboxes. Update signal tests for corrected
8040 do_signal_test routine. Allow nonzero event status.
8041 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8042 * gdb.cell/arch.exp: Use standard_output_file.
8043 * gdb.cell/break.exp: Likewise.
8044 * gdb.cell/bt.exp: Likewise.
8045 * gdb.cell/core.exp: Likewise.
8046 * gdb.cell/dwarfaddr.exp: Likewise.
8047 * gdb.cell/ea-cache.exp: Likewise.
8048 * gdb.cell/ea-standalone.exp: Likewise.
8049 * gdb.cell/f-regs.exp: Likewise.
8050 * gdb.cell/fork.exp: Likewise.
8051 * gdb.cell/gcore.exp: Likewise.
8052 * gdb.cell/mem-access.exp: Likewise.
8053 * gdb.cell/ptype.exp: Likewise.
8054 * gdb.cell/registers.exp: Likewise.
8055 * gdb.cell/sizeof.exp: Likewise.
8056 * gdb.cell/solib-symbol.exp: Likewise.
8057 * gdb.cell/solib.exp: Likewise.
8058
8059 2017-11-25 Pedro Alves <palves@redhat.com>
8060
8061 * gdb.base/complete-empty.exp: New file.
8062 * gdb.base/completion.exp: Adjust.
8063
8064 2017-11-25 Pedro Alves <palves@redhat.com>
8065
8066 * gdb.linespec/cpls-ops.cc: New file.
8067 * gdb.linespec/cpls-ops.exp: New file.
8068 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8069 factored out from ...
8070 (test_complete_prefix_range): ... this.
8071
8072 2017-11-24 Pedro Alves <palves@redhat.com>
8073
8074 * gdb.linespec/cpcompletion.exp: New file.
8075 * gdb.linespec/cpls-hyphen.cc: New file.
8076 * gdb.linespec/cpls.cc: New file.
8077 * gdb.linespec/cpls2.cc: New file.
8078 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8079 test to use test_gdb_complete_unique. Add label completion,
8080 keyword completion and explicit location completion tests.
8081 * lib/completion-support.exp: New file.
8082
8083 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8084
8085 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8086 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8087 when hitting an exception catchpoint.
8088
8089 2017-11-22 Yao Qi <yao.qi@linaro.org>
8090
8091 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8092
8093 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8094
8095 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8096 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8097 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8098
8099 2017-11-22 Yao Qi <yao.qi@linaro.org>
8100
8101 * gdb.base/info-os.exp: Pass pthreads.
8102 * gdb.multi/multi-attach.exp: Likewise.
8103
8104 2017-11-22 Yao Qi <yao.qi@linaro.org>
8105
8106 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8107 compiler.
8108
8109 2017-11-22 Yao Qi <yao.qi@linaro.org>
8110
8111 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8112 * gdb.base/break-interp.exp: Likewise.
8113 * gdb.base/jit-attach-pie.exp: Likewise.
8114
8115 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8116
8117 * gdb.base/float128.c (large128): New variable.
8118 * gdb.base/float128.exp: Add test to print largest __float128 value.
8119
8120 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8121
8122 * gdb.arch/vsx-regs.exp: Update register content checks.
8123
8124 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8125
8126 * gdb.arch/ppc-longdouble.exp: New file.
8127 * gdb.arch/ppc-longdouble.c: Likewise.
8128
8129 2017-11-21 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8132
8133 2017-11-20 Pedro Alves <palves@redhat.com>
8134
8135 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8136 (long_double_typedef): New typedefs.
8137 Use DEF on double and long double.
8138 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8139 cases.
8140 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8141 and 'long_double_ptr_same_size' locals. Use them to decide
8142 whether cast from array/function to float is valid/invalid.
8143
8144 2017-11-17 Tom Tromey <tom@tromey.com>
8145
8146 * gdb.rust/traits.rs: New file.
8147 * gdb.rust/traits.exp: New file.
8148
8149 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8150
8151 * gdb.ada/minsyms: New testcase.
8152
8153 2017-11-16 Pedro Alves <palves@redhat.com>
8154
8155 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8156 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8157
8158 2017-11-16 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8161 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8162
8163 2017-11-16 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.server/reconnect-ctrl-c.c: New file.
8166 * gdb.server/reconnect-ctrl-c.exp: New file.
8167
8168 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8169
8170 * gdb.python/py-rbreak.exp: New file.
8171 * gdb.python/py-rbreak.c: New file.
8172 * gdb.python/py-rbreak-func2.c: New file.
8173
8174 2017-11-16 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8177 pattern.
8178 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8179 GDB.
8180
8181 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8182
8183 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8184 regex.
8185
8186 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8187
8188 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8189 test names.
8190
8191 2017-11-09 Pedro Alves <palves@redhat.com>
8192
8193 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8194 factored out from ...
8195 (top level): ... here, and adjusted to avoid expecting beyond the
8196 prompt in a single gdb_test_multiple.
8197
8198 2017-11-09 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8201 output.
8202 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8203 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8204 * gdb.server/ext-run.exp ("kill" test): Likewise.
8205 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8206
8207 2017-11-09 Pedro Alves <palves@redhat.com>
8208
8209 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8210 match till end of line.
8211
8212 2017-11-09 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8215
8216 2017-11-09 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8219 New procedures, factored out from ...
8220 (top level): ... here, and adjusted to avoid expecting beyond the
8221 prompt in one go.
8222
8223 2017-11-09 Pedro Alves <palves@redhat.com>
8224
8225 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8226 output. Fix '?' match.
8227
8228 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8229
8230 * gdb.ada/scoped_watch: New testcase.
8231 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8232 which is actually correct.
8233 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8234 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8235
8236 2017-11-08 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.gdb/complaints.exp (test_initial_complaints)
8239 (test_serial_complaints, test_short_complaints): Call
8240 complaint_internal instead of complaint.
8241
8242 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8243
8244 * gdb.threads/tls-core.c: New file.
8245 * gdb.threads/tls-core.exp: Likewise.
8246
8247 2017-11-08 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8250 (p Exported_Capitalized): New test.
8251 (p exported_capitalized): New test.
8252
8253 2017-11-07 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8256
8257 2017-11-07 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8260 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8261 (disable_invalid, disable_inverted, disable_negative): New
8262 procedures.
8263 ("bad numbers"): New set of tests.
8264
8265 2017-11-07 Pedro Alves <palves@redhat.com>
8266
8267 * gdb.cp/ena-dis-br-range.exp: Add tests.
8268
8269 2017-11-07 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8272
8273 2017-11-07 Xavier Roirand <roirand@adacore.com>
8274 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.base/ena-dis-br.exp: Add reference to
8277 gdb.cp/ena-dis-br-range.exp.
8278 * gdb.cp/ena-dis-br-range.exp: New file.
8279 * gdb.cp/ena-dis-br-range.cc: New file.
8280
8281 2017-11-06 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/attach-non-pgrp-leader.c: New.
8284 * gdb.base/attach-non-pgrp-leader.exp: New.
8285
8286 2017-11-06 Pedro Alves <palves@redhat.com>
8287
8288 * configure.ac: No longer check for termio.h and sgtty.h.
8289 * configure: Regenerate.
8290 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8291 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8292 Remove termio and sgtty code.
8293
8294 2017-11-03 Yao Qi <yao.qi@linaro.org>
8295
8296 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8297 in GDB is disabled.
8298
8299 2017-11-03 Yao Qi <yao.qi@linaro.org>
8300
8301 * gdb.python/py-thrhandle.exp: Skip it if python is not
8302 enabled.
8303
8304 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8305
8306 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8307 as a breakpoint command.
8308
8309 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8310
8311 PR python/21213
8312 * gdb.python/py-infthread.exp: Test calling
8313 InferiorThread.inferior () multiple times in a row.
8314
8315 2017-10-27 Keith Seitz <keiths@redhat.com>
8316
8317 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8318 Test "info break" for every inlined function breakpoint.
8319
8320 2017-10-27 Yao Qi <yao.qi@linaro.org>
8321
8322 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8323
8324 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8325
8326 * gdb.cp/classes.exp (test_static_members): Test printing
8327 Outer::instance.
8328 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8329 (Inner::instance, Outer::instance): New.
8330
8331 2017-10-24 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8334 extra console" test in two stages.
8335
8336 2017-10-24 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8339
8340 2017-10-24 Pedro Alves <palves@redhat.com>
8341
8342 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8343 loop.
8344
8345 2017-10-24 Pedro Alves <palves@redhat.com>
8346
8347 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8348 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8349
8350 2017-10-24 Pedro Alves <palves@redhat.com>
8351
8352 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8353 parameter and handle it. Don't output read value in test name.
8354
8355 2017-10-24 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8358 custom test name.
8359
8360 2017-10-24 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8363 include the unstable output directory name in the test's name.
8364 (initial_setup_simple) <'set args'>: Use custom test name.
8365
8366 2017-10-24 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8369 with explicit test name.
8370
8371 2017-10-20 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8374 'wait -i'. Use gdb_assert and remote_close.
8375
8376 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8377
8378 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8379 number from variable rather than hard-coded.
8380
8381 2017-10-19 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.base/long-inferior-output.c: New file.
8384 * gdb.base/long-inferior-output.exp: New file.
8385
8386 2017-11-18 Keith Seitz <keiths@redhat.com>
8387
8388 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8389 method.
8390 (main): Call it.
8391 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8392 Add additional user-defined conversion operator tests.
8393
8394 2017-10-17 Pedro Alves <palves@redhat.com>
8395
8396 * boards/native-stdio-gdbserver.exp: Load "local-board".
8397
8398 2017-10-17 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.base/quit-live.c: New file.
8401 * gdb.base/quit-live.exp: New file.
8402
8403 2017-10-16 Keith Seitz <keiths@redhat.com>
8404
8405 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8406 (class_with_protected_typedef, class_with_private_typedef)
8407 (struct_with_public_typedef, struct_with_protected_typedef)
8408 (struct_with_private_typedef): New classes/structs.
8409 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8410 typedefs and access specifiers.
8411
8412 2017-10-16 Pedro Alves <palves@redhat.com>
8413 Simon Marchi <simon.marchi@polymtl.ca>
8414
8415 * README (Local vs Remote vs Native): New section.
8416 * boards/local-board.exp: New file, with bits factored out from
8417 ...
8418 * boards/native-extended-gdbserver.exp: ... here. Load
8419 "local-board".
8420 * boards/native-gdbserver.exp: Load "local-board".
8421 (${board}_spawn, ${board}_exec): Delete.
8422 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8423 ...
8424 * boards/stdio-gdbserver-base.exp: ... this new file.
8425 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8426 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8427 procedure.
8428 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8429 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8430 stdio_gdbserver_command.
8431 (${board}_get_remote_address, ${board}_get_comm_port)
8432 (${board}_download, ${board}_upload): Delete.
8433 (get_target_remote_pipe_cmd): New.
8434
8435 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8436
8437 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8438 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8439 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8440 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8441 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8442 remove with_test_prefix.
8443
8444 2017-10-13 Pedro Alves <palves@redhat.com>
8445
8446 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8447 * gdb.base/annota1.exp: Use it instead of is_remote.
8448 * gdb.base/annota3.exp: Use it instead of is_remote.
8449 * gdb.cp/annota2.exp: Use it instead of is_remote.
8450 * gdb.cp/annota3.exp: Use it instead of is_remote.
8451 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8452
8453 2017-10-13 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8456 (test_num_test_vars, run_and_count_vars, find_env)
8457 (test_set_unset_env, test_inherit_env_var): New procedures.
8458 (top level): Use them.
8459
8460 2017-10-13 Pedro Alves <palves@redhat.com>
8461
8462 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8463 also skip on stub-like targets.
8464
8465 2017-10-13 Pedro Alves <palves@redhat.com>
8466
8467 PR gdb/22293
8468 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8469 (top level): Move some tests to ...
8470 (test_not_found): ... this new procedure.
8471 (top level): Call it.
8472
8473 2017-10-13 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8476 expect different "info terminal" output if testing with a
8477 non-native target.
8478
8479 2017-10-13 Pedro Alves <palves@redhat.com>
8480 Simon Marchi <simon.marchi@polymtl.ca>
8481
8482 PR python/12966
8483 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8484
8485 2017-10-13 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8488 already.
8489
8490 2017-10-13 Pedro Alves <palves@redhat.com>
8491
8492 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8493 is_remote.
8494
8495 2017-10-13 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8498 is_remote.
8499
8500 2017-10-13 Pedro Alves <palves@redhat.com>
8501
8502 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8503 is set.
8504 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8505 instead of is_remote.
8506
8507 2017-10-13 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8510 (top level): Add comment.
8511
8512 2017-10-13 Pedro Alves <palves@redhat.com>
8513
8514 * gdb.base/remote.exp (top level): Fix comment typo and add
8515 missing return.
8516
8517 2017-10-13 Pedro Alves <palves@redhat.com>
8518 Simon Marchi <simon.marchi@polymtl.ca>
8519
8520 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8521 calls and add comments. Skip test if use_gdb_stub is set.
8522 (top level): Use "set cwd" command instead of "cd" command.
8523
8524 2017-10-13 Pedro Alves <palves@redhat.com>
8525
8526 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8527 is_remote target check.
8528
8529 2017-10-13 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.base/scope.exp: Use build_executable + clean_restart +
8532 gdb_file_cmd instead of prepare_for_testing and no longer skip
8533 "before run" tests on is_remote target boards. Update comments.
8534 * boards/native-extended-gdbserver.exp
8535 (extended_gdbserver_load_last_file): New, factored out from ...
8536 (gdb_load): ... this. Move further below and add comment.
8537 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8538
8539 2017-10-12 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/attach.exp: Remove references to gdb64.
8542 * gdb.base/dbx.exp: Remove references to gdb64.
8543
8544 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8545 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.base/label.exp: Remove is_remote target check.
8548
8549 2017-10-12 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.base/auvx.exp (coredir): Update comment.
8552 (top level) <core_works>: Use "set cwd" command instead of "cd"
8553 command.
8554
8555 2017-10-12 Pedro Alves <palves@redhat.com>
8556 Simon Marchi <simon.marchi@polymtl.ca>
8557
8558 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8559 target boards.
8560
8561 2017-10-12 Pedro Alves <palves@redhat.com>
8562 Simon Marchi <simon.marchi@polymtl.ca>
8563
8564 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8565 Instead skip if there's any gdb_protocol set.
8566
8567 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8568 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8571
8572 2017-10-12 Pedro Alves <palves@redhat.com>
8573 Simon Marchi <simon.marchi@polymtl.ca>
8574
8575 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8576 instead of on dejagnu remote boards.
8577
8578 2017-10-12 Pedro Alves <palves@redhat.com>
8579 Simon Marchi <simon.marchi@polymtl.ca>
8580
8581 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8582 checks. Use build_executable + clean_restart instead of
8583 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8584 of enabling non-stop after starting gdb.
8585
8586 2017-10-12 Pedro Alves <palves@redhat.com>
8587
8588 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8589 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8590 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8591 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8592
8593 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8594
8595 * gdb.arch/arc-tdesc-cpu.exp: New file.
8596 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8597
8598 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8599
8600 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8601
8602 2017-10-10 Pedro Alves <palves@redhat.com>
8603
8604 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8605 expect CLI output.
8606
8607 2017-10-10 Pedro Alves <palves@redhat.com>
8608
8609 * lib/selftest-support.exp (selftest_setup): Update for
8610 captured_command_loop's prototype change.
8611
8612 2017-10-09 Pedro Alves <palves@redhat.com>
8613
8614 Test both arch1=>arch2 and arch2=>arch1.
8615
8616 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8617 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8618 factored out to...
8619 (append_arch1_options, append_arch2_options, append_arch_options)
8620 (build_executables): New procedures.
8621 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8622 local.
8623 (top level): Add new 'first_arch' testing axis.
8624
8625 2017-10-09 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8628 (barrier): New.
8629 (thread_start, all_started): New functions.
8630 (main): Spawn new thread and wait until it is scheduled.
8631 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8632 option.
8633 (do_test): Add 'selected_thread' parameter. Run to all_started
8634 instead of main. Explicitly set the breakpoint at main. Switch
8635 to the SELECTED_THREAD thread.
8636 (top level): Test handling the exec event with either the main
8637 thread or the second thread selected.
8638
8639 2017-10-09 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8642 logic. Move STOP marker after the value checks.
8643 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8644 regexp.
8645
8646 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8647
8648 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8649
8650 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8651
8652 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8653 integer-to-dfp conversion.
8654 * gdb.base/dfp-test.exp: Likewise.
8655
8656 2017-10-04 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.multi/hangout.c: Include <unistd.h>.
8659 (hangout_loop): New function.
8660 (main): Call alarm. Call hangout_loop in a loop.
8661 * gdb.multi/hello.c: Include <unistd.h>.
8662 (hello_loop): New function.
8663 (main): Call alarm. Call hangout_loop in a loop.
8664 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8665 inferior with the other selected.
8666
8667 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8668
8669 * gdb.mi/list-thread-groups-available.exp: New file.
8670 * gdb.mi/list-thread-groups-available.c: New file.
8671
8672 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8673
8674 * gdb.base/set-cwd.exp: Make it available on
8675 native-extended-gdbserver.
8676
8677 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8678
8679 * gdb.base/set-cwd.c: New file.
8680 * gdb.base/set-cwd.exp: Likewise.
8681
8682 2017-10-02 Tom Tromey <tom@tromey.com>
8683
8684 PR rust/22236:
8685 * gdb.rust/simple.rs (main): New variable "fslice".
8686 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8687
8688 2017-10-02 Tom Tromey <tom@tromey.com>
8689
8690 * gdb.rust/simple.exp: Test ptype of a slice.
8691
8692 2017-10-02 Tom Tromey <tom@tromey.com>
8693
8694 * gdb.rust/simple.exp: Test index of slice.
8695
8696 2017-09-27 Tom Tromey <tom@tromey.com>
8697
8698 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8699
8700 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8701 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/compare-sections.exp (get value of read-only section): Read
8704 as unsigned value.
8705 (corrupt read-only section): Likewise and don't set written if patching
8706 failed.
8707
8708 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8709
8710 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8711 files.
8712
8713 2017-09-20 Pedro Alves <palves@redhat.com>
8714
8715 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8716 symbol names in gdb's output.
8717 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8718
8719 2017-09-20 Pedro Alves <palves@redhat.com>
8720
8721 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8722 Rename to ...
8723 (test_list_ambiguous_symbol): ... this and add a symbol name
8724 parameter. Adjust.
8725 (test_list_ambiguous_function): Reimplement on top of
8726 test_list_ambiguous_symbol and also test listing ambiguous
8727 variables.
8728 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8729 (ambiguous_fun): ... this.
8730 (ambiguous_var): New.
8731 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8732 (ambiguous_fun): ... this.
8733 (ambiguous_var): New.
8734
8735 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8736
8737 * gdb.base/starti.c: New file.
8738 * gdb.base/starti.exp: New file.
8739 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8740
8741 2017-09-14 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8744 (top level): Use it instead of runto.
8745
8746 2017-09-11 Tom Tromey <tom@tromey.com>
8747
8748 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8749
8750 2017-09-11 Tom Tromey <tom@tromey.com>
8751
8752 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8753 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8754
8755 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8756
8757 * gdb.fortran/printing-types.exp: New file.
8758 * gdb.fortran/printing-types.exp: New file.
8759
8760 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8761
8762 * gdb.fortran/vla-ptype.exp: Fix typos.
8763 * gdb.fortran/vla-value.exp: Same.
8764
8765 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8766
8767 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8768 * gdb.mi/mi-var-child-f.exp: Likewise.
8769 * gdb.mi/mi-vla-fortran.exp: Likewise.
8770
8771 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8772 Christoph Weinmann <christoph.t.weinmann@intel.com>
8773 Bernhard Heckel <bernhard.heckel@intel.com>
8774
8775 * gdb.fortran/ptr-indentation.f90: New file.
8776 * gdb.fortran/ptr-indentation.exp: New file.
8777
8778 2017-09-05 Tom Tromey <tom@tromey.com>
8779
8780 PR gdb/22010:
8781 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8782
8783 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8784
8785 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8786
8787 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8788
8789 * gdb.threads/tls-nodebug-pie.c: New file.
8790 * gdb.threads/tls-nodebug-pie.exp: New file.
8791
8792 2017-09-05 Tom Tromey <tom@tromey.com>
8793
8794 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8795 for rust.
8796
8797 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8798
8799 * gdb.multi/multi-arch-exec.exp: Test with different
8800 "follow-exec-mode" settings.
8801 (do_test): New procedure.
8802
8803 2017-09-04 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.base/func-static.c (S::method const, S::method volatile)
8806 (S::method volatile const): New methods.
8807 (c_s, v_s, cv_s): New instances.
8808 (main): Call method() on them.
8809 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8810 (cannot_resolve): New procedure.
8811 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8812 print-quote-unquoted columns.
8813 (do_test): Test printing each scope too.
8814
8815 2017-09-04 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.base/local-static.exp: Also test with
8818 class::method::variable wholly quoted.
8819 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8820
8821 2017-09-04 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.base/local-static.c: New.
8824 * gdb.base/local-static.cc: New.
8825 * gdb.base/local-static.exp: New.
8826
8827 2017-09-04 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.asm/asm-source.exp: Add casts to int.
8830 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8831 (dataglobal64_1, dataglobal64_2): New globals.
8832 * gdb.base/nodebug.exp: Test different expressions involving the
8833 new globals, with print, whatis and ptype. Add casts to int.
8834 * gdb.base/solib-display.exp: Add casts to int.
8835 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8836 * gdb.cp/m-static.exp: Add cast to int.
8837 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8838 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8839 tls variable with no debug info without a cast. Test with a cast
8840 to int too.
8841 * gdb.trace/entry-values.exp: Add casts.
8842
8843 2017-09-04 Pedro Alves <palves@redhat.com>
8844
8845 * gdb.base/nodebug.exp: Test that ptype's error about functions
8846 with unknown return type includes the function name too.
8847
8848 2017-09-04 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8851 return type of munmap in infcall.
8852 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8853 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8854 type of ftell in infcall.
8855 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8856 type of getpid in infcall.
8857 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8858 infcall.
8859 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8860 Bail on failure to extract the pid.
8861 * gdb.base/nodebug.c: #include <stdint.h>.
8862 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8863 New functions.
8864 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8865 Change expected output of print/whatis/ptype with functions with
8866 no debug info. Test all supported languages. Call
8867 test_call_promotion.
8868 * gdb.compile/compile.exp: Adjust expected output to expect
8869 warning.
8870 * gdb.threads/siginfo-threads.exp: Likewise.
8871
8872 2017-09-04 Pedro Alves <palves@redhat.com>
8873
8874 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8875 "prototypes". Test calling float functions via prototyped and
8876 unprototyped function pointers.
8877 (perform_all_tests): New parameter "prototypes". Pass it down.
8878 (top level): Pass down "prototypes" parameter to
8879 perform_all_tests.
8880
8881 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8882
8883 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8884 Test with nested loops.
8885
8886 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8887
8888 * gdb.base/commands.exp: Call the new procedures.
8889 (loop_break_test, loop_continue_test): New procedures.
8890
8891 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8892
8893 * gdb.base/commands.exp: Call new procedure.
8894 (define_if_without_arg_test): New procedure.
8895
8896 2017-09-04 Pedro Alves <palves@redhat.com>
8897
8898 * gdb.base/list-ambiguous.exp: New file.
8899 * gdb.base/list-ambiguous0.c: New file.
8900 * gdb.base/list-ambiguous1.c: New file.
8901 * gdb.base/list.exp (test_list_range): Adjust expected output.
8902
8903 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8904
8905 * gdb.base/share-env-with-gdbserver.c: New file.
8906 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8907
8908 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8909
8910 * gdb.base/commands.exp (gdbvar_simple_if_test,
8911 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8912 progvar_simple_if_test, progvar_simple_while_test,
8913 progvar_complex_if_while_test, user_defined_command_test,
8914 user_defined_command_args_eval,
8915 user_defined_command_args_stack_test,
8916 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8917 temporary_breakpoint_commands,
8918 gdb_test_no_prompt, redefine_hook_test,
8919 redefine_backtrace_test): Remove "global gdb_prompt".
8920
8921 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8922
8923 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8924 New proc, call it from toplevel.
8925
8926 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8927
8928 PR remote/21852
8929 * gdb.server/normal.c: New file, copied from gdb.base.
8930 * gdb.server/run-without-local-binary.exp: New file.
8931
8932 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8933
8934 * gdb.arch/sparc64-adi.exp: New file.
8935 * gdb.arch/sparc64-adi.c: New file.
8936
8937 2017-08-22 Pedro Alves <palves@redhat.com>
8938
8939 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8940 (top level): Add "list all overloads" tests.
8941
8942 2017-08-22 Tom Tromey <tom@tromey.com>
8943
8944 * gdb.gdb/xfullpath.exp: Remove.
8945
8946 2017-08-21 Pedro Alves <palves@redhat.com>
8947
8948 PR gdb/19487
8949 * gdb.base/symbol-alias.c: New.
8950 * gdb.base/symbol-alias2.c: New.
8951 * gdb.base/symbol-alias.exp: New.
8952
8953 2017-08-21 Pedro Alves <palves@redhat.com>
8954
8955 * gdb.base/dfp-test.c
8956 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8957 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8958 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8959 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8960 * gdb.base/whatis-ptype-typedefs.c: New.
8961 * gdb.base/whatis-ptype-typedefs.exp: New.
8962 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8963 (an_int, an_int_type, an_int_type2): New globals.
8964 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8965 involving typedefs and cast expressions.
8966 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8967 (lookup_typedefs_function): New.
8968 (typedefs_pretty_printers_dict): New.
8969 (top level): Register lookup_typedefs_function in
8970 gdb.pretty_printers.
8971
8972 2017-08-18 Yao Qi <yao.qi@linaro.org>
8973
8974 * gdb.server/unittest.exp: New.
8975
8976 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8977
8978 PR gdb/21954
8979 * gdb.base/environ.exp: Add test to check if 'unset environment'
8980 works.
8981
8982 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8983
8984 * lib/gdb.exp (universal_compile_options): New caching proc.
8985 (gdb_compile): Suppress GCC's coloring of messages.
8986
8987 2017-08-14 Tom Tromey <tom@tromey.com>
8988
8989 PR gdb/21675:
8990 * gdb.base/printcmds.exp (test_radices): New function.
8991 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8992 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8993 * lib/gdb.exp (get_integer_valueof): Use p/d.
8994
8995 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8996
8997 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8998 characters.
8999
9000 2017-08-05 Tom Tromey <tom@tromey.com>
9001
9002 * gdb.rust/simple.exp: Allow String to appear in a different
9003 namespace.
9004
9005 2017-07-26 Yao Qi <yao.qi@linaro.org>
9006
9007 * gdb.gdb/unittest.exp: Invoke command
9008 "maintenance check xml-descriptions".
9009
9010 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9011
9012 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9013 calling context.
9014 (hex128): Drop erroneous calculation of parameters.
9015
9016 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9017
9018 * gdb.python/py-unwind.exp: Disable stack protection when
9019 building test file.
9020
9021 2017-07-20 Pedro Alves <palves@redhat.com>
9022
9023 * gdb.base/default.exp (set language): Adjust expected output.
9024
9025 2017-07-20 Pedro Alves <palves@redhat.com>
9026
9027 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9028 (test_minsym): ... this, and make static.
9029 (get_pck__foo__bar__minsym): Rename to ...
9030 (get_test_minsym): ... this.
9031 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9032 symbol names and comments.
9033 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9034 (get_test_minsym): ... this.
9035 (pck__foo__bar__minsym__2): Rename to ...
9036 (test_minsym): ... this.
9037 (main): Adjust.
9038
9039 2017-07-17 Pedro Alves <palves@redhat.com>
9040
9041 * gdb.base/completion.exp: Adjust expected output.
9042 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9043 the completer works.
9044
9045 2017-07-17 Pedro Alves <palves@redhat.com>
9046
9047 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9048
9049 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9050
9051 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9052
9053 2017-07-14 Tom Tromey <tom@tromey.com>
9054
9055 PR rust/21764:
9056 * gdb.rust/simple.exp: Add tests.
9057
9058 2017-07-14 Tom Tromey <tom@tromey.com>
9059
9060 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9061
9062 2017-07-14 Pedro Alves <palves@redhat.com>
9063
9064 * gdb.linespec/base/one/thefile.cc (z1): New function.
9065 * gdb.linespec/base/two/thefile.cc (z2): New function.
9066 * gdb.linespec/linespec.exp: Add tests.
9067
9068 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9069
9070 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9071 to mi_create_breakpoint.
9072
9073 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9074
9075 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9076 mi_create_breakpoint.
9077
9078 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9079
9080 * gdb.dlang/demangle.exp: Update for demangling changes.
9081
9082 2017-07-09 Tom Tromey <tom@tromey.com>
9083
9084 * gdb.dwarf2/shortpiece.exp: New file.
9085
9086 2017-07-06 David Blaikie <dblaikie@gmail.com>
9087
9088 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9089 built from fissiont-multi-cu{1,2}.c.
9090 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9091 except putting 'main' and 'func' in separate CUs in the same DWO file.
9092 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9093 test.
9094 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9095 test.
9096
9097 2017-07-06 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.python/py-unwind.exp: Test flushregs.
9100
9101 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9102
9103 PR cli/21688
9104 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9105 tests for alias commands and trailing whitespace.
9106
9107 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9108
9109 PR cli/21688
9110 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9111 procedure. Call it.
9112
9113 2017-06-29 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.base/printcmds.exp: Add tests.
9116
9117 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9118
9119 PR gdb/21337
9120 * gdb.base/reread-readsym.exp: New file.
9121 * gdb.base/reread-readsym.c: New file.
9122
9123 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9124
9125 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9126 subpattern.
9127
9128 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9129
9130 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9131 extended mnemonic.
9132 * gdb.arch/powerpc-power9.s: Likewise.
9133
9134 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9135
9136 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9137 on 32-bit x86 targets. Exploit is_*_target macros where
9138 appropriate.
9139
9140 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9141
9142 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9143 register pieces.
9144
9145 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9146
9147 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9148 located in one or more DWARF pieces.
9149
9150 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9151
9152 * lib/gdb.exp (get_endianness): New proc.
9153 * gdb.arch/aarch64-fp.exp: Use it.
9154 * gdb.arch/altivec-regs.exp: Likewise.
9155 * gdb.arch/e500-regs.exp: Likewise.
9156 * gdb.arch/vsx-regs.exp: Likewise.
9157 * gdb.base/dump.exp: Likewise.
9158 * gdb.base/funcargs.exp: Likewise.
9159 * gdb.base/gnu_vector.exp: Likewise.
9160 * gdb.dwarf2/formdata16.exp: Likewise.
9161 * gdb.dwarf2/implptrpiece.exp: Likewise.
9162 * gdb.dwarf2/nonvar-access.exp: Likewise.
9163 * gdb.python/py-inferior.exp: Likewise.
9164 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9165
9166 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9167
9168 PR gdb/21226
9169 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9170 stack value pieces are taken from the LSB end.
9171
9172 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9173
9174 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9175 variable at nonzero offset.
9176
9177 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9178
9179 * gdb.dwarf2/var-access.c: New file.
9180 * gdb.dwarf2/var-access.exp: New test.
9181 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9182
9183 2017-06-12 Tom Tromey <tom@tromey.com>
9184
9185 * gdb.dwarf2/formdata16.exp: Add tests.
9186
9187 2017-06-12 Tom Tromey <tom@tromey.com>
9188
9189 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9190
9191 2017-06-12 Tom Tromey <tom@tromey.com>
9192
9193 PR exp/16225:
9194 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9195 * gdb.arch/vsx-regs.exp: Update tests.
9196 * gdb.arch/s390-vregs.exp (hex128): New proc.
9197 Update test.
9198 * gdb.arch/altivec-regs.exp: Update tests.
9199
9200 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9201
9202 * gdb.base/startup-with-shell.c: New file.
9203 * gdb.base/startup-with-shell.exp: Likewise.
9204
9205 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9206
9207 * gdb.server/non-existing-program.exp: Update regex in order to
9208 reflect the fact that gdbserver is now using fork_inferior (with a
9209 shell) to startup the inferior.
9210
9211 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9212
9213 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9214 support function calls from GDB.
9215
9216 2017-05-21 Tom Tromey <tom@tromey.com>
9217
9218 PR rust/21466:
9219 * gdb.rust/unsized.exp: New file.
9220 * gdb.rust/unsized.rs: New file.
9221
9222 2017-05-19 Tom Tromey <tom@tromey.com>
9223
9224 PR rust/21484:
9225 * gdb.rust/watch.exp: New file.
9226 * gdb.rust/watch.rs: New file.
9227
9228 2017-05-18 Tom Tromey <tom@tromey.com>
9229
9230 * gdb.rust/simple.exp: Allow Box to be qualified.
9231
9232 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9233
9234 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9235
9236 2017-05-18 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/fileio.c (test_write, test_read, test_close)
9239 (test_fstat): Don't print 'ret' in the fail path.
9240
9241 2017-05-18 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9244 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9245 (test_system, test_rename, test_unlink, test_time): Change
9246 prototypes.
9247 * gdb.base/fileio.exp (stop_msg): Adjust.
9248
9249 2017-05-18 Pedro Alves <palves@redhat.com>
9250
9251 * gdb.base/fileio.c (null_str): New global.
9252 (test_stat): Use it.
9253 * gdb.base/fileio.exp: Remove nowarnings.
9254
9255 2017-05-17 Yao Qi <yao.qi@linaro.org>
9256
9257 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9258
9259 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9260
9261 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9262 argument command.
9263 (top-level): Invoke test_set_inferior_tty.
9264
9265 2017-05-04 Pedro Alves <palves@redhat.com>
9266
9267 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9268 Add parens to print call for Python 3.
9269
9270 2017-05-03 Keith Seitz <keiths@redhat.com>
9271
9272 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9273 (main): Call it.
9274
9275 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9276
9277 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9278 to prev and next.
9279
9280 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9281
9282 * gdb.python/py-record-btrace.exp: Remove test for
9283 gdb.BtraceInstruction.error.
9284
9285 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9286
9287 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9288
9289 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9290
9291 * gdb.python/py-record-btrace-threads.c: New file.
9292 * gdb.python/py-record-btrace-threads.exp: New file.
9293
9294 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9295
9296 PR testsuite/8595
9297 * gdb.base/environ.exp: Make test available in all architectures.
9298 Move bits related to "info program" testing to
9299 gdb.base/info-program.exp. Rewrite tests to use the two new
9300 procedures mentione below.
9301 (test_set_show_env_var) New procedure.
9302 (test_set_show_env_var_equal): Likewise.
9303 * gdb.base/info-program.exp: New file.
9304
9305 2017-04-27 Keith Seitz <keiths@redhat.com>
9306
9307 * gdb.cp/oranking.cc (test15): New function.
9308 (main): Call test15 and declare additional variables for testing.
9309 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9310 "p foo101('abc')" tests.
9311 Add tests for cv qualifier overloads.
9312 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9313 "lvalue reference overload" test.
9314 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9315 "print value of f1 on Child&& in f2" test.
9316
9317 2017-04-19 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9320 procedure.
9321 (top level): Call it.
9322 * lib/gdb.exp (gdb_define_cmd): New procedure.
9323
9324 2017-04-12 Pedro Alves <palves@redhat.com>
9325
9326 PR gdb/21323
9327 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9328 (wchar): New global.
9329 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9330 (do_test_wide_char, wide_char_types_no_program, top level): Add
9331 wchar_t testing.
9332
9333 2017-04-12 Pedro Alves <palves@redhat.com>
9334
9335 PR c++/21323
9336 * gdb.cp/wide_char_types.c: New file.
9337 * gdb.cp/wide_char_types.exp: New file.
9338
9339 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9340
9341 PR gdb/21352
9342 * gdb.trace/tsv.exp: Add test for "tsave -r".
9343
9344 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9345
9346 * gdb.dlang/watch-loc.c: New file.
9347 * gdb.dlang/watch-loc.exp: New file.
9348
9349 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9350
9351 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9352
9353 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9354
9355 * gdb.arch/arc-analyze-prologue.S: New file.
9356 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9357
9358 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9359
9360 * gdb.arch/arc-decode-insn.S: New file.
9361 * gdb.arch/arc-decode-insn.exp: Likewise.
9362
9363 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9364
9365 PR tdep/20928
9366 * gdb.arch/sparc64-regs.exp: New file.
9367 * gdb.arch/sparc64-regs.S: Likewise.
9368
9369 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9370
9371 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9372 and memory view on Python 3.
9373
9374 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9375 Keith Seitz <keiths@redhat.com>
9376
9377 PR gdb/14441
9378 * gdb.cp/demangle.exp: Add rvalue reference tests.
9379 * gdb.cp/rvalue-ref-casts.cc: New file.
9380 * gdb.cp/rvalue-ref-casts.exp: New file.
9381 * gdb.cp/rvalue-ref-overload.cc: New file.
9382 * gdb.cp/rvalue-ref-overload.exp: New file.
9383 * gdb.cp/rvalue-ref-params.cc: New file.
9384 * gdb.cp/rvalue-ref-params.exp: New file.
9385 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9386 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9387 * gdb.cp/rvalue-ref-types.cc: New file.
9388 * gdb.cp/rvalue-ref-types.exp: New file.
9389 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9390 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9391
9392 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9393
9394 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9395 New procedure.
9396
9397 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9398
9399 * lib/mi-support.exp (mi_gdb_test): Add additional message
9400 for unexpected output.
9401
9402 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9403
9404 * gdb.base/examine-backward.c (Barrier): New character array
9405 constant, to ensure that TestStrings is preceded by a string
9406 terminator.
9407
9408 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9409
9410 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9411 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9412 and implicit pointer into such a location.
9413
9414 2017-03-16 Doug Evans <dje@google.com>
9415
9416 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9417
9418 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9419
9420 * gdb.cp/m-static.exp: Fix expectation for prototype of
9421 test5.single_constructor and single_constructor::single_constructor.
9422
9423 2017-03-16 Doug Evans <dje@google.com>
9424
9425 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9426 * gdb.guile/scm-lazy-string.c: New file.
9427 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9428 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9429 for pointer, array, typedef lazy strings.
9430
9431 2017-03-16 Doug Evans <dje@google.com>
9432
9433 PR python/17728, python/18439, python/18779
9434 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9435 * gdb.python/py-lazy-string.c (pointer): New typedef.
9436 (main): New locals ptr, array, typedef_ptr.
9437 * gdb.python/py-value.exp: Move lazy string tests to ...
9438 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9439 array, typedef lazy strings.
9440
9441 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9442
9443 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9444 Add optional 'test' parameter.
9445
9446 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9447
9448 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9449 Skip for versions of DejaGnu < 1.5.
9450
9451 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9452
9453 * lib/gdb.exp (dejagnu_version): New proc.
9454 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9455 Use dejagnu_version.
9456
9457 2017-03-10 Keith Seitz <keiths@redhat.com>
9458
9459 PR c++/8128
9460 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9461 type from destructor regexps.
9462 Add a branch which actually passes the test.
9463 Adjust "ptype t5i" test names.
9464
9465 2017-03-08 Pedro Alves <palves@redhat.com>
9466
9467 * gdb.base/step-over-exit.exp: Add explicit test message.
9468
9469 2017-03-08 Pedro Alves <palves@redhat.com>
9470
9471 PR gdb/18360
9472 * gdb.threads/interrupt-while-step-over.c: New file.
9473 * gdb.threads/interrupt-while-step-over.exp: New file.
9474
9475 2017-03-08 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9478 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9479
9480 2017-03-08 Pedro Alves <palves@redhat.com>
9481
9482 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9483 PKRU as not supported as a PASS.
9484
9485 2017-03-08 Pedro Alves <palves@redhat.com>
9486
9487 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9488 prefix instead of $binfile1/$binfile2.
9489 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9490 in test message.
9491 * gdb.python/py-completion.exp: Use "load python file" as test
9492 messages instead of unstable path names.
9493
9494 2017-03-08 Pedro Alves <palves@redhat.com>
9495 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 PR cli/21218
9498 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9499 New proc.
9500 (top level): Call it.
9501
9502 2017-03-08 Pedro Alves <palves@redhat.com>
9503
9504 PR tui/21216
9505 * gdb.tui/tui-nl-filtered-output.exp: New file.
9506
9507 2017-03-08 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.base/completion.exp: Move TUI completion tests to ...
9510 * gdb.tui/completion.exp: ... this new file.
9511
9512 2017-03-08 Pedro Alves <palves@redhat.com>
9513
9514 * gdb.base/tui-disasm-long-lines.c,
9515 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9516 gdb.base/tui-layout.exp: Move to ...
9517 * gdb.tui/: ... this new directory.
9518
9519 2017-03-07 Pedro Alves <palves@redhat.com>
9520
9521 * gdb.base/tui-layout.c: New file.
9522 * gdb.base/tui-layout.exp: New file.
9523
9524 2017-03-07 Pedro Alves <palves@redhat.com>
9525
9526 * gdb.base/tui-layout.c: Rename to ...
9527 * gdb.base/tui-disasm-long-lines.c: ... this.
9528 * gdb.base/tui-layout.exp: Rename to ...
9529 * gdb.base/tui-disasm-long-lines.exp: ... this.
9530
9531 2017-03-07 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9534
9535 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9536
9537 * i386-mpx-call.c: New file.
9538 * i386-mpx-call.exp: New file.
9539
9540 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9541
9542 * gdb.arch/powerpc-power.exp: Delete test.
9543 * gdb.arch/powerpc-power.s: Likewise.
9544 * gdb.disasm/disassembler-options.exp: New test.
9545 * gdb.arch/powerpc-altivec.exp: Likewise.
9546 * gdb.arch/powerpc-altivec.s: Likewise.
9547 * gdb.arch/powerpc-altivec2.exp: Likewise.
9548 * gdb.arch/powerpc-altivec2.s: Likewise.
9549 * gdb.arch/powerpc-altivec3.exp: Likewise.
9550 * gdb.arch/powerpc-altivec3.s: Likewise.
9551 * gdb.arch/powerpc-power7.exp: Likewise.
9552 * gdb.arch/powerpc-power7.s: Likewise.
9553 * gdb.arch/powerpc-power8.exp: Likewise.
9554 * gdb.arch/powerpc-power8.s: Likewise.
9555 * gdb.arch/powerpc-power9.exp: Likewise.
9556 * gdb.arch/powerpc-power9.s: Likewise.
9557 * gdb.arch/powerpc-vsx.exp: Likewise.
9558 * gdb.arch/powerpc-vsx.s: Likewise.
9559 * gdb.arch/powerpc-vsx2.exp: Likewise.
9560 * gdb.arch/powerpc-vsx2.s: Likewise.
9561 * gdb.arch/powerpc-vsx3.exp: Likewise.
9562 * gdb.arch/powerpc-vsx3.s: Likewise.
9563 * gdb.arch/arm-disassembler-options.exp: Likewise.
9564 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9565 * gdb.arch/s390-disassembler-options.exp: Likewise.
9566
9567 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9568
9569 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9570 (check_supported_features): ... this. Changed return type to void.
9571 (supports_rdseed): New static global.
9572 (rdseed): Check supports_rdseed.
9573 (initialize): Call check_supported_features.
9574
9575 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9576
9577 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9578 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9579 and lqarx/stqcx.
9580 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9581 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9582
9583 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9584
9585 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9586 uppercase.
9587
9588 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9589
9590 * gdb.dwarf2/formdata16.c: New file.
9591 * gdb.dwarf2/formdata16.exp: New file.
9592 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9593
9594 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9595
9596 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9597 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9598 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9599 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9600 DW_AT_GNU_*.
9601
9602 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9603
9604 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9605
9606 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9607
9608 PR gdb/21164
9609 * gdb.base/maint.exp: Add testcases for when the commands do
9610 not have arguments.
9611
9612 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9613
9614 * gdb.cp/chained-calls.exp: Use p instead of P.
9615
9616 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9617
9618 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9619 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9620
9621 2017-02-14 Tom Tromey <tom@tromey.com>
9622
9623 PR python/13598:
9624 * gdb.python/py-events.exp: Add before_prompt event tests.
9625
9626 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9627
9628 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9629
9630 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9631
9632 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9633 (main): Call my_unique_function_name.
9634 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9635 completion of patterns with a single match.
9636 Add missing -re switches to gdb_test_multiple calls.
9637
9638 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9639
9640 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9641 return if core file is not recognized.
9642
9643 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9644
9645 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9646 and extra UIs.
9647
9648 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9649
9650 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9651 proc_with_prefix.
9652
9653 2017-02-10 Tom Tromey <tom@tromey.com>
9654
9655 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9656
9657 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9658
9659 PR gdb/21122
9660 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9661
9662 2017-02-08 Jerome Guitton <guitton@adacore.com>
9663
9664 * gdb.base/define.exp: Add test for command abbreviations
9665 in define.
9666
9667 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9668
9669 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9670 * gdb.reverse/insn-reverse-x86.c: New file.
9671
9672 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9673
9674 PR tdep/20936
9675 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9676
9677 2017-02-03 Tom Tromey <tom@tromey.com>
9678
9679 PR rust/21097:
9680 * gdb.rust/simple.exp: Add new tests.
9681
9682 2017-02-02 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9685 tests.
9686
9687 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9688
9689 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9690 taking a 2-byte value out of a 4-byte DWARF implicit value on
9691 big-endian targets.
9692 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9693 logic. Add test cases for DW_OP_implicit.
9694
9695 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9696
9697 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9698
9699 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9700
9701 * gdb.btrace/enable.exp: Call gdb_exit before
9702 skip_gdbserver_tests.
9703
9704 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9705
9706 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9707 GDBFLAGS.
9708
9709 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9710
9711 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9712 the test is skipped.
9713 * gdb.btrace/data.exp: Likewise.
9714 * gdb.btrace/delta.exp: Likewise.
9715 * gdb.btrace/dlopen.exp: Likewise.
9716 * gdb.btrace/enable-running.exp: Likewise.
9717 * gdb.btrace/enable.exp: Likewise.
9718 * gdb.btrace/exception.exp: Likewise.
9719 * gdb.btrace/function_call_history.exp: Likewise.
9720 * gdb.btrace/gcore.exp: Likewise.
9721 * gdb.btrace/instruction_history.exp: Likewise.
9722 * gdb.btrace/multi-thread-step.exp: Likewise.
9723 * gdb.btrace/nohist.exp: Likewise.
9724 * gdb.btrace/non-stop.exp: Likewise.
9725 * gdb.btrace/reconnect.exp: Likewise.
9726 * gdb.btrace/record_goto-step.exp: Likewise.
9727 * gdb.btrace/record_goto.exp: Likewise.
9728 * gdb.btrace/rn-dl-bind.exp: Likewise.
9729 * gdb.btrace/segv.exp: Likewise.
9730 * gdb.btrace/step.exp: Likewise.
9731 * gdb.btrace/stepi.exp: Likewise.
9732 * gdb.btrace/tailcall-only.exp: Likewise.
9733 * gdb.btrace/tailcall.exp: Likewise.
9734 * gdb.btrace/tsx.exp: Likewise.
9735 * gdb.btrace/unknown_functions.exp: Likewise.
9736 * gdb.btrace/vdso.exp: Likewise.
9737
9738 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9739
9740 * gdb.btrace/enable-running.c: New.
9741 * gdb.btrace/enable-running.exp: New.
9742
9743 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9744
9745 * gdb.arch/amd64-gs_base.c: New file.
9746 * gdb.arch/amd64-gs_base.exp: New file.
9747
9748 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9749
9750 * lib/memory.exp: Remove spurious empty newlines.
9751
9752 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9753
9754 * gdb.python/py-bad-printers.exp: Load python file using "source".
9755 * gdb.python/py-events.exp: Likewise.
9756 * gdb.python/py-evsignal.exp: Likewise.
9757 * gdb.python/py-evthreads.exp: Likewise.
9758 * gdb.python/py-frame-args.exp: Likewise.
9759 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9760 * gdb.python/py-framefilter-mi.exp: Likewise.
9761 * gdb.python/py-framefilter.exp: Likewise.
9762 * gdb.python/py-mi.exp: Likewise.
9763 * gdb.python/py-pp-maint.exp: Likewise.
9764 * gdb.python/py-pp-registration.exp: Likewise.
9765 * gdb.python/py-prettyprint.exp: Likewise.
9766 (run_lang_tests): Likewise.
9767 * gdb.python/py-typeprint.exp: Likewise.
9768
9769 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9770
9771 * lib/memory.exp: New file.
9772 * lib/gdb.exp: Load memory.exp.
9773 * gdb.base/memattr.exp (delete_memory): Move proc to
9774 lib/memory.exp and rename to delete_memory_regions.
9775 Replace delete_memory with delete_memory_regions.
9776 Cleanup memory regions before tests.
9777 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9778 before tests.
9779
9780 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9781
9782 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9783 files.
9784 (initialize): New function conditionally defined.
9785 (testcases): Move within conditional block.
9786 (main): Call initialize.
9787 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9788 of gdb.reverse/insn-reverse.c.
9789 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9790 gdb.reverse/insn-reverse.c.
9791
9792 2017-01-26 Yao Qi <yao.qi@linaro.org>
9793
9794 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9795 disassemble on address 0.
9796
9797 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9798 Yao Qi <yao.qi@linaro.org>
9799
9800 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9801 * gdb.dwarf2/implptr-64bit.S: Remove.
9802 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9803 variables in caller's context. Add DW_OP_implicit_value.
9804
9805 2017-01-25 Yao Qi <yao.qi@linaro.org>
9806
9807 * lib/dwarf.exp (Dwarf::_location): Handle
9808 DW_OP_GNU_implicit_pointer with proper size.
9809
9810 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9811
9812 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9813 and add untested calls.
9814
9815 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9816
9817 * gdb.python/python.exp: Check line number against what GDB thinks
9818 the line number is for func1.
9819
9820 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9821
9822 * gdb.dlang/debug-expr.exp: New file.
9823
9824 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9825
9826 Fix test names for the following files:
9827
9828 * gdb.ada/exec_changed.exp
9829 * gdb.ada/info_types.exp
9830 * gdb.arch/aarch64-atomic-inst.exp
9831 * gdb.arch/aarch64-fp.exp
9832 * gdb.arch/altivec-abi.exp
9833 * gdb.arch/altivec-regs.exp
9834 * gdb.arch/amd64-byte.exp
9835 * gdb.arch/amd64-disp-step.exp
9836 * gdb.arch/amd64-dword.exp
9837 * gdb.arch/amd64-entry-value-inline.exp
9838 * gdb.arch/amd64-entry-value-param.exp
9839 * gdb.arch/amd64-entry-value-paramref.exp
9840 * gdb.arch/amd64-entry-value.exp
9841 * gdb.arch/amd64-i386-address.exp
9842 * gdb.arch/amd64-invalid-stack-middle.exp
9843 * gdb.arch/amd64-invalid-stack-top.exp
9844 * gdb.arch/amd64-optimout-repeat.exp
9845 * gdb.arch/amd64-prologue-skip.exp
9846 * gdb.arch/amd64-prologue-xmm.exp
9847 * gdb.arch/amd64-stap-special-operands.exp
9848 * gdb.arch/amd64-stap-wrong-subexp.exp
9849 * gdb.arch/amd64-tailcall-cxx.exp
9850 * gdb.arch/amd64-tailcall-noret.exp
9851 * gdb.arch/amd64-tailcall-ret.exp
9852 * gdb.arch/amd64-tailcall-self.exp
9853 * gdb.arch/amd64-word.exp
9854 * gdb.arch/arm-bl-branch-dest.exp
9855 * gdb.arch/arm-disp-step.exp
9856 * gdb.arch/arm-neon.exp
9857 * gdb.arch/arm-single-step-kernel-helper.exp
9858 * gdb.arch/avr-flash-qualifier.exp
9859 * gdb.arch/disp-step-insn-reloc.exp
9860 * gdb.arch/e500-abi.exp
9861 * gdb.arch/e500-regs.exp
9862 * gdb.arch/ftrace-insn-reloc.exp
9863 * gdb.arch/i386-avx512.exp
9864 * gdb.arch/i386-bp_permanent.exp
9865 * gdb.arch/i386-byte.exp
9866 * gdb.arch/i386-cfi-notcurrent.exp
9867 * gdb.arch/i386-disp-step.exp
9868 * gdb.arch/i386-dr3-watch.exp
9869 * gdb.arch/i386-float.exp
9870 * gdb.arch/i386-gnu-cfi.exp
9871 * gdb.arch/i386-mpx-map.exp
9872 * gdb.arch/i386-mpx-sigsegv.exp
9873 * gdb.arch/i386-mpx-simple_segv.exp
9874 * gdb.arch/i386-mpx.exp
9875 * gdb.arch/i386-permbkpt.exp
9876 * gdb.arch/i386-prologue.exp
9877 * gdb.arch/i386-signal.exp
9878 * gdb.arch/i386-size-overlap.exp
9879 * gdb.arch/i386-unwind.exp
9880 * gdb.arch/i386-word.exp
9881 * gdb.arch/mips-fcr.exp
9882 * gdb.arch/powerpc-d128-regs.exp
9883 * gdb.arch/powerpc-stackless.exp
9884 * gdb.arch/ppc64-atomic-inst.exp
9885 * gdb.arch/s390-stackless.exp
9886 * gdb.arch/s390-tdbregs.exp
9887 * gdb.arch/s390-vregs.exp
9888 * gdb.arch/sparc-sysstep.exp
9889 * gdb.arch/thumb-bx-pc.exp
9890 * gdb.arch/thumb-singlestep.exp
9891 * gdb.arch/thumb2-it.exp
9892 * gdb.arch/vsx-regs.exp
9893 * gdb.asm/asm-source.exp
9894 * gdb.base/a2-run.exp
9895 * gdb.base/advance.exp
9896 * gdb.base/all-bin.exp
9897 * gdb.base/anon.exp
9898 * gdb.base/args.exp
9899 * gdb.base/arithmet.exp
9900 * gdb.base/async-shell.exp
9901 * gdb.base/async.exp
9902 * gdb.base/attach-pie-noexec.exp
9903 * gdb.base/attach-twice.exp
9904 * gdb.base/auto-load.exp
9905 * gdb.base/bang.exp
9906 * gdb.base/bitfields.exp
9907 * gdb.base/break-always.exp
9908 * gdb.base/break-caller-line.exp
9909 * gdb.base/break-entry.exp
9910 * gdb.base/break-inline.exp
9911 * gdb.base/break-on-linker-gcd-function.exp
9912 * gdb.base/break-probes.exp
9913 * gdb.base/break.exp
9914 * gdb.base/breakpoint-shadow.exp
9915 * gdb.base/call-ar-st.exp
9916 * gdb.base/call-sc.exp
9917 * gdb.base/call-signal-resume.exp
9918 * gdb.base/call-strs.exp
9919 * gdb.base/callfuncs.exp
9920 * gdb.base/catch-fork-static.exp
9921 * gdb.base/catch-gdb-caused-signals.exp
9922 * gdb.base/catch-load.exp
9923 * gdb.base/catch-signal-fork.exp
9924 * gdb.base/catch-signal.exp
9925 * gdb.base/catch-syscall.exp
9926 * gdb.base/charset.exp
9927 * gdb.base/checkpoint.exp
9928 * gdb.base/chng-syms.exp
9929 * gdb.base/code-expr.exp
9930 * gdb.base/code_elim.exp
9931 * gdb.base/commands.exp
9932 * gdb.base/completion.exp
9933 * gdb.base/complex.exp
9934 * gdb.base/cond-expr.exp
9935 * gdb.base/condbreak.exp
9936 * gdb.base/consecutive.exp
9937 * gdb.base/continue-all-already-running.exp
9938 * gdb.base/coredump-filter.exp
9939 * gdb.base/corefile.exp
9940 * gdb.base/dbx.exp
9941 * gdb.base/debug-expr.exp
9942 * gdb.base/define.exp
9943 * gdb.base/del.exp
9944 * gdb.base/disabled-location.exp
9945 * gdb.base/disasm-end-cu.exp
9946 * gdb.base/disasm-optim.exp
9947 * gdb.base/display.exp
9948 * gdb.base/duplicate-bp.exp
9949 * gdb.base/ena-dis-br.exp
9950 * gdb.base/ending-run.exp
9951 * gdb.base/enumval.exp
9952 * gdb.base/environ.exp
9953 * gdb.base/eu-strip-infcall.exp
9954 * gdb.base/eval-avoid-side-effects.exp
9955 * gdb.base/eval-skip.exp
9956 * gdb.base/exitsignal.exp
9957 * gdb.base/expand-psymtabs.exp
9958 * gdb.base/filesym.exp
9959 * gdb.base/find-unmapped.exp
9960 * gdb.base/finish.exp
9961 * gdb.base/float.exp
9962 * gdb.base/foll-exec-mode.exp
9963 * gdb.base/foll-exec.exp
9964 * gdb.base/foll-fork.exp
9965 * gdb.base/fortran-sym-case.exp
9966 * gdb.base/freebpcmd.exp
9967 * gdb.base/func-ptr.exp
9968 * gdb.base/func-ptrs.exp
9969 * gdb.base/funcargs.exp
9970 * gdb.base/gcore-buffer-overflow.exp
9971 * gdb.base/gcore-relro-pie.exp
9972 * gdb.base/gcore-relro.exp
9973 * gdb.base/gcore.exp
9974 * gdb.base/gdb1090.exp
9975 * gdb.base/gdb11530.exp
9976 * gdb.base/gdb11531.exp
9977 * gdb.base/gdb1821.exp
9978 * gdb.base/gdbindex-stabs.exp
9979 * gdb.base/gdbvars.exp
9980 * gdb.base/hbreak.exp
9981 * gdb.base/hbreak2.exp
9982 * gdb.base/included.exp
9983 * gdb.base/infcall-input.exp
9984 * gdb.base/inferior-died.exp
9985 * gdb.base/infnan.exp
9986 * gdb.base/info-macros.exp
9987 * gdb.base/info-os.exp
9988 * gdb.base/info-proc.exp
9989 * gdb.base/info-shared.exp
9990 * gdb.base/info-target.exp
9991 * gdb.base/infoline.exp
9992 * gdb.base/interp.exp
9993 * gdb.base/interrupt.exp
9994 * gdb.base/jit-reader.exp
9995 * gdb.base/jit-simple.exp
9996 * gdb.base/kill-after-signal.exp
9997 * gdb.base/kill-detach-inferiors-cmd.exp
9998 * gdb.base/label.exp
9999 * gdb.base/langs.exp
10000 * gdb.base/ldbl_e308.exp
10001 * gdb.base/line-symtabs.exp
10002 * gdb.base/linespecs.exp
10003 * gdb.base/list.exp
10004 * gdb.base/long_long.exp
10005 * gdb.base/longest-types.exp
10006 * gdb.base/maint.exp
10007 * gdb.base/max-value-size.exp
10008 * gdb.base/memattr.exp
10009 * gdb.base/mips_pro.exp
10010 * gdb.base/morestack.exp
10011 * gdb.base/moribund-step.exp
10012 * gdb.base/multi-forks.exp
10013 * gdb.base/nested-addr.exp
10014 * gdb.base/nextoverexit.exp
10015 * gdb.base/noreturn-finish.exp
10016 * gdb.base/noreturn-return.exp
10017 * gdb.base/nostdlib.exp
10018 * gdb.base/offsets.exp
10019 * gdb.base/opaque.exp
10020 * gdb.base/pc-fp.exp
10021 * gdb.base/permissions.exp
10022 * gdb.base/print-symbol-loading.exp
10023 * gdb.base/prologue-include.exp
10024 * gdb.base/psymtab.exp
10025 * gdb.base/ptype.exp
10026 * gdb.base/random-signal.exp
10027 * gdb.base/randomize.exp
10028 * gdb.base/range-stepping.exp
10029 * gdb.base/readline-ask.exp
10030 * gdb.base/recpar.exp
10031 * gdb.base/recurse.exp
10032 * gdb.base/relational.exp
10033 * gdb.base/restore.exp
10034 * gdb.base/return-nodebug.exp
10035 * gdb.base/return.exp
10036 * gdb.base/run-after-attach.exp
10037 * gdb.base/save-bp.exp
10038 * gdb.base/scope.exp
10039 * gdb.base/sect-cmd.exp
10040 * gdb.base/set-lang-auto.exp
10041 * gdb.base/set-noassign.exp
10042 * gdb.base/setvar.exp
10043 * gdb.base/sigall.exp
10044 * gdb.base/sigbpt.exp
10045 * gdb.base/siginfo-addr.exp
10046 * gdb.base/siginfo-infcall.exp
10047 * gdb.base/siginfo-obj.exp
10048 * gdb.base/siginfo.exp
10049 * gdb.base/signals-state-child.exp
10050 * gdb.base/signest.exp
10051 * gdb.base/sigstep.exp
10052 * gdb.base/sizeof.exp
10053 * gdb.base/skip.exp
10054 * gdb.base/solib-corrupted.exp
10055 * gdb.base/solib-nodir.exp
10056 * gdb.base/solib-search.exp
10057 * gdb.base/stack-checking.exp
10058 * gdb.base/stale-infcall.exp
10059 * gdb.base/stap-probe.exp
10060 * gdb.base/start.exp
10061 * gdb.base/step-break.exp
10062 * gdb.base/step-bt.exp
10063 * gdb.base/step-line.exp
10064 * gdb.base/step-over-exit.exp
10065 * gdb.base/step-over-syscall.exp
10066 * gdb.base/step-resume-infcall.exp
10067 * gdb.base/step-test.exp
10068 * gdb.base/store.exp
10069 * gdb.base/structs3.exp
10070 * gdb.base/sym-file.exp
10071 * gdb.base/symbol-without-target_section.exp
10072 * gdb.base/term.exp
10073 * gdb.base/testenv.exp
10074 * gdb.base/ui-redirect.exp
10075 * gdb.base/until.exp
10076 * gdb.base/unwindonsignal.exp
10077 * gdb.base/value-double-free.exp
10078 * gdb.base/vla-datatypes.exp
10079 * gdb.base/vla-ptr.exp
10080 * gdb.base/vla-sideeffect.exp
10081 * gdb.base/volatile.exp
10082 * gdb.base/watch-cond-infcall.exp
10083 * gdb.base/watch-cond.exp
10084 * gdb.base/watch-non-mem.exp
10085 * gdb.base/watch-read.exp
10086 * gdb.base/watch-vfork.exp
10087 * gdb.base/watchpoint-cond-gone.exp
10088 * gdb.base/watchpoint-delete.exp
10089 * gdb.base/watchpoint-hw-hit-once.exp
10090 * gdb.base/watchpoint-hw.exp
10091 * gdb.base/watchpoint-stops-at-right-insn.exp
10092 * gdb.base/watchpoints.exp
10093 * gdb.base/wchar.exp
10094 * gdb.base/whatis-exp.exp
10095 * gdb.btrace/buffer-size.exp
10096 * gdb.btrace/data.exp
10097 * gdb.btrace/delta.exp
10098 * gdb.btrace/dlopen.exp
10099 * gdb.btrace/enable.exp
10100 * gdb.btrace/exception.exp
10101 * gdb.btrace/function_call_history.exp
10102 * gdb.btrace/gcore.exp
10103 * gdb.btrace/instruction_history.exp
10104 * gdb.btrace/nohist.exp
10105 * gdb.btrace/reconnect.exp
10106 * gdb.btrace/record_goto-step.exp
10107 * gdb.btrace/record_goto.exp
10108 * gdb.btrace/rn-dl-bind.exp
10109 * gdb.btrace/segv.exp
10110 * gdb.btrace/step.exp
10111 * gdb.btrace/stepi.exp
10112 * gdb.btrace/tailcall-only.exp
10113 * gdb.btrace/tailcall.exp
10114 * gdb.btrace/tsx.exp
10115 * gdb.btrace/unknown_functions.exp
10116 * gdb.btrace/vdso.exp
10117 * gdb.compile/compile-ifunc.exp
10118 * gdb.compile/compile-ops.exp
10119 * gdb.compile/compile-print.exp
10120 * gdb.compile/compile-setjmp.exp
10121 * gdb.cp/abstract-origin.exp
10122 * gdb.cp/ambiguous.exp
10123 * gdb.cp/annota2.exp
10124 * gdb.cp/annota3.exp
10125 * gdb.cp/anon-ns.exp
10126 * gdb.cp/anon-struct.exp
10127 * gdb.cp/anon-union.exp
10128 * gdb.cp/arg-reference.exp
10129 * gdb.cp/baseenum.exp
10130 * gdb.cp/bool.exp
10131 * gdb.cp/breakpoint.exp
10132 * gdb.cp/bs15503.exp
10133 * gdb.cp/call-c.exp
10134 * gdb.cp/casts.exp
10135 * gdb.cp/chained-calls.exp
10136 * gdb.cp/class2.exp
10137 * gdb.cp/classes.exp
10138 * gdb.cp/cmpd-minsyms.exp
10139 * gdb.cp/converts.exp
10140 * gdb.cp/cp-relocate.exp
10141 * gdb.cp/cpcompletion.exp
10142 * gdb.cp/cpexprs.exp
10143 * gdb.cp/cplabel.exp
10144 * gdb.cp/cplusfuncs.exp
10145 * gdb.cp/cpsizeof.exp
10146 * gdb.cp/ctti.exp
10147 * gdb.cp/derivation.exp
10148 * gdb.cp/destrprint.exp
10149 * gdb.cp/dispcxx.exp
10150 * gdb.cp/enum-class.exp
10151 * gdb.cp/exception.exp
10152 * gdb.cp/exceptprint.exp
10153 * gdb.cp/expand-psymtabs-cxx.exp
10154 * gdb.cp/expand-sals.exp
10155 * gdb.cp/extern-c.exp
10156 * gdb.cp/filename.exp
10157 * gdb.cp/formatted-ref.exp
10158 * gdb.cp/fpointer.exp
10159 * gdb.cp/gdb1355.exp
10160 * gdb.cp/gdb2495.exp
10161 * gdb.cp/hang.exp
10162 * gdb.cp/impl-this.exp
10163 * gdb.cp/infcall-dlopen.exp
10164 * gdb.cp/inherit.exp
10165 * gdb.cp/iostream.exp
10166 * gdb.cp/koenig.exp
10167 * gdb.cp/local.exp
10168 * gdb.cp/m-data.exp
10169 * gdb.cp/m-static.exp
10170 * gdb.cp/mb-ctor.exp
10171 * gdb.cp/mb-inline.exp
10172 * gdb.cp/mb-templates.exp
10173 * gdb.cp/member-name.exp
10174 * gdb.cp/member-ptr.exp
10175 * gdb.cp/meth-typedefs.exp
10176 * gdb.cp/method.exp
10177 * gdb.cp/method2.exp
10178 * gdb.cp/minsym-fallback.exp
10179 * gdb.cp/misc.exp
10180 * gdb.cp/namelessclass.exp
10181 * gdb.cp/namespace-enum.exp
10182 * gdb.cp/namespace-nested-import.exp
10183 * gdb.cp/namespace.exp
10184 * gdb.cp/nextoverthrow.exp
10185 * gdb.cp/no-dmgl-verbose.exp
10186 * gdb.cp/non-trivial-retval.exp
10187 * gdb.cp/noparam.exp
10188 * gdb.cp/nsdecl.exp
10189 * gdb.cp/nsimport.exp
10190 * gdb.cp/nsnested.exp
10191 * gdb.cp/nsnoimports.exp
10192 * gdb.cp/nsrecurs.exp
10193 * gdb.cp/nsstress.exp
10194 * gdb.cp/nsusing.exp
10195 * gdb.cp/operator.exp
10196 * gdb.cp/oranking.exp
10197 * gdb.cp/overload-const.exp
10198 * gdb.cp/overload.exp
10199 * gdb.cp/ovldbreak.exp
10200 * gdb.cp/ovsrch.exp
10201 * gdb.cp/paren-type.exp
10202 * gdb.cp/parse-lang.exp
10203 * gdb.cp/pass-by-ref.exp
10204 * gdb.cp/pr-1023.exp
10205 * gdb.cp/pr-1210.exp
10206 * gdb.cp/pr-574.exp
10207 * gdb.cp/pr10687.exp
10208 * gdb.cp/pr12028.exp
10209 * gdb.cp/pr17132.exp
10210 * gdb.cp/pr17494.exp
10211 * gdb.cp/pr9067.exp
10212 * gdb.cp/pr9167.exp
10213 * gdb.cp/pr9631.exp
10214 * gdb.cp/printmethod.exp
10215 * gdb.cp/psmang.exp
10216 * gdb.cp/psymtab-parameter.exp
10217 * gdb.cp/ptype-cv-cp.exp
10218 * gdb.cp/ptype-flags.exp
10219 * gdb.cp/re-set-overloaded.exp
10220 * gdb.cp/ref-types.exp
10221 * gdb.cp/rtti.exp
10222 * gdb.cp/scope-err.exp
10223 * gdb.cp/shadow.exp
10224 * gdb.cp/smartp.exp
10225 * gdb.cp/static-method.exp
10226 * gdb.cp/static-print-quit.exp
10227 * gdb.cp/temargs.exp
10228 * gdb.cp/templates.exp
10229 * gdb.cp/try_catch.exp
10230 * gdb.cp/typedef-operator.exp
10231 * gdb.cp/typeid.exp
10232 * gdb.cp/userdef.exp
10233 * gdb.cp/using-crash.exp
10234 * gdb.cp/var-tag.exp
10235 * gdb.cp/virtbase.exp
10236 * gdb.cp/virtfunc.exp
10237 * gdb.cp/virtfunc2.exp
10238 * gdb.cp/vla-cxx.exp
10239 * gdb.disasm/t01_mov.exp
10240 * gdb.disasm/t02_mova.exp
10241 * gdb.disasm/t03_add.exp
10242 * gdb.disasm/t04_sub.exp
10243 * gdb.disasm/t05_cmp.exp
10244 * gdb.disasm/t06_ari2.exp
10245 * gdb.disasm/t07_ari3.exp
10246 * gdb.disasm/t08_or.exp
10247 * gdb.disasm/t09_xor.exp
10248 * gdb.disasm/t10_and.exp
10249 * gdb.disasm/t11_logs.exp
10250 * gdb.disasm/t12_bit.exp
10251 * gdb.disasm/t13_otr.exp
10252 * gdb.dlang/circular.exp
10253 * gdb.dwarf2/arr-stride.exp
10254 * gdb.dwarf2/arr-subrange.exp
10255 * gdb.dwarf2/atomic-type.exp
10256 * gdb.dwarf2/bad-regnum.exp
10257 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10258 * gdb.dwarf2/callframecfa.exp
10259 * gdb.dwarf2/clztest.exp
10260 * gdb.dwarf2/corrupt.exp
10261 * gdb.dwarf2/data-loc.exp
10262 * gdb.dwarf2/dup-psym.exp
10263 * gdb.dwarf2/dw2-anon-mptr.exp
10264 * gdb.dwarf2/dw2-anonymous-func.exp
10265 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10266 * gdb.dwarf2/dw2-bad-unresolved.exp
10267 * gdb.dwarf2/dw2-basic.exp
10268 * gdb.dwarf2/dw2-canonicalize-type.exp
10269 * gdb.dwarf2/dw2-case-insensitive.exp
10270 * gdb.dwarf2/dw2-common-block.exp
10271 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10272 * gdb.dwarf2/dw2-compressed.exp
10273 * gdb.dwarf2/dw2-const.exp
10274 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10275 * gdb.dwarf2/dw2-cu-size.exp
10276 * gdb.dwarf2/dw2-dup-frame.exp
10277 * gdb.dwarf2/dw2-entry-value.exp
10278 * gdb.dwarf2/dw2-icycle.exp
10279 * gdb.dwarf2/dw2-ifort-parameter.exp
10280 * gdb.dwarf2/dw2-inline-break.exp
10281 * gdb.dwarf2/dw2-inline-param.exp
10282 * gdb.dwarf2/dw2-intercu.exp
10283 * gdb.dwarf2/dw2-intermix.exp
10284 * gdb.dwarf2/dw2-lexical-block-bare.exp
10285 * gdb.dwarf2/dw2-linkage-name-trust.exp
10286 * gdb.dwarf2/dw2-minsym-in-cu.exp
10287 * gdb.dwarf2/dw2-noloc.exp
10288 * gdb.dwarf2/dw2-op-call.exp
10289 * gdb.dwarf2/dw2-op-out-param.exp
10290 * gdb.dwarf2/dw2-opt-structptr.exp
10291 * gdb.dwarf2/dw2-param-error.exp
10292 * gdb.dwarf2/dw2-producer.exp
10293 * gdb.dwarf2/dw2-ranges-base.exp
10294 * gdb.dwarf2/dw2-ref-missing-frame.exp
10295 * gdb.dwarf2/dw2-reg-undefined.exp
10296 * gdb.dwarf2/dw2-regno-invalid.exp
10297 * gdb.dwarf2/dw2-restore.exp
10298 * gdb.dwarf2/dw2-restrict.exp
10299 * gdb.dwarf2/dw2-single-line-discriminators.exp
10300 * gdb.dwarf2/dw2-strp.exp
10301 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10302 * gdb.dwarf2/dw2-unresolved.exp
10303 * gdb.dwarf2/dw2-var-zero-addr.exp
10304 * gdb.dwarf2/dw4-sig-types.exp
10305 * gdb.dwarf2/dwz.exp
10306 * gdb.dwarf2/dynarr-ptr.exp
10307 * gdb.dwarf2/enum-type.exp
10308 * gdb.dwarf2/gdb-index.exp
10309 * gdb.dwarf2/implptr-64bit.exp
10310 * gdb.dwarf2/implptr-optimized-out.exp
10311 * gdb.dwarf2/implptr.exp
10312 * gdb.dwarf2/implref-array.exp
10313 * gdb.dwarf2/implref-const.exp
10314 * gdb.dwarf2/implref-global.exp
10315 * gdb.dwarf2/implref-struct.exp
10316 * gdb.dwarf2/mac-fileno.exp
10317 * gdb.dwarf2/main-subprogram.exp
10318 * gdb.dwarf2/member-ptr-forwardref.exp
10319 * gdb.dwarf2/method-ptr.exp
10320 * gdb.dwarf2/missing-sig-type.exp
10321 * gdb.dwarf2/nonvar-access.exp
10322 * gdb.dwarf2/opaque-type-lookup.exp
10323 * gdb.dwarf2/pieces-optimized-out.exp
10324 * gdb.dwarf2/pieces.exp
10325 * gdb.dwarf2/pr10770.exp
10326 * gdb.dwarf2/pr13961.exp
10327 * gdb.dwarf2/staticvirtual.exp
10328 * gdb.dwarf2/subrange.exp
10329 * gdb.dwarf2/symtab-producer.exp
10330 * gdb.dwarf2/trace-crash.exp
10331 * gdb.dwarf2/typeddwarf.exp
10332 * gdb.dwarf2/valop.exp
10333 * gdb.dwarf2/watch-notconst.exp
10334 * gdb.fortran/array-element.exp
10335 * gdb.fortran/charset.exp
10336 * gdb.fortran/common-block.exp
10337 * gdb.fortran/complex.exp
10338 * gdb.fortran/derived-type-function.exp
10339 * gdb.fortran/derived-type.exp
10340 * gdb.fortran/logical.exp
10341 * gdb.fortran/module.exp
10342 * gdb.fortran/multi-dim.exp
10343 * gdb.fortran/nested-funcs.exp
10344 * gdb.fortran/print-formatted.exp
10345 * gdb.fortran/subarray.exp
10346 * gdb.fortran/vla-alloc-assoc.exp
10347 * gdb.fortran/vla-datatypes.exp
10348 * gdb.fortran/vla-history.exp
10349 * gdb.fortran/vla-ptr-info.exp
10350 * gdb.fortran/vla-ptype-sub.exp
10351 * gdb.fortran/vla-ptype.exp
10352 * gdb.fortran/vla-sizeof.exp
10353 * gdb.fortran/vla-type.exp
10354 * gdb.fortran/vla-value-sub-arbitrary.exp
10355 * gdb.fortran/vla-value-sub-finish.exp
10356 * gdb.fortran/vla-value-sub.exp
10357 * gdb.fortran/vla-value.exp
10358 * gdb.fortran/whatis_type.exp
10359 * gdb.go/chan.exp
10360 * gdb.go/handcall.exp
10361 * gdb.go/hello.exp
10362 * gdb.go/integers.exp
10363 * gdb.go/methods.exp
10364 * gdb.go/package.exp
10365 * gdb.go/strings.exp
10366 * gdb.go/types.exp
10367 * gdb.go/unsafe.exp
10368 * gdb.guile/scm-arch.exp
10369 * gdb.guile/scm-block.exp
10370 * gdb.guile/scm-breakpoint.exp
10371 * gdb.guile/scm-cmd.exp
10372 * gdb.guile/scm-disasm.exp
10373 * gdb.guile/scm-equal.exp
10374 * gdb.guile/scm-frame-args.exp
10375 * gdb.guile/scm-frame-inline.exp
10376 * gdb.guile/scm-frame.exp
10377 * gdb.guile/scm-iterator.exp
10378 * gdb.guile/scm-math.exp
10379 * gdb.guile/scm-objfile.exp
10380 * gdb.guile/scm-ports.exp
10381 * gdb.guile/scm-symbol.exp
10382 * gdb.guile/scm-symtab.exp
10383 * gdb.guile/scm-value-cc.exp
10384 * gdb.guile/types-module.exp
10385 * gdb.linespec/break-ask.exp
10386 * gdb.linespec/cpexplicit.exp
10387 * gdb.linespec/explicit.exp
10388 * gdb.linespec/keywords.exp
10389 * gdb.linespec/linespec.exp
10390 * gdb.linespec/ls-dollar.exp
10391 * gdb.linespec/ls-errs.exp
10392 * gdb.linespec/skip-two.exp
10393 * gdb.linespec/thread.exp
10394 * gdb.mi/mi-async.exp
10395 * gdb.mi/mi-basics.exp
10396 * gdb.mi/mi-break.exp
10397 * gdb.mi/mi-catch-load.exp
10398 * gdb.mi/mi-cli.exp
10399 * gdb.mi/mi-cmd-param-changed.exp
10400 * gdb.mi/mi-console.exp
10401 * gdb.mi/mi-detach.exp
10402 * gdb.mi/mi-disassemble.exp
10403 * gdb.mi/mi-eval.exp
10404 * gdb.mi/mi-file-transfer.exp
10405 * gdb.mi/mi-file.exp
10406 * gdb.mi/mi-fill-memory.exp
10407 * gdb.mi/mi-inheritance-syntax-error.exp
10408 * gdb.mi/mi-linespec-err-cp.exp
10409 * gdb.mi/mi-logging.exp
10410 * gdb.mi/mi-memory-changed.exp
10411 * gdb.mi/mi-read-memory.exp
10412 * gdb.mi/mi-record-changed.exp
10413 * gdb.mi/mi-reg-undefined.exp
10414 * gdb.mi/mi-regs.exp
10415 * gdb.mi/mi-return.exp
10416 * gdb.mi/mi-reverse.exp
10417 * gdb.mi/mi-simplerun.exp
10418 * gdb.mi/mi-solib.exp
10419 * gdb.mi/mi-stack.exp
10420 * gdb.mi/mi-stepi.exp
10421 * gdb.mi/mi-syn-frame.exp
10422 * gdb.mi/mi-until.exp
10423 * gdb.mi/mi-var-block.exp
10424 * gdb.mi/mi-var-child.exp
10425 * gdb.mi/mi-var-cmd.exp
10426 * gdb.mi/mi-var-cp.exp
10427 * gdb.mi/mi-var-display.exp
10428 * gdb.mi/mi-var-invalidate.exp
10429 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10430 * gdb.mi/mi-vla-fortran.exp
10431 * gdb.mi/mi-watch.exp
10432 * gdb.mi/mi2-var-child.exp
10433 * gdb.mi/user-selected-context-sync.exp
10434 * gdb.modula2/unbounded-array.exp
10435 * gdb.multi/dummy-frame-restore.exp
10436 * gdb.multi/multi-arch-exec.exp
10437 * gdb.multi/multi-arch.exp
10438 * gdb.multi/tids.exp
10439 * gdb.multi/watchpoint-multi.exp
10440 * gdb.opencl/callfuncs.exp
10441 * gdb.opencl/convs_casts.exp
10442 * gdb.opencl/datatypes.exp
10443 * gdb.opencl/operators.exp
10444 * gdb.opencl/vec_comps.exp
10445 * gdb.opt/clobbered-registers-O2.exp
10446 * gdb.opt/inline-break.exp
10447 * gdb.opt/inline-bt.exp
10448 * gdb.opt/inline-cmds.exp
10449 * gdb.opt/inline-locals.exp
10450 * gdb.pascal/case-insensitive-symbols.exp
10451 * gdb.pascal/floats.exp
10452 * gdb.pascal/gdb11492.exp
10453 * gdb.python/lib-types.exp
10454 * gdb.python/py-arch.exp
10455 * gdb.python/py-as-string.exp
10456 * gdb.python/py-bad-printers.exp
10457 * gdb.python/py-block.exp
10458 * gdb.python/py-breakpoint-create-fail.exp
10459 * gdb.python/py-breakpoint.exp
10460 * gdb.python/py-caller-is.exp
10461 * gdb.python/py-cmd.exp
10462 * gdb.python/py-explore-cc.exp
10463 * gdb.python/py-explore.exp
10464 * gdb.python/py-finish-breakpoint.exp
10465 * gdb.python/py-finish-breakpoint2.exp
10466 * gdb.python/py-frame-args.exp
10467 * gdb.python/py-frame-inline.exp
10468 * gdb.python/py-frame.exp
10469 * gdb.python/py-framefilter-mi.exp
10470 * gdb.python/py-infthread.exp
10471 * gdb.python/py-lazy-string.exp
10472 * gdb.python/py-linetable.exp
10473 * gdb.python/py-mi-events.exp
10474 * gdb.python/py-mi-objfile.exp
10475 * gdb.python/py-mi.exp
10476 * gdb.python/py-objfile.exp
10477 * gdb.python/py-pp-integral.exp
10478 * gdb.python/py-pp-maint.exp
10479 * gdb.python/py-pp-re-notag.exp
10480 * gdb.python/py-pp-registration.exp
10481 * gdb.python/py-recurse-unwind.exp
10482 * gdb.python/py-strfns.exp
10483 * gdb.python/py-symbol.exp
10484 * gdb.python/py-symtab.exp
10485 * gdb.python/py-sync-interp.exp
10486 * gdb.python/py-typeprint.exp
10487 * gdb.python/py-unwind-maint.exp
10488 * gdb.python/py-unwind.exp
10489 * gdb.python/py-value-cc.exp
10490 * gdb.python/py-xmethods.exp
10491 * gdb.reverse/amd64-tailcall-reverse.exp
10492 * gdb.reverse/break-precsave.exp
10493 * gdb.reverse/break-reverse.exp
10494 * gdb.reverse/consecutive-precsave.exp
10495 * gdb.reverse/consecutive-reverse.exp
10496 * gdb.reverse/finish-precsave.exp
10497 * gdb.reverse/finish-reverse-bkpt.exp
10498 * gdb.reverse/finish-reverse.exp
10499 * gdb.reverse/fstatat-reverse.exp
10500 * gdb.reverse/getresuid-reverse.exp
10501 * gdb.reverse/i386-precsave.exp
10502 * gdb.reverse/i386-reverse.exp
10503 * gdb.reverse/i386-sse-reverse.exp
10504 * gdb.reverse/i387-env-reverse.exp
10505 * gdb.reverse/i387-stack-reverse.exp
10506 * gdb.reverse/insn-reverse.exp
10507 * gdb.reverse/machinestate-precsave.exp
10508 * gdb.reverse/machinestate.exp
10509 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10510 * gdb.reverse/pipe-reverse.exp
10511 * gdb.reverse/readv-reverse.exp
10512 * gdb.reverse/recvmsg-reverse.exp
10513 * gdb.reverse/rerun-prec.exp
10514 * gdb.reverse/s390-mvcle.exp
10515 * gdb.reverse/step-precsave.exp
10516 * gdb.reverse/step-reverse.exp
10517 * gdb.reverse/time-reverse.exp
10518 * gdb.reverse/until-precsave.exp
10519 * gdb.reverse/until-reverse.exp
10520 * gdb.reverse/waitpid-reverse.exp
10521 * gdb.reverse/watch-precsave.exp
10522 * gdb.reverse/watch-reverse.exp
10523 * gdb.rust/generics.exp
10524 * gdb.rust/methods.exp
10525 * gdb.rust/modules.exp
10526 * gdb.rust/simple.exp
10527 * gdb.server/connect-with-no-symbol-file.exp
10528 * gdb.server/ext-attach.exp
10529 * gdb.server/ext-restart.exp
10530 * gdb.server/ext-wrapper.exp
10531 * gdb.server/file-transfer.exp
10532 * gdb.server/server-exec-info.exp
10533 * gdb.server/server-kill.exp
10534 * gdb.server/server-mon.exp
10535 * gdb.server/wrapper.exp
10536 * gdb.stabs/exclfwd.exp
10537 * gdb.stabs/gdb11479.exp
10538 * gdb.threads/clone-new-thread-event.exp
10539 * gdb.threads/corethreads.exp
10540 * gdb.threads/current-lwp-dead.exp
10541 * gdb.threads/dlopen-libpthread.exp
10542 * gdb.threads/gcore-thread.exp
10543 * gdb.threads/sigstep-threads.exp
10544 * gdb.threads/watchpoint-fork.exp
10545 * gdb.trace/actions-changed.exp
10546 * gdb.trace/backtrace.exp
10547 * gdb.trace/change-loc.exp
10548 * gdb.trace/circ.exp
10549 * gdb.trace/collection.exp
10550 * gdb.trace/disconnected-tracing.exp
10551 * gdb.trace/ftrace.exp
10552 * gdb.trace/mi-trace-frame-collected.exp
10553 * gdb.trace/mi-trace-unavailable.exp
10554 * gdb.trace/mi-traceframe-changed.exp
10555 * gdb.trace/mi-tsv-changed.exp
10556 * gdb.trace/no-attach-trace.exp
10557 * gdb.trace/passc-dyn.exp
10558 * gdb.trace/qtro.exp
10559 * gdb.trace/range-stepping.exp
10560 * gdb.trace/read-memory.exp
10561 * gdb.trace/save-trace.exp
10562 * gdb.trace/signal.exp
10563 * gdb.trace/status-stop.exp
10564 * gdb.trace/tfile.exp
10565 * gdb.trace/trace-break.exp
10566 * gdb.trace/trace-buffer-size.exp
10567 * gdb.trace/trace-condition.exp
10568 * gdb.trace/tracefile-pseudo-reg.exp
10569 * gdb.trace/tstatus.exp
10570 * gdb.trace/unavailable.exp
10571 * gdb.trace/while-dyn.exp
10572 * gdb.trace/while-stepping.exp
10573
10574 2016-12-22 Doug Evans <xdje42@gmail.com>
10575
10576 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10577 and msymbols.
10578
10579 2016-12-19 Yao Qi <yao.qi@linaro.org>
10580
10581 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10582 (test_with_self): Don't call do_steps_and_nexts, and remove
10583 code about stepping into xmalloc.
10584
10585 2016-12-09 Yao Qi <yao.qi@linaro.org>
10586
10587 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10588
10589 2016-12-09 Yao Qi <yao.qi@linaro.org>
10590
10591 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10592
10593 2016-12-09 Pedro Alves <palves@redhat.com>
10594
10595 * gdb.base/all-architectures-0.exp: New file.
10596 * gdb.base/all-architectures-1.exp: New file.
10597 * gdb.base/all-architectures-2.exp: New file.
10598 * gdb.base/all-architectures-3.exp: New file.
10599 * gdb.base/all-architectures-4.exp: New file.
10600 * gdb.base/all-architectures-5.exp: New file.
10601 * gdb.base/all-architectures-6.exp: New file.
10602 * gdb.base/all-architectures-7.exp: New file.
10603 * gdb.base/all-architectures.exp.in: New file.
10604
10605 2016-12-09 Yao Qi <yao.qi@linaro.org>
10606
10607 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10608
10609 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10610
10611 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10612 possible.
10613 Remove useless pattern-matching code.
10614
10615 2016-12-02 Pedro Alves <palves@redhat.com>
10616
10617 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10618 procedure.
10619 (top level): Call it.
10620
10621 2016-12-02 Pedro Alves <palves@redhat.com>
10622
10623 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10624 New procedure.
10625 (top level): Call it.
10626
10627 2016-12-02 Pedro Alves <palves@redhat.com>
10628
10629 PR cli/20559
10630 * gdb.base/commands.exp (user_defined_command_args_eval): New
10631 procedure.
10632 (top level): Call it.
10633
10634 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10635
10636 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10637 timeout handling.
10638
10639 2016-12-02 Tom Tromey <tom@tromey.com>
10640
10641 * gdb.dwarf2/main-subprogram.c: New file.
10642 * gdb.dwarf2/main-subprogram.exp: New file.
10643
10644 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10645
10646 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10647 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10648 gdb_test_no_output for a couple of cases.
10649 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10650
10651 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10652
10653 Fix test names and standardize compilation error messages throughout
10654 the following files:
10655
10656 * gdb.ada/start.exp
10657 * gdb.arch/alpha-step.exp
10658 * gdb.arch/e500-prologue.exp
10659 * gdb.arch/ftrace-insn-reloc.exp
10660 * gdb.arch/gdb1291.exp
10661 * gdb.arch/gdb1431.exp
10662 * gdb.arch/gdb1558.exp
10663 * gdb.arch/i386-dr3-watch.exp
10664 * gdb.arch/i386-sse-stack-align.exp
10665 * gdb.arch/ia64-breakpoint-shadow.exp
10666 * gdb.arch/pa-nullify.exp
10667 * gdb.arch/powerpc-aix-prologue.exp
10668 * gdb.arch/thumb-bx-pc.exp
10669 * gdb.base/annota1.exp
10670 * gdb.base/annota3.exp
10671 * gdb.base/arrayidx.exp
10672 * gdb.base/assign.exp
10673 * gdb.base/attach.exp
10674 * gdb.base/auxv.exp
10675 * gdb.base/bang.exp
10676 * gdb.base/bfp-test.exp
10677 * gdb.base/bigcore.exp
10678 * gdb.base/bitfields2.exp
10679 * gdb.base/break-fun-addr.exp
10680 * gdb.base/break-probes.exp
10681 * gdb.base/call-rt-st.exp
10682 * gdb.base/callexit.exp
10683 * gdb.base/catch-fork-kill.exp
10684 * gdb.base/charset.exp
10685 * gdb.base/checkpoint.exp
10686 * gdb.base/comprdebug.exp
10687 * gdb.base/constvars.exp
10688 * gdb.base/coredump-filter.exp
10689 * gdb.base/cursal.exp
10690 * gdb.base/cvexpr.exp
10691 * gdb.base/detach.exp
10692 * gdb.base/display.exp
10693 * gdb.base/dmsym.exp
10694 * gdb.base/dprintf-pending.exp
10695 * gdb.base/dso2dso.exp
10696 * gdb.base/dtrace-probe.exp
10697 * gdb.base/dump.exp
10698 * gdb.base/enum_cond.exp
10699 * gdb.base/exe-lock.exp
10700 * gdb.base/exec-invalid-sysroot.exp
10701 * gdb.base/execl-update-breakpoints.exp
10702 * gdb.base/exprs.exp
10703 * gdb.base/fileio.exp
10704 * gdb.base/find.exp
10705 * gdb.base/finish.exp
10706 * gdb.base/fixsection.exp
10707 * gdb.base/foll-vfork.exp
10708 * gdb.base/frame-args.exp
10709 * gdb.base/gcore.exp
10710 * gdb.base/gdb1250.exp
10711 * gdb.base/global-var-nested-by-dso.exp
10712 * gdb.base/gnu-ifunc.exp
10713 * gdb.base/hashline1.exp
10714 * gdb.base/hashline2.exp
10715 * gdb.base/hashline3.exp
10716 * gdb.base/hbreak-in-shr-unsupported.exp
10717 * gdb.base/huge.exp
10718 * gdb.base/infcall-input.exp
10719 * gdb.base/info-fun.exp
10720 * gdb.base/info-shared.exp
10721 * gdb.base/jit-simple.exp
10722 * gdb.base/jit-so.exp
10723 * gdb.base/jit.exp
10724 * gdb.base/jump.exp
10725 * gdb.base/label.exp
10726 * gdb.base/lineinc.exp
10727 * gdb.base/logical.exp
10728 * gdb.base/longjmp.exp
10729 * gdb.base/macscp.exp
10730 * gdb.base/miscexprs.exp
10731 * gdb.base/new-ui-echo.exp
10732 * gdb.base/new-ui-pending-input.exp
10733 * gdb.base/new-ui.exp
10734 * gdb.base/nodebug.exp
10735 * gdb.base/nofield.exp
10736 * gdb.base/offsets.exp
10737 * gdb.base/overlays.exp
10738 * gdb.base/pending.exp
10739 * gdb.base/pointers.exp
10740 * gdb.base/pr11022.exp
10741 * gdb.base/printcmds.exp
10742 * gdb.base/prologue.exp
10743 * gdb.base/ptr-typedef.exp
10744 * gdb.base/realname-expand.exp
10745 * gdb.base/relativedebug.exp
10746 * gdb.base/relocate.exp
10747 * gdb.base/remote.exp
10748 * gdb.base/reread.exp
10749 * gdb.base/return2.exp
10750 * gdb.base/savedregs.exp
10751 * gdb.base/sep.exp
10752 * gdb.base/sepdebug.exp
10753 * gdb.base/sepsymtab.exp
10754 * gdb.base/set-inferior-tty.exp
10755 * gdb.base/setshow.exp
10756 * gdb.base/shlib-call.exp
10757 * gdb.base/sigaltstack.exp
10758 * gdb.base/siginfo-addr.exp
10759 * gdb.base/signals.exp
10760 * gdb.base/signull.exp
10761 * gdb.base/sigrepeat.exp
10762 * gdb.base/so-impl-ld.exp
10763 * gdb.base/solib-display.exp
10764 * gdb.base/solib-overlap.exp
10765 * gdb.base/solib-search.exp
10766 * gdb.base/solib-symbol.exp
10767 * gdb.base/structs.exp
10768 * gdb.base/structs2.exp
10769 * gdb.base/symtab-search-order.exp
10770 * gdb.base/twice.exp
10771 * gdb.base/unload.exp
10772 * gdb.base/varargs.exp
10773 * gdb.base/watchpoint-solib.exp
10774 * gdb.base/watchpoint.exp
10775 * gdb.base/whatis.exp
10776 * gdb.base/wrong_frame_bt_full.exp
10777 * gdb.btrace/dlopen.exp
10778 * gdb.cell/ea-standalone.exp
10779 * gdb.cell/ea-test.exp
10780 * gdb.cp/dispcxx.exp
10781 * gdb.cp/gdb2384.exp
10782 * gdb.cp/method2.exp
10783 * gdb.cp/nextoverthrow.exp
10784 * gdb.cp/pr10728.exp
10785 * gdb.disasm/am33.exp
10786 * gdb.disasm/h8300s.exp
10787 * gdb.disasm/mn10300.exp
10788 * gdb.disasm/sh3.exp
10789 * gdb.dwarf2/dw2-dir-file-name.exp
10790 * gdb.fortran/complex.exp
10791 * gdb.fortran/library-module.exp
10792 * gdb.guile/scm-pretty-print.exp
10793 * gdb.guile/scm-symbol.exp
10794 * gdb.guile/scm-type.exp
10795 * gdb.guile/scm-value.exp
10796 * gdb.linespec/linespec.exp
10797 * gdb.mi/gdb701.exp
10798 * gdb.mi/gdb792.exp
10799 * gdb.mi/mi-breakpoint-changed.exp
10800 * gdb.mi/mi-dprintf-pending.exp
10801 * gdb.mi/mi-dprintf.exp
10802 * gdb.mi/mi-exit-code.exp
10803 * gdb.mi/mi-pending.exp
10804 * gdb.mi/mi-solib.exp
10805 * gdb.mi/new-ui-mi-sync.exp
10806 * gdb.mi/pr11022.exp
10807 * gdb.mi/user-selected-context-sync.exp
10808 * gdb.opt/solib-intra-step.exp
10809 * gdb.python/py-events.exp
10810 * gdb.python/py-finish-breakpoint.exp
10811 * gdb.python/py-mi.exp
10812 * gdb.python/py-prettyprint.exp
10813 * gdb.python/py-shared.exp
10814 * gdb.python/py-symbol.exp
10815 * gdb.python/py-template.exp
10816 * gdb.python/py-type.exp
10817 * gdb.python/py-value.exp
10818 * gdb.reverse/solib-precsave.exp
10819 * gdb.reverse/solib-reverse.exp
10820 * gdb.server/solib-list.exp
10821 * gdb.stabs/weird.exp
10822 * gdb.threads/reconnect-signal.exp
10823 * gdb.threads/stepi-random-signal.exp
10824 * gdb.trace/actions.exp
10825 * gdb.trace/ax.exp
10826 * gdb.trace/backtrace.exp
10827 * gdb.trace/change-loc.exp
10828 * gdb.trace/deltrace.exp
10829 * gdb.trace/ftrace-lock.exp
10830 * gdb.trace/ftrace.exp
10831 * gdb.trace/infotrace.exp
10832 * gdb.trace/mi-tracepoint-changed.exp
10833 * gdb.trace/packetlen.exp
10834 * gdb.trace/passcount.exp
10835 * gdb.trace/pending.exp
10836 * gdb.trace/range-stepping.exp
10837 * gdb.trace/report.exp
10838 * gdb.trace/stap-trace.exp
10839 * gdb.trace/tfind.exp
10840 * gdb.trace/trace-break.exp
10841 * gdb.trace/trace-condition.exp
10842 * gdb.trace/trace-enable-disable.exp
10843 * gdb.trace/trace-mt.exp
10844 * gdb.trace/tracecmd.exp
10845 * gdb.trace/tspeed.exp
10846 * gdb.trace/tsv.exp
10847 * lib/perftest.exp
10848
10849 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10850
10851 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10852 with gdb_test_no_output.
10853 Use command as test name.
10854
10855 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10856
10857 Fix test names starting with uppercase throughout the files.
10858
10859 * gdb.ada/assign_1.exp
10860 * gdb.ada/boolean_expr.exp
10861 * gdb.base/arrayidx.exp
10862 * gdb.base/del.exp
10863 * gdb.base/gcore-buffer-overflow.exp
10864 * gdb.base/testenv.exp
10865 * gdb.compile/compile.exp
10866 * gdb.python/py-framefilter-invalidarg.exp
10867 * gdb.python/py-framefilter.exp
10868
10869 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10870
10871 Fix test names starting with uppercase throughout the files.
10872
10873 * gdb.ada/array_return.exp
10874 * gdb.ada/expr_delims.exp
10875 * gdb.ada/mi_dyn_arr.exp
10876 * gdb.ada/mi_interface.exp
10877 * gdb.ada/mi_var_array.exp
10878 * gdb.ada/watch_arg.exp
10879 * gdb.arch/alpha-step.exp
10880 * gdb.arch/altivec-regs.exp
10881 * gdb.arch/e500-regs.exp
10882 * gdb.arch/powerpc-d128-regs.exp
10883 * gdb.base/arrayidx.exp
10884 * gdb.base/break.exp
10885 * gdb.base/checkpoint.exp
10886 * gdb.base/debug-expr.exp
10887 * gdb.base/dmsym.exp
10888 * gdb.base/radix.exp
10889 * gdb.base/sepdebug.exp
10890 * gdb.base/testenv.exp
10891 * gdb.base/watch_thread_num.exp
10892 * gdb.base/watchpoint-cond-gone.exp
10893 * gdb.cell/break.exp
10894 * gdb.cell/ea-cache.exp
10895 * gdb.compile/compile.exp
10896 * gdb.cp/gdb2495.exp
10897 * gdb.gdb/selftest.exp
10898 * gdb.gdb/xfullpath.exp
10899 * gdb.go/hello.exp
10900 * gdb.go/integers.exp
10901 * gdb.objc/basicclass.exp
10902 * gdb.pascal/hello.exp
10903 * gdb.pascal/integers.exp
10904 * gdb.python/py-breakpoint.exp
10905 * gdb.python/py-cmd.exp
10906 * gdb.python/py-linetable.exp
10907 * gdb.python/py-xmethods.exp
10908 * gdb.python/python.exp
10909 * gdb.reverse/consecutive-precsave.exp
10910 * gdb.reverse/finish-precsave.exp
10911 * gdb.reverse/i386-precsave.exp
10912 * gdb.reverse/machinestate-precsave.exp
10913 * gdb.reverse/sigall-precsave.exp
10914 * gdb.reverse/solib-precsave.exp
10915 * gdb.reverse/step-precsave.exp
10916 * gdb.reverse/until-precsave.exp
10917 * gdb.reverse/watch-precsave.exp
10918 * gdb.threads/leader-exit.exp
10919 * gdb.threads/pthreads.exp
10920 * gdb.threads/wp-replication.exp
10921 * gdb.trace/actions.exp
10922 * gdb.trace/mi-tsv-changed.exp
10923 * gdb.trace/tsv.exp
10924
10925 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10926
10927 Fix test names starting with uppercase throughout the files.
10928
10929 * gdb.arch/i386-bp_permanent.exp
10930 * gdb.arch/i386-gnu-cfi.exp
10931 * gdb.base/disasm-end-cu.exp
10932 * gdb.base/macscp.exp
10933 * gdb.base/pending.exp
10934 * gdb.base/watch_thread_num.exp
10935 * gdb.cp/exception.exp
10936 * gdb.cp/gdb2495.exp
10937 * gdb.cp/local.exp
10938 * gdb.python/py-evsignal.exp
10939 * gdb.python/python.exp
10940 * gdb.trace/tracecmd.exp
10941
10942 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10943
10944 Fix test names starting with uppercase throughout the files.
10945
10946 * gdb.base/charset.exp
10947 * gdb.base/eval.exp
10948 * gdb.base/multi-forks.exp
10949 * gdb.guile/scm-progspace.exp
10950 * gdb.opencl/datatypes.exp
10951 * gdb.python/py-block.exp
10952 * gdb.python/py-function.exp
10953 * gdb.python/py-symbol.exp
10954 * gdb.python/py-symtab.exp
10955 * gdb.python/py-xmethods.exp
10956 * gdb.reverse/break-precsave.exp
10957 * gdb.reverse/break-reverse.exp
10958 * gdb.reverse/consecutive-precsave.exp
10959 * gdb.reverse/consecutive-reverse.exp
10960 * gdb.reverse/finish-precsave.exp
10961 * gdb.reverse/finish-reverse-bkpt.exp
10962 * gdb.reverse/finish-reverse.exp
10963 * gdb.reverse/fstatat-reverse.exp
10964 * gdb.reverse/getresuid-reverse.exp
10965 * gdb.reverse/i386-precsave.exp
10966 * gdb.reverse/i386-reverse.exp
10967 * gdb.reverse/i386-sse-reverse.exp
10968 * gdb.reverse/i387-stack-reverse.exp
10969 * gdb.reverse/insn-reverse.exp
10970 * gdb.reverse/machinestate-precsave.exp
10971 * gdb.reverse/machinestate.exp
10972 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10973 * gdb.reverse/pipe-reverse.exp
10974 * gdb.reverse/readv-reverse.exp
10975 * gdb.reverse/recvmsg-reverse.exp
10976 * gdb.reverse/rerun-prec.exp
10977 * gdb.reverse/s390-mvcle.exp
10978 * gdb.reverse/sigall-precsave.exp
10979 * gdb.reverse/sigall-reverse.exp
10980 * gdb.reverse/solib-precsave.exp
10981 * gdb.reverse/solib-reverse.exp
10982 * gdb.reverse/step-precsave.exp
10983 * gdb.reverse/step-reverse.exp
10984 * gdb.reverse/time-reverse.exp
10985 * gdb.reverse/until-precsave.exp
10986 * gdb.reverse/until-reverse.exp
10987 * gdb.reverse/waitpid-reverse.exp
10988 * gdb.reverse/watch-precsave.exp
10989 * gdb.reverse/watch-reverse.exp
10990
10991 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10992
10993 Fix test names starting with uppercase throughout the files.
10994
10995 * gdb.arch/i386-mpx-simple_segv.exp
10996 * gdb.arch/i386-mpx.exp
10997 * gdb.arch/i386-permbkpt.exp
10998 * gdb.arch/pa-nullify.exp
10999 * gdb.arch/powerpc-d128-regs.exp
11000 * gdb.arch/vsx-regs.exp
11001 * gdb.base/bfp-test.exp
11002 * gdb.base/break.exp
11003 * gdb.base/breakpoint-shadow.exp
11004 * gdb.base/callfuncs.exp
11005 * gdb.base/charset.exp
11006 * gdb.base/commands.exp
11007 * gdb.base/completion.exp
11008 * gdb.base/dfp-test.exp
11009 * gdb.base/echo.exp
11010 * gdb.base/ending-run.exp
11011 * gdb.base/eval.exp
11012 * gdb.base/expand-psymtabs.exp
11013 * gdb.base/float128.exp
11014 * gdb.base/floatn.exp
11015 * gdb.base/foll-exec-mode.exp
11016 * gdb.base/gdb1056.exp
11017 * gdb.base/gdb11531.exp
11018 * gdb.base/kill-after-signal.exp
11019 * gdb.base/multi-forks.exp
11020 * gdb.base/overlays.exp
11021 * gdb.base/pending.exp
11022 * gdb.base/sepdebug.exp
11023 * gdb.base/testenv.exp
11024 * gdb.base/valgrind-db-attach.exp
11025 * gdb.base/watch_thread_num.exp
11026 * gdb.base/watchpoint-cond-gone.exp
11027 * gdb.base/watchpoint.exp
11028 * gdb.base/watchpoints.exp
11029 * gdb.cp/arg-reference.exp
11030 * gdb.cp/baseenum.exp
11031 * gdb.cp/operator.exp
11032 * gdb.cp/shadow.exp
11033 * gdb.dwarf2/dw2-op-out-param.exp
11034 * gdb.dwarf2/dw2-reg-undefined.exp
11035 * gdb.go/chan.exp
11036 * gdb.go/hello.exp
11037 * gdb.go/integers.exp
11038 * gdb.go/methods.exp
11039 * gdb.go/package.exp
11040 * gdb.guile/scm-parameter.exp
11041 * gdb.guile/scm-progspace.exp
11042 * gdb.guile/scm-value.exp
11043 * gdb.mi/mi-pending.exp
11044 * gdb.mi/user-selected-context-sync.exp
11045 * gdb.multi/multi-attach.exp
11046 * gdb.multi/tids.exp
11047 * gdb.opt/clobbered-registers-O2.exp
11048 * gdb.pascal/floats.exp
11049 * gdb.pascal/integers.exp
11050 * gdb.python/py-block.exp
11051 * gdb.python/py-events.exp
11052 * gdb.python/py-parameter.exp
11053 * gdb.python/py-symbol.exp
11054 * gdb.python/py-symtab.exp
11055 * gdb.python/py-type.exp
11056 * gdb.python/py-value.exp
11057 * gdb.python/py-xmethods.exp
11058 * gdb.python/python.exp
11059 * gdb.reverse/break-precsave.exp
11060 * gdb.reverse/consecutive-precsave.exp
11061 * gdb.reverse/finish-precsave.exp
11062 * gdb.reverse/i386-precsave.exp
11063 * gdb.reverse/machinestate-precsave.exp
11064 * gdb.reverse/sigall-precsave.exp
11065 * gdb.reverse/solib-precsave.exp
11066 * gdb.reverse/step-precsave.exp
11067 * gdb.reverse/until-precsave.exp
11068 * gdb.reverse/watch-precsave.exp
11069 * gdb.server/ext-attach.exp
11070 * gdb.server/ext-restart.exp
11071 * gdb.server/ext-run.exp
11072 * gdb.server/ext-wrapper.exp
11073 * gdb.stabs/gdb11479.exp
11074 * gdb.stabs/weird.exp
11075 * gdb.threads/attach-many-short-lived-threads.exp
11076 * gdb.threads/kill.exp
11077 * gdb.threads/watchpoint-fork.exp
11078
11079 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11080
11081 Fix test names starting with uppercase throughout all the files below.
11082
11083 * gdb.ada/array_return.exp
11084 * gdb.ada/catch_ex.exp
11085 * gdb.ada/info_exc.exp
11086 * gdb.ada/mi_catch_ex.exp
11087 * gdb.ada/mi_dyn_arr.exp
11088 * gdb.ada/mi_ex_cond.exp
11089 * gdb.ada/mi_exc_info.exp
11090 * gdb.ada/mi_interface.exp
11091 * gdb.ada/mi_task_arg.exp
11092 * gdb.ada/mi_task_info.exp
11093 * gdb.ada/mi_var_array.exp
11094 * gdb.arch/alpha-step.exp
11095 * gdb.arch/amd64-disp-step.exp
11096 * gdb.arch/arm-disp-step.exp
11097 * gdb.arch/disp-step-insn-reloc.exp
11098 * gdb.arch/e500-prologue.exp
11099 * gdb.arch/ftrace-insn-reloc.exp
11100 * gdb.arch/gdb1558.exp
11101 * gdb.arch/i386-bp_permanent.exp
11102 * gdb.arch/i386-disp-step.exp
11103 * gdb.arch/i386-float.exp
11104 * gdb.arch/i386-gnu-cfi.exp
11105 * gdb.arch/ia64-breakpoint-shadow.exp
11106 * gdb.arch/mips16-thunks.exp
11107 * gdb.arch/pa-nullify.exp
11108 * gdb.arch/powerpc-aix-prologue.exp
11109 * gdb.arch/powerpc-power.exp
11110 * gdb.arch/ppc-dfp.exp
11111 * gdb.arch/s390-tdbregs.exp
11112 * gdb.arch/spu-info.exp
11113 * gdb.arch/spu-ls.exp
11114 * gdb.arch/thumb-bx-pc.exp
11115 * gdb.base/advance.exp
11116 * gdb.base/annota-input-while-running.exp
11117 * gdb.base/arrayidx.exp
11118 * gdb.base/asmlabel.exp
11119 * gdb.base/async.exp
11120 * gdb.base/attach-wait-input.exp
11121 * gdb.base/auto-connect-native-target.exp
11122 * gdb.base/batch-preserve-term-settings.exp
11123 * gdb.base/bfp-test.exp
11124 * gdb.base/bigcore.exp
11125 * gdb.base/bp-permanent.exp
11126 * gdb.base/break-always.exp
11127 * gdb.base/break-fun-addr.exp
11128 * gdb.base/break-idempotent.exp
11129 * gdb.base/break-main-file-remove-fail.exp
11130 * gdb.base/break-probes.exp
11131 * gdb.base/break-unload-file.exp
11132 * gdb.base/break.exp
11133 * gdb.base/call-ar-st.exp
11134 * gdb.base/call-rt-st.exp
11135 * gdb.base/call-sc.exp
11136 * gdb.base/call-signal-resume.exp
11137 * gdb.base/call-strs.exp
11138 * gdb.base/callexit.exp
11139 * gdb.base/callfuncs.exp
11140 * gdb.base/catch-gdb-caused-signals.exp
11141 * gdb.base/catch-signal-siginfo-cond.exp
11142 * gdb.base/catch-syscall.exp
11143 * gdb.base/compare-sections.exp
11144 * gdb.base/cond-eval-mode.exp
11145 * gdb.base/condbreak-call-false.exp
11146 * gdb.base/consecutive-step-over.exp
11147 * gdb.base/cursal.exp
11148 * gdb.base/disabled-location.exp
11149 * gdb.base/disasm-end-cu.exp
11150 * gdb.base/display.exp
11151 * gdb.base/double-prompt-target-event-error.exp
11152 * gdb.base/dprintf-bp-same-addr.exp
11153 * gdb.base/dprintf-detach.exp
11154 * gdb.base/dprintf-next.exp
11155 * gdb.base/dprintf-non-stop.exp
11156 * gdb.base/dprintf-pending.exp
11157 * gdb.base/dso2dso.exp
11158 * gdb.base/ending-run.exp
11159 * gdb.base/enum_cond.exp
11160 * gdb.base/examine-backward.exp
11161 * gdb.base/exe-lock.exp
11162 * gdb.base/exec-invalid-sysroot.exp
11163 * gdb.base/execl-update-breakpoints.exp
11164 * gdb.base/execution-termios.exp
11165 * gdb.base/fileio.exp
11166 * gdb.base/fixsection.exp
11167 * gdb.base/foll-exec-mode.exp
11168 * gdb.base/foll-exec.exp
11169 * gdb.base/fork-running-state.exp
11170 * gdb.base/frame-args.exp
11171 * gdb.base/fullpath-expand.exp
11172 * gdb.base/func-ptr.exp
11173 * gdb.base/gcore-relro-pie.exp
11174 * gdb.base/gdb1090.exp
11175 * gdb.base/gdb1555.exp
11176 * gdb.base/global-var-nested-by-dso.exp
11177 * gdb.base/gnu-ifunc.exp
11178 * gdb.base/hbreak-in-shr-unsupported.exp
11179 * gdb.base/hbreak-unmapped.exp
11180 * gdb.base/hook-stop.exp
11181 * gdb.base/infcall-input.exp
11182 * gdb.base/info-fun.exp
11183 * gdb.base/info-shared.exp
11184 * gdb.base/interrupt-noterm.exp
11185 * gdb.base/jit-so.exp
11186 * gdb.base/jit.exp
11187 * gdb.base/line-symtabs.exp
11188 * gdb.base/list.exp
11189 * gdb.base/longjmp.exp
11190 * gdb.base/macscp.exp
11191 * gdb.base/max-value-size.exp
11192 * gdb.base/nodebug.exp
11193 * gdb.base/nofield.exp
11194 * gdb.base/overlays.exp
11195 * gdb.base/paginate-after-ctrl-c-running.exp
11196 * gdb.base/paginate-bg-execution.exp
11197 * gdb.base/paginate-inferior-exit.exp
11198 * gdb.base/pending.exp
11199 * gdb.base/pr11022.exp
11200 * gdb.base/printcmds.exp
11201 * gdb.base/ptr-typedef.exp
11202 * gdb.base/ptype.exp
11203 * gdb.base/randomize.exp
11204 * gdb.base/range-stepping.exp
11205 * gdb.base/realname-expand.exp
11206 * gdb.base/relativedebug.exp
11207 * gdb.base/remote.exp
11208 * gdb.base/savedregs.exp
11209 * gdb.base/sepdebug.exp
11210 * gdb.base/set-noassign.exp
11211 * gdb.base/shlib-call.exp
11212 * gdb.base/shreloc.exp
11213 * gdb.base/sigaltstack.exp
11214 * gdb.base/sigbpt.exp
11215 * gdb.base/siginfo-addr.exp
11216 * gdb.base/siginfo-obj.exp
11217 * gdb.base/siginfo-thread.exp
11218 * gdb.base/signest.exp
11219 * gdb.base/signull.exp
11220 * gdb.base/sigrepeat.exp
11221 * gdb.base/skip.exp
11222 * gdb.base/so-impl-ld.exp
11223 * gdb.base/solib-corrupted.exp
11224 * gdb.base/solib-disc.exp
11225 * gdb.base/solib-display.exp
11226 * gdb.base/solib-overlap.exp
11227 * gdb.base/solib-search.exp
11228 * gdb.base/solib-symbol.exp
11229 * gdb.base/source-execution.exp
11230 * gdb.base/sss-bp-on-user-bp-2.exp
11231 * gdb.base/sss-bp-on-user-bp.exp
11232 * gdb.base/stack-checking.exp
11233 * gdb.base/stale-infcall.exp
11234 * gdb.base/step-break.exp
11235 * gdb.base/step-line.exp
11236 * gdb.base/step-over-exit.exp
11237 * gdb.base/step-test.exp
11238 * gdb.base/structs.exp
11239 * gdb.base/sym-file.exp
11240 * gdb.base/symtab-search-order.exp
11241 * gdb.base/term.exp
11242 * gdb.base/type-opaque.exp
11243 * gdb.base/unload.exp
11244 * gdb.base/until-nodebug.exp
11245 * gdb.base/until.exp
11246 * gdb.base/unwindonsignal.exp
11247 * gdb.base/watch-cond.exp
11248 * gdb.base/watch-non-mem.exp
11249 * gdb.base/watch_thread_num.exp
11250 * gdb.base/watchpoint-reuse-slot.exp
11251 * gdb.base/watchpoint-solib.exp
11252 * gdb.base/watchpoint.exp
11253 * gdb.btrace/dlopen.exp
11254 * gdb.cell/arch.exp
11255 * gdb.cell/break.exp
11256 * gdb.cell/bt.exp
11257 * gdb.cell/core.exp
11258 * gdb.cell/data.exp
11259 * gdb.cell/dwarfaddr.exp
11260 * gdb.cell/ea-cache.exp
11261 * gdb.cell/ea-standalone.exp
11262 * gdb.cell/ea-test.exp
11263 * gdb.cell/f-regs.exp
11264 * gdb.cell/fork.exp
11265 * gdb.cell/gcore.exp
11266 * gdb.cell/mem-access.exp
11267 * gdb.cell/ptype.exp
11268 * gdb.cell/registers.exp
11269 * gdb.cell/sizeof.exp
11270 * gdb.cell/solib-symbol.exp
11271 * gdb.cell/solib.exp
11272 * gdb.compile/compile-tls.exp
11273 * gdb.cp/exception.exp
11274 * gdb.cp/gdb2495.exp
11275 * gdb.cp/local.exp
11276 * gdb.cp/mb-inline.exp
11277 * gdb.cp/mb-templates.exp
11278 * gdb.cp/pr10687.exp
11279 * gdb.cp/pr9167.exp
11280 * gdb.cp/scope-err.exp
11281 * gdb.cp/templates.exp
11282 * gdb.cp/virtfunc.exp
11283 * gdb.dwarf2/dw2-dir-file-name.exp
11284 * gdb.dwarf2/dw2-single-line-discriminators.exp
11285 * gdb.fortran/complex.exp
11286 * gdb.fortran/library-module.exp
11287 * gdb.guile/guile.exp
11288 * gdb.guile/scm-cmd.exp
11289 * gdb.guile/scm-frame-inline.exp
11290 * gdb.guile/scm-objfile.exp
11291 * gdb.guile/scm-pretty-print.exp
11292 * gdb.guile/scm-symbol.exp
11293 * gdb.guile/scm-type.exp
11294 * gdb.guile/scm-value.exp
11295 * gdb.linespec/keywords.exp
11296 * gdb.linespec/ls-errs.exp
11297 * gdb.linespec/macro-relative.exp
11298 * gdb.linespec/thread.exp
11299 * gdb.mi/mi-breakpoint-changed.exp
11300 * gdb.mi/mi-dprintf-pending.exp
11301 * gdb.mi/mi-fullname-deleted.exp
11302 * gdb.mi/mi-logging.exp
11303 * gdb.mi/mi-pending.exp
11304 * gdb.mi/mi-solib.exp
11305 * gdb.mi/new-ui-mi-sync.exp
11306 * gdb.mi/user-selected-context-sync.exp
11307 * gdb.multi/dummy-frame-restore.exp
11308 * gdb.multi/multi-arch-exec.exp
11309 * gdb.multi/remove-inferiors.exp
11310 * gdb.multi/watchpoint-multi-exit.exp
11311 * gdb.opt/solib-intra-step.exp
11312 * gdb.perf/backtrace.exp
11313 * gdb.perf/single-step.exp
11314 * gdb.perf/skip-command.exp
11315 * gdb.perf/skip-prologue.exp
11316 * gdb.perf/solib.exp
11317 * gdb.python/lib-types.exp
11318 * gdb.python/py-as-string.exp
11319 * gdb.python/py-bad-printers.exp
11320 * gdb.python/py-block.exp
11321 * gdb.python/py-breakpoint.exp
11322 * gdb.python/py-cmd.exp
11323 * gdb.python/py-events.exp
11324 * gdb.python/py-evthreads.exp
11325 * gdb.python/py-finish-breakpoint.exp
11326 * gdb.python/py-finish-breakpoint2.exp
11327 * gdb.python/py-frame-inline.exp
11328 * gdb.python/py-frame.exp
11329 * gdb.python/py-inferior.exp
11330 * gdb.python/py-infthread.exp
11331 * gdb.python/py-mi.exp
11332 * gdb.python/py-objfile.exp
11333 * gdb.python/py-pp-maint.exp
11334 * gdb.python/py-pp-registration.exp
11335 * gdb.python/py-prettyprint.exp
11336 * gdb.python/py-recurse-unwind.exp
11337 * gdb.python/py-shared.exp
11338 * gdb.python/py-symbol.exp
11339 * gdb.python/py-symtab.exp
11340 * gdb.python/py-template.exp
11341 * gdb.python/py-type.exp
11342 * gdb.python/py-unwind-maint.exp
11343 * gdb.python/py-unwind.exp
11344 * gdb.python/py-value.exp
11345 * gdb.python/python.exp
11346 * gdb.reverse/finish-reverse-bkpt.exp
11347 * gdb.reverse/insn-reverse.exp
11348 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11349 * gdb.reverse/solib-precsave.exp
11350 * gdb.reverse/solib-reverse.exp
11351 * gdb.stabs/gdb11479.exp
11352 * gdb.stabs/weird.exp
11353 * gdb.threads/fork-child-threads.exp
11354 * gdb.threads/fork-plus-threads.exp
11355 * gdb.threads/fork-thread-pending.exp
11356 * gdb.threads/forking-threads-plus-breakpoint.exp
11357 * gdb.threads/hand-call-in-threads.exp
11358 * gdb.threads/interrupted-hand-call.exp
11359 * gdb.threads/linux-dp.exp
11360 * gdb.threads/local-watch-wrong-thread.exp
11361 * gdb.threads/next-while-other-thread-longjmps.exp
11362 * gdb.threads/non-ldr-exit.exp
11363 * gdb.threads/pending-step.exp
11364 * gdb.threads/print-threads.exp
11365 * gdb.threads/process-dies-while-detaching.exp
11366 * gdb.threads/process-dies-while-handling-bp.exp
11367 * gdb.threads/pthreads.exp
11368 * gdb.threads/queue-signal.exp
11369 * gdb.threads/reconnect-signal.exp
11370 * gdb.threads/signal-command-handle-nopass.exp
11371 * gdb.threads/signal-command-multiple-signals-pending.exp
11372 * gdb.threads/signal-delivered-right-thread.exp
11373 * gdb.threads/signal-sigtrap.exp
11374 * gdb.threads/sigthread.exp
11375 * gdb.threads/staticthreads.exp
11376 * gdb.threads/stepi-random-signal.exp
11377 * gdb.threads/thread-unwindonsignal.exp
11378 * gdb.threads/thread_check.exp
11379 * gdb.threads/thread_events.exp
11380 * gdb.threads/tid-reuse.exp
11381 * gdb.threads/tls-nodebug.exp
11382 * gdb.threads/tls-shared.exp
11383 * gdb.threads/tls-so_extern.exp
11384 * gdb.threads/tls.exp
11385 * gdb.threads/wp-replication.exp
11386 * gdb.trace/actions-changed.exp
11387 * gdb.trace/actions.exp
11388 * gdb.trace/backtrace.exp
11389 * gdb.trace/change-loc.exp
11390 * gdb.trace/collection.exp
11391 * gdb.trace/deltrace.exp
11392 * gdb.trace/disconnected-tracing.exp
11393 * gdb.trace/entry-values.exp
11394 * gdb.trace/ftrace-lock.exp
11395 * gdb.trace/ftrace.exp
11396 * gdb.trace/infotrace.exp
11397 * gdb.trace/mi-trace-frame-collected.exp
11398 * gdb.trace/mi-trace-unavailable.exp
11399 * gdb.trace/mi-traceframe-changed.exp
11400 * gdb.trace/mi-tracepoint-changed.exp
11401 * gdb.trace/mi-tsv-changed.exp
11402 * gdb.trace/no-attach-trace.exp
11403 * gdb.trace/packetlen.exp
11404 * gdb.trace/passc-dyn.exp
11405 * gdb.trace/passcount.exp
11406 * gdb.trace/pending.exp
11407 * gdb.trace/pr16508.exp
11408 * gdb.trace/qtro.exp
11409 * gdb.trace/range-stepping.exp
11410 * gdb.trace/read-memory.exp
11411 * gdb.trace/report.exp
11412 * gdb.trace/save-trace.exp
11413 * gdb.trace/signal.exp
11414 * gdb.trace/stap-trace.exp
11415 * gdb.trace/status-stop.exp
11416 * gdb.trace/strace.exp
11417 * gdb.trace/tfile.exp
11418 * gdb.trace/tfind.exp
11419 * gdb.trace/trace-break.exp
11420 * gdb.trace/trace-condition.exp
11421 * gdb.trace/trace-enable-disable.exp
11422 * gdb.trace/trace-mt.exp
11423 * gdb.trace/tracecmd.exp
11424 * gdb.trace/tracefile-pseudo-reg.exp
11425 * gdb.trace/tspeed.exp
11426 * gdb.trace/tstatus.exp
11427 * gdb.trace/tsv.exp
11428 * gdb.trace/unavailable.exp
11429 * gdb.trace/while-dyn.exp
11430 * gdb.trace/while-stepping.exp
11431 * lib/gdb-guile.exp
11432 * lib/gdb.exp
11433 * lib/mi-support.exp
11434 * lib/pascal.exp
11435 * lib/perftest.exp
11436 * lib/prelink-support.exp
11437 * lib/selftest-support.exp
11438
11439 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11440
11441 * Makefile.in: Include disable-implicit-rules.mk.
11442
11443 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11444
11445 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11446 non-byte-aligned bit fields.
11447
11448 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11449
11450 PR gdb/12616
11451 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11452 respects the DW_AT_data_bit_offset attribute.
11453
11454 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11455
11456 * gdb.base/default.exp: Fix output of "set language".
11457
11458 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11459
11460 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11461 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11462 make.
11463 * configure.ac: Remove checks for the make program.
11464 * configure: Re-generate.
11465
11466 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11467
11468 * gdb.python/py-recurse-unwind.c (main): Add loop.
11469 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11470 to read_register() and gdb.parse_and_eval(). Make each code
11471 call a separate case that can be individually tested.
11472 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11473 proc. Call cont_and_backtrace for each of the code paths that
11474 we want to test in the unwinder.
11475
11476 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11477
11478 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11479 the definition of struct S.
11480
11481 2016-11-11 Catherine Moore <clm@codesourcery.com>
11482
11483 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11484
11485 2016-11-09 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.base/commands.exp (runto_or_return): New procedure.
11488 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11489 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11490 (progvar_simple_while_test, progvar_complex_if_while_test)
11491 (if_while_breakpoint_command_test)
11492 (infrun_breakpoint_command_test, breakpoint_command_test)
11493 (user_defined_command_test, watchpoint_command_test)
11494 (test_command_prompt_position, redefine_hook_test)
11495 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11496 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11497 multi_line_input and multi_line. Remove gdb_expect and
11498 gdb_stop_suppressing_tests uses.
11499 * lib/gdb.exp (valnum_re): New global.
11500 (multi_line_input): New procedure.
11501
11502 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11503
11504 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11505 Remove.
11506 (test_setup): Define with proc_with_prefix.
11507 (test_cli_inferior): Likewise.
11508 (test_cli_thread): Likewise.
11509 (test_cli_frame): Likewise.
11510 (test_cli_select_frame): Likewise.
11511 (test_cli_up_down): Likewise.
11512 (test_mi_thread_select): Likewise.
11513 (test_mi_stack_select_frame): Likewise.
11514 (test_cli_in_mi_inferior): Likewise.
11515 (test_cli_in_mi_thread): Likewise.
11516 (test_cli_in_mi_frame): Likewise.
11517 (top level): Do not use with_test_prefix_procname.
11518
11519 2016-11-09 Pedro Alves <palves@redhat.com>
11520
11521 * gdb.base/commands.exp (gdbvar_simple_if_test)
11522 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11523 (progvar_simple_if_test, progvar_simple_while_test)
11524 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11525 (infrun_breakpoint_command_test, breakpoint_command_test)
11526 (user_defined_command_test, watchpoint_command_test)
11527 (test_command_prompt_position, deprecated_command_test)
11528 (bp_deleted_in_command, temporary_breakpoint_commands)
11529 (stray_arg0_test, source_file_with_indented_comment)
11530 (recursive_source_test, if_commands_test)
11531 (error_clears_commands_left, redefine_hook_test)
11532 (redefine_backtrace_test): Use proc_with_prefix.
11533 * lib/gdb.exp (proc_with_prefix): New proc.
11534
11535 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11536
11537 * gdb.base/tui-layout.c: New file.
11538 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11539 disassembly window contains very long lines.
11540
11541 2016-11-08 Tom Tromey <tom@tromey.com>
11542
11543 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11544 depend on Python 2.
11545
11546 2016-11-08 Tom Tromey <tom@tromey.com>
11547
11548 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11549 New method.
11550
11551 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11552
11553 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11554
11555 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11556
11557 * gdb.rust/simple.rs: Add test for univariant enums without
11558 discriminants and for encoded struct-like enums.
11559
11560 2016-10-28 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11563 gdb_test_multiple, tighten regexps and match symtabs and line
11564 tables incrementally.
11565
11566 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11567
11568 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11569 general.
11570
11571 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11572
11573 * gdb.base/exec-invalid-sysroot.exp: New file.
11574
11575 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11576
11577 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11578
11579 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11580
11581 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11582
11583 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11584
11585 * gdb.base/killed-outside.exp: Remove $options from a call to
11586 `prepare_for_testing'.
11587
11588 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11589
11590 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11591 Change test message.
11592
11593 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11594
11595 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11596 Update comment.
11597
11598 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11599
11600 * gdb.trace/mi-trace-save.exp: New file.
11601
11602 2016-10-13 Yao Qi <yao.qi@linaro.org>
11603
11604 * gdb.base/code_elim.exp (get_var_address): Remove.
11605 * gdb.base/relocate.exp: Likewise.
11606 * gdb.base/shreloc.exp: Likewise.
11607 * lib/gdb.exp (get_var_address): New.
11608
11609 2016-10-13 Yao Qi <yao.qi@linaro.org>
11610
11611 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11612 floating point tests if $skip_float_test is false.
11613
11614 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11615
11616 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11617 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11618 argc values.
11619 Add 1 to argc so we guarantee distinct initial/modified argc values.
11620
11621 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11622
11623 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11624
11625 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11626
11627 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11628 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11629 * gdb.arch/vsx-regs.exp: Likewise.
11630
11631 2016-10-07 Yao Qi <yao.qi@linaro.org>
11632
11633 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11634
11635 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11636
11637 * gdb.python/python.exp: Test decode_line("*0").
11638
11639 2016-10-06 Doug Evans <dje@google.com>
11640
11641 * gdb.python/py-value.exp (test_value_creation): Add test for large
11642 unsigned 64-bit value.
11643
11644 2016-10-06 Tom Tromey <tom@tromey.com>
11645
11646 * gdb.compile/compile.exp: Change java tests to rust.
11647 * gdb.base/setshow.exp: Change java tests to rust.
11648 * gdb.base/default.exp: Remove java from language list.
11649 * README (Examples): Update language example.
11650 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11651 test.
11652 * lib/gdb.exp (skip_java_tests): Remove.
11653 * lib/java.exp: Remove.
11654 * gdb.java: Remove.
11655
11656 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11657
11658 * gdb.arch/mips-fcr.exp: New test.
11659 * gdb.arch/mips-fcr.c: Source for the new test.
11660
11661 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11662
11663 * gdb.base/solib-disc.exp: Use `standard_output_file'
11664 throughout.
11665
11666 2016-10-06 Pedro Alves <palves@redhat.com>
11667
11668 * gdb.base/jit-simple-dl.c: New file.
11669 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11670 * gdb.base/jit-simple.c: ... this.
11671 * gdb.base/jit-simple.exp (jit_run): Delete.
11672 (build_jit): New proc.
11673 (jit_test_reread): Recompile either the main program or the shared
11674 library, depending on what is being tested. Skip changing address
11675 if caller wants to. Compare before/after addresses. If testing
11676 standalone, explicitly load the binary. Test "maint info
11677 breakpoints".
11678 (top level): Add "standalone vs shared lib" and "change address"
11679 vs "same address" axes.
11680
11681 2016-10-06 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11684 call.
11685 (jit_run): Delete.
11686 (jit_test_reread): Use with_test_prefix. Reload the main binary
11687 explicitly. Compare the before/after addresses of the JIT
11688 descriptor.
11689
11690 2016-08-15 Doug Evans <dje@google.com>
11691
11692 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11693 for single bitfields is bool.
11694 * gdb.xml/tdesc-regs.exp: Ditto.
11695
11696 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11697
11698 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11699
11700 2016-10-05 Yao Qi <yao.qi@linaro.org>
11701
11702 * lib/gdb.exp (support_complex_tests): Return zero if
11703 gdb_skip_float_test return true.
11704
11705 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11706 Simon Marchi <simon.marchi@ericsson.com>
11707
11708 PR gdb/20487
11709 * gdb.mi/user-selected-context-sync.exp: New file.
11710 * gdb.mi/user-selected-context-sync.c: New file.
11711
11712 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11713 Simon Marchi <simon.marchi@ericsson.com>
11714
11715 PR gdb/20487
11716 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11717 =thread-select-event check.
11718
11719 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11720
11721 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11722 the compulsory L operand changes.
11723 * gdb.arch/powerpc-power.s: Likewise.
11724
11725 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11726
11727 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11728 * gdb.base/jit-attach-pie.c: New file.
11729 * gdb.base/jit-attach-pie.exp: New file.
11730
11731 2016-09-28 Pedro Alves <palves@redhat.com>
11732
11733 * gdb.base/infcall-input.c: New file.
11734 * gdb.base/infcall-input.exp: New file.
11735
11736 2016-09-22 Yao Qi <yao.qi@linaro.org>
11737
11738 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11739 (gdb_exit): Rename it to ...
11740 (gdbserver_gdb_exit): ... Close GDBserver.
11741 (gdb_exit): New proc, call gdbserver_gdb_exit.
11742 (mi_gdb_exit): Likewise.
11743
11744 2016-09-22 Yao Qi <yao.qi@linaro.org>
11745
11746 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11747 path.
11748 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11749 Remove duplication.
11750
11751 2016-09-22 Yao Qi <yao.qi@linaro.org>
11752
11753 * lib/gdbserver-support.exp: Check the existence of
11754 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11755
11756 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11757
11758 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11759
11760 2016-09-21 Tom Tromey <tom@tromey.com>
11761
11762 PR gdb/20604:
11763 * gdb.base/quit.exp: New file.
11764
11765 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11766
11767 * .gitignore: New file.
11768
11769 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11770
11771 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11772 throughout.
11773
11774 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11775
11776 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11777
11778 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11779
11780 * gdb.cp/casts.cc (decltype): Move it ...
11781 (main): ... with its call to ...
11782 * gdb.cp/casts03.cc: ... a new file.
11783 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11784
11785 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11786
11787 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11788
11789 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11790
11791 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11792 and sync up the test with tests in gas/testsuite/gas/ppc.
11793 * gdb.arch/powerpc-power.exp: Likewise.
11794
11795 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11796
11797 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11798
11799 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11800 Jan Kratochvil <jan.kratochvil@redhat.com>
11801
11802 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11803 make m1's definition to be different from m2's. Use 'dummy' as an
11804 argument for probe 'two'.
11805
11806 2016-09-10 Jon Beniston <jon@beniston.com>
11807
11808 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11809 for sim target.
11810
11811 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11812
11813 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11814 variable declaration.
11815 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11816 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11817 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11818 received HWCAP as its argument.
11819
11820 2016-09-06 Pedro Alves <palves@redhat.com>
11821
11822 * gdb.base/new-ui-pending-input.c: New file.
11823 * gdb.base/new-ui-pending-input.exp: New file.
11824 * gdb.exp (clear_gdb_spawn_id): New procedure.
11825 (with_spawn_id): Check whether gdb_spawn_id exists before
11826 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11827 on exit.
11828
11829 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11830
11831 * gdb.base/float128.c: New file.
11832 * gdb.base/float128.exp: Likewise.
11833 * gdb.base/floatn.c: Likewise.
11834 * gdb.base/floatn.exp: Likewise.
11835
11836 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11837
11838 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11839
11840 2016-09-05 Pedro Alves <palves@redhat.com>
11841
11842 PR backtrace/19927
11843 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11844 unwinders are immediately called as side effect of "source" or
11845 "disable unwinder" commands.
11846 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11847
11848 2016-09-02 Yao Qi <yao.qi@linaro.org>
11849
11850 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11851 is true and $type is "float" or "double".
11852
11853 2016-09-02 Yao Qi <yao.qi@linaro.org>
11854
11855 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11856 true.
11857 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11858 * gdb.base/call-rt-st.exp: Likewise.
11859 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11860 return value instead of gdb,skip_float_test.
11861 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11862 (do_function_calls): Use its return value instead of
11863 gdb,skip_float_test.
11864 * gdb.base/finish.exp: Likewise.
11865 * gdb.base/funcargs.exp: Likewise.
11866 * gdb.base/return.exp: Likewise.
11867 * gdb.base/return2.exp: Likewise.
11868 * gdb.base/varargs.exp: Likewise.
11869 * lib/gdb.exp (gdb_skip_float_test): Change it to
11870 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11871
11872 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11873
11874 * gdb.multi/tids.exp: Test "thread apply all".
11875
11876 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11877
11878 * gdb.base/default.exp (tty): Remove.
11879
11880 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11881
11882 * gdb.python/py-recurse-unwind.c: New file.
11883 * gdb.python/py-recurse-unwind.py: New file.
11884 * gdb.python/py-recurse-unwind.exp: New file.
11885
11886 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11887
11888 * gdb.base/set-inferior-tty.exp: New file.
11889 * gdb.base/set-inferior-tty.c: New file.
11890
11891 2016-08-23 Pedro Alves <palves@redhat.com>
11892
11893 PR gdb/20494
11894 * gdb.base/new-ui-echo.c: New file.
11895 * gdb.base/new-ui-echo.exp: New file.
11896
11897 2016-08-23 Yao Qi <yao.qi@linaro.org>
11898
11899 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11900 gdbserver_spawn.
11901 * gdb.server/connect-without-multi-process.exp (do_test):
11902 Likewise.
11903
11904 2016-08-23 Yao Qi <yao.qi@linaro.org>
11905
11906 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11907 standalone_txt. Delete gdb_txt and standalone_txt on host
11908 and target. Spawn the binary on target. Copy files from
11909 target to host.
11910
11911 2016-08-22 Pedro Alves <palves@redhat.com>
11912
11913 PR gdb/20505
11914 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11915 with_test_prefix. Factor out bits to ...
11916 (test_no_vdso): ... this new procedure.
11917
11918 2016-08-19 Carl Love <cel@us.ibm.com>
11919
11920 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11921 maintaining separate logic for constructing the output path.
11922 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11923 * gdb.arch/ppc-dfp.exp: Likewise.
11924 * gdb.arch/ppc-fp.exp: Likewise.
11925 * gdb.arch/vsx-regs.exp: Likewise.
11926 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11927 binprefix for generating the additional binary files.
11928
11929 2016-08-19 Pedro Alves <palves@redhat.com>
11930
11931 * gdb.trace/mi-trace-frame-collected.exp
11932 (test_trace_frame_collected): On x32, expect two registers.
11933
11934 2016-08-18 Carl Love <cel@us.ibm.com>
11935
11936 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11937 and sync up the test with tests in gas/testsuite/gas/ppc.
11938 * gdb.arch/powerpc-power.exp: Likewise.
11939
11940 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11941
11942 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11943 expected error message.
11944
11945 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11946
11947 * gdb.multi/remove-inferiors.exp: New file.
11948 * gdb.multi/remove-inferiors.c: New file.
11949
11950 2016-08-12 Yao Qi <yao.qi@linaro.org>
11951
11952 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11953 argument list.
11954
11955 2016-08-10 Pedro Alves <palves@redhat.com>
11956
11957 PR gdb/19187
11958 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11959 setup_kfails.
11960
11961 2016-08-09 Pedro Alves <palves@redhat.com>
11962 Simon Marchi <simon.marchi@ericsson.com>
11963
11964 PR gdb/20418
11965 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11966 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11967
11968 2016-08-09 Pedro Alves <palves@redhat.com>
11969
11970 PR mi/20431
11971 * gdb.mi/mi-cmd-error.exp: New file.
11972
11973 2016-08-09 Pedro Alves <palves@redhat.com>
11974
11975 PR gdb/18653
11976 * gdb.base/signals-state-child.c: New file.
11977 * gdb.base/signals-state-child.exp: New file.
11978 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11979
11980 2016-08-09 Pedro Alves <palves@redhat.com>
11981
11982 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11983
11984 2016-08-03 Tom Tromey <tom@tromey.com>
11985
11986 PR python/18565:
11987 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11988
11989 2016-08-01 Yao Qi <yao.qi@linaro.org>
11990
11991 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11992 variable mode to "multi-process" if $multi_process is 1, otherwise
11993 set it to "single-process".
11994
11995 2016-08-01 Yao Qi <yao.qi@linaro.org>
11996
11997 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11998 * gdb.cp/cpexprs.exp: Likewise.
11999 * gdb.cp/m-static.exp: Likewise.
12000
12001 2016-07-26 Tom Tromey <tom@tromey.com>
12002
12003 PR python/20190:
12004 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12005 test.
12006
12007 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12008
12009 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12010 selecting assembly source files.
12011 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12012 assembly source files.
12013 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12014 assembly source files.
12015 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12016 selecting assembly source files.
12017
12018 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12019
12020 * gdb.base/new-ui.exp (do_test_invalid_args): New
12021 procedure.
12022
12023 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12024
12025 * gdb.btrace/reconnect.c: New file.
12026 * gdb.btrace/reconnect.exp: New file.
12027
12028 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12029
12030 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12031 to test_catch_syscall_group.
12032 (test_catch_syscall_group): New.
12033
12034 2016-07-21 Tom Tromey <tom@tromey.com>
12035
12036 * gdb.rust/simple.rs (main): Use empty struct expression.
12037 * gdb.rust/simple.exp: Add tests for empty struct expression.
12038
12039 2016-07-21 Yao Qi <yao.qi@linaro.org>
12040
12041 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12042 if gdb_skip_xml_test is true on some targets.
12043
12044 2016-07-21 Yao Qi <yao.qi@linaro.org>
12045
12046 * gdb.server/solib-list.exp: Unset last_loaded_file.
12047
12048 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12049
12050 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12051 "step into captured_main (args)".
12052
12053 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12054
12055 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12056
12057 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12058
12059 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12060
12061 2016-07-19 Pedro Alves <palves@redhat.com>
12062
12063 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12064 * gdb.opt/inline-bt.exp: Likewise.
12065 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12066 additional_flags=-Winline.
12067 * gdb.opt/inline-locals.exp: Likewise.
12068 * gdb.opt/inline-markers.c (ATTR): Define.
12069 (inlined_fn): Use it.
12070
12071 2016-07-19 Yao Qi <yao.qi@linaro.org>
12072
12073 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12074 (test_with_self): Remove some code. Remove argument executable.
12075 (top-level): Use do_self_tests.
12076
12077 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12078 Don Breazeal <donb@codesourcery.com>
12079
12080 * gdb.base/maint.exp: Escape paths used in regular expressions.
12081 * gdb.stabs/weird.exp: Likewise.
12082
12083 2016-07-13 Tom Tromey <tom@tromey.com>
12084
12085 PR python/15620, PR python/18620:
12086 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12087 (test_bkpt_events): New procs.
12088
12089 2016-07-13 Tom Tromey <tom@tromey.com>
12090
12091 PR python/17698:
12092 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12093 test.
12094 (test_watchpoints): Likewise.
12095 (test_bkpt_pending): New proc.
12096
12097 2016-07-13 Tom Tromey <tom@tromey.com>
12098
12099 PR cli/18053:
12100 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12101 completion test.
12102
12103 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12104
12105 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12106 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12107 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12108 f_label.
12109 (g): Rename g_end_lbl to g_label.
12110 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12111 low_pc and high_pc.
12112 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12113
12114 2016-07-12 Tom Tromey <tom@tromey.com>
12115
12116 PR python/19293:
12117 * gdb.python/py-unwind-maint.exp: Update tests.
12118
12119 2016-07-12 Yao Qi <yao.qi@linaro.org>
12120
12121 * lib/selftest-support.exp (selftest_setup): Match the output
12122 when captured_main is inlined.
12123
12124 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12125
12126 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12127 New variables.
12128 (print this%a, print this%b, print this): New tests.
12129 * gdb.fortran/derived-types.f90 (this): New object and
12130 initialization.
12131
12132 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12133
12134 * gdb.ada/arraydim.exp: Remove extra directory level in build
12135 directory.
12136
12137 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12138
12139 * lib/ada.exp: Remove extra directory level in build directory.
12140 * gdb.ada/cond_lang.exp: Likewise.
12141 * gdb.ada/exec_changed.exp: Likewise.
12142 * gdb.ada/lang_switch.exp: Likewise.
12143
12144 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12145
12146 * simple.rs: Add test for raw pointer subscripting.
12147 * simple.exp: Add test expectations.
12148
12149 2016-07-05 Yao Qi <yao.qi@linaro.org>
12150
12151 * gdb.mi/mi-reverse.exp: Match =record-started output.
12152
12153 2016-07-01 Pedro Alves <palves@redhat.com>
12154
12155 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12156 procedure.
12157 (jit_reader_test): Test the jit reader's unwinder.
12158 * gdb.base/jithost.c (jit_function_00_code): New global.
12159 (main): Use memcpy to fill in the mmapped code, instead of poking
12160 bytes manually here.
12161 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12162 value.
12163 (read_debug_info): Save the function's range.
12164 (read_sp): New function.
12165 (unwind_frame): Use it. Also unwind RBP.
12166 (get_frame_id): Use read_sp.
12167 (gdb_init_reader): Use calloc instead of malloc.
12168 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12169 parameter. Use gdb_test_multiple.
12170
12171 2016-07-01 Pedro Alves <palves@redhat.com>
12172 Antoine Tremblay <antoine.tremblay@ericsson.com>
12173
12174 * gdb.threads/process-dies-while-detaching.c: New file.
12175 * gdb.threads/process-dies-while-detaching.exp: New file.
12176
12177 2016-07-01 Pedro Alves <palves@redhat.com>
12178
12179 * gdb.multi/watchpoint-multi-exit.c: New file.
12180 * gdb.multi/watchpoint-multi-exit.exp: New file.
12181
12182 2016-06-30 Pedro Alves <palves@redhat.com>
12183
12184 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12185 unset inferior_spawn_id.
12186
12187 2016-06-30 Pedro Alves <palves@redhat.com>
12188
12189 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12190 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12191
12192 2016-06-29 Yao Qi <yao.qi@linaro.org>
12193
12194 * gdb.base/return.c: Add copyright header.
12195
12196 2016-06-29 Tom Tromey <tom@tromey.com>
12197
12198 PR python/20129:
12199 * gdb.python/py-framefilter.exp: Add tests for setting priority
12200 and disabling of non-existent frame filter.
12201
12202 2016-06-29 Yao Qi <yao.qi@linaro.org>
12203
12204 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12205 0x0f07ff.
12206
12207 2016-06-28 Yao Qi <yao.qi@linaro.org>
12208
12209 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12210 triplets. Start gdb, execute catch syscall, and continue. Check
12211 gdb's output to determine catch syscall is supported.
12212
12213 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12214
12215 * gdb.rust/simple.rs: Add test for returning unit in a function.
12216 * gdb.rust/simple.exp: Add expectation for functions returning
12217 unit.
12218
12219 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12220
12221 * gdb.python/py-breakpoint-create-fail.c,
12222 gdb.python/py-breakpoint-create-fail.exp,
12223 gdb.python/py-breakpoint-create-fail.py: New testcase.
12224
12225 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12226
12227 PR gdb/20239
12228 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12229 * gdb.rust/simple.exp: Add test expectations for new NonZero
12230 tests.
12231
12232 2016-06-24 David Taylor <dtaylor@emc.com>
12233
12234 * gdb.base/offsets.exp: New file.
12235 * gdb.base/offsets.c: New file.
12236
12237 2016-06-23 Tom Tromey <tom@tromey.com>
12238
12239 PR gdb/16483:
12240 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12241 before any filters are loaded.
12242
12243 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12244
12245 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12246 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12247 structs.
12248 * gdb.fortran/derived-type-function.exp: New file.
12249 * gdb.fortran/derived-type-function.f90: New file.
12250
12251
12252 2016-06-21 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.base/new-ui.exp: New file.
12255 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12256 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12257 (with_spawn_id): New procedure.
12258
12259 2016-06-21 Pedro Alves <palves@redhat.com>
12260
12261 * gdb.mi/mi-exec-run.exp: New file.
12262
12263 2016-06-21 Pedro Alves <palves@redhat.com>
12264
12265 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12266 breakpoint command's output on the main UI.
12267 (test_break): New procedure, factored out from calls in the top
12268 level.
12269 (top level): Use foreach_with_prefix to test MI as main UI and as
12270 separate UI.
12271
12272 2016-06-21 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12275 (test_awatch_creation_and_listing)
12276 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12277 Remove 'type' parameter.
12278 (test_watchpoint_all): New parameter mi_mode. Remove
12279 with_test_prefix.
12280 (top level): Use foreach_with_prefix, and add main/separate UI MI
12281 testing axis.
12282
12283 2016-06-21 Pedro Alves <palves@redhat.com>
12284
12285 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12286 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12287 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12288 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12289 (gdb_main_spawn_id, mi_spawn_id): Declare and
12290 comment.
12291 (mi_create_inferior_pty): New procedure,
12292 factored out from default_mi_gdb_start.
12293 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12294 procedures.
12295 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12296 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12297 Use mi_create_inferior_pty.
12298 (mi_gdb_start): Use eval to pass down args list.
12299
12300 2016-06-21 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12303 * gdb.opt/inline-cmds.exp: Add MI tests.
12304
12305 2016-06-21 Pedro Alves <palves@redhat.com>
12306
12307 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12308
12309 2016-06-21 Pedro Alves <palves@redhat.com>
12310
12311 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12312 (top level): Use it instead of mi_execute_to.
12313
12314 2016-06-21 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12317 (cont_handler_str): New.
12318 (signal_stop_handler): Set stop_handler_str instead of printing to
12319 stdout.
12320 (continue_handler): Set cont_handler_str instead of printing to
12321 stdout.
12322 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12323 mi_send_resuming_command. Print stop_handler_str and
12324 cont_handler_str instead of expecting the python events print
12325 directly.
12326
12327 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12328
12329 * gdb.base/jit-reader.exp: New file.
12330 * gdb.base/jithost.c: New file.
12331 * gdb.base/jithost.h: New file.
12332 * gdb.base/jitreader.c : New file.
12333 * gdb.base/jit-protocol.h: New file.
12334
12335 2016-06-17 Yao Qi <yao.qi@linaro.org>
12336
12337 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12338 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12339 and detach-on-fork. Adjust tests.
12340 (top level): Invoke break_cond_on_syscall with combinations of
12341 syscall, follow-fork-mode and detach-on-fork.
12342
12343 2016-06-17 Yao Qi <yao.qi@linaro.org>
12344
12345 * gdb.base/step-over-exit.c: New.
12346 * gdb.base/step-over-exit.exp: New.
12347
12348 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12349
12350 * gdb.base/float.exp: Add target check for nds32*-*-*.
12351 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12352
12353 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12354
12355 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12356 for unsupported target features.
12357 * gdb.base/call-rt-st.exp: Likewise.
12358 * gdb.base/call-sc.exp: Likewise.
12359 * gdb.base/call-signal-resume.exp: Likewise.
12360 * gdb.base/call-strs.exp: Likewise.
12361 * gdb.base/callexit.exp: Likewise.
12362 * gdb.base/callfuncs.exp: Likewise.
12363 * gdb.base/nodebug.exp: Likewise.
12364 * gdb.base/printcmds.exp: Likewise.
12365 * gdb.base/ptype.exp: Likewise.
12366 * gdb.base/structs.exp: Likewise.
12367 * gdb.base/unwindonsignal.exp: Likewise.
12368 * gdb.cp/gdb2495.exp: Likewise.
12369 * gdb.cp/templates.exp: Likewise.
12370 * gdb.cp/virtfunc.exp: Likewise.
12371 * gdb.threads/hand-call-in-threads.exp: Likewise.
12372 * gdb.threads/interrupted-hand-call.exp: Likewise.
12373 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12374
12375 2016-06-10 Tom Tromey <tom@tromey.com>
12376
12377 PR rust/20110:
12378 * gdb.rust/expr.exp: Add test for integer constant larger than
12379 i32.
12380
12381 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12382
12383 * gdb.fortran/nested-funcs.exp: New.
12384 * gdb.fortran/nested-funcs.f90: New.
12385
12386 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12387
12388 * gdb.base/examine-backward.c: New file.
12389 * gdb.base/examine-backward.exp: New file.
12390
12391 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12392
12393 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12394 matching.
12395
12396 2016-06-02 Tom Tromey <tom@tromey.com>
12397
12398 PR python/18984:
12399 * gdb.python/py-shared.exp: Add solib_name test.
12400
12401 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12402
12403 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12404
12405 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12406
12407 PR c++/19893
12408 * gdb.dwarf2/implref.exp: Rename to...
12409 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12410 * gdb.dwarf2/implref-array.c: New file.
12411 * gdb.dwarf2/implref-array.exp: Likewise.
12412 * gdb.dwarf2/implref-global.c: Likewise.
12413 * gdb.dwarf2/implref-global.exp: Likewise.
12414 * gdb.dwarf2/implref-struct.c: Likewise.
12415 * gdb.dwarf2/implref-struct.exp: Likewise.
12416
12417 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12418
12419 * gdb.trace/trace-condition.exp: Add 64bit tests.
12420
12421 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12422
12423 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12424 bits types.
12425 (main): Adapt to 8 to 64 bits types.
12426 * gdb.trace/trace-condition.exp: Add new tests.
12427
12428 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12429
12430 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12431
12432 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12433
12434 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12435 Move condition tests...
12436 * gdb.trace/trace-condition.exp: Here.
12437
12438 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12439
12440 * gdb.trace/trace-condition.exp: Add counter-case tests.
12441
12442 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12443
12444 PR c++/15231
12445 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12446 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12447
12448 2016-05-27 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12451 New procedure.
12452 (top level): Call it, and bail out of DejaGnu is known to be bad.
12453
12454 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12455
12456 * gdb.base/whatis.c: Extend the test case.
12457 * gdb.base/whatis.exp: Add additional tests.
12458
12459 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12460
12461 * gdb.fortran/type.f90: Add pointer variable.
12462 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12463
12464 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12465
12466 * gdb.fortran/vla-type.exp: Fix testcase name.
12467
12468 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12469
12470 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12471
12472 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12473
12474 * gdb.fortran/type.f90: Add nested structures.
12475 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12476 * gdb.fortran/derived-type.exp: Adapt expected output.
12477 * gdb.fortran/vla-type.exp: Adapt expected output.
12478
12479 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12480
12481 * gdb.fortran/whatis_type.exp: Adapt expected output.
12482
12483 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12484
12485 * gdb.fortran/print_type.exp: Fix expected output.
12486 * gdb.fortran/whatis_type.exp: Fix expected output.
12487
12488 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12489
12490 * gdb.fortran/whatis_type.exp: Use multi_line.
12491
12492 2016-05-24 Tom Tromey <tom@tromey.com>
12493
12494 PR python/17386:
12495 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12496 use value as an index.
12497
12498 2016-05-23 Tom Tromey <tom@tromey.com>
12499
12500 PR python/17981:
12501 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12502 no-breakpoint case.
12503
12504 2016-05-24 Pedro Alves <palves@redhat.com>
12505
12506 PR gdb/19828
12507 * gdb.threads/clone-attach-detach.c: New file.
12508 * gdb.threads/clone-attach-detach.exp: New file.
12509
12510 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12511
12512 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12513
12514 2016-05-23 Tom Tromey <tom@tromey.com>
12515
12516 PR python/19438, PR python/18393:
12517 * gdb.python/py-progspace.exp: Add "dir" test.
12518 * gdb.python/py-objfile.exp: Add "dir" test.
12519
12520 2016-05-23 Yao Qi <yao.qi@linaro.org>
12521
12522 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12523 * gdb.arch/thumb2-it.exp: Likewise.
12524
12525 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12526
12527 * gdb.mi/mi-threads-interrupt.c: New file.
12528 * gdb.mi/mi-threads-interrupt.exp: New file.
12529
12530 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12531
12532 PR gdb/18077
12533 * gdb.mi/mi-async-run.exp: New file.
12534 * gdb.mi/mi-async-run.c: New file.
12535
12536 2016-05-17 Tom Tromey <tom@tromey.com>
12537 Manish Goregaokar <manishsmail@gmail.com>
12538
12539 * lib/rust-support.exp: New file.
12540 * lib/gdb.exp (skip_rust_tests): New proc.
12541 (build_executable_from_specs): Handle rust.
12542 * lib/future.exp (gdb_find_rustc): New proc.
12543 (gdb_default_target_compile): Handle rust.
12544 * gdb.rust/expr.exp: New file.
12545 * gdb.rust/generics.exp: New file.
12546 * gdb.rust/generics.rs: New file.
12547 * gdb.rust/methods.exp: New file.
12548 * gdb.rust/methods.rs: New file.
12549 * gdb.rust/modules.exp: New file.
12550 * gdb.rust/modules.rs: New file.
12551 * gdb.rust/simple.exp: New file.
12552 * gdb.rust/simple.rs: New file.
12553
12554 2016-05-17 Tom Tromey <tom@tromey.com>
12555
12556 * gdb.base/default.exp (set language): Add rust.
12557
12558 2016-05-17 Tom Tromey <tom@tromey.com>
12559
12560 * gdb.gdb/unittest.exp: New file.
12561
12562 2016-05-16 Yao Qi <yao.qi@linaro.org>
12563
12564 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12565 shell_prompt. Update shell_prompt_re.
12566
12567 2016-05-12 Doug Evans <dje@google.com>
12568
12569 PR symtab/19999
12570 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12571 $options when building executable.
12572 * gdb.dwarf2/fission-loclists-pie.S: New file.
12573 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12574
12575 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12576
12577 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12578 of [is_remote target],
12579
12580 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12581
12582 * lib/gdb.exp (use_gdb_stub): New procedure.
12583
12584 2016-05-03 Yunlian Jiang <yunlian@google.com>
12585 Doug Evans <dje@google.com>
12586
12587 PR symtab/19914
12588 * gdb.dwarf2/dwp-sepdebug.c: New file.
12589 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12590
12591 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12592
12593 * gdb.base/detach.exp: Remove is_remote check.
12594
12595 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12596
12597 * gdb.base/annota-input-while-running.exp: Don't check for
12598 [is_remote target]. Enable annotations after running to main.
12599 Remove unused "set test..." line.
12600
12601 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12602
12603 * gdb.trace/trace-enable-disable.exp: New file.
12604 * gdb.trace/trace-enable-disable.c: New file.
12605
12606 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12607
12608 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12609 use it in info sharedlibrary test.
12610 * gdb.trace/ftrace-lock.exp: Likewise.
12611 * gdb.trace/ftrace.exp: Likewise.
12612 * gdb.trace/range-stepping.exp: Likewise.
12613 * gdb.trace/trace-break.exp: Likewise.
12614 * gdb.trace/trace-condition.exp: Likewise.
12615 * gdb.trace/trace-mt.exp: Likewise.
12616
12617 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12618
12619 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12620 (gdb_load_shlib): ... this.
12621 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12622 gdb_load_shlib.
12623 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12624 * gdb.base/ctxobj.exp: Likewise.
12625 * gdb.base/dprintf-pending.exp: Likewise.
12626 * gdb.base/dso2dso.exp: Likewise.
12627 * gdb.base/fixsection.exp: Likewise.
12628 * gdb.base/gcore-relro.exp: Likewise.
12629 * gdb.base/gdb1555.exp: Likewise.
12630 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12631 * gdb.base/gnu-ifunc.exp: Likewise.
12632 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12633 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12634 * gdb.base/pending.exp: Likewise.
12635 * gdb.base/print-file-var.exp: Likewise.
12636 * gdb.base/print-symbol-loading.exp: Likewise.
12637 * gdb.base/shlib-call.exp: Likewise.
12638 * gdb.base/shreloc.exp: Likewise.
12639 * gdb.base/so-impl-ld.exp: Likewise.
12640 * gdb.base/solib-disc.exp: Likewise.
12641 * gdb.base/solib-nodir.exp: Likewise.
12642 * gdb.base/solib-overlap.exp: Likewise.
12643 * gdb.base/solib-symbol.exp: Likewise.
12644 * gdb.base/solib-weak.exp (do_test): Likewise.
12645 * gdb.base/sym-file.exp: Likewise.
12646 * gdb.base/symtab-search-order.exp: Likewise.
12647 * gdb.base/type-opaque.exp: Likewise.
12648 * gdb.base/unload.exp: Likewise.
12649 * gdb.base/watchpoint-solib.exp: Likewise.
12650 * gdb.compile/compile.exp: Likewise.
12651 * gdb.cp/gdb2384.exp: Likewise.
12652 * gdb.cp/infcall-dlopen.exp: Likewise.
12653 * gdb.cp/re-set-overloaded.exp: Likewise.
12654 * gdb.fortran/library-module.exp: Likewise.
12655 * gdb.opt/solib-intra-step.exp: Likewise.
12656 * gdb.python/py-finish-breakpoint.exp: Likewise.
12657 * gdb.python/py-shared.exp: Likewise.
12658 * gdb.reverse/solib-precsave.exp: Likewise.
12659 * gdb.reverse/solib-reverse.exp: Likewise.
12660 * gdb.server/solib-list.exp: Likewise.
12661 * gdb.threads/dlopen-libpthread.exp: Likewise.
12662 * gdb.threads/tls-shared.exp: Likewise.
12663 * gdb.threads/tls-so_extern.exp: Likewise.
12664 * gdb.trace/change-loc.exp: Likewise.
12665 * gdb.trace/ftrace-lock.exp: Likewise.
12666 * gdb.trace/ftrace.exp: Likewise.
12667 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12668 * gdb.trace/pending.exp: Likewise.
12669 * gdb.trace/range-stepping.exp: Likewise.
12670 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12671 (strace_info_marker): Likewise.
12672 (strace_probe_marker): Likewise.
12673 (strace_trace_on_same_addr): Likewise.
12674 (strace_trace_on_diff_addr): Likewise.
12675 * gdb.trace/trace-break.exp: Likewise.
12676 * gdb.trace/trace-condition.exp: Likewise.
12677 * gdb.trace/trace-mt.exp: Likewise.
12678
12679 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12680
12681 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12682 result of gdb_remote_download.
12683 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12684 * gdb.base/dso2dso.exp: Likewise.
12685 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12686 * gdb.base/print-file-var.exp: Likewise.
12687 * gdb.base/shlib-call.exp: Likewise.
12688 * gdb.base/shreloc.exp: Likewise.
12689 * gdb.base/solib-overlap.exp: Likewise.
12690 * gdb.base/solib-weak.exp (do_test): Likewise.
12691 * gdb.base/unload.exp: Likewise.
12692
12693 2016-04-27 Yao Qi <yao.qi@linaro.org>
12694
12695 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12696 exists.
12697
12698 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12699
12700 * vla-type.exp: Print structure from toplevel.
12701
12702 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12703
12704 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12705 of dynamic types.
12706 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12707 of dynamic types.
12708
12709 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12710
12711 * gdb.fortran/vla-type.f90: New file.
12712 * gdb.fortran/vla-type.exp: New file.
12713
12714 2016-04-25 Yao Qi <yao.qi@linaro.org>
12715
12716 * gdb.base/branch-to-self.c: New file.
12717 * gdb.base/branch-to-self.exp: New file.
12718
12719 2016-04-22 Yao Qi <yao.qi@linaro.org>
12720
12721 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12722 more after $hex.
12723
12724 2016-04-22 Yao Qi <yao.qi@linaro.org>
12725
12726 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12727 * gdb.base/annota3.exp: Likewise.
12728
12729 2016-04-22 Yao Qi <yao.qi@linaro.org>
12730
12731 * gdb.reverse/step-precsave.exp: Do one step and test program
12732 stops in "callee" and do multiple steps until program goes out
12733 of "callee".
12734 * gdb.reverse/step-reverse.exp: Likewise.
12735
12736 2016-04-22 Yao Qi <yao.qi@linaro.org>
12737
12738 * gdb.trace/signal.exp: Also pass if
12739 $tracepoint_hits($i) > $iterations.
12740
12741 2016-04-22 Yao Qi <yao.qi@linaro.org>
12742
12743 * gdb.trace/signal.c: New file.
12744 * gdb.trace/signal.exp: New file.
12745
12746 2016-04-19 Doug Evans <xdje42@gmail.com>
12747
12748 * gdb.base/bad-file.exp: New file.
12749
12750 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12751
12752 * gdb.dwarf2/implref.exp: New file.
12753
12754 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12755
12756 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12757 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12758 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12759 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12760 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12761 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12762 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12763 * lib/fortran.exp (fortran_int4): New procedure.
12764 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12765 (fortran_logical4): Likewise.
12766
12767 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12768
12769 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12770
12771 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12772
12773 * lib/compiler.c: Add Intel specific preprocessor macros.
12774 * lib/compiler.cc: Likewise.
12775
12776 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12777
12778 * gdb.server/connect-with-no-symbol-file.c: New file.
12779 * gdb.server/connect-with-no-symbol-file.exp: New file.
12780
12781 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12782
12783 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12784
12785 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12786
12787 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12788 standard output directory.
12789
12790 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12791
12792 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12793
12794 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12795
12796 * gdb.btrace/instruction_history.c (loop): Add declaration.
12797
12798 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12799
12800 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12801
12802 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12803
12804 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12805 parentheses to print.
12806 (continue_handler): Likewise.
12807
12808 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12809
12810 * gdb.server/solib-list.exp: Remove is_remote check.
12811 Pass shlib= to gdb_compile. Don't link shared library with
12812 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12813 Run binary filename through "readlink -f" on the target.
12814
12815 2016-04-08 Pedro Alves <palves@redhat.com>
12816
12817 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12818 interpreter filename as argument to gdbserver_spawn.
12819 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12820 Return empty if $last_loaded_file does not exist.
12821
12822 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12823
12824 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12825 * gdb.base/jit-main.c: Use exit after usage.
12826
12827 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12828
12829 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12830 GDBHISTSIZE prior to the tests.
12831 * gdb.base/gdbinit-history.exp: Likewise.
12832
12833 2016-04-07 Pedro Alves <palves@redhat.com>
12834
12835 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12836 instead of build_executable. Use gdb_load_shlibs.
12837
12838 2016-04-07 Yao Qi <yao.qi@linaro.org>
12839
12840 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12841 Execute "si" command.
12842
12843 2016-04-07 Yao Qi <yao.qi@linaro.org>
12844
12845 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12846 number instead of the comments on some line.
12847
12848 2016-04-06 Don Breazeal <donb@codesourcery.com>
12849
12850 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12851 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12852
12853 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12854
12855 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12856 standard_output_file. Remove unused binfile variable.
12857
12858 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12859
12860 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12861 * gdb.python/py-mi-objfile.exp: Match "list main" output
12862 in console format.
12863
12864 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12865
12866 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12867 absolute.
12868
12869 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12870
12871 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12872 absolute.
12873 * gdb.trace/ftrace.exp: Likewise.
12874 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12875 targets as well.
12876 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12877 (gdb_load_shlibs): Copy libraries to test directory when testing
12878 natively. Only set solib-search-path if testing remotely.
12879 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12880
12881 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12882
12883 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12884 gdb_download. Use it even if the target is not remote.
12885 * gdb.base/jit.exp (compile_jit_test): Likewise.
12886 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12887 output directory if the destination board is local, otherwise use
12888 the standard remote_download from DejaGnu.
12889 (gdb_download): Remove.
12890 (gdb_load_shlibs): Use gdb_remote_download instead of
12891 gdb_download.
12892 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12893 Use gdb_remote_download instead of gdb_download. Use it even if
12894 the target is not remote.
12895 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12896 instead of gdb_download.
12897
12898 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12899
12900 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12901 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12902 run.
12903
12904 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12905
12906 PR gdb/19820
12907 * gdb.base/printcmds.exp: Add artificial arrays tests.
12908
12909 2016-03-31 Pedro Alves <palves@redhat.com>
12910
12911 PR gdb/19858
12912 * gdb.base/jit-main.c: Include unistd.h.
12913 (ATTACH): Define to 0 if not already defined.
12914 (wait_for_gdb, mypid): New globals.
12915 (WAIT_FOR_GDB): New macro.
12916 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12917 some breakpoint locations.
12918 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12919 New procedures.
12920 (one_jit_test): Add REATTACH parameter, and handle it. Use
12921 continue_to_test_location.
12922 (top level): Test attach, and adjusts calls to one_jit_test.
12923
12924 2016-03-31 Pedro Alves <palves@redhat.com>
12925
12926 PR gdb/19858
12927 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12928 BINSUFFIX parameter, and handle it.
12929 (top level): Adjust calls compile_jit_test.
12930
12931 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12932
12933 PR python/19743
12934 * gdb.python/py-mi-events-gdb.py: New file.
12935 * gdb.python/py-mi-events.c: New file.
12936 * gdb.python/py-mi-events.exp: New file.
12937
12938 2016-03-30 Yao Qi <yao.qi@linaro.org>
12939
12940 * gdb.reverse/until-precsave.exp: Match function name only.
12941 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12942 Move malloc to a condition block.
12943 * gdb.reverse/until-reverse.exp: Match function name only.
12944
12945 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12946
12947 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12948 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12949 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12950 variable for GPR 0 instead of assuming it is register 0.
12951 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12952 * lib/trace-support.exp: Add s390 registers.
12953
12954 2016-03-29 Yao Qi <yao.qi@linaro.org>
12955
12956 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12957
12958 2016-03-24 Yao Qi <yao.qi@linaro.org>
12959
12960 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12961 test message.
12962
12963 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12964
12965 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12966 maintaining separate logic for constructing the output path.
12967
12968 2016-03-16 Don Breazeal <donb@codesourcery.com>
12969
12970 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12971 Retry fork and waitpid on interrupted system call errors.
12972 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12973 Use with_timeout_factor to increase timeout by factor of 10.
12974
12975 2016-03-15 Don Breazeal <donb@codesourcery.com>
12976
12977 * gdb.cp/scope-err.cc: New test program.
12978 * gdb.cp/scope-err.exp: New test script.
12979 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12980 lines and "set breakpoint here" comment.
12981 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12982 Fixed some whitespace and format issues.
12983 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12984 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12985
12986 2016-03-15 Doug Evans <dje@google.com>
12987
12988 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12989 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12990 All callers updated. Add tests for enums, mixed flags register.
12991
12992 2016-03-15 Doug Evans <dje@google.com>
12993
12994 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12995 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12996
12997 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12998
12999 * gdb.base/default.exp: Add $_as_string to the list of expected
13000 convenience functions.
13001
13002 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13003
13004 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13005
13006 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13007
13008 * gdb.python/py-as-string.exp: New file.
13009 * gdb.python/py-as-string.c: New file.
13010
13011 2016-03-09 Pedro Alves <palves@redhat.com>
13012
13013 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13014 signal" -> "Thread NN received signal" output change.
13015 * gdb.threads/ia64-sigill.exp: Likewise.
13016 * gdb.threads/linux-dp.exp: Likewise.
13017 * gdb.threads/manythreads.exp: Likewise.
13018 * gdb.threads/pending-step.exp: Likewise.
13019 * gdb.threads/print-threads.exp: Likewise.
13020 * gdb.threads/sigstep-threads.exp: Likewise.
13021 * gdb.threads/staticthreads.exp: Likewise.
13022 * gdb.threads/tls.exp: Likewise.
13023
13024 2016-03-09 Pedro Alves <palves@redhat.com>
13025
13026 * gdb.base/command-line-input.exp: New file.
13027
13028 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13029
13030 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13031 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13032 * gdb.trace/pending.exp: Accept leading dot before function name.
13033 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13034 * lib/trace-support.exp: Set registers for ppc.
13035
13036 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13037
13038 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13039 use it for disassembly; accept .main in addition to main in backtrace.
13040
13041 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13042 Marcin Kościelnicki <koriakin@0x04.net>
13043
13044 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13045 (gdb_recursion_test_ptr): New global variable.
13046 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13047 gdb_recursion_test.
13048 (gdb_c_test): Ditto.
13049
13050 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13051
13052 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13053 ordering.
13054
13055 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13056
13057 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13058 (bar): Add bar_start_lbl label.
13059 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13060 of foo/bar for emitting DWARF and tracing.
13061
13062 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13063
13064 * analyze-racy-logs.py: Set executable bit.
13065
13066 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13067
13068 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13069 (CHECK_TARGET_TMP): Likewise.
13070 (check-single-racy): New rule.
13071 (check-parallel-racy): Likewise.
13072 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13073 (do-check-parallel-racy): New rule.
13074 (check-racy/%.exp): Likewise.
13075 * README (Racy testcases): New section.
13076 * analyze-racy-logs.py: New file.
13077
13078 2016-03-03 Doug Evans <dje@google.com>
13079
13080 * gdb.base/skip.exp: Use with_test_prefix.
13081
13082 2016-03-03 Yao Qi <yao.qi@linaro.org>
13083
13084 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13085 Invoke step_over_syscall "clone" and break_cond_on_syscall
13086 "clone".
13087 * gdb.base/step-over-clone.c: New file.
13088
13089 2016-03-03 Yao Qi <yao.qi@linaro.org>
13090
13091 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13092 code format.
13093
13094 2016-03-03 Yao Qi <yao.qi@linaro.org>
13095
13096 * gdb.base/disp-step-fork.c: Rename to ...
13097 * gdb.base/step-over-fork.c: ... it. New file.
13098 * gdb.base/disp-step-vfork.c: Rename to ...
13099 * gdb.base/step-over-vfork.c: ... it. New file.
13100 * gdb.base/disp-step-syscall.exp: Rename to ...
13101 * gdb.base/step-over-syscall.exp: ... it. New file.
13102 (disp_step_cross_syscall): Rename to ...
13103 (step_over_syscall): ... it.
13104
13105 2016-03-03 Yao Qi <yao.qi@linaro.org>
13106
13107 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13108 If target supports condition evaluation on target, invoke
13109 break_cond_on_syscall for fork and vfork.
13110
13111 2016-03-03 Yao Qi <yao.qi@linaro.org>
13112
13113 * gdb.base/disp-step-syscall.exp: Don't invoke
13114 support_displaced_stepping.
13115 (disp_step_cross_syscall): Test with displaced stepping off and
13116 on if supported.
13117
13118 2016-03-03 Yao Qi <yao.qi@linaro.org>
13119
13120 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13121 proc.
13122 (setup): New proc.
13123 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13124 and setup.
13125
13126 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13127
13128 * gdb.fortran/vla-history.exp: Remove breakpoint.
13129
13130 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13131
13132 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13133 exceeds timeout.
13134
13135 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13136
13137 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13138 breakpoint.
13139
13140 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13141
13142 * gdb.mi/vla.f90: Nullify pointer after declaration.
13143
13144 2016-03-01 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13147
13148 2016-03-01 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13151 before anything else.
13152 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13153 _GNU_SOURCE here.
13154 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13155 before anything else.
13156 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13157
13158 2016-03-01 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13161
13162 2016-03-01 Yao Qi <yao.qi@linaro.org>
13163
13164 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13165 prepare_for_testing.
13166
13167 2016-03-01 Yao Qi <yao.qi@linaro.org>
13168
13169 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13170
13171 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13172
13173 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13174 manually constructing the output path.
13175
13176 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13177
13178 * gdb.arch/s390-stackless.S: New.
13179 * gdb.arch/s390-stackless.exp: New.
13180
13181 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13182
13183 * gdb.dlang/circular.c: New file.
13184 * gdb.dlang/circular.exp: New file.
13185
13186 2016-02-26 Yao Qi <yao.qi@linaro.org>
13187
13188 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13189 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13190 (testcases): Update.
13191
13192 2016-02-26 Yao Qi <yao.qi@linaro.org>
13193
13194 * gdb.reverse/aarch64.c: Rename to ...
13195 * gdb.reverse/insn-reverse.c: ... it.
13196 * gdb.reverse/aarch64.exp: Rename to ...
13197 * gdb.reverse/insn-reverse.exp: ... it.
13198
13199 2016-02-26 Yao Qi <yao.qi@linaro.org>
13200
13201 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13202 (testcase_ftype): New.
13203 (testcases): New array.
13204 (n_testcases): New.
13205 (main): Call each element in testcases.
13206 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13207 (read_testcase): New.
13208 Do the tests in a loop.
13209
13210 2016-02-25 Yao Qi <yao.qi@linaro.org>
13211
13212 * gdb.base/branches.c: Remove.
13213
13214 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13215
13216 PR gdb/13808
13217 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13218
13219 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13220
13221 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13222
13223 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13224
13225 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13226 change x86_64 call_insn to 'callq'.
13227
13228 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13229
13230 * gdb.trace/tfile-avx.c: Move to...
13231 * gdb.trace/tracefile-pseudo-reg.c: Here.
13232 * gdb.trace/tfile-avx.exp: Move to...
13233 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13234
13235 2016-02-24 Gary Benson <gbenson@redhat.com>
13236
13237 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13238 message on attach.
13239
13240 2016-02-23 Doug Evans <dje@google.com>
13241
13242 * gdb.base/skip.c (test_skip): New function.
13243 (end_test_skip_file_and_function): New function.
13244 (test_skip_file_and_function): New function.
13245 * gdb.base/skip1.c (test_skip): New function.
13246 (skip1_test_skip_file_and_function): New function.
13247 * gdb.base/skip.exp: Add tests for new skip options.
13248 * gdb.base/skip-solib.exp: Update expected output.
13249 * gdb.perf/skip-command.cc: New file.
13250 * gdb.perf/skip-command.exp: New file.
13251 * gdb.perf/skip-command.py: New file.
13252
13253 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13254
13255 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13256 info registers pattern.
13257
13258 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13259
13260 * lib/future.exp: Add D support.
13261 (gdb_find_gdc): New proc.
13262 (gdb_default_target_compile): Add D support.
13263
13264 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13265
13266 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13267 user+system time.
13268 (trace_speed_test): Determine the iteration count for a time
13269 between 15..30 seconds.
13270
13271 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13272
13273 * gdb.arch/i386-mpx-sigsegv.c: New file.
13274 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13275 * gdb.arch/i386-mpx-simple_segv.c: New file.
13276 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13277
13278 2016-02-18 Yao Qi <yao.qi@linaro.org>
13279
13280 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13281 Don't call setup_kfail.
13282
13283 2016-02-18 Yao Qi <yao.qi@linaro.org>
13284
13285 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13286 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13287
13288 2016-02-16 Doug Evans <dje@google.com>
13289
13290 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13291 * gdb.base/skip1.c: Ditto.
13292 * gdb.base/skip.exp: Whitespace cleanup.
13293
13294 2016-02-16 Don Breazeal <donb@codesourcery.com>
13295
13296 PR remote/19496
13297 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13298 Remove kfail for PR remote/19496.
13299
13300 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13301
13302 * lib/gdb.exp (standard_temp_file): Return a path specific to
13303 the runtest invocation.
13304
13305 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13306
13307 * gdb.trace/save-trace.exp: Change relative path to be in the
13308 standard output directory.
13309
13310 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13311
13312 * gdb.arch/i386-prologue.c: Add missing prototypes.
13313
13314 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13315
13316 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13317 * gdb.arch/i386-prologue.exp: Likewise.
13318 * gdb.arch/i386-size.exp: Likewise.
13319
13320 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13321
13322 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13323 define object file path.
13324 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13325 file path.
13326 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13327 standard_output_file to define binfile.
13328
13329 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13330
13331 Fix compatibility with recent gfortran-5.3.1.
13332 * gdb.fortran/vla-history.exp (print vla1 allocated)
13333 (print vla2 allocated, print $2, print $3): Remove
13334 (print $4): Rename to ...
13335 (print $2): ... here.
13336 (print $9): Rename to ...
13337 (print $5): ... here.
13338 (print $10): Rename to ...
13339 (print $6): ... here.
13340 * gdb.fortran/vla.f90: Add pvla initialization.
13341
13342 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13343
13344 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13345 New test.
13346 * gdb.fortran/vla-value-sub.exp: Likewise.
13347
13348 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13349
13350 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13351
13352 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13353
13354 * i386-biarch-core.exp: Define corefile using
13355 standard_output_file.
13356
13357 2016-02-12 Yao Qi <yao.qi@linaro.org>
13358
13359 * gdb.arch/arm-single-step-kernel-helper.c: New.
13360 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13361
13362 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13363
13364 * gdb.btrace/tailcall-only.exp: New.
13365 * gdb.btrace/tailcall-only.c: New.
13366 * gdb.btrace/x86_64-tailcall-only.S: New.
13367 * gdb.btrace/i686-tailcall-only.S: New.
13368
13369 2016-02-11 Pedro Alves <palves@redhat.com>
13370
13371 * README (Parallel testing): Add missing double quotes.
13372
13373 2016-02-11 Pedro Alves <palves@redhat.com>
13374
13375 * README (Parallel testing): New section.
13376 (GDB_PARALLEL): Rewrite.
13377 (FORCE_PARALLEL): Document.
13378
13379 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13380
13381 * gdb.trace/tfile-avx.c: New test.
13382 * gdb.trace/tfile-avx.exp: New test.
13383
13384 2016-02-09 Keith Seitz <keiths@redhat.com>
13385
13386 PR breakpoints/19546
13387 * gdb.base/infcall-exec.c: New file.
13388 * gdb.base/infcall-exec2.c: New file.
13389 * gdb.base/infcall-exec.exp: New file.
13390
13391 2016-02-09 Keith Seitz <keiths@redhat.com>
13392
13393 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13394 (toplevel): Call test_bkpt_address.
13395
13396 2016-02-09 Keith Seitz <keiths@redhat.com>
13397
13398 PR python/19506
13399 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13400 (toplevel): Call test_bkpt_address.
13401
13402 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13403
13404 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13405 to AC_OUTPUT.
13406 * configure: Regenerate.
13407
13408 2016-02-09 Pedro Alves <palves@redhat.com>
13409
13410 PR breakpoints/19548
13411 * gdb.base/execl-update-breakpoints.c (some_function): New
13412 function.
13413 (main): Call it.
13414 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13415 Tighten expected GDB output.
13416
13417 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13418
13419 * Makefile.in (ALL_SUBDIRS): Remove.
13420 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13421 (distclean maintainer-clean realclean): Likewise.
13422 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13423 * configure: Regenerate.
13424 * gdb.ada/Makefile.in: Delete.
13425 * gdb.arch/Makefile.in: Likewise.
13426 * gdb.asm/Makefile.in: Likewise.
13427 * gdb.base/Makefile.in: Likewise.
13428 * gdb.btrace/Makefile.in: Likewise.
13429 * gdb.cell/Makefile.in: Likewise.
13430 * gdb.compile/Makefile.in: Likewise.
13431 * gdb.cp/Makefile.in: Likewise.
13432 * gdb.disasm/Makefile.in: Likewise.
13433 * gdb.dlang/Makefile.in: Likewise.
13434 * gdb.dwarf2/Makefile.in: Likewise.
13435 * gdb.fortran/Makefile.in: Likewise.
13436 * gdb.gdb/Makefile.in: Likewise.
13437 * gdb.go/Makefile.in: Likewise.
13438 * gdb.guile/Makefile.in: Likewise.
13439 * gdb.java/Makefile.in: Likewise.
13440 * gdb.linespec/Makefile.in: Likewise.
13441 * gdb.mi/Makefile.in: Likewise.
13442 * gdb.modula2/Makefile.in: Likewise.
13443 * gdb.multi/Makefile.in: Likewise.
13444 * gdb.objc/Makefile.in: Likewise.
13445 * gdb.opencl/Makefile.in: Likewise.
13446 * gdb.opt/Makefile.in: Likewise.
13447 * gdb.pascal/Makefile.in: Likewise.
13448 * gdb.perf/Makefile.in: Likewise.
13449 * gdb.python/Makefile.in: Likewise.
13450 * gdb.reverse/Makefile.in: Likewise.
13451 * gdb.server/Makefile.in: Likewise.
13452 * gdb.stabs/Makefile.in: Likewise.
13453 * gdb.threads/Makefile.in: Likewise.
13454 * gdb.trace/Makefile.in: Likewise.
13455 * gdb.xml/Makefile.in: Likewise.
13456 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13457 GDB_PARALLEL.
13458 (standard_output_file): Remove check for GDB_PARALLEL, always
13459 return path in outputs/$subdir/$testname.
13460
13461 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13462
13463 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13464 (site.exp): Assign abs_srcdir to tcl's srcdir.
13465
13466 2016-02-04 Yao Qi <yao.qi@linaro.org>
13467
13468 * gdb.base/foll-exec-mode.c: Include limits.h.
13469 (main): Add parameters argc and argv. Get directory from
13470 argv[0].
13471 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13472 compilation.
13473 * gdb.base/foll-exec.c: Include limits.h.
13474 (main): Add parameters argc and argv.
13475 Get directory from argv[0].
13476 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13477 Adjust tests on the number of lines as source code changed.
13478 * gdb.base/foll-vfork-exit.c: Include limits.h.
13479 (main): Add one line of statement before vfork.
13480 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13481 (main): Add parameters argc and argv. Get directory from
13482 argv[0].
13483 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13484 (setup_gdb): Set tbreak to skip some source lines.
13485 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13486 (main): Add parameters argc and argv. Get directory from
13487 argv[0].
13488 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13489 compilation.
13490 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13491 (main): Add parameters argc and argv. Get directory from
13492 argv[0].
13493 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13494 compilation.
13495
13496 2016-02-01 Doug Evans <dje@google.com>
13497
13498 * gdb.base/skip.exp: Clean up multiple references to same test name.
13499
13500 2016-02-01 Pedro Alves <palves@redhat.com>
13501
13502 PR remote/19496
13503 * gdb.threads/forking-threads-plus-breakpoint.exp
13504 (displaced_stepping_supported): New global.
13505 (probe_displaced_stepping_support): New procedure.
13506 (do_test): Add 'displaced' parameter, and use it.
13507 (top level): Check for displaced stepping support. Add displaced
13508 stepping on/off testing axis.
13509
13510 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13511
13512 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13513 pointer. Don't perform further tests on the unassociated pointer
13514 if the first test fails.
13515
13516 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13517
13518 * gdb.base/max-value-size.c: New file.
13519 * gdb.base/max-value-size.exp: New file.
13520 * gdb.base/huge.exp: Disable max-value-size for this test.
13521
13522 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13523
13524 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13525
13526 2016-01-28 Yao Qi <yao.qi@linaro.org>
13527
13528 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13529
13530 2016-01-25 Pedro Alves <palves@redhat.com>
13531
13532 PR threads/19461
13533 * gdb.base/fork-running-state.c: New file.
13534 * gdb.base/fork-running-state.exp: New file.
13535
13536 2016-01-25 Pedro Alves <palves@redhat.com>
13537
13538 PR gdb/19494
13539 * gdb.base/catch-fork-kill.c: New file.
13540 * gdb.base/catch-fork-kill.exp: New file.
13541
13542 2016-01-25 Pedro Alves <palves@redhat.com>
13543
13544 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13545 Delete, moved to lib/gdb.exp.
13546 * gdb.threads/forking-threads-plus-breakpoint.exp
13547 (foreach_with_prefix): Likewise.
13548 * gdb.threads/process-dies-while-handling-bp.exp
13549 (foreach_with_prefix): Likewise.
13550 * lib/gdb.exp (foreach_with_prefix): New procedure.
13551
13552 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13553
13554 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13555 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13556
13557 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13558
13559 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13560 endian targets.
13561
13562 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13563 Pedro Alves <palves@redhat.com>
13564
13565 Fix testsuite compatibility with Guile.
13566 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13567 number.
13568
13569 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13570
13571 Fix testsuite compatibility with Guile.
13572 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13573 (thread 1): New test for backtrace through signal handler.
13574
13575 2016-01-22 Yao Qi <yao.qi@linaro.org>
13576
13577 PR testsuite/19491
13578 * gdb.base/multi-forks.c: Include
13579 ../lib/unbuffer_output.c
13580 (main): Call gdb_unbuffer_output.
13581
13582 2016-01-21 Doug Evans <dje@google.com>
13583
13584 * lib/ada.exp (gdb_compile_ada): Fix typo.
13585
13586 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13587
13588 * gdb.base/break-fun-addr.exp: New file.
13589 * gdb.base/break-fun-addr1.c: New file.
13590 * gdb.base/break-fun-addr2.c: New file.
13591
13592 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13593
13594 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13595 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13596 enum flag values.
13597
13598 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13599
13600 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13601 when GDB can not set the vector return value. Add more comments
13602 for clarification.
13603
13604 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13605
13606 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13607 command.
13608
13609 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13610
13611 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13612
13613 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13614
13615 * Makefile.in (check-single): Pass --status to runtest.
13616 (check/%.exp): Likewise.
13617
13618 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13619
13620 * Makefile.in (check-parallel): Propagate return code from make
13621 do-check-parallel.
13622
13623 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13624
13625 * gdb.trace/ftrace.exp: Fix expected message on continue.
13626 * gdb.trace/pending.exp: Fix expected message on continue.
13627 * gdb.trace/trace-break.exp: Fix expected message on continue.
13628
13629 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13630
13631 * lib/gdb.exp (gdb_test): Remove unused global references.
13632
13633 2016-01-18 Pedro Alves <palves@redhat.com>
13634
13635 * gdb.base/async-shell.exp: Adjust expected output.
13636 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13637 * gdb.base/siginfo-thread.exp: Adjust expected output.
13638 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13639 * gdb.java/jnpe.exp: Adjust expected output.
13640 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13641 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13642 * gdb.threads/leader-exit.exp: Adjust expected output.
13643 * gdb.threads/manythreads.exp: Adjust expected output.
13644 * gdb.threads/pthreads.exp: Adjust expected output.
13645 * gdb.threads/schedlock.exp: Adjust expected output.
13646 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13647 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13648 expected output.
13649 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13650 output.
13651 * gdb.threads/sigthread.exp: Adjust expected output.
13652 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13653
13654 2016-01-18 Yao Qi <yao.qi@linaro.org>
13655
13656 * gdb.guile/scm-section-script.c: Replace @progbits with
13657 %progbits.
13658 * gdb.python/py-section-script.c: Likewise.
13659
13660 2016-01-15 Pedro Alves <palves@redhat.com>
13661
13662 * gdb.multi/tids.exp: Test star wildcard ranges.
13663
13664 2016-01-15 Pedro Alves <palves@redhat.com>
13665
13666 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13667 command from "thread apply" invocation.
13668 (thr_apply_info_thr_invalid): Default the expected output to the
13669 input tid list.
13670 (top level): Add tests that use convenience variables. Add tests
13671 for "thread apply" with a valid TID list, but missing the command.
13672
13673 2016-01-13 Pedro Alves <palves@redhat.com>
13674
13675 * gdb.base/default.exp: Expect $_gthread as well.
13676 * gdb.multi/tids.exp: Test $_gthread.
13677 * gdb.threads/thread-specific.exp: Test $_gthread.
13678
13679 2016-01-13 Pedro Alves <palves@redhat.com>
13680
13681 * gdb.multi/tids.exp: Test "info threads -gid".
13682
13683 2016-01-13 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13686 Breakpoint.thread.
13687 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13688
13689 2016-01-07 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.base/break.exp: Adjust to output changes.
13692 * gdb.base/hbreak2.exp: Likewise.
13693 * gdb.base/sepdebug.exp: Likewise.
13694 * gdb.base/watch_thread_num.exp: Likewise.
13695 * gdb.linespec/keywords.exp: Likewise.
13696 * gdb.multi/info-threads.exp: Likewise.
13697 * gdb.threads/thread-find.exp: Likewise.
13698 * gdb.multi/tids.c: New file.
13699 * gdb.multi/tids.exp: New file.
13700
13701 2016-01-13 Pedro Alves <palves@redhat.com>
13702
13703 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13704
13705 2016-01-13 Pedro Alves <palves@redhat.com>
13706
13707 * gdb.base/default.exp: Expect $_inferior as well.
13708 * gdb.multi/base.exp: Test $_inferior.
13709
13710 2016-01-13 Pedro Alves <palves@redhat.com>
13711
13712 PR breakpoints/19388
13713 * gdb.base/catch-signal-siginfo-cond.c: New file.
13714 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13715
13716 2016-01-12 Josh Stone <jistone@redhat.com>
13717 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13718
13719 * gdb.base/catch-syscall.c (do_execve): New variable.
13720 (main): Conditionally trigger an execve.
13721 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13722 (test_catch_syscall_execve): New, check entry/return across execve.
13723 (do_syscall_tests): Call test_catch_syscall_execve.
13724
13725 2016-01-12 Pedro Alves <palves@redhat.com>
13726
13727 * gdb.base/random-signal.exp (do_test): New procedure, with body
13728 of testcase moved in.
13729
13730 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13731 Pedro Alves <palves@redhat.com>
13732
13733 * gdb.base/funcargs.exp (finish from indirectly called function):
13734 Reintroduce the case for 'First'.
13735
13736 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13737 Pedro Alves <palves@redhat.com>
13738
13739 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13740 (tcatch_vfork_then_child_follow_exec)
13741 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13742 identification.
13743
13744 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13745
13746 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13747 and repeats to unlimited.
13748 * gdb.python/py-value.exp: Likewise.
13749 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13750 and repeats to unlimited.
13751
13752 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13753
13754 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13755 and reordering the functions.
13756 * gdb.multi/hangout.c: Likewise.
13757 * gdb.multi/hello.c: Likewise.
13758
13759 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13760
13761 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13762 absolute.
13763 (SingleStatisticTestResult.report): Use dict.keys instead of
13764 dict.iterkeys.
13765
13766 2016-01-06 Pedro Alves <palves@redhat.com>
13767
13768 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13769
13770 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13771
13772 * gdb.btrace/dlopen.exp: New.
13773 * gdb.btrace/dlopen.c: New.
13774 * gdb.btrace/dlopen-dso.c: New.
13775
13776 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13777
13778 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13779 PATTERN argument is optional.
13780
13781 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13782
13783 * lib/ada.exp (target_compile_ada_from_dir): New function.
13784 (gdb_compile_ada): Reimplement avoiding the use of project files.
13785 * gdb.ada/gnat_ada.gpr: Delete.
13786 * gdb.ada/cond_lang.exp: Adjust test to make path before
13787 filename optional.
13788 * gdb.ada/small_reg_param.exp: Likewise.
13789
13790 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13791
13792 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13793
13794 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13795
13796 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13797 case.
13798
13799 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13800
13801 * gdb.base/break.exp: Remove dead code.
13802 * gdb.base/sepdebug.exp: Likewise.
13803
13804 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13805
13806 * gdb.asm/asm-source.exp: Remove HP-UX references.
13807 * gdb.base/annota1.exp: Likewise.
13808 * gdb.base/annota3.exp: Likewise.
13809 * gdb.base/attach.exp: Likewise.
13810 * gdb.base/bigcore.exp: Likewise.
13811 * gdb.base/break.exp: Likewise.
13812 * gdb.base/call-ar-st.exp: Likewise.
13813 * gdb.base/callfuncs.exp: Likewise.
13814 * gdb.base/catch-fork-static.exp: Likewise.
13815 * gdb.base/display.exp: Likewise.
13816 * gdb.base/foll-exec-mode.exp: Likewise.
13817 * gdb.base/foll-exec.exp: Likewise.
13818 * gdb.base/foll-fork.exp: Likewise.
13819 * gdb.base/foll-vfork.exp: Likewise.
13820 * gdb.base/funcargs.exp: Likewise.
13821 * gdb.base/hbreak2.exp: Likewise.
13822 * gdb.base/inferior-died.exp: Likewise.
13823 * gdb.base/interrupt.exp: Likewise.
13824 * gdb.base/multi-forks.exp: Likewise.
13825 * gdb.base/nodebug.exp: Likewise.
13826 * gdb.base/sepdebug.exp: Likewise.
13827 * gdb.base/solib1.c: Likewise.
13828 * gdb.base/step-test.exp: Likewise.
13829 * gdb.mi/non-stop.c: Likewise.
13830 * gdb.mi/pthreads.c: Likewise.
13831 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13832 * gdb.threads/pthreads.c: Likewise.
13833 * gdb.threads/staticthreads.exp: Likewise.
13834 * lib/future.exp: Likewise.
13835 * lib/gdb.exp: Likewise.
13836 * gdb.base/so-indr-cl.c: Remove.
13837 * gdb.base/so-indr-cl.exp: Likewise.
13838 * gdb.base/solib.c: Likewise.
13839 * gdb.base/solib.exp: Likewise.
13840 * gdb.base/solib2.c: Likewise.
13841
13842 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13843
13844 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13845 * gdb.base/call-ar-st.exp: Likewise.
13846 * gdb.base/callfuncs.exp: Likewise.
13847 * gdb.base/condbreak.exp: Likewise.
13848 * gdb.base/constvars.exp: Likewise.
13849 * gdb.base/hbreak2.exp: Likewise.
13850 * gdb.base/langs.exp: Likewise.
13851 * gdb.base/list.exp: Likewise.
13852 * gdb.base/long_long.exp: Likewise.
13853 * gdb.base/ptype.exp: Likewise.
13854 * gdb.base/scope.exp: Likewise.
13855 * gdb.base/signals.exp: Likewise.
13856 * gdb.base/so-impl-ld.exp: Likewise.
13857 * gdb.base/varargs.exp: Likewise.
13858 * gdb.base/volatile.exp: Likewise.
13859 * gdb.base/whatis.exp: Likewise.
13860 * gdb.cp/cplusfuncs.exp: Likewise.
13861 * gdb.cp/inherit.exp: Likewise.
13862 * gdb.cp/local.exp: Likewise.
13863 * gdb.cp/member-ptr.exp: Likewise.
13864 * gdb.cp/method.exp: Likewise.
13865 * gdb.cp/overload.exp: Likewise.
13866 * gdb.cp/templates.exp: Likewise.
13867 * gdb.stabs/weird.exp: Likewise.
13868 * lib/compiler.c: Likewise.
13869 * lib/compiler.cc: Likewise.
13870 * lib/cp-support.exp: Likewise.
13871 * lib/gdb.exp: Likewise.
13872
13873 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13874
13875 * configure.ac: Remove HP-UX case.
13876 * configure: Regenerate.
13877
13878 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13879
13880 * lib/gdb.exp (gdb_compile): Add function doc.
13881
13882 2015-12-17 Pedro Alves <palves@redhat.com>
13883
13884 PR threads/19354
13885 * gdb.multi/info-threads.exp: New file.
13886
13887 2015-12-15 Yao Qi <yao.qi@linaro.org>
13888
13889 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13890 is aarch64*-*-*.
13891
13892 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13893
13894 * gdb.base/history-duplicates.exp: Skip if no readline support.
13895
13896 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13897
13898 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13899
13900 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13901
13902 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13903
13904 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13905
13906 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13907 ctrl-C if nointerrupts target property is set.
13908 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13909 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13910 * gdb.base/paginate-bg-execution.exp: Likewise.
13911 * gdb.base/paginate-execution-startup.exp: Likewise.
13912 * gdb.base/random-signal.exp: Likewise.
13913 * gdb.base/range-stepping.exp: Likewise.
13914 * gdb.cp/annota2.exp: Likewise.
13915 * gdb.cp/annota3.exp: Likewise.
13916 * gdb.gdb/selftest.exp: Likewise.
13917 * gdb.threads/continue-pending-status.exp: Likewise.
13918 * gdb.threads/leader-exit.exp: Likewise.
13919 * gdb.threads/manythreads.exp: Likewise.
13920 * gdb.threads/pthreads.exp: Likewise.
13921 * gdb.threads/schedlock.exp: Likewise.
13922 * gdb.threads/sigthread.exp: Likewise.
13923
13924 2015-12-11 Don Breazeal <donb@codesourcery.com>
13925
13926 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13927 remote.
13928 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13929 * gdb.base/foll-exec.exp (main): Enable for target remote.
13930 * gdb.base/foll-fork.exp (main): Likewise.
13931 * gdb.base/foll-vfork.exp (main): Likewise.
13932 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13933 (proc continue_to_exit_bp_loc): Use clean_restart.
13934 * gdb.base/pie-execl.exp (main): Disable for target remote.
13935 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13936 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13937 * gdb.threads/execl.exp (main): Likewise.
13938 * gdb.threads/fork-child-threads.exp (main): Likewise.
13939 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13940 remote.
13941 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13942 remote.
13943 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13944 pid.tid style ptids, instead of just tid.
13945 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13946 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13947 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13948 ptids, instead of just tid.
13949
13950 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13951
13952 * gdb.base/list.exp (test_list_forward): Add end of file error
13953 test.
13954 (test_repeat_list_command): Add end of file error test.
13955 (test_list_backwards): Add beginning of file error test.
13956
13957 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13958
13959 * gdb.base/list.exp (test_list_invalid_args): New function,
13960 defined, and called.
13961
13962 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13963
13964 * gdb.base/list.exp (test_list): Make test names unique.
13965
13966 2015-12-11 Yao Qi <yao.qi@linaro.org>
13967
13968 * gdb.base/coremaker2.c: Remove.
13969
13970 2015-12-10 Pedro Alves <palves@redhat.com>
13971
13972 * gdb.multi/base.exp: Remove stale "spaces" references.
13973
13974 2015-12-10 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.multi/base.exp: Don't use nowarnings.
13977 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13978 * gdb.multi/hangout.c: Include stdio.h.
13979 * gdb.multi/hello.c: Include stdlib.h.
13980 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13981 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13982 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13983
13984 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13985
13986 * gdb.dwarf2/dw2-ranges-base.c: New file.
13987 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13988 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13989 support additional line table, and debug ranges generation.
13990 (Dwarf::ranges): New function, generate .debug_ranges.
13991 (Dwarf::lines): Support generating simple line table programs.
13992 (Dwarf::assemble): Initialise new namespace variables.
13993
13994 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13995
13996 * gdb.base/async.exp (proc test_background): Add case for
13997 asynchronous execution not supported.
13998
13999 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14000
14001 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14002 format and change test names to make them unique.
14003
14004 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14005 Pedro Alves <pedro@redhat.com>
14006
14007 PR gdb/18702
14008 Add checking of floatformats setup on x86_64 hosts.
14009 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14010 (smallval, bigval): New labels/constants.
14011 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14012 float" after loading bigval and smallval.
14013
14014 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14015
14016 * gdb.ada/fun_overload_menu.exp: New testcase.
14017 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14018
14019 2015-12-04 Josh Stone <jistone@redhat.com>
14020
14021 * gdb.base/catch-fork-static.exp: New.
14022
14023 2015-12-03 Yao Qi <yao.qi@linaro.org>
14024
14025 * gdb.base/sizeof.c: Don't include stdio.h and
14026 ../lib/unbuffer_output.c.
14027 (main): New variable 'size' and 'value'. Remove printf and
14028 gdb_unbuffer_output. Assign return value to size and value.
14029 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14030 at the beginning.
14031 (check_sizeof): Check the result by printing variable 'size'.
14032 (check_valueof): Check the result by printing variable 'value'.
14033
14034 2015-12-01 Yao Qi <yao.qi@linaro.org>
14035
14036 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14037 for aarch64*-*-linux* target.
14038
14039 2015-11-30 Pedro Alves <palves@redhat.com>
14040
14041 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14042
14043 2015-11-30 Pedro Alves <palves@redhat.com>
14044
14045 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14046 Handle non-stop mode vCont replies.
14047
14048 2015-11-30 Pedro Alves <palves@redhat.com>
14049
14050 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14051 prepare_for_testing. Start gdb with "set non-stop on" appended to
14052 GDBFLAGS. Lax expected stop output.
14053
14054 2015-11-27 Yao Qi <yao.qi@linaro.org>
14055
14056 * gdb.arch/arm-neon.exp: New.
14057 * gdb.arch/arm-neon.c: New.
14058
14059 2015-11-27 Yao Qi <yao.qi@linaro.org>
14060
14061 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14062
14063 2015-11-27 Yao Qi <yao.qi@linaro.org>
14064
14065 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14066 frames-invalid annotation.
14067
14068 2015-11-27 Yao Qi <yao.qi@linaro.org>
14069
14070 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14071
14072 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14073
14074 * gdb.threads/names.exp: New file.
14075 * gdb.threads/names.c: New file.
14076 * README: Mention gdb,no_thread_names.
14077
14078 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14079
14080 PR 19297
14081 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14082 support" error.
14083
14084 2015-11-24 Pedro Alves <palves@redhat.com>
14085
14086 PR 17539
14087 * gdb.base/display.exp: Expect displays to be sorted in ascending
14088 order. Use multi_line.
14089 * gdb.base/solib-display.exp: Likewise.
14090
14091 2015-11-24 Pedro Alves <palves@redhat.com>
14092
14093 PR 17539
14094 * gdb.base/display.exp: Expect displays to be sorted in ascending
14095 order. Use multi_line.
14096 * gdb.base/solib-display.exp: Likewise.
14097
14098 2015-11-24 Pedro Alves <palves@redhat.com>
14099
14100 PR 17539
14101 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14102 threads in ascending order.
14103 * gdb.base/foll-fork.exp: Likewise.
14104 * gdb.base/foll-vfork.exp: Likewise.
14105 * gdb.base/multi-forks.exp: Likewise.
14106 * gdb.mi/mi-nonstop.exp: Likewise.
14107 * gdb.mi/mi-nsintrall.exp: Likewise.
14108 * gdb.multi/base.exp: Likewise.
14109 * gdb.multi/multi-arch.exp: Likewise.
14110 * gdb.python/py-inferior.exp: Likewise.
14111 * gdb.threads/break-while-running.exp: Likewise.
14112 * gdb.threads/execl.exp: Likewise.
14113 * gdb.threads/gcore-thread.exp: Likewise.
14114 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14115 * gdb.threads/kill.exp: Likewise.
14116 * gdb.threads/linux-dp.exp: Likewise.
14117 * gdb.threads/multiple-step-overs.exp: Likewise.
14118 * gdb.threads/next-bp-other-thread.exp: Likewise.
14119 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14120 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14121 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14122 * gdb.threads/thread-find.exp: Likewise.
14123 * gdb.threads/tls.exp: Likewise.
14124 * lib/mi-support.exp (mi_reverse_list): Delete.
14125 (mi_check_thread_states): No longer reverse list.
14126
14127 2015-11-24 Pedro Alves <palves@redhat.com>
14128
14129 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14130 use lowercase.
14131
14132 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14133
14134 * gdb.trace/actions.c: Include trace-common.h.
14135 (main): Add a location for a fast tracepoint.
14136 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14137 the normal tracepoints.
14138 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14139
14140 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14141
14142 * save-trace.exp: Factor out code to these...
14143 (gdb_save_tracepoints): New.
14144 (gdb_load_tracepoints): New.
14145 (do_save_load_test): New.
14146
14147 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14148
14149 * gdb.base/asmlabel.exp: New test.
14150 * gdb.base/asmlabel.c: New test case.
14151
14152 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14153
14154 * gdb.base/wrong_frame_bt_full-main.c: New file.
14155 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14156 * gdb.base/wrong_frame_bt_full.exp: New file.
14157
14158 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14159
14160 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14161
14162 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14163
14164 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14165 pstate register when comparing registers values in
14166 sparc64-*-linux-gnu targets to avoid spurious differences.
14167
14168 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14169
14170 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14171
14172 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14173
14174 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14175 as type argument to gdb_compile.
14176 * gdb.base/nested-subp2.exp: Likewise.
14177 * gdb.base/nested-subp3.exp: Likewise.
14178
14179 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14180
14181 * lib/dwarf.exp (_note): Fix left shift of negative value.
14182 * gdb.trace/trace-condition.exp: Likewise.
14183
14184 2015-11-13 Yao Qi <yao.qi@linaro.org>
14185
14186 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14187 comments about d10v.
14188 (test_scalar_returns): Likewise.
14189 * gdb.base/d10v.ld: Remove.
14190 * gdb.base/overlays.exp: Remove the target triplet checking for
14191 d10v-*-*.
14192 * gdb.base/structs.exp (test_struct_returns): Remove the
14193 comments about d10v.
14194 (test_struct_calls): Likewise.
14195
14196 2015-11-13 Yao Qi <yao.qi@linaro.org>
14197
14198 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14199 * gdb.base/gnu_vector.c: Don't include stdio.h.
14200 (main): Don't print res and call add_some_intvecs.
14201
14202 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14203
14204 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14205 macro.
14206 (func5): Removed.
14207 (func4): Use FAST_TRACEPOINT_LABEL.
14208 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14209 macro.
14210 (func): Removed.
14211 (thread_function): Use FAST_TRACEPOINT_LABEL.
14212 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14213 (func): Remove.
14214 (marker): Use FAST_TRACEPOINT_LABEL.
14215 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14216 (pendfunc1): Remove.
14217 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14218 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14219 (foo): Remove.
14220 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14221 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14222 macro.
14223 (func): Remove.
14224 (marker): Use FAST_TRACEPOINT_LABEL.
14225 * gdb.trace/trace-common.h: New header.
14226 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14227 macro.
14228 (func): Remove.
14229 (marker): Use FAST_TRACEPOINT_LABEL.
14230 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14231 (func): Remove.
14232 (thread_function): Use FAST_TRACEPOINT_LABEL.
14233
14234 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14235
14236 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14237 in front.
14238 * gdb.trace/change-loc.exp: Use global pcreg definition.
14239 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14240 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14241 in front.
14242 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14243 * gdb.trace/pending.exp: Likewise.
14244 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14245 * gdb.trace/trace-break.exp: Likewise.
14246 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14247 in front.
14248 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14249 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14250 in front.
14251 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14252
14253 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14254
14255 * gdb.ada/fin_fun_out: New testcase.
14256
14257 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14258
14259 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14260 value associated with DW_AT_byte_size.
14261 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14262 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14263 DW_AT_upper_bound.
14264
14265 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14266
14267 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14268 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14269 version.
14270 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14271 gdb.dwarf2/dw2-canonicalize-type.exp,
14272 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14273 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14274 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14275 provided by gdb_target_symbol_prefix_flags_asm.
14276 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14277 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14278 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14279 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14280 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14281 macros where needed). Use this macro for symbols which require
14282 the prefix provided by SYMBOL_PREFIX.
14283
14284 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14285
14286 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14287 New procs.
14288 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14289 representing expressions, of more than one list element.
14290 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14291 to prepend linker symbol prefix to f.
14292 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14293 table_1 and table_2.
14294 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14295 Likewise, for f and g.
14296 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14297 for ptr.
14298 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14299 for main.
14300 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14301 table_1_ptr and table_2_ptr.
14302
14303 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14304 Joel Brobecker <brobecker@adacore.com>
14305
14306 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14307
14308 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14309
14310 * gdb.reverse/s390-mvcle.c: New test.
14311 * gdb.reverse/s390-mvcle.exp: New file.
14312 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14313
14314 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14315
14316 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14317
14318 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14319
14320 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14321 reaching marker2.
14322 * gdb.reverse/getresuid-reverse.exp: Likewise.
14323 * gdb.reverse/pipe-reverse.exp: Likewise.
14324 * gdb.reverse/readv-reverse.exp: Likewise.
14325 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14326 * gdb.reverse/time-reverse.exp: Likewise.
14327 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14328
14329 2015-10-30 Yao Qi <yao.qi@linaro.org>
14330
14331 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14332 (empty_cycle): Remove.
14333 (main): Don't call empty_cycle. Don't use watch_count_done.
14334 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14335 empty_cycle. Rewrite the code counting HW watchpoints.
14336
14337 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14338
14339 * gdb.reverse/fstatat-reverse.c: New test.
14340 * gdb.reverse/fstatat-reverse.exp: New file.
14341 * gdb.reverse/getresuid-reverse.c: New test.
14342 * gdb.reverse/getresuid-reverse.exp: New file.
14343 * gdb.reverse/pipe-reverse.c: New test.
14344 * gdb.reverse/pipe-reverse.exp: New file.
14345 * gdb.reverse/readv-reverse.c: New test.
14346 * gdb.reverse/readv-reverse.exp: New file.
14347 * gdb.reverse/recvmsg-reverse.c: New test.
14348 * gdb.reverse/recvmsg-reverse.exp: New file.
14349 * gdb.reverse/time-reverse.c: New test.
14350 * gdb.reverse/time-reverse.exp: New file.
14351 * gdb.reverse/waitpid-reverse.c: New test.
14352 * gdb.reverse/waitpid-reverse.exp: New file.
14353
14354 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14355
14356 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14357
14358 2015-10-26 Doug Evans <dje@google.com>
14359
14360 PR symtab/17391
14361 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14362 * gdb.dwarf2/bad-regnum.c: New file.
14363 * gdb.dwarf2/bad-regnum.exp: New file.
14364
14365 2015-10-26 Doug Evans <dje@google.com>
14366
14367 PR python/18938
14368 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14369 file.
14370
14371 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14372
14373 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14374 for a change by "Mention language in compile error message".
14375
14376 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14377
14378 PR python/18073
14379 * gdb.python/py-type.c (C::a_method): New.
14380 (C::a_const_method): New.
14381 (C::a_static_method): New.
14382 (a_function): New.
14383 * gdb.python/py-type.exp (test_fields): Test getting fields
14384 from function and method.
14385
14386 2015-10-21 Keven Boell <keven.boell@intel.com>
14387
14388 * gdb.fortran/vla-alloc-assoc.exp: New file.
14389 * gdb.fortran/vla-datatypes.exp: New file.
14390 * gdb.fortran/vla-datatypes.f90: New file.
14391 * gdb.fortran/vla-history.exp: New file.
14392 * gdb.fortran/vla-ptype-sub.exp: New file.
14393 * gdb.fortran/vla-ptype.exp: New file.
14394 * gdb.fortran/vla-sizeof.exp: New file.
14395 * gdb.fortran/vla-sub.f90: New file.
14396 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14397 * gdb.fortran/vla-value-sub-finish.exp: New file.
14398 * gdb.fortran/vla-value-sub.exp: New file.
14399 * gdb.fortran/vla-value.exp: New file.
14400 * gdb.fortran/vla-ptr-info.exp: New file.
14401 * gdb.mi/mi-vla-fortran.exp: New file.
14402 * gdb.mi/vla.f90: New file.
14403
14404 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14405
14406 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14407 of hardwired timeout value.
14408
14409 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14410 Pedro Alves <palves@redhat.com>
14411
14412 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14413 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14414
14415 2015-10-19 Josh Stone <jistone@redhat.com>
14416
14417 * gdb.base/catch-syscall.c: Include <sched.h>.
14418 (unknown_syscall): New variable.
14419 (main): Trigger a vfork and an unknown syscall.
14420 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14421 (unknown_syscall_number): Likewise.
14422 (check_call_to_syscall): Accept an optional syscall pattern.
14423 (check_return_from_syscall): Likewise.
14424 (check_continue): Likewise.
14425 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14426 (test_catch_syscall_skipping_return): New test toggling off 'catch
14427 syscall' to step over the syscall return, then toggling back on.
14428 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14429 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14430 (do_syscall_tests): Call test_catch_syscall_without_args and
14431 test_catch_syscall_mid_vfork.
14432 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14433 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14434
14435 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14436
14437 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14438 print g_vE): Add new pass patterns.
14439 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14440 print various symbol names for vptr fields.
14441
14442 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14443
14444 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14445 results.
14446
14447 2015-10-12 Yao Qi <yao.qi@linaro.org>
14448
14449 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14450
14451 2015-10-12 Yao Qi <yao.qi@linaro.org>
14452
14453 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14454 is aarch64*-*-linux*.
14455
14456 2015-10-12 Yao Qi <yao.qi@linaro.org>
14457
14458 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14459 (can_relocate_bcond_true): ... it.
14460 (can_relocate_bcond_false): New function.
14461 (foo): Likewise.
14462 (can_relocate_bl): Likewise.
14463 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14464 can_relocate_bl.
14465
14466 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14467
14468 * gdb.base/nested-addr.c: New file.
14469 * gdb.base/nested-addr.exp: New testcase.
14470
14471 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14472
14473 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14474 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14475 its output. Ignore the output of "record goto begin" and instead
14476 check that GDB is replaying.
14477
14478 2015-10-09 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14481 (top level): Use it in the run with no args test.
14482
14483 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14484
14485 * gdb.dlang/properties.exp: New file.
14486
14487 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14488
14489 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14490 whether or not address 0x1000 is mapped on the target.
14491
14492 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14493
14494 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14495 build.
14496
14497 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14498
14499 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14500 instruction-history test.
14501
14502 2015-09-28 Doug Evans <dje@google.com>
14503
14504 * gdb.base/gcore.c (array_func): Add reference to static_array.
14505
14506 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14507
14508 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14509 source line.
14510
14511 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14512
14513 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14514 short or char as base type.
14515
14516 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14517
14518 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14519 to allow any size enum.
14520
14521 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14522
14523 * gdb.ada/array_ptr_renaming.exp: New testcase.
14524 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14525 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14526
14527 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14528
14529 * gdb.trace/ftrace-lock.c: New file.
14530 * gdb.trace/ftrace-lock.exp: New file.
14531
14532 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14533
14534 * gdb.arch/insn-reloc.c: New file.
14535 * gdb.arch/ftrace-insn-reloc.exp: New file.
14536
14537 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14538
14539 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14540 instruction.
14541 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14542 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14543 * gdb.trace/range-stepping.c: Likewise.
14544 * gdb.trace/trace-break.c: Likewise.
14545 * gdb.trace/trace-mt.c (thread_function): Likewise.
14546 * gdb.trace/ftrace.c (marker): Likewise.
14547 * gdb.trace/trace-condition.c (marker): Likewise.
14548 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14549 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14550 is_aarch64_target.
14551
14552 2015-09-18 Doug Evans <xdje42@gmail.com>
14553
14554 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14555 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14556
14557 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14558
14559 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14560 the breakpoint.
14561
14562 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14563
14564 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14565 the pending breakpoint. Remove timeout override for "Run till
14566 MI pending breakpoint on pendfunc3 on thread 2" test.
14567
14568 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14569
14570 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14571 filename pattern.
14572
14573 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14574
14575 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14576 in breakpoint filename pattern.
14577
14578 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14579
14580 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14581
14582 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14583
14584 * gdb.linespec/explicit.exp: Check for readline support for
14585 tab-completion tests. Fix obvious typo.
14586
14587 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14588
14589 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14590 and replay.
14591
14592 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14593
14594 * gdb.btrace/non-stop.c: New.
14595 * gdb.btrace/non-stop.exp: New.
14596
14597 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14598 Yao Qi <yao.qi@linaro.org>
14599
14600 * gdb.trace/trace-condition.c: New file.
14601 * gdb.trace/trace-condition.exp: New file.
14602
14603 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14604
14605 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14606 for testing bytecode compilation.
14607
14608 2015-09-16 Pedro Alves <palves@redhat.com>
14609 Sandra Loosemore <sandra@codesourcery.com>
14610
14611 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14612 (SECONDS): Redefine.
14613 (main): Call pthread_kill and alarm early.
14614 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14615 support.
14616 (test): If the target can't hardware step and doesn't support
14617 displaced stepping, increase the timeout.
14618
14619 2015-09-16 Pedro Alves <palves@redhat.com>
14620
14621 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14622 (enable_debug): New procedures.
14623 (test): Use them. Bail out if waiting for threads fails.
14624 (top level): Bail out if a test fails.
14625
14626 2015-09-16 Yao Qi <yao.qi@linaro.org>
14627
14628 * gdb.asm/asm-source.exp: Set asm-arch for
14629 aarch64*-*-* target.
14630 * gdb.asm/aarch64.inc: New file.
14631
14632 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14633
14634 * gdb.ada/array_of_variable_length.exp: New testcase.
14635 * gdb.ada/array_of_variable_length/foo.adb: New file.
14636 * gdb.ada/array_of_variable_length/pck.adb: New file.
14637 * gdb.ada/array_of_variable_length/pck.ads: New file.
14638
14639 2015-09-15 Doug Evans <dje@google.com>
14640
14641 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14642 of function static local variable.
14643
14644 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14645
14646 * gdb.threads/tls-so_extern.exp: New test file.
14647 * gdb.threads/tls-so_extern.c: New test file.
14648 * gdb.threads/tls-so_extern_main.c: New test file.
14649
14650 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14651
14652 * gdb.opt/solib-intra-step-lib.c: New file.
14653 * gdb.opt/solib-intra-step-main.c: New file.
14654 * gdb.opt/solib-intra-step.exp: New file.
14655
14656 2015-09-15 Pedro Alves <palves@redhat.com>
14657
14658 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14659 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14660
14661 2015-09-14 Pedro Alves <palves@redhat.com>
14662
14663 * gdb.base/hook-stop-continue.c: Delete.
14664 * gdb.base/hook-stop-continue.exp: Delete.
14665 * gdb.base/hook-stop-frame.c: Delete.
14666 * gdb.base/hook-stop-frame.exp: Delete.
14667 * gdb.base/hook-stop.c: New file.
14668 * gdb.base/hook-stop.exp: New file.
14669
14670 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14671
14672 * gdb.ada/access_to_packed_array.exp: New testcase.
14673 * gdb.ada/access_to_packed_array/foo.adb: New file.
14674 * gdb.ada/access_to_packed_array/pack.adb: New file.
14675 * gdb.ada/access_to_packed_array/pack.ads: New file.
14676
14677 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14678
14679 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14680 buffer size test.
14681
14682 2015-09-11 Don Breazeal <donb@codesourcery.com>
14683
14684 * gdb.base/foll-exec.c: Add copyright header. Fix
14685 formatting issues.
14686 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14687 (do_exec_tests): Use clean_restart in place of zap_session,
14688 and for test initialization. Fix formatting issues. Use
14689 fail in place of perror.
14690 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14691 an expect statement to match an expression with output from
14692 the program under debug.
14693 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14694 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14695 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14696 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14697 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14698
14699 2015-09-09 Doug Evans <dje@google.com>
14700
14701 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14702
14703 2015-09-09 Doug Evans <dje@google.com>
14704
14705 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14706
14707 2015-09-09 Doug Evans <dje@google.com>
14708
14709 * gdb.base/savedregs.exp: Fix typo.
14710
14711 2015-09-09 Pedro Alves <palves@redhat.com>
14712
14713 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14714
14715 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14716
14717 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14718 command actually switches threads. Give up on remaining
14719 tests if target fails to stop at breakpoint.
14720
14721 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14722
14723 * gdb.ada/funcall_char.exp: New testcase.
14724 * gdb.ada/funcall_char/foo.adb: New file.
14725
14726 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14727
14728 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14729 expected outputs. Add two testcases for completing ambiguous
14730 functions.
14731 * gdb.ada/complete/aux_pck.adb: New file.
14732 * gdb.ada/complete/aux_pck.ads: New file.
14733 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14734 Ambiguous_Func functions.
14735 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14736 * gdb.ada/complete/pck.adb: Likewise.
14737
14738 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14739
14740 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14741 failures to run the test program under GDB.
14742
14743 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14744
14745 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14746 to C.
14747
14748 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14749
14750 * gdb.base/run-after-attach.exp: New test file.
14751 * gdb.base/run-after-attach.c: New test file.
14752
14753 2015-08-26 Don Breazeal <donb@codesourcery.com>
14754
14755 * gdb.base/foll-exec-2.c: New test program.
14756 * gdb.base/foll-exec-2.exp: New test.
14757
14758 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14759
14760 * gdb.base/nested-subp1.exp: New file.
14761 * gdb.base/nested-subp1.c: New file.
14762 * gdb.base/nested-subp2.exp: New file.
14763 * gdb.base/nested-subp2.c: New file.
14764 * gdb.base/nested-subp3.exp: New file.
14765 * gdb.base/nested-subp3.c: New file.
14766
14767 2015-08-24 Pedro Alves <palves@redhat.com>
14768
14769 * gdb.server/connect-without-multi-process.c: New file.
14770 * gdb.server/connect-without-multi-process.exp: New file.
14771
14772 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14773
14774 * gdb.opt/inline-markers.c: Make z int.
14775
14776 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14777
14778 * gdb.opt/inline-markers.c: Make z volatile.
14779
14780 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14781
14782 * gdb.opt/inline-bt.c: New volatile global z.
14783 * gdb.opt/inline-cmds.c: Likewise.
14784 * gdb.opt/inline-locals.c: Likewise.
14785 * gdb.opt/inline-markers.c: New extern global z.
14786 (marker): Use z.
14787 (inline_fn): Likewise.
14788
14789 2015-08-24 Pedro Alves <palves@redhat.com>
14790
14791 * config/m32r-stub.exp: Remove file.
14792 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14793 * gdb.base/call-rt-st.exp: Likewise.
14794 * gdb.base/call-strs.exp: Likewise.
14795 * gdb.base/default.exp: Remove references to h8300-*-hms and
14796 *-*-udi*.
14797 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14798
14799 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14800
14801 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14802 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14803 and "return" use KFAIL when GDB can not read/write the vector
14804 return value.
14805
14806 2015-08-21 Gary Benson <gbenson@redhat.com>
14807
14808 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14809
14810 2015-08-20 Pedro Alves <palves@redhat.com>
14811
14812 * gdb.server/solib-list.exp: No longer expect an interior stop in
14813 non-stop mode.
14814
14815 2015-08-20 Pedro Alves <palves@redhat.com>
14816
14817 * gdb.server/connect-stopped-target.c: New file.
14818 * gdb.server/connect-stopped-target.exp: New file.
14819
14820 2015-08-20 Pedro Alves <palves@redhat.com>
14821
14822 * gdb.dwarf2/comp-unit-lang.exp: New file.
14823 * gdb.dwarf2/comp-unit-lang.c: New file.
14824
14825 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14826
14827 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14828 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14829
14830 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14831
14832 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14833 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14834
14835 2015-08-18 Doug Evans <dje@google.com>
14836 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14837
14838 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14839 skip_python_tests. New arg prompt_regexp.
14840 (skip_python_tests): New function.
14841 * lib/mi-support.exp (mi_skip_python_tests): New function.
14842 * gdb.python/py-mi-objfile-gdb.py: New file.
14843 * gdb.python/py-mi-objfile.c: New file.
14844 * gdb.python/py-mi-objfile.exp: New file.
14845
14846 2015-08-17 Keith Seitz <keiths@redhat.com>
14847
14848 * gdb.linespec/explicit.exp: Move strace test from here ...
14849 * gdb.trace/strace.exp: ... to here.
14850
14851 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14852
14853 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14854 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14855
14856 2015-08-14 Doug Evans <xdje42@gmail.com>
14857
14858 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14859 inferior before selecting a new file.
14860
14861 2015-08-14 Doug Evans <xdje42@gmail.com>
14862
14863 * gdb.mi/mi-disassemble.exp: Update.
14864 * gdb.base/disasm-optim.S: New file.
14865 * gdb.base/disasm-optim.c: New file.
14866 * gdb.base/disasm-optim.h: New file.
14867 * gdb.base/disasm-optim.exp: New file.
14868
14869 2015-08-14 Keith Seitz <keiths@redhat.com>
14870
14871 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14872 "evaluated-by".
14873
14874 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14875
14876 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14877
14878 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14879
14880 * gdb.ada/fun_renaming.exp: New testcase.
14881 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14882 * gdb.ada/fun_renaming/pack.adb: New file.
14883 * gdb.ada/fun_renaming/pack.ads: New file.
14884
14885 2015-08-12 Keith Seitz <keiths@redhat.com>
14886
14887 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14888 gdb_get_line_number.
14889
14890 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14891
14892 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14893 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14894 gdb.base/dso2dso.exp: New files.
14895
14896 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14897 Pedro Alves <palves@redhat.com>
14898 Keith Seitz <keiths@redhat.com>
14899
14900 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14901 GDBFLAGS.
14902
14903 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14904
14905 * gdb.base/gdbhistsize-history.exp
14906 (test_histsize_history_setting): Use save_vars.
14907 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14908 Use save_vars.
14909 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14910 * gdb.base/readline.exp: Use save_vars.
14911
14912 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14913
14914 * lib/gdb.exp (save_vars): New proc.
14915
14916 2015-08-11 Keith Seitz <keiths@redhat.com>
14917
14918 * gdb.base/help.exp: Update help_breakpoint_text.
14919
14920 2015-08-11 Keith Seitz <keiths@redhat.com>
14921
14922 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14923 (at toplevel): Call test_explicit_breakpoints.
14924 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14925 breakpoints.
14926 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14927 breakpoint conditions, "-cond".
14928
14929 2015-08-11 Keith Seitz <keiths@redhat.com>
14930
14931 * gdb.linespec/3explicit.c: New file.
14932 * gdb.linespec/cpexplicit.cc: New file.
14933 * gdb.linespec/cpexplicit.exp: New file.
14934 * gdb.linespec/explicit.c: New file.
14935 * gdb.linespec/explicit.exp: New file.
14936 * gdb.linespec/explicit2.c: New file.
14937 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14938 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14939 before using in the matching pattern.
14940 Clarify that `prefix' is a regular expression.
14941
14942 2015-08-11 Keith Seitz <keiths@redhat.com>
14943
14944 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14945 test.
14946 Add tests for missing ",FMT" and ",".
14947
14948 2015-08-10 Doug Evans <dje@google.com>
14949 Keith Seitz <keiths@redhat.com>
14950
14951 PR gdb/17960
14952 * gdb.base/completion.exp: Add location completer tests.
14953
14954 2015-08-07 Pedro Alves <palves@redhat.com>
14955
14956 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14957 tests here.
14958 (top level): Run do_test with and without displaced stepping.
14959
14960 2015-08-07 Pedro Alves <palves@redhat.com>
14961
14962 * gdb.base/valgrind-disp-step.c: New file.
14963 * gdb.base/valgrind-disp-step.exp: New file.
14964
14965 2015-08-07 Pedro Alves <palves@redhat.com>
14966
14967 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14968 Delete function.
14969 (main): Add alarm. Run an infinite loop instead of calling
14970 wait_threads.
14971 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14972 comment.
14973 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14974 Delete function.
14975 (main): Add alarm. Run an infinite loop instead of calling
14976 wait_threads.
14977 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14978 comment.
14979
14980 2015-08-07 Pedro Alves <palves@redhat.com>
14981
14982 * gdb.base/checkpoint-ns.exp: New file.
14983 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14984 standard_testfile.
14985
14986 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14987
14988 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14989 * gdb.btrace/instruction_history.exp: Update.
14990 * gdb.btrace/tsx.exp: New.
14991 * gdb.btrace/tsx.c: New.
14992
14993 2015-08-06 Pedro Alves <palves@redhat.com>
14994
14995 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14996 increase timeout.
14997 * gdb.reverse/until-precsave.exp: Bump timeouts.
14998
14999 2015-08-06 Pedro Alves <palves@redhat.com>
15000
15001 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15002
15003 2015-08-06 Pedro Alves <palves@redhat.com>
15004
15005 PR gdb/18749
15006 * gdb.threads/process-dies-while-handling-bp.c: New file.
15007 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15008
15009 2015-08-06 Pedro Alves <palves@redhat.com>
15010
15011 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15012 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15013
15014 2015-08-05 Pedro Alves <palves@redhat.com>
15015
15016 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15017 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15018
15019 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15020
15021 * gdb.base/bp-permanent.exp: Report test as unsupported if
15022 the target cannot stop at the permanent breakpoint.
15023
15024 2015-08-03 Doug Evans <dje@google.com>
15025
15026 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15027 10000.
15028
15029 2015-08-03 Doug Evans <dje@google.com>
15030
15031 * Makefile.in (workers/%.worker, build-perf): New rule.
15032 (GDB_PERFTEST_MODE): New variable.
15033 (check-perf): Use it.
15034 (clean): Clean up gdb.perf parallel build subdirs.
15035 * lib/build-piece.exp: New file.
15036 * lib/gdb.exp (make_gdb_parallel_path): New function
15037 (standard_output_file, standard_temp_file): Call it.
15038 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15039 of $GDB_PARALLEL.
15040 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15041
15042 2015-08-03 Doug Evans <dje@google.com>
15043
15044 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15045 (LOG_FILE_NAME): New global.
15046 (TextReporter.__init__): Initialize self.txt_sum.
15047 (TextReporter.report): Add support for multiple data-points.
15048 Move report to perftest.sum, put raw data in perftest.log.
15049 (TextReporter.start): Open sum and log files.
15050 (TextReporter.end): Close sum and log files.
15051 * gdb.perf/lib/perftest/testresult.py
15052 (SingleStatisticTestResult.record): Handle multiple data-points.
15053
15054 2015-07-31 Pedro Alves <palves@redhat.com>
15055
15056 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15057 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15058 kill_wait_spawned_process instead of explicit "kill -9".
15059 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15060 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15061 kill_wait_spawned_process.
15062 * gdb.base/attach-twice.exp: Likewise.
15063 * gdb.base/attach.exp: Likewise.
15064 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15065 gdb_test_multiple.
15066 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15067 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15068 kill_wait_spawned_process.
15069 * gdb.base/valgrind-infcall.exp: Likewise.
15070 * gdb.multi/multi-attach.exp: Likewise.
15071 * gdb.python/py-prompt.exp: Likewise.
15072 * gdb.python/py-sync-interp.exp: Likewise.
15073 * gdb.server/ext-attach.exp: Likewise.
15074 * gdb.threads/attach-into-signal.exp (corefunc): Use
15075 spawn_wait_for_attach, spawn_id_get_pid and
15076 kill_wait_spawned_process.
15077 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15078 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15079 spawn_id_get_pid and kill_wait_spawned_process.
15080 * gdb.threads/attach-stopped.exp (corefunc): Use
15081 spawn_wait_for_attach, spawn_id_get_pid and
15082 kill_wait_spawned_process.
15083 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15084 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15085 kill_wait_spawned_process instead of explicit "kill -9".
15086 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15087 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15088 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15089 processes. Don't map cygwin/windows pids here. Now returns a
15090 spawn id list.
15091
15092 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15093
15094 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15095 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15096 correct patch.
15097
15098 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15099
15100 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15101
15102 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15103
15104 Reapply:
15105 2014-05-21 Mark Wielaard <mjw@redhat.com>
15106
15107 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15108
15109 2015-07-30 Pedro Alves <palves@redhat.com>
15110
15111 * linux-low.c (handle_extended_wait): Set the child's last
15112 reported status to TARGET_WAITKIND_STOPPED.
15113
15114 2015-07-30 Pedro Alves <palves@redhat.com>
15115
15116 PR threads/18600
15117 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15118 only shows inferior 1.
15119
15120 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15121 Pedro Alves <palves@redhat.com>
15122
15123 PR threads/18600
15124 * gdb.threads/fork-plus-threads.c: New file.
15125 * gdb.threads/fork-plus-threads.exp: New file.
15126
15127 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15128
15129 * gdb.base/batch-preserve-term-settings.exp
15130 (test_terminal_settings_preserved_after_cli_exit): Use
15131 send_quit_command.
15132
15133 2015-07-29 Pedro Alves <palves@redhat.com>
15134 Don Breazeal <donb@codesourcery.com>
15135
15136 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15137 output from both inferior_spawn_id and gdb_spawn_id.
15138
15139 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15140
15141 * gdb.threads/attach-into-signal.exp (corefunc): Use
15142 with_test_prefix on nested loops, uniquefying the test messages.
15143
15144 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15145
15146 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15147 commit.
15148
15149 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15150
15151 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15152 New proc.
15153 (test_terminal_settings_preserved_after_sigterm): New test.
15154
15155 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15156
15157 * gdb.base/batch-preserve-term-settings.exp
15158 (test_terminal_settings_preserved_after_cli_exit): New test.
15159
15160 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15161
15162 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15163 manipulation of saved_gdbflags.
15164 (test_terminal_settings_preserved): Remove global declaration of
15165 the unused variable pagination_prompt. Remove manipulation of
15166 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15167 GDBFLAGS.
15168
15169 2015-07-29 Pedro Alves <palves@redhat.com>
15170
15171 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15172
15173 2015-07-29 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15176 at the top.
15177
15178 2015-07-29 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15181 (main): Call gdb_unbuffer_output.
15182 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15183 (main): Call gdb_unbuffer_output.
15184 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15185 (main): Call gdb_unbuffer_output.
15186 * gdb.base/call-strs.exp: Adjust to step over the
15187 gdb_unbuffer_output call.
15188 * gdb.base/catch-gdb-caused-signals.c: Include
15189 "../lib/unbuffer_output.c".
15190 (main): Call gdb_unbuffer_output.
15191 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15192 (main): Call gdb_unbuffer_output.
15193 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15194 (main): Call gdb_unbuffer_output.
15195 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15196 (main): Call gdb_unbuffer_output.
15197 * gdb.base/shlib-call.exp: Adjust to step over the
15198 gdb_unbuffer_output call.
15199 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15200 (main): Call gdb_unbuffer_output.
15201 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15202 (main): Call gdb_unbuffer_output.
15203 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15204 (main): Rename to ...
15205 (test): ... this.
15206 (main): Reimplement.
15207 * gdb.base/varargs.exp: Run to test instead of to main.
15208 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15209 (main): Call gdb_unbuffer_output.
15210
15211 2015-07-29 Pedro Alves <palves@redhat.com>
15212
15213 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15214 factore out from mi_continue_dprintf. For call-style dprintfs,
15215 expect dprintf output out of $inferior_spawn_id.
15216 (mi_continue_dprintf): Use mi_expect_dprintf.
15217 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15218 (main): Call gdb_unbuffer_output.
15219
15220 2015-07-29 Pedro Alves <palves@redhat.com>
15221
15222 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15223 (default_mi_gdb_start): Set inferior_spawn_id instead of
15224 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15225 gdb_spawn_id.
15226 (mi_gdb_test): Always expect inferior output from both
15227 $inferior_spawn_id and $gdb_spawn_id.
15228
15229 2015-07-29 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15232 send_inferior and $inferior_spawn_id.
15233
15234 2015-07-29 Pedro Alves <palves@redhat.com>
15235
15236 * gdb.gdb/complaints.exp (test_initial_complaints)
15237 (test_serial_complaints, test_short_complaints): Use
15238 gdb_test_stdio.
15239 (test_empty_complaint): Handle $inferior_spawn_id !=
15240 $gdb_spawn_id.
15241
15242 2015-07-29 Pedro Alves <palves@redhat.com>
15243
15244 * gdb.base/varargs.exp: Use gdb_test_stdio.
15245
15246 2015-07-29 Pedro Alves <palves@redhat.com>
15247
15248 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15249
15250 2015-07-29 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15253
15254 2015-07-29 Pedro Alves <palves@redhat.com>
15255
15256 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15257 parameter into two new parameters, "inf_result" and "gdb_result".
15258 Expect inferior output and gdb output from $inferior_spawn_id and
15259 $gdb_spawn_id, respectively. Adjust all callers.
15260
15261 2015-07-29 Pedro Alves <palves@redhat.com>
15262
15263 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15264 of gdb_test_sequence.
15265
15266 2015-07-29 Pedro Alves <palves@redhat.com>
15267
15268 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15269 (saw_spurious_output): Expect inferior output from
15270 $inferior_spawn_id. Use gdb_test_stdio.
15271
15272 2015-07-29 Pedro Alves <palves@redhat.com>
15273
15274 * gdb.base/dprintf.exp: Use standard_testfile. Change
15275 prepare_for_testing call.
15276 (srcfile): Don't set.
15277 (restart): New procedure.
15278 (test_dprintf): New procecure, use to continue over dprintfs.
15279 (test_call, test_agent): New procedures, tests moved here.
15280 Restart gdb and recreate dprintfs. Adjust expected output.
15281
15282 2015-07-29 Pedro Alves <palves@redhat.com>
15283
15284 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15285
15286 2015-07-29 Pedro Alves <palves@redhat.com>
15287
15288 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15289
15290 2015-07-29 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15293 gdb_test_stdio.
15294
15295 2015-07-29 Pedro Alves <palves@redhat.com>
15296
15297 * lib/gdb.exp (gdb_test_stdio): New procedure.
15298
15299 2015-07-29 Pedro Alves <palves@redhat.com>
15300
15301 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15302
15303 2015-07-29 Pedro Alves <palves@redhat.com>
15304
15305 * gdb.base/call-signal-resume.exp: Remove check for
15306 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15307 * gdb.base/unwindonsignal.exp: Likewise.
15308 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15309 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15310
15311 2015-07-29 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.base/siginfo-addr.c (pass): New function.
15314 (handler): Call it iff si_addr is correct.
15315 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15316 Set a breakpoint at "pass" and continue to it.
15317
15318 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15319
15320 * gdb.python/py-objfile.exp: Make some tests have unique names.
15321 * gdb.python/py-pp-registration.exp: Likewise.
15322
15323 2015-07-28 Pedro Alves <palves@redhat.com>
15324
15325 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15326
15327 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15328
15329 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15330
15331 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15332
15333 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15334
15335 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15336
15337 * gdb.base/gdb-sigterm-2.exp: New test.
15338
15339 2015-07-25 Doug Evans <xdje42@gmail.com>
15340
15341 Revert:
15342 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15343 (workers/%.worker, build-perf): New rule.
15344 (GDB_PERFTEST_MODE): New variable.
15345 (check-perf): Use it.
15346 (clean): Clean up gdb.perf parallel build subdirs.
15347 * lib/build-piece.exp: New file.
15348 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15349 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15350 name.
15351 (standard_temp_file): Ditto.
15352 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15353 of $GDB_PARALLEL.
15354
15355 2015-07-24 Doug Evans <dje@google.com>
15356
15357 * gdb.perf/lib/perftest/utils.py: New file.
15358 * gdb.perf/gm-hello.cc: New file.
15359 * gdb.perf/gm-pervasive-typedef.cc: New file.
15360 * gdb.perf/gm-pervasive-typedef.h: New file.
15361 * gdb.perf/gm-std.cc: New file.
15362 * gdb.perf/gm-std.h: New file.
15363 * gdb.perf/gm-use-cerr.cc: New file.
15364 * gdb.perf/gm-utils.h: New file.
15365 * gdb.perf/gmonster-null-lookup.py: New file.
15366 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15367 * gdb.perf/gmonster-print-cerr.py: New file.
15368 * gdb.perf/gmonster-ptype-string.py: New file.
15369 * gdb.perf/gmonster-runto-main.py: New file.
15370 * gdb.perf/gmonster-select-file.py: New file.
15371 * gdb.perf/gmonster1-null-lookup.exp: New file.
15372 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15373 * gdb.perf/gmonster1-print-cerr.exp: New file.
15374 * gdb.perf/gmonster1-ptype-string.exp: New file.
15375 * gdb.perf/gmonster1-runto-main.exp: New file.
15376 * gdb.perf/gmonster1-select-file.exp: New file.
15377 * gdb.perf/gmonster1.cc: New file.
15378 * gdb.perf/gmonster1.exp: New file.
15379 * gdb.perf/gmonster2-null-lookup.exp: New file.
15380 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15381 * gdb.perf/gmonster2-print-cerr.exp: New file.
15382 * gdb.perf/gmonster2-ptype-string.exp: New file.
15383 * gdb.perf/gmonster2-runto-main.exp: New file.
15384 * gdb.perf/gmonster2-select-file.exp: New file.
15385 * gdb.perf/gmonster2.cc: New file.
15386 * gdb.perf/gmonster2.exp: New file.
15387
15388 2015-07-24 Doug Evans <dje@google.com>
15389
15390 * gdb.perf/README: New file.
15391 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15392 * lib/gen-perf-test.exp: New file.
15393
15394 2015-07-24 Doug Evans <dje@google.com>
15395
15396 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15397 (PerfTest::startup): New function.
15398 (PerfTest::run): Return result of calling body.
15399 (PerfTest::assemble): Rewrite.
15400 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15401 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15402 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15403 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15404 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15405
15406 2015-07-24 Doug Evans <dje@google.com>
15407
15408 * lib/gdb.exp (clean_restart): Make executable optional.
15409
15410 2015-07-24 Doug Evans <dje@google.com>
15411
15412 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15413 compiler_info references.
15414 * gdb.cp/temargs.exp: Ditto.
15415 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15416 (get_compiler_info): Early exit if already computed. Set compiler_info
15417 to "unknown" if there was a problem.
15418 (test_compiler_info): Add function comment. Call get_compiler_info.
15419
15420 2015-07-24 Doug Evans <dje@google.com>
15421
15422 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15423 (workers/%.worker, build-perf): New rule.
15424 (GDB_PERFTEST_MODE): New variable.
15425 (check-perf): Use it.
15426 (clean): Clean up gdb.perf parallel build subdirs.
15427 * lib/build-piece.exp: New file.
15428 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15429 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15430 name.
15431 (standard_temp_file): Ditto.
15432 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15433 of $GDB_PARALLEL.
15434
15435 2015-07-24 Doug Evans <dje@google.com>
15436
15437 * lib/future.exp (gdb_default_target_compile): New option
15438 "early_flags".
15439 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15440 --as-needed.
15441
15442 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15443
15444 * gdb.base/catch-syscall.exp: Call gdb_exit before
15445 gdb_skip_xml_test.
15446
15447 2015-07-24 Pedro Alves <palves@redhat.com>
15448
15449 * gdb.python/py-events.exp: Accept output between the stop event
15450 and the prompt.
15451 * gdb.python/py-evsignal.exp: Likewise.
15452 * gdb.python/py-evthreads.exp: Likewise.
15453
15454 2015-07-24 Pedro Alves <palves@redhat.com>
15455
15456 PR gdb/18717
15457 * gdb.threads/non-ldr-exit.c: New file.
15458 * gdb.threads/non-ldr-exit.exp: New file.
15459
15460 2015-07-24 Yao Qi <yao.qi@linaro.org>
15461
15462 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15463 restarting process.
15464
15465 2015-07-24 Yao Qi <yao.qi@linaro.org>
15466
15467 * gdb.server/ext-restart.exp: New file.
15468
15469 2015-07-24 Yao Qi <yao.qi@linaro.org>
15470
15471 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15472 argument options.
15473 * gdb.server/ext-wrapper.exp: New file.
15474
15475 2015-07-23 Doug Evans <dje@google.com>
15476
15477 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15478 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15479
15480 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15481
15482 * gdb.ada/var_arr_typedef.exp: New testcase.
15483 * gdb.ada/var_arr_typedef/pack.adb: New file.
15484 * gdb.ada/var_arr_typedef/pack.ads: New file.
15485 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15486
15487 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15488
15489 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15490
15491 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15492
15493 * gdb.arch/i386-biarch-core.exp: Replace istarget
15494 by "complete set gnutarget". Remove expectation for the "core-file"
15495 command.
15496
15497 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15498
15499 Revert the previous commit:
15500 Tests for validate symbol file using build-id.
15501
15502 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15503
15504 Tests for validate symbol file using build-id.
15505 * gdb.base/solib-mismatch-lib.c: New file.
15506 * gdb.base/solib-mismatch-libmod.c: New file.
15507 * gdb.base/solib-mismatch.c: New file.
15508 * gdb.base/solib-mismatch.exp: New file.
15509
15510 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15511
15512 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15513 nios2-*-linux*.
15514 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15515 * gdb.base/siginfo.exp: Likewise.
15516 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15517
15518 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15519
15520 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15521 Move it to ...
15522 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15523 ... here.
15524 * gdb.trace/range-stepping.exp: Check that the target supports
15525 range stepping.
15526
15527 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15528
15529 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15530
15531 2015-07-14 Pedro Alves <palves@redhat.com>
15532
15533 * gdb.base/killed-outside.exp: New file.
15534 * gdb.base/killed-outside.c: New file.
15535
15536 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15537
15538 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15539 (n at main): New.
15540 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15541
15542 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15543
15544 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15545 infcall tests instead of setting up for KFAIL.
15546
15547 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15548
15549 * gdb.btrace/record_goto-step.exp: New.
15550
15551 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15552
15553 PR compile/18484
15554 * gdb.compile/compile.c (struct struct_type): Add volatile to
15555 selffield's type.
15556 * gdb.compile/compile.exp
15557 (compile code struct_object.selffield = &struct_object): Skip further
15558 struct_object tests if this one xfails.
15559
15560 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15561
15562 PR exp/18617
15563 * gdb.trace/ax.exp: Add test.
15564
15565 2015-07-07 Yao Qi <yao.qi@linaro.org>
15566
15567 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15568 instead of istarget "aarch64*-*-*".
15569 * gdb.arch/aarch64-fp.exp: Likewise.
15570 * gdb.base/float.exp: Likewise.
15571 * gdb.reverse/aarch64.exp: Likewise.
15572 * lib/gdb.exp (is_aarch64_target): New proc.
15573
15574 2015-07-07 Yao Qi <yao.qi@linaro.org>
15575
15576 * lib/gdb.exp (is_aarch32_target): New proc.
15577 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15578 instead of "istarget "arm*-*-*"".
15579 * gdb.arch/arm-disp-step.exp: Likewise.
15580 * gdb.arch/thumb-bx-pc.exp: Likewise.
15581 * gdb.arch/thumb-prologue.exp: Likewise.
15582 * gdb.arch/thumb-singlestep.exp: Likewise.
15583 * gdb.base/disp-step-syscall.exp: Likewise.
15584 * gdb.base/float.exp: Likewise.
15585
15586 2015-07-07 Yao Qi <yao.qi@linaro.org>
15587
15588 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15589 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15590
15591 2015-07-07 Yao Qi <yao.qi@linaro.org>
15592
15593 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15594 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15595 if it exists.
15596 * gdb.multi/multi-arch.exp: Likewise.
15597
15598 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15599
15600 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15601 print.
15602
15603 2015-07-07 Yao Qi <yao.qi@linaro.org>
15604
15605 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15606
15607 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15608
15609 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15610 '[' and ']' characters.
15611
15612 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15613
15614 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15615
15616 2015-06-29 Pedro Alves <palves@redhat.com>
15617
15618 PR threads/18127
15619 * gdb.threads/hand-call-new-thread.c: New file.
15620 * gdb.threads/hand-call-new-thread.c: New file.
15621
15622 2015-06-26 Keith Seitz <keiths@redhat.com>
15623 Doug Evans <dje@google.com>
15624
15625 PR 16253
15626 * gdb.cp/var-tag-2.cc: New file.
15627 * gdb.cp/var-tag-3.cc: New file.
15628 * gdb.cp/var-tag-4.cc: New file.
15629 * gdb.cp/var-tag.cc: New file.
15630 * gdb.cp/var-tag.exp: New file.
15631
15632 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15633
15634 * gdb.base/history-duplicates.exp: New test.
15635
15636 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15637
15638 * gdb.base/completion.exp: Test the completion of the "focus"
15639 command.
15640
15641 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15642
15643 * gdb.arch/amd64-prologue-skip.S: New file.
15644 * gdb.arch/amd64-prologue-skip.exp: New file.
15645
15646 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15647
15648 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15649 is_address_zero_readable check.
15650
15651 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15652
15653 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15654 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15655
15656 2015-06-24 Yao Qi <yao.qi@linaro.org>
15657
15658 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15659 linux targets.
15660
15661 2015-06-24 Yao Qi <yao.qi@linaro.org>
15662
15663 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15664 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15665 * gdb.base/siginfo-thread.exp: Likewise.
15666
15667 2015-06-22 Yao Qi <yao.qi@linaro.org>
15668
15669 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15670
15671 2015-06-22 Yao Qi <yao.qi@linaro.org>
15672
15673 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15674 aarch64*-*-*.
15675 (skip_hw_watchpoint_tests): Likewise.
15676
15677 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15678
15679 * gdb.base/gdbinit-history.exp: Test the interaction between
15680 setting GDBHISTSIZE and setting the history size via .gdbinit.
15681
15682 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15683
15684 PR gdb/16999
15685 * gdb.base/gdbhistsize-history.exp: New test.
15686
15687 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15688
15689 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15690 with GDBHISTSIZE.
15691 * gdb.base/readline.exp: Likewise.
15692
15693 2015-06-17 Yao Qi <yao.qi@linaro.org>
15694
15695 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15696 line.
15697
15698 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15699
15700 * gdb.base/gdbinit-history.exp: Add test case to check that
15701 an unlimited history file does not get truncated on exit.
15702
15703 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15704
15705 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15706 (VECTOR): New macro. Use it...
15707 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15708 ...for these typedefs.
15709 (int8, char1, int1, double1): New typedefs.
15710 (struct just_int2, struct two_int2): New structures.
15711 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15712 (add_structvecs, add_singlevecs): New functions.
15713 (main): Call add_some_intvecs twice.
15714 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15715 the compile and exit upon failure. Try compiling for the "native"
15716 architecture. Test inferior function calls with vector arguments
15717 and vector return value handling with "finish" and "return".
15718
15719 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15720
15721 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15722 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15723 PE file.
15724 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15725
15726 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15727
15728 PR breakpoints/16465
15729 * gdb.mi/mi-dprintf-pending.c: New file.
15730 * gdb.mi/mi-dprintf-pending.exp: New test.
15731 * gdb.mi/mi-dprintf-pendshr.c: New file.
15732
15733 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15734 Mircea Gherzan <mircea.gherzan@intel.com>
15735
15736 * gdb.arch/i386-mpx-map.c: New file.
15737 * gdb.arch/i386-mpx-map.exp: New File.
15738
15739 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15740
15741 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15742 * gdb.arch/i386-mpx.exp: Indentation fixed.
15743
15744 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15745
15746 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15747 function and improved indentation.
15748 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15749 gdb_test_multiple. Added additional tests to skip the test.
15750
15751 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15752
15753 * gdb.arch/i386-avx512.c: Change path in include file.
15754 * gdb.arch/i386-avx512.exp: Change include dir path
15755 compilation flag.
15756 * gdb.arch/i386-mpx.c: Change path in include file.
15757 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15758 flag.
15759
15760 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15761
15762 * gdb.compile/compile-print.exp (compile print *vararray@3)
15763 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15764
15765 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15766
15767 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15768 (do not keep jit in memory): ... this.
15769 (expect 5): Change it to ...
15770 (expect no 5): ... this.
15771
15772 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15773
15774 PR gdb/15564
15775 * gdb.mi/mi-detach.exp: New file.
15776
15777 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15778
15779 PR symtab/18392
15780 * gdb.arch/amd64-tailcall-self.S: New file.
15781 * gdb.arch/amd64-tailcall-self.c: New file.
15782 * gdb.arch/amd64-tailcall-self.exp: New file.
15783
15784 2015-05-28 Don Breazeal <donb@codesourcery.com>
15785
15786 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15787 tests for remote targets by checking is_target_gdbserver.
15788
15789 2015-05-27 Doug Evans <dje@google.com>
15790
15791 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15792 * gdb.dwarf2/opaque-type-lookup.c: New file.
15793 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15794
15795 2015-05-26 Doug Evans <dje@google.com>
15796
15797 * gdb.cp/iostream.cc: New file.
15798 * gdb.cp/iostream.exp: New file.
15799
15800 2015-05-26 Doug Evans <dje@google.com>
15801
15802 * gdb.dwarf2/dw2-op-call.exp: Update.
15803 * gdb.dwarf2/dw4-sig-types.exp: Update.
15804 * gdb.dwarf2/implptr.exp: Update.
15805 * gdb.mi/mi-cmd-param-changed.exp: Update.
15806
15807 2015-05-26 Doug Evans <dje@google.com>
15808
15809 * gdb.python/py-lazy-string.c: New file.
15810 * gdb.python/py-lazy-string.exp: New file.
15811 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15812 (main): Update. Add estring3.
15813 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15814 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15815
15816 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15817 Yao Qi <yao.qi@linaro.org>
15818
15819 * gdb.reverse/aarch64.c: New.
15820 * gdb.reverse/aarch64.exp: New.
15821
15822 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15823
15824 * lib/gdb.exp (supports_process_record): Return true for
15825 aarch64*-linux*.
15826 (supports_reverse): Likewise.
15827
15828 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15829
15830 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15831 Use with_test_prefix.
15832
15833 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15834
15835 * gdb.base/completion.exp: Add test for completion of layout
15836 names.
15837
15838 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15839
15840 * lib/gdb.exp (skip_tui_tests): New proc.
15841 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15842
15843 2015-05-19 Pedro Alves <palves@redhat.com>
15844
15845 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15846 Save the whole env array instead of just HOME. Unset HISTSIZE in
15847 the environment while testing. Restore whole environment
15848 afterwards.
15849
15850 2015-05-16 Doug Evans <xdje42@gmail.com>
15851
15852 * gdb.guile/scm-ports.c: New file.
15853 * gdb.guile/scm-ports.exp: Add memory port tests.
15854
15855 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15856
15857 * gdb.compile/compile-print.c: New file.
15858 * gdb.compile/compile-print.exp: New file.
15859
15860 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15861
15862 * gdb.compile/compile-ops.exp: Cast param to void.
15863 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15864 (compile code struct_object.selffield = &struct_object): Add xfail.
15865
15866 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15867
15868 * gdb.ada/arr_enum_with_gap: New testcase.
15869
15870 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15871
15872 * gdb.ada/byte_packed_arr: New testcase.
15873
15874 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15875
15876 * gdb.ada/pckd_neg: New testcase.
15877
15878 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15879
15880 PR gdb/17820
15881 * gdb.base/gdbinit-history.exp: New test.
15882 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15883 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15884
15885 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15886
15887 * gdb.python/py-xmethods.cc: Enhance test case.
15888 * gdb.python/py-xmethods.exp: New tests.
15889 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15890 function.
15891 (B_indexoper): Likewise.
15892 (global_dm_list) : Add new xmethod worker functions.
15893
15894 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15895
15896 * gdb.base/coredump-filter.exp: Correctly unset
15897 "coredump_var_addr" array.
15898
15899 2015-05-08 Pedro Alves <palves@redhat.com>
15900
15901 * gdb.server/non-existing-program.exp: Unset spawn_id.
15902
15903 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15904
15905 PR python/18291
15906 * gdb.python/py-xmethods.exp: Add tests.
15907
15908 2015-05-08 Yao Qi <yao.qi@linaro.org>
15909
15910 PR gdb/18208
15911 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15912 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15913 function set_coredump_filter, and remove remote_exec call.
15914 Remove argument ipid. Callers update.
15915 (top level): Don't get inferior's PID.
15916
15917 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15918
15919 * gdb.base/watch_thread_num.exp: Skip test on targets without
15920 access watchpoints.
15921
15922 2015-05-06 Pedro Alves <palves@redhat.com>
15923
15924 PR server/18081
15925 * gdb.server/non-existing-program.exp: New file.
15926
15927 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15928
15929 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15930
15931 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15932
15933 * gdb.ada/out_of_line_in_inlined: New testcase.
15934
15935 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15936
15937 * gdb.ada/var_rec_arr: New testcase.
15938
15939 2015-04-30 Yao Qi <yao.qi@linaro.org>
15940
15941 * gdb.base/break-idempotent.exp: If
15942 skip_hw_watchpoint_multi_tests returns true, skip the tests
15943 on "rwatch" and "awatch".
15944
15945 2015-04-30 Yao Qi <yao.qi@linaro.org>
15946
15947 * gdb.base/relativedebug.exp: Invoke gdb command
15948 "info sharedlibrary", and if libc.so doesn't have debug info,
15949 skip the test.
15950
15951 2015-04-29 Doug Evans <dje@google.com>
15952
15953 * gdb.python/py-xmethods.exp: Add ptype tests.
15954 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15955 get_result_type method.
15956
15957 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15958
15959 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15960 the target does not support hardware watchpoints.
15961
15962 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15963
15964 * gdb.base/break-always.exp: Abort testing if writing to memory
15965 causes an error.
15966
15967 2015-04-28 Doug Evans <dje@google.com>
15968
15969 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15970 * gdb.python/py-pp-registration.exp: ... here. New file.
15971 * gdb.python/py-pp-registration.c: New file.
15972 * gdb.python/py-pp-registration.py: New file.
15973
15974 2015-04-28 Doug Evans <dje@google.com>
15975
15976 * gdb.python/py-bad-printers.c: New file.
15977 * gdb.python/py-bad-printers.py: New file.
15978 * gdb.python/py-bad-printers.exp: New file.
15979
15980 2015-04-28 Sasha Smundak <asmundak@google.com>
15981
15982 * gdb.python/py-type.exp: New test.
15983
15984 2015-04-28 Andy Wingo <wingo@igalia.com>
15985
15986 * gdb.python/py-parameter.exp:
15987 * gdb.guile/scm-parameter.exp: Escape the path that we are
15988 matching against, as it might contain characters that are special
15989 to regular expressions.
15990
15991 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15992
15993 * gdb.ada/rec_comp: New testcase.
15994
15995 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15996
15997 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15998 before using it.
15999
16000 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16001
16002 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16003 new tests for verilog output.
16004
16005 2015-04-24 Yao Qi <yao.qi@linaro.org>
16006
16007 * boards/remote-gdbserver-on-localhost.exp: New file.
16008
16009 2015-04-23 Pedro Alves <palves@redhat.com>
16010
16011 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16012 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16013 "end of file", remove $inferior_spawn_id from the indirect list.
16014
16015 2015-04-23 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16018
16019 2015-04-23 Pedro Alves <palves@redhat.com>
16020
16021 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16022 on $any_spawn_id instead of only on $gdb_spawn_id.
16023
16024 2015-04-21 Pierre Muller <muller@sourceware.org>
16025
16026 PR pascal/17815
16027 * lib/pascal.exp (gpc_compile): Add new option "class".
16028 (fpc_compile): Likewise.
16029 * gdb.pascal/case-insensitive-symbols.pas: New file.
16030 * gdb.pascal/case-insensitive-symbols.exp: New file.
16031
16032 2015-04-20 Gary Benson <gbenson@redhat.com>
16033
16034 * gdb.base/attach.exp: Fix three extended remote failures.
16035
16036 2015-04-17 Gary Benson <gbenson@redhat.com>
16037
16038 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16039 the main executable over the remote protocol.
16040
16041 2015-04-16 Pedro Alves <palves@redhat.com>
16042
16043 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16044 a new gdbserver if gdbserver_reconnect_p is set.
16045
16046 2015-04-16 Pedro Alves <palves@redhat.com>
16047
16048 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16049 is set, don't exit gdbserver.
16050
16051 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16052
16053 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16054 appropriate .insn, such that an older assembler can be used.
16055 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16056 the z/Architecture instruction set on 31-bit targets as well.
16057
16058 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16059
16060 * gdb.go/handcall.exp: Remove all logic related to the first
16061 breakpoint and rely on go_runto_main instead.
16062 * gdb.go/strings.exp: Likewise.
16063 * gdb.go/unsafe.exp: Likewise.
16064 * gdb.go/hello.exp: Likewise. Also rename the remaining
16065 breakpoint marker to "breakpoint 1".
16066 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16067 * gdb.go/strings.go: Likewise.
16068 * gdb.go/unsafe.go: Likewise.
16069 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16070 "set breakpoint 2 here" and rename the remaining breakpoint marker
16071 to "breakpoint 1".
16072
16073 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16074
16075 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16076 if itertools.imap is not present.
16077 * gdb.python/py-objfile.exp: Add parentheses.
16078 * gdb.python/py-type.exp: Same.
16079 * gdb.python/py-unwind-maint.py: Same.
16080
16081 2015-04-15 Yao Qi <yao.qi@linaro.org>
16082
16083 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16084 of ":$ptr_size" and set its form explicitly.
16085
16086 2015-04-15 Pedro Alves <palves@redhat.com>
16087 Yao Qi <yao.qi@linaro.org>
16088
16089 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16090 timeout by factor of 4.
16091 (test_regular_watch): Likewise.
16092 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16093 * gdb.reverse/sigall-reverse.exp: Likewise.
16094 * gdb.reverse/until-precsave.exp: Likewise.
16095 * lib/gdb.exp (with_timeout_factor): New proc.
16096 (gdb_expect): Move some code to ...
16097 (get_largest_timeout): ... here. New procedure.
16098
16099 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16100
16101 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16102
16103 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16104
16105 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16106 to write to the .text section.
16107
16108 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16109
16110 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16111 Handle the case of targets that do not provide PID information.
16112
16113 2015-04-13 Yao Qi <yao.qi@linaro.org>
16114
16115 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16116 and use expect instead of gdb_expect.
16117
16118 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16119
16120 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16121 "coredump_var_addr" to avoid naming conflict with other testcases.
16122
16123 2015-04-10 Pedro Alves <palves@redhat.com>
16124
16125 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16126 gdb_test_sequence and gdb_assert.
16127
16128 2015-04-10 Pedro Alves <palves@redhat.com>
16129
16130 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16131 test messages that don't include the breakpoint address.
16132
16133 2015-04-10 Yao Qi <yao.qi@linaro.org>
16134
16135 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16136 false for some offset and width combinations which aren't
16137 supported by linux kernel.
16138
16139 2015-04-10 Pedro Alves <palves@redhat.com>
16140
16141 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16142 procedure, factored out from ...
16143 (top level): ... here. Add "set displaced-stepping" testing axis.
16144 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16145 parameter "displaced". Use it.
16146 (top level): Use foreach and add "set displaced-stepping" testing
16147 axis.
16148
16149 2015-04-10 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16152 Remove comment.
16153 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16154 both the address of the instruction that triggers the watchpoint
16155 and the address of the instruction immediately after, and use
16156 those addresses for the test. Fix comment.
16157
16158 2015-04-10 Pedro Alves <palves@redhat.com>
16159
16160 * gdb.base/sigstep.exp (breakpoint_to_handler)
16161 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16162 Test "backtrace" in handler.
16163 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16164 (top level): Add new "displaced" test axis to
16165 breakpoint_to_handler, breakpoint_to_handler_entry and
16166 breakpoint_over_handler.
16167
16168 2015-04-10 Pedro Alves <palves@redhat.com>
16169
16170 PR gdb/18216
16171 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16172
16173 2015-04-10 Yao Qi <yao.qi@linaro.org>
16174
16175 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16176 (test_add_rn_pc): New function.
16177 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16178 (top level): Invoke test_add_rn_pc.
16179
16180 2015-04-10 Pedro Alves <palves@redhat.com>
16181
16182 PR gdb/13858
16183 * gdb.base/step-over-no-symbols.exp: New file.
16184
16185 2015-04-09 Andy Wingo <wingo@igalia.com>
16186
16187 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16188 after the Python tests.
16189
16190 2015-04-08 Keith Seitz <keiths@redhat.com>
16191
16192 PR python/16699
16193 * gdb.python/py-completion.exp: New tests for completion.
16194 * gdb.python/py-completion.py (CompleteLimit1): New class.
16195 (CompleteLimit2): Likewise.
16196 (CompleteLimit3): Likewise.
16197 (CompleteLimit4): Likewise.
16198 (CompleteLimit5): Likewise.
16199 (CompleteLimit6): Likewise.
16200 (CompleteLimit7): Likewise.
16201
16202 2015-04-08 Pedro Alves <palves@redhat.com>
16203
16204 PR gdb/18214
16205 PR gdb/18216
16206 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16207 function.
16208 (main): Install it as SIGUSR1 handler.
16209 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16210 parameter. Always use "setup" as prefix. Toggle "set
16211 displaced-stepping" off/on depending on global. Don't switch to
16212 thread 1 here.
16213 (top level): Add displaced stepping "off/on" test axis. Update
16214 "setup" calls. Wrap each subtest with with_test_prefix. Test
16215 continuing with a queued signal in each thread.
16216
16217 2015-04-08 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16220 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16221 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16222 Return early if running to main fails.
16223 * gdb.trace/while-stepping.exp: Likewise.
16224
16225 2015-04-07 Pedro Alves <palves@redhat.com>
16226
16227 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16228 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16229 interact with inferior program.
16230
16231 2015-04-07 Pedro Alves <palves@redhat.com>
16232
16233 * lib/gdb.exp (inferior_spawn_id): New global.
16234 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16235 spawn id after processing the user code.
16236 (default_gdb_start): Set inferior_spawn_id.
16237 (send_inferior): New procedure.
16238 * lib/gdbserver-support.exp (gdbserver_start): Set
16239 inferior_spawn_id.
16240 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16241
16242 2015-04-07 Pedro Alves <palves@redhat.com>
16243
16244 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16245 * lib/gdbserver-support.exp (gdbserver_start): Make
16246 $server_spawn_id global.
16247 (gdbserver_start): Don't wait for gdbserver's spawn id with
16248 expect_background.
16249 (close_gdbserver): New procedure.
16250 (gdb_exit): Rename the default version and reimplement.
16251
16252 2015-04-07 Pedro Alves <palves@redhat.com>
16253
16254 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16255 append the substituted item, not the original item.
16256
16257 2015-04-07 Pedro Alves <palves@redhat.com>
16258
16259 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16260 gdb_expect.
16261
16262 2015-04-07 Pedro Alves <palves@redhat.com>
16263
16264 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16265 output appearing once only.
16266
16267 2015-04-07 Pedro Alves <palves@redhat.com>
16268
16269 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16270 that doesn't expect anything. Return early if running to main
16271 fails.
16272
16273 2015-04-07 Yao Qi <yao.qi@linaro.org>
16274
16275 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16276 (child_function): Call alarm.
16277 (main): Move call to alarm into the loop.
16278 * gdb.threads/non-stop-fair-events.exp: Build program with
16279 -DTIMEOUT=$timeout.
16280
16281 2015-04-06 Doug Evans <xdje42@gmail.com>
16282
16283 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16284 Fix dest parameter to board_info.
16285 (fpc_compile): Ditto.
16286 (gdb_compile_pascal): Rename dest arg to destfile.
16287
16288 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16289
16290 * gdb.ada/funcall_ref.exp: New file.
16291 * gdb.ada/funcall_ref/foo.adb: New file.
16292
16293 2015-04-02 Yao Qi <yao.qi@linaro.org>
16294
16295 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16296 is remote.
16297
16298 2015-04-02 Gary Benson <gbenson@redhat.com>
16299
16300 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16301
16302 2015-04-01 Sasha Smundak <asmundak@google.com>
16303
16304 * gdb.python/py-unwind-maint.c: New file.
16305 * gdb.python/py-unwind-maint.exp: New test.
16306 * gdb.python/py-unwind-maint.py: New file.
16307 * gdb.python/py-unwind.c: New file.
16308 * gdb.python/py-unwind.exp: New test.
16309 * gdb.python/py-unwind.py: New test.
16310
16311 2015-04-01 Pedro Alves <palves@redhat.com>
16312
16313 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16314 to fail instead of non-existent $test.
16315
16316 2015-04-01 Pedro Alves <palves@redhat.com>
16317
16318 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16319 GDBFLAGS if not empty.
16320
16321 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16322
16323 * gdb.ada/complete.exp: Remove "multi_line".
16324 * gdb.ada/info_exc.exp: Remove "multi_line".
16325 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16326 * gdb.ada/ptype_field.exp: Remove "multi_line".
16327 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16328 * gdb.ada/tagged.exp: Remove "multi_line".
16329 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16330 [multi_line ...]
16331 * gdb.btrace/delta.exp: Likewise.
16332 * gdb.btrace/exception.exp: Likewise.
16333 * gdb.btrace/function_call_history.exp: Likewise.
16334 * gdb.btrace/instruction_history.exp: Likewise.
16335 * gdb.btrace/nohist.exp: Likewise.
16336 * gdb.btrace/record_goto.exp: Likewise.
16337 * gdb.btrace/segv.exp: Likewise.
16338 * gdb.btrace/stepi.exp: Likewise.
16339 * gdb.btrace/tailcall.exp: Likewise.
16340 * gdb.btrace/unknown_functions.exp: Likewise.
16341 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16342 * lib/gdb.exp: Add the "multi_line" helper.
16343
16344 2015-04-01 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.threads/tid-reuse.c: New file.
16347 * gdb.threads/tid-reuse.exp: New file.
16348
16349 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16350
16351 PR corefiles/16092
16352 * gdb.base/coredump-filter.c: New file.
16353 * gdb.base/coredump-filter.exp: Likewise.
16354
16355 2015-03-27 Petr Machata <pmachata@redhat.com>
16356
16357 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16358 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16359 (Dwarf::assemble): Initialize them.
16360 (Dwarf::lines): New function.
16361
16362 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16363
16364 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16365 SYMBOL_PREFIX for x86_64-*-cygwin.
16366
16367 2015-03-26 Andy Wingo <wingo@igalia.com>
16368
16369 PR symtab/18148
16370 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16371 const_value but not a location.
16372 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16373 location defined in non-main CUs are visible.
16374
16375 2015-03-26 Yao Qi <yao.qi@linaro.org>
16376
16377 PR testsuite/18139
16378 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16379 Add a line number entry for the same line.
16380 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16381 Add a line number entry for the same line.
16382
16383 2015-03-26 Yao Qi <yao.qi@linaro.org>
16384
16385 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16386 .int 0.
16387 (func): Likewise. Add .Lfunc_1 label.
16388 Use .Lfunc_1 label.
16389 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16390 .int 0.
16391 (func): Likewise.
16392 Use .Lfunc_1 label.
16393
16394 2015-03-26 Yao Qi <yao.qi@linaro.org>
16395
16396 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16397 Call gdb_compile instead to compile each .s files without debug
16398 information.
16399
16400 2015-03-26 Yao Qi <yao.qi@linaro.org>
16401
16402 * gdb.base/savedregs.exp (process_saved_regs): Make
16403 "Saved registers:" optional in the pattern.
16404
16405 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16406
16407 * gdb.btrace/next.exp: Merged into step.exp.
16408 * gdb.btrace/finish.exp: Merged into step.exp.
16409 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16410 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16411 "record goto" and checking the exact replay position.
16412 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16413 check for "Recording format" in "info record" output.
16414 * gdb.btrace/record_goto.exp: Choose test file based on target.
16415 * gdb.btrace/x86-record_goto.S: Renamed into ...
16416 * gdb.btrace/x86_64-record_goto.S: ... this.
16417 * gdb.btrace/i686-record_goto.S: New.
16418 * gdb.btrace/x86-tailcall.S: Renamed into ...
16419 * gdb.btrace/x86_64-tailcall.S: ... this.
16420 * gdb.btrace/i686-tailcall.S: New.
16421 * gdb.btrace/x86-tailcall.c: Renamed into ...
16422 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16423 separate statements. Update test.
16424 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16425 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16426 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16427 * gdb.btrace/tailcall.exp: Choose test file based on target.
16428 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16429
16430 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16431
16432 * gdb.btrace/exception.exp: Increase BTS buffer size.
16433
16434 2015-03-24 Pedro Alves <palves@redhat.com>
16435
16436 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16437
16438 2015-03-24 Pedro Alves <palves@redhat.com>
16439
16440 * gdb.threads/schedlock.exp (test_step): No longer expect that
16441 "set scheduler-locking step" with "next" over a function call runs
16442 threads unlocked.
16443
16444 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16445
16446 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16447
16448 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16449
16450 PR breakpoints/16466
16451 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16452 * gdb.mi/mi-pending.c (thread_func): New function.
16453 (int main): Add threading support required.
16454 * gdb.mi/mi-pending.exp: Add tests for this issue.
16455 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16456 (pendfunc2): Remove stdio dependency.
16457 * gdb.mi/mi-pendshr2.c: New file.
16458
16459 2015-03-23 Keith Seitz <keiths@redhat.com>
16460
16461 * gdb.linespec/keywords.c: New file.
16462 * gdb.linespec/keywords.exp: New file.
16463
16464 2015-03-23 Keith Seitz <keiths@redhat.com>
16465
16466 PR gdb/18021
16467 * gdb.dwarf2/staticvirtual.exp: New test.
16468
16469 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16470
16471 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16472 * README: Remove HP-UX and gdb.hp.
16473 (configuration):
16474 * configure: Regenerate.
16475 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16476 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16477 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16478 gdb.hp/gdb.defects/Makefile.
16479 * gdb.hp/Makefile.in: File deleted.
16480 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16481 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16482 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16483 * gdb.hp/gdb.aCC/run.c: File deleted.
16484 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16485 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16486 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16487 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16488 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16489 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16490 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16491 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16492 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16493 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16494 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16495 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16496 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16497 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16498 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16499 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16500 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16501 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16502 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16503 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16504 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16505 * gdb.hp/gdb.compat/average.c: File deleted.
16506 * gdb.hp/gdb.compat/sum.c: File deleted.
16507 * gdb.hp/gdb.compat/xdb.c: File deleted.
16508 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16509 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16510 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16511 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16512 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16513 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16514 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16515 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16516 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16517 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16518 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16519 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16520 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16521 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16522 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16523 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16524 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16525 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16526 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16527 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16528 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16529 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16530 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16531 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16532 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16533 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16534 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16535 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16536 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16537 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16538 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16539 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16540 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16541 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16542 * gdb.hp/tools/odump: File deleted.
16543
16544 2015-03-19 Pedro Alves <palves@redhat.com>
16545
16546 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16547 (saw_thread_3): New globals.
16548 (top level): Increment them when an event for the corresponding
16549 thread is seen.
16550 (no thread starvation): New test.
16551
16552 2015-03-19 Pedro Alves <palves@redhat.com>
16553
16554 * gdb.threads/continue-pending-status.c: New file.
16555 * gdb.threads/continue-pending-status.exp: New file.
16556
16557 2015-03-18 Pedro Alves <palves@redhat.com>
16558
16559 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16560 Use gdb_is_target_remote instead of is_remote. Use
16561 gdb_test_multiple instead of gdb_expect. Exit early if
16562 gdb_test_multiple hits its internal matches. Tighten stepi tests
16563 expected output. Fail on exit with any signal, instead of just
16564 SIGILL.
16565
16566 2015-03-18 Yao Qi <yao.qi@linaro.org>
16567
16568 PR tdep/18107
16569 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16570 variable.
16571 * gdb.base/catch-syscall.exp: Don't skip it on
16572 aarch64*-*-linux* target. Remove elements in all_syscalls.
16573 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16574 target.
16575 (setup_all_syscalls): New proc.
16576
16577 2015-03-16 Yao Qi <yao.qi@linaro.org>
16578
16579 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16580 (top level): Skip tests if valid_addr_p returns false for
16581 $cmd1 or $cmd2.
16582
16583 2015-03-11 Andy Wingo <wingo@igalia.com>
16584
16585 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16586
16587 2015-03-11 Yao Qi <yao.qi@linaro.org>
16588
16589 * gdb.base/catch-syscall.exp: Fix typo in comments.
16590
16591 2015-03-11 Yao Qi <yao.qi@linaro.org>
16592
16593 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16594
16595 2015-03-09 Pedro Alves <palves@redhat.com>
16596
16597 * dg-extract-results.py: Delete.
16598
16599 2015-03-09 Pedro Alves <palves@redhat.com>
16600
16601 Merge dg-extract-results.sh from GCC upstream (r218843).
16602
16603 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16604 * dg-extract-results.sh: Use --text with grep to avoid issues with
16605 binary files. Fall back to cat -v, if that doesn't work.
16606
16607 2015-03-05 Pedro Alves <palves@redhat.com>
16608
16609 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16610
16611 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16612
16613 * lib/mi-support.exp (mi_expect_interrupt): Accept
16614 alternative event for when in all-stop mode.
16615
16616 2015-03-04 Pedro Alves <palves@redhat.com>
16617
16618 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16619
16620 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16621
16622 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16623
16624 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16625
16626 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16627 regexps for GDB's current line display, accept a hex address
16628 preceding the line number.
16629
16630 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16631
16632 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16633 the 'arch1' variable for "s390*-linux*" targets.
16634
16635 2015-03-04 Pedro Alves <palves@redhat.com>
16636
16637 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16638 (main): Pass missing retval argument to pthread_join call.
16639
16640 2015-03-02 Pedro Alves <palves@redhat.com>
16641
16642 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16643 (top level): Call do_test with non-stop as well.
16644
16645 2015-03-02 Pedro Alves <palves@redhat.com>
16646
16647 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16648 -1.
16649
16650 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16651
16652 * gdb.arch/s390-vregs.exp: New test.
16653 * gdb.arch/s390-vregs.S: New file.
16654
16655 2015-02-27 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16658 call to catch_command_errors.
16659 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16660 catch_command_errors.
16661
16662 2015-02-27 Pedro Alves <palves@redhat.com>
16663
16664 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16665 "true" for boolean result.
16666 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16667 prototype of main.
16668
16669 2015-02-27 Pedro Alves <palves@redhat.com>
16670
16671 * lib/unbuffer_output.c: New file.
16672 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16673 (main): Call gdb_unbuffer_output.
16674
16675 2015-02-27 Yao Qi <yao.qi@linaro.org>
16676
16677 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16678 target.
16679
16680 2015-02-26 Doug Evans <dje@google.com>
16681
16682 * gdb.cp/class2.cc (Dbase, D): New classes.
16683 (main): New local delta.
16684 * gdb.cp/class2.exp: Test printing delta.
16685 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16686 (dynbar): New global.
16687 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16688
16689 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16690
16691 * gdb.compile/compile-ifunc.c: New file.
16692 * gdb.compile/compile-ifunc.exp: New file.
16693
16694 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16695
16696 * gdb.base/structs.exp: Check for correct struct on finish.
16697
16698 2015-02-26 Yao Qi <yao.qi@linaro.org>
16699
16700 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16701 is zero.
16702
16703 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16704
16705 * gdb.arch/cordic.ko.bz2: New file.
16706 * gdb.arch/cordic.ko.debug.bz2: New file.
16707 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16708
16709 2015-02-25 Yao Qi <yao.qi@linaro.org>
16710
16711 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16712 aarch64*-*-* target.
16713
16714 2015-02-23 Pedro Alves <palves@redhat.com>
16715
16716 * lib/gdb.exp (delete_breakpoints): Rewrite using
16717 gdb_test_multiple.
16718
16719 2015-02-23 Pedro Alves <palves@redhat.com>
16720
16721 * gdb.base/info-os.c: Include stdlib.h.
16722
16723 2015-02-22 Doug Evans <xdje42@gmail.com>
16724
16725 PR symtab/17855
16726 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16727 is read after symbols have been re-read.
16728 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16729 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16730
16731 2015-02-21 Doug Evans <dje@google.com>
16732
16733 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16734
16735 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16736
16737 PR corefiles/17808
16738 * gdb.arch/i386-biarch-core.core.bz2: New file.
16739 * gdb.arch/i386-biarch-core.exp: New file.
16740
16741 2015-02-21 Pedro Alves <palves@redhat.com>
16742
16743 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16744 runto_main fails.
16745
16746 2015-02-20 Pedro Alves <palves@redhat.com>
16747
16748 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16749 info probes.
16750
16751 2015-02-20 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16754
16755 2015-02-20 Pedro Alves <palves@redhat.com>
16756
16757 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16758 clean_restart before gdb_target_supports_trace.
16759
16760 2015-02-20 Pedro Alves <palves@redhat.com>
16761
16762 PR threads/18006
16763 * gdb.threads/clone-thread_db.c: New file.
16764 * gdb.threads/clone-thread_db.exp: New file.
16765
16766 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16767
16768 PR breakpoints/16812
16769 * gdb.base/catch-gdb-caused-signals.c: New file.
16770 * gdb.base/catch-gdb-caused-signals.exp: New file.
16771
16772 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16773
16774 * configure: Regenerated.
16775 * configure.ac: Use GDB_AC_TRANSFORM.
16776 * aclocal.m4: sinclude ../transform.m4.
16777
16778 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16779
16780 * lib/dtrace.exp: New file.
16781 * gdb.base/dtrace-probe.exp: Likewise.
16782 * gdb.base/dtrace-probe.d: Likewise.
16783 * gdb.base/dtrace-probe.c: Likewise.
16784 * lib/pdtrace.in: Likewise.
16785 * configure.ac: Output variables with the transformed names of
16786 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16787 * configure: Regenerated.
16788
16789 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16790
16791 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16792 expected message when trying to access $_probe_* convenience
16793 variables while not on a probe.
16794
16795 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16796
16797 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16798
16799 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16800
16801 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16802 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16803
16804 2015-02-10 Doug Evans <xdje42@gmail.com>
16805
16806 * lib/gdb.exp (gdb_load): Always return a result.
16807
16808 2015-02-10 Pedro Alves <palves@redhat.com>
16809
16810 * gdb.threads/signal-sigtrap.c: New file.
16811 * gdb.threads/signal-sigtrap.exp: New file.
16812
16813 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16814
16815 * gdb.trace/no-attach-trace.c: New file.
16816 * gdb.trace/no-attach-trace.exp: New file.
16817
16818 2015-02-09 Mark Wielaard <mjw@redhat.com>
16819
16820 * gdb.dwarf2/atomic.c: New file.
16821 * gdb.dwarf2/atomic-type.exp: Likewise.
16822
16823 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16824
16825 * gdb.btrace/buffer-size.exp: Update "info record" output.
16826 * gdb.btrace/delta.exp: Update "info record" output.
16827 * gdb.btrace/enable.exp: Update "info record" output.
16828 * gdb.btrace/finish.exp: Update "info record" output.
16829 * gdb.btrace/instruction_history.exp: Update "info record" output.
16830 * gdb.btrace/next.exp: Update "info record" output.
16831 * gdb.btrace/nexti.exp: Update "info record" output.
16832 * gdb.btrace/step.exp: Update "info record" output.
16833 * gdb.btrace/stepi.exp: Update "info record" output.
16834 * gdb.btrace/nohist.exp: Update "info record" output.
16835
16836 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16837
16838 * gdb.btrace/buffer-size: New.
16839
16840 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16841
16842 * gdb.btrace/delta.exp: Update "info record" output.
16843 * gdb.btrace/enable.exp: Update "info record" output.
16844 * gdb.btrace/finish.exp: Update "info record" output.
16845 * gdb.btrace/instruction_history.exp: Update "info record" output.
16846 * gdb.btrace/next.exp: Update "info record" output.
16847 * gdb.btrace/nexti.exp: Update "info record" output.
16848 * gdb.btrace/step.exp: Update "info record" output.
16849 * gdb.btrace/stepi.exp: Update "info record" output.
16850 * gdb.btrace/nohist.exp: Update "info record" output.
16851
16852 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16853
16854 PR gdb/15678
16855 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16856
16857 2015-02-06 Pedro Alves <palves@redhat.com>
16858
16859 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16860 macro.
16861 (seconds_left, again): New globals.
16862 (main): Wait seconds_left in a 1-second sleep loop instead of
16863 sleeping 180 seconds. If 'again' is set, reset the seconds
16864 counter.
16865 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16866 'again' in the inferior before detaching. Print the seconds left.
16867 (options): New global.
16868 (top level): Build program with -DTIMEOUT=$timeout.
16869
16870 2015-02-06 Pedro Alves <palves@redhat.com>
16871
16872 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16873 determine how many seconds to pass to 'alarm'.
16874 * gdb.base/gdb-sigterm.exp (top level): Build program with
16875 -DTIMEOUT=$timeout.
16876 (do_test): Return success/failure indication. Add more verbose
16877 logging. Don't fail if 200 single steps are seen. Instead, fail
16878 when the test times out.
16879 (passes): New global.
16880 (top level): Break the testing loop if testing fails on any
16881 iteration. Use gdb_assert.
16882
16883 2015-02-04 Don Breazeal <donb@codesourcery.com>
16884
16885 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16886 and initialize them.
16887 (ipc_cleanup): New function.
16888 (main): Don't declare shmid, semid, and msqid. Add a call to
16889 atexit so that we call ipc_cleanup on exit.
16890
16891 2015-02-04 Pedro Alves <palves@redhat.com>
16892
16893 * boards/native-extended-gdbserver.exp: Remove any target variant
16894 specifications from the board name before clearing the isremote
16895 flag from board_info.
16896
16897 2015-01-31 Doug Evans <xdje42@gmail.com>
16898
16899 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16900
16901 2015-01-31 Gary Benson <gbenson@redhat.com>
16902
16903 * gdb.base/completion.exp: Disable completion limiting for
16904 existing tests. Add new tests to check completion limiting.
16905 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16906
16907 2015-01-31 Doug Evans <xdje42@gmail.com>
16908
16909 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16910
16911 2015-01-31 Doug Evans <xdje42@gmail.com>
16912
16913 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16914 entries. Duplicate file section script entries.
16915 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16916 inlined entries. Add test for safe-path rejection.
16917 * gdb.python/py-section-script.c: Add duplicate inlined section script
16918 entries. Duplicate file section script entries.
16919 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16920 inlined entries. Add test for safe-path rejection.
16921
16922 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16923
16924 * gdb.ada/disc_arr_bound: New testcase.
16925
16926 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16927
16928 * gdb.ada/mi_var_array: New testcase.
16929
16930 2015-01-27 Doug Evans <dje@google.com>
16931
16932 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16933 Add test for objfile.filename, objfile.username after objfile
16934 has been unloaded.
16935
16936 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16937
16938 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16939 the second test to print the name attribute of value
16940 returned by the call to gdb.lookup_type, and adjust
16941 the expected output accordingly.
16942
16943 2015-01-25 Mark Wielaard <mjw@redhat.com>
16944
16945 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16946 * gdb.base/disp-step-fork.c: Include unistd.h.
16947 * gdb.base/siginfo-obj.c: Include stdio.h.
16948 * gdb.base/siginfo-thread.c: Likewise.
16949 * gdb.mi/non-stop.c: Include unistd.h.
16950 * gdb.mi/nsthrexec.c: Include stdio.h.
16951 * gdb.mi/pthreads.c: Include unistd.h.
16952 * gdb.modula2/unbounded1.c (main): Declare returns int.
16953 * gdb.reverse/consecutive-reverse.c: Likewise.
16954 * gdb.threads/create-fail.c: Include unistd.h.
16955 * gdb.threads/killed.c: Likewise.
16956 * gdb.threads/linux-dp.c: Likewise.
16957 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16958 * gdb.threads/non-ldr-exc-2.c: Likewise.
16959 * gdb.threads/non-ldr-exc-3.c: Likewise.
16960 * gdb.threads/non-ldr-exc-4.c: Likewise.
16961 * gdb.threads/pthreads.c: Include unistd.h.
16962 (main): Declare returns int.
16963 * gdb.threads/tls-main.c (foo): New declaration.
16964 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16965
16966 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16967
16968 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16969 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16970
16971 2015-01-15 Mark Wielaard <mjw@redhat.com>
16972
16973 * gdb.base/noreturn-return.c: New file.
16974 * gdb.base/noreturn-return.exp: New file.
16975 * gdb.base/noreturn-finish.c: New file.
16976 * gdb.base/noreturn-finish.exp: New file.
16977
16978 2015-01-23 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.threads/continue-pending-after-query.c: New file.
16981 * gdb.threads/continue-pending-after-query.exp: New file.
16982
16983 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16984 Simon Marchi <simon.marchi@ericsson.com>
16985
16986 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16987 * gdb.base/valgrind-db-attach.exp: Same.
16988 * gdb.base/valgrind-infcall.exp: Same.
16989 * lib/mi-support.exp (default_mi_gdb_start): Same.
16990 * lib/prompt.exp (default_prompt_gdb_start): Same.
16991 * lib/gdb.exp (default_gdb_spawn): Same.
16992 (gdb_interact): New.
16993
16994
16995 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16996
16997 * gdb.compile/compile.exp (pointer to jit function): New test.
16998
16999 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17000
17001 * lib/gdb.exp (supports_process_record): Return true for
17002 powerpc*-*-linux*.
17003 (supports_reverse): Likewise.
17004
17005 2015-01-15 Don Breazeal <donb@codesourcery.com>
17006
17007 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17008 instead of checking whether the target board is remote and
17009 use spawn_wait_for_attach instead of exec/sleep.
17010 * gdb.base/attach-twice.exp: Likewise.
17011
17012 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17013
17014 * gdb.ada/var_arr_attrs: New testcase.
17015
17016 2015-01-14 Pedro Alves <palves@redhat.com>
17017 Joel Brobecker <brobecker@adacore.com>
17018
17019 PR gdb/17525
17020 * gdb.base/bp-cmds-execution-x-script.c: New file.
17021 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17022 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17023
17024 2015-01-14 Pedro Alves <palves@redhat.com>
17025
17026 PR cli/17828
17027 * gdb.base/batch-preserve-term-settings.c: New file.
17028 * gdb.base/batch-preserve-term-settings.exp: New file.
17029
17030 2015-01-13 Doug Evans <dje@google.com>
17031
17032 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17033 binary.
17034
17035 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17036
17037 * Makefile.in (clean mostlyclean): Do not delete *.py.
17038
17039 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17040
17041 * gdb.python/py-lookup-type.exp: New file.
17042
17043 2015-01-12 Pedro Alves <palves@redhat.com>
17044
17045 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17046 restore GDBFLAGS before returning.
17047
17048 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17049
17050 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17051 is_amd64_regs_target and is_x86_like_target.
17052
17053 2015-01-11 Doug Evans <xdje42@gmail.com>
17054
17055 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17056 is given without an explicit form.
17057 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17058 attributes.
17059 * gdb.dwarf/corrupt.exp: Ditto.
17060 * gdb.dwarf2/enum-type.exp: Ditto.
17061 * gdb.trace/entry-values.exp: Ditto.
17062 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17063
17064 2015-01-11 Doug Evans <xdje42@gmail.com>
17065
17066 PR gdb/15830
17067 * gdb.base/maint.exp: Remove references to "maint demangle".
17068 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17069 Add tests for explicitly specifying language to demangle.
17070 * gdb.dlang/demangle.exp: Ditto.
17071
17072 2015-01-09 Pedro Alves <palves@redhat.com>
17073
17074 * gdb.threads/non-stop-fair-events.c: New file.
17075 * gdb.threads/non-stop-fair-events.exp: New file.
17076
17077 2015-01-09 Pedro Alves <palves@redhat.com>
17078
17079 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17080 the global scope. Set a breakpoint after all threads are started
17081 rather than stepping over two source lines. Expect the prompt.
17082 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17083 global.
17084 (NUM): Now 15.
17085 (main): Use threads_started_barrier to wait for all threads to
17086 start. Main thread no longer calls thread_function. Exit after
17087 180 seconds.
17088 (loop): New function.
17089 (thread_function): Wait on threads_started_barrier barrier. Call
17090 'loop' at each iteration.
17091 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17092 threads have started, instead of hardcoding number of "next"
17093 steps. Use an access watchpoint instead of a write watchpoint.
17094
17095 2015-01-09 Pedro Alves <palves@redhat.com>
17096
17097 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17098 (thread_func): Wait on barrier.
17099 (main): Wait for all threads to start before stopping GDB.
17100 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17101 global.
17102 (thread1_func, thread2_func): Wait on barrier.
17103 (main): Wait for all threads to start before stopping GDB.
17104 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17105 New global.
17106 (thread1_func, thread2_func): Wait on barrier.
17107 (main): Wait for all threads to start before stopping GDB.
17108
17109 2015-01-09 Pedro Alves <palves@redhat.com>
17110
17111 * gdb.threads/attach-many-short-lived-threads.c: New file.
17112 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17113
17114 2014-01-09 Pedro Alves <palves@redhat.com>
17115
17116 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17117 instead of to thread 2.
17118 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17119 Add barrier around each pthread_create call instead of around all
17120 calls.
17121 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17122 Set a break on thread_function and have the child threads hit it
17123 one at at a time.
17124
17125 2015-01-09 Pedro Alves <palves@redhat.com>
17126
17127 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17128 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17129 false.
17130 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17131 checking whether the target board is remote.
17132 * gdb.multi/multi-attach.exp: Likewise.
17133 * gdb.python/py-sync-interp.exp: Likewise.
17134 * gdb.server/ext-attach.exp: Likewise.
17135 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17136 tests that need to attach, instead of checking whether the target
17137 board is remote at the top of the file.
17138
17139 2015-01-08 Yao Qi <yao@codesourcery.com>
17140
17141 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17142
17143 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17144
17145 Fix testcase compilation.
17146 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17147
17148 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17149
17150 * gdb.python/py-type.exp: Add a couple test about empty
17151 array creation, and negative-length array creation.
17152
17153 2015-01-02 Doug Evans <xdje42@gmail.com>
17154
17155 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17156
17157 2015-01-02 Doug Evans <dje@google.com>
17158
17159 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17160
17161 2014-12-29 Yao Qi <yao@codesourcery.com>
17162
17163 * gdb.trace/entry-values.exp: Update comments. Rename variable
17164 bar_call_foo to returned_from_foo.
17165
17166 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17167
17168 PR gdb/17394
17169 * gdb.linespec/break-asm-file.c: New file.
17170 * gdb.linespec/break-asm-file.exp: New file.
17171 * gdb.linespec/break-asm-file0.s: New file.
17172 * gdb.linespec/break-asm-file1.s: New file.
17173
17174 2014-12-18 Nigel Stephens <nigel@mips.com>
17175 Maciej W. Rozycki <macro@codesourcery.com>
17176
17177 * gdb.base/float.exp: Handle the new output from "info float" on
17178 MIPS targets.
17179
17180 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17181
17182 Fix MinGW compilation.
17183 * gdb.compile/compile-ops.exp: Update untested message if
17184 !skip_compile_feature_tests.
17185 * gdb.compile/compile-setjmp.exp: Likewise.
17186 * gdb.compile/compile-tls.exp: Likewise.
17187 * gdb.compile/compile.exp: Likewise.
17188 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17189 supported on this host".
17190
17191 2014-12-16 Doug Evans <xdje42@gmail.com>
17192
17193 * boards/stabs.exp: New file.
17194
17195 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17196
17197 * gdb.base/completion.exp: Adjust to format changes of "maint
17198 print user-registers".
17199
17200 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17201
17202 PR server/17457
17203 * gdb.arch/aarch64-fp.c: New file.
17204 * gdb.arch/aarch64-fp.exp: New file.
17205
17206 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17207
17208 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17209 r210637, r210913, r211666, r215400, r215817).
17210
17211 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17212 * dg-extract-results.py: New file.
17213 * dg-extract-results.sh: Use it if the environment seems
17214 suitable.
17215
17216 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17217
17218 * dg-extract-results.py (parse_run): Handle warnings that
17219 are printed before a test harness is run.
17220
17221 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17222
17223 * dg-extract-results.py (Named): Remove __cmp__ method.
17224 (output_variation): Use a key to sort variation.harnesses.
17225
17226 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17227
17228 * dg-extract-results.py: For Python 3, force sys.stdout to
17229 handle surrogate escape sequences.
17230 (safe_open): New function.
17231 (output_segment, main): Use it.
17232
17233 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17234
17235 * dg-extract-results.py (Prog.result_re): Include options
17236 in test name.
17237
17238 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17239
17240 * dg-extract-results.py (output_variation): Always sort if
17241 do_sum.
17242
17243 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17244
17245 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17246 as long as we get pagination notifications.
17247
17248 2014-12-15 Jason Merrill <jason@redhat.com>
17249
17250 * Makefile.in (check-gdb.%): Restore.
17251 * README: Mention it.
17252
17253 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17254
17255 * gdb.ada/str_uninit: New testcase.
17256
17257 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17258
17259 PR symtab/17642
17260 * gdb.base/vla-stub-define.c: New file.
17261 * gdb.base/vla-stub.c: New file.
17262 * gdb.base/vla-stub.exp: New file.
17263
17264 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17265 Jan Kratochvil <jan.kratochvil@redhat.com>
17266 Tom Tromey <tromey@redhat.com>
17267
17268 * configure.ac: Add gdb.compile/.
17269 * configure: Regenerate.
17270 * gdb.compile/Makefile.in: New file.
17271 * gdb.compile/compile-ops.exp: New file.
17272 * gdb.compile/compile-ops.c: New file.
17273 * gdb.compile/compile-tls.c: New file.
17274 * gdb.compile/compile-tls.exp: New file.
17275 * gdb.compile/compile-constvar.S: New file.
17276 * gdb.compile/compile-constvar.c: New file.
17277 * gdb.compile/compile-mod.c: New file.
17278 * gdb.compile/compile-nodebug.c: New file.
17279 * gdb.compile/compile-setjmp-mod.c: New file.
17280 * gdb.compile/compile-setjmp.c: New file.
17281 * gdb.compile/compile-setjmp.exp: New file.
17282 * gdb.compile/compile-shlib.c: New file.
17283 * gdb.compile/compile.c: New file.
17284 * gdb.compile/compile.exp: New file.
17285 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17286
17287 2014-12-12 Tom Tromey <tromey@redhat.com>
17288
17289 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17290 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17291
17292 2014-12-12 Doug Evans <dje@google.com>
17293
17294 * lib/gdb-python.exp (get_python_valueof): New function.
17295 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17296
17297 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17298
17299 * gdb.base/completion.exp: Add test for completion of "info
17300 registers ".
17301
17302 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17303
17304 * gdb.base/func-ptrs.c: New file.
17305 * gdb.base/func-ptrs.exp: New file.
17306
17307 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17308
17309 PR breakpoints/17012
17310 * gdb.base/dprintf-detach.c: New file.
17311 * gdb.base/dprintf-detach.exp: New file.
17312
17313 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17314
17315 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17316 * lib/gdb.exp (target_is_gdbserver): New procedure.
17317
17318 2014-12-08 Doug Evans <dje@google.com>
17319
17320 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17321
17322 2014-12-05 Yao Qi <yao@codesourcery.com>
17323
17324 * gdb.guile/scm-error.exp: Remove the third argument to
17325 gdb_remote_download.
17326 * gdb.guile/scm-frame-args.exp: Likewise.
17327 * gdb.guile/scm-section-script.exp: Likewise.
17328
17329 2014-12-05 Yao Qi <yao@codesourcery.com>
17330
17331 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17332
17333 2014-12-04 Doug Evans <dje@google.com>
17334
17335 * gdb.python/py-objfile.exp: Add tests for
17336 objfile.add_separate_debug_file.
17337
17338 2014-12-04 Doug Evans <dje@google.com>
17339
17340 * lib/gdb.exp (get_build_id): New function.
17341 (build_id_debug_filename_get): Rewrite to use it.
17342 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17343
17344 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17345
17346 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17347 `method(long)', not just 0x0.
17348 * gdb.cp/nsalias.exp: Align code labels to 4.
17349 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17350 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17351 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17352 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17353 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17354 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17355
17356 2014-12-02 Doug Evans <dje@google.com>
17357
17358 PR symtab/17602
17359 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17360 * gdb.cp/anon-ns2.cc: ... here. New file.
17361 * gdb.cp/anon-ns.exp: Update.
17362
17363 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17364
17365 * gdb.python/py-events.py (inferior_call_handler): New.
17366 (register_changed_handler, memory_changed_handler): New.
17367 (test_events.invoke): Register new handlers.
17368 * gdb.python/py-events.exp: Add tests for inferior call,
17369 memory_changed and register_changed events.
17370
17371 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17372
17373 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17374 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17375 if the linker doesn't understand this.
17376
17377 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17378
17379 * gdb.python/python.exp: Change expected reply to help().
17380
17381 2014-12-01 Yao Qi <yao@codesourcery.com>
17382
17383 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17384 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17385 * configure: Re-generated.
17386
17387 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17388
17389 * gdb.cp/chained-calls.cc: New file.
17390 * gdb.cp/chained-calls.exp: New file.
17391 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17392
17393 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17394
17395 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17396 * gdb.dwarf2/symtab-producer.exp: Same.
17397 * gdb.gdb/python-interrupts.exp: Same.
17398 * gdb.gdb/python-selftest.exp: Same.
17399 * gdb.python/py-linetable.exp: Same.
17400 * gdb.python/py-type.exp: Same.
17401 * gdb.python/py-value-cc.exp: Same.
17402 * gdb.python/py-value.exp: Same.
17403
17404 2014-11-28 Yao Qi <yao@codesourcery.com>
17405
17406 * gdb.base/break-probes.exp: Match library name prefixed with
17407 sysroot.
17408
17409 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17410
17411 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17412 test expected output. Add parentheses for the call to print.
17413 Remove L suffix from integers.
17414
17415 2014-11-26 Doug Evans <dje@google.com>
17416
17417 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17418
17419 2014-11-22 Yao Qi <yao@codesourcery.com>
17420
17421 * gdb.trace/entry-values.c: Remove asms.
17422 (foo): Add foo_label.
17423 (bar): Add bar_label.
17424 * gdb.trace/entry-values.exp: Remove code computing foo's
17425 length and bar's length.
17426 (Dwarf::assemble): Invoke function_range for bar and use
17427 MACRO_AT_func for foo.
17428
17429 2014-11-22 Yao Qi <yao@codesourcery.com>
17430
17431 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17432 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17433 Use .Lgcc43_procstart instead of gcc43.
17434
17435 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17436
17437 * gdb.ada/n_arr_bound: New testcase.
17438
17439 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17440
17441 PR breakpoints/10737
17442 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17443 test_catch_syscall_multi_arch.
17444 (test_catch_syscall_multi_arch): New function.
17445
17446 2014-11-20 Doug Evans <xdje42@gmail.com>
17447
17448 * gdb.base/maint.exp: Update expected output.
17449
17450 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17451
17452 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17453 4-byte instruction on S390.
17454
17455 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17456
17457 * gdb.ada/arr_arr: New testcase.
17458
17459 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17460
17461 * gdb.ada/pkd_arr_elem: New Testcase.
17462
17463 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17464
17465 * gdb.reverse/break-precsave: Expect completion message for
17466 core file reads.
17467 * gdb.reverse/consecutive-precsave.exp: Likewise.
17468 * gdb.reverse/finish-precsave.exp: Likewise.
17469 * gdb.reverse/i386-precsave.exp: Likewise.
17470 * gdb.reverse/machinestate-precsave.exp: Likewise.
17471 * gdb.reverse/sigall-precsave.exp: Likewise.
17472 * gdb.reverse/solib-precsave.exp: Likewise.
17473 * gdb.reverse/step-precsave.exp: Likewise.
17474 * gdb.reverse/until-precsave.exp: Likewise.
17475 * gdb.reverse/watch-precsave.exp: Likewise.
17476
17477 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17478
17479 * gdb.base/bp-permanent.c: Include unistd.h.
17480 * gdb.python/py-framefilter-mi.c (main): Add return type.
17481 * gdb.python/py-framefilter.c (main): Likewise.
17482 * gdb.trace/actions-changed.c (main): Likewise.
17483
17484 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17485
17486 * gdb.mi/until.c: Add eye-catchers.
17487 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17488 line numbers.
17489
17490 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17491
17492 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17493 function header variants in break1.c.
17494 * gdb.base/ena-dis-br.exp: Likewise.
17495 * gdb.base/hbreak2.exp: Likewise.
17496 * gdb.reverse/until-precsave.exp: Drop references to removed
17497 non-prototype function header variants in ur1.c.
17498 * gdb.reverse/until-reverse.exp: Likewise.
17499
17500 2014-11-17 Petr Machata <pmachata@redhat.com>
17501
17502 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17503 ${_cu_offset_size} bytes abbrev offset.
17504
17505 2014-11-15 Doug Evans <xdje42@gmail.com>
17506
17507 PR symtab/17559
17508 * gdb.base/line-symtabs.exp: New file.
17509 * gdb.base/line-symtabs.c: New file.
17510 * gdb.base/line-symtabs.h: New file.
17511
17512 2014-11-14 Yao Qi <yao@codesourcery.com>
17513
17514 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17515 (func): Add label func_label.
17516 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17517 Replace low_pc and high_pc with MACRO_AT_range.
17518 Replace name, low_pc and high_pc with MACRO_AT_func.
17519
17520 2014-11-14 Yao Qi <yao@codesourcery.com>
17521
17522 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17523 Replace name, low_pc and high_pc with MACRO_AT_func.
17524
17525 2014-11-14 Yao Qi <yao@codesourcery.com>
17526
17527 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17528 produce debug information.
17529 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17530
17531 2014-11-14 Yao Qi <yao@codesourcery.com>
17532
17533 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17534 object and get function length.
17535 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17536 with MACRO_AT_func.
17537 (top-level): Replace gdb_compile and clean_restart with
17538 prepare_for_testing.
17539 * gdb.dwarf2/main.c (main): Add label main_label.
17540
17541 2014-11-14 Yao Qi <yao@codesourcery.com>
17542
17543 * lib/dwarf.exp (function_range): New procedure.
17544 (Dwarf::_handle_macro_at_func): New procedure.
17545 (Dwarf::_handle_macro_at_range): New procedure.
17546 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17547
17548 2014-11-14 Yao Qi <yao@codesourcery.com>
17549
17550 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17551 (_handle_attribute): New procedure.
17552
17553 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17554
17555 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17556 * gdb.base/call-sc.c (zed): Likewise.
17557 * gdb.base/checkpoint.c (main): Likewise.
17558 * gdb.base/dump.c (main): Likewise.
17559 * gdb.base/gcore.c (main): Likewise.
17560 * gdb.base/huge.c (main): Likewise.
17561 * gdb.base/multi-forks.c (main): Likewise.
17562 * gdb.base/pr10179-a.c (main): Likewise.
17563 * gdb.base/savedregs.c (main): Likewise.
17564 * gdb.base/sigaltstack.c (main): Likewise.
17565 * gdb.base/siginfo.c (main): Likewise.
17566 * gdb.base/structs.c (zed): Likewise.
17567 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17568 * gdb.mi/mi-syn-frame.c (main): Likewise.
17569 * gdb.mi/until.c (foo, main): Likewise.
17570 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17571 * gdb.base/solib-weak.c (foo): Declare.
17572 * gdb.base/attach-twice.c: Include stdio.h.
17573 * gdb.base/weaklib1.c: Likewise.
17574 * gdb.base/weaklib2.c: Likewise.
17575 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17576 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17577 unistd.h.
17578 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17579 * gdb.mi/mi-exit-code.c: Likewise.
17580 * gdb.base/break-interp-lib.c: Include string.h.
17581 * gdb.base/coremaker.c: Likewise.
17582 * gdb.base/testenv.c: Likewise.
17583 * gdb.python/py-finish-breakpoint.c: Likewise.
17584 * gdb.base/inferior-died.c: Include sys/wait.h.
17585 * gdb.base/fileio.c: Include time.h.
17586 * gdb.base/async-shell.c: Include unistd.h.
17587 * gdb.base/dprintf-non-stop.c: Likewise.
17588 * gdb.base/info-os.c: Likewise.
17589 * gdb.mi/mi-console.c: Likewise.
17590 * gdb.mi/watch-nonstop.c: Likewise.
17591 * gdb.python/py-events.c: Likewise.
17592 * gdb.base/async.c (baz): Move up before its invocation.
17593 * gdb.base/code_elim2.c (my_global_func): Likewise.
17594 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17595 * gdb.base/advance.c (func2): Likewise.
17596
17597 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17598
17599 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17600 variant.
17601 * gdb.base/annota3.c: Likewise.
17602 * gdb.base/async.c: Likewise.
17603 * gdb.base/average.c: Likewise.
17604 * gdb.base/call-ar-st.c: Likewise.
17605 * gdb.base/call-rt-st.c: Likewise.
17606 * gdb.base/call-sc.c: Likewise.
17607 * gdb.base/call-strs.c: Likewise.
17608 * gdb.base/ending-run.c: Likewise.
17609 * gdb.base/execd-prog.c: Likewise.
17610 * gdb.base/exprs.c: Likewise.
17611 * gdb.base/foll-exec.c: Likewise.
17612 * gdb.base/foll-fork.c: Likewise.
17613 * gdb.base/foll-vfork.c: Likewise.
17614 * gdb.base/funcargs.c: Likewise.
17615 * gdb.base/gcore.c: Likewise.
17616 * gdb.base/jump.c: Likewise.
17617 * gdb.base/langs0.c: Likewise.
17618 * gdb.base/langs1.c: Likewise.
17619 * gdb.base/langs2.c: Likewise.
17620 * gdb.base/mips_pro.c: Likewise.
17621 * gdb.base/nodebug.c: Likewise.
17622 * gdb.base/opaque0.c: Likewise.
17623 * gdb.base/opaque1.c: Likewise.
17624 * gdb.base/recurse.c: Likewise.
17625 * gdb.base/run.c: Likewise.
17626 * gdb.base/scope0.c: Likewise.
17627 * gdb.base/scope1.c: Likewise.
17628 * gdb.base/setshow.c: Likewise.
17629 * gdb.base/setvar.c: Likewise.
17630 * gdb.base/shmain.c: Likewise.
17631 * gdb.base/shr1.c: Likewise.
17632 * gdb.base/shr2.c: Likewise.
17633 * gdb.base/sigall.c: Likewise.
17634 * gdb.base/signals.c: Likewise.
17635 * gdb.base/so-indr-cl.c: Likewise.
17636 * gdb.base/solib2.c: Likewise.
17637 * gdb.base/structs.c: Likewise.
17638 * gdb.base/sum.c: Likewise.
17639 * gdb.base/vforked-prog.c: Likewise.
17640 * gdb.base/watchpoint.c: Likewise.
17641 * gdb.reverse/shr2.c: Likewise.
17642 * gdb.reverse/until-reverse.c: Likewise.
17643 * gdb.reverse/ur1.c: Likewise.
17644 * gdb.reverse/watch-reverse.c: Likewise.
17645
17646 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17647
17648 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17649 variant.
17650 * gdb.base/sepdebug.exp: Drop references to removed code.
17651
17652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17653
17654 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17655 variant. Preserve original line numbering.
17656 * gdb.base/list1.c: Likewise.
17657
17658 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17659
17660 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17661 variant.
17662 * gdb.base/break1.c: Likewise.
17663 * gdb.base/break.exp: Drop references to removed code.
17664
17665 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17666
17667 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17668 variant.
17669
17670 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17671
17672 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17673
17674 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17675
17676 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17677 logic into perform_all_tests() and invoke it with and without
17678 function header prototypes.
17679 (do_function_calls): Remove conditional XFAIL for PR 5318.
17680 (rerun_and_prepare): Remove duplicate code.
17681 (perform_all_tests): New. Main logic moved here.
17682
17683 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17684
17685 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17686 code guarded by #ifdef NO_PROTOTYPES.
17687 (t_double_many_args): Likewise.
17688 (DEF_FUNC_MANY_ARGS_1): Likewise.
17689 (DEF_FUNC_VALUES_1): Likewise.
17690 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17691 guarded by #ifdef PROTOTYPES.
17692
17693 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17694
17695 * gdb.mi/mi-console.c: Add eye-catcher.
17696 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17697 instead of literal line number.
17698
17699 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17700
17701 * gdb.base/shr2.c: Add eye-catcher.
17702 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17703 line number.
17704
17705 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17706
17707 * gdb.base/jump.c: Add eye-catchers.
17708 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17709 numbers.
17710
17711 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17712
17713 * gdb.base/execd-prog.c: Add eye-catchers.
17714 * gdb.base/foll-exec.c: Likewise.
17715 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17716 line numbers.
17717
17718 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17719
17720 * gdb.base/ending-run.c: Add eye-catchers.
17721 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17722 literal line numbers.
17723
17724 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17725
17726 * gdb.base/call-rt-st.c: Add eye-catchers.
17727 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17728 literal line numbers.
17729
17730 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17731
17732 * gdb.base/call-ar-st.c: Add eye-catchers.
17733 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17734 literal line numbers.
17735
17736 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17737
17738 * gdb.base/average.c: Add eye-catchers.
17739 * gdb.base/sum.c: Likewise.
17740 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17741 regexps dynamically.
17742
17743 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17744
17745 * gdb.base/solib1.c: Add eye-catchers.
17746 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17747 literal line numbers.
17748
17749 2014-11-12 Pedro Alves <palves@redhat.com>
17750
17751 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17752 leader has exited.
17753
17754 2014-11-12 Pedro Alves <palves@redhat.com>
17755
17756 * gdb.arch/i386-bp_permanent.c: New file.
17757 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17758 (srcfile): Set to i386-bp_permanent.c.
17759 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17760 that stepi does not execute the 'leave' instruction, instead of
17761 testing it does execute.
17762 * gdb.base/bp-permanent.c: New file.
17763 * gdb.base/bp-permanent.exp: New file.
17764
17765 2014-11-10 Doug Evans <xdje42@gmail.com>
17766
17767 PR symtab/17564
17768 * gdb.base/symtab-search-order.exp: New file.
17769 * gdb.base/symtab-search-order.c: New file.
17770 * gdb.base/symtab-search-order-1.c: New file.
17771 * gdb.base/symtab-search-order-shlib-1.c: New file.
17772
17773 2014-11-07 Pedro Alves <palves@redhat.com>
17774
17775 PR gdb/17511
17776 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17777 i?86-*-linux*.
17778
17779 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17780
17781 PR c++/17494
17782 * gdb.cp/pr17494.cc: New file.
17783 * gdb.cp/pr17494.exp: New file.
17784
17785 2014-11-02 Yao Qi <yao@codesourcery.com>
17786
17787 * gdb.python/python.exp: Get working directory and match the
17788 output of "set extended-prompt \\w " with it.
17789
17790 2014-10-30 Doug Evans <dje@google.com>
17791
17792 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17793 in objfiles.
17794 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17795 in progspaces.
17796
17797 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17798
17799 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17800 * gdb.base/realname-expand.exp: Likewise.
17801 * gdb.linespec/macro-relative.exp: Likewise.
17802
17803 2014-10-29 Pedro Alves <palves@redhat.com>
17804
17805 PR gdb/17408
17806 * gdb.threads/schedlock.c (some_function): New function.
17807 (call_function): New global.
17808 (MAYBE_CALL_SOME_FUNCTION): New macro.
17809 (thread_function): Call it.
17810 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17811 and use it instead of a global counter. Adjust all callers.
17812 (get_current_thread): Use "find current thread" for test message
17813 here rather than having all callers pass down the same string.
17814 (goto_loop): New procedure, factored out from ...
17815 (my_continue): ... this.
17816 (step_ten_loops): Change parameter from test message to command to
17817 use. Adjust.
17818 (list_count): Delete global.
17819 (check_result): New procedure, factored out from duplicate top
17820 level code.
17821 (continue tests): Wrap in with_test_prefix.
17822 (test_step): New procedure, factored out from duplicate top level
17823 code.
17824 (top level): Test "step" in combination with all scheduler-locking
17825 modes. Test "next" in combination with all scheduler-locking
17826 modes, and in combination with stepping over a function call or
17827 not.
17828 * gdb.threads/next-bp-other-thread.c: New file.
17829 * gdb.threads/next-bp-other-thread.exp: New file.
17830
17831 2014-10-29 Pedro Alves <palves@redhat.com>
17832
17833 PR python/17372
17834 * gdb.python/python.exp: Test a multi-line command that spawns
17835 interactive Python.
17836 * gdb.base/multi-line-starts-subshell.exp: New file.
17837
17838 2014-10-29 Yao Qi <yao@codesourcery.com>
17839
17840 * gdb.base/fileio.exp: Make directories on host.
17841
17842 2014-10-29 Yao Qi <yao@codesourcery.com>
17843
17844 * gdb.base/fileio.c (test_write): Close the file.
17845
17846 2014-10-28 Pedro Alves <palves@redhat.com>
17847
17848 PR gdb/12623
17849 * gdb.base/sigstep.c (no_handler): New global.
17850 (main): If 'no_handler is true, set the signal handlers to
17851 SIG_IGN.
17852 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17853 with_sw_watch and no_handler parameters. Handle them.
17854 (top level) <stepping over handler when stopped at a breakpoint
17855 test>: Add a test axis for testing with a software watchpoint, and
17856 another for testing with the signal handler set to SIG_IGN.
17857 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17858 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17859
17860 2014-10-28 Pedro Alves <palves@redhat.com>
17861
17862 PR gdb/17511
17863 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17864 * gdb.base/sigstep.exp (other_handler_location): New global.
17865 (advance): Support stepping into the signal handler, and running
17866 commands while in the handler.
17867 (in_handler_map): New global.
17868 (top level): In the advance test, add combinations for getting
17869 into the handler with stepping commands, and for running commands
17870 in the handler. Add comment descripting the advancei tests.
17871
17872 2014-10-28 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.base/sigstep.exp: Use build_executable instead of
17875 prepare_for_testing.
17876 (top level): Move code that starts GDB, runs to main and creates a
17877 display to ...
17878 (restart): ... this new procedure.
17879 (top level): Move backtrace from signal handler test to ...
17880 (validate_backtrace): ... this new procedure.
17881 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17882 with_test_prefix. Always restart GDB.
17883 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17884 with_test_prefix. Always restart GDB. No need to delete
17885 breakpoints after the test.
17886 (test_skip_handler): Remove prefix parameter.
17887 (skip_over_handler, breakpoint_to_handler)
17888 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17889 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17890 restart GDB. No need to delete breakpoints after the test.
17891 (top level): Use foreach to call the test procedures with
17892 different commands.
17893
17894 2014-10-28 Pedro Alves <palves@redhat.com>
17895
17896 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17897 instead of GNATS numbers.
17898 * gdb.base/sigbpt.exp: Likewise.
17899 * gdb.base/siginfo.exp: Likewise.
17900 * gdb.base/sigstep.exp: Likewise.
17901
17902 2014-10-27 Pedro Alves <palves@redhat.com>
17903
17904 * gdb.base/sigstep.c (dummy): New global.
17905 (main): Issue a couple writes to the new global.
17906 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17907 procedures.
17908 (skip_over_handler): Use test_skip_handler.
17909 (top level): Call skip_over_handler for stepi and nexti too.
17910 (breakpoint_over_handler): Use test_skip_handler.
17911 (top level): Call breakpoint_over_handler for stepi and nexti too.
17912
17913 2014-10-27 Yao Qi <yao@codesourcery.com>
17914
17915 * gdb.trace/tfile.c (adjust_function_address)
17916 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17917 function descriptor.
17918
17919 2014-10-24 Don Breazeal <donb@codesourcery.com>
17920
17921 * gdb.base/foll-fork.exp (test_follow_fork,
17922 catch_fork_child_follow): Check for updated fork messages emitted
17923 from infrun.c.
17924 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17925 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17926 vfork_and_exec_child_follow_through_step): Check for updated vfork
17927 messages emitted from infrun.c.
17928
17929 2014-10-24 Pedro Alves <palves@redhat.com>
17930
17931 * gdb.base/corefile.exp: Remove references to ultrix.
17932 * gdb.base/interrupt.exp: Likewise.
17933 * gdb.base/whatis.exp: Likewise.
17934 * gdb.gdb/selftest.exp: Likewise.
17935 * gdb.threads/manythreads.exp: Likewise.
17936 * gdb.threads/print-threads.exp: Likewise.
17937 * gdb.threads/pthreads.exp:: Likewise.
17938 * gdb.threads/schedlock.exp: Likewise.
17939
17940 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17941
17942 * gdb.cp/non-trivial-retval.cc: Add a test case.
17943 * gdb.cp/non-trivial-retval.exp: Add a test.
17944
17945 2014-10-20 Yao Qi <yao@codesourcery.com>
17946
17947 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17948 * gdb.python/py-objfile-script-gdb.py: New file.
17949 * gdb.python/py-objfile-script.exp: Update reference to
17950 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17951 of remote_download. Remove the dest file.
17952
17953 2014-10-20 Yao Qi <yao@codesourcery.com>
17954
17955 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17956 * gdb.base/step-line.exp: Likewise.
17957 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17958 * gdb.dwarf2/dw2-basic.exp: Likewise.
17959 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17960 * gdb.dwarf2/dw2-filename.exp: Likewise.
17961 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17962 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17963 * gdb.dwarf2/dw2-producer.exp: Likewise.
17964 * gdb.dwarf2/mac-fileno.exp: Likewise.
17965 * gdb.python/py-frame-args.exp: Likewise.
17966 * gdb.python/py-framefilter.exp: Likewise.
17967 * gdb.python/py-mi.exp: Likewise.
17968 * gdb.python/py-objfile-script.exp: Likewise
17969 * gdb.python/py-pp-integral.exp: Likewise.
17970 * gdb.python/py-pp-re-notag.exp: Likewise.
17971 * gdb.python/py-prettyprint.exp: Likewise.
17972 * gdb.python/py-section-script.exp: Likewise.
17973 * gdb.python/py-typeprint.exp: Likewise.
17974 * gdb.python/py-xmethods.exp: Likewise.
17975 * gdb.stabs/weird.exp: Likewise.
17976 * gdb.xml/tdesc-regs.exp: Likewise.
17977
17978 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17979
17980 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17981 (out_cu): Use addr_len for the size of addresses.
17982 (out_line): Likewise. Size DW_LNE_set_address instruction
17983 according to addr_len.
17984 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17985 (FUNC): Add START_INSNS to definition.
17986
17987 2014-10-18 Yao Qi <yao@codesourcery.com>
17988
17989 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17990 gdb_has_argv0 return true.
17991 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17992 check [target_info exists noargs], check [gdb_has_argv0]
17993 instead.
17994 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17995 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17996 procedures.
17997
17998 2014-10-17 Doug Evans <dje@google.com>
17999
18000 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18001 event.
18002 * gdb.python/py-events.py: Add clear_objfiles event.
18003
18004 2014-10-17 Doug Evans <dje@google.com>
18005
18006 * gdb.python/py-objfile.exp: Test progspace attribute.
18007
18008 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18009
18010 * gdb.guile/scm-breakpoint.exp: Do not assume any
18011 directory separators when matching source file paths.
18012 * gdb.python/py-breakpoint.exp: Likewise.
18013 * gdb.reverse/break-precsave.exp: Likewise.
18014 * gdb.reverse/break-reverse.exp: Likewise.
18015 * gdb.reverse/consecutive-precsave.exp: Likewise.
18016 * gdb.reverse/finish-precsave.exp: Likewise.
18017 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18018 * gdb.reverse/finish-reverse.exp: Likewise.
18019 * gdb.reverse/i386-precsave.exp: Likewise.
18020 * gdb.reverse/i387-env-reverse.exp: Likewise.
18021 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18022 * gdb.reverse/machinestate-precsave.exp: Likewise.
18023 * gdb.reverse/machinestate.exp: Likewise.
18024 * gdb.reverse/sigall-precsave.exp: Likewise.
18025 * gdb.reverse/solib-precsave.exp: Likewise.
18026 * gdb.reverse/step-precsave.exp: Likewise.
18027 * gdb.reverse/until-precsave.exp: Likewise.
18028 * gdb.reverse/watch-precsave.exp: Likewise.
18029 * gdb.reverse/watch-reverse.exp: Likewise.
18030
18031 2014-10-17 Yao Qi <yao@codesourcery.com>
18032
18033 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18034 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18035
18036 2014-10-17 Pedro Alves <palves@redhat.com>
18037
18038 PR gdb/17471
18039 * gdb.base/bg-execution-repeat.c: New file.
18040 * gdb.base/bg-execution-repeat.exp: New file.
18041
18042 2014-10-17 Pedro Alves <palves@redhat.com>
18043
18044 PR gdb/17300
18045 * gdb.base/continue-all-already-running.c: New file.
18046 * gdb.base/continue-all-already-running.exp: New file.
18047
18048 2014-10-17 Pedro Alves <palves@redhat.com>
18049
18050 PR gdb/17472
18051 * gdb.base/annota-input-while-running.c: New file.
18052 * gdb.base/annota-input-while-running.exp: New file.
18053
18054 2014-10-17 Pedro Alves <palves@redhat.com>
18055
18056 * gdb.base/callfuncs.exp: emove references to osf.
18057 * gdb.base/sigall.exp: Likewise.
18058 * gdb.gdb/selftest.exp: Likewise.
18059 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18060 * gdb.mi/non-stop.c: Likewise.
18061 * gdb.mi/pthreads.c: Likewise.
18062 * gdb.reverse/sigall-precsave.exp: Likewise.
18063 * gdb.reverse/sigall-reverse.exp: Likewise.
18064 * gdb.threads/pthreads.c: Likewise.
18065 * gdb.threads/pthreads.exp: Likewise.
18066
18067 2014-10-17 Yao Qi <yao@codesourcery.com>
18068
18069 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18070 check 'target_info exists noargs'.
18071 (test_command_prompt_position): Likewise.
18072 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18073 Remove "set args".
18074 (progvar_simple_while_test): Likewise.
18075 (progvar_complex_if_while_test): Likewise.
18076 (if_while_breakpoint_command_test): Likewise.
18077 (infrun_breakpoint_command_test): Likewise.
18078 (breakpoint_command_test): Likewise.
18079 (watchpoint_command_test): Likewise.
18080 (bp_deleted_in_command_test): Likewise.
18081 (temporary_breakpoint_commands): Likewise.
18082
18083 2014-10-16 Yao Qi <yao@codesourcery.com>
18084
18085 * gdb.base/remotetimeout.exp: Remove noargs checking.
18086
18087 2014-10-15 Pedro Alves <palves@redhat.com>
18088
18089 PR breakpoints/9649
18090 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18091 * gdb.base/breakpoint-in-ro-region.exp
18092 (probe_target_hardware_step): New procedure.
18093 (top level): Probe hardware stepping and hardware breakpoint
18094 support. Test stepping through a read-only region, with both
18095 "breakpoint auto-hw" on and off and both "always-inserted" on and
18096 off.
18097
18098 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18099
18100 * gdb.dlang/demangle.exp: Update for demangling changes.
18101
18102 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18103
18104 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18105 * gdb.cp/non-trivial-retval.exp: Add new tests.
18106
18107 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18108
18109 PR c++/13403
18110 PR c++/15154
18111 * gdb.cp/non-trivial-retval.cc: New file.
18112 * gdb.cp/non-trivial-retval.exp: New file.
18113
18114 2014-10-15 Yao Qi <yao@codesourcery.com>
18115
18116 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18117 remote host.
18118
18119 2014-10-15 Yao Qi <yao@codesourcery.com>
18120
18121 * gdb.python/py-symbol.exp: Match file base name if host is
18122 remote, otherwise match file name with dir name.
18123 * gdb.python/py-symtab.exp: Likewise.
18124 * gdb.python/python.exp: Likewise.
18125
18126 2014-10-15 Yao Qi <yao@codesourcery.com>
18127
18128 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18129 pattern.
18130 * gdb.python/py-symtab.exp: Likewise.
18131 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18132 locationn.
18133
18134 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18135
18136 * gdb.ada/addr_arith: New testcase.
18137
18138 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18139
18140 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18141 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18142 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18143 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18144
18145 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18146
18147 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18148 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18149 * gdb.arch/stap-eval-lang-ada.exp: New file.
18150
18151 2014-10-14 Yao Qi <yao@codesourcery.com>
18152
18153 * gdb.mi/mi-var-child.c (nothing1): New function.
18154 (nothing2): New function.
18155 (do_children_tests): Set function pointers by nothing1 and
18156 nothing2.
18157 * gdb.mi/mi-var-child.exp: Step over new added statements.
18158 Update test to match the new output.
18159 * gdb.mi/var-cmd.c (nothing1): New function.
18160 (nothing2): New function.
18161 (do_children_tests): Set function pointers by nothing1 and
18162 nothing2.
18163 * gdb.mi/mi-var-display.exp: Update test to match output.
18164 Step to the line specified by $line_dct_nothing.
18165 Increase the number of lines to step.
18166
18167 2014-10-14 Yao Qi <yao@codesourcery.com>
18168
18169 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18170 tests.
18171 * gdb.mi/mi2-var-child.exp: Likewise.
18172
18173 2014-10-13 Doug Evans <dje@google.com>
18174
18175 * gdb.python/py-objfile.exp: Change name of file name test.
18176
18177 2014-10-13 Doug Evans <dje@google.com>
18178
18179 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18180 from the start of the CU.
18181
18182 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18183 Yao Qi <yao@codesourcery.com>
18184
18185 Fix "save breakpoints" for "catch" command.
18186 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18187 Remove -nonewline. Match also the added "main" line.
18188
18189 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18190
18191 Fix "save breakpoints" for "disable $bpnum" command.
18192 * gdb.base/save-bp.c (main): Add label.
18193 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18194
18195 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18196
18197 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18198
18199 2014-10-11 Yao Qi <yao@codesourcery.com>
18200
18201 * gdb.server/server-kill.exp: Execute command
18202 "set remote trace-status-packet on" before "tstatus".
18203
18204 2014-10-11 Yao Qi <yao@codesourcery.com>
18205
18206 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18207 (main): Call getppid.
18208 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18209 and continue to it. Read variable "server_pid".
18210
18211 2014-10-11 Yao Qi <yao@codesourcery.com>
18212
18213 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18214
18215 2014-10-11 Yao Qi <yao@codesourcery.com>
18216
18217 * gdb.threads/thread-find.exp: Don't execute command
18218 "info threads".
18219 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18220 * gdb.threads/linux-dp.exp: Don't check the condition
18221 $threads_created equals to zero.
18222
18223 2014-10-10 Pedro Alves <palves@redhat.com>
18224
18225 * gdb.base/bigcore.exp: Remove references to IRIX.
18226 * gdb.base/funcargs.exp: Likewise.
18227 * gdb.base/interrupt.exp: Likewise.
18228 * gdb.base/mips_pro.exp: Likewise.
18229 * gdb.base/nodebug.exp: Likewise.
18230 * gdb.base/setvar.exp: Likewise.
18231 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18232
18233 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18234 Pedro Alves <palves@redhat.com>
18235
18236 PR symtab/14466
18237 * gdb.base/vdso-warning.c: New file.
18238 * gdb.base/vdso-warning.exp: New file.
18239
18240 2014-10-02 Doug Evans <dje@google.com>
18241
18242 * gdb.base/structs.c (main): Don't run forever.
18243
18244 2014-10-02 Pedro Alves <palves@redhat.com>
18245
18246 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18247 (top level) <stop threads 1, stop threads 2>: Use it.
18248
18249 2014-10-02 Pedro Alves <palves@redhat.com>
18250
18251 * gdb.threads/break-while-running.exp (test): Add new
18252 'update_thread_list' argument. Skip "info threads" if false.
18253 (top level): Add new 'update_thread_list' axis.
18254
18255 2014-10-02 Pedro Alves <palves@redhat.com>
18256
18257 PR breakpoints/17431
18258 * gdb.base/execl-update-breakpoints.c: New file.
18259 * gdb.base/execl-update-breakpoints.exp: New file.
18260
18261 2014-10-01 Pedro Alves <palves@redhat.com>
18262
18263 * gdb.base/breakpoint-in-ro-region.c: New file.
18264 * gdb.base/breakpoint-in-ro-region.exp: New file.
18265
18266 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18267
18268 * gdb.mi/mi-exit-code.exp: New file.
18269 * gdb.mi/mi-exit-code.c: New file.
18270
18271 2014-09-30 Yao Qi <yao@codesourcery.com>
18272
18273 * lib/prelink-support.exp (build_executable_own_libs): Error if
18274 the target isn't native.
18275
18276 2014-09-30 Yao Qi <yao@codesourcery.com>
18277
18278 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18279 false.
18280
18281 2014-09-22 Pedro Alves <palves@redhat.com>
18282
18283 * gdb.threads/break-while-running.exp: New file.
18284 * gdb.threads/break-while-running.c: New file.
18285
18286 2014-09-19 Yao Qi <yao@codesourcery.com>
18287
18288 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18289 Invoke test. Restart GDB with --readnow and invoke test again.
18290
18291 2014-09-19 Yao Qi <yao@codesourcery.com>
18292
18293 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18294 proc set_breakpoint_on_gcd_function. Invoke
18295 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18296 invoke set_breakpoint_on_gcd_function again.
18297
18298 2014-09-18 Doug Evans <dje@google.com>
18299
18300 * gdb.dwarf2/symtab-producer.exp: New file.
18301
18302 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18303
18304 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18305 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18306 * gdb.base/global-var-nested-by-dso.c: Likewise.
18307 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18308
18309 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18310 Pedro Alves <palves@redhat.com>
18311
18312 * gdb.base/watch-bitfields.exp: Pass string other than test file
18313 name to prepare_for_testing.
18314 (watch): New procedure.
18315 (expect_watchpoint): Use with_test_prefix.
18316 (top level): Factor out tests to ...
18317 (test_watch_location, test_regular_watch): ... these new
18318 procedures, and use with_test_prefix and gdb_continue_to_end.
18319
18320 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18321
18322 PR breakpoints/12526
18323 * gdb.base/watch-bitfields.exp: New file.
18324 * gdb.base/watch-bitfields.c: New file.
18325
18326 2014-09-16 Pedro Alves <palves@redhat.com>
18327
18328 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18329 software and hardware addresses, not software address against
18330 itself.
18331
18332 2014-09-16 Pedro Alves <palves@redhat.com>
18333
18334 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18335 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18336
18337 2014-09-16 Pedro Alves <palves@redhat.com>
18338
18339 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18340 files.
18341 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18342 "*-*-vxworks*" throughout.
18343 * gdb.base/break.exp: Likewise.
18344 * gdb.base/default.exp: Likewise.
18345 * gdb.base/scope.exp: Likewise.
18346 * gdb.base/sepdebug.exp: Likewise.
18347 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18348 throughout.
18349 * gdb.base/run.c: Likewise.
18350 * gdb.base/sepdebug.c: Likewise.
18351 * gdb.hp/gdb.aCC/run.c: Likewise.
18352 * gdb.reverse/until-reverse.c: Likewise.
18353 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18354
18355 2014-09-16 Yao Qi <yao@codesourcery.com>
18356
18357 * boards/local-remote-host-native.exp: New file.
18358
18359 2014-09-14 Doug Evans <xdje42@gmail.com>
18360
18361 * gdb.threads/queue-signal.c (thread_count): New variable.
18362 (thread_count_mutex, thread_count_condvar): New variables.
18363 (incr_thread_count, wait_all_threads_running): New functions.
18364 (main): Wait for all threads to be in their thread functions.
18365
18366 2014-09-13 Doug Evans <xdje42@gmail.com>
18367
18368 * gdb.threads/queue-signal.c: New file.
18369 * gdb.threads/queue-signal.exp: New file.
18370
18371 2014-09-13 Doug Evans <xdje42@gmail.com>
18372
18373 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18374 be consistent with what default_gdb_init uses.
18375 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18376 the plain text of the prompt. Add some logging printfs.
18377 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18378
18379 2014-09-12 Pedro Alves <palves@redhat.com>
18380
18381 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18382 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18383 * gdb.arch/i386-size-overlap.exp: Likewise.
18384 * gdb.arch/i386-size.exp: Likewise.
18385 * gdb.arch/i386-unwind.exp: Likewise.
18386 * gdb.base/a2-run.exp: Likewise.
18387 * gdb.base/break.exp: Likewise.
18388 * gdb.base/charset.exp: Likewise.
18389 * gdb.base/chng-syms.exp: Likewise.
18390 * gdb.base/commands.exp: Likewise.
18391 * gdb.base/dbx.exp: Likewise.
18392 * gdb.base/find.exp: Likewise.
18393 * gdb.base/funcargs.exp: Likewise.
18394 * gdb.base/jit-simple.exp: Likewise.
18395 * gdb.base/reread.exp: Likewise.
18396 * gdb.base/sepdebug.exp: Likewise.
18397 * gdb.base/step-bt.exp: Likewise.
18398 * gdb.cp/mb-inline.exp: Likewise.
18399 * gdb.cp/mb-templates.exp: Likewise.
18400 * gdb.objc/basicclass.exp: Likewise.
18401 * gdb.threads/killed.exp: Likewise.
18402
18403 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18404
18405 PR tdep/17379
18406 * gdb.arch/powerpc-stackless.S: New file.
18407 * gdb.arch/powerpc-stackless.exp: New file.
18408
18409 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18410
18411 * gdb.base/attach.c: Include unistd.h.
18412 (main): Call alarm. Add label postloop.
18413 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18414 gdb_breakpoint, gdb_continue_to_breakpoint.
18415 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18416
18417 2014-09-11 Pedro Alves <palves@redhat.com>
18418
18419 PR gdb/17347
18420 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18421 * gdb.base/attach.exp (test_command_line_attach_run): New
18422 procedure.
18423 (top level): Call it.
18424
18425 2014-09-11 Pedro Alves <palves@redhat.com>
18426
18427 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18428 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18429 (do_command_attach_tests): Use spawn_wait_for_attach.
18430 * gdb.base/solib-overlap.exp: Likewise.
18431 * gdb.multi/multi-attach.exp: Likewise.
18432 * gdb.python/py-prompt.exp: Likewise.
18433 * gdb.python/py-sync-interp.exp: Likewise.
18434 * gdb.server/ext-attach.exp: Likewise.
18435
18436 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18437
18438 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18439 command in testcase. Simplify testcase.
18440
18441 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18442
18443 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18444
18445 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18446
18447 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18448
18449 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18450
18451 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18452
18453 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18454
18455 * gdb.dwarf2/dynarr-ptr.c: New file.
18456 * gdb.dwarf2/dynarr-ptr.exp: New file.
18457
18458 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18459
18460 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18461 of 30 rather than hardcoding 120 for a slow test case. Take the
18462 `gdb,timeout' target setting into account for this calculation.
18463 Don't extend the timeout for the test cases that don't need it.
18464
18465 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18466
18467 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18468 a factor of 2 for a slow test case. Take the `gdb,timeout'
18469 target setting into account for this calculation.
18470 * gdb.reverse/until-precsave.exp: Increase the timeout by
18471 a factor of 15 and 3 respectively rather than adding 120
18472 for a pair of slow test cases. Take the `gdb,timeout'
18473 target setting into account for this calculation.
18474
18475 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18476
18477 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18478 timeout, don't pass one down to gdb_expect.
18479 (gdb_expect): Rework timeout selection.
18480
18481 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18482
18483 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18484 exception on timeout.
18485 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18486 (gdbserver_start_extended): Catch any `gdbserver_start' error
18487 exceptions.
18488 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18489 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18490 `gdbserver_gdb_load' error exceptions.
18491
18492 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18493
18494 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18495 120 on waiting for the TCP socket to open.
18496
18497 2014-09-09 Doug Evans <xdje42@gmail.com>
18498
18499 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18500 _caller_matches, _any_caller_is, _any_caller_matches.
18501
18502 2014-09-09 Doug Evans <xdje42@gmail.com>
18503
18504 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18505
18506 2014-09-09 Yao Qi <yao@codesourcery.com>
18507
18508 * gdb.mi/mi-var-display.exp: Set print symbol off.
18509
18510 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18511
18512 PR gdb/17035
18513 * gdb.base/commands.exp: Add tests to verify user-defined
18514 commands with empty bodies.
18515 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18516 python commands in `show user command`.
18517 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18518 scheme commands in `show user command`.
18519
18520 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18521
18522 PR python/17355
18523 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18524 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18525 * gdb.python/py-framefilter-invalidarg.exp: New file.
18526 * gdb.python/py-framefilter-invalidarg.py: New file.
18527
18528 2014-09-06 Doug Evans <xdje42@gmail.com>
18529
18530 PR 15276
18531 * gdb.python/py-caller-is.c: New file.
18532 * gdb.python/py-caller-is.exp: New file.
18533
18534 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18535
18536 PR gdb/17235
18537 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18538 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18539
18540 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18541
18542 PR fortran/17237
18543 * gdb.fortran/print-formatted.exp: New file.
18544 * gdb.fortran/print-formatted.f90: Likewise.
18545
18546 2014-09-03 Sasha Smundak <asmundak@google.com>
18547
18548 * gdb.python/py-frame.exp: Test Frame.read_register.
18549
18550 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18551
18552 PR python/16699
18553 * gdb.python/py-completion.exp: New file.
18554 * gdb.python/py-completion.py: Likewise.
18555
18556 2014-08-28 Doug Evans <dje@google.com>
18557
18558 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18559 eax,etc. are live with values set by gdb and thus the compiler can't
18560 use them.
18561 * gdb.arch/i386-pseudo.c (main): Ditto.
18562
18563 2014-08-27 Doug Evans <dje@google.com>
18564
18565 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18566
18567 2014-08-25 Doug Evans <dje@google.com>
18568
18569 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18570 (main): Ditto.
18571
18572 2014-08-25 Doug Evans <dje@google.com>
18573
18574 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18575
18576 2014-08-24 Yao Qi <yao@codesourcery.com>
18577
18578 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18579 symbol off.
18580 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18581
18582 2014-08-22 Doug Evans <dje@google.com>
18583
18584 PR 17276
18585 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18586 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18587 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18588
18589 2014-08-22 Yao Qi <yao@codesourcery.com>
18590
18591 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18592 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18593 * gdb.python/python.exp: Likewise. Use .py file on the host
18594 instead of the build.
18595
18596 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18597
18598 * gdb.threads/gcore-stale-thread.c: New file.
18599 * gdb.threads/gcore-stale-thread.exp: New file.
18600
18601 2014-08-21 Pedro Alves <palves@redhat.com>
18602
18603 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18604 * gdb.base/gcore-relro-pie.exp: Likewise.
18605 * gdb.base/gcore-relro.exp: Likewise.
18606 * gdb.base/gcore.exp: Likewise.
18607 * gdb.base/print-symbol-loading.exp: Likewise.
18608 * gdb.threads/gcore-thread.exp: Likewise.
18609 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18610
18611 2014-08-20 Pedro Alves <palves@redhat.com>
18612 Jan Kratochvil <jan.kratochvil@redhat.com>
18613
18614 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18615 configure.
18616 (EXPECT): Handle READ1 being set.
18617 (all): Depend on EXTRA_RULES.
18618 (check-read1, expect-read1, read1.so, read1): New rules.
18619 * README (Testsuite Parameters): Document the READ1 make variable.
18620 (Race detection): New section.
18621 * configure: Regenerate.
18622 * configure.ac: If build==host==target, and running under a
18623 GNU/glibc system, add read1 to the extra Makefile rules.
18624 (EXTRA_RULES): AC_SUBST it.
18625 * lib/read1.c: New file.
18626
18627 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18628
18629 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18630 the handling of variables declared as a typedef to an array
18631 which a DW_AT_data_location attribute.
18632
18633 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18634 Pedro Alves <palves@redhat.com>
18635
18636 PR symtab/14604
18637 PR symtab/14605
18638 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18639 gdb_test.
18640
18641 2014-08-19 Pedro Alves <palves@redhat.com>
18642
18643 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18644
18645 2014-08-19 Yao Qi <yao@codesourcery.com>
18646
18647 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18648 right line.
18649
18650 2014-08-18 David Blaikie <dblaikie@gmail.com>
18651
18652 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18653
18654 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18655
18656 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18657 attribute in array range.
18658
18659 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18660
18661 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18662
18663 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18664
18665 PR c++/17132
18666 * gdb.cp/pr17132.cc: New file.
18667 * gdb.cp/pr17132.exp: New file.
18668
18669 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18670
18671 * gdb.python/py-xmethods.py (A_getarrayind)
18672 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18673 Use 'print' with function call syntax.
18674 (E_method_matcher.match): Fix tab vs space indentation mixup.
18675
18676 2014-08-15 Yao Qi <yao@codesourcery.com>
18677
18678 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18679 false.
18680
18681 2014-08-15 Yao Qi <yao@codesourcery.com>
18682
18683 * gdb.cp/casts.exp: Set print symbol off.
18684 * gdb.cp/class2.exp: Likewise.
18685 * gdb.cp/overload.exp: Likewise.
18686 * gdb.cp/templates.exp: Likewise.
18687
18688 2014-08-11 Doug Evans <dje@google.com>
18689
18690 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18691 (test_load_shlib): Update.
18692
18693 2014-08-09 Yao Qi <yao@codesourcery.com>
18694
18695 * gdb.base/display.exp: Invoke is_address_zero_readable.
18696 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18697 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18698 * gdb.base/hbreak-unmapped.exp: Return if
18699 is_address_zero_readable returns true.
18700 * gdb.base/signest.exp: Likewise.
18701 * gdb.base/signull.exp: Likewise.
18702 * gdb.base/sigbpt.exp: Likewise.
18703 * gdb.guile/scm-disasm.exp: Do the test if
18704 is_address_zero_readable returns false.
18705 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18706 * gdb.python/py-arch.exp: Likewise.
18707 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18708 * lib/gdb.exp (is_address_zero_readable): New proc.
18709
18710 2014-08-09 Yao Qi <yao@codesourcery.com>
18711
18712 PR testsuite/13443
18713 * gdb.mi/mi-var-display.exp: Make test messages unique.
18714
18715 2014-08-04 Tom Tromey <tromey@redhat.com>
18716
18717 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18718 target 0".
18719
18720 2014-08-04 Tom Tromey <tromey@redhat.com>
18721
18722 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18723 "target_resume".
18724
18725 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18726
18727 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18728 inner_vla_struct_object_size.
18729 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18730 as xfail.
18731
18732 2014-07-30 Pedro Alves <palves@redhat.com>
18733
18734 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18735 comment.
18736
18737 2014-07-29 Yao Qi <yao@codesourcery.com>
18738
18739 PR gdb/17206
18740 * gdb.base/until-nodebug.exp: New.
18741
18742 2014-07-28 Doug Evans <xdje42@gmail.com>
18743
18744 PR guile/17203
18745 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18746 previously existing parameter, and previously ambiguously spelled
18747 parameter.
18748
18749 2014-07-28 Will Newton <will.newton@linaro.org>
18750
18751 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18752
18753 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18754 Doug Evans <xdje42@gmail.com>
18755
18756 PR guile/17146
18757 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18758
18759 2014-07-25 Pedro Alves <palves@redhat.com>
18760
18761 * gdb.threads/signal-command-handle-nopass.c: New file.
18762 * gdb.threads/signal-command-handle-nopass.exp: New file.
18763 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18764 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18765 * gdb.threads/signal-delivered-right-thread.c: New file.
18766 * gdb.threads/signal-delivered-right-thread.exp: New file.
18767
18768 2014-07-25 Pedro Alves <palves@redhat.com>
18769
18770 * gdb.base/double-prompt-target-event-error.exp
18771 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18772 match.
18773 (cancel_pagination_in_target_event): Rework double prompt
18774 detection.
18775 * gdb.base/paginate-after-ctrl-c-running.exp
18776 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18777 <return>' match.
18778 * gdb.base/paginate-bg-execution.exp
18779 (test_bg_execution_pagination_return)
18780 (test_bg_execution_pagination_cancel): Remove '-notransfer
18781 <return>' matches.
18782 * gdb.base/paginate-execution-startup.exp
18783 (test_fg_execution_pagination_return)
18784 (test_fg_execution_pagination_cancel): Remove '-notransfer
18785 <return>' matches.
18786 * gdb.base/paginate-inferior-exit.exp
18787 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18788 match.
18789 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18790 * lib/gdb.exp (pagination_prompt): Run text through
18791 string_to_regexp.
18792 (gdb_test_multiple): Match $pagination_prompt instead of
18793 "<return>".
18794 (string_to_regexp): Move to lib/gdb-utils.exp.
18795
18796 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18797
18798 * gdb.arch/amd64-entry-value-paramref.S: New file.
18799 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18800 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18801 * gdb.arch/amd64-optimout-repeat.S: New file.
18802 * gdb.arch/amd64-optimout-repeat.c: New file.
18803 * gdb.arch/amd64-optimout-repeat.exp: New file.
18804
18805 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18806
18807 PR gdb/17170
18808 * gdb.base/statistics.exp: New file.
18809
18810 2014-07-17 Doug Evans <dje@google.com>
18811
18812 PR gdb/17170
18813 * gdb.base/maint.exp: Update testing of per-command stats.
18814
18815 2014-07-16 Pedro Alves <palves@redhat.com>
18816
18817 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18818 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18819 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18820 (tfile_write_buf): New functions.
18821 (add_memory_block): Rewrite using the above.
18822 (adjust_function_address): New function.
18823 (FUNCTION_ADDRESS): New macro.
18824 (write_basic_trace_file): Remove short_x local, and use
18825 tfile_write_16. Change type of func_addr local to unsigned long
18826 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18827 here. Cast argument of add_memory_block to char pointer.
18828 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18829 (main): Remove parameters.
18830 * gdb.trace/tfile.exp: Remove nowarnings.
18831
18832 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18833
18834 * gdb.base/debug-expr.exp: Test string evaluation with
18835 "debug expression" on.
18836
18837 2014-07-15 Pedro Alves <palves@redhat.com>
18838
18839 * gdb.base/reread.exp: Use clean_restart.
18840
18841 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18842
18843 * gdb.arch/avr-flash-qualifer.c: New.
18844 * gdb.arch/avr-flash-qualifer.exp: New.
18845
18846 2014-07-14 Pedro Alves <palves@redhat.com>
18847
18848 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18849 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18850
18851 2014-07-14 Pedro Alves <palves@redhat.com>
18852
18853 * gdb.base/double-prompt-target-event-error.c: New file.
18854 * gdb.base/double-prompt-target-event-error.exp: New file.
18855
18856 2014-07-14 Pedro Alves <palves@redhat.com>
18857
18858 PR gdb/17072
18859 * gdb.base/paginate-inferior-exit.c: New file.
18860 * gdb.base/paginate-inferior-exit.exp: New file.
18861
18862 2014-07-14 Pedro Alves <palves@redhat.com>
18863
18864 PR gdb/17072
18865 * gdb.base/paginate-bg-execution.c: New file.
18866 * gdb.base/paginate-bg-execution.exp: New file.
18867
18868 2014-07-14 Pedro Alves <palves@redhat.com>
18869
18870 PR gdb/17072
18871 * gdb.base/paginate-execution-startup.c: New file.
18872 * gdb.base/paginate-execution-startup.exp: New file.
18873 * lib/gdb.exp (pagination_prompt): New global.
18874 (default_gdb_spawn): New procedure, factored out from
18875 default_gdb_spawn.
18876 (default_gdb_start): Adjust to call default_gdb_spawn.
18877 (gdb_spawn): New procedure.
18878
18879 2014-07-14 Pedro Alves <palves@redhat.com>
18880
18881 * lib/gdb.exp (gdb_assert): New procedure.
18882 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18883
18884 2014-07-14 Pedro Alves <palves@redhat.com>
18885
18886 * gdb.base/execution-termios.c: New file.
18887 * gdb.base/execution-termios.exp: New file.
18888
18889 2014-07-14 Tom Tromey <tromey@redhat.com>
18890
18891 * gdb.cp/vla-cxx.cc: New file.
18892 * gdb.cp/vla-cxx.exp: New file.
18893
18894 2014-07-14 Tom Tromey <tromey@redhat.com>
18895
18896 * gdb.reverse/rerun-prec.c: New file.
18897 * gdb.reverse/rerun-prec.exp: New file.
18898
18899 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18900 Maciej W. Rozycki <macro@codesourcery.com>
18901
18902 * lib/gdb-utils.exp: New file.
18903 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18904 inline `gdb_init_command' processing.
18905 (gdb_start_cmd): Likewise.
18906 * lib/mi-support.exp (mi_run_cmd): Likewise.
18907 * README: Document `gdb_init_command' and `gdb_init_commands'.
18908
18909 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18910
18911 Fix false FAIL running under a very long directory name.
18912 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18913 and "set print elements 10000". Twice.
18914
18915 2014-07-11 Yao Qi <yao@codesourcery.com>
18916
18917 * gdb.base/exprs.exp: "set print symbol off".
18918
18919 2014-07-11 Pedro Alves <palves@redhat.com>
18920
18921 * gdb.threads/kill.c: New file.
18922 * gdb.threads/kill.exp: New file.
18923
18924 2014-07-10 Yao Qi <yao@codesourcery.com>
18925
18926 * gdb.trace/tfile.c (write_basic_trace_file)
18927 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18928 address written to trace file.
18929
18930 2014-07-09 Pedro Alves <palves@redhat.com>
18931
18932 * gdb.base/attach-wait-input.exp: New file.
18933 * gdb.base/attach-wait-input.c: New file.
18934
18935 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18936
18937 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18938 setting up test structures.
18939 (main): Call new test function.
18940 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18941 test function, continue into test function and walk test
18942 structures.
18943
18944 2014-07-02 Yao Qi <yao@codesourcery.com>
18945
18946 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18947 'bar_start' at the beginning of functions 'foo' and 'bar'
18948 respectively.
18949 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18950 instead of 'foo' and 'bar'.
18951
18952 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18953
18954 * gdb.btrace/segv.exp: New.
18955 * gdb.btrace/segv.c: New.
18956
18957 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18958
18959 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18960 instruction.
18961
18962 2014-06-30 Mark Wielaard <mjw@redhat.com>
18963
18964 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18965 vulture, vilify, villar): New volatile array constants.
18966 (vindictive, vegetation): New const volatile array constants.
18967 * gdb.base/volatile.exp: Test volatile and const volatile array
18968 types.
18969
18970 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18971
18972 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18973 target lacks support for awatch, rwatch, or hbreak.
18974
18975 2014-06-27 Yao Qi <yao@codesourcery.com>
18976
18977 * gdb.multi/dummy-frame-restore.exp: New.
18978 * gdb.multi/dummy-frame-restore.c: New.
18979
18980 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18981
18982 * gdb.btrace/gcore.exp: New.
18983
18984 2014-06-23 Pedro Alves <palves@redhat.com>
18985
18986 * gdb.base/watchpoint-reuse-slot.c: New file.
18987 * gdb.base/watchpoint-reuse-slot.exp: New file.
18988
18989 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18990
18991 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18992 progspace's filename in 'info', 'enable' and 'disable' command
18993 tests.
18994
18995 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18996
18997 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18998 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18999 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19000
19001 2014-06-20 Gary Benson <gbenson@redhat.com>
19002
19003 * gdb.arch/i386-avx.exp: Fix include file location.
19004 * gdb.arch/i386-sse.exp: Likewise.
19005
19006 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19007
19008 * gdb.dlang/expression.exp: New file.
19009
19010 2014-06-19 Pedro Alves <palves@redhat.com>
19011
19012 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19013 out from ...
19014 (top level): ... here. Iterate running tests under different
19015 scheduler-locking settings.
19016
19017 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19018
19019 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19020 to DW_FORM_addr and use non-zero addresses.
19021
19022 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19023
19024 PR gdb/17017
19025 * gdb.python/py-xmethods.cc: Add global function call counters and
19026 increment them in their respective functions. Remove "cout"
19027 statements.
19028 * gdb.python/py-xmethods.exp: Make tests check the global function
19029 call counters instead of depending on inferior IO.
19030
19031 2014-06-18 Don Breazeal <donb@codesourcery.com>
19032
19033 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19034 Deleted procedure.
19035 (explicit_fork_parent_follow): Deleted procedure.
19036 (explicit_fork_child_follow): Deleted procedure.
19037 (test_follow_fork): New procedure.
19038 (do_fork_tests): Replace calls to deleted procedures with
19039 calls to test_follow_fork and reset GDB for subsequent
19040 procedure calls.
19041
19042 2014-06-17 Yao Qi <yao@codesourcery.com>
19043
19044 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19045 CP1252.
19046
19047 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19048
19049 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19050 Initialize ptr and S explicitly.
19051 (skip_type_update_when_not_use_rtti_test): Likewise.
19052
19053 2014-06-16 Keith Seitz <keiths@redhat.com>
19054
19055 PR mi/15863
19056 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19057 the inferior is started.
19058
19059 2014-06-16 Pedro Alves <palves@redhat.com>
19060
19061 * gdb.base/break-main-file-remove-fail.c: New file.
19062 * gdb.base/break-main-file-remove-fail.exp: New file.
19063 * gdb.base/break-unload-file.exp: Use build_executable instead of
19064 prepare_for_testing.
19065 (test_break): New parameter "initial_load". Handle it.
19066 (top level): Add initial_load cmdline/file axis.
19067
19068 2014-06-12 Tom Tromey <tromey@redhat.com>
19069
19070 * gdb.base/completion.exp: Don't use directory name in test.
19071
19072 2014-06-09 Gary Benson <gbenson@redhat.com>
19073
19074 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19075 separate the always-available ANSI-standard signals from the
19076 signals that require checking.
19077 (main): Likewise.
19078 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19079 Likewise.
19080 (main): Likewise.
19081
19082 2014-06-07 Keith Seitz <keiths@redhat.com>
19083
19084 Revert:
19085 PR c++/16253
19086 * gdb.cp/var-tag.cc: New file.
19087 * gdb.cp/var-tag.exp: New file.
19088 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19089 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19090 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19091 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19092
19093 2014-06-06 Doug Evans <xdje42@gmail.com>
19094
19095 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19096
19097 2014-06-06 Pedro Alves <palves@redhat.com>
19098
19099 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19100 in target debug output instead of looking at RSP packets,
19101 disabling the test on any target that uses hardware stepping.
19102 Update comments.
19103
19104 2014-06-06 Pedro Alves <palves@redhat.com>
19105
19106 * gdb.base/break-unload-file.exp: Fix typo.
19107
19108 2014-06-06 Yao Qi <yao@codesourcery.com>
19109
19110 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19111 from "jit_function" to "^jit_function".
19112
19113 2014-06-06 Yao Qi <yao@codesourcery.com>
19114
19115 * gdb.base/async.c (foo): Add one statement.
19116 * gdb.base/async.exp: Get the next instruction address and
19117 match the output of "nexti" by instruction address. Match
19118 the hex address in the output of "finish".
19119
19120 2014-06-06 Gary Benson <gbenson@redhat.com>
19121
19122 * gdb.base/call-signals.c: Remove preprocessor conditionals
19123 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19124 SIGSEGV and SIGTERM.
19125 * gdb.base/sigall.c: Likewise.
19126 * gdb.base/unwindonsignal.c: Likewise.
19127 * gdb.reverse/sigall-reverse.c: Likewise.
19128
19129 2014-06-06 Yao Qi <yao@codesourcery.com>
19130
19131 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19132 readable, skip the test.
19133
19134 2014-06-06 Yao Qi <yao@codesourcery.com>
19135
19136 * gdb.threads/staticthreads.c (thread_function): Move the line
19137 setting breakpoint on forward.
19138 * gdb.threads/staticthreads.exp: Update comments.
19139
19140 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19141
19142 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19143 "history-append! type error".
19144
19145 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19146
19147 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19148 erroneous dprintf expected input.
19149
19150 2014-06-04 Doug Evans <xdje42@gmail.com>
19151
19152 * gdb.guile/scm-generics.exp: Delete.
19153
19154 2014-06-04 Doug Evans <xdje42@gmail.com>
19155
19156 * gdb.guile/scm-breakpoint.exp: Update.
19157 Add tests for breakpoint registration.
19158
19159 2014-06-04 Tom Tromey <tromey@redhat.com>
19160
19161 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19162 VLA-in-union.
19163 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19164 inner_vla_struct, vla_union types. Initialize objects of those
19165 types and compute their sizes.
19166
19167 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19168 Hui Zhu <hui@codesourcery.com>
19169
19170 * gdb.base/fileio.exp: Add test for shell not available as well as
19171 available.
19172 * gdb.base/fileio.c (test_system): Check for shell twice.
19173
19174 2014-06-04 Yao Qi <yao@codesourcery.com>
19175
19176 * gdb.base/auto-connect-native-target.exp: Remove redundant
19177 space from the regexp pattern.
19178
19179 2014-06-04 Yao Qi <yao@codesourcery.com>
19180
19181 * gdb.base/default.exp: Replace "child" with "native" in
19182 regexp pattern.
19183
19184 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19185
19186 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19187 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19188 * gdb.python/py-xmethods.py: Python script supporting the
19189 new testcase and tests.
19190
19191 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19192 Pedro Alves <palves@redhat.com>
19193
19194 PR breakpoints/17000
19195 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19196 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19197
19198 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19199
19200 * gdb.base/subst.exp: Add tests to verify partial path matching
19201 output.
19202
19203 2014-06-03 Pedro Alves <palves@redhat.com>
19204
19205 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19206 target that doesn't use software single-stepping.
19207
19208 2014-06-03 Pedro Alves <palves@redhat.com>
19209
19210 PR breakpoints/17000
19211 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19212 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19213
19214 2014-06-02 Doug Evans <xdje42@gmail.com>
19215
19216 * gdb.guile/scm-parameter.exp: New file.
19217
19218 2014-06-02 Doug Evans <xdje42@gmail.com>
19219
19220 * gdb.guile/scm-cmd.c: New file.
19221 * gdb.guile/scm-cmd.exp: New file.
19222
19223 2014-06-02 Doug Evans <xdje42@gmail.com>
19224
19225 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19226 pretty-printer lookup.
19227 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19228 (make-pp_s-printer): Call it.
19229 (make-pretty-printer-from-dict): New function.
19230 (lookup-pretty-printer-maker-from-dict): New function.
19231 (*pretty-printer*): Simplify.
19232 (make-objfile-pp_s-printer): New function.
19233 (install-objfile-pretty-printers!): New function.
19234 (make-progspace-pp_s-printer): New function.
19235 (install-progspace-pretty-printers!): New function.
19236 * gdb.guile/scm-progspace.c: New file.
19237 * gdb.guile/scm-progspace.exp: New file.
19238
19239 2014-06-02 Pedro Alves <palves@redhat.com>
19240
19241 * gdb.base/dprintf-bp-same-addr.c: New file.
19242 * gdb.base/dprintf-bp-same-addr.exp: New file.
19243
19244 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19245
19246 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19247 * gdb.arch/powerpc-power.s: Likewise.
19248
19249 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19250
19251 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19252
19253 2014-06-01 Yao Qi <yao@codesourcery.com>
19254
19255 * gdb.base/watchpoint.exp (test_watch_location): Check null
19256 pointer can be dereferenced. If not, do the test, otherwise
19257 skip it.
19258
19259 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19260
19261 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19262 results.
19263 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19264
19265 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19266
19267 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19268 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19269 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19270 * gdb.arch/amd64-invalid-stack-top.c: New file.
19271 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19272
19273 2014-05-30 Pedro Alves <palves@redhat.com>
19274
19275 PR breakpoints/17000
19276 * gdb.base/sss-bp-on-user-bp.c: New file.
19277 * gdb.base/sss-bp-on-user-bp.exp: New file.
19278
19279 2014-05-30 David Blaikie <dblaikie@gmail.com>
19280
19281 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19282 gnu_inline semantics via attribute.
19283 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19284 source explicitly specifies the required semantics.
19285
19286 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19287
19288 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19289
19290 2014-05-29 Pedro Alves <palves@redhat.com>
19291 Tom Tromey <tromey@redhat.com>
19292
19293 * gdb.base/async-shell.exp: Don't enable target-async.
19294 * gdb.base/async.exp
19295 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19296 parameter. Adjust.
19297 (top level): Don't test with "target-async".
19298 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19299 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19300 * gdb.base/inferior-died.exp: Don't enable target-async.
19301 * gdb.base/interrupt-noterm.exp: Likewise.
19302 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19303 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19304 * gdb.mi/mi-nonstop.exp: Likewise.
19305 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19306 * gdb.mi/mi-nsintrall.exp: Likewise.
19307 * gdb.mi/mi-nsmoribund.exp: Likewise.
19308 * gdb.mi/mi-nsthrexec.exp: Likewise.
19309 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19310 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19311 * gdb.python/py-evsignal.exp: Don't enable target-async.
19312 * gdb.python/py-evthreads.exp: Likewise.
19313 * gdb.python/py-prompt.exp: Likewise.
19314 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19315 * gdb.server/solib-list.exp: Don't enable target-async.
19316 * gdb.threads/thread-specific-bp.exp: Likewise.
19317 * lib/mi-support.exp: Adjust to use mi-async.
19318
19319 2014-05-29 Pedro Alves <palves@redhat.com>
19320
19321 PR gdb/13860
19322 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19323 reason, even in sync mode.
19324
19325 2014-05-29 Pedro Alves <palves@redhat.com>
19326 Hui Zhu <hui@codesourcery.com>
19327
19328 PR PR15693
19329 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19330 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19331 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19332 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19333
19334 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19335
19336 * config/monitor.exp (gdb_target_monitor): Replace use of
19337 "set remotebaud" by "set serial baud".
19338
19339 2014-05-26 Andy Wingo <wingo@igalia.com>
19340
19341 * gdb.guile/scm-breakpoint.exp:
19342 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19343 properties instead of gdb-object-properties.
19344
19345 2014-05-26 Yao Qi <yao@codesourcery.com>
19346
19347 * gdb.server/no-thread-db.exp: Specify source file name
19348 explicitly when setting a breakpoint.
19349
19350 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19351
19352 * gdb.btrace/vdso.c: New.
19353 * gdb.btrace/vdso.exp: New.
19354
19355 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19356
19357 * gdb.base/gcore.exp (capture_command_output): Move ...
19358 * lib/gdb.exp (capture_command_output): ... here.
19359
19360 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19361
19362 * gdb.btrace/data.exp: Test memory access during btrace replay.
19363
19364 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19365
19366 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19367
19368 2014-05-21 Pedro Alves <palves@redhat.com>
19369
19370 PR gdb/13860
19371 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19372 (top level): Test that output related to execution commands is
19373 sent to the console with CLI commands, but not with MI commands.
19374 Test that breakpoint events are always mirrored to the console.
19375 Also expect the new source line to be output after a "next" in
19376 async mode too. Make it a pass/fail test.
19377 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19378 output.
19379 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19380
19381 2014-05-21 Pedro Alves <palves@redhat.com>
19382
19383 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19384 Use them to test variations of "list" after reaching a breakpoint.
19385 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19386 Test "list" with listsize 10 after reaching a breakpoint.
19387 * gdb.python/python.exp (decode_line current location line
19388 number): Adjust expected line number.
19389
19390 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19391
19392 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19393 behavior for $args, pass it directly to "run".
19394
19395 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19396
19397 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19398 30000 to 65536.
19399
19400 2014-05-21 Pedro Alves <palves@redhat.com>
19401
19402 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19403 auto-connect-native-target off".
19404 * gdb.base/auto-connect-native-target.c: New file.
19405 * gdb.base/auto-connect-native-target.exp: New file.
19406
19407 2014-05-21 Pedro Alves <palves@redhat.com>
19408
19409 * gdb.base/default.exp: Test "target native" instead of "target
19410 child".
19411
19412 2014-05-21 Mark Wielaard <mjw@redhat.com>
19413
19414 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19415
19416 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19417
19418 Fix TLS access for -static -pthread.
19419 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19420 <HAVE_TLS> (thread_function, main): Initialize it.
19421 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19422 Add clean_restart.
19423 <$have_tls != "">: Check TLSVAR.
19424
19425 2014-05-21 Pedro Alves <palves@redhat.com>
19426
19427 * gdb.base/dcache-line-read-error.c: New.
19428 * gdb.base/dcache-line-read-error.exp: New.
19429
19430 2014-05-20 Pedro Alves <palves@redhat.com>
19431
19432 * gdb.base/compare-sections.c: New file.
19433 * gdb.base/compare-sections.exp: New file.
19434
19435 2014-05-20 Pedro Alves <palves@redhat.com>
19436
19437 * gdb.base/break-idempotent.c: New file.
19438 * gdb.base/break-idempotent.exp: New file.
19439
19440 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19441
19442 * gdb.btrace/nohist.exp: New.
19443
19444 2014-05-20 Yao Qi <yao@codesourcery.com>
19445
19446 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19447 gdb.reverse directory and gdb_reverse_timeout exists in board
19448 setting.
19449 * README: Document gdb_reverse_timeout.
19450
19451 2014-05-20 Yao Qi <yao@codesourcery.com>
19452
19453 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19454 'test_file_name'. Treat args as a string instead of a list.
19455 (gdb_init): Rename argument 'args' by 'test_file_name'.
19456
19457 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19458
19459 * gdb.arch/powerpc-power.exp: New file.
19460 * gdb.arch/powerpc-power.s: New file.
19461
19462 2014-05-16 Doug Evans <dje@google.com>
19463
19464 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19465 * gdb.base/completion.exp: Check that all expected files exist
19466 before doing file completion.
19467
19468 2014-05-16 Doug Evans <dje@google.com>
19469
19470 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19471 Update.
19472 (do_syscall_tests_without_xml): Update.
19473
19474 2014-05-16 Pedro Alves <palves@redhat.com>
19475
19476 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19477 instead of "unknown output after running".
19478
19479 2014-05-16 Yao Qi <yao@codesourcery.com>
19480
19481 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19482 file1.txt from host at the end.
19483 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19484
19485 2014-05-15 Doug Evans <dje@google.com>
19486
19487 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19488 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19489 loading file. Add test for TU lookup.
19490
19491 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19492
19493 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19494 calling "-exec-arguments" or "set args" before running the
19495 inferior.
19496
19497 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19498
19499 * lib/mi-support.exp (mi_expect_stop): Expect message for
19500 inferiors that exit with non-zero exit code.
19501
19502 2014-05-14 Yao Qi <yao@codesourcery.com>
19503
19504 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19505 match absolute path on remote host.
19506 (test_file_list_exec_source_files): Remove "/" from the
19507 pattern.
19508
19509 2014-05-14 Yao Qi <yao@codesourcery.com>
19510
19511 * boards/local-remote-host-notty.exp (${board}_file): New
19512 proc.
19513
19514 2014-05-07 Kyle McMartin <kyle@redhat.com>
19515
19516 Pushed by Joel Brobecker <brobecker@adacore.com>.
19517 * gdb.arch/aarch64-atomic-inst.c: New file.
19518 * gdb.arch/aarch64-atomic-inst.exp: New file.
19519
19520 2014-05-07 Yao Qi <yao@codesourcery.com>
19521
19522 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19523 in current context" too.
19524
19525 2014-05-05 Keith Seitz <keiths@redhat.com>
19526
19527 * gdb.linespec/ls-dollar.exp: Add test for linespec
19528 file:convenience_variable.
19529
19530 2014-05-05 Yao Qi <yao@codesourcery.com>
19531
19532 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19533 traceframes into tfile and ctf trace files. Read data from
19534 trace file and test collected data.
19535 (gdb_collect_locals_test): Likewise.
19536 (gdb_unavailable_registers_test): Likewise.
19537 (gdb_unavailable_floats): Likewise.
19538 (gdb_collect_globals_test): Likewise.
19539 (top-level): Append "ctf" to trace_file_targets if GDB
19540 supports.
19541
19542 2014-05-05 Yao Qi <yao@codesourcery.com>
19543
19544 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19545 code to ...
19546 (gdb_collect_args_test_1): ... it. New proc.
19547 (gdb_collect_locals_test): Move some code to ...
19548 (gdb_collect_locals_test_1): ... it. New proc.
19549 (gdb_unavailable_registers_test): Move some code to ...
19550 (gdb_unavailable_registers_test_1): ... it. New proc.
19551 (gdb_unavailable_floats): Move some code to ...
19552 (gdb_unavailable_floats_1): ... it. New proc.
19553
19554 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19555
19556 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19557 probes to test for bitness recognition.
19558 * gdb.arch/amd64-stap-optional-prefix.exp
19559 (test_probe_value_without_reg): New procedure.
19560 Add code to test for different kinds of bitness.
19561
19562 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19563
19564 PR breakpoints/16889
19565 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19566 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19567
19568 2014-05-01 Pedro Alves <palves@redhat.com>
19569
19570 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19571 gdb_file_cmd if no file is specified.
19572 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19573 last_loaded_file to set the remote exec-file.
19574
19575 2014-05-01 Pedro Alves <palves@redhat.com>
19576
19577 * boards/local-remote-host.exp: New file.
19578
19579 2014-05-01 Pedro Alves <palves@redhat.com>
19580
19581 * boards/local-remote-host.exp: Rename to ...
19582 * boards/local-remote-host-notty.exp: ... this.
19583
19584 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19585
19586 * gdb.ada/dyn_arrayidx: New testcase.
19587
19588 2014-04-26 Yao Qi <yao@codesourcery.com>
19589
19590 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19591 and compute the length of function main. Save it in
19592 $main_length.
19593 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19594 (top-level): Use gdb_compile to compile objects into
19595 executable and restart GDB. Remove invocation to
19596 prepare_for_testing.
19597
19598 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19599 Pedro Alves <palves@redhat.com>
19600
19601 PR server/16255
19602 * gdb.multi/multi-attach.c: New file.
19603 * gdb.multi/multi-attach.exp: New file.
19604
19605 2014-04-25 Pedro Alves <palves@redhat.com>
19606
19607 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19608 user.
19609 (top level): Test that "set remote conditional-breakpoints-packet
19610 off" works as intended.
19611 * gdb.base/dprintf.exp: Test that "set remote
19612 breakpoint-commands-packet off" works as intended.
19613 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19614 New function.
19615 (top level): Call it.
19616 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19617 remote fast-tracepoints-packet off" works as intended.
19618 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19619 * lib/gdb.exp (gdb_is_target_remote): ... here.
19620
19621 2014-04-24 David Blaikie <dblaikie@gmail.com>
19622
19623 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19624 ensure clang would not discard them.
19625 * gdb.base/gdbvars.c: Ditto.
19626 * gdb.base/memattr.c: Ditto.
19627 * gdb.base/whatis.c: Ditto.
19628 * gdb.python/py-prettyprint.c: Ditto.
19629 * gdb.trace/actions.c: Ditto.
19630 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19631 ensure clang would not discard it.
19632
19633 2014-04-24 David Blaikie <dblaikie@gmail.com>
19634
19635 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19636 clang to emit the full definition of type required by the test
19637 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19638
19639 2014-04-24 David Blaikie <dblaikie@gmail.com>
19640
19641 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19642 coax Clang into emitting the definition of the type.
19643 * gdb.cp/pr10728-x.h (y): Ditto.
19644 * gdb.cp/pr10728-y.cc (y): Ditto.
19645
19646 2014-04-24 David Blaikie <dblaikie@gmail.com>
19647
19648 * gdb.base/label.exp: XFAIL label related tests under Clang.
19649 * gdb.cp/cplabel.exp: Ditto.
19650 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19651 under Clang those using labels.
19652
19653 2014-04-25 Yao Qi <yao@codesourcery.com>
19654
19655 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19656 double_label.
19657 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19658 partial_label and double_label.
19659
19660 2014-04-24 David Blaikie <dblaikie@gmail.com>
19661
19662 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19663
19664 2014-04-24 David Blaikie <dblaikie@gmail.com>
19665
19666 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19667 of the function to work across GCC and Clang.
19668 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19669 pointer types (const void ** const V void **).
19670
19671 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19672 Walfred Tedeschi <walfred.tedeschi@intel.com>
19673
19674 * Makefile.in (EXECUTABLES): Added i386-avx512.
19675 * gdb.arch/i386-avx512.c: New file.
19676 * gdb.arch/i386-avx512.exp: Likewise.
19677
19678 2014-04-23 Keith Seitz <keiths@redhat.com>
19679
19680 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19681 (mi_make_breakpoint_table): New procedure.
19682 (mi_create_breakpoint): Use mi_make_breakpoint
19683 and return the result.
19684 (mi_make_breakpoint): New procedure.
19685 (mi_build_kv_pairs): New procedure.
19686
19687 * gdb.mi/mi-break.exp: Remove unused globals,
19688 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19689 All callers updated.
19690 * gdb.mi/mi-dprintf.exp: Use variable to track command
19691 number.
19692 Update all callers of mi_create_breakpoint and use
19693 mi_make_breakpoint_table.
19694 Remove any unused global variables.
19695 * gdb.mi/mi-nonstop.exp: Likewise.
19696 * gdb.mi/mi-nsintrall.exp: Likewise.
19697 * gdb.mi/mi-nsmoribund.exp: Likewise.
19698 * gdb.mi/mi-nsthrexec.exp: Likewise.
19699 * gdb.mi/mi-reverse.exp: Likewise.
19700 * gdb.mi/mi-simplerun.exp: Likewise.
19701 * gdb.mi/mi-stepn.exp: Likewise.
19702 * gdb.mi/mi-syn-frame.exp: Likewise.
19703 * gdb.mi/mi-until.exp: Likewise.
19704 * gdb.mi/mi-var-cp.exp: Likewise.
19705 * gdb.mi/mi-var-display.exp: Likewise.
19706 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19707 * gdb.mi/mi2-var-child.exp: Likewise.
19708 * gdb.mi/mi-vla-c99.exp: Likewise.
19709 * lib/mi-support.exp: Likewise.
19710
19711 From Ian Lance Taylor <iant@cygnus.com>:
19712 * lib/gdb.exp (parse_args): New procedure.
19713
19714 2014-04-23 Pedro Alves <palves@redhat.com>
19715
19716 * gdb.base/break-unload-file.c: New file.
19717 * gdb.base/break-unload-file.exp: New file.
19718 * gdb.base/sym-file-lib.c (baz): New function.
19719 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19720 field.
19721 (load): Store the segment's mapped size.
19722 (unload): New function.
19723 (unload_shlib): New function.
19724 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19725 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19726 set a breakpoint at baz, and call it.
19727 * gdb.base/sym-file.exp: New tests for stale breakpoint
19728 instructions.
19729
19730 2014-04-23 Pedro Alves <palves@redhat.com>
19731
19732 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19733 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19734 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19735 * gdb.base/hbreak-unmapped.c: New file.
19736 * gdb.base/hbreak-unmapped.exp: New file.
19737 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19738 * lib/gdb.exp (gdb_is_target_remote): ... here.
19739
19740 2014-04-22 Pedro Alves <palves@redhat.com>
19741
19742 * gdb.base/consecutive-step-over.c: New file.
19743 * gdb.base/consecutive-step-over.exp: New file.
19744
19745 2014-04-22 Pedro Alves <palves@redhat.com>
19746
19747 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19748 instead of send_gdb/gdb_expect.
19749
19750 2014-04-22 Yao Qi <yao@codesourcery.com>
19751
19752 * lib/trace-support.exp (generate_tracefile): New procedure.
19753 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19754 return 0.
19755 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19756 if generate_tracefile returns 1.
19757
19758 2014-04-18 Tom Tromey <palves@redhat.com>
19759 Pedro alves <tromey@redhat.com>
19760
19761 PR backtrace/15558
19762 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19763 with a backtrace limit.
19764 * gdb.python/py-frame-inline.exp: Test running to an inline
19765 function with a backtrace limit, and printing the newest frame.
19766 * gdb.python/py-frame-inline.c (main): Call f.
19767
19768 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19769
19770 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19771
19772 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19773
19774 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19775 Drop prefix from unsupported source file path.
19776
19777 2014-04-17 Yao Qi <yao@codesourcery.com>
19778
19779 * lib/gdb.exp (with_target_charset): New proc.
19780 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19781 with_target_charset.
19782 (test_print_strings): Likewise.
19783 (test_repeat_bytes): Likewise.
19784 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19785 for some tests.
19786
19787 2014-04-16 Keith Seitz <keiths@redhat.com>
19788
19789 PR gdb/15827
19790 * gdb.dwarf2/corrupt.c: New file.
19791 * gdb.dwarf2/corrupt.exp: New file.
19792
19793 2014-04-16 Keith Seitz <keiths@redhat.com>
19794
19795 PR c++/16597
19796 * gdb.cp/namelessclass.cc: New file.
19797 * gdb.cp/namelessclass.exp: New file.
19798 * gdb.cp/namelessclass.S: New file.
19799
19800 2014-04-16 Doug Evans <dje@google.com>
19801
19802 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19803 Add comment.
19804 (gdbserver_default_get_comm_port): New function.
19805 (gdbserver_start): Check if board file provided
19806 "gdbserver,get_comm_port" and use it if so.
19807 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19808 (gdb,socketport): Set to "stdio".
19809 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19810 (stdio_gdbserver_template): Delete.
19811 (${board}_get_remote_address): Update.
19812 (${board}_build_remote_cmd): Delete.
19813 (${board}_get_comm_port): New function.
19814 (${board}_spawn): Update.
19815 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19816 Delete.
19817 (${board}_get_remote_address): Update.
19818 (${board}_get_comm_port): New function.
19819
19820 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19821
19822 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19823 appearing in any order.
19824
19825 2014-04-15 Doug Evans <dje@google.com>
19826
19827 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19828 uninitialized value of "description".
19829
19830 2014-04-15 Keith Seitz <keiths@redhat.com>
19831
19832 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19833 Remove unused globals.
19834 (test_running_the_program): Likewise.
19835 (test_controlled_execution): Likewise.
19836 (test_controlling_breakpoints): Likewise.
19837 (test_program_termination): Likewise.
19838
19839 2014-04-15 Keith Seitz <keiths@redhat.com>
19840
19841 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19842 unused globals.
19843 (test_rbreak_creation_and_listing): Likewise.
19844 (test_ignore_count): Likewise.
19845 (test_error): Likewise.
19846
19847 2014-04-15 Pedro Alves <palves@redhat.com>
19848
19849 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19850 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19851 sym-file-loader.c.
19852 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19853 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19854 to sym-file-loader.c.
19855 (struct library): Forward declare.
19856 (load_shlib, lookup_function): Change prototypes.
19857 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19858 (translate_offset): Remove declarations.
19859 (get_text_addr): New declaration.
19860 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19861 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19862 sym-file-loader.h.
19863 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19864 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19865 here from sym-file-loader.h.
19866 (struct library): New structure.
19867 (load_shlib, lookup_function): Change prototypes and adjust to
19868 work with a struct library.
19869 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19870 (translate_offset): Make static.
19871 (get_text_addr): New function.
19872 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19873
19874 2014-04-15 Pedro Alves <palves@redhat.com>
19875
19876 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19877
19878 2014-04-15 Pedro Alves <palves@redhat.com>
19879
19880 * gdb.base/sym-file-loader.c: Include <limits.h>.
19881 (SELF_LINK): New define.
19882 (get_origin): New function.
19883 (load_shlib): Use it.
19884 * gdb.base/sym-file.exp: Don't early return if the target is
19885 remote. Use runto_main, and issue fail is that fails. Use
19886 gdb_load_shlibs.
19887 (shlib_name): Delete.
19888 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19889
19890 2014-04-15 Pedro Alves <palves@redhat.com>
19891
19892 * gdb.base/sym-file.exp: Remove regex characters from test
19893 message. Don't refer to breakpoint numbers in test messages.
19894
19895 2014-04-14 Keith Seitz <keiths@redhat.com>
19896
19897 PR c++/16253
19898 * gdb.cp/var-tag.cc: New file.
19899 * gdb.cp/var-tag.exp: New file.
19900 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19901 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19902 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19903 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19904
19905 2014-04-14 Tom Tromey <tromey@redhat.com>
19906
19907 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19908 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19909 type.
19910 * gdb.cp/enum-class.exp: New file.
19911 * gdb.cp/enum-class.cc: New file.
19912
19913 2014-04-14 Tom Tromey <tromey@redhat.com>
19914
19915 * gdb.dwarf2/enum-type.exp: New file.
19916
19917 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19918
19919 * gdb.mi/mi-vla-c99.exp: New file.
19920 * gdb.mi/vla.c: New file.
19921
19922 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19923
19924 * gdb.base/vla-datatypes.c: New file.
19925 * gdb.base/vla-datatypes.exp: New file.
19926
19927 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19928
19929 * gdb.base/vla-ptr.c: New file.
19930 * gdb.base/vla-ptr.exp: New file.
19931
19932 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19933
19934 * gdb.dwarf2/count.exp: New file.
19935
19936 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19937
19938 * gdb.base/vla-sideeffect.c: New file.
19939 * gdb.base/vla-sideeffect.exp: New file.
19940
19941 2014-04-14 David Blaikie <dblaikie@gmail.com>
19942
19943 * gdb.mi/non-stop.c: Add return value for non-void function return
19944 statement.
19945 * gdb.threads/staticthreads.c: Ditto.
19946
19947 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19948 Doug Evans <xdje42@gmail.com>
19949
19950 * gdb.guile/scm-value.c: Improve test case.
19951 * gdb.guile/scm-value.exp: Add new test.
19952
19953 2014-04-11 David Blaikie <dblaikie@gmail.com>
19954
19955 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19956 override Clang's default.
19957
19958 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19959
19960 Revert the following changes (regressions):
19961
19962 * gdb.base/vla-sideeffect.c: New file.
19963 * gdb.base/vla-sideeffect.exp: New file.
19964
19965 * gdb.dwarf2/count.exp: New file.
19966
19967 * gdb.base/vla-multi.c: New file.
19968 * gdb.base/vla-multi.exp: New file.
19969
19970 * gdb.base/vla-ptr.c: New file.
19971 * gdb.base/vla-ptr.exp: New file.
19972
19973 * gdb.base/vla-datatypes.c: New file.
19974 * gdb.base/vla-datatypes.exp: New file.
19975
19976 * gdb.mi/mi-vla-c99.exp: New file.
19977 * gdb.mi/vla.c: New file.
19978
19979 2014-04-11 Keith Seitz <keiths@redhat.com>
19980
19981 PR c++/16675
19982 * gdb.cp/cpsizeof.exp: New file.
19983 * gdb.cp/cpsizeof.cc: New file.
19984
19985 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19986
19987 * gdb.mi/mi-vla-c99.exp: New file.
19988 * gdb.mi/vla.c: New file.
19989
19990 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19991
19992 * gdb.base/vla-datatypes.c: New file.
19993 * gdb.base/vla-datatypes.exp: New file.
19994
19995 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19996
19997 * gdb.base/vla-ptr.c: New file.
19998 * gdb.base/vla-ptr.exp: New file.
19999
20000 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20001
20002 * gdb.base/vla-multi.c: New file.
20003 * gdb.base/vla-multi.exp: New file.
20004
20005 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20006
20007 * gdb.dwarf2/count.exp: New file.
20008
20009 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20010
20011 * gdb.base/vla-sideeffect.c: New file.
20012 * gdb.base/vla-sideeffect.exp: New file.
20013
20014 2014-04-11 Yao Qi <yao@codesourcery.com>
20015
20016 * gdb.base/completion.exp: Check file exists before running tests
20017 on file completion.
20018
20019 2014-04-10 Pedro Alves <palves@redhat.com>
20020
20021 * gdb.base/cond-eval-mode.c: New file.
20022 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20023 prepare_for_testing to build the new file. Check result of
20024 runto_main.
20025 (test_break, test_watch): New procedures.
20026 (top level): Use them.
20027
20028 2014-04-08 Pierre Muller <muller@sourceware.org>
20029
20030 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20031 Ctrl-V use for mingw hosts.
20032
20033 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20034
20035 * gdb.python/py-value.c: Improve test case.
20036 * gdb.python/py-value.exp: Add new test.
20037
20038 2014-04-07 David Blaikie <dblaikie@gmail.com>
20039
20040 * lib/compiler.c: Identify the clang compiler.
20041 * lib/compiler.cc: Ditto.
20042
20043 2014-04-03 Yao Qi <yao@codesourcery.com>
20044
20045 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20046
20047 2014-04-01 Anton Blanchard <anton@samba.org>
20048
20049 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20050 messages unique.
20051
20052 2014-04-01 Anton Blanchard <anton@samba.org>
20053
20054 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20055 prepare_for_testing.
20056
20057 2014-04-01 Anton Blanchard <anton@samba.org>
20058
20059 * gdb.arch/ppc64-atomic-inst.c: Remove.
20060 * gdb.arch/ppc64-atomic-inst.S: New file.
20061 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20062
20063 2014-03-31 Doug Evans <dje@google.com>
20064
20065 * gdb.base/print-symbol-loading-lib.c: New file.
20066 * gdb.base/print-symbol-loading-main.c: New file.
20067 * gdb.base/print-symbol-loading.exp: New file.
20068
20069 2014-03-31 Yao Qi <yao@codesourcery.com>
20070
20071 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20072
20073 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20074
20075 * gdb.ada/mi_dyn_arr: New testcase.
20076
20077 2014-03-27 Doug Evans <dje@google.com>
20078
20079 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20080
20081 2014-03-27 Yao Qi <yao@codesourcery.com>
20082
20083 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20084 if target is nios2-*-*.
20085
20086 2014-03-26 Yao Qi <yao@codesourcery.com>
20087
20088 * lib/gdb.exp (readline_is_used): New proc.
20089 * gdb.base/completion.exp: Move tests on command complete up.
20090 Skip the rest of tests if readline is not used.
20091 * gdb.ada/complete.exp: Skp the test if readline is not
20092 used.
20093 * gdb.base/filesym.exp: Likewise.
20094 * gdb.base/macscp.exp: Likewise.
20095 * gdb.base/readline-ask.exp: Likewise.
20096 * gdb.base/readline.exp: Likewise.
20097 * gdb.python/py-cmd.exp: Likewise.
20098 * gdb.trace/tfile.exp: Likewise.
20099
20100 2014-03-26 Yao Qi <yao@codesourcery.com>
20101
20102 * gdb.base/macscp.exp: Fix code format issues.
20103
20104 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20105
20106 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20107 * gdb.asm/powerpc64le.inc: New file.
20108
20109 2014-03-25 Pedro Alves <palves@redhat.com>
20110 Doug Evans <dje@google.com>
20111
20112 * gdb.base/source-execution.c: New file.
20113 * gdb.base/source-execution.exp: New file.
20114 * gdb.base/source-execution.gdb: New file.
20115
20116 2014-03-24 Doug Evans <dje@google.com>
20117
20118 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20119 using fission.
20120
20121 2014-03-24 Hui Zhu <hui@codesourcery.com>
20122 Pedro Alves <palves@redhat.com>
20123
20124 PR breakpoints/16101
20125 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20126 test pass/fail messages. Detect missing support for dprintf when
20127 breakpoints are actually inserted.
20128 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20129 breakpoints are actually inserted.
20130 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20131 fails.
20132
20133 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20134
20135 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20136
20137 2014-03-22 Doug Evans <xdje42@gmail.com>
20138
20139 * gdb.python/python.exp (python not supported): Verify multi-line
20140 python command issues an error.
20141 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20142 guile command issues an error.
20143
20144 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20145
20146 * gdb.threads/thread-specific.exp: Handle the lack of usable
20147 $this_breakpoint and $this_thread.
20148
20149 2014-03-21 Hui Zhu <hui@codesourcery.com>
20150
20151 * gdb.base/attach.exp (do_command_attach_tests): New.
20152
20153 2014-03-20 Tom Tromey <tromey@redhat.com>
20154 Pedro Alves <palves@redhat.com>
20155
20156 PR cli/15718
20157 * gdb.base/condbreak-call-false.c: New file.
20158 * gdb.base/condbreak-call-false.exp: New file.
20159
20160 2014-03-20 Pedro Alves <palves@redhat.com>
20161
20162 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20163 Delete.
20164 (block_signals, unblock_signals): Delete.
20165 (child_function_2, main): Remove references to deleted variable
20166 and functions.
20167
20168 2014-03-20 Pedro Alves <palves@redhat.com>
20169
20170 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20171 Use pthread_kill to signal thread 2.
20172 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20173 Adjust to make the test send itself a signal rather than using the
20174 host's "kill" command.
20175
20176 2014-03-20 Pedro Alves <palves@redhat.com>
20177
20178 * gdb.threads/multiple-step-overs.c: New file.
20179 * gdb.threads/multiple-step-overs.exp: New file.
20180 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20181 Adjust expected infrun debug output.
20182
20183 2014-03-20 Pedro Alves <palves@redhat.com>
20184
20185 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20186 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20187
20188 2014-03-20 Pedro Alves <palves@redhat.com>
20189
20190 PR breakpoints/7143
20191 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20192 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20193 of gdb_test_multiple.
20194 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20195 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20196
20197 2014-03-20 Pedro Alves <palves@redhat.com>
20198
20199 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20200 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20201
20202 2014-03-19 Pedro Alves <palves@redhat.com>
20203
20204 * gdb.base/async.exp: Remove early return.
20205
20206 2014-03-19 Pedro Alves <palves@redhat.com>
20207
20208 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20209
20210 2014-03-19 Pedro Alves <palves@redhat.com>
20211
20212 * gdb.base/async.exp (test_background): Expect \r\n after
20213 "completed." in the fail pattern.
20214
20215 2014-03-19 Pedro Alves <palves@redhat.com>
20216
20217 * gdb.base/async.exp (test_background): New procedure.
20218 Use it for all background execution command tests.
20219
20220 2014-03-19 Pedro Alves <palves@redhat.com>
20221
20222 * gdb.base/async.exp: Use prepare_for_testing.
20223
20224 2014-03-19 Pedro Alves <palves@redhat.com>
20225
20226 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20227 the same line.
20228
20229 2014-03-19 Pedro Alves <palves@redhat.com>
20230
20231 * gdb.base/async.c (main): Add "jump here" and "until here" line
20232 marker comments.
20233 * gdb.base/async.exp (jump_here): New global.
20234 (jump& test): Use it.
20235 (until_here): New global.
20236 (until& test): Use it.
20237
20238 2014-03-19 Pedro Alves <palves@redhat.com>
20239
20240 * gdb.base/async.exp: Don't frob gdb_protocol.
20241
20242 2014-03-18 Doug Evans <xdje42@gmail.com>
20243
20244 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20245 Fix spelling of exec-done-display.
20246
20247 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20248
20249 PR gdb/15358
20250 * gdb.base/gdb-sigterm.c: New file.
20251 * gdb.base/gdb-sigterm.exp: New file.
20252
20253 2014-03-18 Pedro Alves <palves@redhat.com>
20254
20255 PR gdb/13860
20256 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20257 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20258 solib-event.
20259
20260 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20261
20262 * gdb.ada/pckd_arr_ren: New testcase.
20263
20264 2014-03-13 Doug Evans <xdje42@gmail.com>
20265
20266 PR guile/16612
20267 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20268 collect after discarding symbols.
20269
20270 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20271 Doug Evans <xdje42@gmail.com>
20272
20273 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20274 to history survives a gc.
20275
20276 2014-03-13 Pedro Alves <palves@redhat.com>
20277
20278 * gdb.base/default.exp: Don't test "target procfs".
20279
20280 2014-03-13 Pedro Alves <palves@redhat.com>
20281
20282 * gdb.base/default.exp: Update "target child" and "target procfs"
20283 tests to not expect "Unix".
20284
20285 2014-03-12 Tom Tromey <tromey@redhat.com>
20286
20287 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20288 New procs. Add target-async tests.
20289 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20290 Add target-async tests.
20291
20292 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20293
20294 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20295 'func_start' and 'func_end' for the beginning and end of the
20296 function code, respectively.
20297 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20298 'func_end' instead of 'func' and 'main'.
20299
20300 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20301
20302 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20303 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20304 generate the debug info assembler source.
20305
20306 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20307
20308 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20309 * gdb.dwarf2/arr-subrange.exp: Likewise.
20310 * gdb.dwarf2/dwz.exp: Likewise.
20311 * gdb.dwarf2/method-ptr.exp: Likewise.
20312 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20313 * gdb.dwarf2/subrange.exp: Likewise.
20314 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20315 * gdb.dwarf2/implptrpiece.exp: Likewise.
20316 * gdb.dwarf2/nostaticblock.exp: Likewise.
20317
20318 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20319
20320 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20321 directory to absolute path name arguments.
20322
20323 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20324
20325 * gdb.ada/tagged_access: New testcase.
20326
20327 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20328
20329 * gdb.btrace/data.exp: Update expected output.
20330
20331 2014-03-06 Yao Qi <yao@codesourcery.com>
20332
20333 * gdb.trace/pr16508.exp: New file.
20334
20335 2014-03-05 Pedro Alves <palves@redhat.com>
20336
20337 PR gdb/16575
20338 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20339 procedure.
20340 (top level): Adjust to use it. Add tests that exercise breakpoint
20341 interaction with the code-cache.
20342
20343 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20344
20345 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20346 test for 'history-append!'.
20347
20348 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20349
20350 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20351 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20352 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20353 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20354 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20355 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20356
20357 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20358
20359 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20360 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20361 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20362
20363 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20364
20365 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20366
20367 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20368
20369 * gdb.dwarf2/arr-stride.c: New file.
20370 * gdb.dwarf2/arr-stride.exp: New file.
20371
20372 2014-02-26 Pedro Alves <palves@redhat.com>
20373
20374 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20375 that won't ever trigger. Make sure that GDB reports the correct
20376 breakpoint that caused the stop.
20377
20378 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20379
20380 PR gdb/16626
20381 * gdb.base/auto-load-script: New file.
20382 * gdb.base/auto-load.c: New file.
20383 * gdb.base/auto-load.exp: New file.
20384
20385 PR gdb/16626
20386 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20387
20388 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20389
20390 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20391 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20392
20393 2014-02-24 Doug Evans <dje@google.com>
20394
20395 * lib/gdb.exp (run_on_host): Log error output if program fails.
20396
20397 2014-02-21 Pedro Alves <palves@redhat.com>
20398
20399 * gdb.threads/step-after-sr-lock.c: Rename to ...
20400 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20401 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20402 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20403 ... this.
20404
20405 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20406
20407 PR tdep/16397
20408 * gdb.arch/amd64-stap-special-operands.exp: New file.
20409 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20410 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20411 * gdb.arch/amd64-stap-triplet.S: Likewise.
20412 * gdb.arch/amd64-stap-triplet.c: Likewise.
20413
20414 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20415
20416 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20417 in .section pseudo-op.
20418
20419 2014-02-20 lin zuojian <manjian2006@gmail.com>
20420 Joel Brobecker <brobecker@adacore.com>
20421 Doug Evans <xdje42@gmail.com>
20422
20423 PR symtab/16581
20424 * gdb.dwarf2/dw2-icycle.S: New file.
20425 * gdb.dwarf2/dw2-icycle.c: New file.
20426 * gdb.dwarf2/dw2-icycle.exp: New file.
20427
20428 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20429
20430 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20431 operations on gdb.Value objects.
20432 * gdb.python/py-value-cc.exp: Add new test to test operations on
20433 gdb.Value objects.
20434
20435 2014-02-18 Doug Evans <dje@google.com>
20436
20437 * Makefile.in (TESTS): New variable.
20438 (expanded_tests, expanded_tests_or_none): New variables
20439 (check-single): Pass $(expanded_tests_or_none) to runtest.
20440 (check-parallel): Only run tests in $(TESTS) if non-empty.
20441 (check/no-matching-tests-found): New rule.
20442 * README: Document TESTS makefile variable.
20443
20444 2014-02-18 Doug Evans <dje@google.com>
20445
20446 * Makefile.in (check-parallel): rm -rf outputs temp.
20447
20448 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20449
20450 Fix "ERROR: no fileid for" in the testsuite.
20451 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20452
20453 2014-02-12 Doug Evans <dje@google.com>
20454
20455 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20456 (MISCELLANEOUS): New variable.
20457 (clean): rm -rf $(MISCELLANEOUS).
20458 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20459 dwp live in the same directory as symlinks, with each symlink pointed
20460 to a differently named file in a different directory.
20461
20462 2014-02-11 Doug Evans <dje@google.com>
20463
20464 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20465 of Tcl file commands.
20466
20467 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20468
20469 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20470 "kill -SIGUSR1 -1".
20471
20472 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20473
20474 * gdb.ada/tick_length_array_enum_idx: New testcase.
20475
20476 2014-02-10 Doug Evans <xdje42@gmail.com>
20477
20478 * configure.ac (AC_OUTPUT): Add gdb.guile.
20479 * configure: Regenerate.
20480 * lib/gdb-guile.exp: New file.
20481 * lib/gdb.exp (get_target_charset): New function.
20482 * gdb.base/help.exp: Update expected output from "apropos apropos".
20483 * gdb.guile/Makefile.in: New file.
20484 * gdb.guile/guile.exp: New file.
20485 * gdb.guile/scm-arch.c: New file.
20486 * gdb.guile/scm-arch.exp: New file.
20487 * gdb.guile/scm-block.c: New file.
20488 * gdb.guile/scm-block.exp: New file.
20489 * gdb.guile/scm-breakpoint.c: New file.
20490 * gdb.guile/scm-breakpoint.exp: New file.
20491 * gdb.guile/scm-disasm.c: New file.
20492 * gdb.guile/scm-disasm.exp: New file.
20493 * gdb.guile/scm-equal.c: New file.
20494 * gdb.guile/scm-equal.exp: New file.
20495 * gdb.guile/scm-error.exp: New file.
20496 * gdb.guile/scm-error.scm: New file.
20497 * gdb.guile/scm-frame-args.c: New file.
20498 * gdb.guile/scm-frame-args.exp: New file.
20499 * gdb.guile/scm-frame-args.scm: New file.
20500 * gdb.guile/scm-frame-inline.c: New file.
20501 * gdb.guile/scm-frame-inline.exp: New file.
20502 * gdb.guile/scm-frame.c: New file.
20503 * gdb.guile/scm-frame.exp: New file.
20504 * gdb.guile/scm-generics.exp: New file.
20505 * gdb.guile/scm-gsmob.exp: New file.
20506 * gdb.guile/scm-iterator.c: New file.
20507 * gdb.guile/scm-iterator.exp: New file.
20508 * gdb.guile/scm-math.c: New file.
20509 * gdb.guile/scm-math.exp: New file.
20510 * gdb.guile/scm-objfile-script-gdb.in: New file.
20511 * gdb.guile/scm-objfile-script.c: New file.
20512 * gdb.guile/scm-objfile-script.exp: New file.
20513 * gdb.guile/scm-objfile.c: New file.
20514 * gdb.guile/scm-objfile.exp: New file.
20515 * gdb.guile/scm-ports.exp: New file.
20516 * gdb.guile/scm-pretty-print.c: New file.
20517 * gdb.guile/scm-pretty-print.exp: New file.
20518 * gdb.guile/scm-pretty-print.scm: New file.
20519 * gdb.guile/scm-section-script.c: New file.
20520 * gdb.guile/scm-section-script.exp: New file.
20521 * gdb.guile/scm-section-script.scm: New file.
20522 * gdb.guile/scm-symbol.c: New file.
20523 * gdb.guile/scm-symbol.exp: New file.
20524 * gdb.guile/scm-symtab-2.c: New file.
20525 * gdb.guile/scm-symtab.c: New file.
20526 * gdb.guile/scm-symtab.exp: New file.
20527 * gdb.guile/scm-type.c: New file.
20528 * gdb.guile/scm-type.exp: New file.
20529 * gdb.guile/scm-value-cc.cc: New file.
20530 * gdb.guile/scm-value-cc.exp: New file.
20531 * gdb.guile/scm-value.c: New file.
20532 * gdb.guile/scm-value.exp: New file.
20533 * gdb.guile/source2.scm: New file.
20534 * gdb.guile/types-module.cc: New file.
20535 * gdb.guile/types-module.exp: New file.
20536
20537 2014-02-10 Yao Qi <yao@codesourcery.com>
20538
20539 PR testsuite/16543
20540 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20541 * configure: Regenerated.
20542 * Makefile.in: New file.
20543
20544 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20545
20546 * gdb.python/py-framefilter.exp: Fix typo.
20547
20548 2014-02-08 Yao Qi <yao@codesourcery.com>
20549
20550 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20551 that no =breakpoint-modified is emitted when breakpoints are
20552 modified through MI commands.
20553
20554 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20555 Pedro Alves <palves@redhat.com>
20556
20557 * gdb.threads/step-after-sr-lock.c: New file.
20558 * gdb.threads/step-after-sr-lock.exp: New file.
20559
20560 2014-02-07 Pedro Alves <palves@redhat.com>
20561
20562 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20563
20564 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20565
20566 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20567 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20568
20569 2014-02-06 Doug Evans <xdje42@gmail.com>
20570
20571 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20572 output.
20573
20574 * gdb.gdb/python-interrupts.exp: New file.
20575
20576 2014-02-05 Yao Qi <yao@codesourcery.com>
20577
20578 * gdb.trace/report.exp (use_collected_data): Test the output
20579 of "info threads" and "info inferiors".
20580
20581 2014-02-05 Yao Qi <yao@codesourcery.com>
20582
20583 Revert this patch:
20584
20585 2013-05-24 Yao Qi <yao@codesourcery.com>
20586
20587 * gdb.trace/tfile.exp: Test inferior and thread.
20588
20589 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20590
20591 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20592 on a function.
20593 * gdb.base/step-bt.c: Call hello via function pointer to make
20594 sure its first instruction is executed on powerpc64le-linux.
20595
20596 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20597
20598 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20599
20600 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20601
20602 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20603 of the test patterns for use on little-endian systems.
20604
20605 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20606
20607 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20608 (decimal_vector): Fix for little-endian.
20609
20610 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20611
20612 * gdb.arch/sparc-sysstep.exp: New file.
20613 * gdb.arch/sparc-sysstep.c: Likewise.
20614
20615 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20616
20617 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20618
20619 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20620
20621 2014-01-23 Tom Tromey <tromey@redhat.com>
20622
20623 * gdb.ada/array_char_idx: New testcase.
20624
20625 2014-01-23 Tom Tromey <tromey@redhat.com>
20626
20627 PR python/16487:
20628 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20629 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20630 classes.
20631
20632 2014-01-23 Tom Tromey <tromey@redhat.com>
20633
20634 PR python/16491:
20635 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20636 string from an inferior frame.
20637 * gdb.python/py-framefilter-mi.exp: Update.
20638
20639 2014-01-22 Doug Evans <dje@google.com>
20640
20641 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20642
20643 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20644
20645 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20646
20647 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20648
20649 * gdb.trace/entry-values.exp: Remove excess space character from
20650 regex patterns. Handle s390 call instruction.
20651
20652 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20653
20654 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20655 define "*_start" label. Make "name" static.
20656 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20657 ${name} by references to ${name}_start.
20658
20659 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20660
20661 * gdb.base/info-macros.exp: Remove "debug" from the compile
20662 options.
20663
20664 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20665
20666 * gdb.dlang/demangle.exp: New file.
20667
20668 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20669
20670 * gdb.dlang/primitive-types.exp: New file.
20671
20672 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20673
20674 * configure.ac: Create gdb.dlang/Makefile.
20675 * configure: Regenerate.
20676 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20677 * gdb.dlang/Makefile.in: New file.
20678 * lib/d-support.exp: New file.
20679 * lib/gdb.exp (skip_d_tests): New proc.
20680
20681 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20682
20683 * gdb.btrace/delta.exp: Check reverse stepi.
20684 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20685 * gdb.btrace/finish.exp: New.
20686 * gdb.btrace/next.exp: New.
20687 * gdb.btrace/nexti.exp: New.
20688 * gdb.btrace/record_goto.c: Add comments.
20689 * gdb.btrace/step.exp: New.
20690 * gdb.btrace/stepi.exp: New.
20691 * gdb.btrace/multi-thread-step.c: New.
20692 * gdb.btrace/multi-thread-step.exp: New.
20693 * gdb.btrace/rn-dl-bind.c: New.
20694 * gdb.btrace/rn-dl-bind.exp: New.
20695 * gdb.btrace/data.c: New.
20696 * gdb.btrace/data.exp: New.
20697 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20698
20699 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20700
20701 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20702 * gdb.btrace/exception.exp: Update.
20703 * gdb.btrace/instruction_history.exp: Update.
20704 * gdb.btrace/record_goto.exp: Update.
20705 * gdb.btrace/tailcall.exp: Update.
20706 * gdb.btrace/unknown_functions.exp: Update.
20707 * gdb.btrace/delta.exp: New.
20708
20709 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20710
20711 * gdb.btrace/record_goto.exp: Add backtrace test.
20712 * gdb.btrace/tailcall.exp: Add backtrace test.
20713
20714 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20715
20716 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20717 * gdb.btrace/record_goto.c: New.
20718 * gdb.btrace/record_goto.exp: New.
20719 * gdb.btrace/x86-record_goto.S: New.
20720
20721 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20722
20723 * gdb.btrace/function_call_history.exp: Update tests.
20724 * gdb.btrace/instruction_history.exp: Update tests.
20725
20726 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20727
20728 * gdb.btrace/function_call_history.exp: Fix expected field
20729 order for "record function-call-history".
20730 Add new tests for "record function-call-history /c".
20731 * gdb.btrace/exception.cc: New.
20732 * gdb.btrace/exception.exp: New.
20733 * gdb.btrace/tailcall.exp: New.
20734 * gdb.btrace/x86-tailcall.S: New.
20735 * gdb.btrace/x86-tailcall.c: New.
20736 * gdb.btrace/unknown_functions.c: New.
20737 * gdb.btrace/unknown_functions.exp: New.
20738 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20739
20740 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20741
20742 * gdb.btrace/instruction_history.exp: Update.
20743 * gdb.btrace/function_call_history.exp: Update.
20744
20745 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20746
20747 * gdb.btrace/function_call_history.exp: Fix expected function
20748 trace.
20749 * gdb.btrace/instruction_history.exp: Initialize traced.
20750 Remove traced_functions.
20751
20752 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20753
20754 * gdb.btrace/function_call_history.exp: Update
20755 * gdb.btrace/instruction_history.exp: Update.
20756
20757 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20758
20759 * gdb.btrace/enable.exp: Update expected text.
20760
20761 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20762
20763 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20764 bytes.
20765
20766 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20767
20768 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20769
20770 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20771
20772 * lib/gdb.exp (supports_process_record): Return true for
20773 arm*-linux*. (supports_reverse): Likewise.
20774
20775 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20776
20777 PR python/15464
20778 PR python/16113
20779 * gdb.python/py-type.c: Enhance test case.
20780 * gdb.python/py-value-cc.cc: Likewise
20781 * gdb.python/py-type.exp: Add new tests.
20782 * gdb.python/py-value-cc.exp: Likewise
20783
20784 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20785 Pedro Alves <palves@redhat.com>
20786
20787 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20788 Make "name" extern.
20789 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20790 references to ${name}_start by references to ${name}.
20791
20792 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20793
20794 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20795
20796 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20797
20798 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20799
20800 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20801 Pedro Alves <palves@redhat.com>
20802
20803 * gdb.mi/mi-info-os.exp: Connect to the target with
20804 mi_gdb_target_load.
20805
20806 2014-01-08 Pedro Alves <palves@redhat.com>
20807
20808 * gdb.threads/reconnect-signal.c: New file.
20809 * gdb.threads/reconnect-signal.exp: New file.
20810
20811 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20812
20813 * gdb.base/source-dir.exp: New file.
20814
20815 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20816
20817 * gdb.ada/mi_interface: New testcase.
20818
20819 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20820
20821 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20822 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20823 gdb.ada/pp-rec-component/pck.ads: New files.
20824
20825 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20826
20827 * gdb.python/py-pp-integral.c: New file.
20828 * gdb.python/py-pp-integral.py: New file.
20829 * gdb.python/py-pp-integral.exp: New file.
20830
20831 For older changes see ChangeLog-1993-2013.
20832 \f
20833 ;; Local Variables:
20834 ;; mode: change-log
20835 ;; left-margin: 8
20836 ;; fill-column: 74
20837 ;; version-control: never
20838 ;; End:
20839
20840 Copyright 2014-2020 Free Software Foundation, Inc.
20841 Copying and distribution of this file, with or without modification,
20842 are permitted provided the copyright notice and this notice are preserved.
This page took 0.439594 seconds and 5 git commands to generate.