]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - gdb/testsuite/ChangeLog
libctf: fixes for systems on which sizeof (void *) > sizeof (long)
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2
3 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4 loads two JITers.
5
62020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.python/py-arch-reg-groups.exp: Additional tests.
9
102020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.python/py-arch-reg-names.exp: Additional tests.
13
142020-07-21 Tom de Vries <tdevries@suse.de>
15
16 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
17 breakpoint locations".
18 * gdb.reverse/solib-reverse.exp: Same.
19
202020-07-21 Tom de Vries <tdevries@suse.de>
21
22 * gdb.reverse/step-reverse.c (callee): Merge statements.
23
242020-07-21 Tom de Vries <tdevries@suse.de>
25
26 * gdb.fortran/info-modules.exp (info module variables): Allow missing
27 line numbers for some variables.
28
292020-07-21 Tom de Vries <tdevries@suse.de>
30
31 * gdb.opt/inline-locals.c (init_array): New func.
32 (func1): Use init_array.
33 * gdb.opt/inline-locals.exp: Update pattern.
34
352020-07-21 Tom de Vries <tdevries@suse.de>
36
37 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
38 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
39
402020-07-20 Ludovic Courtès <ludo@gnu.org>
41
42 * gdb.guile/source2.scm: Add #f first argument to 'format'.
43 * gdb.guile/types-module.exp: Remove "ERROR:" from
44 regexps since Guile 3.0 no longer prints that.
45
462020-07-20 Ludovic Courtès <ludo@gnu.org>
47
48 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
49 error regexp to match on Guile 2.2.
50
512020-07-20 Gary Benson <gbenson@redhat.com>
52
53 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
54 with clang.
55
562020-07-20 Tom de Vries <tdevries@suse.de>
57
58 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
59 (omp_set_lock_in_order): New function.
60 (single_scope, multi_scope, nested_func, nested_parallel): Use
61 omp_set_lock_in_order and omp_unset_lock.
62 (main): Init and destroy lock and lock2.
63
642020-07-20 Tom de Vries <tdevries@suse.de>
65
66 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
67
682020-07-20 Tom de Vries <tdevries@suse.de>
69
70 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
71
722020-07-17 Tom de Vries <tdevries@suse.de>
73
74 * gdb.base/valgrind-infcall-2.c: New test.
75 * gdb.base/valgrind-infcall-2.exp: New file.
76 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
77
782020-07-17 Tom de Vries <tdevries@suse.de>
79
80 * gdb.dlang/circular.c (found): Use found_label as label name.
81 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
82 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
83 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
84 * gdb.dwarf2/ada-linkage-name.exp: Same.
85 * gdb.dwarf2/arr-subrange.exp: Same.
86 * gdb.dwarf2/atomic-type.exp: Same.
87 * gdb.dwarf2/comp-unit-lang.exp: Same.
88 * gdb.dwarf2/cpp-linkage-name.exp: Same.
89 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
90 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
91 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
92 * gdb.dwarf2/implptr-64bit.exp: Same.
93 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
94 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
95 * gdb.dwarf2/imported-unit.exp: Same.
96 * gdb.dwarf2/main-subprogram.exp: Same.
97 * gdb.dwarf2/missing-type-name.exp: Same.
98 * gdb.dwarf2/nonvar-access.exp: Same.
99 * gdb.dwarf2/struct-with-sig.exp: Same.
100 * gdb.dwarf2/typedef-void-finish.exp: Same.
101 * gdb.dwarf2/void-type.exp: Same.
102
1032020-07-17 Tom de Vries <tdevries@suse.de>
104
105 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
106 src parameter.
107 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
108 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
109 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
110 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
111 * gdb.dwarf2/dwz.exp: Same.
112 * gdb.dwarf2/implptr-optimized-out.exp: Same.
113 * gdb.dwarf2/implref-array.exp: Same.
114 * gdb.dwarf2/implref-const.exp: Same.
115 * gdb.dwarf2/implref-global.exp: Same.
116 * gdb.dwarf2/implref-struct.exp: Same.
117 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
118 * gdb.dwarf2/opaque-type-lookup.exp: Same.
119 * gdb.dwarf2/var-access.exp: Same.
120 * gdb.dwarf2/varval.exp: Same.
121 * gdb.trace/entry-values.exp: Same.
122
1232020-07-17 Tom de Vries <tdevries@suse.de>
124
125 * lib/dwarf.exp (Dwarf::extern): Remove.
126 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
127 * gdb.dlang/circular.exp: Same.
128 * gdb.dwarf2/comp-unit-lang.exp: Same.
129 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
130 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
131 * gdb.dwarf2/dwz.exp: Same.
132 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
133 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
134 * gdb.dwarf2/imported-unit.exp: Same.
135 * gdb.dwarf2/opaque-type-lookup.exp: Same.
136
1372020-07-16 Sandra Loosemore <sandra@codesourcery.com>
138
139 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
140 Use double quotes instead of single quotes.
141
1422020-07-16 Caroline Tice <cmtice@google.com>
143
144 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
145 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
146
1472020-07-16 Tom de Vries <tdevries@suse.de>
148
149 * lib/dwarf.exp (program): Initialize _line.
150 (DW_LNE_end_sequence): Reinitialize _line.
151 (DW_LNS_advance_line): Update _line.
152 (line): New proc.
153 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
154 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
155 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
156 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
157 * gdb.dwarf2/dw2-is-stmt.exp: Same.
158 * gdb.dwarf2/dw2-ranges-func.exp: Same.
159
1602020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
163 generic.
164
1652020-07-15 Tom de Vries <tdevries@suse.de>
166
167 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
168 is_amd64_regs_target.
169
1702020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.fortran/ptype-on-functions.exp: Add more tests.
173 * gdb.fortran/ptype-on-functions.f90: Likewise.
174
1752020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
176
177 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
178 values in documentation for addr_size to 4 and 8.
179
1802020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * gdb.arch/amd64-osabi.exp: Update.
183 * gdb.arch/arm-disassembler-options.exp: Update.
184 * gdb.arch/powerpc-disassembler-options.exp: Update.
185 * gdb.arch/ppc64-symtab-cordic.exp: Update.
186 * gdb.arch/s390-disassembler-options.exp: Update.
187 * gdb.base/all-architectures.exp.tcl: Update.
188 * gdb.base/attach-pie-noexec.exp: Update.
189 * gdb.base/catch-syscall.exp: Update.
190 * gdb.xml/tdesc-arch.exp: Update.
191
1922020-07-14 Tom de Vries <tdevries@suse.de>
193
194 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
195 (local_gettid): ... this.
196 (fn): Update.
197
1982020-07-13 Sandra Loosemore <sandra@codesourcery.com>
199
200 * gdb.base/info_sources.exp: Skip directory match tests on
201 remote hosts.
202
2032020-07-13 Gary Benson <gbenson@redhat.com>
204
205 * gdb.base/savedregs.exp (caller): Use parentheses to
206 make expected expression evaluation ordering explicit.
207
2082020-07-13 Gary Benson <gbenson@redhat.com>
209
210 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
211
2122020-07-13 Gary Benson <gbenson@redhat.com>
213
214 * gdb.base/bigcore.c (main): Use a volatile pointer when
215 attempting to trigger a SIGSEGV.
216 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
217 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
218 * gdb.base/savedregs.c (thrower): Likewise.
219 * gdb.mi/mi-syn-frame.c (bar): Likewise.
220
2212020-07-13 Gary Benson <gbenson@redhat.com>
222
223 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
224 defining and using VLA structure fields into...
225 * gdb.base/vla-struct-fields.c: New file.
226 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
227 tests into...
228 * gdb.base/vla-struct-fields.exp: New file.
229
2302020-07-13 Tom de Vries <tdevries@suse.de>
231
232 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
233 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
234 * gdb.base/gold-gdb-index.exp: Same.
235 * gdb.base/morestack.exp: Same.
236
2372020-07-11 Daniel Xu <dxu@dxuuu.xyz>
238
239 PR rust/26121
240 * gdb.rust/modules.rs: Prevent linker from discarding test
241 symbol.
242
2432020-07-10 Pedro Alves <pedro@palves.net>
244
245 PR gdb/26199
246 * gdb.multi/multi-target.c (exit_thread): New.
247 (thread_start): Break loop if EXIT_THREAD.
248 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
249 (top level) Call test_no_resumed.
250
2512020-07-08 Tom Tromey <tromey@adacore.com>
252
253 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
254 * gdb.ada/catch_ex.exp: Examine catchpoint text.
255
2562020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 PR python/22748
259 * gdb.opt/inline-frame-tailcall.c: New file.
260 * gdb.opt/inline-frame-tailcall.exp: New file.
261 * gdb.python/py-unwind-inline.c: New file.
262 * gdb.python/py-unwind-inline.exp: New file.
263 * gdb.python/py-unwind-inline.py: New file.
264
2652020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * gdb.python/py-arch-reg-groups.exp: New file.
268
2692020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.python/py-arch-reg-names.exp: New file.
272
2732020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
276 gdb.PendingFrame.architecture method.
277
2782020-07-06 Tom de Vries <tdevries@suse.de>
279
280 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
281
2822020-07-03 Pedro Alves <palves@redhat.com>
283
284 * gdb.base/structs2.c (main): Adjust second parem_reg call to
285 explicitly write negative numbers.
286 * gdb.base/structs2.exp: Adjust expected output.
287
2882020-07-03 Pedro Alves <palves@redhat.com>
289
290 * gdb.base/charset.c (init_string): Change all char parameters to
291 unsigned char parameters.
292
2932020-07-03 Pedro Alves <palves@redhat.com>
294
295 * gdb.base/call-sc.exp (start_scalars_test): Use
296 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
297 * gdb.base/overlays.c: Remove references to PARAMS.
298 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
299 * gdb.base/reread.exp: Don't set 'prototypes' global.
300 * gdb.base/structs.exp (start_structs_test): Use
301 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
302 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
303 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
304 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
305 call.
306 * gdb.base/varargs.exp: Don't set 'prototypes' global.
307
3082020-07-03 Pedro Alves <palves@redhat.com>
309
310 * gdb.base/m32rovly.c: Delete.
311 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
312
3132020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
314
315 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
316 of gdb_py_test_multiple.
317 * gdb.python/py-cmd.exp: Likewise.
318 * gdb.python/py-events.exp: Likewise.
319 * gdb.python/py-function.exp: Likewise.
320 * gdb.python/py-inferior.exp: Likewise.
321 * gdb.python/py-infthread.exp: Likewise.
322 * gdb.python/py-linetable.exp: Likewise.
323 * gdb.python/py-parameter.exp: Likewise.
324 * gdb.python/py-value.exp: Likewise.
325
3262020-06-30 Tom de Vries <tdevries@suse.de>
327
328 PR testsuite/26175
329 * lib/future.exp (gdb_default_target_compile): Detect and handle
330 early_flags.
331
3322020-06-29 Simon Marchi <simon.marchi@efficios.com>
333
334 * boards/simavr.exp (gdb_load): Catch errors when closing
335 previous connection. Close connection, wait for process and
336 unset simavr_spawn_id on failure.
337
3382020-06-29 Tom de Vries <tdevries@suse.de>
339
340 * lib/gdb.exp (unknown): Make test-case unresolved.
341
3422020-06-29 Tom de Vries <tdevries@suse.de>
343
344 PR gdb/25475
345 * gdb.server/solib-list.exp: Verify that the symbol reload
346 confirmation question is asked.
347
3482020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
349
350 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
351 have a input seq nr in each pass message.
352 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
353 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
354 * gdb.python/python.exp: Make test names unique,
355 use gdb_test_multiline instead of gdb_py_test_multiple,
356 use $gdb_test_name.
357 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
358
3592020-06-26 Nick Alcock <nick.alcock@oracle.com>
360
361 * configure.ac: Add --enable-libctf.
362 * aclocal.m4: sinclude ../config/enable.m4.
363 * Makefile.in (site.exp): Add enable_libctf to site.exp.
364 * lib/gdb.exp (skip_ctf_tests): Use it.
365 * gdb.base/ctf-constvars.exp: Error message tweak.
366 * gdb.base/ctf-ptype.exp: Likewise.
367 * configure: Regenerate.
368
3692020-06-26 Gary Benson <gbenson@redhat.com>
370
371 * gdb.cp/try_catch.cc: Include string.h.
372 (main): Replace comparison against string literal with
373 strcmp, avoiding build failure with -Wstring-compare.
374 Add "marker test-complete".
375 * gdb.cp/try_catch.exp: Run the test to the above marker,
376 then verify that the value of "test" is still true.
377
3782020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
381
3822020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
385
3862020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
389 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
390 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
391 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
392 * gdb.arch/riscv-tdesc-loading.exp: New file.
393
3942020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
397
3982020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
401 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
402 * gdb.arch/riscv-tdesc-regs.c: New file.
403 * gdb.arch/riscv-tdesc-regs.exp: New file.
404
4052020-06-24 Pedro Alves <palves@redhat.com>
406
407 * gdb.arch/amd64-entry-value-paramref.exp: Use
408 prepare_for_testing_full and don't pass "c++" for the .S file
409 build spec.
410 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
411 $options, since it's an assembly file. Remove -Wno-deprecated.
412 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
413 compiling C++ programs.
414
4152020-06-24 Pedro Alves <palves@redhat.com>
416
417 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
418 Clang, add "-Wno-unknown-warning-option" to the options.
419
4202020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
421
422 * gdb.xml/tdesc-reload.c: New file.
423 * gdb.xml/tdesc-reload.exp: New file.
424 * gdb.xml/maint-xml-dump-01.xml: New file.
425 * gdb.xml/maint-xml-dump-02.xml: New file.
426 * gdb.xml/maint-xml-dump.exp: New file.
427
4282020-06-23 Sandra Loosemore <sandra@codesourcery.com>
429
430 * lib/completion-support.exp (test_gdb_completion_offers_commands):
431 Adjust for omitted commands when TUI is disabled.
432
4332020-06-23 Gary Benson <gbenson@redhat.com>
434 Pedro Alves <palves@redhat.com>
435
436 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
437 * gdb.cp/nsimport.cc: Likewise.
438 * gdb.cp/nsnested.cc: Likewise.
439 * gdb.cp/nsnoimports.cc: Likewise.
440 * gdb.cp/nsusing.cc: Likewise.
441 * gdb.cp/smartp.cc: Likewise.
442 * gdb.python/py-pp-integral.c: Likewise.
443 * gdb.python/py-pp-re-notag.c: Likewise.
444
4452020-06-23 Gary Benson <gbenson@redhat.com>
446
447 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
448 * gdb.cp/nsimport.cc: Likewise.
449 * gdb.cp/nsnested.cc: Likewise.
450 * gdb.cp/nsnoimports.cc: Likewise.
451 * gdb.cp/nsusing.cc: Likewise.
452 * gdb.cp/smartp.cc: Likewise.
453 * gdb.python/py-pp-integral.c: Likewise.
454 * gdb.python/py-pp-re-notag.c: Likewise.
455
4562020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
457
458 * gdb.base/default-args.exp: New test.
459 * gdb.base/default-args.c: New file.
460 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
461 * gdb.base/default.exp: Update to new help text.
462 * gdb.base/help.exp: Likewise.
463 * gdb.base/page.exp: Likewise.
464 * gdb.base/style.exp: Likewise.
465 * gdb.guile/guile.exp: Likewise.
466 * gdb.python/python.exp: Likewise.
467
4682020-06-22 Sandra Loosemore <sandra@codesourcery.com>
469
470 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
471 remote host. Fix search path syntax on Windows host.
472
4732020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
474
475 * gdb.base/attach.exp: Test priority of 'exec-file' changed
476 over 'exec-file-mismatch'.
477 * gdb.base/attach.c: Mark should_exit volatile.
478 * gdb.base/attach2.c: Likewise. Add a comment explaining
479 why the sleep cannot be big.
480 * gdb.base/attach3.c: New file.
481
4822020-06-20 Sandra Loosemore <sandra@codesourcery.com>
483
484 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
485 prefix optional.
486
4872020-06-20 Sandra Loosemore <sandra@codesourcery.com>
488
489 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
490 for remote host.
491
4922020-06-19 Sandra Loosemore <sandra@codesourcery.com>
493 Hafiz Abid Qadeer <abidh@codesourcery.com>
494
495 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
496 file sent to remote host.
497 (top level): Allow int32_t as type of 32-bit register.
498
4992020-06-19 Tom de Vries <tdevries@suse.de>
500
501 * lib/gdb.exp (gdb_note): New proc.
502 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
503 (gdb_default_target_compile): ... here. Only call
504 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
505 (use_gdb_compile): Change to array.
506 (toplevel): Update sets of use_gdb_compile to specify language.
507 Warn about default_target_compile override. Store dejagnu's version
508 of default_target_compile in dejagnu_default_target_compile.
509
5102020-06-18 Tom de Vries <tdevries@suse.de>
511
512 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
513 (default_gdb_init): ... here.
514
5152020-06-17 Sandra Loosemore <sandra@codesourcery.com>
516
517 Fix TUI support checks in gdb.tui tests.
518
519 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
520 just say UNSUPPORTED.
521 * gdb.tui/corefile-run.exp: Likewise.
522 * gdb.tui/empty.exp: Likewise.
523 * gdb.tui/list-before.exp: Likewise.
524 * gdb.tui/list.exp: Likewise.
525 * gdb.tui/main.exp: Likewise.
526 * gdb.tui/regs.exp: Likewise.
527 * gdb.tui/resize.exp: Likewise.
528 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
529 * gdb.tui/tui-layout-asm.exp: Likewise.
530 * gdb.tui/tui-missing-src.exp: Likewise.
531 * gdb.tui/winheight.exp: Likewise.
532 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
533
5342020-06-17 Sandra Loosemore <sandra@codesourcery.com>
535
536 Fix TCL error in gdb.python/py-format-string.exp.
537
538 * gdb.python/py-format-string.exp: Move test for python support
539 earlier, out of function body.
540
5412020-06-15 Simon Marchi <simon.marchi@efficios.com>
542
543 * gdb.base/index-cache-load-twice.c: New.
544 * gdb.base/index-cache-load-twice.exp: New.
545
5462020-06-17 Keith Seitz <keiths@redhat.com>
547
548 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
549 when executing "gdb --configuration".
550
5512020-06-17 Tom de Vries <tdevries@suse.de>
552
553 * lib/gdb.exp (gdb_tcl_unknown): New proc.
554 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
555 conditional on presence of gdb_tcl_unknown.
556 (gdb_finish): Make override undo conditional on presence of
557 gdb_tcl_unknown.
558
5592020-06-16 Tom Tromey <tom@tromey.com>
560
561 * gdb.python/tui-window.py (failwin): New function. Register it
562 as a TUI window type.
563 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
564
5652020-06-16 Gary Benson <gbenson@redhat.com>
566
567 * gdb.python/py-nested-maps.c (create_map): Add missing return
568 value.
569 (create_map_map): Likewise.
570
5712020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
572
573 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
574 variable.
575 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
576 and use the already-defined 'options' variable.
577
5782020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
579 Tom de Vries <tdevries@suse.de>
580
581 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
582 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
583 (gdb_setup_known_globals): New proc.
584 (gdb_cleanup_globals): New proc.
585 * lib/gdb.exp (load_lib): New override proc.
586 (gdb_stdin_log_init): Set var in_file as persistent global.
587 * lib/pascal.exp (gdb_stdin_log_init): Set vars
588 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
589 fpc_compiler as persistent global.
590
5912020-06-12 Tom de Vries <tdevries@suse.de>
592
593 * lib/tuiterm.exp (spawn): Rename to ...
594 (tui_spawn): ... this.
595 (toplevel): Move rename of spawn ...
596 (gdb_init_tuiterm): ... here. New proc.
597 (gdb_finish_tuiterm): New proc.
598 * lib/gdb.exp (gdb_finish_hooks): New global var.
599 (gdb_finish): Handle gdb_finish_hooks.
600 (tuiterm_env): New proc.
601 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
602 tuiterm_env.
603 * gdb.tui/basic.exp: Same.
604 * gdb.tui/corefile-run.exp: Same.
605 * gdb.tui/empty.exp: Same.
606 * gdb.tui/list-before.exp: Same.
607 * gdb.tui/list.exp: Same.
608 * gdb.tui/main.exp: Same.
609 * gdb.tui/new-layout.exp: Same.
610 * gdb.tui/regs.exp: Same.
611 * gdb.tui/resize.exp: Same.
612 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
613 * gdb.tui/tui-layout-asm.exp: Same.
614 * gdb.tui/tui-missing-src.exp: Same.
615 * gdb.tui/winheight.exp: Same.
616
6172020-06-12 Tom de Vries <tdevries@suse.de>
618
619 PR testsuite/26110
620 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
621 (gdb_finish): Reinstall dejagnu's override of ::unknown.
622
6232020-06-11 Tom Tromey <tom@tromey.com>
624
625 PR gdb/18318:
626 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
627 floating point tests.
628
6292020-06-11 Keith Seitz <keiths@redhat.com>
630
631 PR gdb/21356
632 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
633 vla_struct.
634 Add new struct vla_typedef and union vla_typedef_union and
635 corresponding instantiation objects.
636 Initialize new objects.
637 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
638 and vla_typedef_union_object.
639 Fixup type for vla_struct_object.
640
6412020-06-11 Tom de Vries <tdevries@suse.de>
642
643 * lib/gdb.exp (with_override): New proc, factored out of ...
644 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
645
6462020-06-10 Tom de Vries <tdevries@suse.de>
647
648 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
649
6502020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
651
652 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
653 parameter, update callers.
654
6552020-06-04 Simon Marchi <simon.marchi@efficios.com>
656
657 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
658 * gdb.dwarf2/share-psymtabs-bt.c: New file.
659 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
660
6612020-06-04 Tom de Vries <tdevries@suse.de>
662
663 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
664
6652020-06-04 Tom de Vries <tdevries@suse.de>
666
667 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
668 exp_continue.
669
6702020-06-04 Tom de Vries <tdevries@suse.de>
671
672 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
673
6742020-06-03 Tom de Vries <tdevries@suse.de>
675
676 PR symtab/26046
677 * gdb.cp/breakpoint-locs-2.cc: New test.
678 * gdb.cp/breakpoint-locs.cc: New test.
679 * gdb.cp/breakpoint-locs.exp: New file.
680 * gdb.cp/breakpoint-locs.h: New test.
681
6822020-06-03 Tom de Vries <tdevries@suse.de>
683
684 PR testsuite/25609
685 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
686 value of global verbose.
687 * gdb.base/jit-elf.exp: Same.
688 * gdb.base/jit-reader.exp: Same.
689
6902020-06-02 Tom de Vries <tdevries@suse.de>
691
692 * gdb.dwarf2/multidictionary.exp: Don't use
693 gdb_spawn_with_cmdline_opts.
694
6952020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
696
697 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
698 use_header case.
699 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
700 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
701 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
702 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
703 * gdb.dwarf2/dw2-inline-header.c: New file.
704 * gdb.dwarf2/dw2-inline-header.h: New file.
705
7062020-05-30 Pedro Alves <palves@redhat.com>
707
708 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
709 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
710
7112020-05-29 Gary Benson <gbenson@redhat.com>
712
713 * gdb.compile/compile-cplus.exp (additional_flags): Also
714 set when building with clang.
715 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
716 when building with clang.
717
7182020-05-29 Gary Benson <gbenson@redhat.com>
719
720 * gdb.arch/i386-avx.exp (additional_flags): Also set when
721 building with clang.
722 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
723
7242020-05-29 Gary Benson <gbenson@redhat.com>
725
726 * gdb.cp/koenig.exp (prepare_for_testing): Add
727 additional_flags=-Wno-unused-comparison.
728 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
729
7302020-05-28 Gary Benson <gbenson@redhat.com>
731
732 * gdb.base/sigaltstack.c (catcher): Add default case to switch
733 statement.
734
7352020-05-28 Gary Benson <gbenson@redhat.com>
736
737 * gdb.cp/classes.exp (prepare_for_testing): Add
738 additional_flags=-Wno-deprecated-register.
739 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
740 * gdb.cp/misc.exp: Likewise.
741
7422020-05-28 Gary Benson <gbenson@redhat.com>
743
744 * gdb.linespec/cpls-ops.cc (dummy): New static global.
745 (test_op_new::operator new): Add return statement.
746 (test_op_new_array::operator new[]): Likewise.
747
7482020-05-27 Pedro Alves <palves@redhat.com>
749
750 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
751 check. Use test_gdb_complete_unique instead of
752 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
753 test_gdb_complete_multiple instead of
754 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
755
7562020-05-27 Luis Machado <luis.machado@linaro.org>
757
758 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
759 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
760 * gdb.arch/arm-disassembler-options.exp: Likewise.
761 * gdb.arch/arm-disp-step.exp: Likewise.
762 * gdb.arch/thumb-prologue.exp: Likewise.
763 * gdb.base/async.exp: Likewise.
764 * gdb.base/auxv.exp: Likewise.
765 * gdb.base/complex-parts.exp: Likewise.
766 * gdb.base/ena-dis-br.exp: Likewise.
767 * gdb.base/foll-exec.exp: Likewise.
768 * gdb.base/permissions.exp: Likewise.
769 * gdb.base/relocate.exp: Likewise.
770 * gdb.base/return2.exp: Likewise.
771 * gdb.base/sigbpt.exp: Likewise.
772 * gdb.base/siginfo-obj.exp: Likewise.
773 * gdb.cp/converts.exp: Likewise.
774 * gdb.cp/exceptprint.exp: Likewise.
775 * gdb.cp/inherit.exp: Likewise.
776 * gdb.cp/nsnoimports.exp: Likewise.
777 * gdb.cp/virtbase2.exp: Likewise.
778 * gdb.mi/mi-var-cmd.exp: Likewise.
779 * gdb.mi/var-cmd.c: Likewise.
780
7812020-05-26 Tom Tromey <tromey@adacore.com>
782
783 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
784
7852020-05-26 Tom Tromey <tromey@adacore.com>
786
787 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
788 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
789 type.
790 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
791 variable.
792
7932020-05-26 Christian Biesinger <cbiesinger@google.com>
794
795 * Makefile.in: Use = instead of == for the test command
796 for portability.
797
7982020-05-26 Tom de Vries <tdevries@suse.de>
799
800 * gdb.base/gold-gdb-index-2.c: New test.
801 * gdb.base/gold-gdb-index.c: New test.
802 * gdb.base/gold-gdb-index.exp: New file.
803 * gdb.base/gold-gdb-index.h: New test.
804
8052020-05-25 Tom de Vries <tdevries@suse.de>
806
807 * boards/gold-gdb-index.exp: New file.
808
8092020-05-25 Simon Marchi <simon.marchi@efficios.com>
810
811 * boards/simavr.exp: New file.
812
8132020-05-25 Simon Marchi <simon.marchi@efficios.com>
814
815 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
816 * gdb.base/inferior-args.exp: New file.
817 * gdb.base/inferior-args.c: New file.
818
8192020-05-25 Simon Marchi <simon.marchi@efficios.com>
820
821 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
822 inferior_args. Pass it to gdb_reload.
823 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
824 inferior_args.
825 (gdb_reload): Add inferior_args argument.
826 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
827 pass it to gdbserver_run.
828 * boards/native-gdbserver.exp: Do not set noargs.
829 * boards/native-extended-gdbserver.exp (gdb_reload): Add
830 inferior_args argument.
831 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
832 * gdb.base/a2-run.exp: Check for use_gdb_stub.
833 * gdb.base/args.exp: Likewise.
834
8352020-05-25 Tom de Vries <tdevries@suse.de>
836
837 * lib/gdb.exp (exec_is_pie): Add comment.
838
8392020-05-25 Tom de Vries <tdevries@suse.de>
840
841 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
842 instead of $binfile in the untested message.
843
8442020-05-25 Tom de Vries <tdevries@suse.de>
845
846 PR testsuite/26031
847 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
848
8492020-05-25 Tom de Vries <tdevries@suse.de>
850
851 * boards/gold.exp: New file.
852
8532020-05-23 Tom Tromey <tom@tromey.com>
854
855 * gdb.base/style.exp: Remove completion styling test.
856 * lib/gdb-utils.exp (style): Remove completion styles.
857
8582020-05-23 Tom Tromey <tom@tromey.com>
859
860 * gdb.base/style.exp: Add completion styling test.
861 * lib/gdb-utils.exp (style): Add completion styles.
862
8632020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * gdb.base/annota1.exp: Update expected results.
866 * gdb.cp/annota2.exp: Update expected results, remove duplicate
867 test name.
868 * gdb.cp/annota3.exp: Update expected results.
869
8702020-05-20 Simon Marchi <simon.marchi@efficios.com>
871
872 PR gdb/26016
873 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
874 against MAP_FAILED.
875 * gdb.base/coremaker.c (mmapdata): Likewise.
876 * gdb.base/jit-reader-host.c (main): Likewise.
877 * gdb.base/sym-file-loader.c (load): Likewise.
878 (load_shlib): Likewise.
879
8802020-05-20 Tom Tromey <tromey@adacore.com>
881
882 * gdb.ada/array_char_idx.exp: Recognize initialized array.
883
8842020-05-20 Tom de Vries <tdevries@suse.de>
885
886 PR symtab/25833
887 * gdb.base/with-mf-inc.c: New test.
888 * gdb.base/with-mf-main.c: New test.
889 * gdb.base/with-mf.exp: New file.
890
8912020-05-19 Tom Tromey <tromey@adacore.com>
892
893 * gdb.rust/simple.exp: Restore missing test result.
894
8952020-05-19 Tom de Vries <tdevries@suse.de>
896
897 * gdb.base/gdb-caching-proc.exp: Fix typo.
898
8992020-05-19 Tom Tromey <tromey@adacore.com>
900
901 * gdb.rust/simple.exp: Add some test descriptions.
902 (test_one_slice): Use with_test_prefix.
903
9042020-05-18 Tom de Vries <tdevries@suse.de>
905
906 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
907
9082020-05-17 Pedro Alves <palves@redhat.com>
909
910 PR gdb/25741
911 * gdb.base/hw-sw-break-same-address.exp: New file.
912
9132020-05-16 Pedro Alves <palves@redhat.com>
914
915 * gdb.multi/multi-re-run.exp (test_re_run): Switch
916 LAST_LOADED_FILE accordingly.
917
9182020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
919
920 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
921
9222020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
923
924 * gdb.base/help.exp: Test apropos and help for commands
925 having aliases. Fixed comments not starting with an
926 upper-case letter or not finishing with a dot.
927
9282020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
929
930 * gdb.base/alias.exp: Update help output check.
931
9322020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
933
934 * gdb.base/default.exp: Update output following fixes.
935
9362020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
937
938 * gdb.base/alias.exp: Test aliases starting with a prefix of
939 another alias.
940
9412020-05-15 Gary Benson <gbenson@redhat.com>
942
943 * gdb.base/info-os.c (main): Add return statement.
944 * gdb.base/info_minsym.c (minsym_fun): Likewise.
945 * gdb.base/large-frame-2.c (func): Likewise.
946 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
947 * gdb.base/pr10179-b.c (foo2): Likewise.
948 * gdb.base/valgrind-disp-step.c (foo): Likewise.
949 * gdb.base/watch-cond.c (func): Likewise.
950 * gdb.multi/goodbye.c (verylongfun): Likewise.
951 * gdb.multi/hello.c (commonfun): Likewise.
952 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
953 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
954 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
955 Likewise.
956 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
957 * gdb.threads/interrupt-while-step-over.c (child_function):
958 Likewise.
959 * gdb.trace/actions-changed.c (end): Likewise.
960
9612020-05-15 Gary Benson <gbenson@redhat.com>
962
963 * gdb.opencl/callfuncs.exp: Report when test skipped.
964 * gdb.opencl/convs_casts.exp: Likewise.
965 * gdb.opencl/datatypes.exp: Likewise.
966 * gdb.opencl/operators.exp: Likewise.
967 * gdb.opencl/vec_comps.exp: Likewise.
968
9692020-05-15 Tom de Vries <tdevries@suse.de>
970
971 * gdb.base/align.exp.in: Rename to ...
972 * gdb.base/align.exp.tcl: ... this.
973 * gdb.base/align-c++.exp: Update.
974 * gdb.base/align-c.exp: Update.
975 * gdb.base/all-architectures.exp.in: Rename to ...
976 * gdb.base/all-architectures.exp: ... this.
977 * gdb.base/all-architectures-0.exp: Update.
978 * gdb.base/all-architectures-1.exp: Update.
979 * gdb.base/all-architectures-2.exp: Update.
980 * gdb.base/all-architectures-3.exp: Update.
981 * gdb.base/all-architectures-4.exp: Update.
982 * gdb.base/all-architectures-5.exp: Update.
983 * gdb.base/all-architectures-6.exp: Update.
984 * gdb.base/all-architectures-7.exp: Update.
985 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
986 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
987 * gdb.base/infcall-nested-structs-c++.exp: Update.
988 * gdb.base/infcall-nested-structs-c.exp: Update.
989 * gdb.base/info-types.exp.in: Rename to ...
990 * gdb.base/info-types.exp.tcl: ... this.
991 * gdb.base/info-types-c++.exp: Update.
992 * gdb.base/info-types-c.exp: Update.
993 * gdb.base/max-depth.exp.in: Rename to ...
994 * gdb.base/max-depth.exp.tcl: ... this.
995 * gdb.base/max-depth-c++.exp: Update.
996 * gdb.base/max-depth-c.exp: Update.
997 * gdb.cp/cpexprs.exp.in: Rename to ...
998 * gdb.cp/cpexprs.exp.tcl: ... this.
999 * gdb.cp/cpexprs-debug-types.exp: Update.
1000 * gdb.cp/cpexprs.exp: Update.
1001 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1002 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1003 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1004 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1005 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1006 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1007 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1008 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1009 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1010 * gdb.dwarf2/clang-debug-names.exp: Update.
1011
10122020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * lib/check-test-names.exp: Remove code that prevents this file
1015 loading when tests are run in parallel.
1016
10172020-05-15 Pedro Alves <palves@redhat.com>
1018
1019 * gdb.multi/multi-kill.exp (start_inferior): Remove
1020 'testpid' parameter. Refer to namespace variable directly.
1021 (testpid): Declare as namespace variable.
1022
10232020-05-15 Pedro Alves <palves@redhat.com>
1024
1025 * gdb.multi/multi-kill.exp: Wrap in namespace.
1026 (start_inferior): Add TESTPID parameter. Use it instead of the
1027 testpid global.
1028 (top level): Define empty TESTPID array, and pass it down to
1029 start_inferior.
1030
10312020-05-14 Tom de Vries <tdevries@suse.de>
1032
1033 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1034 output.
1035
10362020-05-14 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.base/align.exp: Split into ...
1039 * gdb.base/align.exp.in: ...
1040 * gdb.base/align-c++.exp: ...
1041 * gdb.base/align-c.exp: ... these.
1042 * gdb.base/infcall-nested-structs.exp: Split into ...
1043 * gdb.base/infcall-nested-structs.exp.in: ...
1044 * gdb.base/infcall-nested-structs-c++.exp: ...
1045 * gdb.base/infcall-nested-structs-c.exp: ... these.
1046 * gdb.base/info-types.exp: Split into ...
1047 * gdb.base/info-types.exp.in: ...
1048 * gdb.base/info-types-c++.exp: ...
1049 * gdb.base/info-types-c.exp: ... these.
1050 * gdb.base/max-depth.exp: Split into ...
1051 * gdb.base/max-depth.exp.in: ...
1052 * gdb.base/max-depth-c++.exp: ...
1053 * gdb.base/max-depth-c.exp: ... these.
1054 * gdb.cp/infcall-nodebug.exp: Split into ...
1055 * gdb.cp/infcall-nodebug.exp.in: ...
1056 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1057 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1058 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1059 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1060
10612020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1062 Pedro Alves <palves@redhat.com>
1063
1064 * gdb.multi/multi-exit.c: New file.
1065 * gdb.multi/multi-exit.exp: New file.
1066 * gdb.multi/multi-kill.c: New file.
1067 * gdb.multi/multi-kill.exp: New file.
1068
10692020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1070
1071 * gdb.base/annota1.exp: Update the expected output.
1072 * gdb.cp/annota2.exp: Ditto.
1073
10742020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * lib/check-test-names.exp: Disable when testing is being run in
1077 parallel.
1078
10792020-05-12 Tom de Vries <tdevries@suse.de>
1080
1081 * gdb.base/jit-elf.exp: Fix string concat.
1082
10832020-05-12 Tom de Vries <tdevries@suse.de>
1084
1085 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1086 messages.
1087
10882020-05-12 Tom de Vries <tdevries@suse.de>
1089
1090 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1091
10922020-05-12 Tom de Vries <tdevries@suse.de>
1093
1094 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1095 * gdb.ada/mi_catch_ex.exp: Same.
1096 * gdb.ada/mi_catch_ex_hand.exp: Same.
1097
10982020-05-12 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.fortran/complex.exp: Use with_test_prefix.
1101
11022020-05-12 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.trace/passcount.exp: Fix test-names.
1105
11062020-05-12 Tom de Vries <tdevries@suse.de>
1107
1108 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1109
11102020-05-12 Tom de Vries <tdevries@suse.de>
1111
1112 * gdb.gdb/complaints.exp: Use with_test_prefix.
1113 * gdb.xml/tdesc-regs.exp: Same.
1114 * gdb.opt/inline-locals.exp: Fix test name.
1115
11162020-05-12 Tom de Vries <tdevries@suse.de>
1117
1118 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1119 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1120 * gdb.dwarf2/implref-struct.exp: Same.
1121 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1122 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1123
11242020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1125
1126 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1127
11282020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * lib/check-test-names.exp (all_test_names): New module variable.
1131 (counts): Add 'duplicates' field.
1132 (_check_duplicates): New procedure.
1133 (check): Also check for duplicates.
1134 (do_log_summary): Print duplicates count.
1135 (do_reset_vars): Reset counter for duplicate test names, and
1136 discard all know test names.
1137
11382020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1139
1140 * lib/gdb.exp: Include check-test-names.exp library.
1141 * lib/check-test-names.exp: New file.
1142
11432020-05-11 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1146
11472020-05-11 Keith Seitz <keiths@redhat.com>
1148
1149 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1150
11512020-05-11 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1154 * gdb.cp/cpexprs.exp.in: .. here.
1155 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1156 cpexprs.exp.
1157
11582020-05-11 Keith Seitz <keiths@redhat.com>
1159
1160 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1161 test names.
1162 * gdb.ada/arrayptr.exp: Likewise.
1163 * gdb.ada/assign_arr.exp: Likewise.
1164 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1165 * gdb.ada/bp_on_var.exp: Likewise.
1166 * gdb.ada/call_pn.exp: Likewise.
1167 * gdb.ada/complete.exp: Likewise.
1168 * gdb.ada/fun_overload_menu.exp: Likewise.
1169 * gdb.ada/funcall_param.exp: Likewise.
1170 * gdb.ada/funcall_ref.exp: Likewise.
1171 * gdb.ada/packed_array_assign.exp: Likewise.
1172 * gdb.ada/same_component_name.exp: Likewise.
1173 * gdb.ada/type_coercion.exp: Likewise.
1174 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1175 * gdb.ada/variant_record_packed_array.exp: Likewise.
1176
11772020-05-11 Tom de Vries <tdevries@suse.de>
1178
1179 PR symtab/25941
1180 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1181 out of ...
1182 * gdb.dwarf2/clang-debug-names.exp: ... here.
1183 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1184 clang-debug-names.exp.in.
1185 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1186 * gdb.dwarf2/clang-debug-names-2.c: New test.
1187
11882020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1189
1190 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1191 (fortran_runto_main): New Proc, fortran version of runto_main.
1192 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1193 * gdb.fortran/array-bounds.exp: Likewise.
1194 * gdb.fortran/array-slices.exp: Likewise.
1195 * gdb.fortran/block-data.exp: Likewise.
1196 * gdb.fortran/charset.exp: Likewise.
1197 * gdb.fortran/common-block.exp: Likewise.
1198 * gdb.fortran/complex.exp: Likewise.
1199 * gdb.fortran/derived-type-function.exp: Likewise.
1200 * gdb.fortran/derived-type.exp: Likewise.
1201 * gdb.fortran/info-modules.exp: Likewise.
1202 * gdb.fortran/info-types.exp: Likewise.
1203 * gdb.fortran/intrinsics.exp: Likewise.
1204 * gdb.fortran/library-module.exp: Likewise.
1205 * gdb.fortran/logical.exp: Likewise.
1206 * gdb.fortran/max-depth.exp: Likewise.
1207 * gdb.fortran/module.exp: Likewise.
1208 * gdb.fortran/multi-dim.exp: Likewise.
1209 * gdb.fortran/nested-funcs.exp: Likewise.
1210 * gdb.fortran/print-formatted.exp: Likewise.
1211 * gdb.fortran/print_type.exp: Likewise.
1212 * gdb.fortran/printing-types.exp: Likewise.
1213 * gdb.fortran/ptr-indentation.exp: Likewise.
1214 * gdb.fortran/ptype-on-functions.exp: Likewise.
1215 * gdb.fortran/subarray.exp: Likewise.
1216 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1217 * gdb.fortran/vla-datatypes.exp: Likewise.
1218 * gdb.fortran/vla-history.exp: Likewise.
1219 * gdb.fortran/vla-ptr-info.exp: Likewise.
1220 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1221 * gdb.fortran/vla-ptype.exp: Likewise.
1222 * gdb.fortran/vla-sizeof.exp: Likewise.
1223 * gdb.fortran/vla-type.exp: Likewise.
1224 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1225 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1226 * gdb.fortran/vla-value-sub.exp: Likewise.
1227 * gdb.fortran/vla-value.exp: Likewise.
1228 * gdb.fortran/whatis_type.exp: Likewise.
1229 * gdb.mi/mi-var-child-f.exp: Likewise.
1230
12312020-05-09 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1234
12352020-05-08 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.dwarf2/clang-debug-names.c: New test.
1238 * gdb.dwarf2/clang-debug-names.exp: New file.
1239
12402020-05-06 Simon Marchi <simon.marchi@efficios.com>
1241
1242 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1243 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1244
12452020-05-06 Tom de Vries <tdevries@suse.de>
1246
1247 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1248 breakpoint is at a "recommended breakpoint location".
1249 * gdb.reverse/consecutive-reverse.exp: Same.
1250
12512020-05-06 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1254 address.
1255
12562020-05-06 Tom de Vries <tdevries@suse.de>
1257
1258 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1259
12602020-05-06 Tom de Vries <tdevries@suse.de>
1261
1262 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1263 info for r.
1264
12652020-05-06 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1268 necessary.
1269
12702020-05-06 Tom de Vries <tdevries@suse.de>
1271
1272 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1273 void.
1274
12752020-05-06 Tom de Vries <tdevries@suse.de>
1276
1277 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1278 of ...
1279 * gdb.base/async.exp: ... here.
1280 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1281 "recommended breakpoint location".
1282
12832020-05-06 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1286
12872020-05-04 Tom de Vries <tdevries@suse.de>
1288
1289 * gdb.base/async.exp: Check whether instruction addresses are a
1290 "recommended breakpoint location".
1291
12922020-05-03 Tom Tromey <tom@tromey.com>
1293
1294 * gdb.base/sepdebug.exp: Remove "catch" test.
1295 * gdb.base/break.exp: Remove "catch" test.
1296 * gdb.base/default.exp: Update expected output.
1297
12982020-05-02 Tom de Vries <tdevries@suse.de>
1299
1300 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1301 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1302 * gdb.arch/i386-mpx-map.exp: Same.
1303 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1304 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1305 * gdb.arch/i386-mpx.exp: Same.
1306
13072020-05-02 Tom de Vries <tdevries@suse.de>
1308
1309 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1310
13112020-05-01 Tom de Vries <tdevries@suse.de>
1312
1313 * gdb.ada/operator_bp.exp: Allow more than required amount of
1314 breakpoint.
1315
13162020-05-01 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1319
13202020-04-30 Hannes Domani <ssbssa@yahoo.de>
1321
1322 PR gdb/18706
1323 * gdb.cp/stub-array-size.cc: New test.
1324 * gdb.cp/stub-array-size.exp: New file.
1325 * gdb.cp/stub-array-size.h: New test.
1326 * gdb.cp/stub-array-size2.cc: New test.
1327
13282020-04-30 Hannes Domani <ssbssa@yahoo.de>
1329
1330 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1331 output to the new format.
1332
13332020-04-29 Simon Marchi <simon.marchi@efficios.com>
1334
1335 * gdb.base/break.exp: Use with_test_prefix.
1336
13372020-04-29 Tom de Vries <tdevries@suse.de>
1338
1339 * lib/gdb.exp (debug_types): New proc.
1340 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1341 * gdb.python/py-symtab.exp: Same.
1342
13432020-04-29 Hannes Domani <ssbssa@yahoo.de>
1344
1345 PR gdb/17320
1346 * gdb.base/pretty-array.c: New test.
1347 * gdb.base/pretty-array.exp: New file.
1348
13492020-04-29 Tom de Vries <tdevries@suse.de>
1350
1351 PR symtab/25889
1352 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1353 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1354 and include cpexprs.exp.
1355
13562020-04-28 Mark Williams <mark@myosotissp.com>
1357
1358 PR gdb/24480
1359 * dw4-toplevel-types.exp: Test for top level types.
1360 * dw4-toplevel-types.cc: Test for top level types.
1361
13622020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1363
1364 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1365 (theads -> threads).
1366
13672020-04-28 Tom de Vries <tdevries@suse.de>
1368
1369 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1370
13712020-04-28 Tom de Vries <tdevries@suse.de>
1372
1373 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1374
13752020-04-28 Tom de Vries <tdevries@suse.de>
1376
1377 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1378
13792020-04-28 Tom de Vries <tdevries@suse.de>
1380
1381 * gdb.dwarf2/main-foo.c: New test.
1382 * gdb.dwarf2/struct-with-sig.exp: New file.
1383
13842020-04-25 Tom de Vries <tdevries@suse.de>
1385
1386 * boards/debug-types.exp: New file.
1387
13882020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1391
13922020-04-24 Tom Tromey <tom@tromey.com>
1393
1394 PR symtab/12707:
1395 * gdb.python/py-symbol.exp: Update expected results for
1396 linkage_name test.
1397 * gdb.cp/print-demangle.exp: New file.
1398 * gdb.base/c-linkage-name.exp: Fix test.
1399 * gdb.guile/scm-symbol.exp: Update expected results for
1400 linkage_name test.
1401
14022020-04-24 Tom Tromey <tom@tromey.com>
1403
1404 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1405 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1406 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1407 assembler.
1408
14092020-04-24 Tom de Vries <tdevries@suse.de>
1410
1411 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1412 C++.
1413
14142020-04-24 Tom Tromey <tromey@adacore.com>
1415
1416 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1417 values.
1418 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1419 values. Update test for minimal encodings.
1420 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1421 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1422 values. Update test for minimal encodings.
1423
14242020-04-24 Tom Tromey <tromey@adacore.com>
1425
1426 PR python/23662:
1427 * gdb.ada/variant.exp: Add Python checks.
1428 * gdb.rust/simple.exp: Add dynamic type checks.
1429
14302020-04-24 Tom Tromey <tromey@adacore.com>
1431
1432 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1433 Make array type matching more lax.
1434 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1435 * gdb.ada/mi_variant.exp: New file.
1436 * gdb.ada/mi_variant/pck.ads: New file.
1437 * gdb.ada/mi_variant/pkg.adb: New file.
1438 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1439 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1440
14412020-04-24 Tom Tromey <tromey@adacore.com>
1442
1443 * gdb.ada/variant.exp: Add dynamic field offset tests.
1444 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1445 * gdb.ada/variant/pkg.adb: Add new variables.
1446
14472020-04-24 Tom Tromey <tromey@adacore.com>
1448
1449 * gdb.ada/variant.exp: New file
1450 * gdb.ada/variant/pkg.adb: New file
1451 * gdb.ada/variant/pck.adb: New file
1452
14532020-04-24 Tom de Vries <tdevries@suse.de>
1454
1455 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1456
14572020-04-24 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1460 flags.
1461
14622020-04-24 Tom de Vries <tdevries@suse.de>
1463
1464 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1465
14662020-04-24 Tom de Vries <tdevries@suse.de>
1467
1468 * lib/gdb.exp (default_gdb_start): Handle eof.
1469 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1470 failure.
1471 * gdb.base/readnever.exp: Handle clean_restart failure.
1472
14732020-04-23 Tom de Vries <tdevries@suse.de>
1474
1475 * gdb.base/decl-before-def.exp: Run to main and print a again.
1476
14772020-04-23 Tom de Vries <tdevries@suse.de>
1478
1479 * gdb.base/decl-before-def-decl.c: New test.
1480 * gdb.base/decl-before-def-def.c: New test.
1481 * gdb.base/decl-before-def.exp: New file.
1482
14832020-04-23 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1486
14872020-04-22 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1490 debug_info_offset.
1491 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1492 before $objsfile in the line line.
1493
14942020-04-22 Tom de Vries <tdevries@suse.de>
1495
1496 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1497
14982020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1499
1500 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1501 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1502 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1503 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1504 * gdb.base/jit-protocol.h: Update definitions to match all usage
1505 contexts.
1506
15072020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1508
1509 * gdb.base: Rename all jit related test and source files.
1510
15112020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1512
1513 * gdb.base/jit-reader.exp: Relax register output check.
1514
15152020-04-22 Tom de Vries <tdevries@suse.de>
1516
1517 PR symtab/25764
1518 * gdb.base/psym-external-decl-2.c: New test.
1519 * gdb.base/psym-external-decl.c: New test.
1520 * gdb.base/psym-external-decl.exp: New file.
1521 * gdb.threads/tls.exp: Add PR25807 kfail.
1522
15232020-04-22 Tom de Vries <tdevries@suse.de>
1524
1525 PR symtab/25801
1526 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1527 in "info source" output.
1528
15292020-04-22 Tom de Vries <tdevries@suse.de>
1530
1531 PR symtab/25700
1532 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1533 symtab for imported_unit.c.
1534
15352020-04-21 Gary Benson <gbenson@redhat.com>
1536
1537 * gdb.base/advance.c (func): New argument, to match call site.
1538 (func2, func3): Add return statements.
1539
15402020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1541
1542 * gdb.multi/run-only-second-inf.c: New file.
1543 * gdb.multi/run-only-second-inf.exp: New file.
1544
15452020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1546
1547 * gdb.btrace/multi-inferior.c: New test.
1548 * gdb.btrace/multi-inferior.exp: New file.
1549
15502020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1551
1552 * gdb.btrace/enable-new-thread.c: New test.
1553 * gdb.btrace/enable-new-thread.exp: New file.
1554
15552020-04-21 Tom de Vries <tdevries@suse.de>
1556
1557 PR gdb/25471
1558 * gdb.threads/killed-outside.c: New test.
1559 * gdb.threads/killed-outside.exp: New file.
1560
15612020-04-20 Gary Benson <gbenson@redhat.com>
1562
1563 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1564 * gdb.base/nested-subp2.exp: Likewise.
1565 * gdb.base/nested-subp3.exp: Likewise.
1566
15672020-04-20 Gary Benson <gbenson@redhat.com>
1568
1569 * gdb.base/nested-subp1.exp: Disable test when using clang.
1570 * gdb.base/nested-subp2.exp: Likewise.
1571 * gdb.base/nested-subp3.exp: Likewise.
1572
15732020-04-20 Gary Benson <gbenson@redhat.com>
1574
1575 * gdb.cp/exception.cc: Fix compilation error with clang.
1576
15772020-04-20 Gary Benson <gbenson@redhat.com>
1578
1579 * gdb.trace/tspeed.c: Fix compilation error with clang.
1580
15812020-04-20 Gary Benson <gbenson@redhat.com>
1582
1583 * gdb.base/jit-main.c: Fix compilation error with clang.
1584
15852020-04-17 Kamil Rytarowski <n54@gmx.com>
1586
1587 * gdb.base/attach-twice.c: Include "sys/types.h".
1588 (PTRACE_ATTACH): Add fallback definition.
1589 (main): Pass `0' to the 4th argument of `ptrace'.
1590
15912020-04-17 Kamil Rytarowski <n54@gmx.com>
1592
1593 * gdb.base/fork-running-state.c: Include "signal.h".
1594
15952020-04-17 Tom Tromey <tromey@adacore.com>
1596
1597 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1598 Update tests.
1599 * gdb.btrace/cpu.exp: Update tests.
1600 * gdb.base/maint.exp: Update tests.
1601 * gdb.base/default.exp: Update tests.
1602 * gdb.base/completion.exp: Update tests.
1603
16042020-04-16 Tom de Vries <tdevries@suse.de>
1605
1606 PR symtab/25791
1607 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1608 (ensure_gdb_index): and factor out and move ...
1609 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1610 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1611
16122020-04-16 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1615 loading exec.
1616
16172020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1618
1619 * gdb.base/many-completions.exp: New file.
1620
16212020-04-14 Tom de Vries <tdevries@suse.de>
1622
1623 PR symtab/25718
1624 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1625
16262020-04-14 Tom de Vries <tdevries@suse.de>
1627
1628 PR symtab/25720
1629 * gdb.base/maint-expand-symbols-header-file.c: New test.
1630 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1631 * gdb.base/maint-expand-symbols-header-file.h: New test.
1632
16332020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1634
1635 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1636 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1637 get_func_info.
1638 (get_func_info): Delete.
1639 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1640 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1641 * lib/dwarf.exp (get_func_info): New function.
1642
16432020-04-13 Tom de Vries <tdevries@suse.de>
1644
1645 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1646 to what find_gnatmake does.
1647
16482020-04-10 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1651 -readnow.
1652
16532020-04-10 Tom de Vries <tdevries@suse.de>
1654
1655 PR cli/25808
1656 * gdb.base/style.c: Add leading newlines.
1657 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1658 Check listing of main's one-line body.
1659
16602020-04-08 Tom de Vries <tdevries@suse.de>
1661
1662 * lib/gdb.exp (psymtabs_p): New proc.
1663 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1664 importing unit" unsupported if there are no partial symbols.
1665
16662020-04-08 Tom de Vries <tdevries@suse.de>
1667
1668 PR testsuite/25760
1669 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1670
16712020-04-07 Tom de Vries <tdevries@suse.de>
1672
1673 PR symtab/25796
1674 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1675
16762020-04-07 Tom de Vries <tdevries@suse.de>
1677
1678 * gdb.base/check-psymtab.c: New test.
1679 * gdb.base/check-psymtab.exp: New file.
1680
16812020-04-06 Tom Tromey <tromey@adacore.com>
1682
1683 * gdb.ada/variant-record/proc.adb: New file.
1684 * gdb.ada/variant-record/value.adb: New file.
1685 * gdb.ada/variant-record/value.s: New file.
1686 * gdb.ada/variant-record.exp: New file.
1687
16882020-04-03 Hannes Domani <ssbssa@yahoo.de>
1689
1690 PR gdb/25325
1691 * gdb.cp/typed-enum.cc: New test.
1692 * gdb.cp/typed-enum.exp: New file.
1693
16942020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1695
1696 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1697 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1698 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1699 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1700 * gdb.opt/inline-small-func.c: New file.
1701 * gdb.opt/inline-small-func.exp: New file.
1702 * gdb.opt/inline-small-func.h: New file.
1703
17042020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1705
1706 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1707 function.
1708
17092020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1710
1711 * lib/dwarf.exp (function_range): Allow compiler options to be
1712 specified.
1713
17142020-04-02 Tom de Vries <tdevries@suse.de>
1715
1716 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1717 __attribute__((always_inline)).
1718 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1719
17202020-04-02 Tom de Vries <tdevries@suse.de>
1721
1722 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1723 (gdbserver_gdb_exit): ... here. Add timeout warning.
1724 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1725 (connect_target_extended_remote): Append new server_spawn_id to
1726 server_spawn_ids.
1727 (cleanup): New proc.
1728 (setup, <toplevel>): Call cleanup.
1729
17302020-04-02 Tom de Vries <tdevries@suse.de>
1731
1732 * gdb.base/main-psymtab.exp: New file.
1733
17342020-04-02 Tom de Vries <tdevries@suse.de>
1735
1736 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1737
17382020-04-01 Tom Tromey <tom@tromey.com>
1739
1740 * gdb.base/complex-parts.exp: Add type tests.
1741
17422020-04-01 Tom Tromey <tom@tromey.com>
1743
1744 * gdb.base/complex-parts.exp: Add arithmetic tests.
1745
17462020-04-01 Tom Tromey <tom@tromey.com>
1747
1748 * gdb.compile/compile.exp: Update.
1749 * gdb.compile/compile-cplus.exp: Update.
1750 * gdb.base/varargs.exp: Update.
1751 * gdb.base/floatn.exp: Update.
1752 * gdb.base/endianity.exp: Update.
1753 * gdb.base/callfuncs.exp (do_function_calls): Update.
1754 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1755 (complex_float_integral_args): Update.
1756 * gdb.base/complex.exp: Update.
1757 * gdb.base/complex-parts.exp: Update.
1758
17592020-04-01 Tom Tromey <tromey@adacore.com>
1760
1761 * gdb.rust/union.rs: New file.
1762 * gdb.rust/union.exp: New file.
1763 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1764 (main): Update.
1765 * gdb.rust/simple.exp: Move union tests to union.exp.
1766
17672020-04-01 Tom Tromey <tromey@adacore.com>
1768
1769 * gdb.rust/simple.rs (main): Remove "y0".
1770
17712020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1772
1773 * gdb.multi/stop-all-on-exit.c: New test.
1774 * gdb.multi/stop-all-on-exit.exp: New file.
1775
17762020-04-01 Hannes Domani <ssbssa@yahoo.de>
1777
1778 PR gdb/24789
1779 * gdb.cp/misc.cc: Add integer reference variable.
1780 * gdb.cp/misc.exp: Add test.
1781
17822020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1783
1784 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1785 scenario to cover execution until the end and also the case
1786
17872020-03-31 Tom de Vries <tdevries@suse.de>
1788
1789 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1790 c. Use "maint info symtabs" to check symtab expansion.
1791
17922020-03-30 Tom de Vries <tdevries@suse.de>
1793
1794 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1795 unsupported.
1796 (verify_psymtab_expanded): Move ...
1797 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1798 test.
1799 (readnow): New proc.
1800
18012020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1804 with $hex.
1805
18062020-03-20 Tom Tromey <tromey@adacore.com>
1807
1808 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1809
18102020-03-20 Tom Tromey <tromey@adacore.com>
1811
1812 * gdb.ada/sub_variant/subv.adb: New file.
1813 * gdb.ada/sub_variant.exp: New file.
1814
18152020-03-20 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1818 first break fails.
1819 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1820
18212020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1822
1823 * gdb.server/exit-multiple-threads.c: New file.
1824 * gdb.server/exit-multiple-threads.exp: New file.
1825
18262020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * gdb.fortran/mixed-lang-stack.c: New file.
1829 * gdb.fortran/mixed-lang-stack.cpp: New file.
1830 * gdb.fortran/mixed-lang-stack.exp: New file.
1831 * gdb.fortran/mixed-lang-stack.f90: New file.
1832
18332020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * gdb.linespec/cp-completion-aliases.cc: New file.
1836 * gdb.linespec/cp-completion-aliases.exp: New file.
1837
18382020-03-19 Tom de Vries <tdevries@suse.de>
1839
1840 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1841 more precise.
1842
18432020-03-18 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1846 * gdb.dwarf2/break-inline-psymtab.c: New test.
1847 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1848
18492020-03-16 Tom de Vries <tdevries@suse.de>
1850
1851 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1852 cache_verify and cache_verify_proc.
1853
18542020-03-15 Tom de Vries <tdevries@suse.de>
1855
1856 * gdb.server/solib-list.exp: Handle
1857 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1858
18592020-03-15 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1862 objfiles".
1863
18642020-03-14 Tom Tromey <tom@tromey.com>
1865
1866 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1867
18682020-03-14 Tom de Vries <tdevries@suse.de>
1869
1870 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1871
18722020-03-14 Tom de Vries <tdevries@suse.de>
1873
1874 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1875 result in line-by-line fashion.
1876
18772020-03-14 Tom de Vries <tdevries@suse.de>
1878
1879 * lib/gdb.exp (supports_statement_frontiers): New proc.
1880 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1881
18822020-03-14 Tom de Vries <tdevries@suse.de>
1883
1884 * gdb.base/printcmds.exp: Add missing quoting for "print
1885 teststring2".
1886
18872020-03-13 Tom Tromey <tom@tromey.com>
1888
1889 * gdb.base/printcmds.exp (test_print_strings): Add regression
1890 test.
1891 * gdb.base/printcmds.c (charptr): New typedef.
1892 (teststring2): New global.
1893
18942020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1897 full path in the test name.
1898 (test_ld): Add some with_test_prefix blocks to make test names
1899 unique.
1900
19012020-03-13 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1904
19052020-03-13 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1908
19092020-03-13 Tom de Vries <tdevries@suse.de>
1910
1911 PR symtab/25646
1912 * gdb.dwarf2/imported-unit.exp: Add test.
1913
19142020-03-13 Tom de Vries <tdevries@suse.de>
1915
1916 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1917 (var1, var2): New variable.
1918 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1919 matching symbols.
1920
19212020-03-13 Tom de Vries <tdevries@suse.de>
1922
1923 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1924 (Term::command): Use prompt prefix.
1925 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1926 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1927 command_no_prompt_prefix instead of prefix.
1928 * gdb.tui/tui-layout-asm.exp: Same.
1929
19302020-03-12 Simon Marchi <simon.marchi@efficios.com>
1931
1932 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1933
19342020-03-12 Simon Marchi <simon.marchi@efficios.com>
1935
1936 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1937 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1938 on" while stepping over the test instruction, match printed
1939 message.
1940
19412020-03-12 Tom de Vries <tdevries@suse.de>
1942
1943 * gdb.base/info-types.exp: Use exp_continue during matching of output
1944 of "info types".
1945
19462020-03-12 Tom de Vries <tdevries@suse.de>
1947
1948 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1949
19502020-03-12 Tom de Vries <tdevries@suse.de>
1951
1952 * gdb.fortran/module.exp: Use exp_continue during matching of output
1953 of "info variable -n".
1954
19552020-03-12 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1958 gdb.dwarf2/dw2-ranges-base.c.
1959
19602020-03-12 Tom de Vries <tdevries@suse.de>
1961
1962 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1963 in presence of GLIBC debuginfo.
1964
19652020-03-12 Tom de Vries <tdevries@suse.de>
1966
1967 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1968 $core.
1969
19702020-03-12 Tom de Vries <tdevries@suse.de>
1971
1972 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1973 more precise.
1974
19752020-03-11 Simon Marchi <simon.marchi@efficios.com>
1976
1977 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1978 from Unix to Windows path.
1979
19802020-03-11 Tom de Vries <tdevries@suse.de>
1981
1982 * gdb.ada/minsyms.exp: Set language to ada.
1983
19842020-03-11 Tom de Vries <tdevries@suse.de>
1985
1986 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1987
19882020-03-11 Tom de Vries <tdevries@suse.de>
1989
1990 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1991
19922020-03-11 Tom Tromey <tromey@adacore.com>
1993
1994 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1995
19962020-03-11 Tom de Vries <tdevries@suse.de>
1997
1998 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1999
20002020-03-11 Tom de Vries <tdevries@suse.de>
2001
2002 * gdb.base/break-interp.exp: Limit verbose scope.
2003
20042020-03-11 Tom de Vries <tdevries@suse.de>
2005
2006 * gdb.fortran/logical.f90: Define variable with character type.
2007 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2008
20092020-03-11 Tom de Vries <tdevries@suse.de>
2010
2011 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2012
20132020-03-11 Tom de Vries <tdevries@suse.de>
2014
2015 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2016 symtabs.
2017
20182020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2019 Bernd Edlinger <bernd.edlinger@hotmail.de>
2020
2021 * gdb.cp/step-and-next-inline.cc: New file.
2022 * gdb.cp/step-and-next-inline.exp: New file.
2023 * gdb.cp/step-and-next-inline.h: New file.
2024 * gdb.dwarf2/dw2-is-stmt.c: New file.
2025 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2026 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2027 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2028 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2029
20302020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2031
2032 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2033 is-stmt flag in the line table.
2034
20352020-03-09 Tom de Vries <tdevries@suse.de>
2036
2037 * lib/gdb.exp (cached_file): Create cache dir.
2038
20392020-03-07 Tom de Vries <tdevries@suse.de>
2040
2041 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2042 * gdb.cp/rvalue-ref-params.exp: Same.
2043
20442020-03-06 Tom de Vries <tdevries@suse.de>
2045
2046 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2047 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2048
20492020-03-06 Tom de Vries <tdevries@suse.de>
2050
2051 * README: Fix "the the".
2052 * gdb.base/dprintf.exp: Same.
2053
20542020-03-05 Tom de Vries <tdevries@suse.de>
2055
2056 * gdb.base/maint.exp: Update "main print statistics" expected output.
2057
20582020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2059
2060 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2061 (fortran_int8): Likewise.
2062 (fortran_real4): Likewise.
2063 (fortran_real8): Likewise.
2064 (fortran_complex4): Likewise.
2065 (fortran_logical4): Likewise.
2066 (fortran_character1): Likewise.
2067
20682020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2069
2070 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2071 printed as true.
2072
20732020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2074
2075 * gdb.base/printcmds.exp: Add test to verify printf of a
2076 variable holding an address.
2077
20782020-03-03 Tom de Vries <tdevries@suse.de>
2079
2080 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2081
20822020-03-03 Tom de Vries <tdevries@suse.de>
2083
2084 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2085 gdb_test_multiple call.
2086
20872020-03-03 Tom de Vries <tdevries@suse.de>
2088
2089 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2090 gdb_test_multiple calls.
2091
20922020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2093
2094 * gdb.base/default.exp: Remove test of 'set history filename'.
2095 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2096 filename to the empty string.
2097 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2098 and GDBHISTSIZE.
2099
21002020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2101
2102 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2103 disabled.
2104
21052020-03-02 Pedro Alves <palves@redhat.com>
2106 Tom de Vries <tdevries@suse.de>
2107
2108 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2109 -prompt prefix, before user_code argument. Add -lbl option likewise.
2110 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2111 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2112 argument.
2113 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2114 have "\r\n" at start-of-line, instead of at end-of-line.
2115
21162020-02-28 Simon Marchi <simon.marchi@efficios.com>
2117
2118 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2119 libinproctrace.so.
2120
21212020-02-28 Luis Machado <luis.machado@linaro.org>
2122
2123 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2124 to "p/x".
2125
21262020-02-28 Luis Machado <luis.machado@linaro.org>
2127
2128 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2129 asm/ptrace.h and error.h.
2130
21312020-02-28 Tom de Vries <tdevries@suse.de>
2132
2133 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2134 (struct wrapper, do_something, mundane/symada__cS): Move ...
2135 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2136 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2137 Update "print symada__cS before partial symtab expansion" regexp.
2138 Update breakpoint location. Flush symbol cache after expansion.
2139
21402020-02-28 Luis Machado <luis.machado@linaro.org>
2141
2142 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2143
21442020-02-27 Tom de Vries <tdevries@suse.de>
2145
2146 * config/sid.exp: Remove unused globals.
2147 * gdb.base/attach.exp: Same.
2148 * gdb.base/catch-load.exp: Same.
2149 * gdb.base/dbx.exp: Same.
2150 * lib/gdb.exp: Same.
2151 * lib/mi-support.exp: Same.
2152 * lib/prompt.exp: Same.
2153
21542020-02-27 Tom de Vries <tdevries@suse.de>
2155
2156 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2157 not set.
2158
21592020-02-26 Aaron Merey <amerey@redhat.com>
2160
2161 * gdb.debuginfod: New directory for debuginfod tests.
2162 * gdb.debuginfod/main.c: New test file.
2163 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2164
21652020-02-26 Tom de Vries <tdevries@suse.de>
2166
2167 PR gdb/25603
2168 * gdb.base/persistent-lang.cc: New test.
2169 * gdb.base/persistent-lang.exp: New file.
2170
21712020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2172
2173 * gdb.fortran/derived-type-striding.exp: Add a new test.
2174 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2175 new test.
2176
21772020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2180 names.
2181
21822020-02-25 Tom de Vries <tdevries@suse.de>
2183
2184 PR go/18926
2185 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2186
21872020-02-24 Tom de Vries <tdevries@suse.de>
2188
2189 PR gdb/25592
2190 * gdb.base/info-locals-unused-static-var.c: New test.
2191 * gdb.base/info-locals-unused-static-var.exp: New file.
2192
21932020-02-22 Tom Tromey <tom@tromey.com>
2194
2195 * gdb.python/tui-window.exp: New file.
2196 * gdb.python/tui-window.py: New file.
2197
21982020-02-22 Tom Tromey <tom@tromey.com>
2199
2200 PR tui/17850:
2201 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2202 tests.
2203
22042020-02-22 Tom Tromey <tom@tromey.com>
2205
2206 * gdb.tui/new-layout.exp: Add sub-layout tests.
2207
22082020-02-22 Tom Tromey <tom@tromey.com>
2209
2210 * gdb.tui/new-layout.exp: New file.
2211
22122020-02-22 Tom Tromey <tom@tromey.com>
2213
2214 * gdb.rust/rust-style.rs: New file.
2215 * gdb.rust/rust-style.exp: New file.
2216 * gdb.base/style.exp: Test structure printing.
2217 * gdb.base/style.c (struct some_struct): New type.
2218 (enum etype): New type.
2219 (struct_value): New global.
2220
22212020-02-21 Tom de Vries <tdevries@suse.de>
2222
2223 PR go/18926
2224 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2225 Remove blanket xfails. Use message argument for gdb_breakpoint.
2226 Make continuing to breakpoint test conditional on setting breakpoint.
2227 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2228 DW_AT_name attribute. Add xfail for GCC PR93866.
2229
22302020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2231
2232 * gdb.dwarf2/cpp-linkage-name.c: New file.
2233 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2234
22352020-02-21 Shahab Vahedi <shahab@synopsys.com>
2236
2237 * lib/gdb.exp (gdb_wrapper_init): Reset
2238 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2239 not exist.
2240
22412020-02-20 Tom de Vries <tdevries@suse.de>
2242
2243 PR go/17018
2244 * gdb.go/hello.exp: Copy ...
2245 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2246 print of st to print value of global definition. Add xfail for GCC
2247 PR93844.
2248 * gdb.go/hello.exp: Remove printing of st before definition.
2249 * gdb.go/hello.go: Copy ...
2250 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2251 to st.
2252 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2253
22542020-02-20 Tom de Vries <tdevries@suse.de>
2255
2256 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2257 (gdb_simple_compile): Handle compile_flags go by using .go extension
2258 for source file.
2259 * gdb.go/chan.exp: Use support_go_compile.
2260 * gdb.go/handcall.exp: Same.
2261 * gdb.go/hello.exp: Same.
2262 * gdb.go/integers.exp: Same.
2263 * gdb.go/max-depth.exp: Same.
2264 * gdb.go/methods.exp: Same.
2265 * gdb.go/package.exp: Same.
2266 * gdb.go/strings.exp: Same.
2267 * gdb.go/types.exp: Same.
2268 * gdb.go/unsafe.exp: Same.
2269
22702020-02-19 Tom de Vries <tdevries@suse.de>
2271
2272 * gdb.python/lib-types.exp: Make xfail more strict.
2273
22742020-02-19 Tom de Vries <tdevries@suse.de>
2275
2276 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2277
22782020-02-19 Doug Evans <dje@google.com>
2279
2280 PR rust/25535
2281 * gdb.rust/simple.exp: Add test.
2282 * gdb.rust/simple.rs: Add test.
2283
22842020-02-19 Tom de Vries <tdevries@suse.de>
2285
2286 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2287 output line-by-line.
2288
22892020-02-19 Tom de Vries <tdevries@suse.de>
2290
2291 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2292
22932020-02-19 Tom de Vries <tdevries@suse.de>
2294
2295 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2296 prelink.
2297
22982020-02-19 Tom de Vries <tdevries@suse.de>
2299
2300 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2301 (gdb_do_cache): Use gdb_do_cache_wrap.
2302 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2303
23042020-02-19 Tom de Vries <tdevries@suse.de>
2305
2306 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2307 gdb_compile option.
2308
23092020-02-18 Simon Marchi <simon.marchi@efficios.com>
2310
2311 * gdb.base/printcmds.exp (test_print_enums): Update expected
2312 output.
2313
23142020-02-18 Simon Marchi <simon.marchi@efficios.com>
2315
2316 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2317 for "unknown".
2318
23192020-02-18 Simon Marchi <simon.marchi@efficios.com>
2320
2321 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2322 enumerator.
2323
23242020-02-18 Simon Marchi <simon.marchi@efficios.com>
2325
2326 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2327 FE_, add FE_NONE.
2328 (three): Update.
2329 (enum flag_enum_without_zero): New enum.
2330 (flag_enum_without_zero): New variable.
2331 (enum not_flag_enum): New enum.
2332 (three_not_flag): New variable.
2333 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2334 (test_print_enums): Add more tests for printing flag enums.
2335
23362020-02-18 Tom de Vries <tdevries@suse.de>
2337
2338 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2339 (gdb_compile_ada): ... here.
2340 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2341 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2342
23432020-02-14 Tom Tromey <tom@tromey.com>
2344
2345 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2346 build directory.
2347 * boards/gdbserver-base.exp: Update path to gdbserver.
2348
23492020-02-13 Tom de Vries <tdevries@suse.de>
2350
2351 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2352
23532020-02-13 Tom de Vries <tdevries@suse.de>
2354
2355 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2356 are missing.
2357
23582020-02-13 Tom de Vries <tdevries@suse.de>
2359
2360 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2361 call.
2362
23632020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2364
2365 PR tui/25126
2366 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2367 * gdb.base/cached-source-file.c: New file.
2368 * gdb.base/cached-source-file.exp: New file.
2369
23702020-02-11 Tom de Vries <tdevries@suse.de>
2371
2372 PR testsuite/25488
2373 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2374
23752020-02-10 Tom de Vries <tdevries@suse.de>
2376
2377 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2378
23792020-02-10 Maciej W. Rozycki <macro@wdc.com>
2380
2381 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2382 and $after_addr are both integers before making a comparison.
2383
23842020-02-09 Tom de Vries <tdevries@suse.de>
2385
2386 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2387 command output and paste it into gdb.log. If any, paste catch message
2388 to gdb.log.
2389
23902020-02-07 Tom Tromey <tromey@adacore.com>
2391
2392 PR breakpoints/24915:
2393 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2394
23952020-02-06 Shahab Vahedi <shahab@synopsys.com>
2396
2397 * gdb.tui/tui-missing-src.exp: Add the "missing source
2398 file" test for the TUI.
2399
24002020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2403 including a port number in the output.
2404
24052020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2406
2407 * lib/fortran.exp (fortran_int4): Handle clang.
2408 (fortran_int8): Likewise.
2409 (fortran_real4): Likewise.
2410 (fortran_real8): Likewise.
2411 (fortran_complex4): Likewise.
2412 (fortran_logical4): Likewise.
2413 (fortran_character1): Likewise.
2414
24152020-02-04 Tom de Vries <tdevries@suse.de>
2416
2417 * README (Race detection): Add note.
2418
24192020-02-04 Tom de Vries <tdevries@suse.de>
2420
2421 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2422
24232020-02-04 Tom de Vries <tdevries@suse.de>
2424
2425 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2426
24272020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2428
2429 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2430 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2431 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2432 blttar, bnetarl.
2433 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2434 binary for blttar, bnetarl.
2435 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2436 wait instruction. Delete ldmx test.
2437 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2438
24392020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2440
2441 * gdb.fortran/array-bounds-high.exp: New file.
2442 * gdb.fortran/array-bounds-high.f90: New file.
2443
24442020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2445
2446 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2447 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2448
24492020-02-01 Tom de Vries <tdevries@suse.de>
2450
2451 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2452
24532020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2454
2455 PR tui/9765
2456 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2457 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2458
24592020-01-29 Luis Machado <luis.machado@linaro.org>
2460
2461 * gdb.arch/aarch64-brk-patterns.c: New source file.
2462 * gdb.arch/aarch64-brk-patterns.exp: New test.
2463
24642020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2465
2466 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2467 GCC/Clang version.
2468 * gdb.cp/pass-by-ref.exp: Ditto.
2469
24702020-01-29 Tom de Vries <tdevries@suse.de>
2471
2472 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2473 * gdb.threads/watchpoint-fork-mt.c: Same.
2474 * gdb.threads/watchpoint-fork-parent.c: Same.
2475 * gdb.threads/watchpoint-fork-st.c: Same.
2476 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2477
24782020-01-27 Luis Machado <luis.machado@linaro.org>
2479
2480 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2481 sitting at a syscall instruction when we hit the syscall function's
2482 breakpoint.
2483 Check PC against one obtained with the x command.
2484 Validate syscall number.
2485 (step_over_syscall): Don't continue to the syscall instruction if
2486 we're already there.
2487
24882020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2489
2490 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2491
24922020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2495 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2496
24972020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2498
2499 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2500 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2501
25022020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2503
2504 * gdb.base/maint.exp: Update line table parsing test.
2505 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2506
25072020-01-24 Pedro Alves <palves@redhat.com>
2508
2509 PR gdb/25410
2510 * gdb.multi/multi-re-run-1.c: New.
2511 * gdb.multi/multi-re-run-2.c: New.
2512 * gdb.multi/multi-re-run.exp: New.
2513
25142020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2515
2516 PR gdb/23718
2517 * gdb.server/server-kill-python.exp: New file.
2518
25192020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 * gdb.server/multi-ui-errors.c: New file.
2522 * gdb.server/multi-ui-errors.exp: New file.
2523
25242020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2525
2526 PR tui/9765
2527 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2528
25292020-01-19 Tom Tromey <tom@tromey.com>
2530
2531 * gdb.tui/main.exp: Add check for plain "file".
2532
25332020-01-16 Christian Biesinger <cbiesinger@google.com>
2534
2535 * lib/gdb.exp: Fix spelling error (seperatelly).
2536
25372020-01-14 Tom Tromey <tom@tromey.com>
2538
2539 PR symtab/12535:
2540 * gdb.python/python.exp: Test decode_line with empty string
2541 argument.
2542
25432020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2544
2545 * gdb.base/skip-inline.exp: Extend test.
2546
25472020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2550 * gdb.dwarf2/dw2-bad-elf.c: New file.
2551 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2552
25532020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2556 _line_saw_file.
2557
25582020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2559
2560 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2561 border.
2562
25632020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2564
2565 * gdb.multi/multi-target.exp (setup): Factor out "info
2566 connections" and "info inferiors" tests to ...
2567 (test_info_inferiors): ... this new procedure.
2568 (top level): Run new "info-inferiors" tests.
2569
25702020-01-10 Pedro Alves <palves@redhat.com>
2571
2572 * gdb.server/bkpt-other-inferior.exp: New file.
2573
25742020-01-10 Pedro Alves <palves@redhat.com>
2575
2576 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2577 of "add-inferior".
2578 * gdb.base/quit-live.exp: Likewise.
2579 * gdb.base/remote-exec-file.exp: Likewise.
2580 * gdb.guile/scm-progspace.exp: Likewise.
2581 * gdb.linespec/linespec.exp: Likewise.
2582 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2583 * gdb.mi/user-selected-context-sync.exp: Likewise.
2584 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2585 "info inferiors" tests.
2586 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2587 "add-inferior".
2588 * gdb.multi/watchpoint-multi.exp: Likewise.
2589 * gdb.python/py-inferior.exp: Likewise.
2590 * gdb.server/extended-remote-restart.exp: Likewise.
2591 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2592 "info inferiors".
2593 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2594 * gdb.trace/report.exp: Likewise.
2595
25962020-01-10 Pedro Alves <palves@redhat.com>
2597
2598 * gdb.multi/multi-target.c: New file.
2599 * gdb.multi/multi-target.exp: New file.
2600 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2601 mode requested, but remote does not support non-stop".
2602
26032020-01-10 Pedro Alves <palves@redhat.com>
2604
2605 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2606 disconnect before reconnecting.
2607
26082020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2609 Pedro Alves <palves@redhat.com>
2610
2611 * gdb.server/connect-without-multi-process.exp: Also test
2612 continuing to end.
2613
26142020-01-10 Pedro Alves <palves@redhat.com>
2615
2616 * gdb.base/remote-exec-file.exp: New file.
2617
26182020-01-10 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2621 output.
2622 * gdb.threads/async.c: New.
2623 * gdb.threads/async.exp: New.
2624 * gdb.multi/tids-gid-reset.c: New.
2625 * gdb.multi/tids-gid-reset.exp: New.
2626
26272020-01-10 George Barrett <bob@bob131.so>
2628
2629 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2630 to help in finding the image relocation offset.
2631 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2632 options in arguments.
2633 (stap_test_no_debuginfo): Likewise.
2634 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2635 test variants.
2636 (stap_test): Add null semaphore relocation test.
2637
26382020-01-10 George Barrett <bob@bob131.so>
2639
2640 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2641 * gdb.base/stap-probe.exp: Likewise.
2642 (stap_test): Pass argument as an additional flag.
2643 (stap_test_no_debuginfo): Likewise.
2644 (stap_test): Check `info probes stap' output for semaphore
2645 addresses if the test binary is supposed to have them.
2646
26472020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2648
2649 * gdb.tui/basic.exp: Add more scrolling tests.
2650
26512020-01-09 Tom Tromey <tom@tromey.com>
2652
2653 PR tui/18932:
2654 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2655 meangingful value.
2656 (Term::command, Term::resize): Update.
2657 * gdb.tui/basic.exp: Add scrolling test.
2658
26592020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2660
2661 * gdb.tui/tui-layout-asm.exp: New file.
2662
26632020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2664
2665 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2666
26672020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2668
2669 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2670 (Term::enter_tui): Use Term::prepare_for_tui.
2671
26722020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2673
2674 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2675 called.
2676
26772020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2678
2679 * gdb.base/skip.exp: Fix race condition in test.
2680
26812020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.base/backtrace.c: New file.
2684 * gdb.base/backtrace.exp: New file.
2685
26862020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2689
26902020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2691
2692 * gdb.base/style.exp: Test that warnings are styled.
2693
26942019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2695
2696 * gdb.base/line65535.exp: New file.
2697 * gdb.base/line65535.c: New file.
2698
26992019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2700
2701 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2702 * lib/gnat_debug_info_test.adb: New file.
2703 * gdb.ada/ptype_tagged_param.exp: Use
2704 gnat_runtime_has_debug_info, expect a different output if
2705 runtime does not have debug info.
2706
27072019-12-20 Simon Marchi <simon.marchi@efficios.com>
2708
2709 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2710 (another) quote in test name.
2711
27122019-12-20 Simon Marchi <simon.marchi@efficios.com>
2713
2714 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2715 Add quote in test name.
2716
27172019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2718
2719 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2720 directory instead.
2721 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2722 * gdb.cp/pass-by-ref-2.cc: New file.
2723 * gdb.cp/pass-by-ref-2.exp: New file.
2724
27252019-12-20 Tom Tromey <tom@tromey.com>
2726
2727 * gdb.tui/list-before.exp: New file.
2728
27292019-12-20 Tom Tromey <tom@tromey.com>
2730
2731 * gdb.tui/list.exp: Check for source on initial listing.
2732
27332019-12-11 Tom Tromey <tromey@adacore.com>
2734
2735 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2736 Add crlf test.
2737
27382019-12-18 Simon Marchi <simon.marchi@efficios.com>
2739
2740 * gdb.base/default.exp: Update value of $_gdb_major.
2741
27422019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2743
2744 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2745
27462019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2747
2748 * gdb.base/skip.exp: Whitespace fix.
2749
27502019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2751
2752 * gdb.base/skip-inline.c: New file.
2753 * gdb.base/skip-inline.exp: New file.
2754
27552019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2756
2757 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2758 jit_function_00 to jit_function_stack_mangle.
2759 * gdb.base/jithost.c (jit_function_t): Rename to...
2760 (jit_function_stack_mangle_t): ... this.
2761 (jit_function_add_t): New typedef.
2762 (jit_function_00_code): Rename to...
2763 (jit_function_stack_mangle_code): ... this, make static.
2764 (jit_function_add_code): New.
2765 (main): Generate "add" function and call it. Adjust to changes
2766 in jithost_abi.
2767 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2768 (struct jithost_abi) <begin, end>: Remove fields.
2769 <object, function_stack_mangle, function_add>: New fields.
2770 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2771 code_end>: Remove fields.
2772 <func_stack_mangle>: New field.
2773 (read_debug_info): Adjust to renaming, create block for "add"
2774 function.
2775 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2776
27772019-12-11 Tom Tromey <tom@tromey.com>
2778
2779 * gdb.tui/resize.exp: Fix regexp.
2780 * gdb.tui/regs.exp: Fix regexps.
2781 * gdb.tui/main.exp: Fix regexp.
2782
27832019-12-11 Tom Tromey <tom@tromey.com>
2784
2785 * gdb.tui/resize.exp: Update.
2786 * gdb.tui/empty.exp (layouts): Update.
2787
27882019-12-11 Tom Tromey <tom@tromey.com>
2789
2790 * gdb.tui/regs.exp: Update.
2791 * gdb.tui/empty.exp (layouts): Update.
2792 * gdb.tui/basic.exp: Update.
2793 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2794
27952019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2796
2797 * gdb.base/options.exp: Add -raw-values in the print completion list.
2798 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2799
28002019-12-10 Kevin Buettner <kevinb@redhat.com>
2801
2802 * gdb.threads/omp-par-scope.c: New file.
2803 * gdb/threads/omp-par-scope.exp: New file.
2804
28052019-12-10 Kevin Buettner <kevinb@redhat.com>
2806
2807 * lib/gdb.exp (support_nested_function_tests): New proc.
2808
28092019-12-10 Kevin Buettner <kevinb@redhat.com>
2810
2811 * lib/gdb.exp (gdb_compile_openmp): New proc.
2812 (build_executable_from_specs): Add an "openmp" option.
2813 (gdb_compile_pthreads): Add non-executable case.
2814
28152019-12-10 Tom Tromey <tromey@adacore.com>
2816
2817 * gdb.ada/unchecked_union.exp: New file.
2818 * gdb.ada/unchecked_union/pck.adb: New file.
2819 * gdb.ada/unchecked_union/pck.ads: New file.
2820 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2821 * gdb-utils.exp (string_to_regexp): Also quote "?".
2822
28232019-12-10 George Barrett <bob@bob131.so>
2824
2825 Test scripted probe breakpoints.
2826 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2827 * gdb.python/py-breakpoint.c (main): Likewise.
2828 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2829 specifier test.
2830 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2831
28322019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2833
2834 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2835 an rvalue parameter.
2836 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2837 parameter.
2838
28392019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2840
2841 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2842 modules.
2843
28442019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2845
2846 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2847 broken version of GCC.
2848
28492019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2850
2851 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2852 sym-info-cmds library.
2853 * gdb.fortran/info-types.exp: Likewise.
2854 * lib/sym-info-cmds.exp: New file.
2855
28562019-12-08 Tom de Vries <tdevries@suse.de>
2857
2858 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2859
28602019-12-07 Keith Seitz <keiths@redhat.com>
2861
2862 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2863 * gdb.base/corefile-buildid-shlib.c: New file.
2864 * gdb.base/corefile-buildid.c: New file.
2865 * gdb.base/corefile-buildid.exp: New file.
2866
28672019-12-06 Tom de Vries <tdevries@suse.de>
2868
2869 * gdb.dwarf2/varval.exp: Add decl before def test.
2870
28712019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2872
2873 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2874
28752019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2876
2877 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2878 CV and reference conversion for overload resolution.
2879 * gdb.cp/rvalue-ref-overload.exp: Test it.
2880
28812019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2882
2883 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2884 * gdb.base/frameapply.exp: Test faas without command.
2885
28862019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2889 Fortran tests.
2890 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2891 order.
2892
28932019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2896 casting to type with no kind specified.
2897 (test_basic_parsing_of_type_kinds): Additional tests for types
2898 with no kind specified, and add tests for single/double
2899 precision/complex types.
2900
29012019-12-04 Tom Tromey <tromey@adacore.com>
2902
2903 * gdb.base/endianity.c (struct other) <x>: New field.
2904 (main): Initialize it.
2905 * gdb.base/endianity.exp: Update.
2906
29072019-12-04 Tom Tromey <tromey@adacore.com>
2908
2909 * gdb.ada/scalar_storage/storage.adb: New file.
2910 * gdb.ada/scalar_storage/pck.adb: New file.
2911 * gdb.ada/scalar_storage/pck.ads: New file.
2912 * gdb.ada/scalar_storage.exp: New file.
2913
29142019-12-04 Tom Tromey <tromey@adacore.com>
2915
2916 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2917 (main): Initialize it.
2918 * gdb.base/endianity.exp: Update.
2919
29202019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2923
29242019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2925
2926 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2927 -symbol-info-module-functions and -symbol-info-module-variables.
2928
29292019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2932
29332019-12-01 Richard Bunt <richard.bunt@arm.com>
2934 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.fortran/derived-type-striding.exp: New file.
2937 * gdb.fortran/derived-type-striding.f90: New file.
2938 * gdb.fortran/array-slices.exp: New file.
2939 * gdb.fortran/array-slices.f90: New file.
2940
29412019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2942
2943 * gdb.base/define.exp: Test . in command names.
2944 * gdb.base/setshow.exp: Update test, as . is now part of
2945 command name.
2946
29472019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2948
2949 * gdb.base/define-prefix.exp: New file.
2950
29512019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2952
2953 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2954 compile.
2955 (skip_btrace_pt_tests): Likewise.
2956
29572019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.fortran/info-modules.exp: Compile source files in correct
2960 order.
2961
29622019-11-27 Kevin Buettner <kevinb@redhat.com>
2963
2964 * gdb.dwarf2/imported-unit.exp: New file.
2965 * gdb.dwarf2/imported-unit.c: New file.
2966
29672019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2968
2969 * gdb.mi/mi-fortran-modules-2.f90: New file.
2970 * gdb.mi/mi-fortran-modules.exp: New file.
2971 * gdb.mi/mi-fortran-modules.f90: New file.
2972
29732019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2974
2975 * gdb.mi/mi-sym-info-1.c: New file.
2976 * gdb.mi/mi-sym-info-2.c: New file.
2977 * gdb.mi/mi-sym-info.exp: New file.
2978
29792019-11-22 Tom Tromey <tromey@adacore.com>
2980
2981 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2982 * gdb.ada/tasks/foo.adb: Add another stopping location.
2983
29842019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2985
2986 * gdb.base/endianity.c: New test.
2987 * gdb.base/endianity.exp: New file.
2988
29892019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2990
2991 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2992
29932019-11-21 Tom de Vries <tdevries@suse.de>
2994
2995 PR gdb/24956
2996 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2997
29982019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2999
3000 * gdb.python/py-progspace.exp: Add missing parentheses on some
3001 'print' commands.
3002
30032019-11-19 Tom Tromey <tom@tromey.com>
3004
3005 * gdb.tui/winheight.exp: New file.
3006
30072019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * gdb.base/ctf-whatis.c: Delete.
3010 * gdb.base/ctf-whatis.exp: Delete.
3011 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3012
30132019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3014
3015 * gdb.base/ctf-cvexpr.exp: Delete.
3016 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3017
30182019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3021 the compiler. Clean up header comment a little.
3022 * gdb.base/ctf-ptype.exp: Likewise.
3023 * gdb.base/ctf-whatis.exp: Likewise.
3024 * lib/gdb.exp (skip_ctf_tests): New proc.
3025
30262019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3027
3028 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3029 * gdb.tui/corefile-run.exp: New file.
3030
30312019-11-14 Tom Tromey <tromey@adacore.com>
3032
3033 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3034 regression tests.
3035
30362019-11-12 Tom Tromey <tom@tromey.com>
3037
3038 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3039 after any command. Expect prompt after WAIT_FOR is seen.
3040 (enter_tui): Enable resize messages.
3041 (command): Expect command in output.
3042 (get_line): Avoid error when cursor appears to be off-screen.
3043 (dump_screen): Include screen size in title.
3044 (_do_resize): New proc, from "resize".
3045 (resize): Rewrite. Do resize in two steps.
3046 * gdb.tui/empty.exp (layouts): Fix entries.
3047 (check_boxes): Remove xfail.
3048 (check_text): Dump screen on failure.
3049
30502019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3051
3052 * gdb.python/py-symbol.exp: Add test for
3053 gdb.lookup_static_symbols.
3054
30552019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * gdb.python/py-symbol.c: Declare and call function from new
3058 py-symbol-2.c file.
3059 * gdb.python/py-symbol.exp: Compile both source files, and add new
3060 tests for gdb.lookup_static_symbol.
3061 * gdb.python/py-symbol-2.c: New file.
3062
30632019-11-02 Tom de Vries <tdevries@suse.de>
3064
3065 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3066 * gdb.base/anon.exp: Same.
3067 * gdb.base/auto-connect-native-target.exp: Same.
3068 * gdb.base/call-ar-st.exp: Same.
3069 * gdb.base/catch-syscall.exp: Same.
3070 * gdb.base/commands.exp: Same.
3071 * gdb.base/default.exp: Same.
3072 * gdb.base/display.exp: Same.
3073 * gdb.base/float.exp: Same.
3074 * gdb.base/foll-fork.exp: Same.
3075 * gdb.base/help.exp: Same.
3076 * gdb.base/info-macros.exp: Same.
3077 * gdb.base/info-proc.exp: Same.
3078 * gdb.base/info-target.exp: Same.
3079 * gdb.base/long_long.exp: Same.
3080 * gdb.base/macscp.exp: Same.
3081 * gdb.base/memattr.exp: Same.
3082 * gdb.base/nofield.exp: Same.
3083 * gdb.base/pointers.exp: Same.
3084 * gdb.base/printcmds.exp: Same.
3085 * gdb.base/ptype.exp: Same.
3086 * gdb.base/restore.exp: Same.
3087 * gdb.base/return.exp: Same.
3088 * gdb.base/scope.exp: Same.
3089 * gdb.base/set-noassign.exp: Same.
3090 * gdb.base/setshow.exp: Same.
3091 * gdb.base/shlib-call.exp: Same.
3092 * gdb.base/signals.exp: Same.
3093 * gdb.base/sigstep.exp: Same.
3094 * gdb.base/skip.exp: Same.
3095 * gdb.base/solib-symbol.exp: Same.
3096 * gdb.base/stap-probe.exp: Same.
3097 * gdb.base/step-line.exp: Same.
3098 * gdb.base/step-test.exp: Same.
3099 * gdb.base/style.exp: Same.
3100 * gdb.base/varargs.exp: Same.
3101 * gdb.base/vla-datatypes.exp: Same.
3102 * gdb.base/vla-ptr.exp: Same.
3103 * gdb.base/vla-sideeffect.exp: Same.
3104 * gdb.base/volatile.exp: Same.
3105 * gdb.base/watch-cond-infcall.exp: Same.
3106 * gdb.base/watchpoint.exp: Same.
3107
31082019-11-02 Tom de Vries <tdevries@suse.de>
3109
3110 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3111 * gdb.cp/cpexprs.exp: Same.
3112 * gdb.cp/except-multi-location.exp: Same.
3113 * gdb.cp/exceptprint.exp: Same.
3114 * gdb.cp/gdb2384.exp: Same.
3115 * gdb.cp/inherit.exp: Same.
3116 * gdb.cp/m-static.exp: Same.
3117 * gdb.cp/meth-typedefs.exp: Same.
3118 * gdb.cp/misc.exp: Same.
3119 * gdb.cp/namespace.exp: Same.
3120 * gdb.cp/non-trivial-retval.exp: Same.
3121 * gdb.cp/overload.exp: Same.
3122 * gdb.cp/pr17132.exp: Same.
3123 * gdb.cp/re-set-overloaded.exp: Same.
3124 * gdb.cp/rvalue-ref-types.exp: Same.
3125 * gdb.cp/templates.exp: Same.
3126
31272019-11-01 Luis Machado <luis.machado@linaro.org>
3128
3129 PR gdb/25124
3130
3131 * gdb.arch/pr25124.S: New file.
3132 * gdb.arch/pr25124.exp: New file.
3133
31342019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3135
3136 * gdb.fortran/info-modules.exp: Update expected results, and add
3137 additional tests for 'info module functinos', and 'info module
3138 variables'.
3139 * gdb.fortran/info-types.exp: Update expected results.
3140 * gdb.fortran/info-types.f90: Extend testcase with additional
3141 module variables and functions.
3142
31432019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.fortran/info-modules.exp: New file.
3146 * gdb.fortran/info-types.exp: Build with new file.
3147 * gdb.fortran/info-types.f90: Include and use new module.
3148 * gdb.fortran/info-types-2.f90: New file.
3149
31502019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3151
3152 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3153 * gdb.base/settings.exp: Test all settings types using
3154 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3155 that now verifies that the value of "maint show" is the same as
3156 returned by the settings functions. Test the type of the
3157 maintenance settings.
3158 * gdb.base/default.exp: Update show_conv_list.
3159
31602019-10-31 Tom de Vries <tdevries@suse.de>
3161
3162 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3163 gdb_test.
3164 * gdb.arch/amd64-disp-step.exp: Same.
3165 * gdb.asm/asm-source.exp: Same.
3166 * gdb.btrace/buffer-size.exp: Same.
3167 * gdb.btrace/cpu.exp: Same.
3168 * gdb.btrace/enable.exp: Same.
3169 * gdb.dwarf2/count.exp: Same.
3170 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3171 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3172 * gdb.fortran/vla-datatypes.exp: Same.
3173 * gdb.fortran/vla-history.exp: Same.
3174 * gdb.fortran/vla-ptype.exp: Same.
3175 * gdb.fortran/vla-value.exp: Same.
3176 * gdb.fortran/whatis_type.exp: Same.
3177 * gdb.guile/guile.exp: Same.
3178 * gdb.multi/tids.exp: Same.
3179 * gdb.python/py-finish-breakpoint.exp: Same.
3180 * gdb.python/py-framefilter.exp: Same.
3181 * gdb.python/py-pp-registration.exp: Same.
3182 * gdb.python/py-xmethods.exp: Same.
3183 * gdb.python/python.exp: Same.
3184 * gdb.server/connect-with-no-symbol-file.exp: Same.
3185 * gdb.server/no-thread-db.exp: Same.
3186 * gdb.server/run-without-local-binary.exp: Same.
3187 * gdb.stabs/weird.exp: Same.
3188 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3189 * gdb.threads/thread-find.exp: Same.
3190 * gdb.threads/tls-shared.exp: Same.
3191 * gdb.threads/tls.exp: Same.
3192 * gdb.threads/wp-replication.exp: Same.
3193 * gdb.trace/ax.exp: Same.
3194 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3195
31962019-10-31 Tom de Vries <tdevries@suse.de>
3197
3198 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3199 * gdb.ada/array_subscript_addr.exp: Same.
3200 * gdb.ada/arrayidx.exp: Same.
3201 * gdb.ada/arrayparam.exp: Same.
3202 * gdb.ada/arrayptr.exp: Same.
3203 * gdb.ada/boolean_expr.exp: Same.
3204 * gdb.ada/call_pn.exp: Same.
3205 * gdb.ada/complete.exp: Same.
3206 * gdb.ada/fixed_cmp.exp: Same.
3207 * gdb.ada/fun_addr.exp: Same.
3208 * gdb.ada/funcall_param.exp: Same.
3209 * gdb.ada/interface.exp: Same.
3210 * gdb.ada/mod_from_name.exp: Same.
3211 * gdb.ada/null_array.exp: Same.
3212 * gdb.ada/packed_array.exp: Same.
3213 * gdb.ada/packed_tagged.exp: Same.
3214 * gdb.ada/print_chars.exp: Same.
3215 * gdb.ada/print_pc.exp: Same.
3216 * gdb.ada/ptype_arith_binop.exp: Same.
3217 * gdb.ada/ptype_field.exp: Same.
3218 * gdb.ada/ptype_tagged_param.exp: Same.
3219 * gdb.ada/rec_return.exp: Same.
3220 * gdb.ada/ref_tick_size.exp: Same.
3221 * gdb.ada/str_ref_cmp.exp: Same.
3222 * gdb.ada/taft_type.exp: Same.
3223 * gdb.ada/tagged.exp: Same.
3224 * gdb.ada/type_coercion.exp: Same.
3225 * gdb.ada/uninitialized_vars.exp: Same.
3226
32272019-10-30 Tom de Vries <tdevries@suse.de>
3228
3229 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3230
32312019-10-26 Tom de Vries <tdevries@suse.de>
3232
3233 * gdb.base/bigcore.c: Fix typos in comments.
3234 * gdb.base/ctf-ptype.c: Same.
3235 * gdb.base/long_long.c: Same.
3236 * gdb.dwarf2/dw2-op-out-param.S: Same.
3237 * gdb.python/py-evthreads.c: Same.
3238 * gdb.reverse/i387-stack-reverse.c: Same.
3239 * gdb.trace/tfile.c: Same.
3240 * lib/compiler.c: Same.
3241 * lib/compiler.cc: Same.
3242
32432019-10-25 Tom de Vries <tdevries@suse.de>
3244
3245 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3246 gdb_test_multiple calls.
3247 * gdb.reverse/sigall-reverse.exp: Same.
3248 * gdb.reverse/solib-precsave.exp: Same.
3249 * gdb.reverse/solib-reverse.exp: Same.
3250 * gdb.reverse/until-precsave.exp: Same.
3251 * gdb.reverse/until-reverse.exp: Same.
3252
32532019-10-24 Tom de Vries <tdevries@suse.de>
3254
3255 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3256 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3257 kfail using -wrap pattern flag and convenience variable
3258 gdb_test_name.
3259
32602019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.python/py-progspace.exp: Add tests for the
3263 Progspace.block_for_pc method.
3264
32652019-10-23 Tom Tromey <tom@tromey.com>
3266
3267 * configure: Rebuild.
3268 * aclocal.m4: Use m4_include, not sinclude.
3269
32702019-10-21 Tom de Vries <tdevries@suse.de>
3271
3272 * gdb.base/infcall-nested-structs.c: Add
3273 __attribute__((noinline,noclone)) to all functions.
3274 (call_all): Add missing variable initialization. Simplify return value.
3275 (breakpt): Increment volatile variable, to prevent call from being
3276 optimized out.
3277 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3278
32792019-10-17 Tom de Vries <tdevries@suse.de>
3280
3281 * gdb.fortran/module.exp: Allow info variables to print info for files
3282 other than module.f90.
3283
32842019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3285
3286 * gdb.fortran/module.exp: Extend with 'info variables' test.
3287
32882019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3289
3290 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3291 F77_FOR_TARGET.
3292
32932019-10-16 Tom de Vries <tdevries@suse.de>
3294
3295 PR tdep/25096
3296 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3297
32982019-10-16 Tom de Vries <tdevries@suse.de>
3299
3300 PR tdep/24104
3301 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3302 Add KFAIL for PR tdep/25096.
3303
33042019-10-16 Tom de Vries <tdevries@suse.de>
3305
3306 PR testsuite/25059
3307 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3308
33092019-10-16 Tom de Vries <tdevries@suse.de>
3310
3311 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3312 as signed.
3313
33142019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3315
3316 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3317 one instead of increasing timeout.
3318
33192019-10-13 Tom de Vries <tdevries@suse.de>
3320
3321 PR record/25038
3322 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3323 * gdb.reverse/sigall-reverse.exp: Same.
3324 * gdb.reverse/solib-precsave.exp: Same.
3325 * gdb.reverse/solib-reverse.exp: Same.
3326 * gdb.reverse/step-precsave.exp: Same.
3327 * gdb.reverse/until-precsave.exp: Same.
3328 * gdb.reverse/until-reverse.exp: Same.
3329 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3330
33312019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3332
3333 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3334 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3335 (cmp_struct_05_01, cmp_struct_static_02_01)
3336 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3337 comparisons.
3338
33392019-10-10 Tom de Vries <tdevries@suse.de>
3340
3341 PR testsuite/24888
3342 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3343 gnatlink.
3344
33452019-10-09 Tom de Vries <tdevries@suse.de>
3346
3347 PR testsuite/25048
3348 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3349
33502019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3351
3352 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3353 exceptions due to missing debug information.
3354
33552019-10-07 Tom de Vries <tdevries@suse.de>
3356
3357 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3358
33592019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3360
3361 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3362 * gdb.base/annota1.exp: Update to use gdb_test_name.
3363
33642019-10-07 Weimin Pan <weimin.pan@oracle.com>
3365
3366 * gdb.base/ctf-whatis.exp: New file.
3367 * gdb.base/ctf-whatis.c: New file.
3368 * gdb.base/ctf-ptype.exp: New file.
3369 * gdb.base/ctf-ptype.c: New file.
3370 * gdb.base/ctf-constvars.exp: New file.
3371 * gdb.base/ctf-constvars.c: New file.
3372 * gdb.base/ctf-cvexpr.exp: New file.
3373
33742019-10-04 Tom de Vries <tdevries@suse.de>
3375
3376 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3377 for loop.
3378
33792019-10-03 Tom Tromey <tom@tromey.com>
3380
3381 PR rust/24976:
3382 * gdb.rust/simple.rs (Union2): New type.
3383 (main): Use Union2.
3384 * gdb.rust/simple.exp: Add test.
3385
33862019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3389 nested function prefix.
3390
33912019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3392 Richard Bunt <richard.bunt@arm.com>
3393 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3396 nested functions.
3397 * gdb.fortran/nested-funcs.f90: Update expected results.
3398 * gdb.fortran/nested-funcs-2.exp: New file.
3399 * gdb.fortran/nested-funcs-2.f90: New file.
3400
34012019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3402
3403 * gdb.python/py-parameter.exp: Make test names unique.
3404 * gdb.python/py-template.exp: Likewise.
3405 * gdb.python/py-value.exp: Likewise.
3406
34072019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3408
3409 * gdb.base/break-interp.exp: Reduce test name duplication.
3410 * gdb.base/call-sc.exp: Likewise.
3411 * gdb.base/callfuncs.exp: Likewise.
3412 * gdb.base/charset.exp: Likewise.
3413 * gdb.base/dump.exp: Likewise.
3414 * gdb.base/ena-dis-br.exp: Likewise.
3415 * gdb.base/relational.exp: Likewise.
3416 * gdb.base/step-over-syscall.exp: Likewise.
3417 * gdb.base/structs.exp: Likewise.
3418
34192019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3420
3421 * gdb.linespec/explicit.exp: Make test names unique.
3422 * gdb.linespec/ls-errs.exp: Likewise.
3423
34242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * gdb.reverse/break-precsave.exp: Make test names unique.
3427 * gdb.reverse/break-reverse.exp: Likewise.
3428 * gdb.reverse/finish-precsave.exp: Likewise.
3429 * gdb.reverse/finish-reverse.exp: Likewise.
3430 * gdb.reverse/machinestate-precsave.exp: Likewise.
3431 * gdb.reverse/machinestate.exp: Likewise.
3432 * gdb.reverse/readv-reverse.exp: Likewise.
3433 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3434 * gdb.reverse/sigall-precsave.exp: Likewise.
3435 * gdb.reverse/sigall-reverse.exp: Likewise.
3436 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3437 * gdb.reverse/watch-precsave.exp: Likewise.
3438 * gdb.reverse/watch-reverse.exp: Likewise.
3439
34402019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3441
3442 * gdb.threads/stop-with-handle.c: New file.
3443 * gdb.threads/stop-with-handle.exp: New file.
3444
34452019-10-03 Tom de Vries <tdevries@suse.de>
3446
3447 PR testsuite/25059
3448 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3449 directory" line to be missing.
3450
34512019-10-03 Tom de Vries <tdevries@suse.de>
3452
3453 PR testsuite/25059
3454 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3455 type optional.
3456
34572019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3458
3459 * gdb.python/py-format-string.c (string.h): New include.
3460 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3461 the same value, for endianness-independence.
3462 * gdb.python/py-format-string.exp (default_regexp_dict)
3463 (test_pretty_structs, test_format): Adjust expected output to the
3464 changed initialization.
3465
34662019-10-02 Tom Tromey <tromey@adacore.com>
3467
3468 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3469
34702019-10-02 Pedro Alves <palves@redhat.com>
3471 Andrew Burgess <andrew.burgess@embecosm.com>
3472
3473 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3474 "print-file-var.h".
3475 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3476 (get_version_1): Print this_version_id and its address.
3477 Add extern "C" wrappers around interface functions.
3478 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3479 "print-file-var.h".
3480 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3481 (get_version_2): Print this_version_id and its address.
3482 Add extern "C" wrappers around interface functions.
3483 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3484 <stddef.h> and "print-file-var.h".
3485 Add extern "C" wrappers around interface functions.
3486 [VERSION_ID_MAIN] (this_version_id): Define.
3487 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3488 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3489 up extern "C" blocks.
3490 * gdb.base/print-file-var.exp (test): New, factored out from top
3491 level.
3492 (top level): Test all combinations of attribute hidden or not,
3493 dlopen or not, and this_version_id symbol in main file or not.
3494 Compile tests as both C++ and C, make test names unique.
3495
34962019-10-01 Tom Tromey <tom@tromey.com>
3497
3498 * gdb.base/style.exp: Test "show logging filename".
3499
35002019-10-01 Tom Tromey <tom@tromey.com>
3501
3502 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3503 * gdb.base/style.exp: Add metadata style test.
3504
35052019-10-01 Tom Tromey <tom@tromey.com>
3506
3507 * gdb.base/style.exp: Test "pwd".
3508
35092019-10-01 Tom Tromey <tom@tromey.com>
3510
3511 * gdb.base/style.exp: Update tests.
3512
35132019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3514
3515 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3516 'six' to unsigned.
3517 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3518 'five'. Use an all-ones bit pattern for each.
3519 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3520 to its changed values.
3521
35222019-09-30 Tom Tromey <tromey@adacore.com>
3523
3524 * gdb.rust/traits.rs: Disable all warnings.
3525
35262019-09-29 Tom de Vries <tdevries@suse.de>
3527
3528 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3529
35302019-09-29 Tom de Vries <tdevries@suse.de>
3531
3532 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3533
35342019-09-27 Tom de Vries <tdevries@suse.de>
3535
3536 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3537
35382019-09-27 Tom de Vries <tdevries@suse.de>
3539
3540 PR record/23188
3541 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3542
35432019-09-26 Tom Tromey <tromey@adacore.com>
3544
3545 * gdb.ada/py_taft.exp: New file.
3546 * gdb.ada/py_taft/main.adb: New file.
3547 * gdb.ada/py_taft/pkg.adb: New file.
3548 * gdb.ada/py_taft/pkg.ads: New file.
3549
35502019-09-24 Tom de Vries <tdevries@suse.de>
3551
3552 PR gdb/24598
3553 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3554
35552019-09-22 Tom de Vries <tdevries@suse.de>
3556
3557 * gdb.base/restore.exp: Allow register variables to be optimized out at
3558 -O0.
3559
35602019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3561
3562 * gdb.arch/spu-info.exp: Remove file.
3563 * gdb.arch/spu-info.c: Remove file.
3564 * gdb.arch/spu-ls.exp: Remove file.
3565 * gdb.arch/spu-ls.c: Remove file.
3566
3567 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3568 * gdb.asm/spu.inc: Remove file.
3569
3570 * gdb.base/dump.exp: Remove support for spu*-*-*.
3571 * gdb.base/stack-checking.exp: Likewise.
3572 * gdb.base/overlays.exp: Likewise.
3573 * gdb.base/ovlymgr.c: Likewise.
3574 * gdb.base/spu.ld: Remove file.
3575
3576 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3577 * gdb.cp/cpexprs.exp: Likewise.
3578 * gdb.cp/exception.exp: Likewise.
3579 * gdb.cp/gdb2495.exp: Likewise.
3580 * gdb.cp/mb-templates.exp: Likewise.
3581 * gdb.cp/pr9167.exp: Likewise.
3582 * gdb.cp/userdef.exp: Likewise.
3583
3584 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3585
3586 * gdb.cell: Remove directory.
3587 * lib/cell.exp: Remove file.
3588
35892019-09-19 Tom de Vries <tdevries@suse.de>
3590
3591 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3592
35932019-09-19 Tom de Vries <tdevries@suse.de>
3594
3595 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3596
35972019-09-19 Tom de Vries <tdevries@suse.de>
3598
3599 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3600 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3601 (gdb_target_cmd): ... here.
3602 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3603 value 2.
3604
36052019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3606
3607 * gdb.base/source-dir.exp: Avoid having directory names in test
3608 names.
3609
36102019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3611
3612 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3613 directory.
3614
36152019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3616
3617 * gdb.base/list-missing-source.exp: New file.
3618
36192019-09-14 Tom de Vries <tdevries@suse.de>
3620
3621 PR teststuite/24599
3622 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3623 * lib/ada.exp (gnatmake_version_at_least): New proc.
3624
36252019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3626
3627 * gdb.base/maint.exp: Use exec_has_index_section.
3628
36292019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3630
3631 * gdb.base/maint.exp: Add test for 'maint info sections'.
3632
36332019-09-12 Tom de Vries <tdevries@suse.de>
3634
3635 * gdb.base/store.exp: Allow register variables to be optimized out at
3636 -O0.
3637
36382019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3639
3640 * gdb.ada/rdv_wait.exp: Update to new task names.
3641 * gdb.base/task_switch_in_core.exp: Likewise.
3642 * gdb.base/info_sources_base.c: Likewise.
3643
36442019-09-10 Tom Tromey <tromey@adacore.com>
3645
3646 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3647
36482019-09-10 Tom Tromey <tromey@adacore.com>
3649
3650 * gdb.ada/dgopt.exp: New file.
3651 * gdb.ada/dgopt/x.adb: New file.
3652
36532019-09-08 Tom Tromey <tom@tromey.com>
3654
3655 * gdb.tui/resize.exp: Remove setup_xfail.
3656 * gdb.tui/regs.exp: Remove setup_xfail.
3657 * gdb.tui/basic.exp: Remove setup_xfail.
3658
36592019-09-06 David Blaikie <dblaikie@gmail.com>
3660
3661 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3662 * gdb.cp/cplabel.exp: Ditto.
3663 * gdb.linespec/ls-errs.exp: Ditto.
3664
36652019-09-05 Tom de Vries <tdevries@suse.de>
3666
3667 * lib/gdb.exp (cmp_file_string): New proc.
3668 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3669 runto_main. Verify save breakpoints output.
3670
36712019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3672
3673 * gdb.base/info-var.exp: Test info variables without running
3674 to main, to avoid expect's buffer overflow.
3675
36762019-09-03 Tom Tromey <tromey@adacore.com>
3677
3678 * gdb.ada/bias.exp: New file.
3679 * gdb.ada/bias/bias.adb: New file.
3680 * gdb.ada/print_chars.exp: Add regression test.
3681 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3682 (MC): New variable.
3683
36842019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3685
3686 * gdb.base/argv0-symlink.exp: Run only on native target
3687 and local host.
3688
36892019-08-29 Tom de Vries <tdevries@suse.de>
3690
3691 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3692 diverse debug info.
3693 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3694
36952019-08-28 Tom de Vries <tdevries@suse.de>
3696
3697 * gdb.base/info-var.exp: Allow info variables to print info for files
3698 other than info-var-f1.c and info-var-f2.c.
3699
37002019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3701
3702 * gdb.fortran/info-types.exp: Add module.
3703 * gdb.fortran/info-types.f90: Update expected results.
3704
37052019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3706
3707 * gdb.fortran/info-types.exp: New file.
3708 * gdb.fortran/info-types.f90: New file.
3709 * lib/fortran.exp (fortran_character1): New proc.
3710
37112019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3712
3713 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3714 functions'. Reindent as needed.
3715 * gdb.base/info-var-f1.c: New file.
3716 * gdb.base/info-var-f2.c: New file.
3717 * gdb.base/info-var.exp: New file.
3718 * gdb.base/info-var.h: New file.
3719
37202019-08-26 Tom de Vries <tdevries@suse.de>
3721
3722 PR c++/24852
3723 * gdb.cp/no-libstdcxx-probe.exp: New test.
3724
37252019-08-26 Tom de Vries <tdevries@suse.de>
3726
3727 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3728 * tests need to be skipped.
3729 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3730 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3731 mi_skip_libstdcxx_probe_tests.
3732
37332019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3734
3735 * gdb.python/py-xmethods.exp: Use raw strings when passing
3736 arguments to SimpleXMethodMatcher.
3737
37382019-08-22 Tom de Vries <tdevries@suse.de>
3739
3740 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3741 more informative.
3742
37432019-08-21 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.base/with.exp: Test "with" with no arguments.
3746
37472019-08-21 Tom de Vries <tdevries@suse.de>
3748
3749 * gdb.base/gdb-caching-proc.exp: Sort files.
3750
37512019-08-20 Tom de Vries <tdevries@suse.de>
3752
3753 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3754 compilation.
3755
37562019-08-16 Tom de Vries <tdevries@suse.de>
3757
3758 * gdb.base/compare-sections.exp ("after run to main"): Allow
3759 mismatched read-only sections for PIE executables.
3760
37612019-08-16 Tom Tromey <tom@tromey.com>
3762
3763 * lib/tuiterm.exp (_csi_Z): New proc.
3764 * gdb.tui/basic.exp: Update window positions.
3765 * gdb.tui/empty.exp: Update window positions.
3766
37672019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3768
3769 * gdb.base/examine-backward.exp: Correct regexp for
3770 "examine 3 bytes backward from ${address_zero}".
3771
37722019-08-15 Tom Tromey <tom@tromey.com>
3773
3774 * gdb.tui/empty.exp: Enable resizing tests.
3775
37762019-08-15 Tom Tromey <tromey@adacore.com>
3777
3778 * gdb.ada/char_enum.exp: Add regression tests.
3779 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3780 and '0'.
3781 (Char, Gchar): Update.
3782 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3783
37842019-08-15 Christian Biesinger <cbiesinger@google.com>
3785
3786 * gdb.python/python.exp: Expect a leading underscore on
3787 GdbOutput{,Error}File.
3788
37892019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3790
3791 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3792 Windows host.
3793
37942019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3795
3796 * gdb.base/batch-preserve-term-settings.exp
3797 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3798
37992019-08-15 Christian Biesinger <cbiesinger@google.com>
3800
3801 * lib/gdb.exp: When running on a mingw target, replace
3802 /x/ with x:/.
3803
38042019-08-14 Alan Hayward <alan.hayward@arm.com>
3805
3806 * gdb.arch/aarch64-prologue.c: New test.
3807 * gdb.arch/aarch64-prologue.exp: New file.
3808
38092019-08-13 Tom de Vries <tdevries@suse.de>
3810
3811 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3812 Thread.
3813
38142019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3815
3816 * gdb.python/py-completion.exp: Download the .py file to the host
3817 and use its host pathname. Conditionalize tests that use
3818 tab completion and manipulate files on the build machine.
3819 * gdb.python/py-events.exp: Download the .py file to the host
3820 and use its host pathname.
3821 * gdb.python/py-evsignal.exp: Likewise.
3822 * gdb.python/py-evthreads.exp: Likewise.
3823 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3824 pathname syntax.
3825 * gdb.python/py-framefilter.exp: Download the .py file to the right
3826 place on the host. Match Windows pathname syntax.
3827 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3828 .py file to the host and use its host pathname.
3829 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3830 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3831 build pathname. Skip symlink test on Windows host. Add missing
3832 newline at end of file.
3833 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3834 and use its host pathname.
3835 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3836 * gdb.python/py-section-script.exp: Use host location of binfile
3837 on safe-path. Use correct path separator on Windows host.
3838 Reorder alternatives in gdb_test_multiple to prevent matching
3839 the wrong alternative on success.
3840 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3841
38422019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3843
3844 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3845 expect the GDB inferior to no longer immediately stop after
3846 being resumed with "signal SIGINT".
3847
38482019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3849
3850 * gdb.linespec/break-ask.exp: Generalize regexps to match
3851 Windows pathnames too.
3852
38532019-08-08 Tom de Vries <tdevries@suse.de>
3854
3855 PR testsuite/24862
3856 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3857
38582019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3859
3860 * gdb.base/style.exp: Update tests for help doc new invariants.
3861 * gdb.base/help.exp: Likewise.
3862
38632019-08-06 Tom Tromey <tom@tromey.com>
3864
3865 * gdb.base/style.exp: Add disassemble test.
3866 * gdb.base/style.c (some_called_function): New function.
3867 (main): Use it.
3868
38692019-08-05 Christian Biesinger <cbiesinger@google.com>
3870
3871 * gdb.python/py-block.exp: Test dictionary access on blocks.
3872
38732019-08-05 Simon Marchi <simon.marchi@efficios.com>
3874
3875 PR gdb/24863
3876 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3877 -list-thread-groups --available test when running under
3878 check-read1.
3879
38802019-08-05 Tom de Vries <tdevries@suse.de>
3881
3882 PR testsuite/24863
3883 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3884 * gdb.base/help.exp: Use with_read1_timeout_factor.
3885 * gdb.base/info-macros.exp: Same.
3886 * gdb.cp/nested-types.exp: Same.
3887
38882019-08-05 Tom de Vries <tdevries@suse.de>
3889
3890 * lib/gdb.exp (version_at_least): Factor out of ...
3891 (tcl_version_at_least): ... here.
3892 (gdb_compile): Fail if pie results in non-PIE executable.
3893 (readelf_version, readelf_prints_pie): New proc.
3894 (exec_is_pie): Return -1 if unknown.
3895
38962019-08-05 Tom de Vries <tdevries@suse.de>
3897
3898 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3899
39002019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3901
3902 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3903
39042019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3905
3906 * lib/completion-support.exp (test_gdb_complete_none): Skip
3907 tab completion tests if no readline support.
3908 (test_gdb_complete_unique_re): Likewise.
3909 (test_gdb_complete_multiple): Likewise.
3910
39112019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3912
3913 * gdb.base/info_sources.exp: New file.
3914 * gdb.base/info_sources.c: New file.
3915 * gdb.base/info_sources_base.c: New file.
3916
39172019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3918
3919 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3920 prefix argument.
3921 (test_exit_status): Add prefix argument.
3922
39232019-08-01 Tom de Vries <tdevries@suse.de>
3924
3925 PR testsuite/24863
3926 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3927 calling exp_continue for new thread and thread exited messages.
3928
39292019-08-01 Tom de Vries <tdevries@suse.de>
3930
3931 PR testsuite/24863
3932 * gdb.base/structs.exp: Fix check-read1 timeout using
3933 gdb_test_sequence.
3934 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3935
39362019-08-01 Tom de Vries <tdevries@suse.de>
3937
3938 PR testsuite/24863
3939 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3940 line.
3941
39422019-08-01 Tom de Vries <tdevries@suse.de>
3943
3944 PR testsuite/24863
3945 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3946
39472019-07-30 Tom Tromey <tromey@adacore.com>
3948
3949 * gdb.ada/display_nested.exp: New file.
3950 * gdb.ada/display_nested/foo.adb: New file.
3951 * gdb.ada/display_nested/pack.adb: New file.
3952 * gdb.ada/display_nested/pack.ads: New file.
3953
39542019-07-30 Christian Biesinger <cbiesinger@google.com>
3955
3956 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3957 namespace.
3958 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3959
39602019-07-30 Tom de Vries <tdevries@suse.de>
3961
3962 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3963 instead.
3964
39652019-07-30 Tom de Vries <tdevries@suse.de>
3966
3967 PR testsuite/24834
3968 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3969 (exec_is_pie): New proc.
3970
39712019-07-29 Christian Biesinger <cbiesinger@google.com>
3972
3973 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3974
39752019-07-29 Christian Biesinger <cbiesinger@google.com>
3976
3977 * gdb.python/py-objfile.c: Add global and static vars.
3978 * gdb.python/py-objfile.exp: Test new functions Objfile.
3979 lookup_global_symbol and lookup_static_symbol.
3980
39812019-07-29 Tom Tromey <tom@tromey.com>
3982
3983 * lib/tuiterm.exp (Term::_csi_@): New proc.
3984 (Term::_csi_X): Don't move cursor.
3985
39862019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3987
3988 * gdb.base/options.exp: Update backtrace - completion to
3989 new option -frame-info.
3990 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3991 Test new 'set print frame-info'. Test backtrace -frame-info
3992 overriding 'set print frame-info'.
3993 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3994 Test new 'set print frame-info'.
3995 Verify consistency of backtrace with and without filters, with and
3996 without -no-filters.
3997 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3998 default.
3999
40002019-07-29 Tom de Vries <tdevries@suse.de>
4001
4002 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4003 no arguments".
4004
40052019-07-29 Tom de Vries <tdevries@suse.de>
4006
4007 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4008 is a substring of the first for "complete non-unique file name".
4009
40102019-07-29 Tom de Vries <tdevries@suse.de>
4011
4012 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4013 with ".*".
4014
40152019-07-29 Tom de Vries <tdevries@suse.de>
4016
4017 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4018 Pass prompt_regexp parameter to gdb_test_multiple calls.
4019
40202019-07-29 Tom de Vries <tdevries@suse.de>
4021
4022 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4023 print registers" regexps.
4024
40252019-07-29 Tom de Vries <tdevries@suse.de>
4026
4027 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4028
40292019-07-29 Tom de Vries <tdevries@suse.de>
4030
4031 PR gdb/24855
4032 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4033 (skip_python_tests_prompt): Add prompt_regexp argument to
4034 gdb_test_multiple calls.
4035
40362019-07-27 Tom Tromey <tom@tromey.com>
4037
4038 * gdb.tui/main.exp: New file.
4039
40402019-07-27 Tom Tromey <tom@tromey.com>
4041
4042 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4043 optional.
4044 * gdb.tui/empty.exp: New file.
4045
40462019-07-27 Tom Tromey <tom@tromey.com>
4047
4048 * lib/tuiterm.exp (spawn): New proc.
4049 (Term::resize): New proc.
4050 * gdb.tui/resize.exp: New file.
4051
40522019-07-27 Tom Tromey <tom@tromey.com>
4053
4054 * gdb.tui/list.exp: New file.
4055
40562019-07-27 Tom Tromey <tom@tromey.com>
4057
4058 * gdb.tui/regs.exp: New file.
4059
40602019-07-27 Tom Tromey <tom@tromey.com>
4061
4062 * gdb.tui/basic.exp: Add "layout split" test.
4063
40642019-07-27 Tom Tromey <tom@tromey.com>
4065
4066 * gdb.tui/basic.exp: Add "layout asm" test.
4067
40682019-07-27 Tom Tromey <tom@tromey.com>
4069
4070 * lib/tuiterm.exp: New file.
4071 * gdb.tui/basic.exp: New file.
4072
40732019-07-27 Kevin Buettner <kevinb@redhat.com>
4074
4075 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4076 Enable tests associated with this flag. Adjust regex
4077 referencing "foo_low" to now refer to "foo_cold" instead.
4078
40792019-07-27 Kevin Buettner <kevinb@redhat.com>
4080
4081 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4082 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4083 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4084 foo_cold. Revise comments to match.
4085 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4086 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4087 were wrapped into this proc; Call do_test in loop from outermost
4088 level.
4089 (foo_low): Rename all occurrences to "foo_cold".
4090 (backtrace from baz): New test.
4091 (x2/i foo_cold): New test.
4092 (info line *foo_cold): New test.
4093
40942019-07-26 Tom de Vries <tdevries@suse.de>
4095
4096 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4097
40982019-07-25 Tom de Vries <tdevries@suse.de>
4099
4100 PR testsuite/24830
4101 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4102 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4103 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4104 (skip_libstdcxx_probe_tests): ... here.
4105 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4106
41072019-07-24 Tom de Vries <tdevries@suse.de>
4108
4109 PR testsuite/24807
4110 * gdb.objc/basicclass.m: Include stdio.h.
4111 * gdb.objc/nondebug.m: Same.
4112 * gdb.objc/objcdecode.m: Same.
4113
41142019-07-24 Tom de Vries <tdevries@suse.de>
4115
4116 PR testsuite/24612
4117 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4118 additional_flags.
4119
41202019-07-24 Tom de Vries <tdevries@suse.de>
4121
4122 PR testsuite/24831
4123 * gdb.multi/tids.exp: Update error messages for info threads.
4124
41252019-07-24 Tom de Vries <tdevries@suse.de>
4126
4127 * gdb.base/info-types.exp: Allow info types to print info for more than
4128 one file.
4129
41302019-07-23 Tom de Vries <tdevries@suse.de>
4131
4132 PR testsuite/24842
4133 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4134 gdb_spawn_with_cmdline_opts.
4135
41362019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4137
4138 * gdb.arch/arm-cmse-sgstubs.c: New test.
4139 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4140
41412019-07-23 Tom de Vries <tdevries@suse.de>
4142
4143 PR testsuite/24711
4144 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4145 issuing next command.
4146
41472019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4148
4149 * gdb.ada/info_auto_lang.exp: Update expected results.
4150 * gdb.base/info-types.c: Add additional types to check.
4151 * gdb.base/info-types.exp: Update expected results.
4152
41532019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.base/info-types.c: New file.
4156 * gdb.base/info-types.exp: New file.
4157
41582019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4159
4160 * gdb.arch/riscv-bp-infcall.c: New file.
4161 * gdb.arch/riscv-bp-infcall.exp: New file.
4162
41632019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4164
4165 PR breakpoints/24541
4166 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4167
41682019-07-14 Tom de Vries <tdevries@suse.de>
4169
4170 PR testsuite/24760
4171 * gdb.objc/basicclass.exp: Fix unterminated string.
4172
41732019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4174 Andrew Burgess <andrew.burgess@embecosm.com>
4175
4176 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4177 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4178 negative bounds.
4179 * gdb.fortran/vla-value.exp: Print elements of an array with
4180 negative bounds.
4181 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4182 testing.
4183
41842019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4185
4186 * gdb.base/options.exp (expect_string): Dequote strings in
4187 results.
4188 (test-string): Test strings with different quoting and reindent.
4189
41902019-07-10 Tom Tromey <tromey@adacore.com>
4191
4192 * gdb.ada/mi_ex_cond.exp: Update expected results.
4193 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4194 * gdb.ada/mi_catch_ex.exp: Update expected results.
4195 * gdb.ada/mi_catch_assert.exp: Update expected results.
4196 * gdb.ada/catch_ex.exp (catch_exception_info)
4197 (catch_exception_entry, catch_assert_entry)
4198 (catch_unhandled_entry): Update.
4199 * gdb.ada/catch_assert_if.exp: Update expected results.
4200
42012019-07-10 Richard Bunt <richard.bunt@arm.com>
4202 Stephen Roberts <stephen.roberts@arm.com>
4203
4204 * gdb.base/define.exp: Restore original prompt.
4205
42062019-07-09 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4209 breakpoints" output.
4210 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4211 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4212 throw" creates breakpoint.
4213 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4214 'type="catchpoint"'.
4215
42162019-07-09 Pedro Alves <palves@redhat.com>
4217
4218 PR c++/15468
4219 * gdb.cp/except-multi-location-lib.cc: New.
4220 * gdb.cp/except-multi-location-main.cc: New.
4221 * gdb.cp/except-multi-location.exp: New.
4222
42232019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4224
4225 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4226 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4227 argument and update callers.
4228
42292019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4230
4231 * gdb.arch/amd64-break-on-asm-line.S: New file.
4232 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4233
42342019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4235
4236 * gdb.base/printcmds.exp: Test printing C string and
4237 C wide string convenience vars without transiting via the inferior.
4238 Also make test names unique.
4239
42402019-07-08 Alan Hayward <alan.hayward@arm.com>
4241
4242 PR breakpoints/25011
4243 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4244
42452019-07-04 Pedro Alves <palves@redhat.com>
4246
4247 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4248 body returned ok(0), break(3) or continue(4).
4249 * gdb.testsuite/foreach_with_prefix.exp: New file.
4250
42512019-07-04 Alan Hayward <alan.hayward@arm.com>
4252
4253 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4254
42552019-07-03 Pedro Alves <palves@redhat.com>
4256
4257 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4258 "return -code".
4259
42602019-07-03 Pedro Alves <palves@redhat.com>
4261
4262 PR cli/24732
4263 * gdb.base/shell.exp: Load completion-support.exp.
4264 Adjust expected error output. Add completion tests.
4265
42662019-07-03 Pedro Alves <palves@redhat.com>
4267
4268 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4269 string_to_regexp.
4270
42712019-07-03 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4274 (expect_integer): Adjust to expect "-string".
4275 (expect_string): New.
4276 (all_options): Expect "-string".
4277 (test-flag, test-boolean): Adjust to expect "-string".
4278 (test-string): New proc.
4279 (top level): Call it.
4280
42812019-07-03 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4284 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4285 the expected output in the success.
4286
42872019-07-03 Pedro Alves <palves@redhat.com>
4288
4289 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4290 Split one gdb_test_multiple call in two to avoid a race.
4291
42922019-07-03 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.base/with.c: New file.
4295 * gdb.base/with.exp: New file.
4296
42972019-07-03 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.base/settings.exp: Replace all references to "maint
4300 test-settings set" with references to "maint set test-settings",
4301 and all references to "maint test-settings show" with references
4302 to "maint show test-settings".
4303
43042019-07-03 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.base/settings.exp (test-string): Adjust expected out when
4307 testing "maint test-settings show filename"
4308
43092019-07-02 Pedro Alves <palves@redhat.com>
4310
4311 * gdb.base/options.exp (test-info-threads): New procedure.
4312 (top level): Call it.
4313
43142019-06-28 Tom Tromey <tromey@adacore.com>
4315
4316 * gdb.dwarf2/ada-linkage-name.c: New file.
4317 * gdb.dwarf2/ada-linkage-name.exp: New file.
4318
43192019-06-27 Tom Tromey <tromey@adacore.com>
4320
4321 PR c++/20020:
4322 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4323
43242019-06-26 Tom de Vries <tdevries@suse.de>
4325
4326 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4327
43282019-06-26 Tom de Vries <tdevries@suse.de>
4329
4330 * gdb.base/index-cache.exp: Add back missing debug option.
4331
43322019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4333
4334 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4335
43362019-06-25 Tom de Vries <tdevries@suse.de>
4337
4338 PR testsuite/24727
4339 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4340
43412019-06-24 Tom de Vries <tdevries@suse.de>
4342
4343 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4344
43452019-06-24 Tom de Vries <tdevries@suse.de>
4346
4347 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4348 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4349 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4350
43512019-06-24 Tom de Vries <tdevries@suse.de>
4352
4353 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4354
43552019-06-21 Tom de Vries <tdevries@suse.de>
4356
4357 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4358
43592019-06-21 Tom de Vries <tdevries@suse.de>
4360
4361 PR testsuite/24518
4362 PR ada/24713
4363 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4364 index.
4365
43662019-06-19 Tom Tromey <tromey@adacore.com>
4367
4368 * gdb.ada/length_cond.exp: Add intro comment.
4369
43702019-06-19 Tom Tromey <tromey@adacore.com>
4371
4372 * gdb.ada/length_cond.exp: New file.
4373 * gdb.ada/length_cond/length_cond.adb: New file.
4374 * gdb.ada/length_cond/pck.adb: New file.
4375 * gdb.ada/length_cond/pck.ads: New file.
4376
43772019-06-18 Tom de Vries <tdevries@suse.de>
4378
4379 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4380
43812019-06-18 Tom Tromey <tromey@adacore.com>
4382
4383 * gdb.base/list0.h: Add comment explaining control character.
4384
43852019-06-18 Tom de Vries <tdevries@suse.de>
4386
4387 * boards/fission.exp: Break up long debug_flags line.
4388
43892019-06-16 Tom de Vries <tdevries@suse.de>
4390
4391 PR gdb/24445
4392 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4393 generated index.
4394
43952019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4396
4397 PR gdb/24686
4398 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4399 improve detection of bug gdb/24541.
4400
44012019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4402
4403 PR gdb/24669
4404 * gdb.base/index-cache.exp (uses_readnow,
4405 expecting_index_cache_use): Define global variable.
4406 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4407 expecting_index_cache_use.
4408
44092019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4410 Andrew Burgess <andrew.burgess@embecosm.com>
4411
4412 * gdb.fortran/pointers.f90: New file.
4413 * gdb.fortran/print_type.exp: New file.
4414 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4415 * gdb.fortran/vla-type.exp: Likewise.
4416 * gdb.fortran/vla-value.exp: Likewise.
4417 * gdb.mi/mi-vla-fortran.exp: Likewise.
4418
44192019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4422 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4423 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4424 as a stop reason.
4425
44262019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4427
4428 * gdb.base/annota1.exp: Update expected results.
4429 * gdb.cp/annota2.exp: Likewise.
4430 * gdb.cp/annota3.exp: Likewise.
4431
44322019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4433
4434 * gdb.base/style-logging.exp: Remove path from test name.
4435
44362019-06-14 Tom Tromey <tromey@adacore.com>
4437
4438 PR gdb/24502:
4439 * gdb.base/style-logging.exp: New file.
4440
44412019-06-14 Tom Tromey <tromey@adacore.com>
4442
4443 * gdb.base/symfile-warn.exp: New file.
4444 * gdb.base/symfile-warn.c: New file.
4445
44462019-06-14 Tom Tromey <tromey@adacore.com>
4447
4448 * gdb.base/annotate-symlink.exp: New file.
4449
44502019-06-14 Tom Tromey <tromey@adacore.com>
4451
4452 * gdb.ada/set_wstr.exp: Add reassignment test.
4453
44542019-06-14 Tom Tromey <tromey@adacore.com>
4455
4456 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4457 'unchecked_access and 'unrestricted_access as well.
4458
44592019-06-14 Tom Tromey <tromey@adacore.com>
4460
4461 PR ada/24539:
4462 * gdb.ada/vla.exp: Update tests.
4463 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4464 pragma.
4465
44662019-06-13 Pedro Alves <palves@redhat.com>
4467
4468 * gdb.base/settings.exp (test-integer): Test junk after
4469 "unlimited".
4470
44712019-06-13 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/options.exp (test-thread-apply): New.
4474 (top level): Call it.
4475
44762019-06-13 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.base/options.exp (test-frame-apply): New.
4479 (top level): Test print commands with different "frame apply"
4480 prefixes.
4481
44822019-06-13 Pedro Alves <palves@redhat.com>
4483
4484 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4485 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4486 'max_completions' parameter and handle it.
4487 (test_gdb_completion_offers_commands): New.
4488
44892019-06-13 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4492
44932019-06-13 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.base/options.exp (test-backtrace): New.
4496 (top level): Call it.
4497
44982019-06-13 Pedro Alves <palves@redhat.com>
4499
4500 * gdb.guile/scm-frame-args.exp: Use "set print
4501 raw-frame-arguments" instead of "set print raw frame-arguments".
4502 * gdb.python/py-frame-args.exp: Likewise.
4503
45042019-06-13 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.compile/compile.exp: Adjust expected output to option
4507 processing changes.
4508
45092019-06-13 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.base/options.exp: Build executable.
4512 (test-print): New procedure.
4513 (top level): Call it, once for "print" and another for "compile
4514 print".
4515
45162019-06-13 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/options.c: New file.
4519 * gdb.base/options.exp: New file.
4520
45212019-06-13 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4524 that "o" is ambiguous.
4525
45262019-06-13 Pedro Alves <palves@redhat.com>
4527
4528 * gdb.base/settings.c: New file.
4529 * gdb.base/settings.exp: New file.
4530
45312019-06-13 Pedro Alves <palves@redhat.com>
4532
4533 * gdb.base/completion.exp: Fix comment typo.
4534
45352019-06-13 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4538 foo --1" test.
4539
45402019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4541
4542 * gdb.fortran/block-data.f: New.
4543 * gdb.fortran/block-data.exp: New.
4544
45452019-06-11 Tom de Vries <tdevries@suse.de>
4546
4547 PR testsuite/24521
4548 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4549 message.
4550
45512019-06-11 Tom de Vries <tdevries@suse.de>
4552
4553 PR testsuite/24521
4554 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4555
45562019-06-11 Tom de Vries <tdevries@suse.de>
4557
4558 * boards/readnow.exp: New file.
4559
45602019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4561
4562 * gdb.fortran/vla-sizeof.exp: Update expected results.
4563
45642019-06-06 Amos Bird <amosbird@gmail.com>
4565
4566 * gdb.base/annota1.exp (thread_switch): Add test for
4567 thread-exited annotation.
4568
45692019-06-06 Tom Tromey <tromey@adacore.com>
4570
4571 * gdb.base/maint.exp: Expect command started/finished output.
4572
45732019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4574
4575 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4576 comment.
4577 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4578
45792019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4580
4581 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4582 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4583 * gdb.arch/riscv-unwind-long-insn.c: New file.
4584 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4585
45862019-06-04 Christian Biesinger <cbiesinger@google.com>
4587
4588 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4589
45902019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4591
4592 * lib/gdb.exp (help_list_trailer): New regexp variable
4593 factorizing the help trailer message.
4594 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4595 arg to allow to better factorize various tests.
4596 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4597 (test_prefix_command_help): Use help_list_trailer.
4598 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4599 * gdb.guile/scm-cmd.exp: Likewise.
4600 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4601 * gdb.base/help.exp: Use test_user_defined_class_help.
4602 * gdb.base/style.exp: Add tests for styling of help and apropos.
4603 * lib/gdb-utils.exp (style): Add title and highlight styles.
4604
46052019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4606
4607 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4608 $_shell_exitsignal.
4609 * gdb.base/default.exp: Update for new convenience variables.
4610
46112019-05-29 Tom Tromey <tromey@adacore.com>
4612
4613 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4614 to "break complete ada" test case's regexp.
4615
46162019-05-29 Tom Tromey <tromey@adacore.com>
4617
4618 PR c++/20020:
4619 * gdb.cp/constexpr-field.exp: New file.
4620 * gdb.cp/constexpr-field.cc: New file.
4621
46222019-05-29 Tom Tromey <tromey@adacore.com>
4623
4624 * gdb.base/finish.exp (finish_no_print): New proc.
4625 (finish_tests): Call it.
4626
46272019-05-24 Tom de Vries <tdevries@suse.de>
4628
4629 * gdb.dwarf2/gdb-add-index.exp: New file.
4630
46312019-05-22 Tom Tromey <tromey@adacore.com>
4632
4633 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4634 * gdb.base/style.exp: Use "style".
4635 * lib/gdb-utils.exp (style): New proc.
4636
46372019-05-22 Tom de Vries <tdevries@suse.de>
4638
4639 * gdb.base/align.exp: Require c++11.
4640
46412019-05-22 Tom de Vries <tdevries@suse.de>
4642
4643 PR testsuite/24586
4644 * gdb.python/py-mi-var-info-path-expression.exp: Call
4645 mi_skip_python_tests to check if python is supported.
4646
46472019-05-22 Alan Hayward <alan.hayward@arm.com>
4648
4649 * gdb.arch/aarch64-pauth.c: New test.
4650 * gdb.arch/aarch64-pauth.exp: New file.
4651
46522019-05-22 Alan Hayward <alan.hayward@arm.com>
4653
4654 * README (Re-running Tests Outside The Testsuite): New section.
4655
46562019-05-21 Tom de Vries <tdevries@suse.de>
4657
4658 * gdb.arch/amd64-eval.exp: Require c++11.
4659 * gdb.base/max-depth.exp: Same.
4660 * gdb.compile/compile-cplus-array-decay.exp: Same.
4661 * gdb.cp/meth-typedefs.exp: Same.
4662 * gdb.cp/subtypes.exp: Same.
4663 * gdb.cp/temargs.exp: Same.
4664
46652019-05-21 Alan Hayward <alan.hayward@arm.com>
4666
4667 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4668
46692019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4670
4671 PR gdb/18644
4672 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4673 * gdb.fortran/printing-types.exp: Add new test.
4674 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4675 testing.
4676 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4677 setup_kfail call.
4678
46792019-05-17 Alan Hayward <alan.hayward@arm.com>
4680
4681 * README (Running the Testsuite): Change example.
4682 (Testsuite Parameters): Remove TRANSCRIPT.
4683 * lib/gdb.exp: Remove TRANSCRIPT check.
4684
46852019-05-17 Alan Hayward <alan.hayward@arm.com>
4686
4687 * README (Testsuite Parameters): Add replay logging to
4688 GDBSERVER_DEBUG.
4689 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4690 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4691 as a comma separated list.
4692 (gdb_debug_init): Override procedure.
4693
46942019-05-17 Alan Hayward <alan.hayward@arm.com>
4695
4696 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4697 (gdb_write_cmd_file): New procedure.
4698 * lib/gdbserver-support.exp (gdbserver_start): Call
4699 gdbserver_write_cmd_file.
4700 (gdbserver_write_cmd_file): New procedure.
4701
47022019-05-17 Alan Hayward <alan.hayward@arm.com>
4703
4704 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4705 (delete_breakpoints): Likewise.
4706 (gdb_run_cmd): Likewise.
4707 (gdb_start_cmd): Likewise.
4708 (gdb_starti_cmd): Likewise.
4709 (gdb_internal_error_resync): Likewise.
4710 (gdb_test_multiple): Likewise.
4711 (gdb_reinitialize_dir): Likewise.
4712 (default_gdb_exit): Likewise.
4713 (gdb_file_cmd): Mark kill as optional.
4714 (default_gdb_start): Call gdb_stdin_log_init.
4715 (send_gdb): Call gdb_stdin_log_write.
4716 (rerun_to_main): Mark Y as an answer.
4717 (gdb_stdin_log_init): New function.
4718 (gdb_stdin_log_write): Likewise.
4719
47202019-05-17 Alan Hayward <alan.hayward@arm.com>
4721
4722 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4723 * gdb.base/debug-expr.exp: Likewise.
4724 * gdb.base/foll-fork.exp: Likewise.
4725 * gdb.base/foll-vfork.exp: Likewise.
4726 * gdb.base/fork-print-inferior-events.exp: Likewise.
4727 * gdb.base/gdb-sigterm.exp: Likewise.
4728 * gdb.base/gdbinit-history.exp: Likewise.
4729 * gdb.base/osabi.exp: Likewise.
4730 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4731 * gdb.base/ui-redirect.exp: Likewise.
4732 * gdb.gdb/unittest.exp: Likewise.
4733 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4734 * gdb.mi/mi-watch.exp: Likewise.
4735 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4736 * gdb.mi/user-selected-context-sync.exp: Likewise.
4737 * gdb.python/python.exp: Disable debug test when debugging.
4738 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4739 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4740 Likewise.
4741 * gdb.threads/stepi-random-signal.exp: Likewise.
4742
47432019-05-17 Alan Hayward <alan.hayward@arm.com>
4744
4745 * Makefile.in: Pass through GDB_DEBUG.
4746 * README (Testsuite Parameters): Add GDB_DEBUG.
4747 (gdb,debug): Add board setting.
4748 * lib/gdb.exp (default_gdb_start): Start debugging.
4749 (gdb_debug_enabled): New procedure.
4750 (gdb_debug_init): Likewise.
4751
47522019-05-17 Alan Hayward <alan.hayward@arm.com>
4753
4754 * Makefile.in: Pass through GDB_DEBUG.
4755 * README (Testsuite Parameters): Add GDB_DEBUG.
4756 (gdb,debug): Add board setting.
4757 * lib/gdb.exp (default_gdb_start): Start debugging.
4758 (gdb_debug_enabled): New procedure.
4759 (gdb_debug_init): Likewise.
4760
47612019-05-17 Alan Hayward <alan.hayward@arm.com>
4762
4763 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4764
47652019-05-17 Alan Hayward <alan.hayward@arm.com>
4766
4767 * gdb.base/ui-redirect.exp: Test redirection.
4768
47692019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4770
4771 * gdb.mi/mi-complete.exp: New file.
4772 * gdb.mi/mi-complete.cc: Likewise.
4773
47742019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4775
4776 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4777 indexed and sliced arrays, and pointers to arrays.
4778
47792019-05-14 Tom Tromey <tromey@adacore.com>
4780
4781 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4782 styling test.
4783
47842019-05-14 Tom de Vries <tdevries@suse.de>
4785
4786 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4787 selection entry encoding.
4788
47892019-05-10 Tom Tromey <tromey@adacore.com>
4790
4791 * gdb.ada/info_exc.exp: Add "complete" test.
4792
47932019-05-09 Tom de Vries <tdevries@suse.de>
4794
4795 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4796 CU-relative.
4797
47982019-05-09 Tom de Vries <tdevries@suse.de>
4799
4800 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4801 CU-relative.
4802
48032019-05-08 Joel Brobecker <brobecker@adacore.com>
4804
4805 * gdb.ada/frame_arg_lang.exp: New testcase.
4806 * gdb.ada/frame_arg_lang/bla.adb: New file.
4807 * gdb.ada/frame_arg_lang/pck.ads: New file.
4808 * gdb.ada/frame_arg_lang/pck.adb: New file.
4809 * gdb.ada/frame_arg_lang/foo.c: New file.
4810
48112019-05-08 Tom Tromey <tromey@adacore.com>
4812
4813 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4814
48152019-05-08 Tom Tromey <tromey@adacore.com>
4816
4817 * gdb.base/ptype-offsets.exp: Update tests.
4818
48192019-05-08 Tom Tromey <tromey@adacore.com>
4820
4821 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4822 cases.
4823 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4824 "short".
4825
48262019-05-08 Tom Tromey <tromey@adacore.com>
4827
4828 * gdb.ada/vla.exp: New file.
4829 * gdb.ada/vla/vla.adb: New file.
4830
48312019-05-07 Tom de Vries <tdevries@suse.de>
4832
4833 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4834
48352019-05-07 Tom de Vries <tdevries@suse.de>
4836
4837 PR testsuite/24522
4838 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4839 section.
4840
48412019-05-07 Tom de Vries <tdevries@suse.de>
4842
4843 PR testsuite/24522
4844 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4845 .debug_aranges section.
4846
48472019-05-07 Tom de Vries <tdevries@suse.de>
4848
4849 PR testsuite/24159
4850 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4851
48522019-05-06 Tom de Vries <tdevries@suse.de>
4853
4854 * lib/gdb.exp (exec_has_index_section): New proc.
4855 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4856 section.
4857
48582019-05-04 Tom de Vries <tdevries@suse.de>
4859
4860 * boards/cc-with-debug-names.exp: New file.
4861
48622019-05-03 Tom Tromey <tromey@adacore.com>
4863
4864 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4865 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4866 * gdb.ada/char_enum.exp: Add test.
4867
48682019-05-03 Tom de Vries <tdevries@suse.de>
4869
4870 * boards/cc-with-gdb-index.exp: New file.
4871
48722019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4873
4874 * gdb.rust/simple.exp: Add new test case.
4875 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4876 (main): Initialise an instance of the new struct.
4877
48782019-05-01 Tom Tromey <tromey@adacore.com>
4879
4880 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4881 record.
4882 (NPR): New variable.
4883 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4884 test.
4885
48862019-05-01 Tom Tromey <tromey@adacore.com>
4887
4888 * gdb.ada/packed_array_assign.exp: Add packed assignment
4889 regression test.
4890
48912019-05-01 Tom de Vries <tdevries@suse.de>
4892
4893 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4894
48952019-05-01 Tom de Vries <tdevries@suse.de>
4896
4897 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4898
48992019-04-30 Ali Tamur <tamur@google.com>
4900
4901 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4902
49032019-04-30 Tom Tromey <tromey@adacore.com>
4904
4905 * lib/ada.exp (find_ada_tool): New proc.
4906 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4907 * gdb.ada/catch_ex_std.exp: New file.
4908 * gdb.ada/catch_ex_std/foo.adb: New file.
4909 * gdb.ada/catch_ex_std/some_package.adb: New file.
4910 * gdb.ada/catch_ex_std/some_package.ads: New file.
4911
49122019-04-30 Tom Tromey <tromey@adacore.com>
4913
4914 PR c++/24470:
4915 * gdb.cp/temargs.cc: Add test code from PR.
4916
49172019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4918
4919 * gdb.fortran/vla-datatypes.exp: Update expected results.
4920 * gdb.fortran/vla-ptype.exp: Likewise.
4921 * gdb.fortran/vla-type.exp: Likewise.
4922 * gdb.fortran/vla-value.exp: Likewise.
4923
49242019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4925
4926 * gdb.fortran/ptr-indentation.exp: Update expected results.
4927 * gdb.fortran/ptype-on-functions.exp: Likewise.
4928 * gdb.fortran/vla-ptr-info.exp: Likewise.
4929 * gdb.fortran/vla-value.exp: Likewise.
4930
49312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4932
4933 * gdb.fortran/ptype-on-functions.exp: New file.
4934 * gdb.fortran/ptype-on-functions.f90: New file.
4935
49362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4937
4938 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4939 case void string.
4940
49412019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4942
4943 * gdb.fortran/complex.exp: Expand.
4944 * gdb.fortran/complex.f: Renamed to...
4945 * gdb.fortran/complex.f90: ...this, and extended to add more
4946 complex values.
4947
49482019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4949
4950 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4951 MODULO, CMPLX.
4952
49532019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4954 Richard Bunt <richard.bunt@arm.com>
4955
4956 * gdb.base/max-depth.c: New file.
4957 * gdb.base/max-depth.exp: New file.
4958 * gdb.python/py-nested-maps.c: New file.
4959 * gdb.python/py-nested-maps.exp: New file.
4960 * gdb.python/py-nested-maps.py: New file.
4961 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4962 (test_all_common): Call test_max_depth.
4963 * gdb.fortran/max-depth.exp: New file.
4964 * gdb.fortran/max-depth.f90: New file.
4965 * gdb.go/max-depth.exp: New file.
4966 * gdb.go/max-depth.go: New file.
4967 * gdb.modula2/max-depth.exp: New file.
4968 * gdb.modula2/max-depth.c: New file.
4969 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4970
49712019-04-29 Tom de Vries <tdevries@suse.de>
4972
4973 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4974
49752019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4976
4977 * gdb.base/callexit.exp: Test may-call-functions off.
4978
49792019-04-25 Keith Seitz <keiths@redhat.com>
4980
4981 PR c++/24367
4982 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4983 (another_incomplete_struct, test_incomplete): New definitions.
4984 (main): Use new definitions.
4985 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4986 functions.
4987
49882019-04-25 Ali Tamur <tamur@google.com>
4989
4990 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4991
49922019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4993
4994 PR corefiles/11608
4995 PR corefiles/18187
4996 * gdb.base/coredump-filter-build-id.exp: New file.
4997
49982019-04-25 Alan Hayward <alan.hayward@arm.com>
4999
5000 * Makefile.in: Pass through GDBSERVER_DEBUG.
5001 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5002 (gdbserver,debug): Add board setting.
5003 * gdb.trace/tspeed.exp: Skip when debugging.
5004 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5005 * lib/gdbserver-support.exp: Likewise
5006
50072019-04-24 Tom Tromey <tromey@adacore.com>
5008
5009 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5010 Rust.
5011
50122019-04-24 Tom Tromey <tromey@adacore.com>
5013
5014 * gdb.arch/amd64-eval.exp: Test bitfield return.
5015 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5016 (class Foo) <return_bitfields>: New method.
5017 (main): Call it.
5018
50192019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5020
5021 * gdb.cp/many-args.cc: New file.
5022 * gdb.cp/many-args.exp: New file.
5023
50242019-04-23 Tom de Vries <tdevries@suse.de>
5025
5026 PR gdb/24433
5027 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5028
50292019-04-23 Alan Hayward <alan.hayward@arm.com>
5030
5031 * gdb.trace/backtrace.exp: Use nopie flag.
5032 * gdb.trace/circ.exp: Likewise.
5033 * gdb.trace/collection.exp: Likewise.
5034 * gdb.trace/ftrace.exp: Likewise.
5035 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5036 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5037 * gdb.trace/qtro.exp: Likewise.
5038 * gdb.trace/read-memory.exp: Likewise.
5039 * gdb.trace/report.exp: Likewise.
5040 * gdb.trace/tfile.exp: Likewise.
5041 * gdb.trace/tfind.exp: Likewise.
5042 * gdb.trace/unavailable.exp: Likewise.
5043
50442019-04-22 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.base/solib-probes-nosharedlibrary.c,
5047 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5048
50492019-04-19 Tom Tromey <tromey@adacore.com>
5050
5051 * gdb.ada/ptype_union.c: New file.
5052 * gdb.ada/ptype_union.exp: New file.
5053
50542019-04-19 Tom Tromey <tromey@adacore.com>
5055
5056 PR symtab/24423:
5057 * gdb.base/list0.h (foo): Add a control-l character.
5058
50592019-04-18 Tom de Vries <tdevries@suse.de>
5060
5061 PR gdb/24433
5062 * boards/local-board.exp: Set sysroot to "".
5063
50642019-04-18 Tom de Vries <tdevries@suse.de>
5065 Pedro Alves <palves@redhat.com>
5066
5067 PR gdb/24454
5068 * gdb.threads/vfork-follow-child-exec.c: New file.
5069 * gdb.threads/vfork-follow-child-exec.exp: New file.
5070 * gdb.threads/vfork-follow-child-exit.c: New file.
5071 * gdb.threads/vfork-follow-child-exit.exp: New file.
5072
50732019-04-15 Leszek Swirski <leszeks@google.com>
5074
5075 * gdb.arch/amd64-eval.cc: New file.
5076 * gdb.arch/amd64-eval.exp: New file.
5077
50782019-04-11 Alan Hayward <alan.hayward@arm.com>
5079
5080 * gdb.server/sysroot.c: New test.
5081 * gdb.server/sysroot.exp: New file.
5082 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5083 matching param.
5084
50852019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.base/align.exp: Extend test to cover structures containing
5088 only static fields.
5089
50902019-04-11 Tom de Vries <tdevries@suse.de>
5091
5092 * boards/cc-with-dwz-m.exp: New file.
5093 * boards/cc-with-dwz.exp: New file.
5094 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5095
50962019-04-09 Simon Marchi <simon.marchi@efficios.com>
5097
5098 * gdb.base/start-cpp.exp: New file.
5099 * gdb.base/start-cpp.cc: New file.
5100
51012019-04-08 Kevin Buettner <kevinb@redhat.com>
5102
5103 * gdb.python/py-thrhandle.exp: Adjust tests to call
5104 thread_from_handle instead of thread_from_thread_handle.
5105
51062019-04-08 Kevin Buettner <kevinb@redhat.com>
5107
5108 * gdb.python/py-thrhandle.exp: Add tests for
5109 gdb.InferiorThread.handle.
5110
51112019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5112
5113 * gdb.python/py-function.exp: Check calling helper function from
5114 all languages.
5115 * lib/gdb.exp (gdb_supported_languages): New proc.
5116
51172019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5118
5119 * gdb.base/complex-parts.c: New file.
5120 * gdb.base/complex-parts.exp: New file.
5121
51222019-04-01 Tom Tromey <tromey@adacore.com>
5123
5124 PR symtab/23331:
5125 * gdb.dwarf2/dw2-ranges-main.c: New file.
5126 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5127 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5128
51292019-03-30 Simon Marchi <simark@simark.ca>
5130
5131 * gdb.base/default.exp: Add values for $_gdb_major and
5132 $_gdb_minor.
5133
51342019-03-29 Tom Tromey <tromey@adacore.com>
5135
5136 * gdb.base/help.exp: Tighten apropos regexp.
5137
51382019-03-29 Keith Seitz <keiths@redhat.com>
5139
5140 * gdb.fortran/array-bounds.exp: New file.
5141 * gdb.fortran/array-bounds.f90: New file.
5142
51432019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5144
5145 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5146
51472019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5148
5149 * gdb.multi/hello.c (main): Increase alarm timer.
5150
51512019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5152
5153 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5154 factor when no hardware watchpoint support.
5155
51562019-03-28 Alan Hayward <alan.hayward@arm.com>
5157 Pedro Alves <palves@redhat.com>
5158
5159 * boards/local-board.exp: set sysroot to /.
5160
51612019-03-27 Alan Hayward <alan.hayward@arm.com>
5162
5163 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5164 in child.
5165
51662019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5167
5168 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5169 field.
5170 (make_container): Initialise new field.
5171 * gdb.python/py-prettyprint.exp: Add new tests.
5172 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5173 <display_hint>: New method.
5174
51752019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5176
5177 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5178 gdb_continue_to_breakpoint more throughout this test.
5179 (run_lang_tests) Supply unique test names, and use
5180 gdb_test_no_output.
5181
51822019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5183
5184 * gdb.base/finish-pretty.exp: Update expected results.
5185 * gdb.base/pretty-print.c: New file.
5186 * gdb.base/pretty-print.exp: New file.
5187
51882019-03-25 Pedro Alves <palves@redhat.com>
5189
5190 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5191 move comments outside list. Append '-i "" eof' section.
5192
51932019-03-22 Alan Hayward <alan.hayward@arm.com>
5194
5195 PR testsuite/25016
5196 * README: Add pie options.
5197 * gdb.base/break-interp.exp: Ensure pie is disabled.
5198 * gdb.base/dump.exp: Likewise.
5199 * lib/gdb.exp (gdb_compile): Add pie option.
5200
52012019-03-19 Tom Tromey <tromey@adacore.com>
5202
5203 * gdb.mi/mi2-cli-display.c: New file.
5204 * gdb.mi/mi2-cli-display.exp: New file.
5205
52062019-03-18 Joel Brobecker <brobecker@adacore.com>
5207 Tom Tromey <tromey@adacore.com>
5208
5209 * gdb.ada/ptype_array/pck.adb: New file.
5210 * gdb.ada/ptype_array/pck.ads: New file.
5211 * gdb.ada/ptype_array/foo.adb: New file.
5212 * gdb.ada/ptype_array.exp: New file.
5213
52142019-03-14 Tom Tromey <tromey@adacore.com>
5215
5216 * gdb.base/style.exp: Add "set style sources" test.
5217
52182019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5219
5220 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5221 * mi-breakpoint-multiple-locations.exp: ... this.
5222 (make_breakpoints_pattern): New proc.
5223 (do_test): Add mi_version parameter, test -break-insert,
5224 -break-info and =breakpoint-created.
5225
52262019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5227
5228 * config/default.exp: Remove 'load_lib gdb.exp'.
5229 * config/monitor.exp: Likewise.
5230 * config/sid.exp: Likewise.
5231 * config/sim.exp: Likewise.
5232 * config/slite.exp: Likewise.
5233 * config/unix.exp: Likewise.
5234 * gdb.base/default.exp: Remove unhelpful comment.
5235
52362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5237
5238 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5239
52402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5241
5242 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5243
52442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5245
5246 * gdb.fortran/type-kinds.exp: Update expected results.
5247
52482019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5251
52522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5253
5254 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5255 function.
5256 (test_basic_parsing_of_type_kinds): Expand types tested.
5257 (test_parsing_invalid_type_kinds): New function.
5258
52592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5260
5261 * gdb.fortran/intrinsics.exp: New file.
5262 * gdb.fortran/intrinsics.f90: New file.
5263 * gdb.fortran/type-kinds.exp: New file.
5264
52652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5266
5267 * gdb.fortran/dot-ops.exp: New file.
5268
52692019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5270
5271 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5272 Check upper and lower case logical literals.
5273
52742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5275
5276 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5277 Remove duplicate tests.
5278
52792019-03-06 Alan Hayward <alan.hayward@arm.com>
5280
5281 * lib/gdb.exp (builtin_cd): rename of cd.
5282 (cd): Override builtin.
5283
52842019-03-06 Richard Bunt <richard.bunt@arm.com>
5285
5286 * gdb.fortran/function-calls.exp: New file.
5287 * gdb.fortran/function-calls.f90: New test.
5288
52892019-03-04 Richard Bunt <richard.bunt@arm.com>
5290
5291 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5292 on user program standard output.
5293 * gdb.fortran/short-circuit-argument-list.f90: Record function
5294 calls.
5295
52962019-02-28 Alan Hayward <alan.hayward@arm.com>
5297
5298 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5299 failure.
5300
53012019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5302
5303 PR gdb/8527
5304 * gdb.base/interrupt-daemon-attach.c,
5305 gdb.base/interrupt-daemon-attach.exp: New test.
5306
53072019-02-27 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.base/page.exp: Add tests for "set width/height -1".
5310
53112019-02-27 Pedro Alves <palves@redhat.com>
5312
5313 * gdb.base/page.exp: Add tests for "set/show width/height" with
5314 "infinite" values.
5315
53162019-02-27 Tom Tromey <tromey@adacore.com>
5317
5318 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5319 2.4.
5320 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5321 workaround.
5322
53232019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5324
5325 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5326 tests for structs with static members.
5327
53282019-02-26 Tom Tromey <tromey@adacore.com>
5329
5330 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5331 ValueError, not TypeError.
5332
53332019-02-26 Kevin Buettner <kevinb@redhat.com>
5334
5335 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5336 call from main program.
5337
53382019-02-23 Joel Brobecker <brobecker@adacore.com>
5339
5340 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5341 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5342 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5343 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5344 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5345
53462019-02-22 Keith Seitz <keiths@redhat.com>
5347
5348 PR symtab/23853
5349 * gdb.base/symlink-sourcefile.c: New file.
5350 * gdb.base/symlink-sourcefile.exp: New file.
5351
53522019-02-20 Tom Tromey <tom@tromey.com>
5353
5354 * gdb.base/info_qt.exp: Update.
5355
53562019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5357
5358 * gdb.base/source.exp: Move "error in sourced script" code to
5359 the end.
5360 * gdb.base/source-error.gdb: Move contents to
5361 source-error-1.gdb. Add new code to source source-error-1.gdb.
5362 * gdb.base/source-error-1.gdb: New file, from previous
5363 source-error.gdb.
5364
53652019-02-17 Tom Tromey <tom@tromey.com>
5366
5367 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5368 for macro styling.
5369 * gdb.base/style.c (SOME_MACRO): New macro.
5370
53712019-02-17 Tom Tromey <tom@tromey.com>
5372
5373 * gdb.base/style.exp: Add line-wrapping tests.
5374 * gdb.base/page.exp: Add test for quitting during pagination.
5375
53762019-02-17 Joel Brobecker <brobecker@adacore.com>
5377
5378 * gdb.ada/big_packed_array: New testcase.
5379 * gdb.ada/homonym.exp: Fix incorrect expected output for
5380 "break <homonym__get_value>" test.
5381
53822019-02-13 Weimin Pan <weimin.pan@oracle.com>
5383
5384 PR breakpoints/21870
5385 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5386 and prepare_for_testing. Add comment.
5387 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5388 redundant cleanup call. Clean up comment.
5389
53902019-02-12 Weimin Pan <weimin.pan@oracle.com>
5391
5392 PR breakpoints/21870
5393 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5394 * gdb.arch/aarch64-dbreg-contents.c: New file.
5395
53962019-02-10 Joel Brobecker <brobecker@adacore.com>
5397
5398 * gdb.ada/mi_ref_changeable: New testcase.
5399
54002019-02-07 Alan Hayward <alan.hayward@arm.com>
5401
5402 * gdb.base/attach.exp: Add double attach test.
5403
54042019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5405
5406 * lib/gdb.exp (default_gdb_start): Don't match pagination
5407 prompt.
5408 (gdb_init): Set stty_init.
5409
54102019-01-27 Tom Tromey <tom@tromey.com>
5411
5412 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5413 skip_python_tests.
5414
54152019-01-24 Alan Hayward <alan.hayward@arm.com>
5416
5417 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5418 New structure.
5419 (struct struct_static_02_02): Likewise.
5420 (struct struct_static_02_03): Likewise.
5421 (struct struct_static_02_04): Likewise.
5422 (struct struct_static_04_01): Likewise.
5423 (struct struct_static_04_02): Likewise.
5424 (struct struct_static_04_03): Likewise.
5425 (struct struct_static_04_04): Likewise.
5426 (struct struct_static_06_01): Likewise.
5427 (struct struct_static_06_02): Likewise.
5428 (struct struct_static_06_03): Likewise.
5429 (struct struct_static_06_04): Likewise.
5430 (cmp_struct_static_02_01): Likewise.
5431 (cmp_struct_static_02_02): Likewise.
5432 (cmp_struct_static_02_03): Likewise.
5433 (cmp_struct_static_02_04): Likewise.
5434 (cmp_struct_static_04_01): Likewise.
5435 (cmp_struct_static_04_02): Likewise.
5436 (cmp_struct_static_04_03): Likewise.
5437 (cmp_struct_static_04_04): Likewise.
5438 (cmp_struct_static_06_01): Likewise.
5439 (cmp_struct_static_06_02): Likewise.
5440 (cmp_struct_static_06_03): Likewise.
5441 (cmp_struct_static_06_04): Likewise.
5442 (call_all): Test new structs.
5443 * gdb.base/infcall-nested-structs.exp: Likewise.
5444
54452019-01-21 Alan Hayward <alan.hayward@arm.com>
5446 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5447
54482019-01-21 Alan Hayward <alan.hayward@arm.com>
5449 * gdb.base/stack-protector.c: New test.
5450 * gdb.base/stack-protector.exp: New file.
5451 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5452 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5453 option.
5454 (gdb_compile): Remove stack protector for GCC and prevent
5455 recursion.
5456
54572019-01-16 Keith Seitz <keiths@redhat.com>
5458
5459 PR gdb/23773
5460 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5461
54622019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5463
5464 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5465 aliases.
5466 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5467 tests.
5468 * gdb.arch/powerpc-vector-regs.c: New file.
5469 * gdb.arch/powerpc-vector-regs.exp: New file.
5470
54712019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5472
5473 * gdb.arch/altivec-regs.exp: Fix the list passed to
5474 gdb_expect_list when testing "info vector".
5475
54762019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5477
5478 * gdb.base/style.exp: Don't include path in testname.
5479
54802019-01-10 Keith Seitz <keiths@redhat.com>
5481
5482 PR gdb/23712
5483 PR symtab/23010
5484 * gdb.dwarf2/multidictionary.exp: New file.
5485
54862019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5487
5488 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5489 (test_gnuv3_style_demangling): ... this.
5490 (test_lucid_style_demangling): Remove.
5491 (test_arm_style_demangling): Remove.
5492 (test_hp_style_demangling): Remove.
5493 (do_tests): Remove calls to the above.
5494
54952019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5496
5497 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5498 case.
5499
55002019-01-06 Tom Tromey <tom@tromey.com>
5501
5502 PR gdb/28155:
5503 * gdb.dwarf2/typedef-void-finish.exp: New file.
5504
55052018-12-28 Tom Tromey <tom@tromey.com>
5506 Simon Marchi <simark@simark.ca>
5507
5508 * gdb.base/jit-exec.exp: New file.
5509 * gdb.base/jit-exec.c: New file.
5510 * gdb.base/jit-execd.c: New file.
5511
55122018-12-28 Tom Tromey <tom@tromey.com>
5513
5514 * gdb.base/style.exp: Update test to check for address styling.
5515
55162018-12-28 Tom Tromey <tom@tromey.com>
5517
5518 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5519 message.
5520
55212018-12-28 Tom Tromey <tom@tromey.com>
5522
5523 * gdb.base/style.exp: Add test for version number styling.
5524
55252018-12-28 Tom Tromey <tom@tromey.com>
5526
5527 * gdb.base/style.exp: Add test for print_address_symbolic.
5528
55292018-12-28 Tom Tromey <tom@tromey.com>
5530
5531 * gdb.base/style.exp: Add test for breakpoint setting.
5532
55332018-12-28 Tom Tromey <tom@tromey.com>
5534
5535 * gdb.base/style.exp: Add test for variable names.
5536
55372018-12-28 Tom Tromey <tom@tromey.com>
5538
5539 * gdb.base/style.exp: New file.
5540 * gdb.base/style.c: New file.
5541
55422018-12-28 Tom Tromey <tom@tromey.com>
5543
5544 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5545 "dumb".
5546 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5547 the TERM environment variable.
5548
55492018-12-27 Tom Tromey <tom@tromey.com>
5550
5551 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5552 pagination test.
5553
55542018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5555
5556 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5557 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5558
55592018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5560
5561 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5562 Filename a.adb changed to bp_fun_addr.adb.
5563 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5564
55652018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5566
5567 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5568 non-PIE executables.
5569 * README: Mention the gdb,nopie_flag board setting.
5570 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5571 non-PIE executable.
5572 * gdb.arch/amd64-entry-value.exp: Likewise.
5573 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5574 * gdb.arch/i386-float.exp: Likewise.
5575 * gdb.arch/i386-signal.exp: Likewise.
5576 * gdb.mi/mi-reg-undefined.exp: Likewise.
5577
55782018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5579
5580 PR gdb/23974
5581 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5582
55832018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5584
5585 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5586 Update order of results accordingly.
5587
55882018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5589
5590 * gdb.base/annota1.exp: Update a test regexp.
5591
55922018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5593
5594 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5595
55962018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5597
5598 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5599 (reuse_time): Initialize to REUSE_TIME_CAP.
5600 (check_rc): New function.
5601 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5602 Check pthread_create rc.
5603 (spawner_thread_func): Check pthread_create and pthread_join rc.
5604
56052018-12-08 Pedro Alves <palves@redhat.com>
5606
5607 * gdb.base/list.exp (test_forward_search): Rename to ...
5608 (test_forward_reverse_search): ... this. Also test reverse-search
5609 and the forward-search alias.
5610
56112018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5612
5613 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5614 local timeout variable before return, and remove all local timeout
5615 variable entirely.
5616 (gdb_load): Likewise.
5617
56182018-12-01 Tom de Vries <tdevries@suse.de>
5619
5620 * gdb.base/gdb-caching-proc.exp: New file.
5621
56222018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5623
5624 * Makefile.in (TIMESTAMP): New variable.
5625 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5626 command.
5627 (check-single-racy): Likewise.
5628 (check/%.exp): Likewise.
5629 (check-racy/%.exp): Likewise.
5630 (workers/%.worker): Likewise.
5631 (build-perf): Likewise.
5632 (check-perf): Likewise.
5633 * README: Describe new "TS" and "TS_FORMAT" variables.
5634 * print-ts.py: New file.
5635
56362018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5637
5638 PR python/23714
5639 * gdb.python/python.exp: Test command repetition after
5640 gdb.execute.
5641
56422018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5643
5644 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5645 is correctly aligned.
5646
56472018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5648
5649 * gdb.ada/info_auto_lang.exp: New testcase.
5650 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5651 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5652 * gdb.ada/info_auto_lang/some_c.c: New file.
5653
56542018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5655
5656 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5657 FUNC_lang language syntax.
5658
56592018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5660
5661 * gdb.base/info_minsym.c: New file.
5662 * gdb.base/info_minsym.exp: New file.
5663
56642018-11-19 Tom Tromey <tom@tromey.com>
5665
5666 PR rust/23625:
5667 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5668 * gdb.rust/expr.exp: Update expected output. Change one test.
5669
56702018-11-19 Tom Tromey <tom@tromey.com>
5671
5672 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5673
56742018-11-19 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5677 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5678 see the expected warning.
5679
56802018-11-16 Alan Hayward <alan.hayward@arm.com>
5681
5682 PR gdb/22736:
5683 * gdb.cp/infcall-nodebug-lib.c: New test.
5684 * gdb.cp/infcall-nodebug-main.c: New test.
5685 * gdb.cp/infcall-nodebug.exp: New file.
5686
56872018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5688
5689 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5690 completer tests.
5691
56922018-11-09 Tom de Vries <tdevries@suse.de>
5693
5694 * gdb.base/msym-lang.c: New test.
5695 * gdb.base/msym-lang.exp: New file.
5696 * gdb.base/msym-lang-main.c: New test.
5697
56982018-11-08 Tom Tromey <tom@tromey.com>
5699
5700 PR gdb/23555:
5701 PR gdb/23838:
5702 * gdb.base/warning.exp: New file.
5703
57042018-11-08 Jan Beulich <jbeulich@suse.com>
5705
5706 * testsuite/gdb.arch/i386-avx512.c,
5707 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5708
57092018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5710
5711 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5712 point hardware.
5713
57142018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5715
5716 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5717 * gdb.dwarf2/missing-type-name.exp: New file.
5718
57192018-11-06 Tom de Vries <tdevries@suse.de>
5720
5721 * gdb.base/many-headers.c: New test.
5722 * gdb.base/many-headers.exp: New file.
5723
57242018-11-06 Jim Wilson <jimw@sifive.com>
5725
5726 * gdb.base/code_elim.exp: For riscv, set additional_flags
5727 to include -msmall-data-limit=0.
5728
57292018-11-01 Joel Brobecker <brobecker@adacore.com>
5730
5731 * gdb.ada/watch_minus_l: New testcase.
5732
57332018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5734
5735 * gdb.arch/aix-sighandle.c: New file.
5736 * gdb.arch/aix-sighandle.exp: New file.
5737
57382018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5739
5740 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5741 registers being unions.
5742
57432018-10-31 Tom de Vries <tdevries@suse.de>
5744
5745 * lib/valgrind.exp: New file.
5746 (vgdb_start, vgdb_stop): New procs, factored out of ...
5747 * gdb.base/valgrind-bt.exp: ... here, ...
5748 * gdb.base/valgrind-disp-step.exp: ... here and ...
5749 * gdb.base/valgrind-infcall.exp: ... here.
5750
57512018-10-31 Tom de Vries <tdevries@suse.de>
5752
5753 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5754
57552018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5756
5757 * gdb.dwarf2/void-type.c: New file.
5758 * gdb.dwarf2/void-type.exp: New file.
5759
57602018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5761
5762 * gdb.base/info_qt.c: New file.
5763 * gdb.base/info_qt.exp: New file.
5764
57652018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5766
5767 * gdb.arch/powerpc-htm-regs.c: New file.
5768 * gdb.arch/powerpc-htm-regs.exp: New file.
5769
57702018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5771
5772 * gdb.arch/powerpc-tar.c: New file.
5773 * gdb.arch/powerpc-tar.exp: New file.
5774
57752018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5776
5777 * gdb.arch/powerpc-ppr-dscr.c: New file.
5778 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5779
57802018-10-25 Tom de Vries <tdevries@suse.de>
5781
5782 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5783
57842018-10-24 Tom de Vries <tdevries@suse.de>
5785
5786 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5787 longer exists error.
5788
57892018-10-24 Tom de Vries <tdevries@suse.de>
5790
5791 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5792
57932018-10-24 Tom de Vries <tdevries@suse.de>
5794
5795 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5796 --db-attach in valgrind.
5797
57982018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5799
5800 * gdb.arch/riscv-reg-aliases.c: New file.
5801 * gdb.arch/riscv-reg-aliases.exp: New file.
5802
58032018-10-19 Alan Hayward <alan.hayward@arm.com>
5804
5805 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5806
58072018-10-19 Alan Hayward <alan.hayward@arm.com>
5808
5809 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5810
58112018-10-19 Alan Hayward <alan.hayward@arm.com>
5812
5813 * gdb.cp/ovldbreak.exp: Fix regexps.
5814
58152018-10-19 Alan Hayward <alan.hayward@arm.com>
5816
5817 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5818
58192018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5820
5821 PR cli/23785
5822 * gdb.base/restore.exp: New test to check if "restore" with an
5823 invalid file doesn't segfault.
5824
58252018-10-18 Tom de Vries <tdevries@suse.de>
5826
5827 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5828 * gdb.ada/excep_handle.exp: Same.
5829 * gdb.ada/mi_string_access.exp: Same.
5830 * gdb.ada/mi_var_union.exp: Same.
5831 * gdb.arch/arc-analyze-prologue.exp: Same.
5832 * gdb.arch/arc-decode-insn.exp: Same.
5833 * gdb.base/readnever.exp: Same.
5834 * gdb.fortran/printing-types.exp: Same.
5835 * gdb.guile/scm-lazy-string.exp: Same.
5836
58372018-10-16 Tom de Vries <tdevries@suse.de>
5838
5839 PR gdb/23730
5840 * gdb.base/catch-follow-exec.c: Add copyright notice.
5841 * gdb.base/catch-follow-exec.exp: Rewrite to use
5842 gdb_spawn_with_cmdline_opts. Require gdb-native.
5843
58442018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5845
5846 * gdb.trace/actions-changed.exp: Check for arch support.
5847 * gdb.trace/actions.exp: Likewise.
5848 * gdb.trace/ax.exp: Likewise.
5849 * gdb.trace/backtrace.exp: Likewise.
5850 * gdb.trace/change-loc.exp: Likewise.
5851 * gdb.trace/deltrace.exp: Likewise.
5852 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5853 * gdb.trace/ftrace.exp: Likewise.
5854 * gdb.trace/infotrace.exp: Check for arch support.
5855 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5856 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5857 * gdb.trace/mi-tsv-changed.exp: Likewise.
5858 * gdb.trace/packetlen.exp: Likewise.
5859 * gdb.trace/passc-dyn.exp: Likewise.
5860 * gdb.trace/passcount.exp: Likewise.
5861 * gdb.trace/pending.exp: Likewise.
5862 * gdb.trace/range-stepping.exp: Check for shlib support.
5863 * gdb.trace/report.exp: Check for arch support.
5864 * gdb.trace/save-trace.exp: Likewise.
5865 * gdb.trace/signal.exp: Check for signal support.
5866 * gdb.trace/tfind.exp: Check for arch support.
5867 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5868 * gdb.trace/trace-common.h: Add comment.
5869 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5870 * gdb.trace/trace-enable-disable.exp: Likewise.
5871 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5872 * gdb.trace/tracecmd.exp: Check for arch support.
5873 * gdb.trace/tspeed.exp: Check for shlib and target support.
5874 * gdb.trace/tstatus.exp: Check for arch support.
5875 * gdb.trace/tsv.exp: Likewise.
5876 * gdb.trace/while-dyn.exp: Likewise.
5877 * gdb.trace/while-stepping.exp: Likewise.
5878 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5879
58802018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5881
5882 * gdb.trace/tspeed.exp: Remove nowarnings.
5883 (prepare_for_trace_test): Declare "global ipalib".
5884 * gdb.trace/tspeed.c: Include unistd.h.
5885 (main): Remove superfluous printf argument.
5886
58872018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5888
5889 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5890 directory prefix on the filename.
5891
58922018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5893
5894 * gdb.gdb/unittest.exp: Update expected message informing that
5895 selftests have been disabled.
5896 * gdb.server/unittest.exp: Likewise.
5897
58982018-10-09 Tom de Vries <tdevries@suse.de>
5899
5900 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5901 with runto_main.
5902
59032018-10-08 Weimin Pan <weimin.pan@oracle.com>
5904
5905 PR c++/16841
5906 * gdb.cp/virtbase2.cc: New file.
5907 * gdb.cp/virtbase2.exp: New file.
5908
59092018-10-06 Tom Tromey <tom@tromey.com>
5910
5911 PR python/19399:
5912 * gdb.python/py-inferior.exp: Add architecture test.
5913
59142018-10-06 Tom Tromey <tom@tromey.com>
5915
5916 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5917 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5918
59192018-10-06 Tom Tromey <tom@tromey.com>
5920
5921 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5922 of a "throw" catchpoint.
5923
59242018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5925
5926 * gdb.base/info-proc.exp: Update string expected from "help info
5927 proc".
5928
59292018-10-04 Tom Tromey <tom@tromey.com>
5930
5931 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5932 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5933 (test_initial_complaints, test_empty_complaints): Update.
5934 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5935
59362018-10-04 Tom Tromey <tom@tromey.com>
5937
5938 PR cli/19551:
5939 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5940 * lib/gdb.exp (gdb_file_cmd): Update.
5941 * gdb.stabs/weird.exp (print_weird_var): Update.
5942 * gdb.server/solib-list.exp: Update.
5943 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5944 * gdb.mi/mi-cli.exp: Update.
5945 * gdb.linespec/linespec.exp: Update.
5946 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5947 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5948 * gdb.cp/cp-relocate.exp: Update.
5949 * gdb.base/sym-file.exp: Update.
5950 * gdb.base/relocate.exp: Update.
5951 * gdb.base/readnever.exp: Update.
5952 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5953 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5954 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5955 * gdb.base/code_elim.exp: Update.
5956 * gdb.base/break-unload-file.exp (test_break): Update.
5957 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5958 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5959 Update.
5960 * gdb.base/attach.exp (do_attach_tests): Update.
5961 * gdb.base/sepdebug.exp: Update.
5962 * gdb.python/py-section-script.exp: Update.
5963
59642018-10-04 Tom Tromey <tom@tromey.com>
5965
5966 PR cli/22234:
5967 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5968 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5969 output.
5970
59712018-10-04 Tom Tromey <tom@tromey.com>
5972
5973 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5974 set width and height to 0.
5975 (test_command_line_attach_run): Use -quiet.
5976
59772018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5978
5979 * lib/gdb.exp (skip_ifunc_tests): New.
5980 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5981 other compile failures.
5982 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5983
59842018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5985
5986 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5987 is_amd64_regs_target.
5988
59892018-10-01 Alan Hayward <alan.hayward@arm.com>
5990
5991 * gdb.arch/aarch64-sighandler-regs.c: New test.
5992 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5993 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5994
59952018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5996
5997 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5998 assembly.
5999
60002018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6001
6002 * gdb.base/frame-selection.exp: New file.
6003 * gdb.base/frame-selection.c: New file.
6004
60052018-09-27 Alan Hayward <alan.hayward@arm.com>
6006
6007 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6008 pthread barrier.
6009 (main): Likewise.
6010
60112018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6012
6013 * gdb.base/large-frame-1.c: New file.
6014 * gdb.base/large-frame-2.c: New file.
6015 * gdb.base/large-frame.exp: New file.
6016 * gdb.base/large-frame.h: New file.
6017
60182018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6019
6020 PR gdb/20948
6021 * gdb.base/write_mem.exp: New test.
6022 * gdb.base/write_mem.c: Likewise.
6023
60242018-09-23 Tom Tromey <tom@tromey.com>
6025
6026 PR python/18852:
6027 * gdb.python/py-parameter.exp: Add test for parameter that throws
6028 on "set".
6029
60302018-09-23 Tom Tromey <tom@tromey.com>
6031
6032 PR python/17284:
6033 * gdb.python/py-template.exp (test_template_arg): Add test for
6034 negative template argument number.
6035
60362018-09-23 Tom Tromey <tom@tromey.com>
6037
6038 PR python/14062:
6039 * gdb.python/python.exp: Add test for post_event error.
6040
60412018-09-23 Tom Tromey <tom@tromey.com>
6042
6043 PR python/18170:
6044 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6045 convert pointers to int and long.
6046
60472018-09-23 Tom Tromey <tom@tromey.com>
6048
6049 PR python/20126:
6050 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6051 signed-ness conversion tests.
6052
60532018-09-23 Tom Tromey <tom@tromey.com>
6054
6055 PR python/18352;
6056 * gdb.python/py-value.exp (test_float_conversion): New proc.
6057 Use it.
6058
60592018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6060
6061 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6062
60632018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6064
6065 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6066 no readline.
6067 * gdb.base/utf8-identifiers.exp: Likewise.
6068 * gdb.cp/cpcompletion.exp: Likewise.
6069 * gdb.linespec/cpcompletion.exp: Likewise.
6070 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6071 * gdb.linespec/cpls-ops.exp: Likewise.
6072
60732018-09-19 Richard Bunt <richard.bunt@arm.com>
6074 Chris January <chris.january@arm.com>
6075
6076 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6077 * gdb.fortran/short-circuit-argument-list.exp: New file.
6078 * gdb.fortran/short-circuit-argument-list.f90: New test.
6079
60802018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6081
6082 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6083 "arch=" keyword when executing "-stack-list-frames".
6084
60852018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6086
6087 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6088 "arch=" keyword when executing "-stack-list-frames".
6089
60902018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6091
6092 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6093 break ada".
6094
60952018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6096
6097 PR python/23669
6098 * gdb.python/python.exp: Test gdb.execute("show commands").
6099
61002018-09-16 Tom Tromey <tom@tromey.com>
6101
6102 * gdb.base/new-ui.exp (do_execution_tests): Update.
6103 * gdb.base/dbx.exp (test_breakpoints): Update.
6104
61052018-09-14 Alan Hayward <alan.hayward@arm.com>
6106
6107 * lib/gdb.exp (gdb_simple_compile): Add proc.
6108 (is_elf_target): Use gdb_simple_compile.
6109 (skip_altivec_tests): Likewise.
6110 (skip_vsx_tests): Likewise.
6111 (skip_tsx_tests): Likewise.
6112 (skip_btrace_tests): Likewise.
6113 (skip_btrace_pt_tests): Likewise.
6114 (gdb_can_simple_compile): Likewise.
6115 (gdb_has_argv0): Likewise.
6116 (gdb_target_symbol_prefix): Likewise.
6117 (target_supports_scheduler_locking): Likewise.
6118
61192018-09-13 Tom Tromey <tom@tromey.com>
6120
6121 * Makefile.in (TAGS): Recognize proc_with_prefix and
6122 gdb_caching_proc.
6123
61242018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6125
6126 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6127 method.
6128
61292018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6130
6131 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6132 and a few other Inferior properties when the Inferior is no
6133 longer valid.
6134
61352018-09-13 Tom Tromey <tom@tromey.com>
6136
6137 PR rust/23650:
6138 * gdb.rust/simple.exp: Add test for enum field access error.
6139
61402018-09-13 Tom Tromey <tom@tromey.com>
6141
6142 PR rust/23626:
6143 * gdb.rust/simple.rs (EmptyEnum): New type.
6144 (main): Use it.
6145 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6146
61472018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6148
6149 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6150 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6151 * gdb.python/py-symtab.exp: Update test printing an objfile.
6152
61532018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6154
6155 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6156 object.
6157
61582018-09-12 Alan Hayward <alan.hayward@arm.com>
6159
6160 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6161 (support_complex_tests): Use gdb_can_simple_compile.
6162 (is_ilp32_target): Likewise.
6163 (is_lp64_target): Likewise.
6164 (is_64_target): Likewise.
6165 (is_amd64_regs_target): Likewise.
6166 (is_aarch32_target): Likewise.
6167 (gdb_int128_helper): Likewise.
6168
61692018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6170
6171 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6172
61732018-09-10 Jerome Guitton <guitton@adacore.com>
6174
6175 * gdb.ada/same_component_name: Add test for case of tagged record
6176 with variable-length fields.
6177
61782018-09-10 Xavier Roirand <roirand@adacore.com>
6179
6180 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6181 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6182 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6183 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6184
61852018-09-10 Xavier Roirand <roirand@adacore.com>
6186
6187 * gdb.ada/mi_string_access.exp: New testcase.
6188 * gdb.ada/mi_string_access/bar.adb: New file.
6189 * gdb.ada/mi_string_access/pck.adb: New file.
6190 * gdb.ada/mi_string_access/pck.asd: New file.
6191
61922018-09-10 Xavier Roirand <roirand@adacore.com>
6193
6194 * gdb.ada/mi_var_union.exp: New testcase.
6195 * gdb.ada/mi_var_union/bar.adb: New file.
6196 * gdb.ada/mi_var_union/pck.adb: New file.
6197 * gdb.ada/mi_var_union/pck.asd: New file.
6198
61992018-09-08 Tom Tromey <tom@tromey.com>
6200
6201 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6202
62032018-09-08 Tom Tromey <tom@tromey.com>
6204
6205 PR python/16047:
6206 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6207 (register_pretty_printers): Register new printer.
6208 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6209 test.
6210 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6211 (an_int_type3): New global.
6212
62132018-09-08 Joel Brobecker <brobecker@adacore.com>
6214
6215 * gdb.ada/expr_with_funcall: New testcase.
6216
62172018-09-08 Joel Brobecker <brobecker@adacore.com>
6218
6219 * gdb.ada/packed_array_assign: New testcase.
6220
62212018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6222
6223 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6224 names, and add test prefixes to make test names unique.
6225
62262018-09-05 Tom de Vries <tdevries@suse.de>
6227
6228 * gdb.dwarf2/varval.exp: Add test.
6229
62302018-09-04 Gary Benson <gbenson@redhat.com>
6231
6232 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6233 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6234
62352018-08-31 Tom Tromey <tom@tromey.com>
6236
6237 * gdb.rust/simple.rs: Rename second variable "v".
6238
62392018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6240
6241 * gdb.base/funcargs.c (use_a): New function.
6242 (recurse): Call use_a.
6243
62442018-08-29 Keith Seitz <keiths@redhat.com>
6245
6246 * gdb.compile/compile-cplus-anonymous.cc: New file.
6247 * gdb.compile/compile-cplus-anonymous.exp: New file.
6248 * gdb.compile/compile-cplus-array-decay.cc: New file.
6249 * gdb.compile/compile-cplus-array-decay.exp: New file.
6250 * gdb.compile/compile-cplus-inherit.cc: New file.
6251 * gdb.compile/compile-cplus-inherit.exp: New file.
6252 * gdb.compile/compile-cplus-member.cc: New file.
6253 * gdb.compile/compile-cplus-member.exp: New file.
6254 * gdb.compile/compile-cplus-method.cc: New file.
6255 * gdb.compile/compile-cplus-method.exp: New file.
6256 * gdb.compile/compile-cplus-mod.c: "New" file.
6257 * gdb.compile/compile-cplus-namespace.cc: New file.
6258 * gdb.compile/compile-cplus-namespace.exp: New file.
6259 * gdb.compile/compile-cplus-nested.cc: New file.
6260 * gdb.compile/compile-cplus-nested.exp: New file.
6261 * gdb.compile/compile-cplus-print.c: "New" file.
6262 * gdb.compile/compile-cplus-print.exp: "New" file.
6263 * gdb.compile/compile-cplus-virtual.cc: New file.
6264 * gdb.compile/compile-cplus-virtual.exp: New file.
6265 * gdb.compile/compile-cplus.c: "New" file.
6266 * gdb.compile/compile-cplus.exp: "New" file.
6267 * lib/compile-support.exp: New file.
6268
62692018-08-16 Gary Benson <gbenson@redhat.com>
6270
6271 PR gdb/13000:
6272 * gdb.base/batch-exit-status.exp: New file.
6273 * gdb.base/batch-exit-status.good-commands: Likewise.
6274 * gdb.base/batch-exit-status.bad-commands: Likewise.
6275
62762018-08-29 Alan Hayward <alan.hayward@arm.com>
6277
6278 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6279 (struct struct02): Likewise.
6280 (struct struct03): Likewise.
6281 (struct struct04): Likewise.
6282 (struct struct_01_01): New struct.
6283 (struct struct_01_02): Likewise.
6284 (struct struct_01_03): Likewise.
6285 (struct struct_01_04): Likewise.
6286 (struct struct_02_01): Likewise.
6287 (struct struct_02_02): Likewise.
6288 (struct struct_02_03): Likewise.
6289 (struct struct_02_04): Likewise.
6290 (struct struct_04_01): Likewise.
6291 (struct struct_04_02): Likewise.
6292 (struct struct_04_03): Likewise.
6293 (struct struct_04_04): Likewise.
6294 (struct struct_05_01): Likewise.
6295 (struct struct_05_02): Likewise.
6296 (struct struct_05_03): Likewise.
6297 (struct struct_05_04): Likewise.
6298 (cmp_struct01): Remove function.
6299 (cmp_struct02): Likewise.
6300 (cmp_struct03): Likewise.
6301 (cmp_struct04): Likewise.
6302 (cmp_struct_01_01): Add Function.
6303 (cmp_struct_01_02): Likewise.
6304 (cmp_struct_01_03): Likewise.
6305 (cmp_struct_01_04): Likewise.
6306 (cmp_struct_02_01): Likewise.
6307 (cmp_struct_02_02): Likewise.
6308 (cmp_struct_02_03): Likewise.
6309 (cmp_struct_02_04): Likewise.
6310 (cmp_struct_04_01): Likewise.
6311 (cmp_struct_04_02): Likewise.
6312 (cmp_struct_04_03): Likewise.
6313 (cmp_struct_04_04): Likewise.
6314 (cmp_struct_05_01): Likewise.
6315 (cmp_struct_05_02): Likewise.
6316 (cmp_struct_05_03): Likewise.
6317 (cmp_struct_05_04): Likewise.
6318 (call_all): Add new structs.
6319 * gdb.base/infcall-nested-structs.exp: Likewise.
6320
63212018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6322
6323 * gdb.python/py-framefilter-mi.exp: Update regexp to
6324 check for "arch" field in frame output.
6325
63262018-08-23 Kevin Buettner <kevinb@redhat.com>
6327
6328 * gdb.dwarf2/dw2-ranges-func.c: New file.
6329 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6330
63312018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6332
6333 * gdb.base/term.exp: Compare terminal settings with values from
6334 the inferior.
6335 * gdb.base/term.c: Get and set terminal settings.
6336
63372018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6338
6339 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6340 accommodate new "arch" field in frame output.
6341 * gdb.mi/mi-return.exp: Likewise.
6342 * gdb.mi/mi-stack.exp: Likewise.
6343 * gdb.mi/mi-syn-frame.exp: Likewise.
6344 * gdb.mi/user-selected-context-sync.exp: Likewise.
6345
63462018-08-19 Michael Spang <spang@google.com>
6347
6348 PR gdb/11786
6349 * gdb.base/gcore-tls-pie.c: New file.
6350 * gdb.base/gcore-tls-pie.exp: New file.
6351
63522018-08-18 Kevin Buettner <kevinb@redhat.com>
6353
6354 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6355 * gdb.dwarf2/varval.c: New file.
6356 * gdb.dwarf2/varval.exp: New file.
6357
63582018-08-17 Alan Hayward <alan.hayward@arm.com>
6359
6360 PR gdb/18931
6361 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6362
63632018-08-16 Keith Seitz <keiths@redhat.com>
6364
6365 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6366 tests expected to pass.
6367
63682018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6369
6370 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6371 -data-disassemble -a.
6372 (test_disassembly_bogus_args): Likewise.
6373
63742018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6375
6376 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6377
63782018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6379
6380 * gdb.base/vla-optimized-out.exp: Add new test.
6381
63822018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6383
6384 * gdb.base/vla-optimized-out-o3.exp: Delete.
6385 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6386 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6387 deleted tests.
6388
63892018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6390
6391 PR gdb/18050:
6392 * gdb.server/extended-remote-restart.c: New file.
6393 * gdb.server/extended-remote-restart.exp: New file.
6394
63952018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6396
6397 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6398 "set variable index = 42".
6399
64002018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6401
6402 * boards/index-cache-gdb.exp: New file.
6403 * gdb.dwarf2/index-cache.exp: New file.
6404 * gdb.dwarf2/index-cache.c: New file.
6405 * gdb.base/maint.exp: Check if we are using the index cache.
6406
64072018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6408
6409 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6410 MAKEFLAGS.
6411
64122018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6413
6414 * dg-extract-results.sh: Move to toplevel contrib.
6415 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6416 * Makefile.in (check-parallel-racy): Likewise.
6417
64182018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6419
6420 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6421 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6422 tests if the target supports scheduler locking.
6423
64242018-08-04 Tom de Vries <tdevries@suse.de>
6425
6426 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6427
64282018-08-02 Tom Tromey <tom@tromey.com>
6429
6430 PR symtab/16842.
6431 * gdb.cp/temargs.exp: Test "info address" of a template
6432 parameter.
6433
64342018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6435
6436 * gdb.python/py-mi-var-info-path-expression.c: New file.
6437 * gdb.python/py-mi-var-info-path-expression.py: New file.
6438 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6439
64402018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6441
6442 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6443 error after "cannot resolve name" string.
6444
64452018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6446
6447 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6448 started.
6449 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6450
64512018-07-28 Tom de Vries <tdevries@suse.de>
6452
6453 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6454
64552018-07-26 Tom de Vries <tdevries@suse.de>
6456
6457 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6458
64592018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6460
6461 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6462 is visible.
6463
64642018-07-26 Tom de Vries <tdevries@suse.de>
6465
6466 PR breakpoints/23366
6467 * gdb.base/catch-follow-exec.c: New test.
6468 * gdb.base/catch-follow-exec.exp: New file.
6469
64702018-07-25 Tom de Vries <tdevries@suse.de>
6471
6472 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6473 vla-optimized-out.c.
6474
64752018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6476
6477 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6478 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6479
64802018-07-20 Tom de Vries <tdevries@suse.de>
6481
6482 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6483 NOCLONE macro.
6484 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6485
64862018-07-19 Tom de Vries <tdevries@suse.de>
6487
6488 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6489 regular expression.
6490
64912018-07-18 Tom de Vries <tdevries@suse.de>
6492
6493 * gdb.base/vla-optimized-out.c: New test.
6494 * gdb.base/vla-optimized-out.exp: New file.
6495
64962018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6497
6498 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6499 message "No address associated with hostname" when gdbserver
6500 cannot resolve the hostname.
6501
65022018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6503
6504 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6505 Add some test prefixes to make tests unique.
6506
65072018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6508
6509 * gdb.base/frameapply.c: New file.
6510 * gdb.base/frameapply.exp: New file.
6511
65122018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6513
6514 * gdb.base/skip.exp: Update expected error message.
6515
65162018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6517 Jan Kratochvil <jan.kratochvil@redhat.com>
6518 Paul Fertser <fercerpav@gmail.com>
6519 Tsutomu Seki <sekiriki@gmail.com>
6520
6521 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6522 parameter.
6523 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6524 by default.
6525 * boards/native-gdbserver.exp: Likewise.
6526 * gdb.server/run-without-local-binary.exp: Improve regexp used
6527 for detecting when a remote debugging connection succeeds.
6528 * gdb.server/server-connect.exp: New file.
6529 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6530 Do not prefix the port number with ":".
6531 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6532 support for detecting and using it. Add '$debughost_gdbserver'
6533 to the list of arguments used to start gdbserver. Handle case
6534 when gdbserver cannot resolve a network name.
6535
65362018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6537
6538 PR c++/23373
6539 * gdb.base/ptype-offsets.cc (struct static_member): New
6540 struct.
6541 (main) <stmember>: New variable.
6542 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6543 with a static member in it.
6544
65452018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6546
6547 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6548 watchpoints enabled and disabled.
6549
65502018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6551
6552 * gdb.base/examine-backward.exp: Still run tests around address
6553 0x0, even if address 0x0 is not readable. Update the pattern for
6554 matching address 0x0 in expected output.
6555
65562018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6557
6558 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6559 malloc/free.
6560
65612018-07-04 Tom de Vries <tdevries@suse.de>
6562
6563 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6564
65652018-07-02 Maciej W. Rozycki <macro@mips.com>
6566
6567 PR tdep/8282
6568 * gdb.arch/mips-disassembler-options.exp: New test.
6569 * gdb.arch/mips-disassembler-options.s: New test source.
6570
65712018-06-29 Pedro Alves <palves@redhat.com>
6572
6573 * gdb.threads/names.exp: Adjust expected "info threads" output.
6574
65752018-06-29 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.opt/inline-break.exp (line number, address): Add "info
6578 break" tests.
6579
65802018-06-29 Pedro Alves <palves@redhat.com>
6581
6582 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6583 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6584 number and address and running to them.
6585
65862018-06-29 Richard Bunt <richard.bunt@arm.com>
6587
6588 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6589
65902018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6591
6592 * lib/compiler.c: Remove executable permission flag.
6593
65942018-06-28 Richard Bunt <richard.bunt@arm.com>
6595
6596 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6597 code.
6598 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6599
66002018-06-28 Petr Tesarik <ptesarik@suse.cz>
6601
6602 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6603
66042018-06-28 Petr Tesarik <ptesarik@suse.cz>
6605
6606 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6607 address argument is omitted.
6608
66092018-06-28 Petr Tesarik <ptesarik@suse.cz>
6610
6611 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6612
66132018-06-27 Omair Javaid <omair.javaid@linaro.org>
6614
6615 PR gdb/21695
6616 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6617 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6618
66192018-06-26 Tom Tromey <tom@tromey.com>
6620
6621 PR rust/22574:
6622 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6623 * gdb.rust/simple.rs (struct SimpleLayout): New.
6624
66252018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6626
6627 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6628 "info registers" output.
6629
66302018-06-21 Richard Bunt <richard.bunt@arm.com>
6631
6632 * gdb.base/watchpoint-hw-attach.c: New test.
6633 * gdb.base/watchpoint-hw-attach.exp: New file.
6634
66352018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6636
6637 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6638 through /bin/sh.
6639 * boards/dwarf4-gdb-index.exp: Likewise.
6640 * boards/fission-dwp.exp: Likewise.
6641
66422018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6643
6644 * gdb.base/float128.exp: Add comment and improved fail message
6645 to the failure case of "print large128" test.
6646
66472018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6648
6649 * configure.ac: Remove AC_PREREQ.
6650 * configure: Re-generate.
6651
66522018-06-19 Pedro Alves <palves@redhat.com>
6653
6654 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6655 (func_extern_caller): New.
6656 (main): Call func_extern_caller.
6657 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6658 logic change.
6659
66602018-06-18 Weimin Pan <weimin.pan@oracle.com>
6661
6662 PR gdb/16841
6663 * gdb.cp/typedef-base.cc: New file.
6664 * gdb.cp/typedef-base.exp: New file.
6665
66662018-06-18 Tom de Vries <tdevries@suse.de>
6667
6668 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6669
66702018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6671 Richard Bunt <Richard.Bunt@arm.com>
6672
6673 * gdb.threads/attach-slow-waitpid.c: New file.
6674 * gdb.threads/attach-slow-waitpid.exp: New file.
6675 * gdb.threads/slow-waitpid.c: New file.
6676
66772018-06-14 Pedro Alves <palves@redhat.com>
6678
6679 * gdb.base/fork-running-state.c: Include <errno.h>.
6680 (exit_if_relative_exits): New.
6681 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6682 exits.
6683 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6684 child exits.
6685
66862018-06-14 Tom de Vries <tdevries@suse.de>
6687
6688 PR cli/22573
6689 * gdb.base/finish-pretty.c: New test.
6690 * gdb.base/finish-pretty.exp: New file.
6691
66922018-06-14 Pedro Alves <palves@redhat.com>
6693
6694 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6695 gdb's expected startup output.
6696
66972018-06-14 Pedro Alves <palves@redhat.com>
6698
6699 * lib/selftest-support.exp (selftest_setup): Remove inlined
6700 function handling.
6701
67022018-06-14 Tom de Vries <tdevries@suse.de>
6703
6704 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6705 matching of breakpoint printing.
6706
67072018-06-13 Tom de Vries <tdevries@suse.de>
6708
6709 PR testsuite/23269
6710 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6711 (fork_child): ... here, and ...
6712 (fork_parent): ... here.
6713
67142018-06-12 Tom de Vries <tdevries@suse.de>
6715
6716 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6717
67182018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6719 Stephen Roberts <stephen.roberts@arm.com>
6720
6721 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6722 rewrite test to describe action performed, rather than possible
6723 failure.
6724
67252018-06-08 Gary Benson <gbenson@redhat.com>
6726
6727 * gdb.threads/check-libthread-db.exp: New file.
6728 * gdb.threads/check-libthread-db.c: Likewise.
6729
67302018-06-05 Tom Tromey <tom@tromey.com>
6731
6732 * gdb.base/default.exp: Update expected "show version" output.
6733
67342018-06-05 Tom Tromey <tom@tromey.com>
6735
6736 PR cli/12326:
6737 * gdb.cp/static-print-quit.exp: Update.
6738 * lib/gdb.exp (pagination_prompt): Update.
6739 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6740 * gdb.python/python.exp: Update.
6741
67422018-06-04 Joel Brobecker <brobecker@adacore.com>
6743
6744 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6745
67462018-06-01 Joel Brobecker <brobecker@adacore.com>
6747
6748 * gdb.ada/bp_fun_addr: New testcase.
6749
67502018-06-01 Tom Tromey <tom@tromey.com>
6751
6752 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6753 results.
6754 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6755 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6756 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6757 * gdb.base/maint.exp (maint_pass_if): Update.
6758
67592018-05-31 Maciej W. Rozycki <macro@mips.com>
6760
6761 * gdb.base/endian.exp: New test.
6762 * gdb.base/endian.c: New test source.
6763
67642018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6765
6766 PR gdb/23203
6767 * gdb.base/bt-selected-frame.c: New file.
6768 * gdb.base/bt-selected-frame.exp: New file.
6769 * lib/gdb.exp (get_current_frame_number): New function.
6770
67712018-05-24 Maciej W. Rozycki <macro@mips.com>
6772 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.threads/tls-core.c: Include <stdlib.h>
6775 (thread_proc): Call `abort'.
6776 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6777 (tls_core_test): New procedure, bits factored out from ...
6778 (top level): ... here. Test both native cores and gcore cores.
6779
67802018-05-23 Tom Tromey <tom@tromey.com>
6781
6782 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6783
67842018-05-23 Tom Tromey <tom@tromey.com>
6785
6786 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6787 symfile_complaints.
6788 (test_short_complaints): Likewise.
6789 (test_empty_complaints): Likewise.
6790 (test_initial_complaints): Update.
6791
67922018-05-23 Tom Tromey <tom@tromey.com>
6793
6794 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6795
67962018-05-23 Tom Tromey <tom@tromey.com>
6797
6798 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6799 (test_short_complaints): Update.
6800
68012018-05-22 Pedro Alves <palves@redhat.com>
6802
6803 * gdb.base/remote.exp: Only gdb_start after compiling the
6804 testcase. Issue "disconnect" before testing "set remote" command
6805 defaults. Issue clean_restart before running to main.
6806
68072018-05-22 Pedro Alves <palves@redhat.com>
6808
6809 * gdb.base/remote.exp: Adjust expected output of "show remote
6810 memory-write-packet-size". Add tests for "set remote
6811 memory-write-packet-size 0" and "set remote
6812 memory-write-packet-size fixed/limit".
6813
68142018-05-22 Pedro Alves <palves@redhat.com>
6815
6816 PR gdb/22973
6817 * gdb.base/utf8-identifiers.c: New file.
6818 * gdb.base/utf8-identifiers.exp: New file.
6819
68202018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6821
6822 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6823
68242018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6825
6826 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6827
68282018-05-18 Tom Tromey <tom@tromey.com>
6829
6830 * gdb.base/ptype-offsets.exp: Update.
6831
68322018-05-17 Keith Seitz <keiths@redhat.com>
6833
6834 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6835 in expected breakpoint stop locations.
6836 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6837 move to proper scope to test variable values.
6838 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6839 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6840 New functions.
6841 (main): Call not_inline_func3.
6842 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6843 inline_func1, inline_func2, and inline_func3. Test that when each
6844 breakpoint is hit, GDB properly reports both the stop location
6845 and the backtrace. Repeat tests for temporary breakpoints.
6846
68472018-05-15 Maciej W. Rozycki <macro@mips.com>
6848
6849 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6850 rather then trying to access it in determining whether the PID
6851 of `gdbserver' could have been retrieved.
6852
68532018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6854
6855 * gdb.arch/amd64-init-x87-values.S: New file.
6856 * gdb.arch/amd64-init-x87-values.exp: New file.
6857
68582018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6859
6860 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6861
68622018-05-04 Tom Tromey <tom@tromey.com>
6863
6864 PR python/22730:
6865 * gdb.python/python.exp: Test multi-line execute.
6866
68672018-05-04 Tom Tromey <tom@tromey.com>
6868
6869 PR python/22731:
6870 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6871
68722018-05-04 Tom Tromey <tom@tromey.com>
6873
6874 PR gdb/11750:
6875 * gdb.base/define.exp: Test defining a user command inside a user
6876 command.
6877 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6878
68792018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6880 Pedro Alves <palves@redhat.com>
6881
6882 PR breakpoints/19806 and support for PR external/20207.
6883 * gdb.base/watchpoint-unaligned.c: New file.
6884 * gdb.base/watchpoint-unaligned.exp: New file.
6885
68862018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6887
6888 * gdb.base/maint.exp: Make test names unique, use
6889 test_prefix_command_help to test 'help maint info', and remove
6890 repeated test of 'help maint'.
6891
68922018-05-04 Tom Tromey <tom@tromey.com>
6893
6894 PR gdb/22619:
6895 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6896 behavior.
6897
68982018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6899
6900 * gdb.base/maint.exp: Process output from 'maint print registers'
6901 line at a time.
6902
69032018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6904
6905 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6906 timeout.
6907
69082018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6909
6910 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6911 filter pattern.
6912
69132018-05-02 Pedro Alves <palves@redhat.com>
6914
6915 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6916 to_log_command renames.
6917 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6918
69192018-05-02 Tom Tromey <tom@tromey.com>
6920
6921 * gdb.python/py-parameter.exp: Set test message.
6922
69232018-05-02 Tom Tromey <tom@tromey.com>
6924
6925 PR python/20084:
6926 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6927 PARAM_ZUINTEGER_UNLIMITED tests.
6928
69292018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6930
6931 PR rust/23124
6932 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6933 when casting.
6934
69352018-04-30 Tom Tromey <tom@tromey.com>
6936
6937 * gdb.python/py-type.exp: Check align attribute.
6938 * gdb.python/py-type.c: New "aligncheck" global.
6939
69402018-04-30 Tom Tromey <tom@tromey.com>
6941
6942 PR exp/17095:
6943 * gdb.dwarf2/dw2-align.exp: New file.
6944 * gdb.cp/align.exp: New file.
6945 * gdb.base/align.exp: New file.
6946 * lib/gdb.exp (gdb_int128_helper): New proc.
6947 (has_int128_c, has_int128_cxx): New caching procs.
6948
69492018-04-27 Tom Tromey <tom@tromey.com>
6950
6951 PR rust/22545:
6952 * gdb.rust/simple.exp: Add inclusive range tests.
6953
69542018-04-26 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6957 ifunc breakpoint locations correctly of ifunc breakpoints set
6958 while the program resolves the ifunc.
6959
69602018-04-26 Pedro Alves <palves@redhat.com>
6961
6962 * gdb.base/gnu-ifunc-final.c: New file.
6963 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6964 * gdb.base/gnu-ifunc.exp (executable): Delete.
6965 (staticexecutable): Adjust.
6966 (lib_opts, exec_opts): Delete.
6967 (make_binsuffix, build, set-break): New procedures.
6968 (misc_tests): New, with tests factored out from the top level.
6969 (top level): Test different combinations of ifunc resolver name,
6970 resolver with and with debug info, and ifunc target with and
6971 without debug info. Wrap static tests with with_target_prefix.
6972
69732018-04-26 Pedro Alves <palves@redhat.com>
6974
6975 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6976 return type" warnings.
6977
69782018-04-25 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6981 killed".
6982 * gdb.base/kill-after-signal.exp: Likewise.
6983 * gdb.threads/kill.exp: Likewise.
6984
69852018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6986 Sergio Durigan Junior <sergiodj@redhat.com>
6987 Pedro Alves <palves@redhat.com>
6988
6989 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6990 regexps to expect for '[Inferior ... detached]' as well.
6991 * gdb.base/attach.exp: Likewise.
6992 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6993 "gdb_continue_to_end".
6994 (test_catch_syscall_with_wrong_args): Likewise.
6995 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6996 ']'. Don't set 'verbose' on.
6997 * gdb.base/foll-vfork.exp: Likewise.
6998 * gdb.base/fork-print-inferior-events.c: New file.
6999 * gdb.base/fork-print-inferior-events.exp: New file.
7000 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7001 '[Inferior ... has been killed]' message.
7002 * gdb.base/kill-after-signal.exp: Likewise.
7003 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7004 detach message.
7005 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7006 message.
7007 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7008 regexps to expect for '[Inferior ... detached]' as well.
7009 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7010
70112018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7012
7013 PR gdb/23104
7014 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7015
70162018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7017
7018 PR gdb/23095
7019 * gdb.base/break-probes.exp: Pass shlib_load to
7020 prepare_for_testing. Set normal_bp to r_debug_state if target is
7021 bsd.
7022
70232018-04-19 Richard Bunt <richard.bunt@arm.com>
7024
7025 * gdb.threads/multiple-successive-infcall.c: New test.
7026 * gdb.threads/multiple-successive-infcall.exp: New file.
7027
70282018-04-17 Tom Tromey <tom@tromey.com>
7029
7030 * gdb.rust/simple.rs (Union): New type.
7031 (main): New local "u".
7032 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7033
70342018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7035
7036 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7037 number information in output of "whereis" command.
7038 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7039
70402018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7041
7042 * gdb.ada/info_types.exp: Adjust expected output to the line
7043 numbers now printed by "info var/func/type".
7044 * gdb.base/completion.exp: Likewise.
7045 * gdb.base/included.exp: Likewise.
7046 * gdb.cp/cp-relocate.exp: Likewise.
7047 * gdb.cp/cplusfuncs.exp: Likewise.
7048 * gdb.cp/namespace.exp: Likewise.
7049 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7050
70512018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7052
7053 * gdb.btrace/cpu.exp: New.
7054
70552018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7056
7057 * gdb.base/step-indirect-call-thunk.exp: New.
7058 * gdb.base/step-indirect-call-thunk.c: New.
7059 * gdb.reverse/step-indirect-call-thunk.exp: New.
7060 * gdb.reverse/step-indirect-call-thunk.c: New.
7061
70622018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7063
7064 * gdb.base/pie-fork.c: New file.
7065 * gdb.base/pie-fork.exp: New file.
7066
70672018-04-11 Tom Tromey <tom@tromey.com>
7068
7069 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7070
70712018-04-10 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7074 exits. Instead loop running forever.
7075 (fork_parent): Run forever too.
7076
70772018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7078
7079 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7080 mi_continue_to_line.
7081 * gdb.mi/mi-stack.c (callee4): Add comment.
7082
70832018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7084
7085 * gdb.mi/mi-stack.exp: Fix indentation.
7086
70872018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7088
7089 PR gdb/22979
7090 * gdb.arch/amd64-osabi.exp: New file.
7091
70922018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7093
7094 PR gdb/22980
7095 * gdb.base/osabi.exp: New file.
7096
70972018-04-02 Weimin Pan <weimin.pan@oracle.com>
7098
7099 * gdb.cp/static-typedef-print.exp: New file.
7100 * gdb.cp/static-typedef-print.cc: New file.
7101
71022018-03-27 Joel Brobecker <brobecker@adacore.com>
7103
7104 * gdb.ada/varsize_limit: New testcase.
7105
71062018-03-27 Joel Brobecker <brobecker@adacore.com>
7107
7108 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7109
7110 * gdb.ada/notcplusplus: New testcase.
7111
7112 * gdb.base/c-linkage-name.c: New file.
7113 * gdb.base/c-linkage-name.exp: New testcase.
7114
71152018-03-26 Tom Tromey <tom@tromey.com>
7116
7117 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7118 * gdb.python/py-framefilter.py (name_error): New global.
7119 (ErrorInName.function): Use name_error.
7120
71212018-03-26 Tom Tromey <tom@tromey.com>
7122
7123 PR backtrace/15582:
7124 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7125
71262018-03-23 Keith Seitz <keiths@redhat.com>
7127
7128 PR c++/22968
7129 * gdb.cp/subtypes.exp: New file.
7130 * gdb.cp/subtypes.h: New file.
7131 * gdb.cp/subtypes.cc: New file.
7132 * gdb.cp/subtypes-2.cc: New file.
7133
71342018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7135
7136 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7137 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7138 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7139 -nostartfiles when compiling the test. Confirm that all registers
7140 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7141
71422018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7143
7144 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7145 option, syntax was wrong anyway.
7146 * gdb.arch/arm-disp-step.exp: Likewise.
7147 * gdb.arch/sparc64-regs.exp: Likewise.
7148 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7149 option, syntax was wrong anyway, switch to use
7150 prepare_for_testing.
7151 * gdb.arch/i386-disp-step.exp: Likewise.
7152
71532018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7154
7155 * gdb.ada/exec_changed.exp: Replace "target_info exists
7156 use_gdb_stub" by "use_gdb_stub".
7157 * gdb.ada/start.exp: Likewise.
7158 * gdb.base/async-shell.exp: Likewise.
7159 * gdb.base/attach-pie-misread.exp: Likewise.
7160 * gdb.base/attach-wait-input.exp: Likewise.
7161 * gdb.base/break-entry.exp: Likewise.
7162 * gdb.base/break-interp.exp: Likewise.
7163 * gdb.base/dprintf-detach.exp: Likewise.
7164 * gdb.base/nostdlib.exp: Likewise.
7165 * gdb.base/solib-nodir.exp: Likewise.
7166 * gdb.base/statistics.exp: Likewise.
7167 * gdb.base/testenv.exp: Likewise.
7168 * gdb.mi/mi-exec-run.exp: Likewise.
7169 * gdb.mi/mi-start.exp: Likewise.
7170 * gdb.multi/dummy-frame-restore.exp: Likewise.
7171 * gdb.multi/multi-arch-exec.exp: Likewise.
7172 * gdb.multi/multi-arch.exp: Likewise.
7173 * gdb.multi/tids.exp: Likewise.
7174 * gdb.multi/watchpoint-multi.exp: Likewise.
7175 * gdb.python/py-events.exp: Likewise.
7176 * gdb.threads/attach-into-signal.exp: Likewise.
7177 * gdb.threads/attach-stopped.exp: Likewise.
7178 * gdb.threads/threadapply.exp: Likewise.
7179 * lib/selftest-support.exp: Likewise.
7180
71812018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7182
7183 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7184
71852018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7186
7187 * gdb.perf/template-breakpoints.cc: New file.
7188 * gdb.perf/template-breakpoints.exp: New file.
7189 * gdb.perf/template-breakpoints.py: New file.
7190
71912018-03-19 Tom Tromey <tom@tromey.com>
7192
7193 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7194 y0.
7195 * gdb.rust/simple.exp: Test bare identifier form of struct
7196 initializer.
7197
71982018-03-19 Tom Tromey <tom@tromey.com>
7199
7200 * gdb.gdb/observer.exp: Remove.
7201
72022018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7203
7204 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7205 "qualified" option when setting breakpoints.
7206 * gdb.trace/backtrace.exp: Likewise.
7207 * gdb.trace/circ.exp: Likewise.
7208 * gdb.trace/collection.exp: Likewise.
7209 * gdb.trace/disconnected-tracing.exp: Likewise.
7210 * gdb.trace/ftrace-lock.exp: Likewise.
7211 * gdb.trace/ftrace.exp: Likewise.
7212 * gdb.trace/infotrace.exp: Likewise.
7213 * gdb.trace/packetlen.exp: Likewise.
7214 * gdb.trace/passc-dyn.exp: Likewise.
7215 * gdb.trace/qtro.exp: Likewise.
7216 * gdb.trace/read-memory.exp: Likewise.
7217 * gdb.trace/report.exp: Likewise.
7218 * gdb.trace/signal.exp: Likewise.
7219 * gdb.trace/status-stop.exp: Likewise.
7220 * gdb.trace/strace.exp: Likewise.
7221 * gdb.trace/tfind.exp: Likewise.
7222 * gdb.trace/trace-break.exp: Likewise.
7223 * gdb.trace/trace-condition.exp: Likewise.
7224 * gdb.trace/trace-mt.exp: Likewise.
7225 * gdb.trace/tstatus.exp: Likewise.
7226 * gdb.trace/tsv.exp: Likewise.
7227 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7228 * gdb.trace/unavailable.exp: Likewise.
7229 * gdb.trace/while-dyn.exp: Likewise.
7230
72312018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7232
7233 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7234 that libinproctrace is copied to the target.
7235
72362018-03-14 Tom Tromey <tom@tromey.com>
7237
7238 PR cli/14977:
7239 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7240 a null pointer.
7241 * gdb.base/wchar.exp: Likewise.
7242
72432018-03-14 Tom Tromey <tom@tromey.com>
7244
7245 PR cli/19918:
7246 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7247 flag.
7248
72492018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7250
7251 PR gdb/22841
7252 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7253 "target" to remote_exec.
7254
72552018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7256
7257 PR gdb/22841
7258 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7259 ${board}_upload): Remove.
7260
72612018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7262
7263 * gdb.cp/watch-cp.cc: New test.
7264 * gdb.cp/watch-cp.exp: New file.
7265
72662018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7267
7268 * gdb.base/infcall-nested-structs.exp: New file.
7269 * gdb.base/infcall-nested-structs.c: New file.
7270 * gdb.base/float.exp: Add riscv support.
7271
72722018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7273
7274 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7275 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7276
72772018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7278
7279 * gdb.server/abspath.exp: New file.
7280 * lib/gdb.exp (with_cwd): New procedure.
7281
72822018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7283
7284 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7285 use it.
7286 (gdb_is_target_remote_prompt): New proc.
7287 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7288 (gdb_is_target_native): Pass prompt parameter to
7289 gdb_is_target_1.
7290
72912018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7292
7293 * gdb.base/load-command.c: New file.
7294 * gdb.base/load-command.exp: New file.
7295 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7296 (gdb_is_target_1): ...this, and generalize for other targets
7297 than just remote.
7298 (gdb_is_target_remote): Use gdb_is_target_1.
7299 (gdb_is_target_native): use gdb_is_target_1.
7300
73012018-02-26 Tom Tromey <tom@tromey.com>
7302
7303 PR python/16497:
7304 * gdb.python/py-framefilter.exp: Update test.
7305
73062018-02-26 Tom Tromey <tom@tromey.com>
7307
7308 * gdb.dwarf2/variant.c: New file.
7309 * gdb.dwarf2/variant.exp: New file.
7310
73112018-02-26 Tom Tromey <tom@tromey.com>
7312
7313 * gdb.rust/simple.exp: Accept more possible results in enum test.
7314
73152018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7316
7317 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7318 parentheses.
7319
73202018-02-23 Maciej W. Rozycki <macro@mips.com>
7321
7322 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7323 name of a variable: $actual_linejj -> $actual_line.
7324
73252018-02-21 John Baldwin <jhb@FreeBSD.org>
7326
7327 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7328
73292018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7330
7331 * gdb.btrace/buffer-size.exp: Do not force BTS.
7332
73332018-02-14 Pedro Alves <palves@redhat.com>
7334
7335 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7336 getting a "Quit".
7337
73382018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7339
7340 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7341 Fix test name.
7342
73432018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7344
7345 * gdb.cp/m-static.exp: Check type of optimized out static
7346 member.
7347
73482018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7349
7350 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7351 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7352
73532018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7354 Leszek Swirski <leszeks@google.com>
7355
7356 * gdb.python/py-prettyprint.c
7357 (struct to_string_returns_value_inner,
7358 struct to_string_returns_value_wrapper): New.
7359 (main): Add tsrvw variable.
7360 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7361 ToStringReturnsValueWrapper): New classes.
7362 (register_pretty_printers): Register new pretty-printers.
7363 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7364 recursive pretty printer.
7365 * gdb.python/py-mi.exp: Likewise.
7366
73672018-02-01 Leszek Swirski <leszeks@google.com>
7368
7369 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7370 functions with the same name as an include file are parsed
7371 correctly.
7372
73732018-02-01 Yao Qi <yao.qi@linaro.org>
7374
7375 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7376 "\[^\r\n\]*".
7377
73782018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7379
7380 * gdb.arch/powerpc-prologue-frame.s: New file.
7381 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7382 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7383
73842018-01-31 Joel Brobecker <brobecker@adacore.com>
7385
7386 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7387
73882018-01-30 Pedro Alves <palves@redhat.com>
7389
7390 PR gdb/13211
7391 * gdb.base/interrupt-daemon.c: New.
7392 * gdb.base/interrupt-daemon.exp: New.
7393 * gdb.multi/multi-term-settings.c: New.
7394 * gdb.multi/multi-term-settings.exp: New.
7395
73962018-01-30 Joel Brobecker <brobecker@adacore.com>
7397
7398 * gdb.base/break.exp: Save the location where the breakpoint
7399 on break.c:47 was actually inserted when debugging the version
7400 compiled at -O2 and use it in the expected output of the "info
7401 break" test performed soon after.
7402
74032018-01-22 Pedro Alves <palves@redhat.com>
7404 Sergio Durigan Junior <sergiodj@redhat.com>
7405
7406 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7407 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7408
74092018-01-22 Joel Brobecker <brobecker@adacore.com>
7410
7411 * gdb.base/break-include.c, gdb.base/break-include.inc,
7412 gdb.base/break-include.exp: New files.
7413 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7414 line number now being the actual line number where the breakpoint
7415 was inserted.
7416 * gdb.mi/mi-break.exp: Likewise.
7417 * gdb.mi/mi-reverse.exp: Likewise.
7418 * gdb.mi/mi-simplerun.exp: Ditto.
7419
74202018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7421
7422 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7423 varobj.
7424 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7425
74262018-01-21 Don Breazeal <donb@codesourcery.com>
7427 Andrew Burgess <andrew.burgess@embecosm.com>
7428
7429 * gdb.mi/basics.c: Add new global.
7430 * gdb.mi/mi-frame-regs.exp: New file.
7431 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7432 case.
7433
74342018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7435
7436 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7437 non-parameter, and on an unknown symbol.
7438
74392018-01-19 Tom Tromey <tom@tromey.com>
7440
7441 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7442 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7443
74442018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7445
7446 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7447 setrlimit and chdir to int.
7448
74492018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7450
7451 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7452 function.
7453 (my_tend): Likewise.
7454 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7455 rationale of avoiding FP- and vector instructions.
7456
74572018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7458
7459 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7460 "info reg" with "\[ \t\]*".
7461 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7462 "\[ \t\]+".
7463 * gdb.arch/s390-multiarch.exp: Ditto.
7464 * gdb.base/pc-fp.exp: Ditto.
7465 * gdb.reverse/i386-precsave.exp: Ditto.
7466 * gdb.reverse/i386-reverse.exp: Ditto.
7467 * gdb.reverse/i387-env-reverse.exp: Ditto.
7468 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7469
74702018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7471
7472 * lib/gdb.exp (gdb_compile): Re-enable use of
7473 universal_compile_options for languages other than Rust.
7474
74752018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7476
7477 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7478
74792018-01-17 Mike Gulick <mgulick@mathworks.com>
7480
7481 PR gdb/16577
7482 * gdb.base/solib-vanish.exp: New.
7483 * gdb.base/solib-vanish-main.c: New.
7484 * gdb.base/solib-vanish-lib1.c: New.
7485 * gdb.base/solib-vanish-lib2.c: New.
7486
74872018-01-17 Yao Qi <yao.qi@linaro.org>
7488
7489 * gdb.compile/compile.exp: Match the address printed for
7490 frame in the output of command "bt".
7491
74922018-01-15 Tom Tromey <tom@tromey.com>
7493
7494 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7495 compute sp_reg.
7496
74972018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7498
7499 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7500 to prepare.
7501 (prepare): Return 0 on error, 1 on success.
7502
75032018-01-12 Pedro Alves <palves@redhat.com>
7504
7505 * gdb.base/continue-after-aborted-step-over.c: New.
7506 * gdb.base/continue-after-aborted-step-over.exp: New.
7507
75082018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7509
7510 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7511 options when not creating an executable.
7512
75132018-01-11 Pedro Alves <palves@redhat.com>
7514
7515 PR remote/22597
7516 * gdb.server/stop-reply-no-thread.c: New file.
7517 * gdb.server/stop-reply-no-thread.exp: New file.
7518
75192018-01-10 Pedro Alves <palves@redhat.com>
7520
7521 PR gdb/22670
7522 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7523 functions too. Test setting breakpoints and printing C functions
7524 with no debug info too.
7525 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7526
75272018-01-10 Pedro Alves <palves@redhat.com>
7528
7529 PR gdb/22670
7530 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7531 a fail.
7532
75332018-01-10 Pedro Alves <palves@redhat.com>
7534
7535 PR gdb/22670
7536 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7537
75382018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7539
7540 * gdb.server/unittest.exp: Match the output in non-development
7541 mode.
7542
75432018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7544
7545 * gdb.gdb/unittest.exp: Match output in non-development mode.
7546
75472018-01-08 Joel Brobecker <brobecker@adacore.com>
7548
7549 * gdb.ada/access_tagged_param.exp: Relax expected output
7550 for value of "ObjL" in "continue" to pck.inspect breakpoint
7551 test.
7552
75532018-01-08 Joel Brobecker <brobecker@adacore.com>
7554
7555 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7556 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7557
75582018-01-05 Pedro Alves <palves@redhat.com>
7559
7560 PR gdb/18653
7561 * gdb.base/libsegfault.exp: New.
7562
75632018-01-05 Joel Brobecker <brobecker@adacore.com>
7564
7565 PR gdb/22670
7566 * gdb.ada/access_tagged_param.exp: New file.
7567 * gdb.ada/access_tagged_param/foo.adb: New file.
7568
75692018-01-05 Pedro Alves <palves@redhat.com>
7570
7571 PR gdb/22670
7572 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7573 exercise lower case too, and to exercise both full matching and
7574 wild matching.
7575
75762018-01-05 Joel Brobecker <brobecker@adacore.com>
7577
7578 * gdb.ada/rename_subscript_param: New testcase.
7579
75802018-01-05 Jerome Guitton <guitton@adacore.com>
7581
7582 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7583
75842018-01-05 Joel Brobecker <brobecker@adacore.com>
7585
7586 * gdb.ada/convvar_comp: New testcase.
7587
75882018-01-05 Xavier Roirand <roirand@adacore.com>
7589
7590 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7591 (My_Table): New global variable.
7592 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7593
75942018-01-04 Joel Brobecker <brobecker@adacore.com>
7595
7596 PR gdb/22670
7597 * gdb.ada/maint_with_ada: New testcase.
7598
75992018-01-04 Joel Brobecker <brobecker@adacore.com>
7600
7601 PR gdb/22670
7602 * gdb.ada/bp_c_mixed_case: New testcase.
7603
76042018-01-04 Joel Brobecker <brobecker@adacore.com>
7605
7606 PR gdb/22670
7607 * gdb.ada/complete.exp: Add "complete break ada" test.
7608
76092018-01-04 Joel Brobecker <brobecker@adacore.com>
7610
7611 PR gdb/22670
7612 * gdb.ada/info_addr_mixed_case: New testcase.
7613
76142018-01-03 Xavier Roirand <roirand@adacore.com>
7615
7616 * gdb.ada/excep_handle.exp: New testcase.
7617 * gdb.ada/excep_handle/foo.adb: New file.
7618 * gdb.ada/excep_handle/pck.ads: New file.
7619
76202018-01-03 Joel Brobecker <brobecker@adacore.com>
7621
7622 * gdb.base/step-line.c: Add extra empty line in copyright header.
7623 * gdb.base/step-line.inp: Likewise.
7624
76252018-01-02 Joel Brobecker <brobecker@adacore.com>
7626
7627 * gdb.ada/dyn_stride.exp: Add slice test.
7628
76292018-01-02 Joel Brobecker <brobecker@adacore.com>
7630
7631 * gdb.ada/dyn_stride: New testcase.
7632
76332017-12-27 Stafford Horne <shorne@gmail.com>
7634
7635 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7636 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7637
76382017-12-27 Stafford Horne <shorne@gmail.com>
7639
7640 * gdb.base/reggroups.c: New file.
7641 * gdb.base/reggroups.exp: New file.
7642
76432017-12-18 Joel Brobecker <brobecker@adacore.com>
7644
7645 * gdb.dwarf2/ada-valprint-error.c: New file.
7646 * gdb.dwarf2/ada-valprint-error.exp: New file.
7647
76482017-12-18 Joel Brobecker <brobecker@adacore.com>
7649
7650 * gdb.ada/assign_arr: New testcase.
7651
76522017-12-18 Xavier Roirand <roirand@adacore.com>
7653
7654 * gdb.ada/funcall_ptr: New testcase.
7655
76562017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7657
7658 PR cli/16224
7659 * gdb.base/ptype-offsets.cc: New file.
7660 * gdb.base/ptype-offsets.exp: New file.
7661
76622017-12-15 Yao Qi <yao.qi@linaro.org>
7663
7664 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7665 if XML is disabled.
7666
76672017-12-15 Xavier Roirand <roirand@adacore.com>
7668
7669 * gdb.ada/same_component_name: New testcase.
7670
76712017-12-14 Joel Brobecker <brobecker@adacore.com>
7672
7673 * gdb.ada/str_binop_equal: New testcase.
7674
76752017-12-14 Joel Brobecker <brobecker@adacore.com>
7676
7677 * gdb.ada/task_switch_in_core: New testcase.
7678
76792017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7680
7681 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7682 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7683 call test_bkpt_qualified.
7684 (test_bkpt_qualified): New proc.
7685
76862017-12-13 Pedro Alves <palves@redhat.com>
7687
7688 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7689 Tighten regexp by matching with an anchor.
7690
76912017-12-13 Pedro Alves <palves@redhat.com>
7692
7693 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7694 ("expression with namespace"): New set of tests.
7695 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7696 (Nested::Test_NS::qux): New.
7697 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7698 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7699
77002017-12-13 Joel Brobecker <brobecker@adacore.com>
7701
7702 * gdb.base/server-del-break.c: New file.
7703 * gdb.base/server-del-break.exp: New file.
7704
77052017-12-12 Stafford Horne <shorne@gmail.com>
7706
7707 * gdb.xml/tdesc-regs.exp: Add or1k support.
7708
77092017-12-12 Stafford Horne <shorne@gmail.com>
7710
7711 * gdb.base/bp-permanent.c: Define nop of or1k.
7712
77132017-12-11 Joel Brobecker <brobecker@adacore.com>
7714
7715 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7716 output with components being reordered.
7717
77182017-12-11 Joel Brobecker <brobecker@adacore.com>
7719
7720 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7721 output with components being reordered.
7722
77232017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7724 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.base/maint.exp (check for .gdb_index): Check also for
7727 .debug_names.
7728 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7729 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7730 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7731 (.gdb_index used after symbol reloading): Support also .debug_names.
7732 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7733
77342017-12-08 Yao Qi <yao.qi@linaro.org>
7735
7736 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7737 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7738
77392017-12-08 Yao Qi <yao.qi@linaro.org>
7740
7741 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7742 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7743
77442017-12-08 Yao Qi <yao.qi@linaro.org>
7745
7746 * gdb.arch/aarch64-tagged-pointer.c: New file.
7747 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7748
77492017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7750
7751 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7752 "int".
7753
77542017-12-07 Keith Seitz <keiths@redhat.com>
7755
7756 PR breakpoints/22569
7757 * gdb.linespec/ls-errs.exp: Change expected result of "break
7758 -source this file has spaces.c -line 3".
7759 Check that an explicit source file followed by whitespace is
7760 identified as an invalid explicit location.
7761
77622017-12-07 Keith Seitz <keiths@redhat.com>
7763
7764 * gdb.cp/nested-types.cc: New file.
7765 * gdb.cp/nested-types.exp: New file.
7766 * lib/cp-support.exp: Load data-structures.exp library.
7767 (debug_cp_test_ptype_class): New global.
7768 (cp_ptype_class_verbose, next_line): New procedures.
7769 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7770 Add and document new return value.
7771 Switch the list of lines to a queue.
7772 Add support for new `type' key for nested type definitions.
7773 Add debugging/troubleshooting messages.
7774 * lib/data-structures.exp: New file.
7775
77762017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7777
7778 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7779 with proc_with_prefix, don't use with_test_prefix.
7780
77812017-12-07 Tom Tromey <tom@tromey.com>
7782
7783 * gdb.base/break.exp: Add test for empty "commands".
7784
77852017-12-07 Yao Qi <yao.qi@linaro.org>
7786
7787 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7788 malloc and catch syscall.
7789
77902017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7791
7792 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7793 tests for explicit locations.
7794
77952017-12-06 Pedro Alves <palves@redhat.com>
7796
7797 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7798 force-disabling XML descriptions.
7799
78002017-12-04 Pedro Alves <palves@redhat.com>
7801
7802 PR gdb/22499
7803 * gdb.arch/amd64-disp-step-avx.S: New file.
7804 * gdb.arch/amd64-disp-step-avx.exp: New file.
7805
78062017-12-03 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7809 and <string.h>.
7810 (parent_function): Print distinct messages when waitpid fails, or
7811 the child exits with a signal, or the child exits for an unhandled
7812 reason.
7813 * gdb.threads/process-dies-while-detaching.exp
7814 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7815 it. Wait for both inferior output and GDB's prompt. Use an
7816 indirect spawn id list.
7817 (do_detach): New parameter 'child_exit'. Use it to compute
7818 expected inferior output.
7819 (test_detach, test_detach_watch, test_detach_killed_outside):
7820 Adjust to pass down the expected child exit kind.
7821
78222017-12-01 Joel Brobecker <brobecker@adacore.com>
7823 Sergio Durigan Junior <sergiodj@redhat.com>
7824 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7827
78282017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7829
7830 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7831 to 'symbol-file' and 'add-symbol-file' can be
7832 position-independent.
7833
78342017-12-01 Yao Qi <yao.qi@linaro.org>
7835
7836 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7837 the URL in copyright header.
7838 * gdb.arch/aarch64-fp.exp: Likewise.
7839 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7840 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7841 * gdb.base/expand-psymtabs.exp: Likewise.
7842 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7843 * gdb.fortran/common-block.exp: Likewise.
7844 * gdb.fortran/common-block.f90: Likewise.
7845 * gdb.fortran/logical.exp: Likewise.
7846 * gdb.fortran/vla-datatypes.f90: Likewise.
7847 * gdb.fortran/vla-sub.f90: Likewise.
7848
78492017-11-30 Joel Brobecker <brobecker@adacore.com>
7850
7851 * gdb.ada/repeat_dyn: New testcase.
7852
78532017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7854
7855 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7856 Update for changed thread numbering.
7857 * gdb.cell/bt.exp: Update for changed GDB output.
7858
78592017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7860
7861 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7862 setting isremote by hand.
7863 * boards/dwarf4-gdb-index.exp: Likewise.
7864 * boards/fission.exp: Likewise.
7865 * boards/stabs.exp: Likewise.
7866
78672017-11-30 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.linespec/cpls-ops.exp
7870 (check_explicit_skips_function_argument): Extract the underlying
7871 type of size_t instead of hardcoding it.
7872
78732017-11-29 Pedro Alves <palves@redhat.com>
7874
7875 PR c++/19436
7876 * gdb.linespec/cpls-abi-tag.cc: New file.
7877 * gdb.linespec/cpls-abi-tag.exp: New file.
7878
78792017-11-29 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.base/langs.exp: Use -qualified.
7882 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7883 it.
7884 * gdb.cp/namespace.exp: Use -qualified.
7885 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7886 (overload-3, template-overload, template-ret-type, const-overload)
7887 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7888 procedures.
7889 (test_driver): Call them.
7890 * gdb.cp/save-bp-qualified.cc: New.
7891 * gdb.cp/save-bp-qualified.exp: New.
7892 * gdb.linespec/explicit.exp: Test -qualified.
7893 * lib/completion-support.exp (completion::explicit_opts_list): Add
7894 "-qualified".
7895 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7896
78972017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7898
7899 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7900
79012017-11-29 Tom Tromey <tom@tromey.com>
7902
7903 * gdb.base/relocate.exp: Update invalid argument test.
7904 Add new tests for invalid arguments.
7905
79062017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7907
7908 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7909 Return 0 as a long.
7910 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7911
79122017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7913
7914 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7915 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7916 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7917 func ().
7918 * gdb.cp/shadow.cc (B.func): Return 0.
7919
79202017-11-27 Joel Brobecker <brobecker@adacore.com>
7921
7922 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7923 expected output in gdb_expect call to allow the exception
7924 message to be present as well. Fix syntax confusion to avoid
7925 TCL thinking that exception_name is an array.
7926
79272017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7928
7929 * gdb.arch/spu-info.c: Include <unistd.h>.
7930 (do_signal_test): Fix broken calls to write.
7931 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7932 Fix checks for empty mailboxes. Update signal tests for corrected
7933 do_signal_test routine. Allow nonzero event status.
7934 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7935 * gdb.cell/arch.exp: Use standard_output_file.
7936 * gdb.cell/break.exp: Likewise.
7937 * gdb.cell/bt.exp: Likewise.
7938 * gdb.cell/core.exp: Likewise.
7939 * gdb.cell/dwarfaddr.exp: Likewise.
7940 * gdb.cell/ea-cache.exp: Likewise.
7941 * gdb.cell/ea-standalone.exp: Likewise.
7942 * gdb.cell/f-regs.exp: Likewise.
7943 * gdb.cell/fork.exp: Likewise.
7944 * gdb.cell/gcore.exp: Likewise.
7945 * gdb.cell/mem-access.exp: Likewise.
7946 * gdb.cell/ptype.exp: Likewise.
7947 * gdb.cell/registers.exp: Likewise.
7948 * gdb.cell/sizeof.exp: Likewise.
7949 * gdb.cell/solib-symbol.exp: Likewise.
7950 * gdb.cell/solib.exp: Likewise.
7951
79522017-11-25 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.base/complete-empty.exp: New file.
7955 * gdb.base/completion.exp: Adjust.
7956
79572017-11-25 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.linespec/cpls-ops.cc: New file.
7960 * gdb.linespec/cpls-ops.exp: New file.
7961 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7962 factored out from ...
7963 (test_complete_prefix_range): ... this.
7964
79652017-11-24 Pedro Alves <palves@redhat.com>
7966
7967 * gdb.linespec/cpcompletion.exp: New file.
7968 * gdb.linespec/cpls-hyphen.cc: New file.
7969 * gdb.linespec/cpls.cc: New file.
7970 * gdb.linespec/cpls2.cc: New file.
7971 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7972 test to use test_gdb_complete_unique. Add label completion,
7973 keyword completion and explicit location completion tests.
7974 * lib/completion-support.exp: New file.
7975
79762017-11-24 Joel Brobecker <brobecker@adacore.com>
7977
7978 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7979 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7980 when hitting an exception catchpoint.
7981
79822017-11-22 Yao Qi <yao.qi@linaro.org>
7983
7984 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7985
79862017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7987
7988 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7989 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7990 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7991
79922017-11-22 Yao Qi <yao.qi@linaro.org>
7993
7994 * gdb.base/info-os.exp: Pass pthreads.
7995 * gdb.multi/multi-attach.exp: Likewise.
7996
79972017-11-22 Yao Qi <yao.qi@linaro.org>
7998
7999 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8000 compiler.
8001
80022017-11-22 Yao Qi <yao.qi@linaro.org>
8003
8004 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8005 * gdb.base/break-interp.exp: Likewise.
8006 * gdb.base/jit-attach-pie.exp: Likewise.
8007
80082017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8009
8010 * gdb.base/float128.c (large128): New variable.
8011 * gdb.base/float128.exp: Add test to print largest __float128 value.
8012
80132017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8014
8015 * gdb.arch/vsx-regs.exp: Update register content checks.
8016
80172017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8018
8019 * gdb.arch/ppc-longdouble.exp: New file.
8020 * gdb.arch/ppc-longdouble.c: Likewise.
8021
80222017-11-21 Pedro Alves <palves@redhat.com>
8023
8024 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8025
80262017-11-20 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8029 (long_double_typedef): New typedefs.
8030 Use DEF on double and long double.
8031 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8032 cases.
8033 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8034 and 'long_double_ptr_same_size' locals. Use them to decide
8035 whether cast from array/function to float is valid/invalid.
8036
80372017-11-17 Tom Tromey <tom@tromey.com>
8038
8039 * gdb.rust/traits.rs: New file.
8040 * gdb.rust/traits.exp: New file.
8041
80422017-11-17 Joel Brobecker <brobecker@adacore.com>
8043
8044 * gdb.ada/minsyms: New testcase.
8045
80462017-11-16 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8049 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8050
80512017-11-16 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8054 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8055
80562017-11-16 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.server/reconnect-ctrl-c.c: New file.
8059 * gdb.server/reconnect-ctrl-c.exp: New file.
8060
80612017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8062
8063 * gdb.python/py-rbreak.exp: New file.
8064 * gdb.python/py-rbreak.c: New file.
8065 * gdb.python/py-rbreak-func2.c: New file.
8066
80672017-11-16 Pedro Alves <palves@redhat.com>
8068
8069 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8070 pattern.
8071 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8072 GDB.
8073
80742017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8075
8076 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8077 regex.
8078
80792017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8080
8081 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8082 test names.
8083
80842017-11-09 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8087 factored out from ...
8088 (top level): ... here, and adjusted to avoid expecting beyond the
8089 prompt in a single gdb_test_multiple.
8090
80912017-11-09 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8094 output.
8095 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8096 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8097 * gdb.server/ext-run.exp ("kill" test): Likewise.
8098 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8099
81002017-11-09 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8103 match till end of line.
8104
81052017-11-09 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8108
81092017-11-09 Pedro Alves <palves@redhat.com>
8110
8111 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8112 New procedures, factored out from ...
8113 (top level): ... here, and adjusted to avoid expecting beyond the
8114 prompt in one go.
8115
81162017-11-09 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8119 output. Fix '?' match.
8120
81212017-11-08 Joel Brobecker <brobecker@adacore.com>
8122
8123 * gdb.ada/scoped_watch: New testcase.
8124 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8125 which is actually correct.
8126 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8127 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8128
81292017-11-08 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.gdb/complaints.exp (test_initial_complaints)
8132 (test_serial_complaints, test_short_complaints): Call
8133 complaint_internal instead of complaint.
8134
81352017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8136
8137 * gdb.threads/tls-core.c: New file.
8138 * gdb.threads/tls-core.exp: Likewise.
8139
81402017-11-08 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8143 (p Exported_Capitalized): New test.
8144 (p exported_capitalized): New test.
8145
81462017-11-07 Pedro Alves <palves@redhat.com>
8147
8148 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8149
81502017-11-07 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8153 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8154 (disable_invalid, disable_inverted, disable_negative): New
8155 procedures.
8156 ("bad numbers"): New set of tests.
8157
81582017-11-07 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.cp/ena-dis-br-range.exp: Add tests.
8161
81622017-11-07 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8165
81662017-11-07 Xavier Roirand <roirand@adacore.com>
8167 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.base/ena-dis-br.exp: Add reference to
8170 gdb.cp/ena-dis-br-range.exp.
8171 * gdb.cp/ena-dis-br-range.exp: New file.
8172 * gdb.cp/ena-dis-br-range.cc: New file.
8173
81742017-11-06 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.base/attach-non-pgrp-leader.c: New.
8177 * gdb.base/attach-non-pgrp-leader.exp: New.
8178
81792017-11-06 Pedro Alves <palves@redhat.com>
8180
8181 * configure.ac: No longer check for termio.h and sgtty.h.
8182 * configure: Regenerate.
8183 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8184 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8185 Remove termio and sgtty code.
8186
81872017-11-03 Yao Qi <yao.qi@linaro.org>
8188
8189 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8190 in GDB is disabled.
8191
81922017-11-03 Yao Qi <yao.qi@linaro.org>
8193
8194 * gdb.python/py-thrhandle.exp: Skip it if python is not
8195 enabled.
8196
81972017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8198
8199 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8200 as a breakpoint command.
8201
82022017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8203
8204 PR python/21213
8205 * gdb.python/py-infthread.exp: Test calling
8206 InferiorThread.inferior () multiple times in a row.
8207
82082017-10-27 Keith Seitz <keiths@redhat.com>
8209
8210 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8211 Test "info break" for every inlined function breakpoint.
8212
82132017-10-27 Yao Qi <yao.qi@linaro.org>
8214
8215 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8216
82172017-10-26 Patrick Frants <osscontribute@gmail.com>
8218
8219 * gdb.cp/classes.exp (test_static_members): Test printing
8220 Outer::instance.
8221 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8222 (Inner::instance, Outer::instance): New.
8223
82242017-10-24 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8227 extra console" test in two stages.
8228
82292017-10-24 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8232
82332017-10-24 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8236 loop.
8237
82382017-10-24 Pedro Alves <palves@redhat.com>
8239
8240 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8241 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8242
82432017-10-24 Pedro Alves <palves@redhat.com>
8244
8245 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8246 parameter and handle it. Don't output read value in test name.
8247
82482017-10-24 Pedro Alves <palves@redhat.com>
8249
8250 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8251 custom test name.
8252
82532017-10-24 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8256 include the unstable output directory name in the test's name.
8257 (initial_setup_simple) <'set args'>: Use custom test name.
8258
82592017-10-24 Pedro Alves <palves@redhat.com>
8260
8261 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8262 with explicit test name.
8263
82642017-10-20 Pedro Alves <palves@redhat.com>
8265
8266 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8267 'wait -i'. Use gdb_assert and remote_close.
8268
82692017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8270
8271 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8272 number from variable rather than hard-coded.
8273
82742017-10-19 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.base/long-inferior-output.c: New file.
8277 * gdb.base/long-inferior-output.exp: New file.
8278
82792017-11-18 Keith Seitz <keiths@redhat.com>
8280
8281 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8282 method.
8283 (main): Call it.
8284 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8285 Add additional user-defined conversion operator tests.
8286
82872017-10-17 Pedro Alves <palves@redhat.com>
8288
8289 * boards/native-stdio-gdbserver.exp: Load "local-board".
8290
82912017-10-17 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/quit-live.c: New file.
8294 * gdb.base/quit-live.exp: New file.
8295
82962017-10-16 Keith Seitz <keiths@redhat.com>
8297
8298 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8299 (class_with_protected_typedef, class_with_private_typedef)
8300 (struct_with_public_typedef, struct_with_protected_typedef)
8301 (struct_with_private_typedef): New classes/structs.
8302 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8303 typedefs and access specifiers.
8304
83052017-10-16 Pedro Alves <palves@redhat.com>
8306 Simon Marchi <simon.marchi@polymtl.ca>
8307
8308 * README (Local vs Remote vs Native): New section.
8309 * boards/local-board.exp: New file, with bits factored out from
8310 ...
8311 * boards/native-extended-gdbserver.exp: ... here. Load
8312 "local-board".
8313 * boards/native-gdbserver.exp: Load "local-board".
8314 (${board}_spawn, ${board}_exec): Delete.
8315 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8316 ...
8317 * boards/stdio-gdbserver-base.exp: ... this new file.
8318 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8319 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8320 procedure.
8321 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8322 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8323 stdio_gdbserver_command.
8324 (${board}_get_remote_address, ${board}_get_comm_port)
8325 (${board}_download, ${board}_upload): Delete.
8326 (get_target_remote_pipe_cmd): New.
8327
83282017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8329
8330 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8331 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8332 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8333 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8334 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8335 remove with_test_prefix.
8336
83372017-10-13 Pedro Alves <palves@redhat.com>
8338
8339 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8340 * gdb.base/annota1.exp: Use it instead of is_remote.
8341 * gdb.base/annota3.exp: Use it instead of is_remote.
8342 * gdb.cp/annota2.exp: Use it instead of is_remote.
8343 * gdb.cp/annota3.exp: Use it instead of is_remote.
8344 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8345
83462017-10-13 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8349 (test_num_test_vars, run_and_count_vars, find_env)
8350 (test_set_unset_env, test_inherit_env_var): New procedures.
8351 (top level): Use them.
8352
83532017-10-13 Pedro Alves <palves@redhat.com>
8354
8355 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8356 also skip on stub-like targets.
8357
83582017-10-13 Pedro Alves <palves@redhat.com>
8359
8360 PR gdb/22293
8361 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8362 (top level): Move some tests to ...
8363 (test_not_found): ... this new procedure.
8364 (top level): Call it.
8365
83662017-10-13 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8369 expect different "info terminal" output if testing with a
8370 non-native target.
8371
83722017-10-13 Pedro Alves <palves@redhat.com>
8373 Simon Marchi <simon.marchi@polymtl.ca>
8374
8375 PR python/12966
8376 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8377
83782017-10-13 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8381 already.
8382
83832017-10-13 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8386 is_remote.
8387
83882017-10-13 Pedro Alves <palves@redhat.com>
8389
8390 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8391 is_remote.
8392
83932017-10-13 Pedro Alves <palves@redhat.com>
8394
8395 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8396 is set.
8397 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8398 instead of is_remote.
8399
84002017-10-13 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8403 (top level): Add comment.
8404
84052017-10-13 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/remote.exp (top level): Fix comment typo and add
8408 missing return.
8409
84102017-10-13 Pedro Alves <palves@redhat.com>
8411 Simon Marchi <simon.marchi@polymtl.ca>
8412
8413 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8414 calls and add comments. Skip test if use_gdb_stub is set.
8415 (top level): Use "set cwd" command instead of "cd" command.
8416
84172017-10-13 Pedro Alves <palves@redhat.com>
8418
8419 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8420 is_remote target check.
8421
84222017-10-13 Pedro Alves <palves@redhat.com>
8423
8424 * gdb.base/scope.exp: Use build_executable + clean_restart +
8425 gdb_file_cmd instead of prepare_for_testing and no longer skip
8426 "before run" tests on is_remote target boards. Update comments.
8427 * boards/native-extended-gdbserver.exp
8428 (extended_gdbserver_load_last_file): New, factored out from ...
8429 (gdb_load): ... this. Move further below and add comment.
8430 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8431
84322017-10-12 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.base/attach.exp: Remove references to gdb64.
8435 * gdb.base/dbx.exp: Remove references to gdb64.
8436
84372017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8438 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.base/label.exp: Remove is_remote target check.
8441
84422017-10-12 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.base/auvx.exp (coredir): Update comment.
8445 (top level) <core_works>: Use "set cwd" command instead of "cd"
8446 command.
8447
84482017-10-12 Pedro Alves <palves@redhat.com>
8449 Simon Marchi <simon.marchi@polymtl.ca>
8450
8451 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8452 target boards.
8453
84542017-10-12 Pedro Alves <palves@redhat.com>
8455 Simon Marchi <simon.marchi@polymtl.ca>
8456
8457 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8458 Instead skip if there's any gdb_protocol set.
8459
84602017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8461 Pedro Alves <palves@redhat.com>
8462
8463 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8464
84652017-10-12 Pedro Alves <palves@redhat.com>
8466 Simon Marchi <simon.marchi@polymtl.ca>
8467
8468 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8469 instead of on dejagnu remote boards.
8470
84712017-10-12 Pedro Alves <palves@redhat.com>
8472 Simon Marchi <simon.marchi@polymtl.ca>
8473
8474 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8475 checks. Use build_executable + clean_restart instead of
8476 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8477 of enabling non-stop after starting gdb.
8478
84792017-10-12 Pedro Alves <palves@redhat.com>
8480
8481 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8482 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8483 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8484 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8485
84862017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8487
8488 * gdb.arch/arc-tdesc-cpu.exp: New file.
8489 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8490
84912017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8492
8493 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8494
84952017-10-10 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8498 expect CLI output.
8499
85002017-10-10 Pedro Alves <palves@redhat.com>
8501
8502 * lib/selftest-support.exp (selftest_setup): Update for
8503 captured_command_loop's prototype change.
8504
85052017-10-09 Pedro Alves <palves@redhat.com>
8506
8507 Test both arch1=>arch2 and arch2=>arch1.
8508
8509 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8510 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8511 factored out to...
8512 (append_arch1_options, append_arch2_options, append_arch_options)
8513 (build_executables): New procedures.
8514 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8515 local.
8516 (top level): Add new 'first_arch' testing axis.
8517
85182017-10-09 Pedro Alves <palves@redhat.com>
8519
8520 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8521 (barrier): New.
8522 (thread_start, all_started): New functions.
8523 (main): Spawn new thread and wait until it is scheduled.
8524 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8525 option.
8526 (do_test): Add 'selected_thread' parameter. Run to all_started
8527 instead of main. Explicitly set the breakpoint at main. Switch
8528 to the SELECTED_THREAD thread.
8529 (top level): Test handling the exec event with either the main
8530 thread or the second thread selected.
8531
85322017-10-09 Pedro Alves <palves@redhat.com>
8533
8534 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8535 logic. Move STOP marker after the value checks.
8536 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8537 regexp.
8538
85392017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8540
8541 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8542
85432017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8544
8545 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8546 integer-to-dfp conversion.
8547 * gdb.base/dfp-test.exp: Likewise.
8548
85492017-10-04 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.multi/hangout.c: Include <unistd.h>.
8552 (hangout_loop): New function.
8553 (main): Call alarm. Call hangout_loop in a loop.
8554 * gdb.multi/hello.c: Include <unistd.h>.
8555 (hello_loop): New function.
8556 (main): Call alarm. Call hangout_loop in a loop.
8557 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8558 inferior with the other selected.
8559
85602017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8561
8562 * gdb.mi/list-thread-groups-available.exp: New file.
8563 * gdb.mi/list-thread-groups-available.c: New file.
8564
85652017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8566
8567 * gdb.base/set-cwd.exp: Make it available on
8568 native-extended-gdbserver.
8569
85702017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8571
8572 * gdb.base/set-cwd.c: New file.
8573 * gdb.base/set-cwd.exp: Likewise.
8574
85752017-10-02 Tom Tromey <tom@tromey.com>
8576
8577 PR rust/22236:
8578 * gdb.rust/simple.rs (main): New variable "fslice".
8579 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8580
85812017-10-02 Tom Tromey <tom@tromey.com>
8582
8583 * gdb.rust/simple.exp: Test ptype of a slice.
8584
85852017-10-02 Tom Tromey <tom@tromey.com>
8586
8587 * gdb.rust/simple.exp: Test index of slice.
8588
85892017-09-27 Tom Tromey <tom@tromey.com>
8590
8591 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8592
85932017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8594 Pedro Alves <palves@redhat.com>
8595
8596 * gdb.base/compare-sections.exp (get value of read-only section): Read
8597 as unsigned value.
8598 (corrupt read-only section): Likewise and don't set written if patching
8599 failed.
8600
86012017-09-21 Kevin Buettner <kevinb@redhat.com>
8602
8603 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8604 files.
8605
86062017-09-20 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8609 symbol names in gdb's output.
8610 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8611
86122017-09-20 Pedro Alves <palves@redhat.com>
8613
8614 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8615 Rename to ...
8616 (test_list_ambiguous_symbol): ... this and add a symbol name
8617 parameter. Adjust.
8618 (test_list_ambiguous_function): Reimplement on top of
8619 test_list_ambiguous_symbol and also test listing ambiguous
8620 variables.
8621 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8622 (ambiguous_fun): ... this.
8623 (ambiguous_var): New.
8624 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8625 (ambiguous_fun): ... this.
8626 (ambiguous_var): New.
8627
86282017-09-19 John Baldwin <jhb@FreeBSD.org>
8629
8630 * gdb.base/starti.c: New file.
8631 * gdb.base/starti.exp: New file.
8632 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8633
86342017-09-14 Pedro Alves <palves@redhat.com>
8635
8636 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8637 (top level): Use it instead of runto.
8638
86392017-09-11 Tom Tromey <tom@tromey.com>
8640
8641 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8642
86432017-09-11 Tom Tromey <tom@tromey.com>
8644
8645 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8646 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8647
86482017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8649
8650 * gdb.fortran/printing-types.exp: New file.
8651 * gdb.fortran/printing-types.exp: New file.
8652
86532017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8654
8655 * gdb.fortran/vla-ptype.exp: Fix typos.
8656 * gdb.fortran/vla-value.exp: Same.
8657
86582017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8659
8660 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8661 * gdb.mi/mi-var-child-f.exp: Likewise.
8662 * gdb.mi/mi-vla-fortran.exp: Likewise.
8663
86642017-09-08 Frank Penczek <frank.penczek@intel.com>
8665 Christoph Weinmann <christoph.t.weinmann@intel.com>
8666 Bernhard Heckel <bernhard.heckel@intel.com>
8667
8668 * gdb.fortran/ptr-indentation.f90: New file.
8669 * gdb.fortran/ptr-indentation.exp: New file.
8670
86712017-09-05 Tom Tromey <tom@tromey.com>
8672
8673 PR gdb/22010:
8674 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8675
86762017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8677
8678 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8679
86802017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8681
8682 * gdb.threads/tls-nodebug-pie.c: New file.
8683 * gdb.threads/tls-nodebug-pie.exp: New file.
8684
86852017-09-05 Tom Tromey <tom@tromey.com>
8686
8687 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8688 for rust.
8689
86902017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8691
8692 * gdb.multi/multi-arch-exec.exp: Test with different
8693 "follow-exec-mode" settings.
8694 (do_test): New procedure.
8695
86962017-09-04 Pedro Alves <palves@redhat.com>
8697
8698 * gdb.base/func-static.c (S::method const, S::method volatile)
8699 (S::method volatile const): New methods.
8700 (c_s, v_s, cv_s): New instances.
8701 (main): Call method() on them.
8702 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8703 (cannot_resolve): New procedure.
8704 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8705 print-quote-unquoted columns.
8706 (do_test): Test printing each scope too.
8707
87082017-09-04 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.base/local-static.exp: Also test with
8711 class::method::variable wholly quoted.
8712 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8713
87142017-09-04 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.base/local-static.c: New.
8717 * gdb.base/local-static.cc: New.
8718 * gdb.base/local-static.exp: New.
8719
87202017-09-04 Pedro Alves <palves@redhat.com>
8721
8722 * gdb.asm/asm-source.exp: Add casts to int.
8723 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8724 (dataglobal64_1, dataglobal64_2): New globals.
8725 * gdb.base/nodebug.exp: Test different expressions involving the
8726 new globals, with print, whatis and ptype. Add casts to int.
8727 * gdb.base/solib-display.exp: Add casts to int.
8728 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8729 * gdb.cp/m-static.exp: Add cast to int.
8730 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8731 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8732 tls variable with no debug info without a cast. Test with a cast
8733 to int too.
8734 * gdb.trace/entry-values.exp: Add casts.
8735
87362017-09-04 Pedro Alves <palves@redhat.com>
8737
8738 * gdb.base/nodebug.exp: Test that ptype's error about functions
8739 with unknown return type includes the function name too.
8740
87412017-09-04 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8744 return type of munmap in infcall.
8745 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8746 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8747 type of ftell in infcall.
8748 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8749 type of getpid in infcall.
8750 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8751 infcall.
8752 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8753 Bail on failure to extract the pid.
8754 * gdb.base/nodebug.c: #include <stdint.h>.
8755 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8756 New functions.
8757 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8758 Change expected output of print/whatis/ptype with functions with
8759 no debug info. Test all supported languages. Call
8760 test_call_promotion.
8761 * gdb.compile/compile.exp: Adjust expected output to expect
8762 warning.
8763 * gdb.threads/siginfo-threads.exp: Likewise.
8764
87652017-09-04 Pedro Alves <palves@redhat.com>
8766
8767 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8768 "prototypes". Test calling float functions via prototyped and
8769 unprototyped function pointers.
8770 (perform_all_tests): New parameter "prototypes". Pass it down.
8771 (top level): Pass down "prototypes" parameter to
8772 perform_all_tests.
8773
87742017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8775
8776 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8777 Test with nested loops.
8778
87792017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8780
8781 * gdb.base/commands.exp: Call the new procedures.
8782 (loop_break_test, loop_continue_test): New procedures.
8783
87842017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8785
8786 * gdb.base/commands.exp: Call new procedure.
8787 (define_if_without_arg_test): New procedure.
8788
87892017-09-04 Pedro Alves <palves@redhat.com>
8790
8791 * gdb.base/list-ambiguous.exp: New file.
8792 * gdb.base/list-ambiguous0.c: New file.
8793 * gdb.base/list-ambiguous1.c: New file.
8794 * gdb.base/list.exp (test_list_range): Adjust expected output.
8795
87962017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8797
8798 * gdb.base/share-env-with-gdbserver.c: New file.
8799 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8800
88012017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8802
8803 * gdb.base/commands.exp (gdbvar_simple_if_test,
8804 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8805 progvar_simple_if_test, progvar_simple_while_test,
8806 progvar_complex_if_while_test, user_defined_command_test,
8807 user_defined_command_args_eval,
8808 user_defined_command_args_stack_test,
8809 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8810 temporary_breakpoint_commands,
8811 gdb_test_no_prompt, redefine_hook_test,
8812 redefine_backtrace_test): Remove "global gdb_prompt".
8813
88142017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8815
8816 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8817 New proc, call it from toplevel.
8818
88192017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8820
8821 PR remote/21852
8822 * gdb.server/normal.c: New file, copied from gdb.base.
8823 * gdb.server/run-without-local-binary.exp: New file.
8824
88252017-08-07 Weimin Pan <weimin.pan@oracle.com>
8826
8827 * gdb.arch/sparc64-adi.exp: New file.
8828 * gdb.arch/sparc64-adi.c: New file.
8829
88302017-08-22 Pedro Alves <palves@redhat.com>
8831
8832 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8833 (top level): Add "list all overloads" tests.
8834
88352017-08-22 Tom Tromey <tom@tromey.com>
8836
8837 * gdb.gdb/xfullpath.exp: Remove.
8838
88392017-08-21 Pedro Alves <palves@redhat.com>
8840
8841 PR gdb/19487
8842 * gdb.base/symbol-alias.c: New.
8843 * gdb.base/symbol-alias2.c: New.
8844 * gdb.base/symbol-alias.exp: New.
8845
88462017-08-21 Pedro Alves <palves@redhat.com>
8847
8848 * gdb.base/dfp-test.c
8849 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8850 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8851 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8852 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8853 * gdb.base/whatis-ptype-typedefs.c: New.
8854 * gdb.base/whatis-ptype-typedefs.exp: New.
8855 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8856 (an_int, an_int_type, an_int_type2): New globals.
8857 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8858 involving typedefs and cast expressions.
8859 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8860 (lookup_typedefs_function): New.
8861 (typedefs_pretty_printers_dict): New.
8862 (top level): Register lookup_typedefs_function in
8863 gdb.pretty_printers.
8864
88652017-08-18 Yao Qi <yao.qi@linaro.org>
8866
8867 * gdb.server/unittest.exp: New.
8868
88692017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8870
8871 PR gdb/21954
8872 * gdb.base/environ.exp: Add test to check if 'unset environment'
8873 works.
8874
88752017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8876
8877 * lib/gdb.exp (universal_compile_options): New caching proc.
8878 (gdb_compile): Suppress GCC's coloring of messages.
8879
88802017-08-14 Tom Tromey <tom@tromey.com>
8881
8882 PR gdb/21675:
8883 * gdb.base/printcmds.exp (test_radices): New function.
8884 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8885 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8886 * lib/gdb.exp (get_integer_valueof): Use p/d.
8887
88882017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8889
8890 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8891 characters.
8892
88932017-08-05 Tom Tromey <tom@tromey.com>
8894
8895 * gdb.rust/simple.exp: Allow String to appear in a different
8896 namespace.
8897
88982017-07-26 Yao Qi <yao.qi@linaro.org>
8899
8900 * gdb.gdb/unittest.exp: Invoke command
8901 "maintenance check xml-descriptions".
8902
89032017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8904
8905 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8906 calling context.
8907 (hex128): Drop erroneous calculation of parameters.
8908
89092017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8910
8911 * gdb.python/py-unwind.exp: Disable stack protection when
8912 building test file.
8913
89142017-07-20 Pedro Alves <palves@redhat.com>
8915
8916 * gdb.base/default.exp (set language): Adjust expected output.
8917
89182017-07-20 Pedro Alves <palves@redhat.com>
8919
8920 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8921 (test_minsym): ... this, and make static.
8922 (get_pck__foo__bar__minsym): Rename to ...
8923 (get_test_minsym): ... this.
8924 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8925 symbol names and comments.
8926 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8927 (get_test_minsym): ... this.
8928 (pck__foo__bar__minsym__2): Rename to ...
8929 (test_minsym): ... this.
8930 (main): Adjust.
8931
89322017-07-17 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.base/completion.exp: Adjust expected output.
8935 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8936 the completer works.
8937
89382017-07-17 Pedro Alves <palves@redhat.com>
8939
8940 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8941
89422017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8943
8944 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8945
89462017-07-14 Tom Tromey <tom@tromey.com>
8947
8948 PR rust/21764:
8949 * gdb.rust/simple.exp: Add tests.
8950
89512017-07-14 Tom Tromey <tom@tromey.com>
8952
8953 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8954
89552017-07-14 Pedro Alves <palves@redhat.com>
8956
8957 * gdb.linespec/base/one/thefile.cc (z1): New function.
8958 * gdb.linespec/base/two/thefile.cc (z2): New function.
8959 * gdb.linespec/linespec.exp: Add tests.
8960
89612017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8962
8963 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8964 to mi_create_breakpoint.
8965
89662017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8967
8968 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8969 mi_create_breakpoint.
8970
89712017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8972
8973 * gdb.dlang/demangle.exp: Update for demangling changes.
8974
89752017-07-09 Tom Tromey <tom@tromey.com>
8976
8977 * gdb.dwarf2/shortpiece.exp: New file.
8978
89792017-07-06 David Blaikie <dblaikie@gmail.com>
8980
8981 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8982 built from fissiont-multi-cu{1,2}.c.
8983 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8984 except putting 'main' and 'func' in separate CUs in the same DWO file.
8985 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8986 test.
8987 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8988 test.
8989
89902017-07-06 Pedro Alves <palves@redhat.com>
8991
8992 * gdb.python/py-unwind.exp: Test flushregs.
8993
89942017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8995
8996 PR cli/21688
8997 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8998 tests for alias commands and trailing whitespace.
8999
90002017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9001
9002 PR cli/21688
9003 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9004 procedure. Call it.
9005
90062017-06-29 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.base/printcmds.exp: Add tests.
9009
90102017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9011
9012 PR gdb/21337
9013 * gdb.base/reread-readsym.exp: New file.
9014 * gdb.base/reread-readsym.c: New file.
9015
90162017-06-21 Kevin Buettner <kevinb@redhat.com>
9017
9018 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9019 subpattern.
9020
90212017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9022
9023 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9024 extended mnemonic.
9025 * gdb.arch/powerpc-power9.s: Likewise.
9026
90272017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9028
9029 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9030 on 32-bit x86 targets. Exploit is_*_target macros where
9031 appropriate.
9032
90332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9034
9035 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9036 register pieces.
9037
90382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9039
9040 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9041 located in one or more DWARF pieces.
9042
90432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9044
9045 * lib/gdb.exp (get_endianness): New proc.
9046 * gdb.arch/aarch64-fp.exp: Use it.
9047 * gdb.arch/altivec-regs.exp: Likewise.
9048 * gdb.arch/e500-regs.exp: Likewise.
9049 * gdb.arch/vsx-regs.exp: Likewise.
9050 * gdb.base/dump.exp: Likewise.
9051 * gdb.base/funcargs.exp: Likewise.
9052 * gdb.base/gnu_vector.exp: Likewise.
9053 * gdb.dwarf2/formdata16.exp: Likewise.
9054 * gdb.dwarf2/implptrpiece.exp: Likewise.
9055 * gdb.dwarf2/nonvar-access.exp: Likewise.
9056 * gdb.python/py-inferior.exp: Likewise.
9057 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9058
90592017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9060
9061 PR gdb/21226
9062 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9063 stack value pieces are taken from the LSB end.
9064
90652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9066
9067 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9068 variable at nonzero offset.
9069
90702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9071
9072 * gdb.dwarf2/var-access.c: New file.
9073 * gdb.dwarf2/var-access.exp: New test.
9074 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9075
90762017-06-12 Tom Tromey <tom@tromey.com>
9077
9078 * gdb.dwarf2/formdata16.exp: Add tests.
9079
90802017-06-12 Tom Tromey <tom@tromey.com>
9081
9082 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9083
90842017-06-12 Tom Tromey <tom@tromey.com>
9085
9086 PR exp/16225:
9087 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9088 * gdb.arch/vsx-regs.exp: Update tests.
9089 * gdb.arch/s390-vregs.exp (hex128): New proc.
9090 Update test.
9091 * gdb.arch/altivec-regs.exp: Update tests.
9092
90932017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9094
9095 * gdb.base/startup-with-shell.c: New file.
9096 * gdb.base/startup-with-shell.exp: Likewise.
9097
90982017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9099
9100 * gdb.server/non-existing-program.exp: Update regex in order to
9101 reflect the fact that gdbserver is now using fork_inferior (with a
9102 shell) to startup the inferior.
9103
91042017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9105
9106 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9107 support function calls from GDB.
9108
91092017-05-21 Tom Tromey <tom@tromey.com>
9110
9111 PR rust/21466:
9112 * gdb.rust/unsized.exp: New file.
9113 * gdb.rust/unsized.rs: New file.
9114
91152017-05-19 Tom Tromey <tom@tromey.com>
9116
9117 PR rust/21484:
9118 * gdb.rust/watch.exp: New file.
9119 * gdb.rust/watch.rs: New file.
9120
91212017-05-18 Tom Tromey <tom@tromey.com>
9122
9123 * gdb.rust/simple.exp: Allow Box to be qualified.
9124
91252017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9126
9127 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9128
91292017-05-18 Pedro Alves <palves@redhat.com>
9130
9131 * gdb.base/fileio.c (test_write, test_read, test_close)
9132 (test_fstat): Don't print 'ret' in the fail path.
9133
91342017-05-18 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9137 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9138 (test_system, test_rename, test_unlink, test_time): Change
9139 prototypes.
9140 * gdb.base/fileio.exp (stop_msg): Adjust.
9141
91422017-05-18 Pedro Alves <palves@redhat.com>
9143
9144 * gdb.base/fileio.c (null_str): New global.
9145 (test_stat): Use it.
9146 * gdb.base/fileio.exp: Remove nowarnings.
9147
91482017-05-17 Yao Qi <yao.qi@linaro.org>
9149
9150 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9151
91522017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9153
9154 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9155 argument command.
9156 (top-level): Invoke test_set_inferior_tty.
9157
91582017-05-04 Pedro Alves <palves@redhat.com>
9159
9160 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9161 Add parens to print call for Python 3.
9162
91632017-05-03 Keith Seitz <keiths@redhat.com>
9164
9165 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9166 (main): Call it.
9167
91682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9169
9170 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9171 to prev and next.
9172
91732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9174
9175 * gdb.python/py-record-btrace.exp: Remove test for
9176 gdb.BtraceInstruction.error.
9177
91782017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9179
9180 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9181
91822017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9183
9184 * gdb.python/py-record-btrace-threads.c: New file.
9185 * gdb.python/py-record-btrace-threads.exp: New file.
9186
91872017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9188
9189 PR testsuite/8595
9190 * gdb.base/environ.exp: Make test available in all architectures.
9191 Move bits related to "info program" testing to
9192 gdb.base/info-program.exp. Rewrite tests to use the two new
9193 procedures mentione below.
9194 (test_set_show_env_var) New procedure.
9195 (test_set_show_env_var_equal): Likewise.
9196 * gdb.base/info-program.exp: New file.
9197
91982017-04-27 Keith Seitz <keiths@redhat.com>
9199
9200 * gdb.cp/oranking.cc (test15): New function.
9201 (main): Call test15 and declare additional variables for testing.
9202 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9203 "p foo101('abc')" tests.
9204 Add tests for cv qualifier overloads.
9205 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9206 "lvalue reference overload" test.
9207 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9208 "print value of f1 on Child&& in f2" test.
9209
92102017-04-19 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9213 procedure.
9214 (top level): Call it.
9215 * lib/gdb.exp (gdb_define_cmd): New procedure.
9216
92172017-04-12 Pedro Alves <palves@redhat.com>
9218
9219 PR gdb/21323
9220 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9221 (wchar): New global.
9222 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9223 (do_test_wide_char, wide_char_types_no_program, top level): Add
9224 wchar_t testing.
9225
92262017-04-12 Pedro Alves <palves@redhat.com>
9227
9228 PR c++/21323
9229 * gdb.cp/wide_char_types.c: New file.
9230 * gdb.cp/wide_char_types.exp: New file.
9231
92322017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9233
9234 PR gdb/21352
9235 * gdb.trace/tsv.exp: Add test for "tsave -r".
9236
92372017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9238
9239 * gdb.dlang/watch-loc.c: New file.
9240 * gdb.dlang/watch-loc.exp: New file.
9241
92422017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9243
9244 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9245
92462017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9247
9248 * gdb.arch/arc-analyze-prologue.S: New file.
9249 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9250
92512017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9252
9253 * gdb.arch/arc-decode-insn.S: New file.
9254 * gdb.arch/arc-decode-insn.exp: Likewise.
9255
92562017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9257
9258 PR tdep/20928
9259 * gdb.arch/sparc64-regs.exp: New file.
9260 * gdb.arch/sparc64-regs.S: Likewise.
9261
92622017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9263
9264 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9265 and memory view on Python 3.
9266
92672017-03-20 Artemiy Volkov <artemiyv@acm.org>
9268 Keith Seitz <keiths@redhat.com>
9269
9270 PR gdb/14441
9271 * gdb.cp/demangle.exp: Add rvalue reference tests.
9272 * gdb.cp/rvalue-ref-casts.cc: New file.
9273 * gdb.cp/rvalue-ref-casts.exp: New file.
9274 * gdb.cp/rvalue-ref-overload.cc: New file.
9275 * gdb.cp/rvalue-ref-overload.exp: New file.
9276 * gdb.cp/rvalue-ref-params.cc: New file.
9277 * gdb.cp/rvalue-ref-params.exp: New file.
9278 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9279 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9280 * gdb.cp/rvalue-ref-types.cc: New file.
9281 * gdb.cp/rvalue-ref-types.exp: New file.
9282 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9283 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9284
92852017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9286
9287 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9288 New procedure.
9289
92902017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9291
9292 * lib/mi-support.exp (mi_gdb_test): Add additional message
9293 for unexpected output.
9294
92952017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9296
9297 * gdb.base/examine-backward.c (Barrier): New character array
9298 constant, to ensure that TestStrings is preceded by a string
9299 terminator.
9300
93012017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9302
9303 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9304 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9305 and implicit pointer into such a location.
9306
93072017-03-16 Doug Evans <dje@google.com>
9308
9309 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9310
93112017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9312
9313 * gdb.cp/m-static.exp: Fix expectation for prototype of
9314 test5.single_constructor and single_constructor::single_constructor.
9315
93162017-03-16 Doug Evans <dje@google.com>
9317
9318 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9319 * gdb.guile/scm-lazy-string.c: New file.
9320 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9321 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9322 for pointer, array, typedef lazy strings.
9323
93242017-03-16 Doug Evans <dje@google.com>
9325
9326 PR python/17728, python/18439, python/18779
9327 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9328 * gdb.python/py-lazy-string.c (pointer): New typedef.
9329 (main): New locals ptr, array, typedef_ptr.
9330 * gdb.python/py-value.exp: Move lazy string tests to ...
9331 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9332 array, typedef lazy strings.
9333
93342017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9335
9336 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9337 Add optional 'test' parameter.
9338
93392017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9340
9341 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9342 Skip for versions of DejaGnu < 1.5.
9343
93442017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9345
9346 * lib/gdb.exp (dejagnu_version): New proc.
9347 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9348 Use dejagnu_version.
9349
93502017-03-10 Keith Seitz <keiths@redhat.com>
9351
9352 PR c++/8128
9353 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9354 type from destructor regexps.
9355 Add a branch which actually passes the test.
9356 Adjust "ptype t5i" test names.
9357
93582017-03-08 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.base/step-over-exit.exp: Add explicit test message.
9361
93622017-03-08 Pedro Alves <palves@redhat.com>
9363
9364 PR gdb/18360
9365 * gdb.threads/interrupt-while-step-over.c: New file.
9366 * gdb.threads/interrupt-while-step-over.exp: New file.
9367
93682017-03-08 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9371 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9372
93732017-03-08 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9376 PKRU as not supported as a PASS.
9377
93782017-03-08 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9381 prefix instead of $binfile1/$binfile2.
9382 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9383 in test message.
9384 * gdb.python/py-completion.exp: Use "load python file" as test
9385 messages instead of unstable path names.
9386
93872017-03-08 Pedro Alves <palves@redhat.com>
9388 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 PR cli/21218
9391 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9392 New proc.
9393 (top level): Call it.
9394
93952017-03-08 Pedro Alves <palves@redhat.com>
9396
9397 PR tui/21216
9398 * gdb.tui/tui-nl-filtered-output.exp: New file.
9399
94002017-03-08 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.base/completion.exp: Move TUI completion tests to ...
9403 * gdb.tui/completion.exp: ... this new file.
9404
94052017-03-08 Pedro Alves <palves@redhat.com>
9406
9407 * gdb.base/tui-disasm-long-lines.c,
9408 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9409 gdb.base/tui-layout.exp: Move to ...
9410 * gdb.tui/: ... this new directory.
9411
94122017-03-07 Pedro Alves <palves@redhat.com>
9413
9414 * gdb.base/tui-layout.c: New file.
9415 * gdb.base/tui-layout.exp: New file.
9416
94172017-03-07 Pedro Alves <palves@redhat.com>
9418
9419 * gdb.base/tui-layout.c: Rename to ...
9420 * gdb.base/tui-disasm-long-lines.c: ... this.
9421 * gdb.base/tui-layout.exp: Rename to ...
9422 * gdb.base/tui-disasm-long-lines.exp: ... this.
9423
94242017-03-07 Pedro Alves <palves@redhat.com>
9425
9426 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9427
94282017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9429
9430 * i386-mpx-call.c: New file.
9431 * i386-mpx-call.exp: New file.
9432
94332017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9434
9435 * gdb.arch/powerpc-power.exp: Delete test.
9436 * gdb.arch/powerpc-power.s: Likewise.
9437 * gdb.disasm/disassembler-options.exp: New test.
9438 * gdb.arch/powerpc-altivec.exp: Likewise.
9439 * gdb.arch/powerpc-altivec.s: Likewise.
9440 * gdb.arch/powerpc-altivec2.exp: Likewise.
9441 * gdb.arch/powerpc-altivec2.s: Likewise.
9442 * gdb.arch/powerpc-altivec3.exp: Likewise.
9443 * gdb.arch/powerpc-altivec3.s: Likewise.
9444 * gdb.arch/powerpc-power7.exp: Likewise.
9445 * gdb.arch/powerpc-power7.s: Likewise.
9446 * gdb.arch/powerpc-power8.exp: Likewise.
9447 * gdb.arch/powerpc-power8.s: Likewise.
9448 * gdb.arch/powerpc-power9.exp: Likewise.
9449 * gdb.arch/powerpc-power9.s: Likewise.
9450 * gdb.arch/powerpc-vsx.exp: Likewise.
9451 * gdb.arch/powerpc-vsx.s: Likewise.
9452 * gdb.arch/powerpc-vsx2.exp: Likewise.
9453 * gdb.arch/powerpc-vsx2.s: Likewise.
9454 * gdb.arch/powerpc-vsx3.exp: Likewise.
9455 * gdb.arch/powerpc-vsx3.s: Likewise.
9456 * gdb.arch/arm-disassembler-options.exp: Likewise.
9457 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9458 * gdb.arch/s390-disassembler-options.exp: Likewise.
9459
94602017-02-23 Luis Machado <lgustavo@codesourcery.com>
9461
9462 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9463 (check_supported_features): ... this. Changed return type to void.
9464 (supports_rdseed): New static global.
9465 (rdseed): Check supports_rdseed.
9466 (initialize): Call check_supported_features.
9467
94682017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9469
9470 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9471 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9472 and lqarx/stqcx.
9473 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9474 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9475
94762017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9477
9478 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9479 uppercase.
9480
94812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9482
9483 * gdb.dwarf2/formdata16.c: New file.
9484 * gdb.dwarf2/formdata16.exp: New file.
9485 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9486
94872017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9488
9489 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9490 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9491 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9492 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9493 DW_AT_GNU_*.
9494
94952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9498
94992017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9500
9501 PR gdb/21164
9502 * gdb.base/maint.exp: Add testcases for when the commands do
9503 not have arguments.
9504
95052017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9506
9507 * gdb.cp/chained-calls.exp: Use p instead of P.
9508
95092017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9510
9511 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9512 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9513
95142017-02-14 Tom Tromey <tom@tromey.com>
9515
9516 PR python/13598:
9517 * gdb.python/py-events.exp: Add before_prompt event tests.
9518
95192017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9520
9521 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9522
95232017-02-13 Luis Machado <lgustavo@codesourcery.com>
9524
9525 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9526 (main): Call my_unique_function_name.
9527 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9528 completion of patterns with a single match.
9529 Add missing -re switches to gdb_test_multiple calls.
9530
95312017-02-13 Luis Machado <lgustavo@codesourcery.com>
9532
9533 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9534 return if core file is not recognized.
9535
95362017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9537
9538 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9539 and extra UIs.
9540
95412017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9542
9543 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9544 proc_with_prefix.
9545
95462017-02-10 Tom Tromey <tom@tromey.com>
9547
9548 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9549
95502017-02-10 Martin Galvan <martingalvan@sourceware.org>
9551
9552 PR gdb/21122
9553 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9554
95552017-02-08 Jerome Guitton <guitton@adacore.com>
9556
9557 * gdb.base/define.exp: Add test for command abbreviations
9558 in define.
9559
95602017-02-06 Luis Machado <lgustavo@codesourcery.com>
9561
9562 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9563 * gdb.reverse/insn-reverse-x86.c: New file.
9564
95652017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9566
9567 PR tdep/20936
9568 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9569
95702017-02-03 Tom Tromey <tom@tromey.com>
9571
9572 PR rust/21097:
9573 * gdb.rust/simple.exp: Add new tests.
9574
95752017-02-02 Pedro Alves <palves@redhat.com>
9576
9577 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9578 tests.
9579
95802017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9581
9582 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9583 taking a 2-byte value out of a 4-byte DWARF implicit value on
9584 big-endian targets.
9585 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9586 logic. Add test cases for DW_OP_implicit.
9587
95882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9589
9590 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9591
95922017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9593
9594 * gdb.btrace/enable.exp: Call gdb_exit before
9595 skip_gdbserver_tests.
9596
95972017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9598
9599 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9600 GDBFLAGS.
9601
96022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9603
9604 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9605 the test is skipped.
9606 * gdb.btrace/data.exp: Likewise.
9607 * gdb.btrace/delta.exp: Likewise.
9608 * gdb.btrace/dlopen.exp: Likewise.
9609 * gdb.btrace/enable-running.exp: Likewise.
9610 * gdb.btrace/enable.exp: Likewise.
9611 * gdb.btrace/exception.exp: Likewise.
9612 * gdb.btrace/function_call_history.exp: Likewise.
9613 * gdb.btrace/gcore.exp: Likewise.
9614 * gdb.btrace/instruction_history.exp: Likewise.
9615 * gdb.btrace/multi-thread-step.exp: Likewise.
9616 * gdb.btrace/nohist.exp: Likewise.
9617 * gdb.btrace/non-stop.exp: Likewise.
9618 * gdb.btrace/reconnect.exp: Likewise.
9619 * gdb.btrace/record_goto-step.exp: Likewise.
9620 * gdb.btrace/record_goto.exp: Likewise.
9621 * gdb.btrace/rn-dl-bind.exp: Likewise.
9622 * gdb.btrace/segv.exp: Likewise.
9623 * gdb.btrace/step.exp: Likewise.
9624 * gdb.btrace/stepi.exp: Likewise.
9625 * gdb.btrace/tailcall-only.exp: Likewise.
9626 * gdb.btrace/tailcall.exp: Likewise.
9627 * gdb.btrace/tsx.exp: Likewise.
9628 * gdb.btrace/unknown_functions.exp: Likewise.
9629 * gdb.btrace/vdso.exp: Likewise.
9630
96312017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9632
9633 * gdb.btrace/enable-running.c: New.
9634 * gdb.btrace/enable-running.exp: New.
9635
96362017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9637
9638 * gdb.arch/amd64-gs_base.c: New file.
9639 * gdb.arch/amd64-gs_base.exp: New file.
9640
96412017-01-26 Luis Machado <lgustavo@codesourcery.com>
9642
9643 * lib/memory.exp: Remove spurious empty newlines.
9644
96452017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9646
9647 * gdb.python/py-bad-printers.exp: Load python file using "source".
9648 * gdb.python/py-events.exp: Likewise.
9649 * gdb.python/py-evsignal.exp: Likewise.
9650 * gdb.python/py-evthreads.exp: Likewise.
9651 * gdb.python/py-frame-args.exp: Likewise.
9652 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9653 * gdb.python/py-framefilter-mi.exp: Likewise.
9654 * gdb.python/py-framefilter.exp: Likewise.
9655 * gdb.python/py-mi.exp: Likewise.
9656 * gdb.python/py-pp-maint.exp: Likewise.
9657 * gdb.python/py-pp-registration.exp: Likewise.
9658 * gdb.python/py-prettyprint.exp: Likewise.
9659 (run_lang_tests): Likewise.
9660 * gdb.python/py-typeprint.exp: Likewise.
9661
96622017-01-26 Luis Machado <lgustavo@codesourcery.com>
9663
9664 * lib/memory.exp: New file.
9665 * lib/gdb.exp: Load memory.exp.
9666 * gdb.base/memattr.exp (delete_memory): Move proc to
9667 lib/memory.exp and rename to delete_memory_regions.
9668 Replace delete_memory with delete_memory_regions.
9669 Cleanup memory regions before tests.
9670 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9671 before tests.
9672
96732017-01-26 Luis Machado <lgustavo@codesourcery.com>
9674
9675 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9676 files.
9677 (initialize): New function conditionally defined.
9678 (testcases): Move within conditional block.
9679 (main): Call initialize.
9680 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9681 of gdb.reverse/insn-reverse.c.
9682 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9683 gdb.reverse/insn-reverse.c.
9684
96852017-01-26 Yao Qi <yao.qi@linaro.org>
9686
9687 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9688 disassemble on address 0.
9689
96902017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9691 Yao Qi <yao.qi@linaro.org>
9692
9693 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9694 * gdb.dwarf2/implptr-64bit.S: Remove.
9695 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9696 variables in caller's context. Add DW_OP_implicit_value.
9697
96982017-01-25 Yao Qi <yao.qi@linaro.org>
9699
9700 * lib/dwarf.exp (Dwarf::_location): Handle
9701 DW_OP_GNU_implicit_pointer with proper size.
9702
97032017-01-20 Luis Machado <lgustavo@codesourcery.com>
9704
9705 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9706 and add untested calls.
9707
97082017-01-20 Luis Machado <lgustavo@codesourcery.com>
9709
9710 * gdb.python/python.exp: Check line number against what GDB thinks
9711 the line number is for func1.
9712
97132017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9714
9715 * gdb.dlang/debug-expr.exp: New file.
9716
97172016-12-23 Luis Machado <lgustavo@codesourcery.com>
9718
9719 Fix test names for the following files:
9720
9721 * gdb.ada/exec_changed.exp
9722 * gdb.ada/info_types.exp
9723 * gdb.arch/aarch64-atomic-inst.exp
9724 * gdb.arch/aarch64-fp.exp
9725 * gdb.arch/altivec-abi.exp
9726 * gdb.arch/altivec-regs.exp
9727 * gdb.arch/amd64-byte.exp
9728 * gdb.arch/amd64-disp-step.exp
9729 * gdb.arch/amd64-dword.exp
9730 * gdb.arch/amd64-entry-value-inline.exp
9731 * gdb.arch/amd64-entry-value-param.exp
9732 * gdb.arch/amd64-entry-value-paramref.exp
9733 * gdb.arch/amd64-entry-value.exp
9734 * gdb.arch/amd64-i386-address.exp
9735 * gdb.arch/amd64-invalid-stack-middle.exp
9736 * gdb.arch/amd64-invalid-stack-top.exp
9737 * gdb.arch/amd64-optimout-repeat.exp
9738 * gdb.arch/amd64-prologue-skip.exp
9739 * gdb.arch/amd64-prologue-xmm.exp
9740 * gdb.arch/amd64-stap-special-operands.exp
9741 * gdb.arch/amd64-stap-wrong-subexp.exp
9742 * gdb.arch/amd64-tailcall-cxx.exp
9743 * gdb.arch/amd64-tailcall-noret.exp
9744 * gdb.arch/amd64-tailcall-ret.exp
9745 * gdb.arch/amd64-tailcall-self.exp
9746 * gdb.arch/amd64-word.exp
9747 * gdb.arch/arm-bl-branch-dest.exp
9748 * gdb.arch/arm-disp-step.exp
9749 * gdb.arch/arm-neon.exp
9750 * gdb.arch/arm-single-step-kernel-helper.exp
9751 * gdb.arch/avr-flash-qualifier.exp
9752 * gdb.arch/disp-step-insn-reloc.exp
9753 * gdb.arch/e500-abi.exp
9754 * gdb.arch/e500-regs.exp
9755 * gdb.arch/ftrace-insn-reloc.exp
9756 * gdb.arch/i386-avx512.exp
9757 * gdb.arch/i386-bp_permanent.exp
9758 * gdb.arch/i386-byte.exp
9759 * gdb.arch/i386-cfi-notcurrent.exp
9760 * gdb.arch/i386-disp-step.exp
9761 * gdb.arch/i386-dr3-watch.exp
9762 * gdb.arch/i386-float.exp
9763 * gdb.arch/i386-gnu-cfi.exp
9764 * gdb.arch/i386-mpx-map.exp
9765 * gdb.arch/i386-mpx-sigsegv.exp
9766 * gdb.arch/i386-mpx-simple_segv.exp
9767 * gdb.arch/i386-mpx.exp
9768 * gdb.arch/i386-permbkpt.exp
9769 * gdb.arch/i386-prologue.exp
9770 * gdb.arch/i386-signal.exp
9771 * gdb.arch/i386-size-overlap.exp
9772 * gdb.arch/i386-unwind.exp
9773 * gdb.arch/i386-word.exp
9774 * gdb.arch/mips-fcr.exp
9775 * gdb.arch/powerpc-d128-regs.exp
9776 * gdb.arch/powerpc-stackless.exp
9777 * gdb.arch/ppc64-atomic-inst.exp
9778 * gdb.arch/s390-stackless.exp
9779 * gdb.arch/s390-tdbregs.exp
9780 * gdb.arch/s390-vregs.exp
9781 * gdb.arch/sparc-sysstep.exp
9782 * gdb.arch/thumb-bx-pc.exp
9783 * gdb.arch/thumb-singlestep.exp
9784 * gdb.arch/thumb2-it.exp
9785 * gdb.arch/vsx-regs.exp
9786 * gdb.asm/asm-source.exp
9787 * gdb.base/a2-run.exp
9788 * gdb.base/advance.exp
9789 * gdb.base/all-bin.exp
9790 * gdb.base/anon.exp
9791 * gdb.base/args.exp
9792 * gdb.base/arithmet.exp
9793 * gdb.base/async-shell.exp
9794 * gdb.base/async.exp
9795 * gdb.base/attach-pie-noexec.exp
9796 * gdb.base/attach-twice.exp
9797 * gdb.base/auto-load.exp
9798 * gdb.base/bang.exp
9799 * gdb.base/bitfields.exp
9800 * gdb.base/break-always.exp
9801 * gdb.base/break-caller-line.exp
9802 * gdb.base/break-entry.exp
9803 * gdb.base/break-inline.exp
9804 * gdb.base/break-on-linker-gcd-function.exp
9805 * gdb.base/break-probes.exp
9806 * gdb.base/break.exp
9807 * gdb.base/breakpoint-shadow.exp
9808 * gdb.base/call-ar-st.exp
9809 * gdb.base/call-sc.exp
9810 * gdb.base/call-signal-resume.exp
9811 * gdb.base/call-strs.exp
9812 * gdb.base/callfuncs.exp
9813 * gdb.base/catch-fork-static.exp
9814 * gdb.base/catch-gdb-caused-signals.exp
9815 * gdb.base/catch-load.exp
9816 * gdb.base/catch-signal-fork.exp
9817 * gdb.base/catch-signal.exp
9818 * gdb.base/catch-syscall.exp
9819 * gdb.base/charset.exp
9820 * gdb.base/checkpoint.exp
9821 * gdb.base/chng-syms.exp
9822 * gdb.base/code-expr.exp
9823 * gdb.base/code_elim.exp
9824 * gdb.base/commands.exp
9825 * gdb.base/completion.exp
9826 * gdb.base/complex.exp
9827 * gdb.base/cond-expr.exp
9828 * gdb.base/condbreak.exp
9829 * gdb.base/consecutive.exp
9830 * gdb.base/continue-all-already-running.exp
9831 * gdb.base/coredump-filter.exp
9832 * gdb.base/corefile.exp
9833 * gdb.base/dbx.exp
9834 * gdb.base/debug-expr.exp
9835 * gdb.base/define.exp
9836 * gdb.base/del.exp
9837 * gdb.base/disabled-location.exp
9838 * gdb.base/disasm-end-cu.exp
9839 * gdb.base/disasm-optim.exp
9840 * gdb.base/display.exp
9841 * gdb.base/duplicate-bp.exp
9842 * gdb.base/ena-dis-br.exp
9843 * gdb.base/ending-run.exp
9844 * gdb.base/enumval.exp
9845 * gdb.base/environ.exp
9846 * gdb.base/eu-strip-infcall.exp
9847 * gdb.base/eval-avoid-side-effects.exp
9848 * gdb.base/eval-skip.exp
9849 * gdb.base/exitsignal.exp
9850 * gdb.base/expand-psymtabs.exp
9851 * gdb.base/filesym.exp
9852 * gdb.base/find-unmapped.exp
9853 * gdb.base/finish.exp
9854 * gdb.base/float.exp
9855 * gdb.base/foll-exec-mode.exp
9856 * gdb.base/foll-exec.exp
9857 * gdb.base/foll-fork.exp
9858 * gdb.base/fortran-sym-case.exp
9859 * gdb.base/freebpcmd.exp
9860 * gdb.base/func-ptr.exp
9861 * gdb.base/func-ptrs.exp
9862 * gdb.base/funcargs.exp
9863 * gdb.base/gcore-buffer-overflow.exp
9864 * gdb.base/gcore-relro-pie.exp
9865 * gdb.base/gcore-relro.exp
9866 * gdb.base/gcore.exp
9867 * gdb.base/gdb1090.exp
9868 * gdb.base/gdb11530.exp
9869 * gdb.base/gdb11531.exp
9870 * gdb.base/gdb1821.exp
9871 * gdb.base/gdbindex-stabs.exp
9872 * gdb.base/gdbvars.exp
9873 * gdb.base/hbreak.exp
9874 * gdb.base/hbreak2.exp
9875 * gdb.base/included.exp
9876 * gdb.base/infcall-input.exp
9877 * gdb.base/inferior-died.exp
9878 * gdb.base/infnan.exp
9879 * gdb.base/info-macros.exp
9880 * gdb.base/info-os.exp
9881 * gdb.base/info-proc.exp
9882 * gdb.base/info-shared.exp
9883 * gdb.base/info-target.exp
9884 * gdb.base/infoline.exp
9885 * gdb.base/interp.exp
9886 * gdb.base/interrupt.exp
9887 * gdb.base/jit-reader.exp
9888 * gdb.base/jit-simple.exp
9889 * gdb.base/kill-after-signal.exp
9890 * gdb.base/kill-detach-inferiors-cmd.exp
9891 * gdb.base/label.exp
9892 * gdb.base/langs.exp
9893 * gdb.base/ldbl_e308.exp
9894 * gdb.base/line-symtabs.exp
9895 * gdb.base/linespecs.exp
9896 * gdb.base/list.exp
9897 * gdb.base/long_long.exp
9898 * gdb.base/longest-types.exp
9899 * gdb.base/maint.exp
9900 * gdb.base/max-value-size.exp
9901 * gdb.base/memattr.exp
9902 * gdb.base/mips_pro.exp
9903 * gdb.base/morestack.exp
9904 * gdb.base/moribund-step.exp
9905 * gdb.base/multi-forks.exp
9906 * gdb.base/nested-addr.exp
9907 * gdb.base/nextoverexit.exp
9908 * gdb.base/noreturn-finish.exp
9909 * gdb.base/noreturn-return.exp
9910 * gdb.base/nostdlib.exp
9911 * gdb.base/offsets.exp
9912 * gdb.base/opaque.exp
9913 * gdb.base/pc-fp.exp
9914 * gdb.base/permissions.exp
9915 * gdb.base/print-symbol-loading.exp
9916 * gdb.base/prologue-include.exp
9917 * gdb.base/psymtab.exp
9918 * gdb.base/ptype.exp
9919 * gdb.base/random-signal.exp
9920 * gdb.base/randomize.exp
9921 * gdb.base/range-stepping.exp
9922 * gdb.base/readline-ask.exp
9923 * gdb.base/recpar.exp
9924 * gdb.base/recurse.exp
9925 * gdb.base/relational.exp
9926 * gdb.base/restore.exp
9927 * gdb.base/return-nodebug.exp
9928 * gdb.base/return.exp
9929 * gdb.base/run-after-attach.exp
9930 * gdb.base/save-bp.exp
9931 * gdb.base/scope.exp
9932 * gdb.base/sect-cmd.exp
9933 * gdb.base/set-lang-auto.exp
9934 * gdb.base/set-noassign.exp
9935 * gdb.base/setvar.exp
9936 * gdb.base/sigall.exp
9937 * gdb.base/sigbpt.exp
9938 * gdb.base/siginfo-addr.exp
9939 * gdb.base/siginfo-infcall.exp
9940 * gdb.base/siginfo-obj.exp
9941 * gdb.base/siginfo.exp
9942 * gdb.base/signals-state-child.exp
9943 * gdb.base/signest.exp
9944 * gdb.base/sigstep.exp
9945 * gdb.base/sizeof.exp
9946 * gdb.base/skip.exp
9947 * gdb.base/solib-corrupted.exp
9948 * gdb.base/solib-nodir.exp
9949 * gdb.base/solib-search.exp
9950 * gdb.base/stack-checking.exp
9951 * gdb.base/stale-infcall.exp
9952 * gdb.base/stap-probe.exp
9953 * gdb.base/start.exp
9954 * gdb.base/step-break.exp
9955 * gdb.base/step-bt.exp
9956 * gdb.base/step-line.exp
9957 * gdb.base/step-over-exit.exp
9958 * gdb.base/step-over-syscall.exp
9959 * gdb.base/step-resume-infcall.exp
9960 * gdb.base/step-test.exp
9961 * gdb.base/store.exp
9962 * gdb.base/structs3.exp
9963 * gdb.base/sym-file.exp
9964 * gdb.base/symbol-without-target_section.exp
9965 * gdb.base/term.exp
9966 * gdb.base/testenv.exp
9967 * gdb.base/ui-redirect.exp
9968 * gdb.base/until.exp
9969 * gdb.base/unwindonsignal.exp
9970 * gdb.base/value-double-free.exp
9971 * gdb.base/vla-datatypes.exp
9972 * gdb.base/vla-ptr.exp
9973 * gdb.base/vla-sideeffect.exp
9974 * gdb.base/volatile.exp
9975 * gdb.base/watch-cond-infcall.exp
9976 * gdb.base/watch-cond.exp
9977 * gdb.base/watch-non-mem.exp
9978 * gdb.base/watch-read.exp
9979 * gdb.base/watch-vfork.exp
9980 * gdb.base/watchpoint-cond-gone.exp
9981 * gdb.base/watchpoint-delete.exp
9982 * gdb.base/watchpoint-hw-hit-once.exp
9983 * gdb.base/watchpoint-hw.exp
9984 * gdb.base/watchpoint-stops-at-right-insn.exp
9985 * gdb.base/watchpoints.exp
9986 * gdb.base/wchar.exp
9987 * gdb.base/whatis-exp.exp
9988 * gdb.btrace/buffer-size.exp
9989 * gdb.btrace/data.exp
9990 * gdb.btrace/delta.exp
9991 * gdb.btrace/dlopen.exp
9992 * gdb.btrace/enable.exp
9993 * gdb.btrace/exception.exp
9994 * gdb.btrace/function_call_history.exp
9995 * gdb.btrace/gcore.exp
9996 * gdb.btrace/instruction_history.exp
9997 * gdb.btrace/nohist.exp
9998 * gdb.btrace/reconnect.exp
9999 * gdb.btrace/record_goto-step.exp
10000 * gdb.btrace/record_goto.exp
10001 * gdb.btrace/rn-dl-bind.exp
10002 * gdb.btrace/segv.exp
10003 * gdb.btrace/step.exp
10004 * gdb.btrace/stepi.exp
10005 * gdb.btrace/tailcall-only.exp
10006 * gdb.btrace/tailcall.exp
10007 * gdb.btrace/tsx.exp
10008 * gdb.btrace/unknown_functions.exp
10009 * gdb.btrace/vdso.exp
10010 * gdb.compile/compile-ifunc.exp
10011 * gdb.compile/compile-ops.exp
10012 * gdb.compile/compile-print.exp
10013 * gdb.compile/compile-setjmp.exp
10014 * gdb.cp/abstract-origin.exp
10015 * gdb.cp/ambiguous.exp
10016 * gdb.cp/annota2.exp
10017 * gdb.cp/annota3.exp
10018 * gdb.cp/anon-ns.exp
10019 * gdb.cp/anon-struct.exp
10020 * gdb.cp/anon-union.exp
10021 * gdb.cp/arg-reference.exp
10022 * gdb.cp/baseenum.exp
10023 * gdb.cp/bool.exp
10024 * gdb.cp/breakpoint.exp
10025 * gdb.cp/bs15503.exp
10026 * gdb.cp/call-c.exp
10027 * gdb.cp/casts.exp
10028 * gdb.cp/chained-calls.exp
10029 * gdb.cp/class2.exp
10030 * gdb.cp/classes.exp
10031 * gdb.cp/cmpd-minsyms.exp
10032 * gdb.cp/converts.exp
10033 * gdb.cp/cp-relocate.exp
10034 * gdb.cp/cpcompletion.exp
10035 * gdb.cp/cpexprs.exp
10036 * gdb.cp/cplabel.exp
10037 * gdb.cp/cplusfuncs.exp
10038 * gdb.cp/cpsizeof.exp
10039 * gdb.cp/ctti.exp
10040 * gdb.cp/derivation.exp
10041 * gdb.cp/destrprint.exp
10042 * gdb.cp/dispcxx.exp
10043 * gdb.cp/enum-class.exp
10044 * gdb.cp/exception.exp
10045 * gdb.cp/exceptprint.exp
10046 * gdb.cp/expand-psymtabs-cxx.exp
10047 * gdb.cp/expand-sals.exp
10048 * gdb.cp/extern-c.exp
10049 * gdb.cp/filename.exp
10050 * gdb.cp/formatted-ref.exp
10051 * gdb.cp/fpointer.exp
10052 * gdb.cp/gdb1355.exp
10053 * gdb.cp/gdb2495.exp
10054 * gdb.cp/hang.exp
10055 * gdb.cp/impl-this.exp
10056 * gdb.cp/infcall-dlopen.exp
10057 * gdb.cp/inherit.exp
10058 * gdb.cp/iostream.exp
10059 * gdb.cp/koenig.exp
10060 * gdb.cp/local.exp
10061 * gdb.cp/m-data.exp
10062 * gdb.cp/m-static.exp
10063 * gdb.cp/mb-ctor.exp
10064 * gdb.cp/mb-inline.exp
10065 * gdb.cp/mb-templates.exp
10066 * gdb.cp/member-name.exp
10067 * gdb.cp/member-ptr.exp
10068 * gdb.cp/meth-typedefs.exp
10069 * gdb.cp/method.exp
10070 * gdb.cp/method2.exp
10071 * gdb.cp/minsym-fallback.exp
10072 * gdb.cp/misc.exp
10073 * gdb.cp/namelessclass.exp
10074 * gdb.cp/namespace-enum.exp
10075 * gdb.cp/namespace-nested-import.exp
10076 * gdb.cp/namespace.exp
10077 * gdb.cp/nextoverthrow.exp
10078 * gdb.cp/no-dmgl-verbose.exp
10079 * gdb.cp/non-trivial-retval.exp
10080 * gdb.cp/noparam.exp
10081 * gdb.cp/nsdecl.exp
10082 * gdb.cp/nsimport.exp
10083 * gdb.cp/nsnested.exp
10084 * gdb.cp/nsnoimports.exp
10085 * gdb.cp/nsrecurs.exp
10086 * gdb.cp/nsstress.exp
10087 * gdb.cp/nsusing.exp
10088 * gdb.cp/operator.exp
10089 * gdb.cp/oranking.exp
10090 * gdb.cp/overload-const.exp
10091 * gdb.cp/overload.exp
10092 * gdb.cp/ovldbreak.exp
10093 * gdb.cp/ovsrch.exp
10094 * gdb.cp/paren-type.exp
10095 * gdb.cp/parse-lang.exp
10096 * gdb.cp/pass-by-ref.exp
10097 * gdb.cp/pr-1023.exp
10098 * gdb.cp/pr-1210.exp
10099 * gdb.cp/pr-574.exp
10100 * gdb.cp/pr10687.exp
10101 * gdb.cp/pr12028.exp
10102 * gdb.cp/pr17132.exp
10103 * gdb.cp/pr17494.exp
10104 * gdb.cp/pr9067.exp
10105 * gdb.cp/pr9167.exp
10106 * gdb.cp/pr9631.exp
10107 * gdb.cp/printmethod.exp
10108 * gdb.cp/psmang.exp
10109 * gdb.cp/psymtab-parameter.exp
10110 * gdb.cp/ptype-cv-cp.exp
10111 * gdb.cp/ptype-flags.exp
10112 * gdb.cp/re-set-overloaded.exp
10113 * gdb.cp/ref-types.exp
10114 * gdb.cp/rtti.exp
10115 * gdb.cp/scope-err.exp
10116 * gdb.cp/shadow.exp
10117 * gdb.cp/smartp.exp
10118 * gdb.cp/static-method.exp
10119 * gdb.cp/static-print-quit.exp
10120 * gdb.cp/temargs.exp
10121 * gdb.cp/templates.exp
10122 * gdb.cp/try_catch.exp
10123 * gdb.cp/typedef-operator.exp
10124 * gdb.cp/typeid.exp
10125 * gdb.cp/userdef.exp
10126 * gdb.cp/using-crash.exp
10127 * gdb.cp/var-tag.exp
10128 * gdb.cp/virtbase.exp
10129 * gdb.cp/virtfunc.exp
10130 * gdb.cp/virtfunc2.exp
10131 * gdb.cp/vla-cxx.exp
10132 * gdb.disasm/t01_mov.exp
10133 * gdb.disasm/t02_mova.exp
10134 * gdb.disasm/t03_add.exp
10135 * gdb.disasm/t04_sub.exp
10136 * gdb.disasm/t05_cmp.exp
10137 * gdb.disasm/t06_ari2.exp
10138 * gdb.disasm/t07_ari3.exp
10139 * gdb.disasm/t08_or.exp
10140 * gdb.disasm/t09_xor.exp
10141 * gdb.disasm/t10_and.exp
10142 * gdb.disasm/t11_logs.exp
10143 * gdb.disasm/t12_bit.exp
10144 * gdb.disasm/t13_otr.exp
10145 * gdb.dlang/circular.exp
10146 * gdb.dwarf2/arr-stride.exp
10147 * gdb.dwarf2/arr-subrange.exp
10148 * gdb.dwarf2/atomic-type.exp
10149 * gdb.dwarf2/bad-regnum.exp
10150 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10151 * gdb.dwarf2/callframecfa.exp
10152 * gdb.dwarf2/clztest.exp
10153 * gdb.dwarf2/corrupt.exp
10154 * gdb.dwarf2/data-loc.exp
10155 * gdb.dwarf2/dup-psym.exp
10156 * gdb.dwarf2/dw2-anon-mptr.exp
10157 * gdb.dwarf2/dw2-anonymous-func.exp
10158 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10159 * gdb.dwarf2/dw2-bad-unresolved.exp
10160 * gdb.dwarf2/dw2-basic.exp
10161 * gdb.dwarf2/dw2-canonicalize-type.exp
10162 * gdb.dwarf2/dw2-case-insensitive.exp
10163 * gdb.dwarf2/dw2-common-block.exp
10164 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10165 * gdb.dwarf2/dw2-compressed.exp
10166 * gdb.dwarf2/dw2-const.exp
10167 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10168 * gdb.dwarf2/dw2-cu-size.exp
10169 * gdb.dwarf2/dw2-dup-frame.exp
10170 * gdb.dwarf2/dw2-entry-value.exp
10171 * gdb.dwarf2/dw2-icycle.exp
10172 * gdb.dwarf2/dw2-ifort-parameter.exp
10173 * gdb.dwarf2/dw2-inline-break.exp
10174 * gdb.dwarf2/dw2-inline-param.exp
10175 * gdb.dwarf2/dw2-intercu.exp
10176 * gdb.dwarf2/dw2-intermix.exp
10177 * gdb.dwarf2/dw2-lexical-block-bare.exp
10178 * gdb.dwarf2/dw2-linkage-name-trust.exp
10179 * gdb.dwarf2/dw2-minsym-in-cu.exp
10180 * gdb.dwarf2/dw2-noloc.exp
10181 * gdb.dwarf2/dw2-op-call.exp
10182 * gdb.dwarf2/dw2-op-out-param.exp
10183 * gdb.dwarf2/dw2-opt-structptr.exp
10184 * gdb.dwarf2/dw2-param-error.exp
10185 * gdb.dwarf2/dw2-producer.exp
10186 * gdb.dwarf2/dw2-ranges-base.exp
10187 * gdb.dwarf2/dw2-ref-missing-frame.exp
10188 * gdb.dwarf2/dw2-reg-undefined.exp
10189 * gdb.dwarf2/dw2-regno-invalid.exp
10190 * gdb.dwarf2/dw2-restore.exp
10191 * gdb.dwarf2/dw2-restrict.exp
10192 * gdb.dwarf2/dw2-single-line-discriminators.exp
10193 * gdb.dwarf2/dw2-strp.exp
10194 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10195 * gdb.dwarf2/dw2-unresolved.exp
10196 * gdb.dwarf2/dw2-var-zero-addr.exp
10197 * gdb.dwarf2/dw4-sig-types.exp
10198 * gdb.dwarf2/dwz.exp
10199 * gdb.dwarf2/dynarr-ptr.exp
10200 * gdb.dwarf2/enum-type.exp
10201 * gdb.dwarf2/gdb-index.exp
10202 * gdb.dwarf2/implptr-64bit.exp
10203 * gdb.dwarf2/implptr-optimized-out.exp
10204 * gdb.dwarf2/implptr.exp
10205 * gdb.dwarf2/implref-array.exp
10206 * gdb.dwarf2/implref-const.exp
10207 * gdb.dwarf2/implref-global.exp
10208 * gdb.dwarf2/implref-struct.exp
10209 * gdb.dwarf2/mac-fileno.exp
10210 * gdb.dwarf2/main-subprogram.exp
10211 * gdb.dwarf2/member-ptr-forwardref.exp
10212 * gdb.dwarf2/method-ptr.exp
10213 * gdb.dwarf2/missing-sig-type.exp
10214 * gdb.dwarf2/nonvar-access.exp
10215 * gdb.dwarf2/opaque-type-lookup.exp
10216 * gdb.dwarf2/pieces-optimized-out.exp
10217 * gdb.dwarf2/pieces.exp
10218 * gdb.dwarf2/pr10770.exp
10219 * gdb.dwarf2/pr13961.exp
10220 * gdb.dwarf2/staticvirtual.exp
10221 * gdb.dwarf2/subrange.exp
10222 * gdb.dwarf2/symtab-producer.exp
10223 * gdb.dwarf2/trace-crash.exp
10224 * gdb.dwarf2/typeddwarf.exp
10225 * gdb.dwarf2/valop.exp
10226 * gdb.dwarf2/watch-notconst.exp
10227 * gdb.fortran/array-element.exp
10228 * gdb.fortran/charset.exp
10229 * gdb.fortran/common-block.exp
10230 * gdb.fortran/complex.exp
10231 * gdb.fortran/derived-type-function.exp
10232 * gdb.fortran/derived-type.exp
10233 * gdb.fortran/logical.exp
10234 * gdb.fortran/module.exp
10235 * gdb.fortran/multi-dim.exp
10236 * gdb.fortran/nested-funcs.exp
10237 * gdb.fortran/print-formatted.exp
10238 * gdb.fortran/subarray.exp
10239 * gdb.fortran/vla-alloc-assoc.exp
10240 * gdb.fortran/vla-datatypes.exp
10241 * gdb.fortran/vla-history.exp
10242 * gdb.fortran/vla-ptr-info.exp
10243 * gdb.fortran/vla-ptype-sub.exp
10244 * gdb.fortran/vla-ptype.exp
10245 * gdb.fortran/vla-sizeof.exp
10246 * gdb.fortran/vla-type.exp
10247 * gdb.fortran/vla-value-sub-arbitrary.exp
10248 * gdb.fortran/vla-value-sub-finish.exp
10249 * gdb.fortran/vla-value-sub.exp
10250 * gdb.fortran/vla-value.exp
10251 * gdb.fortran/whatis_type.exp
10252 * gdb.go/chan.exp
10253 * gdb.go/handcall.exp
10254 * gdb.go/hello.exp
10255 * gdb.go/integers.exp
10256 * gdb.go/methods.exp
10257 * gdb.go/package.exp
10258 * gdb.go/strings.exp
10259 * gdb.go/types.exp
10260 * gdb.go/unsafe.exp
10261 * gdb.guile/scm-arch.exp
10262 * gdb.guile/scm-block.exp
10263 * gdb.guile/scm-breakpoint.exp
10264 * gdb.guile/scm-cmd.exp
10265 * gdb.guile/scm-disasm.exp
10266 * gdb.guile/scm-equal.exp
10267 * gdb.guile/scm-frame-args.exp
10268 * gdb.guile/scm-frame-inline.exp
10269 * gdb.guile/scm-frame.exp
10270 * gdb.guile/scm-iterator.exp
10271 * gdb.guile/scm-math.exp
10272 * gdb.guile/scm-objfile.exp
10273 * gdb.guile/scm-ports.exp
10274 * gdb.guile/scm-symbol.exp
10275 * gdb.guile/scm-symtab.exp
10276 * gdb.guile/scm-value-cc.exp
10277 * gdb.guile/types-module.exp
10278 * gdb.linespec/break-ask.exp
10279 * gdb.linespec/cpexplicit.exp
10280 * gdb.linespec/explicit.exp
10281 * gdb.linespec/keywords.exp
10282 * gdb.linespec/linespec.exp
10283 * gdb.linespec/ls-dollar.exp
10284 * gdb.linespec/ls-errs.exp
10285 * gdb.linespec/skip-two.exp
10286 * gdb.linespec/thread.exp
10287 * gdb.mi/mi-async.exp
10288 * gdb.mi/mi-basics.exp
10289 * gdb.mi/mi-break.exp
10290 * gdb.mi/mi-catch-load.exp
10291 * gdb.mi/mi-cli.exp
10292 * gdb.mi/mi-cmd-param-changed.exp
10293 * gdb.mi/mi-console.exp
10294 * gdb.mi/mi-detach.exp
10295 * gdb.mi/mi-disassemble.exp
10296 * gdb.mi/mi-eval.exp
10297 * gdb.mi/mi-file-transfer.exp
10298 * gdb.mi/mi-file.exp
10299 * gdb.mi/mi-fill-memory.exp
10300 * gdb.mi/mi-inheritance-syntax-error.exp
10301 * gdb.mi/mi-linespec-err-cp.exp
10302 * gdb.mi/mi-logging.exp
10303 * gdb.mi/mi-memory-changed.exp
10304 * gdb.mi/mi-read-memory.exp
10305 * gdb.mi/mi-record-changed.exp
10306 * gdb.mi/mi-reg-undefined.exp
10307 * gdb.mi/mi-regs.exp
10308 * gdb.mi/mi-return.exp
10309 * gdb.mi/mi-reverse.exp
10310 * gdb.mi/mi-simplerun.exp
10311 * gdb.mi/mi-solib.exp
10312 * gdb.mi/mi-stack.exp
10313 * gdb.mi/mi-stepi.exp
10314 * gdb.mi/mi-syn-frame.exp
10315 * gdb.mi/mi-until.exp
10316 * gdb.mi/mi-var-block.exp
10317 * gdb.mi/mi-var-child.exp
10318 * gdb.mi/mi-var-cmd.exp
10319 * gdb.mi/mi-var-cp.exp
10320 * gdb.mi/mi-var-display.exp
10321 * gdb.mi/mi-var-invalidate.exp
10322 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10323 * gdb.mi/mi-vla-fortran.exp
10324 * gdb.mi/mi-watch.exp
10325 * gdb.mi/mi2-var-child.exp
10326 * gdb.mi/user-selected-context-sync.exp
10327 * gdb.modula2/unbounded-array.exp
10328 * gdb.multi/dummy-frame-restore.exp
10329 * gdb.multi/multi-arch-exec.exp
10330 * gdb.multi/multi-arch.exp
10331 * gdb.multi/tids.exp
10332 * gdb.multi/watchpoint-multi.exp
10333 * gdb.opencl/callfuncs.exp
10334 * gdb.opencl/convs_casts.exp
10335 * gdb.opencl/datatypes.exp
10336 * gdb.opencl/operators.exp
10337 * gdb.opencl/vec_comps.exp
10338 * gdb.opt/clobbered-registers-O2.exp
10339 * gdb.opt/inline-break.exp
10340 * gdb.opt/inline-bt.exp
10341 * gdb.opt/inline-cmds.exp
10342 * gdb.opt/inline-locals.exp
10343 * gdb.pascal/case-insensitive-symbols.exp
10344 * gdb.pascal/floats.exp
10345 * gdb.pascal/gdb11492.exp
10346 * gdb.python/lib-types.exp
10347 * gdb.python/py-arch.exp
10348 * gdb.python/py-as-string.exp
10349 * gdb.python/py-bad-printers.exp
10350 * gdb.python/py-block.exp
10351 * gdb.python/py-breakpoint-create-fail.exp
10352 * gdb.python/py-breakpoint.exp
10353 * gdb.python/py-caller-is.exp
10354 * gdb.python/py-cmd.exp
10355 * gdb.python/py-explore-cc.exp
10356 * gdb.python/py-explore.exp
10357 * gdb.python/py-finish-breakpoint.exp
10358 * gdb.python/py-finish-breakpoint2.exp
10359 * gdb.python/py-frame-args.exp
10360 * gdb.python/py-frame-inline.exp
10361 * gdb.python/py-frame.exp
10362 * gdb.python/py-framefilter-mi.exp
10363 * gdb.python/py-infthread.exp
10364 * gdb.python/py-lazy-string.exp
10365 * gdb.python/py-linetable.exp
10366 * gdb.python/py-mi-events.exp
10367 * gdb.python/py-mi-objfile.exp
10368 * gdb.python/py-mi.exp
10369 * gdb.python/py-objfile.exp
10370 * gdb.python/py-pp-integral.exp
10371 * gdb.python/py-pp-maint.exp
10372 * gdb.python/py-pp-re-notag.exp
10373 * gdb.python/py-pp-registration.exp
10374 * gdb.python/py-recurse-unwind.exp
10375 * gdb.python/py-strfns.exp
10376 * gdb.python/py-symbol.exp
10377 * gdb.python/py-symtab.exp
10378 * gdb.python/py-sync-interp.exp
10379 * gdb.python/py-typeprint.exp
10380 * gdb.python/py-unwind-maint.exp
10381 * gdb.python/py-unwind.exp
10382 * gdb.python/py-value-cc.exp
10383 * gdb.python/py-xmethods.exp
10384 * gdb.reverse/amd64-tailcall-reverse.exp
10385 * gdb.reverse/break-precsave.exp
10386 * gdb.reverse/break-reverse.exp
10387 * gdb.reverse/consecutive-precsave.exp
10388 * gdb.reverse/consecutive-reverse.exp
10389 * gdb.reverse/finish-precsave.exp
10390 * gdb.reverse/finish-reverse-bkpt.exp
10391 * gdb.reverse/finish-reverse.exp
10392 * gdb.reverse/fstatat-reverse.exp
10393 * gdb.reverse/getresuid-reverse.exp
10394 * gdb.reverse/i386-precsave.exp
10395 * gdb.reverse/i386-reverse.exp
10396 * gdb.reverse/i386-sse-reverse.exp
10397 * gdb.reverse/i387-env-reverse.exp
10398 * gdb.reverse/i387-stack-reverse.exp
10399 * gdb.reverse/insn-reverse.exp
10400 * gdb.reverse/machinestate-precsave.exp
10401 * gdb.reverse/machinestate.exp
10402 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10403 * gdb.reverse/pipe-reverse.exp
10404 * gdb.reverse/readv-reverse.exp
10405 * gdb.reverse/recvmsg-reverse.exp
10406 * gdb.reverse/rerun-prec.exp
10407 * gdb.reverse/s390-mvcle.exp
10408 * gdb.reverse/step-precsave.exp
10409 * gdb.reverse/step-reverse.exp
10410 * gdb.reverse/time-reverse.exp
10411 * gdb.reverse/until-precsave.exp
10412 * gdb.reverse/until-reverse.exp
10413 * gdb.reverse/waitpid-reverse.exp
10414 * gdb.reverse/watch-precsave.exp
10415 * gdb.reverse/watch-reverse.exp
10416 * gdb.rust/generics.exp
10417 * gdb.rust/methods.exp
10418 * gdb.rust/modules.exp
10419 * gdb.rust/simple.exp
10420 * gdb.server/connect-with-no-symbol-file.exp
10421 * gdb.server/ext-attach.exp
10422 * gdb.server/ext-restart.exp
10423 * gdb.server/ext-wrapper.exp
10424 * gdb.server/file-transfer.exp
10425 * gdb.server/server-exec-info.exp
10426 * gdb.server/server-kill.exp
10427 * gdb.server/server-mon.exp
10428 * gdb.server/wrapper.exp
10429 * gdb.stabs/exclfwd.exp
10430 * gdb.stabs/gdb11479.exp
10431 * gdb.threads/clone-new-thread-event.exp
10432 * gdb.threads/corethreads.exp
10433 * gdb.threads/current-lwp-dead.exp
10434 * gdb.threads/dlopen-libpthread.exp
10435 * gdb.threads/gcore-thread.exp
10436 * gdb.threads/sigstep-threads.exp
10437 * gdb.threads/watchpoint-fork.exp
10438 * gdb.trace/actions-changed.exp
10439 * gdb.trace/backtrace.exp
10440 * gdb.trace/change-loc.exp
10441 * gdb.trace/circ.exp
10442 * gdb.trace/collection.exp
10443 * gdb.trace/disconnected-tracing.exp
10444 * gdb.trace/ftrace.exp
10445 * gdb.trace/mi-trace-frame-collected.exp
10446 * gdb.trace/mi-trace-unavailable.exp
10447 * gdb.trace/mi-traceframe-changed.exp
10448 * gdb.trace/mi-tsv-changed.exp
10449 * gdb.trace/no-attach-trace.exp
10450 * gdb.trace/passc-dyn.exp
10451 * gdb.trace/qtro.exp
10452 * gdb.trace/range-stepping.exp
10453 * gdb.trace/read-memory.exp
10454 * gdb.trace/save-trace.exp
10455 * gdb.trace/signal.exp
10456 * gdb.trace/status-stop.exp
10457 * gdb.trace/tfile.exp
10458 * gdb.trace/trace-break.exp
10459 * gdb.trace/trace-buffer-size.exp
10460 * gdb.trace/trace-condition.exp
10461 * gdb.trace/tracefile-pseudo-reg.exp
10462 * gdb.trace/tstatus.exp
10463 * gdb.trace/unavailable.exp
10464 * gdb.trace/while-dyn.exp
10465 * gdb.trace/while-stepping.exp
10466
104672016-12-22 Doug Evans <xdje42@gmail.com>
10468
10469 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10470 and msymbols.
10471
104722016-12-19 Yao Qi <yao.qi@linaro.org>
10473
10474 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10475 (test_with_self): Don't call do_steps_and_nexts, and remove
10476 code about stepping into xmalloc.
10477
104782016-12-09 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10481
104822016-12-09 Yao Qi <yao.qi@linaro.org>
10483
10484 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10485
104862016-12-09 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.base/all-architectures-0.exp: New file.
10489 * gdb.base/all-architectures-1.exp: New file.
10490 * gdb.base/all-architectures-2.exp: New file.
10491 * gdb.base/all-architectures-3.exp: New file.
10492 * gdb.base/all-architectures-4.exp: New file.
10493 * gdb.base/all-architectures-5.exp: New file.
10494 * gdb.base/all-architectures-6.exp: New file.
10495 * gdb.base/all-architectures-7.exp: New file.
10496 * gdb.base/all-architectures.exp.in: New file.
10497
104982016-12-09 Yao Qi <yao.qi@linaro.org>
10499
10500 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10501
105022016-12-02 Luis Machado <lgustavo@codesourcery.com>
10503
10504 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10505 possible.
10506 Remove useless pattern-matching code.
10507
105082016-12-02 Pedro Alves <palves@redhat.com>
10509
10510 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10511 procedure.
10512 (top level): Call it.
10513
105142016-12-02 Pedro Alves <palves@redhat.com>
10515
10516 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10517 New procedure.
10518 (top level): Call it.
10519
105202016-12-02 Pedro Alves <palves@redhat.com>
10521
10522 PR cli/20559
10523 * gdb.base/commands.exp (user_defined_command_args_eval): New
10524 procedure.
10525 (top level): Call it.
10526
105272016-12-02 Luis Machado <lgustavo@codesourcery.com>
10528
10529 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10530 timeout handling.
10531
105322016-12-02 Tom Tromey <tom@tromey.com>
10533
10534 * gdb.dwarf2/main-subprogram.c: New file.
10535 * gdb.dwarf2/main-subprogram.exp: New file.
10536
105372016-12-01 Luis Machado <lgustavo@codesourcery.com>
10538
10539 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10540 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10541 gdb_test_no_output for a couple of cases.
10542 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10543
105442016-12-01 Luis Machado <lgustavo@codesourcery.com>
10545
10546 Fix test names and standardize compilation error messages throughout
10547 the following files:
10548
10549 * gdb.ada/start.exp
10550 * gdb.arch/alpha-step.exp
10551 * gdb.arch/e500-prologue.exp
10552 * gdb.arch/ftrace-insn-reloc.exp
10553 * gdb.arch/gdb1291.exp
10554 * gdb.arch/gdb1431.exp
10555 * gdb.arch/gdb1558.exp
10556 * gdb.arch/i386-dr3-watch.exp
10557 * gdb.arch/i386-sse-stack-align.exp
10558 * gdb.arch/ia64-breakpoint-shadow.exp
10559 * gdb.arch/pa-nullify.exp
10560 * gdb.arch/powerpc-aix-prologue.exp
10561 * gdb.arch/thumb-bx-pc.exp
10562 * gdb.base/annota1.exp
10563 * gdb.base/annota3.exp
10564 * gdb.base/arrayidx.exp
10565 * gdb.base/assign.exp
10566 * gdb.base/attach.exp
10567 * gdb.base/auxv.exp
10568 * gdb.base/bang.exp
10569 * gdb.base/bfp-test.exp
10570 * gdb.base/bigcore.exp
10571 * gdb.base/bitfields2.exp
10572 * gdb.base/break-fun-addr.exp
10573 * gdb.base/break-probes.exp
10574 * gdb.base/call-rt-st.exp
10575 * gdb.base/callexit.exp
10576 * gdb.base/catch-fork-kill.exp
10577 * gdb.base/charset.exp
10578 * gdb.base/checkpoint.exp
10579 * gdb.base/comprdebug.exp
10580 * gdb.base/constvars.exp
10581 * gdb.base/coredump-filter.exp
10582 * gdb.base/cursal.exp
10583 * gdb.base/cvexpr.exp
10584 * gdb.base/detach.exp
10585 * gdb.base/display.exp
10586 * gdb.base/dmsym.exp
10587 * gdb.base/dprintf-pending.exp
10588 * gdb.base/dso2dso.exp
10589 * gdb.base/dtrace-probe.exp
10590 * gdb.base/dump.exp
10591 * gdb.base/enum_cond.exp
10592 * gdb.base/exe-lock.exp
10593 * gdb.base/exec-invalid-sysroot.exp
10594 * gdb.base/execl-update-breakpoints.exp
10595 * gdb.base/exprs.exp
10596 * gdb.base/fileio.exp
10597 * gdb.base/find.exp
10598 * gdb.base/finish.exp
10599 * gdb.base/fixsection.exp
10600 * gdb.base/foll-vfork.exp
10601 * gdb.base/frame-args.exp
10602 * gdb.base/gcore.exp
10603 * gdb.base/gdb1250.exp
10604 * gdb.base/global-var-nested-by-dso.exp
10605 * gdb.base/gnu-ifunc.exp
10606 * gdb.base/hashline1.exp
10607 * gdb.base/hashline2.exp
10608 * gdb.base/hashline3.exp
10609 * gdb.base/hbreak-in-shr-unsupported.exp
10610 * gdb.base/huge.exp
10611 * gdb.base/infcall-input.exp
10612 * gdb.base/info-fun.exp
10613 * gdb.base/info-shared.exp
10614 * gdb.base/jit-simple.exp
10615 * gdb.base/jit-so.exp
10616 * gdb.base/jit.exp
10617 * gdb.base/jump.exp
10618 * gdb.base/label.exp
10619 * gdb.base/lineinc.exp
10620 * gdb.base/logical.exp
10621 * gdb.base/longjmp.exp
10622 * gdb.base/macscp.exp
10623 * gdb.base/miscexprs.exp
10624 * gdb.base/new-ui-echo.exp
10625 * gdb.base/new-ui-pending-input.exp
10626 * gdb.base/new-ui.exp
10627 * gdb.base/nodebug.exp
10628 * gdb.base/nofield.exp
10629 * gdb.base/offsets.exp
10630 * gdb.base/overlays.exp
10631 * gdb.base/pending.exp
10632 * gdb.base/pointers.exp
10633 * gdb.base/pr11022.exp
10634 * gdb.base/printcmds.exp
10635 * gdb.base/prologue.exp
10636 * gdb.base/ptr-typedef.exp
10637 * gdb.base/realname-expand.exp
10638 * gdb.base/relativedebug.exp
10639 * gdb.base/relocate.exp
10640 * gdb.base/remote.exp
10641 * gdb.base/reread.exp
10642 * gdb.base/return2.exp
10643 * gdb.base/savedregs.exp
10644 * gdb.base/sep.exp
10645 * gdb.base/sepdebug.exp
10646 * gdb.base/sepsymtab.exp
10647 * gdb.base/set-inferior-tty.exp
10648 * gdb.base/setshow.exp
10649 * gdb.base/shlib-call.exp
10650 * gdb.base/sigaltstack.exp
10651 * gdb.base/siginfo-addr.exp
10652 * gdb.base/signals.exp
10653 * gdb.base/signull.exp
10654 * gdb.base/sigrepeat.exp
10655 * gdb.base/so-impl-ld.exp
10656 * gdb.base/solib-display.exp
10657 * gdb.base/solib-overlap.exp
10658 * gdb.base/solib-search.exp
10659 * gdb.base/solib-symbol.exp
10660 * gdb.base/structs.exp
10661 * gdb.base/structs2.exp
10662 * gdb.base/symtab-search-order.exp
10663 * gdb.base/twice.exp
10664 * gdb.base/unload.exp
10665 * gdb.base/varargs.exp
10666 * gdb.base/watchpoint-solib.exp
10667 * gdb.base/watchpoint.exp
10668 * gdb.base/whatis.exp
10669 * gdb.base/wrong_frame_bt_full.exp
10670 * gdb.btrace/dlopen.exp
10671 * gdb.cell/ea-standalone.exp
10672 * gdb.cell/ea-test.exp
10673 * gdb.cp/dispcxx.exp
10674 * gdb.cp/gdb2384.exp
10675 * gdb.cp/method2.exp
10676 * gdb.cp/nextoverthrow.exp
10677 * gdb.cp/pr10728.exp
10678 * gdb.disasm/am33.exp
10679 * gdb.disasm/h8300s.exp
10680 * gdb.disasm/mn10300.exp
10681 * gdb.disasm/sh3.exp
10682 * gdb.dwarf2/dw2-dir-file-name.exp
10683 * gdb.fortran/complex.exp
10684 * gdb.fortran/library-module.exp
10685 * gdb.guile/scm-pretty-print.exp
10686 * gdb.guile/scm-symbol.exp
10687 * gdb.guile/scm-type.exp
10688 * gdb.guile/scm-value.exp
10689 * gdb.linespec/linespec.exp
10690 * gdb.mi/gdb701.exp
10691 * gdb.mi/gdb792.exp
10692 * gdb.mi/mi-breakpoint-changed.exp
10693 * gdb.mi/mi-dprintf-pending.exp
10694 * gdb.mi/mi-dprintf.exp
10695 * gdb.mi/mi-exit-code.exp
10696 * gdb.mi/mi-pending.exp
10697 * gdb.mi/mi-solib.exp
10698 * gdb.mi/new-ui-mi-sync.exp
10699 * gdb.mi/pr11022.exp
10700 * gdb.mi/user-selected-context-sync.exp
10701 * gdb.opt/solib-intra-step.exp
10702 * gdb.python/py-events.exp
10703 * gdb.python/py-finish-breakpoint.exp
10704 * gdb.python/py-mi.exp
10705 * gdb.python/py-prettyprint.exp
10706 * gdb.python/py-shared.exp
10707 * gdb.python/py-symbol.exp
10708 * gdb.python/py-template.exp
10709 * gdb.python/py-type.exp
10710 * gdb.python/py-value.exp
10711 * gdb.reverse/solib-precsave.exp
10712 * gdb.reverse/solib-reverse.exp
10713 * gdb.server/solib-list.exp
10714 * gdb.stabs/weird.exp
10715 * gdb.threads/reconnect-signal.exp
10716 * gdb.threads/stepi-random-signal.exp
10717 * gdb.trace/actions.exp
10718 * gdb.trace/ax.exp
10719 * gdb.trace/backtrace.exp
10720 * gdb.trace/change-loc.exp
10721 * gdb.trace/deltrace.exp
10722 * gdb.trace/ftrace-lock.exp
10723 * gdb.trace/ftrace.exp
10724 * gdb.trace/infotrace.exp
10725 * gdb.trace/mi-tracepoint-changed.exp
10726 * gdb.trace/packetlen.exp
10727 * gdb.trace/passcount.exp
10728 * gdb.trace/pending.exp
10729 * gdb.trace/range-stepping.exp
10730 * gdb.trace/report.exp
10731 * gdb.trace/stap-trace.exp
10732 * gdb.trace/tfind.exp
10733 * gdb.trace/trace-break.exp
10734 * gdb.trace/trace-condition.exp
10735 * gdb.trace/trace-enable-disable.exp
10736 * gdb.trace/trace-mt.exp
10737 * gdb.trace/tracecmd.exp
10738 * gdb.trace/tspeed.exp
10739 * gdb.trace/tsv.exp
10740 * lib/perftest.exp
10741
107422016-12-01 Luis Machado <lgustavo@codesourcery.com>
10743
10744 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10745 with gdb_test_no_output.
10746 Use command as test name.
10747
107482016-12-01 Luis Machado <lgustavo@codesourcery.com>
10749
10750 Fix test names starting with uppercase throughout the files.
10751
10752 * gdb.ada/assign_1.exp
10753 * gdb.ada/boolean_expr.exp
10754 * gdb.base/arrayidx.exp
10755 * gdb.base/del.exp
10756 * gdb.base/gcore-buffer-overflow.exp
10757 * gdb.base/testenv.exp
10758 * gdb.compile/compile.exp
10759 * gdb.python/py-framefilter-invalidarg.exp
10760 * gdb.python/py-framefilter.exp
10761
107622016-12-01 Luis Machado <lgustavo@codesourcery.com>
10763
10764 Fix test names starting with uppercase throughout the files.
10765
10766 * gdb.ada/array_return.exp
10767 * gdb.ada/expr_delims.exp
10768 * gdb.ada/mi_dyn_arr.exp
10769 * gdb.ada/mi_interface.exp
10770 * gdb.ada/mi_var_array.exp
10771 * gdb.ada/watch_arg.exp
10772 * gdb.arch/alpha-step.exp
10773 * gdb.arch/altivec-regs.exp
10774 * gdb.arch/e500-regs.exp
10775 * gdb.arch/powerpc-d128-regs.exp
10776 * gdb.base/arrayidx.exp
10777 * gdb.base/break.exp
10778 * gdb.base/checkpoint.exp
10779 * gdb.base/debug-expr.exp
10780 * gdb.base/dmsym.exp
10781 * gdb.base/radix.exp
10782 * gdb.base/sepdebug.exp
10783 * gdb.base/testenv.exp
10784 * gdb.base/watch_thread_num.exp
10785 * gdb.base/watchpoint-cond-gone.exp
10786 * gdb.cell/break.exp
10787 * gdb.cell/ea-cache.exp
10788 * gdb.compile/compile.exp
10789 * gdb.cp/gdb2495.exp
10790 * gdb.gdb/selftest.exp
10791 * gdb.gdb/xfullpath.exp
10792 * gdb.go/hello.exp
10793 * gdb.go/integers.exp
10794 * gdb.objc/basicclass.exp
10795 * gdb.pascal/hello.exp
10796 * gdb.pascal/integers.exp
10797 * gdb.python/py-breakpoint.exp
10798 * gdb.python/py-cmd.exp
10799 * gdb.python/py-linetable.exp
10800 * gdb.python/py-xmethods.exp
10801 * gdb.python/python.exp
10802 * gdb.reverse/consecutive-precsave.exp
10803 * gdb.reverse/finish-precsave.exp
10804 * gdb.reverse/i386-precsave.exp
10805 * gdb.reverse/machinestate-precsave.exp
10806 * gdb.reverse/sigall-precsave.exp
10807 * gdb.reverse/solib-precsave.exp
10808 * gdb.reverse/step-precsave.exp
10809 * gdb.reverse/until-precsave.exp
10810 * gdb.reverse/watch-precsave.exp
10811 * gdb.threads/leader-exit.exp
10812 * gdb.threads/pthreads.exp
10813 * gdb.threads/wp-replication.exp
10814 * gdb.trace/actions.exp
10815 * gdb.trace/mi-tsv-changed.exp
10816 * gdb.trace/tsv.exp
10817
108182016-12-01 Luis Machado <lgustavo@codesourcery.com>
10819
10820 Fix test names starting with uppercase throughout the files.
10821
10822 * gdb.arch/i386-bp_permanent.exp
10823 * gdb.arch/i386-gnu-cfi.exp
10824 * gdb.base/disasm-end-cu.exp
10825 * gdb.base/macscp.exp
10826 * gdb.base/pending.exp
10827 * gdb.base/watch_thread_num.exp
10828 * gdb.cp/exception.exp
10829 * gdb.cp/gdb2495.exp
10830 * gdb.cp/local.exp
10831 * gdb.python/py-evsignal.exp
10832 * gdb.python/python.exp
10833 * gdb.trace/tracecmd.exp
10834
108352016-12-01 Luis Machado <lgustavo@codesourcery.com>
10836
10837 Fix test names starting with uppercase throughout the files.
10838
10839 * gdb.base/charset.exp
10840 * gdb.base/eval.exp
10841 * gdb.base/multi-forks.exp
10842 * gdb.guile/scm-progspace.exp
10843 * gdb.opencl/datatypes.exp
10844 * gdb.python/py-block.exp
10845 * gdb.python/py-function.exp
10846 * gdb.python/py-symbol.exp
10847 * gdb.python/py-symtab.exp
10848 * gdb.python/py-xmethods.exp
10849 * gdb.reverse/break-precsave.exp
10850 * gdb.reverse/break-reverse.exp
10851 * gdb.reverse/consecutive-precsave.exp
10852 * gdb.reverse/consecutive-reverse.exp
10853 * gdb.reverse/finish-precsave.exp
10854 * gdb.reverse/finish-reverse-bkpt.exp
10855 * gdb.reverse/finish-reverse.exp
10856 * gdb.reverse/fstatat-reverse.exp
10857 * gdb.reverse/getresuid-reverse.exp
10858 * gdb.reverse/i386-precsave.exp
10859 * gdb.reverse/i386-reverse.exp
10860 * gdb.reverse/i386-sse-reverse.exp
10861 * gdb.reverse/i387-stack-reverse.exp
10862 * gdb.reverse/insn-reverse.exp
10863 * gdb.reverse/machinestate-precsave.exp
10864 * gdb.reverse/machinestate.exp
10865 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10866 * gdb.reverse/pipe-reverse.exp
10867 * gdb.reverse/readv-reverse.exp
10868 * gdb.reverse/recvmsg-reverse.exp
10869 * gdb.reverse/rerun-prec.exp
10870 * gdb.reverse/s390-mvcle.exp
10871 * gdb.reverse/sigall-precsave.exp
10872 * gdb.reverse/sigall-reverse.exp
10873 * gdb.reverse/solib-precsave.exp
10874 * gdb.reverse/solib-reverse.exp
10875 * gdb.reverse/step-precsave.exp
10876 * gdb.reverse/step-reverse.exp
10877 * gdb.reverse/time-reverse.exp
10878 * gdb.reverse/until-precsave.exp
10879 * gdb.reverse/until-reverse.exp
10880 * gdb.reverse/waitpid-reverse.exp
10881 * gdb.reverse/watch-precsave.exp
10882 * gdb.reverse/watch-reverse.exp
10883
108842016-12-01 Luis Machado <lgustavo@codesourcery.com>
10885
10886 Fix test names starting with uppercase throughout the files.
10887
10888 * gdb.arch/i386-mpx-simple_segv.exp
10889 * gdb.arch/i386-mpx.exp
10890 * gdb.arch/i386-permbkpt.exp
10891 * gdb.arch/pa-nullify.exp
10892 * gdb.arch/powerpc-d128-regs.exp
10893 * gdb.arch/vsx-regs.exp
10894 * gdb.base/bfp-test.exp
10895 * gdb.base/break.exp
10896 * gdb.base/breakpoint-shadow.exp
10897 * gdb.base/callfuncs.exp
10898 * gdb.base/charset.exp
10899 * gdb.base/commands.exp
10900 * gdb.base/completion.exp
10901 * gdb.base/dfp-test.exp
10902 * gdb.base/echo.exp
10903 * gdb.base/ending-run.exp
10904 * gdb.base/eval.exp
10905 * gdb.base/expand-psymtabs.exp
10906 * gdb.base/float128.exp
10907 * gdb.base/floatn.exp
10908 * gdb.base/foll-exec-mode.exp
10909 * gdb.base/gdb1056.exp
10910 * gdb.base/gdb11531.exp
10911 * gdb.base/kill-after-signal.exp
10912 * gdb.base/multi-forks.exp
10913 * gdb.base/overlays.exp
10914 * gdb.base/pending.exp
10915 * gdb.base/sepdebug.exp
10916 * gdb.base/testenv.exp
10917 * gdb.base/valgrind-db-attach.exp
10918 * gdb.base/watch_thread_num.exp
10919 * gdb.base/watchpoint-cond-gone.exp
10920 * gdb.base/watchpoint.exp
10921 * gdb.base/watchpoints.exp
10922 * gdb.cp/arg-reference.exp
10923 * gdb.cp/baseenum.exp
10924 * gdb.cp/operator.exp
10925 * gdb.cp/shadow.exp
10926 * gdb.dwarf2/dw2-op-out-param.exp
10927 * gdb.dwarf2/dw2-reg-undefined.exp
10928 * gdb.go/chan.exp
10929 * gdb.go/hello.exp
10930 * gdb.go/integers.exp
10931 * gdb.go/methods.exp
10932 * gdb.go/package.exp
10933 * gdb.guile/scm-parameter.exp
10934 * gdb.guile/scm-progspace.exp
10935 * gdb.guile/scm-value.exp
10936 * gdb.mi/mi-pending.exp
10937 * gdb.mi/user-selected-context-sync.exp
10938 * gdb.multi/multi-attach.exp
10939 * gdb.multi/tids.exp
10940 * gdb.opt/clobbered-registers-O2.exp
10941 * gdb.pascal/floats.exp
10942 * gdb.pascal/integers.exp
10943 * gdb.python/py-block.exp
10944 * gdb.python/py-events.exp
10945 * gdb.python/py-parameter.exp
10946 * gdb.python/py-symbol.exp
10947 * gdb.python/py-symtab.exp
10948 * gdb.python/py-type.exp
10949 * gdb.python/py-value.exp
10950 * gdb.python/py-xmethods.exp
10951 * gdb.python/python.exp
10952 * gdb.reverse/break-precsave.exp
10953 * gdb.reverse/consecutive-precsave.exp
10954 * gdb.reverse/finish-precsave.exp
10955 * gdb.reverse/i386-precsave.exp
10956 * gdb.reverse/machinestate-precsave.exp
10957 * gdb.reverse/sigall-precsave.exp
10958 * gdb.reverse/solib-precsave.exp
10959 * gdb.reverse/step-precsave.exp
10960 * gdb.reverse/until-precsave.exp
10961 * gdb.reverse/watch-precsave.exp
10962 * gdb.server/ext-attach.exp
10963 * gdb.server/ext-restart.exp
10964 * gdb.server/ext-run.exp
10965 * gdb.server/ext-wrapper.exp
10966 * gdb.stabs/gdb11479.exp
10967 * gdb.stabs/weird.exp
10968 * gdb.threads/attach-many-short-lived-threads.exp
10969 * gdb.threads/kill.exp
10970 * gdb.threads/watchpoint-fork.exp
10971
109722016-12-01 Luis Machado <lgustavo@codesourcery.com>
10973
10974 Fix test names starting with uppercase throughout all the files below.
10975
10976 * gdb.ada/array_return.exp
10977 * gdb.ada/catch_ex.exp
10978 * gdb.ada/info_exc.exp
10979 * gdb.ada/mi_catch_ex.exp
10980 * gdb.ada/mi_dyn_arr.exp
10981 * gdb.ada/mi_ex_cond.exp
10982 * gdb.ada/mi_exc_info.exp
10983 * gdb.ada/mi_interface.exp
10984 * gdb.ada/mi_task_arg.exp
10985 * gdb.ada/mi_task_info.exp
10986 * gdb.ada/mi_var_array.exp
10987 * gdb.arch/alpha-step.exp
10988 * gdb.arch/amd64-disp-step.exp
10989 * gdb.arch/arm-disp-step.exp
10990 * gdb.arch/disp-step-insn-reloc.exp
10991 * gdb.arch/e500-prologue.exp
10992 * gdb.arch/ftrace-insn-reloc.exp
10993 * gdb.arch/gdb1558.exp
10994 * gdb.arch/i386-bp_permanent.exp
10995 * gdb.arch/i386-disp-step.exp
10996 * gdb.arch/i386-float.exp
10997 * gdb.arch/i386-gnu-cfi.exp
10998 * gdb.arch/ia64-breakpoint-shadow.exp
10999 * gdb.arch/mips16-thunks.exp
11000 * gdb.arch/pa-nullify.exp
11001 * gdb.arch/powerpc-aix-prologue.exp
11002 * gdb.arch/powerpc-power.exp
11003 * gdb.arch/ppc-dfp.exp
11004 * gdb.arch/s390-tdbregs.exp
11005 * gdb.arch/spu-info.exp
11006 * gdb.arch/spu-ls.exp
11007 * gdb.arch/thumb-bx-pc.exp
11008 * gdb.base/advance.exp
11009 * gdb.base/annota-input-while-running.exp
11010 * gdb.base/arrayidx.exp
11011 * gdb.base/asmlabel.exp
11012 * gdb.base/async.exp
11013 * gdb.base/attach-wait-input.exp
11014 * gdb.base/auto-connect-native-target.exp
11015 * gdb.base/batch-preserve-term-settings.exp
11016 * gdb.base/bfp-test.exp
11017 * gdb.base/bigcore.exp
11018 * gdb.base/bp-permanent.exp
11019 * gdb.base/break-always.exp
11020 * gdb.base/break-fun-addr.exp
11021 * gdb.base/break-idempotent.exp
11022 * gdb.base/break-main-file-remove-fail.exp
11023 * gdb.base/break-probes.exp
11024 * gdb.base/break-unload-file.exp
11025 * gdb.base/break.exp
11026 * gdb.base/call-ar-st.exp
11027 * gdb.base/call-rt-st.exp
11028 * gdb.base/call-sc.exp
11029 * gdb.base/call-signal-resume.exp
11030 * gdb.base/call-strs.exp
11031 * gdb.base/callexit.exp
11032 * gdb.base/callfuncs.exp
11033 * gdb.base/catch-gdb-caused-signals.exp
11034 * gdb.base/catch-signal-siginfo-cond.exp
11035 * gdb.base/catch-syscall.exp
11036 * gdb.base/compare-sections.exp
11037 * gdb.base/cond-eval-mode.exp
11038 * gdb.base/condbreak-call-false.exp
11039 * gdb.base/consecutive-step-over.exp
11040 * gdb.base/cursal.exp
11041 * gdb.base/disabled-location.exp
11042 * gdb.base/disasm-end-cu.exp
11043 * gdb.base/display.exp
11044 * gdb.base/double-prompt-target-event-error.exp
11045 * gdb.base/dprintf-bp-same-addr.exp
11046 * gdb.base/dprintf-detach.exp
11047 * gdb.base/dprintf-next.exp
11048 * gdb.base/dprintf-non-stop.exp
11049 * gdb.base/dprintf-pending.exp
11050 * gdb.base/dso2dso.exp
11051 * gdb.base/ending-run.exp
11052 * gdb.base/enum_cond.exp
11053 * gdb.base/examine-backward.exp
11054 * gdb.base/exe-lock.exp
11055 * gdb.base/exec-invalid-sysroot.exp
11056 * gdb.base/execl-update-breakpoints.exp
11057 * gdb.base/execution-termios.exp
11058 * gdb.base/fileio.exp
11059 * gdb.base/fixsection.exp
11060 * gdb.base/foll-exec-mode.exp
11061 * gdb.base/foll-exec.exp
11062 * gdb.base/fork-running-state.exp
11063 * gdb.base/frame-args.exp
11064 * gdb.base/fullpath-expand.exp
11065 * gdb.base/func-ptr.exp
11066 * gdb.base/gcore-relro-pie.exp
11067 * gdb.base/gdb1090.exp
11068 * gdb.base/gdb1555.exp
11069 * gdb.base/global-var-nested-by-dso.exp
11070 * gdb.base/gnu-ifunc.exp
11071 * gdb.base/hbreak-in-shr-unsupported.exp
11072 * gdb.base/hbreak-unmapped.exp
11073 * gdb.base/hook-stop.exp
11074 * gdb.base/infcall-input.exp
11075 * gdb.base/info-fun.exp
11076 * gdb.base/info-shared.exp
11077 * gdb.base/interrupt-noterm.exp
11078 * gdb.base/jit-so.exp
11079 * gdb.base/jit.exp
11080 * gdb.base/line-symtabs.exp
11081 * gdb.base/list.exp
11082 * gdb.base/longjmp.exp
11083 * gdb.base/macscp.exp
11084 * gdb.base/max-value-size.exp
11085 * gdb.base/nodebug.exp
11086 * gdb.base/nofield.exp
11087 * gdb.base/overlays.exp
11088 * gdb.base/paginate-after-ctrl-c-running.exp
11089 * gdb.base/paginate-bg-execution.exp
11090 * gdb.base/paginate-inferior-exit.exp
11091 * gdb.base/pending.exp
11092 * gdb.base/pr11022.exp
11093 * gdb.base/printcmds.exp
11094 * gdb.base/ptr-typedef.exp
11095 * gdb.base/ptype.exp
11096 * gdb.base/randomize.exp
11097 * gdb.base/range-stepping.exp
11098 * gdb.base/realname-expand.exp
11099 * gdb.base/relativedebug.exp
11100 * gdb.base/remote.exp
11101 * gdb.base/savedregs.exp
11102 * gdb.base/sepdebug.exp
11103 * gdb.base/set-noassign.exp
11104 * gdb.base/shlib-call.exp
11105 * gdb.base/shreloc.exp
11106 * gdb.base/sigaltstack.exp
11107 * gdb.base/sigbpt.exp
11108 * gdb.base/siginfo-addr.exp
11109 * gdb.base/siginfo-obj.exp
11110 * gdb.base/siginfo-thread.exp
11111 * gdb.base/signest.exp
11112 * gdb.base/signull.exp
11113 * gdb.base/sigrepeat.exp
11114 * gdb.base/skip.exp
11115 * gdb.base/so-impl-ld.exp
11116 * gdb.base/solib-corrupted.exp
11117 * gdb.base/solib-disc.exp
11118 * gdb.base/solib-display.exp
11119 * gdb.base/solib-overlap.exp
11120 * gdb.base/solib-search.exp
11121 * gdb.base/solib-symbol.exp
11122 * gdb.base/source-execution.exp
11123 * gdb.base/sss-bp-on-user-bp-2.exp
11124 * gdb.base/sss-bp-on-user-bp.exp
11125 * gdb.base/stack-checking.exp
11126 * gdb.base/stale-infcall.exp
11127 * gdb.base/step-break.exp
11128 * gdb.base/step-line.exp
11129 * gdb.base/step-over-exit.exp
11130 * gdb.base/step-test.exp
11131 * gdb.base/structs.exp
11132 * gdb.base/sym-file.exp
11133 * gdb.base/symtab-search-order.exp
11134 * gdb.base/term.exp
11135 * gdb.base/type-opaque.exp
11136 * gdb.base/unload.exp
11137 * gdb.base/until-nodebug.exp
11138 * gdb.base/until.exp
11139 * gdb.base/unwindonsignal.exp
11140 * gdb.base/watch-cond.exp
11141 * gdb.base/watch-non-mem.exp
11142 * gdb.base/watch_thread_num.exp
11143 * gdb.base/watchpoint-reuse-slot.exp
11144 * gdb.base/watchpoint-solib.exp
11145 * gdb.base/watchpoint.exp
11146 * gdb.btrace/dlopen.exp
11147 * gdb.cell/arch.exp
11148 * gdb.cell/break.exp
11149 * gdb.cell/bt.exp
11150 * gdb.cell/core.exp
11151 * gdb.cell/data.exp
11152 * gdb.cell/dwarfaddr.exp
11153 * gdb.cell/ea-cache.exp
11154 * gdb.cell/ea-standalone.exp
11155 * gdb.cell/ea-test.exp
11156 * gdb.cell/f-regs.exp
11157 * gdb.cell/fork.exp
11158 * gdb.cell/gcore.exp
11159 * gdb.cell/mem-access.exp
11160 * gdb.cell/ptype.exp
11161 * gdb.cell/registers.exp
11162 * gdb.cell/sizeof.exp
11163 * gdb.cell/solib-symbol.exp
11164 * gdb.cell/solib.exp
11165 * gdb.compile/compile-tls.exp
11166 * gdb.cp/exception.exp
11167 * gdb.cp/gdb2495.exp
11168 * gdb.cp/local.exp
11169 * gdb.cp/mb-inline.exp
11170 * gdb.cp/mb-templates.exp
11171 * gdb.cp/pr10687.exp
11172 * gdb.cp/pr9167.exp
11173 * gdb.cp/scope-err.exp
11174 * gdb.cp/templates.exp
11175 * gdb.cp/virtfunc.exp
11176 * gdb.dwarf2/dw2-dir-file-name.exp
11177 * gdb.dwarf2/dw2-single-line-discriminators.exp
11178 * gdb.fortran/complex.exp
11179 * gdb.fortran/library-module.exp
11180 * gdb.guile/guile.exp
11181 * gdb.guile/scm-cmd.exp
11182 * gdb.guile/scm-frame-inline.exp
11183 * gdb.guile/scm-objfile.exp
11184 * gdb.guile/scm-pretty-print.exp
11185 * gdb.guile/scm-symbol.exp
11186 * gdb.guile/scm-type.exp
11187 * gdb.guile/scm-value.exp
11188 * gdb.linespec/keywords.exp
11189 * gdb.linespec/ls-errs.exp
11190 * gdb.linespec/macro-relative.exp
11191 * gdb.linespec/thread.exp
11192 * gdb.mi/mi-breakpoint-changed.exp
11193 * gdb.mi/mi-dprintf-pending.exp
11194 * gdb.mi/mi-fullname-deleted.exp
11195 * gdb.mi/mi-logging.exp
11196 * gdb.mi/mi-pending.exp
11197 * gdb.mi/mi-solib.exp
11198 * gdb.mi/new-ui-mi-sync.exp
11199 * gdb.mi/user-selected-context-sync.exp
11200 * gdb.multi/dummy-frame-restore.exp
11201 * gdb.multi/multi-arch-exec.exp
11202 * gdb.multi/remove-inferiors.exp
11203 * gdb.multi/watchpoint-multi-exit.exp
11204 * gdb.opt/solib-intra-step.exp
11205 * gdb.perf/backtrace.exp
11206 * gdb.perf/single-step.exp
11207 * gdb.perf/skip-command.exp
11208 * gdb.perf/skip-prologue.exp
11209 * gdb.perf/solib.exp
11210 * gdb.python/lib-types.exp
11211 * gdb.python/py-as-string.exp
11212 * gdb.python/py-bad-printers.exp
11213 * gdb.python/py-block.exp
11214 * gdb.python/py-breakpoint.exp
11215 * gdb.python/py-cmd.exp
11216 * gdb.python/py-events.exp
11217 * gdb.python/py-evthreads.exp
11218 * gdb.python/py-finish-breakpoint.exp
11219 * gdb.python/py-finish-breakpoint2.exp
11220 * gdb.python/py-frame-inline.exp
11221 * gdb.python/py-frame.exp
11222 * gdb.python/py-inferior.exp
11223 * gdb.python/py-infthread.exp
11224 * gdb.python/py-mi.exp
11225 * gdb.python/py-objfile.exp
11226 * gdb.python/py-pp-maint.exp
11227 * gdb.python/py-pp-registration.exp
11228 * gdb.python/py-prettyprint.exp
11229 * gdb.python/py-recurse-unwind.exp
11230 * gdb.python/py-shared.exp
11231 * gdb.python/py-symbol.exp
11232 * gdb.python/py-symtab.exp
11233 * gdb.python/py-template.exp
11234 * gdb.python/py-type.exp
11235 * gdb.python/py-unwind-maint.exp
11236 * gdb.python/py-unwind.exp
11237 * gdb.python/py-value.exp
11238 * gdb.python/python.exp
11239 * gdb.reverse/finish-reverse-bkpt.exp
11240 * gdb.reverse/insn-reverse.exp
11241 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11242 * gdb.reverse/solib-precsave.exp
11243 * gdb.reverse/solib-reverse.exp
11244 * gdb.stabs/gdb11479.exp
11245 * gdb.stabs/weird.exp
11246 * gdb.threads/fork-child-threads.exp
11247 * gdb.threads/fork-plus-threads.exp
11248 * gdb.threads/fork-thread-pending.exp
11249 * gdb.threads/forking-threads-plus-breakpoint.exp
11250 * gdb.threads/hand-call-in-threads.exp
11251 * gdb.threads/interrupted-hand-call.exp
11252 * gdb.threads/linux-dp.exp
11253 * gdb.threads/local-watch-wrong-thread.exp
11254 * gdb.threads/next-while-other-thread-longjmps.exp
11255 * gdb.threads/non-ldr-exit.exp
11256 * gdb.threads/pending-step.exp
11257 * gdb.threads/print-threads.exp
11258 * gdb.threads/process-dies-while-detaching.exp
11259 * gdb.threads/process-dies-while-handling-bp.exp
11260 * gdb.threads/pthreads.exp
11261 * gdb.threads/queue-signal.exp
11262 * gdb.threads/reconnect-signal.exp
11263 * gdb.threads/signal-command-handle-nopass.exp
11264 * gdb.threads/signal-command-multiple-signals-pending.exp
11265 * gdb.threads/signal-delivered-right-thread.exp
11266 * gdb.threads/signal-sigtrap.exp
11267 * gdb.threads/sigthread.exp
11268 * gdb.threads/staticthreads.exp
11269 * gdb.threads/stepi-random-signal.exp
11270 * gdb.threads/thread-unwindonsignal.exp
11271 * gdb.threads/thread_check.exp
11272 * gdb.threads/thread_events.exp
11273 * gdb.threads/tid-reuse.exp
11274 * gdb.threads/tls-nodebug.exp
11275 * gdb.threads/tls-shared.exp
11276 * gdb.threads/tls-so_extern.exp
11277 * gdb.threads/tls.exp
11278 * gdb.threads/wp-replication.exp
11279 * gdb.trace/actions-changed.exp
11280 * gdb.trace/actions.exp
11281 * gdb.trace/backtrace.exp
11282 * gdb.trace/change-loc.exp
11283 * gdb.trace/collection.exp
11284 * gdb.trace/deltrace.exp
11285 * gdb.trace/disconnected-tracing.exp
11286 * gdb.trace/entry-values.exp
11287 * gdb.trace/ftrace-lock.exp
11288 * gdb.trace/ftrace.exp
11289 * gdb.trace/infotrace.exp
11290 * gdb.trace/mi-trace-frame-collected.exp
11291 * gdb.trace/mi-trace-unavailable.exp
11292 * gdb.trace/mi-traceframe-changed.exp
11293 * gdb.trace/mi-tracepoint-changed.exp
11294 * gdb.trace/mi-tsv-changed.exp
11295 * gdb.trace/no-attach-trace.exp
11296 * gdb.trace/packetlen.exp
11297 * gdb.trace/passc-dyn.exp
11298 * gdb.trace/passcount.exp
11299 * gdb.trace/pending.exp
11300 * gdb.trace/pr16508.exp
11301 * gdb.trace/qtro.exp
11302 * gdb.trace/range-stepping.exp
11303 * gdb.trace/read-memory.exp
11304 * gdb.trace/report.exp
11305 * gdb.trace/save-trace.exp
11306 * gdb.trace/signal.exp
11307 * gdb.trace/stap-trace.exp
11308 * gdb.trace/status-stop.exp
11309 * gdb.trace/strace.exp
11310 * gdb.trace/tfile.exp
11311 * gdb.trace/tfind.exp
11312 * gdb.trace/trace-break.exp
11313 * gdb.trace/trace-condition.exp
11314 * gdb.trace/trace-enable-disable.exp
11315 * gdb.trace/trace-mt.exp
11316 * gdb.trace/tracecmd.exp
11317 * gdb.trace/tracefile-pseudo-reg.exp
11318 * gdb.trace/tspeed.exp
11319 * gdb.trace/tstatus.exp
11320 * gdb.trace/tsv.exp
11321 * gdb.trace/unavailable.exp
11322 * gdb.trace/while-dyn.exp
11323 * gdb.trace/while-stepping.exp
11324 * lib/gdb-guile.exp
11325 * lib/gdb.exp
11326 * lib/mi-support.exp
11327 * lib/pascal.exp
11328 * lib/perftest.exp
11329 * lib/prelink-support.exp
11330 * lib/selftest-support.exp
11331
113322016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11333
11334 * Makefile.in: Include disable-implicit-rules.mk.
11335
113362016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11337
11338 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11339 non-byte-aligned bit fields.
11340
113412016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11342
11343 PR gdb/12616
11344 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11345 respects the DW_AT_data_bit_offset attribute.
11346
113472016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11348
11349 * gdb.base/default.exp: Fix output of "set language".
11350
113512016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11352
11353 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11354 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11355 make.
11356 * configure.ac: Remove checks for the make program.
11357 * configure: Re-generate.
11358
113592016-11-16 Kevin Buettner <kevinb@redhat.com>
11360
11361 * gdb.python/py-recurse-unwind.c (main): Add loop.
11362 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11363 to read_register() and gdb.parse_and_eval(). Make each code
11364 call a separate case that can be individually tested.
11365 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11366 proc. Call cont_and_backtrace for each of the code paths that
11367 we want to test in the unwinder.
11368
113692016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11370
11371 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11372 the definition of struct S.
11373
113742016-11-11 Catherine Moore <clm@codesourcery.com>
11375
11376 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11377
113782016-11-09 Pedro Alves <palves@redhat.com>
11379
11380 * gdb.base/commands.exp (runto_or_return): New procedure.
11381 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11382 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11383 (progvar_simple_while_test, progvar_complex_if_while_test)
11384 (if_while_breakpoint_command_test)
11385 (infrun_breakpoint_command_test, breakpoint_command_test)
11386 (user_defined_command_test, watchpoint_command_test)
11387 (test_command_prompt_position, redefine_hook_test)
11388 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11389 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11390 multi_line_input and multi_line. Remove gdb_expect and
11391 gdb_stop_suppressing_tests uses.
11392 * lib/gdb.exp (valnum_re): New global.
11393 (multi_line_input): New procedure.
11394
113952016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11396
11397 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11398 Remove.
11399 (test_setup): Define with proc_with_prefix.
11400 (test_cli_inferior): Likewise.
11401 (test_cli_thread): Likewise.
11402 (test_cli_frame): Likewise.
11403 (test_cli_select_frame): Likewise.
11404 (test_cli_up_down): Likewise.
11405 (test_mi_thread_select): Likewise.
11406 (test_mi_stack_select_frame): Likewise.
11407 (test_cli_in_mi_inferior): Likewise.
11408 (test_cli_in_mi_thread): Likewise.
11409 (test_cli_in_mi_frame): Likewise.
11410 (top level): Do not use with_test_prefix_procname.
11411
114122016-11-09 Pedro Alves <palves@redhat.com>
11413
11414 * gdb.base/commands.exp (gdbvar_simple_if_test)
11415 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11416 (progvar_simple_if_test, progvar_simple_while_test)
11417 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11418 (infrun_breakpoint_command_test, breakpoint_command_test)
11419 (user_defined_command_test, watchpoint_command_test)
11420 (test_command_prompt_position, deprecated_command_test)
11421 (bp_deleted_in_command, temporary_breakpoint_commands)
11422 (stray_arg0_test, source_file_with_indented_comment)
11423 (recursive_source_test, if_commands_test)
11424 (error_clears_commands_left, redefine_hook_test)
11425 (redefine_backtrace_test): Use proc_with_prefix.
11426 * lib/gdb.exp (proc_with_prefix): New proc.
11427
114282016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11429
11430 * gdb.base/tui-layout.c: New file.
11431 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11432 disassembly window contains very long lines.
11433
114342016-11-08 Tom Tromey <tom@tromey.com>
11435
11436 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11437 depend on Python 2.
11438
114392016-11-08 Tom Tromey <tom@tromey.com>
11440
11441 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11442 New method.
11443
114442016-10-29 Manish Goregaokar <manish@mozilla.com>
11445
11446 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11447
114482016-10-27 Manish Goregaokar <manish@mozilla.com>
11449
11450 * gdb.rust/simple.rs: Add test for univariant enums without
11451 discriminants and for encoded struct-like enums.
11452
114532016-10-28 Pedro Alves <palves@redhat.com>
11454
11455 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11456 gdb_test_multiple, tighten regexps and match symtabs and line
11457 tables incrementally.
11458
114592016-10-28 Luis Machado <lgustavo@codesourcery.com>
11460
11461 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11462 general.
11463
114642016-10-25 Luis Machado <lgustavo@codesourcery.com>
11465
11466 * gdb.base/exec-invalid-sysroot.exp: New file.
11467
114682016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11469
11470 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11471
114722016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11473
11474 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11475
114762016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11477
11478 * gdb.base/killed-outside.exp: Remove $options from a call to
11479 `prepare_for_testing'.
11480
114812016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11482
11483 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11484 Change test message.
11485
114862016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11487
11488 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11489 Update comment.
11490
114912016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11492
11493 * gdb.trace/mi-trace-save.exp: New file.
11494
114952016-10-13 Yao Qi <yao.qi@linaro.org>
11496
11497 * gdb.base/code_elim.exp (get_var_address): Remove.
11498 * gdb.base/relocate.exp: Likewise.
11499 * gdb.base/shreloc.exp: Likewise.
11500 * lib/gdb.exp (get_var_address): New.
11501
115022016-10-13 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11505 floating point tests if $skip_float_test is false.
11506
115072016-10-12 Luis Machado <lgustavo@codesourcery.com>
11508
11509 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11510 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11511 argc values.
11512 Add 1 to argc so we guarantee distinct initial/modified argc values.
11513
115142016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11515
11516 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11517
115182016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11519
11520 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11521 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11522 * gdb.arch/vsx-regs.exp: Likewise.
11523
115242016-10-07 Yao Qi <yao.qi@linaro.org>
11525
11526 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11527
115282016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11529
11530 * gdb.python/python.exp: Test decode_line("*0").
11531
115322016-10-06 Doug Evans <dje@google.com>
11533
11534 * gdb.python/py-value.exp (test_value_creation): Add test for large
11535 unsigned 64-bit value.
11536
115372016-10-06 Tom Tromey <tom@tromey.com>
11538
11539 * gdb.compile/compile.exp: Change java tests to rust.
11540 * gdb.base/setshow.exp: Change java tests to rust.
11541 * gdb.base/default.exp: Remove java from language list.
11542 * README (Examples): Update language example.
11543 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11544 test.
11545 * lib/gdb.exp (skip_java_tests): Remove.
11546 * lib/java.exp: Remove.
11547 * gdb.java: Remove.
11548
115492016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11550
11551 * gdb.arch/mips-fcr.exp: New test.
11552 * gdb.arch/mips-fcr.c: Source for the new test.
11553
115542016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11555
11556 * gdb.base/solib-disc.exp: Use `standard_output_file'
11557 throughout.
11558
115592016-10-06 Pedro Alves <palves@redhat.com>
11560
11561 * gdb.base/jit-simple-dl.c: New file.
11562 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11563 * gdb.base/jit-simple.c: ... this.
11564 * gdb.base/jit-simple.exp (jit_run): Delete.
11565 (build_jit): New proc.
11566 (jit_test_reread): Recompile either the main program or the shared
11567 library, depending on what is being tested. Skip changing address
11568 if caller wants to. Compare before/after addresses. If testing
11569 standalone, explicitly load the binary. Test "maint info
11570 breakpoints".
11571 (top level): Add "standalone vs shared lib" and "change address"
11572 vs "same address" axes.
11573
115742016-10-06 Pedro Alves <palves@redhat.com>
11575
11576 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11577 call.
11578 (jit_run): Delete.
11579 (jit_test_reread): Use with_test_prefix. Reload the main binary
11580 explicitly. Compare the before/after addresses of the JIT
11581 descriptor.
11582
115832016-08-15 Doug Evans <dje@google.com>
11584
11585 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11586 for single bitfields is bool.
11587 * gdb.xml/tdesc-regs.exp: Ditto.
11588
115892016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11590
11591 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11592
115932016-10-05 Yao Qi <yao.qi@linaro.org>
11594
11595 * lib/gdb.exp (support_complex_tests): Return zero if
11596 gdb_skip_float_test return true.
11597
115982016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11599 Simon Marchi <simon.marchi@ericsson.com>
11600
11601 PR gdb/20487
11602 * gdb.mi/user-selected-context-sync.exp: New file.
11603 * gdb.mi/user-selected-context-sync.c: New file.
11604
116052016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11606 Simon Marchi <simon.marchi@ericsson.com>
11607
11608 PR gdb/20487
11609 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11610 =thread-select-event check.
11611
116122016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11613
11614 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11615 the compulsory L operand changes.
11616 * gdb.arch/powerpc-power.s: Likewise.
11617
116182016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11619
11620 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11621 * gdb.base/jit-attach-pie.c: New file.
11622 * gdb.base/jit-attach-pie.exp: New file.
11623
116242016-09-28 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.base/infcall-input.c: New file.
11627 * gdb.base/infcall-input.exp: New file.
11628
116292016-09-22 Yao Qi <yao.qi@linaro.org>
11630
11631 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11632 (gdb_exit): Rename it to ...
11633 (gdbserver_gdb_exit): ... Close GDBserver.
11634 (gdb_exit): New proc, call gdbserver_gdb_exit.
11635 (mi_gdb_exit): Likewise.
11636
116372016-09-22 Yao Qi <yao.qi@linaro.org>
11638
11639 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11640 path.
11641 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11642 Remove duplication.
11643
116442016-09-22 Yao Qi <yao.qi@linaro.org>
11645
11646 * lib/gdbserver-support.exp: Check the existence of
11647 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11648
116492016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11650
11651 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11652
116532016-09-21 Tom Tromey <tom@tromey.com>
11654
11655 PR gdb/20604:
11656 * gdb.base/quit.exp: New file.
11657
116582016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11659
11660 * .gitignore: New file.
11661
116622016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11663
11664 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11665 throughout.
11666
116672016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11668
11669 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11670
116712016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 * gdb.cp/casts.cc (decltype): Move it ...
11674 (main): ... with its call to ...
11675 * gdb.cp/casts03.cc: ... a new file.
11676 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11677
116782016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11679
11680 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11681
116822016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11683
11684 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11685 and sync up the test with tests in gas/testsuite/gas/ppc.
11686 * gdb.arch/powerpc-power.exp: Likewise.
11687
116882016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11689
11690 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11691
116922016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11693 Jan Kratochvil <jan.kratochvil@redhat.com>
11694
11695 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11696 make m1's definition to be different from m2's. Use 'dummy' as an
11697 argument for probe 'two'.
11698
116992016-09-10 Jon Beniston <jon@beniston.com>
11700
11701 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11702 for sim target.
11703
117042016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11705
11706 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11707 variable declaration.
11708 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11709 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11710 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11711 received HWCAP as its argument.
11712
117132016-09-06 Pedro Alves <palves@redhat.com>
11714
11715 * gdb.base/new-ui-pending-input.c: New file.
11716 * gdb.base/new-ui-pending-input.exp: New file.
11717 * gdb.exp (clear_gdb_spawn_id): New procedure.
11718 (with_spawn_id): Check whether gdb_spawn_id exists before
11719 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11720 on exit.
11721
117222016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11723
11724 * gdb.base/float128.c: New file.
11725 * gdb.base/float128.exp: Likewise.
11726 * gdb.base/floatn.c: Likewise.
11727 * gdb.base/floatn.exp: Likewise.
11728
117292016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11730
11731 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11732
117332016-09-05 Pedro Alves <palves@redhat.com>
11734
11735 PR backtrace/19927
11736 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11737 unwinders are immediately called as side effect of "source" or
11738 "disable unwinder" commands.
11739 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11740
117412016-09-02 Yao Qi <yao.qi@linaro.org>
11742
11743 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11744 is true and $type is "float" or "double".
11745
117462016-09-02 Yao Qi <yao.qi@linaro.org>
11747
11748 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11749 true.
11750 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11751 * gdb.base/call-rt-st.exp: Likewise.
11752 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11753 return value instead of gdb,skip_float_test.
11754 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11755 (do_function_calls): Use its return value instead of
11756 gdb,skip_float_test.
11757 * gdb.base/finish.exp: Likewise.
11758 * gdb.base/funcargs.exp: Likewise.
11759 * gdb.base/return.exp: Likewise.
11760 * gdb.base/return2.exp: Likewise.
11761 * gdb.base/varargs.exp: Likewise.
11762 * lib/gdb.exp (gdb_skip_float_test): Change it to
11763 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11764
117652016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11766
11767 * gdb.multi/tids.exp: Test "thread apply all".
11768
117692016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11770
11771 * gdb.base/default.exp (tty): Remove.
11772
117732016-08-24 Kevin Buettner <kevinb@redhat.com>
11774
11775 * gdb.python/py-recurse-unwind.c: New file.
11776 * gdb.python/py-recurse-unwind.py: New file.
11777 * gdb.python/py-recurse-unwind.exp: New file.
11778
117792016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11780
11781 * gdb.base/set-inferior-tty.exp: New file.
11782 * gdb.base/set-inferior-tty.c: New file.
11783
117842016-08-23 Pedro Alves <palves@redhat.com>
11785
11786 PR gdb/20494
11787 * gdb.base/new-ui-echo.c: New file.
11788 * gdb.base/new-ui-echo.exp: New file.
11789
117902016-08-23 Yao Qi <yao.qi@linaro.org>
11791
11792 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11793 gdbserver_spawn.
11794 * gdb.server/connect-without-multi-process.exp (do_test):
11795 Likewise.
11796
117972016-08-23 Yao Qi <yao.qi@linaro.org>
11798
11799 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11800 standalone_txt. Delete gdb_txt and standalone_txt on host
11801 and target. Spawn the binary on target. Copy files from
11802 target to host.
11803
118042016-08-22 Pedro Alves <palves@redhat.com>
11805
11806 PR gdb/20505
11807 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11808 with_test_prefix. Factor out bits to ...
11809 (test_no_vdso): ... this new procedure.
11810
118112016-08-19 Carl Love <cel@us.ibm.com>
11812
11813 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11814 maintaining separate logic for constructing the output path.
11815 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11816 * gdb.arch/ppc-dfp.exp: Likewise.
11817 * gdb.arch/ppc-fp.exp: Likewise.
11818 * gdb.arch/vsx-regs.exp: Likewise.
11819 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11820 binprefix for generating the additional binary files.
11821
118222016-08-19 Pedro Alves <palves@redhat.com>
11823
11824 * gdb.trace/mi-trace-frame-collected.exp
11825 (test_trace_frame_collected): On x32, expect two registers.
11826
118272016-08-18 Carl Love <cel@us.ibm.com>
11828
11829 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11830 and sync up the test with tests in gas/testsuite/gas/ppc.
11831 * gdb.arch/powerpc-power.exp: Likewise.
11832
118332016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11834
11835 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11836 expected error message.
11837
118382016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11839
11840 * gdb.multi/remove-inferiors.exp: New file.
11841 * gdb.multi/remove-inferiors.c: New file.
11842
118432016-08-12 Yao Qi <yao.qi@linaro.org>
11844
11845 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11846 argument list.
11847
118482016-08-10 Pedro Alves <palves@redhat.com>
11849
11850 PR gdb/19187
11851 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11852 setup_kfails.
11853
118542016-08-09 Pedro Alves <palves@redhat.com>
11855 Simon Marchi <simon.marchi@ericsson.com>
11856
11857 PR gdb/20418
11858 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11859 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11860
118612016-08-09 Pedro Alves <palves@redhat.com>
11862
11863 PR mi/20431
11864 * gdb.mi/mi-cmd-error.exp: New file.
11865
118662016-08-09 Pedro Alves <palves@redhat.com>
11867
11868 PR gdb/18653
11869 * gdb.base/signals-state-child.c: New file.
11870 * gdb.base/signals-state-child.exp: New file.
11871 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11872
118732016-08-09 Pedro Alves <palves@redhat.com>
11874
11875 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11876
118772016-08-03 Tom Tromey <tom@tromey.com>
11878
11879 PR python/18565:
11880 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11881
118822016-08-01 Yao Qi <yao.qi@linaro.org>
11883
11884 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11885 variable mode to "multi-process" if $multi_process is 1, otherwise
11886 set it to "single-process".
11887
118882016-08-01 Yao Qi <yao.qi@linaro.org>
11889
11890 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11891 * gdb.cp/cpexprs.exp: Likewise.
11892 * gdb.cp/m-static.exp: Likewise.
11893
118942016-07-26 Tom Tromey <tom@tromey.com>
11895
11896 PR python/20190:
11897 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11898 test.
11899
119002016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11901
11902 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11903 selecting assembly source files.
11904 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11905 assembly source files.
11906 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11907 assembly source files.
11908 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11909 selecting assembly source files.
11910
119112016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11912
11913 * gdb.base/new-ui.exp (do_test_invalid_args): New
11914 procedure.
11915
119162016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11917
11918 * gdb.btrace/reconnect.c: New file.
11919 * gdb.btrace/reconnect.exp: New file.
11920
119212016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11922
11923 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11924 to test_catch_syscall_group.
11925 (test_catch_syscall_group): New.
11926
119272016-07-21 Tom Tromey <tom@tromey.com>
11928
11929 * gdb.rust/simple.rs (main): Use empty struct expression.
11930 * gdb.rust/simple.exp: Add tests for empty struct expression.
11931
119322016-07-21 Yao Qi <yao.qi@linaro.org>
11933
11934 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11935 if gdb_skip_xml_test is true on some targets.
11936
119372016-07-21 Yao Qi <yao.qi@linaro.org>
11938
11939 * gdb.server/solib-list.exp: Unset last_loaded_file.
11940
119412016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11942
11943 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11944 "step into captured_main (args)".
11945
119462016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11947
11948 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11949
119502016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11951
11952 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11953
119542016-07-19 Pedro Alves <palves@redhat.com>
11955
11956 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11957 * gdb.opt/inline-bt.exp: Likewise.
11958 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11959 additional_flags=-Winline.
11960 * gdb.opt/inline-locals.exp: Likewise.
11961 * gdb.opt/inline-markers.c (ATTR): Define.
11962 (inlined_fn): Use it.
11963
119642016-07-19 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11967 (test_with_self): Remove some code. Remove argument executable.
11968 (top-level): Use do_self_tests.
11969
119702016-07-15 Zachary Welch <zwelch@codesourcery.com>
11971 Don Breazeal <donb@codesourcery.com>
11972
11973 * gdb.base/maint.exp: Escape paths used in regular expressions.
11974 * gdb.stabs/weird.exp: Likewise.
11975
119762016-07-13 Tom Tromey <tom@tromey.com>
11977
11978 PR python/15620, PR python/18620:
11979 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11980 (test_bkpt_events): New procs.
11981
119822016-07-13 Tom Tromey <tom@tromey.com>
11983
11984 PR python/17698:
11985 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11986 test.
11987 (test_watchpoints): Likewise.
11988 (test_bkpt_pending): New proc.
11989
119902016-07-13 Tom Tromey <tom@tromey.com>
11991
11992 PR cli/18053:
11993 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11994 completion test.
11995
119962016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11997
11998 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11999 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12000 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12001 f_label.
12002 (g): Rename g_end_lbl to g_label.
12003 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12004 low_pc and high_pc.
12005 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12006
120072016-07-12 Tom Tromey <tom@tromey.com>
12008
12009 PR python/19293:
12010 * gdb.python/py-unwind-maint.exp: Update tests.
12011
120122016-07-12 Yao Qi <yao.qi@linaro.org>
12013
12014 * lib/selftest-support.exp (selftest_setup): Match the output
12015 when captured_main is inlined.
12016
120172016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12018
12019 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12020 New variables.
12021 (print this%a, print this%b, print this): New tests.
12022 * gdb.fortran/derived-types.f90 (this): New object and
12023 initialization.
12024
120252016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12026
12027 * gdb.ada/arraydim.exp: Remove extra directory level in build
12028 directory.
12029
120302016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12031
12032 * lib/ada.exp: Remove extra directory level in build directory.
12033 * gdb.ada/cond_lang.exp: Likewise.
12034 * gdb.ada/exec_changed.exp: Likewise.
12035 * gdb.ada/lang_switch.exp: Likewise.
12036
120372016-07-06 Manish Goregaokar <manish@mozilla.com>
12038
12039 * simple.rs: Add test for raw pointer subscripting.
12040 * simple.exp: Add test expectations.
12041
120422016-07-05 Yao Qi <yao.qi@linaro.org>
12043
12044 * gdb.mi/mi-reverse.exp: Match =record-started output.
12045
120462016-07-01 Pedro Alves <palves@redhat.com>
12047
12048 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12049 procedure.
12050 (jit_reader_test): Test the jit reader's unwinder.
12051 * gdb.base/jithost.c (jit_function_00_code): New global.
12052 (main): Use memcpy to fill in the mmapped code, instead of poking
12053 bytes manually here.
12054 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12055 value.
12056 (read_debug_info): Save the function's range.
12057 (read_sp): New function.
12058 (unwind_frame): Use it. Also unwind RBP.
12059 (get_frame_id): Use read_sp.
12060 (gdb_init_reader): Use calloc instead of malloc.
12061 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12062 parameter. Use gdb_test_multiple.
12063
120642016-07-01 Pedro Alves <palves@redhat.com>
12065 Antoine Tremblay <antoine.tremblay@ericsson.com>
12066
12067 * gdb.threads/process-dies-while-detaching.c: New file.
12068 * gdb.threads/process-dies-while-detaching.exp: New file.
12069
120702016-07-01 Pedro Alves <palves@redhat.com>
12071
12072 * gdb.multi/watchpoint-multi-exit.c: New file.
12073 * gdb.multi/watchpoint-multi-exit.exp: New file.
12074
120752016-06-30 Pedro Alves <palves@redhat.com>
12076
12077 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12078 unset inferior_spawn_id.
12079
120802016-06-30 Pedro Alves <palves@redhat.com>
12081
12082 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12083 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12084
120852016-06-29 Yao Qi <yao.qi@linaro.org>
12086
12087 * gdb.base/return.c: Add copyright header.
12088
120892016-06-29 Tom Tromey <tom@tromey.com>
12090
12091 PR python/20129:
12092 * gdb.python/py-framefilter.exp: Add tests for setting priority
12093 and disabling of non-existent frame filter.
12094
120952016-06-29 Yao Qi <yao.qi@linaro.org>
12096
12097 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12098 0x0f07ff.
12099
121002016-06-28 Yao Qi <yao.qi@linaro.org>
12101
12102 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12103 triplets. Start gdb, execute catch syscall, and continue. Check
12104 gdb's output to determine catch syscall is supported.
12105
121062016-06-27 Manish Goregaokar <manish@mozilla.com>
12107
12108 * gdb.rust/simple.rs: Add test for returning unit in a function.
12109 * gdb.rust/simple.exp: Add expectation for functions returning
12110 unit.
12111
121122016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12113
12114 * gdb.python/py-breakpoint-create-fail.c,
12115 gdb.python/py-breakpoint-create-fail.exp,
12116 gdb.python/py-breakpoint-create-fail.py: New testcase.
12117
121182016-06-25 Manish Goregaokar <manish@mozilla.com>
12119
12120 PR gdb/20239
12121 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12122 * gdb.rust/simple.exp: Add test expectations for new NonZero
12123 tests.
12124
121252016-06-24 David Taylor <dtaylor@emc.com>
12126
12127 * gdb.base/offsets.exp: New file.
12128 * gdb.base/offsets.c: New file.
12129
121302016-06-23 Tom Tromey <tom@tromey.com>
12131
12132 PR gdb/16483:
12133 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12134 before any filters are loaded.
12135
121362016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12137
12138 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12139 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12140 structs.
12141 * gdb.fortran/derived-type-function.exp: New file.
12142 * gdb.fortran/derived-type-function.f90: New file.
12143
12144
121452016-06-21 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.base/new-ui.exp: New file.
12148 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12149 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12150 (with_spawn_id): New procedure.
12151
121522016-06-21 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.mi/mi-exec-run.exp: New file.
12155
121562016-06-21 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12159 breakpoint command's output on the main UI.
12160 (test_break): New procedure, factored out from calls in the top
12161 level.
12162 (top level): Use foreach_with_prefix to test MI as main UI and as
12163 separate UI.
12164
121652016-06-21 Pedro Alves <palves@redhat.com>
12166
12167 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12168 (test_awatch_creation_and_listing)
12169 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12170 Remove 'type' parameter.
12171 (test_watchpoint_all): New parameter mi_mode. Remove
12172 with_test_prefix.
12173 (top level): Use foreach_with_prefix, and add main/separate UI MI
12174 testing axis.
12175
121762016-06-21 Pedro Alves <palves@redhat.com>
12177
12178 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12179 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12180 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12181 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12182 (gdb_main_spawn_id, mi_spawn_id): Declare and
12183 comment.
12184 (mi_create_inferior_pty): New procedure,
12185 factored out from default_mi_gdb_start.
12186 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12187 procedures.
12188 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12189 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12190 Use mi_create_inferior_pty.
12191 (mi_gdb_start): Use eval to pass down args list.
12192
121932016-06-21 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12196 * gdb.opt/inline-cmds.exp: Add MI tests.
12197
121982016-06-21 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12201
122022016-06-21 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12205 (top level): Use it instead of mi_execute_to.
12206
122072016-06-21 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12210 (cont_handler_str): New.
12211 (signal_stop_handler): Set stop_handler_str instead of printing to
12212 stdout.
12213 (continue_handler): Set cont_handler_str instead of printing to
12214 stdout.
12215 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12216 mi_send_resuming_command. Print stop_handler_str and
12217 cont_handler_str instead of expecting the python events print
12218 directly.
12219
122202016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12221
12222 * gdb.base/jit-reader.exp: New file.
12223 * gdb.base/jithost.c: New file.
12224 * gdb.base/jithost.h: New file.
12225 * gdb.base/jitreader.c : New file.
12226 * gdb.base/jit-protocol.h: New file.
12227
122282016-06-17 Yao Qi <yao.qi@linaro.org>
12229
12230 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12231 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12232 and detach-on-fork. Adjust tests.
12233 (top level): Invoke break_cond_on_syscall with combinations of
12234 syscall, follow-fork-mode and detach-on-fork.
12235
122362016-06-17 Yao Qi <yao.qi@linaro.org>
12237
12238 * gdb.base/step-over-exit.c: New.
12239 * gdb.base/step-over-exit.exp: New.
12240
122412016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12242
12243 * gdb.base/float.exp: Add target check for nds32*-*-*.
12244 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12245
122462016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12247
12248 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12249 for unsupported target features.
12250 * gdb.base/call-rt-st.exp: Likewise.
12251 * gdb.base/call-sc.exp: Likewise.
12252 * gdb.base/call-signal-resume.exp: Likewise.
12253 * gdb.base/call-strs.exp: Likewise.
12254 * gdb.base/callexit.exp: Likewise.
12255 * gdb.base/callfuncs.exp: Likewise.
12256 * gdb.base/nodebug.exp: Likewise.
12257 * gdb.base/printcmds.exp: Likewise.
12258 * gdb.base/ptype.exp: Likewise.
12259 * gdb.base/structs.exp: Likewise.
12260 * gdb.base/unwindonsignal.exp: Likewise.
12261 * gdb.cp/gdb2495.exp: Likewise.
12262 * gdb.cp/templates.exp: Likewise.
12263 * gdb.cp/virtfunc.exp: Likewise.
12264 * gdb.threads/hand-call-in-threads.exp: Likewise.
12265 * gdb.threads/interrupted-hand-call.exp: Likewise.
12266 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12267
122682016-06-10 Tom Tromey <tom@tromey.com>
12269
12270 PR rust/20110:
12271 * gdb.rust/expr.exp: Add test for integer constant larger than
12272 i32.
12273
122742016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12275
12276 * gdb.fortran/nested-funcs.exp: New.
12277 * gdb.fortran/nested-funcs.f90: New.
12278
122792016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12280
12281 * gdb.base/examine-backward.c: New file.
12282 * gdb.base/examine-backward.exp: New file.
12283
122842016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12285
12286 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12287 matching.
12288
122892016-06-02 Tom Tromey <tom@tromey.com>
12290
12291 PR python/18984:
12292 * gdb.python/py-shared.exp: Add solib_name test.
12293
122942016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12295
12296 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12297
122982016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12299
12300 PR c++/19893
12301 * gdb.dwarf2/implref.exp: Rename to...
12302 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12303 * gdb.dwarf2/implref-array.c: New file.
12304 * gdb.dwarf2/implref-array.exp: Likewise.
12305 * gdb.dwarf2/implref-global.c: Likewise.
12306 * gdb.dwarf2/implref-global.exp: Likewise.
12307 * gdb.dwarf2/implref-struct.c: Likewise.
12308 * gdb.dwarf2/implref-struct.exp: Likewise.
12309
123102016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12311
12312 * gdb.trace/trace-condition.exp: Add 64bit tests.
12313
123142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12315
12316 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12317 bits types.
12318 (main): Adapt to 8 to 64 bits types.
12319 * gdb.trace/trace-condition.exp: Add new tests.
12320
123212016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12322
12323 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12324
123252016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12326
12327 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12328 Move condition tests...
12329 * gdb.trace/trace-condition.exp: Here.
12330
123312016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12332
12333 * gdb.trace/trace-condition.exp: Add counter-case tests.
12334
123352016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12336
12337 PR c++/15231
12338 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12339 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12340
123412016-05-27 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12344 New procedure.
12345 (top level): Call it, and bail out of DejaGnu is known to be bad.
12346
123472016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12348
12349 * gdb.base/whatis.c: Extend the test case.
12350 * gdb.base/whatis.exp: Add additional tests.
12351
123522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12353
12354* gdb.fortran/type.f90: Add pointer variable.
12355* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12356
123572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12358
12359 * gdb.fortran/vla-type.exp: Fix testcase name.
12360
123612016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12362
12363 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12364
123652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12366
12367 * gdb.fortran/type.f90: Add nested structures.
12368 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12369 * gdb.fortran/derived-type.exp: Adapt expected output.
12370 * gdb.fortran/vla-type.exp: Adapt expected output.
12371
123722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12373
12374 * gdb.fortran/whatis_type.exp: Adapt expected output.
12375
123762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12377
12378 * gdb.fortran/print_type.exp: Fix expected output.
12379 * gdb.fortran/whatis_type.exp: Fix expected output.
12380
123812016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12382
12383 * gdb.fortran/whatis_type.exp: Use multi_line.
12384
123852016-05-24 Tom Tromey <tom@tromey.com>
12386
12387 PR python/17386:
12388 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12389 use value as an index.
12390
123912016-05-23 Tom Tromey <tom@tromey.com>
12392
12393 PR python/17981:
12394 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12395 no-breakpoint case.
12396
123972016-05-24 Pedro Alves <palves@redhat.com>
12398
12399 PR gdb/19828
12400 * gdb.threads/clone-attach-detach.c: New file.
12401 * gdb.threads/clone-attach-detach.exp: New file.
12402
124032016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12404
12405 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12406
124072016-05-23 Tom Tromey <tom@tromey.com>
12408
12409 PR python/19438, PR python/18393:
12410 * gdb.python/py-progspace.exp: Add "dir" test.
12411 * gdb.python/py-objfile.exp: Add "dir" test.
12412
124132016-05-23 Yao Qi <yao.qi@linaro.org>
12414
12415 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12416 * gdb.arch/thumb2-it.exp: Likewise.
12417
124182016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12419
12420 * gdb.mi/mi-threads-interrupt.c: New file.
12421 * gdb.mi/mi-threads-interrupt.exp: New file.
12422
124232016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12424
12425 PR gdb/18077
12426 * gdb.mi/mi-async-run.exp: New file.
12427 * gdb.mi/mi-async-run.c: New file.
12428
124292016-05-17 Tom Tromey <tom@tromey.com>
12430 Manish Goregaokar <manishsmail@gmail.com>
12431
12432 * lib/rust-support.exp: New file.
12433 * lib/gdb.exp (skip_rust_tests): New proc.
12434 (build_executable_from_specs): Handle rust.
12435 * lib/future.exp (gdb_find_rustc): New proc.
12436 (gdb_default_target_compile): Handle rust.
12437 * gdb.rust/expr.exp: New file.
12438 * gdb.rust/generics.exp: New file.
12439 * gdb.rust/generics.rs: New file.
12440 * gdb.rust/methods.exp: New file.
12441 * gdb.rust/methods.rs: New file.
12442 * gdb.rust/modules.exp: New file.
12443 * gdb.rust/modules.rs: New file.
12444 * gdb.rust/simple.exp: New file.
12445 * gdb.rust/simple.rs: New file.
12446
124472016-05-17 Tom Tromey <tom@tromey.com>
12448
12449 * gdb.base/default.exp (set language): Add rust.
12450
124512016-05-17 Tom Tromey <tom@tromey.com>
12452
12453 * gdb.gdb/unittest.exp: New file.
12454
124552016-05-16 Yao Qi <yao.qi@linaro.org>
12456
12457 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12458 shell_prompt. Update shell_prompt_re.
12459
124602016-05-12 Doug Evans <dje@google.com>
12461
12462 PR symtab/19999
12463 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12464 $options when building executable.
12465 * gdb.dwarf2/fission-loclists-pie.S: New file.
12466 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12467
124682016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12469
12470 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12471 of [is_remote target],
12472
124732016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12474
12475 * lib/gdb.exp (use_gdb_stub): New procedure.
12476
124772016-05-03 Yunlian Jiang <yunlian@google.com>
12478 Doug Evans <dje@google.com>
12479
12480 PR symtab/19914
12481 * gdb.dwarf2/dwp-sepdebug.c: New file.
12482 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12483
124842016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12485
12486 * gdb.base/detach.exp: Remove is_remote check.
12487
124882016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12489
12490 * gdb.base/annota-input-while-running.exp: Don't check for
12491 [is_remote target]. Enable annotations after running to main.
12492 Remove unused "set test..." line.
12493
124942016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12495
12496 * gdb.trace/trace-enable-disable.exp: New file.
12497 * gdb.trace/trace-enable-disable.c: New file.
12498
124992016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12500
12501 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12502 use it in info sharedlibrary test.
12503 * gdb.trace/ftrace-lock.exp: Likewise.
12504 * gdb.trace/ftrace.exp: Likewise.
12505 * gdb.trace/range-stepping.exp: Likewise.
12506 * gdb.trace/trace-break.exp: Likewise.
12507 * gdb.trace/trace-condition.exp: Likewise.
12508 * gdb.trace/trace-mt.exp: Likewise.
12509
125102016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12511
12512 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12513 (gdb_load_shlib): ... this.
12514 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12515 gdb_load_shlib.
12516 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12517 * gdb.base/ctxobj.exp: Likewise.
12518 * gdb.base/dprintf-pending.exp: Likewise.
12519 * gdb.base/dso2dso.exp: Likewise.
12520 * gdb.base/fixsection.exp: Likewise.
12521 * gdb.base/gcore-relro.exp: Likewise.
12522 * gdb.base/gdb1555.exp: Likewise.
12523 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12524 * gdb.base/gnu-ifunc.exp: Likewise.
12525 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12526 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12527 * gdb.base/pending.exp: Likewise.
12528 * gdb.base/print-file-var.exp: Likewise.
12529 * gdb.base/print-symbol-loading.exp: Likewise.
12530 * gdb.base/shlib-call.exp: Likewise.
12531 * gdb.base/shreloc.exp: Likewise.
12532 * gdb.base/so-impl-ld.exp: Likewise.
12533 * gdb.base/solib-disc.exp: Likewise.
12534 * gdb.base/solib-nodir.exp: Likewise.
12535 * gdb.base/solib-overlap.exp: Likewise.
12536 * gdb.base/solib-symbol.exp: Likewise.
12537 * gdb.base/solib-weak.exp (do_test): Likewise.
12538 * gdb.base/sym-file.exp: Likewise.
12539 * gdb.base/symtab-search-order.exp: Likewise.
12540 * gdb.base/type-opaque.exp: Likewise.
12541 * gdb.base/unload.exp: Likewise.
12542 * gdb.base/watchpoint-solib.exp: Likewise.
12543 * gdb.compile/compile.exp: Likewise.
12544 * gdb.cp/gdb2384.exp: Likewise.
12545 * gdb.cp/infcall-dlopen.exp: Likewise.
12546 * gdb.cp/re-set-overloaded.exp: Likewise.
12547 * gdb.fortran/library-module.exp: Likewise.
12548 * gdb.opt/solib-intra-step.exp: Likewise.
12549 * gdb.python/py-finish-breakpoint.exp: Likewise.
12550 * gdb.python/py-shared.exp: Likewise.
12551 * gdb.reverse/solib-precsave.exp: Likewise.
12552 * gdb.reverse/solib-reverse.exp: Likewise.
12553 * gdb.server/solib-list.exp: Likewise.
12554 * gdb.threads/dlopen-libpthread.exp: Likewise.
12555 * gdb.threads/tls-shared.exp: Likewise.
12556 * gdb.threads/tls-so_extern.exp: Likewise.
12557 * gdb.trace/change-loc.exp: Likewise.
12558 * gdb.trace/ftrace-lock.exp: Likewise.
12559 * gdb.trace/ftrace.exp: Likewise.
12560 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12561 * gdb.trace/pending.exp: Likewise.
12562 * gdb.trace/range-stepping.exp: Likewise.
12563 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12564 (strace_info_marker): Likewise.
12565 (strace_probe_marker): Likewise.
12566 (strace_trace_on_same_addr): Likewise.
12567 (strace_trace_on_diff_addr): Likewise.
12568 * gdb.trace/trace-break.exp: Likewise.
12569 * gdb.trace/trace-condition.exp: Likewise.
12570 * gdb.trace/trace-mt.exp: Likewise.
12571
125722016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12573
12574 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12575 result of gdb_remote_download.
12576 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12577 * gdb.base/dso2dso.exp: Likewise.
12578 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12579 * gdb.base/print-file-var.exp: Likewise.
12580 * gdb.base/shlib-call.exp: Likewise.
12581 * gdb.base/shreloc.exp: Likewise.
12582 * gdb.base/solib-overlap.exp: Likewise.
12583 * gdb.base/solib-weak.exp (do_test): Likewise.
12584 * gdb.base/unload.exp: Likewise.
12585
125862016-04-27 Yao Qi <yao.qi@linaro.org>
12587
12588 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12589 exists.
12590
125912016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12592
12593 * vla-type.exp: Print structure from toplevel.
12594
125952016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12596
12597 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12598 of dynamic types.
12599 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12600 of dynamic types.
12601
126022016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12603
12604 * gdb.fortran/vla-type.f90: New file.
12605 * gdb.fortran/vla-type.exp: New file.
12606
126072016-04-25 Yao Qi <yao.qi@linaro.org>
12608
12609 * gdb.base/branch-to-self.c: New file.
12610 * gdb.base/branch-to-self.exp: New file.
12611
126122016-04-22 Yao Qi <yao.qi@linaro.org>
12613
12614 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12615 more after $hex.
12616
126172016-04-22 Yao Qi <yao.qi@linaro.org>
12618
12619 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12620 * gdb.base/annota3.exp: Likewise.
12621
126222016-04-22 Yao Qi <yao.qi@linaro.org>
12623
12624 * gdb.reverse/step-precsave.exp: Do one step and test program
12625 stops in "callee" and do multiple steps until program goes out
12626 of "callee".
12627 * gdb.reverse/step-reverse.exp: Likewise.
12628
126292016-04-22 Yao Qi <yao.qi@linaro.org>
12630
12631 * gdb.trace/signal.exp: Also pass if
12632 $tracepoint_hits($i) > $iterations.
12633
126342016-04-22 Yao Qi <yao.qi@linaro.org>
12635
12636 * gdb.trace/signal.c: New file.
12637 * gdb.trace/signal.exp: New file.
12638
126392016-04-19 Doug Evans <xdje42@gmail.com>
12640
12641 * gdb.base/bad-file.exp: New file.
12642
126432016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12644
12645 * gdb.dwarf2/implref.exp: New file.
12646
126472016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12648
12649 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12650 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12651 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12652 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12653 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12654 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12655 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12656 * lib/fortran.exp (fortran_int4): New procedure.
12657 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12658 (fortran_logical4): Likewise.
12659
126602016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12661
12662 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12663
126642016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12665
12666 * lib/compiler.c: Add Intel specific preprocessor macros.
12667 * lib/compiler.cc: Likewise.
12668
126692016-04-13 Luis Machado <lgustavo@codesourcery.com>
12670
12671 * gdb.server/connect-with-no-symbol-file.c: New file.
12672 * gdb.server/connect-with-no-symbol-file.exp: New file.
12673
126742016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12675
12676 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12677
126782016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12679
12680 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12681 standard output directory.
12682
126832016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12684
12685 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12686
126872016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12688
12689 * gdb.btrace/instruction_history.c (loop): Add declaration.
12690
126912016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12692
12693 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12694
126952016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12696
12697 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12698 parentheses to print.
12699 (continue_handler): Likewise.
12700
127012016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * gdb.server/solib-list.exp: Remove is_remote check.
12704 Pass shlib= to gdb_compile. Don't link shared library with
12705 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12706 Run binary filename through "readlink -f" on the target.
12707
127082016-04-08 Pedro Alves <palves@redhat.com>
12709
12710 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12711 interpreter filename as argument to gdbserver_spawn.
12712 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12713 Return empty if $last_loaded_file does not exist.
12714
127152016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12716
12717 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12718 * gdb.base/jit-main.c: Use exit after usage.
12719
127202016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12721
12722 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12723 GDBHISTSIZE prior to the tests.
12724 * gdb.base/gdbinit-history.exp: Likewise.
12725
127262016-04-07 Pedro Alves <palves@redhat.com>
12727
12728 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12729 instead of build_executable. Use gdb_load_shlibs.
12730
127312016-04-07 Yao Qi <yao.qi@linaro.org>
12732
12733 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12734 Execute "si" command.
12735
127362016-04-07 Yao Qi <yao.qi@linaro.org>
12737
12738 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12739 number instead of the comments on some line.
12740
127412016-04-06 Don Breazeal <donb@codesourcery.com>
12742
12743 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12744 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12745
127462016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12747
12748 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12749 standard_output_file. Remove unused binfile variable.
12750
127512016-04-05 Catalin Udma <catalin.udma@freescale.com>
12752
12753 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12754 * gdb.python/py-mi-objfile.exp: Match "list main" output
12755 in console format.
12756
127572016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12758
12759 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12760 absolute.
12761
127622016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12763
12764 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12765 absolute.
12766 * gdb.trace/ftrace.exp: Likewise.
12767 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12768 targets as well.
12769 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12770 (gdb_load_shlibs): Copy libraries to test directory when testing
12771 natively. Only set solib-search-path if testing remotely.
12772 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12773
127742016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12775
12776 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12777 gdb_download. Use it even if the target is not remote.
12778 * gdb.base/jit.exp (compile_jit_test): Likewise.
12779 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12780 output directory if the destination board is local, otherwise use
12781 the standard remote_download from DejaGnu.
12782 (gdb_download): Remove.
12783 (gdb_load_shlibs): Use gdb_remote_download instead of
12784 gdb_download.
12785 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12786 Use gdb_remote_download instead of gdb_download. Use it even if
12787 the target is not remote.
12788 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12789 instead of gdb_download.
12790
127912016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12792
12793 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12794 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12795 run.
12796
127972016-04-01 Artemiy Volkov <artemiyv@acm.org>
12798
12799 PR gdb/19820
12800 * gdb.base/printcmds.exp: Add artificial arrays tests.
12801
128022016-03-31 Pedro Alves <palves@redhat.com>
12803
12804 PR gdb/19858
12805 * gdb.base/jit-main.c: Include unistd.h.
12806 (ATTACH): Define to 0 if not already defined.
12807 (wait_for_gdb, mypid): New globals.
12808 (WAIT_FOR_GDB): New macro.
12809 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12810 some breakpoint locations.
12811 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12812 New procedures.
12813 (one_jit_test): Add REATTACH parameter, and handle it. Use
12814 continue_to_test_location.
12815 (top level): Test attach, and adjusts calls to one_jit_test.
12816
128172016-03-31 Pedro Alves <palves@redhat.com>
12818
12819 PR gdb/19858
12820 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12821 BINSUFFIX parameter, and handle it.
12822 (top level): Adjust calls compile_jit_test.
12823
128242016-03-31 Catalin Udma <catalin.udma@freescale.com>
12825
12826 PR python/19743
12827 * gdb.python/py-mi-events-gdb.py: New file.
12828 * gdb.python/py-mi-events.c: New file.
12829 * gdb.python/py-mi-events.exp: New file.
12830
128312016-03-30 Yao Qi <yao.qi@linaro.org>
12832
12833 * gdb.reverse/until-precsave.exp: Match function name only.
12834 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12835 Move malloc to a condition block.
12836 * gdb.reverse/until-reverse.exp: Match function name only.
12837
128382016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12839
12840 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12841 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12842 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12843 variable for GPR 0 instead of assuming it is register 0.
12844 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12845 * lib/trace-support.exp: Add s390 registers.
12846
128472016-03-29 Yao Qi <yao.qi@linaro.org>
12848
12849 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12850
128512016-03-24 Yao Qi <yao.qi@linaro.org>
12852
12853 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12854 test message.
12855
128562016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12857
12858 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12859 maintaining separate logic for constructing the output path.
12860
128612016-03-16 Don Breazeal <donb@codesourcery.com>
12862
12863 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12864 Retry fork and waitpid on interrupted system call errors.
12865 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12866 Use with_timeout_factor to increase timeout by factor of 10.
12867
128682016-03-15 Don Breazeal <donb@codesourcery.com>
12869
12870 * gdb.cp/scope-err.cc: New test program.
12871 * gdb.cp/scope-err.exp: New test script.
12872 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12873 lines and "set breakpoint here" comment.
12874 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12875 Fixed some whitespace and format issues.
12876 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12877 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12878
128792016-03-15 Doug Evans <dje@google.com>
12880
12881 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12882 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12883 All callers updated. Add tests for enums, mixed flags register.
12884
128852016-03-15 Doug Evans <dje@google.com>
12886
12887 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12888 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12889
128902016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12891
12892 * gdb.base/default.exp: Add $_as_string to the list of expected
12893 convenience functions.
12894
128952016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12896
12897 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12898
128992016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12900
12901 * gdb.python/py-as-string.exp: New file.
12902 * gdb.python/py-as-string.c: New file.
12903
129042016-03-09 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12907 signal" -> "Thread NN received signal" output change.
12908 * gdb.threads/ia64-sigill.exp: Likewise.
12909 * gdb.threads/linux-dp.exp: Likewise.
12910 * gdb.threads/manythreads.exp: Likewise.
12911 * gdb.threads/pending-step.exp: Likewise.
12912 * gdb.threads/print-threads.exp: Likewise.
12913 * gdb.threads/sigstep-threads.exp: Likewise.
12914 * gdb.threads/staticthreads.exp: Likewise.
12915 * gdb.threads/tls.exp: Likewise.
12916
129172016-03-09 Pedro Alves <palves@redhat.com>
12918
12919 * gdb.base/command-line-input.exp: New file.
12920
129212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12922
12923 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12924 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12925 * gdb.trace/pending.exp: Accept leading dot before function name.
12926 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12927 * lib/trace-support.exp: Set registers for ppc.
12928
129292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12930
12931 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12932 use it for disassembly; accept .main in addition to main in backtrace.
12933
129342016-03-09 Wei-cheng Wang <cole945@gmail.com>
12935 Marcin Kościelnicki <koriakin@0x04.net>
12936
12937 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12938 (gdb_recursion_test_ptr): New global variable.
12939 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12940 gdb_recursion_test.
12941 (gdb_c_test): Ditto.
12942
129432016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12944
12945 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12946 ordering.
12947
129482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12949
12950 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12951 (bar): Add bar_start_lbl label.
12952 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12953 of foo/bar for emitting DWARF and tracing.
12954
129552016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12956
12957 * analyze-racy-logs.py: Set executable bit.
12958
129592016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12960
12961 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12962 (CHECK_TARGET_TMP): Likewise.
12963 (check-single-racy): New rule.
12964 (check-parallel-racy): Likewise.
12965 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12966 (do-check-parallel-racy): New rule.
12967 (check-racy/%.exp): Likewise.
12968 * README (Racy testcases): New section.
12969 * analyze-racy-logs.py: New file.
12970
129712016-03-03 Doug Evans <dje@google.com>
12972
12973 * gdb.base/skip.exp: Use with_test_prefix.
12974
129752016-03-03 Yao Qi <yao.qi@linaro.org>
12976
12977 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12978 Invoke step_over_syscall "clone" and break_cond_on_syscall
12979 "clone".
12980 * gdb.base/step-over-clone.c: New file.
12981
129822016-03-03 Yao Qi <yao.qi@linaro.org>
12983
12984 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12985 code format.
12986
129872016-03-03 Yao Qi <yao.qi@linaro.org>
12988
12989 * gdb.base/disp-step-fork.c: Rename to ...
12990 * gdb.base/step-over-fork.c: ... it. New file.
12991 * gdb.base/disp-step-vfork.c: Rename to ...
12992 * gdb.base/step-over-vfork.c: ... it. New file.
12993 * gdb.base/disp-step-syscall.exp: Rename to ...
12994 * gdb.base/step-over-syscall.exp: ... it. New file.
12995 (disp_step_cross_syscall): Rename to ...
12996 (step_over_syscall): ... it.
12997
129982016-03-03 Yao Qi <yao.qi@linaro.org>
12999
13000 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13001 If target supports condition evaluation on target, invoke
13002 break_cond_on_syscall for fork and vfork.
13003
130042016-03-03 Yao Qi <yao.qi@linaro.org>
13005
13006 * gdb.base/disp-step-syscall.exp: Don't invoke
13007 support_displaced_stepping.
13008 (disp_step_cross_syscall): Test with displaced stepping off and
13009 on if supported.
13010
130112016-03-03 Yao Qi <yao.qi@linaro.org>
13012
13013 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13014 proc.
13015 (setup): New proc.
13016 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13017 and setup.
13018
130192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13020
13021 * gdb.fortran/vla-history.exp: Remove breakpoint.
13022
130232016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13024
13025 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13026 exceeds timeout.
13027
130282016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13029
13030 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13031 breakpoint.
13032
130332016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13034
13035 * gdb.mi/vla.f90: Nullify pointer after declaration.
13036
130372016-03-01 Pedro Alves <palves@redhat.com>
13038
13039 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13040
130412016-03-01 Pedro Alves <palves@redhat.com>
13042
13043 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13044 before anything else.
13045 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13046 _GNU_SOURCE here.
13047 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13048 before anything else.
13049 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13050
130512016-03-01 Pedro Alves <palves@redhat.com>
13052
13053 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13054
130552016-03-01 Yao Qi <yao.qi@linaro.org>
13056
13057 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13058 prepare_for_testing.
13059
130602016-03-01 Yao Qi <yao.qi@linaro.org>
13061
13062 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13063
130642016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13065
13066 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13067 manually constructing the output path.
13068
130692016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13070
13071 * gdb.arch/s390-stackless.S: New.
13072 * gdb.arch/s390-stackless.exp: New.
13073
130742016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13075
13076 * gdb.dlang/circular.c: New file.
13077 * gdb.dlang/circular.exp: New file.
13078
130792016-02-26 Yao Qi <yao.qi@linaro.org>
13080
13081 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13082 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13083 (testcases): Update.
13084
130852016-02-26 Yao Qi <yao.qi@linaro.org>
13086
13087 * gdb.reverse/aarch64.c: Rename to ...
13088 * gdb.reverse/insn-reverse.c: ... it.
13089 * gdb.reverse/aarch64.exp: Rename to ...
13090 * gdb.reverse/insn-reverse.exp: ... it.
13091
130922016-02-26 Yao Qi <yao.qi@linaro.org>
13093
13094 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13095 (testcase_ftype): New.
13096 (testcases): New array.
13097 (n_testcases): New.
13098 (main): Call each element in testcases.
13099 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13100 (read_testcase): New.
13101 Do the tests in a loop.
13102
131032016-02-25 Yao Qi <yao.qi@linaro.org>
13104
13105 * gdb.base/branches.c: Remove.
13106
131072016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13108
13109 PR gdb/13808
13110 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13111
131122016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13113
13114 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13115
131162016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13117
13118 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13119 change x86_64 call_insn to 'callq'.
13120
131212016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13122
13123 * gdb.trace/tfile-avx.c: Move to...
13124 * gdb.trace/tracefile-pseudo-reg.c: Here.
13125 * gdb.trace/tfile-avx.exp: Move to...
13126 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13127
131282016-02-24 Gary Benson <gbenson@redhat.com>
13129
13130 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13131 message on attach.
13132
131332016-02-23 Doug Evans <dje@google.com>
13134
13135 * gdb.base/skip.c (test_skip): New function.
13136 (end_test_skip_file_and_function): New function.
13137 (test_skip_file_and_function): New function.
13138 * gdb.base/skip1.c (test_skip): New function.
13139 (skip1_test_skip_file_and_function): New function.
13140 * gdb.base/skip.exp: Add tests for new skip options.
13141 * gdb.base/skip-solib.exp: Update expected output.
13142 * gdb.perf/skip-command.cc: New file.
13143 * gdb.perf/skip-command.exp: New file.
13144 * gdb.perf/skip-command.py: New file.
13145
131462016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13147
13148 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13149 info registers pattern.
13150
131512016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13152
13153 * lib/future.exp: Add D support.
13154 (gdb_find_gdc): New proc.
13155 (gdb_default_target_compile): Add D support.
13156
131572016-02-18 Wei-cheng Wang <cole945@gmail.com>
13158
13159 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13160 user+system time.
13161 (trace_speed_test): Determine the iteration count for a time
13162 between 15..30 seconds.
13163
131642016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13165
13166 * gdb.arch/i386-mpx-sigsegv.c: New file.
13167 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13168 * gdb.arch/i386-mpx-simple_segv.c: New file.
13169 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13170
131712016-02-18 Yao Qi <yao.qi@linaro.org>
13172
13173 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13174 Don't call setup_kfail.
13175
131762016-02-18 Yao Qi <yao.qi@linaro.org>
13177
13178 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13179 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13180
131812016-02-16 Doug Evans <dje@google.com>
13182
13183 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13184 * gdb.base/skip1.c: Ditto.
13185 * gdb.base/skip.exp: Whitespace cleanup.
13186
131872016-02-16 Don Breazeal <donb@codesourcery.com>
13188
13189 PR remote/19496
13190 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13191 Remove kfail for PR remote/19496.
13192
131932016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13194
13195 * lib/gdb.exp (standard_temp_file): Return a path specific to
13196 the runtest invocation.
13197
131982016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13199
13200 * gdb.trace/save-trace.exp: Change relative path to be in the
13201 standard output directory.
13202
132032016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13204
13205 * gdb.arch/i386-prologue.c: Add missing prototypes.
13206
132072016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13208
13209 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13210 * gdb.arch/i386-prologue.exp: Likewise.
13211 * gdb.arch/i386-size.exp: Likewise.
13212
132132016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13214
13215 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13216 define object file path.
13217 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13218 file path.
13219 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13220 standard_output_file to define binfile.
13221
132222016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13223
13224 Fix compatibility with recent gfortran-5.3.1.
13225 * gdb.fortran/vla-history.exp (print vla1 allocated)
13226 (print vla2 allocated, print $2, print $3): Remove
13227 (print $4): Rename to ...
13228 (print $2): ... here.
13229 (print $9): Rename to ...
13230 (print $5): ... here.
13231 (print $10): Rename to ...
13232 (print $6): ... here.
13233 * gdb.fortran/vla.f90: Add pvla initialization.
13234
132352016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13236
13237 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13238 New test.
13239 * gdb.fortran/vla-value-sub.exp: Likewise.
13240
132412016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13242
13243 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13244
132452016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13246
13247 * i386-biarch-core.exp: Define corefile using
13248 standard_output_file.
13249
132502016-02-12 Yao Qi <yao.qi@linaro.org>
13251
13252 * gdb.arch/arm-single-step-kernel-helper.c: New.
13253 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13254
132552016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13256
13257 * gdb.btrace/tailcall-only.exp: New.
13258 * gdb.btrace/tailcall-only.c: New.
13259 * gdb.btrace/x86_64-tailcall-only.S: New.
13260 * gdb.btrace/i686-tailcall-only.S: New.
13261
132622016-02-11 Pedro Alves <palves@redhat.com>
13263
13264 * README (Parallel testing): Add missing double quotes.
13265
132662016-02-11 Pedro Alves <palves@redhat.com>
13267
13268 * README (Parallel testing): New section.
13269 (GDB_PARALLEL): Rewrite.
13270 (FORCE_PARALLEL): Document.
13271
132722016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13273
13274 * gdb.trace/tfile-avx.c: New test.
13275 * gdb.trace/tfile-avx.exp: New test.
13276
132772016-02-09 Keith Seitz <keiths@redhat.com>
13278
13279 PR breakpoints/19546
13280 * gdb.base/infcall-exec.c: New file.
13281 * gdb.base/infcall-exec2.c: New file.
13282 * gdb.base/infcall-exec.exp: New file.
13283
132842016-02-09 Keith Seitz <keiths@redhat.com>
13285
13286 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13287 (toplevel): Call test_bkpt_address.
13288
132892016-02-09 Keith Seitz <keiths@redhat.com>
13290
13291 PR python/19506
13292 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13293 (toplevel): Call test_bkpt_address.
13294
132952016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13296
13297 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13298 to AC_OUTPUT.
13299 * configure: Regenerate.
13300
133012016-02-09 Pedro Alves <palves@redhat.com>
13302
13303 PR breakpoints/19548
13304 * gdb.base/execl-update-breakpoints.c (some_function): New
13305 function.
13306 (main): Call it.
13307 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13308 Tighten expected GDB output.
13309
133102016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13311
13312 * Makefile.in (ALL_SUBDIRS): Remove.
13313 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13314 (distclean maintainer-clean realclean): Likewise.
13315 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13316 * configure: Regenerate.
13317 * gdb.ada/Makefile.in: Delete.
13318 * gdb.arch/Makefile.in: Likewise.
13319 * gdb.asm/Makefile.in: Likewise.
13320 * gdb.base/Makefile.in: Likewise.
13321 * gdb.btrace/Makefile.in: Likewise.
13322 * gdb.cell/Makefile.in: Likewise.
13323 * gdb.compile/Makefile.in: Likewise.
13324 * gdb.cp/Makefile.in: Likewise.
13325 * gdb.disasm/Makefile.in: Likewise.
13326 * gdb.dlang/Makefile.in: Likewise.
13327 * gdb.dwarf2/Makefile.in: Likewise.
13328 * gdb.fortran/Makefile.in: Likewise.
13329 * gdb.gdb/Makefile.in: Likewise.
13330 * gdb.go/Makefile.in: Likewise.
13331 * gdb.guile/Makefile.in: Likewise.
13332 * gdb.java/Makefile.in: Likewise.
13333 * gdb.linespec/Makefile.in: Likewise.
13334 * gdb.mi/Makefile.in: Likewise.
13335 * gdb.modula2/Makefile.in: Likewise.
13336 * gdb.multi/Makefile.in: Likewise.
13337 * gdb.objc/Makefile.in: Likewise.
13338 * gdb.opencl/Makefile.in: Likewise.
13339 * gdb.opt/Makefile.in: Likewise.
13340 * gdb.pascal/Makefile.in: Likewise.
13341 * gdb.perf/Makefile.in: Likewise.
13342 * gdb.python/Makefile.in: Likewise.
13343 * gdb.reverse/Makefile.in: Likewise.
13344 * gdb.server/Makefile.in: Likewise.
13345 * gdb.stabs/Makefile.in: Likewise.
13346 * gdb.threads/Makefile.in: Likewise.
13347 * gdb.trace/Makefile.in: Likewise.
13348 * gdb.xml/Makefile.in: Likewise.
13349 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13350 GDB_PARALLEL.
13351 (standard_output_file): Remove check for GDB_PARALLEL, always
13352 return path in outputs/$subdir/$testname.
13353
133542016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13355
13356 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13357 (site.exp): Assign abs_srcdir to tcl's srcdir.
13358
133592016-02-04 Yao Qi <yao.qi@linaro.org>
13360
13361 * gdb.base/foll-exec-mode.c: Include limits.h.
13362 (main): Add parameters argc and argv. Get directory from
13363 argv[0].
13364 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13365 compilation.
13366 * gdb.base/foll-exec.c: Include limits.h.
13367 (main): Add parameters argc and argv.
13368 Get directory from argv[0].
13369 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13370 Adjust tests on the number of lines as source code changed.
13371 * gdb.base/foll-vfork-exit.c: Include limits.h.
13372 (main): Add one line of statement before vfork.
13373 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13374 (main): Add parameters argc and argv. Get directory from
13375 argv[0].
13376 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13377 (setup_gdb): Set tbreak to skip some source lines.
13378 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13379 (main): Add parameters argc and argv. Get directory from
13380 argv[0].
13381 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13382 compilation.
13383 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13384 (main): Add parameters argc and argv. Get directory from
13385 argv[0].
13386 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13387 compilation.
13388
133892016-02-01 Doug Evans <dje@google.com>
13390
13391 * gdb.base/skip.exp: Clean up multiple references to same test name.
13392
133932016-02-01 Pedro Alves <palves@redhat.com>
13394
13395 PR remote/19496
13396 * gdb.threads/forking-threads-plus-breakpoint.exp
13397 (displaced_stepping_supported): New global.
13398 (probe_displaced_stepping_support): New procedure.
13399 (do_test): Add 'displaced' parameter, and use it.
13400 (top level): Check for displaced stepping support. Add displaced
13401 stepping on/off testing axis.
13402
134032016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13404
13405 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13406 pointer. Don't perform further tests on the unassociated pointer
13407 if the first test fails.
13408
134092016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13410
13411 * gdb.base/max-value-size.c: New file.
13412 * gdb.base/max-value-size.exp: New file.
13413 * gdb.base/huge.exp: Disable max-value-size for this test.
13414
134152016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13416
13417 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13418
134192016-01-28 Yao Qi <yao.qi@linaro.org>
13420
13421 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13422
134232016-01-25 Pedro Alves <palves@redhat.com>
13424
13425 PR threads/19461
13426 * gdb.base/fork-running-state.c: New file.
13427 * gdb.base/fork-running-state.exp: New file.
13428
134292016-01-25 Pedro Alves <palves@redhat.com>
13430
13431 PR gdb/19494
13432 * gdb.base/catch-fork-kill.c: New file.
13433 * gdb.base/catch-fork-kill.exp: New file.
13434
134352016-01-25 Pedro Alves <palves@redhat.com>
13436
13437 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13438 Delete, moved to lib/gdb.exp.
13439 * gdb.threads/forking-threads-plus-breakpoint.exp
13440 (foreach_with_prefix): Likewise.
13441 * gdb.threads/process-dies-while-handling-bp.exp
13442 (foreach_with_prefix): Likewise.
13443 * lib/gdb.exp (foreach_with_prefix): New procedure.
13444
134452016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13446
13447 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13448 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13449
134502016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13451
13452 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13453 endian targets.
13454
134552016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13456 Pedro Alves <palves@redhat.com>
13457
13458 Fix testsuite compatibility with Guile.
13459 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13460 number.
13461
134622016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13463
13464 Fix testsuite compatibility with Guile.
13465 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13466 (thread 1): New test for backtrace through signal handler.
13467
134682016-01-22 Yao Qi <yao.qi@linaro.org>
13469
13470 PR testsuite/19491
13471 * gdb.base/multi-forks.c: Include
13472 ../lib/unbuffer_output.c
13473 (main): Call gdb_unbuffer_output.
13474
134752016-01-21 Doug Evans <dje@google.com>
13476
13477 * lib/ada.exp (gdb_compile_ada): Fix typo.
13478
134792016-01-21 Joel Brobecker <brobecker@adacore.com>
13480
13481 * gdb.base/break-fun-addr.exp: New file.
13482 * gdb.base/break-fun-addr1.c: New file.
13483 * gdb.base/break-fun-addr2.c: New file.
13484
134852016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13486
13487 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13488 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13489 enum flag values.
13490
134912016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13492
13493 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13494 when GDB can not set the vector return value. Add more comments
13495 for clarification.
13496
134972016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13498
13499 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13500 command.
13501
135022016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13503
13504 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13505
135062016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13507
13508 * Makefile.in (check-single): Pass --status to runtest.
13509 (check/%.exp): Likewise.
13510
135112016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13512
13513 * Makefile.in (check-parallel): Propagate return code from make
13514 do-check-parallel.
13515
135162016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13517
13518 * gdb.trace/ftrace.exp: Fix expected message on continue.
13519 * gdb.trace/pending.exp: Fix expected message on continue.
13520 * gdb.trace/trace-break.exp: Fix expected message on continue.
13521
135222016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13523
13524 * lib/gdb.exp (gdb_test): Remove unused global references.
13525
135262016-01-18 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.base/async-shell.exp: Adjust expected output.
13529 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13530 * gdb.base/siginfo-thread.exp: Adjust expected output.
13531 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13532 * gdb.java/jnpe.exp: Adjust expected output.
13533 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13534 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13535 * gdb.threads/leader-exit.exp: Adjust expected output.
13536 * gdb.threads/manythreads.exp: Adjust expected output.
13537 * gdb.threads/pthreads.exp: Adjust expected output.
13538 * gdb.threads/schedlock.exp: Adjust expected output.
13539 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13540 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13541 expected output.
13542 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13543 output.
13544 * gdb.threads/sigthread.exp: Adjust expected output.
13545 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13546
135472016-01-18 Yao Qi <yao.qi@linaro.org>
13548
13549 * gdb.guile/scm-section-script.c: Replace @progbits with
13550 %progbits.
13551 * gdb.python/py-section-script.c: Likewise.
13552
135532016-01-15 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.multi/tids.exp: Test star wildcard ranges.
13556
135572016-01-15 Pedro Alves <palves@redhat.com>
13558
13559 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13560 command from "thread apply" invocation.
13561 (thr_apply_info_thr_invalid): Default the expected output to the
13562 input tid list.
13563 (top level): Add tests that use convenience variables. Add tests
13564 for "thread apply" with a valid TID list, but missing the command.
13565
135662016-01-13 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.base/default.exp: Expect $_gthread as well.
13569 * gdb.multi/tids.exp: Test $_gthread.
13570 * gdb.threads/thread-specific.exp: Test $_gthread.
13571
135722016-01-13 Pedro Alves <palves@redhat.com>
13573
13574 * gdb.multi/tids.exp: Test "info threads -gid".
13575
135762016-01-13 Pedro Alves <palves@redhat.com>
13577
13578 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13579 Breakpoint.thread.
13580 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13581
135822016-01-07 Pedro Alves <palves@redhat.com>
13583
13584 * gdb.base/break.exp: Adjust to output changes.
13585 * gdb.base/hbreak2.exp: Likewise.
13586 * gdb.base/sepdebug.exp: Likewise.
13587 * gdb.base/watch_thread_num.exp: Likewise.
13588 * gdb.linespec/keywords.exp: Likewise.
13589 * gdb.multi/info-threads.exp: Likewise.
13590 * gdb.threads/thread-find.exp: Likewise.
13591 * gdb.multi/tids.c: New file.
13592 * gdb.multi/tids.exp: New file.
13593
135942016-01-13 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13597
135982016-01-13 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.base/default.exp: Expect $_inferior as well.
13601 * gdb.multi/base.exp: Test $_inferior.
13602
136032016-01-13 Pedro Alves <palves@redhat.com>
13604
13605 PR breakpoints/19388
13606 * gdb.base/catch-signal-siginfo-cond.c: New file.
13607 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13608
136092016-01-12 Josh Stone <jistone@redhat.com>
13610 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13611
13612 * gdb.base/catch-syscall.c (do_execve): New variable.
13613 (main): Conditionally trigger an execve.
13614 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13615 (test_catch_syscall_execve): New, check entry/return across execve.
13616 (do_syscall_tests): Call test_catch_syscall_execve.
13617
136182016-01-12 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.base/random-signal.exp (do_test): New procedure, with body
13621 of testcase moved in.
13622
136232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13624 Pedro Alves <palves@redhat.com>
13625
13626 * gdb.base/funcargs.exp (finish from indirectly called function):
13627 Reintroduce the case for 'First'.
13628
136292016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13630 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13633 (tcatch_vfork_then_child_follow_exec)
13634 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13635 identification.
13636
136372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13638
13639 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13640 and repeats to unlimited.
13641 * gdb.python/py-value.exp: Likewise.
13642 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13643 and repeats to unlimited.
13644
136452016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13646
13647 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13648 and reordering the functions.
13649 * gdb.multi/hangout.c: Likewise.
13650 * gdb.multi/hello.c: Likewise.
13651
136522016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13653
13654 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13655 absolute.
13656 (SingleStatisticTestResult.report): Use dict.keys instead of
13657 dict.iterkeys.
13658
136592016-01-06 Pedro Alves <palves@redhat.com>
13660
13661 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13662
136632016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13664
13665 * gdb.btrace/dlopen.exp: New.
13666 * gdb.btrace/dlopen.c: New.
13667 * gdb.btrace/dlopen-dso.c: New.
13668
136692015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13670
13671 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13672 PATTERN argument is optional.
13673
136742015-12-24 Joel Brobecker <brobecker@adacore.com>
13675
13676 * lib/ada.exp (target_compile_ada_from_dir): New function.
13677 (gdb_compile_ada): Reimplement avoiding the use of project files.
13678 * gdb.ada/gnat_ada.gpr: Delete.
13679 * gdb.ada/cond_lang.exp: Adjust test to make path before
13680 filename optional.
13681 * gdb.ada/small_reg_param.exp: Likewise.
13682
136832015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13684
13685 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13686
136872015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13688
13689 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13690 case.
13691
136922015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13693
13694 * gdb.base/break.exp: Remove dead code.
13695 * gdb.base/sepdebug.exp: Likewise.
13696
136972015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13698
13699 * gdb.asm/asm-source.exp: Remove HP-UX references.
13700 * gdb.base/annota1.exp: Likewise.
13701 * gdb.base/annota3.exp: Likewise.
13702 * gdb.base/attach.exp: Likewise.
13703 * gdb.base/bigcore.exp: Likewise.
13704 * gdb.base/break.exp: Likewise.
13705 * gdb.base/call-ar-st.exp: Likewise.
13706 * gdb.base/callfuncs.exp: Likewise.
13707 * gdb.base/catch-fork-static.exp: Likewise.
13708 * gdb.base/display.exp: Likewise.
13709 * gdb.base/foll-exec-mode.exp: Likewise.
13710 * gdb.base/foll-exec.exp: Likewise.
13711 * gdb.base/foll-fork.exp: Likewise.
13712 * gdb.base/foll-vfork.exp: Likewise.
13713 * gdb.base/funcargs.exp: Likewise.
13714 * gdb.base/hbreak2.exp: Likewise.
13715 * gdb.base/inferior-died.exp: Likewise.
13716 * gdb.base/interrupt.exp: Likewise.
13717 * gdb.base/multi-forks.exp: Likewise.
13718 * gdb.base/nodebug.exp: Likewise.
13719 * gdb.base/sepdebug.exp: Likewise.
13720 * gdb.base/solib1.c: Likewise.
13721 * gdb.base/step-test.exp: Likewise.
13722 * gdb.mi/non-stop.c: Likewise.
13723 * gdb.mi/pthreads.c: Likewise.
13724 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13725 * gdb.threads/pthreads.c: Likewise.
13726 * gdb.threads/staticthreads.exp: Likewise.
13727 * lib/future.exp: Likewise.
13728 * lib/gdb.exp: Likewise.
13729 * gdb.base/so-indr-cl.c: Remove.
13730 * gdb.base/so-indr-cl.exp: Likewise.
13731 * gdb.base/solib.c: Likewise.
13732 * gdb.base/solib.exp: Likewise.
13733 * gdb.base/solib2.c: Likewise.
13734
137352015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13736
13737 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13738 * gdb.base/call-ar-st.exp: Likewise.
13739 * gdb.base/callfuncs.exp: Likewise.
13740 * gdb.base/condbreak.exp: Likewise.
13741 * gdb.base/constvars.exp: Likewise.
13742 * gdb.base/hbreak2.exp: Likewise.
13743 * gdb.base/langs.exp: Likewise.
13744 * gdb.base/list.exp: Likewise.
13745 * gdb.base/long_long.exp: Likewise.
13746 * gdb.base/ptype.exp: Likewise.
13747 * gdb.base/scope.exp: Likewise.
13748 * gdb.base/signals.exp: Likewise.
13749 * gdb.base/so-impl-ld.exp: Likewise.
13750 * gdb.base/varargs.exp: Likewise.
13751 * gdb.base/volatile.exp: Likewise.
13752 * gdb.base/whatis.exp: Likewise.
13753 * gdb.cp/cplusfuncs.exp: Likewise.
13754 * gdb.cp/inherit.exp: Likewise.
13755 * gdb.cp/local.exp: Likewise.
13756 * gdb.cp/member-ptr.exp: Likewise.
13757 * gdb.cp/method.exp: Likewise.
13758 * gdb.cp/overload.exp: Likewise.
13759 * gdb.cp/templates.exp: Likewise.
13760 * gdb.stabs/weird.exp: Likewise.
13761 * lib/compiler.c: Likewise.
13762 * lib/compiler.cc: Likewise.
13763 * lib/cp-support.exp: Likewise.
13764 * lib/gdb.exp: Likewise.
13765
137662015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13767
13768 * configure.ac: Remove HP-UX case.
13769 * configure: Regenerate.
13770
137712015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13772
13773 * lib/gdb.exp (gdb_compile): Add function doc.
13774
137752015-12-17 Pedro Alves <palves@redhat.com>
13776
13777 PR threads/19354
13778 * gdb.multi/info-threads.exp: New file.
13779
137802015-12-15 Yao Qi <yao.qi@linaro.org>
13781
13782 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13783 is aarch64*-*-*.
13784
137852015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13786
13787 * gdb.base/history-duplicates.exp: Skip if no readline support.
13788
137892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13790
13791 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13792
137932015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13794
13795 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13796
137972015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13798
13799 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13800 ctrl-C if nointerrupts target property is set.
13801 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13802 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13803 * gdb.base/paginate-bg-execution.exp: Likewise.
13804 * gdb.base/paginate-execution-startup.exp: Likewise.
13805 * gdb.base/random-signal.exp: Likewise.
13806 * gdb.base/range-stepping.exp: Likewise.
13807 * gdb.cp/annota2.exp: Likewise.
13808 * gdb.cp/annota3.exp: Likewise.
13809 * gdb.gdb/selftest.exp: Likewise.
13810 * gdb.threads/continue-pending-status.exp: Likewise.
13811 * gdb.threads/leader-exit.exp: Likewise.
13812 * gdb.threads/manythreads.exp: Likewise.
13813 * gdb.threads/pthreads.exp: Likewise.
13814 * gdb.threads/schedlock.exp: Likewise.
13815 * gdb.threads/sigthread.exp: Likewise.
13816
138172015-12-11 Don Breazeal <donb@codesourcery.com>
13818
13819 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13820 remote.
13821 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13822 * gdb.base/foll-exec.exp (main): Enable for target remote.
13823 * gdb.base/foll-fork.exp (main): Likewise.
13824 * gdb.base/foll-vfork.exp (main): Likewise.
13825 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13826 (proc continue_to_exit_bp_loc): Use clean_restart.
13827 * gdb.base/pie-execl.exp (main): Disable for target remote.
13828 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13829 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13830 * gdb.threads/execl.exp (main): Likewise.
13831 * gdb.threads/fork-child-threads.exp (main): Likewise.
13832 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13833 remote.
13834 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13835 remote.
13836 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13837 pid.tid style ptids, instead of just tid.
13838 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13839 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13840 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13841 ptids, instead of just tid.
13842
138432015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13844
13845 * gdb.base/list.exp (test_list_forward): Add end of file error
13846 test.
13847 (test_repeat_list_command): Add end of file error test.
13848 (test_list_backwards): Add beginning of file error test.
13849
138502015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13851
13852 * gdb.base/list.exp (test_list_invalid_args): New function,
13853 defined, and called.
13854
138552015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13856
13857 * gdb.base/list.exp (test_list): Make test names unique.
13858
138592015-12-11 Yao Qi <yao.qi@linaro.org>
13860
13861 * gdb.base/coremaker2.c: Remove.
13862
138632015-12-10 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.multi/base.exp: Remove stale "spaces" references.
13866
138672015-12-10 Pedro Alves <palves@redhat.com>
13868
13869 * gdb.multi/base.exp: Don't use nowarnings.
13870 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13871 * gdb.multi/hangout.c: Include stdio.h.
13872 * gdb.multi/hello.c: Include stdlib.h.
13873 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13874 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13875 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13876
138772015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13878
13879 * gdb.dwarf2/dw2-ranges-base.c: New file.
13880 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13881 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13882 support additional line table, and debug ranges generation.
13883 (Dwarf::ranges): New function, generate .debug_ranges.
13884 (Dwarf::lines): Support generating simple line table programs.
13885 (Dwarf::assemble): Initialise new namespace variables.
13886
138872015-12-09 Kevin Buettner <kevinb@redhat.com>
13888
13889 * gdb.base/async.exp (proc test_background): Add case for
13890 asynchronous execution not supported.
13891
138922015-12-09 Luis Machado <lgustavo@codesourcery.com>
13893
13894 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13895 format and change test names to make them unique.
13896
138972015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13898 Pedro Alves <pedro@redhat.com>
13899
13900 PR gdb/18702
13901 Add checking of floatformats setup on x86_64 hosts.
13902 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13903 (smallval, bigval): New labels/constants.
13904 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13905 float" after loading bigval and smallval.
13906
139072015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13908
13909 * gdb.ada/fun_overload_menu.exp: New testcase.
13910 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13911
139122015-12-04 Josh Stone <jistone@redhat.com>
13913
13914 * gdb.base/catch-fork-static.exp: New.
13915
139162015-12-03 Yao Qi <yao.qi@linaro.org>
13917
13918 * gdb.base/sizeof.c: Don't include stdio.h and
13919 ../lib/unbuffer_output.c.
13920 (main): New variable 'size' and 'value'. Remove printf and
13921 gdb_unbuffer_output. Assign return value to size and value.
13922 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13923 at the beginning.
13924 (check_sizeof): Check the result by printing variable 'size'.
13925 (check_valueof): Check the result by printing variable 'value'.
13926
139272015-12-01 Yao Qi <yao.qi@linaro.org>
13928
13929 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13930 for aarch64*-*-linux* target.
13931
139322015-11-30 Pedro Alves <palves@redhat.com>
13933
13934 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13935
139362015-11-30 Pedro Alves <palves@redhat.com>
13937
13938 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13939 Handle non-stop mode vCont replies.
13940
139412015-11-30 Pedro Alves <palves@redhat.com>
13942
13943 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13944 prepare_for_testing. Start gdb with "set non-stop on" appended to
13945 GDBFLAGS. Lax expected stop output.
13946
139472015-11-27 Yao Qi <yao.qi@linaro.org>
13948
13949 * gdb.arch/arm-neon.exp: New.
13950 * gdb.arch/arm-neon.c: New.
13951
139522015-11-27 Yao Qi <yao.qi@linaro.org>
13953
13954 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13955
139562015-11-27 Yao Qi <yao.qi@linaro.org>
13957
13958 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13959 frames-invalid annotation.
13960
139612015-11-27 Yao Qi <yao.qi@linaro.org>
13962
13963 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13964
139652015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13966
13967 * gdb.threads/names.exp: New file.
13968 * gdb.threads/names.c: New file.
13969 * README: Mention gdb,no_thread_names.
13970
139712015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13972
13973 PR 19297
13974 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13975 support" error.
13976
139772015-11-24 Pedro Alves <palves@redhat.com>
13978
13979 PR 17539
13980 * gdb.base/display.exp: Expect displays to be sorted in ascending
13981 order. Use multi_line.
13982 * gdb.base/solib-display.exp: Likewise.
13983
139842015-11-24 Pedro Alves <palves@redhat.com>
13985
13986 PR 17539
13987 * gdb.base/display.exp: Expect displays to be sorted in ascending
13988 order. Use multi_line.
13989 * gdb.base/solib-display.exp: Likewise.
13990
139912015-11-24 Pedro Alves <palves@redhat.com>
13992
13993 PR 17539
13994 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13995 threads in ascending order.
13996 * gdb.base/foll-fork.exp: Likewise.
13997 * gdb.base/foll-vfork.exp: Likewise.
13998 * gdb.base/multi-forks.exp: Likewise.
13999 * gdb.mi/mi-nonstop.exp: Likewise.
14000 * gdb.mi/mi-nsintrall.exp: Likewise.
14001 * gdb.multi/base.exp: Likewise.
14002 * gdb.multi/multi-arch.exp: Likewise.
14003 * gdb.python/py-inferior.exp: Likewise.
14004 * gdb.threads/break-while-running.exp: Likewise.
14005 * gdb.threads/execl.exp: Likewise.
14006 * gdb.threads/gcore-thread.exp: Likewise.
14007 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14008 * gdb.threads/kill.exp: Likewise.
14009 * gdb.threads/linux-dp.exp: Likewise.
14010 * gdb.threads/multiple-step-overs.exp: Likewise.
14011 * gdb.threads/next-bp-other-thread.exp: Likewise.
14012 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14013 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14014 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14015 * gdb.threads/thread-find.exp: Likewise.
14016 * gdb.threads/tls.exp: Likewise.
14017 * lib/mi-support.exp (mi_reverse_list): Delete.
14018 (mi_check_thread_states): No longer reverse list.
14019
140202015-11-24 Pedro Alves <palves@redhat.com>
14021
14022 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14023 use lowercase.
14024
140252015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14026
14027 * gdb.trace/actions.c: Include trace-common.h.
14028 (main): Add a location for a fast tracepoint.
14029 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14030 the normal tracepoints.
14031 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14032
140332015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14034
14035 * save-trace.exp: Factor out code to these...
14036 (gdb_save_tracepoints): New.
14037 (gdb_load_tracepoints): New.
14038 (do_save_load_test): New.
14039
140402015-11-23 Kevin Buettner <kevinb@redhat.com>
14041
14042 * gdb.base/asmlabel.exp: New test.
14043 * gdb.base/asmlabel.c: New test case.
14044
140452015-11-23 Joel Brobecker <brobecker@adacore.com>
14046
14047 * gdb.base/wrong_frame_bt_full-main.c: New file.
14048 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14049 * gdb.base/wrong_frame_bt_full.exp: New file.
14050
140512015-11-23 Joel Brobecker <brobecker@adacore.com>
14052
14053 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14054
140552015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14056
14057 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14058 pstate register when comparing registers values in
14059 sparc64-*-linux-gnu targets to avoid spurious differences.
14060
140612015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14062
14063 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14064
140652015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14066
14067 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14068 as type argument to gdb_compile.
14069 * gdb.base/nested-subp2.exp: Likewise.
14070 * gdb.base/nested-subp3.exp: Likewise.
14071
140722015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14073
14074 * lib/dwarf.exp (_note): Fix left shift of negative value.
14075 * gdb.trace/trace-condition.exp: Likewise.
14076
140772015-11-13 Yao Qi <yao.qi@linaro.org>
14078
14079 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14080 comments about d10v.
14081 (test_scalar_returns): Likewise.
14082 * gdb.base/d10v.ld: Remove.
14083 * gdb.base/overlays.exp: Remove the target triplet checking for
14084 d10v-*-*.
14085 * gdb.base/structs.exp (test_struct_returns): Remove the
14086 comments about d10v.
14087 (test_struct_calls): Likewise.
14088
140892015-11-13 Yao Qi <yao.qi@linaro.org>
14090
14091 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14092 * gdb.base/gnu_vector.c: Don't include stdio.h.
14093 (main): Don't print res and call add_some_intvecs.
14094
140952015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14096
14097 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14098 macro.
14099 (func5): Removed.
14100 (func4): Use FAST_TRACEPOINT_LABEL.
14101 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14102 macro.
14103 (func): Removed.
14104 (thread_function): Use FAST_TRACEPOINT_LABEL.
14105 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14106 (func): Remove.
14107 (marker): Use FAST_TRACEPOINT_LABEL.
14108 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14109 (pendfunc1): Remove.
14110 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14111 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14112 (foo): Remove.
14113 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14114 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14115 macro.
14116 (func): Remove.
14117 (marker): Use FAST_TRACEPOINT_LABEL.
14118 * gdb.trace/trace-common.h: New header.
14119 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14120 macro.
14121 (func): Remove.
14122 (marker): Use FAST_TRACEPOINT_LABEL.
14123 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14124 (func): Remove.
14125 (thread_function): Use FAST_TRACEPOINT_LABEL.
14126
141272015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14128
14129 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14130 in front.
14131 * gdb.trace/change-loc.exp: Use global pcreg definition.
14132 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14133 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14134 in front.
14135 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14136 * gdb.trace/pending.exp: Likewise.
14137 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14138 * gdb.trace/trace-break.exp: Likewise.
14139 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14140 in front.
14141 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14142 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14143 in front.
14144 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14145
141462015-11-09 Joel Brobecker <brobecker@adacore.com>
14147
14148 * gdb.ada/fin_fun_out: New testcase.
14149
141502015-11-07 Kevin Buettner <kevinb@redhat.com>
14151
14152 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14153 value associated with DW_AT_byte_size.
14154 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14155 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14156 DW_AT_upper_bound.
14157
141582015-11-07 Kevin Buettner <kevinb@redhat.com>
14159
14160 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14161 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14162 version.
14163 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14164 gdb.dwarf2/dw2-canonicalize-type.exp,
14165 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14166 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14167 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14168 provided by gdb_target_symbol_prefix_flags_asm.
14169 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14170 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14171 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14172 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14173 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14174 macros where needed). Use this macro for symbols which require
14175 the prefix provided by SYMBOL_PREFIX.
14176
141772015-11-05 Kevin Buettner <kevinb@redhat.com>
14178
14179 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14180 New procs.
14181 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14182 representing expressions, of more than one list element.
14183 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14184 to prepend linker symbol prefix to f.
14185 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14186 table_1 and table_2.
14187 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14188 Likewise, for f and g.
14189 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14190 for ptr.
14191 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14192 for main.
14193 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14194 table_1_ptr and table_2_ptr.
14195
141962015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14197 Joel Brobecker <brobecker@adacore.com>
14198
14199 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14200
142012015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14202
14203 * gdb.reverse/s390-mvcle.c: New test.
14204 * gdb.reverse/s390-mvcle.exp: New file.
14205 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14206
142072015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14208
14209 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14210
142112015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14212
14213 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14214 reaching marker2.
14215 * gdb.reverse/getresuid-reverse.exp: Likewise.
14216 * gdb.reverse/pipe-reverse.exp: Likewise.
14217 * gdb.reverse/readv-reverse.exp: Likewise.
14218 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14219 * gdb.reverse/time-reverse.exp: Likewise.
14220 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14221
142222015-10-30 Yao Qi <yao.qi@linaro.org>
14223
14224 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14225 (empty_cycle): Remove.
14226 (main): Don't call empty_cycle. Don't use watch_count_done.
14227 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14228 empty_cycle. Rewrite the code counting HW watchpoints.
14229
142302015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14231
14232 * gdb.reverse/fstatat-reverse.c: New test.
14233 * gdb.reverse/fstatat-reverse.exp: New file.
14234 * gdb.reverse/getresuid-reverse.c: New test.
14235 * gdb.reverse/getresuid-reverse.exp: New file.
14236 * gdb.reverse/pipe-reverse.c: New test.
14237 * gdb.reverse/pipe-reverse.exp: New file.
14238 * gdb.reverse/readv-reverse.c: New test.
14239 * gdb.reverse/readv-reverse.exp: New file.
14240 * gdb.reverse/recvmsg-reverse.c: New test.
14241 * gdb.reverse/recvmsg-reverse.exp: New file.
14242 * gdb.reverse/time-reverse.c: New test.
14243 * gdb.reverse/time-reverse.exp: New file.
14244 * gdb.reverse/waitpid-reverse.c: New test.
14245 * gdb.reverse/waitpid-reverse.exp: New file.
14246
142472015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14248
14249 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14250
142512015-10-26 Doug Evans <dje@google.com>
14252
14253 PR symtab/17391
14254 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14255 * gdb.dwarf2/bad-regnum.c: New file.
14256 * gdb.dwarf2/bad-regnum.exp: New file.
14257
142582015-10-26 Doug Evans <dje@google.com>
14259
14260 PR python/18938
14261 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14262 file.
14263
142642015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14265
14266 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14267 for a change by "Mention language in compile error message".
14268
142692015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14270
14271 PR python/18073
14272 * gdb.python/py-type.c (C::a_method): New.
14273 (C::a_const_method): New.
14274 (C::a_static_method): New.
14275 (a_function): New.
14276 * gdb.python/py-type.exp (test_fields): Test getting fields
14277 from function and method.
14278
142792015-10-21 Keven Boell <keven.boell@intel.com>
14280
14281 * gdb.fortran/vla-alloc-assoc.exp: New file.
14282 * gdb.fortran/vla-datatypes.exp: New file.
14283 * gdb.fortran/vla-datatypes.f90: New file.
14284 * gdb.fortran/vla-history.exp: New file.
14285 * gdb.fortran/vla-ptype-sub.exp: New file.
14286 * gdb.fortran/vla-ptype.exp: New file.
14287 * gdb.fortran/vla-sizeof.exp: New file.
14288 * gdb.fortran/vla-sub.f90: New file.
14289 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14290 * gdb.fortran/vla-value-sub-finish.exp: New file.
14291 * gdb.fortran/vla-value-sub.exp: New file.
14292 * gdb.fortran/vla-value.exp: New file.
14293 * gdb.fortran/vla-ptr-info.exp: New file.
14294 * gdb.mi/mi-vla-fortran.exp: New file.
14295 * gdb.mi/vla.f90: New file.
14296
142972015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14298
14299 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14300 of hardwired timeout value.
14301
143022015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14303 Pedro Alves <palves@redhat.com>
14304
14305 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14306 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14307
143082015-10-19 Josh Stone <jistone@redhat.com>
14309
14310 * gdb.base/catch-syscall.c: Include <sched.h>.
14311 (unknown_syscall): New variable.
14312 (main): Trigger a vfork and an unknown syscall.
14313 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14314 (unknown_syscall_number): Likewise.
14315 (check_call_to_syscall): Accept an optional syscall pattern.
14316 (check_return_from_syscall): Likewise.
14317 (check_continue): Likewise.
14318 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14319 (test_catch_syscall_skipping_return): New test toggling off 'catch
14320 syscall' to step over the syscall return, then toggling back on.
14321 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14322 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14323 (do_syscall_tests): Call test_catch_syscall_without_args and
14324 test_catch_syscall_mid_vfork.
14325 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14326 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14327
143282015-10-19 Andrew Stubbs <ams@codesourcery.com>
14329
14330 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14331 print g_vE): Add new pass patterns.
14332 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14333 print various symbol names for vptr fields.
14334
143352015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14336
14337 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14338 results.
14339
143402015-10-12 Yao Qi <yao.qi@linaro.org>
14341
14342 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14343
143442015-10-12 Yao Qi <yao.qi@linaro.org>
14345
14346 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14347 is aarch64*-*-linux*.
14348
143492015-10-12 Yao Qi <yao.qi@linaro.org>
14350
14351 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14352 (can_relocate_bcond_true): ... it.
14353 (can_relocate_bcond_false): New function.
14354 (foo): Likewise.
14355 (can_relocate_bl): Likewise.
14356 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14357 can_relocate_bl.
14358
143592015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14360
14361 * gdb.base/nested-addr.c: New file.
14362 * gdb.base/nested-addr.exp: New testcase.
14363
143642015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14365
14366 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14367 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14368 its output. Ignore the output of "record goto begin" and instead
14369 check that GDB is replaying.
14370
143712015-10-09 Pedro Alves <palves@redhat.com>
14372
14373 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14374 (top level): Use it in the run with no args test.
14375
143762015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14377
14378 * gdb.dlang/properties.exp: New file.
14379
143802015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14381
14382 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14383 whether or not address 0x1000 is mapped on the target.
14384
143852015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14386
14387 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14388 build.
14389
143902015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14391
14392 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14393 instruction-history test.
14394
143952015-09-28 Doug Evans <dje@google.com>
14396
14397 * gdb.base/gcore.c (array_func): Add reference to static_array.
14398
143992015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14400
14401 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14402 source line.
14403
144042015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14405
14406 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14407 short or char as base type.
14408
144092015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14410
14411 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14412 to allow any size enum.
14413
144142015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14415
14416 * gdb.ada/array_ptr_renaming.exp: New testcase.
14417 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14418 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14419
144202015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14421
14422 * gdb.trace/ftrace-lock.c: New file.
14423 * gdb.trace/ftrace-lock.exp: New file.
14424
144252015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14426
14427 * gdb.arch/insn-reloc.c: New file.
14428 * gdb.arch/ftrace-insn-reloc.exp: New file.
14429
144302015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14431
14432 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14433 instruction.
14434 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14435 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14436 * gdb.trace/range-stepping.c: Likewise.
14437 * gdb.trace/trace-break.c: Likewise.
14438 * gdb.trace/trace-mt.c (thread_function): Likewise.
14439 * gdb.trace/ftrace.c (marker): Likewise.
14440 * gdb.trace/trace-condition.c (marker): Likewise.
14441 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14442 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14443 is_aarch64_target.
14444
144452015-09-18 Doug Evans <xdje42@gmail.com>
14446
14447 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14448 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14449
144502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14451
14452 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14453 the breakpoint.
14454
144552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14456
14457 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14458 the pending breakpoint. Remove timeout override for "Run till
14459 MI pending breakpoint on pendfunc3 on thread 2" test.
14460
144612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14462
14463 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14464 filename pattern.
14465
144662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14467
14468 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14469 in breakpoint filename pattern.
14470
144712015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14472
14473 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14474
144752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14476
14477 * gdb.linespec/explicit.exp: Check for readline support for
14478 tab-completion tests. Fix obvious typo.
14479
144802015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14481
14482 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14483 and replay.
14484
144852015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14486
14487 * gdb.btrace/non-stop.c: New.
14488 * gdb.btrace/non-stop.exp: New.
14489
144902015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14491 Yao Qi <yao.qi@linaro.org>
14492
14493 * gdb.trace/trace-condition.c: New file.
14494 * gdb.trace/trace-condition.exp: New file.
14495
144962015-09-16 Wei-cheng Wang <cole945@gmail.com>
14497
14498 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14499 for testing bytecode compilation.
14500
145012015-09-16 Pedro Alves <palves@redhat.com>
14502 Sandra Loosemore <sandra@codesourcery.com>
14503
14504 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14505 (SECONDS): Redefine.
14506 (main): Call pthread_kill and alarm early.
14507 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14508 support.
14509 (test): If the target can't hardware step and doesn't support
14510 displaced stepping, increase the timeout.
14511
145122015-09-16 Pedro Alves <palves@redhat.com>
14513
14514 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14515 (enable_debug): New procedures.
14516 (test): Use them. Bail out if waiting for threads fails.
14517 (top level): Bail out if a test fails.
14518
145192015-09-16 Yao Qi <yao.qi@linaro.org>
14520
14521 * gdb.asm/asm-source.exp: Set asm-arch for
14522 aarch64*-*-* target.
14523 * gdb.asm/aarch64.inc: New file.
14524
145252015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14526
14527 * gdb.ada/array_of_variable_length.exp: New testcase.
14528 * gdb.ada/array_of_variable_length/foo.adb: New file.
14529 * gdb.ada/array_of_variable_length/pck.adb: New file.
14530 * gdb.ada/array_of_variable_length/pck.ads: New file.
14531
145322015-09-15 Doug Evans <dje@google.com>
14533
14534 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14535 of function static local variable.
14536
145372015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14538
14539 * gdb.threads/tls-so_extern.exp: New test file.
14540 * gdb.threads/tls-so_extern.c: New test file.
14541 * gdb.threads/tls-so_extern_main.c: New test file.
14542
145432015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14544
14545 * gdb.opt/solib-intra-step-lib.c: New file.
14546 * gdb.opt/solib-intra-step-main.c: New file.
14547 * gdb.opt/solib-intra-step.exp: New file.
14548
145492015-09-15 Pedro Alves <palves@redhat.com>
14550
14551 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14552 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14553
145542015-09-14 Pedro Alves <palves@redhat.com>
14555
14556 * gdb.base/hook-stop-continue.c: Delete.
14557 * gdb.base/hook-stop-continue.exp: Delete.
14558 * gdb.base/hook-stop-frame.c: Delete.
14559 * gdb.base/hook-stop-frame.exp: Delete.
14560 * gdb.base/hook-stop.c: New file.
14561 * gdb.base/hook-stop.exp: New file.
14562
145632015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14564
14565 * gdb.ada/access_to_packed_array.exp: New testcase.
14566 * gdb.ada/access_to_packed_array/foo.adb: New file.
14567 * gdb.ada/access_to_packed_array/pack.adb: New file.
14568 * gdb.ada/access_to_packed_array/pack.ads: New file.
14569
145702015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14571
14572 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14573 buffer size test.
14574
145752015-09-11 Don Breazeal <donb@codesourcery.com>
14576
14577 * gdb.base/foll-exec.c: Add copyright header. Fix
14578 formatting issues.
14579 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14580 (do_exec_tests): Use clean_restart in place of zap_session,
14581 and for test initialization. Fix formatting issues. Use
14582 fail in place of perror.
14583 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14584 an expect statement to match an expression with output from
14585 the program under debug.
14586 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14587 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14588 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14589 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14590 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14591
145922015-09-09 Doug Evans <dje@google.com>
14593
14594 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14595
145962015-09-09 Doug Evans <dje@google.com>
14597
14598 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14599
146002015-09-09 Doug Evans <dje@google.com>
14601
14602 * gdb.base/savedregs.exp: Fix typo.
14603
146042015-09-09 Pedro Alves <palves@redhat.com>
14605
14606 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14607
146082015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14609
14610 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14611 command actually switches threads. Give up on remaining
14612 tests if target fails to stop at breakpoint.
14613
146142015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14615
14616 * gdb.ada/funcall_char.exp: New testcase.
14617 * gdb.ada/funcall_char/foo.adb: New file.
14618
146192015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14620
14621 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14622 expected outputs. Add two testcases for completing ambiguous
14623 functions.
14624 * gdb.ada/complete/aux_pck.adb: New file.
14625 * gdb.ada/complete/aux_pck.ads: New file.
14626 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14627 Ambiguous_Func functions.
14628 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14629 * gdb.ada/complete/pck.adb: Likewise.
14630
146312015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14632
14633 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14634 failures to run the test program under GDB.
14635
146362015-08-26 Luis Machado <lgustavo@codesourcery.com>
14637
14638 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14639 to C.
14640
146412015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14642
14643 * gdb.base/run-after-attach.exp: New test file.
14644 * gdb.base/run-after-attach.c: New test file.
14645
146462015-08-26 Don Breazeal <donb@codesourcery.com>
14647
14648 * gdb.base/foll-exec-2.c: New test program.
14649 * gdb.base/foll-exec-2.exp: New test.
14650
146512015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14652
14653 * gdb.base/nested-subp1.exp: New file.
14654 * gdb.base/nested-subp1.c: New file.
14655 * gdb.base/nested-subp2.exp: New file.
14656 * gdb.base/nested-subp2.c: New file.
14657 * gdb.base/nested-subp3.exp: New file.
14658 * gdb.base/nested-subp3.c: New file.
14659
146602015-08-24 Pedro Alves <palves@redhat.com>
14661
14662 * gdb.server/connect-without-multi-process.c: New file.
14663 * gdb.server/connect-without-multi-process.exp: New file.
14664
146652015-08-24 Luis Machado <lgustavo@codesourcery.com>
14666
14667 * gdb.opt/inline-markers.c: Make z int.
14668
146692015-08-24 Luis Machado <lgustavo@codesourcery.com>
14670
14671 * gdb.opt/inline-markers.c: Make z volatile.
14672
146732015-08-24 Luis Machado <lgustavo@codesourcery.com>
14674
14675 * gdb.opt/inline-bt.c: New volatile global z.
14676 * gdb.opt/inline-cmds.c: Likewise.
14677 * gdb.opt/inline-locals.c: Likewise.
14678 * gdb.opt/inline-markers.c: New extern global z.
14679 (marker): Use z.
14680 (inline_fn): Likewise.
14681
146822015-08-24 Pedro Alves <palves@redhat.com>
14683
14684 * config/m32r-stub.exp: Remove file.
14685 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14686 * gdb.base/call-rt-st.exp: Likewise.
14687 * gdb.base/call-strs.exp: Likewise.
14688 * gdb.base/default.exp: Remove references to h8300-*-hms and
14689 *-*-udi*.
14690 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14691
146922015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14693
14694 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14695 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14696 and "return" use KFAIL when GDB can not read/write the vector
14697 return value.
14698
146992015-08-21 Gary Benson <gbenson@redhat.com>
14700
14701 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14702
147032015-08-20 Pedro Alves <palves@redhat.com>
14704
14705 * gdb.server/solib-list.exp: No longer expect an interior stop in
14706 non-stop mode.
14707
147082015-08-20 Pedro Alves <palves@redhat.com>
14709
14710 * gdb.server/connect-stopped-target.c: New file.
14711 * gdb.server/connect-stopped-target.exp: New file.
14712
147132015-08-20 Pedro Alves <palves@redhat.com>
14714
14715 * gdb.dwarf2/comp-unit-lang.exp: New file.
14716 * gdb.dwarf2/comp-unit-lang.c: New file.
14717
147182015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14719
14720 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14721 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14722
147232015-08-19 Kevin Buettner <kevinb@redhat.com>
14724
14725 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14726 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14727
147282015-08-18 Doug Evans <dje@google.com>
14729 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14730
14731 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14732 skip_python_tests. New arg prompt_regexp.
14733 (skip_python_tests): New function.
14734 * lib/mi-support.exp (mi_skip_python_tests): New function.
14735 * gdb.python/py-mi-objfile-gdb.py: New file.
14736 * gdb.python/py-mi-objfile.c: New file.
14737 * gdb.python/py-mi-objfile.exp: New file.
14738
147392015-08-17 Keith Seitz <keiths@redhat.com>
14740
14741 * gdb.linespec/explicit.exp: Move strace test from here ...
14742 * gdb.trace/strace.exp: ... to here.
14743
147442015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14745
14746 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14747 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14748
147492015-08-14 Doug Evans <xdje42@gmail.com>
14750
14751 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14752 inferior before selecting a new file.
14753
147542015-08-14 Doug Evans <xdje42@gmail.com>
14755
14756 * gdb.mi/mi-disassemble.exp: Update.
14757 * gdb.base/disasm-optim.S: New file.
14758 * gdb.base/disasm-optim.c: New file.
14759 * gdb.base/disasm-optim.h: New file.
14760 * gdb.base/disasm-optim.exp: New file.
14761
147622015-08-14 Keith Seitz <keiths@redhat.com>
14763
14764 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14765 "evaluated-by".
14766
147672015-08-13 Joel Brobecker <brobecker@adacore.com>
14768
14769 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14770
147712015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14772
14773 * gdb.ada/fun_renaming.exp: New testcase.
14774 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14775 * gdb.ada/fun_renaming/pack.adb: New file.
14776 * gdb.ada/fun_renaming/pack.ads: New file.
14777
147782015-08-12 Keith Seitz <keiths@redhat.com>
14779
14780 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14781 gdb_get_line_number.
14782
147832015-08-12 Joel Brobecker <brobecker@adacore.com>
14784
14785 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14786 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14787 gdb.base/dso2dso.exp: New files.
14788
147892015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14790 Pedro Alves <palves@redhat.com>
14791 Keith Seitz <keiths@redhat.com>
14792
14793 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14794 GDBFLAGS.
14795
147962015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14797
14798 * gdb.base/gdbhistsize-history.exp
14799 (test_histsize_history_setting): Use save_vars.
14800 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14801 Use save_vars.
14802 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14803 * gdb.base/readline.exp: Use save_vars.
14804
148052015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14806
14807 * lib/gdb.exp (save_vars): New proc.
14808
148092015-08-11 Keith Seitz <keiths@redhat.com>
14810
14811 * gdb.base/help.exp: Update help_breakpoint_text.
14812
148132015-08-11 Keith Seitz <keiths@redhat.com>
14814
14815 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14816 (at toplevel): Call test_explicit_breakpoints.
14817 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14818 breakpoints.
14819 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14820 breakpoint conditions, "-cond".
14821
148222015-08-11 Keith Seitz <keiths@redhat.com>
14823
14824 * gdb.linespec/3explicit.c: New file.
14825 * gdb.linespec/cpexplicit.cc: New file.
14826 * gdb.linespec/cpexplicit.exp: New file.
14827 * gdb.linespec/explicit.c: New file.
14828 * gdb.linespec/explicit.exp: New file.
14829 * gdb.linespec/explicit2.c: New file.
14830 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14831 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14832 before using in the matching pattern.
14833 Clarify that `prefix' is a regular expression.
14834
148352015-08-11 Keith Seitz <keiths@redhat.com>
14836
14837 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14838 test.
14839 Add tests for missing ",FMT" and ",".
14840
148412015-08-10 Doug Evans <dje@google.com>
14842 Keith Seitz <keiths@redhat.com>
14843
14844 PR gdb/17960
14845 * gdb.base/completion.exp: Add location completer tests.
14846
148472015-08-07 Pedro Alves <palves@redhat.com>
14848
14849 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14850 tests here.
14851 (top level): Run do_test with and without displaced stepping.
14852
148532015-08-07 Pedro Alves <palves@redhat.com>
14854
14855 * gdb.base/valgrind-disp-step.c: New file.
14856 * gdb.base/valgrind-disp-step.exp: New file.
14857
148582015-08-07 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14861 Delete function.
14862 (main): Add alarm. Run an infinite loop instead of calling
14863 wait_threads.
14864 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14865 comment.
14866 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14867 Delete function.
14868 (main): Add alarm. Run an infinite loop instead of calling
14869 wait_threads.
14870 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14871 comment.
14872
148732015-08-07 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.base/checkpoint-ns.exp: New file.
14876 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14877 standard_testfile.
14878
148792015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14880
14881 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14882 * gdb.btrace/instruction_history.exp: Update.
14883 * gdb.btrace/tsx.exp: New.
14884 * gdb.btrace/tsx.c: New.
14885
148862015-08-06 Pedro Alves <palves@redhat.com>
14887
14888 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14889 increase timeout.
14890 * gdb.reverse/until-precsave.exp: Bump timeouts.
14891
148922015-08-06 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14895
148962015-08-06 Pedro Alves <palves@redhat.com>
14897
14898 PR gdb/18749
14899 * gdb.threads/process-dies-while-handling-bp.c: New file.
14900 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14901
149022015-08-06 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14905 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14906
149072015-08-05 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14910 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14911
149122015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14913
14914 * gdb.base/bp-permanent.exp: Report test as unsupported if
14915 the target cannot stop at the permanent breakpoint.
14916
149172015-08-03 Doug Evans <dje@google.com>
14918
14919 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14920 10000.
14921
149222015-08-03 Doug Evans <dje@google.com>
14923
14924 * Makefile.in (workers/%.worker, build-perf): New rule.
14925 (GDB_PERFTEST_MODE): New variable.
14926 (check-perf): Use it.
14927 (clean): Clean up gdb.perf parallel build subdirs.
14928 * lib/build-piece.exp: New file.
14929 * lib/gdb.exp (make_gdb_parallel_path): New function
14930 (standard_output_file, standard_temp_file): Call it.
14931 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14932 of $GDB_PARALLEL.
14933 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14934
149352015-08-03 Doug Evans <dje@google.com>
14936
14937 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14938 (LOG_FILE_NAME): New global.
14939 (TextReporter.__init__): Initialize self.txt_sum.
14940 (TextReporter.report): Add support for multiple data-points.
14941 Move report to perftest.sum, put raw data in perftest.log.
14942 (TextReporter.start): Open sum and log files.
14943 (TextReporter.end): Close sum and log files.
14944 * gdb.perf/lib/perftest/testresult.py
14945 (SingleStatisticTestResult.record): Handle multiple data-points.
14946
149472015-07-31 Pedro Alves <palves@redhat.com>
14948
14949 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14950 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14951 kill_wait_spawned_process instead of explicit "kill -9".
14952 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14953 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14954 kill_wait_spawned_process.
14955 * gdb.base/attach-twice.exp: Likewise.
14956 * gdb.base/attach.exp: Likewise.
14957 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14958 gdb_test_multiple.
14959 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14960 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14961 kill_wait_spawned_process.
14962 * gdb.base/valgrind-infcall.exp: Likewise.
14963 * gdb.multi/multi-attach.exp: Likewise.
14964 * gdb.python/py-prompt.exp: Likewise.
14965 * gdb.python/py-sync-interp.exp: Likewise.
14966 * gdb.server/ext-attach.exp: Likewise.
14967 * gdb.threads/attach-into-signal.exp (corefunc): Use
14968 spawn_wait_for_attach, spawn_id_get_pid and
14969 kill_wait_spawned_process.
14970 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14971 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14972 spawn_id_get_pid and kill_wait_spawned_process.
14973 * gdb.threads/attach-stopped.exp (corefunc): Use
14974 spawn_wait_for_attach, spawn_id_get_pid and
14975 kill_wait_spawned_process.
14976 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14977 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14978 kill_wait_spawned_process instead of explicit "kill -9".
14979 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14980 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14981 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14982 processes. Don't map cygwin/windows pids here. Now returns a
14983 spawn id list.
14984
149852015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14986
14987 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14988 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14989 correct patch.
14990
149912015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14992
14993 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14994
149952015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14996
14997 Reapply:
14998 2014-05-21 Mark Wielaard <mjw@redhat.com>
14999
15000 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15001
150022015-07-30 Pedro Alves <palves@redhat.com>
15003
15004 * linux-low.c (handle_extended_wait): Set the child's last
15005 reported status to TARGET_WAITKIND_STOPPED.
15006
150072015-07-30 Pedro Alves <palves@redhat.com>
15008
15009 PR threads/18600
15010 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15011 only shows inferior 1.
15012
150132015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15014 Pedro Alves <palves@redhat.com>
15015
15016 PR threads/18600
15017 * gdb.threads/fork-plus-threads.c: New file.
15018 * gdb.threads/fork-plus-threads.exp: New file.
15019
150202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15021
15022 * gdb.base/batch-preserve-term-settings.exp
15023 (test_terminal_settings_preserved_after_cli_exit): Use
15024 send_quit_command.
15025
150262015-07-29 Pedro Alves <palves@redhat.com>
15027 Don Breazeal <donb@codesourcery.com>
15028
15029 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15030 output from both inferior_spawn_id and gdb_spawn_id.
15031
150322015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15033
15034 * gdb.threads/attach-into-signal.exp (corefunc): Use
15035 with_test_prefix on nested loops, uniquefying the test messages.
15036
150372015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15038
15039 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15040 commit.
15041
150422015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15043
15044 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15045 New proc.
15046 (test_terminal_settings_preserved_after_sigterm): New test.
15047
150482015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15049
15050 * gdb.base/batch-preserve-term-settings.exp
15051 (test_terminal_settings_preserved_after_cli_exit): New test.
15052
150532015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15054
15055 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15056 manipulation of saved_gdbflags.
15057 (test_terminal_settings_preserved): Remove global declaration of
15058 the unused variable pagination_prompt. Remove manipulation of
15059 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15060 GDBFLAGS.
15061
150622015-07-29 Pedro Alves <palves@redhat.com>
15063
15064 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15065
150662015-07-29 Pedro Alves <palves@redhat.com>
15067
15068 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15069 at the top.
15070
150712015-07-29 Pedro Alves <palves@redhat.com>
15072
15073 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15074 (main): Call gdb_unbuffer_output.
15075 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15076 (main): Call gdb_unbuffer_output.
15077 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15078 (main): Call gdb_unbuffer_output.
15079 * gdb.base/call-strs.exp: Adjust to step over the
15080 gdb_unbuffer_output call.
15081 * gdb.base/catch-gdb-caused-signals.c: Include
15082 "../lib/unbuffer_output.c".
15083 (main): Call gdb_unbuffer_output.
15084 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15085 (main): Call gdb_unbuffer_output.
15086 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15087 (main): Call gdb_unbuffer_output.
15088 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15089 (main): Call gdb_unbuffer_output.
15090 * gdb.base/shlib-call.exp: Adjust to step over the
15091 gdb_unbuffer_output call.
15092 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15093 (main): Call gdb_unbuffer_output.
15094 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15095 (main): Call gdb_unbuffer_output.
15096 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15097 (main): Rename to ...
15098 (test): ... this.
15099 (main): Reimplement.
15100 * gdb.base/varargs.exp: Run to test instead of to main.
15101 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15102 (main): Call gdb_unbuffer_output.
15103
151042015-07-29 Pedro Alves <palves@redhat.com>
15105
15106 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15107 factore out from mi_continue_dprintf. For call-style dprintfs,
15108 expect dprintf output out of $inferior_spawn_id.
15109 (mi_continue_dprintf): Use mi_expect_dprintf.
15110 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15111 (main): Call gdb_unbuffer_output.
15112
151132015-07-29 Pedro Alves <palves@redhat.com>
15114
15115 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15116 (default_mi_gdb_start): Set inferior_spawn_id instead of
15117 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15118 gdb_spawn_id.
15119 (mi_gdb_test): Always expect inferior output from both
15120 $inferior_spawn_id and $gdb_spawn_id.
15121
151222015-07-29 Pedro Alves <palves@redhat.com>
15123
15124 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15125 send_inferior and $inferior_spawn_id.
15126
151272015-07-29 Pedro Alves <palves@redhat.com>
15128
15129 * gdb.gdb/complaints.exp (test_initial_complaints)
15130 (test_serial_complaints, test_short_complaints): Use
15131 gdb_test_stdio.
15132 (test_empty_complaint): Handle $inferior_spawn_id !=
15133 $gdb_spawn_id.
15134
151352015-07-29 Pedro Alves <palves@redhat.com>
15136
15137 * gdb.base/varargs.exp: Use gdb_test_stdio.
15138
151392015-07-29 Pedro Alves <palves@redhat.com>
15140
15141 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15142
151432015-07-29 Pedro Alves <palves@redhat.com>
15144
15145 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15146
151472015-07-29 Pedro Alves <palves@redhat.com>
15148
15149 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15150 parameter into two new parameters, "inf_result" and "gdb_result".
15151 Expect inferior output and gdb output from $inferior_spawn_id and
15152 $gdb_spawn_id, respectively. Adjust all callers.
15153
151542015-07-29 Pedro Alves <palves@redhat.com>
15155
15156 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15157 of gdb_test_sequence.
15158
151592015-07-29 Pedro Alves <palves@redhat.com>
15160
15161 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15162 (saw_spurious_output): Expect inferior output from
15163 $inferior_spawn_id. Use gdb_test_stdio.
15164
151652015-07-29 Pedro Alves <palves@redhat.com>
15166
15167 * gdb.base/dprintf.exp: Use standard_testfile. Change
15168 prepare_for_testing call.
15169 (srcfile): Don't set.
15170 (restart): New procedure.
15171 (test_dprintf): New procecure, use to continue over dprintfs.
15172 (test_call, test_agent): New procedures, tests moved here.
15173 Restart gdb and recreate dprintfs. Adjust expected output.
15174
151752015-07-29 Pedro Alves <palves@redhat.com>
15176
15177 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15178
151792015-07-29 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15182
151832015-07-29 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15186 gdb_test_stdio.
15187
151882015-07-29 Pedro Alves <palves@redhat.com>
15189
15190 * lib/gdb.exp (gdb_test_stdio): New procedure.
15191
151922015-07-29 Pedro Alves <palves@redhat.com>
15193
15194 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15195
151962015-07-29 Pedro Alves <palves@redhat.com>
15197
15198 * gdb.base/call-signal-resume.exp: Remove check for
15199 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15200 * gdb.base/unwindonsignal.exp: Likewise.
15201 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15202 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15203
152042015-07-29 Pedro Alves <palves@redhat.com>
15205
15206 * gdb.base/siginfo-addr.c (pass): New function.
15207 (handler): Call it iff si_addr is correct.
15208 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15209 Set a breakpoint at "pass" and continue to it.
15210
152112015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15212
15213 * gdb.python/py-objfile.exp: Make some tests have unique names.
15214 * gdb.python/py-pp-registration.exp: Likewise.
15215
152162015-07-28 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15219
152202015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15221
15222 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15223
152242015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15225
15226 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15227
152282015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15229
15230 * gdb.base/gdb-sigterm-2.exp: New test.
15231
152322015-07-25 Doug Evans <xdje42@gmail.com>
15233
15234 Revert:
15235 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15236 (workers/%.worker, build-perf): New rule.
15237 (GDB_PERFTEST_MODE): New variable.
15238 (check-perf): Use it.
15239 (clean): Clean up gdb.perf parallel build subdirs.
15240 * lib/build-piece.exp: New file.
15241 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15242 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15243 name.
15244 (standard_temp_file): Ditto.
15245 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15246 of $GDB_PARALLEL.
15247
152482015-07-24 Doug Evans <dje@google.com>
15249
15250 * gdb.perf/lib/perftest/utils.py: New file.
15251 * gdb.perf/gm-hello.cc: New file.
15252 * gdb.perf/gm-pervasive-typedef.cc: New file.
15253 * gdb.perf/gm-pervasive-typedef.h: New file.
15254 * gdb.perf/gm-std.cc: New file.
15255 * gdb.perf/gm-std.h: New file.
15256 * gdb.perf/gm-use-cerr.cc: New file.
15257 * gdb.perf/gm-utils.h: New file.
15258 * gdb.perf/gmonster-null-lookup.py: New file.
15259 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15260 * gdb.perf/gmonster-print-cerr.py: New file.
15261 * gdb.perf/gmonster-ptype-string.py: New file.
15262 * gdb.perf/gmonster-runto-main.py: New file.
15263 * gdb.perf/gmonster-select-file.py: New file.
15264 * gdb.perf/gmonster1-null-lookup.exp: New file.
15265 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15266 * gdb.perf/gmonster1-print-cerr.exp: New file.
15267 * gdb.perf/gmonster1-ptype-string.exp: New file.
15268 * gdb.perf/gmonster1-runto-main.exp: New file.
15269 * gdb.perf/gmonster1-select-file.exp: New file.
15270 * gdb.perf/gmonster1.cc: New file.
15271 * gdb.perf/gmonster1.exp: New file.
15272 * gdb.perf/gmonster2-null-lookup.exp: New file.
15273 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15274 * gdb.perf/gmonster2-print-cerr.exp: New file.
15275 * gdb.perf/gmonster2-ptype-string.exp: New file.
15276 * gdb.perf/gmonster2-runto-main.exp: New file.
15277 * gdb.perf/gmonster2-select-file.exp: New file.
15278 * gdb.perf/gmonster2.cc: New file.
15279 * gdb.perf/gmonster2.exp: New file.
15280
152812015-07-24 Doug Evans <dje@google.com>
15282
15283 * gdb.perf/README: New file.
15284 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15285 * lib/gen-perf-test.exp: New file.
15286
152872015-07-24 Doug Evans <dje@google.com>
15288
15289 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15290 (PerfTest::startup): New function.
15291 (PerfTest::run): Return result of calling body.
15292 (PerfTest::assemble): Rewrite.
15293 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15294 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15295 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15296 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15297 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15298
152992015-07-24 Doug Evans <dje@google.com>
15300
15301 * lib/gdb.exp (clean_restart): Make executable optional.
15302
153032015-07-24 Doug Evans <dje@google.com>
15304
15305 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15306 compiler_info references.
15307 * gdb.cp/temargs.exp: Ditto.
15308 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15309 (get_compiler_info): Early exit if already computed. Set compiler_info
15310 to "unknown" if there was a problem.
15311 (test_compiler_info): Add function comment. Call get_compiler_info.
15312
153132015-07-24 Doug Evans <dje@google.com>
15314
15315 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15316 (workers/%.worker, build-perf): New rule.
15317 (GDB_PERFTEST_MODE): New variable.
15318 (check-perf): Use it.
15319 (clean): Clean up gdb.perf parallel build subdirs.
15320 * lib/build-piece.exp: New file.
15321 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15322 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15323 name.
15324 (standard_temp_file): Ditto.
15325 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15326 of $GDB_PARALLEL.
15327
153282015-07-24 Doug Evans <dje@google.com>
15329
15330 * lib/future.exp (gdb_default_target_compile): New option
15331 "early_flags".
15332 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15333 --as-needed.
15334
153352015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15336
15337 * gdb.base/catch-syscall.exp: Call gdb_exit before
15338 gdb_skip_xml_test.
15339
153402015-07-24 Pedro Alves <palves@redhat.com>
15341
15342 * gdb.python/py-events.exp: Accept output between the stop event
15343 and the prompt.
15344 * gdb.python/py-evsignal.exp: Likewise.
15345 * gdb.python/py-evthreads.exp: Likewise.
15346
153472015-07-24 Pedro Alves <palves@redhat.com>
15348
15349 PR gdb/18717
15350 * gdb.threads/non-ldr-exit.c: New file.
15351 * gdb.threads/non-ldr-exit.exp: New file.
15352
153532015-07-24 Yao Qi <yao.qi@linaro.org>
15354
15355 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15356 restarting process.
15357
153582015-07-24 Yao Qi <yao.qi@linaro.org>
15359
15360 * gdb.server/ext-restart.exp: New file.
15361
153622015-07-24 Yao Qi <yao.qi@linaro.org>
15363
15364 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15365 argument options.
15366 * gdb.server/ext-wrapper.exp: New file.
15367
153682015-07-23 Doug Evans <dje@google.com>
15369
15370 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15371 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15372
153732015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15374
15375 * gdb.ada/var_arr_typedef.exp: New testcase.
15376 * gdb.ada/var_arr_typedef/pack.adb: New file.
15377 * gdb.ada/var_arr_typedef/pack.ads: New file.
15378 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15379
153802015-07-20 Joel Brobecker <brobecker@adacore.com>
15381
15382 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15383
153842015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15385
15386 * gdb.arch/i386-biarch-core.exp: Replace istarget
15387 by "complete set gnutarget". Remove expectation for the "core-file"
15388 command.
15389
153902015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15391
15392 Revert the previous commit:
15393 Tests for validate symbol file using build-id.
15394
153952015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15396
15397 Tests for validate symbol file using build-id.
15398 * gdb.base/solib-mismatch-lib.c: New file.
15399 * gdb.base/solib-mismatch-libmod.c: New file.
15400 * gdb.base/solib-mismatch.c: New file.
15401 * gdb.base/solib-mismatch.exp: New file.
15402
154032015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15404
15405 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15406 nios2-*-linux*.
15407 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15408 * gdb.base/siginfo.exp: Likewise.
15409 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15410
154112015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15412
15413 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15414 Move it to ...
15415 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15416 ... here.
15417 * gdb.trace/range-stepping.exp: Check that the target supports
15418 range stepping.
15419
154202015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15421
15422 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15423
154242015-07-14 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.base/killed-outside.exp: New file.
15427 * gdb.base/killed-outside.c: New file.
15428
154292015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15430
15431 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15432 (n at main): New.
15433 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15434
154352015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15436
15437 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15438 infcall tests instead of setting up for KFAIL.
15439
154402015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15441
15442 * gdb.btrace/record_goto-step.exp: New.
15443
154442015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15445
15446 PR compile/18484
15447 * gdb.compile/compile.c (struct struct_type): Add volatile to
15448 selffield's type.
15449 * gdb.compile/compile.exp
15450 (compile code struct_object.selffield = &struct_object): Skip further
15451 struct_object tests if this one xfails.
15452
154532015-07-08 Robert O'Callahan <robert@ocallahan.org>
15454
15455 PR exp/18617
15456 * gdb.trace/ax.exp: Add test.
15457
154582015-07-07 Yao Qi <yao.qi@linaro.org>
15459
15460 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15461 instead of istarget "aarch64*-*-*".
15462 * gdb.arch/aarch64-fp.exp: Likewise.
15463 * gdb.base/float.exp: Likewise.
15464 * gdb.reverse/aarch64.exp: Likewise.
15465 * lib/gdb.exp (is_aarch64_target): New proc.
15466
154672015-07-07 Yao Qi <yao.qi@linaro.org>
15468
15469 * lib/gdb.exp (is_aarch32_target): New proc.
15470 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15471 instead of "istarget "arm*-*-*"".
15472 * gdb.arch/arm-disp-step.exp: Likewise.
15473 * gdb.arch/thumb-bx-pc.exp: Likewise.
15474 * gdb.arch/thumb-prologue.exp: Likewise.
15475 * gdb.arch/thumb-singlestep.exp: Likewise.
15476 * gdb.base/disp-step-syscall.exp: Likewise.
15477 * gdb.base/float.exp: Likewise.
15478
154792015-07-07 Yao Qi <yao.qi@linaro.org>
15480
15481 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15482 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15483
154842015-07-07 Yao Qi <yao.qi@linaro.org>
15485
15486 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15487 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15488 if it exists.
15489 * gdb.multi/multi-arch.exp: Likewise.
15490
154912015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15492
15493 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15494 print.
15495
154962015-07-07 Yao Qi <yao.qi@linaro.org>
15497
15498 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15499
155002015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15501
15502 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15503 '[' and ']' characters.
15504
155052015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15506
15507 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15508
155092015-06-29 Pedro Alves <palves@redhat.com>
15510
15511 PR threads/18127
15512 * gdb.threads/hand-call-new-thread.c: New file.
15513 * gdb.threads/hand-call-new-thread.c: New file.
15514
155152015-06-26 Keith Seitz <keiths@redhat.com>
15516 Doug Evans <dje@google.com>
15517
15518 PR 16253
15519 * gdb.cp/var-tag-2.cc: New file.
15520 * gdb.cp/var-tag-3.cc: New file.
15521 * gdb.cp/var-tag-4.cc: New file.
15522 * gdb.cp/var-tag.cc: New file.
15523 * gdb.cp/var-tag.exp: New file.
15524
155252015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15526
15527 * gdb.base/history-duplicates.exp: New test.
15528
155292015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15530
15531 * gdb.base/completion.exp: Test the completion of the "focus"
15532 command.
15533
155342015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15535
15536 * gdb.arch/amd64-prologue-skip.S: New file.
15537 * gdb.arch/amd64-prologue-skip.exp: New file.
15538
155392015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15540
15541 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15542 is_address_zero_readable check.
15543
155442015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15545
15546 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15547 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15548
155492015-06-24 Yao Qi <yao.qi@linaro.org>
15550
15551 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15552 linux targets.
15553
155542015-06-24 Yao Qi <yao.qi@linaro.org>
15555
15556 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15557 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15558 * gdb.base/siginfo-thread.exp: Likewise.
15559
155602015-06-22 Yao Qi <yao.qi@linaro.org>
15561
15562 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15563
155642015-06-22 Yao Qi <yao.qi@linaro.org>
15565
15566 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15567 aarch64*-*-*.
15568 (skip_hw_watchpoint_tests): Likewise.
15569
155702015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15571
15572 * gdb.base/gdbinit-history.exp: Test the interaction between
15573 setting GDBHISTSIZE and setting the history size via .gdbinit.
15574
155752015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15576
15577 PR gdb/16999
15578 * gdb.base/gdbhistsize-history.exp: New test.
15579
155802015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15581
15582 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15583 with GDBHISTSIZE.
15584 * gdb.base/readline.exp: Likewise.
15585
155862015-06-17 Yao Qi <yao.qi@linaro.org>
15587
15588 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15589 line.
15590
155912015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15592
15593 * gdb.base/gdbinit-history.exp: Add test case to check that
15594 an unlimited history file does not get truncated on exit.
15595
155962015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15597
15598 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15599 (VECTOR): New macro. Use it...
15600 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15601 ...for these typedefs.
15602 (int8, char1, int1, double1): New typedefs.
15603 (struct just_int2, struct two_int2): New structures.
15604 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15605 (add_structvecs, add_singlevecs): New functions.
15606 (main): Call add_some_intvecs twice.
15607 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15608 the compile and exit upon failure. Try compiling for the "native"
15609 architecture. Test inferior function calls with vector arguments
15610 and vector return value handling with "finish" and "return".
15611
156122015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15613
15614 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15615 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15616 PE file.
15617 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15618
156192015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15620
15621 PR breakpoints/16465
15622 * gdb.mi/mi-dprintf-pending.c: New file.
15623 * gdb.mi/mi-dprintf-pending.exp: New test.
15624 * gdb.mi/mi-dprintf-pendshr.c: New file.
15625
156262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15627 Mircea Gherzan <mircea.gherzan@intel.com>
15628
15629 * gdb.arch/i386-mpx-map.c: New file.
15630 * gdb.arch/i386-mpx-map.exp: New File.
15631
156322015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15633
15634 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15635 * gdb.arch/i386-mpx.exp: Indentation fixed.
15636
156372015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15638
15639 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15640 function and improved indentation.
15641 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15642 gdb_test_multiple. Added additional tests to skip the test.
15643
156442015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15645
15646 * gdb.arch/i386-avx512.c: Change path in include file.
15647 * gdb.arch/i386-avx512.exp: Change include dir path
15648 compilation flag.
15649 * gdb.arch/i386-mpx.c: Change path in include file.
15650 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15651 flag.
15652
156532015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15654
15655 * gdb.compile/compile-print.exp (compile print *vararray@3)
15656 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15657
156582015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15659
15660 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15661 (do not keep jit in memory): ... this.
15662 (expect 5): Change it to ...
15663 (expect no 5): ... this.
15664
156652015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15666
15667 PR gdb/15564
15668 * gdb.mi/mi-detach.exp: New file.
15669
156702015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15671
15672 PR symtab/18392
15673 * gdb.arch/amd64-tailcall-self.S: New file.
15674 * gdb.arch/amd64-tailcall-self.c: New file.
15675 * gdb.arch/amd64-tailcall-self.exp: New file.
15676
156772015-05-28 Don Breazeal <donb@codesourcery.com>
15678
15679 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15680 tests for remote targets by checking is_target_gdbserver.
15681
156822015-05-27 Doug Evans <dje@google.com>
15683
15684 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15685 * gdb.dwarf2/opaque-type-lookup.c: New file.
15686 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15687
156882015-05-26 Doug Evans <dje@google.com>
15689
15690 * gdb.cp/iostream.cc: New file.
15691 * gdb.cp/iostream.exp: New file.
15692
156932015-05-26 Doug Evans <dje@google.com>
15694
15695 * gdb.dwarf2/dw2-op-call.exp: Update.
15696 * gdb.dwarf2/dw4-sig-types.exp: Update.
15697 * gdb.dwarf2/implptr.exp: Update.
15698 * gdb.mi/mi-cmd-param-changed.exp: Update.
15699
157002015-05-26 Doug Evans <dje@google.com>
15701
15702 * gdb.python/py-lazy-string.c: New file.
15703 * gdb.python/py-lazy-string.exp: New file.
15704 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15705 (main): Update. Add estring3.
15706 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15707 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15708
157092015-05-26 Omair Javaid <omair.javaid@linaro.org>
15710 Yao Qi <yao.qi@linaro.org>
15711
15712 * gdb.reverse/aarch64.c: New.
15713 * gdb.reverse/aarch64.exp: New.
15714
157152015-05-26 Omair Javaid <omair.javaid@linaro.org>
15716
15717 * lib/gdb.exp (supports_process_record): Return true for
15718 aarch64*-linux*.
15719 (supports_reverse): Likewise.
15720
157212015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15722
15723 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15724 Use with_test_prefix.
15725
157262015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15727
15728 * gdb.base/completion.exp: Add test for completion of layout
15729 names.
15730
157312015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15732
15733 * lib/gdb.exp (skip_tui_tests): New proc.
15734 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15735
157362015-05-19 Pedro Alves <palves@redhat.com>
15737
15738 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15739 Save the whole env array instead of just HOME. Unset HISTSIZE in
15740 the environment while testing. Restore whole environment
15741 afterwards.
15742
157432015-05-16 Doug Evans <xdje42@gmail.com>
15744
15745 * gdb.guile/scm-ports.c: New file.
15746 * gdb.guile/scm-ports.exp: Add memory port tests.
15747
157482015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15749
15750 * gdb.compile/compile-print.c: New file.
15751 * gdb.compile/compile-print.exp: New file.
15752
157532015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15754
15755 * gdb.compile/compile-ops.exp: Cast param to void.
15756 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15757 (compile code struct_object.selffield = &struct_object): Add xfail.
15758
157592015-05-15 Joel Brobecker <brobecker@adacore.com>
15760
15761 * gdb.ada/arr_enum_with_gap: New testcase.
15762
157632015-05-15 Joel Brobecker <brobecker@adacore.com>
15764
15765 * gdb.ada/byte_packed_arr: New testcase.
15766
157672015-05-15 Joel Brobecker <brobecker@adacore.com>
15768
15769 * gdb.ada/pckd_neg: New testcase.
15770
157712015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15772
15773 PR gdb/17820
15774 * gdb.base/gdbinit-history.exp: New test.
15775 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15776 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15777
157782015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15779
15780 * gdb.python/py-xmethods.cc: Enhance test case.
15781 * gdb.python/py-xmethods.exp: New tests.
15782 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15783 function.
15784 (B_indexoper): Likewise.
15785 (global_dm_list) : Add new xmethod worker functions.
15786
157872015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15788
15789 * gdb.base/coredump-filter.exp: Correctly unset
15790 "coredump_var_addr" array.
15791
157922015-05-08 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.server/non-existing-program.exp: Unset spawn_id.
15795
157962015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15797
15798 PR python/18291
15799 * gdb.python/py-xmethods.exp: Add tests.
15800
158012015-05-08 Yao Qi <yao.qi@linaro.org>
15802
15803 PR gdb/18208
15804 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15805 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15806 function set_coredump_filter, and remove remote_exec call.
15807 Remove argument ipid. Callers update.
15808 (top level): Don't get inferior's PID.
15809
158102015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15811
15812 * gdb.base/watch_thread_num.exp: Skip test on targets without
15813 access watchpoints.
15814
158152015-05-06 Pedro Alves <palves@redhat.com>
15816
15817 PR server/18081
15818 * gdb.server/non-existing-program.exp: New file.
15819
158202015-05-05 Joel Brobecker <brobecker@adacore.com>
15821
15822 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15823
158242015-05-05 Joel Brobecker <brobecker@adacore.com>
15825
15826 * gdb.ada/out_of_line_in_inlined: New testcase.
15827
158282015-05-05 Joel Brobecker <brobecker@adacore.com>
15829
15830 * gdb.ada/var_rec_arr: New testcase.
15831
158322015-04-30 Yao Qi <yao.qi@linaro.org>
15833
15834 * gdb.base/break-idempotent.exp: If
15835 skip_hw_watchpoint_multi_tests returns true, skip the tests
15836 on "rwatch" and "awatch".
15837
158382015-04-30 Yao Qi <yao.qi@linaro.org>
15839
15840 * gdb.base/relativedebug.exp: Invoke gdb command
15841 "info sharedlibrary", and if libc.so doesn't have debug info,
15842 skip the test.
15843
158442015-04-29 Doug Evans <dje@google.com>
15845
15846 * gdb.python/py-xmethods.exp: Add ptype tests.
15847 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15848 get_result_type method.
15849
158502015-04-29 Luis Machado <lgustavo@codesourcery.com>
15851
15852 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15853 the target does not support hardware watchpoints.
15854
158552015-04-29 Luis Machado <lgustavo@codesourcery.com>
15856
15857 * gdb.base/break-always.exp: Abort testing if writing to memory
15858 causes an error.
15859
158602015-04-28 Doug Evans <dje@google.com>
15861
15862 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15863 * gdb.python/py-pp-registration.exp: ... here. New file.
15864 * gdb.python/py-pp-registration.c: New file.
15865 * gdb.python/py-pp-registration.py: New file.
15866
158672015-04-28 Doug Evans <dje@google.com>
15868
15869 * gdb.python/py-bad-printers.c: New file.
15870 * gdb.python/py-bad-printers.py: New file.
15871 * gdb.python/py-bad-printers.exp: New file.
15872
158732015-04-28 Sasha Smundak <asmundak@google.com>
15874
15875 * gdb.python/py-type.exp: New test.
15876
158772015-04-28 Andy Wingo <wingo@igalia.com>
15878
15879 * gdb.python/py-parameter.exp:
15880 * gdb.guile/scm-parameter.exp: Escape the path that we are
15881 matching against, as it might contain characters that are special
15882 to regular expressions.
15883
158842015-04-27 Joel Brobecker <brobecker@adacore.com>
15885
15886 * gdb.ada/rec_comp: New testcase.
15887
158882015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15889
15890 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15891 before using it.
15892
158932015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15894
15895 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15896 new tests for verilog output.
15897
158982015-04-24 Yao Qi <yao.qi@linaro.org>
15899
15900 * boards/remote-gdbserver-on-localhost.exp: New file.
15901
159022015-04-23 Pedro Alves <palves@redhat.com>
15903
15904 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15905 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15906 "end of file", remove $inferior_spawn_id from the indirect list.
15907
159082015-04-23 Pedro Alves <palves@redhat.com>
15909
15910 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15911
159122015-04-23 Pedro Alves <palves@redhat.com>
15913
15914 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15915 on $any_spawn_id instead of only on $gdb_spawn_id.
15916
159172015-04-21 Pierre Muller <muller@sourceware.org>
15918
15919 PR pascal/17815
15920 * lib/pascal.exp (gpc_compile): Add new option "class".
15921 (fpc_compile): Likewise.
15922 * gdb.pascal/case-insensitive-symbols.pas: New file.
15923 * gdb.pascal/case-insensitive-symbols.exp: New file.
15924
159252015-04-20 Gary Benson <gbenson@redhat.com>
15926
15927 * gdb.base/attach.exp: Fix three extended remote failures.
15928
159292015-04-17 Gary Benson <gbenson@redhat.com>
15930
15931 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15932 the main executable over the remote protocol.
15933
159342015-04-16 Pedro Alves <palves@redhat.com>
15935
15936 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15937 a new gdbserver if gdbserver_reconnect_p is set.
15938
159392015-04-16 Pedro Alves <palves@redhat.com>
15940
15941 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15942 is set, don't exit gdbserver.
15943
159442015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15945
15946 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15947 appropriate .insn, such that an older assembler can be used.
15948 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15949 the z/Architecture instruction set on 31-bit targets as well.
15950
159512015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15952
15953 * gdb.go/handcall.exp: Remove all logic related to the first
15954 breakpoint and rely on go_runto_main instead.
15955 * gdb.go/strings.exp: Likewise.
15956 * gdb.go/unsafe.exp: Likewise.
15957 * gdb.go/hello.exp: Likewise. Also rename the remaining
15958 breakpoint marker to "breakpoint 1".
15959 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15960 * gdb.go/strings.go: Likewise.
15961 * gdb.go/unsafe.go: Likewise.
15962 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15963 "set breakpoint 2 here" and rename the remaining breakpoint marker
15964 to "breakpoint 1".
15965
159662015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15967
15968 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15969 if itertools.imap is not present.
15970 * gdb.python/py-objfile.exp: Add parentheses.
15971 * gdb.python/py-type.exp: Same.
15972 * gdb.python/py-unwind-maint.py: Same.
15973
159742015-04-15 Yao Qi <yao.qi@linaro.org>
15975
15976 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15977 of ":$ptr_size" and set its form explicitly.
15978
159792015-04-15 Pedro Alves <palves@redhat.com>
15980 Yao Qi <yao.qi@linaro.org>
15981
15982 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15983 timeout by factor of 4.
15984 (test_regular_watch): Likewise.
15985 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15986 * gdb.reverse/sigall-reverse.exp: Likewise.
15987 * gdb.reverse/until-precsave.exp: Likewise.
15988 * lib/gdb.exp (with_timeout_factor): New proc.
15989 (gdb_expect): Move some code to ...
15990 (get_largest_timeout): ... here. New procedure.
15991
159922015-04-14 Luis Machado <lgustavo@codesourcery.com>
15993
15994 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15995
159962015-04-13 Luis Machado <lgustavo@codesourcery.com>
15997
15998 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15999 to write to the .text section.
16000
160012015-04-13 Luis Machado <lgustavo@codesourcery.com>
16002
16003 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16004 Handle the case of targets that do not provide PID information.
16005
160062015-04-13 Yao Qi <yao.qi@linaro.org>
16007
16008 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16009 and use expect instead of gdb_expect.
16010
160112015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16012
16013 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16014 "coredump_var_addr" to avoid naming conflict with other testcases.
16015
160162015-04-10 Pedro Alves <palves@redhat.com>
16017
16018 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16019 gdb_test_sequence and gdb_assert.
16020
160212015-04-10 Pedro Alves <palves@redhat.com>
16022
16023 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16024 test messages that don't include the breakpoint address.
16025
160262015-04-10 Yao Qi <yao.qi@linaro.org>
16027
16028 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16029 false for some offset and width combinations which aren't
16030 supported by linux kernel.
16031
160322015-04-10 Pedro Alves <palves@redhat.com>
16033
16034 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16035 procedure, factored out from ...
16036 (top level): ... here. Add "set displaced-stepping" testing axis.
16037 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16038 parameter "displaced". Use it.
16039 (top level): Use foreach and add "set displaced-stepping" testing
16040 axis.
16041
160422015-04-10 Pedro Alves <palves@redhat.com>
16043
16044 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16045 Remove comment.
16046 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16047 both the address of the instruction that triggers the watchpoint
16048 and the address of the instruction immediately after, and use
16049 those addresses for the test. Fix comment.
16050
160512015-04-10 Pedro Alves <palves@redhat.com>
16052
16053 * gdb.base/sigstep.exp (breakpoint_to_handler)
16054 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16055 Test "backtrace" in handler.
16056 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16057 (top level): Add new "displaced" test axis to
16058 breakpoint_to_handler, breakpoint_to_handler_entry and
16059 breakpoint_over_handler.
16060
160612015-04-10 Pedro Alves <palves@redhat.com>
16062
16063 PR gdb/18216
16064 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16065
160662015-04-10 Yao Qi <yao.qi@linaro.org>
16067
16068 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16069 (test_add_rn_pc): New function.
16070 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16071 (top level): Invoke test_add_rn_pc.
16072
160732015-04-10 Pedro Alves <palves@redhat.com>
16074
16075 PR gdb/13858
16076 * gdb.base/step-over-no-symbols.exp: New file.
16077
160782015-04-09 Andy Wingo <wingo@igalia.com>
16079
16080 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16081 after the Python tests.
16082
160832015-04-08 Keith Seitz <keiths@redhat.com>
16084
16085 PR python/16699
16086 * gdb.python/py-completion.exp: New tests for completion.
16087 * gdb.python/py-completion.py (CompleteLimit1): New class.
16088 (CompleteLimit2): Likewise.
16089 (CompleteLimit3): Likewise.
16090 (CompleteLimit4): Likewise.
16091 (CompleteLimit5): Likewise.
16092 (CompleteLimit6): Likewise.
16093 (CompleteLimit7): Likewise.
16094
160952015-04-08 Pedro Alves <palves@redhat.com>
16096
16097 PR gdb/18214
16098 PR gdb/18216
16099 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16100 function.
16101 (main): Install it as SIGUSR1 handler.
16102 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16103 parameter. Always use "setup" as prefix. Toggle "set
16104 displaced-stepping" off/on depending on global. Don't switch to
16105 thread 1 here.
16106 (top level): Add displaced stepping "off/on" test axis. Update
16107 "setup" calls. Wrap each subtest with with_test_prefix. Test
16108 continuing with a queued signal in each thread.
16109
161102015-04-08 Pedro Alves <palves@redhat.com>
16111
16112 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16113 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16114 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16115 Return early if running to main fails.
16116 * gdb.trace/while-stepping.exp: Likewise.
16117
161182015-04-07 Pedro Alves <palves@redhat.com>
16119
16120 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16121 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16122 interact with inferior program.
16123
161242015-04-07 Pedro Alves <palves@redhat.com>
16125
16126 * lib/gdb.exp (inferior_spawn_id): New global.
16127 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16128 spawn id after processing the user code.
16129 (default_gdb_start): Set inferior_spawn_id.
16130 (send_inferior): New procedure.
16131 * lib/gdbserver-support.exp (gdbserver_start): Set
16132 inferior_spawn_id.
16133 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16134
161352015-04-07 Pedro Alves <palves@redhat.com>
16136
16137 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16138 * lib/gdbserver-support.exp (gdbserver_start): Make
16139 $server_spawn_id global.
16140 (gdbserver_start): Don't wait for gdbserver's spawn id with
16141 expect_background.
16142 (close_gdbserver): New procedure.
16143 (gdb_exit): Rename the default version and reimplement.
16144
161452015-04-07 Pedro Alves <palves@redhat.com>
16146
16147 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16148 append the substituted item, not the original item.
16149
161502015-04-07 Pedro Alves <palves@redhat.com>
16151
16152 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16153 gdb_expect.
16154
161552015-04-07 Pedro Alves <palves@redhat.com>
16156
16157 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16158 output appearing once only.
16159
161602015-04-07 Pedro Alves <palves@redhat.com>
16161
16162 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16163 that doesn't expect anything. Return early if running to main
16164 fails.
16165
161662015-04-07 Yao Qi <yao.qi@linaro.org>
16167
16168 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16169 (child_function): Call alarm.
16170 (main): Move call to alarm into the loop.
16171 * gdb.threads/non-stop-fair-events.exp: Build program with
16172 -DTIMEOUT=$timeout.
16173
161742015-04-06 Doug Evans <xdje42@gmail.com>
16175
16176 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16177 Fix dest parameter to board_info.
16178 (fpc_compile): Ditto.
16179 (gdb_compile_pascal): Rename dest arg to destfile.
16180
161812015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16182
16183 * gdb.ada/funcall_ref.exp: New file.
16184 * gdb.ada/funcall_ref/foo.adb: New file.
16185
161862015-04-02 Yao Qi <yao.qi@linaro.org>
16187
16188 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16189 is remote.
16190
161912015-04-02 Gary Benson <gbenson@redhat.com>
16192
16193 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16194
161952015-04-01 Sasha Smundak <asmundak@google.com>
16196
16197 * gdb.python/py-unwind-maint.c: New file.
16198 * gdb.python/py-unwind-maint.exp: New test.
16199 * gdb.python/py-unwind-maint.py: New file.
16200 * gdb.python/py-unwind.c: New file.
16201 * gdb.python/py-unwind.exp: New test.
16202 * gdb.python/py-unwind.py: New test.
16203
162042015-04-01 Pedro Alves <palves@redhat.com>
16205
16206 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16207 to fail instead of non-existent $test.
16208
162092015-04-01 Pedro Alves <palves@redhat.com>
16210
16211 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16212 GDBFLAGS if not empty.
16213
162142015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16215
16216 * gdb.ada/complete.exp: Remove "multi_line".
16217 * gdb.ada/info_exc.exp: Remove "multi_line".
16218 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16219 * gdb.ada/ptype_field.exp: Remove "multi_line".
16220 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16221 * gdb.ada/tagged.exp: Remove "multi_line".
16222 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16223 [multi_line ...]
16224 * gdb.btrace/delta.exp: Likewise.
16225 * gdb.btrace/exception.exp: Likewise.
16226 * gdb.btrace/function_call_history.exp: Likewise.
16227 * gdb.btrace/instruction_history.exp: Likewise.
16228 * gdb.btrace/nohist.exp: Likewise.
16229 * gdb.btrace/record_goto.exp: Likewise.
16230 * gdb.btrace/segv.exp: Likewise.
16231 * gdb.btrace/stepi.exp: Likewise.
16232 * gdb.btrace/tailcall.exp: Likewise.
16233 * gdb.btrace/unknown_functions.exp: Likewise.
16234 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16235 * lib/gdb.exp: Add the "multi_line" helper.
16236
162372015-04-01 Pedro Alves <palves@redhat.com>
16238
16239 * gdb.threads/tid-reuse.c: New file.
16240 * gdb.threads/tid-reuse.exp: New file.
16241
162422015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16243
16244 PR corefiles/16092
16245 * gdb.base/coredump-filter.c: New file.
16246 * gdb.base/coredump-filter.exp: Likewise.
16247
162482015-03-27 Petr Machata <pmachata@redhat.com>
16249
16250 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16251 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16252 (Dwarf::assemble): Initialize them.
16253 (Dwarf::lines): New function.
16254
162552015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16256
16257 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16258 SYMBOL_PREFIX for x86_64-*-cygwin.
16259
162602015-03-26 Andy Wingo <wingo@igalia.com>
16261
16262 PR symtab/18148
16263 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16264 const_value but not a location.
16265 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16266 location defined in non-main CUs are visible.
16267
162682015-03-26 Yao Qi <yao.qi@linaro.org>
16269
16270 PR testsuite/18139
16271 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16272 Add a line number entry for the same line.
16273 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16274 Add a line number entry for the same line.
16275
162762015-03-26 Yao Qi <yao.qi@linaro.org>
16277
16278 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16279 .int 0.
16280 (func): Likewise. Add .Lfunc_1 label.
16281 Use .Lfunc_1 label.
16282 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16283 .int 0.
16284 (func): Likewise.
16285 Use .Lfunc_1 label.
16286
162872015-03-26 Yao Qi <yao.qi@linaro.org>
16288
16289 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16290 Call gdb_compile instead to compile each .s files without debug
16291 information.
16292
162932015-03-26 Yao Qi <yao.qi@linaro.org>
16294
16295 * gdb.base/savedregs.exp (process_saved_regs): Make
16296 "Saved registers:" optional in the pattern.
16297
162982015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16299
16300 * gdb.btrace/next.exp: Merged into step.exp.
16301 * gdb.btrace/finish.exp: Merged into step.exp.
16302 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16303 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16304 "record goto" and checking the exact replay position.
16305 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16306 check for "Recording format" in "info record" output.
16307 * gdb.btrace/record_goto.exp: Choose test file based on target.
16308 * gdb.btrace/x86-record_goto.S: Renamed into ...
16309 * gdb.btrace/x86_64-record_goto.S: ... this.
16310 * gdb.btrace/i686-record_goto.S: New.
16311 * gdb.btrace/x86-tailcall.S: Renamed into ...
16312 * gdb.btrace/x86_64-tailcall.S: ... this.
16313 * gdb.btrace/i686-tailcall.S: New.
16314 * gdb.btrace/x86-tailcall.c: Renamed into ...
16315 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16316 separate statements. Update test.
16317 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16318 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16319 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16320 * gdb.btrace/tailcall.exp: Choose test file based on target.
16321 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16322
163232015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16324
16325 * gdb.btrace/exception.exp: Increase BTS buffer size.
16326
163272015-03-24 Pedro Alves <palves@redhat.com>
16328
16329 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16330
163312015-03-24 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.threads/schedlock.exp (test_step): No longer expect that
16334 "set scheduler-locking step" with "next" over a function call runs
16335 threads unlocked.
16336
163372015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16338
16339 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16340
163412015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16342
16343 PR breakpoints/16466
16344 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16345 * gdb.mi/mi-pending.c (thread_func): New function.
16346 (int main): Add threading support required.
16347 * gdb.mi/mi-pending.exp: Add tests for this issue.
16348 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16349 (pendfunc2): Remove stdio dependency.
16350 * gdb.mi/mi-pendshr2.c: New file.
16351
163522015-03-23 Keith Seitz <keiths@redhat.com>
16353
16354 * gdb.linespec/keywords.c: New file.
16355 * gdb.linespec/keywords.exp: New file.
16356
163572015-03-23 Keith Seitz <keiths@redhat.com>
16358
16359 PR gdb/18021
16360 * gdb.dwarf2/staticvirtual.exp: New test.
16361
163622015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16363
16364 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16365 * README: Remove HP-UX and gdb.hp.
16366 (configuration):
16367 * configure: Regenerate.
16368 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16369 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16370 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16371 gdb.hp/gdb.defects/Makefile.
16372 * gdb.hp/Makefile.in: File deleted.
16373 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16374 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16375 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16376 * gdb.hp/gdb.aCC/run.c: File deleted.
16377 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16378 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16379 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16380 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16381 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16382 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16383 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16384 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16385 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16386 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16387 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16388 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16389 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16390 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16391 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16392 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16393 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16394 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16395 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16396 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16397 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16398 * gdb.hp/gdb.compat/average.c: File deleted.
16399 * gdb.hp/gdb.compat/sum.c: File deleted.
16400 * gdb.hp/gdb.compat/xdb.c: File deleted.
16401 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16402 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16403 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16404 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16405 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16406 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16407 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16408 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16409 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16410 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16411 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16412 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16413 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16414 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16415 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16416 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16417 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16418 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16419 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16420 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16421 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16422 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16423 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16424 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16425 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16426 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16427 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16428 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16429 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16430 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16431 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16432 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16433 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16434 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16435 * gdb.hp/tools/odump: File deleted.
16436
164372015-03-19 Pedro Alves <palves@redhat.com>
16438
16439 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16440 (saw_thread_3): New globals.
16441 (top level): Increment them when an event for the corresponding
16442 thread is seen.
16443 (no thread starvation): New test.
16444
164452015-03-19 Pedro Alves <palves@redhat.com>
16446
16447 * gdb.threads/continue-pending-status.c: New file.
16448 * gdb.threads/continue-pending-status.exp: New file.
16449
164502015-03-18 Pedro Alves <palves@redhat.com>
16451
16452 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16453 Use gdb_is_target_remote instead of is_remote. Use
16454 gdb_test_multiple instead of gdb_expect. Exit early if
16455 gdb_test_multiple hits its internal matches. Tighten stepi tests
16456 expected output. Fail on exit with any signal, instead of just
16457 SIGILL.
16458
164592015-03-18 Yao Qi <yao.qi@linaro.org>
16460
16461 PR tdep/18107
16462 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16463 variable.
16464 * gdb.base/catch-syscall.exp: Don't skip it on
16465 aarch64*-*-linux* target. Remove elements in all_syscalls.
16466 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16467 target.
16468 (setup_all_syscalls): New proc.
16469
164702015-03-16 Yao Qi <yao.qi@linaro.org>
16471
16472 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16473 (top level): Skip tests if valid_addr_p returns false for
16474 $cmd1 or $cmd2.
16475
164762015-03-11 Andy Wingo <wingo@igalia.com>
16477
16478 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16479
164802015-03-11 Yao Qi <yao.qi@linaro.org>
16481
16482 * gdb.base/catch-syscall.exp: Fix typo in comments.
16483
164842015-03-11 Yao Qi <yao.qi@linaro.org>
16485
16486 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16487
164882015-03-09 Pedro Alves <palves@redhat.com>
16489
16490 * dg-extract-results.py: Delete.
16491
164922015-03-09 Pedro Alves <palves@redhat.com>
16493
16494 Merge dg-extract-results.sh from GCC upstream (r218843).
16495
16496 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16497 * dg-extract-results.sh: Use --text with grep to avoid issues with
16498 binary files. Fall back to cat -v, if that doesn't work.
16499
165002015-03-05 Pedro Alves <palves@redhat.com>
16501
16502 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16503
165042015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16505
16506 * lib/mi-support.exp (mi_expect_interrupt): Accept
16507 alternative event for when in all-stop mode.
16508
165092015-03-04 Pedro Alves <palves@redhat.com>
16510
16511 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16512
165132015-03-04 Mark Kettenis <kettenis@gnu.org>
16514
16515 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16516
165172015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16518
16519 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16520 regexps for GDB's current line display, accept a hex address
16521 preceding the line number.
16522
165232015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16524
16525 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16526 the 'arch1' variable for "s390*-linux*" targets.
16527
165282015-03-04 Pedro Alves <palves@redhat.com>
16529
16530 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16531 (main): Pass missing retval argument to pthread_join call.
16532
165332015-03-02 Pedro Alves <palves@redhat.com>
16534
16535 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16536 (top level): Call do_test with non-stop as well.
16537
165382015-03-02 Pedro Alves <palves@redhat.com>
16539
16540 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16541 -1.
16542
165432015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16544
16545 * gdb.arch/s390-vregs.exp: New test.
16546 * gdb.arch/s390-vregs.S: New file.
16547
165482015-02-27 Pedro Alves <palves@redhat.com>
16549
16550 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16551 call to catch_command_errors.
16552 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16553 catch_command_errors.
16554
165552015-02-27 Pedro Alves <palves@redhat.com>
16556
16557 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16558 "true" for boolean result.
16559 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16560 prototype of main.
16561
165622015-02-27 Pedro Alves <palves@redhat.com>
16563
16564 * lib/unbuffer_output.c: New file.
16565 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16566 (main): Call gdb_unbuffer_output.
16567
165682015-02-27 Yao Qi <yao.qi@linaro.org>
16569
16570 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16571 target.
16572
165732015-02-26 Doug Evans <dje@google.com>
16574
16575 * gdb.cp/class2.cc (Dbase, D): New classes.
16576 (main): New local delta.
16577 * gdb.cp/class2.exp: Test printing delta.
16578 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16579 (dynbar): New global.
16580 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16581
165822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16583
16584 * gdb.compile/compile-ifunc.c: New file.
16585 * gdb.compile/compile-ifunc.exp: New file.
16586
165872015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16588
16589 * gdb.base/structs.exp: Check for correct struct on finish.
16590
165912015-02-26 Yao Qi <yao.qi@linaro.org>
16592
16593 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16594 is zero.
16595
165962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16597
16598 * gdb.arch/cordic.ko.bz2: New file.
16599 * gdb.arch/cordic.ko.debug.bz2: New file.
16600 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16601
166022015-02-25 Yao Qi <yao.qi@linaro.org>
16603
16604 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16605 aarch64*-*-* target.
16606
166072015-02-23 Pedro Alves <palves@redhat.com>
16608
16609 * lib/gdb.exp (delete_breakpoints): Rewrite using
16610 gdb_test_multiple.
16611
166122015-02-23 Pedro Alves <palves@redhat.com>
16613
16614 * gdb.base/info-os.c: Include stdlib.h.
16615
166162015-02-22 Doug Evans <xdje42@gmail.com>
16617
16618 PR symtab/17855
16619 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16620 is read after symbols have been re-read.
16621 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16622 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16623
166242015-02-21 Doug Evans <dje@google.com>
16625
16626 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16627
166282015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16629
16630 PR corefiles/17808
16631 * gdb.arch/i386-biarch-core.core.bz2: New file.
16632 * gdb.arch/i386-biarch-core.exp: New file.
16633
166342015-02-21 Pedro Alves <palves@redhat.com>
16635
16636 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16637 runto_main fails.
16638
166392015-02-20 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16642 info probes.
16643
166442015-02-20 Pedro Alves <palves@redhat.com>
16645
16646 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16647
166482015-02-20 Pedro Alves <palves@redhat.com>
16649
16650 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16651 clean_restart before gdb_target_supports_trace.
16652
166532015-02-20 Pedro Alves <palves@redhat.com>
16654
16655 PR threads/18006
16656 * gdb.threads/clone-thread_db.c: New file.
16657 * gdb.threads/clone-thread_db.exp: New file.
16658
166592015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16660
16661 PR breakpoints/16812
16662 * gdb.base/catch-gdb-caused-signals.c: New file.
16663 * gdb.base/catch-gdb-caused-signals.exp: New file.
16664
166652015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16666
16667 * configure: Regenerated.
16668 * configure.ac: Use GDB_AC_TRANSFORM.
16669 * aclocal.m4: sinclude ../transform.m4.
16670
166712015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16672
16673 * lib/dtrace.exp: New file.
16674 * gdb.base/dtrace-probe.exp: Likewise.
16675 * gdb.base/dtrace-probe.d: Likewise.
16676 * gdb.base/dtrace-probe.c: Likewise.
16677 * lib/pdtrace.in: Likewise.
16678 * configure.ac: Output variables with the transformed names of
16679 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16680 * configure: Regenerated.
16681
166822015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16683
16684 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16685 expected message when trying to access $_probe_* convenience
16686 variables while not on a probe.
16687
166882015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16689
16690 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16691
166922015-02-11 Pedro Alves <pedro@codesourcery.com>
16693
16694 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16695 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16696
166972015-02-10 Doug Evans <xdje42@gmail.com>
16698
16699 * lib/gdb.exp (gdb_load): Always return a result.
16700
167012015-02-10 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.threads/signal-sigtrap.c: New file.
16704 * gdb.threads/signal-sigtrap.exp: New file.
16705
167062015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16707
16708 * gdb.trace/no-attach-trace.c: New file.
16709 * gdb.trace/no-attach-trace.exp: New file.
16710
167112015-02-09 Mark Wielaard <mjw@redhat.com>
16712
16713 * gdb.dwarf2/atomic.c: New file.
16714 * gdb.dwarf2/atomic-type.exp: Likewise.
16715
167162015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16717
16718 * gdb.btrace/buffer-size.exp: Update "info record" output.
16719 * gdb.btrace/delta.exp: Update "info record" output.
16720 * gdb.btrace/enable.exp: Update "info record" output.
16721 * gdb.btrace/finish.exp: Update "info record" output.
16722 * gdb.btrace/instruction_history.exp: Update "info record" output.
16723 * gdb.btrace/next.exp: Update "info record" output.
16724 * gdb.btrace/nexti.exp: Update "info record" output.
16725 * gdb.btrace/step.exp: Update "info record" output.
16726 * gdb.btrace/stepi.exp: Update "info record" output.
16727 * gdb.btrace/nohist.exp: Update "info record" output.
16728
167292015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16730
16731 * gdb.btrace/buffer-size: New.
16732
167332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16734
16735 * gdb.btrace/delta.exp: Update "info record" output.
16736 * gdb.btrace/enable.exp: Update "info record" output.
16737 * gdb.btrace/finish.exp: Update "info record" output.
16738 * gdb.btrace/instruction_history.exp: Update "info record" output.
16739 * gdb.btrace/next.exp: Update "info record" output.
16740 * gdb.btrace/nexti.exp: Update "info record" output.
16741 * gdb.btrace/step.exp: Update "info record" output.
16742 * gdb.btrace/stepi.exp: Update "info record" output.
16743 * gdb.btrace/nohist.exp: Update "info record" output.
16744
167452015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16746
16747 PR gdb/15678
16748 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16749
167502015-02-06 Pedro Alves <palves@redhat.com>
16751
16752 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16753 macro.
16754 (seconds_left, again): New globals.
16755 (main): Wait seconds_left in a 1-second sleep loop instead of
16756 sleeping 180 seconds. If 'again' is set, reset the seconds
16757 counter.
16758 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16759 'again' in the inferior before detaching. Print the seconds left.
16760 (options): New global.
16761 (top level): Build program with -DTIMEOUT=$timeout.
16762
167632015-02-06 Pedro Alves <palves@redhat.com>
16764
16765 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16766 determine how many seconds to pass to 'alarm'.
16767 * gdb.base/gdb-sigterm.exp (top level): Build program with
16768 -DTIMEOUT=$timeout.
16769 (do_test): Return success/failure indication. Add more verbose
16770 logging. Don't fail if 200 single steps are seen. Instead, fail
16771 when the test times out.
16772 (passes): New global.
16773 (top level): Break the testing loop if testing fails on any
16774 iteration. Use gdb_assert.
16775
167762015-02-04 Don Breazeal <donb@codesourcery.com>
16777
16778 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16779 and initialize them.
16780 (ipc_cleanup): New function.
16781 (main): Don't declare shmid, semid, and msqid. Add a call to
16782 atexit so that we call ipc_cleanup on exit.
16783
167842015-02-04 Pedro Alves <palves@redhat.com>
16785
16786 * boards/native-extended-gdbserver.exp: Remove any target variant
16787 specifications from the board name before clearing the isremote
16788 flag from board_info.
16789
167902015-01-31 Doug Evans <xdje42@gmail.com>
16791
16792 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16793
167942015-01-31 Gary Benson <gbenson@redhat.com>
16795
16796 * gdb.base/completion.exp: Disable completion limiting for
16797 existing tests. Add new tests to check completion limiting.
16798 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16799
168002015-01-31 Doug Evans <xdje42@gmail.com>
16801
16802 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16803
168042015-01-31 Doug Evans <xdje42@gmail.com>
16805
16806 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16807 entries. Duplicate file section script entries.
16808 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16809 inlined entries. Add test for safe-path rejection.
16810 * gdb.python/py-section-script.c: Add duplicate inlined section script
16811 entries. Duplicate file section script entries.
16812 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16813 inlined entries. Add test for safe-path rejection.
16814
168152015-01-29 Joel Brobecker <brobecker@adacore.com>
16816
16817 * gdb.ada/disc_arr_bound: New testcase.
16818
168192015-01-29 Joel Brobecker <brobecker@adacore.com>
16820
16821 * gdb.ada/mi_var_array: New testcase.
16822
168232015-01-27 Doug Evans <dje@google.com>
16824
16825 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16826 Add test for objfile.filename, objfile.username after objfile
16827 has been unloaded.
16828
168292015-01-26 Joel Brobecker <brobecker@adacore.com>
16830
16831 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16832 the second test to print the name attribute of value
16833 returned by the call to gdb.lookup_type, and adjust
16834 the expected output accordingly.
16835
168362015-01-25 Mark Wielaard <mjw@redhat.com>
16837
16838 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16839 * gdb.base/disp-step-fork.c: Include unistd.h.
16840 * gdb.base/siginfo-obj.c: Include stdio.h.
16841 * gdb.base/siginfo-thread.c: Likewise.
16842 * gdb.mi/non-stop.c: Include unistd.h.
16843 * gdb.mi/nsthrexec.c: Include stdio.h.
16844 * gdb.mi/pthreads.c: Include unistd.h.
16845 * gdb.modula2/unbounded1.c (main): Declare returns int.
16846 * gdb.reverse/consecutive-reverse.c: Likewise.
16847 * gdb.threads/create-fail.c: Include unistd.h.
16848 * gdb.threads/killed.c: Likewise.
16849 * gdb.threads/linux-dp.c: Likewise.
16850 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16851 * gdb.threads/non-ldr-exc-2.c: Likewise.
16852 * gdb.threads/non-ldr-exc-3.c: Likewise.
16853 * gdb.threads/non-ldr-exc-4.c: Likewise.
16854 * gdb.threads/pthreads.c: Include unistd.h.
16855 (main): Declare returns int.
16856 * gdb.threads/tls-main.c (foo): New declaration.
16857 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16858
168592015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16860
16861 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16862 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16863
168642015-01-15 Mark Wielaard <mjw@redhat.com>
16865
16866 * gdb.base/noreturn-return.c: New file.
16867 * gdb.base/noreturn-return.exp: New file.
16868 * gdb.base/noreturn-finish.c: New file.
16869 * gdb.base/noreturn-finish.exp: New file.
16870
168712015-01-23 Pedro Alves <palves@redhat.com>
16872
16873 * gdb.threads/continue-pending-after-query.c: New file.
16874 * gdb.threads/continue-pending-after-query.exp: New file.
16875
168762015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16877 Simon Marchi <simon.marchi@ericsson.com>
16878
16879 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16880 * gdb.base/valgrind-db-attach.exp: Same.
16881 * gdb.base/valgrind-infcall.exp: Same.
16882 * lib/mi-support.exp (default_mi_gdb_start): Same.
16883 * lib/prompt.exp (default_prompt_gdb_start): Same.
16884 * lib/gdb.exp (default_gdb_spawn): Same.
16885 (gdb_interact): New.
16886
16887
168882015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16889
16890 * gdb.compile/compile.exp (pointer to jit function): New test.
16891
168922015-01-17 Wei-cheng Wang <cole945@gmail.com>
16893
16894 * lib/gdb.exp (supports_process_record): Return true for
16895 powerpc*-*-linux*.
16896 (supports_reverse): Likewise.
16897
168982015-01-15 Don Breazeal <donb@codesourcery.com>
16899
16900 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16901 instead of checking whether the target board is remote and
16902 use spawn_wait_for_attach instead of exec/sleep.
16903 * gdb.base/attach-twice.exp: Likewise.
16904
169052015-01-15 Joel Brobecker <brobecker@adacore.com>
16906
16907 * gdb.ada/var_arr_attrs: New testcase.
16908
169092015-01-14 Pedro Alves <palves@redhat.com>
16910 Joel Brobecker <brobecker@adacore.com>
16911
16912 PR gdb/17525
16913 * gdb.base/bp-cmds-execution-x-script.c: New file.
16914 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16915 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16916
169172015-01-14 Pedro Alves <palves@redhat.com>
16918
16919 PR cli/17828
16920 * gdb.base/batch-preserve-term-settings.c: New file.
16921 * gdb.base/batch-preserve-term-settings.exp: New file.
16922
169232015-01-13 Doug Evans <dje@google.com>
16924
16925 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16926 binary.
16927
169282015-01-13 Joel Brobecker <brobecker@adacore.com>
16929
16930 * Makefile.in (clean mostlyclean): Do not delete *.py.
16931
169322015-01-13 Joel Brobecker <brobecker@adacore.com>
16933
16934 * gdb.python/py-lookup-type.exp: New file.
16935
169362015-01-12 Pedro Alves <palves@redhat.com>
16937
16938 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16939 restore GDBFLAGS before returning.
16940
169412015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16942
16943 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16944 is_amd64_regs_target and is_x86_like_target.
16945
169462015-01-11 Doug Evans <xdje42@gmail.com>
16947
16948 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16949 is given without an explicit form.
16950 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16951 attributes.
16952 * gdb.dwarf/corrupt.exp: Ditto.
16953 * gdb.dwarf2/enum-type.exp: Ditto.
16954 * gdb.trace/entry-values.exp: Ditto.
16955 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16956
169572015-01-11 Doug Evans <xdje42@gmail.com>
16958
16959 PR gdb/15830
16960 * gdb.base/maint.exp: Remove references to "maint demangle".
16961 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16962 Add tests for explicitly specifying language to demangle.
16963 * gdb.dlang/demangle.exp: Ditto.
16964
169652015-01-09 Pedro Alves <palves@redhat.com>
16966
16967 * gdb.threads/non-stop-fair-events.c: New file.
16968 * gdb.threads/non-stop-fair-events.exp: New file.
16969
169702015-01-09 Pedro Alves <palves@redhat.com>
16971
16972 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16973 the global scope. Set a breakpoint after all threads are started
16974 rather than stepping over two source lines. Expect the prompt.
16975 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16976 global.
16977 (NUM): Now 15.
16978 (main): Use threads_started_barrier to wait for all threads to
16979 start. Main thread no longer calls thread_function. Exit after
16980 180 seconds.
16981 (loop): New function.
16982 (thread_function): Wait on threads_started_barrier barrier. Call
16983 'loop' at each iteration.
16984 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16985 threads have started, instead of hardcoding number of "next"
16986 steps. Use an access watchpoint instead of a write watchpoint.
16987
169882015-01-09 Pedro Alves <palves@redhat.com>
16989
16990 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16991 (thread_func): Wait on barrier.
16992 (main): Wait for all threads to start before stopping GDB.
16993 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16994 global.
16995 (thread1_func, thread2_func): Wait on barrier.
16996 (main): Wait for all threads to start before stopping GDB.
16997 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16998 New global.
16999 (thread1_func, thread2_func): Wait on barrier.
17000 (main): Wait for all threads to start before stopping GDB.
17001
170022015-01-09 Pedro Alves <palves@redhat.com>
17003
17004 * gdb.threads/attach-many-short-lived-threads.c: New file.
17005 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17006
170072014-01-09 Pedro Alves <palves@redhat.com>
17008
17009 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17010 instead of to thread 2.
17011 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17012 Add barrier around each pthread_create call instead of around all
17013 calls.
17014 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17015 Set a break on thread_function and have the child threads hit it
17016 one at at a time.
17017
170182015-01-09 Pedro Alves <palves@redhat.com>
17019
17020 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17021 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17022 false.
17023 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17024 checking whether the target board is remote.
17025 * gdb.multi/multi-attach.exp: Likewise.
17026 * gdb.python/py-sync-interp.exp: Likewise.
17027 * gdb.server/ext-attach.exp: Likewise.
17028 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17029 tests that need to attach, instead of checking whether the target
17030 board is remote at the top of the file.
17031
170322015-01-08 Yao Qi <yao@codesourcery.com>
17033
17034 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17035
170362015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17037
17038 Fix testcase compilation.
17039 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17040
170412015-01-06 Joel Brobecker <brobecker@adacore.com>
17042
17043 * gdb.python/py-type.exp: Add a couple test about empty
17044 array creation, and negative-length array creation.
17045
170462015-01-02 Doug Evans <xdje42@gmail.com>
17047
17048 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17049
170502015-01-02 Doug Evans <dje@google.com>
17051
17052 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17053
170542014-12-29 Yao Qi <yao@codesourcery.com>
17055
17056 * gdb.trace/entry-values.exp: Update comments. Rename variable
17057 bar_call_foo to returned_from_foo.
17058
170592014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17060
17061 PR gdb/17394
17062 * gdb.linespec/break-asm-file.c: New file.
17063 * gdb.linespec/break-asm-file.exp: New file.
17064 * gdb.linespec/break-asm-file0.s: New file.
17065 * gdb.linespec/break-asm-file1.s: New file.
17066
170672014-12-18 Nigel Stephens <nigel@mips.com>
17068 Maciej W. Rozycki <macro@codesourcery.com>
17069
17070 * gdb.base/float.exp: Handle the new output from "info float" on
17071 MIPS targets.
17072
170732014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17074
17075 Fix MinGW compilation.
17076 * gdb.compile/compile-ops.exp: Update untested message if
17077 !skip_compile_feature_tests.
17078 * gdb.compile/compile-setjmp.exp: Likewise.
17079 * gdb.compile/compile-tls.exp: Likewise.
17080 * gdb.compile/compile.exp: Likewise.
17081 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17082 supported on this host".
17083
170842014-12-16 Doug Evans <xdje42@gmail.com>
17085
17086 * boards/stabs.exp: New file.
17087
170882014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17089
17090 * gdb.base/completion.exp: Adjust to format changes of "maint
17091 print user-registers".
17092
170932014-12-16 Catalin Udma <catalin.udma@freescale.com>
17094
17095 PR server/17457
17096 * gdb.arch/aarch64-fp.c: New file.
17097 * gdb.arch/aarch64-fp.exp: New file.
17098
170992014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17100
17101 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17102 r210637, r210913, r211666, r215400, r215817).
17103
17104 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17105 * dg-extract-results.py: New file.
17106 * dg-extract-results.sh: Use it if the environment seems
17107 suitable.
17108
17109 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17110
17111 * dg-extract-results.py (parse_run): Handle warnings that
17112 are printed before a test harness is run.
17113
17114 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17115
17116 * dg-extract-results.py (Named): Remove __cmp__ method.
17117 (output_variation): Use a key to sort variation.harnesses.
17118
17119 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17120
17121 * dg-extract-results.py: For Python 3, force sys.stdout to
17122 handle surrogate escape sequences.
17123 (safe_open): New function.
17124 (output_segment, main): Use it.
17125
17126 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17127
17128 * dg-extract-results.py (Prog.result_re): Include options
17129 in test name.
17130
17131 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17132
17133 * dg-extract-results.py (output_variation): Always sort if
17134 do_sum.
17135
171362014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17137
17138 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17139 as long as we get pagination notifications.
17140
171412014-12-15 Jason Merrill <jason@redhat.com>
17142
17143 * Makefile.in (check-gdb.%): Restore.
17144 * README: Mention it.
17145
171462014-12-13 Joel Brobecker <brobecker@adacore.com>
17147
17148 * gdb.ada/str_uninit: New testcase.
17149
171502014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17151
17152 PR symtab/17642
17153 * gdb.base/vla-stub-define.c: New file.
17154 * gdb.base/vla-stub.c: New file.
17155 * gdb.base/vla-stub.exp: New file.
17156
171572014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17158 Jan Kratochvil <jan.kratochvil@redhat.com>
17159 Tom Tromey <tromey@redhat.com>
17160
17161 * configure.ac: Add gdb.compile/.
17162 * configure: Regenerate.
17163 * gdb.compile/Makefile.in: New file.
17164 * gdb.compile/compile-ops.exp: New file.
17165 * gdb.compile/compile-ops.c: New file.
17166 * gdb.compile/compile-tls.c: New file.
17167 * gdb.compile/compile-tls.exp: New file.
17168 * gdb.compile/compile-constvar.S: New file.
17169 * gdb.compile/compile-constvar.c: New file.
17170 * gdb.compile/compile-mod.c: New file.
17171 * gdb.compile/compile-nodebug.c: New file.
17172 * gdb.compile/compile-setjmp-mod.c: New file.
17173 * gdb.compile/compile-setjmp.c: New file.
17174 * gdb.compile/compile-setjmp.exp: New file.
17175 * gdb.compile/compile-shlib.c: New file.
17176 * gdb.compile/compile.c: New file.
17177 * gdb.compile/compile.exp: New file.
17178 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17179
171802014-12-12 Tom Tromey <tromey@redhat.com>
17181
17182 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17183 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17184
171852014-12-12 Doug Evans <dje@google.com>
17186
17187 * lib/gdb-python.exp (get_python_valueof): New function.
17188 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17189
171902014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17191
17192 * gdb.base/completion.exp: Add test for completion of "info
17193 registers ".
17194
171952014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17196
17197 * gdb.base/func-ptrs.c: New file.
17198 * gdb.base/func-ptrs.exp: New file.
17199
172002014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17201
17202 PR breakpoints/17012
17203 * gdb.base/dprintf-detach.c: New file.
17204 * gdb.base/dprintf-detach.exp: New file.
17205
172062014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17207
17208 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17209 * lib/gdb.exp (target_is_gdbserver): New procedure.
17210
172112014-12-08 Doug Evans <dje@google.com>
17212
17213 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17214
172152014-12-05 Yao Qi <yao@codesourcery.com>
17216
17217 * gdb.guile/scm-error.exp: Remove the third argument to
17218 gdb_remote_download.
17219 * gdb.guile/scm-frame-args.exp: Likewise.
17220 * gdb.guile/scm-section-script.exp: Likewise.
17221
172222014-12-05 Yao Qi <yao@codesourcery.com>
17223
17224 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17225
172262014-12-04 Doug Evans <dje@google.com>
17227
17228 * gdb.python/py-objfile.exp: Add tests for
17229 objfile.add_separate_debug_file.
17230
172312014-12-04 Doug Evans <dje@google.com>
17232
17233 * lib/gdb.exp (get_build_id): New function.
17234 (build_id_debug_filename_get): Rewrite to use it.
17235 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17236
172372014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17238
17239 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17240 `method(long)', not just 0x0.
17241 * gdb.cp/nsalias.exp: Align code labels to 4.
17242 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17243 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17244 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17245 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17246 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17247 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17248
172492014-12-02 Doug Evans <dje@google.com>
17250
17251 PR symtab/17602
17252 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17253 * gdb.cp/anon-ns2.cc: ... here. New file.
17254 * gdb.cp/anon-ns.exp: Update.
17255
172562014-12-02 Nick Bull <nicholaspbull@gmail.com>
17257
17258 * gdb.python/py-events.py (inferior_call_handler): New.
17259 (register_changed_handler, memory_changed_handler): New.
17260 (test_events.invoke): Register new handlers.
17261 * gdb.python/py-events.exp: Add tests for inferior call,
17262 memory_changed and register_changed events.
17263
172642014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17265
17266 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17267 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17268 if the linker doesn't understand this.
17269
172702014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17271
17272 * gdb.python/python.exp: Change expected reply to help().
17273
172742014-12-01 Yao Qi <yao@codesourcery.com>
17275
17276 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17277 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17278 * configure: Re-generated.
17279
172802014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17281
17282 * gdb.cp/chained-calls.cc: New file.
17283 * gdb.cp/chained-calls.exp: New file.
17284 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17285
172862014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17287
17288 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17289 * gdb.dwarf2/symtab-producer.exp: Same.
17290 * gdb.gdb/python-interrupts.exp: Same.
17291 * gdb.gdb/python-selftest.exp: Same.
17292 * gdb.python/py-linetable.exp: Same.
17293 * gdb.python/py-type.exp: Same.
17294 * gdb.python/py-value-cc.exp: Same.
17295 * gdb.python/py-value.exp: Same.
17296
172972014-11-28 Yao Qi <yao@codesourcery.com>
17298
17299 * gdb.base/break-probes.exp: Match library name prefixed with
17300 sysroot.
17301
173022014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17303
17304 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17305 test expected output. Add parentheses for the call to print.
17306 Remove L suffix from integers.
17307
173082014-11-26 Doug Evans <dje@google.com>
17309
17310 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17311
173122014-11-22 Yao Qi <yao@codesourcery.com>
17313
17314 * gdb.trace/entry-values.c: Remove asms.
17315 (foo): Add foo_label.
17316 (bar): Add bar_label.
17317 * gdb.trace/entry-values.exp: Remove code computing foo's
17318 length and bar's length.
17319 (Dwarf::assemble): Invoke function_range for bar and use
17320 MACRO_AT_func for foo.
17321
173222014-11-22 Yao Qi <yao@codesourcery.com>
17323
17324 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17325 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17326 Use .Lgcc43_procstart instead of gcc43.
17327
173282014-11-21 Joel Brobecker <brobecker@adacore.com>
17329
17330 * gdb.ada/n_arr_bound: New testcase.
17331
173322014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17333
17334 PR breakpoints/10737
17335 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17336 test_catch_syscall_multi_arch.
17337 (test_catch_syscall_multi_arch): New function.
17338
173392014-11-20 Doug Evans <xdje42@gmail.com>
17340
17341 * gdb.base/maint.exp: Update expected output.
17342
173432014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17344
17345 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17346 4-byte instruction on S390.
17347
173482014-11-19 Joel Brobecker <brobecker@adacore.com>
17349
17350 * gdb.ada/arr_arr: New testcase.
17351
173522014-11-19 Joel Brobecker <brobecker@adacore.com>
17353
17354 * gdb.ada/pkd_arr_elem: New Testcase.
17355
173562014-11-18 Luis Machado <lgustavo@codesourcery.com>
17357
17358 * gdb.reverse/break-precsave: Expect completion message for
17359 core file reads.
17360 * gdb.reverse/consecutive-precsave.exp: Likewise.
17361 * gdb.reverse/finish-precsave.exp: Likewise.
17362 * gdb.reverse/i386-precsave.exp: Likewise.
17363 * gdb.reverse/machinestate-precsave.exp: Likewise.
17364 * gdb.reverse/sigall-precsave.exp: Likewise.
17365 * gdb.reverse/solib-precsave.exp: Likewise.
17366 * gdb.reverse/step-precsave.exp: Likewise.
17367 * gdb.reverse/until-precsave.exp: Likewise.
17368 * gdb.reverse/watch-precsave.exp: Likewise.
17369
173702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17371
17372 * gdb.base/bp-permanent.c: Include unistd.h.
17373 * gdb.python/py-framefilter-mi.c (main): Add return type.
17374 * gdb.python/py-framefilter.c (main): Likewise.
17375 * gdb.trace/actions-changed.c (main): Likewise.
17376
173772014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17378
17379 * gdb.mi/until.c: Add eye-catchers.
17380 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17381 line numbers.
17382
173832014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17384
17385 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17386 function header variants in break1.c.
17387 * gdb.base/ena-dis-br.exp: Likewise.
17388 * gdb.base/hbreak2.exp: Likewise.
17389 * gdb.reverse/until-precsave.exp: Drop references to removed
17390 non-prototype function header variants in ur1.c.
17391 * gdb.reverse/until-reverse.exp: Likewise.
17392
173932014-11-17 Petr Machata <pmachata@redhat.com>
17394
17395 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17396 ${_cu_offset_size} bytes abbrev offset.
17397
173982014-11-15 Doug Evans <xdje42@gmail.com>
17399
17400 PR symtab/17559
17401 * gdb.base/line-symtabs.exp: New file.
17402 * gdb.base/line-symtabs.c: New file.
17403 * gdb.base/line-symtabs.h: New file.
17404
174052014-11-14 Yao Qi <yao@codesourcery.com>
17406
17407 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17408 (func): Add label func_label.
17409 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17410 Replace low_pc and high_pc with MACRO_AT_range.
17411 Replace name, low_pc and high_pc with MACRO_AT_func.
17412
174132014-11-14 Yao Qi <yao@codesourcery.com>
17414
17415 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17416 Replace name, low_pc and high_pc with MACRO_AT_func.
17417
174182014-11-14 Yao Qi <yao@codesourcery.com>
17419
17420 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17421 produce debug information.
17422 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17423
174242014-11-14 Yao Qi <yao@codesourcery.com>
17425
17426 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17427 object and get function length.
17428 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17429 with MACRO_AT_func.
17430 (top-level): Replace gdb_compile and clean_restart with
17431 prepare_for_testing.
17432 * gdb.dwarf2/main.c (main): Add label main_label.
17433
174342014-11-14 Yao Qi <yao@codesourcery.com>
17435
17436 * lib/dwarf.exp (function_range): New procedure.
17437 (Dwarf::_handle_macro_at_func): New procedure.
17438 (Dwarf::_handle_macro_at_range): New procedure.
17439 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17440
174412014-11-14 Yao Qi <yao@codesourcery.com>
17442
17443 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17444 (_handle_attribute): New procedure.
17445
174462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17447
17448 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17449 * gdb.base/call-sc.c (zed): Likewise.
17450 * gdb.base/checkpoint.c (main): Likewise.
17451 * gdb.base/dump.c (main): Likewise.
17452 * gdb.base/gcore.c (main): Likewise.
17453 * gdb.base/huge.c (main): Likewise.
17454 * gdb.base/multi-forks.c (main): Likewise.
17455 * gdb.base/pr10179-a.c (main): Likewise.
17456 * gdb.base/savedregs.c (main): Likewise.
17457 * gdb.base/sigaltstack.c (main): Likewise.
17458 * gdb.base/siginfo.c (main): Likewise.
17459 * gdb.base/structs.c (zed): Likewise.
17460 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17461 * gdb.mi/mi-syn-frame.c (main): Likewise.
17462 * gdb.mi/until.c (foo, main): Likewise.
17463 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17464 * gdb.base/solib-weak.c (foo): Declare.
17465 * gdb.base/attach-twice.c: Include stdio.h.
17466 * gdb.base/weaklib1.c: Likewise.
17467 * gdb.base/weaklib2.c: Likewise.
17468 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17469 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17470 unistd.h.
17471 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17472 * gdb.mi/mi-exit-code.c: Likewise.
17473 * gdb.base/break-interp-lib.c: Include string.h.
17474 * gdb.base/coremaker.c: Likewise.
17475 * gdb.base/testenv.c: Likewise.
17476 * gdb.python/py-finish-breakpoint.c: Likewise.
17477 * gdb.base/inferior-died.c: Include sys/wait.h.
17478 * gdb.base/fileio.c: Include time.h.
17479 * gdb.base/async-shell.c: Include unistd.h.
17480 * gdb.base/dprintf-non-stop.c: Likewise.
17481 * gdb.base/info-os.c: Likewise.
17482 * gdb.mi/mi-console.c: Likewise.
17483 * gdb.mi/watch-nonstop.c: Likewise.
17484 * gdb.python/py-events.c: Likewise.
17485 * gdb.base/async.c (baz): Move up before its invocation.
17486 * gdb.base/code_elim2.c (my_global_func): Likewise.
17487 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17488 * gdb.base/advance.c (func2): Likewise.
17489
174902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17491
17492 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17493 variant.
17494 * gdb.base/annota3.c: Likewise.
17495 * gdb.base/async.c: Likewise.
17496 * gdb.base/average.c: Likewise.
17497 * gdb.base/call-ar-st.c: Likewise.
17498 * gdb.base/call-rt-st.c: Likewise.
17499 * gdb.base/call-sc.c: Likewise.
17500 * gdb.base/call-strs.c: Likewise.
17501 * gdb.base/ending-run.c: Likewise.
17502 * gdb.base/execd-prog.c: Likewise.
17503 * gdb.base/exprs.c: Likewise.
17504 * gdb.base/foll-exec.c: Likewise.
17505 * gdb.base/foll-fork.c: Likewise.
17506 * gdb.base/foll-vfork.c: Likewise.
17507 * gdb.base/funcargs.c: Likewise.
17508 * gdb.base/gcore.c: Likewise.
17509 * gdb.base/jump.c: Likewise.
17510 * gdb.base/langs0.c: Likewise.
17511 * gdb.base/langs1.c: Likewise.
17512 * gdb.base/langs2.c: Likewise.
17513 * gdb.base/mips_pro.c: Likewise.
17514 * gdb.base/nodebug.c: Likewise.
17515 * gdb.base/opaque0.c: Likewise.
17516 * gdb.base/opaque1.c: Likewise.
17517 * gdb.base/recurse.c: Likewise.
17518 * gdb.base/run.c: Likewise.
17519 * gdb.base/scope0.c: Likewise.
17520 * gdb.base/scope1.c: Likewise.
17521 * gdb.base/setshow.c: Likewise.
17522 * gdb.base/setvar.c: Likewise.
17523 * gdb.base/shmain.c: Likewise.
17524 * gdb.base/shr1.c: Likewise.
17525 * gdb.base/shr2.c: Likewise.
17526 * gdb.base/sigall.c: Likewise.
17527 * gdb.base/signals.c: Likewise.
17528 * gdb.base/so-indr-cl.c: Likewise.
17529 * gdb.base/solib2.c: Likewise.
17530 * gdb.base/structs.c: Likewise.
17531 * gdb.base/sum.c: Likewise.
17532 * gdb.base/vforked-prog.c: Likewise.
17533 * gdb.base/watchpoint.c: Likewise.
17534 * gdb.reverse/shr2.c: Likewise.
17535 * gdb.reverse/until-reverse.c: Likewise.
17536 * gdb.reverse/ur1.c: Likewise.
17537 * gdb.reverse/watch-reverse.c: Likewise.
17538
175392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17540
17541 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17542 variant.
17543 * gdb.base/sepdebug.exp: Drop references to removed code.
17544
175452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17546
17547 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17548 variant. Preserve original line numbering.
17549 * gdb.base/list1.c: Likewise.
17550
175512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17552
17553 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17554 variant.
17555 * gdb.base/break1.c: Likewise.
17556 * gdb.base/break.exp: Drop references to removed code.
17557
175582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17559
17560 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17561 variant.
17562
175632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17564
17565 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17566
175672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17568
17569 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17570 logic into perform_all_tests() and invoke it with and without
17571 function header prototypes.
17572 (do_function_calls): Remove conditional XFAIL for PR 5318.
17573 (rerun_and_prepare): Remove duplicate code.
17574 (perform_all_tests): New. Main logic moved here.
17575
175762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17577
17578 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17579 code guarded by #ifdef NO_PROTOTYPES.
17580 (t_double_many_args): Likewise.
17581 (DEF_FUNC_MANY_ARGS_1): Likewise.
17582 (DEF_FUNC_VALUES_1): Likewise.
17583 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17584 guarded by #ifdef PROTOTYPES.
17585
175862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17587
17588 * gdb.mi/mi-console.c: Add eye-catcher.
17589 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17590 instead of literal line number.
17591
175922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17593
17594 * gdb.base/shr2.c: Add eye-catcher.
17595 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17596 line number.
17597
175982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17599
17600 * gdb.base/jump.c: Add eye-catchers.
17601 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17602 numbers.
17603
176042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17605
17606 * gdb.base/execd-prog.c: Add eye-catchers.
17607 * gdb.base/foll-exec.c: Likewise.
17608 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17609 line numbers.
17610
176112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17612
17613 * gdb.base/ending-run.c: Add eye-catchers.
17614 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17615 literal line numbers.
17616
176172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17618
17619 * gdb.base/call-rt-st.c: Add eye-catchers.
17620 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17621 literal line numbers.
17622
176232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17624
17625 * gdb.base/call-ar-st.c: Add eye-catchers.
17626 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17627 literal line numbers.
17628
176292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17630
17631 * gdb.base/average.c: Add eye-catchers.
17632 * gdb.base/sum.c: Likewise.
17633 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17634 regexps dynamically.
17635
176362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17637
17638 * gdb.base/solib1.c: Add eye-catchers.
17639 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17640 literal line numbers.
17641
176422014-11-12 Pedro Alves <palves@redhat.com>
17643
17644 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17645 leader has exited.
17646
176472014-11-12 Pedro Alves <palves@redhat.com>
17648
17649 * gdb.arch/i386-bp_permanent.c: New file.
17650 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17651 (srcfile): Set to i386-bp_permanent.c.
17652 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17653 that stepi does not execute the 'leave' instruction, instead of
17654 testing it does execute.
17655 * gdb.base/bp-permanent.c: New file.
17656 * gdb.base/bp-permanent.exp: New file.
17657
176582014-11-10 Doug Evans <xdje42@gmail.com>
17659
17660 PR symtab/17564
17661 * gdb.base/symtab-search-order.exp: New file.
17662 * gdb.base/symtab-search-order.c: New file.
17663 * gdb.base/symtab-search-order-1.c: New file.
17664 * gdb.base/symtab-search-order-shlib-1.c: New file.
17665
176662014-11-07 Pedro Alves <palves@redhat.com>
17667
17668 PR gdb/17511
17669 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17670 i?86-*-linux*.
17671
176722014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17673
17674 PR c++/17494
17675 * gdb.cp/pr17494.cc: New file.
17676 * gdb.cp/pr17494.exp: New file.
17677
176782014-11-02 Yao Qi <yao@codesourcery.com>
17679
17680 * gdb.python/python.exp: Get working directory and match the
17681 output of "set extended-prompt \\w " with it.
17682
176832014-10-30 Doug Evans <dje@google.com>
17684
17685 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17686 in objfiles.
17687 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17688 in progspaces.
17689
176902014-10-30 Janis Johnson <janisjo@codesourcery.com>
17691
17692 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17693 * gdb.base/realname-expand.exp: Likewise.
17694 * gdb.linespec/macro-relative.exp: Likewise.
17695
176962014-10-29 Pedro Alves <palves@redhat.com>
17697
17698 PR gdb/17408
17699 * gdb.threads/schedlock.c (some_function): New function.
17700 (call_function): New global.
17701 (MAYBE_CALL_SOME_FUNCTION): New macro.
17702 (thread_function): Call it.
17703 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17704 and use it instead of a global counter. Adjust all callers.
17705 (get_current_thread): Use "find current thread" for test message
17706 here rather than having all callers pass down the same string.
17707 (goto_loop): New procedure, factored out from ...
17708 (my_continue): ... this.
17709 (step_ten_loops): Change parameter from test message to command to
17710 use. Adjust.
17711 (list_count): Delete global.
17712 (check_result): New procedure, factored out from duplicate top
17713 level code.
17714 (continue tests): Wrap in with_test_prefix.
17715 (test_step): New procedure, factored out from duplicate top level
17716 code.
17717 (top level): Test "step" in combination with all scheduler-locking
17718 modes. Test "next" in combination with all scheduler-locking
17719 modes, and in combination with stepping over a function call or
17720 not.
17721 * gdb.threads/next-bp-other-thread.c: New file.
17722 * gdb.threads/next-bp-other-thread.exp: New file.
17723
177242014-10-29 Pedro Alves <palves@redhat.com>
17725
17726 PR python/17372
17727 * gdb.python/python.exp: Test a multi-line command that spawns
17728 interactive Python.
17729 * gdb.base/multi-line-starts-subshell.exp: New file.
17730
177312014-10-29 Yao Qi <yao@codesourcery.com>
17732
17733 * gdb.base/fileio.exp: Make directories on host.
17734
177352014-10-29 Yao Qi <yao@codesourcery.com>
17736
17737 * gdb.base/fileio.c (test_write): Close the file.
17738
177392014-10-28 Pedro Alves <palves@redhat.com>
17740
17741 PR gdb/12623
17742 * gdb.base/sigstep.c (no_handler): New global.
17743 (main): If 'no_handler is true, set the signal handlers to
17744 SIG_IGN.
17745 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17746 with_sw_watch and no_handler parameters. Handle them.
17747 (top level) <stepping over handler when stopped at a breakpoint
17748 test>: Add a test axis for testing with a software watchpoint, and
17749 another for testing with the signal handler set to SIG_IGN.
17750 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17751 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17752
177532014-10-28 Pedro Alves <palves@redhat.com>
17754
17755 PR gdb/17511
17756 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17757 * gdb.base/sigstep.exp (other_handler_location): New global.
17758 (advance): Support stepping into the signal handler, and running
17759 commands while in the handler.
17760 (in_handler_map): New global.
17761 (top level): In the advance test, add combinations for getting
17762 into the handler with stepping commands, and for running commands
17763 in the handler. Add comment descripting the advancei tests.
17764
177652014-10-28 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.base/sigstep.exp: Use build_executable instead of
17768 prepare_for_testing.
17769 (top level): Move code that starts GDB, runs to main and creates a
17770 display to ...
17771 (restart): ... this new procedure.
17772 (top level): Move backtrace from signal handler test to ...
17773 (validate_backtrace): ... this new procedure.
17774 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17775 with_test_prefix. Always restart GDB.
17776 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17777 with_test_prefix. Always restart GDB. No need to delete
17778 breakpoints after the test.
17779 (test_skip_handler): Remove prefix parameter.
17780 (skip_over_handler, breakpoint_to_handler)
17781 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17782 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17783 restart GDB. No need to delete breakpoints after the test.
17784 (top level): Use foreach to call the test procedures with
17785 different commands.
17786
177872014-10-28 Pedro Alves <palves@redhat.com>
17788
17789 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17790 instead of GNATS numbers.
17791 * gdb.base/sigbpt.exp: Likewise.
17792 * gdb.base/siginfo.exp: Likewise.
17793 * gdb.base/sigstep.exp: Likewise.
17794
177952014-10-27 Pedro Alves <palves@redhat.com>
17796
17797 * gdb.base/sigstep.c (dummy): New global.
17798 (main): Issue a couple writes to the new global.
17799 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17800 procedures.
17801 (skip_over_handler): Use test_skip_handler.
17802 (top level): Call skip_over_handler for stepi and nexti too.
17803 (breakpoint_over_handler): Use test_skip_handler.
17804 (top level): Call breakpoint_over_handler for stepi and nexti too.
17805
178062014-10-27 Yao Qi <yao@codesourcery.com>
17807
17808 * gdb.trace/tfile.c (adjust_function_address)
17809 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17810 function descriptor.
17811
178122014-10-24 Don Breazeal <donb@codesourcery.com>
17813
17814 * gdb.base/foll-fork.exp (test_follow_fork,
17815 catch_fork_child_follow): Check for updated fork messages emitted
17816 from infrun.c.
17817 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17818 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17819 vfork_and_exec_child_follow_through_step): Check for updated vfork
17820 messages emitted from infrun.c.
17821
178222014-10-24 Pedro Alves <palves@redhat.com>
17823
17824 * gdb.base/corefile.exp: Remove references to ultrix.
17825 * gdb.base/interrupt.exp: Likewise.
17826 * gdb.base/whatis.exp: Likewise.
17827 * gdb.gdb/selftest.exp: Likewise.
17828 * gdb.threads/manythreads.exp: Likewise.
17829 * gdb.threads/print-threads.exp: Likewise.
17830 * gdb.threads/pthreads.exp:: Likewise.
17831 * gdb.threads/schedlock.exp: Likewise.
17832
178332014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17834
17835 * gdb.cp/non-trivial-retval.cc: Add a test case.
17836 * gdb.cp/non-trivial-retval.exp: Add a test.
17837
178382014-10-20 Yao Qi <yao@codesourcery.com>
17839
17840 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17841 * gdb.python/py-objfile-script-gdb.py: New file.
17842 * gdb.python/py-objfile-script.exp: Update reference to
17843 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17844 of remote_download. Remove the dest file.
17845
178462014-10-20 Yao Qi <yao@codesourcery.com>
17847
17848 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17849 * gdb.base/step-line.exp: Likewise.
17850 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17851 * gdb.dwarf2/dw2-basic.exp: Likewise.
17852 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17853 * gdb.dwarf2/dw2-filename.exp: Likewise.
17854 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17855 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17856 * gdb.dwarf2/dw2-producer.exp: Likewise.
17857 * gdb.dwarf2/mac-fileno.exp: Likewise.
17858 * gdb.python/py-frame-args.exp: Likewise.
17859 * gdb.python/py-framefilter.exp: Likewise.
17860 * gdb.python/py-mi.exp: Likewise.
17861 * gdb.python/py-objfile-script.exp: Likewise
17862 * gdb.python/py-pp-integral.exp: Likewise.
17863 * gdb.python/py-pp-re-notag.exp: Likewise.
17864 * gdb.python/py-prettyprint.exp: Likewise.
17865 * gdb.python/py-section-script.exp: Likewise.
17866 * gdb.python/py-typeprint.exp: Likewise.
17867 * gdb.python/py-xmethods.exp: Likewise.
17868 * gdb.stabs/weird.exp: Likewise.
17869 * gdb.xml/tdesc-regs.exp: Likewise.
17870
178712014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17872
17873 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17874 (out_cu): Use addr_len for the size of addresses.
17875 (out_line): Likewise. Size DW_LNE_set_address instruction
17876 according to addr_len.
17877 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17878 (FUNC): Add START_INSNS to definition.
17879
178802014-10-18 Yao Qi <yao@codesourcery.com>
17881
17882 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17883 gdb_has_argv0 return true.
17884 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17885 check [target_info exists noargs], check [gdb_has_argv0]
17886 instead.
17887 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17888 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17889 procedures.
17890
178912014-10-17 Doug Evans <dje@google.com>
17892
17893 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17894 event.
17895 * gdb.python/py-events.py: Add clear_objfiles event.
17896
178972014-10-17 Doug Evans <dje@google.com>
17898
17899 * gdb.python/py-objfile.exp: Test progspace attribute.
17900
179012014-10-17 Luis Machado <lgustavo@codesourcery.com>
17902
17903 * gdb.guile/scm-breakpoint.exp: Do not assume any
17904 directory separators when matching source file paths.
17905 * gdb.python/py-breakpoint.exp: Likewise.
17906 * gdb.reverse/break-precsave.exp: Likewise.
17907 * gdb.reverse/break-reverse.exp: Likewise.
17908 * gdb.reverse/consecutive-precsave.exp: Likewise.
17909 * gdb.reverse/finish-precsave.exp: Likewise.
17910 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17911 * gdb.reverse/finish-reverse.exp: Likewise.
17912 * gdb.reverse/i386-precsave.exp: Likewise.
17913 * gdb.reverse/i387-env-reverse.exp: Likewise.
17914 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17915 * gdb.reverse/machinestate-precsave.exp: Likewise.
17916 * gdb.reverse/machinestate.exp: Likewise.
17917 * gdb.reverse/sigall-precsave.exp: Likewise.
17918 * gdb.reverse/solib-precsave.exp: Likewise.
17919 * gdb.reverse/step-precsave.exp: Likewise.
17920 * gdb.reverse/until-precsave.exp: Likewise.
17921 * gdb.reverse/watch-precsave.exp: Likewise.
17922 * gdb.reverse/watch-reverse.exp: Likewise.
17923
179242014-10-17 Yao Qi <yao@codesourcery.com>
17925
17926 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17927 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17928
179292014-10-17 Pedro Alves <palves@redhat.com>
17930
17931 PR gdb/17471
17932 * gdb.base/bg-execution-repeat.c: New file.
17933 * gdb.base/bg-execution-repeat.exp: New file.
17934
179352014-10-17 Pedro Alves <palves@redhat.com>
17936
17937 PR gdb/17300
17938 * gdb.base/continue-all-already-running.c: New file.
17939 * gdb.base/continue-all-already-running.exp: New file.
17940
179412014-10-17 Pedro Alves <palves@redhat.com>
17942
17943 PR gdb/17472
17944 * gdb.base/annota-input-while-running.c: New file.
17945 * gdb.base/annota-input-while-running.exp: New file.
17946
179472014-10-17 Pedro Alves <palves@redhat.com>
17948
17949 * gdb.base/callfuncs.exp: emove references to osf.
17950 * gdb.base/sigall.exp: Likewise.
17951 * gdb.gdb/selftest.exp: Likewise.
17952 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17953 * gdb.mi/non-stop.c: Likewise.
17954 * gdb.mi/pthreads.c: Likewise.
17955 * gdb.reverse/sigall-precsave.exp: Likewise.
17956 * gdb.reverse/sigall-reverse.exp: Likewise.
17957 * gdb.threads/pthreads.c: Likewise.
17958 * gdb.threads/pthreads.exp: Likewise.
17959
179602014-10-17 Yao Qi <yao@codesourcery.com>
17961
17962 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17963 check 'target_info exists noargs'.
17964 (test_command_prompt_position): Likewise.
17965 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17966 Remove "set args".
17967 (progvar_simple_while_test): Likewise.
17968 (progvar_complex_if_while_test): Likewise.
17969 (if_while_breakpoint_command_test): Likewise.
17970 (infrun_breakpoint_command_test): Likewise.
17971 (breakpoint_command_test): Likewise.
17972 (watchpoint_command_test): Likewise.
17973 (bp_deleted_in_command_test): Likewise.
17974 (temporary_breakpoint_commands): Likewise.
17975
179762014-10-16 Yao Qi <yao@codesourcery.com>
17977
17978 * gdb.base/remotetimeout.exp: Remove noargs checking.
17979
179802014-10-15 Pedro Alves <palves@redhat.com>
17981
17982 PR breakpoints/9649
17983 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17984 * gdb.base/breakpoint-in-ro-region.exp
17985 (probe_target_hardware_step): New procedure.
17986 (top level): Probe hardware stepping and hardware breakpoint
17987 support. Test stepping through a read-only region, with both
17988 "breakpoint auto-hw" on and off and both "always-inserted" on and
17989 off.
17990
179912014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17992
17993 * gdb.dlang/demangle.exp: Update for demangling changes.
17994
179952014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17996
17997 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17998 * gdb.cp/non-trivial-retval.exp: Add new tests.
17999
180002014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18001
18002 PR c++/13403
18003 PR c++/15154
18004 * gdb.cp/non-trivial-retval.cc: New file.
18005 * gdb.cp/non-trivial-retval.exp: New file.
18006
180072014-10-15 Yao Qi <yao@codesourcery.com>
18008
18009 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18010 remote host.
18011
180122014-10-15 Yao Qi <yao@codesourcery.com>
18013
18014 * gdb.python/py-symbol.exp: Match file base name if host is
18015 remote, otherwise match file name with dir name.
18016 * gdb.python/py-symtab.exp: Likewise.
18017 * gdb.python/python.exp: Likewise.
18018
180192014-10-15 Yao Qi <yao@codesourcery.com>
18020
18021 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18022 pattern.
18023 * gdb.python/py-symtab.exp: Likewise.
18024 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18025 locationn.
18026
180272014-10-14 Joel Brobecker <brobecker@adacore.com>
18028
18029 * gdb.ada/addr_arith: New testcase.
18030
180312014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18032
18033 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18034 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18035 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18036 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18037
180382014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18039
18040 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18041 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18042 * gdb.arch/stap-eval-lang-ada.exp: New file.
18043
180442014-10-14 Yao Qi <yao@codesourcery.com>
18045
18046 * gdb.mi/mi-var-child.c (nothing1): New function.
18047 (nothing2): New function.
18048 (do_children_tests): Set function pointers by nothing1 and
18049 nothing2.
18050 * gdb.mi/mi-var-child.exp: Step over new added statements.
18051 Update test to match the new output.
18052 * gdb.mi/var-cmd.c (nothing1): New function.
18053 (nothing2): New function.
18054 (do_children_tests): Set function pointers by nothing1 and
18055 nothing2.
18056 * gdb.mi/mi-var-display.exp: Update test to match output.
18057 Step to the line specified by $line_dct_nothing.
18058 Increase the number of lines to step.
18059
180602014-10-14 Yao Qi <yao@codesourcery.com>
18061
18062 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18063 tests.
18064 * gdb.mi/mi2-var-child.exp: Likewise.
18065
180662014-10-13 Doug Evans <dje@google.com>
18067
18068 * gdb.python/py-objfile.exp: Change name of file name test.
18069
180702014-10-13 Doug Evans <dje@google.com>
18071
18072 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18073 from the start of the CU.
18074
180752014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18076 Yao Qi <yao@codesourcery.com>
18077
18078 Fix "save breakpoints" for "catch" command.
18079 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18080 Remove -nonewline. Match also the added "main" line.
18081
180822014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18083
18084 Fix "save breakpoints" for "disable $bpnum" command.
18085 * gdb.base/save-bp.c (main): Add label.
18086 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18087
180882014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18089
18090 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18091
180922014-10-11 Yao Qi <yao@codesourcery.com>
18093
18094 * gdb.server/server-kill.exp: Execute command
18095 "set remote trace-status-packet on" before "tstatus".
18096
180972014-10-11 Yao Qi <yao@codesourcery.com>
18098
18099 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18100 (main): Call getppid.
18101 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18102 and continue to it. Read variable "server_pid".
18103
181042014-10-11 Yao Qi <yao@codesourcery.com>
18105
18106 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18107
181082014-10-11 Yao Qi <yao@codesourcery.com>
18109
18110 * gdb.threads/thread-find.exp: Don't execute command
18111 "info threads".
18112 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18113 * gdb.threads/linux-dp.exp: Don't check the condition
18114 $threads_created equals to zero.
18115
181162014-10-10 Pedro Alves <palves@redhat.com>
18117
18118 * gdb.base/bigcore.exp: Remove references to IRIX.
18119 * gdb.base/funcargs.exp: Likewise.
18120 * gdb.base/interrupt.exp: Likewise.
18121 * gdb.base/mips_pro.exp: Likewise.
18122 * gdb.base/nodebug.exp: Likewise.
18123 * gdb.base/setvar.exp: Likewise.
18124 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18125
181262014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18127 Pedro Alves <palves@redhat.com>
18128
18129 PR symtab/14466
18130 * gdb.base/vdso-warning.c: New file.
18131 * gdb.base/vdso-warning.exp: New file.
18132
181332014-10-02 Doug Evans <dje@google.com>
18134
18135 * gdb.base/structs.c (main): Don't run forever.
18136
181372014-10-02 Pedro Alves <palves@redhat.com>
18138
18139 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18140 (top level) <stop threads 1, stop threads 2>: Use it.
18141
181422014-10-02 Pedro Alves <palves@redhat.com>
18143
18144 * gdb.threads/break-while-running.exp (test): Add new
18145 'update_thread_list' argument. Skip "info threads" if false.
18146 (top level): Add new 'update_thread_list' axis.
18147
181482014-10-02 Pedro Alves <palves@redhat.com>
18149
18150 PR breakpoints/17431
18151 * gdb.base/execl-update-breakpoints.c: New file.
18152 * gdb.base/execl-update-breakpoints.exp: New file.
18153
181542014-10-01 Pedro Alves <palves@redhat.com>
18155
18156 * gdb.base/breakpoint-in-ro-region.c: New file.
18157 * gdb.base/breakpoint-in-ro-region.exp: New file.
18158
181592014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18160
18161 * gdb.mi/mi-exit-code.exp: New file.
18162 * gdb.mi/mi-exit-code.c: New file.
18163
181642014-09-30 Yao Qi <yao@codesourcery.com>
18165
18166 * lib/prelink-support.exp (build_executable_own_libs): Error if
18167 the target isn't native.
18168
181692014-09-30 Yao Qi <yao@codesourcery.com>
18170
18171 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18172 false.
18173
181742014-09-22 Pedro Alves <palves@redhat.com>
18175
18176 * gdb.threads/break-while-running.exp: New file.
18177 * gdb.threads/break-while-running.c: New file.
18178
181792014-09-19 Yao Qi <yao@codesourcery.com>
18180
18181 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18182 Invoke test. Restart GDB with --readnow and invoke test again.
18183
181842014-09-19 Yao Qi <yao@codesourcery.com>
18185
18186 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18187 proc set_breakpoint_on_gcd_function. Invoke
18188 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18189 invoke set_breakpoint_on_gcd_function again.
18190
181912014-09-18 Doug Evans <dje@google.com>
18192
18193 * gdb.dwarf2/symtab-producer.exp: New file.
18194
181952014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18196
18197 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18198 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18199 * gdb.base/global-var-nested-by-dso.c: Likewise.
18200 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18201
182022014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18203 Pedro Alves <palves@redhat.com>
18204
18205 * gdb.base/watch-bitfields.exp: Pass string other than test file
18206 name to prepare_for_testing.
18207 (watch): New procedure.
18208 (expect_watchpoint): Use with_test_prefix.
18209 (top level): Factor out tests to ...
18210 (test_watch_location, test_regular_watch): ... these new
18211 procedures, and use with_test_prefix and gdb_continue_to_end.
18212
182132014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18214
18215 PR breakpoints/12526
18216 * gdb.base/watch-bitfields.exp: New file.
18217 * gdb.base/watch-bitfields.c: New file.
18218
182192014-09-16 Pedro Alves <palves@redhat.com>
18220
18221 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18222 software and hardware addresses, not software address against
18223 itself.
18224
182252014-09-16 Pedro Alves <palves@redhat.com>
18226
18227 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18228 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18229
182302014-09-16 Pedro Alves <palves@redhat.com>
18231
18232 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18233 files.
18234 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18235 "*-*-vxworks*" throughout.
18236 * gdb.base/break.exp: Likewise.
18237 * gdb.base/default.exp: Likewise.
18238 * gdb.base/scope.exp: Likewise.
18239 * gdb.base/sepdebug.exp: Likewise.
18240 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18241 throughout.
18242 * gdb.base/run.c: Likewise.
18243 * gdb.base/sepdebug.c: Likewise.
18244 * gdb.hp/gdb.aCC/run.c: Likewise.
18245 * gdb.reverse/until-reverse.c: Likewise.
18246 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18247
182482014-09-16 Yao Qi <yao@codesourcery.com>
18249
18250 * boards/local-remote-host-native.exp: New file.
18251
182522014-09-14 Doug Evans <xdje42@gmail.com>
18253
18254 * gdb.threads/queue-signal.c (thread_count): New variable.
18255 (thread_count_mutex, thread_count_condvar): New variables.
18256 (incr_thread_count, wait_all_threads_running): New functions.
18257 (main): Wait for all threads to be in their thread functions.
18258
182592014-09-13 Doug Evans <xdje42@gmail.com>
18260
18261 * gdb.threads/queue-signal.c: New file.
18262 * gdb.threads/queue-signal.exp: New file.
18263
182642014-09-13 Doug Evans <xdje42@gmail.com>
18265
18266 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18267 be consistent with what default_gdb_init uses.
18268 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18269 the plain text of the prompt. Add some logging printfs.
18270 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18271
182722014-09-12 Pedro Alves <palves@redhat.com>
18273
18274 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18275 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18276 * gdb.arch/i386-size-overlap.exp: Likewise.
18277 * gdb.arch/i386-size.exp: Likewise.
18278 * gdb.arch/i386-unwind.exp: Likewise.
18279 * gdb.base/a2-run.exp: Likewise.
18280 * gdb.base/break.exp: Likewise.
18281 * gdb.base/charset.exp: Likewise.
18282 * gdb.base/chng-syms.exp: Likewise.
18283 * gdb.base/commands.exp: Likewise.
18284 * gdb.base/dbx.exp: Likewise.
18285 * gdb.base/find.exp: Likewise.
18286 * gdb.base/funcargs.exp: Likewise.
18287 * gdb.base/jit-simple.exp: Likewise.
18288 * gdb.base/reread.exp: Likewise.
18289 * gdb.base/sepdebug.exp: Likewise.
18290 * gdb.base/step-bt.exp: Likewise.
18291 * gdb.cp/mb-inline.exp: Likewise.
18292 * gdb.cp/mb-templates.exp: Likewise.
18293 * gdb.objc/basicclass.exp: Likewise.
18294 * gdb.threads/killed.exp: Likewise.
18295
182962014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18297
18298 PR tdep/17379
18299 * gdb.arch/powerpc-stackless.S: New file.
18300 * gdb.arch/powerpc-stackless.exp: New file.
18301
183022014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18303
18304 * gdb.base/attach.c: Include unistd.h.
18305 (main): Call alarm. Add label postloop.
18306 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18307 gdb_breakpoint, gdb_continue_to_breakpoint.
18308 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18309
183102014-09-11 Pedro Alves <palves@redhat.com>
18311
18312 PR gdb/17347
18313 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18314 * gdb.base/attach.exp (test_command_line_attach_run): New
18315 procedure.
18316 (top level): Call it.
18317
183182014-09-11 Pedro Alves <palves@redhat.com>
18319
18320 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18321 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18322 (do_command_attach_tests): Use spawn_wait_for_attach.
18323 * gdb.base/solib-overlap.exp: Likewise.
18324 * gdb.multi/multi-attach.exp: Likewise.
18325 * gdb.python/py-prompt.exp: Likewise.
18326 * gdb.python/py-sync-interp.exp: Likewise.
18327 * gdb.server/ext-attach.exp: Likewise.
18328
183292014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18330
18331 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18332 command in testcase. Simplify testcase.
18333
183342014-09-10 Joel Brobecker <brobecker@adacore.com>
18335
18336 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18337
183382014-09-10 Joel Brobecker <brobecker@adacore.com>
18339
18340 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18341
183422014-09-10 Joel Brobecker <brobecker@adacore.com>
18343
18344 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18345
183462014-09-10 Joel Brobecker <brobecker@adacore.com>
18347
18348 * gdb.dwarf2/dynarr-ptr.c: New file.
18349 * gdb.dwarf2/dynarr-ptr.exp: New file.
18350
183512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18352
18353 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18354 of 30 rather than hardcoding 120 for a slow test case. Take the
18355 `gdb,timeout' target setting into account for this calculation.
18356 Don't extend the timeout for the test cases that don't need it.
18357
183582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18359
18360 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18361 a factor of 2 for a slow test case. Take the `gdb,timeout'
18362 target setting into account for this calculation.
18363 * gdb.reverse/until-precsave.exp: Increase the timeout by
18364 a factor of 15 and 3 respectively rather than adding 120
18365 for a pair of slow test cases. Take the `gdb,timeout'
18366 target setting into account for this calculation.
18367
183682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18369
18370 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18371 timeout, don't pass one down to gdb_expect.
18372 (gdb_expect): Rework timeout selection.
18373
183742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18375
18376 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18377 exception on timeout.
18378 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18379 (gdbserver_start_extended): Catch any `gdbserver_start' error
18380 exceptions.
18381 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18382 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18383 `gdbserver_gdb_load' error exceptions.
18384
183852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18386
18387 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18388 120 on waiting for the TCP socket to open.
18389
183902014-09-09 Doug Evans <xdje42@gmail.com>
18391
18392 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18393 _caller_matches, _any_caller_is, _any_caller_matches.
18394
183952014-09-09 Doug Evans <xdje42@gmail.com>
18396
18397 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18398
183992014-09-09 Yao Qi <yao@codesourcery.com>
18400
18401 * gdb.mi/mi-var-display.exp: Set print symbol off.
18402
184032014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18404
18405 PR gdb/17035
18406 * gdb.base/commands.exp: Add tests to verify user-defined
18407 commands with empty bodies.
18408 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18409 python commands in `show user command`.
18410 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18411 scheme commands in `show user command`.
18412
184132014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18414
18415 PR python/17355
18416 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18417 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18418 * gdb.python/py-framefilter-invalidarg.exp: New file.
18419 * gdb.python/py-framefilter-invalidarg.py: New file.
18420
184212014-09-06 Doug Evans <xdje42@gmail.com>
18422
18423 PR 15276
18424 * gdb.python/py-caller-is.c: New file.
18425 * gdb.python/py-caller-is.exp: New file.
18426
184272014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18428
18429 PR gdb/17235
18430 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18431 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18432
184332014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18434
18435 PR fortran/17237
18436 * gdb.fortran/print-formatted.exp: New file.
18437 * gdb.fortran/print-formatted.f90: Likewise.
18438
184392014-09-03 Sasha Smundak <asmundak@google.com>
18440
18441 * gdb.python/py-frame.exp: Test Frame.read_register.
18442
184432014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18444
18445 PR python/16699
18446 * gdb.python/py-completion.exp: New file.
18447 * gdb.python/py-completion.py: Likewise.
18448
184492014-08-28 Doug Evans <dje@google.com>
18450
18451 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18452 eax,etc. are live with values set by gdb and thus the compiler can't
18453 use them.
18454 * gdb.arch/i386-pseudo.c (main): Ditto.
18455
184562014-08-27 Doug Evans <dje@google.com>
18457
18458 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18459
184602014-08-25 Doug Evans <dje@google.com>
18461
18462 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18463 (main): Ditto.
18464
184652014-08-25 Doug Evans <dje@google.com>
18466
18467 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18468
184692014-08-24 Yao Qi <yao@codesourcery.com>
18470
18471 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18472 symbol off.
18473 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18474
184752014-08-22 Doug Evans <dje@google.com>
18476
18477 PR 17276
18478 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18479 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18480 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18481
184822014-08-22 Yao Qi <yao@codesourcery.com>
18483
18484 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18485 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18486 * gdb.python/python.exp: Likewise. Use .py file on the host
18487 instead of the build.
18488
184892014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18490
18491 * gdb.threads/gcore-stale-thread.c: New file.
18492 * gdb.threads/gcore-stale-thread.exp: New file.
18493
184942014-08-21 Pedro Alves <palves@redhat.com>
18495
18496 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18497 * gdb.base/gcore-relro-pie.exp: Likewise.
18498 * gdb.base/gcore-relro.exp: Likewise.
18499 * gdb.base/gcore.exp: Likewise.
18500 * gdb.base/print-symbol-loading.exp: Likewise.
18501 * gdb.threads/gcore-thread.exp: Likewise.
18502 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18503
185042014-08-20 Pedro Alves <palves@redhat.com>
18505 Jan Kratochvil <jan.kratochvil@redhat.com>
18506
18507 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18508 configure.
18509 (EXPECT): Handle READ1 being set.
18510 (all): Depend on EXTRA_RULES.
18511 (check-read1, expect-read1, read1.so, read1): New rules.
18512 * README (Testsuite Parameters): Document the READ1 make variable.
18513 (Race detection): New section.
18514 * configure: Regenerate.
18515 * configure.ac: If build==host==target, and running under a
18516 GNU/glibc system, add read1 to the extra Makefile rules.
18517 (EXTRA_RULES): AC_SUBST it.
18518 * lib/read1.c: New file.
18519
185202014-08-20 Joel Brobecker <brobecker@adacore.com>
18521
18522 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18523 the handling of variables declared as a typedef to an array
18524 which a DW_AT_data_location attribute.
18525
185262014-08-19 Andrew Burgess <aburgess@broadcom.com>
18527 Pedro Alves <palves@redhat.com>
18528
18529 PR symtab/14604
18530 PR symtab/14605
18531 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18532 gdb_test.
18533
185342014-08-19 Pedro Alves <palves@redhat.com>
18535
18536 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18537
185382014-08-19 Yao Qi <yao@codesourcery.com>
18539
18540 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18541 right line.
18542
185432014-08-18 David Blaikie <dblaikie@gmail.com>
18544
18545 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18546
185472014-08-18 Joel Brobecker <brobecker@adacore.com>
18548
18549 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18550 attribute in array range.
18551
185522014-08-18 Joel Brobecker <brobecker@adacore.com>
18553
18554 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18555
185562014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18557
18558 PR c++/17132
18559 * gdb.cp/pr17132.cc: New file.
18560 * gdb.cp/pr17132.exp: New file.
18561
185622014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18563
18564 * gdb.python/py-xmethods.py (A_getarrayind)
18565 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18566 Use 'print' with function call syntax.
18567 (E_method_matcher.match): Fix tab vs space indentation mixup.
18568
185692014-08-15 Yao Qi <yao@codesourcery.com>
18570
18571 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18572 false.
18573
185742014-08-15 Yao Qi <yao@codesourcery.com>
18575
18576 * gdb.cp/casts.exp: Set print symbol off.
18577 * gdb.cp/class2.exp: Likewise.
18578 * gdb.cp/overload.exp: Likewise.
18579 * gdb.cp/templates.exp: Likewise.
18580
185812014-08-11 Doug Evans <dje@google.com>
18582
18583 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18584 (test_load_shlib): Update.
18585
185862014-08-09 Yao Qi <yao@codesourcery.com>
18587
18588 * gdb.base/display.exp: Invoke is_address_zero_readable.
18589 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18590 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18591 * gdb.base/hbreak-unmapped.exp: Return if
18592 is_address_zero_readable returns true.
18593 * gdb.base/signest.exp: Likewise.
18594 * gdb.base/signull.exp: Likewise.
18595 * gdb.base/sigbpt.exp: Likewise.
18596 * gdb.guile/scm-disasm.exp: Do the test if
18597 is_address_zero_readable returns false.
18598 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18599 * gdb.python/py-arch.exp: Likewise.
18600 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18601 * lib/gdb.exp (is_address_zero_readable): New proc.
18602
186032014-08-09 Yao Qi <yao@codesourcery.com>
18604
18605 PR testsuite/13443
18606 * gdb.mi/mi-var-display.exp: Make test messages unique.
18607
186082014-08-04 Tom Tromey <tromey@redhat.com>
18609
18610 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18611 target 0".
18612
186132014-08-04 Tom Tromey <tromey@redhat.com>
18614
18615 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18616 "target_resume".
18617
186182014-08-01 Joel Brobecker <brobecker@adacore.com>
18619
18620 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18621 inner_vla_struct_object_size.
18622 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18623 as xfail.
18624
186252014-07-30 Pedro Alves <palves@redhat.com>
18626
18627 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18628 comment.
18629
186302014-07-29 Yao Qi <yao@codesourcery.com>
18631
18632 PR gdb/17206
18633 * gdb.base/until-nodebug.exp: New.
18634
186352014-07-28 Doug Evans <xdje42@gmail.com>
18636
18637 PR guile/17203
18638 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18639 previously existing parameter, and previously ambiguously spelled
18640 parameter.
18641
186422014-07-28 Will Newton <will.newton@linaro.org>
18643
18644 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18645
186462014-07-26 Ludovic Courtès <ludo@gnu.org>
18647 Doug Evans <xdje42@gmail.com>
18648
18649 PR guile/17146
18650 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18651
186522014-07-25 Pedro Alves <palves@redhat.com>
18653
18654 * gdb.threads/signal-command-handle-nopass.c: New file.
18655 * gdb.threads/signal-command-handle-nopass.exp: New file.
18656 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18657 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18658 * gdb.threads/signal-delivered-right-thread.c: New file.
18659 * gdb.threads/signal-delivered-right-thread.exp: New file.
18660
186612014-07-25 Pedro Alves <palves@redhat.com>
18662
18663 * gdb.base/double-prompt-target-event-error.exp
18664 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18665 match.
18666 (cancel_pagination_in_target_event): Rework double prompt
18667 detection.
18668 * gdb.base/paginate-after-ctrl-c-running.exp
18669 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18670 <return>' match.
18671 * gdb.base/paginate-bg-execution.exp
18672 (test_bg_execution_pagination_return)
18673 (test_bg_execution_pagination_cancel): Remove '-notransfer
18674 <return>' matches.
18675 * gdb.base/paginate-execution-startup.exp
18676 (test_fg_execution_pagination_return)
18677 (test_fg_execution_pagination_cancel): Remove '-notransfer
18678 <return>' matches.
18679 * gdb.base/paginate-inferior-exit.exp
18680 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18681 match.
18682 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18683 * lib/gdb.exp (pagination_prompt): Run text through
18684 string_to_regexp.
18685 (gdb_test_multiple): Match $pagination_prompt instead of
18686 "<return>".
18687 (string_to_regexp): Move to lib/gdb-utils.exp.
18688
186892014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18690
18691 * gdb.arch/amd64-entry-value-paramref.S: New file.
18692 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18693 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18694 * gdb.arch/amd64-optimout-repeat.S: New file.
18695 * gdb.arch/amd64-optimout-repeat.c: New file.
18696 * gdb.arch/amd64-optimout-repeat.exp: New file.
18697
186982014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18699
18700 PR gdb/17170
18701 * gdb.base/statistics.exp: New file.
18702
187032014-07-17 Doug Evans <dje@google.com>
18704
18705 PR gdb/17170
18706 * gdb.base/maint.exp: Update testing of per-command stats.
18707
187082014-07-16 Pedro Alves <palves@redhat.com>
18709
18710 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18711 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18712 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18713 (tfile_write_buf): New functions.
18714 (add_memory_block): Rewrite using the above.
18715 (adjust_function_address): New function.
18716 (FUNCTION_ADDRESS): New macro.
18717 (write_basic_trace_file): Remove short_x local, and use
18718 tfile_write_16. Change type of func_addr local to unsigned long
18719 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18720 here. Cast argument of add_memory_block to char pointer.
18721 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18722 (main): Remove parameters.
18723 * gdb.trace/tfile.exp: Remove nowarnings.
18724
187252014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18726
18727 * gdb.base/debug-expr.exp: Test string evaluation with
18728 "debug expression" on.
18729
187302014-07-15 Pedro Alves <palves@redhat.com>
18731
18732 * gdb.base/reread.exp: Use clean_restart.
18733
187342014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18735
18736 * gdb.arch/avr-flash-qualifer.c: New.
18737 * gdb.arch/avr-flash-qualifer.exp: New.
18738
187392014-07-14 Pedro Alves <palves@redhat.com>
18740
18741 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18742 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18743
187442014-07-14 Pedro Alves <palves@redhat.com>
18745
18746 * gdb.base/double-prompt-target-event-error.c: New file.
18747 * gdb.base/double-prompt-target-event-error.exp: New file.
18748
187492014-07-14 Pedro Alves <palves@redhat.com>
18750
18751 PR gdb/17072
18752 * gdb.base/paginate-inferior-exit.c: New file.
18753 * gdb.base/paginate-inferior-exit.exp: New file.
18754
187552014-07-14 Pedro Alves <palves@redhat.com>
18756
18757 PR gdb/17072
18758 * gdb.base/paginate-bg-execution.c: New file.
18759 * gdb.base/paginate-bg-execution.exp: New file.
18760
187612014-07-14 Pedro Alves <palves@redhat.com>
18762
18763 PR gdb/17072
18764 * gdb.base/paginate-execution-startup.c: New file.
18765 * gdb.base/paginate-execution-startup.exp: New file.
18766 * lib/gdb.exp (pagination_prompt): New global.
18767 (default_gdb_spawn): New procedure, factored out from
18768 default_gdb_spawn.
18769 (default_gdb_start): Adjust to call default_gdb_spawn.
18770 (gdb_spawn): New procedure.
18771
187722014-07-14 Pedro Alves <palves@redhat.com>
18773
18774 * lib/gdb.exp (gdb_assert): New procedure.
18775 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18776
187772014-07-14 Pedro Alves <palves@redhat.com>
18778
18779 * gdb.base/execution-termios.c: New file.
18780 * gdb.base/execution-termios.exp: New file.
18781
187822014-07-14 Tom Tromey <tromey@redhat.com>
18783
18784 * gdb.cp/vla-cxx.cc: New file.
18785 * gdb.cp/vla-cxx.exp: New file.
18786
187872014-07-14 Tom Tromey <tromey@redhat.com>
18788
18789 * gdb.reverse/rerun-prec.c: New file.
18790 * gdb.reverse/rerun-prec.exp: New file.
18791
187922014-07-12 Maciej W. Rozycki <macro@mips.com>
18793 Maciej W. Rozycki <macro@codesourcery.com>
18794
18795 * lib/gdb-utils.exp: New file.
18796 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18797 inline `gdb_init_command' processing.
18798 (gdb_start_cmd): Likewise.
18799 * lib/mi-support.exp (mi_run_cmd): Likewise.
18800 * README: Document `gdb_init_command' and `gdb_init_commands'.
18801
188022014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18803
18804 Fix false FAIL running under a very long directory name.
18805 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18806 and "set print elements 10000". Twice.
18807
188082014-07-11 Yao Qi <yao@codesourcery.com>
18809
18810 * gdb.base/exprs.exp: "set print symbol off".
18811
188122014-07-11 Pedro Alves <palves@redhat.com>
18813
18814 * gdb.threads/kill.c: New file.
18815 * gdb.threads/kill.exp: New file.
18816
188172014-07-10 Yao Qi <yao@codesourcery.com>
18818
18819 * gdb.trace/tfile.c (write_basic_trace_file)
18820 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18821 address written to trace file.
18822
188232014-07-09 Pedro Alves <palves@redhat.com>
18824
18825 * gdb.base/attach-wait-input.exp: New file.
18826 * gdb.base/attach-wait-input.c: New file.
18827
188282014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18829
18830 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18831 setting up test structures.
18832 (main): Call new test function.
18833 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18834 test function, continue into test function and walk test
18835 structures.
18836
188372014-07-02 Yao Qi <yao@codesourcery.com>
18838
18839 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18840 'bar_start' at the beginning of functions 'foo' and 'bar'
18841 respectively.
18842 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18843 instead of 'foo' and 'bar'.
18844
188452014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18846
18847 * gdb.btrace/segv.exp: New.
18848 * gdb.btrace/segv.c: New.
18849
188502014-07-02 Luis Machado <lgustavo@codesourcery.com>
18851
18852 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18853 instruction.
18854
188552014-06-30 Mark Wielaard <mjw@redhat.com>
18856
18857 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18858 vulture, vilify, villar): New volatile array constants.
18859 (vindictive, vegetation): New const volatile array constants.
18860 * gdb.base/volatile.exp: Test volatile and const volatile array
18861 types.
18862
188632014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18864
18865 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18866 target lacks support for awatch, rwatch, or hbreak.
18867
188682014-06-27 Yao Qi <yao@codesourcery.com>
18869
18870 * gdb.multi/dummy-frame-restore.exp: New.
18871 * gdb.multi/dummy-frame-restore.c: New.
18872
188732014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18874
18875 * gdb.btrace/gcore.exp: New.
18876
188772014-06-23 Pedro Alves <palves@redhat.com>
18878
18879 * gdb.base/watchpoint-reuse-slot.c: New file.
18880 * gdb.base/watchpoint-reuse-slot.exp: New file.
18881
188822014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18883
18884 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18885 progspace's filename in 'info', 'enable' and 'disable' command
18886 tests.
18887
188882014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18889
18890 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18891 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18892 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18893
188942014-06-20 Gary Benson <gbenson@redhat.com>
18895
18896 * gdb.arch/i386-avx.exp: Fix include file location.
18897 * gdb.arch/i386-sse.exp: Likewise.
18898
188992014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18900
18901 * gdb.dlang/expression.exp: New file.
18902
189032014-06-19 Pedro Alves <palves@redhat.com>
18904
18905 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18906 out from ...
18907 (top level): ... here. Iterate running tests under different
18908 scheduler-locking settings.
18909
189102014-06-18 Luis Machado <lgustavo@codesourcery.com>
18911
18912 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18913 to DW_FORM_addr and use non-zero addresses.
18914
189152014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18916
18917 PR gdb/17017
18918 * gdb.python/py-xmethods.cc: Add global function call counters and
18919 increment them in their respective functions. Remove "cout"
18920 statements.
18921 * gdb.python/py-xmethods.exp: Make tests check the global function
18922 call counters instead of depending on inferior IO.
18923
189242014-06-18 Don Breazeal <donb@codesourcery.com>
18925
18926 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18927 Deleted procedure.
18928 (explicit_fork_parent_follow): Deleted procedure.
18929 (explicit_fork_child_follow): Deleted procedure.
18930 (test_follow_fork): New procedure.
18931 (do_fork_tests): Replace calls to deleted procedures with
18932 calls to test_follow_fork and reset GDB for subsequent
18933 procedure calls.
18934
189352014-06-17 Yao Qi <yao@codesourcery.com>
18936
18937 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18938 CP1252.
18939
189402014-06-17 Luis Machado <lgustavo@codesourcery.com>
18941
18942 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18943 Initialize ptr and S explicitly.
18944 (skip_type_update_when_not_use_rtti_test): Likewise.
18945
189462014-06-16 Keith Seitz <keiths@redhat.com>
18947
18948 PR mi/15863
18949 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18950 the inferior is started.
18951
189522014-06-16 Pedro Alves <palves@redhat.com>
18953
18954 * gdb.base/break-main-file-remove-fail.c: New file.
18955 * gdb.base/break-main-file-remove-fail.exp: New file.
18956 * gdb.base/break-unload-file.exp: Use build_executable instead of
18957 prepare_for_testing.
18958 (test_break): New parameter "initial_load". Handle it.
18959 (top level): Add initial_load cmdline/file axis.
18960
189612014-06-12 Tom Tromey <tromey@redhat.com>
18962
18963 * gdb.base/completion.exp: Don't use directory name in test.
18964
189652014-06-09 Gary Benson <gbenson@redhat.com>
18966
18967 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18968 separate the always-available ANSI-standard signals from the
18969 signals that require checking.
18970 (main): Likewise.
18971 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18972 Likewise.
18973 (main): Likewise.
18974
189752014-06-07 Keith Seitz <keiths@redhat.com>
18976
18977 Revert:
18978 PR c++/16253
18979 * gdb.cp/var-tag.cc: New file.
18980 * gdb.cp/var-tag.exp: New file.
18981 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18982 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18983 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18984 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18985
189862014-06-06 Doug Evans <xdje42@gmail.com>
18987
18988 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18989
189902014-06-06 Pedro Alves <palves@redhat.com>
18991
18992 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18993 in target debug output instead of looking at RSP packets,
18994 disabling the test on any target that uses hardware stepping.
18995 Update comments.
18996
189972014-06-06 Pedro Alves <palves@redhat.com>
18998
18999 * gdb.base/break-unload-file.exp: Fix typo.
19000
190012014-06-06 Yao Qi <yao@codesourcery.com>
19002
19003 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19004 from "jit_function" to "^jit_function".
19005
190062014-06-06 Yao Qi <yao@codesourcery.com>
19007
19008 * gdb.base/async.c (foo): Add one statement.
19009 * gdb.base/async.exp: Get the next instruction address and
19010 match the output of "nexti" by instruction address. Match
19011 the hex address in the output of "finish".
19012
190132014-06-06 Gary Benson <gbenson@redhat.com>
19014
19015 * gdb.base/call-signals.c: Remove preprocessor conditionals
19016 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19017 SIGSEGV and SIGTERM.
19018 * gdb.base/sigall.c: Likewise.
19019 * gdb.base/unwindonsignal.c: Likewise.
19020 * gdb.reverse/sigall-reverse.c: Likewise.
19021
190222014-06-06 Yao Qi <yao@codesourcery.com>
19023
19024 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19025 readable, skip the test.
19026
190272014-06-06 Yao Qi <yao@codesourcery.com>
19028
19029 * gdb.threads/staticthreads.c (thread_function): Move the line
19030 setting breakpoint on forward.
19031 * gdb.threads/staticthreads.exp: Update comments.
19032
190332014-06-05 Ludovic Courtès <ludo@gnu.org>
19034
19035 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19036 "history-append! type error".
19037
190382014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19039
19040 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19041 erroneous dprintf expected input.
19042
190432014-06-04 Doug Evans <xdje42@gmail.com>
19044
19045 * gdb.guile/scm-generics.exp: Delete.
19046
190472014-06-04 Doug Evans <xdje42@gmail.com>
19048
19049 * gdb.guile/scm-breakpoint.exp: Update.
19050 Add tests for breakpoint registration.
19051
190522014-06-04 Tom Tromey <tromey@redhat.com>
19053
19054 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19055 VLA-in-union.
19056 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19057 inner_vla_struct, vla_union types. Initialize objects of those
19058 types and compute their sizes.
19059
190602014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19061 Hui Zhu <hui@codesourcery.com>
19062
19063 * gdb.base/fileio.exp: Add test for shell not available as well as
19064 available.
19065 * gdb.base/fileio.c (test_system): Check for shell twice.
19066
190672014-06-04 Yao Qi <yao@codesourcery.com>
19068
19069 * gdb.base/auto-connect-native-target.exp: Remove redundant
19070 space from the regexp pattern.
19071
190722014-06-04 Yao Qi <yao@codesourcery.com>
19073
19074 * gdb.base/default.exp: Replace "child" with "native" in
19075 regexp pattern.
19076
190772014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19078
19079 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19080 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19081 * gdb.python/py-xmethods.py: Python script supporting the
19082 new testcase and tests.
19083
190842014-06-03 Joel Brobecker <brobecker@adacore.com>
19085 Pedro Alves <palves@redhat.com>
19086
19087 PR breakpoints/17000
19088 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19089 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19090
190912014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19092
19093 * gdb.base/subst.exp: Add tests to verify partial path matching
19094 output.
19095
190962014-06-03 Pedro Alves <palves@redhat.com>
19097
19098 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19099 target that doesn't use software single-stepping.
19100
191012014-06-03 Pedro Alves <palves@redhat.com>
19102
19103 PR breakpoints/17000
19104 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19105 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19106
191072014-06-02 Doug Evans <xdje42@gmail.com>
19108
19109 * gdb.guile/scm-parameter.exp: New file.
19110
191112014-06-02 Doug Evans <xdje42@gmail.com>
19112
19113 * gdb.guile/scm-cmd.c: New file.
19114 * gdb.guile/scm-cmd.exp: New file.
19115
191162014-06-02 Doug Evans <xdje42@gmail.com>
19117
19118 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19119 pretty-printer lookup.
19120 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19121 (make-pp_s-printer): Call it.
19122 (make-pretty-printer-from-dict): New function.
19123 (lookup-pretty-printer-maker-from-dict): New function.
19124 (*pretty-printer*): Simplify.
19125 (make-objfile-pp_s-printer): New function.
19126 (install-objfile-pretty-printers!): New function.
19127 (make-progspace-pp_s-printer): New function.
19128 (install-progspace-pretty-printers!): New function.
19129 * gdb.guile/scm-progspace.c: New file.
19130 * gdb.guile/scm-progspace.exp: New file.
19131
191322014-06-02 Pedro Alves <palves@redhat.com>
19133
19134 * gdb.base/dprintf-bp-same-addr.c: New file.
19135 * gdb.base/dprintf-bp-same-addr.exp: New file.
19136
191372014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19138
19139 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19140 * gdb.arch/powerpc-power.s: Likewise.
19141
191422014-06-02 Joel Brobecker <brobecker@adacore.com>
19143
19144 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19145
191462014-06-01 Yao Qi <yao@codesourcery.com>
19147
19148 * gdb.base/watchpoint.exp (test_watch_location): Check null
19149 pointer can be dereferenced. If not, do the test, otherwise
19150 skip it.
19151
191522014-05-30 Andrew Burgess <aburgess@broadcom.com>
19153
19154 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19155 results.
19156 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19157
191582014-05-30 Andrew Burgess <aburgess@broadcom.com>
19159
19160 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19161 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19162 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19163 * gdb.arch/amd64-invalid-stack-top.c: New file.
19164 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19165
191662014-05-30 Pedro Alves <palves@redhat.com>
19167
19168 PR breakpoints/17000
19169 * gdb.base/sss-bp-on-user-bp.c: New file.
19170 * gdb.base/sss-bp-on-user-bp.exp: New file.
19171
191722014-05-30 David Blaikie <dblaikie@gmail.com>
19173
19174 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19175 gnu_inline semantics via attribute.
19176 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19177 source explicitly specifies the required semantics.
19178
191792014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19180
19181 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19182
191832014-05-29 Pedro Alves <palves@redhat.com>
19184 Tom Tromey <tromey@redhat.com>
19185
19186 * gdb.base/async-shell.exp: Don't enable target-async.
19187 * gdb.base/async.exp
19188 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19189 parameter. Adjust.
19190 (top level): Don't test with "target-async".
19191 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19192 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19193 * gdb.base/inferior-died.exp: Don't enable target-async.
19194 * gdb.base/interrupt-noterm.exp: Likewise.
19195 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19196 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19197 * gdb.mi/mi-nonstop.exp: Likewise.
19198 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19199 * gdb.mi/mi-nsintrall.exp: Likewise.
19200 * gdb.mi/mi-nsmoribund.exp: Likewise.
19201 * gdb.mi/mi-nsthrexec.exp: Likewise.
19202 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19203 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19204 * gdb.python/py-evsignal.exp: Don't enable target-async.
19205 * gdb.python/py-evthreads.exp: Likewise.
19206 * gdb.python/py-prompt.exp: Likewise.
19207 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19208 * gdb.server/solib-list.exp: Don't enable target-async.
19209 * gdb.threads/thread-specific-bp.exp: Likewise.
19210 * lib/mi-support.exp: Adjust to use mi-async.
19211
192122014-05-29 Pedro Alves <palves@redhat.com>
19213
19214 PR gdb/13860
19215 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19216 reason, even in sync mode.
19217
192182014-05-29 Pedro Alves <palves@redhat.com>
19219 Hui Zhu <hui@codesourcery.com>
19220
19221 PR PR15693
19222 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19223 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19224 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19225 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19226
192272014-05-28 Joel Brobecker <brobecker@adacore.com>
19228
19229 * config/monitor.exp (gdb_target_monitor): Replace use of
19230 "set remotebaud" by "set serial baud".
19231
192322014-05-26 Andy Wingo <wingo@igalia.com>
19233
19234 * gdb.guile/scm-breakpoint.exp:
19235 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19236 properties instead of gdb-object-properties.
19237
192382014-05-26 Yao Qi <yao@codesourcery.com>
19239
19240 * gdb.server/no-thread-db.exp: Specify source file name
19241 explicitly when setting a breakpoint.
19242
192432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19244
19245 * gdb.btrace/vdso.c: New.
19246 * gdb.btrace/vdso.exp: New.
19247
192482014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19249
19250 * gdb.base/gcore.exp (capture_command_output): Move ...
19251 * lib/gdb.exp (capture_command_output): ... here.
19252
192532014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19254
19255 * gdb.btrace/data.exp: Test memory access during btrace replay.
19256
192572014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19258
19259 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19260
192612014-05-21 Pedro Alves <palves@redhat.com>
19262
19263 PR gdb/13860
19264 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19265 (top level): Test that output related to execution commands is
19266 sent to the console with CLI commands, but not with MI commands.
19267 Test that breakpoint events are always mirrored to the console.
19268 Also expect the new source line to be output after a "next" in
19269 async mode too. Make it a pass/fail test.
19270 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19271 output.
19272 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19273
192742014-05-21 Pedro Alves <palves@redhat.com>
19275
19276 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19277 Use them to test variations of "list" after reaching a breakpoint.
19278 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19279 Test "list" with listsize 10 after reaching a breakpoint.
19280 * gdb.python/python.exp (decode_line current location line
19281 number): Adjust expected line number.
19282
192832014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19284
19285 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19286 behavior for $args, pass it directly to "run".
19287
192882014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19289
19290 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19291 30000 to 65536.
19292
192932014-05-21 Pedro Alves <palves@redhat.com>
19294
19295 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19296 auto-connect-native-target off".
19297 * gdb.base/auto-connect-native-target.c: New file.
19298 * gdb.base/auto-connect-native-target.exp: New file.
19299
193002014-05-21 Pedro Alves <palves@redhat.com>
19301
19302 * gdb.base/default.exp: Test "target native" instead of "target
19303 child".
19304
193052014-05-21 Mark Wielaard <mjw@redhat.com>
19306
19307 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19308
193092014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19310
19311 Fix TLS access for -static -pthread.
19312 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19313 <HAVE_TLS> (thread_function, main): Initialize it.
19314 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19315 Add clean_restart.
19316 <$have_tls != "">: Check TLSVAR.
19317
193182014-05-21 Pedro Alves <palves@redhat.com>
19319
19320 * gdb.base/dcache-line-read-error.c: New.
19321 * gdb.base/dcache-line-read-error.exp: New.
19322
193232014-05-20 Pedro Alves <palves@redhat.com>
19324
19325 * gdb.base/compare-sections.c: New file.
19326 * gdb.base/compare-sections.exp: New file.
19327
193282014-05-20 Pedro Alves <palves@redhat.com>
19329
19330 * gdb.base/break-idempotent.c: New file.
19331 * gdb.base/break-idempotent.exp: New file.
19332
193332014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19334
19335 * gdb.btrace/nohist.exp: New.
19336
193372014-05-20 Yao Qi <yao@codesourcery.com>
19338
19339 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19340 gdb.reverse directory and gdb_reverse_timeout exists in board
19341 setting.
19342 * README: Document gdb_reverse_timeout.
19343
193442014-05-20 Yao Qi <yao@codesourcery.com>
19345
19346 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19347 'test_file_name'. Treat args as a string instead of a list.
19348 (gdb_init): Rename argument 'args' by 'test_file_name'.
19349
193502014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19351
19352 * gdb.arch/powerpc-power.exp: New file.
19353 * gdb.arch/powerpc-power.s: New file.
19354
193552014-05-16 Doug Evans <dje@google.com>
19356
19357 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19358 * gdb.base/completion.exp: Check that all expected files exist
19359 before doing file completion.
19360
193612014-05-16 Doug Evans <dje@google.com>
19362
19363 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19364 Update.
19365 (do_syscall_tests_without_xml): Update.
19366
193672014-05-16 Pedro Alves <palves@redhat.com>
19368
19369 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19370 instead of "unknown output after running".
19371
193722014-05-16 Yao Qi <yao@codesourcery.com>
19373
19374 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19375 file1.txt from host at the end.
19376 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19377
193782014-05-15 Doug Evans <dje@google.com>
19379
19380 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19381 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19382 loading file. Add test for TU lookup.
19383
193842014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19385
19386 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19387 calling "-exec-arguments" or "set args" before running the
19388 inferior.
19389
193902014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19391
19392 * lib/mi-support.exp (mi_expect_stop): Expect message for
19393 inferiors that exit with non-zero exit code.
19394
193952014-05-14 Yao Qi <yao@codesourcery.com>
19396
19397 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19398 match absolute path on remote host.
19399 (test_file_list_exec_source_files): Remove "/" from the
19400 pattern.
19401
194022014-05-14 Yao Qi <yao@codesourcery.com>
19403
19404 * boards/local-remote-host-notty.exp (${board}_file): New
19405 proc.
19406
194072014-05-07 Kyle McMartin <kyle@redhat.com>
19408
19409 Pushed by Joel Brobecker <brobecker@adacore.com>.
19410 * gdb.arch/aarch64-atomic-inst.c: New file.
19411 * gdb.arch/aarch64-atomic-inst.exp: New file.
19412
194132014-05-07 Yao Qi <yao@codesourcery.com>
19414
19415 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19416 in current context" too.
19417
194182014-05-05 Keith Seitz <keiths@redhat.com>
19419
19420 * gdb.linespec/ls-dollar.exp: Add test for linespec
19421 file:convenience_variable.
19422
194232014-05-05 Yao Qi <yao@codesourcery.com>
19424
19425 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19426 traceframes into tfile and ctf trace files. Read data from
19427 trace file and test collected data.
19428 (gdb_collect_locals_test): Likewise.
19429 (gdb_unavailable_registers_test): Likewise.
19430 (gdb_unavailable_floats): Likewise.
19431 (gdb_collect_globals_test): Likewise.
19432 (top-level): Append "ctf" to trace_file_targets if GDB
19433 supports.
19434
194352014-05-05 Yao Qi <yao@codesourcery.com>
19436
19437 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19438 code to ...
19439 (gdb_collect_args_test_1): ... it. New proc.
19440 (gdb_collect_locals_test): Move some code to ...
19441 (gdb_collect_locals_test_1): ... it. New proc.
19442 (gdb_unavailable_registers_test): Move some code to ...
19443 (gdb_unavailable_registers_test_1): ... it. New proc.
19444 (gdb_unavailable_floats): Move some code to ...
19445 (gdb_unavailable_floats_1): ... it. New proc.
19446
194472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19448
19449 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19450 probes to test for bitness recognition.
19451 * gdb.arch/amd64-stap-optional-prefix.exp
19452 (test_probe_value_without_reg): New procedure.
19453 Add code to test for different kinds of bitness.
19454
194552014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19456
19457 PR breakpoints/16889
19458 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19459 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19460
194612014-05-01 Pedro Alves <palves@redhat.com>
19462
19463 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19464 gdb_file_cmd if no file is specified.
19465 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19466 last_loaded_file to set the remote exec-file.
19467
194682014-05-01 Pedro Alves <palves@redhat.com>
19469
19470 * boards/local-remote-host.exp: New file.
19471
194722014-05-01 Pedro Alves <palves@redhat.com>
19473
19474 * boards/local-remote-host.exp: Rename to ...
19475 * boards/local-remote-host-notty.exp: ... this.
19476
194772014-04-28 Joel Brobecker <brobecker@adacore.com>
19478
19479 * gdb.ada/dyn_arrayidx: New testcase.
19480
194812014-04-26 Yao Qi <yao@codesourcery.com>
19482
19483 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19484 and compute the length of function main. Save it in
19485 $main_length.
19486 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19487 (top-level): Use gdb_compile to compile objects into
19488 executable and restart GDB. Remove invocation to
19489 prepare_for_testing.
19490
194912014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19492 Pedro Alves <palves@redhat.com>
19493
19494 PR server/16255
19495 * gdb.multi/multi-attach.c: New file.
19496 * gdb.multi/multi-attach.exp: New file.
19497
194982014-04-25 Pedro Alves <palves@redhat.com>
19499
19500 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19501 user.
19502 (top level): Test that "set remote conditional-breakpoints-packet
19503 off" works as intended.
19504 * gdb.base/dprintf.exp: Test that "set remote
19505 breakpoint-commands-packet off" works as intended.
19506 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19507 New function.
19508 (top level): Call it.
19509 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19510 remote fast-tracepoints-packet off" works as intended.
19511 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19512 * lib/gdb.exp (gdb_is_target_remote): ... here.
19513
195142014-04-24 David Blaikie <dblaikie@gmail.com>
19515
19516 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19517 ensure clang would not discard them.
19518 * gdb.base/gdbvars.c: Ditto.
19519 * gdb.base/memattr.c: Ditto.
19520 * gdb.base/whatis.c: Ditto.
19521 * gdb.python/py-prettyprint.c: Ditto.
19522 * gdb.trace/actions.c: Ditto.
19523 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19524 ensure clang would not discard it.
19525
195262014-04-24 David Blaikie <dblaikie@gmail.com>
19527
19528 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19529 clang to emit the full definition of type required by the test
19530 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19531
195322014-04-24 David Blaikie <dblaikie@gmail.com>
19533
19534 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19535 coax Clang into emitting the definition of the type.
19536 * gdb.cp/pr10728-x.h (y): Ditto.
19537 * gdb.cp/pr10728-y.cc (y): Ditto.
19538
195392014-04-24 David Blaikie <dblaikie@gmail.com>
19540
19541 * gdb.base/label.exp: XFAIL label related tests under Clang.
19542 * gdb.cp/cplabel.exp: Ditto.
19543 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19544 under Clang those using labels.
19545
195462014-04-25 Yao Qi <yao@codesourcery.com>
19547
19548 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19549 double_label.
19550 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19551 partial_label and double_label.
19552
195532014-04-24 David Blaikie <dblaikie@gmail.com>
19554
19555 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19556
195572014-04-24 David Blaikie <dblaikie@gmail.com>
19558
19559 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19560 of the function to work across GCC and Clang.
19561 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19562 pointer types (const void ** const V void **).
19563
195642014-04-24 Michael Sturm <michael.sturm@mintel.com>
19565 Walfred Tedeschi <walfred.tedeschi@intel.com>
19566
19567 * Makefile.in (EXECUTABLES): Added i386-avx512.
19568 * gdb.arch/i386-avx512.c: New file.
19569 * gdb.arch/i386-avx512.exp: Likewise.
19570
195712014-04-23 Keith Seitz <keiths@redhat.com>
19572
19573 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19574 (mi_make_breakpoint_table): New procedure.
19575 (mi_create_breakpoint): Use mi_make_breakpoint
19576 and return the result.
19577 (mi_make_breakpoint): New procedure.
19578 (mi_build_kv_pairs): New procedure.
19579
19580 * gdb.mi/mi-break.exp: Remove unused globals,
19581 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19582 All callers updated.
19583 * gdb.mi/mi-dprintf.exp: Use variable to track command
19584 number.
19585 Update all callers of mi_create_breakpoint and use
19586 mi_make_breakpoint_table.
19587 Remove any unused global variables.
19588 * gdb.mi/mi-nonstop.exp: Likewise.
19589 * gdb.mi/mi-nsintrall.exp: Likewise.
19590 * gdb.mi/mi-nsmoribund.exp: Likewise.
19591 * gdb.mi/mi-nsthrexec.exp: Likewise.
19592 * gdb.mi/mi-reverse.exp: Likewise.
19593 * gdb.mi/mi-simplerun.exp: Likewise.
19594 * gdb.mi/mi-stepn.exp: Likewise.
19595 * gdb.mi/mi-syn-frame.exp: Likewise.
19596 * gdb.mi/mi-until.exp: Likewise.
19597 * gdb.mi/mi-var-cp.exp: Likewise.
19598 * gdb.mi/mi-var-display.exp: Likewise.
19599 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19600 * gdb.mi/mi2-var-child.exp: Likewise.
19601 * gdb.mi/mi-vla-c99.exp: Likewise.
19602 * lib/mi-support.exp: Likewise.
19603
19604 From Ian Lance Taylor <iant@cygnus.com>:
19605 * lib/gdb.exp (parse_args): New procedure.
19606
196072014-04-23 Pedro Alves <palves@redhat.com>
19608
19609 * gdb.base/break-unload-file.c: New file.
19610 * gdb.base/break-unload-file.exp: New file.
19611 * gdb.base/sym-file-lib.c (baz): New function.
19612 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19613 field.
19614 (load): Store the segment's mapped size.
19615 (unload): New function.
19616 (unload_shlib): New function.
19617 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19618 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19619 set a breakpoint at baz, and call it.
19620 * gdb.base/sym-file.exp: New tests for stale breakpoint
19621 instructions.
19622
196232014-04-23 Pedro Alves <palves@redhat.com>
19624
19625 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19626 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19627 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19628 * gdb.base/hbreak-unmapped.c: New file.
19629 * gdb.base/hbreak-unmapped.exp: New file.
19630 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19631 * lib/gdb.exp (gdb_is_target_remote): ... here.
19632
196332014-04-22 Pedro Alves <palves@redhat.com>
19634
19635 * gdb.base/consecutive-step-over.c: New file.
19636 * gdb.base/consecutive-step-over.exp: New file.
19637
196382014-04-22 Pedro Alves <palves@redhat.com>
19639
19640 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19641 instead of send_gdb/gdb_expect.
19642
196432014-04-22 Yao Qi <yao@codesourcery.com>
19644
19645 * lib/trace-support.exp (generate_tracefile): New procedure.
19646 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19647 return 0.
19648 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19649 if generate_tracefile returns 1.
19650
196512014-04-18 Tom Tromey <palves@redhat.com>
19652 Pedro alves <tromey@redhat.com>
19653
19654 PR backtrace/15558
19655 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19656 with a backtrace limit.
19657 * gdb.python/py-frame-inline.exp: Test running to an inline
19658 function with a backtrace limit, and printing the newest frame.
19659 * gdb.python/py-frame-inline.c (main): Call f.
19660
196612014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19662
19663 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19664
196652014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19666
19667 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19668 Drop prefix from unsupported source file path.
19669
196702014-04-17 Yao Qi <yao@codesourcery.com>
19671
19672 * lib/gdb.exp (with_target_charset): New proc.
19673 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19674 with_target_charset.
19675 (test_print_strings): Likewise.
19676 (test_repeat_bytes): Likewise.
19677 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19678 for some tests.
19679
196802014-04-16 Keith Seitz <keiths@redhat.com>
19681
19682 PR gdb/15827
19683 * gdb.dwarf2/corrupt.c: New file.
19684 * gdb.dwarf2/corrupt.exp: New file.
19685
196862014-04-16 Keith Seitz <keiths@redhat.com>
19687
19688 PR c++/16597
19689 * gdb.cp/namelessclass.cc: New file.
19690 * gdb.cp/namelessclass.exp: New file.
19691 * gdb.cp/namelessclass.S: New file.
19692
196932014-04-16 Doug Evans <dje@google.com>
19694
19695 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19696 Add comment.
19697 (gdbserver_default_get_comm_port): New function.
19698 (gdbserver_start): Check if board file provided
19699 "gdbserver,get_comm_port" and use it if so.
19700 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19701 (gdb,socketport): Set to "stdio".
19702 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19703 (stdio_gdbserver_template): Delete.
19704 (${board}_get_remote_address): Update.
19705 (${board}_build_remote_cmd): Delete.
19706 (${board}_get_comm_port): New function.
19707 (${board}_spawn): Update.
19708 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19709 Delete.
19710 (${board}_get_remote_address): Update.
19711 (${board}_get_comm_port): New function.
19712
197132014-04-16 Andrew Burgess <aburgess@broadcom.com>
19714
19715 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19716 appearing in any order.
19717
197182014-04-15 Doug Evans <dje@google.com>
19719
19720 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19721 uninitialized value of "description".
19722
197232014-04-15 Keith Seitz <keiths@redhat.com>
19724
19725 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19726 Remove unused globals.
19727 (test_running_the_program): Likewise.
19728 (test_controlled_execution): Likewise.
19729 (test_controlling_breakpoints): Likewise.
19730 (test_program_termination): Likewise.
19731
197322014-04-15 Keith Seitz <keiths@redhat.com>
19733
19734 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19735 unused globals.
19736 (test_rbreak_creation_and_listing): Likewise.
19737 (test_ignore_count): Likewise.
19738 (test_error): Likewise.
19739
197402014-04-15 Pedro Alves <palves@redhat.com>
19741
19742 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19743 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19744 sym-file-loader.c.
19745 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19746 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19747 to sym-file-loader.c.
19748 (struct library): Forward declare.
19749 (load_shlib, lookup_function): Change prototypes.
19750 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19751 (translate_offset): Remove declarations.
19752 (get_text_addr): New declaration.
19753 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19754 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19755 sym-file-loader.h.
19756 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19757 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19758 here from sym-file-loader.h.
19759 (struct library): New structure.
19760 (load_shlib, lookup_function): Change prototypes and adjust to
19761 work with a struct library.
19762 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19763 (translate_offset): Make static.
19764 (get_text_addr): New function.
19765 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19766
197672014-04-15 Pedro Alves <palves@redhat.com>
19768
19769 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19770
197712014-04-15 Pedro Alves <palves@redhat.com>
19772
19773 * gdb.base/sym-file-loader.c: Include <limits.h>.
19774 (SELF_LINK): New define.
19775 (get_origin): New function.
19776 (load_shlib): Use it.
19777 * gdb.base/sym-file.exp: Don't early return if the target is
19778 remote. Use runto_main, and issue fail is that fails. Use
19779 gdb_load_shlibs.
19780 (shlib_name): Delete.
19781 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19782
197832014-04-15 Pedro Alves <palves@redhat.com>
19784
19785 * gdb.base/sym-file.exp: Remove regex characters from test
19786 message. Don't refer to breakpoint numbers in test messages.
19787
197882014-04-14 Keith Seitz <keiths@redhat.com>
19789
19790 PR c++/16253
19791 * gdb.cp/var-tag.cc: New file.
19792 * gdb.cp/var-tag.exp: New file.
19793 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19794 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19795 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19796 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19797
197982014-04-14 Tom Tromey <tromey@redhat.com>
19799
19800 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19801 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19802 type.
19803 * gdb.cp/enum-class.exp: New file.
19804 * gdb.cp/enum-class.cc: New file.
19805
198062014-04-14 Tom Tromey <tromey@redhat.com>
19807
19808 * gdb.dwarf2/enum-type.exp: New file.
19809
198102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19811
19812 * gdb.mi/mi-vla-c99.exp: New file.
19813 * gdb.mi/vla.c: New file.
19814
198152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19816
19817 * gdb.base/vla-datatypes.c: New file.
19818 * gdb.base/vla-datatypes.exp: New file.
19819
198202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19821
19822 * gdb.base/vla-ptr.c: New file.
19823 * gdb.base/vla-ptr.exp: New file.
19824
198252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19826
19827 * gdb.dwarf2/count.exp: New file.
19828
198292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19830
19831 * gdb.base/vla-sideeffect.c: New file.
19832 * gdb.base/vla-sideeffect.exp: New file.
19833
198342014-04-14 David Blaikie <dblaikie@gmail.com>
19835
19836 * gdb.mi/non-stop.c: Add return value for non-void function return
19837 statement.
19838 * gdb.threads/staticthreads.c: Ditto.
19839
198402014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19841 Doug Evans <xdje42@gmail.com>
19842
19843 * gdb.guile/scm-value.c: Improve test case.
19844 * gdb.guile/scm-value.exp: Add new test.
19845
198462014-04-11 David Blaikie <dblaikie@gmail.com>
19847
19848 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19849 override Clang's default.
19850
198512014-04-11 Joel Brobecker <brobecker@adacore.com>
19852
19853 Revert the following changes (regressions):
19854
19855 * gdb.base/vla-sideeffect.c: New file.
19856 * gdb.base/vla-sideeffect.exp: New file.
19857
19858 * gdb.dwarf2/count.exp: New file.
19859
19860 * gdb.base/vla-multi.c: New file.
19861 * gdb.base/vla-multi.exp: New file.
19862
19863 * gdb.base/vla-ptr.c: New file.
19864 * gdb.base/vla-ptr.exp: New file.
19865
19866 * gdb.base/vla-datatypes.c: New file.
19867 * gdb.base/vla-datatypes.exp: New file.
19868
19869 * gdb.mi/mi-vla-c99.exp: New file.
19870 * gdb.mi/vla.c: New file.
19871
198722014-04-11 Keith Seitz <keiths@redhat.com>
19873
19874 PR c++/16675
19875 * gdb.cp/cpsizeof.exp: New file.
19876 * gdb.cp/cpsizeof.cc: New file.
19877
198782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19879
19880 * gdb.mi/mi-vla-c99.exp: New file.
19881 * gdb.mi/vla.c: New file.
19882
198832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19884
19885 * gdb.base/vla-datatypes.c: New file.
19886 * gdb.base/vla-datatypes.exp: New file.
19887
198882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19889
19890 * gdb.base/vla-ptr.c: New file.
19891 * gdb.base/vla-ptr.exp: New file.
19892
198932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19894
19895 * gdb.base/vla-multi.c: New file.
19896 * gdb.base/vla-multi.exp: New file.
19897
198982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19899
19900 * gdb.dwarf2/count.exp: New file.
19901
199022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19903
19904 * gdb.base/vla-sideeffect.c: New file.
19905 * gdb.base/vla-sideeffect.exp: New file.
19906
199072014-04-11 Yao Qi <yao@codesourcery.com>
19908
19909 * gdb.base/completion.exp: Check file exists before running tests
19910 on file completion.
19911
199122014-04-10 Pedro Alves <palves@redhat.com>
19913
19914 * gdb.base/cond-eval-mode.c: New file.
19915 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19916 prepare_for_testing to build the new file. Check result of
19917 runto_main.
19918 (test_break, test_watch): New procedures.
19919 (top level): Use them.
19920
199212014-04-08 Pierre Muller <muller@sourceware.org>
19922
19923 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19924 Ctrl-V use for mingw hosts.
19925
199262014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19927
19928 * gdb.python/py-value.c: Improve test case.
19929 * gdb.python/py-value.exp: Add new test.
19930
199312014-04-07 David Blaikie <dblaikie@gmail.com>
19932
19933 * lib/compiler.c: Identify the clang compiler.
19934 * lib/compiler.cc: Ditto.
19935
199362014-04-03 Yao Qi <yao@codesourcery.com>
19937
19938 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19939
199402014-04-01 Anton Blanchard <anton@samba.org>
19941
19942 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19943 messages unique.
19944
199452014-04-01 Anton Blanchard <anton@samba.org>
19946
19947 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19948 prepare_for_testing.
19949
199502014-04-01 Anton Blanchard <anton@samba.org>
19951
19952 * gdb.arch/ppc64-atomic-inst.c: Remove.
19953 * gdb.arch/ppc64-atomic-inst.S: New file.
19954 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19955
199562014-03-31 Doug Evans <dje@google.com>
19957
19958 * gdb.base/print-symbol-loading-lib.c: New file.
19959 * gdb.base/print-symbol-loading-main.c: New file.
19960 * gdb.base/print-symbol-loading.exp: New file.
19961
199622014-03-31 Yao Qi <yao@codesourcery.com>
19963
19964 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19965
199662014-03-28 Joel Brobecker <brobecker@adacore.com>
19967
19968 * gdb.ada/mi_dyn_arr: New testcase.
19969
199702014-03-27 Doug Evans <dje@google.com>
19971
19972 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19973
199742014-03-27 Yao Qi <yao@codesourcery.com>
19975
19976 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19977 if target is nios2-*-*.
19978
199792014-03-26 Yao Qi <yao@codesourcery.com>
19980
19981 * lib/gdb.exp (readline_is_used): New proc.
19982 * gdb.base/completion.exp: Move tests on command complete up.
19983 Skip the rest of tests if readline is not used.
19984 * gdb.ada/complete.exp: Skp the test if readline is not
19985 used.
19986 * gdb.base/filesym.exp: Likewise.
19987 * gdb.base/macscp.exp: Likewise.
19988 * gdb.base/readline-ask.exp: Likewise.
19989 * gdb.base/readline.exp: Likewise.
19990 * gdb.python/py-cmd.exp: Likewise.
19991 * gdb.trace/tfile.exp: Likewise.
19992
199932014-03-26 Yao Qi <yao@codesourcery.com>
19994
19995 * gdb.base/macscp.exp: Fix code format issues.
19996
199972014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19998
19999 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20000 * gdb.asm/powerpc64le.inc: New file.
20001
200022014-03-25 Pedro Alves <palves@redhat.com>
20003 Doug Evans <dje@google.com>
20004
20005 * gdb.base/source-execution.c: New file.
20006 * gdb.base/source-execution.exp: New file.
20007 * gdb.base/source-execution.gdb: New file.
20008
200092014-03-24 Doug Evans <dje@google.com>
20010
20011 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20012 using fission.
20013
200142014-03-24 Hui Zhu <hui@codesourcery.com>
20015 Pedro Alves <palves@redhat.com>
20016
20017 PR breakpoints/16101
20018 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20019 test pass/fail messages. Detect missing support for dprintf when
20020 breakpoints are actually inserted.
20021 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20022 breakpoints are actually inserted.
20023 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20024 fails.
20025
200262014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20027
20028 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20029
200302014-03-22 Doug Evans <xdje42@gmail.com>
20031
20032 * gdb.python/python.exp (python not supported): Verify multi-line
20033 python command issues an error.
20034 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20035 guile command issues an error.
20036
200372014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20038
20039 * gdb.threads/thread-specific.exp: Handle the lack of usable
20040 $this_breakpoint and $this_thread.
20041
200422014-03-21 Hui Zhu <hui@codesourcery.com>
20043
20044 * gdb.base/attach.exp (do_command_attach_tests): New.
20045
200462014-03-20 Tom Tromey <tromey@redhat.com>
20047 Pedro Alves <palves@redhat.com>
20048
20049 PR cli/15718
20050 * gdb.base/condbreak-call-false.c: New file.
20051 * gdb.base/condbreak-call-false.exp: New file.
20052
200532014-03-20 Pedro Alves <palves@redhat.com>
20054
20055 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20056 Delete.
20057 (block_signals, unblock_signals): Delete.
20058 (child_function_2, main): Remove references to deleted variable
20059 and functions.
20060
200612014-03-20 Pedro Alves <palves@redhat.com>
20062
20063 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20064 Use pthread_kill to signal thread 2.
20065 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20066 Adjust to make the test send itself a signal rather than using the
20067 host's "kill" command.
20068
200692014-03-20 Pedro Alves <palves@redhat.com>
20070
20071 * gdb.threads/multiple-step-overs.c: New file.
20072 * gdb.threads/multiple-step-overs.exp: New file.
20073 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20074 Adjust expected infrun debug output.
20075
200762014-03-20 Pedro Alves <palves@redhat.com>
20077
20078 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20079 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20080
200812014-03-20 Pedro Alves <palves@redhat.com>
20082
20083 PR breakpoints/7143
20084 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20085 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20086 of gdb_test_multiple.
20087 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20088 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20089
200902014-03-20 Pedro Alves <palves@redhat.com>
20091
20092 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20093 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20094
200952014-03-19 Pedro Alves <palves@redhat.com>
20096
20097 * gdb.base/async.exp: Remove early return.
20098
200992014-03-19 Pedro Alves <palves@redhat.com>
20100
20101 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20102
201032014-03-19 Pedro Alves <palves@redhat.com>
20104
20105 * gdb.base/async.exp (test_background): Expect \r\n after
20106 "completed." in the fail pattern.
20107
201082014-03-19 Pedro Alves <palves@redhat.com>
20109
20110 * gdb.base/async.exp (test_background): New procedure.
20111 Use it for all background execution command tests.
20112
201132014-03-19 Pedro Alves <palves@redhat.com>
20114
20115 * gdb.base/async.exp: Use prepare_for_testing.
20116
201172014-03-19 Pedro Alves <palves@redhat.com>
20118
20119 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20120 the same line.
20121
201222014-03-19 Pedro Alves <palves@redhat.com>
20123
20124 * gdb.base/async.c (main): Add "jump here" and "until here" line
20125 marker comments.
20126 * gdb.base/async.exp (jump_here): New global.
20127 (jump& test): Use it.
20128 (until_here): New global.
20129 (until& test): Use it.
20130
201312014-03-19 Pedro Alves <palves@redhat.com>
20132
20133 * gdb.base/async.exp: Don't frob gdb_protocol.
20134
201352014-03-18 Doug Evans <xdje42@gmail.com>
20136
20137 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20138 Fix spelling of exec-done-display.
20139
201402014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20141
20142 PR gdb/15358
20143 * gdb.base/gdb-sigterm.c: New file.
20144 * gdb.base/gdb-sigterm.exp: New file.
20145
201462014-03-18 Pedro Alves <palves@redhat.com>
20147
20148 PR gdb/13860
20149 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20150 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20151 solib-event.
20152
201532014-03-17 Joel Brobecker <brobecker@adacore.com>
20154
20155 * gdb.ada/pckd_arr_ren: New testcase.
20156
201572014-03-13 Doug Evans <xdje42@gmail.com>
20158
20159 PR guile/16612
20160 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20161 collect after discarding symbols.
20162
201632014-03-13 Ludovic Courtès <ludo@gnu.org>
20164 Doug Evans <xdje42@gmail.com>
20165
20166 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20167 to history survives a gc.
20168
201692014-03-13 Pedro Alves <palves@redhat.com>
20170
20171 * gdb.base/default.exp: Don't test "target procfs".
20172
201732014-03-13 Pedro Alves <palves@redhat.com>
20174
20175 * gdb.base/default.exp: Update "target child" and "target procfs"
20176 tests to not expect "Unix".
20177
201782014-03-12 Tom Tromey <tromey@redhat.com>
20179
20180 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20181 New procs. Add target-async tests.
20182 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20183 Add target-async tests.
20184
201852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20186
20187 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20188 'func_start' and 'func_end' for the beginning and end of the
20189 function code, respectively.
20190 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20191 'func_end' instead of 'func' and 'main'.
20192
201932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20194
20195 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20196 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20197 generate the debug info assembler source.
20198
201992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20200
20201 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20202 * gdb.dwarf2/arr-subrange.exp: Likewise.
20203 * gdb.dwarf2/dwz.exp: Likewise.
20204 * gdb.dwarf2/method-ptr.exp: Likewise.
20205 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20206 * gdb.dwarf2/subrange.exp: Likewise.
20207 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20208 * gdb.dwarf2/implptrpiece.exp: Likewise.
20209 * gdb.dwarf2/nostaticblock.exp: Likewise.
20210
202112014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20212
20213 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20214 directory to absolute path name arguments.
20215
202162014-03-10 Joel Brobecker <brobecker@adacore.com>
20217
20218 * gdb.ada/tagged_access: New testcase.
20219
202202014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20221
20222 * gdb.btrace/data.exp: Update expected output.
20223
202242014-03-06 Yao Qi <yao@codesourcery.com>
20225
20226 * gdb.trace/pr16508.exp: New file.
20227
202282014-03-05 Pedro Alves <palves@redhat.com>
20229
20230 PR gdb/16575
20231 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20232 procedure.
20233 (top level): Adjust to use it. Add tests that exercise breakpoint
20234 interaction with the code-cache.
20235
202362014-02-26 Ludovic Courtès <ludo@gnu.org>
20237
20238 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20239 test for 'history-append!'.
20240
202412014-02-26 Joel Brobecker <brobecker@adacore.com>
20242
20243 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20244 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20245 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20246 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20247 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20248 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20249
202502014-02-26 Joel Brobecker <brobecker@adacore.com>
20251
20252 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20253 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20254 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20255
202562014-02-26 Joel Brobecker <brobecker@adacore.com>
20257
20258 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20259
202602014-02-26 Joel Brobecker <brobecker@adacore.com>
20261
20262 * gdb.dwarf2/arr-stride.c: New file.
20263 * gdb.dwarf2/arr-stride.exp: New file.
20264
202652014-02-26 Pedro Alves <palves@redhat.com>
20266
20267 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20268 that won't ever trigger. Make sure that GDB reports the correct
20269 breakpoint that caused the stop.
20270
202712014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20272
20273 PR gdb/16626
20274 * gdb.base/auto-load-script: New file.
20275 * gdb.base/auto-load.c: New file.
20276 * gdb.base/auto-load.exp: New file.
20277
20278 PR gdb/16626
20279 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20280
202812014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20282
20283 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20284 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20285
202862014-02-24 Doug Evans <dje@google.com>
20287
20288 * lib/gdb.exp (run_on_host): Log error output if program fails.
20289
202902014-02-21 Pedro Alves <palves@redhat.com>
20291
20292 * gdb.threads/step-after-sr-lock.c: Rename to ...
20293 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20294 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20295 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20296 ... this.
20297
202982014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20299
20300 PR tdep/16397
20301 * gdb.arch/amd64-stap-special-operands.exp: New file.
20302 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20303 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20304 * gdb.arch/amd64-stap-triplet.S: Likewise.
20305 * gdb.arch/amd64-stap-triplet.c: Likewise.
20306
203072014-02-20 Joel Brobecker <brobecker@adacore.com>
20308
20309 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20310 in .section pseudo-op.
20311
203122014-02-20 lin zuojian <manjian2006@gmail.com>
20313 Joel Brobecker <brobecker@adacore.com>
20314 Doug Evans <xdje42@gmail.com>
20315
20316 PR symtab/16581
20317 * gdb.dwarf2/dw2-icycle.S: New file.
20318 * gdb.dwarf2/dw2-icycle.c: New file.
20319 * gdb.dwarf2/dw2-icycle.exp: New file.
20320
203212014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20322
20323 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20324 operations on gdb.Value objects.
20325 * gdb.python/py-value-cc.exp: Add new test to test operations on
20326 gdb.Value objects.
20327
203282014-02-18 Doug Evans <dje@google.com>
20329
20330 * Makefile.in (TESTS): New variable.
20331 (expanded_tests, expanded_tests_or_none): New variables
20332 (check-single): Pass $(expanded_tests_or_none) to runtest.
20333 (check-parallel): Only run tests in $(TESTS) if non-empty.
20334 (check/no-matching-tests-found): New rule.
20335 * README: Document TESTS makefile variable.
20336
203372014-02-18 Doug Evans <dje@google.com>
20338
20339 * Makefile.in (check-parallel): rm -rf outputs temp.
20340
203412014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20342
20343 Fix "ERROR: no fileid for" in the testsuite.
20344 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20345
203462014-02-12 Doug Evans <dje@google.com>
20347
20348 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20349 (MISCELLANEOUS): New variable.
20350 (clean): rm -rf $(MISCELLANEOUS).
20351 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20352 dwp live in the same directory as symlinks, with each symlink pointed
20353 to a differently named file in a different directory.
20354
203552014-02-11 Doug Evans <dje@google.com>
20356
20357 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20358 of Tcl file commands.
20359
203602014-02-10 Mark Kettenis <kettenis@gnu.org>
20361
20362 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20363 "kill -SIGUSR1 -1".
20364
203652014-02-10 Joel Brobecker <brobecker@adacore.com>
20366
20367 * gdb.ada/tick_length_array_enum_idx: New testcase.
20368
203692014-02-10 Doug Evans <xdje42@gmail.com>
20370
20371 * configure.ac (AC_OUTPUT): Add gdb.guile.
20372 * configure: Regenerate.
20373 * lib/gdb-guile.exp: New file.
20374 * lib/gdb.exp (get_target_charset): New function.
20375 * gdb.base/help.exp: Update expected output from "apropos apropos".
20376 * gdb.guile/Makefile.in: New file.
20377 * gdb.guile/guile.exp: New file.
20378 * gdb.guile/scm-arch.c: New file.
20379 * gdb.guile/scm-arch.exp: New file.
20380 * gdb.guile/scm-block.c: New file.
20381 * gdb.guile/scm-block.exp: New file.
20382 * gdb.guile/scm-breakpoint.c: New file.
20383 * gdb.guile/scm-breakpoint.exp: New file.
20384 * gdb.guile/scm-disasm.c: New file.
20385 * gdb.guile/scm-disasm.exp: New file.
20386 * gdb.guile/scm-equal.c: New file.
20387 * gdb.guile/scm-equal.exp: New file.
20388 * gdb.guile/scm-error.exp: New file.
20389 * gdb.guile/scm-error.scm: New file.
20390 * gdb.guile/scm-frame-args.c: New file.
20391 * gdb.guile/scm-frame-args.exp: New file.
20392 * gdb.guile/scm-frame-args.scm: New file.
20393 * gdb.guile/scm-frame-inline.c: New file.
20394 * gdb.guile/scm-frame-inline.exp: New file.
20395 * gdb.guile/scm-frame.c: New file.
20396 * gdb.guile/scm-frame.exp: New file.
20397 * gdb.guile/scm-generics.exp: New file.
20398 * gdb.guile/scm-gsmob.exp: New file.
20399 * gdb.guile/scm-iterator.c: New file.
20400 * gdb.guile/scm-iterator.exp: New file.
20401 * gdb.guile/scm-math.c: New file.
20402 * gdb.guile/scm-math.exp: New file.
20403 * gdb.guile/scm-objfile-script-gdb.in: New file.
20404 * gdb.guile/scm-objfile-script.c: New file.
20405 * gdb.guile/scm-objfile-script.exp: New file.
20406 * gdb.guile/scm-objfile.c: New file.
20407 * gdb.guile/scm-objfile.exp: New file.
20408 * gdb.guile/scm-ports.exp: New file.
20409 * gdb.guile/scm-pretty-print.c: New file.
20410 * gdb.guile/scm-pretty-print.exp: New file.
20411 * gdb.guile/scm-pretty-print.scm: New file.
20412 * gdb.guile/scm-section-script.c: New file.
20413 * gdb.guile/scm-section-script.exp: New file.
20414 * gdb.guile/scm-section-script.scm: New file.
20415 * gdb.guile/scm-symbol.c: New file.
20416 * gdb.guile/scm-symbol.exp: New file.
20417 * gdb.guile/scm-symtab-2.c: New file.
20418 * gdb.guile/scm-symtab.c: New file.
20419 * gdb.guile/scm-symtab.exp: New file.
20420 * gdb.guile/scm-type.c: New file.
20421 * gdb.guile/scm-type.exp: New file.
20422 * gdb.guile/scm-value-cc.cc: New file.
20423 * gdb.guile/scm-value-cc.exp: New file.
20424 * gdb.guile/scm-value.c: New file.
20425 * gdb.guile/scm-value.exp: New file.
20426 * gdb.guile/source2.scm: New file.
20427 * gdb.guile/types-module.cc: New file.
20428 * gdb.guile/types-module.exp: New file.
20429
204302014-02-10 Yao Qi <yao@codesourcery.com>
20431
20432 PR testsuite/16543
20433 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20434 * configure: Regenerated.
20435 * Makefile.in: New file.
20436
204372014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20438
20439 * gdb.python/py-framefilter.exp: Fix typo.
20440
204412014-02-08 Yao Qi <yao@codesourcery.com>
20442
20443 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20444 that no =breakpoint-modified is emitted when breakpoints are
20445 modified through MI commands.
20446
204472014-02-07 Pedro Alves <pedro@codesourcery.com>
20448 Pedro Alves <palves@redhat.com>
20449
20450 * gdb.threads/step-after-sr-lock.c: New file.
20451 * gdb.threads/step-after-sr-lock.exp: New file.
20452
204532014-02-07 Pedro Alves <palves@redhat.com>
20454
20455 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20456
204572014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20458
20459 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20460 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20461
204622014-02-06 Doug Evans <xdje42@gmail.com>
20463
20464 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20465 output.
20466
20467 * gdb.gdb/python-interrupts.exp: New file.
20468
204692014-02-05 Yao Qi <yao@codesourcery.com>
20470
20471 * gdb.trace/report.exp (use_collected_data): Test the output
20472 of "info threads" and "info inferiors".
20473
204742014-02-05 Yao Qi <yao@codesourcery.com>
20475
20476 Revert this patch:
20477
20478 2013-05-24 Yao Qi <yao@codesourcery.com>
20479
20480 * gdb.trace/tfile.exp: Test inferior and thread.
20481
204822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20483
20484 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20485 on a function.
20486 * gdb.base/step-bt.c: Call hello via function pointer to make
20487 sure its first instruction is executed on powerpc64le-linux.
20488
204892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20490
20491 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20492
204932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20494
20495 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20496 of the test patterns for use on little-endian systems.
20497
204982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20499
20500 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20501 (decimal_vector): Fix for little-endian.
20502
205032014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20504
20505 * gdb.arch/sparc-sysstep.exp: New file.
20506 * gdb.arch/sparc-sysstep.c: Likewise.
20507
20508 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20509
205102014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20511
20512 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20513
205142014-01-23 Tom Tromey <tromey@redhat.com>
20515
20516 * gdb.ada/array_char_idx: New testcase.
20517
205182014-01-23 Tom Tromey <tromey@redhat.com>
20519
20520 PR python/16487:
20521 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20522 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20523 classes.
20524
205252014-01-23 Tom Tromey <tromey@redhat.com>
20526
20527 PR python/16491:
20528 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20529 string from an inferior frame.
20530 * gdb.python/py-framefilter-mi.exp: Update.
20531
205322014-01-22 Doug Evans <dje@google.com>
20533
20534 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20535
205362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20537
20538 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20539
205402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20541
20542 * gdb.trace/entry-values.exp: Remove excess space character from
20543 regex patterns. Handle s390 call instruction.
20544
205452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20546
20547 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20548 define "*_start" label. Make "name" static.
20549 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20550 ${name} by references to ${name}_start.
20551
205522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20553
20554 * gdb.base/info-macros.exp: Remove "debug" from the compile
20555 options.
20556
205572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20558
20559 * gdb.dlang/demangle.exp: New file.
20560
205612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20562
20563 * gdb.dlang/primitive-types.exp: New file.
20564
205652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20566
20567 * configure.ac: Create gdb.dlang/Makefile.
20568 * configure: Regenerate.
20569 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20570 * gdb.dlang/Makefile.in: New file.
20571 * lib/d-support.exp: New file.
20572 * lib/gdb.exp (skip_d_tests): New proc.
20573
205742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20575
20576 * gdb.btrace/delta.exp: Check reverse stepi.
20577 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20578 * gdb.btrace/finish.exp: New.
20579 * gdb.btrace/next.exp: New.
20580 * gdb.btrace/nexti.exp: New.
20581 * gdb.btrace/record_goto.c: Add comments.
20582 * gdb.btrace/step.exp: New.
20583 * gdb.btrace/stepi.exp: New.
20584 * gdb.btrace/multi-thread-step.c: New.
20585 * gdb.btrace/multi-thread-step.exp: New.
20586 * gdb.btrace/rn-dl-bind.c: New.
20587 * gdb.btrace/rn-dl-bind.exp: New.
20588 * gdb.btrace/data.c: New.
20589 * gdb.btrace/data.exp: New.
20590 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20591
205922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20593
20594 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20595 * gdb.btrace/exception.exp: Update.
20596 * gdb.btrace/instruction_history.exp: Update.
20597 * gdb.btrace/record_goto.exp: Update.
20598 * gdb.btrace/tailcall.exp: Update.
20599 * gdb.btrace/unknown_functions.exp: Update.
20600 * gdb.btrace/delta.exp: New.
20601
206022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20603
20604 * gdb.btrace/record_goto.exp: Add backtrace test.
20605 * gdb.btrace/tailcall.exp: Add backtrace test.
20606
206072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20608
20609 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20610 * gdb.btrace/record_goto.c: New.
20611 * gdb.btrace/record_goto.exp: New.
20612 * gdb.btrace/x86-record_goto.S: New.
20613
206142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20615
20616 * gdb.btrace/function_call_history.exp: Update tests.
20617 * gdb.btrace/instruction_history.exp: Update tests.
20618
206192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20620
20621 * gdb.btrace/function_call_history.exp: Fix expected field
20622 order for "record function-call-history".
20623 Add new tests for "record function-call-history /c".
20624 * gdb.btrace/exception.cc: New.
20625 * gdb.btrace/exception.exp: New.
20626 * gdb.btrace/tailcall.exp: New.
20627 * gdb.btrace/x86-tailcall.S: New.
20628 * gdb.btrace/x86-tailcall.c: New.
20629 * gdb.btrace/unknown_functions.c: New.
20630 * gdb.btrace/unknown_functions.exp: New.
20631 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20632
206332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20634
20635 * gdb.btrace/instruction_history.exp: Update.
20636 * gdb.btrace/function_call_history.exp: Update.
20637
206382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20639
20640 * gdb.btrace/function_call_history.exp: Fix expected function
20641 trace.
20642 * gdb.btrace/instruction_history.exp: Initialize traced.
20643 Remove traced_functions.
20644
206452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20646
20647 * gdb.btrace/function_call_history.exp: Update
20648 * gdb.btrace/instruction_history.exp: Update.
20649
206502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20651
20652 * gdb.btrace/enable.exp: Update expected text.
20653
206542014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20655
20656 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20657 bytes.
20658
206592014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20660
20661 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20662
206632014-01-15 Omair Javaid <omair.javaid@linaro.org>
20664
20665 * lib/gdb.exp (supports_process_record): Return true for
20666 arm*-linux*. (supports_reverse): Likewise.
20667
206682014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20669
20670 PR python/15464
20671 PR python/16113
20672 * gdb.python/py-type.c: Enhance test case.
20673 * gdb.python/py-value-cc.cc: Likewise
20674 * gdb.python/py-type.exp: Add new tests.
20675 * gdb.python/py-value-cc.exp: Likewise
20676
206772014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20678 Pedro Alves <palves@redhat.com>
20679
20680 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20681 Make "name" extern.
20682 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20683 references to ${name}_start by references to ${name}.
20684
206852014-01-10 Joel Brobecker <brobecker@adacore.com>
20686
20687 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20688
206892014-01-10 Joel Brobecker <brobecker@adacore.com>
20690
20691 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20692
206932014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20694 Pedro Alves <palves@redhat.com>
20695
20696 * gdb.mi/mi-info-os.exp: Connect to the target with
20697 mi_gdb_target_load.
20698
206992014-01-08 Pedro Alves <palves@redhat.com>
20700
20701 * gdb.threads/reconnect-signal.c: New file.
20702 * gdb.threads/reconnect-signal.exp: New file.
20703
207042014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20705
20706 * gdb.base/source-dir.exp: New file.
20707
207082014-01-07 Joel Brobecker <brobecker@adacore.com>
20709
20710 * gdb.ada/mi_interface: New testcase.
20711
207122014-01-07 Joel Brobecker <brobecker@adacore.com>
20713
20714 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20715 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20716 gdb.ada/pp-rec-component/pck.ads: New files.
20717
207182014-01-07 Joel Brobecker <brobecker@adacore.com>
20719
20720 * gdb.python/py-pp-integral.c: New file.
20721 * gdb.python/py-pp-integral.py: New file.
20722 * gdb.python/py-pp-integral.exp: New file.
20723
20724For older changes see ChangeLog-1993-2013.
20725\f
20726;; Local Variables:
20727;; mode: change-log
20728;; left-margin: 8
20729;; fill-column: 74
20730;; version-control: never
20731;; End:
20732
20733 Copyright 2014-2020 Free Software Foundation, Inc.
20734 Copying and distribution of this file, with or without modification,
20735 are permitted provided the copyright notice and this notice are preserved.