]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
x86_64-cygwin tests
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
963eeee4
TV
12020-07-13 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
5 * gdb.base/gold-gdb-index.exp: Same.
6 * gdb.base/morestack.exp: Same.
7
0ed35c9a
DX
82020-07-11 Daniel Xu <dxu@dxuuu.xyz>
9
10 PR rust/26121
11 * gdb.rust/modules.rs: Prevent linker from discarding test
12 symbol.
13
4fdba23d
PA
142020-07-10 Pedro Alves <pedro@palves.net>
15
16 PR gdb/26199
17 * gdb.multi/multi-target.c (exit_thread): New.
18 (thread_start): Break loop if EXIT_THREAD.
19 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
20 (top level) Call test_no_resumed.
21
15f3b077
TT
222020-07-08 Tom Tromey <tromey@adacore.com>
23
24 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
25 * gdb.ada/catch_ex.exp: Examine catchpoint text.
26
9fc501fd
AB
272020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 PR python/22748
30 * gdb.opt/inline-frame-tailcall.c: New file.
31 * gdb.opt/inline-frame-tailcall.exp: New file.
32 * gdb.python/py-unwind-inline.c: New file.
33 * gdb.python/py-unwind-inline.exp: New file.
34 * gdb.python/py-unwind-inline.py: New file.
35
64cb3757
AB
362020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * gdb.python/py-arch-reg-groups.exp: New file.
39
0f767f94
AB
402020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * gdb.python/py-arch-reg-names.exp: New file.
43
87dbc774
AB
442020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
47 gdb.PendingFrame.architecture method.
48
d8cc8af6
TV
492020-07-06 Tom de Vries <tdevries@suse.de>
50
51 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
52
3c8ea5be
PA
532020-07-03 Pedro Alves <palves@redhat.com>
54
55 * gdb.base/structs2.c (main): Adjust second parem_reg call to
56 explicitly write negative numbers.
57 * gdb.base/structs2.exp: Adjust expected output.
58
bf90c83a
PA
592020-07-03 Pedro Alves <palves@redhat.com>
60
61 * gdb.base/charset.c (init_string): Change all char parameters to
62 unsigned char parameters.
63
2eb82157
PA
642020-07-03 Pedro Alves <palves@redhat.com>
65
66 * gdb.base/call-sc.exp (start_scalars_test): Use
67 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
68 * gdb.base/overlays.c: Remove references to PARAMS.
69 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
70 * gdb.base/reread.exp: Don't set 'prototypes' global.
71 * gdb.base/structs.exp (start_structs_test): Use
72 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
73 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
74 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
75 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
76 call.
77 * gdb.base/varargs.exp: Don't set 'prototypes' global.
78
9adda7af
PA
792020-07-03 Pedro Alves <palves@redhat.com>
80
81 * gdb.base/m32rovly.c: Delete.
82 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
83
2a17c803
PW
842020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
85
86 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
87 of gdb_py_test_multiple.
88 * gdb.python/py-cmd.exp: Likewise.
89 * gdb.python/py-events.exp: Likewise.
90 * gdb.python/py-function.exp: Likewise.
91 * gdb.python/py-inferior.exp: Likewise.
92 * gdb.python/py-infthread.exp: Likewise.
93 * gdb.python/py-linetable.exp: Likewise.
94 * gdb.python/py-parameter.exp: Likewise.
95 * gdb.python/py-value.exp: Likewise.
96
b011fe1a
TV
972020-06-30 Tom de Vries <tdevries@suse.de>
98
99 PR testsuite/26175
100 * lib/future.exp (gdb_default_target_compile): Detect and handle
101 early_flags.
102
df5b8876
SM
1032020-06-29 Simon Marchi <simon.marchi@efficios.com>
104
105 * boards/simavr.exp (gdb_load): Catch errors when closing
106 previous connection. Close connection, wait for process and
107 unset simavr_spawn_id on failure.
108
a3ca48cd
TV
1092020-06-29 Tom de Vries <tdevries@suse.de>
110
111 * lib/gdb.exp (unknown): Make test-case unresolved.
112
b0237c0e
TV
1132020-06-29 Tom de Vries <tdevries@suse.de>
114
115 PR gdb/25475
116 * gdb.server/solib-list.exp: Verify that the symbol reload
117 confirmation question is asked.
118
c0b3b3bd
PW
1192020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
120
121 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
122 have a input seq nr in each pass message.
123 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
124 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
125 * gdb.python/python.exp: Make test names unique,
126 use gdb_test_multiline instead of gdb_py_test_multiple,
127 use $gdb_test_name.
128 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
129
1776e3e5
NA
1302020-06-26 Nick Alcock <nick.alcock@oracle.com>
131
132 * configure.ac: Add --enable-libctf.
133 * aclocal.m4: sinclude ../config/enable.m4.
134 * Makefile.in (site.exp): Add enable_libctf to site.exp.
135 * lib/gdb.exp (skip_ctf_tests): Use it.
136 * gdb.base/ctf-constvars.exp: Error message tweak.
137 * gdb.base/ctf-ptype.exp: Likewise.
138 * configure: Regenerate.
139
f53b3eeb
GB
1402020-06-26 Gary Benson <gbenson@redhat.com>
141
142 * gdb.cp/try_catch.cc: Include string.h.
143 (main): Replace comparison against string literal with
144 strcmp, avoiding build failure with -Wstring-compare.
145 Add "marker test-complete".
146 * gdb.cp/try_catch.exp: Run the test to the above marker,
147 then verify that the value of "test" is still true.
148
6d74da72
AB
1492020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
152
2e52d038
AB
1532020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
154
155 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
156
3b9fce96
AB
1572020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
160 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
161 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
162 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
163 * gdb.arch/riscv-tdesc-loading.exp: New file.
164
ed69cbc8
AB
1652020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
168
767a879e
AB
1692020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
172 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
173 * gdb.arch/riscv-tdesc-regs.c: New file.
174 * gdb.arch/riscv-tdesc-regs.exp: New file.
175
221db974
PA
1762020-06-24 Pedro Alves <palves@redhat.com>
177
178 * gdb.arch/amd64-entry-value-paramref.exp: Use
179 prepare_for_testing_full and don't pass "c++" for the .S file
180 build spec.
181 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
182 $options, since it's an assembly file. Remove -Wno-deprecated.
183 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
184 compiling C++ programs.
185
331733cd
PA
1862020-06-24 Pedro Alves <palves@redhat.com>
187
188 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
189 Clang, add "-Wno-unknown-warning-option" to the options.
190
caa7fd04
AB
1912020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * gdb.xml/tdesc-reload.c: New file.
194 * gdb.xml/tdesc-reload.exp: New file.
195 * gdb.xml/maint-xml-dump-01.xml: New file.
196 * gdb.xml/maint-xml-dump-02.xml: New file.
197 * gdb.xml/maint-xml-dump.exp: New file.
198
bb8d1260
SL
1992020-06-23 Sandra Loosemore <sandra@codesourcery.com>
200
201 * lib/completion-support.exp (test_gdb_completion_offers_commands):
202 Adjust for omitted commands when TUI is disabled.
203
7e4b9c4c
GB
2042020-06-23 Gary Benson <gbenson@redhat.com>
205 Pedro Alves <palves@redhat.com>
206
207 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
208 * gdb.cp/nsimport.cc: Likewise.
209 * gdb.cp/nsnested.cc: Likewise.
210 * gdb.cp/nsnoimports.cc: Likewise.
211 * gdb.cp/nsusing.cc: Likewise.
212 * gdb.cp/smartp.cc: Likewise.
213 * gdb.python/py-pp-integral.c: Likewise.
214 * gdb.python/py-pp-re-notag.c: Likewise.
215
2e573c0a
GB
2162020-06-23 Gary Benson <gbenson@redhat.com>
217
218 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
219 * gdb.cp/nsimport.cc: Likewise.
220 * gdb.cp/nsnested.cc: Likewise.
221 * gdb.cp/nsnoimports.cc: Likewise.
222 * gdb.cp/nsusing.cc: Likewise.
223 * gdb.cp/smartp.cc: Likewise.
224 * gdb.python/py-pp-integral.c: Likewise.
225 * gdb.python/py-pp-re-notag.c: Likewise.
226
746ebfe8
PW
2272020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
228
229 * gdb.base/default-args.exp: New test.
230 * gdb.base/default-args.c: New file.
231 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
232 * gdb.base/default.exp: Update to new help text.
233 * gdb.base/help.exp: Likewise.
234 * gdb.base/page.exp: Likewise.
235 * gdb.base/style.exp: Likewise.
236 * gdb.guile/guile.exp: Likewise.
237 * gdb.python/python.exp: Likewise.
238
e822f2cd
SL
2392020-06-22 Sandra Loosemore <sandra@codesourcery.com>
240
241 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
242 remote host. Fix search path syntax on Windows host.
243
48e9cc84
PW
2442020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
245
246 * gdb.base/attach.exp: Test priority of 'exec-file' changed
247 over 'exec-file-mismatch'.
248 * gdb.base/attach.c: Mark should_exit volatile.
249 * gdb.base/attach2.c: Likewise. Add a comment explaining
250 why the sleep cannot be big.
251 * gdb.base/attach3.c: New file.
252
160f8a8f
SL
2532020-06-20 Sandra Loosemore <sandra@codesourcery.com>
254
255 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
256 prefix optional.
257
4d91c2a4
SL
2582020-06-20 Sandra Loosemore <sandra@codesourcery.com>
259
260 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
261 for remote host.
262
87f83f20
SL
2632020-06-19 Sandra Loosemore <sandra@codesourcery.com>
264 Hafiz Abid Qadeer <abidh@codesourcery.com>
265
266 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
267 file sent to remote host.
268 (top level): Allow int32_t as type of 32-bit register.
269
37ab8655
TV
2702020-06-19 Tom de Vries <tdevries@suse.de>
271
272 * lib/gdb.exp (gdb_note): New proc.
273 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
274 (gdb_default_target_compile): ... here. Only call
275 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
276 (use_gdb_compile): Change to array.
277 (toplevel): Update sets of use_gdb_compile to specify language.
278 Warn about default_target_compile override. Store dejagnu's version
279 of default_target_compile in dejagnu_default_target_compile.
280
a8a56685
TV
2812020-06-18 Tom de Vries <tdevries@suse.de>
282
283 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
284 (default_gdb_init): ... here.
285
581bea2c
SL
2862020-06-17 Sandra Loosemore <sandra@codesourcery.com>
287
288 Fix TUI support checks in gdb.tui tests.
289
290 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
291 just say UNSUPPORTED.
292 * gdb.tui/corefile-run.exp: Likewise.
293 * gdb.tui/empty.exp: Likewise.
294 * gdb.tui/list-before.exp: Likewise.
295 * gdb.tui/list.exp: Likewise.
296 * gdb.tui/main.exp: Likewise.
297 * gdb.tui/regs.exp: Likewise.
298 * gdb.tui/resize.exp: Likewise.
299 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
300 * gdb.tui/tui-layout-asm.exp: Likewise.
301 * gdb.tui/tui-missing-src.exp: Likewise.
302 * gdb.tui/winheight.exp: Likewise.
303 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
304
05e682e3
SL
3052020-06-17 Sandra Loosemore <sandra@codesourcery.com>
306
307 Fix TCL error in gdb.python/py-format-string.exp.
308
309 * gdb.python/py-format-string.exp: Move test for python support
310 earlier, out of function body.
311
efb763a5
SM
3122020-06-15 Simon Marchi <simon.marchi@efficios.com>
313
314 * gdb.base/index-cache-load-twice.c: New.
315 * gdb.base/index-cache-load-twice.exp: New.
316
43327b20
KS
3172020-06-17 Keith Seitz <keiths@redhat.com>
318
99cf27cf 319 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
320 when executing "gdb --configuration".
321
081e778c
TV
3222020-06-17 Tom de Vries <tdevries@suse.de>
323
324 * lib/gdb.exp (gdb_tcl_unknown): New proc.
325 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
326 conditional on presence of gdb_tcl_unknown.
327 (gdb_finish): Make override undo conditional on presence of
328 gdb_tcl_unknown.
329
d2d1ea20
TT
3302020-06-16 Tom Tromey <tom@tromey.com>
331
332 * gdb.python/tui-window.py (failwin): New function. Register it
333 as a TUI window type.
334 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
335
c802e8a7
GB
3362020-06-16 Gary Benson <gbenson@redhat.com>
337
338 * gdb.python/py-nested-maps.c (create_map): Add missing return
339 value.
340 (create_map_map): Likewise.
341
ff08abb8
TBA
3422020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
343
344 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
345 variable.
346 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
347 and use the already-defined 'options' variable.
348
a29d5112
AB
3492020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
350 Tom de Vries <tdevries@suse.de>
351
352 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
353 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
354 (gdb_setup_known_globals): New proc.
355 (gdb_cleanup_globals): New proc.
356 * lib/gdb.exp (load_lib): New override proc.
357 (gdb_stdin_log_init): Set var in_file as persistent global.
358 * lib/pascal.exp (gdb_stdin_log_init): Set vars
359 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
360 fpc_compiler as persistent global.
361
8c74a764
TV
3622020-06-12 Tom de Vries <tdevries@suse.de>
363
364 * lib/tuiterm.exp (spawn): Rename to ...
365 (tui_spawn): ... this.
366 (toplevel): Move rename of spawn ...
367 (gdb_init_tuiterm): ... here. New proc.
368 (gdb_finish_tuiterm): New proc.
369 * lib/gdb.exp (gdb_finish_hooks): New global var.
370 (gdb_finish): Handle gdb_finish_hooks.
371 (tuiterm_env): New proc.
372 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
373 tuiterm_env.
374 * gdb.tui/basic.exp: Same.
375 * gdb.tui/corefile-run.exp: Same.
376 * gdb.tui/empty.exp: Same.
377 * gdb.tui/list-before.exp: Same.
378 * gdb.tui/list.exp: Same.
379 * gdb.tui/main.exp: Same.
380 * gdb.tui/new-layout.exp: Same.
381 * gdb.tui/regs.exp: Same.
382 * gdb.tui/resize.exp: Same.
383 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
384 * gdb.tui/tui-layout-asm.exp: Same.
385 * gdb.tui/tui-missing-src.exp: Same.
386 * gdb.tui/winheight.exp: Same.
387
26783bce
TV
3882020-06-12 Tom de Vries <tdevries@suse.de>
389
390 PR testsuite/26110
391 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
392 (gdb_finish): Reinstall dejagnu's override of ::unknown.
393
2b4e6a3f
TT
3942020-06-11 Tom Tromey <tom@tromey.com>
395
396 PR gdb/18318:
397 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
398 floating point tests.
399
2f33032a
KS
4002020-06-11 Keith Seitz <keiths@redhat.com>
401
402 PR gdb/21356
403 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
404 vla_struct.
405 Add new struct vla_typedef and union vla_typedef_union and
406 corresponding instantiation objects.
407 Initialize new objects.
408 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
409 and vla_typedef_union_object.
410 Fixup type for vla_struct_object.
411
a8baf0a3
TV
4122020-06-11 Tom de Vries <tdevries@suse.de>
413
414 * lib/gdb.exp (with_override): New proc, factored out of ...
415 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
416
7ab96794
TV
4172020-06-10 Tom de Vries <tdevries@suse.de>
418
419 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
420
cab5c3b7
SM
4212020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
422
423 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
424 parameter, update callers.
425
f8c41851
SM
4262020-06-04 Simon Marchi <simon.marchi@efficios.com>
427
428 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
429 * gdb.dwarf2/share-psymtabs-bt.c: New file.
430 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
431
1c07a73f
TV
4322020-06-04 Tom de Vries <tdevries@suse.de>
433
434 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
435
95146b5d
TV
4362020-06-04 Tom de Vries <tdevries@suse.de>
437
438 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
439 exp_continue.
440
0cfcd4f0
TV
4412020-06-04 Tom de Vries <tdevries@suse.de>
442
443 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
444
f9b5d5ea
TV
4452020-06-03 Tom de Vries <tdevries@suse.de>
446
447 PR symtab/26046
448 * gdb.cp/breakpoint-locs-2.cc: New test.
449 * gdb.cp/breakpoint-locs.cc: New test.
450 * gdb.cp/breakpoint-locs.exp: New file.
451 * gdb.cp/breakpoint-locs.h: New test.
452
5144dfba
TV
4532020-06-03 Tom de Vries <tdevries@suse.de>
454
455 PR testsuite/25609
456 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
457 value of global verbose.
458 * gdb.base/jit-elf.exp: Same.
459 * gdb.base/jit-reader.exp: Same.
460
621eacdf
TV
4612020-06-02 Tom de Vries <tdevries@suse.de>
462
463 * gdb.dwarf2/multidictionary.exp: Don't use
464 gdb_spawn_with_cmdline_opts.
465
1313c56e
AB
4662020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
469 use_header case.
470 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
471 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
472 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
473 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
474 * gdb.dwarf2/dw2-inline-header.c: New file.
475 * gdb.dwarf2/dw2-inline-header.h: New file.
476
f68f85b5
PA
4772020-05-30 Pedro Alves <palves@redhat.com>
478
479 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
480 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
481
678048e8
GB
4822020-05-29 Gary Benson <gbenson@redhat.com>
483
484 * gdb.compile/compile-cplus.exp (additional_flags): Also
485 set when building with clang.
486 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
487 when building with clang.
488
9fcafd23
GB
4892020-05-29 Gary Benson <gbenson@redhat.com>
490
491 * gdb.arch/i386-avx.exp (additional_flags): Also set when
492 building with clang.
493 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
494
735d5a07
GB
4952020-05-29 Gary Benson <gbenson@redhat.com>
496
497 * gdb.cp/koenig.exp (prepare_for_testing): Add
498 additional_flags=-Wno-unused-comparison.
499 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
500
4ad2c6a0
GB
5012020-05-28 Gary Benson <gbenson@redhat.com>
502
503 * gdb.base/sigaltstack.c (catcher): Add default case to switch
504 statement.
505
09fe663e
GB
5062020-05-28 Gary Benson <gbenson@redhat.com>
507
508 * gdb.cp/classes.exp (prepare_for_testing): Add
509 additional_flags=-Wno-deprecated-register.
510 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
511 * gdb.cp/misc.exp: Likewise.
512
cee00f17
GB
5132020-05-28 Gary Benson <gbenson@redhat.com>
514
515 * gdb.linespec/cpls-ops.cc (dummy): New static global.
516 (test_op_new::operator new): Add return statement.
517 (test_op_new_array::operator new[]): Likewise.
518
636edd00
PA
5192020-05-27 Pedro Alves <palves@redhat.com>
520
521 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
522 check. Use test_gdb_complete_unique instead of
523 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
524 test_gdb_complete_multiple instead of
525 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
526
c2b75043
LM
5272020-05-27 Luis Machado <luis.machado@linaro.org>
528
529 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
530 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
531 * gdb.arch/arm-disassembler-options.exp: Likewise.
532 * gdb.arch/arm-disp-step.exp: Likewise.
533 * gdb.arch/thumb-prologue.exp: Likewise.
534 * gdb.base/async.exp: Likewise.
535 * gdb.base/auxv.exp: Likewise.
536 * gdb.base/complex-parts.exp: Likewise.
537 * gdb.base/ena-dis-br.exp: Likewise.
538 * gdb.base/foll-exec.exp: Likewise.
539 * gdb.base/permissions.exp: Likewise.
540 * gdb.base/relocate.exp: Likewise.
541 * gdb.base/return2.exp: Likewise.
542 * gdb.base/sigbpt.exp: Likewise.
543 * gdb.base/siginfo-obj.exp: Likewise.
544 * gdb.cp/converts.exp: Likewise.
545 * gdb.cp/exceptprint.exp: Likewise.
546 * gdb.cp/inherit.exp: Likewise.
547 * gdb.cp/nsnoimports.exp: Likewise.
548 * gdb.cp/virtbase2.exp: Likewise.
549 * gdb.mi/mi-var-cmd.exp: Likewise.
550 * gdb.mi/var-cmd.c: Likewise.
551
53a47a3e
TT
5522020-05-26 Tom Tromey <tromey@adacore.com>
553
554 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
555
0bc2354b
TT
5562020-05-26 Tom Tromey <tromey@adacore.com>
557
558 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
559 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
560 type.
561 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
562 variable.
563
0db49895
CBG
5642020-05-26 Christian Biesinger <cbiesinger@google.com>
565
566 * Makefile.in: Use = instead of == for the test command
567 for portability.
568
40d22035
TV
5692020-05-26 Tom de Vries <tdevries@suse.de>
570
571 * gdb.base/gold-gdb-index-2.c: New test.
572 * gdb.base/gold-gdb-index.c: New test.
573 * gdb.base/gold-gdb-index.exp: New file.
574 * gdb.base/gold-gdb-index.h: New test.
575
043e2e02
TV
5762020-05-25 Tom de Vries <tdevries@suse.de>
577
578 * boards/gold-gdb-index.exp: New file.
579
462f72c5
SM
5802020-05-25 Simon Marchi <simon.marchi@efficios.com>
581
582 * boards/simavr.exp: New file.
583
6cf66e76
SM
5842020-05-25 Simon Marchi <simon.marchi@efficios.com>
585
586 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
587 * gdb.base/inferior-args.exp: New file.
588 * gdb.base/inferior-args.c: New file.
589
75d04512
SM
5902020-05-25 Simon Marchi <simon.marchi@efficios.com>
591
592 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
593 inferior_args. Pass it to gdb_reload.
594 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
595 inferior_args.
596 (gdb_reload): Add inferior_args argument.
597 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
598 pass it to gdbserver_run.
599 * boards/native-gdbserver.exp: Do not set noargs.
600 * boards/native-extended-gdbserver.exp (gdb_reload): Add
601 inferior_args argument.
602 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
603 * gdb.base/a2-run.exp: Check for use_gdb_stub.
604 * gdb.base/args.exp: Likewise.
605
42cf1844
TV
6062020-05-25 Tom de Vries <tdevries@suse.de>
607
608 * lib/gdb.exp (exec_is_pie): Add comment.
609
8f7d38ef
TV
6102020-05-25 Tom de Vries <tdevries@suse.de>
611
612 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
613 instead of $binfile in the untested message.
614
465e1b0f
TV
6152020-05-25 Tom de Vries <tdevries@suse.de>
616
617 PR testsuite/26031
618 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
619
3c5a0e02
TV
6202020-05-25 Tom de Vries <tdevries@suse.de>
621
622 * boards/gold.exp: New file.
623
0a4f5f8c
TT
6242020-05-23 Tom Tromey <tom@tromey.com>
625
626 * gdb.base/style.exp: Remove completion styling test.
627 * lib/gdb-utils.exp (style): Remove completion styles.
628
eca1f90c
TT
6292020-05-23 Tom Tromey <tom@tromey.com>
630
631 * gdb.base/style.exp: Add completion styling test.
632 * lib/gdb-utils.exp (style): Add completion styles.
633
7c13f4e8
AB
6342020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * gdb.base/annota1.exp: Update expected results.
637 * gdb.cp/annota2.exp: Update expected results, remove duplicate
638 test name.
639 * gdb.cp/annota3.exp: Update expected results.
640
41977d16
SM
6412020-05-20 Simon Marchi <simon.marchi@efficios.com>
642
643 PR gdb/26016
644 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
645 against MAP_FAILED.
646 * gdb.base/coremaker.c (mmapdata): Likewise.
647 * gdb.base/jit-reader-host.c (main): Likewise.
648 * gdb.base/sym-file-loader.c (load): Likewise.
649 (load_shlib): Likewise.
650
b4757f2e
TT
6512020-05-20 Tom Tromey <tromey@adacore.com>
652
653 * gdb.ada/array_char_idx.exp: Recognize initialized array.
654
9a0bacfb
TV
6552020-05-20 Tom de Vries <tdevries@suse.de>
656
657 PR symtab/25833
658 * gdb.base/with-mf-inc.c: New test.
659 * gdb.base/with-mf-main.c: New test.
660 * gdb.base/with-mf.exp: New file.
661
76571211
TT
6622020-05-19 Tom Tromey <tromey@adacore.com>
663
664 * gdb.rust/simple.exp: Restore missing test result.
665
4cd9f3d5
TV
6662020-05-19 Tom de Vries <tdevries@suse.de>
667
668 * gdb.base/gdb-caching-proc.exp: Fix typo.
669
7d874253
TT
6702020-05-19 Tom Tromey <tromey@adacore.com>
671
672 * gdb.rust/simple.exp: Add some test descriptions.
673 (test_one_slice): Use with_test_prefix.
674
1d727695
TV
6752020-05-18 Tom de Vries <tdevries@suse.de>
676
677 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
678
7f32a4d5
PA
6792020-05-17 Pedro Alves <palves@redhat.com>
680
681 PR gdb/25741
682 * gdb.base/hw-sw-break-same-address.exp: New file.
683
7cfd74cf
PA
6842020-05-16 Pedro Alves <palves@redhat.com>
685
686 * gdb.multi/multi-re-run.exp (test_re_run): Switch
687 LAST_LOADED_FILE accordingly.
688
57b4f16e
PW
6892020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
690
691 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
692
7c05caf7
PW
6932020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
694
695 * gdb.base/help.exp: Test apropos and help for commands
696 having aliases. Fixed comments not starting with an
697 upper-case letter or not finishing with a dot.
698
7aa1b46f
PW
6992020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
700
3b3aaacb
PW
701 * gdb.base/alias.exp: Update help output check.
702
57b4f16e 7032020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 704
7aa1b46f
PW
705 * gdb.base/default.exp: Update output following fixes.
706
0605465f
PW
7072020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
708
709 * gdb.base/alias.exp: Test aliases starting with a prefix of
710 another alias.
711
86e4e63d
GB
7122020-05-15 Gary Benson <gbenson@redhat.com>
713
714 * gdb.base/info-os.c (main): Add return statement.
715 * gdb.base/info_minsym.c (minsym_fun): Likewise.
716 * gdb.base/large-frame-2.c (func): Likewise.
717 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
718 * gdb.base/pr10179-b.c (foo2): Likewise.
719 * gdb.base/valgrind-disp-step.c (foo): Likewise.
720 * gdb.base/watch-cond.c (func): Likewise.
721 * gdb.multi/goodbye.c (verylongfun): Likewise.
722 * gdb.multi/hello.c (commonfun): Likewise.
723 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
724 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
725 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
726 Likewise.
727 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
728 * gdb.threads/interrupt-while-step-over.c (child_function):
729 Likewise.
730 * gdb.trace/actions-changed.c (end): Likewise.
731
163df4df
GB
7322020-05-15 Gary Benson <gbenson@redhat.com>
733
734 * gdb.opencl/callfuncs.exp: Report when test skipped.
735 * gdb.opencl/convs_casts.exp: Likewise.
736 * gdb.opencl/datatypes.exp: Likewise.
737 * gdb.opencl/operators.exp: Likewise.
738 * gdb.opencl/vec_comps.exp: Likewise.
739
6dbc505a
TV
7402020-05-15 Tom de Vries <tdevries@suse.de>
741
742 * gdb.base/align.exp.in: Rename to ...
743 * gdb.base/align.exp.tcl: ... this.
744 * gdb.base/align-c++.exp: Update.
745 * gdb.base/align-c.exp: Update.
746 * gdb.base/all-architectures.exp.in: Rename to ...
747 * gdb.base/all-architectures.exp: ... this.
748 * gdb.base/all-architectures-0.exp: Update.
749 * gdb.base/all-architectures-1.exp: Update.
750 * gdb.base/all-architectures-2.exp: Update.
751 * gdb.base/all-architectures-3.exp: Update.
752 * gdb.base/all-architectures-4.exp: Update.
753 * gdb.base/all-architectures-5.exp: Update.
754 * gdb.base/all-architectures-6.exp: Update.
755 * gdb.base/all-architectures-7.exp: Update.
756 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
757 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
758 * gdb.base/infcall-nested-structs-c++.exp: Update.
759 * gdb.base/infcall-nested-structs-c.exp: Update.
760 * gdb.base/info-types.exp.in: Rename to ...
761 * gdb.base/info-types.exp.tcl: ... this.
762 * gdb.base/info-types-c++.exp: Update.
763 * gdb.base/info-types-c.exp: Update.
764 * gdb.base/max-depth.exp.in: Rename to ...
765 * gdb.base/max-depth.exp.tcl: ... this.
766 * gdb.base/max-depth-c++.exp: Update.
767 * gdb.base/max-depth-c.exp: Update.
768 * gdb.cp/cpexprs.exp.in: Rename to ...
769 * gdb.cp/cpexprs.exp.tcl: ... this.
770 * gdb.cp/cpexprs-debug-types.exp: Update.
771 * gdb.cp/cpexprs.exp: Update.
772 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
773 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
774 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
775 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
776 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
777 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
778 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
779 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
780 * gdb.dwarf2/clang-debug-names-2.exp: Update.
781 * gdb.dwarf2/clang-debug-names.exp: Update.
782
d1034d78
AB
7832020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * lib/check-test-names.exp: Remove code that prevents this file
786 loading when tests are run in parallel.
787
3c5c3649
PA
7882020-05-15 Pedro Alves <palves@redhat.com>
789
790 * gdb.multi/multi-kill.exp (start_inferior): Remove
791 'testpid' parameter. Refer to namespace variable directly.
792 (testpid): Declare as namespace variable.
793
272c36b8
PA
7942020-05-15 Pedro Alves <palves@redhat.com>
795
796 * gdb.multi/multi-kill.exp: Wrap in namespace.
797 (start_inferior): Add TESTPID parameter. Use it instead of the
798 testpid global.
799 (top level): Define empty TESTPID array, and pass it down to
800 start_inferior.
801
02eba61a
TV
8022020-05-14 Tom de Vries <tdevries@suse.de>
803
804 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
805 output.
806
971a3747
TV
8072020-05-14 Tom de Vries <tdevries@suse.de>
808
809 * gdb.base/align.exp: Split into ...
810 * gdb.base/align.exp.in: ...
811 * gdb.base/align-c++.exp: ...
812 * gdb.base/align-c.exp: ... these.
813 * gdb.base/infcall-nested-structs.exp: Split into ...
814 * gdb.base/infcall-nested-structs.exp.in: ...
815 * gdb.base/infcall-nested-structs-c++.exp: ...
816 * gdb.base/infcall-nested-structs-c.exp: ... these.
817 * gdb.base/info-types.exp: Split into ...
818 * gdb.base/info-types.exp.in: ...
819 * gdb.base/info-types-c++.exp: ...
820 * gdb.base/info-types-c.exp: ... these.
821 * gdb.base/max-depth.exp: Split into ...
822 * gdb.base/max-depth.exp.in: ...
823 * gdb.base/max-depth-c++.exp: ...
824 * gdb.base/max-depth-c.exp: ... these.
825 * gdb.cp/infcall-nodebug.exp: Split into ...
826 * gdb.cp/infcall-nodebug.exp.in: ...
827 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
828 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
829 * gdb.cp/infcall-nodebug-c-d0.exp: ...
830 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
831
a05575d3
TBA
8322020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
833 Pedro Alves <palves@redhat.com>
834
835 * gdb.multi/multi-exit.c: New file.
836 * gdb.multi/multi-exit.exp: New file.
837 * gdb.multi/multi-kill.c: New file.
838 * gdb.multi/multi-kill.exp: New file.
839
6ad82919
TBA
8402020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
841
842 * gdb.base/annota1.exp: Update the expected output.
843 * gdb.cp/annota2.exp: Ditto.
844
843f4d93
AB
8452020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * lib/check-test-names.exp: Disable when testing is being run in
848 parallel.
849
c7c66341
TV
8502020-05-12 Tom de Vries <tdevries@suse.de>
851
852 * gdb.base/jit-elf.exp: Fix string concat.
853
1b59ca1c
TV
8542020-05-12 Tom de Vries <tdevries@suse.de>
855
856 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
857 messages.
858
b4991d29
TV
8592020-05-12 Tom de Vries <tdevries@suse.de>
860
861 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
862
dbb0ab10
TV
8632020-05-12 Tom de Vries <tdevries@suse.de>
864
865 * gdb.ada/catch_ex.exp: Use with_test_prefix.
866 * gdb.ada/mi_catch_ex.exp: Same.
867 * gdb.ada/mi_catch_ex_hand.exp: Same.
868
7549fed8
TV
8692020-05-12 Tom de Vries <tdevries@suse.de>
870
871 * gdb.fortran/complex.exp: Use with_test_prefix.
872
af2d5cd8
TV
8732020-05-12 Tom de Vries <tdevries@suse.de>
874
875 * gdb.trace/passcount.exp: Fix test-names.
876
7c121311
TV
8772020-05-12 Tom de Vries <tdevries@suse.de>
878
879 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
880
c9f3b40e
TV
8812020-05-12 Tom de Vries <tdevries@suse.de>
882
883 * gdb.gdb/complaints.exp: Use with_test_prefix.
884 * gdb.xml/tdesc-regs.exp: Same.
885 * gdb.opt/inline-locals.exp: Fix test name.
886
111b33f0
TV
8872020-05-12 Tom de Vries <tdevries@suse.de>
888
889 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
890 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
891 * gdb.dwarf2/implref-struct.exp: Same.
892 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
893 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
894
ebf47080
SM
8952020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
896
897 * gdb.base/jit-so.exp (one_jit_test): Change test name.
898
d30dcd12
AB
8992020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 * lib/check-test-names.exp (all_test_names): New module variable.
902 (counts): Add 'duplicates' field.
903 (_check_duplicates): New procedure.
904 (check): Also check for duplicates.
905 (do_log_summary): Print duplicates count.
906 (do_reset_vars): Reset counter for duplicate test names, and
907 discard all know test names.
908
34584c09
AB
9092020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * lib/gdb.exp: Include check-test-names.exp library.
912 * lib/check-test-names.exp: New file.
913
e0002117
TV
9142020-05-11 Tom de Vries <tdevries@suse.de>
915
916 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
917
53f539a3
KS
9182020-05-11 Keith Seitz <keiths@redhat.com>
919
920 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
921
113ee09a
TV
9222020-05-11 Tom de Vries <tdevries@suse.de>
923
924 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
925 * gdb.cp/cpexprs.exp.in: .. here.
926 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
927 cpexprs.exp.
928
ba3e70b0
KS
9292020-05-11 Keith Seitz <keiths@redhat.com>
930
931 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
932 test names.
933 * gdb.ada/arrayptr.exp: Likewise.
934 * gdb.ada/assign_arr.exp: Likewise.
935 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
936 * gdb.ada/bp_on_var.exp: Likewise.
937 * gdb.ada/call_pn.exp: Likewise.
938 * gdb.ada/complete.exp: Likewise.
939 * gdb.ada/fun_overload_menu.exp: Likewise.
940 * gdb.ada/funcall_param.exp: Likewise.
941 * gdb.ada/funcall_ref.exp: Likewise.
942 * gdb.ada/packed_array_assign.exp: Likewise.
943 * gdb.ada/same_component_name.exp: Likewise.
944 * gdb.ada/type_coercion.exp: Likewise.
945 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
946 * gdb.ada/variant_record_packed_array.exp: Likewise.
947
3ee6bb11
TV
9482020-05-11 Tom de Vries <tdevries@suse.de>
949
950 PR symtab/25941
951 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
952 out of ...
953 * gdb.dwarf2/clang-debug-names.exp: ... here.
954 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
955 clang-debug-names.exp.in.
956 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
957 * gdb.dwarf2/clang-debug-names-2.c: New test.
958
86cd6bc8
AKS
9592020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
960
961 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
962 (fortran_runto_main): New Proc, fortran version of runto_main.
963 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
964 * gdb.fortran/array-bounds.exp: Likewise.
965 * gdb.fortran/array-slices.exp: Likewise.
966 * gdb.fortran/block-data.exp: Likewise.
967 * gdb.fortran/charset.exp: Likewise.
968 * gdb.fortran/common-block.exp: Likewise.
969 * gdb.fortran/complex.exp: Likewise.
970 * gdb.fortran/derived-type-function.exp: Likewise.
971 * gdb.fortran/derived-type.exp: Likewise.
972 * gdb.fortran/info-modules.exp: Likewise.
973 * gdb.fortran/info-types.exp: Likewise.
974 * gdb.fortran/intrinsics.exp: Likewise.
975 * gdb.fortran/library-module.exp: Likewise.
976 * gdb.fortran/logical.exp: Likewise.
977 * gdb.fortran/max-depth.exp: Likewise.
978 * gdb.fortran/module.exp: Likewise.
979 * gdb.fortran/multi-dim.exp: Likewise.
980 * gdb.fortran/nested-funcs.exp: Likewise.
981 * gdb.fortran/print-formatted.exp: Likewise.
982 * gdb.fortran/print_type.exp: Likewise.
983 * gdb.fortran/printing-types.exp: Likewise.
984 * gdb.fortran/ptr-indentation.exp: Likewise.
985 * gdb.fortran/ptype-on-functions.exp: Likewise.
986 * gdb.fortran/subarray.exp: Likewise.
987 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
988 * gdb.fortran/vla-datatypes.exp: Likewise.
989 * gdb.fortran/vla-history.exp: Likewise.
990 * gdb.fortran/vla-ptr-info.exp: Likewise.
991 * gdb.fortran/vla-ptype-sub.exp: Likewise.
992 * gdb.fortran/vla-ptype.exp: Likewise.
993 * gdb.fortran/vla-sizeof.exp: Likewise.
994 * gdb.fortran/vla-type.exp: Likewise.
995 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
996 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
997 * gdb.fortran/vla-value-sub.exp: Likewise.
998 * gdb.fortran/vla-value.exp: Likewise.
999 * gdb.fortran/whatis_type.exp: Likewise.
1000 * gdb.mi/mi-var-child-f.exp: Likewise.
1001
6dc55ce9 10022020-05-09 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1005
283cb58c
TV
10062020-05-08 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.dwarf2/clang-debug-names.c: New test.
1009 * gdb.dwarf2/clang-debug-names.exp: New file.
1010
ac4a4f1c
SM
10112020-05-06 Simon Marchi <simon.marchi@efficios.com>
1012
1013 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1014 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1015
24fe640b
TV
10162020-05-06 Tom de Vries <tdevries@suse.de>
1017
1018 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1019 breakpoint is at a "recommended breakpoint location".
1020 * gdb.reverse/consecutive-reverse.exp: Same.
1021
0d8683a3
TV
10222020-05-06 Tom de Vries <tdevries@suse.de>
1023
1024 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1025 address.
1026
b8983c46
TV
10272020-05-06 Tom de Vries <tdevries@suse.de>
1028
1029 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1030
abf6d805
TV
10312020-05-06 Tom de Vries <tdevries@suse.de>
1032
1033 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1034 info for r.
1035
0fc2a808
TV
10362020-05-06 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1039 necessary.
1040
873dd427
TV
10412020-05-06 Tom de Vries <tdevries@suse.de>
1042
1043 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1044 void.
1045
7c99e7e2
TV
10462020-05-06 Tom de Vries <tdevries@suse.de>
1047
1048 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1049 of ...
1050 * gdb.base/async.exp: ... here.
1051 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1052 "recommended breakpoint location".
1053
6173d6a6
TV
10542020-05-06 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1057
6015a067
TV
10582020-05-04 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.base/async.exp: Check whether instruction addresses are a
1061 "recommended breakpoint location".
1062
3b6acaee
TT
10632020-05-03 Tom Tromey <tom@tromey.com>
1064
1065 * gdb.base/sepdebug.exp: Remove "catch" test.
1066 * gdb.base/break.exp: Remove "catch" test.
1067 * gdb.base/default.exp: Update expected output.
1068
5beb4d17
TV
10692020-05-02 Tom de Vries <tdevries@suse.de>
1070
1071 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1072 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1073 * gdb.arch/i386-mpx-map.exp: Same.
1074 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1075 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1076 * gdb.arch/i386-mpx.exp: Same.
1077
8caf140d
TV
10782020-05-02 Tom de Vries <tdevries@suse.de>
1079
1080 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1081
693196cb
TV
10822020-05-01 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.ada/operator_bp.exp: Allow more than required amount of
1085 breakpoint.
1086
53ae0aa9
TV
10872020-05-01 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1090
ee9d1e5f
HD
10912020-04-30 Hannes Domani <ssbssa@yahoo.de>
1092
1093 PR gdb/18706
1094 * gdb.cp/stub-array-size.cc: New test.
1095 * gdb.cp/stub-array-size.exp: New file.
1096 * gdb.cp/stub-array-size.h: New test.
1097 * gdb.cp/stub-array-size2.cc: New test.
1098
d5cf82c0
HD
10992020-04-30 Hannes Domani <ssbssa@yahoo.de>
1100
1101 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1102 output to the new format.
1103
42e165c3
SM
11042020-04-29 Simon Marchi <simon.marchi@efficios.com>
1105
1106 * gdb.base/break.exp: Use with_test_prefix.
1107
6e4e3fe1
TV
11082020-04-29 Tom de Vries <tdevries@suse.de>
1109
1110 * lib/gdb.exp (debug_types): New proc.
1111 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1112 * gdb.python/py-symtab.exp: Same.
1113
d642b692
HD
11142020-04-29 Hannes Domani <ssbssa@yahoo.de>
1115
1116 PR gdb/17320
1117 * gdb.base/pretty-array.c: New test.
1118 * gdb.base/pretty-array.exp: New file.
1119
ea90f227
TV
11202020-04-29 Tom de Vries <tdevries@suse.de>
1121
1122 PR symtab/25889
1123 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1124 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1125 and include cpexprs.exp.
1126
a65189c9
TV
11272020-04-28 Mark Williams <mark@myosotissp.com>
1128
1129 PR gdb/24480
1130 * dw4-toplevel-types.exp: Test for top level types.
1131 * dw4-toplevel-types.cc: Test for top level types.
1132
32d1f47a
TBA
11332020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1134
1135 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1136 (theads -> threads).
1137
56a4f5a1
TV
11382020-04-28 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1141
0b2f8a3b
TV
11422020-04-28 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1145
5390c717
TV
11462020-04-28 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1149
15cd93d0
TV
11502020-04-28 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.dwarf2/main-foo.c: New test.
1153 * gdb.dwarf2/struct-with-sig.exp: New file.
1154
d472f0fb
TV
11552020-04-25 Tom de Vries <tdevries@suse.de>
1156
1157 * boards/debug-types.exp: New file.
1158
8d840e05
AB
11592020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1162
bcfe6157
TT
11632020-04-24 Tom Tromey <tom@tromey.com>
1164
1165 PR symtab/12707:
1166 * gdb.python/py-symbol.exp: Update expected results for
1167 linkage_name test.
1168 * gdb.cp/print-demangle.exp: New file.
1169 * gdb.base/c-linkage-name.exp: Fix test.
1170 * gdb.guile/scm-symbol.exp: Update expected results for
1171 linkage_name test.
1172
f049a313
TT
11732020-04-24 Tom Tromey <tom@tromey.com>
1174
1175 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1176 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1177 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1178 assembler.
1179
7cf28874
TV
11802020-04-24 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1183 C++.
1184
dac2fef7
TT
11852020-04-24 Tom Tromey <tromey@adacore.com>
1186
1187 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1188 values.
1189 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1190 values. Update test for minimal encodings.
1191 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1192 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1193 values. Update test for minimal encodings.
1194
1acda803
TT
11952020-04-24 Tom Tromey <tromey@adacore.com>
1196
1197 PR python/23662:
1198 * gdb.ada/variant.exp: Add Python checks.
1199 * gdb.rust/simple.exp: Add dynamic type checks.
1200
adfb9815
TT
12012020-04-24 Tom Tromey <tromey@adacore.com>
1202
1203 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1204 Make array type matching more lax.
1205 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1206 * gdb.ada/mi_variant.exp: New file.
1207 * gdb.ada/mi_variant/pck.ads: New file.
1208 * gdb.ada/mi_variant/pkg.adb: New file.
1209 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1210 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1211
7d79de9a
TT
12122020-04-24 Tom Tromey <tromey@adacore.com>
1213
1214 * gdb.ada/variant.exp: Add dynamic field offset tests.
1215 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1216 * gdb.ada/variant/pkg.adb: Add new variables.
1217
f8e89861
TT
12182020-04-24 Tom Tromey <tromey@adacore.com>
1219
1220 * gdb.ada/variant.exp: New file
1221 * gdb.ada/variant/pkg.adb: New file
1222 * gdb.ada/variant/pck.adb: New file
1223
86e887ae
TV
12242020-04-24 Tom de Vries <tdevries@suse.de>
1225
1226 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1227
88428775
TV
12282020-04-24 Tom de Vries <tdevries@suse.de>
1229
1230 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1231 flags.
1232
4e86f6e7
TV
12332020-04-24 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1236
2016d3e6
TV
12372020-04-24 Tom de Vries <tdevries@suse.de>
1238
1239 * lib/gdb.exp (default_gdb_start): Handle eof.
1240 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1241 failure.
1242 * gdb.base/readnever.exp: Handle clean_restart failure.
1243
70bc38f5
TV
12442020-04-23 Tom de Vries <tdevries@suse.de>
1245
1246 * gdb.base/decl-before-def.exp: Run to main and print a again.
1247
de82891c
TV
12482020-04-23 Tom de Vries <tdevries@suse.de>
1249
1250 * gdb.base/decl-before-def-decl.c: New test.
1251 * gdb.base/decl-before-def-def.c: New test.
1252 * gdb.base/decl-before-def.exp: New file.
1253
96038148
TV
12542020-04-23 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1257
54ac3df1
TV
12582020-04-22 Tom de Vries <tdevries@suse.de>
1259
1260 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1261 debug_info_offset.
1262 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1263 before $objsfile in the line line.
1264
714534e1
TV
12652020-04-22 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1268
16a7dbf4
MS
12692020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1270
1271 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1272 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1273 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1274 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1275 * gdb.base/jit-protocol.h: Update definitions to match all usage
1276 contexts.
1277
12782020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1279
1280 * gdb.base: Rename all jit related test and source files.
1281
12822020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1283
1284 * gdb.base/jit-reader.exp: Relax register output check.
1285
317d2668
TV
12862020-04-22 Tom de Vries <tdevries@suse.de>
1287
1288 PR symtab/25764
1289 * gdb.base/psym-external-decl-2.c: New test.
1290 * gdb.base/psym-external-decl.c: New test.
1291 * gdb.base/psym-external-decl.exp: New file.
1292 * gdb.threads/tls.exp: Add PR25807 kfail.
1293
eea9e357
TV
12942020-04-22 Tom de Vries <tdevries@suse.de>
1295
1296 PR symtab/25801
1297 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1298 in "info source" output.
1299
3d5afab3
TV
13002020-04-22 Tom de Vries <tdevries@suse.de>
1301
1302 PR symtab/25700
1303 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1304 symtab for imported_unit.c.
1305
b32102f6
GB
13062020-04-21 Gary Benson <gbenson@redhat.com>
1307
1308 * gdb.base/advance.c (func): New argument, to match call site.
1309 (func2, func3): Add return statements.
1310
d43b7a2d
TBA
13112020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1312
1313 * gdb.multi/run-only-second-inf.c: New file.
1314 * gdb.multi/run-only-second-inf.exp: New file.
1315
d89edf9b
MM
13162020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1317
1318 * gdb.btrace/multi-inferior.c: New test.
1319 * gdb.btrace/multi-inferior.exp: New file.
1320
1a476b6d
MM
13212020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1322
1323 * gdb.btrace/enable-new-thread.c: New test.
1324 * gdb.btrace/enable-new-thread.exp: New file.
1325
4778a5f8
TV
13262020-04-21 Tom de Vries <tdevries@suse.de>
1327
1328 PR gdb/25471
1329 * gdb.threads/killed-outside.c: New test.
1330 * gdb.threads/killed-outside.exp: New file.
1331
9b2c992c
GB
13322020-04-20 Gary Benson <gbenson@redhat.com>
1333
1334 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1335 * gdb.base/nested-subp2.exp: Likewise.
1336 * gdb.base/nested-subp3.exp: Likewise.
1337
b5d1d6f7
GB
13382020-04-20 Gary Benson <gbenson@redhat.com>
1339
1340 * gdb.base/nested-subp1.exp: Disable test when using clang.
1341 * gdb.base/nested-subp2.exp: Likewise.
1342 * gdb.base/nested-subp3.exp: Likewise.
1343
25230285
GB
13442020-04-20 Gary Benson <gbenson@redhat.com>
1345
1346 * gdb.cp/exception.cc: Fix compilation error with clang.
1347
fa93cc8f
GB
13482020-04-20 Gary Benson <gbenson@redhat.com>
1349
809730f3 1350 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1351
e0c45f30
GB
13522020-04-20 Gary Benson <gbenson@redhat.com>
1353
1354 * gdb.base/jit-main.c: Fix compilation error with clang.
1355
4ddfec93
KR
13562020-04-17 Kamil Rytarowski <n54@gmx.com>
1357
1358 * gdb.base/attach-twice.c: Include "sys/types.h".
1359 (PTRACE_ATTACH): Add fallback definition.
1360 (main): Pass `0' to the 4th argument of `ptrace'.
1361
2bed205e
KR
13622020-04-17 Kamil Rytarowski <n54@gmx.com>
1363
1364 * gdb.base/fork-running-state.c: Include "signal.h".
1365
0743fc83
TT
13662020-04-17 Tom Tromey <tromey@adacore.com>
1367
1368 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1369 Update tests.
1370 * gdb.btrace/cpu.exp: Update tests.
1371 * gdb.base/maint.exp: Update tests.
1372 * gdb.base/default.exp: Update tests.
1373 * gdb.base/completion.exp: Update tests.
1374
efba5c23
TV
13752020-04-16 Tom de Vries <tdevries@suse.de>
1376
1377 PR symtab/25791
1378 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1379 (ensure_gdb_index): and factor out and move ...
1380 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1381 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1382
d191d716
TV
13832020-04-16 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1386 loading exec.
1387
99f1bc6a
AB
13882020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.base/many-completions.exp: New file.
1391
194d088f
TV
13922020-04-14 Tom de Vries <tdevries@suse.de>
1393
1394 PR symtab/25718
1395 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1396
c1a66c06
TV
13972020-04-14 Tom de Vries <tdevries@suse.de>
1398
1399 PR symtab/25720
1400 * gdb.base/maint-expand-symbols-header-file.c: New test.
1401 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1402 * gdb.base/maint-expand-symbols-header-file.h: New test.
1403
21b0982c
AB
14042020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1405
1406 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1407 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1408 get_func_info.
1409 (get_func_info): Delete.
1410 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1411 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1412 * lib/dwarf.exp (get_func_info): New function.
1413
dd1cab06
TV
14142020-04-13 Tom de Vries <tdevries@suse.de>
1415
1416 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1417 to what find_gnatmake does.
1418
71ea2b6b
TV
14192020-04-10 Tom de Vries <tdevries@suse.de>
1420
1421 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1422 -readnow.
1423
bdfc1e8a
TV
14242020-04-10 Tom de Vries <tdevries@suse.de>
1425
1426 PR cli/25808
1427 * gdb.base/style.c: Add leading newlines.
1428 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1429 Check listing of main's one-line body.
1430
14ca8ecf
TV
14312020-04-08 Tom de Vries <tdevries@suse.de>
1432
1433 * lib/gdb.exp (psymtabs_p): New proc.
1434 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1435 importing unit" unsupported if there are no partial symbols.
1436
e21d048f
TV
14372020-04-08 Tom de Vries <tdevries@suse.de>
1438
1439 PR testsuite/25760
1440 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1441
25c11aca
TV
14422020-04-07 Tom de Vries <tdevries@suse.de>
1443
1444 PR symtab/25796
1445 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1446
5707e24b
TV
14472020-04-07 Tom de Vries <tdevries@suse.de>
1448
1449 * gdb.base/check-psymtab.c: New test.
1450 * gdb.base/check-psymtab.exp: New file.
1451
6ee448cc
TT
14522020-04-06 Tom Tromey <tromey@adacore.com>
1453
1454 * gdb.ada/variant-record/proc.adb: New file.
1455 * gdb.ada/variant-record/value.adb: New file.
1456 * gdb.ada/variant-record/value.s: New file.
1457 * gdb.ada/variant-record.exp: New file.
1458
9e7c9a03
HD
14592020-04-03 Hannes Domani <ssbssa@yahoo.de>
1460
1461 PR gdb/25325
1462 * gdb.cp/typed-enum.cc: New test.
1463 * gdb.cp/typed-enum.exp: New file.
1464
c90d28ac
AB
14652020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1466
1467 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1468 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1469 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1470 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1471 * gdb.opt/inline-small-func.c: New file.
1472 * gdb.opt/inline-small-func.exp: New file.
1473 * gdb.opt/inline-small-func.h: New file.
1474
34e9a9fa
AB
14752020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1478 function.
1479
6a354911
AB
14802020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * lib/dwarf.exp (function_range): Allow compiler options to be
1483 specified.
1484
880d9777
TV
14852020-04-02 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1488 __attribute__((always_inline)).
1489 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1490
f32682ea
TV
14912020-04-02 Tom de Vries <tdevries@suse.de>
1492
1493 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1494 (gdbserver_gdb_exit): ... here. Add timeout warning.
1495 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1496 (connect_target_extended_remote): Append new server_spawn_id to
1497 server_spawn_ids.
1498 (cleanup): New proc.
1499 (setup, <toplevel>): Call cleanup.
1500
d3214198
TV
15012020-04-02 Tom de Vries <tdevries@suse.de>
1502
1503 * gdb.base/main-psymtab.exp: New file.
1504
cc77ed24
TV
15052020-04-02 Tom de Vries <tdevries@suse.de>
1506
1507 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1508
3638a098
TT
15092020-04-01 Tom Tromey <tom@tromey.com>
1510
1511 * gdb.base/complex-parts.exp: Add type tests.
1512
c34e8714
TT
15132020-04-01 Tom Tromey <tom@tromey.com>
1514
1515 * gdb.base/complex-parts.exp: Add arithmetic tests.
1516
981c08ce
TT
15172020-04-01 Tom Tromey <tom@tromey.com>
1518
1519 * gdb.compile/compile.exp: Update.
1520 * gdb.compile/compile-cplus.exp: Update.
1521 * gdb.base/varargs.exp: Update.
1522 * gdb.base/floatn.exp: Update.
1523 * gdb.base/endianity.exp: Update.
1524 * gdb.base/callfuncs.exp (do_function_calls): Update.
1525 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1526 (complex_float_integral_args): Update.
1527 * gdb.base/complex.exp: Update.
1528 * gdb.base/complex-parts.exp: Update.
1529
3d1cfd43
TT
15302020-04-01 Tom Tromey <tromey@adacore.com>
1531
1532 * gdb.rust/union.rs: New file.
1533 * gdb.rust/union.exp: New file.
1534 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1535 (main): Update.
1536 * gdb.rust/simple.exp: Move union tests to union.exp.
1537
e033dfa9
TT
15382020-04-01 Tom Tromey <tromey@adacore.com>
1539
1540 * gdb.rust/simple.rs (main): Remove "y0".
1541
53cccef1
TBA
15422020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1543
1544 * gdb.multi/stop-all-on-exit.c: New test.
1545 * gdb.multi/stop-all-on-exit.exp: New file.
1546
60e22c1e
HD
15472020-04-01 Hannes Domani <ssbssa@yahoo.de>
1548
1549 PR gdb/24789
1550 * gdb.cp/misc.cc: Add integer reference variable.
1551 * gdb.cp/misc.exp: Add test.
1552
e139a727
TBA
15532020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1554
1555 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1556 scenario to cover execution until the end and also the case
1557
16b0db75
TV
15582020-03-31 Tom de Vries <tdevries@suse.de>
1559
1560 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1561 c. Use "maint info symtabs" to check symtab expansion.
1562
c0502da6
TV
15632020-03-30 Tom de Vries <tdevries@suse.de>
1564
1565 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1566 unsupported.
1567 (verify_psymtab_expanded): Move ...
1568 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1569 test.
1570 (readnow): New proc.
1571
5935fd15
AB
15722020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1573
1574 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1575 with $hex.
1576
1773be9e
TT
15772020-03-20 Tom Tromey <tromey@adacore.com>
1578
1579 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1580
70304be9
TT
15812020-03-20 Tom Tromey <tromey@adacore.com>
1582
1583 * gdb.ada/sub_variant/subv.adb: New file.
1584 * gdb.ada/sub_variant.exp: New file.
1585
0dd7b8f7
TV
15862020-03-20 Tom de Vries <tdevries@suse.de>
1587
1588 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1589 first break fails.
1590 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1591
cada5fc9
AB
15922020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.server/exit-multiple-threads.c: New file.
1595 * gdb.server/exit-multiple-threads.exp: New file.
1596
6b8c53f2
AB
15972020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1598
1599 * gdb.fortran/mixed-lang-stack.c: New file.
1600 * gdb.fortran/mixed-lang-stack.cpp: New file.
1601 * gdb.fortran/mixed-lang-stack.exp: New file.
1602 * gdb.fortran/mixed-lang-stack.f90: New file.
1603
19a2740f
AB
16042020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1605
1606 * gdb.linespec/cp-completion-aliases.cc: New file.
1607 * gdb.linespec/cp-completion-aliases.exp: New file.
1608
d8c8b848
TV
16092020-03-19 Tom de Vries <tdevries@suse.de>
1610
1611 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1612 more precise.
1613
a9933ccf
TV
16142020-03-18 Tom de Vries <tdevries@suse.de>
1615
1616 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1617 * gdb.dwarf2/break-inline-psymtab.c: New test.
1618 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1619
2f89101f
TV
16202020-03-16 Tom de Vries <tdevries@suse.de>
1621
1622 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1623 cache_verify and cache_verify_proc.
1624
6b9374f1
TV
16252020-03-15 Tom de Vries <tdevries@suse.de>
1626
1627 * gdb.server/solib-list.exp: Handle
1628 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1629
eaeaf44c
TV
16302020-03-15 Tom de Vries <tdevries@suse.de>
1631
1632 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1633 objfiles".
1634
3293bbaf
TT
16352020-03-14 Tom Tromey <tom@tromey.com>
1636
1637 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1638
ab44624c
TV
16392020-03-14 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1642
54c43825
TV
16432020-03-14 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1646 result in line-by-line fashion.
1647
2ac70237
TV
16482020-03-14 Tom de Vries <tdevries@suse.de>
1649
1650 * lib/gdb.exp (supports_statement_frontiers): New proc.
1651 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1652
09546b56
TV
16532020-03-14 Tom de Vries <tdevries@suse.de>
1654
1655 * gdb.base/printcmds.exp: Add missing quoting for "print
1656 teststring2".
1657
a1f6a07c
TT
16582020-03-13 Tom Tromey <tom@tromey.com>
1659
1660 * gdb.base/printcmds.exp (test_print_strings): Add regression
1661 test.
1662 * gdb.base/printcmds.c (charptr): New typedef.
1663 (teststring2): New global.
1664
1b83d09c
AB
16652020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1666
1667 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1668 full path in the test name.
1669 (test_ld): Add some with_test_prefix blocks to make test names
1670 unique.
1671
2d61316c
TV
16722020-03-13 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1675
2e9145ac
TV
16762020-03-13 Tom de Vries <tdevries@suse.de>
1677
1678 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1679
96c7f873
TV
16802020-03-13 Tom de Vries <tdevries@suse.de>
1681
1682 PR symtab/25646
1683 * gdb.dwarf2/imported-unit.exp: Add test.
1684
49ba92c0
TV
16852020-03-13 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1688 (var1, var2): New variable.
1689 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1690 matching symbols.
1691
301b21e0
TV
16922020-03-13 Tom de Vries <tdevries@suse.de>
1693
1694 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1695 (Term::command): Use prompt prefix.
1696 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1697 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1698 command_no_prompt_prefix instead of prefix.
1699 * gdb.tui/tui-layout-asm.exp: Same.
1700
3f512721
SM
17012020-03-12 Simon Marchi <simon.marchi@efficios.com>
1702
1703 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1704
40310f30
SM
17052020-03-12 Simon Marchi <simon.marchi@efficios.com>
1706
1707 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1708 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1709 on" while stepping over the test instruction, match printed
1710 message.
1711
09252140
TV
17122020-03-12 Tom de Vries <tdevries@suse.de>
1713
1714 * gdb.base/info-types.exp: Use exp_continue during matching of output
1715 of "info types".
1716
14e9c72c
TV
17172020-03-12 Tom de Vries <tdevries@suse.de>
1718
1719 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1720
e515d67e
TV
17212020-03-12 Tom de Vries <tdevries@suse.de>
1722
1723 * gdb.fortran/module.exp: Use exp_continue during matching of output
1724 of "info variable -n".
1725
307eafd8
TV
17262020-03-12 Tom de Vries <tdevries@suse.de>
1727
1728 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1729 gdb.dwarf2/dw2-ranges-base.c.
1730
9a2de3fc
TV
17312020-03-12 Tom de Vries <tdevries@suse.de>
1732
1733 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1734 in presence of GLIBC debuginfo.
1735
3217502e
TV
17362020-03-12 Tom de Vries <tdevries@suse.de>
1737
1738 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1739 $core.
1740
1281424c
TV
17412020-03-12 Tom de Vries <tdevries@suse.de>
1742
1743 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1744 more precise.
1745
038b97fc
SM
17462020-03-11 Simon Marchi <simon.marchi@efficios.com>
1747
1748 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1749 from Unix to Windows path.
1750
5308d1e7
TV
17512020-03-11 Tom de Vries <tdevries@suse.de>
1752
1753 * gdb.ada/minsyms.exp: Set language to ada.
1754
f870f78f
TV
17552020-03-11 Tom de Vries <tdevries@suse.de>
1756
1757 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1758
5a13315d
TV
17592020-03-11 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1762
976862ed
TT
17632020-03-11 Tom Tromey <tromey@adacore.com>
1764
1765 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1766
7462c383
TV
17672020-03-11 Tom de Vries <tdevries@suse.de>
1768
1769 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1770
1c6c46a0
TV
17712020-03-11 Tom de Vries <tdevries@suse.de>
1772
1773 * gdb.base/break-interp.exp: Limit verbose scope.
1774
44f41bb7
TV
17752020-03-11 Tom de Vries <tdevries@suse.de>
1776
1777 * gdb.fortran/logical.f90: Define variable with character type.
1778 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1779
b76f3a42
TV
17802020-03-11 Tom de Vries <tdevries@suse.de>
1781
1782 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1783
1c33af77
TV
17842020-03-11 Tom de Vries <tdevries@suse.de>
1785
1786 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1787 symtabs.
1788
8c95582d
AB
17892020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1790 Bernd Edlinger <bernd.edlinger@hotmail.de>
1791
1792 * gdb.cp/step-and-next-inline.cc: New file.
1793 * gdb.cp/step-and-next-inline.exp: New file.
1794 * gdb.cp/step-and-next-inline.h: New file.
1795 * gdb.dwarf2/dw2-is-stmt.c: New file.
1796 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1797 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1798 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1799 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1800
cecf8547
AB
18012020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1804 is-stmt flag in the line table.
1805
0ba678c9
TV
18062020-03-09 Tom de Vries <tdevries@suse.de>
1807
1808 * lib/gdb.exp (cached_file): Create cache dir.
1809
72fbdf83
TV
18102020-03-07 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1813 * gdb.cp/rvalue-ref-params.exp: Same.
1814
436b5e99
TV
18152020-03-06 Tom de Vries <tdevries@suse.de>
1816
1817 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1818 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1819
09f2921c
TV
18202020-03-06 Tom de Vries <tdevries@suse.de>
1821
1822 * README: Fix "the the".
1823 * gdb.base/dprintf.exp: Same.
1824
50a3cc5d
TV
18252020-03-05 Tom de Vries <tdevries@suse.de>
1826
1827 * gdb.base/maint.exp: Update "main print statistics" expected output.
1828
0a709cba
AKS
18292020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1830
1831 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1832 (fortran_int8): Likewise.
1833 (fortran_real4): Likewise.
1834 (fortran_real8): Likewise.
1835 (fortran_complex4): Likewise.
1836 (fortran_logical4): Likewise.
1837 (fortran_character1): Likewise.
1838
5e5d66b6
AB
18392020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1842 printed as true.
1843
7b973adc
SDJ
18442020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1845
1846 * gdb.base/printcmds.exp: Add test to verify printf of a
1847 variable holding an address.
1848
478e490a
TV
18492020-03-03 Tom de Vries <tdevries@suse.de>
1850
1851 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1852
1ef44e86
TV
18532020-03-03 Tom de Vries <tdevries@suse.de>
1854
1855 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1856 gdb_test_multiple call.
1857
b98cc2cf
TV
18582020-03-03 Tom de Vries <tdevries@suse.de>
1859
1860 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1861 gdb_test_multiple calls.
1862
63e163f2
AB
18632020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1864
1865 * gdb.base/default.exp: Remove test of 'set history filename'.
1866 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1867 filename to the empty string.
1868 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1869 and GDBHISTSIZE.
1870
24ed6739
AB
18712020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1872
1873 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1874 disabled.
1875
590003dc
TV
18762020-03-02 Pedro Alves <palves@redhat.com>
1877 Tom de Vries <tdevries@suse.de>
1878
1879 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1880 -prompt prefix, before user_code argument. Add -lbl option likewise.
1881 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1882 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1883 argument.
1884 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1885 have "\r\n" at start-of-line, instead of at end-of-line.
1886
f5e46084
SM
18872020-02-28 Simon Marchi <simon.marchi@efficios.com>
1888
1889 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1890 libinproctrace.so.
1891
f7a7000d
LM
18922020-02-28 Luis Machado <luis.machado@linaro.org>
1893
1894 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1895 to "p/x".
1896
718e0816
LM
18972020-02-28 Luis Machado <luis.machado@linaro.org>
1898
1899 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1900 asm/ptrace.h and error.h.
1901
13c3a74a
TV
19022020-02-28 Tom de Vries <tdevries@suse.de>
1903
1904 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1905 (struct wrapper, do_something, mundane/symada__cS): Move ...
1906 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1907 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1908 Update "print symada__cS before partial symtab expansion" regexp.
1909 Update breakpoint location. Flush symbol cache after expansion.
1910
85d2d5bb
LM
19112020-02-28 Luis Machado <luis.machado@linaro.org>
1912
1913 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1914
3608f86c
TV
19152020-02-27 Tom de Vries <tdevries@suse.de>
1916
1917 * config/sid.exp: Remove unused globals.
1918 * gdb.base/attach.exp: Same.
1919 * gdb.base/catch-load.exp: Same.
1920 * gdb.base/dbx.exp: Same.
1921 * lib/gdb.exp: Same.
1922 * lib/mi-support.exp: Same.
1923 * lib/prompt.exp: Same.
1924
c8d4f6df
TV
19252020-02-27 Tom de Vries <tdevries@suse.de>
1926
1927 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1928 not set.
1929
0d79cdc4
AM
19302020-02-26 Aaron Merey <amerey@redhat.com>
1931
1932 * gdb.debuginfod: New directory for debuginfod tests.
1933 * gdb.debuginfod/main.c: New test file.
1934 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1935
0dce4280
TV
19362020-02-26 Tom de Vries <tdevries@suse.de>
1937
1938 PR gdb/25603
1939 * gdb.base/persistent-lang.cc: New test.
1940 * gdb.base/persistent-lang.exp: New file.
1941
9e80cfa1
AB
19422020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.fortran/derived-type-striding.exp: Add a new test.
1945 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1946 new test.
1947
2078dbb2
AB
19482020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1951 names.
1952
70d49700
TV
19532020-02-25 Tom de Vries <tdevries@suse.de>
1954
1955 PR go/18926
1956 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1957
a88ef40d
TV
19582020-02-24 Tom de Vries <tdevries@suse.de>
1959
1960 PR gdb/25592
1961 * gdb.base/info-locals-unused-static-var.c: New test.
1962 * gdb.base/info-locals-unused-static-var.exp: New file.
1963
01b1af32
TT
19642020-02-22 Tom Tromey <tom@tromey.com>
1965
1966 * gdb.python/tui-window.exp: New file.
1967 * gdb.python/tui-window.py: New file.
1968
7c043ba6
TT
19692020-02-22 Tom Tromey <tom@tromey.com>
1970
1971 PR tui/17850:
1972 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1973 tests.
1974
c22fef7e
TT
19752020-02-22 Tom Tromey <tom@tromey.com>
1976
1977 * gdb.tui/new-layout.exp: Add sub-layout tests.
1978
ee325b61
TT
19792020-02-22 Tom Tromey <tom@tromey.com>
1980
1981 * gdb.tui/new-layout.exp: New file.
1982
3f0cbb04
TT
19832020-02-22 Tom Tromey <tom@tromey.com>
1984
1985 * gdb.rust/rust-style.rs: New file.
1986 * gdb.rust/rust-style.exp: New file.
1987 * gdb.base/style.exp: Test structure printing.
1988 * gdb.base/style.c (struct some_struct): New type.
1989 (enum etype): New type.
1990 (struct_value): New global.
1991
75525152
TV
19922020-02-21 Tom de Vries <tdevries@suse.de>
1993
1994 PR go/18926
1995 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1996 Remove blanket xfails. Use message argument for gdb_breakpoint.
1997 Make continuing to breakpoint test conditional on setting breakpoint.
1998 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1999 DW_AT_name attribute. Add xfail for GCC PR93866.
2000
bd360d30
AB
20012020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2002
2003 * gdb.dwarf2/cpp-linkage-name.c: New file.
2004 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2005
c7adb09f 20062020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2007
2008 * lib/gdb.exp (gdb_wrapper_init): Reset
2009 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2010 not exist.
2011
a9c79803
TV
20122020-02-20 Tom de Vries <tdevries@suse.de>
2013
2014 PR go/17018
2015 * gdb.go/hello.exp: Copy ...
2016 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2017 print of st to print value of global definition. Add xfail for GCC
2018 PR93844.
2019 * gdb.go/hello.exp: Remove printing of st before definition.
2020 * gdb.go/hello.go: Copy ...
2021 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2022 to st.
2023 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2024
d7445728
TV
20252020-02-20 Tom de Vries <tdevries@suse.de>
2026
2027 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2028 (gdb_simple_compile): Handle compile_flags go by using .go extension
2029 for source file.
2030 * gdb.go/chan.exp: Use support_go_compile.
2031 * gdb.go/handcall.exp: Same.
2032 * gdb.go/hello.exp: Same.
2033 * gdb.go/integers.exp: Same.
2034 * gdb.go/max-depth.exp: Same.
2035 * gdb.go/methods.exp: Same.
2036 * gdb.go/package.exp: Same.
2037 * gdb.go/strings.exp: Same.
2038 * gdb.go/types.exp: Same.
2039 * gdb.go/unsafe.exp: Same.
2040
c9c41e6d
TV
20412020-02-19 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.python/lib-types.exp: Make xfail more strict.
2044
f20ff837
TV
20452020-02-19 Tom de Vries <tdevries@suse.de>
2046
2047 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2048
08410482
DE
20492020-02-19 Doug Evans <dje@google.com>
2050
2051 PR rust/25535
2052 * gdb.rust/simple.exp: Add test.
2053 * gdb.rust/simple.rs: Add test.
2054
623563f7
TV
20552020-02-19 Tom de Vries <tdevries@suse.de>
2056
2057 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2058 output line-by-line.
2059
d3308cfd
TV
20602020-02-19 Tom de Vries <tdevries@suse.de>
2061
2062 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2063
86cbc5dc
TV
20642020-02-19 Tom de Vries <tdevries@suse.de>
2065
2066 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2067 prelink.
2068
9db2b96b
TV
20692020-02-19 Tom de Vries <tdevries@suse.de>
2070
2071 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2072 (gdb_do_cache): Use gdb_do_cache_wrap.
2073 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2074
89e2fdc5
TV
20752020-02-19 Tom de Vries <tdevries@suse.de>
2076
2077 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2078 gdb_compile option.
2079
373d7ac0
SM
20802020-02-18 Simon Marchi <simon.marchi@efficios.com>
2081
2082 * gdb.base/printcmds.exp (test_print_enums): Update expected
2083 output.
2084
b29a2df0
SM
20852020-02-18 Simon Marchi <simon.marchi@efficios.com>
2086
2087 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2088 for "unknown".
2089
6740f0cc
SM
20902020-02-18 Simon Marchi <simon.marchi@efficios.com>
2091
2092 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2093 enumerator.
2094
edd45eb0
SM
20952020-02-18 Simon Marchi <simon.marchi@efficios.com>
2096
2097 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2098 FE_, add FE_NONE.
2099 (three): Update.
2100 (enum flag_enum_without_zero): New enum.
2101 (flag_enum_without_zero): New variable.
2102 (enum not_flag_enum): New enum.
2103 (three_not_flag): New variable.
2104 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2105 (test_print_enums): Add more tests for printing flag enums.
2106
d4295de4
TV
21072020-02-18 Tom de Vries <tdevries@suse.de>
2108
2109 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2110 (gdb_compile_ada): ... here.
2111 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2112 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2113
f251f505
TT
21142020-02-14 Tom Tromey <tom@tromey.com>
2115
2116 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2117 build directory.
2118 * boards/gdbserver-base.exp: Update path to gdbserver.
2119
8f432634
TV
21202020-02-13 Tom de Vries <tdevries@suse.de>
2121
2122 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2123
92b6eaf7
TV
21242020-02-13 Tom de Vries <tdevries@suse.de>
2125
2126 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2127 are missing.
2128
f3b0f7fe
TV
21292020-02-13 Tom de Vries <tdevries@suse.de>
2130
2131 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2132 call.
2133
f6be8713
SDJ
21342020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2135
2136 PR tui/25126
2137 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2138 * gdb.base/cached-source-file.c: New file.
2139 * gdb.base/cached-source-file.exp: New file.
2140
b2770d5e
TV
21412020-02-11 Tom de Vries <tdevries@suse.de>
2142
2143 PR testsuite/25488
2144 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2145
44f6938e
TV
21462020-02-10 Tom de Vries <tdevries@suse.de>
2147
2148 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2149
5f0e2eb7
MR
21502020-02-10 Maciej W. Rozycki <macro@wdc.com>
2151
2152 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2153 and $after_addr are both integers before making a comparison.
2154
46ce2b6f
TV
21552020-02-09 Tom de Vries <tdevries@suse.de>
2156
2157 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2158 command output and paste it into gdb.log. If any, paste catch message
2159 to gdb.log.
2160
5abbbe1d
TT
21612020-02-07 Tom Tromey <tromey@adacore.com>
2162
2163 PR breakpoints/24915:
2164 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2165
1d5d29e7
SV
21662020-02-06 Shahab Vahedi <shahab@synopsys.com>
2167
2168 * gdb.tui/tui-missing-src.exp: Add the "missing source
2169 file" test for the TUI.
2170
b0999b9b
AB
21712020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2172
2173 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2174 including a port number in the output.
2175
c3b149eb
AKS
21762020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2177
2178 * lib/fortran.exp (fortran_int4): Handle clang.
2179 (fortran_int8): Likewise.
2180 (fortran_real4): Likewise.
2181 (fortran_real8): Likewise.
2182 (fortran_complex4): Likewise.
2183 (fortran_logical4): Likewise.
2184 (fortran_character1): Likewise.
2185
f8dcc90b
TV
21862020-02-04 Tom de Vries <tdevries@suse.de>
2187
2188 * README (Race detection): Add note.
2189
f90ac7c2
TV
21902020-02-04 Tom de Vries <tdevries@suse.de>
2191
2192 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2193
780636ae
TV
21942020-02-04 Tom de Vries <tdevries@suse.de>
2195
2196 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2197
5d2e1193
RA
21982020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2199
2200 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2201 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2202 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2203 blttar, bnetarl.
2204 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2205 binary for blttar, bnetarl.
2206 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2207 wait instruction. Delete ldmx test.
2208 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2209
e409c542
AKS
22102020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2211
2212 * gdb.fortran/array-bounds-high.exp: New file.
2213 * gdb.fortran/array-bounds-high.f90: New file.
2214
b0029748
LD
22152020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2216
2217 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2218 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2219
195a8287
TV
22202020-02-01 Tom de Vries <tdevries@suse.de>
2221
2222 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2223
42330a68
AB
22242020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2225
2226 PR tui/9765
2227 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2228 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2229
b62a8028
LM
22302020-01-29 Luis Machado <luis.machado@linaro.org>
2231
2232 * gdb.arch/aarch64-brk-patterns.c: New source file.
2233 * gdb.arch/aarch64-brk-patterns.exp: New test.
2234
5f440116
TBA
22352020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2236
2237 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2238 GCC/Clang version.
2239 * gdb.cp/pass-by-ref.exp: Ditto.
2240
ee2a6fc6
TV
22412020-01-29 Tom de Vries <tdevries@suse.de>
2242
2243 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2244 * gdb.threads/watchpoint-fork-mt.c: Same.
2245 * gdb.threads/watchpoint-fork-parent.c: Same.
2246 * gdb.threads/watchpoint-fork-st.c: Same.
2247 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2248
16b10d6e
LM
22492020-01-27 Luis Machado <luis.machado@linaro.org>
2250
2251 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2252 sitting at a syscall instruction when we hit the syscall function's
2253 breakpoint.
2254 Check PC against one obtained with the x command.
2255 Validate syscall number.
2256 (step_over_syscall): Don't continue to the syscall instruction if
2257 we're already there.
2258
b1468492
PW
22592020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2260
2261 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2262
7ffa82e1
AB
22632020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2264
2265 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2266 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2267
3d92a3e3
AB
22682020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2271 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2272
94a72be7
AB
22732020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2274
2275 * gdb.base/maint.exp: Update line table parsing test.
2276 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2277
53af73bf
PA
22782020-01-24 Pedro Alves <palves@redhat.com>
2279
2280 PR gdb/25410
2281 * gdb.multi/multi-re-run-1.c: New.
2282 * gdb.multi/multi-re-run-2.c: New.
2283 * gdb.multi/multi-re-run.exp: New.
2284
1ba1ac88
AB
22852020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2286
2287 PR gdb/23718
2288 * gdb.server/server-kill-python.exp: New file.
2289
f3364a6d
AB
22902020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2291
2292 * gdb.server/multi-ui-errors.c: New file.
2293 * gdb.server/multi-ui-errors.exp: New file.
2294
733d0a67
AB
22952020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2296
2297 PR tui/9765
2298 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2299
4f13c1c0
TT
23002020-01-19 Tom Tromey <tom@tromey.com>
2301
2302 * gdb.tui/main.exp: Add check for plain "file".
2303
40c94099
CB
23042020-01-16 Christian Biesinger <cbiesinger@google.com>
2305
2306 * lib/gdb.exp: Fix spelling error (seperatelly).
2307
ff47f4f0
TT
23082020-01-14 Tom Tromey <tom@tromey.com>
2309
2310 PR symtab/12535:
2311 * gdb.python/python.exp: Test decode_line with empty string
2312 argument.
2313
717c684d
BE
23142020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2315
2316 * gdb.base/skip-inline.exp: Extend test.
2317
44e4c775
AB
23182020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2319
2320 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2321 * gdb.dwarf2/dw2-bad-elf.c: New file.
2322 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2323
d93c6db7
AB
23242020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2327 _line_saw_file.
2328
9a6d629c
AB
23292020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2332 border.
2333
d9ebdab7
TBA
23342020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2335
2336 * gdb.multi/multi-target.exp (setup): Factor out "info
2337 connections" and "info inferiors" tests to ...
2338 (test_info_inferiors): ... this new procedure.
2339 (top level): Run new "info-inferiors" tests.
2340
f3c469b9
PA
23412020-01-10 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.server/bkpt-other-inferior.exp: New file.
2344
121b3efd
PA
23452020-01-10 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2348 of "add-inferior".
2349 * gdb.base/quit-live.exp: Likewise.
2350 * gdb.base/remote-exec-file.exp: Likewise.
2351 * gdb.guile/scm-progspace.exp: Likewise.
2352 * gdb.linespec/linespec.exp: Likewise.
2353 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2354 * gdb.mi/user-selected-context-sync.exp: Likewise.
2355 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2356 "info inferiors" tests.
2357 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2358 "add-inferior".
2359 * gdb.multi/watchpoint-multi.exp: Likewise.
2360 * gdb.python/py-inferior.exp: Likewise.
2361 * gdb.server/extended-remote-restart.exp: Likewise.
2362 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2363 "info inferiors".
2364 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2365 * gdb.trace/report.exp: Likewise.
2366
1dadb1dd
PA
23672020-01-10 Pedro Alves <palves@redhat.com>
2368
2369 * gdb.multi/multi-target.c: New file.
2370 * gdb.multi/multi-target.exp: New file.
2371 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2372 mode requested, but remote does not support non-stop".
2373
78f2c40a
PA
23742020-01-10 Pedro Alves <palves@redhat.com>
2375
2376 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2377 disconnect before reconnecting.
2378
e7af6c70
TBA
23792020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2380 Pedro Alves <palves@redhat.com>
2381
2382 * gdb.server/connect-without-multi-process.exp: Also test
2383 continuing to end.
2384
acdf84a6
PA
23852020-01-10 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/remote-exec-file.exp: New file.
2388
873657b9
PA
23892020-01-10 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2392 output.
2393 * gdb.threads/async.c: New.
2394 * gdb.threads/async.exp: New.
2395 * gdb.multi/tids-gid-reset.c: New.
2396 * gdb.multi/tids-gid-reset.exp: New.
2397
7f0ae84c
GB
23982020-01-10 George Barrett <bob@bob131.so>
2399
2400 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2401 to help in finding the image relocation offset.
2402 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2403 options in arguments.
2404 (stap_test_no_debuginfo): Likewise.
2405 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2406 test variants.
2407 (stap_test): Add null semaphore relocation test.
2408
47e9d49d
GB
24092020-01-10 George Barrett <bob@bob131.so>
2410
2411 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2412 * gdb.base/stap-probe.exp: Likewise.
2413 (stap_test): Pass argument as an additional flag.
2414 (stap_test_no_debuginfo): Likewise.
2415 (stap_test): Check `info probes stap' output for semaphore
2416 addresses if the test binary is supposed to have them.
2417
f5a7c406
AB
24182020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * gdb.tui/basic.exp: Add more scrolling tests.
2421
9ae6bf64
TT
24222020-01-09 Tom Tromey <tom@tromey.com>
2423
2424 PR tui/18932:
2425 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2426 meangingful value.
2427 (Term::command, Term::resize): Update.
2428 * gdb.tui/basic.exp: Add scrolling test.
2429
b2efe70c
AB
24302020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2431
2432 * gdb.tui/tui-layout-asm.exp: New file.
2433
3804da7e
AB
24342020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2435
2436 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2437
b40aa28f
AB
24382020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2439
2440 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2441 (Term::enter_tui): Use Term::prepare_for_tui.
2442
63ffd7c9
AB
24432020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2444
2445 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2446 called.
2447
3be966f6
AB
24482020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2449
2450 * gdb.base/skip.exp: Fix race condition in test.
2451
153d79c4
AB
24522020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2453
2454 * gdb.base/backtrace.c: New file.
2455 * gdb.base/backtrace.exp: New file.
2456
f2302a34
AB
24572020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2458
2459 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2460
6ec1d75e
PW
24612020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2462
2463 * gdb.base/style.exp: Test that warnings are styled.
2464
c296cbe6
BE
24652019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2466
2467 * gdb.base/line65535.exp: New file.
2468 * gdb.base/line65535.c: New file.
2469
b28a729d
SM
24702019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2471
2472 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2473 * lib/gnat_debug_info_test.adb: New file.
2474 * gdb.ada/ptype_tagged_param.exp: Use
2475 gnat_runtime_has_debug_info, expect a different output if
2476 runtime does not have debug info.
2477
7f2d7a0d
SM
24782019-12-20 Simon Marchi <simon.marchi@efficios.com>
2479
2480 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2481 (another) quote in test name.
2482
f3bce483
SM
24832019-12-20 Simon Marchi <simon.marchi@efficios.com>
2484
2485 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2486 Add quote in test name.
2487
c855a912
TBA
24882019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2489
2490 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2491 directory instead.
2492 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2493 * gdb.cp/pass-by-ref-2.cc: New file.
2494 * gdb.cp/pass-by-ref-2.exp: New file.
2495
fc9d2d72
TT
24962019-12-20 Tom Tromey <tom@tromey.com>
2497
2498 * gdb.tui/list-before.exp: New file.
2499
77b97e00
TT
25002019-12-20 Tom Tromey <tom@tromey.com>
2501
2502 * gdb.tui/list.exp: Check for source on initial listing.
2503
f69656d0
TT
25042019-12-11 Tom Tromey <tromey@adacore.com>
2505
2506 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2507 Add crlf test.
2508
99a55965
SM
25092019-12-18 Simon Marchi <simon.marchi@efficios.com>
2510
2511 * gdb.base/default.exp: Update value of $_gdb_major.
2512
5024637f
BE
25132019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2514
2515 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2516
b63634be
BE
25172019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2518
2519 * gdb.base/skip.exp: Whitespace fix.
2520
45d73523
BE
25212019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2522
2523 * gdb.base/skip-inline.c: New file.
2524 * gdb.base/skip-inline.exp: New file.
2525
d043f8c8
SM
25262019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2527
2528 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2529 jit_function_00 to jit_function_stack_mangle.
2530 * gdb.base/jithost.c (jit_function_t): Rename to...
2531 (jit_function_stack_mangle_t): ... this.
2532 (jit_function_add_t): New typedef.
2533 (jit_function_00_code): Rename to...
2534 (jit_function_stack_mangle_code): ... this, make static.
2535 (jit_function_add_code): New.
2536 (main): Generate "add" function and call it. Adjust to changes
2537 in jithost_abi.
2538 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2539 (struct jithost_abi) <begin, end>: Remove fields.
2540 <object, function_stack_mangle, function_add>: New fields.
2541 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2542 code_end>: Remove fields.
2543 <func_stack_mangle>: New field.
2544 (read_debug_info): Adjust to renaming, create block for "add"
2545 function.
2546 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2547
873de05c
TT
25482019-12-11 Tom Tromey <tom@tromey.com>
2549
2550 * gdb.tui/resize.exp: Fix regexp.
2551 * gdb.tui/regs.exp: Fix regexps.
2552 * gdb.tui/main.exp: Fix regexp.
2553
3d979945
TT
25542019-12-11 Tom Tromey <tom@tromey.com>
2555
2556 * gdb.tui/resize.exp: Update.
2557 * gdb.tui/empty.exp (layouts): Update.
2558
2192a9d3
TT
25592019-12-11 Tom Tromey <tom@tromey.com>
2560
2561 * gdb.tui/regs.exp: Update.
2562 * gdb.tui/empty.exp (layouts): Update.
2563 * gdb.tui/basic.exp: Update.
2564 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2565
d8edc8b7
PW
25662019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2567
2568 * gdb.base/options.exp: Add -raw-values in the print completion list.
2569 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2570
4c12d936
KB
25712019-12-10 Kevin Buettner <kevinb@redhat.com>
2572
2573 * gdb.threads/omp-par-scope.c: New file.
2574 * gdb/threads/omp-par-scope.exp: New file.
2575
26b911fb
KB
25762019-12-10 Kevin Buettner <kevinb@redhat.com>
2577
bb47f919
KB
2578 * lib/gdb.exp (support_nested_function_tests): New proc.
2579
25802019-12-10 Kevin Buettner <kevinb@redhat.com>
2581
2582 * lib/gdb.exp (gdb_compile_openmp): New proc.
2583 (build_executable_from_specs): Add an "openmp" option.
2584 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2585
6c71eb7d
TT
25862019-12-10 Tom Tromey <tromey@adacore.com>
2587
2588 * gdb.ada/unchecked_union.exp: New file.
2589 * gdb.ada/unchecked_union/pck.adb: New file.
2590 * gdb.ada/unchecked_union/pck.ads: New file.
2591 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2592 * gdb-utils.exp (string_to_regexp): Also quote "?".
2593
bac7c5cf
GB
25942019-12-10 George Barrett <bob@bob131.so>
2595
2596 Test scripted probe breakpoints.
2597 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2598 * gdb.python/py-breakpoint.c (main): Likewise.
2599 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2600 specifier test.
2601 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2602
330f1d38
TBA
26032019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2604
2605 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2606 an rvalue parameter.
2607 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2608 parameter.
2609
b43315e2
AB
26102019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2613 modules.
2614
54f73dad
AB
26152019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2616
2617 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2618 broken version of GCC.
2619
d57cbee9
AB
26202019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2623 sym-info-cmds library.
2624 * gdb.fortran/info-types.exp: Likewise.
2625 * lib/sym-info-cmds.exp: New file.
2626
c14aab8c
TV
26272019-12-08 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2630
aa2d5a42
KS
26312019-12-07 Keith Seitz <keiths@redhat.com>
2632
2633 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2634 * gdb.base/corefile-buildid-shlib.c: New file.
2635 * gdb.base/corefile-buildid.c: New file.
2636 * gdb.base/corefile-buildid.exp: New file.
2637
93e55f0a
TV
26382019-12-06 Tom de Vries <tdevries@suse.de>
2639
2640 * gdb.dwarf2/varval.exp: Add decl before def test.
2641
c7d12402
TBA
26422019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2643
2644 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2645
06acc08f
TBA
26462019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2647
2648 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2649 CV and reference conversion for overload resolution.
2650 * gdb.cp/rvalue-ref-overload.exp: Test it.
2651
e0fad1ea
PW
26522019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2653
2654 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2655 * gdb.base/frameapply.exp: Test faas without command.
2656
8d70a9f0
AB
26572019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2660 Fortran tests.
2661 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2662 order.
2663
36c8fb93
AB
26642019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2667 casting to type with no kind specified.
2668 (test_basic_parsing_of_type_kinds): Additional tests for types
2669 with no kind specified, and add tests for single/double
2670 precision/complex types.
2671
4139ff00
TT
26722019-12-04 Tom Tromey <tromey@adacore.com>
2673
2674 * gdb.base/endianity.c (struct other) <x>: New field.
2675 (main): Initialize it.
2676 * gdb.base/endianity.exp: Update.
2677
a05cf17a
TT
26782019-12-04 Tom Tromey <tromey@adacore.com>
2679
2680 * gdb.ada/scalar_storage/storage.adb: New file.
2681 * gdb.ada/scalar_storage/pck.adb: New file.
2682 * gdb.ada/scalar_storage/pck.ads: New file.
2683 * gdb.ada/scalar_storage.exp: New file.
2684
103a685e
TT
26852019-12-04 Tom Tromey <tromey@adacore.com>
2686
2687 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2688 (main): Initialize it.
2689 * gdb.base/endianity.exp: Update.
2690
c2512106
AB
26912019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2694
293b38d6
AB
26952019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2698 -symbol-info-module-functions and -symbol-info-module-variables.
2699
216a7e6b
AB
27002019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2701
2702 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2703
5bbd8269
AB
27042019-12-01 Richard Bunt <richard.bunt@arm.com>
2705 Andrew Burgess <andrew.burgess@embecosm.com>
2706
2707 * gdb.fortran/derived-type-striding.exp: New file.
2708 * gdb.fortran/derived-type-striding.f90: New file.
2709 * gdb.fortran/array-slices.exp: New file.
2710 * gdb.fortran/array-slices.f90: New file.
2711
be09caf1
PW
27122019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2713
2714 * gdb.base/define.exp: Test . in command names.
2715 * gdb.base/setshow.exp: Update test, as . is now part of
2716 command name.
2717
643c0cbe
PW
27182019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2719
2720 * gdb.base/define-prefix.exp: New file.
2721
dcdec678
AB
27222019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2725 compile.
2726 (skip_btrace_pt_tests): Likewise.
2727
640ab947
AB
27282019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * gdb.fortran/info-modules.exp: Compile source files in correct
2731 order.
2732
d22670f0
KB
27332019-11-27 Kevin Buettner <kevinb@redhat.com>
2734
2735 * gdb.dwarf2/imported-unit.exp: New file.
2736 * gdb.dwarf2/imported-unit.c: New file.
2737
db5960b4
AB
27382019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * gdb.mi/mi-fortran-modules-2.f90: New file.
2741 * gdb.mi/mi-fortran-modules.exp: New file.
2742 * gdb.mi/mi-fortran-modules.f90: New file.
2743
7dc42066
AB
27442019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2745
2746 * gdb.mi/mi-sym-info-1.c: New file.
2747 * gdb.mi/mi-sym-info-2.c: New file.
2748 * gdb.mi/mi-sym-info.exp: New file.
2749
0dfeecca
TT
27502019-11-22 Tom Tromey <tromey@adacore.com>
2751
2752 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2753 * gdb.ada/tasks/foo.adb: Add another stopping location.
2754
34877895
PJ
27552019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2756
2757 * gdb.base/endianity.c: New test.
2758 * gdb.base/endianity.exp: New file.
2759
2e84f897
LD
27602019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2761
2762 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2763
65d1cd5f
TV
27642019-11-21 Tom de Vries <tdevries@suse.de>
2765
2766 PR gdb/24956
2767 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2768
4f22c3f4
SDJ
27692019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2770
2771 * gdb.python/py-progspace.exp: Add missing parentheses on some
2772 'print' commands.
2773
9f6ad286
TT
27742019-11-19 Tom Tromey <tom@tromey.com>
2775
2776 * gdb.tui/winheight.exp: New file.
2777
0b8dbf3f
AB
27782019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.base/ctf-whatis.c: Delete.
2781 * gdb.base/ctf-whatis.exp: Delete.
2782 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2783
f833b7a7
AB
27842019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * gdb.base/ctf-cvexpr.exp: Delete.
2787 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2788
30d0a636
AB
27892019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2790
2791 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2792 the compiler. Clean up header comment a little.
2793 * gdb.base/ctf-ptype.exp: Likewise.
2794 * gdb.base/ctf-whatis.exp: Likewise.
2795 * lib/gdb.exp (skip_ctf_tests): New proc.
2796
494409bb
SDJ
27972019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2798
2799 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2800 * gdb.tui/corefile-run.exp: New file.
2801
55708e99
TT
28022019-11-14 Tom Tromey <tromey@adacore.com>
2803
2804 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2805 regression tests.
2806
45e42163
TT
28072019-11-12 Tom Tromey <tom@tromey.com>
2808
2809 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2810 after any command. Expect prompt after WAIT_FOR is seen.
2811 (enter_tui): Enable resize messages.
2812 (command): Expect command in output.
2813 (get_line): Avoid error when cursor appears to be off-screen.
2814 (dump_screen): Include screen size in title.
2815 (_do_resize): New proc, from "resize".
2816 (resize): Rewrite. Do resize in two steps.
2817 * gdb.tui/empty.exp (layouts): Fix entries.
2818 (check_boxes): Remove xfail.
2819 (check_text): Dump screen on failure.
2820
086baaf1
AB
28212019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.python/py-symbol.exp: Add test for
2824 gdb.lookup_static_symbols.
2825
09ff83af
AB
28262019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.python/py-symbol.c: Declare and call function from new
2829 py-symbol-2.c file.
2830 * gdb.python/py-symbol.exp: Compile both source files, and add new
2831 tests for gdb.lookup_static_symbol.
2832 * gdb.python/py-symbol-2.c: New file.
2833
11af934b
TV
28342019-11-02 Tom de Vries <tdevries@suse.de>
2835
2836 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2837 * gdb.base/anon.exp: Same.
2838 * gdb.base/auto-connect-native-target.exp: Same.
2839 * gdb.base/call-ar-st.exp: Same.
2840 * gdb.base/catch-syscall.exp: Same.
2841 * gdb.base/commands.exp: Same.
2842 * gdb.base/default.exp: Same.
2843 * gdb.base/display.exp: Same.
2844 * gdb.base/float.exp: Same.
2845 * gdb.base/foll-fork.exp: Same.
2846 * gdb.base/help.exp: Same.
2847 * gdb.base/info-macros.exp: Same.
2848 * gdb.base/info-proc.exp: Same.
2849 * gdb.base/info-target.exp: Same.
2850 * gdb.base/long_long.exp: Same.
2851 * gdb.base/macscp.exp: Same.
2852 * gdb.base/memattr.exp: Same.
2853 * gdb.base/nofield.exp: Same.
2854 * gdb.base/pointers.exp: Same.
2855 * gdb.base/printcmds.exp: Same.
2856 * gdb.base/ptype.exp: Same.
2857 * gdb.base/restore.exp: Same.
2858 * gdb.base/return.exp: Same.
2859 * gdb.base/scope.exp: Same.
2860 * gdb.base/set-noassign.exp: Same.
2861 * gdb.base/setshow.exp: Same.
2862 * gdb.base/shlib-call.exp: Same.
2863 * gdb.base/signals.exp: Same.
2864 * gdb.base/sigstep.exp: Same.
2865 * gdb.base/skip.exp: Same.
2866 * gdb.base/solib-symbol.exp: Same.
2867 * gdb.base/stap-probe.exp: Same.
2868 * gdb.base/step-line.exp: Same.
2869 * gdb.base/step-test.exp: Same.
2870 * gdb.base/style.exp: Same.
2871 * gdb.base/varargs.exp: Same.
2872 * gdb.base/vla-datatypes.exp: Same.
2873 * gdb.base/vla-ptr.exp: Same.
2874 * gdb.base/vla-sideeffect.exp: Same.
2875 * gdb.base/volatile.exp: Same.
2876 * gdb.base/watch-cond-infcall.exp: Same.
2877 * gdb.base/watchpoint.exp: Same.
2878
e96ec2ba
TV
28792019-11-02 Tom de Vries <tdevries@suse.de>
2880
2881 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2882 * gdb.cp/cpexprs.exp: Same.
2883 * gdb.cp/except-multi-location.exp: Same.
2884 * gdb.cp/exceptprint.exp: Same.
2885 * gdb.cp/gdb2384.exp: Same.
2886 * gdb.cp/inherit.exp: Same.
2887 * gdb.cp/m-static.exp: Same.
2888 * gdb.cp/meth-typedefs.exp: Same.
2889 * gdb.cp/misc.exp: Same.
2890 * gdb.cp/namespace.exp: Same.
2891 * gdb.cp/non-trivial-retval.exp: Same.
2892 * gdb.cp/overload.exp: Same.
2893 * gdb.cp/pr17132.exp: Same.
2894 * gdb.cp/re-set-overloaded.exp: Same.
2895 * gdb.cp/rvalue-ref-types.exp: Same.
2896 * gdb.cp/templates.exp: Same.
2897
bd5766ec
LM
28982019-11-01 Luis Machado <luis.machado@linaro.org>
2899
2900 PR gdb/25124
2901
2902 * gdb.arch/pr25124.S: New file.
2903 * gdb.arch/pr25124.exp: New file.
2904
165f8965
AB
29052019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2906
2907 * gdb.fortran/info-modules.exp: Update expected results, and add
2908 additional tests for 'info module functinos', and 'info module
2909 variables'.
2910 * gdb.fortran/info-types.exp: Update expected results.
2911 * gdb.fortran/info-types.f90: Extend testcase with additional
2912 module variables and functions.
2913
59c35742
AB
29142019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2915
2916 * gdb.fortran/info-modules.exp: New file.
2917 * gdb.fortran/info-types.exp: Build with new file.
2918 * gdb.fortran/info-types.f90: Include and use new module.
2919 * gdb.fortran/info-types-2.f90: New file.
2920
f3fb2519
PW
29212019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2922
2923 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2924 * gdb.base/settings.exp: Test all settings types using
2925 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2926 that now verifies that the value of "maint show" is the same as
2927 returned by the settings functions. Test the type of the
2928 maintenance settings.
2929 * gdb.base/default.exp: Update show_conv_list.
2930
d1e36019
TV
29312019-10-31 Tom de Vries <tdevries@suse.de>
2932
2933 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2934 gdb_test.
2935 * gdb.arch/amd64-disp-step.exp: Same.
2936 * gdb.asm/asm-source.exp: Same.
2937 * gdb.btrace/buffer-size.exp: Same.
2938 * gdb.btrace/cpu.exp: Same.
2939 * gdb.btrace/enable.exp: Same.
2940 * gdb.dwarf2/count.exp: Same.
2941 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2942 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2943 * gdb.fortran/vla-datatypes.exp: Same.
2944 * gdb.fortran/vla-history.exp: Same.
2945 * gdb.fortran/vla-ptype.exp: Same.
2946 * gdb.fortran/vla-value.exp: Same.
2947 * gdb.fortran/whatis_type.exp: Same.
2948 * gdb.guile/guile.exp: Same.
2949 * gdb.multi/tids.exp: Same.
2950 * gdb.python/py-finish-breakpoint.exp: Same.
2951 * gdb.python/py-framefilter.exp: Same.
2952 * gdb.python/py-pp-registration.exp: Same.
2953 * gdb.python/py-xmethods.exp: Same.
2954 * gdb.python/python.exp: Same.
2955 * gdb.server/connect-with-no-symbol-file.exp: Same.
2956 * gdb.server/no-thread-db.exp: Same.
2957 * gdb.server/run-without-local-binary.exp: Same.
2958 * gdb.stabs/weird.exp: Same.
2959 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2960 * gdb.threads/thread-find.exp: Same.
2961 * gdb.threads/tls-shared.exp: Same.
2962 * gdb.threads/tls.exp: Same.
2963 * gdb.threads/wp-replication.exp: Same.
2964 * gdb.trace/ax.exp: Same.
2965 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2966
3d11e68e
TV
29672019-10-31 Tom de Vries <tdevries@suse.de>
2968
2969 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2970 * gdb.ada/array_subscript_addr.exp: Same.
2971 * gdb.ada/arrayidx.exp: Same.
2972 * gdb.ada/arrayparam.exp: Same.
2973 * gdb.ada/arrayptr.exp: Same.
2974 * gdb.ada/boolean_expr.exp: Same.
2975 * gdb.ada/call_pn.exp: Same.
2976 * gdb.ada/complete.exp: Same.
2977 * gdb.ada/fixed_cmp.exp: Same.
2978 * gdb.ada/fun_addr.exp: Same.
2979 * gdb.ada/funcall_param.exp: Same.
2980 * gdb.ada/interface.exp: Same.
2981 * gdb.ada/mod_from_name.exp: Same.
2982 * gdb.ada/null_array.exp: Same.
2983 * gdb.ada/packed_array.exp: Same.
2984 * gdb.ada/packed_tagged.exp: Same.
2985 * gdb.ada/print_chars.exp: Same.
2986 * gdb.ada/print_pc.exp: Same.
2987 * gdb.ada/ptype_arith_binop.exp: Same.
2988 * gdb.ada/ptype_field.exp: Same.
2989 * gdb.ada/ptype_tagged_param.exp: Same.
2990 * gdb.ada/rec_return.exp: Same.
2991 * gdb.ada/ref_tick_size.exp: Same.
2992 * gdb.ada/str_ref_cmp.exp: Same.
2993 * gdb.ada/taft_type.exp: Same.
2994 * gdb.ada/tagged.exp: Same.
2995 * gdb.ada/type_coercion.exp: Same.
2996 * gdb.ada/uninitialized_vars.exp: Same.
2997
60b6ede8
TV
29982019-10-30 Tom de Vries <tdevries@suse.de>
2999
3000 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3001
30baf67b
TV
30022019-10-26 Tom de Vries <tdevries@suse.de>
3003
3004 * gdb.base/bigcore.c: Fix typos in comments.
3005 * gdb.base/ctf-ptype.c: Same.
3006 * gdb.base/long_long.c: Same.
3007 * gdb.dwarf2/dw2-op-out-param.S: Same.
3008 * gdb.python/py-evthreads.c: Same.
3009 * gdb.reverse/i387-stack-reverse.c: Same.
3010 * gdb.trace/tfile.c: Same.
3011 * lib/compiler.c: Same.
3012 * lib/compiler.cc: Same.
3013
158da0d1
TV
30142019-10-25 Tom de Vries <tdevries@suse.de>
3015
3016 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3017 gdb_test_multiple calls.
3018 * gdb.reverse/sigall-reverse.exp: Same.
3019 * gdb.reverse/solib-precsave.exp: Same.
3020 * gdb.reverse/solib-reverse.exp: Same.
3021 * gdb.reverse/until-precsave.exp: Same.
3022 * gdb.reverse/until-reverse.exp: Same.
3023
4ccdfbec
TV
30242019-10-24 Tom de Vries <tdevries@suse.de>
3025
3026 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3027 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3028 kfail using -wrap pattern flag and convenience variable
3029 gdb_test_name.
3030
33d569b7
AB
30312019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * gdb.python/py-progspace.exp: Add tests for the
3034 Progspace.block_for_pc method.
3035
4d0b984b
TT
30362019-10-23 Tom Tromey <tom@tromey.com>
3037
3038 * configure: Rebuild.
3039 * aclocal.m4: Use m4_include, not sinclude.
3040
94cb3754
TV
30412019-10-21 Tom de Vries <tdevries@suse.de>
3042
3043 * gdb.base/infcall-nested-structs.c: Add
3044 __attribute__((noinline,noclone)) to all functions.
3045 (call_all): Add missing variable initialization. Simplify return value.
3046 (breakpt): Increment volatile variable, to prevent call from being
3047 optimized out.
3048 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3049
062f1fc1
TV
30502019-10-17 Tom de Vries <tdevries@suse.de>
3051
3052 * gdb.fortran/module.exp: Allow info variables to print info for files
3053 other than module.f90.
3054
0b54364d
AB
30552019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * gdb.fortran/module.exp: Extend with 'info variables' test.
3058
7ff5fae7
AB
30592019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3060
3061 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3062 F77_FOR_TARGET.
3063
d10eccaa
TV
30642019-10-16 Tom de Vries <tdevries@suse.de>
3065
3066 PR tdep/25096
3067 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3068
745ff14e
TV
30692019-10-16 Tom de Vries <tdevries@suse.de>
3070
3071 PR tdep/24104
3072 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3073 Add KFAIL for PR tdep/25096.
3074
03e1ab94
TV
30752019-10-16 Tom de Vries <tdevries@suse.de>
3076
3077 PR testsuite/25059
3078 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3079
b17fcc10
TV
30802019-10-16 Tom de Vries <tdevries@suse.de>
3081
3082 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3083 as signed.
3084
9223170f
SM
30852019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3086
3087 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3088 one instead of increasing timeout.
3089
d6e76313
TV
30902019-10-13 Tom de Vries <tdevries@suse.de>
3091
3092 PR record/25038
3093 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3094 * gdb.reverse/sigall-reverse.exp: Same.
3095 * gdb.reverse/solib-precsave.exp: Same.
3096 * gdb.reverse/solib-reverse.exp: Same.
3097 * gdb.reverse/step-precsave.exp: Same.
3098 * gdb.reverse/until-precsave.exp: Same.
3099 * gdb.reverse/until-reverse.exp: Same.
3100 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3101
6dfc0041
AA
31022019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3103
3104 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3105 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3106 (cmp_struct_05_01, cmp_struct_static_02_01)
3107 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3108 comparisons.
3109
abcf2cc8
TV
31102019-10-10 Tom de Vries <tdevries@suse.de>
3111
3112 PR testsuite/24888
3113 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3114 gnatlink.
3115
a50faaf6
TV
31162019-10-09 Tom de Vries <tdevries@suse.de>
3117
3118 PR testsuite/25048
3119 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3120
60ff3cd7
AB
31212019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3122
3123 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3124 exceptions due to missing debug information.
3125
dfee8566
TV
31262019-10-07 Tom de Vries <tdevries@suse.de>
3127
3128 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3129
3d63690a
AB
31302019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3131
3132 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3133 * gdb.base/annota1.exp: Update to use gdb_test_name.
3134
30d1f018
WP
31352019-10-07 Weimin Pan <weimin.pan@oracle.com>
3136
3137 * gdb.base/ctf-whatis.exp: New file.
3138 * gdb.base/ctf-whatis.c: New file.
3139 * gdb.base/ctf-ptype.exp: New file.
3140 * gdb.base/ctf-ptype.c: New file.
3141 * gdb.base/ctf-constvars.exp: New file.
3142 * gdb.base/ctf-constvars.c: New file.
3143 * gdb.base/ctf-cvexpr.exp: New file.
3144
4dbbb47c
TV
31452019-10-04 Tom de Vries <tdevries@suse.de>
3146
3147 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3148 for loop.
3149
77c2dba3
TT
31502019-10-03 Tom Tromey <tom@tromey.com>
3151
3152 PR rust/24976:
3153 * gdb.rust/simple.rs (Union2): New type.
3154 (main): Use Union2.
3155 * gdb.rust/simple.exp: Add test.
3156
179aed7f
AB
31572019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3158
3159 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3160 nested function prefix.
3161
0a4b0913
AB
31622019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3163 Richard Bunt <richard.bunt@arm.com>
3164 Andrew Burgess <andrew.burgess@embecosm.com>
3165
3166 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3167 nested functions.
3168 * gdb.fortran/nested-funcs.f90: Update expected results.
3169 * gdb.fortran/nested-funcs-2.exp: New file.
3170 * gdb.fortran/nested-funcs-2.f90: New file.
3171
082cce05
AB
31722019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3173
3174 * gdb.python/py-parameter.exp: Make test names unique.
3175 * gdb.python/py-template.exp: Likewise.
3176 * gdb.python/py-value.exp: Likewise.
3177
2b74ba5a
AB
31782019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3179
3180 * gdb.base/break-interp.exp: Reduce test name duplication.
3181 * gdb.base/call-sc.exp: Likewise.
3182 * gdb.base/callfuncs.exp: Likewise.
3183 * gdb.base/charset.exp: Likewise.
3184 * gdb.base/dump.exp: Likewise.
3185 * gdb.base/ena-dis-br.exp: Likewise.
3186 * gdb.base/relational.exp: Likewise.
3187 * gdb.base/step-over-syscall.exp: Likewise.
3188 * gdb.base/structs.exp: Likewise.
3189
58eb20d5
AB
31902019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3191
3192 * gdb.linespec/explicit.exp: Make test names unique.
3193 * gdb.linespec/ls-errs.exp: Likewise.
3194
4d421147
AB
31952019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3196
3197 * gdb.reverse/break-precsave.exp: Make test names unique.
3198 * gdb.reverse/break-reverse.exp: Likewise.
3199 * gdb.reverse/finish-precsave.exp: Likewise.
3200 * gdb.reverse/finish-reverse.exp: Likewise.
3201 * gdb.reverse/machinestate-precsave.exp: Likewise.
3202 * gdb.reverse/machinestate.exp: Likewise.
3203 * gdb.reverse/readv-reverse.exp: Likewise.
3204 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3205 * gdb.reverse/sigall-precsave.exp: Likewise.
3206 * gdb.reverse/sigall-reverse.exp: Likewise.
3207 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3208 * gdb.reverse/watch-precsave.exp: Likewise.
3209 * gdb.reverse/watch-reverse.exp: Likewise.
3210
d8c06f22
AB
32112019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3212
3213 * gdb.threads/stop-with-handle.c: New file.
3214 * gdb.threads/stop-with-handle.exp: New file.
3215
3a56ed86
TV
32162019-10-03 Tom de Vries <tdevries@suse.de>
3217
3218 PR testsuite/25059
3219 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3220 directory" line to be missing.
3221
42275044
TV
32222019-10-03 Tom de Vries <tdevries@suse.de>
3223
3224 PR testsuite/25059
3225 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3226 type optional.
3227
9ef62df0
AA
32282019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3229
3230 * gdb.python/py-format-string.c (string.h): New include.
3231 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3232 the same value, for endianness-independence.
3233 * gdb.python/py-format-string.exp (default_regexp_dict)
3234 (test_pretty_structs, test_format): Adjust expected output to the
3235 changed initialization.
3236
37f6a7f4
TT
32372019-10-02 Tom Tromey <tromey@adacore.com>
3238
3239 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3240
1d58d6a2
PA
32412019-10-02 Pedro Alves <palves@redhat.com>
3242 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3245 "print-file-var.h".
3246 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3247 (get_version_1): Print this_version_id and its address.
3248 Add extern "C" wrappers around interface functions.
3249 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3250 "print-file-var.h".
3251 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3252 (get_version_2): Print this_version_id and its address.
3253 Add extern "C" wrappers around interface functions.
3254 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3255 <stddef.h> and "print-file-var.h".
3256 Add extern "C" wrappers around interface functions.
3257 [VERSION_ID_MAIN] (this_version_id): Define.
3258 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3259 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3260 up extern "C" blocks.
3261 * gdb.base/print-file-var.exp (test): New, factored out from top
3262 level.
3263 (top level): Test all combinations of attribute hidden or not,
3264 dlopen or not, and this_version_id symbol in main file or not.
3265 Compile tests as both C++ and C, make test names unique.
3266
d770d56f
TT
32672019-10-01 Tom Tromey <tom@tromey.com>
3268
3269 * gdb.base/style.exp: Test "show logging filename".
3270
7f6aba03
TT
32712019-10-01 Tom Tromey <tom@tromey.com>
3272
3273 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3274 * gdb.base/style.exp: Add metadata style test.
3275
14309bb6
TT
32762019-10-01 Tom Tromey <tom@tromey.com>
3277
3278 * gdb.base/style.exp: Test "pwd".
3279
2a3c1174
PA
32802019-10-01 Tom Tromey <tom@tromey.com>
3281
3282 * gdb.base/style.exp: Update tests.
3283
53d666ec
AA
32842019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3285
3286 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3287 'six' to unsigned.
3288 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3289 'five'. Use an all-ones bit pattern for each.
3290 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3291 to its changed values.
3292
4a56a520
TT
32932019-09-30 Tom Tromey <tromey@adacore.com>
3294
3295 * gdb.rust/traits.rs: Disable all warnings.
3296
0df0352a
TV
32972019-09-29 Tom de Vries <tdevries@suse.de>
3298
aac66a4c 3299 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3300
73d9a918
TV
33012019-09-29 Tom de Vries <tdevries@suse.de>
3302
3303 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3304
060b3ab4
TV
33052019-09-27 Tom de Vries <tdevries@suse.de>
3306
3307 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3308
68f7d34d
TV
33092019-09-27 Tom de Vries <tdevries@suse.de>
3310
3311 PR record/23188
3312 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3313
5d63b30a
TT
33142019-09-26 Tom Tromey <tromey@adacore.com>
3315
3316 * gdb.ada/py_taft.exp: New file.
3317 * gdb.ada/py_taft/main.adb: New file.
3318 * gdb.ada/py_taft/pkg.adb: New file.
3319 * gdb.ada/py_taft/pkg.ads: New file.
3320
3d435220
TV
33212019-09-24 Tom de Vries <tdevries@suse.de>
3322
3323 PR gdb/24598
3324 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3325
77d03678
TV
33262019-09-22 Tom de Vries <tdevries@suse.de>
3327
3328 * gdb.base/restore.exp: Allow register variables to be optimized out at
3329 -O0.
3330
abf516c6
UW
33312019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3332
3333 * gdb.arch/spu-info.exp: Remove file.
3334 * gdb.arch/spu-info.c: Remove file.
3335 * gdb.arch/spu-ls.exp: Remove file.
3336 * gdb.arch/spu-ls.c: Remove file.
3337
3338 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3339 * gdb.asm/spu.inc: Remove file.
3340
3341 * gdb.base/dump.exp: Remove support for spu*-*-*.
3342 * gdb.base/stack-checking.exp: Likewise.
3343 * gdb.base/overlays.exp: Likewise.
3344 * gdb.base/ovlymgr.c: Likewise.
3345 * gdb.base/spu.ld: Remove file.
3346
3347 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3348 * gdb.cp/cpexprs.exp: Likewise.
3349 * gdb.cp/exception.exp: Likewise.
3350 * gdb.cp/gdb2495.exp: Likewise.
3351 * gdb.cp/mb-templates.exp: Likewise.
3352 * gdb.cp/pr9167.exp: Likewise.
3353 * gdb.cp/userdef.exp: Likewise.
3354
3355 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3356
3357 * gdb.cell: Remove directory.
3358 * lib/cell.exp: Remove file.
3359
e452e88f
TV
33602019-09-19 Tom de Vries <tdevries@suse.de>
3361
3362 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3363
8a625130
TV
33642019-09-19 Tom de Vries <tdevries@suse.de>
3365
3366 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3367
81dc3ab5
TV
33682019-09-19 Tom de Vries <tdevries@suse.de>
3369
3370 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3371 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3372 (gdb_target_cmd): ... here.
3373 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3374 value 2.
3375
b078f3ac
AB
33762019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3377
3378 * gdb.base/source-dir.exp: Avoid having directory names in test
3379 names.
3380
f1b620e9
MG
33812019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3382
3383 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3384 directory.
3385
67f3ed6a
AB
33862019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.base/list-missing-source.exp: New file.
3389
d1b70248
TV
33902019-09-14 Tom de Vries <tdevries@suse.de>
3391
3392 PR teststuite/24599
3393 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3394 * lib/ada.exp (gnatmake_version_at_least): New proc.
3395
5fabdcd6
AB
33962019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3397
3398 * gdb.base/maint.exp: Use exec_has_index_section.
3399
aa17805f
AB
34002019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3401
3402 * gdb.base/maint.exp: Add test for 'maint info sections'.
3403
25e5c209
TV
34042019-09-12 Tom de Vries <tdevries@suse.de>
3405
3406 * gdb.base/store.exp: Allow register variables to be optimized out at
3407 -O0.
3408
4993045d
PW
34092019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3410
3411 * gdb.ada/rdv_wait.exp: Update to new task names.
3412 * gdb.base/task_switch_in_core.exp: Likewise.
3413 * gdb.base/info_sources_base.c: Likewise.
3414
8a516164
TT
34152019-09-10 Tom Tromey <tromey@adacore.com>
3416
3417 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3418
aa391654
TT
34192019-09-10 Tom Tromey <tromey@adacore.com>
3420
3421 * gdb.ada/dgopt.exp: New file.
3422 * gdb.ada/dgopt/x.adb: New file.
3423
8634b462
TT
34242019-09-08 Tom Tromey <tom@tromey.com>
3425
3426 * gdb.tui/resize.exp: Remove setup_xfail.
3427 * gdb.tui/regs.exp: Remove setup_xfail.
3428 * gdb.tui/basic.exp: Remove setup_xfail.
3429
736b0f76
DB
34302019-09-06 David Blaikie <dblaikie@gmail.com>
3431
3432 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3433 * gdb.cp/cplabel.exp: Ditto.
3434 * gdb.linespec/ls-errs.exp: Ditto.
3435
30331a6c
TV
34362019-09-05 Tom de Vries <tdevries@suse.de>
3437
3438 * lib/gdb.exp (cmp_file_string): New proc.
3439 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3440 runto_main. Verify save breakpoints output.
3441
98b0ebab
PW
34422019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3443
3444 * gdb.base/info-var.exp: Test info variables without running
3445 to main, to avoid expect's buffer overflow.
3446
4e962e74
TT
34472019-09-03 Tom Tromey <tromey@adacore.com>
3448
3449 * gdb.ada/bias.exp: New file.
3450 * gdb.ada/bias/bias.adb: New file.
3451 * gdb.ada/print_chars.exp: Add regression test.
3452 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3453 (MC): New variable.
3454
2ea1a07a
SL
34552019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3456
3457 * gdb.base/argv0-symlink.exp: Run only on native target
3458 and local host.
3459
8077c50d
TV
34602019-08-29 Tom de Vries <tdevries@suse.de>
3461
3462 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3463 diverse debug info.
3464 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3465
48352473
TV
34662019-08-28 Tom de Vries <tdevries@suse.de>
3467
3468 * gdb.base/info-var.exp: Allow info variables to print info for files
3469 other than info-var-f1.c and info-var-f2.c.
3470
d8f27c60
AB
34712019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3472
3473 * gdb.fortran/info-types.exp: Add module.
3474 * gdb.fortran/info-types.f90: Update expected results.
3475
1f20c35e
AB
34762019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3477
3478 * gdb.fortran/info-types.exp: New file.
3479 * gdb.fortran/info-types.f90: New file.
3480 * lib/fortran.exp (fortran_character1): New proc.
3481
4acfdd20
AB
34822019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3483
3484 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3485 functions'. Reindent as needed.
3486 * gdb.base/info-var-f1.c: New file.
3487 * gdb.base/info-var-f2.c: New file.
3488 * gdb.base/info-var.exp: New file.
3489 * gdb.base/info-var.h: New file.
3490
5c31b358
TV
34912019-08-26 Tom de Vries <tdevries@suse.de>
3492
3493 PR c++/24852
3494 * gdb.cp/no-libstdcxx-probe.exp: New test.
3495
b694989f
TV
34962019-08-26 Tom de Vries <tdevries@suse.de>
3497
3498 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3499 * tests need to be skipped.
3500 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3501 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3502 mi_skip_libstdcxx_probe_tests.
3503
d9c4ba53
SDJ
35042019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3505
3506 * gdb.python/py-xmethods.exp: Use raw strings when passing
3507 arguments to SimpleXMethodMatcher.
3508
395fad09
TV
35092019-08-22 Tom de Vries <tdevries@suse.de>
3510
3511 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3512 more informative.
3513
26c957f1
PA
35142019-08-21 Pedro Alves <palves@redhat.com>
3515
3516 * gdb.base/with.exp: Test "with" with no arguments.
3517
61f80d5d
TV
35182019-08-21 Tom de Vries <tdevries@suse.de>
3519
3520 * gdb.base/gdb-caching-proc.exp: Sort files.
3521
d7a11d13
TV
35222019-08-20 Tom de Vries <tdevries@suse.de>
3523
3524 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3525 compilation.
3526
34dafe9f
TV
35272019-08-16 Tom de Vries <tdevries@suse.de>
3528
3529 * gdb.base/compare-sections.exp ("after run to main"): Allow
3530 mismatched read-only sections for PIE executables.
3531
398fdd60
TT
35322019-08-16 Tom Tromey <tom@tromey.com>
3533
3534 * lib/tuiterm.exp (_csi_Z): New proc.
3535 * gdb.tui/basic.exp: Update window positions.
3536 * gdb.tui/empty.exp: Update window positions.
3537
d8f9e51c
SL
35382019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3539
3540 * gdb.base/examine-backward.exp: Correct regexp for
3541 "examine 3 bytes backward from ${address_zero}".
3542
3df505f6
TT
35432019-08-15 Tom Tromey <tom@tromey.com>
3544
3545 * gdb.tui/empty.exp: Enable resizing tests.
3546
272560b5
TT
35472019-08-15 Tom Tromey <tromey@adacore.com>
3548
3549 * gdb.ada/char_enum.exp: Add regression tests.
3550 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3551 and '0'.
3552 (Char, Gchar): Update.
3553 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3554
08235187
CB
35552019-08-15 Christian Biesinger <cbiesinger@google.com>
3556
3557 * gdb.python/python.exp: Expect a leading underscore on
3558 GdbOutput{,Error}File.
3559
22a2ab04
SL
35602019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3561
3562 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3563 Windows host.
3564
835b995b
SL
35652019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3566
3567 * gdb.base/batch-preserve-term-settings.exp
3568 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3569
97dd8e07
CB
35702019-08-15 Christian Biesinger <cbiesinger@google.com>
3571
3572 * lib/gdb.exp: When running on a mingw target, replace
3573 /x/ with x:/.
3574
75faf5c4
AH
35752019-08-14 Alan Hayward <alan.hayward@arm.com>
3576
3577 * gdb.arch/aarch64-prologue.c: New test.
3578 * gdb.arch/aarch64-prologue.exp: New file.
3579
abc6c00f
TV
35802019-08-13 Tom de Vries <tdevries@suse.de>
3581
3582 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3583 Thread.
3584
74c2c1f4
SL
35852019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3586
3587 * gdb.python/py-completion.exp: Download the .py file to the host
3588 and use its host pathname. Conditionalize tests that use
3589 tab completion and manipulate files on the build machine.
3590 * gdb.python/py-events.exp: Download the .py file to the host
3591 and use its host pathname.
3592 * gdb.python/py-evsignal.exp: Likewise.
3593 * gdb.python/py-evthreads.exp: Likewise.
3594 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3595 pathname syntax.
3596 * gdb.python/py-framefilter.exp: Download the .py file to the right
3597 place on the host. Match Windows pathname syntax.
3598 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3599 .py file to the host and use its host pathname.
3600 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3601 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3602 build pathname. Skip symlink test on Windows host. Add missing
3603 newline at end of file.
3604 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3605 and use its host pathname.
3606 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3607 * gdb.python/py-section-script.exp: Use host location of binfile
3608 on safe-path. Use correct path separator on Windows host.
3609 Reorder alternatives in gdb_test_multiple to prevent matching
3610 the wrong alternative on success.
3611 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3612
ca2589f3
PP
36132019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3614
3615 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3616 expect the GDB inferior to no longer immediately stop after
3617 being resumed with "signal SIGINT".
3618
020a839d
SL
36192019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3620
3621 * gdb.linespec/break-ask.exp: Generalize regexps to match
3622 Windows pathnames too.
3623
128d6509
TV
36242019-08-08 Tom de Vries <tdevries@suse.de>
3625
3626 PR testsuite/24862
3627 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3628
590042fc
PW
36292019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3630
3631 * gdb.base/style.exp: Update tests for help doc new invariants.
3632 * gdb.base/help.exp: Likewise.
3633
046bebe1
TT
36342019-08-06 Tom Tromey <tom@tromey.com>
3635
3636 * gdb.base/style.exp: Add disassemble test.
3637 * gdb.base/style.c (some_called_function): New function.
3638 (main): Use it.
3639
0b27c27d
CB
36402019-08-05 Christian Biesinger <cbiesinger@google.com>
3641
3642 * gdb.python/py-block.exp: Test dictionary access on blocks.
3643
580f1034
SM
36442019-08-05 Simon Marchi <simon.marchi@efficios.com>
3645
3646 PR gdb/24863
3647 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3648 -list-thread-groups --available test when running under
3649 check-read1.
3650
d86bd7cb
TV
36512019-08-05 Tom de Vries <tdevries@suse.de>
3652
3653 PR testsuite/24863
3654 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3655 * gdb.base/help.exp: Use with_read1_timeout_factor.
3656 * gdb.base/info-macros.exp: Same.
3657 * gdb.cp/nested-types.exp: Same.
3658
a80cf5d8
TV
36592019-08-05 Tom de Vries <tdevries@suse.de>
3660
3661 * lib/gdb.exp (version_at_least): Factor out of ...
3662 (tcl_version_at_least): ... here.
3663 (gdb_compile): Fail if pie results in non-PIE executable.
3664 (readelf_version, readelf_prints_pie): New proc.
3665 (exec_is_pie): Return -1 if unknown.
3666
d0962838
TV
36672019-08-05 Tom de Vries <tdevries@suse.de>
3668
3669 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3670
2252ff3d
SL
36712019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3672
3673 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3674
26655f53
SL
36752019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3676
3677 * lib/completion-support.exp (test_gdb_complete_none): Skip
3678 tab completion tests if no readline support.
3679 (test_gdb_complete_unique_re): Likewise.
3680 (test_gdb_complete_multiple): Likewise.
3681
db4dc13e
PW
36822019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3683
3684 * gdb.base/info_sources.exp: New file.
3685 * gdb.base/info_sources.c: New file.
3686 * gdb.base/info_sources_base.c: New file.
3687
0eba165a
PFC
36882019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3689
3690 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3691 prefix argument.
3692 (test_exit_status): Add prefix argument.
3693
59bd512b
TV
36942019-08-01 Tom de Vries <tdevries@suse.de>
3695
3696 PR testsuite/24863
3697 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3698 calling exp_continue for new thread and thread exited messages.
3699
2a3ad588
TV
37002019-08-01 Tom de Vries <tdevries@suse.de>
3701
3702 PR testsuite/24863
3703 * gdb.base/structs.exp: Fix check-read1 timeout using
3704 gdb_test_sequence.
3705 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3706
117eb594
TV
37072019-08-01 Tom de Vries <tdevries@suse.de>
3708
3709 PR testsuite/24863
3710 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3711 line.
3712
ed591340
TV
37132019-08-01 Tom de Vries <tdevries@suse.de>
3714
3715 PR testsuite/24863
3716 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3717
aa3b6533
TT
37182019-07-30 Tom Tromey <tromey@adacore.com>
3719
3720 * gdb.ada/display_nested.exp: New file.
3721 * gdb.ada/display_nested/foo.adb: New file.
3722 * gdb.ada/display_nested/pack.adb: New file.
3723 * gdb.ada/display_nested/pack.ads: New file.
3724
2906593f
CB
37252019-07-30 Christian Biesinger <cbiesinger@google.com>
3726
3727 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3728 namespace.
3729 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3730
0f575925
TV
37312019-07-30 Tom de Vries <tdevries@suse.de>
3732
3733 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3734 instead.
3735
b13057d9
TV
37362019-07-30 Tom de Vries <tdevries@suse.de>
3737
3738 PR testsuite/24834
3739 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3740 (exec_is_pie): New proc.
3741
5c4dde85
CB
37422019-07-29 Christian Biesinger <cbiesinger@google.com>
3743
3744 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3745
c620ed88
CB
37462019-07-29 Christian Biesinger <cbiesinger@google.com>
3747
3748 * gdb.python/py-objfile.c: Add global and static vars.
3749 * gdb.python/py-objfile.exp: Test new functions Objfile.
3750 lookup_global_symbol and lookup_static_symbol.
3751
3d235706
TT
37522019-07-29 Tom Tromey <tom@tromey.com>
3753
3754 * lib/tuiterm.exp (Term::_csi_@): New proc.
3755 (Term::_csi_X): Don't move cursor.
3756
c7e4c0a6
PW
37572019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3758
3759 * gdb.base/options.exp: Update backtrace - completion to
3760 new option -frame-info.
3761 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3762 Test new 'set print frame-info'. Test backtrace -frame-info
3763 overriding 'set print frame-info'.
3764 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3765 Test new 'set print frame-info'.
3766 Verify consistency of backtrace with and without filters, with and
3767 without -no-filters.
3768 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3769 default.
3770
de28a3b7
TV
37712019-07-29 Tom de Vries <tdevries@suse.de>
3772
3773 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3774 no arguments".
3775
507dd60e
TV
37762019-07-29 Tom de Vries <tdevries@suse.de>
3777
3778 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3779 is a substring of the first for "complete non-unique file name".
3780
5beafce9
TV
37812019-07-29 Tom de Vries <tdevries@suse.de>
3782
3783 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3784 with ".*".
3785
2d274232
TV
37862019-07-29 Tom de Vries <tdevries@suse.de>
3787
3788 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3789 Pass prompt_regexp parameter to gdb_test_multiple calls.
3790
9197cd8b
TV
37912019-07-29 Tom de Vries <tdevries@suse.de>
3792
3793 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3794 print registers" regexps.
9197cd8b 3795
b528dae0
TV
37962019-07-29 Tom de Vries <tdevries@suse.de>
3797
3798 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3799
d17725d7
TV
38002019-07-29 Tom de Vries <tdevries@suse.de>
3801
3802 PR gdb/24855
3803 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3804 (skip_python_tests_prompt): Add prompt_regexp argument to
3805 gdb_test_multiple calls.
3806
52b75bf1
TT
38072019-07-27 Tom Tromey <tom@tromey.com>
3808
3809 * gdb.tui/main.exp: New file.
3810
2b1d00c2
TT
38112019-07-27 Tom Tromey <tom@tromey.com>
3812
3813 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3814 optional.
3815 * gdb.tui/empty.exp: New file.
3816
ded631d5
TT
38172019-07-27 Tom Tromey <tom@tromey.com>
3818
3819 * lib/tuiterm.exp (spawn): New proc.
3820 (Term::resize): New proc.
3821 * gdb.tui/resize.exp: New file.
3822
58ac439d
TT
38232019-07-27 Tom Tromey <tom@tromey.com>
3824
3825 * gdb.tui/list.exp: New file.
3826
fe1f56ee
TT
38272019-07-27 Tom Tromey <tom@tromey.com>
3828
3829 * gdb.tui/regs.exp: New file.
3830
f790b310
TT
38312019-07-27 Tom Tromey <tom@tromey.com>
3832
3833 * gdb.tui/basic.exp: Add "layout split" test.
3834
d95fc6ee
TT
38352019-07-27 Tom Tromey <tom@tromey.com>
3836
3837 * gdb.tui/basic.exp: Add "layout asm" test.
3838
c3786b3a
TT
38392019-07-27 Tom Tromey <tom@tromey.com>
3840
3841 * lib/tuiterm.exp: New file.
3842 * gdb.tui/basic.exp: New file.
3843
98a617f8
KB
38442019-07-27 Kevin Buettner <kevinb@redhat.com>
3845
3846 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3847 Enable tests associated with this flag. Adjust regex
3848 referencing "foo_low" to now refer to "foo_cold" instead.
3849
5c076da4
KB
38502019-07-27 Kevin Buettner <kevinb@redhat.com>
3851
3852 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3853 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3854 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3855 foo_cold. Revise comments to match.
3856 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3857 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3858 were wrapped into this proc; Call do_test in loop from outermost
3859 level.
3860 (foo_low): Rename all occurrences to "foo_cold".
3861 (backtrace from baz): New test.
3862 (x2/i foo_cold): New test.
3863 (info line *foo_cold): New test.
3864
1512d3b7
TV
38652019-07-26 Tom de Vries <tdevries@suse.de>
3866
3867 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3868
297989a1
TV
38692019-07-25 Tom de Vries <tdevries@suse.de>
3870
3871 PR testsuite/24830
3872 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3873 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3874 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3875 (skip_libstdcxx_probe_tests): ... here.
3876 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3877
b3b965fb
TV
38782019-07-24 Tom de Vries <tdevries@suse.de>
3879
3880 PR testsuite/24807
3881 * gdb.objc/basicclass.m: Include stdio.h.
3882 * gdb.objc/nondebug.m: Same.
3883 * gdb.objc/objcdecode.m: Same.
3884
4625b4d0
TV
38852019-07-24 Tom de Vries <tdevries@suse.de>
3886
3887 PR testsuite/24612
3888 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3889 additional_flags.
3890
024a5840
TV
38912019-07-24 Tom de Vries <tdevries@suse.de>
3892
3893 PR testsuite/24831
3894 * gdb.multi/tids.exp: Update error messages for info threads.
3895
c76ddaa3
TV
38962019-07-24 Tom de Vries <tdevries@suse.de>
3897
3898 * gdb.base/info-types.exp: Allow info types to print info for more than
3899 one file.
3900
9a618ef6
TV
39012019-07-23 Tom de Vries <tdevries@suse.de>
3902
3903 PR testsuite/24842
3904 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3905 gdb_spawn_with_cmdline_opts.
3906
40eadf04
SP
39072019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3908
3909 * gdb.arch/arm-cmse-sgstubs.c: New test.
3910 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3911
5ba29434
TV
39122019-07-23 Tom de Vries <tdevries@suse.de>
3913
3914 PR testsuite/24711
3915 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3916 issuing next command.
3917
a8e9d247
AB
39182019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3919
3920 * gdb.ada/info_auto_lang.exp: Update expected results.
3921 * gdb.base/info-types.c: Add additional types to check.
3922 * gdb.base/info-types.exp: Update expected results.
3923
eb86c5e2
AB
39242019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3925
3926 * gdb.base/info-types.c: New file.
3927 * gdb.base/info-types.exp: New file.
3928
01e175fe
AB
39292019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * gdb.arch/riscv-bp-infcall.c: New file.
3932 * gdb.arch/riscv-bp-infcall.exp: New file.
3933
6b78c3f8
AB
39342019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3935
3936 PR breakpoints/24541
3937 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3938
da738167
TV
39392019-07-14 Tom de Vries <tdevries@suse.de>
3940
3941 PR testsuite/24760
3942 * gdb.objc/basicclass.exp: Fix unterminated string.
3943
0d4e84ed
AB
39442019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3945 Andrew Burgess <andrew.burgess@embecosm.com>
3946
3947 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3948 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3949 negative bounds.
3950 * gdb.fortran/vla-value.exp: Print elements of an array with
3951 negative bounds.
3952 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3953 testing.
3954
021d8588
AB
39552019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3956
3957 * gdb.base/options.exp (expect_string): Dequote strings in
3958 results.
3959 (test-string): Test strings with different quoting and reindent.
3960
f06f1252
TT
39612019-07-10 Tom Tromey <tromey@adacore.com>
3962
3963 * gdb.ada/mi_ex_cond.exp: Update expected results.
3964 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3965 * gdb.ada/mi_catch_ex.exp: Update expected results.
3966 * gdb.ada/mi_catch_assert.exp: Update expected results.
3967 * gdb.ada/catch_ex.exp (catch_exception_info)
3968 (catch_exception_entry, catch_assert_entry)
3969 (catch_unhandled_entry): Update.
3970 * gdb.ada/catch_assert_if.exp: Update expected results.
3971
b863685d
RB
39722019-07-10 Richard Bunt <richard.bunt@arm.com>
3973 Stephen Roberts <stephen.roberts@arm.com>
3974
3975 * gdb.base/define.exp: Restore original prompt.
3976
cb1e4e32
PA
39772019-07-09 Pedro Alves <palves@redhat.com>
3978
3979 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3980 breakpoints" output.
3981 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3982 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3983 throw" creates breakpoint.
3984 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3985 'type="catchpoint"'.
3986
b58a68fe
PA
39872019-07-09 Pedro Alves <palves@redhat.com>
3988
3989 PR c++/15468
3990 * gdb.cp/except-multi-location-lib.cc: New.
3991 * gdb.cp/except-multi-location-main.cc: New.
3992 * gdb.cp/except-multi-location.exp: New.
3993
0826779b
PW
39942019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3995
3996 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3997 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3998 argument and update callers.
3999
5b0e2db4
AB
40002019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4001
4002 * gdb.arch/amd64-break-on-asm-line.S: New file.
4003 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4004
1f6f6e21
PW
40052019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4006
4007 * gdb.base/printcmds.exp: Test printing C string and
4008 C wide string convenience vars without transiting via the inferior.
4009 Also make test names unique.
4010
ea142fbf
AH
40112019-07-08 Alan Hayward <alan.hayward@arm.com>
4012
5862c886 4013 PR breakpoints/25011
ea142fbf
AH
4014 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4015
213fd9fa
PA
40162019-07-04 Pedro Alves <palves@redhat.com>
4017
4018 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4019 body returned ok(0), break(3) or continue(4).
4020 * gdb.testsuite/foreach_with_prefix.exp: New file.
4021
2b40fda7
AH
40222019-07-04 Alan Hayward <alan.hayward@arm.com>
4023
4024 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4025
a26c8de0
PA
40262019-07-03 Pedro Alves <palves@redhat.com>
4027
4028 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4029 "return -code".
4030
5f4ba3e7
PA
40312019-07-03 Pedro Alves <palves@redhat.com>
4032
4033 PR cli/24732
4034 * gdb.base/shell.exp: Load completion-support.exp.
4035 Adjust expected error output. Add completion tests.
4036
a994424f
PA
40372019-07-03 Pedro Alves <palves@redhat.com>
4038
4039 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4040 string_to_regexp.
4041
3d9be6f5
PA
40422019-07-03 Pedro Alves <palves@redhat.com>
4043
4044 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4045 (expect_integer): Adjust to expect "-string".
4046 (expect_string): New.
4047 (all_options): Expect "-string".
4048 (test-flag, test-boolean): Adjust to expect "-string".
4049 (test-string): New proc.
4050 (top level): Call it.
4051
41fc454c
PA
40522019-07-03 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4055 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4056 the expected output in the success.
4057
b2b2a215
PA
40582019-07-03 Pedro Alves <palves@redhat.com>
4059
4060 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4061 Split one gdb_test_multiple call in two to avoid a race.
4062
fdbc9870
PA
40632019-07-03 Pedro Alves <palves@redhat.com>
4064
4065 * gdb.base/with.c: New file.
4066 * gdb.base/with.exp: New file.
4067
c6ac8931
PA
40682019-07-03 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.base/settings.exp: Replace all references to "maint
4071 test-settings set" with references to "maint set test-settings",
4072 and all references to "maint test-settings show" with references
4073 to "maint show test-settings".
4074
970f9d09
PA
40752019-07-03 Pedro Alves <palves@redhat.com>
4076
4077 * gdb.base/settings.exp (test-string): Adjust expected out when
4078 testing "maint test-settings show filename"
4079
54d66006
PA
40802019-07-02 Pedro Alves <palves@redhat.com>
4081
4082 * gdb.base/options.exp (test-info-threads): New procedure.
4083 (top level): Call it.
4084
10d06d82
TT
40852019-06-28 Tom Tromey <tromey@adacore.com>
4086
4087 * gdb.dwarf2/ada-linkage-name.c: New file.
4088 * gdb.dwarf2/ada-linkage-name.exp: New file.
4089
3d507ff2
TT
40902019-06-27 Tom Tromey <tromey@adacore.com>
4091
d039f014 4092 PR c++/20020:
3d507ff2
TT
4093 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4094
8af58ffe
TV
40952019-06-26 Tom de Vries <tdevries@suse.de>
4096
4097 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4098
22e21752
TV
40992019-06-26 Tom de Vries <tdevries@suse.de>
4100
4101 * gdb.base/index-cache.exp: Add back missing debug option.
4102
b65b566c
PW
41032019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4104
4105 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4106
5c2c8c69
TV
41072019-06-25 Tom de Vries <tdevries@suse.de>
4108
4109 PR testsuite/24727
4110 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4111
164e3873
TV
41122019-06-24 Tom de Vries <tdevries@suse.de>
4113
4114 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4115
824eacee
TV
41162019-06-24 Tom de Vries <tdevries@suse.de>
4117
4118 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4119 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4120 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4121
385b97d3
TV
41222019-06-24 Tom de Vries <tdevries@suse.de>
4123
4124 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4125
c596f180
TV
41262019-06-21 Tom de Vries <tdevries@suse.de>
4127
4128 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4129
b13a7d03
TV
41302019-06-21 Tom de Vries <tdevries@suse.de>
4131
4132 PR testsuite/24518
4133 PR ada/24713
4134 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4135 index.
4136
899277ae
TT
41372019-06-19 Tom Tromey <tromey@adacore.com>
4138
4139 * gdb.ada/length_cond.exp: Add intro comment.
4140
680e1bee
TT
41412019-06-19 Tom Tromey <tromey@adacore.com>
4142
4143 * gdb.ada/length_cond.exp: New file.
4144 * gdb.ada/length_cond/length_cond.adb: New file.
4145 * gdb.ada/length_cond/pck.adb: New file.
4146 * gdb.ada/length_cond/pck.ads: New file.
4147
0ed4690a
TV
41482019-06-18 Tom de Vries <tdevries@suse.de>
4149
4150 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4151
d20ed5fd
TT
41522019-06-18 Tom Tromey <tromey@adacore.com>
4153
4154 * gdb.base/list0.h: Add comment explaining control character.
4155
86e04673
TV
41562019-06-18 Tom de Vries <tdevries@suse.de>
4157
4158 * boards/fission.exp: Break up long debug_flags line.
4159
c4973306
SM
41602019-06-16 Tom de Vries <tdevries@suse.de>
4161
4162 PR gdb/24445
4163 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4164 generated index.
4165
93cb9841
AB
41662019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4167
4168 PR gdb/24686
4169 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4170 improve detection of bug gdb/24541.
4171
399aaebd
SM
41722019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4173
4174 PR gdb/24669
4175 * gdb.base/index-cache.exp (uses_readnow,
4176 expecting_index_cache_use): Define global variable.
4177 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4178 expecting_index_cache_use.
4179
584a927c
AB
41802019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4181 Andrew Burgess <andrew.burgess@embecosm.com>
4182
4183 * gdb.fortran/pointers.f90: New file.
4184 * gdb.fortran/print_type.exp: New file.
4185 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4186 * gdb.fortran/vla-type.exp: Likewise.
4187 * gdb.fortran/vla-value.exp: Likewise.
4188 * gdb.mi/mi-vla-fortran.exp: Likewise.
4189
30056ea0
AB
41902019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4191
4192 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4193 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4194 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4195 as a stop reason.
4196
ec8e2b6d
AB
41972019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4198
4199 * gdb.base/annota1.exp: Update expected results.
4200 * gdb.cp/annota2.exp: Likewise.
4201 * gdb.cp/annota3.exp: Likewise.
4202
09e4c4e1
AB
42032019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4204
4205 * gdb.base/style-logging.exp: Remove path from test name.
4206
0735b091
TT
42072019-06-14 Tom Tromey <tromey@adacore.com>
4208
4209 PR gdb/24502:
4210 * gdb.base/style-logging.exp: New file.
4211
f5686554
TT
42122019-06-14 Tom Tromey <tromey@adacore.com>
4213
4214 * gdb.base/symfile-warn.exp: New file.
4215 * gdb.base/symfile-warn.c: New file.
4216
a0c1ffed
TT
42172019-06-14 Tom Tromey <tromey@adacore.com>
4218
4219 * gdb.base/annotate-symlink.exp: New file.
4220
f411722c
TT
42212019-06-14 Tom Tromey <tromey@adacore.com>
4222
4223 * gdb.ada/set_wstr.exp: Add reassignment test.
4224
4268ec18
TT
42252019-06-14 Tom Tromey <tromey@adacore.com>
4226
4227 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4228 'unchecked_access and 'unrestricted_access as well.
4229
9a9e394b
TT
42302019-06-14 Tom Tromey <tromey@adacore.com>
4231
4232 PR ada/24539:
4233 * gdb.ada/vla.exp: Update tests.
4234 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4235 pragma.
4236
4c048731
PA
42372019-06-13 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.base/settings.exp (test-integer): Test junk after
4240 "unlimited".
4241
6665660a
PA
42422019-06-13 Pedro Alves <palves@redhat.com>
4243
4244 * gdb.base/options.exp (test-thread-apply): New.
4245 (top level): Call it.
4246
5d707134
PA
42472019-06-13 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.base/options.exp (test-frame-apply): New.
4250 (top level): Test print commands with different "frame apply"
4251 prefixes.
4252
e2a689da
PA
42532019-06-13 Pedro Alves <palves@redhat.com>
4254
e79be6e5 4255 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4256 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4257 'max_completions' parameter and handle it.
4258 (test_gdb_completion_offers_commands): New.
4259
90a1ef87
PA
42602019-06-13 Pedro Alves <palves@redhat.com>
4261
4262 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4263
d4c16835
PA
42642019-06-13 Pedro Alves <palves@redhat.com>
4265
4266 * gdb.base/options.exp (test-backtrace): New.
4267 (top level): Call it.
4268
2daf894e
PA
42692019-06-13 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.guile/scm-frame-args.exp: Use "set print
4272 raw-frame-arguments" instead of "set print raw frame-arguments".
4273 * gdb.python/py-frame-args.exp: Likewise.
4274
e6ed716c
PA
42752019-06-13 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.compile/compile.exp: Adjust expected output to option
4278 processing changes.
4279
7d8062de
PA
42802019-06-13 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.base/options.exp: Build executable.
4283 (test-print): New procedure.
4284 (top level): Call it, once for "print" and another for "compile
4285 print".
4286
9d0faba9
PA
42872019-06-13 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.base/options.c: New file.
4290 * gdb.base/options.exp: New file.
4291
dee7b4c8
PA
42922019-06-13 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4295 that "o" is ambiguous.
4296
dca0f6c0
PA
42972019-06-13 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.base/settings.c: New file.
4300 * gdb.base/settings.exp: New file.
4301
ccf46844
PA
43022019-06-13 Pedro Alves <palves@redhat.com>
4303
4304 * gdb.base/completion.exp: Fix comment typo.
4305
b9a3f842
PA
43062019-06-13 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4309 foo --1" test.
4310
d106773e
PA
43112019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4312
4313 * gdb.fortran/block-data.f: New.
4314 * gdb.fortran/block-data.exp: New.
4315
fea82da0
TV
43162019-06-11 Tom de Vries <tdevries@suse.de>
4317
4318 PR testsuite/24521
4319 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4320 message.
4321
8c2e74f1
TV
43222019-06-11 Tom de Vries <tdevries@suse.de>
4323
4324 PR testsuite/24521
4325 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4326
b49851c8
TV
43272019-06-11 Tom de Vries <tdevries@suse.de>
4328
4329 * boards/readnow.exp: New file.
4330
a7067863
AB
43312019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4332
4333 * gdb.fortran/vla-sizeof.exp: Update expected results.
4334
1a3da2cd
AB
43352019-06-06 Amos Bird <amosbird@gmail.com>
4336
4337 * gdb.base/annota1.exp (thread_switch): Add test for
4338 thread-exited annotation.
4339
3847a7bf
TT
43402019-06-06 Tom Tromey <tromey@adacore.com>
4341
4342 * gdb.base/maint.exp: Expect command started/finished output.
4343
0088ba59
AB
43442019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4345
4346 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4347 comment.
4348 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4349
312617a3
AB
43502019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4351
4352 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4353 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4354 * gdb.arch/riscv-unwind-long-insn.c: New file.
4355 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4356
e1f2e1a2
CB
43572019-06-04 Christian Biesinger <cbiesinger@google.com>
4358
d3238f7d 4359 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4360
206584bd
PW
43612019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4362
4363 * lib/gdb.exp (help_list_trailer): New regexp variable
4364 factorizing the help trailer message.
4365 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4366 arg to allow to better factorize various tests.
4367 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4368 (test_prefix_command_help): Use help_list_trailer.
4369 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4370 * gdb.guile/scm-cmd.exp: Likewise.
4371 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4372 * gdb.base/help.exp: Use test_user_defined_class_help.
4373 * gdb.base/style.exp: Add tests for styling of help and apropos.
4374 * lib/gdb-utils.exp (style): Add title and highlight styles.
4375
708dc93e
PW
43762019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4377
4378 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4379 $_shell_exitsignal.
4380 * gdb.base/default.exp: Update for new convenience variables.
4381
f49055a5
TT
43822019-05-29 Tom Tromey <tromey@adacore.com>
4383
4384 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4385 to "break complete ada" test case's regexp.
4386
4330d61d
TT
43872019-05-29 Tom Tromey <tromey@adacore.com>
4388
4389 PR c++/20020:
4390 * gdb.cp/constexpr-field.exp: New file.
4391 * gdb.cp/constexpr-field.cc: New file.
4392
000439d5
TT
43932019-05-29 Tom Tromey <tromey@adacore.com>
4394
4395 * gdb.base/finish.exp (finish_no_print): New proc.
4396 (finish_tests): Call it.
4397
5a01c34c
TV
43982019-05-24 Tom de Vries <tdevries@suse.de>
4399
4400 * gdb.dwarf2/gdb-add-index.exp: New file.
4401
18125b16
TT
44022019-05-22 Tom Tromey <tromey@adacore.com>
4403
4404 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4405 * gdb.base/style.exp: Use "style".
4406 * lib/gdb-utils.exp (style): New proc.
4407
af1a8d03
TV
44082019-05-22 Tom de Vries <tdevries@suse.de>
4409
4410 * gdb.base/align.exp: Require c++11.
4411
e7fe496b
TV
44122019-05-22 Tom de Vries <tdevries@suse.de>
4413
4414 PR testsuite/24586
4415 * gdb.python/py-mi-var-info-path-expression.exp: Call
4416 mi_skip_python_tests to check if python is supported.
4417
8fca4da0
AH
44182019-05-22 Alan Hayward <alan.hayward@arm.com>
4419
4420 * gdb.arch/aarch64-pauth.c: New test.
4421 * gdb.arch/aarch64-pauth.exp: New file.
4422
b7060614
AH
44232019-05-22 Alan Hayward <alan.hayward@arm.com>
4424
4425 * README (Re-running Tests Outside The Testsuite): New section.
4426
669d0468
TV
44272019-05-21 Tom de Vries <tdevries@suse.de>
4428
4429 * gdb.arch/amd64-eval.exp: Require c++11.
4430 * gdb.base/max-depth.exp: Same.
4431 * gdb.compile/compile-cplus-array-decay.exp: Same.
4432 * gdb.cp/meth-typedefs.exp: Same.
4433 * gdb.cp/subtypes.exp: Same.
4434 * gdb.cp/temargs.exp: Same.
4435
ce3ebcaa
AH
44362019-05-21 Alan Hayward <alan.hayward@arm.com>
4437
4438 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4439
34d11c68
AB
44402019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4441
4442 PR gdb/18644
4443 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4444 * gdb.fortran/printing-types.exp: Add new test.
4445 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4446 testing.
4447 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4448 setup_kfail call.
4449
87781e84
AH
44502019-05-17 Alan Hayward <alan.hayward@arm.com>
4451
4452 * README (Running the Testsuite): Change example.
4453 (Testsuite Parameters): Remove TRANSCRIPT.
4454 * lib/gdb.exp: Remove TRANSCRIPT check.
4455
b420b89e
AH
44562019-05-17 Alan Hayward <alan.hayward@arm.com>
4457
4458 * README (Testsuite Parameters): Add replay logging to
4459 GDBSERVER_DEBUG.
4460 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4461 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4462 as a comma separated list.
4463 (gdb_debug_init): Override procedure.
4464
408e9b8b
AH
44652019-05-17 Alan Hayward <alan.hayward@arm.com>
4466
4467 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4468 (gdb_write_cmd_file): New procedure.
4469 * lib/gdbserver-support.exp (gdbserver_start): Call
4470 gdbserver_write_cmd_file.
4471 (gdbserver_write_cmd_file): New procedure.
4472
f9e2e39d
AH
44732019-05-17 Alan Hayward <alan.hayward@arm.com>
4474
4475 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4476 (delete_breakpoints): Likewise.
4477 (gdb_run_cmd): Likewise.
4478 (gdb_start_cmd): Likewise.
4479 (gdb_starti_cmd): Likewise.
4480 (gdb_internal_error_resync): Likewise.
4481 (gdb_test_multiple): Likewise.
4482 (gdb_reinitialize_dir): Likewise.
4483 (default_gdb_exit): Likewise.
4484 (gdb_file_cmd): Mark kill as optional.
4485 (default_gdb_start): Call gdb_stdin_log_init.
4486 (send_gdb): Call gdb_stdin_log_write.
4487 (rerun_to_main): Mark Y as an answer.
4488 (gdb_stdin_log_init): New function.
4489 (gdb_stdin_log_write): Likewise.
4490
81f47ac2
AH
44912019-05-17 Alan Hayward <alan.hayward@arm.com>
4492
4493 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4494 * gdb.base/debug-expr.exp: Likewise.
4495 * gdb.base/foll-fork.exp: Likewise.
4496 * gdb.base/foll-vfork.exp: Likewise.
4497 * gdb.base/fork-print-inferior-events.exp: Likewise.
4498 * gdb.base/gdb-sigterm.exp: Likewise.
4499 * gdb.base/gdbinit-history.exp: Likewise.
4500 * gdb.base/osabi.exp: Likewise.
4501 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4502 * gdb.base/ui-redirect.exp: Likewise.
4503 * gdb.gdb/unittest.exp: Likewise.
4504 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4505 * gdb.mi/mi-watch.exp: Likewise.
4506 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4507 * gdb.mi/user-selected-context-sync.exp: Likewise.
4508 * gdb.python/python.exp: Disable debug test when debugging.
4509 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4510 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4511 Likewise.
4512 * gdb.threads/stepi-random-signal.exp: Likewise.
4513
29b52314
AH
45142019-05-17 Alan Hayward <alan.hayward@arm.com>
4515
4516 * Makefile.in: Pass through GDB_DEBUG.
4517 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4518 (gdb,debug): Add board setting.
4519 * lib/gdb.exp (default_gdb_start): Start debugging.
4520 (gdb_debug_enabled): New procedure.
4521 (gdb_debug_init): Likewise.
29b52314
AH
4522
45232019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4524
29b52314
AH
4525 * Makefile.in: Pass through GDB_DEBUG.
4526 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4527 (gdb,debug): Add board setting.
4528 * lib/gdb.exp (default_gdb_start): Start debugging.
4529 (gdb_debug_enabled): New procedure.
4530 (gdb_debug_init): Likewise.
29b52314 4531
ca1285d1
AH
45322019-05-17 Alan Hayward <alan.hayward@arm.com>
4533
4534 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4535
f3a09c80
AH
45362019-05-17 Alan Hayward <alan.hayward@arm.com>
4537
4538 * gdb.base/ui-redirect.exp: Test redirection.
4539
26648588
JV
45402019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4541
4542 * gdb.mi/mi-complete.exp: New file.
4543 * gdb.mi/mi-complete.cc: Likewise.
4544
14237686
AB
45452019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4546
4547 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4548 indexed and sliced arrays, and pointers to arrays.
4549
e7bd7fba
TT
45502019-05-14 Tom Tromey <tromey@adacore.com>
4551
4552 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4553 styling test.
4554
2764128d
TV
45552019-05-14 Tom de Vries <tdevries@suse.de>
4556
4557 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4558 selection entry encoding.
4559
71bed2db
TT
45602019-05-10 Tom Tromey <tromey@adacore.com>
4561
4562 * gdb.ada/info_exc.exp: Add "complete" test.
4563
63b667ad
TV
45642019-05-09 Tom de Vries <tdevries@suse.de>
4565
4566 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4567 CU-relative.
4568
9cfd2b89
TV
45692019-05-09 Tom de Vries <tdevries@suse.de>
4570
4571 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4572 CU-relative.
4573
2228ef77
XR
45742019-05-08 Joel Brobecker <brobecker@adacore.com>
4575
4576 * gdb.ada/frame_arg_lang.exp: New testcase.
4577 * gdb.ada/frame_arg_lang/bla.adb: New file.
4578 * gdb.ada/frame_arg_lang/pck.ads: New file.
4579 * gdb.ada/frame_arg_lang/pck.adb: New file.
4580 * gdb.ada/frame_arg_lang/foo.c: New file.
4581
80e55b13
TT
45822019-05-08 Tom Tromey <tromey@adacore.com>
4583
4584 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4585
9d3421af
TT
45862019-05-08 Tom Tromey <tromey@adacore.com>
4587
4588 * gdb.base/ptype-offsets.exp: Update tests.
4589
844333e2
TT
45902019-05-08 Tom Tromey <tromey@adacore.com>
4591
4592 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4593 cases.
4594 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4595 "short".
4596
988915ee
TT
45972019-05-08 Tom Tromey <tromey@adacore.com>
4598
4599 * gdb.ada/vla.exp: New file.
4600 * gdb.ada/vla/vla.adb: New file.
4601
7bd55dac
TV
46022019-05-07 Tom de Vries <tdevries@suse.de>
4603
4604 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4605
75f06e9d
TV
46062019-05-07 Tom de Vries <tdevries@suse.de>
4607
4608 PR testsuite/24522
4609 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4610 section.
4611
77e7aaa4
TV
46122019-05-07 Tom de Vries <tdevries@suse.de>
4613
4614 PR testsuite/24522
4615 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4616 .debug_aranges section.
4617
456ba0fa
TV
46182019-05-07 Tom de Vries <tdevries@suse.de>
4619
4620 PR testsuite/24159
4621 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4622
5a56d6a6
TV
46232019-05-06 Tom de Vries <tdevries@suse.de>
4624
4625 * lib/gdb.exp (exec_has_index_section): New proc.
4626 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4627 section.
4628
9d6d4be8
TV
46292019-05-04 Tom de Vries <tdevries@suse.de>
4630
4631 * boards/cc-with-debug-names.exp: New file.
4632
222a8d25
TT
46332019-05-03 Tom Tromey <tromey@adacore.com>
4634
4635 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4636 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4637 * gdb.ada/char_enum.exp: Add test.
4638
0fdfd794
TV
46392019-05-03 Tom de Vries <tdevries@suse.de>
4640
4641 * boards/cc-with-gdb-index.exp: New file.
4642
80062eb9
AB
46432019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4644
4645 * gdb.rust/simple.exp: Add new test case.
4646 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4647 (main): Initialise an instance of the new struct.
4648
4504bbde
TT
46492019-05-01 Tom Tromey <tromey@adacore.com>
4650
4651 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4652 record.
4653 (NPR): New variable.
4654 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4655 test.
4656
d48e62f4
TT
46572019-05-01 Tom Tromey <tromey@adacore.com>
4658
4659 * gdb.ada/packed_array_assign.exp: Add packed assignment
4660 regression test.
4661
f59f30f5
TV
46622019-05-01 Tom de Vries <tdevries@suse.de>
4663
4664 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4665
b70bfc54
TV
46662019-05-01 Tom de Vries <tdevries@suse.de>
4667
4668 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4669
15f18d14
AT
46702019-04-30 Ali Tamur <tamur@google.com>
4671
4672 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4673
2ff0a947
TT
46742019-04-30 Tom Tromey <tromey@adacore.com>
4675
4676 * lib/ada.exp (find_ada_tool): New proc.
4677 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4678 * gdb.ada/catch_ex_std.exp: New file.
4679 * gdb.ada/catch_ex_std/foo.adb: New file.
4680 * gdb.ada/catch_ex_std/some_package.adb: New file.
4681 * gdb.ada/catch_ex_std/some_package.ads: New file.
4682
a776957c
TT
46832019-04-30 Tom Tromey <tromey@adacore.com>
4684
4685 PR c++/24470:
4686 * gdb.cp/temargs.cc: Add test code from PR.
4687
bc68014d
AB
46882019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4689
4690 * gdb.fortran/vla-datatypes.exp: Update expected results.
4691 * gdb.fortran/vla-ptype.exp: Likewise.
4692 * gdb.fortran/vla-type.exp: Likewise.
4693 * gdb.fortran/vla-value.exp: Likewise.
4694
f1fdc960
AB
46952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4696
4697 * gdb.fortran/ptr-indentation.exp: Update expected results.
4698 * gdb.fortran/ptype-on-functions.exp: Likewise.
4699 * gdb.fortran/vla-ptr-info.exp: Likewise.
4700 * gdb.fortran/vla-value.exp: Likewise.
4701
bf7a4de1
AB
47022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4703
4704 * gdb.fortran/ptype-on-functions.exp: New file.
4705 * gdb.fortran/ptype-on-functions.f90: New file.
4706
bbe75b9d
AB
47072019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4708
4709 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4710 case void string.
4711
1db455a7
AB
47122019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4713
4714 * gdb.fortran/complex.exp: Expand.
4715 * gdb.fortran/complex.f: Renamed to...
4716 * gdb.fortran/complex.f90: ...this, and extended to add more
4717 complex values.
4718
b6d03bb2
AB
47192019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4720
4721 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4722 MODULO, CMPLX.
4723
2e62ab40
AB
47242019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4725 Richard Bunt <richard.bunt@arm.com>
4726
4727 * gdb.base/max-depth.c: New file.
4728 * gdb.base/max-depth.exp: New file.
4729 * gdb.python/py-nested-maps.c: New file.
4730 * gdb.python/py-nested-maps.exp: New file.
4731 * gdb.python/py-nested-maps.py: New file.
4732 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4733 (test_all_common): Call test_max_depth.
4734 * gdb.fortran/max-depth.exp: New file.
4735 * gdb.fortran/max-depth.f90: New file.
4736 * gdb.go/max-depth.exp: New file.
4737 * gdb.go/max-depth.go: New file.
4738 * gdb.modula2/max-depth.exp: New file.
4739 * gdb.modula2/max-depth.c: New file.
4740 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4741
d2b584a5
TV
47422019-04-29 Tom de Vries <tdevries@suse.de>
4743
4744 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4745
136afab8
PW
47462019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4747
4748 * gdb.base/callexit.exp: Test may-call-functions off.
4749
725cbb63
KS
47502019-04-25 Keith Seitz <keiths@redhat.com>
4751
4752 PR c++/24367
4753 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4754 (another_incomplete_struct, test_incomplete): New definitions.
4755 (main): Use new definitions.
4756 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4757 functions.
4758
701adfb0
PA
47592019-04-25 Ali Tamur <tamur@google.com>
4760
4761 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4762
82433e3e
SDJ
47632019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4764
4765 PR corefiles/11608
4766 PR corefiles/18187
4767 * gdb.base/coredump-filter-build-id.exp: New file.
4768
dd06d4d6
AH
47692019-04-25 Alan Hayward <alan.hayward@arm.com>
4770
e79be6e5
SM
4771 * Makefile.in: Pass through GDBSERVER_DEBUG.
4772 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4773 (gdbserver,debug): Add board setting.
4774 * gdb.trace/tspeed.exp: Skip when debugging.
4775 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4776 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4777
1670072e
TT
47782019-04-24 Tom Tromey <tromey@adacore.com>
4779
4780 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4781 Rust.
4782
a59240a4
TT
47832019-04-24 Tom Tromey <tromey@adacore.com>
4784
4785 * gdb.arch/amd64-eval.exp: Test bitfield return.
4786 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4787 (class Foo) <return_bitfields>: New method.
4788 (main): Call it.
4789
b907456c
AB
47902019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4791
4792 * gdb.cp/many-args.cc: New file.
4793 * gdb.cp/many-args.exp: New file.
4794
5c565afd
TV
47952019-04-23 Tom de Vries <tdevries@suse.de>
4796
4797 PR gdb/24433
4798 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4799
ba22ff86
AH
48002019-04-23 Alan Hayward <alan.hayward@arm.com>
4801
4802 * gdb.trace/backtrace.exp: Use nopie flag.
4803 * gdb.trace/circ.exp: Likewise.
4804 * gdb.trace/collection.exp: Likewise.
4805 * gdb.trace/ftrace.exp: Likewise.
4806 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4807 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4808 * gdb.trace/qtro.exp: Likewise.
4809 * gdb.trace/read-memory.exp: Likewise.
4810 * gdb.trace/report.exp: Likewise.
4811 * gdb.trace/tfile.exp: Likewise.
4812 * gdb.trace/tfind.exp: Likewise.
4813 * gdb.trace/unavailable.exp: Likewise.
4814
7905fc35
PA
48152019-04-22 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.base/solib-probes-nosharedlibrary.c,
4818 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4819
8ecb59f8
TT
48202019-04-19 Tom Tromey <tromey@adacore.com>
4821
4822 * gdb.ada/ptype_union.c: New file.
4823 * gdb.ada/ptype_union.exp: New file.
4824
62160ec9
TT
48252019-04-19 Tom Tromey <tromey@adacore.com>
4826
4827 PR symtab/24423:
4828 * gdb.base/list0.h (foo): Add a control-l character.
4829
36cd4ba5
TV
48302019-04-18 Tom de Vries <tdevries@suse.de>
4831
4832 PR gdb/24433
4833 * boards/local-board.exp: Set sysroot to "".
4834
b73715df
TV
48352019-04-18 Tom de Vries <tdevries@suse.de>
4836 Pedro Alves <palves@redhat.com>
4837
4838 PR gdb/24454
4839 * gdb.threads/vfork-follow-child-exec.c: New file.
4840 * gdb.threads/vfork-follow-child-exec.exp: New file.
4841 * gdb.threads/vfork-follow-child-exit.c: New file.
4842 * gdb.threads/vfork-follow-child-exit.exp: New file.
4843
4aa866af
LS
48442019-04-15 Leszek Swirski <leszeks@google.com>
4845
4846 * gdb.arch/amd64-eval.cc: New file.
4847 * gdb.arch/amd64-eval.exp: New file.
4848
e5a1a79a
AH
48492019-04-11 Alan Hayward <alan.hayward@arm.com>
4850
4851 * gdb.server/sysroot.c: New test.
4852 * gdb.server/sysroot.exp: New file.
4853 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4854 matching param.
4855
41077b66
AB
48562019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4857
4858 * gdb.base/align.exp: Extend test to cover structures containing
4859 only static fields.
4860
c30391f8
TV
48612019-04-11 Tom de Vries <tdevries@suse.de>
4862
4863 * boards/cc-with-dwz-m.exp: New file.
4864 * boards/cc-with-dwz.exp: New file.
4865 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4866
e242fd12
SM
48672019-04-09 Simon Marchi <simon.marchi@efficios.com>
4868
4869 * gdb.base/start-cpp.exp: New file.
4870 * gdb.base/start-cpp.cc: New file.
4871
2b0c8b01
KB
48722019-04-08 Kevin Buettner <kevinb@redhat.com>
4873
4874 * gdb.python/py-thrhandle.exp: Adjust tests to call
4875 thread_from_handle instead of thread_from_thread_handle.
4876
947210e5
KB
48772019-04-08 Kevin Buettner <kevinb@redhat.com>
4878
4879 * gdb.python/py-thrhandle.exp: Add tests for
4880 gdb.InferiorThread.handle.
4881
d7df6549
AB
48822019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4883
4884 * gdb.python/py-function.exp: Check calling helper function from
4885 all languages.
4886 * lib/gdb.exp (gdb_supported_languages): New proc.
4887
8bdc1658
AB
48882019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4889
4890 * gdb.base/complex-parts.c: New file.
4891 * gdb.base/complex-parts.exp: New file.
4892
05caa1d2
TT
48932019-04-01 Tom Tromey <tromey@adacore.com>
4894
4895 PR symtab/23331:
4896 * gdb.dwarf2/dw2-ranges-main.c: New file.
4897 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4898 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4899
7734102d
EZ
49002019-03-30 Simon Marchi <simark@simark.ca>
4901
4902 * gdb.base/default.exp: Add values for $_gdb_major and
4903 $_gdb_minor.
4904
188e1fa9
TT
49052019-03-29 Tom Tromey <tromey@adacore.com>
4906
4907 * gdb.base/help.exp: Tighten apropos regexp.
4908
2880242d
KS
49092019-03-29 Keith Seitz <keiths@redhat.com>
4910
4911 * gdb.fortran/array-bounds.exp: New file.
4912 * gdb.fortran/array-bounds.f90: New file.
4913
077cad8e
PW
49142019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4915
4916 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4917
80047cfc
PW
49182019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4919
4920 * gdb.multi/hello.c (main): Increase alarm timer.
4921
f489207e
SL
49222019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4923
4924 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4925 factor when no hardware watchpoint support.
4926
c92df149
AH
49272019-03-28 Alan Hayward <alan.hayward@arm.com>
4928 Pedro Alves <palves@redhat.com>
4929
4930 * boards/local-board.exp: set sysroot to /.
4931
933aebfa
AH
49322019-03-27 Alan Hayward <alan.hayward@arm.com>
4933
4934 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4935 in child.
4936
9f9aa852
AB
49372019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4940 field.
4941 (make_container): Initialise new field.
4942 * gdb.python/py-prettyprint.exp: Add new tests.
4943 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4944 <display_hint>: New method.
4945
3714a195
AB
49462019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4947
4948 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4949 gdb_continue_to_breakpoint more throughout this test.
4950 (run_lang_tests) Supply unique test names, and use
4951 gdb_test_no_output.
4952
18c77628
AB
49532019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4954
4955 * gdb.base/finish-pretty.exp: Update expected results.
4956 * gdb.base/pretty-print.c: New file.
4957 * gdb.base/pretty-print.exp: New file.
4958
9a93502f
PA
49592019-03-25 Pedro Alves <palves@redhat.com>
4960
4961 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4962 move comments outside list. Append '-i "" eof' section.
4963
968aa7ae
AH
49642019-03-22 Alan Hayward <alan.hayward@arm.com>
4965
34a7f2a4 4966 PR testsuite/25016
968aa7ae
AH
4967 * README: Add pie options.
4968 * gdb.base/break-interp.exp: Ensure pie is disabled.
4969 * gdb.base/dump.exp: Likewise.
4970 * lib/gdb.exp (gdb_compile): Add pie option.
4971
4c7d57e7
TT
49722019-03-19 Tom Tromey <tromey@adacore.com>
4973
4974 * gdb.mi/mi2-cli-display.c: New file.
4975 * gdb.mi/mi2-cli-display.exp: New file.
4976
bff8c71f
TT
49772019-03-18 Joel Brobecker <brobecker@adacore.com>
4978 Tom Tromey <tromey@adacore.com>
4979
4980 * gdb.ada/ptype_array/pck.adb: New file.
4981 * gdb.ada/ptype_array/pck.ads: New file.
4982 * gdb.ada/ptype_array/foo.adb: New file.
4983 * gdb.ada/ptype_array.exp: New file.
4984
d085f989
TT
49852019-03-14 Tom Tromey <tromey@adacore.com>
4986
4987 * gdb.base/style.exp: Add "set style sources" test.
4988
b4be1b06
SM
49892019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4990
4991 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4992 * mi-breakpoint-multiple-locations.exp: ... this.
4993 (make_breakpoints_pattern): New proc.
4994 (do_test): Add mi_version parameter, test -break-insert,
4995 -break-info and =breakpoint-created.
4996
7cde5fc2
AB
49972019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4998
4999 * config/default.exp: Remove 'load_lib gdb.exp'.
5000 * config/monitor.exp: Likewise.
5001 * config/sid.exp: Likewise.
5002 * config/sim.exp: Likewise.
5003 * config/slite.exp: Likewise.
5004 * config/unix.exp: Likewise.
5005 * gdb.base/default.exp: Remove unhelpful comment.
5006
efbecbc1
AB
50072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5008
5009 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5010
0841c79a
AB
50112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5012
5013 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5014
4a270568
AB
50152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5016
5017 * gdb.fortran/type-kinds.exp: Update expected results.
5018
067630bd
AB
50192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5020
5021 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5022
3be47f7a
AB
50232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5024
5025 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5026 function.
5027 (test_basic_parsing_of_type_kinds): Expand types tested.
5028 (test_parsing_invalid_type_kinds): New function.
5029
4d00f5d8
AB
50302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5031
5032 * gdb.fortran/intrinsics.exp: New file.
5033 * gdb.fortran/intrinsics.f90: New file.
5034 * gdb.fortran/type-kinds.exp: New file.
5035
c8f91604
AB
50362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5037
5038 * gdb.fortran/dot-ops.exp: New file.
5039
dd9f2c76
AB
50402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5041
5042 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5043 Check upper and lower case logical literals.
5044
84ec9724
AB
50452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5046
5047 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5048 Remove duplicate tests.
5049
c3734e09
AH
50502019-03-06 Alan Hayward <alan.hayward@arm.com>
5051
5052 * lib/gdb.exp (builtin_cd): rename of cd.
5053 (cd): Override builtin.
5054
aa3cfbda
RB
50552019-03-06 Richard Bunt <richard.bunt@arm.com>
5056
5057 * gdb.fortran/function-calls.exp: New file.
5058 * gdb.fortran/function-calls.f90: New test.
5059
7b63ad86
RB
50602019-03-04 Richard Bunt <richard.bunt@arm.com>
5061
5062 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5063 on user program standard output.
5064 * gdb.fortran/short-circuit-argument-list.f90: Record function
5065 calls.
5066
01abb042
AH
50672019-02-28 Alan Hayward <alan.hayward@arm.com>
5068
c3734e09
AH
5069 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5070 failure.
01abb042 5071
92137da0
RO
50722019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5073
5074 PR gdb/8527
5075 * gdb.base/interrupt-daemon-attach.c,
5076 gdb.base/interrupt-daemon-attach.exp: New test.
5077
5862844d
PA
50782019-02-27 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/page.exp: Add tests for "set width/height -1".
5081
8ed25214
PA
50822019-02-27 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.base/page.exp: Add tests for "set/show width/height" with
5085 "infinite" values.
5086
6c28e44a
TT
50872019-02-27 Tom Tromey <tromey@adacore.com>
5088
5089 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5090 2.4.
5091 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5092 workaround.
5093
bf9a735e
AB
50942019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5095
5096 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5097 tests for structs with static members.
5098
8791793c
TT
50992019-02-26 Tom Tromey <tromey@adacore.com>
5100
5101 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5102 ValueError, not TypeError.
5103
bc2a507e
KB
51042019-02-26 Kevin Buettner <kevinb@redhat.com>
5105
5106 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5107 call from main program.
5108
e0e7d3bd
JB
51092019-02-23 Joel Brobecker <brobecker@adacore.com>
5110
5111 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5112 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5113 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5114 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5115 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5116
9600246d
KS
51172019-02-22 Keith Seitz <keiths@redhat.com>
5118
5119 PR symtab/23853
5120 * gdb.base/symlink-sourcefile.c: New file.
5121 * gdb.base/symlink-sourcefile.exp: New file.
5122
0c95f9ed
TT
51232019-02-20 Tom Tromey <tom@tromey.com>
5124
5125 * gdb.base/info_qt.exp: Update.
5126
6caa91b6
SM
51272019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5128
5129 * gdb.base/source.exp: Move "error in sourced script" code to
5130 the end.
5131 * gdb.base/source-error.gdb: Move contents to
5132 source-error-1.gdb. Add new code to source source-error-1.gdb.
5133 * gdb.base/source-error-1.gdb: New file, from previous
5134 source-error.gdb.
5135
6506371f
TT
51362019-02-17 Tom Tromey <tom@tromey.com>
5137
5138 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5139 for macro styling.
5140 * gdb.base/style.c (SOME_MACRO): New macro.
5141
a0087920
TT
51422019-02-17 Tom Tromey <tom@tromey.com>
5143
5144 * gdb.base/style.exp: Add line-wrapping tests.
5145 * gdb.base/page.exp: Add test for quitting during pagination.
5146
a2cd4f14
JB
51472019-02-17 Joel Brobecker <brobecker@adacore.com>
5148
5149 * gdb.ada/big_packed_array: New testcase.
5150 * gdb.ada/homonym.exp: Fix incorrect expected output for
5151 "break <homonym__get_value>" test.
5152
9d70ffbc
WP
51532019-02-13 Weimin Pan <weimin.pan@oracle.com>
5154
5155 PR breakpoints/21870
5156 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5157 and prepare_for_testing. Add comment.
5158 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5159 redundant cleanup call. Clean up comment.
5160
01c7ae81
WP
51612019-02-12 Weimin Pan <weimin.pan@oracle.com>
5162
5163 PR breakpoints/21870
5164 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5165 * gdb.arch/aarch64-dbreg-contents.c: New file.
5166
aff29d1c
JB
51672019-02-10 Joel Brobecker <brobecker@adacore.com>
5168
5169 * gdb.ada/mi_ref_changeable: New testcase.
5170
df0da8a2
AH
51712019-02-07 Alan Hayward <alan.hayward@arm.com>
5172
5173 * gdb.base/attach.exp: Add double attach test.
5174
bd447abb
SM
51752019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5176
5177 * lib/gdb.exp (default_gdb_start): Don't match pagination
5178 prompt.
5179 (gdb_init): Set stty_init.
5180
1dbc40b9
TT
51812019-01-27 Tom Tromey <tom@tromey.com>
5182
5183 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5184 skip_python_tests.
5185
353229bf
AH
51862019-01-24 Alan Hayward <alan.hayward@arm.com>
5187
5188 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5189 New structure.
5190 (struct struct_static_02_02): Likewise.
5191 (struct struct_static_02_03): Likewise.
5192 (struct struct_static_02_04): Likewise.
5193 (struct struct_static_04_01): Likewise.
5194 (struct struct_static_04_02): Likewise.
5195 (struct struct_static_04_03): Likewise.
5196 (struct struct_static_04_04): Likewise.
5197 (struct struct_static_06_01): Likewise.
5198 (struct struct_static_06_02): Likewise.
5199 (struct struct_static_06_03): Likewise.
5200 (struct struct_static_06_04): Likewise.
5201 (cmp_struct_static_02_01): Likewise.
5202 (cmp_struct_static_02_02): Likewise.
5203 (cmp_struct_static_02_03): Likewise.
5204 (cmp_struct_static_02_04): Likewise.
5205 (cmp_struct_static_04_01): Likewise.
5206 (cmp_struct_static_04_02): Likewise.
5207 (cmp_struct_static_04_03): Likewise.
5208 (cmp_struct_static_04_04): Likewise.
5209 (cmp_struct_static_06_01): Likewise.
5210 (cmp_struct_static_06_02): Likewise.
5211 (cmp_struct_static_06_03): Likewise.
5212 (cmp_struct_static_06_04): Likewise.
5213 (call_all): Test new structs.
5214 * gdb.base/infcall-nested-structs.exp: Likewise.
5215
73021deb
AH
52162019-01-21 Alan Hayward <alan.hayward@arm.com>
5217 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5218
fc65c7db
AH
52192019-01-21 Alan Hayward <alan.hayward@arm.com>
5220 * gdb.base/stack-protector.c: New test.
5221 * gdb.base/stack-protector.exp: New file.
5222 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5223 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5224 option.
5225 (gdb_compile): Remove stack protector for GCC and prevent
5226 recursion.
5227
c24bdb02
KS
52282019-01-16 Keith Seitz <keiths@redhat.com>
5229
5230 PR gdb/23773
5231 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5232
6f072a10
PFC
52332019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5234
5235 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5236 aliases.
5237 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5238 tests.
5239 * gdb.arch/powerpc-vector-regs.c: New file.
5240 * gdb.arch/powerpc-vector-regs.exp: New file.
5241
a7b8d682
PFC
52422019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5243
5244 * gdb.arch/altivec-regs.exp: Fix the list passed to
5245 gdb_expect_list when testing "info vector".
5246
6eb6fb67
AB
52472019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5248
5249 * gdb.base/style.exp: Don't include path in testname.
5250
b56f80d8
KS
52512019-01-10 Keith Seitz <keiths@redhat.com>
5252
5253 PR gdb/23712
5254 PR symtab/23010
5255 * gdb.dwarf2/multidictionary.exp: New file.
5256
041be526
SM
52572019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5258
5259 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5260 (test_gnuv3_style_demangling): ... this.
5261 (test_lucid_style_demangling): Remove.
5262 (test_arm_style_demangling): Remove.
5263 (test_hp_style_demangling): Remove.
5264 (do_tests): Remove calls to the above.
5265
d820d0c3
AB
52662019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5267
5268 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5269 case.
5270
f097f5ad
TT
52712019-01-06 Tom Tromey <tom@tromey.com>
5272
5273 PR gdb/28155:
5274 * gdb.dwarf2/typedef-void-finish.exp: New file.
5275
2cd8cc0b
TT
52762018-12-28 Tom Tromey <tom@tromey.com>
5277 Simon Marchi <simark@simark.ca>
5278
5279 * gdb.base/jit-exec.exp: New file.
5280 * gdb.base/jit-exec.c: New file.
5281 * gdb.base/jit-execd.c: New file.
5282
35fb8261
TT
52832018-12-28 Tom Tromey <tom@tromey.com>
5284
5285 * gdb.base/style.exp: Update test to check for address styling.
5286
47fd17cd
TT
52872018-12-28 Tom Tromey <tom@tromey.com>
5288
5289 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5290 message.
5291
d47032b7
TT
52922018-12-28 Tom Tromey <tom@tromey.com>
5293
5294 * gdb.base/style.exp: Add test for version number styling.
5295
af79b68d
TT
52962018-12-28 Tom Tromey <tom@tromey.com>
5297
5298 * gdb.base/style.exp: Add test for print_address_symbolic.
5299
0bb296cb
TT
53002018-12-28 Tom Tromey <tom@tromey.com>
5301
5302 * gdb.base/style.exp: Add test for breakpoint setting.
5303
80ae2043
TT
53042018-12-28 Tom Tromey <tom@tromey.com>
5305
5306 * gdb.base/style.exp: Add test for variable names.
5307
cbe56571
TT
53082018-12-28 Tom Tromey <tom@tromey.com>
5309
5310 * gdb.base/style.exp: New file.
5311 * gdb.base/style.c: New file.
5312
9162a27c
TT
53132018-12-28 Tom Tromey <tom@tromey.com>
5314
5315 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5316 "dumb".
5317 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5318 the TERM environment variable.
5319
bc543c90
TT
53202018-12-27 Tom Tromey <tom@tromey.com>
5321
5322 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5323 pagination test.
5324
6f0ffe50
AB
53252018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5326
5327 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5328 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5329
b5a1e557
PW
53302018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5331
5332 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5333 Filename a.adb changed to bp_fun_addr.adb.
5334 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5335
6e8b1ab2
JV
53362018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5337
5338 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5339 non-PIE executables.
5340 * README: Mention the gdb,nopie_flag board setting.
5341 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5342 non-PIE executable.
5343 * gdb.arch/amd64-entry-value.exp: Likewise.
5344 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5345 * gdb.arch/i386-float.exp: Likewise.
5346 * gdb.arch/i386-signal.exp: Likewise.
5347 * gdb.mi/mi-reg-undefined.exp: Likewise.
5348
d00a27c5
PM
53492018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5350
5351 PR gdb/23974
5352 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5353
161d081c
PW
53542018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5355
5356 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5357 Update order of results accordingly.
5358
b001de23
AB
53592018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5360
5361 * gdb.base/annota1.exp: Update a test regexp.
5362
99e1a184
AB
53632018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5364
5365 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5366
7a81c1e2
PW
53672018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5368
5369 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5370 (reuse_time): Initialize to REUSE_TIME_CAP.
5371 (check_rc): New function.
5372 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5373 Check pthread_create rc.
5374 (spawner_thread_func): Check pthread_create and pthread_join rc.
5375
73e8dc90
PA
53762018-12-08 Pedro Alves <palves@redhat.com>
5377
5378 * gdb.base/list.exp (test_forward_search): Rename to ...
5379 (test_forward_reverse_search): ... this. Also test reverse-search
5380 and the forward-search alias.
5381
13f2ed32
AB
53822018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5383
5384 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5385 local timeout variable before return, and remove all local timeout
5386 variable entirely.
5387 (gdb_load): Likewise.
5388
64d27cfc
TV
53892018-12-01 Tom de Vries <tdevries@suse.de>
5390
5391 * gdb.base/gdb-caching-proc.exp: New file.
5392
f63c03b4
SDJ
53932018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5394
5395 * Makefile.in (TIMESTAMP): New variable.
5396 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5397 command.
5398 (check-single-racy): Likewise.
5399 (check/%.exp): Likewise.
5400 (check-racy/%.exp): Likewise.
5401 (workers/%.worker): Likewise.
5402 (build-perf): Likewise.
5403 (check-perf): Likewise.
5404 * README: Describe new "TS" and "TS_FORMAT" variables.
5405 * print-ts.py: New file.
5406
1c97054b
BF
54072018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5408
5409 PR python/23714
5410 * gdb.python/python.exp: Test command repetition after
5411 gdb.execute.
5412
1871a62d
AB
54132018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5414
5415 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5416 is correctly aligned.
5417
fb5e1ed9
PW
54182018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5419
5420 * gdb.ada/info_auto_lang.exp: New testcase.
5421 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5422 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5423 * gdb.ada/info_auto_lang/some_c.c: New file.
5424
43d397ca
PW
54252018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5426
5427 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5428 FUNC_lang language syntax.
5429
beddd671
PW
54302018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5431
5432 * gdb.base/info_minsym.c: New file.
5433 * gdb.base/info_minsym.exp: New file.
5434
73fc52c4
TT
54352018-11-19 Tom Tromey <tom@tromey.com>
5436
5437 PR rust/23625:
5438 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5439 * gdb.rust/expr.exp: Update expected output. Change one test.
5440
994b876a
TT
54412018-11-19 Tom Tromey <tom@tromey.com>
5442
5443 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5444
6769f276
PA
54452018-11-19 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5448 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5449 see the expected warning.
5450
38a72da0
AH
54512018-11-16 Alan Hayward <alan.hayward@arm.com>
5452
5453 PR gdb/22736:
5454 * gdb.cp/infcall-nodebug-lib.c: New test.
5455 * gdb.cp/infcall-nodebug-main.c: New test.
5456 * gdb.cp/infcall-nodebug.exp: New file.
5457
53a89d6e
SM
54582018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5459
5460 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5461 completer tests.
5462
9325300d
TV
54632018-11-09 Tom de Vries <tdevries@suse.de>
5464
5465 * gdb.base/msym-lang.c: New test.
5466 * gdb.base/msym-lang.exp: New file.
5467 * gdb.base/msym-lang-main.c: New test.
5468
20f0d60d
TT
54692018-11-08 Tom Tromey <tom@tromey.com>
5470
5471 PR gdb/23555:
5472 PR gdb/23838:
5473 * gdb.base/warning.exp: New file.
5474
b5420128
JB
54752018-11-08 Jan Beulich <jbeulich@suse.com>
5476
5477 * testsuite/gdb.arch/i386-avx512.c,
5478 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5479
cd115d61
AB
54802018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5481
5482 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5483 point hardware.
5484
35ee2dc2
AB
54852018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5486
5487 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5488 * gdb.dwarf2/missing-type-name.exp: New file.
5489
31aceee8
TV
54902018-11-06 Tom de Vries <tdevries@suse.de>
5491
5492 * gdb.base/many-headers.c: New test.
5493 * gdb.base/many-headers.exp: New file.
5494
109be305
JW
54952018-11-06 Jim Wilson <jimw@sifive.com>
5496
5497 * gdb.base/code_elim.exp: For riscv, set additional_flags
5498 to include -msmall-data-limit=0.
5499
e2b7af72
JB
55002018-11-01 Joel Brobecker <brobecker@adacore.com>
5501
5502 * gdb.ada/watch_minus_l: New testcase.
5503
cdcda965
SM
55042018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5505
5506 * gdb.arch/aix-sighandle.c: New file.
5507 * gdb.arch/aix-sighandle.exp: New file.
5508
92dcebf3
AB
55092018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5510
5511 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5512 registers being unions.
5513
68b9ac18
TV
55142018-10-31 Tom de Vries <tdevries@suse.de>
5515
5516 * lib/valgrind.exp: New file.
5517 (vgdb_start, vgdb_stop): New procs, factored out of ...
5518 * gdb.base/valgrind-bt.exp: ... here, ...
5519 * gdb.base/valgrind-disp-step.exp: ... here and ...
5520 * gdb.base/valgrind-infcall.exp: ... here.
5521
1443936e
TV
55222018-10-31 Tom de Vries <tdevries@suse.de>
5523
5524 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5525
eb77c9df
AB
55262018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5527
5528 * gdb.dwarf2/void-type.c: New file.
5529 * gdb.dwarf2/void-type.exp: New file.
5530
82b5e646
PW
55312018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5532
5533 * gdb.base/info_qt.c: New file.
5534 * gdb.base/info_qt.exp: New file.
5535
8d619c01
EBM
55362018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5537
5538 * gdb.arch/powerpc-htm-regs.c: New file.
5539 * gdb.arch/powerpc-htm-regs.exp: New file.
5540
f2cf6173
EBM
55412018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5542
5543 * gdb.arch/powerpc-tar.c: New file.
5544 * gdb.arch/powerpc-tar.exp: New file.
5545
7ca18ed6
EBM
55462018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5547
5548 * gdb.arch/powerpc-ppr-dscr.c: New file.
5549 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5550
bfcc0eba
TV
55512018-10-25 Tom de Vries <tdevries@suse.de>
5552
5553 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5554
fe1a5cad
TV
55552018-10-24 Tom de Vries <tdevries@suse.de>
5556
5557 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5558 longer exists error.
5559
a76dc3b7
TV
55602018-10-24 Tom de Vries <tdevries@suse.de>
5561
5562 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5563
4df46df7
TV
55642018-10-24 Tom de Vries <tdevries@suse.de>
5565
5566 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5567 --db-attach in valgrind.
5568
0dbfcfff
AB
55692018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5570
5571 * gdb.arch/riscv-reg-aliases.c: New file.
5572 * gdb.arch/riscv-reg-aliases.exp: New file.
5573
b04480b1
AH
55742018-10-19 Alan Hayward <alan.hayward@arm.com>
5575
5576 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5577
2c6ac8d7
AH
55782018-10-19 Alan Hayward <alan.hayward@arm.com>
5579
5580 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5581
2bc69f25
AH
55822018-10-19 Alan Hayward <alan.hayward@arm.com>
5583
5584 * gdb.cp/ovldbreak.exp: Fix regexps.
5585
1f1ae3a3
AH
55862018-10-19 Alan Hayward <alan.hayward@arm.com>
5587
5588 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5589
94c18618
SDJ
55902018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5591
5592 PR cli/23785
5593 * gdb.base/restore.exp: New test to check if "restore" with an
5594 invalid file doesn't segfault.
5595
812cd6eb
TV
55962018-10-18 Tom de Vries <tdevries@suse.de>
5597
5598 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5599 * gdb.ada/excep_handle.exp: Same.
5600 * gdb.ada/mi_string_access.exp: Same.
5601 * gdb.ada/mi_var_union.exp: Same.
5602 * gdb.arch/arc-analyze-prologue.exp: Same.
5603 * gdb.arch/arc-decode-insn.exp: Same.
5604 * gdb.base/readnever.exp: Same.
5605 * gdb.fortran/printing-types.exp: Same.
5606 * gdb.guile/scm-lazy-string.exp: Same.
5607
c4b90788
TV
56082018-10-16 Tom de Vries <tdevries@suse.de>
5609
5610 PR gdb/23730
5611 * gdb.base/catch-follow-exec.c: Add copyright notice.
5612 * gdb.base/catch-follow-exec.exp: Rewrite to use
5613 gdb_spawn_with_cmdline_opts. Require gdb-native.
5614
8bca2978
SL
56152018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5616
5617 * gdb.trace/actions-changed.exp: Check for arch support.
5618 * gdb.trace/actions.exp: Likewise.
5619 * gdb.trace/ax.exp: Likewise.
5620 * gdb.trace/backtrace.exp: Likewise.
5621 * gdb.trace/change-loc.exp: Likewise.
5622 * gdb.trace/deltrace.exp: Likewise.
5623 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5624 * gdb.trace/ftrace.exp: Likewise.
5625 * gdb.trace/infotrace.exp: Check for arch support.
5626 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5627 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5628 * gdb.trace/mi-tsv-changed.exp: Likewise.
5629 * gdb.trace/packetlen.exp: Likewise.
5630 * gdb.trace/passc-dyn.exp: Likewise.
5631 * gdb.trace/passcount.exp: Likewise.
5632 * gdb.trace/pending.exp: Likewise.
5633 * gdb.trace/range-stepping.exp: Check for shlib support.
5634 * gdb.trace/report.exp: Check for arch support.
5635 * gdb.trace/save-trace.exp: Likewise.
5636 * gdb.trace/signal.exp: Check for signal support.
5637 * gdb.trace/tfind.exp: Check for arch support.
5638 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5639 * gdb.trace/trace-common.h: Add comment.
5640 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5641 * gdb.trace/trace-enable-disable.exp: Likewise.
5642 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5643 * gdb.trace/tracecmd.exp: Check for arch support.
5644 * gdb.trace/tspeed.exp: Check for shlib and target support.
5645 * gdb.trace/tstatus.exp: Check for arch support.
5646 * gdb.trace/tsv.exp: Likewise.
5647 * gdb.trace/while-dyn.exp: Likewise.
5648 * gdb.trace/while-stepping.exp: Likewise.
5649 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5650
f9c49bff
SM
56512018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5652
5653 * gdb.trace/tspeed.exp: Remove nowarnings.
5654 (prepare_for_trace_test): Declare "global ipalib".
5655 * gdb.trace/tspeed.c: Include unistd.h.
5656 (main): Remove superfluous printf argument.
5657
d4330bde
SL
56582018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5659
5660 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5661 directory prefix on the filename.
5662
8ecfd7bd
SDJ
56632018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5664
5665 * gdb.gdb/unittest.exp: Update expected message informing that
5666 selftests have been disabled.
5667 * gdb.server/unittest.exp: Likewise.
5668
58bbcd02
TV
56692018-10-09 Tom de Vries <tdevries@suse.de>
5670
5671 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5672 with runto_main.
5673
9f6b697b
WP
56742018-10-08 Weimin Pan <weimin.pan@oracle.com>
5675
5676 PR c++/16841
5677 * gdb.cp/virtbase2.cc: New file.
5678 * gdb.cp/virtbase2.exp: New file.
5679
add5ded5
TT
56802018-10-06 Tom Tromey <tom@tromey.com>
5681
5682 PR python/19399:
5683 * gdb.python/py-inferior.exp: Add architecture test.
5684
f9e48344
TT
56852018-10-06 Tom Tromey <tom@tromey.com>
5686
5687 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5688 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5689
2a8be203
TT
56902018-10-06 Tom Tromey <tom@tromey.com>
5691
5692 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5693 of a "throw" catchpoint.
5694
e04caa70
SDJ
56952018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5696
5697 * gdb.base/info-proc.exp: Update string expected from "help info
5698 proc".
5699
5ca8c39f
TT
57002018-10-04 Tom Tromey <tom@tromey.com>
5701
5702 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5703 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5704 (test_initial_complaints, test_empty_complaints): Update.
5705 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5706
3453e7e4
TT
57072018-10-04 Tom Tromey <tom@tromey.com>
5708
5709 PR cli/19551:
5710 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5711 * lib/gdb.exp (gdb_file_cmd): Update.
5712 * gdb.stabs/weird.exp (print_weird_var): Update.
5713 * gdb.server/solib-list.exp: Update.
5714 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5715 * gdb.mi/mi-cli.exp: Update.
5716 * gdb.linespec/linespec.exp: Update.
5717 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5718 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5719 * gdb.cp/cp-relocate.exp: Update.
5720 * gdb.base/sym-file.exp: Update.
5721 * gdb.base/relocate.exp: Update.
5722 * gdb.base/readnever.exp: Update.
5723 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5724 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5725 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5726 * gdb.base/code_elim.exp: Update.
5727 * gdb.base/break-unload-file.exp (test_break): Update.
5728 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5729 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5730 Update.
5731 * gdb.base/attach.exp (do_attach_tests): Update.
5732 * gdb.base/sepdebug.exp: Update.
5733 * gdb.python/py-section-script.exp: Update.
5734
6afcf761
TT
57352018-10-04 Tom Tromey <tom@tromey.com>
5736
5737 PR cli/22234:
5738 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5739 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5740 output.
5741
fef1b293
TT
57422018-10-04 Tom Tromey <tom@tromey.com>
5743
5744 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5745 set width and height to 0.
5746 (test_command_line_attach_run): Use -quiet.
5747
ca98345e
SL
57482018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5749
5750 * lib/gdb.exp (skip_ifunc_tests): New.
5751 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5752 other compile failures.
5753 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5754
ff34e6ae
SM
57552018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5756
5757 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5758 is_amd64_regs_target.
5759
6bb8890e
AH
57602018-10-01 Alan Hayward <alan.hayward@arm.com>
5761
5762 * gdb.arch/aarch64-sighandler-regs.c: New test.
5763 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5764 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5765
224d30d3
MM
57662018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5767
5768 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5769 assembly.
5770
f67ffa6a
AB
57712018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5772
5773 * gdb.base/frame-selection.exp: New file.
5774 * gdb.base/frame-selection.c: New file.
5775
9fc3183f
AH
57762018-09-27 Alan Hayward <alan.hayward@arm.com>
5777
5778 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5779 pthread barrier.
5780 (main): Likewise.
5781
d354055e
AB
57822018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5783
5784 * gdb.base/large-frame-1.c: New file.
5785 * gdb.base/large-frame-2.c: New file.
5786 * gdb.base/large-frame.exp: New file.
5787 * gdb.base/large-frame.h: New file.
5788
db727370
JL
57892018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5790
5791 PR gdb/20948
5792 * gdb.base/write_mem.exp: New test.
5793 * gdb.base/write_mem.c: Likewise.
5794
ae778caf
TT
57952018-09-23 Tom Tromey <tom@tromey.com>
5796
5797 PR python/18852:
5798 * gdb.python/py-parameter.exp: Add test for parameter that throws
5799 on "set".
5800
fd3ba736
TT
58012018-09-23 Tom Tromey <tom@tromey.com>
5802
5803 PR python/17284:
5804 * gdb.python/py-template.exp (test_template_arg): Add test for
5805 negative template argument number.
5806
39a24317
TT
58072018-09-23 Tom Tromey <tom@tromey.com>
5808
5809 PR python/14062:
5810 * gdb.python/python.exp: Add test for post_event error.
5811
f5769a2c
TT
58122018-09-23 Tom Tromey <tom@tromey.com>
5813
5814 PR python/18170:
5815 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5816 convert pointers to int and long.
5817
1c1e54f6
TT
58182018-09-23 Tom Tromey <tom@tromey.com>
5819
5820 PR python/20126:
5821 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5822 signed-ness conversion tests.
5823
fb4fa946
TT
58242018-09-23 Tom Tromey <tom@tromey.com>
5825
5826 PR python/18352;
5827 * gdb.python/py-value.exp (test_float_conversion): New proc.
5828 Use it.
5829
a466edac
HAQ
58302018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5831
5832 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5833
4ee9b0c5
SL
58342018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5835
5836 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5837 no readline.
5838 * gdb.base/utf8-identifiers.exp: Likewise.
5839 * gdb.cp/cpcompletion.exp: Likewise.
5840 * gdb.linespec/cpcompletion.exp: Likewise.
5841 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5842 * gdb.linespec/cpls-ops.exp: Likewise.
5843
23be8da7
RB
58442018-09-19 Richard Bunt <richard.bunt@arm.com>
5845 Chris January <chris.january@arm.com>
5846
5847 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5848 * gdb.fortran/short-circuit-argument-list.exp: New file.
5849 * gdb.fortran/short-circuit-argument-list.f90: New test.
5850
5031d0ae
SDJ
58512018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5852
5853 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5854 "arch=" keyword when executing "-stack-list-frames".
5855
b4c0d1a4
SDJ
58562018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5857
5858 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5859 "arch=" keyword when executing "-stack-list-frames".
5860
7a6d2b45
SDJ
58612018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5862
5863 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5864 break ada".
5865
8588b356
SM
58662018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5867
5868 PR python/23669
5869 * gdb.python/python.exp: Test gdb.execute("show commands").
5870
65e65158
TT
58712018-09-16 Tom Tromey <tom@tromey.com>
5872
5873 * gdb.base/new-ui.exp (do_execution_tests): Update.
5874 * gdb.base/dbx.exp (test_breakpoints): Update.
5875
bf326452
AH
58762018-09-14 Alan Hayward <alan.hayward@arm.com>
5877
5878 * lib/gdb.exp (gdb_simple_compile): Add proc.
5879 (is_elf_target): Use gdb_simple_compile.
5880 (skip_altivec_tests): Likewise.
5881 (skip_vsx_tests): Likewise.
5882 (skip_tsx_tests): Likewise.
5883 (skip_btrace_tests): Likewise.
5884 (skip_btrace_pt_tests): Likewise.
5885 (gdb_can_simple_compile): Likewise.
5886 (gdb_has_argv0): Likewise.
5887 (gdb_target_symbol_prefix): Likewise.
5888 (target_supports_scheduler_locking): Likewise.
5889
2361b0fb
TT
58902018-09-13 Tom Tromey <tom@tromey.com>
5891
5892 * Makefile.in (TAGS): Recognize proc_with_prefix and
5893 gdb_caching_proc.
5894
0ae1a321
SM
58952018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5896
5897 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5898 method.
5899
a40bf0c2
SM
59002018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5901
5902 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5903 and a few other Inferior properties when the Inferior is no
5904 longer valid.
5905
4a3fe98f
TT
59062018-09-13 Tom Tromey <tom@tromey.com>
5907
5908 PR rust/23650:
5909 * gdb.rust/simple.exp: Add test for enum field access error.
5910
098b2108
TT
59112018-09-13 Tom Tromey <tom@tromey.com>
5912
5913 PR rust/23626:
5914 * gdb.rust/simple.rs (EmptyEnum): New type.
5915 (main): Use it.
5916 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5917
1256af7d
SM
59182018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5919
5920 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5921 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5922 * gdb.python/py-symtab.exp: Update test printing an objfile.
5923
4aa8e6c2
SM
59242018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5925
5926 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5927 object.
5928
c221b2f7
AH
59292018-09-12 Alan Hayward <alan.hayward@arm.com>
5930
5931 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5932 (support_complex_tests): Use gdb_can_simple_compile.
5933 (is_ilp32_target): Likewise.
5934 (is_lp64_target): Likewise.
5935 (is_64_target): Likewise.
5936 (is_amd64_regs_target): Likewise.
5937 (is_aarch32_target): Likewise.
5938 (gdb_int128_helper): Likewise.
5939
6f1107b5
JK
59402018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5941
5942 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5943
1f5d1570
JG
59442018-09-10 Jerome Guitton <guitton@adacore.com>
5945
5946 * gdb.ada/same_component_name: Add test for case of tagged record
5947 with variable-length fields.
5948
cc330e39
XR
59492018-09-10 Xavier Roirand <roirand@adacore.com>
5950
5951 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5952 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5953 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5954 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5955
b9c50e9a
XR
59562018-09-10 Xavier Roirand <roirand@adacore.com>
5957
5958 * gdb.ada/mi_string_access.exp: New testcase.
5959 * gdb.ada/mi_string_access/bar.adb: New file.
5960 * gdb.ada/mi_string_access/pck.adb: New file.
5961 * gdb.ada/mi_string_access/pck.asd: New file.
5962
2963898f
XR
59632018-09-10 Xavier Roirand <roirand@adacore.com>
5964
5965 * gdb.ada/mi_var_union.exp: New testcase.
5966 * gdb.ada/mi_var_union/bar.adb: New file.
5967 * gdb.ada/mi_var_union/pck.adb: New file.
5968 * gdb.ada/mi_var_union/pck.asd: New file.
5969
1aac008f
TT
59702018-09-08 Tom Tromey <tom@tromey.com>
5971
5972 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5973
332cf4c9
TT
59742018-09-08 Tom Tromey <tom@tromey.com>
5975
5976 PR python/16047:
5977 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5978 (register_pretty_printers): Register new printer.
5979 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5980 test.
5981 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5982 (an_int_type3): New global.
5983
424da6cf
JB
59842018-09-08 Joel Brobecker <brobecker@adacore.com>
5985
5986 * gdb.ada/expr_with_funcall: New testcase.
5987
2a62dfa9
JB
59882018-09-08 Joel Brobecker <brobecker@adacore.com>
5989
5990 * gdb.ada/packed_array_assign: New testcase.
5991
96b6697f
AB
59922018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5993
5994 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5995 names, and add test prefixes to make test names unique.
5996
e4a62c65
TV
59972018-09-05 Tom de Vries <tdevries@suse.de>
5998
5999 * gdb.dwarf2/varval.exp: Add test.
6000
dd083ee2
GB
60012018-09-04 Gary Benson <gbenson@redhat.com>
6002
6003 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6004 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6005
aef9346c
TT
60062018-08-31 Tom Tromey <tom@tromey.com>
6007
6008 * gdb.rust/simple.rs: Rename second variable "v".
6009
c67f2e15
AB
60102018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6011
6012 * gdb.base/funcargs.c (use_a): New function.
6013 (recurse): Call use_a.
6014
078a0207
KS
60152018-08-29 Keith Seitz <keiths@redhat.com>
6016
6017 * gdb.compile/compile-cplus-anonymous.cc: New file.
6018 * gdb.compile/compile-cplus-anonymous.exp: New file.
6019 * gdb.compile/compile-cplus-array-decay.cc: New file.
6020 * gdb.compile/compile-cplus-array-decay.exp: New file.
6021 * gdb.compile/compile-cplus-inherit.cc: New file.
6022 * gdb.compile/compile-cplus-inherit.exp: New file.
6023 * gdb.compile/compile-cplus-member.cc: New file.
6024 * gdb.compile/compile-cplus-member.exp: New file.
6025 * gdb.compile/compile-cplus-method.cc: New file.
6026 * gdb.compile/compile-cplus-method.exp: New file.
6027 * gdb.compile/compile-cplus-mod.c: "New" file.
6028 * gdb.compile/compile-cplus-namespace.cc: New file.
6029 * gdb.compile/compile-cplus-namespace.exp: New file.
6030 * gdb.compile/compile-cplus-nested.cc: New file.
6031 * gdb.compile/compile-cplus-nested.exp: New file.
6032 * gdb.compile/compile-cplus-print.c: "New" file.
6033 * gdb.compile/compile-cplus-print.exp: "New" file.
6034 * gdb.compile/compile-cplus-virtual.cc: New file.
6035 * gdb.compile/compile-cplus-virtual.exp: New file.
6036 * gdb.compile/compile-cplus.c: "New" file.
6037 * gdb.compile/compile-cplus.exp: "New" file.
6038 * lib/compile-support.exp: New file.
6039
b0f492b9
GB
60402018-08-16 Gary Benson <gbenson@redhat.com>
6041
6042 PR gdb/13000:
6043 * gdb.base/batch-exit-status.exp: New file.
6044 * gdb.base/batch-exit-status.good-commands: Likewise.
6045 * gdb.base/batch-exit-status.bad-commands: Likewise.
6046
36eb4c5f
AH
60472018-08-29 Alan Hayward <alan.hayward@arm.com>
6048
6049 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6050 (struct struct02): Likewise.
6051 (struct struct03): Likewise.
6052 (struct struct04): Likewise.
6053 (struct struct_01_01): New struct.
6054 (struct struct_01_02): Likewise.
6055 (struct struct_01_03): Likewise.
6056 (struct struct_01_04): Likewise.
6057 (struct struct_02_01): Likewise.
6058 (struct struct_02_02): Likewise.
6059 (struct struct_02_03): Likewise.
6060 (struct struct_02_04): Likewise.
6061 (struct struct_04_01): Likewise.
6062 (struct struct_04_02): Likewise.
6063 (struct struct_04_03): Likewise.
6064 (struct struct_04_04): Likewise.
6065 (struct struct_05_01): Likewise.
6066 (struct struct_05_02): Likewise.
6067 (struct struct_05_03): Likewise.
6068 (struct struct_05_04): Likewise.
6069 (cmp_struct01): Remove function.
6070 (cmp_struct02): Likewise.
6071 (cmp_struct03): Likewise.
6072 (cmp_struct04): Likewise.
6073 (cmp_struct_01_01): Add Function.
6074 (cmp_struct_01_02): Likewise.
6075 (cmp_struct_01_03): Likewise.
6076 (cmp_struct_01_04): Likewise.
6077 (cmp_struct_02_01): Likewise.
6078 (cmp_struct_02_02): Likewise.
6079 (cmp_struct_02_03): Likewise.
6080 (cmp_struct_02_04): Likewise.
6081 (cmp_struct_04_01): Likewise.
6082 (cmp_struct_04_02): Likewise.
6083 (cmp_struct_04_03): Likewise.
6084 (cmp_struct_04_04): Likewise.
6085 (cmp_struct_05_01): Likewise.
6086 (cmp_struct_05_02): Likewise.
6087 (cmp_struct_05_03): Likewise.
6088 (cmp_struct_05_04): Likewise.
6089 (call_all): Add new structs.
6090 * gdb.base/infcall-nested-structs.exp: Likewise.
6091
3bf9c013
JV
60922018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6093
6094 * gdb.python/py-framefilter-mi.exp: Update regexp to
6095 check for "arch" field in frame output.
6096
450d1e88
KB
60972018-08-23 Kevin Buettner <kevinb@redhat.com>
6098
6099 * gdb.dwarf2/dw2-ranges-func.c: New file.
6100 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6101
ae739fe7
SM
61022018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6103
6104 * gdb.base/term.exp: Compare terminal settings with values from
6105 the inferior.
6106 * gdb.base/term.c: Get and set terminal settings.
6107
6d52907e
JV
61082018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6109
6110 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6111 accommodate new "arch" field in frame output.
6112 * gdb.mi/mi-return.exp: Likewise.
6113 * gdb.mi/mi-stack.exp: Likewise.
6114 * gdb.mi/mi-syn-frame.exp: Likewise.
6115 * gdb.mi/user-selected-context-sync.exp: Likewise.
6116
be2d111a
MS
61172018-08-19 Michael Spang <spang@google.com>
6118
6119 PR gdb/11786
6120 * gdb.base/gcore-tls-pie.c: New file.
6121 * gdb.base/gcore-tls-pie.exp: New file.
6122
ae3a7c47
KB
61232018-08-18 Kevin Buettner <kevinb@redhat.com>
6124
6125 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6126 * gdb.dwarf2/varval.c: New file.
6127 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6128
2ecae92e
AH
61292018-08-17 Alan Hayward <alan.hayward@arm.com>
6130
6131 PR gdb/18931
6132 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6133
c1854f1d
KS
61342018-08-16 Keith Seitz <keiths@redhat.com>
6135
6136 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6137 tests expected to pass.
6138
26fb3983
JV
61392018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6140
6141 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6142 -data-disassemble -a.
6143 (test_disassembly_bogus_args): Likewise.
6144
67943c00
AB
61452018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6146
6147 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6148
5ff2bbae
AB
61492018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6150
6151 * gdb.base/vla-optimized-out.exp: Add new test.
6152
e5bbcd0f
AB
61532018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6154
6155 * gdb.base/vla-optimized-out-o3.exp: Delete.
6156 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6157 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6158 deleted tests.
6159
9d4a934c
AB
61602018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6161
6162 PR gdb/18050:
6163 * gdb.server/extended-remote-restart.c: New file.
6164 * gdb.server/extended-remote-restart.exp: New file.
6165
045cf012
SM
61662018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6167
6168 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6169 "set variable index = 42".
6170
87d6a7aa
SM
61712018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6172
6173 * boards/index-cache-gdb.exp: New file.
6174 * gdb.dwarf2/index-cache.exp: New file.
6175 * gdb.dwarf2/index-cache.c: New file.
6176 * gdb.base/maint.exp: Check if we are using the index cache.
6177
96d68bd4
RO
61782018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6179
6180 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6181 MAKEFLAGS.
6182
5a699617
RO
61832018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6184
6185 * dg-extract-results.sh: Move to toplevel contrib.
6186 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6187 * Makefile.in (check-parallel-racy): Likewise.
6188
5bd18990
AB
61892018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6190
6191 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6192 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6193 tests if the target supports scheduler locking.
6194
3fbbcf47
TV
61952018-08-04 Tom de Vries <tdevries@suse.de>
6196
6197 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6198
3e1d3d8c
TT
61992018-08-02 Tom Tromey <tom@tromey.com>
6200
6201 PR symtab/16842.
6202 * gdb.cp/temargs.exp: Test "info address" of a template
6203 parameter.
6204
5abe0f0c
JV
62052018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6206
6207 * gdb.python/py-mi-var-info-path-expression.c: New file.
6208 * gdb.python/py-mi-var-info-path-expression.py: New file.
6209 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6210
fb66cde8
SDJ
62112018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6212
6213 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6214 error after "cannot resolve name" string.
6215
c708f4d2
AB
62162018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6217
6218 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6219 started.
6220 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6221
37cc0cae
TV
62222018-07-28 Tom de Vries <tdevries@suse.de>
6223
6224 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6225
63b4ecf7
TV
62262018-07-26 Tom de Vries <tdevries@suse.de>
6227
6228 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6229
3c3bb058
AB
62302018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6231
6232 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6233 is visible.
6234
9e7f3bbb
TV
62352018-07-26 Tom de Vries <tdevries@suse.de>
6236
6237 PR breakpoints/23366
6238 * gdb.base/catch-follow-exec.c: New test.
6239 * gdb.base/catch-follow-exec.exp: New file.
6240
16f808ec
TV
62412018-07-25 Tom de Vries <tdevries@suse.de>
6242
6243 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6244 vla-optimized-out.c.
6245
d7154a8d
JV
62462018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6247
6248 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6249 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6250
232a0032
TV
62512018-07-20 Tom de Vries <tdevries@suse.de>
6252
6253 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6254 NOCLONE macro.
6255 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6256
fbb1d502
TV
62572018-07-19 Tom de Vries <tdevries@suse.de>
6258
6259 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6260 regular expression.
6261
42dc7699
TV
62622018-07-18 Tom de Vries <tdevries@suse.de>
6263
6264 * gdb.base/vla-optimized-out.c: New test.
6265 * gdb.base/vla-optimized-out.exp: New file.
6266
7f1f7e23
SDJ
62672018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6268
6269 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6270 message "No address associated with hostname" when gdbserver
6271 cannot resolve the hostname.
6272
5759ebb3
PW
62732018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6274
6275 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6276 Add some test prefixes to make tests unique.
6277
3606ccab
PW
62782018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6279
6280 * gdb.base/frameapply.c: New file.
6281 * gdb.base/frameapply.exp: New file.
6282
529c08b2
PW
62832018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6284
6285 * gdb.base/skip.exp: Update expected error message.
6286
c7ab0aef
SDJ
62872018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6288 Jan Kratochvil <jan.kratochvil@redhat.com>
6289 Paul Fertser <fercerpav@gmail.com>
6290 Tsutomu Seki <sekiriki@gmail.com>
6291
6292 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6293 parameter.
6294 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6295 by default.
6296 * boards/native-gdbserver.exp: Likewise.
6297 * gdb.server/run-without-local-binary.exp: Improve regexp used
6298 for detecting when a remote debugging connection succeeds.
6299 * gdb.server/server-connect.exp: New file.
6300 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6301 Do not prefix the port number with ":".
6302 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6303 support for detecting and using it. Add '$debughost_gdbserver'
6304 to the list of arguments used to start gdbserver. Handle case
6305 when gdbserver cannot resolve a network name.
6306
16ff70dd
SDJ
63072018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6308
6309 PR c++/23373
6310 * gdb.base/ptype-offsets.cc (struct static_member): New
6311 struct.
6312 (main) <stmember>: New variable.
6313 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6314 with a static member in it.
6315
3541979f
AB
63162018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6317
6318 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6319 watchpoints enabled and disabled.
6320
c8ad9b9a
AB
63212018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6322
6323 * gdb.base/examine-backward.exp: Still run tests around address
6324 0x0, even if address 0x0 is not readable. Update the pattern for
6325 matching address 0x0 in expected output.
6326
e0e5e971
AB
63272018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6328
6329 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6330 malloc/free.
6331
1ea5da02
TV
63322018-07-04 Tom de Vries <tdevries@suse.de>
6333
6334 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6335
471b9d15
MR
63362018-07-02 Maciej W. Rozycki <macro@mips.com>
6337
6338 PR tdep/8282
6339 * gdb.arch/mips-disassembler-options.exp: New test.
6340 * gdb.arch/mips-disassembler-options.s: New test source.
6341
75acb486
PA
63422018-06-29 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.threads/names.exp: Adjust expected "info threads" output.
6345
cd2bb709
PA
63462018-06-29 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.opt/inline-break.exp (line number, address): Add "info
6349 break" tests.
6350
991ff292
PA
63512018-06-29 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6354 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6355 number and address and running to them.
6356
356819b6 63572018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6358
6359 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6360
2512d7ef
JK
63612018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6362
6363 * lib/compiler.c: Remove executable permission flag.
6364
be1b6474
RB
63652018-06-28 Richard Bunt <richard.bunt@arm.com>
6366
6367 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6368 code.
6369 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6370
291f9a96
PT
63712018-06-28 Petr Tesarik <ptesarik@suse.cz>
6372
6373 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6374
ed6dfe51
PT
63752018-06-28 Petr Tesarik <ptesarik@suse.cz>
6376
6377 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6378 address argument is omitted.
6379
d4d429d5
PT
63802018-06-28 Petr Tesarik <ptesarik@suse.cz>
6381
6382 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6383
7ab6656f
OJ
63842018-06-27 Omair Javaid <omair.javaid@linaro.org>
6385
6386 PR gdb/21695
6387 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6388 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6389
a33ccfc7
TT
63902018-06-26 Tom Tromey <tom@tromey.com>
6391
6392 PR rust/22574:
6393 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6394 * gdb.rust/simple.rs (struct SimpleLayout): New.
6395
6d72d289
SM
63962018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6397
6398 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6399 "info registers" output.
6400
8363f9d5
RB
64012018-06-21 Richard Bunt <richard.bunt@arm.com>
6402
6403 * gdb.base/watchpoint-hw-attach.c: New test.
6404 * gdb.base/watchpoint-hw-attach.exp: New file.
6405
f00674fe
SM
64062018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6407
6408 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6409 through /bin/sh.
6410 * boards/dwarf4-gdb-index.exp: Likewise.
6411 * boards/fission-dwp.exp: Likewise.
6412
1d554008
UW
64132018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6414
6415 * gdb.base/float128.exp: Add comment and improved fail message
6416 to the failure case of "print large128" test.
6417
d0ac1c44
SM
64182018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6419
6420 * configure.ac: Remove AC_PREREQ.
6421 * configure: Re-generate.
6422
61b04dd0
PA
64232018-06-19 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6426 (func_extern_caller): New.
6427 (main): Call func_extern_caller.
6428 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6429 logic change.
6430
f63b508a
SM
64312018-06-18 Weimin Pan <weimin.pan@oracle.com>
6432
6433 PR gdb/16841
6434 * gdb.cp/typedef-base.cc: New file.
6435 * gdb.cp/typedef-base.exp: New file.
6436
0fe3a558
TV
64372018-06-18 Tom de Vries <tdevries@suse.de>
6438
6439 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6440
7010835a
AB
64412018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6442 Richard Bunt <Richard.Bunt@arm.com>
6443
6444 * gdb.threads/attach-slow-waitpid.c: New file.
6445 * gdb.threads/attach-slow-waitpid.exp: New file.
6446 * gdb.threads/slow-waitpid.c: New file.
6447
14897d65
PA
64482018-06-14 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.base/fork-running-state.c: Include <errno.h>.
6451 (exit_if_relative_exits): New.
6452 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6453 exits.
6454 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6455 child exits.
6456
5d9a0608
TV
64572018-06-14 Tom de Vries <tdevries@suse.de>
6458
6459 PR cli/22573
6460 * gdb.base/finish-pretty.c: New test.
6461 * gdb.base/finish-pretty.exp: New file.
6462
11ae5818
PA
64632018-06-14 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6466 gdb's expected startup output.
6467
1d39de44
PA
64682018-06-14 Pedro Alves <palves@redhat.com>
6469
6470 * lib/selftest-support.exp (selftest_setup): Remove inlined
6471 function handling.
6472
70ee0000
TV
64732018-06-14 Tom de Vries <tdevries@suse.de>
6474
6475 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6476 matching of breakpoint printing.
6477
11f4b608
TV
64782018-06-13 Tom de Vries <tdevries@suse.de>
6479
6480 PR testsuite/23269
6481 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6482 (fork_child): ... here, and ...
6483 (fork_parent): ... here.
6484
64852018-06-12 Tom de Vries <tdevries@suse.de>
6486
6487 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6488
9516f85a
AB
64892018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6490 Stephen Roberts <stephen.roberts@arm.com>
6491
6492 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6493 rewrite test to describe action performed, rather than possible
6494 failure.
6495
5045b3d7
GB
64962018-06-08 Gary Benson <gbenson@redhat.com>
6497
6498 * gdb.threads/check-libthread-db.exp: New file.
6499 * gdb.threads/check-libthread-db.c: Likewise.
6500
c61b06a1
TT
65012018-06-05 Tom Tromey <tom@tromey.com>
6502
6503 * gdb.base/default.exp: Update expected "show version" output.
6504
eb6af809
TT
65052018-06-05 Tom Tromey <tom@tromey.com>
6506
6507 PR cli/12326:
6508 * gdb.cp/static-print-quit.exp: Update.
6509 * lib/gdb.exp (pagination_prompt): Update.
6510 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6511 * gdb.python/python.exp: Update.
6512
178d6a63
JB
65132018-06-04 Joel Brobecker <brobecker@adacore.com>
6514
6515 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6516
8e817061
JB
65172018-06-01 Joel Brobecker <brobecker@adacore.com>
6518
6519 * gdb.ada/bp_fun_addr: New testcase.
6520
e86ca25f
TT
65212018-06-01 Tom Tromey <tom@tromey.com>
6522
6523 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6524 results.
6525 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6526 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6527 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6528 * gdb.base/maint.exp (maint_pass_if): Update.
6529
4b2dfa9d
MR
65302018-05-31 Maciej W. Rozycki <macro@mips.com>
6531
6532 * gdb.base/endian.exp: New test.
6533 * gdb.base/endian.c: New test source.
6534
45f25d6c
AB
65352018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6536
6537 PR gdb/23203
6538 * gdb.base/bt-selected-frame.c: New file.
6539 * gdb.base/bt-selected-frame.exp: New file.
6540 * lib/gdb.exp (get_current_frame_number): New function.
6541
d9f6d7f8
MR
65422018-05-24 Maciej W. Rozycki <macro@mips.com>
6543 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.threads/tls-core.c: Include <stdlib.h>
6546 (thread_proc): Call `abort'.
6547 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6548 (tls_core_test): New procedure, bits factored out from ...
6549 (top level): ... here. Test both native cores and gcore cores.
6550
ff1cf532
TT
65512018-05-23 Tom Tromey <tom@tromey.com>
6552
6553 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6554
b98664d3
TT
65552018-05-23 Tom Tromey <tom@tromey.com>
6556
6557 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6558 symfile_complaints.
6559 (test_short_complaints): Likewise.
6560 (test_empty_complaints): Likewise.
6561 (test_initial_complaints): Update.
6562
4e9668d0
TT
65632018-05-23 Tom Tromey <tom@tromey.com>
6564
6565 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6566
43ba33c7
TT
65672018-05-23 Tom Tromey <tom@tromey.com>
6568
6569 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6570 (test_short_complaints): Update.
6571
035522c0
PA
65722018-05-22 Pedro Alves <palves@redhat.com>
6573
6574 * gdb.base/remote.exp: Only gdb_start after compiling the
6575 testcase. Issue "disconnect" before testing "set remote" command
6576 defaults. Issue clean_restart before running to main.
6577
cc0be08f
PA
65782018-05-22 Pedro Alves <palves@redhat.com>
6579
6580 * gdb.base/remote.exp: Adjust expected output of "show remote
6581 memory-write-packet-size". Add tests for "set remote
6582 memory-write-packet-size 0" and "set remote
6583 memory-write-packet-size fixed/limit".
6584
b1b60145
PA
65852018-05-22 Pedro Alves <palves@redhat.com>
6586
6587 PR gdb/22973
6588 * gdb.base/utf8-identifiers.c: New file.
6589 * gdb.base/utf8-identifiers.exp: New file.
6590
0ec848ad
PFC
65912018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6592
6593 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6594
2c3305f6
PFC
65952018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6596
6597 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6598
ce1e8424
TT
65992018-05-18 Tom Tromey <tom@tromey.com>
6600
6601 * gdb.base/ptype-offsets.exp: Update.
6602
ddfe970e
KS
66032018-05-17 Keith Seitz <keiths@redhat.com>
6604
6605 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6606 in expected breakpoint stop locations.
6607 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6608 move to proper scope to test variable values.
6609 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6610 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6611 New functions.
6612 (main): Call not_inline_func3.
6613 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6614 inline_func1, inline_func2, and inline_func3. Test that when each
6615 breakpoint is hit, GDB properly reports both the stop location
6616 and the backtrace. Repeat tests for temporary breakpoints.
6617
0726fcc6
MR
66182018-05-15 Maciej W. Rozycki <macro@mips.com>
6619
6620 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6621 rather then trying to access it in determining whether the PID
6622 of `gdbserver' could have been retrieved.
6623
8ee22052
AB
66242018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6625
6626 * gdb.arch/amd64-init-x87-values.S: New file.
6627 * gdb.arch/amd64-init-x87-values.exp: New file.
6628
7785df48
JK
66292018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6630
6631 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6632
56bcdbea
TT
66332018-05-04 Tom Tromey <tom@tromey.com>
6634
6635 PR python/22730:
6636 * gdb.python/python.exp: Test multi-line execute.
6637
a913fffb
TT
66382018-05-04 Tom Tromey <tom@tromey.com>
6639
6640 PR python/22731:
6641 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6642
7a2c85f2
TT
66432018-05-04 Tom Tromey <tom@tromey.com>
6644
6645 PR gdb/11750:
6646 * gdb.base/define.exp: Test defining a user command inside a user
6647 command.
6648 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6649
a3b60e45
JK
66502018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6651 Pedro Alves <palves@redhat.com>
6652
6653 PR breakpoints/19806 and support for PR external/20207.
6654 * gdb.base/watchpoint-unaligned.c: New file.
6655 * gdb.base/watchpoint-unaligned.exp: New file.
6656
45fe4a03
AB
66572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6658
6659 * gdb.base/maint.exp: Make test names unique, use
6660 test_prefix_command_help to test 'help maint info', and remove
6661 repeated test of 'help maint'.
6662
9be2ae8f
TT
66632018-05-04 Tom Tromey <tom@tromey.com>
6664
6665 PR gdb/22619:
6666 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6667 behavior.
6668
11859c31
AB
66692018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6670
6671 * gdb.base/maint.exp: Process output from 'maint print registers'
6672 line at a time.
6673
089a9490
AB
66742018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6675
6676 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6677 timeout.
6678
9b0797e2
AB
66792018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6680
6681 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6682 filter pattern.
6683
f6ac5f3d
PA
66842018-05-02 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6687 to_log_command renames.
6688 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6689
77d3c63b
TT
66902018-05-02 Tom Tromey <tom@tromey.com>
6691
6692 * gdb.python/py-parameter.exp: Set test message.
6693
0489430a
TT
66942018-05-02 Tom Tromey <tom@tromey.com>
6695
6696 PR python/20084:
6697 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6698 PARAM_ZUINTEGER_UNLIMITED tests.
6699
1632f8ba
DR
67002018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6701
6702 PR rust/23124
6703 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6704 when casting.
6705
6d7bb824
TT
67062018-04-30 Tom Tromey <tom@tromey.com>
6707
6708 * gdb.python/py-type.exp: Check align attribute.
6709 * gdb.python/py-type.c: New "aligncheck" global.
6710
007e1530
TT
67112018-04-30 Tom Tromey <tom@tromey.com>
6712
6713 PR exp/17095:
6714 * gdb.dwarf2/dw2-align.exp: New file.
6715 * gdb.cp/align.exp: New file.
6716 * gdb.base/align.exp: New file.
6717 * lib/gdb.exp (gdb_int128_helper): New proc.
6718 (has_int128_c, has_int128_cxx): New caching procs.
6719
6873858b
TT
67202018-04-27 Tom Tromey <tom@tromey.com>
6721
6722 PR rust/22545:
6723 * gdb.rust/simple.exp: Add inclusive range tests.
6724
79188d8d
PA
67252018-04-26 Pedro Alves <palves@redhat.com>
6726
6727 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6728 ifunc breakpoint locations correctly of ifunc breakpoints set
6729 while the program resolves the ifunc.
6730
c7075ad5
PA
67312018-04-26 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.base/gnu-ifunc-final.c: New file.
6734 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6735 * gdb.base/gnu-ifunc.exp (executable): Delete.
6736 (staticexecutable): Adjust.
6737 (lib_opts, exec_opts): Delete.
6738 (make_binsuffix, build, set-break): New procedures.
6739 (misc_tests): New, with tests factored out from the top level.
6740 (top level): Test different combinations of ifunc resolver name,
6741 resolver with and with debug info, and ifunc target with and
6742 without debug info. Wrap static tests with with_target_prefix.
6743
8388016d
PA
67442018-04-26 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6747 return type" warnings.
6748
249b5733
PA
67492018-04-25 Pedro Alves <palves@redhat.com>
6750
6751 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6752 killed".
6753 * gdb.base/kill-after-signal.exp: Likewise.
6754 * gdb.threads/kill.exp: Likewise.
6755
f67c0c91
SDJ
67562018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6757 Sergio Durigan Junior <sergiodj@redhat.com>
6758 Pedro Alves <palves@redhat.com>
6759
6760 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6761 regexps to expect for '[Inferior ... detached]' as well.
6762 * gdb.base/attach.exp: Likewise.
6763 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6764 "gdb_continue_to_end".
6765 (test_catch_syscall_with_wrong_args): Likewise.
6766 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6767 ']'. Don't set 'verbose' on.
6768 * gdb.base/foll-vfork.exp: Likewise.
6769 * gdb.base/fork-print-inferior-events.c: New file.
6770 * gdb.base/fork-print-inferior-events.exp: New file.
6771 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6772 '[Inferior ... has been killed]' message.
6773 * gdb.base/kill-after-signal.exp: Likewise.
6774 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6775 detach message.
6776 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6777 message.
6778 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6779 regexps to expect for '[Inferior ... detached]' as well.
6780 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6781
0a8ddac4
SM
67822018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6783
6784 PR gdb/23104
6785 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6786
701adfb0
PA
67872018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6788
6789 PR gdb/23095
6790 * gdb.base/break-probes.exp: Pass shlib_load to
6791 prepare_for_testing. Set normal_bp to r_debug_state if target is
6792 bsd.
6793
d27d16bf
RB
67942018-04-19 Richard Bunt <richard.bunt@arm.com>
6795
6796 * gdb.threads/multiple-successive-infcall.c: New test.
6797 * gdb.threads/multiple-successive-infcall.exp: New file.
6798
a037790e
TT
67992018-04-17 Tom Tromey <tom@tromey.com>
6800
6801 * gdb.rust/simple.rs (Union): New type.
6802 (main): New local "u".
6803 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6804
e3a91079
AA
68052018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6806
6807 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6808 number information in output of "whereis" command.
6809 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6810
b744723f
AA
68112018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6812
6813 * gdb.ada/info_types.exp: Adjust expected output to the line
6814 numbers now printed by "info var/func/type".
6815 * gdb.base/completion.exp: Likewise.
6816 * gdb.base/included.exp: Likewise.
6817 * gdb.cp/cp-relocate.exp: Likewise.
6818 * gdb.cp/cplusfuncs.exp: Likewise.
6819 * gdb.cp/namespace.exp: Likewise.
6820 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6821
4a4495d6
MM
68222018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6823
6824 * gdb.btrace/cpu.exp: New.
6825
1d509aa6
MM
68262018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6827
6828 * gdb.base/step-indirect-call-thunk.exp: New.
6829 * gdb.base/step-indirect-call-thunk.c: New.
6830 * gdb.reverse/step-indirect-call-thunk.exp: New.
6831 * gdb.reverse/step-indirect-call-thunk.c: New.
6832
6295b6da
SM
68332018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6834
6835 * gdb.base/pie-fork.c: New file.
6836 * gdb.base/pie-fork.exp: New file.
6837
50146e70
TT
68382018-04-11 Tom Tromey <tom@tromey.com>
6839
6840 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6841
f50d8a2e
PA
68422018-04-10 Pedro Alves <palves@redhat.com>
6843
6844 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6845 exits. Instead loop running forever.
6846 (fork_parent): Run forever too.
6847
a0be7a36
SM
68482018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6849
6850 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6851 mi_continue_to_line.
6852 * gdb.mi/mi-stack.c (callee4): Add comment.
6853
9b73db36
SM
68542018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6855
6856 * gdb.mi/mi-stack.exp: Fix indentation.
6857
c912f608
SM
68582018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6859
6860 PR gdb/22979
6861 * gdb.arch/amd64-osabi.exp: New file.
6862
26540402
SM
68632018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6864
6865 PR gdb/22980
6866 * gdb.base/osabi.exp: New file.
6867
121ad66c 68682018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6869
6870 * gdb.cp/static-typedef-print.exp: New file.
6871 * gdb.cp/static-typedef-print.cc: New file.
6872
3fcded8f
JB
68732018-03-27 Joel Brobecker <brobecker@adacore.com>
6874
6875 * gdb.ada/varsize_limit: New testcase.
6876
59cc4834
JB
68772018-03-27 Joel Brobecker <brobecker@adacore.com>
6878
6879 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6880
6881 * gdb.ada/notcplusplus: New testcase.
6882
6883 * gdb.base/c-linkage-name.c: New file.
6884 * gdb.base/c-linkage-name.exp: New testcase.
6885
4ca59a9f
TT
68862018-03-26 Tom Tromey <tom@tromey.com>
6887
6888 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6889 * gdb.python/py-framefilter.py (name_error): New global.
6890 (ErrorInName.function): Use name_error.
6891
978d6c75
TT
68922018-03-26 Tom Tromey <tom@tromey.com>
6893
6894 PR backtrace/15582:
6895 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6896
b7fee5a3
KS
68972018-03-23 Keith Seitz <keiths@redhat.com>
6898
6899 PR c++/22968
6900 * gdb.cp/subtypes.exp: New file.
6901 * gdb.cp/subtypes.h: New file.
6902 * gdb.cp/subtypes.cc: New file.
6903 * gdb.cp/subtypes-2.cc: New file.
6904
376be529
AB
69052018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6906
6907 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6908 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6909 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6910 -nostartfiles when compiling the test. Confirm that all registers
6911 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6912
066cfa98
AB
69132018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6914
6915 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6916 option, syntax was wrong anyway.
6917 * gdb.arch/arm-disp-step.exp: Likewise.
6918 * gdb.arch/sparc64-regs.exp: Likewise.
6919 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6920 option, syntax was wrong anyway, switch to use
6921 prepare_for_testing.
6922 * gdb.arch/i386-disp-step.exp: Likewise.
6923
079670b9
AA
69242018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6925
6926 * gdb.ada/exec_changed.exp: Replace "target_info exists
6927 use_gdb_stub" by "use_gdb_stub".
6928 * gdb.ada/start.exp: Likewise.
6929 * gdb.base/async-shell.exp: Likewise.
6930 * gdb.base/attach-pie-misread.exp: Likewise.
6931 * gdb.base/attach-wait-input.exp: Likewise.
6932 * gdb.base/break-entry.exp: Likewise.
6933 * gdb.base/break-interp.exp: Likewise.
6934 * gdb.base/dprintf-detach.exp: Likewise.
6935 * gdb.base/nostdlib.exp: Likewise.
6936 * gdb.base/solib-nodir.exp: Likewise.
6937 * gdb.base/statistics.exp: Likewise.
6938 * gdb.base/testenv.exp: Likewise.
6939 * gdb.mi/mi-exec-run.exp: Likewise.
6940 * gdb.mi/mi-start.exp: Likewise.
6941 * gdb.multi/dummy-frame-restore.exp: Likewise.
6942 * gdb.multi/multi-arch-exec.exp: Likewise.
6943 * gdb.multi/multi-arch.exp: Likewise.
6944 * gdb.multi/tids.exp: Likewise.
6945 * gdb.multi/watchpoint-multi.exp: Likewise.
6946 * gdb.python/py-events.exp: Likewise.
6947 * gdb.threads/attach-into-signal.exp: Likewise.
6948 * gdb.threads/attach-stopped.exp: Likewise.
6949 * gdb.threads/threadapply.exp: Likewise.
6950 * lib/selftest-support.exp: Likewise.
6951
26d6cec4
AA
69522018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6953
6954 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6955
4ee89e90
SR
69562018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6957
6958 * gdb.perf/template-breakpoints.cc: New file.
6959 * gdb.perf/template-breakpoints.exp: New file.
6960 * gdb.perf/template-breakpoints.py: New file.
6961
92630041
TT
69622018-03-19 Tom Tromey <tom@tromey.com>
6963
6964 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6965 y0.
6966 * gdb.rust/simple.exp: Test bare identifier form of struct
6967 initializer.
6968
76727919
TT
69692018-03-19 Tom Tromey <tom@tromey.com>
6970
6971 * gdb.gdb/observer.exp: Remove.
6972
194ed413
AA
69732018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6974
6975 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6976 "qualified" option when setting breakpoints.
6977 * gdb.trace/backtrace.exp: Likewise.
6978 * gdb.trace/circ.exp: Likewise.
6979 * gdb.trace/collection.exp: Likewise.
6980 * gdb.trace/disconnected-tracing.exp: Likewise.
6981 * gdb.trace/ftrace-lock.exp: Likewise.
6982 * gdb.trace/ftrace.exp: Likewise.
6983 * gdb.trace/infotrace.exp: Likewise.
6984 * gdb.trace/packetlen.exp: Likewise.
6985 * gdb.trace/passc-dyn.exp: Likewise.
6986 * gdb.trace/qtro.exp: Likewise.
6987 * gdb.trace/read-memory.exp: Likewise.
6988 * gdb.trace/report.exp: Likewise.
6989 * gdb.trace/signal.exp: Likewise.
6990 * gdb.trace/status-stop.exp: Likewise.
6991 * gdb.trace/strace.exp: Likewise.
6992 * gdb.trace/tfind.exp: Likewise.
6993 * gdb.trace/trace-break.exp: Likewise.
6994 * gdb.trace/trace-condition.exp: Likewise.
6995 * gdb.trace/trace-mt.exp: Likewise.
6996 * gdb.trace/tstatus.exp: Likewise.
6997 * gdb.trace/tsv.exp: Likewise.
6998 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6999 * gdb.trace/unavailable.exp: Likewise.
7000 * gdb.trace/while-dyn.exp: Likewise.
7001
8b067d2c
AA
70022018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7003
7004 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7005 that libinproctrace is copied to the target.
7006
3ae9ce5d
TT
70072018-03-14 Tom Tromey <tom@tromey.com>
7008
7009 PR cli/14977:
7010 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7011 a null pointer.
7012 * gdb.base/wchar.exp: Likewise.
7013
b8c2339b
TT
70142018-03-14 Tom Tromey <tom@tromey.com>
7015
7016 PR cli/19918:
7017 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7018 flag.
7019
4872dc46
SM
70202018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7021
7022 PR gdb/22841
7023 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7024 "target" to remote_exec.
7025
e4fe3756
SM
70262018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7027
7028 PR gdb/22841
7029 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7030 ${board}_upload): Remove.
7031
e95a97d4
AA
70322018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7033
7034 * gdb.cp/watch-cp.cc: New test.
7035 * gdb.cp/watch-cp.exp: New file.
7036
dbbb1059
AB
70372018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7038
7039 * gdb.base/infcall-nested-structs.exp: New file.
7040 * gdb.base/infcall-nested-structs.c: New file.
7041 * gdb.base/float.exp: Add riscv support.
7042
ecc054c0
TP
70432018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7044
7045 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7046 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7047
25e3c82c
SDJ
70482018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7049
7050 * gdb.server/abspath.exp: New file.
7051 * lib/gdb.exp (with_cwd): New procedure.
7052
3083294d
SM
70532018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7056 use it.
7057 (gdb_is_target_remote_prompt): New proc.
7058 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7059 (gdb_is_target_native): Pass prompt parameter to
7060 gdb_is_target_1.
7061
3275ef47
SM
70622018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7063
7064 * gdb.base/load-command.c: New file.
7065 * gdb.base/load-command.exp: New file.
7066 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7067 (gdb_is_target_1): ...this, and generalize for other targets
7068 than just remote.
7069 (gdb_is_target_remote): Use gdb_is_target_1.
7070 (gdb_is_target_native): use gdb_is_target_1.
7071
6893c19a
TT
70722018-02-26 Tom Tromey <tom@tromey.com>
7073
7074 PR python/16497:
7075 * gdb.python/py-framefilter.exp: Update test.
7076
2ddeaf8a
TT
70772018-02-26 Tom Tromey <tom@tromey.com>
7078
7079 * gdb.dwarf2/variant.c: New file.
7080 * gdb.dwarf2/variant.exp: New file.
7081
c9317f21
TT
70822018-02-26 Tom Tromey <tom@tromey.com>
7083
7084 * gdb.rust/simple.exp: Accept more possible results in enum test.
7085
6f6d0c26
SM
70862018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7087
7088 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7089 parentheses.
7090
11b03145
MR
70912018-02-23 Maciej W. Rozycki <macro@mips.com>
7092
7093 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7094 name of a variable: $actual_linejj -> $actual_line.
7095
54a27fe5
JB
70962018-02-21 John Baldwin <jhb@FreeBSD.org>
7097
7098 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7099
de65820c
MM
71002018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7101
7102 * gdb.btrace/buffer-size.exp: Do not force BTS.
7103
980548fd
PA
71042018-02-14 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7107 getting a "Quit".
7108
c4e12631
MM
71092018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7110
7111 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7112 Fix test name.
7113
c2e0e465
SM
71142018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7115
7116 * gdb.cp/m-static.exp: Check type of optimized out static
7117 member.
7118
f7216783
AB
71192018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7120
7121 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7122 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7123
0625771b
LS
71242018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7125 Leszek Swirski <leszeks@google.com>
7126
7127 * gdb.python/py-prettyprint.c
7128 (struct to_string_returns_value_inner,
7129 struct to_string_returns_value_wrapper): New.
7130 (main): Add tsrvw variable.
7131 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7132 ToStringReturnsValueWrapper): New classes.
7133 (register_pretty_printers): Register new pretty-printers.
7134 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7135 recursive pretty printer.
7136 * gdb.python/py-mi.exp: Likewise.
7137
59498c30
LS
71382018-02-01 Leszek Swirski <leszeks@google.com>
7139
7140 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7141 functions with the same name as an include file are parsed
7142 correctly.
7143
d4d38844
YQ
71442018-02-01 Yao Qi <yao.qi@linaro.org>
7145
7146 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7147 "\[^\r\n\]*".
7148
07e5f5cf
NP
71492018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7150
7151 * gdb.arch/powerpc-prologue-frame.s: New file.
7152 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7153 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7154
929b5ad4
JB
71552018-01-31 Joel Brobecker <brobecker@adacore.com>
7156
7157 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7158
e671cd59
PA
71592018-01-30 Pedro Alves <palves@redhat.com>
7160
7161 PR gdb/13211
7162 * gdb.base/interrupt-daemon.c: New.
7163 * gdb.base/interrupt-daemon.exp: New.
7164 * gdb.multi/multi-term-settings.c: New.
7165 * gdb.multi/multi-term-settings.exp: New.
7166
fc413dc4
JB
71672018-01-30 Joel Brobecker <brobecker@adacore.com>
7168
7169 * gdb.base/break.exp: Save the location where the breakpoint
7170 on break.c:47 was actually inserted when debugging the version
7171 compiled at -O2 and use it in the expected output of the "info
7172 break" test performed soon after.
7173
5c319bb2
PA
71742018-01-22 Pedro Alves <palves@redhat.com>
7175 Sergio Durigan Junior <sergiodj@redhat.com>
7176
7177 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7178 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7179
a9e40818
JB
71802018-01-22 Joel Brobecker <brobecker@adacore.com>
7181
7182 * gdb.base/break-include.c, gdb.base/break-include.inc,
7183 gdb.base/break-include.exp: New files.
7184 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7185 line number now being the actual line number where the breakpoint
7186 was inserted.
7187 * gdb.mi/mi-break.exp: Likewise.
7188 * gdb.mi/mi-reverse.exp: Likewise.
7189 * gdb.mi/mi-simplerun.exp: Ditto.
7190
e707fc44
AB
71912018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7192
7193 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7194 varobj.
7195 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7196
ae451627
AB
71972018-01-21 Don Breazeal <donb@codesourcery.com>
7198 Andrew Burgess <andrew.burgess@embecosm.com>
7199
7200 * gdb.mi/basics.c: Add new global.
7201 * gdb.mi/mi-frame-regs.exp: New file.
7202 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7203 case.
7204
b1b189e0
AB
72052018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7206
7207 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7208 non-parameter, and on an unknown symbol.
7209
fcfcc376
TT
72102018-01-19 Tom Tromey <tom@tromey.com>
7211
7212 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7213 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7214
634c1c31
AA
72152018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7216
7217 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7218 setrlimit and chdir to int.
7219
d6ad07fd
AA
72202018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7221
7222 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7223 function.
7224 (my_tend): Likewise.
7225 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7226 rationale of avoiding FP- and vector instructions.
7227
adf8243b
RK
72282018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7229
7230 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7231 "info reg" with "\[ \t\]*".
7232 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7233 "\[ \t\]+".
7234 * gdb.arch/s390-multiarch.exp: Ditto.
7235 * gdb.base/pc-fp.exp: Ditto.
7236 * gdb.reverse/i386-precsave.exp: Ditto.
7237 * gdb.reverse/i386-reverse.exp: Ditto.
7238 * gdb.reverse/i387-env-reverse.exp: Ditto.
7239 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7240
dcc06925
AA
72412018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7242
7243 * lib/gdb.exp (gdb_compile): Re-enable use of
7244 universal_compile_options for languages other than Rust.
7245
25d4fd80
AA
72462018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7247
7248 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7249
ee7f689e 72502018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7251
7252 PR gdb/16577
7253 * gdb.base/solib-vanish.exp: New.
7254 * gdb.base/solib-vanish-main.c: New.
7255 * gdb.base/solib-vanish-lib1.c: New.
7256 * gdb.base/solib-vanish-lib2.c: New.
7257
d8447b6b
YQ
72582018-01-17 Yao Qi <yao.qi@linaro.org>
7259
7260 * gdb.compile/compile.exp: Match the address printed for
7261 frame in the output of command "bt".
7262
86d6a90c
TT
72632018-01-15 Tom Tromey <tom@tromey.com>
7264
7265 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7266 compute sp_reg.
7267
cbcdb1aa
AB
72682018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7269
7270 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7271 to prepare.
7272 (prepare): Return 0 on error, 1 on success.
7273
eea61984
PA
72742018-01-12 Pedro Alves <palves@redhat.com>
7275
7276 * gdb.base/continue-after-aborted-step-over.c: New.
7277 * gdb.base/continue-after-aborted-step-over.exp: New.
7278
6181e9c2
SM
72792018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7280
7281 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7282 options when not creating an executable.
7283
3cada740
PA
72842018-01-11 Pedro Alves <palves@redhat.com>
7285
7286 PR remote/22597
7287 * gdb.server/stop-reply-no-thread.c: New file.
7288 * gdb.server/stop-reply-no-thread.exp: New file.
7289
c63d3e8d
PA
72902018-01-10 Pedro Alves <palves@redhat.com>
7291
7292 PR gdb/22670
7293 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7294 functions too. Test setting breakpoints and printing C functions
7295 with no debug info too.
7296 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7297
d4c2a405
PA
72982018-01-10 Pedro Alves <palves@redhat.com>
7299
7300 PR gdb/22670
7301 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7302 a fail.
7303
8825213e
PA
73042018-01-10 Pedro Alves <palves@redhat.com>
7305
7306 PR gdb/22670
7307 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7308
605fd3c6
YQ
73092018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7310
7311 * gdb.server/unittest.exp: Match the output in non-development
7312 mode.
7313
1e5ded6c
YQ
73142018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7315
7316 * gdb.gdb/unittest.exp: Match output in non-development mode.
7317
30066b0b
JB
73182018-01-08 Joel Brobecker <brobecker@adacore.com>
7319
7320 * gdb.ada/access_tagged_param.exp: Relax expected output
7321 for value of "ObjL" in "continue" to pck.inspect breakpoint
7322 test.
7323
04bafb1e
XR
73242018-01-08 Joel Brobecker <brobecker@adacore.com>
7325
9f86398b
JB
7326 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7327 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7328
e379cee6
PA
73292018-01-05 Pedro Alves <palves@redhat.com>
7330
7331 PR gdb/18653
7332 * gdb.base/libsegfault.exp: New.
7333
de63c46b
PA
73342018-01-05 Joel Brobecker <brobecker@adacore.com>
7335
7336 PR gdb/22670
7337 * gdb.ada/access_tagged_param.exp: New file.
7338 * gdb.ada/access_tagged_param/foo.adb: New file.
7339
f98fc17b
PA
73402018-01-05 Pedro Alves <palves@redhat.com>
7341
7342 PR gdb/22670
7343 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7344 exercise lower case too, and to exercise both full matching and
7345 wild matching.
7346
342f8240
JB
73472018-01-05 Joel Brobecker <brobecker@adacore.com>
7348
7349 * gdb.ada/rename_subscript_param: New testcase.
7350
7150d33c
JG
73512018-01-05 Jerome Guitton <guitton@adacore.com>
7352
7353 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7354
cc0e770c
JB
73552018-01-05 Joel Brobecker <brobecker@adacore.com>
7356
7357 * gdb.ada/convvar_comp: New testcase.
7358
672a41aa 73592018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7360
7361 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7362 (My_Table): New global variable.
7363 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7364
7365ec2f
JB
73652018-01-04 Joel Brobecker <brobecker@adacore.com>
7366
7367 PR gdb/22670
7368 * gdb.ada/maint_with_ada: New testcase.
7369
289483b6
JB
73702018-01-04 Joel Brobecker <brobecker@adacore.com>
7371
7372 PR gdb/22670
7373 * gdb.ada/bp_c_mixed_case: New testcase.
7374
344420da
JB
73752018-01-04 Joel Brobecker <brobecker@adacore.com>
7376
7377 PR gdb/22670
7378 * gdb.ada/complete.exp: Add "complete break ada" test.
7379
66fc87a0
JB
73802018-01-04 Joel Brobecker <brobecker@adacore.com>
7381
7382 PR gdb/22670
7383 * gdb.ada/info_addr_mixed_case: New testcase.
7384
9f757bf7
XR
73852018-01-03 Xavier Roirand <roirand@adacore.com>
7386
7387 * gdb.ada/excep_handle.exp: New testcase.
7388 * gdb.ada/excep_handle/foo.adb: New file.
7389 * gdb.ada/excep_handle/pck.ads: New file.
7390
bd570f80
JB
73912018-01-03 Joel Brobecker <brobecker@adacore.com>
7392
7393 * gdb.base/step-line.c: Add extra empty line in copyright header.
7394 * gdb.base/step-line.inp: Likewise.
7395
9fe561ab
JB
73962018-01-02 Joel Brobecker <brobecker@adacore.com>
7397
7398 * gdb.ada/dyn_stride.exp: Add slice test.
7399
a405673c
JB
74002018-01-02 Joel Brobecker <brobecker@adacore.com>
7401
7402 * gdb.ada/dyn_stride: New testcase.
7403
cef0f868
SH
74042017-12-27 Stafford Horne <shorne@gmail.com>
7405
7406 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7407 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7408
b67d92b0
SH
74092017-12-27 Stafford Horne <shorne@gmail.com>
7410
7411 * gdb.base/reggroups.c: New file.
7412 * gdb.base/reggroups.exp: New file.
7413
eccab96d
JB
74142017-12-18 Joel Brobecker <brobecker@adacore.com>
7415
7416 * gdb.dwarf2/ada-valprint-error.c: New file.
7417 * gdb.dwarf2/ada-valprint-error.exp: New file.
7418
0e2da9f0
JB
74192017-12-18 Joel Brobecker <brobecker@adacore.com>
7420
7421 * gdb.ada/assign_arr: New testcase.
7422
cb923fcc
XR
74232017-12-18 Xavier Roirand <roirand@adacore.com>
7424
7425 * gdb.ada/funcall_ptr: New testcase.
7426
7c161838
SDJ
74272017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7428
7429 PR cli/16224
7430 * gdb.base/ptype-offsets.cc: New file.
7431 * gdb.base/ptype-offsets.exp: New file.
7432
1af17fd9
YQ
74332017-12-15 Yao Qi <yao.qi@linaro.org>
7434
7435 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7436 if XML is disabled.
7437
828d5846
XR
74382017-12-15 Xavier Roirand <roirand@adacore.com>
7439
7440 * gdb.ada/same_component_name: New testcase.
7441
79e8fcaa
JB
74422017-12-14 Joel Brobecker <brobecker@adacore.com>
7443
7444 * gdb.ada/str_binop_equal: New testcase.
7445
e05fa6f9
JB
74462017-12-14 Joel Brobecker <brobecker@adacore.com>
7447
7448 * gdb.ada/task_switch_in_core: New testcase.
7449
b89641ba
SM
74502017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7451
7452 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7453 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7454 call test_bkpt_qualified.
7455 (test_bkpt_qualified): New proc.
7456
6892d2e4
PA
74572017-12-13 Pedro Alves <palves@redhat.com>
7458
7459 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7460 Tighten regexp by matching with an anchor.
7461
a22ecf70
PA
74622017-12-13 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7465 ("expression with namespace"): New set of tests.
7466 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7467 (Nested::Test_NS::qux): New.
7468 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7469 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7470
9937536c
JB
74712017-12-13 Joel Brobecker <brobecker@adacore.com>
7472
7473 * gdb.base/server-del-break.c: New file.
7474 * gdb.base/server-del-break.exp: New file.
7475
fe49c6f5
SH
74762017-12-12 Stafford Horne <shorne@gmail.com>
7477
7478 * gdb.xml/tdesc-regs.exp: Add or1k support.
7479
c3d18620
SH
74802017-12-12 Stafford Horne <shorne@gmail.com>
7481
7482 * gdb.base/bp-permanent.c: Define nop of or1k.
7483
c5f9cfc8
JB
74842017-12-11 Joel Brobecker <brobecker@adacore.com>
7485
7486 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7487 output with components being reordered.
7488
a9c135fc
JB
74892017-12-11 Joel Brobecker <brobecker@adacore.com>
7490
7491 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7492 output with components being reordered.
7493
927aa2e7
JK
74942017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7495 Pedro Alves <palves@redhat.com>
7496
7497 * gdb.base/maint.exp (check for .gdb_index): Check also for
7498 .debug_names.
7499 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7500 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7501 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7502 (.gdb_index used after symbol reloading): Support also .debug_names.
7503 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7504
f17d9474
YQ
75052017-12-08 Yao Qi <yao.qi@linaro.org>
7506
7507 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7508 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7509
a0de8c21
YQ
75102017-12-08 Yao Qi <yao.qi@linaro.org>
7511
7512 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7513 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7514
a738ea1d
YQ
75152017-12-08 Yao Qi <yao.qi@linaro.org>
7516
7517 * gdb.arch/aarch64-tagged-pointer.c: New file.
7518 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7519
1cd9a73b
SDJ
75202017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7521
7522 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7523 "int".
7524
fa6eb693
KS
75252017-12-07 Keith Seitz <keiths@redhat.com>
7526
7527 PR breakpoints/22569
7528 * gdb.linespec/ls-errs.exp: Change expected result of "break
7529 -source this file has spaces.c -line 3".
7530 Check that an explicit source file followed by whitespace is
7531 identified as an invalid explicit location.
7532
883fd55a
KS
75332017-12-07 Keith Seitz <keiths@redhat.com>
7534
7535 * gdb.cp/nested-types.cc: New file.
7536 * gdb.cp/nested-types.exp: New file.
7537 * lib/cp-support.exp: Load data-structures.exp library.
7538 (debug_cp_test_ptype_class): New global.
7539 (cp_ptype_class_verbose, next_line): New procedures.
7540 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7541 Add and document new return value.
7542 Switch the list of lines to a queue.
7543 Add support for new `type' key for nested type definitions.
7544 Add debugging/troubleshooting messages.
7545 * lib/data-structures.exp: New file.
7546
ec72db3e
SM
75472017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7548
7549 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7550 with proc_with_prefix, don't use with_test_prefix.
7551
99598d71
TT
75522017-12-07 Tom Tromey <tom@tromey.com>
7553
7554 * gdb.base/break.exp: Add test for empty "commands".
7555
a8806230
YQ
75562017-12-07 Yao Qi <yao.qi@linaro.org>
7557
7558 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7559 malloc and catch syscall.
7560
824cc835
PM
75612017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7562
e79be6e5 7563 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7564 tests for explicit locations.
7565
7cc244de
PA
75662017-12-06 Pedro Alves <palves@redhat.com>
7567
7568 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7569 force-disabling XML descriptions.
7570
50a1fdd5
PA
75712017-12-04 Pedro Alves <palves@redhat.com>
7572
7573 PR gdb/22499
7574 * gdb.arch/amd64-disp-step-avx.S: New file.
7575 * gdb.arch/amd64-disp-step-avx.exp: New file.
7576
f0fb2488
PA
75772017-12-03 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7580 and <string.h>.
7581 (parent_function): Print distinct messages when waitpid fails, or
7582 the child exits with a signal, or the child exits for an unhandled
7583 reason.
7584 * gdb.threads/process-dies-while-detaching.exp
7585 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7586 it. Wait for both inferior output and GDB's prompt. Use an
7587 indirect spawn id list.
7588 (do_detach): New parameter 'child_exit'. Use it to compute
7589 expected inferior output.
7590 (test_detach, test_detach_watch, test_detach_killed_outside):
7591 Adjust to pass down the expected child exit kind.
7592
97cbe998
SDJ
75932017-12-01 Joel Brobecker <brobecker@adacore.com>
7594 Sergio Durigan Junior <sergiodj@redhat.com>
7595 Pedro Alves <palves@redhat.com>
7596
7597 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7598
40fc416f
SDJ
75992017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7600
7601 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7602 to 'symbol-file' and 'add-symbol-file' can be
7603 position-independent.
7604
1cc75e92
YQ
76052017-12-01 Yao Qi <yao.qi@linaro.org>
7606
7607 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7608 the URL in copyright header.
7609 * gdb.arch/aarch64-fp.exp: Likewise.
7610 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7611 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7612 * gdb.base/expand-psymtabs.exp: Likewise.
7613 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7614 * gdb.fortran/common-block.exp: Likewise.
7615 * gdb.fortran/common-block.f90: Likewise.
7616 * gdb.fortran/logical.exp: Likewise.
7617 * gdb.fortran/vla-datatypes.f90: Likewise.
7618 * gdb.fortran/vla-sub.f90: Likewise.
7619
875fb7a7
JB
76202017-11-30 Joel Brobecker <brobecker@adacore.com>
7621
7622 * gdb.ada/repeat_dyn: New testcase.
7623
6f14765f
UW
76242017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7625
7626 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7627 Update for changed thread numbering.
7628 * gdb.cell/bt.exp: Update for changed GDB output.
7629
f1af7b94
SM
76302017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7631
7632 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7633 setting isremote by hand.
7634 * boards/dwarf4-gdb-index.exp: Likewise.
7635 * boards/fission.exp: Likewise.
7636 * boards/stabs.exp: Likewise.
7637
e3919f3e
PA
76382017-11-30 Pedro Alves <palves@redhat.com>
7639
7640 * gdb.linespec/cpls-ops.exp
7641 (check_explicit_skips_function_argument): Extract the underlying
7642 type of size_t instead of hardcoding it.
7643
bd69330d
PA
76442017-11-29 Pedro Alves <palves@redhat.com>
7645
7646 PR c++/19436
7647 * gdb.linespec/cpls-abi-tag.cc: New file.
7648 * gdb.linespec/cpls-abi-tag.exp: New file.
7649
a20714ff
PA
76502017-11-29 Pedro Alves <palves@redhat.com>
7651
7652 * gdb.base/langs.exp: Use -qualified.
7653 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7654 it.
7655 * gdb.cp/namespace.exp: Use -qualified.
7656 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7657 (overload-3, template-overload, template-ret-type, const-overload)
7658 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7659 procedures.
7660 (test_driver): Call them.
7661 * gdb.cp/save-bp-qualified.cc: New.
7662 * gdb.cp/save-bp-qualified.exp: New.
7663 * gdb.linespec/explicit.exp: Test -qualified.
7664 * lib/completion-support.exp (completion::explicit_opts_list): Add
7665 "-qualified".
7666 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7667
f6f1d339
PM
76682017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7669
7670 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7671
02ca603a
TT
76722017-11-29 Tom Tromey <tom@tromey.com>
7673
7674 * gdb.base/relocate.exp: Update invalid argument test.
7675 Add new tests for invalid arguments.
7676
ed6c0bfb
TP
76772017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7678
7679 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7680 Return 0 as a long.
7681 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7682
f106e10e
TP
76832017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7684
7685 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7686 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7687 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7688 func ().
7689 * gdb.cp/shadow.cc (B.func): Return 0.
7690
10329bb2
JB
76912017-11-27 Joel Brobecker <brobecker@adacore.com>
7692
7693 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7694 expected output in gdb_expect call to allow the exception
7695 message to be present as well. Fix syntax confusion to avoid
7696 TCL thinking that exception_name is an array.
7697
617cd4bc
UW
76982017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7699
7700 * gdb.arch/spu-info.c: Include <unistd.h>.
7701 (do_signal_test): Fix broken calls to write.
7702 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7703 Fix checks for empty mailboxes. Update signal tests for corrected
7704 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7705 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7706 * gdb.cell/arch.exp: Use standard_output_file.
7707 * gdb.cell/break.exp: Likewise.
7708 * gdb.cell/bt.exp: Likewise.
7709 * gdb.cell/core.exp: Likewise.
7710 * gdb.cell/dwarfaddr.exp: Likewise.
7711 * gdb.cell/ea-cache.exp: Likewise.
7712 * gdb.cell/ea-standalone.exp: Likewise.
7713 * gdb.cell/f-regs.exp: Likewise.
7714 * gdb.cell/fork.exp: Likewise.
7715 * gdb.cell/gcore.exp: Likewise.
7716 * gdb.cell/mem-access.exp: Likewise.
7717 * gdb.cell/ptype.exp: Likewise.
7718 * gdb.cell/registers.exp: Likewise.
7719 * gdb.cell/sizeof.exp: Likewise.
7720 * gdb.cell/solib-symbol.exp: Likewise.
7721 * gdb.cell/solib.exp: Likewise.
617cd4bc 7722
a81aaca0
PA
77232017-11-25 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.base/complete-empty.exp: New file.
7726 * gdb.base/completion.exp: Adjust.
7727
6a3c6ee4
PA
77282017-11-25 Pedro Alves <palves@redhat.com>
7729
7730 * gdb.linespec/cpls-ops.cc: New file.
7731 * gdb.linespec/cpls-ops.exp: New file.
7732 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7733 factored out from ...
7734 (test_complete_prefix_range): ... this.
7735
8955eb2d
PA
77362017-11-24 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.linespec/cpcompletion.exp: New file.
7739 * gdb.linespec/cpls-hyphen.cc: New file.
7740 * gdb.linespec/cpls.cc: New file.
7741 * gdb.linespec/cpls2.cc: New file.
7742 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7743 test to use test_gdb_complete_unique. Add label completion,
7744 keyword completion and explicit location completion tests.
7745 * lib/completion-support.exp: New file.
7746
e547c119
JB
77472017-11-24 Joel Brobecker <brobecker@adacore.com>
7748
7749 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7750 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7751 when hitting an exception catchpoint.
7752
7c3c1aa8
YQ
77532017-11-22 Yao Qi <yao.qi@linaro.org>
7754
7755 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7756
41bd68f5
SM
77572017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7758
7759 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7760 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7761 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7762
1daad298
YQ
77632017-11-22 Yao Qi <yao.qi@linaro.org>
7764
7765 * gdb.base/info-os.exp: Pass pthreads.
7766 * gdb.multi/multi-attach.exp: Likewise.
7767
88465e87
YQ
77682017-11-22 Yao Qi <yao.qi@linaro.org>
7769
7770 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7771 compiler.
7772
dc196b23
YQ
77732017-11-22 Yao Qi <yao.qi@linaro.org>
7774
7775 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7776 * gdb.base/break-interp.exp: Likewise.
7777 * gdb.base/jit-attach-pie.exp: Likewise.
7778
2400729e
UW
77792017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7780
7781 * gdb.base/float128.c (large128): New variable.
7782 * gdb.base/float128.exp: Add test to print largest __float128 value.
7783
7a26362d
UW
77842017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7785
7786 * gdb.arch/vsx-regs.exp: Update register content checks.
7787
ed0f4273
UW
77882017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7789
7790 * gdb.arch/ppc-longdouble.exp: New file.
7791 * gdb.arch/ppc-longdouble.c: Likewise.
7792
a25d69c6
PA
77932017-11-21 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7796
73fcf641
PA
77972017-11-20 Pedro Alves <palves@redhat.com>
7798
7799 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7800 (long_double_typedef): New typedefs.
7801 Use DEF on double and long double.
7802 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7803 cases.
7804 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7805 and 'long_double_ptr_same_size' locals. Use them to decide
7806 whether cast from array/function to float is valid/invalid.
7807
71a3c369
TT
78082017-11-17 Tom Tromey <tom@tromey.com>
7809
7810 * gdb.rust/traits.rs: New file.
7811 * gdb.rust/traits.exp: New file.
7812
ced9779b
JB
78132017-11-17 Joel Brobecker <brobecker@adacore.com>
7814
7815 * gdb.ada/minsyms: New testcase.
7816
a0922d80
PA
78172017-11-16 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7820 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7821
ea04e54c
PA
78222017-11-16 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7825 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7826
e849ea89
PA
78272017-11-16 Pedro Alves <palves@redhat.com>
7828
7829 * gdb.server/reconnect-ctrl-c.c: New file.
7830 * gdb.server/reconnect-ctrl-c.exp: New file.
7831
d8ae99a7
PM
78322017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7833
7834 * gdb.python/py-rbreak.exp: New file.
7835 * gdb.python/py-rbreak.c: New file.
7836 * gdb.python/py-rbreak-func2.c: New file.
7837
968a13f8
PA
78382017-11-16 Pedro Alves <palves@redhat.com>
7839
7840 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7841 pattern.
7842 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7843 GDB.
7844
71774bc9
SM
78452017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7846
7847 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7848 regex.
7849
ddbb44cf
SM
78502017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7851
7852 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7853 test names.
7854
584a564f
PA
78552017-11-09 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7858 factored out from ...
7859 (top level): ... here, and adjusted to avoid expecting beyond the
7860 prompt in a single gdb_test_multiple.
7861
5ed7a928
PA
78622017-11-09 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7865 output.
7866 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7867 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7868 * gdb.server/ext-run.exp ("kill" test): Likewise.
7869 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7870
a60e0738
PA
78712017-11-09 Pedro Alves <palves@redhat.com>
7872
7873 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7874 match till end of line.
7875
2c88253f
PA
78762017-11-09 Pedro Alves <palves@redhat.com>
7877
7878 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7879
c7a38517
PA
78802017-11-09 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7883 New procedures, factored out from ...
7884 (top level): ... here, and adjusted to avoid expecting beyond the
7885 prompt in one go.
7886
f29f4b6b
PA
78872017-11-09 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7890 output. Fix '?' match.
7891
286acbb5
JB
78922017-11-08 Joel Brobecker <brobecker@adacore.com>
7893
7894 * gdb.ada/scoped_watch: New testcase.
7895 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7896 which is actually correct.
7897 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7898 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7899
62d7ae92
PA
79002017-11-08 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.gdb/complaints.exp (test_initial_complaints)
7903 (test_serial_complaints, test_short_complaints): Call
7904 complaint_internal instead of complaint.
7905
280ca31f
DT
79062017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7907
7908 * gdb.threads/tls-core.c: New file.
7909 * gdb.threads/tls-core.exp: Likewise.
7910
b5ec771e
PA
79112017-11-08 Pedro Alves <palves@redhat.com>
7912
7913 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7914 (p Exported_Capitalized): New test.
7915 (p exported_capitalized): New test.
7916
a02b41a7
PA
79172017-11-07 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7920
95e95a6d
PA
79212017-11-07 Pedro Alves <palves@redhat.com>
7922
7923 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7924 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7925 (disable_invalid, disable_inverted, disable_negative): New
7926 procedures.
7927 ("bad numbers"): New set of tests.
7928
cee62dbd
PA
79292017-11-07 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.cp/ena-dis-br-range.exp: Add tests.
7932
cc638e86
PA
79332017-11-07 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7936
d0fe4701
XR
79372017-11-07 Xavier Roirand <roirand@adacore.com>
7938 Pedro Alves <palves@redhat.com>
7939
7940 * gdb.base/ena-dis-br.exp: Add reference to
7941 gdb.cp/ena-dis-br-range.exp.
7942 * gdb.cp/ena-dis-br-range.exp: New file.
7943 * gdb.cp/ena-dis-br-range.cc: New file.
7944
46f67f80
PA
79452017-11-06 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.base/attach-non-pgrp-leader.c: New.
7948 * gdb.base/attach-non-pgrp-leader.exp: New.
7949
726e1356
PA
79502017-11-06 Pedro Alves <palves@redhat.com>
7951
7952 * configure.ac: No longer check for termio.h and sgtty.h.
7953 * configure: Regenerate.
7954 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7955 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7956 Remove termio and sgtty code.
7957
50ab6ace
YQ
79582017-11-03 Yao Qi <yao.qi@linaro.org>
7959
7960 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7961 in GDB is disabled.
7962
8e68731c
YQ
79632017-11-03 Yao Qi <yao.qi@linaro.org>
7964
7965 * gdb.python/py-thrhandle.exp: Skip it if python is not
7966 enabled.
7967
3a87ae65
SM
79682017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7969
7970 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7971 as a breakpoint command.
7972
484d8d36
MD
79732017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7974
7975 PR python/21213
7976 * gdb.python/py-infthread.exp: Test calling
7977 InferiorThread.inferior () multiple times in a row.
7978
4a27f119
KS
79792017-10-27 Keith Seitz <keiths@redhat.com>
7980
7981 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7982 Test "info break" for every inlined function breakpoint.
7983
bb11dd58
YQ
79842017-10-27 Yao Qi <yao.qi@linaro.org>
7985
7986 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7987
a43f3893
PF
79882017-10-26 Patrick Frants <osscontribute@gmail.com>
7989
7990 * gdb.cp/classes.exp (test_static_members): Test printing
7991 Outer::instance.
7992 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7993 (Inner::instance, Outer::instance): New.
7994
792ccf00
PA
79952017-10-24 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7998 extra console" test in two stages.
7999
eb2bfbad
PA
80002017-10-24 Pedro Alves <palves@redhat.com>
8001
8002 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8003
1f75a651
PA
80042017-10-24 Pedro Alves <palves@redhat.com>
8005
8006 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8007 loop.
8008
779990d9
PA
80092017-10-24 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8012 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8013
ad9b8f5d
PA
80142017-10-24 Pedro Alves <palves@redhat.com>
8015
8016 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8017 parameter and handle it. Don't output read value in test name.
8018
fee6da6e
PA
80192017-10-24 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8022 custom test name.
8023
10389c2c
PA
80242017-10-24 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8027 include the unstable output directory name in the test's name.
8028 (initial_setup_simple) <'set args'>: Use custom test name.
8029
a80e65a9
PA
80302017-10-24 Pedro Alves <palves@redhat.com>
8031
8032 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8033 with explicit test name.
8034
15763a09
PA
80352017-10-20 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8038 'wait -i'. Use gdb_assert and remote_close.
8039
49a4ce2e
AB
80402017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8041
8042 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8043 number from variable rather than hard-coded.
8044
a75868f5
PA
80452017-10-19 Pedro Alves <palves@redhat.com>
8046
8047 * gdb.base/long-inferior-output.c: New file.
8048 * gdb.base/long-inferior-output.exp: New file.
8049
c8ba13ad
KS
80502017-11-18 Keith Seitz <keiths@redhat.com>
8051
8052 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8053 method.
8054 (main): Call it.
8055 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8056 Add additional user-defined conversion operator tests.
8057
b27de576
PA
80582017-10-17 Pedro Alves <palves@redhat.com>
8059
8060 * boards/native-stdio-gdbserver.exp: Load "local-board".
8061
8484c955
PA
80622017-10-17 Pedro Alves <palves@redhat.com>
8063
8064 * gdb.base/quit-live.c: New file.
8065 * gdb.base/quit-live.exp: New file.
8066
83d5a34d
KS
80672017-10-16 Keith Seitz <keiths@redhat.com>
8068
8069 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8070 (class_with_protected_typedef, class_with_private_typedef)
8071 (struct_with_public_typedef, struct_with_protected_typedef)
8072 (struct_with_private_typedef): New classes/structs.
8073 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8074 typedefs and access specifiers.
8075
739b3f1d
PA
80762017-10-16 Pedro Alves <palves@redhat.com>
8077 Simon Marchi <simon.marchi@polymtl.ca>
8078
8079 * README (Local vs Remote vs Native): New section.
8080 * boards/local-board.exp: New file, with bits factored out from
8081 ...
8082 * boards/native-extended-gdbserver.exp: ... here. Load
8083 "local-board".
8084 * boards/native-gdbserver.exp: Load "local-board".
8085 (${board}_spawn, ${board}_exec): Delete.
8086 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8087 ...
8088 * boards/stdio-gdbserver-base.exp: ... this new file.
8089 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8090 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8091 procedure.
8092 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8093 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8094 stdio_gdbserver_command.
8095 (${board}_get_remote_address, ${board}_get_comm_port)
8096 (${board}_download, ${board}_upload): Delete.
8097 (get_target_remote_pipe_cmd): New.
8098
fe68b953
SM
80992017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8100
8101 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8102 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8103 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8104 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8105 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8106 remove with_test_prefix.
8107
300b6685
PA
81082017-10-13 Pedro Alves <palves@redhat.com>
8109
8110 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8111 * gdb.base/annota1.exp: Use it instead of is_remote.
8112 * gdb.base/annota3.exp: Use it instead of is_remote.
8113 * gdb.cp/annota2.exp: Use it instead of is_remote.
8114 * gdb.cp/annota3.exp: Use it instead of is_remote.
8115 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8116
50500caf
PA
81172017-10-13 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8120 (test_num_test_vars, run_and_count_vars, find_env)
8121 (test_set_unset_env, test_inherit_env_var): New procedures.
8122 (top level): Use them.
8123
dad0c6d2
PA
81242017-10-13 Pedro Alves <palves@redhat.com>
8125
8126 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8127 also skip on stub-like targets.
8128
8b0553c1
PA
81292017-10-13 Pedro Alves <palves@redhat.com>
8130
8131 PR gdb/22293
8132 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8133 (top level): Move some tests to ...
8134 (test_not_found): ... this new procedure.
8135 (top level): Call it.
8136
7594f623
PA
81372017-10-13 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8140 expect different "info terminal" output if testing with a
8141 non-native target.
8142
ebe3b402
PA
81432017-10-13 Pedro Alves <palves@redhat.com>
8144 Simon Marchi <simon.marchi@polymtl.ca>
8145
8146 PR python/12966
8147 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8148
42f1b161
PA
81492017-10-13 Pedro Alves <palves@redhat.com>
8150
8151 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8152 already.
8153
8d6ef72b
PA
81542017-10-13 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8157 is_remote.
8158
d7bcd5b8
PA
81592017-10-13 Pedro Alves <palves@redhat.com>
8160
8161 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8162 is_remote.
8163
df479dc6
PA
81642017-10-13 Pedro Alves <palves@redhat.com>
8165
8166 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8167 is set.
8168 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8169 instead of is_remote.
8170
23fb630a
PA
81712017-10-13 Pedro Alves <palves@redhat.com>
8172
8173 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8174 (top level): Add comment.
8175
cc77b1dc
PA
81762017-10-13 Pedro Alves <palves@redhat.com>
8177
8178 * gdb.base/remote.exp (top level): Fix comment typo and add
8179 missing return.
8180
27c9e813
PA
81812017-10-13 Pedro Alves <palves@redhat.com>
8182 Simon Marchi <simon.marchi@polymtl.ca>
8183
8184 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8185 calls and add comments. Skip test if use_gdb_stub is set.
8186 (top level): Use "set cwd" command instead of "cd" command.
8187
5e830d98
PA
81882017-10-13 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8191 is_remote target check.
8192
f5ca0032
PA
81932017-10-13 Pedro Alves <palves@redhat.com>
8194
8195 * gdb.base/scope.exp: Use build_executable + clean_restart +
8196 gdb_file_cmd instead of prepare_for_testing and no longer skip
8197 "before run" tests on is_remote target boards. Update comments.
8198 * boards/native-extended-gdbserver.exp
8199 (extended_gdbserver_load_last_file): New, factored out from ...
8200 (gdb_load): ... this. Move further below and add comment.
8201 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8202
8aed1c0d
PA
82032017-10-12 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.base/attach.exp: Remove references to gdb64.
8206 * gdb.base/dbx.exp: Remove references to gdb64.
8207
cfa34c87
SM
82082017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8209 Pedro Alves <palves@redhat.com>
8210
8211 * gdb.base/label.exp: Remove is_remote target check.
8212
9192b7de
PA
82132017-10-12 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.base/auvx.exp (coredir): Update comment.
8216 (top level) <core_works>: Use "set cwd" command instead of "cd"
8217 command.
8218
6bf0052d
PA
82192017-10-12 Pedro Alves <palves@redhat.com>
8220 Simon Marchi <simon.marchi@polymtl.ca>
8221
8222 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8223 target boards.
8224
e48ef82d
PA
82252017-10-12 Pedro Alves <palves@redhat.com>
8226 Simon Marchi <simon.marchi@polymtl.ca>
8227
8228 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8229 Instead skip if there's any gdb_protocol set.
8230
8d7aea57
SM
82312017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8232 Pedro Alves <palves@redhat.com>
8233
8234 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8235
30440677
PA
82362017-10-12 Pedro Alves <palves@redhat.com>
8237 Simon Marchi <simon.marchi@polymtl.ca>
8238
8239 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8240 instead of on dejagnu remote boards.
8241
4e04f045 82422017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8243 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8244
8245 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8246 checks. Use build_executable + clean_restart instead of
8247 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8248 of enabling non-stop after starting gdb.
8249
871a186e
PA
82502017-10-12 Pedro Alves <palves@redhat.com>
8251
8252 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8253 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8254 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8255 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8256
56d704da
AK
82572017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8258
8259 * gdb.arch/arc-tdesc-cpu.exp: New file.
8260 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8261
2f20e312
SM
82622017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8263
8264 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8265
65630365
PA
82662017-10-10 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8269 expect CLI output.
8270
bf469271
PA
82712017-10-10 Pedro Alves <palves@redhat.com>
8272
8273 * lib/selftest-support.exp (selftest_setup): Update for
8274 captured_command_loop's prototype change.
8275
777a42f1
PA
82762017-10-09 Pedro Alves <palves@redhat.com>
8277
8278 Test both arch1=>arch2 and arch2=>arch1.
8279
8280 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8281 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8282 factored out to...
8283 (append_arch1_options, append_arch2_options, append_arch_options)
8284 (build_executables): New procedures.
8285 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8286 local.
8287 (top level): Add new 'first_arch' testing axis.
8288
cbd2b4e3
PA
82892017-10-09 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8292 (barrier): New.
8293 (thread_start, all_started): New functions.
8294 (main): Spawn new thread and wait until it is scheduled.
8295 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8296 option.
8297 (do_test): Add 'selected_thread' parameter. Run to all_started
8298 instead of main. Explicitly set the breakpoint at main. Switch
8299 to the SELECTED_THREAD thread.
8300 (top level): Test handling the exec event with either the main
8301 thread or the second thread selected.
8302
5c9e4427
PA
83032017-10-09 Pedro Alves <palves@redhat.com>
8304
8305 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8306 logic. Move STOP marker after the value checks.
8307 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8308 regexp.
8309
b3b7c423
SL
83102017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8311
8312 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8313
3b4b2f16
UW
83142017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8315
8316 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8317 integer-to-dfp conversion.
8318 * gdb.base/dfp-test.exp: Likewise.
8319
5cd63fda
PA
83202017-10-04 Pedro Alves <palves@redhat.com>
8321
8322 * gdb.multi/hangout.c: Include <unistd.h>.
8323 (hangout_loop): New function.
8324 (main): Call alarm. Call hangout_loop in a loop.
8325 * gdb.multi/hello.c: Include <unistd.h>.
8326 (hello_loop): New function.
8327 (main): Call alarm. Call hangout_loop in a loop.
8328 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8329 inferior with the other selected.
8330
4c71c105
SM
83312017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8332
8333 * gdb.mi/list-thread-groups-available.exp: New file.
8334 * gdb.mi/list-thread-groups-available.c: New file.
8335
bc3b087d
SDJ
83362017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8337
8338 * gdb.base/set-cwd.exp: Make it available on
8339 native-extended-gdbserver.
8340
d092c5a2
SDJ
83412017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8342
8343 * gdb.base/set-cwd.c: New file.
8344 * gdb.base/set-cwd.exp: Likewise.
8345
45320ffa
TT
83462017-10-02 Tom Tromey <tom@tromey.com>
8347
8348 PR rust/22236:
8349 * gdb.rust/simple.rs (main): New variable "fslice".
8350 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8351
b3e3859b
TT
83522017-10-02 Tom Tromey <tom@tromey.com>
8353
8354 * gdb.rust/simple.exp: Test ptype of a slice.
8355
01af5e0d
TT
83562017-10-02 Tom Tromey <tom@tromey.com>
8357
8358 * gdb.rust/simple.exp: Test index of slice.
8359
a9bbfbd8
TT
83602017-09-27 Tom Tromey <tom@tromey.com>
8361
8362 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8363
df8899e5
TP
83642017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8365 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.base/compare-sections.exp (get value of read-only section): Read
8368 as unsigned value.
8369 (corrupt read-only section): Likewise and don't set written if patching
8370 failed.
8371
757bf54b
KB
83722017-09-21 Kevin Buettner <kevinb@redhat.com>
8373
8374 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8375 files.
8376
06871ae8
PA
83772017-09-20 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8380 symbol names in gdb's output.
8381 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8382
e5f25bc5
PA
83832017-09-20 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8386 Rename to ...
8387 (test_list_ambiguous_symbol): ... this and add a symbol name
8388 parameter. Adjust.
8389 (test_list_ambiguous_function): Reimplement on top of
8390 test_list_ambiguous_symbol and also test listing ambiguous
8391 variables.
8392 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8393 (ambiguous_fun): ... this.
8394 (ambiguous_var): New.
8395 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8396 (ambiguous_fun): ... this.
8397 (ambiguous_var): New.
8398
4e5a4f58
JB
83992017-09-19 John Baldwin <jhb@FreeBSD.org>
8400
8401 * gdb.base/starti.c: New file.
8402 * gdb.base/starti.exp: New file.
8403 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8404
26e53f3e
PA
84052017-09-14 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8408 (top level): Use it instead of runto.
8409
cb791d59
TT
84102017-09-11 Tom Tromey <tom@tromey.com>
8411
8412 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8413
7c96f8c1
TT
84142017-09-11 Tom Tromey <tom@tromey.com>
8415
8416 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8417 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8418
469412dd
CW
84192017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8420
8421 * gdb.fortran/printing-types.exp: New file.
8422 * gdb.fortran/printing-types.exp: New file.
8423
e0f86435
BH
84242017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8425
8426 * gdb.fortran/vla-ptype.exp: Fix typos.
8427 * gdb.fortran/vla-value.exp: Same.
8428
9e9af4be
BH
84292017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8430
8431 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8432 * gdb.mi/mi-var-child-f.exp: Likewise.
8433 * gdb.mi/mi-vla-fortran.exp: Likewise.
8434
a5ad232b 84352017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8436 Christoph Weinmann <christoph.t.weinmann@intel.com>
8437 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8438
8439 * gdb.fortran/ptr-indentation.f90: New file.
8440 * gdb.fortran/ptr-indentation.exp: New file.
8441
5aec60eb
TT
84422017-09-05 Tom Tromey <tom@tromey.com>
8443
8444 PR gdb/22010:
8445 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8446
8f8f8152
TP
84472017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8448
8449 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8450
fbd1b771
JK
84512017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8452
8453 * gdb.threads/tls-nodebug-pie.c: New file.
8454 * gdb.threads/tls-nodebug-pie.exp: New file.
8455
5eb5f850
TT
84562017-09-05 Tom Tromey <tom@tromey.com>
8457
8458 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8459 for rust.
8460
ae780a21
SM
84612017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8462
8463 * gdb.multi/multi-arch-exec.exp: Test with different
8464 "follow-exec-mode" settings.
8465 (do_test): New procedure.
8466
3693fdb3
PA
84672017-09-04 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/func-static.c (S::method const, S::method volatile)
8470 (S::method volatile const): New methods.
8471 (c_s, v_s, cv_s): New instances.
8472 (main): Call method() on them.
8473 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8474 (cannot_resolve): New procedure.
8475 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8476 print-quote-unquoted columns.
8477 (do_test): Test printing each scope too.
8478
e68cb8e0
PA
84792017-09-04 Pedro Alves <palves@redhat.com>
8480
8481 * gdb.base/local-static.exp: Also test with
8482 class::method::variable wholly quoted.
8483 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8484
858be34c
PA
84852017-09-04 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.base/local-static.c: New.
8488 * gdb.base/local-static.cc: New.
8489 * gdb.base/local-static.exp: New.
8490
46a4882b
PA
84912017-09-04 Pedro Alves <palves@redhat.com>
8492
8493 * gdb.asm/asm-source.exp: Add casts to int.
8494 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8495 (dataglobal64_1, dataglobal64_2): New globals.
8496 * gdb.base/nodebug.exp: Test different expressions involving the
8497 new globals, with print, whatis and ptype. Add casts to int.
8498 * gdb.base/solib-display.exp: Add casts to int.
8499 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8500 * gdb.cp/m-static.exp: Add cast to int.
8501 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8502 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8503 tls variable with no debug info without a cast. Test with a cast
8504 to int too.
8505 * gdb.trace/entry-values.exp: Add casts.
8506
2c5a2be1
PA
85072017-09-04 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/nodebug.exp: Test that ptype's error about functions
8510 with unknown return type includes the function name too.
8511
7022349d
PA
85122017-09-04 Pedro Alves <palves@redhat.com>
8513
8514 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8515 return type of munmap in infcall.
8516 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8517 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8518 type of ftell in infcall.
8519 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8520 type of getpid in infcall.
8521 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8522 infcall.
8523 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8524 Bail on failure to extract the pid.
8525 * gdb.base/nodebug.c: #include <stdint.h>.
8526 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8527 New functions.
8528 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8529 Change expected output of print/whatis/ptype with functions with
8530 no debug info. Test all supported languages. Call
8531 test_call_promotion.
8532 * gdb.compile/compile.exp: Adjust expected output to expect
8533 warning.
8534 * gdb.threads/siginfo-threads.exp: Likewise.
8535
54990598
PA
85362017-09-04 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8539 "prototypes". Test calling float functions via prototyped and
8540 unprototyped function pointers.
8541 (perform_all_tests): New parameter "prototypes". Pass it down.
8542 (top level): Pass down "prototypes" parameter to
8543 perform_all_tests.
8544
34d16ea2
SM
85452017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8546
8547 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8548 Test with nested loops.
8549
9521ecda
SM
85502017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8551
8552 * gdb.base/commands.exp: Call the new procedures.
8553 (loop_break_test, loop_continue_test): New procedures.
8554
80a65e9b
SM
85552017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8556
8557 * gdb.base/commands.exp: Call new procedure.
8558 (define_if_without_arg_test): New procedure.
8559
e439fa14
PA
85602017-09-04 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.base/list-ambiguous.exp: New file.
8563 * gdb.base/list-ambiguous0.c: New file.
8564 * gdb.base/list-ambiguous1.c: New file.
8565 * gdb.base/list.exp (test_list_range): Adjust expected output.
8566
0a2dde4a
SDJ
85672017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8568
8569 * gdb.base/share-env-with-gdbserver.c: New file.
8570 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8571
5e89eb3a
SM
85722017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8573
8574 * gdb.base/commands.exp (gdbvar_simple_if_test,
8575 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8576 progvar_simple_if_test, progvar_simple_while_test,
8577 progvar_complex_if_while_test, user_defined_command_test,
8578 user_defined_command_args_eval,
8579 user_defined_command_args_stack_test,
8580 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8581 temporary_breakpoint_commands,
8582 gdb_test_no_prompt, redefine_hook_test,
8583 redefine_backtrace_test): Remove "global gdb_prompt".
8584
fd437cbc
SM
85852017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8586
8587 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8588 New proc, call it from toplevel.
8589
87215ad1
SDJ
85902017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8591
8592 PR remote/21852
8593 * gdb.server/normal.c: New file, copied from gdb.base.
8594 * gdb.server/run-without-local-binary.exp: New file.
8595
58afddc6
WP
85962017-08-07 Weimin Pan <weimin.pan@oracle.com>
8597
8598 * gdb.arch/sparc64-adi.exp: New file.
8599 * gdb.arch/sparc64-adi.c: New file.
8600
5277199a
PA
86012017-08-22 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8604 (top level): Add "list all overloads" tests.
8605
14278e1f
TT
86062017-08-22 Tom Tromey <tom@tromey.com>
8607
8608 * gdb.gdb/xfullpath.exp: Remove.
8609
bf223d3e
PA
86102017-08-21 Pedro Alves <palves@redhat.com>
8611
8612 PR gdb/19487
8613 * gdb.base/symbol-alias.c: New.
8614 * gdb.base/symbol-alias2.c: New.
8615 * gdb.base/symbol-alias.exp: New.
8616
c973d0aa
PA
86172017-08-21 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.base/dfp-test.c
8620 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8621 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8622 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8623 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8624 * gdb.base/whatis-ptype-typedefs.c: New.
8625 * gdb.base/whatis-ptype-typedefs.exp: New.
8626 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8627 (an_int, an_int_type, an_int_type2): New globals.
8628 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8629 involving typedefs and cast expressions.
8630 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8631 (lookup_typedefs_function): New.
8632 (typedefs_pretty_printers_dict): New.
8633 (top level): Register lookup_typedefs_function in
8634 gdb.pretty_printers.
8635
6d580b63
YQ
86362017-08-18 Yao Qi <yao.qi@linaro.org>
8637
8638 * gdb.server/unittest.exp: New.
8639
206726fb
SDJ
86402017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8641
8642 PR gdb/21954
8643 * gdb.base/environ.exp: Add test to check if 'unset environment'
8644 works.
8645
bf0ec4c2
AA
86462017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8647
8648 * lib/gdb.exp (universal_compile_options): New caching proc.
8649 (gdb_compile): Suppress GCC's coloring of messages.
8650
d6382fff
TT
86512017-08-14 Tom Tromey <tom@tromey.com>
8652
8653 PR gdb/21675:
8654 * gdb.base/printcmds.exp (test_radices): New function.
8655 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8656 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8657 * lib/gdb.exp (get_integer_valueof): Use p/d.
8658
c2c2dd9f
SM
86592017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8660
8661 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8662 characters.
8663
fdffd6f4
TT
86642017-08-05 Tom Tromey <tom@tromey.com>
8665
8666 * gdb.rust/simple.exp: Allow String to appear in a different
8667 namespace.
8668
27d41eac
YQ
86692017-07-26 Yao Qi <yao.qi@linaro.org>
8670
8671 * gdb.gdb/unittest.exp: Invoke command
8672 "maintenance check xml-descriptions".
8673
031ed05d
AA
86742017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8675
8676 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8677 calling context.
8678 (hex128): Drop erroneous calculation of parameters.
8679
dcd27ddf
SM
86802017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8681
8682 * gdb.python/py-unwind.exp: Disable stack protection when
8683 building test file.
8684
47e77640
PA
86852017-07-20 Pedro Alves <palves@redhat.com>
8686
8687 * gdb.base/default.exp (set language): Adjust expected output.
8688
62d2a18a
PA
86892017-07-20 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8692 (test_minsym): ... this, and make static.
8693 (get_pck__foo__bar__minsym): Rename to ...
8694 (get_test_minsym): ... this.
8695 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8696 symbol names and comments.
8697 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8698 (get_test_minsym): ... this.
8699 (pck__foo__bar__minsym__2): Rename to ...
8700 (test_minsym): ... this.
8701 (main): Adjust.
8702
c45ec17c
PA
87032017-07-17 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.base/completion.exp: Adjust expected output.
8706 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8707 the completer works.
8708
c6756f62
PA
87092017-07-17 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8712
5bd68487
AB
87132017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8714
8715 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8716
8880f2a9
TT
87172017-07-14 Tom Tromey <tom@tromey.com>
8718
8719 PR rust/21764:
8720 * gdb.rust/simple.exp: Add tests.
8721
65547233
TT
87222017-07-14 Tom Tromey <tom@tromey.com>
8723
8724 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8725
8f14146e
PA
87262017-07-14 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.linespec/base/one/thefile.cc (z1): New function.
8729 * gdb.linespec/base/two/thefile.cc (z2): New function.
8730 * gdb.linespec/linespec.exp: Add tests.
8731
b4365d02
AB
87322017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8733
8734 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8735 to mi_create_breakpoint.
8736
5d2cbaa5
AB
87372017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8738
8739 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8740 mi_create_breakpoint.
8741
11cb5716
IB
87422017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8743
8744 * gdb.dlang/demangle.exp: Update for demangling changes.
8745
03278692
TT
87462017-07-09 Tom Tromey <tom@tromey.com>
8747
8748 * gdb.dwarf2/shortpiece.exp: New file.
8749
33c5cd75
DB
87502017-07-06 David Blaikie <dblaikie@gmail.com>
8751
8752 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8753 built from fissiont-multi-cu{1,2}.c.
8754 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8755 except putting 'main' and 'func' in separate CUs in the same DWO file.
8756 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8757 test.
8758 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8759 test.
8760
8455d262
PA
87612017-07-06 Pedro Alves <palves@redhat.com>
8762
8763 * gdb.python/py-unwind.exp: Test flushregs.
8764
dc4bde35
SDJ
87652017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8766
8767 PR cli/21688
8768 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8769 tests for alias commands and trailing whitespace.
8770
51ed89aa
SDJ
87712017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8772
8773 PR cli/21688
8774 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8775 procedure. Call it.
8776
eb17d413
PA
87772017-06-29 Pedro Alves <palves@redhat.com>
8778
8779 * gdb.base/printcmds.exp: Add tests.
8780
41664b45
DG
87812017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8782
8783 PR gdb/21337
8784 * gdb.base/reread-readsym.exp: New file.
8785 * gdb.base/reread-readsym.c: New file.
8786
75312ae3
KB
87872017-06-21 Kevin Buettner <kevinb@redhat.com>
8788
8789 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8790 subpattern.
8791
66953522
PB
87922017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8793
8794 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8795 extended mnemonic.
8796 * gdb.arch/powerpc-power9.s: Likewise.
8797
5524b525
AA
87982017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8799
8800 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8801 on 32-bit x86 targets. Exploit is_*_target macros where
8802 appropriate.
8803
03c8af18
AA
88042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8805
8806 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8807 register pieces.
8808
3bf31011
AA
88092017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8810
8811 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8812 located in one or more DWARF pieces.
8813
805acca0
AA
88142017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8815
8816 * lib/gdb.exp (get_endianness): New proc.
8817 * gdb.arch/aarch64-fp.exp: Use it.
8818 * gdb.arch/altivec-regs.exp: Likewise.
8819 * gdb.arch/e500-regs.exp: Likewise.
8820 * gdb.arch/vsx-regs.exp: Likewise.
8821 * gdb.base/dump.exp: Likewise.
8822 * gdb.base/funcargs.exp: Likewise.
8823 * gdb.base/gnu_vector.exp: Likewise.
8824 * gdb.dwarf2/formdata16.exp: Likewise.
8825 * gdb.dwarf2/implptrpiece.exp: Likewise.
8826 * gdb.dwarf2/nonvar-access.exp: Likewise.
8827 * gdb.python/py-inferior.exp: Likewise.
8828 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8829
e9352324
AA
88302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8831
8832 PR gdb/21226
8833 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8834 stack value pieces are taken from the LSB end.
8835
d5d1163e
AA
88362017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8837
8838 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8839 variable at nonzero offset.
8840
0567c986
AA
88412017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8842
8843 * gdb.dwarf2/var-access.c: New file.
8844 * gdb.dwarf2/var-access.exp: New test.
8845 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8846
973e9aab
TT
88472017-06-12 Tom Tromey <tom@tromey.com>
8848
8849 * gdb.dwarf2/formdata16.exp: Add tests.
8850
d9109c80
TT
88512017-06-12 Tom Tromey <tom@tromey.com>
8852
8853 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8854
30a25466
TT
88552017-06-12 Tom Tromey <tom@tromey.com>
8856
8857 PR exp/16225:
8858 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8859 * gdb.arch/vsx-regs.exp: Update tests.
8860 * gdb.arch/s390-vregs.exp (hex128): New proc.
8861 Update test.
8862 * gdb.arch/altivec-regs.exp: Update tests.
8863
aefd8b33
SDJ
88642017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8865
8866 * gdb.base/startup-with-shell.c: New file.
8867 * gdb.base/startup-with-shell.exp: Likewise.
8868
2090129c
SDJ
88692017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8870
8871 * gdb.server/non-existing-program.exp: Update regex in order to
8872 reflect the fact that gdbserver is now using fork_inferior (with a
8873 shell) to startup the inferior.
8874
8e86a419
SM
88752017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8876
8877 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8878 support function calls from GDB.
8879
e6cf65f2
TT
88802017-05-21 Tom Tromey <tom@tromey.com>
8881
8882 PR rust/21466:
8883 * gdb.rust/unsized.exp: New file.
8884 * gdb.rust/unsized.rs: New file.
8885
43cc5389
TT
88862017-05-19 Tom Tromey <tom@tromey.com>
8887
8888 PR rust/21484:
8889 * gdb.rust/watch.exp: New file.
8890 * gdb.rust/watch.rs: New file.
8891
ec8df234
TT
88922017-05-18 Tom Tromey <tom@tromey.com>
8893
8894 * gdb.rust/simple.exp: Allow Box to be qualified.
8895
3e3e7fae
TP
88962017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8897
8898 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8899
59cc050d
PA
89002017-05-18 Pedro Alves <palves@redhat.com>
8901
8902 * gdb.base/fileio.c (test_write, test_read, test_close)
8903 (test_fstat): Don't print 'ret' in the fail path.
8904
c8f6abd1
PA
89052017-05-18 Pedro Alves <palves@redhat.com>
8906
8907 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8908 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8909 (test_system, test_rename, test_unlink, test_time): Change
8910 prototypes.
8911 * gdb.base/fileio.exp (stop_msg): Adjust.
8912
d2a03b77
PA
89132017-05-18 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.base/fileio.c (null_str): New global.
8916 (test_stat): Use it.
8917 * gdb.base/fileio.exp: Remove nowarnings.
8918
0d5c6999
YQ
89192017-05-17 Yao Qi <yao.qi@linaro.org>
8920
8921 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8922
21873064
YQ
89232017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8924
8925 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8926 argument command.
8927 (top-level): Invoke test_set_inferior_tty.
8928
d512d31c
PA
89292017-05-04 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8932 Add parens to print call for Python 3.
8933
90cef2ed
KS
89342017-05-03 Keith Seitz <keiths@redhat.com>
8935
8936 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8937 (main): Call it.
8938
14f819c8
TW
89392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8940
8941 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8942 to prev and next.
8943
913aeadd
TW
89442017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8945
8946 * gdb.python/py-record-btrace.exp: Remove test for
8947 gdb.BtraceInstruction.error.
8948
a3be24ad
TW
89492017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8950
8951 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8952
ae20e79a
TW
89532017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8954
8955 * gdb.python/py-record-btrace-threads.c: New file.
8956 * gdb.python/py-record-btrace-threads.exp: New file.
8957
45ce1b47
SDJ
89582017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8959
8960 PR testsuite/8595
8961 * gdb.base/environ.exp: Make test available in all architectures.
8962 Move bits related to "info program" testing to
8963 gdb.base/info-program.exp. Rewrite tests to use the two new
8964 procedures mentione below.
8965 (test_set_show_env_var) New procedure.
8966 (test_set_show_env_var_equal): Likewise.
8967 * gdb.base/info-program.exp: New file.
8968
e15c3eb4
KS
89692017-04-27 Keith Seitz <keiths@redhat.com>
8970
8971 * gdb.cp/oranking.cc (test15): New function.
8972 (main): Call test15 and declare additional variables for testing.
8973 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8974 "p foo101('abc')" tests.
8975 Add tests for cv qualifier overloads.
8976 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8977 "lvalue reference overload" test.
8978 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8979 "print value of f1 on Child&& in f2" test.
8980
3a3fd0fd
PA
89812017-04-19 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8984 procedure.
8985 (top level): Call it.
8986 * lib/gdb.exp (gdb_define_cmd): New procedure.
8987
53375380
PA
89882017-04-12 Pedro Alves <palves@redhat.com>
8989
8990 PR gdb/21323
8991 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8992 (wchar): New global.
8993 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8994 (do_test_wide_char, wide_char_types_no_program, top level): Add
8995 wchar_t testing.
8996
53e710ac
PA
89972017-04-12 Pedro Alves <palves@redhat.com>
8998
8999 PR c++/21323
9000 * gdb.cp/wide_char_types.c: New file.
9001 * gdb.cp/wide_char_types.exp: New file.
9002
0ad9d8c7
SDJ
90032017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9004
9005 PR gdb/21352
9006 * gdb.trace/tsv.exp: Add test for "tsave -r".
9007
b1b45502
IB
90082017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9009
9010 * gdb.dlang/watch-loc.c: New file.
9011 * gdb.dlang/watch-loc.exp: New file.
9012
ec13808e
JK
90132017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9014
9015 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9016
fe5f7374
AK
90172017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9018
9019 * gdb.arch/arc-analyze-prologue.S: New file.
9020 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9021
eea78757
AK
90222017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9023
9024 * gdb.arch/arc-decode-insn.S: New file.
9025 * gdb.arch/arc-decode-insn.exp: Likewise.
9026
5badf10a
IR
90272017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9028
9029 PR tdep/20928
9030 * gdb.arch/sparc64-regs.exp: New file.
9031 * gdb.arch/sparc64-regs.S: Likewise.
9032
cee59b3f
TW
90332017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9034
9035 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9036 and memory view on Python 3.
9037
c0f55cc6
AV
90382017-03-20 Artemiy Volkov <artemiyv@acm.org>
9039 Keith Seitz <keiths@redhat.com>
9040
9041 PR gdb/14441
9042 * gdb.cp/demangle.exp: Add rvalue reference tests.
9043 * gdb.cp/rvalue-ref-casts.cc: New file.
9044 * gdb.cp/rvalue-ref-casts.exp: New file.
9045 * gdb.cp/rvalue-ref-overload.cc: New file.
9046 * gdb.cp/rvalue-ref-overload.exp: New file.
9047 * gdb.cp/rvalue-ref-params.cc: New file.
9048 * gdb.cp/rvalue-ref-params.exp: New file.
9049 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9050 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9051 * gdb.cp/rvalue-ref-types.cc: New file.
9052 * gdb.cp/rvalue-ref-types.exp: New file.
9053 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9054 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9055
51457a05
MAL
90562017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9057
9058 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9059 New procedure.
9060
5b291c04
MAL
90612017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9062
9063 * lib/mi-support.exp (mi_gdb_test): Add additional message
9064 for unexpected output.
9065
59a56148
AA
90662017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9067
9068 * gdb.base/examine-backward.c (Barrier): New character array
9069 constant, to ensure that TestStrings is preceded by a string
9070 terminator.
9071
7942e96e
AA
90722017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9073
9074 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9075 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9076 and implicit pointer into such a location.
9077
6ebac3fb
DE
90782017-03-16 Doug Evans <dje@google.com>
9079
9080 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9081
ec3b243d
TP
90822017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9083
9084 * gdb.cp/m-static.exp: Fix expectation for prototype of
9085 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9086
90872017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9088
9089 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9090 * gdb.guile/scm-lazy-string.c: New file.
9091 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9092 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9093 for pointer, array, typedef lazy strings.
9094
2cc36e25 90952017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9096
9097 PR python/17728, python/18439, python/18779
9098 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9099 * gdb.python/py-lazy-string.c (pointer): New typedef.
9100 (main): New locals ptr, array, typedef_ptr.
9101 * gdb.python/py-value.exp: Move lazy string tests to ...
9102 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9103 array, typedef lazy strings.
ec3b243d 9104
0efcde63
AK
91052017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9106
9107 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9108 Add optional 'test' parameter.
9109
7978d7c3
SM
91102017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9111
9112 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9113 Skip for versions of DejaGnu < 1.5.
9114
896c0c1e
SM
91152017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9116
9117 * lib/gdb.exp (dejagnu_version): New proc.
9118 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9119 Use dejagnu_version.
9120
5f4d1085
KS
91212017-03-10 Keith Seitz <keiths@redhat.com>
9122
9123 PR c++/8128
9124 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9125 type from destructor regexps.
9126 Add a branch which actually passes the test.
9127 Adjust "ptype t5i" test names.
9128
1de05205
PA
91292017-03-08 Pedro Alves <palves@redhat.com>
9130
9131 * gdb.base/step-over-exit.exp: Add explicit test message.
9132
c65d6b55
PA
91332017-03-08 Pedro Alves <palves@redhat.com>
9134
9135 PR gdb/18360
9136 * gdb.threads/interrupt-while-step-over.c: New file.
9137 * gdb.threads/interrupt-while-step-over.exp: New file.
9138
2e86a283
PA
91392017-03-08 Pedro Alves <palves@redhat.com>
9140
9141 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9142 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9143
25dcbff6
PA
91442017-03-08 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9147 PKRU as not supported as a PASS.
9148
dc9366eb
PA
91492017-03-08 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9152 prefix instead of $binfile1/$binfile2.
9153 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9154 in test message.
9155 * gdb.python/py-completion.exp: Use "load python file" as test
9156 messages instead of unstable path names.
9157
6e5d74e7
PA
91582017-03-08 Pedro Alves <palves@redhat.com>
9159 Jan Kratochvil <jan.kratochvil@redhat.com>
9160
9161 PR cli/21218
9162 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9163 New proc.
9164 (top level): Call it.
9165
9753a2f6
PA
91662017-03-08 Pedro Alves <palves@redhat.com>
9167
9168 PR tui/21216
9169 * gdb.tui/tui-nl-filtered-output.exp: New file.
9170
1a4dd9dd
PA
91712017-03-08 Pedro Alves <palves@redhat.com>
9172
9173 * gdb.base/completion.exp: Move TUI completion tests to ...
9174 * gdb.tui/completion.exp: ... this new file.
9175
7cbbff33
PA
91762017-03-08 Pedro Alves <palves@redhat.com>
9177
9178 * gdb.base/tui-disasm-long-lines.c,
9179 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9180 gdb.base/tui-layout.exp: Move to ...
9181 * gdb.tui/: ... this new directory.
9182
5f6fd321
PA
91832017-03-07 Pedro Alves <palves@redhat.com>
9184
9185 * gdb.base/tui-layout.c: New file.
9186 * gdb.base/tui-layout.exp: New file.
9187
44959fa8
PA
91882017-03-07 Pedro Alves <palves@redhat.com>
9189
9190 * gdb.base/tui-layout.c: Rename to ...
9191 * gdb.base/tui-disasm-long-lines.c: ... this.
9192 * gdb.base/tui-layout.exp: Rename to ...
9193 * gdb.base/tui-disasm-long-lines.exp: ... this.
9194
f8c4e718
PA
91952017-03-07 Pedro Alves <palves@redhat.com>
9196
9197 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9198
6dbb839a 91992017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9200
9201 * i386-mpx-call.c: New file.
9202 * i386-mpx-call.exp: New file.
9203
65b48a81
PB
92042017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9205
9206 * gdb.arch/powerpc-power.exp: Delete test.
9207 * gdb.arch/powerpc-power.s: Likewise.
9208 * gdb.disasm/disassembler-options.exp: New test.
9209 * gdb.arch/powerpc-altivec.exp: Likewise.
9210 * gdb.arch/powerpc-altivec.s: Likewise.
9211 * gdb.arch/powerpc-altivec2.exp: Likewise.
9212 * gdb.arch/powerpc-altivec2.s: Likewise.
9213 * gdb.arch/powerpc-altivec3.exp: Likewise.
9214 * gdb.arch/powerpc-altivec3.s: Likewise.
9215 * gdb.arch/powerpc-power7.exp: Likewise.
9216 * gdb.arch/powerpc-power7.s: Likewise.
9217 * gdb.arch/powerpc-power8.exp: Likewise.
9218 * gdb.arch/powerpc-power8.s: Likewise.
9219 * gdb.arch/powerpc-power9.exp: Likewise.
9220 * gdb.arch/powerpc-power9.s: Likewise.
9221 * gdb.arch/powerpc-vsx.exp: Likewise.
9222 * gdb.arch/powerpc-vsx.s: Likewise.
9223 * gdb.arch/powerpc-vsx2.exp: Likewise.
9224 * gdb.arch/powerpc-vsx2.s: Likewise.
9225 * gdb.arch/powerpc-vsx3.exp: Likewise.
9226 * gdb.arch/powerpc-vsx3.s: Likewise.
9227 * gdb.arch/arm-disassembler-options.exp: Likewise.
9228 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9229 * gdb.arch/s390-disassembler-options.exp: Likewise.
9230
17cd4947
LM
92312017-02-23 Luis Machado <lgustavo@codesourcery.com>
9232
9233 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9234 (check_supported_features): ... this. Changed return type to void.
9235 (supports_rdseed): New static global.
9236 (rdseed): Check supports_rdseed.
9237 (initialize): Call check_supported_features.
9238
2039d74e
EBM
92392017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9240
9241 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9242 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9243 and lqarx/stqcx.
9244 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9245 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9246
a51d7ecf
EBM
92472017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9248
9249 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9250 uppercase.
9251
0224619f
JK
92522017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9253
9254 * gdb.dwarf2/formdata16.c: New file.
9255 * gdb.dwarf2/formdata16.exp: New file.
9256 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9257
216f72a1
JK
92582017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9259
9260 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9261 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9262 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9263 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9264 DW_AT_GNU_*.
9265
43988095
JK
92662017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9267
9268 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9269
99e8a4f9
SDJ
92702017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9271
9272 PR gdb/21164
9273 * gdb.base/maint.exp: Add testcases for when the commands do
9274 not have arguments.
9275
b58a8c0c
TP
92762017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9277
9278 * gdb.cp/chained-calls.exp: Use p instead of P.
9279
4e746bb6
TW
92802017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9281
9282 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9283 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9284
3f77c769
TT
92852017-02-14 Tom Tromey <tom@tromey.com>
9286
9287 PR python/13598:
9288 * gdb.python/py-events.exp: Add before_prompt event tests.
9289
075beec0
AA
92902017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9291
9292 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9293
bf5f525c
LM
92942017-02-13 Luis Machado <lgustavo@codesourcery.com>
9295
9296 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9297 (main): Call my_unique_function_name.
9298 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9299 completion of patterns with a single match.
9300 Add missing -re switches to gdb_test_multiple calls.
9301
13a66184
LM
93022017-02-13 Luis Machado <lgustavo@codesourcery.com>
9303
9304 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9305 return if core file is not recognized.
9306
26a06916
SM
93072017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9308
9309 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9310 and extra UIs.
9311
b761ca9e
SM
93122017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9313
9314 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9315 proc_with_prefix.
9316
b964bee0
TT
93172017-02-10 Tom Tromey <tom@tromey.com>
9318
9319 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9320
18da0c51
MG
93212017-02-10 Martin Galvan <martingalvan@sourceware.org>
9322
9323 PR gdb/21122
9324 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9325
604c4576
JG
93262017-02-08 Jerome Guitton <guitton@adacore.com>
9327
9328 * gdb.base/define.exp: Add test for command abbreviations
9329 in define.
9330
20b477a7
LM
93312017-02-06 Luis Machado <lgustavo@codesourcery.com>
9332
9333 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9334 * gdb.reverse/insn-reverse-x86.c: New file.
9335
3f7b46f2
IR
93362017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9337
9338 PR tdep/20936
9339 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9340
f0fd41c1
TT
93412017-02-03 Tom Tromey <tom@tromey.com>
9342
9343 PR rust/21097:
9344 * gdb.rust/simple.exp: Add new tests.
9345
5be5dbf0
PA
93462017-02-02 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9349 tests.
9350
7346ef59
AA
93512017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9352
9353 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9354 taking a 2-byte value out of a 4-byte DWARF implicit value on
9355 big-endian targets.
9356 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9357 logic. Add test cases for DW_OP_implicit.
9358
787f0025
MM
93592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9360
9361 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9362
68777c29
MM
93632017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9364
9365 * gdb.btrace/enable.exp: Call gdb_exit before
9366 skip_gdbserver_tests.
9367
0a1c7e28
MM
93682017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9369
9370 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9371 GDBFLAGS.
9372
b5ac99b0
MM
93732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9374
9375 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9376 the test is skipped.
9377 * gdb.btrace/data.exp: Likewise.
9378 * gdb.btrace/delta.exp: Likewise.
9379 * gdb.btrace/dlopen.exp: Likewise.
9380 * gdb.btrace/enable-running.exp: Likewise.
9381 * gdb.btrace/enable.exp: Likewise.
9382 * gdb.btrace/exception.exp: Likewise.
9383 * gdb.btrace/function_call_history.exp: Likewise.
9384 * gdb.btrace/gcore.exp: Likewise.
9385 * gdb.btrace/instruction_history.exp: Likewise.
9386 * gdb.btrace/multi-thread-step.exp: Likewise.
9387 * gdb.btrace/nohist.exp: Likewise.
9388 * gdb.btrace/non-stop.exp: Likewise.
9389 * gdb.btrace/reconnect.exp: Likewise.
9390 * gdb.btrace/record_goto-step.exp: Likewise.
9391 * gdb.btrace/record_goto.exp: Likewise.
9392 * gdb.btrace/rn-dl-bind.exp: Likewise.
9393 * gdb.btrace/segv.exp: Likewise.
9394 * gdb.btrace/step.exp: Likewise.
9395 * gdb.btrace/stepi.exp: Likewise.
9396 * gdb.btrace/tailcall-only.exp: Likewise.
9397 * gdb.btrace/tailcall.exp: Likewise.
9398 * gdb.btrace/tsx.exp: Likewise.
9399 * gdb.btrace/unknown_functions.exp: Likewise.
9400 * gdb.btrace/vdso.exp: Likewise.
9401
cd4007e4
MM
94022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9403
9404 * gdb.btrace/enable-running.c: New.
9405 * gdb.btrace/enable-running.exp: New.
9406
2735833d
WT
94072017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9408
9409 * gdb.arch/amd64-gs_base.c: New file.
9410 * gdb.arch/amd64-gs_base.exp: New file.
9411
b51e1e94
LM
94122017-01-26 Luis Machado <lgustavo@codesourcery.com>
9413
9414 * lib/memory.exp: Remove spurious empty newlines.
9415
72ca0410
SM
94162017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9417
9418 * gdb.python/py-bad-printers.exp: Load python file using "source".
9419 * gdb.python/py-events.exp: Likewise.
9420 * gdb.python/py-evsignal.exp: Likewise.
9421 * gdb.python/py-evthreads.exp: Likewise.
9422 * gdb.python/py-frame-args.exp: Likewise.
9423 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9424 * gdb.python/py-framefilter-mi.exp: Likewise.
9425 * gdb.python/py-framefilter.exp: Likewise.
9426 * gdb.python/py-mi.exp: Likewise.
9427 * gdb.python/py-pp-maint.exp: Likewise.
9428 * gdb.python/py-pp-registration.exp: Likewise.
9429 * gdb.python/py-prettyprint.exp: Likewise.
9430 (run_lang_tests): Likewise.
9431 * gdb.python/py-typeprint.exp: Likewise.
9432
e309aa65
LM
94332017-01-26 Luis Machado <lgustavo@codesourcery.com>
9434
9435 * lib/memory.exp: New file.
9436 * lib/gdb.exp: Load memory.exp.
9437 * gdb.base/memattr.exp (delete_memory): Move proc to
9438 lib/memory.exp and rename to delete_memory_regions.
9439 Replace delete_memory with delete_memory_regions.
9440 Cleanup memory regions before tests.
9441 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9442 before tests.
9443
515aff23
LM
94442017-01-26 Luis Machado <lgustavo@codesourcery.com>
9445
9446 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9447 files.
9448 (initialize): New function conditionally defined.
9449 (testcases): Move within conditional block.
9450 (main): Call initialize.
9451 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9452 of gdb.reverse/insn-reverse.c.
9453 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9454 gdb.reverse/insn-reverse.c.
9455
d8b49cf0
YQ
94562017-01-26 Yao Qi <yao.qi@linaro.org>
9457
9458 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9459 disassemble on address 0.
9460
f13a9a0c
YQ
94612017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9462 Yao Qi <yao.qi@linaro.org>
9463
9464 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9465 * gdb.dwarf2/implptr-64bit.S: Remove.
9466 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9467 variables in caller's context. Add DW_OP_implicit_value.
9468
5ac95241
YQ
94692017-01-25 Yao Qi <yao.qi@linaro.org>
9470
9471 * lib/dwarf.exp (Dwarf::_location): Handle
9472 DW_OP_GNU_implicit_pointer with proper size.
9473
23e82930
LM
94742017-01-20 Luis Machado <lgustavo@codesourcery.com>
9475
9476 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9477 and add untested calls.
9478
d334ae25
LM
94792017-01-20 Luis Machado <lgustavo@codesourcery.com>
9480
9481 * gdb.python/python.exp: Check line number against what GDB thinks
9482 the line number is for func1.
9483
f5e6296e
IB
94842017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9485
9486 * gdb.dlang/debug-expr.exp: New file.
9487
5b362f04
LM
94882016-12-23 Luis Machado <lgustavo@codesourcery.com>
9489
9490 Fix test names for the following files:
9491
9492 * gdb.ada/exec_changed.exp
9493 * gdb.ada/info_types.exp
9494 * gdb.arch/aarch64-atomic-inst.exp
9495 * gdb.arch/aarch64-fp.exp
9496 * gdb.arch/altivec-abi.exp
9497 * gdb.arch/altivec-regs.exp
9498 * gdb.arch/amd64-byte.exp
9499 * gdb.arch/amd64-disp-step.exp
9500 * gdb.arch/amd64-dword.exp
9501 * gdb.arch/amd64-entry-value-inline.exp
9502 * gdb.arch/amd64-entry-value-param.exp
9503 * gdb.arch/amd64-entry-value-paramref.exp
9504 * gdb.arch/amd64-entry-value.exp
9505 * gdb.arch/amd64-i386-address.exp
9506 * gdb.arch/amd64-invalid-stack-middle.exp
9507 * gdb.arch/amd64-invalid-stack-top.exp
9508 * gdb.arch/amd64-optimout-repeat.exp
9509 * gdb.arch/amd64-prologue-skip.exp
9510 * gdb.arch/amd64-prologue-xmm.exp
9511 * gdb.arch/amd64-stap-special-operands.exp
9512 * gdb.arch/amd64-stap-wrong-subexp.exp
9513 * gdb.arch/amd64-tailcall-cxx.exp
9514 * gdb.arch/amd64-tailcall-noret.exp
9515 * gdb.arch/amd64-tailcall-ret.exp
9516 * gdb.arch/amd64-tailcall-self.exp
9517 * gdb.arch/amd64-word.exp
9518 * gdb.arch/arm-bl-branch-dest.exp
9519 * gdb.arch/arm-disp-step.exp
9520 * gdb.arch/arm-neon.exp
9521 * gdb.arch/arm-single-step-kernel-helper.exp
9522 * gdb.arch/avr-flash-qualifier.exp
9523 * gdb.arch/disp-step-insn-reloc.exp
9524 * gdb.arch/e500-abi.exp
9525 * gdb.arch/e500-regs.exp
9526 * gdb.arch/ftrace-insn-reloc.exp
9527 * gdb.arch/i386-avx512.exp
9528 * gdb.arch/i386-bp_permanent.exp
9529 * gdb.arch/i386-byte.exp
9530 * gdb.arch/i386-cfi-notcurrent.exp
9531 * gdb.arch/i386-disp-step.exp
9532 * gdb.arch/i386-dr3-watch.exp
9533 * gdb.arch/i386-float.exp
9534 * gdb.arch/i386-gnu-cfi.exp
9535 * gdb.arch/i386-mpx-map.exp
9536 * gdb.arch/i386-mpx-sigsegv.exp
9537 * gdb.arch/i386-mpx-simple_segv.exp
9538 * gdb.arch/i386-mpx.exp
9539 * gdb.arch/i386-permbkpt.exp
9540 * gdb.arch/i386-prologue.exp
9541 * gdb.arch/i386-signal.exp
9542 * gdb.arch/i386-size-overlap.exp
9543 * gdb.arch/i386-unwind.exp
9544 * gdb.arch/i386-word.exp
9545 * gdb.arch/mips-fcr.exp
9546 * gdb.arch/powerpc-d128-regs.exp
9547 * gdb.arch/powerpc-stackless.exp
9548 * gdb.arch/ppc64-atomic-inst.exp
9549 * gdb.arch/s390-stackless.exp
9550 * gdb.arch/s390-tdbregs.exp
9551 * gdb.arch/s390-vregs.exp
9552 * gdb.arch/sparc-sysstep.exp
9553 * gdb.arch/thumb-bx-pc.exp
9554 * gdb.arch/thumb-singlestep.exp
9555 * gdb.arch/thumb2-it.exp
9556 * gdb.arch/vsx-regs.exp
9557 * gdb.asm/asm-source.exp
9558 * gdb.base/a2-run.exp
9559 * gdb.base/advance.exp
9560 * gdb.base/all-bin.exp
9561 * gdb.base/anon.exp
9562 * gdb.base/args.exp
9563 * gdb.base/arithmet.exp
9564 * gdb.base/async-shell.exp
9565 * gdb.base/async.exp
9566 * gdb.base/attach-pie-noexec.exp
9567 * gdb.base/attach-twice.exp
9568 * gdb.base/auto-load.exp
9569 * gdb.base/bang.exp
9570 * gdb.base/bitfields.exp
9571 * gdb.base/break-always.exp
9572 * gdb.base/break-caller-line.exp
9573 * gdb.base/break-entry.exp
9574 * gdb.base/break-inline.exp
9575 * gdb.base/break-on-linker-gcd-function.exp
9576 * gdb.base/break-probes.exp
9577 * gdb.base/break.exp
9578 * gdb.base/breakpoint-shadow.exp
9579 * gdb.base/call-ar-st.exp
9580 * gdb.base/call-sc.exp
9581 * gdb.base/call-signal-resume.exp
9582 * gdb.base/call-strs.exp
9583 * gdb.base/callfuncs.exp
9584 * gdb.base/catch-fork-static.exp
9585 * gdb.base/catch-gdb-caused-signals.exp
9586 * gdb.base/catch-load.exp
9587 * gdb.base/catch-signal-fork.exp
9588 * gdb.base/catch-signal.exp
9589 * gdb.base/catch-syscall.exp
9590 * gdb.base/charset.exp
9591 * gdb.base/checkpoint.exp
9592 * gdb.base/chng-syms.exp
9593 * gdb.base/code-expr.exp
9594 * gdb.base/code_elim.exp
9595 * gdb.base/commands.exp
9596 * gdb.base/completion.exp
9597 * gdb.base/complex.exp
9598 * gdb.base/cond-expr.exp
9599 * gdb.base/condbreak.exp
9600 * gdb.base/consecutive.exp
9601 * gdb.base/continue-all-already-running.exp
9602 * gdb.base/coredump-filter.exp
9603 * gdb.base/corefile.exp
9604 * gdb.base/dbx.exp
9605 * gdb.base/debug-expr.exp
9606 * gdb.base/define.exp
9607 * gdb.base/del.exp
9608 * gdb.base/disabled-location.exp
9609 * gdb.base/disasm-end-cu.exp
9610 * gdb.base/disasm-optim.exp
9611 * gdb.base/display.exp
9612 * gdb.base/duplicate-bp.exp
9613 * gdb.base/ena-dis-br.exp
9614 * gdb.base/ending-run.exp
9615 * gdb.base/enumval.exp
9616 * gdb.base/environ.exp
9617 * gdb.base/eu-strip-infcall.exp
9618 * gdb.base/eval-avoid-side-effects.exp
9619 * gdb.base/eval-skip.exp
9620 * gdb.base/exitsignal.exp
9621 * gdb.base/expand-psymtabs.exp
9622 * gdb.base/filesym.exp
9623 * gdb.base/find-unmapped.exp
9624 * gdb.base/finish.exp
9625 * gdb.base/float.exp
9626 * gdb.base/foll-exec-mode.exp
9627 * gdb.base/foll-exec.exp
9628 * gdb.base/foll-fork.exp
9629 * gdb.base/fortran-sym-case.exp
9630 * gdb.base/freebpcmd.exp
9631 * gdb.base/func-ptr.exp
9632 * gdb.base/func-ptrs.exp
9633 * gdb.base/funcargs.exp
9634 * gdb.base/gcore-buffer-overflow.exp
9635 * gdb.base/gcore-relro-pie.exp
9636 * gdb.base/gcore-relro.exp
9637 * gdb.base/gcore.exp
9638 * gdb.base/gdb1090.exp
9639 * gdb.base/gdb11530.exp
9640 * gdb.base/gdb11531.exp
9641 * gdb.base/gdb1821.exp
9642 * gdb.base/gdbindex-stabs.exp
9643 * gdb.base/gdbvars.exp
9644 * gdb.base/hbreak.exp
9645 * gdb.base/hbreak2.exp
9646 * gdb.base/included.exp
9647 * gdb.base/infcall-input.exp
9648 * gdb.base/inferior-died.exp
9649 * gdb.base/infnan.exp
9650 * gdb.base/info-macros.exp
9651 * gdb.base/info-os.exp
9652 * gdb.base/info-proc.exp
9653 * gdb.base/info-shared.exp
9654 * gdb.base/info-target.exp
9655 * gdb.base/infoline.exp
9656 * gdb.base/interp.exp
9657 * gdb.base/interrupt.exp
9658 * gdb.base/jit-reader.exp
9659 * gdb.base/jit-simple.exp
9660 * gdb.base/kill-after-signal.exp
9661 * gdb.base/kill-detach-inferiors-cmd.exp
9662 * gdb.base/label.exp
9663 * gdb.base/langs.exp
9664 * gdb.base/ldbl_e308.exp
9665 * gdb.base/line-symtabs.exp
9666 * gdb.base/linespecs.exp
9667 * gdb.base/list.exp
9668 * gdb.base/long_long.exp
9669 * gdb.base/longest-types.exp
9670 * gdb.base/maint.exp
9671 * gdb.base/max-value-size.exp
9672 * gdb.base/memattr.exp
9673 * gdb.base/mips_pro.exp
9674 * gdb.base/morestack.exp
9675 * gdb.base/moribund-step.exp
9676 * gdb.base/multi-forks.exp
9677 * gdb.base/nested-addr.exp
9678 * gdb.base/nextoverexit.exp
9679 * gdb.base/noreturn-finish.exp
9680 * gdb.base/noreturn-return.exp
9681 * gdb.base/nostdlib.exp
9682 * gdb.base/offsets.exp
9683 * gdb.base/opaque.exp
9684 * gdb.base/pc-fp.exp
9685 * gdb.base/permissions.exp
9686 * gdb.base/print-symbol-loading.exp
9687 * gdb.base/prologue-include.exp
9688 * gdb.base/psymtab.exp
9689 * gdb.base/ptype.exp
9690 * gdb.base/random-signal.exp
9691 * gdb.base/randomize.exp
9692 * gdb.base/range-stepping.exp
9693 * gdb.base/readline-ask.exp
9694 * gdb.base/recpar.exp
9695 * gdb.base/recurse.exp
9696 * gdb.base/relational.exp
9697 * gdb.base/restore.exp
9698 * gdb.base/return-nodebug.exp
9699 * gdb.base/return.exp
9700 * gdb.base/run-after-attach.exp
9701 * gdb.base/save-bp.exp
9702 * gdb.base/scope.exp
9703 * gdb.base/sect-cmd.exp
9704 * gdb.base/set-lang-auto.exp
9705 * gdb.base/set-noassign.exp
9706 * gdb.base/setvar.exp
9707 * gdb.base/sigall.exp
9708 * gdb.base/sigbpt.exp
9709 * gdb.base/siginfo-addr.exp
9710 * gdb.base/siginfo-infcall.exp
9711 * gdb.base/siginfo-obj.exp
9712 * gdb.base/siginfo.exp
9713 * gdb.base/signals-state-child.exp
9714 * gdb.base/signest.exp
9715 * gdb.base/sigstep.exp
9716 * gdb.base/sizeof.exp
9717 * gdb.base/skip.exp
9718 * gdb.base/solib-corrupted.exp
9719 * gdb.base/solib-nodir.exp
9720 * gdb.base/solib-search.exp
9721 * gdb.base/stack-checking.exp
9722 * gdb.base/stale-infcall.exp
9723 * gdb.base/stap-probe.exp
9724 * gdb.base/start.exp
9725 * gdb.base/step-break.exp
9726 * gdb.base/step-bt.exp
9727 * gdb.base/step-line.exp
9728 * gdb.base/step-over-exit.exp
9729 * gdb.base/step-over-syscall.exp
9730 * gdb.base/step-resume-infcall.exp
9731 * gdb.base/step-test.exp
9732 * gdb.base/store.exp
9733 * gdb.base/structs3.exp
9734 * gdb.base/sym-file.exp
9735 * gdb.base/symbol-without-target_section.exp
9736 * gdb.base/term.exp
9737 * gdb.base/testenv.exp
9738 * gdb.base/ui-redirect.exp
9739 * gdb.base/until.exp
9740 * gdb.base/unwindonsignal.exp
9741 * gdb.base/value-double-free.exp
9742 * gdb.base/vla-datatypes.exp
9743 * gdb.base/vla-ptr.exp
9744 * gdb.base/vla-sideeffect.exp
9745 * gdb.base/volatile.exp
9746 * gdb.base/watch-cond-infcall.exp
9747 * gdb.base/watch-cond.exp
9748 * gdb.base/watch-non-mem.exp
9749 * gdb.base/watch-read.exp
9750 * gdb.base/watch-vfork.exp
9751 * gdb.base/watchpoint-cond-gone.exp
9752 * gdb.base/watchpoint-delete.exp
9753 * gdb.base/watchpoint-hw-hit-once.exp
9754 * gdb.base/watchpoint-hw.exp
9755 * gdb.base/watchpoint-stops-at-right-insn.exp
9756 * gdb.base/watchpoints.exp
9757 * gdb.base/wchar.exp
9758 * gdb.base/whatis-exp.exp
9759 * gdb.btrace/buffer-size.exp
9760 * gdb.btrace/data.exp
9761 * gdb.btrace/delta.exp
9762 * gdb.btrace/dlopen.exp
9763 * gdb.btrace/enable.exp
9764 * gdb.btrace/exception.exp
9765 * gdb.btrace/function_call_history.exp
9766 * gdb.btrace/gcore.exp
9767 * gdb.btrace/instruction_history.exp
9768 * gdb.btrace/nohist.exp
9769 * gdb.btrace/reconnect.exp
9770 * gdb.btrace/record_goto-step.exp
9771 * gdb.btrace/record_goto.exp
9772 * gdb.btrace/rn-dl-bind.exp
9773 * gdb.btrace/segv.exp
9774 * gdb.btrace/step.exp
9775 * gdb.btrace/stepi.exp
9776 * gdb.btrace/tailcall-only.exp
9777 * gdb.btrace/tailcall.exp
9778 * gdb.btrace/tsx.exp
9779 * gdb.btrace/unknown_functions.exp
9780 * gdb.btrace/vdso.exp
9781 * gdb.compile/compile-ifunc.exp
9782 * gdb.compile/compile-ops.exp
9783 * gdb.compile/compile-print.exp
9784 * gdb.compile/compile-setjmp.exp
9785 * gdb.cp/abstract-origin.exp
9786 * gdb.cp/ambiguous.exp
9787 * gdb.cp/annota2.exp
9788 * gdb.cp/annota3.exp
9789 * gdb.cp/anon-ns.exp
9790 * gdb.cp/anon-struct.exp
9791 * gdb.cp/anon-union.exp
9792 * gdb.cp/arg-reference.exp
9793 * gdb.cp/baseenum.exp
9794 * gdb.cp/bool.exp
9795 * gdb.cp/breakpoint.exp
9796 * gdb.cp/bs15503.exp
9797 * gdb.cp/call-c.exp
9798 * gdb.cp/casts.exp
9799 * gdb.cp/chained-calls.exp
9800 * gdb.cp/class2.exp
9801 * gdb.cp/classes.exp
9802 * gdb.cp/cmpd-minsyms.exp
9803 * gdb.cp/converts.exp
9804 * gdb.cp/cp-relocate.exp
9805 * gdb.cp/cpcompletion.exp
9806 * gdb.cp/cpexprs.exp
9807 * gdb.cp/cplabel.exp
9808 * gdb.cp/cplusfuncs.exp
9809 * gdb.cp/cpsizeof.exp
9810 * gdb.cp/ctti.exp
9811 * gdb.cp/derivation.exp
9812 * gdb.cp/destrprint.exp
9813 * gdb.cp/dispcxx.exp
9814 * gdb.cp/enum-class.exp
9815 * gdb.cp/exception.exp
9816 * gdb.cp/exceptprint.exp
9817 * gdb.cp/expand-psymtabs-cxx.exp
9818 * gdb.cp/expand-sals.exp
9819 * gdb.cp/extern-c.exp
9820 * gdb.cp/filename.exp
9821 * gdb.cp/formatted-ref.exp
9822 * gdb.cp/fpointer.exp
9823 * gdb.cp/gdb1355.exp
9824 * gdb.cp/gdb2495.exp
9825 * gdb.cp/hang.exp
9826 * gdb.cp/impl-this.exp
9827 * gdb.cp/infcall-dlopen.exp
9828 * gdb.cp/inherit.exp
9829 * gdb.cp/iostream.exp
9830 * gdb.cp/koenig.exp
9831 * gdb.cp/local.exp
9832 * gdb.cp/m-data.exp
9833 * gdb.cp/m-static.exp
9834 * gdb.cp/mb-ctor.exp
9835 * gdb.cp/mb-inline.exp
9836 * gdb.cp/mb-templates.exp
9837 * gdb.cp/member-name.exp
9838 * gdb.cp/member-ptr.exp
9839 * gdb.cp/meth-typedefs.exp
9840 * gdb.cp/method.exp
9841 * gdb.cp/method2.exp
9842 * gdb.cp/minsym-fallback.exp
9843 * gdb.cp/misc.exp
9844 * gdb.cp/namelessclass.exp
9845 * gdb.cp/namespace-enum.exp
9846 * gdb.cp/namespace-nested-import.exp
9847 * gdb.cp/namespace.exp
9848 * gdb.cp/nextoverthrow.exp
9849 * gdb.cp/no-dmgl-verbose.exp
9850 * gdb.cp/non-trivial-retval.exp
9851 * gdb.cp/noparam.exp
9852 * gdb.cp/nsdecl.exp
9853 * gdb.cp/nsimport.exp
9854 * gdb.cp/nsnested.exp
9855 * gdb.cp/nsnoimports.exp
9856 * gdb.cp/nsrecurs.exp
9857 * gdb.cp/nsstress.exp
9858 * gdb.cp/nsusing.exp
9859 * gdb.cp/operator.exp
9860 * gdb.cp/oranking.exp
9861 * gdb.cp/overload-const.exp
9862 * gdb.cp/overload.exp
9863 * gdb.cp/ovldbreak.exp
9864 * gdb.cp/ovsrch.exp
9865 * gdb.cp/paren-type.exp
9866 * gdb.cp/parse-lang.exp
9867 * gdb.cp/pass-by-ref.exp
9868 * gdb.cp/pr-1023.exp
9869 * gdb.cp/pr-1210.exp
9870 * gdb.cp/pr-574.exp
9871 * gdb.cp/pr10687.exp
9872 * gdb.cp/pr12028.exp
9873 * gdb.cp/pr17132.exp
9874 * gdb.cp/pr17494.exp
9875 * gdb.cp/pr9067.exp
9876 * gdb.cp/pr9167.exp
9877 * gdb.cp/pr9631.exp
9878 * gdb.cp/printmethod.exp
9879 * gdb.cp/psmang.exp
9880 * gdb.cp/psymtab-parameter.exp
9881 * gdb.cp/ptype-cv-cp.exp
9882 * gdb.cp/ptype-flags.exp
9883 * gdb.cp/re-set-overloaded.exp
9884 * gdb.cp/ref-types.exp
9885 * gdb.cp/rtti.exp
9886 * gdb.cp/scope-err.exp
9887 * gdb.cp/shadow.exp
9888 * gdb.cp/smartp.exp
9889 * gdb.cp/static-method.exp
9890 * gdb.cp/static-print-quit.exp
9891 * gdb.cp/temargs.exp
9892 * gdb.cp/templates.exp
9893 * gdb.cp/try_catch.exp
9894 * gdb.cp/typedef-operator.exp
9895 * gdb.cp/typeid.exp
9896 * gdb.cp/userdef.exp
9897 * gdb.cp/using-crash.exp
9898 * gdb.cp/var-tag.exp
9899 * gdb.cp/virtbase.exp
9900 * gdb.cp/virtfunc.exp
9901 * gdb.cp/virtfunc2.exp
9902 * gdb.cp/vla-cxx.exp
9903 * gdb.disasm/t01_mov.exp
9904 * gdb.disasm/t02_mova.exp
9905 * gdb.disasm/t03_add.exp
9906 * gdb.disasm/t04_sub.exp
9907 * gdb.disasm/t05_cmp.exp
9908 * gdb.disasm/t06_ari2.exp
9909 * gdb.disasm/t07_ari3.exp
9910 * gdb.disasm/t08_or.exp
9911 * gdb.disasm/t09_xor.exp
9912 * gdb.disasm/t10_and.exp
9913 * gdb.disasm/t11_logs.exp
9914 * gdb.disasm/t12_bit.exp
9915 * gdb.disasm/t13_otr.exp
9916 * gdb.dlang/circular.exp
9917 * gdb.dwarf2/arr-stride.exp
9918 * gdb.dwarf2/arr-subrange.exp
9919 * gdb.dwarf2/atomic-type.exp
9920 * gdb.dwarf2/bad-regnum.exp
9921 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9922 * gdb.dwarf2/callframecfa.exp
9923 * gdb.dwarf2/clztest.exp
9924 * gdb.dwarf2/corrupt.exp
9925 * gdb.dwarf2/data-loc.exp
9926 * gdb.dwarf2/dup-psym.exp
9927 * gdb.dwarf2/dw2-anon-mptr.exp
9928 * gdb.dwarf2/dw2-anonymous-func.exp
9929 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9930 * gdb.dwarf2/dw2-bad-unresolved.exp
9931 * gdb.dwarf2/dw2-basic.exp
9932 * gdb.dwarf2/dw2-canonicalize-type.exp
9933 * gdb.dwarf2/dw2-case-insensitive.exp
9934 * gdb.dwarf2/dw2-common-block.exp
9935 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9936 * gdb.dwarf2/dw2-compressed.exp
9937 * gdb.dwarf2/dw2-const.exp
9938 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9939 * gdb.dwarf2/dw2-cu-size.exp
9940 * gdb.dwarf2/dw2-dup-frame.exp
9941 * gdb.dwarf2/dw2-entry-value.exp
9942 * gdb.dwarf2/dw2-icycle.exp
9943 * gdb.dwarf2/dw2-ifort-parameter.exp
9944 * gdb.dwarf2/dw2-inline-break.exp
9945 * gdb.dwarf2/dw2-inline-param.exp
9946 * gdb.dwarf2/dw2-intercu.exp
9947 * gdb.dwarf2/dw2-intermix.exp
9948 * gdb.dwarf2/dw2-lexical-block-bare.exp
9949 * gdb.dwarf2/dw2-linkage-name-trust.exp
9950 * gdb.dwarf2/dw2-minsym-in-cu.exp
9951 * gdb.dwarf2/dw2-noloc.exp
9952 * gdb.dwarf2/dw2-op-call.exp
9953 * gdb.dwarf2/dw2-op-out-param.exp
9954 * gdb.dwarf2/dw2-opt-structptr.exp
9955 * gdb.dwarf2/dw2-param-error.exp
9956 * gdb.dwarf2/dw2-producer.exp
9957 * gdb.dwarf2/dw2-ranges-base.exp
9958 * gdb.dwarf2/dw2-ref-missing-frame.exp
9959 * gdb.dwarf2/dw2-reg-undefined.exp
9960 * gdb.dwarf2/dw2-regno-invalid.exp
9961 * gdb.dwarf2/dw2-restore.exp
9962 * gdb.dwarf2/dw2-restrict.exp
9963 * gdb.dwarf2/dw2-single-line-discriminators.exp
9964 * gdb.dwarf2/dw2-strp.exp
9965 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9966 * gdb.dwarf2/dw2-unresolved.exp
9967 * gdb.dwarf2/dw2-var-zero-addr.exp
9968 * gdb.dwarf2/dw4-sig-types.exp
9969 * gdb.dwarf2/dwz.exp
9970 * gdb.dwarf2/dynarr-ptr.exp
9971 * gdb.dwarf2/enum-type.exp
9972 * gdb.dwarf2/gdb-index.exp
9973 * gdb.dwarf2/implptr-64bit.exp
9974 * gdb.dwarf2/implptr-optimized-out.exp
9975 * gdb.dwarf2/implptr.exp
9976 * gdb.dwarf2/implref-array.exp
9977 * gdb.dwarf2/implref-const.exp
9978 * gdb.dwarf2/implref-global.exp
9979 * gdb.dwarf2/implref-struct.exp
9980 * gdb.dwarf2/mac-fileno.exp
9981 * gdb.dwarf2/main-subprogram.exp
9982 * gdb.dwarf2/member-ptr-forwardref.exp
9983 * gdb.dwarf2/method-ptr.exp
9984 * gdb.dwarf2/missing-sig-type.exp
9985 * gdb.dwarf2/nonvar-access.exp
9986 * gdb.dwarf2/opaque-type-lookup.exp
9987 * gdb.dwarf2/pieces-optimized-out.exp
9988 * gdb.dwarf2/pieces.exp
9989 * gdb.dwarf2/pr10770.exp
9990 * gdb.dwarf2/pr13961.exp
9991 * gdb.dwarf2/staticvirtual.exp
9992 * gdb.dwarf2/subrange.exp
9993 * gdb.dwarf2/symtab-producer.exp
9994 * gdb.dwarf2/trace-crash.exp
9995 * gdb.dwarf2/typeddwarf.exp
9996 * gdb.dwarf2/valop.exp
9997 * gdb.dwarf2/watch-notconst.exp
9998 * gdb.fortran/array-element.exp
9999 * gdb.fortran/charset.exp
10000 * gdb.fortran/common-block.exp
10001 * gdb.fortran/complex.exp
10002 * gdb.fortran/derived-type-function.exp
10003 * gdb.fortran/derived-type.exp
10004 * gdb.fortran/logical.exp
10005 * gdb.fortran/module.exp
10006 * gdb.fortran/multi-dim.exp
10007 * gdb.fortran/nested-funcs.exp
10008 * gdb.fortran/print-formatted.exp
10009 * gdb.fortran/subarray.exp
10010 * gdb.fortran/vla-alloc-assoc.exp
10011 * gdb.fortran/vla-datatypes.exp
10012 * gdb.fortran/vla-history.exp
10013 * gdb.fortran/vla-ptr-info.exp
10014 * gdb.fortran/vla-ptype-sub.exp
10015 * gdb.fortran/vla-ptype.exp
10016 * gdb.fortran/vla-sizeof.exp
10017 * gdb.fortran/vla-type.exp
10018 * gdb.fortran/vla-value-sub-arbitrary.exp
10019 * gdb.fortran/vla-value-sub-finish.exp
10020 * gdb.fortran/vla-value-sub.exp
10021 * gdb.fortran/vla-value.exp
10022 * gdb.fortran/whatis_type.exp
10023 * gdb.go/chan.exp
10024 * gdb.go/handcall.exp
10025 * gdb.go/hello.exp
10026 * gdb.go/integers.exp
10027 * gdb.go/methods.exp
10028 * gdb.go/package.exp
10029 * gdb.go/strings.exp
10030 * gdb.go/types.exp
10031 * gdb.go/unsafe.exp
10032 * gdb.guile/scm-arch.exp
10033 * gdb.guile/scm-block.exp
10034 * gdb.guile/scm-breakpoint.exp
10035 * gdb.guile/scm-cmd.exp
10036 * gdb.guile/scm-disasm.exp
10037 * gdb.guile/scm-equal.exp
10038 * gdb.guile/scm-frame-args.exp
10039 * gdb.guile/scm-frame-inline.exp
10040 * gdb.guile/scm-frame.exp
10041 * gdb.guile/scm-iterator.exp
10042 * gdb.guile/scm-math.exp
10043 * gdb.guile/scm-objfile.exp
10044 * gdb.guile/scm-ports.exp
10045 * gdb.guile/scm-symbol.exp
10046 * gdb.guile/scm-symtab.exp
10047 * gdb.guile/scm-value-cc.exp
10048 * gdb.guile/types-module.exp
10049 * gdb.linespec/break-ask.exp
10050 * gdb.linespec/cpexplicit.exp
10051 * gdb.linespec/explicit.exp
10052 * gdb.linespec/keywords.exp
10053 * gdb.linespec/linespec.exp
10054 * gdb.linespec/ls-dollar.exp
10055 * gdb.linespec/ls-errs.exp
10056 * gdb.linespec/skip-two.exp
10057 * gdb.linespec/thread.exp
10058 * gdb.mi/mi-async.exp
10059 * gdb.mi/mi-basics.exp
10060 * gdb.mi/mi-break.exp
10061 * gdb.mi/mi-catch-load.exp
10062 * gdb.mi/mi-cli.exp
10063 * gdb.mi/mi-cmd-param-changed.exp
10064 * gdb.mi/mi-console.exp
10065 * gdb.mi/mi-detach.exp
10066 * gdb.mi/mi-disassemble.exp
10067 * gdb.mi/mi-eval.exp
10068 * gdb.mi/mi-file-transfer.exp
10069 * gdb.mi/mi-file.exp
10070 * gdb.mi/mi-fill-memory.exp
10071 * gdb.mi/mi-inheritance-syntax-error.exp
10072 * gdb.mi/mi-linespec-err-cp.exp
10073 * gdb.mi/mi-logging.exp
10074 * gdb.mi/mi-memory-changed.exp
10075 * gdb.mi/mi-read-memory.exp
10076 * gdb.mi/mi-record-changed.exp
10077 * gdb.mi/mi-reg-undefined.exp
10078 * gdb.mi/mi-regs.exp
10079 * gdb.mi/mi-return.exp
10080 * gdb.mi/mi-reverse.exp
10081 * gdb.mi/mi-simplerun.exp
10082 * gdb.mi/mi-solib.exp
10083 * gdb.mi/mi-stack.exp
10084 * gdb.mi/mi-stepi.exp
10085 * gdb.mi/mi-syn-frame.exp
10086 * gdb.mi/mi-until.exp
10087 * gdb.mi/mi-var-block.exp
10088 * gdb.mi/mi-var-child.exp
10089 * gdb.mi/mi-var-cmd.exp
10090 * gdb.mi/mi-var-cp.exp
10091 * gdb.mi/mi-var-display.exp
10092 * gdb.mi/mi-var-invalidate.exp
10093 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10094 * gdb.mi/mi-vla-fortran.exp
10095 * gdb.mi/mi-watch.exp
10096 * gdb.mi/mi2-var-child.exp
10097 * gdb.mi/user-selected-context-sync.exp
10098 * gdb.modula2/unbounded-array.exp
10099 * gdb.multi/dummy-frame-restore.exp
10100 * gdb.multi/multi-arch-exec.exp
10101 * gdb.multi/multi-arch.exp
10102 * gdb.multi/tids.exp
10103 * gdb.multi/watchpoint-multi.exp
10104 * gdb.opencl/callfuncs.exp
10105 * gdb.opencl/convs_casts.exp
10106 * gdb.opencl/datatypes.exp
10107 * gdb.opencl/operators.exp
10108 * gdb.opencl/vec_comps.exp
10109 * gdb.opt/clobbered-registers-O2.exp
10110 * gdb.opt/inline-break.exp
10111 * gdb.opt/inline-bt.exp
10112 * gdb.opt/inline-cmds.exp
10113 * gdb.opt/inline-locals.exp
10114 * gdb.pascal/case-insensitive-symbols.exp
10115 * gdb.pascal/floats.exp
10116 * gdb.pascal/gdb11492.exp
10117 * gdb.python/lib-types.exp
10118 * gdb.python/py-arch.exp
10119 * gdb.python/py-as-string.exp
10120 * gdb.python/py-bad-printers.exp
10121 * gdb.python/py-block.exp
10122 * gdb.python/py-breakpoint-create-fail.exp
10123 * gdb.python/py-breakpoint.exp
10124 * gdb.python/py-caller-is.exp
10125 * gdb.python/py-cmd.exp
10126 * gdb.python/py-explore-cc.exp
10127 * gdb.python/py-explore.exp
10128 * gdb.python/py-finish-breakpoint.exp
10129 * gdb.python/py-finish-breakpoint2.exp
10130 * gdb.python/py-frame-args.exp
10131 * gdb.python/py-frame-inline.exp
10132 * gdb.python/py-frame.exp
10133 * gdb.python/py-framefilter-mi.exp
10134 * gdb.python/py-infthread.exp
10135 * gdb.python/py-lazy-string.exp
10136 * gdb.python/py-linetable.exp
10137 * gdb.python/py-mi-events.exp
10138 * gdb.python/py-mi-objfile.exp
10139 * gdb.python/py-mi.exp
10140 * gdb.python/py-objfile.exp
10141 * gdb.python/py-pp-integral.exp
10142 * gdb.python/py-pp-maint.exp
10143 * gdb.python/py-pp-re-notag.exp
10144 * gdb.python/py-pp-registration.exp
10145 * gdb.python/py-recurse-unwind.exp
10146 * gdb.python/py-strfns.exp
10147 * gdb.python/py-symbol.exp
10148 * gdb.python/py-symtab.exp
10149 * gdb.python/py-sync-interp.exp
10150 * gdb.python/py-typeprint.exp
10151 * gdb.python/py-unwind-maint.exp
10152 * gdb.python/py-unwind.exp
10153 * gdb.python/py-value-cc.exp
10154 * gdb.python/py-xmethods.exp
10155 * gdb.reverse/amd64-tailcall-reverse.exp
10156 * gdb.reverse/break-precsave.exp
10157 * gdb.reverse/break-reverse.exp
10158 * gdb.reverse/consecutive-precsave.exp
10159 * gdb.reverse/consecutive-reverse.exp
10160 * gdb.reverse/finish-precsave.exp
10161 * gdb.reverse/finish-reverse-bkpt.exp
10162 * gdb.reverse/finish-reverse.exp
10163 * gdb.reverse/fstatat-reverse.exp
10164 * gdb.reverse/getresuid-reverse.exp
10165 * gdb.reverse/i386-precsave.exp
10166 * gdb.reverse/i386-reverse.exp
10167 * gdb.reverse/i386-sse-reverse.exp
10168 * gdb.reverse/i387-env-reverse.exp
10169 * gdb.reverse/i387-stack-reverse.exp
10170 * gdb.reverse/insn-reverse.exp
10171 * gdb.reverse/machinestate-precsave.exp
10172 * gdb.reverse/machinestate.exp
10173 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10174 * gdb.reverse/pipe-reverse.exp
10175 * gdb.reverse/readv-reverse.exp
10176 * gdb.reverse/recvmsg-reverse.exp
10177 * gdb.reverse/rerun-prec.exp
10178 * gdb.reverse/s390-mvcle.exp
10179 * gdb.reverse/step-precsave.exp
10180 * gdb.reverse/step-reverse.exp
10181 * gdb.reverse/time-reverse.exp
10182 * gdb.reverse/until-precsave.exp
10183 * gdb.reverse/until-reverse.exp
10184 * gdb.reverse/waitpid-reverse.exp
10185 * gdb.reverse/watch-precsave.exp
10186 * gdb.reverse/watch-reverse.exp
10187 * gdb.rust/generics.exp
10188 * gdb.rust/methods.exp
10189 * gdb.rust/modules.exp
10190 * gdb.rust/simple.exp
10191 * gdb.server/connect-with-no-symbol-file.exp
10192 * gdb.server/ext-attach.exp
10193 * gdb.server/ext-restart.exp
10194 * gdb.server/ext-wrapper.exp
10195 * gdb.server/file-transfer.exp
10196 * gdb.server/server-exec-info.exp
10197 * gdb.server/server-kill.exp
10198 * gdb.server/server-mon.exp
10199 * gdb.server/wrapper.exp
10200 * gdb.stabs/exclfwd.exp
10201 * gdb.stabs/gdb11479.exp
10202 * gdb.threads/clone-new-thread-event.exp
10203 * gdb.threads/corethreads.exp
10204 * gdb.threads/current-lwp-dead.exp
10205 * gdb.threads/dlopen-libpthread.exp
10206 * gdb.threads/gcore-thread.exp
10207 * gdb.threads/sigstep-threads.exp
10208 * gdb.threads/watchpoint-fork.exp
10209 * gdb.trace/actions-changed.exp
10210 * gdb.trace/backtrace.exp
10211 * gdb.trace/change-loc.exp
10212 * gdb.trace/circ.exp
10213 * gdb.trace/collection.exp
10214 * gdb.trace/disconnected-tracing.exp
10215 * gdb.trace/ftrace.exp
10216 * gdb.trace/mi-trace-frame-collected.exp
10217 * gdb.trace/mi-trace-unavailable.exp
10218 * gdb.trace/mi-traceframe-changed.exp
10219 * gdb.trace/mi-tsv-changed.exp
10220 * gdb.trace/no-attach-trace.exp
10221 * gdb.trace/passc-dyn.exp
10222 * gdb.trace/qtro.exp
10223 * gdb.trace/range-stepping.exp
10224 * gdb.trace/read-memory.exp
10225 * gdb.trace/save-trace.exp
10226 * gdb.trace/signal.exp
10227 * gdb.trace/status-stop.exp
10228 * gdb.trace/tfile.exp
10229 * gdb.trace/trace-break.exp
10230 * gdb.trace/trace-buffer-size.exp
10231 * gdb.trace/trace-condition.exp
10232 * gdb.trace/tracefile-pseudo-reg.exp
10233 * gdb.trace/tstatus.exp
10234 * gdb.trace/unavailable.exp
10235 * gdb.trace/while-dyn.exp
10236 * gdb.trace/while-stepping.exp
10237
34c41c68
DE
102382016-12-22 Doug Evans <xdje42@gmail.com>
10239
10240 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10241 and msymbols.
10242
16e69324
YQ
102432016-12-19 Yao Qi <yao.qi@linaro.org>
10244
10245 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10246 (test_with_self): Don't call do_steps_and_nexts, and remove
10247 code about stepping into xmalloc.
10248
f94f411b
YQ
102492016-12-09 Yao Qi <yao.qi@linaro.org>
10250
10251 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10252
102532016-12-09 Yao Qi <yao.qi@linaro.org>
10254
10255 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10256
f1b5deee
PA
102572016-12-09 Pedro Alves <palves@redhat.com>
10258
10259 * gdb.base/all-architectures-0.exp: New file.
10260 * gdb.base/all-architectures-1.exp: New file.
10261 * gdb.base/all-architectures-2.exp: New file.
10262 * gdb.base/all-architectures-3.exp: New file.
10263 * gdb.base/all-architectures-4.exp: New file.
10264 * gdb.base/all-architectures-5.exp: New file.
10265 * gdb.base/all-architectures-6.exp: New file.
10266 * gdb.base/all-architectures-7.exp: New file.
10267 * gdb.base/all-architectures.exp.in: New file.
10268
364ca42e
YQ
102692016-12-09 Yao Qi <yao.qi@linaro.org>
10270
10271 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10272
107c2d62
LM
102732016-12-02 Luis Machado <lgustavo@codesourcery.com>
10274
10275 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10276 possible.
10277 Remove useless pattern-matching code.
10278
df3ee9ca
PA
102792016-12-02 Pedro Alves <palves@redhat.com>
10280
10281 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10282 procedure.
10283 (top level): Call it.
10284
ec835369
PA
102852016-12-02 Pedro Alves <palves@redhat.com>
10286
10287 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10288 New procedure.
10289 (top level): Call it.
10290
01770bbd
PA
102912016-12-02 Pedro Alves <palves@redhat.com>
10292
10293 PR cli/20559
10294 * gdb.base/commands.exp (user_defined_command_args_eval): New
10295 procedure.
10296 (top level): Call it.
10297
008459ea
LM
102982016-12-02 Luis Machado <lgustavo@codesourcery.com>
10299
10300 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10301 timeout handling.
10302
0c1b455e
TT
103032016-12-02 Tom Tromey <tom@tromey.com>
10304
10305 * gdb.dwarf2/main-subprogram.c: New file.
10306 * gdb.dwarf2/main-subprogram.exp: New file.
10307
018572b8
LM
103082016-12-01 Luis Machado <lgustavo@codesourcery.com>
10309
10310 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10311 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10312 gdb_test_no_output for a couple of cases.
10313 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10314
84c93cd5
LM
103152016-12-01 Luis Machado <lgustavo@codesourcery.com>
10316
10317 Fix test names and standardize compilation error messages throughout
10318 the following files:
10319
10320 * gdb.ada/start.exp
10321 * gdb.arch/alpha-step.exp
10322 * gdb.arch/e500-prologue.exp
10323 * gdb.arch/ftrace-insn-reloc.exp
10324 * gdb.arch/gdb1291.exp
10325 * gdb.arch/gdb1431.exp
10326 * gdb.arch/gdb1558.exp
10327 * gdb.arch/i386-dr3-watch.exp
10328 * gdb.arch/i386-sse-stack-align.exp
10329 * gdb.arch/ia64-breakpoint-shadow.exp
10330 * gdb.arch/pa-nullify.exp
10331 * gdb.arch/powerpc-aix-prologue.exp
10332 * gdb.arch/thumb-bx-pc.exp
10333 * gdb.base/annota1.exp
10334 * gdb.base/annota3.exp
10335 * gdb.base/arrayidx.exp
10336 * gdb.base/assign.exp
10337 * gdb.base/attach.exp
10338 * gdb.base/auxv.exp
10339 * gdb.base/bang.exp
10340 * gdb.base/bfp-test.exp
10341 * gdb.base/bigcore.exp
10342 * gdb.base/bitfields2.exp
10343 * gdb.base/break-fun-addr.exp
10344 * gdb.base/break-probes.exp
10345 * gdb.base/call-rt-st.exp
10346 * gdb.base/callexit.exp
10347 * gdb.base/catch-fork-kill.exp
10348 * gdb.base/charset.exp
10349 * gdb.base/checkpoint.exp
10350 * gdb.base/comprdebug.exp
10351 * gdb.base/constvars.exp
10352 * gdb.base/coredump-filter.exp
10353 * gdb.base/cursal.exp
10354 * gdb.base/cvexpr.exp
10355 * gdb.base/detach.exp
10356 * gdb.base/display.exp
10357 * gdb.base/dmsym.exp
10358 * gdb.base/dprintf-pending.exp
10359 * gdb.base/dso2dso.exp
10360 * gdb.base/dtrace-probe.exp
10361 * gdb.base/dump.exp
10362 * gdb.base/enum_cond.exp
10363 * gdb.base/exe-lock.exp
10364 * gdb.base/exec-invalid-sysroot.exp
10365 * gdb.base/execl-update-breakpoints.exp
10366 * gdb.base/exprs.exp
10367 * gdb.base/fileio.exp
10368 * gdb.base/find.exp
10369 * gdb.base/finish.exp
10370 * gdb.base/fixsection.exp
10371 * gdb.base/foll-vfork.exp
10372 * gdb.base/frame-args.exp
10373 * gdb.base/gcore.exp
10374 * gdb.base/gdb1250.exp
10375 * gdb.base/global-var-nested-by-dso.exp
10376 * gdb.base/gnu-ifunc.exp
10377 * gdb.base/hashline1.exp
10378 * gdb.base/hashline2.exp
10379 * gdb.base/hashline3.exp
10380 * gdb.base/hbreak-in-shr-unsupported.exp
10381 * gdb.base/huge.exp
10382 * gdb.base/infcall-input.exp
10383 * gdb.base/info-fun.exp
10384 * gdb.base/info-shared.exp
10385 * gdb.base/jit-simple.exp
10386 * gdb.base/jit-so.exp
10387 * gdb.base/jit.exp
10388 * gdb.base/jump.exp
10389 * gdb.base/label.exp
10390 * gdb.base/lineinc.exp
10391 * gdb.base/logical.exp
10392 * gdb.base/longjmp.exp
10393 * gdb.base/macscp.exp
10394 * gdb.base/miscexprs.exp
10395 * gdb.base/new-ui-echo.exp
10396 * gdb.base/new-ui-pending-input.exp
10397 * gdb.base/new-ui.exp
10398 * gdb.base/nodebug.exp
10399 * gdb.base/nofield.exp
10400 * gdb.base/offsets.exp
10401 * gdb.base/overlays.exp
10402 * gdb.base/pending.exp
10403 * gdb.base/pointers.exp
10404 * gdb.base/pr11022.exp
10405 * gdb.base/printcmds.exp
10406 * gdb.base/prologue.exp
10407 * gdb.base/ptr-typedef.exp
10408 * gdb.base/realname-expand.exp
10409 * gdb.base/relativedebug.exp
10410 * gdb.base/relocate.exp
10411 * gdb.base/remote.exp
10412 * gdb.base/reread.exp
10413 * gdb.base/return2.exp
10414 * gdb.base/savedregs.exp
10415 * gdb.base/sep.exp
10416 * gdb.base/sepdebug.exp
10417 * gdb.base/sepsymtab.exp
10418 * gdb.base/set-inferior-tty.exp
10419 * gdb.base/setshow.exp
10420 * gdb.base/shlib-call.exp
10421 * gdb.base/sigaltstack.exp
10422 * gdb.base/siginfo-addr.exp
10423 * gdb.base/signals.exp
10424 * gdb.base/signull.exp
10425 * gdb.base/sigrepeat.exp
10426 * gdb.base/so-impl-ld.exp
10427 * gdb.base/solib-display.exp
10428 * gdb.base/solib-overlap.exp
10429 * gdb.base/solib-search.exp
10430 * gdb.base/solib-symbol.exp
10431 * gdb.base/structs.exp
10432 * gdb.base/structs2.exp
10433 * gdb.base/symtab-search-order.exp
10434 * gdb.base/twice.exp
10435 * gdb.base/unload.exp
10436 * gdb.base/varargs.exp
10437 * gdb.base/watchpoint-solib.exp
10438 * gdb.base/watchpoint.exp
10439 * gdb.base/whatis.exp
10440 * gdb.base/wrong_frame_bt_full.exp
10441 * gdb.btrace/dlopen.exp
10442 * gdb.cell/ea-standalone.exp
10443 * gdb.cell/ea-test.exp
10444 * gdb.cp/dispcxx.exp
10445 * gdb.cp/gdb2384.exp
10446 * gdb.cp/method2.exp
10447 * gdb.cp/nextoverthrow.exp
10448 * gdb.cp/pr10728.exp
10449 * gdb.disasm/am33.exp
10450 * gdb.disasm/h8300s.exp
10451 * gdb.disasm/mn10300.exp
10452 * gdb.disasm/sh3.exp
10453 * gdb.dwarf2/dw2-dir-file-name.exp
10454 * gdb.fortran/complex.exp
10455 * gdb.fortran/library-module.exp
10456 * gdb.guile/scm-pretty-print.exp
10457 * gdb.guile/scm-symbol.exp
10458 * gdb.guile/scm-type.exp
10459 * gdb.guile/scm-value.exp
10460 * gdb.linespec/linespec.exp
10461 * gdb.mi/gdb701.exp
10462 * gdb.mi/gdb792.exp
10463 * gdb.mi/mi-breakpoint-changed.exp
10464 * gdb.mi/mi-dprintf-pending.exp
10465 * gdb.mi/mi-dprintf.exp
10466 * gdb.mi/mi-exit-code.exp
10467 * gdb.mi/mi-pending.exp
10468 * gdb.mi/mi-solib.exp
10469 * gdb.mi/new-ui-mi-sync.exp
10470 * gdb.mi/pr11022.exp
10471 * gdb.mi/user-selected-context-sync.exp
10472 * gdb.opt/solib-intra-step.exp
10473 * gdb.python/py-events.exp
10474 * gdb.python/py-finish-breakpoint.exp
10475 * gdb.python/py-mi.exp
10476 * gdb.python/py-prettyprint.exp
10477 * gdb.python/py-shared.exp
10478 * gdb.python/py-symbol.exp
10479 * gdb.python/py-template.exp
10480 * gdb.python/py-type.exp
10481 * gdb.python/py-value.exp
10482 * gdb.reverse/solib-precsave.exp
10483 * gdb.reverse/solib-reverse.exp
10484 * gdb.server/solib-list.exp
10485 * gdb.stabs/weird.exp
10486 * gdb.threads/reconnect-signal.exp
10487 * gdb.threads/stepi-random-signal.exp
10488 * gdb.trace/actions.exp
10489 * gdb.trace/ax.exp
10490 * gdb.trace/backtrace.exp
10491 * gdb.trace/change-loc.exp
10492 * gdb.trace/deltrace.exp
10493 * gdb.trace/ftrace-lock.exp
10494 * gdb.trace/ftrace.exp
10495 * gdb.trace/infotrace.exp
10496 * gdb.trace/mi-tracepoint-changed.exp
10497 * gdb.trace/packetlen.exp
10498 * gdb.trace/passcount.exp
10499 * gdb.trace/pending.exp
10500 * gdb.trace/range-stepping.exp
10501 * gdb.trace/report.exp
10502 * gdb.trace/stap-trace.exp
10503 * gdb.trace/tfind.exp
10504 * gdb.trace/trace-break.exp
10505 * gdb.trace/trace-condition.exp
10506 * gdb.trace/trace-enable-disable.exp
10507 * gdb.trace/trace-mt.exp
10508 * gdb.trace/tracecmd.exp
10509 * gdb.trace/tspeed.exp
10510 * gdb.trace/tsv.exp
10511 * lib/perftest.exp
10512
fb9feb35
LM
105132016-12-01 Luis Machado <lgustavo@codesourcery.com>
10514
10515 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10516 with gdb_test_no_output.
10517 Use command as test name.
10518
cd2ddb6c
LM
105192016-12-01 Luis Machado <lgustavo@codesourcery.com>
10520
10521 Fix test names starting with uppercase throughout the files.
10522
10523 * gdb.ada/assign_1.exp
10524 * gdb.ada/boolean_expr.exp
10525 * gdb.base/arrayidx.exp
10526 * gdb.base/del.exp
10527 * gdb.base/gcore-buffer-overflow.exp
10528 * gdb.base/testenv.exp
10529 * gdb.compile/compile.exp
10530 * gdb.python/py-framefilter-invalidarg.exp
10531 * gdb.python/py-framefilter.exp
10532
bb95117e
LM
105332016-12-01 Luis Machado <lgustavo@codesourcery.com>
10534
10535 Fix test names starting with uppercase throughout the files.
10536
10537 * gdb.ada/array_return.exp
10538 * gdb.ada/expr_delims.exp
10539 * gdb.ada/mi_dyn_arr.exp
10540 * gdb.ada/mi_interface.exp
10541 * gdb.ada/mi_var_array.exp
10542 * gdb.ada/watch_arg.exp
10543 * gdb.arch/alpha-step.exp
10544 * gdb.arch/altivec-regs.exp
10545 * gdb.arch/e500-regs.exp
10546 * gdb.arch/powerpc-d128-regs.exp
10547 * gdb.base/arrayidx.exp
10548 * gdb.base/break.exp
10549 * gdb.base/checkpoint.exp
10550 * gdb.base/debug-expr.exp
10551 * gdb.base/dmsym.exp
10552 * gdb.base/radix.exp
10553 * gdb.base/sepdebug.exp
10554 * gdb.base/testenv.exp
10555 * gdb.base/watch_thread_num.exp
10556 * gdb.base/watchpoint-cond-gone.exp
10557 * gdb.cell/break.exp
10558 * gdb.cell/ea-cache.exp
10559 * gdb.compile/compile.exp
10560 * gdb.cp/gdb2495.exp
10561 * gdb.gdb/selftest.exp
10562 * gdb.gdb/xfullpath.exp
10563 * gdb.go/hello.exp
10564 * gdb.go/integers.exp
10565 * gdb.objc/basicclass.exp
10566 * gdb.pascal/hello.exp
10567 * gdb.pascal/integers.exp
10568 * gdb.python/py-breakpoint.exp
10569 * gdb.python/py-cmd.exp
10570 * gdb.python/py-linetable.exp
10571 * gdb.python/py-xmethods.exp
10572 * gdb.python/python.exp
10573 * gdb.reverse/consecutive-precsave.exp
10574 * gdb.reverse/finish-precsave.exp
10575 * gdb.reverse/i386-precsave.exp
10576 * gdb.reverse/machinestate-precsave.exp
10577 * gdb.reverse/sigall-precsave.exp
10578 * gdb.reverse/solib-precsave.exp
10579 * gdb.reverse/step-precsave.exp
10580 * gdb.reverse/until-precsave.exp
10581 * gdb.reverse/watch-precsave.exp
10582 * gdb.threads/leader-exit.exp
10583 * gdb.threads/pthreads.exp
10584 * gdb.threads/wp-replication.exp
10585 * gdb.trace/actions.exp
10586 * gdb.trace/mi-tsv-changed.exp
10587 * gdb.trace/tsv.exp
10588
de97fdd4
LM
105892016-12-01 Luis Machado <lgustavo@codesourcery.com>
10590
10591 Fix test names starting with uppercase throughout the files.
10592
10593 * gdb.arch/i386-bp_permanent.exp
10594 * gdb.arch/i386-gnu-cfi.exp
10595 * gdb.base/disasm-end-cu.exp
10596 * gdb.base/macscp.exp
10597 * gdb.base/pending.exp
10598 * gdb.base/watch_thread_num.exp
10599 * gdb.cp/exception.exp
10600 * gdb.cp/gdb2495.exp
10601 * gdb.cp/local.exp
10602 * gdb.python/py-evsignal.exp
10603 * gdb.python/python.exp
10604 * gdb.trace/tracecmd.exp
10605
9f058c10
LM
106062016-12-01 Luis Machado <lgustavo@codesourcery.com>
10607
10608 Fix test names starting with uppercase throughout the files.
10609
10610 * gdb.base/charset.exp
10611 * gdb.base/eval.exp
10612 * gdb.base/multi-forks.exp
10613 * gdb.guile/scm-progspace.exp
10614 * gdb.opencl/datatypes.exp
10615 * gdb.python/py-block.exp
10616 * gdb.python/py-function.exp
10617 * gdb.python/py-symbol.exp
10618 * gdb.python/py-symtab.exp
10619 * gdb.python/py-xmethods.exp
10620 * gdb.reverse/break-precsave.exp
10621 * gdb.reverse/break-reverse.exp
10622 * gdb.reverse/consecutive-precsave.exp
10623 * gdb.reverse/consecutive-reverse.exp
10624 * gdb.reverse/finish-precsave.exp
10625 * gdb.reverse/finish-reverse-bkpt.exp
10626 * gdb.reverse/finish-reverse.exp
10627 * gdb.reverse/fstatat-reverse.exp
10628 * gdb.reverse/getresuid-reverse.exp
10629 * gdb.reverse/i386-precsave.exp
10630 * gdb.reverse/i386-reverse.exp
10631 * gdb.reverse/i386-sse-reverse.exp
10632 * gdb.reverse/i387-stack-reverse.exp
10633 * gdb.reverse/insn-reverse.exp
10634 * gdb.reverse/machinestate-precsave.exp
10635 * gdb.reverse/machinestate.exp
10636 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10637 * gdb.reverse/pipe-reverse.exp
10638 * gdb.reverse/readv-reverse.exp
10639 * gdb.reverse/recvmsg-reverse.exp
10640 * gdb.reverse/rerun-prec.exp
10641 * gdb.reverse/s390-mvcle.exp
10642 * gdb.reverse/sigall-precsave.exp
10643 * gdb.reverse/sigall-reverse.exp
10644 * gdb.reverse/solib-precsave.exp
10645 * gdb.reverse/solib-reverse.exp
10646 * gdb.reverse/step-precsave.exp
10647 * gdb.reverse/step-reverse.exp
10648 * gdb.reverse/time-reverse.exp
10649 * gdb.reverse/until-precsave.exp
10650 * gdb.reverse/until-reverse.exp
10651 * gdb.reverse/waitpid-reverse.exp
10652 * gdb.reverse/watch-precsave.exp
10653 * gdb.reverse/watch-reverse.exp
10654
cdc7edd7
LM
106552016-12-01 Luis Machado <lgustavo@codesourcery.com>
10656
10657 Fix test names starting with uppercase throughout the files.
10658
10659 * gdb.arch/i386-mpx-simple_segv.exp
10660 * gdb.arch/i386-mpx.exp
10661 * gdb.arch/i386-permbkpt.exp
10662 * gdb.arch/pa-nullify.exp
10663 * gdb.arch/powerpc-d128-regs.exp
10664 * gdb.arch/vsx-regs.exp
10665 * gdb.base/bfp-test.exp
10666 * gdb.base/break.exp
10667 * gdb.base/breakpoint-shadow.exp
10668 * gdb.base/callfuncs.exp
10669 * gdb.base/charset.exp
10670 * gdb.base/commands.exp
10671 * gdb.base/completion.exp
10672 * gdb.base/dfp-test.exp
10673 * gdb.base/echo.exp
10674 * gdb.base/ending-run.exp
10675 * gdb.base/eval.exp
10676 * gdb.base/expand-psymtabs.exp
10677 * gdb.base/float128.exp
10678 * gdb.base/floatn.exp
10679 * gdb.base/foll-exec-mode.exp
10680 * gdb.base/gdb1056.exp
10681 * gdb.base/gdb11531.exp
10682 * gdb.base/kill-after-signal.exp
10683 * gdb.base/multi-forks.exp
10684 * gdb.base/overlays.exp
10685 * gdb.base/pending.exp
10686 * gdb.base/sepdebug.exp
10687 * gdb.base/testenv.exp
10688 * gdb.base/valgrind-db-attach.exp
10689 * gdb.base/watch_thread_num.exp
10690 * gdb.base/watchpoint-cond-gone.exp
10691 * gdb.base/watchpoint.exp
10692 * gdb.base/watchpoints.exp
10693 * gdb.cp/arg-reference.exp
10694 * gdb.cp/baseenum.exp
10695 * gdb.cp/operator.exp
10696 * gdb.cp/shadow.exp
10697 * gdb.dwarf2/dw2-op-out-param.exp
10698 * gdb.dwarf2/dw2-reg-undefined.exp
10699 * gdb.go/chan.exp
10700 * gdb.go/hello.exp
10701 * gdb.go/integers.exp
10702 * gdb.go/methods.exp
10703 * gdb.go/package.exp
10704 * gdb.guile/scm-parameter.exp
10705 * gdb.guile/scm-progspace.exp
10706 * gdb.guile/scm-value.exp
10707 * gdb.mi/mi-pending.exp
10708 * gdb.mi/user-selected-context-sync.exp
10709 * gdb.multi/multi-attach.exp
10710 * gdb.multi/tids.exp
10711 * gdb.opt/clobbered-registers-O2.exp
10712 * gdb.pascal/floats.exp
10713 * gdb.pascal/integers.exp
10714 * gdb.python/py-block.exp
10715 * gdb.python/py-events.exp
10716 * gdb.python/py-parameter.exp
10717 * gdb.python/py-symbol.exp
10718 * gdb.python/py-symtab.exp
10719 * gdb.python/py-type.exp
10720 * gdb.python/py-value.exp
10721 * gdb.python/py-xmethods.exp
10722 * gdb.python/python.exp
10723 * gdb.reverse/break-precsave.exp
10724 * gdb.reverse/consecutive-precsave.exp
10725 * gdb.reverse/finish-precsave.exp
10726 * gdb.reverse/i386-precsave.exp
10727 * gdb.reverse/machinestate-precsave.exp
10728 * gdb.reverse/sigall-precsave.exp
10729 * gdb.reverse/solib-precsave.exp
10730 * gdb.reverse/step-precsave.exp
10731 * gdb.reverse/until-precsave.exp
10732 * gdb.reverse/watch-precsave.exp
10733 * gdb.server/ext-attach.exp
10734 * gdb.server/ext-restart.exp
10735 * gdb.server/ext-run.exp
10736 * gdb.server/ext-wrapper.exp
10737 * gdb.stabs/gdb11479.exp
10738 * gdb.stabs/weird.exp
10739 * gdb.threads/attach-many-short-lived-threads.exp
10740 * gdb.threads/kill.exp
10741 * gdb.threads/watchpoint-fork.exp
10742
bc6c7af4
LM
107432016-12-01 Luis Machado <lgustavo@codesourcery.com>
10744
10745 Fix test names starting with uppercase throughout all the files below.
10746
10747 * gdb.ada/array_return.exp
10748 * gdb.ada/catch_ex.exp
10749 * gdb.ada/info_exc.exp
10750 * gdb.ada/mi_catch_ex.exp
10751 * gdb.ada/mi_dyn_arr.exp
10752 * gdb.ada/mi_ex_cond.exp
10753 * gdb.ada/mi_exc_info.exp
10754 * gdb.ada/mi_interface.exp
10755 * gdb.ada/mi_task_arg.exp
10756 * gdb.ada/mi_task_info.exp
10757 * gdb.ada/mi_var_array.exp
10758 * gdb.arch/alpha-step.exp
10759 * gdb.arch/amd64-disp-step.exp
10760 * gdb.arch/arm-disp-step.exp
10761 * gdb.arch/disp-step-insn-reloc.exp
10762 * gdb.arch/e500-prologue.exp
10763 * gdb.arch/ftrace-insn-reloc.exp
10764 * gdb.arch/gdb1558.exp
10765 * gdb.arch/i386-bp_permanent.exp
10766 * gdb.arch/i386-disp-step.exp
10767 * gdb.arch/i386-float.exp
10768 * gdb.arch/i386-gnu-cfi.exp
10769 * gdb.arch/ia64-breakpoint-shadow.exp
10770 * gdb.arch/mips16-thunks.exp
10771 * gdb.arch/pa-nullify.exp
10772 * gdb.arch/powerpc-aix-prologue.exp
10773 * gdb.arch/powerpc-power.exp
10774 * gdb.arch/ppc-dfp.exp
10775 * gdb.arch/s390-tdbregs.exp
10776 * gdb.arch/spu-info.exp
10777 * gdb.arch/spu-ls.exp
10778 * gdb.arch/thumb-bx-pc.exp
10779 * gdb.base/advance.exp
10780 * gdb.base/annota-input-while-running.exp
10781 * gdb.base/arrayidx.exp
10782 * gdb.base/asmlabel.exp
10783 * gdb.base/async.exp
10784 * gdb.base/attach-wait-input.exp
10785 * gdb.base/auto-connect-native-target.exp
10786 * gdb.base/batch-preserve-term-settings.exp
10787 * gdb.base/bfp-test.exp
10788 * gdb.base/bigcore.exp
10789 * gdb.base/bp-permanent.exp
10790 * gdb.base/break-always.exp
10791 * gdb.base/break-fun-addr.exp
10792 * gdb.base/break-idempotent.exp
10793 * gdb.base/break-main-file-remove-fail.exp
10794 * gdb.base/break-probes.exp
10795 * gdb.base/break-unload-file.exp
10796 * gdb.base/break.exp
10797 * gdb.base/call-ar-st.exp
10798 * gdb.base/call-rt-st.exp
10799 * gdb.base/call-sc.exp
10800 * gdb.base/call-signal-resume.exp
10801 * gdb.base/call-strs.exp
10802 * gdb.base/callexit.exp
10803 * gdb.base/callfuncs.exp
10804 * gdb.base/catch-gdb-caused-signals.exp
10805 * gdb.base/catch-signal-siginfo-cond.exp
10806 * gdb.base/catch-syscall.exp
10807 * gdb.base/compare-sections.exp
10808 * gdb.base/cond-eval-mode.exp
10809 * gdb.base/condbreak-call-false.exp
10810 * gdb.base/consecutive-step-over.exp
10811 * gdb.base/cursal.exp
10812 * gdb.base/disabled-location.exp
10813 * gdb.base/disasm-end-cu.exp
10814 * gdb.base/display.exp
10815 * gdb.base/double-prompt-target-event-error.exp
10816 * gdb.base/dprintf-bp-same-addr.exp
10817 * gdb.base/dprintf-detach.exp
10818 * gdb.base/dprintf-next.exp
10819 * gdb.base/dprintf-non-stop.exp
10820 * gdb.base/dprintf-pending.exp
10821 * gdb.base/dso2dso.exp
10822 * gdb.base/ending-run.exp
10823 * gdb.base/enum_cond.exp
10824 * gdb.base/examine-backward.exp
10825 * gdb.base/exe-lock.exp
10826 * gdb.base/exec-invalid-sysroot.exp
10827 * gdb.base/execl-update-breakpoints.exp
10828 * gdb.base/execution-termios.exp
10829 * gdb.base/fileio.exp
10830 * gdb.base/fixsection.exp
10831 * gdb.base/foll-exec-mode.exp
10832 * gdb.base/foll-exec.exp
10833 * gdb.base/fork-running-state.exp
10834 * gdb.base/frame-args.exp
10835 * gdb.base/fullpath-expand.exp
10836 * gdb.base/func-ptr.exp
10837 * gdb.base/gcore-relro-pie.exp
10838 * gdb.base/gdb1090.exp
10839 * gdb.base/gdb1555.exp
10840 * gdb.base/global-var-nested-by-dso.exp
10841 * gdb.base/gnu-ifunc.exp
10842 * gdb.base/hbreak-in-shr-unsupported.exp
10843 * gdb.base/hbreak-unmapped.exp
10844 * gdb.base/hook-stop.exp
10845 * gdb.base/infcall-input.exp
10846 * gdb.base/info-fun.exp
10847 * gdb.base/info-shared.exp
10848 * gdb.base/interrupt-noterm.exp
10849 * gdb.base/jit-so.exp
10850 * gdb.base/jit.exp
10851 * gdb.base/line-symtabs.exp
10852 * gdb.base/list.exp
10853 * gdb.base/longjmp.exp
10854 * gdb.base/macscp.exp
10855 * gdb.base/max-value-size.exp
10856 * gdb.base/nodebug.exp
10857 * gdb.base/nofield.exp
10858 * gdb.base/overlays.exp
10859 * gdb.base/paginate-after-ctrl-c-running.exp
10860 * gdb.base/paginate-bg-execution.exp
10861 * gdb.base/paginate-inferior-exit.exp
10862 * gdb.base/pending.exp
10863 * gdb.base/pr11022.exp
10864 * gdb.base/printcmds.exp
10865 * gdb.base/ptr-typedef.exp
10866 * gdb.base/ptype.exp
10867 * gdb.base/randomize.exp
10868 * gdb.base/range-stepping.exp
10869 * gdb.base/realname-expand.exp
10870 * gdb.base/relativedebug.exp
10871 * gdb.base/remote.exp
10872 * gdb.base/savedregs.exp
10873 * gdb.base/sepdebug.exp
10874 * gdb.base/set-noassign.exp
10875 * gdb.base/shlib-call.exp
10876 * gdb.base/shreloc.exp
10877 * gdb.base/sigaltstack.exp
10878 * gdb.base/sigbpt.exp
10879 * gdb.base/siginfo-addr.exp
10880 * gdb.base/siginfo-obj.exp
10881 * gdb.base/siginfo-thread.exp
10882 * gdb.base/signest.exp
10883 * gdb.base/signull.exp
10884 * gdb.base/sigrepeat.exp
10885 * gdb.base/skip.exp
10886 * gdb.base/so-impl-ld.exp
10887 * gdb.base/solib-corrupted.exp
10888 * gdb.base/solib-disc.exp
10889 * gdb.base/solib-display.exp
10890 * gdb.base/solib-overlap.exp
10891 * gdb.base/solib-search.exp
10892 * gdb.base/solib-symbol.exp
10893 * gdb.base/source-execution.exp
10894 * gdb.base/sss-bp-on-user-bp-2.exp
10895 * gdb.base/sss-bp-on-user-bp.exp
10896 * gdb.base/stack-checking.exp
10897 * gdb.base/stale-infcall.exp
10898 * gdb.base/step-break.exp
10899 * gdb.base/step-line.exp
10900 * gdb.base/step-over-exit.exp
10901 * gdb.base/step-test.exp
10902 * gdb.base/structs.exp
10903 * gdb.base/sym-file.exp
10904 * gdb.base/symtab-search-order.exp
10905 * gdb.base/term.exp
10906 * gdb.base/type-opaque.exp
10907 * gdb.base/unload.exp
10908 * gdb.base/until-nodebug.exp
10909 * gdb.base/until.exp
10910 * gdb.base/unwindonsignal.exp
10911 * gdb.base/watch-cond.exp
10912 * gdb.base/watch-non-mem.exp
10913 * gdb.base/watch_thread_num.exp
10914 * gdb.base/watchpoint-reuse-slot.exp
10915 * gdb.base/watchpoint-solib.exp
10916 * gdb.base/watchpoint.exp
10917 * gdb.btrace/dlopen.exp
10918 * gdb.cell/arch.exp
10919 * gdb.cell/break.exp
10920 * gdb.cell/bt.exp
10921 * gdb.cell/core.exp
10922 * gdb.cell/data.exp
10923 * gdb.cell/dwarfaddr.exp
10924 * gdb.cell/ea-cache.exp
10925 * gdb.cell/ea-standalone.exp
10926 * gdb.cell/ea-test.exp
10927 * gdb.cell/f-regs.exp
10928 * gdb.cell/fork.exp
10929 * gdb.cell/gcore.exp
10930 * gdb.cell/mem-access.exp
10931 * gdb.cell/ptype.exp
10932 * gdb.cell/registers.exp
10933 * gdb.cell/sizeof.exp
10934 * gdb.cell/solib-symbol.exp
10935 * gdb.cell/solib.exp
10936 * gdb.compile/compile-tls.exp
10937 * gdb.cp/exception.exp
10938 * gdb.cp/gdb2495.exp
10939 * gdb.cp/local.exp
10940 * gdb.cp/mb-inline.exp
10941 * gdb.cp/mb-templates.exp
10942 * gdb.cp/pr10687.exp
10943 * gdb.cp/pr9167.exp
10944 * gdb.cp/scope-err.exp
10945 * gdb.cp/templates.exp
10946 * gdb.cp/virtfunc.exp
10947 * gdb.dwarf2/dw2-dir-file-name.exp
10948 * gdb.dwarf2/dw2-single-line-discriminators.exp
10949 * gdb.fortran/complex.exp
10950 * gdb.fortran/library-module.exp
10951 * gdb.guile/guile.exp
10952 * gdb.guile/scm-cmd.exp
10953 * gdb.guile/scm-frame-inline.exp
10954 * gdb.guile/scm-objfile.exp
10955 * gdb.guile/scm-pretty-print.exp
10956 * gdb.guile/scm-symbol.exp
10957 * gdb.guile/scm-type.exp
10958 * gdb.guile/scm-value.exp
10959 * gdb.linespec/keywords.exp
10960 * gdb.linespec/ls-errs.exp
10961 * gdb.linespec/macro-relative.exp
10962 * gdb.linespec/thread.exp
10963 * gdb.mi/mi-breakpoint-changed.exp
10964 * gdb.mi/mi-dprintf-pending.exp
10965 * gdb.mi/mi-fullname-deleted.exp
10966 * gdb.mi/mi-logging.exp
10967 * gdb.mi/mi-pending.exp
10968 * gdb.mi/mi-solib.exp
10969 * gdb.mi/new-ui-mi-sync.exp
10970 * gdb.mi/user-selected-context-sync.exp
10971 * gdb.multi/dummy-frame-restore.exp
10972 * gdb.multi/multi-arch-exec.exp
10973 * gdb.multi/remove-inferiors.exp
10974 * gdb.multi/watchpoint-multi-exit.exp
10975 * gdb.opt/solib-intra-step.exp
10976 * gdb.perf/backtrace.exp
10977 * gdb.perf/single-step.exp
10978 * gdb.perf/skip-command.exp
10979 * gdb.perf/skip-prologue.exp
10980 * gdb.perf/solib.exp
10981 * gdb.python/lib-types.exp
10982 * gdb.python/py-as-string.exp
10983 * gdb.python/py-bad-printers.exp
10984 * gdb.python/py-block.exp
10985 * gdb.python/py-breakpoint.exp
10986 * gdb.python/py-cmd.exp
10987 * gdb.python/py-events.exp
10988 * gdb.python/py-evthreads.exp
10989 * gdb.python/py-finish-breakpoint.exp
10990 * gdb.python/py-finish-breakpoint2.exp
10991 * gdb.python/py-frame-inline.exp
10992 * gdb.python/py-frame.exp
10993 * gdb.python/py-inferior.exp
10994 * gdb.python/py-infthread.exp
10995 * gdb.python/py-mi.exp
10996 * gdb.python/py-objfile.exp
10997 * gdb.python/py-pp-maint.exp
10998 * gdb.python/py-pp-registration.exp
10999 * gdb.python/py-prettyprint.exp
11000 * gdb.python/py-recurse-unwind.exp
11001 * gdb.python/py-shared.exp
11002 * gdb.python/py-symbol.exp
11003 * gdb.python/py-symtab.exp
11004 * gdb.python/py-template.exp
11005 * gdb.python/py-type.exp
11006 * gdb.python/py-unwind-maint.exp
11007 * gdb.python/py-unwind.exp
11008 * gdb.python/py-value.exp
11009 * gdb.python/python.exp
11010 * gdb.reverse/finish-reverse-bkpt.exp
11011 * gdb.reverse/insn-reverse.exp
11012 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11013 * gdb.reverse/solib-precsave.exp
11014 * gdb.reverse/solib-reverse.exp
11015 * gdb.stabs/gdb11479.exp
11016 * gdb.stabs/weird.exp
11017 * gdb.threads/fork-child-threads.exp
11018 * gdb.threads/fork-plus-threads.exp
11019 * gdb.threads/fork-thread-pending.exp
11020 * gdb.threads/forking-threads-plus-breakpoint.exp
11021 * gdb.threads/hand-call-in-threads.exp
11022 * gdb.threads/interrupted-hand-call.exp
11023 * gdb.threads/linux-dp.exp
11024 * gdb.threads/local-watch-wrong-thread.exp
11025 * gdb.threads/next-while-other-thread-longjmps.exp
11026 * gdb.threads/non-ldr-exit.exp
11027 * gdb.threads/pending-step.exp
11028 * gdb.threads/print-threads.exp
11029 * gdb.threads/process-dies-while-detaching.exp
11030 * gdb.threads/process-dies-while-handling-bp.exp
11031 * gdb.threads/pthreads.exp
11032 * gdb.threads/queue-signal.exp
11033 * gdb.threads/reconnect-signal.exp
11034 * gdb.threads/signal-command-handle-nopass.exp
11035 * gdb.threads/signal-command-multiple-signals-pending.exp
11036 * gdb.threads/signal-delivered-right-thread.exp
11037 * gdb.threads/signal-sigtrap.exp
11038 * gdb.threads/sigthread.exp
11039 * gdb.threads/staticthreads.exp
11040 * gdb.threads/stepi-random-signal.exp
11041 * gdb.threads/thread-unwindonsignal.exp
11042 * gdb.threads/thread_check.exp
11043 * gdb.threads/thread_events.exp
11044 * gdb.threads/tid-reuse.exp
11045 * gdb.threads/tls-nodebug.exp
11046 * gdb.threads/tls-shared.exp
11047 * gdb.threads/tls-so_extern.exp
11048 * gdb.threads/tls.exp
11049 * gdb.threads/wp-replication.exp
11050 * gdb.trace/actions-changed.exp
11051 * gdb.trace/actions.exp
11052 * gdb.trace/backtrace.exp
11053 * gdb.trace/change-loc.exp
11054 * gdb.trace/collection.exp
11055 * gdb.trace/deltrace.exp
11056 * gdb.trace/disconnected-tracing.exp
11057 * gdb.trace/entry-values.exp
11058 * gdb.trace/ftrace-lock.exp
11059 * gdb.trace/ftrace.exp
11060 * gdb.trace/infotrace.exp
11061 * gdb.trace/mi-trace-frame-collected.exp
11062 * gdb.trace/mi-trace-unavailable.exp
11063 * gdb.trace/mi-traceframe-changed.exp
11064 * gdb.trace/mi-tracepoint-changed.exp
11065 * gdb.trace/mi-tsv-changed.exp
11066 * gdb.trace/no-attach-trace.exp
11067 * gdb.trace/packetlen.exp
11068 * gdb.trace/passc-dyn.exp
11069 * gdb.trace/passcount.exp
11070 * gdb.trace/pending.exp
11071 * gdb.trace/pr16508.exp
11072 * gdb.trace/qtro.exp
11073 * gdb.trace/range-stepping.exp
11074 * gdb.trace/read-memory.exp
11075 * gdb.trace/report.exp
11076 * gdb.trace/save-trace.exp
11077 * gdb.trace/signal.exp
11078 * gdb.trace/stap-trace.exp
11079 * gdb.trace/status-stop.exp
11080 * gdb.trace/strace.exp
11081 * gdb.trace/tfile.exp
11082 * gdb.trace/tfind.exp
11083 * gdb.trace/trace-break.exp
11084 * gdb.trace/trace-condition.exp
11085 * gdb.trace/trace-enable-disable.exp
11086 * gdb.trace/trace-mt.exp
11087 * gdb.trace/tracecmd.exp
11088 * gdb.trace/tracefile-pseudo-reg.exp
11089 * gdb.trace/tspeed.exp
11090 * gdb.trace/tstatus.exp
11091 * gdb.trace/tsv.exp
11092 * gdb.trace/unavailable.exp
11093 * gdb.trace/while-dyn.exp
11094 * gdb.trace/while-stepping.exp
11095 * lib/gdb-guile.exp
11096 * lib/gdb.exp
11097 * lib/mi-support.exp
11098 * lib/pascal.exp
11099 * lib/perftest.exp
11100 * lib/prelink-support.exp
11101 * lib/selftest-support.exp
11102
ad02e4fe
SM
111032016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11104
11105 * Makefile.in: Include disable-implicit-rules.mk.
11106
22347e55
AA
111072016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11108
11109 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11110 non-byte-aligned bit fields.
11111
da5b30da
AA
111122016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11113
11114 PR gdb/12616
11115 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11116 respects the DW_AT_data_bit_offset attribute.
11117
b593ecca
SM
111182016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11119
11120 * gdb.base/default.exp: Fix output of "set language".
11121
3b165252
SM
111222016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11123
11124 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11125 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11126 make.
11127 * configure.ac: Remove checks for the make program.
11128 * configure: Re-generate.
11129
1a2f3d7f
KB
111302016-11-16 Kevin Buettner <kevinb@redhat.com>
11131
11132 * gdb.python/py-recurse-unwind.c (main): Add loop.
11133 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11134 to read_register() and gdb.parse_and_eval(). Make each code
11135 call a separate case that can be individually tested.
11136 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11137 proc. Call cont_and_backtrace for each of the code paths that
11138 we want to test in the unwinder.
11139
b7f38fda
AA
111402016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11141
11142 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11143 the definition of struct S.
11144
1f8db343
CM
111452016-11-11 Catherine Moore <clm@codesourcery.com>
11146
11147 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11148
fad0c9fb
PA
111492016-11-09 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.base/commands.exp (runto_or_return): New procedure.
11152 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11153 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11154 (progvar_simple_while_test, progvar_complex_if_while_test)
11155 (if_while_breakpoint_command_test)
11156 (infrun_breakpoint_command_test, breakpoint_command_test)
11157 (user_defined_command_test, watchpoint_command_test)
11158 (test_command_prompt_position, redefine_hook_test)
11159 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11160 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11161 multi_line_input and multi_line. Remove gdb_expect and
11162 gdb_stop_suppressing_tests uses.
11163 * lib/gdb.exp (valnum_re): New global.
11164 (multi_line_input): New procedure.
11165
8354c62c
SM
111662016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11167
11168 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11169 Remove.
11170 (test_setup): Define with proc_with_prefix.
11171 (test_cli_inferior): Likewise.
11172 (test_cli_thread): Likewise.
11173 (test_cli_frame): Likewise.
11174 (test_cli_select_frame): Likewise.
11175 (test_cli_up_down): Likewise.
11176 (test_mi_thread_select): Likewise.
11177 (test_mi_stack_select_frame): Likewise.
11178 (test_cli_in_mi_inferior): Likewise.
11179 (test_cli_in_mi_thread): Likewise.
11180 (test_cli_in_mi_frame): Likewise.
11181 (top level): Do not use with_test_prefix_procname.
11182
64f367a2
PA
111832016-11-09 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.base/commands.exp (gdbvar_simple_if_test)
11186 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11187 (progvar_simple_if_test, progvar_simple_while_test)
11188 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11189 (infrun_breakpoint_command_test, breakpoint_command_test)
11190 (user_defined_command_test, watchpoint_command_test)
11191 (test_command_prompt_position, deprecated_command_test)
11192 (bp_deleted_in_command, temporary_breakpoint_commands)
11193 (stray_arg0_test, source_file_with_indented_comment)
11194 (recursive_source_test, if_commands_test)
11195 (error_clears_commands_left, redefine_hook_test)
11196 (redefine_backtrace_test): Use proc_with_prefix.
11197 * lib/gdb.exp (proc_with_prefix): New proc.
11198
0bb65f1e
AA
111992016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11200
11201 * gdb.base/tui-layout.c: New file.
11202 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11203 disassembly window contains very long lines.
11204
7353f247
TT
112052016-11-08 Tom Tromey <tom@tromey.com>
11206
11207 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11208 depend on Python 2.
11209
30a7bb83
TT
112102016-11-08 Tom Tromey <tom@tromey.com>
11211
11212 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11213 New method.
11214
cdf5a07c
MG
112152016-10-29 Manish Goregaokar <manish@mozilla.com>
11216
2806dc7e 11217 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11218
51a789c3
MG
112192016-10-27 Manish Goregaokar <manish@mozilla.com>
11220
2806dc7e
PA
11221 * gdb.rust/simple.rs: Add test for univariant enums without
11222 discriminants and for encoded struct-like enums.
51a789c3 11223
f610ab6d
PA
112242016-10-28 Pedro Alves <palves@redhat.com>
11225
11226 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11227 gdb_test_multiple, tighten regexps and match symtabs and line
11228 tables incrementally.
11229
b129b0ca
LM
112302016-10-28 Luis Machado <lgustavo@codesourcery.com>
11231
11232 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11233 general.
11234
ecf45d2c
SL
112352016-10-25 Luis Machado <lgustavo@codesourcery.com>
11236
11237 * gdb.base/exec-invalid-sysroot.exp: New file.
11238
b8d38ee4
JK
112392016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11240
11241 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11242
f90fd8c2
JK
112432016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11244
11245 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11246
2d2476aa
MR
112472016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11248
2806dc7e
PA
11249 * gdb.base/killed-outside.exp: Remove $options from a call to
11250 `prepare_for_testing'.
2d2476aa 11251
e42b25a0
SM
112522016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11253
11254 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11255 Change test message.
11256
3ccdb432
SM
112572016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11258
11259 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11260 Update comment.
11261
5bad3170
SM
112622016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11263
11264 * gdb.trace/mi-trace-save.exp: New file.
11265
5ad9dba7
YQ
112662016-10-13 Yao Qi <yao.qi@linaro.org>
11267
11268 * gdb.base/code_elim.exp (get_var_address): Remove.
11269 * gdb.base/relocate.exp: Likewise.
11270 * gdb.base/shreloc.exp: Likewise.
11271 * lib/gdb.exp (get_var_address): New.
11272
62df7e21
YQ
112732016-10-13 Yao Qi <yao.qi@linaro.org>
11274
11275 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11276 floating point tests if $skip_float_test is false.
11277
4dac951e
LM
112782016-10-12 Luis Machado <lgustavo@codesourcery.com>
11279
11280 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11281 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11282 argc values.
11283 Add 1 to argc so we guarantee distinct initial/modified argc values.
11284
8f1a8fc4
JK
112852016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11286
11287 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11288
16c85b5d
JK
112892016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11290
11291 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11292 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11293 * gdb.arch/vsx-regs.exp: Likewise.
11294
1d0e042a
YQ
112952016-10-07 Yao Qi <yao.qi@linaro.org>
11296
11297 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11298
68dadef5
MM
112992016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11300
11301 * gdb.python/python.exp: Test decode_line("*0").
11302
33fa2c6e
DE
113032016-10-06 Doug Evans <dje@google.com>
11304
11305 * gdb.python/py-value.exp (test_value_creation): Add test for large
11306 unsigned 64-bit value.
11307
9c37b5ae
TT
113082016-10-06 Tom Tromey <tom@tromey.com>
11309
11310 * gdb.compile/compile.exp: Change java tests to rust.
11311 * gdb.base/setshow.exp: Change java tests to rust.
11312 * gdb.base/default.exp: Remove java from language list.
11313 * README (Examples): Update language example.
11314 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11315 test.
11316 * lib/gdb.exp (skip_java_tests): Remove.
11317 * lib/java.exp: Remove.
11318 * gdb.java: Remove.
11319
78b86327
MR
113202016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11321
11322 * gdb.arch/mips-fcr.exp: New test.
11323 * gdb.arch/mips-fcr.c: Source for the new test.
11324
7470adbb
MR
113252016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11326
11327 * gdb.base/solib-disc.exp: Use `standard_output_file'
11328 throughout.
11329
4a556533
PA
113302016-10-06 Pedro Alves <palves@redhat.com>
11331
11332 * gdb.base/jit-simple-dl.c: New file.
11333 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11334 * gdb.base/jit-simple.c: ... this.
11335 * gdb.base/jit-simple.exp (jit_run): Delete.
11336 (build_jit): New proc.
11337 (jit_test_reread): Recompile either the main program or the shared
11338 library, depending on what is being tested. Skip changing address
11339 if caller wants to. Compare before/after addresses. If testing
11340 standalone, explicitly load the binary. Test "maint info
11341 breakpoints".
11342 (top level): Add "standalone vs shared lib" and "change address"
11343 vs "same address" axes.
11344
5a122fbc
PA
113452016-10-06 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11348 call.
11349 (jit_run): Delete.
11350 (jit_test_reread): Use with_test_prefix. Reload the main binary
11351 explicitly. Compare the before/after addresses of the JIT
11352 descriptor.
11353
ee8da4b8
DE
113542016-08-15 Doug Evans <dje@google.com>
11355
11356 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11357 for single bitfields is bool.
11358 * gdb.xml/tdesc-regs.exp: Ditto.
11359
f389f6fe
JK
113602016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11361
11362 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11363
fdebf1a4
YQ
113642016-10-05 Yao Qi <yao.qi@linaro.org>
11365
11366 * lib/gdb.exp (support_complex_tests): Return zero if
11367 gdb_skip_float_test return true.
11368
9c36d954 113692016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11370 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11371
11372 PR gdb/20487
11373 * gdb.mi/user-selected-context-sync.exp: New file.
11374 * gdb.mi/user-selected-context-sync.c: New file.
11375
4034d0ff 113762016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11377 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11378
11379 PR gdb/20487
11380 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11381 =thread-select-event check.
11382
a4297203
PB
113832016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11384
11385 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11386 the compulsory L operand changes.
11387 * gdb.arch/powerpc-power.s: Likewise.
11388
bb805577
JK
113892016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11390
11391 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11392 * gdb.base/jit-attach-pie.c: New file.
11393 * gdb.base/jit-attach-pie.exp: New file.
11394
6d61dee5
PA
113952016-09-28 Pedro Alves <palves@redhat.com>
11396
11397 * gdb.base/infcall-input.c: New file.
11398 * gdb.base/infcall-input.exp: New file.
11399
f73842fc
YQ
114002016-09-22 Yao Qi <yao.qi@linaro.org>
11401
11402 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11403 (gdb_exit): Rename it to ...
11404 (gdbserver_gdb_exit): ... Close GDBserver.
11405 (gdb_exit): New proc, call gdbserver_gdb_exit.
11406 (mi_gdb_exit): Likewise.
11407
90681dab
YQ
114082016-09-22 Yao Qi <yao.qi@linaro.org>
11409
11410 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11411 path.
11412 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11413 Remove duplication.
11414
9c211fd8
YQ
114152016-09-22 Yao Qi <yao.qi@linaro.org>
11416
11417 * lib/gdbserver-support.exp: Check the existence of
11418 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11419
ad0a504f
AK
114202016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11421
11422 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11423
36cf1806
TT
114242016-09-21 Tom Tromey <tom@tromey.com>
11425
11426 PR gdb/20604:
11427 * gdb.base/quit.exp: New file.
11428
74172ecf
SM
114292016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11430
11431 * .gitignore: New file.
11432
3d0ec882
MR
114332016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11434
11435 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11436 throughout.
11437
8193adea
AA
114382016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11439
11440 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11441
d41a5c09
JK
114422016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11443
11444 * gdb.cp/casts.cc (decltype): Move it ...
11445 (main): ... with its call to ...
11446 * gdb.cp/casts03.cc: ... a new file.
11447 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11448
d2dfe700
JK
114492016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11450
11451 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11452
e2a92b16
PB
114532016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11454
11455 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11456 and sync up the test with tests in gas/testsuite/gas/ppc.
11457 * gdb.arch/powerpc-power.exp: Likewise.
11458
49b4de64
JK
114592016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11460
11461 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11462
2c29df25
SDJ
114632016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11464 Jan Kratochvil <jan.kratochvil@redhat.com>
11465
11466 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11467 make m1's definition to be different from m2's. Use 'dummy' as an
11468 argument for probe 'two'.
11469
cc3c2846
JB
114702016-09-10 Jon Beniston <jon@beniston.com>
11471
11472 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11473 for sim target.
11474
e1b2624a
AA
114752016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11476
11477 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11478 variable declaration.
11479 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11480 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11481 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11482 received HWCAP as its argument.
11483
4295e285
PA
114842016-09-06 Pedro Alves <palves@redhat.com>
11485
11486 * gdb.base/new-ui-pending-input.c: New file.
11487 * gdb.base/new-ui-pending-input.exp: New file.
11488 * gdb.exp (clear_gdb_spawn_id): New procedure.
11489 (with_spawn_id): Check whether gdb_spawn_id exists before
11490 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11491 on exit.
11492
00d5215e
UW
114932016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11494
11495 * gdb.base/float128.c: New file.
11496 * gdb.base/float128.exp: Likewise.
11497 * gdb.base/floatn.c: Likewise.
11498 * gdb.base/floatn.exp: Likewise.
11499
a9ff5f12
UW
115002016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11501
11502 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11503
f245535c
PA
115042016-09-05 Pedro Alves <palves@redhat.com>
11505
11506 PR backtrace/19927
11507 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11508 unwinders are immediately called as side effect of "source" or
11509 "disable unwinder" commands.
11510 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11511
ae9cf263
YQ
115122016-09-02 Yao Qi <yao.qi@linaro.org>
11513
11514 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11515 is true and $type is "float" or "double".
11516
27aba047
YQ
115172016-09-02 Yao Qi <yao.qi@linaro.org>
11518
11519 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11520 true.
11521 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11522 * gdb.base/call-rt-st.exp: Likewise.
11523 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11524 return value instead of gdb,skip_float_test.
11525 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11526 (do_function_calls): Use its return value instead of
11527 gdb,skip_float_test.
11528 * gdb.base/finish.exp: Likewise.
11529 * gdb.base/funcargs.exp: Likewise.
11530 * gdb.base/return.exp: Likewise.
11531 * gdb.base/return2.exp: Likewise.
11532 * gdb.base/varargs.exp: Likewise.
11533 * lib/gdb.exp (gdb_skip_float_test): Change it to
11534 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11535
5af962df
AA
115362016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11537
11538 * gdb.multi/tids.exp: Test "thread apply all".
11539
7fac6910
JK
115402016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11541
11542 * gdb.base/default.exp (tty): Remove.
11543
bb1fe4ac
KB
115442016-08-24 Kevin Buettner <kevinb@redhat.com>
11545
2806dc7e
PA
11546 * gdb.python/py-recurse-unwind.c: New file.
11547 * gdb.python/py-recurse-unwind.py: New file.
11548 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11549
0a1ddfa6
SM
115502016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11551
11552 * gdb.base/set-inferior-tty.exp: New file.
11553 * gdb.base/set-inferior-tty.c: New file.
11554
d9de1fe3
PA
115552016-08-23 Pedro Alves <palves@redhat.com>
11556
11557 PR gdb/20494
11558 * gdb.base/new-ui-echo.c: New file.
11559 * gdb.base/new-ui-echo.exp: New file.
11560
e9d9abd7
YQ
115612016-08-23 Yao Qi <yao.qi@linaro.org>
11562
11563 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11564 gdbserver_spawn.
11565 * gdb.server/connect-without-multi-process.exp (do_test):
11566 Likewise.
11567
3589529e
YQ
115682016-08-23 Yao Qi <yao.qi@linaro.org>
11569
11570 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11571 standalone_txt. Delete gdb_txt and standalone_txt on host
11572 and target. Spawn the binary on target. Copy files from
11573 target to host.
11574
6bb90213
PA
115752016-08-22 Pedro Alves <palves@redhat.com>
11576
11577 PR gdb/20505
11578 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11579 with_test_prefix. Factor out bits to ...
11580 (test_no_vdso): ... this new procedure.
11581
20c2c024
CL
115822016-08-19 Carl Love <cel@us.ibm.com>
11583
11584 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11585 maintaining separate logic for constructing the output path.
11586 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11587 * gdb.arch/ppc-dfp.exp: Likewise.
11588 * gdb.arch/ppc-fp.exp: Likewise.
11589 * gdb.arch/vsx-regs.exp: Likewise.
11590 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11591 binprefix for generating the additional binary files.
11592
0646e07d
PA
115932016-08-19 Pedro Alves <palves@redhat.com>
11594
11595 * gdb.trace/mi-trace-frame-collected.exp
11596 (test_trace_frame_collected): On x32, expect two registers.
11597
46da9242
CL
115982016-08-18 Carl Love <cel@us.ibm.com>
11599
11600 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11601 and sync up the test with tests in gas/testsuite/gas/ppc.
11602 * gdb.arch/powerpc-power.exp: Likewise.
11603
eb2332d7
SM
116042016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11605
11606 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11607 expected error message.
11608
63c61e04
SM
116092016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11610
11611 * gdb.multi/remove-inferiors.exp: New file.
11612 * gdb.multi/remove-inferiors.c: New file.
11613
7b17065f
YQ
116142016-08-12 Yao Qi <yao.qi@linaro.org>
11615
11616 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11617 argument list.
11618
01d3dedf
PA
116192016-08-10 Pedro Alves <palves@redhat.com>
11620
11621 PR gdb/19187
11622 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11623 setup_kfails.
11624
3eb7562a
PA
116252016-08-09 Pedro Alves <palves@redhat.com>
11626 Simon Marchi <simon.marchi@ericsson.com>
11627
11628 PR gdb/20418
11629 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11630 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11631
80614914
PA
116322016-08-09 Pedro Alves <palves@redhat.com>
11633
11634 PR mi/20431
11635 * gdb.mi/mi-cmd-error.exp: New file.
11636
f348d89a
PA
116372016-08-09 Pedro Alves <palves@redhat.com>
11638
11639 PR gdb/18653
11640 * gdb.base/signals-state-child.c: New file.
11641 * gdb.base/signals-state-child.exp: New file.
11642 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11643
e5ca03b4
PA
116442016-08-09 Pedro Alves <palves@redhat.com>
11645
11646 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11647
282a0691
TT
116482016-08-03 Tom Tromey <tom@tromey.com>
11649
11650 PR python/18565:
11651 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11652
41bfcd63
YQ
116532016-08-01 Yao Qi <yao.qi@linaro.org>
11654
11655 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11656 variable mode to "multi-process" if $multi_process is 1, otherwise
11657 set it to "single-process".
11658
e3465b24
YQ
116592016-08-01 Yao Qi <yao.qi@linaro.org>
11660
11661 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11662 * gdb.cp/cpexprs.exp: Likewise.
11663 * gdb.cp/m-static.exp: Likewise.
11664
0b31a4bc
TT
116652016-07-26 Tom Tromey <tom@tromey.com>
11666
11667 PR python/20190:
11668 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11669 test.
11670
e0461dbb
MM
116712016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11672
11673 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11674 selecting assembly source files.
11675 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11676 assembly source files.
11677 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11678 assembly source files.
11679 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11680 selecting assembly source files.
11681
8194e927
SM
116822016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11683
11684 * gdb.base/new-ui.exp (do_test_invalid_args): New
11685 procedure.
11686
c0272db5
TW
116872016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11688
11689 * gdb.btrace/reconnect.c: New file.
11690 * gdb.btrace/reconnect.exp: New file.
11691
e3487908
GKB
116922016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11693
11694 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11695 to test_catch_syscall_group.
11696 (test_catch_syscall_group): New.
11697
12df5c00
TT
116982016-07-21 Tom Tromey <tom@tromey.com>
11699
11700 * gdb.rust/simple.rs (main): Use empty struct expression.
11701 * gdb.rust/simple.exp: Add tests for empty struct expression.
11702
bae62ee2
YQ
117032016-07-21 Yao Qi <yao.qi@linaro.org>
11704
11705 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11706 if gdb_skip_xml_test is true on some targets.
11707
b1b53fb3
YQ
117082016-07-21 Yao Qi <yao.qi@linaro.org>
11709
11710 * gdb.server/solib-list.exp: Unset last_loaded_file.
11711
027d97f8
JK
117122016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11713
11714 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11715 "step into captured_main (args)".
11716
7674d381
JK
117172016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11718
11719 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11720
72b5d099
JK
117212016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11722
11723 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11724
1f960ced
PA
117252016-07-19 Pedro Alves <palves@redhat.com>
11726
11727 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11728 * gdb.opt/inline-bt.exp: Likewise.
11729 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11730 additional_flags=-Winline.
11731 * gdb.opt/inline-locals.exp: Likewise.
11732 * gdb.opt/inline-markers.c (ATTR): Define.
11733 (inlined_fn): Use it.
11734
f25827c1
YQ
117352016-07-19 Yao Qi <yao.qi@linaro.org>
11736
11737 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11738 (test_with_self): Remove some code. Remove argument executable.
11739 (top-level): Use do_self_tests.
11740
37539ebe
DB
117412016-07-15 Zachary Welch <zwelch@codesourcery.com>
11742 Don Breazeal <donb@codesourcery.com>
11743
11744 * gdb.base/maint.exp: Escape paths used in regular expressions.
11745 * gdb.stabs/weird.exp: Likewise.
11746
dac790e1
TT
117472016-07-13 Tom Tromey <tom@tromey.com>
11748
11749 PR python/15620, PR python/18620:
11750 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11751 (test_bkpt_events): New procs.
11752
93daf339
TT
117532016-07-13 Tom Tromey <tom@tromey.com>
11754
11755 PR python/17698:
11756 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11757 test.
11758 (test_watchpoints): Likewise.
11759 (test_bkpt_pending): New proc.
11760
6571a381
TT
117612016-07-13 Tom Tromey <tom@tromey.com>
11762
11763 PR cli/18053:
11764 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11765 completion test.
11766
e8732474
JK
117672016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11768
11769 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11770 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11771 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11772 f_label.
11773 (g): Rename g_end_lbl to g_label.
11774 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11775 low_pc and high_pc.
11776 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11777
e0f3fd7c
TT
117782016-07-12 Tom Tromey <tom@tromey.com>
11779
11780 PR python/19293:
11781 * gdb.python/py-unwind-maint.exp: Update tests.
11782
3cfe46b6
YQ
117832016-07-12 Yao Qi <yao.qi@linaro.org>
11784
11785 * lib/selftest-support.exp (selftest_setup): Match the output
11786 when captured_main is inlined.
11787
4f19a0e6
WT
117882016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11789
11790 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11791 New variables.
11792 (print this%a, print this%b, print this): New tests.
11793 * gdb.fortran/derived-types.f90 (this): New object and
11794 initialization.
11795
986cf455
SM
117962016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11797
11798 * gdb.ada/arraydim.exp: Remove extra directory level in build
11799 directory.
11800
f0464b23
SM
118012016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11802
11803 * lib/ada.exp: Remove extra directory level in build directory.
11804 * gdb.ada/cond_lang.exp: Likewise.
11805 * gdb.ada/exec_changed.exp: Likewise.
11806 * gdb.ada/lang_switch.exp: Likewise.
11807
42d94011
MG
118082016-07-06 Manish Goregaokar <manish@mozilla.com>
11809
2806dc7e
PA
11810 * simple.rs: Add test for raw pointer subscripting.
11811 * simple.exp: Add test expectations.
42d94011 11812
647c264c
YQ
118132016-07-05 Yao Qi <yao.qi@linaro.org>
11814
11815 * gdb.mi/mi-reverse.exp: Match =record-started output.
11816
20aa2c60
PA
118172016-07-01 Pedro Alves <palves@redhat.com>
11818
11819 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11820 procedure.
11821 (jit_reader_test): Test the jit reader's unwinder.
11822 * gdb.base/jithost.c (jit_function_00_code): New global.
11823 (main): Use memcpy to fill in the mmapped code, instead of poking
11824 bytes manually here.
11825 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11826 value.
11827 (read_debug_info): Save the function's range.
11828 (read_sp): New function.
11829 (unwind_frame): Use it. Also unwind RBP.
11830 (get_frame_id): Use read_sp.
11831 (gdb_init_reader): Use calloc instead of malloc.
11832 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11833 parameter. Use gdb_test_multiple.
11834
ced2dffb
PA
118352016-07-01 Pedro Alves <palves@redhat.com>
11836 Antoine Tremblay <antoine.tremblay@ericsson.com>
11837
11838 * gdb.threads/process-dies-while-detaching.c: New file.
11839 * gdb.threads/process-dies-while-detaching.exp: New file.
11840
63000888
PA
118412016-07-01 Pedro Alves <palves@redhat.com>
11842
11843 * gdb.multi/watchpoint-multi-exit.c: New file.
11844 * gdb.multi/watchpoint-multi-exit.exp: New file.
11845
038d4868
PA
118462016-06-30 Pedro Alves <palves@redhat.com>
11847
11848 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11849 unset inferior_spawn_id.
11850
994e9c83
PA
118512016-06-30 Pedro Alves <palves@redhat.com>
11852
11853 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11854 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11855
e5653468
YQ
118562016-06-29 Yao Qi <yao.qi@linaro.org>
11857
11858 * gdb.base/return.c: Add copyright header.
11859
803b47e5
TT
118602016-06-29 Tom Tromey <tom@tromey.com>
11861
11862 PR python/20129:
11863 * gdb.python/py-framefilter.exp: Add tests for setting priority
11864 and disabling of non-existent frame filter.
11865
28244707
YQ
118662016-06-29 Yao Qi <yao.qi@linaro.org>
11867
11868 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11869 0x0f07ff.
11870
a31d2f06
YQ
118712016-06-28 Yao Qi <yao.qi@linaro.org>
11872
11873 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11874 triplets. Start gdb, execute catch syscall, and continue. Check
11875 gdb's output to determine catch syscall is supported.
11876
921d8f54
MG
118772016-06-27 Manish Goregaokar <manish@mozilla.com>
11878
25d49b86
PA
11879 * gdb.rust/simple.rs: Add test for returning unit in a function.
11880 * gdb.rust/simple.exp: Add expectation for functions returning
11881 unit.
921d8f54 11882
f4952523
PMR
118832016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11884
11885 * gdb.python/py-breakpoint-create-fail.c,
11886 gdb.python/py-breakpoint-create-fail.exp,
11887 gdb.python/py-breakpoint-create-fail.py: New testcase.
11888
fccb08f8
MG
118892016-06-25 Manish Goregaokar <manish@mozilla.com>
11890
11891 PR gdb/20239
11892 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11893 * gdb.rust/simple.exp: Add test expectations for new NonZero
11894 tests.
fccb08f8 11895
6b850546
DT
118962016-06-24 David Taylor <dtaylor@emc.com>
11897
11898 * gdb.base/offsets.exp: New file.
11899 * gdb.base/offsets.c: New file.
11900
17621150
TT
119012016-06-23 Tom Tromey <tom@tromey.com>
11902
11903 PR gdb/16483:
11904 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11905 before any filters are loaded.
11906
04d59df6
WT
119072016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11908
11909 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11910 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11911 structs.
11912 * gdb.fortran/derived-type-function.exp: New file.
11913 * gdb.fortran/derived-type-function.f90: New file.
11914
11915
ac69f786
PA
119162016-06-21 Pedro Alves <palves@redhat.com>
11917
11918 * gdb.base/new-ui.exp: New file.
11919 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11920 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11921 (with_spawn_id): New procedure.
11922
49940788
PA
119232016-06-21 Pedro Alves <palves@redhat.com>
11924
11925 * gdb.mi/mi-exec-run.exp: New file.
11926
ef274d26
PA
119272016-06-21 Pedro Alves <palves@redhat.com>
11928
11929 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11930 breakpoint command's output on the main UI.
11931 (test_break): New procedure, factored out from calls in the top
11932 level.
11933 (top level): Use foreach_with_prefix to test MI as main UI and as
11934 separate UI.
11935
468afe6c
PA
119362016-06-21 Pedro Alves <palves@redhat.com>
11937
11938 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11939 (test_awatch_creation_and_listing)
11940 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11941 Remove 'type' parameter.
11942 (test_watchpoint_all): New parameter mi_mode. Remove
11943 with_test_prefix.
11944 (top level): Use foreach_with_prefix, and add main/separate UI MI
11945 testing axis.
11946
51f77c37
PA
119472016-06-21 Pedro Alves <palves@redhat.com>
11948
11949 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11950 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11951 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11952 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11953 (gdb_main_spawn_id, mi_spawn_id): Declare and
11954 comment.
11955 (mi_create_inferior_pty): New procedure,
11956 factored out from default_mi_gdb_start.
11957 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11958 procedures.
11959 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11960 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11961 Use mi_create_inferior_pty.
11962 (mi_gdb_start): Use eval to pass down args list.
11963
8980e177
PA
119642016-06-21 Pedro Alves <palves@redhat.com>
11965
11966 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11967 * gdb.opt/inline-cmds.exp: Add MI tests.
11968
f38d3ad1
PA
119692016-06-21 Pedro Alves <palves@redhat.com>
11970
11971 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11972
45db7c09
PA
119732016-06-21 Pedro Alves <palves@redhat.com>
11974
11975 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11976 (top level): Use it instead of mi_execute_to.
11977
5a069ab3
PA
119782016-06-21 Pedro Alves <palves@redhat.com>
11979
11980 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11981 (cont_handler_str): New.
11982 (signal_stop_handler): Set stop_handler_str instead of printing to
11983 stdout.
11984 (continue_handler): Set cont_handler_str instead of printing to
11985 stdout.
11986 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11987 mi_send_resuming_command. Print stop_handler_str and
11988 cont_handler_str instead of expecting the python events print
11989 directly.
11990
2838cc1d
SD
119912016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11992
11993 * gdb.base/jit-reader.exp: New file.
11994 * gdb.base/jithost.c: New file.
11995 * gdb.base/jithost.h: New file.
11996 * gdb.base/jitreader.c : New file.
11997 * gdb.base/jit-protocol.h: New file.
11998
21a77091
YQ
119992016-06-17 Yao Qi <yao.qi@linaro.org>
12000
12001 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12002 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12003 and detach-on-fork. Adjust tests.
12004 (top level): Invoke break_cond_on_syscall with combinations of
12005 syscall, follow-fork-mode and detach-on-fork.
12006
f50bf8e5
YQ
120072016-06-17 Yao Qi <yao.qi@linaro.org>
12008
12009 * gdb.base/step-over-exit.c: New.
12010 * gdb.base/step-over-exit.exp: New.
12011
a28d8e50
YTL
120122016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12013
12014 * gdb.base/float.exp: Add target check for nds32*-*-*.
12015 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12016
cad8e26d
AB
120172016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12018
12019 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12020 for unsupported target features.
12021 * gdb.base/call-rt-st.exp: Likewise.
12022 * gdb.base/call-sc.exp: Likewise.
12023 * gdb.base/call-signal-resume.exp: Likewise.
12024 * gdb.base/call-strs.exp: Likewise.
12025 * gdb.base/callexit.exp: Likewise.
12026 * gdb.base/callfuncs.exp: Likewise.
12027 * gdb.base/nodebug.exp: Likewise.
12028 * gdb.base/printcmds.exp: Likewise.
12029 * gdb.base/ptype.exp: Likewise.
12030 * gdb.base/structs.exp: Likewise.
12031 * gdb.base/unwindonsignal.exp: Likewise.
12032 * gdb.cp/gdb2495.exp: Likewise.
12033 * gdb.cp/templates.exp: Likewise.
12034 * gdb.cp/virtfunc.exp: Likewise.
12035 * gdb.threads/hand-call-in-threads.exp: Likewise.
12036 * gdb.threads/interrupted-hand-call.exp: Likewise.
12037 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12038
347dc102
TT
120392016-06-10 Tom Tromey <tom@tromey.com>
12040
12041 PR rust/20110:
12042 * gdb.rust/expr.exp: Add test for integer constant larger than
12043 i32.
12044
5e13cf25
BH
120452016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12046
12047 * gdb.fortran/nested-funcs.exp: New.
12048 * gdb.fortran/nested-funcs.f90: New.
12049
bb556f1f
TK
120502016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12051
12052 * gdb.base/examine-backward.c: New file.
12053 * gdb.base/examine-backward.exp: New file.
12054
38b022b4
SM
120552016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12056
12057 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12058 matching.
12059
1b40ec05
TT
120602016-06-02 Tom Tromey <tom@tromey.com>
12061
12062 PR python/18984:
12063 * gdb.python/py-shared.exp: Add solib_name test.
12064
193bd378
SM
120652016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12066
12067 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12068
3326303b
MG
120692016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12070
12071 PR c++/19893
12072 * gdb.dwarf2/implref.exp: Rename to...
12073 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12074 * gdb.dwarf2/implref-array.c: New file.
12075 * gdb.dwarf2/implref-array.exp: Likewise.
12076 * gdb.dwarf2/implref-global.c: Likewise.
12077 * gdb.dwarf2/implref-global.exp: Likewise.
12078 * gdb.dwarf2/implref-struct.c: Likewise.
12079 * gdb.dwarf2/implref-struct.exp: Likewise.
12080
825c8ef2
AT
120812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12082
12083 * gdb.trace/trace-condition.exp: Add 64bit tests.
12084
2320162a
AT
120852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12086
12087 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12088 bits types.
12089 (main): Adapt to 8 to 64 bits types.
12090 * gdb.trace/trace-condition.exp: Add new tests.
12091
a7818233
AT
120922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12093
12094 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12095
0d336466
AT
120962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12097
12098 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12099 Move condition tests...
12100 * gdb.trace/trace-condition.exp: Here.
12101
7faeb45a
AT
121022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12103
12104 * gdb.trace/trace-condition.exp: Add counter-case tests.
12105
e385593e
JK
121062016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12107
12108 PR c++/15231
12109 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12110 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12111
744608cc
PA
121122016-05-27 Pedro Alves <palves@redhat.com>
12113
12114 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12115 New procedure.
12116 (top level): Call it, and bail out of DejaGnu is known to be bad.
12117
ac775bf4
AB
121182016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12119
12120 * gdb.base/whatis.c: Extend the test case.
12121 * gdb.base/whatis.exp: Add additional tests.
12122
2bbad2ea
BH
121232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12124
12125* gdb.fortran/type.f90: Add pointer variable.
12126* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12127
8b70175d
BH
121282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12129
12130 * gdb.fortran/vla-type.exp: Fix testcase name.
12131
86d8a848
BH
121322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12133
12134 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12135
e188eb36
BH
121362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12137
12138 * gdb.fortran/type.f90: Add nested structures.
12139 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12140 * gdb.fortran/derived-type.exp: Adapt expected output.
12141 * gdb.fortran/vla-type.exp: Adapt expected output.
12142
9b2db1fd
BH
121432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12144
12145 * gdb.fortran/whatis_type.exp: Adapt expected output.
12146
72b17055
BH
121472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12148
12149 * gdb.fortran/print_type.exp: Fix expected output.
12150 * gdb.fortran/whatis_type.exp: Fix expected output.
12151
3cd81d8d
BH
121522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12153
12154 * gdb.fortran/whatis_type.exp: Use multi_line.
12155
ddae9462
TT
121562016-05-24 Tom Tromey <tom@tromey.com>
12157
12158 PR python/17386:
12159 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12160 use value as an index.
12161
1957f6b8
TT
121622016-05-23 Tom Tromey <tom@tromey.com>
12163
12164 PR python/17981:
12165 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12166 no-breakpoint case.
12167
026a9174
PA
121682016-05-24 Pedro Alves <palves@redhat.com>
12169
12170 PR gdb/19828
12171 * gdb.threads/clone-attach-detach.c: New file.
12172 * gdb.threads/clone-attach-detach.exp: New file.
12173
e70a7231
FR
121742016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12175
12176 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12177
0f6ed0e0
TT
121782016-05-23 Tom Tromey <tom@tromey.com>
12179
12180 PR python/19438, PR python/18393:
12181 * gdb.python/py-progspace.exp: Add "dir" test.
12182 * gdb.python/py-objfile.exp: Add "dir" test.
12183
ffd19d61
YQ
121842016-05-23 Yao Qi <yao.qi@linaro.org>
12185
12186 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12187 * gdb.arch/thumb2-it.exp: Likewise.
12188
9e8f9b05
SM
121892016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12190
12191 * gdb.mi/mi-threads-interrupt.c: New file.
12192 * gdb.mi/mi-threads-interrupt.exp: New file.
12193
61c6156d
SM
121942016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12195
12196 PR gdb/18077
12197 * gdb.mi/mi-async-run.exp: New file.
12198 * gdb.mi/mi-async-run.c: New file.
12199
67218854
TT
122002016-05-17 Tom Tromey <tom@tromey.com>
12201 Manish Goregaokar <manishsmail@gmail.com>
12202
12203 * lib/rust-support.exp: New file.
12204 * lib/gdb.exp (skip_rust_tests): New proc.
12205 (build_executable_from_specs): Handle rust.
12206 * lib/future.exp (gdb_find_rustc): New proc.
12207 (gdb_default_target_compile): Handle rust.
12208 * gdb.rust/expr.exp: New file.
12209 * gdb.rust/generics.exp: New file.
12210 * gdb.rust/generics.rs: New file.
12211 * gdb.rust/methods.exp: New file.
12212 * gdb.rust/methods.rs: New file.
12213 * gdb.rust/modules.exp: New file.
12214 * gdb.rust/modules.rs: New file.
12215 * gdb.rust/simple.exp: New file.
12216 * gdb.rust/simple.rs: New file.
12217
c44af4eb
TT
122182016-05-17 Tom Tromey <tom@tromey.com>
12219
12220 * gdb.base/default.exp (set language): Add rust.
12221
dcd1f979
TT
122222016-05-17 Tom Tromey <tom@tromey.com>
12223
12224 * gdb.gdb/unittest.exp: New file.
12225
155b7f57
YQ
122262016-05-16 Yao Qi <yao.qi@linaro.org>
12227
12228 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12229 shell_prompt. Update shell_prompt_re.
12230
8ddd5a6c
DE
122312016-05-12 Doug Evans <dje@google.com>
12232
12233 PR symtab/19999
12234 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12235 $options when building executable.
12236 * gdb.dwarf2/fission-loclists-pie.S: New file.
12237 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12238
02e370d9
SM
122392016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12240
12241 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12242 of [is_remote target],
12243
8929ad8b
SM
122442016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12245
12246 * lib/gdb.exp (use_gdb_stub): New procedure.
12247
6c447423
DE
122482016-05-03 Yunlian Jiang <yunlian@google.com>
12249 Doug Evans <dje@google.com>
12250
12251 PR symtab/19914
12252 * gdb.dwarf2/dwp-sepdebug.c: New file.
12253 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12254
444e826c
SM
122552016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12256
12257 * gdb.base/detach.exp: Remove is_remote check.
12258
740feeaa
SM
122592016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12260
12261 * gdb.base/annota-input-while-running.exp: Don't check for
12262 [is_remote target]. Enable annotations after running to main.
12263 Remove unused "set test..." line.
12264
9080ac9d
SM
122652016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12266
12267 * gdb.trace/trace-enable-disable.exp: New file.
12268 * gdb.trace/trace-enable-disable.c: New file.
12269
952ebca5
SM
122702016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12271
12272 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12273 use it in info sharedlibrary test.
12274 * gdb.trace/ftrace-lock.exp: Likewise.
12275 * gdb.trace/ftrace.exp: Likewise.
12276 * gdb.trace/range-stepping.exp: Likewise.
12277 * gdb.trace/trace-break.exp: Likewise.
12278 * gdb.trace/trace-condition.exp: Likewise.
12279 * gdb.trace/trace-mt.exp: Likewise.
12280
d9019901
SM
122812016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12282
12283 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12284 (gdb_load_shlib): ... this.
12285 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12286 gdb_load_shlib.
12287 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12288 * gdb.base/ctxobj.exp: Likewise.
12289 * gdb.base/dprintf-pending.exp: Likewise.
12290 * gdb.base/dso2dso.exp: Likewise.
12291 * gdb.base/fixsection.exp: Likewise.
12292 * gdb.base/gcore-relro.exp: Likewise.
12293 * gdb.base/gdb1555.exp: Likewise.
12294 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12295 * gdb.base/gnu-ifunc.exp: Likewise.
12296 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12297 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12298 * gdb.base/pending.exp: Likewise.
12299 * gdb.base/print-file-var.exp: Likewise.
12300 * gdb.base/print-symbol-loading.exp: Likewise.
12301 * gdb.base/shlib-call.exp: Likewise.
12302 * gdb.base/shreloc.exp: Likewise.
12303 * gdb.base/so-impl-ld.exp: Likewise.
12304 * gdb.base/solib-disc.exp: Likewise.
12305 * gdb.base/solib-nodir.exp: Likewise.
12306 * gdb.base/solib-overlap.exp: Likewise.
12307 * gdb.base/solib-symbol.exp: Likewise.
12308 * gdb.base/solib-weak.exp (do_test): Likewise.
12309 * gdb.base/sym-file.exp: Likewise.
12310 * gdb.base/symtab-search-order.exp: Likewise.
12311 * gdb.base/type-opaque.exp: Likewise.
12312 * gdb.base/unload.exp: Likewise.
12313 * gdb.base/watchpoint-solib.exp: Likewise.
12314 * gdb.compile/compile.exp: Likewise.
12315 * gdb.cp/gdb2384.exp: Likewise.
12316 * gdb.cp/infcall-dlopen.exp: Likewise.
12317 * gdb.cp/re-set-overloaded.exp: Likewise.
12318 * gdb.fortran/library-module.exp: Likewise.
12319 * gdb.opt/solib-intra-step.exp: Likewise.
12320 * gdb.python/py-finish-breakpoint.exp: Likewise.
12321 * gdb.python/py-shared.exp: Likewise.
12322 * gdb.reverse/solib-precsave.exp: Likewise.
12323 * gdb.reverse/solib-reverse.exp: Likewise.
12324 * gdb.server/solib-list.exp: Likewise.
12325 * gdb.threads/dlopen-libpthread.exp: Likewise.
12326 * gdb.threads/tls-shared.exp: Likewise.
12327 * gdb.threads/tls-so_extern.exp: Likewise.
12328 * gdb.trace/change-loc.exp: Likewise.
12329 * gdb.trace/ftrace-lock.exp: Likewise.
12330 * gdb.trace/ftrace.exp: Likewise.
12331 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12332 * gdb.trace/pending.exp: Likewise.
12333 * gdb.trace/range-stepping.exp: Likewise.
12334 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12335 (strace_info_marker): Likewise.
12336 (strace_probe_marker): Likewise.
12337 (strace_trace_on_same_addr): Likewise.
12338 (strace_trace_on_diff_addr): Likewise.
12339 * gdb.trace/trace-break.exp: Likewise.
12340 * gdb.trace/trace-condition.exp: Likewise.
12341 * gdb.trace/trace-mt.exp: Likewise.
12342
fca4cfd9
SM
123432016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12344
12345 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12346 result of gdb_remote_download.
12347 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12348 * gdb.base/dso2dso.exp: Likewise.
12349 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12350 * gdb.base/print-file-var.exp: Likewise.
12351 * gdb.base/shlib-call.exp: Likewise.
12352 * gdb.base/shreloc.exp: Likewise.
12353 * gdb.base/solib-overlap.exp: Likewise.
12354 * gdb.base/solib-weak.exp (do_test): Likewise.
12355 * gdb.base/unload.exp: Likewise.
12356
11cf4ffb
YQ
123572016-04-27 Yao Qi <yao.qi@linaro.org>
12358
12359 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12360 exists.
12361
3e2e34f8
KB
123622016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12363
12364 * vla-type.exp: Print structure from toplevel.
12365
8f07e298
BH
123662016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12367
12368 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12369 of dynamic types.
12370 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12371 of dynamic types.
12372
9920b434
BH
123732016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12374
12375 * gdb.fortran/vla-type.f90: New file.
12376 * gdb.fortran/vla-type.exp: New file.
12377
f3abeff5
YQ
123782016-04-25 Yao Qi <yao.qi@linaro.org>
12379
12380 * gdb.base/branch-to-self.c: New file.
12381 * gdb.base/branch-to-self.exp: New file.
12382
0a5d52f0
YQ
123832016-04-22 Yao Qi <yao.qi@linaro.org>
12384
12385 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12386 more after $hex.
12387
495346f6
YQ
123882016-04-22 Yao Qi <yao.qi@linaro.org>
12389
12390 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12391 * gdb.base/annota3.exp: Likewise.
12392
4a7e075c
YQ
123932016-04-22 Yao Qi <yao.qi@linaro.org>
12394
12395 * gdb.reverse/step-precsave.exp: Do one step and test program
12396 stops in "callee" and do multiple steps until program goes out
12397 of "callee".
12398 * gdb.reverse/step-reverse.exp: Likewise.
12399
5b061e98
YQ
124002016-04-22 Yao Qi <yao.qi@linaro.org>
12401
12402 * gdb.trace/signal.exp: Also pass if
12403 $tracepoint_hits($i) > $iterations.
12404
5c5dc57f
YQ
124052016-04-22 Yao Qi <yao.qi@linaro.org>
12406
12407 * gdb.trace/signal.c: New file.
12408 * gdb.trace/signal.exp: New file.
12409
a55411b9
DE
124102016-04-19 Doug Evans <xdje42@gmail.com>
12411
12412 * gdb.base/bad-file.exp: New file.
12413
a22df60a
MG
124142016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12415
12416 * gdb.dwarf2/implref.exp: New file.
12417
0c13f7e5
BH
124182016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12419
12420 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12421 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12422 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12423 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12424 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12425 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12426 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12427 * lib/fortran.exp (fortran_int4): New procedure.
12428 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12429 (fortran_logical4): Likewise.
12430
9b9b09e9
BH
124312016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12432
12433 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12434
a14d1f4d
BH
124352016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12436
12437 * lib/compiler.c: Add Intel specific preprocessor macros.
12438 * lib/compiler.cc: Likewise.
25d49b86 12439
7d49b1d0
LM
124402016-04-13 Luis Machado <lgustavo@codesourcery.com>
12441
12442 * gdb.server/connect-with-no-symbol-file.c: New file.
12443 * gdb.server/connect-with-no-symbol-file.exp: New file.
12444
8392fa22
SM
124452016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12446
12447 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12448
8c4c4aeb
SM
124492016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12450
12451 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12452 standard output directory.
12453
45e3745e
AT
124542016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12455
12456 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12457
e26b7e41
MM
124582016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12459
12460 * gdb.btrace/instruction_history.c (loop): Add declaration.
12461
8ce09462
AT
124622016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12463
12464 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12465
2e88a1ea
SM
124662016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12467
12468 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12469 parentheses to print.
12470 (continue_handler): Likewise.
12471
f48e22e3
SM
124722016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12473
12474 * gdb.server/solib-list.exp: Remove is_remote check.
12475 Pass shlib= to gdb_compile. Don't link shared library with
12476 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12477 Run binary filename through "readlink -f" on the target.
12478
096be756
PA
124792016-04-08 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12482 interpreter filename as argument to gdbserver_spawn.
12483 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12484 Return empty if $last_loaded_file does not exist.
12485
06500533
JK
124862016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12487
12488 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12489 * gdb.base/jit-main.c: Use exit after usage.
12490
2d35e871
JK
124912016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12492
12493 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12494 GDBHISTSIZE prior to the tests.
12495 * gdb.base/gdbinit-history.exp: Likewise.
12496
124972016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12498
12499 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12500 instead of build_executable. Use gdb_load_shlibs.
12501
c8064e7e
YQ
125022016-04-07 Yao Qi <yao.qi@linaro.org>
12503
12504 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12505 Execute "si" command.
12506
bde47561
YQ
125072016-04-07 Yao Qi <yao.qi@linaro.org>
12508
12509 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12510 number instead of the comments on some line.
12511
b16f8a3b
DB
125122016-04-06 Don Breazeal <donb@codesourcery.com>
12513
12514 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12515 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12516
c2f901df
SM
125172016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12518
12519 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12520 standard_output_file. Remove unused binfile variable.
12521
ac17fda0
CU
125222016-04-05 Catalin Udma <catalin.udma@freescale.com>
12523
12524 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12525 * gdb.python/py-mi-objfile.exp: Match "list main" output
12526 in console format.
12527
03a8c4df
SM
125282016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12529
12530 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12531 absolute.
12532
6e774b13
SM
125332016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12534
12535 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12536 absolute.
12537 * gdb.trace/ftrace.exp: Likewise.
12538 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12539 targets as well.
12540 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12541 (gdb_load_shlibs): Copy libraries to test directory when testing
12542 natively. Only set solib-search-path if testing remotely.
12543 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12544
7817ea46
SM
125452016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12546
12547 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12548 gdb_download. Use it even if the target is not remote.
12549 * gdb.base/jit.exp (compile_jit_test): Likewise.
12550 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12551 output directory if the destination board is local, otherwise use
12552 the standard remote_download from DejaGnu.
12553 (gdb_download): Remove.
12554 (gdb_load_shlibs): Use gdb_remote_download instead of
12555 gdb_download.
12556 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12557 Use gdb_remote_download instead of gdb_download. Use it even if
12558 the target is not remote.
12559 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12560 instead of gdb_download.
12561
7beb7f68
SM
125622016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12563
12564 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12565 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12566 run.
12567
cc63428a
AV
125682016-04-01 Artemiy Volkov <artemiyv@acm.org>
12569
12570 PR gdb/19820
12571 * gdb.base/printcmds.exp: Add artificial arrays tests.
12572
64cdf930
PA
125732016-03-31 Pedro Alves <palves@redhat.com>
12574
12575 PR gdb/19858
12576 * gdb.base/jit-main.c: Include unistd.h.
12577 (ATTACH): Define to 0 if not already defined.
12578 (wait_for_gdb, mypid): New globals.
12579 (WAIT_FOR_GDB): New macro.
12580 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12581 some breakpoint locations.
12582 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12583 New procedures.
12584 (one_jit_test): Add REATTACH parameter, and handle it. Use
12585 continue_to_test_location.
12586 (top level): Test attach, and adjusts calls to one_jit_test.
12587
40dea8cb
PA
125882016-03-31 Pedro Alves <palves@redhat.com>
12589
12590 PR gdb/19858
12591 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12592 BINSUFFIX parameter, and handle it.
12593 (top level): Adjust calls compile_jit_test.
12594
e7ea3ec7
CU
125952016-03-31 Catalin Udma <catalin.udma@freescale.com>
12596
12597 PR python/19743
12598 * gdb.python/py-mi-events-gdb.py: New file.
12599 * gdb.python/py-mi-events.c: New file.
12600 * gdb.python/py-mi-events.exp: New file.
12601
e6359af3
YQ
126022016-03-30 Yao Qi <yao.qi@linaro.org>
12603
12604 * gdb.reverse/until-precsave.exp: Match function name only.
12605 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12606 Move malloc to a condition block.
12607 * gdb.reverse/until-reverse.exp: Match function name only.
12608
a4105d04
MK
126092016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12610
12611 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12612 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12613 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12614 variable for GPR 0 instead of assuming it is register 0.
12615 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12616 * lib/trace-support.exp: Add s390 registers.
12617
bfa6adb9
YQ
126182016-03-29 Yao Qi <yao.qi@linaro.org>
12619
12620 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12621
1e6697ea
YQ
126222016-03-24 Yao Qi <yao.qi@linaro.org>
12623
12624 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12625 test message.
12626
64bcd522
AA
126272016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12628
12629 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12630 maintaining separate logic for constructing the output path.
12631
7868401b
DB
126322016-03-16 Don Breazeal <donb@codesourcery.com>
12633
12634 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12635 Retry fork and waitpid on interrupted system call errors.
12636 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12637 Use with_timeout_factor to increase timeout by factor of 10.
12638
1cafadb4
DB
126392016-03-15 Don Breazeal <donb@codesourcery.com>
12640
12641 * gdb.cp/scope-err.cc: New test program.
12642 * gdb.cp/scope-err.exp: New test script.
12643 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12644 lines and "set breakpoint here" comment.
12645 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12646 Fixed some whitespace and format issues.
12647 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12648 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12649
81516450
DE
126502016-03-15 Doug Evans <dje@google.com>
12651
12652 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12653 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12654 All callers updated. Add tests for enums, mixed flags register.
12655
aa52b601
DE
126562016-03-15 Doug Evans <dje@google.com>
12657
12658 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12659 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12660
fa4ff313
SM
126612016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12662
12663 * gdb.base/default.exp: Add $_as_string to the list of expected
12664 convenience functions.
12665
f2403c39
AB
126662016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12667
12668 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12669
f2f3ccb9
SM
126702016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12671
12672 * gdb.python/py-as-string.exp: New file.
12673 * gdb.python/py-as-string.c: New file.
12674
00dbd492
PA
126752016-03-09 Pedro Alves <palves@redhat.com>
12676
12677 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12678 signal" -> "Thread NN received signal" output change.
12679 * gdb.threads/ia64-sigill.exp: Likewise.
12680 * gdb.threads/linux-dp.exp: Likewise.
12681 * gdb.threads/manythreads.exp: Likewise.
12682 * gdb.threads/pending-step.exp: Likewise.
12683 * gdb.threads/print-threads.exp: Likewise.
12684 * gdb.threads/sigstep-threads.exp: Likewise.
12685 * gdb.threads/staticthreads.exp: Likewise.
12686 * gdb.threads/tls.exp: Likewise.
12687
1e6697ea
YQ
126882016-03-09 Pedro Alves <palves@redhat.com>
12689
12690 * gdb.base/command-line-input.exp: New file.
12691
b04fd3be
MK
126922016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12693
12694 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12695 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12696 * gdb.trace/pending.exp: Accept leading dot before function name.
12697 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12698 * lib/trace-support.exp: Set registers for ppc.
12699
98fa59e9
MK
127002016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12701
12702 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12703 use it for disassembly; accept .main in addition to main in backtrace.
12704
f77198c8
MK
127052016-03-09 Wei-cheng Wang <cole945@gmail.com>
12706 Marcin Kościelnicki <koriakin@0x04.net>
12707
12708 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12709 (gdb_recursion_test_ptr): New global variable.
12710 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12711 gdb_recursion_test.
12712 (gdb_c_test): Ditto.
12713
ba84e0da
MK
127142016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12715
12716 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12717 ordering.
12718
4366d36e
MK
127192016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12720
12721 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12722 (bar): Add bar_start_lbl label.
12723 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12724 of foo/bar for emitting DWARF and tracing.
12725
5eb264df
SDJ
127262016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12727
12728 * analyze-racy-logs.py: Set executable bit.
12729
fb6a751f
SDJ
127302016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12731
12732 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12733 (CHECK_TARGET_TMP): Likewise.
12734 (check-single-racy): New rule.
12735 (check-parallel-racy): Likewise.
12736 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12737 (do-check-parallel-racy): New rule.
12738 (check-racy/%.exp): Likewise.
12739 * README (Racy testcases): New section.
12740 * analyze-racy-logs.py: New file.
12741
bdf7e230
DE
127422016-03-03 Doug Evans <dje@google.com>
12743
12744 * gdb.base/skip.exp: Use with_test_prefix.
12745
4719d415
YQ
127462016-03-03 Yao Qi <yao.qi@linaro.org>
12747
12748 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12749 Invoke step_over_syscall "clone" and break_cond_on_syscall
12750 "clone".
12751 * gdb.base/step-over-clone.c: New file.
12752
ea507862
YQ
127532016-03-03 Yao Qi <yao.qi@linaro.org>
12754
12755 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12756 code format.
12757
8fc8cbda
YQ
127582016-03-03 Yao Qi <yao.qi@linaro.org>
12759
12760 * gdb.base/disp-step-fork.c: Rename to ...
12761 * gdb.base/step-over-fork.c: ... it. New file.
12762 * gdb.base/disp-step-vfork.c: Rename to ...
12763 * gdb.base/step-over-vfork.c: ... it. New file.
12764 * gdb.base/disp-step-syscall.exp: Rename to ...
12765 * gdb.base/step-over-syscall.exp: ... it. New file.
12766 (disp_step_cross_syscall): Rename to ...
12767 (step_over_syscall): ... it.
12768
92fa70b0
YQ
127692016-03-03 Yao Qi <yao.qi@linaro.org>
12770
12771 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12772 If target supports condition evaluation on target, invoke
12773 break_cond_on_syscall for fork and vfork.
12774
e197ad3c
YQ
127752016-03-03 Yao Qi <yao.qi@linaro.org>
12776
12777 * gdb.base/disp-step-syscall.exp: Don't invoke
12778 support_displaced_stepping.
12779 (disp_step_cross_syscall): Test with displaced stepping off and
12780 on if supported.
12781
0b47da9f
YQ
127822016-03-03 Yao Qi <yao.qi@linaro.org>
12783
12784 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12785 proc.
12786 (setup): New proc.
12787 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12788 and setup.
12789
065ab6dc
BH
127902016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12791
12792 * gdb.fortran/vla-history.exp: Remove breakpoint.
12793
07e448ad 127942016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12795
25d49b86
PA
12796 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12797 exceeds timeout.
07e448ad 12798
9ac2d526 127992016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12800
25d49b86
PA
12801 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12802 breakpoint.
9ac2d526 12803
17807369
BH
128042016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12805
12806 * gdb.mi/vla.f90: Nullify pointer after declaration.
12807
86e501af
PA
128082016-03-01 Pedro Alves <palves@redhat.com>
12809
12810 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12811
1e903e32
PA
128122016-03-01 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12815 before anything else.
12816 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12817 _GNU_SOURCE here.
12818 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12819 before anything else.
12820 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12821
6ccb54e2
PA
128222016-03-01 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12825
30ca9da1
YQ
128262016-03-01 Yao Qi <yao.qi@linaro.org>
12827
12828 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12829 prepare_for_testing.
12830
dc856b38
YQ
128312016-03-01 Yao Qi <yao.qi@linaro.org>
12832
12833 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12834
4a932159
AA
128352016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12836
12837 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12838 manually constructing the output path.
12839
f2489477
AA
128402016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12841
12842 * gdb.arch/s390-stackless.S: New.
12843 * gdb.arch/s390-stackless.exp: New.
12844
38899f16
IB
128452016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12846
12847 * gdb.dlang/circular.c: New file.
12848 * gdb.dlang/circular.exp: New file.
12849
9fde51ed
YQ
128502016-02-26 Yao Qi <yao.qi@linaro.org>
12851
12852 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12853 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12854 (testcases): Update.
12855
ce90fefe
YQ
128562016-02-26 Yao Qi <yao.qi@linaro.org>
12857
12858 * gdb.reverse/aarch64.c: Rename to ...
12859 * gdb.reverse/insn-reverse.c: ... it.
12860 * gdb.reverse/aarch64.exp: Rename to ...
12861 * gdb.reverse/insn-reverse.exp: ... it.
12862
3263bceb
YQ
128632016-02-26 Yao Qi <yao.qi@linaro.org>
12864
12865 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12866 (testcase_ftype): New.
12867 (testcases): New array.
12868 (n_testcases): New.
12869 (main): Call each element in testcases.
12870 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12871 (read_testcase): New.
12872 Do the tests in a loop.
12873
6cb59ff1
YQ
128742016-02-25 Yao Qi <yao.qi@linaro.org>
12875
12876 * gdb.base/branches.c: Remove.
12877
ae91f625
MK
128782016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12879
12880 PR gdb/13808
12881 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12882
678b48b7
MK
128832016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12884
12885 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12886
7337a6f2
MK
128872016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12888
12889 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12890 change x86_64 call_insn to 'callq'.
12891
861ca91f
AT
128922016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12893
12894 * gdb.trace/tfile-avx.c: Move to...
12895 * gdb.trace/tracefile-pseudo-reg.c: Here.
12896 * gdb.trace/tfile-avx.exp: Move to...
12897 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12898
bf74e428
GB
128992016-02-24 Gary Benson <gbenson@redhat.com>
12900
12901 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12902 message on attach.
12903
cce0e923
DE
129042016-02-23 Doug Evans <dje@google.com>
12905
12906 * gdb.base/skip.c (test_skip): New function.
12907 (end_test_skip_file_and_function): New function.
12908 (test_skip_file_and_function): New function.
12909 * gdb.base/skip1.c (test_skip): New function.
12910 (skip1_test_skip_file_and_function): New function.
12911 * gdb.base/skip.exp: Add tests for new skip options.
12912 * gdb.base/skip-solib.exp: Update expected output.
12913 * gdb.perf/skip-command.cc: New file.
12914 * gdb.perf/skip-command.exp: New file.
12915 * gdb.perf/skip-command.py: New file.
12916
4000e47e
MK
129172016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12918
12919 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12920 info registers pattern.
12921
24f75ead
IB
129222016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12923
12924 * lib/future.exp: Add D support.
12925 (gdb_find_gdc): New proc.
12926 (gdb_default_target_compile): Add D support.
12927
fbb7bcbe
WW
129282016-02-18 Wei-cheng Wang <cole945@gmail.com>
12929
12930 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12931 user+system time.
12932 (trace_speed_test): Determine the iteration count for a time
12933 between 15..30 seconds.
12934
012b3a21
WT
129352016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12936
12937 * gdb.arch/i386-mpx-sigsegv.c: New file.
12938 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12939 * gdb.arch/i386-mpx-simple_segv.c: New file.
12940 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12941
2d5189bd
YQ
129422016-02-18 Yao Qi <yao.qi@linaro.org>
12943
12944 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12945 Don't call setup_kfail.
12946
40fb20d0
YQ
129472016-02-18 Yao Qi <yao.qi@linaro.org>
12948
12949 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12950 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12951
21b1f8d2
DE
129522016-02-16 Doug Evans <dje@google.com>
12953
12954 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12955 * gdb.base/skip1.c: Ditto.
12956 * gdb.base/skip.exp: Whitespace cleanup.
12957
4041ed77
DB
129582016-02-16 Don Breazeal <donb@codesourcery.com>
12959
12960 PR remote/19496
12961 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12962 Remove kfail for PR remote/19496.
12963
c4ef31bf
SM
129642016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12965
12966 * lib/gdb.exp (standard_temp_file): Return a path specific to
12967 the runtest invocation.
12968
266b65b3
SM
129692016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12970
12971 * gdb.trace/save-trace.exp: Change relative path to be in the
12972 standard output directory.
12973
a7a0a6a9
JK
129742016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12975
12976 * gdb.arch/i386-prologue.c: Add missing prototypes.
12977
c99dbb42
JK
129782016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12979
12980 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12981 * gdb.arch/i386-prologue.exp: Likewise.
12982 * gdb.arch/i386-size.exp: Likewise.
12983
aa480355
SM
129842016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12985
12986 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12987 define object file path.
12988 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12989 file path.
12990 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12991 standard_output_file to define binfile.
12992
ba881f50
JK
129932016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12994
12995 Fix compatibility with recent gfortran-5.3.1.
12996 * gdb.fortran/vla-history.exp (print vla1 allocated)
12997 (print vla2 allocated, print $2, print $3): Remove
12998 (print $4): Rename to ...
12999 (print $2): ... here.
13000 (print $9): Rename to ...
13001 (print $5): ... here.
13002 (print $10): Rename to ...
13003 (print $6): ... here.
13004 * gdb.fortran/vla.f90: Add pvla initialization.
13005
e9fb005c
JK
130062016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13007
13008 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13009 New test.
13010 * gdb.fortran/vla-value-sub.exp: Likewise.
13011
e44e00ff
MK
130122016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13013
13014 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13015
97e94151
SM
130162016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13017
13018 * i386-biarch-core.exp: Define corefile using
13019 standard_output_file.
13020
01113bc1
YQ
130212016-02-12 Yao Qi <yao.qi@linaro.org>
13022
13023 * gdb.arch/arm-single-step-kernel-helper.c: New.
13024 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13025
33b4777c
MM
130262016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13027
13028 * gdb.btrace/tailcall-only.exp: New.
13029 * gdb.btrace/tailcall-only.c: New.
13030 * gdb.btrace/x86_64-tailcall-only.S: New.
13031 * gdb.btrace/i686-tailcall-only.S: New.
13032
acc23c11
PA
130332016-02-11 Pedro Alves <palves@redhat.com>
13034
13035 * README (Parallel testing): Add missing double quotes.
13036
e352bf0a
PA
130372016-02-11 Pedro Alves <palves@redhat.com>
13038
13039 * README (Parallel testing): New section.
13040 (GDB_PARALLEL): Rewrite.
13041 (FORCE_PARALLEL): Document.
13042
9f5fed78
MK
130432016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13044
13045 * gdb.trace/tfile-avx.c: New test.
13046 * gdb.trace/tfile-avx.exp: New test.
13047
9ef9e6a6
KS
130482016-02-09 Keith Seitz <keiths@redhat.com>
13049
13050 PR breakpoints/19546
13051 * gdb.base/infcall-exec.c: New file.
13052 * gdb.base/infcall-exec2.c: New file.
13053 * gdb.base/infcall-exec.exp: New file.
13054
a96e36da
KS
130552016-02-09 Keith Seitz <keiths@redhat.com>
13056
13057 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13058 (toplevel): Call test_bkpt_address.
13059
9f61929f
KS
130602016-02-09 Keith Seitz <keiths@redhat.com>
13061
13062 PR python/19506
13063 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13064 (toplevel): Call test_bkpt_address.
13065
1e94266c
SM
130662016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13067
13068 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13069 to AC_OUTPUT.
13070 * configure: Regenerate.
13071
2a7f3dff
PA
130722016-02-09 Pedro Alves <palves@redhat.com>
13073
13074 PR breakpoints/19548
13075 * gdb.base/execl-update-breakpoints.c (some_function): New
13076 function.
13077 (main): Call it.
13078 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13079 Tighten expected GDB output.
13080
2151ccc5
SM
130812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13082
13083 * Makefile.in (ALL_SUBDIRS): Remove.
13084 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13085 (distclean maintainer-clean realclean): Likewise.
13086 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13087 * configure: Regenerate.
13088 * gdb.ada/Makefile.in: Delete.
13089 * gdb.arch/Makefile.in: Likewise.
13090 * gdb.asm/Makefile.in: Likewise.
13091 * gdb.base/Makefile.in: Likewise.
13092 * gdb.btrace/Makefile.in: Likewise.
13093 * gdb.cell/Makefile.in: Likewise.
13094 * gdb.compile/Makefile.in: Likewise.
13095 * gdb.cp/Makefile.in: Likewise.
13096 * gdb.disasm/Makefile.in: Likewise.
13097 * gdb.dlang/Makefile.in: Likewise.
13098 * gdb.dwarf2/Makefile.in: Likewise.
13099 * gdb.fortran/Makefile.in: Likewise.
13100 * gdb.gdb/Makefile.in: Likewise.
13101 * gdb.go/Makefile.in: Likewise.
13102 * gdb.guile/Makefile.in: Likewise.
13103 * gdb.java/Makefile.in: Likewise.
13104 * gdb.linespec/Makefile.in: Likewise.
13105 * gdb.mi/Makefile.in: Likewise.
13106 * gdb.modula2/Makefile.in: Likewise.
13107 * gdb.multi/Makefile.in: Likewise.
13108 * gdb.objc/Makefile.in: Likewise.
13109 * gdb.opencl/Makefile.in: Likewise.
13110 * gdb.opt/Makefile.in: Likewise.
13111 * gdb.pascal/Makefile.in: Likewise.
13112 * gdb.perf/Makefile.in: Likewise.
13113 * gdb.python/Makefile.in: Likewise.
13114 * gdb.reverse/Makefile.in: Likewise.
13115 * gdb.server/Makefile.in: Likewise.
13116 * gdb.stabs/Makefile.in: Likewise.
13117 * gdb.threads/Makefile.in: Likewise.
13118 * gdb.trace/Makefile.in: Likewise.
13119 * gdb.xml/Makefile.in: Likewise.
13120 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13121 GDB_PARALLEL.
13122 (standard_output_file): Remove check for GDB_PARALLEL, always
13123 return path in outputs/$subdir/$testname.
13124
437277d4
SM
131252016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13126
13127 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13128 (site.exp): Assign abs_srcdir to tcl's srcdir.
13129
31d913c7
YQ
131302016-02-04 Yao Qi <yao.qi@linaro.org>
13131
13132 * gdb.base/foll-exec-mode.c: Include limits.h.
13133 (main): Add parameters argc and argv. Get directory from
13134 argv[0].
13135 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13136 compilation.
13137 * gdb.base/foll-exec.c: Include limits.h.
13138 (main): Add parameters argc and argv.
13139 Get directory from argv[0].
13140 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13141 Adjust tests on the number of lines as source code changed.
13142 * gdb.base/foll-vfork-exit.c: Include limits.h.
13143 (main): Add one line of statement before vfork.
13144 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13145 (main): Add parameters argc and argv. Get directory from
13146 argv[0].
13147 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13148 (setup_gdb): Set tbreak to skip some source lines.
13149 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13150 (main): Add parameters argc and argv. Get directory from
13151 argv[0].
13152 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13153 compilation.
13154 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13155 (main): Add parameters argc and argv. Get directory from
13156 argv[0].
13157 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13158 compilation.
13159
9482b9fb
DE
131602016-02-01 Doug Evans <dje@google.com>
13161
13162 * gdb.base/skip.exp: Clean up multiple references to same test name.
13163
6b2e4f10
PA
131642016-02-01 Pedro Alves <palves@redhat.com>
13165
ccb6afd6 13166 PR remote/19496
6b2e4f10
PA
13167 * gdb.threads/forking-threads-plus-breakpoint.exp
13168 (displaced_stepping_supported): New global.
13169 (probe_displaced_stepping_support): New procedure.
13170 (do_test): Add 'displaced' parameter, and use it.
13171 (top level): Check for displaced stepping support. Add displaced
13172 stepping on/off testing axis.
13173
37a8db1a
AB
131742016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13175
13176 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13177 pointer. Don't perform further tests on the unassociated pointer
13178 if the first test fails.
13179
5fdf6324
AB
131802016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13181
13182 * gdb.base/max-value-size.c: New file.
13183 * gdb.base/max-value-size.exp: New file.
13184 * gdb.base/huge.exp: Disable max-value-size for this test.
13185
935c6144
IB
131862016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13187
13188 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13189
7fe8399d
YQ
131902016-01-28 Yao Qi <yao.qi@linaro.org>
13191
13192 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13193
a2077e25
PA
131942016-01-25 Pedro Alves <palves@redhat.com>
13195
13196 PR threads/19461
13197 * gdb.base/fork-running-state.c: New file.
13198 * gdb.base/fork-running-state.exp: New file.
13199
1d2736d4
PA
132002016-01-25 Pedro Alves <palves@redhat.com>
13201
13202 PR gdb/19494
13203 * gdb.base/catch-fork-kill.c: New file.
13204 * gdb.base/catch-fork-kill.exp: New file.
13205
f1da4b11
PA
132062016-01-25 Pedro Alves <palves@redhat.com>
13207
13208 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13209 Delete, moved to lib/gdb.exp.
13210 * gdb.threads/forking-threads-plus-breakpoint.exp
13211 (foreach_with_prefix): Likewise.
13212 * gdb.threads/process-dies-while-handling-bp.exp
13213 (foreach_with_prefix): Likewise.
13214 * lib/gdb.exp (foreach_with_prefix): New procedure.
13215
45f38546
MK
132162016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13217
13218 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13219 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13220
dc29a1ce
MK
132212016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13222
13223 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13224 endian targets.
13225
092127d7
JK
132262016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13227 Pedro Alves <palves@redhat.com>
13228
13229 Fix testsuite compatibility with Guile.
13230 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13231 number.
13232
31d765d3
JK
132332016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13234
13235 Fix testsuite compatibility with Guile.
13236 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13237 (thread 1): New test for backtrace through signal handler.
13238
1ac78c04
YQ
132392016-01-22 Yao Qi <yao.qi@linaro.org>
13240
13241 PR testsuite/19491
13242 * gdb.base/multi-forks.c: Include
13243 ../lib/unbuffer_output.c
13244 (main): Call gdb_unbuffer_output.
13245
4f5946a8
DE
132462016-01-21 Doug Evans <dje@google.com>
13247
13248 * lib/ada.exp (gdb_compile_ada): Fix typo.
13249
305e13e6
JB
132502016-01-21 Joel Brobecker <brobecker@adacore.com>
13251
13252 * gdb.base/break-fun-addr.exp: New file.
13253 * gdb.base/break-fun-addr1.c: New file.
13254 * gdb.base/break-fun-addr2.c: New file.
13255
5f5dfff6
SM
132562016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13257
13258 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13259 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13260 enum flag values.
13261
fd356fa2
AA
132622016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13263
13264 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13265 when GDB can not set the vector return value. Add more comments
13266 for clarification.
13267
9df22175
AT
132682016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13269
13270 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13271 command.
13272
41d1845e
SM
132732016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13274
13275 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13276
01ac6840
SM
132772016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13278
13279 * Makefile.in (check-single): Pass --status to runtest.
13280 (check/%.exp): Likewise.
13281
132822016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13283
13284 * Makefile.in (check-parallel): Propagate return code from make
13285 do-check-parallel.
13286
bd0a71fa
MK
132872016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13288
13289 * gdb.trace/ftrace.exp: Fix expected message on continue.
13290 * gdb.trace/pending.exp: Fix expected message on continue.
13291 * gdb.trace/trace-break.exp: Fix expected message on continue.
13292
8bcbad33
SM
132932016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13294
13295 * lib/gdb.exp (gdb_test): Remove unused global references.
13296
f303dbd6
PA
132972016-01-18 Pedro Alves <palves@redhat.com>
13298
13299 * gdb.base/async-shell.exp: Adjust expected output.
13300 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13301 * gdb.base/siginfo-thread.exp: Adjust expected output.
13302 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13303 * gdb.java/jnpe.exp: Adjust expected output.
13304 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13305 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13306 * gdb.threads/leader-exit.exp: Adjust expected output.
13307 * gdb.threads/manythreads.exp: Adjust expected output.
13308 * gdb.threads/pthreads.exp: Adjust expected output.
13309 * gdb.threads/schedlock.exp: Adjust expected output.
13310 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13311 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13312 expected output.
13313 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13314 output.
13315 * gdb.threads/sigthread.exp: Adjust expected output.
13316 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13317
b2789696
YQ
133182016-01-18 Yao Qi <yao.qi@linaro.org>
13319
13320 * gdb.guile/scm-section-script.c: Replace @progbits with
13321 %progbits.
13322 * gdb.python/py-section-script.c: Likewise.
13323
71ef29a8
PA
133242016-01-15 Pedro Alves <palves@redhat.com>
13325
13326 * gdb.multi/tids.exp: Test star wildcard ranges.
13327
3f5b7598
PA
133282016-01-15 Pedro Alves <palves@redhat.com>
13329
13330 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13331 command from "thread apply" invocation.
13332 (thr_apply_info_thr_invalid): Default the expected output to the
13333 input tid list.
13334 (top level): Add tests that use convenience variables. Add tests
13335 for "thread apply" with a valid TID list, but missing the command.
13336
663f6d42
PA
133372016-01-13 Pedro Alves <palves@redhat.com>
13338
13339 * gdb.base/default.exp: Expect $_gthread as well.
13340 * gdb.multi/tids.exp: Test $_gthread.
13341 * gdb.threads/thread-specific.exp: Test $_gthread.
13342
c84f6bbf
PA
133432016-01-13 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.multi/tids.exp: Test "info threads -gid".
13346
22a02324
PA
133472016-01-13 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13350 Breakpoint.thread.
13351 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13352
5d5658a1
PA
133532016-01-07 Pedro Alves <palves@redhat.com>
13354
13355 * gdb.base/break.exp: Adjust to output changes.
13356 * gdb.base/hbreak2.exp: Likewise.
13357 * gdb.base/sepdebug.exp: Likewise.
13358 * gdb.base/watch_thread_num.exp: Likewise.
13359 * gdb.linespec/keywords.exp: Likewise.
13360 * gdb.multi/info-threads.exp: Likewise.
13361 * gdb.threads/thread-find.exp: Likewise.
13362 * gdb.multi/tids.c: New file.
13363 * gdb.multi/tids.exp: New file.
13364
84654457
PA
133652016-01-13 Pedro Alves <palves@redhat.com>
13366
13367 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13368
e3940304
PA
133692016-01-13 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.base/default.exp: Expect $_inferior as well.
13372 * gdb.multi/base.exp: Test $_inferior.
13373
a911d87a
PA
133742016-01-13 Pedro Alves <palves@redhat.com>
13375
13376 PR breakpoints/19388
13377 * gdb.base/catch-signal-siginfo-cond.c: New file.
13378 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13379
82075af2
JS
133802016-01-12 Josh Stone <jistone@redhat.com>
13381 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13382
13383 * gdb.base/catch-syscall.c (do_execve): New variable.
13384 (main): Conditionally trigger an execve.
13385 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13386 (test_catch_syscall_execve): New, check entry/return across execve.
13387 (do_syscall_tests): Call test_catch_syscall_execve.
13388
e46eeedd
PA
133892016-01-12 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.base/random-signal.exp (do_test): New procedure, with body
13392 of testcase moved in.
13393
01d8c27e
JK
133942016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13395 Pedro Alves <palves@redhat.com>
13396
13397 * gdb.base/funcargs.exp (finish from indirectly called function):
13398 Reintroduce the case for 'First'.
13399
9a706302
JK
134002016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13401 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13404 (tcatch_vfork_then_child_follow_exec)
13405 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13406 identification.
13407
c0ecb95f
JK
134082016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13409
13410 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13411 and repeats to unlimited.
13412 * gdb.python/py-value.exp: Likewise.
13413 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13414 and repeats to unlimited.
13415
6cfc1fcb
JK
134162016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13417
13418 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13419 and reordering the functions.
13420 * gdb.multi/hangout.c: Likewise.
13421 * gdb.multi/hello.c: Likewise.
13422
582a1b00
SM
134232016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13424
13425 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13426 absolute.
13427 (SingleStatisticTestResult.report): Use dict.keys instead of
13428 dict.iterkeys.
13429
79bc59cb
PA
134302016-01-06 Pedro Alves <palves@redhat.com>
13431
13432 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13433
43368e1d
MM
134342016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13435
13436 * gdb.btrace/dlopen.exp: New.
13437 * gdb.btrace/dlopen.c: New.
13438 * gdb.btrace/dlopen-dso.c: New.
13439
79fad5b8
SL
134402015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13441
13442 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13443 PATTERN argument is optional.
13444
ab8314b3
JB
134452015-12-24 Joel Brobecker <brobecker@adacore.com>
13446
13447 * lib/ada.exp (target_compile_ada_from_dir): New function.
13448 (gdb_compile_ada): Reimplement avoiding the use of project files.
13449 * gdb.ada/gnat_ada.gpr: Delete.
13450 * gdb.ada/cond_lang.exp: Adjust test to make path before
13451 filename optional.
13452 * gdb.ada/small_reg_param.exp: Likewise.
13453
fe33faff
SM
134542015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13455
13456 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13457
6d265cb4
TP
134582015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13459
13460 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13461 case.
13462
10125099
SM
134632015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13464
13465 * gdb.base/break.exp: Remove dead code.
13466 * gdb.base/sepdebug.exp: Likewise.
13467
3ca22649
SM
134682015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13469
13470 * gdb.asm/asm-source.exp: Remove HP-UX references.
13471 * gdb.base/annota1.exp: Likewise.
13472 * gdb.base/annota3.exp: Likewise.
13473 * gdb.base/attach.exp: Likewise.
13474 * gdb.base/bigcore.exp: Likewise.
13475 * gdb.base/break.exp: Likewise.
13476 * gdb.base/call-ar-st.exp: Likewise.
13477 * gdb.base/callfuncs.exp: Likewise.
13478 * gdb.base/catch-fork-static.exp: Likewise.
13479 * gdb.base/display.exp: Likewise.
13480 * gdb.base/foll-exec-mode.exp: Likewise.
13481 * gdb.base/foll-exec.exp: Likewise.
13482 * gdb.base/foll-fork.exp: Likewise.
13483 * gdb.base/foll-vfork.exp: Likewise.
13484 * gdb.base/funcargs.exp: Likewise.
13485 * gdb.base/hbreak2.exp: Likewise.
13486 * gdb.base/inferior-died.exp: Likewise.
13487 * gdb.base/interrupt.exp: Likewise.
13488 * gdb.base/multi-forks.exp: Likewise.
13489 * gdb.base/nodebug.exp: Likewise.
13490 * gdb.base/sepdebug.exp: Likewise.
13491 * gdb.base/solib1.c: Likewise.
13492 * gdb.base/step-test.exp: Likewise.
13493 * gdb.mi/non-stop.c: Likewise.
13494 * gdb.mi/pthreads.c: Likewise.
13495 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13496 * gdb.threads/pthreads.c: Likewise.
13497 * gdb.threads/staticthreads.exp: Likewise.
13498 * lib/future.exp: Likewise.
13499 * lib/gdb.exp: Likewise.
13500 * gdb.base/so-indr-cl.c: Remove.
13501 * gdb.base/so-indr-cl.exp: Likewise.
13502 * gdb.base/solib.c: Likewise.
13503 * gdb.base/solib.exp: Likewise.
13504 * gdb.base/solib2.c: Likewise.
13505
b6304613
SM
135062015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13507
13508 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13509 * gdb.base/call-ar-st.exp: Likewise.
13510 * gdb.base/callfuncs.exp: Likewise.
13511 * gdb.base/condbreak.exp: Likewise.
13512 * gdb.base/constvars.exp: Likewise.
13513 * gdb.base/hbreak2.exp: Likewise.
13514 * gdb.base/langs.exp: Likewise.
13515 * gdb.base/list.exp: Likewise.
13516 * gdb.base/long_long.exp: Likewise.
13517 * gdb.base/ptype.exp: Likewise.
13518 * gdb.base/scope.exp: Likewise.
13519 * gdb.base/signals.exp: Likewise.
13520 * gdb.base/so-impl-ld.exp: Likewise.
13521 * gdb.base/varargs.exp: Likewise.
13522 * gdb.base/volatile.exp: Likewise.
13523 * gdb.base/whatis.exp: Likewise.
13524 * gdb.cp/cplusfuncs.exp: Likewise.
13525 * gdb.cp/inherit.exp: Likewise.
13526 * gdb.cp/local.exp: Likewise.
13527 * gdb.cp/member-ptr.exp: Likewise.
13528 * gdb.cp/method.exp: Likewise.
13529 * gdb.cp/overload.exp: Likewise.
13530 * gdb.cp/templates.exp: Likewise.
13531 * gdb.stabs/weird.exp: Likewise.
13532 * lib/compiler.c: Likewise.
13533 * lib/compiler.cc: Likewise.
13534 * lib/cp-support.exp: Likewise.
13535 * lib/gdb.exp: Likewise.
13536
bf401b07
SM
135372015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13538
13539 * configure.ac: Remove HP-UX case.
13540 * configure: Regenerate.
13541
aff9c0f8
SM
135422015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13543
13544 * lib/gdb.exp (gdb_compile): Add function doc.
13545
a6904d5a
PA
135462015-12-17 Pedro Alves <palves@redhat.com>
13547
13548 PR threads/19354
13549 * gdb.multi/info-threads.exp: New file.
13550
a22279dd
YQ
135512015-12-15 Yao Qi <yao.qi@linaro.org>
13552
13553 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13554 is aarch64*-*-*.
13555
0588c796
SL
135562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13557
13558 * gdb.base/history-duplicates.exp: Skip if no readline support.
13559
5d978e17
SL
135602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13561
13562 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13563
7e763b86
SL
135642015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13565
13566 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13567
87a3a92c
SL
135682015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13569
13570 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13571 ctrl-C if nointerrupts target property is set.
13572 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13573 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13574 * gdb.base/paginate-bg-execution.exp: Likewise.
13575 * gdb.base/paginate-execution-startup.exp: Likewise.
13576 * gdb.base/random-signal.exp: Likewise.
13577 * gdb.base/range-stepping.exp: Likewise.
13578 * gdb.cp/annota2.exp: Likewise.
13579 * gdb.cp/annota3.exp: Likewise.
13580 * gdb.gdb/selftest.exp: Likewise.
13581 * gdb.threads/continue-pending-status.exp: Likewise.
13582 * gdb.threads/leader-exit.exp: Likewise.
13583 * gdb.threads/manythreads.exp: Likewise.
13584 * gdb.threads/pthreads.exp: Likewise.
13585 * gdb.threads/schedlock.exp: Likewise.
13586 * gdb.threads/sigthread.exp: Likewise.
13587
a8f077dc
DB
135882015-12-11 Don Breazeal <donb@codesourcery.com>
13589
13590 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13591 remote.
13592 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13593 * gdb.base/foll-exec.exp (main): Enable for target remote.
13594 * gdb.base/foll-fork.exp (main): Likewise.
13595 * gdb.base/foll-vfork.exp (main): Likewise.
13596 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13597 (proc continue_to_exit_bp_loc): Use clean_restart.
13598 * gdb.base/pie-execl.exp (main): Disable for target remote.
13599 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13600 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13601 * gdb.threads/execl.exp (main): Likewise.
13602 * gdb.threads/fork-child-threads.exp (main): Likewise.
13603 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13604 remote.
13605 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13606 remote.
13607 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13608 pid.tid style ptids, instead of just tid.
13609 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13610 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13611 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13612 ptids, instead of just tid.
13613
3b2464a8
AB
136142015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13615
13616 * gdb.base/list.exp (test_list_forward): Add end of file error
13617 test.
13618 (test_repeat_list_command): Add end of file error test.
13619 (test_list_backwards): Add beginning of file error test.
13620
a0def019
AB
136212015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13622
13623 * gdb.base/list.exp (test_list_invalid_args): New function,
13624 defined, and called.
13625
5c000dff
AB
136262015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13627
13628 * gdb.base/list.exp (test_list): Make test names unique.
13629
f1637ebe
YQ
136302015-12-11 Yao Qi <yao.qi@linaro.org>
13631
13632 * gdb.base/coremaker2.c: Remove.
13633
36d6fc0a
PA
136342015-12-10 Pedro Alves <palves@redhat.com>
13635
13636 * gdb.multi/base.exp: Remove stale "spaces" references.
13637
762f7747
PA
136382015-12-10 Pedro Alves <palves@redhat.com>
13639
13640 * gdb.multi/base.exp: Don't use nowarnings.
13641 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13642 * gdb.multi/hangout.c: Include stdio.h.
13643 * gdb.multi/hello.c: Include stdlib.h.
13644 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13645 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13646 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13647
28d2bfb9
AB
136482015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13649
13650 * gdb.dwarf2/dw2-ranges-base.c: New file.
13651 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13652 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13653 support additional line table, and debug ranges generation.
13654 (Dwarf::ranges): New function, generate .debug_ranges.
13655 (Dwarf::lines): Support generating simple line table programs.
13656 (Dwarf::assemble): Initialise new namespace variables.
13657
5fc2beac
KB
136582015-12-09 Kevin Buettner <kevinb@redhat.com>
13659
13660 * gdb.base/async.exp (proc test_background): Add case for
13661 asynchronous execution not supported.
13662
1c35a88f
LM
136632015-12-09 Luis Machado <lgustavo@codesourcery.com>
13664
13665 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13666 format and change test names to make them unique.
13667
b593e3d9
RK
136682015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13669 Pedro Alves <pedro@redhat.com>
13670
13671 PR gdb/18702
13672 Add checking of floatformats setup on x86_64 hosts.
13673 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13674 (smallval, bigval): New labels/constants.
13675 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13676 float" after loading bigval and smallval.
13677
d72413e6
PMR
136782015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13679
13680 * gdb.ada/fun_overload_menu.exp: New testcase.
13681 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13682
ece66d65
JS
136832015-12-04 Josh Stone <jistone@redhat.com>
13684
13685 * gdb.base/catch-fork-static.exp: New.
13686
41d0efca
YQ
136872015-12-03 Yao Qi <yao.qi@linaro.org>
13688
13689 * gdb.base/sizeof.c: Don't include stdio.h and
13690 ../lib/unbuffer_output.c.
13691 (main): New variable 'size' and 'value'. Remove printf and
13692 gdb_unbuffer_output. Assign return value to size and value.
13693 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13694 at the beginning.
13695 (check_sizeof): Check the result by printing variable 'size'.
13696 (check_valueof): Check the result by printing variable 'value'.
13697
99fd02d9
YQ
136982015-12-01 Yao Qi <yao.qi@linaro.org>
13699
13700 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13701 for aarch64*-*-linux* target.
13702
f2faf941
PA
137032015-11-30 Pedro Alves <palves@redhat.com>
13704
13705 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13706
04bf20c5
PA
137072015-11-30 Pedro Alves <palves@redhat.com>
13708
13709 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13710 Handle non-stop mode vCont replies.
13711
09df4675
PA
137122015-11-30 Pedro Alves <palves@redhat.com>
13713
13714 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13715 prepare_for_testing. Start gdb with "set non-stop on" appended to
13716 GDBFLAGS. Lax expected stop output.
13717
58b584af
YQ
137182015-11-27 Yao Qi <yao.qi@linaro.org>
13719
13720 * gdb.arch/arm-neon.exp: New.
13721 * gdb.arch/arm-neon.c: New.
13722
dfcb77a8
YQ
137232015-11-27 Yao Qi <yao.qi@linaro.org>
13724
13725 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13726
88e8ec1b
YQ
137272015-11-27 Yao Qi <yao.qi@linaro.org>
13728
13729 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13730 frames-invalid annotation.
13731
bfde72c2
YQ
137322015-11-27 Yao Qi <yao.qi@linaro.org>
13733
13734 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13735
f6512a69
SM
137362015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13737
13738 * gdb.threads/names.exp: New file.
13739 * gdb.threads/names.c: New file.
13740 * README: Mention gdb,no_thread_names.
13741
46a3515b
MM
137422015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13743
13744 PR 19297
13745 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13746 support" error.
13747
62147a22
PA
137482015-11-24 Pedro Alves <palves@redhat.com>
13749
13750 PR 17539
13751 * gdb.base/display.exp: Expect displays to be sorted in ascending
13752 order. Use multi_line.
13753 * gdb.base/solib-display.exp: Likewise.
13754
2f341b6e
PA
137552015-11-24 Pedro Alves <palves@redhat.com>
13756
13757 PR 17539
25d49b86
PA
13758 * gdb.base/display.exp: Expect displays to be sorted in ascending
13759 order. Use multi_line.
13760 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13761
7e0aa6aa
PA
137622015-11-24 Pedro Alves <palves@redhat.com>
13763
13764 PR 17539
13765 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13766 threads in ascending order.
13767 * gdb.base/foll-fork.exp: Likewise.
13768 * gdb.base/foll-vfork.exp: Likewise.
13769 * gdb.base/multi-forks.exp: Likewise.
13770 * gdb.mi/mi-nonstop.exp: Likewise.
13771 * gdb.mi/mi-nsintrall.exp: Likewise.
13772 * gdb.multi/base.exp: Likewise.
13773 * gdb.multi/multi-arch.exp: Likewise.
13774 * gdb.python/py-inferior.exp: Likewise.
13775 * gdb.threads/break-while-running.exp: Likewise.
13776 * gdb.threads/execl.exp: Likewise.
13777 * gdb.threads/gcore-thread.exp: Likewise.
13778 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13779 * gdb.threads/kill.exp: Likewise.
13780 * gdb.threads/linux-dp.exp: Likewise.
13781 * gdb.threads/multiple-step-overs.exp: Likewise.
13782 * gdb.threads/next-bp-other-thread.exp: Likewise.
13783 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13784 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13785 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13786 * gdb.threads/thread-find.exp: Likewise.
13787 * gdb.threads/tls.exp: Likewise.
13788 * lib/mi-support.exp (mi_reverse_list): Delete.
13789 (mi_check_thread_states): No longer reverse list.
13790
2cc57ad8
PA
137912015-11-24 Pedro Alves <palves@redhat.com>
13792
13793 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13794 use lowercase.
13795
c93e8391
SM
137962015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13797
13798 * gdb.trace/actions.c: Include trace-common.h.
13799 (main): Add a location for a fast tracepoint.
13800 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13801 the normal tracepoints.
13802 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13803
045ccf91
SM
138042015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13805
13806 * save-trace.exp: Factor out code to these...
13807 (gdb_save_tracepoints): New.
13808 (gdb_load_tracepoints): New.
13809 (do_save_load_test): New.
13810
5506f9f6
KB
138112015-11-23 Kevin Buettner <kevinb@redhat.com>
13812
13813 * gdb.base/asmlabel.exp: New test.
13814 * gdb.base/asmlabel.c: New test case.
13815
16c3b12f
JB
138162015-11-23 Joel Brobecker <brobecker@adacore.com>
13817
13818 * gdb.base/wrong_frame_bt_full-main.c: New file.
13819 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13820 * gdb.base/wrong_frame_bt_full.exp: New file.
13821
155bfbd3
JB
138222015-11-23 Joel Brobecker <brobecker@adacore.com>
13823
13824 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13825
bb097445
JM
138262015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13827
206853a0 13828 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13829 pstate register when comparing registers values in
13830 sparc64-*-linux-gnu targets to avoid spurious differences.
13831
9c88ed8f
JM
138322015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13833
206853a0 13834 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13835
96161e25
SL
138362015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13837
13838 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13839 as type argument to gdb_compile.
13840 * gdb.base/nested-subp2.exp: Likewise.
13841 * gdb.base/nested-subp3.exp: Likewise.
13842
340c2830
DV
138432015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13844
13845 * lib/dwarf.exp (_note): Fix left shift of negative value.
13846 * gdb.trace/trace-condition.exp: Likewise.
13847
c1862d0f
YQ
138482015-11-13 Yao Qi <yao.qi@linaro.org>
13849
13850 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13851 comments about d10v.
13852 (test_scalar_returns): Likewise.
13853 * gdb.base/d10v.ld: Remove.
13854 * gdb.base/overlays.exp: Remove the target triplet checking for
13855 d10v-*-*.
13856 * gdb.base/structs.exp (test_struct_returns): Remove the
13857 comments about d10v.
13858 (test_struct_calls): Likewise.
13859
77ae9c19
YQ
138602015-11-13 Yao Qi <yao.qi@linaro.org>
13861
13862 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13863 * gdb.base/gnu_vector.c: Don't include stdio.h.
13864 (main): Don't print res and call add_some_intvecs.
13865
430e004e
MK
138662015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13867
13868 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13869 macro.
13870 (func5): Removed.
13871 (func4): Use FAST_TRACEPOINT_LABEL.
13872 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13873 macro.
13874 (func): Removed.
13875 (thread_function): Use FAST_TRACEPOINT_LABEL.
13876 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13877 (func): Remove.
13878 (marker): Use FAST_TRACEPOINT_LABEL.
13879 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13880 (pendfunc1): Remove.
13881 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13882 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13883 (foo): Remove.
13884 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13885 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13886 macro.
13887 (func): Remove.
13888 (marker): Use FAST_TRACEPOINT_LABEL.
13889 * gdb.trace/trace-common.h: New header.
13890 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13891 macro.
13892 (func): Remove.
13893 (marker): Use FAST_TRACEPOINT_LABEL.
13894 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13895 (func): Remove.
13896 (thread_function): Use FAST_TRACEPOINT_LABEL.
13897
6e7675a7
MK
138982015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13899
13900 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13901 in front.
13902 * gdb.trace/change-loc.exp: Use global pcreg definition.
13903 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13904 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13905 in front.
13906 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13907 * gdb.trace/pending.exp: Likewise.
13908 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13909 * gdb.trace/trace-break.exp: Likewise.
13910 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13911 in front.
13912 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13913 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13914 in front.
13915 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13916
dddc0e16
JB
139172015-11-09 Joel Brobecker <brobecker@adacore.com>
13918
13919 * gdb.ada/fin_fun_out: New testcase.
13920
c6f0b406
KB
139212015-11-07 Kevin Buettner <kevinb@redhat.com>
13922
13923 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13924 value associated with DW_AT_byte_size.
13925 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13926 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13927 DW_AT_upper_bound.
13928
f01dcfd9
KB
139292015-11-07 Kevin Buettner <kevinb@redhat.com>
13930
13931 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13932 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13933 version.
13934 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13935 gdb.dwarf2/dw2-canonicalize-type.exp,
13936 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13937 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13938 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13939 provided by gdb_target_symbol_prefix_flags_asm.
13940 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13941 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13942 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13943 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13944 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13945 macros where needed). Use this macro for symbols which require
13946 the prefix provided by SYMBOL_PREFIX.
13947
2223449a
KB
139482015-11-05 Kevin Buettner <kevinb@redhat.com>
13949
13950 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13951 New procs.
13952 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13953 representing expressions, of more than one list element.
13954 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13955 to prepend linker symbol prefix to f.
13956 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13957 table_1 and table_2.
13958 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13959 Likewise, for f and g.
13960 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13961 for ptr.
13962 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13963 for main.
13964 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13965 table_1_ptr and table_2_ptr.
13966
6f2f1a3a
JK
139672015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13968 Joel Brobecker <brobecker@adacore.com>
13969
13970 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13971
566c56c9
MK
139722015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13973
13974 * gdb.reverse/s390-mvcle.c: New test.
13975 * gdb.reverse/s390-mvcle.exp: New file.
13976 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13977
d5f0636b
MK
139782015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13979
13980 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13981
7ad8b86c
MK
139822015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13983
13984 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13985 reaching marker2.
13986 * gdb.reverse/getresuid-reverse.exp: Likewise.
13987 * gdb.reverse/pipe-reverse.exp: Likewise.
13988 * gdb.reverse/readv-reverse.exp: Likewise.
13989 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13990 * gdb.reverse/time-reverse.exp: Likewise.
13991 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13992
4081c0f1
YQ
139932015-10-30 Yao Qi <yao.qi@linaro.org>
13994
13995 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13996 (empty_cycle): Remove.
13997 (main): Don't call empty_cycle. Don't use watch_count_done.
13998 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13999 empty_cycle. Rewrite the code counting HW watchpoints.
14000
452b4ba5
MK
140012015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14002
14003 * gdb.reverse/fstatat-reverse.c: New test.
14004 * gdb.reverse/fstatat-reverse.exp: New file.
14005 * gdb.reverse/getresuid-reverse.c: New test.
14006 * gdb.reverse/getresuid-reverse.exp: New file.
14007 * gdb.reverse/pipe-reverse.c: New test.
14008 * gdb.reverse/pipe-reverse.exp: New file.
14009 * gdb.reverse/readv-reverse.c: New test.
14010 * gdb.reverse/readv-reverse.exp: New file.
14011 * gdb.reverse/recvmsg-reverse.c: New test.
14012 * gdb.reverse/recvmsg-reverse.exp: New file.
14013 * gdb.reverse/time-reverse.c: New test.
14014 * gdb.reverse/time-reverse.exp: New file.
14015 * gdb.reverse/waitpid-reverse.c: New test.
14016 * gdb.reverse/waitpid-reverse.exp: New file.
14017
5e2e7507
JK
140182015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14019
14020 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14021
0fde2c53
DE
140222015-10-26 Doug Evans <dje@google.com>
14023
14024 PR symtab/17391
14025 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14026 * gdb.dwarf2/bad-regnum.c: New file.
14027 * gdb.dwarf2/bad-regnum.exp: New file.
14028
1a70ae97
DE
140292015-10-26 Doug Evans <dje@google.com>
14030
14031 PR python/18938
14032 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14033 file.
14034
27dc26ab
JK
140352015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14036
14037 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14038 for a change by "Mention language in compile error message".
14039
bed91f4d
SM
140402015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14041
14042 PR python/18073
14043 * gdb.python/py-type.c (C::a_method): New.
14044 (C::a_const_method): New.
14045 (C::a_static_method): New.
14046 (a_function): New.
14047 * gdb.python/py-type.exp (test_fields): Test getting fields
14048 from function and method.
14049
3f2f83dd
KB
140502015-10-21 Keven Boell <keven.boell@intel.com>
14051
14052 * gdb.fortran/vla-alloc-assoc.exp: New file.
14053 * gdb.fortran/vla-datatypes.exp: New file.
14054 * gdb.fortran/vla-datatypes.f90: New file.
14055 * gdb.fortran/vla-history.exp: New file.
14056 * gdb.fortran/vla-ptype-sub.exp: New file.
14057 * gdb.fortran/vla-ptype.exp: New file.
14058 * gdb.fortran/vla-sizeof.exp: New file.
14059 * gdb.fortran/vla-sub.f90: New file.
14060 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14061 * gdb.fortran/vla-value-sub-finish.exp: New file.
14062 * gdb.fortran/vla-value-sub.exp: New file.
14063 * gdb.fortran/vla-value.exp: New file.
14064 * gdb.fortran/vla-ptr-info.exp: New file.
14065 * gdb.mi/mi-vla-fortran.exp: New file.
14066 * gdb.mi/vla.f90: New file.
14067
27145d50
SL
140682015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14069
14070 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14071 of hardwired timeout value.
14072
5f3ff4f8
JK
140732015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14074 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14077 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14078
bfd09d20
JS
140792015-10-19 Josh Stone <jistone@redhat.com>
14080
14081 * gdb.base/catch-syscall.c: Include <sched.h>.
14082 (unknown_syscall): New variable.
14083 (main): Trigger a vfork and an unknown syscall.
14084 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14085 (unknown_syscall_number): Likewise.
14086 (check_call_to_syscall): Accept an optional syscall pattern.
14087 (check_return_from_syscall): Likewise.
14088 (check_continue): Likewise.
14089 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14090 (test_catch_syscall_skipping_return): New test toggling off 'catch
14091 syscall' to step over the syscall return, then toggling back on.
14092 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14093 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14094 (do_syscall_tests): Call test_catch_syscall_without_args and
14095 test_catch_syscall_mid_vfork.
14096 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14097 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14098
b32b93c6
AS
140992015-10-19 Andrew Stubbs <ams@codesourcery.com>
14100
14101 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14102 print g_vE): Add new pass patterns.
14103 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14104 print various symbol names for vptr fields.
14105
9d622bda
AB
141062015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14107
14108 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14109 results.
14110
0fd8ac1c
YQ
141112015-10-12 Yao Qi <yao.qi@linaro.org>
14112
14113 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14114
34240514
YQ
141152015-10-12 Yao Qi <yao.qi@linaro.org>
14116
14117 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14118 is aarch64*-*-linux*.
14119
8240f442
YQ
141202015-10-12 Yao Qi <yao.qi@linaro.org>
14121
14122 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14123 (can_relocate_bcond_true): ... it.
14124 (can_relocate_bcond_false): New function.
14125 (foo): Likewise.
14126 (can_relocate_bl): Likewise.
14127 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14128 can_relocate_bl.
14129
2520f728
PMR
141302015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14131
14132 * gdb.base/nested-addr.c: New file.
14133 * gdb.base/nested-addr.exp: New testcase.
14134
abcef95a
MM
141352015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14136
14137 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14138 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14139 its output. Ignore the output of "record goto begin" and instead
14140 check that GDB is replaying.
14141
145e3ddb
PA
141422015-10-09 Pedro Alves <palves@redhat.com>
14143
14144 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14145 (top level): Use it in the run with no args test.
14146
d5d8c4e1
IB
141472015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14148
14149 * gdb.dlang/properties.exp: New file.
14150
06e635ef
SL
141512015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14152
14153 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14154 whether or not address 0x1000 is mapped on the target.
14155
e019fd1d
SM
141562015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14157
14158 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14159 build.
14160
77ba2a67
MM
141612015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14162
14163 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14164 instruction-history test.
14165
c60eb31f
DE
141662015-09-28 Doug Evans <dje@google.com>
14167
14168 * gdb.base/gcore.c (array_func): Add reference to static_array.
14169
9a3c8263
SM
141702015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14171
14172 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14173 source line.
14174
9720e656
SL
141752015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14176
14177 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14178 short or char as base type.
14179
938d3bf2
SL
141802015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14181
14182 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14183 to allow any size enum.
14184
e6c2c623
PMR
141852015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14186
14187 * gdb.ada/array_ptr_renaming.exp: New testcase.
14188 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14189 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14190
06da0f77
PL
141912015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14192
14193 * gdb.trace/ftrace-lock.c: New file.
14194 * gdb.trace/ftrace-lock.exp: New file.
14195
4f51c22a
PL
141962015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14197
14198 * gdb.arch/insn-reloc.c: New file.
14199 * gdb.arch/ftrace-insn-reloc.exp: New file.
14200
7041adf4
PL
142012015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14202
14203 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14204 instruction.
14205 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14206 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14207 * gdb.trace/range-stepping.c: Likewise.
14208 * gdb.trace/trace-break.c: Likewise.
14209 * gdb.trace/trace-mt.c (thread_function): Likewise.
14210 * gdb.trace/ftrace.c (marker): Likewise.
14211 * gdb.trace/trace-condition.c (marker): Likewise.
14212 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14213 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14214 is_aarch64_target.
14215
015d2e7e
DE
142162015-09-18 Doug Evans <xdje42@gmail.com>
14217
14218 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14219 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14220
26b188a2
SL
142212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14222
14223 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14224 the breakpoint.
14225
79dc332b
SL
142262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14227
14228 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14229 the pending breakpoint. Remove timeout override for "Run till
14230 MI pending breakpoint on pendfunc3 on thread 2" test.
14231
f57929f2
SL
142322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14233
14234 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14235 filename pattern.
14236
3f469b17
SL
142372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14238
14239 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14240 in breakpoint filename pattern.
14241
515b89b3
SL
142422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14243
7800dbe4
SL
14244 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14245
142462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14247
515b89b3
SL
14248 * gdb.linespec/explicit.exp: Check for readline support for
14249 tab-completion tests. Fix obvious typo.
14250
d2939ba2
MM
142512015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14252
14253 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14254 and replay.
14255
cbb55fa7
MM
142562015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14257
14258 * gdb.btrace/non-stop.c: New.
14259 * gdb.btrace/non-stop.exp: New.
14260
43691ca1
PL
142612015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14262 Yao Qi <yao.qi@linaro.org>
14263
14264 * gdb.trace/trace-condition.c: New file.
14265 * gdb.trace/trace-condition.exp: New file.
14266
d78908cf
WW
142672015-09-16 Wei-cheng Wang <cole945@gmail.com>
14268
14269 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14270 for testing bytecode compilation.
14271
1ed415e2
PA
142722015-09-16 Pedro Alves <palves@redhat.com>
14273 Sandra Loosemore <sandra@codesourcery.com>
14274
14275 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14276 (SECONDS): Redefine.
14277 (main): Call pthread_kill and alarm early.
14278 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14279 support.
14280 (test): If the target can't hardware step and doesn't support
14281 displaced stepping, increase the timeout.
14282
d136eff5
PA
142832015-09-16 Pedro Alves <palves@redhat.com>
14284
14285 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14286 (enable_debug): New procedures.
14287 (test): Use them. Bail out if waiting for threads fails.
14288 (top level): Bail out if a test fails.
14289
991f019c
YQ
142902015-09-16 Yao Qi <yao.qi@linaro.org>
14291
14292 * gdb.asm/asm-source.exp: Set asm-arch for
14293 aarch64*-*-* target.
14294 * gdb.asm/aarch64.inc: New file.
14295
bfca584f
PMR
142962015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14297
14298 * gdb.ada/array_of_variable_length.exp: New testcase.
14299 * gdb.ada/array_of_variable_length/foo.adb: New file.
14300 * gdb.ada/array_of_variable_length/pck.adb: New file.
14301 * gdb.ada/array_of_variable_length/pck.ads: New file.
14302
b326e587
DE
143032015-09-15 Doug Evans <dje@google.com>
14304
14305 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14306 of function static local variable.
14307
5382cfab
PW
143082015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14309
14310 * gdb.threads/tls-so_extern.exp: New test file.
14311 * gdb.threads/tls-so_extern.c: New test file.
14312 * gdb.threads/tls-so_extern_main.c: New test file.
14313
141c5cc4
JK
143142015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14315
14316 * gdb.opt/solib-intra-step-lib.c: New file.
14317 * gdb.opt/solib-intra-step-main.c: New file.
14318 * gdb.opt/solib-intra-step.exp: New file.
14319
d15dcecd
PA
143202015-09-15 Pedro Alves <palves@redhat.com>
14321
14322 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14323 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14324
4c2f2a79
PA
143252015-09-14 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.base/hook-stop-continue.c: Delete.
14328 * gdb.base/hook-stop-continue.exp: Delete.
14329 * gdb.base/hook-stop-frame.c: Delete.
14330 * gdb.base/hook-stop-frame.exp: Delete.
14331 * gdb.base/hook-stop.c: New file.
14332 * gdb.base/hook-stop.exp: New file.
14333
919e6dbe
PMR
143342015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14335
14336 * gdb.ada/access_to_packed_array.exp: New testcase.
14337 * gdb.ada/access_to_packed_array/foo.adb: New file.
14338 * gdb.ada/access_to_packed_array/pack.adb: New file.
14339 * gdb.ada/access_to_packed_array/pack.ads: New file.
14340
157280a4
MM
143412015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14342
14343 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14344 buffer size test.
14345
2fd33e94
DB
143462015-09-11 Don Breazeal <donb@codesourcery.com>
14347
14348 * gdb.base/foll-exec.c: Add copyright header. Fix
14349 formatting issues.
14350 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14351 (do_exec_tests): Use clean_restart in place of zap_session,
14352 and for test initialization. Fix formatting issues. Use
14353 fail in place of perror.
14354 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14355 an expect statement to match an expression with output from
14356 the program under debug.
14357 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14358 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14359 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14360 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14361 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14362
e70b6e8e
DE
143632015-09-09 Doug Evans <dje@google.com>
14364
14365 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14366
7a551a51
DE
143672015-09-09 Doug Evans <dje@google.com>
14368
14369 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14370
4c666f84
DE
143712015-09-09 Doug Evans <dje@google.com>
14372
14373 * gdb.base/savedregs.exp: Fix typo.
14374
243a9253
PA
143752015-09-09 Pedro Alves <palves@redhat.com>
14376
14377 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14378
c0fa8fbd
SL
143792015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14380
14381 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14382 command actually switches threads. Give up on remaining
14383 tests if target fails to stop at breakpoint.
14384
cd7c1778
PMR
143852015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14386
14387 * gdb.ada/funcall_char.exp: New testcase.
14388 * gdb.ada/funcall_char/foo.adb: New file.
14389
dc5c8746
PMR
143902015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14391
14392 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14393 expected outputs. Add two testcases for completing ambiguous
14394 functions.
14395 * gdb.ada/complete/aux_pck.adb: New file.
14396 * gdb.ada/complete/aux_pck.ads: New file.
14397 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14398 Ambiguous_Func functions.
14399 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14400 * gdb.ada/complete/pck.adb: Likewise.
14401
4e83a1e7
UW
144022015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14403
14404 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14405 failures to run the test program under GDB.
14406
8ce74153
LM
144072015-08-26 Luis Machado <lgustavo@codesourcery.com>
14408
14409 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14410 to C.
14411
e9756d52
PP
144122015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14413
14414 * gdb.base/run-after-attach.exp: New test file.
14415 * gdb.base/run-after-attach.c: New test file.
14416
8d37573b
DB
144172015-08-26 Don Breazeal <donb@codesourcery.com>
14418
14419 * gdb.base/foll-exec-2.c: New test program.
14420 * gdb.base/foll-exec-2.exp: New test.
14421
63e43d3a
PMR
144222015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14423
14424 * gdb.base/nested-subp1.exp: New file.
14425 * gdb.base/nested-subp1.c: New file.
14426 * gdb.base/nested-subp2.exp: New file.
14427 * gdb.base/nested-subp2.c: New file.
14428 * gdb.base/nested-subp3.exp: New file.
14429 * gdb.base/nested-subp3.c: New file.
14430
3d40fbb5
PA
144312015-08-24 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.server/connect-without-multi-process.c: New file.
14434 * gdb.server/connect-without-multi-process.exp: New file.
14435
4422ac93
LM
144362015-08-24 Luis Machado <lgustavo@codesourcery.com>
14437
14438 * gdb.opt/inline-markers.c: Make z int.
14439
91dddb86
LM
144402015-08-24 Luis Machado <lgustavo@codesourcery.com>
14441
14442 * gdb.opt/inline-markers.c: Make z volatile.
14443
a48847ee
LM
144442015-08-24 Luis Machado <lgustavo@codesourcery.com>
14445
14446 * gdb.opt/inline-bt.c: New volatile global z.
14447 * gdb.opt/inline-cmds.c: Likewise.
14448 * gdb.opt/inline-locals.c: Likewise.
14449 * gdb.opt/inline-markers.c: New extern global z.
14450 (marker): Use z.
14451 (inline_fn): Likewise.
14452
0ebbc52b
PA
144532015-08-24 Pedro Alves <palves@redhat.com>
14454
14455 * config/m32r-stub.exp: Remove file.
14456 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14457 * gdb.base/call-rt-st.exp: Likewise.
14458 * gdb.base/call-strs.exp: Likewise.
14459 * gdb.base/default.exp: Remove references to h8300-*-hms and
14460 *-*-udi*.
14461 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14462
77c365df
AA
144632015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14464
14465 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14466 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14467 and "return" use KFAIL when GDB can not read/write the vector
14468 return value.
14469
4313b8c0
GB
144702015-08-21 Gary Benson <gbenson@redhat.com>
14471
14472 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14473
0e433b32
PA
144742015-08-20 Pedro Alves <palves@redhat.com>
14475
14476 * gdb.server/solib-list.exp: No longer expect an interior stop in
14477 non-stop mode.
14478
221e1a37
PA
144792015-08-20 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.server/connect-stopped-target.c: New file.
14482 * gdb.server/connect-stopped-target.exp: New file.
14483
40e3ad0e
PA
144842015-08-20 Pedro Alves <palves@redhat.com>
14485
14486 * gdb.dwarf2/comp-unit-lang.exp: New file.
14487 * gdb.dwarf2/comp-unit-lang.c: New file.
14488
af39b327
PMR
144892015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14490
14491 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14492 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14493
7d45c7c3 144942015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14495
7d45c7c3
KB
14496 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14497 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14498
4d6cceb4
DE
144992015-08-18 Doug Evans <dje@google.com>
14500 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14501
14502 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14503 skip_python_tests. New arg prompt_regexp.
14504 (skip_python_tests): New function.
14505 * lib/mi-support.exp (mi_skip_python_tests): New function.
14506 * gdb.python/py-mi-objfile-gdb.py: New file.
14507 * gdb.python/py-mi-objfile.c: New file.
14508 * gdb.python/py-mi-objfile.exp: New file.
14509
ad89c2aa
KS
145102015-08-17 Keith Seitz <keiths@redhat.com>
14511
14512 * gdb.linespec/explicit.exp: Move strace test from here ...
14513 * gdb.trace/strace.exp: ... to here.
14514
e3ae3c43
PP
145152015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14516
14517 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14518 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14519
604b2636
DE
145202015-08-14 Doug Evans <xdje42@gmail.com>
14521
14522 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14523 inferior before selecting a new file.
14524
6ff0ba5f
DE
145252015-08-14 Doug Evans <xdje42@gmail.com>
14526
14527 * gdb.mi/mi-disassemble.exp: Update.
14528 * gdb.base/disasm-optim.S: New file.
14529 * gdb.base/disasm-optim.c: New file.
14530 * gdb.base/disasm-optim.h: New file.
14531 * gdb.base/disasm-optim.exp: New file.
14532
9ca98f92
KS
145332015-08-14 Keith Seitz <keiths@redhat.com>
14534
14535 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14536 "evaluated-by".
14537
52bbc560
JB
145382015-08-13 Joel Brobecker <brobecker@adacore.com>
14539
14540 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14541
5d8c3ed3
PMR
145422015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14543
14544 * gdb.ada/fun_renaming.exp: New testcase.
14545 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14546 * gdb.ada/fun_renaming/pack.adb: New file.
14547 * gdb.ada/fun_renaming/pack.ads: New file.
14548
ea8812bc
KS
145492015-08-12 Keith Seitz <keiths@redhat.com>
14550
14551 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14552 gdb_get_line_number.
14553
4dafcdeb
JB
145542015-08-12 Joel Brobecker <brobecker@adacore.com>
14555
14556 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14557 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14558 gdb.base/dso2dso.exp: New files.
14559
5ba32597
SDJ
145602015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14561 Pedro Alves <palves@redhat.com>
14562 Keith Seitz <keiths@redhat.com>
14563
14564 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14565 GDBFLAGS.
14566
b6dafabf
PP
145672015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14568
14569 * gdb.base/gdbhistsize-history.exp
14570 (test_histsize_history_setting): Use save_vars.
14571 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14572 Use save_vars.
14573 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14574 * gdb.base/readline.exp: Use save_vars.
14575
abe8e607
PP
145762015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14577
14578 * lib/gdb.exp (save_vars): New proc.
14579
629500fa
KS
145802015-08-11 Keith Seitz <keiths@redhat.com>
14581
14582 * gdb.base/help.exp: Update help_breakpoint_text.
14583
eb8c4e2e
KS
145842015-08-11 Keith Seitz <keiths@redhat.com>
14585
14586 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14587 (at toplevel): Call test_explicit_breakpoints.
14588 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14589 breakpoints.
14590 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14591 breakpoint conditions, "-cond".
14592
87f0e720
KS
145932015-08-11 Keith Seitz <keiths@redhat.com>
14594
14595 * gdb.linespec/3explicit.c: New file.
14596 * gdb.linespec/cpexplicit.cc: New file.
14597 * gdb.linespec/cpexplicit.exp: New file.
14598 * gdb.linespec/explicit.c: New file.
14599 * gdb.linespec/explicit.exp: New file.
14600 * gdb.linespec/explicit2.c: New file.
14601 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14602 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14603 before using in the matching pattern.
14604 Clarify that `prefix' is a regular expression.
14605
f00aae0f
KS
146062015-08-11 Keith Seitz <keiths@redhat.com>
14607
14608 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14609 test.
14610 Add tests for missing ",FMT" and ",".
14611
e27852be
DE
146122015-08-10 Doug Evans <dje@google.com>
14613 Keith Seitz <keiths@redhat.com>
14614
14615 PR gdb/17960
14616 * gdb.base/completion.exp: Add location completer tests.
14617
7f03bd92
PA
146182015-08-07 Pedro Alves <palves@redhat.com>
14619
14620 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14621 tests here.
14622 (top level): Run do_test with and without displaced stepping.
14623
3fc8eb30
PA
146242015-08-07 Pedro Alves <palves@redhat.com>
14625
14626 * gdb.base/valgrind-disp-step.c: New file.
14627 * gdb.base/valgrind-disp-step.exp: New file.
14628
d4569d7b
PA
146292015-08-07 Pedro Alves <palves@redhat.com>
14630
14631 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14632 Delete function.
14633 (main): Add alarm. Run an infinite loop instead of calling
14634 wait_threads.
14635 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14636 comment.
14637 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14638 Delete function.
14639 (main): Add alarm. Run an infinite loop instead of calling
14640 wait_threads.
14641 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14642 comment.
14643
e1316e60
PA
146442015-08-07 Pedro Alves <palves@redhat.com>
14645
14646 * gdb.base/checkpoint-ns.exp: New file.
14647 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14648 standard_testfile.
14649
da8c46d2
MM
146502015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14651
14652 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14653 * gdb.btrace/instruction_history.exp: Update.
14654 * gdb.btrace/tsx.exp: New.
14655 * gdb.btrace/tsx.c: New.
14656
de1c2c52
PA
146572015-08-06 Pedro Alves <palves@redhat.com>
14658
14659 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14660 increase timeout.
14661 * gdb.reverse/until-precsave.exp: Bump timeouts.
14662
782e0bf4
PA
146632015-08-06 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14666
83e97ed0
PA
146672015-08-06 Pedro Alves <palves@redhat.com>
14668
14669 PR gdb/18749
14670 * gdb.threads/process-dies-while-handling-bp.c: New file.
14671 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14672
863d01bd
PA
146732015-08-06 Pedro Alves <palves@redhat.com>
14674
14675 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14676 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14677
0a39bb32
PA
146782015-08-05 Pedro Alves <palves@redhat.com>
14679
14680 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14681 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14682
ee2d2b10
SL
146832015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14684
14685 * gdb.base/bp-permanent.exp: Report test as unsupported if
14686 the target cannot stop at the permanent breakpoint.
14687
4e1bdb00
DE
146882015-08-03 Doug Evans <dje@google.com>
14689
14690 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14691 10000.
14692
3d338901
DE
146932015-08-03 Doug Evans <dje@google.com>
14694
14695 * Makefile.in (workers/%.worker, build-perf): New rule.
14696 (GDB_PERFTEST_MODE): New variable.
14697 (check-perf): Use it.
14698 (clean): Clean up gdb.perf parallel build subdirs.
14699 * lib/build-piece.exp: New file.
14700 * lib/gdb.exp (make_gdb_parallel_path): New function
14701 (standard_output_file, standard_temp_file): Call it.
14702 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14703 of $GDB_PARALLEL.
14704 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14705
af061d3e
DE
147062015-08-03 Doug Evans <dje@google.com>
14707
8e1afc81 14708 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14709 (LOG_FILE_NAME): New global.
14710 (TextReporter.__init__): Initialize self.txt_sum.
14711 (TextReporter.report): Add support for multiple data-points.
14712 Move report to perftest.sum, put raw data in perftest.log.
14713 (TextReporter.start): Open sum and log files.
14714 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14715 * gdb.perf/lib/perftest/testresult.py
14716 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14717
2c8c5d37
PA
147182015-07-31 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14721 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14722 kill_wait_spawned_process instead of explicit "kill -9".
14723 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14724 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14725 kill_wait_spawned_process.
14726 * gdb.base/attach-twice.exp: Likewise.
14727 * gdb.base/attach.exp: Likewise.
14728 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14729 gdb_test_multiple.
14730 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14731 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14732 kill_wait_spawned_process.
14733 * gdb.base/valgrind-infcall.exp: Likewise.
14734 * gdb.multi/multi-attach.exp: Likewise.
14735 * gdb.python/py-prompt.exp: Likewise.
14736 * gdb.python/py-sync-interp.exp: Likewise.
14737 * gdb.server/ext-attach.exp: Likewise.
14738 * gdb.threads/attach-into-signal.exp (corefunc): Use
14739 spawn_wait_for_attach, spawn_id_get_pid and
14740 kill_wait_spawned_process.
14741 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14742 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14743 spawn_id_get_pid and kill_wait_spawned_process.
14744 * gdb.threads/attach-stopped.exp (corefunc): Use
14745 spawn_wait_for_attach, spawn_id_get_pid and
14746 kill_wait_spawned_process.
14747 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14748 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14749 kill_wait_spawned_process instead of explicit "kill -9".
14750 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14751 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14752 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14753 processes. Don't map cygwin/windows pids here. Now returns a
14754 spawn id list.
14755
032a0fca
SL
147562015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14757
14758 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14759 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14760 correct patch.
14761
61a934ca
SL
147622015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14763
14764 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14765
4bc4d428
SL
147662015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14767
14768 Reapply:
14769 2014-05-21 Mark Wielaard <mjw@redhat.com>
14770
14771 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14772
998d452a
PA
147732015-07-30 Pedro Alves <palves@redhat.com>
14774
14775 * linux-low.c (handle_extended_wait): Set the child's last
14776 reported status to TARGET_WAITKIND_STOPPED.
14777
69dde7dc
PA
147782015-07-30 Pedro Alves <palves@redhat.com>
14779
14780 PR threads/18600
14781 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14782 only shows inferior 1.
14783
4dd63d48
PA
147842015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14785 Pedro Alves <palves@redhat.com>
14786
14787 PR threads/18600
14788 * gdb.threads/fork-plus-threads.c: New file.
14789 * gdb.threads/fork-plus-threads.exp: New file.
14790
d618e4c5
PP
147912015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14792
14793 * gdb.base/batch-preserve-term-settings.exp
14794 (test_terminal_settings_preserved_after_cli_exit): Use
14795 send_quit_command.
14796
1eef6428
PA
147972015-07-29 Pedro Alves <palves@redhat.com>
14798 Don Breazeal <donb@codesourcery.com>
14799
14800 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14801 output from both inferior_spawn_id and gdb_spawn_id.
14802
7da5b897
SDJ
148032015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14804
14805 * gdb.threads/attach-into-signal.exp (corefunc): Use
14806 with_test_prefix on nested loops, uniquefying the test messages.
14807
dac804df
SDJ
148082015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14809
14810 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14811 commit.
14812
06265e53
PP
148132015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14814
14815 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14816 New proc.
14817 (test_terminal_settings_preserved_after_sigterm): New test.
14818
18206ca3
PP
148192015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14820
14821 * gdb.base/batch-preserve-term-settings.exp
14822 (test_terminal_settings_preserved_after_cli_exit): New test.
14823
90074d11
PP
148242015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14825
14826 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14827 manipulation of saved_gdbflags.
14828 (test_terminal_settings_preserved): Remove global declaration of
14829 the unused variable pagination_prompt. Remove manipulation of
14830 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14831 GDBFLAGS.
14832
eb1a7902
PA
148332015-07-29 Pedro Alves <palves@redhat.com>
14834
14835 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14836
8b75dd3b
PA
148372015-07-29 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14840 at the top.
14841
dedad4e3
PA
148422015-07-29 Pedro Alves <palves@redhat.com>
14843
14844 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14845 (main): Call gdb_unbuffer_output.
14846 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14847 (main): Call gdb_unbuffer_output.
14848 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14849 (main): Call gdb_unbuffer_output.
14850 * gdb.base/call-strs.exp: Adjust to step over the
14851 gdb_unbuffer_output call.
14852 * gdb.base/catch-gdb-caused-signals.c: Include
14853 "../lib/unbuffer_output.c".
14854 (main): Call gdb_unbuffer_output.
14855 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14856 (main): Call gdb_unbuffer_output.
14857 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14858 (main): Call gdb_unbuffer_output.
14859 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14860 (main): Call gdb_unbuffer_output.
14861 * gdb.base/shlib-call.exp: Adjust to step over the
14862 gdb_unbuffer_output call.
14863 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14864 (main): Call gdb_unbuffer_output.
14865 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14866 (main): Call gdb_unbuffer_output.
14867 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14868 (main): Rename to ...
14869 (test): ... this.
14870 (main): Reimplement.
14871 * gdb.base/varargs.exp: Run to test instead of to main.
14872 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14873 (main): Call gdb_unbuffer_output.
14874
58789a91
PA
148752015-07-29 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14878 factore out from mi_continue_dprintf. For call-style dprintfs,
14879 expect dprintf output out of $inferior_spawn_id.
14880 (mi_continue_dprintf): Use mi_expect_dprintf.
14881 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14882 (main): Call gdb_unbuffer_output.
14883
e8376742
PA
148842015-07-29 Pedro Alves <palves@redhat.com>
14885
14886 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14887 (default_mi_gdb_start): Set inferior_spawn_id instead of
14888 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14889 gdb_spawn_id.
14890 (mi_gdb_test): Always expect inferior output from both
14891 $inferior_spawn_id and $gdb_spawn_id.
14892
08280010
PA
148932015-07-29 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14896 send_inferior and $inferior_spawn_id.
14897
4d30e432
PA
148982015-07-29 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.gdb/complaints.exp (test_initial_complaints)
14901 (test_serial_complaints, test_short_complaints): Use
14902 gdb_test_stdio.
14903 (test_empty_complaint): Handle $inferior_spawn_id !=
14904 $gdb_spawn_id.
14905
0d30a335
PA
149062015-07-29 Pedro Alves <palves@redhat.com>
14907
14908 * gdb.base/varargs.exp: Use gdb_test_stdio.
14909
39413b29
PA
149102015-07-29 Pedro Alves <palves@redhat.com>
14911
14912 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14913
7cb000a9
PA
149142015-07-29 Pedro Alves <palves@redhat.com>
14915
14916 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14917
d7b8ac82
PA
149182015-07-29 Pedro Alves <palves@redhat.com>
14919
14920 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14921 parameter into two new parameters, "inf_result" and "gdb_result".
14922 Expect inferior output and gdb output from $inferior_spawn_id and
14923 $gdb_spawn_id, respectively. Adjust all callers.
14924
789c3a0c
PA
149252015-07-29 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14928 of gdb_test_sequence.
14929
77e760c3
PA
149302015-07-29 Pedro Alves <palves@redhat.com>
14931
14932 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14933 (saw_spurious_output): Expect inferior output from
14934 $inferior_spawn_id. Use gdb_test_stdio.
14935
8396d2cd
PA
149362015-07-29 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.base/dprintf.exp: Use standard_testfile. Change
14939 prepare_for_testing call.
14940 (srcfile): Don't set.
14941 (restart): New procedure.
14942 (test_dprintf): New procecure, use to continue over dprintfs.
14943 (test_call, test_agent): New procedures, tests moved here.
14944 Restart gdb and recreate dprintfs. Adjust expected output.
14945
2051d61f
PA
149462015-07-29 Pedro Alves <palves@redhat.com>
14947
14948 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14949
452397af
PA
149502015-07-29 Pedro Alves <palves@redhat.com>
14951
14952 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14953
8aed9555
PA
149542015-07-29 Pedro Alves <palves@redhat.com>
14955
14956 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14957 gdb_test_stdio.
14958
188a61b4
PA
149592015-07-29 Pedro Alves <palves@redhat.com>
14960
14961 * lib/gdb.exp (gdb_test_stdio): New procedure.
14962
12264a45
PA
149632015-07-29 Pedro Alves <palves@redhat.com>
14964
14965 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14966
23ffc893
PA
149672015-07-29 Pedro Alves <palves@redhat.com>
14968
14969 * gdb.base/call-signal-resume.exp: Remove check for
14970 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14971 * gdb.base/unwindonsignal.exp: Likewise.
14972 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14973 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14974
65566918
PA
149752015-07-29 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.base/siginfo-addr.c (pass): New function.
14978 (handler): Call it iff si_addr is correct.
14979 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14980 Set a breakpoint at "pass" and continue to it.
14981
d60a9221
SDJ
149822015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14983
14984 * gdb.python/py-objfile.exp: Make some tests have unique names.
14985 * gdb.python/py-pp-registration.exp: Likewise.
14986
bde40b8f
PA
149872015-07-28 Pedro Alves <palves@redhat.com>
14988
14989 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14990
13e1dec8
SM
149912015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14992
14993 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14994
da33c9a7
SM
149952015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14996
14997 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14998
077836f7
PP
149992015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15000
15001 * gdb.base/gdb-sigterm-2.exp: New test.
15002
b8cc7b2e
DE
150032015-07-25 Doug Evans <xdje42@gmail.com>
15004
15005 Revert:
15006 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15007 (workers/%.worker, build-perf): New rule.
15008 (GDB_PERFTEST_MODE): New variable.
15009 (check-perf): Use it.
15010 (clean): Clean up gdb.perf parallel build subdirs.
15011 * lib/build-piece.exp: New file.
15012 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15013 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15014 name.
15015 (standard_temp_file): Ditto.
15016 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15017 of $GDB_PARALLEL.
15018
c8bd4544
DE
150192015-07-24 Doug Evans <dje@google.com>
15020
15021 * gdb.perf/lib/perftest/utils.py: New file.
15022 * gdb.perf/gm-hello.cc: New file.
15023 * gdb.perf/gm-pervasive-typedef.cc: New file.
15024 * gdb.perf/gm-pervasive-typedef.h: New file.
15025 * gdb.perf/gm-std.cc: New file.
15026 * gdb.perf/gm-std.h: New file.
15027 * gdb.perf/gm-use-cerr.cc: New file.
15028 * gdb.perf/gm-utils.h: New file.
15029 * gdb.perf/gmonster-null-lookup.py: New file.
15030 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15031 * gdb.perf/gmonster-print-cerr.py: New file.
15032 * gdb.perf/gmonster-ptype-string.py: New file.
15033 * gdb.perf/gmonster-runto-main.py: New file.
15034 * gdb.perf/gmonster-select-file.py: New file.
15035 * gdb.perf/gmonster1-null-lookup.exp: New file.
15036 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15037 * gdb.perf/gmonster1-print-cerr.exp: New file.
15038 * gdb.perf/gmonster1-ptype-string.exp: New file.
15039 * gdb.perf/gmonster1-runto-main.exp: New file.
15040 * gdb.perf/gmonster1-select-file.exp: New file.
15041 * gdb.perf/gmonster1.cc: New file.
15042 * gdb.perf/gmonster1.exp: New file.
15043 * gdb.perf/gmonster2-null-lookup.exp: New file.
15044 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15045 * gdb.perf/gmonster2-print-cerr.exp: New file.
15046 * gdb.perf/gmonster2-ptype-string.exp: New file.
15047 * gdb.perf/gmonster2-runto-main.exp: New file.
15048 * gdb.perf/gmonster2-select-file.exp: New file.
15049 * gdb.perf/gmonster2.cc: New file.
15050 * gdb.perf/gmonster2.exp: New file.
15051
6eab34f3
DE
150522015-07-24 Doug Evans <dje@google.com>
15053
15054 * gdb.perf/README: New file.
15055 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15056 * lib/gen-perf-test.exp: New file.
15057
63738bfd
DE
150582015-07-24 Doug Evans <dje@google.com>
15059
15060 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15061 (PerfTest::startup): New function.
15062 (PerfTest::run): Return result of calling body.
15063 (PerfTest::assemble): Rewrite.
15064 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15065 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15066 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15067 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15068 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15069
7b606f95
DE
150702015-07-24 Doug Evans <dje@google.com>
15071
15072 * lib/gdb.exp (clean_restart): Make executable optional.
15073
a97b16b8
DE
150742015-07-24 Doug Evans <dje@google.com>
15075
15076 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15077 compiler_info references.
15078 * gdb.cp/temargs.exp: Ditto.
15079 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15080 (get_compiler_info): Early exit if already computed. Set compiler_info
15081 to "unknown" if there was a problem.
15082 (test_compiler_info): Add function comment. Call get_compiler_info.
15083
35baa57f
DE
150842015-07-24 Doug Evans <dje@google.com>
15085
15086 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15087 (workers/%.worker, build-perf): New rule.
15088 (GDB_PERFTEST_MODE): New variable.
15089 (check-perf): Use it.
15090 (clean): Clean up gdb.perf parallel build subdirs.
15091 * lib/build-piece.exp: New file.
15092 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15093 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15094 name.
15095 (standard_temp_file): Ditto.
15096 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15097 of $GDB_PARALLEL.
15098
6ebea266
DE
150992015-07-24 Doug Evans <dje@google.com>
15100
15101 * lib/future.exp (gdb_default_target_compile): New option
15102 "early_flags".
15103 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15104 --as-needed.
15105
1e76a7e9
SDJ
151062015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15107
15108 * gdb.base/catch-syscall.exp: Call gdb_exit before
15109 gdb_skip_xml_test.
15110
5068630a
PA
151112015-07-24 Pedro Alves <palves@redhat.com>
15112
15113 * gdb.python/py-events.exp: Accept output between the stop event
15114 and the prompt.
15115 * gdb.python/py-evsignal.exp: Likewise.
15116 * gdb.python/py-evthreads.exp: Likewise.
15117
77598427
PA
151182015-07-24 Pedro Alves <palves@redhat.com>
15119
15120 PR gdb/18717
15121 * gdb.threads/non-ldr-exit.c: New file.
15122 * gdb.threads/non-ldr-exit.exp: New file.
15123
11e6c98f
YQ
151242015-07-24 Yao Qi <yao.qi@linaro.org>
15125
15126 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15127 restarting process.
15128
51aee833
YQ
151292015-07-24 Yao Qi <yao.qi@linaro.org>
15130
15131 * gdb.server/ext-restart.exp: New file.
15132
8cfe207c
YQ
151332015-07-24 Yao Qi <yao.qi@linaro.org>
15134
15135 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15136 argument options.
15137 * gdb.server/ext-wrapper.exp: New file.
15138
cc12ce38
DE
151392015-07-23 Doug Evans <dje@google.com>
15140
15141 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15142 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15143
d0d84780
PMR
151442015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15145
15146 * gdb.ada/var_arr_typedef.exp: New testcase.
15147 * gdb.ada/var_arr_typedef/pack.adb: New file.
15148 * gdb.ada/var_arr_typedef/pack.ads: New file.
15149 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15150
8b558f79
JB
151512015-07-20 Joel Brobecker <brobecker@adacore.com>
15152
15153 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15154
775a3298
JK
151552015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15156
15157 * gdb.arch/i386-biarch-core.exp: Replace istarget
15158 by "complete set gnutarget". Remove expectation for the "core-file"
15159 command.
15160
db1ff28b
JK
151612015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15162
15163 Revert the previous commit:
15164 Tests for validate symbol file using build-id.
15165
0a94970d
JK
151662015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15167
15168 Tests for validate symbol file using build-id.
15169 * gdb.base/solib-mismatch-lib.c: New file.
15170 * gdb.base/solib-mismatch-libmod.c: New file.
15171 * gdb.base/solib-mismatch.c: New file.
15172 * gdb.base/solib-mismatch.exp: New file.
15173
03346981
SL
151742015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15175
15176 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15177 nios2-*-linux*.
15178 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15179 * gdb.base/siginfo.exp: Likewise.
15180 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15181
42422cc7
PL
151822015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15183
15184 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15185 Move it to ...
15186 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15187 ... here.
15188 * gdb.trace/range-stepping.exp: Check that the target supports
15189 range stepping.
15190
cfa68bae
JK
151912015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15192
15193 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15194
8ffdba26
PA
151952015-07-14 Pedro Alves <palves@redhat.com>
15196
15197 * gdb.base/killed-outside.exp: New file.
15198 * gdb.base/killed-outside.c: New file.
15199
218a5a11
JK
152002015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15201
15202 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15203 (n at main): New.
15204 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15205
e03ed3c6
AA
152062015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15207
15208 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15209 infcall tests instead of setting up for KFAIL.
15210
485668e5
MM
152112015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15212
15213 * gdb.btrace/record_goto-step.exp: New.
15214
08464196
JK
152152015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15216
15217 PR compile/18484
15218 * gdb.compile/compile.c (struct struct_type): Add volatile to
15219 selffield's type.
15220 * gdb.compile/compile.exp
15221 (compile code struct_object.selffield = &struct_object): Skip further
15222 struct_object tests if this one xfails.
15223
bcf5c1d9
RC
152242015-07-08 Robert O'Callahan <robert@ocallahan.org>
15225
15226 PR exp/18617
15227 * gdb.trace/ax.exp: Add test.
15228
4931af25
YQ
152292015-07-07 Yao Qi <yao.qi@linaro.org>
15230
15231 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15232 instead of istarget "aarch64*-*-*".
15233 * gdb.arch/aarch64-fp.exp: Likewise.
15234 * gdb.base/float.exp: Likewise.
15235 * gdb.reverse/aarch64.exp: Likewise.
15236 * lib/gdb.exp (is_aarch64_target): New proc.
15237
9fcf688e
YQ
152382015-07-07 Yao Qi <yao.qi@linaro.org>
15239
15240 * lib/gdb.exp (is_aarch32_target): New proc.
15241 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15242 instead of "istarget "arm*-*-*"".
15243 * gdb.arch/arm-disp-step.exp: Likewise.
15244 * gdb.arch/thumb-bx-pc.exp: Likewise.
15245 * gdb.arch/thumb-prologue.exp: Likewise.
15246 * gdb.arch/thumb-singlestep.exp: Likewise.
15247 * gdb.base/disp-step-syscall.exp: Likewise.
15248 * gdb.base/float.exp: Likewise.
15249
fbd8d50d
YQ
152502015-07-07 Yao Qi <yao.qi@linaro.org>
15251
15252 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15253 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15254
71be1fdc
YQ
152552015-07-07 Yao Qi <yao.qi@linaro.org>
15256
15257 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15258 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15259 if it exists.
15260 * gdb.multi/multi-arch.exp: Likewise.
15261
3e221d36
SM
152622015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15263
15264 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15265 print.
15266
d441430b
YQ
152672015-07-07 Yao Qi <yao.qi@linaro.org>
15268
15269 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15270
06f810bd
MG
152712015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15272
15273 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15274 '[' and ']' characters.
15275
5e61e7c0
IB
152762015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15277
15278 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15279
28bf096c
PA
152802015-06-29 Pedro Alves <palves@redhat.com>
15281
15282 PR threads/18127
15283 * gdb.threads/hand-call-new-thread.c: New file.
15284 * gdb.threads/hand-call-new-thread.c: New file.
15285
ee93cd5e
KS
152862015-06-26 Keith Seitz <keiths@redhat.com>
15287 Doug Evans <dje@google.com>
15288
15289 PR 16253
15290 * gdb.cp/var-tag-2.cc: New file.
15291 * gdb.cp/var-tag-3.cc: New file.
15292 * gdb.cp/var-tag-4.cc: New file.
15293 * gdb.cp/var-tag.cc: New file.
15294 * gdb.cp/var-tag.exp: New file.
15295
fc637f04
PP
152962015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15297
15298 * gdb.base/history-duplicates.exp: New test.
15299
2e52ae68
PP
153002015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15301
15302 * gdb.base/completion.exp: Test the completion of the "focus"
15303 command.
15304
6e22494e
JK
153052015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15306
15307 * gdb.arch/amd64-prologue-skip.S: New file.
15308 * gdb.arch/amd64-prologue-skip.exp: New file.
15309
bf7b9cd9
SM
153102015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15311
15312 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15313 is_address_zero_readable check.
15314
201e8dfd
PB
153152015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15316
15317 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15318 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15319
5cd867b4
YQ
153202015-06-24 Yao Qi <yao.qi@linaro.org>
15321
15322 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15323 linux targets.
15324
4d7be007
YQ
153252015-06-24 Yao Qi <yao.qi@linaro.org>
15326
15327 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15328 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15329 * gdb.base/siginfo-thread.exp: Likewise.
15330
07fcd301
YQ
153312015-06-22 Yao Qi <yao.qi@linaro.org>
15332
15333 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15334
52042a00
YQ
153352015-06-22 Yao Qi <yao.qi@linaro.org>
15336
15337 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15338 aarch64*-*-*.
15339 (skip_hw_watchpoint_tests): Likewise.
15340
74bd41ce
PP
153412015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15342
15343 * gdb.base/gdbinit-history.exp: Test the interaction between
15344 setting GDBHISTSIZE and setting the history size via .gdbinit.
15345
bc460514
PP
153462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15347
15348 PR gdb/16999
15349 * gdb.base/gdbhistsize-history.exp: New test.
15350
b58c513b
PP
153512015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15352
15353 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15354 with GDBHISTSIZE.
15355 * gdb.base/readline.exp: Likewise.
15356
92046791
YQ
153572015-06-17 Yao Qi <yao.qi@linaro.org>
15358
15359 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15360 line.
15361
2093d2d3
PP
153622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15363
15364 * gdb.base/gdbinit-history.exp: Add test case to check that
15365 an unlimited history file does not get truncated on exit.
15366
e6c693af
AA
153672015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15368
15369 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15370 (VECTOR): New macro. Use it...
15371 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15372 ...for these typedefs.
15373 (int8, char1, int1, double1): New typedefs.
15374 (struct just_int2, struct two_int2): New structures.
15375 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15376 (add_structvecs, add_singlevecs): New functions.
15377 (main): Call add_some_intvecs twice.
15378 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15379 the compile and exit upon failure. Try compiling for the "native"
15380 architecture. Test inferior function calls with vector arguments
15381 and vector return value handling with "finish" and "return".
15382
c74f7d1c
JT
153832015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15384
15385 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15386 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15387 PE file.
15388 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15389
98aa42ee
AT
153902015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15391
15392 PR breakpoints/16465
15393 * gdb.mi/mi-dprintf-pending.c: New file.
15394 * gdb.mi/mi-dprintf-pending.exp: New test.
15395 * gdb.mi/mi-dprintf-pendshr.c: New file.
15396
7d73c23c 153972015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15398 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15399
15400 * gdb.arch/i386-mpx-map.c: New file.
15401 * gdb.arch/i386-mpx-map.exp: New File.
15402
154032015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15404
15405 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15406 * gdb.arch/i386-mpx.exp: Indentation fixed.
15407
154082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15409
15410 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15411 function and improved indentation.
15412 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15413 gdb_test_multiple. Added additional tests to skip the test.
15414
154152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15416
15417 * gdb.arch/i386-avx512.c: Change path in include file.
15418 * gdb.arch/i386-avx512.exp: Change include dir path
15419 compilation flag.
15420 * gdb.arch/i386-mpx.c: Change path in include file.
15421 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15422 flag.
15423
d5eba19a
JK
154242015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15425
15426 * gdb.compile/compile-print.exp (compile print *vararray@3)
15427 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15428
7f361056
JK
154292015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15430
15431 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15432 (do not keep jit in memory): ... this.
15433 (expect 5): Change it to ...
15434 (expect no 5): ... this.
15435
3b462ec2
SM
154362015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15437
15438 PR gdb/15564
15439 * gdb.mi/mi-detach.exp: New file.
15440
e0619de6
JK
154412015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15442
15443 PR symtab/18392
15444 * gdb.arch/amd64-tailcall-self.S: New file.
15445 * gdb.arch/amd64-tailcall-self.c: New file.
15446 * gdb.arch/amd64-tailcall-self.exp: New file.
15447
e970cb34
DB
154482015-05-28 Don Breazeal <donb@codesourcery.com>
15449
15450 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15451 tests for remote targets by checking is_target_gdbserver.
15452
b2e2f908
DE
154532015-05-27 Doug Evans <dje@google.com>
15454
15455 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15456 * gdb.dwarf2/opaque-type-lookup.c: New file.
15457 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15458
82c7be31
DE
154592015-05-26 Doug Evans <dje@google.com>
15460
15461 * gdb.cp/iostream.cc: New file.
15462 * gdb.cp/iostream.exp: New file.
15463
b4f54984
DE
154642015-05-26 Doug Evans <dje@google.com>
15465
15466 * gdb.dwarf2/dw2-op-call.exp: Update.
15467 * gdb.dwarf2/dw4-sig-types.exp: Update.
15468 * gdb.dwarf2/implptr.exp: Update.
15469 * gdb.mi/mi-cmd-param-changed.exp: Update.
15470
4ea6efe9
DE
154712015-05-26 Doug Evans <dje@google.com>
15472
15473 * gdb.python/py-lazy-string.c: New file.
15474 * gdb.python/py-lazy-string.exp: New file.
15475 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15476 (main): Update. Add estring3.
15477 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15478 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15479
f6bb7db3
YQ
154802015-05-26 Omair Javaid <omair.javaid@linaro.org>
15481 Yao Qi <yao.qi@linaro.org>
15482
15483 * gdb.reverse/aarch64.c: New.
15484 * gdb.reverse/aarch64.exp: New.
15485
a81bfbd0
OJ
154862015-05-26 Omair Javaid <omair.javaid@linaro.org>
15487
25d49b86
PA
15488 * lib/gdb.exp (supports_process_record): Return true for
15489 aarch64*-linux*.
a81bfbd0
OJ
15490 (supports_reverse): Likewise.
15491
158bf1b4
PP
154922015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15493
15494 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15495 Use with_test_prefix.
15496
a0145030
AB
154972015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15498
15499 * gdb.base/completion.exp: Add test for completion of layout
15500 names.
15501
ebe3b578
AB
155022015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15503
15504 * lib/gdb.exp (skip_tui_tests): New proc.
15505 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15506
84204ed7
PA
155072015-05-19 Pedro Alves <palves@redhat.com>
15508
15509 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15510 Save the whole env array instead of just HOME. Unset HISTSIZE in
15511 the environment while testing. Restore whole environment
15512 afterwards.
15513
37442ce1
DE
155142015-05-16 Doug Evans <xdje42@gmail.com>
15515
15516 * gdb.guile/scm-ports.c: New file.
15517 * gdb.guile/scm-ports.exp: Add memory port tests.
15518
36de76f9
JK
155192015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15520
15521 * gdb.compile/compile-print.c: New file.
15522 * gdb.compile/compile-print.exp: New file.
15523
3a9558c4
JK
155242015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15525
15526 * gdb.compile/compile-ops.exp: Cast param to void.
15527 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15528 (compile code struct_object.selffield = &struct_object): Add xfail.
15529
aa715135
JG
155302015-05-15 Joel Brobecker <brobecker@adacore.com>
15531
15532 * gdb.ada/arr_enum_with_gap: New testcase.
15533
931e5bc3
JG
155342015-05-15 Joel Brobecker <brobecker@adacore.com>
15535
15536 * gdb.ada/byte_packed_arr: New testcase.
15537
9cd4d857
JB
155382015-05-15 Joel Brobecker <brobecker@adacore.com>
15539
15540 * gdb.ada/pckd_neg: New testcase.
15541
ebfd00d2
PP
155422015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15543
15544 PR gdb/17820
15545 * gdb.base/gdbinit-history.exp: New test.
15546 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15547 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15548
4c082a81
SC
155492015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15550
15551 * gdb.python/py-xmethods.cc: Enhance test case.
15552 * gdb.python/py-xmethods.exp: New tests.
15553 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15554 function.
15555 (B_indexoper): Likewise.
15556 (global_dm_list) : Add new xmethod worker functions.
15557
f7797074
SDJ
155582015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15559
15560 * gdb.base/coredump-filter.exp: Correctly unset
15561 "coredump_var_addr" array.
15562
a4674e4e
PA
155632015-05-08 Pedro Alves <palves@redhat.com>
15564
15565 * gdb.server/non-existing-program.exp: Unset spawn_id.
15566
df2eb078
SC
155672015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15568
15569 PR python/18291
15570 * gdb.python/py-xmethods.exp: Add tests.
15571
422349a3
YQ
155722015-05-08 Yao Qi <yao.qi@linaro.org>
15573
15574 PR gdb/18208
15575 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15576 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15577 function set_coredump_filter, and remove remote_exec call.
15578 Remove argument ipid. Callers update.
15579 (top level): Don't get inferior's PID.
15580
63fc80ce
AA
155812015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15582
15583 * gdb.base/watch_thread_num.exp: Skip test on targets without
15584 access watchpoints.
15585
80ad801e
PA
155862015-05-06 Pedro Alves <palves@redhat.com>
15587
15588 PR server/18081
15589 * gdb.server/non-existing-program.exp: New file.
15590
0fa7fe50
JB
155912015-05-05 Joel Brobecker <brobecker@adacore.com>
15592
15593 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15594
3ea89b92
PMR
155952015-05-05 Joel Brobecker <brobecker@adacore.com>
15596
15597 * gdb.ada/out_of_line_in_inlined: New testcase.
15598
87b8eff0
JB
155992015-05-05 Joel Brobecker <brobecker@adacore.com>
15600
15601 * gdb.ada/var_rec_arr: New testcase.
15602
5fccc635
YQ
156032015-04-30 Yao Qi <yao.qi@linaro.org>
15604
15605 * gdb.base/break-idempotent.exp: If
15606 skip_hw_watchpoint_multi_tests returns true, skip the tests
15607 on "rwatch" and "awatch".
15608
42d38f42
YQ
156092015-04-30 Yao Qi <yao.qi@linaro.org>
15610
15611 * gdb.base/relativedebug.exp: Invoke gdb command
15612 "info sharedlibrary", and if libc.so doesn't have debug info,
15613 skip the test.
15614
2ce1cdbf
DE
156152015-04-29 Doug Evans <dje@google.com>
15616
15617 * gdb.python/py-xmethods.exp: Add ptype tests.
15618 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15619 get_result_type method.
15620
f24a38c5
LM
156212015-04-29 Luis Machado <lgustavo@codesourcery.com>
15622
15623 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15624 the target does not support hardware watchpoints.
15625
ecbf2b3c
LM
156262015-04-29 Luis Machado <lgustavo@codesourcery.com>
15627
15628 * gdb.base/break-always.exp: Abort testing if writing to memory
15629 causes an error.
15630
34f5f757
DE
156312015-04-28 Doug Evans <dje@google.com>
15632
15633 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15634 * gdb.python/py-pp-registration.exp: ... here. New file.
15635 * gdb.python/py-pp-registration.c: New file.
15636 * gdb.python/py-pp-registration.py: New file.
15637
69b4374a
DE
156382015-04-28 Doug Evans <dje@google.com>
15639
15640 * gdb.python/py-bad-printers.c: New file.
15641 * gdb.python/py-bad-printers.py: New file.
15642 * gdb.python/py-bad-printers.exp: New file.
15643
59fb7612
SS
156442015-04-28 Sasha Smundak <asmundak@google.com>
15645
15646 * gdb.python/py-type.exp: New test.
15647
2631b16a
AW
156482015-04-28 Andy Wingo <wingo@igalia.com>
15649
15650 * gdb.python/py-parameter.exp:
15651 * gdb.guile/scm-parameter.exp: Escape the path that we are
15652 matching against, as it might contain characters that are special
15653 to regular expressions.
15654
460efde1
JB
156552015-04-27 Joel Brobecker <brobecker@adacore.com>
15656
15657 * gdb.ada/rec_comp: New testcase.
15658
2d369d8e
SDJ
156592015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15660
15661 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15662 before using it.
15663
cf75d6c3
AB
156642015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15665
15666 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15667 new tests for verilog output.
15668
8dbe7ca5
YQ
156692015-04-24 Yao Qi <yao.qi@linaro.org>
15670
15671 * boards/remote-gdbserver-on-localhost.exp: New file.
15672
4ef9fb2f
PA
156732015-04-23 Pedro Alves <palves@redhat.com>
15674
15675 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15676 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15677 "end of file", remove $inferior_spawn_id from the indirect list.
15678
0a803169
PA
156792015-04-23 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15682
749ef8f8
PA
156832015-04-23 Pedro Alves <palves@redhat.com>
15684
15685 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15686 on $any_spawn_id instead of only on $gdb_spawn_id.
15687
8aae4344
PM
156882015-04-21 Pierre Muller <muller@sourceware.org>
15689
15690 PR pascal/17815
15691 * lib/pascal.exp (gpc_compile): Add new option "class".
15692 (fpc_compile): Likewise.
15693 * gdb.pascal/case-insensitive-symbols.pas: New file.
15694 * gdb.pascal/case-insensitive-symbols.exp: New file.
15695
1586c8fb
GB
156962015-04-20 Gary Benson <gbenson@redhat.com>
15697
15698 * gdb.base/attach.exp: Fix three extended remote failures.
15699
1b6e6f5c
GB
157002015-04-17 Gary Benson <gbenson@redhat.com>
15701
15702 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15703 the main executable over the remote protocol.
15704
e797481d
PA
157052015-04-16 Pedro Alves <palves@redhat.com>
15706
15707 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15708 a new gdbserver if gdbserver_reconnect_p is set.
15709
1ca99c42
PA
157102015-04-16 Pedro Alves <palves@redhat.com>
15711
15712 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15713 is set, don't exit gdbserver.
15714
af9fd6f8
AA
157152015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15716
15717 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15718 appropriate .insn, such that an older assembler can be used.
15719 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15720 the z/Architecture instruction set on 31-bit targets as well.
15721
04ff1e61
AA
157222015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15723
15724 * gdb.go/handcall.exp: Remove all logic related to the first
15725 breakpoint and rely on go_runto_main instead.
15726 * gdb.go/strings.exp: Likewise.
15727 * gdb.go/unsafe.exp: Likewise.
15728 * gdb.go/hello.exp: Likewise. Also rename the remaining
15729 breakpoint marker to "breakpoint 1".
15730 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15731 * gdb.go/strings.go: Likewise.
15732 * gdb.go/unsafe.go: Likewise.
15733 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15734 "set breakpoint 2 here" and rename the remaining breakpoint marker
15735 to "breakpoint 1".
15736
40d2f8d6
SM
157372015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15738
15739 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15740 if itertools.imap is not present.
15741 * gdb.python/py-objfile.exp: Add parentheses.
15742 * gdb.python/py-type.exp: Same.
15743 * gdb.python/py-unwind-maint.py: Same.
15744
8cbc97c6
YQ
157452015-04-15 Yao Qi <yao.qi@linaro.org>
15746
15747 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15748 of ":$ptr_size" and set its form explicitly.
15749
45fd756c
YQ
157502015-04-15 Pedro Alves <palves@redhat.com>
15751 Yao Qi <yao.qi@linaro.org>
15752
15753 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15754 timeout by factor of 4.
15755 (test_regular_watch): Likewise.
15756 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15757 * gdb.reverse/sigall-reverse.exp: Likewise.
15758 * gdb.reverse/until-precsave.exp: Likewise.
15759 * lib/gdb.exp (with_timeout_factor): New proc.
15760 (gdb_expect): Move some code to ...
15761 (get_largest_timeout): ... here. New procedure.
15762
9e811bc3
LM
157632015-04-14 Luis Machado <lgustavo@codesourcery.com>
15764
15765 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15766
0ff6fcb2
LM
157672015-04-13 Luis Machado <lgustavo@codesourcery.com>
15768
15769 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15770 to write to the .text section.
15771
7578d5f7
LM
157722015-04-13 Luis Machado <lgustavo@codesourcery.com>
15773
15774 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15775 Handle the case of targets that do not provide PID information.
15776
2efe15c4
YQ
157772015-04-13 Yao Qi <yao.qi@linaro.org>
15778
15779 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15780 and use expect instead of gdb_expect.
15781
8cd8f2f8
SDJ
157822015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15783
15784 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15785 "coredump_var_addr" to avoid naming conflict with other testcases.
15786
9ee41772
PA
157872015-04-10 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15790 gdb_test_sequence and gdb_assert.
15791
07473109
PA
157922015-04-10 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15795 test messages that don't include the breakpoint address.
15796
de3db44c
YQ
157972015-04-10 Yao Qi <yao.qi@linaro.org>
15798
15799 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15800 false for some offset and width combinations which aren't
15801 supported by linux kernel.
15802
c79d856c
PA
158032015-04-10 Pedro Alves <palves@redhat.com>
15804
15805 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15806 procedure, factored out from ...
15807 (top level): ... here. Add "set displaced-stepping" testing axis.
15808 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15809 parameter "displaced". Use it.
15810 (top level): Use foreach and add "set displaced-stepping" testing
15811 axis.
15812
ebc90b50
PA
158132015-04-10 Pedro Alves <palves@redhat.com>
15814
15815 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15816 Remove comment.
15817 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15818 both the address of the instruction that triggers the watchpoint
15819 and the address of the instruction immediately after, and use
15820 those addresses for the test. Fix comment.
15821
8f572e5c
PA
158222015-04-10 Pedro Alves <palves@redhat.com>
15823
15824 * gdb.base/sigstep.exp (breakpoint_to_handler)
15825 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15826 Test "backtrace" in handler.
15827 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15828 (top level): Add new "displaced" test axis to
15829 breakpoint_to_handler, breakpoint_to_handler_entry and
15830 breakpoint_over_handler.
15831
8d707a12
PA
158322015-04-10 Pedro Alves <palves@redhat.com>
15833
15834 PR gdb/18216
15835 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15836
ef713951
YQ
158372015-04-10 Yao Qi <yao.qi@linaro.org>
15838
15839 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15840 (test_add_rn_pc): New function.
15841 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15842 (top level): Invoke test_add_rn_pc.
15843
906d60cf
PA
158442015-04-10 Pedro Alves <palves@redhat.com>
15845
15846 PR gdb/13858
15847 * gdb.base/step-over-no-symbols.exp: New file.
15848
f2983cc3
AW
158492015-04-09 Andy Wingo <wingo@igalia.com>
15850
15851 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15852 after the Python tests.
15853
6d62641c
SDJ
158542015-04-08 Keith Seitz <keiths@redhat.com>
15855
15856 PR python/16699
15857 * gdb.python/py-completion.exp: New tests for completion.
15858 * gdb.python/py-completion.py (CompleteLimit1): New class.
15859 (CompleteLimit2): Likewise.
15860 (CompleteLimit3): Likewise.
15861 (CompleteLimit4): Likewise.
15862 (CompleteLimit5): Likewise.
15863 (CompleteLimit6): Likewise.
15864 (CompleteLimit7): Likewise.
15865
f3770638
PA
158662015-04-08 Pedro Alves <palves@redhat.com>
15867
15868 PR gdb/18214
15869 PR gdb/18216
15870 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15871 function.
15872 (main): Install it as SIGUSR1 handler.
15873 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15874 parameter. Always use "setup" as prefix. Toggle "set
15875 displaced-stepping" off/on depending on global. Don't switch to
15876 thread 1 here.
15877 (top level): Add displaced stepping "off/on" test axis. Update
15878 "setup" calls. Wrap each subtest with with_test_prefix. Test
15879 continuing with a queued signal in each thread.
15880
4496bed7
PA
158812015-04-08 Pedro Alves <palves@redhat.com>
15882
15883 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15884 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15885 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15886 Return early if running to main fails.
15887 * gdb.trace/while-stepping.exp: Likewise.
15888
b97fde92
PA
158892015-04-07 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15892 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15893 interact with inferior program.
15894
f71c18e7
PA
158952015-04-07 Pedro Alves <palves@redhat.com>
15896
15897 * lib/gdb.exp (inferior_spawn_id): New global.
15898 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15899 spawn id after processing the user code.
15900 (default_gdb_start): Set inferior_spawn_id.
15901 (send_inferior): New procedure.
15902 * lib/gdbserver-support.exp (gdbserver_start): Set
15903 inferior_spawn_id.
15904 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15905
6423214f
PA
159062015-04-07 Pedro Alves <palves@redhat.com>
15907
15908 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15909 * lib/gdbserver-support.exp (gdbserver_start): Make
15910 $server_spawn_id global.
15911 (gdbserver_start): Don't wait for gdbserver's spawn id with
15912 expect_background.
15913 (close_gdbserver): New procedure.
15914 (gdb_exit): Rename the default version and reimplement.
15915
71c0ee8c
PA
159162015-04-07 Pedro Alves <palves@redhat.com>
15917
72f4393d 15918 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15919 append the substituted item, not the original item.
15920
203bc29b
PA
159212015-04-07 Pedro Alves <palves@redhat.com>
15922
15923 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15924 gdb_expect.
15925
508a3ddf
PA
159262015-04-07 Pedro Alves <palves@redhat.com>
15927
15928 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15929 output appearing once only.
15930
9f6dbe2b
PA
159312015-04-07 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15934 that doesn't expect anything. Return early if running to main
15935 fails.
15936
337532fa
YQ
159372015-04-07 Yao Qi <yao.qi@linaro.org>
15938
15939 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15940 (child_function): Call alarm.
15941 (main): Move call to alarm into the loop.
15942 * gdb.threads/non-stop-fair-events.exp: Build program with
15943 -DTIMEOUT=$timeout.
15944
01b622d4
DE
159452015-04-06 Doug Evans <xdje42@gmail.com>
15946
15947 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15948 Fix dest parameter to board_info.
15949 (fpc_compile): Ditto.
15950 (gdb_compile_pascal): Rename dest arg to destfile.
15951
961f4160
PMR
159522015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15953
15954 * gdb.ada/funcall_ref.exp: New file.
15955 * gdb.ada/funcall_ref/foo.adb: New file.
15956
cafda597
YQ
159572015-04-02 Yao Qi <yao.qi@linaro.org>
15958
15959 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15960 is remote.
15961
fed040c6
GB
159622015-04-02 Gary Benson <gbenson@redhat.com>
15963
15964 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15965
d11916aa
SS
159662015-04-01 Sasha Smundak <asmundak@google.com>
15967
15968 * gdb.python/py-unwind-maint.c: New file.
15969 * gdb.python/py-unwind-maint.exp: New test.
15970 * gdb.python/py-unwind-maint.py: New file.
15971 * gdb.python/py-unwind.c: New file.
15972 * gdb.python/py-unwind.exp: New test.
15973 * gdb.python/py-unwind.py: New test.
15974
a1471180
PA
159752015-04-01 Pedro Alves <palves@redhat.com>
15976
15977 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15978 to fail instead of non-existent $test.
15979
0bbeccb1
PA
159802015-04-01 Pedro Alves <palves@redhat.com>
15981
15982 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15983 GDBFLAGS if not empty.
15984
3c724c8c
PMR
159852015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15986
15987 * gdb.ada/complete.exp: Remove "multi_line".
15988 * gdb.ada/info_exc.exp: Remove "multi_line".
15989 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15990 * gdb.ada/ptype_field.exp: Remove "multi_line".
15991 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15992 * gdb.ada/tagged.exp: Remove "multi_line".
15993 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15994 [multi_line ...]
15995 * gdb.btrace/delta.exp: Likewise.
15996 * gdb.btrace/exception.exp: Likewise.
15997 * gdb.btrace/function_call_history.exp: Likewise.
15998 * gdb.btrace/instruction_history.exp: Likewise.
15999 * gdb.btrace/nohist.exp: Likewise.
16000 * gdb.btrace/record_goto.exp: Likewise.
16001 * gdb.btrace/segv.exp: Likewise.
16002 * gdb.btrace/stepi.exp: Likewise.
16003 * gdb.btrace/tailcall.exp: Likewise.
16004 * gdb.btrace/unknown_functions.exp: Likewise.
16005 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16006 * lib/gdb.exp: Add the "multi_line" helper.
16007
4eec2deb
PA
160082015-04-01 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.threads/tid-reuse.c: New file.
16011 * gdb.threads/tid-reuse.exp: New file.
16012
df8411da
SDJ
160132015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16014
16015 PR corefiles/16092
16016 * gdb.base/coredump-filter.c: New file.
16017 * gdb.base/coredump-filter.exp: Likewise.
16018
6ef37366
PM
160192015-03-27 Petr Machata <pmachata@redhat.com>
16020
16021 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16022 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16023 (Dwarf::assemble): Initialize them.
16024 (Dwarf::lines): New function.
16025
7ec911b0
JT
160262015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16027
16028 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16029 SYMBOL_PREFIX for x86_64-*-cygwin.
16030
ff908ebf
AW
160312015-03-26 Andy Wingo <wingo@igalia.com>
16032
16033 PR symtab/18148
16034 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16035 const_value but not a location.
16036 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16037 location defined in non-main CUs are visible.
16038
6d5f0679
YQ
160392015-03-26 Yao Qi <yao.qi@linaro.org>
16040
16041 PR testsuite/18139
16042 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16043 Add a line number entry for the same line.
16044 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16045 Add a line number entry for the same line.
16046
2898689b
YQ
160472015-03-26 Yao Qi <yao.qi@linaro.org>
16048
16049 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16050 .int 0.
16051 (func): Likewise. Add .Lfunc_1 label.
16052 Use .Lfunc_1 label.
16053 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16054 .int 0.
16055 (func): Likewise.
16056 Use .Lfunc_1 label.
16057
85180498
YQ
160582015-03-26 Yao Qi <yao.qi@linaro.org>
16059
16060 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16061 Call gdb_compile instead to compile each .s files without debug
16062 information.
16063
8aa08a8d
YQ
160642015-03-26 Yao Qi <yao.qi@linaro.org>
16065
16066 * gdb.base/savedregs.exp (process_saved_regs): Make
16067 "Saved registers:" optional in the pattern.
16068
66849923
MM
160692015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16070
16071 * gdb.btrace/next.exp: Merged into step.exp.
16072 * gdb.btrace/finish.exp: Merged into step.exp.
16073 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16074 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16075 "record goto" and checking the exact replay position.
16076 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16077 check for "Recording format" in "info record" output.
16078 * gdb.btrace/record_goto.exp: Choose test file based on target.
16079 * gdb.btrace/x86-record_goto.S: Renamed into ...
16080 * gdb.btrace/x86_64-record_goto.S: ... this.
16081 * gdb.btrace/i686-record_goto.S: New.
16082 * gdb.btrace/x86-tailcall.S: Renamed into ...
16083 * gdb.btrace/x86_64-tailcall.S: ... this.
16084 * gdb.btrace/i686-tailcall.S: New.
16085 * gdb.btrace/x86-tailcall.c: Renamed into ...
16086 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16087 separate statements. Update test.
16088 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16089 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16090 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16091 * gdb.btrace/tailcall.exp: Choose test file based on target.
16092 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16093
11cc1b74
MM
160942015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16095
16096 * gdb.btrace/exception.exp: Increase BTS buffer size.
16097
a25d8bf9
PA
160982015-03-24 Pedro Alves <palves@redhat.com>
16099
16100 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16101
856e7dd6
PA
161022015-03-24 Pedro Alves <palves@redhat.com>
16103
16104 * gdb.threads/schedlock.exp (test_step): No longer expect that
16105 "set scheduler-locking step" with "next" over a function call runs
16106 threads unlocked.
16107
ad235a41
AT
161082015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16109
16110 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16111
15630549
AT
161122015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16113
16114 PR breakpoints/16466
16115 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16116 * gdb.mi/mi-pending.c (thread_func): New function.
16117 (int main): Add threading support required.
16118 * gdb.mi/mi-pending.exp: Add tests for this issue.
16119 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16120 (pendfunc2): Remove stdio dependency.
16121 * gdb.mi/mi-pendshr2.c: New file.
16122
693dca06
KS
161232015-03-23 Keith Seitz <keiths@redhat.com>
16124
16125 * gdb.linespec/keywords.c: New file.
16126 * gdb.linespec/keywords.exp: New file.
16127
7e993ebf
KS
161282015-03-23 Keith Seitz <keiths@redhat.com>
16129
16130 PR gdb/18021
16131 * gdb.dwarf2/staticvirtual.exp: New test.
16132
bc23328c
JK
161332015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16134
16135 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16136 * README: Remove HP-UX and gdb.hp.
16137 (configuration):
16138 * configure: Regenerate.
16139 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16140 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16141 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16142 gdb.hp/gdb.defects/Makefile.
16143 * gdb.hp/Makefile.in: File deleted.
16144 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16145 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16146 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16147 * gdb.hp/gdb.aCC/run.c: File deleted.
16148 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16149 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16150 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16151 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16152 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16153 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16154 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16155 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16156 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16157 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16158 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16159 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16160 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16161 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16162 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16163 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16164 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16165 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16166 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16167 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16168 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16169 * gdb.hp/gdb.compat/average.c: File deleted.
16170 * gdb.hp/gdb.compat/sum.c: File deleted.
16171 * gdb.hp/gdb.compat/xdb.c: File deleted.
16172 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16173 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16174 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16175 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16176 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16177 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16178 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16179 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16180 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16181 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16182 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16183 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16184 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16185 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16186 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16187 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16188 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16189 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16190 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16191 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16192 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16193 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16194 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16195 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16196 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16197 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16198 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16199 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16200 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16201 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16202 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16203 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16204 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16205 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16206 * gdb.hp/tools/odump: File deleted.
16207
8bf3b159
PA
162082015-03-19 Pedro Alves <palves@redhat.com>
16209
16210 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16211 (saw_thread_3): New globals.
16212 (top level): Increment them when an event for the corresponding
16213 thread is seen.
16214 (no thread starvation): New test.
16215
eb54c8bf
PA
162162015-03-19 Pedro Alves <palves@redhat.com>
16217
16218 * gdb.threads/continue-pending-status.c: New file.
16219 * gdb.threads/continue-pending-status.exp: New file.
16220
32d2e5d6
PA
162212015-03-18 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16224 Use gdb_is_target_remote instead of is_remote. Use
16225 gdb_test_multiple instead of gdb_expect. Exit early if
16226 gdb_test_multiple hits its internal matches. Tighten stepi tests
16227 expected output. Fail on exit with any signal, instead of just
16228 SIGILL.
16229
f68f11b7
YQ
162302015-03-18 Yao Qi <yao.qi@linaro.org>
16231
16232 PR tdep/18107
16233 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16234 variable.
16235 * gdb.base/catch-syscall.exp: Don't skip it on
16236 aarch64*-*-linux* target. Remove elements in all_syscalls.
16237 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16238 target.
16239 (setup_all_syscalls): New proc.
16240
ca5fd19b
YQ
162412015-03-16 Yao Qi <yao.qi@linaro.org>
16242
16243 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16244 (top level): Skip tests if valid_addr_p returns false for
16245 $cmd1 or $cmd2.
16246
85642ba0
AW
162472015-03-11 Andy Wingo <wingo@igalia.com>
16248
16249 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16250
e03f9645
YQ
162512015-03-11 Yao Qi <yao.qi@linaro.org>
16252
16253 * gdb.base/catch-syscall.exp: Fix typo in comments.
16254
5d0962b2
YQ
162552015-03-11 Yao Qi <yao.qi@linaro.org>
16256
16257 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16258
b2df3cef
PA
162592015-03-09 Pedro Alves <palves@redhat.com>
16260
16261 * dg-extract-results.py: Delete.
16262
ef878e53
PA
162632015-03-09 Pedro Alves <palves@redhat.com>
16264
16265 Merge dg-extract-results.sh from GCC upstream (r218843).
16266
16267 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16268 * dg-extract-results.sh: Use --text with grep to avoid issues with
16269 binary files. Fall back to cat -v, if that doesn't work.
16270
9494d219
PA
162712015-03-05 Pedro Alves <palves@redhat.com>
16272
16273 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16274
a8d9763a
SM
162752015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16276
16277 * lib/mi-support.exp (mi_expect_interrupt): Accept
16278 alternative event for when in all-stop mode.
16279
be9957b8
PA
162802015-03-04 Pedro Alves <palves@redhat.com>
16281
16282 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16283
d57be0f4 162842015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16285
16286 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16287
c214c7cf
AA
162882015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16289
16290 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16291 regexps for GDB's current line display, accept a hex address
16292 preceding the line number.
16293
6d74a497
AA
162942015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16295
16296 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16297 the 'arch1' variable for "s390*-linux*" targets.
16298
511aee7c
PA
162992015-03-04 Pedro Alves <palves@redhat.com>
16300
16301 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16302 (main): Pass missing retval argument to pthread_join call.
16303
95e50b27
PA
163042015-03-02 Pedro Alves <palves@redhat.com>
16305
16306 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16307 (top level): Call do_test with non-stop as well.
16308
28054d69
PA
163092015-03-02 Pedro Alves <palves@redhat.com>
16310
16311 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16312 -1.
16313
4fa5d7b4
AA
163142015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16315
16316 * gdb.arch/s390-vregs.exp: New test.
16317 * gdb.arch/s390-vregs.S: New file.
16318
97c18565
PA
163192015-02-27 Pedro Alves <palves@redhat.com>
16320
16321 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16322 call to catch_command_errors.
16323 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16324 catch_command_errors.
16325
a37bfa30
PA
163262015-02-27 Pedro Alves <palves@redhat.com>
16327
16328 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16329 "true" for boolean result.
16330 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16331 prototype of main.
16332
6f98576f
PA
163332015-02-27 Pedro Alves <palves@redhat.com>
16334
16335 * lib/unbuffer_output.c: New file.
16336 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16337 (main): Call gdb_unbuffer_output.
16338
eba5ab56
YQ
163392015-02-27 Yao Qi <yao.qi@linaro.org>
16340
16341 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16342 target.
16343
0def5aaa
DE
163442015-02-26 Doug Evans <dje@google.com>
16345
16346 * gdb.cp/class2.cc (Dbase, D): New classes.
16347 (main): New local delta.
16348 * gdb.cp/class2.exp: Test printing delta.
16349 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16350 (dynbar): New global.
16351 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16352
081a1c2c
JK
163532015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16354
16355 * gdb.compile/compile-ifunc.c: New file.
16356 * gdb.compile/compile-ifunc.exp: New file.
16357
2f41223f
AT
163582015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16359
16360 * gdb.base/structs.exp: Check for correct struct on finish.
16361
03eddd80
YQ
163622015-02-26 Yao Qi <yao.qi@linaro.org>
16363
16364 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16365 is zero.
16366
80c57053
JK
163672015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16368
16369 * gdb.arch/cordic.ko.bz2: New file.
16370 * gdb.arch/cordic.ko.debug.bz2: New file.
16371 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16372
21613c12
YQ
163732015-02-25 Yao Qi <yao.qi@linaro.org>
16374
16375 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16376 aarch64*-*-* target.
16377
d8b901ed
PA
163782015-02-23 Pedro Alves <palves@redhat.com>
16379
16380 * lib/gdb.exp (delete_breakpoints): Rewrite using
16381 gdb_test_multiple.
16382
e5b85ead
PA
163832015-02-23 Pedro Alves <palves@redhat.com>
16384
16385 * gdb.base/info-os.c: Include stdlib.h.
16386
85c3a371
DE
163872015-02-22 Doug Evans <xdje42@gmail.com>
16388
16389 PR symtab/17855
16390 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16391 is read after symbols have been re-read.
16392 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16393 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16394
96553a0c
DE
163952015-02-21 Doug Evans <dje@google.com>
16396
16397 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16398
97a0c697
JK
163992015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16400
16401 PR corefiles/17808
16402 * gdb.arch/i386-biarch-core.core.bz2: New file.
16403 * gdb.arch/i386-biarch-core.exp: New file.
16404
a47cd6e9
PA
164052015-02-21 Pedro Alves <palves@redhat.com>
16406
16407 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16408 runto_main fails.
16409
c5facdc4
PA
164102015-02-20 Pedro Alves <palves@redhat.com>
16411
16412 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16413 info probes.
16414
2db9a427
PA
164152015-02-20 Pedro Alves <palves@redhat.com>
16416
16417 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16418
60fb7e9e
PA
164192015-02-20 Pedro Alves <palves@redhat.com>
16420
16421 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16422 clean_restart before gdb_target_supports_trace.
16423
5c5019c2
PA
164242015-02-20 Pedro Alves <palves@redhat.com>
16425
16426 PR threads/18006
16427 * gdb.threads/clone-thread_db.c: New file.
16428 * gdb.threads/clone-thread_db.exp: New file.
16429
c9587f88
AT
164302015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16431
16432 PR breakpoints/16812
16433 * gdb.base/catch-gdb-caused-signals.c: New file.
16434 * gdb.base/catch-gdb-caused-signals.exp: New file.
16435
f6a88844
JM
164362015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16437
16438 * configure: Regenerated.
16439 * configure.ac: Use GDB_AC_TRANSFORM.
16440 * aclocal.m4: sinclude ../transform.m4.
16441
497c491b
JM
164422015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16443
16444 * lib/dtrace.exp: New file.
16445 * gdb.base/dtrace-probe.exp: Likewise.
16446 * gdb.base/dtrace-probe.d: Likewise.
16447 * gdb.base/dtrace-probe.c: Likewise.
16448 * lib/pdtrace.in: Likewise.
16449 * configure.ac: Output variables with the transformed names of
16450 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16451 * configure: Regenerated.
16452
03e98035
JM
164532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16454
16455 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16456 expected message when trying to access $_probe_* convenience
16457 variables while not on a probe.
16458
63cc30e9
JK
164592015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16460
16461 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16462
0703599a
PA
164632015-02-11 Pedro Alves <pedro@codesourcery.com>
16464
16465 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16466 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16467
7e60a48e
DE
164682015-02-10 Doug Evans <xdje42@gmail.com>
16469
16470 * lib/gdb.exp (gdb_load): Always return a result.
16471
01b088bc
PA
164722015-02-10 Pedro Alves <palves@redhat.com>
16473
16474 * gdb.threads/signal-sigtrap.c: New file.
16475 * gdb.threads/signal-sigtrap.exp: New file.
16476
b05ec7a5
AT
164772015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16478
16479 * gdb.trace/no-attach-trace.c: New file.
16480 * gdb.trace/no-attach-trace.exp: New file.
16481
a2c2acaf
MW
164822015-02-09 Mark Wielaard <mjw@redhat.com>
16483
16484 * gdb.dwarf2/atomic.c: New file.
16485 * gdb.dwarf2/atomic-type.exp: Likewise.
16486
31fd9caa
MM
164872015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16488
16489 * gdb.btrace/buffer-size.exp: Update "info record" output.
16490 * gdb.btrace/delta.exp: Update "info record" output.
16491 * gdb.btrace/enable.exp: Update "info record" output.
16492 * gdb.btrace/finish.exp: Update "info record" output.
16493 * gdb.btrace/instruction_history.exp: Update "info record" output.
16494 * gdb.btrace/next.exp: Update "info record" output.
16495 * gdb.btrace/nexti.exp: Update "info record" output.
16496 * gdb.btrace/step.exp: Update "info record" output.
16497 * gdb.btrace/stepi.exp: Update "info record" output.
16498 * gdb.btrace/nohist.exp: Update "info record" output.
16499
d33501a5
MM
165002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16501
16502 * gdb.btrace/buffer-size: New.
16503
f4abbc16
MM
165042015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16505
16506 * gdb.btrace/delta.exp: Update "info record" output.
16507 * gdb.btrace/enable.exp: Update "info record" output.
16508 * gdb.btrace/finish.exp: Update "info record" output.
16509 * gdb.btrace/instruction_history.exp: Update "info record" output.
16510 * gdb.btrace/next.exp: Update "info record" output.
16511 * gdb.btrace/nexti.exp: Update "info record" output.
16512 * gdb.btrace/step.exp: Update "info record" output.
16513 * gdb.btrace/stepi.exp: Update "info record" output.
16514 * gdb.btrace/nohist.exp: Update "info record" output.
16515
b9d61307
SM
165162015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16517
16518 PR gdb/15678
16519 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16520
e584fdbc
PA
165212015-02-06 Pedro Alves <palves@redhat.com>
16522
16523 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16524 macro.
16525 (seconds_left, again): New globals.
16526 (main): Wait seconds_left in a 1-second sleep loop instead of
16527 sleeping 180 seconds. If 'again' is set, reset the seconds
16528 counter.
16529 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16530 'again' in the inferior before detaching. Print the seconds left.
16531 (options): New global.
16532 (top level): Build program with -DTIMEOUT=$timeout.
16533
77f41761
PA
165342015-02-06 Pedro Alves <palves@redhat.com>
16535
16536 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16537 determine how many seconds to pass to 'alarm'.
16538 * gdb.base/gdb-sigterm.exp (top level): Build program with
16539 -DTIMEOUT=$timeout.
16540 (do_test): Return success/failure indication. Add more verbose
16541 logging. Don't fail if 200 single steps are seen. Instead, fail
16542 when the test times out.
16543 (passes): New global.
16544 (top level): Break the testing loop if testing fails on any
16545 iteration. Use gdb_assert.
16546
b9394193
DB
165472015-02-04 Don Breazeal <donb@codesourcery.com>
16548
16549 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16550 and initialize them.
16551 (ipc_cleanup): New function.
16552 (main): Don't declare shmid, semid, and msqid. Add a call to
16553 atexit so that we call ipc_cleanup on exit.
16554
42d9e528
PA
165552015-02-04 Pedro Alves <palves@redhat.com>
16556
16557 * boards/native-extended-gdbserver.exp: Remove any target variant
16558 specifications from the board name before clearing the isremote
16559 flag from board_info.
16560
ae6ae975
DE
165612015-01-31 Doug Evans <xdje42@gmail.com>
16562
16563 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16564
cfb069a8
GB
165652015-01-31 Gary Benson <gbenson@redhat.com>
16566
16567 * gdb.base/completion.exp: Disable completion limiting for
16568 existing tests. Add new tests to check completion limiting.
16569 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16570
5dd31d79
DE
165712015-01-31 Doug Evans <xdje42@gmail.com>
16572
16573 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16574
9f050062
DE
165752015-01-31 Doug Evans <xdje42@gmail.com>
16576
16577 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16578 entries. Duplicate file section script entries.
16579 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16580 inlined entries. Add test for safe-path rejection.
16581 * gdb.python/py-section-script.c: Add duplicate inlined section script
16582 entries. Duplicate file section script entries.
16583 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16584 inlined entries. Add test for safe-path rejection.
16585
df25ebbd
JB
165862015-01-29 Joel Brobecker <brobecker@adacore.com>
16587
16588 * gdb.ada/disc_arr_bound: New testcase.
16589
4a0ca9ec
JB
165902015-01-29 Joel Brobecker <brobecker@adacore.com>
16591
16592 * gdb.ada/mi_var_array: New testcase.
16593
3a8b707a
DE
165942015-01-27 Doug Evans <dje@google.com>
16595
16596 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16597 Add test for objfile.filename, objfile.username after objfile
16598 has been unloaded.
16599
f8313f6e
JB
166002015-01-26 Joel Brobecker <brobecker@adacore.com>
16601
16602 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16603 the second test to print the name attribute of value
16604 returned by the call to gdb.lookup_type, and adjust
16605 the expected output accordingly.
16606
37bc665e
MW
166072015-01-25 Mark Wielaard <mjw@redhat.com>
16608
16609 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16610 * gdb.base/disp-step-fork.c: Include unistd.h.
16611 * gdb.base/siginfo-obj.c: Include stdio.h.
16612 * gdb.base/siginfo-thread.c: Likewise.
16613 * gdb.mi/non-stop.c: Include unistd.h.
16614 * gdb.mi/nsthrexec.c: Include stdio.h.
16615 * gdb.mi/pthreads.c: Include unistd.h.
16616 * gdb.modula2/unbounded1.c (main): Declare returns int.
16617 * gdb.reverse/consecutive-reverse.c: Likewise.
16618 * gdb.threads/create-fail.c: Include unistd.h.
16619 * gdb.threads/killed.c: Likewise.
16620 * gdb.threads/linux-dp.c: Likewise.
16621 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16622 * gdb.threads/non-ldr-exc-2.c: Likewise.
16623 * gdb.threads/non-ldr-exc-3.c: Likewise.
16624 * gdb.threads/non-ldr-exc-4.c: Likewise.
16625 * gdb.threads/pthreads.c: Include unistd.h.
16626 (main): Declare returns int.
16627 * gdb.threads/tls-main.c (foo): New declaration.
16628 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16629
f7e5394d
SM
166302015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16631
16632 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16633 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16634
743649fd
MW
166352015-01-15 Mark Wielaard <mjw@redhat.com>
16636
16637 * gdb.base/noreturn-return.c: New file.
16638 * gdb.base/noreturn-return.exp: New file.
16639 * gdb.base/noreturn-finish.c: New file.
16640 * gdb.base/noreturn-finish.exp: New file.
16641
198297aa
PA
166422015-01-23 Pedro Alves <palves@redhat.com>
16643
16644 * gdb.threads/continue-pending-after-query.c: New file.
16645 * gdb.threads/continue-pending-after-query.exp: New file.
16646
717cf30c
AG
166472015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16648 Simon Marchi <simon.marchi@ericsson.com>
16649
16650 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16651 * gdb.base/valgrind-db-attach.exp: Same.
16652 * gdb.base/valgrind-infcall.exp: Same.
16653 * lib/mi-support.exp (default_mi_gdb_start): Same.
16654 * lib/prompt.exp (default_prompt_gdb_start): Same.
16655 * lib/gdb.exp (default_gdb_spawn): Same.
16656 (gdb_interact): New.
16657
16658
4b62a76e
JK
166592015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16660
16661 * gdb.compile/compile.exp (pointer to jit function): New test.
16662
b4cdae6f
WW
166632015-01-17 Wei-cheng Wang <cole945@gmail.com>
16664
16665 * lib/gdb.exp (supports_process_record): Return true for
16666 powerpc*-*-linux*.
16667 (supports_reverse): Likewise.
16668
d221e7ef
DB
166692015-01-15 Don Breazeal <donb@codesourcery.com>
16670
16671 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16672 instead of checking whether the target board is remote and
16673 use spawn_wait_for_attach instead of exec/sleep.
16674 * gdb.base/attach-twice.exp: Likewise.
16675
bafffb51
JB
166762015-01-15 Joel Brobecker <brobecker@adacore.com>
16677
16678 * gdb.ada/var_arr_attrs: New testcase.
16679
5589af0e
PA
166802015-01-14 Pedro Alves <palves@redhat.com>
16681 Joel Brobecker <brobecker@adacore.com>
16682
16683 PR gdb/17525
16684 * gdb.base/bp-cmds-execution-x-script.c: New file.
16685 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16686 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16687
6c400b59
PA
166882015-01-14 Pedro Alves <palves@redhat.com>
16689
16690 PR cli/17828
16691 * gdb.base/batch-preserve-term-settings.c: New file.
16692 * gdb.base/batch-preserve-term-settings.exp: New file.
16693
e02c96a7
DE
166942015-01-13 Doug Evans <dje@google.com>
16695
16696 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16697 binary.
16698
576fd14c
JB
166992015-01-13 Joel Brobecker <brobecker@adacore.com>
16700
16701 * Makefile.in (clean mostlyclean): Do not delete *.py.
16702
04dccad0
JB
167032015-01-13 Joel Brobecker <brobecker@adacore.com>
16704
16705 * gdb.python/py-lookup-type.exp: New file.
16706
3d230f71
PA
167072015-01-12 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16710 restore GDBFLAGS before returning.
16711
7e67715d
JK
167122015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16713
16714 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16715 is_amd64_regs_target and is_x86_like_target.
16716
f2e0d4b4
DE
167172015-01-11 Doug Evans <xdje42@gmail.com>
16718
16719 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16720 is given without an explicit form.
16721 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16722 attributes.
16723 * gdb.dwarf/corrupt.exp: Ditto.
16724 * gdb.dwarf2/enum-type.exp: Ditto.
16725 * gdb.trace/entry-values.exp: Ditto.
16726 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16727
439250fb
DE
167282015-01-11 Doug Evans <xdje42@gmail.com>
16729
16730 PR gdb/15830
16731 * gdb.base/maint.exp: Remove references to "maint demangle".
16732 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16733 Add tests for explicitly specifying language to demangle.
16734 * gdb.dlang/demangle.exp: Ditto.
16735
ede9f622
PA
167362015-01-09 Pedro Alves <palves@redhat.com>
16737
16738 * gdb.threads/non-stop-fair-events.c: New file.
16739 * gdb.threads/non-stop-fair-events.exp: New file.
16740
a7b796db
PA
167412015-01-09 Pedro Alves <palves@redhat.com>
16742
16743 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16744 the global scope. Set a breakpoint after all threads are started
16745 rather than stepping over two source lines. Expect the prompt.
16746 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16747 global.
16748 (NUM): Now 15.
16749 (main): Use threads_started_barrier to wait for all threads to
16750 start. Main thread no longer calls thread_function. Exit after
16751 180 seconds.
16752 (loop): New function.
16753 (thread_function): Wait on threads_started_barrier barrier. Call
16754 'loop' at each iteration.
16755 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16756 threads have started, instead of hardcoding number of "next"
16757 steps. Use an access watchpoint instead of a write watchpoint.
16758
9665ffdd
PA
167592015-01-09 Pedro Alves <palves@redhat.com>
16760
16761 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16762 (thread_func): Wait on barrier.
16763 (main): Wait for all threads to start before stopping GDB.
16764 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16765 global.
16766 (thread1_func, thread2_func): Wait on barrier.
16767 (main): Wait for all threads to start before stopping GDB.
16768 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16769 New global.
16770 (thread1_func, thread2_func): Wait on barrier.
16771 (main): Wait for all threads to start before stopping GDB.
16772
c945a99f
PA
167732015-01-09 Pedro Alves <palves@redhat.com>
16774
16775 * gdb.threads/attach-many-short-lived-threads.c: New file.
16776 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16777
c1a747c1
PA
167782014-01-09 Pedro Alves <palves@redhat.com>
16779
16780 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16781 instead of to thread 2.
16782 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16783 Add barrier around each pthread_create call instead of around all
16784 calls.
16785 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16786 Set a break on thread_function and have the child threads hit it
16787 one at at a time.
16788
60b3033e
PA
167892015-01-09 Pedro Alves <palves@redhat.com>
16790
16791 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16792 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16793 false.
16794 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16795 checking whether the target board is remote.
16796 * gdb.multi/multi-attach.exp: Likewise.
16797 * gdb.python/py-sync-interp.exp: Likewise.
16798 * gdb.server/ext-attach.exp: Likewise.
16799 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16800 tests that need to attach, instead of checking whether the target
16801 board is remote at the top of the file.
16802
acc018ac
YQ
168032015-01-08 Yao Qi <yao@codesourcery.com>
16804
16805 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16806
50a18af8
JK
168072015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16808
16809 Fix testcase compilation.
16810 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16811
8503d6e1
JB
168122015-01-06 Joel Brobecker <brobecker@adacore.com>
16813
16814 * gdb.python/py-type.exp: Add a couple test about empty
16815 array creation, and negative-length array creation.
16816
cc73dbcc
DE
168172015-01-02 Doug Evans <xdje42@gmail.com>
16818
16819 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16820
0300bbc7
DE
168212015-01-02 Doug Evans <dje@google.com>
16822
16823 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16824
9d85a0ec
YQ
168252014-12-29 Yao Qi <yao@codesourcery.com>
16826
16827 * gdb.trace/entry-values.exp: Update comments. Rename variable
16828 bar_call_foo to returned_from_foo.
16829
87186c6a
MMN
168302014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16831
16832 PR gdb/17394
16833 * gdb.linespec/break-asm-file.c: New file.
16834 * gdb.linespec/break-asm-file.exp: New file.
16835 * gdb.linespec/break-asm-file0.s: New file.
16836 * gdb.linespec/break-asm-file1.s: New file.
16837
1bab7383
YQ
168382014-12-18 Nigel Stephens <nigel@mips.com>
16839 Maciej W. Rozycki <macro@codesourcery.com>
16840
16841 * gdb.base/float.exp: Handle the new output from "info float" on
16842 MIPS targets.
16843
1bc1068a
JK
168442014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16845
16846 Fix MinGW compilation.
16847 * gdb.compile/compile-ops.exp: Update untested message if
16848 !skip_compile_feature_tests.
16849 * gdb.compile/compile-setjmp.exp: Likewise.
16850 * gdb.compile/compile-tls.exp: Likewise.
16851 * gdb.compile/compile.exp: Likewise.
16852 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16853 supported on this host".
16854
b6615d10
DE
168552014-12-16 Doug Evans <xdje42@gmail.com>
16856
16857 * boards/stabs.exp: New file.
16858
25dda427
AA
168592014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16860
16861 * gdb.base/completion.exp: Adjust to format changes of "maint
16862 print user-registers".
16863
bf330350
CU
168642014-12-16 Catalin Udma <catalin.udma@freescale.com>
16865
16866 PR server/17457
16867 * gdb.arch/aarch64-fp.c: New file.
16868 * gdb.arch/aarch64-fp.exp: New file.
16869
395cf596
SDJ
168702014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16871
16872 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16873 r210637, r210913, r211666, r215400, r215817).
16874
16875 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16876 * dg-extract-results.py: New file.
16877 * dg-extract-results.sh: Use it if the environment seems
16878 suitable.
16879
16880 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16881
16882 * dg-extract-results.py (parse_run): Handle warnings that
16883 are printed before a test harness is run.
16884
16885 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16886
16887 * dg-extract-results.py (Named): Remove __cmp__ method.
16888 (output_variation): Use a key to sort variation.harnesses.
16889
16890 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16891
16892 * dg-extract-results.py: For Python 3, force sys.stdout to
16893 handle surrogate escape sequences.
16894 (safe_open): New function.
16895 (output_segment, main): Use it.
16896
16897 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16898
16899 * dg-extract-results.py (Prog.result_re): Include options
16900 in test name.
16901
16902 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16903
16904 * dg-extract-results.py (output_variation): Always sort if
16905 do_sum.
16906
e882ef3c
SM
169072014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16908
16909 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16910 as long as we get pagination notifications.
16911
4992aa20
JM
169122014-12-15 Jason Merrill <jason@redhat.com>
16913
16914 * Makefile.in (check-gdb.%): Restore.
16915 * README: Mention it.
16916
c1b5a1a6
JB
169172014-12-13 Joel Brobecker <brobecker@adacore.com>
16918
16919 * gdb.ada/str_uninit: New testcase.
16920
5537b577
JK
169212014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16922
16923 PR symtab/17642
16924 * gdb.base/vla-stub-define.c: New file.
16925 * gdb.base/vla-stub.c: New file.
16926 * gdb.base/vla-stub.exp: New file.
16927
bb2ec1b3
TT
169282014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16929 Jan Kratochvil <jan.kratochvil@redhat.com>
16930 Tom Tromey <tromey@redhat.com>
16931
16932 * configure.ac: Add gdb.compile/.
16933 * configure: Regenerate.
16934 * gdb.compile/Makefile.in: New file.
16935 * gdb.compile/compile-ops.exp: New file.
16936 * gdb.compile/compile-ops.c: New file.
16937 * gdb.compile/compile-tls.c: New file.
16938 * gdb.compile/compile-tls.exp: New file.
16939 * gdb.compile/compile-constvar.S: New file.
16940 * gdb.compile/compile-constvar.c: New file.
16941 * gdb.compile/compile-mod.c: New file.
16942 * gdb.compile/compile-nodebug.c: New file.
16943 * gdb.compile/compile-setjmp-mod.c: New file.
16944 * gdb.compile/compile-setjmp.c: New file.
16945 * gdb.compile/compile-setjmp.exp: New file.
16946 * gdb.compile/compile-shlib.c: New file.
16947 * gdb.compile/compile.c: New file.
16948 * gdb.compile/compile.exp: New file.
16949 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16950
4ff709eb
TT
169512014-12-12 Tom Tromey <tromey@redhat.com>
16952
16953 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16954 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16955
6dddd6a5
DE
169562014-12-12 Doug Evans <dje@google.com>
16957
16958 * lib/gdb-python.exp (get_python_valueof): New function.
16959 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16960
71c24708
AA
169612014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16962
16963 * gdb.base/completion.exp: Add test for completion of "info
16964 registers ".
16965
3e29f34a
MR
169662014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16967
16968 * gdb.base/func-ptrs.c: New file.
16969 * gdb.base/func-ptrs.exp: New file.
16970
fc126975
SM
169712014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16972
16973 PR breakpoints/17012
16974 * gdb.base/dprintf-detach.c: New file.
16975 * gdb.base/dprintf-detach.exp: New file.
16976
0a46d518
SM
169772014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16978
16979 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16980 * lib/gdb.exp (target_is_gdbserver): New procedure.
16981
a0be3e44
DE
169822014-12-08 Doug Evans <dje@google.com>
16983
16984 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16985
df1b803a
YQ
169862014-12-05 Yao Qi <yao@codesourcery.com>
16987
16988 * gdb.guile/scm-error.exp: Remove the third argument to
16989 gdb_remote_download.
16990 * gdb.guile/scm-frame-args.exp: Likewise.
16991 * gdb.guile/scm-section-script.exp: Likewise.
16992
ddb9f679
YQ
169932014-12-05 Yao Qi <yao@codesourcery.com>
16994
16995 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16996
86e4ed39
DE
169972014-12-04 Doug Evans <dje@google.com>
16998
16999 * gdb.python/py-objfile.exp: Add tests for
17000 objfile.add_separate_debug_file.
17001
7c50a931
DE
170022014-12-04 Doug Evans <dje@google.com>
17003
17004 * lib/gdb.exp (get_build_id): New function.
17005 (build_id_debug_filename_get): Rewrite to use it.
17006 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17007
621661e3
MR
170082014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17009
17010 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17011 `method(long)', not just 0x0.
17012 * gdb.cp/nsalias.exp: Align code labels to 4.
17013 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17014 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17015 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17016 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17017 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17018 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17019
29f0c3b7
DE
170202014-12-02 Doug Evans <dje@google.com>
17021
e1e061e7 17022 PR symtab/17602
29f0c3b7 17023 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17024 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17025 * gdb.cp/anon-ns.exp: Update.
17026
162078c8
NB
170272014-12-02 Nick Bull <nicholaspbull@gmail.com>
17028
17029 * gdb.python/py-events.py (inferior_call_handler): New.
17030 (register_changed_handler, memory_changed_handler): New.
17031 (test_events.invoke): Register new handlers.
17032 * gdb.python/py-events.exp: Add tests for inferior call,
17033 memory_changed and register_changed events.
17034
fdb09caf
AA
170352014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17036
17037 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17038 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17039 if the linker doesn't understand this.
17040
55cfb2c4
SM
170412014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17042
17043 * gdb.python/python.exp: Change expected reply to help().
17044
9e8cd6df
YQ
170452014-12-01 Yao Qi <yao@codesourcery.com>
17046
17047 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17048 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17049 * configure: Re-generated.
17050
6c659fc2
SC
170512014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17052
17053 * gdb.cp/chained-calls.cc: New file.
17054 * gdb.cp/chained-calls.exp: New file.
17055 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17056
d7fc3181
SM
170572014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17058
17059 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17060 * gdb.dwarf2/symtab-producer.exp: Same.
17061 * gdb.gdb/python-interrupts.exp: Same.
17062 * gdb.gdb/python-selftest.exp: Same.
17063 * gdb.python/py-linetable.exp: Same.
17064 * gdb.python/py-type.exp: Same.
17065 * gdb.python/py-value-cc.exp: Same.
17066 * gdb.python/py-value.exp: Same.
17067
10e79639
YQ
170682014-11-28 Yao Qi <yao@codesourcery.com>
17069
17070 * gdb.base/break-probes.exp: Match library name prefixed with
17071 sysroot.
17072
f28a0564
SM
170732014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17074
17075 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17076 test expected output. Add parentheses for the call to print.
17077 Remove L suffix from integers.
17078
3fe1ce1d
DE
170792014-11-26 Doug Evans <dje@google.com>
17080
17081 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17082
84429e27
YQ
170832014-11-22 Yao Qi <yao@codesourcery.com>
17084
17085 * gdb.trace/entry-values.c: Remove asms.
17086 (foo): Add foo_label.
17087 (bar): Add bar_label.
17088 * gdb.trace/entry-values.exp: Remove code computing foo's
17089 length and bar's length.
17090 (Dwarf::assemble): Invoke function_range for bar and use
17091 MACRO_AT_func for foo.
17092
26741859
YQ
170932014-11-22 Yao Qi <yao@codesourcery.com>
17094
17095 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17096 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17097 Use .Lgcc43_procstart instead of gcc43.
17098
45e44d27
JB
170992014-11-21 Joel Brobecker <brobecker@adacore.com>
17100
17101 * gdb.ada/n_arr_bound: New testcase.
17102
458c8db8
SDJ
171032014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17104
17105 PR breakpoints/10737
17106 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17107 test_catch_syscall_multi_arch.
17108 (test_catch_syscall_multi_arch): New function.
17109
43f3e411
DE
171102014-11-20 Doug Evans <xdje42@gmail.com>
17111
17112 * gdb.base/maint.exp: Update expected output.
17113
0d7b2549
AA
171142014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17115
17116 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17117 4-byte instruction on S390.
17118
8908fca5
JB
171192014-11-19 Joel Brobecker <brobecker@adacore.com>
17120
17121 * gdb.ada/arr_arr: New testcase.
17122
4a46959e
JB
171232014-11-19 Joel Brobecker <brobecker@adacore.com>
17124
17125 * gdb.ada/pkd_arr_elem: New Testcase.
17126
470e2f4e
LM
171272014-11-18 Luis Machado <lgustavo@codesourcery.com>
17128
17129 * gdb.reverse/break-precsave: Expect completion message for
17130 core file reads.
17131 * gdb.reverse/consecutive-precsave.exp: Likewise.
17132 * gdb.reverse/finish-precsave.exp: Likewise.
17133 * gdb.reverse/i386-precsave.exp: Likewise.
17134 * gdb.reverse/machinestate-precsave.exp: Likewise.
17135 * gdb.reverse/sigall-precsave.exp: Likewise.
17136 * gdb.reverse/solib-precsave.exp: Likewise.
17137 * gdb.reverse/step-precsave.exp: Likewise.
17138 * gdb.reverse/until-precsave.exp: Likewise.
17139 * gdb.reverse/watch-precsave.exp: Likewise.
17140
a267f3ad
AA
171412014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17142
17143 * gdb.base/bp-permanent.c: Include unistd.h.
17144 * gdb.python/py-framefilter-mi.c (main): Add return type.
17145 * gdb.python/py-framefilter.c (main): Likewise.
17146 * gdb.trace/actions-changed.c (main): Likewise.
17147
12084a9a
AA
171482014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17149
17150 * gdb.mi/until.c: Add eye-catchers.
17151 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17152 line numbers.
17153
dc7e1a77
AA
171542014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17155
17156 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17157 function header variants in break1.c.
17158 * gdb.base/ena-dis-br.exp: Likewise.
17159 * gdb.base/hbreak2.exp: Likewise.
17160 * gdb.reverse/until-precsave.exp: Drop references to removed
17161 non-prototype function header variants in ur1.c.
17162 * gdb.reverse/until-reverse.exp: Likewise.
17163
41c77605
PM
171642014-11-17 Petr Machata <pmachata@redhat.com>
17165
17166 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17167 ${_cu_offset_size} bytes abbrev offset.
17168
34248c3a
DE
171692014-11-15 Doug Evans <xdje42@gmail.com>
17170
17171 PR symtab/17559
17172 * gdb.base/line-symtabs.exp: New file.
17173 * gdb.base/line-symtabs.c: New file.
17174 * gdb.base/line-symtabs.h: New file.
17175
646da059
YQ
171762014-11-14 Yao Qi <yao@codesourcery.com>
17177
17178 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17179 (func): Add label func_label.
17180 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17181 Replace low_pc and high_pc with MACRO_AT_range.
17182 Replace name, low_pc and high_pc with MACRO_AT_func.
17183
9301ebe6
YQ
171842014-11-14 Yao Qi <yao@codesourcery.com>
17185
17186 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17187 Replace name, low_pc and high_pc with MACRO_AT_func.
17188
f166b542
YQ
171892014-11-14 Yao Qi <yao@codesourcery.com>
17190
17191 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17192 produce debug information.
17193 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17194
0f6e71e3
YQ
171952014-11-14 Yao Qi <yao@codesourcery.com>
17196
17197 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17198 object and get function length.
17199 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17200 with MACRO_AT_func.
17201 (top-level): Replace gdb_compile and clean_restart with
17202 prepare_for_testing.
17203 * gdb.dwarf2/main.c (main): Add label main_label.
17204
876c4df9
YQ
172052014-11-14 Yao Qi <yao@codesourcery.com>
17206
17207 * lib/dwarf.exp (function_range): New procedure.
17208 (Dwarf::_handle_macro_at_func): New procedure.
17209 (Dwarf::_handle_macro_at_range): New procedure.
17210 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17211
02ad9cf1
YQ
172122014-11-14 Yao Qi <yao@codesourcery.com>
17213
17214 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17215 (_handle_attribute): New procedure.
17216
a59add0c
AA
172172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17218
17219 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17220 * gdb.base/call-sc.c (zed): Likewise.
17221 * gdb.base/checkpoint.c (main): Likewise.
17222 * gdb.base/dump.c (main): Likewise.
17223 * gdb.base/gcore.c (main): Likewise.
17224 * gdb.base/huge.c (main): Likewise.
17225 * gdb.base/multi-forks.c (main): Likewise.
17226 * gdb.base/pr10179-a.c (main): Likewise.
17227 * gdb.base/savedregs.c (main): Likewise.
17228 * gdb.base/sigaltstack.c (main): Likewise.
17229 * gdb.base/siginfo.c (main): Likewise.
17230 * gdb.base/structs.c (zed): Likewise.
17231 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17232 * gdb.mi/mi-syn-frame.c (main): Likewise.
17233 * gdb.mi/until.c (foo, main): Likewise.
17234 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17235 * gdb.base/solib-weak.c (foo): Declare.
17236 * gdb.base/attach-twice.c: Include stdio.h.
17237 * gdb.base/weaklib1.c: Likewise.
17238 * gdb.base/weaklib2.c: Likewise.
17239 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17240 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17241 unistd.h.
17242 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17243 * gdb.mi/mi-exit-code.c: Likewise.
17244 * gdb.base/break-interp-lib.c: Include string.h.
17245 * gdb.base/coremaker.c: Likewise.
17246 * gdb.base/testenv.c: Likewise.
17247 * gdb.python/py-finish-breakpoint.c: Likewise.
17248 * gdb.base/inferior-died.c: Include sys/wait.h.
17249 * gdb.base/fileio.c: Include time.h.
17250 * gdb.base/async-shell.c: Include unistd.h.
17251 * gdb.base/dprintf-non-stop.c: Likewise.
17252 * gdb.base/info-os.c: Likewise.
17253 * gdb.mi/mi-console.c: Likewise.
17254 * gdb.mi/watch-nonstop.c: Likewise.
17255 * gdb.python/py-events.c: Likewise.
17256 * gdb.base/async.c (baz): Move up before its invocation.
17257 * gdb.base/code_elim2.c (my_global_func): Likewise.
17258 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17259 * gdb.base/advance.c (func2): Likewise.
17260
3b5d5997
AA
172612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17262
17263 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17264 variant.
17265 * gdb.base/annota3.c: Likewise.
17266 * gdb.base/async.c: Likewise.
17267 * gdb.base/average.c: Likewise.
17268 * gdb.base/call-ar-st.c: Likewise.
17269 * gdb.base/call-rt-st.c: Likewise.
17270 * gdb.base/call-sc.c: Likewise.
17271 * gdb.base/call-strs.c: Likewise.
17272 * gdb.base/ending-run.c: Likewise.
17273 * gdb.base/execd-prog.c: Likewise.
17274 * gdb.base/exprs.c: Likewise.
17275 * gdb.base/foll-exec.c: Likewise.
17276 * gdb.base/foll-fork.c: Likewise.
17277 * gdb.base/foll-vfork.c: Likewise.
17278 * gdb.base/funcargs.c: Likewise.
17279 * gdb.base/gcore.c: Likewise.
17280 * gdb.base/jump.c: Likewise.
17281 * gdb.base/langs0.c: Likewise.
17282 * gdb.base/langs1.c: Likewise.
17283 * gdb.base/langs2.c: Likewise.
17284 * gdb.base/mips_pro.c: Likewise.
17285 * gdb.base/nodebug.c: Likewise.
17286 * gdb.base/opaque0.c: Likewise.
17287 * gdb.base/opaque1.c: Likewise.
17288 * gdb.base/recurse.c: Likewise.
17289 * gdb.base/run.c: Likewise.
17290 * gdb.base/scope0.c: Likewise.
17291 * gdb.base/scope1.c: Likewise.
17292 * gdb.base/setshow.c: Likewise.
17293 * gdb.base/setvar.c: Likewise.
17294 * gdb.base/shmain.c: Likewise.
17295 * gdb.base/shr1.c: Likewise.
17296 * gdb.base/shr2.c: Likewise.
17297 * gdb.base/sigall.c: Likewise.
17298 * gdb.base/signals.c: Likewise.
17299 * gdb.base/so-indr-cl.c: Likewise.
17300 * gdb.base/solib2.c: Likewise.
17301 * gdb.base/structs.c: Likewise.
17302 * gdb.base/sum.c: Likewise.
17303 * gdb.base/vforked-prog.c: Likewise.
17304 * gdb.base/watchpoint.c: Likewise.
17305 * gdb.reverse/shr2.c: Likewise.
17306 * gdb.reverse/until-reverse.c: Likewise.
17307 * gdb.reverse/ur1.c: Likewise.
17308 * gdb.reverse/watch-reverse.c: Likewise.
17309
066a77c5
AA
173102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17311
17312 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17313 variant.
17314 * gdb.base/sepdebug.exp: Drop references to removed code.
17315
4f204ea5
AA
173162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17317
17318 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17319 variant. Preserve original line numbering.
17320 * gdb.base/list1.c: Likewise.
17321
3b377a3a
AA
173222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17323
17324 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17325 variant.
17326 * gdb.base/break1.c: Likewise.
17327 * gdb.base/break.exp: Drop references to removed code.
17328
e444df73
AA
173292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17330
17331 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17332 variant.
17333
8008f2a7
AA
173342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17335
17336 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17337
a5a06887
AA
173382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17339
17340 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17341 logic into perform_all_tests() and invoke it with and without
17342 function header prototypes.
17343 (do_function_calls): Remove conditional XFAIL for PR 5318.
17344 (rerun_and_prepare): Remove duplicate code.
17345 (perform_all_tests): New. Main logic moved here.
17346
44dba9b9
AA
173472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17348
17349 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17350 code guarded by #ifdef NO_PROTOTYPES.
17351 (t_double_many_args): Likewise.
17352 (DEF_FUNC_MANY_ARGS_1): Likewise.
17353 (DEF_FUNC_VALUES_1): Likewise.
17354 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17355 guarded by #ifdef PROTOTYPES.
17356
d1fbcd56
AA
173572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17358
17359 * gdb.mi/mi-console.c: Add eye-catcher.
17360 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17361 instead of literal line number.
17362
b0e59b8f
AA
173632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17364
17365 * gdb.base/shr2.c: Add eye-catcher.
17366 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17367 line number.
17368
78f98cca
AA
173692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17370
17371 * gdb.base/jump.c: Add eye-catchers.
17372 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17373 numbers.
17374
58fa2af0
AA
173752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17376
17377 * gdb.base/execd-prog.c: Add eye-catchers.
17378 * gdb.base/foll-exec.c: Likewise.
17379 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17380 line numbers.
17381
04e5059b
AA
173822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17383
17384 * gdb.base/ending-run.c: Add eye-catchers.
17385 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17386 literal line numbers.
17387
dbfdb174
AA
173882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17389
17390 * gdb.base/call-rt-st.c: Add eye-catchers.
17391 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17392 literal line numbers.
17393
888a2ade
AA
173942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17395
17396 * gdb.base/call-ar-st.c: Add eye-catchers.
17397 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17398 literal line numbers.
17399
6acc2dde
AA
174002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17401
17402 * gdb.base/average.c: Add eye-catchers.
17403 * gdb.base/sum.c: Likewise.
17404 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17405 regexps dynamically.
17406
9ecfcd1d
AA
174072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17408
17409 * gdb.base/solib1.c: Add eye-catchers.
17410 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17411 literal line numbers.
17412
78708b7c
PA
174132014-11-12 Pedro Alves <palves@redhat.com>
17414
17415 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17416 leader has exited.
17417
af48d08f
PA
174182014-11-12 Pedro Alves <palves@redhat.com>
17419
17420 * gdb.arch/i386-bp_permanent.c: New file.
17421 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17422 (srcfile): Set to i386-bp_permanent.c.
17423 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17424 that stepi does not execute the 'leave' instruction, instead of
17425 testing it does execute.
17426 * gdb.base/bp-permanent.c: New file.
17427 * gdb.base/bp-permanent.exp: New file.
17428
af3768e9
DE
174292014-11-10 Doug Evans <xdje42@gmail.com>
17430
17431 PR symtab/17564
17432 * gdb.base/symtab-search-order.exp: New file.
17433 * gdb.base/symtab-search-order.c: New file.
17434 * gdb.base/symtab-search-order-1.c: New file.
17435 * gdb.base/symtab-search-order-shlib-1.c: New file.
17436
9de00a4a
PA
174372014-11-07 Pedro Alves <palves@redhat.com>
17438
17439 PR gdb/17511
17440 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17441 i?86-*-linux*.
17442
e0f52461
SC
174432014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17444
17445 PR c++/17494
17446 * gdb.cp/pr17494.cc: New file.
17447 * gdb.cp/pr17494.exp: New file.
17448
6ce8c980
YQ
174492014-11-02 Yao Qi <yao@codesourcery.com>
17450
17451 * gdb.python/python.exp: Get working directory and match the
17452 output of "set extended-prompt \\w " with it.
17453
02be9a71
DE
174542014-10-30 Doug Evans <dje@google.com>
17455
17456 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17457 in objfiles.
17458 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17459 in progspaces.
17460
3bdff46b
LM
174612014-10-30 Janis Johnson <janisjo@codesourcery.com>
17462
17463 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17464 * gdb.base/realname-expand.exp: Likewise.
17465 * gdb.linespec/macro-relative.exp: Likewise.
17466
ab917dfb
PA
174672014-10-29 Pedro Alves <palves@redhat.com>
17468
17469 PR gdb/17408
17470 * gdb.threads/schedlock.c (some_function): New function.
17471 (call_function): New global.
17472 (MAYBE_CALL_SOME_FUNCTION): New macro.
17473 (thread_function): Call it.
17474 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17475 and use it instead of a global counter. Adjust all callers.
17476 (get_current_thread): Use "find current thread" for test message
17477 here rather than having all callers pass down the same string.
17478 (goto_loop): New procedure, factored out from ...
17479 (my_continue): ... this.
17480 (step_ten_loops): Change parameter from test message to command to
17481 use. Adjust.
17482 (list_count): Delete global.
17483 (check_result): New procedure, factored out from duplicate top
17484 level code.
17485 (continue tests): Wrap in with_test_prefix.
17486 (test_step): New procedure, factored out from duplicate top level
17487 code.
17488 (top level): Test "step" in combination with all scheduler-locking
17489 modes. Test "next" in combination with all scheduler-locking
17490 modes, and in combination with stepping over a function call or
17491 not.
17492 * gdb.threads/next-bp-other-thread.c: New file.
17493 * gdb.threads/next-bp-other-thread.exp: New file.
17494
d3d4baed
PA
174952014-10-29 Pedro Alves <palves@redhat.com>
17496
17497 PR python/17372
17498 * gdb.python/python.exp: Test a multi-line command that spawns
17499 interactive Python.
17500 * gdb.base/multi-line-starts-subshell.exp: New file.
17501
563e8d85
YQ
175022014-10-29 Yao Qi <yao@codesourcery.com>
17503
17504 * gdb.base/fileio.exp: Make directories on host.
17505
0ea4d52e
YQ
175062014-10-29 Yao Qi <yao@codesourcery.com>
17507
17508 * gdb.base/fileio.c (test_write): Close the file.
17509
7f5ef605
PA
175102014-10-28 Pedro Alves <palves@redhat.com>
17511
17512 PR gdb/12623
17513 * gdb.base/sigstep.c (no_handler): New global.
17514 (main): If 'no_handler is true, set the signal handlers to
17515 SIG_IGN.
17516 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17517 with_sw_watch and no_handler parameters. Handle them.
17518 (top level) <stepping over handler when stopped at a breakpoint
17519 test>: Add a test axis for testing with a software watchpoint, and
17520 another for testing with the signal handler set to SIG_IGN.
17521 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17522 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17523
abbdbd03
PA
175242014-10-28 Pedro Alves <palves@redhat.com>
17525
17526 PR gdb/17511
17527 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17528 * gdb.base/sigstep.exp (other_handler_location): New global.
17529 (advance): Support stepping into the signal handler, and running
17530 commands while in the handler.
17531 (in_handler_map): New global.
17532 (top level): In the advance test, add combinations for getting
17533 into the handler with stepping commands, and for running commands
17534 in the handler. Add comment descripting the advancei tests.
17535
1df4399f
PA
175362014-10-28 Pedro Alves <palves@redhat.com>
17537
17538 * gdb.base/sigstep.exp: Use build_executable instead of
17539 prepare_for_testing.
17540 (top level): Move code that starts GDB, runs to main and creates a
17541 display to ...
17542 (restart): ... this new procedure.
17543 (top level): Move backtrace from signal handler test to ...
17544 (validate_backtrace): ... this new procedure.
17545 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17546 with_test_prefix. Always restart GDB.
17547 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17548 with_test_prefix. Always restart GDB. No need to delete
17549 breakpoints after the test.
17550 (test_skip_handler): Remove prefix parameter.
17551 (skip_over_handler, breakpoint_to_handler)
17552 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17553 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17554 restart GDB. No need to delete breakpoints after the test.
17555 (top level): Use foreach to call the test procedures with
17556 different commands.
17557
a5b6e449
PA
175582014-10-28 Pedro Alves <palves@redhat.com>
17559
17560 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17561 instead of GNATS numbers.
17562 * gdb.base/sigbpt.exp: Likewise.
17563 * gdb.base/siginfo.exp: Likewise.
17564 * gdb.base/sigstep.exp: Likewise.
17565
e5f8a7cc
PA
175662014-10-27 Pedro Alves <palves@redhat.com>
17567
17568 * gdb.base/sigstep.c (dummy): New global.
17569 (main): Issue a couple writes to the new global.
17570 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17571 procedures.
17572 (skip_over_handler): Use test_skip_handler.
17573 (top level): Call skip_over_handler for stepi and nexti too.
17574 (breakpoint_over_handler): Use test_skip_handler.
17575 (top level): Call breakpoint_over_handler for stepi and nexti too.
17576
763905a3
YQ
175772014-10-27 Yao Qi <yao@codesourcery.com>
17578
17579 * gdb.trace/tfile.c (adjust_function_address)
17580 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17581 function descriptor.
17582
6f259a23
DB
175832014-10-24 Don Breazeal <donb@codesourcery.com>
17584
17585 * gdb.base/foll-fork.exp (test_follow_fork,
17586 catch_fork_child_follow): Check for updated fork messages emitted
17587 from infrun.c.
17588 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17589 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17590 vfork_and_exec_child_follow_through_step): Check for updated vfork
17591 messages emitted from infrun.c.
17592
09dd9a69
PA
175932014-10-24 Pedro Alves <palves@redhat.com>
17594
17595 * gdb.base/corefile.exp: Remove references to ultrix.
17596 * gdb.base/interrupt.exp: Likewise.
17597 * gdb.base/whatis.exp: Likewise.
17598 * gdb.gdb/selftest.exp: Likewise.
17599 * gdb.threads/manythreads.exp: Likewise.
17600 * gdb.threads/print-threads.exp: Likewise.
17601 * gdb.threads/pthreads.exp:: Likewise.
17602 * gdb.threads/schedlock.exp: Likewise.
17603
3433cfa5
SC
176042014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17605
17606 * gdb.cp/non-trivial-retval.cc: Add a test case.
17607 * gdb.cp/non-trivial-retval.exp: Add a test.
17608
092f880b
YQ
176092014-10-20 Yao Qi <yao@codesourcery.com>
17610
17611 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17612 * gdb.python/py-objfile-script-gdb.py: New file.
17613 * gdb.python/py-objfile-script.exp: Update reference to
17614 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17615 of remote_download. Remove the dest file.
17616
acbdb7f3
YQ
176172014-10-20 Yao Qi <yao@codesourcery.com>
17618
17619 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17620 * gdb.base/step-line.exp: Likewise.
17621 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17622 * gdb.dwarf2/dw2-basic.exp: Likewise.
17623 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17624 * gdb.dwarf2/dw2-filename.exp: Likewise.
17625 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17626 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17627 * gdb.dwarf2/dw2-producer.exp: Likewise.
17628 * gdb.dwarf2/mac-fileno.exp: Likewise.
17629 * gdb.python/py-frame-args.exp: Likewise.
17630 * gdb.python/py-framefilter.exp: Likewise.
17631 * gdb.python/py-mi.exp: Likewise.
17632 * gdb.python/py-objfile-script.exp: Likewise
17633 * gdb.python/py-pp-integral.exp: Likewise.
17634 * gdb.python/py-pp-re-notag.exp: Likewise.
17635 * gdb.python/py-prettyprint.exp: Likewise.
17636 * gdb.python/py-section-script.exp: Likewise.
17637 * gdb.python/py-typeprint.exp: Likewise.
17638 * gdb.python/py-xmethods.exp: Likewise.
17639 * gdb.stabs/weird.exp: Likewise.
17640 * gdb.xml/tdesc-regs.exp: Likewise.
17641
bd286a29
KCY
176422014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17643
17644 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17645 (out_cu): Use addr_len for the size of addresses.
17646 (out_line): Likewise. Size DW_LNE_set_address instruction
17647 according to addr_len.
17648 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17649 (FUNC): Add START_INSNS to definition.
17650
673dc4a0
YQ
176512014-10-18 Yao Qi <yao@codesourcery.com>
17652
17653 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17654 gdb_has_argv0 return true.
17655 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17656 check [target_info exists noargs], check [gdb_has_argv0]
17657 instead.
17658 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17659 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17660 procedures.
17661
4ffbba72
DE
176622014-10-17 Doug Evans <dje@google.com>
17663
17664 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17665 event.
17666 * gdb.python/py-events.py: Add clear_objfiles event.
17667
d096d8c1
DE
176682014-10-17 Doug Evans <dje@google.com>
17669
17670 * gdb.python/py-objfile.exp: Test progspace attribute.
17671
a80db015
LM
176722014-10-17 Luis Machado <lgustavo@codesourcery.com>
17673
17674 * gdb.guile/scm-breakpoint.exp: Do not assume any
17675 directory separators when matching source file paths.
17676 * gdb.python/py-breakpoint.exp: Likewise.
17677 * gdb.reverse/break-precsave.exp: Likewise.
17678 * gdb.reverse/break-reverse.exp: Likewise.
17679 * gdb.reverse/consecutive-precsave.exp: Likewise.
17680 * gdb.reverse/finish-precsave.exp: Likewise.
17681 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17682 * gdb.reverse/finish-reverse.exp: Likewise.
17683 * gdb.reverse/i386-precsave.exp: Likewise.
17684 * gdb.reverse/i387-env-reverse.exp: Likewise.
17685 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17686 * gdb.reverse/machinestate-precsave.exp: Likewise.
17687 * gdb.reverse/machinestate.exp: Likewise.
17688 * gdb.reverse/sigall-precsave.exp: Likewise.
17689 * gdb.reverse/solib-precsave.exp: Likewise.
17690 * gdb.reverse/step-precsave.exp: Likewise.
17691 * gdb.reverse/until-precsave.exp: Likewise.
17692 * gdb.reverse/watch-precsave.exp: Likewise.
17693 * gdb.reverse/watch-reverse.exp: Likewise.
17694
b22089ab
YQ
176952014-10-17 Yao Qi <yao@codesourcery.com>
17696
17697 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17698 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17699
6c4486e6
PA
177002014-10-17 Pedro Alves <palves@redhat.com>
17701
17702 PR gdb/17471
17703 * gdb.base/bg-execution-repeat.c: New file.
17704 * gdb.base/bg-execution-repeat.exp: New file.
17705
0ff33695
PA
177062014-10-17 Pedro Alves <palves@redhat.com>
17707
17708 PR gdb/17300
17709 * gdb.base/continue-all-already-running.c: New file.
17710 * gdb.base/continue-all-already-running.exp: New file.
17711
6fdebc3d
PA
177122014-10-17 Pedro Alves <palves@redhat.com>
17713
17714 PR gdb/17472
17715 * gdb.base/annota-input-while-running.c: New file.
17716 * gdb.base/annota-input-while-running.exp: New file.
17717
32a8097b
PA
177182014-10-17 Pedro Alves <palves@redhat.com>
17719
17720 * gdb.base/callfuncs.exp: emove references to osf.
17721 * gdb.base/sigall.exp: Likewise.
17722 * gdb.gdb/selftest.exp: Likewise.
17723 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17724 * gdb.mi/non-stop.c: Likewise.
17725 * gdb.mi/pthreads.c: Likewise.
17726 * gdb.reverse/sigall-precsave.exp: Likewise.
17727 * gdb.reverse/sigall-reverse.exp: Likewise.
17728 * gdb.threads/pthreads.c: Likewise.
17729 * gdb.threads/pthreads.exp: Likewise.
17730
7a3517ff
YQ
177312014-10-17 Yao Qi <yao@codesourcery.com>
17732
17733 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17734 check 'target_info exists noargs'.
17735 (test_command_prompt_position): Likewise.
17736 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17737 Remove "set args".
17738 (progvar_simple_while_test): Likewise.
17739 (progvar_complex_if_while_test): Likewise.
17740 (if_while_breakpoint_command_test): Likewise.
17741 (infrun_breakpoint_command_test): Likewise.
17742 (breakpoint_command_test): Likewise.
17743 (watchpoint_command_test): Likewise.
17744 (bp_deleted_in_command_test): Likewise.
17745 (temporary_breakpoint_commands): Likewise.
17746
bb99c472
YQ
177472014-10-16 Yao Qi <yao@codesourcery.com>
17748
17749 * gdb.base/remotetimeout.exp: Remove noargs checking.
17750
7c16b83e
PA
177512014-10-15 Pedro Alves <palves@redhat.com>
17752
17753 PR breakpoints/9649
17754 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17755 * gdb.base/breakpoint-in-ro-region.exp
17756 (probe_target_hardware_step): New procedure.
17757 (top level): Probe hardware stepping and hardware breakpoint
17758 support. Test stepping through a read-only region, with both
17759 "breakpoint auto-hw" on and off and both "always-inserted" on and
17760 off.
17761
35a49624
IB
177622014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17763
17764 * gdb.dlang/demangle.exp: Update for demangling changes.
17765
2d1c107c
SC
177662014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17767
17768 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17769 * gdb.cp/non-trivial-retval.exp: Add new tests.
17770
778811d5
SC
177712014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17772
17773 PR c++/13403
17774 PR c++/15154
17775 * gdb.cp/non-trivial-retval.cc: New file.
17776 * gdb.cp/non-trivial-retval.exp: New file.
17777
10c5f0a8
YQ
177782014-10-15 Yao Qi <yao@codesourcery.com>
17779
17780 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17781 remote host.
17782
65d7b369
YQ
177832014-10-15 Yao Qi <yao@codesourcery.com>
17784
17785 * gdb.python/py-symbol.exp: Match file base name if host is
17786 remote, otherwise match file name with dir name.
17787 * gdb.python/py-symtab.exp: Likewise.
17788 * gdb.python/python.exp: Likewise.
17789
46dc1394
YQ
177902014-10-15 Yao Qi <yao@codesourcery.com>
17791
17792 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17793 pattern.
17794 * gdb.python/py-symtab.exp: Likewise.
17795 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17796 locationn.
17797
c40cc657
JB
177982014-10-14 Joel Brobecker <brobecker@adacore.com>
17799
17800 * gdb.ada/addr_arith: New testcase.
17801
2abf49e1
MR
178022014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17803
17804 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17805 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17806 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17807 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17808
f7088df3
SDJ
178092014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17810
17811 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17812 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17813 * gdb.arch/stap-eval-lang-ada.exp: New file.
17814
4dc06805
YQ
178152014-10-14 Yao Qi <yao@codesourcery.com>
17816
17817 * gdb.mi/mi-var-child.c (nothing1): New function.
17818 (nothing2): New function.
17819 (do_children_tests): Set function pointers by nothing1 and
17820 nothing2.
17821 * gdb.mi/mi-var-child.exp: Step over new added statements.
17822 Update test to match the new output.
17823 * gdb.mi/var-cmd.c (nothing1): New function.
17824 (nothing2): New function.
17825 (do_children_tests): Set function pointers by nothing1 and
17826 nothing2.
17827 * gdb.mi/mi-var-display.exp: Update test to match output.
17828 Step to the line specified by $line_dct_nothing.
17829 Increase the number of lines to step.
17830
46a93de2
YQ
178312014-10-14 Yao Qi <yao@codesourcery.com>
17832
17833 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17834 tests.
17835 * gdb.mi/mi2-var-child.exp: Likewise.
17836
14ea52ee
DE
178372014-10-13 Doug Evans <dje@google.com>
17838
17839 * gdb.python/py-objfile.exp: Change name of file name test.
17840
e5c6e92b
DE
178412014-10-13 Doug Evans <dje@google.com>
17842
17843 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17844 from the start of the CU.
17845
c780cc2f
JK
178462014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17847 Yao Qi <yao@codesourcery.com>
17848
17849 Fix "save breakpoints" for "catch" command.
17850 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17851 Remove -nonewline. Match also the added "main" line.
17852
99894e11
JK
178532014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17854
17855 Fix "save breakpoints" for "disable $bpnum" command.
17856 * gdb.base/save-bp.c (main): Add label.
17857 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17858
6e1ac5a3
JK
178592014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17860
17861 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17862
754dd2b0
YQ
178632014-10-11 Yao Qi <yao@codesourcery.com>
17864
17865 * gdb.server/server-kill.exp: Execute command
17866 "set remote trace-status-packet on" before "tstatus".
17867
f90183d7
YQ
178682014-10-11 Yao Qi <yao@codesourcery.com>
17869
17870 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17871 (main): Call getppid.
17872 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17873 and continue to it. Read variable "server_pid".
17874
bf40a607
YQ
178752014-10-11 Yao Qi <yao@codesourcery.com>
17876
17877 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17878
052ca370
YQ
178792014-10-11 Yao Qi <yao@codesourcery.com>
17880
17881 * gdb.threads/thread-find.exp: Don't execute command
17882 "info threads".
17883 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17884 * gdb.threads/linux-dp.exp: Don't check the condition
17885 $threads_created equals to zero.
17886
3831839c
PA
178872014-10-10 Pedro Alves <palves@redhat.com>
17888
17889 * gdb.base/bigcore.exp: Remove references to IRIX.
17890 * gdb.base/funcargs.exp: Likewise.
17891 * gdb.base/interrupt.exp: Likewise.
17892 * gdb.base/mips_pro.exp: Likewise.
17893 * gdb.base/nodebug.exp: Likewise.
17894 * gdb.base/setvar.exp: Likewise.
17895 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17896
8b9a549d
PA
178972014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17898 Pedro Alves <palves@redhat.com>
17899
17900 PR symtab/14466
17901 * gdb.base/vdso-warning.c: New file.
17902 * gdb.base/vdso-warning.exp: New file.
17903
d48ba5e8
DE
179042014-10-02 Doug Evans <dje@google.com>
17905
17906 * gdb.base/structs.c (main): Don't run forever.
17907
2278c276
PA
179082014-10-02 Pedro Alves <palves@redhat.com>
17909
17910 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17911 (top level) <stop threads 1, stop threads 2>: Use it.
17912
b57bacec
PA
179132014-10-02 Pedro Alves <palves@redhat.com>
17914
17915 * gdb.threads/break-while-running.exp (test): Add new
17916 'update_thread_list' argument. Skip "info threads" if false.
17917 (top level): Add new 'update_thread_list' axis.
17918
13fd3ff3
PA
179192014-10-02 Pedro Alves <palves@redhat.com>
17920
17921 PR breakpoints/17431
17922 * gdb.base/execl-update-breakpoints.c: New file.
17923 * gdb.base/execl-update-breakpoints.exp: New file.
17924
0fec99e8
PA
179252014-10-01 Pedro Alves <palves@redhat.com>
17926
17927 * gdb.base/breakpoint-in-ro-region.c: New file.
17928 * gdb.base/breakpoint-in-ro-region.exp: New file.
17929
2ddf4301
SM
179302014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17931
17932 * gdb.mi/mi-exit-code.exp: New file.
17933 * gdb.mi/mi-exit-code.c: New file.
17934
6a5f3f43
YQ
179352014-09-30 Yao Qi <yao@codesourcery.com>
17936
17937 * lib/prelink-support.exp (build_executable_own_libs): Error if
17938 the target isn't native.
17939
345bcc73
YQ
179402014-09-30 Yao Qi <yao@codesourcery.com>
17941
17942 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17943 false.
17944
a25a5a45
PA
179452014-09-22 Pedro Alves <palves@redhat.com>
17946
17947 * gdb.threads/break-while-running.exp: New file.
17948 * gdb.threads/break-while-running.c: New file.
17949
00ba3162
YQ
179502014-09-19 Yao Qi <yao@codesourcery.com>
17951
17952 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17953 Invoke test. Restart GDB with --readnow and invoke test again.
17954
c3b7b696
YQ
179552014-09-19 Yao Qi <yao@codesourcery.com>
17956
17957 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17958 proc set_breakpoint_on_gcd_function. Invoke
17959 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17960 invoke set_breakpoint_on_gcd_function again.
17961
2b4fd423
DE
179622014-09-18 Doug Evans <dje@google.com>
17963
17964 * gdb.dwarf2/symtab-producer.exp: New file.
17965
a5947601
SDJ
179662014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17967
17968 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17969 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17970 * gdb.base/global-var-nested-by-dso.c: Likewise.
17971 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17972
91c19059
SDJ
179732014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17974 Pedro Alves <palves@redhat.com>
17975
17976 * gdb.base/watch-bitfields.exp: Pass string other than test file
17977 name to prepare_for_testing.
17978 (watch): New procedure.
17979 (expect_watchpoint): Use with_test_prefix.
17980 (top level): Factor out tests to ...
17981 (test_watch_location, test_regular_watch): ... these new
17982 procedures, and use with_test_prefix and gdb_continue_to_end.
17983
bb9d5f81
PP
179842014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17985
17986 PR breakpoints/12526
17987 * gdb.base/watch-bitfields.exp: New file.
17988 * gdb.base/watch-bitfields.c: New file.
17989
635856f5
PA
179902014-09-16 Pedro Alves <palves@redhat.com>
17991
17992 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17993 software and hardware addresses, not software address against
17994 itself.
17995
7280ceea
PA
179962014-09-16 Pedro Alves <palves@redhat.com>
17997
17998 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17999 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18000
428b16bd
PA
180012014-09-16 Pedro Alves <palves@redhat.com>
18002
18003 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18004 files.
18005 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18006 "*-*-vxworks*" throughout.
18007 * gdb.base/break.exp: Likewise.
18008 * gdb.base/default.exp: Likewise.
18009 * gdb.base/scope.exp: Likewise.
18010 * gdb.base/sepdebug.exp: Likewise.
18011 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18012 throughout.
18013 * gdb.base/run.c: Likewise.
18014 * gdb.base/sepdebug.c: Likewise.
18015 * gdb.hp/gdb.aCC/run.c: Likewise.
18016 * gdb.reverse/until-reverse.c: Likewise.
18017 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18018
666d413c
YQ
180192014-09-16 Yao Qi <yao@codesourcery.com>
18020
18021 * boards/local-remote-host-native.exp: New file.
18022
57cbd724
DE
180232014-09-14 Doug Evans <xdje42@gmail.com>
18024
18025 * gdb.threads/queue-signal.c (thread_count): New variable.
18026 (thread_count_mutex, thread_count_condvar): New variables.
18027 (incr_thread_count, wait_all_threads_running): New functions.
18028 (main): Wait for all threads to be in their thread functions.
18029
81219e53
DE
180302014-09-13 Doug Evans <xdje42@gmail.com>
18031
18032 * gdb.threads/queue-signal.c: New file.
18033 * gdb.threads/queue-signal.exp: New file.
18034
3714cea7
DE
180352014-09-13 Doug Evans <xdje42@gmail.com>
18036
18037 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18038 be consistent with what default_gdb_init uses.
18039 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18040 the plain text of the prompt. Add some logging printfs.
18041 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18042
fa43b1d7
PA
180432014-09-12 Pedro Alves <palves@redhat.com>
18044
18045 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18046 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18047 * gdb.arch/i386-size-overlap.exp: Likewise.
18048 * gdb.arch/i386-size.exp: Likewise.
18049 * gdb.arch/i386-unwind.exp: Likewise.
18050 * gdb.base/a2-run.exp: Likewise.
18051 * gdb.base/break.exp: Likewise.
18052 * gdb.base/charset.exp: Likewise.
18053 * gdb.base/chng-syms.exp: Likewise.
18054 * gdb.base/commands.exp: Likewise.
18055 * gdb.base/dbx.exp: Likewise.
18056 * gdb.base/find.exp: Likewise.
18057 * gdb.base/funcargs.exp: Likewise.
18058 * gdb.base/jit-simple.exp: Likewise.
18059 * gdb.base/reread.exp: Likewise.
18060 * gdb.base/sepdebug.exp: Likewise.
18061 * gdb.base/step-bt.exp: Likewise.
18062 * gdb.cp/mb-inline.exp: Likewise.
18063 * gdb.cp/mb-templates.exp: Likewise.
18064 * gdb.objc/basicclass.exp: Likewise.
18065 * gdb.threads/killed.exp: Likewise.
18066
9d9bf2df
EBM
180672014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18068
18069 PR tdep/17379
18070 * gdb.arch/powerpc-stackless.S: New file.
18071 * gdb.arch/powerpc-stackless.exp: New file.
18072
1cf2f1b0
JK
180732014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18074
18075 * gdb.base/attach.c: Include unistd.h.
18076 (main): Call alarm. Add label postloop.
18077 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18078 gdb_breakpoint, gdb_continue_to_breakpoint.
18079 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18080
98880d46
PA
180812014-09-11 Pedro Alves <palves@redhat.com>
18082
18083 PR gdb/17347
18084 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18085 * gdb.base/attach.exp (test_command_line_attach_run): New
18086 procedure.
18087 (top level): Call it.
18088
4c92ff2c
PA
180892014-09-11 Pedro Alves <palves@redhat.com>
18090
18091 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18092 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18093 (do_command_attach_tests): Use spawn_wait_for_attach.
18094 * gdb.base/solib-overlap.exp: Likewise.
18095 * gdb.multi/multi-attach.exp: Likewise.
18096 * gdb.python/py-prompt.exp: Likewise.
18097 * gdb.python/py-sync-interp.exp: Likewise.
18098 * gdb.server/ext-attach.exp: Likewise.
18099
3adc1a7d
GKB
181002014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18101
18102 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18103 command in testcase. Simplify testcase.
18104
96334934
JB
181052014-09-10 Joel Brobecker <brobecker@adacore.com>
18106
18107 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18108
eb479039
JB
181092014-09-10 Joel Brobecker <brobecker@adacore.com>
18110
18111 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18112
deede10c
JB
181132014-09-10 Joel Brobecker <brobecker@adacore.com>
18114
18115 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18116
7828a5f5
JB
181172014-09-10 Joel Brobecker <brobecker@adacore.com>
18118
18119 * gdb.dwarf2/dynarr-ptr.c: New file.
18120 * gdb.dwarf2/dynarr-ptr.exp: New file.
18121
33aeebcf
MR
181222014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18123
18124 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18125 of 30 rather than hardcoding 120 for a slow test case. Take the
18126 `gdb,timeout' target setting into account for this calculation.
18127 Don't extend the timeout for the test cases that don't need it.
18128
7b415901
MR
181292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18130
18131 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18132 a factor of 2 for a slow test case. Take the `gdb,timeout'
18133 target setting into account for this calculation.
18134 * gdb.reverse/until-precsave.exp: Increase the timeout by
18135 a factor of 15 and 3 respectively rather than adding 120
18136 for a pair of slow test cases. Take the `gdb,timeout'
18137 target setting into account for this calculation.
18138
4a40f85a
MR
181392014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18140
18141 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18142 timeout, don't pass one down to gdb_expect.
18143 (gdb_expect): Rework timeout selection.
18144
09635af7
MR
181452014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18146
18147 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18148 exception on timeout.
18149 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18150 (gdbserver_start_extended): Catch any `gdbserver_start' error
18151 exceptions.
18152 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18153 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18154 `gdbserver_gdb_load' error exceptions.
18155
2bdd10b7
MR
181562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18157
18158 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18159 120 on waiting for the TCP socket to open.
18160
316935f0
DE
181612014-09-09 Doug Evans <xdje42@gmail.com>
18162
18163 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18164 _caller_matches, _any_caller_is, _any_caller_matches.
18165
83740597
DE
181662014-09-09 Doug Evans <xdje42@gmail.com>
18167
18168 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18169
4c122fc3
YQ
181702014-09-09 Yao Qi <yao@codesourcery.com>
18171
18172 * gdb.mi/mi-var-display.exp: Set print symbol off.
18173
a9f116cb
GKB
181742014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18175
18176 PR gdb/17035
18177 * gdb.base/commands.exp: Add tests to verify user-defined
18178 commands with empty bodies.
18179 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18180 python commands in `show user command`.
18181 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18182 scheme commands in `show user command`.
18183
c75bd3a2
JK
181842014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18185
18186 PR python/17355
18187 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18188 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18189 * gdb.python/py-framefilter-invalidarg.exp: New file.
18190 * gdb.python/py-framefilter-invalidarg.py: New file.
18191
faa42425
DE
181922014-09-06 Doug Evans <xdje42@gmail.com>
18193
18194 PR 15276
18195 * gdb.python/py-caller-is.c: New file.
18196 * gdb.python/py-caller-is.exp: New file.
18197
474ca4f6
SDJ
181982014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18199
18200 PR gdb/17235
18201 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18202 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18203
eb0b0463
SDJ
182042014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18205
18206 PR fortran/17237
18207 * gdb.fortran/print-formatted.exp: New file.
18208 * gdb.fortran/print-formatted.f90: Likewise.
18209
5f3b99cf
SS
182102014-09-03 Sasha Smundak <asmundak@google.com>
18211
18212 * gdb.python/py-frame.exp: Test Frame.read_register.
18213
7d793aa9
SDJ
182142014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18215
18216 PR python/16699
18217 * gdb.python/py-completion.exp: New file.
18218 * gdb.python/py-completion.py: Likewise.
18219
fb0576e9
DE
182202014-08-28 Doug Evans <dje@google.com>
18221
18222 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18223 eax,etc. are live with values set by gdb and thus the compiler can't
18224 use them.
18225 * gdb.arch/i386-pseudo.c (main): Ditto.
18226
ee92b0dd
DE
182272014-08-27 Doug Evans <dje@google.com>
18228
18229 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18230
6649db35
DE
182312014-08-25 Doug Evans <dje@google.com>
18232
18233 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18234 (main): Ditto.
18235
564b7600
DE
182362014-08-25 Doug Evans <dje@google.com>
18237
18238 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18239
3881fb67
YQ
182402014-08-24 Yao Qi <yao@codesourcery.com>
18241
18242 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18243 symbol off.
18244 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18245
a05a36a5
DE
182462014-08-22 Doug Evans <dje@google.com>
18247
18248 PR 17276
18249 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18250 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18251 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18252
7c343b48
YQ
182532014-08-22 Yao Qi <yao@codesourcery.com>
18254
18255 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18256 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18257 * gdb.python/python.exp: Likewise. Use .py file on the host
18258 instead of the build.
18259
22fd09ae
JK
182602014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18261
18262 * gdb.threads/gcore-stale-thread.c: New file.
18263 * gdb.threads/gcore-stale-thread.exp: New file.
18264
a8454a7c
PA
182652014-08-21 Pedro Alves <palves@redhat.com>
18266
18267 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18268 * gdb.base/gcore-relro-pie.exp: Likewise.
18269 * gdb.base/gcore-relro.exp: Likewise.
18270 * gdb.base/gcore.exp: Likewise.
18271 * gdb.base/print-symbol-loading.exp: Likewise.
18272 * gdb.threads/gcore-thread.exp: Likewise.
18273 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18274
2a31c623
PA
182752014-08-20 Pedro Alves <palves@redhat.com>
18276 Jan Kratochvil <jan.kratochvil@redhat.com>
18277
18278 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18279 configure.
18280 (EXPECT): Handle READ1 being set.
18281 (all): Depend on EXTRA_RULES.
18282 (check-read1, expect-read1, read1.so, read1): New rules.
18283 * README (Testsuite Parameters): Document the READ1 make variable.
18284 (Race detection): New section.
18285 * configure: Regenerate.
18286 * configure.ac: If build==host==target, and running under a
18287 GNU/glibc system, add read1 to the extra Makefile rules.
18288 (EXTRA_RULES): AC_SUBST it.
18289 * lib/read1.c: New file.
18290
d36430db
JB
182912014-08-20 Joel Brobecker <brobecker@adacore.com>
18292
18293 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18294 the handling of variables declared as a typedef to an array
18295 which a DW_AT_data_location attribute.
18296
9a0dc9e3
PA
182972014-08-19 Andrew Burgess <aburgess@broadcom.com>
18298 Pedro Alves <palves@redhat.com>
18299
18300 PR symtab/14604
18301 PR symtab/14605
18302 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18303 gdb_test.
18304
0718a8da
PA
183052014-08-19 Pedro Alves <palves@redhat.com>
18306
18307 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18308
13b448cd
YQ
183092014-08-19 Yao Qi <yao@codesourcery.com>
18310
18311 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18312 right line.
18313
1cbf5077
DB
183142014-08-18 David Blaikie <dblaikie@gmail.com>
18315
18316 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18317
bf0fae19
JB
183182014-08-18 Joel Brobecker <brobecker@adacore.com>
18319
18320 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18321 attribute in array range.
18322
3c8c5dcc
JB
183232014-08-18 Joel Brobecker <brobecker@adacore.com>
18324
18325 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18326
e66d4446
SC
183272014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18328
18329 PR c++/17132
18330 * gdb.cp/pr17132.cc: New file.
18331 * gdb.cp/pr17132.exp: New file.
18332
940df408
SC
183332014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18334
18335 * gdb.python/py-xmethods.py (A_getarrayind)
18336 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18337 Use 'print' with function call syntax.
18338 (E_method_matcher.match): Fix tab vs space indentation mixup.
18339
ebcc6c3a
YQ
183402014-08-15 Yao Qi <yao@codesourcery.com>
18341
18342 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18343 false.
18344
775e0f04
YQ
183452014-08-15 Yao Qi <yao@codesourcery.com>
18346
18347 * gdb.cp/casts.exp: Set print symbol off.
18348 * gdb.cp/class2.exp: Likewise.
18349 * gdb.cp/overload.exp: Likewise.
18350 * gdb.cp/templates.exp: Likewise.
18351
d769e349
DE
183522014-08-11 Doug Evans <dje@google.com>
18353
18354 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18355 (test_load_shlib): Update.
18356
20c6f1e1
YQ
183572014-08-09 Yao Qi <yao@codesourcery.com>
18358
18359 * gdb.base/display.exp: Invoke is_address_zero_readable.
18360 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18361 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18362 * gdb.base/hbreak-unmapped.exp: Return if
18363 is_address_zero_readable returns true.
18364 * gdb.base/signest.exp: Likewise.
18365 * gdb.base/signull.exp: Likewise.
18366 * gdb.base/sigbpt.exp: Likewise.
18367 * gdb.guile/scm-disasm.exp: Do the test if
18368 is_address_zero_readable returns false.
18369 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18370 * gdb.python/py-arch.exp: Likewise.
18371 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18372 * lib/gdb.exp (is_address_zero_readable): New proc.
18373
5792e8e3
YQ
183742014-08-09 Yao Qi <yao@codesourcery.com>
18375
18376 PR testsuite/13443
18377 * gdb.mi/mi-var-display.exp: Make test messages unique.
18378
3cecbbbe
TT
183792014-08-04 Tom Tromey <tromey@redhat.com>
18380
18381 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18382 target 0".
18383
00b51ff5
TT
183842014-08-04 Tom Tromey <tromey@redhat.com>
18385
18386 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18387 "target_resume".
18388
6908c509
JB
183892014-08-01 Joel Brobecker <brobecker@adacore.com>
18390
18391 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18392 inner_vla_struct_object_size.
18393 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18394 as xfail.
18395
cc6563d2
PA
183962014-07-30 Pedro Alves <palves@redhat.com>
18397
18398 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18399 comment.
18400
7e09a223
YQ
184012014-07-29 Yao Qi <yao@codesourcery.com>
18402
18403 PR gdb/17206
18404 * gdb.base/until-nodebug.exp: New.
18405
7ebdbe92
DE
184062014-07-28 Doug Evans <xdje42@gmail.com>
18407
18408 PR guile/17203
18409 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18410 previously existing parameter, and previously ambiguously spelled
18411 parameter.
18412
fdb1adc6
WN
184132014-07-28 Will Newton <will.newton@linaro.org>
18414
18415 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18416
186fcde0
DE
184172014-07-26 Ludovic Courtès <ludo@gnu.org>
18418 Doug Evans <xdje42@gmail.com>
18419
18420 PR guile/17146
18421 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18422
70509625
PA
184232014-07-25 Pedro Alves <palves@redhat.com>
18424
18425 * gdb.threads/signal-command-handle-nopass.c: New file.
18426 * gdb.threads/signal-command-handle-nopass.exp: New file.
18427 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18428 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18429 * gdb.threads/signal-delivered-right-thread.c: New file.
18430 * gdb.threads/signal-delivered-right-thread.exp: New file.
18431
c3f814a1
PA
184322014-07-25 Pedro Alves <palves@redhat.com>
18433
18434 * gdb.base/double-prompt-target-event-error.exp
18435 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18436 match.
18437 (cancel_pagination_in_target_event): Rework double prompt
18438 detection.
18439 * gdb.base/paginate-after-ctrl-c-running.exp
18440 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18441 <return>' match.
18442 * gdb.base/paginate-bg-execution.exp
18443 (test_bg_execution_pagination_return)
18444 (test_bg_execution_pagination_cancel): Remove '-notransfer
18445 <return>' matches.
18446 * gdb.base/paginate-execution-startup.exp
18447 (test_fg_execution_pagination_return)
18448 (test_fg_execution_pagination_cancel): Remove '-notransfer
18449 <return>' matches.
18450 * gdb.base/paginate-inferior-exit.exp
18451 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18452 match.
18453 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18454 * lib/gdb.exp (pagination_prompt): Run text through
18455 string_to_regexp.
18456 (gdb_test_multiple): Match $pagination_prompt instead of
18457 "<return>".
18458 (string_to_regexp): Move to lib/gdb-utils.exp.
18459
e214cf6c
JK
184602014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18461
18462 * gdb.arch/amd64-entry-value-paramref.S: New file.
18463 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18464 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18465 * gdb.arch/amd64-optimout-repeat.S: New file.
18466 * gdb.arch/amd64-optimout-repeat.c: New file.
18467 * gdb.arch/amd64-optimout-repeat.exp: New file.
18468
17d0c5c8
JK
184692014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18470
18471 PR gdb/17170
18472 * gdb.base/statistics.exp: New file.
18473
b8b8facf
DE
184742014-07-17 Doug Evans <dje@google.com>
18475
74b49205 18476 PR gdb/17170
b8b8facf
DE
18477 * gdb.base/maint.exp: Update testing of per-command stats.
18478
1b5d0ab3
PA
184792014-07-16 Pedro Alves <palves@redhat.com>
18480
18481 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18482 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18483 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18484 (tfile_write_buf): New functions.
18485 (add_memory_block): Rewrite using the above.
18486 (adjust_function_address): New function.
18487 (FUNCTION_ADDRESS): New macro.
18488 (write_basic_trace_file): Remove short_x local, and use
18489 tfile_write_16. Change type of func_addr local to unsigned long
18490 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18491 here. Cast argument of add_memory_block to char pointer.
18492 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18493 (main): Remove parameters.
18494 * gdb.trace/tfile.exp: Remove nowarnings.
18495
4d974e88
SM
184962014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18497
18498 * gdb.base/debug-expr.exp: Test string evaluation with
18499 "debug expression" on.
18500
41e99568
PA
185012014-07-15 Pedro Alves <palves@redhat.com>
18502
18503 * gdb.base/reread.exp: Use clean_restart.
18504
487d9753
PL
185052014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18506
18507 * gdb.arch/avr-flash-qualifer.c: New.
18508 * gdb.arch/avr-flash-qualifer.exp: New.
18509
cc1c52ad
PA
185102014-07-14 Pedro Alves <palves@redhat.com>
18511
18512 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18513 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18514
1e973570
PA
185152014-07-14 Pedro Alves <palves@redhat.com>
18516
18517 * gdb.base/double-prompt-target-event-error.c: New file.
18518 * gdb.base/double-prompt-target-event-error.exp: New file.
18519
93d6eb10
PA
185202014-07-14 Pedro Alves <palves@redhat.com>
18521
18522 PR gdb/17072
18523 * gdb.base/paginate-inferior-exit.c: New file.
18524 * gdb.base/paginate-inferior-exit.exp: New file.
18525
0017922d
PA
185262014-07-14 Pedro Alves <palves@redhat.com>
18527
18528 PR gdb/17072
18529 * gdb.base/paginate-bg-execution.c: New file.
18530 * gdb.base/paginate-bg-execution.exp: New file.
18531
94696ad3
PA
185322014-07-14 Pedro Alves <palves@redhat.com>
18533
18534 PR gdb/17072
18535 * gdb.base/paginate-execution-startup.c: New file.
18536 * gdb.base/paginate-execution-startup.exp: New file.
18537 * lib/gdb.exp (pagination_prompt): New global.
18538 (default_gdb_spawn): New procedure, factored out from
18539 default_gdb_spawn.
18540 (default_gdb_start): Adjust to call default_gdb_spawn.
18541 (gdb_spawn): New procedure.
18542
bd293940
PA
185432014-07-14 Pedro Alves <palves@redhat.com>
18544
18545 * lib/gdb.exp (gdb_assert): New procedure.
18546 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18547
c933f875
PA
185482014-07-14 Pedro Alves <palves@redhat.com>
18549
18550 * gdb.base/execution-termios.c: New file.
18551 * gdb.base/execution-termios.exp: New file.
18552
d98b7a16
TT
185532014-07-14 Tom Tromey <tromey@redhat.com>
18554
18555 * gdb.cp/vla-cxx.cc: New file.
18556 * gdb.cp/vla-cxx.exp: New file.
18557
548740d6
TT
185582014-07-14 Tom Tromey <tromey@redhat.com>
18559
18560 * gdb.reverse/rerun-prec.c: New file.
18561 * gdb.reverse/rerun-prec.exp: New file.
18562
a25eb028
MR
185632014-07-12 Maciej W. Rozycki <macro@mips.com>
18564 Maciej W. Rozycki <macro@codesourcery.com>
18565
18566 * lib/gdb-utils.exp: New file.
18567 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18568 inline `gdb_init_command' processing.
18569 (gdb_start_cmd): Likewise.
18570 * lib/mi-support.exp (mi_run_cmd): Likewise.
18571 * README: Document `gdb_init_command' and `gdb_init_commands'.
18572
218c2655
JK
185732014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18574
18575 Fix false FAIL running under a very long directory name.
18576 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18577 and "set print elements 10000". Twice.
18578
5401fde3
YQ
185792014-07-11 Yao Qi <yao@codesourcery.com>
18580
18581 * gdb.base/exprs.exp: "set print symbol off".
18582
e76126e8
PA
185832014-07-11 Pedro Alves <palves@redhat.com>
18584
18585 * gdb.threads/kill.c: New file.
18586 * gdb.threads/kill.exp: New file.
18587
2d6f0de6
YQ
185882014-07-10 Yao Qi <yao@codesourcery.com>
18589
18590 * gdb.trace/tfile.c (write_basic_trace_file)
18591 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18592 address written to trace file.
18593
7180e04a
PA
185942014-07-09 Pedro Alves <palves@redhat.com>
18595
18596 * gdb.base/attach-wait-input.exp: New file.
18597 * gdb.base/attach-wait-input.c: New file.
18598
9a9a7608
AB
185992014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18600
18601 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18602 setting up test structures.
18603 (main): Call new test function.
18604 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18605 test function, continue into test function and walk test
18606 structures.
18607
161ac41e
YQ
186082014-07-02 Yao Qi <yao@codesourcery.com>
18609
18610 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18611 'bar_start' at the beginning of functions 'foo' and 'bar'
18612 respectively.
18613 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18614 instead of 'foo' and 'bar'.
18615
1f267ae3
MM
186162014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18617
18618 * gdb.btrace/segv.exp: New.
18619 * gdb.btrace/segv.c: New.
18620
2b239efb
LM
186212014-07-02 Luis Machado <lgustavo@codesourcery.com>
18622
18623 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18624 instruction.
18625
cf363f18
MW
186262014-06-30 Mark Wielaard <mjw@redhat.com>
18627
18628 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18629 vulture, vilify, villar): New volatile array constants.
18630 (vindictive, vegetation): New const volatile array constants.
18631 * gdb.base/volatile.exp: Test volatile and const volatile array
18632 types.
18633
aebf9d24
AA
186342014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18635
18636 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18637 target lacks support for awatch, rwatch, or hbreak.
18638
b67a2c6f
YQ
186392014-06-27 Yao Qi <yao@codesourcery.com>
18640
18641 * gdb.multi/dummy-frame-restore.exp: New.
18642 * gdb.multi/dummy-frame-restore.c: New.
18643
aef92902
MM
186442014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18645
18646 * gdb.btrace/gcore.exp: New.
18647
8e9db26e
PA
186482014-06-23 Pedro Alves <palves@redhat.com>
18649
18650 * gdb.base/watchpoint-reuse-slot.c: New file.
18651 * gdb.base/watchpoint-reuse-slot.exp: New file.
18652
70afc5b7
SC
186532014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18654
18655 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18656 progspace's filename in 'info', 'enable' and 'disable' command
18657 tests.
18658
b972bd9c
JK
186592014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18660
18661 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18662 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18663 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18664
125f8a3d
GB
186652014-06-20 Gary Benson <gbenson@redhat.com>
18666
18667 * gdb.arch/i386-avx.exp: Fix include file location.
18668 * gdb.arch/i386-sse.exp: Likewise.
18669
3ed9baed
IB
186702014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18671
18672 * gdb.dlang/expression.exp: New file.
18673
034f788c
PA
186742014-06-19 Pedro Alves <palves@redhat.com>
18675
18676 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18677 out from ...
18678 (top level): ... here. Iterate running tests under different
18679 scheduler-locking settings.
18680
45371d0c
LM
186812014-06-18 Luis Machado <lgustavo@codesourcery.com>
18682
18683 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18684 to DW_FORM_addr and use non-zero addresses.
18685
5d376983
SC
186862014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18687
18688 PR gdb/17017
18689 * gdb.python/py-xmethods.cc: Add global function call counters and
18690 increment them in their respective functions. Remove "cout"
18691 statements.
18692 * gdb.python/py-xmethods.exp: Make tests check the global function
18693 call counters instead of depending on inferior IO.
18694
a1aa2221
LM
186952014-06-18 Don Breazeal <donb@codesourcery.com>
18696
18697 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18698 Deleted procedure.
18699 (explicit_fork_parent_follow): Deleted procedure.
18700 (explicit_fork_child_follow): Deleted procedure.
18701 (test_follow_fork): New procedure.
18702 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18703 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18704 procedure calls.
18705
0fc05997
YQ
187062014-06-17 Yao Qi <yao@codesourcery.com>
18707
18708 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18709 CP1252.
18710
70795c52
LM
187112014-06-17 Luis Machado <lgustavo@codesourcery.com>
18712
18713 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18714 Initialize ptr and S explicitly.
18715 (skip_type_update_when_not_use_rtti_test): Likewise.
18716
6be47f0c
KS
187172014-06-16 Keith Seitz <keiths@redhat.com>
18718
18719 PR mi/15863
18720 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18721 the inferior is started.
18722
d03de421
PA
187232014-06-16 Pedro Alves <palves@redhat.com>
18724
18725 * gdb.base/break-main-file-remove-fail.c: New file.
18726 * gdb.base/break-main-file-remove-fail.exp: New file.
18727 * gdb.base/break-unload-file.exp: Use build_executable instead of
18728 prepare_for_testing.
18729 (test_break): New parameter "initial_load". Handle it.
18730 (top level): Add initial_load cmdline/file axis.
18731
f9579b99
TT
187322014-06-12 Tom Tromey <tromey@redhat.com>
18733
18734 * gdb.base/completion.exp: Don't use directory name in test.
18735
3657956b
GB
187362014-06-09 Gary Benson <gbenson@redhat.com>
18737
18738 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18739 separate the always-available ANSI-standard signals from the
18740 signals that require checking.
18741 (main): Likewise.
18742 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18743 Likewise.
18744 (main): Likewise.
18745
4186eb54
KS
187462014-06-07 Keith Seitz <keiths@redhat.com>
18747
18748 Revert:
18749 PR c++/16253
18750 * gdb.cp/var-tag.cc: New file.
18751 * gdb.cp/var-tag.exp: New file.
18752 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18753 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18754 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18755 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18756
25326a28 187572014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18758
18759 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18760
829155c9
PA
187612014-06-06 Pedro Alves <palves@redhat.com>
18762
18763 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18764 in target debug output instead of looking at RSP packets,
18765 disabling the test on any target that uses hardware stepping.
18766 Update comments.
18767
61c8d22e
PA
187682014-06-06 Pedro Alves <palves@redhat.com>
18769
18770 * gdb.base/break-unload-file.exp: Fix typo.
18771
d9a47287
YQ
187722014-06-06 Yao Qi <yao@codesourcery.com>
18773
18774 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18775 from "jit_function" to "^jit_function".
18776
e5e01dbf
YQ
187772014-06-06 Yao Qi <yao@codesourcery.com>
18778
18779 * gdb.base/async.c (foo): Add one statement.
18780 * gdb.base/async.exp: Get the next instruction address and
18781 match the output of "nexti" by instruction address. Match
18782 the hex address in the output of "finish".
18783
73ba372c
GB
187842014-06-06 Gary Benson <gbenson@redhat.com>
18785
18786 * gdb.base/call-signals.c: Remove preprocessor conditionals
18787 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18788 SIGSEGV and SIGTERM.
18789 * gdb.base/sigall.c: Likewise.
18790 * gdb.base/unwindonsignal.c: Likewise.
18791 * gdb.reverse/sigall-reverse.c: Likewise.
18792
831517df
YQ
187932014-06-06 Yao Qi <yao@codesourcery.com>
18794
18795 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18796 readable, skip the test.
18797
b8b91e98
YQ
187982014-06-06 Yao Qi <yao@codesourcery.com>
18799
18800 * gdb.threads/staticthreads.c (thread_function): Move the line
18801 setting breakpoint on forward.
18802 * gdb.threads/staticthreads.exp: Update comments.
18803
fb934770
LC
188042014-06-05 Ludovic Courtès <ludo@gnu.org>
18805
18806 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18807 "history-append! type error".
18808
6ef284bd
SM
188092014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18810
18811 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18812 erroneous dprintf expected input.
18813
a872e241
DE
188142014-06-04 Doug Evans <xdje42@gmail.com>
18815
18816 * gdb.guile/scm-generics.exp: Delete.
18817
16f691fb
DE
188182014-06-04 Doug Evans <xdje42@gmail.com>
18819
18820 * gdb.guile/scm-breakpoint.exp: Update.
18821 Add tests for breakpoint registration.
18822
012370f6
TT
188232014-06-04 Tom Tromey <tromey@redhat.com>
18824
18825 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18826 VLA-in-union.
18827 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18828 inner_vla_struct, vla_union types. Initialize objects of those
18829 types and compute their sizes.
18830
9f5a4cef
HZ
188312014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18832 Hui Zhu <hui@codesourcery.com>
18833
18834 * gdb.base/fileio.exp: Add test for shell not available as well as
18835 available.
18836 * gdb.base/fileio.c (test_system): Check for shell twice.
18837
90a45c4d
YQ
188382014-06-04 Yao Qi <yao@codesourcery.com>
18839
18840 * gdb.base/auto-connect-native-target.exp: Remove redundant
18841 space from the regexp pattern.
18842
70017e41
YQ
188432014-06-04 Yao Qi <yao@codesourcery.com>
18844
18845 * gdb.base/default.exp: Replace "child" with "native" in
18846 regexp pattern.
18847
883964a7
SC
188482014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18849
18850 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18851 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18852 * gdb.python/py-xmethods.py: Python script supporting the
18853 new testcase and tests.
18854
ef370185
JB
188552014-06-03 Joel Brobecker <brobecker@adacore.com>
18856 Pedro Alves <palves@redhat.com>
18857
18858 PR breakpoints/17000
18859 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18860 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18861
1e2ccb61
BM
188622014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18863
18864 * gdb.base/subst.exp: Add tests to verify partial path matching
18865 output.
18866
c6ec5ab2
PA
188672014-06-03 Pedro Alves <palves@redhat.com>
18868
18869 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18870 target that doesn't use software single-stepping.
18871
835c559f
PA
188722014-06-03 Pedro Alves <palves@redhat.com>
18873
18874 PR breakpoints/17000
18875 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18876 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18877
06eb1586
DE
188782014-06-02 Doug Evans <xdje42@gmail.com>
18879
18880 * gdb.guile/scm-parameter.exp: New file.
18881
e698b8c4
DE
188822014-06-02 Doug Evans <xdje42@gmail.com>
18883
18884 * gdb.guile/scm-cmd.c: New file.
18885 * gdb.guile/scm-cmd.exp: New file.
18886
ded03782
DE
188872014-06-02 Doug Evans <xdje42@gmail.com>
18888
18889 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18890 pretty-printer lookup.
18891 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18892 (make-pp_s-printer): Call it.
18893 (make-pretty-printer-from-dict): New function.
18894 (lookup-pretty-printer-maker-from-dict): New function.
18895 (*pretty-printer*): Simplify.
18896 (make-objfile-pp_s-printer): New function.
18897 (install-objfile-pretty-printers!): New function.
18898 (make-progspace-pp_s-printer): New function.
18899 (install-progspace-pretty-printers!): New function.
18900 * gdb.guile/scm-progspace.c: New file.
18901 * gdb.guile/scm-progspace.exp: New file.
18902
41fac0cf
PA
189032014-06-02 Pedro Alves <palves@redhat.com>
18904
18905 * gdb.base/dprintf-bp-same-addr.c: New file.
18906 * gdb.base/dprintf-bp-same-addr.exp: New file.
18907
96ae5695
EBM
189082014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18909
18910 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18911 * gdb.arch/powerpc-power.s: Likewise.
18912
da02b3a8
JB
189132014-06-02 Joel Brobecker <brobecker@adacore.com>
18914
18915 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18916
c72b2e7b
YQ
189172014-06-01 Yao Qi <yao@codesourcery.com>
18918
18919 * gdb.base/watchpoint.exp (test_watch_location): Check null
18920 pointer can be dereferenced. If not, do the test, otherwise
18921 skip it.
18922
53e8a631
AB
189232014-05-30 Andrew Burgess <aburgess@broadcom.com>
18924
18925 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18926 results.
18927 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18928
938f0e2f
AB
189292014-05-30 Andrew Burgess <aburgess@broadcom.com>
18930
18931 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18932 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18933 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18934 * gdb.arch/amd64-invalid-stack-top.c: New file.
18935 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18936
9ba6657a
PA
189372014-05-30 Pedro Alves <palves@redhat.com>
18938
18939 PR breakpoints/17000
18940 * gdb.base/sss-bp-on-user-bp.c: New file.
18941 * gdb.base/sss-bp-on-user-bp.exp: New file.
18942
522c09bf
DB
189432014-05-30 David Blaikie <dblaikie@gmail.com>
18944
18945 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18946 gnu_inline semantics via attribute.
18947 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18948 source explicitly specifies the required semantics.
18949
bf4ef81e
MR
189502014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18951
18952 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18953
329ea579
PA
189542014-05-29 Pedro Alves <palves@redhat.com>
18955 Tom Tromey <tromey@redhat.com>
18956
18957 * gdb.base/async-shell.exp: Don't enable target-async.
18958 * gdb.base/async.exp
18959 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18960 parameter. Adjust.
18961 (top level): Don't test with "target-async".
18962 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18963 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18964 * gdb.base/inferior-died.exp: Don't enable target-async.
18965 * gdb.base/interrupt-noterm.exp: Likewise.
18966 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18967 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18968 * gdb.mi/mi-nonstop.exp: Likewise.
18969 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18970 * gdb.mi/mi-nsintrall.exp: Likewise.
18971 * gdb.mi/mi-nsmoribund.exp: Likewise.
18972 * gdb.mi/mi-nsthrexec.exp: Likewise.
18973 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18974 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18975 * gdb.python/py-evsignal.exp: Don't enable target-async.
18976 * gdb.python/py-evthreads.exp: Likewise.
18977 * gdb.python/py-prompt.exp: Likewise.
18978 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18979 * gdb.server/solib-list.exp: Don't enable target-async.
18980 * gdb.threads/thread-specific-bp.exp: Likewise.
18981 * lib/mi-support.exp: Adjust to use mi-async.
18982
fd664c91
PA
189832014-05-29 Pedro Alves <palves@redhat.com>
18984
18985 PR gdb/13860
18986 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18987 reason, even in sync mode.
18988
251bde03
PA
189892014-05-29 Pedro Alves <palves@redhat.com>
18990 Hui Zhu <hui@codesourcery.com>
18991
18992 PR PR15693
18993 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18994 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18995 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18996 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18997
7f3c0343
JB
189982014-05-28 Joel Brobecker <brobecker@adacore.com>
18999
19000 * config/monitor.exp (gdb_target_monitor): Replace use of
19001 "set remotebaud" by "set serial baud".
19002
b2715b27
AW
190032014-05-26 Andy Wingo <wingo@igalia.com>
19004
19005 * gdb.guile/scm-breakpoint.exp:
19006 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19007 properties instead of gdb-object-properties.
19008
498a4489
YQ
190092014-05-26 Yao Qi <yao@codesourcery.com>
19010
19011 * gdb.server/no-thread-db.exp: Specify source file name
19012 explicitly when setting a breakpoint.
19013
589fdceb
MM
190142014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19015
19016 * gdb.btrace/vdso.c: New.
19017 * gdb.btrace/vdso.exp: New.
19018
e9089e05
MM
190192014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19020
19021 * gdb.base/gcore.exp (capture_command_output): Move ...
19022 * lib/gdb.exp (capture_command_output): ... here.
19023
67b5c0c1
MM
190242014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19025
19026 * gdb.btrace/data.exp: Test memory access during btrace replay.
19027
a2199296
SM
190282014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19029
19030 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19031
17b2616c
PA
190322014-05-21 Pedro Alves <palves@redhat.com>
19033
19034 PR gdb/13860
19035 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19036 (top level): Test that output related to execution commands is
19037 sent to the console with CLI commands, but not with MI commands.
19038 Test that breakpoint events are always mirrored to the console.
19039 Also expect the new source line to be output after a "next" in
19040 async mode too. Make it a pass/fail test.
19041 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19042 output.
19043 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19044
5166082f
PA
190452014-05-21 Pedro Alves <palves@redhat.com>
19046
19047 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19048 Use them to test variations of "list" after reaching a breakpoint.
19049 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19050 Test "list" with listsize 10 after reaching a breakpoint.
19051 * gdb.python/python.exp (decode_line current location line
19052 number): Adjust expected line number.
19053
2f25d70f
SM
190542014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19055
19056 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19057 behavior for $args, pass it directly to "run".
19058
ff604a67
MR
190592014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19060
19061 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19062 30000 to 65536.
19063
6a3cb8e8
PA
190642014-05-21 Pedro Alves <palves@redhat.com>
19065
19066 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19067 auto-connect-native-target off".
19068 * gdb.base/auto-connect-native-target.c: New file.
19069 * gdb.base/auto-connect-native-target.exp: New file.
19070
4ebfc96e
PA
190712014-05-21 Pedro Alves <palves@redhat.com>
19072
19073 * gdb.base/default.exp: Test "target native" instead of "target
19074 child".
19075
36d46afb
MW
190762014-05-21 Mark Wielaard <mjw@redhat.com>
19077
19078 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19079
5876f503
JK
190802014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19081
19082 Fix TLS access for -static -pthread.
19083 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19084 <HAVE_TLS> (thread_function, main): Initialize it.
19085 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19086 Add clean_restart.
19087 <$have_tls != "">: Check TLSVAR.
19088
0256a6ac
PA
190892014-05-21 Pedro Alves <palves@redhat.com>
19090
19091 * gdb.base/dcache-line-read-error.c: New.
19092 * gdb.base/dcache-line-read-error.exp: New.
19093
936d2992
PA
190942014-05-20 Pedro Alves <palves@redhat.com>
19095
19096 * gdb.base/compare-sections.c: New file.
19097 * gdb.base/compare-sections.exp: New file.
19098
802e8e6d
PA
190992014-05-20 Pedro Alves <palves@redhat.com>
19100
19101 * gdb.base/break-idempotent.c: New file.
19102 * gdb.base/break-idempotent.exp: New file.
19103
e59fa00f
MM
191042014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19105
19106 * gdb.btrace/nohist.exp: New.
19107
8b696e31
YQ
191082014-05-20 Yao Qi <yao@codesourcery.com>
19109
19110 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19111 gdb.reverse directory and gdb_reverse_timeout exists in board
19112 setting.
19113 * README: Document gdb_reverse_timeout.
19114
73c9764f
YQ
191152014-05-20 Yao Qi <yao@codesourcery.com>
19116
19117 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19118 'test_file_name'. Treat args as a string instead of a list.
19119 (gdb_init): Rename argument 'args' by 'test_file_name'.
19120
f1f4348a
JK
191212014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19122
19123 * gdb.arch/powerpc-power.exp: New file.
19124 * gdb.arch/powerpc-power.s: New file.
19125
0dbe70ce
DE
191262014-05-16 Doug Evans <dje@google.com>
19127
19128 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19129 * gdb.base/completion.exp: Check that all expected files exist
19130 before doing file completion.
0dbe70ce 19131
8d551b02
DE
191322014-05-16 Doug Evans <dje@google.com>
19133
19134 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19135 Update.
19136 (do_syscall_tests_without_xml): Update.
19137
73eb7709
PA
191382014-05-16 Pedro Alves <palves@redhat.com>
19139
19140 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19141 instead of "unknown output after running".
19142
3fae92fc
YQ
191432014-05-16 Yao Qi <yao@codesourcery.com>
19144
19145 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19146 file1.txt from host at the end.
19147 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19148
c2b2ccc5
DE
191492014-05-15 Doug Evans <dje@google.com>
19150
19151 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19152 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19153 loading file. Add test for TU lookup.
19154
8c217a4b
SM
191552014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19156
19157 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19158 calling "-exec-arguments" or "set args" before running the
19159 inferior.
19160
3deb39c6
SM
191612014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19162
19163 * lib/mi-support.exp (mi_expect_stop): Expect message for
19164 inferiors that exit with non-zero exit code.
19165
71a79f8c
YQ
191662014-05-14 Yao Qi <yao@codesourcery.com>
19167
19168 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19169 match absolute path on remote host.
19170 (test_file_list_exec_source_files): Remove "/" from the
19171 pattern.
19172
f23fcd46
YQ
191732014-05-14 Yao Qi <yao@codesourcery.com>
19174
19175 * boards/local-remote-host-notty.exp (${board}_file): New
19176 proc.
19177
9404b58f
KM
191782014-05-07 Kyle McMartin <kyle@redhat.com>
19179
19180 Pushed by Joel Brobecker <brobecker@adacore.com>.
19181 * gdb.arch/aarch64-atomic-inst.c: New file.
19182 * gdb.arch/aarch64-atomic-inst.exp: New file.
19183
5e45f04c
YQ
191842014-05-07 Yao Qi <yao@codesourcery.com>
19185
19186 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19187 in current context" too.
19188
c888a17d
KS
191892014-05-05 Keith Seitz <keiths@redhat.com>
19190
19191 * gdb.linespec/ls-dollar.exp: Add test for linespec
19192 file:convenience_variable.
19193
290a839c
YQ
191942014-05-05 Yao Qi <yao@codesourcery.com>
19195
19196 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19197 traceframes into tfile and ctf trace files. Read data from
19198 trace file and test collected data.
19199 (gdb_collect_locals_test): Likewise.
19200 (gdb_unavailable_registers_test): Likewise.
19201 (gdb_unavailable_floats): Likewise.
19202 (gdb_collect_globals_test): Likewise.
19203 (top-level): Append "ctf" to trace_file_targets if GDB
19204 supports.
19205
b5262cd0
YQ
192062014-05-05 Yao Qi <yao@codesourcery.com>
19207
19208 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19209 code to ...
19210 (gdb_collect_args_test_1): ... it. New proc.
19211 (gdb_collect_locals_test): Move some code to ...
19212 (gdb_collect_locals_test_1): ... it. New proc.
19213 (gdb_unavailable_registers_test): Move some code to ...
19214 (gdb_unavailable_registers_test_1): ... it. New proc.
19215 (gdb_unavailable_floats): Move some code to ...
19216 (gdb_unavailable_floats_1): ... it. New proc.
19217
30a1e6cc
SDJ
192182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19219
19220 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19221 probes to test for bitness recognition.
19222 * gdb.arch/amd64-stap-optional-prefix.exp
19223 (test_probe_value_without_reg): New procedure.
19224 Add code to test for different kinds of bitness.
19225
f33da99a
SDJ
192262014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19227
19228 PR breakpoints/16889
19229 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19230 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19231
5b80f00d
PA
192322014-05-01 Pedro Alves <palves@redhat.com>
19233
19234 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19235 gdb_file_cmd if no file is specified.
19236 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19237 last_loaded_file to set the remote exec-file.
19238
f8c2a73c
PA
192392014-05-01 Pedro Alves <palves@redhat.com>
19240
19241 * boards/local-remote-host.exp: New file.
19242
be6e8ac7
PA
192432014-05-01 Pedro Alves <palves@redhat.com>
19244
19245 * boards/local-remote-host.exp: Rename to ...
19246 * boards/local-remote-host-notty.exp: ... this.
19247
cac0dc8f
JB
192482014-04-28 Joel Brobecker <brobecker@adacore.com>
19249
19250 * gdb.ada/dyn_arrayidx: New testcase.
19251
9730e6cc
YQ
192522014-04-26 Yao Qi <yao@codesourcery.com>
19253
19254 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19255 and compute the length of function main. Save it in
19256 $main_length.
19257 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19258 (top-level): Use gdb_compile to compile objects into
19259 executable and restart GDB. Remove invocation to
19260 prepare_for_testing.
19261
7ae1a6a6
PA
192622014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19263 Pedro Alves <palves@redhat.com>
19264
19265 PR server/16255
19266 * gdb.multi/multi-attach.c: New file.
19267 * gdb.multi/multi-attach.exp: New file.
19268
4082afcc
PA
192692014-04-25 Pedro Alves <palves@redhat.com>
19270
19271 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19272 user.
19273 (top level): Test that "set remote conditional-breakpoints-packet
19274 off" works as intended.
19275 * gdb.base/dprintf.exp: Test that "set remote
19276 breakpoint-commands-packet off" works as intended.
19277 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19278 New function.
19279 (top level): Call it.
19280 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19281 remote fast-tracepoints-packet off" works as intended.
19282 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19283 * lib/gdb.exp (gdb_is_target_remote): ... here.
19284
2abc3f8d
DB
192852014-04-24 David Blaikie <dblaikie@gmail.com>
19286
19287 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19288 ensure clang would not discard them.
19289 * gdb.base/gdbvars.c: Ditto.
19290 * gdb.base/memattr.c: Ditto.
19291 * gdb.base/whatis.c: Ditto.
19292 * gdb.python/py-prettyprint.c: Ditto.
19293 * gdb.trace/actions.c: Ditto.
19294 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19295 ensure clang would not discard it.
19296
bfd39632
DB
192972014-04-24 David Blaikie <dblaikie@gmail.com>
19298
19299 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19300 clang to emit the full definition of type required by the test
19301 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19302
22842ff6
DB
193032014-04-24 David Blaikie <dblaikie@gmail.com>
19304
19305 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19306 coax Clang into emitting the definition of the type.
19307 * gdb.cp/pr10728-x.h (y): Ditto.
19308 * gdb.cp/pr10728-y.cc (y): Ditto.
19309
c2e827ad
DB
193102014-04-24 David Blaikie <dblaikie@gmail.com>
19311
19312 * gdb.base/label.exp: XFAIL label related tests under Clang.
19313 * gdb.cp/cplabel.exp: Ditto.
19314 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19315 under Clang those using labels.
19316
4c2d33e7
YQ
193172014-04-25 Yao Qi <yao@codesourcery.com>
19318
19319 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19320 double_label.
19321 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19322 partial_label and double_label.
19323
56083b99
DB
193242014-04-24 David Blaikie <dblaikie@gmail.com>
19325
19326 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19327
25d4e99d
DB
193282014-04-24 David Blaikie <dblaikie@gmail.com>
19329
19330 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19331 of the function to work across GCC and Clang.
19332 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19333 pointer types (const void ** const V void **).
19334
01f9f808
MS
193352014-04-24 Michael Sturm <michael.sturm@mintel.com>
19336 Walfred Tedeschi <walfred.tedeschi@intel.com>
19337
19338 * Makefile.in (EXECUTABLES): Added i386-avx512.
19339 * gdb.arch/i386-avx512.c: New file.
19340 * gdb.arch/i386-avx512.exp: Likewise.
19341
4b48d439
KS
193422014-04-23 Keith Seitz <keiths@redhat.com>
19343
19344 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19345 (mi_make_breakpoint_table): New procedure.
19346 (mi_create_breakpoint): Use mi_make_breakpoint
19347 and return the result.
19348 (mi_make_breakpoint): New procedure.
19349 (mi_build_kv_pairs): New procedure.
19350
19351 * gdb.mi/mi-break.exp: Remove unused globals,
19352 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19353 All callers updated.
19354 * gdb.mi/mi-dprintf.exp: Use variable to track command
19355 number.
19356 Update all callers of mi_create_breakpoint and use
19357 mi_make_breakpoint_table.
19358 Remove any unused global variables.
19359 * gdb.mi/mi-nonstop.exp: Likewise.
19360 * gdb.mi/mi-nsintrall.exp: Likewise.
19361 * gdb.mi/mi-nsmoribund.exp: Likewise.
19362 * gdb.mi/mi-nsthrexec.exp: Likewise.
19363 * gdb.mi/mi-reverse.exp: Likewise.
19364 * gdb.mi/mi-simplerun.exp: Likewise.
19365 * gdb.mi/mi-stepn.exp: Likewise.
19366 * gdb.mi/mi-syn-frame.exp: Likewise.
19367 * gdb.mi/mi-until.exp: Likewise.
19368 * gdb.mi/mi-var-cp.exp: Likewise.
19369 * gdb.mi/mi-var-display.exp: Likewise.
19370 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19371 * gdb.mi/mi2-var-child.exp: Likewise.
19372 * gdb.mi/mi-vla-c99.exp: Likewise.
19373 * lib/mi-support.exp: Likewise.
19374
19375 From Ian Lance Taylor <iant@cygnus.com>:
19376 * lib/gdb.exp (parse_args): New procedure.
19377
08351840
PA
193782014-04-23 Pedro Alves <palves@redhat.com>
19379
19380 * gdb.base/break-unload-file.c: New file.
19381 * gdb.base/break-unload-file.exp: New file.
19382 * gdb.base/sym-file-lib.c (baz): New function.
19383 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19384 field.
19385 (load): Store the segment's mapped size.
19386 (unload): New function.
19387 (unload_shlib): New function.
19388 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19389 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19390 set a breakpoint at baz, and call it.
19391 * gdb.base/sym-file.exp: New tests for stale breakpoint
19392 instructions.
19393
076855f9
PA
193942014-04-23 Pedro Alves <palves@redhat.com>
19395
19396 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19397 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19398 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19399 * gdb.base/hbreak-unmapped.c: New file.
19400 * gdb.base/hbreak-unmapped.exp: New file.
19401 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19402 * lib/gdb.exp (gdb_is_target_remote): ... here.
19403
483805cf
PA
194042014-04-22 Pedro Alves <palves@redhat.com>
19405
19406 * gdb.base/consecutive-step-over.c: New file.
19407 * gdb.base/consecutive-step-over.exp: New file.
19408
06d97543
PA
194092014-04-22 Pedro Alves <palves@redhat.com>
19410
19411 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19412 instead of send_gdb/gdb_expect.
19413
b4429ea2
YQ
194142014-04-22 Yao Qi <yao@codesourcery.com>
19415
19416 * lib/trace-support.exp (generate_tracefile): New procedure.
19417 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19418 return 0.
19419 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19420 if generate_tracefile returns 1.
19421
51d48146
PA
194222014-04-18 Tom Tromey <palves@redhat.com>
19423 Pedro alves <tromey@redhat.com>
19424
19425 PR backtrace/15558
19426 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19427 with a backtrace limit.
19428 * gdb.python/py-frame-inline.exp: Test running to an inline
19429 function with a backtrace limit, and printing the newest frame.
19430 * gdb.python/py-frame-inline.c (main): Call f.
19431
bd1dce5f
MS
194322014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19433
19434 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19435
40d1a503
MS
194362014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19437
19438 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19439 Drop prefix from unsupported source file path.
19440
389b98f7
YQ
194412014-04-17 Yao Qi <yao@codesourcery.com>
19442
19443 * lib/gdb.exp (with_target_charset): New proc.
19444 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19445 with_target_charset.
19446 (test_print_strings): Likewise.
19447 (test_repeat_bytes): Likewise.
19448 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19449 for some tests.
19450
22869d73
KS
194512014-04-16 Keith Seitz <keiths@redhat.com>
19452
19453 PR gdb/15827
19454 * gdb.dwarf2/corrupt.c: New file.
19455 * gdb.dwarf2/corrupt.exp: New file.
19456
c4f87ca6
KS
194572014-04-16 Keith Seitz <keiths@redhat.com>
19458
19459 PR c++/16597
19460 * gdb.cp/namelessclass.cc: New file.
19461 * gdb.cp/namelessclass.exp: New file.
19462 * gdb.cp/namelessclass.S: New file.
19463
ab19de87
DE
194642014-04-16 Doug Evans <dje@google.com>
19465
19466 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19467 Add comment.
19468 (gdbserver_default_get_comm_port): New function.
19469 (gdbserver_start): Check if board file provided
19470 "gdbserver,get_comm_port" and use it if so.
19471 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19472 (gdb,socketport): Set to "stdio".
19473 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19474 (stdio_gdbserver_template): Delete.
19475 (${board}_get_remote_address): Update.
19476 (${board}_build_remote_cmd): Delete.
19477 (${board}_get_comm_port): New function.
19478 (${board}_spawn): Update.
19479 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19480 Delete.
19481 (${board}_get_remote_address): Update.
19482 (${board}_get_comm_port): New function.
19483
fc98a809
AB
194842014-04-16 Andrew Burgess <aburgess@broadcom.com>
19485
19486 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19487 appearing in any order.
19488
87fd9e6e
DE
194892014-04-15 Doug Evans <dje@google.com>
19490
19491 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19492 uninitialized value of "description".
19493
099fc3ea
KS
194942014-04-15 Keith Seitz <keiths@redhat.com>
19495
19496 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19497 Remove unused globals.
19498 (test_running_the_program): Likewise.
19499 (test_controlled_execution): Likewise.
19500 (test_controlling_breakpoints): Likewise.
19501 (test_program_termination): Likewise.
19502
5da151d4
KS
195032014-04-15 Keith Seitz <keiths@redhat.com>
19504
19505 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19506 unused globals.
19507 (test_rbreak_creation_and_listing): Likewise.
19508 (test_ignore_count): Likewise.
19509 (test_error): Likewise.
19510
35e5d2f0
PA
195112014-04-15 Pedro Alves <palves@redhat.com>
19512
19513 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19514 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19515 sym-file-loader.c.
19516 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19517 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19518 to sym-file-loader.c.
19519 (struct library): Forward declare.
19520 (load_shlib, lookup_function): Change prototypes.
19521 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19522 (translate_offset): Remove declarations.
19523 (get_text_addr): New declaration.
19524 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19525 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19526 sym-file-loader.h.
19527 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19528 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19529 here from sym-file-loader.h.
19530 (struct library): New structure.
19531 (load_shlib, lookup_function): Change prototypes and adjust to
19532 work with a struct library.
19533 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19534 (translate_offset): Make static.
19535 (get_text_addr): New function.
19536 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19537
eb4c1710
PA
195382014-04-15 Pedro Alves <palves@redhat.com>
19539
19540 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19541
2d1baf52
PA
195422014-04-15 Pedro Alves <palves@redhat.com>
19543
19544 * gdb.base/sym-file-loader.c: Include <limits.h>.
19545 (SELF_LINK): New define.
19546 (get_origin): New function.
19547 (load_shlib): Use it.
19548 * gdb.base/sym-file.exp: Don't early return if the target is
19549 remote. Use runto_main, and issue fail is that fails. Use
19550 gdb_load_shlibs.
19551 (shlib_name): Delete.
19552 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19553
7dd6df01
PA
195542014-04-15 Pedro Alves <palves@redhat.com>
19555
19556 * gdb.base/sym-file.exp: Remove regex characters from test
19557 message. Don't refer to breakpoint numbers in test messages.
19558
b50c8614
KS
195592014-04-14 Keith Seitz <keiths@redhat.com>
19560
19561 PR c++/16253
19562 * gdb.cp/var-tag.cc: New file.
19563 * gdb.cp/var-tag.exp: New file.
19564 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19565 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19566 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19567 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19568
3d567982
TT
195692014-04-14 Tom Tromey <tromey@redhat.com>
19570
19571 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19572 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19573 type.
19574 * gdb.cp/enum-class.exp: New file.
19575 * gdb.cp/enum-class.cc: New file.
19576
0626fc76
TT
195772014-04-14 Tom Tromey <tromey@redhat.com>
19578
19579 * gdb.dwarf2/enum-type.exp: New file.
19580
dca325b3
SA
195812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19582
19583 * gdb.mi/mi-vla-c99.exp: New file.
19584 * gdb.mi/vla.c: New file.
19585
5854b38a
SA
195862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19587
19588 * gdb.base/vla-datatypes.c: New file.
19589 * gdb.base/vla-datatypes.exp: New file.
19590
463bb957
SA
195912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19592
19593 * gdb.base/vla-ptr.c: New file.
19594 * gdb.base/vla-ptr.exp: New file.
19595
3dd170be
SA
195962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19597
19598 * gdb.dwarf2/count.exp: New file.
19599
5ecaaa66
SA
196002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19601
19602 * gdb.base/vla-sideeffect.c: New file.
19603 * gdb.base/vla-sideeffect.exp: New file.
19604
41f1ada5
DB
196052014-04-14 David Blaikie <dblaikie@gmail.com>
19606
19607 * gdb.mi/non-stop.c: Add return value for non-void function return
19608 statement.
19609 * gdb.threads/staticthreads.c: Ditto.
19610
0be03e84
DE
196112014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19612 Doug Evans <xdje42@gmail.com>
19613
19614 * gdb.guile/scm-value.c: Improve test case.
19615 * gdb.guile/scm-value.exp: Add new test.
19616
f180a1fb
DB
196172014-04-11 David Blaikie <dblaikie@gmail.com>
19618
19619 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19620 override Clang's default.
19621
6b662e19
JB
196222014-04-11 Joel Brobecker <brobecker@adacore.com>
19623
19624 Revert the following changes (regressions):
19625
19626 * gdb.base/vla-sideeffect.c: New file.
19627 * gdb.base/vla-sideeffect.exp: New file.
19628
19629 * gdb.dwarf2/count.exp: New file.
19630
19631 * gdb.base/vla-multi.c: New file.
19632 * gdb.base/vla-multi.exp: New file.
19633
19634 * gdb.base/vla-ptr.c: New file.
19635 * gdb.base/vla-ptr.exp: New file.
19636
19637 * gdb.base/vla-datatypes.c: New file.
19638 * gdb.base/vla-datatypes.exp: New file.
19639
19640 * gdb.mi/mi-vla-c99.exp: New file.
19641 * gdb.mi/vla.c: New file.
19642
245a5f0b
KS
196432014-04-11 Keith Seitz <keiths@redhat.com>
19644
19645 PR c++/16675
19646 * gdb.cp/cpsizeof.exp: New file.
19647 * gdb.cp/cpsizeof.cc: New file.
19648
58a84dcf
SA
196492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19650
191a8a90
JB
19651 * gdb.mi/mi-vla-c99.exp: New file.
19652 * gdb.mi/vla.c: New file.
58a84dcf 19653
c8655f75
SA
196542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19655
19656 * gdb.base/vla-datatypes.c: New file.
19657 * gdb.base/vla-datatypes.exp: New file.
19658
024e13b4
SA
196592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19660
19661 * gdb.base/vla-ptr.c: New file.
19662 * gdb.base/vla-ptr.exp: New file.
19663
1a237e0e
SA
196642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19665
19666 * gdb.base/vla-multi.c: New file.
19667 * gdb.base/vla-multi.exp: New file.
19668
504f3432
SA
196692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19670
19671 * gdb.dwarf2/count.exp: New file.
19672
3bce8237
SA
196732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19674
191a8a90
JB
19675 * gdb.base/vla-sideeffect.c: New file.
19676 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19677
322f9c21
YQ
196782014-04-11 Yao Qi <yao@codesourcery.com>
19679
19680 * gdb.base/completion.exp: Check file exists before running tests
19681 on file completion.
19682
d708bcd1
PA
196832014-04-10 Pedro Alves <palves@redhat.com>
19684
19685 * gdb.base/cond-eval-mode.c: New file.
19686 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19687 prepare_for_testing to build the new file. Check result of
19688 runto_main.
19689 (test_break, test_watch): New procedures.
19690 (top level): Use them.
19691
ae1d2761
PM
196922014-04-08 Pierre Muller <muller@sourceware.org>
19693
19694 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19695 Ctrl-V use for mingw hosts.
19696
7af389b8
SC
196972014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19698
19699 * gdb.python/py-value.c: Improve test case.
19700 * gdb.python/py-value.exp: Add new test.
19701
5e703181
DE
197022014-04-07 David Blaikie <dblaikie@gmail.com>
19703
19704 * lib/compiler.c: Identify the clang compiler.
19705 * lib/compiler.cc: Ditto.
19706
9810b410
YQ
197072014-04-03 Yao Qi <yao@codesourcery.com>
19708
19709 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19710
98d1b8dc
AB
197112014-04-01 Anton Blanchard <anton@samba.org>
19712
19713 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19714 messages unique.
19715
3114cea1
AB
197162014-04-01 Anton Blanchard <anton@samba.org>
19717
19718 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19719 prepare_for_testing.
19720
62f7182c
AB
197212014-04-01 Anton Blanchard <anton@samba.org>
19722
19723 * gdb.arch/ppc64-atomic-inst.c: Remove.
19724 * gdb.arch/ppc64-atomic-inst.S: New file.
19725 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19726
770e7fc7
DE
197272014-03-31 Doug Evans <dje@google.com>
19728
19729 * gdb.base/print-symbol-loading-lib.c: New file.
19730 * gdb.base/print-symbol-loading-main.c: New file.
19731 * gdb.base/print-symbol-loading.exp: New file.
19732
46e2bafa
YQ
197332014-03-31 Yao Qi <yao@codesourcery.com>
19734
19735 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19736
8776cfe9
JB
197372014-03-28 Joel Brobecker <brobecker@adacore.com>
19738
19739 * gdb.ada/mi_dyn_arr: New testcase.
19740
5d1ef361
DE
197412014-03-27 Doug Evans <dje@google.com>
19742
19743 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19744
b5bee914
YQ
197452014-03-27 Yao Qi <yao@codesourcery.com>
19746
19747 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19748 if target is nios2-*-*.
19749
0d4d0e77
YQ
197502014-03-26 Yao Qi <yao@codesourcery.com>
19751
19752 * lib/gdb.exp (readline_is_used): New proc.
19753 * gdb.base/completion.exp: Move tests on command complete up.
19754 Skip the rest of tests if readline is not used.
19755 * gdb.ada/complete.exp: Skp the test if readline is not
19756 used.
19757 * gdb.base/filesym.exp: Likewise.
19758 * gdb.base/macscp.exp: Likewise.
19759 * gdb.base/readline-ask.exp: Likewise.
19760 * gdb.base/readline.exp: Likewise.
19761 * gdb.python/py-cmd.exp: Likewise.
19762 * gdb.trace/tfile.exp: Likewise.
19763
29361eee
YQ
197642014-03-26 Yao Qi <yao@codesourcery.com>
19765
19766 * gdb.base/macscp.exp: Fix code format issues.
19767
bc9a5525
UW
197682014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19769
19770 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19771 * gdb.asm/powerpc64le.inc: New file.
19772
d3839ede
PA
197732014-03-25 Pedro Alves <palves@redhat.com>
19774 Doug Evans <dje@google.com>
19775
19776 * gdb.base/source-execution.c: New file.
19777 * gdb.base/source-execution.exp: New file.
19778 * gdb.base/source-execution.gdb: New file.
19779
01672a57
DE
197802014-03-24 Doug Evans <dje@google.com>
19781
19782 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19783 using fission.
19784
88bbeca9
HZ
197852014-03-24 Hui Zhu <hui@codesourcery.com>
19786 Pedro Alves <palves@redhat.com>
19787
19788 PR breakpoints/16101
19789 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19790 test pass/fail messages. Detect missing support for dprintf when
19791 breakpoints are actually inserted.
19792 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19793 breakpoints are actually inserted.
19794 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19795 fails.
19796
d2348791
JK
197972014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19798
19799 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19800
feef67ab
DE
198012014-03-22 Doug Evans <xdje42@gmail.com>
19802
19803 * gdb.python/python.exp (python not supported): Verify multi-line
19804 python command issues an error.
25d743f9 19805 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19806 guile command issues an error.
feef67ab 19807
ecebef6a
MR
198082014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19809
19810 * gdb.threads/thread-specific.exp: Handle the lack of usable
19811 $this_breakpoint and $this_thread.
19812
ccdd1909
HZ
198132014-03-21 Hui Zhu <hui@codesourcery.com>
19814
19815 * gdb.base/attach.exp (do_command_attach_tests): New.
19816
beb460e8
PA
198172014-03-20 Tom Tromey <tromey@redhat.com>
19818 Pedro Alves <palves@redhat.com>
19819
19820 PR cli/15718
19821 * gdb.base/condbreak-call-false.c: New file.
19822 * gdb.base/condbreak-call-false.exp: New file.
19823
40acf43a
PA
198242014-03-20 Pedro Alves <palves@redhat.com>
19825
19826 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19827 Delete.
19828 (block_signals, unblock_signals): Delete.
19829 (child_function_2, main): Remove references to deleted variable
19830 and functions.
19831
9f5e1e02
PA
198322014-03-20 Pedro Alves <palves@redhat.com>
19833
19834 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19835 Use pthread_kill to signal thread 2.
19836 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19837 Adjust to make the test send itself a signal rather than using the
19838 host's "kill" command.
19839
99619bea
PA
198402014-03-20 Pedro Alves <palves@redhat.com>
19841
19842 * gdb.threads/multiple-step-overs.c: New file.
19843 * gdb.threads/multiple-step-overs.exp: New file.
19844 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19845 Adjust expected infrun debug output.
19846
2adfaa28
PA
198472014-03-20 Pedro Alves <palves@redhat.com>
19848
19849 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19850 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19851
31e77af2
PA
198522014-03-20 Pedro Alves <palves@redhat.com>
19853
19854 PR breakpoints/7143
19855 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19856 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19857 of gdb_test_multiple.
19858 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19859 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19860
b9f437de
PA
198612014-03-20 Pedro Alves <palves@redhat.com>
19862
19863 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19864 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19865
05adc73e
PA
198662014-03-19 Pedro Alves <palves@redhat.com>
19867
19868 * gdb.base/async.exp: Remove early return.
19869
6048b950
PA
198702014-03-19 Pedro Alves <palves@redhat.com>
19871
19872 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19873
8bcfb00a
PA
198742014-03-19 Pedro Alves <palves@redhat.com>
19875
19876 * gdb.base/async.exp (test_background): Expect \r\n after
19877 "completed." in the fail pattern.
19878
884e37dc
PA
198792014-03-19 Pedro Alves <palves@redhat.com>
19880
19881 * gdb.base/async.exp (test_background): New procedure.
19882 Use it for all background execution command tests.
19883
148e57e2
PA
198842014-03-19 Pedro Alves <palves@redhat.com>
19885
19886 * gdb.base/async.exp: Use prepare_for_testing.
19887
f48088c7
PA
198882014-03-19 Pedro Alves <palves@redhat.com>
19889
19890 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19891 the same line.
19892
e2f6c966
PA
198932014-03-19 Pedro Alves <palves@redhat.com>
19894
19895 * gdb.base/async.c (main): Add "jump here" and "until here" line
19896 marker comments.
19897 * gdb.base/async.exp (jump_here): New global.
19898 (jump& test): Use it.
19899 (until_here): New global.
19900 (until& test): Use it.
19901
c30568d4
PA
199022014-03-19 Pedro Alves <palves@redhat.com>
19903
19904 * gdb.base/async.exp: Don't frob gdb_protocol.
19905
0172b6a7
DE
199062014-03-18 Doug Evans <xdje42@gmail.com>
19907
19908 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19909 Fix spelling of exec-done-display.
19910
06c868a8
JK
199112014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19912
19913 PR gdb/15358
19914 * gdb.base/gdb-sigterm.c: New file.
19915 * gdb.base/gdb-sigterm.exp: New file.
19916
0c7e1a46
PA
199172014-03-18 Pedro Alves <palves@redhat.com>
19918
19919 PR gdb/13860
19920 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19921 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19922 solib-event.
19923
f7c77d93
JB
199242014-03-17 Joel Brobecker <brobecker@adacore.com>
19925
19926 * gdb.ada/pckd_arr_ren: New testcase.
19927
5a1e8c7a
DE
199282014-03-13 Doug Evans <xdje42@gmail.com>
19929
19930 PR guile/16612
19931 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19932 collect after discarding symbols.
19933
350e1a76
DE
199342014-03-13 Ludovic Courtès <ludo@gnu.org>
19935 Doug Evans <xdje42@gmail.com>
19936
19937 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19938 to history survives a gc.
19939
a69900ae
PA
199402014-03-13 Pedro Alves <palves@redhat.com>
19941
19942 * gdb.base/default.exp: Don't test "target procfs".
19943
5db9f0bd
PA
199442014-03-13 Pedro Alves <palves@redhat.com>
19945
19946 * gdb.base/default.exp: Update "target child" and "target procfs"
19947 tests to not expect "Unix".
19948
b3ccfe11
TT
199492014-03-12 Tom Tromey <tromey@redhat.com>
19950
19951 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19952 New procs. Add target-async tests.
19953 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19954 Add target-async tests.
19955
646f4417
AA
199562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19957
19958 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19959 'func_start' and 'func_end' for the beginning and end of the
19960 function code, respectively.
19961 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19962 'func_end' instead of 'func' and 'main'.
19963
288c211f
AA
199642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19965
19966 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19967 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19968 generate the debug info assembler source.
19969
e0c0f156
AA
199702014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19971
19972 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19973 * gdb.dwarf2/arr-subrange.exp: Likewise.
19974 * gdb.dwarf2/dwz.exp: Likewise.
19975 * gdb.dwarf2/method-ptr.exp: Likewise.
19976 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19977 * gdb.dwarf2/subrange.exp: Likewise.
19978 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19979 * gdb.dwarf2/implptrpiece.exp: Likewise.
19980 * gdb.dwarf2/nostaticblock.exp: Likewise.
19981
0e5c4555
AA
199822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19983
19984 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19985 directory to absolute path name arguments.
19986
5ec18f2b
JG
199872014-03-10 Joel Brobecker <brobecker@adacore.com>
19988
19989 * gdb.ada/tagged_access: New testcase.
19990
847fc4f2
MM
199912014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19992
19993 * gdb.btrace/data.exp: Update expected output.
19994
cc3da688
YQ
199952014-03-06 Yao Qi <yao@codesourcery.com>
19996
19997 * gdb.trace/pr16508.exp: New file.
19998
0f26cec1
PA
199992014-03-05 Pedro Alves <palves@redhat.com>
20000
20001 PR gdb/16575
20002 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20003 procedure.
20004 (top level): Adjust to use it. Add tests that exercise breakpoint
20005 interaction with the code-cache.
20006
7a5a839f
LC
200072014-02-26 Ludovic Courtès <ludo@gnu.org>
20008
20009 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20010 test for 'history-append!'.
20011
31aa7e4e
JB
200122014-02-26 Joel Brobecker <brobecker@adacore.com>
20013
20014 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20015 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20016 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20017 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20018 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20019 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20020
1b588015
JB
200212014-02-26 Joel Brobecker <brobecker@adacore.com>
20022
20023 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20024 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20025 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20026
55426c9d
JB
200272014-02-26 Joel Brobecker <brobecker@adacore.com>
20028
20029 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20030
dc53a7ad
JB
200312014-02-26 Joel Brobecker <brobecker@adacore.com>
20032
20033 * gdb.dwarf2/arr-stride.c: New file.
20034 * gdb.dwarf2/arr-stride.exp: New file.
20035
12ab52e9
PA
200362014-02-26 Pedro Alves <palves@redhat.com>
20037
20038 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20039 that won't ever trigger. Make sure that GDB reports the correct
20040 breakpoint that caused the stop.
20041
849c862e
JK
200422014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20043
20044 PR gdb/16626
20045 * gdb.base/auto-load-script: New file.
20046 * gdb.base/auto-load.c: New file.
20047 * gdb.base/auto-load.exp: New file.
20048
71b7d793
JK
20049 PR gdb/16626
20050 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20051
e2f0d509
JK
200522014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20053
20054 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20055 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20056
50cc37c8
DE
200572014-02-24 Doug Evans <dje@google.com>
20058
20059 * lib/gdb.exp (run_on_host): Log error output if program fails.
20060
ea4758f2
PA
200612014-02-21 Pedro Alves <palves@redhat.com>
20062
20063 * gdb.threads/step-after-sr-lock.c: Rename to ...
20064 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20065 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20066 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20067 ... this.
20068
d7b30f67
SDJ
200692014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20070
20071 PR tdep/16397
20072 * gdb.arch/amd64-stap-special-operands.exp: New file.
20073 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20074 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20075 * gdb.arch/amd64-stap-triplet.S: Likewise.
20076 * gdb.arch/amd64-stap-triplet.c: Likewise.
20077
83deb43f
JB
200782014-02-20 Joel Brobecker <brobecker@adacore.com>
20079
20080 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20081 in .section pseudo-op.
20082
adde2bff
DE
200832014-02-20 lin zuojian <manjian2006@gmail.com>
20084 Joel Brobecker <brobecker@adacore.com>
20085 Doug Evans <xdje42@gmail.com>
20086
20087 PR symtab/16581
20088 * gdb.dwarf2/dw2-icycle.S: New file.
20089 * gdb.dwarf2/dw2-icycle.c: New file.
20090 * gdb.dwarf2/dw2-icycle.exp: New file.
20091
f7bd0f78
SC
200922014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20093
20094 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20095 operations on gdb.Value objects.
20096 * gdb.python/py-value-cc.exp: Add new test to test operations on
20097 gdb.Value objects.
20098
c17ef0d5
DE
200992014-02-18 Doug Evans <dje@google.com>
20100
20101 * Makefile.in (TESTS): New variable.
20102 (expanded_tests, expanded_tests_or_none): New variables
20103 (check-single): Pass $(expanded_tests_or_none) to runtest.
20104 (check-parallel): Only run tests in $(TESTS) if non-empty.
20105 (check/no-matching-tests-found): New rule.
20106 * README: Document TESTS makefile variable.
20107
5dd3176f
DE
201082014-02-18 Doug Evans <dje@google.com>
20109
20110 * Makefile.in (check-parallel): rm -rf outputs temp.
20111
0b10be4f
JK
201122014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20113
20114 Fix "ERROR: no fileid for" in the testsuite.
20115 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20116
85f224e7
DE
201172014-02-12 Doug Evans <dje@google.com>
20118
20119 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20120 (MISCELLANEOUS): New variable.
20121 (clean): rm -rf $(MISCELLANEOUS).
20122 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20123 dwp live in the same directory as symlinks, with each symlink pointed
20124 to a differently named file in a different directory.
20125
149b30ff
DE
201262014-02-11 Doug Evans <dje@google.com>
20127
20128 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20129 of Tcl file commands.
20130
1dfdac32
MK
201312014-02-10 Mark Kettenis <kettenis@gnu.org>
20132
20133 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20134 "kill -SIGUSR1 -1".
20135
aa4fb036
JB
201362014-02-10 Joel Brobecker <brobecker@adacore.com>
20137
20138 * gdb.ada/tick_length_array_enum_idx: New testcase.
20139
ed3ef339
DE
201402014-02-10 Doug Evans <xdje42@gmail.com>
20141
20142 * configure.ac (AC_OUTPUT): Add gdb.guile.
20143 * configure: Regenerate.
20144 * lib/gdb-guile.exp: New file.
20145 * lib/gdb.exp (get_target_charset): New function.
20146 * gdb.base/help.exp: Update expected output from "apropos apropos".
20147 * gdb.guile/Makefile.in: New file.
20148 * gdb.guile/guile.exp: New file.
20149 * gdb.guile/scm-arch.c: New file.
20150 * gdb.guile/scm-arch.exp: New file.
20151 * gdb.guile/scm-block.c: New file.
20152 * gdb.guile/scm-block.exp: New file.
20153 * gdb.guile/scm-breakpoint.c: New file.
20154 * gdb.guile/scm-breakpoint.exp: New file.
20155 * gdb.guile/scm-disasm.c: New file.
20156 * gdb.guile/scm-disasm.exp: New file.
20157 * gdb.guile/scm-equal.c: New file.
20158 * gdb.guile/scm-equal.exp: New file.
20159 * gdb.guile/scm-error.exp: New file.
20160 * gdb.guile/scm-error.scm: New file.
20161 * gdb.guile/scm-frame-args.c: New file.
20162 * gdb.guile/scm-frame-args.exp: New file.
20163 * gdb.guile/scm-frame-args.scm: New file.
20164 * gdb.guile/scm-frame-inline.c: New file.
20165 * gdb.guile/scm-frame-inline.exp: New file.
20166 * gdb.guile/scm-frame.c: New file.
20167 * gdb.guile/scm-frame.exp: New file.
20168 * gdb.guile/scm-generics.exp: New file.
20169 * gdb.guile/scm-gsmob.exp: New file.
20170 * gdb.guile/scm-iterator.c: New file.
20171 * gdb.guile/scm-iterator.exp: New file.
20172 * gdb.guile/scm-math.c: New file.
20173 * gdb.guile/scm-math.exp: New file.
20174 * gdb.guile/scm-objfile-script-gdb.in: New file.
20175 * gdb.guile/scm-objfile-script.c: New file.
20176 * gdb.guile/scm-objfile-script.exp: New file.
20177 * gdb.guile/scm-objfile.c: New file.
20178 * gdb.guile/scm-objfile.exp: New file.
20179 * gdb.guile/scm-ports.exp: New file.
20180 * gdb.guile/scm-pretty-print.c: New file.
20181 * gdb.guile/scm-pretty-print.exp: New file.
20182 * gdb.guile/scm-pretty-print.scm: New file.
20183 * gdb.guile/scm-section-script.c: New file.
20184 * gdb.guile/scm-section-script.exp: New file.
20185 * gdb.guile/scm-section-script.scm: New file.
20186 * gdb.guile/scm-symbol.c: New file.
20187 * gdb.guile/scm-symbol.exp: New file.
20188 * gdb.guile/scm-symtab-2.c: New file.
20189 * gdb.guile/scm-symtab.c: New file.
20190 * gdb.guile/scm-symtab.exp: New file.
20191 * gdb.guile/scm-type.c: New file.
20192 * gdb.guile/scm-type.exp: New file.
20193 * gdb.guile/scm-value-cc.cc: New file.
20194 * gdb.guile/scm-value-cc.exp: New file.
20195 * gdb.guile/scm-value.c: New file.
20196 * gdb.guile/scm-value.exp: New file.
20197 * gdb.guile/source2.scm: New file.
20198 * gdb.guile/types-module.cc: New file.
20199 * gdb.guile/types-module.exp: New file.
20200
7026a7c1
YQ
202012014-02-10 Yao Qi <yao@codesourcery.com>
20202
20203 PR testsuite/16543
20204 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20205 * configure: Regenerated.
20206 * Makefile.in: New file.
20207
6c466447
AS
202082014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20209
20210 * gdb.python/py-framefilter.exp: Fix typo.
20211
6e854735
YQ
202122014-02-08 Yao Qi <yao@codesourcery.com>
20213
20214 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20215 that no =breakpoint-modified is emitted when breakpoints are
20216 modified through MI commands.
20217
d137e6dc
PA
202182014-02-07 Pedro Alves <pedro@codesourcery.com>
20219 Pedro Alves <palves@redhat.com>
20220
20221 * gdb.threads/step-after-sr-lock.c: New file.
20222 * gdb.threads/step-after-sr-lock.exp: New file.
20223
b5ee5a50
PA
202242014-02-07 Pedro Alves <palves@redhat.com>
20225
20226 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20227
3c77faf3
JK
202282014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20229
20230 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20231 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20232
6dddc817
DE
202332014-02-06 Doug Evans <xdje42@gmail.com>
20234
20235 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20236 output.
20237
20238 * gdb.gdb/python-interrupts.exp: New file.
20239
de7b2893
YQ
202402014-02-05 Yao Qi <yao@codesourcery.com>
20241
20242 * gdb.trace/report.exp (use_collected_data): Test the output
20243 of "info threads" and "info inferiors".
20244
66d032ac
YQ
202452014-02-05 Yao Qi <yao@codesourcery.com>
20246
20247 Revert this patch:
20248
20249 2013-05-24 Yao Qi <yao@codesourcery.com>
20250
20251 * gdb.trace/tfile.exp: Test inferior and thread.
20252
591a12a1
UW
202532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20254
20255 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20256 on a function.
20257 * gdb.base/step-bt.c: Call hello via function pointer to make
20258 sure its first instruction is executed on powerpc64le-linux.
20259
0ff3e01f
UW
202602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20261
20262 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20263
084ee545
UW
202642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20265
20266 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20267 of the test patterns for use on little-endian systems.
20268
6ed14ff3
UW
202692014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20270
20271 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20272 (decimal_vector): Fix for little-endian.
20273
401e27fd
JM
202742014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20275
20276 * gdb.arch/sparc-sysstep.exp: New file.
20277 * gdb.arch/sparc-sysstep.c: Likewise.
20278
20279 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20280
8b924729
EBM
202812014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20282
20283 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20284
fb151210
JB
202852014-01-23 Tom Tromey <tromey@redhat.com>
20286
20287 * gdb.ada/array_char_idx: New testcase.
20288
0740f8d8
TT
202892014-01-23 Tom Tromey <tromey@redhat.com>
20290
20291 PR python/16487:
20292 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20293 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20294 classes.
20295
21909fa1
TT
202962014-01-23 Tom Tromey <tromey@redhat.com>
20297
20298 PR python/16491:
20299 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20300 string from an inferior frame.
20301 * gdb.python/py-framefilter-mi.exp: Update.
20302
87ce2a04
DE
203032014-01-22 Doug Evans <dje@google.com>
20304
20305 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20306
237b092b
AA
203072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20308
20309 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20310
d674a709
AA
203112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20312
20313 * gdb.trace/entry-values.exp: Remove excess space character from
20314 regex patterns. Handle s390 call instruction.
20315
20fa3390
AA
203162014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20317
20318 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20319 define "*_start" label. Make "name" static.
20320 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20321 ${name} by references to ${name}_start.
20322
78466714
AA
203232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20324
20325 * gdb.base/info-macros.exp: Remove "debug" from the compile
20326 options.
20327
ec9f644a
IB
203282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20329
20330 * gdb.dlang/demangle.exp: New file.
20331
94b1b47e
IB
203322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20333
20334 * gdb.dlang/primitive-types.exp: New file.
20335
7f420862
IB
203362014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20337
20338 * configure.ac: Create gdb.dlang/Makefile.
20339 * configure: Regenerate.
20340 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20341 * gdb.dlang/Makefile.in: New file.
20342 * lib/d-support.exp: New file.
20343 * lib/gdb.exp (skip_d_tests): New proc.
20344
52834460
MM
203452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20346
20347 * gdb.btrace/delta.exp: Check reverse stepi.
20348 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20349 * gdb.btrace/finish.exp: New.
20350 * gdb.btrace/next.exp: New.
20351 * gdb.btrace/nexti.exp: New.
20352 * gdb.btrace/record_goto.c: Add comments.
20353 * gdb.btrace/step.exp: New.
20354 * gdb.btrace/stepi.exp: New.
20355 * gdb.btrace/multi-thread-step.c: New.
20356 * gdb.btrace/multi-thread-step.exp: New.
20357 * gdb.btrace/rn-dl-bind.c: New.
20358 * gdb.btrace/rn-dl-bind.exp: New.
20359 * gdb.btrace/data.c: New.
20360 * gdb.btrace/data.exp: New.
20361 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20362
6e07b1d2
MM
203632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20364
20365 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20366 * gdb.btrace/exception.exp: Update.
20367 * gdb.btrace/instruction_history.exp: Update.
20368 * gdb.btrace/record_goto.exp: Update.
20369 * gdb.btrace/tailcall.exp: Update.
20370 * gdb.btrace/unknown_functions.exp: Update.
20371 * gdb.btrace/delta.exp: New.
20372
0b722aec
MM
203732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20374
20375 * gdb.btrace/record_goto.exp: Add backtrace test.
20376 * gdb.btrace/tailcall.exp: Add backtrace test.
20377
066ce621
MM
203782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20379
20380 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20381 * gdb.btrace/record_goto.c: New.
20382 * gdb.btrace/record_goto.exp: New.
20383 * gdb.btrace/x86-record_goto.S: New.
20384
0688d04e
MM
203852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20386
20387 * gdb.btrace/function_call_history.exp: Update tests.
20388 * gdb.btrace/instruction_history.exp: Update tests.
20389
8710b709
MM
203902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20391
20392 * gdb.btrace/function_call_history.exp: Fix expected field
20393 order for "record function-call-history".
20394 Add new tests for "record function-call-history /c".
20395 * gdb.btrace/exception.cc: New.
20396 * gdb.btrace/exception.exp: New.
20397 * gdb.btrace/tailcall.exp: New.
20398 * gdb.btrace/x86-tailcall.S: New.
20399 * gdb.btrace/x86-tailcall.c: New.
20400 * gdb.btrace/unknown_functions.c: New.
20401 * gdb.btrace/unknown_functions.exp: New.
20402 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20403
5de9129b
MM
204042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20405
20406 * gdb.btrace/instruction_history.exp: Update.
20407 * gdb.btrace/function_call_history.exp: Update.
20408
23a7fe75
MM
204092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20410
20411 * gdb.btrace/function_call_history.exp: Fix expected function
20412 trace.
20413 * gdb.btrace/instruction_history.exp: Initialize traced.
20414 Remove traced_functions.
20415
724c7dd8
MM
204162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20417
20418 * gdb.btrace/function_call_history.exp: Update
20419 * gdb.btrace/instruction_history.exp: Update.
20420
6d78d93b
MM
204212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20422
20423 * gdb.btrace/enable.exp: Update expected text.
20424
93a360cc
OJ
204252014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20426
20427 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20428 bytes.
20429
3772b53f
MR
204302014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20431
20432 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20433
596662fa
OJ
204342014-01-15 Omair Javaid <omair.javaid@linaro.org>
20435
20436 * lib/gdb.exp (supports_process_record): Return true for
20437 arm*-linux*. (supports_reverse): Likewise.
20438
b5b08fb4
SC
204392014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20440
20441 PR python/15464
20442 PR python/16113
20443 * gdb.python/py-type.c: Enhance test case.
20444 * gdb.python/py-value-cc.cc: Likewise
20445 * gdb.python/py-type.exp: Add new tests.
20446 * gdb.python/py-value-cc.exp: Likewise
20447
52d7fb13
AA
204482014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20449 Pedro Alves <palves@redhat.com>
20450
20451 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20452 Make "name" extern.
20453 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20454 references to ${name}_start by references to ${name}.
20455
a2cd8cfe
JB
204562014-01-10 Joel Brobecker <brobecker@adacore.com>
20457
20458 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20459
4e23fced
JB
204602014-01-10 Joel Brobecker <brobecker@adacore.com>
20461
20462 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20463
c6a9e42c
PA
204642014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20465 Pedro Alves <palves@redhat.com>
20466
20467 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20468 mi_gdb_target_load.
c6a9e42c 20469
b7ea362b
PA
204702014-01-08 Pedro Alves <palves@redhat.com>
20471
20472 * gdb.threads/reconnect-signal.c: New file.
20473 * gdb.threads/reconnect-signal.exp: New file.
20474
5e3f4fab
EBM
204752014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20476
20477 * gdb.base/source-dir.exp: New file.
20478
79301218
JB
204792014-01-07 Joel Brobecker <brobecker@adacore.com>
20480
20481 * gdb.ada/mi_interface: New testcase.
20482
8e355c5d
JB
204832014-01-07 Joel Brobecker <brobecker@adacore.com>
20484
20485 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20486 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20487 gdb.ada/pp-rec-component/pck.ads: New files.
20488
c0d48811
JB
204892014-01-07 Joel Brobecker <brobecker@adacore.com>
20490
20491 * gdb.python/py-pp-integral.c: New file.
20492 * gdb.python/py-pp-integral.py: New file.
20493 * gdb.python/py-pp-integral.exp: New file.
20494
17b609c3 20495For older changes see ChangeLog-1993-2013.
c906108c 20496\f
8d8cb839
EZ
20497;; Local Variables:
20498;; mode: change-log
20499;; left-margin: 8
20500;; fill-column: 74
20501;; version-control: never
20502;; End:
902f2ccb 20503
b811d2c2 20504 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20505 Copying and distribution of this file, with or without modification,
20506 are permitted provided the copyright notice and this notice are preserved.