Fix gdb.base/corefile2.exp test case for ppc64le
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
4 (C5_24k): Delete.
5 (C5_8k, C5_64k, C5_256k): New macros.
6 (buf_ro): Allocate 256 KiB of initialized data.
7
8 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
9
10 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
11 that attempt to overwrite an existing condition with a condition
12 that fails parsing and also with a condition that parses fine
13 but contains junk at the end.
14
15 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
16
17 * gdb.base/condbreak-bad.c: New test.
18 * gdb.base/condbreak-bad.exp: New file.
19
20 2020-07-30 Tom de Vries <tdevries@suse.de>
21
22 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
23 out of ...
24 (GDBInfoModuleSymbols::check_entry): ... here.
25 (GDBInfoModuleSymbols::check_optional_entry): New proc.
26 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
27 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
28
29 2020-07-30 Tom de Vries <tdevries@suse.de>
30
31 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
32 "__class_some_module_Number_t" optional.
33
34 2020-07-29 Tom de Vries <tdevries@suse.de>
35
36 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
37 multiple locations.
38
39 2020-07-29 Tom de Vries <tdevries@suse.de>
40
41 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
42 rather than function name.
43
44 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 PR symtab/26270:
47 * gdb.cp/disasm-func-name.cc: New file.
48 * gdb.cp/disasm-func-name.exp: New file.
49
50 2020-07-28 Tom Tromey <tromey@adacore.com>
51
52 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
53 'varval' location.
54
55 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * gdb.python/py-unwind.py: Update to make use of a register
58 descriptor.
59
60 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.python/py-arch-reg-names.exp: Add additional tests.
63
64 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 PR fortran/23051
67 PR fortran/26139
68 * gdb.fortran/class-allocatable-array.exp: New file.
69 * gdb.fortran/class-allocatable-array.f90: New file.
70 * gdb.fortran/pointer-to-pointer.exp: New file.
71 * gdb.fortran/pointer-to-pointer.f90: New file.
72
73 2020-07-25 Tom de Vries <tdevries@suse.de>
74
75 PR symtab/26243
76 * gdb.dwarf2/dw2-line-number-zero.c: New test.
77 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
78
79 2020-07-24 Tom de Vries <tdevries@suse.de>
80
81 PR testsuite/26293
82 * gdb.ada/mi_prot.exp: Require gnatmake-8.
83
84 2020-07-23 Pedro Alves <pedro@palves.net>
85
86 * gdb.server/server-kill.exp (prepare): New, factored out from the
87 top level.
88 (kill_server): New.
89 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
90 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
91
92 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
95
96 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
97
98 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
99 Initialize to empty string at top level.
100 (gdb_wrapper_init): Revert check for file existence on build.
101 Build the wrapper in its default place, not a build-specific
102 location. When host == build, make the pathname absolute.
103 (gdb_compile): Delete leftover declaration of
104 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
105 string instead of uninitialized.
106
107 2020-07-22 Kevin Buettner <kevinb@redhat.com>
108
109 * gdb.base/corefile2.exp: New file.
110 * gdb.base/coremaker2.exp: New file.
111
112 2020-07-22 Kevin Buettner <kevinb@redhat.com>
113
114 * gdb.base/coredump-filter.exp: Add second
115 non-Private-Shared-Anon-File test.
116 (test_disasm): Rename binfile for test which is expected
117 to fail.
118
119 2020-07-22 Kevin Buettner <kevinb@redhat.com>
120
121 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
122 data in core file".
123 * gdb.base/coremaker.c (buf2ro): New global.
124 (mmapdata): Add a read-only mmap mapping.
125
126 2020-07-22 Kevin Buettner <kevinb@redhat.com>
127
128 PR corefiles/25631
129 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
130 New test.
131 * gdb.base/coremaker.c (buf3): New global.
132 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
133 flags.
134
135 2020-07-22 Kevin Buettner <kevinb@redhat.com>
136
137 * gdb.base/coremaker.c (filler_ro): New global constant.
138
139 2020-07-22 Tom Tromey <tromey@adacore.com>
140
141 * gdb.ada/mi_prot.exp: New file.
142 * gdb.ada/mi_prot/pkg.adb: New file.
143 * gdb.ada/mi_prot/pkg.ads: New file.
144 * gdb.ada/mi_prot/prot.adb: New file.
145
146 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
147
148 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
149 loads two JITers.
150
151 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.python/py-arch-reg-groups.exp: Additional tests.
154
155 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gdb.python/py-arch-reg-names.exp: Additional tests.
158
159 2020-07-21 Tom de Vries <tdevries@suse.de>
160
161 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
162 breakpoint locations".
163 * gdb.reverse/solib-reverse.exp: Same.
164
165 2020-07-21 Tom de Vries <tdevries@suse.de>
166
167 * gdb.reverse/step-reverse.c (callee): Merge statements.
168
169 2020-07-21 Tom de Vries <tdevries@suse.de>
170
171 * gdb.fortran/info-modules.exp (info module variables): Allow missing
172 line numbers for some variables.
173
174 2020-07-21 Tom de Vries <tdevries@suse.de>
175
176 * gdb.opt/inline-locals.c (init_array): New func.
177 (func1): Use init_array.
178 * gdb.opt/inline-locals.exp: Update pattern.
179
180 2020-07-21 Tom de Vries <tdevries@suse.de>
181
182 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
183 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
184
185 2020-07-20 Ludovic Courtès <ludo@gnu.org>
186
187 * gdb.guile/source2.scm: Add #f first argument to 'format'.
188 * gdb.guile/types-module.exp: Remove "ERROR:" from
189 regexps since Guile 3.0 no longer prints that.
190
191 2020-07-20 Ludovic Courtès <ludo@gnu.org>
192
193 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
194 error regexp to match on Guile 2.2.
195
196 2020-07-20 Gary Benson <gbenson@redhat.com>
197
198 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
199 with clang.
200
201 2020-07-20 Tom de Vries <tdevries@suse.de>
202
203 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
204 (omp_set_lock_in_order): New function.
205 (single_scope, multi_scope, nested_func, nested_parallel): Use
206 omp_set_lock_in_order and omp_unset_lock.
207 (main): Init and destroy lock and lock2.
208
209 2020-07-20 Tom de Vries <tdevries@suse.de>
210
211 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
212
213 2020-07-20 Tom de Vries <tdevries@suse.de>
214
215 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
216
217 2020-07-17 Tom de Vries <tdevries@suse.de>
218
219 * gdb.base/valgrind-infcall-2.c: New test.
220 * gdb.base/valgrind-infcall-2.exp: New file.
221 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
222
223 2020-07-17 Tom de Vries <tdevries@suse.de>
224
225 * gdb.dlang/circular.c (found): Use found_label as label name.
226 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
227 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
228 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
229 * gdb.dwarf2/ada-linkage-name.exp: Same.
230 * gdb.dwarf2/arr-subrange.exp: Same.
231 * gdb.dwarf2/atomic-type.exp: Same.
232 * gdb.dwarf2/comp-unit-lang.exp: Same.
233 * gdb.dwarf2/cpp-linkage-name.exp: Same.
234 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
235 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
236 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
237 * gdb.dwarf2/implptr-64bit.exp: Same.
238 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
239 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
240 * gdb.dwarf2/imported-unit.exp: Same.
241 * gdb.dwarf2/main-subprogram.exp: Same.
242 * gdb.dwarf2/missing-type-name.exp: Same.
243 * gdb.dwarf2/nonvar-access.exp: Same.
244 * gdb.dwarf2/struct-with-sig.exp: Same.
245 * gdb.dwarf2/typedef-void-finish.exp: Same.
246 * gdb.dwarf2/void-type.exp: Same.
247
248 2020-07-17 Tom de Vries <tdevries@suse.de>
249
250 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
251 src parameter.
252 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
253 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
254 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
255 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
256 * gdb.dwarf2/dwz.exp: Same.
257 * gdb.dwarf2/implptr-optimized-out.exp: Same.
258 * gdb.dwarf2/implref-array.exp: Same.
259 * gdb.dwarf2/implref-const.exp: Same.
260 * gdb.dwarf2/implref-global.exp: Same.
261 * gdb.dwarf2/implref-struct.exp: Same.
262 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
263 * gdb.dwarf2/opaque-type-lookup.exp: Same.
264 * gdb.dwarf2/var-access.exp: Same.
265 * gdb.dwarf2/varval.exp: Same.
266 * gdb.trace/entry-values.exp: Same.
267
268 2020-07-17 Tom de Vries <tdevries@suse.de>
269
270 * lib/dwarf.exp (Dwarf::extern): Remove.
271 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
272 * gdb.dlang/circular.exp: Same.
273 * gdb.dwarf2/comp-unit-lang.exp: Same.
274 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
275 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
276 * gdb.dwarf2/dwz.exp: Same.
277 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
278 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
279 * gdb.dwarf2/imported-unit.exp: Same.
280 * gdb.dwarf2/opaque-type-lookup.exp: Same.
281
282 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
283
284 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
285 Use double quotes instead of single quotes.
286
287 2020-07-16 Caroline Tice <cmtice@google.com>
288
289 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
290 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
291
292 2020-07-16 Tom de Vries <tdevries@suse.de>
293
294 * lib/dwarf.exp (program): Initialize _line.
295 (DW_LNE_end_sequence): Reinitialize _line.
296 (DW_LNS_advance_line): Update _line.
297 (line): New proc.
298 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
299 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
300 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
301 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
302 * gdb.dwarf2/dw2-is-stmt.exp: Same.
303 * gdb.dwarf2/dw2-ranges-func.exp: Same.
304
305 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
308 generic.
309
310 2020-07-15 Tom de Vries <tdevries@suse.de>
311
312 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
313 is_amd64_regs_target.
314
315 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.fortran/ptype-on-functions.exp: Add more tests.
318 * gdb.fortran/ptype-on-functions.f90: Likewise.
319
320 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
321
322 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
323 values in documentation for addr_size to 4 and 8.
324
325 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.arch/amd64-osabi.exp: Update.
328 * gdb.arch/arm-disassembler-options.exp: Update.
329 * gdb.arch/powerpc-disassembler-options.exp: Update.
330 * gdb.arch/ppc64-symtab-cordic.exp: Update.
331 * gdb.arch/s390-disassembler-options.exp: Update.
332 * gdb.base/all-architectures.exp.tcl: Update.
333 * gdb.base/attach-pie-noexec.exp: Update.
334 * gdb.base/catch-syscall.exp: Update.
335 * gdb.xml/tdesc-arch.exp: Update.
336
337 2020-07-14 Tom de Vries <tdevries@suse.de>
338
339 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
340 (local_gettid): ... this.
341 (fn): Update.
342
343 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
344
345 * gdb.base/info_sources.exp: Skip directory match tests on
346 remote hosts.
347
348 2020-07-13 Gary Benson <gbenson@redhat.com>
349
350 * gdb.base/savedregs.exp (caller): Use parentheses to
351 make expected expression evaluation ordering explicit.
352
353 2020-07-13 Gary Benson <gbenson@redhat.com>
354
355 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
356
357 2020-07-13 Gary Benson <gbenson@redhat.com>
358
359 * gdb.base/bigcore.c (main): Use a volatile pointer when
360 attempting to trigger a SIGSEGV.
361 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
362 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
363 * gdb.base/savedregs.c (thrower): Likewise.
364 * gdb.mi/mi-syn-frame.c (bar): Likewise.
365
366 2020-07-13 Gary Benson <gbenson@redhat.com>
367
368 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
369 defining and using VLA structure fields into...
370 * gdb.base/vla-struct-fields.c: New file.
371 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
372 tests into...
373 * gdb.base/vla-struct-fields.exp: New file.
374
375 2020-07-13 Tom de Vries <tdevries@suse.de>
376
377 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
378 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
379 * gdb.base/gold-gdb-index.exp: Same.
380 * gdb.base/morestack.exp: Same.
381
382 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
383
384 PR rust/26121
385 * gdb.rust/modules.rs: Prevent linker from discarding test
386 symbol.
387
388 2020-07-10 Pedro Alves <pedro@palves.net>
389
390 PR gdb/26199
391 * gdb.multi/multi-target.c (exit_thread): New.
392 (thread_start): Break loop if EXIT_THREAD.
393 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
394 (top level) Call test_no_resumed.
395
396 2020-07-08 Tom Tromey <tromey@adacore.com>
397
398 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
399 * gdb.ada/catch_ex.exp: Examine catchpoint text.
400
401 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 PR python/22748
404 * gdb.opt/inline-frame-tailcall.c: New file.
405 * gdb.opt/inline-frame-tailcall.exp: New file.
406 * gdb.python/py-unwind-inline.c: New file.
407 * gdb.python/py-unwind-inline.exp: New file.
408 * gdb.python/py-unwind-inline.py: New file.
409
410 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 * gdb.python/py-arch-reg-groups.exp: New file.
413
414 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.python/py-arch-reg-names.exp: New file.
417
418 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
421 gdb.PendingFrame.architecture method.
422
423 2020-07-06 Tom de Vries <tdevries@suse.de>
424
425 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
426
427 2020-07-03 Pedro Alves <palves@redhat.com>
428
429 * gdb.base/structs2.c (main): Adjust second parem_reg call to
430 explicitly write negative numbers.
431 * gdb.base/structs2.exp: Adjust expected output.
432
433 2020-07-03 Pedro Alves <palves@redhat.com>
434
435 * gdb.base/charset.c (init_string): Change all char parameters to
436 unsigned char parameters.
437
438 2020-07-03 Pedro Alves <palves@redhat.com>
439
440 * gdb.base/call-sc.exp (start_scalars_test): Use
441 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
442 * gdb.base/overlays.c: Remove references to PARAMS.
443 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
444 * gdb.base/reread.exp: Don't set 'prototypes' global.
445 * gdb.base/structs.exp (start_structs_test): Use
446 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
447 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
448 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
449 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
450 call.
451 * gdb.base/varargs.exp: Don't set 'prototypes' global.
452
453 2020-07-03 Pedro Alves <palves@redhat.com>
454
455 * gdb.base/m32rovly.c: Delete.
456 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
457
458 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
459
460 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
461 of gdb_py_test_multiple.
462 * gdb.python/py-cmd.exp: Likewise.
463 * gdb.python/py-events.exp: Likewise.
464 * gdb.python/py-function.exp: Likewise.
465 * gdb.python/py-inferior.exp: Likewise.
466 * gdb.python/py-infthread.exp: Likewise.
467 * gdb.python/py-linetable.exp: Likewise.
468 * gdb.python/py-parameter.exp: Likewise.
469 * gdb.python/py-value.exp: Likewise.
470
471 2020-06-30 Tom de Vries <tdevries@suse.de>
472
473 PR testsuite/26175
474 * lib/future.exp (gdb_default_target_compile): Detect and handle
475 early_flags.
476
477 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
478
479 * boards/simavr.exp (gdb_load): Catch errors when closing
480 previous connection. Close connection, wait for process and
481 unset simavr_spawn_id on failure.
482
483 2020-06-29 Tom de Vries <tdevries@suse.de>
484
485 * lib/gdb.exp (unknown): Make test-case unresolved.
486
487 2020-06-29 Tom de Vries <tdevries@suse.de>
488
489 PR gdb/25475
490 * gdb.server/solib-list.exp: Verify that the symbol reload
491 confirmation question is asked.
492
493 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
494
495 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
496 have a input seq nr in each pass message.
497 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
498 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
499 * gdb.python/python.exp: Make test names unique,
500 use gdb_test_multiline instead of gdb_py_test_multiple,
501 use $gdb_test_name.
502 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
503
504 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
505
506 * configure.ac: Add --enable-libctf.
507 * aclocal.m4: sinclude ../config/enable.m4.
508 * Makefile.in (site.exp): Add enable_libctf to site.exp.
509 * lib/gdb.exp (skip_ctf_tests): Use it.
510 * gdb.base/ctf-constvars.exp: Error message tweak.
511 * gdb.base/ctf-ptype.exp: Likewise.
512 * configure: Regenerate.
513
514 2020-06-26 Gary Benson <gbenson@redhat.com>
515
516 * gdb.cp/try_catch.cc: Include string.h.
517 (main): Replace comparison against string literal with
518 strcmp, avoiding build failure with -Wstring-compare.
519 Add "marker test-complete".
520 * gdb.cp/try_catch.exp: Run the test to the above marker,
521 then verify that the value of "test" is still true.
522
523 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
526
527 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
530
531 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
534 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
535 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
536 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
537 * gdb.arch/riscv-tdesc-loading.exp: New file.
538
539 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
542
543 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
544
545 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
546 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
547 * gdb.arch/riscv-tdesc-regs.c: New file.
548 * gdb.arch/riscv-tdesc-regs.exp: New file.
549
550 2020-06-24 Pedro Alves <palves@redhat.com>
551
552 * gdb.arch/amd64-entry-value-paramref.exp: Use
553 prepare_for_testing_full and don't pass "c++" for the .S file
554 build spec.
555 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
556 $options, since it's an assembly file. Remove -Wno-deprecated.
557 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
558 compiling C++ programs.
559
560 2020-06-24 Pedro Alves <palves@redhat.com>
561
562 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
563 Clang, add "-Wno-unknown-warning-option" to the options.
564
565 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.xml/tdesc-reload.c: New file.
568 * gdb.xml/tdesc-reload.exp: New file.
569 * gdb.xml/maint-xml-dump-01.xml: New file.
570 * gdb.xml/maint-xml-dump-02.xml: New file.
571 * gdb.xml/maint-xml-dump.exp: New file.
572
573 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
574
575 * lib/completion-support.exp (test_gdb_completion_offers_commands):
576 Adjust for omitted commands when TUI is disabled.
577
578 2020-06-23 Gary Benson <gbenson@redhat.com>
579 Pedro Alves <palves@redhat.com>
580
581 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
582 * gdb.cp/nsimport.cc: Likewise.
583 * gdb.cp/nsnested.cc: Likewise.
584 * gdb.cp/nsnoimports.cc: Likewise.
585 * gdb.cp/nsusing.cc: Likewise.
586 * gdb.cp/smartp.cc: Likewise.
587 * gdb.python/py-pp-integral.c: Likewise.
588 * gdb.python/py-pp-re-notag.c: Likewise.
589
590 2020-06-23 Gary Benson <gbenson@redhat.com>
591
592 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
593 * gdb.cp/nsimport.cc: Likewise.
594 * gdb.cp/nsnested.cc: Likewise.
595 * gdb.cp/nsnoimports.cc: Likewise.
596 * gdb.cp/nsusing.cc: Likewise.
597 * gdb.cp/smartp.cc: Likewise.
598 * gdb.python/py-pp-integral.c: Likewise.
599 * gdb.python/py-pp-re-notag.c: Likewise.
600
601 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
602
603 * gdb.base/default-args.exp: New test.
604 * gdb.base/default-args.c: New file.
605 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
606 * gdb.base/default.exp: Update to new help text.
607 * gdb.base/help.exp: Likewise.
608 * gdb.base/page.exp: Likewise.
609 * gdb.base/style.exp: Likewise.
610 * gdb.guile/guile.exp: Likewise.
611 * gdb.python/python.exp: Likewise.
612
613 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
614
615 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
616 remote host. Fix search path syntax on Windows host.
617
618 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
619
620 * gdb.base/attach.exp: Test priority of 'exec-file' changed
621 over 'exec-file-mismatch'.
622 * gdb.base/attach.c: Mark should_exit volatile.
623 * gdb.base/attach2.c: Likewise. Add a comment explaining
624 why the sleep cannot be big.
625 * gdb.base/attach3.c: New file.
626
627 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
628
629 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
630 prefix optional.
631
632 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
633
634 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
635 for remote host.
636
637 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
638 Hafiz Abid Qadeer <abidh@codesourcery.com>
639
640 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
641 file sent to remote host.
642 (top level): Allow int32_t as type of 32-bit register.
643
644 2020-06-19 Tom de Vries <tdevries@suse.de>
645
646 * lib/gdb.exp (gdb_note): New proc.
647 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
648 (gdb_default_target_compile): ... here. Only call
649 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
650 (use_gdb_compile): Change to array.
651 (toplevel): Update sets of use_gdb_compile to specify language.
652 Warn about default_target_compile override. Store dejagnu's version
653 of default_target_compile in dejagnu_default_target_compile.
654
655 2020-06-18 Tom de Vries <tdevries@suse.de>
656
657 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
658 (default_gdb_init): ... here.
659
660 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
661
662 Fix TUI support checks in gdb.tui tests.
663
664 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
665 just say UNSUPPORTED.
666 * gdb.tui/corefile-run.exp: Likewise.
667 * gdb.tui/empty.exp: Likewise.
668 * gdb.tui/list-before.exp: Likewise.
669 * gdb.tui/list.exp: Likewise.
670 * gdb.tui/main.exp: Likewise.
671 * gdb.tui/regs.exp: Likewise.
672 * gdb.tui/resize.exp: Likewise.
673 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
674 * gdb.tui/tui-layout-asm.exp: Likewise.
675 * gdb.tui/tui-missing-src.exp: Likewise.
676 * gdb.tui/winheight.exp: Likewise.
677 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
678
679 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
680
681 Fix TCL error in gdb.python/py-format-string.exp.
682
683 * gdb.python/py-format-string.exp: Move test for python support
684 earlier, out of function body.
685
686 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
687
688 * gdb.base/index-cache-load-twice.c: New.
689 * gdb.base/index-cache-load-twice.exp: New.
690
691 2020-06-17 Keith Seitz <keiths@redhat.com>
692
693 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
694 when executing "gdb --configuration".
695
696 2020-06-17 Tom de Vries <tdevries@suse.de>
697
698 * lib/gdb.exp (gdb_tcl_unknown): New proc.
699 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
700 conditional on presence of gdb_tcl_unknown.
701 (gdb_finish): Make override undo conditional on presence of
702 gdb_tcl_unknown.
703
704 2020-06-16 Tom Tromey <tom@tromey.com>
705
706 * gdb.python/tui-window.py (failwin): New function. Register it
707 as a TUI window type.
708 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
709
710 2020-06-16 Gary Benson <gbenson@redhat.com>
711
712 * gdb.python/py-nested-maps.c (create_map): Add missing return
713 value.
714 (create_map_map): Likewise.
715
716 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
717
718 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
719 variable.
720 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
721 and use the already-defined 'options' variable.
722
723 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
724 Tom de Vries <tdevries@suse.de>
725
726 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
727 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
728 (gdb_setup_known_globals): New proc.
729 (gdb_cleanup_globals): New proc.
730 * lib/gdb.exp (load_lib): New override proc.
731 (gdb_stdin_log_init): Set var in_file as persistent global.
732 * lib/pascal.exp (gdb_stdin_log_init): Set vars
733 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
734 fpc_compiler as persistent global.
735
736 2020-06-12 Tom de Vries <tdevries@suse.de>
737
738 * lib/tuiterm.exp (spawn): Rename to ...
739 (tui_spawn): ... this.
740 (toplevel): Move rename of spawn ...
741 (gdb_init_tuiterm): ... here. New proc.
742 (gdb_finish_tuiterm): New proc.
743 * lib/gdb.exp (gdb_finish_hooks): New global var.
744 (gdb_finish): Handle gdb_finish_hooks.
745 (tuiterm_env): New proc.
746 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
747 tuiterm_env.
748 * gdb.tui/basic.exp: Same.
749 * gdb.tui/corefile-run.exp: Same.
750 * gdb.tui/empty.exp: Same.
751 * gdb.tui/list-before.exp: Same.
752 * gdb.tui/list.exp: Same.
753 * gdb.tui/main.exp: Same.
754 * gdb.tui/new-layout.exp: Same.
755 * gdb.tui/regs.exp: Same.
756 * gdb.tui/resize.exp: Same.
757 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
758 * gdb.tui/tui-layout-asm.exp: Same.
759 * gdb.tui/tui-missing-src.exp: Same.
760 * gdb.tui/winheight.exp: Same.
761
762 2020-06-12 Tom de Vries <tdevries@suse.de>
763
764 PR testsuite/26110
765 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
766 (gdb_finish): Reinstall dejagnu's override of ::unknown.
767
768 2020-06-11 Tom Tromey <tom@tromey.com>
769
770 PR gdb/18318:
771 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
772 floating point tests.
773
774 2020-06-11 Keith Seitz <keiths@redhat.com>
775
776 PR gdb/21356
777 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
778 vla_struct.
779 Add new struct vla_typedef and union vla_typedef_union and
780 corresponding instantiation objects.
781 Initialize new objects.
782 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
783 and vla_typedef_union_object.
784 Fixup type for vla_struct_object.
785
786 2020-06-11 Tom de Vries <tdevries@suse.de>
787
788 * lib/gdb.exp (with_override): New proc, factored out of ...
789 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
790
791 2020-06-10 Tom de Vries <tdevries@suse.de>
792
793 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
794
795 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
796
797 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
798 parameter, update callers.
799
800 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
801
802 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
803 * gdb.dwarf2/share-psymtabs-bt.c: New file.
804 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
805
806 2020-06-04 Tom de Vries <tdevries@suse.de>
807
808 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
809
810 2020-06-04 Tom de Vries <tdevries@suse.de>
811
812 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
813 exp_continue.
814
815 2020-06-04 Tom de Vries <tdevries@suse.de>
816
817 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
818
819 2020-06-03 Tom de Vries <tdevries@suse.de>
820
821 PR symtab/26046
822 * gdb.cp/breakpoint-locs-2.cc: New test.
823 * gdb.cp/breakpoint-locs.cc: New test.
824 * gdb.cp/breakpoint-locs.exp: New file.
825 * gdb.cp/breakpoint-locs.h: New test.
826
827 2020-06-03 Tom de Vries <tdevries@suse.de>
828
829 PR testsuite/25609
830 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
831 value of global verbose.
832 * gdb.base/jit-elf.exp: Same.
833 * gdb.base/jit-reader.exp: Same.
834
835 2020-06-02 Tom de Vries <tdevries@suse.de>
836
837 * gdb.dwarf2/multidictionary.exp: Don't use
838 gdb_spawn_with_cmdline_opts.
839
840 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
843 use_header case.
844 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
845 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
846 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
847 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
848 * gdb.dwarf2/dw2-inline-header.c: New file.
849 * gdb.dwarf2/dw2-inline-header.h: New file.
850
851 2020-05-30 Pedro Alves <palves@redhat.com>
852
853 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
854 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
855
856 2020-05-29 Gary Benson <gbenson@redhat.com>
857
858 * gdb.compile/compile-cplus.exp (additional_flags): Also
859 set when building with clang.
860 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
861 when building with clang.
862
863 2020-05-29 Gary Benson <gbenson@redhat.com>
864
865 * gdb.arch/i386-avx.exp (additional_flags): Also set when
866 building with clang.
867 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
868
869 2020-05-29 Gary Benson <gbenson@redhat.com>
870
871 * gdb.cp/koenig.exp (prepare_for_testing): Add
872 additional_flags=-Wno-unused-comparison.
873 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
874
875 2020-05-28 Gary Benson <gbenson@redhat.com>
876
877 * gdb.base/sigaltstack.c (catcher): Add default case to switch
878 statement.
879
880 2020-05-28 Gary Benson <gbenson@redhat.com>
881
882 * gdb.cp/classes.exp (prepare_for_testing): Add
883 additional_flags=-Wno-deprecated-register.
884 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
885 * gdb.cp/misc.exp: Likewise.
886
887 2020-05-28 Gary Benson <gbenson@redhat.com>
888
889 * gdb.linespec/cpls-ops.cc (dummy): New static global.
890 (test_op_new::operator new): Add return statement.
891 (test_op_new_array::operator new[]): Likewise.
892
893 2020-05-27 Pedro Alves <palves@redhat.com>
894
895 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
896 check. Use test_gdb_complete_unique instead of
897 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
898 test_gdb_complete_multiple instead of
899 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
900
901 2020-05-27 Luis Machado <luis.machado@linaro.org>
902
903 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
904 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
905 * gdb.arch/arm-disassembler-options.exp: Likewise.
906 * gdb.arch/arm-disp-step.exp: Likewise.
907 * gdb.arch/thumb-prologue.exp: Likewise.
908 * gdb.base/async.exp: Likewise.
909 * gdb.base/auxv.exp: Likewise.
910 * gdb.base/complex-parts.exp: Likewise.
911 * gdb.base/ena-dis-br.exp: Likewise.
912 * gdb.base/foll-exec.exp: Likewise.
913 * gdb.base/permissions.exp: Likewise.
914 * gdb.base/relocate.exp: Likewise.
915 * gdb.base/return2.exp: Likewise.
916 * gdb.base/sigbpt.exp: Likewise.
917 * gdb.base/siginfo-obj.exp: Likewise.
918 * gdb.cp/converts.exp: Likewise.
919 * gdb.cp/exceptprint.exp: Likewise.
920 * gdb.cp/inherit.exp: Likewise.
921 * gdb.cp/nsnoimports.exp: Likewise.
922 * gdb.cp/virtbase2.exp: Likewise.
923 * gdb.mi/mi-var-cmd.exp: Likewise.
924 * gdb.mi/var-cmd.c: Likewise.
925
926 2020-05-26 Tom Tromey <tromey@adacore.com>
927
928 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
929
930 2020-05-26 Tom Tromey <tromey@adacore.com>
931
932 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
933 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
934 type.
935 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
936 variable.
937
938 2020-05-26 Christian Biesinger <cbiesinger@google.com>
939
940 * Makefile.in: Use = instead of == for the test command
941 for portability.
942
943 2020-05-26 Tom de Vries <tdevries@suse.de>
944
945 * gdb.base/gold-gdb-index-2.c: New test.
946 * gdb.base/gold-gdb-index.c: New test.
947 * gdb.base/gold-gdb-index.exp: New file.
948 * gdb.base/gold-gdb-index.h: New test.
949
950 2020-05-25 Tom de Vries <tdevries@suse.de>
951
952 * boards/gold-gdb-index.exp: New file.
953
954 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
955
956 * boards/simavr.exp: New file.
957
958 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
959
960 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
961 * gdb.base/inferior-args.exp: New file.
962 * gdb.base/inferior-args.c: New file.
963
964 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
965
966 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
967 inferior_args. Pass it to gdb_reload.
968 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
969 inferior_args.
970 (gdb_reload): Add inferior_args argument.
971 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
972 pass it to gdbserver_run.
973 * boards/native-gdbserver.exp: Do not set noargs.
974 * boards/native-extended-gdbserver.exp (gdb_reload): Add
975 inferior_args argument.
976 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
977 * gdb.base/a2-run.exp: Check for use_gdb_stub.
978 * gdb.base/args.exp: Likewise.
979
980 2020-05-25 Tom de Vries <tdevries@suse.de>
981
982 * lib/gdb.exp (exec_is_pie): Add comment.
983
984 2020-05-25 Tom de Vries <tdevries@suse.de>
985
986 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
987 instead of $binfile in the untested message.
988
989 2020-05-25 Tom de Vries <tdevries@suse.de>
990
991 PR testsuite/26031
992 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
993
994 2020-05-25 Tom de Vries <tdevries@suse.de>
995
996 * boards/gold.exp: New file.
997
998 2020-05-23 Tom Tromey <tom@tromey.com>
999
1000 * gdb.base/style.exp: Remove completion styling test.
1001 * lib/gdb-utils.exp (style): Remove completion styles.
1002
1003 2020-05-23 Tom Tromey <tom@tromey.com>
1004
1005 * gdb.base/style.exp: Add completion styling test.
1006 * lib/gdb-utils.exp (style): Add completion styles.
1007
1008 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.base/annota1.exp: Update expected results.
1011 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1012 test name.
1013 * gdb.cp/annota3.exp: Update expected results.
1014
1015 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1016
1017 PR gdb/26016
1018 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1019 against MAP_FAILED.
1020 * gdb.base/coremaker.c (mmapdata): Likewise.
1021 * gdb.base/jit-reader-host.c (main): Likewise.
1022 * gdb.base/sym-file-loader.c (load): Likewise.
1023 (load_shlib): Likewise.
1024
1025 2020-05-20 Tom Tromey <tromey@adacore.com>
1026
1027 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1028
1029 2020-05-20 Tom de Vries <tdevries@suse.de>
1030
1031 PR symtab/25833
1032 * gdb.base/with-mf-inc.c: New test.
1033 * gdb.base/with-mf-main.c: New test.
1034 * gdb.base/with-mf.exp: New file.
1035
1036 2020-05-19 Tom Tromey <tromey@adacore.com>
1037
1038 * gdb.rust/simple.exp: Restore missing test result.
1039
1040 2020-05-19 Tom de Vries <tdevries@suse.de>
1041
1042 * gdb.base/gdb-caching-proc.exp: Fix typo.
1043
1044 2020-05-19 Tom Tromey <tromey@adacore.com>
1045
1046 * gdb.rust/simple.exp: Add some test descriptions.
1047 (test_one_slice): Use with_test_prefix.
1048
1049 2020-05-18 Tom de Vries <tdevries@suse.de>
1050
1051 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1052
1053 2020-05-17 Pedro Alves <palves@redhat.com>
1054
1055 PR gdb/25741
1056 * gdb.base/hw-sw-break-same-address.exp: New file.
1057
1058 2020-05-16 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1061 LAST_LOADED_FILE accordingly.
1062
1063 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1064
1065 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1066
1067 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1068
1069 * gdb.base/help.exp: Test apropos and help for commands
1070 having aliases. Fixed comments not starting with an
1071 upper-case letter or not finishing with a dot.
1072
1073 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1074
1075 * gdb.base/alias.exp: Update help output check.
1076
1077 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1078
1079 * gdb.base/default.exp: Update output following fixes.
1080
1081 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1082
1083 * gdb.base/alias.exp: Test aliases starting with a prefix of
1084 another alias.
1085
1086 2020-05-15 Gary Benson <gbenson@redhat.com>
1087
1088 * gdb.base/info-os.c (main): Add return statement.
1089 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1090 * gdb.base/large-frame-2.c (func): Likewise.
1091 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1092 * gdb.base/pr10179-b.c (foo2): Likewise.
1093 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1094 * gdb.base/watch-cond.c (func): Likewise.
1095 * gdb.multi/goodbye.c (verylongfun): Likewise.
1096 * gdb.multi/hello.c (commonfun): Likewise.
1097 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1098 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1099 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1100 Likewise.
1101 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1102 * gdb.threads/interrupt-while-step-over.c (child_function):
1103 Likewise.
1104 * gdb.trace/actions-changed.c (end): Likewise.
1105
1106 2020-05-15 Gary Benson <gbenson@redhat.com>
1107
1108 * gdb.opencl/callfuncs.exp: Report when test skipped.
1109 * gdb.opencl/convs_casts.exp: Likewise.
1110 * gdb.opencl/datatypes.exp: Likewise.
1111 * gdb.opencl/operators.exp: Likewise.
1112 * gdb.opencl/vec_comps.exp: Likewise.
1113
1114 2020-05-15 Tom de Vries <tdevries@suse.de>
1115
1116 * gdb.base/align.exp.in: Rename to ...
1117 * gdb.base/align.exp.tcl: ... this.
1118 * gdb.base/align-c++.exp: Update.
1119 * gdb.base/align-c.exp: Update.
1120 * gdb.base/all-architectures.exp.in: Rename to ...
1121 * gdb.base/all-architectures.exp: ... this.
1122 * gdb.base/all-architectures-0.exp: Update.
1123 * gdb.base/all-architectures-1.exp: Update.
1124 * gdb.base/all-architectures-2.exp: Update.
1125 * gdb.base/all-architectures-3.exp: Update.
1126 * gdb.base/all-architectures-4.exp: Update.
1127 * gdb.base/all-architectures-5.exp: Update.
1128 * gdb.base/all-architectures-6.exp: Update.
1129 * gdb.base/all-architectures-7.exp: Update.
1130 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1131 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1132 * gdb.base/infcall-nested-structs-c++.exp: Update.
1133 * gdb.base/infcall-nested-structs-c.exp: Update.
1134 * gdb.base/info-types.exp.in: Rename to ...
1135 * gdb.base/info-types.exp.tcl: ... this.
1136 * gdb.base/info-types-c++.exp: Update.
1137 * gdb.base/info-types-c.exp: Update.
1138 * gdb.base/max-depth.exp.in: Rename to ...
1139 * gdb.base/max-depth.exp.tcl: ... this.
1140 * gdb.base/max-depth-c++.exp: Update.
1141 * gdb.base/max-depth-c.exp: Update.
1142 * gdb.cp/cpexprs.exp.in: Rename to ...
1143 * gdb.cp/cpexprs.exp.tcl: ... this.
1144 * gdb.cp/cpexprs-debug-types.exp: Update.
1145 * gdb.cp/cpexprs.exp: Update.
1146 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1147 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1148 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1149 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1150 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1151 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1152 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1153 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1154 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1155 * gdb.dwarf2/clang-debug-names.exp: Update.
1156
1157 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1158
1159 * lib/check-test-names.exp: Remove code that prevents this file
1160 loading when tests are run in parallel.
1161
1162 2020-05-15 Pedro Alves <palves@redhat.com>
1163
1164 * gdb.multi/multi-kill.exp (start_inferior): Remove
1165 'testpid' parameter. Refer to namespace variable directly.
1166 (testpid): Declare as namespace variable.
1167
1168 2020-05-15 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.multi/multi-kill.exp: Wrap in namespace.
1171 (start_inferior): Add TESTPID parameter. Use it instead of the
1172 testpid global.
1173 (top level): Define empty TESTPID array, and pass it down to
1174 start_inferior.
1175
1176 2020-05-14 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1179 output.
1180
1181 2020-05-14 Tom de Vries <tdevries@suse.de>
1182
1183 * gdb.base/align.exp: Split into ...
1184 * gdb.base/align.exp.in: ...
1185 * gdb.base/align-c++.exp: ...
1186 * gdb.base/align-c.exp: ... these.
1187 * gdb.base/infcall-nested-structs.exp: Split into ...
1188 * gdb.base/infcall-nested-structs.exp.in: ...
1189 * gdb.base/infcall-nested-structs-c++.exp: ...
1190 * gdb.base/infcall-nested-structs-c.exp: ... these.
1191 * gdb.base/info-types.exp: Split into ...
1192 * gdb.base/info-types.exp.in: ...
1193 * gdb.base/info-types-c++.exp: ...
1194 * gdb.base/info-types-c.exp: ... these.
1195 * gdb.base/max-depth.exp: Split into ...
1196 * gdb.base/max-depth.exp.in: ...
1197 * gdb.base/max-depth-c++.exp: ...
1198 * gdb.base/max-depth-c.exp: ... these.
1199 * gdb.cp/infcall-nodebug.exp: Split into ...
1200 * gdb.cp/infcall-nodebug.exp.in: ...
1201 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1202 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1203 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1204 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1205
1206 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1207 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.multi/multi-exit.c: New file.
1210 * gdb.multi/multi-exit.exp: New file.
1211 * gdb.multi/multi-kill.c: New file.
1212 * gdb.multi/multi-kill.exp: New file.
1213
1214 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1215
1216 * gdb.base/annota1.exp: Update the expected output.
1217 * gdb.cp/annota2.exp: Ditto.
1218
1219 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * lib/check-test-names.exp: Disable when testing is being run in
1222 parallel.
1223
1224 2020-05-12 Tom de Vries <tdevries@suse.de>
1225
1226 * gdb.base/jit-elf.exp: Fix string concat.
1227
1228 2020-05-12 Tom de Vries <tdevries@suse.de>
1229
1230 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1231 messages.
1232
1233 2020-05-12 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1236
1237 2020-05-12 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1240 * gdb.ada/mi_catch_ex.exp: Same.
1241 * gdb.ada/mi_catch_ex_hand.exp: Same.
1242
1243 2020-05-12 Tom de Vries <tdevries@suse.de>
1244
1245 * gdb.fortran/complex.exp: Use with_test_prefix.
1246
1247 2020-05-12 Tom de Vries <tdevries@suse.de>
1248
1249 * gdb.trace/passcount.exp: Fix test-names.
1250
1251 2020-05-12 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1254
1255 2020-05-12 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.gdb/complaints.exp: Use with_test_prefix.
1258 * gdb.xml/tdesc-regs.exp: Same.
1259 * gdb.opt/inline-locals.exp: Fix test name.
1260
1261 2020-05-12 Tom de Vries <tdevries@suse.de>
1262
1263 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1264 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1265 * gdb.dwarf2/implref-struct.exp: Same.
1266 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1267 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1268
1269 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1270
1271 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1272
1273 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * lib/check-test-names.exp (all_test_names): New module variable.
1276 (counts): Add 'duplicates' field.
1277 (_check_duplicates): New procedure.
1278 (check): Also check for duplicates.
1279 (do_log_summary): Print duplicates count.
1280 (do_reset_vars): Reset counter for duplicate test names, and
1281 discard all know test names.
1282
1283 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1284
1285 * lib/gdb.exp: Include check-test-names.exp library.
1286 * lib/check-test-names.exp: New file.
1287
1288 2020-05-11 Tom de Vries <tdevries@suse.de>
1289
1290 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1291
1292 2020-05-11 Keith Seitz <keiths@redhat.com>
1293
1294 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1295
1296 2020-05-11 Tom de Vries <tdevries@suse.de>
1297
1298 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1299 * gdb.cp/cpexprs.exp.in: .. here.
1300 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1301 cpexprs.exp.
1302
1303 2020-05-11 Keith Seitz <keiths@redhat.com>
1304
1305 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1306 test names.
1307 * gdb.ada/arrayptr.exp: Likewise.
1308 * gdb.ada/assign_arr.exp: Likewise.
1309 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1310 * gdb.ada/bp_on_var.exp: Likewise.
1311 * gdb.ada/call_pn.exp: Likewise.
1312 * gdb.ada/complete.exp: Likewise.
1313 * gdb.ada/fun_overload_menu.exp: Likewise.
1314 * gdb.ada/funcall_param.exp: Likewise.
1315 * gdb.ada/funcall_ref.exp: Likewise.
1316 * gdb.ada/packed_array_assign.exp: Likewise.
1317 * gdb.ada/same_component_name.exp: Likewise.
1318 * gdb.ada/type_coercion.exp: Likewise.
1319 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1320 * gdb.ada/variant_record_packed_array.exp: Likewise.
1321
1322 2020-05-11 Tom de Vries <tdevries@suse.de>
1323
1324 PR symtab/25941
1325 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1326 out of ...
1327 * gdb.dwarf2/clang-debug-names.exp: ... here.
1328 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1329 clang-debug-names.exp.in.
1330 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1331 * gdb.dwarf2/clang-debug-names-2.c: New test.
1332
1333 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1334
1335 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1336 (fortran_runto_main): New Proc, fortran version of runto_main.
1337 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1338 * gdb.fortran/array-bounds.exp: Likewise.
1339 * gdb.fortran/array-slices.exp: Likewise.
1340 * gdb.fortran/block-data.exp: Likewise.
1341 * gdb.fortran/charset.exp: Likewise.
1342 * gdb.fortran/common-block.exp: Likewise.
1343 * gdb.fortran/complex.exp: Likewise.
1344 * gdb.fortran/derived-type-function.exp: Likewise.
1345 * gdb.fortran/derived-type.exp: Likewise.
1346 * gdb.fortran/info-modules.exp: Likewise.
1347 * gdb.fortran/info-types.exp: Likewise.
1348 * gdb.fortran/intrinsics.exp: Likewise.
1349 * gdb.fortran/library-module.exp: Likewise.
1350 * gdb.fortran/logical.exp: Likewise.
1351 * gdb.fortran/max-depth.exp: Likewise.
1352 * gdb.fortran/module.exp: Likewise.
1353 * gdb.fortran/multi-dim.exp: Likewise.
1354 * gdb.fortran/nested-funcs.exp: Likewise.
1355 * gdb.fortran/print-formatted.exp: Likewise.
1356 * gdb.fortran/print_type.exp: Likewise.
1357 * gdb.fortran/printing-types.exp: Likewise.
1358 * gdb.fortran/ptr-indentation.exp: Likewise.
1359 * gdb.fortran/ptype-on-functions.exp: Likewise.
1360 * gdb.fortran/subarray.exp: Likewise.
1361 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1362 * gdb.fortran/vla-datatypes.exp: Likewise.
1363 * gdb.fortran/vla-history.exp: Likewise.
1364 * gdb.fortran/vla-ptr-info.exp: Likewise.
1365 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1366 * gdb.fortran/vla-ptype.exp: Likewise.
1367 * gdb.fortran/vla-sizeof.exp: Likewise.
1368 * gdb.fortran/vla-type.exp: Likewise.
1369 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1370 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1371 * gdb.fortran/vla-value-sub.exp: Likewise.
1372 * gdb.fortran/vla-value.exp: Likewise.
1373 * gdb.fortran/whatis_type.exp: Likewise.
1374 * gdb.mi/mi-var-child-f.exp: Likewise.
1375
1376 2020-05-09 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1379
1380 2020-05-08 Tom de Vries <tdevries@suse.de>
1381
1382 * gdb.dwarf2/clang-debug-names.c: New test.
1383 * gdb.dwarf2/clang-debug-names.exp: New file.
1384
1385 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1386
1387 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1388 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1389
1390 2020-05-06 Tom de Vries <tdevries@suse.de>
1391
1392 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1393 breakpoint is at a "recommended breakpoint location".
1394 * gdb.reverse/consecutive-reverse.exp: Same.
1395
1396 2020-05-06 Tom de Vries <tdevries@suse.de>
1397
1398 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1399 address.
1400
1401 2020-05-06 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1404
1405 2020-05-06 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1408 info for r.
1409
1410 2020-05-06 Tom de Vries <tdevries@suse.de>
1411
1412 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1413 necessary.
1414
1415 2020-05-06 Tom de Vries <tdevries@suse.de>
1416
1417 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1418 void.
1419
1420 2020-05-06 Tom de Vries <tdevries@suse.de>
1421
1422 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1423 of ...
1424 * gdb.base/async.exp: ... here.
1425 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1426 "recommended breakpoint location".
1427
1428 2020-05-06 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1431
1432 2020-05-04 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/async.exp: Check whether instruction addresses are a
1435 "recommended breakpoint location".
1436
1437 2020-05-03 Tom Tromey <tom@tromey.com>
1438
1439 * gdb.base/sepdebug.exp: Remove "catch" test.
1440 * gdb.base/break.exp: Remove "catch" test.
1441 * gdb.base/default.exp: Update expected output.
1442
1443 2020-05-02 Tom de Vries <tdevries@suse.de>
1444
1445 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1446 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1447 * gdb.arch/i386-mpx-map.exp: Same.
1448 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1449 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1450 * gdb.arch/i386-mpx.exp: Same.
1451
1452 2020-05-02 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1455
1456 2020-05-01 Tom de Vries <tdevries@suse.de>
1457
1458 * gdb.ada/operator_bp.exp: Allow more than required amount of
1459 breakpoint.
1460
1461 2020-05-01 Tom de Vries <tdevries@suse.de>
1462
1463 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1464
1465 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1466
1467 PR gdb/18706
1468 * gdb.cp/stub-array-size.cc: New test.
1469 * gdb.cp/stub-array-size.exp: New file.
1470 * gdb.cp/stub-array-size.h: New test.
1471 * gdb.cp/stub-array-size2.cc: New test.
1472
1473 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1474
1475 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1476 output to the new format.
1477
1478 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1479
1480 * gdb.base/break.exp: Use with_test_prefix.
1481
1482 2020-04-29 Tom de Vries <tdevries@suse.de>
1483
1484 * lib/gdb.exp (debug_types): New proc.
1485 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1486 * gdb.python/py-symtab.exp: Same.
1487
1488 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1489
1490 PR gdb/17320
1491 * gdb.base/pretty-array.c: New test.
1492 * gdb.base/pretty-array.exp: New file.
1493
1494 2020-04-29 Tom de Vries <tdevries@suse.de>
1495
1496 PR symtab/25889
1497 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1498 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1499 and include cpexprs.exp.
1500
1501 2020-04-28 Mark Williams <mark@myosotissp.com>
1502
1503 PR gdb/24480
1504 * dw4-toplevel-types.exp: Test for top level types.
1505 * dw4-toplevel-types.cc: Test for top level types.
1506
1507 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1508
1509 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1510 (theads -> threads).
1511
1512 2020-04-28 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1515
1516 2020-04-28 Tom de Vries <tdevries@suse.de>
1517
1518 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1519
1520 2020-04-28 Tom de Vries <tdevries@suse.de>
1521
1522 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1523
1524 2020-04-28 Tom de Vries <tdevries@suse.de>
1525
1526 * gdb.dwarf2/main-foo.c: New test.
1527 * gdb.dwarf2/struct-with-sig.exp: New file.
1528
1529 2020-04-25 Tom de Vries <tdevries@suse.de>
1530
1531 * boards/debug-types.exp: New file.
1532
1533 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1534
1535 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1536
1537 2020-04-24 Tom Tromey <tom@tromey.com>
1538
1539 PR symtab/12707:
1540 * gdb.python/py-symbol.exp: Update expected results for
1541 linkage_name test.
1542 * gdb.cp/print-demangle.exp: New file.
1543 * gdb.base/c-linkage-name.exp: Fix test.
1544 * gdb.guile/scm-symbol.exp: Update expected results for
1545 linkage_name test.
1546
1547 2020-04-24 Tom Tromey <tom@tromey.com>
1548
1549 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1550 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1551 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1552 assembler.
1553
1554 2020-04-24 Tom de Vries <tdevries@suse.de>
1555
1556 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1557 C++.
1558
1559 2020-04-24 Tom Tromey <tromey@adacore.com>
1560
1561 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1562 values.
1563 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1564 values. Update test for minimal encodings.
1565 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1566 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1567 values. Update test for minimal encodings.
1568
1569 2020-04-24 Tom Tromey <tromey@adacore.com>
1570
1571 PR python/23662:
1572 * gdb.ada/variant.exp: Add Python checks.
1573 * gdb.rust/simple.exp: Add dynamic type checks.
1574
1575 2020-04-24 Tom Tromey <tromey@adacore.com>
1576
1577 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1578 Make array type matching more lax.
1579 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1580 * gdb.ada/mi_variant.exp: New file.
1581 * gdb.ada/mi_variant/pck.ads: New file.
1582 * gdb.ada/mi_variant/pkg.adb: New file.
1583 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1584 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1585
1586 2020-04-24 Tom Tromey <tromey@adacore.com>
1587
1588 * gdb.ada/variant.exp: Add dynamic field offset tests.
1589 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1590 * gdb.ada/variant/pkg.adb: Add new variables.
1591
1592 2020-04-24 Tom Tromey <tromey@adacore.com>
1593
1594 * gdb.ada/variant.exp: New file
1595 * gdb.ada/variant/pkg.adb: New file
1596 * gdb.ada/variant/pck.adb: New file
1597
1598 2020-04-24 Tom de Vries <tdevries@suse.de>
1599
1600 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1601
1602 2020-04-24 Tom de Vries <tdevries@suse.de>
1603
1604 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1605 flags.
1606
1607 2020-04-24 Tom de Vries <tdevries@suse.de>
1608
1609 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1610
1611 2020-04-24 Tom de Vries <tdevries@suse.de>
1612
1613 * lib/gdb.exp (default_gdb_start): Handle eof.
1614 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1615 failure.
1616 * gdb.base/readnever.exp: Handle clean_restart failure.
1617
1618 2020-04-23 Tom de Vries <tdevries@suse.de>
1619
1620 * gdb.base/decl-before-def.exp: Run to main and print a again.
1621
1622 2020-04-23 Tom de Vries <tdevries@suse.de>
1623
1624 * gdb.base/decl-before-def-decl.c: New test.
1625 * gdb.base/decl-before-def-def.c: New test.
1626 * gdb.base/decl-before-def.exp: New file.
1627
1628 2020-04-23 Tom de Vries <tdevries@suse.de>
1629
1630 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1631
1632 2020-04-22 Tom de Vries <tdevries@suse.de>
1633
1634 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1635 debug_info_offset.
1636 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1637 before $objsfile in the line line.
1638
1639 2020-04-22 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1642
1643 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1644
1645 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1646 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1647 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1648 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1649 * gdb.base/jit-protocol.h: Update definitions to match all usage
1650 contexts.
1651
1652 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1653
1654 * gdb.base: Rename all jit related test and source files.
1655
1656 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1657
1658 * gdb.base/jit-reader.exp: Relax register output check.
1659
1660 2020-04-22 Tom de Vries <tdevries@suse.de>
1661
1662 PR symtab/25764
1663 * gdb.base/psym-external-decl-2.c: New test.
1664 * gdb.base/psym-external-decl.c: New test.
1665 * gdb.base/psym-external-decl.exp: New file.
1666 * gdb.threads/tls.exp: Add PR25807 kfail.
1667
1668 2020-04-22 Tom de Vries <tdevries@suse.de>
1669
1670 PR symtab/25801
1671 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1672 in "info source" output.
1673
1674 2020-04-22 Tom de Vries <tdevries@suse.de>
1675
1676 PR symtab/25700
1677 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1678 symtab for imported_unit.c.
1679
1680 2020-04-21 Gary Benson <gbenson@redhat.com>
1681
1682 * gdb.base/advance.c (func): New argument, to match call site.
1683 (func2, func3): Add return statements.
1684
1685 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1686
1687 * gdb.multi/run-only-second-inf.c: New file.
1688 * gdb.multi/run-only-second-inf.exp: New file.
1689
1690 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1691
1692 * gdb.btrace/multi-inferior.c: New test.
1693 * gdb.btrace/multi-inferior.exp: New file.
1694
1695 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1696
1697 * gdb.btrace/enable-new-thread.c: New test.
1698 * gdb.btrace/enable-new-thread.exp: New file.
1699
1700 2020-04-21 Tom de Vries <tdevries@suse.de>
1701
1702 PR gdb/25471
1703 * gdb.threads/killed-outside.c: New test.
1704 * gdb.threads/killed-outside.exp: New file.
1705
1706 2020-04-20 Gary Benson <gbenson@redhat.com>
1707
1708 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1709 * gdb.base/nested-subp2.exp: Likewise.
1710 * gdb.base/nested-subp3.exp: Likewise.
1711
1712 2020-04-20 Gary Benson <gbenson@redhat.com>
1713
1714 * gdb.base/nested-subp1.exp: Disable test when using clang.
1715 * gdb.base/nested-subp2.exp: Likewise.
1716 * gdb.base/nested-subp3.exp: Likewise.
1717
1718 2020-04-20 Gary Benson <gbenson@redhat.com>
1719
1720 * gdb.cp/exception.cc: Fix compilation error with clang.
1721
1722 2020-04-20 Gary Benson <gbenson@redhat.com>
1723
1724 * gdb.trace/tspeed.c: Fix compilation error with clang.
1725
1726 2020-04-20 Gary Benson <gbenson@redhat.com>
1727
1728 * gdb.base/jit-main.c: Fix compilation error with clang.
1729
1730 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1731
1732 * gdb.base/attach-twice.c: Include "sys/types.h".
1733 (PTRACE_ATTACH): Add fallback definition.
1734 (main): Pass `0' to the 4th argument of `ptrace'.
1735
1736 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1737
1738 * gdb.base/fork-running-state.c: Include "signal.h".
1739
1740 2020-04-17 Tom Tromey <tromey@adacore.com>
1741
1742 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1743 Update tests.
1744 * gdb.btrace/cpu.exp: Update tests.
1745 * gdb.base/maint.exp: Update tests.
1746 * gdb.base/default.exp: Update tests.
1747 * gdb.base/completion.exp: Update tests.
1748
1749 2020-04-16 Tom de Vries <tdevries@suse.de>
1750
1751 PR symtab/25791
1752 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1753 (ensure_gdb_index): and factor out and move ...
1754 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1755 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1756
1757 2020-04-16 Tom de Vries <tdevries@suse.de>
1758
1759 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1760 loading exec.
1761
1762 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1763
1764 * gdb.base/many-completions.exp: New file.
1765
1766 2020-04-14 Tom de Vries <tdevries@suse.de>
1767
1768 PR symtab/25718
1769 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1770
1771 2020-04-14 Tom de Vries <tdevries@suse.de>
1772
1773 PR symtab/25720
1774 * gdb.base/maint-expand-symbols-header-file.c: New test.
1775 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1776 * gdb.base/maint-expand-symbols-header-file.h: New test.
1777
1778 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1781 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1782 get_func_info.
1783 (get_func_info): Delete.
1784 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1785 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1786 * lib/dwarf.exp (get_func_info): New function.
1787
1788 2020-04-13 Tom de Vries <tdevries@suse.de>
1789
1790 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1791 to what find_gnatmake does.
1792
1793 2020-04-10 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1796 -readnow.
1797
1798 2020-04-10 Tom de Vries <tdevries@suse.de>
1799
1800 PR cli/25808
1801 * gdb.base/style.c: Add leading newlines.
1802 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1803 Check listing of main's one-line body.
1804
1805 2020-04-08 Tom de Vries <tdevries@suse.de>
1806
1807 * lib/gdb.exp (psymtabs_p): New proc.
1808 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1809 importing unit" unsupported if there are no partial symbols.
1810
1811 2020-04-08 Tom de Vries <tdevries@suse.de>
1812
1813 PR testsuite/25760
1814 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1815
1816 2020-04-07 Tom de Vries <tdevries@suse.de>
1817
1818 PR symtab/25796
1819 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1820
1821 2020-04-07 Tom de Vries <tdevries@suse.de>
1822
1823 * gdb.base/check-psymtab.c: New test.
1824 * gdb.base/check-psymtab.exp: New file.
1825
1826 2020-04-06 Tom Tromey <tromey@adacore.com>
1827
1828 * gdb.ada/variant-record/proc.adb: New file.
1829 * gdb.ada/variant-record/value.adb: New file.
1830 * gdb.ada/variant-record/value.s: New file.
1831 * gdb.ada/variant-record.exp: New file.
1832
1833 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1834
1835 PR gdb/25325
1836 * gdb.cp/typed-enum.cc: New test.
1837 * gdb.cp/typed-enum.exp: New file.
1838
1839 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1842 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1843 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1844 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1845 * gdb.opt/inline-small-func.c: New file.
1846 * gdb.opt/inline-small-func.exp: New file.
1847 * gdb.opt/inline-small-func.h: New file.
1848
1849 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1850
1851 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1852 function.
1853
1854 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1855
1856 * lib/dwarf.exp (function_range): Allow compiler options to be
1857 specified.
1858
1859 2020-04-02 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1862 __attribute__((always_inline)).
1863 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1864
1865 2020-04-02 Tom de Vries <tdevries@suse.de>
1866
1867 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1868 (gdbserver_gdb_exit): ... here. Add timeout warning.
1869 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1870 (connect_target_extended_remote): Append new server_spawn_id to
1871 server_spawn_ids.
1872 (cleanup): New proc.
1873 (setup, <toplevel>): Call cleanup.
1874
1875 2020-04-02 Tom de Vries <tdevries@suse.de>
1876
1877 * gdb.base/main-psymtab.exp: New file.
1878
1879 2020-04-02 Tom de Vries <tdevries@suse.de>
1880
1881 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1882
1883 2020-04-01 Tom Tromey <tom@tromey.com>
1884
1885 * gdb.base/complex-parts.exp: Add type tests.
1886
1887 2020-04-01 Tom Tromey <tom@tromey.com>
1888
1889 * gdb.base/complex-parts.exp: Add arithmetic tests.
1890
1891 2020-04-01 Tom Tromey <tom@tromey.com>
1892
1893 * gdb.compile/compile.exp: Update.
1894 * gdb.compile/compile-cplus.exp: Update.
1895 * gdb.base/varargs.exp: Update.
1896 * gdb.base/floatn.exp: Update.
1897 * gdb.base/endianity.exp: Update.
1898 * gdb.base/callfuncs.exp (do_function_calls): Update.
1899 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1900 (complex_float_integral_args): Update.
1901 * gdb.base/complex.exp: Update.
1902 * gdb.base/complex-parts.exp: Update.
1903
1904 2020-04-01 Tom Tromey <tromey@adacore.com>
1905
1906 * gdb.rust/union.rs: New file.
1907 * gdb.rust/union.exp: New file.
1908 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1909 (main): Update.
1910 * gdb.rust/simple.exp: Move union tests to union.exp.
1911
1912 2020-04-01 Tom Tromey <tromey@adacore.com>
1913
1914 * gdb.rust/simple.rs (main): Remove "y0".
1915
1916 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1917
1918 * gdb.multi/stop-all-on-exit.c: New test.
1919 * gdb.multi/stop-all-on-exit.exp: New file.
1920
1921 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1922
1923 PR gdb/24789
1924 * gdb.cp/misc.cc: Add integer reference variable.
1925 * gdb.cp/misc.exp: Add test.
1926
1927 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1928
1929 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1930 scenario to cover execution until the end and also the case
1931
1932 2020-03-31 Tom de Vries <tdevries@suse.de>
1933
1934 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1935 c. Use "maint info symtabs" to check symtab expansion.
1936
1937 2020-03-30 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1940 unsupported.
1941 (verify_psymtab_expanded): Move ...
1942 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1943 test.
1944 (readnow): New proc.
1945
1946 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1949 with $hex.
1950
1951 2020-03-20 Tom Tromey <tromey@adacore.com>
1952
1953 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1954
1955 2020-03-20 Tom Tromey <tromey@adacore.com>
1956
1957 * gdb.ada/sub_variant/subv.adb: New file.
1958 * gdb.ada/sub_variant.exp: New file.
1959
1960 2020-03-20 Tom de Vries <tdevries@suse.de>
1961
1962 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1963 first break fails.
1964 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1965
1966 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1967
1968 * gdb.server/exit-multiple-threads.c: New file.
1969 * gdb.server/exit-multiple-threads.exp: New file.
1970
1971 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1972
1973 * gdb.fortran/mixed-lang-stack.c: New file.
1974 * gdb.fortran/mixed-lang-stack.cpp: New file.
1975 * gdb.fortran/mixed-lang-stack.exp: New file.
1976 * gdb.fortran/mixed-lang-stack.f90: New file.
1977
1978 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1979
1980 * gdb.linespec/cp-completion-aliases.cc: New file.
1981 * gdb.linespec/cp-completion-aliases.exp: New file.
1982
1983 2020-03-19 Tom de Vries <tdevries@suse.de>
1984
1985 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1986 more precise.
1987
1988 2020-03-18 Tom de Vries <tdevries@suse.de>
1989
1990 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1991 * gdb.dwarf2/break-inline-psymtab.c: New test.
1992 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1993
1994 2020-03-16 Tom de Vries <tdevries@suse.de>
1995
1996 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1997 cache_verify and cache_verify_proc.
1998
1999 2020-03-15 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.server/solib-list.exp: Handle
2002 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2003
2004 2020-03-15 Tom de Vries <tdevries@suse.de>
2005
2006 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2007 objfiles".
2008
2009 2020-03-14 Tom Tromey <tom@tromey.com>
2010
2011 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2012
2013 2020-03-14 Tom de Vries <tdevries@suse.de>
2014
2015 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2016
2017 2020-03-14 Tom de Vries <tdevries@suse.de>
2018
2019 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2020 result in line-by-line fashion.
2021
2022 2020-03-14 Tom de Vries <tdevries@suse.de>
2023
2024 * lib/gdb.exp (supports_statement_frontiers): New proc.
2025 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2026
2027 2020-03-14 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.base/printcmds.exp: Add missing quoting for "print
2030 teststring2".
2031
2032 2020-03-13 Tom Tromey <tom@tromey.com>
2033
2034 * gdb.base/printcmds.exp (test_print_strings): Add regression
2035 test.
2036 * gdb.base/printcmds.c (charptr): New typedef.
2037 (teststring2): New global.
2038
2039 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2040
2041 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2042 full path in the test name.
2043 (test_ld): Add some with_test_prefix blocks to make test names
2044 unique.
2045
2046 2020-03-13 Tom de Vries <tdevries@suse.de>
2047
2048 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2049
2050 2020-03-13 Tom de Vries <tdevries@suse.de>
2051
2052 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2053
2054 2020-03-13 Tom de Vries <tdevries@suse.de>
2055
2056 PR symtab/25646
2057 * gdb.dwarf2/imported-unit.exp: Add test.
2058
2059 2020-03-13 Tom de Vries <tdevries@suse.de>
2060
2061 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2062 (var1, var2): New variable.
2063 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2064 matching symbols.
2065
2066 2020-03-13 Tom de Vries <tdevries@suse.de>
2067
2068 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2069 (Term::command): Use prompt prefix.
2070 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2071 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2072 command_no_prompt_prefix instead of prefix.
2073 * gdb.tui/tui-layout-asm.exp: Same.
2074
2075 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2076
2077 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2078
2079 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2080
2081 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2082 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2083 on" while stepping over the test instruction, match printed
2084 message.
2085
2086 2020-03-12 Tom de Vries <tdevries@suse.de>
2087
2088 * gdb.base/info-types.exp: Use exp_continue during matching of output
2089 of "info types".
2090
2091 2020-03-12 Tom de Vries <tdevries@suse.de>
2092
2093 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2094
2095 2020-03-12 Tom de Vries <tdevries@suse.de>
2096
2097 * gdb.fortran/module.exp: Use exp_continue during matching of output
2098 of "info variable -n".
2099
2100 2020-03-12 Tom de Vries <tdevries@suse.de>
2101
2102 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2103 gdb.dwarf2/dw2-ranges-base.c.
2104
2105 2020-03-12 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2108 in presence of GLIBC debuginfo.
2109
2110 2020-03-12 Tom de Vries <tdevries@suse.de>
2111
2112 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2113 $core.
2114
2115 2020-03-12 Tom de Vries <tdevries@suse.de>
2116
2117 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2118 more precise.
2119
2120 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2121
2122 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2123 from Unix to Windows path.
2124
2125 2020-03-11 Tom de Vries <tdevries@suse.de>
2126
2127 * gdb.ada/minsyms.exp: Set language to ada.
2128
2129 2020-03-11 Tom de Vries <tdevries@suse.de>
2130
2131 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2132
2133 2020-03-11 Tom de Vries <tdevries@suse.de>
2134
2135 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2136
2137 2020-03-11 Tom Tromey <tromey@adacore.com>
2138
2139 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2140
2141 2020-03-11 Tom de Vries <tdevries@suse.de>
2142
2143 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2144
2145 2020-03-11 Tom de Vries <tdevries@suse.de>
2146
2147 * gdb.base/break-interp.exp: Limit verbose scope.
2148
2149 2020-03-11 Tom de Vries <tdevries@suse.de>
2150
2151 * gdb.fortran/logical.f90: Define variable with character type.
2152 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2153
2154 2020-03-11 Tom de Vries <tdevries@suse.de>
2155
2156 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2157
2158 2020-03-11 Tom de Vries <tdevries@suse.de>
2159
2160 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2161 symtabs.
2162
2163 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2164 Bernd Edlinger <bernd.edlinger@hotmail.de>
2165
2166 * gdb.cp/step-and-next-inline.cc: New file.
2167 * gdb.cp/step-and-next-inline.exp: New file.
2168 * gdb.cp/step-and-next-inline.h: New file.
2169 * gdb.dwarf2/dw2-is-stmt.c: New file.
2170 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2171 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2172 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2173 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2174
2175 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2178 is-stmt flag in the line table.
2179
2180 2020-03-09 Tom de Vries <tdevries@suse.de>
2181
2182 * lib/gdb.exp (cached_file): Create cache dir.
2183
2184 2020-03-07 Tom de Vries <tdevries@suse.de>
2185
2186 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2187 * gdb.cp/rvalue-ref-params.exp: Same.
2188
2189 2020-03-06 Tom de Vries <tdevries@suse.de>
2190
2191 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2192 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2193
2194 2020-03-06 Tom de Vries <tdevries@suse.de>
2195
2196 * README: Fix "the the".
2197 * gdb.base/dprintf.exp: Same.
2198
2199 2020-03-05 Tom de Vries <tdevries@suse.de>
2200
2201 * gdb.base/maint.exp: Update "main print statistics" expected output.
2202
2203 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2204
2205 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2206 (fortran_int8): Likewise.
2207 (fortran_real4): Likewise.
2208 (fortran_real8): Likewise.
2209 (fortran_complex4): Likewise.
2210 (fortran_logical4): Likewise.
2211 (fortran_character1): Likewise.
2212
2213 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2214
2215 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2216 printed as true.
2217
2218 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2219
2220 * gdb.base/printcmds.exp: Add test to verify printf of a
2221 variable holding an address.
2222
2223 2020-03-03 Tom de Vries <tdevries@suse.de>
2224
2225 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2226
2227 2020-03-03 Tom de Vries <tdevries@suse.de>
2228
2229 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2230 gdb_test_multiple call.
2231
2232 2020-03-03 Tom de Vries <tdevries@suse.de>
2233
2234 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2235 gdb_test_multiple calls.
2236
2237 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * gdb.base/default.exp: Remove test of 'set history filename'.
2240 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2241 filename to the empty string.
2242 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2243 and GDBHISTSIZE.
2244
2245 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2248 disabled.
2249
2250 2020-03-02 Pedro Alves <palves@redhat.com>
2251 Tom de Vries <tdevries@suse.de>
2252
2253 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2254 -prompt prefix, before user_code argument. Add -lbl option likewise.
2255 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2256 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2257 argument.
2258 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2259 have "\r\n" at start-of-line, instead of at end-of-line.
2260
2261 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2262
2263 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2264 libinproctrace.so.
2265
2266 2020-02-28 Luis Machado <luis.machado@linaro.org>
2267
2268 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2269 to "p/x".
2270
2271 2020-02-28 Luis Machado <luis.machado@linaro.org>
2272
2273 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2274 asm/ptrace.h and error.h.
2275
2276 2020-02-28 Tom de Vries <tdevries@suse.de>
2277
2278 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2279 (struct wrapper, do_something, mundane/symada__cS): Move ...
2280 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2281 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2282 Update "print symada__cS before partial symtab expansion" regexp.
2283 Update breakpoint location. Flush symbol cache after expansion.
2284
2285 2020-02-28 Luis Machado <luis.machado@linaro.org>
2286
2287 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2288
2289 2020-02-27 Tom de Vries <tdevries@suse.de>
2290
2291 * config/sid.exp: Remove unused globals.
2292 * gdb.base/attach.exp: Same.
2293 * gdb.base/catch-load.exp: Same.
2294 * gdb.base/dbx.exp: Same.
2295 * lib/gdb.exp: Same.
2296 * lib/mi-support.exp: Same.
2297 * lib/prompt.exp: Same.
2298
2299 2020-02-27 Tom de Vries <tdevries@suse.de>
2300
2301 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2302 not set.
2303
2304 2020-02-26 Aaron Merey <amerey@redhat.com>
2305
2306 * gdb.debuginfod: New directory for debuginfod tests.
2307 * gdb.debuginfod/main.c: New test file.
2308 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2309
2310 2020-02-26 Tom de Vries <tdevries@suse.de>
2311
2312 PR gdb/25603
2313 * gdb.base/persistent-lang.cc: New test.
2314 * gdb.base/persistent-lang.exp: New file.
2315
2316 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2317
2318 * gdb.fortran/derived-type-striding.exp: Add a new test.
2319 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2320 new test.
2321
2322 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2325 names.
2326
2327 2020-02-25 Tom de Vries <tdevries@suse.de>
2328
2329 PR go/18926
2330 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2331
2332 2020-02-24 Tom de Vries <tdevries@suse.de>
2333
2334 PR gdb/25592
2335 * gdb.base/info-locals-unused-static-var.c: New test.
2336 * gdb.base/info-locals-unused-static-var.exp: New file.
2337
2338 2020-02-22 Tom Tromey <tom@tromey.com>
2339
2340 * gdb.python/tui-window.exp: New file.
2341 * gdb.python/tui-window.py: New file.
2342
2343 2020-02-22 Tom Tromey <tom@tromey.com>
2344
2345 PR tui/17850:
2346 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2347 tests.
2348
2349 2020-02-22 Tom Tromey <tom@tromey.com>
2350
2351 * gdb.tui/new-layout.exp: Add sub-layout tests.
2352
2353 2020-02-22 Tom Tromey <tom@tromey.com>
2354
2355 * gdb.tui/new-layout.exp: New file.
2356
2357 2020-02-22 Tom Tromey <tom@tromey.com>
2358
2359 * gdb.rust/rust-style.rs: New file.
2360 * gdb.rust/rust-style.exp: New file.
2361 * gdb.base/style.exp: Test structure printing.
2362 * gdb.base/style.c (struct some_struct): New type.
2363 (enum etype): New type.
2364 (struct_value): New global.
2365
2366 2020-02-21 Tom de Vries <tdevries@suse.de>
2367
2368 PR go/18926
2369 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2370 Remove blanket xfails. Use message argument for gdb_breakpoint.
2371 Make continuing to breakpoint test conditional on setting breakpoint.
2372 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2373 DW_AT_name attribute. Add xfail for GCC PR93866.
2374
2375 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.dwarf2/cpp-linkage-name.c: New file.
2378 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2379
2380 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2381
2382 * lib/gdb.exp (gdb_wrapper_init): Reset
2383 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2384 not exist.
2385
2386 2020-02-20 Tom de Vries <tdevries@suse.de>
2387
2388 PR go/17018
2389 * gdb.go/hello.exp: Copy ...
2390 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2391 print of st to print value of global definition. Add xfail for GCC
2392 PR93844.
2393 * gdb.go/hello.exp: Remove printing of st before definition.
2394 * gdb.go/hello.go: Copy ...
2395 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2396 to st.
2397 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2398
2399 2020-02-20 Tom de Vries <tdevries@suse.de>
2400
2401 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2402 (gdb_simple_compile): Handle compile_flags go by using .go extension
2403 for source file.
2404 * gdb.go/chan.exp: Use support_go_compile.
2405 * gdb.go/handcall.exp: Same.
2406 * gdb.go/hello.exp: Same.
2407 * gdb.go/integers.exp: Same.
2408 * gdb.go/max-depth.exp: Same.
2409 * gdb.go/methods.exp: Same.
2410 * gdb.go/package.exp: Same.
2411 * gdb.go/strings.exp: Same.
2412 * gdb.go/types.exp: Same.
2413 * gdb.go/unsafe.exp: Same.
2414
2415 2020-02-19 Tom de Vries <tdevries@suse.de>
2416
2417 * gdb.python/lib-types.exp: Make xfail more strict.
2418
2419 2020-02-19 Tom de Vries <tdevries@suse.de>
2420
2421 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2422
2423 2020-02-19 Doug Evans <dje@google.com>
2424
2425 PR rust/25535
2426 * gdb.rust/simple.exp: Add test.
2427 * gdb.rust/simple.rs: Add test.
2428
2429 2020-02-19 Tom de Vries <tdevries@suse.de>
2430
2431 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2432 output line-by-line.
2433
2434 2020-02-19 Tom de Vries <tdevries@suse.de>
2435
2436 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2437
2438 2020-02-19 Tom de Vries <tdevries@suse.de>
2439
2440 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2441 prelink.
2442
2443 2020-02-19 Tom de Vries <tdevries@suse.de>
2444
2445 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2446 (gdb_do_cache): Use gdb_do_cache_wrap.
2447 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2448
2449 2020-02-19 Tom de Vries <tdevries@suse.de>
2450
2451 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2452 gdb_compile option.
2453
2454 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2455
2456 * gdb.base/printcmds.exp (test_print_enums): Update expected
2457 output.
2458
2459 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2460
2461 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2462 for "unknown".
2463
2464 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2465
2466 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2467 enumerator.
2468
2469 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2470
2471 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2472 FE_, add FE_NONE.
2473 (three): Update.
2474 (enum flag_enum_without_zero): New enum.
2475 (flag_enum_without_zero): New variable.
2476 (enum not_flag_enum): New enum.
2477 (three_not_flag): New variable.
2478 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2479 (test_print_enums): Add more tests for printing flag enums.
2480
2481 2020-02-18 Tom de Vries <tdevries@suse.de>
2482
2483 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2484 (gdb_compile_ada): ... here.
2485 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2486 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2487
2488 2020-02-14 Tom Tromey <tom@tromey.com>
2489
2490 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2491 build directory.
2492 * boards/gdbserver-base.exp: Update path to gdbserver.
2493
2494 2020-02-13 Tom de Vries <tdevries@suse.de>
2495
2496 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2497
2498 2020-02-13 Tom de Vries <tdevries@suse.de>
2499
2500 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2501 are missing.
2502
2503 2020-02-13 Tom de Vries <tdevries@suse.de>
2504
2505 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2506 call.
2507
2508 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2509
2510 PR tui/25126
2511 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2512 * gdb.base/cached-source-file.c: New file.
2513 * gdb.base/cached-source-file.exp: New file.
2514
2515 2020-02-11 Tom de Vries <tdevries@suse.de>
2516
2517 PR testsuite/25488
2518 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2519
2520 2020-02-10 Tom de Vries <tdevries@suse.de>
2521
2522 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2523
2524 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2525
2526 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2527 and $after_addr are both integers before making a comparison.
2528
2529 2020-02-09 Tom de Vries <tdevries@suse.de>
2530
2531 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2532 command output and paste it into gdb.log. If any, paste catch message
2533 to gdb.log.
2534
2535 2020-02-07 Tom Tromey <tromey@adacore.com>
2536
2537 PR breakpoints/24915:
2538 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2539
2540 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2541
2542 * gdb.tui/tui-missing-src.exp: Add the "missing source
2543 file" test for the TUI.
2544
2545 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2546
2547 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2548 including a port number in the output.
2549
2550 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2551
2552 * lib/fortran.exp (fortran_int4): Handle clang.
2553 (fortran_int8): Likewise.
2554 (fortran_real4): Likewise.
2555 (fortran_real8): Likewise.
2556 (fortran_complex4): Likewise.
2557 (fortran_logical4): Likewise.
2558 (fortran_character1): Likewise.
2559
2560 2020-02-04 Tom de Vries <tdevries@suse.de>
2561
2562 * README (Race detection): Add note.
2563
2564 2020-02-04 Tom de Vries <tdevries@suse.de>
2565
2566 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2567
2568 2020-02-04 Tom de Vries <tdevries@suse.de>
2569
2570 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2571
2572 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2573
2574 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2575 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2576 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2577 blttar, bnetarl.
2578 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2579 binary for blttar, bnetarl.
2580 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2581 wait instruction. Delete ldmx test.
2582 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2583
2584 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2585
2586 * gdb.fortran/array-bounds-high.exp: New file.
2587 * gdb.fortran/array-bounds-high.f90: New file.
2588
2589 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2590
2591 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2592 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2593
2594 2020-02-01 Tom de Vries <tdevries@suse.de>
2595
2596 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2597
2598 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2599
2600 PR tui/9765
2601 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2602 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2603
2604 2020-01-29 Luis Machado <luis.machado@linaro.org>
2605
2606 * gdb.arch/aarch64-brk-patterns.c: New source file.
2607 * gdb.arch/aarch64-brk-patterns.exp: New test.
2608
2609 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2610
2611 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2612 GCC/Clang version.
2613 * gdb.cp/pass-by-ref.exp: Ditto.
2614
2615 2020-01-29 Tom de Vries <tdevries@suse.de>
2616
2617 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2618 * gdb.threads/watchpoint-fork-mt.c: Same.
2619 * gdb.threads/watchpoint-fork-parent.c: Same.
2620 * gdb.threads/watchpoint-fork-st.c: Same.
2621 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2622
2623 2020-01-27 Luis Machado <luis.machado@linaro.org>
2624
2625 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2626 sitting at a syscall instruction when we hit the syscall function's
2627 breakpoint.
2628 Check PC against one obtained with the x command.
2629 Validate syscall number.
2630 (step_over_syscall): Don't continue to the syscall instruction if
2631 we're already there.
2632
2633 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2634
2635 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2636
2637 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2640 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2641
2642 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2643
2644 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2645 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2646
2647 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2648
2649 * gdb.base/maint.exp: Update line table parsing test.
2650 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2651
2652 2020-01-24 Pedro Alves <palves@redhat.com>
2653
2654 PR gdb/25410
2655 * gdb.multi/multi-re-run-1.c: New.
2656 * gdb.multi/multi-re-run-2.c: New.
2657 * gdb.multi/multi-re-run.exp: New.
2658
2659 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2660
2661 PR gdb/23718
2662 * gdb.server/server-kill-python.exp: New file.
2663
2664 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.server/multi-ui-errors.c: New file.
2667 * gdb.server/multi-ui-errors.exp: New file.
2668
2669 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 PR tui/9765
2672 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2673
2674 2020-01-19 Tom Tromey <tom@tromey.com>
2675
2676 * gdb.tui/main.exp: Add check for plain "file".
2677
2678 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2679
2680 * lib/gdb.exp: Fix spelling error (seperatelly).
2681
2682 2020-01-14 Tom Tromey <tom@tromey.com>
2683
2684 PR symtab/12535:
2685 * gdb.python/python.exp: Test decode_line with empty string
2686 argument.
2687
2688 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2689
2690 * gdb.base/skip-inline.exp: Extend test.
2691
2692 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2695 * gdb.dwarf2/dw2-bad-elf.c: New file.
2696 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2697
2698 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2699
2700 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2701 _line_saw_file.
2702
2703 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2704
2705 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2706 border.
2707
2708 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2709
2710 * gdb.multi/multi-target.exp (setup): Factor out "info
2711 connections" and "info inferiors" tests to ...
2712 (test_info_inferiors): ... this new procedure.
2713 (top level): Run new "info-inferiors" tests.
2714
2715 2020-01-10 Pedro Alves <palves@redhat.com>
2716
2717 * gdb.server/bkpt-other-inferior.exp: New file.
2718
2719 2020-01-10 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2722 of "add-inferior".
2723 * gdb.base/quit-live.exp: Likewise.
2724 * gdb.base/remote-exec-file.exp: Likewise.
2725 * gdb.guile/scm-progspace.exp: Likewise.
2726 * gdb.linespec/linespec.exp: Likewise.
2727 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2728 * gdb.mi/user-selected-context-sync.exp: Likewise.
2729 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2730 "info inferiors" tests.
2731 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2732 "add-inferior".
2733 * gdb.multi/watchpoint-multi.exp: Likewise.
2734 * gdb.python/py-inferior.exp: Likewise.
2735 * gdb.server/extended-remote-restart.exp: Likewise.
2736 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2737 "info inferiors".
2738 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2739 * gdb.trace/report.exp: Likewise.
2740
2741 2020-01-10 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.multi/multi-target.c: New file.
2744 * gdb.multi/multi-target.exp: New file.
2745 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2746 mode requested, but remote does not support non-stop".
2747
2748 2020-01-10 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2751 disconnect before reconnecting.
2752
2753 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2754 Pedro Alves <palves@redhat.com>
2755
2756 * gdb.server/connect-without-multi-process.exp: Also test
2757 continuing to end.
2758
2759 2020-01-10 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.base/remote-exec-file.exp: New file.
2762
2763 2020-01-10 Pedro Alves <palves@redhat.com>
2764
2765 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2766 output.
2767 * gdb.threads/async.c: New.
2768 * gdb.threads/async.exp: New.
2769 * gdb.multi/tids-gid-reset.c: New.
2770 * gdb.multi/tids-gid-reset.exp: New.
2771
2772 2020-01-10 George Barrett <bob@bob131.so>
2773
2774 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2775 to help in finding the image relocation offset.
2776 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2777 options in arguments.
2778 (stap_test_no_debuginfo): Likewise.
2779 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2780 test variants.
2781 (stap_test): Add null semaphore relocation test.
2782
2783 2020-01-10 George Barrett <bob@bob131.so>
2784
2785 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2786 * gdb.base/stap-probe.exp: Likewise.
2787 (stap_test): Pass argument as an additional flag.
2788 (stap_test_no_debuginfo): Likewise.
2789 (stap_test): Check `info probes stap' output for semaphore
2790 addresses if the test binary is supposed to have them.
2791
2792 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2793
2794 * gdb.tui/basic.exp: Add more scrolling tests.
2795
2796 2020-01-09 Tom Tromey <tom@tromey.com>
2797
2798 PR tui/18932:
2799 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2800 meangingful value.
2801 (Term::command, Term::resize): Update.
2802 * gdb.tui/basic.exp: Add scrolling test.
2803
2804 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2805
2806 * gdb.tui/tui-layout-asm.exp: New file.
2807
2808 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2809
2810 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2811
2812 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2813
2814 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2815 (Term::enter_tui): Use Term::prepare_for_tui.
2816
2817 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2818
2819 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2820 called.
2821
2822 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2823
2824 * gdb.base/skip.exp: Fix race condition in test.
2825
2826 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.base/backtrace.c: New file.
2829 * gdb.base/backtrace.exp: New file.
2830
2831 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2834
2835 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2836
2837 * gdb.base/style.exp: Test that warnings are styled.
2838
2839 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2840
2841 * gdb.base/line65535.exp: New file.
2842 * gdb.base/line65535.c: New file.
2843
2844 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2845
2846 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2847 * lib/gnat_debug_info_test.adb: New file.
2848 * gdb.ada/ptype_tagged_param.exp: Use
2849 gnat_runtime_has_debug_info, expect a different output if
2850 runtime does not have debug info.
2851
2852 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2853
2854 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2855 (another) quote in test name.
2856
2857 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2858
2859 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2860 Add quote in test name.
2861
2862 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2863
2864 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2865 directory instead.
2866 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2867 * gdb.cp/pass-by-ref-2.cc: New file.
2868 * gdb.cp/pass-by-ref-2.exp: New file.
2869
2870 2019-12-20 Tom Tromey <tom@tromey.com>
2871
2872 * gdb.tui/list-before.exp: New file.
2873
2874 2019-12-20 Tom Tromey <tom@tromey.com>
2875
2876 * gdb.tui/list.exp: Check for source on initial listing.
2877
2878 2019-12-11 Tom Tromey <tromey@adacore.com>
2879
2880 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2881 Add crlf test.
2882
2883 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2884
2885 * gdb.base/default.exp: Update value of $_gdb_major.
2886
2887 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2888
2889 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2890
2891 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2892
2893 * gdb.base/skip.exp: Whitespace fix.
2894
2895 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2896
2897 * gdb.base/skip-inline.c: New file.
2898 * gdb.base/skip-inline.exp: New file.
2899
2900 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2901
2902 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2903 jit_function_00 to jit_function_stack_mangle.
2904 * gdb.base/jithost.c (jit_function_t): Rename to...
2905 (jit_function_stack_mangle_t): ... this.
2906 (jit_function_add_t): New typedef.
2907 (jit_function_00_code): Rename to...
2908 (jit_function_stack_mangle_code): ... this, make static.
2909 (jit_function_add_code): New.
2910 (main): Generate "add" function and call it. Adjust to changes
2911 in jithost_abi.
2912 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2913 (struct jithost_abi) <begin, end>: Remove fields.
2914 <object, function_stack_mangle, function_add>: New fields.
2915 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2916 code_end>: Remove fields.
2917 <func_stack_mangle>: New field.
2918 (read_debug_info): Adjust to renaming, create block for "add"
2919 function.
2920 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2921
2922 2019-12-11 Tom Tromey <tom@tromey.com>
2923
2924 * gdb.tui/resize.exp: Fix regexp.
2925 * gdb.tui/regs.exp: Fix regexps.
2926 * gdb.tui/main.exp: Fix regexp.
2927
2928 2019-12-11 Tom Tromey <tom@tromey.com>
2929
2930 * gdb.tui/resize.exp: Update.
2931 * gdb.tui/empty.exp (layouts): Update.
2932
2933 2019-12-11 Tom Tromey <tom@tromey.com>
2934
2935 * gdb.tui/regs.exp: Update.
2936 * gdb.tui/empty.exp (layouts): Update.
2937 * gdb.tui/basic.exp: Update.
2938 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2939
2940 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2941
2942 * gdb.base/options.exp: Add -raw-values in the print completion list.
2943 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2944
2945 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2946
2947 * gdb.threads/omp-par-scope.c: New file.
2948 * gdb/threads/omp-par-scope.exp: New file.
2949
2950 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2951
2952 * lib/gdb.exp (support_nested_function_tests): New proc.
2953
2954 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2955
2956 * lib/gdb.exp (gdb_compile_openmp): New proc.
2957 (build_executable_from_specs): Add an "openmp" option.
2958 (gdb_compile_pthreads): Add non-executable case.
2959
2960 2019-12-10 Tom Tromey <tromey@adacore.com>
2961
2962 * gdb.ada/unchecked_union.exp: New file.
2963 * gdb.ada/unchecked_union/pck.adb: New file.
2964 * gdb.ada/unchecked_union/pck.ads: New file.
2965 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2966 * gdb-utils.exp (string_to_regexp): Also quote "?".
2967
2968 2019-12-10 George Barrett <bob@bob131.so>
2969
2970 Test scripted probe breakpoints.
2971 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2972 * gdb.python/py-breakpoint.c (main): Likewise.
2973 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2974 specifier test.
2975 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2976
2977 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2978
2979 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2980 an rvalue parameter.
2981 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2982 parameter.
2983
2984 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2987 modules.
2988
2989 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2992 broken version of GCC.
2993
2994 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2997 sym-info-cmds library.
2998 * gdb.fortran/info-types.exp: Likewise.
2999 * lib/sym-info-cmds.exp: New file.
3000
3001 2019-12-08 Tom de Vries <tdevries@suse.de>
3002
3003 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3004
3005 2019-12-07 Keith Seitz <keiths@redhat.com>
3006
3007 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3008 * gdb.base/corefile-buildid-shlib.c: New file.
3009 * gdb.base/corefile-buildid.c: New file.
3010 * gdb.base/corefile-buildid.exp: New file.
3011
3012 2019-12-06 Tom de Vries <tdevries@suse.de>
3013
3014 * gdb.dwarf2/varval.exp: Add decl before def test.
3015
3016 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3017
3018 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3019
3020 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3021
3022 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3023 CV and reference conversion for overload resolution.
3024 * gdb.cp/rvalue-ref-overload.exp: Test it.
3025
3026 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3027
3028 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3029 * gdb.base/frameapply.exp: Test faas without command.
3030
3031 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3034 Fortran tests.
3035 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3036 order.
3037
3038 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3041 casting to type with no kind specified.
3042 (test_basic_parsing_of_type_kinds): Additional tests for types
3043 with no kind specified, and add tests for single/double
3044 precision/complex types.
3045
3046 2019-12-04 Tom Tromey <tromey@adacore.com>
3047
3048 * gdb.base/endianity.c (struct other) <x>: New field.
3049 (main): Initialize it.
3050 * gdb.base/endianity.exp: Update.
3051
3052 2019-12-04 Tom Tromey <tromey@adacore.com>
3053
3054 * gdb.ada/scalar_storage/storage.adb: New file.
3055 * gdb.ada/scalar_storage/pck.adb: New file.
3056 * gdb.ada/scalar_storage/pck.ads: New file.
3057 * gdb.ada/scalar_storage.exp: New file.
3058
3059 2019-12-04 Tom Tromey <tromey@adacore.com>
3060
3061 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3062 (main): Initialize it.
3063 * gdb.base/endianity.exp: Update.
3064
3065 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3068
3069 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3070
3071 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3072 -symbol-info-module-functions and -symbol-info-module-variables.
3073
3074 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3077
3078 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3079 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.fortran/derived-type-striding.exp: New file.
3082 * gdb.fortran/derived-type-striding.f90: New file.
3083 * gdb.fortran/array-slices.exp: New file.
3084 * gdb.fortran/array-slices.f90: New file.
3085
3086 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3087
3088 * gdb.base/define.exp: Test . in command names.
3089 * gdb.base/setshow.exp: Update test, as . is now part of
3090 command name.
3091
3092 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3093
3094 * gdb.base/define-prefix.exp: New file.
3095
3096 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3099 compile.
3100 (skip_btrace_pt_tests): Likewise.
3101
3102 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3103
3104 * gdb.fortran/info-modules.exp: Compile source files in correct
3105 order.
3106
3107 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3108
3109 * gdb.dwarf2/imported-unit.exp: New file.
3110 * gdb.dwarf2/imported-unit.c: New file.
3111
3112 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * gdb.mi/mi-fortran-modules-2.f90: New file.
3115 * gdb.mi/mi-fortran-modules.exp: New file.
3116 * gdb.mi/mi-fortran-modules.f90: New file.
3117
3118 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3119
3120 * gdb.mi/mi-sym-info-1.c: New file.
3121 * gdb.mi/mi-sym-info-2.c: New file.
3122 * gdb.mi/mi-sym-info.exp: New file.
3123
3124 2019-11-22 Tom Tromey <tromey@adacore.com>
3125
3126 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3127 * gdb.ada/tasks/foo.adb: Add another stopping location.
3128
3129 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3130
3131 * gdb.base/endianity.c: New test.
3132 * gdb.base/endianity.exp: New file.
3133
3134 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3135
3136 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3137
3138 2019-11-21 Tom de Vries <tdevries@suse.de>
3139
3140 PR gdb/24956
3141 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3142
3143 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3144
3145 * gdb.python/py-progspace.exp: Add missing parentheses on some
3146 'print' commands.
3147
3148 2019-11-19 Tom Tromey <tom@tromey.com>
3149
3150 * gdb.tui/winheight.exp: New file.
3151
3152 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * gdb.base/ctf-whatis.c: Delete.
3155 * gdb.base/ctf-whatis.exp: Delete.
3156 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3157
3158 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3159
3160 * gdb.base/ctf-cvexpr.exp: Delete.
3161 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3162
3163 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3164
3165 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3166 the compiler. Clean up header comment a little.
3167 * gdb.base/ctf-ptype.exp: Likewise.
3168 * gdb.base/ctf-whatis.exp: Likewise.
3169 * lib/gdb.exp (skip_ctf_tests): New proc.
3170
3171 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3172
3173 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3174 * gdb.tui/corefile-run.exp: New file.
3175
3176 2019-11-14 Tom Tromey <tromey@adacore.com>
3177
3178 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3179 regression tests.
3180
3181 2019-11-12 Tom Tromey <tom@tromey.com>
3182
3183 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3184 after any command. Expect prompt after WAIT_FOR is seen.
3185 (enter_tui): Enable resize messages.
3186 (command): Expect command in output.
3187 (get_line): Avoid error when cursor appears to be off-screen.
3188 (dump_screen): Include screen size in title.
3189 (_do_resize): New proc, from "resize".
3190 (resize): Rewrite. Do resize in two steps.
3191 * gdb.tui/empty.exp (layouts): Fix entries.
3192 (check_boxes): Remove xfail.
3193 (check_text): Dump screen on failure.
3194
3195 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3196
3197 * gdb.python/py-symbol.exp: Add test for
3198 gdb.lookup_static_symbols.
3199
3200 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3201
3202 * gdb.python/py-symbol.c: Declare and call function from new
3203 py-symbol-2.c file.
3204 * gdb.python/py-symbol.exp: Compile both source files, and add new
3205 tests for gdb.lookup_static_symbol.
3206 * gdb.python/py-symbol-2.c: New file.
3207
3208 2019-11-02 Tom de Vries <tdevries@suse.de>
3209
3210 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3211 * gdb.base/anon.exp: Same.
3212 * gdb.base/auto-connect-native-target.exp: Same.
3213 * gdb.base/call-ar-st.exp: Same.
3214 * gdb.base/catch-syscall.exp: Same.
3215 * gdb.base/commands.exp: Same.
3216 * gdb.base/default.exp: Same.
3217 * gdb.base/display.exp: Same.
3218 * gdb.base/float.exp: Same.
3219 * gdb.base/foll-fork.exp: Same.
3220 * gdb.base/help.exp: Same.
3221 * gdb.base/info-macros.exp: Same.
3222 * gdb.base/info-proc.exp: Same.
3223 * gdb.base/info-target.exp: Same.
3224 * gdb.base/long_long.exp: Same.
3225 * gdb.base/macscp.exp: Same.
3226 * gdb.base/memattr.exp: Same.
3227 * gdb.base/nofield.exp: Same.
3228 * gdb.base/pointers.exp: Same.
3229 * gdb.base/printcmds.exp: Same.
3230 * gdb.base/ptype.exp: Same.
3231 * gdb.base/restore.exp: Same.
3232 * gdb.base/return.exp: Same.
3233 * gdb.base/scope.exp: Same.
3234 * gdb.base/set-noassign.exp: Same.
3235 * gdb.base/setshow.exp: Same.
3236 * gdb.base/shlib-call.exp: Same.
3237 * gdb.base/signals.exp: Same.
3238 * gdb.base/sigstep.exp: Same.
3239 * gdb.base/skip.exp: Same.
3240 * gdb.base/solib-symbol.exp: Same.
3241 * gdb.base/stap-probe.exp: Same.
3242 * gdb.base/step-line.exp: Same.
3243 * gdb.base/step-test.exp: Same.
3244 * gdb.base/style.exp: Same.
3245 * gdb.base/varargs.exp: Same.
3246 * gdb.base/vla-datatypes.exp: Same.
3247 * gdb.base/vla-ptr.exp: Same.
3248 * gdb.base/vla-sideeffect.exp: Same.
3249 * gdb.base/volatile.exp: Same.
3250 * gdb.base/watch-cond-infcall.exp: Same.
3251 * gdb.base/watchpoint.exp: Same.
3252
3253 2019-11-02 Tom de Vries <tdevries@suse.de>
3254
3255 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3256 * gdb.cp/cpexprs.exp: Same.
3257 * gdb.cp/except-multi-location.exp: Same.
3258 * gdb.cp/exceptprint.exp: Same.
3259 * gdb.cp/gdb2384.exp: Same.
3260 * gdb.cp/inherit.exp: Same.
3261 * gdb.cp/m-static.exp: Same.
3262 * gdb.cp/meth-typedefs.exp: Same.
3263 * gdb.cp/misc.exp: Same.
3264 * gdb.cp/namespace.exp: Same.
3265 * gdb.cp/non-trivial-retval.exp: Same.
3266 * gdb.cp/overload.exp: Same.
3267 * gdb.cp/pr17132.exp: Same.
3268 * gdb.cp/re-set-overloaded.exp: Same.
3269 * gdb.cp/rvalue-ref-types.exp: Same.
3270 * gdb.cp/templates.exp: Same.
3271
3272 2019-11-01 Luis Machado <luis.machado@linaro.org>
3273
3274 PR gdb/25124
3275
3276 * gdb.arch/pr25124.S: New file.
3277 * gdb.arch/pr25124.exp: New file.
3278
3279 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3280
3281 * gdb.fortran/info-modules.exp: Update expected results, and add
3282 additional tests for 'info module functinos', and 'info module
3283 variables'.
3284 * gdb.fortran/info-types.exp: Update expected results.
3285 * gdb.fortran/info-types.f90: Extend testcase with additional
3286 module variables and functions.
3287
3288 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3289
3290 * gdb.fortran/info-modules.exp: New file.
3291 * gdb.fortran/info-types.exp: Build with new file.
3292 * gdb.fortran/info-types.f90: Include and use new module.
3293 * gdb.fortran/info-types-2.f90: New file.
3294
3295 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3296
3297 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3298 * gdb.base/settings.exp: Test all settings types using
3299 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3300 that now verifies that the value of "maint show" is the same as
3301 returned by the settings functions. Test the type of the
3302 maintenance settings.
3303 * gdb.base/default.exp: Update show_conv_list.
3304
3305 2019-10-31 Tom de Vries <tdevries@suse.de>
3306
3307 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3308 gdb_test.
3309 * gdb.arch/amd64-disp-step.exp: Same.
3310 * gdb.asm/asm-source.exp: Same.
3311 * gdb.btrace/buffer-size.exp: Same.
3312 * gdb.btrace/cpu.exp: Same.
3313 * gdb.btrace/enable.exp: Same.
3314 * gdb.dwarf2/count.exp: Same.
3315 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3316 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3317 * gdb.fortran/vla-datatypes.exp: Same.
3318 * gdb.fortran/vla-history.exp: Same.
3319 * gdb.fortran/vla-ptype.exp: Same.
3320 * gdb.fortran/vla-value.exp: Same.
3321 * gdb.fortran/whatis_type.exp: Same.
3322 * gdb.guile/guile.exp: Same.
3323 * gdb.multi/tids.exp: Same.
3324 * gdb.python/py-finish-breakpoint.exp: Same.
3325 * gdb.python/py-framefilter.exp: Same.
3326 * gdb.python/py-pp-registration.exp: Same.
3327 * gdb.python/py-xmethods.exp: Same.
3328 * gdb.python/python.exp: Same.
3329 * gdb.server/connect-with-no-symbol-file.exp: Same.
3330 * gdb.server/no-thread-db.exp: Same.
3331 * gdb.server/run-without-local-binary.exp: Same.
3332 * gdb.stabs/weird.exp: Same.
3333 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3334 * gdb.threads/thread-find.exp: Same.
3335 * gdb.threads/tls-shared.exp: Same.
3336 * gdb.threads/tls.exp: Same.
3337 * gdb.threads/wp-replication.exp: Same.
3338 * gdb.trace/ax.exp: Same.
3339 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3340
3341 2019-10-31 Tom de Vries <tdevries@suse.de>
3342
3343 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3344 * gdb.ada/array_subscript_addr.exp: Same.
3345 * gdb.ada/arrayidx.exp: Same.
3346 * gdb.ada/arrayparam.exp: Same.
3347 * gdb.ada/arrayptr.exp: Same.
3348 * gdb.ada/boolean_expr.exp: Same.
3349 * gdb.ada/call_pn.exp: Same.
3350 * gdb.ada/complete.exp: Same.
3351 * gdb.ada/fixed_cmp.exp: Same.
3352 * gdb.ada/fun_addr.exp: Same.
3353 * gdb.ada/funcall_param.exp: Same.
3354 * gdb.ada/interface.exp: Same.
3355 * gdb.ada/mod_from_name.exp: Same.
3356 * gdb.ada/null_array.exp: Same.
3357 * gdb.ada/packed_array.exp: Same.
3358 * gdb.ada/packed_tagged.exp: Same.
3359 * gdb.ada/print_chars.exp: Same.
3360 * gdb.ada/print_pc.exp: Same.
3361 * gdb.ada/ptype_arith_binop.exp: Same.
3362 * gdb.ada/ptype_field.exp: Same.
3363 * gdb.ada/ptype_tagged_param.exp: Same.
3364 * gdb.ada/rec_return.exp: Same.
3365 * gdb.ada/ref_tick_size.exp: Same.
3366 * gdb.ada/str_ref_cmp.exp: Same.
3367 * gdb.ada/taft_type.exp: Same.
3368 * gdb.ada/tagged.exp: Same.
3369 * gdb.ada/type_coercion.exp: Same.
3370 * gdb.ada/uninitialized_vars.exp: Same.
3371
3372 2019-10-30 Tom de Vries <tdevries@suse.de>
3373
3374 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3375
3376 2019-10-26 Tom de Vries <tdevries@suse.de>
3377
3378 * gdb.base/bigcore.c: Fix typos in comments.
3379 * gdb.base/ctf-ptype.c: Same.
3380 * gdb.base/long_long.c: Same.
3381 * gdb.dwarf2/dw2-op-out-param.S: Same.
3382 * gdb.python/py-evthreads.c: Same.
3383 * gdb.reverse/i387-stack-reverse.c: Same.
3384 * gdb.trace/tfile.c: Same.
3385 * lib/compiler.c: Same.
3386 * lib/compiler.cc: Same.
3387
3388 2019-10-25 Tom de Vries <tdevries@suse.de>
3389
3390 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3391 gdb_test_multiple calls.
3392 * gdb.reverse/sigall-reverse.exp: Same.
3393 * gdb.reverse/solib-precsave.exp: Same.
3394 * gdb.reverse/solib-reverse.exp: Same.
3395 * gdb.reverse/until-precsave.exp: Same.
3396 * gdb.reverse/until-reverse.exp: Same.
3397
3398 2019-10-24 Tom de Vries <tdevries@suse.de>
3399
3400 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3401 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3402 kfail using -wrap pattern flag and convenience variable
3403 gdb_test_name.
3404
3405 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3406
3407 * gdb.python/py-progspace.exp: Add tests for the
3408 Progspace.block_for_pc method.
3409
3410 2019-10-23 Tom Tromey <tom@tromey.com>
3411
3412 * configure: Rebuild.
3413 * aclocal.m4: Use m4_include, not sinclude.
3414
3415 2019-10-21 Tom de Vries <tdevries@suse.de>
3416
3417 * gdb.base/infcall-nested-structs.c: Add
3418 __attribute__((noinline,noclone)) to all functions.
3419 (call_all): Add missing variable initialization. Simplify return value.
3420 (breakpt): Increment volatile variable, to prevent call from being
3421 optimized out.
3422 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3423
3424 2019-10-17 Tom de Vries <tdevries@suse.de>
3425
3426 * gdb.fortran/module.exp: Allow info variables to print info for files
3427 other than module.f90.
3428
3429 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3430
3431 * gdb.fortran/module.exp: Extend with 'info variables' test.
3432
3433 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3434
3435 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3436 F77_FOR_TARGET.
3437
3438 2019-10-16 Tom de Vries <tdevries@suse.de>
3439
3440 PR tdep/25096
3441 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3442
3443 2019-10-16 Tom de Vries <tdevries@suse.de>
3444
3445 PR tdep/24104
3446 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3447 Add KFAIL for PR tdep/25096.
3448
3449 2019-10-16 Tom de Vries <tdevries@suse.de>
3450
3451 PR testsuite/25059
3452 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3453
3454 2019-10-16 Tom de Vries <tdevries@suse.de>
3455
3456 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3457 as signed.
3458
3459 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3460
3461 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3462 one instead of increasing timeout.
3463
3464 2019-10-13 Tom de Vries <tdevries@suse.de>
3465
3466 PR record/25038
3467 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3468 * gdb.reverse/sigall-reverse.exp: Same.
3469 * gdb.reverse/solib-precsave.exp: Same.
3470 * gdb.reverse/solib-reverse.exp: Same.
3471 * gdb.reverse/step-precsave.exp: Same.
3472 * gdb.reverse/until-precsave.exp: Same.
3473 * gdb.reverse/until-reverse.exp: Same.
3474 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3475
3476 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3477
3478 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3479 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3480 (cmp_struct_05_01, cmp_struct_static_02_01)
3481 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3482 comparisons.
3483
3484 2019-10-10 Tom de Vries <tdevries@suse.de>
3485
3486 PR testsuite/24888
3487 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3488 gnatlink.
3489
3490 2019-10-09 Tom de Vries <tdevries@suse.de>
3491
3492 PR testsuite/25048
3493 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3494
3495 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3496
3497 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3498 exceptions due to missing debug information.
3499
3500 2019-10-07 Tom de Vries <tdevries@suse.de>
3501
3502 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3503
3504 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3505
3506 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3507 * gdb.base/annota1.exp: Update to use gdb_test_name.
3508
3509 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3510
3511 * gdb.base/ctf-whatis.exp: New file.
3512 * gdb.base/ctf-whatis.c: New file.
3513 * gdb.base/ctf-ptype.exp: New file.
3514 * gdb.base/ctf-ptype.c: New file.
3515 * gdb.base/ctf-constvars.exp: New file.
3516 * gdb.base/ctf-constvars.c: New file.
3517 * gdb.base/ctf-cvexpr.exp: New file.
3518
3519 2019-10-04 Tom de Vries <tdevries@suse.de>
3520
3521 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3522 for loop.
3523
3524 2019-10-03 Tom Tromey <tom@tromey.com>
3525
3526 PR rust/24976:
3527 * gdb.rust/simple.rs (Union2): New type.
3528 (main): Use Union2.
3529 * gdb.rust/simple.exp: Add test.
3530
3531 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3532
3533 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3534 nested function prefix.
3535
3536 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3537 Richard Bunt <richard.bunt@arm.com>
3538 Andrew Burgess <andrew.burgess@embecosm.com>
3539
3540 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3541 nested functions.
3542 * gdb.fortran/nested-funcs.f90: Update expected results.
3543 * gdb.fortran/nested-funcs-2.exp: New file.
3544 * gdb.fortran/nested-funcs-2.f90: New file.
3545
3546 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3547
3548 * gdb.python/py-parameter.exp: Make test names unique.
3549 * gdb.python/py-template.exp: Likewise.
3550 * gdb.python/py-value.exp: Likewise.
3551
3552 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * gdb.base/break-interp.exp: Reduce test name duplication.
3555 * gdb.base/call-sc.exp: Likewise.
3556 * gdb.base/callfuncs.exp: Likewise.
3557 * gdb.base/charset.exp: Likewise.
3558 * gdb.base/dump.exp: Likewise.
3559 * gdb.base/ena-dis-br.exp: Likewise.
3560 * gdb.base/relational.exp: Likewise.
3561 * gdb.base/step-over-syscall.exp: Likewise.
3562 * gdb.base/structs.exp: Likewise.
3563
3564 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3565
3566 * gdb.linespec/explicit.exp: Make test names unique.
3567 * gdb.linespec/ls-errs.exp: Likewise.
3568
3569 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 * gdb.reverse/break-precsave.exp: Make test names unique.
3572 * gdb.reverse/break-reverse.exp: Likewise.
3573 * gdb.reverse/finish-precsave.exp: Likewise.
3574 * gdb.reverse/finish-reverse.exp: Likewise.
3575 * gdb.reverse/machinestate-precsave.exp: Likewise.
3576 * gdb.reverse/machinestate.exp: Likewise.
3577 * gdb.reverse/readv-reverse.exp: Likewise.
3578 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3579 * gdb.reverse/sigall-precsave.exp: Likewise.
3580 * gdb.reverse/sigall-reverse.exp: Likewise.
3581 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3582 * gdb.reverse/watch-precsave.exp: Likewise.
3583 * gdb.reverse/watch-reverse.exp: Likewise.
3584
3585 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3586
3587 * gdb.threads/stop-with-handle.c: New file.
3588 * gdb.threads/stop-with-handle.exp: New file.
3589
3590 2019-10-03 Tom de Vries <tdevries@suse.de>
3591
3592 PR testsuite/25059
3593 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3594 directory" line to be missing.
3595
3596 2019-10-03 Tom de Vries <tdevries@suse.de>
3597
3598 PR testsuite/25059
3599 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3600 type optional.
3601
3602 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3603
3604 * gdb.python/py-format-string.c (string.h): New include.
3605 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3606 the same value, for endianness-independence.
3607 * gdb.python/py-format-string.exp (default_regexp_dict)
3608 (test_pretty_structs, test_format): Adjust expected output to the
3609 changed initialization.
3610
3611 2019-10-02 Tom Tromey <tromey@adacore.com>
3612
3613 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3614
3615 2019-10-02 Pedro Alves <palves@redhat.com>
3616 Andrew Burgess <andrew.burgess@embecosm.com>
3617
3618 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3619 "print-file-var.h".
3620 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3621 (get_version_1): Print this_version_id and its address.
3622 Add extern "C" wrappers around interface functions.
3623 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3624 "print-file-var.h".
3625 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3626 (get_version_2): Print this_version_id and its address.
3627 Add extern "C" wrappers around interface functions.
3628 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3629 <stddef.h> and "print-file-var.h".
3630 Add extern "C" wrappers around interface functions.
3631 [VERSION_ID_MAIN] (this_version_id): Define.
3632 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3633 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3634 up extern "C" blocks.
3635 * gdb.base/print-file-var.exp (test): New, factored out from top
3636 level.
3637 (top level): Test all combinations of attribute hidden or not,
3638 dlopen or not, and this_version_id symbol in main file or not.
3639 Compile tests as both C++ and C, make test names unique.
3640
3641 2019-10-01 Tom Tromey <tom@tromey.com>
3642
3643 * gdb.base/style.exp: Test "show logging filename".
3644
3645 2019-10-01 Tom Tromey <tom@tromey.com>
3646
3647 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3648 * gdb.base/style.exp: Add metadata style test.
3649
3650 2019-10-01 Tom Tromey <tom@tromey.com>
3651
3652 * gdb.base/style.exp: Test "pwd".
3653
3654 2019-10-01 Tom Tromey <tom@tromey.com>
3655
3656 * gdb.base/style.exp: Update tests.
3657
3658 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3659
3660 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3661 'six' to unsigned.
3662 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3663 'five'. Use an all-ones bit pattern for each.
3664 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3665 to its changed values.
3666
3667 2019-09-30 Tom Tromey <tromey@adacore.com>
3668
3669 * gdb.rust/traits.rs: Disable all warnings.
3670
3671 2019-09-29 Tom de Vries <tdevries@suse.de>
3672
3673 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3674
3675 2019-09-29 Tom de Vries <tdevries@suse.de>
3676
3677 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3678
3679 2019-09-27 Tom de Vries <tdevries@suse.de>
3680
3681 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3682
3683 2019-09-27 Tom de Vries <tdevries@suse.de>
3684
3685 PR record/23188
3686 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3687
3688 2019-09-26 Tom Tromey <tromey@adacore.com>
3689
3690 * gdb.ada/py_taft.exp: New file.
3691 * gdb.ada/py_taft/main.adb: New file.
3692 * gdb.ada/py_taft/pkg.adb: New file.
3693 * gdb.ada/py_taft/pkg.ads: New file.
3694
3695 2019-09-24 Tom de Vries <tdevries@suse.de>
3696
3697 PR gdb/24598
3698 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3699
3700 2019-09-22 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.base/restore.exp: Allow register variables to be optimized out at
3703 -O0.
3704
3705 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3706
3707 * gdb.arch/spu-info.exp: Remove file.
3708 * gdb.arch/spu-info.c: Remove file.
3709 * gdb.arch/spu-ls.exp: Remove file.
3710 * gdb.arch/spu-ls.c: Remove file.
3711
3712 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3713 * gdb.asm/spu.inc: Remove file.
3714
3715 * gdb.base/dump.exp: Remove support for spu*-*-*.
3716 * gdb.base/stack-checking.exp: Likewise.
3717 * gdb.base/overlays.exp: Likewise.
3718 * gdb.base/ovlymgr.c: Likewise.
3719 * gdb.base/spu.ld: Remove file.
3720
3721 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3722 * gdb.cp/cpexprs.exp: Likewise.
3723 * gdb.cp/exception.exp: Likewise.
3724 * gdb.cp/gdb2495.exp: Likewise.
3725 * gdb.cp/mb-templates.exp: Likewise.
3726 * gdb.cp/pr9167.exp: Likewise.
3727 * gdb.cp/userdef.exp: Likewise.
3728
3729 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3730
3731 * gdb.cell: Remove directory.
3732 * lib/cell.exp: Remove file.
3733
3734 2019-09-19 Tom de Vries <tdevries@suse.de>
3735
3736 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3737
3738 2019-09-19 Tom de Vries <tdevries@suse.de>
3739
3740 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3741
3742 2019-09-19 Tom de Vries <tdevries@suse.de>
3743
3744 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3745 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3746 (gdb_target_cmd): ... here.
3747 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3748 value 2.
3749
3750 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3751
3752 * gdb.base/source-dir.exp: Avoid having directory names in test
3753 names.
3754
3755 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3756
3757 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3758 directory.
3759
3760 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3761
3762 * gdb.base/list-missing-source.exp: New file.
3763
3764 2019-09-14 Tom de Vries <tdevries@suse.de>
3765
3766 PR teststuite/24599
3767 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3768 * lib/ada.exp (gnatmake_version_at_least): New proc.
3769
3770 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3771
3772 * gdb.base/maint.exp: Use exec_has_index_section.
3773
3774 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3775
3776 * gdb.base/maint.exp: Add test for 'maint info sections'.
3777
3778 2019-09-12 Tom de Vries <tdevries@suse.de>
3779
3780 * gdb.base/store.exp: Allow register variables to be optimized out at
3781 -O0.
3782
3783 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3784
3785 * gdb.ada/rdv_wait.exp: Update to new task names.
3786 * gdb.base/task_switch_in_core.exp: Likewise.
3787 * gdb.base/info_sources_base.c: Likewise.
3788
3789 2019-09-10 Tom Tromey <tromey@adacore.com>
3790
3791 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3792
3793 2019-09-10 Tom Tromey <tromey@adacore.com>
3794
3795 * gdb.ada/dgopt.exp: New file.
3796 * gdb.ada/dgopt/x.adb: New file.
3797
3798 2019-09-08 Tom Tromey <tom@tromey.com>
3799
3800 * gdb.tui/resize.exp: Remove setup_xfail.
3801 * gdb.tui/regs.exp: Remove setup_xfail.
3802 * gdb.tui/basic.exp: Remove setup_xfail.
3803
3804 2019-09-06 David Blaikie <dblaikie@gmail.com>
3805
3806 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3807 * gdb.cp/cplabel.exp: Ditto.
3808 * gdb.linespec/ls-errs.exp: Ditto.
3809
3810 2019-09-05 Tom de Vries <tdevries@suse.de>
3811
3812 * lib/gdb.exp (cmp_file_string): New proc.
3813 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3814 runto_main. Verify save breakpoints output.
3815
3816 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3817
3818 * gdb.base/info-var.exp: Test info variables without running
3819 to main, to avoid expect's buffer overflow.
3820
3821 2019-09-03 Tom Tromey <tromey@adacore.com>
3822
3823 * gdb.ada/bias.exp: New file.
3824 * gdb.ada/bias/bias.adb: New file.
3825 * gdb.ada/print_chars.exp: Add regression test.
3826 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3827 (MC): New variable.
3828
3829 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3830
3831 * gdb.base/argv0-symlink.exp: Run only on native target
3832 and local host.
3833
3834 2019-08-29 Tom de Vries <tdevries@suse.de>
3835
3836 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3837 diverse debug info.
3838 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3839
3840 2019-08-28 Tom de Vries <tdevries@suse.de>
3841
3842 * gdb.base/info-var.exp: Allow info variables to print info for files
3843 other than info-var-f1.c and info-var-f2.c.
3844
3845 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3846
3847 * gdb.fortran/info-types.exp: Add module.
3848 * gdb.fortran/info-types.f90: Update expected results.
3849
3850 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.fortran/info-types.exp: New file.
3853 * gdb.fortran/info-types.f90: New file.
3854 * lib/fortran.exp (fortran_character1): New proc.
3855
3856 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3857
3858 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3859 functions'. Reindent as needed.
3860 * gdb.base/info-var-f1.c: New file.
3861 * gdb.base/info-var-f2.c: New file.
3862 * gdb.base/info-var.exp: New file.
3863 * gdb.base/info-var.h: New file.
3864
3865 2019-08-26 Tom de Vries <tdevries@suse.de>
3866
3867 PR c++/24852
3868 * gdb.cp/no-libstdcxx-probe.exp: New test.
3869
3870 2019-08-26 Tom de Vries <tdevries@suse.de>
3871
3872 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3873 * tests need to be skipped.
3874 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3875 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3876 mi_skip_libstdcxx_probe_tests.
3877
3878 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3879
3880 * gdb.python/py-xmethods.exp: Use raw strings when passing
3881 arguments to SimpleXMethodMatcher.
3882
3883 2019-08-22 Tom de Vries <tdevries@suse.de>
3884
3885 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3886 more informative.
3887
3888 2019-08-21 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.base/with.exp: Test "with" with no arguments.
3891
3892 2019-08-21 Tom de Vries <tdevries@suse.de>
3893
3894 * gdb.base/gdb-caching-proc.exp: Sort files.
3895
3896 2019-08-20 Tom de Vries <tdevries@suse.de>
3897
3898 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3899 compilation.
3900
3901 2019-08-16 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.base/compare-sections.exp ("after run to main"): Allow
3904 mismatched read-only sections for PIE executables.
3905
3906 2019-08-16 Tom Tromey <tom@tromey.com>
3907
3908 * lib/tuiterm.exp (_csi_Z): New proc.
3909 * gdb.tui/basic.exp: Update window positions.
3910 * gdb.tui/empty.exp: Update window positions.
3911
3912 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3913
3914 * gdb.base/examine-backward.exp: Correct regexp for
3915 "examine 3 bytes backward from ${address_zero}".
3916
3917 2019-08-15 Tom Tromey <tom@tromey.com>
3918
3919 * gdb.tui/empty.exp: Enable resizing tests.
3920
3921 2019-08-15 Tom Tromey <tromey@adacore.com>
3922
3923 * gdb.ada/char_enum.exp: Add regression tests.
3924 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3925 and '0'.
3926 (Char, Gchar): Update.
3927 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3928
3929 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3930
3931 * gdb.python/python.exp: Expect a leading underscore on
3932 GdbOutput{,Error}File.
3933
3934 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3935
3936 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3937 Windows host.
3938
3939 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3940
3941 * gdb.base/batch-preserve-term-settings.exp
3942 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3943
3944 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3945
3946 * lib/gdb.exp: When running on a mingw target, replace
3947 /x/ with x:/.
3948
3949 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3950
3951 * gdb.arch/aarch64-prologue.c: New test.
3952 * gdb.arch/aarch64-prologue.exp: New file.
3953
3954 2019-08-13 Tom de Vries <tdevries@suse.de>
3955
3956 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3957 Thread.
3958
3959 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3960
3961 * gdb.python/py-completion.exp: Download the .py file to the host
3962 and use its host pathname. Conditionalize tests that use
3963 tab completion and manipulate files on the build machine.
3964 * gdb.python/py-events.exp: Download the .py file to the host
3965 and use its host pathname.
3966 * gdb.python/py-evsignal.exp: Likewise.
3967 * gdb.python/py-evthreads.exp: Likewise.
3968 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3969 pathname syntax.
3970 * gdb.python/py-framefilter.exp: Download the .py file to the right
3971 place on the host. Match Windows pathname syntax.
3972 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3973 .py file to the host and use its host pathname.
3974 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3975 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3976 build pathname. Skip symlink test on Windows host. Add missing
3977 newline at end of file.
3978 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3979 and use its host pathname.
3980 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3981 * gdb.python/py-section-script.exp: Use host location of binfile
3982 on safe-path. Use correct path separator on Windows host.
3983 Reorder alternatives in gdb_test_multiple to prevent matching
3984 the wrong alternative on success.
3985 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3986
3987 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3988
3989 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3990 expect the GDB inferior to no longer immediately stop after
3991 being resumed with "signal SIGINT".
3992
3993 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3994
3995 * gdb.linespec/break-ask.exp: Generalize regexps to match
3996 Windows pathnames too.
3997
3998 2019-08-08 Tom de Vries <tdevries@suse.de>
3999
4000 PR testsuite/24862
4001 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4002
4003 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4004
4005 * gdb.base/style.exp: Update tests for help doc new invariants.
4006 * gdb.base/help.exp: Likewise.
4007
4008 2019-08-06 Tom Tromey <tom@tromey.com>
4009
4010 * gdb.base/style.exp: Add disassemble test.
4011 * gdb.base/style.c (some_called_function): New function.
4012 (main): Use it.
4013
4014 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4015
4016 * gdb.python/py-block.exp: Test dictionary access on blocks.
4017
4018 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4019
4020 PR gdb/24863
4021 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4022 -list-thread-groups --available test when running under
4023 check-read1.
4024
4025 2019-08-05 Tom de Vries <tdevries@suse.de>
4026
4027 PR testsuite/24863
4028 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4029 * gdb.base/help.exp: Use with_read1_timeout_factor.
4030 * gdb.base/info-macros.exp: Same.
4031 * gdb.cp/nested-types.exp: Same.
4032
4033 2019-08-05 Tom de Vries <tdevries@suse.de>
4034
4035 * lib/gdb.exp (version_at_least): Factor out of ...
4036 (tcl_version_at_least): ... here.
4037 (gdb_compile): Fail if pie results in non-PIE executable.
4038 (readelf_version, readelf_prints_pie): New proc.
4039 (exec_is_pie): Return -1 if unknown.
4040
4041 2019-08-05 Tom de Vries <tdevries@suse.de>
4042
4043 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4044
4045 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4046
4047 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4048
4049 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4050
4051 * lib/completion-support.exp (test_gdb_complete_none): Skip
4052 tab completion tests if no readline support.
4053 (test_gdb_complete_unique_re): Likewise.
4054 (test_gdb_complete_multiple): Likewise.
4055
4056 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4057
4058 * gdb.base/info_sources.exp: New file.
4059 * gdb.base/info_sources.c: New file.
4060 * gdb.base/info_sources_base.c: New file.
4061
4062 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4063
4064 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4065 prefix argument.
4066 (test_exit_status): Add prefix argument.
4067
4068 2019-08-01 Tom de Vries <tdevries@suse.de>
4069
4070 PR testsuite/24863
4071 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4072 calling exp_continue for new thread and thread exited messages.
4073
4074 2019-08-01 Tom de Vries <tdevries@suse.de>
4075
4076 PR testsuite/24863
4077 * gdb.base/structs.exp: Fix check-read1 timeout using
4078 gdb_test_sequence.
4079 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4080
4081 2019-08-01 Tom de Vries <tdevries@suse.de>
4082
4083 PR testsuite/24863
4084 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4085 line.
4086
4087 2019-08-01 Tom de Vries <tdevries@suse.de>
4088
4089 PR testsuite/24863
4090 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4091
4092 2019-07-30 Tom Tromey <tromey@adacore.com>
4093
4094 * gdb.ada/display_nested.exp: New file.
4095 * gdb.ada/display_nested/foo.adb: New file.
4096 * gdb.ada/display_nested/pack.adb: New file.
4097 * gdb.ada/display_nested/pack.ads: New file.
4098
4099 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4100
4101 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4102 namespace.
4103 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4104
4105 2019-07-30 Tom de Vries <tdevries@suse.de>
4106
4107 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4108 instead.
4109
4110 2019-07-30 Tom de Vries <tdevries@suse.de>
4111
4112 PR testsuite/24834
4113 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4114 (exec_is_pie): New proc.
4115
4116 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4117
4118 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4119
4120 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4121
4122 * gdb.python/py-objfile.c: Add global and static vars.
4123 * gdb.python/py-objfile.exp: Test new functions Objfile.
4124 lookup_global_symbol and lookup_static_symbol.
4125
4126 2019-07-29 Tom Tromey <tom@tromey.com>
4127
4128 * lib/tuiterm.exp (Term::_csi_@): New proc.
4129 (Term::_csi_X): Don't move cursor.
4130
4131 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4132
4133 * gdb.base/options.exp: Update backtrace - completion to
4134 new option -frame-info.
4135 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4136 Test new 'set print frame-info'. Test backtrace -frame-info
4137 overriding 'set print frame-info'.
4138 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4139 Test new 'set print frame-info'.
4140 Verify consistency of backtrace with and without filters, with and
4141 without -no-filters.
4142 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4143 default.
4144
4145 2019-07-29 Tom de Vries <tdevries@suse.de>
4146
4147 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4148 no arguments".
4149
4150 2019-07-29 Tom de Vries <tdevries@suse.de>
4151
4152 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4153 is a substring of the first for "complete non-unique file name".
4154
4155 2019-07-29 Tom de Vries <tdevries@suse.de>
4156
4157 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4158 with ".*".
4159
4160 2019-07-29 Tom de Vries <tdevries@suse.de>
4161
4162 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4163 Pass prompt_regexp parameter to gdb_test_multiple calls.
4164
4165 2019-07-29 Tom de Vries <tdevries@suse.de>
4166
4167 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4168 print registers" regexps.
4169
4170 2019-07-29 Tom de Vries <tdevries@suse.de>
4171
4172 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4173
4174 2019-07-29 Tom de Vries <tdevries@suse.de>
4175
4176 PR gdb/24855
4177 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4178 (skip_python_tests_prompt): Add prompt_regexp argument to
4179 gdb_test_multiple calls.
4180
4181 2019-07-27 Tom Tromey <tom@tromey.com>
4182
4183 * gdb.tui/main.exp: New file.
4184
4185 2019-07-27 Tom Tromey <tom@tromey.com>
4186
4187 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4188 optional.
4189 * gdb.tui/empty.exp: New file.
4190
4191 2019-07-27 Tom Tromey <tom@tromey.com>
4192
4193 * lib/tuiterm.exp (spawn): New proc.
4194 (Term::resize): New proc.
4195 * gdb.tui/resize.exp: New file.
4196
4197 2019-07-27 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.tui/list.exp: New file.
4200
4201 2019-07-27 Tom Tromey <tom@tromey.com>
4202
4203 * gdb.tui/regs.exp: New file.
4204
4205 2019-07-27 Tom Tromey <tom@tromey.com>
4206
4207 * gdb.tui/basic.exp: Add "layout split" test.
4208
4209 2019-07-27 Tom Tromey <tom@tromey.com>
4210
4211 * gdb.tui/basic.exp: Add "layout asm" test.
4212
4213 2019-07-27 Tom Tromey <tom@tromey.com>
4214
4215 * lib/tuiterm.exp: New file.
4216 * gdb.tui/basic.exp: New file.
4217
4218 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4219
4220 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4221 Enable tests associated with this flag. Adjust regex
4222 referencing "foo_low" to now refer to "foo_cold" instead.
4223
4224 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4225
4226 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4227 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4228 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4229 foo_cold. Revise comments to match.
4230 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4231 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4232 were wrapped into this proc; Call do_test in loop from outermost
4233 level.
4234 (foo_low): Rename all occurrences to "foo_cold".
4235 (backtrace from baz): New test.
4236 (x2/i foo_cold): New test.
4237 (info line *foo_cold): New test.
4238
4239 2019-07-26 Tom de Vries <tdevries@suse.de>
4240
4241 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4242
4243 2019-07-25 Tom de Vries <tdevries@suse.de>
4244
4245 PR testsuite/24830
4246 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4247 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4248 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4249 (skip_libstdcxx_probe_tests): ... here.
4250 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4251
4252 2019-07-24 Tom de Vries <tdevries@suse.de>
4253
4254 PR testsuite/24807
4255 * gdb.objc/basicclass.m: Include stdio.h.
4256 * gdb.objc/nondebug.m: Same.
4257 * gdb.objc/objcdecode.m: Same.
4258
4259 2019-07-24 Tom de Vries <tdevries@suse.de>
4260
4261 PR testsuite/24612
4262 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4263 additional_flags.
4264
4265 2019-07-24 Tom de Vries <tdevries@suse.de>
4266
4267 PR testsuite/24831
4268 * gdb.multi/tids.exp: Update error messages for info threads.
4269
4270 2019-07-24 Tom de Vries <tdevries@suse.de>
4271
4272 * gdb.base/info-types.exp: Allow info types to print info for more than
4273 one file.
4274
4275 2019-07-23 Tom de Vries <tdevries@suse.de>
4276
4277 PR testsuite/24842
4278 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4279 gdb_spawn_with_cmdline_opts.
4280
4281 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4282
4283 * gdb.arch/arm-cmse-sgstubs.c: New test.
4284 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4285
4286 2019-07-23 Tom de Vries <tdevries@suse.de>
4287
4288 PR testsuite/24711
4289 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4290 issuing next command.
4291
4292 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * gdb.ada/info_auto_lang.exp: Update expected results.
4295 * gdb.base/info-types.c: Add additional types to check.
4296 * gdb.base/info-types.exp: Update expected results.
4297
4298 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4299
4300 * gdb.base/info-types.c: New file.
4301 * gdb.base/info-types.exp: New file.
4302
4303 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4304
4305 * gdb.arch/riscv-bp-infcall.c: New file.
4306 * gdb.arch/riscv-bp-infcall.exp: New file.
4307
4308 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4309
4310 PR breakpoints/24541
4311 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4312
4313 2019-07-14 Tom de Vries <tdevries@suse.de>
4314
4315 PR testsuite/24760
4316 * gdb.objc/basicclass.exp: Fix unterminated string.
4317
4318 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4319 Andrew Burgess <andrew.burgess@embecosm.com>
4320
4321 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4322 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4323 negative bounds.
4324 * gdb.fortran/vla-value.exp: Print elements of an array with
4325 negative bounds.
4326 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4327 testing.
4328
4329 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4330
4331 * gdb.base/options.exp (expect_string): Dequote strings in
4332 results.
4333 (test-string): Test strings with different quoting and reindent.
4334
4335 2019-07-10 Tom Tromey <tromey@adacore.com>
4336
4337 * gdb.ada/mi_ex_cond.exp: Update expected results.
4338 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4339 * gdb.ada/mi_catch_ex.exp: Update expected results.
4340 * gdb.ada/mi_catch_assert.exp: Update expected results.
4341 * gdb.ada/catch_ex.exp (catch_exception_info)
4342 (catch_exception_entry, catch_assert_entry)
4343 (catch_unhandled_entry): Update.
4344 * gdb.ada/catch_assert_if.exp: Update expected results.
4345
4346 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4347 Stephen Roberts <stephen.roberts@arm.com>
4348
4349 * gdb.base/define.exp: Restore original prompt.
4350
4351 2019-07-09 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4354 breakpoints" output.
4355 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4356 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4357 throw" creates breakpoint.
4358 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4359 'type="catchpoint"'.
4360
4361 2019-07-09 Pedro Alves <palves@redhat.com>
4362
4363 PR c++/15468
4364 * gdb.cp/except-multi-location-lib.cc: New.
4365 * gdb.cp/except-multi-location-main.cc: New.
4366 * gdb.cp/except-multi-location.exp: New.
4367
4368 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4369
4370 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4371 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4372 argument and update callers.
4373
4374 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4375
4376 * gdb.arch/amd64-break-on-asm-line.S: New file.
4377 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4378
4379 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4380
4381 * gdb.base/printcmds.exp: Test printing C string and
4382 C wide string convenience vars without transiting via the inferior.
4383 Also make test names unique.
4384
4385 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4386
4387 PR breakpoints/25011
4388 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4389
4390 2019-07-04 Pedro Alves <palves@redhat.com>
4391
4392 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4393 body returned ok(0), break(3) or continue(4).
4394 * gdb.testsuite/foreach_with_prefix.exp: New file.
4395
4396 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4397
4398 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4399
4400 2019-07-03 Pedro Alves <palves@redhat.com>
4401
4402 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4403 "return -code".
4404
4405 2019-07-03 Pedro Alves <palves@redhat.com>
4406
4407 PR cli/24732
4408 * gdb.base/shell.exp: Load completion-support.exp.
4409 Adjust expected error output. Add completion tests.
4410
4411 2019-07-03 Pedro Alves <palves@redhat.com>
4412
4413 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4414 string_to_regexp.
4415
4416 2019-07-03 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4419 (expect_integer): Adjust to expect "-string".
4420 (expect_string): New.
4421 (all_options): Expect "-string".
4422 (test-flag, test-boolean): Adjust to expect "-string".
4423 (test-string): New proc.
4424 (top level): Call it.
4425
4426 2019-07-03 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4429 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4430 the expected output in the success.
4431
4432 2019-07-03 Pedro Alves <palves@redhat.com>
4433
4434 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4435 Split one gdb_test_multiple call in two to avoid a race.
4436
4437 2019-07-03 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/with.c: New file.
4440 * gdb.base/with.exp: New file.
4441
4442 2019-07-03 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.base/settings.exp: Replace all references to "maint
4445 test-settings set" with references to "maint set test-settings",
4446 and all references to "maint test-settings show" with references
4447 to "maint show test-settings".
4448
4449 2019-07-03 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.base/settings.exp (test-string): Adjust expected out when
4452 testing "maint test-settings show filename"
4453
4454 2019-07-02 Pedro Alves <palves@redhat.com>
4455
4456 * gdb.base/options.exp (test-info-threads): New procedure.
4457 (top level): Call it.
4458
4459 2019-06-28 Tom Tromey <tromey@adacore.com>
4460
4461 * gdb.dwarf2/ada-linkage-name.c: New file.
4462 * gdb.dwarf2/ada-linkage-name.exp: New file.
4463
4464 2019-06-27 Tom Tromey <tromey@adacore.com>
4465
4466 PR c++/20020:
4467 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4468
4469 2019-06-26 Tom de Vries <tdevries@suse.de>
4470
4471 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4472
4473 2019-06-26 Tom de Vries <tdevries@suse.de>
4474
4475 * gdb.base/index-cache.exp: Add back missing debug option.
4476
4477 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4478
4479 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4480
4481 2019-06-25 Tom de Vries <tdevries@suse.de>
4482
4483 PR testsuite/24727
4484 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4485
4486 2019-06-24 Tom de Vries <tdevries@suse.de>
4487
4488 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4489
4490 2019-06-24 Tom de Vries <tdevries@suse.de>
4491
4492 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4493 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4494 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4495
4496 2019-06-24 Tom de Vries <tdevries@suse.de>
4497
4498 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4499
4500 2019-06-21 Tom de Vries <tdevries@suse.de>
4501
4502 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4503
4504 2019-06-21 Tom de Vries <tdevries@suse.de>
4505
4506 PR testsuite/24518
4507 PR ada/24713
4508 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4509 index.
4510
4511 2019-06-19 Tom Tromey <tromey@adacore.com>
4512
4513 * gdb.ada/length_cond.exp: Add intro comment.
4514
4515 2019-06-19 Tom Tromey <tromey@adacore.com>
4516
4517 * gdb.ada/length_cond.exp: New file.
4518 * gdb.ada/length_cond/length_cond.adb: New file.
4519 * gdb.ada/length_cond/pck.adb: New file.
4520 * gdb.ada/length_cond/pck.ads: New file.
4521
4522 2019-06-18 Tom de Vries <tdevries@suse.de>
4523
4524 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4525
4526 2019-06-18 Tom Tromey <tromey@adacore.com>
4527
4528 * gdb.base/list0.h: Add comment explaining control character.
4529
4530 2019-06-18 Tom de Vries <tdevries@suse.de>
4531
4532 * boards/fission.exp: Break up long debug_flags line.
4533
4534 2019-06-16 Tom de Vries <tdevries@suse.de>
4535
4536 PR gdb/24445
4537 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4538 generated index.
4539
4540 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4541
4542 PR gdb/24686
4543 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4544 improve detection of bug gdb/24541.
4545
4546 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4547
4548 PR gdb/24669
4549 * gdb.base/index-cache.exp (uses_readnow,
4550 expecting_index_cache_use): Define global variable.
4551 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4552 expecting_index_cache_use.
4553
4554 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4555 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.fortran/pointers.f90: New file.
4558 * gdb.fortran/print_type.exp: New file.
4559 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4560 * gdb.fortran/vla-type.exp: Likewise.
4561 * gdb.fortran/vla-value.exp: Likewise.
4562 * gdb.mi/mi-vla-fortran.exp: Likewise.
4563
4564 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4565
4566 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4567 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4568 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4569 as a stop reason.
4570
4571 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4572
4573 * gdb.base/annota1.exp: Update expected results.
4574 * gdb.cp/annota2.exp: Likewise.
4575 * gdb.cp/annota3.exp: Likewise.
4576
4577 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4578
4579 * gdb.base/style-logging.exp: Remove path from test name.
4580
4581 2019-06-14 Tom Tromey <tromey@adacore.com>
4582
4583 PR gdb/24502:
4584 * gdb.base/style-logging.exp: New file.
4585
4586 2019-06-14 Tom Tromey <tromey@adacore.com>
4587
4588 * gdb.base/symfile-warn.exp: New file.
4589 * gdb.base/symfile-warn.c: New file.
4590
4591 2019-06-14 Tom Tromey <tromey@adacore.com>
4592
4593 * gdb.base/annotate-symlink.exp: New file.
4594
4595 2019-06-14 Tom Tromey <tromey@adacore.com>
4596
4597 * gdb.ada/set_wstr.exp: Add reassignment test.
4598
4599 2019-06-14 Tom Tromey <tromey@adacore.com>
4600
4601 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4602 'unchecked_access and 'unrestricted_access as well.
4603
4604 2019-06-14 Tom Tromey <tromey@adacore.com>
4605
4606 PR ada/24539:
4607 * gdb.ada/vla.exp: Update tests.
4608 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4609 pragma.
4610
4611 2019-06-13 Pedro Alves <palves@redhat.com>
4612
4613 * gdb.base/settings.exp (test-integer): Test junk after
4614 "unlimited".
4615
4616 2019-06-13 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.base/options.exp (test-thread-apply): New.
4619 (top level): Call it.
4620
4621 2019-06-13 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.base/options.exp (test-frame-apply): New.
4624 (top level): Test print commands with different "frame apply"
4625 prefixes.
4626
4627 2019-06-13 Pedro Alves <palves@redhat.com>
4628
4629 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4630 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4631 'max_completions' parameter and handle it.
4632 (test_gdb_completion_offers_commands): New.
4633
4634 2019-06-13 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4637
4638 2019-06-13 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.base/options.exp (test-backtrace): New.
4641 (top level): Call it.
4642
4643 2019-06-13 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.guile/scm-frame-args.exp: Use "set print
4646 raw-frame-arguments" instead of "set print raw frame-arguments".
4647 * gdb.python/py-frame-args.exp: Likewise.
4648
4649 2019-06-13 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.compile/compile.exp: Adjust expected output to option
4652 processing changes.
4653
4654 2019-06-13 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.base/options.exp: Build executable.
4657 (test-print): New procedure.
4658 (top level): Call it, once for "print" and another for "compile
4659 print".
4660
4661 2019-06-13 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/options.c: New file.
4664 * gdb.base/options.exp: New file.
4665
4666 2019-06-13 Pedro Alves <palves@redhat.com>
4667
4668 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4669 that "o" is ambiguous.
4670
4671 2019-06-13 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.base/settings.c: New file.
4674 * gdb.base/settings.exp: New file.
4675
4676 2019-06-13 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.base/completion.exp: Fix comment typo.
4679
4680 2019-06-13 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4683 foo --1" test.
4684
4685 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4686
4687 * gdb.fortran/block-data.f: New.
4688 * gdb.fortran/block-data.exp: New.
4689
4690 2019-06-11 Tom de Vries <tdevries@suse.de>
4691
4692 PR testsuite/24521
4693 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4694 message.
4695
4696 2019-06-11 Tom de Vries <tdevries@suse.de>
4697
4698 PR testsuite/24521
4699 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4700
4701 2019-06-11 Tom de Vries <tdevries@suse.de>
4702
4703 * boards/readnow.exp: New file.
4704
4705 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4706
4707 * gdb.fortran/vla-sizeof.exp: Update expected results.
4708
4709 2019-06-06 Amos Bird <amosbird@gmail.com>
4710
4711 * gdb.base/annota1.exp (thread_switch): Add test for
4712 thread-exited annotation.
4713
4714 2019-06-06 Tom Tromey <tromey@adacore.com>
4715
4716 * gdb.base/maint.exp: Expect command started/finished output.
4717
4718 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4719
4720 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4721 comment.
4722 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4723
4724 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4725
4726 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4727 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4728 * gdb.arch/riscv-unwind-long-insn.c: New file.
4729 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4730
4731 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4732
4733 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4734
4735 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4736
4737 * lib/gdb.exp (help_list_trailer): New regexp variable
4738 factorizing the help trailer message.
4739 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4740 arg to allow to better factorize various tests.
4741 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4742 (test_prefix_command_help): Use help_list_trailer.
4743 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4744 * gdb.guile/scm-cmd.exp: Likewise.
4745 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4746 * gdb.base/help.exp: Use test_user_defined_class_help.
4747 * gdb.base/style.exp: Add tests for styling of help and apropos.
4748 * lib/gdb-utils.exp (style): Add title and highlight styles.
4749
4750 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4751
4752 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4753 $_shell_exitsignal.
4754 * gdb.base/default.exp: Update for new convenience variables.
4755
4756 2019-05-29 Tom Tromey <tromey@adacore.com>
4757
4758 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4759 to "break complete ada" test case's regexp.
4760
4761 2019-05-29 Tom Tromey <tromey@adacore.com>
4762
4763 PR c++/20020:
4764 * gdb.cp/constexpr-field.exp: New file.
4765 * gdb.cp/constexpr-field.cc: New file.
4766
4767 2019-05-29 Tom Tromey <tromey@adacore.com>
4768
4769 * gdb.base/finish.exp (finish_no_print): New proc.
4770 (finish_tests): Call it.
4771
4772 2019-05-24 Tom de Vries <tdevries@suse.de>
4773
4774 * gdb.dwarf2/gdb-add-index.exp: New file.
4775
4776 2019-05-22 Tom Tromey <tromey@adacore.com>
4777
4778 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4779 * gdb.base/style.exp: Use "style".
4780 * lib/gdb-utils.exp (style): New proc.
4781
4782 2019-05-22 Tom de Vries <tdevries@suse.de>
4783
4784 * gdb.base/align.exp: Require c++11.
4785
4786 2019-05-22 Tom de Vries <tdevries@suse.de>
4787
4788 PR testsuite/24586
4789 * gdb.python/py-mi-var-info-path-expression.exp: Call
4790 mi_skip_python_tests to check if python is supported.
4791
4792 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4793
4794 * gdb.arch/aarch64-pauth.c: New test.
4795 * gdb.arch/aarch64-pauth.exp: New file.
4796
4797 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4798
4799 * README (Re-running Tests Outside The Testsuite): New section.
4800
4801 2019-05-21 Tom de Vries <tdevries@suse.de>
4802
4803 * gdb.arch/amd64-eval.exp: Require c++11.
4804 * gdb.base/max-depth.exp: Same.
4805 * gdb.compile/compile-cplus-array-decay.exp: Same.
4806 * gdb.cp/meth-typedefs.exp: Same.
4807 * gdb.cp/subtypes.exp: Same.
4808 * gdb.cp/temargs.exp: Same.
4809
4810 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4811
4812 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4813
4814 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4815
4816 PR gdb/18644
4817 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4818 * gdb.fortran/printing-types.exp: Add new test.
4819 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4820 testing.
4821 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4822 setup_kfail call.
4823
4824 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4825
4826 * README (Running the Testsuite): Change example.
4827 (Testsuite Parameters): Remove TRANSCRIPT.
4828 * lib/gdb.exp: Remove TRANSCRIPT check.
4829
4830 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4831
4832 * README (Testsuite Parameters): Add replay logging to
4833 GDBSERVER_DEBUG.
4834 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4835 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4836 as a comma separated list.
4837 (gdb_debug_init): Override procedure.
4838
4839 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4840
4841 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4842 (gdb_write_cmd_file): New procedure.
4843 * lib/gdbserver-support.exp (gdbserver_start): Call
4844 gdbserver_write_cmd_file.
4845 (gdbserver_write_cmd_file): New procedure.
4846
4847 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4848
4849 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4850 (delete_breakpoints): Likewise.
4851 (gdb_run_cmd): Likewise.
4852 (gdb_start_cmd): Likewise.
4853 (gdb_starti_cmd): Likewise.
4854 (gdb_internal_error_resync): Likewise.
4855 (gdb_test_multiple): Likewise.
4856 (gdb_reinitialize_dir): Likewise.
4857 (default_gdb_exit): Likewise.
4858 (gdb_file_cmd): Mark kill as optional.
4859 (default_gdb_start): Call gdb_stdin_log_init.
4860 (send_gdb): Call gdb_stdin_log_write.
4861 (rerun_to_main): Mark Y as an answer.
4862 (gdb_stdin_log_init): New function.
4863 (gdb_stdin_log_write): Likewise.
4864
4865 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4866
4867 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4868 * gdb.base/debug-expr.exp: Likewise.
4869 * gdb.base/foll-fork.exp: Likewise.
4870 * gdb.base/foll-vfork.exp: Likewise.
4871 * gdb.base/fork-print-inferior-events.exp: Likewise.
4872 * gdb.base/gdb-sigterm.exp: Likewise.
4873 * gdb.base/gdbinit-history.exp: Likewise.
4874 * gdb.base/osabi.exp: Likewise.
4875 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4876 * gdb.base/ui-redirect.exp: Likewise.
4877 * gdb.gdb/unittest.exp: Likewise.
4878 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4879 * gdb.mi/mi-watch.exp: Likewise.
4880 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4881 * gdb.mi/user-selected-context-sync.exp: Likewise.
4882 * gdb.python/python.exp: Disable debug test when debugging.
4883 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4884 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4885 Likewise.
4886 * gdb.threads/stepi-random-signal.exp: Likewise.
4887
4888 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4889
4890 * Makefile.in: Pass through GDB_DEBUG.
4891 * README (Testsuite Parameters): Add GDB_DEBUG.
4892 (gdb,debug): Add board setting.
4893 * lib/gdb.exp (default_gdb_start): Start debugging.
4894 (gdb_debug_enabled): New procedure.
4895 (gdb_debug_init): Likewise.
4896
4897 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4898
4899 * Makefile.in: Pass through GDB_DEBUG.
4900 * README (Testsuite Parameters): Add GDB_DEBUG.
4901 (gdb,debug): Add board setting.
4902 * lib/gdb.exp (default_gdb_start): Start debugging.
4903 (gdb_debug_enabled): New procedure.
4904 (gdb_debug_init): Likewise.
4905
4906 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4907
4908 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4909
4910 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4911
4912 * gdb.base/ui-redirect.exp: Test redirection.
4913
4914 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4915
4916 * gdb.mi/mi-complete.exp: New file.
4917 * gdb.mi/mi-complete.cc: Likewise.
4918
4919 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4920
4921 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4922 indexed and sliced arrays, and pointers to arrays.
4923
4924 2019-05-14 Tom Tromey <tromey@adacore.com>
4925
4926 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4927 styling test.
4928
4929 2019-05-14 Tom de Vries <tdevries@suse.de>
4930
4931 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4932 selection entry encoding.
4933
4934 2019-05-10 Tom Tromey <tromey@adacore.com>
4935
4936 * gdb.ada/info_exc.exp: Add "complete" test.
4937
4938 2019-05-09 Tom de Vries <tdevries@suse.de>
4939
4940 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4941 CU-relative.
4942
4943 2019-05-09 Tom de Vries <tdevries@suse.de>
4944
4945 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4946 CU-relative.
4947
4948 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4949
4950 * gdb.ada/frame_arg_lang.exp: New testcase.
4951 * gdb.ada/frame_arg_lang/bla.adb: New file.
4952 * gdb.ada/frame_arg_lang/pck.ads: New file.
4953 * gdb.ada/frame_arg_lang/pck.adb: New file.
4954 * gdb.ada/frame_arg_lang/foo.c: New file.
4955
4956 2019-05-08 Tom Tromey <tromey@adacore.com>
4957
4958 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4959
4960 2019-05-08 Tom Tromey <tromey@adacore.com>
4961
4962 * gdb.base/ptype-offsets.exp: Update tests.
4963
4964 2019-05-08 Tom Tromey <tromey@adacore.com>
4965
4966 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4967 cases.
4968 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4969 "short".
4970
4971 2019-05-08 Tom Tromey <tromey@adacore.com>
4972
4973 * gdb.ada/vla.exp: New file.
4974 * gdb.ada/vla/vla.adb: New file.
4975
4976 2019-05-07 Tom de Vries <tdevries@suse.de>
4977
4978 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4979
4980 2019-05-07 Tom de Vries <tdevries@suse.de>
4981
4982 PR testsuite/24522
4983 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4984 section.
4985
4986 2019-05-07 Tom de Vries <tdevries@suse.de>
4987
4988 PR testsuite/24522
4989 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4990 .debug_aranges section.
4991
4992 2019-05-07 Tom de Vries <tdevries@suse.de>
4993
4994 PR testsuite/24159
4995 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4996
4997 2019-05-06 Tom de Vries <tdevries@suse.de>
4998
4999 * lib/gdb.exp (exec_has_index_section): New proc.
5000 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5001 section.
5002
5003 2019-05-04 Tom de Vries <tdevries@suse.de>
5004
5005 * boards/cc-with-debug-names.exp: New file.
5006
5007 2019-05-03 Tom Tromey <tromey@adacore.com>
5008
5009 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5010 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5011 * gdb.ada/char_enum.exp: Add test.
5012
5013 2019-05-03 Tom de Vries <tdevries@suse.de>
5014
5015 * boards/cc-with-gdb-index.exp: New file.
5016
5017 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5018
5019 * gdb.rust/simple.exp: Add new test case.
5020 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5021 (main): Initialise an instance of the new struct.
5022
5023 2019-05-01 Tom Tromey <tromey@adacore.com>
5024
5025 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5026 record.
5027 (NPR): New variable.
5028 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5029 test.
5030
5031 2019-05-01 Tom Tromey <tromey@adacore.com>
5032
5033 * gdb.ada/packed_array_assign.exp: Add packed assignment
5034 regression test.
5035
5036 2019-05-01 Tom de Vries <tdevries@suse.de>
5037
5038 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5039
5040 2019-05-01 Tom de Vries <tdevries@suse.de>
5041
5042 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5043
5044 2019-04-30 Ali Tamur <tamur@google.com>
5045
5046 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5047
5048 2019-04-30 Tom Tromey <tromey@adacore.com>
5049
5050 * lib/ada.exp (find_ada_tool): New proc.
5051 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5052 * gdb.ada/catch_ex_std.exp: New file.
5053 * gdb.ada/catch_ex_std/foo.adb: New file.
5054 * gdb.ada/catch_ex_std/some_package.adb: New file.
5055 * gdb.ada/catch_ex_std/some_package.ads: New file.
5056
5057 2019-04-30 Tom Tromey <tromey@adacore.com>
5058
5059 PR c++/24470:
5060 * gdb.cp/temargs.cc: Add test code from PR.
5061
5062 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5063
5064 * gdb.fortran/vla-datatypes.exp: Update expected results.
5065 * gdb.fortran/vla-ptype.exp: Likewise.
5066 * gdb.fortran/vla-type.exp: Likewise.
5067 * gdb.fortran/vla-value.exp: Likewise.
5068
5069 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5070
5071 * gdb.fortran/ptr-indentation.exp: Update expected results.
5072 * gdb.fortran/ptype-on-functions.exp: Likewise.
5073 * gdb.fortran/vla-ptr-info.exp: Likewise.
5074 * gdb.fortran/vla-value.exp: Likewise.
5075
5076 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5077
5078 * gdb.fortran/ptype-on-functions.exp: New file.
5079 * gdb.fortran/ptype-on-functions.f90: New file.
5080
5081 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5082
5083 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5084 case void string.
5085
5086 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5087
5088 * gdb.fortran/complex.exp: Expand.
5089 * gdb.fortran/complex.f: Renamed to...
5090 * gdb.fortran/complex.f90: ...this, and extended to add more
5091 complex values.
5092
5093 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5094
5095 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5096 MODULO, CMPLX.
5097
5098 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5099 Richard Bunt <richard.bunt@arm.com>
5100
5101 * gdb.base/max-depth.c: New file.
5102 * gdb.base/max-depth.exp: New file.
5103 * gdb.python/py-nested-maps.c: New file.
5104 * gdb.python/py-nested-maps.exp: New file.
5105 * gdb.python/py-nested-maps.py: New file.
5106 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5107 (test_all_common): Call test_max_depth.
5108 * gdb.fortran/max-depth.exp: New file.
5109 * gdb.fortran/max-depth.f90: New file.
5110 * gdb.go/max-depth.exp: New file.
5111 * gdb.go/max-depth.go: New file.
5112 * gdb.modula2/max-depth.exp: New file.
5113 * gdb.modula2/max-depth.c: New file.
5114 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5115
5116 2019-04-29 Tom de Vries <tdevries@suse.de>
5117
5118 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5119
5120 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5121
5122 * gdb.base/callexit.exp: Test may-call-functions off.
5123
5124 2019-04-25 Keith Seitz <keiths@redhat.com>
5125
5126 PR c++/24367
5127 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5128 (another_incomplete_struct, test_incomplete): New definitions.
5129 (main): Use new definitions.
5130 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5131 functions.
5132
5133 2019-04-25 Ali Tamur <tamur@google.com>
5134
5135 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5136
5137 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5138
5139 PR corefiles/11608
5140 PR corefiles/18187
5141 * gdb.base/coredump-filter-build-id.exp: New file.
5142
5143 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5144
5145 * Makefile.in: Pass through GDBSERVER_DEBUG.
5146 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5147 (gdbserver,debug): Add board setting.
5148 * gdb.trace/tspeed.exp: Skip when debugging.
5149 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5150 * lib/gdbserver-support.exp: Likewise
5151
5152 2019-04-24 Tom Tromey <tromey@adacore.com>
5153
5154 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5155 Rust.
5156
5157 2019-04-24 Tom Tromey <tromey@adacore.com>
5158
5159 * gdb.arch/amd64-eval.exp: Test bitfield return.
5160 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5161 (class Foo) <return_bitfields>: New method.
5162 (main): Call it.
5163
5164 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5165
5166 * gdb.cp/many-args.cc: New file.
5167 * gdb.cp/many-args.exp: New file.
5168
5169 2019-04-23 Tom de Vries <tdevries@suse.de>
5170
5171 PR gdb/24433
5172 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5173
5174 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5175
5176 * gdb.trace/backtrace.exp: Use nopie flag.
5177 * gdb.trace/circ.exp: Likewise.
5178 * gdb.trace/collection.exp: Likewise.
5179 * gdb.trace/ftrace.exp: Likewise.
5180 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5181 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5182 * gdb.trace/qtro.exp: Likewise.
5183 * gdb.trace/read-memory.exp: Likewise.
5184 * gdb.trace/report.exp: Likewise.
5185 * gdb.trace/tfile.exp: Likewise.
5186 * gdb.trace/tfind.exp: Likewise.
5187 * gdb.trace/unavailable.exp: Likewise.
5188
5189 2019-04-22 Pedro Alves <palves@redhat.com>
5190
5191 * gdb.base/solib-probes-nosharedlibrary.c,
5192 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5193
5194 2019-04-19 Tom Tromey <tromey@adacore.com>
5195
5196 * gdb.ada/ptype_union.c: New file.
5197 * gdb.ada/ptype_union.exp: New file.
5198
5199 2019-04-19 Tom Tromey <tromey@adacore.com>
5200
5201 PR symtab/24423:
5202 * gdb.base/list0.h (foo): Add a control-l character.
5203
5204 2019-04-18 Tom de Vries <tdevries@suse.de>
5205
5206 PR gdb/24433
5207 * boards/local-board.exp: Set sysroot to "".
5208
5209 2019-04-18 Tom de Vries <tdevries@suse.de>
5210 Pedro Alves <palves@redhat.com>
5211
5212 PR gdb/24454
5213 * gdb.threads/vfork-follow-child-exec.c: New file.
5214 * gdb.threads/vfork-follow-child-exec.exp: New file.
5215 * gdb.threads/vfork-follow-child-exit.c: New file.
5216 * gdb.threads/vfork-follow-child-exit.exp: New file.
5217
5218 2019-04-15 Leszek Swirski <leszeks@google.com>
5219
5220 * gdb.arch/amd64-eval.cc: New file.
5221 * gdb.arch/amd64-eval.exp: New file.
5222
5223 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5224
5225 * gdb.server/sysroot.c: New test.
5226 * gdb.server/sysroot.exp: New file.
5227 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5228 matching param.
5229
5230 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5231
5232 * gdb.base/align.exp: Extend test to cover structures containing
5233 only static fields.
5234
5235 2019-04-11 Tom de Vries <tdevries@suse.de>
5236
5237 * boards/cc-with-dwz-m.exp: New file.
5238 * boards/cc-with-dwz.exp: New file.
5239 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5240
5241 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5242
5243 * gdb.base/start-cpp.exp: New file.
5244 * gdb.base/start-cpp.cc: New file.
5245
5246 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5247
5248 * gdb.python/py-thrhandle.exp: Adjust tests to call
5249 thread_from_handle instead of thread_from_thread_handle.
5250
5251 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5252
5253 * gdb.python/py-thrhandle.exp: Add tests for
5254 gdb.InferiorThread.handle.
5255
5256 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5257
5258 * gdb.python/py-function.exp: Check calling helper function from
5259 all languages.
5260 * lib/gdb.exp (gdb_supported_languages): New proc.
5261
5262 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5263
5264 * gdb.base/complex-parts.c: New file.
5265 * gdb.base/complex-parts.exp: New file.
5266
5267 2019-04-01 Tom Tromey <tromey@adacore.com>
5268
5269 PR symtab/23331:
5270 * gdb.dwarf2/dw2-ranges-main.c: New file.
5271 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5272 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5273
5274 2019-03-30 Simon Marchi <simark@simark.ca>
5275
5276 * gdb.base/default.exp: Add values for $_gdb_major and
5277 $_gdb_minor.
5278
5279 2019-03-29 Tom Tromey <tromey@adacore.com>
5280
5281 * gdb.base/help.exp: Tighten apropos regexp.
5282
5283 2019-03-29 Keith Seitz <keiths@redhat.com>
5284
5285 * gdb.fortran/array-bounds.exp: New file.
5286 * gdb.fortran/array-bounds.f90: New file.
5287
5288 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5289
5290 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5291
5292 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5293
5294 * gdb.multi/hello.c (main): Increase alarm timer.
5295
5296 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5297
5298 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5299 factor when no hardware watchpoint support.
5300
5301 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5302 Pedro Alves <palves@redhat.com>
5303
5304 * boards/local-board.exp: set sysroot to /.
5305
5306 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5307
5308 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5309 in child.
5310
5311 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5314 field.
5315 (make_container): Initialise new field.
5316 * gdb.python/py-prettyprint.exp: Add new tests.
5317 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5318 <display_hint>: New method.
5319
5320 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5321
5322 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5323 gdb_continue_to_breakpoint more throughout this test.
5324 (run_lang_tests) Supply unique test names, and use
5325 gdb_test_no_output.
5326
5327 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5328
5329 * gdb.base/finish-pretty.exp: Update expected results.
5330 * gdb.base/pretty-print.c: New file.
5331 * gdb.base/pretty-print.exp: New file.
5332
5333 2019-03-25 Pedro Alves <palves@redhat.com>
5334
5335 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5336 move comments outside list. Append '-i "" eof' section.
5337
5338 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5339
5340 PR testsuite/25016
5341 * README: Add pie options.
5342 * gdb.base/break-interp.exp: Ensure pie is disabled.
5343 * gdb.base/dump.exp: Likewise.
5344 * lib/gdb.exp (gdb_compile): Add pie option.
5345
5346 2019-03-19 Tom Tromey <tromey@adacore.com>
5347
5348 * gdb.mi/mi2-cli-display.c: New file.
5349 * gdb.mi/mi2-cli-display.exp: New file.
5350
5351 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5352 Tom Tromey <tromey@adacore.com>
5353
5354 * gdb.ada/ptype_array/pck.adb: New file.
5355 * gdb.ada/ptype_array/pck.ads: New file.
5356 * gdb.ada/ptype_array/foo.adb: New file.
5357 * gdb.ada/ptype_array.exp: New file.
5358
5359 2019-03-14 Tom Tromey <tromey@adacore.com>
5360
5361 * gdb.base/style.exp: Add "set style sources" test.
5362
5363 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5364
5365 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5366 * mi-breakpoint-multiple-locations.exp: ... this.
5367 (make_breakpoints_pattern): New proc.
5368 (do_test): Add mi_version parameter, test -break-insert,
5369 -break-info and =breakpoint-created.
5370
5371 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5372
5373 * config/default.exp: Remove 'load_lib gdb.exp'.
5374 * config/monitor.exp: Likewise.
5375 * config/sid.exp: Likewise.
5376 * config/sim.exp: Likewise.
5377 * config/slite.exp: Likewise.
5378 * config/unix.exp: Likewise.
5379 * gdb.base/default.exp: Remove unhelpful comment.
5380
5381 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5382
5383 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5384
5385 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5386
5387 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5388
5389 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5390
5391 * gdb.fortran/type-kinds.exp: Update expected results.
5392
5393 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5394
5395 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5396
5397 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5398
5399 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5400 function.
5401 (test_basic_parsing_of_type_kinds): Expand types tested.
5402 (test_parsing_invalid_type_kinds): New function.
5403
5404 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5405
5406 * gdb.fortran/intrinsics.exp: New file.
5407 * gdb.fortran/intrinsics.f90: New file.
5408 * gdb.fortran/type-kinds.exp: New file.
5409
5410 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5411
5412 * gdb.fortran/dot-ops.exp: New file.
5413
5414 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5415
5416 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5417 Check upper and lower case logical literals.
5418
5419 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5420
5421 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5422 Remove duplicate tests.
5423
5424 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5425
5426 * lib/gdb.exp (builtin_cd): rename of cd.
5427 (cd): Override builtin.
5428
5429 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5430
5431 * gdb.fortran/function-calls.exp: New file.
5432 * gdb.fortran/function-calls.f90: New test.
5433
5434 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5435
5436 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5437 on user program standard output.
5438 * gdb.fortran/short-circuit-argument-list.f90: Record function
5439 calls.
5440
5441 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5442
5443 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5444 failure.
5445
5446 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5447
5448 PR gdb/8527
5449 * gdb.base/interrupt-daemon-attach.c,
5450 gdb.base/interrupt-daemon-attach.exp: New test.
5451
5452 2019-02-27 Pedro Alves <palves@redhat.com>
5453
5454 * gdb.base/page.exp: Add tests for "set width/height -1".
5455
5456 2019-02-27 Pedro Alves <palves@redhat.com>
5457
5458 * gdb.base/page.exp: Add tests for "set/show width/height" with
5459 "infinite" values.
5460
5461 2019-02-27 Tom Tromey <tromey@adacore.com>
5462
5463 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5464 2.4.
5465 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5466 workaround.
5467
5468 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5469
5470 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5471 tests for structs with static members.
5472
5473 2019-02-26 Tom Tromey <tromey@adacore.com>
5474
5475 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5476 ValueError, not TypeError.
5477
5478 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5479
5480 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5481 call from main program.
5482
5483 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5484
5485 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5486 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5487 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5488 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5489 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5490
5491 2019-02-22 Keith Seitz <keiths@redhat.com>
5492
5493 PR symtab/23853
5494 * gdb.base/symlink-sourcefile.c: New file.
5495 * gdb.base/symlink-sourcefile.exp: New file.
5496
5497 2019-02-20 Tom Tromey <tom@tromey.com>
5498
5499 * gdb.base/info_qt.exp: Update.
5500
5501 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5502
5503 * gdb.base/source.exp: Move "error in sourced script" code to
5504 the end.
5505 * gdb.base/source-error.gdb: Move contents to
5506 source-error-1.gdb. Add new code to source source-error-1.gdb.
5507 * gdb.base/source-error-1.gdb: New file, from previous
5508 source-error.gdb.
5509
5510 2019-02-17 Tom Tromey <tom@tromey.com>
5511
5512 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5513 for macro styling.
5514 * gdb.base/style.c (SOME_MACRO): New macro.
5515
5516 2019-02-17 Tom Tromey <tom@tromey.com>
5517
5518 * gdb.base/style.exp: Add line-wrapping tests.
5519 * gdb.base/page.exp: Add test for quitting during pagination.
5520
5521 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5522
5523 * gdb.ada/big_packed_array: New testcase.
5524 * gdb.ada/homonym.exp: Fix incorrect expected output for
5525 "break <homonym__get_value>" test.
5526
5527 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5528
5529 PR breakpoints/21870
5530 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5531 and prepare_for_testing. Add comment.
5532 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5533 redundant cleanup call. Clean up comment.
5534
5535 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5536
5537 PR breakpoints/21870
5538 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5539 * gdb.arch/aarch64-dbreg-contents.c: New file.
5540
5541 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5542
5543 * gdb.ada/mi_ref_changeable: New testcase.
5544
5545 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5546
5547 * gdb.base/attach.exp: Add double attach test.
5548
5549 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5550
5551 * lib/gdb.exp (default_gdb_start): Don't match pagination
5552 prompt.
5553 (gdb_init): Set stty_init.
5554
5555 2019-01-27 Tom Tromey <tom@tromey.com>
5556
5557 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5558 skip_python_tests.
5559
5560 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5561
5562 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5563 New structure.
5564 (struct struct_static_02_02): Likewise.
5565 (struct struct_static_02_03): Likewise.
5566 (struct struct_static_02_04): Likewise.
5567 (struct struct_static_04_01): Likewise.
5568 (struct struct_static_04_02): Likewise.
5569 (struct struct_static_04_03): Likewise.
5570 (struct struct_static_04_04): Likewise.
5571 (struct struct_static_06_01): Likewise.
5572 (struct struct_static_06_02): Likewise.
5573 (struct struct_static_06_03): Likewise.
5574 (struct struct_static_06_04): Likewise.
5575 (cmp_struct_static_02_01): Likewise.
5576 (cmp_struct_static_02_02): Likewise.
5577 (cmp_struct_static_02_03): Likewise.
5578 (cmp_struct_static_02_04): Likewise.
5579 (cmp_struct_static_04_01): Likewise.
5580 (cmp_struct_static_04_02): Likewise.
5581 (cmp_struct_static_04_03): Likewise.
5582 (cmp_struct_static_04_04): Likewise.
5583 (cmp_struct_static_06_01): Likewise.
5584 (cmp_struct_static_06_02): Likewise.
5585 (cmp_struct_static_06_03): Likewise.
5586 (cmp_struct_static_06_04): Likewise.
5587 (call_all): Test new structs.
5588 * gdb.base/infcall-nested-structs.exp: Likewise.
5589
5590 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5591 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5592
5593 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5594 * gdb.base/stack-protector.c: New test.
5595 * gdb.base/stack-protector.exp: New file.
5596 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5597 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5598 option.
5599 (gdb_compile): Remove stack protector for GCC and prevent
5600 recursion.
5601
5602 2019-01-16 Keith Seitz <keiths@redhat.com>
5603
5604 PR gdb/23773
5605 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5606
5607 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5608
5609 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5610 aliases.
5611 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5612 tests.
5613 * gdb.arch/powerpc-vector-regs.c: New file.
5614 * gdb.arch/powerpc-vector-regs.exp: New file.
5615
5616 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5617
5618 * gdb.arch/altivec-regs.exp: Fix the list passed to
5619 gdb_expect_list when testing "info vector".
5620
5621 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5622
5623 * gdb.base/style.exp: Don't include path in testname.
5624
5625 2019-01-10 Keith Seitz <keiths@redhat.com>
5626
5627 PR gdb/23712
5628 PR symtab/23010
5629 * gdb.dwarf2/multidictionary.exp: New file.
5630
5631 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5632
5633 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5634 (test_gnuv3_style_demangling): ... this.
5635 (test_lucid_style_demangling): Remove.
5636 (test_arm_style_demangling): Remove.
5637 (test_hp_style_demangling): Remove.
5638 (do_tests): Remove calls to the above.
5639
5640 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5641
5642 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5643 case.
5644
5645 2019-01-06 Tom Tromey <tom@tromey.com>
5646
5647 PR gdb/28155:
5648 * gdb.dwarf2/typedef-void-finish.exp: New file.
5649
5650 2018-12-28 Tom Tromey <tom@tromey.com>
5651 Simon Marchi <simark@simark.ca>
5652
5653 * gdb.base/jit-exec.exp: New file.
5654 * gdb.base/jit-exec.c: New file.
5655 * gdb.base/jit-execd.c: New file.
5656
5657 2018-12-28 Tom Tromey <tom@tromey.com>
5658
5659 * gdb.base/style.exp: Update test to check for address styling.
5660
5661 2018-12-28 Tom Tromey <tom@tromey.com>
5662
5663 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5664 message.
5665
5666 2018-12-28 Tom Tromey <tom@tromey.com>
5667
5668 * gdb.base/style.exp: Add test for version number styling.
5669
5670 2018-12-28 Tom Tromey <tom@tromey.com>
5671
5672 * gdb.base/style.exp: Add test for print_address_symbolic.
5673
5674 2018-12-28 Tom Tromey <tom@tromey.com>
5675
5676 * gdb.base/style.exp: Add test for breakpoint setting.
5677
5678 2018-12-28 Tom Tromey <tom@tromey.com>
5679
5680 * gdb.base/style.exp: Add test for variable names.
5681
5682 2018-12-28 Tom Tromey <tom@tromey.com>
5683
5684 * gdb.base/style.exp: New file.
5685 * gdb.base/style.c: New file.
5686
5687 2018-12-28 Tom Tromey <tom@tromey.com>
5688
5689 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5690 "dumb".
5691 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5692 the TERM environment variable.
5693
5694 2018-12-27 Tom Tromey <tom@tromey.com>
5695
5696 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5697 pagination test.
5698
5699 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5700
5701 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5702 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5703
5704 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5705
5706 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5707 Filename a.adb changed to bp_fun_addr.adb.
5708 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5709
5710 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5711
5712 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5713 non-PIE executables.
5714 * README: Mention the gdb,nopie_flag board setting.
5715 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5716 non-PIE executable.
5717 * gdb.arch/amd64-entry-value.exp: Likewise.
5718 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5719 * gdb.arch/i386-float.exp: Likewise.
5720 * gdb.arch/i386-signal.exp: Likewise.
5721 * gdb.mi/mi-reg-undefined.exp: Likewise.
5722
5723 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5724
5725 PR gdb/23974
5726 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5727
5728 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5729
5730 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5731 Update order of results accordingly.
5732
5733 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5734
5735 * gdb.base/annota1.exp: Update a test regexp.
5736
5737 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5738
5739 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5740
5741 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5742
5743 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5744 (reuse_time): Initialize to REUSE_TIME_CAP.
5745 (check_rc): New function.
5746 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5747 Check pthread_create rc.
5748 (spawner_thread_func): Check pthread_create and pthread_join rc.
5749
5750 2018-12-08 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.base/list.exp (test_forward_search): Rename to ...
5753 (test_forward_reverse_search): ... this. Also test reverse-search
5754 and the forward-search alias.
5755
5756 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5757
5758 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5759 local timeout variable before return, and remove all local timeout
5760 variable entirely.
5761 (gdb_load): Likewise.
5762
5763 2018-12-01 Tom de Vries <tdevries@suse.de>
5764
5765 * gdb.base/gdb-caching-proc.exp: New file.
5766
5767 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5768
5769 * Makefile.in (TIMESTAMP): New variable.
5770 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5771 command.
5772 (check-single-racy): Likewise.
5773 (check/%.exp): Likewise.
5774 (check-racy/%.exp): Likewise.
5775 (workers/%.worker): Likewise.
5776 (build-perf): Likewise.
5777 (check-perf): Likewise.
5778 * README: Describe new "TS" and "TS_FORMAT" variables.
5779 * print-ts.py: New file.
5780
5781 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5782
5783 PR python/23714
5784 * gdb.python/python.exp: Test command repetition after
5785 gdb.execute.
5786
5787 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5788
5789 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5790 is correctly aligned.
5791
5792 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5793
5794 * gdb.ada/info_auto_lang.exp: New testcase.
5795 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5796 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5797 * gdb.ada/info_auto_lang/some_c.c: New file.
5798
5799 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5800
5801 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5802 FUNC_lang language syntax.
5803
5804 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5805
5806 * gdb.base/info_minsym.c: New file.
5807 * gdb.base/info_minsym.exp: New file.
5808
5809 2018-11-19 Tom Tromey <tom@tromey.com>
5810
5811 PR rust/23625:
5812 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5813 * gdb.rust/expr.exp: Update expected output. Change one test.
5814
5815 2018-11-19 Tom Tromey <tom@tromey.com>
5816
5817 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5818
5819 2018-11-19 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5822 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5823 see the expected warning.
5824
5825 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5826
5827 PR gdb/22736:
5828 * gdb.cp/infcall-nodebug-lib.c: New test.
5829 * gdb.cp/infcall-nodebug-main.c: New test.
5830 * gdb.cp/infcall-nodebug.exp: New file.
5831
5832 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5833
5834 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5835 completer tests.
5836
5837 2018-11-09 Tom de Vries <tdevries@suse.de>
5838
5839 * gdb.base/msym-lang.c: New test.
5840 * gdb.base/msym-lang.exp: New file.
5841 * gdb.base/msym-lang-main.c: New test.
5842
5843 2018-11-08 Tom Tromey <tom@tromey.com>
5844
5845 PR gdb/23555:
5846 PR gdb/23838:
5847 * gdb.base/warning.exp: New file.
5848
5849 2018-11-08 Jan Beulich <jbeulich@suse.com>
5850
5851 * testsuite/gdb.arch/i386-avx512.c,
5852 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5853
5854 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5855
5856 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5857 point hardware.
5858
5859 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5860
5861 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5862 * gdb.dwarf2/missing-type-name.exp: New file.
5863
5864 2018-11-06 Tom de Vries <tdevries@suse.de>
5865
5866 * gdb.base/many-headers.c: New test.
5867 * gdb.base/many-headers.exp: New file.
5868
5869 2018-11-06 Jim Wilson <jimw@sifive.com>
5870
5871 * gdb.base/code_elim.exp: For riscv, set additional_flags
5872 to include -msmall-data-limit=0.
5873
5874 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5875
5876 * gdb.ada/watch_minus_l: New testcase.
5877
5878 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5879
5880 * gdb.arch/aix-sighandle.c: New file.
5881 * gdb.arch/aix-sighandle.exp: New file.
5882
5883 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5884
5885 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5886 registers being unions.
5887
5888 2018-10-31 Tom de Vries <tdevries@suse.de>
5889
5890 * lib/valgrind.exp: New file.
5891 (vgdb_start, vgdb_stop): New procs, factored out of ...
5892 * gdb.base/valgrind-bt.exp: ... here, ...
5893 * gdb.base/valgrind-disp-step.exp: ... here and ...
5894 * gdb.base/valgrind-infcall.exp: ... here.
5895
5896 2018-10-31 Tom de Vries <tdevries@suse.de>
5897
5898 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5899
5900 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5901
5902 * gdb.dwarf2/void-type.c: New file.
5903 * gdb.dwarf2/void-type.exp: New file.
5904
5905 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5906
5907 * gdb.base/info_qt.c: New file.
5908 * gdb.base/info_qt.exp: New file.
5909
5910 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5911
5912 * gdb.arch/powerpc-htm-regs.c: New file.
5913 * gdb.arch/powerpc-htm-regs.exp: New file.
5914
5915 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5916
5917 * gdb.arch/powerpc-tar.c: New file.
5918 * gdb.arch/powerpc-tar.exp: New file.
5919
5920 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5921
5922 * gdb.arch/powerpc-ppr-dscr.c: New file.
5923 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5924
5925 2018-10-25 Tom de Vries <tdevries@suse.de>
5926
5927 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5928
5929 2018-10-24 Tom de Vries <tdevries@suse.de>
5930
5931 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5932 longer exists error.
5933
5934 2018-10-24 Tom de Vries <tdevries@suse.de>
5935
5936 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5937
5938 2018-10-24 Tom de Vries <tdevries@suse.de>
5939
5940 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5941 --db-attach in valgrind.
5942
5943 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5944
5945 * gdb.arch/riscv-reg-aliases.c: New file.
5946 * gdb.arch/riscv-reg-aliases.exp: New file.
5947
5948 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5949
5950 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5951
5952 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5953
5954 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5955
5956 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5957
5958 * gdb.cp/ovldbreak.exp: Fix regexps.
5959
5960 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5961
5962 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5963
5964 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5965
5966 PR cli/23785
5967 * gdb.base/restore.exp: New test to check if "restore" with an
5968 invalid file doesn't segfault.
5969
5970 2018-10-18 Tom de Vries <tdevries@suse.de>
5971
5972 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5973 * gdb.ada/excep_handle.exp: Same.
5974 * gdb.ada/mi_string_access.exp: Same.
5975 * gdb.ada/mi_var_union.exp: Same.
5976 * gdb.arch/arc-analyze-prologue.exp: Same.
5977 * gdb.arch/arc-decode-insn.exp: Same.
5978 * gdb.base/readnever.exp: Same.
5979 * gdb.fortran/printing-types.exp: Same.
5980 * gdb.guile/scm-lazy-string.exp: Same.
5981
5982 2018-10-16 Tom de Vries <tdevries@suse.de>
5983
5984 PR gdb/23730
5985 * gdb.base/catch-follow-exec.c: Add copyright notice.
5986 * gdb.base/catch-follow-exec.exp: Rewrite to use
5987 gdb_spawn_with_cmdline_opts. Require gdb-native.
5988
5989 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5990
5991 * gdb.trace/actions-changed.exp: Check for arch support.
5992 * gdb.trace/actions.exp: Likewise.
5993 * gdb.trace/ax.exp: Likewise.
5994 * gdb.trace/backtrace.exp: Likewise.
5995 * gdb.trace/change-loc.exp: Likewise.
5996 * gdb.trace/deltrace.exp: Likewise.
5997 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5998 * gdb.trace/ftrace.exp: Likewise.
5999 * gdb.trace/infotrace.exp: Check for arch support.
6000 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6001 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6002 * gdb.trace/mi-tsv-changed.exp: Likewise.
6003 * gdb.trace/packetlen.exp: Likewise.
6004 * gdb.trace/passc-dyn.exp: Likewise.
6005 * gdb.trace/passcount.exp: Likewise.
6006 * gdb.trace/pending.exp: Likewise.
6007 * gdb.trace/range-stepping.exp: Check for shlib support.
6008 * gdb.trace/report.exp: Check for arch support.
6009 * gdb.trace/save-trace.exp: Likewise.
6010 * gdb.trace/signal.exp: Check for signal support.
6011 * gdb.trace/tfind.exp: Check for arch support.
6012 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6013 * gdb.trace/trace-common.h: Add comment.
6014 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6015 * gdb.trace/trace-enable-disable.exp: Likewise.
6016 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6017 * gdb.trace/tracecmd.exp: Check for arch support.
6018 * gdb.trace/tspeed.exp: Check for shlib and target support.
6019 * gdb.trace/tstatus.exp: Check for arch support.
6020 * gdb.trace/tsv.exp: Likewise.
6021 * gdb.trace/while-dyn.exp: Likewise.
6022 * gdb.trace/while-stepping.exp: Likewise.
6023 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6024
6025 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6026
6027 * gdb.trace/tspeed.exp: Remove nowarnings.
6028 (prepare_for_trace_test): Declare "global ipalib".
6029 * gdb.trace/tspeed.c: Include unistd.h.
6030 (main): Remove superfluous printf argument.
6031
6032 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6033
6034 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6035 directory prefix on the filename.
6036
6037 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6038
6039 * gdb.gdb/unittest.exp: Update expected message informing that
6040 selftests have been disabled.
6041 * gdb.server/unittest.exp: Likewise.
6042
6043 2018-10-09 Tom de Vries <tdevries@suse.de>
6044
6045 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6046 with runto_main.
6047
6048 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6049
6050 PR c++/16841
6051 * gdb.cp/virtbase2.cc: New file.
6052 * gdb.cp/virtbase2.exp: New file.
6053
6054 2018-10-06 Tom Tromey <tom@tromey.com>
6055
6056 PR python/19399:
6057 * gdb.python/py-inferior.exp: Add architecture test.
6058
6059 2018-10-06 Tom Tromey <tom@tromey.com>
6060
6061 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6062 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6063
6064 2018-10-06 Tom Tromey <tom@tromey.com>
6065
6066 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6067 of a "throw" catchpoint.
6068
6069 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6070
6071 * gdb.base/info-proc.exp: Update string expected from "help info
6072 proc".
6073
6074 2018-10-04 Tom Tromey <tom@tromey.com>
6075
6076 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6077 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6078 (test_initial_complaints, test_empty_complaints): Update.
6079 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6080
6081 2018-10-04 Tom Tromey <tom@tromey.com>
6082
6083 PR cli/19551:
6084 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6085 * lib/gdb.exp (gdb_file_cmd): Update.
6086 * gdb.stabs/weird.exp (print_weird_var): Update.
6087 * gdb.server/solib-list.exp: Update.
6088 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6089 * gdb.mi/mi-cli.exp: Update.
6090 * gdb.linespec/linespec.exp: Update.
6091 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6092 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6093 * gdb.cp/cp-relocate.exp: Update.
6094 * gdb.base/sym-file.exp: Update.
6095 * gdb.base/relocate.exp: Update.
6096 * gdb.base/readnever.exp: Update.
6097 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6098 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6099 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6100 * gdb.base/code_elim.exp: Update.
6101 * gdb.base/break-unload-file.exp (test_break): Update.
6102 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6103 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6104 Update.
6105 * gdb.base/attach.exp (do_attach_tests): Update.
6106 * gdb.base/sepdebug.exp: Update.
6107 * gdb.python/py-section-script.exp: Update.
6108
6109 2018-10-04 Tom Tromey <tom@tromey.com>
6110
6111 PR cli/22234:
6112 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6113 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6114 output.
6115
6116 2018-10-04 Tom Tromey <tom@tromey.com>
6117
6118 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6119 set width and height to 0.
6120 (test_command_line_attach_run): Use -quiet.
6121
6122 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6123
6124 * lib/gdb.exp (skip_ifunc_tests): New.
6125 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6126 other compile failures.
6127 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6128
6129 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6130
6131 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6132 is_amd64_regs_target.
6133
6134 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6135
6136 * gdb.arch/aarch64-sighandler-regs.c: New test.
6137 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6138 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6139
6140 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6141
6142 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6143 assembly.
6144
6145 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6146
6147 * gdb.base/frame-selection.exp: New file.
6148 * gdb.base/frame-selection.c: New file.
6149
6150 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6151
6152 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6153 pthread barrier.
6154 (main): Likewise.
6155
6156 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6157
6158 * gdb.base/large-frame-1.c: New file.
6159 * gdb.base/large-frame-2.c: New file.
6160 * gdb.base/large-frame.exp: New file.
6161 * gdb.base/large-frame.h: New file.
6162
6163 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6164
6165 PR gdb/20948
6166 * gdb.base/write_mem.exp: New test.
6167 * gdb.base/write_mem.c: Likewise.
6168
6169 2018-09-23 Tom Tromey <tom@tromey.com>
6170
6171 PR python/18852:
6172 * gdb.python/py-parameter.exp: Add test for parameter that throws
6173 on "set".
6174
6175 2018-09-23 Tom Tromey <tom@tromey.com>
6176
6177 PR python/17284:
6178 * gdb.python/py-template.exp (test_template_arg): Add test for
6179 negative template argument number.
6180
6181 2018-09-23 Tom Tromey <tom@tromey.com>
6182
6183 PR python/14062:
6184 * gdb.python/python.exp: Add test for post_event error.
6185
6186 2018-09-23 Tom Tromey <tom@tromey.com>
6187
6188 PR python/18170:
6189 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6190 convert pointers to int and long.
6191
6192 2018-09-23 Tom Tromey <tom@tromey.com>
6193
6194 PR python/20126:
6195 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6196 signed-ness conversion tests.
6197
6198 2018-09-23 Tom Tromey <tom@tromey.com>
6199
6200 PR python/18352;
6201 * gdb.python/py-value.exp (test_float_conversion): New proc.
6202 Use it.
6203
6204 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6205
6206 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6207
6208 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6209
6210 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6211 no readline.
6212 * gdb.base/utf8-identifiers.exp: Likewise.
6213 * gdb.cp/cpcompletion.exp: Likewise.
6214 * gdb.linespec/cpcompletion.exp: Likewise.
6215 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6216 * gdb.linespec/cpls-ops.exp: Likewise.
6217
6218 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6219 Chris January <chris.january@arm.com>
6220
6221 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6222 * gdb.fortran/short-circuit-argument-list.exp: New file.
6223 * gdb.fortran/short-circuit-argument-list.f90: New test.
6224
6225 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6226
6227 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6228 "arch=" keyword when executing "-stack-list-frames".
6229
6230 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6231
6232 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6233 "arch=" keyword when executing "-stack-list-frames".
6234
6235 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6236
6237 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6238 break ada".
6239
6240 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6241
6242 PR python/23669
6243 * gdb.python/python.exp: Test gdb.execute("show commands").
6244
6245 2018-09-16 Tom Tromey <tom@tromey.com>
6246
6247 * gdb.base/new-ui.exp (do_execution_tests): Update.
6248 * gdb.base/dbx.exp (test_breakpoints): Update.
6249
6250 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6251
6252 * lib/gdb.exp (gdb_simple_compile): Add proc.
6253 (is_elf_target): Use gdb_simple_compile.
6254 (skip_altivec_tests): Likewise.
6255 (skip_vsx_tests): Likewise.
6256 (skip_tsx_tests): Likewise.
6257 (skip_btrace_tests): Likewise.
6258 (skip_btrace_pt_tests): Likewise.
6259 (gdb_can_simple_compile): Likewise.
6260 (gdb_has_argv0): Likewise.
6261 (gdb_target_symbol_prefix): Likewise.
6262 (target_supports_scheduler_locking): Likewise.
6263
6264 2018-09-13 Tom Tromey <tom@tromey.com>
6265
6266 * Makefile.in (TAGS): Recognize proc_with_prefix and
6267 gdb_caching_proc.
6268
6269 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6270
6271 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6272 method.
6273
6274 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6275
6276 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6277 and a few other Inferior properties when the Inferior is no
6278 longer valid.
6279
6280 2018-09-13 Tom Tromey <tom@tromey.com>
6281
6282 PR rust/23650:
6283 * gdb.rust/simple.exp: Add test for enum field access error.
6284
6285 2018-09-13 Tom Tromey <tom@tromey.com>
6286
6287 PR rust/23626:
6288 * gdb.rust/simple.rs (EmptyEnum): New type.
6289 (main): Use it.
6290 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6291
6292 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6293
6294 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6295 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6296 * gdb.python/py-symtab.exp: Update test printing an objfile.
6297
6298 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6299
6300 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6301 object.
6302
6303 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6304
6305 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6306 (support_complex_tests): Use gdb_can_simple_compile.
6307 (is_ilp32_target): Likewise.
6308 (is_lp64_target): Likewise.
6309 (is_64_target): Likewise.
6310 (is_amd64_regs_target): Likewise.
6311 (is_aarch32_target): Likewise.
6312 (gdb_int128_helper): Likewise.
6313
6314 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6315
6316 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6317
6318 2018-09-10 Jerome Guitton <guitton@adacore.com>
6319
6320 * gdb.ada/same_component_name: Add test for case of tagged record
6321 with variable-length fields.
6322
6323 2018-09-10 Xavier Roirand <roirand@adacore.com>
6324
6325 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6326 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6327 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6328 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6329
6330 2018-09-10 Xavier Roirand <roirand@adacore.com>
6331
6332 * gdb.ada/mi_string_access.exp: New testcase.
6333 * gdb.ada/mi_string_access/bar.adb: New file.
6334 * gdb.ada/mi_string_access/pck.adb: New file.
6335 * gdb.ada/mi_string_access/pck.asd: New file.
6336
6337 2018-09-10 Xavier Roirand <roirand@adacore.com>
6338
6339 * gdb.ada/mi_var_union.exp: New testcase.
6340 * gdb.ada/mi_var_union/bar.adb: New file.
6341 * gdb.ada/mi_var_union/pck.adb: New file.
6342 * gdb.ada/mi_var_union/pck.asd: New file.
6343
6344 2018-09-08 Tom Tromey <tom@tromey.com>
6345
6346 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6347
6348 2018-09-08 Tom Tromey <tom@tromey.com>
6349
6350 PR python/16047:
6351 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6352 (register_pretty_printers): Register new printer.
6353 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6354 test.
6355 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6356 (an_int_type3): New global.
6357
6358 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6359
6360 * gdb.ada/expr_with_funcall: New testcase.
6361
6362 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6363
6364 * gdb.ada/packed_array_assign: New testcase.
6365
6366 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6367
6368 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6369 names, and add test prefixes to make test names unique.
6370
6371 2018-09-05 Tom de Vries <tdevries@suse.de>
6372
6373 * gdb.dwarf2/varval.exp: Add test.
6374
6375 2018-09-04 Gary Benson <gbenson@redhat.com>
6376
6377 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6378 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6379
6380 2018-08-31 Tom Tromey <tom@tromey.com>
6381
6382 * gdb.rust/simple.rs: Rename second variable "v".
6383
6384 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6385
6386 * gdb.base/funcargs.c (use_a): New function.
6387 (recurse): Call use_a.
6388
6389 2018-08-29 Keith Seitz <keiths@redhat.com>
6390
6391 * gdb.compile/compile-cplus-anonymous.cc: New file.
6392 * gdb.compile/compile-cplus-anonymous.exp: New file.
6393 * gdb.compile/compile-cplus-array-decay.cc: New file.
6394 * gdb.compile/compile-cplus-array-decay.exp: New file.
6395 * gdb.compile/compile-cplus-inherit.cc: New file.
6396 * gdb.compile/compile-cplus-inherit.exp: New file.
6397 * gdb.compile/compile-cplus-member.cc: New file.
6398 * gdb.compile/compile-cplus-member.exp: New file.
6399 * gdb.compile/compile-cplus-method.cc: New file.
6400 * gdb.compile/compile-cplus-method.exp: New file.
6401 * gdb.compile/compile-cplus-mod.c: "New" file.
6402 * gdb.compile/compile-cplus-namespace.cc: New file.
6403 * gdb.compile/compile-cplus-namespace.exp: New file.
6404 * gdb.compile/compile-cplus-nested.cc: New file.
6405 * gdb.compile/compile-cplus-nested.exp: New file.
6406 * gdb.compile/compile-cplus-print.c: "New" file.
6407 * gdb.compile/compile-cplus-print.exp: "New" file.
6408 * gdb.compile/compile-cplus-virtual.cc: New file.
6409 * gdb.compile/compile-cplus-virtual.exp: New file.
6410 * gdb.compile/compile-cplus.c: "New" file.
6411 * gdb.compile/compile-cplus.exp: "New" file.
6412 * lib/compile-support.exp: New file.
6413
6414 2018-08-16 Gary Benson <gbenson@redhat.com>
6415
6416 PR gdb/13000:
6417 * gdb.base/batch-exit-status.exp: New file.
6418 * gdb.base/batch-exit-status.good-commands: Likewise.
6419 * gdb.base/batch-exit-status.bad-commands: Likewise.
6420
6421 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6422
6423 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6424 (struct struct02): Likewise.
6425 (struct struct03): Likewise.
6426 (struct struct04): Likewise.
6427 (struct struct_01_01): New struct.
6428 (struct struct_01_02): Likewise.
6429 (struct struct_01_03): Likewise.
6430 (struct struct_01_04): Likewise.
6431 (struct struct_02_01): Likewise.
6432 (struct struct_02_02): Likewise.
6433 (struct struct_02_03): Likewise.
6434 (struct struct_02_04): Likewise.
6435 (struct struct_04_01): Likewise.
6436 (struct struct_04_02): Likewise.
6437 (struct struct_04_03): Likewise.
6438 (struct struct_04_04): Likewise.
6439 (struct struct_05_01): Likewise.
6440 (struct struct_05_02): Likewise.
6441 (struct struct_05_03): Likewise.
6442 (struct struct_05_04): Likewise.
6443 (cmp_struct01): Remove function.
6444 (cmp_struct02): Likewise.
6445 (cmp_struct03): Likewise.
6446 (cmp_struct04): Likewise.
6447 (cmp_struct_01_01): Add Function.
6448 (cmp_struct_01_02): Likewise.
6449 (cmp_struct_01_03): Likewise.
6450 (cmp_struct_01_04): Likewise.
6451 (cmp_struct_02_01): Likewise.
6452 (cmp_struct_02_02): Likewise.
6453 (cmp_struct_02_03): Likewise.
6454 (cmp_struct_02_04): Likewise.
6455 (cmp_struct_04_01): Likewise.
6456 (cmp_struct_04_02): Likewise.
6457 (cmp_struct_04_03): Likewise.
6458 (cmp_struct_04_04): Likewise.
6459 (cmp_struct_05_01): Likewise.
6460 (cmp_struct_05_02): Likewise.
6461 (cmp_struct_05_03): Likewise.
6462 (cmp_struct_05_04): Likewise.
6463 (call_all): Add new structs.
6464 * gdb.base/infcall-nested-structs.exp: Likewise.
6465
6466 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6467
6468 * gdb.python/py-framefilter-mi.exp: Update regexp to
6469 check for "arch" field in frame output.
6470
6471 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6472
6473 * gdb.dwarf2/dw2-ranges-func.c: New file.
6474 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6475
6476 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6477
6478 * gdb.base/term.exp: Compare terminal settings with values from
6479 the inferior.
6480 * gdb.base/term.c: Get and set terminal settings.
6481
6482 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6483
6484 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6485 accommodate new "arch" field in frame output.
6486 * gdb.mi/mi-return.exp: Likewise.
6487 * gdb.mi/mi-stack.exp: Likewise.
6488 * gdb.mi/mi-syn-frame.exp: Likewise.
6489 * gdb.mi/user-selected-context-sync.exp: Likewise.
6490
6491 2018-08-19 Michael Spang <spang@google.com>
6492
6493 PR gdb/11786
6494 * gdb.base/gcore-tls-pie.c: New file.
6495 * gdb.base/gcore-tls-pie.exp: New file.
6496
6497 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6498
6499 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6500 * gdb.dwarf2/varval.c: New file.
6501 * gdb.dwarf2/varval.exp: New file.
6502
6503 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6504
6505 PR gdb/18931
6506 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6507
6508 2018-08-16 Keith Seitz <keiths@redhat.com>
6509
6510 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6511 tests expected to pass.
6512
6513 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6514
6515 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6516 -data-disassemble -a.
6517 (test_disassembly_bogus_args): Likewise.
6518
6519 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6520
6521 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6522
6523 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6524
6525 * gdb.base/vla-optimized-out.exp: Add new test.
6526
6527 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6528
6529 * gdb.base/vla-optimized-out-o3.exp: Delete.
6530 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6531 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6532 deleted tests.
6533
6534 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6535
6536 PR gdb/18050:
6537 * gdb.server/extended-remote-restart.c: New file.
6538 * gdb.server/extended-remote-restart.exp: New file.
6539
6540 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6541
6542 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6543 "set variable index = 42".
6544
6545 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6546
6547 * boards/index-cache-gdb.exp: New file.
6548 * gdb.dwarf2/index-cache.exp: New file.
6549 * gdb.dwarf2/index-cache.c: New file.
6550 * gdb.base/maint.exp: Check if we are using the index cache.
6551
6552 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6553
6554 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6555 MAKEFLAGS.
6556
6557 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6558
6559 * dg-extract-results.sh: Move to toplevel contrib.
6560 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6561 * Makefile.in (check-parallel-racy): Likewise.
6562
6563 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6564
6565 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6566 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6567 tests if the target supports scheduler locking.
6568
6569 2018-08-04 Tom de Vries <tdevries@suse.de>
6570
6571 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6572
6573 2018-08-02 Tom Tromey <tom@tromey.com>
6574
6575 PR symtab/16842.
6576 * gdb.cp/temargs.exp: Test "info address" of a template
6577 parameter.
6578
6579 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6580
6581 * gdb.python/py-mi-var-info-path-expression.c: New file.
6582 * gdb.python/py-mi-var-info-path-expression.py: New file.
6583 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6584
6585 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6586
6587 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6588 error after "cannot resolve name" string.
6589
6590 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6591
6592 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6593 started.
6594 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6595
6596 2018-07-28 Tom de Vries <tdevries@suse.de>
6597
6598 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6599
6600 2018-07-26 Tom de Vries <tdevries@suse.de>
6601
6602 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6603
6604 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6605
6606 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6607 is visible.
6608
6609 2018-07-26 Tom de Vries <tdevries@suse.de>
6610
6611 PR breakpoints/23366
6612 * gdb.base/catch-follow-exec.c: New test.
6613 * gdb.base/catch-follow-exec.exp: New file.
6614
6615 2018-07-25 Tom de Vries <tdevries@suse.de>
6616
6617 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6618 vla-optimized-out.c.
6619
6620 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6621
6622 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6623 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6624
6625 2018-07-20 Tom de Vries <tdevries@suse.de>
6626
6627 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6628 NOCLONE macro.
6629 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6630
6631 2018-07-19 Tom de Vries <tdevries@suse.de>
6632
6633 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6634 regular expression.
6635
6636 2018-07-18 Tom de Vries <tdevries@suse.de>
6637
6638 * gdb.base/vla-optimized-out.c: New test.
6639 * gdb.base/vla-optimized-out.exp: New file.
6640
6641 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6642
6643 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6644 message "No address associated with hostname" when gdbserver
6645 cannot resolve the hostname.
6646
6647 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6648
6649 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6650 Add some test prefixes to make tests unique.
6651
6652 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6653
6654 * gdb.base/frameapply.c: New file.
6655 * gdb.base/frameapply.exp: New file.
6656
6657 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6658
6659 * gdb.base/skip.exp: Update expected error message.
6660
6661 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6662 Jan Kratochvil <jan.kratochvil@redhat.com>
6663 Paul Fertser <fercerpav@gmail.com>
6664 Tsutomu Seki <sekiriki@gmail.com>
6665
6666 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6667 parameter.
6668 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6669 by default.
6670 * boards/native-gdbserver.exp: Likewise.
6671 * gdb.server/run-without-local-binary.exp: Improve regexp used
6672 for detecting when a remote debugging connection succeeds.
6673 * gdb.server/server-connect.exp: New file.
6674 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6675 Do not prefix the port number with ":".
6676 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6677 support for detecting and using it. Add '$debughost_gdbserver'
6678 to the list of arguments used to start gdbserver. Handle case
6679 when gdbserver cannot resolve a network name.
6680
6681 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6682
6683 PR c++/23373
6684 * gdb.base/ptype-offsets.cc (struct static_member): New
6685 struct.
6686 (main) <stmember>: New variable.
6687 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6688 with a static member in it.
6689
6690 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6691
6692 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6693 watchpoints enabled and disabled.
6694
6695 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6696
6697 * gdb.base/examine-backward.exp: Still run tests around address
6698 0x0, even if address 0x0 is not readable. Update the pattern for
6699 matching address 0x0 in expected output.
6700
6701 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6702
6703 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6704 malloc/free.
6705
6706 2018-07-04 Tom de Vries <tdevries@suse.de>
6707
6708 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6709
6710 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6711
6712 PR tdep/8282
6713 * gdb.arch/mips-disassembler-options.exp: New test.
6714 * gdb.arch/mips-disassembler-options.s: New test source.
6715
6716 2018-06-29 Pedro Alves <palves@redhat.com>
6717
6718 * gdb.threads/names.exp: Adjust expected "info threads" output.
6719
6720 2018-06-29 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.opt/inline-break.exp (line number, address): Add "info
6723 break" tests.
6724
6725 2018-06-29 Pedro Alves <palves@redhat.com>
6726
6727 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6728 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6729 number and address and running to them.
6730
6731 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6732
6733 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6734
6735 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6736
6737 * lib/compiler.c: Remove executable permission flag.
6738
6739 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6740
6741 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6742 code.
6743 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6744
6745 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6746
6747 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6748
6749 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6750
6751 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6752 address argument is omitted.
6753
6754 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6755
6756 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6757
6758 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6759
6760 PR gdb/21695
6761 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6762 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6763
6764 2018-06-26 Tom Tromey <tom@tromey.com>
6765
6766 PR rust/22574:
6767 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6768 * gdb.rust/simple.rs (struct SimpleLayout): New.
6769
6770 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6771
6772 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6773 "info registers" output.
6774
6775 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6776
6777 * gdb.base/watchpoint-hw-attach.c: New test.
6778 * gdb.base/watchpoint-hw-attach.exp: New file.
6779
6780 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6781
6782 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6783 through /bin/sh.
6784 * boards/dwarf4-gdb-index.exp: Likewise.
6785 * boards/fission-dwp.exp: Likewise.
6786
6787 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6788
6789 * gdb.base/float128.exp: Add comment and improved fail message
6790 to the failure case of "print large128" test.
6791
6792 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6793
6794 * configure.ac: Remove AC_PREREQ.
6795 * configure: Re-generate.
6796
6797 2018-06-19 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6800 (func_extern_caller): New.
6801 (main): Call func_extern_caller.
6802 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6803 logic change.
6804
6805 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6806
6807 PR gdb/16841
6808 * gdb.cp/typedef-base.cc: New file.
6809 * gdb.cp/typedef-base.exp: New file.
6810
6811 2018-06-18 Tom de Vries <tdevries@suse.de>
6812
6813 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6814
6815 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6816 Richard Bunt <Richard.Bunt@arm.com>
6817
6818 * gdb.threads/attach-slow-waitpid.c: New file.
6819 * gdb.threads/attach-slow-waitpid.exp: New file.
6820 * gdb.threads/slow-waitpid.c: New file.
6821
6822 2018-06-14 Pedro Alves <palves@redhat.com>
6823
6824 * gdb.base/fork-running-state.c: Include <errno.h>.
6825 (exit_if_relative_exits): New.
6826 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6827 exits.
6828 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6829 child exits.
6830
6831 2018-06-14 Tom de Vries <tdevries@suse.de>
6832
6833 PR cli/22573
6834 * gdb.base/finish-pretty.c: New test.
6835 * gdb.base/finish-pretty.exp: New file.
6836
6837 2018-06-14 Pedro Alves <palves@redhat.com>
6838
6839 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6840 gdb's expected startup output.
6841
6842 2018-06-14 Pedro Alves <palves@redhat.com>
6843
6844 * lib/selftest-support.exp (selftest_setup): Remove inlined
6845 function handling.
6846
6847 2018-06-14 Tom de Vries <tdevries@suse.de>
6848
6849 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6850 matching of breakpoint printing.
6851
6852 2018-06-13 Tom de Vries <tdevries@suse.de>
6853
6854 PR testsuite/23269
6855 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6856 (fork_child): ... here, and ...
6857 (fork_parent): ... here.
6858
6859 2018-06-12 Tom de Vries <tdevries@suse.de>
6860
6861 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6862
6863 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6864 Stephen Roberts <stephen.roberts@arm.com>
6865
6866 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6867 rewrite test to describe action performed, rather than possible
6868 failure.
6869
6870 2018-06-08 Gary Benson <gbenson@redhat.com>
6871
6872 * gdb.threads/check-libthread-db.exp: New file.
6873 * gdb.threads/check-libthread-db.c: Likewise.
6874
6875 2018-06-05 Tom Tromey <tom@tromey.com>
6876
6877 * gdb.base/default.exp: Update expected "show version" output.
6878
6879 2018-06-05 Tom Tromey <tom@tromey.com>
6880
6881 PR cli/12326:
6882 * gdb.cp/static-print-quit.exp: Update.
6883 * lib/gdb.exp (pagination_prompt): Update.
6884 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6885 * gdb.python/python.exp: Update.
6886
6887 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6888
6889 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6890
6891 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6892
6893 * gdb.ada/bp_fun_addr: New testcase.
6894
6895 2018-06-01 Tom Tromey <tom@tromey.com>
6896
6897 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6898 results.
6899 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6900 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6901 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6902 * gdb.base/maint.exp (maint_pass_if): Update.
6903
6904 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6905
6906 * gdb.base/endian.exp: New test.
6907 * gdb.base/endian.c: New test source.
6908
6909 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6910
6911 PR gdb/23203
6912 * gdb.base/bt-selected-frame.c: New file.
6913 * gdb.base/bt-selected-frame.exp: New file.
6914 * lib/gdb.exp (get_current_frame_number): New function.
6915
6916 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6917 Pedro Alves <palves@redhat.com>
6918
6919 * gdb.threads/tls-core.c: Include <stdlib.h>
6920 (thread_proc): Call `abort'.
6921 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6922 (tls_core_test): New procedure, bits factored out from ...
6923 (top level): ... here. Test both native cores and gcore cores.
6924
6925 2018-05-23 Tom Tromey <tom@tromey.com>
6926
6927 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6928
6929 2018-05-23 Tom Tromey <tom@tromey.com>
6930
6931 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6932 symfile_complaints.
6933 (test_short_complaints): Likewise.
6934 (test_empty_complaints): Likewise.
6935 (test_initial_complaints): Update.
6936
6937 2018-05-23 Tom Tromey <tom@tromey.com>
6938
6939 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6940
6941 2018-05-23 Tom Tromey <tom@tromey.com>
6942
6943 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6944 (test_short_complaints): Update.
6945
6946 2018-05-22 Pedro Alves <palves@redhat.com>
6947
6948 * gdb.base/remote.exp: Only gdb_start after compiling the
6949 testcase. Issue "disconnect" before testing "set remote" command
6950 defaults. Issue clean_restart before running to main.
6951
6952 2018-05-22 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.base/remote.exp: Adjust expected output of "show remote
6955 memory-write-packet-size". Add tests for "set remote
6956 memory-write-packet-size 0" and "set remote
6957 memory-write-packet-size fixed/limit".
6958
6959 2018-05-22 Pedro Alves <palves@redhat.com>
6960
6961 PR gdb/22973
6962 * gdb.base/utf8-identifiers.c: New file.
6963 * gdb.base/utf8-identifiers.exp: New file.
6964
6965 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6966
6967 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6968
6969 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6970
6971 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6972
6973 2018-05-18 Tom Tromey <tom@tromey.com>
6974
6975 * gdb.base/ptype-offsets.exp: Update.
6976
6977 2018-05-17 Keith Seitz <keiths@redhat.com>
6978
6979 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6980 in expected breakpoint stop locations.
6981 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6982 move to proper scope to test variable values.
6983 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6984 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6985 New functions.
6986 (main): Call not_inline_func3.
6987 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6988 inline_func1, inline_func2, and inline_func3. Test that when each
6989 breakpoint is hit, GDB properly reports both the stop location
6990 and the backtrace. Repeat tests for temporary breakpoints.
6991
6992 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6993
6994 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6995 rather then trying to access it in determining whether the PID
6996 of `gdbserver' could have been retrieved.
6997
6998 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6999
7000 * gdb.arch/amd64-init-x87-values.S: New file.
7001 * gdb.arch/amd64-init-x87-values.exp: New file.
7002
7003 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7004
7005 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7006
7007 2018-05-04 Tom Tromey <tom@tromey.com>
7008
7009 PR python/22730:
7010 * gdb.python/python.exp: Test multi-line execute.
7011
7012 2018-05-04 Tom Tromey <tom@tromey.com>
7013
7014 PR python/22731:
7015 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7016
7017 2018-05-04 Tom Tromey <tom@tromey.com>
7018
7019 PR gdb/11750:
7020 * gdb.base/define.exp: Test defining a user command inside a user
7021 command.
7022 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7023
7024 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7025 Pedro Alves <palves@redhat.com>
7026
7027 PR breakpoints/19806 and support for PR external/20207.
7028 * gdb.base/watchpoint-unaligned.c: New file.
7029 * gdb.base/watchpoint-unaligned.exp: New file.
7030
7031 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7032
7033 * gdb.base/maint.exp: Make test names unique, use
7034 test_prefix_command_help to test 'help maint info', and remove
7035 repeated test of 'help maint'.
7036
7037 2018-05-04 Tom Tromey <tom@tromey.com>
7038
7039 PR gdb/22619:
7040 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7041 behavior.
7042
7043 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7044
7045 * gdb.base/maint.exp: Process output from 'maint print registers'
7046 line at a time.
7047
7048 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7049
7050 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7051 timeout.
7052
7053 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7054
7055 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7056 filter pattern.
7057
7058 2018-05-02 Pedro Alves <palves@redhat.com>
7059
7060 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7061 to_log_command renames.
7062 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7063
7064 2018-05-02 Tom Tromey <tom@tromey.com>
7065
7066 * gdb.python/py-parameter.exp: Set test message.
7067
7068 2018-05-02 Tom Tromey <tom@tromey.com>
7069
7070 PR python/20084:
7071 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7072 PARAM_ZUINTEGER_UNLIMITED tests.
7073
7074 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7075
7076 PR rust/23124
7077 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7078 when casting.
7079
7080 2018-04-30 Tom Tromey <tom@tromey.com>
7081
7082 * gdb.python/py-type.exp: Check align attribute.
7083 * gdb.python/py-type.c: New "aligncheck" global.
7084
7085 2018-04-30 Tom Tromey <tom@tromey.com>
7086
7087 PR exp/17095:
7088 * gdb.dwarf2/dw2-align.exp: New file.
7089 * gdb.cp/align.exp: New file.
7090 * gdb.base/align.exp: New file.
7091 * lib/gdb.exp (gdb_int128_helper): New proc.
7092 (has_int128_c, has_int128_cxx): New caching procs.
7093
7094 2018-04-27 Tom Tromey <tom@tromey.com>
7095
7096 PR rust/22545:
7097 * gdb.rust/simple.exp: Add inclusive range tests.
7098
7099 2018-04-26 Pedro Alves <palves@redhat.com>
7100
7101 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7102 ifunc breakpoint locations correctly of ifunc breakpoints set
7103 while the program resolves the ifunc.
7104
7105 2018-04-26 Pedro Alves <palves@redhat.com>
7106
7107 * gdb.base/gnu-ifunc-final.c: New file.
7108 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7109 * gdb.base/gnu-ifunc.exp (executable): Delete.
7110 (staticexecutable): Adjust.
7111 (lib_opts, exec_opts): Delete.
7112 (make_binsuffix, build, set-break): New procedures.
7113 (misc_tests): New, with tests factored out from the top level.
7114 (top level): Test different combinations of ifunc resolver name,
7115 resolver with and with debug info, and ifunc target with and
7116 without debug info. Wrap static tests with with_target_prefix.
7117
7118 2018-04-26 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7121 return type" warnings.
7122
7123 2018-04-25 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7126 killed".
7127 * gdb.base/kill-after-signal.exp: Likewise.
7128 * gdb.threads/kill.exp: Likewise.
7129
7130 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7131 Sergio Durigan Junior <sergiodj@redhat.com>
7132 Pedro Alves <palves@redhat.com>
7133
7134 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7135 regexps to expect for '[Inferior ... detached]' as well.
7136 * gdb.base/attach.exp: Likewise.
7137 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7138 "gdb_continue_to_end".
7139 (test_catch_syscall_with_wrong_args): Likewise.
7140 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7141 ']'. Don't set 'verbose' on.
7142 * gdb.base/foll-vfork.exp: Likewise.
7143 * gdb.base/fork-print-inferior-events.c: New file.
7144 * gdb.base/fork-print-inferior-events.exp: New file.
7145 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7146 '[Inferior ... has been killed]' message.
7147 * gdb.base/kill-after-signal.exp: Likewise.
7148 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7149 detach message.
7150 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7151 message.
7152 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7153 regexps to expect for '[Inferior ... detached]' as well.
7154 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7155
7156 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7157
7158 PR gdb/23104
7159 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7160
7161 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7162
7163 PR gdb/23095
7164 * gdb.base/break-probes.exp: Pass shlib_load to
7165 prepare_for_testing. Set normal_bp to r_debug_state if target is
7166 bsd.
7167
7168 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7169
7170 * gdb.threads/multiple-successive-infcall.c: New test.
7171 * gdb.threads/multiple-successive-infcall.exp: New file.
7172
7173 2018-04-17 Tom Tromey <tom@tromey.com>
7174
7175 * gdb.rust/simple.rs (Union): New type.
7176 (main): New local "u".
7177 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7178
7179 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7180
7181 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7182 number information in output of "whereis" command.
7183 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7184
7185 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7186
7187 * gdb.ada/info_types.exp: Adjust expected output to the line
7188 numbers now printed by "info var/func/type".
7189 * gdb.base/completion.exp: Likewise.
7190 * gdb.base/included.exp: Likewise.
7191 * gdb.cp/cp-relocate.exp: Likewise.
7192 * gdb.cp/cplusfuncs.exp: Likewise.
7193 * gdb.cp/namespace.exp: Likewise.
7194 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7195
7196 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7197
7198 * gdb.btrace/cpu.exp: New.
7199
7200 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7201
7202 * gdb.base/step-indirect-call-thunk.exp: New.
7203 * gdb.base/step-indirect-call-thunk.c: New.
7204 * gdb.reverse/step-indirect-call-thunk.exp: New.
7205 * gdb.reverse/step-indirect-call-thunk.c: New.
7206
7207 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7208
7209 * gdb.base/pie-fork.c: New file.
7210 * gdb.base/pie-fork.exp: New file.
7211
7212 2018-04-11 Tom Tromey <tom@tromey.com>
7213
7214 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7215
7216 2018-04-10 Pedro Alves <palves@redhat.com>
7217
7218 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7219 exits. Instead loop running forever.
7220 (fork_parent): Run forever too.
7221
7222 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7223
7224 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7225 mi_continue_to_line.
7226 * gdb.mi/mi-stack.c (callee4): Add comment.
7227
7228 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7229
7230 * gdb.mi/mi-stack.exp: Fix indentation.
7231
7232 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7233
7234 PR gdb/22979
7235 * gdb.arch/amd64-osabi.exp: New file.
7236
7237 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7238
7239 PR gdb/22980
7240 * gdb.base/osabi.exp: New file.
7241
7242 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7243
7244 * gdb.cp/static-typedef-print.exp: New file.
7245 * gdb.cp/static-typedef-print.cc: New file.
7246
7247 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7248
7249 * gdb.ada/varsize_limit: New testcase.
7250
7251 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7252
7253 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7254
7255 * gdb.ada/notcplusplus: New testcase.
7256
7257 * gdb.base/c-linkage-name.c: New file.
7258 * gdb.base/c-linkage-name.exp: New testcase.
7259
7260 2018-03-26 Tom Tromey <tom@tromey.com>
7261
7262 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7263 * gdb.python/py-framefilter.py (name_error): New global.
7264 (ErrorInName.function): Use name_error.
7265
7266 2018-03-26 Tom Tromey <tom@tromey.com>
7267
7268 PR backtrace/15582:
7269 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7270
7271 2018-03-23 Keith Seitz <keiths@redhat.com>
7272
7273 PR c++/22968
7274 * gdb.cp/subtypes.exp: New file.
7275 * gdb.cp/subtypes.h: New file.
7276 * gdb.cp/subtypes.cc: New file.
7277 * gdb.cp/subtypes-2.cc: New file.
7278
7279 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7280
7281 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7282 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7283 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7284 -nostartfiles when compiling the test. Confirm that all registers
7285 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7286
7287 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7288
7289 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7290 option, syntax was wrong anyway.
7291 * gdb.arch/arm-disp-step.exp: Likewise.
7292 * gdb.arch/sparc64-regs.exp: Likewise.
7293 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7294 option, syntax was wrong anyway, switch to use
7295 prepare_for_testing.
7296 * gdb.arch/i386-disp-step.exp: Likewise.
7297
7298 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7299
7300 * gdb.ada/exec_changed.exp: Replace "target_info exists
7301 use_gdb_stub" by "use_gdb_stub".
7302 * gdb.ada/start.exp: Likewise.
7303 * gdb.base/async-shell.exp: Likewise.
7304 * gdb.base/attach-pie-misread.exp: Likewise.
7305 * gdb.base/attach-wait-input.exp: Likewise.
7306 * gdb.base/break-entry.exp: Likewise.
7307 * gdb.base/break-interp.exp: Likewise.
7308 * gdb.base/dprintf-detach.exp: Likewise.
7309 * gdb.base/nostdlib.exp: Likewise.
7310 * gdb.base/solib-nodir.exp: Likewise.
7311 * gdb.base/statistics.exp: Likewise.
7312 * gdb.base/testenv.exp: Likewise.
7313 * gdb.mi/mi-exec-run.exp: Likewise.
7314 * gdb.mi/mi-start.exp: Likewise.
7315 * gdb.multi/dummy-frame-restore.exp: Likewise.
7316 * gdb.multi/multi-arch-exec.exp: Likewise.
7317 * gdb.multi/multi-arch.exp: Likewise.
7318 * gdb.multi/tids.exp: Likewise.
7319 * gdb.multi/watchpoint-multi.exp: Likewise.
7320 * gdb.python/py-events.exp: Likewise.
7321 * gdb.threads/attach-into-signal.exp: Likewise.
7322 * gdb.threads/attach-stopped.exp: Likewise.
7323 * gdb.threads/threadapply.exp: Likewise.
7324 * lib/selftest-support.exp: Likewise.
7325
7326 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7327
7328 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7329
7330 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7331
7332 * gdb.perf/template-breakpoints.cc: New file.
7333 * gdb.perf/template-breakpoints.exp: New file.
7334 * gdb.perf/template-breakpoints.py: New file.
7335
7336 2018-03-19 Tom Tromey <tom@tromey.com>
7337
7338 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7339 y0.
7340 * gdb.rust/simple.exp: Test bare identifier form of struct
7341 initializer.
7342
7343 2018-03-19 Tom Tromey <tom@tromey.com>
7344
7345 * gdb.gdb/observer.exp: Remove.
7346
7347 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7348
7349 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7350 "qualified" option when setting breakpoints.
7351 * gdb.trace/backtrace.exp: Likewise.
7352 * gdb.trace/circ.exp: Likewise.
7353 * gdb.trace/collection.exp: Likewise.
7354 * gdb.trace/disconnected-tracing.exp: Likewise.
7355 * gdb.trace/ftrace-lock.exp: Likewise.
7356 * gdb.trace/ftrace.exp: Likewise.
7357 * gdb.trace/infotrace.exp: Likewise.
7358 * gdb.trace/packetlen.exp: Likewise.
7359 * gdb.trace/passc-dyn.exp: Likewise.
7360 * gdb.trace/qtro.exp: Likewise.
7361 * gdb.trace/read-memory.exp: Likewise.
7362 * gdb.trace/report.exp: Likewise.
7363 * gdb.trace/signal.exp: Likewise.
7364 * gdb.trace/status-stop.exp: Likewise.
7365 * gdb.trace/strace.exp: Likewise.
7366 * gdb.trace/tfind.exp: Likewise.
7367 * gdb.trace/trace-break.exp: Likewise.
7368 * gdb.trace/trace-condition.exp: Likewise.
7369 * gdb.trace/trace-mt.exp: Likewise.
7370 * gdb.trace/tstatus.exp: Likewise.
7371 * gdb.trace/tsv.exp: Likewise.
7372 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7373 * gdb.trace/unavailable.exp: Likewise.
7374 * gdb.trace/while-dyn.exp: Likewise.
7375
7376 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7377
7378 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7379 that libinproctrace is copied to the target.
7380
7381 2018-03-14 Tom Tromey <tom@tromey.com>
7382
7383 PR cli/14977:
7384 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7385 a null pointer.
7386 * gdb.base/wchar.exp: Likewise.
7387
7388 2018-03-14 Tom Tromey <tom@tromey.com>
7389
7390 PR cli/19918:
7391 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7392 flag.
7393
7394 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7395
7396 PR gdb/22841
7397 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7398 "target" to remote_exec.
7399
7400 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7401
7402 PR gdb/22841
7403 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7404 ${board}_upload): Remove.
7405
7406 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7407
7408 * gdb.cp/watch-cp.cc: New test.
7409 * gdb.cp/watch-cp.exp: New file.
7410
7411 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7412
7413 * gdb.base/infcall-nested-structs.exp: New file.
7414 * gdb.base/infcall-nested-structs.c: New file.
7415 * gdb.base/float.exp: Add riscv support.
7416
7417 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7418
7419 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7420 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7421
7422 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7423
7424 * gdb.server/abspath.exp: New file.
7425 * lib/gdb.exp (with_cwd): New procedure.
7426
7427 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7428
7429 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7430 use it.
7431 (gdb_is_target_remote_prompt): New proc.
7432 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7433 (gdb_is_target_native): Pass prompt parameter to
7434 gdb_is_target_1.
7435
7436 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7437
7438 * gdb.base/load-command.c: New file.
7439 * gdb.base/load-command.exp: New file.
7440 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7441 (gdb_is_target_1): ...this, and generalize for other targets
7442 than just remote.
7443 (gdb_is_target_remote): Use gdb_is_target_1.
7444 (gdb_is_target_native): use gdb_is_target_1.
7445
7446 2018-02-26 Tom Tromey <tom@tromey.com>
7447
7448 PR python/16497:
7449 * gdb.python/py-framefilter.exp: Update test.
7450
7451 2018-02-26 Tom Tromey <tom@tromey.com>
7452
7453 * gdb.dwarf2/variant.c: New file.
7454 * gdb.dwarf2/variant.exp: New file.
7455
7456 2018-02-26 Tom Tromey <tom@tromey.com>
7457
7458 * gdb.rust/simple.exp: Accept more possible results in enum test.
7459
7460 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7461
7462 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7463 parentheses.
7464
7465 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7466
7467 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7468 name of a variable: $actual_linejj -> $actual_line.
7469
7470 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7471
7472 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7473
7474 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7475
7476 * gdb.btrace/buffer-size.exp: Do not force BTS.
7477
7478 2018-02-14 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7481 getting a "Quit".
7482
7483 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7484
7485 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7486 Fix test name.
7487
7488 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7489
7490 * gdb.cp/m-static.exp: Check type of optimized out static
7491 member.
7492
7493 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7494
7495 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7496 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7497
7498 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7499 Leszek Swirski <leszeks@google.com>
7500
7501 * gdb.python/py-prettyprint.c
7502 (struct to_string_returns_value_inner,
7503 struct to_string_returns_value_wrapper): New.
7504 (main): Add tsrvw variable.
7505 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7506 ToStringReturnsValueWrapper): New classes.
7507 (register_pretty_printers): Register new pretty-printers.
7508 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7509 recursive pretty printer.
7510 * gdb.python/py-mi.exp: Likewise.
7511
7512 2018-02-01 Leszek Swirski <leszeks@google.com>
7513
7514 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7515 functions with the same name as an include file are parsed
7516 correctly.
7517
7518 2018-02-01 Yao Qi <yao.qi@linaro.org>
7519
7520 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7521 "\[^\r\n\]*".
7522
7523 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7524
7525 * gdb.arch/powerpc-prologue-frame.s: New file.
7526 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7527 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7528
7529 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7530
7531 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7532
7533 2018-01-30 Pedro Alves <palves@redhat.com>
7534
7535 PR gdb/13211
7536 * gdb.base/interrupt-daemon.c: New.
7537 * gdb.base/interrupt-daemon.exp: New.
7538 * gdb.multi/multi-term-settings.c: New.
7539 * gdb.multi/multi-term-settings.exp: New.
7540
7541 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7542
7543 * gdb.base/break.exp: Save the location where the breakpoint
7544 on break.c:47 was actually inserted when debugging the version
7545 compiled at -O2 and use it in the expected output of the "info
7546 break" test performed soon after.
7547
7548 2018-01-22 Pedro Alves <palves@redhat.com>
7549 Sergio Durigan Junior <sergiodj@redhat.com>
7550
7551 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7552 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7553
7554 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7555
7556 * gdb.base/break-include.c, gdb.base/break-include.inc,
7557 gdb.base/break-include.exp: New files.
7558 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7559 line number now being the actual line number where the breakpoint
7560 was inserted.
7561 * gdb.mi/mi-break.exp: Likewise.
7562 * gdb.mi/mi-reverse.exp: Likewise.
7563 * gdb.mi/mi-simplerun.exp: Ditto.
7564
7565 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7566
7567 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7568 varobj.
7569 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7570
7571 2018-01-21 Don Breazeal <donb@codesourcery.com>
7572 Andrew Burgess <andrew.burgess@embecosm.com>
7573
7574 * gdb.mi/basics.c: Add new global.
7575 * gdb.mi/mi-frame-regs.exp: New file.
7576 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7577 case.
7578
7579 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7580
7581 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7582 non-parameter, and on an unknown symbol.
7583
7584 2018-01-19 Tom Tromey <tom@tromey.com>
7585
7586 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7587 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7588
7589 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7590
7591 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7592 setrlimit and chdir to int.
7593
7594 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7595
7596 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7597 function.
7598 (my_tend): Likewise.
7599 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7600 rationale of avoiding FP- and vector instructions.
7601
7602 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7603
7604 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7605 "info reg" with "\[ \t\]*".
7606 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7607 "\[ \t\]+".
7608 * gdb.arch/s390-multiarch.exp: Ditto.
7609 * gdb.base/pc-fp.exp: Ditto.
7610 * gdb.reverse/i386-precsave.exp: Ditto.
7611 * gdb.reverse/i386-reverse.exp: Ditto.
7612 * gdb.reverse/i387-env-reverse.exp: Ditto.
7613 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7614
7615 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7616
7617 * lib/gdb.exp (gdb_compile): Re-enable use of
7618 universal_compile_options for languages other than Rust.
7619
7620 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7621
7622 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7623
7624 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7625
7626 PR gdb/16577
7627 * gdb.base/solib-vanish.exp: New.
7628 * gdb.base/solib-vanish-main.c: New.
7629 * gdb.base/solib-vanish-lib1.c: New.
7630 * gdb.base/solib-vanish-lib2.c: New.
7631
7632 2018-01-17 Yao Qi <yao.qi@linaro.org>
7633
7634 * gdb.compile/compile.exp: Match the address printed for
7635 frame in the output of command "bt".
7636
7637 2018-01-15 Tom Tromey <tom@tromey.com>
7638
7639 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7640 compute sp_reg.
7641
7642 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7643
7644 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7645 to prepare.
7646 (prepare): Return 0 on error, 1 on success.
7647
7648 2018-01-12 Pedro Alves <palves@redhat.com>
7649
7650 * gdb.base/continue-after-aborted-step-over.c: New.
7651 * gdb.base/continue-after-aborted-step-over.exp: New.
7652
7653 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7654
7655 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7656 options when not creating an executable.
7657
7658 2018-01-11 Pedro Alves <palves@redhat.com>
7659
7660 PR remote/22597
7661 * gdb.server/stop-reply-no-thread.c: New file.
7662 * gdb.server/stop-reply-no-thread.exp: New file.
7663
7664 2018-01-10 Pedro Alves <palves@redhat.com>
7665
7666 PR gdb/22670
7667 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7668 functions too. Test setting breakpoints and printing C functions
7669 with no debug info too.
7670 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7671
7672 2018-01-10 Pedro Alves <palves@redhat.com>
7673
7674 PR gdb/22670
7675 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7676 a fail.
7677
7678 2018-01-10 Pedro Alves <palves@redhat.com>
7679
7680 PR gdb/22670
7681 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7682
7683 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7684
7685 * gdb.server/unittest.exp: Match the output in non-development
7686 mode.
7687
7688 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7689
7690 * gdb.gdb/unittest.exp: Match output in non-development mode.
7691
7692 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7693
7694 * gdb.ada/access_tagged_param.exp: Relax expected output
7695 for value of "ObjL" in "continue" to pck.inspect breakpoint
7696 test.
7697
7698 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7699
7700 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7701 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7702
7703 2018-01-05 Pedro Alves <palves@redhat.com>
7704
7705 PR gdb/18653
7706 * gdb.base/libsegfault.exp: New.
7707
7708 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7709
7710 PR gdb/22670
7711 * gdb.ada/access_tagged_param.exp: New file.
7712 * gdb.ada/access_tagged_param/foo.adb: New file.
7713
7714 2018-01-05 Pedro Alves <palves@redhat.com>
7715
7716 PR gdb/22670
7717 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7718 exercise lower case too, and to exercise both full matching and
7719 wild matching.
7720
7721 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7722
7723 * gdb.ada/rename_subscript_param: New testcase.
7724
7725 2018-01-05 Jerome Guitton <guitton@adacore.com>
7726
7727 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7728
7729 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7730
7731 * gdb.ada/convvar_comp: New testcase.
7732
7733 2018-01-05 Xavier Roirand <roirand@adacore.com>
7734
7735 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7736 (My_Table): New global variable.
7737 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7738
7739 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7740
7741 PR gdb/22670
7742 * gdb.ada/maint_with_ada: New testcase.
7743
7744 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7745
7746 PR gdb/22670
7747 * gdb.ada/bp_c_mixed_case: New testcase.
7748
7749 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7750
7751 PR gdb/22670
7752 * gdb.ada/complete.exp: Add "complete break ada" test.
7753
7754 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7755
7756 PR gdb/22670
7757 * gdb.ada/info_addr_mixed_case: New testcase.
7758
7759 2018-01-03 Xavier Roirand <roirand@adacore.com>
7760
7761 * gdb.ada/excep_handle.exp: New testcase.
7762 * gdb.ada/excep_handle/foo.adb: New file.
7763 * gdb.ada/excep_handle/pck.ads: New file.
7764
7765 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7766
7767 * gdb.base/step-line.c: Add extra empty line in copyright header.
7768 * gdb.base/step-line.inp: Likewise.
7769
7770 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7771
7772 * gdb.ada/dyn_stride.exp: Add slice test.
7773
7774 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7775
7776 * gdb.ada/dyn_stride: New testcase.
7777
7778 2017-12-27 Stafford Horne <shorne@gmail.com>
7779
7780 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7781 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7782
7783 2017-12-27 Stafford Horne <shorne@gmail.com>
7784
7785 * gdb.base/reggroups.c: New file.
7786 * gdb.base/reggroups.exp: New file.
7787
7788 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7789
7790 * gdb.dwarf2/ada-valprint-error.c: New file.
7791 * gdb.dwarf2/ada-valprint-error.exp: New file.
7792
7793 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7794
7795 * gdb.ada/assign_arr: New testcase.
7796
7797 2017-12-18 Xavier Roirand <roirand@adacore.com>
7798
7799 * gdb.ada/funcall_ptr: New testcase.
7800
7801 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7802
7803 PR cli/16224
7804 * gdb.base/ptype-offsets.cc: New file.
7805 * gdb.base/ptype-offsets.exp: New file.
7806
7807 2017-12-15 Yao Qi <yao.qi@linaro.org>
7808
7809 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7810 if XML is disabled.
7811
7812 2017-12-15 Xavier Roirand <roirand@adacore.com>
7813
7814 * gdb.ada/same_component_name: New testcase.
7815
7816 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7817
7818 * gdb.ada/str_binop_equal: New testcase.
7819
7820 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7821
7822 * gdb.ada/task_switch_in_core: New testcase.
7823
7824 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7825
7826 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7827 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7828 call test_bkpt_qualified.
7829 (test_bkpt_qualified): New proc.
7830
7831 2017-12-13 Pedro Alves <palves@redhat.com>
7832
7833 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7834 Tighten regexp by matching with an anchor.
7835
7836 2017-12-13 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7839 ("expression with namespace"): New set of tests.
7840 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7841 (Nested::Test_NS::qux): New.
7842 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7843 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7844
7845 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7846
7847 * gdb.base/server-del-break.c: New file.
7848 * gdb.base/server-del-break.exp: New file.
7849
7850 2017-12-12 Stafford Horne <shorne@gmail.com>
7851
7852 * gdb.xml/tdesc-regs.exp: Add or1k support.
7853
7854 2017-12-12 Stafford Horne <shorne@gmail.com>
7855
7856 * gdb.base/bp-permanent.c: Define nop of or1k.
7857
7858 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7859
7860 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7861 output with components being reordered.
7862
7863 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7864
7865 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7866 output with components being reordered.
7867
7868 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7869 Pedro Alves <palves@redhat.com>
7870
7871 * gdb.base/maint.exp (check for .gdb_index): Check also for
7872 .debug_names.
7873 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7874 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7875 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7876 (.gdb_index used after symbol reloading): Support also .debug_names.
7877 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7878
7879 2017-12-08 Yao Qi <yao.qi@linaro.org>
7880
7881 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7882 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7883
7884 2017-12-08 Yao Qi <yao.qi@linaro.org>
7885
7886 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7887 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7888
7889 2017-12-08 Yao Qi <yao.qi@linaro.org>
7890
7891 * gdb.arch/aarch64-tagged-pointer.c: New file.
7892 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7893
7894 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7895
7896 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7897 "int".
7898
7899 2017-12-07 Keith Seitz <keiths@redhat.com>
7900
7901 PR breakpoints/22569
7902 * gdb.linespec/ls-errs.exp: Change expected result of "break
7903 -source this file has spaces.c -line 3".
7904 Check that an explicit source file followed by whitespace is
7905 identified as an invalid explicit location.
7906
7907 2017-12-07 Keith Seitz <keiths@redhat.com>
7908
7909 * gdb.cp/nested-types.cc: New file.
7910 * gdb.cp/nested-types.exp: New file.
7911 * lib/cp-support.exp: Load data-structures.exp library.
7912 (debug_cp_test_ptype_class): New global.
7913 (cp_ptype_class_verbose, next_line): New procedures.
7914 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7915 Add and document new return value.
7916 Switch the list of lines to a queue.
7917 Add support for new `type' key for nested type definitions.
7918 Add debugging/troubleshooting messages.
7919 * lib/data-structures.exp: New file.
7920
7921 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7922
7923 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7924 with proc_with_prefix, don't use with_test_prefix.
7925
7926 2017-12-07 Tom Tromey <tom@tromey.com>
7927
7928 * gdb.base/break.exp: Add test for empty "commands".
7929
7930 2017-12-07 Yao Qi <yao.qi@linaro.org>
7931
7932 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7933 malloc and catch syscall.
7934
7935 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7936
7937 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7938 tests for explicit locations.
7939
7940 2017-12-06 Pedro Alves <palves@redhat.com>
7941
7942 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7943 force-disabling XML descriptions.
7944
7945 2017-12-04 Pedro Alves <palves@redhat.com>
7946
7947 PR gdb/22499
7948 * gdb.arch/amd64-disp-step-avx.S: New file.
7949 * gdb.arch/amd64-disp-step-avx.exp: New file.
7950
7951 2017-12-03 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7954 and <string.h>.
7955 (parent_function): Print distinct messages when waitpid fails, or
7956 the child exits with a signal, or the child exits for an unhandled
7957 reason.
7958 * gdb.threads/process-dies-while-detaching.exp
7959 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7960 it. Wait for both inferior output and GDB's prompt. Use an
7961 indirect spawn id list.
7962 (do_detach): New parameter 'child_exit'. Use it to compute
7963 expected inferior output.
7964 (test_detach, test_detach_watch, test_detach_killed_outside):
7965 Adjust to pass down the expected child exit kind.
7966
7967 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7968 Sergio Durigan Junior <sergiodj@redhat.com>
7969 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7972
7973 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7974
7975 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7976 to 'symbol-file' and 'add-symbol-file' can be
7977 position-independent.
7978
7979 2017-12-01 Yao Qi <yao.qi@linaro.org>
7980
7981 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7982 the URL in copyright header.
7983 * gdb.arch/aarch64-fp.exp: Likewise.
7984 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7985 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7986 * gdb.base/expand-psymtabs.exp: Likewise.
7987 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7988 * gdb.fortran/common-block.exp: Likewise.
7989 * gdb.fortran/common-block.f90: Likewise.
7990 * gdb.fortran/logical.exp: Likewise.
7991 * gdb.fortran/vla-datatypes.f90: Likewise.
7992 * gdb.fortran/vla-sub.f90: Likewise.
7993
7994 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7995
7996 * gdb.ada/repeat_dyn: New testcase.
7997
7998 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7999
8000 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8001 Update for changed thread numbering.
8002 * gdb.cell/bt.exp: Update for changed GDB output.
8003
8004 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8005
8006 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8007 setting isremote by hand.
8008 * boards/dwarf4-gdb-index.exp: Likewise.
8009 * boards/fission.exp: Likewise.
8010 * boards/stabs.exp: Likewise.
8011
8012 2017-11-30 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.linespec/cpls-ops.exp
8015 (check_explicit_skips_function_argument): Extract the underlying
8016 type of size_t instead of hardcoding it.
8017
8018 2017-11-29 Pedro Alves <palves@redhat.com>
8019
8020 PR c++/19436
8021 * gdb.linespec/cpls-abi-tag.cc: New file.
8022 * gdb.linespec/cpls-abi-tag.exp: New file.
8023
8024 2017-11-29 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/langs.exp: Use -qualified.
8027 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8028 it.
8029 * gdb.cp/namespace.exp: Use -qualified.
8030 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8031 (overload-3, template-overload, template-ret-type, const-overload)
8032 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8033 procedures.
8034 (test_driver): Call them.
8035 * gdb.cp/save-bp-qualified.cc: New.
8036 * gdb.cp/save-bp-qualified.exp: New.
8037 * gdb.linespec/explicit.exp: Test -qualified.
8038 * lib/completion-support.exp (completion::explicit_opts_list): Add
8039 "-qualified".
8040 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8041
8042 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8043
8044 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8045
8046 2017-11-29 Tom Tromey <tom@tromey.com>
8047
8048 * gdb.base/relocate.exp: Update invalid argument test.
8049 Add new tests for invalid arguments.
8050
8051 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8052
8053 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8054 Return 0 as a long.
8055 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8056
8057 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8058
8059 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8060 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8061 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8062 func ().
8063 * gdb.cp/shadow.cc (B.func): Return 0.
8064
8065 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8066
8067 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8068 expected output in gdb_expect call to allow the exception
8069 message to be present as well. Fix syntax confusion to avoid
8070 TCL thinking that exception_name is an array.
8071
8072 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8073
8074 * gdb.arch/spu-info.c: Include <unistd.h>.
8075 (do_signal_test): Fix broken calls to write.
8076 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8077 Fix checks for empty mailboxes. Update signal tests for corrected
8078 do_signal_test routine. Allow nonzero event status.
8079 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8080 * gdb.cell/arch.exp: Use standard_output_file.
8081 * gdb.cell/break.exp: Likewise.
8082 * gdb.cell/bt.exp: Likewise.
8083 * gdb.cell/core.exp: Likewise.
8084 * gdb.cell/dwarfaddr.exp: Likewise.
8085 * gdb.cell/ea-cache.exp: Likewise.
8086 * gdb.cell/ea-standalone.exp: Likewise.
8087 * gdb.cell/f-regs.exp: Likewise.
8088 * gdb.cell/fork.exp: Likewise.
8089 * gdb.cell/gcore.exp: Likewise.
8090 * gdb.cell/mem-access.exp: Likewise.
8091 * gdb.cell/ptype.exp: Likewise.
8092 * gdb.cell/registers.exp: Likewise.
8093 * gdb.cell/sizeof.exp: Likewise.
8094 * gdb.cell/solib-symbol.exp: Likewise.
8095 * gdb.cell/solib.exp: Likewise.
8096
8097 2017-11-25 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.base/complete-empty.exp: New file.
8100 * gdb.base/completion.exp: Adjust.
8101
8102 2017-11-25 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.linespec/cpls-ops.cc: New file.
8105 * gdb.linespec/cpls-ops.exp: New file.
8106 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8107 factored out from ...
8108 (test_complete_prefix_range): ... this.
8109
8110 2017-11-24 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.linespec/cpcompletion.exp: New file.
8113 * gdb.linespec/cpls-hyphen.cc: New file.
8114 * gdb.linespec/cpls.cc: New file.
8115 * gdb.linespec/cpls2.cc: New file.
8116 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8117 test to use test_gdb_complete_unique. Add label completion,
8118 keyword completion and explicit location completion tests.
8119 * lib/completion-support.exp: New file.
8120
8121 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8122
8123 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8124 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8125 when hitting an exception catchpoint.
8126
8127 2017-11-22 Yao Qi <yao.qi@linaro.org>
8128
8129 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8130
8131 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8132
8133 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8134 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8135 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8136
8137 2017-11-22 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.base/info-os.exp: Pass pthreads.
8140 * gdb.multi/multi-attach.exp: Likewise.
8141
8142 2017-11-22 Yao Qi <yao.qi@linaro.org>
8143
8144 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8145 compiler.
8146
8147 2017-11-22 Yao Qi <yao.qi@linaro.org>
8148
8149 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8150 * gdb.base/break-interp.exp: Likewise.
8151 * gdb.base/jit-attach-pie.exp: Likewise.
8152
8153 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8154
8155 * gdb.base/float128.c (large128): New variable.
8156 * gdb.base/float128.exp: Add test to print largest __float128 value.
8157
8158 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8159
8160 * gdb.arch/vsx-regs.exp: Update register content checks.
8161
8162 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8163
8164 * gdb.arch/ppc-longdouble.exp: New file.
8165 * gdb.arch/ppc-longdouble.c: Likewise.
8166
8167 2017-11-21 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8170
8171 2017-11-20 Pedro Alves <palves@redhat.com>
8172
8173 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8174 (long_double_typedef): New typedefs.
8175 Use DEF on double and long double.
8176 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8177 cases.
8178 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8179 and 'long_double_ptr_same_size' locals. Use them to decide
8180 whether cast from array/function to float is valid/invalid.
8181
8182 2017-11-17 Tom Tromey <tom@tromey.com>
8183
8184 * gdb.rust/traits.rs: New file.
8185 * gdb.rust/traits.exp: New file.
8186
8187 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8188
8189 * gdb.ada/minsyms: New testcase.
8190
8191 2017-11-16 Pedro Alves <palves@redhat.com>
8192
8193 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8194 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8195
8196 2017-11-16 Pedro Alves <palves@redhat.com>
8197
8198 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8199 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8200
8201 2017-11-16 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.server/reconnect-ctrl-c.c: New file.
8204 * gdb.server/reconnect-ctrl-c.exp: New file.
8205
8206 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8207
8208 * gdb.python/py-rbreak.exp: New file.
8209 * gdb.python/py-rbreak.c: New file.
8210 * gdb.python/py-rbreak-func2.c: New file.
8211
8212 2017-11-16 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8215 pattern.
8216 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8217 GDB.
8218
8219 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8220
8221 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8222 regex.
8223
8224 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8225
8226 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8227 test names.
8228
8229 2017-11-09 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8232 factored out from ...
8233 (top level): ... here, and adjusted to avoid expecting beyond the
8234 prompt in a single gdb_test_multiple.
8235
8236 2017-11-09 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8239 output.
8240 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8241 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8242 * gdb.server/ext-run.exp ("kill" test): Likewise.
8243 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8244
8245 2017-11-09 Pedro Alves <palves@redhat.com>
8246
8247 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8248 match till end of line.
8249
8250 2017-11-09 Pedro Alves <palves@redhat.com>
8251
8252 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8253
8254 2017-11-09 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8257 New procedures, factored out from ...
8258 (top level): ... here, and adjusted to avoid expecting beyond the
8259 prompt in one go.
8260
8261 2017-11-09 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8264 output. Fix '?' match.
8265
8266 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8267
8268 * gdb.ada/scoped_watch: New testcase.
8269 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8270 which is actually correct.
8271 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8272 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8273
8274 2017-11-08 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.gdb/complaints.exp (test_initial_complaints)
8277 (test_serial_complaints, test_short_complaints): Call
8278 complaint_internal instead of complaint.
8279
8280 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8281
8282 * gdb.threads/tls-core.c: New file.
8283 * gdb.threads/tls-core.exp: Likewise.
8284
8285 2017-11-08 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8288 (p Exported_Capitalized): New test.
8289 (p exported_capitalized): New test.
8290
8291 2017-11-07 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8294
8295 2017-11-07 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8298 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8299 (disable_invalid, disable_inverted, disable_negative): New
8300 procedures.
8301 ("bad numbers"): New set of tests.
8302
8303 2017-11-07 Pedro Alves <palves@redhat.com>
8304
8305 * gdb.cp/ena-dis-br-range.exp: Add tests.
8306
8307 2017-11-07 Pedro Alves <palves@redhat.com>
8308
8309 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8310
8311 2017-11-07 Xavier Roirand <roirand@adacore.com>
8312 Pedro Alves <palves@redhat.com>
8313
8314 * gdb.base/ena-dis-br.exp: Add reference to
8315 gdb.cp/ena-dis-br-range.exp.
8316 * gdb.cp/ena-dis-br-range.exp: New file.
8317 * gdb.cp/ena-dis-br-range.cc: New file.
8318
8319 2017-11-06 Pedro Alves <palves@redhat.com>
8320
8321 * gdb.base/attach-non-pgrp-leader.c: New.
8322 * gdb.base/attach-non-pgrp-leader.exp: New.
8323
8324 2017-11-06 Pedro Alves <palves@redhat.com>
8325
8326 * configure.ac: No longer check for termio.h and sgtty.h.
8327 * configure: Regenerate.
8328 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8329 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8330 Remove termio and sgtty code.
8331
8332 2017-11-03 Yao Qi <yao.qi@linaro.org>
8333
8334 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8335 in GDB is disabled.
8336
8337 2017-11-03 Yao Qi <yao.qi@linaro.org>
8338
8339 * gdb.python/py-thrhandle.exp: Skip it if python is not
8340 enabled.
8341
8342 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8343
8344 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8345 as a breakpoint command.
8346
8347 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8348
8349 PR python/21213
8350 * gdb.python/py-infthread.exp: Test calling
8351 InferiorThread.inferior () multiple times in a row.
8352
8353 2017-10-27 Keith Seitz <keiths@redhat.com>
8354
8355 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8356 Test "info break" for every inlined function breakpoint.
8357
8358 2017-10-27 Yao Qi <yao.qi@linaro.org>
8359
8360 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8361
8362 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8363
8364 * gdb.cp/classes.exp (test_static_members): Test printing
8365 Outer::instance.
8366 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8367 (Inner::instance, Outer::instance): New.
8368
8369 2017-10-24 Pedro Alves <palves@redhat.com>
8370
8371 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8372 extra console" test in two stages.
8373
8374 2017-10-24 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8377
8378 2017-10-24 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8381 loop.
8382
8383 2017-10-24 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8386 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8387
8388 2017-10-24 Pedro Alves <palves@redhat.com>
8389
8390 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8391 parameter and handle it. Don't output read value in test name.
8392
8393 2017-10-24 Pedro Alves <palves@redhat.com>
8394
8395 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8396 custom test name.
8397
8398 2017-10-24 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8401 include the unstable output directory name in the test's name.
8402 (initial_setup_simple) <'set args'>: Use custom test name.
8403
8404 2017-10-24 Pedro Alves <palves@redhat.com>
8405
8406 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8407 with explicit test name.
8408
8409 2017-10-20 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8412 'wait -i'. Use gdb_assert and remote_close.
8413
8414 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8415
8416 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8417 number from variable rather than hard-coded.
8418
8419 2017-10-19 Pedro Alves <palves@redhat.com>
8420
8421 * gdb.base/long-inferior-output.c: New file.
8422 * gdb.base/long-inferior-output.exp: New file.
8423
8424 2017-11-18 Keith Seitz <keiths@redhat.com>
8425
8426 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8427 method.
8428 (main): Call it.
8429 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8430 Add additional user-defined conversion operator tests.
8431
8432 2017-10-17 Pedro Alves <palves@redhat.com>
8433
8434 * boards/native-stdio-gdbserver.exp: Load "local-board".
8435
8436 2017-10-17 Pedro Alves <palves@redhat.com>
8437
8438 * gdb.base/quit-live.c: New file.
8439 * gdb.base/quit-live.exp: New file.
8440
8441 2017-10-16 Keith Seitz <keiths@redhat.com>
8442
8443 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8444 (class_with_protected_typedef, class_with_private_typedef)
8445 (struct_with_public_typedef, struct_with_protected_typedef)
8446 (struct_with_private_typedef): New classes/structs.
8447 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8448 typedefs and access specifiers.
8449
8450 2017-10-16 Pedro Alves <palves@redhat.com>
8451 Simon Marchi <simon.marchi@polymtl.ca>
8452
8453 * README (Local vs Remote vs Native): New section.
8454 * boards/local-board.exp: New file, with bits factored out from
8455 ...
8456 * boards/native-extended-gdbserver.exp: ... here. Load
8457 "local-board".
8458 * boards/native-gdbserver.exp: Load "local-board".
8459 (${board}_spawn, ${board}_exec): Delete.
8460 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8461 ...
8462 * boards/stdio-gdbserver-base.exp: ... this new file.
8463 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8464 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8465 procedure.
8466 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8467 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8468 stdio_gdbserver_command.
8469 (${board}_get_remote_address, ${board}_get_comm_port)
8470 (${board}_download, ${board}_upload): Delete.
8471 (get_target_remote_pipe_cmd): New.
8472
8473 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8474
8475 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8476 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8477 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8478 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8479 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8480 remove with_test_prefix.
8481
8482 2017-10-13 Pedro Alves <palves@redhat.com>
8483
8484 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8485 * gdb.base/annota1.exp: Use it instead of is_remote.
8486 * gdb.base/annota3.exp: Use it instead of is_remote.
8487 * gdb.cp/annota2.exp: Use it instead of is_remote.
8488 * gdb.cp/annota3.exp: Use it instead of is_remote.
8489 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8490
8491 2017-10-13 Pedro Alves <palves@redhat.com>
8492
8493 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8494 (test_num_test_vars, run_and_count_vars, find_env)
8495 (test_set_unset_env, test_inherit_env_var): New procedures.
8496 (top level): Use them.
8497
8498 2017-10-13 Pedro Alves <palves@redhat.com>
8499
8500 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8501 also skip on stub-like targets.
8502
8503 2017-10-13 Pedro Alves <palves@redhat.com>
8504
8505 PR gdb/22293
8506 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8507 (top level): Move some tests to ...
8508 (test_not_found): ... this new procedure.
8509 (top level): Call it.
8510
8511 2017-10-13 Pedro Alves <palves@redhat.com>
8512
8513 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8514 expect different "info terminal" output if testing with a
8515 non-native target.
8516
8517 2017-10-13 Pedro Alves <palves@redhat.com>
8518 Simon Marchi <simon.marchi@polymtl.ca>
8519
8520 PR python/12966
8521 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8522
8523 2017-10-13 Pedro Alves <palves@redhat.com>
8524
8525 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8526 already.
8527
8528 2017-10-13 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8531 is_remote.
8532
8533 2017-10-13 Pedro Alves <palves@redhat.com>
8534
8535 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8536 is_remote.
8537
8538 2017-10-13 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8541 is set.
8542 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8543 instead of is_remote.
8544
8545 2017-10-13 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8548 (top level): Add comment.
8549
8550 2017-10-13 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.base/remote.exp (top level): Fix comment typo and add
8553 missing return.
8554
8555 2017-10-13 Pedro Alves <palves@redhat.com>
8556 Simon Marchi <simon.marchi@polymtl.ca>
8557
8558 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8559 calls and add comments. Skip test if use_gdb_stub is set.
8560 (top level): Use "set cwd" command instead of "cd" command.
8561
8562 2017-10-13 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8565 is_remote target check.
8566
8567 2017-10-13 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.base/scope.exp: Use build_executable + clean_restart +
8570 gdb_file_cmd instead of prepare_for_testing and no longer skip
8571 "before run" tests on is_remote target boards. Update comments.
8572 * boards/native-extended-gdbserver.exp
8573 (extended_gdbserver_load_last_file): New, factored out from ...
8574 (gdb_load): ... this. Move further below and add comment.
8575 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8576
8577 2017-10-12 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.base/attach.exp: Remove references to gdb64.
8580 * gdb.base/dbx.exp: Remove references to gdb64.
8581
8582 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8583 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.base/label.exp: Remove is_remote target check.
8586
8587 2017-10-12 Pedro Alves <palves@redhat.com>
8588
8589 * gdb.base/auvx.exp (coredir): Update comment.
8590 (top level) <core_works>: Use "set cwd" command instead of "cd"
8591 command.
8592
8593 2017-10-12 Pedro Alves <palves@redhat.com>
8594 Simon Marchi <simon.marchi@polymtl.ca>
8595
8596 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8597 target boards.
8598
8599 2017-10-12 Pedro Alves <palves@redhat.com>
8600 Simon Marchi <simon.marchi@polymtl.ca>
8601
8602 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8603 Instead skip if there's any gdb_protocol set.
8604
8605 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8606 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8609
8610 2017-10-12 Pedro Alves <palves@redhat.com>
8611 Simon Marchi <simon.marchi@polymtl.ca>
8612
8613 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8614 instead of on dejagnu remote boards.
8615
8616 2017-10-12 Pedro Alves <palves@redhat.com>
8617 Simon Marchi <simon.marchi@polymtl.ca>
8618
8619 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8620 checks. Use build_executable + clean_restart instead of
8621 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8622 of enabling non-stop after starting gdb.
8623
8624 2017-10-12 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8627 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8628 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8629 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8630
8631 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8632
8633 * gdb.arch/arc-tdesc-cpu.exp: New file.
8634 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8635
8636 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8637
8638 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8639
8640 2017-10-10 Pedro Alves <palves@redhat.com>
8641
8642 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8643 expect CLI output.
8644
8645 2017-10-10 Pedro Alves <palves@redhat.com>
8646
8647 * lib/selftest-support.exp (selftest_setup): Update for
8648 captured_command_loop's prototype change.
8649
8650 2017-10-09 Pedro Alves <palves@redhat.com>
8651
8652 Test both arch1=>arch2 and arch2=>arch1.
8653
8654 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8655 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8656 factored out to...
8657 (append_arch1_options, append_arch2_options, append_arch_options)
8658 (build_executables): New procedures.
8659 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8660 local.
8661 (top level): Add new 'first_arch' testing axis.
8662
8663 2017-10-09 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8666 (barrier): New.
8667 (thread_start, all_started): New functions.
8668 (main): Spawn new thread and wait until it is scheduled.
8669 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8670 option.
8671 (do_test): Add 'selected_thread' parameter. Run to all_started
8672 instead of main. Explicitly set the breakpoint at main. Switch
8673 to the SELECTED_THREAD thread.
8674 (top level): Test handling the exec event with either the main
8675 thread or the second thread selected.
8676
8677 2017-10-09 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8680 logic. Move STOP marker after the value checks.
8681 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8682 regexp.
8683
8684 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8685
8686 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8687
8688 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8689
8690 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8691 integer-to-dfp conversion.
8692 * gdb.base/dfp-test.exp: Likewise.
8693
8694 2017-10-04 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.multi/hangout.c: Include <unistd.h>.
8697 (hangout_loop): New function.
8698 (main): Call alarm. Call hangout_loop in a loop.
8699 * gdb.multi/hello.c: Include <unistd.h>.
8700 (hello_loop): New function.
8701 (main): Call alarm. Call hangout_loop in a loop.
8702 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8703 inferior with the other selected.
8704
8705 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8706
8707 * gdb.mi/list-thread-groups-available.exp: New file.
8708 * gdb.mi/list-thread-groups-available.c: New file.
8709
8710 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8711
8712 * gdb.base/set-cwd.exp: Make it available on
8713 native-extended-gdbserver.
8714
8715 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8716
8717 * gdb.base/set-cwd.c: New file.
8718 * gdb.base/set-cwd.exp: Likewise.
8719
8720 2017-10-02 Tom Tromey <tom@tromey.com>
8721
8722 PR rust/22236:
8723 * gdb.rust/simple.rs (main): New variable "fslice".
8724 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8725
8726 2017-10-02 Tom Tromey <tom@tromey.com>
8727
8728 * gdb.rust/simple.exp: Test ptype of a slice.
8729
8730 2017-10-02 Tom Tromey <tom@tromey.com>
8731
8732 * gdb.rust/simple.exp: Test index of slice.
8733
8734 2017-09-27 Tom Tromey <tom@tromey.com>
8735
8736 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8737
8738 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8739 Pedro Alves <palves@redhat.com>
8740
8741 * gdb.base/compare-sections.exp (get value of read-only section): Read
8742 as unsigned value.
8743 (corrupt read-only section): Likewise and don't set written if patching
8744 failed.
8745
8746 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8747
8748 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8749 files.
8750
8751 2017-09-20 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8754 symbol names in gdb's output.
8755 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8756
8757 2017-09-20 Pedro Alves <palves@redhat.com>
8758
8759 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8760 Rename to ...
8761 (test_list_ambiguous_symbol): ... this and add a symbol name
8762 parameter. Adjust.
8763 (test_list_ambiguous_function): Reimplement on top of
8764 test_list_ambiguous_symbol and also test listing ambiguous
8765 variables.
8766 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8767 (ambiguous_fun): ... this.
8768 (ambiguous_var): New.
8769 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8770 (ambiguous_fun): ... this.
8771 (ambiguous_var): New.
8772
8773 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8774
8775 * gdb.base/starti.c: New file.
8776 * gdb.base/starti.exp: New file.
8777 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8778
8779 2017-09-14 Pedro Alves <palves@redhat.com>
8780
8781 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8782 (top level): Use it instead of runto.
8783
8784 2017-09-11 Tom Tromey <tom@tromey.com>
8785
8786 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8787
8788 2017-09-11 Tom Tromey <tom@tromey.com>
8789
8790 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8791 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8792
8793 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8794
8795 * gdb.fortran/printing-types.exp: New file.
8796 * gdb.fortran/printing-types.exp: New file.
8797
8798 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8799
8800 * gdb.fortran/vla-ptype.exp: Fix typos.
8801 * gdb.fortran/vla-value.exp: Same.
8802
8803 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8804
8805 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8806 * gdb.mi/mi-var-child-f.exp: Likewise.
8807 * gdb.mi/mi-vla-fortran.exp: Likewise.
8808
8809 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8810 Christoph Weinmann <christoph.t.weinmann@intel.com>
8811 Bernhard Heckel <bernhard.heckel@intel.com>
8812
8813 * gdb.fortran/ptr-indentation.f90: New file.
8814 * gdb.fortran/ptr-indentation.exp: New file.
8815
8816 2017-09-05 Tom Tromey <tom@tromey.com>
8817
8818 PR gdb/22010:
8819 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8820
8821 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8822
8823 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8824
8825 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8826
8827 * gdb.threads/tls-nodebug-pie.c: New file.
8828 * gdb.threads/tls-nodebug-pie.exp: New file.
8829
8830 2017-09-05 Tom Tromey <tom@tromey.com>
8831
8832 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8833 for rust.
8834
8835 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8836
8837 * gdb.multi/multi-arch-exec.exp: Test with different
8838 "follow-exec-mode" settings.
8839 (do_test): New procedure.
8840
8841 2017-09-04 Pedro Alves <palves@redhat.com>
8842
8843 * gdb.base/func-static.c (S::method const, S::method volatile)
8844 (S::method volatile const): New methods.
8845 (c_s, v_s, cv_s): New instances.
8846 (main): Call method() on them.
8847 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8848 (cannot_resolve): New procedure.
8849 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8850 print-quote-unquoted columns.
8851 (do_test): Test printing each scope too.
8852
8853 2017-09-04 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/local-static.exp: Also test with
8856 class::method::variable wholly quoted.
8857 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8858
8859 2017-09-04 Pedro Alves <palves@redhat.com>
8860
8861 * gdb.base/local-static.c: New.
8862 * gdb.base/local-static.cc: New.
8863 * gdb.base/local-static.exp: New.
8864
8865 2017-09-04 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.asm/asm-source.exp: Add casts to int.
8868 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8869 (dataglobal64_1, dataglobal64_2): New globals.
8870 * gdb.base/nodebug.exp: Test different expressions involving the
8871 new globals, with print, whatis and ptype. Add casts to int.
8872 * gdb.base/solib-display.exp: Add casts to int.
8873 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8874 * gdb.cp/m-static.exp: Add cast to int.
8875 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8876 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8877 tls variable with no debug info without a cast. Test with a cast
8878 to int too.
8879 * gdb.trace/entry-values.exp: Add casts.
8880
8881 2017-09-04 Pedro Alves <palves@redhat.com>
8882
8883 * gdb.base/nodebug.exp: Test that ptype's error about functions
8884 with unknown return type includes the function name too.
8885
8886 2017-09-04 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8889 return type of munmap in infcall.
8890 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8891 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8892 type of ftell in infcall.
8893 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8894 type of getpid in infcall.
8895 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8896 infcall.
8897 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8898 Bail on failure to extract the pid.
8899 * gdb.base/nodebug.c: #include <stdint.h>.
8900 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8901 New functions.
8902 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8903 Change expected output of print/whatis/ptype with functions with
8904 no debug info. Test all supported languages. Call
8905 test_call_promotion.
8906 * gdb.compile/compile.exp: Adjust expected output to expect
8907 warning.
8908 * gdb.threads/siginfo-threads.exp: Likewise.
8909
8910 2017-09-04 Pedro Alves <palves@redhat.com>
8911
8912 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8913 "prototypes". Test calling float functions via prototyped and
8914 unprototyped function pointers.
8915 (perform_all_tests): New parameter "prototypes". Pass it down.
8916 (top level): Pass down "prototypes" parameter to
8917 perform_all_tests.
8918
8919 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8920
8921 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8922 Test with nested loops.
8923
8924 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8925
8926 * gdb.base/commands.exp: Call the new procedures.
8927 (loop_break_test, loop_continue_test): New procedures.
8928
8929 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8930
8931 * gdb.base/commands.exp: Call new procedure.
8932 (define_if_without_arg_test): New procedure.
8933
8934 2017-09-04 Pedro Alves <palves@redhat.com>
8935
8936 * gdb.base/list-ambiguous.exp: New file.
8937 * gdb.base/list-ambiguous0.c: New file.
8938 * gdb.base/list-ambiguous1.c: New file.
8939 * gdb.base/list.exp (test_list_range): Adjust expected output.
8940
8941 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8942
8943 * gdb.base/share-env-with-gdbserver.c: New file.
8944 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8945
8946 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8947
8948 * gdb.base/commands.exp (gdbvar_simple_if_test,
8949 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8950 progvar_simple_if_test, progvar_simple_while_test,
8951 progvar_complex_if_while_test, user_defined_command_test,
8952 user_defined_command_args_eval,
8953 user_defined_command_args_stack_test,
8954 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8955 temporary_breakpoint_commands,
8956 gdb_test_no_prompt, redefine_hook_test,
8957 redefine_backtrace_test): Remove "global gdb_prompt".
8958
8959 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8960
8961 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8962 New proc, call it from toplevel.
8963
8964 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8965
8966 PR remote/21852
8967 * gdb.server/normal.c: New file, copied from gdb.base.
8968 * gdb.server/run-without-local-binary.exp: New file.
8969
8970 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8971
8972 * gdb.arch/sparc64-adi.exp: New file.
8973 * gdb.arch/sparc64-adi.c: New file.
8974
8975 2017-08-22 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8978 (top level): Add "list all overloads" tests.
8979
8980 2017-08-22 Tom Tromey <tom@tromey.com>
8981
8982 * gdb.gdb/xfullpath.exp: Remove.
8983
8984 2017-08-21 Pedro Alves <palves@redhat.com>
8985
8986 PR gdb/19487
8987 * gdb.base/symbol-alias.c: New.
8988 * gdb.base/symbol-alias2.c: New.
8989 * gdb.base/symbol-alias.exp: New.
8990
8991 2017-08-21 Pedro Alves <palves@redhat.com>
8992
8993 * gdb.base/dfp-test.c
8994 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8995 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8996 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8997 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8998 * gdb.base/whatis-ptype-typedefs.c: New.
8999 * gdb.base/whatis-ptype-typedefs.exp: New.
9000 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9001 (an_int, an_int_type, an_int_type2): New globals.
9002 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9003 involving typedefs and cast expressions.
9004 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9005 (lookup_typedefs_function): New.
9006 (typedefs_pretty_printers_dict): New.
9007 (top level): Register lookup_typedefs_function in
9008 gdb.pretty_printers.
9009
9010 2017-08-18 Yao Qi <yao.qi@linaro.org>
9011
9012 * gdb.server/unittest.exp: New.
9013
9014 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9015
9016 PR gdb/21954
9017 * gdb.base/environ.exp: Add test to check if 'unset environment'
9018 works.
9019
9020 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9021
9022 * lib/gdb.exp (universal_compile_options): New caching proc.
9023 (gdb_compile): Suppress GCC's coloring of messages.
9024
9025 2017-08-14 Tom Tromey <tom@tromey.com>
9026
9027 PR gdb/21675:
9028 * gdb.base/printcmds.exp (test_radices): New function.
9029 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9030 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9031 * lib/gdb.exp (get_integer_valueof): Use p/d.
9032
9033 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9034
9035 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9036 characters.
9037
9038 2017-08-05 Tom Tromey <tom@tromey.com>
9039
9040 * gdb.rust/simple.exp: Allow String to appear in a different
9041 namespace.
9042
9043 2017-07-26 Yao Qi <yao.qi@linaro.org>
9044
9045 * gdb.gdb/unittest.exp: Invoke command
9046 "maintenance check xml-descriptions".
9047
9048 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9049
9050 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9051 calling context.
9052 (hex128): Drop erroneous calculation of parameters.
9053
9054 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9055
9056 * gdb.python/py-unwind.exp: Disable stack protection when
9057 building test file.
9058
9059 2017-07-20 Pedro Alves <palves@redhat.com>
9060
9061 * gdb.base/default.exp (set language): Adjust expected output.
9062
9063 2017-07-20 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9066 (test_minsym): ... this, and make static.
9067 (get_pck__foo__bar__minsym): Rename to ...
9068 (get_test_minsym): ... this.
9069 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9070 symbol names and comments.
9071 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9072 (get_test_minsym): ... this.
9073 (pck__foo__bar__minsym__2): Rename to ...
9074 (test_minsym): ... this.
9075 (main): Adjust.
9076
9077 2017-07-17 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.base/completion.exp: Adjust expected output.
9080 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9081 the completer works.
9082
9083 2017-07-17 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9086
9087 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9088
9089 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9090
9091 2017-07-14 Tom Tromey <tom@tromey.com>
9092
9093 PR rust/21764:
9094 * gdb.rust/simple.exp: Add tests.
9095
9096 2017-07-14 Tom Tromey <tom@tromey.com>
9097
9098 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9099
9100 2017-07-14 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.linespec/base/one/thefile.cc (z1): New function.
9103 * gdb.linespec/base/two/thefile.cc (z2): New function.
9104 * gdb.linespec/linespec.exp: Add tests.
9105
9106 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9107
9108 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9109 to mi_create_breakpoint.
9110
9111 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9112
9113 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9114 mi_create_breakpoint.
9115
9116 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9117
9118 * gdb.dlang/demangle.exp: Update for demangling changes.
9119
9120 2017-07-09 Tom Tromey <tom@tromey.com>
9121
9122 * gdb.dwarf2/shortpiece.exp: New file.
9123
9124 2017-07-06 David Blaikie <dblaikie@gmail.com>
9125
9126 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9127 built from fissiont-multi-cu{1,2}.c.
9128 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9129 except putting 'main' and 'func' in separate CUs in the same DWO file.
9130 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9131 test.
9132 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9133 test.
9134
9135 2017-07-06 Pedro Alves <palves@redhat.com>
9136
9137 * gdb.python/py-unwind.exp: Test flushregs.
9138
9139 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9140
9141 PR cli/21688
9142 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9143 tests for alias commands and trailing whitespace.
9144
9145 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9146
9147 PR cli/21688
9148 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9149 procedure. Call it.
9150
9151 2017-06-29 Pedro Alves <palves@redhat.com>
9152
9153 * gdb.base/printcmds.exp: Add tests.
9154
9155 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9156
9157 PR gdb/21337
9158 * gdb.base/reread-readsym.exp: New file.
9159 * gdb.base/reread-readsym.c: New file.
9160
9161 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9162
9163 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9164 subpattern.
9165
9166 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9167
9168 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9169 extended mnemonic.
9170 * gdb.arch/powerpc-power9.s: Likewise.
9171
9172 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9173
9174 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9175 on 32-bit x86 targets. Exploit is_*_target macros where
9176 appropriate.
9177
9178 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9179
9180 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9181 register pieces.
9182
9183 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9184
9185 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9186 located in one or more DWARF pieces.
9187
9188 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9189
9190 * lib/gdb.exp (get_endianness): New proc.
9191 * gdb.arch/aarch64-fp.exp: Use it.
9192 * gdb.arch/altivec-regs.exp: Likewise.
9193 * gdb.arch/e500-regs.exp: Likewise.
9194 * gdb.arch/vsx-regs.exp: Likewise.
9195 * gdb.base/dump.exp: Likewise.
9196 * gdb.base/funcargs.exp: Likewise.
9197 * gdb.base/gnu_vector.exp: Likewise.
9198 * gdb.dwarf2/formdata16.exp: Likewise.
9199 * gdb.dwarf2/implptrpiece.exp: Likewise.
9200 * gdb.dwarf2/nonvar-access.exp: Likewise.
9201 * gdb.python/py-inferior.exp: Likewise.
9202 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9203
9204 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9205
9206 PR gdb/21226
9207 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9208 stack value pieces are taken from the LSB end.
9209
9210 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9211
9212 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9213 variable at nonzero offset.
9214
9215 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9216
9217 * gdb.dwarf2/var-access.c: New file.
9218 * gdb.dwarf2/var-access.exp: New test.
9219 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9220
9221 2017-06-12 Tom Tromey <tom@tromey.com>
9222
9223 * gdb.dwarf2/formdata16.exp: Add tests.
9224
9225 2017-06-12 Tom Tromey <tom@tromey.com>
9226
9227 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9228
9229 2017-06-12 Tom Tromey <tom@tromey.com>
9230
9231 PR exp/16225:
9232 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9233 * gdb.arch/vsx-regs.exp: Update tests.
9234 * gdb.arch/s390-vregs.exp (hex128): New proc.
9235 Update test.
9236 * gdb.arch/altivec-regs.exp: Update tests.
9237
9238 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9239
9240 * gdb.base/startup-with-shell.c: New file.
9241 * gdb.base/startup-with-shell.exp: Likewise.
9242
9243 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9244
9245 * gdb.server/non-existing-program.exp: Update regex in order to
9246 reflect the fact that gdbserver is now using fork_inferior (with a
9247 shell) to startup the inferior.
9248
9249 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9250
9251 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9252 support function calls from GDB.
9253
9254 2017-05-21 Tom Tromey <tom@tromey.com>
9255
9256 PR rust/21466:
9257 * gdb.rust/unsized.exp: New file.
9258 * gdb.rust/unsized.rs: New file.
9259
9260 2017-05-19 Tom Tromey <tom@tromey.com>
9261
9262 PR rust/21484:
9263 * gdb.rust/watch.exp: New file.
9264 * gdb.rust/watch.rs: New file.
9265
9266 2017-05-18 Tom Tromey <tom@tromey.com>
9267
9268 * gdb.rust/simple.exp: Allow Box to be qualified.
9269
9270 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9271
9272 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9273
9274 2017-05-18 Pedro Alves <palves@redhat.com>
9275
9276 * gdb.base/fileio.c (test_write, test_read, test_close)
9277 (test_fstat): Don't print 'ret' in the fail path.
9278
9279 2017-05-18 Pedro Alves <palves@redhat.com>
9280
9281 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9282 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9283 (test_system, test_rename, test_unlink, test_time): Change
9284 prototypes.
9285 * gdb.base/fileio.exp (stop_msg): Adjust.
9286
9287 2017-05-18 Pedro Alves <palves@redhat.com>
9288
9289 * gdb.base/fileio.c (null_str): New global.
9290 (test_stat): Use it.
9291 * gdb.base/fileio.exp: Remove nowarnings.
9292
9293 2017-05-17 Yao Qi <yao.qi@linaro.org>
9294
9295 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9296
9297 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9298
9299 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9300 argument command.
9301 (top-level): Invoke test_set_inferior_tty.
9302
9303 2017-05-04 Pedro Alves <palves@redhat.com>
9304
9305 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9306 Add parens to print call for Python 3.
9307
9308 2017-05-03 Keith Seitz <keiths@redhat.com>
9309
9310 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9311 (main): Call it.
9312
9313 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9314
9315 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9316 to prev and next.
9317
9318 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9319
9320 * gdb.python/py-record-btrace.exp: Remove test for
9321 gdb.BtraceInstruction.error.
9322
9323 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9324
9325 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9326
9327 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9328
9329 * gdb.python/py-record-btrace-threads.c: New file.
9330 * gdb.python/py-record-btrace-threads.exp: New file.
9331
9332 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9333
9334 PR testsuite/8595
9335 * gdb.base/environ.exp: Make test available in all architectures.
9336 Move bits related to "info program" testing to
9337 gdb.base/info-program.exp. Rewrite tests to use the two new
9338 procedures mentione below.
9339 (test_set_show_env_var) New procedure.
9340 (test_set_show_env_var_equal): Likewise.
9341 * gdb.base/info-program.exp: New file.
9342
9343 2017-04-27 Keith Seitz <keiths@redhat.com>
9344
9345 * gdb.cp/oranking.cc (test15): New function.
9346 (main): Call test15 and declare additional variables for testing.
9347 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9348 "p foo101('abc')" tests.
9349 Add tests for cv qualifier overloads.
9350 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9351 "lvalue reference overload" test.
9352 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9353 "print value of f1 on Child&& in f2" test.
9354
9355 2017-04-19 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9358 procedure.
9359 (top level): Call it.
9360 * lib/gdb.exp (gdb_define_cmd): New procedure.
9361
9362 2017-04-12 Pedro Alves <palves@redhat.com>
9363
9364 PR gdb/21323
9365 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9366 (wchar): New global.
9367 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9368 (do_test_wide_char, wide_char_types_no_program, top level): Add
9369 wchar_t testing.
9370
9371 2017-04-12 Pedro Alves <palves@redhat.com>
9372
9373 PR c++/21323
9374 * gdb.cp/wide_char_types.c: New file.
9375 * gdb.cp/wide_char_types.exp: New file.
9376
9377 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9378
9379 PR gdb/21352
9380 * gdb.trace/tsv.exp: Add test for "tsave -r".
9381
9382 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9383
9384 * gdb.dlang/watch-loc.c: New file.
9385 * gdb.dlang/watch-loc.exp: New file.
9386
9387 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9388
9389 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9390
9391 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9392
9393 * gdb.arch/arc-analyze-prologue.S: New file.
9394 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9395
9396 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9397
9398 * gdb.arch/arc-decode-insn.S: New file.
9399 * gdb.arch/arc-decode-insn.exp: Likewise.
9400
9401 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9402
9403 PR tdep/20928
9404 * gdb.arch/sparc64-regs.exp: New file.
9405 * gdb.arch/sparc64-regs.S: Likewise.
9406
9407 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9408
9409 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9410 and memory view on Python 3.
9411
9412 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9413 Keith Seitz <keiths@redhat.com>
9414
9415 PR gdb/14441
9416 * gdb.cp/demangle.exp: Add rvalue reference tests.
9417 * gdb.cp/rvalue-ref-casts.cc: New file.
9418 * gdb.cp/rvalue-ref-casts.exp: New file.
9419 * gdb.cp/rvalue-ref-overload.cc: New file.
9420 * gdb.cp/rvalue-ref-overload.exp: New file.
9421 * gdb.cp/rvalue-ref-params.cc: New file.
9422 * gdb.cp/rvalue-ref-params.exp: New file.
9423 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9424 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9425 * gdb.cp/rvalue-ref-types.cc: New file.
9426 * gdb.cp/rvalue-ref-types.exp: New file.
9427 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9428 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9429
9430 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9431
9432 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9433 New procedure.
9434
9435 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9436
9437 * lib/mi-support.exp (mi_gdb_test): Add additional message
9438 for unexpected output.
9439
9440 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9441
9442 * gdb.base/examine-backward.c (Barrier): New character array
9443 constant, to ensure that TestStrings is preceded by a string
9444 terminator.
9445
9446 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9447
9448 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9449 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9450 and implicit pointer into such a location.
9451
9452 2017-03-16 Doug Evans <dje@google.com>
9453
9454 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9455
9456 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9457
9458 * gdb.cp/m-static.exp: Fix expectation for prototype of
9459 test5.single_constructor and single_constructor::single_constructor.
9460
9461 2017-03-16 Doug Evans <dje@google.com>
9462
9463 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9464 * gdb.guile/scm-lazy-string.c: New file.
9465 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9466 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9467 for pointer, array, typedef lazy strings.
9468
9469 2017-03-16 Doug Evans <dje@google.com>
9470
9471 PR python/17728, python/18439, python/18779
9472 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9473 * gdb.python/py-lazy-string.c (pointer): New typedef.
9474 (main): New locals ptr, array, typedef_ptr.
9475 * gdb.python/py-value.exp: Move lazy string tests to ...
9476 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9477 array, typedef lazy strings.
9478
9479 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9480
9481 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9482 Add optional 'test' parameter.
9483
9484 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9485
9486 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9487 Skip for versions of DejaGnu < 1.5.
9488
9489 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9490
9491 * lib/gdb.exp (dejagnu_version): New proc.
9492 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9493 Use dejagnu_version.
9494
9495 2017-03-10 Keith Seitz <keiths@redhat.com>
9496
9497 PR c++/8128
9498 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9499 type from destructor regexps.
9500 Add a branch which actually passes the test.
9501 Adjust "ptype t5i" test names.
9502
9503 2017-03-08 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.base/step-over-exit.exp: Add explicit test message.
9506
9507 2017-03-08 Pedro Alves <palves@redhat.com>
9508
9509 PR gdb/18360
9510 * gdb.threads/interrupt-while-step-over.c: New file.
9511 * gdb.threads/interrupt-while-step-over.exp: New file.
9512
9513 2017-03-08 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9516 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9517
9518 2017-03-08 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9521 PKRU as not supported as a PASS.
9522
9523 2017-03-08 Pedro Alves <palves@redhat.com>
9524
9525 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9526 prefix instead of $binfile1/$binfile2.
9527 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9528 in test message.
9529 * gdb.python/py-completion.exp: Use "load python file" as test
9530 messages instead of unstable path names.
9531
9532 2017-03-08 Pedro Alves <palves@redhat.com>
9533 Jan Kratochvil <jan.kratochvil@redhat.com>
9534
9535 PR cli/21218
9536 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9537 New proc.
9538 (top level): Call it.
9539
9540 2017-03-08 Pedro Alves <palves@redhat.com>
9541
9542 PR tui/21216
9543 * gdb.tui/tui-nl-filtered-output.exp: New file.
9544
9545 2017-03-08 Pedro Alves <palves@redhat.com>
9546
9547 * gdb.base/completion.exp: Move TUI completion tests to ...
9548 * gdb.tui/completion.exp: ... this new file.
9549
9550 2017-03-08 Pedro Alves <palves@redhat.com>
9551
9552 * gdb.base/tui-disasm-long-lines.c,
9553 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9554 gdb.base/tui-layout.exp: Move to ...
9555 * gdb.tui/: ... this new directory.
9556
9557 2017-03-07 Pedro Alves <palves@redhat.com>
9558
9559 * gdb.base/tui-layout.c: New file.
9560 * gdb.base/tui-layout.exp: New file.
9561
9562 2017-03-07 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.base/tui-layout.c: Rename to ...
9565 * gdb.base/tui-disasm-long-lines.c: ... this.
9566 * gdb.base/tui-layout.exp: Rename to ...
9567 * gdb.base/tui-disasm-long-lines.exp: ... this.
9568
9569 2017-03-07 Pedro Alves <palves@redhat.com>
9570
9571 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9572
9573 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9574
9575 * i386-mpx-call.c: New file.
9576 * i386-mpx-call.exp: New file.
9577
9578 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9579
9580 * gdb.arch/powerpc-power.exp: Delete test.
9581 * gdb.arch/powerpc-power.s: Likewise.
9582 * gdb.disasm/disassembler-options.exp: New test.
9583 * gdb.arch/powerpc-altivec.exp: Likewise.
9584 * gdb.arch/powerpc-altivec.s: Likewise.
9585 * gdb.arch/powerpc-altivec2.exp: Likewise.
9586 * gdb.arch/powerpc-altivec2.s: Likewise.
9587 * gdb.arch/powerpc-altivec3.exp: Likewise.
9588 * gdb.arch/powerpc-altivec3.s: Likewise.
9589 * gdb.arch/powerpc-power7.exp: Likewise.
9590 * gdb.arch/powerpc-power7.s: Likewise.
9591 * gdb.arch/powerpc-power8.exp: Likewise.
9592 * gdb.arch/powerpc-power8.s: Likewise.
9593 * gdb.arch/powerpc-power9.exp: Likewise.
9594 * gdb.arch/powerpc-power9.s: Likewise.
9595 * gdb.arch/powerpc-vsx.exp: Likewise.
9596 * gdb.arch/powerpc-vsx.s: Likewise.
9597 * gdb.arch/powerpc-vsx2.exp: Likewise.
9598 * gdb.arch/powerpc-vsx2.s: Likewise.
9599 * gdb.arch/powerpc-vsx3.exp: Likewise.
9600 * gdb.arch/powerpc-vsx3.s: Likewise.
9601 * gdb.arch/arm-disassembler-options.exp: Likewise.
9602 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9603 * gdb.arch/s390-disassembler-options.exp: Likewise.
9604
9605 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9606
9607 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9608 (check_supported_features): ... this. Changed return type to void.
9609 (supports_rdseed): New static global.
9610 (rdseed): Check supports_rdseed.
9611 (initialize): Call check_supported_features.
9612
9613 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9614
9615 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9616 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9617 and lqarx/stqcx.
9618 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9619 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9620
9621 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9622
9623 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9624 uppercase.
9625
9626 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9627
9628 * gdb.dwarf2/formdata16.c: New file.
9629 * gdb.dwarf2/formdata16.exp: New file.
9630 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9631
9632 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9633
9634 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9635 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9636 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9637 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9638 DW_AT_GNU_*.
9639
9640 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9641
9642 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9643
9644 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9645
9646 PR gdb/21164
9647 * gdb.base/maint.exp: Add testcases for when the commands do
9648 not have arguments.
9649
9650 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9651
9652 * gdb.cp/chained-calls.exp: Use p instead of P.
9653
9654 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9655
9656 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9657 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9658
9659 2017-02-14 Tom Tromey <tom@tromey.com>
9660
9661 PR python/13598:
9662 * gdb.python/py-events.exp: Add before_prompt event tests.
9663
9664 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9665
9666 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9667
9668 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9669
9670 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9671 (main): Call my_unique_function_name.
9672 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9673 completion of patterns with a single match.
9674 Add missing -re switches to gdb_test_multiple calls.
9675
9676 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9677
9678 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9679 return if core file is not recognized.
9680
9681 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9682
9683 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9684 and extra UIs.
9685
9686 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9687
9688 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9689 proc_with_prefix.
9690
9691 2017-02-10 Tom Tromey <tom@tromey.com>
9692
9693 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9694
9695 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9696
9697 PR gdb/21122
9698 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9699
9700 2017-02-08 Jerome Guitton <guitton@adacore.com>
9701
9702 * gdb.base/define.exp: Add test for command abbreviations
9703 in define.
9704
9705 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9706
9707 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9708 * gdb.reverse/insn-reverse-x86.c: New file.
9709
9710 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9711
9712 PR tdep/20936
9713 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9714
9715 2017-02-03 Tom Tromey <tom@tromey.com>
9716
9717 PR rust/21097:
9718 * gdb.rust/simple.exp: Add new tests.
9719
9720 2017-02-02 Pedro Alves <palves@redhat.com>
9721
9722 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9723 tests.
9724
9725 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9726
9727 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9728 taking a 2-byte value out of a 4-byte DWARF implicit value on
9729 big-endian targets.
9730 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9731 logic. Add test cases for DW_OP_implicit.
9732
9733 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9734
9735 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9736
9737 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9738
9739 * gdb.btrace/enable.exp: Call gdb_exit before
9740 skip_gdbserver_tests.
9741
9742 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9743
9744 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9745 GDBFLAGS.
9746
9747 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9748
9749 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9750 the test is skipped.
9751 * gdb.btrace/data.exp: Likewise.
9752 * gdb.btrace/delta.exp: Likewise.
9753 * gdb.btrace/dlopen.exp: Likewise.
9754 * gdb.btrace/enable-running.exp: Likewise.
9755 * gdb.btrace/enable.exp: Likewise.
9756 * gdb.btrace/exception.exp: Likewise.
9757 * gdb.btrace/function_call_history.exp: Likewise.
9758 * gdb.btrace/gcore.exp: Likewise.
9759 * gdb.btrace/instruction_history.exp: Likewise.
9760 * gdb.btrace/multi-thread-step.exp: Likewise.
9761 * gdb.btrace/nohist.exp: Likewise.
9762 * gdb.btrace/non-stop.exp: Likewise.
9763 * gdb.btrace/reconnect.exp: Likewise.
9764 * gdb.btrace/record_goto-step.exp: Likewise.
9765 * gdb.btrace/record_goto.exp: Likewise.
9766 * gdb.btrace/rn-dl-bind.exp: Likewise.
9767 * gdb.btrace/segv.exp: Likewise.
9768 * gdb.btrace/step.exp: Likewise.
9769 * gdb.btrace/stepi.exp: Likewise.
9770 * gdb.btrace/tailcall-only.exp: Likewise.
9771 * gdb.btrace/tailcall.exp: Likewise.
9772 * gdb.btrace/tsx.exp: Likewise.
9773 * gdb.btrace/unknown_functions.exp: Likewise.
9774 * gdb.btrace/vdso.exp: Likewise.
9775
9776 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9777
9778 * gdb.btrace/enable-running.c: New.
9779 * gdb.btrace/enable-running.exp: New.
9780
9781 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9782
9783 * gdb.arch/amd64-gs_base.c: New file.
9784 * gdb.arch/amd64-gs_base.exp: New file.
9785
9786 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9787
9788 * lib/memory.exp: Remove spurious empty newlines.
9789
9790 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9791
9792 * gdb.python/py-bad-printers.exp: Load python file using "source".
9793 * gdb.python/py-events.exp: Likewise.
9794 * gdb.python/py-evsignal.exp: Likewise.
9795 * gdb.python/py-evthreads.exp: Likewise.
9796 * gdb.python/py-frame-args.exp: Likewise.
9797 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9798 * gdb.python/py-framefilter-mi.exp: Likewise.
9799 * gdb.python/py-framefilter.exp: Likewise.
9800 * gdb.python/py-mi.exp: Likewise.
9801 * gdb.python/py-pp-maint.exp: Likewise.
9802 * gdb.python/py-pp-registration.exp: Likewise.
9803 * gdb.python/py-prettyprint.exp: Likewise.
9804 (run_lang_tests): Likewise.
9805 * gdb.python/py-typeprint.exp: Likewise.
9806
9807 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9808
9809 * lib/memory.exp: New file.
9810 * lib/gdb.exp: Load memory.exp.
9811 * gdb.base/memattr.exp (delete_memory): Move proc to
9812 lib/memory.exp and rename to delete_memory_regions.
9813 Replace delete_memory with delete_memory_regions.
9814 Cleanup memory regions before tests.
9815 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9816 before tests.
9817
9818 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9819
9820 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9821 files.
9822 (initialize): New function conditionally defined.
9823 (testcases): Move within conditional block.
9824 (main): Call initialize.
9825 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9826 of gdb.reverse/insn-reverse.c.
9827 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9828 gdb.reverse/insn-reverse.c.
9829
9830 2017-01-26 Yao Qi <yao.qi@linaro.org>
9831
9832 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9833 disassemble on address 0.
9834
9835 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9836 Yao Qi <yao.qi@linaro.org>
9837
9838 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9839 * gdb.dwarf2/implptr-64bit.S: Remove.
9840 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9841 variables in caller's context. Add DW_OP_implicit_value.
9842
9843 2017-01-25 Yao Qi <yao.qi@linaro.org>
9844
9845 * lib/dwarf.exp (Dwarf::_location): Handle
9846 DW_OP_GNU_implicit_pointer with proper size.
9847
9848 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9849
9850 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9851 and add untested calls.
9852
9853 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9854
9855 * gdb.python/python.exp: Check line number against what GDB thinks
9856 the line number is for func1.
9857
9858 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9859
9860 * gdb.dlang/debug-expr.exp: New file.
9861
9862 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9863
9864 Fix test names for the following files:
9865
9866 * gdb.ada/exec_changed.exp
9867 * gdb.ada/info_types.exp
9868 * gdb.arch/aarch64-atomic-inst.exp
9869 * gdb.arch/aarch64-fp.exp
9870 * gdb.arch/altivec-abi.exp
9871 * gdb.arch/altivec-regs.exp
9872 * gdb.arch/amd64-byte.exp
9873 * gdb.arch/amd64-disp-step.exp
9874 * gdb.arch/amd64-dword.exp
9875 * gdb.arch/amd64-entry-value-inline.exp
9876 * gdb.arch/amd64-entry-value-param.exp
9877 * gdb.arch/amd64-entry-value-paramref.exp
9878 * gdb.arch/amd64-entry-value.exp
9879 * gdb.arch/amd64-i386-address.exp
9880 * gdb.arch/amd64-invalid-stack-middle.exp
9881 * gdb.arch/amd64-invalid-stack-top.exp
9882 * gdb.arch/amd64-optimout-repeat.exp
9883 * gdb.arch/amd64-prologue-skip.exp
9884 * gdb.arch/amd64-prologue-xmm.exp
9885 * gdb.arch/amd64-stap-special-operands.exp
9886 * gdb.arch/amd64-stap-wrong-subexp.exp
9887 * gdb.arch/amd64-tailcall-cxx.exp
9888 * gdb.arch/amd64-tailcall-noret.exp
9889 * gdb.arch/amd64-tailcall-ret.exp
9890 * gdb.arch/amd64-tailcall-self.exp
9891 * gdb.arch/amd64-word.exp
9892 * gdb.arch/arm-bl-branch-dest.exp
9893 * gdb.arch/arm-disp-step.exp
9894 * gdb.arch/arm-neon.exp
9895 * gdb.arch/arm-single-step-kernel-helper.exp
9896 * gdb.arch/avr-flash-qualifier.exp
9897 * gdb.arch/disp-step-insn-reloc.exp
9898 * gdb.arch/e500-abi.exp
9899 * gdb.arch/e500-regs.exp
9900 * gdb.arch/ftrace-insn-reloc.exp
9901 * gdb.arch/i386-avx512.exp
9902 * gdb.arch/i386-bp_permanent.exp
9903 * gdb.arch/i386-byte.exp
9904 * gdb.arch/i386-cfi-notcurrent.exp
9905 * gdb.arch/i386-disp-step.exp
9906 * gdb.arch/i386-dr3-watch.exp
9907 * gdb.arch/i386-float.exp
9908 * gdb.arch/i386-gnu-cfi.exp
9909 * gdb.arch/i386-mpx-map.exp
9910 * gdb.arch/i386-mpx-sigsegv.exp
9911 * gdb.arch/i386-mpx-simple_segv.exp
9912 * gdb.arch/i386-mpx.exp
9913 * gdb.arch/i386-permbkpt.exp
9914 * gdb.arch/i386-prologue.exp
9915 * gdb.arch/i386-signal.exp
9916 * gdb.arch/i386-size-overlap.exp
9917 * gdb.arch/i386-unwind.exp
9918 * gdb.arch/i386-word.exp
9919 * gdb.arch/mips-fcr.exp
9920 * gdb.arch/powerpc-d128-regs.exp
9921 * gdb.arch/powerpc-stackless.exp
9922 * gdb.arch/ppc64-atomic-inst.exp
9923 * gdb.arch/s390-stackless.exp
9924 * gdb.arch/s390-tdbregs.exp
9925 * gdb.arch/s390-vregs.exp
9926 * gdb.arch/sparc-sysstep.exp
9927 * gdb.arch/thumb-bx-pc.exp
9928 * gdb.arch/thumb-singlestep.exp
9929 * gdb.arch/thumb2-it.exp
9930 * gdb.arch/vsx-regs.exp
9931 * gdb.asm/asm-source.exp
9932 * gdb.base/a2-run.exp
9933 * gdb.base/advance.exp
9934 * gdb.base/all-bin.exp
9935 * gdb.base/anon.exp
9936 * gdb.base/args.exp
9937 * gdb.base/arithmet.exp
9938 * gdb.base/async-shell.exp
9939 * gdb.base/async.exp
9940 * gdb.base/attach-pie-noexec.exp
9941 * gdb.base/attach-twice.exp
9942 * gdb.base/auto-load.exp
9943 * gdb.base/bang.exp
9944 * gdb.base/bitfields.exp
9945 * gdb.base/break-always.exp
9946 * gdb.base/break-caller-line.exp
9947 * gdb.base/break-entry.exp
9948 * gdb.base/break-inline.exp
9949 * gdb.base/break-on-linker-gcd-function.exp
9950 * gdb.base/break-probes.exp
9951 * gdb.base/break.exp
9952 * gdb.base/breakpoint-shadow.exp
9953 * gdb.base/call-ar-st.exp
9954 * gdb.base/call-sc.exp
9955 * gdb.base/call-signal-resume.exp
9956 * gdb.base/call-strs.exp
9957 * gdb.base/callfuncs.exp
9958 * gdb.base/catch-fork-static.exp
9959 * gdb.base/catch-gdb-caused-signals.exp
9960 * gdb.base/catch-load.exp
9961 * gdb.base/catch-signal-fork.exp
9962 * gdb.base/catch-signal.exp
9963 * gdb.base/catch-syscall.exp
9964 * gdb.base/charset.exp
9965 * gdb.base/checkpoint.exp
9966 * gdb.base/chng-syms.exp
9967 * gdb.base/code-expr.exp
9968 * gdb.base/code_elim.exp
9969 * gdb.base/commands.exp
9970 * gdb.base/completion.exp
9971 * gdb.base/complex.exp
9972 * gdb.base/cond-expr.exp
9973 * gdb.base/condbreak.exp
9974 * gdb.base/consecutive.exp
9975 * gdb.base/continue-all-already-running.exp
9976 * gdb.base/coredump-filter.exp
9977 * gdb.base/corefile.exp
9978 * gdb.base/dbx.exp
9979 * gdb.base/debug-expr.exp
9980 * gdb.base/define.exp
9981 * gdb.base/del.exp
9982 * gdb.base/disabled-location.exp
9983 * gdb.base/disasm-end-cu.exp
9984 * gdb.base/disasm-optim.exp
9985 * gdb.base/display.exp
9986 * gdb.base/duplicate-bp.exp
9987 * gdb.base/ena-dis-br.exp
9988 * gdb.base/ending-run.exp
9989 * gdb.base/enumval.exp
9990 * gdb.base/environ.exp
9991 * gdb.base/eu-strip-infcall.exp
9992 * gdb.base/eval-avoid-side-effects.exp
9993 * gdb.base/eval-skip.exp
9994 * gdb.base/exitsignal.exp
9995 * gdb.base/expand-psymtabs.exp
9996 * gdb.base/filesym.exp
9997 * gdb.base/find-unmapped.exp
9998 * gdb.base/finish.exp
9999 * gdb.base/float.exp
10000 * gdb.base/foll-exec-mode.exp
10001 * gdb.base/foll-exec.exp
10002 * gdb.base/foll-fork.exp
10003 * gdb.base/fortran-sym-case.exp
10004 * gdb.base/freebpcmd.exp
10005 * gdb.base/func-ptr.exp
10006 * gdb.base/func-ptrs.exp
10007 * gdb.base/funcargs.exp
10008 * gdb.base/gcore-buffer-overflow.exp
10009 * gdb.base/gcore-relro-pie.exp
10010 * gdb.base/gcore-relro.exp
10011 * gdb.base/gcore.exp
10012 * gdb.base/gdb1090.exp
10013 * gdb.base/gdb11530.exp
10014 * gdb.base/gdb11531.exp
10015 * gdb.base/gdb1821.exp
10016 * gdb.base/gdbindex-stabs.exp
10017 * gdb.base/gdbvars.exp
10018 * gdb.base/hbreak.exp
10019 * gdb.base/hbreak2.exp
10020 * gdb.base/included.exp
10021 * gdb.base/infcall-input.exp
10022 * gdb.base/inferior-died.exp
10023 * gdb.base/infnan.exp
10024 * gdb.base/info-macros.exp
10025 * gdb.base/info-os.exp
10026 * gdb.base/info-proc.exp
10027 * gdb.base/info-shared.exp
10028 * gdb.base/info-target.exp
10029 * gdb.base/infoline.exp
10030 * gdb.base/interp.exp
10031 * gdb.base/interrupt.exp
10032 * gdb.base/jit-reader.exp
10033 * gdb.base/jit-simple.exp
10034 * gdb.base/kill-after-signal.exp
10035 * gdb.base/kill-detach-inferiors-cmd.exp
10036 * gdb.base/label.exp
10037 * gdb.base/langs.exp
10038 * gdb.base/ldbl_e308.exp
10039 * gdb.base/line-symtabs.exp
10040 * gdb.base/linespecs.exp
10041 * gdb.base/list.exp
10042 * gdb.base/long_long.exp
10043 * gdb.base/longest-types.exp
10044 * gdb.base/maint.exp
10045 * gdb.base/max-value-size.exp
10046 * gdb.base/memattr.exp
10047 * gdb.base/mips_pro.exp
10048 * gdb.base/morestack.exp
10049 * gdb.base/moribund-step.exp
10050 * gdb.base/multi-forks.exp
10051 * gdb.base/nested-addr.exp
10052 * gdb.base/nextoverexit.exp
10053 * gdb.base/noreturn-finish.exp
10054 * gdb.base/noreturn-return.exp
10055 * gdb.base/nostdlib.exp
10056 * gdb.base/offsets.exp
10057 * gdb.base/opaque.exp
10058 * gdb.base/pc-fp.exp
10059 * gdb.base/permissions.exp
10060 * gdb.base/print-symbol-loading.exp
10061 * gdb.base/prologue-include.exp
10062 * gdb.base/psymtab.exp
10063 * gdb.base/ptype.exp
10064 * gdb.base/random-signal.exp
10065 * gdb.base/randomize.exp
10066 * gdb.base/range-stepping.exp
10067 * gdb.base/readline-ask.exp
10068 * gdb.base/recpar.exp
10069 * gdb.base/recurse.exp
10070 * gdb.base/relational.exp
10071 * gdb.base/restore.exp
10072 * gdb.base/return-nodebug.exp
10073 * gdb.base/return.exp
10074 * gdb.base/run-after-attach.exp
10075 * gdb.base/save-bp.exp
10076 * gdb.base/scope.exp
10077 * gdb.base/sect-cmd.exp
10078 * gdb.base/set-lang-auto.exp
10079 * gdb.base/set-noassign.exp
10080 * gdb.base/setvar.exp
10081 * gdb.base/sigall.exp
10082 * gdb.base/sigbpt.exp
10083 * gdb.base/siginfo-addr.exp
10084 * gdb.base/siginfo-infcall.exp
10085 * gdb.base/siginfo-obj.exp
10086 * gdb.base/siginfo.exp
10087 * gdb.base/signals-state-child.exp
10088 * gdb.base/signest.exp
10089 * gdb.base/sigstep.exp
10090 * gdb.base/sizeof.exp
10091 * gdb.base/skip.exp
10092 * gdb.base/solib-corrupted.exp
10093 * gdb.base/solib-nodir.exp
10094 * gdb.base/solib-search.exp
10095 * gdb.base/stack-checking.exp
10096 * gdb.base/stale-infcall.exp
10097 * gdb.base/stap-probe.exp
10098 * gdb.base/start.exp
10099 * gdb.base/step-break.exp
10100 * gdb.base/step-bt.exp
10101 * gdb.base/step-line.exp
10102 * gdb.base/step-over-exit.exp
10103 * gdb.base/step-over-syscall.exp
10104 * gdb.base/step-resume-infcall.exp
10105 * gdb.base/step-test.exp
10106 * gdb.base/store.exp
10107 * gdb.base/structs3.exp
10108 * gdb.base/sym-file.exp
10109 * gdb.base/symbol-without-target_section.exp
10110 * gdb.base/term.exp
10111 * gdb.base/testenv.exp
10112 * gdb.base/ui-redirect.exp
10113 * gdb.base/until.exp
10114 * gdb.base/unwindonsignal.exp
10115 * gdb.base/value-double-free.exp
10116 * gdb.base/vla-datatypes.exp
10117 * gdb.base/vla-ptr.exp
10118 * gdb.base/vla-sideeffect.exp
10119 * gdb.base/volatile.exp
10120 * gdb.base/watch-cond-infcall.exp
10121 * gdb.base/watch-cond.exp
10122 * gdb.base/watch-non-mem.exp
10123 * gdb.base/watch-read.exp
10124 * gdb.base/watch-vfork.exp
10125 * gdb.base/watchpoint-cond-gone.exp
10126 * gdb.base/watchpoint-delete.exp
10127 * gdb.base/watchpoint-hw-hit-once.exp
10128 * gdb.base/watchpoint-hw.exp
10129 * gdb.base/watchpoint-stops-at-right-insn.exp
10130 * gdb.base/watchpoints.exp
10131 * gdb.base/wchar.exp
10132 * gdb.base/whatis-exp.exp
10133 * gdb.btrace/buffer-size.exp
10134 * gdb.btrace/data.exp
10135 * gdb.btrace/delta.exp
10136 * gdb.btrace/dlopen.exp
10137 * gdb.btrace/enable.exp
10138 * gdb.btrace/exception.exp
10139 * gdb.btrace/function_call_history.exp
10140 * gdb.btrace/gcore.exp
10141 * gdb.btrace/instruction_history.exp
10142 * gdb.btrace/nohist.exp
10143 * gdb.btrace/reconnect.exp
10144 * gdb.btrace/record_goto-step.exp
10145 * gdb.btrace/record_goto.exp
10146 * gdb.btrace/rn-dl-bind.exp
10147 * gdb.btrace/segv.exp
10148 * gdb.btrace/step.exp
10149 * gdb.btrace/stepi.exp
10150 * gdb.btrace/tailcall-only.exp
10151 * gdb.btrace/tailcall.exp
10152 * gdb.btrace/tsx.exp
10153 * gdb.btrace/unknown_functions.exp
10154 * gdb.btrace/vdso.exp
10155 * gdb.compile/compile-ifunc.exp
10156 * gdb.compile/compile-ops.exp
10157 * gdb.compile/compile-print.exp
10158 * gdb.compile/compile-setjmp.exp
10159 * gdb.cp/abstract-origin.exp
10160 * gdb.cp/ambiguous.exp
10161 * gdb.cp/annota2.exp
10162 * gdb.cp/annota3.exp
10163 * gdb.cp/anon-ns.exp
10164 * gdb.cp/anon-struct.exp
10165 * gdb.cp/anon-union.exp
10166 * gdb.cp/arg-reference.exp
10167 * gdb.cp/baseenum.exp
10168 * gdb.cp/bool.exp
10169 * gdb.cp/breakpoint.exp
10170 * gdb.cp/bs15503.exp
10171 * gdb.cp/call-c.exp
10172 * gdb.cp/casts.exp
10173 * gdb.cp/chained-calls.exp
10174 * gdb.cp/class2.exp
10175 * gdb.cp/classes.exp
10176 * gdb.cp/cmpd-minsyms.exp
10177 * gdb.cp/converts.exp
10178 * gdb.cp/cp-relocate.exp
10179 * gdb.cp/cpcompletion.exp
10180 * gdb.cp/cpexprs.exp
10181 * gdb.cp/cplabel.exp
10182 * gdb.cp/cplusfuncs.exp
10183 * gdb.cp/cpsizeof.exp
10184 * gdb.cp/ctti.exp
10185 * gdb.cp/derivation.exp
10186 * gdb.cp/destrprint.exp
10187 * gdb.cp/dispcxx.exp
10188 * gdb.cp/enum-class.exp
10189 * gdb.cp/exception.exp
10190 * gdb.cp/exceptprint.exp
10191 * gdb.cp/expand-psymtabs-cxx.exp
10192 * gdb.cp/expand-sals.exp
10193 * gdb.cp/extern-c.exp
10194 * gdb.cp/filename.exp
10195 * gdb.cp/formatted-ref.exp
10196 * gdb.cp/fpointer.exp
10197 * gdb.cp/gdb1355.exp
10198 * gdb.cp/gdb2495.exp
10199 * gdb.cp/hang.exp
10200 * gdb.cp/impl-this.exp
10201 * gdb.cp/infcall-dlopen.exp
10202 * gdb.cp/inherit.exp
10203 * gdb.cp/iostream.exp
10204 * gdb.cp/koenig.exp
10205 * gdb.cp/local.exp
10206 * gdb.cp/m-data.exp
10207 * gdb.cp/m-static.exp
10208 * gdb.cp/mb-ctor.exp
10209 * gdb.cp/mb-inline.exp
10210 * gdb.cp/mb-templates.exp
10211 * gdb.cp/member-name.exp
10212 * gdb.cp/member-ptr.exp
10213 * gdb.cp/meth-typedefs.exp
10214 * gdb.cp/method.exp
10215 * gdb.cp/method2.exp
10216 * gdb.cp/minsym-fallback.exp
10217 * gdb.cp/misc.exp
10218 * gdb.cp/namelessclass.exp
10219 * gdb.cp/namespace-enum.exp
10220 * gdb.cp/namespace-nested-import.exp
10221 * gdb.cp/namespace.exp
10222 * gdb.cp/nextoverthrow.exp
10223 * gdb.cp/no-dmgl-verbose.exp
10224 * gdb.cp/non-trivial-retval.exp
10225 * gdb.cp/noparam.exp
10226 * gdb.cp/nsdecl.exp
10227 * gdb.cp/nsimport.exp
10228 * gdb.cp/nsnested.exp
10229 * gdb.cp/nsnoimports.exp
10230 * gdb.cp/nsrecurs.exp
10231 * gdb.cp/nsstress.exp
10232 * gdb.cp/nsusing.exp
10233 * gdb.cp/operator.exp
10234 * gdb.cp/oranking.exp
10235 * gdb.cp/overload-const.exp
10236 * gdb.cp/overload.exp
10237 * gdb.cp/ovldbreak.exp
10238 * gdb.cp/ovsrch.exp
10239 * gdb.cp/paren-type.exp
10240 * gdb.cp/parse-lang.exp
10241 * gdb.cp/pass-by-ref.exp
10242 * gdb.cp/pr-1023.exp
10243 * gdb.cp/pr-1210.exp
10244 * gdb.cp/pr-574.exp
10245 * gdb.cp/pr10687.exp
10246 * gdb.cp/pr12028.exp
10247 * gdb.cp/pr17132.exp
10248 * gdb.cp/pr17494.exp
10249 * gdb.cp/pr9067.exp
10250 * gdb.cp/pr9167.exp
10251 * gdb.cp/pr9631.exp
10252 * gdb.cp/printmethod.exp
10253 * gdb.cp/psmang.exp
10254 * gdb.cp/psymtab-parameter.exp
10255 * gdb.cp/ptype-cv-cp.exp
10256 * gdb.cp/ptype-flags.exp
10257 * gdb.cp/re-set-overloaded.exp
10258 * gdb.cp/ref-types.exp
10259 * gdb.cp/rtti.exp
10260 * gdb.cp/scope-err.exp
10261 * gdb.cp/shadow.exp
10262 * gdb.cp/smartp.exp
10263 * gdb.cp/static-method.exp
10264 * gdb.cp/static-print-quit.exp
10265 * gdb.cp/temargs.exp
10266 * gdb.cp/templates.exp
10267 * gdb.cp/try_catch.exp
10268 * gdb.cp/typedef-operator.exp
10269 * gdb.cp/typeid.exp
10270 * gdb.cp/userdef.exp
10271 * gdb.cp/using-crash.exp
10272 * gdb.cp/var-tag.exp
10273 * gdb.cp/virtbase.exp
10274 * gdb.cp/virtfunc.exp
10275 * gdb.cp/virtfunc2.exp
10276 * gdb.cp/vla-cxx.exp
10277 * gdb.disasm/t01_mov.exp
10278 * gdb.disasm/t02_mova.exp
10279 * gdb.disasm/t03_add.exp
10280 * gdb.disasm/t04_sub.exp
10281 * gdb.disasm/t05_cmp.exp
10282 * gdb.disasm/t06_ari2.exp
10283 * gdb.disasm/t07_ari3.exp
10284 * gdb.disasm/t08_or.exp
10285 * gdb.disasm/t09_xor.exp
10286 * gdb.disasm/t10_and.exp
10287 * gdb.disasm/t11_logs.exp
10288 * gdb.disasm/t12_bit.exp
10289 * gdb.disasm/t13_otr.exp
10290 * gdb.dlang/circular.exp
10291 * gdb.dwarf2/arr-stride.exp
10292 * gdb.dwarf2/arr-subrange.exp
10293 * gdb.dwarf2/atomic-type.exp
10294 * gdb.dwarf2/bad-regnum.exp
10295 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10296 * gdb.dwarf2/callframecfa.exp
10297 * gdb.dwarf2/clztest.exp
10298 * gdb.dwarf2/corrupt.exp
10299 * gdb.dwarf2/data-loc.exp
10300 * gdb.dwarf2/dup-psym.exp
10301 * gdb.dwarf2/dw2-anon-mptr.exp
10302 * gdb.dwarf2/dw2-anonymous-func.exp
10303 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10304 * gdb.dwarf2/dw2-bad-unresolved.exp
10305 * gdb.dwarf2/dw2-basic.exp
10306 * gdb.dwarf2/dw2-canonicalize-type.exp
10307 * gdb.dwarf2/dw2-case-insensitive.exp
10308 * gdb.dwarf2/dw2-common-block.exp
10309 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10310 * gdb.dwarf2/dw2-compressed.exp
10311 * gdb.dwarf2/dw2-const.exp
10312 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10313 * gdb.dwarf2/dw2-cu-size.exp
10314 * gdb.dwarf2/dw2-dup-frame.exp
10315 * gdb.dwarf2/dw2-entry-value.exp
10316 * gdb.dwarf2/dw2-icycle.exp
10317 * gdb.dwarf2/dw2-ifort-parameter.exp
10318 * gdb.dwarf2/dw2-inline-break.exp
10319 * gdb.dwarf2/dw2-inline-param.exp
10320 * gdb.dwarf2/dw2-intercu.exp
10321 * gdb.dwarf2/dw2-intermix.exp
10322 * gdb.dwarf2/dw2-lexical-block-bare.exp
10323 * gdb.dwarf2/dw2-linkage-name-trust.exp
10324 * gdb.dwarf2/dw2-minsym-in-cu.exp
10325 * gdb.dwarf2/dw2-noloc.exp
10326 * gdb.dwarf2/dw2-op-call.exp
10327 * gdb.dwarf2/dw2-op-out-param.exp
10328 * gdb.dwarf2/dw2-opt-structptr.exp
10329 * gdb.dwarf2/dw2-param-error.exp
10330 * gdb.dwarf2/dw2-producer.exp
10331 * gdb.dwarf2/dw2-ranges-base.exp
10332 * gdb.dwarf2/dw2-ref-missing-frame.exp
10333 * gdb.dwarf2/dw2-reg-undefined.exp
10334 * gdb.dwarf2/dw2-regno-invalid.exp
10335 * gdb.dwarf2/dw2-restore.exp
10336 * gdb.dwarf2/dw2-restrict.exp
10337 * gdb.dwarf2/dw2-single-line-discriminators.exp
10338 * gdb.dwarf2/dw2-strp.exp
10339 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10340 * gdb.dwarf2/dw2-unresolved.exp
10341 * gdb.dwarf2/dw2-var-zero-addr.exp
10342 * gdb.dwarf2/dw4-sig-types.exp
10343 * gdb.dwarf2/dwz.exp
10344 * gdb.dwarf2/dynarr-ptr.exp
10345 * gdb.dwarf2/enum-type.exp
10346 * gdb.dwarf2/gdb-index.exp
10347 * gdb.dwarf2/implptr-64bit.exp
10348 * gdb.dwarf2/implptr-optimized-out.exp
10349 * gdb.dwarf2/implptr.exp
10350 * gdb.dwarf2/implref-array.exp
10351 * gdb.dwarf2/implref-const.exp
10352 * gdb.dwarf2/implref-global.exp
10353 * gdb.dwarf2/implref-struct.exp
10354 * gdb.dwarf2/mac-fileno.exp
10355 * gdb.dwarf2/main-subprogram.exp
10356 * gdb.dwarf2/member-ptr-forwardref.exp
10357 * gdb.dwarf2/method-ptr.exp
10358 * gdb.dwarf2/missing-sig-type.exp
10359 * gdb.dwarf2/nonvar-access.exp
10360 * gdb.dwarf2/opaque-type-lookup.exp
10361 * gdb.dwarf2/pieces-optimized-out.exp
10362 * gdb.dwarf2/pieces.exp
10363 * gdb.dwarf2/pr10770.exp
10364 * gdb.dwarf2/pr13961.exp
10365 * gdb.dwarf2/staticvirtual.exp
10366 * gdb.dwarf2/subrange.exp
10367 * gdb.dwarf2/symtab-producer.exp
10368 * gdb.dwarf2/trace-crash.exp
10369 * gdb.dwarf2/typeddwarf.exp
10370 * gdb.dwarf2/valop.exp
10371 * gdb.dwarf2/watch-notconst.exp
10372 * gdb.fortran/array-element.exp
10373 * gdb.fortran/charset.exp
10374 * gdb.fortran/common-block.exp
10375 * gdb.fortran/complex.exp
10376 * gdb.fortran/derived-type-function.exp
10377 * gdb.fortran/derived-type.exp
10378 * gdb.fortran/logical.exp
10379 * gdb.fortran/module.exp
10380 * gdb.fortran/multi-dim.exp
10381 * gdb.fortran/nested-funcs.exp
10382 * gdb.fortran/print-formatted.exp
10383 * gdb.fortran/subarray.exp
10384 * gdb.fortran/vla-alloc-assoc.exp
10385 * gdb.fortran/vla-datatypes.exp
10386 * gdb.fortran/vla-history.exp
10387 * gdb.fortran/vla-ptr-info.exp
10388 * gdb.fortran/vla-ptype-sub.exp
10389 * gdb.fortran/vla-ptype.exp
10390 * gdb.fortran/vla-sizeof.exp
10391 * gdb.fortran/vla-type.exp
10392 * gdb.fortran/vla-value-sub-arbitrary.exp
10393 * gdb.fortran/vla-value-sub-finish.exp
10394 * gdb.fortran/vla-value-sub.exp
10395 * gdb.fortran/vla-value.exp
10396 * gdb.fortran/whatis_type.exp
10397 * gdb.go/chan.exp
10398 * gdb.go/handcall.exp
10399 * gdb.go/hello.exp
10400 * gdb.go/integers.exp
10401 * gdb.go/methods.exp
10402 * gdb.go/package.exp
10403 * gdb.go/strings.exp
10404 * gdb.go/types.exp
10405 * gdb.go/unsafe.exp
10406 * gdb.guile/scm-arch.exp
10407 * gdb.guile/scm-block.exp
10408 * gdb.guile/scm-breakpoint.exp
10409 * gdb.guile/scm-cmd.exp
10410 * gdb.guile/scm-disasm.exp
10411 * gdb.guile/scm-equal.exp
10412 * gdb.guile/scm-frame-args.exp
10413 * gdb.guile/scm-frame-inline.exp
10414 * gdb.guile/scm-frame.exp
10415 * gdb.guile/scm-iterator.exp
10416 * gdb.guile/scm-math.exp
10417 * gdb.guile/scm-objfile.exp
10418 * gdb.guile/scm-ports.exp
10419 * gdb.guile/scm-symbol.exp
10420 * gdb.guile/scm-symtab.exp
10421 * gdb.guile/scm-value-cc.exp
10422 * gdb.guile/types-module.exp
10423 * gdb.linespec/break-ask.exp
10424 * gdb.linespec/cpexplicit.exp
10425 * gdb.linespec/explicit.exp
10426 * gdb.linespec/keywords.exp
10427 * gdb.linespec/linespec.exp
10428 * gdb.linespec/ls-dollar.exp
10429 * gdb.linespec/ls-errs.exp
10430 * gdb.linespec/skip-two.exp
10431 * gdb.linespec/thread.exp
10432 * gdb.mi/mi-async.exp
10433 * gdb.mi/mi-basics.exp
10434 * gdb.mi/mi-break.exp
10435 * gdb.mi/mi-catch-load.exp
10436 * gdb.mi/mi-cli.exp
10437 * gdb.mi/mi-cmd-param-changed.exp
10438 * gdb.mi/mi-console.exp
10439 * gdb.mi/mi-detach.exp
10440 * gdb.mi/mi-disassemble.exp
10441 * gdb.mi/mi-eval.exp
10442 * gdb.mi/mi-file-transfer.exp
10443 * gdb.mi/mi-file.exp
10444 * gdb.mi/mi-fill-memory.exp
10445 * gdb.mi/mi-inheritance-syntax-error.exp
10446 * gdb.mi/mi-linespec-err-cp.exp
10447 * gdb.mi/mi-logging.exp
10448 * gdb.mi/mi-memory-changed.exp
10449 * gdb.mi/mi-read-memory.exp
10450 * gdb.mi/mi-record-changed.exp
10451 * gdb.mi/mi-reg-undefined.exp
10452 * gdb.mi/mi-regs.exp
10453 * gdb.mi/mi-return.exp
10454 * gdb.mi/mi-reverse.exp
10455 * gdb.mi/mi-simplerun.exp
10456 * gdb.mi/mi-solib.exp
10457 * gdb.mi/mi-stack.exp
10458 * gdb.mi/mi-stepi.exp
10459 * gdb.mi/mi-syn-frame.exp
10460 * gdb.mi/mi-until.exp
10461 * gdb.mi/mi-var-block.exp
10462 * gdb.mi/mi-var-child.exp
10463 * gdb.mi/mi-var-cmd.exp
10464 * gdb.mi/mi-var-cp.exp
10465 * gdb.mi/mi-var-display.exp
10466 * gdb.mi/mi-var-invalidate.exp
10467 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10468 * gdb.mi/mi-vla-fortran.exp
10469 * gdb.mi/mi-watch.exp
10470 * gdb.mi/mi2-var-child.exp
10471 * gdb.mi/user-selected-context-sync.exp
10472 * gdb.modula2/unbounded-array.exp
10473 * gdb.multi/dummy-frame-restore.exp
10474 * gdb.multi/multi-arch-exec.exp
10475 * gdb.multi/multi-arch.exp
10476 * gdb.multi/tids.exp
10477 * gdb.multi/watchpoint-multi.exp
10478 * gdb.opencl/callfuncs.exp
10479 * gdb.opencl/convs_casts.exp
10480 * gdb.opencl/datatypes.exp
10481 * gdb.opencl/operators.exp
10482 * gdb.opencl/vec_comps.exp
10483 * gdb.opt/clobbered-registers-O2.exp
10484 * gdb.opt/inline-break.exp
10485 * gdb.opt/inline-bt.exp
10486 * gdb.opt/inline-cmds.exp
10487 * gdb.opt/inline-locals.exp
10488 * gdb.pascal/case-insensitive-symbols.exp
10489 * gdb.pascal/floats.exp
10490 * gdb.pascal/gdb11492.exp
10491 * gdb.python/lib-types.exp
10492 * gdb.python/py-arch.exp
10493 * gdb.python/py-as-string.exp
10494 * gdb.python/py-bad-printers.exp
10495 * gdb.python/py-block.exp
10496 * gdb.python/py-breakpoint-create-fail.exp
10497 * gdb.python/py-breakpoint.exp
10498 * gdb.python/py-caller-is.exp
10499 * gdb.python/py-cmd.exp
10500 * gdb.python/py-explore-cc.exp
10501 * gdb.python/py-explore.exp
10502 * gdb.python/py-finish-breakpoint.exp
10503 * gdb.python/py-finish-breakpoint2.exp
10504 * gdb.python/py-frame-args.exp
10505 * gdb.python/py-frame-inline.exp
10506 * gdb.python/py-frame.exp
10507 * gdb.python/py-framefilter-mi.exp
10508 * gdb.python/py-infthread.exp
10509 * gdb.python/py-lazy-string.exp
10510 * gdb.python/py-linetable.exp
10511 * gdb.python/py-mi-events.exp
10512 * gdb.python/py-mi-objfile.exp
10513 * gdb.python/py-mi.exp
10514 * gdb.python/py-objfile.exp
10515 * gdb.python/py-pp-integral.exp
10516 * gdb.python/py-pp-maint.exp
10517 * gdb.python/py-pp-re-notag.exp
10518 * gdb.python/py-pp-registration.exp
10519 * gdb.python/py-recurse-unwind.exp
10520 * gdb.python/py-strfns.exp
10521 * gdb.python/py-symbol.exp
10522 * gdb.python/py-symtab.exp
10523 * gdb.python/py-sync-interp.exp
10524 * gdb.python/py-typeprint.exp
10525 * gdb.python/py-unwind-maint.exp
10526 * gdb.python/py-unwind.exp
10527 * gdb.python/py-value-cc.exp
10528 * gdb.python/py-xmethods.exp
10529 * gdb.reverse/amd64-tailcall-reverse.exp
10530 * gdb.reverse/break-precsave.exp
10531 * gdb.reverse/break-reverse.exp
10532 * gdb.reverse/consecutive-precsave.exp
10533 * gdb.reverse/consecutive-reverse.exp
10534 * gdb.reverse/finish-precsave.exp
10535 * gdb.reverse/finish-reverse-bkpt.exp
10536 * gdb.reverse/finish-reverse.exp
10537 * gdb.reverse/fstatat-reverse.exp
10538 * gdb.reverse/getresuid-reverse.exp
10539 * gdb.reverse/i386-precsave.exp
10540 * gdb.reverse/i386-reverse.exp
10541 * gdb.reverse/i386-sse-reverse.exp
10542 * gdb.reverse/i387-env-reverse.exp
10543 * gdb.reverse/i387-stack-reverse.exp
10544 * gdb.reverse/insn-reverse.exp
10545 * gdb.reverse/machinestate-precsave.exp
10546 * gdb.reverse/machinestate.exp
10547 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10548 * gdb.reverse/pipe-reverse.exp
10549 * gdb.reverse/readv-reverse.exp
10550 * gdb.reverse/recvmsg-reverse.exp
10551 * gdb.reverse/rerun-prec.exp
10552 * gdb.reverse/s390-mvcle.exp
10553 * gdb.reverse/step-precsave.exp
10554 * gdb.reverse/step-reverse.exp
10555 * gdb.reverse/time-reverse.exp
10556 * gdb.reverse/until-precsave.exp
10557 * gdb.reverse/until-reverse.exp
10558 * gdb.reverse/waitpid-reverse.exp
10559 * gdb.reverse/watch-precsave.exp
10560 * gdb.reverse/watch-reverse.exp
10561 * gdb.rust/generics.exp
10562 * gdb.rust/methods.exp
10563 * gdb.rust/modules.exp
10564 * gdb.rust/simple.exp
10565 * gdb.server/connect-with-no-symbol-file.exp
10566 * gdb.server/ext-attach.exp
10567 * gdb.server/ext-restart.exp
10568 * gdb.server/ext-wrapper.exp
10569 * gdb.server/file-transfer.exp
10570 * gdb.server/server-exec-info.exp
10571 * gdb.server/server-kill.exp
10572 * gdb.server/server-mon.exp
10573 * gdb.server/wrapper.exp
10574 * gdb.stabs/exclfwd.exp
10575 * gdb.stabs/gdb11479.exp
10576 * gdb.threads/clone-new-thread-event.exp
10577 * gdb.threads/corethreads.exp
10578 * gdb.threads/current-lwp-dead.exp
10579 * gdb.threads/dlopen-libpthread.exp
10580 * gdb.threads/gcore-thread.exp
10581 * gdb.threads/sigstep-threads.exp
10582 * gdb.threads/watchpoint-fork.exp
10583 * gdb.trace/actions-changed.exp
10584 * gdb.trace/backtrace.exp
10585 * gdb.trace/change-loc.exp
10586 * gdb.trace/circ.exp
10587 * gdb.trace/collection.exp
10588 * gdb.trace/disconnected-tracing.exp
10589 * gdb.trace/ftrace.exp
10590 * gdb.trace/mi-trace-frame-collected.exp
10591 * gdb.trace/mi-trace-unavailable.exp
10592 * gdb.trace/mi-traceframe-changed.exp
10593 * gdb.trace/mi-tsv-changed.exp
10594 * gdb.trace/no-attach-trace.exp
10595 * gdb.trace/passc-dyn.exp
10596 * gdb.trace/qtro.exp
10597 * gdb.trace/range-stepping.exp
10598 * gdb.trace/read-memory.exp
10599 * gdb.trace/save-trace.exp
10600 * gdb.trace/signal.exp
10601 * gdb.trace/status-stop.exp
10602 * gdb.trace/tfile.exp
10603 * gdb.trace/trace-break.exp
10604 * gdb.trace/trace-buffer-size.exp
10605 * gdb.trace/trace-condition.exp
10606 * gdb.trace/tracefile-pseudo-reg.exp
10607 * gdb.trace/tstatus.exp
10608 * gdb.trace/unavailable.exp
10609 * gdb.trace/while-dyn.exp
10610 * gdb.trace/while-stepping.exp
10611
10612 2016-12-22 Doug Evans <xdje42@gmail.com>
10613
10614 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10615 and msymbols.
10616
10617 2016-12-19 Yao Qi <yao.qi@linaro.org>
10618
10619 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10620 (test_with_self): Don't call do_steps_and_nexts, and remove
10621 code about stepping into xmalloc.
10622
10623 2016-12-09 Yao Qi <yao.qi@linaro.org>
10624
10625 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10626
10627 2016-12-09 Yao Qi <yao.qi@linaro.org>
10628
10629 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10630
10631 2016-12-09 Pedro Alves <palves@redhat.com>
10632
10633 * gdb.base/all-architectures-0.exp: New file.
10634 * gdb.base/all-architectures-1.exp: New file.
10635 * gdb.base/all-architectures-2.exp: New file.
10636 * gdb.base/all-architectures-3.exp: New file.
10637 * gdb.base/all-architectures-4.exp: New file.
10638 * gdb.base/all-architectures-5.exp: New file.
10639 * gdb.base/all-architectures-6.exp: New file.
10640 * gdb.base/all-architectures-7.exp: New file.
10641 * gdb.base/all-architectures.exp.in: New file.
10642
10643 2016-12-09 Yao Qi <yao.qi@linaro.org>
10644
10645 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10646
10647 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10648
10649 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10650 possible.
10651 Remove useless pattern-matching code.
10652
10653 2016-12-02 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10656 procedure.
10657 (top level): Call it.
10658
10659 2016-12-02 Pedro Alves <palves@redhat.com>
10660
10661 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10662 New procedure.
10663 (top level): Call it.
10664
10665 2016-12-02 Pedro Alves <palves@redhat.com>
10666
10667 PR cli/20559
10668 * gdb.base/commands.exp (user_defined_command_args_eval): New
10669 procedure.
10670 (top level): Call it.
10671
10672 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10673
10674 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10675 timeout handling.
10676
10677 2016-12-02 Tom Tromey <tom@tromey.com>
10678
10679 * gdb.dwarf2/main-subprogram.c: New file.
10680 * gdb.dwarf2/main-subprogram.exp: New file.
10681
10682 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10683
10684 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10685 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10686 gdb_test_no_output for a couple of cases.
10687 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10688
10689 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10690
10691 Fix test names and standardize compilation error messages throughout
10692 the following files:
10693
10694 * gdb.ada/start.exp
10695 * gdb.arch/alpha-step.exp
10696 * gdb.arch/e500-prologue.exp
10697 * gdb.arch/ftrace-insn-reloc.exp
10698 * gdb.arch/gdb1291.exp
10699 * gdb.arch/gdb1431.exp
10700 * gdb.arch/gdb1558.exp
10701 * gdb.arch/i386-dr3-watch.exp
10702 * gdb.arch/i386-sse-stack-align.exp
10703 * gdb.arch/ia64-breakpoint-shadow.exp
10704 * gdb.arch/pa-nullify.exp
10705 * gdb.arch/powerpc-aix-prologue.exp
10706 * gdb.arch/thumb-bx-pc.exp
10707 * gdb.base/annota1.exp
10708 * gdb.base/annota3.exp
10709 * gdb.base/arrayidx.exp
10710 * gdb.base/assign.exp
10711 * gdb.base/attach.exp
10712 * gdb.base/auxv.exp
10713 * gdb.base/bang.exp
10714 * gdb.base/bfp-test.exp
10715 * gdb.base/bigcore.exp
10716 * gdb.base/bitfields2.exp
10717 * gdb.base/break-fun-addr.exp
10718 * gdb.base/break-probes.exp
10719 * gdb.base/call-rt-st.exp
10720 * gdb.base/callexit.exp
10721 * gdb.base/catch-fork-kill.exp
10722 * gdb.base/charset.exp
10723 * gdb.base/checkpoint.exp
10724 * gdb.base/comprdebug.exp
10725 * gdb.base/constvars.exp
10726 * gdb.base/coredump-filter.exp
10727 * gdb.base/cursal.exp
10728 * gdb.base/cvexpr.exp
10729 * gdb.base/detach.exp
10730 * gdb.base/display.exp
10731 * gdb.base/dmsym.exp
10732 * gdb.base/dprintf-pending.exp
10733 * gdb.base/dso2dso.exp
10734 * gdb.base/dtrace-probe.exp
10735 * gdb.base/dump.exp
10736 * gdb.base/enum_cond.exp
10737 * gdb.base/exe-lock.exp
10738 * gdb.base/exec-invalid-sysroot.exp
10739 * gdb.base/execl-update-breakpoints.exp
10740 * gdb.base/exprs.exp
10741 * gdb.base/fileio.exp
10742 * gdb.base/find.exp
10743 * gdb.base/finish.exp
10744 * gdb.base/fixsection.exp
10745 * gdb.base/foll-vfork.exp
10746 * gdb.base/frame-args.exp
10747 * gdb.base/gcore.exp
10748 * gdb.base/gdb1250.exp
10749 * gdb.base/global-var-nested-by-dso.exp
10750 * gdb.base/gnu-ifunc.exp
10751 * gdb.base/hashline1.exp
10752 * gdb.base/hashline2.exp
10753 * gdb.base/hashline3.exp
10754 * gdb.base/hbreak-in-shr-unsupported.exp
10755 * gdb.base/huge.exp
10756 * gdb.base/infcall-input.exp
10757 * gdb.base/info-fun.exp
10758 * gdb.base/info-shared.exp
10759 * gdb.base/jit-simple.exp
10760 * gdb.base/jit-so.exp
10761 * gdb.base/jit.exp
10762 * gdb.base/jump.exp
10763 * gdb.base/label.exp
10764 * gdb.base/lineinc.exp
10765 * gdb.base/logical.exp
10766 * gdb.base/longjmp.exp
10767 * gdb.base/macscp.exp
10768 * gdb.base/miscexprs.exp
10769 * gdb.base/new-ui-echo.exp
10770 * gdb.base/new-ui-pending-input.exp
10771 * gdb.base/new-ui.exp
10772 * gdb.base/nodebug.exp
10773 * gdb.base/nofield.exp
10774 * gdb.base/offsets.exp
10775 * gdb.base/overlays.exp
10776 * gdb.base/pending.exp
10777 * gdb.base/pointers.exp
10778 * gdb.base/pr11022.exp
10779 * gdb.base/printcmds.exp
10780 * gdb.base/prologue.exp
10781 * gdb.base/ptr-typedef.exp
10782 * gdb.base/realname-expand.exp
10783 * gdb.base/relativedebug.exp
10784 * gdb.base/relocate.exp
10785 * gdb.base/remote.exp
10786 * gdb.base/reread.exp
10787 * gdb.base/return2.exp
10788 * gdb.base/savedregs.exp
10789 * gdb.base/sep.exp
10790 * gdb.base/sepdebug.exp
10791 * gdb.base/sepsymtab.exp
10792 * gdb.base/set-inferior-tty.exp
10793 * gdb.base/setshow.exp
10794 * gdb.base/shlib-call.exp
10795 * gdb.base/sigaltstack.exp
10796 * gdb.base/siginfo-addr.exp
10797 * gdb.base/signals.exp
10798 * gdb.base/signull.exp
10799 * gdb.base/sigrepeat.exp
10800 * gdb.base/so-impl-ld.exp
10801 * gdb.base/solib-display.exp
10802 * gdb.base/solib-overlap.exp
10803 * gdb.base/solib-search.exp
10804 * gdb.base/solib-symbol.exp
10805 * gdb.base/structs.exp
10806 * gdb.base/structs2.exp
10807 * gdb.base/symtab-search-order.exp
10808 * gdb.base/twice.exp
10809 * gdb.base/unload.exp
10810 * gdb.base/varargs.exp
10811 * gdb.base/watchpoint-solib.exp
10812 * gdb.base/watchpoint.exp
10813 * gdb.base/whatis.exp
10814 * gdb.base/wrong_frame_bt_full.exp
10815 * gdb.btrace/dlopen.exp
10816 * gdb.cell/ea-standalone.exp
10817 * gdb.cell/ea-test.exp
10818 * gdb.cp/dispcxx.exp
10819 * gdb.cp/gdb2384.exp
10820 * gdb.cp/method2.exp
10821 * gdb.cp/nextoverthrow.exp
10822 * gdb.cp/pr10728.exp
10823 * gdb.disasm/am33.exp
10824 * gdb.disasm/h8300s.exp
10825 * gdb.disasm/mn10300.exp
10826 * gdb.disasm/sh3.exp
10827 * gdb.dwarf2/dw2-dir-file-name.exp
10828 * gdb.fortran/complex.exp
10829 * gdb.fortran/library-module.exp
10830 * gdb.guile/scm-pretty-print.exp
10831 * gdb.guile/scm-symbol.exp
10832 * gdb.guile/scm-type.exp
10833 * gdb.guile/scm-value.exp
10834 * gdb.linespec/linespec.exp
10835 * gdb.mi/gdb701.exp
10836 * gdb.mi/gdb792.exp
10837 * gdb.mi/mi-breakpoint-changed.exp
10838 * gdb.mi/mi-dprintf-pending.exp
10839 * gdb.mi/mi-dprintf.exp
10840 * gdb.mi/mi-exit-code.exp
10841 * gdb.mi/mi-pending.exp
10842 * gdb.mi/mi-solib.exp
10843 * gdb.mi/new-ui-mi-sync.exp
10844 * gdb.mi/pr11022.exp
10845 * gdb.mi/user-selected-context-sync.exp
10846 * gdb.opt/solib-intra-step.exp
10847 * gdb.python/py-events.exp
10848 * gdb.python/py-finish-breakpoint.exp
10849 * gdb.python/py-mi.exp
10850 * gdb.python/py-prettyprint.exp
10851 * gdb.python/py-shared.exp
10852 * gdb.python/py-symbol.exp
10853 * gdb.python/py-template.exp
10854 * gdb.python/py-type.exp
10855 * gdb.python/py-value.exp
10856 * gdb.reverse/solib-precsave.exp
10857 * gdb.reverse/solib-reverse.exp
10858 * gdb.server/solib-list.exp
10859 * gdb.stabs/weird.exp
10860 * gdb.threads/reconnect-signal.exp
10861 * gdb.threads/stepi-random-signal.exp
10862 * gdb.trace/actions.exp
10863 * gdb.trace/ax.exp
10864 * gdb.trace/backtrace.exp
10865 * gdb.trace/change-loc.exp
10866 * gdb.trace/deltrace.exp
10867 * gdb.trace/ftrace-lock.exp
10868 * gdb.trace/ftrace.exp
10869 * gdb.trace/infotrace.exp
10870 * gdb.trace/mi-tracepoint-changed.exp
10871 * gdb.trace/packetlen.exp
10872 * gdb.trace/passcount.exp
10873 * gdb.trace/pending.exp
10874 * gdb.trace/range-stepping.exp
10875 * gdb.trace/report.exp
10876 * gdb.trace/stap-trace.exp
10877 * gdb.trace/tfind.exp
10878 * gdb.trace/trace-break.exp
10879 * gdb.trace/trace-condition.exp
10880 * gdb.trace/trace-enable-disable.exp
10881 * gdb.trace/trace-mt.exp
10882 * gdb.trace/tracecmd.exp
10883 * gdb.trace/tspeed.exp
10884 * gdb.trace/tsv.exp
10885 * lib/perftest.exp
10886
10887 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10888
10889 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10890 with gdb_test_no_output.
10891 Use command as test name.
10892
10893 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10894
10895 Fix test names starting with uppercase throughout the files.
10896
10897 * gdb.ada/assign_1.exp
10898 * gdb.ada/boolean_expr.exp
10899 * gdb.base/arrayidx.exp
10900 * gdb.base/del.exp
10901 * gdb.base/gcore-buffer-overflow.exp
10902 * gdb.base/testenv.exp
10903 * gdb.compile/compile.exp
10904 * gdb.python/py-framefilter-invalidarg.exp
10905 * gdb.python/py-framefilter.exp
10906
10907 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10908
10909 Fix test names starting with uppercase throughout the files.
10910
10911 * gdb.ada/array_return.exp
10912 * gdb.ada/expr_delims.exp
10913 * gdb.ada/mi_dyn_arr.exp
10914 * gdb.ada/mi_interface.exp
10915 * gdb.ada/mi_var_array.exp
10916 * gdb.ada/watch_arg.exp
10917 * gdb.arch/alpha-step.exp
10918 * gdb.arch/altivec-regs.exp
10919 * gdb.arch/e500-regs.exp
10920 * gdb.arch/powerpc-d128-regs.exp
10921 * gdb.base/arrayidx.exp
10922 * gdb.base/break.exp
10923 * gdb.base/checkpoint.exp
10924 * gdb.base/debug-expr.exp
10925 * gdb.base/dmsym.exp
10926 * gdb.base/radix.exp
10927 * gdb.base/sepdebug.exp
10928 * gdb.base/testenv.exp
10929 * gdb.base/watch_thread_num.exp
10930 * gdb.base/watchpoint-cond-gone.exp
10931 * gdb.cell/break.exp
10932 * gdb.cell/ea-cache.exp
10933 * gdb.compile/compile.exp
10934 * gdb.cp/gdb2495.exp
10935 * gdb.gdb/selftest.exp
10936 * gdb.gdb/xfullpath.exp
10937 * gdb.go/hello.exp
10938 * gdb.go/integers.exp
10939 * gdb.objc/basicclass.exp
10940 * gdb.pascal/hello.exp
10941 * gdb.pascal/integers.exp
10942 * gdb.python/py-breakpoint.exp
10943 * gdb.python/py-cmd.exp
10944 * gdb.python/py-linetable.exp
10945 * gdb.python/py-xmethods.exp
10946 * gdb.python/python.exp
10947 * gdb.reverse/consecutive-precsave.exp
10948 * gdb.reverse/finish-precsave.exp
10949 * gdb.reverse/i386-precsave.exp
10950 * gdb.reverse/machinestate-precsave.exp
10951 * gdb.reverse/sigall-precsave.exp
10952 * gdb.reverse/solib-precsave.exp
10953 * gdb.reverse/step-precsave.exp
10954 * gdb.reverse/until-precsave.exp
10955 * gdb.reverse/watch-precsave.exp
10956 * gdb.threads/leader-exit.exp
10957 * gdb.threads/pthreads.exp
10958 * gdb.threads/wp-replication.exp
10959 * gdb.trace/actions.exp
10960 * gdb.trace/mi-tsv-changed.exp
10961 * gdb.trace/tsv.exp
10962
10963 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10964
10965 Fix test names starting with uppercase throughout the files.
10966
10967 * gdb.arch/i386-bp_permanent.exp
10968 * gdb.arch/i386-gnu-cfi.exp
10969 * gdb.base/disasm-end-cu.exp
10970 * gdb.base/macscp.exp
10971 * gdb.base/pending.exp
10972 * gdb.base/watch_thread_num.exp
10973 * gdb.cp/exception.exp
10974 * gdb.cp/gdb2495.exp
10975 * gdb.cp/local.exp
10976 * gdb.python/py-evsignal.exp
10977 * gdb.python/python.exp
10978 * gdb.trace/tracecmd.exp
10979
10980 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10981
10982 Fix test names starting with uppercase throughout the files.
10983
10984 * gdb.base/charset.exp
10985 * gdb.base/eval.exp
10986 * gdb.base/multi-forks.exp
10987 * gdb.guile/scm-progspace.exp
10988 * gdb.opencl/datatypes.exp
10989 * gdb.python/py-block.exp
10990 * gdb.python/py-function.exp
10991 * gdb.python/py-symbol.exp
10992 * gdb.python/py-symtab.exp
10993 * gdb.python/py-xmethods.exp
10994 * gdb.reverse/break-precsave.exp
10995 * gdb.reverse/break-reverse.exp
10996 * gdb.reverse/consecutive-precsave.exp
10997 * gdb.reverse/consecutive-reverse.exp
10998 * gdb.reverse/finish-precsave.exp
10999 * gdb.reverse/finish-reverse-bkpt.exp
11000 * gdb.reverse/finish-reverse.exp
11001 * gdb.reverse/fstatat-reverse.exp
11002 * gdb.reverse/getresuid-reverse.exp
11003 * gdb.reverse/i386-precsave.exp
11004 * gdb.reverse/i386-reverse.exp
11005 * gdb.reverse/i386-sse-reverse.exp
11006 * gdb.reverse/i387-stack-reverse.exp
11007 * gdb.reverse/insn-reverse.exp
11008 * gdb.reverse/machinestate-precsave.exp
11009 * gdb.reverse/machinestate.exp
11010 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11011 * gdb.reverse/pipe-reverse.exp
11012 * gdb.reverse/readv-reverse.exp
11013 * gdb.reverse/recvmsg-reverse.exp
11014 * gdb.reverse/rerun-prec.exp
11015 * gdb.reverse/s390-mvcle.exp
11016 * gdb.reverse/sigall-precsave.exp
11017 * gdb.reverse/sigall-reverse.exp
11018 * gdb.reverse/solib-precsave.exp
11019 * gdb.reverse/solib-reverse.exp
11020 * gdb.reverse/step-precsave.exp
11021 * gdb.reverse/step-reverse.exp
11022 * gdb.reverse/time-reverse.exp
11023 * gdb.reverse/until-precsave.exp
11024 * gdb.reverse/until-reverse.exp
11025 * gdb.reverse/waitpid-reverse.exp
11026 * gdb.reverse/watch-precsave.exp
11027 * gdb.reverse/watch-reverse.exp
11028
11029 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11030
11031 Fix test names starting with uppercase throughout the files.
11032
11033 * gdb.arch/i386-mpx-simple_segv.exp
11034 * gdb.arch/i386-mpx.exp
11035 * gdb.arch/i386-permbkpt.exp
11036 * gdb.arch/pa-nullify.exp
11037 * gdb.arch/powerpc-d128-regs.exp
11038 * gdb.arch/vsx-regs.exp
11039 * gdb.base/bfp-test.exp
11040 * gdb.base/break.exp
11041 * gdb.base/breakpoint-shadow.exp
11042 * gdb.base/callfuncs.exp
11043 * gdb.base/charset.exp
11044 * gdb.base/commands.exp
11045 * gdb.base/completion.exp
11046 * gdb.base/dfp-test.exp
11047 * gdb.base/echo.exp
11048 * gdb.base/ending-run.exp
11049 * gdb.base/eval.exp
11050 * gdb.base/expand-psymtabs.exp
11051 * gdb.base/float128.exp
11052 * gdb.base/floatn.exp
11053 * gdb.base/foll-exec-mode.exp
11054 * gdb.base/gdb1056.exp
11055 * gdb.base/gdb11531.exp
11056 * gdb.base/kill-after-signal.exp
11057 * gdb.base/multi-forks.exp
11058 * gdb.base/overlays.exp
11059 * gdb.base/pending.exp
11060 * gdb.base/sepdebug.exp
11061 * gdb.base/testenv.exp
11062 * gdb.base/valgrind-db-attach.exp
11063 * gdb.base/watch_thread_num.exp
11064 * gdb.base/watchpoint-cond-gone.exp
11065 * gdb.base/watchpoint.exp
11066 * gdb.base/watchpoints.exp
11067 * gdb.cp/arg-reference.exp
11068 * gdb.cp/baseenum.exp
11069 * gdb.cp/operator.exp
11070 * gdb.cp/shadow.exp
11071 * gdb.dwarf2/dw2-op-out-param.exp
11072 * gdb.dwarf2/dw2-reg-undefined.exp
11073 * gdb.go/chan.exp
11074 * gdb.go/hello.exp
11075 * gdb.go/integers.exp
11076 * gdb.go/methods.exp
11077 * gdb.go/package.exp
11078 * gdb.guile/scm-parameter.exp
11079 * gdb.guile/scm-progspace.exp
11080 * gdb.guile/scm-value.exp
11081 * gdb.mi/mi-pending.exp
11082 * gdb.mi/user-selected-context-sync.exp
11083 * gdb.multi/multi-attach.exp
11084 * gdb.multi/tids.exp
11085 * gdb.opt/clobbered-registers-O2.exp
11086 * gdb.pascal/floats.exp
11087 * gdb.pascal/integers.exp
11088 * gdb.python/py-block.exp
11089 * gdb.python/py-events.exp
11090 * gdb.python/py-parameter.exp
11091 * gdb.python/py-symbol.exp
11092 * gdb.python/py-symtab.exp
11093 * gdb.python/py-type.exp
11094 * gdb.python/py-value.exp
11095 * gdb.python/py-xmethods.exp
11096 * gdb.python/python.exp
11097 * gdb.reverse/break-precsave.exp
11098 * gdb.reverse/consecutive-precsave.exp
11099 * gdb.reverse/finish-precsave.exp
11100 * gdb.reverse/i386-precsave.exp
11101 * gdb.reverse/machinestate-precsave.exp
11102 * gdb.reverse/sigall-precsave.exp
11103 * gdb.reverse/solib-precsave.exp
11104 * gdb.reverse/step-precsave.exp
11105 * gdb.reverse/until-precsave.exp
11106 * gdb.reverse/watch-precsave.exp
11107 * gdb.server/ext-attach.exp
11108 * gdb.server/ext-restart.exp
11109 * gdb.server/ext-run.exp
11110 * gdb.server/ext-wrapper.exp
11111 * gdb.stabs/gdb11479.exp
11112 * gdb.stabs/weird.exp
11113 * gdb.threads/attach-many-short-lived-threads.exp
11114 * gdb.threads/kill.exp
11115 * gdb.threads/watchpoint-fork.exp
11116
11117 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11118
11119 Fix test names starting with uppercase throughout all the files below.
11120
11121 * gdb.ada/array_return.exp
11122 * gdb.ada/catch_ex.exp
11123 * gdb.ada/info_exc.exp
11124 * gdb.ada/mi_catch_ex.exp
11125 * gdb.ada/mi_dyn_arr.exp
11126 * gdb.ada/mi_ex_cond.exp
11127 * gdb.ada/mi_exc_info.exp
11128 * gdb.ada/mi_interface.exp
11129 * gdb.ada/mi_task_arg.exp
11130 * gdb.ada/mi_task_info.exp
11131 * gdb.ada/mi_var_array.exp
11132 * gdb.arch/alpha-step.exp
11133 * gdb.arch/amd64-disp-step.exp
11134 * gdb.arch/arm-disp-step.exp
11135 * gdb.arch/disp-step-insn-reloc.exp
11136 * gdb.arch/e500-prologue.exp
11137 * gdb.arch/ftrace-insn-reloc.exp
11138 * gdb.arch/gdb1558.exp
11139 * gdb.arch/i386-bp_permanent.exp
11140 * gdb.arch/i386-disp-step.exp
11141 * gdb.arch/i386-float.exp
11142 * gdb.arch/i386-gnu-cfi.exp
11143 * gdb.arch/ia64-breakpoint-shadow.exp
11144 * gdb.arch/mips16-thunks.exp
11145 * gdb.arch/pa-nullify.exp
11146 * gdb.arch/powerpc-aix-prologue.exp
11147 * gdb.arch/powerpc-power.exp
11148 * gdb.arch/ppc-dfp.exp
11149 * gdb.arch/s390-tdbregs.exp
11150 * gdb.arch/spu-info.exp
11151 * gdb.arch/spu-ls.exp
11152 * gdb.arch/thumb-bx-pc.exp
11153 * gdb.base/advance.exp
11154 * gdb.base/annota-input-while-running.exp
11155 * gdb.base/arrayidx.exp
11156 * gdb.base/asmlabel.exp
11157 * gdb.base/async.exp
11158 * gdb.base/attach-wait-input.exp
11159 * gdb.base/auto-connect-native-target.exp
11160 * gdb.base/batch-preserve-term-settings.exp
11161 * gdb.base/bfp-test.exp
11162 * gdb.base/bigcore.exp
11163 * gdb.base/bp-permanent.exp
11164 * gdb.base/break-always.exp
11165 * gdb.base/break-fun-addr.exp
11166 * gdb.base/break-idempotent.exp
11167 * gdb.base/break-main-file-remove-fail.exp
11168 * gdb.base/break-probes.exp
11169 * gdb.base/break-unload-file.exp
11170 * gdb.base/break.exp
11171 * gdb.base/call-ar-st.exp
11172 * gdb.base/call-rt-st.exp
11173 * gdb.base/call-sc.exp
11174 * gdb.base/call-signal-resume.exp
11175 * gdb.base/call-strs.exp
11176 * gdb.base/callexit.exp
11177 * gdb.base/callfuncs.exp
11178 * gdb.base/catch-gdb-caused-signals.exp
11179 * gdb.base/catch-signal-siginfo-cond.exp
11180 * gdb.base/catch-syscall.exp
11181 * gdb.base/compare-sections.exp
11182 * gdb.base/cond-eval-mode.exp
11183 * gdb.base/condbreak-call-false.exp
11184 * gdb.base/consecutive-step-over.exp
11185 * gdb.base/cursal.exp
11186 * gdb.base/disabled-location.exp
11187 * gdb.base/disasm-end-cu.exp
11188 * gdb.base/display.exp
11189 * gdb.base/double-prompt-target-event-error.exp
11190 * gdb.base/dprintf-bp-same-addr.exp
11191 * gdb.base/dprintf-detach.exp
11192 * gdb.base/dprintf-next.exp
11193 * gdb.base/dprintf-non-stop.exp
11194 * gdb.base/dprintf-pending.exp
11195 * gdb.base/dso2dso.exp
11196 * gdb.base/ending-run.exp
11197 * gdb.base/enum_cond.exp
11198 * gdb.base/examine-backward.exp
11199 * gdb.base/exe-lock.exp
11200 * gdb.base/exec-invalid-sysroot.exp
11201 * gdb.base/execl-update-breakpoints.exp
11202 * gdb.base/execution-termios.exp
11203 * gdb.base/fileio.exp
11204 * gdb.base/fixsection.exp
11205 * gdb.base/foll-exec-mode.exp
11206 * gdb.base/foll-exec.exp
11207 * gdb.base/fork-running-state.exp
11208 * gdb.base/frame-args.exp
11209 * gdb.base/fullpath-expand.exp
11210 * gdb.base/func-ptr.exp
11211 * gdb.base/gcore-relro-pie.exp
11212 * gdb.base/gdb1090.exp
11213 * gdb.base/gdb1555.exp
11214 * gdb.base/global-var-nested-by-dso.exp
11215 * gdb.base/gnu-ifunc.exp
11216 * gdb.base/hbreak-in-shr-unsupported.exp
11217 * gdb.base/hbreak-unmapped.exp
11218 * gdb.base/hook-stop.exp
11219 * gdb.base/infcall-input.exp
11220 * gdb.base/info-fun.exp
11221 * gdb.base/info-shared.exp
11222 * gdb.base/interrupt-noterm.exp
11223 * gdb.base/jit-so.exp
11224 * gdb.base/jit.exp
11225 * gdb.base/line-symtabs.exp
11226 * gdb.base/list.exp
11227 * gdb.base/longjmp.exp
11228 * gdb.base/macscp.exp
11229 * gdb.base/max-value-size.exp
11230 * gdb.base/nodebug.exp
11231 * gdb.base/nofield.exp
11232 * gdb.base/overlays.exp
11233 * gdb.base/paginate-after-ctrl-c-running.exp
11234 * gdb.base/paginate-bg-execution.exp
11235 * gdb.base/paginate-inferior-exit.exp
11236 * gdb.base/pending.exp
11237 * gdb.base/pr11022.exp
11238 * gdb.base/printcmds.exp
11239 * gdb.base/ptr-typedef.exp
11240 * gdb.base/ptype.exp
11241 * gdb.base/randomize.exp
11242 * gdb.base/range-stepping.exp
11243 * gdb.base/realname-expand.exp
11244 * gdb.base/relativedebug.exp
11245 * gdb.base/remote.exp
11246 * gdb.base/savedregs.exp
11247 * gdb.base/sepdebug.exp
11248 * gdb.base/set-noassign.exp
11249 * gdb.base/shlib-call.exp
11250 * gdb.base/shreloc.exp
11251 * gdb.base/sigaltstack.exp
11252 * gdb.base/sigbpt.exp
11253 * gdb.base/siginfo-addr.exp
11254 * gdb.base/siginfo-obj.exp
11255 * gdb.base/siginfo-thread.exp
11256 * gdb.base/signest.exp
11257 * gdb.base/signull.exp
11258 * gdb.base/sigrepeat.exp
11259 * gdb.base/skip.exp
11260 * gdb.base/so-impl-ld.exp
11261 * gdb.base/solib-corrupted.exp
11262 * gdb.base/solib-disc.exp
11263 * gdb.base/solib-display.exp
11264 * gdb.base/solib-overlap.exp
11265 * gdb.base/solib-search.exp
11266 * gdb.base/solib-symbol.exp
11267 * gdb.base/source-execution.exp
11268 * gdb.base/sss-bp-on-user-bp-2.exp
11269 * gdb.base/sss-bp-on-user-bp.exp
11270 * gdb.base/stack-checking.exp
11271 * gdb.base/stale-infcall.exp
11272 * gdb.base/step-break.exp
11273 * gdb.base/step-line.exp
11274 * gdb.base/step-over-exit.exp
11275 * gdb.base/step-test.exp
11276 * gdb.base/structs.exp
11277 * gdb.base/sym-file.exp
11278 * gdb.base/symtab-search-order.exp
11279 * gdb.base/term.exp
11280 * gdb.base/type-opaque.exp
11281 * gdb.base/unload.exp
11282 * gdb.base/until-nodebug.exp
11283 * gdb.base/until.exp
11284 * gdb.base/unwindonsignal.exp
11285 * gdb.base/watch-cond.exp
11286 * gdb.base/watch-non-mem.exp
11287 * gdb.base/watch_thread_num.exp
11288 * gdb.base/watchpoint-reuse-slot.exp
11289 * gdb.base/watchpoint-solib.exp
11290 * gdb.base/watchpoint.exp
11291 * gdb.btrace/dlopen.exp
11292 * gdb.cell/arch.exp
11293 * gdb.cell/break.exp
11294 * gdb.cell/bt.exp
11295 * gdb.cell/core.exp
11296 * gdb.cell/data.exp
11297 * gdb.cell/dwarfaddr.exp
11298 * gdb.cell/ea-cache.exp
11299 * gdb.cell/ea-standalone.exp
11300 * gdb.cell/ea-test.exp
11301 * gdb.cell/f-regs.exp
11302 * gdb.cell/fork.exp
11303 * gdb.cell/gcore.exp
11304 * gdb.cell/mem-access.exp
11305 * gdb.cell/ptype.exp
11306 * gdb.cell/registers.exp
11307 * gdb.cell/sizeof.exp
11308 * gdb.cell/solib-symbol.exp
11309 * gdb.cell/solib.exp
11310 * gdb.compile/compile-tls.exp
11311 * gdb.cp/exception.exp
11312 * gdb.cp/gdb2495.exp
11313 * gdb.cp/local.exp
11314 * gdb.cp/mb-inline.exp
11315 * gdb.cp/mb-templates.exp
11316 * gdb.cp/pr10687.exp
11317 * gdb.cp/pr9167.exp
11318 * gdb.cp/scope-err.exp
11319 * gdb.cp/templates.exp
11320 * gdb.cp/virtfunc.exp
11321 * gdb.dwarf2/dw2-dir-file-name.exp
11322 * gdb.dwarf2/dw2-single-line-discriminators.exp
11323 * gdb.fortran/complex.exp
11324 * gdb.fortran/library-module.exp
11325 * gdb.guile/guile.exp
11326 * gdb.guile/scm-cmd.exp
11327 * gdb.guile/scm-frame-inline.exp
11328 * gdb.guile/scm-objfile.exp
11329 * gdb.guile/scm-pretty-print.exp
11330 * gdb.guile/scm-symbol.exp
11331 * gdb.guile/scm-type.exp
11332 * gdb.guile/scm-value.exp
11333 * gdb.linespec/keywords.exp
11334 * gdb.linespec/ls-errs.exp
11335 * gdb.linespec/macro-relative.exp
11336 * gdb.linespec/thread.exp
11337 * gdb.mi/mi-breakpoint-changed.exp
11338 * gdb.mi/mi-dprintf-pending.exp
11339 * gdb.mi/mi-fullname-deleted.exp
11340 * gdb.mi/mi-logging.exp
11341 * gdb.mi/mi-pending.exp
11342 * gdb.mi/mi-solib.exp
11343 * gdb.mi/new-ui-mi-sync.exp
11344 * gdb.mi/user-selected-context-sync.exp
11345 * gdb.multi/dummy-frame-restore.exp
11346 * gdb.multi/multi-arch-exec.exp
11347 * gdb.multi/remove-inferiors.exp
11348 * gdb.multi/watchpoint-multi-exit.exp
11349 * gdb.opt/solib-intra-step.exp
11350 * gdb.perf/backtrace.exp
11351 * gdb.perf/single-step.exp
11352 * gdb.perf/skip-command.exp
11353 * gdb.perf/skip-prologue.exp
11354 * gdb.perf/solib.exp
11355 * gdb.python/lib-types.exp
11356 * gdb.python/py-as-string.exp
11357 * gdb.python/py-bad-printers.exp
11358 * gdb.python/py-block.exp
11359 * gdb.python/py-breakpoint.exp
11360 * gdb.python/py-cmd.exp
11361 * gdb.python/py-events.exp
11362 * gdb.python/py-evthreads.exp
11363 * gdb.python/py-finish-breakpoint.exp
11364 * gdb.python/py-finish-breakpoint2.exp
11365 * gdb.python/py-frame-inline.exp
11366 * gdb.python/py-frame.exp
11367 * gdb.python/py-inferior.exp
11368 * gdb.python/py-infthread.exp
11369 * gdb.python/py-mi.exp
11370 * gdb.python/py-objfile.exp
11371 * gdb.python/py-pp-maint.exp
11372 * gdb.python/py-pp-registration.exp
11373 * gdb.python/py-prettyprint.exp
11374 * gdb.python/py-recurse-unwind.exp
11375 * gdb.python/py-shared.exp
11376 * gdb.python/py-symbol.exp
11377 * gdb.python/py-symtab.exp
11378 * gdb.python/py-template.exp
11379 * gdb.python/py-type.exp
11380 * gdb.python/py-unwind-maint.exp
11381 * gdb.python/py-unwind.exp
11382 * gdb.python/py-value.exp
11383 * gdb.python/python.exp
11384 * gdb.reverse/finish-reverse-bkpt.exp
11385 * gdb.reverse/insn-reverse.exp
11386 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11387 * gdb.reverse/solib-precsave.exp
11388 * gdb.reverse/solib-reverse.exp
11389 * gdb.stabs/gdb11479.exp
11390 * gdb.stabs/weird.exp
11391 * gdb.threads/fork-child-threads.exp
11392 * gdb.threads/fork-plus-threads.exp
11393 * gdb.threads/fork-thread-pending.exp
11394 * gdb.threads/forking-threads-plus-breakpoint.exp
11395 * gdb.threads/hand-call-in-threads.exp
11396 * gdb.threads/interrupted-hand-call.exp
11397 * gdb.threads/linux-dp.exp
11398 * gdb.threads/local-watch-wrong-thread.exp
11399 * gdb.threads/next-while-other-thread-longjmps.exp
11400 * gdb.threads/non-ldr-exit.exp
11401 * gdb.threads/pending-step.exp
11402 * gdb.threads/print-threads.exp
11403 * gdb.threads/process-dies-while-detaching.exp
11404 * gdb.threads/process-dies-while-handling-bp.exp
11405 * gdb.threads/pthreads.exp
11406 * gdb.threads/queue-signal.exp
11407 * gdb.threads/reconnect-signal.exp
11408 * gdb.threads/signal-command-handle-nopass.exp
11409 * gdb.threads/signal-command-multiple-signals-pending.exp
11410 * gdb.threads/signal-delivered-right-thread.exp
11411 * gdb.threads/signal-sigtrap.exp
11412 * gdb.threads/sigthread.exp
11413 * gdb.threads/staticthreads.exp
11414 * gdb.threads/stepi-random-signal.exp
11415 * gdb.threads/thread-unwindonsignal.exp
11416 * gdb.threads/thread_check.exp
11417 * gdb.threads/thread_events.exp
11418 * gdb.threads/tid-reuse.exp
11419 * gdb.threads/tls-nodebug.exp
11420 * gdb.threads/tls-shared.exp
11421 * gdb.threads/tls-so_extern.exp
11422 * gdb.threads/tls.exp
11423 * gdb.threads/wp-replication.exp
11424 * gdb.trace/actions-changed.exp
11425 * gdb.trace/actions.exp
11426 * gdb.trace/backtrace.exp
11427 * gdb.trace/change-loc.exp
11428 * gdb.trace/collection.exp
11429 * gdb.trace/deltrace.exp
11430 * gdb.trace/disconnected-tracing.exp
11431 * gdb.trace/entry-values.exp
11432 * gdb.trace/ftrace-lock.exp
11433 * gdb.trace/ftrace.exp
11434 * gdb.trace/infotrace.exp
11435 * gdb.trace/mi-trace-frame-collected.exp
11436 * gdb.trace/mi-trace-unavailable.exp
11437 * gdb.trace/mi-traceframe-changed.exp
11438 * gdb.trace/mi-tracepoint-changed.exp
11439 * gdb.trace/mi-tsv-changed.exp
11440 * gdb.trace/no-attach-trace.exp
11441 * gdb.trace/packetlen.exp
11442 * gdb.trace/passc-dyn.exp
11443 * gdb.trace/passcount.exp
11444 * gdb.trace/pending.exp
11445 * gdb.trace/pr16508.exp
11446 * gdb.trace/qtro.exp
11447 * gdb.trace/range-stepping.exp
11448 * gdb.trace/read-memory.exp
11449 * gdb.trace/report.exp
11450 * gdb.trace/save-trace.exp
11451 * gdb.trace/signal.exp
11452 * gdb.trace/stap-trace.exp
11453 * gdb.trace/status-stop.exp
11454 * gdb.trace/strace.exp
11455 * gdb.trace/tfile.exp
11456 * gdb.trace/tfind.exp
11457 * gdb.trace/trace-break.exp
11458 * gdb.trace/trace-condition.exp
11459 * gdb.trace/trace-enable-disable.exp
11460 * gdb.trace/trace-mt.exp
11461 * gdb.trace/tracecmd.exp
11462 * gdb.trace/tracefile-pseudo-reg.exp
11463 * gdb.trace/tspeed.exp
11464 * gdb.trace/tstatus.exp
11465 * gdb.trace/tsv.exp
11466 * gdb.trace/unavailable.exp
11467 * gdb.trace/while-dyn.exp
11468 * gdb.trace/while-stepping.exp
11469 * lib/gdb-guile.exp
11470 * lib/gdb.exp
11471 * lib/mi-support.exp
11472 * lib/pascal.exp
11473 * lib/perftest.exp
11474 * lib/prelink-support.exp
11475 * lib/selftest-support.exp
11476
11477 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11478
11479 * Makefile.in: Include disable-implicit-rules.mk.
11480
11481 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11482
11483 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11484 non-byte-aligned bit fields.
11485
11486 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11487
11488 PR gdb/12616
11489 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11490 respects the DW_AT_data_bit_offset attribute.
11491
11492 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11493
11494 * gdb.base/default.exp: Fix output of "set language".
11495
11496 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11497
11498 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11499 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11500 make.
11501 * configure.ac: Remove checks for the make program.
11502 * configure: Re-generate.
11503
11504 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11505
11506 * gdb.python/py-recurse-unwind.c (main): Add loop.
11507 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11508 to read_register() and gdb.parse_and_eval(). Make each code
11509 call a separate case that can be individually tested.
11510 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11511 proc. Call cont_and_backtrace for each of the code paths that
11512 we want to test in the unwinder.
11513
11514 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11515
11516 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11517 the definition of struct S.
11518
11519 2016-11-11 Catherine Moore <clm@codesourcery.com>
11520
11521 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11522
11523 2016-11-09 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.base/commands.exp (runto_or_return): New procedure.
11526 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11527 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11528 (progvar_simple_while_test, progvar_complex_if_while_test)
11529 (if_while_breakpoint_command_test)
11530 (infrun_breakpoint_command_test, breakpoint_command_test)
11531 (user_defined_command_test, watchpoint_command_test)
11532 (test_command_prompt_position, redefine_hook_test)
11533 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11534 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11535 multi_line_input and multi_line. Remove gdb_expect and
11536 gdb_stop_suppressing_tests uses.
11537 * lib/gdb.exp (valnum_re): New global.
11538 (multi_line_input): New procedure.
11539
11540 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11541
11542 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11543 Remove.
11544 (test_setup): Define with proc_with_prefix.
11545 (test_cli_inferior): Likewise.
11546 (test_cli_thread): Likewise.
11547 (test_cli_frame): Likewise.
11548 (test_cli_select_frame): Likewise.
11549 (test_cli_up_down): Likewise.
11550 (test_mi_thread_select): Likewise.
11551 (test_mi_stack_select_frame): Likewise.
11552 (test_cli_in_mi_inferior): Likewise.
11553 (test_cli_in_mi_thread): Likewise.
11554 (test_cli_in_mi_frame): Likewise.
11555 (top level): Do not use with_test_prefix_procname.
11556
11557 2016-11-09 Pedro Alves <palves@redhat.com>
11558
11559 * gdb.base/commands.exp (gdbvar_simple_if_test)
11560 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11561 (progvar_simple_if_test, progvar_simple_while_test)
11562 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11563 (infrun_breakpoint_command_test, breakpoint_command_test)
11564 (user_defined_command_test, watchpoint_command_test)
11565 (test_command_prompt_position, deprecated_command_test)
11566 (bp_deleted_in_command, temporary_breakpoint_commands)
11567 (stray_arg0_test, source_file_with_indented_comment)
11568 (recursive_source_test, if_commands_test)
11569 (error_clears_commands_left, redefine_hook_test)
11570 (redefine_backtrace_test): Use proc_with_prefix.
11571 * lib/gdb.exp (proc_with_prefix): New proc.
11572
11573 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11574
11575 * gdb.base/tui-layout.c: New file.
11576 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11577 disassembly window contains very long lines.
11578
11579 2016-11-08 Tom Tromey <tom@tromey.com>
11580
11581 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11582 depend on Python 2.
11583
11584 2016-11-08 Tom Tromey <tom@tromey.com>
11585
11586 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11587 New method.
11588
11589 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11590
11591 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11592
11593 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11594
11595 * gdb.rust/simple.rs: Add test for univariant enums without
11596 discriminants and for encoded struct-like enums.
11597
11598 2016-10-28 Pedro Alves <palves@redhat.com>
11599
11600 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11601 gdb_test_multiple, tighten regexps and match symtabs and line
11602 tables incrementally.
11603
11604 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11605
11606 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11607 general.
11608
11609 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11610
11611 * gdb.base/exec-invalid-sysroot.exp: New file.
11612
11613 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11616
11617 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11618
11619 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11620
11621 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11622
11623 * gdb.base/killed-outside.exp: Remove $options from a call to
11624 `prepare_for_testing'.
11625
11626 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11627
11628 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11629 Change test message.
11630
11631 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11632
11633 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11634 Update comment.
11635
11636 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11637
11638 * gdb.trace/mi-trace-save.exp: New file.
11639
11640 2016-10-13 Yao Qi <yao.qi@linaro.org>
11641
11642 * gdb.base/code_elim.exp (get_var_address): Remove.
11643 * gdb.base/relocate.exp: Likewise.
11644 * gdb.base/shreloc.exp: Likewise.
11645 * lib/gdb.exp (get_var_address): New.
11646
11647 2016-10-13 Yao Qi <yao.qi@linaro.org>
11648
11649 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11650 floating point tests if $skip_float_test is false.
11651
11652 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11653
11654 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11655 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11656 argc values.
11657 Add 1 to argc so we guarantee distinct initial/modified argc values.
11658
11659 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11660
11661 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11662
11663 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11664
11665 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11666 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11667 * gdb.arch/vsx-regs.exp: Likewise.
11668
11669 2016-10-07 Yao Qi <yao.qi@linaro.org>
11670
11671 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11672
11673 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11674
11675 * gdb.python/python.exp: Test decode_line("*0").
11676
11677 2016-10-06 Doug Evans <dje@google.com>
11678
11679 * gdb.python/py-value.exp (test_value_creation): Add test for large
11680 unsigned 64-bit value.
11681
11682 2016-10-06 Tom Tromey <tom@tromey.com>
11683
11684 * gdb.compile/compile.exp: Change java tests to rust.
11685 * gdb.base/setshow.exp: Change java tests to rust.
11686 * gdb.base/default.exp: Remove java from language list.
11687 * README (Examples): Update language example.
11688 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11689 test.
11690 * lib/gdb.exp (skip_java_tests): Remove.
11691 * lib/java.exp: Remove.
11692 * gdb.java: Remove.
11693
11694 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11695
11696 * gdb.arch/mips-fcr.exp: New test.
11697 * gdb.arch/mips-fcr.c: Source for the new test.
11698
11699 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11700
11701 * gdb.base/solib-disc.exp: Use `standard_output_file'
11702 throughout.
11703
11704 2016-10-06 Pedro Alves <palves@redhat.com>
11705
11706 * gdb.base/jit-simple-dl.c: New file.
11707 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11708 * gdb.base/jit-simple.c: ... this.
11709 * gdb.base/jit-simple.exp (jit_run): Delete.
11710 (build_jit): New proc.
11711 (jit_test_reread): Recompile either the main program or the shared
11712 library, depending on what is being tested. Skip changing address
11713 if caller wants to. Compare before/after addresses. If testing
11714 standalone, explicitly load the binary. Test "maint info
11715 breakpoints".
11716 (top level): Add "standalone vs shared lib" and "change address"
11717 vs "same address" axes.
11718
11719 2016-10-06 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11722 call.
11723 (jit_run): Delete.
11724 (jit_test_reread): Use with_test_prefix. Reload the main binary
11725 explicitly. Compare the before/after addresses of the JIT
11726 descriptor.
11727
11728 2016-08-15 Doug Evans <dje@google.com>
11729
11730 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11731 for single bitfields is bool.
11732 * gdb.xml/tdesc-regs.exp: Ditto.
11733
11734 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11735
11736 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11737
11738 2016-10-05 Yao Qi <yao.qi@linaro.org>
11739
11740 * lib/gdb.exp (support_complex_tests): Return zero if
11741 gdb_skip_float_test return true.
11742
11743 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11744 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 PR gdb/20487
11747 * gdb.mi/user-selected-context-sync.exp: New file.
11748 * gdb.mi/user-selected-context-sync.c: New file.
11749
11750 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11751 Simon Marchi <simon.marchi@ericsson.com>
11752
11753 PR gdb/20487
11754 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11755 =thread-select-event check.
11756
11757 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11758
11759 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11760 the compulsory L operand changes.
11761 * gdb.arch/powerpc-power.s: Likewise.
11762
11763 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11764
11765 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11766 * gdb.base/jit-attach-pie.c: New file.
11767 * gdb.base/jit-attach-pie.exp: New file.
11768
11769 2016-09-28 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.base/infcall-input.c: New file.
11772 * gdb.base/infcall-input.exp: New file.
11773
11774 2016-09-22 Yao Qi <yao.qi@linaro.org>
11775
11776 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11777 (gdb_exit): Rename it to ...
11778 (gdbserver_gdb_exit): ... Close GDBserver.
11779 (gdb_exit): New proc, call gdbserver_gdb_exit.
11780 (mi_gdb_exit): Likewise.
11781
11782 2016-09-22 Yao Qi <yao.qi@linaro.org>
11783
11784 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11785 path.
11786 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11787 Remove duplication.
11788
11789 2016-09-22 Yao Qi <yao.qi@linaro.org>
11790
11791 * lib/gdbserver-support.exp: Check the existence of
11792 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11793
11794 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11795
11796 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11797
11798 2016-09-21 Tom Tromey <tom@tromey.com>
11799
11800 PR gdb/20604:
11801 * gdb.base/quit.exp: New file.
11802
11803 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11804
11805 * .gitignore: New file.
11806
11807 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11808
11809 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11810 throughout.
11811
11812 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11813
11814 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11815
11816 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11817
11818 * gdb.cp/casts.cc (decltype): Move it ...
11819 (main): ... with its call to ...
11820 * gdb.cp/casts03.cc: ... a new file.
11821 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11822
11823 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11824
11825 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11826
11827 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11828
11829 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11830 and sync up the test with tests in gas/testsuite/gas/ppc.
11831 * gdb.arch/powerpc-power.exp: Likewise.
11832
11833 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11834
11835 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11836
11837 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11838 Jan Kratochvil <jan.kratochvil@redhat.com>
11839
11840 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11841 make m1's definition to be different from m2's. Use 'dummy' as an
11842 argument for probe 'two'.
11843
11844 2016-09-10 Jon Beniston <jon@beniston.com>
11845
11846 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11847 for sim target.
11848
11849 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11850
11851 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11852 variable declaration.
11853 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11854 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11855 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11856 received HWCAP as its argument.
11857
11858 2016-09-06 Pedro Alves <palves@redhat.com>
11859
11860 * gdb.base/new-ui-pending-input.c: New file.
11861 * gdb.base/new-ui-pending-input.exp: New file.
11862 * gdb.exp (clear_gdb_spawn_id): New procedure.
11863 (with_spawn_id): Check whether gdb_spawn_id exists before
11864 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11865 on exit.
11866
11867 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11868
11869 * gdb.base/float128.c: New file.
11870 * gdb.base/float128.exp: Likewise.
11871 * gdb.base/floatn.c: Likewise.
11872 * gdb.base/floatn.exp: Likewise.
11873
11874 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11875
11876 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11877
11878 2016-09-05 Pedro Alves <palves@redhat.com>
11879
11880 PR backtrace/19927
11881 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11882 unwinders are immediately called as side effect of "source" or
11883 "disable unwinder" commands.
11884 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11885
11886 2016-09-02 Yao Qi <yao.qi@linaro.org>
11887
11888 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11889 is true and $type is "float" or "double".
11890
11891 2016-09-02 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11894 true.
11895 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11896 * gdb.base/call-rt-st.exp: Likewise.
11897 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11898 return value instead of gdb,skip_float_test.
11899 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11900 (do_function_calls): Use its return value instead of
11901 gdb,skip_float_test.
11902 * gdb.base/finish.exp: Likewise.
11903 * gdb.base/funcargs.exp: Likewise.
11904 * gdb.base/return.exp: Likewise.
11905 * gdb.base/return2.exp: Likewise.
11906 * gdb.base/varargs.exp: Likewise.
11907 * lib/gdb.exp (gdb_skip_float_test): Change it to
11908 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11909
11910 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11911
11912 * gdb.multi/tids.exp: Test "thread apply all".
11913
11914 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11915
11916 * gdb.base/default.exp (tty): Remove.
11917
11918 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11919
11920 * gdb.python/py-recurse-unwind.c: New file.
11921 * gdb.python/py-recurse-unwind.py: New file.
11922 * gdb.python/py-recurse-unwind.exp: New file.
11923
11924 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11925
11926 * gdb.base/set-inferior-tty.exp: New file.
11927 * gdb.base/set-inferior-tty.c: New file.
11928
11929 2016-08-23 Pedro Alves <palves@redhat.com>
11930
11931 PR gdb/20494
11932 * gdb.base/new-ui-echo.c: New file.
11933 * gdb.base/new-ui-echo.exp: New file.
11934
11935 2016-08-23 Yao Qi <yao.qi@linaro.org>
11936
11937 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11938 gdbserver_spawn.
11939 * gdb.server/connect-without-multi-process.exp (do_test):
11940 Likewise.
11941
11942 2016-08-23 Yao Qi <yao.qi@linaro.org>
11943
11944 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11945 standalone_txt. Delete gdb_txt and standalone_txt on host
11946 and target. Spawn the binary on target. Copy files from
11947 target to host.
11948
11949 2016-08-22 Pedro Alves <palves@redhat.com>
11950
11951 PR gdb/20505
11952 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11953 with_test_prefix. Factor out bits to ...
11954 (test_no_vdso): ... this new procedure.
11955
11956 2016-08-19 Carl Love <cel@us.ibm.com>
11957
11958 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11959 maintaining separate logic for constructing the output path.
11960 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11961 * gdb.arch/ppc-dfp.exp: Likewise.
11962 * gdb.arch/ppc-fp.exp: Likewise.
11963 * gdb.arch/vsx-regs.exp: Likewise.
11964 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11965 binprefix for generating the additional binary files.
11966
11967 2016-08-19 Pedro Alves <palves@redhat.com>
11968
11969 * gdb.trace/mi-trace-frame-collected.exp
11970 (test_trace_frame_collected): On x32, expect two registers.
11971
11972 2016-08-18 Carl Love <cel@us.ibm.com>
11973
11974 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11975 and sync up the test with tests in gas/testsuite/gas/ppc.
11976 * gdb.arch/powerpc-power.exp: Likewise.
11977
11978 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11979
11980 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11981 expected error message.
11982
11983 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11984
11985 * gdb.multi/remove-inferiors.exp: New file.
11986 * gdb.multi/remove-inferiors.c: New file.
11987
11988 2016-08-12 Yao Qi <yao.qi@linaro.org>
11989
11990 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11991 argument list.
11992
11993 2016-08-10 Pedro Alves <palves@redhat.com>
11994
11995 PR gdb/19187
11996 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11997 setup_kfails.
11998
11999 2016-08-09 Pedro Alves <palves@redhat.com>
12000 Simon Marchi <simon.marchi@ericsson.com>
12001
12002 PR gdb/20418
12003 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12004 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12005
12006 2016-08-09 Pedro Alves <palves@redhat.com>
12007
12008 PR mi/20431
12009 * gdb.mi/mi-cmd-error.exp: New file.
12010
12011 2016-08-09 Pedro Alves <palves@redhat.com>
12012
12013 PR gdb/18653
12014 * gdb.base/signals-state-child.c: New file.
12015 * gdb.base/signals-state-child.exp: New file.
12016 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12017
12018 2016-08-09 Pedro Alves <palves@redhat.com>
12019
12020 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12021
12022 2016-08-03 Tom Tromey <tom@tromey.com>
12023
12024 PR python/18565:
12025 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12026
12027 2016-08-01 Yao Qi <yao.qi@linaro.org>
12028
12029 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12030 variable mode to "multi-process" if $multi_process is 1, otherwise
12031 set it to "single-process".
12032
12033 2016-08-01 Yao Qi <yao.qi@linaro.org>
12034
12035 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12036 * gdb.cp/cpexprs.exp: Likewise.
12037 * gdb.cp/m-static.exp: Likewise.
12038
12039 2016-07-26 Tom Tromey <tom@tromey.com>
12040
12041 PR python/20190:
12042 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12043 test.
12044
12045 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12046
12047 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12048 selecting assembly source files.
12049 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12050 assembly source files.
12051 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12052 assembly source files.
12053 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12054 selecting assembly source files.
12055
12056 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12057
12058 * gdb.base/new-ui.exp (do_test_invalid_args): New
12059 procedure.
12060
12061 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12062
12063 * gdb.btrace/reconnect.c: New file.
12064 * gdb.btrace/reconnect.exp: New file.
12065
12066 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12067
12068 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12069 to test_catch_syscall_group.
12070 (test_catch_syscall_group): New.
12071
12072 2016-07-21 Tom Tromey <tom@tromey.com>
12073
12074 * gdb.rust/simple.rs (main): Use empty struct expression.
12075 * gdb.rust/simple.exp: Add tests for empty struct expression.
12076
12077 2016-07-21 Yao Qi <yao.qi@linaro.org>
12078
12079 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12080 if gdb_skip_xml_test is true on some targets.
12081
12082 2016-07-21 Yao Qi <yao.qi@linaro.org>
12083
12084 * gdb.server/solib-list.exp: Unset last_loaded_file.
12085
12086 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12087
12088 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12089 "step into captured_main (args)".
12090
12091 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12092
12093 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12094
12095 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12096
12097 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12098
12099 2016-07-19 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12102 * gdb.opt/inline-bt.exp: Likewise.
12103 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12104 additional_flags=-Winline.
12105 * gdb.opt/inline-locals.exp: Likewise.
12106 * gdb.opt/inline-markers.c (ATTR): Define.
12107 (inlined_fn): Use it.
12108
12109 2016-07-19 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12112 (test_with_self): Remove some code. Remove argument executable.
12113 (top-level): Use do_self_tests.
12114
12115 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12116 Don Breazeal <donb@codesourcery.com>
12117
12118 * gdb.base/maint.exp: Escape paths used in regular expressions.
12119 * gdb.stabs/weird.exp: Likewise.
12120
12121 2016-07-13 Tom Tromey <tom@tromey.com>
12122
12123 PR python/15620, PR python/18620:
12124 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12125 (test_bkpt_events): New procs.
12126
12127 2016-07-13 Tom Tromey <tom@tromey.com>
12128
12129 PR python/17698:
12130 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12131 test.
12132 (test_watchpoints): Likewise.
12133 (test_bkpt_pending): New proc.
12134
12135 2016-07-13 Tom Tromey <tom@tromey.com>
12136
12137 PR cli/18053:
12138 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12139 completion test.
12140
12141 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12142
12143 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12144 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12145 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12146 f_label.
12147 (g): Rename g_end_lbl to g_label.
12148 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12149 low_pc and high_pc.
12150 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12151
12152 2016-07-12 Tom Tromey <tom@tromey.com>
12153
12154 PR python/19293:
12155 * gdb.python/py-unwind-maint.exp: Update tests.
12156
12157 2016-07-12 Yao Qi <yao.qi@linaro.org>
12158
12159 * lib/selftest-support.exp (selftest_setup): Match the output
12160 when captured_main is inlined.
12161
12162 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12163
12164 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12165 New variables.
12166 (print this%a, print this%b, print this): New tests.
12167 * gdb.fortran/derived-types.f90 (this): New object and
12168 initialization.
12169
12170 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12171
12172 * gdb.ada/arraydim.exp: Remove extra directory level in build
12173 directory.
12174
12175 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12176
12177 * lib/ada.exp: Remove extra directory level in build directory.
12178 * gdb.ada/cond_lang.exp: Likewise.
12179 * gdb.ada/exec_changed.exp: Likewise.
12180 * gdb.ada/lang_switch.exp: Likewise.
12181
12182 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12183
12184 * simple.rs: Add test for raw pointer subscripting.
12185 * simple.exp: Add test expectations.
12186
12187 2016-07-05 Yao Qi <yao.qi@linaro.org>
12188
12189 * gdb.mi/mi-reverse.exp: Match =record-started output.
12190
12191 2016-07-01 Pedro Alves <palves@redhat.com>
12192
12193 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12194 procedure.
12195 (jit_reader_test): Test the jit reader's unwinder.
12196 * gdb.base/jithost.c (jit_function_00_code): New global.
12197 (main): Use memcpy to fill in the mmapped code, instead of poking
12198 bytes manually here.
12199 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12200 value.
12201 (read_debug_info): Save the function's range.
12202 (read_sp): New function.
12203 (unwind_frame): Use it. Also unwind RBP.
12204 (get_frame_id): Use read_sp.
12205 (gdb_init_reader): Use calloc instead of malloc.
12206 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12207 parameter. Use gdb_test_multiple.
12208
12209 2016-07-01 Pedro Alves <palves@redhat.com>
12210 Antoine Tremblay <antoine.tremblay@ericsson.com>
12211
12212 * gdb.threads/process-dies-while-detaching.c: New file.
12213 * gdb.threads/process-dies-while-detaching.exp: New file.
12214
12215 2016-07-01 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.multi/watchpoint-multi-exit.c: New file.
12218 * gdb.multi/watchpoint-multi-exit.exp: New file.
12219
12220 2016-06-30 Pedro Alves <palves@redhat.com>
12221
12222 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12223 unset inferior_spawn_id.
12224
12225 2016-06-30 Pedro Alves <palves@redhat.com>
12226
12227 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12228 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12229
12230 2016-06-29 Yao Qi <yao.qi@linaro.org>
12231
12232 * gdb.base/return.c: Add copyright header.
12233
12234 2016-06-29 Tom Tromey <tom@tromey.com>
12235
12236 PR python/20129:
12237 * gdb.python/py-framefilter.exp: Add tests for setting priority
12238 and disabling of non-existent frame filter.
12239
12240 2016-06-29 Yao Qi <yao.qi@linaro.org>
12241
12242 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12243 0x0f07ff.
12244
12245 2016-06-28 Yao Qi <yao.qi@linaro.org>
12246
12247 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12248 triplets. Start gdb, execute catch syscall, and continue. Check
12249 gdb's output to determine catch syscall is supported.
12250
12251 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12252
12253 * gdb.rust/simple.rs: Add test for returning unit in a function.
12254 * gdb.rust/simple.exp: Add expectation for functions returning
12255 unit.
12256
12257 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12258
12259 * gdb.python/py-breakpoint-create-fail.c,
12260 gdb.python/py-breakpoint-create-fail.exp,
12261 gdb.python/py-breakpoint-create-fail.py: New testcase.
12262
12263 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12264
12265 PR gdb/20239
12266 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12267 * gdb.rust/simple.exp: Add test expectations for new NonZero
12268 tests.
12269
12270 2016-06-24 David Taylor <dtaylor@emc.com>
12271
12272 * gdb.base/offsets.exp: New file.
12273 * gdb.base/offsets.c: New file.
12274
12275 2016-06-23 Tom Tromey <tom@tromey.com>
12276
12277 PR gdb/16483:
12278 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12279 before any filters are loaded.
12280
12281 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12282
12283 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12284 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12285 structs.
12286 * gdb.fortran/derived-type-function.exp: New file.
12287 * gdb.fortran/derived-type-function.f90: New file.
12288
12289
12290 2016-06-21 Pedro Alves <palves@redhat.com>
12291
12292 * gdb.base/new-ui.exp: New file.
12293 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12294 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12295 (with_spawn_id): New procedure.
12296
12297 2016-06-21 Pedro Alves <palves@redhat.com>
12298
12299 * gdb.mi/mi-exec-run.exp: New file.
12300
12301 2016-06-21 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12304 breakpoint command's output on the main UI.
12305 (test_break): New procedure, factored out from calls in the top
12306 level.
12307 (top level): Use foreach_with_prefix to test MI as main UI and as
12308 separate UI.
12309
12310 2016-06-21 Pedro Alves <palves@redhat.com>
12311
12312 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12313 (test_awatch_creation_and_listing)
12314 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12315 Remove 'type' parameter.
12316 (test_watchpoint_all): New parameter mi_mode. Remove
12317 with_test_prefix.
12318 (top level): Use foreach_with_prefix, and add main/separate UI MI
12319 testing axis.
12320
12321 2016-06-21 Pedro Alves <palves@redhat.com>
12322
12323 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12324 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12325 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12326 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12327 (gdb_main_spawn_id, mi_spawn_id): Declare and
12328 comment.
12329 (mi_create_inferior_pty): New procedure,
12330 factored out from default_mi_gdb_start.
12331 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12332 procedures.
12333 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12334 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12335 Use mi_create_inferior_pty.
12336 (mi_gdb_start): Use eval to pass down args list.
12337
12338 2016-06-21 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12341 * gdb.opt/inline-cmds.exp: Add MI tests.
12342
12343 2016-06-21 Pedro Alves <palves@redhat.com>
12344
12345 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12346
12347 2016-06-21 Pedro Alves <palves@redhat.com>
12348
12349 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12350 (top level): Use it instead of mi_execute_to.
12351
12352 2016-06-21 Pedro Alves <palves@redhat.com>
12353
12354 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12355 (cont_handler_str): New.
12356 (signal_stop_handler): Set stop_handler_str instead of printing to
12357 stdout.
12358 (continue_handler): Set cont_handler_str instead of printing to
12359 stdout.
12360 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12361 mi_send_resuming_command. Print stop_handler_str and
12362 cont_handler_str instead of expecting the python events print
12363 directly.
12364
12365 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12366
12367 * gdb.base/jit-reader.exp: New file.
12368 * gdb.base/jithost.c: New file.
12369 * gdb.base/jithost.h: New file.
12370 * gdb.base/jitreader.c : New file.
12371 * gdb.base/jit-protocol.h: New file.
12372
12373 2016-06-17 Yao Qi <yao.qi@linaro.org>
12374
12375 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12376 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12377 and detach-on-fork. Adjust tests.
12378 (top level): Invoke break_cond_on_syscall with combinations of
12379 syscall, follow-fork-mode and detach-on-fork.
12380
12381 2016-06-17 Yao Qi <yao.qi@linaro.org>
12382
12383 * gdb.base/step-over-exit.c: New.
12384 * gdb.base/step-over-exit.exp: New.
12385
12386 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12387
12388 * gdb.base/float.exp: Add target check for nds32*-*-*.
12389 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12390
12391 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12392
12393 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12394 for unsupported target features.
12395 * gdb.base/call-rt-st.exp: Likewise.
12396 * gdb.base/call-sc.exp: Likewise.
12397 * gdb.base/call-signal-resume.exp: Likewise.
12398 * gdb.base/call-strs.exp: Likewise.
12399 * gdb.base/callexit.exp: Likewise.
12400 * gdb.base/callfuncs.exp: Likewise.
12401 * gdb.base/nodebug.exp: Likewise.
12402 * gdb.base/printcmds.exp: Likewise.
12403 * gdb.base/ptype.exp: Likewise.
12404 * gdb.base/structs.exp: Likewise.
12405 * gdb.base/unwindonsignal.exp: Likewise.
12406 * gdb.cp/gdb2495.exp: Likewise.
12407 * gdb.cp/templates.exp: Likewise.
12408 * gdb.cp/virtfunc.exp: Likewise.
12409 * gdb.threads/hand-call-in-threads.exp: Likewise.
12410 * gdb.threads/interrupted-hand-call.exp: Likewise.
12411 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12412
12413 2016-06-10 Tom Tromey <tom@tromey.com>
12414
12415 PR rust/20110:
12416 * gdb.rust/expr.exp: Add test for integer constant larger than
12417 i32.
12418
12419 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12420
12421 * gdb.fortran/nested-funcs.exp: New.
12422 * gdb.fortran/nested-funcs.f90: New.
12423
12424 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12425
12426 * gdb.base/examine-backward.c: New file.
12427 * gdb.base/examine-backward.exp: New file.
12428
12429 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12430
12431 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12432 matching.
12433
12434 2016-06-02 Tom Tromey <tom@tromey.com>
12435
12436 PR python/18984:
12437 * gdb.python/py-shared.exp: Add solib_name test.
12438
12439 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12440
12441 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12442
12443 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12444
12445 PR c++/19893
12446 * gdb.dwarf2/implref.exp: Rename to...
12447 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12448 * gdb.dwarf2/implref-array.c: New file.
12449 * gdb.dwarf2/implref-array.exp: Likewise.
12450 * gdb.dwarf2/implref-global.c: Likewise.
12451 * gdb.dwarf2/implref-global.exp: Likewise.
12452 * gdb.dwarf2/implref-struct.c: Likewise.
12453 * gdb.dwarf2/implref-struct.exp: Likewise.
12454
12455 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12456
12457 * gdb.trace/trace-condition.exp: Add 64bit tests.
12458
12459 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12460
12461 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12462 bits types.
12463 (main): Adapt to 8 to 64 bits types.
12464 * gdb.trace/trace-condition.exp: Add new tests.
12465
12466 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12467
12468 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12469
12470 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12471
12472 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12473 Move condition tests...
12474 * gdb.trace/trace-condition.exp: Here.
12475
12476 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12477
12478 * gdb.trace/trace-condition.exp: Add counter-case tests.
12479
12480 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12481
12482 PR c++/15231
12483 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12484 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12485
12486 2016-05-27 Pedro Alves <palves@redhat.com>
12487
12488 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12489 New procedure.
12490 (top level): Call it, and bail out of DejaGnu is known to be bad.
12491
12492 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12493
12494 * gdb.base/whatis.c: Extend the test case.
12495 * gdb.base/whatis.exp: Add additional tests.
12496
12497 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12498
12499 * gdb.fortran/type.f90: Add pointer variable.
12500 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12501
12502 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12503
12504 * gdb.fortran/vla-type.exp: Fix testcase name.
12505
12506 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12507
12508 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12509
12510 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12511
12512 * gdb.fortran/type.f90: Add nested structures.
12513 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12514 * gdb.fortran/derived-type.exp: Adapt expected output.
12515 * gdb.fortran/vla-type.exp: Adapt expected output.
12516
12517 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12518
12519 * gdb.fortran/whatis_type.exp: Adapt expected output.
12520
12521 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12522
12523 * gdb.fortran/print_type.exp: Fix expected output.
12524 * gdb.fortran/whatis_type.exp: Fix expected output.
12525
12526 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12527
12528 * gdb.fortran/whatis_type.exp: Use multi_line.
12529
12530 2016-05-24 Tom Tromey <tom@tromey.com>
12531
12532 PR python/17386:
12533 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12534 use value as an index.
12535
12536 2016-05-23 Tom Tromey <tom@tromey.com>
12537
12538 PR python/17981:
12539 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12540 no-breakpoint case.
12541
12542 2016-05-24 Pedro Alves <palves@redhat.com>
12543
12544 PR gdb/19828
12545 * gdb.threads/clone-attach-detach.c: New file.
12546 * gdb.threads/clone-attach-detach.exp: New file.
12547
12548 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12549
12550 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12551
12552 2016-05-23 Tom Tromey <tom@tromey.com>
12553
12554 PR python/19438, PR python/18393:
12555 * gdb.python/py-progspace.exp: Add "dir" test.
12556 * gdb.python/py-objfile.exp: Add "dir" test.
12557
12558 2016-05-23 Yao Qi <yao.qi@linaro.org>
12559
12560 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12561 * gdb.arch/thumb2-it.exp: Likewise.
12562
12563 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12564
12565 * gdb.mi/mi-threads-interrupt.c: New file.
12566 * gdb.mi/mi-threads-interrupt.exp: New file.
12567
12568 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12569
12570 PR gdb/18077
12571 * gdb.mi/mi-async-run.exp: New file.
12572 * gdb.mi/mi-async-run.c: New file.
12573
12574 2016-05-17 Tom Tromey <tom@tromey.com>
12575 Manish Goregaokar <manishsmail@gmail.com>
12576
12577 * lib/rust-support.exp: New file.
12578 * lib/gdb.exp (skip_rust_tests): New proc.
12579 (build_executable_from_specs): Handle rust.
12580 * lib/future.exp (gdb_find_rustc): New proc.
12581 (gdb_default_target_compile): Handle rust.
12582 * gdb.rust/expr.exp: New file.
12583 * gdb.rust/generics.exp: New file.
12584 * gdb.rust/generics.rs: New file.
12585 * gdb.rust/methods.exp: New file.
12586 * gdb.rust/methods.rs: New file.
12587 * gdb.rust/modules.exp: New file.
12588 * gdb.rust/modules.rs: New file.
12589 * gdb.rust/simple.exp: New file.
12590 * gdb.rust/simple.rs: New file.
12591
12592 2016-05-17 Tom Tromey <tom@tromey.com>
12593
12594 * gdb.base/default.exp (set language): Add rust.
12595
12596 2016-05-17 Tom Tromey <tom@tromey.com>
12597
12598 * gdb.gdb/unittest.exp: New file.
12599
12600 2016-05-16 Yao Qi <yao.qi@linaro.org>
12601
12602 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12603 shell_prompt. Update shell_prompt_re.
12604
12605 2016-05-12 Doug Evans <dje@google.com>
12606
12607 PR symtab/19999
12608 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12609 $options when building executable.
12610 * gdb.dwarf2/fission-loclists-pie.S: New file.
12611 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12612
12613 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12614
12615 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12616 of [is_remote target],
12617
12618 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12619
12620 * lib/gdb.exp (use_gdb_stub): New procedure.
12621
12622 2016-05-03 Yunlian Jiang <yunlian@google.com>
12623 Doug Evans <dje@google.com>
12624
12625 PR symtab/19914
12626 * gdb.dwarf2/dwp-sepdebug.c: New file.
12627 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12628
12629 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12630
12631 * gdb.base/detach.exp: Remove is_remote check.
12632
12633 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12634
12635 * gdb.base/annota-input-while-running.exp: Don't check for
12636 [is_remote target]. Enable annotations after running to main.
12637 Remove unused "set test..." line.
12638
12639 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12640
12641 * gdb.trace/trace-enable-disable.exp: New file.
12642 * gdb.trace/trace-enable-disable.c: New file.
12643
12644 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12645
12646 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12647 use it in info sharedlibrary test.
12648 * gdb.trace/ftrace-lock.exp: Likewise.
12649 * gdb.trace/ftrace.exp: Likewise.
12650 * gdb.trace/range-stepping.exp: Likewise.
12651 * gdb.trace/trace-break.exp: Likewise.
12652 * gdb.trace/trace-condition.exp: Likewise.
12653 * gdb.trace/trace-mt.exp: Likewise.
12654
12655 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12656
12657 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12658 (gdb_load_shlib): ... this.
12659 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12660 gdb_load_shlib.
12661 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12662 * gdb.base/ctxobj.exp: Likewise.
12663 * gdb.base/dprintf-pending.exp: Likewise.
12664 * gdb.base/dso2dso.exp: Likewise.
12665 * gdb.base/fixsection.exp: Likewise.
12666 * gdb.base/gcore-relro.exp: Likewise.
12667 * gdb.base/gdb1555.exp: Likewise.
12668 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12669 * gdb.base/gnu-ifunc.exp: Likewise.
12670 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12671 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12672 * gdb.base/pending.exp: Likewise.
12673 * gdb.base/print-file-var.exp: Likewise.
12674 * gdb.base/print-symbol-loading.exp: Likewise.
12675 * gdb.base/shlib-call.exp: Likewise.
12676 * gdb.base/shreloc.exp: Likewise.
12677 * gdb.base/so-impl-ld.exp: Likewise.
12678 * gdb.base/solib-disc.exp: Likewise.
12679 * gdb.base/solib-nodir.exp: Likewise.
12680 * gdb.base/solib-overlap.exp: Likewise.
12681 * gdb.base/solib-symbol.exp: Likewise.
12682 * gdb.base/solib-weak.exp (do_test): Likewise.
12683 * gdb.base/sym-file.exp: Likewise.
12684 * gdb.base/symtab-search-order.exp: Likewise.
12685 * gdb.base/type-opaque.exp: Likewise.
12686 * gdb.base/unload.exp: Likewise.
12687 * gdb.base/watchpoint-solib.exp: Likewise.
12688 * gdb.compile/compile.exp: Likewise.
12689 * gdb.cp/gdb2384.exp: Likewise.
12690 * gdb.cp/infcall-dlopen.exp: Likewise.
12691 * gdb.cp/re-set-overloaded.exp: Likewise.
12692 * gdb.fortran/library-module.exp: Likewise.
12693 * gdb.opt/solib-intra-step.exp: Likewise.
12694 * gdb.python/py-finish-breakpoint.exp: Likewise.
12695 * gdb.python/py-shared.exp: Likewise.
12696 * gdb.reverse/solib-precsave.exp: Likewise.
12697 * gdb.reverse/solib-reverse.exp: Likewise.
12698 * gdb.server/solib-list.exp: Likewise.
12699 * gdb.threads/dlopen-libpthread.exp: Likewise.
12700 * gdb.threads/tls-shared.exp: Likewise.
12701 * gdb.threads/tls-so_extern.exp: Likewise.
12702 * gdb.trace/change-loc.exp: Likewise.
12703 * gdb.trace/ftrace-lock.exp: Likewise.
12704 * gdb.trace/ftrace.exp: Likewise.
12705 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12706 * gdb.trace/pending.exp: Likewise.
12707 * gdb.trace/range-stepping.exp: Likewise.
12708 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12709 (strace_info_marker): Likewise.
12710 (strace_probe_marker): Likewise.
12711 (strace_trace_on_same_addr): Likewise.
12712 (strace_trace_on_diff_addr): Likewise.
12713 * gdb.trace/trace-break.exp: Likewise.
12714 * gdb.trace/trace-condition.exp: Likewise.
12715 * gdb.trace/trace-mt.exp: Likewise.
12716
12717 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12718
12719 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12720 result of gdb_remote_download.
12721 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12722 * gdb.base/dso2dso.exp: Likewise.
12723 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12724 * gdb.base/print-file-var.exp: Likewise.
12725 * gdb.base/shlib-call.exp: Likewise.
12726 * gdb.base/shreloc.exp: Likewise.
12727 * gdb.base/solib-overlap.exp: Likewise.
12728 * gdb.base/solib-weak.exp (do_test): Likewise.
12729 * gdb.base/unload.exp: Likewise.
12730
12731 2016-04-27 Yao Qi <yao.qi@linaro.org>
12732
12733 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12734 exists.
12735
12736 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12737
12738 * vla-type.exp: Print structure from toplevel.
12739
12740 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12741
12742 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12743 of dynamic types.
12744 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12745 of dynamic types.
12746
12747 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12748
12749 * gdb.fortran/vla-type.f90: New file.
12750 * gdb.fortran/vla-type.exp: New file.
12751
12752 2016-04-25 Yao Qi <yao.qi@linaro.org>
12753
12754 * gdb.base/branch-to-self.c: New file.
12755 * gdb.base/branch-to-self.exp: New file.
12756
12757 2016-04-22 Yao Qi <yao.qi@linaro.org>
12758
12759 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12760 more after $hex.
12761
12762 2016-04-22 Yao Qi <yao.qi@linaro.org>
12763
12764 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12765 * gdb.base/annota3.exp: Likewise.
12766
12767 2016-04-22 Yao Qi <yao.qi@linaro.org>
12768
12769 * gdb.reverse/step-precsave.exp: Do one step and test program
12770 stops in "callee" and do multiple steps until program goes out
12771 of "callee".
12772 * gdb.reverse/step-reverse.exp: Likewise.
12773
12774 2016-04-22 Yao Qi <yao.qi@linaro.org>
12775
12776 * gdb.trace/signal.exp: Also pass if
12777 $tracepoint_hits($i) > $iterations.
12778
12779 2016-04-22 Yao Qi <yao.qi@linaro.org>
12780
12781 * gdb.trace/signal.c: New file.
12782 * gdb.trace/signal.exp: New file.
12783
12784 2016-04-19 Doug Evans <xdje42@gmail.com>
12785
12786 * gdb.base/bad-file.exp: New file.
12787
12788 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12789
12790 * gdb.dwarf2/implref.exp: New file.
12791
12792 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12793
12794 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12795 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12796 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12797 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12798 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12799 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12800 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12801 * lib/fortran.exp (fortran_int4): New procedure.
12802 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12803 (fortran_logical4): Likewise.
12804
12805 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12806
12807 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12808
12809 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12810
12811 * lib/compiler.c: Add Intel specific preprocessor macros.
12812 * lib/compiler.cc: Likewise.
12813
12814 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12815
12816 * gdb.server/connect-with-no-symbol-file.c: New file.
12817 * gdb.server/connect-with-no-symbol-file.exp: New file.
12818
12819 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12820
12821 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12822
12823 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12824
12825 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12826 standard output directory.
12827
12828 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12829
12830 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12831
12832 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12833
12834 * gdb.btrace/instruction_history.c (loop): Add declaration.
12835
12836 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12837
12838 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12839
12840 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12841
12842 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12843 parentheses to print.
12844 (continue_handler): Likewise.
12845
12846 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12847
12848 * gdb.server/solib-list.exp: Remove is_remote check.
12849 Pass shlib= to gdb_compile. Don't link shared library with
12850 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12851 Run binary filename through "readlink -f" on the target.
12852
12853 2016-04-08 Pedro Alves <palves@redhat.com>
12854
12855 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12856 interpreter filename as argument to gdbserver_spawn.
12857 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12858 Return empty if $last_loaded_file does not exist.
12859
12860 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12861
12862 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12863 * gdb.base/jit-main.c: Use exit after usage.
12864
12865 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12866
12867 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12868 GDBHISTSIZE prior to the tests.
12869 * gdb.base/gdbinit-history.exp: Likewise.
12870
12871 2016-04-07 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12874 instead of build_executable. Use gdb_load_shlibs.
12875
12876 2016-04-07 Yao Qi <yao.qi@linaro.org>
12877
12878 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12879 Execute "si" command.
12880
12881 2016-04-07 Yao Qi <yao.qi@linaro.org>
12882
12883 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12884 number instead of the comments on some line.
12885
12886 2016-04-06 Don Breazeal <donb@codesourcery.com>
12887
12888 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12889 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12890
12891 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12892
12893 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12894 standard_output_file. Remove unused binfile variable.
12895
12896 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12897
12898 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12899 * gdb.python/py-mi-objfile.exp: Match "list main" output
12900 in console format.
12901
12902 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12903
12904 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12905 absolute.
12906
12907 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12908
12909 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12910 absolute.
12911 * gdb.trace/ftrace.exp: Likewise.
12912 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12913 targets as well.
12914 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12915 (gdb_load_shlibs): Copy libraries to test directory when testing
12916 natively. Only set solib-search-path if testing remotely.
12917 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12918
12919 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12920
12921 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12922 gdb_download. Use it even if the target is not remote.
12923 * gdb.base/jit.exp (compile_jit_test): Likewise.
12924 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12925 output directory if the destination board is local, otherwise use
12926 the standard remote_download from DejaGnu.
12927 (gdb_download): Remove.
12928 (gdb_load_shlibs): Use gdb_remote_download instead of
12929 gdb_download.
12930 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12931 Use gdb_remote_download instead of gdb_download. Use it even if
12932 the target is not remote.
12933 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12934 instead of gdb_download.
12935
12936 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12937
12938 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12939 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12940 run.
12941
12942 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12943
12944 PR gdb/19820
12945 * gdb.base/printcmds.exp: Add artificial arrays tests.
12946
12947 2016-03-31 Pedro Alves <palves@redhat.com>
12948
12949 PR gdb/19858
12950 * gdb.base/jit-main.c: Include unistd.h.
12951 (ATTACH): Define to 0 if not already defined.
12952 (wait_for_gdb, mypid): New globals.
12953 (WAIT_FOR_GDB): New macro.
12954 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12955 some breakpoint locations.
12956 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12957 New procedures.
12958 (one_jit_test): Add REATTACH parameter, and handle it. Use
12959 continue_to_test_location.
12960 (top level): Test attach, and adjusts calls to one_jit_test.
12961
12962 2016-03-31 Pedro Alves <palves@redhat.com>
12963
12964 PR gdb/19858
12965 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12966 BINSUFFIX parameter, and handle it.
12967 (top level): Adjust calls compile_jit_test.
12968
12969 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12970
12971 PR python/19743
12972 * gdb.python/py-mi-events-gdb.py: New file.
12973 * gdb.python/py-mi-events.c: New file.
12974 * gdb.python/py-mi-events.exp: New file.
12975
12976 2016-03-30 Yao Qi <yao.qi@linaro.org>
12977
12978 * gdb.reverse/until-precsave.exp: Match function name only.
12979 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12980 Move malloc to a condition block.
12981 * gdb.reverse/until-reverse.exp: Match function name only.
12982
12983 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12984
12985 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12986 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12987 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12988 variable for GPR 0 instead of assuming it is register 0.
12989 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12990 * lib/trace-support.exp: Add s390 registers.
12991
12992 2016-03-29 Yao Qi <yao.qi@linaro.org>
12993
12994 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12995
12996 2016-03-24 Yao Qi <yao.qi@linaro.org>
12997
12998 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12999 test message.
13000
13001 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13002
13003 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13004 maintaining separate logic for constructing the output path.
13005
13006 2016-03-16 Don Breazeal <donb@codesourcery.com>
13007
13008 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13009 Retry fork and waitpid on interrupted system call errors.
13010 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13011 Use with_timeout_factor to increase timeout by factor of 10.
13012
13013 2016-03-15 Don Breazeal <donb@codesourcery.com>
13014
13015 * gdb.cp/scope-err.cc: New test program.
13016 * gdb.cp/scope-err.exp: New test script.
13017 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13018 lines and "set breakpoint here" comment.
13019 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13020 Fixed some whitespace and format issues.
13021 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13022 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13023
13024 2016-03-15 Doug Evans <dje@google.com>
13025
13026 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13027 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13028 All callers updated. Add tests for enums, mixed flags register.
13029
13030 2016-03-15 Doug Evans <dje@google.com>
13031
13032 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13033 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13034
13035 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13036
13037 * gdb.base/default.exp: Add $_as_string to the list of expected
13038 convenience functions.
13039
13040 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13041
13042 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13043
13044 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13045
13046 * gdb.python/py-as-string.exp: New file.
13047 * gdb.python/py-as-string.c: New file.
13048
13049 2016-03-09 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13052 signal" -> "Thread NN received signal" output change.
13053 * gdb.threads/ia64-sigill.exp: Likewise.
13054 * gdb.threads/linux-dp.exp: Likewise.
13055 * gdb.threads/manythreads.exp: Likewise.
13056 * gdb.threads/pending-step.exp: Likewise.
13057 * gdb.threads/print-threads.exp: Likewise.
13058 * gdb.threads/sigstep-threads.exp: Likewise.
13059 * gdb.threads/staticthreads.exp: Likewise.
13060 * gdb.threads/tls.exp: Likewise.
13061
13062 2016-03-09 Pedro Alves <palves@redhat.com>
13063
13064 * gdb.base/command-line-input.exp: New file.
13065
13066 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13067
13068 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13069 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13070 * gdb.trace/pending.exp: Accept leading dot before function name.
13071 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13072 * lib/trace-support.exp: Set registers for ppc.
13073
13074 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13075
13076 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13077 use it for disassembly; accept .main in addition to main in backtrace.
13078
13079 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13080 Marcin Kościelnicki <koriakin@0x04.net>
13081
13082 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13083 (gdb_recursion_test_ptr): New global variable.
13084 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13085 gdb_recursion_test.
13086 (gdb_c_test): Ditto.
13087
13088 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13089
13090 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13091 ordering.
13092
13093 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13094
13095 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13096 (bar): Add bar_start_lbl label.
13097 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13098 of foo/bar for emitting DWARF and tracing.
13099
13100 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13101
13102 * analyze-racy-logs.py: Set executable bit.
13103
13104 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13105
13106 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13107 (CHECK_TARGET_TMP): Likewise.
13108 (check-single-racy): New rule.
13109 (check-parallel-racy): Likewise.
13110 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13111 (do-check-parallel-racy): New rule.
13112 (check-racy/%.exp): Likewise.
13113 * README (Racy testcases): New section.
13114 * analyze-racy-logs.py: New file.
13115
13116 2016-03-03 Doug Evans <dje@google.com>
13117
13118 * gdb.base/skip.exp: Use with_test_prefix.
13119
13120 2016-03-03 Yao Qi <yao.qi@linaro.org>
13121
13122 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13123 Invoke step_over_syscall "clone" and break_cond_on_syscall
13124 "clone".
13125 * gdb.base/step-over-clone.c: New file.
13126
13127 2016-03-03 Yao Qi <yao.qi@linaro.org>
13128
13129 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13130 code format.
13131
13132 2016-03-03 Yao Qi <yao.qi@linaro.org>
13133
13134 * gdb.base/disp-step-fork.c: Rename to ...
13135 * gdb.base/step-over-fork.c: ... it. New file.
13136 * gdb.base/disp-step-vfork.c: Rename to ...
13137 * gdb.base/step-over-vfork.c: ... it. New file.
13138 * gdb.base/disp-step-syscall.exp: Rename to ...
13139 * gdb.base/step-over-syscall.exp: ... it. New file.
13140 (disp_step_cross_syscall): Rename to ...
13141 (step_over_syscall): ... it.
13142
13143 2016-03-03 Yao Qi <yao.qi@linaro.org>
13144
13145 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13146 If target supports condition evaluation on target, invoke
13147 break_cond_on_syscall for fork and vfork.
13148
13149 2016-03-03 Yao Qi <yao.qi@linaro.org>
13150
13151 * gdb.base/disp-step-syscall.exp: Don't invoke
13152 support_displaced_stepping.
13153 (disp_step_cross_syscall): Test with displaced stepping off and
13154 on if supported.
13155
13156 2016-03-03 Yao Qi <yao.qi@linaro.org>
13157
13158 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13159 proc.
13160 (setup): New proc.
13161 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13162 and setup.
13163
13164 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13165
13166 * gdb.fortran/vla-history.exp: Remove breakpoint.
13167
13168 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13169
13170 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13171 exceeds timeout.
13172
13173 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13174
13175 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13176 breakpoint.
13177
13178 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13179
13180 * gdb.mi/vla.f90: Nullify pointer after declaration.
13181
13182 2016-03-01 Pedro Alves <palves@redhat.com>
13183
13184 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13185
13186 2016-03-01 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13189 before anything else.
13190 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13191 _GNU_SOURCE here.
13192 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13193 before anything else.
13194 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13195
13196 2016-03-01 Pedro Alves <palves@redhat.com>
13197
13198 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13199
13200 2016-03-01 Yao Qi <yao.qi@linaro.org>
13201
13202 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13203 prepare_for_testing.
13204
13205 2016-03-01 Yao Qi <yao.qi@linaro.org>
13206
13207 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13208
13209 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13210
13211 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13212 manually constructing the output path.
13213
13214 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13215
13216 * gdb.arch/s390-stackless.S: New.
13217 * gdb.arch/s390-stackless.exp: New.
13218
13219 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13220
13221 * gdb.dlang/circular.c: New file.
13222 * gdb.dlang/circular.exp: New file.
13223
13224 2016-02-26 Yao Qi <yao.qi@linaro.org>
13225
13226 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13227 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13228 (testcases): Update.
13229
13230 2016-02-26 Yao Qi <yao.qi@linaro.org>
13231
13232 * gdb.reverse/aarch64.c: Rename to ...
13233 * gdb.reverse/insn-reverse.c: ... it.
13234 * gdb.reverse/aarch64.exp: Rename to ...
13235 * gdb.reverse/insn-reverse.exp: ... it.
13236
13237 2016-02-26 Yao Qi <yao.qi@linaro.org>
13238
13239 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13240 (testcase_ftype): New.
13241 (testcases): New array.
13242 (n_testcases): New.
13243 (main): Call each element in testcases.
13244 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13245 (read_testcase): New.
13246 Do the tests in a loop.
13247
13248 2016-02-25 Yao Qi <yao.qi@linaro.org>
13249
13250 * gdb.base/branches.c: Remove.
13251
13252 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13253
13254 PR gdb/13808
13255 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13256
13257 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13258
13259 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13260
13261 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13262
13263 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13264 change x86_64 call_insn to 'callq'.
13265
13266 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13267
13268 * gdb.trace/tfile-avx.c: Move to...
13269 * gdb.trace/tracefile-pseudo-reg.c: Here.
13270 * gdb.trace/tfile-avx.exp: Move to...
13271 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13272
13273 2016-02-24 Gary Benson <gbenson@redhat.com>
13274
13275 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13276 message on attach.
13277
13278 2016-02-23 Doug Evans <dje@google.com>
13279
13280 * gdb.base/skip.c (test_skip): New function.
13281 (end_test_skip_file_and_function): New function.
13282 (test_skip_file_and_function): New function.
13283 * gdb.base/skip1.c (test_skip): New function.
13284 (skip1_test_skip_file_and_function): New function.
13285 * gdb.base/skip.exp: Add tests for new skip options.
13286 * gdb.base/skip-solib.exp: Update expected output.
13287 * gdb.perf/skip-command.cc: New file.
13288 * gdb.perf/skip-command.exp: New file.
13289 * gdb.perf/skip-command.py: New file.
13290
13291 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13292
13293 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13294 info registers pattern.
13295
13296 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13297
13298 * lib/future.exp: Add D support.
13299 (gdb_find_gdc): New proc.
13300 (gdb_default_target_compile): Add D support.
13301
13302 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13303
13304 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13305 user+system time.
13306 (trace_speed_test): Determine the iteration count for a time
13307 between 15..30 seconds.
13308
13309 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13310
13311 * gdb.arch/i386-mpx-sigsegv.c: New file.
13312 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13313 * gdb.arch/i386-mpx-simple_segv.c: New file.
13314 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13315
13316 2016-02-18 Yao Qi <yao.qi@linaro.org>
13317
13318 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13319 Don't call setup_kfail.
13320
13321 2016-02-18 Yao Qi <yao.qi@linaro.org>
13322
13323 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13324 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13325
13326 2016-02-16 Doug Evans <dje@google.com>
13327
13328 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13329 * gdb.base/skip1.c: Ditto.
13330 * gdb.base/skip.exp: Whitespace cleanup.
13331
13332 2016-02-16 Don Breazeal <donb@codesourcery.com>
13333
13334 PR remote/19496
13335 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13336 Remove kfail for PR remote/19496.
13337
13338 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13339
13340 * lib/gdb.exp (standard_temp_file): Return a path specific to
13341 the runtest invocation.
13342
13343 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13344
13345 * gdb.trace/save-trace.exp: Change relative path to be in the
13346 standard output directory.
13347
13348 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13349
13350 * gdb.arch/i386-prologue.c: Add missing prototypes.
13351
13352 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13353
13354 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13355 * gdb.arch/i386-prologue.exp: Likewise.
13356 * gdb.arch/i386-size.exp: Likewise.
13357
13358 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13359
13360 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13361 define object file path.
13362 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13363 file path.
13364 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13365 standard_output_file to define binfile.
13366
13367 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13368
13369 Fix compatibility with recent gfortran-5.3.1.
13370 * gdb.fortran/vla-history.exp (print vla1 allocated)
13371 (print vla2 allocated, print $2, print $3): Remove
13372 (print $4): Rename to ...
13373 (print $2): ... here.
13374 (print $9): Rename to ...
13375 (print $5): ... here.
13376 (print $10): Rename to ...
13377 (print $6): ... here.
13378 * gdb.fortran/vla.f90: Add pvla initialization.
13379
13380 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13381
13382 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13383 New test.
13384 * gdb.fortran/vla-value-sub.exp: Likewise.
13385
13386 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13387
13388 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13389
13390 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13391
13392 * i386-biarch-core.exp: Define corefile using
13393 standard_output_file.
13394
13395 2016-02-12 Yao Qi <yao.qi@linaro.org>
13396
13397 * gdb.arch/arm-single-step-kernel-helper.c: New.
13398 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13399
13400 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13401
13402 * gdb.btrace/tailcall-only.exp: New.
13403 * gdb.btrace/tailcall-only.c: New.
13404 * gdb.btrace/x86_64-tailcall-only.S: New.
13405 * gdb.btrace/i686-tailcall-only.S: New.
13406
13407 2016-02-11 Pedro Alves <palves@redhat.com>
13408
13409 * README (Parallel testing): Add missing double quotes.
13410
13411 2016-02-11 Pedro Alves <palves@redhat.com>
13412
13413 * README (Parallel testing): New section.
13414 (GDB_PARALLEL): Rewrite.
13415 (FORCE_PARALLEL): Document.
13416
13417 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13418
13419 * gdb.trace/tfile-avx.c: New test.
13420 * gdb.trace/tfile-avx.exp: New test.
13421
13422 2016-02-09 Keith Seitz <keiths@redhat.com>
13423
13424 PR breakpoints/19546
13425 * gdb.base/infcall-exec.c: New file.
13426 * gdb.base/infcall-exec2.c: New file.
13427 * gdb.base/infcall-exec.exp: New file.
13428
13429 2016-02-09 Keith Seitz <keiths@redhat.com>
13430
13431 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13432 (toplevel): Call test_bkpt_address.
13433
13434 2016-02-09 Keith Seitz <keiths@redhat.com>
13435
13436 PR python/19506
13437 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13438 (toplevel): Call test_bkpt_address.
13439
13440 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13441
13442 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13443 to AC_OUTPUT.
13444 * configure: Regenerate.
13445
13446 2016-02-09 Pedro Alves <palves@redhat.com>
13447
13448 PR breakpoints/19548
13449 * gdb.base/execl-update-breakpoints.c (some_function): New
13450 function.
13451 (main): Call it.
13452 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13453 Tighten expected GDB output.
13454
13455 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13456
13457 * Makefile.in (ALL_SUBDIRS): Remove.
13458 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13459 (distclean maintainer-clean realclean): Likewise.
13460 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13461 * configure: Regenerate.
13462 * gdb.ada/Makefile.in: Delete.
13463 * gdb.arch/Makefile.in: Likewise.
13464 * gdb.asm/Makefile.in: Likewise.
13465 * gdb.base/Makefile.in: Likewise.
13466 * gdb.btrace/Makefile.in: Likewise.
13467 * gdb.cell/Makefile.in: Likewise.
13468 * gdb.compile/Makefile.in: Likewise.
13469 * gdb.cp/Makefile.in: Likewise.
13470 * gdb.disasm/Makefile.in: Likewise.
13471 * gdb.dlang/Makefile.in: Likewise.
13472 * gdb.dwarf2/Makefile.in: Likewise.
13473 * gdb.fortran/Makefile.in: Likewise.
13474 * gdb.gdb/Makefile.in: Likewise.
13475 * gdb.go/Makefile.in: Likewise.
13476 * gdb.guile/Makefile.in: Likewise.
13477 * gdb.java/Makefile.in: Likewise.
13478 * gdb.linespec/Makefile.in: Likewise.
13479 * gdb.mi/Makefile.in: Likewise.
13480 * gdb.modula2/Makefile.in: Likewise.
13481 * gdb.multi/Makefile.in: Likewise.
13482 * gdb.objc/Makefile.in: Likewise.
13483 * gdb.opencl/Makefile.in: Likewise.
13484 * gdb.opt/Makefile.in: Likewise.
13485 * gdb.pascal/Makefile.in: Likewise.
13486 * gdb.perf/Makefile.in: Likewise.
13487 * gdb.python/Makefile.in: Likewise.
13488 * gdb.reverse/Makefile.in: Likewise.
13489 * gdb.server/Makefile.in: Likewise.
13490 * gdb.stabs/Makefile.in: Likewise.
13491 * gdb.threads/Makefile.in: Likewise.
13492 * gdb.trace/Makefile.in: Likewise.
13493 * gdb.xml/Makefile.in: Likewise.
13494 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13495 GDB_PARALLEL.
13496 (standard_output_file): Remove check for GDB_PARALLEL, always
13497 return path in outputs/$subdir/$testname.
13498
13499 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13500
13501 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13502 (site.exp): Assign abs_srcdir to tcl's srcdir.
13503
13504 2016-02-04 Yao Qi <yao.qi@linaro.org>
13505
13506 * gdb.base/foll-exec-mode.c: Include limits.h.
13507 (main): Add parameters argc and argv. Get directory from
13508 argv[0].
13509 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13510 compilation.
13511 * gdb.base/foll-exec.c: Include limits.h.
13512 (main): Add parameters argc and argv.
13513 Get directory from argv[0].
13514 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13515 Adjust tests on the number of lines as source code changed.
13516 * gdb.base/foll-vfork-exit.c: Include limits.h.
13517 (main): Add one line of statement before vfork.
13518 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13519 (main): Add parameters argc and argv. Get directory from
13520 argv[0].
13521 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13522 (setup_gdb): Set tbreak to skip some source lines.
13523 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13524 (main): Add parameters argc and argv. Get directory from
13525 argv[0].
13526 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13527 compilation.
13528 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13529 (main): Add parameters argc and argv. Get directory from
13530 argv[0].
13531 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13532 compilation.
13533
13534 2016-02-01 Doug Evans <dje@google.com>
13535
13536 * gdb.base/skip.exp: Clean up multiple references to same test name.
13537
13538 2016-02-01 Pedro Alves <palves@redhat.com>
13539
13540 PR remote/19496
13541 * gdb.threads/forking-threads-plus-breakpoint.exp
13542 (displaced_stepping_supported): New global.
13543 (probe_displaced_stepping_support): New procedure.
13544 (do_test): Add 'displaced' parameter, and use it.
13545 (top level): Check for displaced stepping support. Add displaced
13546 stepping on/off testing axis.
13547
13548 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13549
13550 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13551 pointer. Don't perform further tests on the unassociated pointer
13552 if the first test fails.
13553
13554 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13555
13556 * gdb.base/max-value-size.c: New file.
13557 * gdb.base/max-value-size.exp: New file.
13558 * gdb.base/huge.exp: Disable max-value-size for this test.
13559
13560 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13561
13562 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13563
13564 2016-01-28 Yao Qi <yao.qi@linaro.org>
13565
13566 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13567
13568 2016-01-25 Pedro Alves <palves@redhat.com>
13569
13570 PR threads/19461
13571 * gdb.base/fork-running-state.c: New file.
13572 * gdb.base/fork-running-state.exp: New file.
13573
13574 2016-01-25 Pedro Alves <palves@redhat.com>
13575
13576 PR gdb/19494
13577 * gdb.base/catch-fork-kill.c: New file.
13578 * gdb.base/catch-fork-kill.exp: New file.
13579
13580 2016-01-25 Pedro Alves <palves@redhat.com>
13581
13582 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13583 Delete, moved to lib/gdb.exp.
13584 * gdb.threads/forking-threads-plus-breakpoint.exp
13585 (foreach_with_prefix): Likewise.
13586 * gdb.threads/process-dies-while-handling-bp.exp
13587 (foreach_with_prefix): Likewise.
13588 * lib/gdb.exp (foreach_with_prefix): New procedure.
13589
13590 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13591
13592 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13593 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13594
13595 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13596
13597 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13598 endian targets.
13599
13600 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13601 Pedro Alves <palves@redhat.com>
13602
13603 Fix testsuite compatibility with Guile.
13604 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13605 number.
13606
13607 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13608
13609 Fix testsuite compatibility with Guile.
13610 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13611 (thread 1): New test for backtrace through signal handler.
13612
13613 2016-01-22 Yao Qi <yao.qi@linaro.org>
13614
13615 PR testsuite/19491
13616 * gdb.base/multi-forks.c: Include
13617 ../lib/unbuffer_output.c
13618 (main): Call gdb_unbuffer_output.
13619
13620 2016-01-21 Doug Evans <dje@google.com>
13621
13622 * lib/ada.exp (gdb_compile_ada): Fix typo.
13623
13624 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13625
13626 * gdb.base/break-fun-addr.exp: New file.
13627 * gdb.base/break-fun-addr1.c: New file.
13628 * gdb.base/break-fun-addr2.c: New file.
13629
13630 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13631
13632 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13633 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13634 enum flag values.
13635
13636 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13637
13638 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13639 when GDB can not set the vector return value. Add more comments
13640 for clarification.
13641
13642 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13643
13644 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13645 command.
13646
13647 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13648
13649 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13650
13651 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13652
13653 * Makefile.in (check-single): Pass --status to runtest.
13654 (check/%.exp): Likewise.
13655
13656 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13657
13658 * Makefile.in (check-parallel): Propagate return code from make
13659 do-check-parallel.
13660
13661 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13662
13663 * gdb.trace/ftrace.exp: Fix expected message on continue.
13664 * gdb.trace/pending.exp: Fix expected message on continue.
13665 * gdb.trace/trace-break.exp: Fix expected message on continue.
13666
13667 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13668
13669 * lib/gdb.exp (gdb_test): Remove unused global references.
13670
13671 2016-01-18 Pedro Alves <palves@redhat.com>
13672
13673 * gdb.base/async-shell.exp: Adjust expected output.
13674 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13675 * gdb.base/siginfo-thread.exp: Adjust expected output.
13676 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13677 * gdb.java/jnpe.exp: Adjust expected output.
13678 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13679 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13680 * gdb.threads/leader-exit.exp: Adjust expected output.
13681 * gdb.threads/manythreads.exp: Adjust expected output.
13682 * gdb.threads/pthreads.exp: Adjust expected output.
13683 * gdb.threads/schedlock.exp: Adjust expected output.
13684 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13685 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13686 expected output.
13687 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13688 output.
13689 * gdb.threads/sigthread.exp: Adjust expected output.
13690 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13691
13692 2016-01-18 Yao Qi <yao.qi@linaro.org>
13693
13694 * gdb.guile/scm-section-script.c: Replace @progbits with
13695 %progbits.
13696 * gdb.python/py-section-script.c: Likewise.
13697
13698 2016-01-15 Pedro Alves <palves@redhat.com>
13699
13700 * gdb.multi/tids.exp: Test star wildcard ranges.
13701
13702 2016-01-15 Pedro Alves <palves@redhat.com>
13703
13704 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13705 command from "thread apply" invocation.
13706 (thr_apply_info_thr_invalid): Default the expected output to the
13707 input tid list.
13708 (top level): Add tests that use convenience variables. Add tests
13709 for "thread apply" with a valid TID list, but missing the command.
13710
13711 2016-01-13 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.base/default.exp: Expect $_gthread as well.
13714 * gdb.multi/tids.exp: Test $_gthread.
13715 * gdb.threads/thread-specific.exp: Test $_gthread.
13716
13717 2016-01-13 Pedro Alves <palves@redhat.com>
13718
13719 * gdb.multi/tids.exp: Test "info threads -gid".
13720
13721 2016-01-13 Pedro Alves <palves@redhat.com>
13722
13723 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13724 Breakpoint.thread.
13725 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13726
13727 2016-01-07 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.base/break.exp: Adjust to output changes.
13730 * gdb.base/hbreak2.exp: Likewise.
13731 * gdb.base/sepdebug.exp: Likewise.
13732 * gdb.base/watch_thread_num.exp: Likewise.
13733 * gdb.linespec/keywords.exp: Likewise.
13734 * gdb.multi/info-threads.exp: Likewise.
13735 * gdb.threads/thread-find.exp: Likewise.
13736 * gdb.multi/tids.c: New file.
13737 * gdb.multi/tids.exp: New file.
13738
13739 2016-01-13 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13742
13743 2016-01-13 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.base/default.exp: Expect $_inferior as well.
13746 * gdb.multi/base.exp: Test $_inferior.
13747
13748 2016-01-13 Pedro Alves <palves@redhat.com>
13749
13750 PR breakpoints/19388
13751 * gdb.base/catch-signal-siginfo-cond.c: New file.
13752 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13753
13754 2016-01-12 Josh Stone <jistone@redhat.com>
13755 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13756
13757 * gdb.base/catch-syscall.c (do_execve): New variable.
13758 (main): Conditionally trigger an execve.
13759 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13760 (test_catch_syscall_execve): New, check entry/return across execve.
13761 (do_syscall_tests): Call test_catch_syscall_execve.
13762
13763 2016-01-12 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.base/random-signal.exp (do_test): New procedure, with body
13766 of testcase moved in.
13767
13768 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13769 Pedro Alves <palves@redhat.com>
13770
13771 * gdb.base/funcargs.exp (finish from indirectly called function):
13772 Reintroduce the case for 'First'.
13773
13774 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13775 Pedro Alves <palves@redhat.com>
13776
13777 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13778 (tcatch_vfork_then_child_follow_exec)
13779 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13780 identification.
13781
13782 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13783
13784 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13785 and repeats to unlimited.
13786 * gdb.python/py-value.exp: Likewise.
13787 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13788 and repeats to unlimited.
13789
13790 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13791
13792 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13793 and reordering the functions.
13794 * gdb.multi/hangout.c: Likewise.
13795 * gdb.multi/hello.c: Likewise.
13796
13797 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13798
13799 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13800 absolute.
13801 (SingleStatisticTestResult.report): Use dict.keys instead of
13802 dict.iterkeys.
13803
13804 2016-01-06 Pedro Alves <palves@redhat.com>
13805
13806 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13807
13808 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13809
13810 * gdb.btrace/dlopen.exp: New.
13811 * gdb.btrace/dlopen.c: New.
13812 * gdb.btrace/dlopen-dso.c: New.
13813
13814 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13815
13816 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13817 PATTERN argument is optional.
13818
13819 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13820
13821 * lib/ada.exp (target_compile_ada_from_dir): New function.
13822 (gdb_compile_ada): Reimplement avoiding the use of project files.
13823 * gdb.ada/gnat_ada.gpr: Delete.
13824 * gdb.ada/cond_lang.exp: Adjust test to make path before
13825 filename optional.
13826 * gdb.ada/small_reg_param.exp: Likewise.
13827
13828 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13829
13830 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13831
13832 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13833
13834 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13835 case.
13836
13837 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13838
13839 * gdb.base/break.exp: Remove dead code.
13840 * gdb.base/sepdebug.exp: Likewise.
13841
13842 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13843
13844 * gdb.asm/asm-source.exp: Remove HP-UX references.
13845 * gdb.base/annota1.exp: Likewise.
13846 * gdb.base/annota3.exp: Likewise.
13847 * gdb.base/attach.exp: Likewise.
13848 * gdb.base/bigcore.exp: Likewise.
13849 * gdb.base/break.exp: Likewise.
13850 * gdb.base/call-ar-st.exp: Likewise.
13851 * gdb.base/callfuncs.exp: Likewise.
13852 * gdb.base/catch-fork-static.exp: Likewise.
13853 * gdb.base/display.exp: Likewise.
13854 * gdb.base/foll-exec-mode.exp: Likewise.
13855 * gdb.base/foll-exec.exp: Likewise.
13856 * gdb.base/foll-fork.exp: Likewise.
13857 * gdb.base/foll-vfork.exp: Likewise.
13858 * gdb.base/funcargs.exp: Likewise.
13859 * gdb.base/hbreak2.exp: Likewise.
13860 * gdb.base/inferior-died.exp: Likewise.
13861 * gdb.base/interrupt.exp: Likewise.
13862 * gdb.base/multi-forks.exp: Likewise.
13863 * gdb.base/nodebug.exp: Likewise.
13864 * gdb.base/sepdebug.exp: Likewise.
13865 * gdb.base/solib1.c: Likewise.
13866 * gdb.base/step-test.exp: Likewise.
13867 * gdb.mi/non-stop.c: Likewise.
13868 * gdb.mi/pthreads.c: Likewise.
13869 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13870 * gdb.threads/pthreads.c: Likewise.
13871 * gdb.threads/staticthreads.exp: Likewise.
13872 * lib/future.exp: Likewise.
13873 * lib/gdb.exp: Likewise.
13874 * gdb.base/so-indr-cl.c: Remove.
13875 * gdb.base/so-indr-cl.exp: Likewise.
13876 * gdb.base/solib.c: Likewise.
13877 * gdb.base/solib.exp: Likewise.
13878 * gdb.base/solib2.c: Likewise.
13879
13880 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13881
13882 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13883 * gdb.base/call-ar-st.exp: Likewise.
13884 * gdb.base/callfuncs.exp: Likewise.
13885 * gdb.base/condbreak.exp: Likewise.
13886 * gdb.base/constvars.exp: Likewise.
13887 * gdb.base/hbreak2.exp: Likewise.
13888 * gdb.base/langs.exp: Likewise.
13889 * gdb.base/list.exp: Likewise.
13890 * gdb.base/long_long.exp: Likewise.
13891 * gdb.base/ptype.exp: Likewise.
13892 * gdb.base/scope.exp: Likewise.
13893 * gdb.base/signals.exp: Likewise.
13894 * gdb.base/so-impl-ld.exp: Likewise.
13895 * gdb.base/varargs.exp: Likewise.
13896 * gdb.base/volatile.exp: Likewise.
13897 * gdb.base/whatis.exp: Likewise.
13898 * gdb.cp/cplusfuncs.exp: Likewise.
13899 * gdb.cp/inherit.exp: Likewise.
13900 * gdb.cp/local.exp: Likewise.
13901 * gdb.cp/member-ptr.exp: Likewise.
13902 * gdb.cp/method.exp: Likewise.
13903 * gdb.cp/overload.exp: Likewise.
13904 * gdb.cp/templates.exp: Likewise.
13905 * gdb.stabs/weird.exp: Likewise.
13906 * lib/compiler.c: Likewise.
13907 * lib/compiler.cc: Likewise.
13908 * lib/cp-support.exp: Likewise.
13909 * lib/gdb.exp: Likewise.
13910
13911 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13912
13913 * configure.ac: Remove HP-UX case.
13914 * configure: Regenerate.
13915
13916 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13917
13918 * lib/gdb.exp (gdb_compile): Add function doc.
13919
13920 2015-12-17 Pedro Alves <palves@redhat.com>
13921
13922 PR threads/19354
13923 * gdb.multi/info-threads.exp: New file.
13924
13925 2015-12-15 Yao Qi <yao.qi@linaro.org>
13926
13927 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13928 is aarch64*-*-*.
13929
13930 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13931
13932 * gdb.base/history-duplicates.exp: Skip if no readline support.
13933
13934 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13935
13936 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13937
13938 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13939
13940 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13941
13942 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13943
13944 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13945 ctrl-C if nointerrupts target property is set.
13946 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13947 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13948 * gdb.base/paginate-bg-execution.exp: Likewise.
13949 * gdb.base/paginate-execution-startup.exp: Likewise.
13950 * gdb.base/random-signal.exp: Likewise.
13951 * gdb.base/range-stepping.exp: Likewise.
13952 * gdb.cp/annota2.exp: Likewise.
13953 * gdb.cp/annota3.exp: Likewise.
13954 * gdb.gdb/selftest.exp: Likewise.
13955 * gdb.threads/continue-pending-status.exp: Likewise.
13956 * gdb.threads/leader-exit.exp: Likewise.
13957 * gdb.threads/manythreads.exp: Likewise.
13958 * gdb.threads/pthreads.exp: Likewise.
13959 * gdb.threads/schedlock.exp: Likewise.
13960 * gdb.threads/sigthread.exp: Likewise.
13961
13962 2015-12-11 Don Breazeal <donb@codesourcery.com>
13963
13964 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13965 remote.
13966 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13967 * gdb.base/foll-exec.exp (main): Enable for target remote.
13968 * gdb.base/foll-fork.exp (main): Likewise.
13969 * gdb.base/foll-vfork.exp (main): Likewise.
13970 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13971 (proc continue_to_exit_bp_loc): Use clean_restart.
13972 * gdb.base/pie-execl.exp (main): Disable for target remote.
13973 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13974 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13975 * gdb.threads/execl.exp (main): Likewise.
13976 * gdb.threads/fork-child-threads.exp (main): Likewise.
13977 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13978 remote.
13979 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13980 remote.
13981 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13982 pid.tid style ptids, instead of just tid.
13983 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13984 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13985 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13986 ptids, instead of just tid.
13987
13988 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13989
13990 * gdb.base/list.exp (test_list_forward): Add end of file error
13991 test.
13992 (test_repeat_list_command): Add end of file error test.
13993 (test_list_backwards): Add beginning of file error test.
13994
13995 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13996
13997 * gdb.base/list.exp (test_list_invalid_args): New function,
13998 defined, and called.
13999
14000 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14001
14002 * gdb.base/list.exp (test_list): Make test names unique.
14003
14004 2015-12-11 Yao Qi <yao.qi@linaro.org>
14005
14006 * gdb.base/coremaker2.c: Remove.
14007
14008 2015-12-10 Pedro Alves <palves@redhat.com>
14009
14010 * gdb.multi/base.exp: Remove stale "spaces" references.
14011
14012 2015-12-10 Pedro Alves <palves@redhat.com>
14013
14014 * gdb.multi/base.exp: Don't use nowarnings.
14015 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14016 * gdb.multi/hangout.c: Include stdio.h.
14017 * gdb.multi/hello.c: Include stdlib.h.
14018 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14019 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14020 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14021
14022 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14023
14024 * gdb.dwarf2/dw2-ranges-base.c: New file.
14025 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14026 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14027 support additional line table, and debug ranges generation.
14028 (Dwarf::ranges): New function, generate .debug_ranges.
14029 (Dwarf::lines): Support generating simple line table programs.
14030 (Dwarf::assemble): Initialise new namespace variables.
14031
14032 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14033
14034 * gdb.base/async.exp (proc test_background): Add case for
14035 asynchronous execution not supported.
14036
14037 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14038
14039 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14040 format and change test names to make them unique.
14041
14042 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14043 Pedro Alves <pedro@redhat.com>
14044
14045 PR gdb/18702
14046 Add checking of floatformats setup on x86_64 hosts.
14047 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14048 (smallval, bigval): New labels/constants.
14049 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14050 float" after loading bigval and smallval.
14051
14052 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14053
14054 * gdb.ada/fun_overload_menu.exp: New testcase.
14055 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14056
14057 2015-12-04 Josh Stone <jistone@redhat.com>
14058
14059 * gdb.base/catch-fork-static.exp: New.
14060
14061 2015-12-03 Yao Qi <yao.qi@linaro.org>
14062
14063 * gdb.base/sizeof.c: Don't include stdio.h and
14064 ../lib/unbuffer_output.c.
14065 (main): New variable 'size' and 'value'. Remove printf and
14066 gdb_unbuffer_output. Assign return value to size and value.
14067 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14068 at the beginning.
14069 (check_sizeof): Check the result by printing variable 'size'.
14070 (check_valueof): Check the result by printing variable 'value'.
14071
14072 2015-12-01 Yao Qi <yao.qi@linaro.org>
14073
14074 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14075 for aarch64*-*-linux* target.
14076
14077 2015-11-30 Pedro Alves <palves@redhat.com>
14078
14079 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14080
14081 2015-11-30 Pedro Alves <palves@redhat.com>
14082
14083 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14084 Handle non-stop mode vCont replies.
14085
14086 2015-11-30 Pedro Alves <palves@redhat.com>
14087
14088 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14089 prepare_for_testing. Start gdb with "set non-stop on" appended to
14090 GDBFLAGS. Lax expected stop output.
14091
14092 2015-11-27 Yao Qi <yao.qi@linaro.org>
14093
14094 * gdb.arch/arm-neon.exp: New.
14095 * gdb.arch/arm-neon.c: New.
14096
14097 2015-11-27 Yao Qi <yao.qi@linaro.org>
14098
14099 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14100
14101 2015-11-27 Yao Qi <yao.qi@linaro.org>
14102
14103 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14104 frames-invalid annotation.
14105
14106 2015-11-27 Yao Qi <yao.qi@linaro.org>
14107
14108 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14109
14110 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14111
14112 * gdb.threads/names.exp: New file.
14113 * gdb.threads/names.c: New file.
14114 * README: Mention gdb,no_thread_names.
14115
14116 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14117
14118 PR 19297
14119 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14120 support" error.
14121
14122 2015-11-24 Pedro Alves <palves@redhat.com>
14123
14124 PR 17539
14125 * gdb.base/display.exp: Expect displays to be sorted in ascending
14126 order. Use multi_line.
14127 * gdb.base/solib-display.exp: Likewise.
14128
14129 2015-11-24 Pedro Alves <palves@redhat.com>
14130
14131 PR 17539
14132 * gdb.base/display.exp: Expect displays to be sorted in ascending
14133 order. Use multi_line.
14134 * gdb.base/solib-display.exp: Likewise.
14135
14136 2015-11-24 Pedro Alves <palves@redhat.com>
14137
14138 PR 17539
14139 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14140 threads in ascending order.
14141 * gdb.base/foll-fork.exp: Likewise.
14142 * gdb.base/foll-vfork.exp: Likewise.
14143 * gdb.base/multi-forks.exp: Likewise.
14144 * gdb.mi/mi-nonstop.exp: Likewise.
14145 * gdb.mi/mi-nsintrall.exp: Likewise.
14146 * gdb.multi/base.exp: Likewise.
14147 * gdb.multi/multi-arch.exp: Likewise.
14148 * gdb.python/py-inferior.exp: Likewise.
14149 * gdb.threads/break-while-running.exp: Likewise.
14150 * gdb.threads/execl.exp: Likewise.
14151 * gdb.threads/gcore-thread.exp: Likewise.
14152 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14153 * gdb.threads/kill.exp: Likewise.
14154 * gdb.threads/linux-dp.exp: Likewise.
14155 * gdb.threads/multiple-step-overs.exp: Likewise.
14156 * gdb.threads/next-bp-other-thread.exp: Likewise.
14157 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14158 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14159 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14160 * gdb.threads/thread-find.exp: Likewise.
14161 * gdb.threads/tls.exp: Likewise.
14162 * lib/mi-support.exp (mi_reverse_list): Delete.
14163 (mi_check_thread_states): No longer reverse list.
14164
14165 2015-11-24 Pedro Alves <palves@redhat.com>
14166
14167 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14168 use lowercase.
14169
14170 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14171
14172 * gdb.trace/actions.c: Include trace-common.h.
14173 (main): Add a location for a fast tracepoint.
14174 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14175 the normal tracepoints.
14176 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14177
14178 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14179
14180 * save-trace.exp: Factor out code to these...
14181 (gdb_save_tracepoints): New.
14182 (gdb_load_tracepoints): New.
14183 (do_save_load_test): New.
14184
14185 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14186
14187 * gdb.base/asmlabel.exp: New test.
14188 * gdb.base/asmlabel.c: New test case.
14189
14190 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14191
14192 * gdb.base/wrong_frame_bt_full-main.c: New file.
14193 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14194 * gdb.base/wrong_frame_bt_full.exp: New file.
14195
14196 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14197
14198 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14199
14200 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14201
14202 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14203 pstate register when comparing registers values in
14204 sparc64-*-linux-gnu targets to avoid spurious differences.
14205
14206 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14207
14208 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14209
14210 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14211
14212 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14213 as type argument to gdb_compile.
14214 * gdb.base/nested-subp2.exp: Likewise.
14215 * gdb.base/nested-subp3.exp: Likewise.
14216
14217 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14218
14219 * lib/dwarf.exp (_note): Fix left shift of negative value.
14220 * gdb.trace/trace-condition.exp: Likewise.
14221
14222 2015-11-13 Yao Qi <yao.qi@linaro.org>
14223
14224 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14225 comments about d10v.
14226 (test_scalar_returns): Likewise.
14227 * gdb.base/d10v.ld: Remove.
14228 * gdb.base/overlays.exp: Remove the target triplet checking for
14229 d10v-*-*.
14230 * gdb.base/structs.exp (test_struct_returns): Remove the
14231 comments about d10v.
14232 (test_struct_calls): Likewise.
14233
14234 2015-11-13 Yao Qi <yao.qi@linaro.org>
14235
14236 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14237 * gdb.base/gnu_vector.c: Don't include stdio.h.
14238 (main): Don't print res and call add_some_intvecs.
14239
14240 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14241
14242 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14243 macro.
14244 (func5): Removed.
14245 (func4): Use FAST_TRACEPOINT_LABEL.
14246 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14247 macro.
14248 (func): Removed.
14249 (thread_function): Use FAST_TRACEPOINT_LABEL.
14250 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14251 (func): Remove.
14252 (marker): Use FAST_TRACEPOINT_LABEL.
14253 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14254 (pendfunc1): Remove.
14255 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14256 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14257 (foo): Remove.
14258 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14259 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14260 macro.
14261 (func): Remove.
14262 (marker): Use FAST_TRACEPOINT_LABEL.
14263 * gdb.trace/trace-common.h: New header.
14264 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14265 macro.
14266 (func): Remove.
14267 (marker): Use FAST_TRACEPOINT_LABEL.
14268 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14269 (func): Remove.
14270 (thread_function): Use FAST_TRACEPOINT_LABEL.
14271
14272 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14273
14274 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14275 in front.
14276 * gdb.trace/change-loc.exp: Use global pcreg definition.
14277 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14278 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14279 in front.
14280 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14281 * gdb.trace/pending.exp: Likewise.
14282 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14283 * gdb.trace/trace-break.exp: Likewise.
14284 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14285 in front.
14286 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14287 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14288 in front.
14289 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14290
14291 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14292
14293 * gdb.ada/fin_fun_out: New testcase.
14294
14295 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14296
14297 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14298 value associated with DW_AT_byte_size.
14299 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14300 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14301 DW_AT_upper_bound.
14302
14303 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14304
14305 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14306 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14307 version.
14308 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14309 gdb.dwarf2/dw2-canonicalize-type.exp,
14310 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14311 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14312 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14313 provided by gdb_target_symbol_prefix_flags_asm.
14314 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14315 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14316 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14317 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14318 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14319 macros where needed). Use this macro for symbols which require
14320 the prefix provided by SYMBOL_PREFIX.
14321
14322 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14323
14324 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14325 New procs.
14326 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14327 representing expressions, of more than one list element.
14328 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14329 to prepend linker symbol prefix to f.
14330 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14331 table_1 and table_2.
14332 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14333 Likewise, for f and g.
14334 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14335 for ptr.
14336 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14337 for main.
14338 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14339 table_1_ptr and table_2_ptr.
14340
14341 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14342 Joel Brobecker <brobecker@adacore.com>
14343
14344 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14345
14346 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14347
14348 * gdb.reverse/s390-mvcle.c: New test.
14349 * gdb.reverse/s390-mvcle.exp: New file.
14350 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14351
14352 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14353
14354 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14355
14356 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14357
14358 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14359 reaching marker2.
14360 * gdb.reverse/getresuid-reverse.exp: Likewise.
14361 * gdb.reverse/pipe-reverse.exp: Likewise.
14362 * gdb.reverse/readv-reverse.exp: Likewise.
14363 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14364 * gdb.reverse/time-reverse.exp: Likewise.
14365 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14366
14367 2015-10-30 Yao Qi <yao.qi@linaro.org>
14368
14369 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14370 (empty_cycle): Remove.
14371 (main): Don't call empty_cycle. Don't use watch_count_done.
14372 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14373 empty_cycle. Rewrite the code counting HW watchpoints.
14374
14375 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14376
14377 * gdb.reverse/fstatat-reverse.c: New test.
14378 * gdb.reverse/fstatat-reverse.exp: New file.
14379 * gdb.reverse/getresuid-reverse.c: New test.
14380 * gdb.reverse/getresuid-reverse.exp: New file.
14381 * gdb.reverse/pipe-reverse.c: New test.
14382 * gdb.reverse/pipe-reverse.exp: New file.
14383 * gdb.reverse/readv-reverse.c: New test.
14384 * gdb.reverse/readv-reverse.exp: New file.
14385 * gdb.reverse/recvmsg-reverse.c: New test.
14386 * gdb.reverse/recvmsg-reverse.exp: New file.
14387 * gdb.reverse/time-reverse.c: New test.
14388 * gdb.reverse/time-reverse.exp: New file.
14389 * gdb.reverse/waitpid-reverse.c: New test.
14390 * gdb.reverse/waitpid-reverse.exp: New file.
14391
14392 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14393
14394 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14395
14396 2015-10-26 Doug Evans <dje@google.com>
14397
14398 PR symtab/17391
14399 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14400 * gdb.dwarf2/bad-regnum.c: New file.
14401 * gdb.dwarf2/bad-regnum.exp: New file.
14402
14403 2015-10-26 Doug Evans <dje@google.com>
14404
14405 PR python/18938
14406 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14407 file.
14408
14409 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14410
14411 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14412 for a change by "Mention language in compile error message".
14413
14414 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14415
14416 PR python/18073
14417 * gdb.python/py-type.c (C::a_method): New.
14418 (C::a_const_method): New.
14419 (C::a_static_method): New.
14420 (a_function): New.
14421 * gdb.python/py-type.exp (test_fields): Test getting fields
14422 from function and method.
14423
14424 2015-10-21 Keven Boell <keven.boell@intel.com>
14425
14426 * gdb.fortran/vla-alloc-assoc.exp: New file.
14427 * gdb.fortran/vla-datatypes.exp: New file.
14428 * gdb.fortran/vla-datatypes.f90: New file.
14429 * gdb.fortran/vla-history.exp: New file.
14430 * gdb.fortran/vla-ptype-sub.exp: New file.
14431 * gdb.fortran/vla-ptype.exp: New file.
14432 * gdb.fortran/vla-sizeof.exp: New file.
14433 * gdb.fortran/vla-sub.f90: New file.
14434 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14435 * gdb.fortran/vla-value-sub-finish.exp: New file.
14436 * gdb.fortran/vla-value-sub.exp: New file.
14437 * gdb.fortran/vla-value.exp: New file.
14438 * gdb.fortran/vla-ptr-info.exp: New file.
14439 * gdb.mi/mi-vla-fortran.exp: New file.
14440 * gdb.mi/vla.f90: New file.
14441
14442 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14443
14444 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14445 of hardwired timeout value.
14446
14447 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14448 Pedro Alves <palves@redhat.com>
14449
14450 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14451 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14452
14453 2015-10-19 Josh Stone <jistone@redhat.com>
14454
14455 * gdb.base/catch-syscall.c: Include <sched.h>.
14456 (unknown_syscall): New variable.
14457 (main): Trigger a vfork and an unknown syscall.
14458 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14459 (unknown_syscall_number): Likewise.
14460 (check_call_to_syscall): Accept an optional syscall pattern.
14461 (check_return_from_syscall): Likewise.
14462 (check_continue): Likewise.
14463 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14464 (test_catch_syscall_skipping_return): New test toggling off 'catch
14465 syscall' to step over the syscall return, then toggling back on.
14466 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14467 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14468 (do_syscall_tests): Call test_catch_syscall_without_args and
14469 test_catch_syscall_mid_vfork.
14470 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14471 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14472
14473 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14474
14475 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14476 print g_vE): Add new pass patterns.
14477 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14478 print various symbol names for vptr fields.
14479
14480 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14481
14482 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14483 results.
14484
14485 2015-10-12 Yao Qi <yao.qi@linaro.org>
14486
14487 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14488
14489 2015-10-12 Yao Qi <yao.qi@linaro.org>
14490
14491 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14492 is aarch64*-*-linux*.
14493
14494 2015-10-12 Yao Qi <yao.qi@linaro.org>
14495
14496 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14497 (can_relocate_bcond_true): ... it.
14498 (can_relocate_bcond_false): New function.
14499 (foo): Likewise.
14500 (can_relocate_bl): Likewise.
14501 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14502 can_relocate_bl.
14503
14504 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14505
14506 * gdb.base/nested-addr.c: New file.
14507 * gdb.base/nested-addr.exp: New testcase.
14508
14509 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14510
14511 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14512 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14513 its output. Ignore the output of "record goto begin" and instead
14514 check that GDB is replaying.
14515
14516 2015-10-09 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14519 (top level): Use it in the run with no args test.
14520
14521 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14522
14523 * gdb.dlang/properties.exp: New file.
14524
14525 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14526
14527 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14528 whether or not address 0x1000 is mapped on the target.
14529
14530 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14531
14532 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14533 build.
14534
14535 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14536
14537 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14538 instruction-history test.
14539
14540 2015-09-28 Doug Evans <dje@google.com>
14541
14542 * gdb.base/gcore.c (array_func): Add reference to static_array.
14543
14544 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14545
14546 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14547 source line.
14548
14549 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14550
14551 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14552 short or char as base type.
14553
14554 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14555
14556 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14557 to allow any size enum.
14558
14559 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14560
14561 * gdb.ada/array_ptr_renaming.exp: New testcase.
14562 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14563 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14564
14565 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14566
14567 * gdb.trace/ftrace-lock.c: New file.
14568 * gdb.trace/ftrace-lock.exp: New file.
14569
14570 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14571
14572 * gdb.arch/insn-reloc.c: New file.
14573 * gdb.arch/ftrace-insn-reloc.exp: New file.
14574
14575 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14576
14577 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14578 instruction.
14579 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14580 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14581 * gdb.trace/range-stepping.c: Likewise.
14582 * gdb.trace/trace-break.c: Likewise.
14583 * gdb.trace/trace-mt.c (thread_function): Likewise.
14584 * gdb.trace/ftrace.c (marker): Likewise.
14585 * gdb.trace/trace-condition.c (marker): Likewise.
14586 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14587 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14588 is_aarch64_target.
14589
14590 2015-09-18 Doug Evans <xdje42@gmail.com>
14591
14592 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14593 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14594
14595 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14596
14597 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14598 the breakpoint.
14599
14600 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14601
14602 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14603 the pending breakpoint. Remove timeout override for "Run till
14604 MI pending breakpoint on pendfunc3 on thread 2" test.
14605
14606 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14607
14608 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14609 filename pattern.
14610
14611 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14612
14613 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14614 in breakpoint filename pattern.
14615
14616 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14617
14618 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14619
14620 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14621
14622 * gdb.linespec/explicit.exp: Check for readline support for
14623 tab-completion tests. Fix obvious typo.
14624
14625 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14626
14627 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14628 and replay.
14629
14630 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14631
14632 * gdb.btrace/non-stop.c: New.
14633 * gdb.btrace/non-stop.exp: New.
14634
14635 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14636 Yao Qi <yao.qi@linaro.org>
14637
14638 * gdb.trace/trace-condition.c: New file.
14639 * gdb.trace/trace-condition.exp: New file.
14640
14641 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14642
14643 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14644 for testing bytecode compilation.
14645
14646 2015-09-16 Pedro Alves <palves@redhat.com>
14647 Sandra Loosemore <sandra@codesourcery.com>
14648
14649 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14650 (SECONDS): Redefine.
14651 (main): Call pthread_kill and alarm early.
14652 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14653 support.
14654 (test): If the target can't hardware step and doesn't support
14655 displaced stepping, increase the timeout.
14656
14657 2015-09-16 Pedro Alves <palves@redhat.com>
14658
14659 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14660 (enable_debug): New procedures.
14661 (test): Use them. Bail out if waiting for threads fails.
14662 (top level): Bail out if a test fails.
14663
14664 2015-09-16 Yao Qi <yao.qi@linaro.org>
14665
14666 * gdb.asm/asm-source.exp: Set asm-arch for
14667 aarch64*-*-* target.
14668 * gdb.asm/aarch64.inc: New file.
14669
14670 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14671
14672 * gdb.ada/array_of_variable_length.exp: New testcase.
14673 * gdb.ada/array_of_variable_length/foo.adb: New file.
14674 * gdb.ada/array_of_variable_length/pck.adb: New file.
14675 * gdb.ada/array_of_variable_length/pck.ads: New file.
14676
14677 2015-09-15 Doug Evans <dje@google.com>
14678
14679 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14680 of function static local variable.
14681
14682 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14683
14684 * gdb.threads/tls-so_extern.exp: New test file.
14685 * gdb.threads/tls-so_extern.c: New test file.
14686 * gdb.threads/tls-so_extern_main.c: New test file.
14687
14688 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14689
14690 * gdb.opt/solib-intra-step-lib.c: New file.
14691 * gdb.opt/solib-intra-step-main.c: New file.
14692 * gdb.opt/solib-intra-step.exp: New file.
14693
14694 2015-09-15 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14697 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14698
14699 2015-09-14 Pedro Alves <palves@redhat.com>
14700
14701 * gdb.base/hook-stop-continue.c: Delete.
14702 * gdb.base/hook-stop-continue.exp: Delete.
14703 * gdb.base/hook-stop-frame.c: Delete.
14704 * gdb.base/hook-stop-frame.exp: Delete.
14705 * gdb.base/hook-stop.c: New file.
14706 * gdb.base/hook-stop.exp: New file.
14707
14708 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14709
14710 * gdb.ada/access_to_packed_array.exp: New testcase.
14711 * gdb.ada/access_to_packed_array/foo.adb: New file.
14712 * gdb.ada/access_to_packed_array/pack.adb: New file.
14713 * gdb.ada/access_to_packed_array/pack.ads: New file.
14714
14715 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14716
14717 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14718 buffer size test.
14719
14720 2015-09-11 Don Breazeal <donb@codesourcery.com>
14721
14722 * gdb.base/foll-exec.c: Add copyright header. Fix
14723 formatting issues.
14724 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14725 (do_exec_tests): Use clean_restart in place of zap_session,
14726 and for test initialization. Fix formatting issues. Use
14727 fail in place of perror.
14728 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14729 an expect statement to match an expression with output from
14730 the program under debug.
14731 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14732 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14733 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14734 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14735 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14736
14737 2015-09-09 Doug Evans <dje@google.com>
14738
14739 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14740
14741 2015-09-09 Doug Evans <dje@google.com>
14742
14743 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14744
14745 2015-09-09 Doug Evans <dje@google.com>
14746
14747 * gdb.base/savedregs.exp: Fix typo.
14748
14749 2015-09-09 Pedro Alves <palves@redhat.com>
14750
14751 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14752
14753 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14754
14755 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14756 command actually switches threads. Give up on remaining
14757 tests if target fails to stop at breakpoint.
14758
14759 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14760
14761 * gdb.ada/funcall_char.exp: New testcase.
14762 * gdb.ada/funcall_char/foo.adb: New file.
14763
14764 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14765
14766 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14767 expected outputs. Add two testcases for completing ambiguous
14768 functions.
14769 * gdb.ada/complete/aux_pck.adb: New file.
14770 * gdb.ada/complete/aux_pck.ads: New file.
14771 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14772 Ambiguous_Func functions.
14773 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14774 * gdb.ada/complete/pck.adb: Likewise.
14775
14776 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14777
14778 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14779 failures to run the test program under GDB.
14780
14781 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14782
14783 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14784 to C.
14785
14786 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14787
14788 * gdb.base/run-after-attach.exp: New test file.
14789 * gdb.base/run-after-attach.c: New test file.
14790
14791 2015-08-26 Don Breazeal <donb@codesourcery.com>
14792
14793 * gdb.base/foll-exec-2.c: New test program.
14794 * gdb.base/foll-exec-2.exp: New test.
14795
14796 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14797
14798 * gdb.base/nested-subp1.exp: New file.
14799 * gdb.base/nested-subp1.c: New file.
14800 * gdb.base/nested-subp2.exp: New file.
14801 * gdb.base/nested-subp2.c: New file.
14802 * gdb.base/nested-subp3.exp: New file.
14803 * gdb.base/nested-subp3.c: New file.
14804
14805 2015-08-24 Pedro Alves <palves@redhat.com>
14806
14807 * gdb.server/connect-without-multi-process.c: New file.
14808 * gdb.server/connect-without-multi-process.exp: New file.
14809
14810 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14811
14812 * gdb.opt/inline-markers.c: Make z int.
14813
14814 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14815
14816 * gdb.opt/inline-markers.c: Make z volatile.
14817
14818 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14819
14820 * gdb.opt/inline-bt.c: New volatile global z.
14821 * gdb.opt/inline-cmds.c: Likewise.
14822 * gdb.opt/inline-locals.c: Likewise.
14823 * gdb.opt/inline-markers.c: New extern global z.
14824 (marker): Use z.
14825 (inline_fn): Likewise.
14826
14827 2015-08-24 Pedro Alves <palves@redhat.com>
14828
14829 * config/m32r-stub.exp: Remove file.
14830 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14831 * gdb.base/call-rt-st.exp: Likewise.
14832 * gdb.base/call-strs.exp: Likewise.
14833 * gdb.base/default.exp: Remove references to h8300-*-hms and
14834 *-*-udi*.
14835 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14836
14837 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14838
14839 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14840 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14841 and "return" use KFAIL when GDB can not read/write the vector
14842 return value.
14843
14844 2015-08-21 Gary Benson <gbenson@redhat.com>
14845
14846 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14847
14848 2015-08-20 Pedro Alves <palves@redhat.com>
14849
14850 * gdb.server/solib-list.exp: No longer expect an interior stop in
14851 non-stop mode.
14852
14853 2015-08-20 Pedro Alves <palves@redhat.com>
14854
14855 * gdb.server/connect-stopped-target.c: New file.
14856 * gdb.server/connect-stopped-target.exp: New file.
14857
14858 2015-08-20 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.dwarf2/comp-unit-lang.exp: New file.
14861 * gdb.dwarf2/comp-unit-lang.c: New file.
14862
14863 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14864
14865 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14866 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14867
14868 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14869
14870 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14871 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14872
14873 2015-08-18 Doug Evans <dje@google.com>
14874 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14875
14876 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14877 skip_python_tests. New arg prompt_regexp.
14878 (skip_python_tests): New function.
14879 * lib/mi-support.exp (mi_skip_python_tests): New function.
14880 * gdb.python/py-mi-objfile-gdb.py: New file.
14881 * gdb.python/py-mi-objfile.c: New file.
14882 * gdb.python/py-mi-objfile.exp: New file.
14883
14884 2015-08-17 Keith Seitz <keiths@redhat.com>
14885
14886 * gdb.linespec/explicit.exp: Move strace test from here ...
14887 * gdb.trace/strace.exp: ... to here.
14888
14889 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14890
14891 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14892 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14893
14894 2015-08-14 Doug Evans <xdje42@gmail.com>
14895
14896 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14897 inferior before selecting a new file.
14898
14899 2015-08-14 Doug Evans <xdje42@gmail.com>
14900
14901 * gdb.mi/mi-disassemble.exp: Update.
14902 * gdb.base/disasm-optim.S: New file.
14903 * gdb.base/disasm-optim.c: New file.
14904 * gdb.base/disasm-optim.h: New file.
14905 * gdb.base/disasm-optim.exp: New file.
14906
14907 2015-08-14 Keith Seitz <keiths@redhat.com>
14908
14909 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14910 "evaluated-by".
14911
14912 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14913
14914 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14915
14916 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14917
14918 * gdb.ada/fun_renaming.exp: New testcase.
14919 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14920 * gdb.ada/fun_renaming/pack.adb: New file.
14921 * gdb.ada/fun_renaming/pack.ads: New file.
14922
14923 2015-08-12 Keith Seitz <keiths@redhat.com>
14924
14925 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14926 gdb_get_line_number.
14927
14928 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14929
14930 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14931 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14932 gdb.base/dso2dso.exp: New files.
14933
14934 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14935 Pedro Alves <palves@redhat.com>
14936 Keith Seitz <keiths@redhat.com>
14937
14938 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14939 GDBFLAGS.
14940
14941 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14942
14943 * gdb.base/gdbhistsize-history.exp
14944 (test_histsize_history_setting): Use save_vars.
14945 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14946 Use save_vars.
14947 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14948 * gdb.base/readline.exp: Use save_vars.
14949
14950 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14951
14952 * lib/gdb.exp (save_vars): New proc.
14953
14954 2015-08-11 Keith Seitz <keiths@redhat.com>
14955
14956 * gdb.base/help.exp: Update help_breakpoint_text.
14957
14958 2015-08-11 Keith Seitz <keiths@redhat.com>
14959
14960 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14961 (at toplevel): Call test_explicit_breakpoints.
14962 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14963 breakpoints.
14964 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14965 breakpoint conditions, "-cond".
14966
14967 2015-08-11 Keith Seitz <keiths@redhat.com>
14968
14969 * gdb.linespec/3explicit.c: New file.
14970 * gdb.linespec/cpexplicit.cc: New file.
14971 * gdb.linespec/cpexplicit.exp: New file.
14972 * gdb.linespec/explicit.c: New file.
14973 * gdb.linespec/explicit.exp: New file.
14974 * gdb.linespec/explicit2.c: New file.
14975 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14976 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14977 before using in the matching pattern.
14978 Clarify that `prefix' is a regular expression.
14979
14980 2015-08-11 Keith Seitz <keiths@redhat.com>
14981
14982 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14983 test.
14984 Add tests for missing ",FMT" and ",".
14985
14986 2015-08-10 Doug Evans <dje@google.com>
14987 Keith Seitz <keiths@redhat.com>
14988
14989 PR gdb/17960
14990 * gdb.base/completion.exp: Add location completer tests.
14991
14992 2015-08-07 Pedro Alves <palves@redhat.com>
14993
14994 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14995 tests here.
14996 (top level): Run do_test with and without displaced stepping.
14997
14998 2015-08-07 Pedro Alves <palves@redhat.com>
14999
15000 * gdb.base/valgrind-disp-step.c: New file.
15001 * gdb.base/valgrind-disp-step.exp: New file.
15002
15003 2015-08-07 Pedro Alves <palves@redhat.com>
15004
15005 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15006 Delete function.
15007 (main): Add alarm. Run an infinite loop instead of calling
15008 wait_threads.
15009 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15010 comment.
15011 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15012 Delete function.
15013 (main): Add alarm. Run an infinite loop instead of calling
15014 wait_threads.
15015 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15016 comment.
15017
15018 2015-08-07 Pedro Alves <palves@redhat.com>
15019
15020 * gdb.base/checkpoint-ns.exp: New file.
15021 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15022 standard_testfile.
15023
15024 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15025
15026 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15027 * gdb.btrace/instruction_history.exp: Update.
15028 * gdb.btrace/tsx.exp: New.
15029 * gdb.btrace/tsx.c: New.
15030
15031 2015-08-06 Pedro Alves <palves@redhat.com>
15032
15033 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15034 increase timeout.
15035 * gdb.reverse/until-precsave.exp: Bump timeouts.
15036
15037 2015-08-06 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15040
15041 2015-08-06 Pedro Alves <palves@redhat.com>
15042
15043 PR gdb/18749
15044 * gdb.threads/process-dies-while-handling-bp.c: New file.
15045 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15046
15047 2015-08-06 Pedro Alves <palves@redhat.com>
15048
15049 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15050 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15051
15052 2015-08-05 Pedro Alves <palves@redhat.com>
15053
15054 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15055 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15056
15057 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15058
15059 * gdb.base/bp-permanent.exp: Report test as unsupported if
15060 the target cannot stop at the permanent breakpoint.
15061
15062 2015-08-03 Doug Evans <dje@google.com>
15063
15064 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15065 10000.
15066
15067 2015-08-03 Doug Evans <dje@google.com>
15068
15069 * Makefile.in (workers/%.worker, build-perf): New rule.
15070 (GDB_PERFTEST_MODE): New variable.
15071 (check-perf): Use it.
15072 (clean): Clean up gdb.perf parallel build subdirs.
15073 * lib/build-piece.exp: New file.
15074 * lib/gdb.exp (make_gdb_parallel_path): New function
15075 (standard_output_file, standard_temp_file): Call it.
15076 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15077 of $GDB_PARALLEL.
15078 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15079
15080 2015-08-03 Doug Evans <dje@google.com>
15081
15082 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15083 (LOG_FILE_NAME): New global.
15084 (TextReporter.__init__): Initialize self.txt_sum.
15085 (TextReporter.report): Add support for multiple data-points.
15086 Move report to perftest.sum, put raw data in perftest.log.
15087 (TextReporter.start): Open sum and log files.
15088 (TextReporter.end): Close sum and log files.
15089 * gdb.perf/lib/perftest/testresult.py
15090 (SingleStatisticTestResult.record): Handle multiple data-points.
15091
15092 2015-07-31 Pedro Alves <palves@redhat.com>
15093
15094 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15095 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15096 kill_wait_spawned_process instead of explicit "kill -9".
15097 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15098 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15099 kill_wait_spawned_process.
15100 * gdb.base/attach-twice.exp: Likewise.
15101 * gdb.base/attach.exp: Likewise.
15102 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15103 gdb_test_multiple.
15104 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15105 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15106 kill_wait_spawned_process.
15107 * gdb.base/valgrind-infcall.exp: Likewise.
15108 * gdb.multi/multi-attach.exp: Likewise.
15109 * gdb.python/py-prompt.exp: Likewise.
15110 * gdb.python/py-sync-interp.exp: Likewise.
15111 * gdb.server/ext-attach.exp: Likewise.
15112 * gdb.threads/attach-into-signal.exp (corefunc): Use
15113 spawn_wait_for_attach, spawn_id_get_pid and
15114 kill_wait_spawned_process.
15115 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15116 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15117 spawn_id_get_pid and kill_wait_spawned_process.
15118 * gdb.threads/attach-stopped.exp (corefunc): Use
15119 spawn_wait_for_attach, spawn_id_get_pid and
15120 kill_wait_spawned_process.
15121 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15122 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15123 kill_wait_spawned_process instead of explicit "kill -9".
15124 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15125 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15126 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15127 processes. Don't map cygwin/windows pids here. Now returns a
15128 spawn id list.
15129
15130 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15131
15132 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15133 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15134 correct patch.
15135
15136 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15137
15138 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15139
15140 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15141
15142 Reapply:
15143 2014-05-21 Mark Wielaard <mjw@redhat.com>
15144
15145 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15146
15147 2015-07-30 Pedro Alves <palves@redhat.com>
15148
15149 * linux-low.c (handle_extended_wait): Set the child's last
15150 reported status to TARGET_WAITKIND_STOPPED.
15151
15152 2015-07-30 Pedro Alves <palves@redhat.com>
15153
15154 PR threads/18600
15155 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15156 only shows inferior 1.
15157
15158 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15159 Pedro Alves <palves@redhat.com>
15160
15161 PR threads/18600
15162 * gdb.threads/fork-plus-threads.c: New file.
15163 * gdb.threads/fork-plus-threads.exp: New file.
15164
15165 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15166
15167 * gdb.base/batch-preserve-term-settings.exp
15168 (test_terminal_settings_preserved_after_cli_exit): Use
15169 send_quit_command.
15170
15171 2015-07-29 Pedro Alves <palves@redhat.com>
15172 Don Breazeal <donb@codesourcery.com>
15173
15174 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15175 output from both inferior_spawn_id and gdb_spawn_id.
15176
15177 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15178
15179 * gdb.threads/attach-into-signal.exp (corefunc): Use
15180 with_test_prefix on nested loops, uniquefying the test messages.
15181
15182 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15183
15184 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15185 commit.
15186
15187 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15188
15189 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15190 New proc.
15191 (test_terminal_settings_preserved_after_sigterm): New test.
15192
15193 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15194
15195 * gdb.base/batch-preserve-term-settings.exp
15196 (test_terminal_settings_preserved_after_cli_exit): New test.
15197
15198 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15199
15200 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15201 manipulation of saved_gdbflags.
15202 (test_terminal_settings_preserved): Remove global declaration of
15203 the unused variable pagination_prompt. Remove manipulation of
15204 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15205 GDBFLAGS.
15206
15207 2015-07-29 Pedro Alves <palves@redhat.com>
15208
15209 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15210
15211 2015-07-29 Pedro Alves <palves@redhat.com>
15212
15213 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15214 at the top.
15215
15216 2015-07-29 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15219 (main): Call gdb_unbuffer_output.
15220 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15221 (main): Call gdb_unbuffer_output.
15222 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15223 (main): Call gdb_unbuffer_output.
15224 * gdb.base/call-strs.exp: Adjust to step over the
15225 gdb_unbuffer_output call.
15226 * gdb.base/catch-gdb-caused-signals.c: Include
15227 "../lib/unbuffer_output.c".
15228 (main): Call gdb_unbuffer_output.
15229 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15230 (main): Call gdb_unbuffer_output.
15231 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15232 (main): Call gdb_unbuffer_output.
15233 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15234 (main): Call gdb_unbuffer_output.
15235 * gdb.base/shlib-call.exp: Adjust to step over the
15236 gdb_unbuffer_output call.
15237 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15238 (main): Call gdb_unbuffer_output.
15239 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15240 (main): Call gdb_unbuffer_output.
15241 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15242 (main): Rename to ...
15243 (test): ... this.
15244 (main): Reimplement.
15245 * gdb.base/varargs.exp: Run to test instead of to main.
15246 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15247 (main): Call gdb_unbuffer_output.
15248
15249 2015-07-29 Pedro Alves <palves@redhat.com>
15250
15251 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15252 factore out from mi_continue_dprintf. For call-style dprintfs,
15253 expect dprintf output out of $inferior_spawn_id.
15254 (mi_continue_dprintf): Use mi_expect_dprintf.
15255 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15256 (main): Call gdb_unbuffer_output.
15257
15258 2015-07-29 Pedro Alves <palves@redhat.com>
15259
15260 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15261 (default_mi_gdb_start): Set inferior_spawn_id instead of
15262 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15263 gdb_spawn_id.
15264 (mi_gdb_test): Always expect inferior output from both
15265 $inferior_spawn_id and $gdb_spawn_id.
15266
15267 2015-07-29 Pedro Alves <palves@redhat.com>
15268
15269 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15270 send_inferior and $inferior_spawn_id.
15271
15272 2015-07-29 Pedro Alves <palves@redhat.com>
15273
15274 * gdb.gdb/complaints.exp (test_initial_complaints)
15275 (test_serial_complaints, test_short_complaints): Use
15276 gdb_test_stdio.
15277 (test_empty_complaint): Handle $inferior_spawn_id !=
15278 $gdb_spawn_id.
15279
15280 2015-07-29 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.base/varargs.exp: Use gdb_test_stdio.
15283
15284 2015-07-29 Pedro Alves <palves@redhat.com>
15285
15286 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15287
15288 2015-07-29 Pedro Alves <palves@redhat.com>
15289
15290 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15291
15292 2015-07-29 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15295 parameter into two new parameters, "inf_result" and "gdb_result".
15296 Expect inferior output and gdb output from $inferior_spawn_id and
15297 $gdb_spawn_id, respectively. Adjust all callers.
15298
15299 2015-07-29 Pedro Alves <palves@redhat.com>
15300
15301 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15302 of gdb_test_sequence.
15303
15304 2015-07-29 Pedro Alves <palves@redhat.com>
15305
15306 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15307 (saw_spurious_output): Expect inferior output from
15308 $inferior_spawn_id. Use gdb_test_stdio.
15309
15310 2015-07-29 Pedro Alves <palves@redhat.com>
15311
15312 * gdb.base/dprintf.exp: Use standard_testfile. Change
15313 prepare_for_testing call.
15314 (srcfile): Don't set.
15315 (restart): New procedure.
15316 (test_dprintf): New procecure, use to continue over dprintfs.
15317 (test_call, test_agent): New procedures, tests moved here.
15318 Restart gdb and recreate dprintfs. Adjust expected output.
15319
15320 2015-07-29 Pedro Alves <palves@redhat.com>
15321
15322 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15323
15324 2015-07-29 Pedro Alves <palves@redhat.com>
15325
15326 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15327
15328 2015-07-29 Pedro Alves <palves@redhat.com>
15329
15330 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15331 gdb_test_stdio.
15332
15333 2015-07-29 Pedro Alves <palves@redhat.com>
15334
15335 * lib/gdb.exp (gdb_test_stdio): New procedure.
15336
15337 2015-07-29 Pedro Alves <palves@redhat.com>
15338
15339 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15340
15341 2015-07-29 Pedro Alves <palves@redhat.com>
15342
15343 * gdb.base/call-signal-resume.exp: Remove check for
15344 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15345 * gdb.base/unwindonsignal.exp: Likewise.
15346 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15347 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15348
15349 2015-07-29 Pedro Alves <palves@redhat.com>
15350
15351 * gdb.base/siginfo-addr.c (pass): New function.
15352 (handler): Call it iff si_addr is correct.
15353 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15354 Set a breakpoint at "pass" and continue to it.
15355
15356 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15357
15358 * gdb.python/py-objfile.exp: Make some tests have unique names.
15359 * gdb.python/py-pp-registration.exp: Likewise.
15360
15361 2015-07-28 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15364
15365 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15366
15367 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15368
15369 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15370
15371 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15372
15373 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15374
15375 * gdb.base/gdb-sigterm-2.exp: New test.
15376
15377 2015-07-25 Doug Evans <xdje42@gmail.com>
15378
15379 Revert:
15380 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15381 (workers/%.worker, build-perf): New rule.
15382 (GDB_PERFTEST_MODE): New variable.
15383 (check-perf): Use it.
15384 (clean): Clean up gdb.perf parallel build subdirs.
15385 * lib/build-piece.exp: New file.
15386 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15387 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15388 name.
15389 (standard_temp_file): Ditto.
15390 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15391 of $GDB_PARALLEL.
15392
15393 2015-07-24 Doug Evans <dje@google.com>
15394
15395 * gdb.perf/lib/perftest/utils.py: New file.
15396 * gdb.perf/gm-hello.cc: New file.
15397 * gdb.perf/gm-pervasive-typedef.cc: New file.
15398 * gdb.perf/gm-pervasive-typedef.h: New file.
15399 * gdb.perf/gm-std.cc: New file.
15400 * gdb.perf/gm-std.h: New file.
15401 * gdb.perf/gm-use-cerr.cc: New file.
15402 * gdb.perf/gm-utils.h: New file.
15403 * gdb.perf/gmonster-null-lookup.py: New file.
15404 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15405 * gdb.perf/gmonster-print-cerr.py: New file.
15406 * gdb.perf/gmonster-ptype-string.py: New file.
15407 * gdb.perf/gmonster-runto-main.py: New file.
15408 * gdb.perf/gmonster-select-file.py: New file.
15409 * gdb.perf/gmonster1-null-lookup.exp: New file.
15410 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15411 * gdb.perf/gmonster1-print-cerr.exp: New file.
15412 * gdb.perf/gmonster1-ptype-string.exp: New file.
15413 * gdb.perf/gmonster1-runto-main.exp: New file.
15414 * gdb.perf/gmonster1-select-file.exp: New file.
15415 * gdb.perf/gmonster1.cc: New file.
15416 * gdb.perf/gmonster1.exp: New file.
15417 * gdb.perf/gmonster2-null-lookup.exp: New file.
15418 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15419 * gdb.perf/gmonster2-print-cerr.exp: New file.
15420 * gdb.perf/gmonster2-ptype-string.exp: New file.
15421 * gdb.perf/gmonster2-runto-main.exp: New file.
15422 * gdb.perf/gmonster2-select-file.exp: New file.
15423 * gdb.perf/gmonster2.cc: New file.
15424 * gdb.perf/gmonster2.exp: New file.
15425
15426 2015-07-24 Doug Evans <dje@google.com>
15427
15428 * gdb.perf/README: New file.
15429 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15430 * lib/gen-perf-test.exp: New file.
15431
15432 2015-07-24 Doug Evans <dje@google.com>
15433
15434 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15435 (PerfTest::startup): New function.
15436 (PerfTest::run): Return result of calling body.
15437 (PerfTest::assemble): Rewrite.
15438 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15439 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15440 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15441 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15442 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15443
15444 2015-07-24 Doug Evans <dje@google.com>
15445
15446 * lib/gdb.exp (clean_restart): Make executable optional.
15447
15448 2015-07-24 Doug Evans <dje@google.com>
15449
15450 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15451 compiler_info references.
15452 * gdb.cp/temargs.exp: Ditto.
15453 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15454 (get_compiler_info): Early exit if already computed. Set compiler_info
15455 to "unknown" if there was a problem.
15456 (test_compiler_info): Add function comment. Call get_compiler_info.
15457
15458 2015-07-24 Doug Evans <dje@google.com>
15459
15460 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15461 (workers/%.worker, build-perf): New rule.
15462 (GDB_PERFTEST_MODE): New variable.
15463 (check-perf): Use it.
15464 (clean): Clean up gdb.perf parallel build subdirs.
15465 * lib/build-piece.exp: New file.
15466 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15467 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15468 name.
15469 (standard_temp_file): Ditto.
15470 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15471 of $GDB_PARALLEL.
15472
15473 2015-07-24 Doug Evans <dje@google.com>
15474
15475 * lib/future.exp (gdb_default_target_compile): New option
15476 "early_flags".
15477 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15478 --as-needed.
15479
15480 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15481
15482 * gdb.base/catch-syscall.exp: Call gdb_exit before
15483 gdb_skip_xml_test.
15484
15485 2015-07-24 Pedro Alves <palves@redhat.com>
15486
15487 * gdb.python/py-events.exp: Accept output between the stop event
15488 and the prompt.
15489 * gdb.python/py-evsignal.exp: Likewise.
15490 * gdb.python/py-evthreads.exp: Likewise.
15491
15492 2015-07-24 Pedro Alves <palves@redhat.com>
15493
15494 PR gdb/18717
15495 * gdb.threads/non-ldr-exit.c: New file.
15496 * gdb.threads/non-ldr-exit.exp: New file.
15497
15498 2015-07-24 Yao Qi <yao.qi@linaro.org>
15499
15500 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15501 restarting process.
15502
15503 2015-07-24 Yao Qi <yao.qi@linaro.org>
15504
15505 * gdb.server/ext-restart.exp: New file.
15506
15507 2015-07-24 Yao Qi <yao.qi@linaro.org>
15508
15509 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15510 argument options.
15511 * gdb.server/ext-wrapper.exp: New file.
15512
15513 2015-07-23 Doug Evans <dje@google.com>
15514
15515 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15516 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15517
15518 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15519
15520 * gdb.ada/var_arr_typedef.exp: New testcase.
15521 * gdb.ada/var_arr_typedef/pack.adb: New file.
15522 * gdb.ada/var_arr_typedef/pack.ads: New file.
15523 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15524
15525 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15526
15527 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15528
15529 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15530
15531 * gdb.arch/i386-biarch-core.exp: Replace istarget
15532 by "complete set gnutarget". Remove expectation for the "core-file"
15533 command.
15534
15535 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15536
15537 Revert the previous commit:
15538 Tests for validate symbol file using build-id.
15539
15540 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15541
15542 Tests for validate symbol file using build-id.
15543 * gdb.base/solib-mismatch-lib.c: New file.
15544 * gdb.base/solib-mismatch-libmod.c: New file.
15545 * gdb.base/solib-mismatch.c: New file.
15546 * gdb.base/solib-mismatch.exp: New file.
15547
15548 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15549
15550 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15551 nios2-*-linux*.
15552 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15553 * gdb.base/siginfo.exp: Likewise.
15554 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15555
15556 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15557
15558 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15559 Move it to ...
15560 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15561 ... here.
15562 * gdb.trace/range-stepping.exp: Check that the target supports
15563 range stepping.
15564
15565 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15566
15567 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15568
15569 2015-07-14 Pedro Alves <palves@redhat.com>
15570
15571 * gdb.base/killed-outside.exp: New file.
15572 * gdb.base/killed-outside.c: New file.
15573
15574 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15575
15576 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15577 (n at main): New.
15578 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15579
15580 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15581
15582 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15583 infcall tests instead of setting up for KFAIL.
15584
15585 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15586
15587 * gdb.btrace/record_goto-step.exp: New.
15588
15589 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15590
15591 PR compile/18484
15592 * gdb.compile/compile.c (struct struct_type): Add volatile to
15593 selffield's type.
15594 * gdb.compile/compile.exp
15595 (compile code struct_object.selffield = &struct_object): Skip further
15596 struct_object tests if this one xfails.
15597
15598 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15599
15600 PR exp/18617
15601 * gdb.trace/ax.exp: Add test.
15602
15603 2015-07-07 Yao Qi <yao.qi@linaro.org>
15604
15605 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15606 instead of istarget "aarch64*-*-*".
15607 * gdb.arch/aarch64-fp.exp: Likewise.
15608 * gdb.base/float.exp: Likewise.
15609 * gdb.reverse/aarch64.exp: Likewise.
15610 * lib/gdb.exp (is_aarch64_target): New proc.
15611
15612 2015-07-07 Yao Qi <yao.qi@linaro.org>
15613
15614 * lib/gdb.exp (is_aarch32_target): New proc.
15615 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15616 instead of "istarget "arm*-*-*"".
15617 * gdb.arch/arm-disp-step.exp: Likewise.
15618 * gdb.arch/thumb-bx-pc.exp: Likewise.
15619 * gdb.arch/thumb-prologue.exp: Likewise.
15620 * gdb.arch/thumb-singlestep.exp: Likewise.
15621 * gdb.base/disp-step-syscall.exp: Likewise.
15622 * gdb.base/float.exp: Likewise.
15623
15624 2015-07-07 Yao Qi <yao.qi@linaro.org>
15625
15626 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15627 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15628
15629 2015-07-07 Yao Qi <yao.qi@linaro.org>
15630
15631 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15632 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15633 if it exists.
15634 * gdb.multi/multi-arch.exp: Likewise.
15635
15636 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15637
15638 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15639 print.
15640
15641 2015-07-07 Yao Qi <yao.qi@linaro.org>
15642
15643 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15644
15645 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15646
15647 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15648 '[' and ']' characters.
15649
15650 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15651
15652 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15653
15654 2015-06-29 Pedro Alves <palves@redhat.com>
15655
15656 PR threads/18127
15657 * gdb.threads/hand-call-new-thread.c: New file.
15658 * gdb.threads/hand-call-new-thread.c: New file.
15659
15660 2015-06-26 Keith Seitz <keiths@redhat.com>
15661 Doug Evans <dje@google.com>
15662
15663 PR 16253
15664 * gdb.cp/var-tag-2.cc: New file.
15665 * gdb.cp/var-tag-3.cc: New file.
15666 * gdb.cp/var-tag-4.cc: New file.
15667 * gdb.cp/var-tag.cc: New file.
15668 * gdb.cp/var-tag.exp: New file.
15669
15670 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15671
15672 * gdb.base/history-duplicates.exp: New test.
15673
15674 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15675
15676 * gdb.base/completion.exp: Test the completion of the "focus"
15677 command.
15678
15679 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15680
15681 * gdb.arch/amd64-prologue-skip.S: New file.
15682 * gdb.arch/amd64-prologue-skip.exp: New file.
15683
15684 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15685
15686 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15687 is_address_zero_readable check.
15688
15689 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15690
15691 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15692 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15693
15694 2015-06-24 Yao Qi <yao.qi@linaro.org>
15695
15696 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15697 linux targets.
15698
15699 2015-06-24 Yao Qi <yao.qi@linaro.org>
15700
15701 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15702 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15703 * gdb.base/siginfo-thread.exp: Likewise.
15704
15705 2015-06-22 Yao Qi <yao.qi@linaro.org>
15706
15707 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15708
15709 2015-06-22 Yao Qi <yao.qi@linaro.org>
15710
15711 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15712 aarch64*-*-*.
15713 (skip_hw_watchpoint_tests): Likewise.
15714
15715 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15716
15717 * gdb.base/gdbinit-history.exp: Test the interaction between
15718 setting GDBHISTSIZE and setting the history size via .gdbinit.
15719
15720 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15721
15722 PR gdb/16999
15723 * gdb.base/gdbhistsize-history.exp: New test.
15724
15725 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15726
15727 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15728 with GDBHISTSIZE.
15729 * gdb.base/readline.exp: Likewise.
15730
15731 2015-06-17 Yao Qi <yao.qi@linaro.org>
15732
15733 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15734 line.
15735
15736 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15737
15738 * gdb.base/gdbinit-history.exp: Add test case to check that
15739 an unlimited history file does not get truncated on exit.
15740
15741 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15742
15743 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15744 (VECTOR): New macro. Use it...
15745 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15746 ...for these typedefs.
15747 (int8, char1, int1, double1): New typedefs.
15748 (struct just_int2, struct two_int2): New structures.
15749 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15750 (add_structvecs, add_singlevecs): New functions.
15751 (main): Call add_some_intvecs twice.
15752 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15753 the compile and exit upon failure. Try compiling for the "native"
15754 architecture. Test inferior function calls with vector arguments
15755 and vector return value handling with "finish" and "return".
15756
15757 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15758
15759 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15760 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15761 PE file.
15762 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15763
15764 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15765
15766 PR breakpoints/16465
15767 * gdb.mi/mi-dprintf-pending.c: New file.
15768 * gdb.mi/mi-dprintf-pending.exp: New test.
15769 * gdb.mi/mi-dprintf-pendshr.c: New file.
15770
15771 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15772 Mircea Gherzan <mircea.gherzan@intel.com>
15773
15774 * gdb.arch/i386-mpx-map.c: New file.
15775 * gdb.arch/i386-mpx-map.exp: New File.
15776
15777 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15778
15779 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15780 * gdb.arch/i386-mpx.exp: Indentation fixed.
15781
15782 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15783
15784 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15785 function and improved indentation.
15786 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15787 gdb_test_multiple. Added additional tests to skip the test.
15788
15789 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15790
15791 * gdb.arch/i386-avx512.c: Change path in include file.
15792 * gdb.arch/i386-avx512.exp: Change include dir path
15793 compilation flag.
15794 * gdb.arch/i386-mpx.c: Change path in include file.
15795 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15796 flag.
15797
15798 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15799
15800 * gdb.compile/compile-print.exp (compile print *vararray@3)
15801 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15802
15803 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15804
15805 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15806 (do not keep jit in memory): ... this.
15807 (expect 5): Change it to ...
15808 (expect no 5): ... this.
15809
15810 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15811
15812 PR gdb/15564
15813 * gdb.mi/mi-detach.exp: New file.
15814
15815 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15816
15817 PR symtab/18392
15818 * gdb.arch/amd64-tailcall-self.S: New file.
15819 * gdb.arch/amd64-tailcall-self.c: New file.
15820 * gdb.arch/amd64-tailcall-self.exp: New file.
15821
15822 2015-05-28 Don Breazeal <donb@codesourcery.com>
15823
15824 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15825 tests for remote targets by checking is_target_gdbserver.
15826
15827 2015-05-27 Doug Evans <dje@google.com>
15828
15829 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15830 * gdb.dwarf2/opaque-type-lookup.c: New file.
15831 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15832
15833 2015-05-26 Doug Evans <dje@google.com>
15834
15835 * gdb.cp/iostream.cc: New file.
15836 * gdb.cp/iostream.exp: New file.
15837
15838 2015-05-26 Doug Evans <dje@google.com>
15839
15840 * gdb.dwarf2/dw2-op-call.exp: Update.
15841 * gdb.dwarf2/dw4-sig-types.exp: Update.
15842 * gdb.dwarf2/implptr.exp: Update.
15843 * gdb.mi/mi-cmd-param-changed.exp: Update.
15844
15845 2015-05-26 Doug Evans <dje@google.com>
15846
15847 * gdb.python/py-lazy-string.c: New file.
15848 * gdb.python/py-lazy-string.exp: New file.
15849 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15850 (main): Update. Add estring3.
15851 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15852 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15853
15854 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15855 Yao Qi <yao.qi@linaro.org>
15856
15857 * gdb.reverse/aarch64.c: New.
15858 * gdb.reverse/aarch64.exp: New.
15859
15860 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15861
15862 * lib/gdb.exp (supports_process_record): Return true for
15863 aarch64*-linux*.
15864 (supports_reverse): Likewise.
15865
15866 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15867
15868 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15869 Use with_test_prefix.
15870
15871 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15872
15873 * gdb.base/completion.exp: Add test for completion of layout
15874 names.
15875
15876 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15877
15878 * lib/gdb.exp (skip_tui_tests): New proc.
15879 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15880
15881 2015-05-19 Pedro Alves <palves@redhat.com>
15882
15883 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15884 Save the whole env array instead of just HOME. Unset HISTSIZE in
15885 the environment while testing. Restore whole environment
15886 afterwards.
15887
15888 2015-05-16 Doug Evans <xdje42@gmail.com>
15889
15890 * gdb.guile/scm-ports.c: New file.
15891 * gdb.guile/scm-ports.exp: Add memory port tests.
15892
15893 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15894
15895 * gdb.compile/compile-print.c: New file.
15896 * gdb.compile/compile-print.exp: New file.
15897
15898 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15899
15900 * gdb.compile/compile-ops.exp: Cast param to void.
15901 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15902 (compile code struct_object.selffield = &struct_object): Add xfail.
15903
15904 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15905
15906 * gdb.ada/arr_enum_with_gap: New testcase.
15907
15908 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15909
15910 * gdb.ada/byte_packed_arr: New testcase.
15911
15912 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15913
15914 * gdb.ada/pckd_neg: New testcase.
15915
15916 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15917
15918 PR gdb/17820
15919 * gdb.base/gdbinit-history.exp: New test.
15920 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15921 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15922
15923 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15924
15925 * gdb.python/py-xmethods.cc: Enhance test case.
15926 * gdb.python/py-xmethods.exp: New tests.
15927 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15928 function.
15929 (B_indexoper): Likewise.
15930 (global_dm_list) : Add new xmethod worker functions.
15931
15932 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15933
15934 * gdb.base/coredump-filter.exp: Correctly unset
15935 "coredump_var_addr" array.
15936
15937 2015-05-08 Pedro Alves <palves@redhat.com>
15938
15939 * gdb.server/non-existing-program.exp: Unset spawn_id.
15940
15941 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15942
15943 PR python/18291
15944 * gdb.python/py-xmethods.exp: Add tests.
15945
15946 2015-05-08 Yao Qi <yao.qi@linaro.org>
15947
15948 PR gdb/18208
15949 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15950 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15951 function set_coredump_filter, and remove remote_exec call.
15952 Remove argument ipid. Callers update.
15953 (top level): Don't get inferior's PID.
15954
15955 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15956
15957 * gdb.base/watch_thread_num.exp: Skip test on targets without
15958 access watchpoints.
15959
15960 2015-05-06 Pedro Alves <palves@redhat.com>
15961
15962 PR server/18081
15963 * gdb.server/non-existing-program.exp: New file.
15964
15965 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15966
15967 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15968
15969 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15970
15971 * gdb.ada/out_of_line_in_inlined: New testcase.
15972
15973 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15974
15975 * gdb.ada/var_rec_arr: New testcase.
15976
15977 2015-04-30 Yao Qi <yao.qi@linaro.org>
15978
15979 * gdb.base/break-idempotent.exp: If
15980 skip_hw_watchpoint_multi_tests returns true, skip the tests
15981 on "rwatch" and "awatch".
15982
15983 2015-04-30 Yao Qi <yao.qi@linaro.org>
15984
15985 * gdb.base/relativedebug.exp: Invoke gdb command
15986 "info sharedlibrary", and if libc.so doesn't have debug info,
15987 skip the test.
15988
15989 2015-04-29 Doug Evans <dje@google.com>
15990
15991 * gdb.python/py-xmethods.exp: Add ptype tests.
15992 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15993 get_result_type method.
15994
15995 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15996
15997 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15998 the target does not support hardware watchpoints.
15999
16000 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16001
16002 * gdb.base/break-always.exp: Abort testing if writing to memory
16003 causes an error.
16004
16005 2015-04-28 Doug Evans <dje@google.com>
16006
16007 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16008 * gdb.python/py-pp-registration.exp: ... here. New file.
16009 * gdb.python/py-pp-registration.c: New file.
16010 * gdb.python/py-pp-registration.py: New file.
16011
16012 2015-04-28 Doug Evans <dje@google.com>
16013
16014 * gdb.python/py-bad-printers.c: New file.
16015 * gdb.python/py-bad-printers.py: New file.
16016 * gdb.python/py-bad-printers.exp: New file.
16017
16018 2015-04-28 Sasha Smundak <asmundak@google.com>
16019
16020 * gdb.python/py-type.exp: New test.
16021
16022 2015-04-28 Andy Wingo <wingo@igalia.com>
16023
16024 * gdb.python/py-parameter.exp:
16025 * gdb.guile/scm-parameter.exp: Escape the path that we are
16026 matching against, as it might contain characters that are special
16027 to regular expressions.
16028
16029 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16030
16031 * gdb.ada/rec_comp: New testcase.
16032
16033 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16034
16035 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16036 before using it.
16037
16038 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16039
16040 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16041 new tests for verilog output.
16042
16043 2015-04-24 Yao Qi <yao.qi@linaro.org>
16044
16045 * boards/remote-gdbserver-on-localhost.exp: New file.
16046
16047 2015-04-23 Pedro Alves <palves@redhat.com>
16048
16049 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16050 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16051 "end of file", remove $inferior_spawn_id from the indirect list.
16052
16053 2015-04-23 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16056
16057 2015-04-23 Pedro Alves <palves@redhat.com>
16058
16059 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16060 on $any_spawn_id instead of only on $gdb_spawn_id.
16061
16062 2015-04-21 Pierre Muller <muller@sourceware.org>
16063
16064 PR pascal/17815
16065 * lib/pascal.exp (gpc_compile): Add new option "class".
16066 (fpc_compile): Likewise.
16067 * gdb.pascal/case-insensitive-symbols.pas: New file.
16068 * gdb.pascal/case-insensitive-symbols.exp: New file.
16069
16070 2015-04-20 Gary Benson <gbenson@redhat.com>
16071
16072 * gdb.base/attach.exp: Fix three extended remote failures.
16073
16074 2015-04-17 Gary Benson <gbenson@redhat.com>
16075
16076 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16077 the main executable over the remote protocol.
16078
16079 2015-04-16 Pedro Alves <palves@redhat.com>
16080
16081 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16082 a new gdbserver if gdbserver_reconnect_p is set.
16083
16084 2015-04-16 Pedro Alves <palves@redhat.com>
16085
16086 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16087 is set, don't exit gdbserver.
16088
16089 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16090
16091 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16092 appropriate .insn, such that an older assembler can be used.
16093 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16094 the z/Architecture instruction set on 31-bit targets as well.
16095
16096 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16097
16098 * gdb.go/handcall.exp: Remove all logic related to the first
16099 breakpoint and rely on go_runto_main instead.
16100 * gdb.go/strings.exp: Likewise.
16101 * gdb.go/unsafe.exp: Likewise.
16102 * gdb.go/hello.exp: Likewise. Also rename the remaining
16103 breakpoint marker to "breakpoint 1".
16104 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16105 * gdb.go/strings.go: Likewise.
16106 * gdb.go/unsafe.go: Likewise.
16107 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16108 "set breakpoint 2 here" and rename the remaining breakpoint marker
16109 to "breakpoint 1".
16110
16111 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16112
16113 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16114 if itertools.imap is not present.
16115 * gdb.python/py-objfile.exp: Add parentheses.
16116 * gdb.python/py-type.exp: Same.
16117 * gdb.python/py-unwind-maint.py: Same.
16118
16119 2015-04-15 Yao Qi <yao.qi@linaro.org>
16120
16121 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16122 of ":$ptr_size" and set its form explicitly.
16123
16124 2015-04-15 Pedro Alves <palves@redhat.com>
16125 Yao Qi <yao.qi@linaro.org>
16126
16127 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16128 timeout by factor of 4.
16129 (test_regular_watch): Likewise.
16130 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16131 * gdb.reverse/sigall-reverse.exp: Likewise.
16132 * gdb.reverse/until-precsave.exp: Likewise.
16133 * lib/gdb.exp (with_timeout_factor): New proc.
16134 (gdb_expect): Move some code to ...
16135 (get_largest_timeout): ... here. New procedure.
16136
16137 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16138
16139 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16140
16141 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16142
16143 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16144 to write to the .text section.
16145
16146 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16147
16148 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16149 Handle the case of targets that do not provide PID information.
16150
16151 2015-04-13 Yao Qi <yao.qi@linaro.org>
16152
16153 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16154 and use expect instead of gdb_expect.
16155
16156 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16157
16158 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16159 "coredump_var_addr" to avoid naming conflict with other testcases.
16160
16161 2015-04-10 Pedro Alves <palves@redhat.com>
16162
16163 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16164 gdb_test_sequence and gdb_assert.
16165
16166 2015-04-10 Pedro Alves <palves@redhat.com>
16167
16168 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16169 test messages that don't include the breakpoint address.
16170
16171 2015-04-10 Yao Qi <yao.qi@linaro.org>
16172
16173 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16174 false for some offset and width combinations which aren't
16175 supported by linux kernel.
16176
16177 2015-04-10 Pedro Alves <palves@redhat.com>
16178
16179 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16180 procedure, factored out from ...
16181 (top level): ... here. Add "set displaced-stepping" testing axis.
16182 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16183 parameter "displaced". Use it.
16184 (top level): Use foreach and add "set displaced-stepping" testing
16185 axis.
16186
16187 2015-04-10 Pedro Alves <palves@redhat.com>
16188
16189 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16190 Remove comment.
16191 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16192 both the address of the instruction that triggers the watchpoint
16193 and the address of the instruction immediately after, and use
16194 those addresses for the test. Fix comment.
16195
16196 2015-04-10 Pedro Alves <palves@redhat.com>
16197
16198 * gdb.base/sigstep.exp (breakpoint_to_handler)
16199 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16200 Test "backtrace" in handler.
16201 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16202 (top level): Add new "displaced" test axis to
16203 breakpoint_to_handler, breakpoint_to_handler_entry and
16204 breakpoint_over_handler.
16205
16206 2015-04-10 Pedro Alves <palves@redhat.com>
16207
16208 PR gdb/18216
16209 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16210
16211 2015-04-10 Yao Qi <yao.qi@linaro.org>
16212
16213 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16214 (test_add_rn_pc): New function.
16215 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16216 (top level): Invoke test_add_rn_pc.
16217
16218 2015-04-10 Pedro Alves <palves@redhat.com>
16219
16220 PR gdb/13858
16221 * gdb.base/step-over-no-symbols.exp: New file.
16222
16223 2015-04-09 Andy Wingo <wingo@igalia.com>
16224
16225 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16226 after the Python tests.
16227
16228 2015-04-08 Keith Seitz <keiths@redhat.com>
16229
16230 PR python/16699
16231 * gdb.python/py-completion.exp: New tests for completion.
16232 * gdb.python/py-completion.py (CompleteLimit1): New class.
16233 (CompleteLimit2): Likewise.
16234 (CompleteLimit3): Likewise.
16235 (CompleteLimit4): Likewise.
16236 (CompleteLimit5): Likewise.
16237 (CompleteLimit6): Likewise.
16238 (CompleteLimit7): Likewise.
16239
16240 2015-04-08 Pedro Alves <palves@redhat.com>
16241
16242 PR gdb/18214
16243 PR gdb/18216
16244 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16245 function.
16246 (main): Install it as SIGUSR1 handler.
16247 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16248 parameter. Always use "setup" as prefix. Toggle "set
16249 displaced-stepping" off/on depending on global. Don't switch to
16250 thread 1 here.
16251 (top level): Add displaced stepping "off/on" test axis. Update
16252 "setup" calls. Wrap each subtest with with_test_prefix. Test
16253 continuing with a queued signal in each thread.
16254
16255 2015-04-08 Pedro Alves <palves@redhat.com>
16256
16257 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16258 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16259 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16260 Return early if running to main fails.
16261 * gdb.trace/while-stepping.exp: Likewise.
16262
16263 2015-04-07 Pedro Alves <palves@redhat.com>
16264
16265 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16266 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16267 interact with inferior program.
16268
16269 2015-04-07 Pedro Alves <palves@redhat.com>
16270
16271 * lib/gdb.exp (inferior_spawn_id): New global.
16272 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16273 spawn id after processing the user code.
16274 (default_gdb_start): Set inferior_spawn_id.
16275 (send_inferior): New procedure.
16276 * lib/gdbserver-support.exp (gdbserver_start): Set
16277 inferior_spawn_id.
16278 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16279
16280 2015-04-07 Pedro Alves <palves@redhat.com>
16281
16282 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16283 * lib/gdbserver-support.exp (gdbserver_start): Make
16284 $server_spawn_id global.
16285 (gdbserver_start): Don't wait for gdbserver's spawn id with
16286 expect_background.
16287 (close_gdbserver): New procedure.
16288 (gdb_exit): Rename the default version and reimplement.
16289
16290 2015-04-07 Pedro Alves <palves@redhat.com>
16291
16292 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16293 append the substituted item, not the original item.
16294
16295 2015-04-07 Pedro Alves <palves@redhat.com>
16296
16297 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16298 gdb_expect.
16299
16300 2015-04-07 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16303 output appearing once only.
16304
16305 2015-04-07 Pedro Alves <palves@redhat.com>
16306
16307 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16308 that doesn't expect anything. Return early if running to main
16309 fails.
16310
16311 2015-04-07 Yao Qi <yao.qi@linaro.org>
16312
16313 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16314 (child_function): Call alarm.
16315 (main): Move call to alarm into the loop.
16316 * gdb.threads/non-stop-fair-events.exp: Build program with
16317 -DTIMEOUT=$timeout.
16318
16319 2015-04-06 Doug Evans <xdje42@gmail.com>
16320
16321 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16322 Fix dest parameter to board_info.
16323 (fpc_compile): Ditto.
16324 (gdb_compile_pascal): Rename dest arg to destfile.
16325
16326 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16327
16328 * gdb.ada/funcall_ref.exp: New file.
16329 * gdb.ada/funcall_ref/foo.adb: New file.
16330
16331 2015-04-02 Yao Qi <yao.qi@linaro.org>
16332
16333 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16334 is remote.
16335
16336 2015-04-02 Gary Benson <gbenson@redhat.com>
16337
16338 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16339
16340 2015-04-01 Sasha Smundak <asmundak@google.com>
16341
16342 * gdb.python/py-unwind-maint.c: New file.
16343 * gdb.python/py-unwind-maint.exp: New test.
16344 * gdb.python/py-unwind-maint.py: New file.
16345 * gdb.python/py-unwind.c: New file.
16346 * gdb.python/py-unwind.exp: New test.
16347 * gdb.python/py-unwind.py: New test.
16348
16349 2015-04-01 Pedro Alves <palves@redhat.com>
16350
16351 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16352 to fail instead of non-existent $test.
16353
16354 2015-04-01 Pedro Alves <palves@redhat.com>
16355
16356 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16357 GDBFLAGS if not empty.
16358
16359 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16360
16361 * gdb.ada/complete.exp: Remove "multi_line".
16362 * gdb.ada/info_exc.exp: Remove "multi_line".
16363 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16364 * gdb.ada/ptype_field.exp: Remove "multi_line".
16365 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16366 * gdb.ada/tagged.exp: Remove "multi_line".
16367 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16368 [multi_line ...]
16369 * gdb.btrace/delta.exp: Likewise.
16370 * gdb.btrace/exception.exp: Likewise.
16371 * gdb.btrace/function_call_history.exp: Likewise.
16372 * gdb.btrace/instruction_history.exp: Likewise.
16373 * gdb.btrace/nohist.exp: Likewise.
16374 * gdb.btrace/record_goto.exp: Likewise.
16375 * gdb.btrace/segv.exp: Likewise.
16376 * gdb.btrace/stepi.exp: Likewise.
16377 * gdb.btrace/tailcall.exp: Likewise.
16378 * gdb.btrace/unknown_functions.exp: Likewise.
16379 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16380 * lib/gdb.exp: Add the "multi_line" helper.
16381
16382 2015-04-01 Pedro Alves <palves@redhat.com>
16383
16384 * gdb.threads/tid-reuse.c: New file.
16385 * gdb.threads/tid-reuse.exp: New file.
16386
16387 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16388
16389 PR corefiles/16092
16390 * gdb.base/coredump-filter.c: New file.
16391 * gdb.base/coredump-filter.exp: Likewise.
16392
16393 2015-03-27 Petr Machata <pmachata@redhat.com>
16394
16395 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16396 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16397 (Dwarf::assemble): Initialize them.
16398 (Dwarf::lines): New function.
16399
16400 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16401
16402 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16403 SYMBOL_PREFIX for x86_64-*-cygwin.
16404
16405 2015-03-26 Andy Wingo <wingo@igalia.com>
16406
16407 PR symtab/18148
16408 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16409 const_value but not a location.
16410 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16411 location defined in non-main CUs are visible.
16412
16413 2015-03-26 Yao Qi <yao.qi@linaro.org>
16414
16415 PR testsuite/18139
16416 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16417 Add a line number entry for the same line.
16418 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16419 Add a line number entry for the same line.
16420
16421 2015-03-26 Yao Qi <yao.qi@linaro.org>
16422
16423 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16424 .int 0.
16425 (func): Likewise. Add .Lfunc_1 label.
16426 Use .Lfunc_1 label.
16427 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16428 .int 0.
16429 (func): Likewise.
16430 Use .Lfunc_1 label.
16431
16432 2015-03-26 Yao Qi <yao.qi@linaro.org>
16433
16434 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16435 Call gdb_compile instead to compile each .s files without debug
16436 information.
16437
16438 2015-03-26 Yao Qi <yao.qi@linaro.org>
16439
16440 * gdb.base/savedregs.exp (process_saved_regs): Make
16441 "Saved registers:" optional in the pattern.
16442
16443 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16444
16445 * gdb.btrace/next.exp: Merged into step.exp.
16446 * gdb.btrace/finish.exp: Merged into step.exp.
16447 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16448 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16449 "record goto" and checking the exact replay position.
16450 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16451 check for "Recording format" in "info record" output.
16452 * gdb.btrace/record_goto.exp: Choose test file based on target.
16453 * gdb.btrace/x86-record_goto.S: Renamed into ...
16454 * gdb.btrace/x86_64-record_goto.S: ... this.
16455 * gdb.btrace/i686-record_goto.S: New.
16456 * gdb.btrace/x86-tailcall.S: Renamed into ...
16457 * gdb.btrace/x86_64-tailcall.S: ... this.
16458 * gdb.btrace/i686-tailcall.S: New.
16459 * gdb.btrace/x86-tailcall.c: Renamed into ...
16460 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16461 separate statements. Update test.
16462 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16463 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16464 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16465 * gdb.btrace/tailcall.exp: Choose test file based on target.
16466 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16467
16468 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16469
16470 * gdb.btrace/exception.exp: Increase BTS buffer size.
16471
16472 2015-03-24 Pedro Alves <palves@redhat.com>
16473
16474 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16475
16476 2015-03-24 Pedro Alves <palves@redhat.com>
16477
16478 * gdb.threads/schedlock.exp (test_step): No longer expect that
16479 "set scheduler-locking step" with "next" over a function call runs
16480 threads unlocked.
16481
16482 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16483
16484 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16485
16486 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16487
16488 PR breakpoints/16466
16489 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16490 * gdb.mi/mi-pending.c (thread_func): New function.
16491 (int main): Add threading support required.
16492 * gdb.mi/mi-pending.exp: Add tests for this issue.
16493 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16494 (pendfunc2): Remove stdio dependency.
16495 * gdb.mi/mi-pendshr2.c: New file.
16496
16497 2015-03-23 Keith Seitz <keiths@redhat.com>
16498
16499 * gdb.linespec/keywords.c: New file.
16500 * gdb.linespec/keywords.exp: New file.
16501
16502 2015-03-23 Keith Seitz <keiths@redhat.com>
16503
16504 PR gdb/18021
16505 * gdb.dwarf2/staticvirtual.exp: New test.
16506
16507 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16508
16509 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16510 * README: Remove HP-UX and gdb.hp.
16511 (configuration):
16512 * configure: Regenerate.
16513 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16514 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16515 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16516 gdb.hp/gdb.defects/Makefile.
16517 * gdb.hp/Makefile.in: File deleted.
16518 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16519 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16520 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16521 * gdb.hp/gdb.aCC/run.c: File deleted.
16522 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16523 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16524 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16525 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16526 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16527 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16528 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16529 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16530 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16531 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16532 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16533 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16534 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16535 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16536 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16537 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16538 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16539 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16540 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16541 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16542 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16543 * gdb.hp/gdb.compat/average.c: File deleted.
16544 * gdb.hp/gdb.compat/sum.c: File deleted.
16545 * gdb.hp/gdb.compat/xdb.c: File deleted.
16546 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16547 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16548 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16549 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16550 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16551 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16552 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16553 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16554 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16555 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16556 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16557 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16558 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16559 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16560 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16561 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16562 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16563 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16564 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16565 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16566 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16567 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16568 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16569 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16570 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16571 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16572 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16573 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16574 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16575 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16576 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16577 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16578 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16579 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16580 * gdb.hp/tools/odump: File deleted.
16581
16582 2015-03-19 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16585 (saw_thread_3): New globals.
16586 (top level): Increment them when an event for the corresponding
16587 thread is seen.
16588 (no thread starvation): New test.
16589
16590 2015-03-19 Pedro Alves <palves@redhat.com>
16591
16592 * gdb.threads/continue-pending-status.c: New file.
16593 * gdb.threads/continue-pending-status.exp: New file.
16594
16595 2015-03-18 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16598 Use gdb_is_target_remote instead of is_remote. Use
16599 gdb_test_multiple instead of gdb_expect. Exit early if
16600 gdb_test_multiple hits its internal matches. Tighten stepi tests
16601 expected output. Fail on exit with any signal, instead of just
16602 SIGILL.
16603
16604 2015-03-18 Yao Qi <yao.qi@linaro.org>
16605
16606 PR tdep/18107
16607 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16608 variable.
16609 * gdb.base/catch-syscall.exp: Don't skip it on
16610 aarch64*-*-linux* target. Remove elements in all_syscalls.
16611 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16612 target.
16613 (setup_all_syscalls): New proc.
16614
16615 2015-03-16 Yao Qi <yao.qi@linaro.org>
16616
16617 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16618 (top level): Skip tests if valid_addr_p returns false for
16619 $cmd1 or $cmd2.
16620
16621 2015-03-11 Andy Wingo <wingo@igalia.com>
16622
16623 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16624
16625 2015-03-11 Yao Qi <yao.qi@linaro.org>
16626
16627 * gdb.base/catch-syscall.exp: Fix typo in comments.
16628
16629 2015-03-11 Yao Qi <yao.qi@linaro.org>
16630
16631 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16632
16633 2015-03-09 Pedro Alves <palves@redhat.com>
16634
16635 * dg-extract-results.py: Delete.
16636
16637 2015-03-09 Pedro Alves <palves@redhat.com>
16638
16639 Merge dg-extract-results.sh from GCC upstream (r218843).
16640
16641 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16642 * dg-extract-results.sh: Use --text with grep to avoid issues with
16643 binary files. Fall back to cat -v, if that doesn't work.
16644
16645 2015-03-05 Pedro Alves <palves@redhat.com>
16646
16647 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16648
16649 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16650
16651 * lib/mi-support.exp (mi_expect_interrupt): Accept
16652 alternative event for when in all-stop mode.
16653
16654 2015-03-04 Pedro Alves <palves@redhat.com>
16655
16656 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16657
16658 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16659
16660 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16661
16662 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16663
16664 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16665 regexps for GDB's current line display, accept a hex address
16666 preceding the line number.
16667
16668 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16669
16670 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16671 the 'arch1' variable for "s390*-linux*" targets.
16672
16673 2015-03-04 Pedro Alves <palves@redhat.com>
16674
16675 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16676 (main): Pass missing retval argument to pthread_join call.
16677
16678 2015-03-02 Pedro Alves <palves@redhat.com>
16679
16680 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16681 (top level): Call do_test with non-stop as well.
16682
16683 2015-03-02 Pedro Alves <palves@redhat.com>
16684
16685 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16686 -1.
16687
16688 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16689
16690 * gdb.arch/s390-vregs.exp: New test.
16691 * gdb.arch/s390-vregs.S: New file.
16692
16693 2015-02-27 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16696 call to catch_command_errors.
16697 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16698 catch_command_errors.
16699
16700 2015-02-27 Pedro Alves <palves@redhat.com>
16701
16702 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16703 "true" for boolean result.
16704 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16705 prototype of main.
16706
16707 2015-02-27 Pedro Alves <palves@redhat.com>
16708
16709 * lib/unbuffer_output.c: New file.
16710 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16711 (main): Call gdb_unbuffer_output.
16712
16713 2015-02-27 Yao Qi <yao.qi@linaro.org>
16714
16715 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16716 target.
16717
16718 2015-02-26 Doug Evans <dje@google.com>
16719
16720 * gdb.cp/class2.cc (Dbase, D): New classes.
16721 (main): New local delta.
16722 * gdb.cp/class2.exp: Test printing delta.
16723 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16724 (dynbar): New global.
16725 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16726
16727 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16728
16729 * gdb.compile/compile-ifunc.c: New file.
16730 * gdb.compile/compile-ifunc.exp: New file.
16731
16732 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16733
16734 * gdb.base/structs.exp: Check for correct struct on finish.
16735
16736 2015-02-26 Yao Qi <yao.qi@linaro.org>
16737
16738 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16739 is zero.
16740
16741 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16742
16743 * gdb.arch/cordic.ko.bz2: New file.
16744 * gdb.arch/cordic.ko.debug.bz2: New file.
16745 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16746
16747 2015-02-25 Yao Qi <yao.qi@linaro.org>
16748
16749 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16750 aarch64*-*-* target.
16751
16752 2015-02-23 Pedro Alves <palves@redhat.com>
16753
16754 * lib/gdb.exp (delete_breakpoints): Rewrite using
16755 gdb_test_multiple.
16756
16757 2015-02-23 Pedro Alves <palves@redhat.com>
16758
16759 * gdb.base/info-os.c: Include stdlib.h.
16760
16761 2015-02-22 Doug Evans <xdje42@gmail.com>
16762
16763 PR symtab/17855
16764 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16765 is read after symbols have been re-read.
16766 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16767 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16768
16769 2015-02-21 Doug Evans <dje@google.com>
16770
16771 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16772
16773 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16774
16775 PR corefiles/17808
16776 * gdb.arch/i386-biarch-core.core.bz2: New file.
16777 * gdb.arch/i386-biarch-core.exp: New file.
16778
16779 2015-02-21 Pedro Alves <palves@redhat.com>
16780
16781 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16782 runto_main fails.
16783
16784 2015-02-20 Pedro Alves <palves@redhat.com>
16785
16786 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16787 info probes.
16788
16789 2015-02-20 Pedro Alves <palves@redhat.com>
16790
16791 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16792
16793 2015-02-20 Pedro Alves <palves@redhat.com>
16794
16795 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16796 clean_restart before gdb_target_supports_trace.
16797
16798 2015-02-20 Pedro Alves <palves@redhat.com>
16799
16800 PR threads/18006
16801 * gdb.threads/clone-thread_db.c: New file.
16802 * gdb.threads/clone-thread_db.exp: New file.
16803
16804 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16805
16806 PR breakpoints/16812
16807 * gdb.base/catch-gdb-caused-signals.c: New file.
16808 * gdb.base/catch-gdb-caused-signals.exp: New file.
16809
16810 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16811
16812 * configure: Regenerated.
16813 * configure.ac: Use GDB_AC_TRANSFORM.
16814 * aclocal.m4: sinclude ../transform.m4.
16815
16816 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16817
16818 * lib/dtrace.exp: New file.
16819 * gdb.base/dtrace-probe.exp: Likewise.
16820 * gdb.base/dtrace-probe.d: Likewise.
16821 * gdb.base/dtrace-probe.c: Likewise.
16822 * lib/pdtrace.in: Likewise.
16823 * configure.ac: Output variables with the transformed names of
16824 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16825 * configure: Regenerated.
16826
16827 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16828
16829 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16830 expected message when trying to access $_probe_* convenience
16831 variables while not on a probe.
16832
16833 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16834
16835 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16836
16837 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16838
16839 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16840 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16841
16842 2015-02-10 Doug Evans <xdje42@gmail.com>
16843
16844 * lib/gdb.exp (gdb_load): Always return a result.
16845
16846 2015-02-10 Pedro Alves <palves@redhat.com>
16847
16848 * gdb.threads/signal-sigtrap.c: New file.
16849 * gdb.threads/signal-sigtrap.exp: New file.
16850
16851 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16852
16853 * gdb.trace/no-attach-trace.c: New file.
16854 * gdb.trace/no-attach-trace.exp: New file.
16855
16856 2015-02-09 Mark Wielaard <mjw@redhat.com>
16857
16858 * gdb.dwarf2/atomic.c: New file.
16859 * gdb.dwarf2/atomic-type.exp: Likewise.
16860
16861 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16862
16863 * gdb.btrace/buffer-size.exp: Update "info record" output.
16864 * gdb.btrace/delta.exp: Update "info record" output.
16865 * gdb.btrace/enable.exp: Update "info record" output.
16866 * gdb.btrace/finish.exp: Update "info record" output.
16867 * gdb.btrace/instruction_history.exp: Update "info record" output.
16868 * gdb.btrace/next.exp: Update "info record" output.
16869 * gdb.btrace/nexti.exp: Update "info record" output.
16870 * gdb.btrace/step.exp: Update "info record" output.
16871 * gdb.btrace/stepi.exp: Update "info record" output.
16872 * gdb.btrace/nohist.exp: Update "info record" output.
16873
16874 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16875
16876 * gdb.btrace/buffer-size: New.
16877
16878 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16879
16880 * gdb.btrace/delta.exp: Update "info record" output.
16881 * gdb.btrace/enable.exp: Update "info record" output.
16882 * gdb.btrace/finish.exp: Update "info record" output.
16883 * gdb.btrace/instruction_history.exp: Update "info record" output.
16884 * gdb.btrace/next.exp: Update "info record" output.
16885 * gdb.btrace/nexti.exp: Update "info record" output.
16886 * gdb.btrace/step.exp: Update "info record" output.
16887 * gdb.btrace/stepi.exp: Update "info record" output.
16888 * gdb.btrace/nohist.exp: Update "info record" output.
16889
16890 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16891
16892 PR gdb/15678
16893 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16894
16895 2015-02-06 Pedro Alves <palves@redhat.com>
16896
16897 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16898 macro.
16899 (seconds_left, again): New globals.
16900 (main): Wait seconds_left in a 1-second sleep loop instead of
16901 sleeping 180 seconds. If 'again' is set, reset the seconds
16902 counter.
16903 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16904 'again' in the inferior before detaching. Print the seconds left.
16905 (options): New global.
16906 (top level): Build program with -DTIMEOUT=$timeout.
16907
16908 2015-02-06 Pedro Alves <palves@redhat.com>
16909
16910 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16911 determine how many seconds to pass to 'alarm'.
16912 * gdb.base/gdb-sigterm.exp (top level): Build program with
16913 -DTIMEOUT=$timeout.
16914 (do_test): Return success/failure indication. Add more verbose
16915 logging. Don't fail if 200 single steps are seen. Instead, fail
16916 when the test times out.
16917 (passes): New global.
16918 (top level): Break the testing loop if testing fails on any
16919 iteration. Use gdb_assert.
16920
16921 2015-02-04 Don Breazeal <donb@codesourcery.com>
16922
16923 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16924 and initialize them.
16925 (ipc_cleanup): New function.
16926 (main): Don't declare shmid, semid, and msqid. Add a call to
16927 atexit so that we call ipc_cleanup on exit.
16928
16929 2015-02-04 Pedro Alves <palves@redhat.com>
16930
16931 * boards/native-extended-gdbserver.exp: Remove any target variant
16932 specifications from the board name before clearing the isremote
16933 flag from board_info.
16934
16935 2015-01-31 Doug Evans <xdje42@gmail.com>
16936
16937 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16938
16939 2015-01-31 Gary Benson <gbenson@redhat.com>
16940
16941 * gdb.base/completion.exp: Disable completion limiting for
16942 existing tests. Add new tests to check completion limiting.
16943 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16944
16945 2015-01-31 Doug Evans <xdje42@gmail.com>
16946
16947 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16948
16949 2015-01-31 Doug Evans <xdje42@gmail.com>
16950
16951 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16952 entries. Duplicate file section script entries.
16953 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16954 inlined entries. Add test for safe-path rejection.
16955 * gdb.python/py-section-script.c: Add duplicate inlined section script
16956 entries. Duplicate file section script entries.
16957 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16958 inlined entries. Add test for safe-path rejection.
16959
16960 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16961
16962 * gdb.ada/disc_arr_bound: New testcase.
16963
16964 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16965
16966 * gdb.ada/mi_var_array: New testcase.
16967
16968 2015-01-27 Doug Evans <dje@google.com>
16969
16970 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16971 Add test for objfile.filename, objfile.username after objfile
16972 has been unloaded.
16973
16974 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16975
16976 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16977 the second test to print the name attribute of value
16978 returned by the call to gdb.lookup_type, and adjust
16979 the expected output accordingly.
16980
16981 2015-01-25 Mark Wielaard <mjw@redhat.com>
16982
16983 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16984 * gdb.base/disp-step-fork.c: Include unistd.h.
16985 * gdb.base/siginfo-obj.c: Include stdio.h.
16986 * gdb.base/siginfo-thread.c: Likewise.
16987 * gdb.mi/non-stop.c: Include unistd.h.
16988 * gdb.mi/nsthrexec.c: Include stdio.h.
16989 * gdb.mi/pthreads.c: Include unistd.h.
16990 * gdb.modula2/unbounded1.c (main): Declare returns int.
16991 * gdb.reverse/consecutive-reverse.c: Likewise.
16992 * gdb.threads/create-fail.c: Include unistd.h.
16993 * gdb.threads/killed.c: Likewise.
16994 * gdb.threads/linux-dp.c: Likewise.
16995 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16996 * gdb.threads/non-ldr-exc-2.c: Likewise.
16997 * gdb.threads/non-ldr-exc-3.c: Likewise.
16998 * gdb.threads/non-ldr-exc-4.c: Likewise.
16999 * gdb.threads/pthreads.c: Include unistd.h.
17000 (main): Declare returns int.
17001 * gdb.threads/tls-main.c (foo): New declaration.
17002 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17003
17004 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17005
17006 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17007 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17008
17009 2015-01-15 Mark Wielaard <mjw@redhat.com>
17010
17011 * gdb.base/noreturn-return.c: New file.
17012 * gdb.base/noreturn-return.exp: New file.
17013 * gdb.base/noreturn-finish.c: New file.
17014 * gdb.base/noreturn-finish.exp: New file.
17015
17016 2015-01-23 Pedro Alves <palves@redhat.com>
17017
17018 * gdb.threads/continue-pending-after-query.c: New file.
17019 * gdb.threads/continue-pending-after-query.exp: New file.
17020
17021 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17022 Simon Marchi <simon.marchi@ericsson.com>
17023
17024 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17025 * gdb.base/valgrind-db-attach.exp: Same.
17026 * gdb.base/valgrind-infcall.exp: Same.
17027 * lib/mi-support.exp (default_mi_gdb_start): Same.
17028 * lib/prompt.exp (default_prompt_gdb_start): Same.
17029 * lib/gdb.exp (default_gdb_spawn): Same.
17030 (gdb_interact): New.
17031
17032
17033 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17034
17035 * gdb.compile/compile.exp (pointer to jit function): New test.
17036
17037 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17038
17039 * lib/gdb.exp (supports_process_record): Return true for
17040 powerpc*-*-linux*.
17041 (supports_reverse): Likewise.
17042
17043 2015-01-15 Don Breazeal <donb@codesourcery.com>
17044
17045 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17046 instead of checking whether the target board is remote and
17047 use spawn_wait_for_attach instead of exec/sleep.
17048 * gdb.base/attach-twice.exp: Likewise.
17049
17050 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17051
17052 * gdb.ada/var_arr_attrs: New testcase.
17053
17054 2015-01-14 Pedro Alves <palves@redhat.com>
17055 Joel Brobecker <brobecker@adacore.com>
17056
17057 PR gdb/17525
17058 * gdb.base/bp-cmds-execution-x-script.c: New file.
17059 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17060 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17061
17062 2015-01-14 Pedro Alves <palves@redhat.com>
17063
17064 PR cli/17828
17065 * gdb.base/batch-preserve-term-settings.c: New file.
17066 * gdb.base/batch-preserve-term-settings.exp: New file.
17067
17068 2015-01-13 Doug Evans <dje@google.com>
17069
17070 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17071 binary.
17072
17073 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17074
17075 * Makefile.in (clean mostlyclean): Do not delete *.py.
17076
17077 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17078
17079 * gdb.python/py-lookup-type.exp: New file.
17080
17081 2015-01-12 Pedro Alves <palves@redhat.com>
17082
17083 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17084 restore GDBFLAGS before returning.
17085
17086 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17087
17088 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17089 is_amd64_regs_target and is_x86_like_target.
17090
17091 2015-01-11 Doug Evans <xdje42@gmail.com>
17092
17093 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17094 is given without an explicit form.
17095 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17096 attributes.
17097 * gdb.dwarf/corrupt.exp: Ditto.
17098 * gdb.dwarf2/enum-type.exp: Ditto.
17099 * gdb.trace/entry-values.exp: Ditto.
17100 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17101
17102 2015-01-11 Doug Evans <xdje42@gmail.com>
17103
17104 PR gdb/15830
17105 * gdb.base/maint.exp: Remove references to "maint demangle".
17106 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17107 Add tests for explicitly specifying language to demangle.
17108 * gdb.dlang/demangle.exp: Ditto.
17109
17110 2015-01-09 Pedro Alves <palves@redhat.com>
17111
17112 * gdb.threads/non-stop-fair-events.c: New file.
17113 * gdb.threads/non-stop-fair-events.exp: New file.
17114
17115 2015-01-09 Pedro Alves <palves@redhat.com>
17116
17117 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17118 the global scope. Set a breakpoint after all threads are started
17119 rather than stepping over two source lines. Expect the prompt.
17120 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17121 global.
17122 (NUM): Now 15.
17123 (main): Use threads_started_barrier to wait for all threads to
17124 start. Main thread no longer calls thread_function. Exit after
17125 180 seconds.
17126 (loop): New function.
17127 (thread_function): Wait on threads_started_barrier barrier. Call
17128 'loop' at each iteration.
17129 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17130 threads have started, instead of hardcoding number of "next"
17131 steps. Use an access watchpoint instead of a write watchpoint.
17132
17133 2015-01-09 Pedro Alves <palves@redhat.com>
17134
17135 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17136 (thread_func): Wait on barrier.
17137 (main): Wait for all threads to start before stopping GDB.
17138 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17139 global.
17140 (thread1_func, thread2_func): Wait on barrier.
17141 (main): Wait for all threads to start before stopping GDB.
17142 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17143 New global.
17144 (thread1_func, thread2_func): Wait on barrier.
17145 (main): Wait for all threads to start before stopping GDB.
17146
17147 2015-01-09 Pedro Alves <palves@redhat.com>
17148
17149 * gdb.threads/attach-many-short-lived-threads.c: New file.
17150 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17151
17152 2014-01-09 Pedro Alves <palves@redhat.com>
17153
17154 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17155 instead of to thread 2.
17156 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17157 Add barrier around each pthread_create call instead of around all
17158 calls.
17159 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17160 Set a break on thread_function and have the child threads hit it
17161 one at at a time.
17162
17163 2015-01-09 Pedro Alves <palves@redhat.com>
17164
17165 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17166 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17167 false.
17168 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17169 checking whether the target board is remote.
17170 * gdb.multi/multi-attach.exp: Likewise.
17171 * gdb.python/py-sync-interp.exp: Likewise.
17172 * gdb.server/ext-attach.exp: Likewise.
17173 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17174 tests that need to attach, instead of checking whether the target
17175 board is remote at the top of the file.
17176
17177 2015-01-08 Yao Qi <yao@codesourcery.com>
17178
17179 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17180
17181 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17182
17183 Fix testcase compilation.
17184 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17185
17186 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17187
17188 * gdb.python/py-type.exp: Add a couple test about empty
17189 array creation, and negative-length array creation.
17190
17191 2015-01-02 Doug Evans <xdje42@gmail.com>
17192
17193 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17194
17195 2015-01-02 Doug Evans <dje@google.com>
17196
17197 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17198
17199 2014-12-29 Yao Qi <yao@codesourcery.com>
17200
17201 * gdb.trace/entry-values.exp: Update comments. Rename variable
17202 bar_call_foo to returned_from_foo.
17203
17204 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17205
17206 PR gdb/17394
17207 * gdb.linespec/break-asm-file.c: New file.
17208 * gdb.linespec/break-asm-file.exp: New file.
17209 * gdb.linespec/break-asm-file0.s: New file.
17210 * gdb.linespec/break-asm-file1.s: New file.
17211
17212 2014-12-18 Nigel Stephens <nigel@mips.com>
17213 Maciej W. Rozycki <macro@codesourcery.com>
17214
17215 * gdb.base/float.exp: Handle the new output from "info float" on
17216 MIPS targets.
17217
17218 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17219
17220 Fix MinGW compilation.
17221 * gdb.compile/compile-ops.exp: Update untested message if
17222 !skip_compile_feature_tests.
17223 * gdb.compile/compile-setjmp.exp: Likewise.
17224 * gdb.compile/compile-tls.exp: Likewise.
17225 * gdb.compile/compile.exp: Likewise.
17226 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17227 supported on this host".
17228
17229 2014-12-16 Doug Evans <xdje42@gmail.com>
17230
17231 * boards/stabs.exp: New file.
17232
17233 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17234
17235 * gdb.base/completion.exp: Adjust to format changes of "maint
17236 print user-registers".
17237
17238 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17239
17240 PR server/17457
17241 * gdb.arch/aarch64-fp.c: New file.
17242 * gdb.arch/aarch64-fp.exp: New file.
17243
17244 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17245
17246 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17247 r210637, r210913, r211666, r215400, r215817).
17248
17249 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17250 * dg-extract-results.py: New file.
17251 * dg-extract-results.sh: Use it if the environment seems
17252 suitable.
17253
17254 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17255
17256 * dg-extract-results.py (parse_run): Handle warnings that
17257 are printed before a test harness is run.
17258
17259 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17260
17261 * dg-extract-results.py (Named): Remove __cmp__ method.
17262 (output_variation): Use a key to sort variation.harnesses.
17263
17264 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17265
17266 * dg-extract-results.py: For Python 3, force sys.stdout to
17267 handle surrogate escape sequences.
17268 (safe_open): New function.
17269 (output_segment, main): Use it.
17270
17271 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17272
17273 * dg-extract-results.py (Prog.result_re): Include options
17274 in test name.
17275
17276 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17277
17278 * dg-extract-results.py (output_variation): Always sort if
17279 do_sum.
17280
17281 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17282
17283 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17284 as long as we get pagination notifications.
17285
17286 2014-12-15 Jason Merrill <jason@redhat.com>
17287
17288 * Makefile.in (check-gdb.%): Restore.
17289 * README: Mention it.
17290
17291 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17292
17293 * gdb.ada/str_uninit: New testcase.
17294
17295 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17296
17297 PR symtab/17642
17298 * gdb.base/vla-stub-define.c: New file.
17299 * gdb.base/vla-stub.c: New file.
17300 * gdb.base/vla-stub.exp: New file.
17301
17302 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17303 Jan Kratochvil <jan.kratochvil@redhat.com>
17304 Tom Tromey <tromey@redhat.com>
17305
17306 * configure.ac: Add gdb.compile/.
17307 * configure: Regenerate.
17308 * gdb.compile/Makefile.in: New file.
17309 * gdb.compile/compile-ops.exp: New file.
17310 * gdb.compile/compile-ops.c: New file.
17311 * gdb.compile/compile-tls.c: New file.
17312 * gdb.compile/compile-tls.exp: New file.
17313 * gdb.compile/compile-constvar.S: New file.
17314 * gdb.compile/compile-constvar.c: New file.
17315 * gdb.compile/compile-mod.c: New file.
17316 * gdb.compile/compile-nodebug.c: New file.
17317 * gdb.compile/compile-setjmp-mod.c: New file.
17318 * gdb.compile/compile-setjmp.c: New file.
17319 * gdb.compile/compile-setjmp.exp: New file.
17320 * gdb.compile/compile-shlib.c: New file.
17321 * gdb.compile/compile.c: New file.
17322 * gdb.compile/compile.exp: New file.
17323 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17324
17325 2014-12-12 Tom Tromey <tromey@redhat.com>
17326
17327 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17328 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17329
17330 2014-12-12 Doug Evans <dje@google.com>
17331
17332 * lib/gdb-python.exp (get_python_valueof): New function.
17333 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17334
17335 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17336
17337 * gdb.base/completion.exp: Add test for completion of "info
17338 registers ".
17339
17340 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17341
17342 * gdb.base/func-ptrs.c: New file.
17343 * gdb.base/func-ptrs.exp: New file.
17344
17345 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17346
17347 PR breakpoints/17012
17348 * gdb.base/dprintf-detach.c: New file.
17349 * gdb.base/dprintf-detach.exp: New file.
17350
17351 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17352
17353 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17354 * lib/gdb.exp (target_is_gdbserver): New procedure.
17355
17356 2014-12-08 Doug Evans <dje@google.com>
17357
17358 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17359
17360 2014-12-05 Yao Qi <yao@codesourcery.com>
17361
17362 * gdb.guile/scm-error.exp: Remove the third argument to
17363 gdb_remote_download.
17364 * gdb.guile/scm-frame-args.exp: Likewise.
17365 * gdb.guile/scm-section-script.exp: Likewise.
17366
17367 2014-12-05 Yao Qi <yao@codesourcery.com>
17368
17369 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17370
17371 2014-12-04 Doug Evans <dje@google.com>
17372
17373 * gdb.python/py-objfile.exp: Add tests for
17374 objfile.add_separate_debug_file.
17375
17376 2014-12-04 Doug Evans <dje@google.com>
17377
17378 * lib/gdb.exp (get_build_id): New function.
17379 (build_id_debug_filename_get): Rewrite to use it.
17380 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17381
17382 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17383
17384 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17385 `method(long)', not just 0x0.
17386 * gdb.cp/nsalias.exp: Align code labels to 4.
17387 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17388 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17389 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17390 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17391 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17392 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17393
17394 2014-12-02 Doug Evans <dje@google.com>
17395
17396 PR symtab/17602
17397 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17398 * gdb.cp/anon-ns2.cc: ... here. New file.
17399 * gdb.cp/anon-ns.exp: Update.
17400
17401 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17402
17403 * gdb.python/py-events.py (inferior_call_handler): New.
17404 (register_changed_handler, memory_changed_handler): New.
17405 (test_events.invoke): Register new handlers.
17406 * gdb.python/py-events.exp: Add tests for inferior call,
17407 memory_changed and register_changed events.
17408
17409 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17410
17411 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17412 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17413 if the linker doesn't understand this.
17414
17415 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17416
17417 * gdb.python/python.exp: Change expected reply to help().
17418
17419 2014-12-01 Yao Qi <yao@codesourcery.com>
17420
17421 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17422 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17423 * configure: Re-generated.
17424
17425 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17426
17427 * gdb.cp/chained-calls.cc: New file.
17428 * gdb.cp/chained-calls.exp: New file.
17429 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17430
17431 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17432
17433 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17434 * gdb.dwarf2/symtab-producer.exp: Same.
17435 * gdb.gdb/python-interrupts.exp: Same.
17436 * gdb.gdb/python-selftest.exp: Same.
17437 * gdb.python/py-linetable.exp: Same.
17438 * gdb.python/py-type.exp: Same.
17439 * gdb.python/py-value-cc.exp: Same.
17440 * gdb.python/py-value.exp: Same.
17441
17442 2014-11-28 Yao Qi <yao@codesourcery.com>
17443
17444 * gdb.base/break-probes.exp: Match library name prefixed with
17445 sysroot.
17446
17447 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17448
17449 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17450 test expected output. Add parentheses for the call to print.
17451 Remove L suffix from integers.
17452
17453 2014-11-26 Doug Evans <dje@google.com>
17454
17455 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17456
17457 2014-11-22 Yao Qi <yao@codesourcery.com>
17458
17459 * gdb.trace/entry-values.c: Remove asms.
17460 (foo): Add foo_label.
17461 (bar): Add bar_label.
17462 * gdb.trace/entry-values.exp: Remove code computing foo's
17463 length and bar's length.
17464 (Dwarf::assemble): Invoke function_range for bar and use
17465 MACRO_AT_func for foo.
17466
17467 2014-11-22 Yao Qi <yao@codesourcery.com>
17468
17469 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17470 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17471 Use .Lgcc43_procstart instead of gcc43.
17472
17473 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17474
17475 * gdb.ada/n_arr_bound: New testcase.
17476
17477 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17478
17479 PR breakpoints/10737
17480 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17481 test_catch_syscall_multi_arch.
17482 (test_catch_syscall_multi_arch): New function.
17483
17484 2014-11-20 Doug Evans <xdje42@gmail.com>
17485
17486 * gdb.base/maint.exp: Update expected output.
17487
17488 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17489
17490 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17491 4-byte instruction on S390.
17492
17493 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17494
17495 * gdb.ada/arr_arr: New testcase.
17496
17497 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17498
17499 * gdb.ada/pkd_arr_elem: New Testcase.
17500
17501 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17502
17503 * gdb.reverse/break-precsave: Expect completion message for
17504 core file reads.
17505 * gdb.reverse/consecutive-precsave.exp: Likewise.
17506 * gdb.reverse/finish-precsave.exp: Likewise.
17507 * gdb.reverse/i386-precsave.exp: Likewise.
17508 * gdb.reverse/machinestate-precsave.exp: Likewise.
17509 * gdb.reverse/sigall-precsave.exp: Likewise.
17510 * gdb.reverse/solib-precsave.exp: Likewise.
17511 * gdb.reverse/step-precsave.exp: Likewise.
17512 * gdb.reverse/until-precsave.exp: Likewise.
17513 * gdb.reverse/watch-precsave.exp: Likewise.
17514
17515 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17516
17517 * gdb.base/bp-permanent.c: Include unistd.h.
17518 * gdb.python/py-framefilter-mi.c (main): Add return type.
17519 * gdb.python/py-framefilter.c (main): Likewise.
17520 * gdb.trace/actions-changed.c (main): Likewise.
17521
17522 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17523
17524 * gdb.mi/until.c: Add eye-catchers.
17525 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17526 line numbers.
17527
17528 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17529
17530 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17531 function header variants in break1.c.
17532 * gdb.base/ena-dis-br.exp: Likewise.
17533 * gdb.base/hbreak2.exp: Likewise.
17534 * gdb.reverse/until-precsave.exp: Drop references to removed
17535 non-prototype function header variants in ur1.c.
17536 * gdb.reverse/until-reverse.exp: Likewise.
17537
17538 2014-11-17 Petr Machata <pmachata@redhat.com>
17539
17540 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17541 ${_cu_offset_size} bytes abbrev offset.
17542
17543 2014-11-15 Doug Evans <xdje42@gmail.com>
17544
17545 PR symtab/17559
17546 * gdb.base/line-symtabs.exp: New file.
17547 * gdb.base/line-symtabs.c: New file.
17548 * gdb.base/line-symtabs.h: New file.
17549
17550 2014-11-14 Yao Qi <yao@codesourcery.com>
17551
17552 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17553 (func): Add label func_label.
17554 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17555 Replace low_pc and high_pc with MACRO_AT_range.
17556 Replace name, low_pc and high_pc with MACRO_AT_func.
17557
17558 2014-11-14 Yao Qi <yao@codesourcery.com>
17559
17560 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17561 Replace name, low_pc and high_pc with MACRO_AT_func.
17562
17563 2014-11-14 Yao Qi <yao@codesourcery.com>
17564
17565 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17566 produce debug information.
17567 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17568
17569 2014-11-14 Yao Qi <yao@codesourcery.com>
17570
17571 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17572 object and get function length.
17573 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17574 with MACRO_AT_func.
17575 (top-level): Replace gdb_compile and clean_restart with
17576 prepare_for_testing.
17577 * gdb.dwarf2/main.c (main): Add label main_label.
17578
17579 2014-11-14 Yao Qi <yao@codesourcery.com>
17580
17581 * lib/dwarf.exp (function_range): New procedure.
17582 (Dwarf::_handle_macro_at_func): New procedure.
17583 (Dwarf::_handle_macro_at_range): New procedure.
17584 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17585
17586 2014-11-14 Yao Qi <yao@codesourcery.com>
17587
17588 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17589 (_handle_attribute): New procedure.
17590
17591 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17592
17593 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17594 * gdb.base/call-sc.c (zed): Likewise.
17595 * gdb.base/checkpoint.c (main): Likewise.
17596 * gdb.base/dump.c (main): Likewise.
17597 * gdb.base/gcore.c (main): Likewise.
17598 * gdb.base/huge.c (main): Likewise.
17599 * gdb.base/multi-forks.c (main): Likewise.
17600 * gdb.base/pr10179-a.c (main): Likewise.
17601 * gdb.base/savedregs.c (main): Likewise.
17602 * gdb.base/sigaltstack.c (main): Likewise.
17603 * gdb.base/siginfo.c (main): Likewise.
17604 * gdb.base/structs.c (zed): Likewise.
17605 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17606 * gdb.mi/mi-syn-frame.c (main): Likewise.
17607 * gdb.mi/until.c (foo, main): Likewise.
17608 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17609 * gdb.base/solib-weak.c (foo): Declare.
17610 * gdb.base/attach-twice.c: Include stdio.h.
17611 * gdb.base/weaklib1.c: Likewise.
17612 * gdb.base/weaklib2.c: Likewise.
17613 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17614 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17615 unistd.h.
17616 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17617 * gdb.mi/mi-exit-code.c: Likewise.
17618 * gdb.base/break-interp-lib.c: Include string.h.
17619 * gdb.base/coremaker.c: Likewise.
17620 * gdb.base/testenv.c: Likewise.
17621 * gdb.python/py-finish-breakpoint.c: Likewise.
17622 * gdb.base/inferior-died.c: Include sys/wait.h.
17623 * gdb.base/fileio.c: Include time.h.
17624 * gdb.base/async-shell.c: Include unistd.h.
17625 * gdb.base/dprintf-non-stop.c: Likewise.
17626 * gdb.base/info-os.c: Likewise.
17627 * gdb.mi/mi-console.c: Likewise.
17628 * gdb.mi/watch-nonstop.c: Likewise.
17629 * gdb.python/py-events.c: Likewise.
17630 * gdb.base/async.c (baz): Move up before its invocation.
17631 * gdb.base/code_elim2.c (my_global_func): Likewise.
17632 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17633 * gdb.base/advance.c (func2): Likewise.
17634
17635 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17636
17637 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17638 variant.
17639 * gdb.base/annota3.c: Likewise.
17640 * gdb.base/async.c: Likewise.
17641 * gdb.base/average.c: Likewise.
17642 * gdb.base/call-ar-st.c: Likewise.
17643 * gdb.base/call-rt-st.c: Likewise.
17644 * gdb.base/call-sc.c: Likewise.
17645 * gdb.base/call-strs.c: Likewise.
17646 * gdb.base/ending-run.c: Likewise.
17647 * gdb.base/execd-prog.c: Likewise.
17648 * gdb.base/exprs.c: Likewise.
17649 * gdb.base/foll-exec.c: Likewise.
17650 * gdb.base/foll-fork.c: Likewise.
17651 * gdb.base/foll-vfork.c: Likewise.
17652 * gdb.base/funcargs.c: Likewise.
17653 * gdb.base/gcore.c: Likewise.
17654 * gdb.base/jump.c: Likewise.
17655 * gdb.base/langs0.c: Likewise.
17656 * gdb.base/langs1.c: Likewise.
17657 * gdb.base/langs2.c: Likewise.
17658 * gdb.base/mips_pro.c: Likewise.
17659 * gdb.base/nodebug.c: Likewise.
17660 * gdb.base/opaque0.c: Likewise.
17661 * gdb.base/opaque1.c: Likewise.
17662 * gdb.base/recurse.c: Likewise.
17663 * gdb.base/run.c: Likewise.
17664 * gdb.base/scope0.c: Likewise.
17665 * gdb.base/scope1.c: Likewise.
17666 * gdb.base/setshow.c: Likewise.
17667 * gdb.base/setvar.c: Likewise.
17668 * gdb.base/shmain.c: Likewise.
17669 * gdb.base/shr1.c: Likewise.
17670 * gdb.base/shr2.c: Likewise.
17671 * gdb.base/sigall.c: Likewise.
17672 * gdb.base/signals.c: Likewise.
17673 * gdb.base/so-indr-cl.c: Likewise.
17674 * gdb.base/solib2.c: Likewise.
17675 * gdb.base/structs.c: Likewise.
17676 * gdb.base/sum.c: Likewise.
17677 * gdb.base/vforked-prog.c: Likewise.
17678 * gdb.base/watchpoint.c: Likewise.
17679 * gdb.reverse/shr2.c: Likewise.
17680 * gdb.reverse/until-reverse.c: Likewise.
17681 * gdb.reverse/ur1.c: Likewise.
17682 * gdb.reverse/watch-reverse.c: Likewise.
17683
17684 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17685
17686 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17687 variant.
17688 * gdb.base/sepdebug.exp: Drop references to removed code.
17689
17690 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17691
17692 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17693 variant. Preserve original line numbering.
17694 * gdb.base/list1.c: Likewise.
17695
17696 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17697
17698 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17699 variant.
17700 * gdb.base/break1.c: Likewise.
17701 * gdb.base/break.exp: Drop references to removed code.
17702
17703 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17704
17705 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17706 variant.
17707
17708 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17709
17710 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17711
17712 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17713
17714 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17715 logic into perform_all_tests() and invoke it with and without
17716 function header prototypes.
17717 (do_function_calls): Remove conditional XFAIL for PR 5318.
17718 (rerun_and_prepare): Remove duplicate code.
17719 (perform_all_tests): New. Main logic moved here.
17720
17721 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17722
17723 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17724 code guarded by #ifdef NO_PROTOTYPES.
17725 (t_double_many_args): Likewise.
17726 (DEF_FUNC_MANY_ARGS_1): Likewise.
17727 (DEF_FUNC_VALUES_1): Likewise.
17728 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17729 guarded by #ifdef PROTOTYPES.
17730
17731 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17732
17733 * gdb.mi/mi-console.c: Add eye-catcher.
17734 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17735 instead of literal line number.
17736
17737 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17738
17739 * gdb.base/shr2.c: Add eye-catcher.
17740 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17741 line number.
17742
17743 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17744
17745 * gdb.base/jump.c: Add eye-catchers.
17746 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17747 numbers.
17748
17749 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17750
17751 * gdb.base/execd-prog.c: Add eye-catchers.
17752 * gdb.base/foll-exec.c: Likewise.
17753 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17754 line numbers.
17755
17756 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17757
17758 * gdb.base/ending-run.c: Add eye-catchers.
17759 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17760 literal line numbers.
17761
17762 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17763
17764 * gdb.base/call-rt-st.c: Add eye-catchers.
17765 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17766 literal line numbers.
17767
17768 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17769
17770 * gdb.base/call-ar-st.c: Add eye-catchers.
17771 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17772 literal line numbers.
17773
17774 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17775
17776 * gdb.base/average.c: Add eye-catchers.
17777 * gdb.base/sum.c: Likewise.
17778 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17779 regexps dynamically.
17780
17781 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17782
17783 * gdb.base/solib1.c: Add eye-catchers.
17784 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17785 literal line numbers.
17786
17787 2014-11-12 Pedro Alves <palves@redhat.com>
17788
17789 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17790 leader has exited.
17791
17792 2014-11-12 Pedro Alves <palves@redhat.com>
17793
17794 * gdb.arch/i386-bp_permanent.c: New file.
17795 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17796 (srcfile): Set to i386-bp_permanent.c.
17797 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17798 that stepi does not execute the 'leave' instruction, instead of
17799 testing it does execute.
17800 * gdb.base/bp-permanent.c: New file.
17801 * gdb.base/bp-permanent.exp: New file.
17802
17803 2014-11-10 Doug Evans <xdje42@gmail.com>
17804
17805 PR symtab/17564
17806 * gdb.base/symtab-search-order.exp: New file.
17807 * gdb.base/symtab-search-order.c: New file.
17808 * gdb.base/symtab-search-order-1.c: New file.
17809 * gdb.base/symtab-search-order-shlib-1.c: New file.
17810
17811 2014-11-07 Pedro Alves <palves@redhat.com>
17812
17813 PR gdb/17511
17814 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17815 i?86-*-linux*.
17816
17817 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17818
17819 PR c++/17494
17820 * gdb.cp/pr17494.cc: New file.
17821 * gdb.cp/pr17494.exp: New file.
17822
17823 2014-11-02 Yao Qi <yao@codesourcery.com>
17824
17825 * gdb.python/python.exp: Get working directory and match the
17826 output of "set extended-prompt \\w " with it.
17827
17828 2014-10-30 Doug Evans <dje@google.com>
17829
17830 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17831 in objfiles.
17832 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17833 in progspaces.
17834
17835 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17836
17837 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17838 * gdb.base/realname-expand.exp: Likewise.
17839 * gdb.linespec/macro-relative.exp: Likewise.
17840
17841 2014-10-29 Pedro Alves <palves@redhat.com>
17842
17843 PR gdb/17408
17844 * gdb.threads/schedlock.c (some_function): New function.
17845 (call_function): New global.
17846 (MAYBE_CALL_SOME_FUNCTION): New macro.
17847 (thread_function): Call it.
17848 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17849 and use it instead of a global counter. Adjust all callers.
17850 (get_current_thread): Use "find current thread" for test message
17851 here rather than having all callers pass down the same string.
17852 (goto_loop): New procedure, factored out from ...
17853 (my_continue): ... this.
17854 (step_ten_loops): Change parameter from test message to command to
17855 use. Adjust.
17856 (list_count): Delete global.
17857 (check_result): New procedure, factored out from duplicate top
17858 level code.
17859 (continue tests): Wrap in with_test_prefix.
17860 (test_step): New procedure, factored out from duplicate top level
17861 code.
17862 (top level): Test "step" in combination with all scheduler-locking
17863 modes. Test "next" in combination with all scheduler-locking
17864 modes, and in combination with stepping over a function call or
17865 not.
17866 * gdb.threads/next-bp-other-thread.c: New file.
17867 * gdb.threads/next-bp-other-thread.exp: New file.
17868
17869 2014-10-29 Pedro Alves <palves@redhat.com>
17870
17871 PR python/17372
17872 * gdb.python/python.exp: Test a multi-line command that spawns
17873 interactive Python.
17874 * gdb.base/multi-line-starts-subshell.exp: New file.
17875
17876 2014-10-29 Yao Qi <yao@codesourcery.com>
17877
17878 * gdb.base/fileio.exp: Make directories on host.
17879
17880 2014-10-29 Yao Qi <yao@codesourcery.com>
17881
17882 * gdb.base/fileio.c (test_write): Close the file.
17883
17884 2014-10-28 Pedro Alves <palves@redhat.com>
17885
17886 PR gdb/12623
17887 * gdb.base/sigstep.c (no_handler): New global.
17888 (main): If 'no_handler is true, set the signal handlers to
17889 SIG_IGN.
17890 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17891 with_sw_watch and no_handler parameters. Handle them.
17892 (top level) <stepping over handler when stopped at a breakpoint
17893 test>: Add a test axis for testing with a software watchpoint, and
17894 another for testing with the signal handler set to SIG_IGN.
17895 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17896 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17897
17898 2014-10-28 Pedro Alves <palves@redhat.com>
17899
17900 PR gdb/17511
17901 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17902 * gdb.base/sigstep.exp (other_handler_location): New global.
17903 (advance): Support stepping into the signal handler, and running
17904 commands while in the handler.
17905 (in_handler_map): New global.
17906 (top level): In the advance test, add combinations for getting
17907 into the handler with stepping commands, and for running commands
17908 in the handler. Add comment descripting the advancei tests.
17909
17910 2014-10-28 Pedro Alves <palves@redhat.com>
17911
17912 * gdb.base/sigstep.exp: Use build_executable instead of
17913 prepare_for_testing.
17914 (top level): Move code that starts GDB, runs to main and creates a
17915 display to ...
17916 (restart): ... this new procedure.
17917 (top level): Move backtrace from signal handler test to ...
17918 (validate_backtrace): ... this new procedure.
17919 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17920 with_test_prefix. Always restart GDB.
17921 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17922 with_test_prefix. Always restart GDB. No need to delete
17923 breakpoints after the test.
17924 (test_skip_handler): Remove prefix parameter.
17925 (skip_over_handler, breakpoint_to_handler)
17926 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17927 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17928 restart GDB. No need to delete breakpoints after the test.
17929 (top level): Use foreach to call the test procedures with
17930 different commands.
17931
17932 2014-10-28 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17935 instead of GNATS numbers.
17936 * gdb.base/sigbpt.exp: Likewise.
17937 * gdb.base/siginfo.exp: Likewise.
17938 * gdb.base/sigstep.exp: Likewise.
17939
17940 2014-10-27 Pedro Alves <palves@redhat.com>
17941
17942 * gdb.base/sigstep.c (dummy): New global.
17943 (main): Issue a couple writes to the new global.
17944 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17945 procedures.
17946 (skip_over_handler): Use test_skip_handler.
17947 (top level): Call skip_over_handler for stepi and nexti too.
17948 (breakpoint_over_handler): Use test_skip_handler.
17949 (top level): Call breakpoint_over_handler for stepi and nexti too.
17950
17951 2014-10-27 Yao Qi <yao@codesourcery.com>
17952
17953 * gdb.trace/tfile.c (adjust_function_address)
17954 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17955 function descriptor.
17956
17957 2014-10-24 Don Breazeal <donb@codesourcery.com>
17958
17959 * gdb.base/foll-fork.exp (test_follow_fork,
17960 catch_fork_child_follow): Check for updated fork messages emitted
17961 from infrun.c.
17962 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17963 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17964 vfork_and_exec_child_follow_through_step): Check for updated vfork
17965 messages emitted from infrun.c.
17966
17967 2014-10-24 Pedro Alves <palves@redhat.com>
17968
17969 * gdb.base/corefile.exp: Remove references to ultrix.
17970 * gdb.base/interrupt.exp: Likewise.
17971 * gdb.base/whatis.exp: Likewise.
17972 * gdb.gdb/selftest.exp: Likewise.
17973 * gdb.threads/manythreads.exp: Likewise.
17974 * gdb.threads/print-threads.exp: Likewise.
17975 * gdb.threads/pthreads.exp:: Likewise.
17976 * gdb.threads/schedlock.exp: Likewise.
17977
17978 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17979
17980 * gdb.cp/non-trivial-retval.cc: Add a test case.
17981 * gdb.cp/non-trivial-retval.exp: Add a test.
17982
17983 2014-10-20 Yao Qi <yao@codesourcery.com>
17984
17985 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17986 * gdb.python/py-objfile-script-gdb.py: New file.
17987 * gdb.python/py-objfile-script.exp: Update reference to
17988 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17989 of remote_download. Remove the dest file.
17990
17991 2014-10-20 Yao Qi <yao@codesourcery.com>
17992
17993 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17994 * gdb.base/step-line.exp: Likewise.
17995 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17996 * gdb.dwarf2/dw2-basic.exp: Likewise.
17997 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17998 * gdb.dwarf2/dw2-filename.exp: Likewise.
17999 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18000 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18001 * gdb.dwarf2/dw2-producer.exp: Likewise.
18002 * gdb.dwarf2/mac-fileno.exp: Likewise.
18003 * gdb.python/py-frame-args.exp: Likewise.
18004 * gdb.python/py-framefilter.exp: Likewise.
18005 * gdb.python/py-mi.exp: Likewise.
18006 * gdb.python/py-objfile-script.exp: Likewise
18007 * gdb.python/py-pp-integral.exp: Likewise.
18008 * gdb.python/py-pp-re-notag.exp: Likewise.
18009 * gdb.python/py-prettyprint.exp: Likewise.
18010 * gdb.python/py-section-script.exp: Likewise.
18011 * gdb.python/py-typeprint.exp: Likewise.
18012 * gdb.python/py-xmethods.exp: Likewise.
18013 * gdb.stabs/weird.exp: Likewise.
18014 * gdb.xml/tdesc-regs.exp: Likewise.
18015
18016 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18017
18018 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18019 (out_cu): Use addr_len for the size of addresses.
18020 (out_line): Likewise. Size DW_LNE_set_address instruction
18021 according to addr_len.
18022 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18023 (FUNC): Add START_INSNS to definition.
18024
18025 2014-10-18 Yao Qi <yao@codesourcery.com>
18026
18027 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18028 gdb_has_argv0 return true.
18029 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18030 check [target_info exists noargs], check [gdb_has_argv0]
18031 instead.
18032 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18033 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18034 procedures.
18035
18036 2014-10-17 Doug Evans <dje@google.com>
18037
18038 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18039 event.
18040 * gdb.python/py-events.py: Add clear_objfiles event.
18041
18042 2014-10-17 Doug Evans <dje@google.com>
18043
18044 * gdb.python/py-objfile.exp: Test progspace attribute.
18045
18046 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18047
18048 * gdb.guile/scm-breakpoint.exp: Do not assume any
18049 directory separators when matching source file paths.
18050 * gdb.python/py-breakpoint.exp: Likewise.
18051 * gdb.reverse/break-precsave.exp: Likewise.
18052 * gdb.reverse/break-reverse.exp: Likewise.
18053 * gdb.reverse/consecutive-precsave.exp: Likewise.
18054 * gdb.reverse/finish-precsave.exp: Likewise.
18055 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18056 * gdb.reverse/finish-reverse.exp: Likewise.
18057 * gdb.reverse/i386-precsave.exp: Likewise.
18058 * gdb.reverse/i387-env-reverse.exp: Likewise.
18059 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18060 * gdb.reverse/machinestate-precsave.exp: Likewise.
18061 * gdb.reverse/machinestate.exp: Likewise.
18062 * gdb.reverse/sigall-precsave.exp: Likewise.
18063 * gdb.reverse/solib-precsave.exp: Likewise.
18064 * gdb.reverse/step-precsave.exp: Likewise.
18065 * gdb.reverse/until-precsave.exp: Likewise.
18066 * gdb.reverse/watch-precsave.exp: Likewise.
18067 * gdb.reverse/watch-reverse.exp: Likewise.
18068
18069 2014-10-17 Yao Qi <yao@codesourcery.com>
18070
18071 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18072 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18073
18074 2014-10-17 Pedro Alves <palves@redhat.com>
18075
18076 PR gdb/17471
18077 * gdb.base/bg-execution-repeat.c: New file.
18078 * gdb.base/bg-execution-repeat.exp: New file.
18079
18080 2014-10-17 Pedro Alves <palves@redhat.com>
18081
18082 PR gdb/17300
18083 * gdb.base/continue-all-already-running.c: New file.
18084 * gdb.base/continue-all-already-running.exp: New file.
18085
18086 2014-10-17 Pedro Alves <palves@redhat.com>
18087
18088 PR gdb/17472
18089 * gdb.base/annota-input-while-running.c: New file.
18090 * gdb.base/annota-input-while-running.exp: New file.
18091
18092 2014-10-17 Pedro Alves <palves@redhat.com>
18093
18094 * gdb.base/callfuncs.exp: emove references to osf.
18095 * gdb.base/sigall.exp: Likewise.
18096 * gdb.gdb/selftest.exp: Likewise.
18097 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18098 * gdb.mi/non-stop.c: Likewise.
18099 * gdb.mi/pthreads.c: Likewise.
18100 * gdb.reverse/sigall-precsave.exp: Likewise.
18101 * gdb.reverse/sigall-reverse.exp: Likewise.
18102 * gdb.threads/pthreads.c: Likewise.
18103 * gdb.threads/pthreads.exp: Likewise.
18104
18105 2014-10-17 Yao Qi <yao@codesourcery.com>
18106
18107 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18108 check 'target_info exists noargs'.
18109 (test_command_prompt_position): Likewise.
18110 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18111 Remove "set args".
18112 (progvar_simple_while_test): Likewise.
18113 (progvar_complex_if_while_test): Likewise.
18114 (if_while_breakpoint_command_test): Likewise.
18115 (infrun_breakpoint_command_test): Likewise.
18116 (breakpoint_command_test): Likewise.
18117 (watchpoint_command_test): Likewise.
18118 (bp_deleted_in_command_test): Likewise.
18119 (temporary_breakpoint_commands): Likewise.
18120
18121 2014-10-16 Yao Qi <yao@codesourcery.com>
18122
18123 * gdb.base/remotetimeout.exp: Remove noargs checking.
18124
18125 2014-10-15 Pedro Alves <palves@redhat.com>
18126
18127 PR breakpoints/9649
18128 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18129 * gdb.base/breakpoint-in-ro-region.exp
18130 (probe_target_hardware_step): New procedure.
18131 (top level): Probe hardware stepping and hardware breakpoint
18132 support. Test stepping through a read-only region, with both
18133 "breakpoint auto-hw" on and off and both "always-inserted" on and
18134 off.
18135
18136 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18137
18138 * gdb.dlang/demangle.exp: Update for demangling changes.
18139
18140 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18141
18142 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18143 * gdb.cp/non-trivial-retval.exp: Add new tests.
18144
18145 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18146
18147 PR c++/13403
18148 PR c++/15154
18149 * gdb.cp/non-trivial-retval.cc: New file.
18150 * gdb.cp/non-trivial-retval.exp: New file.
18151
18152 2014-10-15 Yao Qi <yao@codesourcery.com>
18153
18154 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18155 remote host.
18156
18157 2014-10-15 Yao Qi <yao@codesourcery.com>
18158
18159 * gdb.python/py-symbol.exp: Match file base name if host is
18160 remote, otherwise match file name with dir name.
18161 * gdb.python/py-symtab.exp: Likewise.
18162 * gdb.python/python.exp: Likewise.
18163
18164 2014-10-15 Yao Qi <yao@codesourcery.com>
18165
18166 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18167 pattern.
18168 * gdb.python/py-symtab.exp: Likewise.
18169 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18170 locationn.
18171
18172 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18173
18174 * gdb.ada/addr_arith: New testcase.
18175
18176 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18177
18178 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18179 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18180 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18181 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18182
18183 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18184
18185 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18186 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18187 * gdb.arch/stap-eval-lang-ada.exp: New file.
18188
18189 2014-10-14 Yao Qi <yao@codesourcery.com>
18190
18191 * gdb.mi/mi-var-child.c (nothing1): New function.
18192 (nothing2): New function.
18193 (do_children_tests): Set function pointers by nothing1 and
18194 nothing2.
18195 * gdb.mi/mi-var-child.exp: Step over new added statements.
18196 Update test to match the new output.
18197 * gdb.mi/var-cmd.c (nothing1): New function.
18198 (nothing2): New function.
18199 (do_children_tests): Set function pointers by nothing1 and
18200 nothing2.
18201 * gdb.mi/mi-var-display.exp: Update test to match output.
18202 Step to the line specified by $line_dct_nothing.
18203 Increase the number of lines to step.
18204
18205 2014-10-14 Yao Qi <yao@codesourcery.com>
18206
18207 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18208 tests.
18209 * gdb.mi/mi2-var-child.exp: Likewise.
18210
18211 2014-10-13 Doug Evans <dje@google.com>
18212
18213 * gdb.python/py-objfile.exp: Change name of file name test.
18214
18215 2014-10-13 Doug Evans <dje@google.com>
18216
18217 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18218 from the start of the CU.
18219
18220 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18221 Yao Qi <yao@codesourcery.com>
18222
18223 Fix "save breakpoints" for "catch" command.
18224 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18225 Remove -nonewline. Match also the added "main" line.
18226
18227 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18228
18229 Fix "save breakpoints" for "disable $bpnum" command.
18230 * gdb.base/save-bp.c (main): Add label.
18231 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18232
18233 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18234
18235 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18236
18237 2014-10-11 Yao Qi <yao@codesourcery.com>
18238
18239 * gdb.server/server-kill.exp: Execute command
18240 "set remote trace-status-packet on" before "tstatus".
18241
18242 2014-10-11 Yao Qi <yao@codesourcery.com>
18243
18244 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18245 (main): Call getppid.
18246 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18247 and continue to it. Read variable "server_pid".
18248
18249 2014-10-11 Yao Qi <yao@codesourcery.com>
18250
18251 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18252
18253 2014-10-11 Yao Qi <yao@codesourcery.com>
18254
18255 * gdb.threads/thread-find.exp: Don't execute command
18256 "info threads".
18257 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18258 * gdb.threads/linux-dp.exp: Don't check the condition
18259 $threads_created equals to zero.
18260
18261 2014-10-10 Pedro Alves <palves@redhat.com>
18262
18263 * gdb.base/bigcore.exp: Remove references to IRIX.
18264 * gdb.base/funcargs.exp: Likewise.
18265 * gdb.base/interrupt.exp: Likewise.
18266 * gdb.base/mips_pro.exp: Likewise.
18267 * gdb.base/nodebug.exp: Likewise.
18268 * gdb.base/setvar.exp: Likewise.
18269 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18270
18271 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18272 Pedro Alves <palves@redhat.com>
18273
18274 PR symtab/14466
18275 * gdb.base/vdso-warning.c: New file.
18276 * gdb.base/vdso-warning.exp: New file.
18277
18278 2014-10-02 Doug Evans <dje@google.com>
18279
18280 * gdb.base/structs.c (main): Don't run forever.
18281
18282 2014-10-02 Pedro Alves <palves@redhat.com>
18283
18284 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18285 (top level) <stop threads 1, stop threads 2>: Use it.
18286
18287 2014-10-02 Pedro Alves <palves@redhat.com>
18288
18289 * gdb.threads/break-while-running.exp (test): Add new
18290 'update_thread_list' argument. Skip "info threads" if false.
18291 (top level): Add new 'update_thread_list' axis.
18292
18293 2014-10-02 Pedro Alves <palves@redhat.com>
18294
18295 PR breakpoints/17431
18296 * gdb.base/execl-update-breakpoints.c: New file.
18297 * gdb.base/execl-update-breakpoints.exp: New file.
18298
18299 2014-10-01 Pedro Alves <palves@redhat.com>
18300
18301 * gdb.base/breakpoint-in-ro-region.c: New file.
18302 * gdb.base/breakpoint-in-ro-region.exp: New file.
18303
18304 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18305
18306 * gdb.mi/mi-exit-code.exp: New file.
18307 * gdb.mi/mi-exit-code.c: New file.
18308
18309 2014-09-30 Yao Qi <yao@codesourcery.com>
18310
18311 * lib/prelink-support.exp (build_executable_own_libs): Error if
18312 the target isn't native.
18313
18314 2014-09-30 Yao Qi <yao@codesourcery.com>
18315
18316 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18317 false.
18318
18319 2014-09-22 Pedro Alves <palves@redhat.com>
18320
18321 * gdb.threads/break-while-running.exp: New file.
18322 * gdb.threads/break-while-running.c: New file.
18323
18324 2014-09-19 Yao Qi <yao@codesourcery.com>
18325
18326 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18327 Invoke test. Restart GDB with --readnow and invoke test again.
18328
18329 2014-09-19 Yao Qi <yao@codesourcery.com>
18330
18331 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18332 proc set_breakpoint_on_gcd_function. Invoke
18333 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18334 invoke set_breakpoint_on_gcd_function again.
18335
18336 2014-09-18 Doug Evans <dje@google.com>
18337
18338 * gdb.dwarf2/symtab-producer.exp: New file.
18339
18340 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18341
18342 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18343 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18344 * gdb.base/global-var-nested-by-dso.c: Likewise.
18345 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18346
18347 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18348 Pedro Alves <palves@redhat.com>
18349
18350 * gdb.base/watch-bitfields.exp: Pass string other than test file
18351 name to prepare_for_testing.
18352 (watch): New procedure.
18353 (expect_watchpoint): Use with_test_prefix.
18354 (top level): Factor out tests to ...
18355 (test_watch_location, test_regular_watch): ... these new
18356 procedures, and use with_test_prefix and gdb_continue_to_end.
18357
18358 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18359
18360 PR breakpoints/12526
18361 * gdb.base/watch-bitfields.exp: New file.
18362 * gdb.base/watch-bitfields.c: New file.
18363
18364 2014-09-16 Pedro Alves <palves@redhat.com>
18365
18366 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18367 software and hardware addresses, not software address against
18368 itself.
18369
18370 2014-09-16 Pedro Alves <palves@redhat.com>
18371
18372 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18373 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18374
18375 2014-09-16 Pedro Alves <palves@redhat.com>
18376
18377 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18378 files.
18379 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18380 "*-*-vxworks*" throughout.
18381 * gdb.base/break.exp: Likewise.
18382 * gdb.base/default.exp: Likewise.
18383 * gdb.base/scope.exp: Likewise.
18384 * gdb.base/sepdebug.exp: Likewise.
18385 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18386 throughout.
18387 * gdb.base/run.c: Likewise.
18388 * gdb.base/sepdebug.c: Likewise.
18389 * gdb.hp/gdb.aCC/run.c: Likewise.
18390 * gdb.reverse/until-reverse.c: Likewise.
18391 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18392
18393 2014-09-16 Yao Qi <yao@codesourcery.com>
18394
18395 * boards/local-remote-host-native.exp: New file.
18396
18397 2014-09-14 Doug Evans <xdje42@gmail.com>
18398
18399 * gdb.threads/queue-signal.c (thread_count): New variable.
18400 (thread_count_mutex, thread_count_condvar): New variables.
18401 (incr_thread_count, wait_all_threads_running): New functions.
18402 (main): Wait for all threads to be in their thread functions.
18403
18404 2014-09-13 Doug Evans <xdje42@gmail.com>
18405
18406 * gdb.threads/queue-signal.c: New file.
18407 * gdb.threads/queue-signal.exp: New file.
18408
18409 2014-09-13 Doug Evans <xdje42@gmail.com>
18410
18411 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18412 be consistent with what default_gdb_init uses.
18413 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18414 the plain text of the prompt. Add some logging printfs.
18415 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18416
18417 2014-09-12 Pedro Alves <palves@redhat.com>
18418
18419 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18420 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18421 * gdb.arch/i386-size-overlap.exp: Likewise.
18422 * gdb.arch/i386-size.exp: Likewise.
18423 * gdb.arch/i386-unwind.exp: Likewise.
18424 * gdb.base/a2-run.exp: Likewise.
18425 * gdb.base/break.exp: Likewise.
18426 * gdb.base/charset.exp: Likewise.
18427 * gdb.base/chng-syms.exp: Likewise.
18428 * gdb.base/commands.exp: Likewise.
18429 * gdb.base/dbx.exp: Likewise.
18430 * gdb.base/find.exp: Likewise.
18431 * gdb.base/funcargs.exp: Likewise.
18432 * gdb.base/jit-simple.exp: Likewise.
18433 * gdb.base/reread.exp: Likewise.
18434 * gdb.base/sepdebug.exp: Likewise.
18435 * gdb.base/step-bt.exp: Likewise.
18436 * gdb.cp/mb-inline.exp: Likewise.
18437 * gdb.cp/mb-templates.exp: Likewise.
18438 * gdb.objc/basicclass.exp: Likewise.
18439 * gdb.threads/killed.exp: Likewise.
18440
18441 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18442
18443 PR tdep/17379
18444 * gdb.arch/powerpc-stackless.S: New file.
18445 * gdb.arch/powerpc-stackless.exp: New file.
18446
18447 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18448
18449 * gdb.base/attach.c: Include unistd.h.
18450 (main): Call alarm. Add label postloop.
18451 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18452 gdb_breakpoint, gdb_continue_to_breakpoint.
18453 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18454
18455 2014-09-11 Pedro Alves <palves@redhat.com>
18456
18457 PR gdb/17347
18458 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18459 * gdb.base/attach.exp (test_command_line_attach_run): New
18460 procedure.
18461 (top level): Call it.
18462
18463 2014-09-11 Pedro Alves <palves@redhat.com>
18464
18465 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18466 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18467 (do_command_attach_tests): Use spawn_wait_for_attach.
18468 * gdb.base/solib-overlap.exp: Likewise.
18469 * gdb.multi/multi-attach.exp: Likewise.
18470 * gdb.python/py-prompt.exp: Likewise.
18471 * gdb.python/py-sync-interp.exp: Likewise.
18472 * gdb.server/ext-attach.exp: Likewise.
18473
18474 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18475
18476 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18477 command in testcase. Simplify testcase.
18478
18479 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18480
18481 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18482
18483 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18484
18485 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18486
18487 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18488
18489 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18490
18491 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18492
18493 * gdb.dwarf2/dynarr-ptr.c: New file.
18494 * gdb.dwarf2/dynarr-ptr.exp: New file.
18495
18496 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18497
18498 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18499 of 30 rather than hardcoding 120 for a slow test case. Take the
18500 `gdb,timeout' target setting into account for this calculation.
18501 Don't extend the timeout for the test cases that don't need it.
18502
18503 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18504
18505 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18506 a factor of 2 for a slow test case. Take the `gdb,timeout'
18507 target setting into account for this calculation.
18508 * gdb.reverse/until-precsave.exp: Increase the timeout by
18509 a factor of 15 and 3 respectively rather than adding 120
18510 for a pair of slow test cases. Take the `gdb,timeout'
18511 target setting into account for this calculation.
18512
18513 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18514
18515 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18516 timeout, don't pass one down to gdb_expect.
18517 (gdb_expect): Rework timeout selection.
18518
18519 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18520
18521 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18522 exception on timeout.
18523 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18524 (gdbserver_start_extended): Catch any `gdbserver_start' error
18525 exceptions.
18526 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18527 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18528 `gdbserver_gdb_load' error exceptions.
18529
18530 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18531
18532 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18533 120 on waiting for the TCP socket to open.
18534
18535 2014-09-09 Doug Evans <xdje42@gmail.com>
18536
18537 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18538 _caller_matches, _any_caller_is, _any_caller_matches.
18539
18540 2014-09-09 Doug Evans <xdje42@gmail.com>
18541
18542 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18543
18544 2014-09-09 Yao Qi <yao@codesourcery.com>
18545
18546 * gdb.mi/mi-var-display.exp: Set print symbol off.
18547
18548 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18549
18550 PR gdb/17035
18551 * gdb.base/commands.exp: Add tests to verify user-defined
18552 commands with empty bodies.
18553 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18554 python commands in `show user command`.
18555 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18556 scheme commands in `show user command`.
18557
18558 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18559
18560 PR python/17355
18561 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18562 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18563 * gdb.python/py-framefilter-invalidarg.exp: New file.
18564 * gdb.python/py-framefilter-invalidarg.py: New file.
18565
18566 2014-09-06 Doug Evans <xdje42@gmail.com>
18567
18568 PR 15276
18569 * gdb.python/py-caller-is.c: New file.
18570 * gdb.python/py-caller-is.exp: New file.
18571
18572 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18573
18574 PR gdb/17235
18575 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18576 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18577
18578 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18579
18580 PR fortran/17237
18581 * gdb.fortran/print-formatted.exp: New file.
18582 * gdb.fortran/print-formatted.f90: Likewise.
18583
18584 2014-09-03 Sasha Smundak <asmundak@google.com>
18585
18586 * gdb.python/py-frame.exp: Test Frame.read_register.
18587
18588 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18589
18590 PR python/16699
18591 * gdb.python/py-completion.exp: New file.
18592 * gdb.python/py-completion.py: Likewise.
18593
18594 2014-08-28 Doug Evans <dje@google.com>
18595
18596 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18597 eax,etc. are live with values set by gdb and thus the compiler can't
18598 use them.
18599 * gdb.arch/i386-pseudo.c (main): Ditto.
18600
18601 2014-08-27 Doug Evans <dje@google.com>
18602
18603 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18604
18605 2014-08-25 Doug Evans <dje@google.com>
18606
18607 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18608 (main): Ditto.
18609
18610 2014-08-25 Doug Evans <dje@google.com>
18611
18612 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18613
18614 2014-08-24 Yao Qi <yao@codesourcery.com>
18615
18616 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18617 symbol off.
18618 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18619
18620 2014-08-22 Doug Evans <dje@google.com>
18621
18622 PR 17276
18623 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18624 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18625 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18626
18627 2014-08-22 Yao Qi <yao@codesourcery.com>
18628
18629 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18630 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18631 * gdb.python/python.exp: Likewise. Use .py file on the host
18632 instead of the build.
18633
18634 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18635
18636 * gdb.threads/gcore-stale-thread.c: New file.
18637 * gdb.threads/gcore-stale-thread.exp: New file.
18638
18639 2014-08-21 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18642 * gdb.base/gcore-relro-pie.exp: Likewise.
18643 * gdb.base/gcore-relro.exp: Likewise.
18644 * gdb.base/gcore.exp: Likewise.
18645 * gdb.base/print-symbol-loading.exp: Likewise.
18646 * gdb.threads/gcore-thread.exp: Likewise.
18647 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18648
18649 2014-08-20 Pedro Alves <palves@redhat.com>
18650 Jan Kratochvil <jan.kratochvil@redhat.com>
18651
18652 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18653 configure.
18654 (EXPECT): Handle READ1 being set.
18655 (all): Depend on EXTRA_RULES.
18656 (check-read1, expect-read1, read1.so, read1): New rules.
18657 * README (Testsuite Parameters): Document the READ1 make variable.
18658 (Race detection): New section.
18659 * configure: Regenerate.
18660 * configure.ac: If build==host==target, and running under a
18661 GNU/glibc system, add read1 to the extra Makefile rules.
18662 (EXTRA_RULES): AC_SUBST it.
18663 * lib/read1.c: New file.
18664
18665 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18666
18667 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18668 the handling of variables declared as a typedef to an array
18669 which a DW_AT_data_location attribute.
18670
18671 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18672 Pedro Alves <palves@redhat.com>
18673
18674 PR symtab/14604
18675 PR symtab/14605
18676 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18677 gdb_test.
18678
18679 2014-08-19 Pedro Alves <palves@redhat.com>
18680
18681 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18682
18683 2014-08-19 Yao Qi <yao@codesourcery.com>
18684
18685 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18686 right line.
18687
18688 2014-08-18 David Blaikie <dblaikie@gmail.com>
18689
18690 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18691
18692 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18693
18694 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18695 attribute in array range.
18696
18697 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18698
18699 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18700
18701 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18702
18703 PR c++/17132
18704 * gdb.cp/pr17132.cc: New file.
18705 * gdb.cp/pr17132.exp: New file.
18706
18707 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18708
18709 * gdb.python/py-xmethods.py (A_getarrayind)
18710 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18711 Use 'print' with function call syntax.
18712 (E_method_matcher.match): Fix tab vs space indentation mixup.
18713
18714 2014-08-15 Yao Qi <yao@codesourcery.com>
18715
18716 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18717 false.
18718
18719 2014-08-15 Yao Qi <yao@codesourcery.com>
18720
18721 * gdb.cp/casts.exp: Set print symbol off.
18722 * gdb.cp/class2.exp: Likewise.
18723 * gdb.cp/overload.exp: Likewise.
18724 * gdb.cp/templates.exp: Likewise.
18725
18726 2014-08-11 Doug Evans <dje@google.com>
18727
18728 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18729 (test_load_shlib): Update.
18730
18731 2014-08-09 Yao Qi <yao@codesourcery.com>
18732
18733 * gdb.base/display.exp: Invoke is_address_zero_readable.
18734 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18735 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18736 * gdb.base/hbreak-unmapped.exp: Return if
18737 is_address_zero_readable returns true.
18738 * gdb.base/signest.exp: Likewise.
18739 * gdb.base/signull.exp: Likewise.
18740 * gdb.base/sigbpt.exp: Likewise.
18741 * gdb.guile/scm-disasm.exp: Do the test if
18742 is_address_zero_readable returns false.
18743 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18744 * gdb.python/py-arch.exp: Likewise.
18745 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18746 * lib/gdb.exp (is_address_zero_readable): New proc.
18747
18748 2014-08-09 Yao Qi <yao@codesourcery.com>
18749
18750 PR testsuite/13443
18751 * gdb.mi/mi-var-display.exp: Make test messages unique.
18752
18753 2014-08-04 Tom Tromey <tromey@redhat.com>
18754
18755 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18756 target 0".
18757
18758 2014-08-04 Tom Tromey <tromey@redhat.com>
18759
18760 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18761 "target_resume".
18762
18763 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18764
18765 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18766 inner_vla_struct_object_size.
18767 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18768 as xfail.
18769
18770 2014-07-30 Pedro Alves <palves@redhat.com>
18771
18772 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18773 comment.
18774
18775 2014-07-29 Yao Qi <yao@codesourcery.com>
18776
18777 PR gdb/17206
18778 * gdb.base/until-nodebug.exp: New.
18779
18780 2014-07-28 Doug Evans <xdje42@gmail.com>
18781
18782 PR guile/17203
18783 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18784 previously existing parameter, and previously ambiguously spelled
18785 parameter.
18786
18787 2014-07-28 Will Newton <will.newton@linaro.org>
18788
18789 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18790
18791 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18792 Doug Evans <xdje42@gmail.com>
18793
18794 PR guile/17146
18795 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18796
18797 2014-07-25 Pedro Alves <palves@redhat.com>
18798
18799 * gdb.threads/signal-command-handle-nopass.c: New file.
18800 * gdb.threads/signal-command-handle-nopass.exp: New file.
18801 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18802 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18803 * gdb.threads/signal-delivered-right-thread.c: New file.
18804 * gdb.threads/signal-delivered-right-thread.exp: New file.
18805
18806 2014-07-25 Pedro Alves <palves@redhat.com>
18807
18808 * gdb.base/double-prompt-target-event-error.exp
18809 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18810 match.
18811 (cancel_pagination_in_target_event): Rework double prompt
18812 detection.
18813 * gdb.base/paginate-after-ctrl-c-running.exp
18814 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18815 <return>' match.
18816 * gdb.base/paginate-bg-execution.exp
18817 (test_bg_execution_pagination_return)
18818 (test_bg_execution_pagination_cancel): Remove '-notransfer
18819 <return>' matches.
18820 * gdb.base/paginate-execution-startup.exp
18821 (test_fg_execution_pagination_return)
18822 (test_fg_execution_pagination_cancel): Remove '-notransfer
18823 <return>' matches.
18824 * gdb.base/paginate-inferior-exit.exp
18825 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18826 match.
18827 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18828 * lib/gdb.exp (pagination_prompt): Run text through
18829 string_to_regexp.
18830 (gdb_test_multiple): Match $pagination_prompt instead of
18831 "<return>".
18832 (string_to_regexp): Move to lib/gdb-utils.exp.
18833
18834 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18835
18836 * gdb.arch/amd64-entry-value-paramref.S: New file.
18837 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18838 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18839 * gdb.arch/amd64-optimout-repeat.S: New file.
18840 * gdb.arch/amd64-optimout-repeat.c: New file.
18841 * gdb.arch/amd64-optimout-repeat.exp: New file.
18842
18843 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18844
18845 PR gdb/17170
18846 * gdb.base/statistics.exp: New file.
18847
18848 2014-07-17 Doug Evans <dje@google.com>
18849
18850 PR gdb/17170
18851 * gdb.base/maint.exp: Update testing of per-command stats.
18852
18853 2014-07-16 Pedro Alves <palves@redhat.com>
18854
18855 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18856 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18857 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18858 (tfile_write_buf): New functions.
18859 (add_memory_block): Rewrite using the above.
18860 (adjust_function_address): New function.
18861 (FUNCTION_ADDRESS): New macro.
18862 (write_basic_trace_file): Remove short_x local, and use
18863 tfile_write_16. Change type of func_addr local to unsigned long
18864 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18865 here. Cast argument of add_memory_block to char pointer.
18866 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18867 (main): Remove parameters.
18868 * gdb.trace/tfile.exp: Remove nowarnings.
18869
18870 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18871
18872 * gdb.base/debug-expr.exp: Test string evaluation with
18873 "debug expression" on.
18874
18875 2014-07-15 Pedro Alves <palves@redhat.com>
18876
18877 * gdb.base/reread.exp: Use clean_restart.
18878
18879 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18880
18881 * gdb.arch/avr-flash-qualifer.c: New.
18882 * gdb.arch/avr-flash-qualifer.exp: New.
18883
18884 2014-07-14 Pedro Alves <palves@redhat.com>
18885
18886 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18887 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18888
18889 2014-07-14 Pedro Alves <palves@redhat.com>
18890
18891 * gdb.base/double-prompt-target-event-error.c: New file.
18892 * gdb.base/double-prompt-target-event-error.exp: New file.
18893
18894 2014-07-14 Pedro Alves <palves@redhat.com>
18895
18896 PR gdb/17072
18897 * gdb.base/paginate-inferior-exit.c: New file.
18898 * gdb.base/paginate-inferior-exit.exp: New file.
18899
18900 2014-07-14 Pedro Alves <palves@redhat.com>
18901
18902 PR gdb/17072
18903 * gdb.base/paginate-bg-execution.c: New file.
18904 * gdb.base/paginate-bg-execution.exp: New file.
18905
18906 2014-07-14 Pedro Alves <palves@redhat.com>
18907
18908 PR gdb/17072
18909 * gdb.base/paginate-execution-startup.c: New file.
18910 * gdb.base/paginate-execution-startup.exp: New file.
18911 * lib/gdb.exp (pagination_prompt): New global.
18912 (default_gdb_spawn): New procedure, factored out from
18913 default_gdb_spawn.
18914 (default_gdb_start): Adjust to call default_gdb_spawn.
18915 (gdb_spawn): New procedure.
18916
18917 2014-07-14 Pedro Alves <palves@redhat.com>
18918
18919 * lib/gdb.exp (gdb_assert): New procedure.
18920 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18921
18922 2014-07-14 Pedro Alves <palves@redhat.com>
18923
18924 * gdb.base/execution-termios.c: New file.
18925 * gdb.base/execution-termios.exp: New file.
18926
18927 2014-07-14 Tom Tromey <tromey@redhat.com>
18928
18929 * gdb.cp/vla-cxx.cc: New file.
18930 * gdb.cp/vla-cxx.exp: New file.
18931
18932 2014-07-14 Tom Tromey <tromey@redhat.com>
18933
18934 * gdb.reverse/rerun-prec.c: New file.
18935 * gdb.reverse/rerun-prec.exp: New file.
18936
18937 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18938 Maciej W. Rozycki <macro@codesourcery.com>
18939
18940 * lib/gdb-utils.exp: New file.
18941 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18942 inline `gdb_init_command' processing.
18943 (gdb_start_cmd): Likewise.
18944 * lib/mi-support.exp (mi_run_cmd): Likewise.
18945 * README: Document `gdb_init_command' and `gdb_init_commands'.
18946
18947 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18948
18949 Fix false FAIL running under a very long directory name.
18950 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18951 and "set print elements 10000". Twice.
18952
18953 2014-07-11 Yao Qi <yao@codesourcery.com>
18954
18955 * gdb.base/exprs.exp: "set print symbol off".
18956
18957 2014-07-11 Pedro Alves <palves@redhat.com>
18958
18959 * gdb.threads/kill.c: New file.
18960 * gdb.threads/kill.exp: New file.
18961
18962 2014-07-10 Yao Qi <yao@codesourcery.com>
18963
18964 * gdb.trace/tfile.c (write_basic_trace_file)
18965 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18966 address written to trace file.
18967
18968 2014-07-09 Pedro Alves <palves@redhat.com>
18969
18970 * gdb.base/attach-wait-input.exp: New file.
18971 * gdb.base/attach-wait-input.c: New file.
18972
18973 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18974
18975 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18976 setting up test structures.
18977 (main): Call new test function.
18978 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18979 test function, continue into test function and walk test
18980 structures.
18981
18982 2014-07-02 Yao Qi <yao@codesourcery.com>
18983
18984 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18985 'bar_start' at the beginning of functions 'foo' and 'bar'
18986 respectively.
18987 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18988 instead of 'foo' and 'bar'.
18989
18990 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18991
18992 * gdb.btrace/segv.exp: New.
18993 * gdb.btrace/segv.c: New.
18994
18995 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18996
18997 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18998 instruction.
18999
19000 2014-06-30 Mark Wielaard <mjw@redhat.com>
19001
19002 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19003 vulture, vilify, villar): New volatile array constants.
19004 (vindictive, vegetation): New const volatile array constants.
19005 * gdb.base/volatile.exp: Test volatile and const volatile array
19006 types.
19007
19008 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19009
19010 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19011 target lacks support for awatch, rwatch, or hbreak.
19012
19013 2014-06-27 Yao Qi <yao@codesourcery.com>
19014
19015 * gdb.multi/dummy-frame-restore.exp: New.
19016 * gdb.multi/dummy-frame-restore.c: New.
19017
19018 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19019
19020 * gdb.btrace/gcore.exp: New.
19021
19022 2014-06-23 Pedro Alves <palves@redhat.com>
19023
19024 * gdb.base/watchpoint-reuse-slot.c: New file.
19025 * gdb.base/watchpoint-reuse-slot.exp: New file.
19026
19027 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19028
19029 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19030 progspace's filename in 'info', 'enable' and 'disable' command
19031 tests.
19032
19033 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19034
19035 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19036 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19037 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19038
19039 2014-06-20 Gary Benson <gbenson@redhat.com>
19040
19041 * gdb.arch/i386-avx.exp: Fix include file location.
19042 * gdb.arch/i386-sse.exp: Likewise.
19043
19044 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19045
19046 * gdb.dlang/expression.exp: New file.
19047
19048 2014-06-19 Pedro Alves <palves@redhat.com>
19049
19050 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19051 out from ...
19052 (top level): ... here. Iterate running tests under different
19053 scheduler-locking settings.
19054
19055 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19056
19057 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19058 to DW_FORM_addr and use non-zero addresses.
19059
19060 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19061
19062 PR gdb/17017
19063 * gdb.python/py-xmethods.cc: Add global function call counters and
19064 increment them in their respective functions. Remove "cout"
19065 statements.
19066 * gdb.python/py-xmethods.exp: Make tests check the global function
19067 call counters instead of depending on inferior IO.
19068
19069 2014-06-18 Don Breazeal <donb@codesourcery.com>
19070
19071 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19072 Deleted procedure.
19073 (explicit_fork_parent_follow): Deleted procedure.
19074 (explicit_fork_child_follow): Deleted procedure.
19075 (test_follow_fork): New procedure.
19076 (do_fork_tests): Replace calls to deleted procedures with
19077 calls to test_follow_fork and reset GDB for subsequent
19078 procedure calls.
19079
19080 2014-06-17 Yao Qi <yao@codesourcery.com>
19081
19082 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19083 CP1252.
19084
19085 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19086
19087 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19088 Initialize ptr and S explicitly.
19089 (skip_type_update_when_not_use_rtti_test): Likewise.
19090
19091 2014-06-16 Keith Seitz <keiths@redhat.com>
19092
19093 PR mi/15863
19094 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19095 the inferior is started.
19096
19097 2014-06-16 Pedro Alves <palves@redhat.com>
19098
19099 * gdb.base/break-main-file-remove-fail.c: New file.
19100 * gdb.base/break-main-file-remove-fail.exp: New file.
19101 * gdb.base/break-unload-file.exp: Use build_executable instead of
19102 prepare_for_testing.
19103 (test_break): New parameter "initial_load". Handle it.
19104 (top level): Add initial_load cmdline/file axis.
19105
19106 2014-06-12 Tom Tromey <tromey@redhat.com>
19107
19108 * gdb.base/completion.exp: Don't use directory name in test.
19109
19110 2014-06-09 Gary Benson <gbenson@redhat.com>
19111
19112 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19113 separate the always-available ANSI-standard signals from the
19114 signals that require checking.
19115 (main): Likewise.
19116 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19117 Likewise.
19118 (main): Likewise.
19119
19120 2014-06-07 Keith Seitz <keiths@redhat.com>
19121
19122 Revert:
19123 PR c++/16253
19124 * gdb.cp/var-tag.cc: New file.
19125 * gdb.cp/var-tag.exp: New file.
19126 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19127 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19128 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19129 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19130
19131 2014-06-06 Doug Evans <xdje42@gmail.com>
19132
19133 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19134
19135 2014-06-06 Pedro Alves <palves@redhat.com>
19136
19137 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19138 in target debug output instead of looking at RSP packets,
19139 disabling the test on any target that uses hardware stepping.
19140 Update comments.
19141
19142 2014-06-06 Pedro Alves <palves@redhat.com>
19143
19144 * gdb.base/break-unload-file.exp: Fix typo.
19145
19146 2014-06-06 Yao Qi <yao@codesourcery.com>
19147
19148 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19149 from "jit_function" to "^jit_function".
19150
19151 2014-06-06 Yao Qi <yao@codesourcery.com>
19152
19153 * gdb.base/async.c (foo): Add one statement.
19154 * gdb.base/async.exp: Get the next instruction address and
19155 match the output of "nexti" by instruction address. Match
19156 the hex address in the output of "finish".
19157
19158 2014-06-06 Gary Benson <gbenson@redhat.com>
19159
19160 * gdb.base/call-signals.c: Remove preprocessor conditionals
19161 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19162 SIGSEGV and SIGTERM.
19163 * gdb.base/sigall.c: Likewise.
19164 * gdb.base/unwindonsignal.c: Likewise.
19165 * gdb.reverse/sigall-reverse.c: Likewise.
19166
19167 2014-06-06 Yao Qi <yao@codesourcery.com>
19168
19169 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19170 readable, skip the test.
19171
19172 2014-06-06 Yao Qi <yao@codesourcery.com>
19173
19174 * gdb.threads/staticthreads.c (thread_function): Move the line
19175 setting breakpoint on forward.
19176 * gdb.threads/staticthreads.exp: Update comments.
19177
19178 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19179
19180 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19181 "history-append! type error".
19182
19183 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19184
19185 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19186 erroneous dprintf expected input.
19187
19188 2014-06-04 Doug Evans <xdje42@gmail.com>
19189
19190 * gdb.guile/scm-generics.exp: Delete.
19191
19192 2014-06-04 Doug Evans <xdje42@gmail.com>
19193
19194 * gdb.guile/scm-breakpoint.exp: Update.
19195 Add tests for breakpoint registration.
19196
19197 2014-06-04 Tom Tromey <tromey@redhat.com>
19198
19199 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19200 VLA-in-union.
19201 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19202 inner_vla_struct, vla_union types. Initialize objects of those
19203 types and compute their sizes.
19204
19205 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19206 Hui Zhu <hui@codesourcery.com>
19207
19208 * gdb.base/fileio.exp: Add test for shell not available as well as
19209 available.
19210 * gdb.base/fileio.c (test_system): Check for shell twice.
19211
19212 2014-06-04 Yao Qi <yao@codesourcery.com>
19213
19214 * gdb.base/auto-connect-native-target.exp: Remove redundant
19215 space from the regexp pattern.
19216
19217 2014-06-04 Yao Qi <yao@codesourcery.com>
19218
19219 * gdb.base/default.exp: Replace "child" with "native" in
19220 regexp pattern.
19221
19222 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19223
19224 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19225 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19226 * gdb.python/py-xmethods.py: Python script supporting the
19227 new testcase and tests.
19228
19229 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19230 Pedro Alves <palves@redhat.com>
19231
19232 PR breakpoints/17000
19233 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19234 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19235
19236 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19237
19238 * gdb.base/subst.exp: Add tests to verify partial path matching
19239 output.
19240
19241 2014-06-03 Pedro Alves <palves@redhat.com>
19242
19243 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19244 target that doesn't use software single-stepping.
19245
19246 2014-06-03 Pedro Alves <palves@redhat.com>
19247
19248 PR breakpoints/17000
19249 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19250 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19251
19252 2014-06-02 Doug Evans <xdje42@gmail.com>
19253
19254 * gdb.guile/scm-parameter.exp: New file.
19255
19256 2014-06-02 Doug Evans <xdje42@gmail.com>
19257
19258 * gdb.guile/scm-cmd.c: New file.
19259 * gdb.guile/scm-cmd.exp: New file.
19260
19261 2014-06-02 Doug Evans <xdje42@gmail.com>
19262
19263 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19264 pretty-printer lookup.
19265 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19266 (make-pp_s-printer): Call it.
19267 (make-pretty-printer-from-dict): New function.
19268 (lookup-pretty-printer-maker-from-dict): New function.
19269 (*pretty-printer*): Simplify.
19270 (make-objfile-pp_s-printer): New function.
19271 (install-objfile-pretty-printers!): New function.
19272 (make-progspace-pp_s-printer): New function.
19273 (install-progspace-pretty-printers!): New function.
19274 * gdb.guile/scm-progspace.c: New file.
19275 * gdb.guile/scm-progspace.exp: New file.
19276
19277 2014-06-02 Pedro Alves <palves@redhat.com>
19278
19279 * gdb.base/dprintf-bp-same-addr.c: New file.
19280 * gdb.base/dprintf-bp-same-addr.exp: New file.
19281
19282 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19283
19284 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19285 * gdb.arch/powerpc-power.s: Likewise.
19286
19287 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19288
19289 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19290
19291 2014-06-01 Yao Qi <yao@codesourcery.com>
19292
19293 * gdb.base/watchpoint.exp (test_watch_location): Check null
19294 pointer can be dereferenced. If not, do the test, otherwise
19295 skip it.
19296
19297 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19298
19299 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19300 results.
19301 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19302
19303 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19304
19305 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19306 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19307 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19308 * gdb.arch/amd64-invalid-stack-top.c: New file.
19309 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19310
19311 2014-05-30 Pedro Alves <palves@redhat.com>
19312
19313 PR breakpoints/17000
19314 * gdb.base/sss-bp-on-user-bp.c: New file.
19315 * gdb.base/sss-bp-on-user-bp.exp: New file.
19316
19317 2014-05-30 David Blaikie <dblaikie@gmail.com>
19318
19319 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19320 gnu_inline semantics via attribute.
19321 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19322 source explicitly specifies the required semantics.
19323
19324 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19325
19326 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19327
19328 2014-05-29 Pedro Alves <palves@redhat.com>
19329 Tom Tromey <tromey@redhat.com>
19330
19331 * gdb.base/async-shell.exp: Don't enable target-async.
19332 * gdb.base/async.exp
19333 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19334 parameter. Adjust.
19335 (top level): Don't test with "target-async".
19336 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19337 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19338 * gdb.base/inferior-died.exp: Don't enable target-async.
19339 * gdb.base/interrupt-noterm.exp: Likewise.
19340 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19341 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19342 * gdb.mi/mi-nonstop.exp: Likewise.
19343 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19344 * gdb.mi/mi-nsintrall.exp: Likewise.
19345 * gdb.mi/mi-nsmoribund.exp: Likewise.
19346 * gdb.mi/mi-nsthrexec.exp: Likewise.
19347 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19348 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19349 * gdb.python/py-evsignal.exp: Don't enable target-async.
19350 * gdb.python/py-evthreads.exp: Likewise.
19351 * gdb.python/py-prompt.exp: Likewise.
19352 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19353 * gdb.server/solib-list.exp: Don't enable target-async.
19354 * gdb.threads/thread-specific-bp.exp: Likewise.
19355 * lib/mi-support.exp: Adjust to use mi-async.
19356
19357 2014-05-29 Pedro Alves <palves@redhat.com>
19358
19359 PR gdb/13860
19360 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19361 reason, even in sync mode.
19362
19363 2014-05-29 Pedro Alves <palves@redhat.com>
19364 Hui Zhu <hui@codesourcery.com>
19365
19366 PR PR15693
19367 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19368 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19369 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19370 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19371
19372 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19373
19374 * config/monitor.exp (gdb_target_monitor): Replace use of
19375 "set remotebaud" by "set serial baud".
19376
19377 2014-05-26 Andy Wingo <wingo@igalia.com>
19378
19379 * gdb.guile/scm-breakpoint.exp:
19380 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19381 properties instead of gdb-object-properties.
19382
19383 2014-05-26 Yao Qi <yao@codesourcery.com>
19384
19385 * gdb.server/no-thread-db.exp: Specify source file name
19386 explicitly when setting a breakpoint.
19387
19388 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19389
19390 * gdb.btrace/vdso.c: New.
19391 * gdb.btrace/vdso.exp: New.
19392
19393 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19394
19395 * gdb.base/gcore.exp (capture_command_output): Move ...
19396 * lib/gdb.exp (capture_command_output): ... here.
19397
19398 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19399
19400 * gdb.btrace/data.exp: Test memory access during btrace replay.
19401
19402 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19403
19404 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19405
19406 2014-05-21 Pedro Alves <palves@redhat.com>
19407
19408 PR gdb/13860
19409 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19410 (top level): Test that output related to execution commands is
19411 sent to the console with CLI commands, but not with MI commands.
19412 Test that breakpoint events are always mirrored to the console.
19413 Also expect the new source line to be output after a "next" in
19414 async mode too. Make it a pass/fail test.
19415 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19416 output.
19417 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19418
19419 2014-05-21 Pedro Alves <palves@redhat.com>
19420
19421 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19422 Use them to test variations of "list" after reaching a breakpoint.
19423 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19424 Test "list" with listsize 10 after reaching a breakpoint.
19425 * gdb.python/python.exp (decode_line current location line
19426 number): Adjust expected line number.
19427
19428 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19429
19430 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19431 behavior for $args, pass it directly to "run".
19432
19433 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19434
19435 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19436 30000 to 65536.
19437
19438 2014-05-21 Pedro Alves <palves@redhat.com>
19439
19440 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19441 auto-connect-native-target off".
19442 * gdb.base/auto-connect-native-target.c: New file.
19443 * gdb.base/auto-connect-native-target.exp: New file.
19444
19445 2014-05-21 Pedro Alves <palves@redhat.com>
19446
19447 * gdb.base/default.exp: Test "target native" instead of "target
19448 child".
19449
19450 2014-05-21 Mark Wielaard <mjw@redhat.com>
19451
19452 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19453
19454 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19455
19456 Fix TLS access for -static -pthread.
19457 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19458 <HAVE_TLS> (thread_function, main): Initialize it.
19459 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19460 Add clean_restart.
19461 <$have_tls != "">: Check TLSVAR.
19462
19463 2014-05-21 Pedro Alves <palves@redhat.com>
19464
19465 * gdb.base/dcache-line-read-error.c: New.
19466 * gdb.base/dcache-line-read-error.exp: New.
19467
19468 2014-05-20 Pedro Alves <palves@redhat.com>
19469
19470 * gdb.base/compare-sections.c: New file.
19471 * gdb.base/compare-sections.exp: New file.
19472
19473 2014-05-20 Pedro Alves <palves@redhat.com>
19474
19475 * gdb.base/break-idempotent.c: New file.
19476 * gdb.base/break-idempotent.exp: New file.
19477
19478 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19479
19480 * gdb.btrace/nohist.exp: New.
19481
19482 2014-05-20 Yao Qi <yao@codesourcery.com>
19483
19484 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19485 gdb.reverse directory and gdb_reverse_timeout exists in board
19486 setting.
19487 * README: Document gdb_reverse_timeout.
19488
19489 2014-05-20 Yao Qi <yao@codesourcery.com>
19490
19491 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19492 'test_file_name'. Treat args as a string instead of a list.
19493 (gdb_init): Rename argument 'args' by 'test_file_name'.
19494
19495 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19496
19497 * gdb.arch/powerpc-power.exp: New file.
19498 * gdb.arch/powerpc-power.s: New file.
19499
19500 2014-05-16 Doug Evans <dje@google.com>
19501
19502 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19503 * gdb.base/completion.exp: Check that all expected files exist
19504 before doing file completion.
19505
19506 2014-05-16 Doug Evans <dje@google.com>
19507
19508 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19509 Update.
19510 (do_syscall_tests_without_xml): Update.
19511
19512 2014-05-16 Pedro Alves <palves@redhat.com>
19513
19514 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19515 instead of "unknown output after running".
19516
19517 2014-05-16 Yao Qi <yao@codesourcery.com>
19518
19519 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19520 file1.txt from host at the end.
19521 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19522
19523 2014-05-15 Doug Evans <dje@google.com>
19524
19525 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19526 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19527 loading file. Add test for TU lookup.
19528
19529 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19530
19531 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19532 calling "-exec-arguments" or "set args" before running the
19533 inferior.
19534
19535 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19536
19537 * lib/mi-support.exp (mi_expect_stop): Expect message for
19538 inferiors that exit with non-zero exit code.
19539
19540 2014-05-14 Yao Qi <yao@codesourcery.com>
19541
19542 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19543 match absolute path on remote host.
19544 (test_file_list_exec_source_files): Remove "/" from the
19545 pattern.
19546
19547 2014-05-14 Yao Qi <yao@codesourcery.com>
19548
19549 * boards/local-remote-host-notty.exp (${board}_file): New
19550 proc.
19551
19552 2014-05-07 Kyle McMartin <kyle@redhat.com>
19553
19554 Pushed by Joel Brobecker <brobecker@adacore.com>.
19555 * gdb.arch/aarch64-atomic-inst.c: New file.
19556 * gdb.arch/aarch64-atomic-inst.exp: New file.
19557
19558 2014-05-07 Yao Qi <yao@codesourcery.com>
19559
19560 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19561 in current context" too.
19562
19563 2014-05-05 Keith Seitz <keiths@redhat.com>
19564
19565 * gdb.linespec/ls-dollar.exp: Add test for linespec
19566 file:convenience_variable.
19567
19568 2014-05-05 Yao Qi <yao@codesourcery.com>
19569
19570 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19571 traceframes into tfile and ctf trace files. Read data from
19572 trace file and test collected data.
19573 (gdb_collect_locals_test): Likewise.
19574 (gdb_unavailable_registers_test): Likewise.
19575 (gdb_unavailable_floats): Likewise.
19576 (gdb_collect_globals_test): Likewise.
19577 (top-level): Append "ctf" to trace_file_targets if GDB
19578 supports.
19579
19580 2014-05-05 Yao Qi <yao@codesourcery.com>
19581
19582 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19583 code to ...
19584 (gdb_collect_args_test_1): ... it. New proc.
19585 (gdb_collect_locals_test): Move some code to ...
19586 (gdb_collect_locals_test_1): ... it. New proc.
19587 (gdb_unavailable_registers_test): Move some code to ...
19588 (gdb_unavailable_registers_test_1): ... it. New proc.
19589 (gdb_unavailable_floats): Move some code to ...
19590 (gdb_unavailable_floats_1): ... it. New proc.
19591
19592 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19593
19594 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19595 probes to test for bitness recognition.
19596 * gdb.arch/amd64-stap-optional-prefix.exp
19597 (test_probe_value_without_reg): New procedure.
19598 Add code to test for different kinds of bitness.
19599
19600 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19601
19602 PR breakpoints/16889
19603 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19604 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19605
19606 2014-05-01 Pedro Alves <palves@redhat.com>
19607
19608 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19609 gdb_file_cmd if no file is specified.
19610 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19611 last_loaded_file to set the remote exec-file.
19612
19613 2014-05-01 Pedro Alves <palves@redhat.com>
19614
19615 * boards/local-remote-host.exp: New file.
19616
19617 2014-05-01 Pedro Alves <palves@redhat.com>
19618
19619 * boards/local-remote-host.exp: Rename to ...
19620 * boards/local-remote-host-notty.exp: ... this.
19621
19622 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19623
19624 * gdb.ada/dyn_arrayidx: New testcase.
19625
19626 2014-04-26 Yao Qi <yao@codesourcery.com>
19627
19628 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19629 and compute the length of function main. Save it in
19630 $main_length.
19631 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19632 (top-level): Use gdb_compile to compile objects into
19633 executable and restart GDB. Remove invocation to
19634 prepare_for_testing.
19635
19636 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19637 Pedro Alves <palves@redhat.com>
19638
19639 PR server/16255
19640 * gdb.multi/multi-attach.c: New file.
19641 * gdb.multi/multi-attach.exp: New file.
19642
19643 2014-04-25 Pedro Alves <palves@redhat.com>
19644
19645 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19646 user.
19647 (top level): Test that "set remote conditional-breakpoints-packet
19648 off" works as intended.
19649 * gdb.base/dprintf.exp: Test that "set remote
19650 breakpoint-commands-packet off" works as intended.
19651 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19652 New function.
19653 (top level): Call it.
19654 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19655 remote fast-tracepoints-packet off" works as intended.
19656 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19657 * lib/gdb.exp (gdb_is_target_remote): ... here.
19658
19659 2014-04-24 David Blaikie <dblaikie@gmail.com>
19660
19661 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19662 ensure clang would not discard them.
19663 * gdb.base/gdbvars.c: Ditto.
19664 * gdb.base/memattr.c: Ditto.
19665 * gdb.base/whatis.c: Ditto.
19666 * gdb.python/py-prettyprint.c: Ditto.
19667 * gdb.trace/actions.c: Ditto.
19668 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19669 ensure clang would not discard it.
19670
19671 2014-04-24 David Blaikie <dblaikie@gmail.com>
19672
19673 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19674 clang to emit the full definition of type required by the test
19675 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19676
19677 2014-04-24 David Blaikie <dblaikie@gmail.com>
19678
19679 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19680 coax Clang into emitting the definition of the type.
19681 * gdb.cp/pr10728-x.h (y): Ditto.
19682 * gdb.cp/pr10728-y.cc (y): Ditto.
19683
19684 2014-04-24 David Blaikie <dblaikie@gmail.com>
19685
19686 * gdb.base/label.exp: XFAIL label related tests under Clang.
19687 * gdb.cp/cplabel.exp: Ditto.
19688 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19689 under Clang those using labels.
19690
19691 2014-04-25 Yao Qi <yao@codesourcery.com>
19692
19693 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19694 double_label.
19695 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19696 partial_label and double_label.
19697
19698 2014-04-24 David Blaikie <dblaikie@gmail.com>
19699
19700 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19701
19702 2014-04-24 David Blaikie <dblaikie@gmail.com>
19703
19704 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19705 of the function to work across GCC and Clang.
19706 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19707 pointer types (const void ** const V void **).
19708
19709 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19710 Walfred Tedeschi <walfred.tedeschi@intel.com>
19711
19712 * Makefile.in (EXECUTABLES): Added i386-avx512.
19713 * gdb.arch/i386-avx512.c: New file.
19714 * gdb.arch/i386-avx512.exp: Likewise.
19715
19716 2014-04-23 Keith Seitz <keiths@redhat.com>
19717
19718 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19719 (mi_make_breakpoint_table): New procedure.
19720 (mi_create_breakpoint): Use mi_make_breakpoint
19721 and return the result.
19722 (mi_make_breakpoint): New procedure.
19723 (mi_build_kv_pairs): New procedure.
19724
19725 * gdb.mi/mi-break.exp: Remove unused globals,
19726 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19727 All callers updated.
19728 * gdb.mi/mi-dprintf.exp: Use variable to track command
19729 number.
19730 Update all callers of mi_create_breakpoint and use
19731 mi_make_breakpoint_table.
19732 Remove any unused global variables.
19733 * gdb.mi/mi-nonstop.exp: Likewise.
19734 * gdb.mi/mi-nsintrall.exp: Likewise.
19735 * gdb.mi/mi-nsmoribund.exp: Likewise.
19736 * gdb.mi/mi-nsthrexec.exp: Likewise.
19737 * gdb.mi/mi-reverse.exp: Likewise.
19738 * gdb.mi/mi-simplerun.exp: Likewise.
19739 * gdb.mi/mi-stepn.exp: Likewise.
19740 * gdb.mi/mi-syn-frame.exp: Likewise.
19741 * gdb.mi/mi-until.exp: Likewise.
19742 * gdb.mi/mi-var-cp.exp: Likewise.
19743 * gdb.mi/mi-var-display.exp: Likewise.
19744 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19745 * gdb.mi/mi2-var-child.exp: Likewise.
19746 * gdb.mi/mi-vla-c99.exp: Likewise.
19747 * lib/mi-support.exp: Likewise.
19748
19749 From Ian Lance Taylor <iant@cygnus.com>:
19750 * lib/gdb.exp (parse_args): New procedure.
19751
19752 2014-04-23 Pedro Alves <palves@redhat.com>
19753
19754 * gdb.base/break-unload-file.c: New file.
19755 * gdb.base/break-unload-file.exp: New file.
19756 * gdb.base/sym-file-lib.c (baz): New function.
19757 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19758 field.
19759 (load): Store the segment's mapped size.
19760 (unload): New function.
19761 (unload_shlib): New function.
19762 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19763 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19764 set a breakpoint at baz, and call it.
19765 * gdb.base/sym-file.exp: New tests for stale breakpoint
19766 instructions.
19767
19768 2014-04-23 Pedro Alves <palves@redhat.com>
19769
19770 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19771 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19772 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19773 * gdb.base/hbreak-unmapped.c: New file.
19774 * gdb.base/hbreak-unmapped.exp: New file.
19775 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19776 * lib/gdb.exp (gdb_is_target_remote): ... here.
19777
19778 2014-04-22 Pedro Alves <palves@redhat.com>
19779
19780 * gdb.base/consecutive-step-over.c: New file.
19781 * gdb.base/consecutive-step-over.exp: New file.
19782
19783 2014-04-22 Pedro Alves <palves@redhat.com>
19784
19785 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19786 instead of send_gdb/gdb_expect.
19787
19788 2014-04-22 Yao Qi <yao@codesourcery.com>
19789
19790 * lib/trace-support.exp (generate_tracefile): New procedure.
19791 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19792 return 0.
19793 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19794 if generate_tracefile returns 1.
19795
19796 2014-04-18 Tom Tromey <palves@redhat.com>
19797 Pedro alves <tromey@redhat.com>
19798
19799 PR backtrace/15558
19800 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19801 with a backtrace limit.
19802 * gdb.python/py-frame-inline.exp: Test running to an inline
19803 function with a backtrace limit, and printing the newest frame.
19804 * gdb.python/py-frame-inline.c (main): Call f.
19805
19806 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19807
19808 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19809
19810 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19811
19812 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19813 Drop prefix from unsupported source file path.
19814
19815 2014-04-17 Yao Qi <yao@codesourcery.com>
19816
19817 * lib/gdb.exp (with_target_charset): New proc.
19818 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19819 with_target_charset.
19820 (test_print_strings): Likewise.
19821 (test_repeat_bytes): Likewise.
19822 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19823 for some tests.
19824
19825 2014-04-16 Keith Seitz <keiths@redhat.com>
19826
19827 PR gdb/15827
19828 * gdb.dwarf2/corrupt.c: New file.
19829 * gdb.dwarf2/corrupt.exp: New file.
19830
19831 2014-04-16 Keith Seitz <keiths@redhat.com>
19832
19833 PR c++/16597
19834 * gdb.cp/namelessclass.cc: New file.
19835 * gdb.cp/namelessclass.exp: New file.
19836 * gdb.cp/namelessclass.S: New file.
19837
19838 2014-04-16 Doug Evans <dje@google.com>
19839
19840 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19841 Add comment.
19842 (gdbserver_default_get_comm_port): New function.
19843 (gdbserver_start): Check if board file provided
19844 "gdbserver,get_comm_port" and use it if so.
19845 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19846 (gdb,socketport): Set to "stdio".
19847 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19848 (stdio_gdbserver_template): Delete.
19849 (${board}_get_remote_address): Update.
19850 (${board}_build_remote_cmd): Delete.
19851 (${board}_get_comm_port): New function.
19852 (${board}_spawn): Update.
19853 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19854 Delete.
19855 (${board}_get_remote_address): Update.
19856 (${board}_get_comm_port): New function.
19857
19858 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19859
19860 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19861 appearing in any order.
19862
19863 2014-04-15 Doug Evans <dje@google.com>
19864
19865 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19866 uninitialized value of "description".
19867
19868 2014-04-15 Keith Seitz <keiths@redhat.com>
19869
19870 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19871 Remove unused globals.
19872 (test_running_the_program): Likewise.
19873 (test_controlled_execution): Likewise.
19874 (test_controlling_breakpoints): Likewise.
19875 (test_program_termination): Likewise.
19876
19877 2014-04-15 Keith Seitz <keiths@redhat.com>
19878
19879 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19880 unused globals.
19881 (test_rbreak_creation_and_listing): Likewise.
19882 (test_ignore_count): Likewise.
19883 (test_error): Likewise.
19884
19885 2014-04-15 Pedro Alves <palves@redhat.com>
19886
19887 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19888 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19889 sym-file-loader.c.
19890 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19891 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19892 to sym-file-loader.c.
19893 (struct library): Forward declare.
19894 (load_shlib, lookup_function): Change prototypes.
19895 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19896 (translate_offset): Remove declarations.
19897 (get_text_addr): New declaration.
19898 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19899 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19900 sym-file-loader.h.
19901 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19902 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19903 here from sym-file-loader.h.
19904 (struct library): New structure.
19905 (load_shlib, lookup_function): Change prototypes and adjust to
19906 work with a struct library.
19907 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19908 (translate_offset): Make static.
19909 (get_text_addr): New function.
19910 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19911
19912 2014-04-15 Pedro Alves <palves@redhat.com>
19913
19914 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19915
19916 2014-04-15 Pedro Alves <palves@redhat.com>
19917
19918 * gdb.base/sym-file-loader.c: Include <limits.h>.
19919 (SELF_LINK): New define.
19920 (get_origin): New function.
19921 (load_shlib): Use it.
19922 * gdb.base/sym-file.exp: Don't early return if the target is
19923 remote. Use runto_main, and issue fail is that fails. Use
19924 gdb_load_shlibs.
19925 (shlib_name): Delete.
19926 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19927
19928 2014-04-15 Pedro Alves <palves@redhat.com>
19929
19930 * gdb.base/sym-file.exp: Remove regex characters from test
19931 message. Don't refer to breakpoint numbers in test messages.
19932
19933 2014-04-14 Keith Seitz <keiths@redhat.com>
19934
19935 PR c++/16253
19936 * gdb.cp/var-tag.cc: New file.
19937 * gdb.cp/var-tag.exp: New file.
19938 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19939 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19940 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19941 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19942
19943 2014-04-14 Tom Tromey <tromey@redhat.com>
19944
19945 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19946 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19947 type.
19948 * gdb.cp/enum-class.exp: New file.
19949 * gdb.cp/enum-class.cc: New file.
19950
19951 2014-04-14 Tom Tromey <tromey@redhat.com>
19952
19953 * gdb.dwarf2/enum-type.exp: New file.
19954
19955 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19956
19957 * gdb.mi/mi-vla-c99.exp: New file.
19958 * gdb.mi/vla.c: New file.
19959
19960 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19961
19962 * gdb.base/vla-datatypes.c: New file.
19963 * gdb.base/vla-datatypes.exp: New file.
19964
19965 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19966
19967 * gdb.base/vla-ptr.c: New file.
19968 * gdb.base/vla-ptr.exp: New file.
19969
19970 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19971
19972 * gdb.dwarf2/count.exp: New file.
19973
19974 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19975
19976 * gdb.base/vla-sideeffect.c: New file.
19977 * gdb.base/vla-sideeffect.exp: New file.
19978
19979 2014-04-14 David Blaikie <dblaikie@gmail.com>
19980
19981 * gdb.mi/non-stop.c: Add return value for non-void function return
19982 statement.
19983 * gdb.threads/staticthreads.c: Ditto.
19984
19985 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19986 Doug Evans <xdje42@gmail.com>
19987
19988 * gdb.guile/scm-value.c: Improve test case.
19989 * gdb.guile/scm-value.exp: Add new test.
19990
19991 2014-04-11 David Blaikie <dblaikie@gmail.com>
19992
19993 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19994 override Clang's default.
19995
19996 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19997
19998 Revert the following changes (regressions):
19999
20000 * gdb.base/vla-sideeffect.c: New file.
20001 * gdb.base/vla-sideeffect.exp: New file.
20002
20003 * gdb.dwarf2/count.exp: New file.
20004
20005 * gdb.base/vla-multi.c: New file.
20006 * gdb.base/vla-multi.exp: New file.
20007
20008 * gdb.base/vla-ptr.c: New file.
20009 * gdb.base/vla-ptr.exp: New file.
20010
20011 * gdb.base/vla-datatypes.c: New file.
20012 * gdb.base/vla-datatypes.exp: New file.
20013
20014 * gdb.mi/mi-vla-c99.exp: New file.
20015 * gdb.mi/vla.c: New file.
20016
20017 2014-04-11 Keith Seitz <keiths@redhat.com>
20018
20019 PR c++/16675
20020 * gdb.cp/cpsizeof.exp: New file.
20021 * gdb.cp/cpsizeof.cc: New file.
20022
20023 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20024
20025 * gdb.mi/mi-vla-c99.exp: New file.
20026 * gdb.mi/vla.c: New file.
20027
20028 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20029
20030 * gdb.base/vla-datatypes.c: New file.
20031 * gdb.base/vla-datatypes.exp: New file.
20032
20033 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20034
20035 * gdb.base/vla-ptr.c: New file.
20036 * gdb.base/vla-ptr.exp: New file.
20037
20038 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20039
20040 * gdb.base/vla-multi.c: New file.
20041 * gdb.base/vla-multi.exp: New file.
20042
20043 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20044
20045 * gdb.dwarf2/count.exp: New file.
20046
20047 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20048
20049 * gdb.base/vla-sideeffect.c: New file.
20050 * gdb.base/vla-sideeffect.exp: New file.
20051
20052 2014-04-11 Yao Qi <yao@codesourcery.com>
20053
20054 * gdb.base/completion.exp: Check file exists before running tests
20055 on file completion.
20056
20057 2014-04-10 Pedro Alves <palves@redhat.com>
20058
20059 * gdb.base/cond-eval-mode.c: New file.
20060 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20061 prepare_for_testing to build the new file. Check result of
20062 runto_main.
20063 (test_break, test_watch): New procedures.
20064 (top level): Use them.
20065
20066 2014-04-08 Pierre Muller <muller@sourceware.org>
20067
20068 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20069 Ctrl-V use for mingw hosts.
20070
20071 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20072
20073 * gdb.python/py-value.c: Improve test case.
20074 * gdb.python/py-value.exp: Add new test.
20075
20076 2014-04-07 David Blaikie <dblaikie@gmail.com>
20077
20078 * lib/compiler.c: Identify the clang compiler.
20079 * lib/compiler.cc: Ditto.
20080
20081 2014-04-03 Yao Qi <yao@codesourcery.com>
20082
20083 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20084
20085 2014-04-01 Anton Blanchard <anton@samba.org>
20086
20087 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20088 messages unique.
20089
20090 2014-04-01 Anton Blanchard <anton@samba.org>
20091
20092 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20093 prepare_for_testing.
20094
20095 2014-04-01 Anton Blanchard <anton@samba.org>
20096
20097 * gdb.arch/ppc64-atomic-inst.c: Remove.
20098 * gdb.arch/ppc64-atomic-inst.S: New file.
20099 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20100
20101 2014-03-31 Doug Evans <dje@google.com>
20102
20103 * gdb.base/print-symbol-loading-lib.c: New file.
20104 * gdb.base/print-symbol-loading-main.c: New file.
20105 * gdb.base/print-symbol-loading.exp: New file.
20106
20107 2014-03-31 Yao Qi <yao@codesourcery.com>
20108
20109 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20110
20111 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20112
20113 * gdb.ada/mi_dyn_arr: New testcase.
20114
20115 2014-03-27 Doug Evans <dje@google.com>
20116
20117 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20118
20119 2014-03-27 Yao Qi <yao@codesourcery.com>
20120
20121 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20122 if target is nios2-*-*.
20123
20124 2014-03-26 Yao Qi <yao@codesourcery.com>
20125
20126 * lib/gdb.exp (readline_is_used): New proc.
20127 * gdb.base/completion.exp: Move tests on command complete up.
20128 Skip the rest of tests if readline is not used.
20129 * gdb.ada/complete.exp: Skp the test if readline is not
20130 used.
20131 * gdb.base/filesym.exp: Likewise.
20132 * gdb.base/macscp.exp: Likewise.
20133 * gdb.base/readline-ask.exp: Likewise.
20134 * gdb.base/readline.exp: Likewise.
20135 * gdb.python/py-cmd.exp: Likewise.
20136 * gdb.trace/tfile.exp: Likewise.
20137
20138 2014-03-26 Yao Qi <yao@codesourcery.com>
20139
20140 * gdb.base/macscp.exp: Fix code format issues.
20141
20142 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20143
20144 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20145 * gdb.asm/powerpc64le.inc: New file.
20146
20147 2014-03-25 Pedro Alves <palves@redhat.com>
20148 Doug Evans <dje@google.com>
20149
20150 * gdb.base/source-execution.c: New file.
20151 * gdb.base/source-execution.exp: New file.
20152 * gdb.base/source-execution.gdb: New file.
20153
20154 2014-03-24 Doug Evans <dje@google.com>
20155
20156 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20157 using fission.
20158
20159 2014-03-24 Hui Zhu <hui@codesourcery.com>
20160 Pedro Alves <palves@redhat.com>
20161
20162 PR breakpoints/16101
20163 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20164 test pass/fail messages. Detect missing support for dprintf when
20165 breakpoints are actually inserted.
20166 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20167 breakpoints are actually inserted.
20168 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20169 fails.
20170
20171 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20172
20173 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20174
20175 2014-03-22 Doug Evans <xdje42@gmail.com>
20176
20177 * gdb.python/python.exp (python not supported): Verify multi-line
20178 python command issues an error.
20179 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20180 guile command issues an error.
20181
20182 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20183
20184 * gdb.threads/thread-specific.exp: Handle the lack of usable
20185 $this_breakpoint and $this_thread.
20186
20187 2014-03-21 Hui Zhu <hui@codesourcery.com>
20188
20189 * gdb.base/attach.exp (do_command_attach_tests): New.
20190
20191 2014-03-20 Tom Tromey <tromey@redhat.com>
20192 Pedro Alves <palves@redhat.com>
20193
20194 PR cli/15718
20195 * gdb.base/condbreak-call-false.c: New file.
20196 * gdb.base/condbreak-call-false.exp: New file.
20197
20198 2014-03-20 Pedro Alves <palves@redhat.com>
20199
20200 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20201 Delete.
20202 (block_signals, unblock_signals): Delete.
20203 (child_function_2, main): Remove references to deleted variable
20204 and functions.
20205
20206 2014-03-20 Pedro Alves <palves@redhat.com>
20207
20208 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20209 Use pthread_kill to signal thread 2.
20210 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20211 Adjust to make the test send itself a signal rather than using the
20212 host's "kill" command.
20213
20214 2014-03-20 Pedro Alves <palves@redhat.com>
20215
20216 * gdb.threads/multiple-step-overs.c: New file.
20217 * gdb.threads/multiple-step-overs.exp: New file.
20218 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20219 Adjust expected infrun debug output.
20220
20221 2014-03-20 Pedro Alves <palves@redhat.com>
20222
20223 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20224 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20225
20226 2014-03-20 Pedro Alves <palves@redhat.com>
20227
20228 PR breakpoints/7143
20229 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20230 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20231 of gdb_test_multiple.
20232 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20233 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20234
20235 2014-03-20 Pedro Alves <palves@redhat.com>
20236
20237 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20238 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20239
20240 2014-03-19 Pedro Alves <palves@redhat.com>
20241
20242 * gdb.base/async.exp: Remove early return.
20243
20244 2014-03-19 Pedro Alves <palves@redhat.com>
20245
20246 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20247
20248 2014-03-19 Pedro Alves <palves@redhat.com>
20249
20250 * gdb.base/async.exp (test_background): Expect \r\n after
20251 "completed." in the fail pattern.
20252
20253 2014-03-19 Pedro Alves <palves@redhat.com>
20254
20255 * gdb.base/async.exp (test_background): New procedure.
20256 Use it for all background execution command tests.
20257
20258 2014-03-19 Pedro Alves <palves@redhat.com>
20259
20260 * gdb.base/async.exp: Use prepare_for_testing.
20261
20262 2014-03-19 Pedro Alves <palves@redhat.com>
20263
20264 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20265 the same line.
20266
20267 2014-03-19 Pedro Alves <palves@redhat.com>
20268
20269 * gdb.base/async.c (main): Add "jump here" and "until here" line
20270 marker comments.
20271 * gdb.base/async.exp (jump_here): New global.
20272 (jump& test): Use it.
20273 (until_here): New global.
20274 (until& test): Use it.
20275
20276 2014-03-19 Pedro Alves <palves@redhat.com>
20277
20278 * gdb.base/async.exp: Don't frob gdb_protocol.
20279
20280 2014-03-18 Doug Evans <xdje42@gmail.com>
20281
20282 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20283 Fix spelling of exec-done-display.
20284
20285 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20286
20287 PR gdb/15358
20288 * gdb.base/gdb-sigterm.c: New file.
20289 * gdb.base/gdb-sigterm.exp: New file.
20290
20291 2014-03-18 Pedro Alves <palves@redhat.com>
20292
20293 PR gdb/13860
20294 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20295 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20296 solib-event.
20297
20298 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20299
20300 * gdb.ada/pckd_arr_ren: New testcase.
20301
20302 2014-03-13 Doug Evans <xdje42@gmail.com>
20303
20304 PR guile/16612
20305 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20306 collect after discarding symbols.
20307
20308 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20309 Doug Evans <xdje42@gmail.com>
20310
20311 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20312 to history survives a gc.
20313
20314 2014-03-13 Pedro Alves <palves@redhat.com>
20315
20316 * gdb.base/default.exp: Don't test "target procfs".
20317
20318 2014-03-13 Pedro Alves <palves@redhat.com>
20319
20320 * gdb.base/default.exp: Update "target child" and "target procfs"
20321 tests to not expect "Unix".
20322
20323 2014-03-12 Tom Tromey <tromey@redhat.com>
20324
20325 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20326 New procs. Add target-async tests.
20327 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20328 Add target-async tests.
20329
20330 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20331
20332 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20333 'func_start' and 'func_end' for the beginning and end of the
20334 function code, respectively.
20335 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20336 'func_end' instead of 'func' and 'main'.
20337
20338 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20339
20340 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20341 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20342 generate the debug info assembler source.
20343
20344 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20345
20346 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20347 * gdb.dwarf2/arr-subrange.exp: Likewise.
20348 * gdb.dwarf2/dwz.exp: Likewise.
20349 * gdb.dwarf2/method-ptr.exp: Likewise.
20350 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20351 * gdb.dwarf2/subrange.exp: Likewise.
20352 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20353 * gdb.dwarf2/implptrpiece.exp: Likewise.
20354 * gdb.dwarf2/nostaticblock.exp: Likewise.
20355
20356 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20357
20358 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20359 directory to absolute path name arguments.
20360
20361 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20362
20363 * gdb.ada/tagged_access: New testcase.
20364
20365 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20366
20367 * gdb.btrace/data.exp: Update expected output.
20368
20369 2014-03-06 Yao Qi <yao@codesourcery.com>
20370
20371 * gdb.trace/pr16508.exp: New file.
20372
20373 2014-03-05 Pedro Alves <palves@redhat.com>
20374
20375 PR gdb/16575
20376 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20377 procedure.
20378 (top level): Adjust to use it. Add tests that exercise breakpoint
20379 interaction with the code-cache.
20380
20381 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20382
20383 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20384 test for 'history-append!'.
20385
20386 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20387
20388 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20389 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20390 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20391 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20392 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20393 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20394
20395 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20396
20397 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20398 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20399 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20400
20401 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20402
20403 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20404
20405 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20406
20407 * gdb.dwarf2/arr-stride.c: New file.
20408 * gdb.dwarf2/arr-stride.exp: New file.
20409
20410 2014-02-26 Pedro Alves <palves@redhat.com>
20411
20412 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20413 that won't ever trigger. Make sure that GDB reports the correct
20414 breakpoint that caused the stop.
20415
20416 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20417
20418 PR gdb/16626
20419 * gdb.base/auto-load-script: New file.
20420 * gdb.base/auto-load.c: New file.
20421 * gdb.base/auto-load.exp: New file.
20422
20423 PR gdb/16626
20424 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20425
20426 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20427
20428 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20429 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20430
20431 2014-02-24 Doug Evans <dje@google.com>
20432
20433 * lib/gdb.exp (run_on_host): Log error output if program fails.
20434
20435 2014-02-21 Pedro Alves <palves@redhat.com>
20436
20437 * gdb.threads/step-after-sr-lock.c: Rename to ...
20438 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20439 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20440 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20441 ... this.
20442
20443 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20444
20445 PR tdep/16397
20446 * gdb.arch/amd64-stap-special-operands.exp: New file.
20447 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20448 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20449 * gdb.arch/amd64-stap-triplet.S: Likewise.
20450 * gdb.arch/amd64-stap-triplet.c: Likewise.
20451
20452 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20453
20454 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20455 in .section pseudo-op.
20456
20457 2014-02-20 lin zuojian <manjian2006@gmail.com>
20458 Joel Brobecker <brobecker@adacore.com>
20459 Doug Evans <xdje42@gmail.com>
20460
20461 PR symtab/16581
20462 * gdb.dwarf2/dw2-icycle.S: New file.
20463 * gdb.dwarf2/dw2-icycle.c: New file.
20464 * gdb.dwarf2/dw2-icycle.exp: New file.
20465
20466 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20467
20468 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20469 operations on gdb.Value objects.
20470 * gdb.python/py-value-cc.exp: Add new test to test operations on
20471 gdb.Value objects.
20472
20473 2014-02-18 Doug Evans <dje@google.com>
20474
20475 * Makefile.in (TESTS): New variable.
20476 (expanded_tests, expanded_tests_or_none): New variables
20477 (check-single): Pass $(expanded_tests_or_none) to runtest.
20478 (check-parallel): Only run tests in $(TESTS) if non-empty.
20479 (check/no-matching-tests-found): New rule.
20480 * README: Document TESTS makefile variable.
20481
20482 2014-02-18 Doug Evans <dje@google.com>
20483
20484 * Makefile.in (check-parallel): rm -rf outputs temp.
20485
20486 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20487
20488 Fix "ERROR: no fileid for" in the testsuite.
20489 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20490
20491 2014-02-12 Doug Evans <dje@google.com>
20492
20493 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20494 (MISCELLANEOUS): New variable.
20495 (clean): rm -rf $(MISCELLANEOUS).
20496 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20497 dwp live in the same directory as symlinks, with each symlink pointed
20498 to a differently named file in a different directory.
20499
20500 2014-02-11 Doug Evans <dje@google.com>
20501
20502 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20503 of Tcl file commands.
20504
20505 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20506
20507 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20508 "kill -SIGUSR1 -1".
20509
20510 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20511
20512 * gdb.ada/tick_length_array_enum_idx: New testcase.
20513
20514 2014-02-10 Doug Evans <xdje42@gmail.com>
20515
20516 * configure.ac (AC_OUTPUT): Add gdb.guile.
20517 * configure: Regenerate.
20518 * lib/gdb-guile.exp: New file.
20519 * lib/gdb.exp (get_target_charset): New function.
20520 * gdb.base/help.exp: Update expected output from "apropos apropos".
20521 * gdb.guile/Makefile.in: New file.
20522 * gdb.guile/guile.exp: New file.
20523 * gdb.guile/scm-arch.c: New file.
20524 * gdb.guile/scm-arch.exp: New file.
20525 * gdb.guile/scm-block.c: New file.
20526 * gdb.guile/scm-block.exp: New file.
20527 * gdb.guile/scm-breakpoint.c: New file.
20528 * gdb.guile/scm-breakpoint.exp: New file.
20529 * gdb.guile/scm-disasm.c: New file.
20530 * gdb.guile/scm-disasm.exp: New file.
20531 * gdb.guile/scm-equal.c: New file.
20532 * gdb.guile/scm-equal.exp: New file.
20533 * gdb.guile/scm-error.exp: New file.
20534 * gdb.guile/scm-error.scm: New file.
20535 * gdb.guile/scm-frame-args.c: New file.
20536 * gdb.guile/scm-frame-args.exp: New file.
20537 * gdb.guile/scm-frame-args.scm: New file.
20538 * gdb.guile/scm-frame-inline.c: New file.
20539 * gdb.guile/scm-frame-inline.exp: New file.
20540 * gdb.guile/scm-frame.c: New file.
20541 * gdb.guile/scm-frame.exp: New file.
20542 * gdb.guile/scm-generics.exp: New file.
20543 * gdb.guile/scm-gsmob.exp: New file.
20544 * gdb.guile/scm-iterator.c: New file.
20545 * gdb.guile/scm-iterator.exp: New file.
20546 * gdb.guile/scm-math.c: New file.
20547 * gdb.guile/scm-math.exp: New file.
20548 * gdb.guile/scm-objfile-script-gdb.in: New file.
20549 * gdb.guile/scm-objfile-script.c: New file.
20550 * gdb.guile/scm-objfile-script.exp: New file.
20551 * gdb.guile/scm-objfile.c: New file.
20552 * gdb.guile/scm-objfile.exp: New file.
20553 * gdb.guile/scm-ports.exp: New file.
20554 * gdb.guile/scm-pretty-print.c: New file.
20555 * gdb.guile/scm-pretty-print.exp: New file.
20556 * gdb.guile/scm-pretty-print.scm: New file.
20557 * gdb.guile/scm-section-script.c: New file.
20558 * gdb.guile/scm-section-script.exp: New file.
20559 * gdb.guile/scm-section-script.scm: New file.
20560 * gdb.guile/scm-symbol.c: New file.
20561 * gdb.guile/scm-symbol.exp: New file.
20562 * gdb.guile/scm-symtab-2.c: New file.
20563 * gdb.guile/scm-symtab.c: New file.
20564 * gdb.guile/scm-symtab.exp: New file.
20565 * gdb.guile/scm-type.c: New file.
20566 * gdb.guile/scm-type.exp: New file.
20567 * gdb.guile/scm-value-cc.cc: New file.
20568 * gdb.guile/scm-value-cc.exp: New file.
20569 * gdb.guile/scm-value.c: New file.
20570 * gdb.guile/scm-value.exp: New file.
20571 * gdb.guile/source2.scm: New file.
20572 * gdb.guile/types-module.cc: New file.
20573 * gdb.guile/types-module.exp: New file.
20574
20575 2014-02-10 Yao Qi <yao@codesourcery.com>
20576
20577 PR testsuite/16543
20578 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20579 * configure: Regenerated.
20580 * Makefile.in: New file.
20581
20582 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20583
20584 * gdb.python/py-framefilter.exp: Fix typo.
20585
20586 2014-02-08 Yao Qi <yao@codesourcery.com>
20587
20588 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20589 that no =breakpoint-modified is emitted when breakpoints are
20590 modified through MI commands.
20591
20592 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20593 Pedro Alves <palves@redhat.com>
20594
20595 * gdb.threads/step-after-sr-lock.c: New file.
20596 * gdb.threads/step-after-sr-lock.exp: New file.
20597
20598 2014-02-07 Pedro Alves <palves@redhat.com>
20599
20600 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20601
20602 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20603
20604 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20605 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20606
20607 2014-02-06 Doug Evans <xdje42@gmail.com>
20608
20609 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20610 output.
20611
20612 * gdb.gdb/python-interrupts.exp: New file.
20613
20614 2014-02-05 Yao Qi <yao@codesourcery.com>
20615
20616 * gdb.trace/report.exp (use_collected_data): Test the output
20617 of "info threads" and "info inferiors".
20618
20619 2014-02-05 Yao Qi <yao@codesourcery.com>
20620
20621 Revert this patch:
20622
20623 2013-05-24 Yao Qi <yao@codesourcery.com>
20624
20625 * gdb.trace/tfile.exp: Test inferior and thread.
20626
20627 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20628
20629 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20630 on a function.
20631 * gdb.base/step-bt.c: Call hello via function pointer to make
20632 sure its first instruction is executed on powerpc64le-linux.
20633
20634 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20635
20636 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20637
20638 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20639
20640 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20641 of the test patterns for use on little-endian systems.
20642
20643 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20644
20645 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20646 (decimal_vector): Fix for little-endian.
20647
20648 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20649
20650 * gdb.arch/sparc-sysstep.exp: New file.
20651 * gdb.arch/sparc-sysstep.c: Likewise.
20652
20653 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20654
20655 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20656
20657 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20658
20659 2014-01-23 Tom Tromey <tromey@redhat.com>
20660
20661 * gdb.ada/array_char_idx: New testcase.
20662
20663 2014-01-23 Tom Tromey <tromey@redhat.com>
20664
20665 PR python/16487:
20666 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20667 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20668 classes.
20669
20670 2014-01-23 Tom Tromey <tromey@redhat.com>
20671
20672 PR python/16491:
20673 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20674 string from an inferior frame.
20675 * gdb.python/py-framefilter-mi.exp: Update.
20676
20677 2014-01-22 Doug Evans <dje@google.com>
20678
20679 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20680
20681 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20682
20683 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20684
20685 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20686
20687 * gdb.trace/entry-values.exp: Remove excess space character from
20688 regex patterns. Handle s390 call instruction.
20689
20690 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20691
20692 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20693 define "*_start" label. Make "name" static.
20694 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20695 ${name} by references to ${name}_start.
20696
20697 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20698
20699 * gdb.base/info-macros.exp: Remove "debug" from the compile
20700 options.
20701
20702 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20703
20704 * gdb.dlang/demangle.exp: New file.
20705
20706 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20707
20708 * gdb.dlang/primitive-types.exp: New file.
20709
20710 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20711
20712 * configure.ac: Create gdb.dlang/Makefile.
20713 * configure: Regenerate.
20714 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20715 * gdb.dlang/Makefile.in: New file.
20716 * lib/d-support.exp: New file.
20717 * lib/gdb.exp (skip_d_tests): New proc.
20718
20719 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20720
20721 * gdb.btrace/delta.exp: Check reverse stepi.
20722 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20723 * gdb.btrace/finish.exp: New.
20724 * gdb.btrace/next.exp: New.
20725 * gdb.btrace/nexti.exp: New.
20726 * gdb.btrace/record_goto.c: Add comments.
20727 * gdb.btrace/step.exp: New.
20728 * gdb.btrace/stepi.exp: New.
20729 * gdb.btrace/multi-thread-step.c: New.
20730 * gdb.btrace/multi-thread-step.exp: New.
20731 * gdb.btrace/rn-dl-bind.c: New.
20732 * gdb.btrace/rn-dl-bind.exp: New.
20733 * gdb.btrace/data.c: New.
20734 * gdb.btrace/data.exp: New.
20735 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20736
20737 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20738
20739 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20740 * gdb.btrace/exception.exp: Update.
20741 * gdb.btrace/instruction_history.exp: Update.
20742 * gdb.btrace/record_goto.exp: Update.
20743 * gdb.btrace/tailcall.exp: Update.
20744 * gdb.btrace/unknown_functions.exp: Update.
20745 * gdb.btrace/delta.exp: New.
20746
20747 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20748
20749 * gdb.btrace/record_goto.exp: Add backtrace test.
20750 * gdb.btrace/tailcall.exp: Add backtrace test.
20751
20752 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20753
20754 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20755 * gdb.btrace/record_goto.c: New.
20756 * gdb.btrace/record_goto.exp: New.
20757 * gdb.btrace/x86-record_goto.S: New.
20758
20759 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20760
20761 * gdb.btrace/function_call_history.exp: Update tests.
20762 * gdb.btrace/instruction_history.exp: Update tests.
20763
20764 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20765
20766 * gdb.btrace/function_call_history.exp: Fix expected field
20767 order for "record function-call-history".
20768 Add new tests for "record function-call-history /c".
20769 * gdb.btrace/exception.cc: New.
20770 * gdb.btrace/exception.exp: New.
20771 * gdb.btrace/tailcall.exp: New.
20772 * gdb.btrace/x86-tailcall.S: New.
20773 * gdb.btrace/x86-tailcall.c: New.
20774 * gdb.btrace/unknown_functions.c: New.
20775 * gdb.btrace/unknown_functions.exp: New.
20776 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20777
20778 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20779
20780 * gdb.btrace/instruction_history.exp: Update.
20781 * gdb.btrace/function_call_history.exp: Update.
20782
20783 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20784
20785 * gdb.btrace/function_call_history.exp: Fix expected function
20786 trace.
20787 * gdb.btrace/instruction_history.exp: Initialize traced.
20788 Remove traced_functions.
20789
20790 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20791
20792 * gdb.btrace/function_call_history.exp: Update
20793 * gdb.btrace/instruction_history.exp: Update.
20794
20795 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20796
20797 * gdb.btrace/enable.exp: Update expected text.
20798
20799 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20800
20801 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20802 bytes.
20803
20804 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20805
20806 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20807
20808 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20809
20810 * lib/gdb.exp (supports_process_record): Return true for
20811 arm*-linux*. (supports_reverse): Likewise.
20812
20813 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20814
20815 PR python/15464
20816 PR python/16113
20817 * gdb.python/py-type.c: Enhance test case.
20818 * gdb.python/py-value-cc.cc: Likewise
20819 * gdb.python/py-type.exp: Add new tests.
20820 * gdb.python/py-value-cc.exp: Likewise
20821
20822 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20823 Pedro Alves <palves@redhat.com>
20824
20825 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20826 Make "name" extern.
20827 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20828 references to ${name}_start by references to ${name}.
20829
20830 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20831
20832 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20833
20834 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20835
20836 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20837
20838 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20839 Pedro Alves <palves@redhat.com>
20840
20841 * gdb.mi/mi-info-os.exp: Connect to the target with
20842 mi_gdb_target_load.
20843
20844 2014-01-08 Pedro Alves <palves@redhat.com>
20845
20846 * gdb.threads/reconnect-signal.c: New file.
20847 * gdb.threads/reconnect-signal.exp: New file.
20848
20849 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20850
20851 * gdb.base/source-dir.exp: New file.
20852
20853 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20854
20855 * gdb.ada/mi_interface: New testcase.
20856
20857 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20858
20859 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20860 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20861 gdb.ada/pp-rec-component/pck.ads: New files.
20862
20863 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20864
20865 * gdb.python/py-pp-integral.c: New file.
20866 * gdb.python/py-pp-integral.py: New file.
20867 * gdb.python/py-pp-integral.exp: New file.
20868
20869 For older changes see ChangeLog-1993-2013.
20870 \f
20871 ;; Local Variables:
20872 ;; mode: change-log
20873 ;; left-margin: 8
20874 ;; fill-column: 74
20875 ;; version-control: never
20876 ;; End:
20877
20878 Copyright 2014-2020 Free Software Foundation, Inc.
20879 Copying and distribution of this file, with or without modification,
20880 are permitted provided the copyright notice and this notice are preserved.
This page took 0.436429 seconds and 5 git commands to generate.