]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
[gdb/testsuite] Remove Dwarf::extern
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
315e6afc
TV
12020-07-17 Tom de Vries <tdevries@suse.de>
2
3 * lib/dwarf.exp (Dwarf::extern): Remove.
4 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
5 * gdb.dlang/circular.exp: Same.
6 * gdb.dwarf2/comp-unit-lang.exp: Same.
7 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
8 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
9 * gdb.dwarf2/dwz.exp: Same.
10 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
11 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
12 * gdb.dwarf2/imported-unit.exp: Same.
13 * gdb.dwarf2/opaque-type-lookup.exp: Same.
14
5597c940
SL
152020-07-16 Sandra Loosemore <sandra@codesourcery.com>
16
17 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
18 Use double quotes instead of single quotes.
19
d0ce17d8
CT
202020-07-16 Caroline Tice <cmtice@google.com>
21
22 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
23 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
24
853772cc
TV
252020-07-16 Tom de Vries <tdevries@suse.de>
26
27 * lib/dwarf.exp (program): Initialize _line.
28 (DW_LNE_end_sequence): Reinitialize _line.
29 (DW_LNS_advance_line): Update _line.
30 (line): New proc.
31 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
32 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
33 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
34 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
35 * gdb.dwarf2/dw2-is-stmt.exp: Same.
36 * gdb.dwarf2/dw2-ranges-func.exp: Same.
37
fe07b572
AB
382020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
41 generic.
42
52781cce
TV
432020-07-15 Tom de Vries <tdevries@suse.de>
44
45 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
46 is_amd64_regs_target.
47
3dcc261c
AB
482020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.fortran/ptype-on-functions.exp: Add more tests.
51 * gdb.fortran/ptype-on-functions.f90: Likewise.
52
054a0959
SM
532020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
54
55 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
56 values in documentation for addr_size to 4 and 8.
57
ccb9eba6
AB
582020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * gdb.arch/amd64-osabi.exp: Update.
61 * gdb.arch/arm-disassembler-options.exp: Update.
62 * gdb.arch/powerpc-disassembler-options.exp: Update.
63 * gdb.arch/ppc64-symtab-cordic.exp: Update.
64 * gdb.arch/s390-disassembler-options.exp: Update.
65 * gdb.base/all-architectures.exp.tcl: Update.
66 * gdb.base/attach-pie-noexec.exp: Update.
67 * gdb.base/catch-syscall.exp: Update.
68 * gdb.xml/tdesc-arch.exp: Update.
69
025a39a7
TV
702020-07-14 Tom de Vries <tdevries@suse.de>
71
72 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
73 (local_gettid): ... this.
74 (fn): Update.
75
74e4b667
SL
762020-07-13 Sandra Loosemore <sandra@codesourcery.com>
77
78 * gdb.base/info_sources.exp: Skip directory match tests on
79 remote hosts.
80
f413dd74
GB
812020-07-13 Gary Benson <gbenson@redhat.com>
82
83 * gdb.base/savedregs.exp (caller): Use parentheses to
84 make expected expression evaluation ordering explicit.
85
915771bb
GB
862020-07-13 Gary Benson <gbenson@redhat.com>
87
88 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
89
2a122642
GB
902020-07-13 Gary Benson <gbenson@redhat.com>
91
92 * gdb.base/bigcore.c (main): Use a volatile pointer when
93 attempting to trigger a SIGSEGV.
94 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
95 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
96 * gdb.base/savedregs.c (thrower): Likewise.
97 * gdb.mi/mi-syn-frame.c (bar): Likewise.
98
3f00c730
GB
992020-07-13 Gary Benson <gbenson@redhat.com>
100
101 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
102 defining and using VLA structure fields into...
103 * gdb.base/vla-struct-fields.c: New file.
104 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
105 tests into...
106 * gdb.base/vla-struct-fields.exp: New file.
107
963eeee4
TV
1082020-07-13 Tom de Vries <tdevries@suse.de>
109
110 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
111 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
112 * gdb.base/gold-gdb-index.exp: Same.
113 * gdb.base/morestack.exp: Same.
114
0ed35c9a
DX
1152020-07-11 Daniel Xu <dxu@dxuuu.xyz>
116
117 PR rust/26121
118 * gdb.rust/modules.rs: Prevent linker from discarding test
119 symbol.
120
4fdba23d
PA
1212020-07-10 Pedro Alves <pedro@palves.net>
122
123 PR gdb/26199
124 * gdb.multi/multi-target.c (exit_thread): New.
125 (thread_start): Break loop if EXIT_THREAD.
126 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
127 (top level) Call test_no_resumed.
128
15f3b077
TT
1292020-07-08 Tom Tromey <tromey@adacore.com>
130
131 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
132 * gdb.ada/catch_ex.exp: Examine catchpoint text.
133
9fc501fd
AB
1342020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 PR python/22748
137 * gdb.opt/inline-frame-tailcall.c: New file.
138 * gdb.opt/inline-frame-tailcall.exp: New file.
139 * gdb.python/py-unwind-inline.c: New file.
140 * gdb.python/py-unwind-inline.exp: New file.
141 * gdb.python/py-unwind-inline.py: New file.
142
64cb3757
AB
1432020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.python/py-arch-reg-groups.exp: New file.
146
0f767f94
AB
1472020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.python/py-arch-reg-names.exp: New file.
150
87dbc774
AB
1512020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
154 gdb.PendingFrame.architecture method.
155
d8cc8af6
TV
1562020-07-06 Tom de Vries <tdevries@suse.de>
157
158 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
159
3c8ea5be
PA
1602020-07-03 Pedro Alves <palves@redhat.com>
161
162 * gdb.base/structs2.c (main): Adjust second parem_reg call to
163 explicitly write negative numbers.
164 * gdb.base/structs2.exp: Adjust expected output.
165
bf90c83a
PA
1662020-07-03 Pedro Alves <palves@redhat.com>
167
168 * gdb.base/charset.c (init_string): Change all char parameters to
169 unsigned char parameters.
170
2eb82157
PA
1712020-07-03 Pedro Alves <palves@redhat.com>
172
173 * gdb.base/call-sc.exp (start_scalars_test): Use
174 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
175 * gdb.base/overlays.c: Remove references to PARAMS.
176 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
177 * gdb.base/reread.exp: Don't set 'prototypes' global.
178 * gdb.base/structs.exp (start_structs_test): Use
179 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
180 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
181 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
182 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
183 call.
184 * gdb.base/varargs.exp: Don't set 'prototypes' global.
185
9adda7af
PA
1862020-07-03 Pedro Alves <palves@redhat.com>
187
188 * gdb.base/m32rovly.c: Delete.
189 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
190
2a17c803
PW
1912020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
192
193 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
194 of gdb_py_test_multiple.
195 * gdb.python/py-cmd.exp: Likewise.
196 * gdb.python/py-events.exp: Likewise.
197 * gdb.python/py-function.exp: Likewise.
198 * gdb.python/py-inferior.exp: Likewise.
199 * gdb.python/py-infthread.exp: Likewise.
200 * gdb.python/py-linetable.exp: Likewise.
201 * gdb.python/py-parameter.exp: Likewise.
202 * gdb.python/py-value.exp: Likewise.
203
b011fe1a
TV
2042020-06-30 Tom de Vries <tdevries@suse.de>
205
206 PR testsuite/26175
207 * lib/future.exp (gdb_default_target_compile): Detect and handle
208 early_flags.
209
df5b8876
SM
2102020-06-29 Simon Marchi <simon.marchi@efficios.com>
211
212 * boards/simavr.exp (gdb_load): Catch errors when closing
213 previous connection. Close connection, wait for process and
214 unset simavr_spawn_id on failure.
215
a3ca48cd
TV
2162020-06-29 Tom de Vries <tdevries@suse.de>
217
218 * lib/gdb.exp (unknown): Make test-case unresolved.
219
b0237c0e
TV
2202020-06-29 Tom de Vries <tdevries@suse.de>
221
222 PR gdb/25475
223 * gdb.server/solib-list.exp: Verify that the symbol reload
224 confirmation question is asked.
225
c0b3b3bd
PW
2262020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
227
228 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
229 have a input seq nr in each pass message.
230 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
231 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
232 * gdb.python/python.exp: Make test names unique,
233 use gdb_test_multiline instead of gdb_py_test_multiple,
234 use $gdb_test_name.
235 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
236
1776e3e5
NA
2372020-06-26 Nick Alcock <nick.alcock@oracle.com>
238
239 * configure.ac: Add --enable-libctf.
240 * aclocal.m4: sinclude ../config/enable.m4.
241 * Makefile.in (site.exp): Add enable_libctf to site.exp.
242 * lib/gdb.exp (skip_ctf_tests): Use it.
243 * gdb.base/ctf-constvars.exp: Error message tweak.
244 * gdb.base/ctf-ptype.exp: Likewise.
245 * configure: Regenerate.
246
f53b3eeb
GB
2472020-06-26 Gary Benson <gbenson@redhat.com>
248
249 * gdb.cp/try_catch.cc: Include string.h.
250 (main): Replace comparison against string literal with
251 strcmp, avoiding build failure with -Wstring-compare.
252 Add "marker test-complete".
253 * gdb.cp/try_catch.exp: Run the test to the above marker,
254 then verify that the value of "test" is still true.
255
6d74da72
AB
2562020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
259
2e52d038
AB
2602020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
263
3b9fce96
AB
2642020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
265
266 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
267 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
268 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
269 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
270 * gdb.arch/riscv-tdesc-loading.exp: New file.
271
ed69cbc8
AB
2722020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
275
767a879e
AB
2762020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
279 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
280 * gdb.arch/riscv-tdesc-regs.c: New file.
281 * gdb.arch/riscv-tdesc-regs.exp: New file.
282
221db974
PA
2832020-06-24 Pedro Alves <palves@redhat.com>
284
285 * gdb.arch/amd64-entry-value-paramref.exp: Use
286 prepare_for_testing_full and don't pass "c++" for the .S file
287 build spec.
288 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
289 $options, since it's an assembly file. Remove -Wno-deprecated.
290 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
291 compiling C++ programs.
292
331733cd
PA
2932020-06-24 Pedro Alves <palves@redhat.com>
294
295 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
296 Clang, add "-Wno-unknown-warning-option" to the options.
297
caa7fd04
AB
2982020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * gdb.xml/tdesc-reload.c: New file.
301 * gdb.xml/tdesc-reload.exp: New file.
302 * gdb.xml/maint-xml-dump-01.xml: New file.
303 * gdb.xml/maint-xml-dump-02.xml: New file.
304 * gdb.xml/maint-xml-dump.exp: New file.
305
bb8d1260
SL
3062020-06-23 Sandra Loosemore <sandra@codesourcery.com>
307
308 * lib/completion-support.exp (test_gdb_completion_offers_commands):
309 Adjust for omitted commands when TUI is disabled.
310
7e4b9c4c
GB
3112020-06-23 Gary Benson <gbenson@redhat.com>
312 Pedro Alves <palves@redhat.com>
313
314 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
315 * gdb.cp/nsimport.cc: Likewise.
316 * gdb.cp/nsnested.cc: Likewise.
317 * gdb.cp/nsnoimports.cc: Likewise.
318 * gdb.cp/nsusing.cc: Likewise.
319 * gdb.cp/smartp.cc: Likewise.
320 * gdb.python/py-pp-integral.c: Likewise.
321 * gdb.python/py-pp-re-notag.c: Likewise.
322
2e573c0a
GB
3232020-06-23 Gary Benson <gbenson@redhat.com>
324
325 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
326 * gdb.cp/nsimport.cc: Likewise.
327 * gdb.cp/nsnested.cc: Likewise.
328 * gdb.cp/nsnoimports.cc: Likewise.
329 * gdb.cp/nsusing.cc: Likewise.
330 * gdb.cp/smartp.cc: Likewise.
331 * gdb.python/py-pp-integral.c: Likewise.
332 * gdb.python/py-pp-re-notag.c: Likewise.
333
746ebfe8
PW
3342020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
335
336 * gdb.base/default-args.exp: New test.
337 * gdb.base/default-args.c: New file.
338 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
339 * gdb.base/default.exp: Update to new help text.
340 * gdb.base/help.exp: Likewise.
341 * gdb.base/page.exp: Likewise.
342 * gdb.base/style.exp: Likewise.
343 * gdb.guile/guile.exp: Likewise.
344 * gdb.python/python.exp: Likewise.
345
e822f2cd
SL
3462020-06-22 Sandra Loosemore <sandra@codesourcery.com>
347
348 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
349 remote host. Fix search path syntax on Windows host.
350
48e9cc84
PW
3512020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
352
353 * gdb.base/attach.exp: Test priority of 'exec-file' changed
354 over 'exec-file-mismatch'.
355 * gdb.base/attach.c: Mark should_exit volatile.
356 * gdb.base/attach2.c: Likewise. Add a comment explaining
357 why the sleep cannot be big.
358 * gdb.base/attach3.c: New file.
359
160f8a8f
SL
3602020-06-20 Sandra Loosemore <sandra@codesourcery.com>
361
362 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
363 prefix optional.
364
4d91c2a4
SL
3652020-06-20 Sandra Loosemore <sandra@codesourcery.com>
366
367 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
368 for remote host.
369
87f83f20
SL
3702020-06-19 Sandra Loosemore <sandra@codesourcery.com>
371 Hafiz Abid Qadeer <abidh@codesourcery.com>
372
373 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
374 file sent to remote host.
375 (top level): Allow int32_t as type of 32-bit register.
376
37ab8655
TV
3772020-06-19 Tom de Vries <tdevries@suse.de>
378
379 * lib/gdb.exp (gdb_note): New proc.
380 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
381 (gdb_default_target_compile): ... here. Only call
382 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
383 (use_gdb_compile): Change to array.
384 (toplevel): Update sets of use_gdb_compile to specify language.
385 Warn about default_target_compile override. Store dejagnu's version
386 of default_target_compile in dejagnu_default_target_compile.
387
a8a56685
TV
3882020-06-18 Tom de Vries <tdevries@suse.de>
389
390 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
391 (default_gdb_init): ... here.
392
581bea2c
SL
3932020-06-17 Sandra Loosemore <sandra@codesourcery.com>
394
395 Fix TUI support checks in gdb.tui tests.
396
397 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
398 just say UNSUPPORTED.
399 * gdb.tui/corefile-run.exp: Likewise.
400 * gdb.tui/empty.exp: Likewise.
401 * gdb.tui/list-before.exp: Likewise.
402 * gdb.tui/list.exp: Likewise.
403 * gdb.tui/main.exp: Likewise.
404 * gdb.tui/regs.exp: Likewise.
405 * gdb.tui/resize.exp: Likewise.
406 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
407 * gdb.tui/tui-layout-asm.exp: Likewise.
408 * gdb.tui/tui-missing-src.exp: Likewise.
409 * gdb.tui/winheight.exp: Likewise.
410 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
411
05e682e3
SL
4122020-06-17 Sandra Loosemore <sandra@codesourcery.com>
413
414 Fix TCL error in gdb.python/py-format-string.exp.
415
416 * gdb.python/py-format-string.exp: Move test for python support
417 earlier, out of function body.
418
efb763a5
SM
4192020-06-15 Simon Marchi <simon.marchi@efficios.com>
420
421 * gdb.base/index-cache-load-twice.c: New.
422 * gdb.base/index-cache-load-twice.exp: New.
423
43327b20
KS
4242020-06-17 Keith Seitz <keiths@redhat.com>
425
99cf27cf 426 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
427 when executing "gdb --configuration".
428
081e778c
TV
4292020-06-17 Tom de Vries <tdevries@suse.de>
430
431 * lib/gdb.exp (gdb_tcl_unknown): New proc.
432 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
433 conditional on presence of gdb_tcl_unknown.
434 (gdb_finish): Make override undo conditional on presence of
435 gdb_tcl_unknown.
436
d2d1ea20
TT
4372020-06-16 Tom Tromey <tom@tromey.com>
438
439 * gdb.python/tui-window.py (failwin): New function. Register it
440 as a TUI window type.
441 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
442
c802e8a7
GB
4432020-06-16 Gary Benson <gbenson@redhat.com>
444
445 * gdb.python/py-nested-maps.c (create_map): Add missing return
446 value.
447 (create_map_map): Likewise.
448
ff08abb8
TBA
4492020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
450
451 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
452 variable.
453 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
454 and use the already-defined 'options' variable.
455
a29d5112
AB
4562020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
457 Tom de Vries <tdevries@suse.de>
458
459 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
460 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
461 (gdb_setup_known_globals): New proc.
462 (gdb_cleanup_globals): New proc.
463 * lib/gdb.exp (load_lib): New override proc.
464 (gdb_stdin_log_init): Set var in_file as persistent global.
465 * lib/pascal.exp (gdb_stdin_log_init): Set vars
466 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
467 fpc_compiler as persistent global.
468
8c74a764
TV
4692020-06-12 Tom de Vries <tdevries@suse.de>
470
471 * lib/tuiterm.exp (spawn): Rename to ...
472 (tui_spawn): ... this.
473 (toplevel): Move rename of spawn ...
474 (gdb_init_tuiterm): ... here. New proc.
475 (gdb_finish_tuiterm): New proc.
476 * lib/gdb.exp (gdb_finish_hooks): New global var.
477 (gdb_finish): Handle gdb_finish_hooks.
478 (tuiterm_env): New proc.
479 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
480 tuiterm_env.
481 * gdb.tui/basic.exp: Same.
482 * gdb.tui/corefile-run.exp: Same.
483 * gdb.tui/empty.exp: Same.
484 * gdb.tui/list-before.exp: Same.
485 * gdb.tui/list.exp: Same.
486 * gdb.tui/main.exp: Same.
487 * gdb.tui/new-layout.exp: Same.
488 * gdb.tui/regs.exp: Same.
489 * gdb.tui/resize.exp: Same.
490 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
491 * gdb.tui/tui-layout-asm.exp: Same.
492 * gdb.tui/tui-missing-src.exp: Same.
493 * gdb.tui/winheight.exp: Same.
494
26783bce
TV
4952020-06-12 Tom de Vries <tdevries@suse.de>
496
497 PR testsuite/26110
498 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
499 (gdb_finish): Reinstall dejagnu's override of ::unknown.
500
2b4e6a3f
TT
5012020-06-11 Tom Tromey <tom@tromey.com>
502
503 PR gdb/18318:
504 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
505 floating point tests.
506
2f33032a
KS
5072020-06-11 Keith Seitz <keiths@redhat.com>
508
509 PR gdb/21356
510 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
511 vla_struct.
512 Add new struct vla_typedef and union vla_typedef_union and
513 corresponding instantiation objects.
514 Initialize new objects.
515 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
516 and vla_typedef_union_object.
517 Fixup type for vla_struct_object.
518
a8baf0a3
TV
5192020-06-11 Tom de Vries <tdevries@suse.de>
520
521 * lib/gdb.exp (with_override): New proc, factored out of ...
522 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
523
7ab96794
TV
5242020-06-10 Tom de Vries <tdevries@suse.de>
525
526 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
527
cab5c3b7
SM
5282020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
529
530 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
531 parameter, update callers.
532
f8c41851
SM
5332020-06-04 Simon Marchi <simon.marchi@efficios.com>
534
535 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
536 * gdb.dwarf2/share-psymtabs-bt.c: New file.
537 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
538
1c07a73f
TV
5392020-06-04 Tom de Vries <tdevries@suse.de>
540
541 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
542
95146b5d
TV
5432020-06-04 Tom de Vries <tdevries@suse.de>
544
545 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
546 exp_continue.
547
0cfcd4f0
TV
5482020-06-04 Tom de Vries <tdevries@suse.de>
549
550 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
551
f9b5d5ea
TV
5522020-06-03 Tom de Vries <tdevries@suse.de>
553
554 PR symtab/26046
555 * gdb.cp/breakpoint-locs-2.cc: New test.
556 * gdb.cp/breakpoint-locs.cc: New test.
557 * gdb.cp/breakpoint-locs.exp: New file.
558 * gdb.cp/breakpoint-locs.h: New test.
559
5144dfba
TV
5602020-06-03 Tom de Vries <tdevries@suse.de>
561
562 PR testsuite/25609
563 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
564 value of global verbose.
565 * gdb.base/jit-elf.exp: Same.
566 * gdb.base/jit-reader.exp: Same.
567
621eacdf
TV
5682020-06-02 Tom de Vries <tdevries@suse.de>
569
570 * gdb.dwarf2/multidictionary.exp: Don't use
571 gdb_spawn_with_cmdline_opts.
572
1313c56e
AB
5732020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
574
575 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
576 use_header case.
577 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
578 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
579 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
580 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
581 * gdb.dwarf2/dw2-inline-header.c: New file.
582 * gdb.dwarf2/dw2-inline-header.h: New file.
583
f68f85b5
PA
5842020-05-30 Pedro Alves <palves@redhat.com>
585
586 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
587 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
588
678048e8
GB
5892020-05-29 Gary Benson <gbenson@redhat.com>
590
591 * gdb.compile/compile-cplus.exp (additional_flags): Also
592 set when building with clang.
593 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
594 when building with clang.
595
9fcafd23
GB
5962020-05-29 Gary Benson <gbenson@redhat.com>
597
598 * gdb.arch/i386-avx.exp (additional_flags): Also set when
599 building with clang.
600 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
601
735d5a07
GB
6022020-05-29 Gary Benson <gbenson@redhat.com>
603
604 * gdb.cp/koenig.exp (prepare_for_testing): Add
605 additional_flags=-Wno-unused-comparison.
606 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
607
4ad2c6a0
GB
6082020-05-28 Gary Benson <gbenson@redhat.com>
609
610 * gdb.base/sigaltstack.c (catcher): Add default case to switch
611 statement.
612
09fe663e
GB
6132020-05-28 Gary Benson <gbenson@redhat.com>
614
615 * gdb.cp/classes.exp (prepare_for_testing): Add
616 additional_flags=-Wno-deprecated-register.
617 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
618 * gdb.cp/misc.exp: Likewise.
619
cee00f17
GB
6202020-05-28 Gary Benson <gbenson@redhat.com>
621
622 * gdb.linespec/cpls-ops.cc (dummy): New static global.
623 (test_op_new::operator new): Add return statement.
624 (test_op_new_array::operator new[]): Likewise.
625
636edd00
PA
6262020-05-27 Pedro Alves <palves@redhat.com>
627
628 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
629 check. Use test_gdb_complete_unique instead of
630 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
631 test_gdb_complete_multiple instead of
632 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
633
c2b75043
LM
6342020-05-27 Luis Machado <luis.machado@linaro.org>
635
636 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
637 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
638 * gdb.arch/arm-disassembler-options.exp: Likewise.
639 * gdb.arch/arm-disp-step.exp: Likewise.
640 * gdb.arch/thumb-prologue.exp: Likewise.
641 * gdb.base/async.exp: Likewise.
642 * gdb.base/auxv.exp: Likewise.
643 * gdb.base/complex-parts.exp: Likewise.
644 * gdb.base/ena-dis-br.exp: Likewise.
645 * gdb.base/foll-exec.exp: Likewise.
646 * gdb.base/permissions.exp: Likewise.
647 * gdb.base/relocate.exp: Likewise.
648 * gdb.base/return2.exp: Likewise.
649 * gdb.base/sigbpt.exp: Likewise.
650 * gdb.base/siginfo-obj.exp: Likewise.
651 * gdb.cp/converts.exp: Likewise.
652 * gdb.cp/exceptprint.exp: Likewise.
653 * gdb.cp/inherit.exp: Likewise.
654 * gdb.cp/nsnoimports.exp: Likewise.
655 * gdb.cp/virtbase2.exp: Likewise.
656 * gdb.mi/mi-var-cmd.exp: Likewise.
657 * gdb.mi/var-cmd.c: Likewise.
658
53a47a3e
TT
6592020-05-26 Tom Tromey <tromey@adacore.com>
660
661 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
662
0bc2354b
TT
6632020-05-26 Tom Tromey <tromey@adacore.com>
664
665 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
666 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
667 type.
668 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
669 variable.
670
0db49895
CBG
6712020-05-26 Christian Biesinger <cbiesinger@google.com>
672
673 * Makefile.in: Use = instead of == for the test command
674 for portability.
675
40d22035
TV
6762020-05-26 Tom de Vries <tdevries@suse.de>
677
678 * gdb.base/gold-gdb-index-2.c: New test.
679 * gdb.base/gold-gdb-index.c: New test.
680 * gdb.base/gold-gdb-index.exp: New file.
681 * gdb.base/gold-gdb-index.h: New test.
682
043e2e02
TV
6832020-05-25 Tom de Vries <tdevries@suse.de>
684
685 * boards/gold-gdb-index.exp: New file.
686
462f72c5
SM
6872020-05-25 Simon Marchi <simon.marchi@efficios.com>
688
689 * boards/simavr.exp: New file.
690
6cf66e76
SM
6912020-05-25 Simon Marchi <simon.marchi@efficios.com>
692
693 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
694 * gdb.base/inferior-args.exp: New file.
695 * gdb.base/inferior-args.c: New file.
696
75d04512
SM
6972020-05-25 Simon Marchi <simon.marchi@efficios.com>
698
699 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
700 inferior_args. Pass it to gdb_reload.
701 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
702 inferior_args.
703 (gdb_reload): Add inferior_args argument.
704 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
705 pass it to gdbserver_run.
706 * boards/native-gdbserver.exp: Do not set noargs.
707 * boards/native-extended-gdbserver.exp (gdb_reload): Add
708 inferior_args argument.
709 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
710 * gdb.base/a2-run.exp: Check for use_gdb_stub.
711 * gdb.base/args.exp: Likewise.
712
42cf1844
TV
7132020-05-25 Tom de Vries <tdevries@suse.de>
714
715 * lib/gdb.exp (exec_is_pie): Add comment.
716
8f7d38ef
TV
7172020-05-25 Tom de Vries <tdevries@suse.de>
718
719 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
720 instead of $binfile in the untested message.
721
465e1b0f
TV
7222020-05-25 Tom de Vries <tdevries@suse.de>
723
724 PR testsuite/26031
725 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
726
3c5a0e02
TV
7272020-05-25 Tom de Vries <tdevries@suse.de>
728
729 * boards/gold.exp: New file.
730
0a4f5f8c
TT
7312020-05-23 Tom Tromey <tom@tromey.com>
732
733 * gdb.base/style.exp: Remove completion styling test.
734 * lib/gdb-utils.exp (style): Remove completion styles.
735
eca1f90c
TT
7362020-05-23 Tom Tromey <tom@tromey.com>
737
738 * gdb.base/style.exp: Add completion styling test.
739 * lib/gdb-utils.exp (style): Add completion styles.
740
7c13f4e8
AB
7412020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
742
743 * gdb.base/annota1.exp: Update expected results.
744 * gdb.cp/annota2.exp: Update expected results, remove duplicate
745 test name.
746 * gdb.cp/annota3.exp: Update expected results.
747
41977d16
SM
7482020-05-20 Simon Marchi <simon.marchi@efficios.com>
749
750 PR gdb/26016
751 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
752 against MAP_FAILED.
753 * gdb.base/coremaker.c (mmapdata): Likewise.
754 * gdb.base/jit-reader-host.c (main): Likewise.
755 * gdb.base/sym-file-loader.c (load): Likewise.
756 (load_shlib): Likewise.
757
b4757f2e
TT
7582020-05-20 Tom Tromey <tromey@adacore.com>
759
760 * gdb.ada/array_char_idx.exp: Recognize initialized array.
761
9a0bacfb
TV
7622020-05-20 Tom de Vries <tdevries@suse.de>
763
764 PR symtab/25833
765 * gdb.base/with-mf-inc.c: New test.
766 * gdb.base/with-mf-main.c: New test.
767 * gdb.base/with-mf.exp: New file.
768
76571211
TT
7692020-05-19 Tom Tromey <tromey@adacore.com>
770
771 * gdb.rust/simple.exp: Restore missing test result.
772
4cd9f3d5
TV
7732020-05-19 Tom de Vries <tdevries@suse.de>
774
775 * gdb.base/gdb-caching-proc.exp: Fix typo.
776
7d874253
TT
7772020-05-19 Tom Tromey <tromey@adacore.com>
778
779 * gdb.rust/simple.exp: Add some test descriptions.
780 (test_one_slice): Use with_test_prefix.
781
1d727695
TV
7822020-05-18 Tom de Vries <tdevries@suse.de>
783
784 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
785
7f32a4d5
PA
7862020-05-17 Pedro Alves <palves@redhat.com>
787
788 PR gdb/25741
789 * gdb.base/hw-sw-break-same-address.exp: New file.
790
7cfd74cf
PA
7912020-05-16 Pedro Alves <palves@redhat.com>
792
793 * gdb.multi/multi-re-run.exp (test_re_run): Switch
794 LAST_LOADED_FILE accordingly.
795
57b4f16e
PW
7962020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
797
798 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
799
7c05caf7
PW
8002020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
801
802 * gdb.base/help.exp: Test apropos and help for commands
803 having aliases. Fixed comments not starting with an
804 upper-case letter or not finishing with a dot.
805
7aa1b46f
PW
8062020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
807
3b3aaacb
PW
808 * gdb.base/alias.exp: Update help output check.
809
57b4f16e 8102020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 811
7aa1b46f
PW
812 * gdb.base/default.exp: Update output following fixes.
813
0605465f
PW
8142020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
815
816 * gdb.base/alias.exp: Test aliases starting with a prefix of
817 another alias.
818
86e4e63d
GB
8192020-05-15 Gary Benson <gbenson@redhat.com>
820
821 * gdb.base/info-os.c (main): Add return statement.
822 * gdb.base/info_minsym.c (minsym_fun): Likewise.
823 * gdb.base/large-frame-2.c (func): Likewise.
824 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
825 * gdb.base/pr10179-b.c (foo2): Likewise.
826 * gdb.base/valgrind-disp-step.c (foo): Likewise.
827 * gdb.base/watch-cond.c (func): Likewise.
828 * gdb.multi/goodbye.c (verylongfun): Likewise.
829 * gdb.multi/hello.c (commonfun): Likewise.
830 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
831 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
832 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
833 Likewise.
834 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
835 * gdb.threads/interrupt-while-step-over.c (child_function):
836 Likewise.
837 * gdb.trace/actions-changed.c (end): Likewise.
838
163df4df
GB
8392020-05-15 Gary Benson <gbenson@redhat.com>
840
841 * gdb.opencl/callfuncs.exp: Report when test skipped.
842 * gdb.opencl/convs_casts.exp: Likewise.
843 * gdb.opencl/datatypes.exp: Likewise.
844 * gdb.opencl/operators.exp: Likewise.
845 * gdb.opencl/vec_comps.exp: Likewise.
846
6dbc505a
TV
8472020-05-15 Tom de Vries <tdevries@suse.de>
848
849 * gdb.base/align.exp.in: Rename to ...
850 * gdb.base/align.exp.tcl: ... this.
851 * gdb.base/align-c++.exp: Update.
852 * gdb.base/align-c.exp: Update.
853 * gdb.base/all-architectures.exp.in: Rename to ...
854 * gdb.base/all-architectures.exp: ... this.
855 * gdb.base/all-architectures-0.exp: Update.
856 * gdb.base/all-architectures-1.exp: Update.
857 * gdb.base/all-architectures-2.exp: Update.
858 * gdb.base/all-architectures-3.exp: Update.
859 * gdb.base/all-architectures-4.exp: Update.
860 * gdb.base/all-architectures-5.exp: Update.
861 * gdb.base/all-architectures-6.exp: Update.
862 * gdb.base/all-architectures-7.exp: Update.
863 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
864 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
865 * gdb.base/infcall-nested-structs-c++.exp: Update.
866 * gdb.base/infcall-nested-structs-c.exp: Update.
867 * gdb.base/info-types.exp.in: Rename to ...
868 * gdb.base/info-types.exp.tcl: ... this.
869 * gdb.base/info-types-c++.exp: Update.
870 * gdb.base/info-types-c.exp: Update.
871 * gdb.base/max-depth.exp.in: Rename to ...
872 * gdb.base/max-depth.exp.tcl: ... this.
873 * gdb.base/max-depth-c++.exp: Update.
874 * gdb.base/max-depth-c.exp: Update.
875 * gdb.cp/cpexprs.exp.in: Rename to ...
876 * gdb.cp/cpexprs.exp.tcl: ... this.
877 * gdb.cp/cpexprs-debug-types.exp: Update.
878 * gdb.cp/cpexprs.exp: Update.
879 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
880 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
881 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
882 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
883 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
884 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
885 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
886 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
887 * gdb.dwarf2/clang-debug-names-2.exp: Update.
888 * gdb.dwarf2/clang-debug-names.exp: Update.
889
d1034d78
AB
8902020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * lib/check-test-names.exp: Remove code that prevents this file
893 loading when tests are run in parallel.
894
3c5c3649
PA
8952020-05-15 Pedro Alves <palves@redhat.com>
896
897 * gdb.multi/multi-kill.exp (start_inferior): Remove
898 'testpid' parameter. Refer to namespace variable directly.
899 (testpid): Declare as namespace variable.
900
272c36b8
PA
9012020-05-15 Pedro Alves <palves@redhat.com>
902
903 * gdb.multi/multi-kill.exp: Wrap in namespace.
904 (start_inferior): Add TESTPID parameter. Use it instead of the
905 testpid global.
906 (top level): Define empty TESTPID array, and pass it down to
907 start_inferior.
908
02eba61a
TV
9092020-05-14 Tom de Vries <tdevries@suse.de>
910
911 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
912 output.
913
971a3747
TV
9142020-05-14 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/align.exp: Split into ...
917 * gdb.base/align.exp.in: ...
918 * gdb.base/align-c++.exp: ...
919 * gdb.base/align-c.exp: ... these.
920 * gdb.base/infcall-nested-structs.exp: Split into ...
921 * gdb.base/infcall-nested-structs.exp.in: ...
922 * gdb.base/infcall-nested-structs-c++.exp: ...
923 * gdb.base/infcall-nested-structs-c.exp: ... these.
924 * gdb.base/info-types.exp: Split into ...
925 * gdb.base/info-types.exp.in: ...
926 * gdb.base/info-types-c++.exp: ...
927 * gdb.base/info-types-c.exp: ... these.
928 * gdb.base/max-depth.exp: Split into ...
929 * gdb.base/max-depth.exp.in: ...
930 * gdb.base/max-depth-c++.exp: ...
931 * gdb.base/max-depth-c.exp: ... these.
932 * gdb.cp/infcall-nodebug.exp: Split into ...
933 * gdb.cp/infcall-nodebug.exp.in: ...
934 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
935 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
936 * gdb.cp/infcall-nodebug-c-d0.exp: ...
937 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
938
a05575d3
TBA
9392020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
940 Pedro Alves <palves@redhat.com>
941
942 * gdb.multi/multi-exit.c: New file.
943 * gdb.multi/multi-exit.exp: New file.
944 * gdb.multi/multi-kill.c: New file.
945 * gdb.multi/multi-kill.exp: New file.
946
6ad82919
TBA
9472020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
948
949 * gdb.base/annota1.exp: Update the expected output.
950 * gdb.cp/annota2.exp: Ditto.
951
843f4d93
AB
9522020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * lib/check-test-names.exp: Disable when testing is being run in
955 parallel.
956
c7c66341
TV
9572020-05-12 Tom de Vries <tdevries@suse.de>
958
959 * gdb.base/jit-elf.exp: Fix string concat.
960
1b59ca1c
TV
9612020-05-12 Tom de Vries <tdevries@suse.de>
962
963 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
964 messages.
965
b4991d29
TV
9662020-05-12 Tom de Vries <tdevries@suse.de>
967
968 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
969
dbb0ab10
TV
9702020-05-12 Tom de Vries <tdevries@suse.de>
971
972 * gdb.ada/catch_ex.exp: Use with_test_prefix.
973 * gdb.ada/mi_catch_ex.exp: Same.
974 * gdb.ada/mi_catch_ex_hand.exp: Same.
975
7549fed8
TV
9762020-05-12 Tom de Vries <tdevries@suse.de>
977
978 * gdb.fortran/complex.exp: Use with_test_prefix.
979
af2d5cd8
TV
9802020-05-12 Tom de Vries <tdevries@suse.de>
981
982 * gdb.trace/passcount.exp: Fix test-names.
983
7c121311
TV
9842020-05-12 Tom de Vries <tdevries@suse.de>
985
986 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
987
c9f3b40e
TV
9882020-05-12 Tom de Vries <tdevries@suse.de>
989
990 * gdb.gdb/complaints.exp: Use with_test_prefix.
991 * gdb.xml/tdesc-regs.exp: Same.
992 * gdb.opt/inline-locals.exp: Fix test name.
993
111b33f0
TV
9942020-05-12 Tom de Vries <tdevries@suse.de>
995
996 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
997 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
998 * gdb.dwarf2/implref-struct.exp: Same.
999 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1000 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1001
ebf47080
SM
10022020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1003
1004 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1005
d30dcd12
AB
10062020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1007
1008 * lib/check-test-names.exp (all_test_names): New module variable.
1009 (counts): Add 'duplicates' field.
1010 (_check_duplicates): New procedure.
1011 (check): Also check for duplicates.
1012 (do_log_summary): Print duplicates count.
1013 (do_reset_vars): Reset counter for duplicate test names, and
1014 discard all know test names.
1015
34584c09
AB
10162020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1017
1018 * lib/gdb.exp: Include check-test-names.exp library.
1019 * lib/check-test-names.exp: New file.
1020
e0002117
TV
10212020-05-11 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1024
53f539a3
KS
10252020-05-11 Keith Seitz <keiths@redhat.com>
1026
1027 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1028
113ee09a
TV
10292020-05-11 Tom de Vries <tdevries@suse.de>
1030
1031 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1032 * gdb.cp/cpexprs.exp.in: .. here.
1033 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1034 cpexprs.exp.
1035
ba3e70b0
KS
10362020-05-11 Keith Seitz <keiths@redhat.com>
1037
1038 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1039 test names.
1040 * gdb.ada/arrayptr.exp: Likewise.
1041 * gdb.ada/assign_arr.exp: Likewise.
1042 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1043 * gdb.ada/bp_on_var.exp: Likewise.
1044 * gdb.ada/call_pn.exp: Likewise.
1045 * gdb.ada/complete.exp: Likewise.
1046 * gdb.ada/fun_overload_menu.exp: Likewise.
1047 * gdb.ada/funcall_param.exp: Likewise.
1048 * gdb.ada/funcall_ref.exp: Likewise.
1049 * gdb.ada/packed_array_assign.exp: Likewise.
1050 * gdb.ada/same_component_name.exp: Likewise.
1051 * gdb.ada/type_coercion.exp: Likewise.
1052 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1053 * gdb.ada/variant_record_packed_array.exp: Likewise.
1054
3ee6bb11
TV
10552020-05-11 Tom de Vries <tdevries@suse.de>
1056
1057 PR symtab/25941
1058 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1059 out of ...
1060 * gdb.dwarf2/clang-debug-names.exp: ... here.
1061 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1062 clang-debug-names.exp.in.
1063 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1064 * gdb.dwarf2/clang-debug-names-2.c: New test.
1065
86cd6bc8
AKS
10662020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1067
1068 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1069 (fortran_runto_main): New Proc, fortran version of runto_main.
1070 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1071 * gdb.fortran/array-bounds.exp: Likewise.
1072 * gdb.fortran/array-slices.exp: Likewise.
1073 * gdb.fortran/block-data.exp: Likewise.
1074 * gdb.fortran/charset.exp: Likewise.
1075 * gdb.fortran/common-block.exp: Likewise.
1076 * gdb.fortran/complex.exp: Likewise.
1077 * gdb.fortran/derived-type-function.exp: Likewise.
1078 * gdb.fortran/derived-type.exp: Likewise.
1079 * gdb.fortran/info-modules.exp: Likewise.
1080 * gdb.fortran/info-types.exp: Likewise.
1081 * gdb.fortran/intrinsics.exp: Likewise.
1082 * gdb.fortran/library-module.exp: Likewise.
1083 * gdb.fortran/logical.exp: Likewise.
1084 * gdb.fortran/max-depth.exp: Likewise.
1085 * gdb.fortran/module.exp: Likewise.
1086 * gdb.fortran/multi-dim.exp: Likewise.
1087 * gdb.fortran/nested-funcs.exp: Likewise.
1088 * gdb.fortran/print-formatted.exp: Likewise.
1089 * gdb.fortran/print_type.exp: Likewise.
1090 * gdb.fortran/printing-types.exp: Likewise.
1091 * gdb.fortran/ptr-indentation.exp: Likewise.
1092 * gdb.fortran/ptype-on-functions.exp: Likewise.
1093 * gdb.fortran/subarray.exp: Likewise.
1094 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1095 * gdb.fortran/vla-datatypes.exp: Likewise.
1096 * gdb.fortran/vla-history.exp: Likewise.
1097 * gdb.fortran/vla-ptr-info.exp: Likewise.
1098 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1099 * gdb.fortran/vla-ptype.exp: Likewise.
1100 * gdb.fortran/vla-sizeof.exp: Likewise.
1101 * gdb.fortran/vla-type.exp: Likewise.
1102 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1103 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1104 * gdb.fortran/vla-value-sub.exp: Likewise.
1105 * gdb.fortran/vla-value.exp: Likewise.
1106 * gdb.fortran/whatis_type.exp: Likewise.
1107 * gdb.mi/mi-var-child-f.exp: Likewise.
1108
6dc55ce9 11092020-05-09 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1112
283cb58c
TV
11132020-05-08 Tom de Vries <tdevries@suse.de>
1114
1115 * gdb.dwarf2/clang-debug-names.c: New test.
1116 * gdb.dwarf2/clang-debug-names.exp: New file.
1117
ac4a4f1c
SM
11182020-05-06 Simon Marchi <simon.marchi@efficios.com>
1119
1120 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1121 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1122
24fe640b
TV
11232020-05-06 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1126 breakpoint is at a "recommended breakpoint location".
1127 * gdb.reverse/consecutive-reverse.exp: Same.
1128
0d8683a3
TV
11292020-05-06 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1132 address.
1133
b8983c46
TV
11342020-05-06 Tom de Vries <tdevries@suse.de>
1135
1136 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1137
abf6d805
TV
11382020-05-06 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1141 info for r.
1142
0fc2a808
TV
11432020-05-06 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1146 necessary.
1147
873dd427
TV
11482020-05-06 Tom de Vries <tdevries@suse.de>
1149
1150 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1151 void.
1152
7c99e7e2
TV
11532020-05-06 Tom de Vries <tdevries@suse.de>
1154
1155 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1156 of ...
1157 * gdb.base/async.exp: ... here.
1158 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1159 "recommended breakpoint location".
1160
6173d6a6
TV
11612020-05-06 Tom de Vries <tdevries@suse.de>
1162
1163 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1164
6015a067
TV
11652020-05-04 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.base/async.exp: Check whether instruction addresses are a
1168 "recommended breakpoint location".
1169
3b6acaee
TT
11702020-05-03 Tom Tromey <tom@tromey.com>
1171
1172 * gdb.base/sepdebug.exp: Remove "catch" test.
1173 * gdb.base/break.exp: Remove "catch" test.
1174 * gdb.base/default.exp: Update expected output.
1175
5beb4d17
TV
11762020-05-02 Tom de Vries <tdevries@suse.de>
1177
1178 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1179 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1180 * gdb.arch/i386-mpx-map.exp: Same.
1181 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1182 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1183 * gdb.arch/i386-mpx.exp: Same.
1184
8caf140d
TV
11852020-05-02 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1188
693196cb
TV
11892020-05-01 Tom de Vries <tdevries@suse.de>
1190
1191 * gdb.ada/operator_bp.exp: Allow more than required amount of
1192 breakpoint.
1193
53ae0aa9
TV
11942020-05-01 Tom de Vries <tdevries@suse.de>
1195
1196 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1197
ee9d1e5f
HD
11982020-04-30 Hannes Domani <ssbssa@yahoo.de>
1199
1200 PR gdb/18706
1201 * gdb.cp/stub-array-size.cc: New test.
1202 * gdb.cp/stub-array-size.exp: New file.
1203 * gdb.cp/stub-array-size.h: New test.
1204 * gdb.cp/stub-array-size2.cc: New test.
1205
d5cf82c0
HD
12062020-04-30 Hannes Domani <ssbssa@yahoo.de>
1207
1208 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1209 output to the new format.
1210
42e165c3
SM
12112020-04-29 Simon Marchi <simon.marchi@efficios.com>
1212
1213 * gdb.base/break.exp: Use with_test_prefix.
1214
6e4e3fe1
TV
12152020-04-29 Tom de Vries <tdevries@suse.de>
1216
1217 * lib/gdb.exp (debug_types): New proc.
1218 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1219 * gdb.python/py-symtab.exp: Same.
1220
d642b692
HD
12212020-04-29 Hannes Domani <ssbssa@yahoo.de>
1222
1223 PR gdb/17320
1224 * gdb.base/pretty-array.c: New test.
1225 * gdb.base/pretty-array.exp: New file.
1226
ea90f227
TV
12272020-04-29 Tom de Vries <tdevries@suse.de>
1228
1229 PR symtab/25889
1230 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1231 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1232 and include cpexprs.exp.
1233
a65189c9
TV
12342020-04-28 Mark Williams <mark@myosotissp.com>
1235
1236 PR gdb/24480
1237 * dw4-toplevel-types.exp: Test for top level types.
1238 * dw4-toplevel-types.cc: Test for top level types.
1239
32d1f47a
TBA
12402020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1241
1242 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1243 (theads -> threads).
1244
56a4f5a1
TV
12452020-04-28 Tom de Vries <tdevries@suse.de>
1246
1247 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1248
0b2f8a3b
TV
12492020-04-28 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1252
5390c717
TV
12532020-04-28 Tom de Vries <tdevries@suse.de>
1254
1255 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1256
15cd93d0
TV
12572020-04-28 Tom de Vries <tdevries@suse.de>
1258
1259 * gdb.dwarf2/main-foo.c: New test.
1260 * gdb.dwarf2/struct-with-sig.exp: New file.
1261
d472f0fb
TV
12622020-04-25 Tom de Vries <tdevries@suse.de>
1263
1264 * boards/debug-types.exp: New file.
1265
8d840e05
AB
12662020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1269
bcfe6157
TT
12702020-04-24 Tom Tromey <tom@tromey.com>
1271
1272 PR symtab/12707:
1273 * gdb.python/py-symbol.exp: Update expected results for
1274 linkage_name test.
1275 * gdb.cp/print-demangle.exp: New file.
1276 * gdb.base/c-linkage-name.exp: Fix test.
1277 * gdb.guile/scm-symbol.exp: Update expected results for
1278 linkage_name test.
1279
f049a313
TT
12802020-04-24 Tom Tromey <tom@tromey.com>
1281
1282 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1283 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1284 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1285 assembler.
1286
7cf28874
TV
12872020-04-24 Tom de Vries <tdevries@suse.de>
1288
1289 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1290 C++.
1291
dac2fef7
TT
12922020-04-24 Tom Tromey <tromey@adacore.com>
1293
1294 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1295 values.
1296 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1297 values. Update test for minimal encodings.
1298 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1299 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1300 values. Update test for minimal encodings.
1301
1acda803
TT
13022020-04-24 Tom Tromey <tromey@adacore.com>
1303
1304 PR python/23662:
1305 * gdb.ada/variant.exp: Add Python checks.
1306 * gdb.rust/simple.exp: Add dynamic type checks.
1307
adfb9815
TT
13082020-04-24 Tom Tromey <tromey@adacore.com>
1309
1310 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1311 Make array type matching more lax.
1312 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1313 * gdb.ada/mi_variant.exp: New file.
1314 * gdb.ada/mi_variant/pck.ads: New file.
1315 * gdb.ada/mi_variant/pkg.adb: New file.
1316 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1317 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1318
7d79de9a
TT
13192020-04-24 Tom Tromey <tromey@adacore.com>
1320
1321 * gdb.ada/variant.exp: Add dynamic field offset tests.
1322 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1323 * gdb.ada/variant/pkg.adb: Add new variables.
1324
f8e89861
TT
13252020-04-24 Tom Tromey <tromey@adacore.com>
1326
1327 * gdb.ada/variant.exp: New file
1328 * gdb.ada/variant/pkg.adb: New file
1329 * gdb.ada/variant/pck.adb: New file
1330
86e887ae
TV
13312020-04-24 Tom de Vries <tdevries@suse.de>
1332
1333 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1334
88428775
TV
13352020-04-24 Tom de Vries <tdevries@suse.de>
1336
1337 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1338 flags.
1339
4e86f6e7
TV
13402020-04-24 Tom de Vries <tdevries@suse.de>
1341
1342 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1343
2016d3e6
TV
13442020-04-24 Tom de Vries <tdevries@suse.de>
1345
1346 * lib/gdb.exp (default_gdb_start): Handle eof.
1347 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1348 failure.
1349 * gdb.base/readnever.exp: Handle clean_restart failure.
1350
70bc38f5
TV
13512020-04-23 Tom de Vries <tdevries@suse.de>
1352
1353 * gdb.base/decl-before-def.exp: Run to main and print a again.
1354
de82891c
TV
13552020-04-23 Tom de Vries <tdevries@suse.de>
1356
1357 * gdb.base/decl-before-def-decl.c: New test.
1358 * gdb.base/decl-before-def-def.c: New test.
1359 * gdb.base/decl-before-def.exp: New file.
1360
96038148
TV
13612020-04-23 Tom de Vries <tdevries@suse.de>
1362
1363 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1364
54ac3df1
TV
13652020-04-22 Tom de Vries <tdevries@suse.de>
1366
1367 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1368 debug_info_offset.
1369 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1370 before $objsfile in the line line.
1371
714534e1
TV
13722020-04-22 Tom de Vries <tdevries@suse.de>
1373
1374 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1375
16a7dbf4
MS
13762020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1377
1378 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1379 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1380 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1381 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1382 * gdb.base/jit-protocol.h: Update definitions to match all usage
1383 contexts.
1384
13852020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1386
1387 * gdb.base: Rename all jit related test and source files.
1388
13892020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1390
1391 * gdb.base/jit-reader.exp: Relax register output check.
1392
317d2668
TV
13932020-04-22 Tom de Vries <tdevries@suse.de>
1394
1395 PR symtab/25764
1396 * gdb.base/psym-external-decl-2.c: New test.
1397 * gdb.base/psym-external-decl.c: New test.
1398 * gdb.base/psym-external-decl.exp: New file.
1399 * gdb.threads/tls.exp: Add PR25807 kfail.
1400
eea9e357
TV
14012020-04-22 Tom de Vries <tdevries@suse.de>
1402
1403 PR symtab/25801
1404 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1405 in "info source" output.
1406
3d5afab3
TV
14072020-04-22 Tom de Vries <tdevries@suse.de>
1408
1409 PR symtab/25700
1410 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1411 symtab for imported_unit.c.
1412
b32102f6
GB
14132020-04-21 Gary Benson <gbenson@redhat.com>
1414
1415 * gdb.base/advance.c (func): New argument, to match call site.
1416 (func2, func3): Add return statements.
1417
d43b7a2d
TBA
14182020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1419
1420 * gdb.multi/run-only-second-inf.c: New file.
1421 * gdb.multi/run-only-second-inf.exp: New file.
1422
d89edf9b
MM
14232020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1424
1425 * gdb.btrace/multi-inferior.c: New test.
1426 * gdb.btrace/multi-inferior.exp: New file.
1427
1a476b6d
MM
14282020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1429
1430 * gdb.btrace/enable-new-thread.c: New test.
1431 * gdb.btrace/enable-new-thread.exp: New file.
1432
4778a5f8
TV
14332020-04-21 Tom de Vries <tdevries@suse.de>
1434
1435 PR gdb/25471
1436 * gdb.threads/killed-outside.c: New test.
1437 * gdb.threads/killed-outside.exp: New file.
1438
9b2c992c
GB
14392020-04-20 Gary Benson <gbenson@redhat.com>
1440
1441 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1442 * gdb.base/nested-subp2.exp: Likewise.
1443 * gdb.base/nested-subp3.exp: Likewise.
1444
b5d1d6f7
GB
14452020-04-20 Gary Benson <gbenson@redhat.com>
1446
1447 * gdb.base/nested-subp1.exp: Disable test when using clang.
1448 * gdb.base/nested-subp2.exp: Likewise.
1449 * gdb.base/nested-subp3.exp: Likewise.
1450
25230285
GB
14512020-04-20 Gary Benson <gbenson@redhat.com>
1452
1453 * gdb.cp/exception.cc: Fix compilation error with clang.
1454
fa93cc8f
GB
14552020-04-20 Gary Benson <gbenson@redhat.com>
1456
809730f3 1457 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1458
e0c45f30
GB
14592020-04-20 Gary Benson <gbenson@redhat.com>
1460
1461 * gdb.base/jit-main.c: Fix compilation error with clang.
1462
4ddfec93
KR
14632020-04-17 Kamil Rytarowski <n54@gmx.com>
1464
1465 * gdb.base/attach-twice.c: Include "sys/types.h".
1466 (PTRACE_ATTACH): Add fallback definition.
1467 (main): Pass `0' to the 4th argument of `ptrace'.
1468
2bed205e
KR
14692020-04-17 Kamil Rytarowski <n54@gmx.com>
1470
1471 * gdb.base/fork-running-state.c: Include "signal.h".
1472
0743fc83
TT
14732020-04-17 Tom Tromey <tromey@adacore.com>
1474
1475 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1476 Update tests.
1477 * gdb.btrace/cpu.exp: Update tests.
1478 * gdb.base/maint.exp: Update tests.
1479 * gdb.base/default.exp: Update tests.
1480 * gdb.base/completion.exp: Update tests.
1481
efba5c23
TV
14822020-04-16 Tom de Vries <tdevries@suse.de>
1483
1484 PR symtab/25791
1485 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1486 (ensure_gdb_index): and factor out and move ...
1487 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1488 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1489
d191d716
TV
14902020-04-16 Tom de Vries <tdevries@suse.de>
1491
1492 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1493 loading exec.
1494
99f1bc6a
AB
14952020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * gdb.base/many-completions.exp: New file.
1498
194d088f
TV
14992020-04-14 Tom de Vries <tdevries@suse.de>
1500
1501 PR symtab/25718
1502 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1503
c1a66c06
TV
15042020-04-14 Tom de Vries <tdevries@suse.de>
1505
1506 PR symtab/25720
1507 * gdb.base/maint-expand-symbols-header-file.c: New test.
1508 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1509 * gdb.base/maint-expand-symbols-header-file.h: New test.
1510
21b0982c
AB
15112020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1514 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1515 get_func_info.
1516 (get_func_info): Delete.
1517 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1518 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1519 * lib/dwarf.exp (get_func_info): New function.
1520
dd1cab06
TV
15212020-04-13 Tom de Vries <tdevries@suse.de>
1522
1523 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1524 to what find_gnatmake does.
1525
71ea2b6b
TV
15262020-04-10 Tom de Vries <tdevries@suse.de>
1527
1528 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1529 -readnow.
1530
bdfc1e8a
TV
15312020-04-10 Tom de Vries <tdevries@suse.de>
1532
1533 PR cli/25808
1534 * gdb.base/style.c: Add leading newlines.
1535 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1536 Check listing of main's one-line body.
1537
14ca8ecf
TV
15382020-04-08 Tom de Vries <tdevries@suse.de>
1539
1540 * lib/gdb.exp (psymtabs_p): New proc.
1541 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1542 importing unit" unsupported if there are no partial symbols.
1543
e21d048f
TV
15442020-04-08 Tom de Vries <tdevries@suse.de>
1545
1546 PR testsuite/25760
1547 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1548
25c11aca
TV
15492020-04-07 Tom de Vries <tdevries@suse.de>
1550
1551 PR symtab/25796
1552 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1553
5707e24b
TV
15542020-04-07 Tom de Vries <tdevries@suse.de>
1555
1556 * gdb.base/check-psymtab.c: New test.
1557 * gdb.base/check-psymtab.exp: New file.
1558
6ee448cc
TT
15592020-04-06 Tom Tromey <tromey@adacore.com>
1560
1561 * gdb.ada/variant-record/proc.adb: New file.
1562 * gdb.ada/variant-record/value.adb: New file.
1563 * gdb.ada/variant-record/value.s: New file.
1564 * gdb.ada/variant-record.exp: New file.
1565
9e7c9a03
HD
15662020-04-03 Hannes Domani <ssbssa@yahoo.de>
1567
1568 PR gdb/25325
1569 * gdb.cp/typed-enum.cc: New test.
1570 * gdb.cp/typed-enum.exp: New file.
1571
c90d28ac
AB
15722020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1573
1574 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1575 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1576 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1577 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1578 * gdb.opt/inline-small-func.c: New file.
1579 * gdb.opt/inline-small-func.exp: New file.
1580 * gdb.opt/inline-small-func.h: New file.
1581
34e9a9fa
AB
15822020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1585 function.
1586
6a354911
AB
15872020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1588
1589 * lib/dwarf.exp (function_range): Allow compiler options to be
1590 specified.
1591
880d9777
TV
15922020-04-02 Tom de Vries <tdevries@suse.de>
1593
1594 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1595 __attribute__((always_inline)).
1596 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1597
f32682ea
TV
15982020-04-02 Tom de Vries <tdevries@suse.de>
1599
1600 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1601 (gdbserver_gdb_exit): ... here. Add timeout warning.
1602 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1603 (connect_target_extended_remote): Append new server_spawn_id to
1604 server_spawn_ids.
1605 (cleanup): New proc.
1606 (setup, <toplevel>): Call cleanup.
1607
d3214198
TV
16082020-04-02 Tom de Vries <tdevries@suse.de>
1609
1610 * gdb.base/main-psymtab.exp: New file.
1611
cc77ed24
TV
16122020-04-02 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1615
3638a098
TT
16162020-04-01 Tom Tromey <tom@tromey.com>
1617
1618 * gdb.base/complex-parts.exp: Add type tests.
1619
c34e8714
TT
16202020-04-01 Tom Tromey <tom@tromey.com>
1621
1622 * gdb.base/complex-parts.exp: Add arithmetic tests.
1623
981c08ce
TT
16242020-04-01 Tom Tromey <tom@tromey.com>
1625
1626 * gdb.compile/compile.exp: Update.
1627 * gdb.compile/compile-cplus.exp: Update.
1628 * gdb.base/varargs.exp: Update.
1629 * gdb.base/floatn.exp: Update.
1630 * gdb.base/endianity.exp: Update.
1631 * gdb.base/callfuncs.exp (do_function_calls): Update.
1632 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1633 (complex_float_integral_args): Update.
1634 * gdb.base/complex.exp: Update.
1635 * gdb.base/complex-parts.exp: Update.
1636
3d1cfd43
TT
16372020-04-01 Tom Tromey <tromey@adacore.com>
1638
1639 * gdb.rust/union.rs: New file.
1640 * gdb.rust/union.exp: New file.
1641 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1642 (main): Update.
1643 * gdb.rust/simple.exp: Move union tests to union.exp.
1644
e033dfa9
TT
16452020-04-01 Tom Tromey <tromey@adacore.com>
1646
1647 * gdb.rust/simple.rs (main): Remove "y0".
1648
53cccef1
TBA
16492020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1650
1651 * gdb.multi/stop-all-on-exit.c: New test.
1652 * gdb.multi/stop-all-on-exit.exp: New file.
1653
60e22c1e
HD
16542020-04-01 Hannes Domani <ssbssa@yahoo.de>
1655
1656 PR gdb/24789
1657 * gdb.cp/misc.cc: Add integer reference variable.
1658 * gdb.cp/misc.exp: Add test.
1659
e139a727
TBA
16602020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1661
1662 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1663 scenario to cover execution until the end and also the case
1664
16b0db75
TV
16652020-03-31 Tom de Vries <tdevries@suse.de>
1666
1667 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1668 c. Use "maint info symtabs" to check symtab expansion.
1669
c0502da6
TV
16702020-03-30 Tom de Vries <tdevries@suse.de>
1671
1672 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1673 unsupported.
1674 (verify_psymtab_expanded): Move ...
1675 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1676 test.
1677 (readnow): New proc.
1678
5935fd15
AB
16792020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1682 with $hex.
1683
1773be9e
TT
16842020-03-20 Tom Tromey <tromey@adacore.com>
1685
1686 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1687
70304be9
TT
16882020-03-20 Tom Tromey <tromey@adacore.com>
1689
1690 * gdb.ada/sub_variant/subv.adb: New file.
1691 * gdb.ada/sub_variant.exp: New file.
1692
0dd7b8f7
TV
16932020-03-20 Tom de Vries <tdevries@suse.de>
1694
1695 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1696 first break fails.
1697 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1698
cada5fc9
AB
16992020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.server/exit-multiple-threads.c: New file.
1702 * gdb.server/exit-multiple-threads.exp: New file.
1703
6b8c53f2
AB
17042020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1705
1706 * gdb.fortran/mixed-lang-stack.c: New file.
1707 * gdb.fortran/mixed-lang-stack.cpp: New file.
1708 * gdb.fortran/mixed-lang-stack.exp: New file.
1709 * gdb.fortran/mixed-lang-stack.f90: New file.
1710
19a2740f
AB
17112020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1712
1713 * gdb.linespec/cp-completion-aliases.cc: New file.
1714 * gdb.linespec/cp-completion-aliases.exp: New file.
1715
d8c8b848
TV
17162020-03-19 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1719 more precise.
1720
a9933ccf
TV
17212020-03-18 Tom de Vries <tdevries@suse.de>
1722
1723 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1724 * gdb.dwarf2/break-inline-psymtab.c: New test.
1725 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1726
2f89101f
TV
17272020-03-16 Tom de Vries <tdevries@suse.de>
1728
1729 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1730 cache_verify and cache_verify_proc.
1731
6b9374f1
TV
17322020-03-15 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.server/solib-list.exp: Handle
1735 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1736
eaeaf44c
TV
17372020-03-15 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1740 objfiles".
1741
3293bbaf
TT
17422020-03-14 Tom Tromey <tom@tromey.com>
1743
1744 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1745
ab44624c
TV
17462020-03-14 Tom de Vries <tdevries@suse.de>
1747
1748 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1749
54c43825
TV
17502020-03-14 Tom de Vries <tdevries@suse.de>
1751
1752 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1753 result in line-by-line fashion.
1754
2ac70237
TV
17552020-03-14 Tom de Vries <tdevries@suse.de>
1756
1757 * lib/gdb.exp (supports_statement_frontiers): New proc.
1758 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1759
09546b56
TV
17602020-03-14 Tom de Vries <tdevries@suse.de>
1761
1762 * gdb.base/printcmds.exp: Add missing quoting for "print
1763 teststring2".
1764
a1f6a07c
TT
17652020-03-13 Tom Tromey <tom@tromey.com>
1766
1767 * gdb.base/printcmds.exp (test_print_strings): Add regression
1768 test.
1769 * gdb.base/printcmds.c (charptr): New typedef.
1770 (teststring2): New global.
1771
1b83d09c
AB
17722020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1775 full path in the test name.
1776 (test_ld): Add some with_test_prefix blocks to make test names
1777 unique.
1778
2d61316c
TV
17792020-03-13 Tom de Vries <tdevries@suse.de>
1780
1781 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1782
2e9145ac
TV
17832020-03-13 Tom de Vries <tdevries@suse.de>
1784
1785 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1786
96c7f873
TV
17872020-03-13 Tom de Vries <tdevries@suse.de>
1788
1789 PR symtab/25646
1790 * gdb.dwarf2/imported-unit.exp: Add test.
1791
49ba92c0
TV
17922020-03-13 Tom de Vries <tdevries@suse.de>
1793
1794 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1795 (var1, var2): New variable.
1796 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1797 matching symbols.
1798
301b21e0
TV
17992020-03-13 Tom de Vries <tdevries@suse.de>
1800
1801 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1802 (Term::command): Use prompt prefix.
1803 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1804 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1805 command_no_prompt_prefix instead of prefix.
1806 * gdb.tui/tui-layout-asm.exp: Same.
1807
3f512721
SM
18082020-03-12 Simon Marchi <simon.marchi@efficios.com>
1809
1810 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1811
40310f30
SM
18122020-03-12 Simon Marchi <simon.marchi@efficios.com>
1813
1814 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1815 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1816 on" while stepping over the test instruction, match printed
1817 message.
1818
09252140
TV
18192020-03-12 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.base/info-types.exp: Use exp_continue during matching of output
1822 of "info types".
1823
14e9c72c
TV
18242020-03-12 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1827
e515d67e
TV
18282020-03-12 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.fortran/module.exp: Use exp_continue during matching of output
1831 of "info variable -n".
1832
307eafd8
TV
18332020-03-12 Tom de Vries <tdevries@suse.de>
1834
1835 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1836 gdb.dwarf2/dw2-ranges-base.c.
1837
9a2de3fc
TV
18382020-03-12 Tom de Vries <tdevries@suse.de>
1839
1840 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1841 in presence of GLIBC debuginfo.
1842
3217502e
TV
18432020-03-12 Tom de Vries <tdevries@suse.de>
1844
1845 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1846 $core.
1847
1281424c
TV
18482020-03-12 Tom de Vries <tdevries@suse.de>
1849
1850 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1851 more precise.
1852
038b97fc
SM
18532020-03-11 Simon Marchi <simon.marchi@efficios.com>
1854
1855 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1856 from Unix to Windows path.
1857
5308d1e7
TV
18582020-03-11 Tom de Vries <tdevries@suse.de>
1859
1860 * gdb.ada/minsyms.exp: Set language to ada.
1861
f870f78f
TV
18622020-03-11 Tom de Vries <tdevries@suse.de>
1863
1864 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1865
5a13315d
TV
18662020-03-11 Tom de Vries <tdevries@suse.de>
1867
1868 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1869
976862ed
TT
18702020-03-11 Tom Tromey <tromey@adacore.com>
1871
1872 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1873
7462c383
TV
18742020-03-11 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1877
1c6c46a0
TV
18782020-03-11 Tom de Vries <tdevries@suse.de>
1879
1880 * gdb.base/break-interp.exp: Limit verbose scope.
1881
44f41bb7
TV
18822020-03-11 Tom de Vries <tdevries@suse.de>
1883
1884 * gdb.fortran/logical.f90: Define variable with character type.
1885 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1886
b76f3a42
TV
18872020-03-11 Tom de Vries <tdevries@suse.de>
1888
1889 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1890
1c33af77
TV
18912020-03-11 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1894 symtabs.
1895
8c95582d
AB
18962020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1897 Bernd Edlinger <bernd.edlinger@hotmail.de>
1898
1899 * gdb.cp/step-and-next-inline.cc: New file.
1900 * gdb.cp/step-and-next-inline.exp: New file.
1901 * gdb.cp/step-and-next-inline.h: New file.
1902 * gdb.dwarf2/dw2-is-stmt.c: New file.
1903 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1904 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1905 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1906 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1907
cecf8547
AB
19082020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1911 is-stmt flag in the line table.
1912
0ba678c9
TV
19132020-03-09 Tom de Vries <tdevries@suse.de>
1914
1915 * lib/gdb.exp (cached_file): Create cache dir.
1916
72fbdf83
TV
19172020-03-07 Tom de Vries <tdevries@suse.de>
1918
1919 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1920 * gdb.cp/rvalue-ref-params.exp: Same.
1921
436b5e99
TV
19222020-03-06 Tom de Vries <tdevries@suse.de>
1923
1924 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1925 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1926
09f2921c
TV
19272020-03-06 Tom de Vries <tdevries@suse.de>
1928
1929 * README: Fix "the the".
1930 * gdb.base/dprintf.exp: Same.
1931
50a3cc5d
TV
19322020-03-05 Tom de Vries <tdevries@suse.de>
1933
1934 * gdb.base/maint.exp: Update "main print statistics" expected output.
1935
0a709cba
AKS
19362020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1937
1938 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1939 (fortran_int8): Likewise.
1940 (fortran_real4): Likewise.
1941 (fortran_real8): Likewise.
1942 (fortran_complex4): Likewise.
1943 (fortran_logical4): Likewise.
1944 (fortran_character1): Likewise.
1945
5e5d66b6
AB
19462020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1949 printed as true.
1950
7b973adc
SDJ
19512020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1952
1953 * gdb.base/printcmds.exp: Add test to verify printf of a
1954 variable holding an address.
1955
478e490a
TV
19562020-03-03 Tom de Vries <tdevries@suse.de>
1957
1958 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1959
1ef44e86
TV
19602020-03-03 Tom de Vries <tdevries@suse.de>
1961
1962 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1963 gdb_test_multiple call.
1964
b98cc2cf
TV
19652020-03-03 Tom de Vries <tdevries@suse.de>
1966
1967 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1968 gdb_test_multiple calls.
1969
63e163f2
AB
19702020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * gdb.base/default.exp: Remove test of 'set history filename'.
1973 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1974 filename to the empty string.
1975 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1976 and GDBHISTSIZE.
1977
24ed6739
AB
19782020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1979
1980 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1981 disabled.
1982
590003dc
TV
19832020-03-02 Pedro Alves <palves@redhat.com>
1984 Tom de Vries <tdevries@suse.de>
1985
1986 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1987 -prompt prefix, before user_code argument. Add -lbl option likewise.
1988 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1989 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1990 argument.
1991 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1992 have "\r\n" at start-of-line, instead of at end-of-line.
1993
f5e46084
SM
19942020-02-28 Simon Marchi <simon.marchi@efficios.com>
1995
1996 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1997 libinproctrace.so.
1998
f7a7000d
LM
19992020-02-28 Luis Machado <luis.machado@linaro.org>
2000
2001 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2002 to "p/x".
2003
718e0816
LM
20042020-02-28 Luis Machado <luis.machado@linaro.org>
2005
2006 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2007 asm/ptrace.h and error.h.
2008
13c3a74a
TV
20092020-02-28 Tom de Vries <tdevries@suse.de>
2010
2011 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2012 (struct wrapper, do_something, mundane/symada__cS): Move ...
2013 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2014 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2015 Update "print symada__cS before partial symtab expansion" regexp.
2016 Update breakpoint location. Flush symbol cache after expansion.
2017
85d2d5bb
LM
20182020-02-28 Luis Machado <luis.machado@linaro.org>
2019
2020 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2021
3608f86c
TV
20222020-02-27 Tom de Vries <tdevries@suse.de>
2023
2024 * config/sid.exp: Remove unused globals.
2025 * gdb.base/attach.exp: Same.
2026 * gdb.base/catch-load.exp: Same.
2027 * gdb.base/dbx.exp: Same.
2028 * lib/gdb.exp: Same.
2029 * lib/mi-support.exp: Same.
2030 * lib/prompt.exp: Same.
2031
c8d4f6df
TV
20322020-02-27 Tom de Vries <tdevries@suse.de>
2033
2034 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2035 not set.
2036
0d79cdc4
AM
20372020-02-26 Aaron Merey <amerey@redhat.com>
2038
2039 * gdb.debuginfod: New directory for debuginfod tests.
2040 * gdb.debuginfod/main.c: New test file.
2041 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2042
0dce4280
TV
20432020-02-26 Tom de Vries <tdevries@suse.de>
2044
2045 PR gdb/25603
2046 * gdb.base/persistent-lang.cc: New test.
2047 * gdb.base/persistent-lang.exp: New file.
2048
9e80cfa1
AB
20492020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * gdb.fortran/derived-type-striding.exp: Add a new test.
2052 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2053 new test.
2054
2078dbb2
AB
20552020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2058 names.
2059
70d49700
TV
20602020-02-25 Tom de Vries <tdevries@suse.de>
2061
2062 PR go/18926
2063 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2064
a88ef40d
TV
20652020-02-24 Tom de Vries <tdevries@suse.de>
2066
2067 PR gdb/25592
2068 * gdb.base/info-locals-unused-static-var.c: New test.
2069 * gdb.base/info-locals-unused-static-var.exp: New file.
2070
01b1af32
TT
20712020-02-22 Tom Tromey <tom@tromey.com>
2072
2073 * gdb.python/tui-window.exp: New file.
2074 * gdb.python/tui-window.py: New file.
2075
7c043ba6
TT
20762020-02-22 Tom Tromey <tom@tromey.com>
2077
2078 PR tui/17850:
2079 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2080 tests.
2081
c22fef7e
TT
20822020-02-22 Tom Tromey <tom@tromey.com>
2083
2084 * gdb.tui/new-layout.exp: Add sub-layout tests.
2085
ee325b61
TT
20862020-02-22 Tom Tromey <tom@tromey.com>
2087
2088 * gdb.tui/new-layout.exp: New file.
2089
3f0cbb04
TT
20902020-02-22 Tom Tromey <tom@tromey.com>
2091
2092 * gdb.rust/rust-style.rs: New file.
2093 * gdb.rust/rust-style.exp: New file.
2094 * gdb.base/style.exp: Test structure printing.
2095 * gdb.base/style.c (struct some_struct): New type.
2096 (enum etype): New type.
2097 (struct_value): New global.
2098
75525152
TV
20992020-02-21 Tom de Vries <tdevries@suse.de>
2100
2101 PR go/18926
2102 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2103 Remove blanket xfails. Use message argument for gdb_breakpoint.
2104 Make continuing to breakpoint test conditional on setting breakpoint.
2105 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2106 DW_AT_name attribute. Add xfail for GCC PR93866.
2107
bd360d30
AB
21082020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2109
2110 * gdb.dwarf2/cpp-linkage-name.c: New file.
2111 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2112
c7adb09f 21132020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2114
2115 * lib/gdb.exp (gdb_wrapper_init): Reset
2116 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2117 not exist.
2118
a9c79803
TV
21192020-02-20 Tom de Vries <tdevries@suse.de>
2120
2121 PR go/17018
2122 * gdb.go/hello.exp: Copy ...
2123 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2124 print of st to print value of global definition. Add xfail for GCC
2125 PR93844.
2126 * gdb.go/hello.exp: Remove printing of st before definition.
2127 * gdb.go/hello.go: Copy ...
2128 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2129 to st.
2130 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2131
d7445728
TV
21322020-02-20 Tom de Vries <tdevries@suse.de>
2133
2134 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2135 (gdb_simple_compile): Handle compile_flags go by using .go extension
2136 for source file.
2137 * gdb.go/chan.exp: Use support_go_compile.
2138 * gdb.go/handcall.exp: Same.
2139 * gdb.go/hello.exp: Same.
2140 * gdb.go/integers.exp: Same.
2141 * gdb.go/max-depth.exp: Same.
2142 * gdb.go/methods.exp: Same.
2143 * gdb.go/package.exp: Same.
2144 * gdb.go/strings.exp: Same.
2145 * gdb.go/types.exp: Same.
2146 * gdb.go/unsafe.exp: Same.
2147
c9c41e6d
TV
21482020-02-19 Tom de Vries <tdevries@suse.de>
2149
2150 * gdb.python/lib-types.exp: Make xfail more strict.
2151
f20ff837
TV
21522020-02-19 Tom de Vries <tdevries@suse.de>
2153
2154 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2155
08410482
DE
21562020-02-19 Doug Evans <dje@google.com>
2157
2158 PR rust/25535
2159 * gdb.rust/simple.exp: Add test.
2160 * gdb.rust/simple.rs: Add test.
2161
623563f7
TV
21622020-02-19 Tom de Vries <tdevries@suse.de>
2163
2164 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2165 output line-by-line.
2166
d3308cfd
TV
21672020-02-19 Tom de Vries <tdevries@suse.de>
2168
2169 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2170
86cbc5dc
TV
21712020-02-19 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2174 prelink.
2175
9db2b96b
TV
21762020-02-19 Tom de Vries <tdevries@suse.de>
2177
2178 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2179 (gdb_do_cache): Use gdb_do_cache_wrap.
2180 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2181
89e2fdc5
TV
21822020-02-19 Tom de Vries <tdevries@suse.de>
2183
2184 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2185 gdb_compile option.
2186
373d7ac0
SM
21872020-02-18 Simon Marchi <simon.marchi@efficios.com>
2188
2189 * gdb.base/printcmds.exp (test_print_enums): Update expected
2190 output.
2191
b29a2df0
SM
21922020-02-18 Simon Marchi <simon.marchi@efficios.com>
2193
2194 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2195 for "unknown".
2196
6740f0cc
SM
21972020-02-18 Simon Marchi <simon.marchi@efficios.com>
2198
2199 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2200 enumerator.
2201
edd45eb0
SM
22022020-02-18 Simon Marchi <simon.marchi@efficios.com>
2203
2204 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2205 FE_, add FE_NONE.
2206 (three): Update.
2207 (enum flag_enum_without_zero): New enum.
2208 (flag_enum_without_zero): New variable.
2209 (enum not_flag_enum): New enum.
2210 (three_not_flag): New variable.
2211 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2212 (test_print_enums): Add more tests for printing flag enums.
2213
d4295de4
TV
22142020-02-18 Tom de Vries <tdevries@suse.de>
2215
2216 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2217 (gdb_compile_ada): ... here.
2218 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2219 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2220
f251f505
TT
22212020-02-14 Tom Tromey <tom@tromey.com>
2222
2223 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2224 build directory.
2225 * boards/gdbserver-base.exp: Update path to gdbserver.
2226
8f432634
TV
22272020-02-13 Tom de Vries <tdevries@suse.de>
2228
2229 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2230
92b6eaf7
TV
22312020-02-13 Tom de Vries <tdevries@suse.de>
2232
2233 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2234 are missing.
2235
f3b0f7fe
TV
22362020-02-13 Tom de Vries <tdevries@suse.de>
2237
2238 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2239 call.
2240
f6be8713
SDJ
22412020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2242
2243 PR tui/25126
2244 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2245 * gdb.base/cached-source-file.c: New file.
2246 * gdb.base/cached-source-file.exp: New file.
2247
b2770d5e
TV
22482020-02-11 Tom de Vries <tdevries@suse.de>
2249
2250 PR testsuite/25488
2251 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2252
44f6938e
TV
22532020-02-10 Tom de Vries <tdevries@suse.de>
2254
2255 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2256
5f0e2eb7
MR
22572020-02-10 Maciej W. Rozycki <macro@wdc.com>
2258
2259 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2260 and $after_addr are both integers before making a comparison.
2261
46ce2b6f
TV
22622020-02-09 Tom de Vries <tdevries@suse.de>
2263
2264 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2265 command output and paste it into gdb.log. If any, paste catch message
2266 to gdb.log.
2267
5abbbe1d
TT
22682020-02-07 Tom Tromey <tromey@adacore.com>
2269
2270 PR breakpoints/24915:
2271 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2272
1d5d29e7
SV
22732020-02-06 Shahab Vahedi <shahab@synopsys.com>
2274
2275 * gdb.tui/tui-missing-src.exp: Add the "missing source
2276 file" test for the TUI.
2277
b0999b9b
AB
22782020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2281 including a port number in the output.
2282
c3b149eb
AKS
22832020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2284
2285 * lib/fortran.exp (fortran_int4): Handle clang.
2286 (fortran_int8): Likewise.
2287 (fortran_real4): Likewise.
2288 (fortran_real8): Likewise.
2289 (fortran_complex4): Likewise.
2290 (fortran_logical4): Likewise.
2291 (fortran_character1): Likewise.
2292
f8dcc90b
TV
22932020-02-04 Tom de Vries <tdevries@suse.de>
2294
2295 * README (Race detection): Add note.
2296
f90ac7c2
TV
22972020-02-04 Tom de Vries <tdevries@suse.de>
2298
2299 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2300
780636ae
TV
23012020-02-04 Tom de Vries <tdevries@suse.de>
2302
2303 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2304
5d2e1193
RA
23052020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2306
2307 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2308 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2309 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2310 blttar, bnetarl.
2311 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2312 binary for blttar, bnetarl.
2313 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2314 wait instruction. Delete ldmx test.
2315 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2316
e409c542
AKS
23172020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2318
2319 * gdb.fortran/array-bounds-high.exp: New file.
2320 * gdb.fortran/array-bounds-high.f90: New file.
2321
b0029748
LD
23222020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2323
2324 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2325 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2326
195a8287
TV
23272020-02-01 Tom de Vries <tdevries@suse.de>
2328
2329 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2330
42330a68
AB
23312020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2332
2333 PR tui/9765
2334 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2335 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2336
b62a8028
LM
23372020-01-29 Luis Machado <luis.machado@linaro.org>
2338
2339 * gdb.arch/aarch64-brk-patterns.c: New source file.
2340 * gdb.arch/aarch64-brk-patterns.exp: New test.
2341
5f440116
TBA
23422020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2343
2344 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2345 GCC/Clang version.
2346 * gdb.cp/pass-by-ref.exp: Ditto.
2347
ee2a6fc6
TV
23482020-01-29 Tom de Vries <tdevries@suse.de>
2349
2350 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2351 * gdb.threads/watchpoint-fork-mt.c: Same.
2352 * gdb.threads/watchpoint-fork-parent.c: Same.
2353 * gdb.threads/watchpoint-fork-st.c: Same.
2354 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2355
16b10d6e
LM
23562020-01-27 Luis Machado <luis.machado@linaro.org>
2357
2358 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2359 sitting at a syscall instruction when we hit the syscall function's
2360 breakpoint.
2361 Check PC against one obtained with the x command.
2362 Validate syscall number.
2363 (step_over_syscall): Don't continue to the syscall instruction if
2364 we're already there.
2365
b1468492
PW
23662020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2367
2368 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2369
7ffa82e1
AB
23702020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2373 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2374
3d92a3e3
AB
23752020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2378 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2379
94a72be7
AB
23802020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.base/maint.exp: Update line table parsing test.
2383 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2384
53af73bf
PA
23852020-01-24 Pedro Alves <palves@redhat.com>
2386
2387 PR gdb/25410
2388 * gdb.multi/multi-re-run-1.c: New.
2389 * gdb.multi/multi-re-run-2.c: New.
2390 * gdb.multi/multi-re-run.exp: New.
2391
1ba1ac88
AB
23922020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 PR gdb/23718
2395 * gdb.server/server-kill-python.exp: New file.
2396
f3364a6d
AB
23972020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.server/multi-ui-errors.c: New file.
2400 * gdb.server/multi-ui-errors.exp: New file.
2401
733d0a67
AB
24022020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2403
2404 PR tui/9765
2405 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2406
4f13c1c0
TT
24072020-01-19 Tom Tromey <tom@tromey.com>
2408
2409 * gdb.tui/main.exp: Add check for plain "file".
2410
40c94099
CB
24112020-01-16 Christian Biesinger <cbiesinger@google.com>
2412
2413 * lib/gdb.exp: Fix spelling error (seperatelly).
2414
ff47f4f0
TT
24152020-01-14 Tom Tromey <tom@tromey.com>
2416
2417 PR symtab/12535:
2418 * gdb.python/python.exp: Test decode_line with empty string
2419 argument.
2420
717c684d
BE
24212020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2422
2423 * gdb.base/skip-inline.exp: Extend test.
2424
44e4c775
AB
24252020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2426
2427 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2428 * gdb.dwarf2/dw2-bad-elf.c: New file.
2429 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2430
d93c6db7
AB
24312020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2432
2433 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2434 _line_saw_file.
2435
9a6d629c
AB
24362020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2437
2438 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2439 border.
2440
d9ebdab7
TBA
24412020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2442
2443 * gdb.multi/multi-target.exp (setup): Factor out "info
2444 connections" and "info inferiors" tests to ...
2445 (test_info_inferiors): ... this new procedure.
2446 (top level): Run new "info-inferiors" tests.
2447
f3c469b9
PA
24482020-01-10 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.server/bkpt-other-inferior.exp: New file.
2451
121b3efd
PA
24522020-01-10 Pedro Alves <palves@redhat.com>
2453
2454 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2455 of "add-inferior".
2456 * gdb.base/quit-live.exp: Likewise.
2457 * gdb.base/remote-exec-file.exp: Likewise.
2458 * gdb.guile/scm-progspace.exp: Likewise.
2459 * gdb.linespec/linespec.exp: Likewise.
2460 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2461 * gdb.mi/user-selected-context-sync.exp: Likewise.
2462 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2463 "info inferiors" tests.
2464 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2465 "add-inferior".
2466 * gdb.multi/watchpoint-multi.exp: Likewise.
2467 * gdb.python/py-inferior.exp: Likewise.
2468 * gdb.server/extended-remote-restart.exp: Likewise.
2469 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2470 "info inferiors".
2471 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2472 * gdb.trace/report.exp: Likewise.
2473
1dadb1dd
PA
24742020-01-10 Pedro Alves <palves@redhat.com>
2475
2476 * gdb.multi/multi-target.c: New file.
2477 * gdb.multi/multi-target.exp: New file.
2478 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2479 mode requested, but remote does not support non-stop".
2480
78f2c40a
PA
24812020-01-10 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2484 disconnect before reconnecting.
2485
e7af6c70
TBA
24862020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2487 Pedro Alves <palves@redhat.com>
2488
2489 * gdb.server/connect-without-multi-process.exp: Also test
2490 continuing to end.
2491
acdf84a6
PA
24922020-01-10 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.base/remote-exec-file.exp: New file.
2495
873657b9
PA
24962020-01-10 Pedro Alves <palves@redhat.com>
2497
2498 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2499 output.
2500 * gdb.threads/async.c: New.
2501 * gdb.threads/async.exp: New.
2502 * gdb.multi/tids-gid-reset.c: New.
2503 * gdb.multi/tids-gid-reset.exp: New.
2504
7f0ae84c
GB
25052020-01-10 George Barrett <bob@bob131.so>
2506
2507 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2508 to help in finding the image relocation offset.
2509 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2510 options in arguments.
2511 (stap_test_no_debuginfo): Likewise.
2512 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2513 test variants.
2514 (stap_test): Add null semaphore relocation test.
2515
47e9d49d
GB
25162020-01-10 George Barrett <bob@bob131.so>
2517
2518 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2519 * gdb.base/stap-probe.exp: Likewise.
2520 (stap_test): Pass argument as an additional flag.
2521 (stap_test_no_debuginfo): Likewise.
2522 (stap_test): Check `info probes stap' output for semaphore
2523 addresses if the test binary is supposed to have them.
2524
f5a7c406
AB
25252020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2526
2527 * gdb.tui/basic.exp: Add more scrolling tests.
2528
9ae6bf64
TT
25292020-01-09 Tom Tromey <tom@tromey.com>
2530
2531 PR tui/18932:
2532 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2533 meangingful value.
2534 (Term::command, Term::resize): Update.
2535 * gdb.tui/basic.exp: Add scrolling test.
2536
b2efe70c
AB
25372020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.tui/tui-layout-asm.exp: New file.
2540
3804da7e
AB
25412020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2544
b40aa28f
AB
25452020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2546
2547 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2548 (Term::enter_tui): Use Term::prepare_for_tui.
2549
63ffd7c9
AB
25502020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2551
2552 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2553 called.
2554
3be966f6
AB
25552020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * gdb.base/skip.exp: Fix race condition in test.
2558
153d79c4
AB
25592020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.base/backtrace.c: New file.
2562 * gdb.base/backtrace.exp: New file.
2563
f2302a34
AB
25642020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2567
6ec1d75e
PW
25682020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2569
2570 * gdb.base/style.exp: Test that warnings are styled.
2571
c296cbe6
BE
25722019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2573
2574 * gdb.base/line65535.exp: New file.
2575 * gdb.base/line65535.c: New file.
2576
b28a729d
SM
25772019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2578
2579 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2580 * lib/gnat_debug_info_test.adb: New file.
2581 * gdb.ada/ptype_tagged_param.exp: Use
2582 gnat_runtime_has_debug_info, expect a different output if
2583 runtime does not have debug info.
2584
7f2d7a0d
SM
25852019-12-20 Simon Marchi <simon.marchi@efficios.com>
2586
2587 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2588 (another) quote in test name.
2589
f3bce483
SM
25902019-12-20 Simon Marchi <simon.marchi@efficios.com>
2591
2592 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2593 Add quote in test name.
2594
c855a912
TBA
25952019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2596
2597 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2598 directory instead.
2599 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2600 * gdb.cp/pass-by-ref-2.cc: New file.
2601 * gdb.cp/pass-by-ref-2.exp: New file.
2602
fc9d2d72
TT
26032019-12-20 Tom Tromey <tom@tromey.com>
2604
2605 * gdb.tui/list-before.exp: New file.
2606
77b97e00
TT
26072019-12-20 Tom Tromey <tom@tromey.com>
2608
2609 * gdb.tui/list.exp: Check for source on initial listing.
2610
f69656d0
TT
26112019-12-11 Tom Tromey <tromey@adacore.com>
2612
2613 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2614 Add crlf test.
2615
99a55965
SM
26162019-12-18 Simon Marchi <simon.marchi@efficios.com>
2617
2618 * gdb.base/default.exp: Update value of $_gdb_major.
2619
5024637f
BE
26202019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2621
2622 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2623
b63634be
BE
26242019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2625
2626 * gdb.base/skip.exp: Whitespace fix.
2627
45d73523
BE
26282019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2629
2630 * gdb.base/skip-inline.c: New file.
2631 * gdb.base/skip-inline.exp: New file.
2632
d043f8c8
SM
26332019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2634
2635 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2636 jit_function_00 to jit_function_stack_mangle.
2637 * gdb.base/jithost.c (jit_function_t): Rename to...
2638 (jit_function_stack_mangle_t): ... this.
2639 (jit_function_add_t): New typedef.
2640 (jit_function_00_code): Rename to...
2641 (jit_function_stack_mangle_code): ... this, make static.
2642 (jit_function_add_code): New.
2643 (main): Generate "add" function and call it. Adjust to changes
2644 in jithost_abi.
2645 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2646 (struct jithost_abi) <begin, end>: Remove fields.
2647 <object, function_stack_mangle, function_add>: New fields.
2648 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2649 code_end>: Remove fields.
2650 <func_stack_mangle>: New field.
2651 (read_debug_info): Adjust to renaming, create block for "add"
2652 function.
2653 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2654
873de05c
TT
26552019-12-11 Tom Tromey <tom@tromey.com>
2656
2657 * gdb.tui/resize.exp: Fix regexp.
2658 * gdb.tui/regs.exp: Fix regexps.
2659 * gdb.tui/main.exp: Fix regexp.
2660
3d979945
TT
26612019-12-11 Tom Tromey <tom@tromey.com>
2662
2663 * gdb.tui/resize.exp: Update.
2664 * gdb.tui/empty.exp (layouts): Update.
2665
2192a9d3
TT
26662019-12-11 Tom Tromey <tom@tromey.com>
2667
2668 * gdb.tui/regs.exp: Update.
2669 * gdb.tui/empty.exp (layouts): Update.
2670 * gdb.tui/basic.exp: Update.
2671 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2672
d8edc8b7
PW
26732019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2674
2675 * gdb.base/options.exp: Add -raw-values in the print completion list.
2676 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2677
4c12d936
KB
26782019-12-10 Kevin Buettner <kevinb@redhat.com>
2679
2680 * gdb.threads/omp-par-scope.c: New file.
2681 * gdb/threads/omp-par-scope.exp: New file.
2682
26b911fb
KB
26832019-12-10 Kevin Buettner <kevinb@redhat.com>
2684
bb47f919
KB
2685 * lib/gdb.exp (support_nested_function_tests): New proc.
2686
26872019-12-10 Kevin Buettner <kevinb@redhat.com>
2688
2689 * lib/gdb.exp (gdb_compile_openmp): New proc.
2690 (build_executable_from_specs): Add an "openmp" option.
2691 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2692
6c71eb7d
TT
26932019-12-10 Tom Tromey <tromey@adacore.com>
2694
2695 * gdb.ada/unchecked_union.exp: New file.
2696 * gdb.ada/unchecked_union/pck.adb: New file.
2697 * gdb.ada/unchecked_union/pck.ads: New file.
2698 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2699 * gdb-utils.exp (string_to_regexp): Also quote "?".
2700
bac7c5cf
GB
27012019-12-10 George Barrett <bob@bob131.so>
2702
2703 Test scripted probe breakpoints.
2704 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2705 * gdb.python/py-breakpoint.c (main): Likewise.
2706 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2707 specifier test.
2708 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2709
330f1d38
TBA
27102019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2711
2712 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2713 an rvalue parameter.
2714 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2715 parameter.
2716
b43315e2
AB
27172019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2718
2719 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2720 modules.
2721
54f73dad
AB
27222019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2725 broken version of GCC.
2726
d57cbee9
AB
27272019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2730 sym-info-cmds library.
2731 * gdb.fortran/info-types.exp: Likewise.
2732 * lib/sym-info-cmds.exp: New file.
2733
c14aab8c
TV
27342019-12-08 Tom de Vries <tdevries@suse.de>
2735
2736 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2737
aa2d5a42
KS
27382019-12-07 Keith Seitz <keiths@redhat.com>
2739
2740 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2741 * gdb.base/corefile-buildid-shlib.c: New file.
2742 * gdb.base/corefile-buildid.c: New file.
2743 * gdb.base/corefile-buildid.exp: New file.
2744
93e55f0a
TV
27452019-12-06 Tom de Vries <tdevries@suse.de>
2746
2747 * gdb.dwarf2/varval.exp: Add decl before def test.
2748
c7d12402
TBA
27492019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2750
2751 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2752
06acc08f
TBA
27532019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2754
2755 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2756 CV and reference conversion for overload resolution.
2757 * gdb.cp/rvalue-ref-overload.exp: Test it.
2758
e0fad1ea
PW
27592019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2760
2761 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2762 * gdb.base/frameapply.exp: Test faas without command.
2763
8d70a9f0
AB
27642019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2767 Fortran tests.
2768 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2769 order.
2770
36c8fb93
AB
27712019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2772
2773 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2774 casting to type with no kind specified.
2775 (test_basic_parsing_of_type_kinds): Additional tests for types
2776 with no kind specified, and add tests for single/double
2777 precision/complex types.
2778
4139ff00
TT
27792019-12-04 Tom Tromey <tromey@adacore.com>
2780
2781 * gdb.base/endianity.c (struct other) <x>: New field.
2782 (main): Initialize it.
2783 * gdb.base/endianity.exp: Update.
2784
a05cf17a
TT
27852019-12-04 Tom Tromey <tromey@adacore.com>
2786
2787 * gdb.ada/scalar_storage/storage.adb: New file.
2788 * gdb.ada/scalar_storage/pck.adb: New file.
2789 * gdb.ada/scalar_storage/pck.ads: New file.
2790 * gdb.ada/scalar_storage.exp: New file.
2791
103a685e
TT
27922019-12-04 Tom Tromey <tromey@adacore.com>
2793
2794 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2795 (main): Initialize it.
2796 * gdb.base/endianity.exp: Update.
2797
c2512106
AB
27982019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2801
293b38d6
AB
28022019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2805 -symbol-info-module-functions and -symbol-info-module-variables.
2806
216a7e6b
AB
28072019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2810
5bbd8269
AB
28112019-12-01 Richard Bunt <richard.bunt@arm.com>
2812 Andrew Burgess <andrew.burgess@embecosm.com>
2813
2814 * gdb.fortran/derived-type-striding.exp: New file.
2815 * gdb.fortran/derived-type-striding.f90: New file.
2816 * gdb.fortran/array-slices.exp: New file.
2817 * gdb.fortran/array-slices.f90: New file.
2818
be09caf1
PW
28192019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2820
2821 * gdb.base/define.exp: Test . in command names.
2822 * gdb.base/setshow.exp: Update test, as . is now part of
2823 command name.
2824
643c0cbe
PW
28252019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2826
2827 * gdb.base/define-prefix.exp: New file.
2828
dcdec678
AB
28292019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2830
2831 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2832 compile.
2833 (skip_btrace_pt_tests): Likewise.
2834
640ab947
AB
28352019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2836
2837 * gdb.fortran/info-modules.exp: Compile source files in correct
2838 order.
2839
d22670f0
KB
28402019-11-27 Kevin Buettner <kevinb@redhat.com>
2841
2842 * gdb.dwarf2/imported-unit.exp: New file.
2843 * gdb.dwarf2/imported-unit.c: New file.
2844
db5960b4
AB
28452019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2846
2847 * gdb.mi/mi-fortran-modules-2.f90: New file.
2848 * gdb.mi/mi-fortran-modules.exp: New file.
2849 * gdb.mi/mi-fortran-modules.f90: New file.
2850
7dc42066
AB
28512019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2852
2853 * gdb.mi/mi-sym-info-1.c: New file.
2854 * gdb.mi/mi-sym-info-2.c: New file.
2855 * gdb.mi/mi-sym-info.exp: New file.
2856
0dfeecca
TT
28572019-11-22 Tom Tromey <tromey@adacore.com>
2858
2859 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2860 * gdb.ada/tasks/foo.adb: Add another stopping location.
2861
34877895
PJ
28622019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2863
2864 * gdb.base/endianity.c: New test.
2865 * gdb.base/endianity.exp: New file.
2866
2e84f897
LD
28672019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2868
2869 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2870
65d1cd5f
TV
28712019-11-21 Tom de Vries <tdevries@suse.de>
2872
2873 PR gdb/24956
2874 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2875
4f22c3f4
SDJ
28762019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2877
2878 * gdb.python/py-progspace.exp: Add missing parentheses on some
2879 'print' commands.
2880
9f6ad286
TT
28812019-11-19 Tom Tromey <tom@tromey.com>
2882
2883 * gdb.tui/winheight.exp: New file.
2884
0b8dbf3f
AB
28852019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2886
2887 * gdb.base/ctf-whatis.c: Delete.
2888 * gdb.base/ctf-whatis.exp: Delete.
2889 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2890
f833b7a7
AB
28912019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * gdb.base/ctf-cvexpr.exp: Delete.
2894 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2895
30d0a636
AB
28962019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2899 the compiler. Clean up header comment a little.
2900 * gdb.base/ctf-ptype.exp: Likewise.
2901 * gdb.base/ctf-whatis.exp: Likewise.
2902 * lib/gdb.exp (skip_ctf_tests): New proc.
2903
494409bb
SDJ
29042019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2905
2906 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2907 * gdb.tui/corefile-run.exp: New file.
2908
55708e99
TT
29092019-11-14 Tom Tromey <tromey@adacore.com>
2910
2911 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2912 regression tests.
2913
45e42163
TT
29142019-11-12 Tom Tromey <tom@tromey.com>
2915
2916 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2917 after any command. Expect prompt after WAIT_FOR is seen.
2918 (enter_tui): Enable resize messages.
2919 (command): Expect command in output.
2920 (get_line): Avoid error when cursor appears to be off-screen.
2921 (dump_screen): Include screen size in title.
2922 (_do_resize): New proc, from "resize".
2923 (resize): Rewrite. Do resize in two steps.
2924 * gdb.tui/empty.exp (layouts): Fix entries.
2925 (check_boxes): Remove xfail.
2926 (check_text): Dump screen on failure.
2927
086baaf1
AB
29282019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.python/py-symbol.exp: Add test for
2931 gdb.lookup_static_symbols.
2932
09ff83af
AB
29332019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * gdb.python/py-symbol.c: Declare and call function from new
2936 py-symbol-2.c file.
2937 * gdb.python/py-symbol.exp: Compile both source files, and add new
2938 tests for gdb.lookup_static_symbol.
2939 * gdb.python/py-symbol-2.c: New file.
2940
11af934b
TV
29412019-11-02 Tom de Vries <tdevries@suse.de>
2942
2943 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2944 * gdb.base/anon.exp: Same.
2945 * gdb.base/auto-connect-native-target.exp: Same.
2946 * gdb.base/call-ar-st.exp: Same.
2947 * gdb.base/catch-syscall.exp: Same.
2948 * gdb.base/commands.exp: Same.
2949 * gdb.base/default.exp: Same.
2950 * gdb.base/display.exp: Same.
2951 * gdb.base/float.exp: Same.
2952 * gdb.base/foll-fork.exp: Same.
2953 * gdb.base/help.exp: Same.
2954 * gdb.base/info-macros.exp: Same.
2955 * gdb.base/info-proc.exp: Same.
2956 * gdb.base/info-target.exp: Same.
2957 * gdb.base/long_long.exp: Same.
2958 * gdb.base/macscp.exp: Same.
2959 * gdb.base/memattr.exp: Same.
2960 * gdb.base/nofield.exp: Same.
2961 * gdb.base/pointers.exp: Same.
2962 * gdb.base/printcmds.exp: Same.
2963 * gdb.base/ptype.exp: Same.
2964 * gdb.base/restore.exp: Same.
2965 * gdb.base/return.exp: Same.
2966 * gdb.base/scope.exp: Same.
2967 * gdb.base/set-noassign.exp: Same.
2968 * gdb.base/setshow.exp: Same.
2969 * gdb.base/shlib-call.exp: Same.
2970 * gdb.base/signals.exp: Same.
2971 * gdb.base/sigstep.exp: Same.
2972 * gdb.base/skip.exp: Same.
2973 * gdb.base/solib-symbol.exp: Same.
2974 * gdb.base/stap-probe.exp: Same.
2975 * gdb.base/step-line.exp: Same.
2976 * gdb.base/step-test.exp: Same.
2977 * gdb.base/style.exp: Same.
2978 * gdb.base/varargs.exp: Same.
2979 * gdb.base/vla-datatypes.exp: Same.
2980 * gdb.base/vla-ptr.exp: Same.
2981 * gdb.base/vla-sideeffect.exp: Same.
2982 * gdb.base/volatile.exp: Same.
2983 * gdb.base/watch-cond-infcall.exp: Same.
2984 * gdb.base/watchpoint.exp: Same.
2985
e96ec2ba
TV
29862019-11-02 Tom de Vries <tdevries@suse.de>
2987
2988 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2989 * gdb.cp/cpexprs.exp: Same.
2990 * gdb.cp/except-multi-location.exp: Same.
2991 * gdb.cp/exceptprint.exp: Same.
2992 * gdb.cp/gdb2384.exp: Same.
2993 * gdb.cp/inherit.exp: Same.
2994 * gdb.cp/m-static.exp: Same.
2995 * gdb.cp/meth-typedefs.exp: Same.
2996 * gdb.cp/misc.exp: Same.
2997 * gdb.cp/namespace.exp: Same.
2998 * gdb.cp/non-trivial-retval.exp: Same.
2999 * gdb.cp/overload.exp: Same.
3000 * gdb.cp/pr17132.exp: Same.
3001 * gdb.cp/re-set-overloaded.exp: Same.
3002 * gdb.cp/rvalue-ref-types.exp: Same.
3003 * gdb.cp/templates.exp: Same.
3004
bd5766ec
LM
30052019-11-01 Luis Machado <luis.machado@linaro.org>
3006
3007 PR gdb/25124
3008
3009 * gdb.arch/pr25124.S: New file.
3010 * gdb.arch/pr25124.exp: New file.
3011
165f8965
AB
30122019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.fortran/info-modules.exp: Update expected results, and add
3015 additional tests for 'info module functinos', and 'info module
3016 variables'.
3017 * gdb.fortran/info-types.exp: Update expected results.
3018 * gdb.fortran/info-types.f90: Extend testcase with additional
3019 module variables and functions.
3020
59c35742
AB
30212019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3022
3023 * gdb.fortran/info-modules.exp: New file.
3024 * gdb.fortran/info-types.exp: Build with new file.
3025 * gdb.fortran/info-types.f90: Include and use new module.
3026 * gdb.fortran/info-types-2.f90: New file.
3027
f3fb2519
PW
30282019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3029
3030 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3031 * gdb.base/settings.exp: Test all settings types using
3032 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3033 that now verifies that the value of "maint show" is the same as
3034 returned by the settings functions. Test the type of the
3035 maintenance settings.
3036 * gdb.base/default.exp: Update show_conv_list.
3037
d1e36019
TV
30382019-10-31 Tom de Vries <tdevries@suse.de>
3039
3040 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3041 gdb_test.
3042 * gdb.arch/amd64-disp-step.exp: Same.
3043 * gdb.asm/asm-source.exp: Same.
3044 * gdb.btrace/buffer-size.exp: Same.
3045 * gdb.btrace/cpu.exp: Same.
3046 * gdb.btrace/enable.exp: Same.
3047 * gdb.dwarf2/count.exp: Same.
3048 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3049 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3050 * gdb.fortran/vla-datatypes.exp: Same.
3051 * gdb.fortran/vla-history.exp: Same.
3052 * gdb.fortran/vla-ptype.exp: Same.
3053 * gdb.fortran/vla-value.exp: Same.
3054 * gdb.fortran/whatis_type.exp: Same.
3055 * gdb.guile/guile.exp: Same.
3056 * gdb.multi/tids.exp: Same.
3057 * gdb.python/py-finish-breakpoint.exp: Same.
3058 * gdb.python/py-framefilter.exp: Same.
3059 * gdb.python/py-pp-registration.exp: Same.
3060 * gdb.python/py-xmethods.exp: Same.
3061 * gdb.python/python.exp: Same.
3062 * gdb.server/connect-with-no-symbol-file.exp: Same.
3063 * gdb.server/no-thread-db.exp: Same.
3064 * gdb.server/run-without-local-binary.exp: Same.
3065 * gdb.stabs/weird.exp: Same.
3066 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3067 * gdb.threads/thread-find.exp: Same.
3068 * gdb.threads/tls-shared.exp: Same.
3069 * gdb.threads/tls.exp: Same.
3070 * gdb.threads/wp-replication.exp: Same.
3071 * gdb.trace/ax.exp: Same.
3072 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3073
3d11e68e
TV
30742019-10-31 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3077 * gdb.ada/array_subscript_addr.exp: Same.
3078 * gdb.ada/arrayidx.exp: Same.
3079 * gdb.ada/arrayparam.exp: Same.
3080 * gdb.ada/arrayptr.exp: Same.
3081 * gdb.ada/boolean_expr.exp: Same.
3082 * gdb.ada/call_pn.exp: Same.
3083 * gdb.ada/complete.exp: Same.
3084 * gdb.ada/fixed_cmp.exp: Same.
3085 * gdb.ada/fun_addr.exp: Same.
3086 * gdb.ada/funcall_param.exp: Same.
3087 * gdb.ada/interface.exp: Same.
3088 * gdb.ada/mod_from_name.exp: Same.
3089 * gdb.ada/null_array.exp: Same.
3090 * gdb.ada/packed_array.exp: Same.
3091 * gdb.ada/packed_tagged.exp: Same.
3092 * gdb.ada/print_chars.exp: Same.
3093 * gdb.ada/print_pc.exp: Same.
3094 * gdb.ada/ptype_arith_binop.exp: Same.
3095 * gdb.ada/ptype_field.exp: Same.
3096 * gdb.ada/ptype_tagged_param.exp: Same.
3097 * gdb.ada/rec_return.exp: Same.
3098 * gdb.ada/ref_tick_size.exp: Same.
3099 * gdb.ada/str_ref_cmp.exp: Same.
3100 * gdb.ada/taft_type.exp: Same.
3101 * gdb.ada/tagged.exp: Same.
3102 * gdb.ada/type_coercion.exp: Same.
3103 * gdb.ada/uninitialized_vars.exp: Same.
3104
60b6ede8
TV
31052019-10-30 Tom de Vries <tdevries@suse.de>
3106
3107 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3108
30baf67b
TV
31092019-10-26 Tom de Vries <tdevries@suse.de>
3110
3111 * gdb.base/bigcore.c: Fix typos in comments.
3112 * gdb.base/ctf-ptype.c: Same.
3113 * gdb.base/long_long.c: Same.
3114 * gdb.dwarf2/dw2-op-out-param.S: Same.
3115 * gdb.python/py-evthreads.c: Same.
3116 * gdb.reverse/i387-stack-reverse.c: Same.
3117 * gdb.trace/tfile.c: Same.
3118 * lib/compiler.c: Same.
3119 * lib/compiler.cc: Same.
3120
158da0d1
TV
31212019-10-25 Tom de Vries <tdevries@suse.de>
3122
3123 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3124 gdb_test_multiple calls.
3125 * gdb.reverse/sigall-reverse.exp: Same.
3126 * gdb.reverse/solib-precsave.exp: Same.
3127 * gdb.reverse/solib-reverse.exp: Same.
3128 * gdb.reverse/until-precsave.exp: Same.
3129 * gdb.reverse/until-reverse.exp: Same.
3130
4ccdfbec
TV
31312019-10-24 Tom de Vries <tdevries@suse.de>
3132
3133 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3134 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3135 kfail using -wrap pattern flag and convenience variable
3136 gdb_test_name.
3137
33d569b7
AB
31382019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * gdb.python/py-progspace.exp: Add tests for the
3141 Progspace.block_for_pc method.
3142
4d0b984b
TT
31432019-10-23 Tom Tromey <tom@tromey.com>
3144
3145 * configure: Rebuild.
3146 * aclocal.m4: Use m4_include, not sinclude.
3147
94cb3754
TV
31482019-10-21 Tom de Vries <tdevries@suse.de>
3149
3150 * gdb.base/infcall-nested-structs.c: Add
3151 __attribute__((noinline,noclone)) to all functions.
3152 (call_all): Add missing variable initialization. Simplify return value.
3153 (breakpt): Increment volatile variable, to prevent call from being
3154 optimized out.
3155 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3156
062f1fc1
TV
31572019-10-17 Tom de Vries <tdevries@suse.de>
3158
3159 * gdb.fortran/module.exp: Allow info variables to print info for files
3160 other than module.f90.
3161
0b54364d
AB
31622019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3163
3164 * gdb.fortran/module.exp: Extend with 'info variables' test.
3165
7ff5fae7
AB
31662019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3167
3168 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3169 F77_FOR_TARGET.
3170
d10eccaa
TV
31712019-10-16 Tom de Vries <tdevries@suse.de>
3172
3173 PR tdep/25096
3174 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3175
745ff14e
TV
31762019-10-16 Tom de Vries <tdevries@suse.de>
3177
3178 PR tdep/24104
3179 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3180 Add KFAIL for PR tdep/25096.
3181
03e1ab94
TV
31822019-10-16 Tom de Vries <tdevries@suse.de>
3183
3184 PR testsuite/25059
3185 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3186
b17fcc10
TV
31872019-10-16 Tom de Vries <tdevries@suse.de>
3188
3189 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3190 as signed.
3191
9223170f
SM
31922019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3193
3194 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3195 one instead of increasing timeout.
3196
d6e76313
TV
31972019-10-13 Tom de Vries <tdevries@suse.de>
3198
3199 PR record/25038
3200 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3201 * gdb.reverse/sigall-reverse.exp: Same.
3202 * gdb.reverse/solib-precsave.exp: Same.
3203 * gdb.reverse/solib-reverse.exp: Same.
3204 * gdb.reverse/step-precsave.exp: Same.
3205 * gdb.reverse/until-precsave.exp: Same.
3206 * gdb.reverse/until-reverse.exp: Same.
3207 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3208
6dfc0041
AA
32092019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3210
3211 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3212 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3213 (cmp_struct_05_01, cmp_struct_static_02_01)
3214 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3215 comparisons.
3216
abcf2cc8
TV
32172019-10-10 Tom de Vries <tdevries@suse.de>
3218
3219 PR testsuite/24888
3220 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3221 gnatlink.
3222
a50faaf6
TV
32232019-10-09 Tom de Vries <tdevries@suse.de>
3224
3225 PR testsuite/25048
3226 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3227
60ff3cd7
AB
32282019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3229
3230 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3231 exceptions due to missing debug information.
3232
dfee8566
TV
32332019-10-07 Tom de Vries <tdevries@suse.de>
3234
3235 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3236
3d63690a
AB
32372019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3240 * gdb.base/annota1.exp: Update to use gdb_test_name.
3241
30d1f018
WP
32422019-10-07 Weimin Pan <weimin.pan@oracle.com>
3243
3244 * gdb.base/ctf-whatis.exp: New file.
3245 * gdb.base/ctf-whatis.c: New file.
3246 * gdb.base/ctf-ptype.exp: New file.
3247 * gdb.base/ctf-ptype.c: New file.
3248 * gdb.base/ctf-constvars.exp: New file.
3249 * gdb.base/ctf-constvars.c: New file.
3250 * gdb.base/ctf-cvexpr.exp: New file.
3251
4dbbb47c
TV
32522019-10-04 Tom de Vries <tdevries@suse.de>
3253
3254 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3255 for loop.
3256
77c2dba3
TT
32572019-10-03 Tom Tromey <tom@tromey.com>
3258
3259 PR rust/24976:
3260 * gdb.rust/simple.rs (Union2): New type.
3261 (main): Use Union2.
3262 * gdb.rust/simple.exp: Add test.
3263
179aed7f
AB
32642019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3265
3266 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3267 nested function prefix.
3268
0a4b0913
AB
32692019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3270 Richard Bunt <richard.bunt@arm.com>
3271 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3274 nested functions.
3275 * gdb.fortran/nested-funcs.f90: Update expected results.
3276 * gdb.fortran/nested-funcs-2.exp: New file.
3277 * gdb.fortran/nested-funcs-2.f90: New file.
3278
082cce05
AB
32792019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3280
3281 * gdb.python/py-parameter.exp: Make test names unique.
3282 * gdb.python/py-template.exp: Likewise.
3283 * gdb.python/py-value.exp: Likewise.
3284
2b74ba5a
AB
32852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3286
3287 * gdb.base/break-interp.exp: Reduce test name duplication.
3288 * gdb.base/call-sc.exp: Likewise.
3289 * gdb.base/callfuncs.exp: Likewise.
3290 * gdb.base/charset.exp: Likewise.
3291 * gdb.base/dump.exp: Likewise.
3292 * gdb.base/ena-dis-br.exp: Likewise.
3293 * gdb.base/relational.exp: Likewise.
3294 * gdb.base/step-over-syscall.exp: Likewise.
3295 * gdb.base/structs.exp: Likewise.
3296
58eb20d5
AB
32972019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3298
3299 * gdb.linespec/explicit.exp: Make test names unique.
3300 * gdb.linespec/ls-errs.exp: Likewise.
3301
4d421147
AB
33022019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3303
3304 * gdb.reverse/break-precsave.exp: Make test names unique.
3305 * gdb.reverse/break-reverse.exp: Likewise.
3306 * gdb.reverse/finish-precsave.exp: Likewise.
3307 * gdb.reverse/finish-reverse.exp: Likewise.
3308 * gdb.reverse/machinestate-precsave.exp: Likewise.
3309 * gdb.reverse/machinestate.exp: Likewise.
3310 * gdb.reverse/readv-reverse.exp: Likewise.
3311 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3312 * gdb.reverse/sigall-precsave.exp: Likewise.
3313 * gdb.reverse/sigall-reverse.exp: Likewise.
3314 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3315 * gdb.reverse/watch-precsave.exp: Likewise.
3316 * gdb.reverse/watch-reverse.exp: Likewise.
3317
d8c06f22
AB
33182019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3319
3320 * gdb.threads/stop-with-handle.c: New file.
3321 * gdb.threads/stop-with-handle.exp: New file.
3322
3a56ed86
TV
33232019-10-03 Tom de Vries <tdevries@suse.de>
3324
3325 PR testsuite/25059
3326 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3327 directory" line to be missing.
3328
42275044
TV
33292019-10-03 Tom de Vries <tdevries@suse.de>
3330
3331 PR testsuite/25059
3332 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3333 type optional.
3334
9ef62df0
AA
33352019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3336
3337 * gdb.python/py-format-string.c (string.h): New include.
3338 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3339 the same value, for endianness-independence.
3340 * gdb.python/py-format-string.exp (default_regexp_dict)
3341 (test_pretty_structs, test_format): Adjust expected output to the
3342 changed initialization.
3343
37f6a7f4
TT
33442019-10-02 Tom Tromey <tromey@adacore.com>
3345
3346 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3347
1d58d6a2
PA
33482019-10-02 Pedro Alves <palves@redhat.com>
3349 Andrew Burgess <andrew.burgess@embecosm.com>
3350
3351 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3352 "print-file-var.h".
3353 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3354 (get_version_1): Print this_version_id and its address.
3355 Add extern "C" wrappers around interface functions.
3356 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3357 "print-file-var.h".
3358 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3359 (get_version_2): Print this_version_id and its address.
3360 Add extern "C" wrappers around interface functions.
3361 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3362 <stddef.h> and "print-file-var.h".
3363 Add extern "C" wrappers around interface functions.
3364 [VERSION_ID_MAIN] (this_version_id): Define.
3365 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3366 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3367 up extern "C" blocks.
3368 * gdb.base/print-file-var.exp (test): New, factored out from top
3369 level.
3370 (top level): Test all combinations of attribute hidden or not,
3371 dlopen or not, and this_version_id symbol in main file or not.
3372 Compile tests as both C++ and C, make test names unique.
3373
d770d56f
TT
33742019-10-01 Tom Tromey <tom@tromey.com>
3375
3376 * gdb.base/style.exp: Test "show logging filename".
3377
7f6aba03
TT
33782019-10-01 Tom Tromey <tom@tromey.com>
3379
3380 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3381 * gdb.base/style.exp: Add metadata style test.
3382
14309bb6
TT
33832019-10-01 Tom Tromey <tom@tromey.com>
3384
3385 * gdb.base/style.exp: Test "pwd".
3386
2a3c1174
PA
33872019-10-01 Tom Tromey <tom@tromey.com>
3388
3389 * gdb.base/style.exp: Update tests.
3390
53d666ec
AA
33912019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3392
3393 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3394 'six' to unsigned.
3395 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3396 'five'. Use an all-ones bit pattern for each.
3397 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3398 to its changed values.
3399
4a56a520
TT
34002019-09-30 Tom Tromey <tromey@adacore.com>
3401
3402 * gdb.rust/traits.rs: Disable all warnings.
3403
0df0352a
TV
34042019-09-29 Tom de Vries <tdevries@suse.de>
3405
aac66a4c 3406 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3407
73d9a918
TV
34082019-09-29 Tom de Vries <tdevries@suse.de>
3409
3410 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3411
060b3ab4
TV
34122019-09-27 Tom de Vries <tdevries@suse.de>
3413
3414 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3415
68f7d34d
TV
34162019-09-27 Tom de Vries <tdevries@suse.de>
3417
3418 PR record/23188
3419 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3420
5d63b30a
TT
34212019-09-26 Tom Tromey <tromey@adacore.com>
3422
3423 * gdb.ada/py_taft.exp: New file.
3424 * gdb.ada/py_taft/main.adb: New file.
3425 * gdb.ada/py_taft/pkg.adb: New file.
3426 * gdb.ada/py_taft/pkg.ads: New file.
3427
3d435220
TV
34282019-09-24 Tom de Vries <tdevries@suse.de>
3429
3430 PR gdb/24598
3431 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3432
77d03678
TV
34332019-09-22 Tom de Vries <tdevries@suse.de>
3434
3435 * gdb.base/restore.exp: Allow register variables to be optimized out at
3436 -O0.
3437
abf516c6
UW
34382019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3439
3440 * gdb.arch/spu-info.exp: Remove file.
3441 * gdb.arch/spu-info.c: Remove file.
3442 * gdb.arch/spu-ls.exp: Remove file.
3443 * gdb.arch/spu-ls.c: Remove file.
3444
3445 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3446 * gdb.asm/spu.inc: Remove file.
3447
3448 * gdb.base/dump.exp: Remove support for spu*-*-*.
3449 * gdb.base/stack-checking.exp: Likewise.
3450 * gdb.base/overlays.exp: Likewise.
3451 * gdb.base/ovlymgr.c: Likewise.
3452 * gdb.base/spu.ld: Remove file.
3453
3454 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3455 * gdb.cp/cpexprs.exp: Likewise.
3456 * gdb.cp/exception.exp: Likewise.
3457 * gdb.cp/gdb2495.exp: Likewise.
3458 * gdb.cp/mb-templates.exp: Likewise.
3459 * gdb.cp/pr9167.exp: Likewise.
3460 * gdb.cp/userdef.exp: Likewise.
3461
3462 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3463
3464 * gdb.cell: Remove directory.
3465 * lib/cell.exp: Remove file.
3466
e452e88f
TV
34672019-09-19 Tom de Vries <tdevries@suse.de>
3468
3469 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3470
8a625130
TV
34712019-09-19 Tom de Vries <tdevries@suse.de>
3472
3473 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3474
81dc3ab5
TV
34752019-09-19 Tom de Vries <tdevries@suse.de>
3476
3477 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3478 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3479 (gdb_target_cmd): ... here.
3480 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3481 value 2.
3482
b078f3ac
AB
34832019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.base/source-dir.exp: Avoid having directory names in test
3486 names.
3487
f1b620e9
MG
34882019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3491 directory.
3492
67f3ed6a
AB
34932019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * gdb.base/list-missing-source.exp: New file.
3496
d1b70248
TV
34972019-09-14 Tom de Vries <tdevries@suse.de>
3498
3499 PR teststuite/24599
3500 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3501 * lib/ada.exp (gnatmake_version_at_least): New proc.
3502
5fabdcd6
AB
35032019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3504
3505 * gdb.base/maint.exp: Use exec_has_index_section.
3506
aa17805f
AB
35072019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3508
3509 * gdb.base/maint.exp: Add test for 'maint info sections'.
3510
25e5c209
TV
35112019-09-12 Tom de Vries <tdevries@suse.de>
3512
3513 * gdb.base/store.exp: Allow register variables to be optimized out at
3514 -O0.
3515
4993045d
PW
35162019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3517
3518 * gdb.ada/rdv_wait.exp: Update to new task names.
3519 * gdb.base/task_switch_in_core.exp: Likewise.
3520 * gdb.base/info_sources_base.c: Likewise.
3521
8a516164
TT
35222019-09-10 Tom Tromey <tromey@adacore.com>
3523
3524 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3525
aa391654
TT
35262019-09-10 Tom Tromey <tromey@adacore.com>
3527
3528 * gdb.ada/dgopt.exp: New file.
3529 * gdb.ada/dgopt/x.adb: New file.
3530
8634b462
TT
35312019-09-08 Tom Tromey <tom@tromey.com>
3532
3533 * gdb.tui/resize.exp: Remove setup_xfail.
3534 * gdb.tui/regs.exp: Remove setup_xfail.
3535 * gdb.tui/basic.exp: Remove setup_xfail.
3536
736b0f76
DB
35372019-09-06 David Blaikie <dblaikie@gmail.com>
3538
3539 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3540 * gdb.cp/cplabel.exp: Ditto.
3541 * gdb.linespec/ls-errs.exp: Ditto.
3542
30331a6c
TV
35432019-09-05 Tom de Vries <tdevries@suse.de>
3544
3545 * lib/gdb.exp (cmp_file_string): New proc.
3546 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3547 runto_main. Verify save breakpoints output.
3548
98b0ebab
PW
35492019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3550
3551 * gdb.base/info-var.exp: Test info variables without running
3552 to main, to avoid expect's buffer overflow.
3553
4e962e74
TT
35542019-09-03 Tom Tromey <tromey@adacore.com>
3555
3556 * gdb.ada/bias.exp: New file.
3557 * gdb.ada/bias/bias.adb: New file.
3558 * gdb.ada/print_chars.exp: Add regression test.
3559 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3560 (MC): New variable.
3561
2ea1a07a
SL
35622019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3563
3564 * gdb.base/argv0-symlink.exp: Run only on native target
3565 and local host.
3566
8077c50d
TV
35672019-08-29 Tom de Vries <tdevries@suse.de>
3568
3569 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3570 diverse debug info.
3571 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3572
48352473
TV
35732019-08-28 Tom de Vries <tdevries@suse.de>
3574
3575 * gdb.base/info-var.exp: Allow info variables to print info for files
3576 other than info-var-f1.c and info-var-f2.c.
3577
d8f27c60
AB
35782019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 * gdb.fortran/info-types.exp: Add module.
3581 * gdb.fortran/info-types.f90: Update expected results.
3582
1f20c35e
AB
35832019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3584
3585 * gdb.fortran/info-types.exp: New file.
3586 * gdb.fortran/info-types.f90: New file.
3587 * lib/fortran.exp (fortran_character1): New proc.
3588
4acfdd20
AB
35892019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3592 functions'. Reindent as needed.
3593 * gdb.base/info-var-f1.c: New file.
3594 * gdb.base/info-var-f2.c: New file.
3595 * gdb.base/info-var.exp: New file.
3596 * gdb.base/info-var.h: New file.
3597
5c31b358
TV
35982019-08-26 Tom de Vries <tdevries@suse.de>
3599
3600 PR c++/24852
3601 * gdb.cp/no-libstdcxx-probe.exp: New test.
3602
b694989f
TV
36032019-08-26 Tom de Vries <tdevries@suse.de>
3604
3605 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3606 * tests need to be skipped.
3607 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3608 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3609 mi_skip_libstdcxx_probe_tests.
3610
d9c4ba53
SDJ
36112019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3612
3613 * gdb.python/py-xmethods.exp: Use raw strings when passing
3614 arguments to SimpleXMethodMatcher.
3615
395fad09
TV
36162019-08-22 Tom de Vries <tdevries@suse.de>
3617
3618 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3619 more informative.
3620
26c957f1
PA
36212019-08-21 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.base/with.exp: Test "with" with no arguments.
3624
61f80d5d
TV
36252019-08-21 Tom de Vries <tdevries@suse.de>
3626
3627 * gdb.base/gdb-caching-proc.exp: Sort files.
3628
d7a11d13
TV
36292019-08-20 Tom de Vries <tdevries@suse.de>
3630
3631 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3632 compilation.
3633
34dafe9f
TV
36342019-08-16 Tom de Vries <tdevries@suse.de>
3635
3636 * gdb.base/compare-sections.exp ("after run to main"): Allow
3637 mismatched read-only sections for PIE executables.
3638
398fdd60
TT
36392019-08-16 Tom Tromey <tom@tromey.com>
3640
3641 * lib/tuiterm.exp (_csi_Z): New proc.
3642 * gdb.tui/basic.exp: Update window positions.
3643 * gdb.tui/empty.exp: Update window positions.
3644
d8f9e51c
SL
36452019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3646
3647 * gdb.base/examine-backward.exp: Correct regexp for
3648 "examine 3 bytes backward from ${address_zero}".
3649
3df505f6
TT
36502019-08-15 Tom Tromey <tom@tromey.com>
3651
3652 * gdb.tui/empty.exp: Enable resizing tests.
3653
272560b5
TT
36542019-08-15 Tom Tromey <tromey@adacore.com>
3655
3656 * gdb.ada/char_enum.exp: Add regression tests.
3657 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3658 and '0'.
3659 (Char, Gchar): Update.
3660 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3661
08235187
CB
36622019-08-15 Christian Biesinger <cbiesinger@google.com>
3663
3664 * gdb.python/python.exp: Expect a leading underscore on
3665 GdbOutput{,Error}File.
3666
22a2ab04
SL
36672019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3668
3669 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3670 Windows host.
3671
835b995b
SL
36722019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3673
3674 * gdb.base/batch-preserve-term-settings.exp
3675 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3676
97dd8e07
CB
36772019-08-15 Christian Biesinger <cbiesinger@google.com>
3678
3679 * lib/gdb.exp: When running on a mingw target, replace
3680 /x/ with x:/.
3681
75faf5c4
AH
36822019-08-14 Alan Hayward <alan.hayward@arm.com>
3683
3684 * gdb.arch/aarch64-prologue.c: New test.
3685 * gdb.arch/aarch64-prologue.exp: New file.
3686
abc6c00f
TV
36872019-08-13 Tom de Vries <tdevries@suse.de>
3688
3689 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3690 Thread.
3691
74c2c1f4
SL
36922019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3693
3694 * gdb.python/py-completion.exp: Download the .py file to the host
3695 and use its host pathname. Conditionalize tests that use
3696 tab completion and manipulate files on the build machine.
3697 * gdb.python/py-events.exp: Download the .py file to the host
3698 and use its host pathname.
3699 * gdb.python/py-evsignal.exp: Likewise.
3700 * gdb.python/py-evthreads.exp: Likewise.
3701 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3702 pathname syntax.
3703 * gdb.python/py-framefilter.exp: Download the .py file to the right
3704 place on the host. Match Windows pathname syntax.
3705 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3706 .py file to the host and use its host pathname.
3707 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3708 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3709 build pathname. Skip symlink test on Windows host. Add missing
3710 newline at end of file.
3711 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3712 and use its host pathname.
3713 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3714 * gdb.python/py-section-script.exp: Use host location of binfile
3715 on safe-path. Use correct path separator on Windows host.
3716 Reorder alternatives in gdb_test_multiple to prevent matching
3717 the wrong alternative on success.
3718 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3719
ca2589f3
PP
37202019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3721
3722 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3723 expect the GDB inferior to no longer immediately stop after
3724 being resumed with "signal SIGINT".
3725
020a839d
SL
37262019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3727
3728 * gdb.linespec/break-ask.exp: Generalize regexps to match
3729 Windows pathnames too.
3730
128d6509
TV
37312019-08-08 Tom de Vries <tdevries@suse.de>
3732
3733 PR testsuite/24862
3734 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3735
590042fc
PW
37362019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3737
3738 * gdb.base/style.exp: Update tests for help doc new invariants.
3739 * gdb.base/help.exp: Likewise.
3740
046bebe1
TT
37412019-08-06 Tom Tromey <tom@tromey.com>
3742
3743 * gdb.base/style.exp: Add disassemble test.
3744 * gdb.base/style.c (some_called_function): New function.
3745 (main): Use it.
3746
0b27c27d
CB
37472019-08-05 Christian Biesinger <cbiesinger@google.com>
3748
3749 * gdb.python/py-block.exp: Test dictionary access on blocks.
3750
580f1034
SM
37512019-08-05 Simon Marchi <simon.marchi@efficios.com>
3752
3753 PR gdb/24863
3754 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3755 -list-thread-groups --available test when running under
3756 check-read1.
3757
d86bd7cb
TV
37582019-08-05 Tom de Vries <tdevries@suse.de>
3759
3760 PR testsuite/24863
3761 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3762 * gdb.base/help.exp: Use with_read1_timeout_factor.
3763 * gdb.base/info-macros.exp: Same.
3764 * gdb.cp/nested-types.exp: Same.
3765
a80cf5d8
TV
37662019-08-05 Tom de Vries <tdevries@suse.de>
3767
3768 * lib/gdb.exp (version_at_least): Factor out of ...
3769 (tcl_version_at_least): ... here.
3770 (gdb_compile): Fail if pie results in non-PIE executable.
3771 (readelf_version, readelf_prints_pie): New proc.
3772 (exec_is_pie): Return -1 if unknown.
3773
d0962838
TV
37742019-08-05 Tom de Vries <tdevries@suse.de>
3775
3776 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3777
2252ff3d
SL
37782019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3779
3780 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3781
26655f53
SL
37822019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3783
3784 * lib/completion-support.exp (test_gdb_complete_none): Skip
3785 tab completion tests if no readline support.
3786 (test_gdb_complete_unique_re): Likewise.
3787 (test_gdb_complete_multiple): Likewise.
3788
db4dc13e
PW
37892019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3790
3791 * gdb.base/info_sources.exp: New file.
3792 * gdb.base/info_sources.c: New file.
3793 * gdb.base/info_sources_base.c: New file.
3794
0eba165a
PFC
37952019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3796
3797 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3798 prefix argument.
3799 (test_exit_status): Add prefix argument.
3800
59bd512b
TV
38012019-08-01 Tom de Vries <tdevries@suse.de>
3802
3803 PR testsuite/24863
3804 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3805 calling exp_continue for new thread and thread exited messages.
3806
2a3ad588
TV
38072019-08-01 Tom de Vries <tdevries@suse.de>
3808
3809 PR testsuite/24863
3810 * gdb.base/structs.exp: Fix check-read1 timeout using
3811 gdb_test_sequence.
3812 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3813
117eb594
TV
38142019-08-01 Tom de Vries <tdevries@suse.de>
3815
3816 PR testsuite/24863
3817 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3818 line.
3819
ed591340
TV
38202019-08-01 Tom de Vries <tdevries@suse.de>
3821
3822 PR testsuite/24863
3823 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3824
aa3b6533
TT
38252019-07-30 Tom Tromey <tromey@adacore.com>
3826
3827 * gdb.ada/display_nested.exp: New file.
3828 * gdb.ada/display_nested/foo.adb: New file.
3829 * gdb.ada/display_nested/pack.adb: New file.
3830 * gdb.ada/display_nested/pack.ads: New file.
3831
2906593f
CB
38322019-07-30 Christian Biesinger <cbiesinger@google.com>
3833
3834 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3835 namespace.
3836 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3837
0f575925
TV
38382019-07-30 Tom de Vries <tdevries@suse.de>
3839
3840 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3841 instead.
3842
b13057d9
TV
38432019-07-30 Tom de Vries <tdevries@suse.de>
3844
3845 PR testsuite/24834
3846 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3847 (exec_is_pie): New proc.
3848
5c4dde85
CB
38492019-07-29 Christian Biesinger <cbiesinger@google.com>
3850
3851 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3852
c620ed88
CB
38532019-07-29 Christian Biesinger <cbiesinger@google.com>
3854
3855 * gdb.python/py-objfile.c: Add global and static vars.
3856 * gdb.python/py-objfile.exp: Test new functions Objfile.
3857 lookup_global_symbol and lookup_static_symbol.
3858
3d235706
TT
38592019-07-29 Tom Tromey <tom@tromey.com>
3860
3861 * lib/tuiterm.exp (Term::_csi_@): New proc.
3862 (Term::_csi_X): Don't move cursor.
3863
c7e4c0a6
PW
38642019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3865
3866 * gdb.base/options.exp: Update backtrace - completion to
3867 new option -frame-info.
3868 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3869 Test new 'set print frame-info'. Test backtrace -frame-info
3870 overriding 'set print frame-info'.
3871 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3872 Test new 'set print frame-info'.
3873 Verify consistency of backtrace with and without filters, with and
3874 without -no-filters.
3875 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3876 default.
3877
de28a3b7
TV
38782019-07-29 Tom de Vries <tdevries@suse.de>
3879
3880 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3881 no arguments".
3882
507dd60e
TV
38832019-07-29 Tom de Vries <tdevries@suse.de>
3884
3885 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3886 is a substring of the first for "complete non-unique file name".
3887
5beafce9
TV
38882019-07-29 Tom de Vries <tdevries@suse.de>
3889
3890 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3891 with ".*".
3892
2d274232
TV
38932019-07-29 Tom de Vries <tdevries@suse.de>
3894
3895 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3896 Pass prompt_regexp parameter to gdb_test_multiple calls.
3897
9197cd8b
TV
38982019-07-29 Tom de Vries <tdevries@suse.de>
3899
3900 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3901 print registers" regexps.
9197cd8b 3902
b528dae0
TV
39032019-07-29 Tom de Vries <tdevries@suse.de>
3904
3905 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3906
d17725d7
TV
39072019-07-29 Tom de Vries <tdevries@suse.de>
3908
3909 PR gdb/24855
3910 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3911 (skip_python_tests_prompt): Add prompt_regexp argument to
3912 gdb_test_multiple calls.
3913
52b75bf1
TT
39142019-07-27 Tom Tromey <tom@tromey.com>
3915
3916 * gdb.tui/main.exp: New file.
3917
2b1d00c2
TT
39182019-07-27 Tom Tromey <tom@tromey.com>
3919
3920 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3921 optional.
3922 * gdb.tui/empty.exp: New file.
3923
ded631d5
TT
39242019-07-27 Tom Tromey <tom@tromey.com>
3925
3926 * lib/tuiterm.exp (spawn): New proc.
3927 (Term::resize): New proc.
3928 * gdb.tui/resize.exp: New file.
3929
58ac439d
TT
39302019-07-27 Tom Tromey <tom@tromey.com>
3931
3932 * gdb.tui/list.exp: New file.
3933
fe1f56ee
TT
39342019-07-27 Tom Tromey <tom@tromey.com>
3935
3936 * gdb.tui/regs.exp: New file.
3937
f790b310
TT
39382019-07-27 Tom Tromey <tom@tromey.com>
3939
3940 * gdb.tui/basic.exp: Add "layout split" test.
3941
d95fc6ee
TT
39422019-07-27 Tom Tromey <tom@tromey.com>
3943
3944 * gdb.tui/basic.exp: Add "layout asm" test.
3945
c3786b3a
TT
39462019-07-27 Tom Tromey <tom@tromey.com>
3947
3948 * lib/tuiterm.exp: New file.
3949 * gdb.tui/basic.exp: New file.
3950
98a617f8
KB
39512019-07-27 Kevin Buettner <kevinb@redhat.com>
3952
3953 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3954 Enable tests associated with this flag. Adjust regex
3955 referencing "foo_low" to now refer to "foo_cold" instead.
3956
5c076da4
KB
39572019-07-27 Kevin Buettner <kevinb@redhat.com>
3958
3959 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3960 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3961 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3962 foo_cold. Revise comments to match.
3963 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3964 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3965 were wrapped into this proc; Call do_test in loop from outermost
3966 level.
3967 (foo_low): Rename all occurrences to "foo_cold".
3968 (backtrace from baz): New test.
3969 (x2/i foo_cold): New test.
3970 (info line *foo_cold): New test.
3971
1512d3b7
TV
39722019-07-26 Tom de Vries <tdevries@suse.de>
3973
3974 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3975
297989a1
TV
39762019-07-25 Tom de Vries <tdevries@suse.de>
3977
3978 PR testsuite/24830
3979 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3980 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3981 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3982 (skip_libstdcxx_probe_tests): ... here.
3983 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3984
b3b965fb
TV
39852019-07-24 Tom de Vries <tdevries@suse.de>
3986
3987 PR testsuite/24807
3988 * gdb.objc/basicclass.m: Include stdio.h.
3989 * gdb.objc/nondebug.m: Same.
3990 * gdb.objc/objcdecode.m: Same.
3991
4625b4d0
TV
39922019-07-24 Tom de Vries <tdevries@suse.de>
3993
3994 PR testsuite/24612
3995 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3996 additional_flags.
3997
024a5840
TV
39982019-07-24 Tom de Vries <tdevries@suse.de>
3999
4000 PR testsuite/24831
4001 * gdb.multi/tids.exp: Update error messages for info threads.
4002
c76ddaa3
TV
40032019-07-24 Tom de Vries <tdevries@suse.de>
4004
4005 * gdb.base/info-types.exp: Allow info types to print info for more than
4006 one file.
4007
9a618ef6
TV
40082019-07-23 Tom de Vries <tdevries@suse.de>
4009
4010 PR testsuite/24842
4011 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4012 gdb_spawn_with_cmdline_opts.
4013
40eadf04
SP
40142019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4015
4016 * gdb.arch/arm-cmse-sgstubs.c: New test.
4017 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4018
5ba29434
TV
40192019-07-23 Tom de Vries <tdevries@suse.de>
4020
4021 PR testsuite/24711
4022 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4023 issuing next command.
4024
a8e9d247
AB
40252019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4026
4027 * gdb.ada/info_auto_lang.exp: Update expected results.
4028 * gdb.base/info-types.c: Add additional types to check.
4029 * gdb.base/info-types.exp: Update expected results.
4030
eb86c5e2
AB
40312019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4032
4033 * gdb.base/info-types.c: New file.
4034 * gdb.base/info-types.exp: New file.
4035
01e175fe
AB
40362019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4037
4038 * gdb.arch/riscv-bp-infcall.c: New file.
4039 * gdb.arch/riscv-bp-infcall.exp: New file.
4040
6b78c3f8
AB
40412019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4042
4043 PR breakpoints/24541
4044 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4045
da738167
TV
40462019-07-14 Tom de Vries <tdevries@suse.de>
4047
4048 PR testsuite/24760
4049 * gdb.objc/basicclass.exp: Fix unterminated string.
4050
0d4e84ed
AB
40512019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4052 Andrew Burgess <andrew.burgess@embecosm.com>
4053
4054 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4055 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4056 negative bounds.
4057 * gdb.fortran/vla-value.exp: Print elements of an array with
4058 negative bounds.
4059 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4060 testing.
4061
021d8588
AB
40622019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4063
4064 * gdb.base/options.exp (expect_string): Dequote strings in
4065 results.
4066 (test-string): Test strings with different quoting and reindent.
4067
f06f1252
TT
40682019-07-10 Tom Tromey <tromey@adacore.com>
4069
4070 * gdb.ada/mi_ex_cond.exp: Update expected results.
4071 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4072 * gdb.ada/mi_catch_ex.exp: Update expected results.
4073 * gdb.ada/mi_catch_assert.exp: Update expected results.
4074 * gdb.ada/catch_ex.exp (catch_exception_info)
4075 (catch_exception_entry, catch_assert_entry)
4076 (catch_unhandled_entry): Update.
4077 * gdb.ada/catch_assert_if.exp: Update expected results.
4078
b863685d
RB
40792019-07-10 Richard Bunt <richard.bunt@arm.com>
4080 Stephen Roberts <stephen.roberts@arm.com>
4081
4082 * gdb.base/define.exp: Restore original prompt.
4083
cb1e4e32
PA
40842019-07-09 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4087 breakpoints" output.
4088 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4089 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4090 throw" creates breakpoint.
4091 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4092 'type="catchpoint"'.
4093
b58a68fe
PA
40942019-07-09 Pedro Alves <palves@redhat.com>
4095
4096 PR c++/15468
4097 * gdb.cp/except-multi-location-lib.cc: New.
4098 * gdb.cp/except-multi-location-main.cc: New.
4099 * gdb.cp/except-multi-location.exp: New.
4100
0826779b
PW
41012019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4102
4103 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4104 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4105 argument and update callers.
4106
5b0e2db4
AB
41072019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 * gdb.arch/amd64-break-on-asm-line.S: New file.
4110 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4111
1f6f6e21
PW
41122019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4113
4114 * gdb.base/printcmds.exp: Test printing C string and
4115 C wide string convenience vars without transiting via the inferior.
4116 Also make test names unique.
4117
ea142fbf
AH
41182019-07-08 Alan Hayward <alan.hayward@arm.com>
4119
5862c886 4120 PR breakpoints/25011
ea142fbf
AH
4121 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4122
213fd9fa
PA
41232019-07-04 Pedro Alves <palves@redhat.com>
4124
4125 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4126 body returned ok(0), break(3) or continue(4).
4127 * gdb.testsuite/foreach_with_prefix.exp: New file.
4128
2b40fda7
AH
41292019-07-04 Alan Hayward <alan.hayward@arm.com>
4130
4131 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4132
a26c8de0
PA
41332019-07-03 Pedro Alves <palves@redhat.com>
4134
4135 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4136 "return -code".
4137
5f4ba3e7
PA
41382019-07-03 Pedro Alves <palves@redhat.com>
4139
4140 PR cli/24732
4141 * gdb.base/shell.exp: Load completion-support.exp.
4142 Adjust expected error output. Add completion tests.
4143
a994424f
PA
41442019-07-03 Pedro Alves <palves@redhat.com>
4145
4146 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4147 string_to_regexp.
4148
3d9be6f5
PA
41492019-07-03 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4152 (expect_integer): Adjust to expect "-string".
4153 (expect_string): New.
4154 (all_options): Expect "-string".
4155 (test-flag, test-boolean): Adjust to expect "-string".
4156 (test-string): New proc.
4157 (top level): Call it.
4158
41fc454c
PA
41592019-07-03 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4162 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4163 the expected output in the success.
4164
b2b2a215
PA
41652019-07-03 Pedro Alves <palves@redhat.com>
4166
4167 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4168 Split one gdb_test_multiple call in two to avoid a race.
4169
fdbc9870
PA
41702019-07-03 Pedro Alves <palves@redhat.com>
4171
4172 * gdb.base/with.c: New file.
4173 * gdb.base/with.exp: New file.
4174
c6ac8931
PA
41752019-07-03 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.base/settings.exp: Replace all references to "maint
4178 test-settings set" with references to "maint set test-settings",
4179 and all references to "maint test-settings show" with references
4180 to "maint show test-settings".
4181
970f9d09
PA
41822019-07-03 Pedro Alves <palves@redhat.com>
4183
4184 * gdb.base/settings.exp (test-string): Adjust expected out when
4185 testing "maint test-settings show filename"
4186
54d66006
PA
41872019-07-02 Pedro Alves <palves@redhat.com>
4188
4189 * gdb.base/options.exp (test-info-threads): New procedure.
4190 (top level): Call it.
4191
10d06d82
TT
41922019-06-28 Tom Tromey <tromey@adacore.com>
4193
4194 * gdb.dwarf2/ada-linkage-name.c: New file.
4195 * gdb.dwarf2/ada-linkage-name.exp: New file.
4196
3d507ff2
TT
41972019-06-27 Tom Tromey <tromey@adacore.com>
4198
d039f014 4199 PR c++/20020:
3d507ff2
TT
4200 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4201
8af58ffe
TV
42022019-06-26 Tom de Vries <tdevries@suse.de>
4203
4204 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4205
22e21752
TV
42062019-06-26 Tom de Vries <tdevries@suse.de>
4207
4208 * gdb.base/index-cache.exp: Add back missing debug option.
4209
b65b566c
PW
42102019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4211
4212 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4213
5c2c8c69
TV
42142019-06-25 Tom de Vries <tdevries@suse.de>
4215
4216 PR testsuite/24727
4217 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4218
164e3873
TV
42192019-06-24 Tom de Vries <tdevries@suse.de>
4220
4221 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4222
824eacee
TV
42232019-06-24 Tom de Vries <tdevries@suse.de>
4224
4225 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4226 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4227 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4228
385b97d3
TV
42292019-06-24 Tom de Vries <tdevries@suse.de>
4230
4231 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4232
c596f180
TV
42332019-06-21 Tom de Vries <tdevries@suse.de>
4234
4235 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4236
b13a7d03
TV
42372019-06-21 Tom de Vries <tdevries@suse.de>
4238
4239 PR testsuite/24518
4240 PR ada/24713
4241 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4242 index.
4243
899277ae
TT
42442019-06-19 Tom Tromey <tromey@adacore.com>
4245
4246 * gdb.ada/length_cond.exp: Add intro comment.
4247
680e1bee
TT
42482019-06-19 Tom Tromey <tromey@adacore.com>
4249
4250 * gdb.ada/length_cond.exp: New file.
4251 * gdb.ada/length_cond/length_cond.adb: New file.
4252 * gdb.ada/length_cond/pck.adb: New file.
4253 * gdb.ada/length_cond/pck.ads: New file.
4254
0ed4690a
TV
42552019-06-18 Tom de Vries <tdevries@suse.de>
4256
4257 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4258
d20ed5fd
TT
42592019-06-18 Tom Tromey <tromey@adacore.com>
4260
4261 * gdb.base/list0.h: Add comment explaining control character.
4262
86e04673
TV
42632019-06-18 Tom de Vries <tdevries@suse.de>
4264
4265 * boards/fission.exp: Break up long debug_flags line.
4266
c4973306
SM
42672019-06-16 Tom de Vries <tdevries@suse.de>
4268
4269 PR gdb/24445
4270 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4271 generated index.
4272
93cb9841
AB
42732019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4274
4275 PR gdb/24686
4276 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4277 improve detection of bug gdb/24541.
4278
399aaebd
SM
42792019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4280
4281 PR gdb/24669
4282 * gdb.base/index-cache.exp (uses_readnow,
4283 expecting_index_cache_use): Define global variable.
4284 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4285 expecting_index_cache_use.
4286
584a927c
AB
42872019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4288 Andrew Burgess <andrew.burgess@embecosm.com>
4289
4290 * gdb.fortran/pointers.f90: New file.
4291 * gdb.fortran/print_type.exp: New file.
4292 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4293 * gdb.fortran/vla-type.exp: Likewise.
4294 * gdb.fortran/vla-value.exp: Likewise.
4295 * gdb.mi/mi-vla-fortran.exp: Likewise.
4296
30056ea0
AB
42972019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4298
4299 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4300 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4301 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4302 as a stop reason.
4303
ec8e2b6d
AB
43042019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4305
4306 * gdb.base/annota1.exp: Update expected results.
4307 * gdb.cp/annota2.exp: Likewise.
4308 * gdb.cp/annota3.exp: Likewise.
4309
09e4c4e1
AB
43102019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4311
4312 * gdb.base/style-logging.exp: Remove path from test name.
4313
0735b091
TT
43142019-06-14 Tom Tromey <tromey@adacore.com>
4315
4316 PR gdb/24502:
4317 * gdb.base/style-logging.exp: New file.
4318
f5686554
TT
43192019-06-14 Tom Tromey <tromey@adacore.com>
4320
4321 * gdb.base/symfile-warn.exp: New file.
4322 * gdb.base/symfile-warn.c: New file.
4323
a0c1ffed
TT
43242019-06-14 Tom Tromey <tromey@adacore.com>
4325
4326 * gdb.base/annotate-symlink.exp: New file.
4327
f411722c
TT
43282019-06-14 Tom Tromey <tromey@adacore.com>
4329
4330 * gdb.ada/set_wstr.exp: Add reassignment test.
4331
4268ec18
TT
43322019-06-14 Tom Tromey <tromey@adacore.com>
4333
4334 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4335 'unchecked_access and 'unrestricted_access as well.
4336
9a9e394b
TT
43372019-06-14 Tom Tromey <tromey@adacore.com>
4338
4339 PR ada/24539:
4340 * gdb.ada/vla.exp: Update tests.
4341 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4342 pragma.
4343
4c048731
PA
43442019-06-13 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.base/settings.exp (test-integer): Test junk after
4347 "unlimited".
4348
6665660a
PA
43492019-06-13 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.base/options.exp (test-thread-apply): New.
4352 (top level): Call it.
4353
5d707134
PA
43542019-06-13 Pedro Alves <palves@redhat.com>
4355
4356 * gdb.base/options.exp (test-frame-apply): New.
4357 (top level): Test print commands with different "frame apply"
4358 prefixes.
4359
e2a689da
PA
43602019-06-13 Pedro Alves <palves@redhat.com>
4361
e79be6e5 4362 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4363 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4364 'max_completions' parameter and handle it.
4365 (test_gdb_completion_offers_commands): New.
4366
90a1ef87
PA
43672019-06-13 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4370
d4c16835
PA
43712019-06-13 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.base/options.exp (test-backtrace): New.
4374 (top level): Call it.
4375
2daf894e
PA
43762019-06-13 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.guile/scm-frame-args.exp: Use "set print
4379 raw-frame-arguments" instead of "set print raw frame-arguments".
4380 * gdb.python/py-frame-args.exp: Likewise.
4381
e6ed716c
PA
43822019-06-13 Pedro Alves <palves@redhat.com>
4383
4384 * gdb.compile/compile.exp: Adjust expected output to option
4385 processing changes.
4386
7d8062de
PA
43872019-06-13 Pedro Alves <palves@redhat.com>
4388
4389 * gdb.base/options.exp: Build executable.
4390 (test-print): New procedure.
4391 (top level): Call it, once for "print" and another for "compile
4392 print".
4393
9d0faba9
PA
43942019-06-13 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.base/options.c: New file.
4397 * gdb.base/options.exp: New file.
4398
dee7b4c8
PA
43992019-06-13 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4402 that "o" is ambiguous.
4403
dca0f6c0
PA
44042019-06-13 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.base/settings.c: New file.
4407 * gdb.base/settings.exp: New file.
4408
ccf46844
PA
44092019-06-13 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.base/completion.exp: Fix comment typo.
4412
b9a3f842
PA
44132019-06-13 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4416 foo --1" test.
4417
d106773e
PA
44182019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4419
4420 * gdb.fortran/block-data.f: New.
4421 * gdb.fortran/block-data.exp: New.
4422
fea82da0
TV
44232019-06-11 Tom de Vries <tdevries@suse.de>
4424
4425 PR testsuite/24521
4426 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4427 message.
4428
8c2e74f1
TV
44292019-06-11 Tom de Vries <tdevries@suse.de>
4430
4431 PR testsuite/24521
4432 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4433
b49851c8
TV
44342019-06-11 Tom de Vries <tdevries@suse.de>
4435
4436 * boards/readnow.exp: New file.
4437
a7067863
AB
44382019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4439
4440 * gdb.fortran/vla-sizeof.exp: Update expected results.
4441
1a3da2cd
AB
44422019-06-06 Amos Bird <amosbird@gmail.com>
4443
4444 * gdb.base/annota1.exp (thread_switch): Add test for
4445 thread-exited annotation.
4446
3847a7bf
TT
44472019-06-06 Tom Tromey <tromey@adacore.com>
4448
4449 * gdb.base/maint.exp: Expect command started/finished output.
4450
0088ba59
AB
44512019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4452
4453 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4454 comment.
4455 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4456
312617a3
AB
44572019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4460 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4461 * gdb.arch/riscv-unwind-long-insn.c: New file.
4462 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4463
e1f2e1a2
CB
44642019-06-04 Christian Biesinger <cbiesinger@google.com>
4465
d3238f7d 4466 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4467
206584bd
PW
44682019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4469
4470 * lib/gdb.exp (help_list_trailer): New regexp variable
4471 factorizing the help trailer message.
4472 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4473 arg to allow to better factorize various tests.
4474 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4475 (test_prefix_command_help): Use help_list_trailer.
4476 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4477 * gdb.guile/scm-cmd.exp: Likewise.
4478 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4479 * gdb.base/help.exp: Use test_user_defined_class_help.
4480 * gdb.base/style.exp: Add tests for styling of help and apropos.
4481 * lib/gdb-utils.exp (style): Add title and highlight styles.
4482
708dc93e
PW
44832019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4484
4485 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4486 $_shell_exitsignal.
4487 * gdb.base/default.exp: Update for new convenience variables.
4488
f49055a5
TT
44892019-05-29 Tom Tromey <tromey@adacore.com>
4490
4491 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4492 to "break complete ada" test case's regexp.
4493
4330d61d
TT
44942019-05-29 Tom Tromey <tromey@adacore.com>
4495
4496 PR c++/20020:
4497 * gdb.cp/constexpr-field.exp: New file.
4498 * gdb.cp/constexpr-field.cc: New file.
4499
000439d5
TT
45002019-05-29 Tom Tromey <tromey@adacore.com>
4501
4502 * gdb.base/finish.exp (finish_no_print): New proc.
4503 (finish_tests): Call it.
4504
5a01c34c
TV
45052019-05-24 Tom de Vries <tdevries@suse.de>
4506
4507 * gdb.dwarf2/gdb-add-index.exp: New file.
4508
18125b16
TT
45092019-05-22 Tom Tromey <tromey@adacore.com>
4510
4511 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4512 * gdb.base/style.exp: Use "style".
4513 * lib/gdb-utils.exp (style): New proc.
4514
af1a8d03
TV
45152019-05-22 Tom de Vries <tdevries@suse.de>
4516
4517 * gdb.base/align.exp: Require c++11.
4518
e7fe496b
TV
45192019-05-22 Tom de Vries <tdevries@suse.de>
4520
4521 PR testsuite/24586
4522 * gdb.python/py-mi-var-info-path-expression.exp: Call
4523 mi_skip_python_tests to check if python is supported.
4524
8fca4da0
AH
45252019-05-22 Alan Hayward <alan.hayward@arm.com>
4526
4527 * gdb.arch/aarch64-pauth.c: New test.
4528 * gdb.arch/aarch64-pauth.exp: New file.
4529
b7060614
AH
45302019-05-22 Alan Hayward <alan.hayward@arm.com>
4531
4532 * README (Re-running Tests Outside The Testsuite): New section.
4533
669d0468
TV
45342019-05-21 Tom de Vries <tdevries@suse.de>
4535
4536 * gdb.arch/amd64-eval.exp: Require c++11.
4537 * gdb.base/max-depth.exp: Same.
4538 * gdb.compile/compile-cplus-array-decay.exp: Same.
4539 * gdb.cp/meth-typedefs.exp: Same.
4540 * gdb.cp/subtypes.exp: Same.
4541 * gdb.cp/temargs.exp: Same.
4542
ce3ebcaa
AH
45432019-05-21 Alan Hayward <alan.hayward@arm.com>
4544
4545 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4546
34d11c68
AB
45472019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 PR gdb/18644
4550 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4551 * gdb.fortran/printing-types.exp: Add new test.
4552 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4553 testing.
4554 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4555 setup_kfail call.
4556
87781e84
AH
45572019-05-17 Alan Hayward <alan.hayward@arm.com>
4558
4559 * README (Running the Testsuite): Change example.
4560 (Testsuite Parameters): Remove TRANSCRIPT.
4561 * lib/gdb.exp: Remove TRANSCRIPT check.
4562
b420b89e
AH
45632019-05-17 Alan Hayward <alan.hayward@arm.com>
4564
4565 * README (Testsuite Parameters): Add replay logging to
4566 GDBSERVER_DEBUG.
4567 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4568 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4569 as a comma separated list.
4570 (gdb_debug_init): Override procedure.
4571
408e9b8b
AH
45722019-05-17 Alan Hayward <alan.hayward@arm.com>
4573
4574 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4575 (gdb_write_cmd_file): New procedure.
4576 * lib/gdbserver-support.exp (gdbserver_start): Call
4577 gdbserver_write_cmd_file.
4578 (gdbserver_write_cmd_file): New procedure.
4579
f9e2e39d
AH
45802019-05-17 Alan Hayward <alan.hayward@arm.com>
4581
4582 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4583 (delete_breakpoints): Likewise.
4584 (gdb_run_cmd): Likewise.
4585 (gdb_start_cmd): Likewise.
4586 (gdb_starti_cmd): Likewise.
4587 (gdb_internal_error_resync): Likewise.
4588 (gdb_test_multiple): Likewise.
4589 (gdb_reinitialize_dir): Likewise.
4590 (default_gdb_exit): Likewise.
4591 (gdb_file_cmd): Mark kill as optional.
4592 (default_gdb_start): Call gdb_stdin_log_init.
4593 (send_gdb): Call gdb_stdin_log_write.
4594 (rerun_to_main): Mark Y as an answer.
4595 (gdb_stdin_log_init): New function.
4596 (gdb_stdin_log_write): Likewise.
4597
81f47ac2
AH
45982019-05-17 Alan Hayward <alan.hayward@arm.com>
4599
4600 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4601 * gdb.base/debug-expr.exp: Likewise.
4602 * gdb.base/foll-fork.exp: Likewise.
4603 * gdb.base/foll-vfork.exp: Likewise.
4604 * gdb.base/fork-print-inferior-events.exp: Likewise.
4605 * gdb.base/gdb-sigterm.exp: Likewise.
4606 * gdb.base/gdbinit-history.exp: Likewise.
4607 * gdb.base/osabi.exp: Likewise.
4608 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4609 * gdb.base/ui-redirect.exp: Likewise.
4610 * gdb.gdb/unittest.exp: Likewise.
4611 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4612 * gdb.mi/mi-watch.exp: Likewise.
4613 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4614 * gdb.mi/user-selected-context-sync.exp: Likewise.
4615 * gdb.python/python.exp: Disable debug test when debugging.
4616 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4617 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4618 Likewise.
4619 * gdb.threads/stepi-random-signal.exp: Likewise.
4620
29b52314
AH
46212019-05-17 Alan Hayward <alan.hayward@arm.com>
4622
4623 * Makefile.in: Pass through GDB_DEBUG.
4624 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4625 (gdb,debug): Add board setting.
4626 * lib/gdb.exp (default_gdb_start): Start debugging.
4627 (gdb_debug_enabled): New procedure.
4628 (gdb_debug_init): Likewise.
29b52314
AH
4629
46302019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4631
29b52314
AH
4632 * Makefile.in: Pass through GDB_DEBUG.
4633 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4634 (gdb,debug): Add board setting.
4635 * lib/gdb.exp (default_gdb_start): Start debugging.
4636 (gdb_debug_enabled): New procedure.
4637 (gdb_debug_init): Likewise.
29b52314 4638
ca1285d1
AH
46392019-05-17 Alan Hayward <alan.hayward@arm.com>
4640
4641 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4642
f3a09c80
AH
46432019-05-17 Alan Hayward <alan.hayward@arm.com>
4644
4645 * gdb.base/ui-redirect.exp: Test redirection.
4646
26648588
JV
46472019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4648
4649 * gdb.mi/mi-complete.exp: New file.
4650 * gdb.mi/mi-complete.cc: Likewise.
4651
14237686
AB
46522019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4653
4654 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4655 indexed and sliced arrays, and pointers to arrays.
4656
e7bd7fba
TT
46572019-05-14 Tom Tromey <tromey@adacore.com>
4658
4659 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4660 styling test.
4661
2764128d
TV
46622019-05-14 Tom de Vries <tdevries@suse.de>
4663
4664 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4665 selection entry encoding.
4666
71bed2db
TT
46672019-05-10 Tom Tromey <tromey@adacore.com>
4668
4669 * gdb.ada/info_exc.exp: Add "complete" test.
4670
63b667ad
TV
46712019-05-09 Tom de Vries <tdevries@suse.de>
4672
4673 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4674 CU-relative.
4675
9cfd2b89
TV
46762019-05-09 Tom de Vries <tdevries@suse.de>
4677
4678 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4679 CU-relative.
4680
2228ef77
XR
46812019-05-08 Joel Brobecker <brobecker@adacore.com>
4682
4683 * gdb.ada/frame_arg_lang.exp: New testcase.
4684 * gdb.ada/frame_arg_lang/bla.adb: New file.
4685 * gdb.ada/frame_arg_lang/pck.ads: New file.
4686 * gdb.ada/frame_arg_lang/pck.adb: New file.
4687 * gdb.ada/frame_arg_lang/foo.c: New file.
4688
80e55b13
TT
46892019-05-08 Tom Tromey <tromey@adacore.com>
4690
4691 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4692
9d3421af
TT
46932019-05-08 Tom Tromey <tromey@adacore.com>
4694
4695 * gdb.base/ptype-offsets.exp: Update tests.
4696
844333e2
TT
46972019-05-08 Tom Tromey <tromey@adacore.com>
4698
4699 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4700 cases.
4701 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4702 "short".
4703
988915ee
TT
47042019-05-08 Tom Tromey <tromey@adacore.com>
4705
4706 * gdb.ada/vla.exp: New file.
4707 * gdb.ada/vla/vla.adb: New file.
4708
7bd55dac
TV
47092019-05-07 Tom de Vries <tdevries@suse.de>
4710
4711 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4712
75f06e9d
TV
47132019-05-07 Tom de Vries <tdevries@suse.de>
4714
4715 PR testsuite/24522
4716 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4717 section.
4718
77e7aaa4
TV
47192019-05-07 Tom de Vries <tdevries@suse.de>
4720
4721 PR testsuite/24522
4722 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4723 .debug_aranges section.
4724
456ba0fa
TV
47252019-05-07 Tom de Vries <tdevries@suse.de>
4726
4727 PR testsuite/24159
4728 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4729
5a56d6a6
TV
47302019-05-06 Tom de Vries <tdevries@suse.de>
4731
4732 * lib/gdb.exp (exec_has_index_section): New proc.
4733 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4734 section.
4735
9d6d4be8
TV
47362019-05-04 Tom de Vries <tdevries@suse.de>
4737
4738 * boards/cc-with-debug-names.exp: New file.
4739
222a8d25
TT
47402019-05-03 Tom Tromey <tromey@adacore.com>
4741
4742 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4743 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4744 * gdb.ada/char_enum.exp: Add test.
4745
0fdfd794
TV
47462019-05-03 Tom de Vries <tdevries@suse.de>
4747
4748 * boards/cc-with-gdb-index.exp: New file.
4749
80062eb9
AB
47502019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4751
4752 * gdb.rust/simple.exp: Add new test case.
4753 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4754 (main): Initialise an instance of the new struct.
4755
4504bbde
TT
47562019-05-01 Tom Tromey <tromey@adacore.com>
4757
4758 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4759 record.
4760 (NPR): New variable.
4761 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4762 test.
4763
d48e62f4
TT
47642019-05-01 Tom Tromey <tromey@adacore.com>
4765
4766 * gdb.ada/packed_array_assign.exp: Add packed assignment
4767 regression test.
4768
f59f30f5
TV
47692019-05-01 Tom de Vries <tdevries@suse.de>
4770
4771 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4772
b70bfc54
TV
47732019-05-01 Tom de Vries <tdevries@suse.de>
4774
4775 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4776
15f18d14
AT
47772019-04-30 Ali Tamur <tamur@google.com>
4778
4779 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4780
2ff0a947
TT
47812019-04-30 Tom Tromey <tromey@adacore.com>
4782
4783 * lib/ada.exp (find_ada_tool): New proc.
4784 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4785 * gdb.ada/catch_ex_std.exp: New file.
4786 * gdb.ada/catch_ex_std/foo.adb: New file.
4787 * gdb.ada/catch_ex_std/some_package.adb: New file.
4788 * gdb.ada/catch_ex_std/some_package.ads: New file.
4789
a776957c
TT
47902019-04-30 Tom Tromey <tromey@adacore.com>
4791
4792 PR c++/24470:
4793 * gdb.cp/temargs.cc: Add test code from PR.
4794
bc68014d
AB
47952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4796
4797 * gdb.fortran/vla-datatypes.exp: Update expected results.
4798 * gdb.fortran/vla-ptype.exp: Likewise.
4799 * gdb.fortran/vla-type.exp: Likewise.
4800 * gdb.fortran/vla-value.exp: Likewise.
4801
f1fdc960
AB
48022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4803
4804 * gdb.fortran/ptr-indentation.exp: Update expected results.
4805 * gdb.fortran/ptype-on-functions.exp: Likewise.
4806 * gdb.fortran/vla-ptr-info.exp: Likewise.
4807 * gdb.fortran/vla-value.exp: Likewise.
4808
bf7a4de1
AB
48092019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4810
4811 * gdb.fortran/ptype-on-functions.exp: New file.
4812 * gdb.fortran/ptype-on-functions.f90: New file.
4813
bbe75b9d
AB
48142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4815
4816 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4817 case void string.
4818
1db455a7
AB
48192019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4820
4821 * gdb.fortran/complex.exp: Expand.
4822 * gdb.fortran/complex.f: Renamed to...
4823 * gdb.fortran/complex.f90: ...this, and extended to add more
4824 complex values.
4825
b6d03bb2
AB
48262019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4827
4828 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4829 MODULO, CMPLX.
4830
2e62ab40
AB
48312019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4832 Richard Bunt <richard.bunt@arm.com>
4833
4834 * gdb.base/max-depth.c: New file.
4835 * gdb.base/max-depth.exp: New file.
4836 * gdb.python/py-nested-maps.c: New file.
4837 * gdb.python/py-nested-maps.exp: New file.
4838 * gdb.python/py-nested-maps.py: New file.
4839 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4840 (test_all_common): Call test_max_depth.
4841 * gdb.fortran/max-depth.exp: New file.
4842 * gdb.fortran/max-depth.f90: New file.
4843 * gdb.go/max-depth.exp: New file.
4844 * gdb.go/max-depth.go: New file.
4845 * gdb.modula2/max-depth.exp: New file.
4846 * gdb.modula2/max-depth.c: New file.
4847 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4848
d2b584a5
TV
48492019-04-29 Tom de Vries <tdevries@suse.de>
4850
4851 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4852
136afab8
PW
48532019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4854
4855 * gdb.base/callexit.exp: Test may-call-functions off.
4856
725cbb63
KS
48572019-04-25 Keith Seitz <keiths@redhat.com>
4858
4859 PR c++/24367
4860 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4861 (another_incomplete_struct, test_incomplete): New definitions.
4862 (main): Use new definitions.
4863 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4864 functions.
4865
701adfb0
PA
48662019-04-25 Ali Tamur <tamur@google.com>
4867
4868 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4869
82433e3e
SDJ
48702019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4871
4872 PR corefiles/11608
4873 PR corefiles/18187
4874 * gdb.base/coredump-filter-build-id.exp: New file.
4875
dd06d4d6
AH
48762019-04-25 Alan Hayward <alan.hayward@arm.com>
4877
e79be6e5
SM
4878 * Makefile.in: Pass through GDBSERVER_DEBUG.
4879 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4880 (gdbserver,debug): Add board setting.
4881 * gdb.trace/tspeed.exp: Skip when debugging.
4882 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4883 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4884
1670072e
TT
48852019-04-24 Tom Tromey <tromey@adacore.com>
4886
4887 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4888 Rust.
4889
a59240a4
TT
48902019-04-24 Tom Tromey <tromey@adacore.com>
4891
4892 * gdb.arch/amd64-eval.exp: Test bitfield return.
4893 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4894 (class Foo) <return_bitfields>: New method.
4895 (main): Call it.
4896
b907456c
AB
48972019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4898
4899 * gdb.cp/many-args.cc: New file.
4900 * gdb.cp/many-args.exp: New file.
4901
5c565afd
TV
49022019-04-23 Tom de Vries <tdevries@suse.de>
4903
4904 PR gdb/24433
4905 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4906
ba22ff86
AH
49072019-04-23 Alan Hayward <alan.hayward@arm.com>
4908
4909 * gdb.trace/backtrace.exp: Use nopie flag.
4910 * gdb.trace/circ.exp: Likewise.
4911 * gdb.trace/collection.exp: Likewise.
4912 * gdb.trace/ftrace.exp: Likewise.
4913 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4914 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4915 * gdb.trace/qtro.exp: Likewise.
4916 * gdb.trace/read-memory.exp: Likewise.
4917 * gdb.trace/report.exp: Likewise.
4918 * gdb.trace/tfile.exp: Likewise.
4919 * gdb.trace/tfind.exp: Likewise.
4920 * gdb.trace/unavailable.exp: Likewise.
4921
7905fc35
PA
49222019-04-22 Pedro Alves <palves@redhat.com>
4923
4924 * gdb.base/solib-probes-nosharedlibrary.c,
4925 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4926
8ecb59f8
TT
49272019-04-19 Tom Tromey <tromey@adacore.com>
4928
4929 * gdb.ada/ptype_union.c: New file.
4930 * gdb.ada/ptype_union.exp: New file.
4931
62160ec9
TT
49322019-04-19 Tom Tromey <tromey@adacore.com>
4933
4934 PR symtab/24423:
4935 * gdb.base/list0.h (foo): Add a control-l character.
4936
36cd4ba5
TV
49372019-04-18 Tom de Vries <tdevries@suse.de>
4938
4939 PR gdb/24433
4940 * boards/local-board.exp: Set sysroot to "".
4941
b73715df
TV
49422019-04-18 Tom de Vries <tdevries@suse.de>
4943 Pedro Alves <palves@redhat.com>
4944
4945 PR gdb/24454
4946 * gdb.threads/vfork-follow-child-exec.c: New file.
4947 * gdb.threads/vfork-follow-child-exec.exp: New file.
4948 * gdb.threads/vfork-follow-child-exit.c: New file.
4949 * gdb.threads/vfork-follow-child-exit.exp: New file.
4950
4aa866af
LS
49512019-04-15 Leszek Swirski <leszeks@google.com>
4952
4953 * gdb.arch/amd64-eval.cc: New file.
4954 * gdb.arch/amd64-eval.exp: New file.
4955
e5a1a79a
AH
49562019-04-11 Alan Hayward <alan.hayward@arm.com>
4957
4958 * gdb.server/sysroot.c: New test.
4959 * gdb.server/sysroot.exp: New file.
4960 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4961 matching param.
4962
41077b66
AB
49632019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4964
4965 * gdb.base/align.exp: Extend test to cover structures containing
4966 only static fields.
4967
c30391f8
TV
49682019-04-11 Tom de Vries <tdevries@suse.de>
4969
4970 * boards/cc-with-dwz-m.exp: New file.
4971 * boards/cc-with-dwz.exp: New file.
4972 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4973
e242fd12
SM
49742019-04-09 Simon Marchi <simon.marchi@efficios.com>
4975
4976 * gdb.base/start-cpp.exp: New file.
4977 * gdb.base/start-cpp.cc: New file.
4978
2b0c8b01
KB
49792019-04-08 Kevin Buettner <kevinb@redhat.com>
4980
4981 * gdb.python/py-thrhandle.exp: Adjust tests to call
4982 thread_from_handle instead of thread_from_thread_handle.
4983
947210e5
KB
49842019-04-08 Kevin Buettner <kevinb@redhat.com>
4985
4986 * gdb.python/py-thrhandle.exp: Add tests for
4987 gdb.InferiorThread.handle.
4988
d7df6549
AB
49892019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.python/py-function.exp: Check calling helper function from
4992 all languages.
4993 * lib/gdb.exp (gdb_supported_languages): New proc.
4994
8bdc1658
AB
49952019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4996
4997 * gdb.base/complex-parts.c: New file.
4998 * gdb.base/complex-parts.exp: New file.
4999
05caa1d2
TT
50002019-04-01 Tom Tromey <tromey@adacore.com>
5001
5002 PR symtab/23331:
5003 * gdb.dwarf2/dw2-ranges-main.c: New file.
5004 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5005 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5006
7734102d
EZ
50072019-03-30 Simon Marchi <simark@simark.ca>
5008
5009 * gdb.base/default.exp: Add values for $_gdb_major and
5010 $_gdb_minor.
5011
188e1fa9
TT
50122019-03-29 Tom Tromey <tromey@adacore.com>
5013
5014 * gdb.base/help.exp: Tighten apropos regexp.
5015
2880242d
KS
50162019-03-29 Keith Seitz <keiths@redhat.com>
5017
5018 * gdb.fortran/array-bounds.exp: New file.
5019 * gdb.fortran/array-bounds.f90: New file.
5020
077cad8e
PW
50212019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5022
5023 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5024
80047cfc
PW
50252019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5026
5027 * gdb.multi/hello.c (main): Increase alarm timer.
5028
f489207e
SL
50292019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5030
5031 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5032 factor when no hardware watchpoint support.
5033
c92df149
AH
50342019-03-28 Alan Hayward <alan.hayward@arm.com>
5035 Pedro Alves <palves@redhat.com>
5036
5037 * boards/local-board.exp: set sysroot to /.
5038
933aebfa
AH
50392019-03-27 Alan Hayward <alan.hayward@arm.com>
5040
5041 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5042 in child.
5043
9f9aa852
AB
50442019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5045
5046 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5047 field.
5048 (make_container): Initialise new field.
5049 * gdb.python/py-prettyprint.exp: Add new tests.
5050 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5051 <display_hint>: New method.
5052
3714a195
AB
50532019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5054
5055 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5056 gdb_continue_to_breakpoint more throughout this test.
5057 (run_lang_tests) Supply unique test names, and use
5058 gdb_test_no_output.
5059
18c77628
AB
50602019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5061
5062 * gdb.base/finish-pretty.exp: Update expected results.
5063 * gdb.base/pretty-print.c: New file.
5064 * gdb.base/pretty-print.exp: New file.
5065
9a93502f
PA
50662019-03-25 Pedro Alves <palves@redhat.com>
5067
5068 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5069 move comments outside list. Append '-i "" eof' section.
5070
968aa7ae
AH
50712019-03-22 Alan Hayward <alan.hayward@arm.com>
5072
34a7f2a4 5073 PR testsuite/25016
968aa7ae
AH
5074 * README: Add pie options.
5075 * gdb.base/break-interp.exp: Ensure pie is disabled.
5076 * gdb.base/dump.exp: Likewise.
5077 * lib/gdb.exp (gdb_compile): Add pie option.
5078
4c7d57e7
TT
50792019-03-19 Tom Tromey <tromey@adacore.com>
5080
5081 * gdb.mi/mi2-cli-display.c: New file.
5082 * gdb.mi/mi2-cli-display.exp: New file.
5083
bff8c71f
TT
50842019-03-18 Joel Brobecker <brobecker@adacore.com>
5085 Tom Tromey <tromey@adacore.com>
5086
5087 * gdb.ada/ptype_array/pck.adb: New file.
5088 * gdb.ada/ptype_array/pck.ads: New file.
5089 * gdb.ada/ptype_array/foo.adb: New file.
5090 * gdb.ada/ptype_array.exp: New file.
5091
d085f989
TT
50922019-03-14 Tom Tromey <tromey@adacore.com>
5093
5094 * gdb.base/style.exp: Add "set style sources" test.
5095
b4be1b06
SM
50962019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5099 * mi-breakpoint-multiple-locations.exp: ... this.
5100 (make_breakpoints_pattern): New proc.
5101 (do_test): Add mi_version parameter, test -break-insert,
5102 -break-info and =breakpoint-created.
5103
7cde5fc2
AB
51042019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5105
5106 * config/default.exp: Remove 'load_lib gdb.exp'.
5107 * config/monitor.exp: Likewise.
5108 * config/sid.exp: Likewise.
5109 * config/sim.exp: Likewise.
5110 * config/slite.exp: Likewise.
5111 * config/unix.exp: Likewise.
5112 * gdb.base/default.exp: Remove unhelpful comment.
5113
efbecbc1
AB
51142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5115
5116 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5117
0841c79a
AB
51182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5119
5120 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5121
4a270568
AB
51222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5123
5124 * gdb.fortran/type-kinds.exp: Update expected results.
5125
067630bd
AB
51262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5127
5128 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5129
3be47f7a
AB
51302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5131
5132 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5133 function.
5134 (test_basic_parsing_of_type_kinds): Expand types tested.
5135 (test_parsing_invalid_type_kinds): New function.
5136
4d00f5d8
AB
51372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5138
5139 * gdb.fortran/intrinsics.exp: New file.
5140 * gdb.fortran/intrinsics.f90: New file.
5141 * gdb.fortran/type-kinds.exp: New file.
5142
c8f91604
AB
51432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5144
5145 * gdb.fortran/dot-ops.exp: New file.
5146
dd9f2c76
AB
51472019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5148
5149 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5150 Check upper and lower case logical literals.
5151
84ec9724
AB
51522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5153
5154 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5155 Remove duplicate tests.
5156
c3734e09
AH
51572019-03-06 Alan Hayward <alan.hayward@arm.com>
5158
5159 * lib/gdb.exp (builtin_cd): rename of cd.
5160 (cd): Override builtin.
5161
aa3cfbda
RB
51622019-03-06 Richard Bunt <richard.bunt@arm.com>
5163
5164 * gdb.fortran/function-calls.exp: New file.
5165 * gdb.fortran/function-calls.f90: New test.
5166
7b63ad86
RB
51672019-03-04 Richard Bunt <richard.bunt@arm.com>
5168
5169 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5170 on user program standard output.
5171 * gdb.fortran/short-circuit-argument-list.f90: Record function
5172 calls.
5173
01abb042
AH
51742019-02-28 Alan Hayward <alan.hayward@arm.com>
5175
c3734e09
AH
5176 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5177 failure.
01abb042 5178
92137da0
RO
51792019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5180
5181 PR gdb/8527
5182 * gdb.base/interrupt-daemon-attach.c,
5183 gdb.base/interrupt-daemon-attach.exp: New test.
5184
5862844d
PA
51852019-02-27 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.base/page.exp: Add tests for "set width/height -1".
5188
8ed25214
PA
51892019-02-27 Pedro Alves <palves@redhat.com>
5190
5191 * gdb.base/page.exp: Add tests for "set/show width/height" with
5192 "infinite" values.
5193
6c28e44a
TT
51942019-02-27 Tom Tromey <tromey@adacore.com>
5195
5196 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5197 2.4.
5198 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5199 workaround.
5200
bf9a735e
AB
52012019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5202
5203 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5204 tests for structs with static members.
5205
8791793c
TT
52062019-02-26 Tom Tromey <tromey@adacore.com>
5207
5208 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5209 ValueError, not TypeError.
5210
bc2a507e
KB
52112019-02-26 Kevin Buettner <kevinb@redhat.com>
5212
5213 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5214 call from main program.
5215
e0e7d3bd
JB
52162019-02-23 Joel Brobecker <brobecker@adacore.com>
5217
5218 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5219 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5220 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5221 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5222 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5223
9600246d
KS
52242019-02-22 Keith Seitz <keiths@redhat.com>
5225
5226 PR symtab/23853
5227 * gdb.base/symlink-sourcefile.c: New file.
5228 * gdb.base/symlink-sourcefile.exp: New file.
5229
0c95f9ed
TT
52302019-02-20 Tom Tromey <tom@tromey.com>
5231
5232 * gdb.base/info_qt.exp: Update.
5233
6caa91b6
SM
52342019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5235
5236 * gdb.base/source.exp: Move "error in sourced script" code to
5237 the end.
5238 * gdb.base/source-error.gdb: Move contents to
5239 source-error-1.gdb. Add new code to source source-error-1.gdb.
5240 * gdb.base/source-error-1.gdb: New file, from previous
5241 source-error.gdb.
5242
6506371f
TT
52432019-02-17 Tom Tromey <tom@tromey.com>
5244
5245 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5246 for macro styling.
5247 * gdb.base/style.c (SOME_MACRO): New macro.
5248
a0087920
TT
52492019-02-17 Tom Tromey <tom@tromey.com>
5250
5251 * gdb.base/style.exp: Add line-wrapping tests.
5252 * gdb.base/page.exp: Add test for quitting during pagination.
5253
a2cd4f14
JB
52542019-02-17 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.ada/big_packed_array: New testcase.
5257 * gdb.ada/homonym.exp: Fix incorrect expected output for
5258 "break <homonym__get_value>" test.
5259
9d70ffbc
WP
52602019-02-13 Weimin Pan <weimin.pan@oracle.com>
5261
5262 PR breakpoints/21870
5263 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5264 and prepare_for_testing. Add comment.
5265 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5266 redundant cleanup call. Clean up comment.
5267
01c7ae81
WP
52682019-02-12 Weimin Pan <weimin.pan@oracle.com>
5269
5270 PR breakpoints/21870
5271 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5272 * gdb.arch/aarch64-dbreg-contents.c: New file.
5273
aff29d1c
JB
52742019-02-10 Joel Brobecker <brobecker@adacore.com>
5275
5276 * gdb.ada/mi_ref_changeable: New testcase.
5277
df0da8a2
AH
52782019-02-07 Alan Hayward <alan.hayward@arm.com>
5279
5280 * gdb.base/attach.exp: Add double attach test.
5281
bd447abb
SM
52822019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5283
5284 * lib/gdb.exp (default_gdb_start): Don't match pagination
5285 prompt.
5286 (gdb_init): Set stty_init.
5287
1dbc40b9
TT
52882019-01-27 Tom Tromey <tom@tromey.com>
5289
5290 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5291 skip_python_tests.
5292
353229bf
AH
52932019-01-24 Alan Hayward <alan.hayward@arm.com>
5294
5295 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5296 New structure.
5297 (struct struct_static_02_02): Likewise.
5298 (struct struct_static_02_03): Likewise.
5299 (struct struct_static_02_04): Likewise.
5300 (struct struct_static_04_01): Likewise.
5301 (struct struct_static_04_02): Likewise.
5302 (struct struct_static_04_03): Likewise.
5303 (struct struct_static_04_04): Likewise.
5304 (struct struct_static_06_01): Likewise.
5305 (struct struct_static_06_02): Likewise.
5306 (struct struct_static_06_03): Likewise.
5307 (struct struct_static_06_04): Likewise.
5308 (cmp_struct_static_02_01): Likewise.
5309 (cmp_struct_static_02_02): Likewise.
5310 (cmp_struct_static_02_03): Likewise.
5311 (cmp_struct_static_02_04): Likewise.
5312 (cmp_struct_static_04_01): Likewise.
5313 (cmp_struct_static_04_02): Likewise.
5314 (cmp_struct_static_04_03): Likewise.
5315 (cmp_struct_static_04_04): Likewise.
5316 (cmp_struct_static_06_01): Likewise.
5317 (cmp_struct_static_06_02): Likewise.
5318 (cmp_struct_static_06_03): Likewise.
5319 (cmp_struct_static_06_04): Likewise.
5320 (call_all): Test new structs.
5321 * gdb.base/infcall-nested-structs.exp: Likewise.
5322
73021deb
AH
53232019-01-21 Alan Hayward <alan.hayward@arm.com>
5324 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5325
fc65c7db
AH
53262019-01-21 Alan Hayward <alan.hayward@arm.com>
5327 * gdb.base/stack-protector.c: New test.
5328 * gdb.base/stack-protector.exp: New file.
5329 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5330 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5331 option.
5332 (gdb_compile): Remove stack protector for GCC and prevent
5333 recursion.
5334
c24bdb02
KS
53352019-01-16 Keith Seitz <keiths@redhat.com>
5336
5337 PR gdb/23773
5338 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5339
6f072a10
PFC
53402019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5341
5342 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5343 aliases.
5344 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5345 tests.
5346 * gdb.arch/powerpc-vector-regs.c: New file.
5347 * gdb.arch/powerpc-vector-regs.exp: New file.
5348
a7b8d682
PFC
53492019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5350
5351 * gdb.arch/altivec-regs.exp: Fix the list passed to
5352 gdb_expect_list when testing "info vector".
5353
6eb6fb67
AB
53542019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5355
5356 * gdb.base/style.exp: Don't include path in testname.
5357
b56f80d8
KS
53582019-01-10 Keith Seitz <keiths@redhat.com>
5359
5360 PR gdb/23712
5361 PR symtab/23010
5362 * gdb.dwarf2/multidictionary.exp: New file.
5363
041be526
SM
53642019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5365
5366 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5367 (test_gnuv3_style_demangling): ... this.
5368 (test_lucid_style_demangling): Remove.
5369 (test_arm_style_demangling): Remove.
5370 (test_hp_style_demangling): Remove.
5371 (do_tests): Remove calls to the above.
5372
d820d0c3
AB
53732019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5374
5375 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5376 case.
5377
f097f5ad
TT
53782019-01-06 Tom Tromey <tom@tromey.com>
5379
5380 PR gdb/28155:
5381 * gdb.dwarf2/typedef-void-finish.exp: New file.
5382
2cd8cc0b
TT
53832018-12-28 Tom Tromey <tom@tromey.com>
5384 Simon Marchi <simark@simark.ca>
5385
5386 * gdb.base/jit-exec.exp: New file.
5387 * gdb.base/jit-exec.c: New file.
5388 * gdb.base/jit-execd.c: New file.
5389
35fb8261
TT
53902018-12-28 Tom Tromey <tom@tromey.com>
5391
5392 * gdb.base/style.exp: Update test to check for address styling.
5393
47fd17cd
TT
53942018-12-28 Tom Tromey <tom@tromey.com>
5395
5396 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5397 message.
5398
d47032b7
TT
53992018-12-28 Tom Tromey <tom@tromey.com>
5400
5401 * gdb.base/style.exp: Add test for version number styling.
5402
af79b68d
TT
54032018-12-28 Tom Tromey <tom@tromey.com>
5404
5405 * gdb.base/style.exp: Add test for print_address_symbolic.
5406
0bb296cb
TT
54072018-12-28 Tom Tromey <tom@tromey.com>
5408
5409 * gdb.base/style.exp: Add test for breakpoint setting.
5410
80ae2043
TT
54112018-12-28 Tom Tromey <tom@tromey.com>
5412
5413 * gdb.base/style.exp: Add test for variable names.
5414
cbe56571
TT
54152018-12-28 Tom Tromey <tom@tromey.com>
5416
5417 * gdb.base/style.exp: New file.
5418 * gdb.base/style.c: New file.
5419
9162a27c
TT
54202018-12-28 Tom Tromey <tom@tromey.com>
5421
5422 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5423 "dumb".
5424 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5425 the TERM environment variable.
5426
bc543c90
TT
54272018-12-27 Tom Tromey <tom@tromey.com>
5428
5429 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5430 pagination test.
5431
6f0ffe50
AB
54322018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5433
5434 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5435 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5436
b5a1e557
PW
54372018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5438
5439 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5440 Filename a.adb changed to bp_fun_addr.adb.
5441 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5442
6e8b1ab2
JV
54432018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5444
5445 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5446 non-PIE executables.
5447 * README: Mention the gdb,nopie_flag board setting.
5448 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5449 non-PIE executable.
5450 * gdb.arch/amd64-entry-value.exp: Likewise.
5451 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5452 * gdb.arch/i386-float.exp: Likewise.
5453 * gdb.arch/i386-signal.exp: Likewise.
5454 * gdb.mi/mi-reg-undefined.exp: Likewise.
5455
d00a27c5
PM
54562018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5457
5458 PR gdb/23974
5459 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5460
161d081c
PW
54612018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5462
5463 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5464 Update order of results accordingly.
5465
b001de23
AB
54662018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5467
5468 * gdb.base/annota1.exp: Update a test regexp.
5469
99e1a184
AB
54702018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5471
5472 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5473
7a81c1e2
PW
54742018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5475
5476 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5477 (reuse_time): Initialize to REUSE_TIME_CAP.
5478 (check_rc): New function.
5479 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5480 Check pthread_create rc.
5481 (spawner_thread_func): Check pthread_create and pthread_join rc.
5482
73e8dc90
PA
54832018-12-08 Pedro Alves <palves@redhat.com>
5484
5485 * gdb.base/list.exp (test_forward_search): Rename to ...
5486 (test_forward_reverse_search): ... this. Also test reverse-search
5487 and the forward-search alias.
5488
13f2ed32
AB
54892018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5490
5491 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5492 local timeout variable before return, and remove all local timeout
5493 variable entirely.
5494 (gdb_load): Likewise.
5495
64d27cfc
TV
54962018-12-01 Tom de Vries <tdevries@suse.de>
5497
5498 * gdb.base/gdb-caching-proc.exp: New file.
5499
f63c03b4
SDJ
55002018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5501
5502 * Makefile.in (TIMESTAMP): New variable.
5503 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5504 command.
5505 (check-single-racy): Likewise.
5506 (check/%.exp): Likewise.
5507 (check-racy/%.exp): Likewise.
5508 (workers/%.worker): Likewise.
5509 (build-perf): Likewise.
5510 (check-perf): Likewise.
5511 * README: Describe new "TS" and "TS_FORMAT" variables.
5512 * print-ts.py: New file.
5513
1c97054b
BF
55142018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5515
5516 PR python/23714
5517 * gdb.python/python.exp: Test command repetition after
5518 gdb.execute.
5519
1871a62d
AB
55202018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5521
5522 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5523 is correctly aligned.
5524
fb5e1ed9
PW
55252018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5526
5527 * gdb.ada/info_auto_lang.exp: New testcase.
5528 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5529 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5530 * gdb.ada/info_auto_lang/some_c.c: New file.
5531
43d397ca
PW
55322018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5533
5534 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5535 FUNC_lang language syntax.
5536
beddd671
PW
55372018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5538
5539 * gdb.base/info_minsym.c: New file.
5540 * gdb.base/info_minsym.exp: New file.
5541
73fc52c4
TT
55422018-11-19 Tom Tromey <tom@tromey.com>
5543
5544 PR rust/23625:
5545 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5546 * gdb.rust/expr.exp: Update expected output. Change one test.
5547
994b876a
TT
55482018-11-19 Tom Tromey <tom@tromey.com>
5549
5550 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5551
6769f276
PA
55522018-11-19 Pedro Alves <palves@redhat.com>
5553
5554 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5555 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5556 see the expected warning.
5557
38a72da0
AH
55582018-11-16 Alan Hayward <alan.hayward@arm.com>
5559
5560 PR gdb/22736:
5561 * gdb.cp/infcall-nodebug-lib.c: New test.
5562 * gdb.cp/infcall-nodebug-main.c: New test.
5563 * gdb.cp/infcall-nodebug.exp: New file.
5564
53a89d6e
SM
55652018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5566
5567 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5568 completer tests.
5569
9325300d
TV
55702018-11-09 Tom de Vries <tdevries@suse.de>
5571
5572 * gdb.base/msym-lang.c: New test.
5573 * gdb.base/msym-lang.exp: New file.
5574 * gdb.base/msym-lang-main.c: New test.
5575
20f0d60d
TT
55762018-11-08 Tom Tromey <tom@tromey.com>
5577
5578 PR gdb/23555:
5579 PR gdb/23838:
5580 * gdb.base/warning.exp: New file.
5581
b5420128
JB
55822018-11-08 Jan Beulich <jbeulich@suse.com>
5583
5584 * testsuite/gdb.arch/i386-avx512.c,
5585 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5586
cd115d61
AB
55872018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5588
5589 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5590 point hardware.
5591
35ee2dc2
AB
55922018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5593
5594 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5595 * gdb.dwarf2/missing-type-name.exp: New file.
5596
31aceee8
TV
55972018-11-06 Tom de Vries <tdevries@suse.de>
5598
5599 * gdb.base/many-headers.c: New test.
5600 * gdb.base/many-headers.exp: New file.
5601
109be305
JW
56022018-11-06 Jim Wilson <jimw@sifive.com>
5603
5604 * gdb.base/code_elim.exp: For riscv, set additional_flags
5605 to include -msmall-data-limit=0.
5606
e2b7af72
JB
56072018-11-01 Joel Brobecker <brobecker@adacore.com>
5608
5609 * gdb.ada/watch_minus_l: New testcase.
5610
cdcda965
SM
56112018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5612
5613 * gdb.arch/aix-sighandle.c: New file.
5614 * gdb.arch/aix-sighandle.exp: New file.
5615
92dcebf3
AB
56162018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5617
5618 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5619 registers being unions.
5620
68b9ac18
TV
56212018-10-31 Tom de Vries <tdevries@suse.de>
5622
5623 * lib/valgrind.exp: New file.
5624 (vgdb_start, vgdb_stop): New procs, factored out of ...
5625 * gdb.base/valgrind-bt.exp: ... here, ...
5626 * gdb.base/valgrind-disp-step.exp: ... here and ...
5627 * gdb.base/valgrind-infcall.exp: ... here.
5628
1443936e
TV
56292018-10-31 Tom de Vries <tdevries@suse.de>
5630
5631 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5632
eb77c9df
AB
56332018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5634
5635 * gdb.dwarf2/void-type.c: New file.
5636 * gdb.dwarf2/void-type.exp: New file.
5637
82b5e646
PW
56382018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5639
5640 * gdb.base/info_qt.c: New file.
5641 * gdb.base/info_qt.exp: New file.
5642
8d619c01
EBM
56432018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5644
5645 * gdb.arch/powerpc-htm-regs.c: New file.
5646 * gdb.arch/powerpc-htm-regs.exp: New file.
5647
f2cf6173
EBM
56482018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5649
5650 * gdb.arch/powerpc-tar.c: New file.
5651 * gdb.arch/powerpc-tar.exp: New file.
5652
7ca18ed6
EBM
56532018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5654
5655 * gdb.arch/powerpc-ppr-dscr.c: New file.
5656 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5657
bfcc0eba
TV
56582018-10-25 Tom de Vries <tdevries@suse.de>
5659
5660 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5661
fe1a5cad
TV
56622018-10-24 Tom de Vries <tdevries@suse.de>
5663
5664 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5665 longer exists error.
5666
a76dc3b7
TV
56672018-10-24 Tom de Vries <tdevries@suse.de>
5668
5669 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5670
4df46df7
TV
56712018-10-24 Tom de Vries <tdevries@suse.de>
5672
5673 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5674 --db-attach in valgrind.
5675
0dbfcfff
AB
56762018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5677
5678 * gdb.arch/riscv-reg-aliases.c: New file.
5679 * gdb.arch/riscv-reg-aliases.exp: New file.
5680
b04480b1
AH
56812018-10-19 Alan Hayward <alan.hayward@arm.com>
5682
5683 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5684
2c6ac8d7
AH
56852018-10-19 Alan Hayward <alan.hayward@arm.com>
5686
5687 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5688
2bc69f25
AH
56892018-10-19 Alan Hayward <alan.hayward@arm.com>
5690
5691 * gdb.cp/ovldbreak.exp: Fix regexps.
5692
1f1ae3a3
AH
56932018-10-19 Alan Hayward <alan.hayward@arm.com>
5694
5695 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5696
94c18618
SDJ
56972018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5698
5699 PR cli/23785
5700 * gdb.base/restore.exp: New test to check if "restore" with an
5701 invalid file doesn't segfault.
5702
812cd6eb
TV
57032018-10-18 Tom de Vries <tdevries@suse.de>
5704
5705 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5706 * gdb.ada/excep_handle.exp: Same.
5707 * gdb.ada/mi_string_access.exp: Same.
5708 * gdb.ada/mi_var_union.exp: Same.
5709 * gdb.arch/arc-analyze-prologue.exp: Same.
5710 * gdb.arch/arc-decode-insn.exp: Same.
5711 * gdb.base/readnever.exp: Same.
5712 * gdb.fortran/printing-types.exp: Same.
5713 * gdb.guile/scm-lazy-string.exp: Same.
5714
c4b90788
TV
57152018-10-16 Tom de Vries <tdevries@suse.de>
5716
5717 PR gdb/23730
5718 * gdb.base/catch-follow-exec.c: Add copyright notice.
5719 * gdb.base/catch-follow-exec.exp: Rewrite to use
5720 gdb_spawn_with_cmdline_opts. Require gdb-native.
5721
8bca2978
SL
57222018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5723
5724 * gdb.trace/actions-changed.exp: Check for arch support.
5725 * gdb.trace/actions.exp: Likewise.
5726 * gdb.trace/ax.exp: Likewise.
5727 * gdb.trace/backtrace.exp: Likewise.
5728 * gdb.trace/change-loc.exp: Likewise.
5729 * gdb.trace/deltrace.exp: Likewise.
5730 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5731 * gdb.trace/ftrace.exp: Likewise.
5732 * gdb.trace/infotrace.exp: Check for arch support.
5733 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5734 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5735 * gdb.trace/mi-tsv-changed.exp: Likewise.
5736 * gdb.trace/packetlen.exp: Likewise.
5737 * gdb.trace/passc-dyn.exp: Likewise.
5738 * gdb.trace/passcount.exp: Likewise.
5739 * gdb.trace/pending.exp: Likewise.
5740 * gdb.trace/range-stepping.exp: Check for shlib support.
5741 * gdb.trace/report.exp: Check for arch support.
5742 * gdb.trace/save-trace.exp: Likewise.
5743 * gdb.trace/signal.exp: Check for signal support.
5744 * gdb.trace/tfind.exp: Check for arch support.
5745 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5746 * gdb.trace/trace-common.h: Add comment.
5747 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5748 * gdb.trace/trace-enable-disable.exp: Likewise.
5749 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5750 * gdb.trace/tracecmd.exp: Check for arch support.
5751 * gdb.trace/tspeed.exp: Check for shlib and target support.
5752 * gdb.trace/tstatus.exp: Check for arch support.
5753 * gdb.trace/tsv.exp: Likewise.
5754 * gdb.trace/while-dyn.exp: Likewise.
5755 * gdb.trace/while-stepping.exp: Likewise.
5756 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5757
f9c49bff
SM
57582018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5759
5760 * gdb.trace/tspeed.exp: Remove nowarnings.
5761 (prepare_for_trace_test): Declare "global ipalib".
5762 * gdb.trace/tspeed.c: Include unistd.h.
5763 (main): Remove superfluous printf argument.
5764
d4330bde
SL
57652018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5766
5767 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5768 directory prefix on the filename.
5769
8ecfd7bd
SDJ
57702018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5771
5772 * gdb.gdb/unittest.exp: Update expected message informing that
5773 selftests have been disabled.
5774 * gdb.server/unittest.exp: Likewise.
5775
58bbcd02
TV
57762018-10-09 Tom de Vries <tdevries@suse.de>
5777
5778 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5779 with runto_main.
5780
9f6b697b
WP
57812018-10-08 Weimin Pan <weimin.pan@oracle.com>
5782
5783 PR c++/16841
5784 * gdb.cp/virtbase2.cc: New file.
5785 * gdb.cp/virtbase2.exp: New file.
5786
add5ded5
TT
57872018-10-06 Tom Tromey <tom@tromey.com>
5788
5789 PR python/19399:
5790 * gdb.python/py-inferior.exp: Add architecture test.
5791
f9e48344
TT
57922018-10-06 Tom Tromey <tom@tromey.com>
5793
5794 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5795 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5796
2a8be203
TT
57972018-10-06 Tom Tromey <tom@tromey.com>
5798
5799 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5800 of a "throw" catchpoint.
5801
e04caa70
SDJ
58022018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5803
5804 * gdb.base/info-proc.exp: Update string expected from "help info
5805 proc".
5806
5ca8c39f
TT
58072018-10-04 Tom Tromey <tom@tromey.com>
5808
5809 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5810 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5811 (test_initial_complaints, test_empty_complaints): Update.
5812 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5813
3453e7e4
TT
58142018-10-04 Tom Tromey <tom@tromey.com>
5815
5816 PR cli/19551:
5817 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5818 * lib/gdb.exp (gdb_file_cmd): Update.
5819 * gdb.stabs/weird.exp (print_weird_var): Update.
5820 * gdb.server/solib-list.exp: Update.
5821 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5822 * gdb.mi/mi-cli.exp: Update.
5823 * gdb.linespec/linespec.exp: Update.
5824 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5825 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5826 * gdb.cp/cp-relocate.exp: Update.
5827 * gdb.base/sym-file.exp: Update.
5828 * gdb.base/relocate.exp: Update.
5829 * gdb.base/readnever.exp: Update.
5830 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5831 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5832 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5833 * gdb.base/code_elim.exp: Update.
5834 * gdb.base/break-unload-file.exp (test_break): Update.
5835 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5836 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5837 Update.
5838 * gdb.base/attach.exp (do_attach_tests): Update.
5839 * gdb.base/sepdebug.exp: Update.
5840 * gdb.python/py-section-script.exp: Update.
5841
6afcf761
TT
58422018-10-04 Tom Tromey <tom@tromey.com>
5843
5844 PR cli/22234:
5845 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5846 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5847 output.
5848
fef1b293
TT
58492018-10-04 Tom Tromey <tom@tromey.com>
5850
5851 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5852 set width and height to 0.
5853 (test_command_line_attach_run): Use -quiet.
5854
ca98345e
SL
58552018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5856
5857 * lib/gdb.exp (skip_ifunc_tests): New.
5858 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5859 other compile failures.
5860 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5861
ff34e6ae
SM
58622018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5863
5864 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5865 is_amd64_regs_target.
5866
6bb8890e
AH
58672018-10-01 Alan Hayward <alan.hayward@arm.com>
5868
5869 * gdb.arch/aarch64-sighandler-regs.c: New test.
5870 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5871 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5872
224d30d3
MM
58732018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5874
5875 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5876 assembly.
5877
f67ffa6a
AB
58782018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5879
5880 * gdb.base/frame-selection.exp: New file.
5881 * gdb.base/frame-selection.c: New file.
5882
9fc3183f
AH
58832018-09-27 Alan Hayward <alan.hayward@arm.com>
5884
5885 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5886 pthread barrier.
5887 (main): Likewise.
5888
d354055e
AB
58892018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5890
5891 * gdb.base/large-frame-1.c: New file.
5892 * gdb.base/large-frame-2.c: New file.
5893 * gdb.base/large-frame.exp: New file.
5894 * gdb.base/large-frame.h: New file.
5895
db727370
JL
58962018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5897
5898 PR gdb/20948
5899 * gdb.base/write_mem.exp: New test.
5900 * gdb.base/write_mem.c: Likewise.
5901
ae778caf
TT
59022018-09-23 Tom Tromey <tom@tromey.com>
5903
5904 PR python/18852:
5905 * gdb.python/py-parameter.exp: Add test for parameter that throws
5906 on "set".
5907
fd3ba736
TT
59082018-09-23 Tom Tromey <tom@tromey.com>
5909
5910 PR python/17284:
5911 * gdb.python/py-template.exp (test_template_arg): Add test for
5912 negative template argument number.
5913
39a24317
TT
59142018-09-23 Tom Tromey <tom@tromey.com>
5915
5916 PR python/14062:
5917 * gdb.python/python.exp: Add test for post_event error.
5918
f5769a2c
TT
59192018-09-23 Tom Tromey <tom@tromey.com>
5920
5921 PR python/18170:
5922 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5923 convert pointers to int and long.
5924
1c1e54f6
TT
59252018-09-23 Tom Tromey <tom@tromey.com>
5926
5927 PR python/20126:
5928 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5929 signed-ness conversion tests.
5930
fb4fa946
TT
59312018-09-23 Tom Tromey <tom@tromey.com>
5932
5933 PR python/18352;
5934 * gdb.python/py-value.exp (test_float_conversion): New proc.
5935 Use it.
5936
a466edac
HAQ
59372018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5938
5939 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5940
4ee9b0c5
SL
59412018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5942
5943 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5944 no readline.
5945 * gdb.base/utf8-identifiers.exp: Likewise.
5946 * gdb.cp/cpcompletion.exp: Likewise.
5947 * gdb.linespec/cpcompletion.exp: Likewise.
5948 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5949 * gdb.linespec/cpls-ops.exp: Likewise.
5950
23be8da7
RB
59512018-09-19 Richard Bunt <richard.bunt@arm.com>
5952 Chris January <chris.january@arm.com>
5953
5954 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5955 * gdb.fortran/short-circuit-argument-list.exp: New file.
5956 * gdb.fortran/short-circuit-argument-list.f90: New test.
5957
5031d0ae
SDJ
59582018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5959
5960 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5961 "arch=" keyword when executing "-stack-list-frames".
5962
b4c0d1a4
SDJ
59632018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5964
5965 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5966 "arch=" keyword when executing "-stack-list-frames".
5967
7a6d2b45
SDJ
59682018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5969
5970 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5971 break ada".
5972
8588b356
SM
59732018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5974
5975 PR python/23669
5976 * gdb.python/python.exp: Test gdb.execute("show commands").
5977
65e65158
TT
59782018-09-16 Tom Tromey <tom@tromey.com>
5979
5980 * gdb.base/new-ui.exp (do_execution_tests): Update.
5981 * gdb.base/dbx.exp (test_breakpoints): Update.
5982
bf326452
AH
59832018-09-14 Alan Hayward <alan.hayward@arm.com>
5984
5985 * lib/gdb.exp (gdb_simple_compile): Add proc.
5986 (is_elf_target): Use gdb_simple_compile.
5987 (skip_altivec_tests): Likewise.
5988 (skip_vsx_tests): Likewise.
5989 (skip_tsx_tests): Likewise.
5990 (skip_btrace_tests): Likewise.
5991 (skip_btrace_pt_tests): Likewise.
5992 (gdb_can_simple_compile): Likewise.
5993 (gdb_has_argv0): Likewise.
5994 (gdb_target_symbol_prefix): Likewise.
5995 (target_supports_scheduler_locking): Likewise.
5996
2361b0fb
TT
59972018-09-13 Tom Tromey <tom@tromey.com>
5998
5999 * Makefile.in (TAGS): Recognize proc_with_prefix and
6000 gdb_caching_proc.
6001
0ae1a321
SM
60022018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6003
6004 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6005 method.
6006
a40bf0c2
SM
60072018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6008
6009 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6010 and a few other Inferior properties when the Inferior is no
6011 longer valid.
6012
4a3fe98f
TT
60132018-09-13 Tom Tromey <tom@tromey.com>
6014
6015 PR rust/23650:
6016 * gdb.rust/simple.exp: Add test for enum field access error.
6017
098b2108
TT
60182018-09-13 Tom Tromey <tom@tromey.com>
6019
6020 PR rust/23626:
6021 * gdb.rust/simple.rs (EmptyEnum): New type.
6022 (main): Use it.
6023 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6024
1256af7d
SM
60252018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6026
6027 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6028 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6029 * gdb.python/py-symtab.exp: Update test printing an objfile.
6030
4aa8e6c2
SM
60312018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6032
6033 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6034 object.
6035
c221b2f7
AH
60362018-09-12 Alan Hayward <alan.hayward@arm.com>
6037
6038 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6039 (support_complex_tests): Use gdb_can_simple_compile.
6040 (is_ilp32_target): Likewise.
6041 (is_lp64_target): Likewise.
6042 (is_64_target): Likewise.
6043 (is_amd64_regs_target): Likewise.
6044 (is_aarch32_target): Likewise.
6045 (gdb_int128_helper): Likewise.
6046
6f1107b5
JK
60472018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6048
6049 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6050
1f5d1570
JG
60512018-09-10 Jerome Guitton <guitton@adacore.com>
6052
6053 * gdb.ada/same_component_name: Add test for case of tagged record
6054 with variable-length fields.
6055
cc330e39
XR
60562018-09-10 Xavier Roirand <roirand@adacore.com>
6057
6058 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6059 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6060 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6061 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6062
b9c50e9a
XR
60632018-09-10 Xavier Roirand <roirand@adacore.com>
6064
6065 * gdb.ada/mi_string_access.exp: New testcase.
6066 * gdb.ada/mi_string_access/bar.adb: New file.
6067 * gdb.ada/mi_string_access/pck.adb: New file.
6068 * gdb.ada/mi_string_access/pck.asd: New file.
6069
2963898f
XR
60702018-09-10 Xavier Roirand <roirand@adacore.com>
6071
6072 * gdb.ada/mi_var_union.exp: New testcase.
6073 * gdb.ada/mi_var_union/bar.adb: New file.
6074 * gdb.ada/mi_var_union/pck.adb: New file.
6075 * gdb.ada/mi_var_union/pck.asd: New file.
6076
1aac008f
TT
60772018-09-08 Tom Tromey <tom@tromey.com>
6078
6079 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6080
332cf4c9
TT
60812018-09-08 Tom Tromey <tom@tromey.com>
6082
6083 PR python/16047:
6084 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6085 (register_pretty_printers): Register new printer.
6086 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6087 test.
6088 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6089 (an_int_type3): New global.
6090
424da6cf
JB
60912018-09-08 Joel Brobecker <brobecker@adacore.com>
6092
6093 * gdb.ada/expr_with_funcall: New testcase.
6094
2a62dfa9
JB
60952018-09-08 Joel Brobecker <brobecker@adacore.com>
6096
6097 * gdb.ada/packed_array_assign: New testcase.
6098
96b6697f
AB
60992018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6100
6101 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6102 names, and add test prefixes to make test names unique.
6103
e4a62c65
TV
61042018-09-05 Tom de Vries <tdevries@suse.de>
6105
6106 * gdb.dwarf2/varval.exp: Add test.
6107
dd083ee2
GB
61082018-09-04 Gary Benson <gbenson@redhat.com>
6109
6110 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6111 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6112
aef9346c
TT
61132018-08-31 Tom Tromey <tom@tromey.com>
6114
6115 * gdb.rust/simple.rs: Rename second variable "v".
6116
c67f2e15
AB
61172018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6118
6119 * gdb.base/funcargs.c (use_a): New function.
6120 (recurse): Call use_a.
6121
078a0207
KS
61222018-08-29 Keith Seitz <keiths@redhat.com>
6123
6124 * gdb.compile/compile-cplus-anonymous.cc: New file.
6125 * gdb.compile/compile-cplus-anonymous.exp: New file.
6126 * gdb.compile/compile-cplus-array-decay.cc: New file.
6127 * gdb.compile/compile-cplus-array-decay.exp: New file.
6128 * gdb.compile/compile-cplus-inherit.cc: New file.
6129 * gdb.compile/compile-cplus-inherit.exp: New file.
6130 * gdb.compile/compile-cplus-member.cc: New file.
6131 * gdb.compile/compile-cplus-member.exp: New file.
6132 * gdb.compile/compile-cplus-method.cc: New file.
6133 * gdb.compile/compile-cplus-method.exp: New file.
6134 * gdb.compile/compile-cplus-mod.c: "New" file.
6135 * gdb.compile/compile-cplus-namespace.cc: New file.
6136 * gdb.compile/compile-cplus-namespace.exp: New file.
6137 * gdb.compile/compile-cplus-nested.cc: New file.
6138 * gdb.compile/compile-cplus-nested.exp: New file.
6139 * gdb.compile/compile-cplus-print.c: "New" file.
6140 * gdb.compile/compile-cplus-print.exp: "New" file.
6141 * gdb.compile/compile-cplus-virtual.cc: New file.
6142 * gdb.compile/compile-cplus-virtual.exp: New file.
6143 * gdb.compile/compile-cplus.c: "New" file.
6144 * gdb.compile/compile-cplus.exp: "New" file.
6145 * lib/compile-support.exp: New file.
6146
b0f492b9
GB
61472018-08-16 Gary Benson <gbenson@redhat.com>
6148
6149 PR gdb/13000:
6150 * gdb.base/batch-exit-status.exp: New file.
6151 * gdb.base/batch-exit-status.good-commands: Likewise.
6152 * gdb.base/batch-exit-status.bad-commands: Likewise.
6153
36eb4c5f
AH
61542018-08-29 Alan Hayward <alan.hayward@arm.com>
6155
6156 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6157 (struct struct02): Likewise.
6158 (struct struct03): Likewise.
6159 (struct struct04): Likewise.
6160 (struct struct_01_01): New struct.
6161 (struct struct_01_02): Likewise.
6162 (struct struct_01_03): Likewise.
6163 (struct struct_01_04): Likewise.
6164 (struct struct_02_01): Likewise.
6165 (struct struct_02_02): Likewise.
6166 (struct struct_02_03): Likewise.
6167 (struct struct_02_04): Likewise.
6168 (struct struct_04_01): Likewise.
6169 (struct struct_04_02): Likewise.
6170 (struct struct_04_03): Likewise.
6171 (struct struct_04_04): Likewise.
6172 (struct struct_05_01): Likewise.
6173 (struct struct_05_02): Likewise.
6174 (struct struct_05_03): Likewise.
6175 (struct struct_05_04): Likewise.
6176 (cmp_struct01): Remove function.
6177 (cmp_struct02): Likewise.
6178 (cmp_struct03): Likewise.
6179 (cmp_struct04): Likewise.
6180 (cmp_struct_01_01): Add Function.
6181 (cmp_struct_01_02): Likewise.
6182 (cmp_struct_01_03): Likewise.
6183 (cmp_struct_01_04): Likewise.
6184 (cmp_struct_02_01): Likewise.
6185 (cmp_struct_02_02): Likewise.
6186 (cmp_struct_02_03): Likewise.
6187 (cmp_struct_02_04): Likewise.
6188 (cmp_struct_04_01): Likewise.
6189 (cmp_struct_04_02): Likewise.
6190 (cmp_struct_04_03): Likewise.
6191 (cmp_struct_04_04): Likewise.
6192 (cmp_struct_05_01): Likewise.
6193 (cmp_struct_05_02): Likewise.
6194 (cmp_struct_05_03): Likewise.
6195 (cmp_struct_05_04): Likewise.
6196 (call_all): Add new structs.
6197 * gdb.base/infcall-nested-structs.exp: Likewise.
6198
3bf9c013
JV
61992018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6200
6201 * gdb.python/py-framefilter-mi.exp: Update regexp to
6202 check for "arch" field in frame output.
6203
450d1e88
KB
62042018-08-23 Kevin Buettner <kevinb@redhat.com>
6205
6206 * gdb.dwarf2/dw2-ranges-func.c: New file.
6207 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6208
ae739fe7
SM
62092018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6210
6211 * gdb.base/term.exp: Compare terminal settings with values from
6212 the inferior.
6213 * gdb.base/term.c: Get and set terminal settings.
6214
6d52907e
JV
62152018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6216
6217 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6218 accommodate new "arch" field in frame output.
6219 * gdb.mi/mi-return.exp: Likewise.
6220 * gdb.mi/mi-stack.exp: Likewise.
6221 * gdb.mi/mi-syn-frame.exp: Likewise.
6222 * gdb.mi/user-selected-context-sync.exp: Likewise.
6223
be2d111a
MS
62242018-08-19 Michael Spang <spang@google.com>
6225
6226 PR gdb/11786
6227 * gdb.base/gcore-tls-pie.c: New file.
6228 * gdb.base/gcore-tls-pie.exp: New file.
6229
ae3a7c47
KB
62302018-08-18 Kevin Buettner <kevinb@redhat.com>
6231
6232 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6233 * gdb.dwarf2/varval.c: New file.
6234 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6235
2ecae92e
AH
62362018-08-17 Alan Hayward <alan.hayward@arm.com>
6237
6238 PR gdb/18931
6239 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6240
c1854f1d
KS
62412018-08-16 Keith Seitz <keiths@redhat.com>
6242
6243 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6244 tests expected to pass.
6245
26fb3983
JV
62462018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6247
6248 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6249 -data-disassemble -a.
6250 (test_disassembly_bogus_args): Likewise.
6251
67943c00
AB
62522018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6253
6254 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6255
5ff2bbae
AB
62562018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6257
6258 * gdb.base/vla-optimized-out.exp: Add new test.
6259
e5bbcd0f
AB
62602018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6261
6262 * gdb.base/vla-optimized-out-o3.exp: Delete.
6263 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6264 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6265 deleted tests.
6266
9d4a934c
AB
62672018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6268
6269 PR gdb/18050:
6270 * gdb.server/extended-remote-restart.c: New file.
6271 * gdb.server/extended-remote-restart.exp: New file.
6272
045cf012
SM
62732018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6274
6275 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6276 "set variable index = 42".
6277
87d6a7aa
SM
62782018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6279
6280 * boards/index-cache-gdb.exp: New file.
6281 * gdb.dwarf2/index-cache.exp: New file.
6282 * gdb.dwarf2/index-cache.c: New file.
6283 * gdb.base/maint.exp: Check if we are using the index cache.
6284
96d68bd4
RO
62852018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6286
6287 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6288 MAKEFLAGS.
6289
5a699617
RO
62902018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6291
6292 * dg-extract-results.sh: Move to toplevel contrib.
6293 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6294 * Makefile.in (check-parallel-racy): Likewise.
6295
5bd18990
AB
62962018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6297
6298 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6299 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6300 tests if the target supports scheduler locking.
6301
3fbbcf47
TV
63022018-08-04 Tom de Vries <tdevries@suse.de>
6303
6304 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6305
3e1d3d8c
TT
63062018-08-02 Tom Tromey <tom@tromey.com>
6307
6308 PR symtab/16842.
6309 * gdb.cp/temargs.exp: Test "info address" of a template
6310 parameter.
6311
5abe0f0c
JV
63122018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6313
6314 * gdb.python/py-mi-var-info-path-expression.c: New file.
6315 * gdb.python/py-mi-var-info-path-expression.py: New file.
6316 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6317
fb66cde8
SDJ
63182018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6319
6320 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6321 error after "cannot resolve name" string.
6322
c708f4d2
AB
63232018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6324
6325 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6326 started.
6327 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6328
37cc0cae
TV
63292018-07-28 Tom de Vries <tdevries@suse.de>
6330
6331 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6332
63b4ecf7
TV
63332018-07-26 Tom de Vries <tdevries@suse.de>
6334
6335 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6336
3c3bb058
AB
63372018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6338
6339 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6340 is visible.
6341
9e7f3bbb
TV
63422018-07-26 Tom de Vries <tdevries@suse.de>
6343
6344 PR breakpoints/23366
6345 * gdb.base/catch-follow-exec.c: New test.
6346 * gdb.base/catch-follow-exec.exp: New file.
6347
16f808ec
TV
63482018-07-25 Tom de Vries <tdevries@suse.de>
6349
6350 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6351 vla-optimized-out.c.
6352
d7154a8d
JV
63532018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6354
6355 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6356 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6357
232a0032
TV
63582018-07-20 Tom de Vries <tdevries@suse.de>
6359
6360 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6361 NOCLONE macro.
6362 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6363
fbb1d502
TV
63642018-07-19 Tom de Vries <tdevries@suse.de>
6365
6366 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6367 regular expression.
6368
42dc7699
TV
63692018-07-18 Tom de Vries <tdevries@suse.de>
6370
6371 * gdb.base/vla-optimized-out.c: New test.
6372 * gdb.base/vla-optimized-out.exp: New file.
6373
7f1f7e23
SDJ
63742018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6375
6376 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6377 message "No address associated with hostname" when gdbserver
6378 cannot resolve the hostname.
6379
5759ebb3
PW
63802018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6381
6382 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6383 Add some test prefixes to make tests unique.
6384
3606ccab
PW
63852018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6386
6387 * gdb.base/frameapply.c: New file.
6388 * gdb.base/frameapply.exp: New file.
6389
529c08b2
PW
63902018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6391
6392 * gdb.base/skip.exp: Update expected error message.
6393
c7ab0aef
SDJ
63942018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6395 Jan Kratochvil <jan.kratochvil@redhat.com>
6396 Paul Fertser <fercerpav@gmail.com>
6397 Tsutomu Seki <sekiriki@gmail.com>
6398
6399 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6400 parameter.
6401 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6402 by default.
6403 * boards/native-gdbserver.exp: Likewise.
6404 * gdb.server/run-without-local-binary.exp: Improve regexp used
6405 for detecting when a remote debugging connection succeeds.
6406 * gdb.server/server-connect.exp: New file.
6407 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6408 Do not prefix the port number with ":".
6409 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6410 support for detecting and using it. Add '$debughost_gdbserver'
6411 to the list of arguments used to start gdbserver. Handle case
6412 when gdbserver cannot resolve a network name.
6413
16ff70dd
SDJ
64142018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6415
6416 PR c++/23373
6417 * gdb.base/ptype-offsets.cc (struct static_member): New
6418 struct.
6419 (main) <stmember>: New variable.
6420 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6421 with a static member in it.
6422
3541979f
AB
64232018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6424
6425 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6426 watchpoints enabled and disabled.
6427
c8ad9b9a
AB
64282018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6429
6430 * gdb.base/examine-backward.exp: Still run tests around address
6431 0x0, even if address 0x0 is not readable. Update the pattern for
6432 matching address 0x0 in expected output.
6433
e0e5e971
AB
64342018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6435
6436 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6437 malloc/free.
6438
1ea5da02
TV
64392018-07-04 Tom de Vries <tdevries@suse.de>
6440
6441 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6442
471b9d15
MR
64432018-07-02 Maciej W. Rozycki <macro@mips.com>
6444
6445 PR tdep/8282
6446 * gdb.arch/mips-disassembler-options.exp: New test.
6447 * gdb.arch/mips-disassembler-options.s: New test source.
6448
75acb486
PA
64492018-06-29 Pedro Alves <palves@redhat.com>
6450
6451 * gdb.threads/names.exp: Adjust expected "info threads" output.
6452
cd2bb709
PA
64532018-06-29 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.opt/inline-break.exp (line number, address): Add "info
6456 break" tests.
6457
991ff292
PA
64582018-06-29 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6461 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6462 number and address and running to them.
6463
356819b6 64642018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6465
6466 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6467
2512d7ef
JK
64682018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6469
6470 * lib/compiler.c: Remove executable permission flag.
6471
be1b6474
RB
64722018-06-28 Richard Bunt <richard.bunt@arm.com>
6473
6474 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6475 code.
6476 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6477
291f9a96
PT
64782018-06-28 Petr Tesarik <ptesarik@suse.cz>
6479
6480 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6481
ed6dfe51
PT
64822018-06-28 Petr Tesarik <ptesarik@suse.cz>
6483
6484 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6485 address argument is omitted.
6486
d4d429d5
PT
64872018-06-28 Petr Tesarik <ptesarik@suse.cz>
6488
6489 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6490
7ab6656f
OJ
64912018-06-27 Omair Javaid <omair.javaid@linaro.org>
6492
6493 PR gdb/21695
6494 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6495 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6496
a33ccfc7
TT
64972018-06-26 Tom Tromey <tom@tromey.com>
6498
6499 PR rust/22574:
6500 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6501 * gdb.rust/simple.rs (struct SimpleLayout): New.
6502
6d72d289
SM
65032018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6504
6505 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6506 "info registers" output.
6507
8363f9d5
RB
65082018-06-21 Richard Bunt <richard.bunt@arm.com>
6509
6510 * gdb.base/watchpoint-hw-attach.c: New test.
6511 * gdb.base/watchpoint-hw-attach.exp: New file.
6512
f00674fe
SM
65132018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6514
6515 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6516 through /bin/sh.
6517 * boards/dwarf4-gdb-index.exp: Likewise.
6518 * boards/fission-dwp.exp: Likewise.
6519
1d554008
UW
65202018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6521
6522 * gdb.base/float128.exp: Add comment and improved fail message
6523 to the failure case of "print large128" test.
6524
d0ac1c44
SM
65252018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6526
6527 * configure.ac: Remove AC_PREREQ.
6528 * configure: Re-generate.
6529
61b04dd0
PA
65302018-06-19 Pedro Alves <palves@redhat.com>
6531
6532 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6533 (func_extern_caller): New.
6534 (main): Call func_extern_caller.
6535 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6536 logic change.
6537
f63b508a
SM
65382018-06-18 Weimin Pan <weimin.pan@oracle.com>
6539
6540 PR gdb/16841
6541 * gdb.cp/typedef-base.cc: New file.
6542 * gdb.cp/typedef-base.exp: New file.
6543
0fe3a558
TV
65442018-06-18 Tom de Vries <tdevries@suse.de>
6545
6546 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6547
7010835a
AB
65482018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6549 Richard Bunt <Richard.Bunt@arm.com>
6550
6551 * gdb.threads/attach-slow-waitpid.c: New file.
6552 * gdb.threads/attach-slow-waitpid.exp: New file.
6553 * gdb.threads/slow-waitpid.c: New file.
6554
14897d65
PA
65552018-06-14 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/fork-running-state.c: Include <errno.h>.
6558 (exit_if_relative_exits): New.
6559 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6560 exits.
6561 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6562 child exits.
6563
5d9a0608
TV
65642018-06-14 Tom de Vries <tdevries@suse.de>
6565
6566 PR cli/22573
6567 * gdb.base/finish-pretty.c: New test.
6568 * gdb.base/finish-pretty.exp: New file.
6569
11ae5818
PA
65702018-06-14 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6573 gdb's expected startup output.
6574
1d39de44
PA
65752018-06-14 Pedro Alves <palves@redhat.com>
6576
6577 * lib/selftest-support.exp (selftest_setup): Remove inlined
6578 function handling.
6579
70ee0000
TV
65802018-06-14 Tom de Vries <tdevries@suse.de>
6581
6582 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6583 matching of breakpoint printing.
6584
11f4b608
TV
65852018-06-13 Tom de Vries <tdevries@suse.de>
6586
6587 PR testsuite/23269
6588 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6589 (fork_child): ... here, and ...
6590 (fork_parent): ... here.
6591
65922018-06-12 Tom de Vries <tdevries@suse.de>
6593
6594 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6595
9516f85a
AB
65962018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6597 Stephen Roberts <stephen.roberts@arm.com>
6598
6599 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6600 rewrite test to describe action performed, rather than possible
6601 failure.
6602
5045b3d7
GB
66032018-06-08 Gary Benson <gbenson@redhat.com>
6604
6605 * gdb.threads/check-libthread-db.exp: New file.
6606 * gdb.threads/check-libthread-db.c: Likewise.
6607
c61b06a1
TT
66082018-06-05 Tom Tromey <tom@tromey.com>
6609
6610 * gdb.base/default.exp: Update expected "show version" output.
6611
eb6af809
TT
66122018-06-05 Tom Tromey <tom@tromey.com>
6613
6614 PR cli/12326:
6615 * gdb.cp/static-print-quit.exp: Update.
6616 * lib/gdb.exp (pagination_prompt): Update.
6617 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6618 * gdb.python/python.exp: Update.
6619
178d6a63
JB
66202018-06-04 Joel Brobecker <brobecker@adacore.com>
6621
6622 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6623
8e817061
JB
66242018-06-01 Joel Brobecker <brobecker@adacore.com>
6625
6626 * gdb.ada/bp_fun_addr: New testcase.
6627
e86ca25f
TT
66282018-06-01 Tom Tromey <tom@tromey.com>
6629
6630 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6631 results.
6632 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6633 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6634 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6635 * gdb.base/maint.exp (maint_pass_if): Update.
6636
4b2dfa9d
MR
66372018-05-31 Maciej W. Rozycki <macro@mips.com>
6638
6639 * gdb.base/endian.exp: New test.
6640 * gdb.base/endian.c: New test source.
6641
45f25d6c
AB
66422018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6643
6644 PR gdb/23203
6645 * gdb.base/bt-selected-frame.c: New file.
6646 * gdb.base/bt-selected-frame.exp: New file.
6647 * lib/gdb.exp (get_current_frame_number): New function.
6648
d9f6d7f8
MR
66492018-05-24 Maciej W. Rozycki <macro@mips.com>
6650 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.threads/tls-core.c: Include <stdlib.h>
6653 (thread_proc): Call `abort'.
6654 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6655 (tls_core_test): New procedure, bits factored out from ...
6656 (top level): ... here. Test both native cores and gcore cores.
6657
ff1cf532
TT
66582018-05-23 Tom Tromey <tom@tromey.com>
6659
6660 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6661
b98664d3
TT
66622018-05-23 Tom Tromey <tom@tromey.com>
6663
6664 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6665 symfile_complaints.
6666 (test_short_complaints): Likewise.
6667 (test_empty_complaints): Likewise.
6668 (test_initial_complaints): Update.
6669
4e9668d0
TT
66702018-05-23 Tom Tromey <tom@tromey.com>
6671
6672 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6673
43ba33c7
TT
66742018-05-23 Tom Tromey <tom@tromey.com>
6675
6676 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6677 (test_short_complaints): Update.
6678
035522c0
PA
66792018-05-22 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.base/remote.exp: Only gdb_start after compiling the
6682 testcase. Issue "disconnect" before testing "set remote" command
6683 defaults. Issue clean_restart before running to main.
6684
cc0be08f
PA
66852018-05-22 Pedro Alves <palves@redhat.com>
6686
6687 * gdb.base/remote.exp: Adjust expected output of "show remote
6688 memory-write-packet-size". Add tests for "set remote
6689 memory-write-packet-size 0" and "set remote
6690 memory-write-packet-size fixed/limit".
6691
b1b60145
PA
66922018-05-22 Pedro Alves <palves@redhat.com>
6693
6694 PR gdb/22973
6695 * gdb.base/utf8-identifiers.c: New file.
6696 * gdb.base/utf8-identifiers.exp: New file.
6697
0ec848ad
PFC
66982018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6699
6700 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6701
2c3305f6
PFC
67022018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6703
6704 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6705
ce1e8424
TT
67062018-05-18 Tom Tromey <tom@tromey.com>
6707
6708 * gdb.base/ptype-offsets.exp: Update.
6709
ddfe970e
KS
67102018-05-17 Keith Seitz <keiths@redhat.com>
6711
6712 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6713 in expected breakpoint stop locations.
6714 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6715 move to proper scope to test variable values.
6716 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6717 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6718 New functions.
6719 (main): Call not_inline_func3.
6720 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6721 inline_func1, inline_func2, and inline_func3. Test that when each
6722 breakpoint is hit, GDB properly reports both the stop location
6723 and the backtrace. Repeat tests for temporary breakpoints.
6724
0726fcc6
MR
67252018-05-15 Maciej W. Rozycki <macro@mips.com>
6726
6727 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6728 rather then trying to access it in determining whether the PID
6729 of `gdbserver' could have been retrieved.
6730
8ee22052
AB
67312018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6732
6733 * gdb.arch/amd64-init-x87-values.S: New file.
6734 * gdb.arch/amd64-init-x87-values.exp: New file.
6735
7785df48
JK
67362018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6737
6738 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6739
56bcdbea
TT
67402018-05-04 Tom Tromey <tom@tromey.com>
6741
6742 PR python/22730:
6743 * gdb.python/python.exp: Test multi-line execute.
6744
a913fffb
TT
67452018-05-04 Tom Tromey <tom@tromey.com>
6746
6747 PR python/22731:
6748 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6749
7a2c85f2
TT
67502018-05-04 Tom Tromey <tom@tromey.com>
6751
6752 PR gdb/11750:
6753 * gdb.base/define.exp: Test defining a user command inside a user
6754 command.
6755 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6756
a3b60e45
JK
67572018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6758 Pedro Alves <palves@redhat.com>
6759
6760 PR breakpoints/19806 and support for PR external/20207.
6761 * gdb.base/watchpoint-unaligned.c: New file.
6762 * gdb.base/watchpoint-unaligned.exp: New file.
6763
45fe4a03
AB
67642018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6765
6766 * gdb.base/maint.exp: Make test names unique, use
6767 test_prefix_command_help to test 'help maint info', and remove
6768 repeated test of 'help maint'.
6769
9be2ae8f
TT
67702018-05-04 Tom Tromey <tom@tromey.com>
6771
6772 PR gdb/22619:
6773 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6774 behavior.
6775
11859c31
AB
67762018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6777
6778 * gdb.base/maint.exp: Process output from 'maint print registers'
6779 line at a time.
6780
089a9490
AB
67812018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6782
6783 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6784 timeout.
6785
9b0797e2
AB
67862018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6787
6788 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6789 filter pattern.
6790
f6ac5f3d
PA
67912018-05-02 Pedro Alves <palves@redhat.com>
6792
6793 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6794 to_log_command renames.
6795 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6796
77d3c63b
TT
67972018-05-02 Tom Tromey <tom@tromey.com>
6798
6799 * gdb.python/py-parameter.exp: Set test message.
6800
0489430a
TT
68012018-05-02 Tom Tromey <tom@tromey.com>
6802
6803 PR python/20084:
6804 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6805 PARAM_ZUINTEGER_UNLIMITED tests.
6806
1632f8ba
DR
68072018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6808
6809 PR rust/23124
6810 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6811 when casting.
6812
6d7bb824
TT
68132018-04-30 Tom Tromey <tom@tromey.com>
6814
6815 * gdb.python/py-type.exp: Check align attribute.
6816 * gdb.python/py-type.c: New "aligncheck" global.
6817
007e1530
TT
68182018-04-30 Tom Tromey <tom@tromey.com>
6819
6820 PR exp/17095:
6821 * gdb.dwarf2/dw2-align.exp: New file.
6822 * gdb.cp/align.exp: New file.
6823 * gdb.base/align.exp: New file.
6824 * lib/gdb.exp (gdb_int128_helper): New proc.
6825 (has_int128_c, has_int128_cxx): New caching procs.
6826
6873858b
TT
68272018-04-27 Tom Tromey <tom@tromey.com>
6828
6829 PR rust/22545:
6830 * gdb.rust/simple.exp: Add inclusive range tests.
6831
79188d8d
PA
68322018-04-26 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6835 ifunc breakpoint locations correctly of ifunc breakpoints set
6836 while the program resolves the ifunc.
6837
c7075ad5
PA
68382018-04-26 Pedro Alves <palves@redhat.com>
6839
6840 * gdb.base/gnu-ifunc-final.c: New file.
6841 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6842 * gdb.base/gnu-ifunc.exp (executable): Delete.
6843 (staticexecutable): Adjust.
6844 (lib_opts, exec_opts): Delete.
6845 (make_binsuffix, build, set-break): New procedures.
6846 (misc_tests): New, with tests factored out from the top level.
6847 (top level): Test different combinations of ifunc resolver name,
6848 resolver with and with debug info, and ifunc target with and
6849 without debug info. Wrap static tests with with_target_prefix.
6850
8388016d
PA
68512018-04-26 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6854 return type" warnings.
6855
249b5733
PA
68562018-04-25 Pedro Alves <palves@redhat.com>
6857
6858 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6859 killed".
6860 * gdb.base/kill-after-signal.exp: Likewise.
6861 * gdb.threads/kill.exp: Likewise.
6862
f67c0c91
SDJ
68632018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6864 Sergio Durigan Junior <sergiodj@redhat.com>
6865 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6868 regexps to expect for '[Inferior ... detached]' as well.
6869 * gdb.base/attach.exp: Likewise.
6870 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6871 "gdb_continue_to_end".
6872 (test_catch_syscall_with_wrong_args): Likewise.
6873 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6874 ']'. Don't set 'verbose' on.
6875 * gdb.base/foll-vfork.exp: Likewise.
6876 * gdb.base/fork-print-inferior-events.c: New file.
6877 * gdb.base/fork-print-inferior-events.exp: New file.
6878 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6879 '[Inferior ... has been killed]' message.
6880 * gdb.base/kill-after-signal.exp: Likewise.
6881 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6882 detach message.
6883 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6884 message.
6885 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6886 regexps to expect for '[Inferior ... detached]' as well.
6887 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6888
0a8ddac4
SM
68892018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6890
6891 PR gdb/23104
6892 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6893
701adfb0
PA
68942018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6895
6896 PR gdb/23095
6897 * gdb.base/break-probes.exp: Pass shlib_load to
6898 prepare_for_testing. Set normal_bp to r_debug_state if target is
6899 bsd.
6900
d27d16bf
RB
69012018-04-19 Richard Bunt <richard.bunt@arm.com>
6902
6903 * gdb.threads/multiple-successive-infcall.c: New test.
6904 * gdb.threads/multiple-successive-infcall.exp: New file.
6905
a037790e
TT
69062018-04-17 Tom Tromey <tom@tromey.com>
6907
6908 * gdb.rust/simple.rs (Union): New type.
6909 (main): New local "u".
6910 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6911
e3a91079
AA
69122018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6913
6914 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6915 number information in output of "whereis" command.
6916 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6917
b744723f
AA
69182018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6919
6920 * gdb.ada/info_types.exp: Adjust expected output to the line
6921 numbers now printed by "info var/func/type".
6922 * gdb.base/completion.exp: Likewise.
6923 * gdb.base/included.exp: Likewise.
6924 * gdb.cp/cp-relocate.exp: Likewise.
6925 * gdb.cp/cplusfuncs.exp: Likewise.
6926 * gdb.cp/namespace.exp: Likewise.
6927 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6928
4a4495d6
MM
69292018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6930
6931 * gdb.btrace/cpu.exp: New.
6932
1d509aa6
MM
69332018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6934
6935 * gdb.base/step-indirect-call-thunk.exp: New.
6936 * gdb.base/step-indirect-call-thunk.c: New.
6937 * gdb.reverse/step-indirect-call-thunk.exp: New.
6938 * gdb.reverse/step-indirect-call-thunk.c: New.
6939
6295b6da
SM
69402018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6941
6942 * gdb.base/pie-fork.c: New file.
6943 * gdb.base/pie-fork.exp: New file.
6944
50146e70
TT
69452018-04-11 Tom Tromey <tom@tromey.com>
6946
6947 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6948
f50d8a2e
PA
69492018-04-10 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6952 exits. Instead loop running forever.
6953 (fork_parent): Run forever too.
6954
a0be7a36
SM
69552018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6956
6957 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6958 mi_continue_to_line.
6959 * gdb.mi/mi-stack.c (callee4): Add comment.
6960
9b73db36
SM
69612018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6962
6963 * gdb.mi/mi-stack.exp: Fix indentation.
6964
c912f608
SM
69652018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6966
6967 PR gdb/22979
6968 * gdb.arch/amd64-osabi.exp: New file.
6969
26540402
SM
69702018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6971
6972 PR gdb/22980
6973 * gdb.base/osabi.exp: New file.
6974
121ad66c 69752018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6976
6977 * gdb.cp/static-typedef-print.exp: New file.
6978 * gdb.cp/static-typedef-print.cc: New file.
6979
3fcded8f
JB
69802018-03-27 Joel Brobecker <brobecker@adacore.com>
6981
6982 * gdb.ada/varsize_limit: New testcase.
6983
59cc4834
JB
69842018-03-27 Joel Brobecker <brobecker@adacore.com>
6985
6986 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6987
6988 * gdb.ada/notcplusplus: New testcase.
6989
6990 * gdb.base/c-linkage-name.c: New file.
6991 * gdb.base/c-linkage-name.exp: New testcase.
6992
4ca59a9f
TT
69932018-03-26 Tom Tromey <tom@tromey.com>
6994
6995 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6996 * gdb.python/py-framefilter.py (name_error): New global.
6997 (ErrorInName.function): Use name_error.
6998
978d6c75
TT
69992018-03-26 Tom Tromey <tom@tromey.com>
7000
7001 PR backtrace/15582:
7002 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7003
b7fee5a3
KS
70042018-03-23 Keith Seitz <keiths@redhat.com>
7005
7006 PR c++/22968
7007 * gdb.cp/subtypes.exp: New file.
7008 * gdb.cp/subtypes.h: New file.
7009 * gdb.cp/subtypes.cc: New file.
7010 * gdb.cp/subtypes-2.cc: New file.
7011
376be529
AB
70122018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7013
7014 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7015 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7016 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7017 -nostartfiles when compiling the test. Confirm that all registers
7018 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7019
066cfa98
AB
70202018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7021
7022 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7023 option, syntax was wrong anyway.
7024 * gdb.arch/arm-disp-step.exp: Likewise.
7025 * gdb.arch/sparc64-regs.exp: Likewise.
7026 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7027 option, syntax was wrong anyway, switch to use
7028 prepare_for_testing.
7029 * gdb.arch/i386-disp-step.exp: Likewise.
7030
079670b9
AA
70312018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7032
7033 * gdb.ada/exec_changed.exp: Replace "target_info exists
7034 use_gdb_stub" by "use_gdb_stub".
7035 * gdb.ada/start.exp: Likewise.
7036 * gdb.base/async-shell.exp: Likewise.
7037 * gdb.base/attach-pie-misread.exp: Likewise.
7038 * gdb.base/attach-wait-input.exp: Likewise.
7039 * gdb.base/break-entry.exp: Likewise.
7040 * gdb.base/break-interp.exp: Likewise.
7041 * gdb.base/dprintf-detach.exp: Likewise.
7042 * gdb.base/nostdlib.exp: Likewise.
7043 * gdb.base/solib-nodir.exp: Likewise.
7044 * gdb.base/statistics.exp: Likewise.
7045 * gdb.base/testenv.exp: Likewise.
7046 * gdb.mi/mi-exec-run.exp: Likewise.
7047 * gdb.mi/mi-start.exp: Likewise.
7048 * gdb.multi/dummy-frame-restore.exp: Likewise.
7049 * gdb.multi/multi-arch-exec.exp: Likewise.
7050 * gdb.multi/multi-arch.exp: Likewise.
7051 * gdb.multi/tids.exp: Likewise.
7052 * gdb.multi/watchpoint-multi.exp: Likewise.
7053 * gdb.python/py-events.exp: Likewise.
7054 * gdb.threads/attach-into-signal.exp: Likewise.
7055 * gdb.threads/attach-stopped.exp: Likewise.
7056 * gdb.threads/threadapply.exp: Likewise.
7057 * lib/selftest-support.exp: Likewise.
7058
26d6cec4
AA
70592018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7060
7061 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7062
4ee89e90
SR
70632018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7064
7065 * gdb.perf/template-breakpoints.cc: New file.
7066 * gdb.perf/template-breakpoints.exp: New file.
7067 * gdb.perf/template-breakpoints.py: New file.
7068
92630041
TT
70692018-03-19 Tom Tromey <tom@tromey.com>
7070
7071 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7072 y0.
7073 * gdb.rust/simple.exp: Test bare identifier form of struct
7074 initializer.
7075
76727919
TT
70762018-03-19 Tom Tromey <tom@tromey.com>
7077
7078 * gdb.gdb/observer.exp: Remove.
7079
194ed413
AA
70802018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7081
7082 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7083 "qualified" option when setting breakpoints.
7084 * gdb.trace/backtrace.exp: Likewise.
7085 * gdb.trace/circ.exp: Likewise.
7086 * gdb.trace/collection.exp: Likewise.
7087 * gdb.trace/disconnected-tracing.exp: Likewise.
7088 * gdb.trace/ftrace-lock.exp: Likewise.
7089 * gdb.trace/ftrace.exp: Likewise.
7090 * gdb.trace/infotrace.exp: Likewise.
7091 * gdb.trace/packetlen.exp: Likewise.
7092 * gdb.trace/passc-dyn.exp: Likewise.
7093 * gdb.trace/qtro.exp: Likewise.
7094 * gdb.trace/read-memory.exp: Likewise.
7095 * gdb.trace/report.exp: Likewise.
7096 * gdb.trace/signal.exp: Likewise.
7097 * gdb.trace/status-stop.exp: Likewise.
7098 * gdb.trace/strace.exp: Likewise.
7099 * gdb.trace/tfind.exp: Likewise.
7100 * gdb.trace/trace-break.exp: Likewise.
7101 * gdb.trace/trace-condition.exp: Likewise.
7102 * gdb.trace/trace-mt.exp: Likewise.
7103 * gdb.trace/tstatus.exp: Likewise.
7104 * gdb.trace/tsv.exp: Likewise.
7105 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7106 * gdb.trace/unavailable.exp: Likewise.
7107 * gdb.trace/while-dyn.exp: Likewise.
7108
8b067d2c
AA
71092018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7110
7111 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7112 that libinproctrace is copied to the target.
7113
3ae9ce5d
TT
71142018-03-14 Tom Tromey <tom@tromey.com>
7115
7116 PR cli/14977:
7117 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7118 a null pointer.
7119 * gdb.base/wchar.exp: Likewise.
7120
b8c2339b
TT
71212018-03-14 Tom Tromey <tom@tromey.com>
7122
7123 PR cli/19918:
7124 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7125 flag.
7126
4872dc46
SM
71272018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7128
7129 PR gdb/22841
7130 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7131 "target" to remote_exec.
7132
e4fe3756
SM
71332018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7134
7135 PR gdb/22841
7136 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7137 ${board}_upload): Remove.
7138
e95a97d4
AA
71392018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7140
7141 * gdb.cp/watch-cp.cc: New test.
7142 * gdb.cp/watch-cp.exp: New file.
7143
dbbb1059
AB
71442018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7145
7146 * gdb.base/infcall-nested-structs.exp: New file.
7147 * gdb.base/infcall-nested-structs.c: New file.
7148 * gdb.base/float.exp: Add riscv support.
7149
ecc054c0
TP
71502018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7151
7152 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7153 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7154
25e3c82c
SDJ
71552018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7156
7157 * gdb.server/abspath.exp: New file.
7158 * lib/gdb.exp (with_cwd): New procedure.
7159
3083294d
SM
71602018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7161
7162 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7163 use it.
7164 (gdb_is_target_remote_prompt): New proc.
7165 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7166 (gdb_is_target_native): Pass prompt parameter to
7167 gdb_is_target_1.
7168
3275ef47
SM
71692018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7170
7171 * gdb.base/load-command.c: New file.
7172 * gdb.base/load-command.exp: New file.
7173 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7174 (gdb_is_target_1): ...this, and generalize for other targets
7175 than just remote.
7176 (gdb_is_target_remote): Use gdb_is_target_1.
7177 (gdb_is_target_native): use gdb_is_target_1.
7178
6893c19a
TT
71792018-02-26 Tom Tromey <tom@tromey.com>
7180
7181 PR python/16497:
7182 * gdb.python/py-framefilter.exp: Update test.
7183
2ddeaf8a
TT
71842018-02-26 Tom Tromey <tom@tromey.com>
7185
7186 * gdb.dwarf2/variant.c: New file.
7187 * gdb.dwarf2/variant.exp: New file.
7188
c9317f21
TT
71892018-02-26 Tom Tromey <tom@tromey.com>
7190
7191 * gdb.rust/simple.exp: Accept more possible results in enum test.
7192
6f6d0c26
SM
71932018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7194
7195 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7196 parentheses.
7197
11b03145
MR
71982018-02-23 Maciej W. Rozycki <macro@mips.com>
7199
7200 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7201 name of a variable: $actual_linejj -> $actual_line.
7202
54a27fe5
JB
72032018-02-21 John Baldwin <jhb@FreeBSD.org>
7204
7205 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7206
de65820c
MM
72072018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7208
7209 * gdb.btrace/buffer-size.exp: Do not force BTS.
7210
980548fd
PA
72112018-02-14 Pedro Alves <palves@redhat.com>
7212
7213 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7214 getting a "Quit".
7215
c4e12631
MM
72162018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7217
7218 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7219 Fix test name.
7220
c2e0e465
SM
72212018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7222
7223 * gdb.cp/m-static.exp: Check type of optimized out static
7224 member.
7225
f7216783
AB
72262018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7227
7228 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7229 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7230
0625771b
LS
72312018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7232 Leszek Swirski <leszeks@google.com>
7233
7234 * gdb.python/py-prettyprint.c
7235 (struct to_string_returns_value_inner,
7236 struct to_string_returns_value_wrapper): New.
7237 (main): Add tsrvw variable.
7238 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7239 ToStringReturnsValueWrapper): New classes.
7240 (register_pretty_printers): Register new pretty-printers.
7241 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7242 recursive pretty printer.
7243 * gdb.python/py-mi.exp: Likewise.
7244
59498c30
LS
72452018-02-01 Leszek Swirski <leszeks@google.com>
7246
7247 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7248 functions with the same name as an include file are parsed
7249 correctly.
7250
d4d38844
YQ
72512018-02-01 Yao Qi <yao.qi@linaro.org>
7252
7253 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7254 "\[^\r\n\]*".
7255
07e5f5cf
NP
72562018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7257
7258 * gdb.arch/powerpc-prologue-frame.s: New file.
7259 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7260 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7261
929b5ad4
JB
72622018-01-31 Joel Brobecker <brobecker@adacore.com>
7263
7264 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7265
e671cd59
PA
72662018-01-30 Pedro Alves <palves@redhat.com>
7267
7268 PR gdb/13211
7269 * gdb.base/interrupt-daemon.c: New.
7270 * gdb.base/interrupt-daemon.exp: New.
7271 * gdb.multi/multi-term-settings.c: New.
7272 * gdb.multi/multi-term-settings.exp: New.
7273
fc413dc4
JB
72742018-01-30 Joel Brobecker <brobecker@adacore.com>
7275
7276 * gdb.base/break.exp: Save the location where the breakpoint
7277 on break.c:47 was actually inserted when debugging the version
7278 compiled at -O2 and use it in the expected output of the "info
7279 break" test performed soon after.
7280
5c319bb2
PA
72812018-01-22 Pedro Alves <palves@redhat.com>
7282 Sergio Durigan Junior <sergiodj@redhat.com>
7283
7284 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7285 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7286
a9e40818
JB
72872018-01-22 Joel Brobecker <brobecker@adacore.com>
7288
7289 * gdb.base/break-include.c, gdb.base/break-include.inc,
7290 gdb.base/break-include.exp: New files.
7291 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7292 line number now being the actual line number where the breakpoint
7293 was inserted.
7294 * gdb.mi/mi-break.exp: Likewise.
7295 * gdb.mi/mi-reverse.exp: Likewise.
7296 * gdb.mi/mi-simplerun.exp: Ditto.
7297
e707fc44
AB
72982018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7299
7300 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7301 varobj.
7302 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7303
ae451627
AB
73042018-01-21 Don Breazeal <donb@codesourcery.com>
7305 Andrew Burgess <andrew.burgess@embecosm.com>
7306
7307 * gdb.mi/basics.c: Add new global.
7308 * gdb.mi/mi-frame-regs.exp: New file.
7309 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7310 case.
7311
b1b189e0
AB
73122018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7313
7314 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7315 non-parameter, and on an unknown symbol.
7316
fcfcc376
TT
73172018-01-19 Tom Tromey <tom@tromey.com>
7318
7319 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7320 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7321
634c1c31
AA
73222018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7323
7324 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7325 setrlimit and chdir to int.
7326
d6ad07fd
AA
73272018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7328
7329 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7330 function.
7331 (my_tend): Likewise.
7332 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7333 rationale of avoiding FP- and vector instructions.
7334
adf8243b
RK
73352018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7336
7337 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7338 "info reg" with "\[ \t\]*".
7339 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7340 "\[ \t\]+".
7341 * gdb.arch/s390-multiarch.exp: Ditto.
7342 * gdb.base/pc-fp.exp: Ditto.
7343 * gdb.reverse/i386-precsave.exp: Ditto.
7344 * gdb.reverse/i386-reverse.exp: Ditto.
7345 * gdb.reverse/i387-env-reverse.exp: Ditto.
7346 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7347
dcc06925
AA
73482018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7349
7350 * lib/gdb.exp (gdb_compile): Re-enable use of
7351 universal_compile_options for languages other than Rust.
7352
25d4fd80
AA
73532018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7354
7355 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7356
ee7f689e 73572018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7358
7359 PR gdb/16577
7360 * gdb.base/solib-vanish.exp: New.
7361 * gdb.base/solib-vanish-main.c: New.
7362 * gdb.base/solib-vanish-lib1.c: New.
7363 * gdb.base/solib-vanish-lib2.c: New.
7364
d8447b6b
YQ
73652018-01-17 Yao Qi <yao.qi@linaro.org>
7366
7367 * gdb.compile/compile.exp: Match the address printed for
7368 frame in the output of command "bt".
7369
86d6a90c
TT
73702018-01-15 Tom Tromey <tom@tromey.com>
7371
7372 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7373 compute sp_reg.
7374
cbcdb1aa
AB
73752018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7376
7377 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7378 to prepare.
7379 (prepare): Return 0 on error, 1 on success.
7380
eea61984
PA
73812018-01-12 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.base/continue-after-aborted-step-over.c: New.
7384 * gdb.base/continue-after-aborted-step-over.exp: New.
7385
6181e9c2
SM
73862018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7387
7388 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7389 options when not creating an executable.
7390
3cada740
PA
73912018-01-11 Pedro Alves <palves@redhat.com>
7392
7393 PR remote/22597
7394 * gdb.server/stop-reply-no-thread.c: New file.
7395 * gdb.server/stop-reply-no-thread.exp: New file.
7396
c63d3e8d
PA
73972018-01-10 Pedro Alves <palves@redhat.com>
7398
7399 PR gdb/22670
7400 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7401 functions too. Test setting breakpoints and printing C functions
7402 with no debug info too.
7403 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7404
d4c2a405
PA
74052018-01-10 Pedro Alves <palves@redhat.com>
7406
7407 PR gdb/22670
7408 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7409 a fail.
7410
8825213e
PA
74112018-01-10 Pedro Alves <palves@redhat.com>
7412
7413 PR gdb/22670
7414 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7415
605fd3c6
YQ
74162018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7417
7418 * gdb.server/unittest.exp: Match the output in non-development
7419 mode.
7420
1e5ded6c
YQ
74212018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7422
7423 * gdb.gdb/unittest.exp: Match output in non-development mode.
7424
30066b0b
JB
74252018-01-08 Joel Brobecker <brobecker@adacore.com>
7426
7427 * gdb.ada/access_tagged_param.exp: Relax expected output
7428 for value of "ObjL" in "continue" to pck.inspect breakpoint
7429 test.
7430
04bafb1e
XR
74312018-01-08 Joel Brobecker <brobecker@adacore.com>
7432
9f86398b
JB
7433 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7434 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7435
e379cee6
PA
74362018-01-05 Pedro Alves <palves@redhat.com>
7437
7438 PR gdb/18653
7439 * gdb.base/libsegfault.exp: New.
7440
de63c46b
PA
74412018-01-05 Joel Brobecker <brobecker@adacore.com>
7442
7443 PR gdb/22670
7444 * gdb.ada/access_tagged_param.exp: New file.
7445 * gdb.ada/access_tagged_param/foo.adb: New file.
7446
f98fc17b
PA
74472018-01-05 Pedro Alves <palves@redhat.com>
7448
7449 PR gdb/22670
7450 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7451 exercise lower case too, and to exercise both full matching and
7452 wild matching.
7453
342f8240
JB
74542018-01-05 Joel Brobecker <brobecker@adacore.com>
7455
7456 * gdb.ada/rename_subscript_param: New testcase.
7457
7150d33c
JG
74582018-01-05 Jerome Guitton <guitton@adacore.com>
7459
7460 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7461
cc0e770c
JB
74622018-01-05 Joel Brobecker <brobecker@adacore.com>
7463
7464 * gdb.ada/convvar_comp: New testcase.
7465
672a41aa 74662018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7467
7468 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7469 (My_Table): New global variable.
7470 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7471
7365ec2f
JB
74722018-01-04 Joel Brobecker <brobecker@adacore.com>
7473
7474 PR gdb/22670
7475 * gdb.ada/maint_with_ada: New testcase.
7476
289483b6
JB
74772018-01-04 Joel Brobecker <brobecker@adacore.com>
7478
7479 PR gdb/22670
7480 * gdb.ada/bp_c_mixed_case: New testcase.
7481
344420da
JB
74822018-01-04 Joel Brobecker <brobecker@adacore.com>
7483
7484 PR gdb/22670
7485 * gdb.ada/complete.exp: Add "complete break ada" test.
7486
66fc87a0
JB
74872018-01-04 Joel Brobecker <brobecker@adacore.com>
7488
7489 PR gdb/22670
7490 * gdb.ada/info_addr_mixed_case: New testcase.
7491
9f757bf7
XR
74922018-01-03 Xavier Roirand <roirand@adacore.com>
7493
7494 * gdb.ada/excep_handle.exp: New testcase.
7495 * gdb.ada/excep_handle/foo.adb: New file.
7496 * gdb.ada/excep_handle/pck.ads: New file.
7497
bd570f80
JB
74982018-01-03 Joel Brobecker <brobecker@adacore.com>
7499
7500 * gdb.base/step-line.c: Add extra empty line in copyright header.
7501 * gdb.base/step-line.inp: Likewise.
7502
9fe561ab
JB
75032018-01-02 Joel Brobecker <brobecker@adacore.com>
7504
7505 * gdb.ada/dyn_stride.exp: Add slice test.
7506
a405673c
JB
75072018-01-02 Joel Brobecker <brobecker@adacore.com>
7508
7509 * gdb.ada/dyn_stride: New testcase.
7510
cef0f868
SH
75112017-12-27 Stafford Horne <shorne@gmail.com>
7512
7513 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7514 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7515
b67d92b0
SH
75162017-12-27 Stafford Horne <shorne@gmail.com>
7517
7518 * gdb.base/reggroups.c: New file.
7519 * gdb.base/reggroups.exp: New file.
7520
eccab96d
JB
75212017-12-18 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.dwarf2/ada-valprint-error.c: New file.
7524 * gdb.dwarf2/ada-valprint-error.exp: New file.
7525
0e2da9f0
JB
75262017-12-18 Joel Brobecker <brobecker@adacore.com>
7527
7528 * gdb.ada/assign_arr: New testcase.
7529
cb923fcc
XR
75302017-12-18 Xavier Roirand <roirand@adacore.com>
7531
7532 * gdb.ada/funcall_ptr: New testcase.
7533
7c161838
SDJ
75342017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7535
7536 PR cli/16224
7537 * gdb.base/ptype-offsets.cc: New file.
7538 * gdb.base/ptype-offsets.exp: New file.
7539
1af17fd9
YQ
75402017-12-15 Yao Qi <yao.qi@linaro.org>
7541
7542 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7543 if XML is disabled.
7544
828d5846
XR
75452017-12-15 Xavier Roirand <roirand@adacore.com>
7546
7547 * gdb.ada/same_component_name: New testcase.
7548
79e8fcaa
JB
75492017-12-14 Joel Brobecker <brobecker@adacore.com>
7550
7551 * gdb.ada/str_binop_equal: New testcase.
7552
e05fa6f9
JB
75532017-12-14 Joel Brobecker <brobecker@adacore.com>
7554
7555 * gdb.ada/task_switch_in_core: New testcase.
7556
b89641ba
SM
75572017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7558
7559 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7560 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7561 call test_bkpt_qualified.
7562 (test_bkpt_qualified): New proc.
7563
6892d2e4
PA
75642017-12-13 Pedro Alves <palves@redhat.com>
7565
7566 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7567 Tighten regexp by matching with an anchor.
7568
a22ecf70
PA
75692017-12-13 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7572 ("expression with namespace"): New set of tests.
7573 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7574 (Nested::Test_NS::qux): New.
7575 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7576 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7577
9937536c
JB
75782017-12-13 Joel Brobecker <brobecker@adacore.com>
7579
7580 * gdb.base/server-del-break.c: New file.
7581 * gdb.base/server-del-break.exp: New file.
7582
fe49c6f5
SH
75832017-12-12 Stafford Horne <shorne@gmail.com>
7584
7585 * gdb.xml/tdesc-regs.exp: Add or1k support.
7586
c3d18620
SH
75872017-12-12 Stafford Horne <shorne@gmail.com>
7588
7589 * gdb.base/bp-permanent.c: Define nop of or1k.
7590
c5f9cfc8
JB
75912017-12-11 Joel Brobecker <brobecker@adacore.com>
7592
7593 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7594 output with components being reordered.
7595
a9c135fc
JB
75962017-12-11 Joel Brobecker <brobecker@adacore.com>
7597
7598 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7599 output with components being reordered.
7600
927aa2e7
JK
76012017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7602 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.base/maint.exp (check for .gdb_index): Check also for
7605 .debug_names.
7606 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7607 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7608 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7609 (.gdb_index used after symbol reloading): Support also .debug_names.
7610 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7611
f17d9474
YQ
76122017-12-08 Yao Qi <yao.qi@linaro.org>
7613
7614 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7615 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7616
a0de8c21
YQ
76172017-12-08 Yao Qi <yao.qi@linaro.org>
7618
7619 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7620 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7621
a738ea1d
YQ
76222017-12-08 Yao Qi <yao.qi@linaro.org>
7623
7624 * gdb.arch/aarch64-tagged-pointer.c: New file.
7625 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7626
1cd9a73b
SDJ
76272017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7628
7629 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7630 "int".
7631
fa6eb693
KS
76322017-12-07 Keith Seitz <keiths@redhat.com>
7633
7634 PR breakpoints/22569
7635 * gdb.linespec/ls-errs.exp: Change expected result of "break
7636 -source this file has spaces.c -line 3".
7637 Check that an explicit source file followed by whitespace is
7638 identified as an invalid explicit location.
7639
883fd55a
KS
76402017-12-07 Keith Seitz <keiths@redhat.com>
7641
7642 * gdb.cp/nested-types.cc: New file.
7643 * gdb.cp/nested-types.exp: New file.
7644 * lib/cp-support.exp: Load data-structures.exp library.
7645 (debug_cp_test_ptype_class): New global.
7646 (cp_ptype_class_verbose, next_line): New procedures.
7647 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7648 Add and document new return value.
7649 Switch the list of lines to a queue.
7650 Add support for new `type' key for nested type definitions.
7651 Add debugging/troubleshooting messages.
7652 * lib/data-structures.exp: New file.
7653
ec72db3e
SM
76542017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7655
7656 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7657 with proc_with_prefix, don't use with_test_prefix.
7658
99598d71
TT
76592017-12-07 Tom Tromey <tom@tromey.com>
7660
7661 * gdb.base/break.exp: Add test for empty "commands".
7662
a8806230
YQ
76632017-12-07 Yao Qi <yao.qi@linaro.org>
7664
7665 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7666 malloc and catch syscall.
7667
824cc835
PM
76682017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7669
e79be6e5 7670 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7671 tests for explicit locations.
7672
7cc244de
PA
76732017-12-06 Pedro Alves <palves@redhat.com>
7674
7675 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7676 force-disabling XML descriptions.
7677
50a1fdd5
PA
76782017-12-04 Pedro Alves <palves@redhat.com>
7679
7680 PR gdb/22499
7681 * gdb.arch/amd64-disp-step-avx.S: New file.
7682 * gdb.arch/amd64-disp-step-avx.exp: New file.
7683
f0fb2488
PA
76842017-12-03 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7687 and <string.h>.
7688 (parent_function): Print distinct messages when waitpid fails, or
7689 the child exits with a signal, or the child exits for an unhandled
7690 reason.
7691 * gdb.threads/process-dies-while-detaching.exp
7692 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7693 it. Wait for both inferior output and GDB's prompt. Use an
7694 indirect spawn id list.
7695 (do_detach): New parameter 'child_exit'. Use it to compute
7696 expected inferior output.
7697 (test_detach, test_detach_watch, test_detach_killed_outside):
7698 Adjust to pass down the expected child exit kind.
7699
97cbe998
SDJ
77002017-12-01 Joel Brobecker <brobecker@adacore.com>
7701 Sergio Durigan Junior <sergiodj@redhat.com>
7702 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7705
40fc416f
SDJ
77062017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7707
7708 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7709 to 'symbol-file' and 'add-symbol-file' can be
7710 position-independent.
7711
1cc75e92
YQ
77122017-12-01 Yao Qi <yao.qi@linaro.org>
7713
7714 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7715 the URL in copyright header.
7716 * gdb.arch/aarch64-fp.exp: Likewise.
7717 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7718 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7719 * gdb.base/expand-psymtabs.exp: Likewise.
7720 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7721 * gdb.fortran/common-block.exp: Likewise.
7722 * gdb.fortran/common-block.f90: Likewise.
7723 * gdb.fortran/logical.exp: Likewise.
7724 * gdb.fortran/vla-datatypes.f90: Likewise.
7725 * gdb.fortran/vla-sub.f90: Likewise.
7726
875fb7a7
JB
77272017-11-30 Joel Brobecker <brobecker@adacore.com>
7728
7729 * gdb.ada/repeat_dyn: New testcase.
7730
6f14765f
UW
77312017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7732
7733 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7734 Update for changed thread numbering.
7735 * gdb.cell/bt.exp: Update for changed GDB output.
7736
f1af7b94
SM
77372017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7738
7739 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7740 setting isremote by hand.
7741 * boards/dwarf4-gdb-index.exp: Likewise.
7742 * boards/fission.exp: Likewise.
7743 * boards/stabs.exp: Likewise.
7744
e3919f3e
PA
77452017-11-30 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.linespec/cpls-ops.exp
7748 (check_explicit_skips_function_argument): Extract the underlying
7749 type of size_t instead of hardcoding it.
7750
bd69330d
PA
77512017-11-29 Pedro Alves <palves@redhat.com>
7752
7753 PR c++/19436
7754 * gdb.linespec/cpls-abi-tag.cc: New file.
7755 * gdb.linespec/cpls-abi-tag.exp: New file.
7756
a20714ff
PA
77572017-11-29 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.base/langs.exp: Use -qualified.
7760 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7761 it.
7762 * gdb.cp/namespace.exp: Use -qualified.
7763 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7764 (overload-3, template-overload, template-ret-type, const-overload)
7765 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7766 procedures.
7767 (test_driver): Call them.
7768 * gdb.cp/save-bp-qualified.cc: New.
7769 * gdb.cp/save-bp-qualified.exp: New.
7770 * gdb.linespec/explicit.exp: Test -qualified.
7771 * lib/completion-support.exp (completion::explicit_opts_list): Add
7772 "-qualified".
7773 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7774
f6f1d339
PM
77752017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7776
7777 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7778
02ca603a
TT
77792017-11-29 Tom Tromey <tom@tromey.com>
7780
7781 * gdb.base/relocate.exp: Update invalid argument test.
7782 Add new tests for invalid arguments.
7783
ed6c0bfb
TP
77842017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7785
7786 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7787 Return 0 as a long.
7788 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7789
f106e10e
TP
77902017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7791
7792 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7793 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7794 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7795 func ().
7796 * gdb.cp/shadow.cc (B.func): Return 0.
7797
10329bb2
JB
77982017-11-27 Joel Brobecker <brobecker@adacore.com>
7799
7800 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7801 expected output in gdb_expect call to allow the exception
7802 message to be present as well. Fix syntax confusion to avoid
7803 TCL thinking that exception_name is an array.
7804
617cd4bc
UW
78052017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7806
7807 * gdb.arch/spu-info.c: Include <unistd.h>.
7808 (do_signal_test): Fix broken calls to write.
7809 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7810 Fix checks for empty mailboxes. Update signal tests for corrected
7811 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7812 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7813 * gdb.cell/arch.exp: Use standard_output_file.
7814 * gdb.cell/break.exp: Likewise.
7815 * gdb.cell/bt.exp: Likewise.
7816 * gdb.cell/core.exp: Likewise.
7817 * gdb.cell/dwarfaddr.exp: Likewise.
7818 * gdb.cell/ea-cache.exp: Likewise.
7819 * gdb.cell/ea-standalone.exp: Likewise.
7820 * gdb.cell/f-regs.exp: Likewise.
7821 * gdb.cell/fork.exp: Likewise.
7822 * gdb.cell/gcore.exp: Likewise.
7823 * gdb.cell/mem-access.exp: Likewise.
7824 * gdb.cell/ptype.exp: Likewise.
7825 * gdb.cell/registers.exp: Likewise.
7826 * gdb.cell/sizeof.exp: Likewise.
7827 * gdb.cell/solib-symbol.exp: Likewise.
7828 * gdb.cell/solib.exp: Likewise.
617cd4bc 7829
a81aaca0
PA
78302017-11-25 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/complete-empty.exp: New file.
7833 * gdb.base/completion.exp: Adjust.
7834
6a3c6ee4
PA
78352017-11-25 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.linespec/cpls-ops.cc: New file.
7838 * gdb.linespec/cpls-ops.exp: New file.
7839 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7840 factored out from ...
7841 (test_complete_prefix_range): ... this.
7842
8955eb2d
PA
78432017-11-24 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.linespec/cpcompletion.exp: New file.
7846 * gdb.linespec/cpls-hyphen.cc: New file.
7847 * gdb.linespec/cpls.cc: New file.
7848 * gdb.linespec/cpls2.cc: New file.
7849 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7850 test to use test_gdb_complete_unique. Add label completion,
7851 keyword completion and explicit location completion tests.
7852 * lib/completion-support.exp: New file.
7853
e547c119
JB
78542017-11-24 Joel Brobecker <brobecker@adacore.com>
7855
7856 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7857 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7858 when hitting an exception catchpoint.
7859
7c3c1aa8
YQ
78602017-11-22 Yao Qi <yao.qi@linaro.org>
7861
7862 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7863
41bd68f5
SM
78642017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7865
7866 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7867 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7868 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7869
1daad298
YQ
78702017-11-22 Yao Qi <yao.qi@linaro.org>
7871
7872 * gdb.base/info-os.exp: Pass pthreads.
7873 * gdb.multi/multi-attach.exp: Likewise.
7874
88465e87
YQ
78752017-11-22 Yao Qi <yao.qi@linaro.org>
7876
7877 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7878 compiler.
7879
dc196b23
YQ
78802017-11-22 Yao Qi <yao.qi@linaro.org>
7881
7882 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7883 * gdb.base/break-interp.exp: Likewise.
7884 * gdb.base/jit-attach-pie.exp: Likewise.
7885
2400729e
UW
78862017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7887
7888 * gdb.base/float128.c (large128): New variable.
7889 * gdb.base/float128.exp: Add test to print largest __float128 value.
7890
7a26362d
UW
78912017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7892
7893 * gdb.arch/vsx-regs.exp: Update register content checks.
7894
ed0f4273
UW
78952017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7896
7897 * gdb.arch/ppc-longdouble.exp: New file.
7898 * gdb.arch/ppc-longdouble.c: Likewise.
7899
a25d69c6
PA
79002017-11-21 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7903
73fcf641
PA
79042017-11-20 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7907 (long_double_typedef): New typedefs.
7908 Use DEF on double and long double.
7909 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7910 cases.
7911 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7912 and 'long_double_ptr_same_size' locals. Use them to decide
7913 whether cast from array/function to float is valid/invalid.
7914
71a3c369
TT
79152017-11-17 Tom Tromey <tom@tromey.com>
7916
7917 * gdb.rust/traits.rs: New file.
7918 * gdb.rust/traits.exp: New file.
7919
ced9779b
JB
79202017-11-17 Joel Brobecker <brobecker@adacore.com>
7921
7922 * gdb.ada/minsyms: New testcase.
7923
a0922d80
PA
79242017-11-16 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7927 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7928
ea04e54c
PA
79292017-11-16 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7932 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7933
e849ea89
PA
79342017-11-16 Pedro Alves <palves@redhat.com>
7935
7936 * gdb.server/reconnect-ctrl-c.c: New file.
7937 * gdb.server/reconnect-ctrl-c.exp: New file.
7938
d8ae99a7
PM
79392017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7940
7941 * gdb.python/py-rbreak.exp: New file.
7942 * gdb.python/py-rbreak.c: New file.
7943 * gdb.python/py-rbreak-func2.c: New file.
7944
968a13f8
PA
79452017-11-16 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7948 pattern.
7949 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7950 GDB.
7951
71774bc9
SM
79522017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7953
7954 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7955 regex.
7956
ddbb44cf
SM
79572017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7958
7959 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7960 test names.
7961
584a564f
PA
79622017-11-09 Pedro Alves <palves@redhat.com>
7963
7964 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7965 factored out from ...
7966 (top level): ... here, and adjusted to avoid expecting beyond the
7967 prompt in a single gdb_test_multiple.
7968
5ed7a928
PA
79692017-11-09 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7972 output.
7973 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7974 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7975 * gdb.server/ext-run.exp ("kill" test): Likewise.
7976 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7977
a60e0738
PA
79782017-11-09 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7981 match till end of line.
7982
2c88253f
PA
79832017-11-09 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7986
c7a38517
PA
79872017-11-09 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7990 New procedures, factored out from ...
7991 (top level): ... here, and adjusted to avoid expecting beyond the
7992 prompt in one go.
7993
f29f4b6b
PA
79942017-11-09 Pedro Alves <palves@redhat.com>
7995
7996 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7997 output. Fix '?' match.
7998
286acbb5
JB
79992017-11-08 Joel Brobecker <brobecker@adacore.com>
8000
8001 * gdb.ada/scoped_watch: New testcase.
8002 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8003 which is actually correct.
8004 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8005 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8006
62d7ae92
PA
80072017-11-08 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.gdb/complaints.exp (test_initial_complaints)
8010 (test_serial_complaints, test_short_complaints): Call
8011 complaint_internal instead of complaint.
8012
280ca31f
DT
80132017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8014
8015 * gdb.threads/tls-core.c: New file.
8016 * gdb.threads/tls-core.exp: Likewise.
8017
b5ec771e
PA
80182017-11-08 Pedro Alves <palves@redhat.com>
8019
8020 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8021 (p Exported_Capitalized): New test.
8022 (p exported_capitalized): New test.
8023
a02b41a7
PA
80242017-11-07 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8027
95e95a6d
PA
80282017-11-07 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8031 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8032 (disable_invalid, disable_inverted, disable_negative): New
8033 procedures.
8034 ("bad numbers"): New set of tests.
8035
cee62dbd
PA
80362017-11-07 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.cp/ena-dis-br-range.exp: Add tests.
8039
cc638e86
PA
80402017-11-07 Pedro Alves <palves@redhat.com>
8041
8042 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8043
d0fe4701
XR
80442017-11-07 Xavier Roirand <roirand@adacore.com>
8045 Pedro Alves <palves@redhat.com>
8046
8047 * gdb.base/ena-dis-br.exp: Add reference to
8048 gdb.cp/ena-dis-br-range.exp.
8049 * gdb.cp/ena-dis-br-range.exp: New file.
8050 * gdb.cp/ena-dis-br-range.cc: New file.
8051
46f67f80
PA
80522017-11-06 Pedro Alves <palves@redhat.com>
8053
8054 * gdb.base/attach-non-pgrp-leader.c: New.
8055 * gdb.base/attach-non-pgrp-leader.exp: New.
8056
726e1356
PA
80572017-11-06 Pedro Alves <palves@redhat.com>
8058
8059 * configure.ac: No longer check for termio.h and sgtty.h.
8060 * configure: Regenerate.
8061 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8062 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8063 Remove termio and sgtty code.
8064
50ab6ace
YQ
80652017-11-03 Yao Qi <yao.qi@linaro.org>
8066
8067 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8068 in GDB is disabled.
8069
8e68731c
YQ
80702017-11-03 Yao Qi <yao.qi@linaro.org>
8071
8072 * gdb.python/py-thrhandle.exp: Skip it if python is not
8073 enabled.
8074
3a87ae65
SM
80752017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8076
8077 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8078 as a breakpoint command.
8079
484d8d36
MD
80802017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8081
8082 PR python/21213
8083 * gdb.python/py-infthread.exp: Test calling
8084 InferiorThread.inferior () multiple times in a row.
8085
4a27f119
KS
80862017-10-27 Keith Seitz <keiths@redhat.com>
8087
8088 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8089 Test "info break" for every inlined function breakpoint.
8090
bb11dd58
YQ
80912017-10-27 Yao Qi <yao.qi@linaro.org>
8092
8093 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8094
a43f3893
PF
80952017-10-26 Patrick Frants <osscontribute@gmail.com>
8096
8097 * gdb.cp/classes.exp (test_static_members): Test printing
8098 Outer::instance.
8099 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8100 (Inner::instance, Outer::instance): New.
8101
792ccf00
PA
81022017-10-24 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8105 extra console" test in two stages.
8106
eb2bfbad
PA
81072017-10-24 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8110
1f75a651
PA
81112017-10-24 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8114 loop.
8115
779990d9
PA
81162017-10-24 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8119 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8120
ad9b8f5d
PA
81212017-10-24 Pedro Alves <palves@redhat.com>
8122
8123 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8124 parameter and handle it. Don't output read value in test name.
8125
fee6da6e
PA
81262017-10-24 Pedro Alves <palves@redhat.com>
8127
8128 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8129 custom test name.
8130
10389c2c
PA
81312017-10-24 Pedro Alves <palves@redhat.com>
8132
8133 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8134 include the unstable output directory name in the test's name.
8135 (initial_setup_simple) <'set args'>: Use custom test name.
8136
a80e65a9
PA
81372017-10-24 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8140 with explicit test name.
8141
15763a09
PA
81422017-10-20 Pedro Alves <palves@redhat.com>
8143
8144 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8145 'wait -i'. Use gdb_assert and remote_close.
8146
49a4ce2e
AB
81472017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8148
8149 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8150 number from variable rather than hard-coded.
8151
a75868f5
PA
81522017-10-19 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.base/long-inferior-output.c: New file.
8155 * gdb.base/long-inferior-output.exp: New file.
8156
c8ba13ad
KS
81572017-11-18 Keith Seitz <keiths@redhat.com>
8158
8159 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8160 method.
8161 (main): Call it.
8162 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8163 Add additional user-defined conversion operator tests.
8164
b27de576
PA
81652017-10-17 Pedro Alves <palves@redhat.com>
8166
8167 * boards/native-stdio-gdbserver.exp: Load "local-board".
8168
8484c955
PA
81692017-10-17 Pedro Alves <palves@redhat.com>
8170
8171 * gdb.base/quit-live.c: New file.
8172 * gdb.base/quit-live.exp: New file.
8173
83d5a34d
KS
81742017-10-16 Keith Seitz <keiths@redhat.com>
8175
8176 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8177 (class_with_protected_typedef, class_with_private_typedef)
8178 (struct_with_public_typedef, struct_with_protected_typedef)
8179 (struct_with_private_typedef): New classes/structs.
8180 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8181 typedefs and access specifiers.
8182
739b3f1d
PA
81832017-10-16 Pedro Alves <palves@redhat.com>
8184 Simon Marchi <simon.marchi@polymtl.ca>
8185
8186 * README (Local vs Remote vs Native): New section.
8187 * boards/local-board.exp: New file, with bits factored out from
8188 ...
8189 * boards/native-extended-gdbserver.exp: ... here. Load
8190 "local-board".
8191 * boards/native-gdbserver.exp: Load "local-board".
8192 (${board}_spawn, ${board}_exec): Delete.
8193 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8194 ...
8195 * boards/stdio-gdbserver-base.exp: ... this new file.
8196 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8197 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8198 procedure.
8199 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8200 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8201 stdio_gdbserver_command.
8202 (${board}_get_remote_address, ${board}_get_comm_port)
8203 (${board}_download, ${board}_upload): Delete.
8204 (get_target_remote_pipe_cmd): New.
8205
fe68b953
SM
82062017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8207
8208 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8209 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8210 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8211 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8212 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8213 remove with_test_prefix.
8214
300b6685
PA
82152017-10-13 Pedro Alves <palves@redhat.com>
8216
8217 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8218 * gdb.base/annota1.exp: Use it instead of is_remote.
8219 * gdb.base/annota3.exp: Use it instead of is_remote.
8220 * gdb.cp/annota2.exp: Use it instead of is_remote.
8221 * gdb.cp/annota3.exp: Use it instead of is_remote.
8222 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8223
50500caf
PA
82242017-10-13 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8227 (test_num_test_vars, run_and_count_vars, find_env)
8228 (test_set_unset_env, test_inherit_env_var): New procedures.
8229 (top level): Use them.
8230
dad0c6d2
PA
82312017-10-13 Pedro Alves <palves@redhat.com>
8232
8233 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8234 also skip on stub-like targets.
8235
8b0553c1
PA
82362017-10-13 Pedro Alves <palves@redhat.com>
8237
8238 PR gdb/22293
8239 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8240 (top level): Move some tests to ...
8241 (test_not_found): ... this new procedure.
8242 (top level): Call it.
8243
7594f623
PA
82442017-10-13 Pedro Alves <palves@redhat.com>
8245
8246 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8247 expect different "info terminal" output if testing with a
8248 non-native target.
8249
ebe3b402
PA
82502017-10-13 Pedro Alves <palves@redhat.com>
8251 Simon Marchi <simon.marchi@polymtl.ca>
8252
8253 PR python/12966
8254 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8255
42f1b161
PA
82562017-10-13 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8259 already.
8260
8d6ef72b
PA
82612017-10-13 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8264 is_remote.
8265
d7bcd5b8
PA
82662017-10-13 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8269 is_remote.
8270
df479dc6
PA
82712017-10-13 Pedro Alves <palves@redhat.com>
8272
8273 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8274 is set.
8275 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8276 instead of is_remote.
8277
23fb630a
PA
82782017-10-13 Pedro Alves <palves@redhat.com>
8279
8280 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8281 (top level): Add comment.
8282
cc77b1dc
PA
82832017-10-13 Pedro Alves <palves@redhat.com>
8284
8285 * gdb.base/remote.exp (top level): Fix comment typo and add
8286 missing return.
8287
27c9e813
PA
82882017-10-13 Pedro Alves <palves@redhat.com>
8289 Simon Marchi <simon.marchi@polymtl.ca>
8290
8291 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8292 calls and add comments. Skip test if use_gdb_stub is set.
8293 (top level): Use "set cwd" command instead of "cd" command.
8294
5e830d98
PA
82952017-10-13 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8298 is_remote target check.
8299
f5ca0032
PA
83002017-10-13 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.base/scope.exp: Use build_executable + clean_restart +
8303 gdb_file_cmd instead of prepare_for_testing and no longer skip
8304 "before run" tests on is_remote target boards. Update comments.
8305 * boards/native-extended-gdbserver.exp
8306 (extended_gdbserver_load_last_file): New, factored out from ...
8307 (gdb_load): ... this. Move further below and add comment.
8308 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8309
8aed1c0d
PA
83102017-10-12 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.base/attach.exp: Remove references to gdb64.
8313 * gdb.base/dbx.exp: Remove references to gdb64.
8314
cfa34c87
SM
83152017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8316 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.base/label.exp: Remove is_remote target check.
8319
9192b7de
PA
83202017-10-12 Pedro Alves <palves@redhat.com>
8321
8322 * gdb.base/auvx.exp (coredir): Update comment.
8323 (top level) <core_works>: Use "set cwd" command instead of "cd"
8324 command.
8325
6bf0052d
PA
83262017-10-12 Pedro Alves <palves@redhat.com>
8327 Simon Marchi <simon.marchi@polymtl.ca>
8328
8329 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8330 target boards.
8331
e48ef82d
PA
83322017-10-12 Pedro Alves <palves@redhat.com>
8333 Simon Marchi <simon.marchi@polymtl.ca>
8334
8335 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8336 Instead skip if there's any gdb_protocol set.
8337
8d7aea57
SM
83382017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8339 Pedro Alves <palves@redhat.com>
8340
8341 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8342
30440677
PA
83432017-10-12 Pedro Alves <palves@redhat.com>
8344 Simon Marchi <simon.marchi@polymtl.ca>
8345
8346 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8347 instead of on dejagnu remote boards.
8348
4e04f045 83492017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8350 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8351
8352 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8353 checks. Use build_executable + clean_restart instead of
8354 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8355 of enabling non-stop after starting gdb.
8356
871a186e
PA
83572017-10-12 Pedro Alves <palves@redhat.com>
8358
8359 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8360 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8361 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8362 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8363
56d704da
AK
83642017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8365
8366 * gdb.arch/arc-tdesc-cpu.exp: New file.
8367 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8368
2f20e312
SM
83692017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8370
8371 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8372
65630365
PA
83732017-10-10 Pedro Alves <palves@redhat.com>
8374
8375 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8376 expect CLI output.
8377
bf469271
PA
83782017-10-10 Pedro Alves <palves@redhat.com>
8379
8380 * lib/selftest-support.exp (selftest_setup): Update for
8381 captured_command_loop's prototype change.
8382
777a42f1
PA
83832017-10-09 Pedro Alves <palves@redhat.com>
8384
8385 Test both arch1=>arch2 and arch2=>arch1.
8386
8387 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8388 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8389 factored out to...
8390 (append_arch1_options, append_arch2_options, append_arch_options)
8391 (build_executables): New procedures.
8392 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8393 local.
8394 (top level): Add new 'first_arch' testing axis.
8395
cbd2b4e3
PA
83962017-10-09 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8399 (barrier): New.
8400 (thread_start, all_started): New functions.
8401 (main): Spawn new thread and wait until it is scheduled.
8402 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8403 option.
8404 (do_test): Add 'selected_thread' parameter. Run to all_started
8405 instead of main. Explicitly set the breakpoint at main. Switch
8406 to the SELECTED_THREAD thread.
8407 (top level): Test handling the exec event with either the main
8408 thread or the second thread selected.
8409
5c9e4427
PA
84102017-10-09 Pedro Alves <palves@redhat.com>
8411
8412 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8413 logic. Move STOP marker after the value checks.
8414 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8415 regexp.
8416
b3b7c423
SL
84172017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8418
8419 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8420
3b4b2f16
UW
84212017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8422
8423 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8424 integer-to-dfp conversion.
8425 * gdb.base/dfp-test.exp: Likewise.
8426
5cd63fda
PA
84272017-10-04 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.multi/hangout.c: Include <unistd.h>.
8430 (hangout_loop): New function.
8431 (main): Call alarm. Call hangout_loop in a loop.
8432 * gdb.multi/hello.c: Include <unistd.h>.
8433 (hello_loop): New function.
8434 (main): Call alarm. Call hangout_loop in a loop.
8435 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8436 inferior with the other selected.
8437
4c71c105
SM
84382017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8439
8440 * gdb.mi/list-thread-groups-available.exp: New file.
8441 * gdb.mi/list-thread-groups-available.c: New file.
8442
bc3b087d
SDJ
84432017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8444
8445 * gdb.base/set-cwd.exp: Make it available on
8446 native-extended-gdbserver.
8447
d092c5a2
SDJ
84482017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8449
8450 * gdb.base/set-cwd.c: New file.
8451 * gdb.base/set-cwd.exp: Likewise.
8452
45320ffa
TT
84532017-10-02 Tom Tromey <tom@tromey.com>
8454
8455 PR rust/22236:
8456 * gdb.rust/simple.rs (main): New variable "fslice".
8457 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8458
b3e3859b
TT
84592017-10-02 Tom Tromey <tom@tromey.com>
8460
8461 * gdb.rust/simple.exp: Test ptype of a slice.
8462
01af5e0d
TT
84632017-10-02 Tom Tromey <tom@tromey.com>
8464
8465 * gdb.rust/simple.exp: Test index of slice.
8466
a9bbfbd8
TT
84672017-09-27 Tom Tromey <tom@tromey.com>
8468
8469 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8470
df8899e5
TP
84712017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8472 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.base/compare-sections.exp (get value of read-only section): Read
8475 as unsigned value.
8476 (corrupt read-only section): Likewise and don't set written if patching
8477 failed.
8478
757bf54b
KB
84792017-09-21 Kevin Buettner <kevinb@redhat.com>
8480
8481 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8482 files.
8483
06871ae8
PA
84842017-09-20 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8487 symbol names in gdb's output.
8488 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8489
e5f25bc5
PA
84902017-09-20 Pedro Alves <palves@redhat.com>
8491
8492 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8493 Rename to ...
8494 (test_list_ambiguous_symbol): ... this and add a symbol name
8495 parameter. Adjust.
8496 (test_list_ambiguous_function): Reimplement on top of
8497 test_list_ambiguous_symbol and also test listing ambiguous
8498 variables.
8499 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8500 (ambiguous_fun): ... this.
8501 (ambiguous_var): New.
8502 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8503 (ambiguous_fun): ... this.
8504 (ambiguous_var): New.
8505
4e5a4f58
JB
85062017-09-19 John Baldwin <jhb@FreeBSD.org>
8507
8508 * gdb.base/starti.c: New file.
8509 * gdb.base/starti.exp: New file.
8510 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8511
26e53f3e
PA
85122017-09-14 Pedro Alves <palves@redhat.com>
8513
8514 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8515 (top level): Use it instead of runto.
8516
cb791d59
TT
85172017-09-11 Tom Tromey <tom@tromey.com>
8518
8519 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8520
7c96f8c1
TT
85212017-09-11 Tom Tromey <tom@tromey.com>
8522
8523 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8524 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8525
469412dd
CW
85262017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8527
8528 * gdb.fortran/printing-types.exp: New file.
8529 * gdb.fortran/printing-types.exp: New file.
8530
e0f86435
BH
85312017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8532
8533 * gdb.fortran/vla-ptype.exp: Fix typos.
8534 * gdb.fortran/vla-value.exp: Same.
8535
9e9af4be
BH
85362017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8537
8538 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8539 * gdb.mi/mi-var-child-f.exp: Likewise.
8540 * gdb.mi/mi-vla-fortran.exp: Likewise.
8541
a5ad232b 85422017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8543 Christoph Weinmann <christoph.t.weinmann@intel.com>
8544 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8545
8546 * gdb.fortran/ptr-indentation.f90: New file.
8547 * gdb.fortran/ptr-indentation.exp: New file.
8548
5aec60eb
TT
85492017-09-05 Tom Tromey <tom@tromey.com>
8550
8551 PR gdb/22010:
8552 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8553
8f8f8152
TP
85542017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8555
8556 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8557
fbd1b771
JK
85582017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8559
8560 * gdb.threads/tls-nodebug-pie.c: New file.
8561 * gdb.threads/tls-nodebug-pie.exp: New file.
8562
5eb5f850
TT
85632017-09-05 Tom Tromey <tom@tromey.com>
8564
8565 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8566 for rust.
8567
ae780a21
SM
85682017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8569
8570 * gdb.multi/multi-arch-exec.exp: Test with different
8571 "follow-exec-mode" settings.
8572 (do_test): New procedure.
8573
3693fdb3
PA
85742017-09-04 Pedro Alves <palves@redhat.com>
8575
8576 * gdb.base/func-static.c (S::method const, S::method volatile)
8577 (S::method volatile const): New methods.
8578 (c_s, v_s, cv_s): New instances.
8579 (main): Call method() on them.
8580 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8581 (cannot_resolve): New procedure.
8582 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8583 print-quote-unquoted columns.
8584 (do_test): Test printing each scope too.
8585
e68cb8e0
PA
85862017-09-04 Pedro Alves <palves@redhat.com>
8587
8588 * gdb.base/local-static.exp: Also test with
8589 class::method::variable wholly quoted.
8590 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8591
858be34c
PA
85922017-09-04 Pedro Alves <palves@redhat.com>
8593
8594 * gdb.base/local-static.c: New.
8595 * gdb.base/local-static.cc: New.
8596 * gdb.base/local-static.exp: New.
8597
46a4882b
PA
85982017-09-04 Pedro Alves <palves@redhat.com>
8599
8600 * gdb.asm/asm-source.exp: Add casts to int.
8601 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8602 (dataglobal64_1, dataglobal64_2): New globals.
8603 * gdb.base/nodebug.exp: Test different expressions involving the
8604 new globals, with print, whatis and ptype. Add casts to int.
8605 * gdb.base/solib-display.exp: Add casts to int.
8606 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8607 * gdb.cp/m-static.exp: Add cast to int.
8608 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8609 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8610 tls variable with no debug info without a cast. Test with a cast
8611 to int too.
8612 * gdb.trace/entry-values.exp: Add casts.
8613
2c5a2be1
PA
86142017-09-04 Pedro Alves <palves@redhat.com>
8615
8616 * gdb.base/nodebug.exp: Test that ptype's error about functions
8617 with unknown return type includes the function name too.
8618
7022349d
PA
86192017-09-04 Pedro Alves <palves@redhat.com>
8620
8621 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8622 return type of munmap in infcall.
8623 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8624 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8625 type of ftell in infcall.
8626 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8627 type of getpid in infcall.
8628 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8629 infcall.
8630 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8631 Bail on failure to extract the pid.
8632 * gdb.base/nodebug.c: #include <stdint.h>.
8633 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8634 New functions.
8635 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8636 Change expected output of print/whatis/ptype with functions with
8637 no debug info. Test all supported languages. Call
8638 test_call_promotion.
8639 * gdb.compile/compile.exp: Adjust expected output to expect
8640 warning.
8641 * gdb.threads/siginfo-threads.exp: Likewise.
8642
54990598
PA
86432017-09-04 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8646 "prototypes". Test calling float functions via prototyped and
8647 unprototyped function pointers.
8648 (perform_all_tests): New parameter "prototypes". Pass it down.
8649 (top level): Pass down "prototypes" parameter to
8650 perform_all_tests.
8651
34d16ea2
SM
86522017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8653
8654 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8655 Test with nested loops.
8656
9521ecda
SM
86572017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8658
8659 * gdb.base/commands.exp: Call the new procedures.
8660 (loop_break_test, loop_continue_test): New procedures.
8661
80a65e9b
SM
86622017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8663
8664 * gdb.base/commands.exp: Call new procedure.
8665 (define_if_without_arg_test): New procedure.
8666
e439fa14
PA
86672017-09-04 Pedro Alves <palves@redhat.com>
8668
8669 * gdb.base/list-ambiguous.exp: New file.
8670 * gdb.base/list-ambiguous0.c: New file.
8671 * gdb.base/list-ambiguous1.c: New file.
8672 * gdb.base/list.exp (test_list_range): Adjust expected output.
8673
0a2dde4a
SDJ
86742017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8675
8676 * gdb.base/share-env-with-gdbserver.c: New file.
8677 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8678
5e89eb3a
SM
86792017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8680
8681 * gdb.base/commands.exp (gdbvar_simple_if_test,
8682 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8683 progvar_simple_if_test, progvar_simple_while_test,
8684 progvar_complex_if_while_test, user_defined_command_test,
8685 user_defined_command_args_eval,
8686 user_defined_command_args_stack_test,
8687 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8688 temporary_breakpoint_commands,
8689 gdb_test_no_prompt, redefine_hook_test,
8690 redefine_backtrace_test): Remove "global gdb_prompt".
8691
fd437cbc
SM
86922017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8693
8694 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8695 New proc, call it from toplevel.
8696
87215ad1
SDJ
86972017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8698
8699 PR remote/21852
8700 * gdb.server/normal.c: New file, copied from gdb.base.
8701 * gdb.server/run-without-local-binary.exp: New file.
8702
58afddc6
WP
87032017-08-07 Weimin Pan <weimin.pan@oracle.com>
8704
8705 * gdb.arch/sparc64-adi.exp: New file.
8706 * gdb.arch/sparc64-adi.c: New file.
8707
5277199a
PA
87082017-08-22 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8711 (top level): Add "list all overloads" tests.
8712
14278e1f
TT
87132017-08-22 Tom Tromey <tom@tromey.com>
8714
8715 * gdb.gdb/xfullpath.exp: Remove.
8716
bf223d3e
PA
87172017-08-21 Pedro Alves <palves@redhat.com>
8718
8719 PR gdb/19487
8720 * gdb.base/symbol-alias.c: New.
8721 * gdb.base/symbol-alias2.c: New.
8722 * gdb.base/symbol-alias.exp: New.
8723
c973d0aa
PA
87242017-08-21 Pedro Alves <palves@redhat.com>
8725
8726 * gdb.base/dfp-test.c
8727 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8728 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8729 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8730 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8731 * gdb.base/whatis-ptype-typedefs.c: New.
8732 * gdb.base/whatis-ptype-typedefs.exp: New.
8733 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8734 (an_int, an_int_type, an_int_type2): New globals.
8735 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8736 involving typedefs and cast expressions.
8737 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8738 (lookup_typedefs_function): New.
8739 (typedefs_pretty_printers_dict): New.
8740 (top level): Register lookup_typedefs_function in
8741 gdb.pretty_printers.
8742
6d580b63
YQ
87432017-08-18 Yao Qi <yao.qi@linaro.org>
8744
8745 * gdb.server/unittest.exp: New.
8746
206726fb
SDJ
87472017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8748
8749 PR gdb/21954
8750 * gdb.base/environ.exp: Add test to check if 'unset environment'
8751 works.
8752
bf0ec4c2
AA
87532017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8754
8755 * lib/gdb.exp (universal_compile_options): New caching proc.
8756 (gdb_compile): Suppress GCC's coloring of messages.
8757
d6382fff
TT
87582017-08-14 Tom Tromey <tom@tromey.com>
8759
8760 PR gdb/21675:
8761 * gdb.base/printcmds.exp (test_radices): New function.
8762 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8763 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8764 * lib/gdb.exp (get_integer_valueof): Use p/d.
8765
c2c2dd9f
SM
87662017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8767
8768 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8769 characters.
8770
fdffd6f4
TT
87712017-08-05 Tom Tromey <tom@tromey.com>
8772
8773 * gdb.rust/simple.exp: Allow String to appear in a different
8774 namespace.
8775
27d41eac
YQ
87762017-07-26 Yao Qi <yao.qi@linaro.org>
8777
8778 * gdb.gdb/unittest.exp: Invoke command
8779 "maintenance check xml-descriptions".
8780
031ed05d
AA
87812017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8782
8783 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8784 calling context.
8785 (hex128): Drop erroneous calculation of parameters.
8786
dcd27ddf
SM
87872017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8788
8789 * gdb.python/py-unwind.exp: Disable stack protection when
8790 building test file.
8791
47e77640
PA
87922017-07-20 Pedro Alves <palves@redhat.com>
8793
8794 * gdb.base/default.exp (set language): Adjust expected output.
8795
62d2a18a
PA
87962017-07-20 Pedro Alves <palves@redhat.com>
8797
8798 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8799 (test_minsym): ... this, and make static.
8800 (get_pck__foo__bar__minsym): Rename to ...
8801 (get_test_minsym): ... this.
8802 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8803 symbol names and comments.
8804 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8805 (get_test_minsym): ... this.
8806 (pck__foo__bar__minsym__2): Rename to ...
8807 (test_minsym): ... this.
8808 (main): Adjust.
8809
c45ec17c
PA
88102017-07-17 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.base/completion.exp: Adjust expected output.
8813 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8814 the completer works.
8815
c6756f62
PA
88162017-07-17 Pedro Alves <palves@redhat.com>
8817
8818 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8819
5bd68487
AB
88202017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8821
8822 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8823
8880f2a9
TT
88242017-07-14 Tom Tromey <tom@tromey.com>
8825
8826 PR rust/21764:
8827 * gdb.rust/simple.exp: Add tests.
8828
65547233
TT
88292017-07-14 Tom Tromey <tom@tromey.com>
8830
8831 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8832
8f14146e
PA
88332017-07-14 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.linespec/base/one/thefile.cc (z1): New function.
8836 * gdb.linespec/base/two/thefile.cc (z2): New function.
8837 * gdb.linespec/linespec.exp: Add tests.
8838
b4365d02
AB
88392017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8840
8841 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8842 to mi_create_breakpoint.
8843
5d2cbaa5
AB
88442017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8845
8846 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8847 mi_create_breakpoint.
8848
11cb5716
IB
88492017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8850
8851 * gdb.dlang/demangle.exp: Update for demangling changes.
8852
03278692
TT
88532017-07-09 Tom Tromey <tom@tromey.com>
8854
8855 * gdb.dwarf2/shortpiece.exp: New file.
8856
33c5cd75
DB
88572017-07-06 David Blaikie <dblaikie@gmail.com>
8858
8859 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8860 built from fissiont-multi-cu{1,2}.c.
8861 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8862 except putting 'main' and 'func' in separate CUs in the same DWO file.
8863 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8864 test.
8865 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8866 test.
8867
8455d262
PA
88682017-07-06 Pedro Alves <palves@redhat.com>
8869
8870 * gdb.python/py-unwind.exp: Test flushregs.
8871
dc4bde35
SDJ
88722017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8873
8874 PR cli/21688
8875 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8876 tests for alias commands and trailing whitespace.
8877
51ed89aa
SDJ
88782017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8879
8880 PR cli/21688
8881 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8882 procedure. Call it.
8883
eb17d413
PA
88842017-06-29 Pedro Alves <palves@redhat.com>
8885
8886 * gdb.base/printcmds.exp: Add tests.
8887
41664b45
DG
88882017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8889
8890 PR gdb/21337
8891 * gdb.base/reread-readsym.exp: New file.
8892 * gdb.base/reread-readsym.c: New file.
8893
75312ae3
KB
88942017-06-21 Kevin Buettner <kevinb@redhat.com>
8895
8896 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8897 subpattern.
8898
66953522
PB
88992017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8900
8901 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8902 extended mnemonic.
8903 * gdb.arch/powerpc-power9.s: Likewise.
8904
5524b525
AA
89052017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8906
8907 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8908 on 32-bit x86 targets. Exploit is_*_target macros where
8909 appropriate.
8910
03c8af18
AA
89112017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8912
8913 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8914 register pieces.
8915
3bf31011
AA
89162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8917
8918 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8919 located in one or more DWARF pieces.
8920
805acca0
AA
89212017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8922
8923 * lib/gdb.exp (get_endianness): New proc.
8924 * gdb.arch/aarch64-fp.exp: Use it.
8925 * gdb.arch/altivec-regs.exp: Likewise.
8926 * gdb.arch/e500-regs.exp: Likewise.
8927 * gdb.arch/vsx-regs.exp: Likewise.
8928 * gdb.base/dump.exp: Likewise.
8929 * gdb.base/funcargs.exp: Likewise.
8930 * gdb.base/gnu_vector.exp: Likewise.
8931 * gdb.dwarf2/formdata16.exp: Likewise.
8932 * gdb.dwarf2/implptrpiece.exp: Likewise.
8933 * gdb.dwarf2/nonvar-access.exp: Likewise.
8934 * gdb.python/py-inferior.exp: Likewise.
8935 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8936
e9352324
AA
89372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8938
8939 PR gdb/21226
8940 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8941 stack value pieces are taken from the LSB end.
8942
d5d1163e
AA
89432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8944
8945 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8946 variable at nonzero offset.
8947
0567c986
AA
89482017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8949
8950 * gdb.dwarf2/var-access.c: New file.
8951 * gdb.dwarf2/var-access.exp: New test.
8952 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8953
973e9aab
TT
89542017-06-12 Tom Tromey <tom@tromey.com>
8955
8956 * gdb.dwarf2/formdata16.exp: Add tests.
8957
d9109c80
TT
89582017-06-12 Tom Tromey <tom@tromey.com>
8959
8960 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8961
30a25466
TT
89622017-06-12 Tom Tromey <tom@tromey.com>
8963
8964 PR exp/16225:
8965 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8966 * gdb.arch/vsx-regs.exp: Update tests.
8967 * gdb.arch/s390-vregs.exp (hex128): New proc.
8968 Update test.
8969 * gdb.arch/altivec-regs.exp: Update tests.
8970
aefd8b33
SDJ
89712017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8972
8973 * gdb.base/startup-with-shell.c: New file.
8974 * gdb.base/startup-with-shell.exp: Likewise.
8975
2090129c
SDJ
89762017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8977
8978 * gdb.server/non-existing-program.exp: Update regex in order to
8979 reflect the fact that gdbserver is now using fork_inferior (with a
8980 shell) to startup the inferior.
8981
8e86a419
SM
89822017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8983
8984 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8985 support function calls from GDB.
8986
e6cf65f2
TT
89872017-05-21 Tom Tromey <tom@tromey.com>
8988
8989 PR rust/21466:
8990 * gdb.rust/unsized.exp: New file.
8991 * gdb.rust/unsized.rs: New file.
8992
43cc5389
TT
89932017-05-19 Tom Tromey <tom@tromey.com>
8994
8995 PR rust/21484:
8996 * gdb.rust/watch.exp: New file.
8997 * gdb.rust/watch.rs: New file.
8998
ec8df234
TT
89992017-05-18 Tom Tromey <tom@tromey.com>
9000
9001 * gdb.rust/simple.exp: Allow Box to be qualified.
9002
3e3e7fae
TP
90032017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9004
9005 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9006
59cc050d
PA
90072017-05-18 Pedro Alves <palves@redhat.com>
9008
9009 * gdb.base/fileio.c (test_write, test_read, test_close)
9010 (test_fstat): Don't print 'ret' in the fail path.
9011
c8f6abd1
PA
90122017-05-18 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9015 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9016 (test_system, test_rename, test_unlink, test_time): Change
9017 prototypes.
9018 * gdb.base/fileio.exp (stop_msg): Adjust.
9019
d2a03b77
PA
90202017-05-18 Pedro Alves <palves@redhat.com>
9021
9022 * gdb.base/fileio.c (null_str): New global.
9023 (test_stat): Use it.
9024 * gdb.base/fileio.exp: Remove nowarnings.
9025
0d5c6999
YQ
90262017-05-17 Yao Qi <yao.qi@linaro.org>
9027
9028 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9029
21873064
YQ
90302017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9031
9032 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9033 argument command.
9034 (top-level): Invoke test_set_inferior_tty.
9035
d512d31c
PA
90362017-05-04 Pedro Alves <palves@redhat.com>
9037
9038 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9039 Add parens to print call for Python 3.
9040
90cef2ed
KS
90412017-05-03 Keith Seitz <keiths@redhat.com>
9042
9043 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9044 (main): Call it.
9045
14f819c8
TW
90462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9047
9048 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9049 to prev and next.
9050
913aeadd
TW
90512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9052
9053 * gdb.python/py-record-btrace.exp: Remove test for
9054 gdb.BtraceInstruction.error.
9055
a3be24ad
TW
90562017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9057
9058 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9059
ae20e79a
TW
90602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9061
9062 * gdb.python/py-record-btrace-threads.c: New file.
9063 * gdb.python/py-record-btrace-threads.exp: New file.
9064
45ce1b47
SDJ
90652017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9066
9067 PR testsuite/8595
9068 * gdb.base/environ.exp: Make test available in all architectures.
9069 Move bits related to "info program" testing to
9070 gdb.base/info-program.exp. Rewrite tests to use the two new
9071 procedures mentione below.
9072 (test_set_show_env_var) New procedure.
9073 (test_set_show_env_var_equal): Likewise.
9074 * gdb.base/info-program.exp: New file.
9075
e15c3eb4
KS
90762017-04-27 Keith Seitz <keiths@redhat.com>
9077
9078 * gdb.cp/oranking.cc (test15): New function.
9079 (main): Call test15 and declare additional variables for testing.
9080 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9081 "p foo101('abc')" tests.
9082 Add tests for cv qualifier overloads.
9083 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9084 "lvalue reference overload" test.
9085 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9086 "print value of f1 on Child&& in f2" test.
9087
3a3fd0fd
PA
90882017-04-19 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9091 procedure.
9092 (top level): Call it.
9093 * lib/gdb.exp (gdb_define_cmd): New procedure.
9094
53375380
PA
90952017-04-12 Pedro Alves <palves@redhat.com>
9096
9097 PR gdb/21323
9098 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9099 (wchar): New global.
9100 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9101 (do_test_wide_char, wide_char_types_no_program, top level): Add
9102 wchar_t testing.
9103
53e710ac
PA
91042017-04-12 Pedro Alves <palves@redhat.com>
9105
9106 PR c++/21323
9107 * gdb.cp/wide_char_types.c: New file.
9108 * gdb.cp/wide_char_types.exp: New file.
9109
0ad9d8c7
SDJ
91102017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9111
9112 PR gdb/21352
9113 * gdb.trace/tsv.exp: Add test for "tsave -r".
9114
b1b45502
IB
91152017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9116
9117 * gdb.dlang/watch-loc.c: New file.
9118 * gdb.dlang/watch-loc.exp: New file.
9119
ec13808e
JK
91202017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9121
9122 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9123
fe5f7374
AK
91242017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9125
9126 * gdb.arch/arc-analyze-prologue.S: New file.
9127 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9128
eea78757
AK
91292017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9130
9131 * gdb.arch/arc-decode-insn.S: New file.
9132 * gdb.arch/arc-decode-insn.exp: Likewise.
9133
5badf10a
IR
91342017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9135
9136 PR tdep/20928
9137 * gdb.arch/sparc64-regs.exp: New file.
9138 * gdb.arch/sparc64-regs.S: Likewise.
9139
cee59b3f
TW
91402017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9141
9142 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9143 and memory view on Python 3.
9144
c0f55cc6
AV
91452017-03-20 Artemiy Volkov <artemiyv@acm.org>
9146 Keith Seitz <keiths@redhat.com>
9147
9148 PR gdb/14441
9149 * gdb.cp/demangle.exp: Add rvalue reference tests.
9150 * gdb.cp/rvalue-ref-casts.cc: New file.
9151 * gdb.cp/rvalue-ref-casts.exp: New file.
9152 * gdb.cp/rvalue-ref-overload.cc: New file.
9153 * gdb.cp/rvalue-ref-overload.exp: New file.
9154 * gdb.cp/rvalue-ref-params.cc: New file.
9155 * gdb.cp/rvalue-ref-params.exp: New file.
9156 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9157 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9158 * gdb.cp/rvalue-ref-types.cc: New file.
9159 * gdb.cp/rvalue-ref-types.exp: New file.
9160 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9161 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9162
51457a05
MAL
91632017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9164
9165 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9166 New procedure.
9167
5b291c04
MAL
91682017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9169
9170 * lib/mi-support.exp (mi_gdb_test): Add additional message
9171 for unexpected output.
9172
59a56148
AA
91732017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9174
9175 * gdb.base/examine-backward.c (Barrier): New character array
9176 constant, to ensure that TestStrings is preceded by a string
9177 terminator.
9178
7942e96e
AA
91792017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9180
9181 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9182 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9183 and implicit pointer into such a location.
9184
6ebac3fb
DE
91852017-03-16 Doug Evans <dje@google.com>
9186
9187 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9188
ec3b243d
TP
91892017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9190
9191 * gdb.cp/m-static.exp: Fix expectation for prototype of
9192 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9193
91942017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9195
9196 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9197 * gdb.guile/scm-lazy-string.c: New file.
9198 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9199 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9200 for pointer, array, typedef lazy strings.
9201
2cc36e25 92022017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9203
9204 PR python/17728, python/18439, python/18779
9205 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9206 * gdb.python/py-lazy-string.c (pointer): New typedef.
9207 (main): New locals ptr, array, typedef_ptr.
9208 * gdb.python/py-value.exp: Move lazy string tests to ...
9209 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9210 array, typedef lazy strings.
ec3b243d 9211
0efcde63
AK
92122017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9213
9214 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9215 Add optional 'test' parameter.
9216
7978d7c3
SM
92172017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9218
9219 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9220 Skip for versions of DejaGnu < 1.5.
9221
896c0c1e
SM
92222017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9223
9224 * lib/gdb.exp (dejagnu_version): New proc.
9225 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9226 Use dejagnu_version.
9227
5f4d1085
KS
92282017-03-10 Keith Seitz <keiths@redhat.com>
9229
9230 PR c++/8128
9231 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9232 type from destructor regexps.
9233 Add a branch which actually passes the test.
9234 Adjust "ptype t5i" test names.
9235
1de05205
PA
92362017-03-08 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/step-over-exit.exp: Add explicit test message.
9239
c65d6b55
PA
92402017-03-08 Pedro Alves <palves@redhat.com>
9241
9242 PR gdb/18360
9243 * gdb.threads/interrupt-while-step-over.c: New file.
9244 * gdb.threads/interrupt-while-step-over.exp: New file.
9245
2e86a283
PA
92462017-03-08 Pedro Alves <palves@redhat.com>
9247
9248 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9249 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9250
25dcbff6
PA
92512017-03-08 Pedro Alves <palves@redhat.com>
9252
9253 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9254 PKRU as not supported as a PASS.
9255
dc9366eb
PA
92562017-03-08 Pedro Alves <palves@redhat.com>
9257
9258 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9259 prefix instead of $binfile1/$binfile2.
9260 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9261 in test message.
9262 * gdb.python/py-completion.exp: Use "load python file" as test
9263 messages instead of unstable path names.
9264
6e5d74e7
PA
92652017-03-08 Pedro Alves <palves@redhat.com>
9266 Jan Kratochvil <jan.kratochvil@redhat.com>
9267
9268 PR cli/21218
9269 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9270 New proc.
9271 (top level): Call it.
9272
9753a2f6
PA
92732017-03-08 Pedro Alves <palves@redhat.com>
9274
9275 PR tui/21216
9276 * gdb.tui/tui-nl-filtered-output.exp: New file.
9277
1a4dd9dd
PA
92782017-03-08 Pedro Alves <palves@redhat.com>
9279
9280 * gdb.base/completion.exp: Move TUI completion tests to ...
9281 * gdb.tui/completion.exp: ... this new file.
9282
7cbbff33
PA
92832017-03-08 Pedro Alves <palves@redhat.com>
9284
9285 * gdb.base/tui-disasm-long-lines.c,
9286 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9287 gdb.base/tui-layout.exp: Move to ...
9288 * gdb.tui/: ... this new directory.
9289
5f6fd321
PA
92902017-03-07 Pedro Alves <palves@redhat.com>
9291
9292 * gdb.base/tui-layout.c: New file.
9293 * gdb.base/tui-layout.exp: New file.
9294
44959fa8
PA
92952017-03-07 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.base/tui-layout.c: Rename to ...
9298 * gdb.base/tui-disasm-long-lines.c: ... this.
9299 * gdb.base/tui-layout.exp: Rename to ...
9300 * gdb.base/tui-disasm-long-lines.exp: ... this.
9301
f8c4e718
PA
93022017-03-07 Pedro Alves <palves@redhat.com>
9303
9304 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9305
6dbb839a 93062017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9307
9308 * i386-mpx-call.c: New file.
9309 * i386-mpx-call.exp: New file.
9310
65b48a81
PB
93112017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9312
9313 * gdb.arch/powerpc-power.exp: Delete test.
9314 * gdb.arch/powerpc-power.s: Likewise.
9315 * gdb.disasm/disassembler-options.exp: New test.
9316 * gdb.arch/powerpc-altivec.exp: Likewise.
9317 * gdb.arch/powerpc-altivec.s: Likewise.
9318 * gdb.arch/powerpc-altivec2.exp: Likewise.
9319 * gdb.arch/powerpc-altivec2.s: Likewise.
9320 * gdb.arch/powerpc-altivec3.exp: Likewise.
9321 * gdb.arch/powerpc-altivec3.s: Likewise.
9322 * gdb.arch/powerpc-power7.exp: Likewise.
9323 * gdb.arch/powerpc-power7.s: Likewise.
9324 * gdb.arch/powerpc-power8.exp: Likewise.
9325 * gdb.arch/powerpc-power8.s: Likewise.
9326 * gdb.arch/powerpc-power9.exp: Likewise.
9327 * gdb.arch/powerpc-power9.s: Likewise.
9328 * gdb.arch/powerpc-vsx.exp: Likewise.
9329 * gdb.arch/powerpc-vsx.s: Likewise.
9330 * gdb.arch/powerpc-vsx2.exp: Likewise.
9331 * gdb.arch/powerpc-vsx2.s: Likewise.
9332 * gdb.arch/powerpc-vsx3.exp: Likewise.
9333 * gdb.arch/powerpc-vsx3.s: Likewise.
9334 * gdb.arch/arm-disassembler-options.exp: Likewise.
9335 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9336 * gdb.arch/s390-disassembler-options.exp: Likewise.
9337
17cd4947
LM
93382017-02-23 Luis Machado <lgustavo@codesourcery.com>
9339
9340 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9341 (check_supported_features): ... this. Changed return type to void.
9342 (supports_rdseed): New static global.
9343 (rdseed): Check supports_rdseed.
9344 (initialize): Call check_supported_features.
9345
2039d74e
EBM
93462017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9347
9348 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9349 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9350 and lqarx/stqcx.
9351 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9352 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9353
a51d7ecf
EBM
93542017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9355
9356 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9357 uppercase.
9358
0224619f
JK
93592017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 * gdb.dwarf2/formdata16.c: New file.
9362 * gdb.dwarf2/formdata16.exp: New file.
9363 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9364
216f72a1
JK
93652017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9366
9367 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9368 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9369 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9370 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9371 DW_AT_GNU_*.
9372
43988095
JK
93732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9374
9375 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9376
99e8a4f9
SDJ
93772017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9378
9379 PR gdb/21164
9380 * gdb.base/maint.exp: Add testcases for when the commands do
9381 not have arguments.
9382
b58a8c0c
TP
93832017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9384
9385 * gdb.cp/chained-calls.exp: Use p instead of P.
9386
4e746bb6
TW
93872017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9388
9389 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9390 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9391
3f77c769
TT
93922017-02-14 Tom Tromey <tom@tromey.com>
9393
9394 PR python/13598:
9395 * gdb.python/py-events.exp: Add before_prompt event tests.
9396
075beec0
AA
93972017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9398
9399 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9400
bf5f525c
LM
94012017-02-13 Luis Machado <lgustavo@codesourcery.com>
9402
9403 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9404 (main): Call my_unique_function_name.
9405 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9406 completion of patterns with a single match.
9407 Add missing -re switches to gdb_test_multiple calls.
9408
13a66184
LM
94092017-02-13 Luis Machado <lgustavo@codesourcery.com>
9410
9411 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9412 return if core file is not recognized.
9413
26a06916
SM
94142017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9415
9416 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9417 and extra UIs.
9418
b761ca9e
SM
94192017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9420
9421 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9422 proc_with_prefix.
9423
b964bee0
TT
94242017-02-10 Tom Tromey <tom@tromey.com>
9425
9426 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9427
18da0c51
MG
94282017-02-10 Martin Galvan <martingalvan@sourceware.org>
9429
9430 PR gdb/21122
9431 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9432
604c4576
JG
94332017-02-08 Jerome Guitton <guitton@adacore.com>
9434
9435 * gdb.base/define.exp: Add test for command abbreviations
9436 in define.
9437
20b477a7
LM
94382017-02-06 Luis Machado <lgustavo@codesourcery.com>
9439
9440 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9441 * gdb.reverse/insn-reverse-x86.c: New file.
9442
3f7b46f2
IR
94432017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9444
9445 PR tdep/20936
9446 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9447
f0fd41c1
TT
94482017-02-03 Tom Tromey <tom@tromey.com>
9449
9450 PR rust/21097:
9451 * gdb.rust/simple.exp: Add new tests.
9452
5be5dbf0
PA
94532017-02-02 Pedro Alves <palves@redhat.com>
9454
9455 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9456 tests.
9457
7346ef59
AA
94582017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9459
9460 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9461 taking a 2-byte value out of a 4-byte DWARF implicit value on
9462 big-endian targets.
9463 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9464 logic. Add test cases for DW_OP_implicit.
9465
787f0025
MM
94662017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9467
9468 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9469
68777c29
MM
94702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9471
9472 * gdb.btrace/enable.exp: Call gdb_exit before
9473 skip_gdbserver_tests.
9474
0a1c7e28
MM
94752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9476
9477 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9478 GDBFLAGS.
9479
b5ac99b0
MM
94802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9481
9482 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9483 the test is skipped.
9484 * gdb.btrace/data.exp: Likewise.
9485 * gdb.btrace/delta.exp: Likewise.
9486 * gdb.btrace/dlopen.exp: Likewise.
9487 * gdb.btrace/enable-running.exp: Likewise.
9488 * gdb.btrace/enable.exp: Likewise.
9489 * gdb.btrace/exception.exp: Likewise.
9490 * gdb.btrace/function_call_history.exp: Likewise.
9491 * gdb.btrace/gcore.exp: Likewise.
9492 * gdb.btrace/instruction_history.exp: Likewise.
9493 * gdb.btrace/multi-thread-step.exp: Likewise.
9494 * gdb.btrace/nohist.exp: Likewise.
9495 * gdb.btrace/non-stop.exp: Likewise.
9496 * gdb.btrace/reconnect.exp: Likewise.
9497 * gdb.btrace/record_goto-step.exp: Likewise.
9498 * gdb.btrace/record_goto.exp: Likewise.
9499 * gdb.btrace/rn-dl-bind.exp: Likewise.
9500 * gdb.btrace/segv.exp: Likewise.
9501 * gdb.btrace/step.exp: Likewise.
9502 * gdb.btrace/stepi.exp: Likewise.
9503 * gdb.btrace/tailcall-only.exp: Likewise.
9504 * gdb.btrace/tailcall.exp: Likewise.
9505 * gdb.btrace/tsx.exp: Likewise.
9506 * gdb.btrace/unknown_functions.exp: Likewise.
9507 * gdb.btrace/vdso.exp: Likewise.
9508
cd4007e4
MM
95092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9510
9511 * gdb.btrace/enable-running.c: New.
9512 * gdb.btrace/enable-running.exp: New.
9513
2735833d
WT
95142017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9515
9516 * gdb.arch/amd64-gs_base.c: New file.
9517 * gdb.arch/amd64-gs_base.exp: New file.
9518
b51e1e94
LM
95192017-01-26 Luis Machado <lgustavo@codesourcery.com>
9520
9521 * lib/memory.exp: Remove spurious empty newlines.
9522
72ca0410
SM
95232017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9524
9525 * gdb.python/py-bad-printers.exp: Load python file using "source".
9526 * gdb.python/py-events.exp: Likewise.
9527 * gdb.python/py-evsignal.exp: Likewise.
9528 * gdb.python/py-evthreads.exp: Likewise.
9529 * gdb.python/py-frame-args.exp: Likewise.
9530 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9531 * gdb.python/py-framefilter-mi.exp: Likewise.
9532 * gdb.python/py-framefilter.exp: Likewise.
9533 * gdb.python/py-mi.exp: Likewise.
9534 * gdb.python/py-pp-maint.exp: Likewise.
9535 * gdb.python/py-pp-registration.exp: Likewise.
9536 * gdb.python/py-prettyprint.exp: Likewise.
9537 (run_lang_tests): Likewise.
9538 * gdb.python/py-typeprint.exp: Likewise.
9539
e309aa65
LM
95402017-01-26 Luis Machado <lgustavo@codesourcery.com>
9541
9542 * lib/memory.exp: New file.
9543 * lib/gdb.exp: Load memory.exp.
9544 * gdb.base/memattr.exp (delete_memory): Move proc to
9545 lib/memory.exp and rename to delete_memory_regions.
9546 Replace delete_memory with delete_memory_regions.
9547 Cleanup memory regions before tests.
9548 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9549 before tests.
9550
515aff23
LM
95512017-01-26 Luis Machado <lgustavo@codesourcery.com>
9552
9553 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9554 files.
9555 (initialize): New function conditionally defined.
9556 (testcases): Move within conditional block.
9557 (main): Call initialize.
9558 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9559 of gdb.reverse/insn-reverse.c.
9560 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9561 gdb.reverse/insn-reverse.c.
9562
d8b49cf0
YQ
95632017-01-26 Yao Qi <yao.qi@linaro.org>
9564
9565 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9566 disassemble on address 0.
9567
f13a9a0c
YQ
95682017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9569 Yao Qi <yao.qi@linaro.org>
9570
9571 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9572 * gdb.dwarf2/implptr-64bit.S: Remove.
9573 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9574 variables in caller's context. Add DW_OP_implicit_value.
9575
5ac95241
YQ
95762017-01-25 Yao Qi <yao.qi@linaro.org>
9577
9578 * lib/dwarf.exp (Dwarf::_location): Handle
9579 DW_OP_GNU_implicit_pointer with proper size.
9580
23e82930
LM
95812017-01-20 Luis Machado <lgustavo@codesourcery.com>
9582
9583 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9584 and add untested calls.
9585
d334ae25
LM
95862017-01-20 Luis Machado <lgustavo@codesourcery.com>
9587
9588 * gdb.python/python.exp: Check line number against what GDB thinks
9589 the line number is for func1.
9590
f5e6296e
IB
95912017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9592
9593 * gdb.dlang/debug-expr.exp: New file.
9594
5b362f04
LM
95952016-12-23 Luis Machado <lgustavo@codesourcery.com>
9596
9597 Fix test names for the following files:
9598
9599 * gdb.ada/exec_changed.exp
9600 * gdb.ada/info_types.exp
9601 * gdb.arch/aarch64-atomic-inst.exp
9602 * gdb.arch/aarch64-fp.exp
9603 * gdb.arch/altivec-abi.exp
9604 * gdb.arch/altivec-regs.exp
9605 * gdb.arch/amd64-byte.exp
9606 * gdb.arch/amd64-disp-step.exp
9607 * gdb.arch/amd64-dword.exp
9608 * gdb.arch/amd64-entry-value-inline.exp
9609 * gdb.arch/amd64-entry-value-param.exp
9610 * gdb.arch/amd64-entry-value-paramref.exp
9611 * gdb.arch/amd64-entry-value.exp
9612 * gdb.arch/amd64-i386-address.exp
9613 * gdb.arch/amd64-invalid-stack-middle.exp
9614 * gdb.arch/amd64-invalid-stack-top.exp
9615 * gdb.arch/amd64-optimout-repeat.exp
9616 * gdb.arch/amd64-prologue-skip.exp
9617 * gdb.arch/amd64-prologue-xmm.exp
9618 * gdb.arch/amd64-stap-special-operands.exp
9619 * gdb.arch/amd64-stap-wrong-subexp.exp
9620 * gdb.arch/amd64-tailcall-cxx.exp
9621 * gdb.arch/amd64-tailcall-noret.exp
9622 * gdb.arch/amd64-tailcall-ret.exp
9623 * gdb.arch/amd64-tailcall-self.exp
9624 * gdb.arch/amd64-word.exp
9625 * gdb.arch/arm-bl-branch-dest.exp
9626 * gdb.arch/arm-disp-step.exp
9627 * gdb.arch/arm-neon.exp
9628 * gdb.arch/arm-single-step-kernel-helper.exp
9629 * gdb.arch/avr-flash-qualifier.exp
9630 * gdb.arch/disp-step-insn-reloc.exp
9631 * gdb.arch/e500-abi.exp
9632 * gdb.arch/e500-regs.exp
9633 * gdb.arch/ftrace-insn-reloc.exp
9634 * gdb.arch/i386-avx512.exp
9635 * gdb.arch/i386-bp_permanent.exp
9636 * gdb.arch/i386-byte.exp
9637 * gdb.arch/i386-cfi-notcurrent.exp
9638 * gdb.arch/i386-disp-step.exp
9639 * gdb.arch/i386-dr3-watch.exp
9640 * gdb.arch/i386-float.exp
9641 * gdb.arch/i386-gnu-cfi.exp
9642 * gdb.arch/i386-mpx-map.exp
9643 * gdb.arch/i386-mpx-sigsegv.exp
9644 * gdb.arch/i386-mpx-simple_segv.exp
9645 * gdb.arch/i386-mpx.exp
9646 * gdb.arch/i386-permbkpt.exp
9647 * gdb.arch/i386-prologue.exp
9648 * gdb.arch/i386-signal.exp
9649 * gdb.arch/i386-size-overlap.exp
9650 * gdb.arch/i386-unwind.exp
9651 * gdb.arch/i386-word.exp
9652 * gdb.arch/mips-fcr.exp
9653 * gdb.arch/powerpc-d128-regs.exp
9654 * gdb.arch/powerpc-stackless.exp
9655 * gdb.arch/ppc64-atomic-inst.exp
9656 * gdb.arch/s390-stackless.exp
9657 * gdb.arch/s390-tdbregs.exp
9658 * gdb.arch/s390-vregs.exp
9659 * gdb.arch/sparc-sysstep.exp
9660 * gdb.arch/thumb-bx-pc.exp
9661 * gdb.arch/thumb-singlestep.exp
9662 * gdb.arch/thumb2-it.exp
9663 * gdb.arch/vsx-regs.exp
9664 * gdb.asm/asm-source.exp
9665 * gdb.base/a2-run.exp
9666 * gdb.base/advance.exp
9667 * gdb.base/all-bin.exp
9668 * gdb.base/anon.exp
9669 * gdb.base/args.exp
9670 * gdb.base/arithmet.exp
9671 * gdb.base/async-shell.exp
9672 * gdb.base/async.exp
9673 * gdb.base/attach-pie-noexec.exp
9674 * gdb.base/attach-twice.exp
9675 * gdb.base/auto-load.exp
9676 * gdb.base/bang.exp
9677 * gdb.base/bitfields.exp
9678 * gdb.base/break-always.exp
9679 * gdb.base/break-caller-line.exp
9680 * gdb.base/break-entry.exp
9681 * gdb.base/break-inline.exp
9682 * gdb.base/break-on-linker-gcd-function.exp
9683 * gdb.base/break-probes.exp
9684 * gdb.base/break.exp
9685 * gdb.base/breakpoint-shadow.exp
9686 * gdb.base/call-ar-st.exp
9687 * gdb.base/call-sc.exp
9688 * gdb.base/call-signal-resume.exp
9689 * gdb.base/call-strs.exp
9690 * gdb.base/callfuncs.exp
9691 * gdb.base/catch-fork-static.exp
9692 * gdb.base/catch-gdb-caused-signals.exp
9693 * gdb.base/catch-load.exp
9694 * gdb.base/catch-signal-fork.exp
9695 * gdb.base/catch-signal.exp
9696 * gdb.base/catch-syscall.exp
9697 * gdb.base/charset.exp
9698 * gdb.base/checkpoint.exp
9699 * gdb.base/chng-syms.exp
9700 * gdb.base/code-expr.exp
9701 * gdb.base/code_elim.exp
9702 * gdb.base/commands.exp
9703 * gdb.base/completion.exp
9704 * gdb.base/complex.exp
9705 * gdb.base/cond-expr.exp
9706 * gdb.base/condbreak.exp
9707 * gdb.base/consecutive.exp
9708 * gdb.base/continue-all-already-running.exp
9709 * gdb.base/coredump-filter.exp
9710 * gdb.base/corefile.exp
9711 * gdb.base/dbx.exp
9712 * gdb.base/debug-expr.exp
9713 * gdb.base/define.exp
9714 * gdb.base/del.exp
9715 * gdb.base/disabled-location.exp
9716 * gdb.base/disasm-end-cu.exp
9717 * gdb.base/disasm-optim.exp
9718 * gdb.base/display.exp
9719 * gdb.base/duplicate-bp.exp
9720 * gdb.base/ena-dis-br.exp
9721 * gdb.base/ending-run.exp
9722 * gdb.base/enumval.exp
9723 * gdb.base/environ.exp
9724 * gdb.base/eu-strip-infcall.exp
9725 * gdb.base/eval-avoid-side-effects.exp
9726 * gdb.base/eval-skip.exp
9727 * gdb.base/exitsignal.exp
9728 * gdb.base/expand-psymtabs.exp
9729 * gdb.base/filesym.exp
9730 * gdb.base/find-unmapped.exp
9731 * gdb.base/finish.exp
9732 * gdb.base/float.exp
9733 * gdb.base/foll-exec-mode.exp
9734 * gdb.base/foll-exec.exp
9735 * gdb.base/foll-fork.exp
9736 * gdb.base/fortran-sym-case.exp
9737 * gdb.base/freebpcmd.exp
9738 * gdb.base/func-ptr.exp
9739 * gdb.base/func-ptrs.exp
9740 * gdb.base/funcargs.exp
9741 * gdb.base/gcore-buffer-overflow.exp
9742 * gdb.base/gcore-relro-pie.exp
9743 * gdb.base/gcore-relro.exp
9744 * gdb.base/gcore.exp
9745 * gdb.base/gdb1090.exp
9746 * gdb.base/gdb11530.exp
9747 * gdb.base/gdb11531.exp
9748 * gdb.base/gdb1821.exp
9749 * gdb.base/gdbindex-stabs.exp
9750 * gdb.base/gdbvars.exp
9751 * gdb.base/hbreak.exp
9752 * gdb.base/hbreak2.exp
9753 * gdb.base/included.exp
9754 * gdb.base/infcall-input.exp
9755 * gdb.base/inferior-died.exp
9756 * gdb.base/infnan.exp
9757 * gdb.base/info-macros.exp
9758 * gdb.base/info-os.exp
9759 * gdb.base/info-proc.exp
9760 * gdb.base/info-shared.exp
9761 * gdb.base/info-target.exp
9762 * gdb.base/infoline.exp
9763 * gdb.base/interp.exp
9764 * gdb.base/interrupt.exp
9765 * gdb.base/jit-reader.exp
9766 * gdb.base/jit-simple.exp
9767 * gdb.base/kill-after-signal.exp
9768 * gdb.base/kill-detach-inferiors-cmd.exp
9769 * gdb.base/label.exp
9770 * gdb.base/langs.exp
9771 * gdb.base/ldbl_e308.exp
9772 * gdb.base/line-symtabs.exp
9773 * gdb.base/linespecs.exp
9774 * gdb.base/list.exp
9775 * gdb.base/long_long.exp
9776 * gdb.base/longest-types.exp
9777 * gdb.base/maint.exp
9778 * gdb.base/max-value-size.exp
9779 * gdb.base/memattr.exp
9780 * gdb.base/mips_pro.exp
9781 * gdb.base/morestack.exp
9782 * gdb.base/moribund-step.exp
9783 * gdb.base/multi-forks.exp
9784 * gdb.base/nested-addr.exp
9785 * gdb.base/nextoverexit.exp
9786 * gdb.base/noreturn-finish.exp
9787 * gdb.base/noreturn-return.exp
9788 * gdb.base/nostdlib.exp
9789 * gdb.base/offsets.exp
9790 * gdb.base/opaque.exp
9791 * gdb.base/pc-fp.exp
9792 * gdb.base/permissions.exp
9793 * gdb.base/print-symbol-loading.exp
9794 * gdb.base/prologue-include.exp
9795 * gdb.base/psymtab.exp
9796 * gdb.base/ptype.exp
9797 * gdb.base/random-signal.exp
9798 * gdb.base/randomize.exp
9799 * gdb.base/range-stepping.exp
9800 * gdb.base/readline-ask.exp
9801 * gdb.base/recpar.exp
9802 * gdb.base/recurse.exp
9803 * gdb.base/relational.exp
9804 * gdb.base/restore.exp
9805 * gdb.base/return-nodebug.exp
9806 * gdb.base/return.exp
9807 * gdb.base/run-after-attach.exp
9808 * gdb.base/save-bp.exp
9809 * gdb.base/scope.exp
9810 * gdb.base/sect-cmd.exp
9811 * gdb.base/set-lang-auto.exp
9812 * gdb.base/set-noassign.exp
9813 * gdb.base/setvar.exp
9814 * gdb.base/sigall.exp
9815 * gdb.base/sigbpt.exp
9816 * gdb.base/siginfo-addr.exp
9817 * gdb.base/siginfo-infcall.exp
9818 * gdb.base/siginfo-obj.exp
9819 * gdb.base/siginfo.exp
9820 * gdb.base/signals-state-child.exp
9821 * gdb.base/signest.exp
9822 * gdb.base/sigstep.exp
9823 * gdb.base/sizeof.exp
9824 * gdb.base/skip.exp
9825 * gdb.base/solib-corrupted.exp
9826 * gdb.base/solib-nodir.exp
9827 * gdb.base/solib-search.exp
9828 * gdb.base/stack-checking.exp
9829 * gdb.base/stale-infcall.exp
9830 * gdb.base/stap-probe.exp
9831 * gdb.base/start.exp
9832 * gdb.base/step-break.exp
9833 * gdb.base/step-bt.exp
9834 * gdb.base/step-line.exp
9835 * gdb.base/step-over-exit.exp
9836 * gdb.base/step-over-syscall.exp
9837 * gdb.base/step-resume-infcall.exp
9838 * gdb.base/step-test.exp
9839 * gdb.base/store.exp
9840 * gdb.base/structs3.exp
9841 * gdb.base/sym-file.exp
9842 * gdb.base/symbol-without-target_section.exp
9843 * gdb.base/term.exp
9844 * gdb.base/testenv.exp
9845 * gdb.base/ui-redirect.exp
9846 * gdb.base/until.exp
9847 * gdb.base/unwindonsignal.exp
9848 * gdb.base/value-double-free.exp
9849 * gdb.base/vla-datatypes.exp
9850 * gdb.base/vla-ptr.exp
9851 * gdb.base/vla-sideeffect.exp
9852 * gdb.base/volatile.exp
9853 * gdb.base/watch-cond-infcall.exp
9854 * gdb.base/watch-cond.exp
9855 * gdb.base/watch-non-mem.exp
9856 * gdb.base/watch-read.exp
9857 * gdb.base/watch-vfork.exp
9858 * gdb.base/watchpoint-cond-gone.exp
9859 * gdb.base/watchpoint-delete.exp
9860 * gdb.base/watchpoint-hw-hit-once.exp
9861 * gdb.base/watchpoint-hw.exp
9862 * gdb.base/watchpoint-stops-at-right-insn.exp
9863 * gdb.base/watchpoints.exp
9864 * gdb.base/wchar.exp
9865 * gdb.base/whatis-exp.exp
9866 * gdb.btrace/buffer-size.exp
9867 * gdb.btrace/data.exp
9868 * gdb.btrace/delta.exp
9869 * gdb.btrace/dlopen.exp
9870 * gdb.btrace/enable.exp
9871 * gdb.btrace/exception.exp
9872 * gdb.btrace/function_call_history.exp
9873 * gdb.btrace/gcore.exp
9874 * gdb.btrace/instruction_history.exp
9875 * gdb.btrace/nohist.exp
9876 * gdb.btrace/reconnect.exp
9877 * gdb.btrace/record_goto-step.exp
9878 * gdb.btrace/record_goto.exp
9879 * gdb.btrace/rn-dl-bind.exp
9880 * gdb.btrace/segv.exp
9881 * gdb.btrace/step.exp
9882 * gdb.btrace/stepi.exp
9883 * gdb.btrace/tailcall-only.exp
9884 * gdb.btrace/tailcall.exp
9885 * gdb.btrace/tsx.exp
9886 * gdb.btrace/unknown_functions.exp
9887 * gdb.btrace/vdso.exp
9888 * gdb.compile/compile-ifunc.exp
9889 * gdb.compile/compile-ops.exp
9890 * gdb.compile/compile-print.exp
9891 * gdb.compile/compile-setjmp.exp
9892 * gdb.cp/abstract-origin.exp
9893 * gdb.cp/ambiguous.exp
9894 * gdb.cp/annota2.exp
9895 * gdb.cp/annota3.exp
9896 * gdb.cp/anon-ns.exp
9897 * gdb.cp/anon-struct.exp
9898 * gdb.cp/anon-union.exp
9899 * gdb.cp/arg-reference.exp
9900 * gdb.cp/baseenum.exp
9901 * gdb.cp/bool.exp
9902 * gdb.cp/breakpoint.exp
9903 * gdb.cp/bs15503.exp
9904 * gdb.cp/call-c.exp
9905 * gdb.cp/casts.exp
9906 * gdb.cp/chained-calls.exp
9907 * gdb.cp/class2.exp
9908 * gdb.cp/classes.exp
9909 * gdb.cp/cmpd-minsyms.exp
9910 * gdb.cp/converts.exp
9911 * gdb.cp/cp-relocate.exp
9912 * gdb.cp/cpcompletion.exp
9913 * gdb.cp/cpexprs.exp
9914 * gdb.cp/cplabel.exp
9915 * gdb.cp/cplusfuncs.exp
9916 * gdb.cp/cpsizeof.exp
9917 * gdb.cp/ctti.exp
9918 * gdb.cp/derivation.exp
9919 * gdb.cp/destrprint.exp
9920 * gdb.cp/dispcxx.exp
9921 * gdb.cp/enum-class.exp
9922 * gdb.cp/exception.exp
9923 * gdb.cp/exceptprint.exp
9924 * gdb.cp/expand-psymtabs-cxx.exp
9925 * gdb.cp/expand-sals.exp
9926 * gdb.cp/extern-c.exp
9927 * gdb.cp/filename.exp
9928 * gdb.cp/formatted-ref.exp
9929 * gdb.cp/fpointer.exp
9930 * gdb.cp/gdb1355.exp
9931 * gdb.cp/gdb2495.exp
9932 * gdb.cp/hang.exp
9933 * gdb.cp/impl-this.exp
9934 * gdb.cp/infcall-dlopen.exp
9935 * gdb.cp/inherit.exp
9936 * gdb.cp/iostream.exp
9937 * gdb.cp/koenig.exp
9938 * gdb.cp/local.exp
9939 * gdb.cp/m-data.exp
9940 * gdb.cp/m-static.exp
9941 * gdb.cp/mb-ctor.exp
9942 * gdb.cp/mb-inline.exp
9943 * gdb.cp/mb-templates.exp
9944 * gdb.cp/member-name.exp
9945 * gdb.cp/member-ptr.exp
9946 * gdb.cp/meth-typedefs.exp
9947 * gdb.cp/method.exp
9948 * gdb.cp/method2.exp
9949 * gdb.cp/minsym-fallback.exp
9950 * gdb.cp/misc.exp
9951 * gdb.cp/namelessclass.exp
9952 * gdb.cp/namespace-enum.exp
9953 * gdb.cp/namespace-nested-import.exp
9954 * gdb.cp/namespace.exp
9955 * gdb.cp/nextoverthrow.exp
9956 * gdb.cp/no-dmgl-verbose.exp
9957 * gdb.cp/non-trivial-retval.exp
9958 * gdb.cp/noparam.exp
9959 * gdb.cp/nsdecl.exp
9960 * gdb.cp/nsimport.exp
9961 * gdb.cp/nsnested.exp
9962 * gdb.cp/nsnoimports.exp
9963 * gdb.cp/nsrecurs.exp
9964 * gdb.cp/nsstress.exp
9965 * gdb.cp/nsusing.exp
9966 * gdb.cp/operator.exp
9967 * gdb.cp/oranking.exp
9968 * gdb.cp/overload-const.exp
9969 * gdb.cp/overload.exp
9970 * gdb.cp/ovldbreak.exp
9971 * gdb.cp/ovsrch.exp
9972 * gdb.cp/paren-type.exp
9973 * gdb.cp/parse-lang.exp
9974 * gdb.cp/pass-by-ref.exp
9975 * gdb.cp/pr-1023.exp
9976 * gdb.cp/pr-1210.exp
9977 * gdb.cp/pr-574.exp
9978 * gdb.cp/pr10687.exp
9979 * gdb.cp/pr12028.exp
9980 * gdb.cp/pr17132.exp
9981 * gdb.cp/pr17494.exp
9982 * gdb.cp/pr9067.exp
9983 * gdb.cp/pr9167.exp
9984 * gdb.cp/pr9631.exp
9985 * gdb.cp/printmethod.exp
9986 * gdb.cp/psmang.exp
9987 * gdb.cp/psymtab-parameter.exp
9988 * gdb.cp/ptype-cv-cp.exp
9989 * gdb.cp/ptype-flags.exp
9990 * gdb.cp/re-set-overloaded.exp
9991 * gdb.cp/ref-types.exp
9992 * gdb.cp/rtti.exp
9993 * gdb.cp/scope-err.exp
9994 * gdb.cp/shadow.exp
9995 * gdb.cp/smartp.exp
9996 * gdb.cp/static-method.exp
9997 * gdb.cp/static-print-quit.exp
9998 * gdb.cp/temargs.exp
9999 * gdb.cp/templates.exp
10000 * gdb.cp/try_catch.exp
10001 * gdb.cp/typedef-operator.exp
10002 * gdb.cp/typeid.exp
10003 * gdb.cp/userdef.exp
10004 * gdb.cp/using-crash.exp
10005 * gdb.cp/var-tag.exp
10006 * gdb.cp/virtbase.exp
10007 * gdb.cp/virtfunc.exp
10008 * gdb.cp/virtfunc2.exp
10009 * gdb.cp/vla-cxx.exp
10010 * gdb.disasm/t01_mov.exp
10011 * gdb.disasm/t02_mova.exp
10012 * gdb.disasm/t03_add.exp
10013 * gdb.disasm/t04_sub.exp
10014 * gdb.disasm/t05_cmp.exp
10015 * gdb.disasm/t06_ari2.exp
10016 * gdb.disasm/t07_ari3.exp
10017 * gdb.disasm/t08_or.exp
10018 * gdb.disasm/t09_xor.exp
10019 * gdb.disasm/t10_and.exp
10020 * gdb.disasm/t11_logs.exp
10021 * gdb.disasm/t12_bit.exp
10022 * gdb.disasm/t13_otr.exp
10023 * gdb.dlang/circular.exp
10024 * gdb.dwarf2/arr-stride.exp
10025 * gdb.dwarf2/arr-subrange.exp
10026 * gdb.dwarf2/atomic-type.exp
10027 * gdb.dwarf2/bad-regnum.exp
10028 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10029 * gdb.dwarf2/callframecfa.exp
10030 * gdb.dwarf2/clztest.exp
10031 * gdb.dwarf2/corrupt.exp
10032 * gdb.dwarf2/data-loc.exp
10033 * gdb.dwarf2/dup-psym.exp
10034 * gdb.dwarf2/dw2-anon-mptr.exp
10035 * gdb.dwarf2/dw2-anonymous-func.exp
10036 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10037 * gdb.dwarf2/dw2-bad-unresolved.exp
10038 * gdb.dwarf2/dw2-basic.exp
10039 * gdb.dwarf2/dw2-canonicalize-type.exp
10040 * gdb.dwarf2/dw2-case-insensitive.exp
10041 * gdb.dwarf2/dw2-common-block.exp
10042 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10043 * gdb.dwarf2/dw2-compressed.exp
10044 * gdb.dwarf2/dw2-const.exp
10045 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10046 * gdb.dwarf2/dw2-cu-size.exp
10047 * gdb.dwarf2/dw2-dup-frame.exp
10048 * gdb.dwarf2/dw2-entry-value.exp
10049 * gdb.dwarf2/dw2-icycle.exp
10050 * gdb.dwarf2/dw2-ifort-parameter.exp
10051 * gdb.dwarf2/dw2-inline-break.exp
10052 * gdb.dwarf2/dw2-inline-param.exp
10053 * gdb.dwarf2/dw2-intercu.exp
10054 * gdb.dwarf2/dw2-intermix.exp
10055 * gdb.dwarf2/dw2-lexical-block-bare.exp
10056 * gdb.dwarf2/dw2-linkage-name-trust.exp
10057 * gdb.dwarf2/dw2-minsym-in-cu.exp
10058 * gdb.dwarf2/dw2-noloc.exp
10059 * gdb.dwarf2/dw2-op-call.exp
10060 * gdb.dwarf2/dw2-op-out-param.exp
10061 * gdb.dwarf2/dw2-opt-structptr.exp
10062 * gdb.dwarf2/dw2-param-error.exp
10063 * gdb.dwarf2/dw2-producer.exp
10064 * gdb.dwarf2/dw2-ranges-base.exp
10065 * gdb.dwarf2/dw2-ref-missing-frame.exp
10066 * gdb.dwarf2/dw2-reg-undefined.exp
10067 * gdb.dwarf2/dw2-regno-invalid.exp
10068 * gdb.dwarf2/dw2-restore.exp
10069 * gdb.dwarf2/dw2-restrict.exp
10070 * gdb.dwarf2/dw2-single-line-discriminators.exp
10071 * gdb.dwarf2/dw2-strp.exp
10072 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10073 * gdb.dwarf2/dw2-unresolved.exp
10074 * gdb.dwarf2/dw2-var-zero-addr.exp
10075 * gdb.dwarf2/dw4-sig-types.exp
10076 * gdb.dwarf2/dwz.exp
10077 * gdb.dwarf2/dynarr-ptr.exp
10078 * gdb.dwarf2/enum-type.exp
10079 * gdb.dwarf2/gdb-index.exp
10080 * gdb.dwarf2/implptr-64bit.exp
10081 * gdb.dwarf2/implptr-optimized-out.exp
10082 * gdb.dwarf2/implptr.exp
10083 * gdb.dwarf2/implref-array.exp
10084 * gdb.dwarf2/implref-const.exp
10085 * gdb.dwarf2/implref-global.exp
10086 * gdb.dwarf2/implref-struct.exp
10087 * gdb.dwarf2/mac-fileno.exp
10088 * gdb.dwarf2/main-subprogram.exp
10089 * gdb.dwarf2/member-ptr-forwardref.exp
10090 * gdb.dwarf2/method-ptr.exp
10091 * gdb.dwarf2/missing-sig-type.exp
10092 * gdb.dwarf2/nonvar-access.exp
10093 * gdb.dwarf2/opaque-type-lookup.exp
10094 * gdb.dwarf2/pieces-optimized-out.exp
10095 * gdb.dwarf2/pieces.exp
10096 * gdb.dwarf2/pr10770.exp
10097 * gdb.dwarf2/pr13961.exp
10098 * gdb.dwarf2/staticvirtual.exp
10099 * gdb.dwarf2/subrange.exp
10100 * gdb.dwarf2/symtab-producer.exp
10101 * gdb.dwarf2/trace-crash.exp
10102 * gdb.dwarf2/typeddwarf.exp
10103 * gdb.dwarf2/valop.exp
10104 * gdb.dwarf2/watch-notconst.exp
10105 * gdb.fortran/array-element.exp
10106 * gdb.fortran/charset.exp
10107 * gdb.fortran/common-block.exp
10108 * gdb.fortran/complex.exp
10109 * gdb.fortran/derived-type-function.exp
10110 * gdb.fortran/derived-type.exp
10111 * gdb.fortran/logical.exp
10112 * gdb.fortran/module.exp
10113 * gdb.fortran/multi-dim.exp
10114 * gdb.fortran/nested-funcs.exp
10115 * gdb.fortran/print-formatted.exp
10116 * gdb.fortran/subarray.exp
10117 * gdb.fortran/vla-alloc-assoc.exp
10118 * gdb.fortran/vla-datatypes.exp
10119 * gdb.fortran/vla-history.exp
10120 * gdb.fortran/vla-ptr-info.exp
10121 * gdb.fortran/vla-ptype-sub.exp
10122 * gdb.fortran/vla-ptype.exp
10123 * gdb.fortran/vla-sizeof.exp
10124 * gdb.fortran/vla-type.exp
10125 * gdb.fortran/vla-value-sub-arbitrary.exp
10126 * gdb.fortran/vla-value-sub-finish.exp
10127 * gdb.fortran/vla-value-sub.exp
10128 * gdb.fortran/vla-value.exp
10129 * gdb.fortran/whatis_type.exp
10130 * gdb.go/chan.exp
10131 * gdb.go/handcall.exp
10132 * gdb.go/hello.exp
10133 * gdb.go/integers.exp
10134 * gdb.go/methods.exp
10135 * gdb.go/package.exp
10136 * gdb.go/strings.exp
10137 * gdb.go/types.exp
10138 * gdb.go/unsafe.exp
10139 * gdb.guile/scm-arch.exp
10140 * gdb.guile/scm-block.exp
10141 * gdb.guile/scm-breakpoint.exp
10142 * gdb.guile/scm-cmd.exp
10143 * gdb.guile/scm-disasm.exp
10144 * gdb.guile/scm-equal.exp
10145 * gdb.guile/scm-frame-args.exp
10146 * gdb.guile/scm-frame-inline.exp
10147 * gdb.guile/scm-frame.exp
10148 * gdb.guile/scm-iterator.exp
10149 * gdb.guile/scm-math.exp
10150 * gdb.guile/scm-objfile.exp
10151 * gdb.guile/scm-ports.exp
10152 * gdb.guile/scm-symbol.exp
10153 * gdb.guile/scm-symtab.exp
10154 * gdb.guile/scm-value-cc.exp
10155 * gdb.guile/types-module.exp
10156 * gdb.linespec/break-ask.exp
10157 * gdb.linespec/cpexplicit.exp
10158 * gdb.linespec/explicit.exp
10159 * gdb.linespec/keywords.exp
10160 * gdb.linespec/linespec.exp
10161 * gdb.linespec/ls-dollar.exp
10162 * gdb.linespec/ls-errs.exp
10163 * gdb.linespec/skip-two.exp
10164 * gdb.linespec/thread.exp
10165 * gdb.mi/mi-async.exp
10166 * gdb.mi/mi-basics.exp
10167 * gdb.mi/mi-break.exp
10168 * gdb.mi/mi-catch-load.exp
10169 * gdb.mi/mi-cli.exp
10170 * gdb.mi/mi-cmd-param-changed.exp
10171 * gdb.mi/mi-console.exp
10172 * gdb.mi/mi-detach.exp
10173 * gdb.mi/mi-disassemble.exp
10174 * gdb.mi/mi-eval.exp
10175 * gdb.mi/mi-file-transfer.exp
10176 * gdb.mi/mi-file.exp
10177 * gdb.mi/mi-fill-memory.exp
10178 * gdb.mi/mi-inheritance-syntax-error.exp
10179 * gdb.mi/mi-linespec-err-cp.exp
10180 * gdb.mi/mi-logging.exp
10181 * gdb.mi/mi-memory-changed.exp
10182 * gdb.mi/mi-read-memory.exp
10183 * gdb.mi/mi-record-changed.exp
10184 * gdb.mi/mi-reg-undefined.exp
10185 * gdb.mi/mi-regs.exp
10186 * gdb.mi/mi-return.exp
10187 * gdb.mi/mi-reverse.exp
10188 * gdb.mi/mi-simplerun.exp
10189 * gdb.mi/mi-solib.exp
10190 * gdb.mi/mi-stack.exp
10191 * gdb.mi/mi-stepi.exp
10192 * gdb.mi/mi-syn-frame.exp
10193 * gdb.mi/mi-until.exp
10194 * gdb.mi/mi-var-block.exp
10195 * gdb.mi/mi-var-child.exp
10196 * gdb.mi/mi-var-cmd.exp
10197 * gdb.mi/mi-var-cp.exp
10198 * gdb.mi/mi-var-display.exp
10199 * gdb.mi/mi-var-invalidate.exp
10200 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10201 * gdb.mi/mi-vla-fortran.exp
10202 * gdb.mi/mi-watch.exp
10203 * gdb.mi/mi2-var-child.exp
10204 * gdb.mi/user-selected-context-sync.exp
10205 * gdb.modula2/unbounded-array.exp
10206 * gdb.multi/dummy-frame-restore.exp
10207 * gdb.multi/multi-arch-exec.exp
10208 * gdb.multi/multi-arch.exp
10209 * gdb.multi/tids.exp
10210 * gdb.multi/watchpoint-multi.exp
10211 * gdb.opencl/callfuncs.exp
10212 * gdb.opencl/convs_casts.exp
10213 * gdb.opencl/datatypes.exp
10214 * gdb.opencl/operators.exp
10215 * gdb.opencl/vec_comps.exp
10216 * gdb.opt/clobbered-registers-O2.exp
10217 * gdb.opt/inline-break.exp
10218 * gdb.opt/inline-bt.exp
10219 * gdb.opt/inline-cmds.exp
10220 * gdb.opt/inline-locals.exp
10221 * gdb.pascal/case-insensitive-symbols.exp
10222 * gdb.pascal/floats.exp
10223 * gdb.pascal/gdb11492.exp
10224 * gdb.python/lib-types.exp
10225 * gdb.python/py-arch.exp
10226 * gdb.python/py-as-string.exp
10227 * gdb.python/py-bad-printers.exp
10228 * gdb.python/py-block.exp
10229 * gdb.python/py-breakpoint-create-fail.exp
10230 * gdb.python/py-breakpoint.exp
10231 * gdb.python/py-caller-is.exp
10232 * gdb.python/py-cmd.exp
10233 * gdb.python/py-explore-cc.exp
10234 * gdb.python/py-explore.exp
10235 * gdb.python/py-finish-breakpoint.exp
10236 * gdb.python/py-finish-breakpoint2.exp
10237 * gdb.python/py-frame-args.exp
10238 * gdb.python/py-frame-inline.exp
10239 * gdb.python/py-frame.exp
10240 * gdb.python/py-framefilter-mi.exp
10241 * gdb.python/py-infthread.exp
10242 * gdb.python/py-lazy-string.exp
10243 * gdb.python/py-linetable.exp
10244 * gdb.python/py-mi-events.exp
10245 * gdb.python/py-mi-objfile.exp
10246 * gdb.python/py-mi.exp
10247 * gdb.python/py-objfile.exp
10248 * gdb.python/py-pp-integral.exp
10249 * gdb.python/py-pp-maint.exp
10250 * gdb.python/py-pp-re-notag.exp
10251 * gdb.python/py-pp-registration.exp
10252 * gdb.python/py-recurse-unwind.exp
10253 * gdb.python/py-strfns.exp
10254 * gdb.python/py-symbol.exp
10255 * gdb.python/py-symtab.exp
10256 * gdb.python/py-sync-interp.exp
10257 * gdb.python/py-typeprint.exp
10258 * gdb.python/py-unwind-maint.exp
10259 * gdb.python/py-unwind.exp
10260 * gdb.python/py-value-cc.exp
10261 * gdb.python/py-xmethods.exp
10262 * gdb.reverse/amd64-tailcall-reverse.exp
10263 * gdb.reverse/break-precsave.exp
10264 * gdb.reverse/break-reverse.exp
10265 * gdb.reverse/consecutive-precsave.exp
10266 * gdb.reverse/consecutive-reverse.exp
10267 * gdb.reverse/finish-precsave.exp
10268 * gdb.reverse/finish-reverse-bkpt.exp
10269 * gdb.reverse/finish-reverse.exp
10270 * gdb.reverse/fstatat-reverse.exp
10271 * gdb.reverse/getresuid-reverse.exp
10272 * gdb.reverse/i386-precsave.exp
10273 * gdb.reverse/i386-reverse.exp
10274 * gdb.reverse/i386-sse-reverse.exp
10275 * gdb.reverse/i387-env-reverse.exp
10276 * gdb.reverse/i387-stack-reverse.exp
10277 * gdb.reverse/insn-reverse.exp
10278 * gdb.reverse/machinestate-precsave.exp
10279 * gdb.reverse/machinestate.exp
10280 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10281 * gdb.reverse/pipe-reverse.exp
10282 * gdb.reverse/readv-reverse.exp
10283 * gdb.reverse/recvmsg-reverse.exp
10284 * gdb.reverse/rerun-prec.exp
10285 * gdb.reverse/s390-mvcle.exp
10286 * gdb.reverse/step-precsave.exp
10287 * gdb.reverse/step-reverse.exp
10288 * gdb.reverse/time-reverse.exp
10289 * gdb.reverse/until-precsave.exp
10290 * gdb.reverse/until-reverse.exp
10291 * gdb.reverse/waitpid-reverse.exp
10292 * gdb.reverse/watch-precsave.exp
10293 * gdb.reverse/watch-reverse.exp
10294 * gdb.rust/generics.exp
10295 * gdb.rust/methods.exp
10296 * gdb.rust/modules.exp
10297 * gdb.rust/simple.exp
10298 * gdb.server/connect-with-no-symbol-file.exp
10299 * gdb.server/ext-attach.exp
10300 * gdb.server/ext-restart.exp
10301 * gdb.server/ext-wrapper.exp
10302 * gdb.server/file-transfer.exp
10303 * gdb.server/server-exec-info.exp
10304 * gdb.server/server-kill.exp
10305 * gdb.server/server-mon.exp
10306 * gdb.server/wrapper.exp
10307 * gdb.stabs/exclfwd.exp
10308 * gdb.stabs/gdb11479.exp
10309 * gdb.threads/clone-new-thread-event.exp
10310 * gdb.threads/corethreads.exp
10311 * gdb.threads/current-lwp-dead.exp
10312 * gdb.threads/dlopen-libpthread.exp
10313 * gdb.threads/gcore-thread.exp
10314 * gdb.threads/sigstep-threads.exp
10315 * gdb.threads/watchpoint-fork.exp
10316 * gdb.trace/actions-changed.exp
10317 * gdb.trace/backtrace.exp
10318 * gdb.trace/change-loc.exp
10319 * gdb.trace/circ.exp
10320 * gdb.trace/collection.exp
10321 * gdb.trace/disconnected-tracing.exp
10322 * gdb.trace/ftrace.exp
10323 * gdb.trace/mi-trace-frame-collected.exp
10324 * gdb.trace/mi-trace-unavailable.exp
10325 * gdb.trace/mi-traceframe-changed.exp
10326 * gdb.trace/mi-tsv-changed.exp
10327 * gdb.trace/no-attach-trace.exp
10328 * gdb.trace/passc-dyn.exp
10329 * gdb.trace/qtro.exp
10330 * gdb.trace/range-stepping.exp
10331 * gdb.trace/read-memory.exp
10332 * gdb.trace/save-trace.exp
10333 * gdb.trace/signal.exp
10334 * gdb.trace/status-stop.exp
10335 * gdb.trace/tfile.exp
10336 * gdb.trace/trace-break.exp
10337 * gdb.trace/trace-buffer-size.exp
10338 * gdb.trace/trace-condition.exp
10339 * gdb.trace/tracefile-pseudo-reg.exp
10340 * gdb.trace/tstatus.exp
10341 * gdb.trace/unavailable.exp
10342 * gdb.trace/while-dyn.exp
10343 * gdb.trace/while-stepping.exp
10344
34c41c68
DE
103452016-12-22 Doug Evans <xdje42@gmail.com>
10346
10347 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10348 and msymbols.
10349
16e69324
YQ
103502016-12-19 Yao Qi <yao.qi@linaro.org>
10351
10352 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10353 (test_with_self): Don't call do_steps_and_nexts, and remove
10354 code about stepping into xmalloc.
10355
f94f411b
YQ
103562016-12-09 Yao Qi <yao.qi@linaro.org>
10357
10358 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10359
103602016-12-09 Yao Qi <yao.qi@linaro.org>
10361
10362 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10363
f1b5deee
PA
103642016-12-09 Pedro Alves <palves@redhat.com>
10365
10366 * gdb.base/all-architectures-0.exp: New file.
10367 * gdb.base/all-architectures-1.exp: New file.
10368 * gdb.base/all-architectures-2.exp: New file.
10369 * gdb.base/all-architectures-3.exp: New file.
10370 * gdb.base/all-architectures-4.exp: New file.
10371 * gdb.base/all-architectures-5.exp: New file.
10372 * gdb.base/all-architectures-6.exp: New file.
10373 * gdb.base/all-architectures-7.exp: New file.
10374 * gdb.base/all-architectures.exp.in: New file.
10375
364ca42e
YQ
103762016-12-09 Yao Qi <yao.qi@linaro.org>
10377
10378 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10379
107c2d62
LM
103802016-12-02 Luis Machado <lgustavo@codesourcery.com>
10381
10382 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10383 possible.
10384 Remove useless pattern-matching code.
10385
df3ee9ca
PA
103862016-12-02 Pedro Alves <palves@redhat.com>
10387
10388 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10389 procedure.
10390 (top level): Call it.
10391
ec835369
PA
103922016-12-02 Pedro Alves <palves@redhat.com>
10393
10394 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10395 New procedure.
10396 (top level): Call it.
10397
01770bbd
PA
103982016-12-02 Pedro Alves <palves@redhat.com>
10399
10400 PR cli/20559
10401 * gdb.base/commands.exp (user_defined_command_args_eval): New
10402 procedure.
10403 (top level): Call it.
10404
008459ea
LM
104052016-12-02 Luis Machado <lgustavo@codesourcery.com>
10406
10407 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10408 timeout handling.
10409
0c1b455e
TT
104102016-12-02 Tom Tromey <tom@tromey.com>
10411
10412 * gdb.dwarf2/main-subprogram.c: New file.
10413 * gdb.dwarf2/main-subprogram.exp: New file.
10414
018572b8
LM
104152016-12-01 Luis Machado <lgustavo@codesourcery.com>
10416
10417 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10418 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10419 gdb_test_no_output for a couple of cases.
10420 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10421
84c93cd5
LM
104222016-12-01 Luis Machado <lgustavo@codesourcery.com>
10423
10424 Fix test names and standardize compilation error messages throughout
10425 the following files:
10426
10427 * gdb.ada/start.exp
10428 * gdb.arch/alpha-step.exp
10429 * gdb.arch/e500-prologue.exp
10430 * gdb.arch/ftrace-insn-reloc.exp
10431 * gdb.arch/gdb1291.exp
10432 * gdb.arch/gdb1431.exp
10433 * gdb.arch/gdb1558.exp
10434 * gdb.arch/i386-dr3-watch.exp
10435 * gdb.arch/i386-sse-stack-align.exp
10436 * gdb.arch/ia64-breakpoint-shadow.exp
10437 * gdb.arch/pa-nullify.exp
10438 * gdb.arch/powerpc-aix-prologue.exp
10439 * gdb.arch/thumb-bx-pc.exp
10440 * gdb.base/annota1.exp
10441 * gdb.base/annota3.exp
10442 * gdb.base/arrayidx.exp
10443 * gdb.base/assign.exp
10444 * gdb.base/attach.exp
10445 * gdb.base/auxv.exp
10446 * gdb.base/bang.exp
10447 * gdb.base/bfp-test.exp
10448 * gdb.base/bigcore.exp
10449 * gdb.base/bitfields2.exp
10450 * gdb.base/break-fun-addr.exp
10451 * gdb.base/break-probes.exp
10452 * gdb.base/call-rt-st.exp
10453 * gdb.base/callexit.exp
10454 * gdb.base/catch-fork-kill.exp
10455 * gdb.base/charset.exp
10456 * gdb.base/checkpoint.exp
10457 * gdb.base/comprdebug.exp
10458 * gdb.base/constvars.exp
10459 * gdb.base/coredump-filter.exp
10460 * gdb.base/cursal.exp
10461 * gdb.base/cvexpr.exp
10462 * gdb.base/detach.exp
10463 * gdb.base/display.exp
10464 * gdb.base/dmsym.exp
10465 * gdb.base/dprintf-pending.exp
10466 * gdb.base/dso2dso.exp
10467 * gdb.base/dtrace-probe.exp
10468 * gdb.base/dump.exp
10469 * gdb.base/enum_cond.exp
10470 * gdb.base/exe-lock.exp
10471 * gdb.base/exec-invalid-sysroot.exp
10472 * gdb.base/execl-update-breakpoints.exp
10473 * gdb.base/exprs.exp
10474 * gdb.base/fileio.exp
10475 * gdb.base/find.exp
10476 * gdb.base/finish.exp
10477 * gdb.base/fixsection.exp
10478 * gdb.base/foll-vfork.exp
10479 * gdb.base/frame-args.exp
10480 * gdb.base/gcore.exp
10481 * gdb.base/gdb1250.exp
10482 * gdb.base/global-var-nested-by-dso.exp
10483 * gdb.base/gnu-ifunc.exp
10484 * gdb.base/hashline1.exp
10485 * gdb.base/hashline2.exp
10486 * gdb.base/hashline3.exp
10487 * gdb.base/hbreak-in-shr-unsupported.exp
10488 * gdb.base/huge.exp
10489 * gdb.base/infcall-input.exp
10490 * gdb.base/info-fun.exp
10491 * gdb.base/info-shared.exp
10492 * gdb.base/jit-simple.exp
10493 * gdb.base/jit-so.exp
10494 * gdb.base/jit.exp
10495 * gdb.base/jump.exp
10496 * gdb.base/label.exp
10497 * gdb.base/lineinc.exp
10498 * gdb.base/logical.exp
10499 * gdb.base/longjmp.exp
10500 * gdb.base/macscp.exp
10501 * gdb.base/miscexprs.exp
10502 * gdb.base/new-ui-echo.exp
10503 * gdb.base/new-ui-pending-input.exp
10504 * gdb.base/new-ui.exp
10505 * gdb.base/nodebug.exp
10506 * gdb.base/nofield.exp
10507 * gdb.base/offsets.exp
10508 * gdb.base/overlays.exp
10509 * gdb.base/pending.exp
10510 * gdb.base/pointers.exp
10511 * gdb.base/pr11022.exp
10512 * gdb.base/printcmds.exp
10513 * gdb.base/prologue.exp
10514 * gdb.base/ptr-typedef.exp
10515 * gdb.base/realname-expand.exp
10516 * gdb.base/relativedebug.exp
10517 * gdb.base/relocate.exp
10518 * gdb.base/remote.exp
10519 * gdb.base/reread.exp
10520 * gdb.base/return2.exp
10521 * gdb.base/savedregs.exp
10522 * gdb.base/sep.exp
10523 * gdb.base/sepdebug.exp
10524 * gdb.base/sepsymtab.exp
10525 * gdb.base/set-inferior-tty.exp
10526 * gdb.base/setshow.exp
10527 * gdb.base/shlib-call.exp
10528 * gdb.base/sigaltstack.exp
10529 * gdb.base/siginfo-addr.exp
10530 * gdb.base/signals.exp
10531 * gdb.base/signull.exp
10532 * gdb.base/sigrepeat.exp
10533 * gdb.base/so-impl-ld.exp
10534 * gdb.base/solib-display.exp
10535 * gdb.base/solib-overlap.exp
10536 * gdb.base/solib-search.exp
10537 * gdb.base/solib-symbol.exp
10538 * gdb.base/structs.exp
10539 * gdb.base/structs2.exp
10540 * gdb.base/symtab-search-order.exp
10541 * gdb.base/twice.exp
10542 * gdb.base/unload.exp
10543 * gdb.base/varargs.exp
10544 * gdb.base/watchpoint-solib.exp
10545 * gdb.base/watchpoint.exp
10546 * gdb.base/whatis.exp
10547 * gdb.base/wrong_frame_bt_full.exp
10548 * gdb.btrace/dlopen.exp
10549 * gdb.cell/ea-standalone.exp
10550 * gdb.cell/ea-test.exp
10551 * gdb.cp/dispcxx.exp
10552 * gdb.cp/gdb2384.exp
10553 * gdb.cp/method2.exp
10554 * gdb.cp/nextoverthrow.exp
10555 * gdb.cp/pr10728.exp
10556 * gdb.disasm/am33.exp
10557 * gdb.disasm/h8300s.exp
10558 * gdb.disasm/mn10300.exp
10559 * gdb.disasm/sh3.exp
10560 * gdb.dwarf2/dw2-dir-file-name.exp
10561 * gdb.fortran/complex.exp
10562 * gdb.fortran/library-module.exp
10563 * gdb.guile/scm-pretty-print.exp
10564 * gdb.guile/scm-symbol.exp
10565 * gdb.guile/scm-type.exp
10566 * gdb.guile/scm-value.exp
10567 * gdb.linespec/linespec.exp
10568 * gdb.mi/gdb701.exp
10569 * gdb.mi/gdb792.exp
10570 * gdb.mi/mi-breakpoint-changed.exp
10571 * gdb.mi/mi-dprintf-pending.exp
10572 * gdb.mi/mi-dprintf.exp
10573 * gdb.mi/mi-exit-code.exp
10574 * gdb.mi/mi-pending.exp
10575 * gdb.mi/mi-solib.exp
10576 * gdb.mi/new-ui-mi-sync.exp
10577 * gdb.mi/pr11022.exp
10578 * gdb.mi/user-selected-context-sync.exp
10579 * gdb.opt/solib-intra-step.exp
10580 * gdb.python/py-events.exp
10581 * gdb.python/py-finish-breakpoint.exp
10582 * gdb.python/py-mi.exp
10583 * gdb.python/py-prettyprint.exp
10584 * gdb.python/py-shared.exp
10585 * gdb.python/py-symbol.exp
10586 * gdb.python/py-template.exp
10587 * gdb.python/py-type.exp
10588 * gdb.python/py-value.exp
10589 * gdb.reverse/solib-precsave.exp
10590 * gdb.reverse/solib-reverse.exp
10591 * gdb.server/solib-list.exp
10592 * gdb.stabs/weird.exp
10593 * gdb.threads/reconnect-signal.exp
10594 * gdb.threads/stepi-random-signal.exp
10595 * gdb.trace/actions.exp
10596 * gdb.trace/ax.exp
10597 * gdb.trace/backtrace.exp
10598 * gdb.trace/change-loc.exp
10599 * gdb.trace/deltrace.exp
10600 * gdb.trace/ftrace-lock.exp
10601 * gdb.trace/ftrace.exp
10602 * gdb.trace/infotrace.exp
10603 * gdb.trace/mi-tracepoint-changed.exp
10604 * gdb.trace/packetlen.exp
10605 * gdb.trace/passcount.exp
10606 * gdb.trace/pending.exp
10607 * gdb.trace/range-stepping.exp
10608 * gdb.trace/report.exp
10609 * gdb.trace/stap-trace.exp
10610 * gdb.trace/tfind.exp
10611 * gdb.trace/trace-break.exp
10612 * gdb.trace/trace-condition.exp
10613 * gdb.trace/trace-enable-disable.exp
10614 * gdb.trace/trace-mt.exp
10615 * gdb.trace/tracecmd.exp
10616 * gdb.trace/tspeed.exp
10617 * gdb.trace/tsv.exp
10618 * lib/perftest.exp
10619
fb9feb35
LM
106202016-12-01 Luis Machado <lgustavo@codesourcery.com>
10621
10622 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10623 with gdb_test_no_output.
10624 Use command as test name.
10625
cd2ddb6c
LM
106262016-12-01 Luis Machado <lgustavo@codesourcery.com>
10627
10628 Fix test names starting with uppercase throughout the files.
10629
10630 * gdb.ada/assign_1.exp
10631 * gdb.ada/boolean_expr.exp
10632 * gdb.base/arrayidx.exp
10633 * gdb.base/del.exp
10634 * gdb.base/gcore-buffer-overflow.exp
10635 * gdb.base/testenv.exp
10636 * gdb.compile/compile.exp
10637 * gdb.python/py-framefilter-invalidarg.exp
10638 * gdb.python/py-framefilter.exp
10639
bb95117e
LM
106402016-12-01 Luis Machado <lgustavo@codesourcery.com>
10641
10642 Fix test names starting with uppercase throughout the files.
10643
10644 * gdb.ada/array_return.exp
10645 * gdb.ada/expr_delims.exp
10646 * gdb.ada/mi_dyn_arr.exp
10647 * gdb.ada/mi_interface.exp
10648 * gdb.ada/mi_var_array.exp
10649 * gdb.ada/watch_arg.exp
10650 * gdb.arch/alpha-step.exp
10651 * gdb.arch/altivec-regs.exp
10652 * gdb.arch/e500-regs.exp
10653 * gdb.arch/powerpc-d128-regs.exp
10654 * gdb.base/arrayidx.exp
10655 * gdb.base/break.exp
10656 * gdb.base/checkpoint.exp
10657 * gdb.base/debug-expr.exp
10658 * gdb.base/dmsym.exp
10659 * gdb.base/radix.exp
10660 * gdb.base/sepdebug.exp
10661 * gdb.base/testenv.exp
10662 * gdb.base/watch_thread_num.exp
10663 * gdb.base/watchpoint-cond-gone.exp
10664 * gdb.cell/break.exp
10665 * gdb.cell/ea-cache.exp
10666 * gdb.compile/compile.exp
10667 * gdb.cp/gdb2495.exp
10668 * gdb.gdb/selftest.exp
10669 * gdb.gdb/xfullpath.exp
10670 * gdb.go/hello.exp
10671 * gdb.go/integers.exp
10672 * gdb.objc/basicclass.exp
10673 * gdb.pascal/hello.exp
10674 * gdb.pascal/integers.exp
10675 * gdb.python/py-breakpoint.exp
10676 * gdb.python/py-cmd.exp
10677 * gdb.python/py-linetable.exp
10678 * gdb.python/py-xmethods.exp
10679 * gdb.python/python.exp
10680 * gdb.reverse/consecutive-precsave.exp
10681 * gdb.reverse/finish-precsave.exp
10682 * gdb.reverse/i386-precsave.exp
10683 * gdb.reverse/machinestate-precsave.exp
10684 * gdb.reverse/sigall-precsave.exp
10685 * gdb.reverse/solib-precsave.exp
10686 * gdb.reverse/step-precsave.exp
10687 * gdb.reverse/until-precsave.exp
10688 * gdb.reverse/watch-precsave.exp
10689 * gdb.threads/leader-exit.exp
10690 * gdb.threads/pthreads.exp
10691 * gdb.threads/wp-replication.exp
10692 * gdb.trace/actions.exp
10693 * gdb.trace/mi-tsv-changed.exp
10694 * gdb.trace/tsv.exp
10695
de97fdd4
LM
106962016-12-01 Luis Machado <lgustavo@codesourcery.com>
10697
10698 Fix test names starting with uppercase throughout the files.
10699
10700 * gdb.arch/i386-bp_permanent.exp
10701 * gdb.arch/i386-gnu-cfi.exp
10702 * gdb.base/disasm-end-cu.exp
10703 * gdb.base/macscp.exp
10704 * gdb.base/pending.exp
10705 * gdb.base/watch_thread_num.exp
10706 * gdb.cp/exception.exp
10707 * gdb.cp/gdb2495.exp
10708 * gdb.cp/local.exp
10709 * gdb.python/py-evsignal.exp
10710 * gdb.python/python.exp
10711 * gdb.trace/tracecmd.exp
10712
9f058c10
LM
107132016-12-01 Luis Machado <lgustavo@codesourcery.com>
10714
10715 Fix test names starting with uppercase throughout the files.
10716
10717 * gdb.base/charset.exp
10718 * gdb.base/eval.exp
10719 * gdb.base/multi-forks.exp
10720 * gdb.guile/scm-progspace.exp
10721 * gdb.opencl/datatypes.exp
10722 * gdb.python/py-block.exp
10723 * gdb.python/py-function.exp
10724 * gdb.python/py-symbol.exp
10725 * gdb.python/py-symtab.exp
10726 * gdb.python/py-xmethods.exp
10727 * gdb.reverse/break-precsave.exp
10728 * gdb.reverse/break-reverse.exp
10729 * gdb.reverse/consecutive-precsave.exp
10730 * gdb.reverse/consecutive-reverse.exp
10731 * gdb.reverse/finish-precsave.exp
10732 * gdb.reverse/finish-reverse-bkpt.exp
10733 * gdb.reverse/finish-reverse.exp
10734 * gdb.reverse/fstatat-reverse.exp
10735 * gdb.reverse/getresuid-reverse.exp
10736 * gdb.reverse/i386-precsave.exp
10737 * gdb.reverse/i386-reverse.exp
10738 * gdb.reverse/i386-sse-reverse.exp
10739 * gdb.reverse/i387-stack-reverse.exp
10740 * gdb.reverse/insn-reverse.exp
10741 * gdb.reverse/machinestate-precsave.exp
10742 * gdb.reverse/machinestate.exp
10743 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10744 * gdb.reverse/pipe-reverse.exp
10745 * gdb.reverse/readv-reverse.exp
10746 * gdb.reverse/recvmsg-reverse.exp
10747 * gdb.reverse/rerun-prec.exp
10748 * gdb.reverse/s390-mvcle.exp
10749 * gdb.reverse/sigall-precsave.exp
10750 * gdb.reverse/sigall-reverse.exp
10751 * gdb.reverse/solib-precsave.exp
10752 * gdb.reverse/solib-reverse.exp
10753 * gdb.reverse/step-precsave.exp
10754 * gdb.reverse/step-reverse.exp
10755 * gdb.reverse/time-reverse.exp
10756 * gdb.reverse/until-precsave.exp
10757 * gdb.reverse/until-reverse.exp
10758 * gdb.reverse/waitpid-reverse.exp
10759 * gdb.reverse/watch-precsave.exp
10760 * gdb.reverse/watch-reverse.exp
10761
cdc7edd7
LM
107622016-12-01 Luis Machado <lgustavo@codesourcery.com>
10763
10764 Fix test names starting with uppercase throughout the files.
10765
10766 * gdb.arch/i386-mpx-simple_segv.exp
10767 * gdb.arch/i386-mpx.exp
10768 * gdb.arch/i386-permbkpt.exp
10769 * gdb.arch/pa-nullify.exp
10770 * gdb.arch/powerpc-d128-regs.exp
10771 * gdb.arch/vsx-regs.exp
10772 * gdb.base/bfp-test.exp
10773 * gdb.base/break.exp
10774 * gdb.base/breakpoint-shadow.exp
10775 * gdb.base/callfuncs.exp
10776 * gdb.base/charset.exp
10777 * gdb.base/commands.exp
10778 * gdb.base/completion.exp
10779 * gdb.base/dfp-test.exp
10780 * gdb.base/echo.exp
10781 * gdb.base/ending-run.exp
10782 * gdb.base/eval.exp
10783 * gdb.base/expand-psymtabs.exp
10784 * gdb.base/float128.exp
10785 * gdb.base/floatn.exp
10786 * gdb.base/foll-exec-mode.exp
10787 * gdb.base/gdb1056.exp
10788 * gdb.base/gdb11531.exp
10789 * gdb.base/kill-after-signal.exp
10790 * gdb.base/multi-forks.exp
10791 * gdb.base/overlays.exp
10792 * gdb.base/pending.exp
10793 * gdb.base/sepdebug.exp
10794 * gdb.base/testenv.exp
10795 * gdb.base/valgrind-db-attach.exp
10796 * gdb.base/watch_thread_num.exp
10797 * gdb.base/watchpoint-cond-gone.exp
10798 * gdb.base/watchpoint.exp
10799 * gdb.base/watchpoints.exp
10800 * gdb.cp/arg-reference.exp
10801 * gdb.cp/baseenum.exp
10802 * gdb.cp/operator.exp
10803 * gdb.cp/shadow.exp
10804 * gdb.dwarf2/dw2-op-out-param.exp
10805 * gdb.dwarf2/dw2-reg-undefined.exp
10806 * gdb.go/chan.exp
10807 * gdb.go/hello.exp
10808 * gdb.go/integers.exp
10809 * gdb.go/methods.exp
10810 * gdb.go/package.exp
10811 * gdb.guile/scm-parameter.exp
10812 * gdb.guile/scm-progspace.exp
10813 * gdb.guile/scm-value.exp
10814 * gdb.mi/mi-pending.exp
10815 * gdb.mi/user-selected-context-sync.exp
10816 * gdb.multi/multi-attach.exp
10817 * gdb.multi/tids.exp
10818 * gdb.opt/clobbered-registers-O2.exp
10819 * gdb.pascal/floats.exp
10820 * gdb.pascal/integers.exp
10821 * gdb.python/py-block.exp
10822 * gdb.python/py-events.exp
10823 * gdb.python/py-parameter.exp
10824 * gdb.python/py-symbol.exp
10825 * gdb.python/py-symtab.exp
10826 * gdb.python/py-type.exp
10827 * gdb.python/py-value.exp
10828 * gdb.python/py-xmethods.exp
10829 * gdb.python/python.exp
10830 * gdb.reverse/break-precsave.exp
10831 * gdb.reverse/consecutive-precsave.exp
10832 * gdb.reverse/finish-precsave.exp
10833 * gdb.reverse/i386-precsave.exp
10834 * gdb.reverse/machinestate-precsave.exp
10835 * gdb.reverse/sigall-precsave.exp
10836 * gdb.reverse/solib-precsave.exp
10837 * gdb.reverse/step-precsave.exp
10838 * gdb.reverse/until-precsave.exp
10839 * gdb.reverse/watch-precsave.exp
10840 * gdb.server/ext-attach.exp
10841 * gdb.server/ext-restart.exp
10842 * gdb.server/ext-run.exp
10843 * gdb.server/ext-wrapper.exp
10844 * gdb.stabs/gdb11479.exp
10845 * gdb.stabs/weird.exp
10846 * gdb.threads/attach-many-short-lived-threads.exp
10847 * gdb.threads/kill.exp
10848 * gdb.threads/watchpoint-fork.exp
10849
bc6c7af4
LM
108502016-12-01 Luis Machado <lgustavo@codesourcery.com>
10851
10852 Fix test names starting with uppercase throughout all the files below.
10853
10854 * gdb.ada/array_return.exp
10855 * gdb.ada/catch_ex.exp
10856 * gdb.ada/info_exc.exp
10857 * gdb.ada/mi_catch_ex.exp
10858 * gdb.ada/mi_dyn_arr.exp
10859 * gdb.ada/mi_ex_cond.exp
10860 * gdb.ada/mi_exc_info.exp
10861 * gdb.ada/mi_interface.exp
10862 * gdb.ada/mi_task_arg.exp
10863 * gdb.ada/mi_task_info.exp
10864 * gdb.ada/mi_var_array.exp
10865 * gdb.arch/alpha-step.exp
10866 * gdb.arch/amd64-disp-step.exp
10867 * gdb.arch/arm-disp-step.exp
10868 * gdb.arch/disp-step-insn-reloc.exp
10869 * gdb.arch/e500-prologue.exp
10870 * gdb.arch/ftrace-insn-reloc.exp
10871 * gdb.arch/gdb1558.exp
10872 * gdb.arch/i386-bp_permanent.exp
10873 * gdb.arch/i386-disp-step.exp
10874 * gdb.arch/i386-float.exp
10875 * gdb.arch/i386-gnu-cfi.exp
10876 * gdb.arch/ia64-breakpoint-shadow.exp
10877 * gdb.arch/mips16-thunks.exp
10878 * gdb.arch/pa-nullify.exp
10879 * gdb.arch/powerpc-aix-prologue.exp
10880 * gdb.arch/powerpc-power.exp
10881 * gdb.arch/ppc-dfp.exp
10882 * gdb.arch/s390-tdbregs.exp
10883 * gdb.arch/spu-info.exp
10884 * gdb.arch/spu-ls.exp
10885 * gdb.arch/thumb-bx-pc.exp
10886 * gdb.base/advance.exp
10887 * gdb.base/annota-input-while-running.exp
10888 * gdb.base/arrayidx.exp
10889 * gdb.base/asmlabel.exp
10890 * gdb.base/async.exp
10891 * gdb.base/attach-wait-input.exp
10892 * gdb.base/auto-connect-native-target.exp
10893 * gdb.base/batch-preserve-term-settings.exp
10894 * gdb.base/bfp-test.exp
10895 * gdb.base/bigcore.exp
10896 * gdb.base/bp-permanent.exp
10897 * gdb.base/break-always.exp
10898 * gdb.base/break-fun-addr.exp
10899 * gdb.base/break-idempotent.exp
10900 * gdb.base/break-main-file-remove-fail.exp
10901 * gdb.base/break-probes.exp
10902 * gdb.base/break-unload-file.exp
10903 * gdb.base/break.exp
10904 * gdb.base/call-ar-st.exp
10905 * gdb.base/call-rt-st.exp
10906 * gdb.base/call-sc.exp
10907 * gdb.base/call-signal-resume.exp
10908 * gdb.base/call-strs.exp
10909 * gdb.base/callexit.exp
10910 * gdb.base/callfuncs.exp
10911 * gdb.base/catch-gdb-caused-signals.exp
10912 * gdb.base/catch-signal-siginfo-cond.exp
10913 * gdb.base/catch-syscall.exp
10914 * gdb.base/compare-sections.exp
10915 * gdb.base/cond-eval-mode.exp
10916 * gdb.base/condbreak-call-false.exp
10917 * gdb.base/consecutive-step-over.exp
10918 * gdb.base/cursal.exp
10919 * gdb.base/disabled-location.exp
10920 * gdb.base/disasm-end-cu.exp
10921 * gdb.base/display.exp
10922 * gdb.base/double-prompt-target-event-error.exp
10923 * gdb.base/dprintf-bp-same-addr.exp
10924 * gdb.base/dprintf-detach.exp
10925 * gdb.base/dprintf-next.exp
10926 * gdb.base/dprintf-non-stop.exp
10927 * gdb.base/dprintf-pending.exp
10928 * gdb.base/dso2dso.exp
10929 * gdb.base/ending-run.exp
10930 * gdb.base/enum_cond.exp
10931 * gdb.base/examine-backward.exp
10932 * gdb.base/exe-lock.exp
10933 * gdb.base/exec-invalid-sysroot.exp
10934 * gdb.base/execl-update-breakpoints.exp
10935 * gdb.base/execution-termios.exp
10936 * gdb.base/fileio.exp
10937 * gdb.base/fixsection.exp
10938 * gdb.base/foll-exec-mode.exp
10939 * gdb.base/foll-exec.exp
10940 * gdb.base/fork-running-state.exp
10941 * gdb.base/frame-args.exp
10942 * gdb.base/fullpath-expand.exp
10943 * gdb.base/func-ptr.exp
10944 * gdb.base/gcore-relro-pie.exp
10945 * gdb.base/gdb1090.exp
10946 * gdb.base/gdb1555.exp
10947 * gdb.base/global-var-nested-by-dso.exp
10948 * gdb.base/gnu-ifunc.exp
10949 * gdb.base/hbreak-in-shr-unsupported.exp
10950 * gdb.base/hbreak-unmapped.exp
10951 * gdb.base/hook-stop.exp
10952 * gdb.base/infcall-input.exp
10953 * gdb.base/info-fun.exp
10954 * gdb.base/info-shared.exp
10955 * gdb.base/interrupt-noterm.exp
10956 * gdb.base/jit-so.exp
10957 * gdb.base/jit.exp
10958 * gdb.base/line-symtabs.exp
10959 * gdb.base/list.exp
10960 * gdb.base/longjmp.exp
10961 * gdb.base/macscp.exp
10962 * gdb.base/max-value-size.exp
10963 * gdb.base/nodebug.exp
10964 * gdb.base/nofield.exp
10965 * gdb.base/overlays.exp
10966 * gdb.base/paginate-after-ctrl-c-running.exp
10967 * gdb.base/paginate-bg-execution.exp
10968 * gdb.base/paginate-inferior-exit.exp
10969 * gdb.base/pending.exp
10970 * gdb.base/pr11022.exp
10971 * gdb.base/printcmds.exp
10972 * gdb.base/ptr-typedef.exp
10973 * gdb.base/ptype.exp
10974 * gdb.base/randomize.exp
10975 * gdb.base/range-stepping.exp
10976 * gdb.base/realname-expand.exp
10977 * gdb.base/relativedebug.exp
10978 * gdb.base/remote.exp
10979 * gdb.base/savedregs.exp
10980 * gdb.base/sepdebug.exp
10981 * gdb.base/set-noassign.exp
10982 * gdb.base/shlib-call.exp
10983 * gdb.base/shreloc.exp
10984 * gdb.base/sigaltstack.exp
10985 * gdb.base/sigbpt.exp
10986 * gdb.base/siginfo-addr.exp
10987 * gdb.base/siginfo-obj.exp
10988 * gdb.base/siginfo-thread.exp
10989 * gdb.base/signest.exp
10990 * gdb.base/signull.exp
10991 * gdb.base/sigrepeat.exp
10992 * gdb.base/skip.exp
10993 * gdb.base/so-impl-ld.exp
10994 * gdb.base/solib-corrupted.exp
10995 * gdb.base/solib-disc.exp
10996 * gdb.base/solib-display.exp
10997 * gdb.base/solib-overlap.exp
10998 * gdb.base/solib-search.exp
10999 * gdb.base/solib-symbol.exp
11000 * gdb.base/source-execution.exp
11001 * gdb.base/sss-bp-on-user-bp-2.exp
11002 * gdb.base/sss-bp-on-user-bp.exp
11003 * gdb.base/stack-checking.exp
11004 * gdb.base/stale-infcall.exp
11005 * gdb.base/step-break.exp
11006 * gdb.base/step-line.exp
11007 * gdb.base/step-over-exit.exp
11008 * gdb.base/step-test.exp
11009 * gdb.base/structs.exp
11010 * gdb.base/sym-file.exp
11011 * gdb.base/symtab-search-order.exp
11012 * gdb.base/term.exp
11013 * gdb.base/type-opaque.exp
11014 * gdb.base/unload.exp
11015 * gdb.base/until-nodebug.exp
11016 * gdb.base/until.exp
11017 * gdb.base/unwindonsignal.exp
11018 * gdb.base/watch-cond.exp
11019 * gdb.base/watch-non-mem.exp
11020 * gdb.base/watch_thread_num.exp
11021 * gdb.base/watchpoint-reuse-slot.exp
11022 * gdb.base/watchpoint-solib.exp
11023 * gdb.base/watchpoint.exp
11024 * gdb.btrace/dlopen.exp
11025 * gdb.cell/arch.exp
11026 * gdb.cell/break.exp
11027 * gdb.cell/bt.exp
11028 * gdb.cell/core.exp
11029 * gdb.cell/data.exp
11030 * gdb.cell/dwarfaddr.exp
11031 * gdb.cell/ea-cache.exp
11032 * gdb.cell/ea-standalone.exp
11033 * gdb.cell/ea-test.exp
11034 * gdb.cell/f-regs.exp
11035 * gdb.cell/fork.exp
11036 * gdb.cell/gcore.exp
11037 * gdb.cell/mem-access.exp
11038 * gdb.cell/ptype.exp
11039 * gdb.cell/registers.exp
11040 * gdb.cell/sizeof.exp
11041 * gdb.cell/solib-symbol.exp
11042 * gdb.cell/solib.exp
11043 * gdb.compile/compile-tls.exp
11044 * gdb.cp/exception.exp
11045 * gdb.cp/gdb2495.exp
11046 * gdb.cp/local.exp
11047 * gdb.cp/mb-inline.exp
11048 * gdb.cp/mb-templates.exp
11049 * gdb.cp/pr10687.exp
11050 * gdb.cp/pr9167.exp
11051 * gdb.cp/scope-err.exp
11052 * gdb.cp/templates.exp
11053 * gdb.cp/virtfunc.exp
11054 * gdb.dwarf2/dw2-dir-file-name.exp
11055 * gdb.dwarf2/dw2-single-line-discriminators.exp
11056 * gdb.fortran/complex.exp
11057 * gdb.fortran/library-module.exp
11058 * gdb.guile/guile.exp
11059 * gdb.guile/scm-cmd.exp
11060 * gdb.guile/scm-frame-inline.exp
11061 * gdb.guile/scm-objfile.exp
11062 * gdb.guile/scm-pretty-print.exp
11063 * gdb.guile/scm-symbol.exp
11064 * gdb.guile/scm-type.exp
11065 * gdb.guile/scm-value.exp
11066 * gdb.linespec/keywords.exp
11067 * gdb.linespec/ls-errs.exp
11068 * gdb.linespec/macro-relative.exp
11069 * gdb.linespec/thread.exp
11070 * gdb.mi/mi-breakpoint-changed.exp
11071 * gdb.mi/mi-dprintf-pending.exp
11072 * gdb.mi/mi-fullname-deleted.exp
11073 * gdb.mi/mi-logging.exp
11074 * gdb.mi/mi-pending.exp
11075 * gdb.mi/mi-solib.exp
11076 * gdb.mi/new-ui-mi-sync.exp
11077 * gdb.mi/user-selected-context-sync.exp
11078 * gdb.multi/dummy-frame-restore.exp
11079 * gdb.multi/multi-arch-exec.exp
11080 * gdb.multi/remove-inferiors.exp
11081 * gdb.multi/watchpoint-multi-exit.exp
11082 * gdb.opt/solib-intra-step.exp
11083 * gdb.perf/backtrace.exp
11084 * gdb.perf/single-step.exp
11085 * gdb.perf/skip-command.exp
11086 * gdb.perf/skip-prologue.exp
11087 * gdb.perf/solib.exp
11088 * gdb.python/lib-types.exp
11089 * gdb.python/py-as-string.exp
11090 * gdb.python/py-bad-printers.exp
11091 * gdb.python/py-block.exp
11092 * gdb.python/py-breakpoint.exp
11093 * gdb.python/py-cmd.exp
11094 * gdb.python/py-events.exp
11095 * gdb.python/py-evthreads.exp
11096 * gdb.python/py-finish-breakpoint.exp
11097 * gdb.python/py-finish-breakpoint2.exp
11098 * gdb.python/py-frame-inline.exp
11099 * gdb.python/py-frame.exp
11100 * gdb.python/py-inferior.exp
11101 * gdb.python/py-infthread.exp
11102 * gdb.python/py-mi.exp
11103 * gdb.python/py-objfile.exp
11104 * gdb.python/py-pp-maint.exp
11105 * gdb.python/py-pp-registration.exp
11106 * gdb.python/py-prettyprint.exp
11107 * gdb.python/py-recurse-unwind.exp
11108 * gdb.python/py-shared.exp
11109 * gdb.python/py-symbol.exp
11110 * gdb.python/py-symtab.exp
11111 * gdb.python/py-template.exp
11112 * gdb.python/py-type.exp
11113 * gdb.python/py-unwind-maint.exp
11114 * gdb.python/py-unwind.exp
11115 * gdb.python/py-value.exp
11116 * gdb.python/python.exp
11117 * gdb.reverse/finish-reverse-bkpt.exp
11118 * gdb.reverse/insn-reverse.exp
11119 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11120 * gdb.reverse/solib-precsave.exp
11121 * gdb.reverse/solib-reverse.exp
11122 * gdb.stabs/gdb11479.exp
11123 * gdb.stabs/weird.exp
11124 * gdb.threads/fork-child-threads.exp
11125 * gdb.threads/fork-plus-threads.exp
11126 * gdb.threads/fork-thread-pending.exp
11127 * gdb.threads/forking-threads-plus-breakpoint.exp
11128 * gdb.threads/hand-call-in-threads.exp
11129 * gdb.threads/interrupted-hand-call.exp
11130 * gdb.threads/linux-dp.exp
11131 * gdb.threads/local-watch-wrong-thread.exp
11132 * gdb.threads/next-while-other-thread-longjmps.exp
11133 * gdb.threads/non-ldr-exit.exp
11134 * gdb.threads/pending-step.exp
11135 * gdb.threads/print-threads.exp
11136 * gdb.threads/process-dies-while-detaching.exp
11137 * gdb.threads/process-dies-while-handling-bp.exp
11138 * gdb.threads/pthreads.exp
11139 * gdb.threads/queue-signal.exp
11140 * gdb.threads/reconnect-signal.exp
11141 * gdb.threads/signal-command-handle-nopass.exp
11142 * gdb.threads/signal-command-multiple-signals-pending.exp
11143 * gdb.threads/signal-delivered-right-thread.exp
11144 * gdb.threads/signal-sigtrap.exp
11145 * gdb.threads/sigthread.exp
11146 * gdb.threads/staticthreads.exp
11147 * gdb.threads/stepi-random-signal.exp
11148 * gdb.threads/thread-unwindonsignal.exp
11149 * gdb.threads/thread_check.exp
11150 * gdb.threads/thread_events.exp
11151 * gdb.threads/tid-reuse.exp
11152 * gdb.threads/tls-nodebug.exp
11153 * gdb.threads/tls-shared.exp
11154 * gdb.threads/tls-so_extern.exp
11155 * gdb.threads/tls.exp
11156 * gdb.threads/wp-replication.exp
11157 * gdb.trace/actions-changed.exp
11158 * gdb.trace/actions.exp
11159 * gdb.trace/backtrace.exp
11160 * gdb.trace/change-loc.exp
11161 * gdb.trace/collection.exp
11162 * gdb.trace/deltrace.exp
11163 * gdb.trace/disconnected-tracing.exp
11164 * gdb.trace/entry-values.exp
11165 * gdb.trace/ftrace-lock.exp
11166 * gdb.trace/ftrace.exp
11167 * gdb.trace/infotrace.exp
11168 * gdb.trace/mi-trace-frame-collected.exp
11169 * gdb.trace/mi-trace-unavailable.exp
11170 * gdb.trace/mi-traceframe-changed.exp
11171 * gdb.trace/mi-tracepoint-changed.exp
11172 * gdb.trace/mi-tsv-changed.exp
11173 * gdb.trace/no-attach-trace.exp
11174 * gdb.trace/packetlen.exp
11175 * gdb.trace/passc-dyn.exp
11176 * gdb.trace/passcount.exp
11177 * gdb.trace/pending.exp
11178 * gdb.trace/pr16508.exp
11179 * gdb.trace/qtro.exp
11180 * gdb.trace/range-stepping.exp
11181 * gdb.trace/read-memory.exp
11182 * gdb.trace/report.exp
11183 * gdb.trace/save-trace.exp
11184 * gdb.trace/signal.exp
11185 * gdb.trace/stap-trace.exp
11186 * gdb.trace/status-stop.exp
11187 * gdb.trace/strace.exp
11188 * gdb.trace/tfile.exp
11189 * gdb.trace/tfind.exp
11190 * gdb.trace/trace-break.exp
11191 * gdb.trace/trace-condition.exp
11192 * gdb.trace/trace-enable-disable.exp
11193 * gdb.trace/trace-mt.exp
11194 * gdb.trace/tracecmd.exp
11195 * gdb.trace/tracefile-pseudo-reg.exp
11196 * gdb.trace/tspeed.exp
11197 * gdb.trace/tstatus.exp
11198 * gdb.trace/tsv.exp
11199 * gdb.trace/unavailable.exp
11200 * gdb.trace/while-dyn.exp
11201 * gdb.trace/while-stepping.exp
11202 * lib/gdb-guile.exp
11203 * lib/gdb.exp
11204 * lib/mi-support.exp
11205 * lib/pascal.exp
11206 * lib/perftest.exp
11207 * lib/prelink-support.exp
11208 * lib/selftest-support.exp
11209
ad02e4fe
SM
112102016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11211
11212 * Makefile.in: Include disable-implicit-rules.mk.
11213
22347e55
AA
112142016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11215
11216 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11217 non-byte-aligned bit fields.
11218
da5b30da
AA
112192016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11220
11221 PR gdb/12616
11222 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11223 respects the DW_AT_data_bit_offset attribute.
11224
b593ecca
SM
112252016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11226
11227 * gdb.base/default.exp: Fix output of "set language".
11228
3b165252
SM
112292016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11230
11231 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11232 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11233 make.
11234 * configure.ac: Remove checks for the make program.
11235 * configure: Re-generate.
11236
1a2f3d7f
KB
112372016-11-16 Kevin Buettner <kevinb@redhat.com>
11238
11239 * gdb.python/py-recurse-unwind.c (main): Add loop.
11240 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11241 to read_register() and gdb.parse_and_eval(). Make each code
11242 call a separate case that can be individually tested.
11243 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11244 proc. Call cont_and_backtrace for each of the code paths that
11245 we want to test in the unwinder.
11246
b7f38fda
AA
112472016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11248
11249 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11250 the definition of struct S.
11251
1f8db343
CM
112522016-11-11 Catherine Moore <clm@codesourcery.com>
11253
11254 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11255
fad0c9fb
PA
112562016-11-09 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.base/commands.exp (runto_or_return): New procedure.
11259 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11260 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11261 (progvar_simple_while_test, progvar_complex_if_while_test)
11262 (if_while_breakpoint_command_test)
11263 (infrun_breakpoint_command_test, breakpoint_command_test)
11264 (user_defined_command_test, watchpoint_command_test)
11265 (test_command_prompt_position, redefine_hook_test)
11266 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11267 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11268 multi_line_input and multi_line. Remove gdb_expect and
11269 gdb_stop_suppressing_tests uses.
11270 * lib/gdb.exp (valnum_re): New global.
11271 (multi_line_input): New procedure.
11272
8354c62c
SM
112732016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11274
11275 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11276 Remove.
11277 (test_setup): Define with proc_with_prefix.
11278 (test_cli_inferior): Likewise.
11279 (test_cli_thread): Likewise.
11280 (test_cli_frame): Likewise.
11281 (test_cli_select_frame): Likewise.
11282 (test_cli_up_down): Likewise.
11283 (test_mi_thread_select): Likewise.
11284 (test_mi_stack_select_frame): Likewise.
11285 (test_cli_in_mi_inferior): Likewise.
11286 (test_cli_in_mi_thread): Likewise.
11287 (test_cli_in_mi_frame): Likewise.
11288 (top level): Do not use with_test_prefix_procname.
11289
64f367a2
PA
112902016-11-09 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.base/commands.exp (gdbvar_simple_if_test)
11293 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11294 (progvar_simple_if_test, progvar_simple_while_test)
11295 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11296 (infrun_breakpoint_command_test, breakpoint_command_test)
11297 (user_defined_command_test, watchpoint_command_test)
11298 (test_command_prompt_position, deprecated_command_test)
11299 (bp_deleted_in_command, temporary_breakpoint_commands)
11300 (stray_arg0_test, source_file_with_indented_comment)
11301 (recursive_source_test, if_commands_test)
11302 (error_clears_commands_left, redefine_hook_test)
11303 (redefine_backtrace_test): Use proc_with_prefix.
11304 * lib/gdb.exp (proc_with_prefix): New proc.
11305
0bb65f1e
AA
113062016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11307
11308 * gdb.base/tui-layout.c: New file.
11309 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11310 disassembly window contains very long lines.
11311
7353f247
TT
113122016-11-08 Tom Tromey <tom@tromey.com>
11313
11314 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11315 depend on Python 2.
11316
30a7bb83
TT
113172016-11-08 Tom Tromey <tom@tromey.com>
11318
11319 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11320 New method.
11321
cdf5a07c
MG
113222016-10-29 Manish Goregaokar <manish@mozilla.com>
11323
2806dc7e 11324 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11325
51a789c3
MG
113262016-10-27 Manish Goregaokar <manish@mozilla.com>
11327
2806dc7e
PA
11328 * gdb.rust/simple.rs: Add test for univariant enums without
11329 discriminants and for encoded struct-like enums.
51a789c3 11330
f610ab6d
PA
113312016-10-28 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11334 gdb_test_multiple, tighten regexps and match symtabs and line
11335 tables incrementally.
11336
b129b0ca
LM
113372016-10-28 Luis Machado <lgustavo@codesourcery.com>
11338
11339 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11340 general.
11341
ecf45d2c
SL
113422016-10-25 Luis Machado <lgustavo@codesourcery.com>
11343
11344 * gdb.base/exec-invalid-sysroot.exp: New file.
11345
b8d38ee4
JK
113462016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11347
11348 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11349
f90fd8c2
JK
113502016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11351
11352 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11353
2d2476aa
MR
113542016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11355
2806dc7e
PA
11356 * gdb.base/killed-outside.exp: Remove $options from a call to
11357 `prepare_for_testing'.
2d2476aa 11358
e42b25a0
SM
113592016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11360
11361 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11362 Change test message.
11363
3ccdb432
SM
113642016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11365
11366 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11367 Update comment.
11368
5bad3170
SM
113692016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11370
11371 * gdb.trace/mi-trace-save.exp: New file.
11372
5ad9dba7
YQ
113732016-10-13 Yao Qi <yao.qi@linaro.org>
11374
11375 * gdb.base/code_elim.exp (get_var_address): Remove.
11376 * gdb.base/relocate.exp: Likewise.
11377 * gdb.base/shreloc.exp: Likewise.
11378 * lib/gdb.exp (get_var_address): New.
11379
62df7e21
YQ
113802016-10-13 Yao Qi <yao.qi@linaro.org>
11381
11382 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11383 floating point tests if $skip_float_test is false.
11384
4dac951e
LM
113852016-10-12 Luis Machado <lgustavo@codesourcery.com>
11386
11387 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11388 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11389 argc values.
11390 Add 1 to argc so we guarantee distinct initial/modified argc values.
11391
8f1a8fc4
JK
113922016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11393
11394 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11395
16c85b5d
JK
113962016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11397
11398 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11399 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11400 * gdb.arch/vsx-regs.exp: Likewise.
11401
1d0e042a
YQ
114022016-10-07 Yao Qi <yao.qi@linaro.org>
11403
11404 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11405
68dadef5
MM
114062016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11407
11408 * gdb.python/python.exp: Test decode_line("*0").
11409
33fa2c6e
DE
114102016-10-06 Doug Evans <dje@google.com>
11411
11412 * gdb.python/py-value.exp (test_value_creation): Add test for large
11413 unsigned 64-bit value.
11414
9c37b5ae
TT
114152016-10-06 Tom Tromey <tom@tromey.com>
11416
11417 * gdb.compile/compile.exp: Change java tests to rust.
11418 * gdb.base/setshow.exp: Change java tests to rust.
11419 * gdb.base/default.exp: Remove java from language list.
11420 * README (Examples): Update language example.
11421 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11422 test.
11423 * lib/gdb.exp (skip_java_tests): Remove.
11424 * lib/java.exp: Remove.
11425 * gdb.java: Remove.
11426
78b86327
MR
114272016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11428
11429 * gdb.arch/mips-fcr.exp: New test.
11430 * gdb.arch/mips-fcr.c: Source for the new test.
11431
7470adbb
MR
114322016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11433
11434 * gdb.base/solib-disc.exp: Use `standard_output_file'
11435 throughout.
11436
4a556533
PA
114372016-10-06 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.base/jit-simple-dl.c: New file.
11440 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11441 * gdb.base/jit-simple.c: ... this.
11442 * gdb.base/jit-simple.exp (jit_run): Delete.
11443 (build_jit): New proc.
11444 (jit_test_reread): Recompile either the main program or the shared
11445 library, depending on what is being tested. Skip changing address
11446 if caller wants to. Compare before/after addresses. If testing
11447 standalone, explicitly load the binary. Test "maint info
11448 breakpoints".
11449 (top level): Add "standalone vs shared lib" and "change address"
11450 vs "same address" axes.
11451
5a122fbc
PA
114522016-10-06 Pedro Alves <palves@redhat.com>
11453
11454 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11455 call.
11456 (jit_run): Delete.
11457 (jit_test_reread): Use with_test_prefix. Reload the main binary
11458 explicitly. Compare the before/after addresses of the JIT
11459 descriptor.
11460
ee8da4b8
DE
114612016-08-15 Doug Evans <dje@google.com>
11462
11463 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11464 for single bitfields is bool.
11465 * gdb.xml/tdesc-regs.exp: Ditto.
11466
f389f6fe
JK
114672016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11468
11469 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11470
fdebf1a4
YQ
114712016-10-05 Yao Qi <yao.qi@linaro.org>
11472
11473 * lib/gdb.exp (support_complex_tests): Return zero if
11474 gdb_skip_float_test return true.
11475
9c36d954 114762016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11477 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11478
11479 PR gdb/20487
11480 * gdb.mi/user-selected-context-sync.exp: New file.
11481 * gdb.mi/user-selected-context-sync.c: New file.
11482
4034d0ff 114832016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11484 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11485
11486 PR gdb/20487
11487 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11488 =thread-select-event check.
11489
a4297203
PB
114902016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11491
11492 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11493 the compulsory L operand changes.
11494 * gdb.arch/powerpc-power.s: Likewise.
11495
bb805577
JK
114962016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11497
11498 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11499 * gdb.base/jit-attach-pie.c: New file.
11500 * gdb.base/jit-attach-pie.exp: New file.
11501
6d61dee5
PA
115022016-09-28 Pedro Alves <palves@redhat.com>
11503
11504 * gdb.base/infcall-input.c: New file.
11505 * gdb.base/infcall-input.exp: New file.
11506
f73842fc
YQ
115072016-09-22 Yao Qi <yao.qi@linaro.org>
11508
11509 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11510 (gdb_exit): Rename it to ...
11511 (gdbserver_gdb_exit): ... Close GDBserver.
11512 (gdb_exit): New proc, call gdbserver_gdb_exit.
11513 (mi_gdb_exit): Likewise.
11514
90681dab
YQ
115152016-09-22 Yao Qi <yao.qi@linaro.org>
11516
11517 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11518 path.
11519 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11520 Remove duplication.
11521
9c211fd8
YQ
115222016-09-22 Yao Qi <yao.qi@linaro.org>
11523
11524 * lib/gdbserver-support.exp: Check the existence of
11525 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11526
ad0a504f
AK
115272016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11528
11529 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11530
36cf1806
TT
115312016-09-21 Tom Tromey <tom@tromey.com>
11532
11533 PR gdb/20604:
11534 * gdb.base/quit.exp: New file.
11535
74172ecf
SM
115362016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11537
11538 * .gitignore: New file.
11539
3d0ec882
MR
115402016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11541
11542 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11543 throughout.
11544
8193adea
AA
115452016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11546
11547 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11548
d41a5c09
JK
115492016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11550
11551 * gdb.cp/casts.cc (decltype): Move it ...
11552 (main): ... with its call to ...
11553 * gdb.cp/casts03.cc: ... a new file.
11554 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11555
d2dfe700
JK
115562016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11557
11558 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11559
e2a92b16
PB
115602016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11561
11562 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11563 and sync up the test with tests in gas/testsuite/gas/ppc.
11564 * gdb.arch/powerpc-power.exp: Likewise.
11565
49b4de64
JK
115662016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11567
11568 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11569
2c29df25
SDJ
115702016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11571 Jan Kratochvil <jan.kratochvil@redhat.com>
11572
11573 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11574 make m1's definition to be different from m2's. Use 'dummy' as an
11575 argument for probe 'two'.
11576
cc3c2846
JB
115772016-09-10 Jon Beniston <jon@beniston.com>
11578
11579 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11580 for sim target.
11581
e1b2624a
AA
115822016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11583
11584 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11585 variable declaration.
11586 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11587 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11588 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11589 received HWCAP as its argument.
11590
4295e285
PA
115912016-09-06 Pedro Alves <palves@redhat.com>
11592
11593 * gdb.base/new-ui-pending-input.c: New file.
11594 * gdb.base/new-ui-pending-input.exp: New file.
11595 * gdb.exp (clear_gdb_spawn_id): New procedure.
11596 (with_spawn_id): Check whether gdb_spawn_id exists before
11597 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11598 on exit.
11599
00d5215e
UW
116002016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11601
11602 * gdb.base/float128.c: New file.
11603 * gdb.base/float128.exp: Likewise.
11604 * gdb.base/floatn.c: Likewise.
11605 * gdb.base/floatn.exp: Likewise.
11606
a9ff5f12
UW
116072016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11608
11609 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11610
f245535c
PA
116112016-09-05 Pedro Alves <palves@redhat.com>
11612
11613 PR backtrace/19927
11614 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11615 unwinders are immediately called as side effect of "source" or
11616 "disable unwinder" commands.
11617 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11618
ae9cf263
YQ
116192016-09-02 Yao Qi <yao.qi@linaro.org>
11620
11621 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11622 is true and $type is "float" or "double".
11623
27aba047
YQ
116242016-09-02 Yao Qi <yao.qi@linaro.org>
11625
11626 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11627 true.
11628 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11629 * gdb.base/call-rt-st.exp: Likewise.
11630 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11631 return value instead of gdb,skip_float_test.
11632 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11633 (do_function_calls): Use its return value instead of
11634 gdb,skip_float_test.
11635 * gdb.base/finish.exp: Likewise.
11636 * gdb.base/funcargs.exp: Likewise.
11637 * gdb.base/return.exp: Likewise.
11638 * gdb.base/return2.exp: Likewise.
11639 * gdb.base/varargs.exp: Likewise.
11640 * lib/gdb.exp (gdb_skip_float_test): Change it to
11641 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11642
5af962df
AA
116432016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11644
11645 * gdb.multi/tids.exp: Test "thread apply all".
11646
7fac6910
JK
116472016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11648
11649 * gdb.base/default.exp (tty): Remove.
11650
bb1fe4ac
KB
116512016-08-24 Kevin Buettner <kevinb@redhat.com>
11652
2806dc7e
PA
11653 * gdb.python/py-recurse-unwind.c: New file.
11654 * gdb.python/py-recurse-unwind.py: New file.
11655 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11656
0a1ddfa6
SM
116572016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11658
11659 * gdb.base/set-inferior-tty.exp: New file.
11660 * gdb.base/set-inferior-tty.c: New file.
11661
d9de1fe3
PA
116622016-08-23 Pedro Alves <palves@redhat.com>
11663
11664 PR gdb/20494
11665 * gdb.base/new-ui-echo.c: New file.
11666 * gdb.base/new-ui-echo.exp: New file.
11667
e9d9abd7
YQ
116682016-08-23 Yao Qi <yao.qi@linaro.org>
11669
11670 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11671 gdbserver_spawn.
11672 * gdb.server/connect-without-multi-process.exp (do_test):
11673 Likewise.
11674
3589529e
YQ
116752016-08-23 Yao Qi <yao.qi@linaro.org>
11676
11677 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11678 standalone_txt. Delete gdb_txt and standalone_txt on host
11679 and target. Spawn the binary on target. Copy files from
11680 target to host.
11681
6bb90213
PA
116822016-08-22 Pedro Alves <palves@redhat.com>
11683
11684 PR gdb/20505
11685 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11686 with_test_prefix. Factor out bits to ...
11687 (test_no_vdso): ... this new procedure.
11688
20c2c024
CL
116892016-08-19 Carl Love <cel@us.ibm.com>
11690
11691 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11692 maintaining separate logic for constructing the output path.
11693 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11694 * gdb.arch/ppc-dfp.exp: Likewise.
11695 * gdb.arch/ppc-fp.exp: Likewise.
11696 * gdb.arch/vsx-regs.exp: Likewise.
11697 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11698 binprefix for generating the additional binary files.
11699
0646e07d
PA
117002016-08-19 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.trace/mi-trace-frame-collected.exp
11703 (test_trace_frame_collected): On x32, expect two registers.
11704
46da9242
CL
117052016-08-18 Carl Love <cel@us.ibm.com>
11706
11707 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11708 and sync up the test with tests in gas/testsuite/gas/ppc.
11709 * gdb.arch/powerpc-power.exp: Likewise.
11710
eb2332d7
SM
117112016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11712
11713 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11714 expected error message.
11715
63c61e04
SM
117162016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11717
11718 * gdb.multi/remove-inferiors.exp: New file.
11719 * gdb.multi/remove-inferiors.c: New file.
11720
7b17065f
YQ
117212016-08-12 Yao Qi <yao.qi@linaro.org>
11722
11723 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11724 argument list.
11725
01d3dedf
PA
117262016-08-10 Pedro Alves <palves@redhat.com>
11727
11728 PR gdb/19187
11729 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11730 setup_kfails.
11731
3eb7562a
PA
117322016-08-09 Pedro Alves <palves@redhat.com>
11733 Simon Marchi <simon.marchi@ericsson.com>
11734
11735 PR gdb/20418
11736 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11737 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11738
80614914
PA
117392016-08-09 Pedro Alves <palves@redhat.com>
11740
11741 PR mi/20431
11742 * gdb.mi/mi-cmd-error.exp: New file.
11743
f348d89a
PA
117442016-08-09 Pedro Alves <palves@redhat.com>
11745
11746 PR gdb/18653
11747 * gdb.base/signals-state-child.c: New file.
11748 * gdb.base/signals-state-child.exp: New file.
11749 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11750
e5ca03b4
PA
117512016-08-09 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11754
282a0691
TT
117552016-08-03 Tom Tromey <tom@tromey.com>
11756
11757 PR python/18565:
11758 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11759
41bfcd63
YQ
117602016-08-01 Yao Qi <yao.qi@linaro.org>
11761
11762 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11763 variable mode to "multi-process" if $multi_process is 1, otherwise
11764 set it to "single-process".
11765
e3465b24
YQ
117662016-08-01 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11769 * gdb.cp/cpexprs.exp: Likewise.
11770 * gdb.cp/m-static.exp: Likewise.
11771
0b31a4bc
TT
117722016-07-26 Tom Tromey <tom@tromey.com>
11773
11774 PR python/20190:
11775 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11776 test.
11777
e0461dbb
MM
117782016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11779
11780 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11781 selecting assembly source files.
11782 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11783 assembly source files.
11784 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11785 assembly source files.
11786 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11787 selecting assembly source files.
11788
8194e927
SM
117892016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11790
11791 * gdb.base/new-ui.exp (do_test_invalid_args): New
11792 procedure.
11793
c0272db5
TW
117942016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11795
11796 * gdb.btrace/reconnect.c: New file.
11797 * gdb.btrace/reconnect.exp: New file.
11798
e3487908
GKB
117992016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11800
11801 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11802 to test_catch_syscall_group.
11803 (test_catch_syscall_group): New.
11804
12df5c00
TT
118052016-07-21 Tom Tromey <tom@tromey.com>
11806
11807 * gdb.rust/simple.rs (main): Use empty struct expression.
11808 * gdb.rust/simple.exp: Add tests for empty struct expression.
11809
bae62ee2
YQ
118102016-07-21 Yao Qi <yao.qi@linaro.org>
11811
11812 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11813 if gdb_skip_xml_test is true on some targets.
11814
b1b53fb3
YQ
118152016-07-21 Yao Qi <yao.qi@linaro.org>
11816
11817 * gdb.server/solib-list.exp: Unset last_loaded_file.
11818
027d97f8
JK
118192016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11820
11821 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11822 "step into captured_main (args)".
11823
7674d381
JK
118242016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11825
11826 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11827
72b5d099
JK
118282016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11829
11830 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11831
1f960ced
PA
118322016-07-19 Pedro Alves <palves@redhat.com>
11833
11834 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11835 * gdb.opt/inline-bt.exp: Likewise.
11836 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11837 additional_flags=-Winline.
11838 * gdb.opt/inline-locals.exp: Likewise.
11839 * gdb.opt/inline-markers.c (ATTR): Define.
11840 (inlined_fn): Use it.
11841
f25827c1
YQ
118422016-07-19 Yao Qi <yao.qi@linaro.org>
11843
11844 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11845 (test_with_self): Remove some code. Remove argument executable.
11846 (top-level): Use do_self_tests.
11847
37539ebe
DB
118482016-07-15 Zachary Welch <zwelch@codesourcery.com>
11849 Don Breazeal <donb@codesourcery.com>
11850
11851 * gdb.base/maint.exp: Escape paths used in regular expressions.
11852 * gdb.stabs/weird.exp: Likewise.
11853
dac790e1
TT
118542016-07-13 Tom Tromey <tom@tromey.com>
11855
11856 PR python/15620, PR python/18620:
11857 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11858 (test_bkpt_events): New procs.
11859
93daf339
TT
118602016-07-13 Tom Tromey <tom@tromey.com>
11861
11862 PR python/17698:
11863 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11864 test.
11865 (test_watchpoints): Likewise.
11866 (test_bkpt_pending): New proc.
11867
6571a381
TT
118682016-07-13 Tom Tromey <tom@tromey.com>
11869
11870 PR cli/18053:
11871 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11872 completion test.
11873
e8732474
JK
118742016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11875
11876 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11877 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11878 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11879 f_label.
11880 (g): Rename g_end_lbl to g_label.
11881 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11882 low_pc and high_pc.
11883 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11884
e0f3fd7c
TT
118852016-07-12 Tom Tromey <tom@tromey.com>
11886
11887 PR python/19293:
11888 * gdb.python/py-unwind-maint.exp: Update tests.
11889
3cfe46b6
YQ
118902016-07-12 Yao Qi <yao.qi@linaro.org>
11891
11892 * lib/selftest-support.exp (selftest_setup): Match the output
11893 when captured_main is inlined.
11894
4f19a0e6
WT
118952016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11896
11897 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11898 New variables.
11899 (print this%a, print this%b, print this): New tests.
11900 * gdb.fortran/derived-types.f90 (this): New object and
11901 initialization.
11902
986cf455
SM
119032016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11904
11905 * gdb.ada/arraydim.exp: Remove extra directory level in build
11906 directory.
11907
f0464b23
SM
119082016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11909
11910 * lib/ada.exp: Remove extra directory level in build directory.
11911 * gdb.ada/cond_lang.exp: Likewise.
11912 * gdb.ada/exec_changed.exp: Likewise.
11913 * gdb.ada/lang_switch.exp: Likewise.
11914
42d94011
MG
119152016-07-06 Manish Goregaokar <manish@mozilla.com>
11916
2806dc7e
PA
11917 * simple.rs: Add test for raw pointer subscripting.
11918 * simple.exp: Add test expectations.
42d94011 11919
647c264c
YQ
119202016-07-05 Yao Qi <yao.qi@linaro.org>
11921
11922 * gdb.mi/mi-reverse.exp: Match =record-started output.
11923
20aa2c60
PA
119242016-07-01 Pedro Alves <palves@redhat.com>
11925
11926 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11927 procedure.
11928 (jit_reader_test): Test the jit reader's unwinder.
11929 * gdb.base/jithost.c (jit_function_00_code): New global.
11930 (main): Use memcpy to fill in the mmapped code, instead of poking
11931 bytes manually here.
11932 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11933 value.
11934 (read_debug_info): Save the function's range.
11935 (read_sp): New function.
11936 (unwind_frame): Use it. Also unwind RBP.
11937 (get_frame_id): Use read_sp.
11938 (gdb_init_reader): Use calloc instead of malloc.
11939 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11940 parameter. Use gdb_test_multiple.
11941
ced2dffb
PA
119422016-07-01 Pedro Alves <palves@redhat.com>
11943 Antoine Tremblay <antoine.tremblay@ericsson.com>
11944
11945 * gdb.threads/process-dies-while-detaching.c: New file.
11946 * gdb.threads/process-dies-while-detaching.exp: New file.
11947
63000888
PA
119482016-07-01 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.multi/watchpoint-multi-exit.c: New file.
11951 * gdb.multi/watchpoint-multi-exit.exp: New file.
11952
038d4868
PA
119532016-06-30 Pedro Alves <palves@redhat.com>
11954
11955 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11956 unset inferior_spawn_id.
11957
994e9c83
PA
119582016-06-30 Pedro Alves <palves@redhat.com>
11959
11960 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11961 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11962
e5653468
YQ
119632016-06-29 Yao Qi <yao.qi@linaro.org>
11964
11965 * gdb.base/return.c: Add copyright header.
11966
803b47e5
TT
119672016-06-29 Tom Tromey <tom@tromey.com>
11968
11969 PR python/20129:
11970 * gdb.python/py-framefilter.exp: Add tests for setting priority
11971 and disabling of non-existent frame filter.
11972
28244707
YQ
119732016-06-29 Yao Qi <yao.qi@linaro.org>
11974
11975 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11976 0x0f07ff.
11977
a31d2f06
YQ
119782016-06-28 Yao Qi <yao.qi@linaro.org>
11979
11980 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11981 triplets. Start gdb, execute catch syscall, and continue. Check
11982 gdb's output to determine catch syscall is supported.
11983
921d8f54
MG
119842016-06-27 Manish Goregaokar <manish@mozilla.com>
11985
25d49b86
PA
11986 * gdb.rust/simple.rs: Add test for returning unit in a function.
11987 * gdb.rust/simple.exp: Add expectation for functions returning
11988 unit.
921d8f54 11989
f4952523
PMR
119902016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11991
11992 * gdb.python/py-breakpoint-create-fail.c,
11993 gdb.python/py-breakpoint-create-fail.exp,
11994 gdb.python/py-breakpoint-create-fail.py: New testcase.
11995
fccb08f8
MG
119962016-06-25 Manish Goregaokar <manish@mozilla.com>
11997
11998 PR gdb/20239
11999 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12000 * gdb.rust/simple.exp: Add test expectations for new NonZero
12001 tests.
fccb08f8 12002
6b850546
DT
120032016-06-24 David Taylor <dtaylor@emc.com>
12004
12005 * gdb.base/offsets.exp: New file.
12006 * gdb.base/offsets.c: New file.
12007
17621150
TT
120082016-06-23 Tom Tromey <tom@tromey.com>
12009
12010 PR gdb/16483:
12011 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12012 before any filters are loaded.
12013
04d59df6
WT
120142016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12015
12016 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12017 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12018 structs.
12019 * gdb.fortran/derived-type-function.exp: New file.
12020 * gdb.fortran/derived-type-function.f90: New file.
12021
12022
ac69f786
PA
120232016-06-21 Pedro Alves <palves@redhat.com>
12024
12025 * gdb.base/new-ui.exp: New file.
12026 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12027 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12028 (with_spawn_id): New procedure.
12029
49940788
PA
120302016-06-21 Pedro Alves <palves@redhat.com>
12031
12032 * gdb.mi/mi-exec-run.exp: New file.
12033
ef274d26
PA
120342016-06-21 Pedro Alves <palves@redhat.com>
12035
12036 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12037 breakpoint command's output on the main UI.
12038 (test_break): New procedure, factored out from calls in the top
12039 level.
12040 (top level): Use foreach_with_prefix to test MI as main UI and as
12041 separate UI.
12042
468afe6c
PA
120432016-06-21 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12046 (test_awatch_creation_and_listing)
12047 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12048 Remove 'type' parameter.
12049 (test_watchpoint_all): New parameter mi_mode. Remove
12050 with_test_prefix.
12051 (top level): Use foreach_with_prefix, and add main/separate UI MI
12052 testing axis.
12053
51f77c37
PA
120542016-06-21 Pedro Alves <palves@redhat.com>
12055
12056 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12057 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12058 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12059 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12060 (gdb_main_spawn_id, mi_spawn_id): Declare and
12061 comment.
12062 (mi_create_inferior_pty): New procedure,
12063 factored out from default_mi_gdb_start.
12064 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12065 procedures.
12066 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12067 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12068 Use mi_create_inferior_pty.
12069 (mi_gdb_start): Use eval to pass down args list.
12070
8980e177
PA
120712016-06-21 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12074 * gdb.opt/inline-cmds.exp: Add MI tests.
12075
f38d3ad1
PA
120762016-06-21 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12079
45db7c09
PA
120802016-06-21 Pedro Alves <palves@redhat.com>
12081
12082 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12083 (top level): Use it instead of mi_execute_to.
12084
5a069ab3
PA
120852016-06-21 Pedro Alves <palves@redhat.com>
12086
12087 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12088 (cont_handler_str): New.
12089 (signal_stop_handler): Set stop_handler_str instead of printing to
12090 stdout.
12091 (continue_handler): Set cont_handler_str instead of printing to
12092 stdout.
12093 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12094 mi_send_resuming_command. Print stop_handler_str and
12095 cont_handler_str instead of expecting the python events print
12096 directly.
12097
2838cc1d
SD
120982016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12099
12100 * gdb.base/jit-reader.exp: New file.
12101 * gdb.base/jithost.c: New file.
12102 * gdb.base/jithost.h: New file.
12103 * gdb.base/jitreader.c : New file.
12104 * gdb.base/jit-protocol.h: New file.
12105
21a77091
YQ
121062016-06-17 Yao Qi <yao.qi@linaro.org>
12107
12108 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12109 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12110 and detach-on-fork. Adjust tests.
12111 (top level): Invoke break_cond_on_syscall with combinations of
12112 syscall, follow-fork-mode and detach-on-fork.
12113
f50bf8e5
YQ
121142016-06-17 Yao Qi <yao.qi@linaro.org>
12115
12116 * gdb.base/step-over-exit.c: New.
12117 * gdb.base/step-over-exit.exp: New.
12118
a28d8e50
YTL
121192016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12120
12121 * gdb.base/float.exp: Add target check for nds32*-*-*.
12122 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12123
cad8e26d
AB
121242016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12125
12126 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12127 for unsupported target features.
12128 * gdb.base/call-rt-st.exp: Likewise.
12129 * gdb.base/call-sc.exp: Likewise.
12130 * gdb.base/call-signal-resume.exp: Likewise.
12131 * gdb.base/call-strs.exp: Likewise.
12132 * gdb.base/callexit.exp: Likewise.
12133 * gdb.base/callfuncs.exp: Likewise.
12134 * gdb.base/nodebug.exp: Likewise.
12135 * gdb.base/printcmds.exp: Likewise.
12136 * gdb.base/ptype.exp: Likewise.
12137 * gdb.base/structs.exp: Likewise.
12138 * gdb.base/unwindonsignal.exp: Likewise.
12139 * gdb.cp/gdb2495.exp: Likewise.
12140 * gdb.cp/templates.exp: Likewise.
12141 * gdb.cp/virtfunc.exp: Likewise.
12142 * gdb.threads/hand-call-in-threads.exp: Likewise.
12143 * gdb.threads/interrupted-hand-call.exp: Likewise.
12144 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12145
347dc102
TT
121462016-06-10 Tom Tromey <tom@tromey.com>
12147
12148 PR rust/20110:
12149 * gdb.rust/expr.exp: Add test for integer constant larger than
12150 i32.
12151
5e13cf25
BH
121522016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12153
12154 * gdb.fortran/nested-funcs.exp: New.
12155 * gdb.fortran/nested-funcs.f90: New.
12156
bb556f1f
TK
121572016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12158
12159 * gdb.base/examine-backward.c: New file.
12160 * gdb.base/examine-backward.exp: New file.
12161
38b022b4
SM
121622016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12163
12164 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12165 matching.
12166
1b40ec05
TT
121672016-06-02 Tom Tromey <tom@tromey.com>
12168
12169 PR python/18984:
12170 * gdb.python/py-shared.exp: Add solib_name test.
12171
193bd378
SM
121722016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12173
12174 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12175
3326303b
MG
121762016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12177
12178 PR c++/19893
12179 * gdb.dwarf2/implref.exp: Rename to...
12180 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12181 * gdb.dwarf2/implref-array.c: New file.
12182 * gdb.dwarf2/implref-array.exp: Likewise.
12183 * gdb.dwarf2/implref-global.c: Likewise.
12184 * gdb.dwarf2/implref-global.exp: Likewise.
12185 * gdb.dwarf2/implref-struct.c: Likewise.
12186 * gdb.dwarf2/implref-struct.exp: Likewise.
12187
825c8ef2
AT
121882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12189
12190 * gdb.trace/trace-condition.exp: Add 64bit tests.
12191
2320162a
AT
121922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12193
12194 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12195 bits types.
12196 (main): Adapt to 8 to 64 bits types.
12197 * gdb.trace/trace-condition.exp: Add new tests.
12198
a7818233
AT
121992016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12200
12201 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12202
0d336466
AT
122032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12204
12205 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12206 Move condition tests...
12207 * gdb.trace/trace-condition.exp: Here.
12208
7faeb45a
AT
122092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12210
12211 * gdb.trace/trace-condition.exp: Add counter-case tests.
12212
e385593e
JK
122132016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12214
12215 PR c++/15231
12216 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12217 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12218
744608cc
PA
122192016-05-27 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12222 New procedure.
12223 (top level): Call it, and bail out of DejaGnu is known to be bad.
12224
ac775bf4
AB
122252016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12226
12227 * gdb.base/whatis.c: Extend the test case.
12228 * gdb.base/whatis.exp: Add additional tests.
12229
2bbad2ea
BH
122302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12231
12232* gdb.fortran/type.f90: Add pointer variable.
12233* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12234
8b70175d
BH
122352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12236
12237 * gdb.fortran/vla-type.exp: Fix testcase name.
12238
86d8a848
BH
122392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12240
12241 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12242
e188eb36
BH
122432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12244
12245 * gdb.fortran/type.f90: Add nested structures.
12246 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12247 * gdb.fortran/derived-type.exp: Adapt expected output.
12248 * gdb.fortran/vla-type.exp: Adapt expected output.
12249
9b2db1fd
BH
122502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12251
12252 * gdb.fortran/whatis_type.exp: Adapt expected output.
12253
72b17055
BH
122542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12255
12256 * gdb.fortran/print_type.exp: Fix expected output.
12257 * gdb.fortran/whatis_type.exp: Fix expected output.
12258
3cd81d8d
BH
122592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12260
12261 * gdb.fortran/whatis_type.exp: Use multi_line.
12262
ddae9462
TT
122632016-05-24 Tom Tromey <tom@tromey.com>
12264
12265 PR python/17386:
12266 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12267 use value as an index.
12268
1957f6b8
TT
122692016-05-23 Tom Tromey <tom@tromey.com>
12270
12271 PR python/17981:
12272 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12273 no-breakpoint case.
12274
026a9174
PA
122752016-05-24 Pedro Alves <palves@redhat.com>
12276
12277 PR gdb/19828
12278 * gdb.threads/clone-attach-detach.c: New file.
12279 * gdb.threads/clone-attach-detach.exp: New file.
12280
e70a7231
FR
122812016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12282
12283 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12284
0f6ed0e0
TT
122852016-05-23 Tom Tromey <tom@tromey.com>
12286
12287 PR python/19438, PR python/18393:
12288 * gdb.python/py-progspace.exp: Add "dir" test.
12289 * gdb.python/py-objfile.exp: Add "dir" test.
12290
ffd19d61
YQ
122912016-05-23 Yao Qi <yao.qi@linaro.org>
12292
12293 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12294 * gdb.arch/thumb2-it.exp: Likewise.
12295
9e8f9b05
SM
122962016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12297
12298 * gdb.mi/mi-threads-interrupt.c: New file.
12299 * gdb.mi/mi-threads-interrupt.exp: New file.
12300
61c6156d
SM
123012016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12302
12303 PR gdb/18077
12304 * gdb.mi/mi-async-run.exp: New file.
12305 * gdb.mi/mi-async-run.c: New file.
12306
67218854
TT
123072016-05-17 Tom Tromey <tom@tromey.com>
12308 Manish Goregaokar <manishsmail@gmail.com>
12309
12310 * lib/rust-support.exp: New file.
12311 * lib/gdb.exp (skip_rust_tests): New proc.
12312 (build_executable_from_specs): Handle rust.
12313 * lib/future.exp (gdb_find_rustc): New proc.
12314 (gdb_default_target_compile): Handle rust.
12315 * gdb.rust/expr.exp: New file.
12316 * gdb.rust/generics.exp: New file.
12317 * gdb.rust/generics.rs: New file.
12318 * gdb.rust/methods.exp: New file.
12319 * gdb.rust/methods.rs: New file.
12320 * gdb.rust/modules.exp: New file.
12321 * gdb.rust/modules.rs: New file.
12322 * gdb.rust/simple.exp: New file.
12323 * gdb.rust/simple.rs: New file.
12324
c44af4eb
TT
123252016-05-17 Tom Tromey <tom@tromey.com>
12326
12327 * gdb.base/default.exp (set language): Add rust.
12328
dcd1f979
TT
123292016-05-17 Tom Tromey <tom@tromey.com>
12330
12331 * gdb.gdb/unittest.exp: New file.
12332
155b7f57
YQ
123332016-05-16 Yao Qi <yao.qi@linaro.org>
12334
12335 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12336 shell_prompt. Update shell_prompt_re.
12337
8ddd5a6c
DE
123382016-05-12 Doug Evans <dje@google.com>
12339
12340 PR symtab/19999
12341 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12342 $options when building executable.
12343 * gdb.dwarf2/fission-loclists-pie.S: New file.
12344 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12345
02e370d9
SM
123462016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12347
12348 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12349 of [is_remote target],
12350
8929ad8b
SM
123512016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12352
12353 * lib/gdb.exp (use_gdb_stub): New procedure.
12354
6c447423
DE
123552016-05-03 Yunlian Jiang <yunlian@google.com>
12356 Doug Evans <dje@google.com>
12357
12358 PR symtab/19914
12359 * gdb.dwarf2/dwp-sepdebug.c: New file.
12360 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12361
444e826c
SM
123622016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12363
12364 * gdb.base/detach.exp: Remove is_remote check.
12365
740feeaa
SM
123662016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12367
12368 * gdb.base/annota-input-while-running.exp: Don't check for
12369 [is_remote target]. Enable annotations after running to main.
12370 Remove unused "set test..." line.
12371
9080ac9d
SM
123722016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12373
12374 * gdb.trace/trace-enable-disable.exp: New file.
12375 * gdb.trace/trace-enable-disable.c: New file.
12376
952ebca5
SM
123772016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12378
12379 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12380 use it in info sharedlibrary test.
12381 * gdb.trace/ftrace-lock.exp: Likewise.
12382 * gdb.trace/ftrace.exp: Likewise.
12383 * gdb.trace/range-stepping.exp: Likewise.
12384 * gdb.trace/trace-break.exp: Likewise.
12385 * gdb.trace/trace-condition.exp: Likewise.
12386 * gdb.trace/trace-mt.exp: Likewise.
12387
d9019901
SM
123882016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12389
12390 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12391 (gdb_load_shlib): ... this.
12392 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12393 gdb_load_shlib.
12394 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12395 * gdb.base/ctxobj.exp: Likewise.
12396 * gdb.base/dprintf-pending.exp: Likewise.
12397 * gdb.base/dso2dso.exp: Likewise.
12398 * gdb.base/fixsection.exp: Likewise.
12399 * gdb.base/gcore-relro.exp: Likewise.
12400 * gdb.base/gdb1555.exp: Likewise.
12401 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12402 * gdb.base/gnu-ifunc.exp: Likewise.
12403 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12404 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12405 * gdb.base/pending.exp: Likewise.
12406 * gdb.base/print-file-var.exp: Likewise.
12407 * gdb.base/print-symbol-loading.exp: Likewise.
12408 * gdb.base/shlib-call.exp: Likewise.
12409 * gdb.base/shreloc.exp: Likewise.
12410 * gdb.base/so-impl-ld.exp: Likewise.
12411 * gdb.base/solib-disc.exp: Likewise.
12412 * gdb.base/solib-nodir.exp: Likewise.
12413 * gdb.base/solib-overlap.exp: Likewise.
12414 * gdb.base/solib-symbol.exp: Likewise.
12415 * gdb.base/solib-weak.exp (do_test): Likewise.
12416 * gdb.base/sym-file.exp: Likewise.
12417 * gdb.base/symtab-search-order.exp: Likewise.
12418 * gdb.base/type-opaque.exp: Likewise.
12419 * gdb.base/unload.exp: Likewise.
12420 * gdb.base/watchpoint-solib.exp: Likewise.
12421 * gdb.compile/compile.exp: Likewise.
12422 * gdb.cp/gdb2384.exp: Likewise.
12423 * gdb.cp/infcall-dlopen.exp: Likewise.
12424 * gdb.cp/re-set-overloaded.exp: Likewise.
12425 * gdb.fortran/library-module.exp: Likewise.
12426 * gdb.opt/solib-intra-step.exp: Likewise.
12427 * gdb.python/py-finish-breakpoint.exp: Likewise.
12428 * gdb.python/py-shared.exp: Likewise.
12429 * gdb.reverse/solib-precsave.exp: Likewise.
12430 * gdb.reverse/solib-reverse.exp: Likewise.
12431 * gdb.server/solib-list.exp: Likewise.
12432 * gdb.threads/dlopen-libpthread.exp: Likewise.
12433 * gdb.threads/tls-shared.exp: Likewise.
12434 * gdb.threads/tls-so_extern.exp: Likewise.
12435 * gdb.trace/change-loc.exp: Likewise.
12436 * gdb.trace/ftrace-lock.exp: Likewise.
12437 * gdb.trace/ftrace.exp: Likewise.
12438 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12439 * gdb.trace/pending.exp: Likewise.
12440 * gdb.trace/range-stepping.exp: Likewise.
12441 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12442 (strace_info_marker): Likewise.
12443 (strace_probe_marker): Likewise.
12444 (strace_trace_on_same_addr): Likewise.
12445 (strace_trace_on_diff_addr): Likewise.
12446 * gdb.trace/trace-break.exp: Likewise.
12447 * gdb.trace/trace-condition.exp: Likewise.
12448 * gdb.trace/trace-mt.exp: Likewise.
12449
fca4cfd9
SM
124502016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12451
12452 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12453 result of gdb_remote_download.
12454 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12455 * gdb.base/dso2dso.exp: Likewise.
12456 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12457 * gdb.base/print-file-var.exp: Likewise.
12458 * gdb.base/shlib-call.exp: Likewise.
12459 * gdb.base/shreloc.exp: Likewise.
12460 * gdb.base/solib-overlap.exp: Likewise.
12461 * gdb.base/solib-weak.exp (do_test): Likewise.
12462 * gdb.base/unload.exp: Likewise.
12463
11cf4ffb
YQ
124642016-04-27 Yao Qi <yao.qi@linaro.org>
12465
12466 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12467 exists.
12468
3e2e34f8
KB
124692016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12470
12471 * vla-type.exp: Print structure from toplevel.
12472
8f07e298
BH
124732016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12474
12475 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12476 of dynamic types.
12477 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12478 of dynamic types.
12479
9920b434
BH
124802016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12481
12482 * gdb.fortran/vla-type.f90: New file.
12483 * gdb.fortran/vla-type.exp: New file.
12484
f3abeff5
YQ
124852016-04-25 Yao Qi <yao.qi@linaro.org>
12486
12487 * gdb.base/branch-to-self.c: New file.
12488 * gdb.base/branch-to-self.exp: New file.
12489
0a5d52f0
YQ
124902016-04-22 Yao Qi <yao.qi@linaro.org>
12491
12492 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12493 more after $hex.
12494
495346f6
YQ
124952016-04-22 Yao Qi <yao.qi@linaro.org>
12496
12497 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12498 * gdb.base/annota3.exp: Likewise.
12499
4a7e075c
YQ
125002016-04-22 Yao Qi <yao.qi@linaro.org>
12501
12502 * gdb.reverse/step-precsave.exp: Do one step and test program
12503 stops in "callee" and do multiple steps until program goes out
12504 of "callee".
12505 * gdb.reverse/step-reverse.exp: Likewise.
12506
5b061e98
YQ
125072016-04-22 Yao Qi <yao.qi@linaro.org>
12508
12509 * gdb.trace/signal.exp: Also pass if
12510 $tracepoint_hits($i) > $iterations.
12511
5c5dc57f
YQ
125122016-04-22 Yao Qi <yao.qi@linaro.org>
12513
12514 * gdb.trace/signal.c: New file.
12515 * gdb.trace/signal.exp: New file.
12516
a55411b9
DE
125172016-04-19 Doug Evans <xdje42@gmail.com>
12518
12519 * gdb.base/bad-file.exp: New file.
12520
a22df60a
MG
125212016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12522
12523 * gdb.dwarf2/implref.exp: New file.
12524
0c13f7e5
BH
125252016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12526
12527 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12528 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12529 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12530 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12531 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12532 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12533 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12534 * lib/fortran.exp (fortran_int4): New procedure.
12535 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12536 (fortran_logical4): Likewise.
12537
9b9b09e9
BH
125382016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12539
12540 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12541
a14d1f4d
BH
125422016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12543
12544 * lib/compiler.c: Add Intel specific preprocessor macros.
12545 * lib/compiler.cc: Likewise.
25d49b86 12546
7d49b1d0
LM
125472016-04-13 Luis Machado <lgustavo@codesourcery.com>
12548
12549 * gdb.server/connect-with-no-symbol-file.c: New file.
12550 * gdb.server/connect-with-no-symbol-file.exp: New file.
12551
8392fa22
SM
125522016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12553
12554 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12555
8c4c4aeb
SM
125562016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12557
12558 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12559 standard output directory.
12560
45e3745e
AT
125612016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12562
12563 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12564
e26b7e41
MM
125652016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12566
12567 * gdb.btrace/instruction_history.c (loop): Add declaration.
12568
8ce09462
AT
125692016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12570
12571 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12572
2e88a1ea
SM
125732016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12574
12575 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12576 parentheses to print.
12577 (continue_handler): Likewise.
12578
f48e22e3
SM
125792016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12580
12581 * gdb.server/solib-list.exp: Remove is_remote check.
12582 Pass shlib= to gdb_compile. Don't link shared library with
12583 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12584 Run binary filename through "readlink -f" on the target.
12585
096be756
PA
125862016-04-08 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12589 interpreter filename as argument to gdbserver_spawn.
12590 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12591 Return empty if $last_loaded_file does not exist.
12592
06500533
JK
125932016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12594
12595 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12596 * gdb.base/jit-main.c: Use exit after usage.
12597
2d35e871
JK
125982016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12599
12600 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12601 GDBHISTSIZE prior to the tests.
12602 * gdb.base/gdbinit-history.exp: Likewise.
12603
126042016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12605
12606 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12607 instead of build_executable. Use gdb_load_shlibs.
12608
c8064e7e
YQ
126092016-04-07 Yao Qi <yao.qi@linaro.org>
12610
12611 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12612 Execute "si" command.
12613
bde47561
YQ
126142016-04-07 Yao Qi <yao.qi@linaro.org>
12615
12616 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12617 number instead of the comments on some line.
12618
b16f8a3b
DB
126192016-04-06 Don Breazeal <donb@codesourcery.com>
12620
12621 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12622 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12623
c2f901df
SM
126242016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12625
12626 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12627 standard_output_file. Remove unused binfile variable.
12628
ac17fda0
CU
126292016-04-05 Catalin Udma <catalin.udma@freescale.com>
12630
12631 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12632 * gdb.python/py-mi-objfile.exp: Match "list main" output
12633 in console format.
12634
03a8c4df
SM
126352016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12636
12637 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12638 absolute.
12639
6e774b13
SM
126402016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12641
12642 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12643 absolute.
12644 * gdb.trace/ftrace.exp: Likewise.
12645 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12646 targets as well.
12647 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12648 (gdb_load_shlibs): Copy libraries to test directory when testing
12649 natively. Only set solib-search-path if testing remotely.
12650 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12651
7817ea46
SM
126522016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12653
12654 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12655 gdb_download. Use it even if the target is not remote.
12656 * gdb.base/jit.exp (compile_jit_test): Likewise.
12657 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12658 output directory if the destination board is local, otherwise use
12659 the standard remote_download from DejaGnu.
12660 (gdb_download): Remove.
12661 (gdb_load_shlibs): Use gdb_remote_download instead of
12662 gdb_download.
12663 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12664 Use gdb_remote_download instead of gdb_download. Use it even if
12665 the target is not remote.
12666 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12667 instead of gdb_download.
12668
7beb7f68
SM
126692016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12670
12671 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12672 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12673 run.
12674
cc63428a
AV
126752016-04-01 Artemiy Volkov <artemiyv@acm.org>
12676
12677 PR gdb/19820
12678 * gdb.base/printcmds.exp: Add artificial arrays tests.
12679
64cdf930
PA
126802016-03-31 Pedro Alves <palves@redhat.com>
12681
12682 PR gdb/19858
12683 * gdb.base/jit-main.c: Include unistd.h.
12684 (ATTACH): Define to 0 if not already defined.
12685 (wait_for_gdb, mypid): New globals.
12686 (WAIT_FOR_GDB): New macro.
12687 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12688 some breakpoint locations.
12689 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12690 New procedures.
12691 (one_jit_test): Add REATTACH parameter, and handle it. Use
12692 continue_to_test_location.
12693 (top level): Test attach, and adjusts calls to one_jit_test.
12694
40dea8cb
PA
126952016-03-31 Pedro Alves <palves@redhat.com>
12696
12697 PR gdb/19858
12698 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12699 BINSUFFIX parameter, and handle it.
12700 (top level): Adjust calls compile_jit_test.
12701
e7ea3ec7
CU
127022016-03-31 Catalin Udma <catalin.udma@freescale.com>
12703
12704 PR python/19743
12705 * gdb.python/py-mi-events-gdb.py: New file.
12706 * gdb.python/py-mi-events.c: New file.
12707 * gdb.python/py-mi-events.exp: New file.
12708
e6359af3
YQ
127092016-03-30 Yao Qi <yao.qi@linaro.org>
12710
12711 * gdb.reverse/until-precsave.exp: Match function name only.
12712 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12713 Move malloc to a condition block.
12714 * gdb.reverse/until-reverse.exp: Match function name only.
12715
a4105d04
MK
127162016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12717
12718 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12719 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12720 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12721 variable for GPR 0 instead of assuming it is register 0.
12722 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12723 * lib/trace-support.exp: Add s390 registers.
12724
bfa6adb9
YQ
127252016-03-29 Yao Qi <yao.qi@linaro.org>
12726
12727 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12728
1e6697ea
YQ
127292016-03-24 Yao Qi <yao.qi@linaro.org>
12730
12731 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12732 test message.
12733
64bcd522
AA
127342016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12735
12736 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12737 maintaining separate logic for constructing the output path.
12738
7868401b
DB
127392016-03-16 Don Breazeal <donb@codesourcery.com>
12740
12741 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12742 Retry fork and waitpid on interrupted system call errors.
12743 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12744 Use with_timeout_factor to increase timeout by factor of 10.
12745
1cafadb4
DB
127462016-03-15 Don Breazeal <donb@codesourcery.com>
12747
12748 * gdb.cp/scope-err.cc: New test program.
12749 * gdb.cp/scope-err.exp: New test script.
12750 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12751 lines and "set breakpoint here" comment.
12752 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12753 Fixed some whitespace and format issues.
12754 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12755 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12756
81516450
DE
127572016-03-15 Doug Evans <dje@google.com>
12758
12759 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12760 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12761 All callers updated. Add tests for enums, mixed flags register.
12762
aa52b601
DE
127632016-03-15 Doug Evans <dje@google.com>
12764
12765 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12766 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12767
fa4ff313
SM
127682016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12769
12770 * gdb.base/default.exp: Add $_as_string to the list of expected
12771 convenience functions.
12772
f2403c39
AB
127732016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12774
12775 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12776
f2f3ccb9
SM
127772016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12778
12779 * gdb.python/py-as-string.exp: New file.
12780 * gdb.python/py-as-string.c: New file.
12781
00dbd492
PA
127822016-03-09 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12785 signal" -> "Thread NN received signal" output change.
12786 * gdb.threads/ia64-sigill.exp: Likewise.
12787 * gdb.threads/linux-dp.exp: Likewise.
12788 * gdb.threads/manythreads.exp: Likewise.
12789 * gdb.threads/pending-step.exp: Likewise.
12790 * gdb.threads/print-threads.exp: Likewise.
12791 * gdb.threads/sigstep-threads.exp: Likewise.
12792 * gdb.threads/staticthreads.exp: Likewise.
12793 * gdb.threads/tls.exp: Likewise.
12794
1e6697ea
YQ
127952016-03-09 Pedro Alves <palves@redhat.com>
12796
12797 * gdb.base/command-line-input.exp: New file.
12798
b04fd3be
MK
127992016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12800
12801 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12802 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12803 * gdb.trace/pending.exp: Accept leading dot before function name.
12804 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12805 * lib/trace-support.exp: Set registers for ppc.
12806
98fa59e9
MK
128072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12808
12809 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12810 use it for disassembly; accept .main in addition to main in backtrace.
12811
f77198c8
MK
128122016-03-09 Wei-cheng Wang <cole945@gmail.com>
12813 Marcin Kościelnicki <koriakin@0x04.net>
12814
12815 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12816 (gdb_recursion_test_ptr): New global variable.
12817 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12818 gdb_recursion_test.
12819 (gdb_c_test): Ditto.
12820
ba84e0da
MK
128212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12822
12823 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12824 ordering.
12825
4366d36e
MK
128262016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12827
12828 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12829 (bar): Add bar_start_lbl label.
12830 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12831 of foo/bar for emitting DWARF and tracing.
12832
5eb264df
SDJ
128332016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12834
12835 * analyze-racy-logs.py: Set executable bit.
12836
fb6a751f
SDJ
128372016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12838
12839 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12840 (CHECK_TARGET_TMP): Likewise.
12841 (check-single-racy): New rule.
12842 (check-parallel-racy): Likewise.
12843 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12844 (do-check-parallel-racy): New rule.
12845 (check-racy/%.exp): Likewise.
12846 * README (Racy testcases): New section.
12847 * analyze-racy-logs.py: New file.
12848
bdf7e230
DE
128492016-03-03 Doug Evans <dje@google.com>
12850
12851 * gdb.base/skip.exp: Use with_test_prefix.
12852
4719d415
YQ
128532016-03-03 Yao Qi <yao.qi@linaro.org>
12854
12855 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12856 Invoke step_over_syscall "clone" and break_cond_on_syscall
12857 "clone".
12858 * gdb.base/step-over-clone.c: New file.
12859
ea507862
YQ
128602016-03-03 Yao Qi <yao.qi@linaro.org>
12861
12862 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12863 code format.
12864
8fc8cbda
YQ
128652016-03-03 Yao Qi <yao.qi@linaro.org>
12866
12867 * gdb.base/disp-step-fork.c: Rename to ...
12868 * gdb.base/step-over-fork.c: ... it. New file.
12869 * gdb.base/disp-step-vfork.c: Rename to ...
12870 * gdb.base/step-over-vfork.c: ... it. New file.
12871 * gdb.base/disp-step-syscall.exp: Rename to ...
12872 * gdb.base/step-over-syscall.exp: ... it. New file.
12873 (disp_step_cross_syscall): Rename to ...
12874 (step_over_syscall): ... it.
12875
92fa70b0
YQ
128762016-03-03 Yao Qi <yao.qi@linaro.org>
12877
12878 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12879 If target supports condition evaluation on target, invoke
12880 break_cond_on_syscall for fork and vfork.
12881
e197ad3c
YQ
128822016-03-03 Yao Qi <yao.qi@linaro.org>
12883
12884 * gdb.base/disp-step-syscall.exp: Don't invoke
12885 support_displaced_stepping.
12886 (disp_step_cross_syscall): Test with displaced stepping off and
12887 on if supported.
12888
0b47da9f
YQ
128892016-03-03 Yao Qi <yao.qi@linaro.org>
12890
12891 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12892 proc.
12893 (setup): New proc.
12894 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12895 and setup.
12896
065ab6dc
BH
128972016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12898
12899 * gdb.fortran/vla-history.exp: Remove breakpoint.
12900
07e448ad 129012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12902
25d49b86
PA
12903 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12904 exceeds timeout.
07e448ad 12905
9ac2d526 129062016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12907
25d49b86
PA
12908 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12909 breakpoint.
9ac2d526 12910
17807369
BH
129112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12912
12913 * gdb.mi/vla.f90: Nullify pointer after declaration.
12914
86e501af
PA
129152016-03-01 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12918
1e903e32
PA
129192016-03-01 Pedro Alves <palves@redhat.com>
12920
12921 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12922 before anything else.
12923 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12924 _GNU_SOURCE here.
12925 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12926 before anything else.
12927 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12928
6ccb54e2
PA
129292016-03-01 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12932
30ca9da1
YQ
129332016-03-01 Yao Qi <yao.qi@linaro.org>
12934
12935 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12936 prepare_for_testing.
12937
dc856b38
YQ
129382016-03-01 Yao Qi <yao.qi@linaro.org>
12939
12940 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12941
4a932159
AA
129422016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12943
12944 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12945 manually constructing the output path.
12946
f2489477
AA
129472016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12948
12949 * gdb.arch/s390-stackless.S: New.
12950 * gdb.arch/s390-stackless.exp: New.
12951
38899f16
IB
129522016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12953
12954 * gdb.dlang/circular.c: New file.
12955 * gdb.dlang/circular.exp: New file.
12956
9fde51ed
YQ
129572016-02-26 Yao Qi <yao.qi@linaro.org>
12958
12959 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12960 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12961 (testcases): Update.
12962
ce90fefe
YQ
129632016-02-26 Yao Qi <yao.qi@linaro.org>
12964
12965 * gdb.reverse/aarch64.c: Rename to ...
12966 * gdb.reverse/insn-reverse.c: ... it.
12967 * gdb.reverse/aarch64.exp: Rename to ...
12968 * gdb.reverse/insn-reverse.exp: ... it.
12969
3263bceb
YQ
129702016-02-26 Yao Qi <yao.qi@linaro.org>
12971
12972 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12973 (testcase_ftype): New.
12974 (testcases): New array.
12975 (n_testcases): New.
12976 (main): Call each element in testcases.
12977 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12978 (read_testcase): New.
12979 Do the tests in a loop.
12980
6cb59ff1
YQ
129812016-02-25 Yao Qi <yao.qi@linaro.org>
12982
12983 * gdb.base/branches.c: Remove.
12984
ae91f625
MK
129852016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12986
12987 PR gdb/13808
12988 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12989
678b48b7
MK
129902016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12991
12992 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12993
7337a6f2
MK
129942016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12995
12996 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12997 change x86_64 call_insn to 'callq'.
12998
861ca91f
AT
129992016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13000
13001 * gdb.trace/tfile-avx.c: Move to...
13002 * gdb.trace/tracefile-pseudo-reg.c: Here.
13003 * gdb.trace/tfile-avx.exp: Move to...
13004 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13005
bf74e428
GB
130062016-02-24 Gary Benson <gbenson@redhat.com>
13007
13008 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13009 message on attach.
13010
cce0e923
DE
130112016-02-23 Doug Evans <dje@google.com>
13012
13013 * gdb.base/skip.c (test_skip): New function.
13014 (end_test_skip_file_and_function): New function.
13015 (test_skip_file_and_function): New function.
13016 * gdb.base/skip1.c (test_skip): New function.
13017 (skip1_test_skip_file_and_function): New function.
13018 * gdb.base/skip.exp: Add tests for new skip options.
13019 * gdb.base/skip-solib.exp: Update expected output.
13020 * gdb.perf/skip-command.cc: New file.
13021 * gdb.perf/skip-command.exp: New file.
13022 * gdb.perf/skip-command.py: New file.
13023
4000e47e
MK
130242016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13025
13026 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13027 info registers pattern.
13028
24f75ead
IB
130292016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13030
13031 * lib/future.exp: Add D support.
13032 (gdb_find_gdc): New proc.
13033 (gdb_default_target_compile): Add D support.
13034
fbb7bcbe
WW
130352016-02-18 Wei-cheng Wang <cole945@gmail.com>
13036
13037 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13038 user+system time.
13039 (trace_speed_test): Determine the iteration count for a time
13040 between 15..30 seconds.
13041
012b3a21
WT
130422016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13043
13044 * gdb.arch/i386-mpx-sigsegv.c: New file.
13045 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13046 * gdb.arch/i386-mpx-simple_segv.c: New file.
13047 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13048
2d5189bd
YQ
130492016-02-18 Yao Qi <yao.qi@linaro.org>
13050
13051 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13052 Don't call setup_kfail.
13053
40fb20d0
YQ
130542016-02-18 Yao Qi <yao.qi@linaro.org>
13055
13056 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13057 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13058
21b1f8d2
DE
130592016-02-16 Doug Evans <dje@google.com>
13060
13061 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13062 * gdb.base/skip1.c: Ditto.
13063 * gdb.base/skip.exp: Whitespace cleanup.
13064
4041ed77
DB
130652016-02-16 Don Breazeal <donb@codesourcery.com>
13066
13067 PR remote/19496
13068 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13069 Remove kfail for PR remote/19496.
13070
c4ef31bf
SM
130712016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13072
13073 * lib/gdb.exp (standard_temp_file): Return a path specific to
13074 the runtest invocation.
13075
266b65b3
SM
130762016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13077
13078 * gdb.trace/save-trace.exp: Change relative path to be in the
13079 standard output directory.
13080
a7a0a6a9
JK
130812016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13082
13083 * gdb.arch/i386-prologue.c: Add missing prototypes.
13084
c99dbb42
JK
130852016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13086
13087 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13088 * gdb.arch/i386-prologue.exp: Likewise.
13089 * gdb.arch/i386-size.exp: Likewise.
13090
aa480355
SM
130912016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13092
13093 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13094 define object file path.
13095 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13096 file path.
13097 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13098 standard_output_file to define binfile.
13099
ba881f50
JK
131002016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13101
13102 Fix compatibility with recent gfortran-5.3.1.
13103 * gdb.fortran/vla-history.exp (print vla1 allocated)
13104 (print vla2 allocated, print $2, print $3): Remove
13105 (print $4): Rename to ...
13106 (print $2): ... here.
13107 (print $9): Rename to ...
13108 (print $5): ... here.
13109 (print $10): Rename to ...
13110 (print $6): ... here.
13111 * gdb.fortran/vla.f90: Add pvla initialization.
13112
e9fb005c
JK
131132016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13114
13115 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13116 New test.
13117 * gdb.fortran/vla-value-sub.exp: Likewise.
13118
e44e00ff
MK
131192016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13120
13121 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13122
97e94151
SM
131232016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13124
13125 * i386-biarch-core.exp: Define corefile using
13126 standard_output_file.
13127
01113bc1
YQ
131282016-02-12 Yao Qi <yao.qi@linaro.org>
13129
13130 * gdb.arch/arm-single-step-kernel-helper.c: New.
13131 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13132
33b4777c
MM
131332016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13134
13135 * gdb.btrace/tailcall-only.exp: New.
13136 * gdb.btrace/tailcall-only.c: New.
13137 * gdb.btrace/x86_64-tailcall-only.S: New.
13138 * gdb.btrace/i686-tailcall-only.S: New.
13139
acc23c11
PA
131402016-02-11 Pedro Alves <palves@redhat.com>
13141
13142 * README (Parallel testing): Add missing double quotes.
13143
e352bf0a
PA
131442016-02-11 Pedro Alves <palves@redhat.com>
13145
13146 * README (Parallel testing): New section.
13147 (GDB_PARALLEL): Rewrite.
13148 (FORCE_PARALLEL): Document.
13149
9f5fed78
MK
131502016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13151
13152 * gdb.trace/tfile-avx.c: New test.
13153 * gdb.trace/tfile-avx.exp: New test.
13154
9ef9e6a6
KS
131552016-02-09 Keith Seitz <keiths@redhat.com>
13156
13157 PR breakpoints/19546
13158 * gdb.base/infcall-exec.c: New file.
13159 * gdb.base/infcall-exec2.c: New file.
13160 * gdb.base/infcall-exec.exp: New file.
13161
a96e36da
KS
131622016-02-09 Keith Seitz <keiths@redhat.com>
13163
13164 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13165 (toplevel): Call test_bkpt_address.
13166
9f61929f
KS
131672016-02-09 Keith Seitz <keiths@redhat.com>
13168
13169 PR python/19506
13170 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13171 (toplevel): Call test_bkpt_address.
13172
1e94266c
SM
131732016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13174
13175 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13176 to AC_OUTPUT.
13177 * configure: Regenerate.
13178
2a7f3dff
PA
131792016-02-09 Pedro Alves <palves@redhat.com>
13180
13181 PR breakpoints/19548
13182 * gdb.base/execl-update-breakpoints.c (some_function): New
13183 function.
13184 (main): Call it.
13185 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13186 Tighten expected GDB output.
13187
2151ccc5
SM
131882016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13189
13190 * Makefile.in (ALL_SUBDIRS): Remove.
13191 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13192 (distclean maintainer-clean realclean): Likewise.
13193 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13194 * configure: Regenerate.
13195 * gdb.ada/Makefile.in: Delete.
13196 * gdb.arch/Makefile.in: Likewise.
13197 * gdb.asm/Makefile.in: Likewise.
13198 * gdb.base/Makefile.in: Likewise.
13199 * gdb.btrace/Makefile.in: Likewise.
13200 * gdb.cell/Makefile.in: Likewise.
13201 * gdb.compile/Makefile.in: Likewise.
13202 * gdb.cp/Makefile.in: Likewise.
13203 * gdb.disasm/Makefile.in: Likewise.
13204 * gdb.dlang/Makefile.in: Likewise.
13205 * gdb.dwarf2/Makefile.in: Likewise.
13206 * gdb.fortran/Makefile.in: Likewise.
13207 * gdb.gdb/Makefile.in: Likewise.
13208 * gdb.go/Makefile.in: Likewise.
13209 * gdb.guile/Makefile.in: Likewise.
13210 * gdb.java/Makefile.in: Likewise.
13211 * gdb.linespec/Makefile.in: Likewise.
13212 * gdb.mi/Makefile.in: Likewise.
13213 * gdb.modula2/Makefile.in: Likewise.
13214 * gdb.multi/Makefile.in: Likewise.
13215 * gdb.objc/Makefile.in: Likewise.
13216 * gdb.opencl/Makefile.in: Likewise.
13217 * gdb.opt/Makefile.in: Likewise.
13218 * gdb.pascal/Makefile.in: Likewise.
13219 * gdb.perf/Makefile.in: Likewise.
13220 * gdb.python/Makefile.in: Likewise.
13221 * gdb.reverse/Makefile.in: Likewise.
13222 * gdb.server/Makefile.in: Likewise.
13223 * gdb.stabs/Makefile.in: Likewise.
13224 * gdb.threads/Makefile.in: Likewise.
13225 * gdb.trace/Makefile.in: Likewise.
13226 * gdb.xml/Makefile.in: Likewise.
13227 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13228 GDB_PARALLEL.
13229 (standard_output_file): Remove check for GDB_PARALLEL, always
13230 return path in outputs/$subdir/$testname.
13231
437277d4
SM
132322016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13233
13234 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13235 (site.exp): Assign abs_srcdir to tcl's srcdir.
13236
31d913c7
YQ
132372016-02-04 Yao Qi <yao.qi@linaro.org>
13238
13239 * gdb.base/foll-exec-mode.c: Include limits.h.
13240 (main): Add parameters argc and argv. Get directory from
13241 argv[0].
13242 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13243 compilation.
13244 * gdb.base/foll-exec.c: Include limits.h.
13245 (main): Add parameters argc and argv.
13246 Get directory from argv[0].
13247 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13248 Adjust tests on the number of lines as source code changed.
13249 * gdb.base/foll-vfork-exit.c: Include limits.h.
13250 (main): Add one line of statement before vfork.
13251 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13252 (main): Add parameters argc and argv. Get directory from
13253 argv[0].
13254 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13255 (setup_gdb): Set tbreak to skip some source lines.
13256 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13257 (main): Add parameters argc and argv. Get directory from
13258 argv[0].
13259 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13260 compilation.
13261 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13262 (main): Add parameters argc and argv. Get directory from
13263 argv[0].
13264 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13265 compilation.
13266
9482b9fb
DE
132672016-02-01 Doug Evans <dje@google.com>
13268
13269 * gdb.base/skip.exp: Clean up multiple references to same test name.
13270
6b2e4f10
PA
132712016-02-01 Pedro Alves <palves@redhat.com>
13272
ccb6afd6 13273 PR remote/19496
6b2e4f10
PA
13274 * gdb.threads/forking-threads-plus-breakpoint.exp
13275 (displaced_stepping_supported): New global.
13276 (probe_displaced_stepping_support): New procedure.
13277 (do_test): Add 'displaced' parameter, and use it.
13278 (top level): Check for displaced stepping support. Add displaced
13279 stepping on/off testing axis.
13280
37a8db1a
AB
132812016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13282
13283 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13284 pointer. Don't perform further tests on the unassociated pointer
13285 if the first test fails.
13286
5fdf6324
AB
132872016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13288
13289 * gdb.base/max-value-size.c: New file.
13290 * gdb.base/max-value-size.exp: New file.
13291 * gdb.base/huge.exp: Disable max-value-size for this test.
13292
935c6144
IB
132932016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13294
13295 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13296
7fe8399d
YQ
132972016-01-28 Yao Qi <yao.qi@linaro.org>
13298
13299 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13300
a2077e25
PA
133012016-01-25 Pedro Alves <palves@redhat.com>
13302
13303 PR threads/19461
13304 * gdb.base/fork-running-state.c: New file.
13305 * gdb.base/fork-running-state.exp: New file.
13306
1d2736d4
PA
133072016-01-25 Pedro Alves <palves@redhat.com>
13308
13309 PR gdb/19494
13310 * gdb.base/catch-fork-kill.c: New file.
13311 * gdb.base/catch-fork-kill.exp: New file.
13312
f1da4b11
PA
133132016-01-25 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13316 Delete, moved to lib/gdb.exp.
13317 * gdb.threads/forking-threads-plus-breakpoint.exp
13318 (foreach_with_prefix): Likewise.
13319 * gdb.threads/process-dies-while-handling-bp.exp
13320 (foreach_with_prefix): Likewise.
13321 * lib/gdb.exp (foreach_with_prefix): New procedure.
13322
45f38546
MK
133232016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13324
13325 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13326 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13327
dc29a1ce
MK
133282016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13329
13330 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13331 endian targets.
13332
092127d7
JK
133332016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13334 Pedro Alves <palves@redhat.com>
13335
13336 Fix testsuite compatibility with Guile.
13337 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13338 number.
13339
31d765d3
JK
133402016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13341
13342 Fix testsuite compatibility with Guile.
13343 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13344 (thread 1): New test for backtrace through signal handler.
13345
1ac78c04
YQ
133462016-01-22 Yao Qi <yao.qi@linaro.org>
13347
13348 PR testsuite/19491
13349 * gdb.base/multi-forks.c: Include
13350 ../lib/unbuffer_output.c
13351 (main): Call gdb_unbuffer_output.
13352
4f5946a8
DE
133532016-01-21 Doug Evans <dje@google.com>
13354
13355 * lib/ada.exp (gdb_compile_ada): Fix typo.
13356
305e13e6
JB
133572016-01-21 Joel Brobecker <brobecker@adacore.com>
13358
13359 * gdb.base/break-fun-addr.exp: New file.
13360 * gdb.base/break-fun-addr1.c: New file.
13361 * gdb.base/break-fun-addr2.c: New file.
13362
5f5dfff6
SM
133632016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13364
13365 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13366 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13367 enum flag values.
13368
fd356fa2
AA
133692016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13370
13371 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13372 when GDB can not set the vector return value. Add more comments
13373 for clarification.
13374
9df22175
AT
133752016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13376
13377 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13378 command.
13379
41d1845e
SM
133802016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13383
01ac6840
SM
133842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13385
13386 * Makefile.in (check-single): Pass --status to runtest.
13387 (check/%.exp): Likewise.
13388
133892016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13390
13391 * Makefile.in (check-parallel): Propagate return code from make
13392 do-check-parallel.
13393
bd0a71fa
MK
133942016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13395
13396 * gdb.trace/ftrace.exp: Fix expected message on continue.
13397 * gdb.trace/pending.exp: Fix expected message on continue.
13398 * gdb.trace/trace-break.exp: Fix expected message on continue.
13399
8bcbad33
SM
134002016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13401
13402 * lib/gdb.exp (gdb_test): Remove unused global references.
13403
f303dbd6
PA
134042016-01-18 Pedro Alves <palves@redhat.com>
13405
13406 * gdb.base/async-shell.exp: Adjust expected output.
13407 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13408 * gdb.base/siginfo-thread.exp: Adjust expected output.
13409 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13410 * gdb.java/jnpe.exp: Adjust expected output.
13411 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13412 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13413 * gdb.threads/leader-exit.exp: Adjust expected output.
13414 * gdb.threads/manythreads.exp: Adjust expected output.
13415 * gdb.threads/pthreads.exp: Adjust expected output.
13416 * gdb.threads/schedlock.exp: Adjust expected output.
13417 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13418 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13419 expected output.
13420 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13421 output.
13422 * gdb.threads/sigthread.exp: Adjust expected output.
13423 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13424
b2789696
YQ
134252016-01-18 Yao Qi <yao.qi@linaro.org>
13426
13427 * gdb.guile/scm-section-script.c: Replace @progbits with
13428 %progbits.
13429 * gdb.python/py-section-script.c: Likewise.
13430
71ef29a8
PA
134312016-01-15 Pedro Alves <palves@redhat.com>
13432
13433 * gdb.multi/tids.exp: Test star wildcard ranges.
13434
3f5b7598
PA
134352016-01-15 Pedro Alves <palves@redhat.com>
13436
13437 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13438 command from "thread apply" invocation.
13439 (thr_apply_info_thr_invalid): Default the expected output to the
13440 input tid list.
13441 (top level): Add tests that use convenience variables. Add tests
13442 for "thread apply" with a valid TID list, but missing the command.
13443
663f6d42
PA
134442016-01-13 Pedro Alves <palves@redhat.com>
13445
13446 * gdb.base/default.exp: Expect $_gthread as well.
13447 * gdb.multi/tids.exp: Test $_gthread.
13448 * gdb.threads/thread-specific.exp: Test $_gthread.
13449
c84f6bbf
PA
134502016-01-13 Pedro Alves <palves@redhat.com>
13451
13452 * gdb.multi/tids.exp: Test "info threads -gid".
13453
22a02324
PA
134542016-01-13 Pedro Alves <palves@redhat.com>
13455
13456 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13457 Breakpoint.thread.
13458 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13459
5d5658a1
PA
134602016-01-07 Pedro Alves <palves@redhat.com>
13461
13462 * gdb.base/break.exp: Adjust to output changes.
13463 * gdb.base/hbreak2.exp: Likewise.
13464 * gdb.base/sepdebug.exp: Likewise.
13465 * gdb.base/watch_thread_num.exp: Likewise.
13466 * gdb.linespec/keywords.exp: Likewise.
13467 * gdb.multi/info-threads.exp: Likewise.
13468 * gdb.threads/thread-find.exp: Likewise.
13469 * gdb.multi/tids.c: New file.
13470 * gdb.multi/tids.exp: New file.
13471
84654457
PA
134722016-01-13 Pedro Alves <palves@redhat.com>
13473
13474 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13475
e3940304
PA
134762016-01-13 Pedro Alves <palves@redhat.com>
13477
13478 * gdb.base/default.exp: Expect $_inferior as well.
13479 * gdb.multi/base.exp: Test $_inferior.
13480
a911d87a
PA
134812016-01-13 Pedro Alves <palves@redhat.com>
13482
13483 PR breakpoints/19388
13484 * gdb.base/catch-signal-siginfo-cond.c: New file.
13485 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13486
82075af2
JS
134872016-01-12 Josh Stone <jistone@redhat.com>
13488 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13489
13490 * gdb.base/catch-syscall.c (do_execve): New variable.
13491 (main): Conditionally trigger an execve.
13492 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13493 (test_catch_syscall_execve): New, check entry/return across execve.
13494 (do_syscall_tests): Call test_catch_syscall_execve.
13495
e46eeedd
PA
134962016-01-12 Pedro Alves <palves@redhat.com>
13497
13498 * gdb.base/random-signal.exp (do_test): New procedure, with body
13499 of testcase moved in.
13500
01d8c27e
JK
135012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13502 Pedro Alves <palves@redhat.com>
13503
13504 * gdb.base/funcargs.exp (finish from indirectly called function):
13505 Reintroduce the case for 'First'.
13506
9a706302
JK
135072016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13508 Pedro Alves <palves@redhat.com>
13509
13510 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13511 (tcatch_vfork_then_child_follow_exec)
13512 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13513 identification.
13514
c0ecb95f
JK
135152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13516
13517 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13518 and repeats to unlimited.
13519 * gdb.python/py-value.exp: Likewise.
13520 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13521 and repeats to unlimited.
13522
6cfc1fcb
JK
135232016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13524
13525 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13526 and reordering the functions.
13527 * gdb.multi/hangout.c: Likewise.
13528 * gdb.multi/hello.c: Likewise.
13529
582a1b00
SM
135302016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13531
13532 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13533 absolute.
13534 (SingleStatisticTestResult.report): Use dict.keys instead of
13535 dict.iterkeys.
13536
79bc59cb
PA
135372016-01-06 Pedro Alves <palves@redhat.com>
13538
13539 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13540
43368e1d
MM
135412016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13542
13543 * gdb.btrace/dlopen.exp: New.
13544 * gdb.btrace/dlopen.c: New.
13545 * gdb.btrace/dlopen-dso.c: New.
13546
79fad5b8
SL
135472015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13548
13549 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13550 PATTERN argument is optional.
13551
ab8314b3
JB
135522015-12-24 Joel Brobecker <brobecker@adacore.com>
13553
13554 * lib/ada.exp (target_compile_ada_from_dir): New function.
13555 (gdb_compile_ada): Reimplement avoiding the use of project files.
13556 * gdb.ada/gnat_ada.gpr: Delete.
13557 * gdb.ada/cond_lang.exp: Adjust test to make path before
13558 filename optional.
13559 * gdb.ada/small_reg_param.exp: Likewise.
13560
fe33faff
SM
135612015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13562
13563 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13564
6d265cb4
TP
135652015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13566
13567 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13568 case.
13569
10125099
SM
135702015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13571
13572 * gdb.base/break.exp: Remove dead code.
13573 * gdb.base/sepdebug.exp: Likewise.
13574
3ca22649
SM
135752015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13576
13577 * gdb.asm/asm-source.exp: Remove HP-UX references.
13578 * gdb.base/annota1.exp: Likewise.
13579 * gdb.base/annota3.exp: Likewise.
13580 * gdb.base/attach.exp: Likewise.
13581 * gdb.base/bigcore.exp: Likewise.
13582 * gdb.base/break.exp: Likewise.
13583 * gdb.base/call-ar-st.exp: Likewise.
13584 * gdb.base/callfuncs.exp: Likewise.
13585 * gdb.base/catch-fork-static.exp: Likewise.
13586 * gdb.base/display.exp: Likewise.
13587 * gdb.base/foll-exec-mode.exp: Likewise.
13588 * gdb.base/foll-exec.exp: Likewise.
13589 * gdb.base/foll-fork.exp: Likewise.
13590 * gdb.base/foll-vfork.exp: Likewise.
13591 * gdb.base/funcargs.exp: Likewise.
13592 * gdb.base/hbreak2.exp: Likewise.
13593 * gdb.base/inferior-died.exp: Likewise.
13594 * gdb.base/interrupt.exp: Likewise.
13595 * gdb.base/multi-forks.exp: Likewise.
13596 * gdb.base/nodebug.exp: Likewise.
13597 * gdb.base/sepdebug.exp: Likewise.
13598 * gdb.base/solib1.c: Likewise.
13599 * gdb.base/step-test.exp: Likewise.
13600 * gdb.mi/non-stop.c: Likewise.
13601 * gdb.mi/pthreads.c: Likewise.
13602 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13603 * gdb.threads/pthreads.c: Likewise.
13604 * gdb.threads/staticthreads.exp: Likewise.
13605 * lib/future.exp: Likewise.
13606 * lib/gdb.exp: Likewise.
13607 * gdb.base/so-indr-cl.c: Remove.
13608 * gdb.base/so-indr-cl.exp: Likewise.
13609 * gdb.base/solib.c: Likewise.
13610 * gdb.base/solib.exp: Likewise.
13611 * gdb.base/solib2.c: Likewise.
13612
b6304613
SM
136132015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13614
13615 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13616 * gdb.base/call-ar-st.exp: Likewise.
13617 * gdb.base/callfuncs.exp: Likewise.
13618 * gdb.base/condbreak.exp: Likewise.
13619 * gdb.base/constvars.exp: Likewise.
13620 * gdb.base/hbreak2.exp: Likewise.
13621 * gdb.base/langs.exp: Likewise.
13622 * gdb.base/list.exp: Likewise.
13623 * gdb.base/long_long.exp: Likewise.
13624 * gdb.base/ptype.exp: Likewise.
13625 * gdb.base/scope.exp: Likewise.
13626 * gdb.base/signals.exp: Likewise.
13627 * gdb.base/so-impl-ld.exp: Likewise.
13628 * gdb.base/varargs.exp: Likewise.
13629 * gdb.base/volatile.exp: Likewise.
13630 * gdb.base/whatis.exp: Likewise.
13631 * gdb.cp/cplusfuncs.exp: Likewise.
13632 * gdb.cp/inherit.exp: Likewise.
13633 * gdb.cp/local.exp: Likewise.
13634 * gdb.cp/member-ptr.exp: Likewise.
13635 * gdb.cp/method.exp: Likewise.
13636 * gdb.cp/overload.exp: Likewise.
13637 * gdb.cp/templates.exp: Likewise.
13638 * gdb.stabs/weird.exp: Likewise.
13639 * lib/compiler.c: Likewise.
13640 * lib/compiler.cc: Likewise.
13641 * lib/cp-support.exp: Likewise.
13642 * lib/gdb.exp: Likewise.
13643
bf401b07
SM
136442015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13645
13646 * configure.ac: Remove HP-UX case.
13647 * configure: Regenerate.
13648
aff9c0f8
SM
136492015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13650
13651 * lib/gdb.exp (gdb_compile): Add function doc.
13652
a6904d5a
PA
136532015-12-17 Pedro Alves <palves@redhat.com>
13654
13655 PR threads/19354
13656 * gdb.multi/info-threads.exp: New file.
13657
a22279dd
YQ
136582015-12-15 Yao Qi <yao.qi@linaro.org>
13659
13660 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13661 is aarch64*-*-*.
13662
0588c796
SL
136632015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13664
13665 * gdb.base/history-duplicates.exp: Skip if no readline support.
13666
5d978e17
SL
136672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13668
13669 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13670
7e763b86
SL
136712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13672
13673 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13674
87a3a92c
SL
136752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13676
13677 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13678 ctrl-C if nointerrupts target property is set.
13679 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13680 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13681 * gdb.base/paginate-bg-execution.exp: Likewise.
13682 * gdb.base/paginate-execution-startup.exp: Likewise.
13683 * gdb.base/random-signal.exp: Likewise.
13684 * gdb.base/range-stepping.exp: Likewise.
13685 * gdb.cp/annota2.exp: Likewise.
13686 * gdb.cp/annota3.exp: Likewise.
13687 * gdb.gdb/selftest.exp: Likewise.
13688 * gdb.threads/continue-pending-status.exp: Likewise.
13689 * gdb.threads/leader-exit.exp: Likewise.
13690 * gdb.threads/manythreads.exp: Likewise.
13691 * gdb.threads/pthreads.exp: Likewise.
13692 * gdb.threads/schedlock.exp: Likewise.
13693 * gdb.threads/sigthread.exp: Likewise.
13694
a8f077dc
DB
136952015-12-11 Don Breazeal <donb@codesourcery.com>
13696
13697 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13698 remote.
13699 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13700 * gdb.base/foll-exec.exp (main): Enable for target remote.
13701 * gdb.base/foll-fork.exp (main): Likewise.
13702 * gdb.base/foll-vfork.exp (main): Likewise.
13703 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13704 (proc continue_to_exit_bp_loc): Use clean_restart.
13705 * gdb.base/pie-execl.exp (main): Disable for target remote.
13706 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13707 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13708 * gdb.threads/execl.exp (main): Likewise.
13709 * gdb.threads/fork-child-threads.exp (main): Likewise.
13710 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13711 remote.
13712 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13713 remote.
13714 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13715 pid.tid style ptids, instead of just tid.
13716 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13717 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13718 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13719 ptids, instead of just tid.
13720
3b2464a8
AB
137212015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13722
13723 * gdb.base/list.exp (test_list_forward): Add end of file error
13724 test.
13725 (test_repeat_list_command): Add end of file error test.
13726 (test_list_backwards): Add beginning of file error test.
13727
a0def019
AB
137282015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13729
13730 * gdb.base/list.exp (test_list_invalid_args): New function,
13731 defined, and called.
13732
5c000dff
AB
137332015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13734
13735 * gdb.base/list.exp (test_list): Make test names unique.
13736
f1637ebe
YQ
137372015-12-11 Yao Qi <yao.qi@linaro.org>
13738
13739 * gdb.base/coremaker2.c: Remove.
13740
36d6fc0a
PA
137412015-12-10 Pedro Alves <palves@redhat.com>
13742
13743 * gdb.multi/base.exp: Remove stale "spaces" references.
13744
762f7747
PA
137452015-12-10 Pedro Alves <palves@redhat.com>
13746
13747 * gdb.multi/base.exp: Don't use nowarnings.
13748 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13749 * gdb.multi/hangout.c: Include stdio.h.
13750 * gdb.multi/hello.c: Include stdlib.h.
13751 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13752 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13753 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13754
28d2bfb9
AB
137552015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13756
13757 * gdb.dwarf2/dw2-ranges-base.c: New file.
13758 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13759 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13760 support additional line table, and debug ranges generation.
13761 (Dwarf::ranges): New function, generate .debug_ranges.
13762 (Dwarf::lines): Support generating simple line table programs.
13763 (Dwarf::assemble): Initialise new namespace variables.
13764
5fc2beac
KB
137652015-12-09 Kevin Buettner <kevinb@redhat.com>
13766
13767 * gdb.base/async.exp (proc test_background): Add case for
13768 asynchronous execution not supported.
13769
1c35a88f
LM
137702015-12-09 Luis Machado <lgustavo@codesourcery.com>
13771
13772 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13773 format and change test names to make them unique.
13774
b593e3d9
RK
137752015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13776 Pedro Alves <pedro@redhat.com>
13777
13778 PR gdb/18702
13779 Add checking of floatformats setup on x86_64 hosts.
13780 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13781 (smallval, bigval): New labels/constants.
13782 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13783 float" after loading bigval and smallval.
13784
d72413e6
PMR
137852015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13786
13787 * gdb.ada/fun_overload_menu.exp: New testcase.
13788 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13789
ece66d65
JS
137902015-12-04 Josh Stone <jistone@redhat.com>
13791
13792 * gdb.base/catch-fork-static.exp: New.
13793
41d0efca
YQ
137942015-12-03 Yao Qi <yao.qi@linaro.org>
13795
13796 * gdb.base/sizeof.c: Don't include stdio.h and
13797 ../lib/unbuffer_output.c.
13798 (main): New variable 'size' and 'value'. Remove printf and
13799 gdb_unbuffer_output. Assign return value to size and value.
13800 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13801 at the beginning.
13802 (check_sizeof): Check the result by printing variable 'size'.
13803 (check_valueof): Check the result by printing variable 'value'.
13804
99fd02d9
YQ
138052015-12-01 Yao Qi <yao.qi@linaro.org>
13806
13807 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13808 for aarch64*-*-linux* target.
13809
f2faf941
PA
138102015-11-30 Pedro Alves <palves@redhat.com>
13811
13812 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13813
04bf20c5
PA
138142015-11-30 Pedro Alves <palves@redhat.com>
13815
13816 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13817 Handle non-stop mode vCont replies.
13818
09df4675
PA
138192015-11-30 Pedro Alves <palves@redhat.com>
13820
13821 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13822 prepare_for_testing. Start gdb with "set non-stop on" appended to
13823 GDBFLAGS. Lax expected stop output.
13824
58b584af
YQ
138252015-11-27 Yao Qi <yao.qi@linaro.org>
13826
13827 * gdb.arch/arm-neon.exp: New.
13828 * gdb.arch/arm-neon.c: New.
13829
dfcb77a8
YQ
138302015-11-27 Yao Qi <yao.qi@linaro.org>
13831
13832 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13833
88e8ec1b
YQ
138342015-11-27 Yao Qi <yao.qi@linaro.org>
13835
13836 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13837 frames-invalid annotation.
13838
bfde72c2
YQ
138392015-11-27 Yao Qi <yao.qi@linaro.org>
13840
13841 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13842
f6512a69
SM
138432015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13844
13845 * gdb.threads/names.exp: New file.
13846 * gdb.threads/names.c: New file.
13847 * README: Mention gdb,no_thread_names.
13848
46a3515b
MM
138492015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13850
13851 PR 19297
13852 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13853 support" error.
13854
62147a22
PA
138552015-11-24 Pedro Alves <palves@redhat.com>
13856
13857 PR 17539
13858 * gdb.base/display.exp: Expect displays to be sorted in ascending
13859 order. Use multi_line.
13860 * gdb.base/solib-display.exp: Likewise.
13861
2f341b6e
PA
138622015-11-24 Pedro Alves <palves@redhat.com>
13863
13864 PR 17539
25d49b86
PA
13865 * gdb.base/display.exp: Expect displays to be sorted in ascending
13866 order. Use multi_line.
13867 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13868
7e0aa6aa
PA
138692015-11-24 Pedro Alves <palves@redhat.com>
13870
13871 PR 17539
13872 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13873 threads in ascending order.
13874 * gdb.base/foll-fork.exp: Likewise.
13875 * gdb.base/foll-vfork.exp: Likewise.
13876 * gdb.base/multi-forks.exp: Likewise.
13877 * gdb.mi/mi-nonstop.exp: Likewise.
13878 * gdb.mi/mi-nsintrall.exp: Likewise.
13879 * gdb.multi/base.exp: Likewise.
13880 * gdb.multi/multi-arch.exp: Likewise.
13881 * gdb.python/py-inferior.exp: Likewise.
13882 * gdb.threads/break-while-running.exp: Likewise.
13883 * gdb.threads/execl.exp: Likewise.
13884 * gdb.threads/gcore-thread.exp: Likewise.
13885 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13886 * gdb.threads/kill.exp: Likewise.
13887 * gdb.threads/linux-dp.exp: Likewise.
13888 * gdb.threads/multiple-step-overs.exp: Likewise.
13889 * gdb.threads/next-bp-other-thread.exp: Likewise.
13890 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13891 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13892 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13893 * gdb.threads/thread-find.exp: Likewise.
13894 * gdb.threads/tls.exp: Likewise.
13895 * lib/mi-support.exp (mi_reverse_list): Delete.
13896 (mi_check_thread_states): No longer reverse list.
13897
2cc57ad8
PA
138982015-11-24 Pedro Alves <palves@redhat.com>
13899
13900 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13901 use lowercase.
13902
c93e8391
SM
139032015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13904
13905 * gdb.trace/actions.c: Include trace-common.h.
13906 (main): Add a location for a fast tracepoint.
13907 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13908 the normal tracepoints.
13909 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13910
045ccf91
SM
139112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13912
13913 * save-trace.exp: Factor out code to these...
13914 (gdb_save_tracepoints): New.
13915 (gdb_load_tracepoints): New.
13916 (do_save_load_test): New.
13917
5506f9f6
KB
139182015-11-23 Kevin Buettner <kevinb@redhat.com>
13919
13920 * gdb.base/asmlabel.exp: New test.
13921 * gdb.base/asmlabel.c: New test case.
13922
16c3b12f
JB
139232015-11-23 Joel Brobecker <brobecker@adacore.com>
13924
13925 * gdb.base/wrong_frame_bt_full-main.c: New file.
13926 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13927 * gdb.base/wrong_frame_bt_full.exp: New file.
13928
155bfbd3
JB
139292015-11-23 Joel Brobecker <brobecker@adacore.com>
13930
13931 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13932
bb097445
JM
139332015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13934
206853a0 13935 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13936 pstate register when comparing registers values in
13937 sparc64-*-linux-gnu targets to avoid spurious differences.
13938
9c88ed8f
JM
139392015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13940
206853a0 13941 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13942
96161e25
SL
139432015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13944
13945 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13946 as type argument to gdb_compile.
13947 * gdb.base/nested-subp2.exp: Likewise.
13948 * gdb.base/nested-subp3.exp: Likewise.
13949
340c2830
DV
139502015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13951
13952 * lib/dwarf.exp (_note): Fix left shift of negative value.
13953 * gdb.trace/trace-condition.exp: Likewise.
13954
c1862d0f
YQ
139552015-11-13 Yao Qi <yao.qi@linaro.org>
13956
13957 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13958 comments about d10v.
13959 (test_scalar_returns): Likewise.
13960 * gdb.base/d10v.ld: Remove.
13961 * gdb.base/overlays.exp: Remove the target triplet checking for
13962 d10v-*-*.
13963 * gdb.base/structs.exp (test_struct_returns): Remove the
13964 comments about d10v.
13965 (test_struct_calls): Likewise.
13966
77ae9c19
YQ
139672015-11-13 Yao Qi <yao.qi@linaro.org>
13968
13969 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13970 * gdb.base/gnu_vector.c: Don't include stdio.h.
13971 (main): Don't print res and call add_some_intvecs.
13972
430e004e
MK
139732015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13974
13975 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13976 macro.
13977 (func5): Removed.
13978 (func4): Use FAST_TRACEPOINT_LABEL.
13979 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13980 macro.
13981 (func): Removed.
13982 (thread_function): Use FAST_TRACEPOINT_LABEL.
13983 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13984 (func): Remove.
13985 (marker): Use FAST_TRACEPOINT_LABEL.
13986 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13987 (pendfunc1): Remove.
13988 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13989 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13990 (foo): Remove.
13991 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13992 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13993 macro.
13994 (func): Remove.
13995 (marker): Use FAST_TRACEPOINT_LABEL.
13996 * gdb.trace/trace-common.h: New header.
13997 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13998 macro.
13999 (func): Remove.
14000 (marker): Use FAST_TRACEPOINT_LABEL.
14001 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14002 (func): Remove.
14003 (thread_function): Use FAST_TRACEPOINT_LABEL.
14004
6e7675a7
MK
140052015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14006
14007 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14008 in front.
14009 * gdb.trace/change-loc.exp: Use global pcreg definition.
14010 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14011 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14012 in front.
14013 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14014 * gdb.trace/pending.exp: Likewise.
14015 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14016 * gdb.trace/trace-break.exp: Likewise.
14017 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14018 in front.
14019 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14020 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14021 in front.
14022 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14023
dddc0e16
JB
140242015-11-09 Joel Brobecker <brobecker@adacore.com>
14025
14026 * gdb.ada/fin_fun_out: New testcase.
14027
c6f0b406
KB
140282015-11-07 Kevin Buettner <kevinb@redhat.com>
14029
14030 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14031 value associated with DW_AT_byte_size.
14032 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14033 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14034 DW_AT_upper_bound.
14035
f01dcfd9
KB
140362015-11-07 Kevin Buettner <kevinb@redhat.com>
14037
14038 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14039 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14040 version.
14041 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14042 gdb.dwarf2/dw2-canonicalize-type.exp,
14043 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14044 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14045 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14046 provided by gdb_target_symbol_prefix_flags_asm.
14047 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14048 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14049 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14050 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14051 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14052 macros where needed). Use this macro for symbols which require
14053 the prefix provided by SYMBOL_PREFIX.
14054
2223449a
KB
140552015-11-05 Kevin Buettner <kevinb@redhat.com>
14056
14057 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14058 New procs.
14059 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14060 representing expressions, of more than one list element.
14061 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14062 to prepend linker symbol prefix to f.
14063 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14064 table_1 and table_2.
14065 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14066 Likewise, for f and g.
14067 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14068 for ptr.
14069 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14070 for main.
14071 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14072 table_1_ptr and table_2_ptr.
14073
6f2f1a3a
JK
140742015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14075 Joel Brobecker <brobecker@adacore.com>
14076
14077 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14078
566c56c9
MK
140792015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14080
14081 * gdb.reverse/s390-mvcle.c: New test.
14082 * gdb.reverse/s390-mvcle.exp: New file.
14083 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14084
d5f0636b
MK
140852015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14086
14087 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14088
7ad8b86c
MK
140892015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14090
14091 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14092 reaching marker2.
14093 * gdb.reverse/getresuid-reverse.exp: Likewise.
14094 * gdb.reverse/pipe-reverse.exp: Likewise.
14095 * gdb.reverse/readv-reverse.exp: Likewise.
14096 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14097 * gdb.reverse/time-reverse.exp: Likewise.
14098 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14099
4081c0f1
YQ
141002015-10-30 Yao Qi <yao.qi@linaro.org>
14101
14102 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14103 (empty_cycle): Remove.
14104 (main): Don't call empty_cycle. Don't use watch_count_done.
14105 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14106 empty_cycle. Rewrite the code counting HW watchpoints.
14107
452b4ba5
MK
141082015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14109
14110 * gdb.reverse/fstatat-reverse.c: New test.
14111 * gdb.reverse/fstatat-reverse.exp: New file.
14112 * gdb.reverse/getresuid-reverse.c: New test.
14113 * gdb.reverse/getresuid-reverse.exp: New file.
14114 * gdb.reverse/pipe-reverse.c: New test.
14115 * gdb.reverse/pipe-reverse.exp: New file.
14116 * gdb.reverse/readv-reverse.c: New test.
14117 * gdb.reverse/readv-reverse.exp: New file.
14118 * gdb.reverse/recvmsg-reverse.c: New test.
14119 * gdb.reverse/recvmsg-reverse.exp: New file.
14120 * gdb.reverse/time-reverse.c: New test.
14121 * gdb.reverse/time-reverse.exp: New file.
14122 * gdb.reverse/waitpid-reverse.c: New test.
14123 * gdb.reverse/waitpid-reverse.exp: New file.
14124
5e2e7507
JK
141252015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14126
14127 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14128
0fde2c53
DE
141292015-10-26 Doug Evans <dje@google.com>
14130
14131 PR symtab/17391
14132 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14133 * gdb.dwarf2/bad-regnum.c: New file.
14134 * gdb.dwarf2/bad-regnum.exp: New file.
14135
1a70ae97
DE
141362015-10-26 Doug Evans <dje@google.com>
14137
14138 PR python/18938
14139 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14140 file.
14141
27dc26ab
JK
141422015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14143
14144 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14145 for a change by "Mention language in compile error message".
14146
bed91f4d
SM
141472015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14148
14149 PR python/18073
14150 * gdb.python/py-type.c (C::a_method): New.
14151 (C::a_const_method): New.
14152 (C::a_static_method): New.
14153 (a_function): New.
14154 * gdb.python/py-type.exp (test_fields): Test getting fields
14155 from function and method.
14156
3f2f83dd
KB
141572015-10-21 Keven Boell <keven.boell@intel.com>
14158
14159 * gdb.fortran/vla-alloc-assoc.exp: New file.
14160 * gdb.fortran/vla-datatypes.exp: New file.
14161 * gdb.fortran/vla-datatypes.f90: New file.
14162 * gdb.fortran/vla-history.exp: New file.
14163 * gdb.fortran/vla-ptype-sub.exp: New file.
14164 * gdb.fortran/vla-ptype.exp: New file.
14165 * gdb.fortran/vla-sizeof.exp: New file.
14166 * gdb.fortran/vla-sub.f90: New file.
14167 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14168 * gdb.fortran/vla-value-sub-finish.exp: New file.
14169 * gdb.fortran/vla-value-sub.exp: New file.
14170 * gdb.fortran/vla-value.exp: New file.
14171 * gdb.fortran/vla-ptr-info.exp: New file.
14172 * gdb.mi/mi-vla-fortran.exp: New file.
14173 * gdb.mi/vla.f90: New file.
14174
27145d50
SL
141752015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14176
14177 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14178 of hardwired timeout value.
14179
5f3ff4f8
JK
141802015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14181 Pedro Alves <palves@redhat.com>
14182
14183 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14184 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14185
bfd09d20
JS
141862015-10-19 Josh Stone <jistone@redhat.com>
14187
14188 * gdb.base/catch-syscall.c: Include <sched.h>.
14189 (unknown_syscall): New variable.
14190 (main): Trigger a vfork and an unknown syscall.
14191 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14192 (unknown_syscall_number): Likewise.
14193 (check_call_to_syscall): Accept an optional syscall pattern.
14194 (check_return_from_syscall): Likewise.
14195 (check_continue): Likewise.
14196 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14197 (test_catch_syscall_skipping_return): New test toggling off 'catch
14198 syscall' to step over the syscall return, then toggling back on.
14199 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14200 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14201 (do_syscall_tests): Call test_catch_syscall_without_args and
14202 test_catch_syscall_mid_vfork.
14203 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14204 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14205
b32b93c6
AS
142062015-10-19 Andrew Stubbs <ams@codesourcery.com>
14207
14208 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14209 print g_vE): Add new pass patterns.
14210 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14211 print various symbol names for vptr fields.
14212
9d622bda
AB
142132015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14214
14215 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14216 results.
14217
0fd8ac1c
YQ
142182015-10-12 Yao Qi <yao.qi@linaro.org>
14219
14220 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14221
34240514
YQ
142222015-10-12 Yao Qi <yao.qi@linaro.org>
14223
14224 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14225 is aarch64*-*-linux*.
14226
8240f442
YQ
142272015-10-12 Yao Qi <yao.qi@linaro.org>
14228
14229 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14230 (can_relocate_bcond_true): ... it.
14231 (can_relocate_bcond_false): New function.
14232 (foo): Likewise.
14233 (can_relocate_bl): Likewise.
14234 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14235 can_relocate_bl.
14236
2520f728
PMR
142372015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14238
14239 * gdb.base/nested-addr.c: New file.
14240 * gdb.base/nested-addr.exp: New testcase.
14241
abcef95a
MM
142422015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14243
14244 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14245 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14246 its output. Ignore the output of "record goto begin" and instead
14247 check that GDB is replaying.
14248
145e3ddb
PA
142492015-10-09 Pedro Alves <palves@redhat.com>
14250
14251 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14252 (top level): Use it in the run with no args test.
14253
d5d8c4e1
IB
142542015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14255
14256 * gdb.dlang/properties.exp: New file.
14257
06e635ef
SL
142582015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14259
14260 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14261 whether or not address 0x1000 is mapped on the target.
14262
e019fd1d
SM
142632015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14264
14265 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14266 build.
14267
77ba2a67
MM
142682015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14269
14270 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14271 instruction-history test.
14272
c60eb31f
DE
142732015-09-28 Doug Evans <dje@google.com>
14274
14275 * gdb.base/gcore.c (array_func): Add reference to static_array.
14276
9a3c8263
SM
142772015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14278
14279 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14280 source line.
14281
9720e656
SL
142822015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14283
14284 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14285 short or char as base type.
14286
938d3bf2
SL
142872015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14288
14289 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14290 to allow any size enum.
14291
e6c2c623
PMR
142922015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14293
14294 * gdb.ada/array_ptr_renaming.exp: New testcase.
14295 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14296 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14297
06da0f77
PL
142982015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14299
14300 * gdb.trace/ftrace-lock.c: New file.
14301 * gdb.trace/ftrace-lock.exp: New file.
14302
4f51c22a
PL
143032015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14304
14305 * gdb.arch/insn-reloc.c: New file.
14306 * gdb.arch/ftrace-insn-reloc.exp: New file.
14307
7041adf4
PL
143082015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14309
14310 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14311 instruction.
14312 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14313 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14314 * gdb.trace/range-stepping.c: Likewise.
14315 * gdb.trace/trace-break.c: Likewise.
14316 * gdb.trace/trace-mt.c (thread_function): Likewise.
14317 * gdb.trace/ftrace.c (marker): Likewise.
14318 * gdb.trace/trace-condition.c (marker): Likewise.
14319 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14320 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14321 is_aarch64_target.
14322
015d2e7e
DE
143232015-09-18 Doug Evans <xdje42@gmail.com>
14324
14325 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14326 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14327
26b188a2
SL
143282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14329
14330 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14331 the breakpoint.
14332
79dc332b
SL
143332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14334
14335 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14336 the pending breakpoint. Remove timeout override for "Run till
14337 MI pending breakpoint on pendfunc3 on thread 2" test.
14338
f57929f2
SL
143392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14340
14341 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14342 filename pattern.
14343
3f469b17
SL
143442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14345
14346 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14347 in breakpoint filename pattern.
14348
515b89b3
SL
143492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14350
7800dbe4
SL
14351 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14352
143532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14354
515b89b3
SL
14355 * gdb.linespec/explicit.exp: Check for readline support for
14356 tab-completion tests. Fix obvious typo.
14357
d2939ba2
MM
143582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14359
14360 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14361 and replay.
14362
cbb55fa7
MM
143632015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14364
14365 * gdb.btrace/non-stop.c: New.
14366 * gdb.btrace/non-stop.exp: New.
14367
43691ca1
PL
143682015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14369 Yao Qi <yao.qi@linaro.org>
14370
14371 * gdb.trace/trace-condition.c: New file.
14372 * gdb.trace/trace-condition.exp: New file.
14373
d78908cf
WW
143742015-09-16 Wei-cheng Wang <cole945@gmail.com>
14375
14376 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14377 for testing bytecode compilation.
14378
1ed415e2
PA
143792015-09-16 Pedro Alves <palves@redhat.com>
14380 Sandra Loosemore <sandra@codesourcery.com>
14381
14382 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14383 (SECONDS): Redefine.
14384 (main): Call pthread_kill and alarm early.
14385 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14386 support.
14387 (test): If the target can't hardware step and doesn't support
14388 displaced stepping, increase the timeout.
14389
d136eff5
PA
143902015-09-16 Pedro Alves <palves@redhat.com>
14391
14392 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14393 (enable_debug): New procedures.
14394 (test): Use them. Bail out if waiting for threads fails.
14395 (top level): Bail out if a test fails.
14396
991f019c
YQ
143972015-09-16 Yao Qi <yao.qi@linaro.org>
14398
14399 * gdb.asm/asm-source.exp: Set asm-arch for
14400 aarch64*-*-* target.
14401 * gdb.asm/aarch64.inc: New file.
14402
bfca584f
PMR
144032015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14404
14405 * gdb.ada/array_of_variable_length.exp: New testcase.
14406 * gdb.ada/array_of_variable_length/foo.adb: New file.
14407 * gdb.ada/array_of_variable_length/pck.adb: New file.
14408 * gdb.ada/array_of_variable_length/pck.ads: New file.
14409
b326e587
DE
144102015-09-15 Doug Evans <dje@google.com>
14411
14412 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14413 of function static local variable.
14414
5382cfab
PW
144152015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14416
14417 * gdb.threads/tls-so_extern.exp: New test file.
14418 * gdb.threads/tls-so_extern.c: New test file.
14419 * gdb.threads/tls-so_extern_main.c: New test file.
14420
141c5cc4
JK
144212015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14422
14423 * gdb.opt/solib-intra-step-lib.c: New file.
14424 * gdb.opt/solib-intra-step-main.c: New file.
14425 * gdb.opt/solib-intra-step.exp: New file.
14426
d15dcecd
PA
144272015-09-15 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14430 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14431
4c2f2a79
PA
144322015-09-14 Pedro Alves <palves@redhat.com>
14433
14434 * gdb.base/hook-stop-continue.c: Delete.
14435 * gdb.base/hook-stop-continue.exp: Delete.
14436 * gdb.base/hook-stop-frame.c: Delete.
14437 * gdb.base/hook-stop-frame.exp: Delete.
14438 * gdb.base/hook-stop.c: New file.
14439 * gdb.base/hook-stop.exp: New file.
14440
919e6dbe
PMR
144412015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14442
14443 * gdb.ada/access_to_packed_array.exp: New testcase.
14444 * gdb.ada/access_to_packed_array/foo.adb: New file.
14445 * gdb.ada/access_to_packed_array/pack.adb: New file.
14446 * gdb.ada/access_to_packed_array/pack.ads: New file.
14447
157280a4
MM
144482015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14449
14450 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14451 buffer size test.
14452
2fd33e94
DB
144532015-09-11 Don Breazeal <donb@codesourcery.com>
14454
14455 * gdb.base/foll-exec.c: Add copyright header. Fix
14456 formatting issues.
14457 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14458 (do_exec_tests): Use clean_restart in place of zap_session,
14459 and for test initialization. Fix formatting issues. Use
14460 fail in place of perror.
14461 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14462 an expect statement to match an expression with output from
14463 the program under debug.
14464 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14465 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14466 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14467 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14468 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14469
e70b6e8e
DE
144702015-09-09 Doug Evans <dje@google.com>
14471
14472 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14473
7a551a51
DE
144742015-09-09 Doug Evans <dje@google.com>
14475
14476 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14477
4c666f84
DE
144782015-09-09 Doug Evans <dje@google.com>
14479
14480 * gdb.base/savedregs.exp: Fix typo.
14481
243a9253
PA
144822015-09-09 Pedro Alves <palves@redhat.com>
14483
14484 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14485
c0fa8fbd
SL
144862015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14487
14488 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14489 command actually switches threads. Give up on remaining
14490 tests if target fails to stop at breakpoint.
14491
cd7c1778
PMR
144922015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14493
14494 * gdb.ada/funcall_char.exp: New testcase.
14495 * gdb.ada/funcall_char/foo.adb: New file.
14496
dc5c8746
PMR
144972015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14498
14499 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14500 expected outputs. Add two testcases for completing ambiguous
14501 functions.
14502 * gdb.ada/complete/aux_pck.adb: New file.
14503 * gdb.ada/complete/aux_pck.ads: New file.
14504 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14505 Ambiguous_Func functions.
14506 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14507 * gdb.ada/complete/pck.adb: Likewise.
14508
4e83a1e7
UW
145092015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14510
14511 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14512 failures to run the test program under GDB.
14513
8ce74153
LM
145142015-08-26 Luis Machado <lgustavo@codesourcery.com>
14515
14516 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14517 to C.
14518
e9756d52
PP
145192015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14520
14521 * gdb.base/run-after-attach.exp: New test file.
14522 * gdb.base/run-after-attach.c: New test file.
14523
8d37573b
DB
145242015-08-26 Don Breazeal <donb@codesourcery.com>
14525
14526 * gdb.base/foll-exec-2.c: New test program.
14527 * gdb.base/foll-exec-2.exp: New test.
14528
63e43d3a
PMR
145292015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14530
14531 * gdb.base/nested-subp1.exp: New file.
14532 * gdb.base/nested-subp1.c: New file.
14533 * gdb.base/nested-subp2.exp: New file.
14534 * gdb.base/nested-subp2.c: New file.
14535 * gdb.base/nested-subp3.exp: New file.
14536 * gdb.base/nested-subp3.c: New file.
14537
3d40fbb5
PA
145382015-08-24 Pedro Alves <palves@redhat.com>
14539
14540 * gdb.server/connect-without-multi-process.c: New file.
14541 * gdb.server/connect-without-multi-process.exp: New file.
14542
4422ac93
LM
145432015-08-24 Luis Machado <lgustavo@codesourcery.com>
14544
14545 * gdb.opt/inline-markers.c: Make z int.
14546
91dddb86
LM
145472015-08-24 Luis Machado <lgustavo@codesourcery.com>
14548
14549 * gdb.opt/inline-markers.c: Make z volatile.
14550
a48847ee
LM
145512015-08-24 Luis Machado <lgustavo@codesourcery.com>
14552
14553 * gdb.opt/inline-bt.c: New volatile global z.
14554 * gdb.opt/inline-cmds.c: Likewise.
14555 * gdb.opt/inline-locals.c: Likewise.
14556 * gdb.opt/inline-markers.c: New extern global z.
14557 (marker): Use z.
14558 (inline_fn): Likewise.
14559
0ebbc52b
PA
145602015-08-24 Pedro Alves <palves@redhat.com>
14561
14562 * config/m32r-stub.exp: Remove file.
14563 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14564 * gdb.base/call-rt-st.exp: Likewise.
14565 * gdb.base/call-strs.exp: Likewise.
14566 * gdb.base/default.exp: Remove references to h8300-*-hms and
14567 *-*-udi*.
14568 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14569
77c365df
AA
145702015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14571
14572 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14573 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14574 and "return" use KFAIL when GDB can not read/write the vector
14575 return value.
14576
4313b8c0
GB
145772015-08-21 Gary Benson <gbenson@redhat.com>
14578
14579 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14580
0e433b32
PA
145812015-08-20 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.server/solib-list.exp: No longer expect an interior stop in
14584 non-stop mode.
14585
221e1a37
PA
145862015-08-20 Pedro Alves <palves@redhat.com>
14587
14588 * gdb.server/connect-stopped-target.c: New file.
14589 * gdb.server/connect-stopped-target.exp: New file.
14590
40e3ad0e
PA
145912015-08-20 Pedro Alves <palves@redhat.com>
14592
14593 * gdb.dwarf2/comp-unit-lang.exp: New file.
14594 * gdb.dwarf2/comp-unit-lang.c: New file.
14595
af39b327
PMR
145962015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14597
14598 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14599 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14600
7d45c7c3 146012015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14602
7d45c7c3
KB
14603 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14604 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14605
4d6cceb4
DE
146062015-08-18 Doug Evans <dje@google.com>
14607 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14608
14609 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14610 skip_python_tests. New arg prompt_regexp.
14611 (skip_python_tests): New function.
14612 * lib/mi-support.exp (mi_skip_python_tests): New function.
14613 * gdb.python/py-mi-objfile-gdb.py: New file.
14614 * gdb.python/py-mi-objfile.c: New file.
14615 * gdb.python/py-mi-objfile.exp: New file.
14616
ad89c2aa
KS
146172015-08-17 Keith Seitz <keiths@redhat.com>
14618
14619 * gdb.linespec/explicit.exp: Move strace test from here ...
14620 * gdb.trace/strace.exp: ... to here.
14621
e3ae3c43
PP
146222015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14623
14624 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14625 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14626
604b2636
DE
146272015-08-14 Doug Evans <xdje42@gmail.com>
14628
14629 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14630 inferior before selecting a new file.
14631
6ff0ba5f
DE
146322015-08-14 Doug Evans <xdje42@gmail.com>
14633
14634 * gdb.mi/mi-disassemble.exp: Update.
14635 * gdb.base/disasm-optim.S: New file.
14636 * gdb.base/disasm-optim.c: New file.
14637 * gdb.base/disasm-optim.h: New file.
14638 * gdb.base/disasm-optim.exp: New file.
14639
9ca98f92
KS
146402015-08-14 Keith Seitz <keiths@redhat.com>
14641
14642 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14643 "evaluated-by".
14644
52bbc560
JB
146452015-08-13 Joel Brobecker <brobecker@adacore.com>
14646
14647 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14648
5d8c3ed3
PMR
146492015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14650
14651 * gdb.ada/fun_renaming.exp: New testcase.
14652 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14653 * gdb.ada/fun_renaming/pack.adb: New file.
14654 * gdb.ada/fun_renaming/pack.ads: New file.
14655
ea8812bc
KS
146562015-08-12 Keith Seitz <keiths@redhat.com>
14657
14658 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14659 gdb_get_line_number.
14660
4dafcdeb
JB
146612015-08-12 Joel Brobecker <brobecker@adacore.com>
14662
14663 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14664 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14665 gdb.base/dso2dso.exp: New files.
14666
5ba32597
SDJ
146672015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14668 Pedro Alves <palves@redhat.com>
14669 Keith Seitz <keiths@redhat.com>
14670
14671 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14672 GDBFLAGS.
14673
b6dafabf
PP
146742015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14675
14676 * gdb.base/gdbhistsize-history.exp
14677 (test_histsize_history_setting): Use save_vars.
14678 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14679 Use save_vars.
14680 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14681 * gdb.base/readline.exp: Use save_vars.
14682
abe8e607
PP
146832015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14684
14685 * lib/gdb.exp (save_vars): New proc.
14686
629500fa
KS
146872015-08-11 Keith Seitz <keiths@redhat.com>
14688
14689 * gdb.base/help.exp: Update help_breakpoint_text.
14690
eb8c4e2e
KS
146912015-08-11 Keith Seitz <keiths@redhat.com>
14692
14693 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14694 (at toplevel): Call test_explicit_breakpoints.
14695 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14696 breakpoints.
14697 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14698 breakpoint conditions, "-cond".
14699
87f0e720
KS
147002015-08-11 Keith Seitz <keiths@redhat.com>
14701
14702 * gdb.linespec/3explicit.c: New file.
14703 * gdb.linespec/cpexplicit.cc: New file.
14704 * gdb.linespec/cpexplicit.exp: New file.
14705 * gdb.linespec/explicit.c: New file.
14706 * gdb.linespec/explicit.exp: New file.
14707 * gdb.linespec/explicit2.c: New file.
14708 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14709 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14710 before using in the matching pattern.
14711 Clarify that `prefix' is a regular expression.
14712
f00aae0f
KS
147132015-08-11 Keith Seitz <keiths@redhat.com>
14714
14715 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14716 test.
14717 Add tests for missing ",FMT" and ",".
14718
e27852be
DE
147192015-08-10 Doug Evans <dje@google.com>
14720 Keith Seitz <keiths@redhat.com>
14721
14722 PR gdb/17960
14723 * gdb.base/completion.exp: Add location completer tests.
14724
7f03bd92
PA
147252015-08-07 Pedro Alves <palves@redhat.com>
14726
14727 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14728 tests here.
14729 (top level): Run do_test with and without displaced stepping.
14730
3fc8eb30
PA
147312015-08-07 Pedro Alves <palves@redhat.com>
14732
14733 * gdb.base/valgrind-disp-step.c: New file.
14734 * gdb.base/valgrind-disp-step.exp: New file.
14735
d4569d7b
PA
147362015-08-07 Pedro Alves <palves@redhat.com>
14737
14738 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14739 Delete function.
14740 (main): Add alarm. Run an infinite loop instead of calling
14741 wait_threads.
14742 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14743 comment.
14744 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14745 Delete function.
14746 (main): Add alarm. Run an infinite loop instead of calling
14747 wait_threads.
14748 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14749 comment.
14750
e1316e60
PA
147512015-08-07 Pedro Alves <palves@redhat.com>
14752
14753 * gdb.base/checkpoint-ns.exp: New file.
14754 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14755 standard_testfile.
14756
da8c46d2
MM
147572015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14758
14759 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14760 * gdb.btrace/instruction_history.exp: Update.
14761 * gdb.btrace/tsx.exp: New.
14762 * gdb.btrace/tsx.c: New.
14763
de1c2c52
PA
147642015-08-06 Pedro Alves <palves@redhat.com>
14765
14766 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14767 increase timeout.
14768 * gdb.reverse/until-precsave.exp: Bump timeouts.
14769
782e0bf4
PA
147702015-08-06 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14773
83e97ed0
PA
147742015-08-06 Pedro Alves <palves@redhat.com>
14775
14776 PR gdb/18749
14777 * gdb.threads/process-dies-while-handling-bp.c: New file.
14778 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14779
863d01bd
PA
147802015-08-06 Pedro Alves <palves@redhat.com>
14781
14782 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14783 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14784
0a39bb32
PA
147852015-08-05 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14788 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14789
ee2d2b10
SL
147902015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14791
14792 * gdb.base/bp-permanent.exp: Report test as unsupported if
14793 the target cannot stop at the permanent breakpoint.
14794
4e1bdb00
DE
147952015-08-03 Doug Evans <dje@google.com>
14796
14797 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14798 10000.
14799
3d338901
DE
148002015-08-03 Doug Evans <dje@google.com>
14801
14802 * Makefile.in (workers/%.worker, build-perf): New rule.
14803 (GDB_PERFTEST_MODE): New variable.
14804 (check-perf): Use it.
14805 (clean): Clean up gdb.perf parallel build subdirs.
14806 * lib/build-piece.exp: New file.
14807 * lib/gdb.exp (make_gdb_parallel_path): New function
14808 (standard_output_file, standard_temp_file): Call it.
14809 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14810 of $GDB_PARALLEL.
14811 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14812
af061d3e
DE
148132015-08-03 Doug Evans <dje@google.com>
14814
8e1afc81 14815 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14816 (LOG_FILE_NAME): New global.
14817 (TextReporter.__init__): Initialize self.txt_sum.
14818 (TextReporter.report): Add support for multiple data-points.
14819 Move report to perftest.sum, put raw data in perftest.log.
14820 (TextReporter.start): Open sum and log files.
14821 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14822 * gdb.perf/lib/perftest/testresult.py
14823 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14824
2c8c5d37
PA
148252015-07-31 Pedro Alves <palves@redhat.com>
14826
14827 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14828 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14829 kill_wait_spawned_process instead of explicit "kill -9".
14830 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14831 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14832 kill_wait_spawned_process.
14833 * gdb.base/attach-twice.exp: Likewise.
14834 * gdb.base/attach.exp: Likewise.
14835 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14836 gdb_test_multiple.
14837 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14838 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14839 kill_wait_spawned_process.
14840 * gdb.base/valgrind-infcall.exp: Likewise.
14841 * gdb.multi/multi-attach.exp: Likewise.
14842 * gdb.python/py-prompt.exp: Likewise.
14843 * gdb.python/py-sync-interp.exp: Likewise.
14844 * gdb.server/ext-attach.exp: Likewise.
14845 * gdb.threads/attach-into-signal.exp (corefunc): Use
14846 spawn_wait_for_attach, spawn_id_get_pid and
14847 kill_wait_spawned_process.
14848 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14849 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14850 spawn_id_get_pid and kill_wait_spawned_process.
14851 * gdb.threads/attach-stopped.exp (corefunc): Use
14852 spawn_wait_for_attach, spawn_id_get_pid and
14853 kill_wait_spawned_process.
14854 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14855 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14856 kill_wait_spawned_process instead of explicit "kill -9".
14857 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14858 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14859 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14860 processes. Don't map cygwin/windows pids here. Now returns a
14861 spawn id list.
14862
032a0fca
SL
148632015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14864
14865 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14866 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14867 correct patch.
14868
61a934ca
SL
148692015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14870
14871 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14872
4bc4d428
SL
148732015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14874
14875 Reapply:
14876 2014-05-21 Mark Wielaard <mjw@redhat.com>
14877
14878 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14879
998d452a
PA
148802015-07-30 Pedro Alves <palves@redhat.com>
14881
14882 * linux-low.c (handle_extended_wait): Set the child's last
14883 reported status to TARGET_WAITKIND_STOPPED.
14884
69dde7dc
PA
148852015-07-30 Pedro Alves <palves@redhat.com>
14886
14887 PR threads/18600
14888 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14889 only shows inferior 1.
14890
4dd63d48
PA
148912015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14892 Pedro Alves <palves@redhat.com>
14893
14894 PR threads/18600
14895 * gdb.threads/fork-plus-threads.c: New file.
14896 * gdb.threads/fork-plus-threads.exp: New file.
14897
d618e4c5
PP
148982015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14899
14900 * gdb.base/batch-preserve-term-settings.exp
14901 (test_terminal_settings_preserved_after_cli_exit): Use
14902 send_quit_command.
14903
1eef6428
PA
149042015-07-29 Pedro Alves <palves@redhat.com>
14905 Don Breazeal <donb@codesourcery.com>
14906
14907 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14908 output from both inferior_spawn_id and gdb_spawn_id.
14909
7da5b897
SDJ
149102015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14911
14912 * gdb.threads/attach-into-signal.exp (corefunc): Use
14913 with_test_prefix on nested loops, uniquefying the test messages.
14914
dac804df
SDJ
149152015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14916
14917 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14918 commit.
14919
06265e53
PP
149202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14921
14922 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14923 New proc.
14924 (test_terminal_settings_preserved_after_sigterm): New test.
14925
18206ca3
PP
149262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14927
14928 * gdb.base/batch-preserve-term-settings.exp
14929 (test_terminal_settings_preserved_after_cli_exit): New test.
14930
90074d11
PP
149312015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14932
14933 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14934 manipulation of saved_gdbflags.
14935 (test_terminal_settings_preserved): Remove global declaration of
14936 the unused variable pagination_prompt. Remove manipulation of
14937 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14938 GDBFLAGS.
14939
eb1a7902
PA
149402015-07-29 Pedro Alves <palves@redhat.com>
14941
14942 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14943
8b75dd3b
PA
149442015-07-29 Pedro Alves <palves@redhat.com>
14945
14946 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14947 at the top.
14948
dedad4e3
PA
149492015-07-29 Pedro Alves <palves@redhat.com>
14950
14951 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14952 (main): Call gdb_unbuffer_output.
14953 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14954 (main): Call gdb_unbuffer_output.
14955 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14956 (main): Call gdb_unbuffer_output.
14957 * gdb.base/call-strs.exp: Adjust to step over the
14958 gdb_unbuffer_output call.
14959 * gdb.base/catch-gdb-caused-signals.c: Include
14960 "../lib/unbuffer_output.c".
14961 (main): Call gdb_unbuffer_output.
14962 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14963 (main): Call gdb_unbuffer_output.
14964 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14965 (main): Call gdb_unbuffer_output.
14966 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14967 (main): Call gdb_unbuffer_output.
14968 * gdb.base/shlib-call.exp: Adjust to step over the
14969 gdb_unbuffer_output call.
14970 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14971 (main): Call gdb_unbuffer_output.
14972 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14973 (main): Call gdb_unbuffer_output.
14974 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14975 (main): Rename to ...
14976 (test): ... this.
14977 (main): Reimplement.
14978 * gdb.base/varargs.exp: Run to test instead of to main.
14979 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14980 (main): Call gdb_unbuffer_output.
14981
58789a91
PA
149822015-07-29 Pedro Alves <palves@redhat.com>
14983
14984 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14985 factore out from mi_continue_dprintf. For call-style dprintfs,
14986 expect dprintf output out of $inferior_spawn_id.
14987 (mi_continue_dprintf): Use mi_expect_dprintf.
14988 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14989 (main): Call gdb_unbuffer_output.
14990
e8376742
PA
149912015-07-29 Pedro Alves <palves@redhat.com>
14992
14993 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14994 (default_mi_gdb_start): Set inferior_spawn_id instead of
14995 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14996 gdb_spawn_id.
14997 (mi_gdb_test): Always expect inferior output from both
14998 $inferior_spawn_id and $gdb_spawn_id.
14999
08280010
PA
150002015-07-29 Pedro Alves <palves@redhat.com>
15001
15002 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15003 send_inferior and $inferior_spawn_id.
15004
4d30e432
PA
150052015-07-29 Pedro Alves <palves@redhat.com>
15006
15007 * gdb.gdb/complaints.exp (test_initial_complaints)
15008 (test_serial_complaints, test_short_complaints): Use
15009 gdb_test_stdio.
15010 (test_empty_complaint): Handle $inferior_spawn_id !=
15011 $gdb_spawn_id.
15012
0d30a335
PA
150132015-07-29 Pedro Alves <palves@redhat.com>
15014
15015 * gdb.base/varargs.exp: Use gdb_test_stdio.
15016
39413b29
PA
150172015-07-29 Pedro Alves <palves@redhat.com>
15018
15019 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15020
7cb000a9
PA
150212015-07-29 Pedro Alves <palves@redhat.com>
15022
15023 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15024
d7b8ac82
PA
150252015-07-29 Pedro Alves <palves@redhat.com>
15026
15027 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15028 parameter into two new parameters, "inf_result" and "gdb_result".
15029 Expect inferior output and gdb output from $inferior_spawn_id and
15030 $gdb_spawn_id, respectively. Adjust all callers.
15031
789c3a0c
PA
150322015-07-29 Pedro Alves <palves@redhat.com>
15033
15034 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15035 of gdb_test_sequence.
15036
77e760c3
PA
150372015-07-29 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15040 (saw_spurious_output): Expect inferior output from
15041 $inferior_spawn_id. Use gdb_test_stdio.
15042
8396d2cd
PA
150432015-07-29 Pedro Alves <palves@redhat.com>
15044
15045 * gdb.base/dprintf.exp: Use standard_testfile. Change
15046 prepare_for_testing call.
15047 (srcfile): Don't set.
15048 (restart): New procedure.
15049 (test_dprintf): New procecure, use to continue over dprintfs.
15050 (test_call, test_agent): New procedures, tests moved here.
15051 Restart gdb and recreate dprintfs. Adjust expected output.
15052
2051d61f
PA
150532015-07-29 Pedro Alves <palves@redhat.com>
15054
15055 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15056
452397af
PA
150572015-07-29 Pedro Alves <palves@redhat.com>
15058
15059 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15060
8aed9555
PA
150612015-07-29 Pedro Alves <palves@redhat.com>
15062
15063 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15064 gdb_test_stdio.
15065
188a61b4
PA
150662015-07-29 Pedro Alves <palves@redhat.com>
15067
15068 * lib/gdb.exp (gdb_test_stdio): New procedure.
15069
12264a45
PA
150702015-07-29 Pedro Alves <palves@redhat.com>
15071
15072 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15073
23ffc893
PA
150742015-07-29 Pedro Alves <palves@redhat.com>
15075
15076 * gdb.base/call-signal-resume.exp: Remove check for
15077 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15078 * gdb.base/unwindonsignal.exp: Likewise.
15079 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15080 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15081
65566918
PA
150822015-07-29 Pedro Alves <palves@redhat.com>
15083
15084 * gdb.base/siginfo-addr.c (pass): New function.
15085 (handler): Call it iff si_addr is correct.
15086 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15087 Set a breakpoint at "pass" and continue to it.
15088
d60a9221
SDJ
150892015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15090
15091 * gdb.python/py-objfile.exp: Make some tests have unique names.
15092 * gdb.python/py-pp-registration.exp: Likewise.
15093
bde40b8f
PA
150942015-07-28 Pedro Alves <palves@redhat.com>
15095
15096 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15097
13e1dec8
SM
150982015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15099
15100 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15101
da33c9a7
SM
151022015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15103
15104 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15105
077836f7
PP
151062015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15107
15108 * gdb.base/gdb-sigterm-2.exp: New test.
15109
b8cc7b2e
DE
151102015-07-25 Doug Evans <xdje42@gmail.com>
15111
15112 Revert:
15113 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15114 (workers/%.worker, build-perf): New rule.
15115 (GDB_PERFTEST_MODE): New variable.
15116 (check-perf): Use it.
15117 (clean): Clean up gdb.perf parallel build subdirs.
15118 * lib/build-piece.exp: New file.
15119 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15120 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15121 name.
15122 (standard_temp_file): Ditto.
15123 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15124 of $GDB_PARALLEL.
15125
c8bd4544
DE
151262015-07-24 Doug Evans <dje@google.com>
15127
15128 * gdb.perf/lib/perftest/utils.py: New file.
15129 * gdb.perf/gm-hello.cc: New file.
15130 * gdb.perf/gm-pervasive-typedef.cc: New file.
15131 * gdb.perf/gm-pervasive-typedef.h: New file.
15132 * gdb.perf/gm-std.cc: New file.
15133 * gdb.perf/gm-std.h: New file.
15134 * gdb.perf/gm-use-cerr.cc: New file.
15135 * gdb.perf/gm-utils.h: New file.
15136 * gdb.perf/gmonster-null-lookup.py: New file.
15137 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15138 * gdb.perf/gmonster-print-cerr.py: New file.
15139 * gdb.perf/gmonster-ptype-string.py: New file.
15140 * gdb.perf/gmonster-runto-main.py: New file.
15141 * gdb.perf/gmonster-select-file.py: New file.
15142 * gdb.perf/gmonster1-null-lookup.exp: New file.
15143 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15144 * gdb.perf/gmonster1-print-cerr.exp: New file.
15145 * gdb.perf/gmonster1-ptype-string.exp: New file.
15146 * gdb.perf/gmonster1-runto-main.exp: New file.
15147 * gdb.perf/gmonster1-select-file.exp: New file.
15148 * gdb.perf/gmonster1.cc: New file.
15149 * gdb.perf/gmonster1.exp: New file.
15150 * gdb.perf/gmonster2-null-lookup.exp: New file.
15151 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15152 * gdb.perf/gmonster2-print-cerr.exp: New file.
15153 * gdb.perf/gmonster2-ptype-string.exp: New file.
15154 * gdb.perf/gmonster2-runto-main.exp: New file.
15155 * gdb.perf/gmonster2-select-file.exp: New file.
15156 * gdb.perf/gmonster2.cc: New file.
15157 * gdb.perf/gmonster2.exp: New file.
15158
6eab34f3
DE
151592015-07-24 Doug Evans <dje@google.com>
15160
15161 * gdb.perf/README: New file.
15162 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15163 * lib/gen-perf-test.exp: New file.
15164
63738bfd
DE
151652015-07-24 Doug Evans <dje@google.com>
15166
15167 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15168 (PerfTest::startup): New function.
15169 (PerfTest::run): Return result of calling body.
15170 (PerfTest::assemble): Rewrite.
15171 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15172 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15173 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15174 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15175 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15176
7b606f95
DE
151772015-07-24 Doug Evans <dje@google.com>
15178
15179 * lib/gdb.exp (clean_restart): Make executable optional.
15180
a97b16b8
DE
151812015-07-24 Doug Evans <dje@google.com>
15182
15183 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15184 compiler_info references.
15185 * gdb.cp/temargs.exp: Ditto.
15186 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15187 (get_compiler_info): Early exit if already computed. Set compiler_info
15188 to "unknown" if there was a problem.
15189 (test_compiler_info): Add function comment. Call get_compiler_info.
15190
35baa57f
DE
151912015-07-24 Doug Evans <dje@google.com>
15192
15193 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15194 (workers/%.worker, build-perf): New rule.
15195 (GDB_PERFTEST_MODE): New variable.
15196 (check-perf): Use it.
15197 (clean): Clean up gdb.perf parallel build subdirs.
15198 * lib/build-piece.exp: New file.
15199 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15200 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15201 name.
15202 (standard_temp_file): Ditto.
15203 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15204 of $GDB_PARALLEL.
15205
6ebea266
DE
152062015-07-24 Doug Evans <dje@google.com>
15207
15208 * lib/future.exp (gdb_default_target_compile): New option
15209 "early_flags".
15210 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15211 --as-needed.
15212
1e76a7e9
SDJ
152132015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15214
15215 * gdb.base/catch-syscall.exp: Call gdb_exit before
15216 gdb_skip_xml_test.
15217
5068630a
PA
152182015-07-24 Pedro Alves <palves@redhat.com>
15219
15220 * gdb.python/py-events.exp: Accept output between the stop event
15221 and the prompt.
15222 * gdb.python/py-evsignal.exp: Likewise.
15223 * gdb.python/py-evthreads.exp: Likewise.
15224
77598427
PA
152252015-07-24 Pedro Alves <palves@redhat.com>
15226
15227 PR gdb/18717
15228 * gdb.threads/non-ldr-exit.c: New file.
15229 * gdb.threads/non-ldr-exit.exp: New file.
15230
11e6c98f
YQ
152312015-07-24 Yao Qi <yao.qi@linaro.org>
15232
15233 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15234 restarting process.
15235
51aee833
YQ
152362015-07-24 Yao Qi <yao.qi@linaro.org>
15237
15238 * gdb.server/ext-restart.exp: New file.
15239
8cfe207c
YQ
152402015-07-24 Yao Qi <yao.qi@linaro.org>
15241
15242 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15243 argument options.
15244 * gdb.server/ext-wrapper.exp: New file.
15245
cc12ce38
DE
152462015-07-23 Doug Evans <dje@google.com>
15247
15248 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15249 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15250
d0d84780
PMR
152512015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15252
15253 * gdb.ada/var_arr_typedef.exp: New testcase.
15254 * gdb.ada/var_arr_typedef/pack.adb: New file.
15255 * gdb.ada/var_arr_typedef/pack.ads: New file.
15256 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15257
8b558f79
JB
152582015-07-20 Joel Brobecker <brobecker@adacore.com>
15259
15260 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15261
775a3298
JK
152622015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15263
15264 * gdb.arch/i386-biarch-core.exp: Replace istarget
15265 by "complete set gnutarget". Remove expectation for the "core-file"
15266 command.
15267
db1ff28b
JK
152682015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15269
15270 Revert the previous commit:
15271 Tests for validate symbol file using build-id.
15272
0a94970d
JK
152732015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15274
15275 Tests for validate symbol file using build-id.
15276 * gdb.base/solib-mismatch-lib.c: New file.
15277 * gdb.base/solib-mismatch-libmod.c: New file.
15278 * gdb.base/solib-mismatch.c: New file.
15279 * gdb.base/solib-mismatch.exp: New file.
15280
03346981
SL
152812015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15282
15283 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15284 nios2-*-linux*.
15285 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15286 * gdb.base/siginfo.exp: Likewise.
15287 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15288
42422cc7
PL
152892015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15290
15291 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15292 Move it to ...
15293 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15294 ... here.
15295 * gdb.trace/range-stepping.exp: Check that the target supports
15296 range stepping.
15297
cfa68bae
JK
152982015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15299
15300 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15301
8ffdba26
PA
153022015-07-14 Pedro Alves <palves@redhat.com>
15303
15304 * gdb.base/killed-outside.exp: New file.
15305 * gdb.base/killed-outside.c: New file.
15306
218a5a11
JK
153072015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15308
15309 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15310 (n at main): New.
15311 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15312
e03ed3c6
AA
153132015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15314
15315 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15316 infcall tests instead of setting up for KFAIL.
15317
485668e5
MM
153182015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15319
15320 * gdb.btrace/record_goto-step.exp: New.
15321
08464196
JK
153222015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15323
15324 PR compile/18484
15325 * gdb.compile/compile.c (struct struct_type): Add volatile to
15326 selffield's type.
15327 * gdb.compile/compile.exp
15328 (compile code struct_object.selffield = &struct_object): Skip further
15329 struct_object tests if this one xfails.
15330
bcf5c1d9
RC
153312015-07-08 Robert O'Callahan <robert@ocallahan.org>
15332
15333 PR exp/18617
15334 * gdb.trace/ax.exp: Add test.
15335
4931af25
YQ
153362015-07-07 Yao Qi <yao.qi@linaro.org>
15337
15338 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15339 instead of istarget "aarch64*-*-*".
15340 * gdb.arch/aarch64-fp.exp: Likewise.
15341 * gdb.base/float.exp: Likewise.
15342 * gdb.reverse/aarch64.exp: Likewise.
15343 * lib/gdb.exp (is_aarch64_target): New proc.
15344
9fcf688e
YQ
153452015-07-07 Yao Qi <yao.qi@linaro.org>
15346
15347 * lib/gdb.exp (is_aarch32_target): New proc.
15348 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15349 instead of "istarget "arm*-*-*"".
15350 * gdb.arch/arm-disp-step.exp: Likewise.
15351 * gdb.arch/thumb-bx-pc.exp: Likewise.
15352 * gdb.arch/thumb-prologue.exp: Likewise.
15353 * gdb.arch/thumb-singlestep.exp: Likewise.
15354 * gdb.base/disp-step-syscall.exp: Likewise.
15355 * gdb.base/float.exp: Likewise.
15356
fbd8d50d
YQ
153572015-07-07 Yao Qi <yao.qi@linaro.org>
15358
15359 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15360 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15361
71be1fdc
YQ
153622015-07-07 Yao Qi <yao.qi@linaro.org>
15363
15364 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15365 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15366 if it exists.
15367 * gdb.multi/multi-arch.exp: Likewise.
15368
3e221d36
SM
153692015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15370
15371 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15372 print.
15373
d441430b
YQ
153742015-07-07 Yao Qi <yao.qi@linaro.org>
15375
15376 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15377
06f810bd
MG
153782015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15379
15380 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15381 '[' and ']' characters.
15382
5e61e7c0
IB
153832015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15384
15385 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15386
28bf096c
PA
153872015-06-29 Pedro Alves <palves@redhat.com>
15388
15389 PR threads/18127
15390 * gdb.threads/hand-call-new-thread.c: New file.
15391 * gdb.threads/hand-call-new-thread.c: New file.
15392
ee93cd5e
KS
153932015-06-26 Keith Seitz <keiths@redhat.com>
15394 Doug Evans <dje@google.com>
15395
15396 PR 16253
15397 * gdb.cp/var-tag-2.cc: New file.
15398 * gdb.cp/var-tag-3.cc: New file.
15399 * gdb.cp/var-tag-4.cc: New file.
15400 * gdb.cp/var-tag.cc: New file.
15401 * gdb.cp/var-tag.exp: New file.
15402
fc637f04
PP
154032015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15404
15405 * gdb.base/history-duplicates.exp: New test.
15406
2e52ae68
PP
154072015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15408
15409 * gdb.base/completion.exp: Test the completion of the "focus"
15410 command.
15411
6e22494e
JK
154122015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15413
15414 * gdb.arch/amd64-prologue-skip.S: New file.
15415 * gdb.arch/amd64-prologue-skip.exp: New file.
15416
bf7b9cd9
SM
154172015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15418
15419 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15420 is_address_zero_readable check.
15421
201e8dfd
PB
154222015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15423
15424 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15425 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15426
5cd867b4
YQ
154272015-06-24 Yao Qi <yao.qi@linaro.org>
15428
15429 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15430 linux targets.
15431
4d7be007
YQ
154322015-06-24 Yao Qi <yao.qi@linaro.org>
15433
15434 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15435 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15436 * gdb.base/siginfo-thread.exp: Likewise.
15437
07fcd301
YQ
154382015-06-22 Yao Qi <yao.qi@linaro.org>
15439
15440 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15441
52042a00
YQ
154422015-06-22 Yao Qi <yao.qi@linaro.org>
15443
15444 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15445 aarch64*-*-*.
15446 (skip_hw_watchpoint_tests): Likewise.
15447
74bd41ce
PP
154482015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15449
15450 * gdb.base/gdbinit-history.exp: Test the interaction between
15451 setting GDBHISTSIZE and setting the history size via .gdbinit.
15452
bc460514
PP
154532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15454
15455 PR gdb/16999
15456 * gdb.base/gdbhistsize-history.exp: New test.
15457
b58c513b
PP
154582015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15459
15460 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15461 with GDBHISTSIZE.
15462 * gdb.base/readline.exp: Likewise.
15463
92046791
YQ
154642015-06-17 Yao Qi <yao.qi@linaro.org>
15465
15466 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15467 line.
15468
2093d2d3
PP
154692015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15470
15471 * gdb.base/gdbinit-history.exp: Add test case to check that
15472 an unlimited history file does not get truncated on exit.
15473
e6c693af
AA
154742015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15475
15476 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15477 (VECTOR): New macro. Use it...
15478 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15479 ...for these typedefs.
15480 (int8, char1, int1, double1): New typedefs.
15481 (struct just_int2, struct two_int2): New structures.
15482 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15483 (add_structvecs, add_singlevecs): New functions.
15484 (main): Call add_some_intvecs twice.
15485 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15486 the compile and exit upon failure. Try compiling for the "native"
15487 architecture. Test inferior function calls with vector arguments
15488 and vector return value handling with "finish" and "return".
15489
c74f7d1c
JT
154902015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15491
15492 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15493 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15494 PE file.
15495 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15496
98aa42ee
AT
154972015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15498
15499 PR breakpoints/16465
15500 * gdb.mi/mi-dprintf-pending.c: New file.
15501 * gdb.mi/mi-dprintf-pending.exp: New test.
15502 * gdb.mi/mi-dprintf-pendshr.c: New file.
15503
7d73c23c 155042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15505 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15506
15507 * gdb.arch/i386-mpx-map.c: New file.
15508 * gdb.arch/i386-mpx-map.exp: New File.
15509
155102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15511
15512 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15513 * gdb.arch/i386-mpx.exp: Indentation fixed.
15514
155152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15516
15517 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15518 function and improved indentation.
15519 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15520 gdb_test_multiple. Added additional tests to skip the test.
15521
155222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15523
15524 * gdb.arch/i386-avx512.c: Change path in include file.
15525 * gdb.arch/i386-avx512.exp: Change include dir path
15526 compilation flag.
15527 * gdb.arch/i386-mpx.c: Change path in include file.
15528 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15529 flag.
15530
d5eba19a
JK
155312015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15532
15533 * gdb.compile/compile-print.exp (compile print *vararray@3)
15534 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15535
7f361056
JK
155362015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15537
15538 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15539 (do not keep jit in memory): ... this.
15540 (expect 5): Change it to ...
15541 (expect no 5): ... this.
15542
3b462ec2
SM
155432015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15544
15545 PR gdb/15564
15546 * gdb.mi/mi-detach.exp: New file.
15547
e0619de6
JK
155482015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15549
15550 PR symtab/18392
15551 * gdb.arch/amd64-tailcall-self.S: New file.
15552 * gdb.arch/amd64-tailcall-self.c: New file.
15553 * gdb.arch/amd64-tailcall-self.exp: New file.
15554
e970cb34
DB
155552015-05-28 Don Breazeal <donb@codesourcery.com>
15556
15557 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15558 tests for remote targets by checking is_target_gdbserver.
15559
b2e2f908
DE
155602015-05-27 Doug Evans <dje@google.com>
15561
15562 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15563 * gdb.dwarf2/opaque-type-lookup.c: New file.
15564 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15565
82c7be31
DE
155662015-05-26 Doug Evans <dje@google.com>
15567
15568 * gdb.cp/iostream.cc: New file.
15569 * gdb.cp/iostream.exp: New file.
15570
b4f54984
DE
155712015-05-26 Doug Evans <dje@google.com>
15572
15573 * gdb.dwarf2/dw2-op-call.exp: Update.
15574 * gdb.dwarf2/dw4-sig-types.exp: Update.
15575 * gdb.dwarf2/implptr.exp: Update.
15576 * gdb.mi/mi-cmd-param-changed.exp: Update.
15577
4ea6efe9
DE
155782015-05-26 Doug Evans <dje@google.com>
15579
15580 * gdb.python/py-lazy-string.c: New file.
15581 * gdb.python/py-lazy-string.exp: New file.
15582 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15583 (main): Update. Add estring3.
15584 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15585 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15586
f6bb7db3
YQ
155872015-05-26 Omair Javaid <omair.javaid@linaro.org>
15588 Yao Qi <yao.qi@linaro.org>
15589
15590 * gdb.reverse/aarch64.c: New.
15591 * gdb.reverse/aarch64.exp: New.
15592
a81bfbd0
OJ
155932015-05-26 Omair Javaid <omair.javaid@linaro.org>
15594
25d49b86
PA
15595 * lib/gdb.exp (supports_process_record): Return true for
15596 aarch64*-linux*.
a81bfbd0
OJ
15597 (supports_reverse): Likewise.
15598
158bf1b4
PP
155992015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15600
15601 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15602 Use with_test_prefix.
15603
a0145030
AB
156042015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15605
15606 * gdb.base/completion.exp: Add test for completion of layout
15607 names.
15608
ebe3b578
AB
156092015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15610
15611 * lib/gdb.exp (skip_tui_tests): New proc.
15612 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15613
84204ed7
PA
156142015-05-19 Pedro Alves <palves@redhat.com>
15615
15616 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15617 Save the whole env array instead of just HOME. Unset HISTSIZE in
15618 the environment while testing. Restore whole environment
15619 afterwards.
15620
37442ce1
DE
156212015-05-16 Doug Evans <xdje42@gmail.com>
15622
15623 * gdb.guile/scm-ports.c: New file.
15624 * gdb.guile/scm-ports.exp: Add memory port tests.
15625
36de76f9
JK
156262015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15627
15628 * gdb.compile/compile-print.c: New file.
15629 * gdb.compile/compile-print.exp: New file.
15630
3a9558c4
JK
156312015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15632
15633 * gdb.compile/compile-ops.exp: Cast param to void.
15634 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15635 (compile code struct_object.selffield = &struct_object): Add xfail.
15636
aa715135
JG
156372015-05-15 Joel Brobecker <brobecker@adacore.com>
15638
15639 * gdb.ada/arr_enum_with_gap: New testcase.
15640
931e5bc3
JG
156412015-05-15 Joel Brobecker <brobecker@adacore.com>
15642
15643 * gdb.ada/byte_packed_arr: New testcase.
15644
9cd4d857
JB
156452015-05-15 Joel Brobecker <brobecker@adacore.com>
15646
15647 * gdb.ada/pckd_neg: New testcase.
15648
ebfd00d2
PP
156492015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15650
15651 PR gdb/17820
15652 * gdb.base/gdbinit-history.exp: New test.
15653 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15654 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15655
4c082a81
SC
156562015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15657
15658 * gdb.python/py-xmethods.cc: Enhance test case.
15659 * gdb.python/py-xmethods.exp: New tests.
15660 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15661 function.
15662 (B_indexoper): Likewise.
15663 (global_dm_list) : Add new xmethod worker functions.
15664
f7797074
SDJ
156652015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15666
15667 * gdb.base/coredump-filter.exp: Correctly unset
15668 "coredump_var_addr" array.
15669
a4674e4e
PA
156702015-05-08 Pedro Alves <palves@redhat.com>
15671
15672 * gdb.server/non-existing-program.exp: Unset spawn_id.
15673
df2eb078
SC
156742015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15675
15676 PR python/18291
15677 * gdb.python/py-xmethods.exp: Add tests.
15678
422349a3
YQ
156792015-05-08 Yao Qi <yao.qi@linaro.org>
15680
15681 PR gdb/18208
15682 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15683 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15684 function set_coredump_filter, and remove remote_exec call.
15685 Remove argument ipid. Callers update.
15686 (top level): Don't get inferior's PID.
15687
63fc80ce
AA
156882015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15689
15690 * gdb.base/watch_thread_num.exp: Skip test on targets without
15691 access watchpoints.
15692
80ad801e
PA
156932015-05-06 Pedro Alves <palves@redhat.com>
15694
15695 PR server/18081
15696 * gdb.server/non-existing-program.exp: New file.
15697
0fa7fe50
JB
156982015-05-05 Joel Brobecker <brobecker@adacore.com>
15699
15700 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15701
3ea89b92
PMR
157022015-05-05 Joel Brobecker <brobecker@adacore.com>
15703
15704 * gdb.ada/out_of_line_in_inlined: New testcase.
15705
87b8eff0
JB
157062015-05-05 Joel Brobecker <brobecker@adacore.com>
15707
15708 * gdb.ada/var_rec_arr: New testcase.
15709
5fccc635
YQ
157102015-04-30 Yao Qi <yao.qi@linaro.org>
15711
15712 * gdb.base/break-idempotent.exp: If
15713 skip_hw_watchpoint_multi_tests returns true, skip the tests
15714 on "rwatch" and "awatch".
15715
42d38f42
YQ
157162015-04-30 Yao Qi <yao.qi@linaro.org>
15717
15718 * gdb.base/relativedebug.exp: Invoke gdb command
15719 "info sharedlibrary", and if libc.so doesn't have debug info,
15720 skip the test.
15721
2ce1cdbf
DE
157222015-04-29 Doug Evans <dje@google.com>
15723
15724 * gdb.python/py-xmethods.exp: Add ptype tests.
15725 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15726 get_result_type method.
15727
f24a38c5
LM
157282015-04-29 Luis Machado <lgustavo@codesourcery.com>
15729
15730 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15731 the target does not support hardware watchpoints.
15732
ecbf2b3c
LM
157332015-04-29 Luis Machado <lgustavo@codesourcery.com>
15734
15735 * gdb.base/break-always.exp: Abort testing if writing to memory
15736 causes an error.
15737
34f5f757
DE
157382015-04-28 Doug Evans <dje@google.com>
15739
15740 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15741 * gdb.python/py-pp-registration.exp: ... here. New file.
15742 * gdb.python/py-pp-registration.c: New file.
15743 * gdb.python/py-pp-registration.py: New file.
15744
69b4374a
DE
157452015-04-28 Doug Evans <dje@google.com>
15746
15747 * gdb.python/py-bad-printers.c: New file.
15748 * gdb.python/py-bad-printers.py: New file.
15749 * gdb.python/py-bad-printers.exp: New file.
15750
59fb7612
SS
157512015-04-28 Sasha Smundak <asmundak@google.com>
15752
15753 * gdb.python/py-type.exp: New test.
15754
2631b16a
AW
157552015-04-28 Andy Wingo <wingo@igalia.com>
15756
15757 * gdb.python/py-parameter.exp:
15758 * gdb.guile/scm-parameter.exp: Escape the path that we are
15759 matching against, as it might contain characters that are special
15760 to regular expressions.
15761
460efde1
JB
157622015-04-27 Joel Brobecker <brobecker@adacore.com>
15763
15764 * gdb.ada/rec_comp: New testcase.
15765
2d369d8e
SDJ
157662015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15767
15768 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15769 before using it.
15770
cf75d6c3
AB
157712015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15772
15773 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15774 new tests for verilog output.
15775
8dbe7ca5
YQ
157762015-04-24 Yao Qi <yao.qi@linaro.org>
15777
15778 * boards/remote-gdbserver-on-localhost.exp: New file.
15779
4ef9fb2f
PA
157802015-04-23 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15783 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15784 "end of file", remove $inferior_spawn_id from the indirect list.
15785
0a803169
PA
157862015-04-23 Pedro Alves <palves@redhat.com>
15787
15788 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15789
749ef8f8
PA
157902015-04-23 Pedro Alves <palves@redhat.com>
15791
15792 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15793 on $any_spawn_id instead of only on $gdb_spawn_id.
15794
8aae4344
PM
157952015-04-21 Pierre Muller <muller@sourceware.org>
15796
15797 PR pascal/17815
15798 * lib/pascal.exp (gpc_compile): Add new option "class".
15799 (fpc_compile): Likewise.
15800 * gdb.pascal/case-insensitive-symbols.pas: New file.
15801 * gdb.pascal/case-insensitive-symbols.exp: New file.
15802
1586c8fb
GB
158032015-04-20 Gary Benson <gbenson@redhat.com>
15804
15805 * gdb.base/attach.exp: Fix three extended remote failures.
15806
1b6e6f5c
GB
158072015-04-17 Gary Benson <gbenson@redhat.com>
15808
15809 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15810 the main executable over the remote protocol.
15811
e797481d
PA
158122015-04-16 Pedro Alves <palves@redhat.com>
15813
15814 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15815 a new gdbserver if gdbserver_reconnect_p is set.
15816
1ca99c42
PA
158172015-04-16 Pedro Alves <palves@redhat.com>
15818
15819 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15820 is set, don't exit gdbserver.
15821
af9fd6f8
AA
158222015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15823
15824 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15825 appropriate .insn, such that an older assembler can be used.
15826 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15827 the z/Architecture instruction set on 31-bit targets as well.
15828
04ff1e61
AA
158292015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15830
15831 * gdb.go/handcall.exp: Remove all logic related to the first
15832 breakpoint and rely on go_runto_main instead.
15833 * gdb.go/strings.exp: Likewise.
15834 * gdb.go/unsafe.exp: Likewise.
15835 * gdb.go/hello.exp: Likewise. Also rename the remaining
15836 breakpoint marker to "breakpoint 1".
15837 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15838 * gdb.go/strings.go: Likewise.
15839 * gdb.go/unsafe.go: Likewise.
15840 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15841 "set breakpoint 2 here" and rename the remaining breakpoint marker
15842 to "breakpoint 1".
15843
40d2f8d6
SM
158442015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15845
15846 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15847 if itertools.imap is not present.
15848 * gdb.python/py-objfile.exp: Add parentheses.
15849 * gdb.python/py-type.exp: Same.
15850 * gdb.python/py-unwind-maint.py: Same.
15851
8cbc97c6
YQ
158522015-04-15 Yao Qi <yao.qi@linaro.org>
15853
15854 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15855 of ":$ptr_size" and set its form explicitly.
15856
45fd756c
YQ
158572015-04-15 Pedro Alves <palves@redhat.com>
15858 Yao Qi <yao.qi@linaro.org>
15859
15860 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15861 timeout by factor of 4.
15862 (test_regular_watch): Likewise.
15863 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15864 * gdb.reverse/sigall-reverse.exp: Likewise.
15865 * gdb.reverse/until-precsave.exp: Likewise.
15866 * lib/gdb.exp (with_timeout_factor): New proc.
15867 (gdb_expect): Move some code to ...
15868 (get_largest_timeout): ... here. New procedure.
15869
9e811bc3
LM
158702015-04-14 Luis Machado <lgustavo@codesourcery.com>
15871
15872 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15873
0ff6fcb2
LM
158742015-04-13 Luis Machado <lgustavo@codesourcery.com>
15875
15876 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15877 to write to the .text section.
15878
7578d5f7
LM
158792015-04-13 Luis Machado <lgustavo@codesourcery.com>
15880
15881 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15882 Handle the case of targets that do not provide PID information.
15883
2efe15c4
YQ
158842015-04-13 Yao Qi <yao.qi@linaro.org>
15885
15886 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15887 and use expect instead of gdb_expect.
15888
8cd8f2f8
SDJ
158892015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15890
15891 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15892 "coredump_var_addr" to avoid naming conflict with other testcases.
15893
9ee41772
PA
158942015-04-10 Pedro Alves <palves@redhat.com>
15895
15896 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15897 gdb_test_sequence and gdb_assert.
15898
07473109
PA
158992015-04-10 Pedro Alves <palves@redhat.com>
15900
15901 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15902 test messages that don't include the breakpoint address.
15903
de3db44c
YQ
159042015-04-10 Yao Qi <yao.qi@linaro.org>
15905
15906 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15907 false for some offset and width combinations which aren't
15908 supported by linux kernel.
15909
c79d856c
PA
159102015-04-10 Pedro Alves <palves@redhat.com>
15911
15912 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15913 procedure, factored out from ...
15914 (top level): ... here. Add "set displaced-stepping" testing axis.
15915 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15916 parameter "displaced". Use it.
15917 (top level): Use foreach and add "set displaced-stepping" testing
15918 axis.
15919
ebc90b50
PA
159202015-04-10 Pedro Alves <palves@redhat.com>
15921
15922 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15923 Remove comment.
15924 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15925 both the address of the instruction that triggers the watchpoint
15926 and the address of the instruction immediately after, and use
15927 those addresses for the test. Fix comment.
15928
8f572e5c
PA
159292015-04-10 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.base/sigstep.exp (breakpoint_to_handler)
15932 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15933 Test "backtrace" in handler.
15934 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15935 (top level): Add new "displaced" test axis to
15936 breakpoint_to_handler, breakpoint_to_handler_entry and
15937 breakpoint_over_handler.
15938
8d707a12
PA
159392015-04-10 Pedro Alves <palves@redhat.com>
15940
15941 PR gdb/18216
15942 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15943
ef713951
YQ
159442015-04-10 Yao Qi <yao.qi@linaro.org>
15945
15946 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15947 (test_add_rn_pc): New function.
15948 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15949 (top level): Invoke test_add_rn_pc.
15950
906d60cf
PA
159512015-04-10 Pedro Alves <palves@redhat.com>
15952
15953 PR gdb/13858
15954 * gdb.base/step-over-no-symbols.exp: New file.
15955
f2983cc3
AW
159562015-04-09 Andy Wingo <wingo@igalia.com>
15957
15958 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15959 after the Python tests.
15960
6d62641c
SDJ
159612015-04-08 Keith Seitz <keiths@redhat.com>
15962
15963 PR python/16699
15964 * gdb.python/py-completion.exp: New tests for completion.
15965 * gdb.python/py-completion.py (CompleteLimit1): New class.
15966 (CompleteLimit2): Likewise.
15967 (CompleteLimit3): Likewise.
15968 (CompleteLimit4): Likewise.
15969 (CompleteLimit5): Likewise.
15970 (CompleteLimit6): Likewise.
15971 (CompleteLimit7): Likewise.
15972
f3770638
PA
159732015-04-08 Pedro Alves <palves@redhat.com>
15974
15975 PR gdb/18214
15976 PR gdb/18216
15977 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15978 function.
15979 (main): Install it as SIGUSR1 handler.
15980 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15981 parameter. Always use "setup" as prefix. Toggle "set
15982 displaced-stepping" off/on depending on global. Don't switch to
15983 thread 1 here.
15984 (top level): Add displaced stepping "off/on" test axis. Update
15985 "setup" calls. Wrap each subtest with with_test_prefix. Test
15986 continuing with a queued signal in each thread.
15987
4496bed7
PA
159882015-04-08 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15991 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15992 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15993 Return early if running to main fails.
15994 * gdb.trace/while-stepping.exp: Likewise.
15995
b97fde92
PA
159962015-04-07 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15999 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16000 interact with inferior program.
16001
f71c18e7
PA
160022015-04-07 Pedro Alves <palves@redhat.com>
16003
16004 * lib/gdb.exp (inferior_spawn_id): New global.
16005 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16006 spawn id after processing the user code.
16007 (default_gdb_start): Set inferior_spawn_id.
16008 (send_inferior): New procedure.
16009 * lib/gdbserver-support.exp (gdbserver_start): Set
16010 inferior_spawn_id.
16011 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16012
6423214f
PA
160132015-04-07 Pedro Alves <palves@redhat.com>
16014
16015 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16016 * lib/gdbserver-support.exp (gdbserver_start): Make
16017 $server_spawn_id global.
16018 (gdbserver_start): Don't wait for gdbserver's spawn id with
16019 expect_background.
16020 (close_gdbserver): New procedure.
16021 (gdb_exit): Rename the default version and reimplement.
16022
71c0ee8c
PA
160232015-04-07 Pedro Alves <palves@redhat.com>
16024
72f4393d 16025 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16026 append the substituted item, not the original item.
16027
203bc29b
PA
160282015-04-07 Pedro Alves <palves@redhat.com>
16029
16030 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16031 gdb_expect.
16032
508a3ddf
PA
160332015-04-07 Pedro Alves <palves@redhat.com>
16034
16035 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16036 output appearing once only.
16037
9f6dbe2b
PA
160382015-04-07 Pedro Alves <palves@redhat.com>
16039
16040 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16041 that doesn't expect anything. Return early if running to main
16042 fails.
16043
337532fa
YQ
160442015-04-07 Yao Qi <yao.qi@linaro.org>
16045
16046 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16047 (child_function): Call alarm.
16048 (main): Move call to alarm into the loop.
16049 * gdb.threads/non-stop-fair-events.exp: Build program with
16050 -DTIMEOUT=$timeout.
16051
01b622d4
DE
160522015-04-06 Doug Evans <xdje42@gmail.com>
16053
16054 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16055 Fix dest parameter to board_info.
16056 (fpc_compile): Ditto.
16057 (gdb_compile_pascal): Rename dest arg to destfile.
16058
961f4160
PMR
160592015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16060
16061 * gdb.ada/funcall_ref.exp: New file.
16062 * gdb.ada/funcall_ref/foo.adb: New file.
16063
cafda597
YQ
160642015-04-02 Yao Qi <yao.qi@linaro.org>
16065
16066 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16067 is remote.
16068
fed040c6
GB
160692015-04-02 Gary Benson <gbenson@redhat.com>
16070
16071 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16072
d11916aa
SS
160732015-04-01 Sasha Smundak <asmundak@google.com>
16074
16075 * gdb.python/py-unwind-maint.c: New file.
16076 * gdb.python/py-unwind-maint.exp: New test.
16077 * gdb.python/py-unwind-maint.py: New file.
16078 * gdb.python/py-unwind.c: New file.
16079 * gdb.python/py-unwind.exp: New test.
16080 * gdb.python/py-unwind.py: New test.
16081
a1471180
PA
160822015-04-01 Pedro Alves <palves@redhat.com>
16083
16084 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16085 to fail instead of non-existent $test.
16086
0bbeccb1
PA
160872015-04-01 Pedro Alves <palves@redhat.com>
16088
16089 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16090 GDBFLAGS if not empty.
16091
3c724c8c
PMR
160922015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16093
16094 * gdb.ada/complete.exp: Remove "multi_line".
16095 * gdb.ada/info_exc.exp: Remove "multi_line".
16096 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16097 * gdb.ada/ptype_field.exp: Remove "multi_line".
16098 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16099 * gdb.ada/tagged.exp: Remove "multi_line".
16100 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16101 [multi_line ...]
16102 * gdb.btrace/delta.exp: Likewise.
16103 * gdb.btrace/exception.exp: Likewise.
16104 * gdb.btrace/function_call_history.exp: Likewise.
16105 * gdb.btrace/instruction_history.exp: Likewise.
16106 * gdb.btrace/nohist.exp: Likewise.
16107 * gdb.btrace/record_goto.exp: Likewise.
16108 * gdb.btrace/segv.exp: Likewise.
16109 * gdb.btrace/stepi.exp: Likewise.
16110 * gdb.btrace/tailcall.exp: Likewise.
16111 * gdb.btrace/unknown_functions.exp: Likewise.
16112 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16113 * lib/gdb.exp: Add the "multi_line" helper.
16114
4eec2deb
PA
161152015-04-01 Pedro Alves <palves@redhat.com>
16116
16117 * gdb.threads/tid-reuse.c: New file.
16118 * gdb.threads/tid-reuse.exp: New file.
16119
df8411da
SDJ
161202015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16121
16122 PR corefiles/16092
16123 * gdb.base/coredump-filter.c: New file.
16124 * gdb.base/coredump-filter.exp: Likewise.
16125
6ef37366
PM
161262015-03-27 Petr Machata <pmachata@redhat.com>
16127
16128 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16129 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16130 (Dwarf::assemble): Initialize them.
16131 (Dwarf::lines): New function.
16132
7ec911b0
JT
161332015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16134
16135 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16136 SYMBOL_PREFIX for x86_64-*-cygwin.
16137
ff908ebf
AW
161382015-03-26 Andy Wingo <wingo@igalia.com>
16139
16140 PR symtab/18148
16141 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16142 const_value but not a location.
16143 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16144 location defined in non-main CUs are visible.
16145
6d5f0679
YQ
161462015-03-26 Yao Qi <yao.qi@linaro.org>
16147
16148 PR testsuite/18139
16149 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16150 Add a line number entry for the same line.
16151 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16152 Add a line number entry for the same line.
16153
2898689b
YQ
161542015-03-26 Yao Qi <yao.qi@linaro.org>
16155
16156 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16157 .int 0.
16158 (func): Likewise. Add .Lfunc_1 label.
16159 Use .Lfunc_1 label.
16160 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16161 .int 0.
16162 (func): Likewise.
16163 Use .Lfunc_1 label.
16164
85180498
YQ
161652015-03-26 Yao Qi <yao.qi@linaro.org>
16166
16167 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16168 Call gdb_compile instead to compile each .s files without debug
16169 information.
16170
8aa08a8d
YQ
161712015-03-26 Yao Qi <yao.qi@linaro.org>
16172
16173 * gdb.base/savedregs.exp (process_saved_regs): Make
16174 "Saved registers:" optional in the pattern.
16175
66849923
MM
161762015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16177
16178 * gdb.btrace/next.exp: Merged into step.exp.
16179 * gdb.btrace/finish.exp: Merged into step.exp.
16180 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16181 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16182 "record goto" and checking the exact replay position.
16183 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16184 check for "Recording format" in "info record" output.
16185 * gdb.btrace/record_goto.exp: Choose test file based on target.
16186 * gdb.btrace/x86-record_goto.S: Renamed into ...
16187 * gdb.btrace/x86_64-record_goto.S: ... this.
16188 * gdb.btrace/i686-record_goto.S: New.
16189 * gdb.btrace/x86-tailcall.S: Renamed into ...
16190 * gdb.btrace/x86_64-tailcall.S: ... this.
16191 * gdb.btrace/i686-tailcall.S: New.
16192 * gdb.btrace/x86-tailcall.c: Renamed into ...
16193 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16194 separate statements. Update test.
16195 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16196 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16197 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16198 * gdb.btrace/tailcall.exp: Choose test file based on target.
16199 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16200
11cc1b74
MM
162012015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16202
16203 * gdb.btrace/exception.exp: Increase BTS buffer size.
16204
a25d8bf9
PA
162052015-03-24 Pedro Alves <palves@redhat.com>
16206
16207 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16208
856e7dd6
PA
162092015-03-24 Pedro Alves <palves@redhat.com>
16210
16211 * gdb.threads/schedlock.exp (test_step): No longer expect that
16212 "set scheduler-locking step" with "next" over a function call runs
16213 threads unlocked.
16214
ad235a41
AT
162152015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16216
16217 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16218
15630549
AT
162192015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16220
16221 PR breakpoints/16466
16222 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16223 * gdb.mi/mi-pending.c (thread_func): New function.
16224 (int main): Add threading support required.
16225 * gdb.mi/mi-pending.exp: Add tests for this issue.
16226 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16227 (pendfunc2): Remove stdio dependency.
16228 * gdb.mi/mi-pendshr2.c: New file.
16229
693dca06
KS
162302015-03-23 Keith Seitz <keiths@redhat.com>
16231
16232 * gdb.linespec/keywords.c: New file.
16233 * gdb.linespec/keywords.exp: New file.
16234
7e993ebf
KS
162352015-03-23 Keith Seitz <keiths@redhat.com>
16236
16237 PR gdb/18021
16238 * gdb.dwarf2/staticvirtual.exp: New test.
16239
bc23328c
JK
162402015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16241
16242 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16243 * README: Remove HP-UX and gdb.hp.
16244 (configuration):
16245 * configure: Regenerate.
16246 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16247 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16248 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16249 gdb.hp/gdb.defects/Makefile.
16250 * gdb.hp/Makefile.in: File deleted.
16251 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16252 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16253 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16254 * gdb.hp/gdb.aCC/run.c: File deleted.
16255 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16256 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16257 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16258 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16259 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16260 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16261 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16262 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16263 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16264 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16265 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16266 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16267 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16268 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16269 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16270 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16271 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16272 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16273 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16274 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16275 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16276 * gdb.hp/gdb.compat/average.c: File deleted.
16277 * gdb.hp/gdb.compat/sum.c: File deleted.
16278 * gdb.hp/gdb.compat/xdb.c: File deleted.
16279 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16280 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16281 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16282 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16283 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16284 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16285 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16286 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16287 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16288 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16289 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16290 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16291 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16292 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16293 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16294 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16295 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16296 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16297 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16298 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16299 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16300 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16301 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16302 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16303 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16304 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16305 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16306 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16307 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16308 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16309 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16310 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16311 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16312 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16313 * gdb.hp/tools/odump: File deleted.
16314
8bf3b159
PA
163152015-03-19 Pedro Alves <palves@redhat.com>
16316
16317 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16318 (saw_thread_3): New globals.
16319 (top level): Increment them when an event for the corresponding
16320 thread is seen.
16321 (no thread starvation): New test.
16322
eb54c8bf
PA
163232015-03-19 Pedro Alves <palves@redhat.com>
16324
16325 * gdb.threads/continue-pending-status.c: New file.
16326 * gdb.threads/continue-pending-status.exp: New file.
16327
32d2e5d6
PA
163282015-03-18 Pedro Alves <palves@redhat.com>
16329
16330 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16331 Use gdb_is_target_remote instead of is_remote. Use
16332 gdb_test_multiple instead of gdb_expect. Exit early if
16333 gdb_test_multiple hits its internal matches. Tighten stepi tests
16334 expected output. Fail on exit with any signal, instead of just
16335 SIGILL.
16336
f68f11b7
YQ
163372015-03-18 Yao Qi <yao.qi@linaro.org>
16338
16339 PR tdep/18107
16340 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16341 variable.
16342 * gdb.base/catch-syscall.exp: Don't skip it on
16343 aarch64*-*-linux* target. Remove elements in all_syscalls.
16344 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16345 target.
16346 (setup_all_syscalls): New proc.
16347
ca5fd19b
YQ
163482015-03-16 Yao Qi <yao.qi@linaro.org>
16349
16350 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16351 (top level): Skip tests if valid_addr_p returns false for
16352 $cmd1 or $cmd2.
16353
85642ba0
AW
163542015-03-11 Andy Wingo <wingo@igalia.com>
16355
16356 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16357
e03f9645
YQ
163582015-03-11 Yao Qi <yao.qi@linaro.org>
16359
16360 * gdb.base/catch-syscall.exp: Fix typo in comments.
16361
5d0962b2
YQ
163622015-03-11 Yao Qi <yao.qi@linaro.org>
16363
16364 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16365
b2df3cef
PA
163662015-03-09 Pedro Alves <palves@redhat.com>
16367
16368 * dg-extract-results.py: Delete.
16369
ef878e53
PA
163702015-03-09 Pedro Alves <palves@redhat.com>
16371
16372 Merge dg-extract-results.sh from GCC upstream (r218843).
16373
16374 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16375 * dg-extract-results.sh: Use --text with grep to avoid issues with
16376 binary files. Fall back to cat -v, if that doesn't work.
16377
9494d219
PA
163782015-03-05 Pedro Alves <palves@redhat.com>
16379
16380 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16381
a8d9763a
SM
163822015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16383
16384 * lib/mi-support.exp (mi_expect_interrupt): Accept
16385 alternative event for when in all-stop mode.
16386
be9957b8
PA
163872015-03-04 Pedro Alves <palves@redhat.com>
16388
16389 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16390
d57be0f4 163912015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16392
16393 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16394
c214c7cf
AA
163952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16396
16397 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16398 regexps for GDB's current line display, accept a hex address
16399 preceding the line number.
16400
6d74a497
AA
164012015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16402
16403 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16404 the 'arch1' variable for "s390*-linux*" targets.
16405
511aee7c
PA
164062015-03-04 Pedro Alves <palves@redhat.com>
16407
16408 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16409 (main): Pass missing retval argument to pthread_join call.
16410
95e50b27
PA
164112015-03-02 Pedro Alves <palves@redhat.com>
16412
16413 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16414 (top level): Call do_test with non-stop as well.
16415
28054d69
PA
164162015-03-02 Pedro Alves <palves@redhat.com>
16417
16418 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16419 -1.
16420
4fa5d7b4
AA
164212015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16422
16423 * gdb.arch/s390-vregs.exp: New test.
16424 * gdb.arch/s390-vregs.S: New file.
16425
97c18565
PA
164262015-02-27 Pedro Alves <palves@redhat.com>
16427
16428 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16429 call to catch_command_errors.
16430 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16431 catch_command_errors.
16432
a37bfa30
PA
164332015-02-27 Pedro Alves <palves@redhat.com>
16434
16435 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16436 "true" for boolean result.
16437 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16438 prototype of main.
16439
6f98576f
PA
164402015-02-27 Pedro Alves <palves@redhat.com>
16441
16442 * lib/unbuffer_output.c: New file.
16443 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16444 (main): Call gdb_unbuffer_output.
16445
eba5ab56
YQ
164462015-02-27 Yao Qi <yao.qi@linaro.org>
16447
16448 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16449 target.
16450
0def5aaa
DE
164512015-02-26 Doug Evans <dje@google.com>
16452
16453 * gdb.cp/class2.cc (Dbase, D): New classes.
16454 (main): New local delta.
16455 * gdb.cp/class2.exp: Test printing delta.
16456 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16457 (dynbar): New global.
16458 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16459
081a1c2c
JK
164602015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16461
16462 * gdb.compile/compile-ifunc.c: New file.
16463 * gdb.compile/compile-ifunc.exp: New file.
16464
2f41223f
AT
164652015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16466
16467 * gdb.base/structs.exp: Check for correct struct on finish.
16468
03eddd80
YQ
164692015-02-26 Yao Qi <yao.qi@linaro.org>
16470
16471 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16472 is zero.
16473
80c57053
JK
164742015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16475
16476 * gdb.arch/cordic.ko.bz2: New file.
16477 * gdb.arch/cordic.ko.debug.bz2: New file.
16478 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16479
21613c12
YQ
164802015-02-25 Yao Qi <yao.qi@linaro.org>
16481
16482 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16483 aarch64*-*-* target.
16484
d8b901ed
PA
164852015-02-23 Pedro Alves <palves@redhat.com>
16486
16487 * lib/gdb.exp (delete_breakpoints): Rewrite using
16488 gdb_test_multiple.
16489
e5b85ead
PA
164902015-02-23 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.base/info-os.c: Include stdlib.h.
16493
85c3a371
DE
164942015-02-22 Doug Evans <xdje42@gmail.com>
16495
16496 PR symtab/17855
16497 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16498 is read after symbols have been re-read.
16499 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16500 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16501
96553a0c
DE
165022015-02-21 Doug Evans <dje@google.com>
16503
16504 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16505
97a0c697
JK
165062015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16507
16508 PR corefiles/17808
16509 * gdb.arch/i386-biarch-core.core.bz2: New file.
16510 * gdb.arch/i386-biarch-core.exp: New file.
16511
a47cd6e9
PA
165122015-02-21 Pedro Alves <palves@redhat.com>
16513
16514 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16515 runto_main fails.
16516
c5facdc4
PA
165172015-02-20 Pedro Alves <palves@redhat.com>
16518
16519 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16520 info probes.
16521
2db9a427
PA
165222015-02-20 Pedro Alves <palves@redhat.com>
16523
16524 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16525
60fb7e9e
PA
165262015-02-20 Pedro Alves <palves@redhat.com>
16527
16528 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16529 clean_restart before gdb_target_supports_trace.
16530
5c5019c2
PA
165312015-02-20 Pedro Alves <palves@redhat.com>
16532
16533 PR threads/18006
16534 * gdb.threads/clone-thread_db.c: New file.
16535 * gdb.threads/clone-thread_db.exp: New file.
16536
c9587f88
AT
165372015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16538
16539 PR breakpoints/16812
16540 * gdb.base/catch-gdb-caused-signals.c: New file.
16541 * gdb.base/catch-gdb-caused-signals.exp: New file.
16542
f6a88844
JM
165432015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16544
16545 * configure: Regenerated.
16546 * configure.ac: Use GDB_AC_TRANSFORM.
16547 * aclocal.m4: sinclude ../transform.m4.
16548
497c491b
JM
165492015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16550
16551 * lib/dtrace.exp: New file.
16552 * gdb.base/dtrace-probe.exp: Likewise.
16553 * gdb.base/dtrace-probe.d: Likewise.
16554 * gdb.base/dtrace-probe.c: Likewise.
16555 * lib/pdtrace.in: Likewise.
16556 * configure.ac: Output variables with the transformed names of
16557 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16558 * configure: Regenerated.
16559
03e98035
JM
165602015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16561
16562 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16563 expected message when trying to access $_probe_* convenience
16564 variables while not on a probe.
16565
63cc30e9
JK
165662015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16567
16568 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16569
0703599a
PA
165702015-02-11 Pedro Alves <pedro@codesourcery.com>
16571
16572 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16573 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16574
7e60a48e
DE
165752015-02-10 Doug Evans <xdje42@gmail.com>
16576
16577 * lib/gdb.exp (gdb_load): Always return a result.
16578
01b088bc
PA
165792015-02-10 Pedro Alves <palves@redhat.com>
16580
16581 * gdb.threads/signal-sigtrap.c: New file.
16582 * gdb.threads/signal-sigtrap.exp: New file.
16583
b05ec7a5
AT
165842015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16585
16586 * gdb.trace/no-attach-trace.c: New file.
16587 * gdb.trace/no-attach-trace.exp: New file.
16588
a2c2acaf
MW
165892015-02-09 Mark Wielaard <mjw@redhat.com>
16590
16591 * gdb.dwarf2/atomic.c: New file.
16592 * gdb.dwarf2/atomic-type.exp: Likewise.
16593
31fd9caa
MM
165942015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16595
16596 * gdb.btrace/buffer-size.exp: Update "info record" output.
16597 * gdb.btrace/delta.exp: Update "info record" output.
16598 * gdb.btrace/enable.exp: Update "info record" output.
16599 * gdb.btrace/finish.exp: Update "info record" output.
16600 * gdb.btrace/instruction_history.exp: Update "info record" output.
16601 * gdb.btrace/next.exp: Update "info record" output.
16602 * gdb.btrace/nexti.exp: Update "info record" output.
16603 * gdb.btrace/step.exp: Update "info record" output.
16604 * gdb.btrace/stepi.exp: Update "info record" output.
16605 * gdb.btrace/nohist.exp: Update "info record" output.
16606
d33501a5
MM
166072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16608
16609 * gdb.btrace/buffer-size: New.
16610
f4abbc16
MM
166112015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16612
16613 * gdb.btrace/delta.exp: Update "info record" output.
16614 * gdb.btrace/enable.exp: Update "info record" output.
16615 * gdb.btrace/finish.exp: Update "info record" output.
16616 * gdb.btrace/instruction_history.exp: Update "info record" output.
16617 * gdb.btrace/next.exp: Update "info record" output.
16618 * gdb.btrace/nexti.exp: Update "info record" output.
16619 * gdb.btrace/step.exp: Update "info record" output.
16620 * gdb.btrace/stepi.exp: Update "info record" output.
16621 * gdb.btrace/nohist.exp: Update "info record" output.
16622
b9d61307
SM
166232015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16624
16625 PR gdb/15678
16626 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16627
e584fdbc
PA
166282015-02-06 Pedro Alves <palves@redhat.com>
16629
16630 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16631 macro.
16632 (seconds_left, again): New globals.
16633 (main): Wait seconds_left in a 1-second sleep loop instead of
16634 sleeping 180 seconds. If 'again' is set, reset the seconds
16635 counter.
16636 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16637 'again' in the inferior before detaching. Print the seconds left.
16638 (options): New global.
16639 (top level): Build program with -DTIMEOUT=$timeout.
16640
77f41761
PA
166412015-02-06 Pedro Alves <palves@redhat.com>
16642
16643 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16644 determine how many seconds to pass to 'alarm'.
16645 * gdb.base/gdb-sigterm.exp (top level): Build program with
16646 -DTIMEOUT=$timeout.
16647 (do_test): Return success/failure indication. Add more verbose
16648 logging. Don't fail if 200 single steps are seen. Instead, fail
16649 when the test times out.
16650 (passes): New global.
16651 (top level): Break the testing loop if testing fails on any
16652 iteration. Use gdb_assert.
16653
b9394193
DB
166542015-02-04 Don Breazeal <donb@codesourcery.com>
16655
16656 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16657 and initialize them.
16658 (ipc_cleanup): New function.
16659 (main): Don't declare shmid, semid, and msqid. Add a call to
16660 atexit so that we call ipc_cleanup on exit.
16661
42d9e528
PA
166622015-02-04 Pedro Alves <palves@redhat.com>
16663
16664 * boards/native-extended-gdbserver.exp: Remove any target variant
16665 specifications from the board name before clearing the isremote
16666 flag from board_info.
16667
ae6ae975
DE
166682015-01-31 Doug Evans <xdje42@gmail.com>
16669
16670 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16671
cfb069a8
GB
166722015-01-31 Gary Benson <gbenson@redhat.com>
16673
16674 * gdb.base/completion.exp: Disable completion limiting for
16675 existing tests. Add new tests to check completion limiting.
16676 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16677
5dd31d79
DE
166782015-01-31 Doug Evans <xdje42@gmail.com>
16679
16680 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16681
9f050062
DE
166822015-01-31 Doug Evans <xdje42@gmail.com>
16683
16684 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16685 entries. Duplicate file section script entries.
16686 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16687 inlined entries. Add test for safe-path rejection.
16688 * gdb.python/py-section-script.c: Add duplicate inlined section script
16689 entries. Duplicate file section script entries.
16690 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16691 inlined entries. Add test for safe-path rejection.
16692
df25ebbd
JB
166932015-01-29 Joel Brobecker <brobecker@adacore.com>
16694
16695 * gdb.ada/disc_arr_bound: New testcase.
16696
4a0ca9ec
JB
166972015-01-29 Joel Brobecker <brobecker@adacore.com>
16698
16699 * gdb.ada/mi_var_array: New testcase.
16700
3a8b707a
DE
167012015-01-27 Doug Evans <dje@google.com>
16702
16703 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16704 Add test for objfile.filename, objfile.username after objfile
16705 has been unloaded.
16706
f8313f6e
JB
167072015-01-26 Joel Brobecker <brobecker@adacore.com>
16708
16709 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16710 the second test to print the name attribute of value
16711 returned by the call to gdb.lookup_type, and adjust
16712 the expected output accordingly.
16713
37bc665e
MW
167142015-01-25 Mark Wielaard <mjw@redhat.com>
16715
16716 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16717 * gdb.base/disp-step-fork.c: Include unistd.h.
16718 * gdb.base/siginfo-obj.c: Include stdio.h.
16719 * gdb.base/siginfo-thread.c: Likewise.
16720 * gdb.mi/non-stop.c: Include unistd.h.
16721 * gdb.mi/nsthrexec.c: Include stdio.h.
16722 * gdb.mi/pthreads.c: Include unistd.h.
16723 * gdb.modula2/unbounded1.c (main): Declare returns int.
16724 * gdb.reverse/consecutive-reverse.c: Likewise.
16725 * gdb.threads/create-fail.c: Include unistd.h.
16726 * gdb.threads/killed.c: Likewise.
16727 * gdb.threads/linux-dp.c: Likewise.
16728 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16729 * gdb.threads/non-ldr-exc-2.c: Likewise.
16730 * gdb.threads/non-ldr-exc-3.c: Likewise.
16731 * gdb.threads/non-ldr-exc-4.c: Likewise.
16732 * gdb.threads/pthreads.c: Include unistd.h.
16733 (main): Declare returns int.
16734 * gdb.threads/tls-main.c (foo): New declaration.
16735 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16736
f7e5394d
SM
167372015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16738
16739 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16740 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16741
743649fd
MW
167422015-01-15 Mark Wielaard <mjw@redhat.com>
16743
16744 * gdb.base/noreturn-return.c: New file.
16745 * gdb.base/noreturn-return.exp: New file.
16746 * gdb.base/noreturn-finish.c: New file.
16747 * gdb.base/noreturn-finish.exp: New file.
16748
198297aa
PA
167492015-01-23 Pedro Alves <palves@redhat.com>
16750
16751 * gdb.threads/continue-pending-after-query.c: New file.
16752 * gdb.threads/continue-pending-after-query.exp: New file.
16753
717cf30c
AG
167542015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16755 Simon Marchi <simon.marchi@ericsson.com>
16756
16757 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16758 * gdb.base/valgrind-db-attach.exp: Same.
16759 * gdb.base/valgrind-infcall.exp: Same.
16760 * lib/mi-support.exp (default_mi_gdb_start): Same.
16761 * lib/prompt.exp (default_prompt_gdb_start): Same.
16762 * lib/gdb.exp (default_gdb_spawn): Same.
16763 (gdb_interact): New.
16764
16765
4b62a76e
JK
167662015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16767
16768 * gdb.compile/compile.exp (pointer to jit function): New test.
16769
b4cdae6f
WW
167702015-01-17 Wei-cheng Wang <cole945@gmail.com>
16771
16772 * lib/gdb.exp (supports_process_record): Return true for
16773 powerpc*-*-linux*.
16774 (supports_reverse): Likewise.
16775
d221e7ef
DB
167762015-01-15 Don Breazeal <donb@codesourcery.com>
16777
16778 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16779 instead of checking whether the target board is remote and
16780 use spawn_wait_for_attach instead of exec/sleep.
16781 * gdb.base/attach-twice.exp: Likewise.
16782
bafffb51
JB
167832015-01-15 Joel Brobecker <brobecker@adacore.com>
16784
16785 * gdb.ada/var_arr_attrs: New testcase.
16786
5589af0e
PA
167872015-01-14 Pedro Alves <palves@redhat.com>
16788 Joel Brobecker <brobecker@adacore.com>
16789
16790 PR gdb/17525
16791 * gdb.base/bp-cmds-execution-x-script.c: New file.
16792 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16793 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16794
6c400b59
PA
167952015-01-14 Pedro Alves <palves@redhat.com>
16796
16797 PR cli/17828
16798 * gdb.base/batch-preserve-term-settings.c: New file.
16799 * gdb.base/batch-preserve-term-settings.exp: New file.
16800
e02c96a7
DE
168012015-01-13 Doug Evans <dje@google.com>
16802
16803 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16804 binary.
16805
576fd14c
JB
168062015-01-13 Joel Brobecker <brobecker@adacore.com>
16807
16808 * Makefile.in (clean mostlyclean): Do not delete *.py.
16809
04dccad0
JB
168102015-01-13 Joel Brobecker <brobecker@adacore.com>
16811
16812 * gdb.python/py-lookup-type.exp: New file.
16813
3d230f71
PA
168142015-01-12 Pedro Alves <palves@redhat.com>
16815
16816 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16817 restore GDBFLAGS before returning.
16818
7e67715d
JK
168192015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16820
16821 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16822 is_amd64_regs_target and is_x86_like_target.
16823
f2e0d4b4
DE
168242015-01-11 Doug Evans <xdje42@gmail.com>
16825
16826 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16827 is given without an explicit form.
16828 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16829 attributes.
16830 * gdb.dwarf/corrupt.exp: Ditto.
16831 * gdb.dwarf2/enum-type.exp: Ditto.
16832 * gdb.trace/entry-values.exp: Ditto.
16833 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16834
439250fb
DE
168352015-01-11 Doug Evans <xdje42@gmail.com>
16836
16837 PR gdb/15830
16838 * gdb.base/maint.exp: Remove references to "maint demangle".
16839 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16840 Add tests for explicitly specifying language to demangle.
16841 * gdb.dlang/demangle.exp: Ditto.
16842
ede9f622
PA
168432015-01-09 Pedro Alves <palves@redhat.com>
16844
16845 * gdb.threads/non-stop-fair-events.c: New file.
16846 * gdb.threads/non-stop-fair-events.exp: New file.
16847
a7b796db
PA
168482015-01-09 Pedro Alves <palves@redhat.com>
16849
16850 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16851 the global scope. Set a breakpoint after all threads are started
16852 rather than stepping over two source lines. Expect the prompt.
16853 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16854 global.
16855 (NUM): Now 15.
16856 (main): Use threads_started_barrier to wait for all threads to
16857 start. Main thread no longer calls thread_function. Exit after
16858 180 seconds.
16859 (loop): New function.
16860 (thread_function): Wait on threads_started_barrier barrier. Call
16861 'loop' at each iteration.
16862 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16863 threads have started, instead of hardcoding number of "next"
16864 steps. Use an access watchpoint instead of a write watchpoint.
16865
9665ffdd
PA
168662015-01-09 Pedro Alves <palves@redhat.com>
16867
16868 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16869 (thread_func): Wait on barrier.
16870 (main): Wait for all threads to start before stopping GDB.
16871 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16872 global.
16873 (thread1_func, thread2_func): Wait on barrier.
16874 (main): Wait for all threads to start before stopping GDB.
16875 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16876 New global.
16877 (thread1_func, thread2_func): Wait on barrier.
16878 (main): Wait for all threads to start before stopping GDB.
16879
c945a99f
PA
168802015-01-09 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.threads/attach-many-short-lived-threads.c: New file.
16883 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16884
c1a747c1
PA
168852014-01-09 Pedro Alves <palves@redhat.com>
16886
16887 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16888 instead of to thread 2.
16889 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16890 Add barrier around each pthread_create call instead of around all
16891 calls.
16892 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16893 Set a break on thread_function and have the child threads hit it
16894 one at at a time.
16895
60b3033e
PA
168962015-01-09 Pedro Alves <palves@redhat.com>
16897
16898 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16899 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16900 false.
16901 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16902 checking whether the target board is remote.
16903 * gdb.multi/multi-attach.exp: Likewise.
16904 * gdb.python/py-sync-interp.exp: Likewise.
16905 * gdb.server/ext-attach.exp: Likewise.
16906 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16907 tests that need to attach, instead of checking whether the target
16908 board is remote at the top of the file.
16909
acc018ac
YQ
169102015-01-08 Yao Qi <yao@codesourcery.com>
16911
16912 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16913
50a18af8
JK
169142015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16915
16916 Fix testcase compilation.
16917 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16918
8503d6e1
JB
169192015-01-06 Joel Brobecker <brobecker@adacore.com>
16920
16921 * gdb.python/py-type.exp: Add a couple test about empty
16922 array creation, and negative-length array creation.
16923
cc73dbcc
DE
169242015-01-02 Doug Evans <xdje42@gmail.com>
16925
16926 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16927
0300bbc7
DE
169282015-01-02 Doug Evans <dje@google.com>
16929
16930 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16931
9d85a0ec
YQ
169322014-12-29 Yao Qi <yao@codesourcery.com>
16933
16934 * gdb.trace/entry-values.exp: Update comments. Rename variable
16935 bar_call_foo to returned_from_foo.
16936
87186c6a
MMN
169372014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16938
16939 PR gdb/17394
16940 * gdb.linespec/break-asm-file.c: New file.
16941 * gdb.linespec/break-asm-file.exp: New file.
16942 * gdb.linespec/break-asm-file0.s: New file.
16943 * gdb.linespec/break-asm-file1.s: New file.
16944
1bab7383
YQ
169452014-12-18 Nigel Stephens <nigel@mips.com>
16946 Maciej W. Rozycki <macro@codesourcery.com>
16947
16948 * gdb.base/float.exp: Handle the new output from "info float" on
16949 MIPS targets.
16950
1bc1068a
JK
169512014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16952
16953 Fix MinGW compilation.
16954 * gdb.compile/compile-ops.exp: Update untested message if
16955 !skip_compile_feature_tests.
16956 * gdb.compile/compile-setjmp.exp: Likewise.
16957 * gdb.compile/compile-tls.exp: Likewise.
16958 * gdb.compile/compile.exp: Likewise.
16959 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16960 supported on this host".
16961
b6615d10
DE
169622014-12-16 Doug Evans <xdje42@gmail.com>
16963
16964 * boards/stabs.exp: New file.
16965
25dda427
AA
169662014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16967
16968 * gdb.base/completion.exp: Adjust to format changes of "maint
16969 print user-registers".
16970
bf330350
CU
169712014-12-16 Catalin Udma <catalin.udma@freescale.com>
16972
16973 PR server/17457
16974 * gdb.arch/aarch64-fp.c: New file.
16975 * gdb.arch/aarch64-fp.exp: New file.
16976
395cf596
SDJ
169772014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16978
16979 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16980 r210637, r210913, r211666, r215400, r215817).
16981
16982 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16983 * dg-extract-results.py: New file.
16984 * dg-extract-results.sh: Use it if the environment seems
16985 suitable.
16986
16987 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16988
16989 * dg-extract-results.py (parse_run): Handle warnings that
16990 are printed before a test harness is run.
16991
16992 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16993
16994 * dg-extract-results.py (Named): Remove __cmp__ method.
16995 (output_variation): Use a key to sort variation.harnesses.
16996
16997 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16998
16999 * dg-extract-results.py: For Python 3, force sys.stdout to
17000 handle surrogate escape sequences.
17001 (safe_open): New function.
17002 (output_segment, main): Use it.
17003
17004 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17005
17006 * dg-extract-results.py (Prog.result_re): Include options
17007 in test name.
17008
17009 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17010
17011 * dg-extract-results.py (output_variation): Always sort if
17012 do_sum.
17013
e882ef3c
SM
170142014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17015
17016 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17017 as long as we get pagination notifications.
17018
4992aa20
JM
170192014-12-15 Jason Merrill <jason@redhat.com>
17020
17021 * Makefile.in (check-gdb.%): Restore.
17022 * README: Mention it.
17023
c1b5a1a6
JB
170242014-12-13 Joel Brobecker <brobecker@adacore.com>
17025
17026 * gdb.ada/str_uninit: New testcase.
17027
5537b577
JK
170282014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17029
17030 PR symtab/17642
17031 * gdb.base/vla-stub-define.c: New file.
17032 * gdb.base/vla-stub.c: New file.
17033 * gdb.base/vla-stub.exp: New file.
17034
bb2ec1b3
TT
170352014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17036 Jan Kratochvil <jan.kratochvil@redhat.com>
17037 Tom Tromey <tromey@redhat.com>
17038
17039 * configure.ac: Add gdb.compile/.
17040 * configure: Regenerate.
17041 * gdb.compile/Makefile.in: New file.
17042 * gdb.compile/compile-ops.exp: New file.
17043 * gdb.compile/compile-ops.c: New file.
17044 * gdb.compile/compile-tls.c: New file.
17045 * gdb.compile/compile-tls.exp: New file.
17046 * gdb.compile/compile-constvar.S: New file.
17047 * gdb.compile/compile-constvar.c: New file.
17048 * gdb.compile/compile-mod.c: New file.
17049 * gdb.compile/compile-nodebug.c: New file.
17050 * gdb.compile/compile-setjmp-mod.c: New file.
17051 * gdb.compile/compile-setjmp.c: New file.
17052 * gdb.compile/compile-setjmp.exp: New file.
17053 * gdb.compile/compile-shlib.c: New file.
17054 * gdb.compile/compile.c: New file.
17055 * gdb.compile/compile.exp: New file.
17056 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17057
4ff709eb
TT
170582014-12-12 Tom Tromey <tromey@redhat.com>
17059
17060 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17061 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17062
6dddd6a5
DE
170632014-12-12 Doug Evans <dje@google.com>
17064
17065 * lib/gdb-python.exp (get_python_valueof): New function.
17066 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17067
71c24708
AA
170682014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17069
17070 * gdb.base/completion.exp: Add test for completion of "info
17071 registers ".
17072
3e29f34a
MR
170732014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17074
17075 * gdb.base/func-ptrs.c: New file.
17076 * gdb.base/func-ptrs.exp: New file.
17077
fc126975
SM
170782014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17079
17080 PR breakpoints/17012
17081 * gdb.base/dprintf-detach.c: New file.
17082 * gdb.base/dprintf-detach.exp: New file.
17083
0a46d518
SM
170842014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17085
17086 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17087 * lib/gdb.exp (target_is_gdbserver): New procedure.
17088
a0be3e44
DE
170892014-12-08 Doug Evans <dje@google.com>
17090
17091 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17092
df1b803a
YQ
170932014-12-05 Yao Qi <yao@codesourcery.com>
17094
17095 * gdb.guile/scm-error.exp: Remove the third argument to
17096 gdb_remote_download.
17097 * gdb.guile/scm-frame-args.exp: Likewise.
17098 * gdb.guile/scm-section-script.exp: Likewise.
17099
ddb9f679
YQ
171002014-12-05 Yao Qi <yao@codesourcery.com>
17101
17102 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17103
86e4ed39
DE
171042014-12-04 Doug Evans <dje@google.com>
17105
17106 * gdb.python/py-objfile.exp: Add tests for
17107 objfile.add_separate_debug_file.
17108
7c50a931
DE
171092014-12-04 Doug Evans <dje@google.com>
17110
17111 * lib/gdb.exp (get_build_id): New function.
17112 (build_id_debug_filename_get): Rewrite to use it.
17113 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17114
621661e3
MR
171152014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17116
17117 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17118 `method(long)', not just 0x0.
17119 * gdb.cp/nsalias.exp: Align code labels to 4.
17120 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17121 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17122 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17123 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17124 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17125 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17126
29f0c3b7
DE
171272014-12-02 Doug Evans <dje@google.com>
17128
e1e061e7 17129 PR symtab/17602
29f0c3b7 17130 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17131 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17132 * gdb.cp/anon-ns.exp: Update.
17133
162078c8
NB
171342014-12-02 Nick Bull <nicholaspbull@gmail.com>
17135
17136 * gdb.python/py-events.py (inferior_call_handler): New.
17137 (register_changed_handler, memory_changed_handler): New.
17138 (test_events.invoke): Register new handlers.
17139 * gdb.python/py-events.exp: Add tests for inferior call,
17140 memory_changed and register_changed events.
17141
fdb09caf
AA
171422014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17143
17144 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17145 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17146 if the linker doesn't understand this.
17147
55cfb2c4
SM
171482014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17149
17150 * gdb.python/python.exp: Change expected reply to help().
17151
9e8cd6df
YQ
171522014-12-01 Yao Qi <yao@codesourcery.com>
17153
17154 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17155 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17156 * configure: Re-generated.
17157
6c659fc2
SC
171582014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17159
17160 * gdb.cp/chained-calls.cc: New file.
17161 * gdb.cp/chained-calls.exp: New file.
17162 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17163
d7fc3181
SM
171642014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17165
17166 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17167 * gdb.dwarf2/symtab-producer.exp: Same.
17168 * gdb.gdb/python-interrupts.exp: Same.
17169 * gdb.gdb/python-selftest.exp: Same.
17170 * gdb.python/py-linetable.exp: Same.
17171 * gdb.python/py-type.exp: Same.
17172 * gdb.python/py-value-cc.exp: Same.
17173 * gdb.python/py-value.exp: Same.
17174
10e79639
YQ
171752014-11-28 Yao Qi <yao@codesourcery.com>
17176
17177 * gdb.base/break-probes.exp: Match library name prefixed with
17178 sysroot.
17179
f28a0564
SM
171802014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17181
17182 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17183 test expected output. Add parentheses for the call to print.
17184 Remove L suffix from integers.
17185
3fe1ce1d
DE
171862014-11-26 Doug Evans <dje@google.com>
17187
17188 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17189
84429e27
YQ
171902014-11-22 Yao Qi <yao@codesourcery.com>
17191
17192 * gdb.trace/entry-values.c: Remove asms.
17193 (foo): Add foo_label.
17194 (bar): Add bar_label.
17195 * gdb.trace/entry-values.exp: Remove code computing foo's
17196 length and bar's length.
17197 (Dwarf::assemble): Invoke function_range for bar and use
17198 MACRO_AT_func for foo.
17199
26741859
YQ
172002014-11-22 Yao Qi <yao@codesourcery.com>
17201
17202 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17203 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17204 Use .Lgcc43_procstart instead of gcc43.
17205
45e44d27
JB
172062014-11-21 Joel Brobecker <brobecker@adacore.com>
17207
17208 * gdb.ada/n_arr_bound: New testcase.
17209
458c8db8
SDJ
172102014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17211
17212 PR breakpoints/10737
17213 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17214 test_catch_syscall_multi_arch.
17215 (test_catch_syscall_multi_arch): New function.
17216
43f3e411
DE
172172014-11-20 Doug Evans <xdje42@gmail.com>
17218
17219 * gdb.base/maint.exp: Update expected output.
17220
0d7b2549
AA
172212014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17222
17223 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17224 4-byte instruction on S390.
17225
8908fca5
JB
172262014-11-19 Joel Brobecker <brobecker@adacore.com>
17227
17228 * gdb.ada/arr_arr: New testcase.
17229
4a46959e
JB
172302014-11-19 Joel Brobecker <brobecker@adacore.com>
17231
17232 * gdb.ada/pkd_arr_elem: New Testcase.
17233
470e2f4e
LM
172342014-11-18 Luis Machado <lgustavo@codesourcery.com>
17235
17236 * gdb.reverse/break-precsave: Expect completion message for
17237 core file reads.
17238 * gdb.reverse/consecutive-precsave.exp: Likewise.
17239 * gdb.reverse/finish-precsave.exp: Likewise.
17240 * gdb.reverse/i386-precsave.exp: Likewise.
17241 * gdb.reverse/machinestate-precsave.exp: Likewise.
17242 * gdb.reverse/sigall-precsave.exp: Likewise.
17243 * gdb.reverse/solib-precsave.exp: Likewise.
17244 * gdb.reverse/step-precsave.exp: Likewise.
17245 * gdb.reverse/until-precsave.exp: Likewise.
17246 * gdb.reverse/watch-precsave.exp: Likewise.
17247
a267f3ad
AA
172482014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17249
17250 * gdb.base/bp-permanent.c: Include unistd.h.
17251 * gdb.python/py-framefilter-mi.c (main): Add return type.
17252 * gdb.python/py-framefilter.c (main): Likewise.
17253 * gdb.trace/actions-changed.c (main): Likewise.
17254
12084a9a
AA
172552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17256
17257 * gdb.mi/until.c: Add eye-catchers.
17258 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17259 line numbers.
17260
dc7e1a77
AA
172612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17262
17263 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17264 function header variants in break1.c.
17265 * gdb.base/ena-dis-br.exp: Likewise.
17266 * gdb.base/hbreak2.exp: Likewise.
17267 * gdb.reverse/until-precsave.exp: Drop references to removed
17268 non-prototype function header variants in ur1.c.
17269 * gdb.reverse/until-reverse.exp: Likewise.
17270
41c77605
PM
172712014-11-17 Petr Machata <pmachata@redhat.com>
17272
17273 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17274 ${_cu_offset_size} bytes abbrev offset.
17275
34248c3a
DE
172762014-11-15 Doug Evans <xdje42@gmail.com>
17277
17278 PR symtab/17559
17279 * gdb.base/line-symtabs.exp: New file.
17280 * gdb.base/line-symtabs.c: New file.
17281 * gdb.base/line-symtabs.h: New file.
17282
646da059
YQ
172832014-11-14 Yao Qi <yao@codesourcery.com>
17284
17285 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17286 (func): Add label func_label.
17287 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17288 Replace low_pc and high_pc with MACRO_AT_range.
17289 Replace name, low_pc and high_pc with MACRO_AT_func.
17290
9301ebe6
YQ
172912014-11-14 Yao Qi <yao@codesourcery.com>
17292
17293 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17294 Replace name, low_pc and high_pc with MACRO_AT_func.
17295
f166b542
YQ
172962014-11-14 Yao Qi <yao@codesourcery.com>
17297
17298 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17299 produce debug information.
17300 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17301
0f6e71e3
YQ
173022014-11-14 Yao Qi <yao@codesourcery.com>
17303
17304 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17305 object and get function length.
17306 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17307 with MACRO_AT_func.
17308 (top-level): Replace gdb_compile and clean_restart with
17309 prepare_for_testing.
17310 * gdb.dwarf2/main.c (main): Add label main_label.
17311
876c4df9
YQ
173122014-11-14 Yao Qi <yao@codesourcery.com>
17313
17314 * lib/dwarf.exp (function_range): New procedure.
17315 (Dwarf::_handle_macro_at_func): New procedure.
17316 (Dwarf::_handle_macro_at_range): New procedure.
17317 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17318
02ad9cf1
YQ
173192014-11-14 Yao Qi <yao@codesourcery.com>
17320
17321 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17322 (_handle_attribute): New procedure.
17323
a59add0c
AA
173242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17325
17326 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17327 * gdb.base/call-sc.c (zed): Likewise.
17328 * gdb.base/checkpoint.c (main): Likewise.
17329 * gdb.base/dump.c (main): Likewise.
17330 * gdb.base/gcore.c (main): Likewise.
17331 * gdb.base/huge.c (main): Likewise.
17332 * gdb.base/multi-forks.c (main): Likewise.
17333 * gdb.base/pr10179-a.c (main): Likewise.
17334 * gdb.base/savedregs.c (main): Likewise.
17335 * gdb.base/sigaltstack.c (main): Likewise.
17336 * gdb.base/siginfo.c (main): Likewise.
17337 * gdb.base/structs.c (zed): Likewise.
17338 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17339 * gdb.mi/mi-syn-frame.c (main): Likewise.
17340 * gdb.mi/until.c (foo, main): Likewise.
17341 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17342 * gdb.base/solib-weak.c (foo): Declare.
17343 * gdb.base/attach-twice.c: Include stdio.h.
17344 * gdb.base/weaklib1.c: Likewise.
17345 * gdb.base/weaklib2.c: Likewise.
17346 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17347 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17348 unistd.h.
17349 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17350 * gdb.mi/mi-exit-code.c: Likewise.
17351 * gdb.base/break-interp-lib.c: Include string.h.
17352 * gdb.base/coremaker.c: Likewise.
17353 * gdb.base/testenv.c: Likewise.
17354 * gdb.python/py-finish-breakpoint.c: Likewise.
17355 * gdb.base/inferior-died.c: Include sys/wait.h.
17356 * gdb.base/fileio.c: Include time.h.
17357 * gdb.base/async-shell.c: Include unistd.h.
17358 * gdb.base/dprintf-non-stop.c: Likewise.
17359 * gdb.base/info-os.c: Likewise.
17360 * gdb.mi/mi-console.c: Likewise.
17361 * gdb.mi/watch-nonstop.c: Likewise.
17362 * gdb.python/py-events.c: Likewise.
17363 * gdb.base/async.c (baz): Move up before its invocation.
17364 * gdb.base/code_elim2.c (my_global_func): Likewise.
17365 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17366 * gdb.base/advance.c (func2): Likewise.
17367
3b5d5997
AA
173682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17369
17370 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17371 variant.
17372 * gdb.base/annota3.c: Likewise.
17373 * gdb.base/async.c: Likewise.
17374 * gdb.base/average.c: Likewise.
17375 * gdb.base/call-ar-st.c: Likewise.
17376 * gdb.base/call-rt-st.c: Likewise.
17377 * gdb.base/call-sc.c: Likewise.
17378 * gdb.base/call-strs.c: Likewise.
17379 * gdb.base/ending-run.c: Likewise.
17380 * gdb.base/execd-prog.c: Likewise.
17381 * gdb.base/exprs.c: Likewise.
17382 * gdb.base/foll-exec.c: Likewise.
17383 * gdb.base/foll-fork.c: Likewise.
17384 * gdb.base/foll-vfork.c: Likewise.
17385 * gdb.base/funcargs.c: Likewise.
17386 * gdb.base/gcore.c: Likewise.
17387 * gdb.base/jump.c: Likewise.
17388 * gdb.base/langs0.c: Likewise.
17389 * gdb.base/langs1.c: Likewise.
17390 * gdb.base/langs2.c: Likewise.
17391 * gdb.base/mips_pro.c: Likewise.
17392 * gdb.base/nodebug.c: Likewise.
17393 * gdb.base/opaque0.c: Likewise.
17394 * gdb.base/opaque1.c: Likewise.
17395 * gdb.base/recurse.c: Likewise.
17396 * gdb.base/run.c: Likewise.
17397 * gdb.base/scope0.c: Likewise.
17398 * gdb.base/scope1.c: Likewise.
17399 * gdb.base/setshow.c: Likewise.
17400 * gdb.base/setvar.c: Likewise.
17401 * gdb.base/shmain.c: Likewise.
17402 * gdb.base/shr1.c: Likewise.
17403 * gdb.base/shr2.c: Likewise.
17404 * gdb.base/sigall.c: Likewise.
17405 * gdb.base/signals.c: Likewise.
17406 * gdb.base/so-indr-cl.c: Likewise.
17407 * gdb.base/solib2.c: Likewise.
17408 * gdb.base/structs.c: Likewise.
17409 * gdb.base/sum.c: Likewise.
17410 * gdb.base/vforked-prog.c: Likewise.
17411 * gdb.base/watchpoint.c: Likewise.
17412 * gdb.reverse/shr2.c: Likewise.
17413 * gdb.reverse/until-reverse.c: Likewise.
17414 * gdb.reverse/ur1.c: Likewise.
17415 * gdb.reverse/watch-reverse.c: Likewise.
17416
066a77c5
AA
174172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17418
17419 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17420 variant.
17421 * gdb.base/sepdebug.exp: Drop references to removed code.
17422
4f204ea5
AA
174232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17424
17425 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17426 variant. Preserve original line numbering.
17427 * gdb.base/list1.c: Likewise.
17428
3b377a3a
AA
174292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17430
17431 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17432 variant.
17433 * gdb.base/break1.c: Likewise.
17434 * gdb.base/break.exp: Drop references to removed code.
17435
e444df73
AA
174362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17437
17438 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17439 variant.
17440
8008f2a7
AA
174412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17442
17443 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17444
a5a06887
AA
174452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17446
17447 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17448 logic into perform_all_tests() and invoke it with and without
17449 function header prototypes.
17450 (do_function_calls): Remove conditional XFAIL for PR 5318.
17451 (rerun_and_prepare): Remove duplicate code.
17452 (perform_all_tests): New. Main logic moved here.
17453
44dba9b9
AA
174542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17455
17456 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17457 code guarded by #ifdef NO_PROTOTYPES.
17458 (t_double_many_args): Likewise.
17459 (DEF_FUNC_MANY_ARGS_1): Likewise.
17460 (DEF_FUNC_VALUES_1): Likewise.
17461 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17462 guarded by #ifdef PROTOTYPES.
17463
d1fbcd56
AA
174642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17465
17466 * gdb.mi/mi-console.c: Add eye-catcher.
17467 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17468 instead of literal line number.
17469
b0e59b8f
AA
174702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17471
17472 * gdb.base/shr2.c: Add eye-catcher.
17473 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17474 line number.
17475
78f98cca
AA
174762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17477
17478 * gdb.base/jump.c: Add eye-catchers.
17479 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17480 numbers.
17481
58fa2af0
AA
174822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17483
17484 * gdb.base/execd-prog.c: Add eye-catchers.
17485 * gdb.base/foll-exec.c: Likewise.
17486 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17487 line numbers.
17488
04e5059b
AA
174892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17490
17491 * gdb.base/ending-run.c: Add eye-catchers.
17492 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17493 literal line numbers.
17494
dbfdb174
AA
174952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17496
17497 * gdb.base/call-rt-st.c: Add eye-catchers.
17498 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17499 literal line numbers.
17500
888a2ade
AA
175012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17502
17503 * gdb.base/call-ar-st.c: Add eye-catchers.
17504 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17505 literal line numbers.
17506
6acc2dde
AA
175072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17508
17509 * gdb.base/average.c: Add eye-catchers.
17510 * gdb.base/sum.c: Likewise.
17511 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17512 regexps dynamically.
17513
9ecfcd1d
AA
175142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17515
17516 * gdb.base/solib1.c: Add eye-catchers.
17517 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17518 literal line numbers.
17519
78708b7c
PA
175202014-11-12 Pedro Alves <palves@redhat.com>
17521
17522 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17523 leader has exited.
17524
af48d08f
PA
175252014-11-12 Pedro Alves <palves@redhat.com>
17526
17527 * gdb.arch/i386-bp_permanent.c: New file.
17528 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17529 (srcfile): Set to i386-bp_permanent.c.
17530 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17531 that stepi does not execute the 'leave' instruction, instead of
17532 testing it does execute.
17533 * gdb.base/bp-permanent.c: New file.
17534 * gdb.base/bp-permanent.exp: New file.
17535
af3768e9
DE
175362014-11-10 Doug Evans <xdje42@gmail.com>
17537
17538 PR symtab/17564
17539 * gdb.base/symtab-search-order.exp: New file.
17540 * gdb.base/symtab-search-order.c: New file.
17541 * gdb.base/symtab-search-order-1.c: New file.
17542 * gdb.base/symtab-search-order-shlib-1.c: New file.
17543
9de00a4a
PA
175442014-11-07 Pedro Alves <palves@redhat.com>
17545
17546 PR gdb/17511
17547 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17548 i?86-*-linux*.
17549
e0f52461
SC
175502014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17551
17552 PR c++/17494
17553 * gdb.cp/pr17494.cc: New file.
17554 * gdb.cp/pr17494.exp: New file.
17555
6ce8c980
YQ
175562014-11-02 Yao Qi <yao@codesourcery.com>
17557
17558 * gdb.python/python.exp: Get working directory and match the
17559 output of "set extended-prompt \\w " with it.
17560
02be9a71
DE
175612014-10-30 Doug Evans <dje@google.com>
17562
17563 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17564 in objfiles.
17565 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17566 in progspaces.
17567
3bdff46b
LM
175682014-10-30 Janis Johnson <janisjo@codesourcery.com>
17569
17570 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17571 * gdb.base/realname-expand.exp: Likewise.
17572 * gdb.linespec/macro-relative.exp: Likewise.
17573
ab917dfb
PA
175742014-10-29 Pedro Alves <palves@redhat.com>
17575
17576 PR gdb/17408
17577 * gdb.threads/schedlock.c (some_function): New function.
17578 (call_function): New global.
17579 (MAYBE_CALL_SOME_FUNCTION): New macro.
17580 (thread_function): Call it.
17581 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17582 and use it instead of a global counter. Adjust all callers.
17583 (get_current_thread): Use "find current thread" for test message
17584 here rather than having all callers pass down the same string.
17585 (goto_loop): New procedure, factored out from ...
17586 (my_continue): ... this.
17587 (step_ten_loops): Change parameter from test message to command to
17588 use. Adjust.
17589 (list_count): Delete global.
17590 (check_result): New procedure, factored out from duplicate top
17591 level code.
17592 (continue tests): Wrap in with_test_prefix.
17593 (test_step): New procedure, factored out from duplicate top level
17594 code.
17595 (top level): Test "step" in combination with all scheduler-locking
17596 modes. Test "next" in combination with all scheduler-locking
17597 modes, and in combination with stepping over a function call or
17598 not.
17599 * gdb.threads/next-bp-other-thread.c: New file.
17600 * gdb.threads/next-bp-other-thread.exp: New file.
17601
d3d4baed
PA
176022014-10-29 Pedro Alves <palves@redhat.com>
17603
17604 PR python/17372
17605 * gdb.python/python.exp: Test a multi-line command that spawns
17606 interactive Python.
17607 * gdb.base/multi-line-starts-subshell.exp: New file.
17608
563e8d85
YQ
176092014-10-29 Yao Qi <yao@codesourcery.com>
17610
17611 * gdb.base/fileio.exp: Make directories on host.
17612
0ea4d52e
YQ
176132014-10-29 Yao Qi <yao@codesourcery.com>
17614
17615 * gdb.base/fileio.c (test_write): Close the file.
17616
7f5ef605
PA
176172014-10-28 Pedro Alves <palves@redhat.com>
17618
17619 PR gdb/12623
17620 * gdb.base/sigstep.c (no_handler): New global.
17621 (main): If 'no_handler is true, set the signal handlers to
17622 SIG_IGN.
17623 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17624 with_sw_watch and no_handler parameters. Handle them.
17625 (top level) <stepping over handler when stopped at a breakpoint
17626 test>: Add a test axis for testing with a software watchpoint, and
17627 another for testing with the signal handler set to SIG_IGN.
17628 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17629 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17630
abbdbd03
PA
176312014-10-28 Pedro Alves <palves@redhat.com>
17632
17633 PR gdb/17511
17634 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17635 * gdb.base/sigstep.exp (other_handler_location): New global.
17636 (advance): Support stepping into the signal handler, and running
17637 commands while in the handler.
17638 (in_handler_map): New global.
17639 (top level): In the advance test, add combinations for getting
17640 into the handler with stepping commands, and for running commands
17641 in the handler. Add comment descripting the advancei tests.
17642
1df4399f
PA
176432014-10-28 Pedro Alves <palves@redhat.com>
17644
17645 * gdb.base/sigstep.exp: Use build_executable instead of
17646 prepare_for_testing.
17647 (top level): Move code that starts GDB, runs to main and creates a
17648 display to ...
17649 (restart): ... this new procedure.
17650 (top level): Move backtrace from signal handler test to ...
17651 (validate_backtrace): ... this new procedure.
17652 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17653 with_test_prefix. Always restart GDB.
17654 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17655 with_test_prefix. Always restart GDB. No need to delete
17656 breakpoints after the test.
17657 (test_skip_handler): Remove prefix parameter.
17658 (skip_over_handler, breakpoint_to_handler)
17659 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17660 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17661 restart GDB. No need to delete breakpoints after the test.
17662 (top level): Use foreach to call the test procedures with
17663 different commands.
17664
a5b6e449
PA
176652014-10-28 Pedro Alves <palves@redhat.com>
17666
17667 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17668 instead of GNATS numbers.
17669 * gdb.base/sigbpt.exp: Likewise.
17670 * gdb.base/siginfo.exp: Likewise.
17671 * gdb.base/sigstep.exp: Likewise.
17672
e5f8a7cc
PA
176732014-10-27 Pedro Alves <palves@redhat.com>
17674
17675 * gdb.base/sigstep.c (dummy): New global.
17676 (main): Issue a couple writes to the new global.
17677 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17678 procedures.
17679 (skip_over_handler): Use test_skip_handler.
17680 (top level): Call skip_over_handler for stepi and nexti too.
17681 (breakpoint_over_handler): Use test_skip_handler.
17682 (top level): Call breakpoint_over_handler for stepi and nexti too.
17683
763905a3
YQ
176842014-10-27 Yao Qi <yao@codesourcery.com>
17685
17686 * gdb.trace/tfile.c (adjust_function_address)
17687 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17688 function descriptor.
17689
6f259a23
DB
176902014-10-24 Don Breazeal <donb@codesourcery.com>
17691
17692 * gdb.base/foll-fork.exp (test_follow_fork,
17693 catch_fork_child_follow): Check for updated fork messages emitted
17694 from infrun.c.
17695 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17696 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17697 vfork_and_exec_child_follow_through_step): Check for updated vfork
17698 messages emitted from infrun.c.
17699
09dd9a69
PA
177002014-10-24 Pedro Alves <palves@redhat.com>
17701
17702 * gdb.base/corefile.exp: Remove references to ultrix.
17703 * gdb.base/interrupt.exp: Likewise.
17704 * gdb.base/whatis.exp: Likewise.
17705 * gdb.gdb/selftest.exp: Likewise.
17706 * gdb.threads/manythreads.exp: Likewise.
17707 * gdb.threads/print-threads.exp: Likewise.
17708 * gdb.threads/pthreads.exp:: Likewise.
17709 * gdb.threads/schedlock.exp: Likewise.
17710
3433cfa5
SC
177112014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17712
17713 * gdb.cp/non-trivial-retval.cc: Add a test case.
17714 * gdb.cp/non-trivial-retval.exp: Add a test.
17715
092f880b
YQ
177162014-10-20 Yao Qi <yao@codesourcery.com>
17717
17718 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17719 * gdb.python/py-objfile-script-gdb.py: New file.
17720 * gdb.python/py-objfile-script.exp: Update reference to
17721 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17722 of remote_download. Remove the dest file.
17723
acbdb7f3
YQ
177242014-10-20 Yao Qi <yao@codesourcery.com>
17725
17726 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17727 * gdb.base/step-line.exp: Likewise.
17728 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17729 * gdb.dwarf2/dw2-basic.exp: Likewise.
17730 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17731 * gdb.dwarf2/dw2-filename.exp: Likewise.
17732 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17733 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17734 * gdb.dwarf2/dw2-producer.exp: Likewise.
17735 * gdb.dwarf2/mac-fileno.exp: Likewise.
17736 * gdb.python/py-frame-args.exp: Likewise.
17737 * gdb.python/py-framefilter.exp: Likewise.
17738 * gdb.python/py-mi.exp: Likewise.
17739 * gdb.python/py-objfile-script.exp: Likewise
17740 * gdb.python/py-pp-integral.exp: Likewise.
17741 * gdb.python/py-pp-re-notag.exp: Likewise.
17742 * gdb.python/py-prettyprint.exp: Likewise.
17743 * gdb.python/py-section-script.exp: Likewise.
17744 * gdb.python/py-typeprint.exp: Likewise.
17745 * gdb.python/py-xmethods.exp: Likewise.
17746 * gdb.stabs/weird.exp: Likewise.
17747 * gdb.xml/tdesc-regs.exp: Likewise.
17748
bd286a29
KCY
177492014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17750
17751 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17752 (out_cu): Use addr_len for the size of addresses.
17753 (out_line): Likewise. Size DW_LNE_set_address instruction
17754 according to addr_len.
17755 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17756 (FUNC): Add START_INSNS to definition.
17757
673dc4a0
YQ
177582014-10-18 Yao Qi <yao@codesourcery.com>
17759
17760 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17761 gdb_has_argv0 return true.
17762 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17763 check [target_info exists noargs], check [gdb_has_argv0]
17764 instead.
17765 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17766 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17767 procedures.
17768
4ffbba72
DE
177692014-10-17 Doug Evans <dje@google.com>
17770
17771 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17772 event.
17773 * gdb.python/py-events.py: Add clear_objfiles event.
17774
d096d8c1
DE
177752014-10-17 Doug Evans <dje@google.com>
17776
17777 * gdb.python/py-objfile.exp: Test progspace attribute.
17778
a80db015
LM
177792014-10-17 Luis Machado <lgustavo@codesourcery.com>
17780
17781 * gdb.guile/scm-breakpoint.exp: Do not assume any
17782 directory separators when matching source file paths.
17783 * gdb.python/py-breakpoint.exp: Likewise.
17784 * gdb.reverse/break-precsave.exp: Likewise.
17785 * gdb.reverse/break-reverse.exp: Likewise.
17786 * gdb.reverse/consecutive-precsave.exp: Likewise.
17787 * gdb.reverse/finish-precsave.exp: Likewise.
17788 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17789 * gdb.reverse/finish-reverse.exp: Likewise.
17790 * gdb.reverse/i386-precsave.exp: Likewise.
17791 * gdb.reverse/i387-env-reverse.exp: Likewise.
17792 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17793 * gdb.reverse/machinestate-precsave.exp: Likewise.
17794 * gdb.reverse/machinestate.exp: Likewise.
17795 * gdb.reverse/sigall-precsave.exp: Likewise.
17796 * gdb.reverse/solib-precsave.exp: Likewise.
17797 * gdb.reverse/step-precsave.exp: Likewise.
17798 * gdb.reverse/until-precsave.exp: Likewise.
17799 * gdb.reverse/watch-precsave.exp: Likewise.
17800 * gdb.reverse/watch-reverse.exp: Likewise.
17801
b22089ab
YQ
178022014-10-17 Yao Qi <yao@codesourcery.com>
17803
17804 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17805 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17806
6c4486e6
PA
178072014-10-17 Pedro Alves <palves@redhat.com>
17808
17809 PR gdb/17471
17810 * gdb.base/bg-execution-repeat.c: New file.
17811 * gdb.base/bg-execution-repeat.exp: New file.
17812
0ff33695
PA
178132014-10-17 Pedro Alves <palves@redhat.com>
17814
17815 PR gdb/17300
17816 * gdb.base/continue-all-already-running.c: New file.
17817 * gdb.base/continue-all-already-running.exp: New file.
17818
6fdebc3d
PA
178192014-10-17 Pedro Alves <palves@redhat.com>
17820
17821 PR gdb/17472
17822 * gdb.base/annota-input-while-running.c: New file.
17823 * gdb.base/annota-input-while-running.exp: New file.
17824
32a8097b
PA
178252014-10-17 Pedro Alves <palves@redhat.com>
17826
17827 * gdb.base/callfuncs.exp: emove references to osf.
17828 * gdb.base/sigall.exp: Likewise.
17829 * gdb.gdb/selftest.exp: Likewise.
17830 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17831 * gdb.mi/non-stop.c: Likewise.
17832 * gdb.mi/pthreads.c: Likewise.
17833 * gdb.reverse/sigall-precsave.exp: Likewise.
17834 * gdb.reverse/sigall-reverse.exp: Likewise.
17835 * gdb.threads/pthreads.c: Likewise.
17836 * gdb.threads/pthreads.exp: Likewise.
17837
7a3517ff
YQ
178382014-10-17 Yao Qi <yao@codesourcery.com>
17839
17840 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17841 check 'target_info exists noargs'.
17842 (test_command_prompt_position): Likewise.
17843 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17844 Remove "set args".
17845 (progvar_simple_while_test): Likewise.
17846 (progvar_complex_if_while_test): Likewise.
17847 (if_while_breakpoint_command_test): Likewise.
17848 (infrun_breakpoint_command_test): Likewise.
17849 (breakpoint_command_test): Likewise.
17850 (watchpoint_command_test): Likewise.
17851 (bp_deleted_in_command_test): Likewise.
17852 (temporary_breakpoint_commands): Likewise.
17853
bb99c472
YQ
178542014-10-16 Yao Qi <yao@codesourcery.com>
17855
17856 * gdb.base/remotetimeout.exp: Remove noargs checking.
17857
7c16b83e
PA
178582014-10-15 Pedro Alves <palves@redhat.com>
17859
17860 PR breakpoints/9649
17861 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17862 * gdb.base/breakpoint-in-ro-region.exp
17863 (probe_target_hardware_step): New procedure.
17864 (top level): Probe hardware stepping and hardware breakpoint
17865 support. Test stepping through a read-only region, with both
17866 "breakpoint auto-hw" on and off and both "always-inserted" on and
17867 off.
17868
35a49624
IB
178692014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17870
17871 * gdb.dlang/demangle.exp: Update for demangling changes.
17872
2d1c107c
SC
178732014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17874
17875 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17876 * gdb.cp/non-trivial-retval.exp: Add new tests.
17877
778811d5
SC
178782014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17879
17880 PR c++/13403
17881 PR c++/15154
17882 * gdb.cp/non-trivial-retval.cc: New file.
17883 * gdb.cp/non-trivial-retval.exp: New file.
17884
10c5f0a8
YQ
178852014-10-15 Yao Qi <yao@codesourcery.com>
17886
17887 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17888 remote host.
17889
65d7b369
YQ
178902014-10-15 Yao Qi <yao@codesourcery.com>
17891
17892 * gdb.python/py-symbol.exp: Match file base name if host is
17893 remote, otherwise match file name with dir name.
17894 * gdb.python/py-symtab.exp: Likewise.
17895 * gdb.python/python.exp: Likewise.
17896
46dc1394
YQ
178972014-10-15 Yao Qi <yao@codesourcery.com>
17898
17899 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17900 pattern.
17901 * gdb.python/py-symtab.exp: Likewise.
17902 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17903 locationn.
17904
c40cc657
JB
179052014-10-14 Joel Brobecker <brobecker@adacore.com>
17906
17907 * gdb.ada/addr_arith: New testcase.
17908
2abf49e1
MR
179092014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17910
17911 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17912 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17913 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17914 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17915
f7088df3
SDJ
179162014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17917
17918 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17919 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17920 * gdb.arch/stap-eval-lang-ada.exp: New file.
17921
4dc06805
YQ
179222014-10-14 Yao Qi <yao@codesourcery.com>
17923
17924 * gdb.mi/mi-var-child.c (nothing1): New function.
17925 (nothing2): New function.
17926 (do_children_tests): Set function pointers by nothing1 and
17927 nothing2.
17928 * gdb.mi/mi-var-child.exp: Step over new added statements.
17929 Update test to match the new output.
17930 * gdb.mi/var-cmd.c (nothing1): New function.
17931 (nothing2): New function.
17932 (do_children_tests): Set function pointers by nothing1 and
17933 nothing2.
17934 * gdb.mi/mi-var-display.exp: Update test to match output.
17935 Step to the line specified by $line_dct_nothing.
17936 Increase the number of lines to step.
17937
46a93de2
YQ
179382014-10-14 Yao Qi <yao@codesourcery.com>
17939
17940 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17941 tests.
17942 * gdb.mi/mi2-var-child.exp: Likewise.
17943
14ea52ee
DE
179442014-10-13 Doug Evans <dje@google.com>
17945
17946 * gdb.python/py-objfile.exp: Change name of file name test.
17947
e5c6e92b
DE
179482014-10-13 Doug Evans <dje@google.com>
17949
17950 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17951 from the start of the CU.
17952
c780cc2f
JK
179532014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17954 Yao Qi <yao@codesourcery.com>
17955
17956 Fix "save breakpoints" for "catch" command.
17957 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17958 Remove -nonewline. Match also the added "main" line.
17959
99894e11
JK
179602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17961
17962 Fix "save breakpoints" for "disable $bpnum" command.
17963 * gdb.base/save-bp.c (main): Add label.
17964 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17965
6e1ac5a3
JK
179662014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17967
17968 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17969
754dd2b0
YQ
179702014-10-11 Yao Qi <yao@codesourcery.com>
17971
17972 * gdb.server/server-kill.exp: Execute command
17973 "set remote trace-status-packet on" before "tstatus".
17974
f90183d7
YQ
179752014-10-11 Yao Qi <yao@codesourcery.com>
17976
17977 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17978 (main): Call getppid.
17979 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17980 and continue to it. Read variable "server_pid".
17981
bf40a607
YQ
179822014-10-11 Yao Qi <yao@codesourcery.com>
17983
17984 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17985
052ca370
YQ
179862014-10-11 Yao Qi <yao@codesourcery.com>
17987
17988 * gdb.threads/thread-find.exp: Don't execute command
17989 "info threads".
17990 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17991 * gdb.threads/linux-dp.exp: Don't check the condition
17992 $threads_created equals to zero.
17993
3831839c
PA
179942014-10-10 Pedro Alves <palves@redhat.com>
17995
17996 * gdb.base/bigcore.exp: Remove references to IRIX.
17997 * gdb.base/funcargs.exp: Likewise.
17998 * gdb.base/interrupt.exp: Likewise.
17999 * gdb.base/mips_pro.exp: Likewise.
18000 * gdb.base/nodebug.exp: Likewise.
18001 * gdb.base/setvar.exp: Likewise.
18002 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18003
8b9a549d
PA
180042014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18005 Pedro Alves <palves@redhat.com>
18006
18007 PR symtab/14466
18008 * gdb.base/vdso-warning.c: New file.
18009 * gdb.base/vdso-warning.exp: New file.
18010
d48ba5e8
DE
180112014-10-02 Doug Evans <dje@google.com>
18012
18013 * gdb.base/structs.c (main): Don't run forever.
18014
2278c276
PA
180152014-10-02 Pedro Alves <palves@redhat.com>
18016
18017 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18018 (top level) <stop threads 1, stop threads 2>: Use it.
18019
b57bacec
PA
180202014-10-02 Pedro Alves <palves@redhat.com>
18021
18022 * gdb.threads/break-while-running.exp (test): Add new
18023 'update_thread_list' argument. Skip "info threads" if false.
18024 (top level): Add new 'update_thread_list' axis.
18025
13fd3ff3
PA
180262014-10-02 Pedro Alves <palves@redhat.com>
18027
18028 PR breakpoints/17431
18029 * gdb.base/execl-update-breakpoints.c: New file.
18030 * gdb.base/execl-update-breakpoints.exp: New file.
18031
0fec99e8
PA
180322014-10-01 Pedro Alves <palves@redhat.com>
18033
18034 * gdb.base/breakpoint-in-ro-region.c: New file.
18035 * gdb.base/breakpoint-in-ro-region.exp: New file.
18036
2ddf4301
SM
180372014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18038
18039 * gdb.mi/mi-exit-code.exp: New file.
18040 * gdb.mi/mi-exit-code.c: New file.
18041
6a5f3f43
YQ
180422014-09-30 Yao Qi <yao@codesourcery.com>
18043
18044 * lib/prelink-support.exp (build_executable_own_libs): Error if
18045 the target isn't native.
18046
345bcc73
YQ
180472014-09-30 Yao Qi <yao@codesourcery.com>
18048
18049 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18050 false.
18051
a25a5a45
PA
180522014-09-22 Pedro Alves <palves@redhat.com>
18053
18054 * gdb.threads/break-while-running.exp: New file.
18055 * gdb.threads/break-while-running.c: New file.
18056
00ba3162
YQ
180572014-09-19 Yao Qi <yao@codesourcery.com>
18058
18059 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18060 Invoke test. Restart GDB with --readnow and invoke test again.
18061
c3b7b696
YQ
180622014-09-19 Yao Qi <yao@codesourcery.com>
18063
18064 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18065 proc set_breakpoint_on_gcd_function. Invoke
18066 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18067 invoke set_breakpoint_on_gcd_function again.
18068
2b4fd423
DE
180692014-09-18 Doug Evans <dje@google.com>
18070
18071 * gdb.dwarf2/symtab-producer.exp: New file.
18072
a5947601
SDJ
180732014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18074
18075 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18076 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18077 * gdb.base/global-var-nested-by-dso.c: Likewise.
18078 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18079
91c19059
SDJ
180802014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18081 Pedro Alves <palves@redhat.com>
18082
18083 * gdb.base/watch-bitfields.exp: Pass string other than test file
18084 name to prepare_for_testing.
18085 (watch): New procedure.
18086 (expect_watchpoint): Use with_test_prefix.
18087 (top level): Factor out tests to ...
18088 (test_watch_location, test_regular_watch): ... these new
18089 procedures, and use with_test_prefix and gdb_continue_to_end.
18090
bb9d5f81
PP
180912014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18092
18093 PR breakpoints/12526
18094 * gdb.base/watch-bitfields.exp: New file.
18095 * gdb.base/watch-bitfields.c: New file.
18096
635856f5
PA
180972014-09-16 Pedro Alves <palves@redhat.com>
18098
18099 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18100 software and hardware addresses, not software address against
18101 itself.
18102
7280ceea
PA
181032014-09-16 Pedro Alves <palves@redhat.com>
18104
18105 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18106 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18107
428b16bd
PA
181082014-09-16 Pedro Alves <palves@redhat.com>
18109
18110 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18111 files.
18112 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18113 "*-*-vxworks*" throughout.
18114 * gdb.base/break.exp: Likewise.
18115 * gdb.base/default.exp: Likewise.
18116 * gdb.base/scope.exp: Likewise.
18117 * gdb.base/sepdebug.exp: Likewise.
18118 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18119 throughout.
18120 * gdb.base/run.c: Likewise.
18121 * gdb.base/sepdebug.c: Likewise.
18122 * gdb.hp/gdb.aCC/run.c: Likewise.
18123 * gdb.reverse/until-reverse.c: Likewise.
18124 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18125
666d413c
YQ
181262014-09-16 Yao Qi <yao@codesourcery.com>
18127
18128 * boards/local-remote-host-native.exp: New file.
18129
57cbd724
DE
181302014-09-14 Doug Evans <xdje42@gmail.com>
18131
18132 * gdb.threads/queue-signal.c (thread_count): New variable.
18133 (thread_count_mutex, thread_count_condvar): New variables.
18134 (incr_thread_count, wait_all_threads_running): New functions.
18135 (main): Wait for all threads to be in their thread functions.
18136
81219e53
DE
181372014-09-13 Doug Evans <xdje42@gmail.com>
18138
18139 * gdb.threads/queue-signal.c: New file.
18140 * gdb.threads/queue-signal.exp: New file.
18141
3714cea7
DE
181422014-09-13 Doug Evans <xdje42@gmail.com>
18143
18144 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18145 be consistent with what default_gdb_init uses.
18146 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18147 the plain text of the prompt. Add some logging printfs.
18148 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18149
fa43b1d7
PA
181502014-09-12 Pedro Alves <palves@redhat.com>
18151
18152 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18153 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18154 * gdb.arch/i386-size-overlap.exp: Likewise.
18155 * gdb.arch/i386-size.exp: Likewise.
18156 * gdb.arch/i386-unwind.exp: Likewise.
18157 * gdb.base/a2-run.exp: Likewise.
18158 * gdb.base/break.exp: Likewise.
18159 * gdb.base/charset.exp: Likewise.
18160 * gdb.base/chng-syms.exp: Likewise.
18161 * gdb.base/commands.exp: Likewise.
18162 * gdb.base/dbx.exp: Likewise.
18163 * gdb.base/find.exp: Likewise.
18164 * gdb.base/funcargs.exp: Likewise.
18165 * gdb.base/jit-simple.exp: Likewise.
18166 * gdb.base/reread.exp: Likewise.
18167 * gdb.base/sepdebug.exp: Likewise.
18168 * gdb.base/step-bt.exp: Likewise.
18169 * gdb.cp/mb-inline.exp: Likewise.
18170 * gdb.cp/mb-templates.exp: Likewise.
18171 * gdb.objc/basicclass.exp: Likewise.
18172 * gdb.threads/killed.exp: Likewise.
18173
9d9bf2df
EBM
181742014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18175
18176 PR tdep/17379
18177 * gdb.arch/powerpc-stackless.S: New file.
18178 * gdb.arch/powerpc-stackless.exp: New file.
18179
1cf2f1b0
JK
181802014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18181
18182 * gdb.base/attach.c: Include unistd.h.
18183 (main): Call alarm. Add label postloop.
18184 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18185 gdb_breakpoint, gdb_continue_to_breakpoint.
18186 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18187
98880d46
PA
181882014-09-11 Pedro Alves <palves@redhat.com>
18189
18190 PR gdb/17347
18191 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18192 * gdb.base/attach.exp (test_command_line_attach_run): New
18193 procedure.
18194 (top level): Call it.
18195
4c92ff2c
PA
181962014-09-11 Pedro Alves <palves@redhat.com>
18197
18198 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18199 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18200 (do_command_attach_tests): Use spawn_wait_for_attach.
18201 * gdb.base/solib-overlap.exp: Likewise.
18202 * gdb.multi/multi-attach.exp: Likewise.
18203 * gdb.python/py-prompt.exp: Likewise.
18204 * gdb.python/py-sync-interp.exp: Likewise.
18205 * gdb.server/ext-attach.exp: Likewise.
18206
3adc1a7d
GKB
182072014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18208
18209 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18210 command in testcase. Simplify testcase.
18211
96334934
JB
182122014-09-10 Joel Brobecker <brobecker@adacore.com>
18213
18214 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18215
eb479039
JB
182162014-09-10 Joel Brobecker <brobecker@adacore.com>
18217
18218 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18219
deede10c
JB
182202014-09-10 Joel Brobecker <brobecker@adacore.com>
18221
18222 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18223
7828a5f5
JB
182242014-09-10 Joel Brobecker <brobecker@adacore.com>
18225
18226 * gdb.dwarf2/dynarr-ptr.c: New file.
18227 * gdb.dwarf2/dynarr-ptr.exp: New file.
18228
33aeebcf
MR
182292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18230
18231 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18232 of 30 rather than hardcoding 120 for a slow test case. Take the
18233 `gdb,timeout' target setting into account for this calculation.
18234 Don't extend the timeout for the test cases that don't need it.
18235
7b415901
MR
182362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18237
18238 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18239 a factor of 2 for a slow test case. Take the `gdb,timeout'
18240 target setting into account for this calculation.
18241 * gdb.reverse/until-precsave.exp: Increase the timeout by
18242 a factor of 15 and 3 respectively rather than adding 120
18243 for a pair of slow test cases. Take the `gdb,timeout'
18244 target setting into account for this calculation.
18245
4a40f85a
MR
182462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18247
18248 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18249 timeout, don't pass one down to gdb_expect.
18250 (gdb_expect): Rework timeout selection.
18251
09635af7
MR
182522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18253
18254 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18255 exception on timeout.
18256 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18257 (gdbserver_start_extended): Catch any `gdbserver_start' error
18258 exceptions.
18259 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18260 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18261 `gdbserver_gdb_load' error exceptions.
18262
2bdd10b7
MR
182632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18264
18265 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18266 120 on waiting for the TCP socket to open.
18267
316935f0
DE
182682014-09-09 Doug Evans <xdje42@gmail.com>
18269
18270 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18271 _caller_matches, _any_caller_is, _any_caller_matches.
18272
83740597
DE
182732014-09-09 Doug Evans <xdje42@gmail.com>
18274
18275 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18276
4c122fc3
YQ
182772014-09-09 Yao Qi <yao@codesourcery.com>
18278
18279 * gdb.mi/mi-var-display.exp: Set print symbol off.
18280
a9f116cb
GKB
182812014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18282
18283 PR gdb/17035
18284 * gdb.base/commands.exp: Add tests to verify user-defined
18285 commands with empty bodies.
18286 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18287 python commands in `show user command`.
18288 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18289 scheme commands in `show user command`.
18290
c75bd3a2
JK
182912014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18292
18293 PR python/17355
18294 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18295 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18296 * gdb.python/py-framefilter-invalidarg.exp: New file.
18297 * gdb.python/py-framefilter-invalidarg.py: New file.
18298
faa42425
DE
182992014-09-06 Doug Evans <xdje42@gmail.com>
18300
18301 PR 15276
18302 * gdb.python/py-caller-is.c: New file.
18303 * gdb.python/py-caller-is.exp: New file.
18304
474ca4f6
SDJ
183052014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18306
18307 PR gdb/17235
18308 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18309 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18310
eb0b0463
SDJ
183112014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18312
18313 PR fortran/17237
18314 * gdb.fortran/print-formatted.exp: New file.
18315 * gdb.fortran/print-formatted.f90: Likewise.
18316
5f3b99cf
SS
183172014-09-03 Sasha Smundak <asmundak@google.com>
18318
18319 * gdb.python/py-frame.exp: Test Frame.read_register.
18320
7d793aa9
SDJ
183212014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18322
18323 PR python/16699
18324 * gdb.python/py-completion.exp: New file.
18325 * gdb.python/py-completion.py: Likewise.
18326
fb0576e9
DE
183272014-08-28 Doug Evans <dje@google.com>
18328
18329 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18330 eax,etc. are live with values set by gdb and thus the compiler can't
18331 use them.
18332 * gdb.arch/i386-pseudo.c (main): Ditto.
18333
ee92b0dd
DE
183342014-08-27 Doug Evans <dje@google.com>
18335
18336 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18337
6649db35
DE
183382014-08-25 Doug Evans <dje@google.com>
18339
18340 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18341 (main): Ditto.
18342
564b7600
DE
183432014-08-25 Doug Evans <dje@google.com>
18344
18345 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18346
3881fb67
YQ
183472014-08-24 Yao Qi <yao@codesourcery.com>
18348
18349 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18350 symbol off.
18351 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18352
a05a36a5
DE
183532014-08-22 Doug Evans <dje@google.com>
18354
18355 PR 17276
18356 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18357 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18358 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18359
7c343b48
YQ
183602014-08-22 Yao Qi <yao@codesourcery.com>
18361
18362 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18363 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18364 * gdb.python/python.exp: Likewise. Use .py file on the host
18365 instead of the build.
18366
22fd09ae
JK
183672014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18368
18369 * gdb.threads/gcore-stale-thread.c: New file.
18370 * gdb.threads/gcore-stale-thread.exp: New file.
18371
a8454a7c
PA
183722014-08-21 Pedro Alves <palves@redhat.com>
18373
18374 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18375 * gdb.base/gcore-relro-pie.exp: Likewise.
18376 * gdb.base/gcore-relro.exp: Likewise.
18377 * gdb.base/gcore.exp: Likewise.
18378 * gdb.base/print-symbol-loading.exp: Likewise.
18379 * gdb.threads/gcore-thread.exp: Likewise.
18380 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18381
2a31c623
PA
183822014-08-20 Pedro Alves <palves@redhat.com>
18383 Jan Kratochvil <jan.kratochvil@redhat.com>
18384
18385 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18386 configure.
18387 (EXPECT): Handle READ1 being set.
18388 (all): Depend on EXTRA_RULES.
18389 (check-read1, expect-read1, read1.so, read1): New rules.
18390 * README (Testsuite Parameters): Document the READ1 make variable.
18391 (Race detection): New section.
18392 * configure: Regenerate.
18393 * configure.ac: If build==host==target, and running under a
18394 GNU/glibc system, add read1 to the extra Makefile rules.
18395 (EXTRA_RULES): AC_SUBST it.
18396 * lib/read1.c: New file.
18397
d36430db
JB
183982014-08-20 Joel Brobecker <brobecker@adacore.com>
18399
18400 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18401 the handling of variables declared as a typedef to an array
18402 which a DW_AT_data_location attribute.
18403
9a0dc9e3
PA
184042014-08-19 Andrew Burgess <aburgess@broadcom.com>
18405 Pedro Alves <palves@redhat.com>
18406
18407 PR symtab/14604
18408 PR symtab/14605
18409 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18410 gdb_test.
18411
0718a8da
PA
184122014-08-19 Pedro Alves <palves@redhat.com>
18413
18414 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18415
13b448cd
YQ
184162014-08-19 Yao Qi <yao@codesourcery.com>
18417
18418 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18419 right line.
18420
1cbf5077
DB
184212014-08-18 David Blaikie <dblaikie@gmail.com>
18422
18423 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18424
bf0fae19
JB
184252014-08-18 Joel Brobecker <brobecker@adacore.com>
18426
18427 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18428 attribute in array range.
18429
3c8c5dcc
JB
184302014-08-18 Joel Brobecker <brobecker@adacore.com>
18431
18432 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18433
e66d4446
SC
184342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18435
18436 PR c++/17132
18437 * gdb.cp/pr17132.cc: New file.
18438 * gdb.cp/pr17132.exp: New file.
18439
940df408
SC
184402014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18441
18442 * gdb.python/py-xmethods.py (A_getarrayind)
18443 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18444 Use 'print' with function call syntax.
18445 (E_method_matcher.match): Fix tab vs space indentation mixup.
18446
ebcc6c3a
YQ
184472014-08-15 Yao Qi <yao@codesourcery.com>
18448
18449 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18450 false.
18451
775e0f04
YQ
184522014-08-15 Yao Qi <yao@codesourcery.com>
18453
18454 * gdb.cp/casts.exp: Set print symbol off.
18455 * gdb.cp/class2.exp: Likewise.
18456 * gdb.cp/overload.exp: Likewise.
18457 * gdb.cp/templates.exp: Likewise.
18458
d769e349
DE
184592014-08-11 Doug Evans <dje@google.com>
18460
18461 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18462 (test_load_shlib): Update.
18463
20c6f1e1
YQ
184642014-08-09 Yao Qi <yao@codesourcery.com>
18465
18466 * gdb.base/display.exp: Invoke is_address_zero_readable.
18467 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18468 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18469 * gdb.base/hbreak-unmapped.exp: Return if
18470 is_address_zero_readable returns true.
18471 * gdb.base/signest.exp: Likewise.
18472 * gdb.base/signull.exp: Likewise.
18473 * gdb.base/sigbpt.exp: Likewise.
18474 * gdb.guile/scm-disasm.exp: Do the test if
18475 is_address_zero_readable returns false.
18476 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18477 * gdb.python/py-arch.exp: Likewise.
18478 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18479 * lib/gdb.exp (is_address_zero_readable): New proc.
18480
5792e8e3
YQ
184812014-08-09 Yao Qi <yao@codesourcery.com>
18482
18483 PR testsuite/13443
18484 * gdb.mi/mi-var-display.exp: Make test messages unique.
18485
3cecbbbe
TT
184862014-08-04 Tom Tromey <tromey@redhat.com>
18487
18488 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18489 target 0".
18490
00b51ff5
TT
184912014-08-04 Tom Tromey <tromey@redhat.com>
18492
18493 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18494 "target_resume".
18495
6908c509
JB
184962014-08-01 Joel Brobecker <brobecker@adacore.com>
18497
18498 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18499 inner_vla_struct_object_size.
18500 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18501 as xfail.
18502
cc6563d2
PA
185032014-07-30 Pedro Alves <palves@redhat.com>
18504
18505 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18506 comment.
18507
7e09a223
YQ
185082014-07-29 Yao Qi <yao@codesourcery.com>
18509
18510 PR gdb/17206
18511 * gdb.base/until-nodebug.exp: New.
18512
7ebdbe92
DE
185132014-07-28 Doug Evans <xdje42@gmail.com>
18514
18515 PR guile/17203
18516 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18517 previously existing parameter, and previously ambiguously spelled
18518 parameter.
18519
fdb1adc6
WN
185202014-07-28 Will Newton <will.newton@linaro.org>
18521
18522 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18523
186fcde0
DE
185242014-07-26 Ludovic Courtès <ludo@gnu.org>
18525 Doug Evans <xdje42@gmail.com>
18526
18527 PR guile/17146
18528 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18529
70509625
PA
185302014-07-25 Pedro Alves <palves@redhat.com>
18531
18532 * gdb.threads/signal-command-handle-nopass.c: New file.
18533 * gdb.threads/signal-command-handle-nopass.exp: New file.
18534 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18535 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18536 * gdb.threads/signal-delivered-right-thread.c: New file.
18537 * gdb.threads/signal-delivered-right-thread.exp: New file.
18538
c3f814a1
PA
185392014-07-25 Pedro Alves <palves@redhat.com>
18540
18541 * gdb.base/double-prompt-target-event-error.exp
18542 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18543 match.
18544 (cancel_pagination_in_target_event): Rework double prompt
18545 detection.
18546 * gdb.base/paginate-after-ctrl-c-running.exp
18547 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18548 <return>' match.
18549 * gdb.base/paginate-bg-execution.exp
18550 (test_bg_execution_pagination_return)
18551 (test_bg_execution_pagination_cancel): Remove '-notransfer
18552 <return>' matches.
18553 * gdb.base/paginate-execution-startup.exp
18554 (test_fg_execution_pagination_return)
18555 (test_fg_execution_pagination_cancel): Remove '-notransfer
18556 <return>' matches.
18557 * gdb.base/paginate-inferior-exit.exp
18558 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18559 match.
18560 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18561 * lib/gdb.exp (pagination_prompt): Run text through
18562 string_to_regexp.
18563 (gdb_test_multiple): Match $pagination_prompt instead of
18564 "<return>".
18565 (string_to_regexp): Move to lib/gdb-utils.exp.
18566
e214cf6c
JK
185672014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18568
18569 * gdb.arch/amd64-entry-value-paramref.S: New file.
18570 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18571 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18572 * gdb.arch/amd64-optimout-repeat.S: New file.
18573 * gdb.arch/amd64-optimout-repeat.c: New file.
18574 * gdb.arch/amd64-optimout-repeat.exp: New file.
18575
17d0c5c8
JK
185762014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18577
18578 PR gdb/17170
18579 * gdb.base/statistics.exp: New file.
18580
b8b8facf
DE
185812014-07-17 Doug Evans <dje@google.com>
18582
74b49205 18583 PR gdb/17170
b8b8facf
DE
18584 * gdb.base/maint.exp: Update testing of per-command stats.
18585
1b5d0ab3
PA
185862014-07-16 Pedro Alves <palves@redhat.com>
18587
18588 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18589 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18590 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18591 (tfile_write_buf): New functions.
18592 (add_memory_block): Rewrite using the above.
18593 (adjust_function_address): New function.
18594 (FUNCTION_ADDRESS): New macro.
18595 (write_basic_trace_file): Remove short_x local, and use
18596 tfile_write_16. Change type of func_addr local to unsigned long
18597 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18598 here. Cast argument of add_memory_block to char pointer.
18599 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18600 (main): Remove parameters.
18601 * gdb.trace/tfile.exp: Remove nowarnings.
18602
4d974e88
SM
186032014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18604
18605 * gdb.base/debug-expr.exp: Test string evaluation with
18606 "debug expression" on.
18607
41e99568
PA
186082014-07-15 Pedro Alves <palves@redhat.com>
18609
18610 * gdb.base/reread.exp: Use clean_restart.
18611
487d9753
PL
186122014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18613
18614 * gdb.arch/avr-flash-qualifer.c: New.
18615 * gdb.arch/avr-flash-qualifer.exp: New.
18616
cc1c52ad
PA
186172014-07-14 Pedro Alves <palves@redhat.com>
18618
18619 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18620 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18621
1e973570
PA
186222014-07-14 Pedro Alves <palves@redhat.com>
18623
18624 * gdb.base/double-prompt-target-event-error.c: New file.
18625 * gdb.base/double-prompt-target-event-error.exp: New file.
18626
93d6eb10
PA
186272014-07-14 Pedro Alves <palves@redhat.com>
18628
18629 PR gdb/17072
18630 * gdb.base/paginate-inferior-exit.c: New file.
18631 * gdb.base/paginate-inferior-exit.exp: New file.
18632
0017922d
PA
186332014-07-14 Pedro Alves <palves@redhat.com>
18634
18635 PR gdb/17072
18636 * gdb.base/paginate-bg-execution.c: New file.
18637 * gdb.base/paginate-bg-execution.exp: New file.
18638
94696ad3
PA
186392014-07-14 Pedro Alves <palves@redhat.com>
18640
18641 PR gdb/17072
18642 * gdb.base/paginate-execution-startup.c: New file.
18643 * gdb.base/paginate-execution-startup.exp: New file.
18644 * lib/gdb.exp (pagination_prompt): New global.
18645 (default_gdb_spawn): New procedure, factored out from
18646 default_gdb_spawn.
18647 (default_gdb_start): Adjust to call default_gdb_spawn.
18648 (gdb_spawn): New procedure.
18649
bd293940
PA
186502014-07-14 Pedro Alves <palves@redhat.com>
18651
18652 * lib/gdb.exp (gdb_assert): New procedure.
18653 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18654
c933f875
PA
186552014-07-14 Pedro Alves <palves@redhat.com>
18656
18657 * gdb.base/execution-termios.c: New file.
18658 * gdb.base/execution-termios.exp: New file.
18659
d98b7a16
TT
186602014-07-14 Tom Tromey <tromey@redhat.com>
18661
18662 * gdb.cp/vla-cxx.cc: New file.
18663 * gdb.cp/vla-cxx.exp: New file.
18664
548740d6
TT
186652014-07-14 Tom Tromey <tromey@redhat.com>
18666
18667 * gdb.reverse/rerun-prec.c: New file.
18668 * gdb.reverse/rerun-prec.exp: New file.
18669
a25eb028
MR
186702014-07-12 Maciej W. Rozycki <macro@mips.com>
18671 Maciej W. Rozycki <macro@codesourcery.com>
18672
18673 * lib/gdb-utils.exp: New file.
18674 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18675 inline `gdb_init_command' processing.
18676 (gdb_start_cmd): Likewise.
18677 * lib/mi-support.exp (mi_run_cmd): Likewise.
18678 * README: Document `gdb_init_command' and `gdb_init_commands'.
18679
218c2655
JK
186802014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18681
18682 Fix false FAIL running under a very long directory name.
18683 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18684 and "set print elements 10000". Twice.
18685
5401fde3
YQ
186862014-07-11 Yao Qi <yao@codesourcery.com>
18687
18688 * gdb.base/exprs.exp: "set print symbol off".
18689
e76126e8
PA
186902014-07-11 Pedro Alves <palves@redhat.com>
18691
18692 * gdb.threads/kill.c: New file.
18693 * gdb.threads/kill.exp: New file.
18694
2d6f0de6
YQ
186952014-07-10 Yao Qi <yao@codesourcery.com>
18696
18697 * gdb.trace/tfile.c (write_basic_trace_file)
18698 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18699 address written to trace file.
18700
7180e04a
PA
187012014-07-09 Pedro Alves <palves@redhat.com>
18702
18703 * gdb.base/attach-wait-input.exp: New file.
18704 * gdb.base/attach-wait-input.c: New file.
18705
9a9a7608
AB
187062014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18707
18708 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18709 setting up test structures.
18710 (main): Call new test function.
18711 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18712 test function, continue into test function and walk test
18713 structures.
18714
161ac41e
YQ
187152014-07-02 Yao Qi <yao@codesourcery.com>
18716
18717 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18718 'bar_start' at the beginning of functions 'foo' and 'bar'
18719 respectively.
18720 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18721 instead of 'foo' and 'bar'.
18722
1f267ae3
MM
187232014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18724
18725 * gdb.btrace/segv.exp: New.
18726 * gdb.btrace/segv.c: New.
18727
2b239efb
LM
187282014-07-02 Luis Machado <lgustavo@codesourcery.com>
18729
18730 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18731 instruction.
18732
cf363f18
MW
187332014-06-30 Mark Wielaard <mjw@redhat.com>
18734
18735 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18736 vulture, vilify, villar): New volatile array constants.
18737 (vindictive, vegetation): New const volatile array constants.
18738 * gdb.base/volatile.exp: Test volatile and const volatile array
18739 types.
18740
aebf9d24
AA
187412014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18742
18743 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18744 target lacks support for awatch, rwatch, or hbreak.
18745
b67a2c6f
YQ
187462014-06-27 Yao Qi <yao@codesourcery.com>
18747
18748 * gdb.multi/dummy-frame-restore.exp: New.
18749 * gdb.multi/dummy-frame-restore.c: New.
18750
aef92902
MM
187512014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18752
18753 * gdb.btrace/gcore.exp: New.
18754
8e9db26e
PA
187552014-06-23 Pedro Alves <palves@redhat.com>
18756
18757 * gdb.base/watchpoint-reuse-slot.c: New file.
18758 * gdb.base/watchpoint-reuse-slot.exp: New file.
18759
70afc5b7
SC
187602014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18761
18762 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18763 progspace's filename in 'info', 'enable' and 'disable' command
18764 tests.
18765
b972bd9c
JK
187662014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18767
18768 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18769 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18770 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18771
125f8a3d
GB
187722014-06-20 Gary Benson <gbenson@redhat.com>
18773
18774 * gdb.arch/i386-avx.exp: Fix include file location.
18775 * gdb.arch/i386-sse.exp: Likewise.
18776
3ed9baed
IB
187772014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18778
18779 * gdb.dlang/expression.exp: New file.
18780
034f788c
PA
187812014-06-19 Pedro Alves <palves@redhat.com>
18782
18783 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18784 out from ...
18785 (top level): ... here. Iterate running tests under different
18786 scheduler-locking settings.
18787
45371d0c
LM
187882014-06-18 Luis Machado <lgustavo@codesourcery.com>
18789
18790 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18791 to DW_FORM_addr and use non-zero addresses.
18792
5d376983
SC
187932014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18794
18795 PR gdb/17017
18796 * gdb.python/py-xmethods.cc: Add global function call counters and
18797 increment them in their respective functions. Remove "cout"
18798 statements.
18799 * gdb.python/py-xmethods.exp: Make tests check the global function
18800 call counters instead of depending on inferior IO.
18801
a1aa2221
LM
188022014-06-18 Don Breazeal <donb@codesourcery.com>
18803
18804 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18805 Deleted procedure.
18806 (explicit_fork_parent_follow): Deleted procedure.
18807 (explicit_fork_child_follow): Deleted procedure.
18808 (test_follow_fork): New procedure.
18809 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18810 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18811 procedure calls.
18812
0fc05997
YQ
188132014-06-17 Yao Qi <yao@codesourcery.com>
18814
18815 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18816 CP1252.
18817
70795c52
LM
188182014-06-17 Luis Machado <lgustavo@codesourcery.com>
18819
18820 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18821 Initialize ptr and S explicitly.
18822 (skip_type_update_when_not_use_rtti_test): Likewise.
18823
6be47f0c
KS
188242014-06-16 Keith Seitz <keiths@redhat.com>
18825
18826 PR mi/15863
18827 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18828 the inferior is started.
18829
d03de421
PA
188302014-06-16 Pedro Alves <palves@redhat.com>
18831
18832 * gdb.base/break-main-file-remove-fail.c: New file.
18833 * gdb.base/break-main-file-remove-fail.exp: New file.
18834 * gdb.base/break-unload-file.exp: Use build_executable instead of
18835 prepare_for_testing.
18836 (test_break): New parameter "initial_load". Handle it.
18837 (top level): Add initial_load cmdline/file axis.
18838
f9579b99
TT
188392014-06-12 Tom Tromey <tromey@redhat.com>
18840
18841 * gdb.base/completion.exp: Don't use directory name in test.
18842
3657956b
GB
188432014-06-09 Gary Benson <gbenson@redhat.com>
18844
18845 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18846 separate the always-available ANSI-standard signals from the
18847 signals that require checking.
18848 (main): Likewise.
18849 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18850 Likewise.
18851 (main): Likewise.
18852
4186eb54
KS
188532014-06-07 Keith Seitz <keiths@redhat.com>
18854
18855 Revert:
18856 PR c++/16253
18857 * gdb.cp/var-tag.cc: New file.
18858 * gdb.cp/var-tag.exp: New file.
18859 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18860 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18861 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18862 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18863
25326a28 188642014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18865
18866 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18867
829155c9
PA
188682014-06-06 Pedro Alves <palves@redhat.com>
18869
18870 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18871 in target debug output instead of looking at RSP packets,
18872 disabling the test on any target that uses hardware stepping.
18873 Update comments.
18874
61c8d22e
PA
188752014-06-06 Pedro Alves <palves@redhat.com>
18876
18877 * gdb.base/break-unload-file.exp: Fix typo.
18878
d9a47287
YQ
188792014-06-06 Yao Qi <yao@codesourcery.com>
18880
18881 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18882 from "jit_function" to "^jit_function".
18883
e5e01dbf
YQ
188842014-06-06 Yao Qi <yao@codesourcery.com>
18885
18886 * gdb.base/async.c (foo): Add one statement.
18887 * gdb.base/async.exp: Get the next instruction address and
18888 match the output of "nexti" by instruction address. Match
18889 the hex address in the output of "finish".
18890
73ba372c
GB
188912014-06-06 Gary Benson <gbenson@redhat.com>
18892
18893 * gdb.base/call-signals.c: Remove preprocessor conditionals
18894 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18895 SIGSEGV and SIGTERM.
18896 * gdb.base/sigall.c: Likewise.
18897 * gdb.base/unwindonsignal.c: Likewise.
18898 * gdb.reverse/sigall-reverse.c: Likewise.
18899
831517df
YQ
189002014-06-06 Yao Qi <yao@codesourcery.com>
18901
18902 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18903 readable, skip the test.
18904
b8b91e98
YQ
189052014-06-06 Yao Qi <yao@codesourcery.com>
18906
18907 * gdb.threads/staticthreads.c (thread_function): Move the line
18908 setting breakpoint on forward.
18909 * gdb.threads/staticthreads.exp: Update comments.
18910
fb934770
LC
189112014-06-05 Ludovic Courtès <ludo@gnu.org>
18912
18913 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18914 "history-append! type error".
18915
6ef284bd
SM
189162014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18917
18918 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18919 erroneous dprintf expected input.
18920
a872e241
DE
189212014-06-04 Doug Evans <xdje42@gmail.com>
18922
18923 * gdb.guile/scm-generics.exp: Delete.
18924
16f691fb
DE
189252014-06-04 Doug Evans <xdje42@gmail.com>
18926
18927 * gdb.guile/scm-breakpoint.exp: Update.
18928 Add tests for breakpoint registration.
18929
012370f6
TT
189302014-06-04 Tom Tromey <tromey@redhat.com>
18931
18932 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18933 VLA-in-union.
18934 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18935 inner_vla_struct, vla_union types. Initialize objects of those
18936 types and compute their sizes.
18937
9f5a4cef
HZ
189382014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18939 Hui Zhu <hui@codesourcery.com>
18940
18941 * gdb.base/fileio.exp: Add test for shell not available as well as
18942 available.
18943 * gdb.base/fileio.c (test_system): Check for shell twice.
18944
90a45c4d
YQ
189452014-06-04 Yao Qi <yao@codesourcery.com>
18946
18947 * gdb.base/auto-connect-native-target.exp: Remove redundant
18948 space from the regexp pattern.
18949
70017e41
YQ
189502014-06-04 Yao Qi <yao@codesourcery.com>
18951
18952 * gdb.base/default.exp: Replace "child" with "native" in
18953 regexp pattern.
18954
883964a7
SC
189552014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18956
18957 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18958 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18959 * gdb.python/py-xmethods.py: Python script supporting the
18960 new testcase and tests.
18961
ef370185
JB
189622014-06-03 Joel Brobecker <brobecker@adacore.com>
18963 Pedro Alves <palves@redhat.com>
18964
18965 PR breakpoints/17000
18966 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18967 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18968
1e2ccb61
BM
189692014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18970
18971 * gdb.base/subst.exp: Add tests to verify partial path matching
18972 output.
18973
c6ec5ab2
PA
189742014-06-03 Pedro Alves <palves@redhat.com>
18975
18976 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18977 target that doesn't use software single-stepping.
18978
835c559f
PA
189792014-06-03 Pedro Alves <palves@redhat.com>
18980
18981 PR breakpoints/17000
18982 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18983 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18984
06eb1586
DE
189852014-06-02 Doug Evans <xdje42@gmail.com>
18986
18987 * gdb.guile/scm-parameter.exp: New file.
18988
e698b8c4
DE
189892014-06-02 Doug Evans <xdje42@gmail.com>
18990
18991 * gdb.guile/scm-cmd.c: New file.
18992 * gdb.guile/scm-cmd.exp: New file.
18993
ded03782
DE
189942014-06-02 Doug Evans <xdje42@gmail.com>
18995
18996 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18997 pretty-printer lookup.
18998 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18999 (make-pp_s-printer): Call it.
19000 (make-pretty-printer-from-dict): New function.
19001 (lookup-pretty-printer-maker-from-dict): New function.
19002 (*pretty-printer*): Simplify.
19003 (make-objfile-pp_s-printer): New function.
19004 (install-objfile-pretty-printers!): New function.
19005 (make-progspace-pp_s-printer): New function.
19006 (install-progspace-pretty-printers!): New function.
19007 * gdb.guile/scm-progspace.c: New file.
19008 * gdb.guile/scm-progspace.exp: New file.
19009
41fac0cf
PA
190102014-06-02 Pedro Alves <palves@redhat.com>
19011
19012 * gdb.base/dprintf-bp-same-addr.c: New file.
19013 * gdb.base/dprintf-bp-same-addr.exp: New file.
19014
96ae5695
EBM
190152014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19016
19017 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19018 * gdb.arch/powerpc-power.s: Likewise.
19019
da02b3a8
JB
190202014-06-02 Joel Brobecker <brobecker@adacore.com>
19021
19022 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19023
c72b2e7b
YQ
190242014-06-01 Yao Qi <yao@codesourcery.com>
19025
19026 * gdb.base/watchpoint.exp (test_watch_location): Check null
19027 pointer can be dereferenced. If not, do the test, otherwise
19028 skip it.
19029
53e8a631
AB
190302014-05-30 Andrew Burgess <aburgess@broadcom.com>
19031
19032 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19033 results.
19034 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19035
938f0e2f
AB
190362014-05-30 Andrew Burgess <aburgess@broadcom.com>
19037
19038 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19039 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19040 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19041 * gdb.arch/amd64-invalid-stack-top.c: New file.
19042 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19043
9ba6657a
PA
190442014-05-30 Pedro Alves <palves@redhat.com>
19045
19046 PR breakpoints/17000
19047 * gdb.base/sss-bp-on-user-bp.c: New file.
19048 * gdb.base/sss-bp-on-user-bp.exp: New file.
19049
522c09bf
DB
190502014-05-30 David Blaikie <dblaikie@gmail.com>
19051
19052 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19053 gnu_inline semantics via attribute.
19054 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19055 source explicitly specifies the required semantics.
19056
bf4ef81e
MR
190572014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19058
19059 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19060
329ea579
PA
190612014-05-29 Pedro Alves <palves@redhat.com>
19062 Tom Tromey <tromey@redhat.com>
19063
19064 * gdb.base/async-shell.exp: Don't enable target-async.
19065 * gdb.base/async.exp
19066 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19067 parameter. Adjust.
19068 (top level): Don't test with "target-async".
19069 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19070 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19071 * gdb.base/inferior-died.exp: Don't enable target-async.
19072 * gdb.base/interrupt-noterm.exp: Likewise.
19073 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19074 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19075 * gdb.mi/mi-nonstop.exp: Likewise.
19076 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19077 * gdb.mi/mi-nsintrall.exp: Likewise.
19078 * gdb.mi/mi-nsmoribund.exp: Likewise.
19079 * gdb.mi/mi-nsthrexec.exp: Likewise.
19080 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19081 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19082 * gdb.python/py-evsignal.exp: Don't enable target-async.
19083 * gdb.python/py-evthreads.exp: Likewise.
19084 * gdb.python/py-prompt.exp: Likewise.
19085 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19086 * gdb.server/solib-list.exp: Don't enable target-async.
19087 * gdb.threads/thread-specific-bp.exp: Likewise.
19088 * lib/mi-support.exp: Adjust to use mi-async.
19089
fd664c91
PA
190902014-05-29 Pedro Alves <palves@redhat.com>
19091
19092 PR gdb/13860
19093 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19094 reason, even in sync mode.
19095
251bde03
PA
190962014-05-29 Pedro Alves <palves@redhat.com>
19097 Hui Zhu <hui@codesourcery.com>
19098
19099 PR PR15693
19100 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19101 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19102 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19103 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19104
7f3c0343
JB
191052014-05-28 Joel Brobecker <brobecker@adacore.com>
19106
19107 * config/monitor.exp (gdb_target_monitor): Replace use of
19108 "set remotebaud" by "set serial baud".
19109
b2715b27
AW
191102014-05-26 Andy Wingo <wingo@igalia.com>
19111
19112 * gdb.guile/scm-breakpoint.exp:
19113 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19114 properties instead of gdb-object-properties.
19115
498a4489
YQ
191162014-05-26 Yao Qi <yao@codesourcery.com>
19117
19118 * gdb.server/no-thread-db.exp: Specify source file name
19119 explicitly when setting a breakpoint.
19120
589fdceb
MM
191212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19122
19123 * gdb.btrace/vdso.c: New.
19124 * gdb.btrace/vdso.exp: New.
19125
e9089e05
MM
191262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19127
19128 * gdb.base/gcore.exp (capture_command_output): Move ...
19129 * lib/gdb.exp (capture_command_output): ... here.
19130
67b5c0c1
MM
191312014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19132
19133 * gdb.btrace/data.exp: Test memory access during btrace replay.
19134
a2199296
SM
191352014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19136
19137 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19138
17b2616c
PA
191392014-05-21 Pedro Alves <palves@redhat.com>
19140
19141 PR gdb/13860
19142 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19143 (top level): Test that output related to execution commands is
19144 sent to the console with CLI commands, but not with MI commands.
19145 Test that breakpoint events are always mirrored to the console.
19146 Also expect the new source line to be output after a "next" in
19147 async mode too. Make it a pass/fail test.
19148 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19149 output.
19150 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19151
5166082f
PA
191522014-05-21 Pedro Alves <palves@redhat.com>
19153
19154 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19155 Use them to test variations of "list" after reaching a breakpoint.
19156 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19157 Test "list" with listsize 10 after reaching a breakpoint.
19158 * gdb.python/python.exp (decode_line current location line
19159 number): Adjust expected line number.
19160
2f25d70f
SM
191612014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19162
19163 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19164 behavior for $args, pass it directly to "run".
19165
ff604a67
MR
191662014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19167
19168 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19169 30000 to 65536.
19170
6a3cb8e8
PA
191712014-05-21 Pedro Alves <palves@redhat.com>
19172
19173 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19174 auto-connect-native-target off".
19175 * gdb.base/auto-connect-native-target.c: New file.
19176 * gdb.base/auto-connect-native-target.exp: New file.
19177
4ebfc96e
PA
191782014-05-21 Pedro Alves <palves@redhat.com>
19179
19180 * gdb.base/default.exp: Test "target native" instead of "target
19181 child".
19182
36d46afb
MW
191832014-05-21 Mark Wielaard <mjw@redhat.com>
19184
19185 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19186
5876f503
JK
191872014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19188
19189 Fix TLS access for -static -pthread.
19190 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19191 <HAVE_TLS> (thread_function, main): Initialize it.
19192 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19193 Add clean_restart.
19194 <$have_tls != "">: Check TLSVAR.
19195
0256a6ac
PA
191962014-05-21 Pedro Alves <palves@redhat.com>
19197
19198 * gdb.base/dcache-line-read-error.c: New.
19199 * gdb.base/dcache-line-read-error.exp: New.
19200
936d2992
PA
192012014-05-20 Pedro Alves <palves@redhat.com>
19202
19203 * gdb.base/compare-sections.c: New file.
19204 * gdb.base/compare-sections.exp: New file.
19205
802e8e6d
PA
192062014-05-20 Pedro Alves <palves@redhat.com>
19207
19208 * gdb.base/break-idempotent.c: New file.
19209 * gdb.base/break-idempotent.exp: New file.
19210
e59fa00f
MM
192112014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19212
19213 * gdb.btrace/nohist.exp: New.
19214
8b696e31
YQ
192152014-05-20 Yao Qi <yao@codesourcery.com>
19216
19217 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19218 gdb.reverse directory and gdb_reverse_timeout exists in board
19219 setting.
19220 * README: Document gdb_reverse_timeout.
19221
73c9764f
YQ
192222014-05-20 Yao Qi <yao@codesourcery.com>
19223
19224 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19225 'test_file_name'. Treat args as a string instead of a list.
19226 (gdb_init): Rename argument 'args' by 'test_file_name'.
19227
f1f4348a
JK
192282014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19229
19230 * gdb.arch/powerpc-power.exp: New file.
19231 * gdb.arch/powerpc-power.s: New file.
19232
0dbe70ce
DE
192332014-05-16 Doug Evans <dje@google.com>
19234
19235 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19236 * gdb.base/completion.exp: Check that all expected files exist
19237 before doing file completion.
0dbe70ce 19238
8d551b02
DE
192392014-05-16 Doug Evans <dje@google.com>
19240
19241 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19242 Update.
19243 (do_syscall_tests_without_xml): Update.
19244
73eb7709
PA
192452014-05-16 Pedro Alves <palves@redhat.com>
19246
19247 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19248 instead of "unknown output after running".
19249
3fae92fc
YQ
192502014-05-16 Yao Qi <yao@codesourcery.com>
19251
19252 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19253 file1.txt from host at the end.
19254 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19255
c2b2ccc5
DE
192562014-05-15 Doug Evans <dje@google.com>
19257
19258 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19259 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19260 loading file. Add test for TU lookup.
19261
8c217a4b
SM
192622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19263
19264 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19265 calling "-exec-arguments" or "set args" before running the
19266 inferior.
19267
3deb39c6
SM
192682014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19269
19270 * lib/mi-support.exp (mi_expect_stop): Expect message for
19271 inferiors that exit with non-zero exit code.
19272
71a79f8c
YQ
192732014-05-14 Yao Qi <yao@codesourcery.com>
19274
19275 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19276 match absolute path on remote host.
19277 (test_file_list_exec_source_files): Remove "/" from the
19278 pattern.
19279
f23fcd46
YQ
192802014-05-14 Yao Qi <yao@codesourcery.com>
19281
19282 * boards/local-remote-host-notty.exp (${board}_file): New
19283 proc.
19284
9404b58f
KM
192852014-05-07 Kyle McMartin <kyle@redhat.com>
19286
19287 Pushed by Joel Brobecker <brobecker@adacore.com>.
19288 * gdb.arch/aarch64-atomic-inst.c: New file.
19289 * gdb.arch/aarch64-atomic-inst.exp: New file.
19290
5e45f04c
YQ
192912014-05-07 Yao Qi <yao@codesourcery.com>
19292
19293 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19294 in current context" too.
19295
c888a17d
KS
192962014-05-05 Keith Seitz <keiths@redhat.com>
19297
19298 * gdb.linespec/ls-dollar.exp: Add test for linespec
19299 file:convenience_variable.
19300
290a839c
YQ
193012014-05-05 Yao Qi <yao@codesourcery.com>
19302
19303 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19304 traceframes into tfile and ctf trace files. Read data from
19305 trace file and test collected data.
19306 (gdb_collect_locals_test): Likewise.
19307 (gdb_unavailable_registers_test): Likewise.
19308 (gdb_unavailable_floats): Likewise.
19309 (gdb_collect_globals_test): Likewise.
19310 (top-level): Append "ctf" to trace_file_targets if GDB
19311 supports.
19312
b5262cd0
YQ
193132014-05-05 Yao Qi <yao@codesourcery.com>
19314
19315 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19316 code to ...
19317 (gdb_collect_args_test_1): ... it. New proc.
19318 (gdb_collect_locals_test): Move some code to ...
19319 (gdb_collect_locals_test_1): ... it. New proc.
19320 (gdb_unavailable_registers_test): Move some code to ...
19321 (gdb_unavailable_registers_test_1): ... it. New proc.
19322 (gdb_unavailable_floats): Move some code to ...
19323 (gdb_unavailable_floats_1): ... it. New proc.
19324
30a1e6cc
SDJ
193252014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19326
19327 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19328 probes to test for bitness recognition.
19329 * gdb.arch/amd64-stap-optional-prefix.exp
19330 (test_probe_value_without_reg): New procedure.
19331 Add code to test for different kinds of bitness.
19332
f33da99a
SDJ
193332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19334
19335 PR breakpoints/16889
19336 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19337 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19338
5b80f00d
PA
193392014-05-01 Pedro Alves <palves@redhat.com>
19340
19341 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19342 gdb_file_cmd if no file is specified.
19343 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19344 last_loaded_file to set the remote exec-file.
19345
f8c2a73c
PA
193462014-05-01 Pedro Alves <palves@redhat.com>
19347
19348 * boards/local-remote-host.exp: New file.
19349
be6e8ac7
PA
193502014-05-01 Pedro Alves <palves@redhat.com>
19351
19352 * boards/local-remote-host.exp: Rename to ...
19353 * boards/local-remote-host-notty.exp: ... this.
19354
cac0dc8f
JB
193552014-04-28 Joel Brobecker <brobecker@adacore.com>
19356
19357 * gdb.ada/dyn_arrayidx: New testcase.
19358
9730e6cc
YQ
193592014-04-26 Yao Qi <yao@codesourcery.com>
19360
19361 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19362 and compute the length of function main. Save it in
19363 $main_length.
19364 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19365 (top-level): Use gdb_compile to compile objects into
19366 executable and restart GDB. Remove invocation to
19367 prepare_for_testing.
19368
7ae1a6a6
PA
193692014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19370 Pedro Alves <palves@redhat.com>
19371
19372 PR server/16255
19373 * gdb.multi/multi-attach.c: New file.
19374 * gdb.multi/multi-attach.exp: New file.
19375
4082afcc
PA
193762014-04-25 Pedro Alves <palves@redhat.com>
19377
19378 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19379 user.
19380 (top level): Test that "set remote conditional-breakpoints-packet
19381 off" works as intended.
19382 * gdb.base/dprintf.exp: Test that "set remote
19383 breakpoint-commands-packet off" works as intended.
19384 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19385 New function.
19386 (top level): Call it.
19387 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19388 remote fast-tracepoints-packet off" works as intended.
19389 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19390 * lib/gdb.exp (gdb_is_target_remote): ... here.
19391
2abc3f8d
DB
193922014-04-24 David Blaikie <dblaikie@gmail.com>
19393
19394 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19395 ensure clang would not discard them.
19396 * gdb.base/gdbvars.c: Ditto.
19397 * gdb.base/memattr.c: Ditto.
19398 * gdb.base/whatis.c: Ditto.
19399 * gdb.python/py-prettyprint.c: Ditto.
19400 * gdb.trace/actions.c: Ditto.
19401 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19402 ensure clang would not discard it.
19403
bfd39632
DB
194042014-04-24 David Blaikie <dblaikie@gmail.com>
19405
19406 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19407 clang to emit the full definition of type required by the test
19408 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19409
22842ff6
DB
194102014-04-24 David Blaikie <dblaikie@gmail.com>
19411
19412 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19413 coax Clang into emitting the definition of the type.
19414 * gdb.cp/pr10728-x.h (y): Ditto.
19415 * gdb.cp/pr10728-y.cc (y): Ditto.
19416
c2e827ad
DB
194172014-04-24 David Blaikie <dblaikie@gmail.com>
19418
19419 * gdb.base/label.exp: XFAIL label related tests under Clang.
19420 * gdb.cp/cplabel.exp: Ditto.
19421 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19422 under Clang those using labels.
19423
4c2d33e7
YQ
194242014-04-25 Yao Qi <yao@codesourcery.com>
19425
19426 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19427 double_label.
19428 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19429 partial_label and double_label.
19430
56083b99
DB
194312014-04-24 David Blaikie <dblaikie@gmail.com>
19432
19433 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19434
25d4e99d
DB
194352014-04-24 David Blaikie <dblaikie@gmail.com>
19436
19437 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19438 of the function to work across GCC and Clang.
19439 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19440 pointer types (const void ** const V void **).
19441
01f9f808
MS
194422014-04-24 Michael Sturm <michael.sturm@mintel.com>
19443 Walfred Tedeschi <walfred.tedeschi@intel.com>
19444
19445 * Makefile.in (EXECUTABLES): Added i386-avx512.
19446 * gdb.arch/i386-avx512.c: New file.
19447 * gdb.arch/i386-avx512.exp: Likewise.
19448
4b48d439
KS
194492014-04-23 Keith Seitz <keiths@redhat.com>
19450
19451 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19452 (mi_make_breakpoint_table): New procedure.
19453 (mi_create_breakpoint): Use mi_make_breakpoint
19454 and return the result.
19455 (mi_make_breakpoint): New procedure.
19456 (mi_build_kv_pairs): New procedure.
19457
19458 * gdb.mi/mi-break.exp: Remove unused globals,
19459 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19460 All callers updated.
19461 * gdb.mi/mi-dprintf.exp: Use variable to track command
19462 number.
19463 Update all callers of mi_create_breakpoint and use
19464 mi_make_breakpoint_table.
19465 Remove any unused global variables.
19466 * gdb.mi/mi-nonstop.exp: Likewise.
19467 * gdb.mi/mi-nsintrall.exp: Likewise.
19468 * gdb.mi/mi-nsmoribund.exp: Likewise.
19469 * gdb.mi/mi-nsthrexec.exp: Likewise.
19470 * gdb.mi/mi-reverse.exp: Likewise.
19471 * gdb.mi/mi-simplerun.exp: Likewise.
19472 * gdb.mi/mi-stepn.exp: Likewise.
19473 * gdb.mi/mi-syn-frame.exp: Likewise.
19474 * gdb.mi/mi-until.exp: Likewise.
19475 * gdb.mi/mi-var-cp.exp: Likewise.
19476 * gdb.mi/mi-var-display.exp: Likewise.
19477 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19478 * gdb.mi/mi2-var-child.exp: Likewise.
19479 * gdb.mi/mi-vla-c99.exp: Likewise.
19480 * lib/mi-support.exp: Likewise.
19481
19482 From Ian Lance Taylor <iant@cygnus.com>:
19483 * lib/gdb.exp (parse_args): New procedure.
19484
08351840
PA
194852014-04-23 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.base/break-unload-file.c: New file.
19488 * gdb.base/break-unload-file.exp: New file.
19489 * gdb.base/sym-file-lib.c (baz): New function.
19490 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19491 field.
19492 (load): Store the segment's mapped size.
19493 (unload): New function.
19494 (unload_shlib): New function.
19495 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19496 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19497 set a breakpoint at baz, and call it.
19498 * gdb.base/sym-file.exp: New tests for stale breakpoint
19499 instructions.
19500
076855f9
PA
195012014-04-23 Pedro Alves <palves@redhat.com>
19502
19503 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19504 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19505 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19506 * gdb.base/hbreak-unmapped.c: New file.
19507 * gdb.base/hbreak-unmapped.exp: New file.
19508 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19509 * lib/gdb.exp (gdb_is_target_remote): ... here.
19510
483805cf
PA
195112014-04-22 Pedro Alves <palves@redhat.com>
19512
19513 * gdb.base/consecutive-step-over.c: New file.
19514 * gdb.base/consecutive-step-over.exp: New file.
19515
06d97543
PA
195162014-04-22 Pedro Alves <palves@redhat.com>
19517
19518 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19519 instead of send_gdb/gdb_expect.
19520
b4429ea2
YQ
195212014-04-22 Yao Qi <yao@codesourcery.com>
19522
19523 * lib/trace-support.exp (generate_tracefile): New procedure.
19524 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19525 return 0.
19526 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19527 if generate_tracefile returns 1.
19528
51d48146
PA
195292014-04-18 Tom Tromey <palves@redhat.com>
19530 Pedro alves <tromey@redhat.com>
19531
19532 PR backtrace/15558
19533 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19534 with a backtrace limit.
19535 * gdb.python/py-frame-inline.exp: Test running to an inline
19536 function with a backtrace limit, and printing the newest frame.
19537 * gdb.python/py-frame-inline.c (main): Call f.
19538
bd1dce5f
MS
195392014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19540
19541 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19542
40d1a503
MS
195432014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19544
19545 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19546 Drop prefix from unsupported source file path.
19547
389b98f7
YQ
195482014-04-17 Yao Qi <yao@codesourcery.com>
19549
19550 * lib/gdb.exp (with_target_charset): New proc.
19551 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19552 with_target_charset.
19553 (test_print_strings): Likewise.
19554 (test_repeat_bytes): Likewise.
19555 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19556 for some tests.
19557
22869d73
KS
195582014-04-16 Keith Seitz <keiths@redhat.com>
19559
19560 PR gdb/15827
19561 * gdb.dwarf2/corrupt.c: New file.
19562 * gdb.dwarf2/corrupt.exp: New file.
19563
c4f87ca6
KS
195642014-04-16 Keith Seitz <keiths@redhat.com>
19565
19566 PR c++/16597
19567 * gdb.cp/namelessclass.cc: New file.
19568 * gdb.cp/namelessclass.exp: New file.
19569 * gdb.cp/namelessclass.S: New file.
19570
ab19de87
DE
195712014-04-16 Doug Evans <dje@google.com>
19572
19573 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19574 Add comment.
19575 (gdbserver_default_get_comm_port): New function.
19576 (gdbserver_start): Check if board file provided
19577 "gdbserver,get_comm_port" and use it if so.
19578 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19579 (gdb,socketport): Set to "stdio".
19580 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19581 (stdio_gdbserver_template): Delete.
19582 (${board}_get_remote_address): Update.
19583 (${board}_build_remote_cmd): Delete.
19584 (${board}_get_comm_port): New function.
19585 (${board}_spawn): Update.
19586 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19587 Delete.
19588 (${board}_get_remote_address): Update.
19589 (${board}_get_comm_port): New function.
19590
fc98a809
AB
195912014-04-16 Andrew Burgess <aburgess@broadcom.com>
19592
19593 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19594 appearing in any order.
19595
87fd9e6e
DE
195962014-04-15 Doug Evans <dje@google.com>
19597
19598 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19599 uninitialized value of "description".
19600
099fc3ea
KS
196012014-04-15 Keith Seitz <keiths@redhat.com>
19602
19603 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19604 Remove unused globals.
19605 (test_running_the_program): Likewise.
19606 (test_controlled_execution): Likewise.
19607 (test_controlling_breakpoints): Likewise.
19608 (test_program_termination): Likewise.
19609
5da151d4
KS
196102014-04-15 Keith Seitz <keiths@redhat.com>
19611
19612 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19613 unused globals.
19614 (test_rbreak_creation_and_listing): Likewise.
19615 (test_ignore_count): Likewise.
19616 (test_error): Likewise.
19617
35e5d2f0
PA
196182014-04-15 Pedro Alves <palves@redhat.com>
19619
19620 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19621 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19622 sym-file-loader.c.
19623 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19624 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19625 to sym-file-loader.c.
19626 (struct library): Forward declare.
19627 (load_shlib, lookup_function): Change prototypes.
19628 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19629 (translate_offset): Remove declarations.
19630 (get_text_addr): New declaration.
19631 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19632 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19633 sym-file-loader.h.
19634 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19635 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19636 here from sym-file-loader.h.
19637 (struct library): New structure.
19638 (load_shlib, lookup_function): Change prototypes and adjust to
19639 work with a struct library.
19640 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19641 (translate_offset): Make static.
19642 (get_text_addr): New function.
19643 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19644
eb4c1710
PA
196452014-04-15 Pedro Alves <palves@redhat.com>
19646
19647 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19648
2d1baf52
PA
196492014-04-15 Pedro Alves <palves@redhat.com>
19650
19651 * gdb.base/sym-file-loader.c: Include <limits.h>.
19652 (SELF_LINK): New define.
19653 (get_origin): New function.
19654 (load_shlib): Use it.
19655 * gdb.base/sym-file.exp: Don't early return if the target is
19656 remote. Use runto_main, and issue fail is that fails. Use
19657 gdb_load_shlibs.
19658 (shlib_name): Delete.
19659 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19660
7dd6df01
PA
196612014-04-15 Pedro Alves <palves@redhat.com>
19662
19663 * gdb.base/sym-file.exp: Remove regex characters from test
19664 message. Don't refer to breakpoint numbers in test messages.
19665
b50c8614
KS
196662014-04-14 Keith Seitz <keiths@redhat.com>
19667
19668 PR c++/16253
19669 * gdb.cp/var-tag.cc: New file.
19670 * gdb.cp/var-tag.exp: New file.
19671 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19672 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19673 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19674 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19675
3d567982
TT
196762014-04-14 Tom Tromey <tromey@redhat.com>
19677
19678 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19679 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19680 type.
19681 * gdb.cp/enum-class.exp: New file.
19682 * gdb.cp/enum-class.cc: New file.
19683
0626fc76
TT
196842014-04-14 Tom Tromey <tromey@redhat.com>
19685
19686 * gdb.dwarf2/enum-type.exp: New file.
19687
dca325b3
SA
196882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19689
19690 * gdb.mi/mi-vla-c99.exp: New file.
19691 * gdb.mi/vla.c: New file.
19692
5854b38a
SA
196932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19694
19695 * gdb.base/vla-datatypes.c: New file.
19696 * gdb.base/vla-datatypes.exp: New file.
19697
463bb957
SA
196982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19699
19700 * gdb.base/vla-ptr.c: New file.
19701 * gdb.base/vla-ptr.exp: New file.
19702
3dd170be
SA
197032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19704
19705 * gdb.dwarf2/count.exp: New file.
19706
5ecaaa66
SA
197072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19708
19709 * gdb.base/vla-sideeffect.c: New file.
19710 * gdb.base/vla-sideeffect.exp: New file.
19711
41f1ada5
DB
197122014-04-14 David Blaikie <dblaikie@gmail.com>
19713
19714 * gdb.mi/non-stop.c: Add return value for non-void function return
19715 statement.
19716 * gdb.threads/staticthreads.c: Ditto.
19717
0be03e84
DE
197182014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19719 Doug Evans <xdje42@gmail.com>
19720
19721 * gdb.guile/scm-value.c: Improve test case.
19722 * gdb.guile/scm-value.exp: Add new test.
19723
f180a1fb
DB
197242014-04-11 David Blaikie <dblaikie@gmail.com>
19725
19726 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19727 override Clang's default.
19728
6b662e19
JB
197292014-04-11 Joel Brobecker <brobecker@adacore.com>
19730
19731 Revert the following changes (regressions):
19732
19733 * gdb.base/vla-sideeffect.c: New file.
19734 * gdb.base/vla-sideeffect.exp: New file.
19735
19736 * gdb.dwarf2/count.exp: New file.
19737
19738 * gdb.base/vla-multi.c: New file.
19739 * gdb.base/vla-multi.exp: New file.
19740
19741 * gdb.base/vla-ptr.c: New file.
19742 * gdb.base/vla-ptr.exp: New file.
19743
19744 * gdb.base/vla-datatypes.c: New file.
19745 * gdb.base/vla-datatypes.exp: New file.
19746
19747 * gdb.mi/mi-vla-c99.exp: New file.
19748 * gdb.mi/vla.c: New file.
19749
245a5f0b
KS
197502014-04-11 Keith Seitz <keiths@redhat.com>
19751
19752 PR c++/16675
19753 * gdb.cp/cpsizeof.exp: New file.
19754 * gdb.cp/cpsizeof.cc: New file.
19755
58a84dcf
SA
197562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19757
191a8a90
JB
19758 * gdb.mi/mi-vla-c99.exp: New file.
19759 * gdb.mi/vla.c: New file.
58a84dcf 19760
c8655f75
SA
197612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19762
19763 * gdb.base/vla-datatypes.c: New file.
19764 * gdb.base/vla-datatypes.exp: New file.
19765
024e13b4
SA
197662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19767
19768 * gdb.base/vla-ptr.c: New file.
19769 * gdb.base/vla-ptr.exp: New file.
19770
1a237e0e
SA
197712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19772
19773 * gdb.base/vla-multi.c: New file.
19774 * gdb.base/vla-multi.exp: New file.
19775
504f3432
SA
197762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19777
19778 * gdb.dwarf2/count.exp: New file.
19779
3bce8237
SA
197802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19781
191a8a90
JB
19782 * gdb.base/vla-sideeffect.c: New file.
19783 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19784
322f9c21
YQ
197852014-04-11 Yao Qi <yao@codesourcery.com>
19786
19787 * gdb.base/completion.exp: Check file exists before running tests
19788 on file completion.
19789
d708bcd1
PA
197902014-04-10 Pedro Alves <palves@redhat.com>
19791
19792 * gdb.base/cond-eval-mode.c: New file.
19793 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19794 prepare_for_testing to build the new file. Check result of
19795 runto_main.
19796 (test_break, test_watch): New procedures.
19797 (top level): Use them.
19798
ae1d2761
PM
197992014-04-08 Pierre Muller <muller@sourceware.org>
19800
19801 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19802 Ctrl-V use for mingw hosts.
19803
7af389b8
SC
198042014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19805
19806 * gdb.python/py-value.c: Improve test case.
19807 * gdb.python/py-value.exp: Add new test.
19808
5e703181
DE
198092014-04-07 David Blaikie <dblaikie@gmail.com>
19810
19811 * lib/compiler.c: Identify the clang compiler.
19812 * lib/compiler.cc: Ditto.
19813
9810b410
YQ
198142014-04-03 Yao Qi <yao@codesourcery.com>
19815
19816 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19817
98d1b8dc
AB
198182014-04-01 Anton Blanchard <anton@samba.org>
19819
19820 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19821 messages unique.
19822
3114cea1
AB
198232014-04-01 Anton Blanchard <anton@samba.org>
19824
19825 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19826 prepare_for_testing.
19827
62f7182c
AB
198282014-04-01 Anton Blanchard <anton@samba.org>
19829
19830 * gdb.arch/ppc64-atomic-inst.c: Remove.
19831 * gdb.arch/ppc64-atomic-inst.S: New file.
19832 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19833
770e7fc7
DE
198342014-03-31 Doug Evans <dje@google.com>
19835
19836 * gdb.base/print-symbol-loading-lib.c: New file.
19837 * gdb.base/print-symbol-loading-main.c: New file.
19838 * gdb.base/print-symbol-loading.exp: New file.
19839
46e2bafa
YQ
198402014-03-31 Yao Qi <yao@codesourcery.com>
19841
19842 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19843
8776cfe9
JB
198442014-03-28 Joel Brobecker <brobecker@adacore.com>
19845
19846 * gdb.ada/mi_dyn_arr: New testcase.
19847
5d1ef361
DE
198482014-03-27 Doug Evans <dje@google.com>
19849
19850 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19851
b5bee914
YQ
198522014-03-27 Yao Qi <yao@codesourcery.com>
19853
19854 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19855 if target is nios2-*-*.
19856
0d4d0e77
YQ
198572014-03-26 Yao Qi <yao@codesourcery.com>
19858
19859 * lib/gdb.exp (readline_is_used): New proc.
19860 * gdb.base/completion.exp: Move tests on command complete up.
19861 Skip the rest of tests if readline is not used.
19862 * gdb.ada/complete.exp: Skp the test if readline is not
19863 used.
19864 * gdb.base/filesym.exp: Likewise.
19865 * gdb.base/macscp.exp: Likewise.
19866 * gdb.base/readline-ask.exp: Likewise.
19867 * gdb.base/readline.exp: Likewise.
19868 * gdb.python/py-cmd.exp: Likewise.
19869 * gdb.trace/tfile.exp: Likewise.
19870
29361eee
YQ
198712014-03-26 Yao Qi <yao@codesourcery.com>
19872
19873 * gdb.base/macscp.exp: Fix code format issues.
19874
bc9a5525
UW
198752014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19876
19877 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19878 * gdb.asm/powerpc64le.inc: New file.
19879
d3839ede
PA
198802014-03-25 Pedro Alves <palves@redhat.com>
19881 Doug Evans <dje@google.com>
19882
19883 * gdb.base/source-execution.c: New file.
19884 * gdb.base/source-execution.exp: New file.
19885 * gdb.base/source-execution.gdb: New file.
19886
01672a57
DE
198872014-03-24 Doug Evans <dje@google.com>
19888
19889 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19890 using fission.
19891
88bbeca9
HZ
198922014-03-24 Hui Zhu <hui@codesourcery.com>
19893 Pedro Alves <palves@redhat.com>
19894
19895 PR breakpoints/16101
19896 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19897 test pass/fail messages. Detect missing support for dprintf when
19898 breakpoints are actually inserted.
19899 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19900 breakpoints are actually inserted.
19901 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19902 fails.
19903
d2348791
JK
199042014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19905
19906 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19907
feef67ab
DE
199082014-03-22 Doug Evans <xdje42@gmail.com>
19909
19910 * gdb.python/python.exp (python not supported): Verify multi-line
19911 python command issues an error.
25d743f9 19912 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19913 guile command issues an error.
feef67ab 19914
ecebef6a
MR
199152014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19916
19917 * gdb.threads/thread-specific.exp: Handle the lack of usable
19918 $this_breakpoint and $this_thread.
19919
ccdd1909
HZ
199202014-03-21 Hui Zhu <hui@codesourcery.com>
19921
19922 * gdb.base/attach.exp (do_command_attach_tests): New.
19923
beb460e8
PA
199242014-03-20 Tom Tromey <tromey@redhat.com>
19925 Pedro Alves <palves@redhat.com>
19926
19927 PR cli/15718
19928 * gdb.base/condbreak-call-false.c: New file.
19929 * gdb.base/condbreak-call-false.exp: New file.
19930
40acf43a
PA
199312014-03-20 Pedro Alves <palves@redhat.com>
19932
19933 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19934 Delete.
19935 (block_signals, unblock_signals): Delete.
19936 (child_function_2, main): Remove references to deleted variable
19937 and functions.
19938
9f5e1e02
PA
199392014-03-20 Pedro Alves <palves@redhat.com>
19940
19941 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19942 Use pthread_kill to signal thread 2.
19943 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19944 Adjust to make the test send itself a signal rather than using the
19945 host's "kill" command.
19946
99619bea
PA
199472014-03-20 Pedro Alves <palves@redhat.com>
19948
19949 * gdb.threads/multiple-step-overs.c: New file.
19950 * gdb.threads/multiple-step-overs.exp: New file.
19951 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19952 Adjust expected infrun debug output.
19953
2adfaa28
PA
199542014-03-20 Pedro Alves <palves@redhat.com>
19955
19956 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19957 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19958
31e77af2
PA
199592014-03-20 Pedro Alves <palves@redhat.com>
19960
19961 PR breakpoints/7143
19962 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19963 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19964 of gdb_test_multiple.
19965 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19966 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19967
b9f437de
PA
199682014-03-20 Pedro Alves <palves@redhat.com>
19969
19970 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19971 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19972
05adc73e
PA
199732014-03-19 Pedro Alves <palves@redhat.com>
19974
19975 * gdb.base/async.exp: Remove early return.
19976
6048b950
PA
199772014-03-19 Pedro Alves <palves@redhat.com>
19978
19979 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19980
8bcfb00a
PA
199812014-03-19 Pedro Alves <palves@redhat.com>
19982
19983 * gdb.base/async.exp (test_background): Expect \r\n after
19984 "completed." in the fail pattern.
19985
884e37dc
PA
199862014-03-19 Pedro Alves <palves@redhat.com>
19987
19988 * gdb.base/async.exp (test_background): New procedure.
19989 Use it for all background execution command tests.
19990
148e57e2
PA
199912014-03-19 Pedro Alves <palves@redhat.com>
19992
19993 * gdb.base/async.exp: Use prepare_for_testing.
19994
f48088c7
PA
199952014-03-19 Pedro Alves <palves@redhat.com>
19996
19997 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19998 the same line.
19999
e2f6c966
PA
200002014-03-19 Pedro Alves <palves@redhat.com>
20001
20002 * gdb.base/async.c (main): Add "jump here" and "until here" line
20003 marker comments.
20004 * gdb.base/async.exp (jump_here): New global.
20005 (jump& test): Use it.
20006 (until_here): New global.
20007 (until& test): Use it.
20008
c30568d4
PA
200092014-03-19 Pedro Alves <palves@redhat.com>
20010
20011 * gdb.base/async.exp: Don't frob gdb_protocol.
20012
0172b6a7
DE
200132014-03-18 Doug Evans <xdje42@gmail.com>
20014
20015 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20016 Fix spelling of exec-done-display.
20017
06c868a8
JK
200182014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20019
20020 PR gdb/15358
20021 * gdb.base/gdb-sigterm.c: New file.
20022 * gdb.base/gdb-sigterm.exp: New file.
20023
0c7e1a46
PA
200242014-03-18 Pedro Alves <palves@redhat.com>
20025
20026 PR gdb/13860
20027 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20028 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20029 solib-event.
20030
f7c77d93
JB
200312014-03-17 Joel Brobecker <brobecker@adacore.com>
20032
20033 * gdb.ada/pckd_arr_ren: New testcase.
20034
5a1e8c7a
DE
200352014-03-13 Doug Evans <xdje42@gmail.com>
20036
20037 PR guile/16612
20038 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20039 collect after discarding symbols.
20040
350e1a76
DE
200412014-03-13 Ludovic Courtès <ludo@gnu.org>
20042 Doug Evans <xdje42@gmail.com>
20043
20044 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20045 to history survives a gc.
20046
a69900ae
PA
200472014-03-13 Pedro Alves <palves@redhat.com>
20048
20049 * gdb.base/default.exp: Don't test "target procfs".
20050
5db9f0bd
PA
200512014-03-13 Pedro Alves <palves@redhat.com>
20052
20053 * gdb.base/default.exp: Update "target child" and "target procfs"
20054 tests to not expect "Unix".
20055
b3ccfe11
TT
200562014-03-12 Tom Tromey <tromey@redhat.com>
20057
20058 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20059 New procs. Add target-async tests.
20060 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20061 Add target-async tests.
20062
646f4417
AA
200632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20064
20065 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20066 'func_start' and 'func_end' for the beginning and end of the
20067 function code, respectively.
20068 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20069 'func_end' instead of 'func' and 'main'.
20070
288c211f
AA
200712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20072
20073 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20074 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20075 generate the debug info assembler source.
20076
e0c0f156
AA
200772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20078
20079 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20080 * gdb.dwarf2/arr-subrange.exp: Likewise.
20081 * gdb.dwarf2/dwz.exp: Likewise.
20082 * gdb.dwarf2/method-ptr.exp: Likewise.
20083 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20084 * gdb.dwarf2/subrange.exp: Likewise.
20085 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20086 * gdb.dwarf2/implptrpiece.exp: Likewise.
20087 * gdb.dwarf2/nostaticblock.exp: Likewise.
20088
0e5c4555
AA
200892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20090
20091 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20092 directory to absolute path name arguments.
20093
5ec18f2b
JG
200942014-03-10 Joel Brobecker <brobecker@adacore.com>
20095
20096 * gdb.ada/tagged_access: New testcase.
20097
847fc4f2
MM
200982014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20099
20100 * gdb.btrace/data.exp: Update expected output.
20101
cc3da688
YQ
201022014-03-06 Yao Qi <yao@codesourcery.com>
20103
20104 * gdb.trace/pr16508.exp: New file.
20105
0f26cec1
PA
201062014-03-05 Pedro Alves <palves@redhat.com>
20107
20108 PR gdb/16575
20109 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20110 procedure.
20111 (top level): Adjust to use it. Add tests that exercise breakpoint
20112 interaction with the code-cache.
20113
7a5a839f
LC
201142014-02-26 Ludovic Courtès <ludo@gnu.org>
20115
20116 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20117 test for 'history-append!'.
20118
31aa7e4e
JB
201192014-02-26 Joel Brobecker <brobecker@adacore.com>
20120
20121 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20122 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20123 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20124 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20125 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20126 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20127
1b588015
JB
201282014-02-26 Joel Brobecker <brobecker@adacore.com>
20129
20130 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20131 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20132 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20133
55426c9d
JB
201342014-02-26 Joel Brobecker <brobecker@adacore.com>
20135
20136 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20137
dc53a7ad
JB
201382014-02-26 Joel Brobecker <brobecker@adacore.com>
20139
20140 * gdb.dwarf2/arr-stride.c: New file.
20141 * gdb.dwarf2/arr-stride.exp: New file.
20142
12ab52e9
PA
201432014-02-26 Pedro Alves <palves@redhat.com>
20144
20145 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20146 that won't ever trigger. Make sure that GDB reports the correct
20147 breakpoint that caused the stop.
20148
849c862e
JK
201492014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20150
20151 PR gdb/16626
20152 * gdb.base/auto-load-script: New file.
20153 * gdb.base/auto-load.c: New file.
20154 * gdb.base/auto-load.exp: New file.
20155
71b7d793
JK
20156 PR gdb/16626
20157 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20158
e2f0d509
JK
201592014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20160
20161 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20162 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20163
50cc37c8
DE
201642014-02-24 Doug Evans <dje@google.com>
20165
20166 * lib/gdb.exp (run_on_host): Log error output if program fails.
20167
ea4758f2
PA
201682014-02-21 Pedro Alves <palves@redhat.com>
20169
20170 * gdb.threads/step-after-sr-lock.c: Rename to ...
20171 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20172 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20173 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20174 ... this.
20175
d7b30f67
SDJ
201762014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20177
20178 PR tdep/16397
20179 * gdb.arch/amd64-stap-special-operands.exp: New file.
20180 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20181 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20182 * gdb.arch/amd64-stap-triplet.S: Likewise.
20183 * gdb.arch/amd64-stap-triplet.c: Likewise.
20184
83deb43f
JB
201852014-02-20 Joel Brobecker <brobecker@adacore.com>
20186
20187 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20188 in .section pseudo-op.
20189
adde2bff
DE
201902014-02-20 lin zuojian <manjian2006@gmail.com>
20191 Joel Brobecker <brobecker@adacore.com>
20192 Doug Evans <xdje42@gmail.com>
20193
20194 PR symtab/16581
20195 * gdb.dwarf2/dw2-icycle.S: New file.
20196 * gdb.dwarf2/dw2-icycle.c: New file.
20197 * gdb.dwarf2/dw2-icycle.exp: New file.
20198
f7bd0f78
SC
201992014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20200
20201 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20202 operations on gdb.Value objects.
20203 * gdb.python/py-value-cc.exp: Add new test to test operations on
20204 gdb.Value objects.
20205
c17ef0d5
DE
202062014-02-18 Doug Evans <dje@google.com>
20207
20208 * Makefile.in (TESTS): New variable.
20209 (expanded_tests, expanded_tests_or_none): New variables
20210 (check-single): Pass $(expanded_tests_or_none) to runtest.
20211 (check-parallel): Only run tests in $(TESTS) if non-empty.
20212 (check/no-matching-tests-found): New rule.
20213 * README: Document TESTS makefile variable.
20214
5dd3176f
DE
202152014-02-18 Doug Evans <dje@google.com>
20216
20217 * Makefile.in (check-parallel): rm -rf outputs temp.
20218
0b10be4f
JK
202192014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20220
20221 Fix "ERROR: no fileid for" in the testsuite.
20222 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20223
85f224e7
DE
202242014-02-12 Doug Evans <dje@google.com>
20225
20226 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20227 (MISCELLANEOUS): New variable.
20228 (clean): rm -rf $(MISCELLANEOUS).
20229 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20230 dwp live in the same directory as symlinks, with each symlink pointed
20231 to a differently named file in a different directory.
20232
149b30ff
DE
202332014-02-11 Doug Evans <dje@google.com>
20234
20235 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20236 of Tcl file commands.
20237
1dfdac32
MK
202382014-02-10 Mark Kettenis <kettenis@gnu.org>
20239
20240 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20241 "kill -SIGUSR1 -1".
20242
aa4fb036
JB
202432014-02-10 Joel Brobecker <brobecker@adacore.com>
20244
20245 * gdb.ada/tick_length_array_enum_idx: New testcase.
20246
ed3ef339
DE
202472014-02-10 Doug Evans <xdje42@gmail.com>
20248
20249 * configure.ac (AC_OUTPUT): Add gdb.guile.
20250 * configure: Regenerate.
20251 * lib/gdb-guile.exp: New file.
20252 * lib/gdb.exp (get_target_charset): New function.
20253 * gdb.base/help.exp: Update expected output from "apropos apropos".
20254 * gdb.guile/Makefile.in: New file.
20255 * gdb.guile/guile.exp: New file.
20256 * gdb.guile/scm-arch.c: New file.
20257 * gdb.guile/scm-arch.exp: New file.
20258 * gdb.guile/scm-block.c: New file.
20259 * gdb.guile/scm-block.exp: New file.
20260 * gdb.guile/scm-breakpoint.c: New file.
20261 * gdb.guile/scm-breakpoint.exp: New file.
20262 * gdb.guile/scm-disasm.c: New file.
20263 * gdb.guile/scm-disasm.exp: New file.
20264 * gdb.guile/scm-equal.c: New file.
20265 * gdb.guile/scm-equal.exp: New file.
20266 * gdb.guile/scm-error.exp: New file.
20267 * gdb.guile/scm-error.scm: New file.
20268 * gdb.guile/scm-frame-args.c: New file.
20269 * gdb.guile/scm-frame-args.exp: New file.
20270 * gdb.guile/scm-frame-args.scm: New file.
20271 * gdb.guile/scm-frame-inline.c: New file.
20272 * gdb.guile/scm-frame-inline.exp: New file.
20273 * gdb.guile/scm-frame.c: New file.
20274 * gdb.guile/scm-frame.exp: New file.
20275 * gdb.guile/scm-generics.exp: New file.
20276 * gdb.guile/scm-gsmob.exp: New file.
20277 * gdb.guile/scm-iterator.c: New file.
20278 * gdb.guile/scm-iterator.exp: New file.
20279 * gdb.guile/scm-math.c: New file.
20280 * gdb.guile/scm-math.exp: New file.
20281 * gdb.guile/scm-objfile-script-gdb.in: New file.
20282 * gdb.guile/scm-objfile-script.c: New file.
20283 * gdb.guile/scm-objfile-script.exp: New file.
20284 * gdb.guile/scm-objfile.c: New file.
20285 * gdb.guile/scm-objfile.exp: New file.
20286 * gdb.guile/scm-ports.exp: New file.
20287 * gdb.guile/scm-pretty-print.c: New file.
20288 * gdb.guile/scm-pretty-print.exp: New file.
20289 * gdb.guile/scm-pretty-print.scm: New file.
20290 * gdb.guile/scm-section-script.c: New file.
20291 * gdb.guile/scm-section-script.exp: New file.
20292 * gdb.guile/scm-section-script.scm: New file.
20293 * gdb.guile/scm-symbol.c: New file.
20294 * gdb.guile/scm-symbol.exp: New file.
20295 * gdb.guile/scm-symtab-2.c: New file.
20296 * gdb.guile/scm-symtab.c: New file.
20297 * gdb.guile/scm-symtab.exp: New file.
20298 * gdb.guile/scm-type.c: New file.
20299 * gdb.guile/scm-type.exp: New file.
20300 * gdb.guile/scm-value-cc.cc: New file.
20301 * gdb.guile/scm-value-cc.exp: New file.
20302 * gdb.guile/scm-value.c: New file.
20303 * gdb.guile/scm-value.exp: New file.
20304 * gdb.guile/source2.scm: New file.
20305 * gdb.guile/types-module.cc: New file.
20306 * gdb.guile/types-module.exp: New file.
20307
7026a7c1
YQ
203082014-02-10 Yao Qi <yao@codesourcery.com>
20309
20310 PR testsuite/16543
20311 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20312 * configure: Regenerated.
20313 * Makefile.in: New file.
20314
6c466447
AS
203152014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20316
20317 * gdb.python/py-framefilter.exp: Fix typo.
20318
6e854735
YQ
203192014-02-08 Yao Qi <yao@codesourcery.com>
20320
20321 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20322 that no =breakpoint-modified is emitted when breakpoints are
20323 modified through MI commands.
20324
d137e6dc
PA
203252014-02-07 Pedro Alves <pedro@codesourcery.com>
20326 Pedro Alves <palves@redhat.com>
20327
20328 * gdb.threads/step-after-sr-lock.c: New file.
20329 * gdb.threads/step-after-sr-lock.exp: New file.
20330
b5ee5a50
PA
203312014-02-07 Pedro Alves <palves@redhat.com>
20332
20333 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20334
3c77faf3
JK
203352014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20336
20337 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20338 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20339
6dddc817
DE
203402014-02-06 Doug Evans <xdje42@gmail.com>
20341
20342 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20343 output.
20344
20345 * gdb.gdb/python-interrupts.exp: New file.
20346
de7b2893
YQ
203472014-02-05 Yao Qi <yao@codesourcery.com>
20348
20349 * gdb.trace/report.exp (use_collected_data): Test the output
20350 of "info threads" and "info inferiors".
20351
66d032ac
YQ
203522014-02-05 Yao Qi <yao@codesourcery.com>
20353
20354 Revert this patch:
20355
20356 2013-05-24 Yao Qi <yao@codesourcery.com>
20357
20358 * gdb.trace/tfile.exp: Test inferior and thread.
20359
591a12a1
UW
203602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20361
20362 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20363 on a function.
20364 * gdb.base/step-bt.c: Call hello via function pointer to make
20365 sure its first instruction is executed on powerpc64le-linux.
20366
0ff3e01f
UW
203672014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20368
20369 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20370
084ee545
UW
203712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20372
20373 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20374 of the test patterns for use on little-endian systems.
20375
6ed14ff3
UW
203762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20377
20378 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20379 (decimal_vector): Fix for little-endian.
20380
401e27fd
JM
203812014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20382
20383 * gdb.arch/sparc-sysstep.exp: New file.
20384 * gdb.arch/sparc-sysstep.c: Likewise.
20385
20386 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20387
8b924729
EBM
203882014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20389
20390 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20391
fb151210
JB
203922014-01-23 Tom Tromey <tromey@redhat.com>
20393
20394 * gdb.ada/array_char_idx: New testcase.
20395
0740f8d8
TT
203962014-01-23 Tom Tromey <tromey@redhat.com>
20397
20398 PR python/16487:
20399 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20400 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20401 classes.
20402
21909fa1
TT
204032014-01-23 Tom Tromey <tromey@redhat.com>
20404
20405 PR python/16491:
20406 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20407 string from an inferior frame.
20408 * gdb.python/py-framefilter-mi.exp: Update.
20409
87ce2a04
DE
204102014-01-22 Doug Evans <dje@google.com>
20411
20412 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20413
237b092b
AA
204142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20415
20416 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20417
d674a709
AA
204182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20419
20420 * gdb.trace/entry-values.exp: Remove excess space character from
20421 regex patterns. Handle s390 call instruction.
20422
20fa3390
AA
204232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20424
20425 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20426 define "*_start" label. Make "name" static.
20427 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20428 ${name} by references to ${name}_start.
20429
78466714
AA
204302014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20431
20432 * gdb.base/info-macros.exp: Remove "debug" from the compile
20433 options.
20434
ec9f644a
IB
204352014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20436
20437 * gdb.dlang/demangle.exp: New file.
20438
94b1b47e
IB
204392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20440
20441 * gdb.dlang/primitive-types.exp: New file.
20442
7f420862
IB
204432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20444
20445 * configure.ac: Create gdb.dlang/Makefile.
20446 * configure: Regenerate.
20447 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20448 * gdb.dlang/Makefile.in: New file.
20449 * lib/d-support.exp: New file.
20450 * lib/gdb.exp (skip_d_tests): New proc.
20451
52834460
MM
204522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20453
20454 * gdb.btrace/delta.exp: Check reverse stepi.
20455 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20456 * gdb.btrace/finish.exp: New.
20457 * gdb.btrace/next.exp: New.
20458 * gdb.btrace/nexti.exp: New.
20459 * gdb.btrace/record_goto.c: Add comments.
20460 * gdb.btrace/step.exp: New.
20461 * gdb.btrace/stepi.exp: New.
20462 * gdb.btrace/multi-thread-step.c: New.
20463 * gdb.btrace/multi-thread-step.exp: New.
20464 * gdb.btrace/rn-dl-bind.c: New.
20465 * gdb.btrace/rn-dl-bind.exp: New.
20466 * gdb.btrace/data.c: New.
20467 * gdb.btrace/data.exp: New.
20468 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20469
6e07b1d2
MM
204702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20471
20472 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20473 * gdb.btrace/exception.exp: Update.
20474 * gdb.btrace/instruction_history.exp: Update.
20475 * gdb.btrace/record_goto.exp: Update.
20476 * gdb.btrace/tailcall.exp: Update.
20477 * gdb.btrace/unknown_functions.exp: Update.
20478 * gdb.btrace/delta.exp: New.
20479
0b722aec
MM
204802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20481
20482 * gdb.btrace/record_goto.exp: Add backtrace test.
20483 * gdb.btrace/tailcall.exp: Add backtrace test.
20484
066ce621
MM
204852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20486
20487 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20488 * gdb.btrace/record_goto.c: New.
20489 * gdb.btrace/record_goto.exp: New.
20490 * gdb.btrace/x86-record_goto.S: New.
20491
0688d04e
MM
204922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20493
20494 * gdb.btrace/function_call_history.exp: Update tests.
20495 * gdb.btrace/instruction_history.exp: Update tests.
20496
8710b709
MM
204972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20498
20499 * gdb.btrace/function_call_history.exp: Fix expected field
20500 order for "record function-call-history".
20501 Add new tests for "record function-call-history /c".
20502 * gdb.btrace/exception.cc: New.
20503 * gdb.btrace/exception.exp: New.
20504 * gdb.btrace/tailcall.exp: New.
20505 * gdb.btrace/x86-tailcall.S: New.
20506 * gdb.btrace/x86-tailcall.c: New.
20507 * gdb.btrace/unknown_functions.c: New.
20508 * gdb.btrace/unknown_functions.exp: New.
20509 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20510
5de9129b
MM
205112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20512
20513 * gdb.btrace/instruction_history.exp: Update.
20514 * gdb.btrace/function_call_history.exp: Update.
20515
23a7fe75
MM
205162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20517
20518 * gdb.btrace/function_call_history.exp: Fix expected function
20519 trace.
20520 * gdb.btrace/instruction_history.exp: Initialize traced.
20521 Remove traced_functions.
20522
724c7dd8
MM
205232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20524
20525 * gdb.btrace/function_call_history.exp: Update
20526 * gdb.btrace/instruction_history.exp: Update.
20527
6d78d93b
MM
205282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20529
20530 * gdb.btrace/enable.exp: Update expected text.
20531
93a360cc
OJ
205322014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20533
20534 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20535 bytes.
20536
3772b53f
MR
205372014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20538
20539 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20540
596662fa
OJ
205412014-01-15 Omair Javaid <omair.javaid@linaro.org>
20542
20543 * lib/gdb.exp (supports_process_record): Return true for
20544 arm*-linux*. (supports_reverse): Likewise.
20545
b5b08fb4
SC
205462014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20547
20548 PR python/15464
20549 PR python/16113
20550 * gdb.python/py-type.c: Enhance test case.
20551 * gdb.python/py-value-cc.cc: Likewise
20552 * gdb.python/py-type.exp: Add new tests.
20553 * gdb.python/py-value-cc.exp: Likewise
20554
52d7fb13
AA
205552014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20556 Pedro Alves <palves@redhat.com>
20557
20558 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20559 Make "name" extern.
20560 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20561 references to ${name}_start by references to ${name}.
20562
a2cd8cfe
JB
205632014-01-10 Joel Brobecker <brobecker@adacore.com>
20564
20565 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20566
4e23fced
JB
205672014-01-10 Joel Brobecker <brobecker@adacore.com>
20568
20569 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20570
c6a9e42c
PA
205712014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20572 Pedro Alves <palves@redhat.com>
20573
20574 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20575 mi_gdb_target_load.
c6a9e42c 20576
b7ea362b
PA
205772014-01-08 Pedro Alves <palves@redhat.com>
20578
20579 * gdb.threads/reconnect-signal.c: New file.
20580 * gdb.threads/reconnect-signal.exp: New file.
20581
5e3f4fab
EBM
205822014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20583
20584 * gdb.base/source-dir.exp: New file.
20585
79301218
JB
205862014-01-07 Joel Brobecker <brobecker@adacore.com>
20587
20588 * gdb.ada/mi_interface: New testcase.
20589
8e355c5d
JB
205902014-01-07 Joel Brobecker <brobecker@adacore.com>
20591
20592 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20593 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20594 gdb.ada/pp-rec-component/pck.ads: New files.
20595
c0d48811
JB
205962014-01-07 Joel Brobecker <brobecker@adacore.com>
20597
20598 * gdb.python/py-pp-integral.c: New file.
20599 * gdb.python/py-pp-integral.py: New file.
20600 * gdb.python/py-pp-integral.exp: New file.
20601
17b609c3 20602For older changes see ChangeLog-1993-2013.
c906108c 20603\f
8d8cb839
EZ
20604;; Local Variables:
20605;; mode: change-log
20606;; left-margin: 8
20607;; fill-column: 74
20608;; version-control: never
20609;; End:
902f2ccb 20610
b811d2c2 20611 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20612 Copying and distribution of this file, with or without modification,
20613 are permitted provided the copyright notice and this notice are preserved.