]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix gdb.base/structs2.exp with Clang
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3c8ea5be
PA
12020-07-03 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4 explicitly write negative numbers.
5 * gdb.base/structs2.exp: Adjust expected output.
6
bf90c83a
PA
72020-07-03 Pedro Alves <palves@redhat.com>
8
9 * gdb.base/charset.c (init_string): Change all char parameters to
10 unsigned char parameters.
11
2eb82157
PA
122020-07-03 Pedro Alves <palves@redhat.com>
13
14 * gdb.base/call-sc.exp (start_scalars_test): Use
15 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
16 * gdb.base/overlays.c: Remove references to PARAMS.
17 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
18 * gdb.base/reread.exp: Don't set 'prototypes' global.
19 * gdb.base/structs.exp (start_structs_test): Use
20 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
21 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
22 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
23 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
24 call.
25 * gdb.base/varargs.exp: Don't set 'prototypes' global.
26
9adda7af
PA
272020-07-03 Pedro Alves <palves@redhat.com>
28
29 * gdb.base/m32rovly.c: Delete.
30 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
31
2a17c803
PW
322020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
33
34 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
35 of gdb_py_test_multiple.
36 * gdb.python/py-cmd.exp: Likewise.
37 * gdb.python/py-events.exp: Likewise.
38 * gdb.python/py-function.exp: Likewise.
39 * gdb.python/py-inferior.exp: Likewise.
40 * gdb.python/py-infthread.exp: Likewise.
41 * gdb.python/py-linetable.exp: Likewise.
42 * gdb.python/py-parameter.exp: Likewise.
43 * gdb.python/py-value.exp: Likewise.
44
b011fe1a
TV
452020-06-30 Tom de Vries <tdevries@suse.de>
46
47 PR testsuite/26175
48 * lib/future.exp (gdb_default_target_compile): Detect and handle
49 early_flags.
50
df5b8876
SM
512020-06-29 Simon Marchi <simon.marchi@efficios.com>
52
53 * boards/simavr.exp (gdb_load): Catch errors when closing
54 previous connection. Close connection, wait for process and
55 unset simavr_spawn_id on failure.
56
a3ca48cd
TV
572020-06-29 Tom de Vries <tdevries@suse.de>
58
59 * lib/gdb.exp (unknown): Make test-case unresolved.
60
b0237c0e
TV
612020-06-29 Tom de Vries <tdevries@suse.de>
62
63 PR gdb/25475
64 * gdb.server/solib-list.exp: Verify that the symbol reload
65 confirmation question is asked.
66
c0b3b3bd
PW
672020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
68
69 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
70 have a input seq nr in each pass message.
71 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
72 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
73 * gdb.python/python.exp: Make test names unique,
74 use gdb_test_multiline instead of gdb_py_test_multiple,
75 use $gdb_test_name.
76 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
77
1776e3e5
NA
782020-06-26 Nick Alcock <nick.alcock@oracle.com>
79
80 * configure.ac: Add --enable-libctf.
81 * aclocal.m4: sinclude ../config/enable.m4.
82 * Makefile.in (site.exp): Add enable_libctf to site.exp.
83 * lib/gdb.exp (skip_ctf_tests): Use it.
84 * gdb.base/ctf-constvars.exp: Error message tweak.
85 * gdb.base/ctf-ptype.exp: Likewise.
86 * configure: Regenerate.
87
f53b3eeb
GB
882020-06-26 Gary Benson <gbenson@redhat.com>
89
90 * gdb.cp/try_catch.cc: Include string.h.
91 (main): Replace comparison against string literal with
92 strcmp, avoiding build failure with -Wstring-compare.
93 Add "marker test-complete".
94 * gdb.cp/try_catch.exp: Run the test to the above marker,
95 then verify that the value of "test" is still true.
96
6d74da72
AB
972020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
100
2e52d038
AB
1012020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
104
3b9fce96
AB
1052020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
108 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
109 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
110 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
111 * gdb.arch/riscv-tdesc-loading.exp: New file.
112
ed69cbc8
AB
1132020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
116
767a879e
AB
1172020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
120 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
121 * gdb.arch/riscv-tdesc-regs.c: New file.
122 * gdb.arch/riscv-tdesc-regs.exp: New file.
123
221db974
PA
1242020-06-24 Pedro Alves <palves@redhat.com>
125
126 * gdb.arch/amd64-entry-value-paramref.exp: Use
127 prepare_for_testing_full and don't pass "c++" for the .S file
128 build spec.
129 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
130 $options, since it's an assembly file. Remove -Wno-deprecated.
131 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
132 compiling C++ programs.
133
331733cd
PA
1342020-06-24 Pedro Alves <palves@redhat.com>
135
136 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
137 Clang, add "-Wno-unknown-warning-option" to the options.
138
caa7fd04
AB
1392020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.xml/tdesc-reload.c: New file.
142 * gdb.xml/tdesc-reload.exp: New file.
143 * gdb.xml/maint-xml-dump-01.xml: New file.
144 * gdb.xml/maint-xml-dump-02.xml: New file.
145 * gdb.xml/maint-xml-dump.exp: New file.
146
bb8d1260
SL
1472020-06-23 Sandra Loosemore <sandra@codesourcery.com>
148
149 * lib/completion-support.exp (test_gdb_completion_offers_commands):
150 Adjust for omitted commands when TUI is disabled.
151
7e4b9c4c
GB
1522020-06-23 Gary Benson <gbenson@redhat.com>
153 Pedro Alves <palves@redhat.com>
154
155 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
156 * gdb.cp/nsimport.cc: Likewise.
157 * gdb.cp/nsnested.cc: Likewise.
158 * gdb.cp/nsnoimports.cc: Likewise.
159 * gdb.cp/nsusing.cc: Likewise.
160 * gdb.cp/smartp.cc: Likewise.
161 * gdb.python/py-pp-integral.c: Likewise.
162 * gdb.python/py-pp-re-notag.c: Likewise.
163
2e573c0a
GB
1642020-06-23 Gary Benson <gbenson@redhat.com>
165
166 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
167 * gdb.cp/nsimport.cc: Likewise.
168 * gdb.cp/nsnested.cc: Likewise.
169 * gdb.cp/nsnoimports.cc: Likewise.
170 * gdb.cp/nsusing.cc: Likewise.
171 * gdb.cp/smartp.cc: Likewise.
172 * gdb.python/py-pp-integral.c: Likewise.
173 * gdb.python/py-pp-re-notag.c: Likewise.
174
746ebfe8
PW
1752020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
176
177 * gdb.base/default-args.exp: New test.
178 * gdb.base/default-args.c: New file.
179 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
180 * gdb.base/default.exp: Update to new help text.
181 * gdb.base/help.exp: Likewise.
182 * gdb.base/page.exp: Likewise.
183 * gdb.base/style.exp: Likewise.
184 * gdb.guile/guile.exp: Likewise.
185 * gdb.python/python.exp: Likewise.
186
e822f2cd
SL
1872020-06-22 Sandra Loosemore <sandra@codesourcery.com>
188
189 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
190 remote host. Fix search path syntax on Windows host.
191
48e9cc84
PW
1922020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
193
194 * gdb.base/attach.exp: Test priority of 'exec-file' changed
195 over 'exec-file-mismatch'.
196 * gdb.base/attach.c: Mark should_exit volatile.
197 * gdb.base/attach2.c: Likewise. Add a comment explaining
198 why the sleep cannot be big.
199 * gdb.base/attach3.c: New file.
200
160f8a8f
SL
2012020-06-20 Sandra Loosemore <sandra@codesourcery.com>
202
203 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
204 prefix optional.
205
4d91c2a4
SL
2062020-06-20 Sandra Loosemore <sandra@codesourcery.com>
207
208 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
209 for remote host.
210
87f83f20
SL
2112020-06-19 Sandra Loosemore <sandra@codesourcery.com>
212 Hafiz Abid Qadeer <abidh@codesourcery.com>
213
214 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
215 file sent to remote host.
216 (top level): Allow int32_t as type of 32-bit register.
217
37ab8655
TV
2182020-06-19 Tom de Vries <tdevries@suse.de>
219
220 * lib/gdb.exp (gdb_note): New proc.
221 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
222 (gdb_default_target_compile): ... here. Only call
223 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
224 (use_gdb_compile): Change to array.
225 (toplevel): Update sets of use_gdb_compile to specify language.
226 Warn about default_target_compile override. Store dejagnu's version
227 of default_target_compile in dejagnu_default_target_compile.
228
a8a56685
TV
2292020-06-18 Tom de Vries <tdevries@suse.de>
230
231 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
232 (default_gdb_init): ... here.
233
581bea2c
SL
2342020-06-17 Sandra Loosemore <sandra@codesourcery.com>
235
236 Fix TUI support checks in gdb.tui tests.
237
238 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
239 just say UNSUPPORTED.
240 * gdb.tui/corefile-run.exp: Likewise.
241 * gdb.tui/empty.exp: Likewise.
242 * gdb.tui/list-before.exp: Likewise.
243 * gdb.tui/list.exp: Likewise.
244 * gdb.tui/main.exp: Likewise.
245 * gdb.tui/regs.exp: Likewise.
246 * gdb.tui/resize.exp: Likewise.
247 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
248 * gdb.tui/tui-layout-asm.exp: Likewise.
249 * gdb.tui/tui-missing-src.exp: Likewise.
250 * gdb.tui/winheight.exp: Likewise.
251 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
252
05e682e3
SL
2532020-06-17 Sandra Loosemore <sandra@codesourcery.com>
254
255 Fix TCL error in gdb.python/py-format-string.exp.
256
257 * gdb.python/py-format-string.exp: Move test for python support
258 earlier, out of function body.
259
efb763a5
SM
2602020-06-15 Simon Marchi <simon.marchi@efficios.com>
261
262 * gdb.base/index-cache-load-twice.c: New.
263 * gdb.base/index-cache-load-twice.exp: New.
264
43327b20
KS
2652020-06-17 Keith Seitz <keiths@redhat.com>
266
99cf27cf 267 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
268 when executing "gdb --configuration".
269
081e778c
TV
2702020-06-17 Tom de Vries <tdevries@suse.de>
271
272 * lib/gdb.exp (gdb_tcl_unknown): New proc.
273 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
274 conditional on presence of gdb_tcl_unknown.
275 (gdb_finish): Make override undo conditional on presence of
276 gdb_tcl_unknown.
277
d2d1ea20
TT
2782020-06-16 Tom Tromey <tom@tromey.com>
279
280 * gdb.python/tui-window.py (failwin): New function. Register it
281 as a TUI window type.
282 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
283
c802e8a7
GB
2842020-06-16 Gary Benson <gbenson@redhat.com>
285
286 * gdb.python/py-nested-maps.c (create_map): Add missing return
287 value.
288 (create_map_map): Likewise.
289
ff08abb8
TBA
2902020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
291
292 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
293 variable.
294 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
295 and use the already-defined 'options' variable.
296
a29d5112
AB
2972020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
298 Tom de Vries <tdevries@suse.de>
299
300 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
301 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
302 (gdb_setup_known_globals): New proc.
303 (gdb_cleanup_globals): New proc.
304 * lib/gdb.exp (load_lib): New override proc.
305 (gdb_stdin_log_init): Set var in_file as persistent global.
306 * lib/pascal.exp (gdb_stdin_log_init): Set vars
307 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
308 fpc_compiler as persistent global.
309
8c74a764
TV
3102020-06-12 Tom de Vries <tdevries@suse.de>
311
312 * lib/tuiterm.exp (spawn): Rename to ...
313 (tui_spawn): ... this.
314 (toplevel): Move rename of spawn ...
315 (gdb_init_tuiterm): ... here. New proc.
316 (gdb_finish_tuiterm): New proc.
317 * lib/gdb.exp (gdb_finish_hooks): New global var.
318 (gdb_finish): Handle gdb_finish_hooks.
319 (tuiterm_env): New proc.
320 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
321 tuiterm_env.
322 * gdb.tui/basic.exp: Same.
323 * gdb.tui/corefile-run.exp: Same.
324 * gdb.tui/empty.exp: Same.
325 * gdb.tui/list-before.exp: Same.
326 * gdb.tui/list.exp: Same.
327 * gdb.tui/main.exp: Same.
328 * gdb.tui/new-layout.exp: Same.
329 * gdb.tui/regs.exp: Same.
330 * gdb.tui/resize.exp: Same.
331 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
332 * gdb.tui/tui-layout-asm.exp: Same.
333 * gdb.tui/tui-missing-src.exp: Same.
334 * gdb.tui/winheight.exp: Same.
335
26783bce
TV
3362020-06-12 Tom de Vries <tdevries@suse.de>
337
338 PR testsuite/26110
339 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
340 (gdb_finish): Reinstall dejagnu's override of ::unknown.
341
2b4e6a3f
TT
3422020-06-11 Tom Tromey <tom@tromey.com>
343
344 PR gdb/18318:
345 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
346 floating point tests.
347
2f33032a
KS
3482020-06-11 Keith Seitz <keiths@redhat.com>
349
350 PR gdb/21356
351 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
352 vla_struct.
353 Add new struct vla_typedef and union vla_typedef_union and
354 corresponding instantiation objects.
355 Initialize new objects.
356 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
357 and vla_typedef_union_object.
358 Fixup type for vla_struct_object.
359
a8baf0a3
TV
3602020-06-11 Tom de Vries <tdevries@suse.de>
361
362 * lib/gdb.exp (with_override): New proc, factored out of ...
363 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
364
7ab96794
TV
3652020-06-10 Tom de Vries <tdevries@suse.de>
366
367 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
368
cab5c3b7
SM
3692020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
370
371 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
372 parameter, update callers.
373
f8c41851
SM
3742020-06-04 Simon Marchi <simon.marchi@efficios.com>
375
376 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
377 * gdb.dwarf2/share-psymtabs-bt.c: New file.
378 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
379
1c07a73f
TV
3802020-06-04 Tom de Vries <tdevries@suse.de>
381
382 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
383
95146b5d
TV
3842020-06-04 Tom de Vries <tdevries@suse.de>
385
386 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
387 exp_continue.
388
0cfcd4f0
TV
3892020-06-04 Tom de Vries <tdevries@suse.de>
390
391 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
392
f9b5d5ea
TV
3932020-06-03 Tom de Vries <tdevries@suse.de>
394
395 PR symtab/26046
396 * gdb.cp/breakpoint-locs-2.cc: New test.
397 * gdb.cp/breakpoint-locs.cc: New test.
398 * gdb.cp/breakpoint-locs.exp: New file.
399 * gdb.cp/breakpoint-locs.h: New test.
400
5144dfba
TV
4012020-06-03 Tom de Vries <tdevries@suse.de>
402
403 PR testsuite/25609
404 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
405 value of global verbose.
406 * gdb.base/jit-elf.exp: Same.
407 * gdb.base/jit-reader.exp: Same.
408
621eacdf
TV
4092020-06-02 Tom de Vries <tdevries@suse.de>
410
411 * gdb.dwarf2/multidictionary.exp: Don't use
412 gdb_spawn_with_cmdline_opts.
413
1313c56e
AB
4142020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
417 use_header case.
418 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
419 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
420 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
421 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
422 * gdb.dwarf2/dw2-inline-header.c: New file.
423 * gdb.dwarf2/dw2-inline-header.h: New file.
424
f68f85b5
PA
4252020-05-30 Pedro Alves <palves@redhat.com>
426
427 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
428 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
429
678048e8
GB
4302020-05-29 Gary Benson <gbenson@redhat.com>
431
432 * gdb.compile/compile-cplus.exp (additional_flags): Also
433 set when building with clang.
434 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
435 when building with clang.
436
9fcafd23
GB
4372020-05-29 Gary Benson <gbenson@redhat.com>
438
439 * gdb.arch/i386-avx.exp (additional_flags): Also set when
440 building with clang.
441 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
442
735d5a07
GB
4432020-05-29 Gary Benson <gbenson@redhat.com>
444
445 * gdb.cp/koenig.exp (prepare_for_testing): Add
446 additional_flags=-Wno-unused-comparison.
447 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
448
4ad2c6a0
GB
4492020-05-28 Gary Benson <gbenson@redhat.com>
450
451 * gdb.base/sigaltstack.c (catcher): Add default case to switch
452 statement.
453
09fe663e
GB
4542020-05-28 Gary Benson <gbenson@redhat.com>
455
456 * gdb.cp/classes.exp (prepare_for_testing): Add
457 additional_flags=-Wno-deprecated-register.
458 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
459 * gdb.cp/misc.exp: Likewise.
460
cee00f17
GB
4612020-05-28 Gary Benson <gbenson@redhat.com>
462
463 * gdb.linespec/cpls-ops.cc (dummy): New static global.
464 (test_op_new::operator new): Add return statement.
465 (test_op_new_array::operator new[]): Likewise.
466
636edd00
PA
4672020-05-27 Pedro Alves <palves@redhat.com>
468
469 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
470 check. Use test_gdb_complete_unique instead of
471 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
472 test_gdb_complete_multiple instead of
473 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
474
c2b75043
LM
4752020-05-27 Luis Machado <luis.machado@linaro.org>
476
477 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
478 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
479 * gdb.arch/arm-disassembler-options.exp: Likewise.
480 * gdb.arch/arm-disp-step.exp: Likewise.
481 * gdb.arch/thumb-prologue.exp: Likewise.
482 * gdb.base/async.exp: Likewise.
483 * gdb.base/auxv.exp: Likewise.
484 * gdb.base/complex-parts.exp: Likewise.
485 * gdb.base/ena-dis-br.exp: Likewise.
486 * gdb.base/foll-exec.exp: Likewise.
487 * gdb.base/permissions.exp: Likewise.
488 * gdb.base/relocate.exp: Likewise.
489 * gdb.base/return2.exp: Likewise.
490 * gdb.base/sigbpt.exp: Likewise.
491 * gdb.base/siginfo-obj.exp: Likewise.
492 * gdb.cp/converts.exp: Likewise.
493 * gdb.cp/exceptprint.exp: Likewise.
494 * gdb.cp/inherit.exp: Likewise.
495 * gdb.cp/nsnoimports.exp: Likewise.
496 * gdb.cp/virtbase2.exp: Likewise.
497 * gdb.mi/mi-var-cmd.exp: Likewise.
498 * gdb.mi/var-cmd.c: Likewise.
499
53a47a3e
TT
5002020-05-26 Tom Tromey <tromey@adacore.com>
501
502 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
503
0bc2354b
TT
5042020-05-26 Tom Tromey <tromey@adacore.com>
505
506 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
507 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
508 type.
509 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
510 variable.
511
0db49895
CBG
5122020-05-26 Christian Biesinger <cbiesinger@google.com>
513
514 * Makefile.in: Use = instead of == for the test command
515 for portability.
516
40d22035
TV
5172020-05-26 Tom de Vries <tdevries@suse.de>
518
519 * gdb.base/gold-gdb-index-2.c: New test.
520 * gdb.base/gold-gdb-index.c: New test.
521 * gdb.base/gold-gdb-index.exp: New file.
522 * gdb.base/gold-gdb-index.h: New test.
523
043e2e02
TV
5242020-05-25 Tom de Vries <tdevries@suse.de>
525
526 * boards/gold-gdb-index.exp: New file.
527
462f72c5
SM
5282020-05-25 Simon Marchi <simon.marchi@efficios.com>
529
530 * boards/simavr.exp: New file.
531
6cf66e76
SM
5322020-05-25 Simon Marchi <simon.marchi@efficios.com>
533
534 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
535 * gdb.base/inferior-args.exp: New file.
536 * gdb.base/inferior-args.c: New file.
537
75d04512
SM
5382020-05-25 Simon Marchi <simon.marchi@efficios.com>
539
540 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
541 inferior_args. Pass it to gdb_reload.
542 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
543 inferior_args.
544 (gdb_reload): Add inferior_args argument.
545 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
546 pass it to gdbserver_run.
547 * boards/native-gdbserver.exp: Do not set noargs.
548 * boards/native-extended-gdbserver.exp (gdb_reload): Add
549 inferior_args argument.
550 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
551 * gdb.base/a2-run.exp: Check for use_gdb_stub.
552 * gdb.base/args.exp: Likewise.
553
42cf1844
TV
5542020-05-25 Tom de Vries <tdevries@suse.de>
555
556 * lib/gdb.exp (exec_is_pie): Add comment.
557
8f7d38ef
TV
5582020-05-25 Tom de Vries <tdevries@suse.de>
559
560 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
561 instead of $binfile in the untested message.
562
465e1b0f
TV
5632020-05-25 Tom de Vries <tdevries@suse.de>
564
565 PR testsuite/26031
566 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
567
3c5a0e02
TV
5682020-05-25 Tom de Vries <tdevries@suse.de>
569
570 * boards/gold.exp: New file.
571
0a4f5f8c
TT
5722020-05-23 Tom Tromey <tom@tromey.com>
573
574 * gdb.base/style.exp: Remove completion styling test.
575 * lib/gdb-utils.exp (style): Remove completion styles.
576
eca1f90c
TT
5772020-05-23 Tom Tromey <tom@tromey.com>
578
579 * gdb.base/style.exp: Add completion styling test.
580 * lib/gdb-utils.exp (style): Add completion styles.
581
7c13f4e8
AB
5822020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.base/annota1.exp: Update expected results.
585 * gdb.cp/annota2.exp: Update expected results, remove duplicate
586 test name.
587 * gdb.cp/annota3.exp: Update expected results.
588
41977d16
SM
5892020-05-20 Simon Marchi <simon.marchi@efficios.com>
590
591 PR gdb/26016
592 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
593 against MAP_FAILED.
594 * gdb.base/coremaker.c (mmapdata): Likewise.
595 * gdb.base/jit-reader-host.c (main): Likewise.
596 * gdb.base/sym-file-loader.c (load): Likewise.
597 (load_shlib): Likewise.
598
b4757f2e
TT
5992020-05-20 Tom Tromey <tromey@adacore.com>
600
601 * gdb.ada/array_char_idx.exp: Recognize initialized array.
602
9a0bacfb
TV
6032020-05-20 Tom de Vries <tdevries@suse.de>
604
605 PR symtab/25833
606 * gdb.base/with-mf-inc.c: New test.
607 * gdb.base/with-mf-main.c: New test.
608 * gdb.base/with-mf.exp: New file.
609
76571211
TT
6102020-05-19 Tom Tromey <tromey@adacore.com>
611
612 * gdb.rust/simple.exp: Restore missing test result.
613
4cd9f3d5
TV
6142020-05-19 Tom de Vries <tdevries@suse.de>
615
616 * gdb.base/gdb-caching-proc.exp: Fix typo.
617
7d874253
TT
6182020-05-19 Tom Tromey <tromey@adacore.com>
619
620 * gdb.rust/simple.exp: Add some test descriptions.
621 (test_one_slice): Use with_test_prefix.
622
1d727695
TV
6232020-05-18 Tom de Vries <tdevries@suse.de>
624
625 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
626
7f32a4d5
PA
6272020-05-17 Pedro Alves <palves@redhat.com>
628
629 PR gdb/25741
630 * gdb.base/hw-sw-break-same-address.exp: New file.
631
7cfd74cf
PA
6322020-05-16 Pedro Alves <palves@redhat.com>
633
634 * gdb.multi/multi-re-run.exp (test_re_run): Switch
635 LAST_LOADED_FILE accordingly.
636
57b4f16e
PW
6372020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
638
639 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
640
7c05caf7
PW
6412020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
642
643 * gdb.base/help.exp: Test apropos and help for commands
644 having aliases. Fixed comments not starting with an
645 upper-case letter or not finishing with a dot.
646
7aa1b46f
PW
6472020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
648
3b3aaacb
PW
649 * gdb.base/alias.exp: Update help output check.
650
57b4f16e 6512020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 652
7aa1b46f
PW
653 * gdb.base/default.exp: Update output following fixes.
654
0605465f
PW
6552020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
656
657 * gdb.base/alias.exp: Test aliases starting with a prefix of
658 another alias.
659
86e4e63d
GB
6602020-05-15 Gary Benson <gbenson@redhat.com>
661
662 * gdb.base/info-os.c (main): Add return statement.
663 * gdb.base/info_minsym.c (minsym_fun): Likewise.
664 * gdb.base/large-frame-2.c (func): Likewise.
665 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
666 * gdb.base/pr10179-b.c (foo2): Likewise.
667 * gdb.base/valgrind-disp-step.c (foo): Likewise.
668 * gdb.base/watch-cond.c (func): Likewise.
669 * gdb.multi/goodbye.c (verylongfun): Likewise.
670 * gdb.multi/hello.c (commonfun): Likewise.
671 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
672 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
673 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
674 Likewise.
675 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
676 * gdb.threads/interrupt-while-step-over.c (child_function):
677 Likewise.
678 * gdb.trace/actions-changed.c (end): Likewise.
679
163df4df
GB
6802020-05-15 Gary Benson <gbenson@redhat.com>
681
682 * gdb.opencl/callfuncs.exp: Report when test skipped.
683 * gdb.opencl/convs_casts.exp: Likewise.
684 * gdb.opencl/datatypes.exp: Likewise.
685 * gdb.opencl/operators.exp: Likewise.
686 * gdb.opencl/vec_comps.exp: Likewise.
687
6dbc505a
TV
6882020-05-15 Tom de Vries <tdevries@suse.de>
689
690 * gdb.base/align.exp.in: Rename to ...
691 * gdb.base/align.exp.tcl: ... this.
692 * gdb.base/align-c++.exp: Update.
693 * gdb.base/align-c.exp: Update.
694 * gdb.base/all-architectures.exp.in: Rename to ...
695 * gdb.base/all-architectures.exp: ... this.
696 * gdb.base/all-architectures-0.exp: Update.
697 * gdb.base/all-architectures-1.exp: Update.
698 * gdb.base/all-architectures-2.exp: Update.
699 * gdb.base/all-architectures-3.exp: Update.
700 * gdb.base/all-architectures-4.exp: Update.
701 * gdb.base/all-architectures-5.exp: Update.
702 * gdb.base/all-architectures-6.exp: Update.
703 * gdb.base/all-architectures-7.exp: Update.
704 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
705 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
706 * gdb.base/infcall-nested-structs-c++.exp: Update.
707 * gdb.base/infcall-nested-structs-c.exp: Update.
708 * gdb.base/info-types.exp.in: Rename to ...
709 * gdb.base/info-types.exp.tcl: ... this.
710 * gdb.base/info-types-c++.exp: Update.
711 * gdb.base/info-types-c.exp: Update.
712 * gdb.base/max-depth.exp.in: Rename to ...
713 * gdb.base/max-depth.exp.tcl: ... this.
714 * gdb.base/max-depth-c++.exp: Update.
715 * gdb.base/max-depth-c.exp: Update.
716 * gdb.cp/cpexprs.exp.in: Rename to ...
717 * gdb.cp/cpexprs.exp.tcl: ... this.
718 * gdb.cp/cpexprs-debug-types.exp: Update.
719 * gdb.cp/cpexprs.exp: Update.
720 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
721 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
722 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
723 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
724 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
725 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
726 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
727 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
728 * gdb.dwarf2/clang-debug-names-2.exp: Update.
729 * gdb.dwarf2/clang-debug-names.exp: Update.
730
d1034d78
AB
7312020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * lib/check-test-names.exp: Remove code that prevents this file
734 loading when tests are run in parallel.
735
3c5c3649
PA
7362020-05-15 Pedro Alves <palves@redhat.com>
737
738 * gdb.multi/multi-kill.exp (start_inferior): Remove
739 'testpid' parameter. Refer to namespace variable directly.
740 (testpid): Declare as namespace variable.
741
272c36b8
PA
7422020-05-15 Pedro Alves <palves@redhat.com>
743
744 * gdb.multi/multi-kill.exp: Wrap in namespace.
745 (start_inferior): Add TESTPID parameter. Use it instead of the
746 testpid global.
747 (top level): Define empty TESTPID array, and pass it down to
748 start_inferior.
749
02eba61a
TV
7502020-05-14 Tom de Vries <tdevries@suse.de>
751
752 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
753 output.
754
971a3747
TV
7552020-05-14 Tom de Vries <tdevries@suse.de>
756
757 * gdb.base/align.exp: Split into ...
758 * gdb.base/align.exp.in: ...
759 * gdb.base/align-c++.exp: ...
760 * gdb.base/align-c.exp: ... these.
761 * gdb.base/infcall-nested-structs.exp: Split into ...
762 * gdb.base/infcall-nested-structs.exp.in: ...
763 * gdb.base/infcall-nested-structs-c++.exp: ...
764 * gdb.base/infcall-nested-structs-c.exp: ... these.
765 * gdb.base/info-types.exp: Split into ...
766 * gdb.base/info-types.exp.in: ...
767 * gdb.base/info-types-c++.exp: ...
768 * gdb.base/info-types-c.exp: ... these.
769 * gdb.base/max-depth.exp: Split into ...
770 * gdb.base/max-depth.exp.in: ...
771 * gdb.base/max-depth-c++.exp: ...
772 * gdb.base/max-depth-c.exp: ... these.
773 * gdb.cp/infcall-nodebug.exp: Split into ...
774 * gdb.cp/infcall-nodebug.exp.in: ...
775 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
776 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
777 * gdb.cp/infcall-nodebug-c-d0.exp: ...
778 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
779
a05575d3
TBA
7802020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
781 Pedro Alves <palves@redhat.com>
782
783 * gdb.multi/multi-exit.c: New file.
784 * gdb.multi/multi-exit.exp: New file.
785 * gdb.multi/multi-kill.c: New file.
786 * gdb.multi/multi-kill.exp: New file.
787
6ad82919
TBA
7882020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
789
790 * gdb.base/annota1.exp: Update the expected output.
791 * gdb.cp/annota2.exp: Ditto.
792
843f4d93
AB
7932020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
794
795 * lib/check-test-names.exp: Disable when testing is being run in
796 parallel.
797
c7c66341
TV
7982020-05-12 Tom de Vries <tdevries@suse.de>
799
800 * gdb.base/jit-elf.exp: Fix string concat.
801
1b59ca1c
TV
8022020-05-12 Tom de Vries <tdevries@suse.de>
803
804 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
805 messages.
806
b4991d29
TV
8072020-05-12 Tom de Vries <tdevries@suse.de>
808
809 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
810
dbb0ab10
TV
8112020-05-12 Tom de Vries <tdevries@suse.de>
812
813 * gdb.ada/catch_ex.exp: Use with_test_prefix.
814 * gdb.ada/mi_catch_ex.exp: Same.
815 * gdb.ada/mi_catch_ex_hand.exp: Same.
816
7549fed8
TV
8172020-05-12 Tom de Vries <tdevries@suse.de>
818
819 * gdb.fortran/complex.exp: Use with_test_prefix.
820
af2d5cd8
TV
8212020-05-12 Tom de Vries <tdevries@suse.de>
822
823 * gdb.trace/passcount.exp: Fix test-names.
824
7c121311
TV
8252020-05-12 Tom de Vries <tdevries@suse.de>
826
827 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
828
c9f3b40e
TV
8292020-05-12 Tom de Vries <tdevries@suse.de>
830
831 * gdb.gdb/complaints.exp: Use with_test_prefix.
832 * gdb.xml/tdesc-regs.exp: Same.
833 * gdb.opt/inline-locals.exp: Fix test name.
834
111b33f0
TV
8352020-05-12 Tom de Vries <tdevries@suse.de>
836
837 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
838 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
839 * gdb.dwarf2/implref-struct.exp: Same.
840 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
841 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
842
ebf47080
SM
8432020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
844
845 * gdb.base/jit-so.exp (one_jit_test): Change test name.
846
d30dcd12
AB
8472020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * lib/check-test-names.exp (all_test_names): New module variable.
850 (counts): Add 'duplicates' field.
851 (_check_duplicates): New procedure.
852 (check): Also check for duplicates.
853 (do_log_summary): Print duplicates count.
854 (do_reset_vars): Reset counter for duplicate test names, and
855 discard all know test names.
856
34584c09
AB
8572020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
858
859 * lib/gdb.exp: Include check-test-names.exp library.
860 * lib/check-test-names.exp: New file.
861
e0002117
TV
8622020-05-11 Tom de Vries <tdevries@suse.de>
863
864 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
865
53f539a3
KS
8662020-05-11 Keith Seitz <keiths@redhat.com>
867
868 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
869
113ee09a
TV
8702020-05-11 Tom de Vries <tdevries@suse.de>
871
872 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
873 * gdb.cp/cpexprs.exp.in: .. here.
874 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
875 cpexprs.exp.
876
ba3e70b0
KS
8772020-05-11 Keith Seitz <keiths@redhat.com>
878
879 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
880 test names.
881 * gdb.ada/arrayptr.exp: Likewise.
882 * gdb.ada/assign_arr.exp: Likewise.
883 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
884 * gdb.ada/bp_on_var.exp: Likewise.
885 * gdb.ada/call_pn.exp: Likewise.
886 * gdb.ada/complete.exp: Likewise.
887 * gdb.ada/fun_overload_menu.exp: Likewise.
888 * gdb.ada/funcall_param.exp: Likewise.
889 * gdb.ada/funcall_ref.exp: Likewise.
890 * gdb.ada/packed_array_assign.exp: Likewise.
891 * gdb.ada/same_component_name.exp: Likewise.
892 * gdb.ada/type_coercion.exp: Likewise.
893 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
894 * gdb.ada/variant_record_packed_array.exp: Likewise.
895
3ee6bb11
TV
8962020-05-11 Tom de Vries <tdevries@suse.de>
897
898 PR symtab/25941
899 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
900 out of ...
901 * gdb.dwarf2/clang-debug-names.exp: ... here.
902 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
903 clang-debug-names.exp.in.
904 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
905 * gdb.dwarf2/clang-debug-names-2.c: New test.
906
86cd6bc8
AKS
9072020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
908
909 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
910 (fortran_runto_main): New Proc, fortran version of runto_main.
911 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
912 * gdb.fortran/array-bounds.exp: Likewise.
913 * gdb.fortran/array-slices.exp: Likewise.
914 * gdb.fortran/block-data.exp: Likewise.
915 * gdb.fortran/charset.exp: Likewise.
916 * gdb.fortran/common-block.exp: Likewise.
917 * gdb.fortran/complex.exp: Likewise.
918 * gdb.fortran/derived-type-function.exp: Likewise.
919 * gdb.fortran/derived-type.exp: Likewise.
920 * gdb.fortran/info-modules.exp: Likewise.
921 * gdb.fortran/info-types.exp: Likewise.
922 * gdb.fortran/intrinsics.exp: Likewise.
923 * gdb.fortran/library-module.exp: Likewise.
924 * gdb.fortran/logical.exp: Likewise.
925 * gdb.fortran/max-depth.exp: Likewise.
926 * gdb.fortran/module.exp: Likewise.
927 * gdb.fortran/multi-dim.exp: Likewise.
928 * gdb.fortran/nested-funcs.exp: Likewise.
929 * gdb.fortran/print-formatted.exp: Likewise.
930 * gdb.fortran/print_type.exp: Likewise.
931 * gdb.fortran/printing-types.exp: Likewise.
932 * gdb.fortran/ptr-indentation.exp: Likewise.
933 * gdb.fortran/ptype-on-functions.exp: Likewise.
934 * gdb.fortran/subarray.exp: Likewise.
935 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
936 * gdb.fortran/vla-datatypes.exp: Likewise.
937 * gdb.fortran/vla-history.exp: Likewise.
938 * gdb.fortran/vla-ptr-info.exp: Likewise.
939 * gdb.fortran/vla-ptype-sub.exp: Likewise.
940 * gdb.fortran/vla-ptype.exp: Likewise.
941 * gdb.fortran/vla-sizeof.exp: Likewise.
942 * gdb.fortran/vla-type.exp: Likewise.
943 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
944 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
945 * gdb.fortran/vla-value-sub.exp: Likewise.
946 * gdb.fortran/vla-value.exp: Likewise.
947 * gdb.fortran/whatis_type.exp: Likewise.
948 * gdb.mi/mi-var-child-f.exp: Likewise.
949
6dc55ce9 9502020-05-09 Tom de Vries <tdevries@suse.de>
951
952 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
953
283cb58c
TV
9542020-05-08 Tom de Vries <tdevries@suse.de>
955
956 * gdb.dwarf2/clang-debug-names.c: New test.
957 * gdb.dwarf2/clang-debug-names.exp: New file.
958
ac4a4f1c
SM
9592020-05-06 Simon Marchi <simon.marchi@efficios.com>
960
961 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
962 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
963
24fe640b
TV
9642020-05-06 Tom de Vries <tdevries@suse.de>
965
966 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
967 breakpoint is at a "recommended breakpoint location".
968 * gdb.reverse/consecutive-reverse.exp: Same.
969
0d8683a3
TV
9702020-05-06 Tom de Vries <tdevries@suse.de>
971
972 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
973 address.
974
b8983c46
TV
9752020-05-06 Tom de Vries <tdevries@suse.de>
976
977 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
978
abf6d805
TV
9792020-05-06 Tom de Vries <tdevries@suse.de>
980
981 * gdb.base/store.exp (check_set, up_set): Allowing missing location
982 info for r.
983
0fc2a808
TV
9842020-05-06 Tom de Vries <tdevries@suse.de>
985
986 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
987 necessary.
988
873dd427
TV
9892020-05-06 Tom de Vries <tdevries@suse.de>
990
991 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
992 void.
993
7c99e7e2
TV
9942020-05-06 Tom de Vries <tdevries@suse.de>
995
996 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
997 of ...
998 * gdb.base/async.exp: ... here.
999 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1000 "recommended breakpoint location".
1001
6173d6a6
TV
10022020-05-06 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1005
6015a067
TV
10062020-05-04 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.base/async.exp: Check whether instruction addresses are a
1009 "recommended breakpoint location".
1010
3b6acaee
TT
10112020-05-03 Tom Tromey <tom@tromey.com>
1012
1013 * gdb.base/sepdebug.exp: Remove "catch" test.
1014 * gdb.base/break.exp: Remove "catch" test.
1015 * gdb.base/default.exp: Update expected output.
1016
5beb4d17
TV
10172020-05-02 Tom de Vries <tdevries@suse.de>
1018
1019 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1020 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1021 * gdb.arch/i386-mpx-map.exp: Same.
1022 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1023 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1024 * gdb.arch/i386-mpx.exp: Same.
1025
8caf140d
TV
10262020-05-02 Tom de Vries <tdevries@suse.de>
1027
1028 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1029
693196cb
TV
10302020-05-01 Tom de Vries <tdevries@suse.de>
1031
1032 * gdb.ada/operator_bp.exp: Allow more than required amount of
1033 breakpoint.
1034
53ae0aa9
TV
10352020-05-01 Tom de Vries <tdevries@suse.de>
1036
1037 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1038
ee9d1e5f
HD
10392020-04-30 Hannes Domani <ssbssa@yahoo.de>
1040
1041 PR gdb/18706
1042 * gdb.cp/stub-array-size.cc: New test.
1043 * gdb.cp/stub-array-size.exp: New file.
1044 * gdb.cp/stub-array-size.h: New test.
1045 * gdb.cp/stub-array-size2.cc: New test.
1046
d5cf82c0
HD
10472020-04-30 Hannes Domani <ssbssa@yahoo.de>
1048
1049 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1050 output to the new format.
1051
42e165c3
SM
10522020-04-29 Simon Marchi <simon.marchi@efficios.com>
1053
1054 * gdb.base/break.exp: Use with_test_prefix.
1055
6e4e3fe1
TV
10562020-04-29 Tom de Vries <tdevries@suse.de>
1057
1058 * lib/gdb.exp (debug_types): New proc.
1059 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1060 * gdb.python/py-symtab.exp: Same.
1061
d642b692
HD
10622020-04-29 Hannes Domani <ssbssa@yahoo.de>
1063
1064 PR gdb/17320
1065 * gdb.base/pretty-array.c: New test.
1066 * gdb.base/pretty-array.exp: New file.
1067
ea90f227
TV
10682020-04-29 Tom de Vries <tdevries@suse.de>
1069
1070 PR symtab/25889
1071 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1072 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1073 and include cpexprs.exp.
1074
a65189c9
TV
10752020-04-28 Mark Williams <mark@myosotissp.com>
1076
1077 PR gdb/24480
1078 * dw4-toplevel-types.exp: Test for top level types.
1079 * dw4-toplevel-types.cc: Test for top level types.
1080
32d1f47a
TBA
10812020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1082
1083 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1084 (theads -> threads).
1085
56a4f5a1
TV
10862020-04-28 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1089
0b2f8a3b
TV
10902020-04-28 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1093
5390c717
TV
10942020-04-28 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1097
15cd93d0
TV
10982020-04-28 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.dwarf2/main-foo.c: New test.
1101 * gdb.dwarf2/struct-with-sig.exp: New file.
1102
d472f0fb
TV
11032020-04-25 Tom de Vries <tdevries@suse.de>
1104
1105 * boards/debug-types.exp: New file.
1106
8d840e05
AB
11072020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1108
1109 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1110
bcfe6157
TT
11112020-04-24 Tom Tromey <tom@tromey.com>
1112
1113 PR symtab/12707:
1114 * gdb.python/py-symbol.exp: Update expected results for
1115 linkage_name test.
1116 * gdb.cp/print-demangle.exp: New file.
1117 * gdb.base/c-linkage-name.exp: Fix test.
1118 * gdb.guile/scm-symbol.exp: Update expected results for
1119 linkage_name test.
1120
f049a313
TT
11212020-04-24 Tom Tromey <tom@tromey.com>
1122
1123 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1124 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1125 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1126 assembler.
1127
7cf28874
TV
11282020-04-24 Tom de Vries <tdevries@suse.de>
1129
1130 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1131 C++.
1132
dac2fef7
TT
11332020-04-24 Tom Tromey <tromey@adacore.com>
1134
1135 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1136 values.
1137 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1138 values. Update test for minimal encodings.
1139 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1140 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1141 values. Update test for minimal encodings.
1142
1acda803
TT
11432020-04-24 Tom Tromey <tromey@adacore.com>
1144
1145 PR python/23662:
1146 * gdb.ada/variant.exp: Add Python checks.
1147 * gdb.rust/simple.exp: Add dynamic type checks.
1148
adfb9815
TT
11492020-04-24 Tom Tromey <tromey@adacore.com>
1150
1151 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1152 Make array type matching more lax.
1153 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1154 * gdb.ada/mi_variant.exp: New file.
1155 * gdb.ada/mi_variant/pck.ads: New file.
1156 * gdb.ada/mi_variant/pkg.adb: New file.
1157 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1158 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1159
7d79de9a
TT
11602020-04-24 Tom Tromey <tromey@adacore.com>
1161
1162 * gdb.ada/variant.exp: Add dynamic field offset tests.
1163 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1164 * gdb.ada/variant/pkg.adb: Add new variables.
1165
f8e89861
TT
11662020-04-24 Tom Tromey <tromey@adacore.com>
1167
1168 * gdb.ada/variant.exp: New file
1169 * gdb.ada/variant/pkg.adb: New file
1170 * gdb.ada/variant/pck.adb: New file
1171
86e887ae
TV
11722020-04-24 Tom de Vries <tdevries@suse.de>
1173
1174 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1175
88428775
TV
11762020-04-24 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1179 flags.
1180
4e86f6e7
TV
11812020-04-24 Tom de Vries <tdevries@suse.de>
1182
1183 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1184
2016d3e6
TV
11852020-04-24 Tom de Vries <tdevries@suse.de>
1186
1187 * lib/gdb.exp (default_gdb_start): Handle eof.
1188 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1189 failure.
1190 * gdb.base/readnever.exp: Handle clean_restart failure.
1191
70bc38f5
TV
11922020-04-23 Tom de Vries <tdevries@suse.de>
1193
1194 * gdb.base/decl-before-def.exp: Run to main and print a again.
1195
de82891c
TV
11962020-04-23 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/decl-before-def-decl.c: New test.
1199 * gdb.base/decl-before-def-def.c: New test.
1200 * gdb.base/decl-before-def.exp: New file.
1201
96038148
TV
12022020-04-23 Tom de Vries <tdevries@suse.de>
1203
1204 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1205
54ac3df1
TV
12062020-04-22 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1209 debug_info_offset.
1210 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1211 before $objsfile in the line line.
1212
714534e1
TV
12132020-04-22 Tom de Vries <tdevries@suse.de>
1214
1215 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1216
16a7dbf4
MS
12172020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1218
1219 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1220 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1221 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1222 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1223 * gdb.base/jit-protocol.h: Update definitions to match all usage
1224 contexts.
1225
12262020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1227
1228 * gdb.base: Rename all jit related test and source files.
1229
12302020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1231
1232 * gdb.base/jit-reader.exp: Relax register output check.
1233
317d2668
TV
12342020-04-22 Tom de Vries <tdevries@suse.de>
1235
1236 PR symtab/25764
1237 * gdb.base/psym-external-decl-2.c: New test.
1238 * gdb.base/psym-external-decl.c: New test.
1239 * gdb.base/psym-external-decl.exp: New file.
1240 * gdb.threads/tls.exp: Add PR25807 kfail.
1241
eea9e357
TV
12422020-04-22 Tom de Vries <tdevries@suse.de>
1243
1244 PR symtab/25801
1245 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1246 in "info source" output.
1247
3d5afab3
TV
12482020-04-22 Tom de Vries <tdevries@suse.de>
1249
1250 PR symtab/25700
1251 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1252 symtab for imported_unit.c.
1253
b32102f6
GB
12542020-04-21 Gary Benson <gbenson@redhat.com>
1255
1256 * gdb.base/advance.c (func): New argument, to match call site.
1257 (func2, func3): Add return statements.
1258
d43b7a2d
TBA
12592020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1260
1261 * gdb.multi/run-only-second-inf.c: New file.
1262 * gdb.multi/run-only-second-inf.exp: New file.
1263
d89edf9b
MM
12642020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1265
1266 * gdb.btrace/multi-inferior.c: New test.
1267 * gdb.btrace/multi-inferior.exp: New file.
1268
1a476b6d
MM
12692020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1270
1271 * gdb.btrace/enable-new-thread.c: New test.
1272 * gdb.btrace/enable-new-thread.exp: New file.
1273
4778a5f8
TV
12742020-04-21 Tom de Vries <tdevries@suse.de>
1275
1276 PR gdb/25471
1277 * gdb.threads/killed-outside.c: New test.
1278 * gdb.threads/killed-outside.exp: New file.
1279
9b2c992c
GB
12802020-04-20 Gary Benson <gbenson@redhat.com>
1281
1282 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1283 * gdb.base/nested-subp2.exp: Likewise.
1284 * gdb.base/nested-subp3.exp: Likewise.
1285
b5d1d6f7
GB
12862020-04-20 Gary Benson <gbenson@redhat.com>
1287
1288 * gdb.base/nested-subp1.exp: Disable test when using clang.
1289 * gdb.base/nested-subp2.exp: Likewise.
1290 * gdb.base/nested-subp3.exp: Likewise.
1291
25230285
GB
12922020-04-20 Gary Benson <gbenson@redhat.com>
1293
1294 * gdb.cp/exception.cc: Fix compilation error with clang.
1295
fa93cc8f
GB
12962020-04-20 Gary Benson <gbenson@redhat.com>
1297
809730f3 1298 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1299
e0c45f30
GB
13002020-04-20 Gary Benson <gbenson@redhat.com>
1301
1302 * gdb.base/jit-main.c: Fix compilation error with clang.
1303
4ddfec93
KR
13042020-04-17 Kamil Rytarowski <n54@gmx.com>
1305
1306 * gdb.base/attach-twice.c: Include "sys/types.h".
1307 (PTRACE_ATTACH): Add fallback definition.
1308 (main): Pass `0' to the 4th argument of `ptrace'.
1309
2bed205e
KR
13102020-04-17 Kamil Rytarowski <n54@gmx.com>
1311
1312 * gdb.base/fork-running-state.c: Include "signal.h".
1313
0743fc83
TT
13142020-04-17 Tom Tromey <tromey@adacore.com>
1315
1316 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1317 Update tests.
1318 * gdb.btrace/cpu.exp: Update tests.
1319 * gdb.base/maint.exp: Update tests.
1320 * gdb.base/default.exp: Update tests.
1321 * gdb.base/completion.exp: Update tests.
1322
efba5c23
TV
13232020-04-16 Tom de Vries <tdevries@suse.de>
1324
1325 PR symtab/25791
1326 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1327 (ensure_gdb_index): and factor out and move ...
1328 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1329 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1330
d191d716
TV
13312020-04-16 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1334 loading exec.
1335
99f1bc6a
AB
13362020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1337
1338 * gdb.base/many-completions.exp: New file.
1339
194d088f
TV
13402020-04-14 Tom de Vries <tdevries@suse.de>
1341
1342 PR symtab/25718
1343 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1344
c1a66c06
TV
13452020-04-14 Tom de Vries <tdevries@suse.de>
1346
1347 PR symtab/25720
1348 * gdb.base/maint-expand-symbols-header-file.c: New test.
1349 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1350 * gdb.base/maint-expand-symbols-header-file.h: New test.
1351
21b0982c
AB
13522020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1353
1354 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1355 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1356 get_func_info.
1357 (get_func_info): Delete.
1358 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1359 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1360 * lib/dwarf.exp (get_func_info): New function.
1361
dd1cab06
TV
13622020-04-13 Tom de Vries <tdevries@suse.de>
1363
1364 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1365 to what find_gnatmake does.
1366
71ea2b6b
TV
13672020-04-10 Tom de Vries <tdevries@suse.de>
1368
1369 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1370 -readnow.
1371
bdfc1e8a
TV
13722020-04-10 Tom de Vries <tdevries@suse.de>
1373
1374 PR cli/25808
1375 * gdb.base/style.c: Add leading newlines.
1376 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1377 Check listing of main's one-line body.
1378
14ca8ecf
TV
13792020-04-08 Tom de Vries <tdevries@suse.de>
1380
1381 * lib/gdb.exp (psymtabs_p): New proc.
1382 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1383 importing unit" unsupported if there are no partial symbols.
1384
e21d048f
TV
13852020-04-08 Tom de Vries <tdevries@suse.de>
1386
1387 PR testsuite/25760
1388 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1389
25c11aca
TV
13902020-04-07 Tom de Vries <tdevries@suse.de>
1391
1392 PR symtab/25796
1393 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1394
5707e24b
TV
13952020-04-07 Tom de Vries <tdevries@suse.de>
1396
1397 * gdb.base/check-psymtab.c: New test.
1398 * gdb.base/check-psymtab.exp: New file.
1399
6ee448cc
TT
14002020-04-06 Tom Tromey <tromey@adacore.com>
1401
1402 * gdb.ada/variant-record/proc.adb: New file.
1403 * gdb.ada/variant-record/value.adb: New file.
1404 * gdb.ada/variant-record/value.s: New file.
1405 * gdb.ada/variant-record.exp: New file.
1406
9e7c9a03
HD
14072020-04-03 Hannes Domani <ssbssa@yahoo.de>
1408
1409 PR gdb/25325
1410 * gdb.cp/typed-enum.cc: New test.
1411 * gdb.cp/typed-enum.exp: New file.
1412
c90d28ac
AB
14132020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1416 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1417 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1418 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1419 * gdb.opt/inline-small-func.c: New file.
1420 * gdb.opt/inline-small-func.exp: New file.
1421 * gdb.opt/inline-small-func.h: New file.
1422
34e9a9fa
AB
14232020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1426 function.
1427
6a354911
AB
14282020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * lib/dwarf.exp (function_range): Allow compiler options to be
1431 specified.
1432
880d9777
TV
14332020-04-02 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1436 __attribute__((always_inline)).
1437 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1438
f32682ea
TV
14392020-04-02 Tom de Vries <tdevries@suse.de>
1440
1441 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1442 (gdbserver_gdb_exit): ... here. Add timeout warning.
1443 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1444 (connect_target_extended_remote): Append new server_spawn_id to
1445 server_spawn_ids.
1446 (cleanup): New proc.
1447 (setup, <toplevel>): Call cleanup.
1448
d3214198
TV
14492020-04-02 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.base/main-psymtab.exp: New file.
1452
cc77ed24
TV
14532020-04-02 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1456
3638a098
TT
14572020-04-01 Tom Tromey <tom@tromey.com>
1458
1459 * gdb.base/complex-parts.exp: Add type tests.
1460
c34e8714
TT
14612020-04-01 Tom Tromey <tom@tromey.com>
1462
1463 * gdb.base/complex-parts.exp: Add arithmetic tests.
1464
981c08ce
TT
14652020-04-01 Tom Tromey <tom@tromey.com>
1466
1467 * gdb.compile/compile.exp: Update.
1468 * gdb.compile/compile-cplus.exp: Update.
1469 * gdb.base/varargs.exp: Update.
1470 * gdb.base/floatn.exp: Update.
1471 * gdb.base/endianity.exp: Update.
1472 * gdb.base/callfuncs.exp (do_function_calls): Update.
1473 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1474 (complex_float_integral_args): Update.
1475 * gdb.base/complex.exp: Update.
1476 * gdb.base/complex-parts.exp: Update.
1477
3d1cfd43
TT
14782020-04-01 Tom Tromey <tromey@adacore.com>
1479
1480 * gdb.rust/union.rs: New file.
1481 * gdb.rust/union.exp: New file.
1482 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1483 (main): Update.
1484 * gdb.rust/simple.exp: Move union tests to union.exp.
1485
e033dfa9
TT
14862020-04-01 Tom Tromey <tromey@adacore.com>
1487
1488 * gdb.rust/simple.rs (main): Remove "y0".
1489
53cccef1
TBA
14902020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1491
1492 * gdb.multi/stop-all-on-exit.c: New test.
1493 * gdb.multi/stop-all-on-exit.exp: New file.
1494
60e22c1e
HD
14952020-04-01 Hannes Domani <ssbssa@yahoo.de>
1496
1497 PR gdb/24789
1498 * gdb.cp/misc.cc: Add integer reference variable.
1499 * gdb.cp/misc.exp: Add test.
1500
e139a727
TBA
15012020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1502
1503 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1504 scenario to cover execution until the end and also the case
1505
16b0db75
TV
15062020-03-31 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1509 c. Use "maint info symtabs" to check symtab expansion.
1510
c0502da6
TV
15112020-03-30 Tom de Vries <tdevries@suse.de>
1512
1513 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1514 unsupported.
1515 (verify_psymtab_expanded): Move ...
1516 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1517 test.
1518 (readnow): New proc.
1519
5935fd15
AB
15202020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1523 with $hex.
1524
1773be9e
TT
15252020-03-20 Tom Tromey <tromey@adacore.com>
1526
1527 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1528
70304be9
TT
15292020-03-20 Tom Tromey <tromey@adacore.com>
1530
1531 * gdb.ada/sub_variant/subv.adb: New file.
1532 * gdb.ada/sub_variant.exp: New file.
1533
0dd7b8f7
TV
15342020-03-20 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1537 first break fails.
1538 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1539
cada5fc9
AB
15402020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * gdb.server/exit-multiple-threads.c: New file.
1543 * gdb.server/exit-multiple-threads.exp: New file.
1544
6b8c53f2
AB
15452020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1546
1547 * gdb.fortran/mixed-lang-stack.c: New file.
1548 * gdb.fortran/mixed-lang-stack.cpp: New file.
1549 * gdb.fortran/mixed-lang-stack.exp: New file.
1550 * gdb.fortran/mixed-lang-stack.f90: New file.
1551
19a2740f
AB
15522020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.linespec/cp-completion-aliases.cc: New file.
1555 * gdb.linespec/cp-completion-aliases.exp: New file.
1556
d8c8b848
TV
15572020-03-19 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1560 more precise.
1561
a9933ccf
TV
15622020-03-18 Tom de Vries <tdevries@suse.de>
1563
1564 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1565 * gdb.dwarf2/break-inline-psymtab.c: New test.
1566 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1567
2f89101f
TV
15682020-03-16 Tom de Vries <tdevries@suse.de>
1569
1570 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1571 cache_verify and cache_verify_proc.
1572
6b9374f1
TV
15732020-03-15 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.server/solib-list.exp: Handle
1576 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1577
eaeaf44c
TV
15782020-03-15 Tom de Vries <tdevries@suse.de>
1579
1580 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1581 objfiles".
1582
3293bbaf
TT
15832020-03-14 Tom Tromey <tom@tromey.com>
1584
1585 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1586
ab44624c
TV
15872020-03-14 Tom de Vries <tdevries@suse.de>
1588
1589 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1590
54c43825
TV
15912020-03-14 Tom de Vries <tdevries@suse.de>
1592
1593 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1594 result in line-by-line fashion.
1595
2ac70237
TV
15962020-03-14 Tom de Vries <tdevries@suse.de>
1597
1598 * lib/gdb.exp (supports_statement_frontiers): New proc.
1599 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1600
09546b56
TV
16012020-03-14 Tom de Vries <tdevries@suse.de>
1602
1603 * gdb.base/printcmds.exp: Add missing quoting for "print
1604 teststring2".
1605
a1f6a07c
TT
16062020-03-13 Tom Tromey <tom@tromey.com>
1607
1608 * gdb.base/printcmds.exp (test_print_strings): Add regression
1609 test.
1610 * gdb.base/printcmds.c (charptr): New typedef.
1611 (teststring2): New global.
1612
1b83d09c
AB
16132020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1616 full path in the test name.
1617 (test_ld): Add some with_test_prefix blocks to make test names
1618 unique.
1619
2d61316c
TV
16202020-03-13 Tom de Vries <tdevries@suse.de>
1621
1622 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1623
2e9145ac
TV
16242020-03-13 Tom de Vries <tdevries@suse.de>
1625
1626 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1627
96c7f873
TV
16282020-03-13 Tom de Vries <tdevries@suse.de>
1629
1630 PR symtab/25646
1631 * gdb.dwarf2/imported-unit.exp: Add test.
1632
49ba92c0
TV
16332020-03-13 Tom de Vries <tdevries@suse.de>
1634
1635 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1636 (var1, var2): New variable.
1637 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1638 matching symbols.
1639
301b21e0
TV
16402020-03-13 Tom de Vries <tdevries@suse.de>
1641
1642 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1643 (Term::command): Use prompt prefix.
1644 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1645 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1646 command_no_prompt_prefix instead of prefix.
1647 * gdb.tui/tui-layout-asm.exp: Same.
1648
3f512721
SM
16492020-03-12 Simon Marchi <simon.marchi@efficios.com>
1650
1651 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1652
40310f30
SM
16532020-03-12 Simon Marchi <simon.marchi@efficios.com>
1654
1655 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1656 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1657 on" while stepping over the test instruction, match printed
1658 message.
1659
09252140
TV
16602020-03-12 Tom de Vries <tdevries@suse.de>
1661
1662 * gdb.base/info-types.exp: Use exp_continue during matching of output
1663 of "info types".
1664
14e9c72c
TV
16652020-03-12 Tom de Vries <tdevries@suse.de>
1666
1667 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1668
e515d67e
TV
16692020-03-12 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.fortran/module.exp: Use exp_continue during matching of output
1672 of "info variable -n".
1673
307eafd8
TV
16742020-03-12 Tom de Vries <tdevries@suse.de>
1675
1676 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1677 gdb.dwarf2/dw2-ranges-base.c.
1678
9a2de3fc
TV
16792020-03-12 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1682 in presence of GLIBC debuginfo.
1683
3217502e
TV
16842020-03-12 Tom de Vries <tdevries@suse.de>
1685
1686 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1687 $core.
1688
1281424c
TV
16892020-03-12 Tom de Vries <tdevries@suse.de>
1690
1691 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1692 more precise.
1693
038b97fc
SM
16942020-03-11 Simon Marchi <simon.marchi@efficios.com>
1695
1696 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1697 from Unix to Windows path.
1698
5308d1e7
TV
16992020-03-11 Tom de Vries <tdevries@suse.de>
1700
1701 * gdb.ada/minsyms.exp: Set language to ada.
1702
f870f78f
TV
17032020-03-11 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1706
5a13315d
TV
17072020-03-11 Tom de Vries <tdevries@suse.de>
1708
1709 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1710
976862ed
TT
17112020-03-11 Tom Tromey <tromey@adacore.com>
1712
1713 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1714
7462c383
TV
17152020-03-11 Tom de Vries <tdevries@suse.de>
1716
1717 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1718
1c6c46a0
TV
17192020-03-11 Tom de Vries <tdevries@suse.de>
1720
1721 * gdb.base/break-interp.exp: Limit verbose scope.
1722
44f41bb7
TV
17232020-03-11 Tom de Vries <tdevries@suse.de>
1724
1725 * gdb.fortran/logical.f90: Define variable with character type.
1726 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1727
b76f3a42
TV
17282020-03-11 Tom de Vries <tdevries@suse.de>
1729
1730 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1731
1c33af77
TV
17322020-03-11 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1735 symtabs.
1736
8c95582d
AB
17372020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1738 Bernd Edlinger <bernd.edlinger@hotmail.de>
1739
1740 * gdb.cp/step-and-next-inline.cc: New file.
1741 * gdb.cp/step-and-next-inline.exp: New file.
1742 * gdb.cp/step-and-next-inline.h: New file.
1743 * gdb.dwarf2/dw2-is-stmt.c: New file.
1744 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1745 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1746 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1747 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1748
cecf8547
AB
17492020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1752 is-stmt flag in the line table.
1753
0ba678c9
TV
17542020-03-09 Tom de Vries <tdevries@suse.de>
1755
1756 * lib/gdb.exp (cached_file): Create cache dir.
1757
72fbdf83
TV
17582020-03-07 Tom de Vries <tdevries@suse.de>
1759
1760 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1761 * gdb.cp/rvalue-ref-params.exp: Same.
1762
436b5e99
TV
17632020-03-06 Tom de Vries <tdevries@suse.de>
1764
1765 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1766 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1767
09f2921c
TV
17682020-03-06 Tom de Vries <tdevries@suse.de>
1769
1770 * README: Fix "the the".
1771 * gdb.base/dprintf.exp: Same.
1772
50a3cc5d
TV
17732020-03-05 Tom de Vries <tdevries@suse.de>
1774
1775 * gdb.base/maint.exp: Update "main print statistics" expected output.
1776
0a709cba
AKS
17772020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1778
1779 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1780 (fortran_int8): Likewise.
1781 (fortran_real4): Likewise.
1782 (fortran_real8): Likewise.
1783 (fortran_complex4): Likewise.
1784 (fortran_logical4): Likewise.
1785 (fortran_character1): Likewise.
1786
5e5d66b6
AB
17872020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1790 printed as true.
1791
7b973adc
SDJ
17922020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1793
1794 * gdb.base/printcmds.exp: Add test to verify printf of a
1795 variable holding an address.
1796
478e490a
TV
17972020-03-03 Tom de Vries <tdevries@suse.de>
1798
1799 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1800
1ef44e86
TV
18012020-03-03 Tom de Vries <tdevries@suse.de>
1802
1803 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1804 gdb_test_multiple call.
1805
b98cc2cf
TV
18062020-03-03 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1809 gdb_test_multiple calls.
1810
63e163f2
AB
18112020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.base/default.exp: Remove test of 'set history filename'.
1814 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1815 filename to the empty string.
1816 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1817 and GDBHISTSIZE.
1818
24ed6739
AB
18192020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1822 disabled.
1823
590003dc
TV
18242020-03-02 Pedro Alves <palves@redhat.com>
1825 Tom de Vries <tdevries@suse.de>
1826
1827 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1828 -prompt prefix, before user_code argument. Add -lbl option likewise.
1829 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1830 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1831 argument.
1832 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1833 have "\r\n" at start-of-line, instead of at end-of-line.
1834
f5e46084
SM
18352020-02-28 Simon Marchi <simon.marchi@efficios.com>
1836
1837 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1838 libinproctrace.so.
1839
f7a7000d
LM
18402020-02-28 Luis Machado <luis.machado@linaro.org>
1841
1842 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1843 to "p/x".
1844
718e0816
LM
18452020-02-28 Luis Machado <luis.machado@linaro.org>
1846
1847 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1848 asm/ptrace.h and error.h.
1849
13c3a74a
TV
18502020-02-28 Tom de Vries <tdevries@suse.de>
1851
1852 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1853 (struct wrapper, do_something, mundane/symada__cS): Move ...
1854 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1855 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1856 Update "print symada__cS before partial symtab expansion" regexp.
1857 Update breakpoint location. Flush symbol cache after expansion.
1858
85d2d5bb
LM
18592020-02-28 Luis Machado <luis.machado@linaro.org>
1860
1861 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1862
3608f86c
TV
18632020-02-27 Tom de Vries <tdevries@suse.de>
1864
1865 * config/sid.exp: Remove unused globals.
1866 * gdb.base/attach.exp: Same.
1867 * gdb.base/catch-load.exp: Same.
1868 * gdb.base/dbx.exp: Same.
1869 * lib/gdb.exp: Same.
1870 * lib/mi-support.exp: Same.
1871 * lib/prompt.exp: Same.
1872
c8d4f6df
TV
18732020-02-27 Tom de Vries <tdevries@suse.de>
1874
1875 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1876 not set.
1877
0d79cdc4
AM
18782020-02-26 Aaron Merey <amerey@redhat.com>
1879
1880 * gdb.debuginfod: New directory for debuginfod tests.
1881 * gdb.debuginfod/main.c: New test file.
1882 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1883
0dce4280
TV
18842020-02-26 Tom de Vries <tdevries@suse.de>
1885
1886 PR gdb/25603
1887 * gdb.base/persistent-lang.cc: New test.
1888 * gdb.base/persistent-lang.exp: New file.
1889
9e80cfa1
AB
18902020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1891
1892 * gdb.fortran/derived-type-striding.exp: Add a new test.
1893 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1894 new test.
1895
2078dbb2
AB
18962020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1899 names.
1900
70d49700
TV
19012020-02-25 Tom de Vries <tdevries@suse.de>
1902
1903 PR go/18926
1904 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1905
a88ef40d
TV
19062020-02-24 Tom de Vries <tdevries@suse.de>
1907
1908 PR gdb/25592
1909 * gdb.base/info-locals-unused-static-var.c: New test.
1910 * gdb.base/info-locals-unused-static-var.exp: New file.
1911
01b1af32
TT
19122020-02-22 Tom Tromey <tom@tromey.com>
1913
1914 * gdb.python/tui-window.exp: New file.
1915 * gdb.python/tui-window.py: New file.
1916
7c043ba6
TT
19172020-02-22 Tom Tromey <tom@tromey.com>
1918
1919 PR tui/17850:
1920 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1921 tests.
1922
c22fef7e
TT
19232020-02-22 Tom Tromey <tom@tromey.com>
1924
1925 * gdb.tui/new-layout.exp: Add sub-layout tests.
1926
ee325b61
TT
19272020-02-22 Tom Tromey <tom@tromey.com>
1928
1929 * gdb.tui/new-layout.exp: New file.
1930
3f0cbb04
TT
19312020-02-22 Tom Tromey <tom@tromey.com>
1932
1933 * gdb.rust/rust-style.rs: New file.
1934 * gdb.rust/rust-style.exp: New file.
1935 * gdb.base/style.exp: Test structure printing.
1936 * gdb.base/style.c (struct some_struct): New type.
1937 (enum etype): New type.
1938 (struct_value): New global.
1939
75525152
TV
19402020-02-21 Tom de Vries <tdevries@suse.de>
1941
1942 PR go/18926
1943 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1944 Remove blanket xfails. Use message argument for gdb_breakpoint.
1945 Make continuing to breakpoint test conditional on setting breakpoint.
1946 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1947 DW_AT_name attribute. Add xfail for GCC PR93866.
1948
bd360d30
AB
19492020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1950
1951 * gdb.dwarf2/cpp-linkage-name.c: New file.
1952 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1953
c7adb09f 19542020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1955
1956 * lib/gdb.exp (gdb_wrapper_init): Reset
1957 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1958 not exist.
1959
a9c79803
TV
19602020-02-20 Tom de Vries <tdevries@suse.de>
1961
1962 PR go/17018
1963 * gdb.go/hello.exp: Copy ...
1964 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1965 print of st to print value of global definition. Add xfail for GCC
1966 PR93844.
1967 * gdb.go/hello.exp: Remove printing of st before definition.
1968 * gdb.go/hello.go: Copy ...
1969 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1970 to st.
1971 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1972
d7445728
TV
19732020-02-20 Tom de Vries <tdevries@suse.de>
1974
1975 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1976 (gdb_simple_compile): Handle compile_flags go by using .go extension
1977 for source file.
1978 * gdb.go/chan.exp: Use support_go_compile.
1979 * gdb.go/handcall.exp: Same.
1980 * gdb.go/hello.exp: Same.
1981 * gdb.go/integers.exp: Same.
1982 * gdb.go/max-depth.exp: Same.
1983 * gdb.go/methods.exp: Same.
1984 * gdb.go/package.exp: Same.
1985 * gdb.go/strings.exp: Same.
1986 * gdb.go/types.exp: Same.
1987 * gdb.go/unsafe.exp: Same.
1988
c9c41e6d
TV
19892020-02-19 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.python/lib-types.exp: Make xfail more strict.
1992
f20ff837
TV
19932020-02-19 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1996
08410482
DE
19972020-02-19 Doug Evans <dje@google.com>
1998
1999 PR rust/25535
2000 * gdb.rust/simple.exp: Add test.
2001 * gdb.rust/simple.rs: Add test.
2002
623563f7
TV
20032020-02-19 Tom de Vries <tdevries@suse.de>
2004
2005 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2006 output line-by-line.
2007
d3308cfd
TV
20082020-02-19 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2011
86cbc5dc
TV
20122020-02-19 Tom de Vries <tdevries@suse.de>
2013
2014 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2015 prelink.
2016
9db2b96b
TV
20172020-02-19 Tom de Vries <tdevries@suse.de>
2018
2019 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2020 (gdb_do_cache): Use gdb_do_cache_wrap.
2021 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2022
89e2fdc5
TV
20232020-02-19 Tom de Vries <tdevries@suse.de>
2024
2025 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2026 gdb_compile option.
2027
373d7ac0
SM
20282020-02-18 Simon Marchi <simon.marchi@efficios.com>
2029
2030 * gdb.base/printcmds.exp (test_print_enums): Update expected
2031 output.
2032
b29a2df0
SM
20332020-02-18 Simon Marchi <simon.marchi@efficios.com>
2034
2035 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2036 for "unknown".
2037
6740f0cc
SM
20382020-02-18 Simon Marchi <simon.marchi@efficios.com>
2039
2040 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2041 enumerator.
2042
edd45eb0
SM
20432020-02-18 Simon Marchi <simon.marchi@efficios.com>
2044
2045 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2046 FE_, add FE_NONE.
2047 (three): Update.
2048 (enum flag_enum_without_zero): New enum.
2049 (flag_enum_without_zero): New variable.
2050 (enum not_flag_enum): New enum.
2051 (three_not_flag): New variable.
2052 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2053 (test_print_enums): Add more tests for printing flag enums.
2054
d4295de4
TV
20552020-02-18 Tom de Vries <tdevries@suse.de>
2056
2057 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2058 (gdb_compile_ada): ... here.
2059 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2060 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2061
f251f505
TT
20622020-02-14 Tom Tromey <tom@tromey.com>
2063
2064 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2065 build directory.
2066 * boards/gdbserver-base.exp: Update path to gdbserver.
2067
8f432634
TV
20682020-02-13 Tom de Vries <tdevries@suse.de>
2069
2070 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2071
92b6eaf7
TV
20722020-02-13 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2075 are missing.
2076
f3b0f7fe
TV
20772020-02-13 Tom de Vries <tdevries@suse.de>
2078
2079 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2080 call.
2081
f6be8713
SDJ
20822020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2083
2084 PR tui/25126
2085 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2086 * gdb.base/cached-source-file.c: New file.
2087 * gdb.base/cached-source-file.exp: New file.
2088
b2770d5e
TV
20892020-02-11 Tom de Vries <tdevries@suse.de>
2090
2091 PR testsuite/25488
2092 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2093
44f6938e
TV
20942020-02-10 Tom de Vries <tdevries@suse.de>
2095
2096 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2097
5f0e2eb7
MR
20982020-02-10 Maciej W. Rozycki <macro@wdc.com>
2099
2100 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2101 and $after_addr are both integers before making a comparison.
2102
46ce2b6f
TV
21032020-02-09 Tom de Vries <tdevries@suse.de>
2104
2105 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2106 command output and paste it into gdb.log. If any, paste catch message
2107 to gdb.log.
2108
5abbbe1d
TT
21092020-02-07 Tom Tromey <tromey@adacore.com>
2110
2111 PR breakpoints/24915:
2112 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2113
1d5d29e7
SV
21142020-02-06 Shahab Vahedi <shahab@synopsys.com>
2115
2116 * gdb.tui/tui-missing-src.exp: Add the "missing source
2117 file" test for the TUI.
2118
b0999b9b
AB
21192020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2120
2121 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2122 including a port number in the output.
2123
c3b149eb
AKS
21242020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2125
2126 * lib/fortran.exp (fortran_int4): Handle clang.
2127 (fortran_int8): Likewise.
2128 (fortran_real4): Likewise.
2129 (fortran_real8): Likewise.
2130 (fortran_complex4): Likewise.
2131 (fortran_logical4): Likewise.
2132 (fortran_character1): Likewise.
2133
f8dcc90b
TV
21342020-02-04 Tom de Vries <tdevries@suse.de>
2135
2136 * README (Race detection): Add note.
2137
f90ac7c2
TV
21382020-02-04 Tom de Vries <tdevries@suse.de>
2139
2140 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2141
780636ae
TV
21422020-02-04 Tom de Vries <tdevries@suse.de>
2143
2144 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2145
5d2e1193
RA
21462020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2147
2148 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2149 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2150 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2151 blttar, bnetarl.
2152 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2153 binary for blttar, bnetarl.
2154 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2155 wait instruction. Delete ldmx test.
2156 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2157
e409c542
AKS
21582020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2159
2160 * gdb.fortran/array-bounds-high.exp: New file.
2161 * gdb.fortran/array-bounds-high.f90: New file.
2162
b0029748
LD
21632020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2164
2165 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2166 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2167
195a8287
TV
21682020-02-01 Tom de Vries <tdevries@suse.de>
2169
2170 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2171
42330a68
AB
21722020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 PR tui/9765
2175 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2176 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2177
b62a8028
LM
21782020-01-29 Luis Machado <luis.machado@linaro.org>
2179
2180 * gdb.arch/aarch64-brk-patterns.c: New source file.
2181 * gdb.arch/aarch64-brk-patterns.exp: New test.
2182
5f440116
TBA
21832020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2184
2185 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2186 GCC/Clang version.
2187 * gdb.cp/pass-by-ref.exp: Ditto.
2188
ee2a6fc6
TV
21892020-01-29 Tom de Vries <tdevries@suse.de>
2190
2191 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2192 * gdb.threads/watchpoint-fork-mt.c: Same.
2193 * gdb.threads/watchpoint-fork-parent.c: Same.
2194 * gdb.threads/watchpoint-fork-st.c: Same.
2195 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2196
16b10d6e
LM
21972020-01-27 Luis Machado <luis.machado@linaro.org>
2198
2199 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2200 sitting at a syscall instruction when we hit the syscall function's
2201 breakpoint.
2202 Check PC against one obtained with the x command.
2203 Validate syscall number.
2204 (step_over_syscall): Don't continue to the syscall instruction if
2205 we're already there.
2206
b1468492
PW
22072020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2208
2209 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2210
7ffa82e1
AB
22112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2214 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2215
3d92a3e3
AB
22162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2219 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2220
94a72be7
AB
22212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.base/maint.exp: Update line table parsing test.
2224 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2225
53af73bf
PA
22262020-01-24 Pedro Alves <palves@redhat.com>
2227
2228 PR gdb/25410
2229 * gdb.multi/multi-re-run-1.c: New.
2230 * gdb.multi/multi-re-run-2.c: New.
2231 * gdb.multi/multi-re-run.exp: New.
2232
1ba1ac88
AB
22332020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 PR gdb/23718
2236 * gdb.server/server-kill-python.exp: New file.
2237
f3364a6d
AB
22382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.server/multi-ui-errors.c: New file.
2241 * gdb.server/multi-ui-errors.exp: New file.
2242
733d0a67
AB
22432020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 PR tui/9765
2246 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2247
4f13c1c0
TT
22482020-01-19 Tom Tromey <tom@tromey.com>
2249
2250 * gdb.tui/main.exp: Add check for plain "file".
2251
40c94099
CB
22522020-01-16 Christian Biesinger <cbiesinger@google.com>
2253
2254 * lib/gdb.exp: Fix spelling error (seperatelly).
2255
ff47f4f0
TT
22562020-01-14 Tom Tromey <tom@tromey.com>
2257
2258 PR symtab/12535:
2259 * gdb.python/python.exp: Test decode_line with empty string
2260 argument.
2261
717c684d
BE
22622020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2263
2264 * gdb.base/skip-inline.exp: Extend test.
2265
44e4c775
AB
22662020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2269 * gdb.dwarf2/dw2-bad-elf.c: New file.
2270 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2271
d93c6db7
AB
22722020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2275 _line_saw_file.
2276
9a6d629c
AB
22772020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2280 border.
2281
d9ebdab7
TBA
22822020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2283
2284 * gdb.multi/multi-target.exp (setup): Factor out "info
2285 connections" and "info inferiors" tests to ...
2286 (test_info_inferiors): ... this new procedure.
2287 (top level): Run new "info-inferiors" tests.
2288
f3c469b9
PA
22892020-01-10 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.server/bkpt-other-inferior.exp: New file.
2292
121b3efd
PA
22932020-01-10 Pedro Alves <palves@redhat.com>
2294
2295 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2296 of "add-inferior".
2297 * gdb.base/quit-live.exp: Likewise.
2298 * gdb.base/remote-exec-file.exp: Likewise.
2299 * gdb.guile/scm-progspace.exp: Likewise.
2300 * gdb.linespec/linespec.exp: Likewise.
2301 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2302 * gdb.mi/user-selected-context-sync.exp: Likewise.
2303 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2304 "info inferiors" tests.
2305 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2306 "add-inferior".
2307 * gdb.multi/watchpoint-multi.exp: Likewise.
2308 * gdb.python/py-inferior.exp: Likewise.
2309 * gdb.server/extended-remote-restart.exp: Likewise.
2310 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2311 "info inferiors".
2312 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2313 * gdb.trace/report.exp: Likewise.
2314
1dadb1dd
PA
23152020-01-10 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.multi/multi-target.c: New file.
2318 * gdb.multi/multi-target.exp: New file.
2319 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2320 mode requested, but remote does not support non-stop".
2321
78f2c40a
PA
23222020-01-10 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2325 disconnect before reconnecting.
2326
e7af6c70
TBA
23272020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2328 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.server/connect-without-multi-process.exp: Also test
2331 continuing to end.
2332
acdf84a6
PA
23332020-01-10 Pedro Alves <palves@redhat.com>
2334
2335 * gdb.base/remote-exec-file.exp: New file.
2336
873657b9
PA
23372020-01-10 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2340 output.
2341 * gdb.threads/async.c: New.
2342 * gdb.threads/async.exp: New.
2343 * gdb.multi/tids-gid-reset.c: New.
2344 * gdb.multi/tids-gid-reset.exp: New.
2345
7f0ae84c
GB
23462020-01-10 George Barrett <bob@bob131.so>
2347
2348 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2349 to help in finding the image relocation offset.
2350 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2351 options in arguments.
2352 (stap_test_no_debuginfo): Likewise.
2353 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2354 test variants.
2355 (stap_test): Add null semaphore relocation test.
2356
47e9d49d
GB
23572020-01-10 George Barrett <bob@bob131.so>
2358
2359 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2360 * gdb.base/stap-probe.exp: Likewise.
2361 (stap_test): Pass argument as an additional flag.
2362 (stap_test_no_debuginfo): Likewise.
2363 (stap_test): Check `info probes stap' output for semaphore
2364 addresses if the test binary is supposed to have them.
2365
f5a7c406
AB
23662020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.tui/basic.exp: Add more scrolling tests.
2369
9ae6bf64
TT
23702020-01-09 Tom Tromey <tom@tromey.com>
2371
2372 PR tui/18932:
2373 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2374 meangingful value.
2375 (Term::command, Term::resize): Update.
2376 * gdb.tui/basic.exp: Add scrolling test.
2377
b2efe70c
AB
23782020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2379
2380 * gdb.tui/tui-layout-asm.exp: New file.
2381
3804da7e
AB
23822020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2383
2384 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2385
b40aa28f
AB
23862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2389 (Term::enter_tui): Use Term::prepare_for_tui.
2390
63ffd7c9
AB
23912020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2394 called.
2395
3be966f6
AB
23962020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.base/skip.exp: Fix race condition in test.
2399
153d79c4
AB
24002020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.base/backtrace.c: New file.
2403 * gdb.base/backtrace.exp: New file.
2404
f2302a34
AB
24052020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2408
6ec1d75e
PW
24092020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2410
2411 * gdb.base/style.exp: Test that warnings are styled.
2412
c296cbe6
BE
24132019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2414
2415 * gdb.base/line65535.exp: New file.
2416 * gdb.base/line65535.c: New file.
2417
b28a729d
SM
24182019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2419
2420 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2421 * lib/gnat_debug_info_test.adb: New file.
2422 * gdb.ada/ptype_tagged_param.exp: Use
2423 gnat_runtime_has_debug_info, expect a different output if
2424 runtime does not have debug info.
2425
7f2d7a0d
SM
24262019-12-20 Simon Marchi <simon.marchi@efficios.com>
2427
2428 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2429 (another) quote in test name.
2430
f3bce483
SM
24312019-12-20 Simon Marchi <simon.marchi@efficios.com>
2432
2433 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2434 Add quote in test name.
2435
c855a912
TBA
24362019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2437
2438 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2439 directory instead.
2440 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2441 * gdb.cp/pass-by-ref-2.cc: New file.
2442 * gdb.cp/pass-by-ref-2.exp: New file.
2443
fc9d2d72
TT
24442019-12-20 Tom Tromey <tom@tromey.com>
2445
2446 * gdb.tui/list-before.exp: New file.
2447
77b97e00
TT
24482019-12-20 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.tui/list.exp: Check for source on initial listing.
2451
f69656d0
TT
24522019-12-11 Tom Tromey <tromey@adacore.com>
2453
2454 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2455 Add crlf test.
2456
99a55965
SM
24572019-12-18 Simon Marchi <simon.marchi@efficios.com>
2458
2459 * gdb.base/default.exp: Update value of $_gdb_major.
2460
5024637f
BE
24612019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2462
2463 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2464
b63634be
BE
24652019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2466
2467 * gdb.base/skip.exp: Whitespace fix.
2468
45d73523
BE
24692019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2470
2471 * gdb.base/skip-inline.c: New file.
2472 * gdb.base/skip-inline.exp: New file.
2473
d043f8c8
SM
24742019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2475
2476 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2477 jit_function_00 to jit_function_stack_mangle.
2478 * gdb.base/jithost.c (jit_function_t): Rename to...
2479 (jit_function_stack_mangle_t): ... this.
2480 (jit_function_add_t): New typedef.
2481 (jit_function_00_code): Rename to...
2482 (jit_function_stack_mangle_code): ... this, make static.
2483 (jit_function_add_code): New.
2484 (main): Generate "add" function and call it. Adjust to changes
2485 in jithost_abi.
2486 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2487 (struct jithost_abi) <begin, end>: Remove fields.
2488 <object, function_stack_mangle, function_add>: New fields.
2489 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2490 code_end>: Remove fields.
2491 <func_stack_mangle>: New field.
2492 (read_debug_info): Adjust to renaming, create block for "add"
2493 function.
2494 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2495
873de05c
TT
24962019-12-11 Tom Tromey <tom@tromey.com>
2497
2498 * gdb.tui/resize.exp: Fix regexp.
2499 * gdb.tui/regs.exp: Fix regexps.
2500 * gdb.tui/main.exp: Fix regexp.
2501
3d979945
TT
25022019-12-11 Tom Tromey <tom@tromey.com>
2503
2504 * gdb.tui/resize.exp: Update.
2505 * gdb.tui/empty.exp (layouts): Update.
2506
2192a9d3
TT
25072019-12-11 Tom Tromey <tom@tromey.com>
2508
2509 * gdb.tui/regs.exp: Update.
2510 * gdb.tui/empty.exp (layouts): Update.
2511 * gdb.tui/basic.exp: Update.
2512 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2513
d8edc8b7
PW
25142019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2515
2516 * gdb.base/options.exp: Add -raw-values in the print completion list.
2517 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2518
4c12d936
KB
25192019-12-10 Kevin Buettner <kevinb@redhat.com>
2520
2521 * gdb.threads/omp-par-scope.c: New file.
2522 * gdb/threads/omp-par-scope.exp: New file.
2523
26b911fb
KB
25242019-12-10 Kevin Buettner <kevinb@redhat.com>
2525
bb47f919
KB
2526 * lib/gdb.exp (support_nested_function_tests): New proc.
2527
25282019-12-10 Kevin Buettner <kevinb@redhat.com>
2529
2530 * lib/gdb.exp (gdb_compile_openmp): New proc.
2531 (build_executable_from_specs): Add an "openmp" option.
2532 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2533
6c71eb7d
TT
25342019-12-10 Tom Tromey <tromey@adacore.com>
2535
2536 * gdb.ada/unchecked_union.exp: New file.
2537 * gdb.ada/unchecked_union/pck.adb: New file.
2538 * gdb.ada/unchecked_union/pck.ads: New file.
2539 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2540 * gdb-utils.exp (string_to_regexp): Also quote "?".
2541
bac7c5cf
GB
25422019-12-10 George Barrett <bob@bob131.so>
2543
2544 Test scripted probe breakpoints.
2545 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2546 * gdb.python/py-breakpoint.c (main): Likewise.
2547 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2548 specifier test.
2549 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2550
330f1d38
TBA
25512019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2552
2553 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2554 an rvalue parameter.
2555 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2556 parameter.
2557
b43315e2
AB
25582019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2559
2560 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2561 modules.
2562
54f73dad
AB
25632019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2566 broken version of GCC.
2567
d57cbee9
AB
25682019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2569
2570 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2571 sym-info-cmds library.
2572 * gdb.fortran/info-types.exp: Likewise.
2573 * lib/sym-info-cmds.exp: New file.
2574
c14aab8c
TV
25752019-12-08 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2578
aa2d5a42
KS
25792019-12-07 Keith Seitz <keiths@redhat.com>
2580
2581 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2582 * gdb.base/corefile-buildid-shlib.c: New file.
2583 * gdb.base/corefile-buildid.c: New file.
2584 * gdb.base/corefile-buildid.exp: New file.
2585
93e55f0a
TV
25862019-12-06 Tom de Vries <tdevries@suse.de>
2587
2588 * gdb.dwarf2/varval.exp: Add decl before def test.
2589
c7d12402
TBA
25902019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2591
2592 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2593
06acc08f
TBA
25942019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2595
2596 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2597 CV and reference conversion for overload resolution.
2598 * gdb.cp/rvalue-ref-overload.exp: Test it.
2599
e0fad1ea
PW
26002019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2601
2602 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2603 * gdb.base/frameapply.exp: Test faas without command.
2604
8d70a9f0
AB
26052019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2606
2607 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2608 Fortran tests.
2609 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2610 order.
2611
36c8fb93
AB
26122019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2615 casting to type with no kind specified.
2616 (test_basic_parsing_of_type_kinds): Additional tests for types
2617 with no kind specified, and add tests for single/double
2618 precision/complex types.
2619
4139ff00
TT
26202019-12-04 Tom Tromey <tromey@adacore.com>
2621
2622 * gdb.base/endianity.c (struct other) <x>: New field.
2623 (main): Initialize it.
2624 * gdb.base/endianity.exp: Update.
2625
a05cf17a
TT
26262019-12-04 Tom Tromey <tromey@adacore.com>
2627
2628 * gdb.ada/scalar_storage/storage.adb: New file.
2629 * gdb.ada/scalar_storage/pck.adb: New file.
2630 * gdb.ada/scalar_storage/pck.ads: New file.
2631 * gdb.ada/scalar_storage.exp: New file.
2632
103a685e
TT
26332019-12-04 Tom Tromey <tromey@adacore.com>
2634
2635 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2636 (main): Initialize it.
2637 * gdb.base/endianity.exp: Update.
2638
c2512106
AB
26392019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2640
2641 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2642
293b38d6
AB
26432019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2646 -symbol-info-module-functions and -symbol-info-module-variables.
2647
216a7e6b
AB
26482019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2649
2650 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2651
5bbd8269
AB
26522019-12-01 Richard Bunt <richard.bunt@arm.com>
2653 Andrew Burgess <andrew.burgess@embecosm.com>
2654
2655 * gdb.fortran/derived-type-striding.exp: New file.
2656 * gdb.fortran/derived-type-striding.f90: New file.
2657 * gdb.fortran/array-slices.exp: New file.
2658 * gdb.fortran/array-slices.f90: New file.
2659
be09caf1
PW
26602019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2661
2662 * gdb.base/define.exp: Test . in command names.
2663 * gdb.base/setshow.exp: Update test, as . is now part of
2664 command name.
2665
643c0cbe
PW
26662019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2667
2668 * gdb.base/define-prefix.exp: New file.
2669
dcdec678
AB
26702019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2673 compile.
2674 (skip_btrace_pt_tests): Likewise.
2675
640ab947
AB
26762019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.fortran/info-modules.exp: Compile source files in correct
2679 order.
2680
d22670f0
KB
26812019-11-27 Kevin Buettner <kevinb@redhat.com>
2682
2683 * gdb.dwarf2/imported-unit.exp: New file.
2684 * gdb.dwarf2/imported-unit.c: New file.
2685
db5960b4
AB
26862019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.mi/mi-fortran-modules-2.f90: New file.
2689 * gdb.mi/mi-fortran-modules.exp: New file.
2690 * gdb.mi/mi-fortran-modules.f90: New file.
2691
7dc42066
AB
26922019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * gdb.mi/mi-sym-info-1.c: New file.
2695 * gdb.mi/mi-sym-info-2.c: New file.
2696 * gdb.mi/mi-sym-info.exp: New file.
2697
0dfeecca
TT
26982019-11-22 Tom Tromey <tromey@adacore.com>
2699
2700 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2701 * gdb.ada/tasks/foo.adb: Add another stopping location.
2702
34877895
PJ
27032019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2704
2705 * gdb.base/endianity.c: New test.
2706 * gdb.base/endianity.exp: New file.
2707
2e84f897
LD
27082019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2709
2710 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2711
65d1cd5f
TV
27122019-11-21 Tom de Vries <tdevries@suse.de>
2713
2714 PR gdb/24956
2715 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2716
4f22c3f4
SDJ
27172019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2718
2719 * gdb.python/py-progspace.exp: Add missing parentheses on some
2720 'print' commands.
2721
9f6ad286
TT
27222019-11-19 Tom Tromey <tom@tromey.com>
2723
2724 * gdb.tui/winheight.exp: New file.
2725
0b8dbf3f
AB
27262019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.base/ctf-whatis.c: Delete.
2729 * gdb.base/ctf-whatis.exp: Delete.
2730 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2731
f833b7a7
AB
27322019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2733
2734 * gdb.base/ctf-cvexpr.exp: Delete.
2735 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2736
30d0a636
AB
27372019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2738
2739 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2740 the compiler. Clean up header comment a little.
2741 * gdb.base/ctf-ptype.exp: Likewise.
2742 * gdb.base/ctf-whatis.exp: Likewise.
2743 * lib/gdb.exp (skip_ctf_tests): New proc.
2744
494409bb
SDJ
27452019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2746
2747 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2748 * gdb.tui/corefile-run.exp: New file.
2749
55708e99
TT
27502019-11-14 Tom Tromey <tromey@adacore.com>
2751
2752 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2753 regression tests.
2754
45e42163
TT
27552019-11-12 Tom Tromey <tom@tromey.com>
2756
2757 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2758 after any command. Expect prompt after WAIT_FOR is seen.
2759 (enter_tui): Enable resize messages.
2760 (command): Expect command in output.
2761 (get_line): Avoid error when cursor appears to be off-screen.
2762 (dump_screen): Include screen size in title.
2763 (_do_resize): New proc, from "resize".
2764 (resize): Rewrite. Do resize in two steps.
2765 * gdb.tui/empty.exp (layouts): Fix entries.
2766 (check_boxes): Remove xfail.
2767 (check_text): Dump screen on failure.
2768
086baaf1
AB
27692019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2770
2771 * gdb.python/py-symbol.exp: Add test for
2772 gdb.lookup_static_symbols.
2773
09ff83af
AB
27742019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2775
2776 * gdb.python/py-symbol.c: Declare and call function from new
2777 py-symbol-2.c file.
2778 * gdb.python/py-symbol.exp: Compile both source files, and add new
2779 tests for gdb.lookup_static_symbol.
2780 * gdb.python/py-symbol-2.c: New file.
2781
11af934b
TV
27822019-11-02 Tom de Vries <tdevries@suse.de>
2783
2784 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2785 * gdb.base/anon.exp: Same.
2786 * gdb.base/auto-connect-native-target.exp: Same.
2787 * gdb.base/call-ar-st.exp: Same.
2788 * gdb.base/catch-syscall.exp: Same.
2789 * gdb.base/commands.exp: Same.
2790 * gdb.base/default.exp: Same.
2791 * gdb.base/display.exp: Same.
2792 * gdb.base/float.exp: Same.
2793 * gdb.base/foll-fork.exp: Same.
2794 * gdb.base/help.exp: Same.
2795 * gdb.base/info-macros.exp: Same.
2796 * gdb.base/info-proc.exp: Same.
2797 * gdb.base/info-target.exp: Same.
2798 * gdb.base/long_long.exp: Same.
2799 * gdb.base/macscp.exp: Same.
2800 * gdb.base/memattr.exp: Same.
2801 * gdb.base/nofield.exp: Same.
2802 * gdb.base/pointers.exp: Same.
2803 * gdb.base/printcmds.exp: Same.
2804 * gdb.base/ptype.exp: Same.
2805 * gdb.base/restore.exp: Same.
2806 * gdb.base/return.exp: Same.
2807 * gdb.base/scope.exp: Same.
2808 * gdb.base/set-noassign.exp: Same.
2809 * gdb.base/setshow.exp: Same.
2810 * gdb.base/shlib-call.exp: Same.
2811 * gdb.base/signals.exp: Same.
2812 * gdb.base/sigstep.exp: Same.
2813 * gdb.base/skip.exp: Same.
2814 * gdb.base/solib-symbol.exp: Same.
2815 * gdb.base/stap-probe.exp: Same.
2816 * gdb.base/step-line.exp: Same.
2817 * gdb.base/step-test.exp: Same.
2818 * gdb.base/style.exp: Same.
2819 * gdb.base/varargs.exp: Same.
2820 * gdb.base/vla-datatypes.exp: Same.
2821 * gdb.base/vla-ptr.exp: Same.
2822 * gdb.base/vla-sideeffect.exp: Same.
2823 * gdb.base/volatile.exp: Same.
2824 * gdb.base/watch-cond-infcall.exp: Same.
2825 * gdb.base/watchpoint.exp: Same.
2826
e96ec2ba
TV
28272019-11-02 Tom de Vries <tdevries@suse.de>
2828
2829 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2830 * gdb.cp/cpexprs.exp: Same.
2831 * gdb.cp/except-multi-location.exp: Same.
2832 * gdb.cp/exceptprint.exp: Same.
2833 * gdb.cp/gdb2384.exp: Same.
2834 * gdb.cp/inherit.exp: Same.
2835 * gdb.cp/m-static.exp: Same.
2836 * gdb.cp/meth-typedefs.exp: Same.
2837 * gdb.cp/misc.exp: Same.
2838 * gdb.cp/namespace.exp: Same.
2839 * gdb.cp/non-trivial-retval.exp: Same.
2840 * gdb.cp/overload.exp: Same.
2841 * gdb.cp/pr17132.exp: Same.
2842 * gdb.cp/re-set-overloaded.exp: Same.
2843 * gdb.cp/rvalue-ref-types.exp: Same.
2844 * gdb.cp/templates.exp: Same.
2845
bd5766ec
LM
28462019-11-01 Luis Machado <luis.machado@linaro.org>
2847
2848 PR gdb/25124
2849
2850 * gdb.arch/pr25124.S: New file.
2851 * gdb.arch/pr25124.exp: New file.
2852
165f8965
AB
28532019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2854
2855 * gdb.fortran/info-modules.exp: Update expected results, and add
2856 additional tests for 'info module functinos', and 'info module
2857 variables'.
2858 * gdb.fortran/info-types.exp: Update expected results.
2859 * gdb.fortran/info-types.f90: Extend testcase with additional
2860 module variables and functions.
2861
59c35742
AB
28622019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2863
2864 * gdb.fortran/info-modules.exp: New file.
2865 * gdb.fortran/info-types.exp: Build with new file.
2866 * gdb.fortran/info-types.f90: Include and use new module.
2867 * gdb.fortran/info-types-2.f90: New file.
2868
f3fb2519
PW
28692019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2870
2871 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2872 * gdb.base/settings.exp: Test all settings types using
2873 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2874 that now verifies that the value of "maint show" is the same as
2875 returned by the settings functions. Test the type of the
2876 maintenance settings.
2877 * gdb.base/default.exp: Update show_conv_list.
2878
d1e36019
TV
28792019-10-31 Tom de Vries <tdevries@suse.de>
2880
2881 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2882 gdb_test.
2883 * gdb.arch/amd64-disp-step.exp: Same.
2884 * gdb.asm/asm-source.exp: Same.
2885 * gdb.btrace/buffer-size.exp: Same.
2886 * gdb.btrace/cpu.exp: Same.
2887 * gdb.btrace/enable.exp: Same.
2888 * gdb.dwarf2/count.exp: Same.
2889 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2890 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2891 * gdb.fortran/vla-datatypes.exp: Same.
2892 * gdb.fortran/vla-history.exp: Same.
2893 * gdb.fortran/vla-ptype.exp: Same.
2894 * gdb.fortran/vla-value.exp: Same.
2895 * gdb.fortran/whatis_type.exp: Same.
2896 * gdb.guile/guile.exp: Same.
2897 * gdb.multi/tids.exp: Same.
2898 * gdb.python/py-finish-breakpoint.exp: Same.
2899 * gdb.python/py-framefilter.exp: Same.
2900 * gdb.python/py-pp-registration.exp: Same.
2901 * gdb.python/py-xmethods.exp: Same.
2902 * gdb.python/python.exp: Same.
2903 * gdb.server/connect-with-no-symbol-file.exp: Same.
2904 * gdb.server/no-thread-db.exp: Same.
2905 * gdb.server/run-without-local-binary.exp: Same.
2906 * gdb.stabs/weird.exp: Same.
2907 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2908 * gdb.threads/thread-find.exp: Same.
2909 * gdb.threads/tls-shared.exp: Same.
2910 * gdb.threads/tls.exp: Same.
2911 * gdb.threads/wp-replication.exp: Same.
2912 * gdb.trace/ax.exp: Same.
2913 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2914
3d11e68e
TV
29152019-10-31 Tom de Vries <tdevries@suse.de>
2916
2917 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2918 * gdb.ada/array_subscript_addr.exp: Same.
2919 * gdb.ada/arrayidx.exp: Same.
2920 * gdb.ada/arrayparam.exp: Same.
2921 * gdb.ada/arrayptr.exp: Same.
2922 * gdb.ada/boolean_expr.exp: Same.
2923 * gdb.ada/call_pn.exp: Same.
2924 * gdb.ada/complete.exp: Same.
2925 * gdb.ada/fixed_cmp.exp: Same.
2926 * gdb.ada/fun_addr.exp: Same.
2927 * gdb.ada/funcall_param.exp: Same.
2928 * gdb.ada/interface.exp: Same.
2929 * gdb.ada/mod_from_name.exp: Same.
2930 * gdb.ada/null_array.exp: Same.
2931 * gdb.ada/packed_array.exp: Same.
2932 * gdb.ada/packed_tagged.exp: Same.
2933 * gdb.ada/print_chars.exp: Same.
2934 * gdb.ada/print_pc.exp: Same.
2935 * gdb.ada/ptype_arith_binop.exp: Same.
2936 * gdb.ada/ptype_field.exp: Same.
2937 * gdb.ada/ptype_tagged_param.exp: Same.
2938 * gdb.ada/rec_return.exp: Same.
2939 * gdb.ada/ref_tick_size.exp: Same.
2940 * gdb.ada/str_ref_cmp.exp: Same.
2941 * gdb.ada/taft_type.exp: Same.
2942 * gdb.ada/tagged.exp: Same.
2943 * gdb.ada/type_coercion.exp: Same.
2944 * gdb.ada/uninitialized_vars.exp: Same.
2945
60b6ede8
TV
29462019-10-30 Tom de Vries <tdevries@suse.de>
2947
2948 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2949
30baf67b
TV
29502019-10-26 Tom de Vries <tdevries@suse.de>
2951
2952 * gdb.base/bigcore.c: Fix typos in comments.
2953 * gdb.base/ctf-ptype.c: Same.
2954 * gdb.base/long_long.c: Same.
2955 * gdb.dwarf2/dw2-op-out-param.S: Same.
2956 * gdb.python/py-evthreads.c: Same.
2957 * gdb.reverse/i387-stack-reverse.c: Same.
2958 * gdb.trace/tfile.c: Same.
2959 * lib/compiler.c: Same.
2960 * lib/compiler.cc: Same.
2961
158da0d1
TV
29622019-10-25 Tom de Vries <tdevries@suse.de>
2963
2964 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2965 gdb_test_multiple calls.
2966 * gdb.reverse/sigall-reverse.exp: Same.
2967 * gdb.reverse/solib-precsave.exp: Same.
2968 * gdb.reverse/solib-reverse.exp: Same.
2969 * gdb.reverse/until-precsave.exp: Same.
2970 * gdb.reverse/until-reverse.exp: Same.
2971
4ccdfbec
TV
29722019-10-24 Tom de Vries <tdevries@suse.de>
2973
2974 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2975 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2976 kfail using -wrap pattern flag and convenience variable
2977 gdb_test_name.
2978
33d569b7
AB
29792019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.python/py-progspace.exp: Add tests for the
2982 Progspace.block_for_pc method.
2983
4d0b984b
TT
29842019-10-23 Tom Tromey <tom@tromey.com>
2985
2986 * configure: Rebuild.
2987 * aclocal.m4: Use m4_include, not sinclude.
2988
94cb3754
TV
29892019-10-21 Tom de Vries <tdevries@suse.de>
2990
2991 * gdb.base/infcall-nested-structs.c: Add
2992 __attribute__((noinline,noclone)) to all functions.
2993 (call_all): Add missing variable initialization. Simplify return value.
2994 (breakpt): Increment volatile variable, to prevent call from being
2995 optimized out.
2996 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2997
062f1fc1
TV
29982019-10-17 Tom de Vries <tdevries@suse.de>
2999
3000 * gdb.fortran/module.exp: Allow info variables to print info for files
3001 other than module.f90.
3002
0b54364d
AB
30032019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3004
3005 * gdb.fortran/module.exp: Extend with 'info variables' test.
3006
7ff5fae7
AB
30072019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3010 F77_FOR_TARGET.
3011
d10eccaa
TV
30122019-10-16 Tom de Vries <tdevries@suse.de>
3013
3014 PR tdep/25096
3015 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3016
745ff14e
TV
30172019-10-16 Tom de Vries <tdevries@suse.de>
3018
3019 PR tdep/24104
3020 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3021 Add KFAIL for PR tdep/25096.
3022
03e1ab94
TV
30232019-10-16 Tom de Vries <tdevries@suse.de>
3024
3025 PR testsuite/25059
3026 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3027
b17fcc10
TV
30282019-10-16 Tom de Vries <tdevries@suse.de>
3029
3030 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3031 as signed.
3032
9223170f
SM
30332019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3034
3035 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3036 one instead of increasing timeout.
3037
d6e76313
TV
30382019-10-13 Tom de Vries <tdevries@suse.de>
3039
3040 PR record/25038
3041 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3042 * gdb.reverse/sigall-reverse.exp: Same.
3043 * gdb.reverse/solib-precsave.exp: Same.
3044 * gdb.reverse/solib-reverse.exp: Same.
3045 * gdb.reverse/step-precsave.exp: Same.
3046 * gdb.reverse/until-precsave.exp: Same.
3047 * gdb.reverse/until-reverse.exp: Same.
3048 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3049
6dfc0041
AA
30502019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3051
3052 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3053 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3054 (cmp_struct_05_01, cmp_struct_static_02_01)
3055 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3056 comparisons.
3057
abcf2cc8
TV
30582019-10-10 Tom de Vries <tdevries@suse.de>
3059
3060 PR testsuite/24888
3061 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3062 gnatlink.
3063
a50faaf6
TV
30642019-10-09 Tom de Vries <tdevries@suse.de>
3065
3066 PR testsuite/25048
3067 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3068
60ff3cd7
AB
30692019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3070
3071 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3072 exceptions due to missing debug information.
3073
dfee8566
TV
30742019-10-07 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3077
3d63690a
AB
30782019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3081 * gdb.base/annota1.exp: Update to use gdb_test_name.
3082
30d1f018
WP
30832019-10-07 Weimin Pan <weimin.pan@oracle.com>
3084
3085 * gdb.base/ctf-whatis.exp: New file.
3086 * gdb.base/ctf-whatis.c: New file.
3087 * gdb.base/ctf-ptype.exp: New file.
3088 * gdb.base/ctf-ptype.c: New file.
3089 * gdb.base/ctf-constvars.exp: New file.
3090 * gdb.base/ctf-constvars.c: New file.
3091 * gdb.base/ctf-cvexpr.exp: New file.
3092
4dbbb47c
TV
30932019-10-04 Tom de Vries <tdevries@suse.de>
3094
3095 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3096 for loop.
3097
77c2dba3
TT
30982019-10-03 Tom Tromey <tom@tromey.com>
3099
3100 PR rust/24976:
3101 * gdb.rust/simple.rs (Union2): New type.
3102 (main): Use Union2.
3103 * gdb.rust/simple.exp: Add test.
3104
179aed7f
AB
31052019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3106
3107 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3108 nested function prefix.
3109
0a4b0913
AB
31102019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3111 Richard Bunt <richard.bunt@arm.com>
3112 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3115 nested functions.
3116 * gdb.fortran/nested-funcs.f90: Update expected results.
3117 * gdb.fortran/nested-funcs-2.exp: New file.
3118 * gdb.fortran/nested-funcs-2.f90: New file.
3119
082cce05
AB
31202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.python/py-parameter.exp: Make test names unique.
3123 * gdb.python/py-template.exp: Likewise.
3124 * gdb.python/py-value.exp: Likewise.
3125
2b74ba5a
AB
31262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3127
3128 * gdb.base/break-interp.exp: Reduce test name duplication.
3129 * gdb.base/call-sc.exp: Likewise.
3130 * gdb.base/callfuncs.exp: Likewise.
3131 * gdb.base/charset.exp: Likewise.
3132 * gdb.base/dump.exp: Likewise.
3133 * gdb.base/ena-dis-br.exp: Likewise.
3134 * gdb.base/relational.exp: Likewise.
3135 * gdb.base/step-over-syscall.exp: Likewise.
3136 * gdb.base/structs.exp: Likewise.
3137
58eb20d5
AB
31382019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * gdb.linespec/explicit.exp: Make test names unique.
3141 * gdb.linespec/ls-errs.exp: Likewise.
3142
4d421147
AB
31432019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.reverse/break-precsave.exp: Make test names unique.
3146 * gdb.reverse/break-reverse.exp: Likewise.
3147 * gdb.reverse/finish-precsave.exp: Likewise.
3148 * gdb.reverse/finish-reverse.exp: Likewise.
3149 * gdb.reverse/machinestate-precsave.exp: Likewise.
3150 * gdb.reverse/machinestate.exp: Likewise.
3151 * gdb.reverse/readv-reverse.exp: Likewise.
3152 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3153 * gdb.reverse/sigall-precsave.exp: Likewise.
3154 * gdb.reverse/sigall-reverse.exp: Likewise.
3155 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3156 * gdb.reverse/watch-precsave.exp: Likewise.
3157 * gdb.reverse/watch-reverse.exp: Likewise.
3158
d8c06f22
AB
31592019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.threads/stop-with-handle.c: New file.
3162 * gdb.threads/stop-with-handle.exp: New file.
3163
3a56ed86
TV
31642019-10-03 Tom de Vries <tdevries@suse.de>
3165
3166 PR testsuite/25059
3167 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3168 directory" line to be missing.
3169
42275044
TV
31702019-10-03 Tom de Vries <tdevries@suse.de>
3171
3172 PR testsuite/25059
3173 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3174 type optional.
3175
9ef62df0
AA
31762019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3177
3178 * gdb.python/py-format-string.c (string.h): New include.
3179 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3180 the same value, for endianness-independence.
3181 * gdb.python/py-format-string.exp (default_regexp_dict)
3182 (test_pretty_structs, test_format): Adjust expected output to the
3183 changed initialization.
3184
37f6a7f4
TT
31852019-10-02 Tom Tromey <tromey@adacore.com>
3186
3187 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3188
1d58d6a2
PA
31892019-10-02 Pedro Alves <palves@redhat.com>
3190 Andrew Burgess <andrew.burgess@embecosm.com>
3191
3192 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3193 "print-file-var.h".
3194 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3195 (get_version_1): Print this_version_id and its address.
3196 Add extern "C" wrappers around interface functions.
3197 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3198 "print-file-var.h".
3199 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3200 (get_version_2): Print this_version_id and its address.
3201 Add extern "C" wrappers around interface functions.
3202 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3203 <stddef.h> and "print-file-var.h".
3204 Add extern "C" wrappers around interface functions.
3205 [VERSION_ID_MAIN] (this_version_id): Define.
3206 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3207 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3208 up extern "C" blocks.
3209 * gdb.base/print-file-var.exp (test): New, factored out from top
3210 level.
3211 (top level): Test all combinations of attribute hidden or not,
3212 dlopen or not, and this_version_id symbol in main file or not.
3213 Compile tests as both C++ and C, make test names unique.
3214
d770d56f
TT
32152019-10-01 Tom Tromey <tom@tromey.com>
3216
3217 * gdb.base/style.exp: Test "show logging filename".
3218
7f6aba03
TT
32192019-10-01 Tom Tromey <tom@tromey.com>
3220
3221 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3222 * gdb.base/style.exp: Add metadata style test.
3223
14309bb6
TT
32242019-10-01 Tom Tromey <tom@tromey.com>
3225
3226 * gdb.base/style.exp: Test "pwd".
3227
2a3c1174
PA
32282019-10-01 Tom Tromey <tom@tromey.com>
3229
3230 * gdb.base/style.exp: Update tests.
3231
53d666ec
AA
32322019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3233
3234 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3235 'six' to unsigned.
3236 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3237 'five'. Use an all-ones bit pattern for each.
3238 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3239 to its changed values.
3240
4a56a520
TT
32412019-09-30 Tom Tromey <tromey@adacore.com>
3242
3243 * gdb.rust/traits.rs: Disable all warnings.
3244
0df0352a
TV
32452019-09-29 Tom de Vries <tdevries@suse.de>
3246
aac66a4c 3247 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3248
73d9a918
TV
32492019-09-29 Tom de Vries <tdevries@suse.de>
3250
3251 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3252
060b3ab4
TV
32532019-09-27 Tom de Vries <tdevries@suse.de>
3254
3255 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3256
68f7d34d
TV
32572019-09-27 Tom de Vries <tdevries@suse.de>
3258
3259 PR record/23188
3260 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3261
5d63b30a
TT
32622019-09-26 Tom Tromey <tromey@adacore.com>
3263
3264 * gdb.ada/py_taft.exp: New file.
3265 * gdb.ada/py_taft/main.adb: New file.
3266 * gdb.ada/py_taft/pkg.adb: New file.
3267 * gdb.ada/py_taft/pkg.ads: New file.
3268
3d435220
TV
32692019-09-24 Tom de Vries <tdevries@suse.de>
3270
3271 PR gdb/24598
3272 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3273
77d03678
TV
32742019-09-22 Tom de Vries <tdevries@suse.de>
3275
3276 * gdb.base/restore.exp: Allow register variables to be optimized out at
3277 -O0.
3278
abf516c6
UW
32792019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3280
3281 * gdb.arch/spu-info.exp: Remove file.
3282 * gdb.arch/spu-info.c: Remove file.
3283 * gdb.arch/spu-ls.exp: Remove file.
3284 * gdb.arch/spu-ls.c: Remove file.
3285
3286 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3287 * gdb.asm/spu.inc: Remove file.
3288
3289 * gdb.base/dump.exp: Remove support for spu*-*-*.
3290 * gdb.base/stack-checking.exp: Likewise.
3291 * gdb.base/overlays.exp: Likewise.
3292 * gdb.base/ovlymgr.c: Likewise.
3293 * gdb.base/spu.ld: Remove file.
3294
3295 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3296 * gdb.cp/cpexprs.exp: Likewise.
3297 * gdb.cp/exception.exp: Likewise.
3298 * gdb.cp/gdb2495.exp: Likewise.
3299 * gdb.cp/mb-templates.exp: Likewise.
3300 * gdb.cp/pr9167.exp: Likewise.
3301 * gdb.cp/userdef.exp: Likewise.
3302
3303 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3304
3305 * gdb.cell: Remove directory.
3306 * lib/cell.exp: Remove file.
3307
e452e88f
TV
33082019-09-19 Tom de Vries <tdevries@suse.de>
3309
3310 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3311
8a625130
TV
33122019-09-19 Tom de Vries <tdevries@suse.de>
3313
3314 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3315
81dc3ab5
TV
33162019-09-19 Tom de Vries <tdevries@suse.de>
3317
3318 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3319 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3320 (gdb_target_cmd): ... here.
3321 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3322 value 2.
3323
b078f3ac
AB
33242019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3325
3326 * gdb.base/source-dir.exp: Avoid having directory names in test
3327 names.
3328
f1b620e9
MG
33292019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3330
3331 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3332 directory.
3333
67f3ed6a
AB
33342019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3335
3336 * gdb.base/list-missing-source.exp: New file.
3337
d1b70248
TV
33382019-09-14 Tom de Vries <tdevries@suse.de>
3339
3340 PR teststuite/24599
3341 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3342 * lib/ada.exp (gnatmake_version_at_least): New proc.
3343
5fabdcd6
AB
33442019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3345
3346 * gdb.base/maint.exp: Use exec_has_index_section.
3347
aa17805f
AB
33482019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3349
3350 * gdb.base/maint.exp: Add test for 'maint info sections'.
3351
25e5c209
TV
33522019-09-12 Tom de Vries <tdevries@suse.de>
3353
3354 * gdb.base/store.exp: Allow register variables to be optimized out at
3355 -O0.
3356
4993045d
PW
33572019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3358
3359 * gdb.ada/rdv_wait.exp: Update to new task names.
3360 * gdb.base/task_switch_in_core.exp: Likewise.
3361 * gdb.base/info_sources_base.c: Likewise.
3362
8a516164
TT
33632019-09-10 Tom Tromey <tromey@adacore.com>
3364
3365 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3366
aa391654
TT
33672019-09-10 Tom Tromey <tromey@adacore.com>
3368
3369 * gdb.ada/dgopt.exp: New file.
3370 * gdb.ada/dgopt/x.adb: New file.
3371
8634b462
TT
33722019-09-08 Tom Tromey <tom@tromey.com>
3373
3374 * gdb.tui/resize.exp: Remove setup_xfail.
3375 * gdb.tui/regs.exp: Remove setup_xfail.
3376 * gdb.tui/basic.exp: Remove setup_xfail.
3377
736b0f76
DB
33782019-09-06 David Blaikie <dblaikie@gmail.com>
3379
3380 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3381 * gdb.cp/cplabel.exp: Ditto.
3382 * gdb.linespec/ls-errs.exp: Ditto.
3383
30331a6c
TV
33842019-09-05 Tom de Vries <tdevries@suse.de>
3385
3386 * lib/gdb.exp (cmp_file_string): New proc.
3387 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3388 runto_main. Verify save breakpoints output.
3389
98b0ebab
PW
33902019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3391
3392 * gdb.base/info-var.exp: Test info variables without running
3393 to main, to avoid expect's buffer overflow.
3394
4e962e74
TT
33952019-09-03 Tom Tromey <tromey@adacore.com>
3396
3397 * gdb.ada/bias.exp: New file.
3398 * gdb.ada/bias/bias.adb: New file.
3399 * gdb.ada/print_chars.exp: Add regression test.
3400 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3401 (MC): New variable.
3402
2ea1a07a
SL
34032019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3404
3405 * gdb.base/argv0-symlink.exp: Run only on native target
3406 and local host.
3407
8077c50d
TV
34082019-08-29 Tom de Vries <tdevries@suse.de>
3409
3410 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3411 diverse debug info.
3412 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3413
48352473
TV
34142019-08-28 Tom de Vries <tdevries@suse.de>
3415
3416 * gdb.base/info-var.exp: Allow info variables to print info for files
3417 other than info-var-f1.c and info-var-f2.c.
3418
d8f27c60
AB
34192019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3420
3421 * gdb.fortran/info-types.exp: Add module.
3422 * gdb.fortran/info-types.f90: Update expected results.
3423
1f20c35e
AB
34242019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * gdb.fortran/info-types.exp: New file.
3427 * gdb.fortran/info-types.f90: New file.
3428 * lib/fortran.exp (fortran_character1): New proc.
3429
4acfdd20
AB
34302019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3431
3432 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3433 functions'. Reindent as needed.
3434 * gdb.base/info-var-f1.c: New file.
3435 * gdb.base/info-var-f2.c: New file.
3436 * gdb.base/info-var.exp: New file.
3437 * gdb.base/info-var.h: New file.
3438
5c31b358
TV
34392019-08-26 Tom de Vries <tdevries@suse.de>
3440
3441 PR c++/24852
3442 * gdb.cp/no-libstdcxx-probe.exp: New test.
3443
b694989f
TV
34442019-08-26 Tom de Vries <tdevries@suse.de>
3445
3446 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3447 * tests need to be skipped.
3448 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3449 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3450 mi_skip_libstdcxx_probe_tests.
3451
d9c4ba53
SDJ
34522019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3453
3454 * gdb.python/py-xmethods.exp: Use raw strings when passing
3455 arguments to SimpleXMethodMatcher.
3456
395fad09
TV
34572019-08-22 Tom de Vries <tdevries@suse.de>
3458
3459 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3460 more informative.
3461
26c957f1
PA
34622019-08-21 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.base/with.exp: Test "with" with no arguments.
3465
61f80d5d
TV
34662019-08-21 Tom de Vries <tdevries@suse.de>
3467
3468 * gdb.base/gdb-caching-proc.exp: Sort files.
3469
d7a11d13
TV
34702019-08-20 Tom de Vries <tdevries@suse.de>
3471
3472 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3473 compilation.
3474
34dafe9f
TV
34752019-08-16 Tom de Vries <tdevries@suse.de>
3476
3477 * gdb.base/compare-sections.exp ("after run to main"): Allow
3478 mismatched read-only sections for PIE executables.
3479
398fdd60
TT
34802019-08-16 Tom Tromey <tom@tromey.com>
3481
3482 * lib/tuiterm.exp (_csi_Z): New proc.
3483 * gdb.tui/basic.exp: Update window positions.
3484 * gdb.tui/empty.exp: Update window positions.
3485
d8f9e51c
SL
34862019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3487
3488 * gdb.base/examine-backward.exp: Correct regexp for
3489 "examine 3 bytes backward from ${address_zero}".
3490
3df505f6
TT
34912019-08-15 Tom Tromey <tom@tromey.com>
3492
3493 * gdb.tui/empty.exp: Enable resizing tests.
3494
272560b5
TT
34952019-08-15 Tom Tromey <tromey@adacore.com>
3496
3497 * gdb.ada/char_enum.exp: Add regression tests.
3498 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3499 and '0'.
3500 (Char, Gchar): Update.
3501 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3502
08235187
CB
35032019-08-15 Christian Biesinger <cbiesinger@google.com>
3504
3505 * gdb.python/python.exp: Expect a leading underscore on
3506 GdbOutput{,Error}File.
3507
22a2ab04
SL
35082019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3509
3510 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3511 Windows host.
3512
835b995b
SL
35132019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3514
3515 * gdb.base/batch-preserve-term-settings.exp
3516 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3517
97dd8e07
CB
35182019-08-15 Christian Biesinger <cbiesinger@google.com>
3519
3520 * lib/gdb.exp: When running on a mingw target, replace
3521 /x/ with x:/.
3522
75faf5c4
AH
35232019-08-14 Alan Hayward <alan.hayward@arm.com>
3524
3525 * gdb.arch/aarch64-prologue.c: New test.
3526 * gdb.arch/aarch64-prologue.exp: New file.
3527
abc6c00f
TV
35282019-08-13 Tom de Vries <tdevries@suse.de>
3529
3530 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3531 Thread.
3532
74c2c1f4
SL
35332019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3534
3535 * gdb.python/py-completion.exp: Download the .py file to the host
3536 and use its host pathname. Conditionalize tests that use
3537 tab completion and manipulate files on the build machine.
3538 * gdb.python/py-events.exp: Download the .py file to the host
3539 and use its host pathname.
3540 * gdb.python/py-evsignal.exp: Likewise.
3541 * gdb.python/py-evthreads.exp: Likewise.
3542 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3543 pathname syntax.
3544 * gdb.python/py-framefilter.exp: Download the .py file to the right
3545 place on the host. Match Windows pathname syntax.
3546 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3547 .py file to the host and use its host pathname.
3548 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3549 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3550 build pathname. Skip symlink test on Windows host. Add missing
3551 newline at end of file.
3552 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3553 and use its host pathname.
3554 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3555 * gdb.python/py-section-script.exp: Use host location of binfile
3556 on safe-path. Use correct path separator on Windows host.
3557 Reorder alternatives in gdb_test_multiple to prevent matching
3558 the wrong alternative on success.
3559 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3560
ca2589f3
PP
35612019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3562
3563 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3564 expect the GDB inferior to no longer immediately stop after
3565 being resumed with "signal SIGINT".
3566
020a839d
SL
35672019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3568
3569 * gdb.linespec/break-ask.exp: Generalize regexps to match
3570 Windows pathnames too.
3571
128d6509
TV
35722019-08-08 Tom de Vries <tdevries@suse.de>
3573
3574 PR testsuite/24862
3575 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3576
590042fc
PW
35772019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3578
3579 * gdb.base/style.exp: Update tests for help doc new invariants.
3580 * gdb.base/help.exp: Likewise.
3581
046bebe1
TT
35822019-08-06 Tom Tromey <tom@tromey.com>
3583
3584 * gdb.base/style.exp: Add disassemble test.
3585 * gdb.base/style.c (some_called_function): New function.
3586 (main): Use it.
3587
0b27c27d
CB
35882019-08-05 Christian Biesinger <cbiesinger@google.com>
3589
3590 * gdb.python/py-block.exp: Test dictionary access on blocks.
3591
580f1034
SM
35922019-08-05 Simon Marchi <simon.marchi@efficios.com>
3593
3594 PR gdb/24863
3595 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3596 -list-thread-groups --available test when running under
3597 check-read1.
3598
d86bd7cb
TV
35992019-08-05 Tom de Vries <tdevries@suse.de>
3600
3601 PR testsuite/24863
3602 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3603 * gdb.base/help.exp: Use with_read1_timeout_factor.
3604 * gdb.base/info-macros.exp: Same.
3605 * gdb.cp/nested-types.exp: Same.
3606
a80cf5d8
TV
36072019-08-05 Tom de Vries <tdevries@suse.de>
3608
3609 * lib/gdb.exp (version_at_least): Factor out of ...
3610 (tcl_version_at_least): ... here.
3611 (gdb_compile): Fail if pie results in non-PIE executable.
3612 (readelf_version, readelf_prints_pie): New proc.
3613 (exec_is_pie): Return -1 if unknown.
3614
d0962838
TV
36152019-08-05 Tom de Vries <tdevries@suse.de>
3616
3617 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3618
2252ff3d
SL
36192019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3620
3621 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3622
26655f53
SL
36232019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3624
3625 * lib/completion-support.exp (test_gdb_complete_none): Skip
3626 tab completion tests if no readline support.
3627 (test_gdb_complete_unique_re): Likewise.
3628 (test_gdb_complete_multiple): Likewise.
3629
db4dc13e
PW
36302019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3631
3632 * gdb.base/info_sources.exp: New file.
3633 * gdb.base/info_sources.c: New file.
3634 * gdb.base/info_sources_base.c: New file.
3635
0eba165a
PFC
36362019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3637
3638 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3639 prefix argument.
3640 (test_exit_status): Add prefix argument.
3641
59bd512b
TV
36422019-08-01 Tom de Vries <tdevries@suse.de>
3643
3644 PR testsuite/24863
3645 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3646 calling exp_continue for new thread and thread exited messages.
3647
2a3ad588
TV
36482019-08-01 Tom de Vries <tdevries@suse.de>
3649
3650 PR testsuite/24863
3651 * gdb.base/structs.exp: Fix check-read1 timeout using
3652 gdb_test_sequence.
3653 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3654
117eb594
TV
36552019-08-01 Tom de Vries <tdevries@suse.de>
3656
3657 PR testsuite/24863
3658 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3659 line.
3660
ed591340
TV
36612019-08-01 Tom de Vries <tdevries@suse.de>
3662
3663 PR testsuite/24863
3664 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3665
aa3b6533
TT
36662019-07-30 Tom Tromey <tromey@adacore.com>
3667
3668 * gdb.ada/display_nested.exp: New file.
3669 * gdb.ada/display_nested/foo.adb: New file.
3670 * gdb.ada/display_nested/pack.adb: New file.
3671 * gdb.ada/display_nested/pack.ads: New file.
3672
2906593f
CB
36732019-07-30 Christian Biesinger <cbiesinger@google.com>
3674
3675 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3676 namespace.
3677 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3678
0f575925
TV
36792019-07-30 Tom de Vries <tdevries@suse.de>
3680
3681 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3682 instead.
3683
b13057d9
TV
36842019-07-30 Tom de Vries <tdevries@suse.de>
3685
3686 PR testsuite/24834
3687 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3688 (exec_is_pie): New proc.
3689
5c4dde85
CB
36902019-07-29 Christian Biesinger <cbiesinger@google.com>
3691
3692 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3693
c620ed88
CB
36942019-07-29 Christian Biesinger <cbiesinger@google.com>
3695
3696 * gdb.python/py-objfile.c: Add global and static vars.
3697 * gdb.python/py-objfile.exp: Test new functions Objfile.
3698 lookup_global_symbol and lookup_static_symbol.
3699
3d235706
TT
37002019-07-29 Tom Tromey <tom@tromey.com>
3701
3702 * lib/tuiterm.exp (Term::_csi_@): New proc.
3703 (Term::_csi_X): Don't move cursor.
3704
c7e4c0a6
PW
37052019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3706
3707 * gdb.base/options.exp: Update backtrace - completion to
3708 new option -frame-info.
3709 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3710 Test new 'set print frame-info'. Test backtrace -frame-info
3711 overriding 'set print frame-info'.
3712 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3713 Test new 'set print frame-info'.
3714 Verify consistency of backtrace with and without filters, with and
3715 without -no-filters.
3716 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3717 default.
3718
de28a3b7
TV
37192019-07-29 Tom de Vries <tdevries@suse.de>
3720
3721 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3722 no arguments".
3723
507dd60e
TV
37242019-07-29 Tom de Vries <tdevries@suse.de>
3725
3726 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3727 is a substring of the first for "complete non-unique file name".
3728
5beafce9
TV
37292019-07-29 Tom de Vries <tdevries@suse.de>
3730
3731 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3732 with ".*".
3733
2d274232
TV
37342019-07-29 Tom de Vries <tdevries@suse.de>
3735
3736 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3737 Pass prompt_regexp parameter to gdb_test_multiple calls.
3738
9197cd8b
TV
37392019-07-29 Tom de Vries <tdevries@suse.de>
3740
3741 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3742 print registers" regexps.
9197cd8b 3743
b528dae0
TV
37442019-07-29 Tom de Vries <tdevries@suse.de>
3745
3746 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3747
d17725d7
TV
37482019-07-29 Tom de Vries <tdevries@suse.de>
3749
3750 PR gdb/24855
3751 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3752 (skip_python_tests_prompt): Add prompt_regexp argument to
3753 gdb_test_multiple calls.
3754
52b75bf1
TT
37552019-07-27 Tom Tromey <tom@tromey.com>
3756
3757 * gdb.tui/main.exp: New file.
3758
2b1d00c2
TT
37592019-07-27 Tom Tromey <tom@tromey.com>
3760
3761 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3762 optional.
3763 * gdb.tui/empty.exp: New file.
3764
ded631d5
TT
37652019-07-27 Tom Tromey <tom@tromey.com>
3766
3767 * lib/tuiterm.exp (spawn): New proc.
3768 (Term::resize): New proc.
3769 * gdb.tui/resize.exp: New file.
3770
58ac439d
TT
37712019-07-27 Tom Tromey <tom@tromey.com>
3772
3773 * gdb.tui/list.exp: New file.
3774
fe1f56ee
TT
37752019-07-27 Tom Tromey <tom@tromey.com>
3776
3777 * gdb.tui/regs.exp: New file.
3778
f790b310
TT
37792019-07-27 Tom Tromey <tom@tromey.com>
3780
3781 * gdb.tui/basic.exp: Add "layout split" test.
3782
d95fc6ee
TT
37832019-07-27 Tom Tromey <tom@tromey.com>
3784
3785 * gdb.tui/basic.exp: Add "layout asm" test.
3786
c3786b3a
TT
37872019-07-27 Tom Tromey <tom@tromey.com>
3788
3789 * lib/tuiterm.exp: New file.
3790 * gdb.tui/basic.exp: New file.
3791
98a617f8
KB
37922019-07-27 Kevin Buettner <kevinb@redhat.com>
3793
3794 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3795 Enable tests associated with this flag. Adjust regex
3796 referencing "foo_low" to now refer to "foo_cold" instead.
3797
5c076da4
KB
37982019-07-27 Kevin Buettner <kevinb@redhat.com>
3799
3800 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3801 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3802 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3803 foo_cold. Revise comments to match.
3804 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3805 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3806 were wrapped into this proc; Call do_test in loop from outermost
3807 level.
3808 (foo_low): Rename all occurrences to "foo_cold".
3809 (backtrace from baz): New test.
3810 (x2/i foo_cold): New test.
3811 (info line *foo_cold): New test.
3812
1512d3b7
TV
38132019-07-26 Tom de Vries <tdevries@suse.de>
3814
3815 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3816
297989a1
TV
38172019-07-25 Tom de Vries <tdevries@suse.de>
3818
3819 PR testsuite/24830
3820 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3821 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3822 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3823 (skip_libstdcxx_probe_tests): ... here.
3824 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3825
b3b965fb
TV
38262019-07-24 Tom de Vries <tdevries@suse.de>
3827
3828 PR testsuite/24807
3829 * gdb.objc/basicclass.m: Include stdio.h.
3830 * gdb.objc/nondebug.m: Same.
3831 * gdb.objc/objcdecode.m: Same.
3832
4625b4d0
TV
38332019-07-24 Tom de Vries <tdevries@suse.de>
3834
3835 PR testsuite/24612
3836 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3837 additional_flags.
3838
024a5840
TV
38392019-07-24 Tom de Vries <tdevries@suse.de>
3840
3841 PR testsuite/24831
3842 * gdb.multi/tids.exp: Update error messages for info threads.
3843
c76ddaa3
TV
38442019-07-24 Tom de Vries <tdevries@suse.de>
3845
3846 * gdb.base/info-types.exp: Allow info types to print info for more than
3847 one file.
3848
9a618ef6
TV
38492019-07-23 Tom de Vries <tdevries@suse.de>
3850
3851 PR testsuite/24842
3852 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3853 gdb_spawn_with_cmdline_opts.
3854
40eadf04
SP
38552019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3856
3857 * gdb.arch/arm-cmse-sgstubs.c: New test.
3858 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3859
5ba29434
TV
38602019-07-23 Tom de Vries <tdevries@suse.de>
3861
3862 PR testsuite/24711
3863 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3864 issuing next command.
3865
a8e9d247
AB
38662019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3867
3868 * gdb.ada/info_auto_lang.exp: Update expected results.
3869 * gdb.base/info-types.c: Add additional types to check.
3870 * gdb.base/info-types.exp: Update expected results.
3871
eb86c5e2
AB
38722019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3873
3874 * gdb.base/info-types.c: New file.
3875 * gdb.base/info-types.exp: New file.
3876
01e175fe
AB
38772019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * gdb.arch/riscv-bp-infcall.c: New file.
3880 * gdb.arch/riscv-bp-infcall.exp: New file.
3881
6b78c3f8
AB
38822019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3883
3884 PR breakpoints/24541
3885 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3886
da738167
TV
38872019-07-14 Tom de Vries <tdevries@suse.de>
3888
3889 PR testsuite/24760
3890 * gdb.objc/basicclass.exp: Fix unterminated string.
3891
0d4e84ed
AB
38922019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3893 Andrew Burgess <andrew.burgess@embecosm.com>
3894
3895 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3896 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3897 negative bounds.
3898 * gdb.fortran/vla-value.exp: Print elements of an array with
3899 negative bounds.
3900 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3901 testing.
3902
021d8588
AB
39032019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3904
3905 * gdb.base/options.exp (expect_string): Dequote strings in
3906 results.
3907 (test-string): Test strings with different quoting and reindent.
3908
f06f1252
TT
39092019-07-10 Tom Tromey <tromey@adacore.com>
3910
3911 * gdb.ada/mi_ex_cond.exp: Update expected results.
3912 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3913 * gdb.ada/mi_catch_ex.exp: Update expected results.
3914 * gdb.ada/mi_catch_assert.exp: Update expected results.
3915 * gdb.ada/catch_ex.exp (catch_exception_info)
3916 (catch_exception_entry, catch_assert_entry)
3917 (catch_unhandled_entry): Update.
3918 * gdb.ada/catch_assert_if.exp: Update expected results.
3919
b863685d
RB
39202019-07-10 Richard Bunt <richard.bunt@arm.com>
3921 Stephen Roberts <stephen.roberts@arm.com>
3922
3923 * gdb.base/define.exp: Restore original prompt.
3924
cb1e4e32
PA
39252019-07-09 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3928 breakpoints" output.
3929 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3930 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3931 throw" creates breakpoint.
3932 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3933 'type="catchpoint"'.
3934
b58a68fe
PA
39352019-07-09 Pedro Alves <palves@redhat.com>
3936
3937 PR c++/15468
3938 * gdb.cp/except-multi-location-lib.cc: New.
3939 * gdb.cp/except-multi-location-main.cc: New.
3940 * gdb.cp/except-multi-location.exp: New.
3941
0826779b
PW
39422019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3943
3944 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3945 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3946 argument and update callers.
3947
5b0e2db4
AB
39482019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3949
3950 * gdb.arch/amd64-break-on-asm-line.S: New file.
3951 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3952
1f6f6e21
PW
39532019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3954
3955 * gdb.base/printcmds.exp: Test printing C string and
3956 C wide string convenience vars without transiting via the inferior.
3957 Also make test names unique.
3958
ea142fbf
AH
39592019-07-08 Alan Hayward <alan.hayward@arm.com>
3960
5862c886 3961 PR breakpoints/25011
ea142fbf
AH
3962 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3963
213fd9fa
PA
39642019-07-04 Pedro Alves <palves@redhat.com>
3965
3966 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3967 body returned ok(0), break(3) or continue(4).
3968 * gdb.testsuite/foreach_with_prefix.exp: New file.
3969
2b40fda7
AH
39702019-07-04 Alan Hayward <alan.hayward@arm.com>
3971
3972 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3973
a26c8de0
PA
39742019-07-03 Pedro Alves <palves@redhat.com>
3975
3976 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3977 "return -code".
3978
5f4ba3e7
PA
39792019-07-03 Pedro Alves <palves@redhat.com>
3980
3981 PR cli/24732
3982 * gdb.base/shell.exp: Load completion-support.exp.
3983 Adjust expected error output. Add completion tests.
3984
a994424f
PA
39852019-07-03 Pedro Alves <palves@redhat.com>
3986
3987 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3988 string_to_regexp.
3989
3d9be6f5
PA
39902019-07-03 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3993 (expect_integer): Adjust to expect "-string".
3994 (expect_string): New.
3995 (all_options): Expect "-string".
3996 (test-flag, test-boolean): Adjust to expect "-string".
3997 (test-string): New proc.
3998 (top level): Call it.
3999
41fc454c
PA
40002019-07-03 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4003 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4004 the expected output in the success.
4005
b2b2a215
PA
40062019-07-03 Pedro Alves <palves@redhat.com>
4007
4008 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4009 Split one gdb_test_multiple call in two to avoid a race.
4010
fdbc9870
PA
40112019-07-03 Pedro Alves <palves@redhat.com>
4012
4013 * gdb.base/with.c: New file.
4014 * gdb.base/with.exp: New file.
4015
c6ac8931
PA
40162019-07-03 Pedro Alves <palves@redhat.com>
4017
4018 * gdb.base/settings.exp: Replace all references to "maint
4019 test-settings set" with references to "maint set test-settings",
4020 and all references to "maint test-settings show" with references
4021 to "maint show test-settings".
4022
970f9d09
PA
40232019-07-03 Pedro Alves <palves@redhat.com>
4024
4025 * gdb.base/settings.exp (test-string): Adjust expected out when
4026 testing "maint test-settings show filename"
4027
54d66006
PA
40282019-07-02 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.base/options.exp (test-info-threads): New procedure.
4031 (top level): Call it.
4032
10d06d82
TT
40332019-06-28 Tom Tromey <tromey@adacore.com>
4034
4035 * gdb.dwarf2/ada-linkage-name.c: New file.
4036 * gdb.dwarf2/ada-linkage-name.exp: New file.
4037
3d507ff2
TT
40382019-06-27 Tom Tromey <tromey@adacore.com>
4039
d039f014 4040 PR c++/20020:
3d507ff2
TT
4041 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4042
8af58ffe
TV
40432019-06-26 Tom de Vries <tdevries@suse.de>
4044
4045 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4046
22e21752
TV
40472019-06-26 Tom de Vries <tdevries@suse.de>
4048
4049 * gdb.base/index-cache.exp: Add back missing debug option.
4050
b65b566c
PW
40512019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4052
4053 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4054
5c2c8c69
TV
40552019-06-25 Tom de Vries <tdevries@suse.de>
4056
4057 PR testsuite/24727
4058 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4059
164e3873
TV
40602019-06-24 Tom de Vries <tdevries@suse.de>
4061
4062 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4063
824eacee
TV
40642019-06-24 Tom de Vries <tdevries@suse.de>
4065
4066 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4067 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4068 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4069
385b97d3
TV
40702019-06-24 Tom de Vries <tdevries@suse.de>
4071
4072 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4073
c596f180
TV
40742019-06-21 Tom de Vries <tdevries@suse.de>
4075
4076 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4077
b13a7d03
TV
40782019-06-21 Tom de Vries <tdevries@suse.de>
4079
4080 PR testsuite/24518
4081 PR ada/24713
4082 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4083 index.
4084
899277ae
TT
40852019-06-19 Tom Tromey <tromey@adacore.com>
4086
4087 * gdb.ada/length_cond.exp: Add intro comment.
4088
680e1bee
TT
40892019-06-19 Tom Tromey <tromey@adacore.com>
4090
4091 * gdb.ada/length_cond.exp: New file.
4092 * gdb.ada/length_cond/length_cond.adb: New file.
4093 * gdb.ada/length_cond/pck.adb: New file.
4094 * gdb.ada/length_cond/pck.ads: New file.
4095
0ed4690a
TV
40962019-06-18 Tom de Vries <tdevries@suse.de>
4097
4098 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4099
d20ed5fd
TT
41002019-06-18 Tom Tromey <tromey@adacore.com>
4101
4102 * gdb.base/list0.h: Add comment explaining control character.
4103
86e04673
TV
41042019-06-18 Tom de Vries <tdevries@suse.de>
4105
4106 * boards/fission.exp: Break up long debug_flags line.
4107
c4973306
SM
41082019-06-16 Tom de Vries <tdevries@suse.de>
4109
4110 PR gdb/24445
4111 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4112 generated index.
4113
93cb9841
AB
41142019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4115
4116 PR gdb/24686
4117 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4118 improve detection of bug gdb/24541.
4119
399aaebd
SM
41202019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4121
4122 PR gdb/24669
4123 * gdb.base/index-cache.exp (uses_readnow,
4124 expecting_index_cache_use): Define global variable.
4125 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4126 expecting_index_cache_use.
4127
584a927c
AB
41282019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4129 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * gdb.fortran/pointers.f90: New file.
4132 * gdb.fortran/print_type.exp: New file.
4133 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4134 * gdb.fortran/vla-type.exp: Likewise.
4135 * gdb.fortran/vla-value.exp: Likewise.
4136 * gdb.mi/mi-vla-fortran.exp: Likewise.
4137
30056ea0
AB
41382019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4139
4140 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4141 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4142 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4143 as a stop reason.
4144
ec8e2b6d
AB
41452019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4146
4147 * gdb.base/annota1.exp: Update expected results.
4148 * gdb.cp/annota2.exp: Likewise.
4149 * gdb.cp/annota3.exp: Likewise.
4150
09e4c4e1
AB
41512019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4152
4153 * gdb.base/style-logging.exp: Remove path from test name.
4154
0735b091
TT
41552019-06-14 Tom Tromey <tromey@adacore.com>
4156
4157 PR gdb/24502:
4158 * gdb.base/style-logging.exp: New file.
4159
f5686554
TT
41602019-06-14 Tom Tromey <tromey@adacore.com>
4161
4162 * gdb.base/symfile-warn.exp: New file.
4163 * gdb.base/symfile-warn.c: New file.
4164
a0c1ffed
TT
41652019-06-14 Tom Tromey <tromey@adacore.com>
4166
4167 * gdb.base/annotate-symlink.exp: New file.
4168
f411722c
TT
41692019-06-14 Tom Tromey <tromey@adacore.com>
4170
4171 * gdb.ada/set_wstr.exp: Add reassignment test.
4172
4268ec18
TT
41732019-06-14 Tom Tromey <tromey@adacore.com>
4174
4175 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4176 'unchecked_access and 'unrestricted_access as well.
4177
9a9e394b
TT
41782019-06-14 Tom Tromey <tromey@adacore.com>
4179
4180 PR ada/24539:
4181 * gdb.ada/vla.exp: Update tests.
4182 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4183 pragma.
4184
4c048731
PA
41852019-06-13 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.base/settings.exp (test-integer): Test junk after
4188 "unlimited".
4189
6665660a
PA
41902019-06-13 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.base/options.exp (test-thread-apply): New.
4193 (top level): Call it.
4194
5d707134
PA
41952019-06-13 Pedro Alves <palves@redhat.com>
4196
4197 * gdb.base/options.exp (test-frame-apply): New.
4198 (top level): Test print commands with different "frame apply"
4199 prefixes.
4200
e2a689da
PA
42012019-06-13 Pedro Alves <palves@redhat.com>
4202
e79be6e5 4203 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4204 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4205 'max_completions' parameter and handle it.
4206 (test_gdb_completion_offers_commands): New.
4207
90a1ef87
PA
42082019-06-13 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4211
d4c16835
PA
42122019-06-13 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/options.exp (test-backtrace): New.
4215 (top level): Call it.
4216
2daf894e
PA
42172019-06-13 Pedro Alves <palves@redhat.com>
4218
4219 * gdb.guile/scm-frame-args.exp: Use "set print
4220 raw-frame-arguments" instead of "set print raw frame-arguments".
4221 * gdb.python/py-frame-args.exp: Likewise.
4222
e6ed716c
PA
42232019-06-13 Pedro Alves <palves@redhat.com>
4224
4225 * gdb.compile/compile.exp: Adjust expected output to option
4226 processing changes.
4227
7d8062de
PA
42282019-06-13 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.base/options.exp: Build executable.
4231 (test-print): New procedure.
4232 (top level): Call it, once for "print" and another for "compile
4233 print".
4234
9d0faba9
PA
42352019-06-13 Pedro Alves <palves@redhat.com>
4236
4237 * gdb.base/options.c: New file.
4238 * gdb.base/options.exp: New file.
4239
dee7b4c8
PA
42402019-06-13 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4243 that "o" is ambiguous.
4244
dca0f6c0
PA
42452019-06-13 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.base/settings.c: New file.
4248 * gdb.base/settings.exp: New file.
4249
ccf46844
PA
42502019-06-13 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.base/completion.exp: Fix comment typo.
4253
b9a3f842
PA
42542019-06-13 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4257 foo --1" test.
4258
d106773e
PA
42592019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4260
4261 * gdb.fortran/block-data.f: New.
4262 * gdb.fortran/block-data.exp: New.
4263
fea82da0
TV
42642019-06-11 Tom de Vries <tdevries@suse.de>
4265
4266 PR testsuite/24521
4267 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4268 message.
4269
8c2e74f1
TV
42702019-06-11 Tom de Vries <tdevries@suse.de>
4271
4272 PR testsuite/24521
4273 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4274
b49851c8
TV
42752019-06-11 Tom de Vries <tdevries@suse.de>
4276
4277 * boards/readnow.exp: New file.
4278
a7067863
AB
42792019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.fortran/vla-sizeof.exp: Update expected results.
4282
1a3da2cd
AB
42832019-06-06 Amos Bird <amosbird@gmail.com>
4284
4285 * gdb.base/annota1.exp (thread_switch): Add test for
4286 thread-exited annotation.
4287
3847a7bf
TT
42882019-06-06 Tom Tromey <tromey@adacore.com>
4289
4290 * gdb.base/maint.exp: Expect command started/finished output.
4291
0088ba59
AB
42922019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4295 comment.
4296 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4297
312617a3
AB
42982019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4299
4300 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4301 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4302 * gdb.arch/riscv-unwind-long-insn.c: New file.
4303 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4304
e1f2e1a2
CB
43052019-06-04 Christian Biesinger <cbiesinger@google.com>
4306
d3238f7d 4307 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4308
206584bd
PW
43092019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4310
4311 * lib/gdb.exp (help_list_trailer): New regexp variable
4312 factorizing the help trailer message.
4313 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4314 arg to allow to better factorize various tests.
4315 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4316 (test_prefix_command_help): Use help_list_trailer.
4317 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4318 * gdb.guile/scm-cmd.exp: Likewise.
4319 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4320 * gdb.base/help.exp: Use test_user_defined_class_help.
4321 * gdb.base/style.exp: Add tests for styling of help and apropos.
4322 * lib/gdb-utils.exp (style): Add title and highlight styles.
4323
708dc93e
PW
43242019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4325
4326 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4327 $_shell_exitsignal.
4328 * gdb.base/default.exp: Update for new convenience variables.
4329
f49055a5
TT
43302019-05-29 Tom Tromey <tromey@adacore.com>
4331
4332 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4333 to "break complete ada" test case's regexp.
4334
4330d61d
TT
43352019-05-29 Tom Tromey <tromey@adacore.com>
4336
4337 PR c++/20020:
4338 * gdb.cp/constexpr-field.exp: New file.
4339 * gdb.cp/constexpr-field.cc: New file.
4340
000439d5
TT
43412019-05-29 Tom Tromey <tromey@adacore.com>
4342
4343 * gdb.base/finish.exp (finish_no_print): New proc.
4344 (finish_tests): Call it.
4345
5a01c34c
TV
43462019-05-24 Tom de Vries <tdevries@suse.de>
4347
4348 * gdb.dwarf2/gdb-add-index.exp: New file.
4349
18125b16
TT
43502019-05-22 Tom Tromey <tromey@adacore.com>
4351
4352 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4353 * gdb.base/style.exp: Use "style".
4354 * lib/gdb-utils.exp (style): New proc.
4355
af1a8d03
TV
43562019-05-22 Tom de Vries <tdevries@suse.de>
4357
4358 * gdb.base/align.exp: Require c++11.
4359
e7fe496b
TV
43602019-05-22 Tom de Vries <tdevries@suse.de>
4361
4362 PR testsuite/24586
4363 * gdb.python/py-mi-var-info-path-expression.exp: Call
4364 mi_skip_python_tests to check if python is supported.
4365
8fca4da0
AH
43662019-05-22 Alan Hayward <alan.hayward@arm.com>
4367
4368 * gdb.arch/aarch64-pauth.c: New test.
4369 * gdb.arch/aarch64-pauth.exp: New file.
4370
b7060614
AH
43712019-05-22 Alan Hayward <alan.hayward@arm.com>
4372
4373 * README (Re-running Tests Outside The Testsuite): New section.
4374
669d0468
TV
43752019-05-21 Tom de Vries <tdevries@suse.de>
4376
4377 * gdb.arch/amd64-eval.exp: Require c++11.
4378 * gdb.base/max-depth.exp: Same.
4379 * gdb.compile/compile-cplus-array-decay.exp: Same.
4380 * gdb.cp/meth-typedefs.exp: Same.
4381 * gdb.cp/subtypes.exp: Same.
4382 * gdb.cp/temargs.exp: Same.
4383
ce3ebcaa
AH
43842019-05-21 Alan Hayward <alan.hayward@arm.com>
4385
4386 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4387
34d11c68
AB
43882019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4389
4390 PR gdb/18644
4391 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4392 * gdb.fortran/printing-types.exp: Add new test.
4393 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4394 testing.
4395 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4396 setup_kfail call.
4397
87781e84
AH
43982019-05-17 Alan Hayward <alan.hayward@arm.com>
4399
4400 * README (Running the Testsuite): Change example.
4401 (Testsuite Parameters): Remove TRANSCRIPT.
4402 * lib/gdb.exp: Remove TRANSCRIPT check.
4403
b420b89e
AH
44042019-05-17 Alan Hayward <alan.hayward@arm.com>
4405
4406 * README (Testsuite Parameters): Add replay logging to
4407 GDBSERVER_DEBUG.
4408 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4409 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4410 as a comma separated list.
4411 (gdb_debug_init): Override procedure.
4412
408e9b8b
AH
44132019-05-17 Alan Hayward <alan.hayward@arm.com>
4414
4415 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4416 (gdb_write_cmd_file): New procedure.
4417 * lib/gdbserver-support.exp (gdbserver_start): Call
4418 gdbserver_write_cmd_file.
4419 (gdbserver_write_cmd_file): New procedure.
4420
f9e2e39d
AH
44212019-05-17 Alan Hayward <alan.hayward@arm.com>
4422
4423 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4424 (delete_breakpoints): Likewise.
4425 (gdb_run_cmd): Likewise.
4426 (gdb_start_cmd): Likewise.
4427 (gdb_starti_cmd): Likewise.
4428 (gdb_internal_error_resync): Likewise.
4429 (gdb_test_multiple): Likewise.
4430 (gdb_reinitialize_dir): Likewise.
4431 (default_gdb_exit): Likewise.
4432 (gdb_file_cmd): Mark kill as optional.
4433 (default_gdb_start): Call gdb_stdin_log_init.
4434 (send_gdb): Call gdb_stdin_log_write.
4435 (rerun_to_main): Mark Y as an answer.
4436 (gdb_stdin_log_init): New function.
4437 (gdb_stdin_log_write): Likewise.
4438
81f47ac2
AH
44392019-05-17 Alan Hayward <alan.hayward@arm.com>
4440
4441 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4442 * gdb.base/debug-expr.exp: Likewise.
4443 * gdb.base/foll-fork.exp: Likewise.
4444 * gdb.base/foll-vfork.exp: Likewise.
4445 * gdb.base/fork-print-inferior-events.exp: Likewise.
4446 * gdb.base/gdb-sigterm.exp: Likewise.
4447 * gdb.base/gdbinit-history.exp: Likewise.
4448 * gdb.base/osabi.exp: Likewise.
4449 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4450 * gdb.base/ui-redirect.exp: Likewise.
4451 * gdb.gdb/unittest.exp: Likewise.
4452 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4453 * gdb.mi/mi-watch.exp: Likewise.
4454 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4455 * gdb.mi/user-selected-context-sync.exp: Likewise.
4456 * gdb.python/python.exp: Disable debug test when debugging.
4457 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4458 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4459 Likewise.
4460 * gdb.threads/stepi-random-signal.exp: Likewise.
4461
29b52314
AH
44622019-05-17 Alan Hayward <alan.hayward@arm.com>
4463
4464 * Makefile.in: Pass through GDB_DEBUG.
4465 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4466 (gdb,debug): Add board setting.
4467 * lib/gdb.exp (default_gdb_start): Start debugging.
4468 (gdb_debug_enabled): New procedure.
4469 (gdb_debug_init): Likewise.
29b52314
AH
4470
44712019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4472
29b52314
AH
4473 * Makefile.in: Pass through GDB_DEBUG.
4474 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4475 (gdb,debug): Add board setting.
4476 * lib/gdb.exp (default_gdb_start): Start debugging.
4477 (gdb_debug_enabled): New procedure.
4478 (gdb_debug_init): Likewise.
29b52314 4479
ca1285d1
AH
44802019-05-17 Alan Hayward <alan.hayward@arm.com>
4481
4482 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4483
f3a09c80
AH
44842019-05-17 Alan Hayward <alan.hayward@arm.com>
4485
4486 * gdb.base/ui-redirect.exp: Test redirection.
4487
26648588
JV
44882019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4489
4490 * gdb.mi/mi-complete.exp: New file.
4491 * gdb.mi/mi-complete.cc: Likewise.
4492
14237686
AB
44932019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4494
4495 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4496 indexed and sliced arrays, and pointers to arrays.
4497
e7bd7fba
TT
44982019-05-14 Tom Tromey <tromey@adacore.com>
4499
4500 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4501 styling test.
4502
2764128d
TV
45032019-05-14 Tom de Vries <tdevries@suse.de>
4504
4505 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4506 selection entry encoding.
4507
71bed2db
TT
45082019-05-10 Tom Tromey <tromey@adacore.com>
4509
4510 * gdb.ada/info_exc.exp: Add "complete" test.
4511
63b667ad
TV
45122019-05-09 Tom de Vries <tdevries@suse.de>
4513
4514 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4515 CU-relative.
4516
9cfd2b89
TV
45172019-05-09 Tom de Vries <tdevries@suse.de>
4518
4519 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4520 CU-relative.
4521
2228ef77
XR
45222019-05-08 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.ada/frame_arg_lang.exp: New testcase.
4525 * gdb.ada/frame_arg_lang/bla.adb: New file.
4526 * gdb.ada/frame_arg_lang/pck.ads: New file.
4527 * gdb.ada/frame_arg_lang/pck.adb: New file.
4528 * gdb.ada/frame_arg_lang/foo.c: New file.
4529
80e55b13
TT
45302019-05-08 Tom Tromey <tromey@adacore.com>
4531
4532 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4533
9d3421af
TT
45342019-05-08 Tom Tromey <tromey@adacore.com>
4535
4536 * gdb.base/ptype-offsets.exp: Update tests.
4537
844333e2
TT
45382019-05-08 Tom Tromey <tromey@adacore.com>
4539
4540 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4541 cases.
4542 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4543 "short".
4544
988915ee
TT
45452019-05-08 Tom Tromey <tromey@adacore.com>
4546
4547 * gdb.ada/vla.exp: New file.
4548 * gdb.ada/vla/vla.adb: New file.
4549
7bd55dac
TV
45502019-05-07 Tom de Vries <tdevries@suse.de>
4551
4552 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4553
75f06e9d
TV
45542019-05-07 Tom de Vries <tdevries@suse.de>
4555
4556 PR testsuite/24522
4557 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4558 section.
4559
77e7aaa4
TV
45602019-05-07 Tom de Vries <tdevries@suse.de>
4561
4562 PR testsuite/24522
4563 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4564 .debug_aranges section.
4565
456ba0fa
TV
45662019-05-07 Tom de Vries <tdevries@suse.de>
4567
4568 PR testsuite/24159
4569 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4570
5a56d6a6
TV
45712019-05-06 Tom de Vries <tdevries@suse.de>
4572
4573 * lib/gdb.exp (exec_has_index_section): New proc.
4574 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4575 section.
4576
9d6d4be8
TV
45772019-05-04 Tom de Vries <tdevries@suse.de>
4578
4579 * boards/cc-with-debug-names.exp: New file.
4580
222a8d25
TT
45812019-05-03 Tom Tromey <tromey@adacore.com>
4582
4583 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4584 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4585 * gdb.ada/char_enum.exp: Add test.
4586
0fdfd794
TV
45872019-05-03 Tom de Vries <tdevries@suse.de>
4588
4589 * boards/cc-with-gdb-index.exp: New file.
4590
80062eb9
AB
45912019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4592
4593 * gdb.rust/simple.exp: Add new test case.
4594 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4595 (main): Initialise an instance of the new struct.
4596
4504bbde
TT
45972019-05-01 Tom Tromey <tromey@adacore.com>
4598
4599 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4600 record.
4601 (NPR): New variable.
4602 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4603 test.
4604
d48e62f4
TT
46052019-05-01 Tom Tromey <tromey@adacore.com>
4606
4607 * gdb.ada/packed_array_assign.exp: Add packed assignment
4608 regression test.
4609
f59f30f5
TV
46102019-05-01 Tom de Vries <tdevries@suse.de>
4611
4612 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4613
b70bfc54
TV
46142019-05-01 Tom de Vries <tdevries@suse.de>
4615
4616 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4617
15f18d14
AT
46182019-04-30 Ali Tamur <tamur@google.com>
4619
4620 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4621
2ff0a947
TT
46222019-04-30 Tom Tromey <tromey@adacore.com>
4623
4624 * lib/ada.exp (find_ada_tool): New proc.
4625 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4626 * gdb.ada/catch_ex_std.exp: New file.
4627 * gdb.ada/catch_ex_std/foo.adb: New file.
4628 * gdb.ada/catch_ex_std/some_package.adb: New file.
4629 * gdb.ada/catch_ex_std/some_package.ads: New file.
4630
a776957c
TT
46312019-04-30 Tom Tromey <tromey@adacore.com>
4632
4633 PR c++/24470:
4634 * gdb.cp/temargs.cc: Add test code from PR.
4635
bc68014d
AB
46362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4637
4638 * gdb.fortran/vla-datatypes.exp: Update expected results.
4639 * gdb.fortran/vla-ptype.exp: Likewise.
4640 * gdb.fortran/vla-type.exp: Likewise.
4641 * gdb.fortran/vla-value.exp: Likewise.
4642
f1fdc960
AB
46432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4644
4645 * gdb.fortran/ptr-indentation.exp: Update expected results.
4646 * gdb.fortran/ptype-on-functions.exp: Likewise.
4647 * gdb.fortran/vla-ptr-info.exp: Likewise.
4648 * gdb.fortran/vla-value.exp: Likewise.
4649
bf7a4de1
AB
46502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4651
4652 * gdb.fortran/ptype-on-functions.exp: New file.
4653 * gdb.fortran/ptype-on-functions.f90: New file.
4654
bbe75b9d
AB
46552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4656
4657 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4658 case void string.
4659
1db455a7
AB
46602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4661
4662 * gdb.fortran/complex.exp: Expand.
4663 * gdb.fortran/complex.f: Renamed to...
4664 * gdb.fortran/complex.f90: ...this, and extended to add more
4665 complex values.
4666
b6d03bb2
AB
46672019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4670 MODULO, CMPLX.
4671
2e62ab40
AB
46722019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4673 Richard Bunt <richard.bunt@arm.com>
4674
4675 * gdb.base/max-depth.c: New file.
4676 * gdb.base/max-depth.exp: New file.
4677 * gdb.python/py-nested-maps.c: New file.
4678 * gdb.python/py-nested-maps.exp: New file.
4679 * gdb.python/py-nested-maps.py: New file.
4680 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4681 (test_all_common): Call test_max_depth.
4682 * gdb.fortran/max-depth.exp: New file.
4683 * gdb.fortran/max-depth.f90: New file.
4684 * gdb.go/max-depth.exp: New file.
4685 * gdb.go/max-depth.go: New file.
4686 * gdb.modula2/max-depth.exp: New file.
4687 * gdb.modula2/max-depth.c: New file.
4688 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4689
d2b584a5
TV
46902019-04-29 Tom de Vries <tdevries@suse.de>
4691
4692 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4693
136afab8
PW
46942019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4695
4696 * gdb.base/callexit.exp: Test may-call-functions off.
4697
725cbb63
KS
46982019-04-25 Keith Seitz <keiths@redhat.com>
4699
4700 PR c++/24367
4701 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4702 (another_incomplete_struct, test_incomplete): New definitions.
4703 (main): Use new definitions.
4704 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4705 functions.
4706
701adfb0
PA
47072019-04-25 Ali Tamur <tamur@google.com>
4708
4709 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4710
82433e3e
SDJ
47112019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4712
4713 PR corefiles/11608
4714 PR corefiles/18187
4715 * gdb.base/coredump-filter-build-id.exp: New file.
4716
dd06d4d6
AH
47172019-04-25 Alan Hayward <alan.hayward@arm.com>
4718
e79be6e5
SM
4719 * Makefile.in: Pass through GDBSERVER_DEBUG.
4720 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4721 (gdbserver,debug): Add board setting.
4722 * gdb.trace/tspeed.exp: Skip when debugging.
4723 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4724 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4725
1670072e
TT
47262019-04-24 Tom Tromey <tromey@adacore.com>
4727
4728 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4729 Rust.
4730
a59240a4
TT
47312019-04-24 Tom Tromey <tromey@adacore.com>
4732
4733 * gdb.arch/amd64-eval.exp: Test bitfield return.
4734 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4735 (class Foo) <return_bitfields>: New method.
4736 (main): Call it.
4737
b907456c
AB
47382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4739
4740 * gdb.cp/many-args.cc: New file.
4741 * gdb.cp/many-args.exp: New file.
4742
5c565afd
TV
47432019-04-23 Tom de Vries <tdevries@suse.de>
4744
4745 PR gdb/24433
4746 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4747
ba22ff86
AH
47482019-04-23 Alan Hayward <alan.hayward@arm.com>
4749
4750 * gdb.trace/backtrace.exp: Use nopie flag.
4751 * gdb.trace/circ.exp: Likewise.
4752 * gdb.trace/collection.exp: Likewise.
4753 * gdb.trace/ftrace.exp: Likewise.
4754 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4755 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4756 * gdb.trace/qtro.exp: Likewise.
4757 * gdb.trace/read-memory.exp: Likewise.
4758 * gdb.trace/report.exp: Likewise.
4759 * gdb.trace/tfile.exp: Likewise.
4760 * gdb.trace/tfind.exp: Likewise.
4761 * gdb.trace/unavailable.exp: Likewise.
4762
7905fc35
PA
47632019-04-22 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/solib-probes-nosharedlibrary.c,
4766 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4767
8ecb59f8
TT
47682019-04-19 Tom Tromey <tromey@adacore.com>
4769
4770 * gdb.ada/ptype_union.c: New file.
4771 * gdb.ada/ptype_union.exp: New file.
4772
62160ec9
TT
47732019-04-19 Tom Tromey <tromey@adacore.com>
4774
4775 PR symtab/24423:
4776 * gdb.base/list0.h (foo): Add a control-l character.
4777
36cd4ba5
TV
47782019-04-18 Tom de Vries <tdevries@suse.de>
4779
4780 PR gdb/24433
4781 * boards/local-board.exp: Set sysroot to "".
4782
b73715df
TV
47832019-04-18 Tom de Vries <tdevries@suse.de>
4784 Pedro Alves <palves@redhat.com>
4785
4786 PR gdb/24454
4787 * gdb.threads/vfork-follow-child-exec.c: New file.
4788 * gdb.threads/vfork-follow-child-exec.exp: New file.
4789 * gdb.threads/vfork-follow-child-exit.c: New file.
4790 * gdb.threads/vfork-follow-child-exit.exp: New file.
4791
4aa866af
LS
47922019-04-15 Leszek Swirski <leszeks@google.com>
4793
4794 * gdb.arch/amd64-eval.cc: New file.
4795 * gdb.arch/amd64-eval.exp: New file.
4796
e5a1a79a
AH
47972019-04-11 Alan Hayward <alan.hayward@arm.com>
4798
4799 * gdb.server/sysroot.c: New test.
4800 * gdb.server/sysroot.exp: New file.
4801 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4802 matching param.
4803
41077b66
AB
48042019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4805
4806 * gdb.base/align.exp: Extend test to cover structures containing
4807 only static fields.
4808
c30391f8
TV
48092019-04-11 Tom de Vries <tdevries@suse.de>
4810
4811 * boards/cc-with-dwz-m.exp: New file.
4812 * boards/cc-with-dwz.exp: New file.
4813 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4814
e242fd12
SM
48152019-04-09 Simon Marchi <simon.marchi@efficios.com>
4816
4817 * gdb.base/start-cpp.exp: New file.
4818 * gdb.base/start-cpp.cc: New file.
4819
2b0c8b01
KB
48202019-04-08 Kevin Buettner <kevinb@redhat.com>
4821
4822 * gdb.python/py-thrhandle.exp: Adjust tests to call
4823 thread_from_handle instead of thread_from_thread_handle.
4824
947210e5
KB
48252019-04-08 Kevin Buettner <kevinb@redhat.com>
4826
4827 * gdb.python/py-thrhandle.exp: Add tests for
4828 gdb.InferiorThread.handle.
4829
d7df6549
AB
48302019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4831
4832 * gdb.python/py-function.exp: Check calling helper function from
4833 all languages.
4834 * lib/gdb.exp (gdb_supported_languages): New proc.
4835
8bdc1658
AB
48362019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4837
4838 * gdb.base/complex-parts.c: New file.
4839 * gdb.base/complex-parts.exp: New file.
4840
05caa1d2
TT
48412019-04-01 Tom Tromey <tromey@adacore.com>
4842
4843 PR symtab/23331:
4844 * gdb.dwarf2/dw2-ranges-main.c: New file.
4845 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4846 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4847
7734102d
EZ
48482019-03-30 Simon Marchi <simark@simark.ca>
4849
4850 * gdb.base/default.exp: Add values for $_gdb_major and
4851 $_gdb_minor.
4852
188e1fa9
TT
48532019-03-29 Tom Tromey <tromey@adacore.com>
4854
4855 * gdb.base/help.exp: Tighten apropos regexp.
4856
2880242d
KS
48572019-03-29 Keith Seitz <keiths@redhat.com>
4858
4859 * gdb.fortran/array-bounds.exp: New file.
4860 * gdb.fortran/array-bounds.f90: New file.
4861
077cad8e
PW
48622019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4863
4864 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4865
80047cfc
PW
48662019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4867
4868 * gdb.multi/hello.c (main): Increase alarm timer.
4869
f489207e
SL
48702019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4871
4872 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4873 factor when no hardware watchpoint support.
4874
c92df149
AH
48752019-03-28 Alan Hayward <alan.hayward@arm.com>
4876 Pedro Alves <palves@redhat.com>
4877
4878 * boards/local-board.exp: set sysroot to /.
4879
933aebfa
AH
48802019-03-27 Alan Hayward <alan.hayward@arm.com>
4881
4882 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4883 in child.
4884
9f9aa852
AB
48852019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4886
4887 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4888 field.
4889 (make_container): Initialise new field.
4890 * gdb.python/py-prettyprint.exp: Add new tests.
4891 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4892 <display_hint>: New method.
4893
3714a195
AB
48942019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4895
4896 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4897 gdb_continue_to_breakpoint more throughout this test.
4898 (run_lang_tests) Supply unique test names, and use
4899 gdb_test_no_output.
4900
18c77628
AB
49012019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4902
4903 * gdb.base/finish-pretty.exp: Update expected results.
4904 * gdb.base/pretty-print.c: New file.
4905 * gdb.base/pretty-print.exp: New file.
4906
9a93502f
PA
49072019-03-25 Pedro Alves <palves@redhat.com>
4908
4909 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4910 move comments outside list. Append '-i "" eof' section.
4911
968aa7ae
AH
49122019-03-22 Alan Hayward <alan.hayward@arm.com>
4913
34a7f2a4 4914 PR testsuite/25016
968aa7ae
AH
4915 * README: Add pie options.
4916 * gdb.base/break-interp.exp: Ensure pie is disabled.
4917 * gdb.base/dump.exp: Likewise.
4918 * lib/gdb.exp (gdb_compile): Add pie option.
4919
4c7d57e7
TT
49202019-03-19 Tom Tromey <tromey@adacore.com>
4921
4922 * gdb.mi/mi2-cli-display.c: New file.
4923 * gdb.mi/mi2-cli-display.exp: New file.
4924
bff8c71f
TT
49252019-03-18 Joel Brobecker <brobecker@adacore.com>
4926 Tom Tromey <tromey@adacore.com>
4927
4928 * gdb.ada/ptype_array/pck.adb: New file.
4929 * gdb.ada/ptype_array/pck.ads: New file.
4930 * gdb.ada/ptype_array/foo.adb: New file.
4931 * gdb.ada/ptype_array.exp: New file.
4932
d085f989
TT
49332019-03-14 Tom Tromey <tromey@adacore.com>
4934
4935 * gdb.base/style.exp: Add "set style sources" test.
4936
b4be1b06
SM
49372019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4938
4939 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4940 * mi-breakpoint-multiple-locations.exp: ... this.
4941 (make_breakpoints_pattern): New proc.
4942 (do_test): Add mi_version parameter, test -break-insert,
4943 -break-info and =breakpoint-created.
4944
7cde5fc2
AB
49452019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4946
4947 * config/default.exp: Remove 'load_lib gdb.exp'.
4948 * config/monitor.exp: Likewise.
4949 * config/sid.exp: Likewise.
4950 * config/sim.exp: Likewise.
4951 * config/slite.exp: Likewise.
4952 * config/unix.exp: Likewise.
4953 * gdb.base/default.exp: Remove unhelpful comment.
4954
efbecbc1
AB
49552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4956
4957 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4958
0841c79a
AB
49592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4960
4961 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4962
4a270568
AB
49632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4964
4965 * gdb.fortran/type-kinds.exp: Update expected results.
4966
067630bd
AB
49672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4970
3be47f7a
AB
49712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4972
4973 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4974 function.
4975 (test_basic_parsing_of_type_kinds): Expand types tested.
4976 (test_parsing_invalid_type_kinds): New function.
4977
4d00f5d8
AB
49782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.fortran/intrinsics.exp: New file.
4981 * gdb.fortran/intrinsics.f90: New file.
4982 * gdb.fortran/type-kinds.exp: New file.
4983
c8f91604
AB
49842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.fortran/dot-ops.exp: New file.
4987
dd9f2c76
AB
49882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4989
4990 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4991 Check upper and lower case logical literals.
4992
84ec9724
AB
49932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4994
4995 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4996 Remove duplicate tests.
4997
c3734e09
AH
49982019-03-06 Alan Hayward <alan.hayward@arm.com>
4999
5000 * lib/gdb.exp (builtin_cd): rename of cd.
5001 (cd): Override builtin.
5002
aa3cfbda
RB
50032019-03-06 Richard Bunt <richard.bunt@arm.com>
5004
5005 * gdb.fortran/function-calls.exp: New file.
5006 * gdb.fortran/function-calls.f90: New test.
5007
7b63ad86
RB
50082019-03-04 Richard Bunt <richard.bunt@arm.com>
5009
5010 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5011 on user program standard output.
5012 * gdb.fortran/short-circuit-argument-list.f90: Record function
5013 calls.
5014
01abb042
AH
50152019-02-28 Alan Hayward <alan.hayward@arm.com>
5016
c3734e09
AH
5017 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5018 failure.
01abb042 5019
92137da0
RO
50202019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5021
5022 PR gdb/8527
5023 * gdb.base/interrupt-daemon-attach.c,
5024 gdb.base/interrupt-daemon-attach.exp: New test.
5025
5862844d
PA
50262019-02-27 Pedro Alves <palves@redhat.com>
5027
5028 * gdb.base/page.exp: Add tests for "set width/height -1".
5029
8ed25214
PA
50302019-02-27 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.base/page.exp: Add tests for "set/show width/height" with
5033 "infinite" values.
5034
6c28e44a
TT
50352019-02-27 Tom Tromey <tromey@adacore.com>
5036
5037 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5038 2.4.
5039 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5040 workaround.
5041
bf9a735e
AB
50422019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5043
5044 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5045 tests for structs with static members.
5046
8791793c
TT
50472019-02-26 Tom Tromey <tromey@adacore.com>
5048
5049 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5050 ValueError, not TypeError.
5051
bc2a507e
KB
50522019-02-26 Kevin Buettner <kevinb@redhat.com>
5053
5054 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5055 call from main program.
5056
e0e7d3bd
JB
50572019-02-23 Joel Brobecker <brobecker@adacore.com>
5058
5059 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5060 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5061 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5062 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5063 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5064
9600246d
KS
50652019-02-22 Keith Seitz <keiths@redhat.com>
5066
5067 PR symtab/23853
5068 * gdb.base/symlink-sourcefile.c: New file.
5069 * gdb.base/symlink-sourcefile.exp: New file.
5070
0c95f9ed
TT
50712019-02-20 Tom Tromey <tom@tromey.com>
5072
5073 * gdb.base/info_qt.exp: Update.
5074
6caa91b6
SM
50752019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5076
5077 * gdb.base/source.exp: Move "error in sourced script" code to
5078 the end.
5079 * gdb.base/source-error.gdb: Move contents to
5080 source-error-1.gdb. Add new code to source source-error-1.gdb.
5081 * gdb.base/source-error-1.gdb: New file, from previous
5082 source-error.gdb.
5083
6506371f
TT
50842019-02-17 Tom Tromey <tom@tromey.com>
5085
5086 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5087 for macro styling.
5088 * gdb.base/style.c (SOME_MACRO): New macro.
5089
a0087920
TT
50902019-02-17 Tom Tromey <tom@tromey.com>
5091
5092 * gdb.base/style.exp: Add line-wrapping tests.
5093 * gdb.base/page.exp: Add test for quitting during pagination.
5094
a2cd4f14
JB
50952019-02-17 Joel Brobecker <brobecker@adacore.com>
5096
5097 * gdb.ada/big_packed_array: New testcase.
5098 * gdb.ada/homonym.exp: Fix incorrect expected output for
5099 "break <homonym__get_value>" test.
5100
9d70ffbc
WP
51012019-02-13 Weimin Pan <weimin.pan@oracle.com>
5102
5103 PR breakpoints/21870
5104 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5105 and prepare_for_testing. Add comment.
5106 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5107 redundant cleanup call. Clean up comment.
5108
01c7ae81
WP
51092019-02-12 Weimin Pan <weimin.pan@oracle.com>
5110
5111 PR breakpoints/21870
5112 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5113 * gdb.arch/aarch64-dbreg-contents.c: New file.
5114
aff29d1c
JB
51152019-02-10 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdb.ada/mi_ref_changeable: New testcase.
5118
df0da8a2
AH
51192019-02-07 Alan Hayward <alan.hayward@arm.com>
5120
5121 * gdb.base/attach.exp: Add double attach test.
5122
bd447abb
SM
51232019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5124
5125 * lib/gdb.exp (default_gdb_start): Don't match pagination
5126 prompt.
5127 (gdb_init): Set stty_init.
5128
1dbc40b9
TT
51292019-01-27 Tom Tromey <tom@tromey.com>
5130
5131 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5132 skip_python_tests.
5133
353229bf
AH
51342019-01-24 Alan Hayward <alan.hayward@arm.com>
5135
5136 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5137 New structure.
5138 (struct struct_static_02_02): Likewise.
5139 (struct struct_static_02_03): Likewise.
5140 (struct struct_static_02_04): Likewise.
5141 (struct struct_static_04_01): Likewise.
5142 (struct struct_static_04_02): Likewise.
5143 (struct struct_static_04_03): Likewise.
5144 (struct struct_static_04_04): Likewise.
5145 (struct struct_static_06_01): Likewise.
5146 (struct struct_static_06_02): Likewise.
5147 (struct struct_static_06_03): Likewise.
5148 (struct struct_static_06_04): Likewise.
5149 (cmp_struct_static_02_01): Likewise.
5150 (cmp_struct_static_02_02): Likewise.
5151 (cmp_struct_static_02_03): Likewise.
5152 (cmp_struct_static_02_04): Likewise.
5153 (cmp_struct_static_04_01): Likewise.
5154 (cmp_struct_static_04_02): Likewise.
5155 (cmp_struct_static_04_03): Likewise.
5156 (cmp_struct_static_04_04): Likewise.
5157 (cmp_struct_static_06_01): Likewise.
5158 (cmp_struct_static_06_02): Likewise.
5159 (cmp_struct_static_06_03): Likewise.
5160 (cmp_struct_static_06_04): Likewise.
5161 (call_all): Test new structs.
5162 * gdb.base/infcall-nested-structs.exp: Likewise.
5163
73021deb
AH
51642019-01-21 Alan Hayward <alan.hayward@arm.com>
5165 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5166
fc65c7db
AH
51672019-01-21 Alan Hayward <alan.hayward@arm.com>
5168 * gdb.base/stack-protector.c: New test.
5169 * gdb.base/stack-protector.exp: New file.
5170 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5171 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5172 option.
5173 (gdb_compile): Remove stack protector for GCC and prevent
5174 recursion.
5175
c24bdb02
KS
51762019-01-16 Keith Seitz <keiths@redhat.com>
5177
5178 PR gdb/23773
5179 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5180
6f072a10
PFC
51812019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5182
5183 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5184 aliases.
5185 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5186 tests.
5187 * gdb.arch/powerpc-vector-regs.c: New file.
5188 * gdb.arch/powerpc-vector-regs.exp: New file.
5189
a7b8d682
PFC
51902019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5191
5192 * gdb.arch/altivec-regs.exp: Fix the list passed to
5193 gdb_expect_list when testing "info vector".
5194
6eb6fb67
AB
51952019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * gdb.base/style.exp: Don't include path in testname.
5198
b56f80d8
KS
51992019-01-10 Keith Seitz <keiths@redhat.com>
5200
5201 PR gdb/23712
5202 PR symtab/23010
5203 * gdb.dwarf2/multidictionary.exp: New file.
5204
041be526
SM
52052019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5206
5207 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5208 (test_gnuv3_style_demangling): ... this.
5209 (test_lucid_style_demangling): Remove.
5210 (test_arm_style_demangling): Remove.
5211 (test_hp_style_demangling): Remove.
5212 (do_tests): Remove calls to the above.
5213
d820d0c3
AB
52142019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5217 case.
5218
f097f5ad
TT
52192019-01-06 Tom Tromey <tom@tromey.com>
5220
5221 PR gdb/28155:
5222 * gdb.dwarf2/typedef-void-finish.exp: New file.
5223
2cd8cc0b
TT
52242018-12-28 Tom Tromey <tom@tromey.com>
5225 Simon Marchi <simark@simark.ca>
5226
5227 * gdb.base/jit-exec.exp: New file.
5228 * gdb.base/jit-exec.c: New file.
5229 * gdb.base/jit-execd.c: New file.
5230
35fb8261
TT
52312018-12-28 Tom Tromey <tom@tromey.com>
5232
5233 * gdb.base/style.exp: Update test to check for address styling.
5234
47fd17cd
TT
52352018-12-28 Tom Tromey <tom@tromey.com>
5236
5237 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5238 message.
5239
d47032b7
TT
52402018-12-28 Tom Tromey <tom@tromey.com>
5241
5242 * gdb.base/style.exp: Add test for version number styling.
5243
af79b68d
TT
52442018-12-28 Tom Tromey <tom@tromey.com>
5245
5246 * gdb.base/style.exp: Add test for print_address_symbolic.
5247
0bb296cb
TT
52482018-12-28 Tom Tromey <tom@tromey.com>
5249
5250 * gdb.base/style.exp: Add test for breakpoint setting.
5251
80ae2043
TT
52522018-12-28 Tom Tromey <tom@tromey.com>
5253
5254 * gdb.base/style.exp: Add test for variable names.
5255
cbe56571
TT
52562018-12-28 Tom Tromey <tom@tromey.com>
5257
5258 * gdb.base/style.exp: New file.
5259 * gdb.base/style.c: New file.
5260
9162a27c
TT
52612018-12-28 Tom Tromey <tom@tromey.com>
5262
5263 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5264 "dumb".
5265 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5266 the TERM environment variable.
5267
bc543c90
TT
52682018-12-27 Tom Tromey <tom@tromey.com>
5269
5270 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5271 pagination test.
5272
6f0ffe50
AB
52732018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5274
5275 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5276 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5277
b5a1e557
PW
52782018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5279
5280 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5281 Filename a.adb changed to bp_fun_addr.adb.
5282 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5283
6e8b1ab2
JV
52842018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5285
5286 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5287 non-PIE executables.
5288 * README: Mention the gdb,nopie_flag board setting.
5289 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5290 non-PIE executable.
5291 * gdb.arch/amd64-entry-value.exp: Likewise.
5292 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5293 * gdb.arch/i386-float.exp: Likewise.
5294 * gdb.arch/i386-signal.exp: Likewise.
5295 * gdb.mi/mi-reg-undefined.exp: Likewise.
5296
d00a27c5
PM
52972018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5298
5299 PR gdb/23974
5300 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5301
161d081c
PW
53022018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5303
5304 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5305 Update order of results accordingly.
5306
b001de23
AB
53072018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5308
5309 * gdb.base/annota1.exp: Update a test regexp.
5310
99e1a184
AB
53112018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5314
7a81c1e2
PW
53152018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5316
5317 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5318 (reuse_time): Initialize to REUSE_TIME_CAP.
5319 (check_rc): New function.
5320 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5321 Check pthread_create rc.
5322 (spawner_thread_func): Check pthread_create and pthread_join rc.
5323
73e8dc90
PA
53242018-12-08 Pedro Alves <palves@redhat.com>
5325
5326 * gdb.base/list.exp (test_forward_search): Rename to ...
5327 (test_forward_reverse_search): ... this. Also test reverse-search
5328 and the forward-search alias.
5329
13f2ed32
AB
53302018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5331
5332 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5333 local timeout variable before return, and remove all local timeout
5334 variable entirely.
5335 (gdb_load): Likewise.
5336
64d27cfc
TV
53372018-12-01 Tom de Vries <tdevries@suse.de>
5338
5339 * gdb.base/gdb-caching-proc.exp: New file.
5340
f63c03b4
SDJ
53412018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5342
5343 * Makefile.in (TIMESTAMP): New variable.
5344 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5345 command.
5346 (check-single-racy): Likewise.
5347 (check/%.exp): Likewise.
5348 (check-racy/%.exp): Likewise.
5349 (workers/%.worker): Likewise.
5350 (build-perf): Likewise.
5351 (check-perf): Likewise.
5352 * README: Describe new "TS" and "TS_FORMAT" variables.
5353 * print-ts.py: New file.
5354
1c97054b
BF
53552018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5356
5357 PR python/23714
5358 * gdb.python/python.exp: Test command repetition after
5359 gdb.execute.
5360
1871a62d
AB
53612018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5362
5363 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5364 is correctly aligned.
5365
fb5e1ed9
PW
53662018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5367
5368 * gdb.ada/info_auto_lang.exp: New testcase.
5369 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5370 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5371 * gdb.ada/info_auto_lang/some_c.c: New file.
5372
43d397ca
PW
53732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5374
5375 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5376 FUNC_lang language syntax.
5377
beddd671
PW
53782018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5379
5380 * gdb.base/info_minsym.c: New file.
5381 * gdb.base/info_minsym.exp: New file.
5382
73fc52c4
TT
53832018-11-19 Tom Tromey <tom@tromey.com>
5384
5385 PR rust/23625:
5386 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5387 * gdb.rust/expr.exp: Update expected output. Change one test.
5388
994b876a
TT
53892018-11-19 Tom Tromey <tom@tromey.com>
5390
5391 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5392
6769f276
PA
53932018-11-19 Pedro Alves <palves@redhat.com>
5394
5395 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5396 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5397 see the expected warning.
5398
38a72da0
AH
53992018-11-16 Alan Hayward <alan.hayward@arm.com>
5400
5401 PR gdb/22736:
5402 * gdb.cp/infcall-nodebug-lib.c: New test.
5403 * gdb.cp/infcall-nodebug-main.c: New test.
5404 * gdb.cp/infcall-nodebug.exp: New file.
5405
53a89d6e
SM
54062018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5407
5408 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5409 completer tests.
5410
9325300d
TV
54112018-11-09 Tom de Vries <tdevries@suse.de>
5412
5413 * gdb.base/msym-lang.c: New test.
5414 * gdb.base/msym-lang.exp: New file.
5415 * gdb.base/msym-lang-main.c: New test.
5416
20f0d60d
TT
54172018-11-08 Tom Tromey <tom@tromey.com>
5418
5419 PR gdb/23555:
5420 PR gdb/23838:
5421 * gdb.base/warning.exp: New file.
5422
b5420128
JB
54232018-11-08 Jan Beulich <jbeulich@suse.com>
5424
5425 * testsuite/gdb.arch/i386-avx512.c,
5426 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5427
cd115d61
AB
54282018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5429
5430 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5431 point hardware.
5432
35ee2dc2
AB
54332018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5434
5435 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5436 * gdb.dwarf2/missing-type-name.exp: New file.
5437
31aceee8
TV
54382018-11-06 Tom de Vries <tdevries@suse.de>
5439
5440 * gdb.base/many-headers.c: New test.
5441 * gdb.base/many-headers.exp: New file.
5442
109be305
JW
54432018-11-06 Jim Wilson <jimw@sifive.com>
5444
5445 * gdb.base/code_elim.exp: For riscv, set additional_flags
5446 to include -msmall-data-limit=0.
5447
e2b7af72
JB
54482018-11-01 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.ada/watch_minus_l: New testcase.
5451
cdcda965
SM
54522018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5453
5454 * gdb.arch/aix-sighandle.c: New file.
5455 * gdb.arch/aix-sighandle.exp: New file.
5456
92dcebf3
AB
54572018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5458
5459 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5460 registers being unions.
5461
68b9ac18
TV
54622018-10-31 Tom de Vries <tdevries@suse.de>
5463
5464 * lib/valgrind.exp: New file.
5465 (vgdb_start, vgdb_stop): New procs, factored out of ...
5466 * gdb.base/valgrind-bt.exp: ... here, ...
5467 * gdb.base/valgrind-disp-step.exp: ... here and ...
5468 * gdb.base/valgrind-infcall.exp: ... here.
5469
1443936e
TV
54702018-10-31 Tom de Vries <tdevries@suse.de>
5471
5472 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5473
eb77c9df
AB
54742018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5475
5476 * gdb.dwarf2/void-type.c: New file.
5477 * gdb.dwarf2/void-type.exp: New file.
5478
82b5e646
PW
54792018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5480
5481 * gdb.base/info_qt.c: New file.
5482 * gdb.base/info_qt.exp: New file.
5483
8d619c01
EBM
54842018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5485
5486 * gdb.arch/powerpc-htm-regs.c: New file.
5487 * gdb.arch/powerpc-htm-regs.exp: New file.
5488
f2cf6173
EBM
54892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5490
5491 * gdb.arch/powerpc-tar.c: New file.
5492 * gdb.arch/powerpc-tar.exp: New file.
5493
7ca18ed6
EBM
54942018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5495
5496 * gdb.arch/powerpc-ppr-dscr.c: New file.
5497 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5498
bfcc0eba
TV
54992018-10-25 Tom de Vries <tdevries@suse.de>
5500
5501 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5502
fe1a5cad
TV
55032018-10-24 Tom de Vries <tdevries@suse.de>
5504
5505 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5506 longer exists error.
5507
a76dc3b7
TV
55082018-10-24 Tom de Vries <tdevries@suse.de>
5509
5510 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5511
4df46df7
TV
55122018-10-24 Tom de Vries <tdevries@suse.de>
5513
5514 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5515 --db-attach in valgrind.
5516
0dbfcfff
AB
55172018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5518
5519 * gdb.arch/riscv-reg-aliases.c: New file.
5520 * gdb.arch/riscv-reg-aliases.exp: New file.
5521
b04480b1
AH
55222018-10-19 Alan Hayward <alan.hayward@arm.com>
5523
5524 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5525
2c6ac8d7
AH
55262018-10-19 Alan Hayward <alan.hayward@arm.com>
5527
5528 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5529
2bc69f25
AH
55302018-10-19 Alan Hayward <alan.hayward@arm.com>
5531
5532 * gdb.cp/ovldbreak.exp: Fix regexps.
5533
1f1ae3a3
AH
55342018-10-19 Alan Hayward <alan.hayward@arm.com>
5535
5536 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5537
94c18618
SDJ
55382018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5539
5540 PR cli/23785
5541 * gdb.base/restore.exp: New test to check if "restore" with an
5542 invalid file doesn't segfault.
5543
812cd6eb
TV
55442018-10-18 Tom de Vries <tdevries@suse.de>
5545
5546 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5547 * gdb.ada/excep_handle.exp: Same.
5548 * gdb.ada/mi_string_access.exp: Same.
5549 * gdb.ada/mi_var_union.exp: Same.
5550 * gdb.arch/arc-analyze-prologue.exp: Same.
5551 * gdb.arch/arc-decode-insn.exp: Same.
5552 * gdb.base/readnever.exp: Same.
5553 * gdb.fortran/printing-types.exp: Same.
5554 * gdb.guile/scm-lazy-string.exp: Same.
5555
c4b90788
TV
55562018-10-16 Tom de Vries <tdevries@suse.de>
5557
5558 PR gdb/23730
5559 * gdb.base/catch-follow-exec.c: Add copyright notice.
5560 * gdb.base/catch-follow-exec.exp: Rewrite to use
5561 gdb_spawn_with_cmdline_opts. Require gdb-native.
5562
8bca2978
SL
55632018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5564
5565 * gdb.trace/actions-changed.exp: Check for arch support.
5566 * gdb.trace/actions.exp: Likewise.
5567 * gdb.trace/ax.exp: Likewise.
5568 * gdb.trace/backtrace.exp: Likewise.
5569 * gdb.trace/change-loc.exp: Likewise.
5570 * gdb.trace/deltrace.exp: Likewise.
5571 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5572 * gdb.trace/ftrace.exp: Likewise.
5573 * gdb.trace/infotrace.exp: Check for arch support.
5574 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5575 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5576 * gdb.trace/mi-tsv-changed.exp: Likewise.
5577 * gdb.trace/packetlen.exp: Likewise.
5578 * gdb.trace/passc-dyn.exp: Likewise.
5579 * gdb.trace/passcount.exp: Likewise.
5580 * gdb.trace/pending.exp: Likewise.
5581 * gdb.trace/range-stepping.exp: Check for shlib support.
5582 * gdb.trace/report.exp: Check for arch support.
5583 * gdb.trace/save-trace.exp: Likewise.
5584 * gdb.trace/signal.exp: Check for signal support.
5585 * gdb.trace/tfind.exp: Check for arch support.
5586 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5587 * gdb.trace/trace-common.h: Add comment.
5588 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5589 * gdb.trace/trace-enable-disable.exp: Likewise.
5590 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5591 * gdb.trace/tracecmd.exp: Check for arch support.
5592 * gdb.trace/tspeed.exp: Check for shlib and target support.
5593 * gdb.trace/tstatus.exp: Check for arch support.
5594 * gdb.trace/tsv.exp: Likewise.
5595 * gdb.trace/while-dyn.exp: Likewise.
5596 * gdb.trace/while-stepping.exp: Likewise.
5597 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5598
f9c49bff
SM
55992018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5600
5601 * gdb.trace/tspeed.exp: Remove nowarnings.
5602 (prepare_for_trace_test): Declare "global ipalib".
5603 * gdb.trace/tspeed.c: Include unistd.h.
5604 (main): Remove superfluous printf argument.
5605
d4330bde
SL
56062018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5607
5608 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5609 directory prefix on the filename.
5610
8ecfd7bd
SDJ
56112018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5612
5613 * gdb.gdb/unittest.exp: Update expected message informing that
5614 selftests have been disabled.
5615 * gdb.server/unittest.exp: Likewise.
5616
58bbcd02
TV
56172018-10-09 Tom de Vries <tdevries@suse.de>
5618
5619 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5620 with runto_main.
5621
9f6b697b
WP
56222018-10-08 Weimin Pan <weimin.pan@oracle.com>
5623
5624 PR c++/16841
5625 * gdb.cp/virtbase2.cc: New file.
5626 * gdb.cp/virtbase2.exp: New file.
5627
add5ded5
TT
56282018-10-06 Tom Tromey <tom@tromey.com>
5629
5630 PR python/19399:
5631 * gdb.python/py-inferior.exp: Add architecture test.
5632
f9e48344
TT
56332018-10-06 Tom Tromey <tom@tromey.com>
5634
5635 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5636 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5637
2a8be203
TT
56382018-10-06 Tom Tromey <tom@tromey.com>
5639
5640 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5641 of a "throw" catchpoint.
5642
e04caa70
SDJ
56432018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5644
5645 * gdb.base/info-proc.exp: Update string expected from "help info
5646 proc".
5647
5ca8c39f
TT
56482018-10-04 Tom Tromey <tom@tromey.com>
5649
5650 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5651 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5652 (test_initial_complaints, test_empty_complaints): Update.
5653 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5654
3453e7e4
TT
56552018-10-04 Tom Tromey <tom@tromey.com>
5656
5657 PR cli/19551:
5658 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5659 * lib/gdb.exp (gdb_file_cmd): Update.
5660 * gdb.stabs/weird.exp (print_weird_var): Update.
5661 * gdb.server/solib-list.exp: Update.
5662 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5663 * gdb.mi/mi-cli.exp: Update.
5664 * gdb.linespec/linespec.exp: Update.
5665 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5666 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5667 * gdb.cp/cp-relocate.exp: Update.
5668 * gdb.base/sym-file.exp: Update.
5669 * gdb.base/relocate.exp: Update.
5670 * gdb.base/readnever.exp: Update.
5671 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5672 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5673 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5674 * gdb.base/code_elim.exp: Update.
5675 * gdb.base/break-unload-file.exp (test_break): Update.
5676 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5677 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5678 Update.
5679 * gdb.base/attach.exp (do_attach_tests): Update.
5680 * gdb.base/sepdebug.exp: Update.
5681 * gdb.python/py-section-script.exp: Update.
5682
6afcf761
TT
56832018-10-04 Tom Tromey <tom@tromey.com>
5684
5685 PR cli/22234:
5686 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5687 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5688 output.
5689
fef1b293
TT
56902018-10-04 Tom Tromey <tom@tromey.com>
5691
5692 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5693 set width and height to 0.
5694 (test_command_line_attach_run): Use -quiet.
5695
ca98345e
SL
56962018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5697
5698 * lib/gdb.exp (skip_ifunc_tests): New.
5699 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5700 other compile failures.
5701 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5702
ff34e6ae
SM
57032018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5704
5705 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5706 is_amd64_regs_target.
5707
6bb8890e
AH
57082018-10-01 Alan Hayward <alan.hayward@arm.com>
5709
5710 * gdb.arch/aarch64-sighandler-regs.c: New test.
5711 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5712 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5713
224d30d3
MM
57142018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5715
5716 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5717 assembly.
5718
f67ffa6a
AB
57192018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5720
5721 * gdb.base/frame-selection.exp: New file.
5722 * gdb.base/frame-selection.c: New file.
5723
9fc3183f
AH
57242018-09-27 Alan Hayward <alan.hayward@arm.com>
5725
5726 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5727 pthread barrier.
5728 (main): Likewise.
5729
d354055e
AB
57302018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5731
5732 * gdb.base/large-frame-1.c: New file.
5733 * gdb.base/large-frame-2.c: New file.
5734 * gdb.base/large-frame.exp: New file.
5735 * gdb.base/large-frame.h: New file.
5736
db727370
JL
57372018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5738
5739 PR gdb/20948
5740 * gdb.base/write_mem.exp: New test.
5741 * gdb.base/write_mem.c: Likewise.
5742
ae778caf
TT
57432018-09-23 Tom Tromey <tom@tromey.com>
5744
5745 PR python/18852:
5746 * gdb.python/py-parameter.exp: Add test for parameter that throws
5747 on "set".
5748
fd3ba736
TT
57492018-09-23 Tom Tromey <tom@tromey.com>
5750
5751 PR python/17284:
5752 * gdb.python/py-template.exp (test_template_arg): Add test for
5753 negative template argument number.
5754
39a24317
TT
57552018-09-23 Tom Tromey <tom@tromey.com>
5756
5757 PR python/14062:
5758 * gdb.python/python.exp: Add test for post_event error.
5759
f5769a2c
TT
57602018-09-23 Tom Tromey <tom@tromey.com>
5761
5762 PR python/18170:
5763 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5764 convert pointers to int and long.
5765
1c1e54f6
TT
57662018-09-23 Tom Tromey <tom@tromey.com>
5767
5768 PR python/20126:
5769 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5770 signed-ness conversion tests.
5771
fb4fa946
TT
57722018-09-23 Tom Tromey <tom@tromey.com>
5773
5774 PR python/18352;
5775 * gdb.python/py-value.exp (test_float_conversion): New proc.
5776 Use it.
5777
a466edac
HAQ
57782018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5779
5780 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5781
4ee9b0c5
SL
57822018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5783
5784 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5785 no readline.
5786 * gdb.base/utf8-identifiers.exp: Likewise.
5787 * gdb.cp/cpcompletion.exp: Likewise.
5788 * gdb.linespec/cpcompletion.exp: Likewise.
5789 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5790 * gdb.linespec/cpls-ops.exp: Likewise.
5791
23be8da7
RB
57922018-09-19 Richard Bunt <richard.bunt@arm.com>
5793 Chris January <chris.january@arm.com>
5794
5795 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5796 * gdb.fortran/short-circuit-argument-list.exp: New file.
5797 * gdb.fortran/short-circuit-argument-list.f90: New test.
5798
5031d0ae
SDJ
57992018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5800
5801 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5802 "arch=" keyword when executing "-stack-list-frames".
5803
b4c0d1a4
SDJ
58042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5805
5806 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5807 "arch=" keyword when executing "-stack-list-frames".
5808
7a6d2b45
SDJ
58092018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5810
5811 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5812 break ada".
5813
8588b356
SM
58142018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5815
5816 PR python/23669
5817 * gdb.python/python.exp: Test gdb.execute("show commands").
5818
65e65158
TT
58192018-09-16 Tom Tromey <tom@tromey.com>
5820
5821 * gdb.base/new-ui.exp (do_execution_tests): Update.
5822 * gdb.base/dbx.exp (test_breakpoints): Update.
5823
bf326452
AH
58242018-09-14 Alan Hayward <alan.hayward@arm.com>
5825
5826 * lib/gdb.exp (gdb_simple_compile): Add proc.
5827 (is_elf_target): Use gdb_simple_compile.
5828 (skip_altivec_tests): Likewise.
5829 (skip_vsx_tests): Likewise.
5830 (skip_tsx_tests): Likewise.
5831 (skip_btrace_tests): Likewise.
5832 (skip_btrace_pt_tests): Likewise.
5833 (gdb_can_simple_compile): Likewise.
5834 (gdb_has_argv0): Likewise.
5835 (gdb_target_symbol_prefix): Likewise.
5836 (target_supports_scheduler_locking): Likewise.
5837
2361b0fb
TT
58382018-09-13 Tom Tromey <tom@tromey.com>
5839
5840 * Makefile.in (TAGS): Recognize proc_with_prefix and
5841 gdb_caching_proc.
5842
0ae1a321
SM
58432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5844
5845 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5846 method.
5847
a40bf0c2
SM
58482018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5849
5850 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5851 and a few other Inferior properties when the Inferior is no
5852 longer valid.
5853
4a3fe98f
TT
58542018-09-13 Tom Tromey <tom@tromey.com>
5855
5856 PR rust/23650:
5857 * gdb.rust/simple.exp: Add test for enum field access error.
5858
098b2108
TT
58592018-09-13 Tom Tromey <tom@tromey.com>
5860
5861 PR rust/23626:
5862 * gdb.rust/simple.rs (EmptyEnum): New type.
5863 (main): Use it.
5864 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5865
1256af7d
SM
58662018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5867
5868 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5869 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5870 * gdb.python/py-symtab.exp: Update test printing an objfile.
5871
4aa8e6c2
SM
58722018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5873
5874 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5875 object.
5876
c221b2f7
AH
58772018-09-12 Alan Hayward <alan.hayward@arm.com>
5878
5879 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5880 (support_complex_tests): Use gdb_can_simple_compile.
5881 (is_ilp32_target): Likewise.
5882 (is_lp64_target): Likewise.
5883 (is_64_target): Likewise.
5884 (is_amd64_regs_target): Likewise.
5885 (is_aarch32_target): Likewise.
5886 (gdb_int128_helper): Likewise.
5887
6f1107b5
JK
58882018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5889
5890 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5891
1f5d1570
JG
58922018-09-10 Jerome Guitton <guitton@adacore.com>
5893
5894 * gdb.ada/same_component_name: Add test for case of tagged record
5895 with variable-length fields.
5896
cc330e39
XR
58972018-09-10 Xavier Roirand <roirand@adacore.com>
5898
5899 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5900 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5901 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5902 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5903
b9c50e9a
XR
59042018-09-10 Xavier Roirand <roirand@adacore.com>
5905
5906 * gdb.ada/mi_string_access.exp: New testcase.
5907 * gdb.ada/mi_string_access/bar.adb: New file.
5908 * gdb.ada/mi_string_access/pck.adb: New file.
5909 * gdb.ada/mi_string_access/pck.asd: New file.
5910
2963898f
XR
59112018-09-10 Xavier Roirand <roirand@adacore.com>
5912
5913 * gdb.ada/mi_var_union.exp: New testcase.
5914 * gdb.ada/mi_var_union/bar.adb: New file.
5915 * gdb.ada/mi_var_union/pck.adb: New file.
5916 * gdb.ada/mi_var_union/pck.asd: New file.
5917
1aac008f
TT
59182018-09-08 Tom Tromey <tom@tromey.com>
5919
5920 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5921
332cf4c9
TT
59222018-09-08 Tom Tromey <tom@tromey.com>
5923
5924 PR python/16047:
5925 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5926 (register_pretty_printers): Register new printer.
5927 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5928 test.
5929 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5930 (an_int_type3): New global.
5931
424da6cf
JB
59322018-09-08 Joel Brobecker <brobecker@adacore.com>
5933
5934 * gdb.ada/expr_with_funcall: New testcase.
5935
2a62dfa9
JB
59362018-09-08 Joel Brobecker <brobecker@adacore.com>
5937
5938 * gdb.ada/packed_array_assign: New testcase.
5939
96b6697f
AB
59402018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5941
5942 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5943 names, and add test prefixes to make test names unique.
5944
e4a62c65
TV
59452018-09-05 Tom de Vries <tdevries@suse.de>
5946
5947 * gdb.dwarf2/varval.exp: Add test.
5948
dd083ee2
GB
59492018-09-04 Gary Benson <gbenson@redhat.com>
5950
5951 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5952 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5953
aef9346c
TT
59542018-08-31 Tom Tromey <tom@tromey.com>
5955
5956 * gdb.rust/simple.rs: Rename second variable "v".
5957
c67f2e15
AB
59582018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5959
5960 * gdb.base/funcargs.c (use_a): New function.
5961 (recurse): Call use_a.
5962
078a0207
KS
59632018-08-29 Keith Seitz <keiths@redhat.com>
5964
5965 * gdb.compile/compile-cplus-anonymous.cc: New file.
5966 * gdb.compile/compile-cplus-anonymous.exp: New file.
5967 * gdb.compile/compile-cplus-array-decay.cc: New file.
5968 * gdb.compile/compile-cplus-array-decay.exp: New file.
5969 * gdb.compile/compile-cplus-inherit.cc: New file.
5970 * gdb.compile/compile-cplus-inherit.exp: New file.
5971 * gdb.compile/compile-cplus-member.cc: New file.
5972 * gdb.compile/compile-cplus-member.exp: New file.
5973 * gdb.compile/compile-cplus-method.cc: New file.
5974 * gdb.compile/compile-cplus-method.exp: New file.
5975 * gdb.compile/compile-cplus-mod.c: "New" file.
5976 * gdb.compile/compile-cplus-namespace.cc: New file.
5977 * gdb.compile/compile-cplus-namespace.exp: New file.
5978 * gdb.compile/compile-cplus-nested.cc: New file.
5979 * gdb.compile/compile-cplus-nested.exp: New file.
5980 * gdb.compile/compile-cplus-print.c: "New" file.
5981 * gdb.compile/compile-cplus-print.exp: "New" file.
5982 * gdb.compile/compile-cplus-virtual.cc: New file.
5983 * gdb.compile/compile-cplus-virtual.exp: New file.
5984 * gdb.compile/compile-cplus.c: "New" file.
5985 * gdb.compile/compile-cplus.exp: "New" file.
5986 * lib/compile-support.exp: New file.
5987
b0f492b9
GB
59882018-08-16 Gary Benson <gbenson@redhat.com>
5989
5990 PR gdb/13000:
5991 * gdb.base/batch-exit-status.exp: New file.
5992 * gdb.base/batch-exit-status.good-commands: Likewise.
5993 * gdb.base/batch-exit-status.bad-commands: Likewise.
5994
36eb4c5f
AH
59952018-08-29 Alan Hayward <alan.hayward@arm.com>
5996
5997 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5998 (struct struct02): Likewise.
5999 (struct struct03): Likewise.
6000 (struct struct04): Likewise.
6001 (struct struct_01_01): New struct.
6002 (struct struct_01_02): Likewise.
6003 (struct struct_01_03): Likewise.
6004 (struct struct_01_04): Likewise.
6005 (struct struct_02_01): Likewise.
6006 (struct struct_02_02): Likewise.
6007 (struct struct_02_03): Likewise.
6008 (struct struct_02_04): Likewise.
6009 (struct struct_04_01): Likewise.
6010 (struct struct_04_02): Likewise.
6011 (struct struct_04_03): Likewise.
6012 (struct struct_04_04): Likewise.
6013 (struct struct_05_01): Likewise.
6014 (struct struct_05_02): Likewise.
6015 (struct struct_05_03): Likewise.
6016 (struct struct_05_04): Likewise.
6017 (cmp_struct01): Remove function.
6018 (cmp_struct02): Likewise.
6019 (cmp_struct03): Likewise.
6020 (cmp_struct04): Likewise.
6021 (cmp_struct_01_01): Add Function.
6022 (cmp_struct_01_02): Likewise.
6023 (cmp_struct_01_03): Likewise.
6024 (cmp_struct_01_04): Likewise.
6025 (cmp_struct_02_01): Likewise.
6026 (cmp_struct_02_02): Likewise.
6027 (cmp_struct_02_03): Likewise.
6028 (cmp_struct_02_04): Likewise.
6029 (cmp_struct_04_01): Likewise.
6030 (cmp_struct_04_02): Likewise.
6031 (cmp_struct_04_03): Likewise.
6032 (cmp_struct_04_04): Likewise.
6033 (cmp_struct_05_01): Likewise.
6034 (cmp_struct_05_02): Likewise.
6035 (cmp_struct_05_03): Likewise.
6036 (cmp_struct_05_04): Likewise.
6037 (call_all): Add new structs.
6038 * gdb.base/infcall-nested-structs.exp: Likewise.
6039
3bf9c013
JV
60402018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6041
6042 * gdb.python/py-framefilter-mi.exp: Update regexp to
6043 check for "arch" field in frame output.
6044
450d1e88
KB
60452018-08-23 Kevin Buettner <kevinb@redhat.com>
6046
6047 * gdb.dwarf2/dw2-ranges-func.c: New file.
6048 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6049
ae739fe7
SM
60502018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6051
6052 * gdb.base/term.exp: Compare terminal settings with values from
6053 the inferior.
6054 * gdb.base/term.c: Get and set terminal settings.
6055
6d52907e
JV
60562018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6057
6058 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6059 accommodate new "arch" field in frame output.
6060 * gdb.mi/mi-return.exp: Likewise.
6061 * gdb.mi/mi-stack.exp: Likewise.
6062 * gdb.mi/mi-syn-frame.exp: Likewise.
6063 * gdb.mi/user-selected-context-sync.exp: Likewise.
6064
be2d111a
MS
60652018-08-19 Michael Spang <spang@google.com>
6066
6067 PR gdb/11786
6068 * gdb.base/gcore-tls-pie.c: New file.
6069 * gdb.base/gcore-tls-pie.exp: New file.
6070
ae3a7c47
KB
60712018-08-18 Kevin Buettner <kevinb@redhat.com>
6072
6073 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6074 * gdb.dwarf2/varval.c: New file.
6075 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6076
2ecae92e
AH
60772018-08-17 Alan Hayward <alan.hayward@arm.com>
6078
6079 PR gdb/18931
6080 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6081
c1854f1d
KS
60822018-08-16 Keith Seitz <keiths@redhat.com>
6083
6084 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6085 tests expected to pass.
6086
26fb3983
JV
60872018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6088
6089 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6090 -data-disassemble -a.
6091 (test_disassembly_bogus_args): Likewise.
6092
67943c00
AB
60932018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6094
6095 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6096
5ff2bbae
AB
60972018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6098
6099 * gdb.base/vla-optimized-out.exp: Add new test.
6100
e5bbcd0f
AB
61012018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6102
6103 * gdb.base/vla-optimized-out-o3.exp: Delete.
6104 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6105 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6106 deleted tests.
6107
9d4a934c
AB
61082018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6109
6110 PR gdb/18050:
6111 * gdb.server/extended-remote-restart.c: New file.
6112 * gdb.server/extended-remote-restart.exp: New file.
6113
045cf012
SM
61142018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6115
6116 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6117 "set variable index = 42".
6118
87d6a7aa
SM
61192018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6120
6121 * boards/index-cache-gdb.exp: New file.
6122 * gdb.dwarf2/index-cache.exp: New file.
6123 * gdb.dwarf2/index-cache.c: New file.
6124 * gdb.base/maint.exp: Check if we are using the index cache.
6125
96d68bd4
RO
61262018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6127
6128 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6129 MAKEFLAGS.
6130
5a699617
RO
61312018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6132
6133 * dg-extract-results.sh: Move to toplevel contrib.
6134 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6135 * Makefile.in (check-parallel-racy): Likewise.
6136
5bd18990
AB
61372018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6138
6139 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6140 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6141 tests if the target supports scheduler locking.
6142
3fbbcf47
TV
61432018-08-04 Tom de Vries <tdevries@suse.de>
6144
6145 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6146
3e1d3d8c
TT
61472018-08-02 Tom Tromey <tom@tromey.com>
6148
6149 PR symtab/16842.
6150 * gdb.cp/temargs.exp: Test "info address" of a template
6151 parameter.
6152
5abe0f0c
JV
61532018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6154
6155 * gdb.python/py-mi-var-info-path-expression.c: New file.
6156 * gdb.python/py-mi-var-info-path-expression.py: New file.
6157 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6158
fb66cde8
SDJ
61592018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6160
6161 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6162 error after "cannot resolve name" string.
6163
c708f4d2
AB
61642018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6165
6166 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6167 started.
6168 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6169
37cc0cae
TV
61702018-07-28 Tom de Vries <tdevries@suse.de>
6171
6172 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6173
63b4ecf7
TV
61742018-07-26 Tom de Vries <tdevries@suse.de>
6175
6176 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6177
3c3bb058
AB
61782018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6179
6180 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6181 is visible.
6182
9e7f3bbb
TV
61832018-07-26 Tom de Vries <tdevries@suse.de>
6184
6185 PR breakpoints/23366
6186 * gdb.base/catch-follow-exec.c: New test.
6187 * gdb.base/catch-follow-exec.exp: New file.
6188
16f808ec
TV
61892018-07-25 Tom de Vries <tdevries@suse.de>
6190
6191 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6192 vla-optimized-out.c.
6193
d7154a8d
JV
61942018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6195
6196 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6197 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6198
232a0032
TV
61992018-07-20 Tom de Vries <tdevries@suse.de>
6200
6201 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6202 NOCLONE macro.
6203 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6204
fbb1d502
TV
62052018-07-19 Tom de Vries <tdevries@suse.de>
6206
6207 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6208 regular expression.
6209
42dc7699
TV
62102018-07-18 Tom de Vries <tdevries@suse.de>
6211
6212 * gdb.base/vla-optimized-out.c: New test.
6213 * gdb.base/vla-optimized-out.exp: New file.
6214
7f1f7e23
SDJ
62152018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6216
6217 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6218 message "No address associated with hostname" when gdbserver
6219 cannot resolve the hostname.
6220
5759ebb3
PW
62212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6222
6223 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6224 Add some test prefixes to make tests unique.
6225
3606ccab
PW
62262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6227
6228 * gdb.base/frameapply.c: New file.
6229 * gdb.base/frameapply.exp: New file.
6230
529c08b2
PW
62312018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6232
6233 * gdb.base/skip.exp: Update expected error message.
6234
c7ab0aef
SDJ
62352018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6236 Jan Kratochvil <jan.kratochvil@redhat.com>
6237 Paul Fertser <fercerpav@gmail.com>
6238 Tsutomu Seki <sekiriki@gmail.com>
6239
6240 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6241 parameter.
6242 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6243 by default.
6244 * boards/native-gdbserver.exp: Likewise.
6245 * gdb.server/run-without-local-binary.exp: Improve regexp used
6246 for detecting when a remote debugging connection succeeds.
6247 * gdb.server/server-connect.exp: New file.
6248 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6249 Do not prefix the port number with ":".
6250 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6251 support for detecting and using it. Add '$debughost_gdbserver'
6252 to the list of arguments used to start gdbserver. Handle case
6253 when gdbserver cannot resolve a network name.
6254
16ff70dd
SDJ
62552018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6256
6257 PR c++/23373
6258 * gdb.base/ptype-offsets.cc (struct static_member): New
6259 struct.
6260 (main) <stmember>: New variable.
6261 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6262 with a static member in it.
6263
3541979f
AB
62642018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6265
6266 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6267 watchpoints enabled and disabled.
6268
c8ad9b9a
AB
62692018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6270
6271 * gdb.base/examine-backward.exp: Still run tests around address
6272 0x0, even if address 0x0 is not readable. Update the pattern for
6273 matching address 0x0 in expected output.
6274
e0e5e971
AB
62752018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6276
6277 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6278 malloc/free.
6279
1ea5da02
TV
62802018-07-04 Tom de Vries <tdevries@suse.de>
6281
6282 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6283
471b9d15
MR
62842018-07-02 Maciej W. Rozycki <macro@mips.com>
6285
6286 PR tdep/8282
6287 * gdb.arch/mips-disassembler-options.exp: New test.
6288 * gdb.arch/mips-disassembler-options.s: New test source.
6289
75acb486
PA
62902018-06-29 Pedro Alves <palves@redhat.com>
6291
6292 * gdb.threads/names.exp: Adjust expected "info threads" output.
6293
cd2bb709
PA
62942018-06-29 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.opt/inline-break.exp (line number, address): Add "info
6297 break" tests.
6298
991ff292
PA
62992018-06-29 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6302 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6303 number and address and running to them.
6304
356819b6 63052018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6306
6307 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6308
2512d7ef
JK
63092018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6310
6311 * lib/compiler.c: Remove executable permission flag.
6312
be1b6474
RB
63132018-06-28 Richard Bunt <richard.bunt@arm.com>
6314
6315 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6316 code.
6317 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6318
291f9a96
PT
63192018-06-28 Petr Tesarik <ptesarik@suse.cz>
6320
6321 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6322
ed6dfe51
PT
63232018-06-28 Petr Tesarik <ptesarik@suse.cz>
6324
6325 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6326 address argument is omitted.
6327
d4d429d5
PT
63282018-06-28 Petr Tesarik <ptesarik@suse.cz>
6329
6330 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6331
7ab6656f
OJ
63322018-06-27 Omair Javaid <omair.javaid@linaro.org>
6333
6334 PR gdb/21695
6335 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6336 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6337
a33ccfc7
TT
63382018-06-26 Tom Tromey <tom@tromey.com>
6339
6340 PR rust/22574:
6341 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6342 * gdb.rust/simple.rs (struct SimpleLayout): New.
6343
6d72d289
SM
63442018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6345
6346 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6347 "info registers" output.
6348
8363f9d5
RB
63492018-06-21 Richard Bunt <richard.bunt@arm.com>
6350
6351 * gdb.base/watchpoint-hw-attach.c: New test.
6352 * gdb.base/watchpoint-hw-attach.exp: New file.
6353
f00674fe
SM
63542018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6355
6356 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6357 through /bin/sh.
6358 * boards/dwarf4-gdb-index.exp: Likewise.
6359 * boards/fission-dwp.exp: Likewise.
6360
1d554008
UW
63612018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6362
6363 * gdb.base/float128.exp: Add comment and improved fail message
6364 to the failure case of "print large128" test.
6365
d0ac1c44
SM
63662018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6367
6368 * configure.ac: Remove AC_PREREQ.
6369 * configure: Re-generate.
6370
61b04dd0
PA
63712018-06-19 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6374 (func_extern_caller): New.
6375 (main): Call func_extern_caller.
6376 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6377 logic change.
6378
f63b508a
SM
63792018-06-18 Weimin Pan <weimin.pan@oracle.com>
6380
6381 PR gdb/16841
6382 * gdb.cp/typedef-base.cc: New file.
6383 * gdb.cp/typedef-base.exp: New file.
6384
0fe3a558
TV
63852018-06-18 Tom de Vries <tdevries@suse.de>
6386
6387 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6388
7010835a
AB
63892018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6390 Richard Bunt <Richard.Bunt@arm.com>
6391
6392 * gdb.threads/attach-slow-waitpid.c: New file.
6393 * gdb.threads/attach-slow-waitpid.exp: New file.
6394 * gdb.threads/slow-waitpid.c: New file.
6395
14897d65
PA
63962018-06-14 Pedro Alves <palves@redhat.com>
6397
6398 * gdb.base/fork-running-state.c: Include <errno.h>.
6399 (exit_if_relative_exits): New.
6400 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6401 exits.
6402 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6403 child exits.
6404
5d9a0608
TV
64052018-06-14 Tom de Vries <tdevries@suse.de>
6406
6407 PR cli/22573
6408 * gdb.base/finish-pretty.c: New test.
6409 * gdb.base/finish-pretty.exp: New file.
6410
11ae5818
PA
64112018-06-14 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6414 gdb's expected startup output.
6415
1d39de44
PA
64162018-06-14 Pedro Alves <palves@redhat.com>
6417
6418 * lib/selftest-support.exp (selftest_setup): Remove inlined
6419 function handling.
6420
70ee0000
TV
64212018-06-14 Tom de Vries <tdevries@suse.de>
6422
6423 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6424 matching of breakpoint printing.
6425
11f4b608
TV
64262018-06-13 Tom de Vries <tdevries@suse.de>
6427
6428 PR testsuite/23269
6429 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6430 (fork_child): ... here, and ...
6431 (fork_parent): ... here.
6432
64332018-06-12 Tom de Vries <tdevries@suse.de>
6434
6435 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6436
9516f85a
AB
64372018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6438 Stephen Roberts <stephen.roberts@arm.com>
6439
6440 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6441 rewrite test to describe action performed, rather than possible
6442 failure.
6443
5045b3d7
GB
64442018-06-08 Gary Benson <gbenson@redhat.com>
6445
6446 * gdb.threads/check-libthread-db.exp: New file.
6447 * gdb.threads/check-libthread-db.c: Likewise.
6448
c61b06a1
TT
64492018-06-05 Tom Tromey <tom@tromey.com>
6450
6451 * gdb.base/default.exp: Update expected "show version" output.
6452
eb6af809
TT
64532018-06-05 Tom Tromey <tom@tromey.com>
6454
6455 PR cli/12326:
6456 * gdb.cp/static-print-quit.exp: Update.
6457 * lib/gdb.exp (pagination_prompt): Update.
6458 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6459 * gdb.python/python.exp: Update.
6460
178d6a63
JB
64612018-06-04 Joel Brobecker <brobecker@adacore.com>
6462
6463 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6464
8e817061
JB
64652018-06-01 Joel Brobecker <brobecker@adacore.com>
6466
6467 * gdb.ada/bp_fun_addr: New testcase.
6468
e86ca25f
TT
64692018-06-01 Tom Tromey <tom@tromey.com>
6470
6471 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6472 results.
6473 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6474 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6475 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6476 * gdb.base/maint.exp (maint_pass_if): Update.
6477
4b2dfa9d
MR
64782018-05-31 Maciej W. Rozycki <macro@mips.com>
6479
6480 * gdb.base/endian.exp: New test.
6481 * gdb.base/endian.c: New test source.
6482
45f25d6c
AB
64832018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6484
6485 PR gdb/23203
6486 * gdb.base/bt-selected-frame.c: New file.
6487 * gdb.base/bt-selected-frame.exp: New file.
6488 * lib/gdb.exp (get_current_frame_number): New function.
6489
d9f6d7f8
MR
64902018-05-24 Maciej W. Rozycki <macro@mips.com>
6491 Pedro Alves <palves@redhat.com>
6492
6493 * gdb.threads/tls-core.c: Include <stdlib.h>
6494 (thread_proc): Call `abort'.
6495 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6496 (tls_core_test): New procedure, bits factored out from ...
6497 (top level): ... here. Test both native cores and gcore cores.
6498
ff1cf532
TT
64992018-05-23 Tom Tromey <tom@tromey.com>
6500
6501 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6502
b98664d3
TT
65032018-05-23 Tom Tromey <tom@tromey.com>
6504
6505 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6506 symfile_complaints.
6507 (test_short_complaints): Likewise.
6508 (test_empty_complaints): Likewise.
6509 (test_initial_complaints): Update.
6510
4e9668d0
TT
65112018-05-23 Tom Tromey <tom@tromey.com>
6512
6513 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6514
43ba33c7
TT
65152018-05-23 Tom Tromey <tom@tromey.com>
6516
6517 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6518 (test_short_complaints): Update.
6519
035522c0
PA
65202018-05-22 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/remote.exp: Only gdb_start after compiling the
6523 testcase. Issue "disconnect" before testing "set remote" command
6524 defaults. Issue clean_restart before running to main.
6525
cc0be08f
PA
65262018-05-22 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/remote.exp: Adjust expected output of "show remote
6529 memory-write-packet-size". Add tests for "set remote
6530 memory-write-packet-size 0" and "set remote
6531 memory-write-packet-size fixed/limit".
6532
b1b60145
PA
65332018-05-22 Pedro Alves <palves@redhat.com>
6534
6535 PR gdb/22973
6536 * gdb.base/utf8-identifiers.c: New file.
6537 * gdb.base/utf8-identifiers.exp: New file.
6538
0ec848ad
PFC
65392018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6540
6541 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6542
2c3305f6
PFC
65432018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6544
6545 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6546
ce1e8424
TT
65472018-05-18 Tom Tromey <tom@tromey.com>
6548
6549 * gdb.base/ptype-offsets.exp: Update.
6550
ddfe970e
KS
65512018-05-17 Keith Seitz <keiths@redhat.com>
6552
6553 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6554 in expected breakpoint stop locations.
6555 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6556 move to proper scope to test variable values.
6557 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6558 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6559 New functions.
6560 (main): Call not_inline_func3.
6561 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6562 inline_func1, inline_func2, and inline_func3. Test that when each
6563 breakpoint is hit, GDB properly reports both the stop location
6564 and the backtrace. Repeat tests for temporary breakpoints.
6565
0726fcc6
MR
65662018-05-15 Maciej W. Rozycki <macro@mips.com>
6567
6568 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6569 rather then trying to access it in determining whether the PID
6570 of `gdbserver' could have been retrieved.
6571
8ee22052
AB
65722018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6573
6574 * gdb.arch/amd64-init-x87-values.S: New file.
6575 * gdb.arch/amd64-init-x87-values.exp: New file.
6576
7785df48
JK
65772018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6578
6579 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6580
56bcdbea
TT
65812018-05-04 Tom Tromey <tom@tromey.com>
6582
6583 PR python/22730:
6584 * gdb.python/python.exp: Test multi-line execute.
6585
a913fffb
TT
65862018-05-04 Tom Tromey <tom@tromey.com>
6587
6588 PR python/22731:
6589 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6590
7a2c85f2
TT
65912018-05-04 Tom Tromey <tom@tromey.com>
6592
6593 PR gdb/11750:
6594 * gdb.base/define.exp: Test defining a user command inside a user
6595 command.
6596 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6597
a3b60e45
JK
65982018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6599 Pedro Alves <palves@redhat.com>
6600
6601 PR breakpoints/19806 and support for PR external/20207.
6602 * gdb.base/watchpoint-unaligned.c: New file.
6603 * gdb.base/watchpoint-unaligned.exp: New file.
6604
45fe4a03
AB
66052018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6606
6607 * gdb.base/maint.exp: Make test names unique, use
6608 test_prefix_command_help to test 'help maint info', and remove
6609 repeated test of 'help maint'.
6610
9be2ae8f
TT
66112018-05-04 Tom Tromey <tom@tromey.com>
6612
6613 PR gdb/22619:
6614 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6615 behavior.
6616
11859c31
AB
66172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6618
6619 * gdb.base/maint.exp: Process output from 'maint print registers'
6620 line at a time.
6621
089a9490
AB
66222018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6623
6624 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6625 timeout.
6626
9b0797e2
AB
66272018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6628
6629 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6630 filter pattern.
6631
f6ac5f3d
PA
66322018-05-02 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6635 to_log_command renames.
6636 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6637
77d3c63b
TT
66382018-05-02 Tom Tromey <tom@tromey.com>
6639
6640 * gdb.python/py-parameter.exp: Set test message.
6641
0489430a
TT
66422018-05-02 Tom Tromey <tom@tromey.com>
6643
6644 PR python/20084:
6645 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6646 PARAM_ZUINTEGER_UNLIMITED tests.
6647
1632f8ba
DR
66482018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6649
6650 PR rust/23124
6651 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6652 when casting.
6653
6d7bb824
TT
66542018-04-30 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.python/py-type.exp: Check align attribute.
6657 * gdb.python/py-type.c: New "aligncheck" global.
6658
007e1530
TT
66592018-04-30 Tom Tromey <tom@tromey.com>
6660
6661 PR exp/17095:
6662 * gdb.dwarf2/dw2-align.exp: New file.
6663 * gdb.cp/align.exp: New file.
6664 * gdb.base/align.exp: New file.
6665 * lib/gdb.exp (gdb_int128_helper): New proc.
6666 (has_int128_c, has_int128_cxx): New caching procs.
6667
6873858b
TT
66682018-04-27 Tom Tromey <tom@tromey.com>
6669
6670 PR rust/22545:
6671 * gdb.rust/simple.exp: Add inclusive range tests.
6672
79188d8d
PA
66732018-04-26 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6676 ifunc breakpoint locations correctly of ifunc breakpoints set
6677 while the program resolves the ifunc.
6678
c7075ad5
PA
66792018-04-26 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.base/gnu-ifunc-final.c: New file.
6682 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6683 * gdb.base/gnu-ifunc.exp (executable): Delete.
6684 (staticexecutable): Adjust.
6685 (lib_opts, exec_opts): Delete.
6686 (make_binsuffix, build, set-break): New procedures.
6687 (misc_tests): New, with tests factored out from the top level.
6688 (top level): Test different combinations of ifunc resolver name,
6689 resolver with and with debug info, and ifunc target with and
6690 without debug info. Wrap static tests with with_target_prefix.
6691
8388016d
PA
66922018-04-26 Pedro Alves <palves@redhat.com>
6693
6694 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6695 return type" warnings.
6696
249b5733
PA
66972018-04-25 Pedro Alves <palves@redhat.com>
6698
6699 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6700 killed".
6701 * gdb.base/kill-after-signal.exp: Likewise.
6702 * gdb.threads/kill.exp: Likewise.
6703
f67c0c91
SDJ
67042018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6705 Sergio Durigan Junior <sergiodj@redhat.com>
6706 Pedro Alves <palves@redhat.com>
6707
6708 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6709 regexps to expect for '[Inferior ... detached]' as well.
6710 * gdb.base/attach.exp: Likewise.
6711 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6712 "gdb_continue_to_end".
6713 (test_catch_syscall_with_wrong_args): Likewise.
6714 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6715 ']'. Don't set 'verbose' on.
6716 * gdb.base/foll-vfork.exp: Likewise.
6717 * gdb.base/fork-print-inferior-events.c: New file.
6718 * gdb.base/fork-print-inferior-events.exp: New file.
6719 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6720 '[Inferior ... has been killed]' message.
6721 * gdb.base/kill-after-signal.exp: Likewise.
6722 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6723 detach message.
6724 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6725 message.
6726 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6727 regexps to expect for '[Inferior ... detached]' as well.
6728 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6729
0a8ddac4
SM
67302018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6731
6732 PR gdb/23104
6733 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6734
701adfb0
PA
67352018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6736
6737 PR gdb/23095
6738 * gdb.base/break-probes.exp: Pass shlib_load to
6739 prepare_for_testing. Set normal_bp to r_debug_state if target is
6740 bsd.
6741
d27d16bf
RB
67422018-04-19 Richard Bunt <richard.bunt@arm.com>
6743
6744 * gdb.threads/multiple-successive-infcall.c: New test.
6745 * gdb.threads/multiple-successive-infcall.exp: New file.
6746
a037790e
TT
67472018-04-17 Tom Tromey <tom@tromey.com>
6748
6749 * gdb.rust/simple.rs (Union): New type.
6750 (main): New local "u".
6751 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6752
e3a91079
AA
67532018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6754
6755 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6756 number information in output of "whereis" command.
6757 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6758
b744723f
AA
67592018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6760
6761 * gdb.ada/info_types.exp: Adjust expected output to the line
6762 numbers now printed by "info var/func/type".
6763 * gdb.base/completion.exp: Likewise.
6764 * gdb.base/included.exp: Likewise.
6765 * gdb.cp/cp-relocate.exp: Likewise.
6766 * gdb.cp/cplusfuncs.exp: Likewise.
6767 * gdb.cp/namespace.exp: Likewise.
6768 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6769
4a4495d6
MM
67702018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6771
6772 * gdb.btrace/cpu.exp: New.
6773
1d509aa6
MM
67742018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6775
6776 * gdb.base/step-indirect-call-thunk.exp: New.
6777 * gdb.base/step-indirect-call-thunk.c: New.
6778 * gdb.reverse/step-indirect-call-thunk.exp: New.
6779 * gdb.reverse/step-indirect-call-thunk.c: New.
6780
6295b6da
SM
67812018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6782
6783 * gdb.base/pie-fork.c: New file.
6784 * gdb.base/pie-fork.exp: New file.
6785
50146e70
TT
67862018-04-11 Tom Tromey <tom@tromey.com>
6787
6788 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6789
f50d8a2e
PA
67902018-04-10 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6793 exits. Instead loop running forever.
6794 (fork_parent): Run forever too.
6795
a0be7a36
SM
67962018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6797
6798 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6799 mi_continue_to_line.
6800 * gdb.mi/mi-stack.c (callee4): Add comment.
6801
9b73db36
SM
68022018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6803
6804 * gdb.mi/mi-stack.exp: Fix indentation.
6805
c912f608
SM
68062018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6807
6808 PR gdb/22979
6809 * gdb.arch/amd64-osabi.exp: New file.
6810
26540402
SM
68112018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6812
6813 PR gdb/22980
6814 * gdb.base/osabi.exp: New file.
6815
121ad66c 68162018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6817
6818 * gdb.cp/static-typedef-print.exp: New file.
6819 * gdb.cp/static-typedef-print.cc: New file.
6820
3fcded8f
JB
68212018-03-27 Joel Brobecker <brobecker@adacore.com>
6822
6823 * gdb.ada/varsize_limit: New testcase.
6824
59cc4834
JB
68252018-03-27 Joel Brobecker <brobecker@adacore.com>
6826
6827 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6828
6829 * gdb.ada/notcplusplus: New testcase.
6830
6831 * gdb.base/c-linkage-name.c: New file.
6832 * gdb.base/c-linkage-name.exp: New testcase.
6833
4ca59a9f
TT
68342018-03-26 Tom Tromey <tom@tromey.com>
6835
6836 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6837 * gdb.python/py-framefilter.py (name_error): New global.
6838 (ErrorInName.function): Use name_error.
6839
978d6c75
TT
68402018-03-26 Tom Tromey <tom@tromey.com>
6841
6842 PR backtrace/15582:
6843 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6844
b7fee5a3
KS
68452018-03-23 Keith Seitz <keiths@redhat.com>
6846
6847 PR c++/22968
6848 * gdb.cp/subtypes.exp: New file.
6849 * gdb.cp/subtypes.h: New file.
6850 * gdb.cp/subtypes.cc: New file.
6851 * gdb.cp/subtypes-2.cc: New file.
6852
376be529
AB
68532018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6854
6855 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6856 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6857 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6858 -nostartfiles when compiling the test. Confirm that all registers
6859 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6860
066cfa98
AB
68612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6862
6863 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6864 option, syntax was wrong anyway.
6865 * gdb.arch/arm-disp-step.exp: Likewise.
6866 * gdb.arch/sparc64-regs.exp: Likewise.
6867 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6868 option, syntax was wrong anyway, switch to use
6869 prepare_for_testing.
6870 * gdb.arch/i386-disp-step.exp: Likewise.
6871
079670b9
AA
68722018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6873
6874 * gdb.ada/exec_changed.exp: Replace "target_info exists
6875 use_gdb_stub" by "use_gdb_stub".
6876 * gdb.ada/start.exp: Likewise.
6877 * gdb.base/async-shell.exp: Likewise.
6878 * gdb.base/attach-pie-misread.exp: Likewise.
6879 * gdb.base/attach-wait-input.exp: Likewise.
6880 * gdb.base/break-entry.exp: Likewise.
6881 * gdb.base/break-interp.exp: Likewise.
6882 * gdb.base/dprintf-detach.exp: Likewise.
6883 * gdb.base/nostdlib.exp: Likewise.
6884 * gdb.base/solib-nodir.exp: Likewise.
6885 * gdb.base/statistics.exp: Likewise.
6886 * gdb.base/testenv.exp: Likewise.
6887 * gdb.mi/mi-exec-run.exp: Likewise.
6888 * gdb.mi/mi-start.exp: Likewise.
6889 * gdb.multi/dummy-frame-restore.exp: Likewise.
6890 * gdb.multi/multi-arch-exec.exp: Likewise.
6891 * gdb.multi/multi-arch.exp: Likewise.
6892 * gdb.multi/tids.exp: Likewise.
6893 * gdb.multi/watchpoint-multi.exp: Likewise.
6894 * gdb.python/py-events.exp: Likewise.
6895 * gdb.threads/attach-into-signal.exp: Likewise.
6896 * gdb.threads/attach-stopped.exp: Likewise.
6897 * gdb.threads/threadapply.exp: Likewise.
6898 * lib/selftest-support.exp: Likewise.
6899
26d6cec4
AA
69002018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6901
6902 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6903
4ee89e90
SR
69042018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6905
6906 * gdb.perf/template-breakpoints.cc: New file.
6907 * gdb.perf/template-breakpoints.exp: New file.
6908 * gdb.perf/template-breakpoints.py: New file.
6909
92630041
TT
69102018-03-19 Tom Tromey <tom@tromey.com>
6911
6912 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6913 y0.
6914 * gdb.rust/simple.exp: Test bare identifier form of struct
6915 initializer.
6916
76727919
TT
69172018-03-19 Tom Tromey <tom@tromey.com>
6918
6919 * gdb.gdb/observer.exp: Remove.
6920
194ed413
AA
69212018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6922
6923 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6924 "qualified" option when setting breakpoints.
6925 * gdb.trace/backtrace.exp: Likewise.
6926 * gdb.trace/circ.exp: Likewise.
6927 * gdb.trace/collection.exp: Likewise.
6928 * gdb.trace/disconnected-tracing.exp: Likewise.
6929 * gdb.trace/ftrace-lock.exp: Likewise.
6930 * gdb.trace/ftrace.exp: Likewise.
6931 * gdb.trace/infotrace.exp: Likewise.
6932 * gdb.trace/packetlen.exp: Likewise.
6933 * gdb.trace/passc-dyn.exp: Likewise.
6934 * gdb.trace/qtro.exp: Likewise.
6935 * gdb.trace/read-memory.exp: Likewise.
6936 * gdb.trace/report.exp: Likewise.
6937 * gdb.trace/signal.exp: Likewise.
6938 * gdb.trace/status-stop.exp: Likewise.
6939 * gdb.trace/strace.exp: Likewise.
6940 * gdb.trace/tfind.exp: Likewise.
6941 * gdb.trace/trace-break.exp: Likewise.
6942 * gdb.trace/trace-condition.exp: Likewise.
6943 * gdb.trace/trace-mt.exp: Likewise.
6944 * gdb.trace/tstatus.exp: Likewise.
6945 * gdb.trace/tsv.exp: Likewise.
6946 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6947 * gdb.trace/unavailable.exp: Likewise.
6948 * gdb.trace/while-dyn.exp: Likewise.
6949
8b067d2c
AA
69502018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6951
6952 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6953 that libinproctrace is copied to the target.
6954
3ae9ce5d
TT
69552018-03-14 Tom Tromey <tom@tromey.com>
6956
6957 PR cli/14977:
6958 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6959 a null pointer.
6960 * gdb.base/wchar.exp: Likewise.
6961
b8c2339b
TT
69622018-03-14 Tom Tromey <tom@tromey.com>
6963
6964 PR cli/19918:
6965 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6966 flag.
6967
4872dc46
SM
69682018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6969
6970 PR gdb/22841
6971 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6972 "target" to remote_exec.
6973
e4fe3756
SM
69742018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6975
6976 PR gdb/22841
6977 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6978 ${board}_upload): Remove.
6979
e95a97d4
AA
69802018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6981
6982 * gdb.cp/watch-cp.cc: New test.
6983 * gdb.cp/watch-cp.exp: New file.
6984
dbbb1059
AB
69852018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6986
6987 * gdb.base/infcall-nested-structs.exp: New file.
6988 * gdb.base/infcall-nested-structs.c: New file.
6989 * gdb.base/float.exp: Add riscv support.
6990
ecc054c0
TP
69912018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6992
6993 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6994 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6995
25e3c82c
SDJ
69962018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6997
6998 * gdb.server/abspath.exp: New file.
6999 * lib/gdb.exp (with_cwd): New procedure.
7000
3083294d
SM
70012018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7002
7003 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7004 use it.
7005 (gdb_is_target_remote_prompt): New proc.
7006 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7007 (gdb_is_target_native): Pass prompt parameter to
7008 gdb_is_target_1.
7009
3275ef47
SM
70102018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7011
7012 * gdb.base/load-command.c: New file.
7013 * gdb.base/load-command.exp: New file.
7014 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7015 (gdb_is_target_1): ...this, and generalize for other targets
7016 than just remote.
7017 (gdb_is_target_remote): Use gdb_is_target_1.
7018 (gdb_is_target_native): use gdb_is_target_1.
7019
6893c19a
TT
70202018-02-26 Tom Tromey <tom@tromey.com>
7021
7022 PR python/16497:
7023 * gdb.python/py-framefilter.exp: Update test.
7024
2ddeaf8a
TT
70252018-02-26 Tom Tromey <tom@tromey.com>
7026
7027 * gdb.dwarf2/variant.c: New file.
7028 * gdb.dwarf2/variant.exp: New file.
7029
c9317f21
TT
70302018-02-26 Tom Tromey <tom@tromey.com>
7031
7032 * gdb.rust/simple.exp: Accept more possible results in enum test.
7033
6f6d0c26
SM
70342018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7035
7036 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7037 parentheses.
7038
11b03145
MR
70392018-02-23 Maciej W. Rozycki <macro@mips.com>
7040
7041 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7042 name of a variable: $actual_linejj -> $actual_line.
7043
54a27fe5
JB
70442018-02-21 John Baldwin <jhb@FreeBSD.org>
7045
7046 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7047
de65820c
MM
70482018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7049
7050 * gdb.btrace/buffer-size.exp: Do not force BTS.
7051
980548fd
PA
70522018-02-14 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7055 getting a "Quit".
7056
c4e12631
MM
70572018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7058
7059 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7060 Fix test name.
7061
c2e0e465
SM
70622018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7063
7064 * gdb.cp/m-static.exp: Check type of optimized out static
7065 member.
7066
f7216783
AB
70672018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7068
7069 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7070 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7071
0625771b
LS
70722018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7073 Leszek Swirski <leszeks@google.com>
7074
7075 * gdb.python/py-prettyprint.c
7076 (struct to_string_returns_value_inner,
7077 struct to_string_returns_value_wrapper): New.
7078 (main): Add tsrvw variable.
7079 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7080 ToStringReturnsValueWrapper): New classes.
7081 (register_pretty_printers): Register new pretty-printers.
7082 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7083 recursive pretty printer.
7084 * gdb.python/py-mi.exp: Likewise.
7085
59498c30
LS
70862018-02-01 Leszek Swirski <leszeks@google.com>
7087
7088 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7089 functions with the same name as an include file are parsed
7090 correctly.
7091
d4d38844
YQ
70922018-02-01 Yao Qi <yao.qi@linaro.org>
7093
7094 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7095 "\[^\r\n\]*".
7096
07e5f5cf
NP
70972018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7098
7099 * gdb.arch/powerpc-prologue-frame.s: New file.
7100 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7101 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7102
929b5ad4
JB
71032018-01-31 Joel Brobecker <brobecker@adacore.com>
7104
7105 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7106
e671cd59
PA
71072018-01-30 Pedro Alves <palves@redhat.com>
7108
7109 PR gdb/13211
7110 * gdb.base/interrupt-daemon.c: New.
7111 * gdb.base/interrupt-daemon.exp: New.
7112 * gdb.multi/multi-term-settings.c: New.
7113 * gdb.multi/multi-term-settings.exp: New.
7114
fc413dc4
JB
71152018-01-30 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.base/break.exp: Save the location where the breakpoint
7118 on break.c:47 was actually inserted when debugging the version
7119 compiled at -O2 and use it in the expected output of the "info
7120 break" test performed soon after.
7121
5c319bb2
PA
71222018-01-22 Pedro Alves <palves@redhat.com>
7123 Sergio Durigan Junior <sergiodj@redhat.com>
7124
7125 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7126 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7127
a9e40818
JB
71282018-01-22 Joel Brobecker <brobecker@adacore.com>
7129
7130 * gdb.base/break-include.c, gdb.base/break-include.inc,
7131 gdb.base/break-include.exp: New files.
7132 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7133 line number now being the actual line number where the breakpoint
7134 was inserted.
7135 * gdb.mi/mi-break.exp: Likewise.
7136 * gdb.mi/mi-reverse.exp: Likewise.
7137 * gdb.mi/mi-simplerun.exp: Ditto.
7138
e707fc44
AB
71392018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7140
7141 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7142 varobj.
7143 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7144
ae451627
AB
71452018-01-21 Don Breazeal <donb@codesourcery.com>
7146 Andrew Burgess <andrew.burgess@embecosm.com>
7147
7148 * gdb.mi/basics.c: Add new global.
7149 * gdb.mi/mi-frame-regs.exp: New file.
7150 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7151 case.
7152
b1b189e0
AB
71532018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7154
7155 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7156 non-parameter, and on an unknown symbol.
7157
fcfcc376
TT
71582018-01-19 Tom Tromey <tom@tromey.com>
7159
7160 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7161 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7162
634c1c31
AA
71632018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7164
7165 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7166 setrlimit and chdir to int.
7167
d6ad07fd
AA
71682018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7169
7170 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7171 function.
7172 (my_tend): Likewise.
7173 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7174 rationale of avoiding FP- and vector instructions.
7175
adf8243b
RK
71762018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7177
7178 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7179 "info reg" with "\[ \t\]*".
7180 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7181 "\[ \t\]+".
7182 * gdb.arch/s390-multiarch.exp: Ditto.
7183 * gdb.base/pc-fp.exp: Ditto.
7184 * gdb.reverse/i386-precsave.exp: Ditto.
7185 * gdb.reverse/i386-reverse.exp: Ditto.
7186 * gdb.reverse/i387-env-reverse.exp: Ditto.
7187 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7188
dcc06925
AA
71892018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7190
7191 * lib/gdb.exp (gdb_compile): Re-enable use of
7192 universal_compile_options for languages other than Rust.
7193
25d4fd80
AA
71942018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7195
7196 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7197
ee7f689e 71982018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7199
7200 PR gdb/16577
7201 * gdb.base/solib-vanish.exp: New.
7202 * gdb.base/solib-vanish-main.c: New.
7203 * gdb.base/solib-vanish-lib1.c: New.
7204 * gdb.base/solib-vanish-lib2.c: New.
7205
d8447b6b
YQ
72062018-01-17 Yao Qi <yao.qi@linaro.org>
7207
7208 * gdb.compile/compile.exp: Match the address printed for
7209 frame in the output of command "bt".
7210
86d6a90c
TT
72112018-01-15 Tom Tromey <tom@tromey.com>
7212
7213 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7214 compute sp_reg.
7215
cbcdb1aa
AB
72162018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7217
7218 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7219 to prepare.
7220 (prepare): Return 0 on error, 1 on success.
7221
eea61984
PA
72222018-01-12 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.base/continue-after-aborted-step-over.c: New.
7225 * gdb.base/continue-after-aborted-step-over.exp: New.
7226
6181e9c2
SM
72272018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7228
7229 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7230 options when not creating an executable.
7231
3cada740
PA
72322018-01-11 Pedro Alves <palves@redhat.com>
7233
7234 PR remote/22597
7235 * gdb.server/stop-reply-no-thread.c: New file.
7236 * gdb.server/stop-reply-no-thread.exp: New file.
7237
c63d3e8d
PA
72382018-01-10 Pedro Alves <palves@redhat.com>
7239
7240 PR gdb/22670
7241 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7242 functions too. Test setting breakpoints and printing C functions
7243 with no debug info too.
7244 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7245
d4c2a405
PA
72462018-01-10 Pedro Alves <palves@redhat.com>
7247
7248 PR gdb/22670
7249 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7250 a fail.
7251
8825213e
PA
72522018-01-10 Pedro Alves <palves@redhat.com>
7253
7254 PR gdb/22670
7255 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7256
605fd3c6
YQ
72572018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7258
7259 * gdb.server/unittest.exp: Match the output in non-development
7260 mode.
7261
1e5ded6c
YQ
72622018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7263
7264 * gdb.gdb/unittest.exp: Match output in non-development mode.
7265
30066b0b
JB
72662018-01-08 Joel Brobecker <brobecker@adacore.com>
7267
7268 * gdb.ada/access_tagged_param.exp: Relax expected output
7269 for value of "ObjL" in "continue" to pck.inspect breakpoint
7270 test.
7271
04bafb1e
XR
72722018-01-08 Joel Brobecker <brobecker@adacore.com>
7273
9f86398b
JB
7274 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7275 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7276
e379cee6
PA
72772018-01-05 Pedro Alves <palves@redhat.com>
7278
7279 PR gdb/18653
7280 * gdb.base/libsegfault.exp: New.
7281
de63c46b
PA
72822018-01-05 Joel Brobecker <brobecker@adacore.com>
7283
7284 PR gdb/22670
7285 * gdb.ada/access_tagged_param.exp: New file.
7286 * gdb.ada/access_tagged_param/foo.adb: New file.
7287
f98fc17b
PA
72882018-01-05 Pedro Alves <palves@redhat.com>
7289
7290 PR gdb/22670
7291 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7292 exercise lower case too, and to exercise both full matching and
7293 wild matching.
7294
342f8240
JB
72952018-01-05 Joel Brobecker <brobecker@adacore.com>
7296
7297 * gdb.ada/rename_subscript_param: New testcase.
7298
7150d33c
JG
72992018-01-05 Jerome Guitton <guitton@adacore.com>
7300
7301 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7302
cc0e770c
JB
73032018-01-05 Joel Brobecker <brobecker@adacore.com>
7304
7305 * gdb.ada/convvar_comp: New testcase.
7306
672a41aa 73072018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7308
7309 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7310 (My_Table): New global variable.
7311 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7312
7365ec2f
JB
73132018-01-04 Joel Brobecker <brobecker@adacore.com>
7314
7315 PR gdb/22670
7316 * gdb.ada/maint_with_ada: New testcase.
7317
289483b6
JB
73182018-01-04 Joel Brobecker <brobecker@adacore.com>
7319
7320 PR gdb/22670
7321 * gdb.ada/bp_c_mixed_case: New testcase.
7322
344420da
JB
73232018-01-04 Joel Brobecker <brobecker@adacore.com>
7324
7325 PR gdb/22670
7326 * gdb.ada/complete.exp: Add "complete break ada" test.
7327
66fc87a0
JB
73282018-01-04 Joel Brobecker <brobecker@adacore.com>
7329
7330 PR gdb/22670
7331 * gdb.ada/info_addr_mixed_case: New testcase.
7332
9f757bf7
XR
73332018-01-03 Xavier Roirand <roirand@adacore.com>
7334
7335 * gdb.ada/excep_handle.exp: New testcase.
7336 * gdb.ada/excep_handle/foo.adb: New file.
7337 * gdb.ada/excep_handle/pck.ads: New file.
7338
bd570f80
JB
73392018-01-03 Joel Brobecker <brobecker@adacore.com>
7340
7341 * gdb.base/step-line.c: Add extra empty line in copyright header.
7342 * gdb.base/step-line.inp: Likewise.
7343
9fe561ab
JB
73442018-01-02 Joel Brobecker <brobecker@adacore.com>
7345
7346 * gdb.ada/dyn_stride.exp: Add slice test.
7347
a405673c
JB
73482018-01-02 Joel Brobecker <brobecker@adacore.com>
7349
7350 * gdb.ada/dyn_stride: New testcase.
7351
cef0f868
SH
73522017-12-27 Stafford Horne <shorne@gmail.com>
7353
7354 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7355 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7356
b67d92b0
SH
73572017-12-27 Stafford Horne <shorne@gmail.com>
7358
7359 * gdb.base/reggroups.c: New file.
7360 * gdb.base/reggroups.exp: New file.
7361
eccab96d
JB
73622017-12-18 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.dwarf2/ada-valprint-error.c: New file.
7365 * gdb.dwarf2/ada-valprint-error.exp: New file.
7366
0e2da9f0
JB
73672017-12-18 Joel Brobecker <brobecker@adacore.com>
7368
7369 * gdb.ada/assign_arr: New testcase.
7370
cb923fcc
XR
73712017-12-18 Xavier Roirand <roirand@adacore.com>
7372
7373 * gdb.ada/funcall_ptr: New testcase.
7374
7c161838
SDJ
73752017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7376
7377 PR cli/16224
7378 * gdb.base/ptype-offsets.cc: New file.
7379 * gdb.base/ptype-offsets.exp: New file.
7380
1af17fd9
YQ
73812017-12-15 Yao Qi <yao.qi@linaro.org>
7382
7383 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7384 if XML is disabled.
7385
828d5846
XR
73862017-12-15 Xavier Roirand <roirand@adacore.com>
7387
7388 * gdb.ada/same_component_name: New testcase.
7389
79e8fcaa
JB
73902017-12-14 Joel Brobecker <brobecker@adacore.com>
7391
7392 * gdb.ada/str_binop_equal: New testcase.
7393
e05fa6f9
JB
73942017-12-14 Joel Brobecker <brobecker@adacore.com>
7395
7396 * gdb.ada/task_switch_in_core: New testcase.
7397
b89641ba
SM
73982017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7399
7400 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7401 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7402 call test_bkpt_qualified.
7403 (test_bkpt_qualified): New proc.
7404
6892d2e4
PA
74052017-12-13 Pedro Alves <palves@redhat.com>
7406
7407 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7408 Tighten regexp by matching with an anchor.
7409
a22ecf70
PA
74102017-12-13 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7413 ("expression with namespace"): New set of tests.
7414 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7415 (Nested::Test_NS::qux): New.
7416 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7417 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7418
9937536c
JB
74192017-12-13 Joel Brobecker <brobecker@adacore.com>
7420
7421 * gdb.base/server-del-break.c: New file.
7422 * gdb.base/server-del-break.exp: New file.
7423
fe49c6f5
SH
74242017-12-12 Stafford Horne <shorne@gmail.com>
7425
7426 * gdb.xml/tdesc-regs.exp: Add or1k support.
7427
c3d18620
SH
74282017-12-12 Stafford Horne <shorne@gmail.com>
7429
7430 * gdb.base/bp-permanent.c: Define nop of or1k.
7431
c5f9cfc8
JB
74322017-12-11 Joel Brobecker <brobecker@adacore.com>
7433
7434 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7435 output with components being reordered.
7436
a9c135fc
JB
74372017-12-11 Joel Brobecker <brobecker@adacore.com>
7438
7439 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7440 output with components being reordered.
7441
927aa2e7
JK
74422017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7443 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.base/maint.exp (check for .gdb_index): Check also for
7446 .debug_names.
7447 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7448 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7449 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7450 (.gdb_index used after symbol reloading): Support also .debug_names.
7451 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7452
f17d9474
YQ
74532017-12-08 Yao Qi <yao.qi@linaro.org>
7454
7455 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7456 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7457
a0de8c21
YQ
74582017-12-08 Yao Qi <yao.qi@linaro.org>
7459
7460 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7461 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7462
a738ea1d
YQ
74632017-12-08 Yao Qi <yao.qi@linaro.org>
7464
7465 * gdb.arch/aarch64-tagged-pointer.c: New file.
7466 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7467
1cd9a73b
SDJ
74682017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7469
7470 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7471 "int".
7472
fa6eb693
KS
74732017-12-07 Keith Seitz <keiths@redhat.com>
7474
7475 PR breakpoints/22569
7476 * gdb.linespec/ls-errs.exp: Change expected result of "break
7477 -source this file has spaces.c -line 3".
7478 Check that an explicit source file followed by whitespace is
7479 identified as an invalid explicit location.
7480
883fd55a
KS
74812017-12-07 Keith Seitz <keiths@redhat.com>
7482
7483 * gdb.cp/nested-types.cc: New file.
7484 * gdb.cp/nested-types.exp: New file.
7485 * lib/cp-support.exp: Load data-structures.exp library.
7486 (debug_cp_test_ptype_class): New global.
7487 (cp_ptype_class_verbose, next_line): New procedures.
7488 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7489 Add and document new return value.
7490 Switch the list of lines to a queue.
7491 Add support for new `type' key for nested type definitions.
7492 Add debugging/troubleshooting messages.
7493 * lib/data-structures.exp: New file.
7494
ec72db3e
SM
74952017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7498 with proc_with_prefix, don't use with_test_prefix.
7499
99598d71
TT
75002017-12-07 Tom Tromey <tom@tromey.com>
7501
7502 * gdb.base/break.exp: Add test for empty "commands".
7503
a8806230
YQ
75042017-12-07 Yao Qi <yao.qi@linaro.org>
7505
7506 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7507 malloc and catch syscall.
7508
824cc835
PM
75092017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7510
e79be6e5 7511 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7512 tests for explicit locations.
7513
7cc244de
PA
75142017-12-06 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7517 force-disabling XML descriptions.
7518
50a1fdd5
PA
75192017-12-04 Pedro Alves <palves@redhat.com>
7520
7521 PR gdb/22499
7522 * gdb.arch/amd64-disp-step-avx.S: New file.
7523 * gdb.arch/amd64-disp-step-avx.exp: New file.
7524
f0fb2488
PA
75252017-12-03 Pedro Alves <palves@redhat.com>
7526
7527 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7528 and <string.h>.
7529 (parent_function): Print distinct messages when waitpid fails, or
7530 the child exits with a signal, or the child exits for an unhandled
7531 reason.
7532 * gdb.threads/process-dies-while-detaching.exp
7533 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7534 it. Wait for both inferior output and GDB's prompt. Use an
7535 indirect spawn id list.
7536 (do_detach): New parameter 'child_exit'. Use it to compute
7537 expected inferior output.
7538 (test_detach, test_detach_watch, test_detach_killed_outside):
7539 Adjust to pass down the expected child exit kind.
7540
97cbe998
SDJ
75412017-12-01 Joel Brobecker <brobecker@adacore.com>
7542 Sergio Durigan Junior <sergiodj@redhat.com>
7543 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7546
40fc416f
SDJ
75472017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7548
7549 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7550 to 'symbol-file' and 'add-symbol-file' can be
7551 position-independent.
7552
1cc75e92
YQ
75532017-12-01 Yao Qi <yao.qi@linaro.org>
7554
7555 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7556 the URL in copyright header.
7557 * gdb.arch/aarch64-fp.exp: Likewise.
7558 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7559 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7560 * gdb.base/expand-psymtabs.exp: Likewise.
7561 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7562 * gdb.fortran/common-block.exp: Likewise.
7563 * gdb.fortran/common-block.f90: Likewise.
7564 * gdb.fortran/logical.exp: Likewise.
7565 * gdb.fortran/vla-datatypes.f90: Likewise.
7566 * gdb.fortran/vla-sub.f90: Likewise.
7567
875fb7a7
JB
75682017-11-30 Joel Brobecker <brobecker@adacore.com>
7569
7570 * gdb.ada/repeat_dyn: New testcase.
7571
6f14765f
UW
75722017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7573
7574 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7575 Update for changed thread numbering.
7576 * gdb.cell/bt.exp: Update for changed GDB output.
7577
f1af7b94
SM
75782017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7579
7580 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7581 setting isremote by hand.
7582 * boards/dwarf4-gdb-index.exp: Likewise.
7583 * boards/fission.exp: Likewise.
7584 * boards/stabs.exp: Likewise.
7585
e3919f3e
PA
75862017-11-30 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.linespec/cpls-ops.exp
7589 (check_explicit_skips_function_argument): Extract the underlying
7590 type of size_t instead of hardcoding it.
7591
bd69330d
PA
75922017-11-29 Pedro Alves <palves@redhat.com>
7593
7594 PR c++/19436
7595 * gdb.linespec/cpls-abi-tag.cc: New file.
7596 * gdb.linespec/cpls-abi-tag.exp: New file.
7597
a20714ff
PA
75982017-11-29 Pedro Alves <palves@redhat.com>
7599
7600 * gdb.base/langs.exp: Use -qualified.
7601 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7602 it.
7603 * gdb.cp/namespace.exp: Use -qualified.
7604 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7605 (overload-3, template-overload, template-ret-type, const-overload)
7606 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7607 procedures.
7608 (test_driver): Call them.
7609 * gdb.cp/save-bp-qualified.cc: New.
7610 * gdb.cp/save-bp-qualified.exp: New.
7611 * gdb.linespec/explicit.exp: Test -qualified.
7612 * lib/completion-support.exp (completion::explicit_opts_list): Add
7613 "-qualified".
7614 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7615
f6f1d339
PM
76162017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7617
7618 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7619
02ca603a
TT
76202017-11-29 Tom Tromey <tom@tromey.com>
7621
7622 * gdb.base/relocate.exp: Update invalid argument test.
7623 Add new tests for invalid arguments.
7624
ed6c0bfb
TP
76252017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7626
7627 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7628 Return 0 as a long.
7629 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7630
f106e10e
TP
76312017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7632
7633 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7634 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7635 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7636 func ().
7637 * gdb.cp/shadow.cc (B.func): Return 0.
7638
10329bb2
JB
76392017-11-27 Joel Brobecker <brobecker@adacore.com>
7640
7641 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7642 expected output in gdb_expect call to allow the exception
7643 message to be present as well. Fix syntax confusion to avoid
7644 TCL thinking that exception_name is an array.
7645
617cd4bc
UW
76462017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7647
7648 * gdb.arch/spu-info.c: Include <unistd.h>.
7649 (do_signal_test): Fix broken calls to write.
7650 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7651 Fix checks for empty mailboxes. Update signal tests for corrected
7652 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7653 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7654 * gdb.cell/arch.exp: Use standard_output_file.
7655 * gdb.cell/break.exp: Likewise.
7656 * gdb.cell/bt.exp: Likewise.
7657 * gdb.cell/core.exp: Likewise.
7658 * gdb.cell/dwarfaddr.exp: Likewise.
7659 * gdb.cell/ea-cache.exp: Likewise.
7660 * gdb.cell/ea-standalone.exp: Likewise.
7661 * gdb.cell/f-regs.exp: Likewise.
7662 * gdb.cell/fork.exp: Likewise.
7663 * gdb.cell/gcore.exp: Likewise.
7664 * gdb.cell/mem-access.exp: Likewise.
7665 * gdb.cell/ptype.exp: Likewise.
7666 * gdb.cell/registers.exp: Likewise.
7667 * gdb.cell/sizeof.exp: Likewise.
7668 * gdb.cell/solib-symbol.exp: Likewise.
7669 * gdb.cell/solib.exp: Likewise.
617cd4bc 7670
a81aaca0
PA
76712017-11-25 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.base/complete-empty.exp: New file.
7674 * gdb.base/completion.exp: Adjust.
7675
6a3c6ee4
PA
76762017-11-25 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.linespec/cpls-ops.cc: New file.
7679 * gdb.linespec/cpls-ops.exp: New file.
7680 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7681 factored out from ...
7682 (test_complete_prefix_range): ... this.
7683
8955eb2d
PA
76842017-11-24 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.linespec/cpcompletion.exp: New file.
7687 * gdb.linespec/cpls-hyphen.cc: New file.
7688 * gdb.linespec/cpls.cc: New file.
7689 * gdb.linespec/cpls2.cc: New file.
7690 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7691 test to use test_gdb_complete_unique. Add label completion,
7692 keyword completion and explicit location completion tests.
7693 * lib/completion-support.exp: New file.
7694
e547c119
JB
76952017-11-24 Joel Brobecker <brobecker@adacore.com>
7696
7697 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7698 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7699 when hitting an exception catchpoint.
7700
7c3c1aa8
YQ
77012017-11-22 Yao Qi <yao.qi@linaro.org>
7702
7703 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7704
41bd68f5
SM
77052017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7706
7707 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7708 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7709 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7710
1daad298
YQ
77112017-11-22 Yao Qi <yao.qi@linaro.org>
7712
7713 * gdb.base/info-os.exp: Pass pthreads.
7714 * gdb.multi/multi-attach.exp: Likewise.
7715
88465e87
YQ
77162017-11-22 Yao Qi <yao.qi@linaro.org>
7717
7718 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7719 compiler.
7720
dc196b23
YQ
77212017-11-22 Yao Qi <yao.qi@linaro.org>
7722
7723 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7724 * gdb.base/break-interp.exp: Likewise.
7725 * gdb.base/jit-attach-pie.exp: Likewise.
7726
2400729e
UW
77272017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7728
7729 * gdb.base/float128.c (large128): New variable.
7730 * gdb.base/float128.exp: Add test to print largest __float128 value.
7731
7a26362d
UW
77322017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7733
7734 * gdb.arch/vsx-regs.exp: Update register content checks.
7735
ed0f4273
UW
77362017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7737
7738 * gdb.arch/ppc-longdouble.exp: New file.
7739 * gdb.arch/ppc-longdouble.c: Likewise.
7740
a25d69c6
PA
77412017-11-21 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7744
73fcf641
PA
77452017-11-20 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7748 (long_double_typedef): New typedefs.
7749 Use DEF on double and long double.
7750 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7751 cases.
7752 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7753 and 'long_double_ptr_same_size' locals. Use them to decide
7754 whether cast from array/function to float is valid/invalid.
7755
71a3c369
TT
77562017-11-17 Tom Tromey <tom@tromey.com>
7757
7758 * gdb.rust/traits.rs: New file.
7759 * gdb.rust/traits.exp: New file.
7760
ced9779b
JB
77612017-11-17 Joel Brobecker <brobecker@adacore.com>
7762
7763 * gdb.ada/minsyms: New testcase.
7764
a0922d80
PA
77652017-11-16 Pedro Alves <palves@redhat.com>
7766
7767 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7768 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7769
ea04e54c
PA
77702017-11-16 Pedro Alves <palves@redhat.com>
7771
7772 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7773 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7774
e849ea89
PA
77752017-11-16 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.server/reconnect-ctrl-c.c: New file.
7778 * gdb.server/reconnect-ctrl-c.exp: New file.
7779
d8ae99a7
PM
77802017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7781
7782 * gdb.python/py-rbreak.exp: New file.
7783 * gdb.python/py-rbreak.c: New file.
7784 * gdb.python/py-rbreak-func2.c: New file.
7785
968a13f8
PA
77862017-11-16 Pedro Alves <palves@redhat.com>
7787
7788 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7789 pattern.
7790 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7791 GDB.
7792
71774bc9
SM
77932017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7794
7795 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7796 regex.
7797
ddbb44cf
SM
77982017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7799
7800 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7801 test names.
7802
584a564f
PA
78032017-11-09 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7806 factored out from ...
7807 (top level): ... here, and adjusted to avoid expecting beyond the
7808 prompt in a single gdb_test_multiple.
7809
5ed7a928
PA
78102017-11-09 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7813 output.
7814 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7815 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7816 * gdb.server/ext-run.exp ("kill" test): Likewise.
7817 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7818
a60e0738
PA
78192017-11-09 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7822 match till end of line.
7823
2c88253f
PA
78242017-11-09 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7827
c7a38517
PA
78282017-11-09 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7831 New procedures, factored out from ...
7832 (top level): ... here, and adjusted to avoid expecting beyond the
7833 prompt in one go.
7834
f29f4b6b
PA
78352017-11-09 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7838 output. Fix '?' match.
7839
286acbb5
JB
78402017-11-08 Joel Brobecker <brobecker@adacore.com>
7841
7842 * gdb.ada/scoped_watch: New testcase.
7843 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7844 which is actually correct.
7845 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7846 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7847
62d7ae92
PA
78482017-11-08 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.gdb/complaints.exp (test_initial_complaints)
7851 (test_serial_complaints, test_short_complaints): Call
7852 complaint_internal instead of complaint.
7853
280ca31f
DT
78542017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7855
7856 * gdb.threads/tls-core.c: New file.
7857 * gdb.threads/tls-core.exp: Likewise.
7858
b5ec771e
PA
78592017-11-08 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7862 (p Exported_Capitalized): New test.
7863 (p exported_capitalized): New test.
7864
a02b41a7
PA
78652017-11-07 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7868
95e95a6d
PA
78692017-11-07 Pedro Alves <palves@redhat.com>
7870
7871 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7872 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7873 (disable_invalid, disable_inverted, disable_negative): New
7874 procedures.
7875 ("bad numbers"): New set of tests.
7876
cee62dbd
PA
78772017-11-07 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.cp/ena-dis-br-range.exp: Add tests.
7880
cc638e86
PA
78812017-11-07 Pedro Alves <palves@redhat.com>
7882
7883 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7884
d0fe4701
XR
78852017-11-07 Xavier Roirand <roirand@adacore.com>
7886 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.base/ena-dis-br.exp: Add reference to
7889 gdb.cp/ena-dis-br-range.exp.
7890 * gdb.cp/ena-dis-br-range.exp: New file.
7891 * gdb.cp/ena-dis-br-range.cc: New file.
7892
46f67f80
PA
78932017-11-06 Pedro Alves <palves@redhat.com>
7894
7895 * gdb.base/attach-non-pgrp-leader.c: New.
7896 * gdb.base/attach-non-pgrp-leader.exp: New.
7897
726e1356
PA
78982017-11-06 Pedro Alves <palves@redhat.com>
7899
7900 * configure.ac: No longer check for termio.h and sgtty.h.
7901 * configure: Regenerate.
7902 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7903 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7904 Remove termio and sgtty code.
7905
50ab6ace
YQ
79062017-11-03 Yao Qi <yao.qi@linaro.org>
7907
7908 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7909 in GDB is disabled.
7910
8e68731c
YQ
79112017-11-03 Yao Qi <yao.qi@linaro.org>
7912
7913 * gdb.python/py-thrhandle.exp: Skip it if python is not
7914 enabled.
7915
3a87ae65
SM
79162017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7917
7918 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7919 as a breakpoint command.
7920
484d8d36
MD
79212017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7922
7923 PR python/21213
7924 * gdb.python/py-infthread.exp: Test calling
7925 InferiorThread.inferior () multiple times in a row.
7926
4a27f119
KS
79272017-10-27 Keith Seitz <keiths@redhat.com>
7928
7929 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7930 Test "info break" for every inlined function breakpoint.
7931
bb11dd58
YQ
79322017-10-27 Yao Qi <yao.qi@linaro.org>
7933
7934 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7935
a43f3893
PF
79362017-10-26 Patrick Frants <osscontribute@gmail.com>
7937
7938 * gdb.cp/classes.exp (test_static_members): Test printing
7939 Outer::instance.
7940 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7941 (Inner::instance, Outer::instance): New.
7942
792ccf00
PA
79432017-10-24 Pedro Alves <palves@redhat.com>
7944
7945 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7946 extra console" test in two stages.
7947
eb2bfbad
PA
79482017-10-24 Pedro Alves <palves@redhat.com>
7949
7950 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7951
1f75a651
PA
79522017-10-24 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7955 loop.
7956
779990d9
PA
79572017-10-24 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7960 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7961
ad9b8f5d
PA
79622017-10-24 Pedro Alves <palves@redhat.com>
7963
7964 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7965 parameter and handle it. Don't output read value in test name.
7966
fee6da6e
PA
79672017-10-24 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7970 custom test name.
7971
10389c2c
PA
79722017-10-24 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7975 include the unstable output directory name in the test's name.
7976 (initial_setup_simple) <'set args'>: Use custom test name.
7977
a80e65a9
PA
79782017-10-24 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7981 with explicit test name.
7982
15763a09
PA
79832017-10-20 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7986 'wait -i'. Use gdb_assert and remote_close.
7987
49a4ce2e
AB
79882017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7989
7990 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7991 number from variable rather than hard-coded.
7992
a75868f5
PA
79932017-10-19 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.base/long-inferior-output.c: New file.
7996 * gdb.base/long-inferior-output.exp: New file.
7997
c8ba13ad
KS
79982017-11-18 Keith Seitz <keiths@redhat.com>
7999
8000 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8001 method.
8002 (main): Call it.
8003 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8004 Add additional user-defined conversion operator tests.
8005
b27de576
PA
80062017-10-17 Pedro Alves <palves@redhat.com>
8007
8008 * boards/native-stdio-gdbserver.exp: Load "local-board".
8009
8484c955
PA
80102017-10-17 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.base/quit-live.c: New file.
8013 * gdb.base/quit-live.exp: New file.
8014
83d5a34d
KS
80152017-10-16 Keith Seitz <keiths@redhat.com>
8016
8017 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8018 (class_with_protected_typedef, class_with_private_typedef)
8019 (struct_with_public_typedef, struct_with_protected_typedef)
8020 (struct_with_private_typedef): New classes/structs.
8021 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8022 typedefs and access specifiers.
8023
739b3f1d
PA
80242017-10-16 Pedro Alves <palves@redhat.com>
8025 Simon Marchi <simon.marchi@polymtl.ca>
8026
8027 * README (Local vs Remote vs Native): New section.
8028 * boards/local-board.exp: New file, with bits factored out from
8029 ...
8030 * boards/native-extended-gdbserver.exp: ... here. Load
8031 "local-board".
8032 * boards/native-gdbserver.exp: Load "local-board".
8033 (${board}_spawn, ${board}_exec): Delete.
8034 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8035 ...
8036 * boards/stdio-gdbserver-base.exp: ... this new file.
8037 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8038 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8039 procedure.
8040 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8041 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8042 stdio_gdbserver_command.
8043 (${board}_get_remote_address, ${board}_get_comm_port)
8044 (${board}_download, ${board}_upload): Delete.
8045 (get_target_remote_pipe_cmd): New.
8046
fe68b953
SM
80472017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8048
8049 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8050 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8051 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8052 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8053 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8054 remove with_test_prefix.
8055
300b6685
PA
80562017-10-13 Pedro Alves <palves@redhat.com>
8057
8058 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8059 * gdb.base/annota1.exp: Use it instead of is_remote.
8060 * gdb.base/annota3.exp: Use it instead of is_remote.
8061 * gdb.cp/annota2.exp: Use it instead of is_remote.
8062 * gdb.cp/annota3.exp: Use it instead of is_remote.
8063 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8064
50500caf
PA
80652017-10-13 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8068 (test_num_test_vars, run_and_count_vars, find_env)
8069 (test_set_unset_env, test_inherit_env_var): New procedures.
8070 (top level): Use them.
8071
dad0c6d2
PA
80722017-10-13 Pedro Alves <palves@redhat.com>
8073
8074 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8075 also skip on stub-like targets.
8076
8b0553c1
PA
80772017-10-13 Pedro Alves <palves@redhat.com>
8078
8079 PR gdb/22293
8080 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8081 (top level): Move some tests to ...
8082 (test_not_found): ... this new procedure.
8083 (top level): Call it.
8084
7594f623
PA
80852017-10-13 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8088 expect different "info terminal" output if testing with a
8089 non-native target.
8090
ebe3b402
PA
80912017-10-13 Pedro Alves <palves@redhat.com>
8092 Simon Marchi <simon.marchi@polymtl.ca>
8093
8094 PR python/12966
8095 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8096
42f1b161
PA
80972017-10-13 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8100 already.
8101
8d6ef72b
PA
81022017-10-13 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8105 is_remote.
8106
d7bcd5b8
PA
81072017-10-13 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8110 is_remote.
8111
df479dc6
PA
81122017-10-13 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8115 is set.
8116 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8117 instead of is_remote.
8118
23fb630a
PA
81192017-10-13 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8122 (top level): Add comment.
8123
cc77b1dc
PA
81242017-10-13 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.base/remote.exp (top level): Fix comment typo and add
8127 missing return.
8128
27c9e813
PA
81292017-10-13 Pedro Alves <palves@redhat.com>
8130 Simon Marchi <simon.marchi@polymtl.ca>
8131
8132 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8133 calls and add comments. Skip test if use_gdb_stub is set.
8134 (top level): Use "set cwd" command instead of "cd" command.
8135
5e830d98
PA
81362017-10-13 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8139 is_remote target check.
8140
f5ca0032
PA
81412017-10-13 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.base/scope.exp: Use build_executable + clean_restart +
8144 gdb_file_cmd instead of prepare_for_testing and no longer skip
8145 "before run" tests on is_remote target boards. Update comments.
8146 * boards/native-extended-gdbserver.exp
8147 (extended_gdbserver_load_last_file): New, factored out from ...
8148 (gdb_load): ... this. Move further below and add comment.
8149 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8150
8aed1c0d
PA
81512017-10-12 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.base/attach.exp: Remove references to gdb64.
8154 * gdb.base/dbx.exp: Remove references to gdb64.
8155
cfa34c87
SM
81562017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8157 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.base/label.exp: Remove is_remote target check.
8160
9192b7de
PA
81612017-10-12 Pedro Alves <palves@redhat.com>
8162
8163 * gdb.base/auvx.exp (coredir): Update comment.
8164 (top level) <core_works>: Use "set cwd" command instead of "cd"
8165 command.
8166
6bf0052d
PA
81672017-10-12 Pedro Alves <palves@redhat.com>
8168 Simon Marchi <simon.marchi@polymtl.ca>
8169
8170 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8171 target boards.
8172
e48ef82d
PA
81732017-10-12 Pedro Alves <palves@redhat.com>
8174 Simon Marchi <simon.marchi@polymtl.ca>
8175
8176 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8177 Instead skip if there's any gdb_protocol set.
8178
8d7aea57
SM
81792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8180 Pedro Alves <palves@redhat.com>
8181
8182 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8183
30440677
PA
81842017-10-12 Pedro Alves <palves@redhat.com>
8185 Simon Marchi <simon.marchi@polymtl.ca>
8186
8187 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8188 instead of on dejagnu remote boards.
8189
4e04f045 81902017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8191 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8192
8193 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8194 checks. Use build_executable + clean_restart instead of
8195 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8196 of enabling non-stop after starting gdb.
8197
871a186e
PA
81982017-10-12 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8201 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8202 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8203 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8204
56d704da
AK
82052017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8206
8207 * gdb.arch/arc-tdesc-cpu.exp: New file.
8208 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8209
2f20e312
SM
82102017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8211
8212 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8213
65630365
PA
82142017-10-10 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8217 expect CLI output.
8218
bf469271
PA
82192017-10-10 Pedro Alves <palves@redhat.com>
8220
8221 * lib/selftest-support.exp (selftest_setup): Update for
8222 captured_command_loop's prototype change.
8223
777a42f1
PA
82242017-10-09 Pedro Alves <palves@redhat.com>
8225
8226 Test both arch1=>arch2 and arch2=>arch1.
8227
8228 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8229 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8230 factored out to...
8231 (append_arch1_options, append_arch2_options, append_arch_options)
8232 (build_executables): New procedures.
8233 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8234 local.
8235 (top level): Add new 'first_arch' testing axis.
8236
cbd2b4e3
PA
82372017-10-09 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8240 (barrier): New.
8241 (thread_start, all_started): New functions.
8242 (main): Spawn new thread and wait until it is scheduled.
8243 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8244 option.
8245 (do_test): Add 'selected_thread' parameter. Run to all_started
8246 instead of main. Explicitly set the breakpoint at main. Switch
8247 to the SELECTED_THREAD thread.
8248 (top level): Test handling the exec event with either the main
8249 thread or the second thread selected.
8250
5c9e4427
PA
82512017-10-09 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8254 logic. Move STOP marker after the value checks.
8255 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8256 regexp.
8257
b3b7c423
SL
82582017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8259
8260 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8261
3b4b2f16
UW
82622017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8263
8264 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8265 integer-to-dfp conversion.
8266 * gdb.base/dfp-test.exp: Likewise.
8267
5cd63fda
PA
82682017-10-04 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.multi/hangout.c: Include <unistd.h>.
8271 (hangout_loop): New function.
8272 (main): Call alarm. Call hangout_loop in a loop.
8273 * gdb.multi/hello.c: Include <unistd.h>.
8274 (hello_loop): New function.
8275 (main): Call alarm. Call hangout_loop in a loop.
8276 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8277 inferior with the other selected.
8278
4c71c105
SM
82792017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8280
8281 * gdb.mi/list-thread-groups-available.exp: New file.
8282 * gdb.mi/list-thread-groups-available.c: New file.
8283
bc3b087d
SDJ
82842017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8285
8286 * gdb.base/set-cwd.exp: Make it available on
8287 native-extended-gdbserver.
8288
d092c5a2
SDJ
82892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8290
8291 * gdb.base/set-cwd.c: New file.
8292 * gdb.base/set-cwd.exp: Likewise.
8293
45320ffa
TT
82942017-10-02 Tom Tromey <tom@tromey.com>
8295
8296 PR rust/22236:
8297 * gdb.rust/simple.rs (main): New variable "fslice".
8298 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8299
b3e3859b
TT
83002017-10-02 Tom Tromey <tom@tromey.com>
8301
8302 * gdb.rust/simple.exp: Test ptype of a slice.
8303
01af5e0d
TT
83042017-10-02 Tom Tromey <tom@tromey.com>
8305
8306 * gdb.rust/simple.exp: Test index of slice.
8307
a9bbfbd8
TT
83082017-09-27 Tom Tromey <tom@tromey.com>
8309
8310 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8311
df8899e5
TP
83122017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8313 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.base/compare-sections.exp (get value of read-only section): Read
8316 as unsigned value.
8317 (corrupt read-only section): Likewise and don't set written if patching
8318 failed.
8319
757bf54b
KB
83202017-09-21 Kevin Buettner <kevinb@redhat.com>
8321
8322 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8323 files.
8324
06871ae8
PA
83252017-09-20 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8328 symbol names in gdb's output.
8329 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8330
e5f25bc5
PA
83312017-09-20 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8334 Rename to ...
8335 (test_list_ambiguous_symbol): ... this and add a symbol name
8336 parameter. Adjust.
8337 (test_list_ambiguous_function): Reimplement on top of
8338 test_list_ambiguous_symbol and also test listing ambiguous
8339 variables.
8340 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8341 (ambiguous_fun): ... this.
8342 (ambiguous_var): New.
8343 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8344 (ambiguous_fun): ... this.
8345 (ambiguous_var): New.
8346
4e5a4f58
JB
83472017-09-19 John Baldwin <jhb@FreeBSD.org>
8348
8349 * gdb.base/starti.c: New file.
8350 * gdb.base/starti.exp: New file.
8351 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8352
26e53f3e
PA
83532017-09-14 Pedro Alves <palves@redhat.com>
8354
8355 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8356 (top level): Use it instead of runto.
8357
cb791d59
TT
83582017-09-11 Tom Tromey <tom@tromey.com>
8359
8360 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8361
7c96f8c1
TT
83622017-09-11 Tom Tromey <tom@tromey.com>
8363
8364 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8365 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8366
469412dd
CW
83672017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8368
8369 * gdb.fortran/printing-types.exp: New file.
8370 * gdb.fortran/printing-types.exp: New file.
8371
e0f86435
BH
83722017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8373
8374 * gdb.fortran/vla-ptype.exp: Fix typos.
8375 * gdb.fortran/vla-value.exp: Same.
8376
9e9af4be
BH
83772017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8378
8379 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8380 * gdb.mi/mi-var-child-f.exp: Likewise.
8381 * gdb.mi/mi-vla-fortran.exp: Likewise.
8382
a5ad232b 83832017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8384 Christoph Weinmann <christoph.t.weinmann@intel.com>
8385 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8386
8387 * gdb.fortran/ptr-indentation.f90: New file.
8388 * gdb.fortran/ptr-indentation.exp: New file.
8389
5aec60eb
TT
83902017-09-05 Tom Tromey <tom@tromey.com>
8391
8392 PR gdb/22010:
8393 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8394
8f8f8152
TP
83952017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8396
8397 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8398
fbd1b771
JK
83992017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8400
8401 * gdb.threads/tls-nodebug-pie.c: New file.
8402 * gdb.threads/tls-nodebug-pie.exp: New file.
8403
5eb5f850
TT
84042017-09-05 Tom Tromey <tom@tromey.com>
8405
8406 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8407 for rust.
8408
ae780a21
SM
84092017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8410
8411 * gdb.multi/multi-arch-exec.exp: Test with different
8412 "follow-exec-mode" settings.
8413 (do_test): New procedure.
8414
3693fdb3
PA
84152017-09-04 Pedro Alves <palves@redhat.com>
8416
8417 * gdb.base/func-static.c (S::method const, S::method volatile)
8418 (S::method volatile const): New methods.
8419 (c_s, v_s, cv_s): New instances.
8420 (main): Call method() on them.
8421 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8422 (cannot_resolve): New procedure.
8423 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8424 print-quote-unquoted columns.
8425 (do_test): Test printing each scope too.
8426
e68cb8e0
PA
84272017-09-04 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.base/local-static.exp: Also test with
8430 class::method::variable wholly quoted.
8431 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8432
858be34c
PA
84332017-09-04 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/local-static.c: New.
8436 * gdb.base/local-static.cc: New.
8437 * gdb.base/local-static.exp: New.
8438
46a4882b
PA
84392017-09-04 Pedro Alves <palves@redhat.com>
8440
8441 * gdb.asm/asm-source.exp: Add casts to int.
8442 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8443 (dataglobal64_1, dataglobal64_2): New globals.
8444 * gdb.base/nodebug.exp: Test different expressions involving the
8445 new globals, with print, whatis and ptype. Add casts to int.
8446 * gdb.base/solib-display.exp: Add casts to int.
8447 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8448 * gdb.cp/m-static.exp: Add cast to int.
8449 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8450 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8451 tls variable with no debug info without a cast. Test with a cast
8452 to int too.
8453 * gdb.trace/entry-values.exp: Add casts.
8454
2c5a2be1
PA
84552017-09-04 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.base/nodebug.exp: Test that ptype's error about functions
8458 with unknown return type includes the function name too.
8459
7022349d
PA
84602017-09-04 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8463 return type of munmap in infcall.
8464 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8465 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8466 type of ftell in infcall.
8467 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8468 type of getpid in infcall.
8469 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8470 infcall.
8471 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8472 Bail on failure to extract the pid.
8473 * gdb.base/nodebug.c: #include <stdint.h>.
8474 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8475 New functions.
8476 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8477 Change expected output of print/whatis/ptype with functions with
8478 no debug info. Test all supported languages. Call
8479 test_call_promotion.
8480 * gdb.compile/compile.exp: Adjust expected output to expect
8481 warning.
8482 * gdb.threads/siginfo-threads.exp: Likewise.
8483
54990598
PA
84842017-09-04 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8487 "prototypes". Test calling float functions via prototyped and
8488 unprototyped function pointers.
8489 (perform_all_tests): New parameter "prototypes". Pass it down.
8490 (top level): Pass down "prototypes" parameter to
8491 perform_all_tests.
8492
34d16ea2
SM
84932017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8494
8495 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8496 Test with nested loops.
8497
9521ecda
SM
84982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8499
8500 * gdb.base/commands.exp: Call the new procedures.
8501 (loop_break_test, loop_continue_test): New procedures.
8502
80a65e9b
SM
85032017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8504
8505 * gdb.base/commands.exp: Call new procedure.
8506 (define_if_without_arg_test): New procedure.
8507
e439fa14
PA
85082017-09-04 Pedro Alves <palves@redhat.com>
8509
8510 * gdb.base/list-ambiguous.exp: New file.
8511 * gdb.base/list-ambiguous0.c: New file.
8512 * gdb.base/list-ambiguous1.c: New file.
8513 * gdb.base/list.exp (test_list_range): Adjust expected output.
8514
0a2dde4a
SDJ
85152017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8516
8517 * gdb.base/share-env-with-gdbserver.c: New file.
8518 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8519
5e89eb3a
SM
85202017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8521
8522 * gdb.base/commands.exp (gdbvar_simple_if_test,
8523 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8524 progvar_simple_if_test, progvar_simple_while_test,
8525 progvar_complex_if_while_test, user_defined_command_test,
8526 user_defined_command_args_eval,
8527 user_defined_command_args_stack_test,
8528 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8529 temporary_breakpoint_commands,
8530 gdb_test_no_prompt, redefine_hook_test,
8531 redefine_backtrace_test): Remove "global gdb_prompt".
8532
fd437cbc
SM
85332017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8534
8535 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8536 New proc, call it from toplevel.
8537
87215ad1
SDJ
85382017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8539
8540 PR remote/21852
8541 * gdb.server/normal.c: New file, copied from gdb.base.
8542 * gdb.server/run-without-local-binary.exp: New file.
8543
58afddc6
WP
85442017-08-07 Weimin Pan <weimin.pan@oracle.com>
8545
8546 * gdb.arch/sparc64-adi.exp: New file.
8547 * gdb.arch/sparc64-adi.c: New file.
8548
5277199a
PA
85492017-08-22 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8552 (top level): Add "list all overloads" tests.
8553
14278e1f
TT
85542017-08-22 Tom Tromey <tom@tromey.com>
8555
8556 * gdb.gdb/xfullpath.exp: Remove.
8557
bf223d3e
PA
85582017-08-21 Pedro Alves <palves@redhat.com>
8559
8560 PR gdb/19487
8561 * gdb.base/symbol-alias.c: New.
8562 * gdb.base/symbol-alias2.c: New.
8563 * gdb.base/symbol-alias.exp: New.
8564
c973d0aa
PA
85652017-08-21 Pedro Alves <palves@redhat.com>
8566
8567 * gdb.base/dfp-test.c
8568 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8569 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8570 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8571 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8572 * gdb.base/whatis-ptype-typedefs.c: New.
8573 * gdb.base/whatis-ptype-typedefs.exp: New.
8574 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8575 (an_int, an_int_type, an_int_type2): New globals.
8576 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8577 involving typedefs and cast expressions.
8578 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8579 (lookup_typedefs_function): New.
8580 (typedefs_pretty_printers_dict): New.
8581 (top level): Register lookup_typedefs_function in
8582 gdb.pretty_printers.
8583
6d580b63
YQ
85842017-08-18 Yao Qi <yao.qi@linaro.org>
8585
8586 * gdb.server/unittest.exp: New.
8587
206726fb
SDJ
85882017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8589
8590 PR gdb/21954
8591 * gdb.base/environ.exp: Add test to check if 'unset environment'
8592 works.
8593
bf0ec4c2
AA
85942017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8595
8596 * lib/gdb.exp (universal_compile_options): New caching proc.
8597 (gdb_compile): Suppress GCC's coloring of messages.
8598
d6382fff
TT
85992017-08-14 Tom Tromey <tom@tromey.com>
8600
8601 PR gdb/21675:
8602 * gdb.base/printcmds.exp (test_radices): New function.
8603 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8604 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8605 * lib/gdb.exp (get_integer_valueof): Use p/d.
8606
c2c2dd9f
SM
86072017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8608
8609 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8610 characters.
8611
fdffd6f4
TT
86122017-08-05 Tom Tromey <tom@tromey.com>
8613
8614 * gdb.rust/simple.exp: Allow String to appear in a different
8615 namespace.
8616
27d41eac
YQ
86172017-07-26 Yao Qi <yao.qi@linaro.org>
8618
8619 * gdb.gdb/unittest.exp: Invoke command
8620 "maintenance check xml-descriptions".
8621
031ed05d
AA
86222017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8623
8624 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8625 calling context.
8626 (hex128): Drop erroneous calculation of parameters.
8627
dcd27ddf
SM
86282017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8629
8630 * gdb.python/py-unwind.exp: Disable stack protection when
8631 building test file.
8632
47e77640
PA
86332017-07-20 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.base/default.exp (set language): Adjust expected output.
8636
62d2a18a
PA
86372017-07-20 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8640 (test_minsym): ... this, and make static.
8641 (get_pck__foo__bar__minsym): Rename to ...
8642 (get_test_minsym): ... this.
8643 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8644 symbol names and comments.
8645 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8646 (get_test_minsym): ... this.
8647 (pck__foo__bar__minsym__2): Rename to ...
8648 (test_minsym): ... this.
8649 (main): Adjust.
8650
c45ec17c
PA
86512017-07-17 Pedro Alves <palves@redhat.com>
8652
8653 * gdb.base/completion.exp: Adjust expected output.
8654 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8655 the completer works.
8656
c6756f62
PA
86572017-07-17 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8660
5bd68487
AB
86612017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8662
8663 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8664
8880f2a9
TT
86652017-07-14 Tom Tromey <tom@tromey.com>
8666
8667 PR rust/21764:
8668 * gdb.rust/simple.exp: Add tests.
8669
65547233
TT
86702017-07-14 Tom Tromey <tom@tromey.com>
8671
8672 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8673
8f14146e
PA
86742017-07-14 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.linespec/base/one/thefile.cc (z1): New function.
8677 * gdb.linespec/base/two/thefile.cc (z2): New function.
8678 * gdb.linespec/linespec.exp: Add tests.
8679
b4365d02
AB
86802017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8681
8682 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8683 to mi_create_breakpoint.
8684
5d2cbaa5
AB
86852017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8686
8687 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8688 mi_create_breakpoint.
8689
11cb5716
IB
86902017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8691
8692 * gdb.dlang/demangle.exp: Update for demangling changes.
8693
03278692
TT
86942017-07-09 Tom Tromey <tom@tromey.com>
8695
8696 * gdb.dwarf2/shortpiece.exp: New file.
8697
33c5cd75
DB
86982017-07-06 David Blaikie <dblaikie@gmail.com>
8699
8700 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8701 built from fissiont-multi-cu{1,2}.c.
8702 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8703 except putting 'main' and 'func' in separate CUs in the same DWO file.
8704 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8705 test.
8706 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8707 test.
8708
8455d262
PA
87092017-07-06 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.python/py-unwind.exp: Test flushregs.
8712
dc4bde35
SDJ
87132017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8714
8715 PR cli/21688
8716 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8717 tests for alias commands and trailing whitespace.
8718
51ed89aa
SDJ
87192017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8720
8721 PR cli/21688
8722 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8723 procedure. Call it.
8724
eb17d413
PA
87252017-06-29 Pedro Alves <palves@redhat.com>
8726
8727 * gdb.base/printcmds.exp: Add tests.
8728
41664b45
DG
87292017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8730
8731 PR gdb/21337
8732 * gdb.base/reread-readsym.exp: New file.
8733 * gdb.base/reread-readsym.c: New file.
8734
75312ae3
KB
87352017-06-21 Kevin Buettner <kevinb@redhat.com>
8736
8737 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8738 subpattern.
8739
66953522
PB
87402017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8741
8742 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8743 extended mnemonic.
8744 * gdb.arch/powerpc-power9.s: Likewise.
8745
5524b525
AA
87462017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8747
8748 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8749 on 32-bit x86 targets. Exploit is_*_target macros where
8750 appropriate.
8751
03c8af18
AA
87522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8753
8754 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8755 register pieces.
8756
3bf31011
AA
87572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8758
8759 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8760 located in one or more DWARF pieces.
8761
805acca0
AA
87622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8763
8764 * lib/gdb.exp (get_endianness): New proc.
8765 * gdb.arch/aarch64-fp.exp: Use it.
8766 * gdb.arch/altivec-regs.exp: Likewise.
8767 * gdb.arch/e500-regs.exp: Likewise.
8768 * gdb.arch/vsx-regs.exp: Likewise.
8769 * gdb.base/dump.exp: Likewise.
8770 * gdb.base/funcargs.exp: Likewise.
8771 * gdb.base/gnu_vector.exp: Likewise.
8772 * gdb.dwarf2/formdata16.exp: Likewise.
8773 * gdb.dwarf2/implptrpiece.exp: Likewise.
8774 * gdb.dwarf2/nonvar-access.exp: Likewise.
8775 * gdb.python/py-inferior.exp: Likewise.
8776 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8777
e9352324
AA
87782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8779
8780 PR gdb/21226
8781 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8782 stack value pieces are taken from the LSB end.
8783
d5d1163e
AA
87842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8785
8786 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8787 variable at nonzero offset.
8788
0567c986
AA
87892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8790
8791 * gdb.dwarf2/var-access.c: New file.
8792 * gdb.dwarf2/var-access.exp: New test.
8793 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8794
973e9aab
TT
87952017-06-12 Tom Tromey <tom@tromey.com>
8796
8797 * gdb.dwarf2/formdata16.exp: Add tests.
8798
d9109c80
TT
87992017-06-12 Tom Tromey <tom@tromey.com>
8800
8801 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8802
30a25466
TT
88032017-06-12 Tom Tromey <tom@tromey.com>
8804
8805 PR exp/16225:
8806 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8807 * gdb.arch/vsx-regs.exp: Update tests.
8808 * gdb.arch/s390-vregs.exp (hex128): New proc.
8809 Update test.
8810 * gdb.arch/altivec-regs.exp: Update tests.
8811
aefd8b33
SDJ
88122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8813
8814 * gdb.base/startup-with-shell.c: New file.
8815 * gdb.base/startup-with-shell.exp: Likewise.
8816
2090129c
SDJ
88172017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8818
8819 * gdb.server/non-existing-program.exp: Update regex in order to
8820 reflect the fact that gdbserver is now using fork_inferior (with a
8821 shell) to startup the inferior.
8822
8e86a419
SM
88232017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8824
8825 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8826 support function calls from GDB.
8827
e6cf65f2
TT
88282017-05-21 Tom Tromey <tom@tromey.com>
8829
8830 PR rust/21466:
8831 * gdb.rust/unsized.exp: New file.
8832 * gdb.rust/unsized.rs: New file.
8833
43cc5389
TT
88342017-05-19 Tom Tromey <tom@tromey.com>
8835
8836 PR rust/21484:
8837 * gdb.rust/watch.exp: New file.
8838 * gdb.rust/watch.rs: New file.
8839
ec8df234
TT
88402017-05-18 Tom Tromey <tom@tromey.com>
8841
8842 * gdb.rust/simple.exp: Allow Box to be qualified.
8843
3e3e7fae
TP
88442017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8845
8846 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8847
59cc050d
PA
88482017-05-18 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.base/fileio.c (test_write, test_read, test_close)
8851 (test_fstat): Don't print 'ret' in the fail path.
8852
c8f6abd1
PA
88532017-05-18 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8856 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8857 (test_system, test_rename, test_unlink, test_time): Change
8858 prototypes.
8859 * gdb.base/fileio.exp (stop_msg): Adjust.
8860
d2a03b77
PA
88612017-05-18 Pedro Alves <palves@redhat.com>
8862
8863 * gdb.base/fileio.c (null_str): New global.
8864 (test_stat): Use it.
8865 * gdb.base/fileio.exp: Remove nowarnings.
8866
0d5c6999
YQ
88672017-05-17 Yao Qi <yao.qi@linaro.org>
8868
8869 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8870
21873064
YQ
88712017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8872
8873 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8874 argument command.
8875 (top-level): Invoke test_set_inferior_tty.
8876
d512d31c
PA
88772017-05-04 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8880 Add parens to print call for Python 3.
8881
90cef2ed
KS
88822017-05-03 Keith Seitz <keiths@redhat.com>
8883
8884 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8885 (main): Call it.
8886
14f819c8
TW
88872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8888
8889 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8890 to prev and next.
8891
913aeadd
TW
88922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8893
8894 * gdb.python/py-record-btrace.exp: Remove test for
8895 gdb.BtraceInstruction.error.
8896
a3be24ad
TW
88972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8898
8899 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8900
ae20e79a
TW
89012017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8902
8903 * gdb.python/py-record-btrace-threads.c: New file.
8904 * gdb.python/py-record-btrace-threads.exp: New file.
8905
45ce1b47
SDJ
89062017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8907
8908 PR testsuite/8595
8909 * gdb.base/environ.exp: Make test available in all architectures.
8910 Move bits related to "info program" testing to
8911 gdb.base/info-program.exp. Rewrite tests to use the two new
8912 procedures mentione below.
8913 (test_set_show_env_var) New procedure.
8914 (test_set_show_env_var_equal): Likewise.
8915 * gdb.base/info-program.exp: New file.
8916
e15c3eb4
KS
89172017-04-27 Keith Seitz <keiths@redhat.com>
8918
8919 * gdb.cp/oranking.cc (test15): New function.
8920 (main): Call test15 and declare additional variables for testing.
8921 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8922 "p foo101('abc')" tests.
8923 Add tests for cv qualifier overloads.
8924 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8925 "lvalue reference overload" test.
8926 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8927 "print value of f1 on Child&& in f2" test.
8928
3a3fd0fd
PA
89292017-04-19 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8932 procedure.
8933 (top level): Call it.
8934 * lib/gdb.exp (gdb_define_cmd): New procedure.
8935
53375380
PA
89362017-04-12 Pedro Alves <palves@redhat.com>
8937
8938 PR gdb/21323
8939 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8940 (wchar): New global.
8941 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8942 (do_test_wide_char, wide_char_types_no_program, top level): Add
8943 wchar_t testing.
8944
53e710ac
PA
89452017-04-12 Pedro Alves <palves@redhat.com>
8946
8947 PR c++/21323
8948 * gdb.cp/wide_char_types.c: New file.
8949 * gdb.cp/wide_char_types.exp: New file.
8950
0ad9d8c7
SDJ
89512017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8952
8953 PR gdb/21352
8954 * gdb.trace/tsv.exp: Add test for "tsave -r".
8955
b1b45502
IB
89562017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8957
8958 * gdb.dlang/watch-loc.c: New file.
8959 * gdb.dlang/watch-loc.exp: New file.
8960
ec13808e
JK
89612017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
8963 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8964
fe5f7374
AK
89652017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8966
8967 * gdb.arch/arc-analyze-prologue.S: New file.
8968 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8969
eea78757
AK
89702017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8971
8972 * gdb.arch/arc-decode-insn.S: New file.
8973 * gdb.arch/arc-decode-insn.exp: Likewise.
8974
5badf10a
IR
89752017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8976
8977 PR tdep/20928
8978 * gdb.arch/sparc64-regs.exp: New file.
8979 * gdb.arch/sparc64-regs.S: Likewise.
8980
cee59b3f
TW
89812017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8982
8983 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8984 and memory view on Python 3.
8985
c0f55cc6
AV
89862017-03-20 Artemiy Volkov <artemiyv@acm.org>
8987 Keith Seitz <keiths@redhat.com>
8988
8989 PR gdb/14441
8990 * gdb.cp/demangle.exp: Add rvalue reference tests.
8991 * gdb.cp/rvalue-ref-casts.cc: New file.
8992 * gdb.cp/rvalue-ref-casts.exp: New file.
8993 * gdb.cp/rvalue-ref-overload.cc: New file.
8994 * gdb.cp/rvalue-ref-overload.exp: New file.
8995 * gdb.cp/rvalue-ref-params.cc: New file.
8996 * gdb.cp/rvalue-ref-params.exp: New file.
8997 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8998 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8999 * gdb.cp/rvalue-ref-types.cc: New file.
9000 * gdb.cp/rvalue-ref-types.exp: New file.
9001 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9002 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9003
51457a05
MAL
90042017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9005
9006 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9007 New procedure.
9008
5b291c04
MAL
90092017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9010
9011 * lib/mi-support.exp (mi_gdb_test): Add additional message
9012 for unexpected output.
9013
59a56148
AA
90142017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9015
9016 * gdb.base/examine-backward.c (Barrier): New character array
9017 constant, to ensure that TestStrings is preceded by a string
9018 terminator.
9019
7942e96e
AA
90202017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9021
9022 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9023 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9024 and implicit pointer into such a location.
9025
6ebac3fb
DE
90262017-03-16 Doug Evans <dje@google.com>
9027
9028 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9029
ec3b243d
TP
90302017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9031
9032 * gdb.cp/m-static.exp: Fix expectation for prototype of
9033 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9034
90352017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9036
9037 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9038 * gdb.guile/scm-lazy-string.c: New file.
9039 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9040 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9041 for pointer, array, typedef lazy strings.
9042
2cc36e25 90432017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9044
9045 PR python/17728, python/18439, python/18779
9046 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9047 * gdb.python/py-lazy-string.c (pointer): New typedef.
9048 (main): New locals ptr, array, typedef_ptr.
9049 * gdb.python/py-value.exp: Move lazy string tests to ...
9050 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9051 array, typedef lazy strings.
ec3b243d 9052
0efcde63
AK
90532017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9054
9055 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9056 Add optional 'test' parameter.
9057
7978d7c3
SM
90582017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9059
9060 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9061 Skip for versions of DejaGnu < 1.5.
9062
896c0c1e
SM
90632017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9064
9065 * lib/gdb.exp (dejagnu_version): New proc.
9066 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9067 Use dejagnu_version.
9068
5f4d1085
KS
90692017-03-10 Keith Seitz <keiths@redhat.com>
9070
9071 PR c++/8128
9072 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9073 type from destructor regexps.
9074 Add a branch which actually passes the test.
9075 Adjust "ptype t5i" test names.
9076
1de05205
PA
90772017-03-08 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.base/step-over-exit.exp: Add explicit test message.
9080
c65d6b55
PA
90812017-03-08 Pedro Alves <palves@redhat.com>
9082
9083 PR gdb/18360
9084 * gdb.threads/interrupt-while-step-over.c: New file.
9085 * gdb.threads/interrupt-while-step-over.exp: New file.
9086
2e86a283
PA
90872017-03-08 Pedro Alves <palves@redhat.com>
9088
9089 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9090 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9091
25dcbff6
PA
90922017-03-08 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9095 PKRU as not supported as a PASS.
9096
dc9366eb
PA
90972017-03-08 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9100 prefix instead of $binfile1/$binfile2.
9101 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9102 in test message.
9103 * gdb.python/py-completion.exp: Use "load python file" as test
9104 messages instead of unstable path names.
9105
6e5d74e7
PA
91062017-03-08 Pedro Alves <palves@redhat.com>
9107 Jan Kratochvil <jan.kratochvil@redhat.com>
9108
9109 PR cli/21218
9110 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9111 New proc.
9112 (top level): Call it.
9113
9753a2f6
PA
91142017-03-08 Pedro Alves <palves@redhat.com>
9115
9116 PR tui/21216
9117 * gdb.tui/tui-nl-filtered-output.exp: New file.
9118
1a4dd9dd
PA
91192017-03-08 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.base/completion.exp: Move TUI completion tests to ...
9122 * gdb.tui/completion.exp: ... this new file.
9123
7cbbff33
PA
91242017-03-08 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.base/tui-disasm-long-lines.c,
9127 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9128 gdb.base/tui-layout.exp: Move to ...
9129 * gdb.tui/: ... this new directory.
9130
5f6fd321
PA
91312017-03-07 Pedro Alves <palves@redhat.com>
9132
9133 * gdb.base/tui-layout.c: New file.
9134 * gdb.base/tui-layout.exp: New file.
9135
44959fa8
PA
91362017-03-07 Pedro Alves <palves@redhat.com>
9137
9138 * gdb.base/tui-layout.c: Rename to ...
9139 * gdb.base/tui-disasm-long-lines.c: ... this.
9140 * gdb.base/tui-layout.exp: Rename to ...
9141 * gdb.base/tui-disasm-long-lines.exp: ... this.
9142
f8c4e718
PA
91432017-03-07 Pedro Alves <palves@redhat.com>
9144
9145 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9146
6dbb839a 91472017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9148
9149 * i386-mpx-call.c: New file.
9150 * i386-mpx-call.exp: New file.
9151
65b48a81
PB
91522017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9153
9154 * gdb.arch/powerpc-power.exp: Delete test.
9155 * gdb.arch/powerpc-power.s: Likewise.
9156 * gdb.disasm/disassembler-options.exp: New test.
9157 * gdb.arch/powerpc-altivec.exp: Likewise.
9158 * gdb.arch/powerpc-altivec.s: Likewise.
9159 * gdb.arch/powerpc-altivec2.exp: Likewise.
9160 * gdb.arch/powerpc-altivec2.s: Likewise.
9161 * gdb.arch/powerpc-altivec3.exp: Likewise.
9162 * gdb.arch/powerpc-altivec3.s: Likewise.
9163 * gdb.arch/powerpc-power7.exp: Likewise.
9164 * gdb.arch/powerpc-power7.s: Likewise.
9165 * gdb.arch/powerpc-power8.exp: Likewise.
9166 * gdb.arch/powerpc-power8.s: Likewise.
9167 * gdb.arch/powerpc-power9.exp: Likewise.
9168 * gdb.arch/powerpc-power9.s: Likewise.
9169 * gdb.arch/powerpc-vsx.exp: Likewise.
9170 * gdb.arch/powerpc-vsx.s: Likewise.
9171 * gdb.arch/powerpc-vsx2.exp: Likewise.
9172 * gdb.arch/powerpc-vsx2.s: Likewise.
9173 * gdb.arch/powerpc-vsx3.exp: Likewise.
9174 * gdb.arch/powerpc-vsx3.s: Likewise.
9175 * gdb.arch/arm-disassembler-options.exp: Likewise.
9176 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9177 * gdb.arch/s390-disassembler-options.exp: Likewise.
9178
17cd4947
LM
91792017-02-23 Luis Machado <lgustavo@codesourcery.com>
9180
9181 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9182 (check_supported_features): ... this. Changed return type to void.
9183 (supports_rdseed): New static global.
9184 (rdseed): Check supports_rdseed.
9185 (initialize): Call check_supported_features.
9186
2039d74e
EBM
91872017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9188
9189 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9190 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9191 and lqarx/stqcx.
9192 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9193 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9194
a51d7ecf
EBM
91952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9196
9197 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9198 uppercase.
9199
0224619f
JK
92002017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9201
9202 * gdb.dwarf2/formdata16.c: New file.
9203 * gdb.dwarf2/formdata16.exp: New file.
9204 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9205
216f72a1
JK
92062017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9207
9208 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9209 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9210 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9211 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9212 DW_AT_GNU_*.
9213
43988095
JK
92142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9215
9216 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9217
99e8a4f9
SDJ
92182017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9219
9220 PR gdb/21164
9221 * gdb.base/maint.exp: Add testcases for when the commands do
9222 not have arguments.
9223
b58a8c0c
TP
92242017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9225
9226 * gdb.cp/chained-calls.exp: Use p instead of P.
9227
4e746bb6
TW
92282017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9229
9230 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9231 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9232
3f77c769
TT
92332017-02-14 Tom Tromey <tom@tromey.com>
9234
9235 PR python/13598:
9236 * gdb.python/py-events.exp: Add before_prompt event tests.
9237
075beec0
AA
92382017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9239
9240 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9241
bf5f525c
LM
92422017-02-13 Luis Machado <lgustavo@codesourcery.com>
9243
9244 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9245 (main): Call my_unique_function_name.
9246 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9247 completion of patterns with a single match.
9248 Add missing -re switches to gdb_test_multiple calls.
9249
13a66184
LM
92502017-02-13 Luis Machado <lgustavo@codesourcery.com>
9251
9252 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9253 return if core file is not recognized.
9254
26a06916
SM
92552017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9256
9257 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9258 and extra UIs.
9259
b761ca9e
SM
92602017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9261
9262 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9263 proc_with_prefix.
9264
b964bee0
TT
92652017-02-10 Tom Tromey <tom@tromey.com>
9266
9267 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9268
18da0c51
MG
92692017-02-10 Martin Galvan <martingalvan@sourceware.org>
9270
9271 PR gdb/21122
9272 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9273
604c4576
JG
92742017-02-08 Jerome Guitton <guitton@adacore.com>
9275
9276 * gdb.base/define.exp: Add test for command abbreviations
9277 in define.
9278
20b477a7
LM
92792017-02-06 Luis Machado <lgustavo@codesourcery.com>
9280
9281 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9282 * gdb.reverse/insn-reverse-x86.c: New file.
9283
3f7b46f2
IR
92842017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9285
9286 PR tdep/20936
9287 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9288
f0fd41c1
TT
92892017-02-03 Tom Tromey <tom@tromey.com>
9290
9291 PR rust/21097:
9292 * gdb.rust/simple.exp: Add new tests.
9293
5be5dbf0
PA
92942017-02-02 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9297 tests.
9298
7346ef59
AA
92992017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9300
9301 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9302 taking a 2-byte value out of a 4-byte DWARF implicit value on
9303 big-endian targets.
9304 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9305 logic. Add test cases for DW_OP_implicit.
9306
787f0025
MM
93072017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9308
9309 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9310
68777c29
MM
93112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9312
9313 * gdb.btrace/enable.exp: Call gdb_exit before
9314 skip_gdbserver_tests.
9315
0a1c7e28
MM
93162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9317
9318 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9319 GDBFLAGS.
9320
b5ac99b0
MM
93212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9322
9323 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9324 the test is skipped.
9325 * gdb.btrace/data.exp: Likewise.
9326 * gdb.btrace/delta.exp: Likewise.
9327 * gdb.btrace/dlopen.exp: Likewise.
9328 * gdb.btrace/enable-running.exp: Likewise.
9329 * gdb.btrace/enable.exp: Likewise.
9330 * gdb.btrace/exception.exp: Likewise.
9331 * gdb.btrace/function_call_history.exp: Likewise.
9332 * gdb.btrace/gcore.exp: Likewise.
9333 * gdb.btrace/instruction_history.exp: Likewise.
9334 * gdb.btrace/multi-thread-step.exp: Likewise.
9335 * gdb.btrace/nohist.exp: Likewise.
9336 * gdb.btrace/non-stop.exp: Likewise.
9337 * gdb.btrace/reconnect.exp: Likewise.
9338 * gdb.btrace/record_goto-step.exp: Likewise.
9339 * gdb.btrace/record_goto.exp: Likewise.
9340 * gdb.btrace/rn-dl-bind.exp: Likewise.
9341 * gdb.btrace/segv.exp: Likewise.
9342 * gdb.btrace/step.exp: Likewise.
9343 * gdb.btrace/stepi.exp: Likewise.
9344 * gdb.btrace/tailcall-only.exp: Likewise.
9345 * gdb.btrace/tailcall.exp: Likewise.
9346 * gdb.btrace/tsx.exp: Likewise.
9347 * gdb.btrace/unknown_functions.exp: Likewise.
9348 * gdb.btrace/vdso.exp: Likewise.
9349
cd4007e4
MM
93502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9351
9352 * gdb.btrace/enable-running.c: New.
9353 * gdb.btrace/enable-running.exp: New.
9354
2735833d
WT
93552017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9356
9357 * gdb.arch/amd64-gs_base.c: New file.
9358 * gdb.arch/amd64-gs_base.exp: New file.
9359
b51e1e94
LM
93602017-01-26 Luis Machado <lgustavo@codesourcery.com>
9361
9362 * lib/memory.exp: Remove spurious empty newlines.
9363
72ca0410
SM
93642017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9365
9366 * gdb.python/py-bad-printers.exp: Load python file using "source".
9367 * gdb.python/py-events.exp: Likewise.
9368 * gdb.python/py-evsignal.exp: Likewise.
9369 * gdb.python/py-evthreads.exp: Likewise.
9370 * gdb.python/py-frame-args.exp: Likewise.
9371 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9372 * gdb.python/py-framefilter-mi.exp: Likewise.
9373 * gdb.python/py-framefilter.exp: Likewise.
9374 * gdb.python/py-mi.exp: Likewise.
9375 * gdb.python/py-pp-maint.exp: Likewise.
9376 * gdb.python/py-pp-registration.exp: Likewise.
9377 * gdb.python/py-prettyprint.exp: Likewise.
9378 (run_lang_tests): Likewise.
9379 * gdb.python/py-typeprint.exp: Likewise.
9380
e309aa65
LM
93812017-01-26 Luis Machado <lgustavo@codesourcery.com>
9382
9383 * lib/memory.exp: New file.
9384 * lib/gdb.exp: Load memory.exp.
9385 * gdb.base/memattr.exp (delete_memory): Move proc to
9386 lib/memory.exp and rename to delete_memory_regions.
9387 Replace delete_memory with delete_memory_regions.
9388 Cleanup memory regions before tests.
9389 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9390 before tests.
9391
515aff23
LM
93922017-01-26 Luis Machado <lgustavo@codesourcery.com>
9393
9394 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9395 files.
9396 (initialize): New function conditionally defined.
9397 (testcases): Move within conditional block.
9398 (main): Call initialize.
9399 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9400 of gdb.reverse/insn-reverse.c.
9401 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9402 gdb.reverse/insn-reverse.c.
9403
d8b49cf0
YQ
94042017-01-26 Yao Qi <yao.qi@linaro.org>
9405
9406 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9407 disassemble on address 0.
9408
f13a9a0c
YQ
94092017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9410 Yao Qi <yao.qi@linaro.org>
9411
9412 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9413 * gdb.dwarf2/implptr-64bit.S: Remove.
9414 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9415 variables in caller's context. Add DW_OP_implicit_value.
9416
5ac95241
YQ
94172017-01-25 Yao Qi <yao.qi@linaro.org>
9418
9419 * lib/dwarf.exp (Dwarf::_location): Handle
9420 DW_OP_GNU_implicit_pointer with proper size.
9421
23e82930
LM
94222017-01-20 Luis Machado <lgustavo@codesourcery.com>
9423
9424 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9425 and add untested calls.
9426
d334ae25
LM
94272017-01-20 Luis Machado <lgustavo@codesourcery.com>
9428
9429 * gdb.python/python.exp: Check line number against what GDB thinks
9430 the line number is for func1.
9431
f5e6296e
IB
94322017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9433
9434 * gdb.dlang/debug-expr.exp: New file.
9435
5b362f04
LM
94362016-12-23 Luis Machado <lgustavo@codesourcery.com>
9437
9438 Fix test names for the following files:
9439
9440 * gdb.ada/exec_changed.exp
9441 * gdb.ada/info_types.exp
9442 * gdb.arch/aarch64-atomic-inst.exp
9443 * gdb.arch/aarch64-fp.exp
9444 * gdb.arch/altivec-abi.exp
9445 * gdb.arch/altivec-regs.exp
9446 * gdb.arch/amd64-byte.exp
9447 * gdb.arch/amd64-disp-step.exp
9448 * gdb.arch/amd64-dword.exp
9449 * gdb.arch/amd64-entry-value-inline.exp
9450 * gdb.arch/amd64-entry-value-param.exp
9451 * gdb.arch/amd64-entry-value-paramref.exp
9452 * gdb.arch/amd64-entry-value.exp
9453 * gdb.arch/amd64-i386-address.exp
9454 * gdb.arch/amd64-invalid-stack-middle.exp
9455 * gdb.arch/amd64-invalid-stack-top.exp
9456 * gdb.arch/amd64-optimout-repeat.exp
9457 * gdb.arch/amd64-prologue-skip.exp
9458 * gdb.arch/amd64-prologue-xmm.exp
9459 * gdb.arch/amd64-stap-special-operands.exp
9460 * gdb.arch/amd64-stap-wrong-subexp.exp
9461 * gdb.arch/amd64-tailcall-cxx.exp
9462 * gdb.arch/amd64-tailcall-noret.exp
9463 * gdb.arch/amd64-tailcall-ret.exp
9464 * gdb.arch/amd64-tailcall-self.exp
9465 * gdb.arch/amd64-word.exp
9466 * gdb.arch/arm-bl-branch-dest.exp
9467 * gdb.arch/arm-disp-step.exp
9468 * gdb.arch/arm-neon.exp
9469 * gdb.arch/arm-single-step-kernel-helper.exp
9470 * gdb.arch/avr-flash-qualifier.exp
9471 * gdb.arch/disp-step-insn-reloc.exp
9472 * gdb.arch/e500-abi.exp
9473 * gdb.arch/e500-regs.exp
9474 * gdb.arch/ftrace-insn-reloc.exp
9475 * gdb.arch/i386-avx512.exp
9476 * gdb.arch/i386-bp_permanent.exp
9477 * gdb.arch/i386-byte.exp
9478 * gdb.arch/i386-cfi-notcurrent.exp
9479 * gdb.arch/i386-disp-step.exp
9480 * gdb.arch/i386-dr3-watch.exp
9481 * gdb.arch/i386-float.exp
9482 * gdb.arch/i386-gnu-cfi.exp
9483 * gdb.arch/i386-mpx-map.exp
9484 * gdb.arch/i386-mpx-sigsegv.exp
9485 * gdb.arch/i386-mpx-simple_segv.exp
9486 * gdb.arch/i386-mpx.exp
9487 * gdb.arch/i386-permbkpt.exp
9488 * gdb.arch/i386-prologue.exp
9489 * gdb.arch/i386-signal.exp
9490 * gdb.arch/i386-size-overlap.exp
9491 * gdb.arch/i386-unwind.exp
9492 * gdb.arch/i386-word.exp
9493 * gdb.arch/mips-fcr.exp
9494 * gdb.arch/powerpc-d128-regs.exp
9495 * gdb.arch/powerpc-stackless.exp
9496 * gdb.arch/ppc64-atomic-inst.exp
9497 * gdb.arch/s390-stackless.exp
9498 * gdb.arch/s390-tdbregs.exp
9499 * gdb.arch/s390-vregs.exp
9500 * gdb.arch/sparc-sysstep.exp
9501 * gdb.arch/thumb-bx-pc.exp
9502 * gdb.arch/thumb-singlestep.exp
9503 * gdb.arch/thumb2-it.exp
9504 * gdb.arch/vsx-regs.exp
9505 * gdb.asm/asm-source.exp
9506 * gdb.base/a2-run.exp
9507 * gdb.base/advance.exp
9508 * gdb.base/all-bin.exp
9509 * gdb.base/anon.exp
9510 * gdb.base/args.exp
9511 * gdb.base/arithmet.exp
9512 * gdb.base/async-shell.exp
9513 * gdb.base/async.exp
9514 * gdb.base/attach-pie-noexec.exp
9515 * gdb.base/attach-twice.exp
9516 * gdb.base/auto-load.exp
9517 * gdb.base/bang.exp
9518 * gdb.base/bitfields.exp
9519 * gdb.base/break-always.exp
9520 * gdb.base/break-caller-line.exp
9521 * gdb.base/break-entry.exp
9522 * gdb.base/break-inline.exp
9523 * gdb.base/break-on-linker-gcd-function.exp
9524 * gdb.base/break-probes.exp
9525 * gdb.base/break.exp
9526 * gdb.base/breakpoint-shadow.exp
9527 * gdb.base/call-ar-st.exp
9528 * gdb.base/call-sc.exp
9529 * gdb.base/call-signal-resume.exp
9530 * gdb.base/call-strs.exp
9531 * gdb.base/callfuncs.exp
9532 * gdb.base/catch-fork-static.exp
9533 * gdb.base/catch-gdb-caused-signals.exp
9534 * gdb.base/catch-load.exp
9535 * gdb.base/catch-signal-fork.exp
9536 * gdb.base/catch-signal.exp
9537 * gdb.base/catch-syscall.exp
9538 * gdb.base/charset.exp
9539 * gdb.base/checkpoint.exp
9540 * gdb.base/chng-syms.exp
9541 * gdb.base/code-expr.exp
9542 * gdb.base/code_elim.exp
9543 * gdb.base/commands.exp
9544 * gdb.base/completion.exp
9545 * gdb.base/complex.exp
9546 * gdb.base/cond-expr.exp
9547 * gdb.base/condbreak.exp
9548 * gdb.base/consecutive.exp
9549 * gdb.base/continue-all-already-running.exp
9550 * gdb.base/coredump-filter.exp
9551 * gdb.base/corefile.exp
9552 * gdb.base/dbx.exp
9553 * gdb.base/debug-expr.exp
9554 * gdb.base/define.exp
9555 * gdb.base/del.exp
9556 * gdb.base/disabled-location.exp
9557 * gdb.base/disasm-end-cu.exp
9558 * gdb.base/disasm-optim.exp
9559 * gdb.base/display.exp
9560 * gdb.base/duplicate-bp.exp
9561 * gdb.base/ena-dis-br.exp
9562 * gdb.base/ending-run.exp
9563 * gdb.base/enumval.exp
9564 * gdb.base/environ.exp
9565 * gdb.base/eu-strip-infcall.exp
9566 * gdb.base/eval-avoid-side-effects.exp
9567 * gdb.base/eval-skip.exp
9568 * gdb.base/exitsignal.exp
9569 * gdb.base/expand-psymtabs.exp
9570 * gdb.base/filesym.exp
9571 * gdb.base/find-unmapped.exp
9572 * gdb.base/finish.exp
9573 * gdb.base/float.exp
9574 * gdb.base/foll-exec-mode.exp
9575 * gdb.base/foll-exec.exp
9576 * gdb.base/foll-fork.exp
9577 * gdb.base/fortran-sym-case.exp
9578 * gdb.base/freebpcmd.exp
9579 * gdb.base/func-ptr.exp
9580 * gdb.base/func-ptrs.exp
9581 * gdb.base/funcargs.exp
9582 * gdb.base/gcore-buffer-overflow.exp
9583 * gdb.base/gcore-relro-pie.exp
9584 * gdb.base/gcore-relro.exp
9585 * gdb.base/gcore.exp
9586 * gdb.base/gdb1090.exp
9587 * gdb.base/gdb11530.exp
9588 * gdb.base/gdb11531.exp
9589 * gdb.base/gdb1821.exp
9590 * gdb.base/gdbindex-stabs.exp
9591 * gdb.base/gdbvars.exp
9592 * gdb.base/hbreak.exp
9593 * gdb.base/hbreak2.exp
9594 * gdb.base/included.exp
9595 * gdb.base/infcall-input.exp
9596 * gdb.base/inferior-died.exp
9597 * gdb.base/infnan.exp
9598 * gdb.base/info-macros.exp
9599 * gdb.base/info-os.exp
9600 * gdb.base/info-proc.exp
9601 * gdb.base/info-shared.exp
9602 * gdb.base/info-target.exp
9603 * gdb.base/infoline.exp
9604 * gdb.base/interp.exp
9605 * gdb.base/interrupt.exp
9606 * gdb.base/jit-reader.exp
9607 * gdb.base/jit-simple.exp
9608 * gdb.base/kill-after-signal.exp
9609 * gdb.base/kill-detach-inferiors-cmd.exp
9610 * gdb.base/label.exp
9611 * gdb.base/langs.exp
9612 * gdb.base/ldbl_e308.exp
9613 * gdb.base/line-symtabs.exp
9614 * gdb.base/linespecs.exp
9615 * gdb.base/list.exp
9616 * gdb.base/long_long.exp
9617 * gdb.base/longest-types.exp
9618 * gdb.base/maint.exp
9619 * gdb.base/max-value-size.exp
9620 * gdb.base/memattr.exp
9621 * gdb.base/mips_pro.exp
9622 * gdb.base/morestack.exp
9623 * gdb.base/moribund-step.exp
9624 * gdb.base/multi-forks.exp
9625 * gdb.base/nested-addr.exp
9626 * gdb.base/nextoverexit.exp
9627 * gdb.base/noreturn-finish.exp
9628 * gdb.base/noreturn-return.exp
9629 * gdb.base/nostdlib.exp
9630 * gdb.base/offsets.exp
9631 * gdb.base/opaque.exp
9632 * gdb.base/pc-fp.exp
9633 * gdb.base/permissions.exp
9634 * gdb.base/print-symbol-loading.exp
9635 * gdb.base/prologue-include.exp
9636 * gdb.base/psymtab.exp
9637 * gdb.base/ptype.exp
9638 * gdb.base/random-signal.exp
9639 * gdb.base/randomize.exp
9640 * gdb.base/range-stepping.exp
9641 * gdb.base/readline-ask.exp
9642 * gdb.base/recpar.exp
9643 * gdb.base/recurse.exp
9644 * gdb.base/relational.exp
9645 * gdb.base/restore.exp
9646 * gdb.base/return-nodebug.exp
9647 * gdb.base/return.exp
9648 * gdb.base/run-after-attach.exp
9649 * gdb.base/save-bp.exp
9650 * gdb.base/scope.exp
9651 * gdb.base/sect-cmd.exp
9652 * gdb.base/set-lang-auto.exp
9653 * gdb.base/set-noassign.exp
9654 * gdb.base/setvar.exp
9655 * gdb.base/sigall.exp
9656 * gdb.base/sigbpt.exp
9657 * gdb.base/siginfo-addr.exp
9658 * gdb.base/siginfo-infcall.exp
9659 * gdb.base/siginfo-obj.exp
9660 * gdb.base/siginfo.exp
9661 * gdb.base/signals-state-child.exp
9662 * gdb.base/signest.exp
9663 * gdb.base/sigstep.exp
9664 * gdb.base/sizeof.exp
9665 * gdb.base/skip.exp
9666 * gdb.base/solib-corrupted.exp
9667 * gdb.base/solib-nodir.exp
9668 * gdb.base/solib-search.exp
9669 * gdb.base/stack-checking.exp
9670 * gdb.base/stale-infcall.exp
9671 * gdb.base/stap-probe.exp
9672 * gdb.base/start.exp
9673 * gdb.base/step-break.exp
9674 * gdb.base/step-bt.exp
9675 * gdb.base/step-line.exp
9676 * gdb.base/step-over-exit.exp
9677 * gdb.base/step-over-syscall.exp
9678 * gdb.base/step-resume-infcall.exp
9679 * gdb.base/step-test.exp
9680 * gdb.base/store.exp
9681 * gdb.base/structs3.exp
9682 * gdb.base/sym-file.exp
9683 * gdb.base/symbol-without-target_section.exp
9684 * gdb.base/term.exp
9685 * gdb.base/testenv.exp
9686 * gdb.base/ui-redirect.exp
9687 * gdb.base/until.exp
9688 * gdb.base/unwindonsignal.exp
9689 * gdb.base/value-double-free.exp
9690 * gdb.base/vla-datatypes.exp
9691 * gdb.base/vla-ptr.exp
9692 * gdb.base/vla-sideeffect.exp
9693 * gdb.base/volatile.exp
9694 * gdb.base/watch-cond-infcall.exp
9695 * gdb.base/watch-cond.exp
9696 * gdb.base/watch-non-mem.exp
9697 * gdb.base/watch-read.exp
9698 * gdb.base/watch-vfork.exp
9699 * gdb.base/watchpoint-cond-gone.exp
9700 * gdb.base/watchpoint-delete.exp
9701 * gdb.base/watchpoint-hw-hit-once.exp
9702 * gdb.base/watchpoint-hw.exp
9703 * gdb.base/watchpoint-stops-at-right-insn.exp
9704 * gdb.base/watchpoints.exp
9705 * gdb.base/wchar.exp
9706 * gdb.base/whatis-exp.exp
9707 * gdb.btrace/buffer-size.exp
9708 * gdb.btrace/data.exp
9709 * gdb.btrace/delta.exp
9710 * gdb.btrace/dlopen.exp
9711 * gdb.btrace/enable.exp
9712 * gdb.btrace/exception.exp
9713 * gdb.btrace/function_call_history.exp
9714 * gdb.btrace/gcore.exp
9715 * gdb.btrace/instruction_history.exp
9716 * gdb.btrace/nohist.exp
9717 * gdb.btrace/reconnect.exp
9718 * gdb.btrace/record_goto-step.exp
9719 * gdb.btrace/record_goto.exp
9720 * gdb.btrace/rn-dl-bind.exp
9721 * gdb.btrace/segv.exp
9722 * gdb.btrace/step.exp
9723 * gdb.btrace/stepi.exp
9724 * gdb.btrace/tailcall-only.exp
9725 * gdb.btrace/tailcall.exp
9726 * gdb.btrace/tsx.exp
9727 * gdb.btrace/unknown_functions.exp
9728 * gdb.btrace/vdso.exp
9729 * gdb.compile/compile-ifunc.exp
9730 * gdb.compile/compile-ops.exp
9731 * gdb.compile/compile-print.exp
9732 * gdb.compile/compile-setjmp.exp
9733 * gdb.cp/abstract-origin.exp
9734 * gdb.cp/ambiguous.exp
9735 * gdb.cp/annota2.exp
9736 * gdb.cp/annota3.exp
9737 * gdb.cp/anon-ns.exp
9738 * gdb.cp/anon-struct.exp
9739 * gdb.cp/anon-union.exp
9740 * gdb.cp/arg-reference.exp
9741 * gdb.cp/baseenum.exp
9742 * gdb.cp/bool.exp
9743 * gdb.cp/breakpoint.exp
9744 * gdb.cp/bs15503.exp
9745 * gdb.cp/call-c.exp
9746 * gdb.cp/casts.exp
9747 * gdb.cp/chained-calls.exp
9748 * gdb.cp/class2.exp
9749 * gdb.cp/classes.exp
9750 * gdb.cp/cmpd-minsyms.exp
9751 * gdb.cp/converts.exp
9752 * gdb.cp/cp-relocate.exp
9753 * gdb.cp/cpcompletion.exp
9754 * gdb.cp/cpexprs.exp
9755 * gdb.cp/cplabel.exp
9756 * gdb.cp/cplusfuncs.exp
9757 * gdb.cp/cpsizeof.exp
9758 * gdb.cp/ctti.exp
9759 * gdb.cp/derivation.exp
9760 * gdb.cp/destrprint.exp
9761 * gdb.cp/dispcxx.exp
9762 * gdb.cp/enum-class.exp
9763 * gdb.cp/exception.exp
9764 * gdb.cp/exceptprint.exp
9765 * gdb.cp/expand-psymtabs-cxx.exp
9766 * gdb.cp/expand-sals.exp
9767 * gdb.cp/extern-c.exp
9768 * gdb.cp/filename.exp
9769 * gdb.cp/formatted-ref.exp
9770 * gdb.cp/fpointer.exp
9771 * gdb.cp/gdb1355.exp
9772 * gdb.cp/gdb2495.exp
9773 * gdb.cp/hang.exp
9774 * gdb.cp/impl-this.exp
9775 * gdb.cp/infcall-dlopen.exp
9776 * gdb.cp/inherit.exp
9777 * gdb.cp/iostream.exp
9778 * gdb.cp/koenig.exp
9779 * gdb.cp/local.exp
9780 * gdb.cp/m-data.exp
9781 * gdb.cp/m-static.exp
9782 * gdb.cp/mb-ctor.exp
9783 * gdb.cp/mb-inline.exp
9784 * gdb.cp/mb-templates.exp
9785 * gdb.cp/member-name.exp
9786 * gdb.cp/member-ptr.exp
9787 * gdb.cp/meth-typedefs.exp
9788 * gdb.cp/method.exp
9789 * gdb.cp/method2.exp
9790 * gdb.cp/minsym-fallback.exp
9791 * gdb.cp/misc.exp
9792 * gdb.cp/namelessclass.exp
9793 * gdb.cp/namespace-enum.exp
9794 * gdb.cp/namespace-nested-import.exp
9795 * gdb.cp/namespace.exp
9796 * gdb.cp/nextoverthrow.exp
9797 * gdb.cp/no-dmgl-verbose.exp
9798 * gdb.cp/non-trivial-retval.exp
9799 * gdb.cp/noparam.exp
9800 * gdb.cp/nsdecl.exp
9801 * gdb.cp/nsimport.exp
9802 * gdb.cp/nsnested.exp
9803 * gdb.cp/nsnoimports.exp
9804 * gdb.cp/nsrecurs.exp
9805 * gdb.cp/nsstress.exp
9806 * gdb.cp/nsusing.exp
9807 * gdb.cp/operator.exp
9808 * gdb.cp/oranking.exp
9809 * gdb.cp/overload-const.exp
9810 * gdb.cp/overload.exp
9811 * gdb.cp/ovldbreak.exp
9812 * gdb.cp/ovsrch.exp
9813 * gdb.cp/paren-type.exp
9814 * gdb.cp/parse-lang.exp
9815 * gdb.cp/pass-by-ref.exp
9816 * gdb.cp/pr-1023.exp
9817 * gdb.cp/pr-1210.exp
9818 * gdb.cp/pr-574.exp
9819 * gdb.cp/pr10687.exp
9820 * gdb.cp/pr12028.exp
9821 * gdb.cp/pr17132.exp
9822 * gdb.cp/pr17494.exp
9823 * gdb.cp/pr9067.exp
9824 * gdb.cp/pr9167.exp
9825 * gdb.cp/pr9631.exp
9826 * gdb.cp/printmethod.exp
9827 * gdb.cp/psmang.exp
9828 * gdb.cp/psymtab-parameter.exp
9829 * gdb.cp/ptype-cv-cp.exp
9830 * gdb.cp/ptype-flags.exp
9831 * gdb.cp/re-set-overloaded.exp
9832 * gdb.cp/ref-types.exp
9833 * gdb.cp/rtti.exp
9834 * gdb.cp/scope-err.exp
9835 * gdb.cp/shadow.exp
9836 * gdb.cp/smartp.exp
9837 * gdb.cp/static-method.exp
9838 * gdb.cp/static-print-quit.exp
9839 * gdb.cp/temargs.exp
9840 * gdb.cp/templates.exp
9841 * gdb.cp/try_catch.exp
9842 * gdb.cp/typedef-operator.exp
9843 * gdb.cp/typeid.exp
9844 * gdb.cp/userdef.exp
9845 * gdb.cp/using-crash.exp
9846 * gdb.cp/var-tag.exp
9847 * gdb.cp/virtbase.exp
9848 * gdb.cp/virtfunc.exp
9849 * gdb.cp/virtfunc2.exp
9850 * gdb.cp/vla-cxx.exp
9851 * gdb.disasm/t01_mov.exp
9852 * gdb.disasm/t02_mova.exp
9853 * gdb.disasm/t03_add.exp
9854 * gdb.disasm/t04_sub.exp
9855 * gdb.disasm/t05_cmp.exp
9856 * gdb.disasm/t06_ari2.exp
9857 * gdb.disasm/t07_ari3.exp
9858 * gdb.disasm/t08_or.exp
9859 * gdb.disasm/t09_xor.exp
9860 * gdb.disasm/t10_and.exp
9861 * gdb.disasm/t11_logs.exp
9862 * gdb.disasm/t12_bit.exp
9863 * gdb.disasm/t13_otr.exp
9864 * gdb.dlang/circular.exp
9865 * gdb.dwarf2/arr-stride.exp
9866 * gdb.dwarf2/arr-subrange.exp
9867 * gdb.dwarf2/atomic-type.exp
9868 * gdb.dwarf2/bad-regnum.exp
9869 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9870 * gdb.dwarf2/callframecfa.exp
9871 * gdb.dwarf2/clztest.exp
9872 * gdb.dwarf2/corrupt.exp
9873 * gdb.dwarf2/data-loc.exp
9874 * gdb.dwarf2/dup-psym.exp
9875 * gdb.dwarf2/dw2-anon-mptr.exp
9876 * gdb.dwarf2/dw2-anonymous-func.exp
9877 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9878 * gdb.dwarf2/dw2-bad-unresolved.exp
9879 * gdb.dwarf2/dw2-basic.exp
9880 * gdb.dwarf2/dw2-canonicalize-type.exp
9881 * gdb.dwarf2/dw2-case-insensitive.exp
9882 * gdb.dwarf2/dw2-common-block.exp
9883 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9884 * gdb.dwarf2/dw2-compressed.exp
9885 * gdb.dwarf2/dw2-const.exp
9886 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9887 * gdb.dwarf2/dw2-cu-size.exp
9888 * gdb.dwarf2/dw2-dup-frame.exp
9889 * gdb.dwarf2/dw2-entry-value.exp
9890 * gdb.dwarf2/dw2-icycle.exp
9891 * gdb.dwarf2/dw2-ifort-parameter.exp
9892 * gdb.dwarf2/dw2-inline-break.exp
9893 * gdb.dwarf2/dw2-inline-param.exp
9894 * gdb.dwarf2/dw2-intercu.exp
9895 * gdb.dwarf2/dw2-intermix.exp
9896 * gdb.dwarf2/dw2-lexical-block-bare.exp
9897 * gdb.dwarf2/dw2-linkage-name-trust.exp
9898 * gdb.dwarf2/dw2-minsym-in-cu.exp
9899 * gdb.dwarf2/dw2-noloc.exp
9900 * gdb.dwarf2/dw2-op-call.exp
9901 * gdb.dwarf2/dw2-op-out-param.exp
9902 * gdb.dwarf2/dw2-opt-structptr.exp
9903 * gdb.dwarf2/dw2-param-error.exp
9904 * gdb.dwarf2/dw2-producer.exp
9905 * gdb.dwarf2/dw2-ranges-base.exp
9906 * gdb.dwarf2/dw2-ref-missing-frame.exp
9907 * gdb.dwarf2/dw2-reg-undefined.exp
9908 * gdb.dwarf2/dw2-regno-invalid.exp
9909 * gdb.dwarf2/dw2-restore.exp
9910 * gdb.dwarf2/dw2-restrict.exp
9911 * gdb.dwarf2/dw2-single-line-discriminators.exp
9912 * gdb.dwarf2/dw2-strp.exp
9913 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9914 * gdb.dwarf2/dw2-unresolved.exp
9915 * gdb.dwarf2/dw2-var-zero-addr.exp
9916 * gdb.dwarf2/dw4-sig-types.exp
9917 * gdb.dwarf2/dwz.exp
9918 * gdb.dwarf2/dynarr-ptr.exp
9919 * gdb.dwarf2/enum-type.exp
9920 * gdb.dwarf2/gdb-index.exp
9921 * gdb.dwarf2/implptr-64bit.exp
9922 * gdb.dwarf2/implptr-optimized-out.exp
9923 * gdb.dwarf2/implptr.exp
9924 * gdb.dwarf2/implref-array.exp
9925 * gdb.dwarf2/implref-const.exp
9926 * gdb.dwarf2/implref-global.exp
9927 * gdb.dwarf2/implref-struct.exp
9928 * gdb.dwarf2/mac-fileno.exp
9929 * gdb.dwarf2/main-subprogram.exp
9930 * gdb.dwarf2/member-ptr-forwardref.exp
9931 * gdb.dwarf2/method-ptr.exp
9932 * gdb.dwarf2/missing-sig-type.exp
9933 * gdb.dwarf2/nonvar-access.exp
9934 * gdb.dwarf2/opaque-type-lookup.exp
9935 * gdb.dwarf2/pieces-optimized-out.exp
9936 * gdb.dwarf2/pieces.exp
9937 * gdb.dwarf2/pr10770.exp
9938 * gdb.dwarf2/pr13961.exp
9939 * gdb.dwarf2/staticvirtual.exp
9940 * gdb.dwarf2/subrange.exp
9941 * gdb.dwarf2/symtab-producer.exp
9942 * gdb.dwarf2/trace-crash.exp
9943 * gdb.dwarf2/typeddwarf.exp
9944 * gdb.dwarf2/valop.exp
9945 * gdb.dwarf2/watch-notconst.exp
9946 * gdb.fortran/array-element.exp
9947 * gdb.fortran/charset.exp
9948 * gdb.fortran/common-block.exp
9949 * gdb.fortran/complex.exp
9950 * gdb.fortran/derived-type-function.exp
9951 * gdb.fortran/derived-type.exp
9952 * gdb.fortran/logical.exp
9953 * gdb.fortran/module.exp
9954 * gdb.fortran/multi-dim.exp
9955 * gdb.fortran/nested-funcs.exp
9956 * gdb.fortran/print-formatted.exp
9957 * gdb.fortran/subarray.exp
9958 * gdb.fortran/vla-alloc-assoc.exp
9959 * gdb.fortran/vla-datatypes.exp
9960 * gdb.fortran/vla-history.exp
9961 * gdb.fortran/vla-ptr-info.exp
9962 * gdb.fortran/vla-ptype-sub.exp
9963 * gdb.fortran/vla-ptype.exp
9964 * gdb.fortran/vla-sizeof.exp
9965 * gdb.fortran/vla-type.exp
9966 * gdb.fortran/vla-value-sub-arbitrary.exp
9967 * gdb.fortran/vla-value-sub-finish.exp
9968 * gdb.fortran/vla-value-sub.exp
9969 * gdb.fortran/vla-value.exp
9970 * gdb.fortran/whatis_type.exp
9971 * gdb.go/chan.exp
9972 * gdb.go/handcall.exp
9973 * gdb.go/hello.exp
9974 * gdb.go/integers.exp
9975 * gdb.go/methods.exp
9976 * gdb.go/package.exp
9977 * gdb.go/strings.exp
9978 * gdb.go/types.exp
9979 * gdb.go/unsafe.exp
9980 * gdb.guile/scm-arch.exp
9981 * gdb.guile/scm-block.exp
9982 * gdb.guile/scm-breakpoint.exp
9983 * gdb.guile/scm-cmd.exp
9984 * gdb.guile/scm-disasm.exp
9985 * gdb.guile/scm-equal.exp
9986 * gdb.guile/scm-frame-args.exp
9987 * gdb.guile/scm-frame-inline.exp
9988 * gdb.guile/scm-frame.exp
9989 * gdb.guile/scm-iterator.exp
9990 * gdb.guile/scm-math.exp
9991 * gdb.guile/scm-objfile.exp
9992 * gdb.guile/scm-ports.exp
9993 * gdb.guile/scm-symbol.exp
9994 * gdb.guile/scm-symtab.exp
9995 * gdb.guile/scm-value-cc.exp
9996 * gdb.guile/types-module.exp
9997 * gdb.linespec/break-ask.exp
9998 * gdb.linespec/cpexplicit.exp
9999 * gdb.linespec/explicit.exp
10000 * gdb.linespec/keywords.exp
10001 * gdb.linespec/linespec.exp
10002 * gdb.linespec/ls-dollar.exp
10003 * gdb.linespec/ls-errs.exp
10004 * gdb.linespec/skip-two.exp
10005 * gdb.linespec/thread.exp
10006 * gdb.mi/mi-async.exp
10007 * gdb.mi/mi-basics.exp
10008 * gdb.mi/mi-break.exp
10009 * gdb.mi/mi-catch-load.exp
10010 * gdb.mi/mi-cli.exp
10011 * gdb.mi/mi-cmd-param-changed.exp
10012 * gdb.mi/mi-console.exp
10013 * gdb.mi/mi-detach.exp
10014 * gdb.mi/mi-disassemble.exp
10015 * gdb.mi/mi-eval.exp
10016 * gdb.mi/mi-file-transfer.exp
10017 * gdb.mi/mi-file.exp
10018 * gdb.mi/mi-fill-memory.exp
10019 * gdb.mi/mi-inheritance-syntax-error.exp
10020 * gdb.mi/mi-linespec-err-cp.exp
10021 * gdb.mi/mi-logging.exp
10022 * gdb.mi/mi-memory-changed.exp
10023 * gdb.mi/mi-read-memory.exp
10024 * gdb.mi/mi-record-changed.exp
10025 * gdb.mi/mi-reg-undefined.exp
10026 * gdb.mi/mi-regs.exp
10027 * gdb.mi/mi-return.exp
10028 * gdb.mi/mi-reverse.exp
10029 * gdb.mi/mi-simplerun.exp
10030 * gdb.mi/mi-solib.exp
10031 * gdb.mi/mi-stack.exp
10032 * gdb.mi/mi-stepi.exp
10033 * gdb.mi/mi-syn-frame.exp
10034 * gdb.mi/mi-until.exp
10035 * gdb.mi/mi-var-block.exp
10036 * gdb.mi/mi-var-child.exp
10037 * gdb.mi/mi-var-cmd.exp
10038 * gdb.mi/mi-var-cp.exp
10039 * gdb.mi/mi-var-display.exp
10040 * gdb.mi/mi-var-invalidate.exp
10041 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10042 * gdb.mi/mi-vla-fortran.exp
10043 * gdb.mi/mi-watch.exp
10044 * gdb.mi/mi2-var-child.exp
10045 * gdb.mi/user-selected-context-sync.exp
10046 * gdb.modula2/unbounded-array.exp
10047 * gdb.multi/dummy-frame-restore.exp
10048 * gdb.multi/multi-arch-exec.exp
10049 * gdb.multi/multi-arch.exp
10050 * gdb.multi/tids.exp
10051 * gdb.multi/watchpoint-multi.exp
10052 * gdb.opencl/callfuncs.exp
10053 * gdb.opencl/convs_casts.exp
10054 * gdb.opencl/datatypes.exp
10055 * gdb.opencl/operators.exp
10056 * gdb.opencl/vec_comps.exp
10057 * gdb.opt/clobbered-registers-O2.exp
10058 * gdb.opt/inline-break.exp
10059 * gdb.opt/inline-bt.exp
10060 * gdb.opt/inline-cmds.exp
10061 * gdb.opt/inline-locals.exp
10062 * gdb.pascal/case-insensitive-symbols.exp
10063 * gdb.pascal/floats.exp
10064 * gdb.pascal/gdb11492.exp
10065 * gdb.python/lib-types.exp
10066 * gdb.python/py-arch.exp
10067 * gdb.python/py-as-string.exp
10068 * gdb.python/py-bad-printers.exp
10069 * gdb.python/py-block.exp
10070 * gdb.python/py-breakpoint-create-fail.exp
10071 * gdb.python/py-breakpoint.exp
10072 * gdb.python/py-caller-is.exp
10073 * gdb.python/py-cmd.exp
10074 * gdb.python/py-explore-cc.exp
10075 * gdb.python/py-explore.exp
10076 * gdb.python/py-finish-breakpoint.exp
10077 * gdb.python/py-finish-breakpoint2.exp
10078 * gdb.python/py-frame-args.exp
10079 * gdb.python/py-frame-inline.exp
10080 * gdb.python/py-frame.exp
10081 * gdb.python/py-framefilter-mi.exp
10082 * gdb.python/py-infthread.exp
10083 * gdb.python/py-lazy-string.exp
10084 * gdb.python/py-linetable.exp
10085 * gdb.python/py-mi-events.exp
10086 * gdb.python/py-mi-objfile.exp
10087 * gdb.python/py-mi.exp
10088 * gdb.python/py-objfile.exp
10089 * gdb.python/py-pp-integral.exp
10090 * gdb.python/py-pp-maint.exp
10091 * gdb.python/py-pp-re-notag.exp
10092 * gdb.python/py-pp-registration.exp
10093 * gdb.python/py-recurse-unwind.exp
10094 * gdb.python/py-strfns.exp
10095 * gdb.python/py-symbol.exp
10096 * gdb.python/py-symtab.exp
10097 * gdb.python/py-sync-interp.exp
10098 * gdb.python/py-typeprint.exp
10099 * gdb.python/py-unwind-maint.exp
10100 * gdb.python/py-unwind.exp
10101 * gdb.python/py-value-cc.exp
10102 * gdb.python/py-xmethods.exp
10103 * gdb.reverse/amd64-tailcall-reverse.exp
10104 * gdb.reverse/break-precsave.exp
10105 * gdb.reverse/break-reverse.exp
10106 * gdb.reverse/consecutive-precsave.exp
10107 * gdb.reverse/consecutive-reverse.exp
10108 * gdb.reverse/finish-precsave.exp
10109 * gdb.reverse/finish-reverse-bkpt.exp
10110 * gdb.reverse/finish-reverse.exp
10111 * gdb.reverse/fstatat-reverse.exp
10112 * gdb.reverse/getresuid-reverse.exp
10113 * gdb.reverse/i386-precsave.exp
10114 * gdb.reverse/i386-reverse.exp
10115 * gdb.reverse/i386-sse-reverse.exp
10116 * gdb.reverse/i387-env-reverse.exp
10117 * gdb.reverse/i387-stack-reverse.exp
10118 * gdb.reverse/insn-reverse.exp
10119 * gdb.reverse/machinestate-precsave.exp
10120 * gdb.reverse/machinestate.exp
10121 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10122 * gdb.reverse/pipe-reverse.exp
10123 * gdb.reverse/readv-reverse.exp
10124 * gdb.reverse/recvmsg-reverse.exp
10125 * gdb.reverse/rerun-prec.exp
10126 * gdb.reverse/s390-mvcle.exp
10127 * gdb.reverse/step-precsave.exp
10128 * gdb.reverse/step-reverse.exp
10129 * gdb.reverse/time-reverse.exp
10130 * gdb.reverse/until-precsave.exp
10131 * gdb.reverse/until-reverse.exp
10132 * gdb.reverse/waitpid-reverse.exp
10133 * gdb.reverse/watch-precsave.exp
10134 * gdb.reverse/watch-reverse.exp
10135 * gdb.rust/generics.exp
10136 * gdb.rust/methods.exp
10137 * gdb.rust/modules.exp
10138 * gdb.rust/simple.exp
10139 * gdb.server/connect-with-no-symbol-file.exp
10140 * gdb.server/ext-attach.exp
10141 * gdb.server/ext-restart.exp
10142 * gdb.server/ext-wrapper.exp
10143 * gdb.server/file-transfer.exp
10144 * gdb.server/server-exec-info.exp
10145 * gdb.server/server-kill.exp
10146 * gdb.server/server-mon.exp
10147 * gdb.server/wrapper.exp
10148 * gdb.stabs/exclfwd.exp
10149 * gdb.stabs/gdb11479.exp
10150 * gdb.threads/clone-new-thread-event.exp
10151 * gdb.threads/corethreads.exp
10152 * gdb.threads/current-lwp-dead.exp
10153 * gdb.threads/dlopen-libpthread.exp
10154 * gdb.threads/gcore-thread.exp
10155 * gdb.threads/sigstep-threads.exp
10156 * gdb.threads/watchpoint-fork.exp
10157 * gdb.trace/actions-changed.exp
10158 * gdb.trace/backtrace.exp
10159 * gdb.trace/change-loc.exp
10160 * gdb.trace/circ.exp
10161 * gdb.trace/collection.exp
10162 * gdb.trace/disconnected-tracing.exp
10163 * gdb.trace/ftrace.exp
10164 * gdb.trace/mi-trace-frame-collected.exp
10165 * gdb.trace/mi-trace-unavailable.exp
10166 * gdb.trace/mi-traceframe-changed.exp
10167 * gdb.trace/mi-tsv-changed.exp
10168 * gdb.trace/no-attach-trace.exp
10169 * gdb.trace/passc-dyn.exp
10170 * gdb.trace/qtro.exp
10171 * gdb.trace/range-stepping.exp
10172 * gdb.trace/read-memory.exp
10173 * gdb.trace/save-trace.exp
10174 * gdb.trace/signal.exp
10175 * gdb.trace/status-stop.exp
10176 * gdb.trace/tfile.exp
10177 * gdb.trace/trace-break.exp
10178 * gdb.trace/trace-buffer-size.exp
10179 * gdb.trace/trace-condition.exp
10180 * gdb.trace/tracefile-pseudo-reg.exp
10181 * gdb.trace/tstatus.exp
10182 * gdb.trace/unavailable.exp
10183 * gdb.trace/while-dyn.exp
10184 * gdb.trace/while-stepping.exp
10185
34c41c68
DE
101862016-12-22 Doug Evans <xdje42@gmail.com>
10187
10188 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10189 and msymbols.
10190
16e69324
YQ
101912016-12-19 Yao Qi <yao.qi@linaro.org>
10192
10193 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10194 (test_with_self): Don't call do_steps_and_nexts, and remove
10195 code about stepping into xmalloc.
10196
f94f411b
YQ
101972016-12-09 Yao Qi <yao.qi@linaro.org>
10198
10199 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10200
102012016-12-09 Yao Qi <yao.qi@linaro.org>
10202
10203 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10204
f1b5deee
PA
102052016-12-09 Pedro Alves <palves@redhat.com>
10206
10207 * gdb.base/all-architectures-0.exp: New file.
10208 * gdb.base/all-architectures-1.exp: New file.
10209 * gdb.base/all-architectures-2.exp: New file.
10210 * gdb.base/all-architectures-3.exp: New file.
10211 * gdb.base/all-architectures-4.exp: New file.
10212 * gdb.base/all-architectures-5.exp: New file.
10213 * gdb.base/all-architectures-6.exp: New file.
10214 * gdb.base/all-architectures-7.exp: New file.
10215 * gdb.base/all-architectures.exp.in: New file.
10216
364ca42e
YQ
102172016-12-09 Yao Qi <yao.qi@linaro.org>
10218
10219 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10220
107c2d62
LM
102212016-12-02 Luis Machado <lgustavo@codesourcery.com>
10222
10223 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10224 possible.
10225 Remove useless pattern-matching code.
10226
df3ee9ca
PA
102272016-12-02 Pedro Alves <palves@redhat.com>
10228
10229 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10230 procedure.
10231 (top level): Call it.
10232
ec835369
PA
102332016-12-02 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10236 New procedure.
10237 (top level): Call it.
10238
01770bbd
PA
102392016-12-02 Pedro Alves <palves@redhat.com>
10240
10241 PR cli/20559
10242 * gdb.base/commands.exp (user_defined_command_args_eval): New
10243 procedure.
10244 (top level): Call it.
10245
008459ea
LM
102462016-12-02 Luis Machado <lgustavo@codesourcery.com>
10247
10248 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10249 timeout handling.
10250
0c1b455e
TT
102512016-12-02 Tom Tromey <tom@tromey.com>
10252
10253 * gdb.dwarf2/main-subprogram.c: New file.
10254 * gdb.dwarf2/main-subprogram.exp: New file.
10255
018572b8
LM
102562016-12-01 Luis Machado <lgustavo@codesourcery.com>
10257
10258 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10259 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10260 gdb_test_no_output for a couple of cases.
10261 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10262
84c93cd5
LM
102632016-12-01 Luis Machado <lgustavo@codesourcery.com>
10264
10265 Fix test names and standardize compilation error messages throughout
10266 the following files:
10267
10268 * gdb.ada/start.exp
10269 * gdb.arch/alpha-step.exp
10270 * gdb.arch/e500-prologue.exp
10271 * gdb.arch/ftrace-insn-reloc.exp
10272 * gdb.arch/gdb1291.exp
10273 * gdb.arch/gdb1431.exp
10274 * gdb.arch/gdb1558.exp
10275 * gdb.arch/i386-dr3-watch.exp
10276 * gdb.arch/i386-sse-stack-align.exp
10277 * gdb.arch/ia64-breakpoint-shadow.exp
10278 * gdb.arch/pa-nullify.exp
10279 * gdb.arch/powerpc-aix-prologue.exp
10280 * gdb.arch/thumb-bx-pc.exp
10281 * gdb.base/annota1.exp
10282 * gdb.base/annota3.exp
10283 * gdb.base/arrayidx.exp
10284 * gdb.base/assign.exp
10285 * gdb.base/attach.exp
10286 * gdb.base/auxv.exp
10287 * gdb.base/bang.exp
10288 * gdb.base/bfp-test.exp
10289 * gdb.base/bigcore.exp
10290 * gdb.base/bitfields2.exp
10291 * gdb.base/break-fun-addr.exp
10292 * gdb.base/break-probes.exp
10293 * gdb.base/call-rt-st.exp
10294 * gdb.base/callexit.exp
10295 * gdb.base/catch-fork-kill.exp
10296 * gdb.base/charset.exp
10297 * gdb.base/checkpoint.exp
10298 * gdb.base/comprdebug.exp
10299 * gdb.base/constvars.exp
10300 * gdb.base/coredump-filter.exp
10301 * gdb.base/cursal.exp
10302 * gdb.base/cvexpr.exp
10303 * gdb.base/detach.exp
10304 * gdb.base/display.exp
10305 * gdb.base/dmsym.exp
10306 * gdb.base/dprintf-pending.exp
10307 * gdb.base/dso2dso.exp
10308 * gdb.base/dtrace-probe.exp
10309 * gdb.base/dump.exp
10310 * gdb.base/enum_cond.exp
10311 * gdb.base/exe-lock.exp
10312 * gdb.base/exec-invalid-sysroot.exp
10313 * gdb.base/execl-update-breakpoints.exp
10314 * gdb.base/exprs.exp
10315 * gdb.base/fileio.exp
10316 * gdb.base/find.exp
10317 * gdb.base/finish.exp
10318 * gdb.base/fixsection.exp
10319 * gdb.base/foll-vfork.exp
10320 * gdb.base/frame-args.exp
10321 * gdb.base/gcore.exp
10322 * gdb.base/gdb1250.exp
10323 * gdb.base/global-var-nested-by-dso.exp
10324 * gdb.base/gnu-ifunc.exp
10325 * gdb.base/hashline1.exp
10326 * gdb.base/hashline2.exp
10327 * gdb.base/hashline3.exp
10328 * gdb.base/hbreak-in-shr-unsupported.exp
10329 * gdb.base/huge.exp
10330 * gdb.base/infcall-input.exp
10331 * gdb.base/info-fun.exp
10332 * gdb.base/info-shared.exp
10333 * gdb.base/jit-simple.exp
10334 * gdb.base/jit-so.exp
10335 * gdb.base/jit.exp
10336 * gdb.base/jump.exp
10337 * gdb.base/label.exp
10338 * gdb.base/lineinc.exp
10339 * gdb.base/logical.exp
10340 * gdb.base/longjmp.exp
10341 * gdb.base/macscp.exp
10342 * gdb.base/miscexprs.exp
10343 * gdb.base/new-ui-echo.exp
10344 * gdb.base/new-ui-pending-input.exp
10345 * gdb.base/new-ui.exp
10346 * gdb.base/nodebug.exp
10347 * gdb.base/nofield.exp
10348 * gdb.base/offsets.exp
10349 * gdb.base/overlays.exp
10350 * gdb.base/pending.exp
10351 * gdb.base/pointers.exp
10352 * gdb.base/pr11022.exp
10353 * gdb.base/printcmds.exp
10354 * gdb.base/prologue.exp
10355 * gdb.base/ptr-typedef.exp
10356 * gdb.base/realname-expand.exp
10357 * gdb.base/relativedebug.exp
10358 * gdb.base/relocate.exp
10359 * gdb.base/remote.exp
10360 * gdb.base/reread.exp
10361 * gdb.base/return2.exp
10362 * gdb.base/savedregs.exp
10363 * gdb.base/sep.exp
10364 * gdb.base/sepdebug.exp
10365 * gdb.base/sepsymtab.exp
10366 * gdb.base/set-inferior-tty.exp
10367 * gdb.base/setshow.exp
10368 * gdb.base/shlib-call.exp
10369 * gdb.base/sigaltstack.exp
10370 * gdb.base/siginfo-addr.exp
10371 * gdb.base/signals.exp
10372 * gdb.base/signull.exp
10373 * gdb.base/sigrepeat.exp
10374 * gdb.base/so-impl-ld.exp
10375 * gdb.base/solib-display.exp
10376 * gdb.base/solib-overlap.exp
10377 * gdb.base/solib-search.exp
10378 * gdb.base/solib-symbol.exp
10379 * gdb.base/structs.exp
10380 * gdb.base/structs2.exp
10381 * gdb.base/symtab-search-order.exp
10382 * gdb.base/twice.exp
10383 * gdb.base/unload.exp
10384 * gdb.base/varargs.exp
10385 * gdb.base/watchpoint-solib.exp
10386 * gdb.base/watchpoint.exp
10387 * gdb.base/whatis.exp
10388 * gdb.base/wrong_frame_bt_full.exp
10389 * gdb.btrace/dlopen.exp
10390 * gdb.cell/ea-standalone.exp
10391 * gdb.cell/ea-test.exp
10392 * gdb.cp/dispcxx.exp
10393 * gdb.cp/gdb2384.exp
10394 * gdb.cp/method2.exp
10395 * gdb.cp/nextoverthrow.exp
10396 * gdb.cp/pr10728.exp
10397 * gdb.disasm/am33.exp
10398 * gdb.disasm/h8300s.exp
10399 * gdb.disasm/mn10300.exp
10400 * gdb.disasm/sh3.exp
10401 * gdb.dwarf2/dw2-dir-file-name.exp
10402 * gdb.fortran/complex.exp
10403 * gdb.fortran/library-module.exp
10404 * gdb.guile/scm-pretty-print.exp
10405 * gdb.guile/scm-symbol.exp
10406 * gdb.guile/scm-type.exp
10407 * gdb.guile/scm-value.exp
10408 * gdb.linespec/linespec.exp
10409 * gdb.mi/gdb701.exp
10410 * gdb.mi/gdb792.exp
10411 * gdb.mi/mi-breakpoint-changed.exp
10412 * gdb.mi/mi-dprintf-pending.exp
10413 * gdb.mi/mi-dprintf.exp
10414 * gdb.mi/mi-exit-code.exp
10415 * gdb.mi/mi-pending.exp
10416 * gdb.mi/mi-solib.exp
10417 * gdb.mi/new-ui-mi-sync.exp
10418 * gdb.mi/pr11022.exp
10419 * gdb.mi/user-selected-context-sync.exp
10420 * gdb.opt/solib-intra-step.exp
10421 * gdb.python/py-events.exp
10422 * gdb.python/py-finish-breakpoint.exp
10423 * gdb.python/py-mi.exp
10424 * gdb.python/py-prettyprint.exp
10425 * gdb.python/py-shared.exp
10426 * gdb.python/py-symbol.exp
10427 * gdb.python/py-template.exp
10428 * gdb.python/py-type.exp
10429 * gdb.python/py-value.exp
10430 * gdb.reverse/solib-precsave.exp
10431 * gdb.reverse/solib-reverse.exp
10432 * gdb.server/solib-list.exp
10433 * gdb.stabs/weird.exp
10434 * gdb.threads/reconnect-signal.exp
10435 * gdb.threads/stepi-random-signal.exp
10436 * gdb.trace/actions.exp
10437 * gdb.trace/ax.exp
10438 * gdb.trace/backtrace.exp
10439 * gdb.trace/change-loc.exp
10440 * gdb.trace/deltrace.exp
10441 * gdb.trace/ftrace-lock.exp
10442 * gdb.trace/ftrace.exp
10443 * gdb.trace/infotrace.exp
10444 * gdb.trace/mi-tracepoint-changed.exp
10445 * gdb.trace/packetlen.exp
10446 * gdb.trace/passcount.exp
10447 * gdb.trace/pending.exp
10448 * gdb.trace/range-stepping.exp
10449 * gdb.trace/report.exp
10450 * gdb.trace/stap-trace.exp
10451 * gdb.trace/tfind.exp
10452 * gdb.trace/trace-break.exp
10453 * gdb.trace/trace-condition.exp
10454 * gdb.trace/trace-enable-disable.exp
10455 * gdb.trace/trace-mt.exp
10456 * gdb.trace/tracecmd.exp
10457 * gdb.trace/tspeed.exp
10458 * gdb.trace/tsv.exp
10459 * lib/perftest.exp
10460
fb9feb35
LM
104612016-12-01 Luis Machado <lgustavo@codesourcery.com>
10462
10463 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10464 with gdb_test_no_output.
10465 Use command as test name.
10466
cd2ddb6c
LM
104672016-12-01 Luis Machado <lgustavo@codesourcery.com>
10468
10469 Fix test names starting with uppercase throughout the files.
10470
10471 * gdb.ada/assign_1.exp
10472 * gdb.ada/boolean_expr.exp
10473 * gdb.base/arrayidx.exp
10474 * gdb.base/del.exp
10475 * gdb.base/gcore-buffer-overflow.exp
10476 * gdb.base/testenv.exp
10477 * gdb.compile/compile.exp
10478 * gdb.python/py-framefilter-invalidarg.exp
10479 * gdb.python/py-framefilter.exp
10480
bb95117e
LM
104812016-12-01 Luis Machado <lgustavo@codesourcery.com>
10482
10483 Fix test names starting with uppercase throughout the files.
10484
10485 * gdb.ada/array_return.exp
10486 * gdb.ada/expr_delims.exp
10487 * gdb.ada/mi_dyn_arr.exp
10488 * gdb.ada/mi_interface.exp
10489 * gdb.ada/mi_var_array.exp
10490 * gdb.ada/watch_arg.exp
10491 * gdb.arch/alpha-step.exp
10492 * gdb.arch/altivec-regs.exp
10493 * gdb.arch/e500-regs.exp
10494 * gdb.arch/powerpc-d128-regs.exp
10495 * gdb.base/arrayidx.exp
10496 * gdb.base/break.exp
10497 * gdb.base/checkpoint.exp
10498 * gdb.base/debug-expr.exp
10499 * gdb.base/dmsym.exp
10500 * gdb.base/radix.exp
10501 * gdb.base/sepdebug.exp
10502 * gdb.base/testenv.exp
10503 * gdb.base/watch_thread_num.exp
10504 * gdb.base/watchpoint-cond-gone.exp
10505 * gdb.cell/break.exp
10506 * gdb.cell/ea-cache.exp
10507 * gdb.compile/compile.exp
10508 * gdb.cp/gdb2495.exp
10509 * gdb.gdb/selftest.exp
10510 * gdb.gdb/xfullpath.exp
10511 * gdb.go/hello.exp
10512 * gdb.go/integers.exp
10513 * gdb.objc/basicclass.exp
10514 * gdb.pascal/hello.exp
10515 * gdb.pascal/integers.exp
10516 * gdb.python/py-breakpoint.exp
10517 * gdb.python/py-cmd.exp
10518 * gdb.python/py-linetable.exp
10519 * gdb.python/py-xmethods.exp
10520 * gdb.python/python.exp
10521 * gdb.reverse/consecutive-precsave.exp
10522 * gdb.reverse/finish-precsave.exp
10523 * gdb.reverse/i386-precsave.exp
10524 * gdb.reverse/machinestate-precsave.exp
10525 * gdb.reverse/sigall-precsave.exp
10526 * gdb.reverse/solib-precsave.exp
10527 * gdb.reverse/step-precsave.exp
10528 * gdb.reverse/until-precsave.exp
10529 * gdb.reverse/watch-precsave.exp
10530 * gdb.threads/leader-exit.exp
10531 * gdb.threads/pthreads.exp
10532 * gdb.threads/wp-replication.exp
10533 * gdb.trace/actions.exp
10534 * gdb.trace/mi-tsv-changed.exp
10535 * gdb.trace/tsv.exp
10536
de97fdd4
LM
105372016-12-01 Luis Machado <lgustavo@codesourcery.com>
10538
10539 Fix test names starting with uppercase throughout the files.
10540
10541 * gdb.arch/i386-bp_permanent.exp
10542 * gdb.arch/i386-gnu-cfi.exp
10543 * gdb.base/disasm-end-cu.exp
10544 * gdb.base/macscp.exp
10545 * gdb.base/pending.exp
10546 * gdb.base/watch_thread_num.exp
10547 * gdb.cp/exception.exp
10548 * gdb.cp/gdb2495.exp
10549 * gdb.cp/local.exp
10550 * gdb.python/py-evsignal.exp
10551 * gdb.python/python.exp
10552 * gdb.trace/tracecmd.exp
10553
9f058c10
LM
105542016-12-01 Luis Machado <lgustavo@codesourcery.com>
10555
10556 Fix test names starting with uppercase throughout the files.
10557
10558 * gdb.base/charset.exp
10559 * gdb.base/eval.exp
10560 * gdb.base/multi-forks.exp
10561 * gdb.guile/scm-progspace.exp
10562 * gdb.opencl/datatypes.exp
10563 * gdb.python/py-block.exp
10564 * gdb.python/py-function.exp
10565 * gdb.python/py-symbol.exp
10566 * gdb.python/py-symtab.exp
10567 * gdb.python/py-xmethods.exp
10568 * gdb.reverse/break-precsave.exp
10569 * gdb.reverse/break-reverse.exp
10570 * gdb.reverse/consecutive-precsave.exp
10571 * gdb.reverse/consecutive-reverse.exp
10572 * gdb.reverse/finish-precsave.exp
10573 * gdb.reverse/finish-reverse-bkpt.exp
10574 * gdb.reverse/finish-reverse.exp
10575 * gdb.reverse/fstatat-reverse.exp
10576 * gdb.reverse/getresuid-reverse.exp
10577 * gdb.reverse/i386-precsave.exp
10578 * gdb.reverse/i386-reverse.exp
10579 * gdb.reverse/i386-sse-reverse.exp
10580 * gdb.reverse/i387-stack-reverse.exp
10581 * gdb.reverse/insn-reverse.exp
10582 * gdb.reverse/machinestate-precsave.exp
10583 * gdb.reverse/machinestate.exp
10584 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10585 * gdb.reverse/pipe-reverse.exp
10586 * gdb.reverse/readv-reverse.exp
10587 * gdb.reverse/recvmsg-reverse.exp
10588 * gdb.reverse/rerun-prec.exp
10589 * gdb.reverse/s390-mvcle.exp
10590 * gdb.reverse/sigall-precsave.exp
10591 * gdb.reverse/sigall-reverse.exp
10592 * gdb.reverse/solib-precsave.exp
10593 * gdb.reverse/solib-reverse.exp
10594 * gdb.reverse/step-precsave.exp
10595 * gdb.reverse/step-reverse.exp
10596 * gdb.reverse/time-reverse.exp
10597 * gdb.reverse/until-precsave.exp
10598 * gdb.reverse/until-reverse.exp
10599 * gdb.reverse/waitpid-reverse.exp
10600 * gdb.reverse/watch-precsave.exp
10601 * gdb.reverse/watch-reverse.exp
10602
cdc7edd7
LM
106032016-12-01 Luis Machado <lgustavo@codesourcery.com>
10604
10605 Fix test names starting with uppercase throughout the files.
10606
10607 * gdb.arch/i386-mpx-simple_segv.exp
10608 * gdb.arch/i386-mpx.exp
10609 * gdb.arch/i386-permbkpt.exp
10610 * gdb.arch/pa-nullify.exp
10611 * gdb.arch/powerpc-d128-regs.exp
10612 * gdb.arch/vsx-regs.exp
10613 * gdb.base/bfp-test.exp
10614 * gdb.base/break.exp
10615 * gdb.base/breakpoint-shadow.exp
10616 * gdb.base/callfuncs.exp
10617 * gdb.base/charset.exp
10618 * gdb.base/commands.exp
10619 * gdb.base/completion.exp
10620 * gdb.base/dfp-test.exp
10621 * gdb.base/echo.exp
10622 * gdb.base/ending-run.exp
10623 * gdb.base/eval.exp
10624 * gdb.base/expand-psymtabs.exp
10625 * gdb.base/float128.exp
10626 * gdb.base/floatn.exp
10627 * gdb.base/foll-exec-mode.exp
10628 * gdb.base/gdb1056.exp
10629 * gdb.base/gdb11531.exp
10630 * gdb.base/kill-after-signal.exp
10631 * gdb.base/multi-forks.exp
10632 * gdb.base/overlays.exp
10633 * gdb.base/pending.exp
10634 * gdb.base/sepdebug.exp
10635 * gdb.base/testenv.exp
10636 * gdb.base/valgrind-db-attach.exp
10637 * gdb.base/watch_thread_num.exp
10638 * gdb.base/watchpoint-cond-gone.exp
10639 * gdb.base/watchpoint.exp
10640 * gdb.base/watchpoints.exp
10641 * gdb.cp/arg-reference.exp
10642 * gdb.cp/baseenum.exp
10643 * gdb.cp/operator.exp
10644 * gdb.cp/shadow.exp
10645 * gdb.dwarf2/dw2-op-out-param.exp
10646 * gdb.dwarf2/dw2-reg-undefined.exp
10647 * gdb.go/chan.exp
10648 * gdb.go/hello.exp
10649 * gdb.go/integers.exp
10650 * gdb.go/methods.exp
10651 * gdb.go/package.exp
10652 * gdb.guile/scm-parameter.exp
10653 * gdb.guile/scm-progspace.exp
10654 * gdb.guile/scm-value.exp
10655 * gdb.mi/mi-pending.exp
10656 * gdb.mi/user-selected-context-sync.exp
10657 * gdb.multi/multi-attach.exp
10658 * gdb.multi/tids.exp
10659 * gdb.opt/clobbered-registers-O2.exp
10660 * gdb.pascal/floats.exp
10661 * gdb.pascal/integers.exp
10662 * gdb.python/py-block.exp
10663 * gdb.python/py-events.exp
10664 * gdb.python/py-parameter.exp
10665 * gdb.python/py-symbol.exp
10666 * gdb.python/py-symtab.exp
10667 * gdb.python/py-type.exp
10668 * gdb.python/py-value.exp
10669 * gdb.python/py-xmethods.exp
10670 * gdb.python/python.exp
10671 * gdb.reverse/break-precsave.exp
10672 * gdb.reverse/consecutive-precsave.exp
10673 * gdb.reverse/finish-precsave.exp
10674 * gdb.reverse/i386-precsave.exp
10675 * gdb.reverse/machinestate-precsave.exp
10676 * gdb.reverse/sigall-precsave.exp
10677 * gdb.reverse/solib-precsave.exp
10678 * gdb.reverse/step-precsave.exp
10679 * gdb.reverse/until-precsave.exp
10680 * gdb.reverse/watch-precsave.exp
10681 * gdb.server/ext-attach.exp
10682 * gdb.server/ext-restart.exp
10683 * gdb.server/ext-run.exp
10684 * gdb.server/ext-wrapper.exp
10685 * gdb.stabs/gdb11479.exp
10686 * gdb.stabs/weird.exp
10687 * gdb.threads/attach-many-short-lived-threads.exp
10688 * gdb.threads/kill.exp
10689 * gdb.threads/watchpoint-fork.exp
10690
bc6c7af4
LM
106912016-12-01 Luis Machado <lgustavo@codesourcery.com>
10692
10693 Fix test names starting with uppercase throughout all the files below.
10694
10695 * gdb.ada/array_return.exp
10696 * gdb.ada/catch_ex.exp
10697 * gdb.ada/info_exc.exp
10698 * gdb.ada/mi_catch_ex.exp
10699 * gdb.ada/mi_dyn_arr.exp
10700 * gdb.ada/mi_ex_cond.exp
10701 * gdb.ada/mi_exc_info.exp
10702 * gdb.ada/mi_interface.exp
10703 * gdb.ada/mi_task_arg.exp
10704 * gdb.ada/mi_task_info.exp
10705 * gdb.ada/mi_var_array.exp
10706 * gdb.arch/alpha-step.exp
10707 * gdb.arch/amd64-disp-step.exp
10708 * gdb.arch/arm-disp-step.exp
10709 * gdb.arch/disp-step-insn-reloc.exp
10710 * gdb.arch/e500-prologue.exp
10711 * gdb.arch/ftrace-insn-reloc.exp
10712 * gdb.arch/gdb1558.exp
10713 * gdb.arch/i386-bp_permanent.exp
10714 * gdb.arch/i386-disp-step.exp
10715 * gdb.arch/i386-float.exp
10716 * gdb.arch/i386-gnu-cfi.exp
10717 * gdb.arch/ia64-breakpoint-shadow.exp
10718 * gdb.arch/mips16-thunks.exp
10719 * gdb.arch/pa-nullify.exp
10720 * gdb.arch/powerpc-aix-prologue.exp
10721 * gdb.arch/powerpc-power.exp
10722 * gdb.arch/ppc-dfp.exp
10723 * gdb.arch/s390-tdbregs.exp
10724 * gdb.arch/spu-info.exp
10725 * gdb.arch/spu-ls.exp
10726 * gdb.arch/thumb-bx-pc.exp
10727 * gdb.base/advance.exp
10728 * gdb.base/annota-input-while-running.exp
10729 * gdb.base/arrayidx.exp
10730 * gdb.base/asmlabel.exp
10731 * gdb.base/async.exp
10732 * gdb.base/attach-wait-input.exp
10733 * gdb.base/auto-connect-native-target.exp
10734 * gdb.base/batch-preserve-term-settings.exp
10735 * gdb.base/bfp-test.exp
10736 * gdb.base/bigcore.exp
10737 * gdb.base/bp-permanent.exp
10738 * gdb.base/break-always.exp
10739 * gdb.base/break-fun-addr.exp
10740 * gdb.base/break-idempotent.exp
10741 * gdb.base/break-main-file-remove-fail.exp
10742 * gdb.base/break-probes.exp
10743 * gdb.base/break-unload-file.exp
10744 * gdb.base/break.exp
10745 * gdb.base/call-ar-st.exp
10746 * gdb.base/call-rt-st.exp
10747 * gdb.base/call-sc.exp
10748 * gdb.base/call-signal-resume.exp
10749 * gdb.base/call-strs.exp
10750 * gdb.base/callexit.exp
10751 * gdb.base/callfuncs.exp
10752 * gdb.base/catch-gdb-caused-signals.exp
10753 * gdb.base/catch-signal-siginfo-cond.exp
10754 * gdb.base/catch-syscall.exp
10755 * gdb.base/compare-sections.exp
10756 * gdb.base/cond-eval-mode.exp
10757 * gdb.base/condbreak-call-false.exp
10758 * gdb.base/consecutive-step-over.exp
10759 * gdb.base/cursal.exp
10760 * gdb.base/disabled-location.exp
10761 * gdb.base/disasm-end-cu.exp
10762 * gdb.base/display.exp
10763 * gdb.base/double-prompt-target-event-error.exp
10764 * gdb.base/dprintf-bp-same-addr.exp
10765 * gdb.base/dprintf-detach.exp
10766 * gdb.base/dprintf-next.exp
10767 * gdb.base/dprintf-non-stop.exp
10768 * gdb.base/dprintf-pending.exp
10769 * gdb.base/dso2dso.exp
10770 * gdb.base/ending-run.exp
10771 * gdb.base/enum_cond.exp
10772 * gdb.base/examine-backward.exp
10773 * gdb.base/exe-lock.exp
10774 * gdb.base/exec-invalid-sysroot.exp
10775 * gdb.base/execl-update-breakpoints.exp
10776 * gdb.base/execution-termios.exp
10777 * gdb.base/fileio.exp
10778 * gdb.base/fixsection.exp
10779 * gdb.base/foll-exec-mode.exp
10780 * gdb.base/foll-exec.exp
10781 * gdb.base/fork-running-state.exp
10782 * gdb.base/frame-args.exp
10783 * gdb.base/fullpath-expand.exp
10784 * gdb.base/func-ptr.exp
10785 * gdb.base/gcore-relro-pie.exp
10786 * gdb.base/gdb1090.exp
10787 * gdb.base/gdb1555.exp
10788 * gdb.base/global-var-nested-by-dso.exp
10789 * gdb.base/gnu-ifunc.exp
10790 * gdb.base/hbreak-in-shr-unsupported.exp
10791 * gdb.base/hbreak-unmapped.exp
10792 * gdb.base/hook-stop.exp
10793 * gdb.base/infcall-input.exp
10794 * gdb.base/info-fun.exp
10795 * gdb.base/info-shared.exp
10796 * gdb.base/interrupt-noterm.exp
10797 * gdb.base/jit-so.exp
10798 * gdb.base/jit.exp
10799 * gdb.base/line-symtabs.exp
10800 * gdb.base/list.exp
10801 * gdb.base/longjmp.exp
10802 * gdb.base/macscp.exp
10803 * gdb.base/max-value-size.exp
10804 * gdb.base/nodebug.exp
10805 * gdb.base/nofield.exp
10806 * gdb.base/overlays.exp
10807 * gdb.base/paginate-after-ctrl-c-running.exp
10808 * gdb.base/paginate-bg-execution.exp
10809 * gdb.base/paginate-inferior-exit.exp
10810 * gdb.base/pending.exp
10811 * gdb.base/pr11022.exp
10812 * gdb.base/printcmds.exp
10813 * gdb.base/ptr-typedef.exp
10814 * gdb.base/ptype.exp
10815 * gdb.base/randomize.exp
10816 * gdb.base/range-stepping.exp
10817 * gdb.base/realname-expand.exp
10818 * gdb.base/relativedebug.exp
10819 * gdb.base/remote.exp
10820 * gdb.base/savedregs.exp
10821 * gdb.base/sepdebug.exp
10822 * gdb.base/set-noassign.exp
10823 * gdb.base/shlib-call.exp
10824 * gdb.base/shreloc.exp
10825 * gdb.base/sigaltstack.exp
10826 * gdb.base/sigbpt.exp
10827 * gdb.base/siginfo-addr.exp
10828 * gdb.base/siginfo-obj.exp
10829 * gdb.base/siginfo-thread.exp
10830 * gdb.base/signest.exp
10831 * gdb.base/signull.exp
10832 * gdb.base/sigrepeat.exp
10833 * gdb.base/skip.exp
10834 * gdb.base/so-impl-ld.exp
10835 * gdb.base/solib-corrupted.exp
10836 * gdb.base/solib-disc.exp
10837 * gdb.base/solib-display.exp
10838 * gdb.base/solib-overlap.exp
10839 * gdb.base/solib-search.exp
10840 * gdb.base/solib-symbol.exp
10841 * gdb.base/source-execution.exp
10842 * gdb.base/sss-bp-on-user-bp-2.exp
10843 * gdb.base/sss-bp-on-user-bp.exp
10844 * gdb.base/stack-checking.exp
10845 * gdb.base/stale-infcall.exp
10846 * gdb.base/step-break.exp
10847 * gdb.base/step-line.exp
10848 * gdb.base/step-over-exit.exp
10849 * gdb.base/step-test.exp
10850 * gdb.base/structs.exp
10851 * gdb.base/sym-file.exp
10852 * gdb.base/symtab-search-order.exp
10853 * gdb.base/term.exp
10854 * gdb.base/type-opaque.exp
10855 * gdb.base/unload.exp
10856 * gdb.base/until-nodebug.exp
10857 * gdb.base/until.exp
10858 * gdb.base/unwindonsignal.exp
10859 * gdb.base/watch-cond.exp
10860 * gdb.base/watch-non-mem.exp
10861 * gdb.base/watch_thread_num.exp
10862 * gdb.base/watchpoint-reuse-slot.exp
10863 * gdb.base/watchpoint-solib.exp
10864 * gdb.base/watchpoint.exp
10865 * gdb.btrace/dlopen.exp
10866 * gdb.cell/arch.exp
10867 * gdb.cell/break.exp
10868 * gdb.cell/bt.exp
10869 * gdb.cell/core.exp
10870 * gdb.cell/data.exp
10871 * gdb.cell/dwarfaddr.exp
10872 * gdb.cell/ea-cache.exp
10873 * gdb.cell/ea-standalone.exp
10874 * gdb.cell/ea-test.exp
10875 * gdb.cell/f-regs.exp
10876 * gdb.cell/fork.exp
10877 * gdb.cell/gcore.exp
10878 * gdb.cell/mem-access.exp
10879 * gdb.cell/ptype.exp
10880 * gdb.cell/registers.exp
10881 * gdb.cell/sizeof.exp
10882 * gdb.cell/solib-symbol.exp
10883 * gdb.cell/solib.exp
10884 * gdb.compile/compile-tls.exp
10885 * gdb.cp/exception.exp
10886 * gdb.cp/gdb2495.exp
10887 * gdb.cp/local.exp
10888 * gdb.cp/mb-inline.exp
10889 * gdb.cp/mb-templates.exp
10890 * gdb.cp/pr10687.exp
10891 * gdb.cp/pr9167.exp
10892 * gdb.cp/scope-err.exp
10893 * gdb.cp/templates.exp
10894 * gdb.cp/virtfunc.exp
10895 * gdb.dwarf2/dw2-dir-file-name.exp
10896 * gdb.dwarf2/dw2-single-line-discriminators.exp
10897 * gdb.fortran/complex.exp
10898 * gdb.fortran/library-module.exp
10899 * gdb.guile/guile.exp
10900 * gdb.guile/scm-cmd.exp
10901 * gdb.guile/scm-frame-inline.exp
10902 * gdb.guile/scm-objfile.exp
10903 * gdb.guile/scm-pretty-print.exp
10904 * gdb.guile/scm-symbol.exp
10905 * gdb.guile/scm-type.exp
10906 * gdb.guile/scm-value.exp
10907 * gdb.linespec/keywords.exp
10908 * gdb.linespec/ls-errs.exp
10909 * gdb.linespec/macro-relative.exp
10910 * gdb.linespec/thread.exp
10911 * gdb.mi/mi-breakpoint-changed.exp
10912 * gdb.mi/mi-dprintf-pending.exp
10913 * gdb.mi/mi-fullname-deleted.exp
10914 * gdb.mi/mi-logging.exp
10915 * gdb.mi/mi-pending.exp
10916 * gdb.mi/mi-solib.exp
10917 * gdb.mi/new-ui-mi-sync.exp
10918 * gdb.mi/user-selected-context-sync.exp
10919 * gdb.multi/dummy-frame-restore.exp
10920 * gdb.multi/multi-arch-exec.exp
10921 * gdb.multi/remove-inferiors.exp
10922 * gdb.multi/watchpoint-multi-exit.exp
10923 * gdb.opt/solib-intra-step.exp
10924 * gdb.perf/backtrace.exp
10925 * gdb.perf/single-step.exp
10926 * gdb.perf/skip-command.exp
10927 * gdb.perf/skip-prologue.exp
10928 * gdb.perf/solib.exp
10929 * gdb.python/lib-types.exp
10930 * gdb.python/py-as-string.exp
10931 * gdb.python/py-bad-printers.exp
10932 * gdb.python/py-block.exp
10933 * gdb.python/py-breakpoint.exp
10934 * gdb.python/py-cmd.exp
10935 * gdb.python/py-events.exp
10936 * gdb.python/py-evthreads.exp
10937 * gdb.python/py-finish-breakpoint.exp
10938 * gdb.python/py-finish-breakpoint2.exp
10939 * gdb.python/py-frame-inline.exp
10940 * gdb.python/py-frame.exp
10941 * gdb.python/py-inferior.exp
10942 * gdb.python/py-infthread.exp
10943 * gdb.python/py-mi.exp
10944 * gdb.python/py-objfile.exp
10945 * gdb.python/py-pp-maint.exp
10946 * gdb.python/py-pp-registration.exp
10947 * gdb.python/py-prettyprint.exp
10948 * gdb.python/py-recurse-unwind.exp
10949 * gdb.python/py-shared.exp
10950 * gdb.python/py-symbol.exp
10951 * gdb.python/py-symtab.exp
10952 * gdb.python/py-template.exp
10953 * gdb.python/py-type.exp
10954 * gdb.python/py-unwind-maint.exp
10955 * gdb.python/py-unwind.exp
10956 * gdb.python/py-value.exp
10957 * gdb.python/python.exp
10958 * gdb.reverse/finish-reverse-bkpt.exp
10959 * gdb.reverse/insn-reverse.exp
10960 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10961 * gdb.reverse/solib-precsave.exp
10962 * gdb.reverse/solib-reverse.exp
10963 * gdb.stabs/gdb11479.exp
10964 * gdb.stabs/weird.exp
10965 * gdb.threads/fork-child-threads.exp
10966 * gdb.threads/fork-plus-threads.exp
10967 * gdb.threads/fork-thread-pending.exp
10968 * gdb.threads/forking-threads-plus-breakpoint.exp
10969 * gdb.threads/hand-call-in-threads.exp
10970 * gdb.threads/interrupted-hand-call.exp
10971 * gdb.threads/linux-dp.exp
10972 * gdb.threads/local-watch-wrong-thread.exp
10973 * gdb.threads/next-while-other-thread-longjmps.exp
10974 * gdb.threads/non-ldr-exit.exp
10975 * gdb.threads/pending-step.exp
10976 * gdb.threads/print-threads.exp
10977 * gdb.threads/process-dies-while-detaching.exp
10978 * gdb.threads/process-dies-while-handling-bp.exp
10979 * gdb.threads/pthreads.exp
10980 * gdb.threads/queue-signal.exp
10981 * gdb.threads/reconnect-signal.exp
10982 * gdb.threads/signal-command-handle-nopass.exp
10983 * gdb.threads/signal-command-multiple-signals-pending.exp
10984 * gdb.threads/signal-delivered-right-thread.exp
10985 * gdb.threads/signal-sigtrap.exp
10986 * gdb.threads/sigthread.exp
10987 * gdb.threads/staticthreads.exp
10988 * gdb.threads/stepi-random-signal.exp
10989 * gdb.threads/thread-unwindonsignal.exp
10990 * gdb.threads/thread_check.exp
10991 * gdb.threads/thread_events.exp
10992 * gdb.threads/tid-reuse.exp
10993 * gdb.threads/tls-nodebug.exp
10994 * gdb.threads/tls-shared.exp
10995 * gdb.threads/tls-so_extern.exp
10996 * gdb.threads/tls.exp
10997 * gdb.threads/wp-replication.exp
10998 * gdb.trace/actions-changed.exp
10999 * gdb.trace/actions.exp
11000 * gdb.trace/backtrace.exp
11001 * gdb.trace/change-loc.exp
11002 * gdb.trace/collection.exp
11003 * gdb.trace/deltrace.exp
11004 * gdb.trace/disconnected-tracing.exp
11005 * gdb.trace/entry-values.exp
11006 * gdb.trace/ftrace-lock.exp
11007 * gdb.trace/ftrace.exp
11008 * gdb.trace/infotrace.exp
11009 * gdb.trace/mi-trace-frame-collected.exp
11010 * gdb.trace/mi-trace-unavailable.exp
11011 * gdb.trace/mi-traceframe-changed.exp
11012 * gdb.trace/mi-tracepoint-changed.exp
11013 * gdb.trace/mi-tsv-changed.exp
11014 * gdb.trace/no-attach-trace.exp
11015 * gdb.trace/packetlen.exp
11016 * gdb.trace/passc-dyn.exp
11017 * gdb.trace/passcount.exp
11018 * gdb.trace/pending.exp
11019 * gdb.trace/pr16508.exp
11020 * gdb.trace/qtro.exp
11021 * gdb.trace/range-stepping.exp
11022 * gdb.trace/read-memory.exp
11023 * gdb.trace/report.exp
11024 * gdb.trace/save-trace.exp
11025 * gdb.trace/signal.exp
11026 * gdb.trace/stap-trace.exp
11027 * gdb.trace/status-stop.exp
11028 * gdb.trace/strace.exp
11029 * gdb.trace/tfile.exp
11030 * gdb.trace/tfind.exp
11031 * gdb.trace/trace-break.exp
11032 * gdb.trace/trace-condition.exp
11033 * gdb.trace/trace-enable-disable.exp
11034 * gdb.trace/trace-mt.exp
11035 * gdb.trace/tracecmd.exp
11036 * gdb.trace/tracefile-pseudo-reg.exp
11037 * gdb.trace/tspeed.exp
11038 * gdb.trace/tstatus.exp
11039 * gdb.trace/tsv.exp
11040 * gdb.trace/unavailable.exp
11041 * gdb.trace/while-dyn.exp
11042 * gdb.trace/while-stepping.exp
11043 * lib/gdb-guile.exp
11044 * lib/gdb.exp
11045 * lib/mi-support.exp
11046 * lib/pascal.exp
11047 * lib/perftest.exp
11048 * lib/prelink-support.exp
11049 * lib/selftest-support.exp
11050
ad02e4fe
SM
110512016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11052
11053 * Makefile.in: Include disable-implicit-rules.mk.
11054
22347e55
AA
110552016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11056
11057 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11058 non-byte-aligned bit fields.
11059
da5b30da
AA
110602016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11061
11062 PR gdb/12616
11063 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11064 respects the DW_AT_data_bit_offset attribute.
11065
b593ecca
SM
110662016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11067
11068 * gdb.base/default.exp: Fix output of "set language".
11069
3b165252
SM
110702016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11071
11072 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11073 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11074 make.
11075 * configure.ac: Remove checks for the make program.
11076 * configure: Re-generate.
11077
1a2f3d7f
KB
110782016-11-16 Kevin Buettner <kevinb@redhat.com>
11079
11080 * gdb.python/py-recurse-unwind.c (main): Add loop.
11081 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11082 to read_register() and gdb.parse_and_eval(). Make each code
11083 call a separate case that can be individually tested.
11084 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11085 proc. Call cont_and_backtrace for each of the code paths that
11086 we want to test in the unwinder.
11087
b7f38fda
AA
110882016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11089
11090 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11091 the definition of struct S.
11092
1f8db343
CM
110932016-11-11 Catherine Moore <clm@codesourcery.com>
11094
11095 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11096
fad0c9fb
PA
110972016-11-09 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.base/commands.exp (runto_or_return): New procedure.
11100 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11101 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11102 (progvar_simple_while_test, progvar_complex_if_while_test)
11103 (if_while_breakpoint_command_test)
11104 (infrun_breakpoint_command_test, breakpoint_command_test)
11105 (user_defined_command_test, watchpoint_command_test)
11106 (test_command_prompt_position, redefine_hook_test)
11107 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11108 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11109 multi_line_input and multi_line. Remove gdb_expect and
11110 gdb_stop_suppressing_tests uses.
11111 * lib/gdb.exp (valnum_re): New global.
11112 (multi_line_input): New procedure.
11113
8354c62c
SM
111142016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11115
11116 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11117 Remove.
11118 (test_setup): Define with proc_with_prefix.
11119 (test_cli_inferior): Likewise.
11120 (test_cli_thread): Likewise.
11121 (test_cli_frame): Likewise.
11122 (test_cli_select_frame): Likewise.
11123 (test_cli_up_down): Likewise.
11124 (test_mi_thread_select): Likewise.
11125 (test_mi_stack_select_frame): Likewise.
11126 (test_cli_in_mi_inferior): Likewise.
11127 (test_cli_in_mi_thread): Likewise.
11128 (test_cli_in_mi_frame): Likewise.
11129 (top level): Do not use with_test_prefix_procname.
11130
64f367a2
PA
111312016-11-09 Pedro Alves <palves@redhat.com>
11132
11133 * gdb.base/commands.exp (gdbvar_simple_if_test)
11134 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11135 (progvar_simple_if_test, progvar_simple_while_test)
11136 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11137 (infrun_breakpoint_command_test, breakpoint_command_test)
11138 (user_defined_command_test, watchpoint_command_test)
11139 (test_command_prompt_position, deprecated_command_test)
11140 (bp_deleted_in_command, temporary_breakpoint_commands)
11141 (stray_arg0_test, source_file_with_indented_comment)
11142 (recursive_source_test, if_commands_test)
11143 (error_clears_commands_left, redefine_hook_test)
11144 (redefine_backtrace_test): Use proc_with_prefix.
11145 * lib/gdb.exp (proc_with_prefix): New proc.
11146
0bb65f1e
AA
111472016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11148
11149 * gdb.base/tui-layout.c: New file.
11150 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11151 disassembly window contains very long lines.
11152
7353f247
TT
111532016-11-08 Tom Tromey <tom@tromey.com>
11154
11155 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11156 depend on Python 2.
11157
30a7bb83
TT
111582016-11-08 Tom Tromey <tom@tromey.com>
11159
11160 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11161 New method.
11162
cdf5a07c
MG
111632016-10-29 Manish Goregaokar <manish@mozilla.com>
11164
2806dc7e 11165 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11166
51a789c3
MG
111672016-10-27 Manish Goregaokar <manish@mozilla.com>
11168
2806dc7e
PA
11169 * gdb.rust/simple.rs: Add test for univariant enums without
11170 discriminants and for encoded struct-like enums.
51a789c3 11171
f610ab6d
PA
111722016-10-28 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11175 gdb_test_multiple, tighten regexps and match symtabs and line
11176 tables incrementally.
11177
b129b0ca
LM
111782016-10-28 Luis Machado <lgustavo@codesourcery.com>
11179
11180 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11181 general.
11182
ecf45d2c
SL
111832016-10-25 Luis Machado <lgustavo@codesourcery.com>
11184
11185 * gdb.base/exec-invalid-sysroot.exp: New file.
11186
b8d38ee4
JK
111872016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11188
11189 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11190
f90fd8c2
JK
111912016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11194
2d2476aa
MR
111952016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11196
2806dc7e
PA
11197 * gdb.base/killed-outside.exp: Remove $options from a call to
11198 `prepare_for_testing'.
2d2476aa 11199
e42b25a0
SM
112002016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11201
11202 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11203 Change test message.
11204
3ccdb432
SM
112052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11206
11207 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11208 Update comment.
11209
5bad3170
SM
112102016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11211
11212 * gdb.trace/mi-trace-save.exp: New file.
11213
5ad9dba7
YQ
112142016-10-13 Yao Qi <yao.qi@linaro.org>
11215
11216 * gdb.base/code_elim.exp (get_var_address): Remove.
11217 * gdb.base/relocate.exp: Likewise.
11218 * gdb.base/shreloc.exp: Likewise.
11219 * lib/gdb.exp (get_var_address): New.
11220
62df7e21
YQ
112212016-10-13 Yao Qi <yao.qi@linaro.org>
11222
11223 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11224 floating point tests if $skip_float_test is false.
11225
4dac951e
LM
112262016-10-12 Luis Machado <lgustavo@codesourcery.com>
11227
11228 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11229 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11230 argc values.
11231 Add 1 to argc so we guarantee distinct initial/modified argc values.
11232
8f1a8fc4
JK
112332016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11234
11235 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11236
16c85b5d
JK
112372016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11238
11239 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11240 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11241 * gdb.arch/vsx-regs.exp: Likewise.
11242
1d0e042a
YQ
112432016-10-07 Yao Qi <yao.qi@linaro.org>
11244
11245 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11246
68dadef5
MM
112472016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11248
11249 * gdb.python/python.exp: Test decode_line("*0").
11250
33fa2c6e
DE
112512016-10-06 Doug Evans <dje@google.com>
11252
11253 * gdb.python/py-value.exp (test_value_creation): Add test for large
11254 unsigned 64-bit value.
11255
9c37b5ae
TT
112562016-10-06 Tom Tromey <tom@tromey.com>
11257
11258 * gdb.compile/compile.exp: Change java tests to rust.
11259 * gdb.base/setshow.exp: Change java tests to rust.
11260 * gdb.base/default.exp: Remove java from language list.
11261 * README (Examples): Update language example.
11262 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11263 test.
11264 * lib/gdb.exp (skip_java_tests): Remove.
11265 * lib/java.exp: Remove.
11266 * gdb.java: Remove.
11267
78b86327
MR
112682016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11269
11270 * gdb.arch/mips-fcr.exp: New test.
11271 * gdb.arch/mips-fcr.c: Source for the new test.
11272
7470adbb
MR
112732016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11274
11275 * gdb.base/solib-disc.exp: Use `standard_output_file'
11276 throughout.
11277
4a556533
PA
112782016-10-06 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.base/jit-simple-dl.c: New file.
11281 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11282 * gdb.base/jit-simple.c: ... this.
11283 * gdb.base/jit-simple.exp (jit_run): Delete.
11284 (build_jit): New proc.
11285 (jit_test_reread): Recompile either the main program or the shared
11286 library, depending on what is being tested. Skip changing address
11287 if caller wants to. Compare before/after addresses. If testing
11288 standalone, explicitly load the binary. Test "maint info
11289 breakpoints".
11290 (top level): Add "standalone vs shared lib" and "change address"
11291 vs "same address" axes.
11292
5a122fbc
PA
112932016-10-06 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11296 call.
11297 (jit_run): Delete.
11298 (jit_test_reread): Use with_test_prefix. Reload the main binary
11299 explicitly. Compare the before/after addresses of the JIT
11300 descriptor.
11301
ee8da4b8
DE
113022016-08-15 Doug Evans <dje@google.com>
11303
11304 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11305 for single bitfields is bool.
11306 * gdb.xml/tdesc-regs.exp: Ditto.
11307
f389f6fe
JK
113082016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11309
11310 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11311
fdebf1a4
YQ
113122016-10-05 Yao Qi <yao.qi@linaro.org>
11313
11314 * lib/gdb.exp (support_complex_tests): Return zero if
11315 gdb_skip_float_test return true.
11316
9c36d954 113172016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11318 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11319
11320 PR gdb/20487
11321 * gdb.mi/user-selected-context-sync.exp: New file.
11322 * gdb.mi/user-selected-context-sync.c: New file.
11323
4034d0ff 113242016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11325 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11326
11327 PR gdb/20487
11328 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11329 =thread-select-event check.
11330
a4297203
PB
113312016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11332
11333 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11334 the compulsory L operand changes.
11335 * gdb.arch/powerpc-power.s: Likewise.
11336
bb805577
JK
113372016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11340 * gdb.base/jit-attach-pie.c: New file.
11341 * gdb.base/jit-attach-pie.exp: New file.
11342
6d61dee5
PA
113432016-09-28 Pedro Alves <palves@redhat.com>
11344
11345 * gdb.base/infcall-input.c: New file.
11346 * gdb.base/infcall-input.exp: New file.
11347
f73842fc
YQ
113482016-09-22 Yao Qi <yao.qi@linaro.org>
11349
11350 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11351 (gdb_exit): Rename it to ...
11352 (gdbserver_gdb_exit): ... Close GDBserver.
11353 (gdb_exit): New proc, call gdbserver_gdb_exit.
11354 (mi_gdb_exit): Likewise.
11355
90681dab
YQ
113562016-09-22 Yao Qi <yao.qi@linaro.org>
11357
11358 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11359 path.
11360 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11361 Remove duplication.
11362
9c211fd8
YQ
113632016-09-22 Yao Qi <yao.qi@linaro.org>
11364
11365 * lib/gdbserver-support.exp: Check the existence of
11366 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11367
ad0a504f
AK
113682016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11369
11370 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11371
36cf1806
TT
113722016-09-21 Tom Tromey <tom@tromey.com>
11373
11374 PR gdb/20604:
11375 * gdb.base/quit.exp: New file.
11376
74172ecf
SM
113772016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11378
11379 * .gitignore: New file.
11380
3d0ec882
MR
113812016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11382
11383 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11384 throughout.
11385
8193adea
AA
113862016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11387
11388 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11389
d41a5c09
JK
113902016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11391
11392 * gdb.cp/casts.cc (decltype): Move it ...
11393 (main): ... with its call to ...
11394 * gdb.cp/casts03.cc: ... a new file.
11395 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11396
d2dfe700
JK
113972016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11398
11399 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11400
e2a92b16
PB
114012016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11402
11403 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11404 and sync up the test with tests in gas/testsuite/gas/ppc.
11405 * gdb.arch/powerpc-power.exp: Likewise.
11406
49b4de64
JK
114072016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11408
11409 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11410
2c29df25
SDJ
114112016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11412 Jan Kratochvil <jan.kratochvil@redhat.com>
11413
11414 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11415 make m1's definition to be different from m2's. Use 'dummy' as an
11416 argument for probe 'two'.
11417
cc3c2846
JB
114182016-09-10 Jon Beniston <jon@beniston.com>
11419
11420 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11421 for sim target.
11422
e1b2624a
AA
114232016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11424
11425 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11426 variable declaration.
11427 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11428 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11429 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11430 received HWCAP as its argument.
11431
4295e285
PA
114322016-09-06 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/new-ui-pending-input.c: New file.
11435 * gdb.base/new-ui-pending-input.exp: New file.
11436 * gdb.exp (clear_gdb_spawn_id): New procedure.
11437 (with_spawn_id): Check whether gdb_spawn_id exists before
11438 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11439 on exit.
11440
00d5215e
UW
114412016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11442
11443 * gdb.base/float128.c: New file.
11444 * gdb.base/float128.exp: Likewise.
11445 * gdb.base/floatn.c: Likewise.
11446 * gdb.base/floatn.exp: Likewise.
11447
a9ff5f12
UW
114482016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11449
11450 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11451
f245535c
PA
114522016-09-05 Pedro Alves <palves@redhat.com>
11453
11454 PR backtrace/19927
11455 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11456 unwinders are immediately called as side effect of "source" or
11457 "disable unwinder" commands.
11458 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11459
ae9cf263
YQ
114602016-09-02 Yao Qi <yao.qi@linaro.org>
11461
11462 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11463 is true and $type is "float" or "double".
11464
27aba047
YQ
114652016-09-02 Yao Qi <yao.qi@linaro.org>
11466
11467 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11468 true.
11469 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11470 * gdb.base/call-rt-st.exp: Likewise.
11471 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11472 return value instead of gdb,skip_float_test.
11473 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11474 (do_function_calls): Use its return value instead of
11475 gdb,skip_float_test.
11476 * gdb.base/finish.exp: Likewise.
11477 * gdb.base/funcargs.exp: Likewise.
11478 * gdb.base/return.exp: Likewise.
11479 * gdb.base/return2.exp: Likewise.
11480 * gdb.base/varargs.exp: Likewise.
11481 * lib/gdb.exp (gdb_skip_float_test): Change it to
11482 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11483
5af962df
AA
114842016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11485
11486 * gdb.multi/tids.exp: Test "thread apply all".
11487
7fac6910
JK
114882016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 * gdb.base/default.exp (tty): Remove.
11491
bb1fe4ac
KB
114922016-08-24 Kevin Buettner <kevinb@redhat.com>
11493
2806dc7e
PA
11494 * gdb.python/py-recurse-unwind.c: New file.
11495 * gdb.python/py-recurse-unwind.py: New file.
11496 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11497
0a1ddfa6
SM
114982016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11499
11500 * gdb.base/set-inferior-tty.exp: New file.
11501 * gdb.base/set-inferior-tty.c: New file.
11502
d9de1fe3
PA
115032016-08-23 Pedro Alves <palves@redhat.com>
11504
11505 PR gdb/20494
11506 * gdb.base/new-ui-echo.c: New file.
11507 * gdb.base/new-ui-echo.exp: New file.
11508
e9d9abd7
YQ
115092016-08-23 Yao Qi <yao.qi@linaro.org>
11510
11511 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11512 gdbserver_spawn.
11513 * gdb.server/connect-without-multi-process.exp (do_test):
11514 Likewise.
11515
3589529e
YQ
115162016-08-23 Yao Qi <yao.qi@linaro.org>
11517
11518 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11519 standalone_txt. Delete gdb_txt and standalone_txt on host
11520 and target. Spawn the binary on target. Copy files from
11521 target to host.
11522
6bb90213
PA
115232016-08-22 Pedro Alves <palves@redhat.com>
11524
11525 PR gdb/20505
11526 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11527 with_test_prefix. Factor out bits to ...
11528 (test_no_vdso): ... this new procedure.
11529
20c2c024
CL
115302016-08-19 Carl Love <cel@us.ibm.com>
11531
11532 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11533 maintaining separate logic for constructing the output path.
11534 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11535 * gdb.arch/ppc-dfp.exp: Likewise.
11536 * gdb.arch/ppc-fp.exp: Likewise.
11537 * gdb.arch/vsx-regs.exp: Likewise.
11538 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11539 binprefix for generating the additional binary files.
11540
0646e07d
PA
115412016-08-19 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.trace/mi-trace-frame-collected.exp
11544 (test_trace_frame_collected): On x32, expect two registers.
11545
46da9242
CL
115462016-08-18 Carl Love <cel@us.ibm.com>
11547
11548 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11549 and sync up the test with tests in gas/testsuite/gas/ppc.
11550 * gdb.arch/powerpc-power.exp: Likewise.
11551
eb2332d7
SM
115522016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11553
11554 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11555 expected error message.
11556
63c61e04
SM
115572016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11558
11559 * gdb.multi/remove-inferiors.exp: New file.
11560 * gdb.multi/remove-inferiors.c: New file.
11561
7b17065f
YQ
115622016-08-12 Yao Qi <yao.qi@linaro.org>
11563
11564 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11565 argument list.
11566
01d3dedf
PA
115672016-08-10 Pedro Alves <palves@redhat.com>
11568
11569 PR gdb/19187
11570 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11571 setup_kfails.
11572
3eb7562a
PA
115732016-08-09 Pedro Alves <palves@redhat.com>
11574 Simon Marchi <simon.marchi@ericsson.com>
11575
11576 PR gdb/20418
11577 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11578 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11579
80614914
PA
115802016-08-09 Pedro Alves <palves@redhat.com>
11581
11582 PR mi/20431
11583 * gdb.mi/mi-cmd-error.exp: New file.
11584
f348d89a
PA
115852016-08-09 Pedro Alves <palves@redhat.com>
11586
11587 PR gdb/18653
11588 * gdb.base/signals-state-child.c: New file.
11589 * gdb.base/signals-state-child.exp: New file.
11590 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11591
e5ca03b4
PA
115922016-08-09 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11595
282a0691
TT
115962016-08-03 Tom Tromey <tom@tromey.com>
11597
11598 PR python/18565:
11599 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11600
41bfcd63
YQ
116012016-08-01 Yao Qi <yao.qi@linaro.org>
11602
11603 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11604 variable mode to "multi-process" if $multi_process is 1, otherwise
11605 set it to "single-process".
11606
e3465b24
YQ
116072016-08-01 Yao Qi <yao.qi@linaro.org>
11608
11609 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11610 * gdb.cp/cpexprs.exp: Likewise.
11611 * gdb.cp/m-static.exp: Likewise.
11612
0b31a4bc
TT
116132016-07-26 Tom Tromey <tom@tromey.com>
11614
11615 PR python/20190:
11616 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11617 test.
11618
e0461dbb
MM
116192016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11620
11621 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11622 selecting assembly source files.
11623 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11624 assembly source files.
11625 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11626 assembly source files.
11627 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11628 selecting assembly source files.
11629
8194e927
SM
116302016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11631
11632 * gdb.base/new-ui.exp (do_test_invalid_args): New
11633 procedure.
11634
c0272db5
TW
116352016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11636
11637 * gdb.btrace/reconnect.c: New file.
11638 * gdb.btrace/reconnect.exp: New file.
11639
e3487908
GKB
116402016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11641
11642 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11643 to test_catch_syscall_group.
11644 (test_catch_syscall_group): New.
11645
12df5c00
TT
116462016-07-21 Tom Tromey <tom@tromey.com>
11647
11648 * gdb.rust/simple.rs (main): Use empty struct expression.
11649 * gdb.rust/simple.exp: Add tests for empty struct expression.
11650
bae62ee2
YQ
116512016-07-21 Yao Qi <yao.qi@linaro.org>
11652
11653 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11654 if gdb_skip_xml_test is true on some targets.
11655
b1b53fb3
YQ
116562016-07-21 Yao Qi <yao.qi@linaro.org>
11657
11658 * gdb.server/solib-list.exp: Unset last_loaded_file.
11659
027d97f8
JK
116602016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11661
11662 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11663 "step into captured_main (args)".
11664
7674d381
JK
116652016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11666
11667 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11668
72b5d099
JK
116692016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11670
11671 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11672
1f960ced
PA
116732016-07-19 Pedro Alves <palves@redhat.com>
11674
11675 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11676 * gdb.opt/inline-bt.exp: Likewise.
11677 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11678 additional_flags=-Winline.
11679 * gdb.opt/inline-locals.exp: Likewise.
11680 * gdb.opt/inline-markers.c (ATTR): Define.
11681 (inlined_fn): Use it.
11682
f25827c1
YQ
116832016-07-19 Yao Qi <yao.qi@linaro.org>
11684
11685 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11686 (test_with_self): Remove some code. Remove argument executable.
11687 (top-level): Use do_self_tests.
11688
37539ebe
DB
116892016-07-15 Zachary Welch <zwelch@codesourcery.com>
11690 Don Breazeal <donb@codesourcery.com>
11691
11692 * gdb.base/maint.exp: Escape paths used in regular expressions.
11693 * gdb.stabs/weird.exp: Likewise.
11694
dac790e1
TT
116952016-07-13 Tom Tromey <tom@tromey.com>
11696
11697 PR python/15620, PR python/18620:
11698 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11699 (test_bkpt_events): New procs.
11700
93daf339
TT
117012016-07-13 Tom Tromey <tom@tromey.com>
11702
11703 PR python/17698:
11704 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11705 test.
11706 (test_watchpoints): Likewise.
11707 (test_bkpt_pending): New proc.
11708
6571a381
TT
117092016-07-13 Tom Tromey <tom@tromey.com>
11710
11711 PR cli/18053:
11712 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11713 completion test.
11714
e8732474
JK
117152016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11716
11717 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11718 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11719 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11720 f_label.
11721 (g): Rename g_end_lbl to g_label.
11722 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11723 low_pc and high_pc.
11724 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11725
e0f3fd7c
TT
117262016-07-12 Tom Tromey <tom@tromey.com>
11727
11728 PR python/19293:
11729 * gdb.python/py-unwind-maint.exp: Update tests.
11730
3cfe46b6
YQ
117312016-07-12 Yao Qi <yao.qi@linaro.org>
11732
11733 * lib/selftest-support.exp (selftest_setup): Match the output
11734 when captured_main is inlined.
11735
4f19a0e6
WT
117362016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11737
11738 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11739 New variables.
11740 (print this%a, print this%b, print this): New tests.
11741 * gdb.fortran/derived-types.f90 (this): New object and
11742 initialization.
11743
986cf455
SM
117442016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * gdb.ada/arraydim.exp: Remove extra directory level in build
11747 directory.
11748
f0464b23
SM
117492016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11750
11751 * lib/ada.exp: Remove extra directory level in build directory.
11752 * gdb.ada/cond_lang.exp: Likewise.
11753 * gdb.ada/exec_changed.exp: Likewise.
11754 * gdb.ada/lang_switch.exp: Likewise.
11755
42d94011
MG
117562016-07-06 Manish Goregaokar <manish@mozilla.com>
11757
2806dc7e
PA
11758 * simple.rs: Add test for raw pointer subscripting.
11759 * simple.exp: Add test expectations.
42d94011 11760
647c264c
YQ
117612016-07-05 Yao Qi <yao.qi@linaro.org>
11762
11763 * gdb.mi/mi-reverse.exp: Match =record-started output.
11764
20aa2c60
PA
117652016-07-01 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11768 procedure.
11769 (jit_reader_test): Test the jit reader's unwinder.
11770 * gdb.base/jithost.c (jit_function_00_code): New global.
11771 (main): Use memcpy to fill in the mmapped code, instead of poking
11772 bytes manually here.
11773 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11774 value.
11775 (read_debug_info): Save the function's range.
11776 (read_sp): New function.
11777 (unwind_frame): Use it. Also unwind RBP.
11778 (get_frame_id): Use read_sp.
11779 (gdb_init_reader): Use calloc instead of malloc.
11780 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11781 parameter. Use gdb_test_multiple.
11782
ced2dffb
PA
117832016-07-01 Pedro Alves <palves@redhat.com>
11784 Antoine Tremblay <antoine.tremblay@ericsson.com>
11785
11786 * gdb.threads/process-dies-while-detaching.c: New file.
11787 * gdb.threads/process-dies-while-detaching.exp: New file.
11788
63000888
PA
117892016-07-01 Pedro Alves <palves@redhat.com>
11790
11791 * gdb.multi/watchpoint-multi-exit.c: New file.
11792 * gdb.multi/watchpoint-multi-exit.exp: New file.
11793
038d4868
PA
117942016-06-30 Pedro Alves <palves@redhat.com>
11795
11796 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11797 unset inferior_spawn_id.
11798
994e9c83
PA
117992016-06-30 Pedro Alves <palves@redhat.com>
11800
11801 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11802 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11803
e5653468
YQ
118042016-06-29 Yao Qi <yao.qi@linaro.org>
11805
11806 * gdb.base/return.c: Add copyright header.
11807
803b47e5
TT
118082016-06-29 Tom Tromey <tom@tromey.com>
11809
11810 PR python/20129:
11811 * gdb.python/py-framefilter.exp: Add tests for setting priority
11812 and disabling of non-existent frame filter.
11813
28244707
YQ
118142016-06-29 Yao Qi <yao.qi@linaro.org>
11815
11816 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11817 0x0f07ff.
11818
a31d2f06
YQ
118192016-06-28 Yao Qi <yao.qi@linaro.org>
11820
11821 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11822 triplets. Start gdb, execute catch syscall, and continue. Check
11823 gdb's output to determine catch syscall is supported.
11824
921d8f54
MG
118252016-06-27 Manish Goregaokar <manish@mozilla.com>
11826
25d49b86
PA
11827 * gdb.rust/simple.rs: Add test for returning unit in a function.
11828 * gdb.rust/simple.exp: Add expectation for functions returning
11829 unit.
921d8f54 11830
f4952523
PMR
118312016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11832
11833 * gdb.python/py-breakpoint-create-fail.c,
11834 gdb.python/py-breakpoint-create-fail.exp,
11835 gdb.python/py-breakpoint-create-fail.py: New testcase.
11836
fccb08f8
MG
118372016-06-25 Manish Goregaokar <manish@mozilla.com>
11838
11839 PR gdb/20239
11840 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11841 * gdb.rust/simple.exp: Add test expectations for new NonZero
11842 tests.
fccb08f8 11843
6b850546
DT
118442016-06-24 David Taylor <dtaylor@emc.com>
11845
11846 * gdb.base/offsets.exp: New file.
11847 * gdb.base/offsets.c: New file.
11848
17621150
TT
118492016-06-23 Tom Tromey <tom@tromey.com>
11850
11851 PR gdb/16483:
11852 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11853 before any filters are loaded.
11854
04d59df6
WT
118552016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11856
11857 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11858 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11859 structs.
11860 * gdb.fortran/derived-type-function.exp: New file.
11861 * gdb.fortran/derived-type-function.f90: New file.
11862
11863
ac69f786
PA
118642016-06-21 Pedro Alves <palves@redhat.com>
11865
11866 * gdb.base/new-ui.exp: New file.
11867 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11868 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11869 (with_spawn_id): New procedure.
11870
49940788
PA
118712016-06-21 Pedro Alves <palves@redhat.com>
11872
11873 * gdb.mi/mi-exec-run.exp: New file.
11874
ef274d26
PA
118752016-06-21 Pedro Alves <palves@redhat.com>
11876
11877 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11878 breakpoint command's output on the main UI.
11879 (test_break): New procedure, factored out from calls in the top
11880 level.
11881 (top level): Use foreach_with_prefix to test MI as main UI and as
11882 separate UI.
11883
468afe6c
PA
118842016-06-21 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11887 (test_awatch_creation_and_listing)
11888 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11889 Remove 'type' parameter.
11890 (test_watchpoint_all): New parameter mi_mode. Remove
11891 with_test_prefix.
11892 (top level): Use foreach_with_prefix, and add main/separate UI MI
11893 testing axis.
11894
51f77c37
PA
118952016-06-21 Pedro Alves <palves@redhat.com>
11896
11897 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11898 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11899 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11900 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11901 (gdb_main_spawn_id, mi_spawn_id): Declare and
11902 comment.
11903 (mi_create_inferior_pty): New procedure,
11904 factored out from default_mi_gdb_start.
11905 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11906 procedures.
11907 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11908 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11909 Use mi_create_inferior_pty.
11910 (mi_gdb_start): Use eval to pass down args list.
11911
8980e177
PA
119122016-06-21 Pedro Alves <palves@redhat.com>
11913
11914 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11915 * gdb.opt/inline-cmds.exp: Add MI tests.
11916
f38d3ad1
PA
119172016-06-21 Pedro Alves <palves@redhat.com>
11918
11919 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11920
45db7c09
PA
119212016-06-21 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11924 (top level): Use it instead of mi_execute_to.
11925
5a069ab3
PA
119262016-06-21 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11929 (cont_handler_str): New.
11930 (signal_stop_handler): Set stop_handler_str instead of printing to
11931 stdout.
11932 (continue_handler): Set cont_handler_str instead of printing to
11933 stdout.
11934 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11935 mi_send_resuming_command. Print stop_handler_str and
11936 cont_handler_str instead of expecting the python events print
11937 directly.
11938
2838cc1d
SD
119392016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11940
11941 * gdb.base/jit-reader.exp: New file.
11942 * gdb.base/jithost.c: New file.
11943 * gdb.base/jithost.h: New file.
11944 * gdb.base/jitreader.c : New file.
11945 * gdb.base/jit-protocol.h: New file.
11946
21a77091
YQ
119472016-06-17 Yao Qi <yao.qi@linaro.org>
11948
11949 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11950 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11951 and detach-on-fork. Adjust tests.
11952 (top level): Invoke break_cond_on_syscall with combinations of
11953 syscall, follow-fork-mode and detach-on-fork.
11954
f50bf8e5
YQ
119552016-06-17 Yao Qi <yao.qi@linaro.org>
11956
11957 * gdb.base/step-over-exit.c: New.
11958 * gdb.base/step-over-exit.exp: New.
11959
a28d8e50
YTL
119602016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11961
11962 * gdb.base/float.exp: Add target check for nds32*-*-*.
11963 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11964
cad8e26d
AB
119652016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11966
11967 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11968 for unsupported target features.
11969 * gdb.base/call-rt-st.exp: Likewise.
11970 * gdb.base/call-sc.exp: Likewise.
11971 * gdb.base/call-signal-resume.exp: Likewise.
11972 * gdb.base/call-strs.exp: Likewise.
11973 * gdb.base/callexit.exp: Likewise.
11974 * gdb.base/callfuncs.exp: Likewise.
11975 * gdb.base/nodebug.exp: Likewise.
11976 * gdb.base/printcmds.exp: Likewise.
11977 * gdb.base/ptype.exp: Likewise.
11978 * gdb.base/structs.exp: Likewise.
11979 * gdb.base/unwindonsignal.exp: Likewise.
11980 * gdb.cp/gdb2495.exp: Likewise.
11981 * gdb.cp/templates.exp: Likewise.
11982 * gdb.cp/virtfunc.exp: Likewise.
11983 * gdb.threads/hand-call-in-threads.exp: Likewise.
11984 * gdb.threads/interrupted-hand-call.exp: Likewise.
11985 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11986
347dc102
TT
119872016-06-10 Tom Tromey <tom@tromey.com>
11988
11989 PR rust/20110:
11990 * gdb.rust/expr.exp: Add test for integer constant larger than
11991 i32.
11992
5e13cf25
BH
119932016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11994
11995 * gdb.fortran/nested-funcs.exp: New.
11996 * gdb.fortran/nested-funcs.f90: New.
11997
bb556f1f
TK
119982016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11999
12000 * gdb.base/examine-backward.c: New file.
12001 * gdb.base/examine-backward.exp: New file.
12002
38b022b4
SM
120032016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12004
12005 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12006 matching.
12007
1b40ec05
TT
120082016-06-02 Tom Tromey <tom@tromey.com>
12009
12010 PR python/18984:
12011 * gdb.python/py-shared.exp: Add solib_name test.
12012
193bd378
SM
120132016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12014
12015 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12016
3326303b
MG
120172016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12018
12019 PR c++/19893
12020 * gdb.dwarf2/implref.exp: Rename to...
12021 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12022 * gdb.dwarf2/implref-array.c: New file.
12023 * gdb.dwarf2/implref-array.exp: Likewise.
12024 * gdb.dwarf2/implref-global.c: Likewise.
12025 * gdb.dwarf2/implref-global.exp: Likewise.
12026 * gdb.dwarf2/implref-struct.c: Likewise.
12027 * gdb.dwarf2/implref-struct.exp: Likewise.
12028
825c8ef2
AT
120292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12030
12031 * gdb.trace/trace-condition.exp: Add 64bit tests.
12032
2320162a
AT
120332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12034
12035 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12036 bits types.
12037 (main): Adapt to 8 to 64 bits types.
12038 * gdb.trace/trace-condition.exp: Add new tests.
12039
a7818233
AT
120402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12041
12042 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12043
0d336466
AT
120442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12045
12046 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12047 Move condition tests...
12048 * gdb.trace/trace-condition.exp: Here.
12049
7faeb45a
AT
120502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12051
12052 * gdb.trace/trace-condition.exp: Add counter-case tests.
12053
e385593e
JK
120542016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12055
12056 PR c++/15231
12057 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12058 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12059
744608cc
PA
120602016-05-27 Pedro Alves <palves@redhat.com>
12061
12062 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12063 New procedure.
12064 (top level): Call it, and bail out of DejaGnu is known to be bad.
12065
ac775bf4
AB
120662016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12067
12068 * gdb.base/whatis.c: Extend the test case.
12069 * gdb.base/whatis.exp: Add additional tests.
12070
2bbad2ea
BH
120712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12072
12073* gdb.fortran/type.f90: Add pointer variable.
12074* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12075
8b70175d
BH
120762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12077
12078 * gdb.fortran/vla-type.exp: Fix testcase name.
12079
86d8a848
BH
120802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12081
12082 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12083
e188eb36
BH
120842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12085
12086 * gdb.fortran/type.f90: Add nested structures.
12087 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12088 * gdb.fortran/derived-type.exp: Adapt expected output.
12089 * gdb.fortran/vla-type.exp: Adapt expected output.
12090
9b2db1fd
BH
120912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12092
12093 * gdb.fortran/whatis_type.exp: Adapt expected output.
12094
72b17055
BH
120952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12096
12097 * gdb.fortran/print_type.exp: Fix expected output.
12098 * gdb.fortran/whatis_type.exp: Fix expected output.
12099
3cd81d8d
BH
121002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12101
12102 * gdb.fortran/whatis_type.exp: Use multi_line.
12103
ddae9462
TT
121042016-05-24 Tom Tromey <tom@tromey.com>
12105
12106 PR python/17386:
12107 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12108 use value as an index.
12109
1957f6b8
TT
121102016-05-23 Tom Tromey <tom@tromey.com>
12111
12112 PR python/17981:
12113 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12114 no-breakpoint case.
12115
026a9174
PA
121162016-05-24 Pedro Alves <palves@redhat.com>
12117
12118 PR gdb/19828
12119 * gdb.threads/clone-attach-detach.c: New file.
12120 * gdb.threads/clone-attach-detach.exp: New file.
12121
e70a7231
FR
121222016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12123
12124 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12125
0f6ed0e0
TT
121262016-05-23 Tom Tromey <tom@tromey.com>
12127
12128 PR python/19438, PR python/18393:
12129 * gdb.python/py-progspace.exp: Add "dir" test.
12130 * gdb.python/py-objfile.exp: Add "dir" test.
12131
ffd19d61
YQ
121322016-05-23 Yao Qi <yao.qi@linaro.org>
12133
12134 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12135 * gdb.arch/thumb2-it.exp: Likewise.
12136
9e8f9b05
SM
121372016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12138
12139 * gdb.mi/mi-threads-interrupt.c: New file.
12140 * gdb.mi/mi-threads-interrupt.exp: New file.
12141
61c6156d
SM
121422016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12143
12144 PR gdb/18077
12145 * gdb.mi/mi-async-run.exp: New file.
12146 * gdb.mi/mi-async-run.c: New file.
12147
67218854
TT
121482016-05-17 Tom Tromey <tom@tromey.com>
12149 Manish Goregaokar <manishsmail@gmail.com>
12150
12151 * lib/rust-support.exp: New file.
12152 * lib/gdb.exp (skip_rust_tests): New proc.
12153 (build_executable_from_specs): Handle rust.
12154 * lib/future.exp (gdb_find_rustc): New proc.
12155 (gdb_default_target_compile): Handle rust.
12156 * gdb.rust/expr.exp: New file.
12157 * gdb.rust/generics.exp: New file.
12158 * gdb.rust/generics.rs: New file.
12159 * gdb.rust/methods.exp: New file.
12160 * gdb.rust/methods.rs: New file.
12161 * gdb.rust/modules.exp: New file.
12162 * gdb.rust/modules.rs: New file.
12163 * gdb.rust/simple.exp: New file.
12164 * gdb.rust/simple.rs: New file.
12165
c44af4eb
TT
121662016-05-17 Tom Tromey <tom@tromey.com>
12167
12168 * gdb.base/default.exp (set language): Add rust.
12169
dcd1f979
TT
121702016-05-17 Tom Tromey <tom@tromey.com>
12171
12172 * gdb.gdb/unittest.exp: New file.
12173
155b7f57
YQ
121742016-05-16 Yao Qi <yao.qi@linaro.org>
12175
12176 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12177 shell_prompt. Update shell_prompt_re.
12178
8ddd5a6c
DE
121792016-05-12 Doug Evans <dje@google.com>
12180
12181 PR symtab/19999
12182 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12183 $options when building executable.
12184 * gdb.dwarf2/fission-loclists-pie.S: New file.
12185 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12186
02e370d9
SM
121872016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12188
12189 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12190 of [is_remote target],
12191
8929ad8b
SM
121922016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12193
12194 * lib/gdb.exp (use_gdb_stub): New procedure.
12195
6c447423
DE
121962016-05-03 Yunlian Jiang <yunlian@google.com>
12197 Doug Evans <dje@google.com>
12198
12199 PR symtab/19914
12200 * gdb.dwarf2/dwp-sepdebug.c: New file.
12201 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12202
444e826c
SM
122032016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12204
12205 * gdb.base/detach.exp: Remove is_remote check.
12206
740feeaa
SM
122072016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12208
12209 * gdb.base/annota-input-while-running.exp: Don't check for
12210 [is_remote target]. Enable annotations after running to main.
12211 Remove unused "set test..." line.
12212
9080ac9d
SM
122132016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12214
12215 * gdb.trace/trace-enable-disable.exp: New file.
12216 * gdb.trace/trace-enable-disable.c: New file.
12217
952ebca5
SM
122182016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12219
12220 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12221 use it in info sharedlibrary test.
12222 * gdb.trace/ftrace-lock.exp: Likewise.
12223 * gdb.trace/ftrace.exp: Likewise.
12224 * gdb.trace/range-stepping.exp: Likewise.
12225 * gdb.trace/trace-break.exp: Likewise.
12226 * gdb.trace/trace-condition.exp: Likewise.
12227 * gdb.trace/trace-mt.exp: Likewise.
12228
d9019901
SM
122292016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12230
12231 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12232 (gdb_load_shlib): ... this.
12233 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12234 gdb_load_shlib.
12235 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12236 * gdb.base/ctxobj.exp: Likewise.
12237 * gdb.base/dprintf-pending.exp: Likewise.
12238 * gdb.base/dso2dso.exp: Likewise.
12239 * gdb.base/fixsection.exp: Likewise.
12240 * gdb.base/gcore-relro.exp: Likewise.
12241 * gdb.base/gdb1555.exp: Likewise.
12242 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12243 * gdb.base/gnu-ifunc.exp: Likewise.
12244 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12245 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12246 * gdb.base/pending.exp: Likewise.
12247 * gdb.base/print-file-var.exp: Likewise.
12248 * gdb.base/print-symbol-loading.exp: Likewise.
12249 * gdb.base/shlib-call.exp: Likewise.
12250 * gdb.base/shreloc.exp: Likewise.
12251 * gdb.base/so-impl-ld.exp: Likewise.
12252 * gdb.base/solib-disc.exp: Likewise.
12253 * gdb.base/solib-nodir.exp: Likewise.
12254 * gdb.base/solib-overlap.exp: Likewise.
12255 * gdb.base/solib-symbol.exp: Likewise.
12256 * gdb.base/solib-weak.exp (do_test): Likewise.
12257 * gdb.base/sym-file.exp: Likewise.
12258 * gdb.base/symtab-search-order.exp: Likewise.
12259 * gdb.base/type-opaque.exp: Likewise.
12260 * gdb.base/unload.exp: Likewise.
12261 * gdb.base/watchpoint-solib.exp: Likewise.
12262 * gdb.compile/compile.exp: Likewise.
12263 * gdb.cp/gdb2384.exp: Likewise.
12264 * gdb.cp/infcall-dlopen.exp: Likewise.
12265 * gdb.cp/re-set-overloaded.exp: Likewise.
12266 * gdb.fortran/library-module.exp: Likewise.
12267 * gdb.opt/solib-intra-step.exp: Likewise.
12268 * gdb.python/py-finish-breakpoint.exp: Likewise.
12269 * gdb.python/py-shared.exp: Likewise.
12270 * gdb.reverse/solib-precsave.exp: Likewise.
12271 * gdb.reverse/solib-reverse.exp: Likewise.
12272 * gdb.server/solib-list.exp: Likewise.
12273 * gdb.threads/dlopen-libpthread.exp: Likewise.
12274 * gdb.threads/tls-shared.exp: Likewise.
12275 * gdb.threads/tls-so_extern.exp: Likewise.
12276 * gdb.trace/change-loc.exp: Likewise.
12277 * gdb.trace/ftrace-lock.exp: Likewise.
12278 * gdb.trace/ftrace.exp: Likewise.
12279 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12280 * gdb.trace/pending.exp: Likewise.
12281 * gdb.trace/range-stepping.exp: Likewise.
12282 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12283 (strace_info_marker): Likewise.
12284 (strace_probe_marker): Likewise.
12285 (strace_trace_on_same_addr): Likewise.
12286 (strace_trace_on_diff_addr): Likewise.
12287 * gdb.trace/trace-break.exp: Likewise.
12288 * gdb.trace/trace-condition.exp: Likewise.
12289 * gdb.trace/trace-mt.exp: Likewise.
12290
fca4cfd9
SM
122912016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12292
12293 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12294 result of gdb_remote_download.
12295 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12296 * gdb.base/dso2dso.exp: Likewise.
12297 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12298 * gdb.base/print-file-var.exp: Likewise.
12299 * gdb.base/shlib-call.exp: Likewise.
12300 * gdb.base/shreloc.exp: Likewise.
12301 * gdb.base/solib-overlap.exp: Likewise.
12302 * gdb.base/solib-weak.exp (do_test): Likewise.
12303 * gdb.base/unload.exp: Likewise.
12304
11cf4ffb
YQ
123052016-04-27 Yao Qi <yao.qi@linaro.org>
12306
12307 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12308 exists.
12309
3e2e34f8
KB
123102016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12311
12312 * vla-type.exp: Print structure from toplevel.
12313
8f07e298
BH
123142016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12315
12316 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12317 of dynamic types.
12318 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12319 of dynamic types.
12320
9920b434
BH
123212016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12322
12323 * gdb.fortran/vla-type.f90: New file.
12324 * gdb.fortran/vla-type.exp: New file.
12325
f3abeff5
YQ
123262016-04-25 Yao Qi <yao.qi@linaro.org>
12327
12328 * gdb.base/branch-to-self.c: New file.
12329 * gdb.base/branch-to-self.exp: New file.
12330
0a5d52f0
YQ
123312016-04-22 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12334 more after $hex.
12335
495346f6
YQ
123362016-04-22 Yao Qi <yao.qi@linaro.org>
12337
12338 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12339 * gdb.base/annota3.exp: Likewise.
12340
4a7e075c
YQ
123412016-04-22 Yao Qi <yao.qi@linaro.org>
12342
12343 * gdb.reverse/step-precsave.exp: Do one step and test program
12344 stops in "callee" and do multiple steps until program goes out
12345 of "callee".
12346 * gdb.reverse/step-reverse.exp: Likewise.
12347
5b061e98
YQ
123482016-04-22 Yao Qi <yao.qi@linaro.org>
12349
12350 * gdb.trace/signal.exp: Also pass if
12351 $tracepoint_hits($i) > $iterations.
12352
5c5dc57f
YQ
123532016-04-22 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.trace/signal.c: New file.
12356 * gdb.trace/signal.exp: New file.
12357
a55411b9
DE
123582016-04-19 Doug Evans <xdje42@gmail.com>
12359
12360 * gdb.base/bad-file.exp: New file.
12361
a22df60a
MG
123622016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12363
12364 * gdb.dwarf2/implref.exp: New file.
12365
0c13f7e5
BH
123662016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12367
12368 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12369 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12370 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12371 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12372 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12373 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12374 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12375 * lib/fortran.exp (fortran_int4): New procedure.
12376 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12377 (fortran_logical4): Likewise.
12378
9b9b09e9
BH
123792016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12380
12381 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12382
a14d1f4d
BH
123832016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12384
12385 * lib/compiler.c: Add Intel specific preprocessor macros.
12386 * lib/compiler.cc: Likewise.
25d49b86 12387
7d49b1d0
LM
123882016-04-13 Luis Machado <lgustavo@codesourcery.com>
12389
12390 * gdb.server/connect-with-no-symbol-file.c: New file.
12391 * gdb.server/connect-with-no-symbol-file.exp: New file.
12392
8392fa22
SM
123932016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12394
12395 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12396
8c4c4aeb
SM
123972016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12398
12399 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12400 standard output directory.
12401
45e3745e
AT
124022016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12403
12404 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12405
e26b7e41
MM
124062016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12407
12408 * gdb.btrace/instruction_history.c (loop): Add declaration.
12409
8ce09462
AT
124102016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12411
12412 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12413
2e88a1ea
SM
124142016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12415
12416 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12417 parentheses to print.
12418 (continue_handler): Likewise.
12419
f48e22e3
SM
124202016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12421
12422 * gdb.server/solib-list.exp: Remove is_remote check.
12423 Pass shlib= to gdb_compile. Don't link shared library with
12424 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12425 Run binary filename through "readlink -f" on the target.
12426
096be756
PA
124272016-04-08 Pedro Alves <palves@redhat.com>
12428
12429 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12430 interpreter filename as argument to gdbserver_spawn.
12431 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12432 Return empty if $last_loaded_file does not exist.
12433
06500533
JK
124342016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12435
12436 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12437 * gdb.base/jit-main.c: Use exit after usage.
12438
2d35e871
JK
124392016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12440
12441 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12442 GDBHISTSIZE prior to the tests.
12443 * gdb.base/gdbinit-history.exp: Likewise.
12444
124452016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12446
12447 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12448 instead of build_executable. Use gdb_load_shlibs.
12449
c8064e7e
YQ
124502016-04-07 Yao Qi <yao.qi@linaro.org>
12451
12452 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12453 Execute "si" command.
12454
bde47561
YQ
124552016-04-07 Yao Qi <yao.qi@linaro.org>
12456
12457 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12458 number instead of the comments on some line.
12459
b16f8a3b
DB
124602016-04-06 Don Breazeal <donb@codesourcery.com>
12461
12462 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12463 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12464
c2f901df
SM
124652016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12466
12467 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12468 standard_output_file. Remove unused binfile variable.
12469
ac17fda0
CU
124702016-04-05 Catalin Udma <catalin.udma@freescale.com>
12471
12472 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12473 * gdb.python/py-mi-objfile.exp: Match "list main" output
12474 in console format.
12475
03a8c4df
SM
124762016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12477
12478 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12479 absolute.
12480
6e774b13
SM
124812016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12482
12483 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12484 absolute.
12485 * gdb.trace/ftrace.exp: Likewise.
12486 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12487 targets as well.
12488 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12489 (gdb_load_shlibs): Copy libraries to test directory when testing
12490 natively. Only set solib-search-path if testing remotely.
12491 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12492
7817ea46
SM
124932016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12494
12495 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12496 gdb_download. Use it even if the target is not remote.
12497 * gdb.base/jit.exp (compile_jit_test): Likewise.
12498 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12499 output directory if the destination board is local, otherwise use
12500 the standard remote_download from DejaGnu.
12501 (gdb_download): Remove.
12502 (gdb_load_shlibs): Use gdb_remote_download instead of
12503 gdb_download.
12504 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12505 Use gdb_remote_download instead of gdb_download. Use it even if
12506 the target is not remote.
12507 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12508 instead of gdb_download.
12509
7beb7f68
SM
125102016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12511
12512 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12513 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12514 run.
12515
cc63428a
AV
125162016-04-01 Artemiy Volkov <artemiyv@acm.org>
12517
12518 PR gdb/19820
12519 * gdb.base/printcmds.exp: Add artificial arrays tests.
12520
64cdf930
PA
125212016-03-31 Pedro Alves <palves@redhat.com>
12522
12523 PR gdb/19858
12524 * gdb.base/jit-main.c: Include unistd.h.
12525 (ATTACH): Define to 0 if not already defined.
12526 (wait_for_gdb, mypid): New globals.
12527 (WAIT_FOR_GDB): New macro.
12528 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12529 some breakpoint locations.
12530 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12531 New procedures.
12532 (one_jit_test): Add REATTACH parameter, and handle it. Use
12533 continue_to_test_location.
12534 (top level): Test attach, and adjusts calls to one_jit_test.
12535
40dea8cb
PA
125362016-03-31 Pedro Alves <palves@redhat.com>
12537
12538 PR gdb/19858
12539 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12540 BINSUFFIX parameter, and handle it.
12541 (top level): Adjust calls compile_jit_test.
12542
e7ea3ec7
CU
125432016-03-31 Catalin Udma <catalin.udma@freescale.com>
12544
12545 PR python/19743
12546 * gdb.python/py-mi-events-gdb.py: New file.
12547 * gdb.python/py-mi-events.c: New file.
12548 * gdb.python/py-mi-events.exp: New file.
12549
e6359af3
YQ
125502016-03-30 Yao Qi <yao.qi@linaro.org>
12551
12552 * gdb.reverse/until-precsave.exp: Match function name only.
12553 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12554 Move malloc to a condition block.
12555 * gdb.reverse/until-reverse.exp: Match function name only.
12556
a4105d04
MK
125572016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12558
12559 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12560 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12561 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12562 variable for GPR 0 instead of assuming it is register 0.
12563 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12564 * lib/trace-support.exp: Add s390 registers.
12565
bfa6adb9
YQ
125662016-03-29 Yao Qi <yao.qi@linaro.org>
12567
12568 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12569
1e6697ea
YQ
125702016-03-24 Yao Qi <yao.qi@linaro.org>
12571
12572 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12573 test message.
12574
64bcd522
AA
125752016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12576
12577 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12578 maintaining separate logic for constructing the output path.
12579
7868401b
DB
125802016-03-16 Don Breazeal <donb@codesourcery.com>
12581
12582 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12583 Retry fork and waitpid on interrupted system call errors.
12584 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12585 Use with_timeout_factor to increase timeout by factor of 10.
12586
1cafadb4
DB
125872016-03-15 Don Breazeal <donb@codesourcery.com>
12588
12589 * gdb.cp/scope-err.cc: New test program.
12590 * gdb.cp/scope-err.exp: New test script.
12591 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12592 lines and "set breakpoint here" comment.
12593 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12594 Fixed some whitespace and format issues.
12595 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12596 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12597
81516450
DE
125982016-03-15 Doug Evans <dje@google.com>
12599
12600 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12601 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12602 All callers updated. Add tests for enums, mixed flags register.
12603
aa52b601
DE
126042016-03-15 Doug Evans <dje@google.com>
12605
12606 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12607 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12608
fa4ff313
SM
126092016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12610
12611 * gdb.base/default.exp: Add $_as_string to the list of expected
12612 convenience functions.
12613
f2403c39
AB
126142016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12615
12616 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12617
f2f3ccb9
SM
126182016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12619
12620 * gdb.python/py-as-string.exp: New file.
12621 * gdb.python/py-as-string.c: New file.
12622
00dbd492
PA
126232016-03-09 Pedro Alves <palves@redhat.com>
12624
12625 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12626 signal" -> "Thread NN received signal" output change.
12627 * gdb.threads/ia64-sigill.exp: Likewise.
12628 * gdb.threads/linux-dp.exp: Likewise.
12629 * gdb.threads/manythreads.exp: Likewise.
12630 * gdb.threads/pending-step.exp: Likewise.
12631 * gdb.threads/print-threads.exp: Likewise.
12632 * gdb.threads/sigstep-threads.exp: Likewise.
12633 * gdb.threads/staticthreads.exp: Likewise.
12634 * gdb.threads/tls.exp: Likewise.
12635
1e6697ea
YQ
126362016-03-09 Pedro Alves <palves@redhat.com>
12637
12638 * gdb.base/command-line-input.exp: New file.
12639
b04fd3be
MK
126402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12641
12642 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12643 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12644 * gdb.trace/pending.exp: Accept leading dot before function name.
12645 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12646 * lib/trace-support.exp: Set registers for ppc.
12647
98fa59e9
MK
126482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12649
12650 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12651 use it for disassembly; accept .main in addition to main in backtrace.
12652
f77198c8
MK
126532016-03-09 Wei-cheng Wang <cole945@gmail.com>
12654 Marcin Kościelnicki <koriakin@0x04.net>
12655
12656 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12657 (gdb_recursion_test_ptr): New global variable.
12658 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12659 gdb_recursion_test.
12660 (gdb_c_test): Ditto.
12661
ba84e0da
MK
126622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12663
12664 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12665 ordering.
12666
4366d36e
MK
126672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12668
12669 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12670 (bar): Add bar_start_lbl label.
12671 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12672 of foo/bar for emitting DWARF and tracing.
12673
5eb264df
SDJ
126742016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12675
12676 * analyze-racy-logs.py: Set executable bit.
12677
fb6a751f
SDJ
126782016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12679
12680 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12681 (CHECK_TARGET_TMP): Likewise.
12682 (check-single-racy): New rule.
12683 (check-parallel-racy): Likewise.
12684 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12685 (do-check-parallel-racy): New rule.
12686 (check-racy/%.exp): Likewise.
12687 * README (Racy testcases): New section.
12688 * analyze-racy-logs.py: New file.
12689
bdf7e230
DE
126902016-03-03 Doug Evans <dje@google.com>
12691
12692 * gdb.base/skip.exp: Use with_test_prefix.
12693
4719d415
YQ
126942016-03-03 Yao Qi <yao.qi@linaro.org>
12695
12696 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12697 Invoke step_over_syscall "clone" and break_cond_on_syscall
12698 "clone".
12699 * gdb.base/step-over-clone.c: New file.
12700
ea507862
YQ
127012016-03-03 Yao Qi <yao.qi@linaro.org>
12702
12703 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12704 code format.
12705
8fc8cbda
YQ
127062016-03-03 Yao Qi <yao.qi@linaro.org>
12707
12708 * gdb.base/disp-step-fork.c: Rename to ...
12709 * gdb.base/step-over-fork.c: ... it. New file.
12710 * gdb.base/disp-step-vfork.c: Rename to ...
12711 * gdb.base/step-over-vfork.c: ... it. New file.
12712 * gdb.base/disp-step-syscall.exp: Rename to ...
12713 * gdb.base/step-over-syscall.exp: ... it. New file.
12714 (disp_step_cross_syscall): Rename to ...
12715 (step_over_syscall): ... it.
12716
92fa70b0
YQ
127172016-03-03 Yao Qi <yao.qi@linaro.org>
12718
12719 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12720 If target supports condition evaluation on target, invoke
12721 break_cond_on_syscall for fork and vfork.
12722
e197ad3c
YQ
127232016-03-03 Yao Qi <yao.qi@linaro.org>
12724
12725 * gdb.base/disp-step-syscall.exp: Don't invoke
12726 support_displaced_stepping.
12727 (disp_step_cross_syscall): Test with displaced stepping off and
12728 on if supported.
12729
0b47da9f
YQ
127302016-03-03 Yao Qi <yao.qi@linaro.org>
12731
12732 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12733 proc.
12734 (setup): New proc.
12735 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12736 and setup.
12737
065ab6dc
BH
127382016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12739
12740 * gdb.fortran/vla-history.exp: Remove breakpoint.
12741
07e448ad 127422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12743
25d49b86
PA
12744 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12745 exceeds timeout.
07e448ad 12746
9ac2d526 127472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12748
25d49b86
PA
12749 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12750 breakpoint.
9ac2d526 12751
17807369
BH
127522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12753
12754 * gdb.mi/vla.f90: Nullify pointer after declaration.
12755
86e501af
PA
127562016-03-01 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12759
1e903e32
PA
127602016-03-01 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12763 before anything else.
12764 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12765 _GNU_SOURCE here.
12766 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12767 before anything else.
12768 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12769
6ccb54e2
PA
127702016-03-01 Pedro Alves <palves@redhat.com>
12771
12772 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12773
30ca9da1
YQ
127742016-03-01 Yao Qi <yao.qi@linaro.org>
12775
12776 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12777 prepare_for_testing.
12778
dc856b38
YQ
127792016-03-01 Yao Qi <yao.qi@linaro.org>
12780
12781 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12782
4a932159
AA
127832016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12784
12785 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12786 manually constructing the output path.
12787
f2489477
AA
127882016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12789
12790 * gdb.arch/s390-stackless.S: New.
12791 * gdb.arch/s390-stackless.exp: New.
12792
38899f16
IB
127932016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12794
12795 * gdb.dlang/circular.c: New file.
12796 * gdb.dlang/circular.exp: New file.
12797
9fde51ed
YQ
127982016-02-26 Yao Qi <yao.qi@linaro.org>
12799
12800 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12801 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12802 (testcases): Update.
12803
ce90fefe
YQ
128042016-02-26 Yao Qi <yao.qi@linaro.org>
12805
12806 * gdb.reverse/aarch64.c: Rename to ...
12807 * gdb.reverse/insn-reverse.c: ... it.
12808 * gdb.reverse/aarch64.exp: Rename to ...
12809 * gdb.reverse/insn-reverse.exp: ... it.
12810
3263bceb
YQ
128112016-02-26 Yao Qi <yao.qi@linaro.org>
12812
12813 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12814 (testcase_ftype): New.
12815 (testcases): New array.
12816 (n_testcases): New.
12817 (main): Call each element in testcases.
12818 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12819 (read_testcase): New.
12820 Do the tests in a loop.
12821
6cb59ff1
YQ
128222016-02-25 Yao Qi <yao.qi@linaro.org>
12823
12824 * gdb.base/branches.c: Remove.
12825
ae91f625
MK
128262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12827
12828 PR gdb/13808
12829 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12830
678b48b7
MK
128312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12832
12833 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12834
7337a6f2
MK
128352016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12836
12837 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12838 change x86_64 call_insn to 'callq'.
12839
861ca91f
AT
128402016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12841
12842 * gdb.trace/tfile-avx.c: Move to...
12843 * gdb.trace/tracefile-pseudo-reg.c: Here.
12844 * gdb.trace/tfile-avx.exp: Move to...
12845 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12846
bf74e428
GB
128472016-02-24 Gary Benson <gbenson@redhat.com>
12848
12849 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12850 message on attach.
12851
cce0e923
DE
128522016-02-23 Doug Evans <dje@google.com>
12853
12854 * gdb.base/skip.c (test_skip): New function.
12855 (end_test_skip_file_and_function): New function.
12856 (test_skip_file_and_function): New function.
12857 * gdb.base/skip1.c (test_skip): New function.
12858 (skip1_test_skip_file_and_function): New function.
12859 * gdb.base/skip.exp: Add tests for new skip options.
12860 * gdb.base/skip-solib.exp: Update expected output.
12861 * gdb.perf/skip-command.cc: New file.
12862 * gdb.perf/skip-command.exp: New file.
12863 * gdb.perf/skip-command.py: New file.
12864
4000e47e
MK
128652016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12866
12867 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12868 info registers pattern.
12869
24f75ead
IB
128702016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12871
12872 * lib/future.exp: Add D support.
12873 (gdb_find_gdc): New proc.
12874 (gdb_default_target_compile): Add D support.
12875
fbb7bcbe
WW
128762016-02-18 Wei-cheng Wang <cole945@gmail.com>
12877
12878 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12879 user+system time.
12880 (trace_speed_test): Determine the iteration count for a time
12881 between 15..30 seconds.
12882
012b3a21
WT
128832016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12884
12885 * gdb.arch/i386-mpx-sigsegv.c: New file.
12886 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12887 * gdb.arch/i386-mpx-simple_segv.c: New file.
12888 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12889
2d5189bd
YQ
128902016-02-18 Yao Qi <yao.qi@linaro.org>
12891
12892 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12893 Don't call setup_kfail.
12894
40fb20d0
YQ
128952016-02-18 Yao Qi <yao.qi@linaro.org>
12896
12897 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12898 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12899
21b1f8d2
DE
129002016-02-16 Doug Evans <dje@google.com>
12901
12902 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12903 * gdb.base/skip1.c: Ditto.
12904 * gdb.base/skip.exp: Whitespace cleanup.
12905
4041ed77
DB
129062016-02-16 Don Breazeal <donb@codesourcery.com>
12907
12908 PR remote/19496
12909 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12910 Remove kfail for PR remote/19496.
12911
c4ef31bf
SM
129122016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12913
12914 * lib/gdb.exp (standard_temp_file): Return a path specific to
12915 the runtest invocation.
12916
266b65b3
SM
129172016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12918
12919 * gdb.trace/save-trace.exp: Change relative path to be in the
12920 standard output directory.
12921
a7a0a6a9
JK
129222016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12923
12924 * gdb.arch/i386-prologue.c: Add missing prototypes.
12925
c99dbb42
JK
129262016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12927
12928 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12929 * gdb.arch/i386-prologue.exp: Likewise.
12930 * gdb.arch/i386-size.exp: Likewise.
12931
aa480355
SM
129322016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12933
12934 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12935 define object file path.
12936 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12937 file path.
12938 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12939 standard_output_file to define binfile.
12940
ba881f50
JK
129412016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12942
12943 Fix compatibility with recent gfortran-5.3.1.
12944 * gdb.fortran/vla-history.exp (print vla1 allocated)
12945 (print vla2 allocated, print $2, print $3): Remove
12946 (print $4): Rename to ...
12947 (print $2): ... here.
12948 (print $9): Rename to ...
12949 (print $5): ... here.
12950 (print $10): Rename to ...
12951 (print $6): ... here.
12952 * gdb.fortran/vla.f90: Add pvla initialization.
12953
e9fb005c
JK
129542016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12955
12956 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12957 New test.
12958 * gdb.fortran/vla-value-sub.exp: Likewise.
12959
e44e00ff
MK
129602016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12961
12962 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12963
97e94151
SM
129642016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12965
12966 * i386-biarch-core.exp: Define corefile using
12967 standard_output_file.
12968
01113bc1
YQ
129692016-02-12 Yao Qi <yao.qi@linaro.org>
12970
12971 * gdb.arch/arm-single-step-kernel-helper.c: New.
12972 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12973
33b4777c
MM
129742016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12975
12976 * gdb.btrace/tailcall-only.exp: New.
12977 * gdb.btrace/tailcall-only.c: New.
12978 * gdb.btrace/x86_64-tailcall-only.S: New.
12979 * gdb.btrace/i686-tailcall-only.S: New.
12980
acc23c11
PA
129812016-02-11 Pedro Alves <palves@redhat.com>
12982
12983 * README (Parallel testing): Add missing double quotes.
12984
e352bf0a
PA
129852016-02-11 Pedro Alves <palves@redhat.com>
12986
12987 * README (Parallel testing): New section.
12988 (GDB_PARALLEL): Rewrite.
12989 (FORCE_PARALLEL): Document.
12990
9f5fed78
MK
129912016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12992
12993 * gdb.trace/tfile-avx.c: New test.
12994 * gdb.trace/tfile-avx.exp: New test.
12995
9ef9e6a6
KS
129962016-02-09 Keith Seitz <keiths@redhat.com>
12997
12998 PR breakpoints/19546
12999 * gdb.base/infcall-exec.c: New file.
13000 * gdb.base/infcall-exec2.c: New file.
13001 * gdb.base/infcall-exec.exp: New file.
13002
a96e36da
KS
130032016-02-09 Keith Seitz <keiths@redhat.com>
13004
13005 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13006 (toplevel): Call test_bkpt_address.
13007
9f61929f
KS
130082016-02-09 Keith Seitz <keiths@redhat.com>
13009
13010 PR python/19506
13011 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13012 (toplevel): Call test_bkpt_address.
13013
1e94266c
SM
130142016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13015
13016 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13017 to AC_OUTPUT.
13018 * configure: Regenerate.
13019
2a7f3dff
PA
130202016-02-09 Pedro Alves <palves@redhat.com>
13021
13022 PR breakpoints/19548
13023 * gdb.base/execl-update-breakpoints.c (some_function): New
13024 function.
13025 (main): Call it.
13026 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13027 Tighten expected GDB output.
13028
2151ccc5
SM
130292016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13030
13031 * Makefile.in (ALL_SUBDIRS): Remove.
13032 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13033 (distclean maintainer-clean realclean): Likewise.
13034 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13035 * configure: Regenerate.
13036 * gdb.ada/Makefile.in: Delete.
13037 * gdb.arch/Makefile.in: Likewise.
13038 * gdb.asm/Makefile.in: Likewise.
13039 * gdb.base/Makefile.in: Likewise.
13040 * gdb.btrace/Makefile.in: Likewise.
13041 * gdb.cell/Makefile.in: Likewise.
13042 * gdb.compile/Makefile.in: Likewise.
13043 * gdb.cp/Makefile.in: Likewise.
13044 * gdb.disasm/Makefile.in: Likewise.
13045 * gdb.dlang/Makefile.in: Likewise.
13046 * gdb.dwarf2/Makefile.in: Likewise.
13047 * gdb.fortran/Makefile.in: Likewise.
13048 * gdb.gdb/Makefile.in: Likewise.
13049 * gdb.go/Makefile.in: Likewise.
13050 * gdb.guile/Makefile.in: Likewise.
13051 * gdb.java/Makefile.in: Likewise.
13052 * gdb.linespec/Makefile.in: Likewise.
13053 * gdb.mi/Makefile.in: Likewise.
13054 * gdb.modula2/Makefile.in: Likewise.
13055 * gdb.multi/Makefile.in: Likewise.
13056 * gdb.objc/Makefile.in: Likewise.
13057 * gdb.opencl/Makefile.in: Likewise.
13058 * gdb.opt/Makefile.in: Likewise.
13059 * gdb.pascal/Makefile.in: Likewise.
13060 * gdb.perf/Makefile.in: Likewise.
13061 * gdb.python/Makefile.in: Likewise.
13062 * gdb.reverse/Makefile.in: Likewise.
13063 * gdb.server/Makefile.in: Likewise.
13064 * gdb.stabs/Makefile.in: Likewise.
13065 * gdb.threads/Makefile.in: Likewise.
13066 * gdb.trace/Makefile.in: Likewise.
13067 * gdb.xml/Makefile.in: Likewise.
13068 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13069 GDB_PARALLEL.
13070 (standard_output_file): Remove check for GDB_PARALLEL, always
13071 return path in outputs/$subdir/$testname.
13072
437277d4
SM
130732016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13074
13075 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13076 (site.exp): Assign abs_srcdir to tcl's srcdir.
13077
31d913c7
YQ
130782016-02-04 Yao Qi <yao.qi@linaro.org>
13079
13080 * gdb.base/foll-exec-mode.c: Include limits.h.
13081 (main): Add parameters argc and argv. Get directory from
13082 argv[0].
13083 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13084 compilation.
13085 * gdb.base/foll-exec.c: Include limits.h.
13086 (main): Add parameters argc and argv.
13087 Get directory from argv[0].
13088 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13089 Adjust tests on the number of lines as source code changed.
13090 * gdb.base/foll-vfork-exit.c: Include limits.h.
13091 (main): Add one line of statement before vfork.
13092 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13093 (main): Add parameters argc and argv. Get directory from
13094 argv[0].
13095 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13096 (setup_gdb): Set tbreak to skip some source lines.
13097 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13098 (main): Add parameters argc and argv. Get directory from
13099 argv[0].
13100 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13101 compilation.
13102 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13103 (main): Add parameters argc and argv. Get directory from
13104 argv[0].
13105 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13106 compilation.
13107
9482b9fb
DE
131082016-02-01 Doug Evans <dje@google.com>
13109
13110 * gdb.base/skip.exp: Clean up multiple references to same test name.
13111
6b2e4f10
PA
131122016-02-01 Pedro Alves <palves@redhat.com>
13113
ccb6afd6 13114 PR remote/19496
6b2e4f10
PA
13115 * gdb.threads/forking-threads-plus-breakpoint.exp
13116 (displaced_stepping_supported): New global.
13117 (probe_displaced_stepping_support): New procedure.
13118 (do_test): Add 'displaced' parameter, and use it.
13119 (top level): Check for displaced stepping support. Add displaced
13120 stepping on/off testing axis.
13121
37a8db1a
AB
131222016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13123
13124 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13125 pointer. Don't perform further tests on the unassociated pointer
13126 if the first test fails.
13127
5fdf6324
AB
131282016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13129
13130 * gdb.base/max-value-size.c: New file.
13131 * gdb.base/max-value-size.exp: New file.
13132 * gdb.base/huge.exp: Disable max-value-size for this test.
13133
935c6144
IB
131342016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13135
13136 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13137
7fe8399d
YQ
131382016-01-28 Yao Qi <yao.qi@linaro.org>
13139
13140 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13141
a2077e25
PA
131422016-01-25 Pedro Alves <palves@redhat.com>
13143
13144 PR threads/19461
13145 * gdb.base/fork-running-state.c: New file.
13146 * gdb.base/fork-running-state.exp: New file.
13147
1d2736d4
PA
131482016-01-25 Pedro Alves <palves@redhat.com>
13149
13150 PR gdb/19494
13151 * gdb.base/catch-fork-kill.c: New file.
13152 * gdb.base/catch-fork-kill.exp: New file.
13153
f1da4b11
PA
131542016-01-25 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13157 Delete, moved to lib/gdb.exp.
13158 * gdb.threads/forking-threads-plus-breakpoint.exp
13159 (foreach_with_prefix): Likewise.
13160 * gdb.threads/process-dies-while-handling-bp.exp
13161 (foreach_with_prefix): Likewise.
13162 * lib/gdb.exp (foreach_with_prefix): New procedure.
13163
45f38546
MK
131642016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13165
13166 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13167 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13168
dc29a1ce
MK
131692016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13170
13171 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13172 endian targets.
13173
092127d7
JK
131742016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13175 Pedro Alves <palves@redhat.com>
13176
13177 Fix testsuite compatibility with Guile.
13178 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13179 number.
13180
31d765d3
JK
131812016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13182
13183 Fix testsuite compatibility with Guile.
13184 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13185 (thread 1): New test for backtrace through signal handler.
13186
1ac78c04
YQ
131872016-01-22 Yao Qi <yao.qi@linaro.org>
13188
13189 PR testsuite/19491
13190 * gdb.base/multi-forks.c: Include
13191 ../lib/unbuffer_output.c
13192 (main): Call gdb_unbuffer_output.
13193
4f5946a8
DE
131942016-01-21 Doug Evans <dje@google.com>
13195
13196 * lib/ada.exp (gdb_compile_ada): Fix typo.
13197
305e13e6
JB
131982016-01-21 Joel Brobecker <brobecker@adacore.com>
13199
13200 * gdb.base/break-fun-addr.exp: New file.
13201 * gdb.base/break-fun-addr1.c: New file.
13202 * gdb.base/break-fun-addr2.c: New file.
13203
5f5dfff6
SM
132042016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13205
13206 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13207 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13208 enum flag values.
13209
fd356fa2
AA
132102016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13211
13212 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13213 when GDB can not set the vector return value. Add more comments
13214 for clarification.
13215
9df22175
AT
132162016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13217
13218 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13219 command.
13220
41d1845e
SM
132212016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13222
13223 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13224
01ac6840
SM
132252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13226
13227 * Makefile.in (check-single): Pass --status to runtest.
13228 (check/%.exp): Likewise.
13229
132302016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13231
13232 * Makefile.in (check-parallel): Propagate return code from make
13233 do-check-parallel.
13234
bd0a71fa
MK
132352016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13236
13237 * gdb.trace/ftrace.exp: Fix expected message on continue.
13238 * gdb.trace/pending.exp: Fix expected message on continue.
13239 * gdb.trace/trace-break.exp: Fix expected message on continue.
13240
8bcbad33
SM
132412016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13242
13243 * lib/gdb.exp (gdb_test): Remove unused global references.
13244
f303dbd6
PA
132452016-01-18 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.base/async-shell.exp: Adjust expected output.
13248 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13249 * gdb.base/siginfo-thread.exp: Adjust expected output.
13250 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13251 * gdb.java/jnpe.exp: Adjust expected output.
13252 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13253 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13254 * gdb.threads/leader-exit.exp: Adjust expected output.
13255 * gdb.threads/manythreads.exp: Adjust expected output.
13256 * gdb.threads/pthreads.exp: Adjust expected output.
13257 * gdb.threads/schedlock.exp: Adjust expected output.
13258 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13259 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13260 expected output.
13261 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13262 output.
13263 * gdb.threads/sigthread.exp: Adjust expected output.
13264 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13265
b2789696
YQ
132662016-01-18 Yao Qi <yao.qi@linaro.org>
13267
13268 * gdb.guile/scm-section-script.c: Replace @progbits with
13269 %progbits.
13270 * gdb.python/py-section-script.c: Likewise.
13271
71ef29a8
PA
132722016-01-15 Pedro Alves <palves@redhat.com>
13273
13274 * gdb.multi/tids.exp: Test star wildcard ranges.
13275
3f5b7598
PA
132762016-01-15 Pedro Alves <palves@redhat.com>
13277
13278 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13279 command from "thread apply" invocation.
13280 (thr_apply_info_thr_invalid): Default the expected output to the
13281 input tid list.
13282 (top level): Add tests that use convenience variables. Add tests
13283 for "thread apply" with a valid TID list, but missing the command.
13284
663f6d42
PA
132852016-01-13 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.base/default.exp: Expect $_gthread as well.
13288 * gdb.multi/tids.exp: Test $_gthread.
13289 * gdb.threads/thread-specific.exp: Test $_gthread.
13290
c84f6bbf
PA
132912016-01-13 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.multi/tids.exp: Test "info threads -gid".
13294
22a02324
PA
132952016-01-13 Pedro Alves <palves@redhat.com>
13296
13297 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13298 Breakpoint.thread.
13299 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13300
5d5658a1
PA
133012016-01-07 Pedro Alves <palves@redhat.com>
13302
13303 * gdb.base/break.exp: Adjust to output changes.
13304 * gdb.base/hbreak2.exp: Likewise.
13305 * gdb.base/sepdebug.exp: Likewise.
13306 * gdb.base/watch_thread_num.exp: Likewise.
13307 * gdb.linespec/keywords.exp: Likewise.
13308 * gdb.multi/info-threads.exp: Likewise.
13309 * gdb.threads/thread-find.exp: Likewise.
13310 * gdb.multi/tids.c: New file.
13311 * gdb.multi/tids.exp: New file.
13312
84654457
PA
133132016-01-13 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13316
e3940304
PA
133172016-01-13 Pedro Alves <palves@redhat.com>
13318
13319 * gdb.base/default.exp: Expect $_inferior as well.
13320 * gdb.multi/base.exp: Test $_inferior.
13321
a911d87a
PA
133222016-01-13 Pedro Alves <palves@redhat.com>
13323
13324 PR breakpoints/19388
13325 * gdb.base/catch-signal-siginfo-cond.c: New file.
13326 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13327
82075af2
JS
133282016-01-12 Josh Stone <jistone@redhat.com>
13329 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13330
13331 * gdb.base/catch-syscall.c (do_execve): New variable.
13332 (main): Conditionally trigger an execve.
13333 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13334 (test_catch_syscall_execve): New, check entry/return across execve.
13335 (do_syscall_tests): Call test_catch_syscall_execve.
13336
e46eeedd
PA
133372016-01-12 Pedro Alves <palves@redhat.com>
13338
13339 * gdb.base/random-signal.exp (do_test): New procedure, with body
13340 of testcase moved in.
13341
01d8c27e
JK
133422016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13343 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.base/funcargs.exp (finish from indirectly called function):
13346 Reintroduce the case for 'First'.
13347
9a706302
JK
133482016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13349 Pedro Alves <palves@redhat.com>
13350
13351 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13352 (tcatch_vfork_then_child_follow_exec)
13353 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13354 identification.
13355
c0ecb95f
JK
133562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13357
13358 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13359 and repeats to unlimited.
13360 * gdb.python/py-value.exp: Likewise.
13361 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13362 and repeats to unlimited.
13363
6cfc1fcb
JK
133642016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13365
13366 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13367 and reordering the functions.
13368 * gdb.multi/hangout.c: Likewise.
13369 * gdb.multi/hello.c: Likewise.
13370
582a1b00
SM
133712016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13372
13373 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13374 absolute.
13375 (SingleStatisticTestResult.report): Use dict.keys instead of
13376 dict.iterkeys.
13377
79bc59cb
PA
133782016-01-06 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13381
43368e1d
MM
133822016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13383
13384 * gdb.btrace/dlopen.exp: New.
13385 * gdb.btrace/dlopen.c: New.
13386 * gdb.btrace/dlopen-dso.c: New.
13387
79fad5b8
SL
133882015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13389
13390 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13391 PATTERN argument is optional.
13392
ab8314b3
JB
133932015-12-24 Joel Brobecker <brobecker@adacore.com>
13394
13395 * lib/ada.exp (target_compile_ada_from_dir): New function.
13396 (gdb_compile_ada): Reimplement avoiding the use of project files.
13397 * gdb.ada/gnat_ada.gpr: Delete.
13398 * gdb.ada/cond_lang.exp: Adjust test to make path before
13399 filename optional.
13400 * gdb.ada/small_reg_param.exp: Likewise.
13401
fe33faff
SM
134022015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13403
13404 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13405
6d265cb4
TP
134062015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13407
13408 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13409 case.
13410
10125099
SM
134112015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13412
13413 * gdb.base/break.exp: Remove dead code.
13414 * gdb.base/sepdebug.exp: Likewise.
13415
3ca22649
SM
134162015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13417
13418 * gdb.asm/asm-source.exp: Remove HP-UX references.
13419 * gdb.base/annota1.exp: Likewise.
13420 * gdb.base/annota3.exp: Likewise.
13421 * gdb.base/attach.exp: Likewise.
13422 * gdb.base/bigcore.exp: Likewise.
13423 * gdb.base/break.exp: Likewise.
13424 * gdb.base/call-ar-st.exp: Likewise.
13425 * gdb.base/callfuncs.exp: Likewise.
13426 * gdb.base/catch-fork-static.exp: Likewise.
13427 * gdb.base/display.exp: Likewise.
13428 * gdb.base/foll-exec-mode.exp: Likewise.
13429 * gdb.base/foll-exec.exp: Likewise.
13430 * gdb.base/foll-fork.exp: Likewise.
13431 * gdb.base/foll-vfork.exp: Likewise.
13432 * gdb.base/funcargs.exp: Likewise.
13433 * gdb.base/hbreak2.exp: Likewise.
13434 * gdb.base/inferior-died.exp: Likewise.
13435 * gdb.base/interrupt.exp: Likewise.
13436 * gdb.base/multi-forks.exp: Likewise.
13437 * gdb.base/nodebug.exp: Likewise.
13438 * gdb.base/sepdebug.exp: Likewise.
13439 * gdb.base/solib1.c: Likewise.
13440 * gdb.base/step-test.exp: Likewise.
13441 * gdb.mi/non-stop.c: Likewise.
13442 * gdb.mi/pthreads.c: Likewise.
13443 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13444 * gdb.threads/pthreads.c: Likewise.
13445 * gdb.threads/staticthreads.exp: Likewise.
13446 * lib/future.exp: Likewise.
13447 * lib/gdb.exp: Likewise.
13448 * gdb.base/so-indr-cl.c: Remove.
13449 * gdb.base/so-indr-cl.exp: Likewise.
13450 * gdb.base/solib.c: Likewise.
13451 * gdb.base/solib.exp: Likewise.
13452 * gdb.base/solib2.c: Likewise.
13453
b6304613
SM
134542015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13455
13456 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13457 * gdb.base/call-ar-st.exp: Likewise.
13458 * gdb.base/callfuncs.exp: Likewise.
13459 * gdb.base/condbreak.exp: Likewise.
13460 * gdb.base/constvars.exp: Likewise.
13461 * gdb.base/hbreak2.exp: Likewise.
13462 * gdb.base/langs.exp: Likewise.
13463 * gdb.base/list.exp: Likewise.
13464 * gdb.base/long_long.exp: Likewise.
13465 * gdb.base/ptype.exp: Likewise.
13466 * gdb.base/scope.exp: Likewise.
13467 * gdb.base/signals.exp: Likewise.
13468 * gdb.base/so-impl-ld.exp: Likewise.
13469 * gdb.base/varargs.exp: Likewise.
13470 * gdb.base/volatile.exp: Likewise.
13471 * gdb.base/whatis.exp: Likewise.
13472 * gdb.cp/cplusfuncs.exp: Likewise.
13473 * gdb.cp/inherit.exp: Likewise.
13474 * gdb.cp/local.exp: Likewise.
13475 * gdb.cp/member-ptr.exp: Likewise.
13476 * gdb.cp/method.exp: Likewise.
13477 * gdb.cp/overload.exp: Likewise.
13478 * gdb.cp/templates.exp: Likewise.
13479 * gdb.stabs/weird.exp: Likewise.
13480 * lib/compiler.c: Likewise.
13481 * lib/compiler.cc: Likewise.
13482 * lib/cp-support.exp: Likewise.
13483 * lib/gdb.exp: Likewise.
13484
bf401b07
SM
134852015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13486
13487 * configure.ac: Remove HP-UX case.
13488 * configure: Regenerate.
13489
aff9c0f8
SM
134902015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13491
13492 * lib/gdb.exp (gdb_compile): Add function doc.
13493
a6904d5a
PA
134942015-12-17 Pedro Alves <palves@redhat.com>
13495
13496 PR threads/19354
13497 * gdb.multi/info-threads.exp: New file.
13498
a22279dd
YQ
134992015-12-15 Yao Qi <yao.qi@linaro.org>
13500
13501 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13502 is aarch64*-*-*.
13503
0588c796
SL
135042015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13505
13506 * gdb.base/history-duplicates.exp: Skip if no readline support.
13507
5d978e17
SL
135082015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13509
13510 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13511
7e763b86
SL
135122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13513
13514 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13515
87a3a92c
SL
135162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13517
13518 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13519 ctrl-C if nointerrupts target property is set.
13520 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13521 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13522 * gdb.base/paginate-bg-execution.exp: Likewise.
13523 * gdb.base/paginate-execution-startup.exp: Likewise.
13524 * gdb.base/random-signal.exp: Likewise.
13525 * gdb.base/range-stepping.exp: Likewise.
13526 * gdb.cp/annota2.exp: Likewise.
13527 * gdb.cp/annota3.exp: Likewise.
13528 * gdb.gdb/selftest.exp: Likewise.
13529 * gdb.threads/continue-pending-status.exp: Likewise.
13530 * gdb.threads/leader-exit.exp: Likewise.
13531 * gdb.threads/manythreads.exp: Likewise.
13532 * gdb.threads/pthreads.exp: Likewise.
13533 * gdb.threads/schedlock.exp: Likewise.
13534 * gdb.threads/sigthread.exp: Likewise.
13535
a8f077dc
DB
135362015-12-11 Don Breazeal <donb@codesourcery.com>
13537
13538 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13539 remote.
13540 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13541 * gdb.base/foll-exec.exp (main): Enable for target remote.
13542 * gdb.base/foll-fork.exp (main): Likewise.
13543 * gdb.base/foll-vfork.exp (main): Likewise.
13544 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13545 (proc continue_to_exit_bp_loc): Use clean_restart.
13546 * gdb.base/pie-execl.exp (main): Disable for target remote.
13547 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13548 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13549 * gdb.threads/execl.exp (main): Likewise.
13550 * gdb.threads/fork-child-threads.exp (main): Likewise.
13551 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13552 remote.
13553 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13554 remote.
13555 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13556 pid.tid style ptids, instead of just tid.
13557 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13558 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13559 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13560 ptids, instead of just tid.
13561
3b2464a8
AB
135622015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13563
13564 * gdb.base/list.exp (test_list_forward): Add end of file error
13565 test.
13566 (test_repeat_list_command): Add end of file error test.
13567 (test_list_backwards): Add beginning of file error test.
13568
a0def019
AB
135692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13570
13571 * gdb.base/list.exp (test_list_invalid_args): New function,
13572 defined, and called.
13573
5c000dff
AB
135742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13575
13576 * gdb.base/list.exp (test_list): Make test names unique.
13577
f1637ebe
YQ
135782015-12-11 Yao Qi <yao.qi@linaro.org>
13579
13580 * gdb.base/coremaker2.c: Remove.
13581
36d6fc0a
PA
135822015-12-10 Pedro Alves <palves@redhat.com>
13583
13584 * gdb.multi/base.exp: Remove stale "spaces" references.
13585
762f7747
PA
135862015-12-10 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.multi/base.exp: Don't use nowarnings.
13589 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13590 * gdb.multi/hangout.c: Include stdio.h.
13591 * gdb.multi/hello.c: Include stdlib.h.
13592 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13593 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13594 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13595
28d2bfb9
AB
135962015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13597
13598 * gdb.dwarf2/dw2-ranges-base.c: New file.
13599 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13600 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13601 support additional line table, and debug ranges generation.
13602 (Dwarf::ranges): New function, generate .debug_ranges.
13603 (Dwarf::lines): Support generating simple line table programs.
13604 (Dwarf::assemble): Initialise new namespace variables.
13605
5fc2beac
KB
136062015-12-09 Kevin Buettner <kevinb@redhat.com>
13607
13608 * gdb.base/async.exp (proc test_background): Add case for
13609 asynchronous execution not supported.
13610
1c35a88f
LM
136112015-12-09 Luis Machado <lgustavo@codesourcery.com>
13612
13613 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13614 format and change test names to make them unique.
13615
b593e3d9
RK
136162015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13617 Pedro Alves <pedro@redhat.com>
13618
13619 PR gdb/18702
13620 Add checking of floatformats setup on x86_64 hosts.
13621 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13622 (smallval, bigval): New labels/constants.
13623 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13624 float" after loading bigval and smallval.
13625
d72413e6
PMR
136262015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13627
13628 * gdb.ada/fun_overload_menu.exp: New testcase.
13629 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13630
ece66d65
JS
136312015-12-04 Josh Stone <jistone@redhat.com>
13632
13633 * gdb.base/catch-fork-static.exp: New.
13634
41d0efca
YQ
136352015-12-03 Yao Qi <yao.qi@linaro.org>
13636
13637 * gdb.base/sizeof.c: Don't include stdio.h and
13638 ../lib/unbuffer_output.c.
13639 (main): New variable 'size' and 'value'. Remove printf and
13640 gdb_unbuffer_output. Assign return value to size and value.
13641 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13642 at the beginning.
13643 (check_sizeof): Check the result by printing variable 'size'.
13644 (check_valueof): Check the result by printing variable 'value'.
13645
99fd02d9
YQ
136462015-12-01 Yao Qi <yao.qi@linaro.org>
13647
13648 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13649 for aarch64*-*-linux* target.
13650
f2faf941
PA
136512015-11-30 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13654
04bf20c5
PA
136552015-11-30 Pedro Alves <palves@redhat.com>
13656
13657 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13658 Handle non-stop mode vCont replies.
13659
09df4675
PA
136602015-11-30 Pedro Alves <palves@redhat.com>
13661
13662 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13663 prepare_for_testing. Start gdb with "set non-stop on" appended to
13664 GDBFLAGS. Lax expected stop output.
13665
58b584af
YQ
136662015-11-27 Yao Qi <yao.qi@linaro.org>
13667
13668 * gdb.arch/arm-neon.exp: New.
13669 * gdb.arch/arm-neon.c: New.
13670
dfcb77a8
YQ
136712015-11-27 Yao Qi <yao.qi@linaro.org>
13672
13673 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13674
88e8ec1b
YQ
136752015-11-27 Yao Qi <yao.qi@linaro.org>
13676
13677 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13678 frames-invalid annotation.
13679
bfde72c2
YQ
136802015-11-27 Yao Qi <yao.qi@linaro.org>
13681
13682 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13683
f6512a69
SM
136842015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13685
13686 * gdb.threads/names.exp: New file.
13687 * gdb.threads/names.c: New file.
13688 * README: Mention gdb,no_thread_names.
13689
46a3515b
MM
136902015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13691
13692 PR 19297
13693 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13694 support" error.
13695
62147a22
PA
136962015-11-24 Pedro Alves <palves@redhat.com>
13697
13698 PR 17539
13699 * gdb.base/display.exp: Expect displays to be sorted in ascending
13700 order. Use multi_line.
13701 * gdb.base/solib-display.exp: Likewise.
13702
2f341b6e
PA
137032015-11-24 Pedro Alves <palves@redhat.com>
13704
13705 PR 17539
25d49b86
PA
13706 * gdb.base/display.exp: Expect displays to be sorted in ascending
13707 order. Use multi_line.
13708 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13709
7e0aa6aa
PA
137102015-11-24 Pedro Alves <palves@redhat.com>
13711
13712 PR 17539
13713 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13714 threads in ascending order.
13715 * gdb.base/foll-fork.exp: Likewise.
13716 * gdb.base/foll-vfork.exp: Likewise.
13717 * gdb.base/multi-forks.exp: Likewise.
13718 * gdb.mi/mi-nonstop.exp: Likewise.
13719 * gdb.mi/mi-nsintrall.exp: Likewise.
13720 * gdb.multi/base.exp: Likewise.
13721 * gdb.multi/multi-arch.exp: Likewise.
13722 * gdb.python/py-inferior.exp: Likewise.
13723 * gdb.threads/break-while-running.exp: Likewise.
13724 * gdb.threads/execl.exp: Likewise.
13725 * gdb.threads/gcore-thread.exp: Likewise.
13726 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13727 * gdb.threads/kill.exp: Likewise.
13728 * gdb.threads/linux-dp.exp: Likewise.
13729 * gdb.threads/multiple-step-overs.exp: Likewise.
13730 * gdb.threads/next-bp-other-thread.exp: Likewise.
13731 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13732 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13733 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13734 * gdb.threads/thread-find.exp: Likewise.
13735 * gdb.threads/tls.exp: Likewise.
13736 * lib/mi-support.exp (mi_reverse_list): Delete.
13737 (mi_check_thread_states): No longer reverse list.
13738
2cc57ad8
PA
137392015-11-24 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13742 use lowercase.
13743
c93e8391
SM
137442015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13745
13746 * gdb.trace/actions.c: Include trace-common.h.
13747 (main): Add a location for a fast tracepoint.
13748 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13749 the normal tracepoints.
13750 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13751
045ccf91
SM
137522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13753
13754 * save-trace.exp: Factor out code to these...
13755 (gdb_save_tracepoints): New.
13756 (gdb_load_tracepoints): New.
13757 (do_save_load_test): New.
13758
5506f9f6
KB
137592015-11-23 Kevin Buettner <kevinb@redhat.com>
13760
13761 * gdb.base/asmlabel.exp: New test.
13762 * gdb.base/asmlabel.c: New test case.
13763
16c3b12f
JB
137642015-11-23 Joel Brobecker <brobecker@adacore.com>
13765
13766 * gdb.base/wrong_frame_bt_full-main.c: New file.
13767 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13768 * gdb.base/wrong_frame_bt_full.exp: New file.
13769
155bfbd3
JB
137702015-11-23 Joel Brobecker <brobecker@adacore.com>
13771
13772 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13773
bb097445
JM
137742015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13775
206853a0 13776 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13777 pstate register when comparing registers values in
13778 sparc64-*-linux-gnu targets to avoid spurious differences.
13779
9c88ed8f
JM
137802015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13781
206853a0 13782 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13783
96161e25
SL
137842015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13785
13786 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13787 as type argument to gdb_compile.
13788 * gdb.base/nested-subp2.exp: Likewise.
13789 * gdb.base/nested-subp3.exp: Likewise.
13790
340c2830
DV
137912015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13792
13793 * lib/dwarf.exp (_note): Fix left shift of negative value.
13794 * gdb.trace/trace-condition.exp: Likewise.
13795
c1862d0f
YQ
137962015-11-13 Yao Qi <yao.qi@linaro.org>
13797
13798 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13799 comments about d10v.
13800 (test_scalar_returns): Likewise.
13801 * gdb.base/d10v.ld: Remove.
13802 * gdb.base/overlays.exp: Remove the target triplet checking for
13803 d10v-*-*.
13804 * gdb.base/structs.exp (test_struct_returns): Remove the
13805 comments about d10v.
13806 (test_struct_calls): Likewise.
13807
77ae9c19
YQ
138082015-11-13 Yao Qi <yao.qi@linaro.org>
13809
13810 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13811 * gdb.base/gnu_vector.c: Don't include stdio.h.
13812 (main): Don't print res and call add_some_intvecs.
13813
430e004e
MK
138142015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13815
13816 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13817 macro.
13818 (func5): Removed.
13819 (func4): Use FAST_TRACEPOINT_LABEL.
13820 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13821 macro.
13822 (func): Removed.
13823 (thread_function): Use FAST_TRACEPOINT_LABEL.
13824 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13825 (func): Remove.
13826 (marker): Use FAST_TRACEPOINT_LABEL.
13827 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13828 (pendfunc1): Remove.
13829 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13830 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13831 (foo): Remove.
13832 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13833 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13834 macro.
13835 (func): Remove.
13836 (marker): Use FAST_TRACEPOINT_LABEL.
13837 * gdb.trace/trace-common.h: New header.
13838 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13839 macro.
13840 (func): Remove.
13841 (marker): Use FAST_TRACEPOINT_LABEL.
13842 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13843 (func): Remove.
13844 (thread_function): Use FAST_TRACEPOINT_LABEL.
13845
6e7675a7
MK
138462015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13847
13848 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13849 in front.
13850 * gdb.trace/change-loc.exp: Use global pcreg definition.
13851 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13852 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13853 in front.
13854 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13855 * gdb.trace/pending.exp: Likewise.
13856 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13857 * gdb.trace/trace-break.exp: Likewise.
13858 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13859 in front.
13860 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13861 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13862 in front.
13863 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13864
dddc0e16
JB
138652015-11-09 Joel Brobecker <brobecker@adacore.com>
13866
13867 * gdb.ada/fin_fun_out: New testcase.
13868
c6f0b406
KB
138692015-11-07 Kevin Buettner <kevinb@redhat.com>
13870
13871 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13872 value associated with DW_AT_byte_size.
13873 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13874 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13875 DW_AT_upper_bound.
13876
f01dcfd9
KB
138772015-11-07 Kevin Buettner <kevinb@redhat.com>
13878
13879 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13880 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13881 version.
13882 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13883 gdb.dwarf2/dw2-canonicalize-type.exp,
13884 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13885 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13886 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13887 provided by gdb_target_symbol_prefix_flags_asm.
13888 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13889 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13890 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13891 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13892 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13893 macros where needed). Use this macro for symbols which require
13894 the prefix provided by SYMBOL_PREFIX.
13895
2223449a
KB
138962015-11-05 Kevin Buettner <kevinb@redhat.com>
13897
13898 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13899 New procs.
13900 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13901 representing expressions, of more than one list element.
13902 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13903 to prepend linker symbol prefix to f.
13904 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13905 table_1 and table_2.
13906 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13907 Likewise, for f and g.
13908 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13909 for ptr.
13910 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13911 for main.
13912 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13913 table_1_ptr and table_2_ptr.
13914
6f2f1a3a
JK
139152015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13916 Joel Brobecker <brobecker@adacore.com>
13917
13918 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13919
566c56c9
MK
139202015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13921
13922 * gdb.reverse/s390-mvcle.c: New test.
13923 * gdb.reverse/s390-mvcle.exp: New file.
13924 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13925
d5f0636b
MK
139262015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13927
13928 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13929
7ad8b86c
MK
139302015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13931
13932 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13933 reaching marker2.
13934 * gdb.reverse/getresuid-reverse.exp: Likewise.
13935 * gdb.reverse/pipe-reverse.exp: Likewise.
13936 * gdb.reverse/readv-reverse.exp: Likewise.
13937 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13938 * gdb.reverse/time-reverse.exp: Likewise.
13939 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13940
4081c0f1
YQ
139412015-10-30 Yao Qi <yao.qi@linaro.org>
13942
13943 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13944 (empty_cycle): Remove.
13945 (main): Don't call empty_cycle. Don't use watch_count_done.
13946 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13947 empty_cycle. Rewrite the code counting HW watchpoints.
13948
452b4ba5
MK
139492015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13950
13951 * gdb.reverse/fstatat-reverse.c: New test.
13952 * gdb.reverse/fstatat-reverse.exp: New file.
13953 * gdb.reverse/getresuid-reverse.c: New test.
13954 * gdb.reverse/getresuid-reverse.exp: New file.
13955 * gdb.reverse/pipe-reverse.c: New test.
13956 * gdb.reverse/pipe-reverse.exp: New file.
13957 * gdb.reverse/readv-reverse.c: New test.
13958 * gdb.reverse/readv-reverse.exp: New file.
13959 * gdb.reverse/recvmsg-reverse.c: New test.
13960 * gdb.reverse/recvmsg-reverse.exp: New file.
13961 * gdb.reverse/time-reverse.c: New test.
13962 * gdb.reverse/time-reverse.exp: New file.
13963 * gdb.reverse/waitpid-reverse.c: New test.
13964 * gdb.reverse/waitpid-reverse.exp: New file.
13965
5e2e7507
JK
139662015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13967
13968 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13969
0fde2c53
DE
139702015-10-26 Doug Evans <dje@google.com>
13971
13972 PR symtab/17391
13973 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13974 * gdb.dwarf2/bad-regnum.c: New file.
13975 * gdb.dwarf2/bad-regnum.exp: New file.
13976
1a70ae97
DE
139772015-10-26 Doug Evans <dje@google.com>
13978
13979 PR python/18938
13980 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13981 file.
13982
27dc26ab
JK
139832015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13984
13985 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13986 for a change by "Mention language in compile error message".
13987
bed91f4d
SM
139882015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13989
13990 PR python/18073
13991 * gdb.python/py-type.c (C::a_method): New.
13992 (C::a_const_method): New.
13993 (C::a_static_method): New.
13994 (a_function): New.
13995 * gdb.python/py-type.exp (test_fields): Test getting fields
13996 from function and method.
13997
3f2f83dd
KB
139982015-10-21 Keven Boell <keven.boell@intel.com>
13999
14000 * gdb.fortran/vla-alloc-assoc.exp: New file.
14001 * gdb.fortran/vla-datatypes.exp: New file.
14002 * gdb.fortran/vla-datatypes.f90: New file.
14003 * gdb.fortran/vla-history.exp: New file.
14004 * gdb.fortran/vla-ptype-sub.exp: New file.
14005 * gdb.fortran/vla-ptype.exp: New file.
14006 * gdb.fortran/vla-sizeof.exp: New file.
14007 * gdb.fortran/vla-sub.f90: New file.
14008 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14009 * gdb.fortran/vla-value-sub-finish.exp: New file.
14010 * gdb.fortran/vla-value-sub.exp: New file.
14011 * gdb.fortran/vla-value.exp: New file.
14012 * gdb.fortran/vla-ptr-info.exp: New file.
14013 * gdb.mi/mi-vla-fortran.exp: New file.
14014 * gdb.mi/vla.f90: New file.
14015
27145d50
SL
140162015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14017
14018 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14019 of hardwired timeout value.
14020
5f3ff4f8
JK
140212015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14022 Pedro Alves <palves@redhat.com>
14023
14024 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14025 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14026
bfd09d20
JS
140272015-10-19 Josh Stone <jistone@redhat.com>
14028
14029 * gdb.base/catch-syscall.c: Include <sched.h>.
14030 (unknown_syscall): New variable.
14031 (main): Trigger a vfork and an unknown syscall.
14032 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14033 (unknown_syscall_number): Likewise.
14034 (check_call_to_syscall): Accept an optional syscall pattern.
14035 (check_return_from_syscall): Likewise.
14036 (check_continue): Likewise.
14037 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14038 (test_catch_syscall_skipping_return): New test toggling off 'catch
14039 syscall' to step over the syscall return, then toggling back on.
14040 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14041 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14042 (do_syscall_tests): Call test_catch_syscall_without_args and
14043 test_catch_syscall_mid_vfork.
14044 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14045 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14046
b32b93c6
AS
140472015-10-19 Andrew Stubbs <ams@codesourcery.com>
14048
14049 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14050 print g_vE): Add new pass patterns.
14051 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14052 print various symbol names for vptr fields.
14053
9d622bda
AB
140542015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14055
14056 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14057 results.
14058
0fd8ac1c
YQ
140592015-10-12 Yao Qi <yao.qi@linaro.org>
14060
14061 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14062
34240514
YQ
140632015-10-12 Yao Qi <yao.qi@linaro.org>
14064
14065 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14066 is aarch64*-*-linux*.
14067
8240f442
YQ
140682015-10-12 Yao Qi <yao.qi@linaro.org>
14069
14070 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14071 (can_relocate_bcond_true): ... it.
14072 (can_relocate_bcond_false): New function.
14073 (foo): Likewise.
14074 (can_relocate_bl): Likewise.
14075 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14076 can_relocate_bl.
14077
2520f728
PMR
140782015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14079
14080 * gdb.base/nested-addr.c: New file.
14081 * gdb.base/nested-addr.exp: New testcase.
14082
abcef95a
MM
140832015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14084
14085 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14086 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14087 its output. Ignore the output of "record goto begin" and instead
14088 check that GDB is replaying.
14089
145e3ddb
PA
140902015-10-09 Pedro Alves <palves@redhat.com>
14091
14092 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14093 (top level): Use it in the run with no args test.
14094
d5d8c4e1
IB
140952015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14096
14097 * gdb.dlang/properties.exp: New file.
14098
06e635ef
SL
140992015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14100
14101 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14102 whether or not address 0x1000 is mapped on the target.
14103
e019fd1d
SM
141042015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14105
14106 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14107 build.
14108
77ba2a67
MM
141092015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14110
14111 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14112 instruction-history test.
14113
c60eb31f
DE
141142015-09-28 Doug Evans <dje@google.com>
14115
14116 * gdb.base/gcore.c (array_func): Add reference to static_array.
14117
9a3c8263
SM
141182015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14119
14120 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14121 source line.
14122
9720e656
SL
141232015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14124
14125 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14126 short or char as base type.
14127
938d3bf2
SL
141282015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14129
14130 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14131 to allow any size enum.
14132
e6c2c623
PMR
141332015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14134
14135 * gdb.ada/array_ptr_renaming.exp: New testcase.
14136 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14137 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14138
06da0f77
PL
141392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14140
14141 * gdb.trace/ftrace-lock.c: New file.
14142 * gdb.trace/ftrace-lock.exp: New file.
14143
4f51c22a
PL
141442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14145
14146 * gdb.arch/insn-reloc.c: New file.
14147 * gdb.arch/ftrace-insn-reloc.exp: New file.
14148
7041adf4
PL
141492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14150
14151 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14152 instruction.
14153 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14154 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14155 * gdb.trace/range-stepping.c: Likewise.
14156 * gdb.trace/trace-break.c: Likewise.
14157 * gdb.trace/trace-mt.c (thread_function): Likewise.
14158 * gdb.trace/ftrace.c (marker): Likewise.
14159 * gdb.trace/trace-condition.c (marker): Likewise.
14160 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14161 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14162 is_aarch64_target.
14163
015d2e7e
DE
141642015-09-18 Doug Evans <xdje42@gmail.com>
14165
14166 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14167 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14168
26b188a2
SL
141692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14170
14171 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14172 the breakpoint.
14173
79dc332b
SL
141742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14175
14176 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14177 the pending breakpoint. Remove timeout override for "Run till
14178 MI pending breakpoint on pendfunc3 on thread 2" test.
14179
f57929f2
SL
141802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14181
14182 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14183 filename pattern.
14184
3f469b17
SL
141852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14186
14187 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14188 in breakpoint filename pattern.
14189
515b89b3
SL
141902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14191
7800dbe4
SL
14192 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14193
141942015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14195
515b89b3
SL
14196 * gdb.linespec/explicit.exp: Check for readline support for
14197 tab-completion tests. Fix obvious typo.
14198
d2939ba2
MM
141992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14200
14201 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14202 and replay.
14203
cbb55fa7
MM
142042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14205
14206 * gdb.btrace/non-stop.c: New.
14207 * gdb.btrace/non-stop.exp: New.
14208
43691ca1
PL
142092015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14210 Yao Qi <yao.qi@linaro.org>
14211
14212 * gdb.trace/trace-condition.c: New file.
14213 * gdb.trace/trace-condition.exp: New file.
14214
d78908cf
WW
142152015-09-16 Wei-cheng Wang <cole945@gmail.com>
14216
14217 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14218 for testing bytecode compilation.
14219
1ed415e2
PA
142202015-09-16 Pedro Alves <palves@redhat.com>
14221 Sandra Loosemore <sandra@codesourcery.com>
14222
14223 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14224 (SECONDS): Redefine.
14225 (main): Call pthread_kill and alarm early.
14226 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14227 support.
14228 (test): If the target can't hardware step and doesn't support
14229 displaced stepping, increase the timeout.
14230
d136eff5
PA
142312015-09-16 Pedro Alves <palves@redhat.com>
14232
14233 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14234 (enable_debug): New procedures.
14235 (test): Use them. Bail out if waiting for threads fails.
14236 (top level): Bail out if a test fails.
14237
991f019c
YQ
142382015-09-16 Yao Qi <yao.qi@linaro.org>
14239
14240 * gdb.asm/asm-source.exp: Set asm-arch for
14241 aarch64*-*-* target.
14242 * gdb.asm/aarch64.inc: New file.
14243
bfca584f
PMR
142442015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14245
14246 * gdb.ada/array_of_variable_length.exp: New testcase.
14247 * gdb.ada/array_of_variable_length/foo.adb: New file.
14248 * gdb.ada/array_of_variable_length/pck.adb: New file.
14249 * gdb.ada/array_of_variable_length/pck.ads: New file.
14250
b326e587
DE
142512015-09-15 Doug Evans <dje@google.com>
14252
14253 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14254 of function static local variable.
14255
5382cfab
PW
142562015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14257
14258 * gdb.threads/tls-so_extern.exp: New test file.
14259 * gdb.threads/tls-so_extern.c: New test file.
14260 * gdb.threads/tls-so_extern_main.c: New test file.
14261
141c5cc4
JK
142622015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14263
14264 * gdb.opt/solib-intra-step-lib.c: New file.
14265 * gdb.opt/solib-intra-step-main.c: New file.
14266 * gdb.opt/solib-intra-step.exp: New file.
14267
d15dcecd
PA
142682015-09-15 Pedro Alves <palves@redhat.com>
14269
14270 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14271 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14272
4c2f2a79
PA
142732015-09-14 Pedro Alves <palves@redhat.com>
14274
14275 * gdb.base/hook-stop-continue.c: Delete.
14276 * gdb.base/hook-stop-continue.exp: Delete.
14277 * gdb.base/hook-stop-frame.c: Delete.
14278 * gdb.base/hook-stop-frame.exp: Delete.
14279 * gdb.base/hook-stop.c: New file.
14280 * gdb.base/hook-stop.exp: New file.
14281
919e6dbe
PMR
142822015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14283
14284 * gdb.ada/access_to_packed_array.exp: New testcase.
14285 * gdb.ada/access_to_packed_array/foo.adb: New file.
14286 * gdb.ada/access_to_packed_array/pack.adb: New file.
14287 * gdb.ada/access_to_packed_array/pack.ads: New file.
14288
157280a4
MM
142892015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14290
14291 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14292 buffer size test.
14293
2fd33e94
DB
142942015-09-11 Don Breazeal <donb@codesourcery.com>
14295
14296 * gdb.base/foll-exec.c: Add copyright header. Fix
14297 formatting issues.
14298 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14299 (do_exec_tests): Use clean_restart in place of zap_session,
14300 and for test initialization. Fix formatting issues. Use
14301 fail in place of perror.
14302 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14303 an expect statement to match an expression with output from
14304 the program under debug.
14305 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14306 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14307 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14308 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14309 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14310
e70b6e8e
DE
143112015-09-09 Doug Evans <dje@google.com>
14312
14313 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14314
7a551a51
DE
143152015-09-09 Doug Evans <dje@google.com>
14316
14317 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14318
4c666f84
DE
143192015-09-09 Doug Evans <dje@google.com>
14320
14321 * gdb.base/savedregs.exp: Fix typo.
14322
243a9253
PA
143232015-09-09 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14326
c0fa8fbd
SL
143272015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14328
14329 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14330 command actually switches threads. Give up on remaining
14331 tests if target fails to stop at breakpoint.
14332
cd7c1778
PMR
143332015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14334
14335 * gdb.ada/funcall_char.exp: New testcase.
14336 * gdb.ada/funcall_char/foo.adb: New file.
14337
dc5c8746
PMR
143382015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14339
14340 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14341 expected outputs. Add two testcases for completing ambiguous
14342 functions.
14343 * gdb.ada/complete/aux_pck.adb: New file.
14344 * gdb.ada/complete/aux_pck.ads: New file.
14345 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14346 Ambiguous_Func functions.
14347 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14348 * gdb.ada/complete/pck.adb: Likewise.
14349
4e83a1e7
UW
143502015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14351
14352 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14353 failures to run the test program under GDB.
14354
8ce74153
LM
143552015-08-26 Luis Machado <lgustavo@codesourcery.com>
14356
14357 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14358 to C.
14359
e9756d52
PP
143602015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14361
14362 * gdb.base/run-after-attach.exp: New test file.
14363 * gdb.base/run-after-attach.c: New test file.
14364
8d37573b
DB
143652015-08-26 Don Breazeal <donb@codesourcery.com>
14366
14367 * gdb.base/foll-exec-2.c: New test program.
14368 * gdb.base/foll-exec-2.exp: New test.
14369
63e43d3a
PMR
143702015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14371
14372 * gdb.base/nested-subp1.exp: New file.
14373 * gdb.base/nested-subp1.c: New file.
14374 * gdb.base/nested-subp2.exp: New file.
14375 * gdb.base/nested-subp2.c: New file.
14376 * gdb.base/nested-subp3.exp: New file.
14377 * gdb.base/nested-subp3.c: New file.
14378
3d40fbb5
PA
143792015-08-24 Pedro Alves <palves@redhat.com>
14380
14381 * gdb.server/connect-without-multi-process.c: New file.
14382 * gdb.server/connect-without-multi-process.exp: New file.
14383
4422ac93
LM
143842015-08-24 Luis Machado <lgustavo@codesourcery.com>
14385
14386 * gdb.opt/inline-markers.c: Make z int.
14387
91dddb86
LM
143882015-08-24 Luis Machado <lgustavo@codesourcery.com>
14389
14390 * gdb.opt/inline-markers.c: Make z volatile.
14391
a48847ee
LM
143922015-08-24 Luis Machado <lgustavo@codesourcery.com>
14393
14394 * gdb.opt/inline-bt.c: New volatile global z.
14395 * gdb.opt/inline-cmds.c: Likewise.
14396 * gdb.opt/inline-locals.c: Likewise.
14397 * gdb.opt/inline-markers.c: New extern global z.
14398 (marker): Use z.
14399 (inline_fn): Likewise.
14400
0ebbc52b
PA
144012015-08-24 Pedro Alves <palves@redhat.com>
14402
14403 * config/m32r-stub.exp: Remove file.
14404 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14405 * gdb.base/call-rt-st.exp: Likewise.
14406 * gdb.base/call-strs.exp: Likewise.
14407 * gdb.base/default.exp: Remove references to h8300-*-hms and
14408 *-*-udi*.
14409 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14410
77c365df
AA
144112015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14412
14413 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14414 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14415 and "return" use KFAIL when GDB can not read/write the vector
14416 return value.
14417
4313b8c0
GB
144182015-08-21 Gary Benson <gbenson@redhat.com>
14419
14420 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14421
0e433b32
PA
144222015-08-20 Pedro Alves <palves@redhat.com>
14423
14424 * gdb.server/solib-list.exp: No longer expect an interior stop in
14425 non-stop mode.
14426
221e1a37
PA
144272015-08-20 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.server/connect-stopped-target.c: New file.
14430 * gdb.server/connect-stopped-target.exp: New file.
14431
40e3ad0e
PA
144322015-08-20 Pedro Alves <palves@redhat.com>
14433
14434 * gdb.dwarf2/comp-unit-lang.exp: New file.
14435 * gdb.dwarf2/comp-unit-lang.c: New file.
14436
af39b327
PMR
144372015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14438
14439 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14440 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14441
7d45c7c3 144422015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14443
7d45c7c3
KB
14444 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14445 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14446
4d6cceb4
DE
144472015-08-18 Doug Evans <dje@google.com>
14448 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14449
14450 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14451 skip_python_tests. New arg prompt_regexp.
14452 (skip_python_tests): New function.
14453 * lib/mi-support.exp (mi_skip_python_tests): New function.
14454 * gdb.python/py-mi-objfile-gdb.py: New file.
14455 * gdb.python/py-mi-objfile.c: New file.
14456 * gdb.python/py-mi-objfile.exp: New file.
14457
ad89c2aa
KS
144582015-08-17 Keith Seitz <keiths@redhat.com>
14459
14460 * gdb.linespec/explicit.exp: Move strace test from here ...
14461 * gdb.trace/strace.exp: ... to here.
14462
e3ae3c43
PP
144632015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14464
14465 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14466 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14467
604b2636
DE
144682015-08-14 Doug Evans <xdje42@gmail.com>
14469
14470 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14471 inferior before selecting a new file.
14472
6ff0ba5f
DE
144732015-08-14 Doug Evans <xdje42@gmail.com>
14474
14475 * gdb.mi/mi-disassemble.exp: Update.
14476 * gdb.base/disasm-optim.S: New file.
14477 * gdb.base/disasm-optim.c: New file.
14478 * gdb.base/disasm-optim.h: New file.
14479 * gdb.base/disasm-optim.exp: New file.
14480
9ca98f92
KS
144812015-08-14 Keith Seitz <keiths@redhat.com>
14482
14483 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14484 "evaluated-by".
14485
52bbc560
JB
144862015-08-13 Joel Brobecker <brobecker@adacore.com>
14487
14488 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14489
5d8c3ed3
PMR
144902015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14491
14492 * gdb.ada/fun_renaming.exp: New testcase.
14493 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14494 * gdb.ada/fun_renaming/pack.adb: New file.
14495 * gdb.ada/fun_renaming/pack.ads: New file.
14496
ea8812bc
KS
144972015-08-12 Keith Seitz <keiths@redhat.com>
14498
14499 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14500 gdb_get_line_number.
14501
4dafcdeb
JB
145022015-08-12 Joel Brobecker <brobecker@adacore.com>
14503
14504 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14505 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14506 gdb.base/dso2dso.exp: New files.
14507
5ba32597
SDJ
145082015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14509 Pedro Alves <palves@redhat.com>
14510 Keith Seitz <keiths@redhat.com>
14511
14512 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14513 GDBFLAGS.
14514
b6dafabf
PP
145152015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14516
14517 * gdb.base/gdbhistsize-history.exp
14518 (test_histsize_history_setting): Use save_vars.
14519 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14520 Use save_vars.
14521 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14522 * gdb.base/readline.exp: Use save_vars.
14523
abe8e607
PP
145242015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14525
14526 * lib/gdb.exp (save_vars): New proc.
14527
629500fa
KS
145282015-08-11 Keith Seitz <keiths@redhat.com>
14529
14530 * gdb.base/help.exp: Update help_breakpoint_text.
14531
eb8c4e2e
KS
145322015-08-11 Keith Seitz <keiths@redhat.com>
14533
14534 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14535 (at toplevel): Call test_explicit_breakpoints.
14536 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14537 breakpoints.
14538 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14539 breakpoint conditions, "-cond".
14540
87f0e720
KS
145412015-08-11 Keith Seitz <keiths@redhat.com>
14542
14543 * gdb.linespec/3explicit.c: New file.
14544 * gdb.linespec/cpexplicit.cc: New file.
14545 * gdb.linespec/cpexplicit.exp: New file.
14546 * gdb.linespec/explicit.c: New file.
14547 * gdb.linespec/explicit.exp: New file.
14548 * gdb.linespec/explicit2.c: New file.
14549 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14550 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14551 before using in the matching pattern.
14552 Clarify that `prefix' is a regular expression.
14553
f00aae0f
KS
145542015-08-11 Keith Seitz <keiths@redhat.com>
14555
14556 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14557 test.
14558 Add tests for missing ",FMT" and ",".
14559
e27852be
DE
145602015-08-10 Doug Evans <dje@google.com>
14561 Keith Seitz <keiths@redhat.com>
14562
14563 PR gdb/17960
14564 * gdb.base/completion.exp: Add location completer tests.
14565
7f03bd92
PA
145662015-08-07 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14569 tests here.
14570 (top level): Run do_test with and without displaced stepping.
14571
3fc8eb30
PA
145722015-08-07 Pedro Alves <palves@redhat.com>
14573
14574 * gdb.base/valgrind-disp-step.c: New file.
14575 * gdb.base/valgrind-disp-step.exp: New file.
14576
d4569d7b
PA
145772015-08-07 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14580 Delete function.
14581 (main): Add alarm. Run an infinite loop instead of calling
14582 wait_threads.
14583 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14584 comment.
14585 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14586 Delete function.
14587 (main): Add alarm. Run an infinite loop instead of calling
14588 wait_threads.
14589 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14590 comment.
14591
e1316e60
PA
145922015-08-07 Pedro Alves <palves@redhat.com>
14593
14594 * gdb.base/checkpoint-ns.exp: New file.
14595 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14596 standard_testfile.
14597
da8c46d2
MM
145982015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14599
14600 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14601 * gdb.btrace/instruction_history.exp: Update.
14602 * gdb.btrace/tsx.exp: New.
14603 * gdb.btrace/tsx.c: New.
14604
de1c2c52
PA
146052015-08-06 Pedro Alves <palves@redhat.com>
14606
14607 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14608 increase timeout.
14609 * gdb.reverse/until-precsave.exp: Bump timeouts.
14610
782e0bf4
PA
146112015-08-06 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14614
83e97ed0
PA
146152015-08-06 Pedro Alves <palves@redhat.com>
14616
14617 PR gdb/18749
14618 * gdb.threads/process-dies-while-handling-bp.c: New file.
14619 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14620
863d01bd
PA
146212015-08-06 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14624 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14625
0a39bb32
PA
146262015-08-05 Pedro Alves <palves@redhat.com>
14627
14628 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14629 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14630
ee2d2b10
SL
146312015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14632
14633 * gdb.base/bp-permanent.exp: Report test as unsupported if
14634 the target cannot stop at the permanent breakpoint.
14635
4e1bdb00
DE
146362015-08-03 Doug Evans <dje@google.com>
14637
14638 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14639 10000.
14640
3d338901
DE
146412015-08-03 Doug Evans <dje@google.com>
14642
14643 * Makefile.in (workers/%.worker, build-perf): New rule.
14644 (GDB_PERFTEST_MODE): New variable.
14645 (check-perf): Use it.
14646 (clean): Clean up gdb.perf parallel build subdirs.
14647 * lib/build-piece.exp: New file.
14648 * lib/gdb.exp (make_gdb_parallel_path): New function
14649 (standard_output_file, standard_temp_file): Call it.
14650 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14651 of $GDB_PARALLEL.
14652 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14653
af061d3e
DE
146542015-08-03 Doug Evans <dje@google.com>
14655
8e1afc81 14656 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14657 (LOG_FILE_NAME): New global.
14658 (TextReporter.__init__): Initialize self.txt_sum.
14659 (TextReporter.report): Add support for multiple data-points.
14660 Move report to perftest.sum, put raw data in perftest.log.
14661 (TextReporter.start): Open sum and log files.
14662 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14663 * gdb.perf/lib/perftest/testresult.py
14664 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14665
2c8c5d37
PA
146662015-07-31 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14669 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14670 kill_wait_spawned_process instead of explicit "kill -9".
14671 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14672 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14673 kill_wait_spawned_process.
14674 * gdb.base/attach-twice.exp: Likewise.
14675 * gdb.base/attach.exp: Likewise.
14676 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14677 gdb_test_multiple.
14678 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14679 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14680 kill_wait_spawned_process.
14681 * gdb.base/valgrind-infcall.exp: Likewise.
14682 * gdb.multi/multi-attach.exp: Likewise.
14683 * gdb.python/py-prompt.exp: Likewise.
14684 * gdb.python/py-sync-interp.exp: Likewise.
14685 * gdb.server/ext-attach.exp: Likewise.
14686 * gdb.threads/attach-into-signal.exp (corefunc): Use
14687 spawn_wait_for_attach, spawn_id_get_pid and
14688 kill_wait_spawned_process.
14689 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14690 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14691 spawn_id_get_pid and kill_wait_spawned_process.
14692 * gdb.threads/attach-stopped.exp (corefunc): Use
14693 spawn_wait_for_attach, spawn_id_get_pid and
14694 kill_wait_spawned_process.
14695 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14696 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14697 kill_wait_spawned_process instead of explicit "kill -9".
14698 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14699 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14700 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14701 processes. Don't map cygwin/windows pids here. Now returns a
14702 spawn id list.
14703
032a0fca
SL
147042015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14705
14706 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14707 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14708 correct patch.
14709
61a934ca
SL
147102015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14711
14712 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14713
4bc4d428
SL
147142015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14715
14716 Reapply:
14717 2014-05-21 Mark Wielaard <mjw@redhat.com>
14718
14719 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14720
998d452a
PA
147212015-07-30 Pedro Alves <palves@redhat.com>
14722
14723 * linux-low.c (handle_extended_wait): Set the child's last
14724 reported status to TARGET_WAITKIND_STOPPED.
14725
69dde7dc
PA
147262015-07-30 Pedro Alves <palves@redhat.com>
14727
14728 PR threads/18600
14729 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14730 only shows inferior 1.
14731
4dd63d48
PA
147322015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14733 Pedro Alves <palves@redhat.com>
14734
14735 PR threads/18600
14736 * gdb.threads/fork-plus-threads.c: New file.
14737 * gdb.threads/fork-plus-threads.exp: New file.
14738
d618e4c5
PP
147392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14740
14741 * gdb.base/batch-preserve-term-settings.exp
14742 (test_terminal_settings_preserved_after_cli_exit): Use
14743 send_quit_command.
14744
1eef6428
PA
147452015-07-29 Pedro Alves <palves@redhat.com>
14746 Don Breazeal <donb@codesourcery.com>
14747
14748 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14749 output from both inferior_spawn_id and gdb_spawn_id.
14750
7da5b897
SDJ
147512015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14752
14753 * gdb.threads/attach-into-signal.exp (corefunc): Use
14754 with_test_prefix on nested loops, uniquefying the test messages.
14755
dac804df
SDJ
147562015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14757
14758 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14759 commit.
14760
06265e53
PP
147612015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14762
14763 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14764 New proc.
14765 (test_terminal_settings_preserved_after_sigterm): New test.
14766
18206ca3
PP
147672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14768
14769 * gdb.base/batch-preserve-term-settings.exp
14770 (test_terminal_settings_preserved_after_cli_exit): New test.
14771
90074d11
PP
147722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14773
14774 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14775 manipulation of saved_gdbflags.
14776 (test_terminal_settings_preserved): Remove global declaration of
14777 the unused variable pagination_prompt. Remove manipulation of
14778 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14779 GDBFLAGS.
14780
eb1a7902
PA
147812015-07-29 Pedro Alves <palves@redhat.com>
14782
14783 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14784
8b75dd3b
PA
147852015-07-29 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14788 at the top.
14789
dedad4e3
PA
147902015-07-29 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14793 (main): Call gdb_unbuffer_output.
14794 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14795 (main): Call gdb_unbuffer_output.
14796 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14797 (main): Call gdb_unbuffer_output.
14798 * gdb.base/call-strs.exp: Adjust to step over the
14799 gdb_unbuffer_output call.
14800 * gdb.base/catch-gdb-caused-signals.c: Include
14801 "../lib/unbuffer_output.c".
14802 (main): Call gdb_unbuffer_output.
14803 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14804 (main): Call gdb_unbuffer_output.
14805 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14806 (main): Call gdb_unbuffer_output.
14807 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14808 (main): Call gdb_unbuffer_output.
14809 * gdb.base/shlib-call.exp: Adjust to step over the
14810 gdb_unbuffer_output call.
14811 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14812 (main): Call gdb_unbuffer_output.
14813 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14814 (main): Call gdb_unbuffer_output.
14815 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14816 (main): Rename to ...
14817 (test): ... this.
14818 (main): Reimplement.
14819 * gdb.base/varargs.exp: Run to test instead of to main.
14820 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14821 (main): Call gdb_unbuffer_output.
14822
58789a91
PA
148232015-07-29 Pedro Alves <palves@redhat.com>
14824
14825 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14826 factore out from mi_continue_dprintf. For call-style dprintfs,
14827 expect dprintf output out of $inferior_spawn_id.
14828 (mi_continue_dprintf): Use mi_expect_dprintf.
14829 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14830 (main): Call gdb_unbuffer_output.
14831
e8376742
PA
148322015-07-29 Pedro Alves <palves@redhat.com>
14833
14834 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14835 (default_mi_gdb_start): Set inferior_spawn_id instead of
14836 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14837 gdb_spawn_id.
14838 (mi_gdb_test): Always expect inferior output from both
14839 $inferior_spawn_id and $gdb_spawn_id.
14840
08280010
PA
148412015-07-29 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14844 send_inferior and $inferior_spawn_id.
14845
4d30e432
PA
148462015-07-29 Pedro Alves <palves@redhat.com>
14847
14848 * gdb.gdb/complaints.exp (test_initial_complaints)
14849 (test_serial_complaints, test_short_complaints): Use
14850 gdb_test_stdio.
14851 (test_empty_complaint): Handle $inferior_spawn_id !=
14852 $gdb_spawn_id.
14853
0d30a335
PA
148542015-07-29 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.base/varargs.exp: Use gdb_test_stdio.
14857
39413b29
PA
148582015-07-29 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14861
7cb000a9
PA
148622015-07-29 Pedro Alves <palves@redhat.com>
14863
14864 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14865
d7b8ac82
PA
148662015-07-29 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14869 parameter into two new parameters, "inf_result" and "gdb_result".
14870 Expect inferior output and gdb output from $inferior_spawn_id and
14871 $gdb_spawn_id, respectively. Adjust all callers.
14872
789c3a0c
PA
148732015-07-29 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14876 of gdb_test_sequence.
14877
77e760c3
PA
148782015-07-29 Pedro Alves <palves@redhat.com>
14879
14880 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14881 (saw_spurious_output): Expect inferior output from
14882 $inferior_spawn_id. Use gdb_test_stdio.
14883
8396d2cd
PA
148842015-07-29 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/dprintf.exp: Use standard_testfile. Change
14887 prepare_for_testing call.
14888 (srcfile): Don't set.
14889 (restart): New procedure.
14890 (test_dprintf): New procecure, use to continue over dprintfs.
14891 (test_call, test_agent): New procedures, tests moved here.
14892 Restart gdb and recreate dprintfs. Adjust expected output.
14893
2051d61f
PA
148942015-07-29 Pedro Alves <palves@redhat.com>
14895
14896 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14897
452397af
PA
148982015-07-29 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14901
8aed9555
PA
149022015-07-29 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14905 gdb_test_stdio.
14906
188a61b4
PA
149072015-07-29 Pedro Alves <palves@redhat.com>
14908
14909 * lib/gdb.exp (gdb_test_stdio): New procedure.
14910
12264a45
PA
149112015-07-29 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14914
23ffc893
PA
149152015-07-29 Pedro Alves <palves@redhat.com>
14916
14917 * gdb.base/call-signal-resume.exp: Remove check for
14918 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14919 * gdb.base/unwindonsignal.exp: Likewise.
14920 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14921 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14922
65566918
PA
149232015-07-29 Pedro Alves <palves@redhat.com>
14924
14925 * gdb.base/siginfo-addr.c (pass): New function.
14926 (handler): Call it iff si_addr is correct.
14927 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14928 Set a breakpoint at "pass" and continue to it.
14929
d60a9221
SDJ
149302015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14931
14932 * gdb.python/py-objfile.exp: Make some tests have unique names.
14933 * gdb.python/py-pp-registration.exp: Likewise.
14934
bde40b8f
PA
149352015-07-28 Pedro Alves <palves@redhat.com>
14936
14937 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14938
13e1dec8
SM
149392015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14940
14941 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14942
da33c9a7
SM
149432015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14944
14945 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14946
077836f7
PP
149472015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14948
14949 * gdb.base/gdb-sigterm-2.exp: New test.
14950
b8cc7b2e
DE
149512015-07-25 Doug Evans <xdje42@gmail.com>
14952
14953 Revert:
14954 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14955 (workers/%.worker, build-perf): New rule.
14956 (GDB_PERFTEST_MODE): New variable.
14957 (check-perf): Use it.
14958 (clean): Clean up gdb.perf parallel build subdirs.
14959 * lib/build-piece.exp: New file.
14960 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14961 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14962 name.
14963 (standard_temp_file): Ditto.
14964 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14965 of $GDB_PARALLEL.
14966
c8bd4544
DE
149672015-07-24 Doug Evans <dje@google.com>
14968
14969 * gdb.perf/lib/perftest/utils.py: New file.
14970 * gdb.perf/gm-hello.cc: New file.
14971 * gdb.perf/gm-pervasive-typedef.cc: New file.
14972 * gdb.perf/gm-pervasive-typedef.h: New file.
14973 * gdb.perf/gm-std.cc: New file.
14974 * gdb.perf/gm-std.h: New file.
14975 * gdb.perf/gm-use-cerr.cc: New file.
14976 * gdb.perf/gm-utils.h: New file.
14977 * gdb.perf/gmonster-null-lookup.py: New file.
14978 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14979 * gdb.perf/gmonster-print-cerr.py: New file.
14980 * gdb.perf/gmonster-ptype-string.py: New file.
14981 * gdb.perf/gmonster-runto-main.py: New file.
14982 * gdb.perf/gmonster-select-file.py: New file.
14983 * gdb.perf/gmonster1-null-lookup.exp: New file.
14984 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14985 * gdb.perf/gmonster1-print-cerr.exp: New file.
14986 * gdb.perf/gmonster1-ptype-string.exp: New file.
14987 * gdb.perf/gmonster1-runto-main.exp: New file.
14988 * gdb.perf/gmonster1-select-file.exp: New file.
14989 * gdb.perf/gmonster1.cc: New file.
14990 * gdb.perf/gmonster1.exp: New file.
14991 * gdb.perf/gmonster2-null-lookup.exp: New file.
14992 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14993 * gdb.perf/gmonster2-print-cerr.exp: New file.
14994 * gdb.perf/gmonster2-ptype-string.exp: New file.
14995 * gdb.perf/gmonster2-runto-main.exp: New file.
14996 * gdb.perf/gmonster2-select-file.exp: New file.
14997 * gdb.perf/gmonster2.cc: New file.
14998 * gdb.perf/gmonster2.exp: New file.
14999
6eab34f3
DE
150002015-07-24 Doug Evans <dje@google.com>
15001
15002 * gdb.perf/README: New file.
15003 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15004 * lib/gen-perf-test.exp: New file.
15005
63738bfd
DE
150062015-07-24 Doug Evans <dje@google.com>
15007
15008 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15009 (PerfTest::startup): New function.
15010 (PerfTest::run): Return result of calling body.
15011 (PerfTest::assemble): Rewrite.
15012 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15013 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15014 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15015 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15016 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15017
7b606f95
DE
150182015-07-24 Doug Evans <dje@google.com>
15019
15020 * lib/gdb.exp (clean_restart): Make executable optional.
15021
a97b16b8
DE
150222015-07-24 Doug Evans <dje@google.com>
15023
15024 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15025 compiler_info references.
15026 * gdb.cp/temargs.exp: Ditto.
15027 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15028 (get_compiler_info): Early exit if already computed. Set compiler_info
15029 to "unknown" if there was a problem.
15030 (test_compiler_info): Add function comment. Call get_compiler_info.
15031
35baa57f
DE
150322015-07-24 Doug Evans <dje@google.com>
15033
15034 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15035 (workers/%.worker, build-perf): New rule.
15036 (GDB_PERFTEST_MODE): New variable.
15037 (check-perf): Use it.
15038 (clean): Clean up gdb.perf parallel build subdirs.
15039 * lib/build-piece.exp: New file.
15040 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15041 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15042 name.
15043 (standard_temp_file): Ditto.
15044 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15045 of $GDB_PARALLEL.
15046
6ebea266
DE
150472015-07-24 Doug Evans <dje@google.com>
15048
15049 * lib/future.exp (gdb_default_target_compile): New option
15050 "early_flags".
15051 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15052 --as-needed.
15053
1e76a7e9
SDJ
150542015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15055
15056 * gdb.base/catch-syscall.exp: Call gdb_exit before
15057 gdb_skip_xml_test.
15058
5068630a
PA
150592015-07-24 Pedro Alves <palves@redhat.com>
15060
15061 * gdb.python/py-events.exp: Accept output between the stop event
15062 and the prompt.
15063 * gdb.python/py-evsignal.exp: Likewise.
15064 * gdb.python/py-evthreads.exp: Likewise.
15065
77598427
PA
150662015-07-24 Pedro Alves <palves@redhat.com>
15067
15068 PR gdb/18717
15069 * gdb.threads/non-ldr-exit.c: New file.
15070 * gdb.threads/non-ldr-exit.exp: New file.
15071
11e6c98f
YQ
150722015-07-24 Yao Qi <yao.qi@linaro.org>
15073
15074 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15075 restarting process.
15076
51aee833
YQ
150772015-07-24 Yao Qi <yao.qi@linaro.org>
15078
15079 * gdb.server/ext-restart.exp: New file.
15080
8cfe207c
YQ
150812015-07-24 Yao Qi <yao.qi@linaro.org>
15082
15083 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15084 argument options.
15085 * gdb.server/ext-wrapper.exp: New file.
15086
cc12ce38
DE
150872015-07-23 Doug Evans <dje@google.com>
15088
15089 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15090 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15091
d0d84780
PMR
150922015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15093
15094 * gdb.ada/var_arr_typedef.exp: New testcase.
15095 * gdb.ada/var_arr_typedef/pack.adb: New file.
15096 * gdb.ada/var_arr_typedef/pack.ads: New file.
15097 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15098
8b558f79
JB
150992015-07-20 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15102
775a3298
JK
151032015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15104
15105 * gdb.arch/i386-biarch-core.exp: Replace istarget
15106 by "complete set gnutarget". Remove expectation for the "core-file"
15107 command.
15108
db1ff28b
JK
151092015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15110
15111 Revert the previous commit:
15112 Tests for validate symbol file using build-id.
15113
0a94970d
JK
151142015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15115
15116 Tests for validate symbol file using build-id.
15117 * gdb.base/solib-mismatch-lib.c: New file.
15118 * gdb.base/solib-mismatch-libmod.c: New file.
15119 * gdb.base/solib-mismatch.c: New file.
15120 * gdb.base/solib-mismatch.exp: New file.
15121
03346981
SL
151222015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15123
15124 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15125 nios2-*-linux*.
15126 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15127 * gdb.base/siginfo.exp: Likewise.
15128 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15129
42422cc7
PL
151302015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15131
15132 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15133 Move it to ...
15134 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15135 ... here.
15136 * gdb.trace/range-stepping.exp: Check that the target supports
15137 range stepping.
15138
cfa68bae
JK
151392015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15140
15141 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15142
8ffdba26
PA
151432015-07-14 Pedro Alves <palves@redhat.com>
15144
15145 * gdb.base/killed-outside.exp: New file.
15146 * gdb.base/killed-outside.c: New file.
15147
218a5a11
JK
151482015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15149
15150 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15151 (n at main): New.
15152 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15153
e03ed3c6
AA
151542015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15155
15156 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15157 infcall tests instead of setting up for KFAIL.
15158
485668e5
MM
151592015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15160
15161 * gdb.btrace/record_goto-step.exp: New.
15162
08464196
JK
151632015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15164
15165 PR compile/18484
15166 * gdb.compile/compile.c (struct struct_type): Add volatile to
15167 selffield's type.
15168 * gdb.compile/compile.exp
15169 (compile code struct_object.selffield = &struct_object): Skip further
15170 struct_object tests if this one xfails.
15171
bcf5c1d9
RC
151722015-07-08 Robert O'Callahan <robert@ocallahan.org>
15173
15174 PR exp/18617
15175 * gdb.trace/ax.exp: Add test.
15176
4931af25
YQ
151772015-07-07 Yao Qi <yao.qi@linaro.org>
15178
15179 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15180 instead of istarget "aarch64*-*-*".
15181 * gdb.arch/aarch64-fp.exp: Likewise.
15182 * gdb.base/float.exp: Likewise.
15183 * gdb.reverse/aarch64.exp: Likewise.
15184 * lib/gdb.exp (is_aarch64_target): New proc.
15185
9fcf688e
YQ
151862015-07-07 Yao Qi <yao.qi@linaro.org>
15187
15188 * lib/gdb.exp (is_aarch32_target): New proc.
15189 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15190 instead of "istarget "arm*-*-*"".
15191 * gdb.arch/arm-disp-step.exp: Likewise.
15192 * gdb.arch/thumb-bx-pc.exp: Likewise.
15193 * gdb.arch/thumb-prologue.exp: Likewise.
15194 * gdb.arch/thumb-singlestep.exp: Likewise.
15195 * gdb.base/disp-step-syscall.exp: Likewise.
15196 * gdb.base/float.exp: Likewise.
15197
fbd8d50d
YQ
151982015-07-07 Yao Qi <yao.qi@linaro.org>
15199
15200 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15201 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15202
71be1fdc
YQ
152032015-07-07 Yao Qi <yao.qi@linaro.org>
15204
15205 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15206 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15207 if it exists.
15208 * gdb.multi/multi-arch.exp: Likewise.
15209
3e221d36
SM
152102015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15211
15212 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15213 print.
15214
d441430b
YQ
152152015-07-07 Yao Qi <yao.qi@linaro.org>
15216
15217 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15218
06f810bd
MG
152192015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15220
15221 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15222 '[' and ']' characters.
15223
5e61e7c0
IB
152242015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15225
15226 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15227
28bf096c
PA
152282015-06-29 Pedro Alves <palves@redhat.com>
15229
15230 PR threads/18127
15231 * gdb.threads/hand-call-new-thread.c: New file.
15232 * gdb.threads/hand-call-new-thread.c: New file.
15233
ee93cd5e
KS
152342015-06-26 Keith Seitz <keiths@redhat.com>
15235 Doug Evans <dje@google.com>
15236
15237 PR 16253
15238 * gdb.cp/var-tag-2.cc: New file.
15239 * gdb.cp/var-tag-3.cc: New file.
15240 * gdb.cp/var-tag-4.cc: New file.
15241 * gdb.cp/var-tag.cc: New file.
15242 * gdb.cp/var-tag.exp: New file.
15243
fc637f04
PP
152442015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15245
15246 * gdb.base/history-duplicates.exp: New test.
15247
2e52ae68
PP
152482015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15249
15250 * gdb.base/completion.exp: Test the completion of the "focus"
15251 command.
15252
6e22494e
JK
152532015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15254
15255 * gdb.arch/amd64-prologue-skip.S: New file.
15256 * gdb.arch/amd64-prologue-skip.exp: New file.
15257
bf7b9cd9
SM
152582015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15259
15260 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15261 is_address_zero_readable check.
15262
201e8dfd
PB
152632015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15264
15265 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15266 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15267
5cd867b4
YQ
152682015-06-24 Yao Qi <yao.qi@linaro.org>
15269
15270 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15271 linux targets.
15272
4d7be007
YQ
152732015-06-24 Yao Qi <yao.qi@linaro.org>
15274
15275 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15276 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15277 * gdb.base/siginfo-thread.exp: Likewise.
15278
07fcd301
YQ
152792015-06-22 Yao Qi <yao.qi@linaro.org>
15280
15281 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15282
52042a00
YQ
152832015-06-22 Yao Qi <yao.qi@linaro.org>
15284
15285 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15286 aarch64*-*-*.
15287 (skip_hw_watchpoint_tests): Likewise.
15288
74bd41ce
PP
152892015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15290
15291 * gdb.base/gdbinit-history.exp: Test the interaction between
15292 setting GDBHISTSIZE and setting the history size via .gdbinit.
15293
bc460514
PP
152942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15295
15296 PR gdb/16999
15297 * gdb.base/gdbhistsize-history.exp: New test.
15298
b58c513b
PP
152992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15300
15301 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15302 with GDBHISTSIZE.
15303 * gdb.base/readline.exp: Likewise.
15304
92046791
YQ
153052015-06-17 Yao Qi <yao.qi@linaro.org>
15306
15307 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15308 line.
15309
2093d2d3
PP
153102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15311
15312 * gdb.base/gdbinit-history.exp: Add test case to check that
15313 an unlimited history file does not get truncated on exit.
15314
e6c693af
AA
153152015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15316
15317 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15318 (VECTOR): New macro. Use it...
15319 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15320 ...for these typedefs.
15321 (int8, char1, int1, double1): New typedefs.
15322 (struct just_int2, struct two_int2): New structures.
15323 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15324 (add_structvecs, add_singlevecs): New functions.
15325 (main): Call add_some_intvecs twice.
15326 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15327 the compile and exit upon failure. Try compiling for the "native"
15328 architecture. Test inferior function calls with vector arguments
15329 and vector return value handling with "finish" and "return".
15330
c74f7d1c
JT
153312015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15332
15333 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15334 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15335 PE file.
15336 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15337
98aa42ee
AT
153382015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15339
15340 PR breakpoints/16465
15341 * gdb.mi/mi-dprintf-pending.c: New file.
15342 * gdb.mi/mi-dprintf-pending.exp: New test.
15343 * gdb.mi/mi-dprintf-pendshr.c: New file.
15344
7d73c23c 153452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15346 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15347
15348 * gdb.arch/i386-mpx-map.c: New file.
15349 * gdb.arch/i386-mpx-map.exp: New File.
15350
153512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15352
15353 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15354 * gdb.arch/i386-mpx.exp: Indentation fixed.
15355
153562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15357
15358 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15359 function and improved indentation.
15360 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15361 gdb_test_multiple. Added additional tests to skip the test.
15362
153632015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15364
15365 * gdb.arch/i386-avx512.c: Change path in include file.
15366 * gdb.arch/i386-avx512.exp: Change include dir path
15367 compilation flag.
15368 * gdb.arch/i386-mpx.c: Change path in include file.
15369 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15370 flag.
15371
d5eba19a
JK
153722015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15373
15374 * gdb.compile/compile-print.exp (compile print *vararray@3)
15375 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15376
7f361056
JK
153772015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15378
15379 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15380 (do not keep jit in memory): ... this.
15381 (expect 5): Change it to ...
15382 (expect no 5): ... this.
15383
3b462ec2
SM
153842015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15385
15386 PR gdb/15564
15387 * gdb.mi/mi-detach.exp: New file.
15388
e0619de6
JK
153892015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15390
15391 PR symtab/18392
15392 * gdb.arch/amd64-tailcall-self.S: New file.
15393 * gdb.arch/amd64-tailcall-self.c: New file.
15394 * gdb.arch/amd64-tailcall-self.exp: New file.
15395
e970cb34
DB
153962015-05-28 Don Breazeal <donb@codesourcery.com>
15397
15398 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15399 tests for remote targets by checking is_target_gdbserver.
15400
b2e2f908
DE
154012015-05-27 Doug Evans <dje@google.com>
15402
15403 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15404 * gdb.dwarf2/opaque-type-lookup.c: New file.
15405 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15406
82c7be31
DE
154072015-05-26 Doug Evans <dje@google.com>
15408
15409 * gdb.cp/iostream.cc: New file.
15410 * gdb.cp/iostream.exp: New file.
15411
b4f54984
DE
154122015-05-26 Doug Evans <dje@google.com>
15413
15414 * gdb.dwarf2/dw2-op-call.exp: Update.
15415 * gdb.dwarf2/dw4-sig-types.exp: Update.
15416 * gdb.dwarf2/implptr.exp: Update.
15417 * gdb.mi/mi-cmd-param-changed.exp: Update.
15418
4ea6efe9
DE
154192015-05-26 Doug Evans <dje@google.com>
15420
15421 * gdb.python/py-lazy-string.c: New file.
15422 * gdb.python/py-lazy-string.exp: New file.
15423 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15424 (main): Update. Add estring3.
15425 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15426 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15427
f6bb7db3
YQ
154282015-05-26 Omair Javaid <omair.javaid@linaro.org>
15429 Yao Qi <yao.qi@linaro.org>
15430
15431 * gdb.reverse/aarch64.c: New.
15432 * gdb.reverse/aarch64.exp: New.
15433
a81bfbd0
OJ
154342015-05-26 Omair Javaid <omair.javaid@linaro.org>
15435
25d49b86
PA
15436 * lib/gdb.exp (supports_process_record): Return true for
15437 aarch64*-linux*.
a81bfbd0
OJ
15438 (supports_reverse): Likewise.
15439
158bf1b4
PP
154402015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15441
15442 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15443 Use with_test_prefix.
15444
a0145030
AB
154452015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15446
15447 * gdb.base/completion.exp: Add test for completion of layout
15448 names.
15449
ebe3b578
AB
154502015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15451
15452 * lib/gdb.exp (skip_tui_tests): New proc.
15453 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15454
84204ed7
PA
154552015-05-19 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15458 Save the whole env array instead of just HOME. Unset HISTSIZE in
15459 the environment while testing. Restore whole environment
15460 afterwards.
15461
37442ce1
DE
154622015-05-16 Doug Evans <xdje42@gmail.com>
15463
15464 * gdb.guile/scm-ports.c: New file.
15465 * gdb.guile/scm-ports.exp: Add memory port tests.
15466
36de76f9
JK
154672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15468
15469 * gdb.compile/compile-print.c: New file.
15470 * gdb.compile/compile-print.exp: New file.
15471
3a9558c4
JK
154722015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15473
15474 * gdb.compile/compile-ops.exp: Cast param to void.
15475 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15476 (compile code struct_object.selffield = &struct_object): Add xfail.
15477
aa715135
JG
154782015-05-15 Joel Brobecker <brobecker@adacore.com>
15479
15480 * gdb.ada/arr_enum_with_gap: New testcase.
15481
931e5bc3
JG
154822015-05-15 Joel Brobecker <brobecker@adacore.com>
15483
15484 * gdb.ada/byte_packed_arr: New testcase.
15485
9cd4d857
JB
154862015-05-15 Joel Brobecker <brobecker@adacore.com>
15487
15488 * gdb.ada/pckd_neg: New testcase.
15489
ebfd00d2
PP
154902015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15491
15492 PR gdb/17820
15493 * gdb.base/gdbinit-history.exp: New test.
15494 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15495 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15496
4c082a81
SC
154972015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15498
15499 * gdb.python/py-xmethods.cc: Enhance test case.
15500 * gdb.python/py-xmethods.exp: New tests.
15501 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15502 function.
15503 (B_indexoper): Likewise.
15504 (global_dm_list) : Add new xmethod worker functions.
15505
f7797074
SDJ
155062015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15507
15508 * gdb.base/coredump-filter.exp: Correctly unset
15509 "coredump_var_addr" array.
15510
a4674e4e
PA
155112015-05-08 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.server/non-existing-program.exp: Unset spawn_id.
15514
df2eb078
SC
155152015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15516
15517 PR python/18291
15518 * gdb.python/py-xmethods.exp: Add tests.
15519
422349a3
YQ
155202015-05-08 Yao Qi <yao.qi@linaro.org>
15521
15522 PR gdb/18208
15523 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15524 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15525 function set_coredump_filter, and remove remote_exec call.
15526 Remove argument ipid. Callers update.
15527 (top level): Don't get inferior's PID.
15528
63fc80ce
AA
155292015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15530
15531 * gdb.base/watch_thread_num.exp: Skip test on targets without
15532 access watchpoints.
15533
80ad801e
PA
155342015-05-06 Pedro Alves <palves@redhat.com>
15535
15536 PR server/18081
15537 * gdb.server/non-existing-program.exp: New file.
15538
0fa7fe50
JB
155392015-05-05 Joel Brobecker <brobecker@adacore.com>
15540
15541 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15542
3ea89b92
PMR
155432015-05-05 Joel Brobecker <brobecker@adacore.com>
15544
15545 * gdb.ada/out_of_line_in_inlined: New testcase.
15546
87b8eff0
JB
155472015-05-05 Joel Brobecker <brobecker@adacore.com>
15548
15549 * gdb.ada/var_rec_arr: New testcase.
15550
5fccc635
YQ
155512015-04-30 Yao Qi <yao.qi@linaro.org>
15552
15553 * gdb.base/break-idempotent.exp: If
15554 skip_hw_watchpoint_multi_tests returns true, skip the tests
15555 on "rwatch" and "awatch".
15556
42d38f42
YQ
155572015-04-30 Yao Qi <yao.qi@linaro.org>
15558
15559 * gdb.base/relativedebug.exp: Invoke gdb command
15560 "info sharedlibrary", and if libc.so doesn't have debug info,
15561 skip the test.
15562
2ce1cdbf
DE
155632015-04-29 Doug Evans <dje@google.com>
15564
15565 * gdb.python/py-xmethods.exp: Add ptype tests.
15566 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15567 get_result_type method.
15568
f24a38c5
LM
155692015-04-29 Luis Machado <lgustavo@codesourcery.com>
15570
15571 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15572 the target does not support hardware watchpoints.
15573
ecbf2b3c
LM
155742015-04-29 Luis Machado <lgustavo@codesourcery.com>
15575
15576 * gdb.base/break-always.exp: Abort testing if writing to memory
15577 causes an error.
15578
34f5f757
DE
155792015-04-28 Doug Evans <dje@google.com>
15580
15581 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15582 * gdb.python/py-pp-registration.exp: ... here. New file.
15583 * gdb.python/py-pp-registration.c: New file.
15584 * gdb.python/py-pp-registration.py: New file.
15585
69b4374a
DE
155862015-04-28 Doug Evans <dje@google.com>
15587
15588 * gdb.python/py-bad-printers.c: New file.
15589 * gdb.python/py-bad-printers.py: New file.
15590 * gdb.python/py-bad-printers.exp: New file.
15591
59fb7612
SS
155922015-04-28 Sasha Smundak <asmundak@google.com>
15593
15594 * gdb.python/py-type.exp: New test.
15595
2631b16a
AW
155962015-04-28 Andy Wingo <wingo@igalia.com>
15597
15598 * gdb.python/py-parameter.exp:
15599 * gdb.guile/scm-parameter.exp: Escape the path that we are
15600 matching against, as it might contain characters that are special
15601 to regular expressions.
15602
460efde1
JB
156032015-04-27 Joel Brobecker <brobecker@adacore.com>
15604
15605 * gdb.ada/rec_comp: New testcase.
15606
2d369d8e
SDJ
156072015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15608
15609 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15610 before using it.
15611
cf75d6c3
AB
156122015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15613
15614 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15615 new tests for verilog output.
15616
8dbe7ca5
YQ
156172015-04-24 Yao Qi <yao.qi@linaro.org>
15618
15619 * boards/remote-gdbserver-on-localhost.exp: New file.
15620
4ef9fb2f
PA
156212015-04-23 Pedro Alves <palves@redhat.com>
15622
15623 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15624 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15625 "end of file", remove $inferior_spawn_id from the indirect list.
15626
0a803169
PA
156272015-04-23 Pedro Alves <palves@redhat.com>
15628
15629 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15630
749ef8f8
PA
156312015-04-23 Pedro Alves <palves@redhat.com>
15632
15633 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15634 on $any_spawn_id instead of only on $gdb_spawn_id.
15635
8aae4344
PM
156362015-04-21 Pierre Muller <muller@sourceware.org>
15637
15638 PR pascal/17815
15639 * lib/pascal.exp (gpc_compile): Add new option "class".
15640 (fpc_compile): Likewise.
15641 * gdb.pascal/case-insensitive-symbols.pas: New file.
15642 * gdb.pascal/case-insensitive-symbols.exp: New file.
15643
1586c8fb
GB
156442015-04-20 Gary Benson <gbenson@redhat.com>
15645
15646 * gdb.base/attach.exp: Fix three extended remote failures.
15647
1b6e6f5c
GB
156482015-04-17 Gary Benson <gbenson@redhat.com>
15649
15650 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15651 the main executable over the remote protocol.
15652
e797481d
PA
156532015-04-16 Pedro Alves <palves@redhat.com>
15654
15655 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15656 a new gdbserver if gdbserver_reconnect_p is set.
15657
1ca99c42
PA
156582015-04-16 Pedro Alves <palves@redhat.com>
15659
15660 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15661 is set, don't exit gdbserver.
15662
af9fd6f8
AA
156632015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15664
15665 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15666 appropriate .insn, such that an older assembler can be used.
15667 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15668 the z/Architecture instruction set on 31-bit targets as well.
15669
04ff1e61
AA
156702015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15671
15672 * gdb.go/handcall.exp: Remove all logic related to the first
15673 breakpoint and rely on go_runto_main instead.
15674 * gdb.go/strings.exp: Likewise.
15675 * gdb.go/unsafe.exp: Likewise.
15676 * gdb.go/hello.exp: Likewise. Also rename the remaining
15677 breakpoint marker to "breakpoint 1".
15678 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15679 * gdb.go/strings.go: Likewise.
15680 * gdb.go/unsafe.go: Likewise.
15681 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15682 "set breakpoint 2 here" and rename the remaining breakpoint marker
15683 to "breakpoint 1".
15684
40d2f8d6
SM
156852015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15686
15687 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15688 if itertools.imap is not present.
15689 * gdb.python/py-objfile.exp: Add parentheses.
15690 * gdb.python/py-type.exp: Same.
15691 * gdb.python/py-unwind-maint.py: Same.
15692
8cbc97c6
YQ
156932015-04-15 Yao Qi <yao.qi@linaro.org>
15694
15695 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15696 of ":$ptr_size" and set its form explicitly.
15697
45fd756c
YQ
156982015-04-15 Pedro Alves <palves@redhat.com>
15699 Yao Qi <yao.qi@linaro.org>
15700
15701 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15702 timeout by factor of 4.
15703 (test_regular_watch): Likewise.
15704 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15705 * gdb.reverse/sigall-reverse.exp: Likewise.
15706 * gdb.reverse/until-precsave.exp: Likewise.
15707 * lib/gdb.exp (with_timeout_factor): New proc.
15708 (gdb_expect): Move some code to ...
15709 (get_largest_timeout): ... here. New procedure.
15710
9e811bc3
LM
157112015-04-14 Luis Machado <lgustavo@codesourcery.com>
15712
15713 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15714
0ff6fcb2
LM
157152015-04-13 Luis Machado <lgustavo@codesourcery.com>
15716
15717 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15718 to write to the .text section.
15719
7578d5f7
LM
157202015-04-13 Luis Machado <lgustavo@codesourcery.com>
15721
15722 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15723 Handle the case of targets that do not provide PID information.
15724
2efe15c4
YQ
157252015-04-13 Yao Qi <yao.qi@linaro.org>
15726
15727 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15728 and use expect instead of gdb_expect.
15729
8cd8f2f8
SDJ
157302015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15731
15732 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15733 "coredump_var_addr" to avoid naming conflict with other testcases.
15734
9ee41772
PA
157352015-04-10 Pedro Alves <palves@redhat.com>
15736
15737 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15738 gdb_test_sequence and gdb_assert.
15739
07473109
PA
157402015-04-10 Pedro Alves <palves@redhat.com>
15741
15742 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15743 test messages that don't include the breakpoint address.
15744
de3db44c
YQ
157452015-04-10 Yao Qi <yao.qi@linaro.org>
15746
15747 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15748 false for some offset and width combinations which aren't
15749 supported by linux kernel.
15750
c79d856c
PA
157512015-04-10 Pedro Alves <palves@redhat.com>
15752
15753 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15754 procedure, factored out from ...
15755 (top level): ... here. Add "set displaced-stepping" testing axis.
15756 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15757 parameter "displaced". Use it.
15758 (top level): Use foreach and add "set displaced-stepping" testing
15759 axis.
15760
ebc90b50
PA
157612015-04-10 Pedro Alves <palves@redhat.com>
15762
15763 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15764 Remove comment.
15765 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15766 both the address of the instruction that triggers the watchpoint
15767 and the address of the instruction immediately after, and use
15768 those addresses for the test. Fix comment.
15769
8f572e5c
PA
157702015-04-10 Pedro Alves <palves@redhat.com>
15771
15772 * gdb.base/sigstep.exp (breakpoint_to_handler)
15773 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15774 Test "backtrace" in handler.
15775 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15776 (top level): Add new "displaced" test axis to
15777 breakpoint_to_handler, breakpoint_to_handler_entry and
15778 breakpoint_over_handler.
15779
8d707a12
PA
157802015-04-10 Pedro Alves <palves@redhat.com>
15781
15782 PR gdb/18216
15783 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15784
ef713951
YQ
157852015-04-10 Yao Qi <yao.qi@linaro.org>
15786
15787 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15788 (test_add_rn_pc): New function.
15789 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15790 (top level): Invoke test_add_rn_pc.
15791
906d60cf
PA
157922015-04-10 Pedro Alves <palves@redhat.com>
15793
15794 PR gdb/13858
15795 * gdb.base/step-over-no-symbols.exp: New file.
15796
f2983cc3
AW
157972015-04-09 Andy Wingo <wingo@igalia.com>
15798
15799 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15800 after the Python tests.
15801
6d62641c
SDJ
158022015-04-08 Keith Seitz <keiths@redhat.com>
15803
15804 PR python/16699
15805 * gdb.python/py-completion.exp: New tests for completion.
15806 * gdb.python/py-completion.py (CompleteLimit1): New class.
15807 (CompleteLimit2): Likewise.
15808 (CompleteLimit3): Likewise.
15809 (CompleteLimit4): Likewise.
15810 (CompleteLimit5): Likewise.
15811 (CompleteLimit6): Likewise.
15812 (CompleteLimit7): Likewise.
15813
f3770638
PA
158142015-04-08 Pedro Alves <palves@redhat.com>
15815
15816 PR gdb/18214
15817 PR gdb/18216
15818 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15819 function.
15820 (main): Install it as SIGUSR1 handler.
15821 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15822 parameter. Always use "setup" as prefix. Toggle "set
15823 displaced-stepping" off/on depending on global. Don't switch to
15824 thread 1 here.
15825 (top level): Add displaced stepping "off/on" test axis. Update
15826 "setup" calls. Wrap each subtest with with_test_prefix. Test
15827 continuing with a queued signal in each thread.
15828
4496bed7
PA
158292015-04-08 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15832 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15833 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15834 Return early if running to main fails.
15835 * gdb.trace/while-stepping.exp: Likewise.
15836
b97fde92
PA
158372015-04-07 Pedro Alves <palves@redhat.com>
15838
15839 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15840 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15841 interact with inferior program.
15842
f71c18e7
PA
158432015-04-07 Pedro Alves <palves@redhat.com>
15844
15845 * lib/gdb.exp (inferior_spawn_id): New global.
15846 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15847 spawn id after processing the user code.
15848 (default_gdb_start): Set inferior_spawn_id.
15849 (send_inferior): New procedure.
15850 * lib/gdbserver-support.exp (gdbserver_start): Set
15851 inferior_spawn_id.
15852 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15853
6423214f
PA
158542015-04-07 Pedro Alves <palves@redhat.com>
15855
15856 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15857 * lib/gdbserver-support.exp (gdbserver_start): Make
15858 $server_spawn_id global.
15859 (gdbserver_start): Don't wait for gdbserver's spawn id with
15860 expect_background.
15861 (close_gdbserver): New procedure.
15862 (gdb_exit): Rename the default version and reimplement.
15863
71c0ee8c
PA
158642015-04-07 Pedro Alves <palves@redhat.com>
15865
72f4393d 15866 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15867 append the substituted item, not the original item.
15868
203bc29b
PA
158692015-04-07 Pedro Alves <palves@redhat.com>
15870
15871 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15872 gdb_expect.
15873
508a3ddf
PA
158742015-04-07 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15877 output appearing once only.
15878
9f6dbe2b
PA
158792015-04-07 Pedro Alves <palves@redhat.com>
15880
15881 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15882 that doesn't expect anything. Return early if running to main
15883 fails.
15884
337532fa
YQ
158852015-04-07 Yao Qi <yao.qi@linaro.org>
15886
15887 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15888 (child_function): Call alarm.
15889 (main): Move call to alarm into the loop.
15890 * gdb.threads/non-stop-fair-events.exp: Build program with
15891 -DTIMEOUT=$timeout.
15892
01b622d4
DE
158932015-04-06 Doug Evans <xdje42@gmail.com>
15894
15895 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15896 Fix dest parameter to board_info.
15897 (fpc_compile): Ditto.
15898 (gdb_compile_pascal): Rename dest arg to destfile.
15899
961f4160
PMR
159002015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15901
15902 * gdb.ada/funcall_ref.exp: New file.
15903 * gdb.ada/funcall_ref/foo.adb: New file.
15904
cafda597
YQ
159052015-04-02 Yao Qi <yao.qi@linaro.org>
15906
15907 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15908 is remote.
15909
fed040c6
GB
159102015-04-02 Gary Benson <gbenson@redhat.com>
15911
15912 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15913
d11916aa
SS
159142015-04-01 Sasha Smundak <asmundak@google.com>
15915
15916 * gdb.python/py-unwind-maint.c: New file.
15917 * gdb.python/py-unwind-maint.exp: New test.
15918 * gdb.python/py-unwind-maint.py: New file.
15919 * gdb.python/py-unwind.c: New file.
15920 * gdb.python/py-unwind.exp: New test.
15921 * gdb.python/py-unwind.py: New test.
15922
a1471180
PA
159232015-04-01 Pedro Alves <palves@redhat.com>
15924
15925 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15926 to fail instead of non-existent $test.
15927
0bbeccb1
PA
159282015-04-01 Pedro Alves <palves@redhat.com>
15929
15930 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15931 GDBFLAGS if not empty.
15932
3c724c8c
PMR
159332015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15934
15935 * gdb.ada/complete.exp: Remove "multi_line".
15936 * gdb.ada/info_exc.exp: Remove "multi_line".
15937 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15938 * gdb.ada/ptype_field.exp: Remove "multi_line".
15939 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15940 * gdb.ada/tagged.exp: Remove "multi_line".
15941 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15942 [multi_line ...]
15943 * gdb.btrace/delta.exp: Likewise.
15944 * gdb.btrace/exception.exp: Likewise.
15945 * gdb.btrace/function_call_history.exp: Likewise.
15946 * gdb.btrace/instruction_history.exp: Likewise.
15947 * gdb.btrace/nohist.exp: Likewise.
15948 * gdb.btrace/record_goto.exp: Likewise.
15949 * gdb.btrace/segv.exp: Likewise.
15950 * gdb.btrace/stepi.exp: Likewise.
15951 * gdb.btrace/tailcall.exp: Likewise.
15952 * gdb.btrace/unknown_functions.exp: Likewise.
15953 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15954 * lib/gdb.exp: Add the "multi_line" helper.
15955
4eec2deb
PA
159562015-04-01 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.threads/tid-reuse.c: New file.
15959 * gdb.threads/tid-reuse.exp: New file.
15960
df8411da
SDJ
159612015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15962
15963 PR corefiles/16092
15964 * gdb.base/coredump-filter.c: New file.
15965 * gdb.base/coredump-filter.exp: Likewise.
15966
6ef37366
PM
159672015-03-27 Petr Machata <pmachata@redhat.com>
15968
15969 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15970 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15971 (Dwarf::assemble): Initialize them.
15972 (Dwarf::lines): New function.
15973
7ec911b0
JT
159742015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15975
15976 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15977 SYMBOL_PREFIX for x86_64-*-cygwin.
15978
ff908ebf
AW
159792015-03-26 Andy Wingo <wingo@igalia.com>
15980
15981 PR symtab/18148
15982 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15983 const_value but not a location.
15984 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15985 location defined in non-main CUs are visible.
15986
6d5f0679
YQ
159872015-03-26 Yao Qi <yao.qi@linaro.org>
15988
15989 PR testsuite/18139
15990 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15991 Add a line number entry for the same line.
15992 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15993 Add a line number entry for the same line.
15994
2898689b
YQ
159952015-03-26 Yao Qi <yao.qi@linaro.org>
15996
15997 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15998 .int 0.
15999 (func): Likewise. Add .Lfunc_1 label.
16000 Use .Lfunc_1 label.
16001 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16002 .int 0.
16003 (func): Likewise.
16004 Use .Lfunc_1 label.
16005
85180498
YQ
160062015-03-26 Yao Qi <yao.qi@linaro.org>
16007
16008 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16009 Call gdb_compile instead to compile each .s files without debug
16010 information.
16011
8aa08a8d
YQ
160122015-03-26 Yao Qi <yao.qi@linaro.org>
16013
16014 * gdb.base/savedregs.exp (process_saved_regs): Make
16015 "Saved registers:" optional in the pattern.
16016
66849923
MM
160172015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16018
16019 * gdb.btrace/next.exp: Merged into step.exp.
16020 * gdb.btrace/finish.exp: Merged into step.exp.
16021 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16022 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16023 "record goto" and checking the exact replay position.
16024 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16025 check for "Recording format" in "info record" output.
16026 * gdb.btrace/record_goto.exp: Choose test file based on target.
16027 * gdb.btrace/x86-record_goto.S: Renamed into ...
16028 * gdb.btrace/x86_64-record_goto.S: ... this.
16029 * gdb.btrace/i686-record_goto.S: New.
16030 * gdb.btrace/x86-tailcall.S: Renamed into ...
16031 * gdb.btrace/x86_64-tailcall.S: ... this.
16032 * gdb.btrace/i686-tailcall.S: New.
16033 * gdb.btrace/x86-tailcall.c: Renamed into ...
16034 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16035 separate statements. Update test.
16036 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16037 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16038 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16039 * gdb.btrace/tailcall.exp: Choose test file based on target.
16040 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16041
11cc1b74
MM
160422015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16043
16044 * gdb.btrace/exception.exp: Increase BTS buffer size.
16045
a25d8bf9
PA
160462015-03-24 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16049
856e7dd6
PA
160502015-03-24 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.threads/schedlock.exp (test_step): No longer expect that
16053 "set scheduler-locking step" with "next" over a function call runs
16054 threads unlocked.
16055
ad235a41
AT
160562015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16057
16058 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16059
15630549
AT
160602015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16061
16062 PR breakpoints/16466
16063 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16064 * gdb.mi/mi-pending.c (thread_func): New function.
16065 (int main): Add threading support required.
16066 * gdb.mi/mi-pending.exp: Add tests for this issue.
16067 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16068 (pendfunc2): Remove stdio dependency.
16069 * gdb.mi/mi-pendshr2.c: New file.
16070
693dca06
KS
160712015-03-23 Keith Seitz <keiths@redhat.com>
16072
16073 * gdb.linespec/keywords.c: New file.
16074 * gdb.linespec/keywords.exp: New file.
16075
7e993ebf
KS
160762015-03-23 Keith Seitz <keiths@redhat.com>
16077
16078 PR gdb/18021
16079 * gdb.dwarf2/staticvirtual.exp: New test.
16080
bc23328c
JK
160812015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16082
16083 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16084 * README: Remove HP-UX and gdb.hp.
16085 (configuration):
16086 * configure: Regenerate.
16087 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16088 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16089 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16090 gdb.hp/gdb.defects/Makefile.
16091 * gdb.hp/Makefile.in: File deleted.
16092 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16093 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16094 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16095 * gdb.hp/gdb.aCC/run.c: File deleted.
16096 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16097 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16098 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16099 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16100 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16101 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16102 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16103 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16104 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16105 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16106 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16107 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16108 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16109 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16110 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16111 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16112 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16113 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16114 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16115 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16116 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16117 * gdb.hp/gdb.compat/average.c: File deleted.
16118 * gdb.hp/gdb.compat/sum.c: File deleted.
16119 * gdb.hp/gdb.compat/xdb.c: File deleted.
16120 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16121 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16122 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16123 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16124 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16125 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16126 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16127 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16128 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16129 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16130 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16131 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16132 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16133 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16134 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16135 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16136 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16137 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16138 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16139 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16140 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16141 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16142 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16143 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16144 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16145 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16146 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16147 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16148 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16149 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16150 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16151 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16152 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16153 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16154 * gdb.hp/tools/odump: File deleted.
16155
8bf3b159
PA
161562015-03-19 Pedro Alves <palves@redhat.com>
16157
16158 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16159 (saw_thread_3): New globals.
16160 (top level): Increment them when an event for the corresponding
16161 thread is seen.
16162 (no thread starvation): New test.
16163
eb54c8bf
PA
161642015-03-19 Pedro Alves <palves@redhat.com>
16165
16166 * gdb.threads/continue-pending-status.c: New file.
16167 * gdb.threads/continue-pending-status.exp: New file.
16168
32d2e5d6
PA
161692015-03-18 Pedro Alves <palves@redhat.com>
16170
16171 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16172 Use gdb_is_target_remote instead of is_remote. Use
16173 gdb_test_multiple instead of gdb_expect. Exit early if
16174 gdb_test_multiple hits its internal matches. Tighten stepi tests
16175 expected output. Fail on exit with any signal, instead of just
16176 SIGILL.
16177
f68f11b7
YQ
161782015-03-18 Yao Qi <yao.qi@linaro.org>
16179
16180 PR tdep/18107
16181 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16182 variable.
16183 * gdb.base/catch-syscall.exp: Don't skip it on
16184 aarch64*-*-linux* target. Remove elements in all_syscalls.
16185 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16186 target.
16187 (setup_all_syscalls): New proc.
16188
ca5fd19b
YQ
161892015-03-16 Yao Qi <yao.qi@linaro.org>
16190
16191 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16192 (top level): Skip tests if valid_addr_p returns false for
16193 $cmd1 or $cmd2.
16194
85642ba0
AW
161952015-03-11 Andy Wingo <wingo@igalia.com>
16196
16197 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16198
e03f9645
YQ
161992015-03-11 Yao Qi <yao.qi@linaro.org>
16200
16201 * gdb.base/catch-syscall.exp: Fix typo in comments.
16202
5d0962b2
YQ
162032015-03-11 Yao Qi <yao.qi@linaro.org>
16204
16205 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16206
b2df3cef
PA
162072015-03-09 Pedro Alves <palves@redhat.com>
16208
16209 * dg-extract-results.py: Delete.
16210
ef878e53
PA
162112015-03-09 Pedro Alves <palves@redhat.com>
16212
16213 Merge dg-extract-results.sh from GCC upstream (r218843).
16214
16215 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16216 * dg-extract-results.sh: Use --text with grep to avoid issues with
16217 binary files. Fall back to cat -v, if that doesn't work.
16218
9494d219
PA
162192015-03-05 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16222
a8d9763a
SM
162232015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16224
16225 * lib/mi-support.exp (mi_expect_interrupt): Accept
16226 alternative event for when in all-stop mode.
16227
be9957b8
PA
162282015-03-04 Pedro Alves <palves@redhat.com>
16229
16230 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16231
d57be0f4 162322015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16233
16234 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16235
c214c7cf
AA
162362015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16237
16238 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16239 regexps for GDB's current line display, accept a hex address
16240 preceding the line number.
16241
6d74a497
AA
162422015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16243
16244 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16245 the 'arch1' variable for "s390*-linux*" targets.
16246
511aee7c
PA
162472015-03-04 Pedro Alves <palves@redhat.com>
16248
16249 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16250 (main): Pass missing retval argument to pthread_join call.
16251
95e50b27
PA
162522015-03-02 Pedro Alves <palves@redhat.com>
16253
16254 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16255 (top level): Call do_test with non-stop as well.
16256
28054d69
PA
162572015-03-02 Pedro Alves <palves@redhat.com>
16258
16259 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16260 -1.
16261
4fa5d7b4
AA
162622015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16263
16264 * gdb.arch/s390-vregs.exp: New test.
16265 * gdb.arch/s390-vregs.S: New file.
16266
97c18565
PA
162672015-02-27 Pedro Alves <palves@redhat.com>
16268
16269 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16270 call to catch_command_errors.
16271 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16272 catch_command_errors.
16273
a37bfa30
PA
162742015-02-27 Pedro Alves <palves@redhat.com>
16275
16276 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16277 "true" for boolean result.
16278 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16279 prototype of main.
16280
6f98576f
PA
162812015-02-27 Pedro Alves <palves@redhat.com>
16282
16283 * lib/unbuffer_output.c: New file.
16284 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16285 (main): Call gdb_unbuffer_output.
16286
eba5ab56
YQ
162872015-02-27 Yao Qi <yao.qi@linaro.org>
16288
16289 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16290 target.
16291
0def5aaa
DE
162922015-02-26 Doug Evans <dje@google.com>
16293
16294 * gdb.cp/class2.cc (Dbase, D): New classes.
16295 (main): New local delta.
16296 * gdb.cp/class2.exp: Test printing delta.
16297 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16298 (dynbar): New global.
16299 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16300
081a1c2c
JK
163012015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16302
16303 * gdb.compile/compile-ifunc.c: New file.
16304 * gdb.compile/compile-ifunc.exp: New file.
16305
2f41223f
AT
163062015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16307
16308 * gdb.base/structs.exp: Check for correct struct on finish.
16309
03eddd80
YQ
163102015-02-26 Yao Qi <yao.qi@linaro.org>
16311
16312 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16313 is zero.
16314
80c57053
JK
163152015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16316
16317 * gdb.arch/cordic.ko.bz2: New file.
16318 * gdb.arch/cordic.ko.debug.bz2: New file.
16319 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16320
21613c12
YQ
163212015-02-25 Yao Qi <yao.qi@linaro.org>
16322
16323 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16324 aarch64*-*-* target.
16325
d8b901ed
PA
163262015-02-23 Pedro Alves <palves@redhat.com>
16327
16328 * lib/gdb.exp (delete_breakpoints): Rewrite using
16329 gdb_test_multiple.
16330
e5b85ead
PA
163312015-02-23 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.base/info-os.c: Include stdlib.h.
16334
85c3a371
DE
163352015-02-22 Doug Evans <xdje42@gmail.com>
16336
16337 PR symtab/17855
16338 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16339 is read after symbols have been re-read.
16340 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16341 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16342
96553a0c
DE
163432015-02-21 Doug Evans <dje@google.com>
16344
16345 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16346
97a0c697
JK
163472015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16348
16349 PR corefiles/17808
16350 * gdb.arch/i386-biarch-core.core.bz2: New file.
16351 * gdb.arch/i386-biarch-core.exp: New file.
16352
a47cd6e9
PA
163532015-02-21 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16356 runto_main fails.
16357
c5facdc4
PA
163582015-02-20 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16361 info probes.
16362
2db9a427
PA
163632015-02-20 Pedro Alves <palves@redhat.com>
16364
16365 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16366
60fb7e9e
PA
163672015-02-20 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16370 clean_restart before gdb_target_supports_trace.
16371
5c5019c2
PA
163722015-02-20 Pedro Alves <palves@redhat.com>
16373
16374 PR threads/18006
16375 * gdb.threads/clone-thread_db.c: New file.
16376 * gdb.threads/clone-thread_db.exp: New file.
16377
c9587f88
AT
163782015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16379
16380 PR breakpoints/16812
16381 * gdb.base/catch-gdb-caused-signals.c: New file.
16382 * gdb.base/catch-gdb-caused-signals.exp: New file.
16383
f6a88844
JM
163842015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16385
16386 * configure: Regenerated.
16387 * configure.ac: Use GDB_AC_TRANSFORM.
16388 * aclocal.m4: sinclude ../transform.m4.
16389
497c491b
JM
163902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16391
16392 * lib/dtrace.exp: New file.
16393 * gdb.base/dtrace-probe.exp: Likewise.
16394 * gdb.base/dtrace-probe.d: Likewise.
16395 * gdb.base/dtrace-probe.c: Likewise.
16396 * lib/pdtrace.in: Likewise.
16397 * configure.ac: Output variables with the transformed names of
16398 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16399 * configure: Regenerated.
16400
03e98035
JM
164012015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16402
16403 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16404 expected message when trying to access $_probe_* convenience
16405 variables while not on a probe.
16406
63cc30e9
JK
164072015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16408
16409 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16410
0703599a
PA
164112015-02-11 Pedro Alves <pedro@codesourcery.com>
16412
16413 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16414 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16415
7e60a48e
DE
164162015-02-10 Doug Evans <xdje42@gmail.com>
16417
16418 * lib/gdb.exp (gdb_load): Always return a result.
16419
01b088bc
PA
164202015-02-10 Pedro Alves <palves@redhat.com>
16421
16422 * gdb.threads/signal-sigtrap.c: New file.
16423 * gdb.threads/signal-sigtrap.exp: New file.
16424
b05ec7a5
AT
164252015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16426
16427 * gdb.trace/no-attach-trace.c: New file.
16428 * gdb.trace/no-attach-trace.exp: New file.
16429
a2c2acaf
MW
164302015-02-09 Mark Wielaard <mjw@redhat.com>
16431
16432 * gdb.dwarf2/atomic.c: New file.
16433 * gdb.dwarf2/atomic-type.exp: Likewise.
16434
31fd9caa
MM
164352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16436
16437 * gdb.btrace/buffer-size.exp: Update "info record" output.
16438 * gdb.btrace/delta.exp: Update "info record" output.
16439 * gdb.btrace/enable.exp: Update "info record" output.
16440 * gdb.btrace/finish.exp: Update "info record" output.
16441 * gdb.btrace/instruction_history.exp: Update "info record" output.
16442 * gdb.btrace/next.exp: Update "info record" output.
16443 * gdb.btrace/nexti.exp: Update "info record" output.
16444 * gdb.btrace/step.exp: Update "info record" output.
16445 * gdb.btrace/stepi.exp: Update "info record" output.
16446 * gdb.btrace/nohist.exp: Update "info record" output.
16447
d33501a5
MM
164482015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16449
16450 * gdb.btrace/buffer-size: New.
16451
f4abbc16
MM
164522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16453
16454 * gdb.btrace/delta.exp: Update "info record" output.
16455 * gdb.btrace/enable.exp: Update "info record" output.
16456 * gdb.btrace/finish.exp: Update "info record" output.
16457 * gdb.btrace/instruction_history.exp: Update "info record" output.
16458 * gdb.btrace/next.exp: Update "info record" output.
16459 * gdb.btrace/nexti.exp: Update "info record" output.
16460 * gdb.btrace/step.exp: Update "info record" output.
16461 * gdb.btrace/stepi.exp: Update "info record" output.
16462 * gdb.btrace/nohist.exp: Update "info record" output.
16463
b9d61307
SM
164642015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16465
16466 PR gdb/15678
16467 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16468
e584fdbc
PA
164692015-02-06 Pedro Alves <palves@redhat.com>
16470
16471 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16472 macro.
16473 (seconds_left, again): New globals.
16474 (main): Wait seconds_left in a 1-second sleep loop instead of
16475 sleeping 180 seconds. If 'again' is set, reset the seconds
16476 counter.
16477 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16478 'again' in the inferior before detaching. Print the seconds left.
16479 (options): New global.
16480 (top level): Build program with -DTIMEOUT=$timeout.
16481
77f41761
PA
164822015-02-06 Pedro Alves <palves@redhat.com>
16483
16484 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16485 determine how many seconds to pass to 'alarm'.
16486 * gdb.base/gdb-sigterm.exp (top level): Build program with
16487 -DTIMEOUT=$timeout.
16488 (do_test): Return success/failure indication. Add more verbose
16489 logging. Don't fail if 200 single steps are seen. Instead, fail
16490 when the test times out.
16491 (passes): New global.
16492 (top level): Break the testing loop if testing fails on any
16493 iteration. Use gdb_assert.
16494
b9394193
DB
164952015-02-04 Don Breazeal <donb@codesourcery.com>
16496
16497 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16498 and initialize them.
16499 (ipc_cleanup): New function.
16500 (main): Don't declare shmid, semid, and msqid. Add a call to
16501 atexit so that we call ipc_cleanup on exit.
16502
42d9e528
PA
165032015-02-04 Pedro Alves <palves@redhat.com>
16504
16505 * boards/native-extended-gdbserver.exp: Remove any target variant
16506 specifications from the board name before clearing the isremote
16507 flag from board_info.
16508
ae6ae975
DE
165092015-01-31 Doug Evans <xdje42@gmail.com>
16510
16511 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16512
cfb069a8
GB
165132015-01-31 Gary Benson <gbenson@redhat.com>
16514
16515 * gdb.base/completion.exp: Disable completion limiting for
16516 existing tests. Add new tests to check completion limiting.
16517 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16518
5dd31d79
DE
165192015-01-31 Doug Evans <xdje42@gmail.com>
16520
16521 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16522
9f050062
DE
165232015-01-31 Doug Evans <xdje42@gmail.com>
16524
16525 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16526 entries. Duplicate file section script entries.
16527 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16528 inlined entries. Add test for safe-path rejection.
16529 * gdb.python/py-section-script.c: Add duplicate inlined section script
16530 entries. Duplicate file section script entries.
16531 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16532 inlined entries. Add test for safe-path rejection.
16533
df25ebbd
JB
165342015-01-29 Joel Brobecker <brobecker@adacore.com>
16535
16536 * gdb.ada/disc_arr_bound: New testcase.
16537
4a0ca9ec
JB
165382015-01-29 Joel Brobecker <brobecker@adacore.com>
16539
16540 * gdb.ada/mi_var_array: New testcase.
16541
3a8b707a
DE
165422015-01-27 Doug Evans <dje@google.com>
16543
16544 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16545 Add test for objfile.filename, objfile.username after objfile
16546 has been unloaded.
16547
f8313f6e
JB
165482015-01-26 Joel Brobecker <brobecker@adacore.com>
16549
16550 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16551 the second test to print the name attribute of value
16552 returned by the call to gdb.lookup_type, and adjust
16553 the expected output accordingly.
16554
37bc665e
MW
165552015-01-25 Mark Wielaard <mjw@redhat.com>
16556
16557 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16558 * gdb.base/disp-step-fork.c: Include unistd.h.
16559 * gdb.base/siginfo-obj.c: Include stdio.h.
16560 * gdb.base/siginfo-thread.c: Likewise.
16561 * gdb.mi/non-stop.c: Include unistd.h.
16562 * gdb.mi/nsthrexec.c: Include stdio.h.
16563 * gdb.mi/pthreads.c: Include unistd.h.
16564 * gdb.modula2/unbounded1.c (main): Declare returns int.
16565 * gdb.reverse/consecutive-reverse.c: Likewise.
16566 * gdb.threads/create-fail.c: Include unistd.h.
16567 * gdb.threads/killed.c: Likewise.
16568 * gdb.threads/linux-dp.c: Likewise.
16569 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16570 * gdb.threads/non-ldr-exc-2.c: Likewise.
16571 * gdb.threads/non-ldr-exc-3.c: Likewise.
16572 * gdb.threads/non-ldr-exc-4.c: Likewise.
16573 * gdb.threads/pthreads.c: Include unistd.h.
16574 (main): Declare returns int.
16575 * gdb.threads/tls-main.c (foo): New declaration.
16576 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16577
f7e5394d
SM
165782015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16579
16580 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16581 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16582
743649fd
MW
165832015-01-15 Mark Wielaard <mjw@redhat.com>
16584
16585 * gdb.base/noreturn-return.c: New file.
16586 * gdb.base/noreturn-return.exp: New file.
16587 * gdb.base/noreturn-finish.c: New file.
16588 * gdb.base/noreturn-finish.exp: New file.
16589
198297aa
PA
165902015-01-23 Pedro Alves <palves@redhat.com>
16591
16592 * gdb.threads/continue-pending-after-query.c: New file.
16593 * gdb.threads/continue-pending-after-query.exp: New file.
16594
717cf30c
AG
165952015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16596 Simon Marchi <simon.marchi@ericsson.com>
16597
16598 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16599 * gdb.base/valgrind-db-attach.exp: Same.
16600 * gdb.base/valgrind-infcall.exp: Same.
16601 * lib/mi-support.exp (default_mi_gdb_start): Same.
16602 * lib/prompt.exp (default_prompt_gdb_start): Same.
16603 * lib/gdb.exp (default_gdb_spawn): Same.
16604 (gdb_interact): New.
16605
16606
4b62a76e
JK
166072015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16608
16609 * gdb.compile/compile.exp (pointer to jit function): New test.
16610
b4cdae6f
WW
166112015-01-17 Wei-cheng Wang <cole945@gmail.com>
16612
16613 * lib/gdb.exp (supports_process_record): Return true for
16614 powerpc*-*-linux*.
16615 (supports_reverse): Likewise.
16616
d221e7ef
DB
166172015-01-15 Don Breazeal <donb@codesourcery.com>
16618
16619 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16620 instead of checking whether the target board is remote and
16621 use spawn_wait_for_attach instead of exec/sleep.
16622 * gdb.base/attach-twice.exp: Likewise.
16623
bafffb51
JB
166242015-01-15 Joel Brobecker <brobecker@adacore.com>
16625
16626 * gdb.ada/var_arr_attrs: New testcase.
16627
5589af0e
PA
166282015-01-14 Pedro Alves <palves@redhat.com>
16629 Joel Brobecker <brobecker@adacore.com>
16630
16631 PR gdb/17525
16632 * gdb.base/bp-cmds-execution-x-script.c: New file.
16633 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16634 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16635
6c400b59
PA
166362015-01-14 Pedro Alves <palves@redhat.com>
16637
16638 PR cli/17828
16639 * gdb.base/batch-preserve-term-settings.c: New file.
16640 * gdb.base/batch-preserve-term-settings.exp: New file.
16641
e02c96a7
DE
166422015-01-13 Doug Evans <dje@google.com>
16643
16644 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16645 binary.
16646
576fd14c
JB
166472015-01-13 Joel Brobecker <brobecker@adacore.com>
16648
16649 * Makefile.in (clean mostlyclean): Do not delete *.py.
16650
04dccad0
JB
166512015-01-13 Joel Brobecker <brobecker@adacore.com>
16652
16653 * gdb.python/py-lookup-type.exp: New file.
16654
3d230f71
PA
166552015-01-12 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16658 restore GDBFLAGS before returning.
16659
7e67715d
JK
166602015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16661
16662 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16663 is_amd64_regs_target and is_x86_like_target.
16664
f2e0d4b4
DE
166652015-01-11 Doug Evans <xdje42@gmail.com>
16666
16667 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16668 is given without an explicit form.
16669 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16670 attributes.
16671 * gdb.dwarf/corrupt.exp: Ditto.
16672 * gdb.dwarf2/enum-type.exp: Ditto.
16673 * gdb.trace/entry-values.exp: Ditto.
16674 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16675
439250fb
DE
166762015-01-11 Doug Evans <xdje42@gmail.com>
16677
16678 PR gdb/15830
16679 * gdb.base/maint.exp: Remove references to "maint demangle".
16680 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16681 Add tests for explicitly specifying language to demangle.
16682 * gdb.dlang/demangle.exp: Ditto.
16683
ede9f622
PA
166842015-01-09 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.threads/non-stop-fair-events.c: New file.
16687 * gdb.threads/non-stop-fair-events.exp: New file.
16688
a7b796db
PA
166892015-01-09 Pedro Alves <palves@redhat.com>
16690
16691 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16692 the global scope. Set a breakpoint after all threads are started
16693 rather than stepping over two source lines. Expect the prompt.
16694 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16695 global.
16696 (NUM): Now 15.
16697 (main): Use threads_started_barrier to wait for all threads to
16698 start. Main thread no longer calls thread_function. Exit after
16699 180 seconds.
16700 (loop): New function.
16701 (thread_function): Wait on threads_started_barrier barrier. Call
16702 'loop' at each iteration.
16703 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16704 threads have started, instead of hardcoding number of "next"
16705 steps. Use an access watchpoint instead of a write watchpoint.
16706
9665ffdd
PA
167072015-01-09 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16710 (thread_func): Wait on barrier.
16711 (main): Wait for all threads to start before stopping GDB.
16712 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16713 global.
16714 (thread1_func, thread2_func): Wait on barrier.
16715 (main): Wait for all threads to start before stopping GDB.
16716 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16717 New global.
16718 (thread1_func, thread2_func): Wait on barrier.
16719 (main): Wait for all threads to start before stopping GDB.
16720
c945a99f
PA
167212015-01-09 Pedro Alves <palves@redhat.com>
16722
16723 * gdb.threads/attach-many-short-lived-threads.c: New file.
16724 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16725
c1a747c1
PA
167262014-01-09 Pedro Alves <palves@redhat.com>
16727
16728 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16729 instead of to thread 2.
16730 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16731 Add barrier around each pthread_create call instead of around all
16732 calls.
16733 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16734 Set a break on thread_function and have the child threads hit it
16735 one at at a time.
16736
60b3033e
PA
167372015-01-09 Pedro Alves <palves@redhat.com>
16738
16739 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16740 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16741 false.
16742 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16743 checking whether the target board is remote.
16744 * gdb.multi/multi-attach.exp: Likewise.
16745 * gdb.python/py-sync-interp.exp: Likewise.
16746 * gdb.server/ext-attach.exp: Likewise.
16747 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16748 tests that need to attach, instead of checking whether the target
16749 board is remote at the top of the file.
16750
acc018ac
YQ
167512015-01-08 Yao Qi <yao@codesourcery.com>
16752
16753 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16754
50a18af8
JK
167552015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16756
16757 Fix testcase compilation.
16758 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16759
8503d6e1
JB
167602015-01-06 Joel Brobecker <brobecker@adacore.com>
16761
16762 * gdb.python/py-type.exp: Add a couple test about empty
16763 array creation, and negative-length array creation.
16764
cc73dbcc
DE
167652015-01-02 Doug Evans <xdje42@gmail.com>
16766
16767 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16768
0300bbc7
DE
167692015-01-02 Doug Evans <dje@google.com>
16770
16771 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16772
9d85a0ec
YQ
167732014-12-29 Yao Qi <yao@codesourcery.com>
16774
16775 * gdb.trace/entry-values.exp: Update comments. Rename variable
16776 bar_call_foo to returned_from_foo.
16777
87186c6a
MMN
167782014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16779
16780 PR gdb/17394
16781 * gdb.linespec/break-asm-file.c: New file.
16782 * gdb.linespec/break-asm-file.exp: New file.
16783 * gdb.linespec/break-asm-file0.s: New file.
16784 * gdb.linespec/break-asm-file1.s: New file.
16785
1bab7383
YQ
167862014-12-18 Nigel Stephens <nigel@mips.com>
16787 Maciej W. Rozycki <macro@codesourcery.com>
16788
16789 * gdb.base/float.exp: Handle the new output from "info float" on
16790 MIPS targets.
16791
1bc1068a
JK
167922014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16793
16794 Fix MinGW compilation.
16795 * gdb.compile/compile-ops.exp: Update untested message if
16796 !skip_compile_feature_tests.
16797 * gdb.compile/compile-setjmp.exp: Likewise.
16798 * gdb.compile/compile-tls.exp: Likewise.
16799 * gdb.compile/compile.exp: Likewise.
16800 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16801 supported on this host".
16802
b6615d10
DE
168032014-12-16 Doug Evans <xdje42@gmail.com>
16804
16805 * boards/stabs.exp: New file.
16806
25dda427
AA
168072014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16808
16809 * gdb.base/completion.exp: Adjust to format changes of "maint
16810 print user-registers".
16811
bf330350
CU
168122014-12-16 Catalin Udma <catalin.udma@freescale.com>
16813
16814 PR server/17457
16815 * gdb.arch/aarch64-fp.c: New file.
16816 * gdb.arch/aarch64-fp.exp: New file.
16817
395cf596
SDJ
168182014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16819
16820 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16821 r210637, r210913, r211666, r215400, r215817).
16822
16823 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16824 * dg-extract-results.py: New file.
16825 * dg-extract-results.sh: Use it if the environment seems
16826 suitable.
16827
16828 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16829
16830 * dg-extract-results.py (parse_run): Handle warnings that
16831 are printed before a test harness is run.
16832
16833 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16834
16835 * dg-extract-results.py (Named): Remove __cmp__ method.
16836 (output_variation): Use a key to sort variation.harnesses.
16837
16838 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16839
16840 * dg-extract-results.py: For Python 3, force sys.stdout to
16841 handle surrogate escape sequences.
16842 (safe_open): New function.
16843 (output_segment, main): Use it.
16844
16845 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16846
16847 * dg-extract-results.py (Prog.result_re): Include options
16848 in test name.
16849
16850 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16851
16852 * dg-extract-results.py (output_variation): Always sort if
16853 do_sum.
16854
e882ef3c
SM
168552014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16856
16857 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16858 as long as we get pagination notifications.
16859
4992aa20
JM
168602014-12-15 Jason Merrill <jason@redhat.com>
16861
16862 * Makefile.in (check-gdb.%): Restore.
16863 * README: Mention it.
16864
c1b5a1a6
JB
168652014-12-13 Joel Brobecker <brobecker@adacore.com>
16866
16867 * gdb.ada/str_uninit: New testcase.
16868
5537b577
JK
168692014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16870
16871 PR symtab/17642
16872 * gdb.base/vla-stub-define.c: New file.
16873 * gdb.base/vla-stub.c: New file.
16874 * gdb.base/vla-stub.exp: New file.
16875
bb2ec1b3
TT
168762014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16877 Jan Kratochvil <jan.kratochvil@redhat.com>
16878 Tom Tromey <tromey@redhat.com>
16879
16880 * configure.ac: Add gdb.compile/.
16881 * configure: Regenerate.
16882 * gdb.compile/Makefile.in: New file.
16883 * gdb.compile/compile-ops.exp: New file.
16884 * gdb.compile/compile-ops.c: New file.
16885 * gdb.compile/compile-tls.c: New file.
16886 * gdb.compile/compile-tls.exp: New file.
16887 * gdb.compile/compile-constvar.S: New file.
16888 * gdb.compile/compile-constvar.c: New file.
16889 * gdb.compile/compile-mod.c: New file.
16890 * gdb.compile/compile-nodebug.c: New file.
16891 * gdb.compile/compile-setjmp-mod.c: New file.
16892 * gdb.compile/compile-setjmp.c: New file.
16893 * gdb.compile/compile-setjmp.exp: New file.
16894 * gdb.compile/compile-shlib.c: New file.
16895 * gdb.compile/compile.c: New file.
16896 * gdb.compile/compile.exp: New file.
16897 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16898
4ff709eb
TT
168992014-12-12 Tom Tromey <tromey@redhat.com>
16900
16901 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16902 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16903
6dddd6a5
DE
169042014-12-12 Doug Evans <dje@google.com>
16905
16906 * lib/gdb-python.exp (get_python_valueof): New function.
16907 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16908
71c24708
AA
169092014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16910
16911 * gdb.base/completion.exp: Add test for completion of "info
16912 registers ".
16913
3e29f34a
MR
169142014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16915
16916 * gdb.base/func-ptrs.c: New file.
16917 * gdb.base/func-ptrs.exp: New file.
16918
fc126975
SM
169192014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16920
16921 PR breakpoints/17012
16922 * gdb.base/dprintf-detach.c: New file.
16923 * gdb.base/dprintf-detach.exp: New file.
16924
0a46d518
SM
169252014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16926
16927 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16928 * lib/gdb.exp (target_is_gdbserver): New procedure.
16929
a0be3e44
DE
169302014-12-08 Doug Evans <dje@google.com>
16931
16932 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16933
df1b803a
YQ
169342014-12-05 Yao Qi <yao@codesourcery.com>
16935
16936 * gdb.guile/scm-error.exp: Remove the third argument to
16937 gdb_remote_download.
16938 * gdb.guile/scm-frame-args.exp: Likewise.
16939 * gdb.guile/scm-section-script.exp: Likewise.
16940
ddb9f679
YQ
169412014-12-05 Yao Qi <yao@codesourcery.com>
16942
16943 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16944
86e4ed39
DE
169452014-12-04 Doug Evans <dje@google.com>
16946
16947 * gdb.python/py-objfile.exp: Add tests for
16948 objfile.add_separate_debug_file.
16949
7c50a931
DE
169502014-12-04 Doug Evans <dje@google.com>
16951
16952 * lib/gdb.exp (get_build_id): New function.
16953 (build_id_debug_filename_get): Rewrite to use it.
16954 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16955
621661e3
MR
169562014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16957
16958 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16959 `method(long)', not just 0x0.
16960 * gdb.cp/nsalias.exp: Align code labels to 4.
16961 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16962 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16963 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16964 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16965 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16966 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16967
29f0c3b7
DE
169682014-12-02 Doug Evans <dje@google.com>
16969
e1e061e7 16970 PR symtab/17602
29f0c3b7 16971 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16972 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16973 * gdb.cp/anon-ns.exp: Update.
16974
162078c8
NB
169752014-12-02 Nick Bull <nicholaspbull@gmail.com>
16976
16977 * gdb.python/py-events.py (inferior_call_handler): New.
16978 (register_changed_handler, memory_changed_handler): New.
16979 (test_events.invoke): Register new handlers.
16980 * gdb.python/py-events.exp: Add tests for inferior call,
16981 memory_changed and register_changed events.
16982
fdb09caf
AA
169832014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16984
16985 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16986 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16987 if the linker doesn't understand this.
16988
55cfb2c4
SM
169892014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16990
16991 * gdb.python/python.exp: Change expected reply to help().
16992
9e8cd6df
YQ
169932014-12-01 Yao Qi <yao@codesourcery.com>
16994
16995 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16996 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16997 * configure: Re-generated.
16998
6c659fc2
SC
169992014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17000
17001 * gdb.cp/chained-calls.cc: New file.
17002 * gdb.cp/chained-calls.exp: New file.
17003 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17004
d7fc3181
SM
170052014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17006
17007 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17008 * gdb.dwarf2/symtab-producer.exp: Same.
17009 * gdb.gdb/python-interrupts.exp: Same.
17010 * gdb.gdb/python-selftest.exp: Same.
17011 * gdb.python/py-linetable.exp: Same.
17012 * gdb.python/py-type.exp: Same.
17013 * gdb.python/py-value-cc.exp: Same.
17014 * gdb.python/py-value.exp: Same.
17015
10e79639
YQ
170162014-11-28 Yao Qi <yao@codesourcery.com>
17017
17018 * gdb.base/break-probes.exp: Match library name prefixed with
17019 sysroot.
17020
f28a0564
SM
170212014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17022
17023 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17024 test expected output. Add parentheses for the call to print.
17025 Remove L suffix from integers.
17026
3fe1ce1d
DE
170272014-11-26 Doug Evans <dje@google.com>
17028
17029 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17030
84429e27
YQ
170312014-11-22 Yao Qi <yao@codesourcery.com>
17032
17033 * gdb.trace/entry-values.c: Remove asms.
17034 (foo): Add foo_label.
17035 (bar): Add bar_label.
17036 * gdb.trace/entry-values.exp: Remove code computing foo's
17037 length and bar's length.
17038 (Dwarf::assemble): Invoke function_range for bar and use
17039 MACRO_AT_func for foo.
17040
26741859
YQ
170412014-11-22 Yao Qi <yao@codesourcery.com>
17042
17043 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17044 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17045 Use .Lgcc43_procstart instead of gcc43.
17046
45e44d27
JB
170472014-11-21 Joel Brobecker <brobecker@adacore.com>
17048
17049 * gdb.ada/n_arr_bound: New testcase.
17050
458c8db8
SDJ
170512014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17052
17053 PR breakpoints/10737
17054 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17055 test_catch_syscall_multi_arch.
17056 (test_catch_syscall_multi_arch): New function.
17057
43f3e411
DE
170582014-11-20 Doug Evans <xdje42@gmail.com>
17059
17060 * gdb.base/maint.exp: Update expected output.
17061
0d7b2549
AA
170622014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17063
17064 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17065 4-byte instruction on S390.
17066
8908fca5
JB
170672014-11-19 Joel Brobecker <brobecker@adacore.com>
17068
17069 * gdb.ada/arr_arr: New testcase.
17070
4a46959e
JB
170712014-11-19 Joel Brobecker <brobecker@adacore.com>
17072
17073 * gdb.ada/pkd_arr_elem: New Testcase.
17074
470e2f4e
LM
170752014-11-18 Luis Machado <lgustavo@codesourcery.com>
17076
17077 * gdb.reverse/break-precsave: Expect completion message for
17078 core file reads.
17079 * gdb.reverse/consecutive-precsave.exp: Likewise.
17080 * gdb.reverse/finish-precsave.exp: Likewise.
17081 * gdb.reverse/i386-precsave.exp: Likewise.
17082 * gdb.reverse/machinestate-precsave.exp: Likewise.
17083 * gdb.reverse/sigall-precsave.exp: Likewise.
17084 * gdb.reverse/solib-precsave.exp: Likewise.
17085 * gdb.reverse/step-precsave.exp: Likewise.
17086 * gdb.reverse/until-precsave.exp: Likewise.
17087 * gdb.reverse/watch-precsave.exp: Likewise.
17088
a267f3ad
AA
170892014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17090
17091 * gdb.base/bp-permanent.c: Include unistd.h.
17092 * gdb.python/py-framefilter-mi.c (main): Add return type.
17093 * gdb.python/py-framefilter.c (main): Likewise.
17094 * gdb.trace/actions-changed.c (main): Likewise.
17095
12084a9a
AA
170962014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17097
17098 * gdb.mi/until.c: Add eye-catchers.
17099 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17100 line numbers.
17101
dc7e1a77
AA
171022014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17103
17104 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17105 function header variants in break1.c.
17106 * gdb.base/ena-dis-br.exp: Likewise.
17107 * gdb.base/hbreak2.exp: Likewise.
17108 * gdb.reverse/until-precsave.exp: Drop references to removed
17109 non-prototype function header variants in ur1.c.
17110 * gdb.reverse/until-reverse.exp: Likewise.
17111
41c77605
PM
171122014-11-17 Petr Machata <pmachata@redhat.com>
17113
17114 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17115 ${_cu_offset_size} bytes abbrev offset.
17116
34248c3a
DE
171172014-11-15 Doug Evans <xdje42@gmail.com>
17118
17119 PR symtab/17559
17120 * gdb.base/line-symtabs.exp: New file.
17121 * gdb.base/line-symtabs.c: New file.
17122 * gdb.base/line-symtabs.h: New file.
17123
646da059
YQ
171242014-11-14 Yao Qi <yao@codesourcery.com>
17125
17126 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17127 (func): Add label func_label.
17128 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17129 Replace low_pc and high_pc with MACRO_AT_range.
17130 Replace name, low_pc and high_pc with MACRO_AT_func.
17131
9301ebe6
YQ
171322014-11-14 Yao Qi <yao@codesourcery.com>
17133
17134 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17135 Replace name, low_pc and high_pc with MACRO_AT_func.
17136
f166b542
YQ
171372014-11-14 Yao Qi <yao@codesourcery.com>
17138
17139 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17140 produce debug information.
17141 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17142
0f6e71e3
YQ
171432014-11-14 Yao Qi <yao@codesourcery.com>
17144
17145 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17146 object and get function length.
17147 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17148 with MACRO_AT_func.
17149 (top-level): Replace gdb_compile and clean_restart with
17150 prepare_for_testing.
17151 * gdb.dwarf2/main.c (main): Add label main_label.
17152
876c4df9
YQ
171532014-11-14 Yao Qi <yao@codesourcery.com>
17154
17155 * lib/dwarf.exp (function_range): New procedure.
17156 (Dwarf::_handle_macro_at_func): New procedure.
17157 (Dwarf::_handle_macro_at_range): New procedure.
17158 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17159
02ad9cf1
YQ
171602014-11-14 Yao Qi <yao@codesourcery.com>
17161
17162 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17163 (_handle_attribute): New procedure.
17164
a59add0c
AA
171652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17166
17167 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17168 * gdb.base/call-sc.c (zed): Likewise.
17169 * gdb.base/checkpoint.c (main): Likewise.
17170 * gdb.base/dump.c (main): Likewise.
17171 * gdb.base/gcore.c (main): Likewise.
17172 * gdb.base/huge.c (main): Likewise.
17173 * gdb.base/multi-forks.c (main): Likewise.
17174 * gdb.base/pr10179-a.c (main): Likewise.
17175 * gdb.base/savedregs.c (main): Likewise.
17176 * gdb.base/sigaltstack.c (main): Likewise.
17177 * gdb.base/siginfo.c (main): Likewise.
17178 * gdb.base/structs.c (zed): Likewise.
17179 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17180 * gdb.mi/mi-syn-frame.c (main): Likewise.
17181 * gdb.mi/until.c (foo, main): Likewise.
17182 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17183 * gdb.base/solib-weak.c (foo): Declare.
17184 * gdb.base/attach-twice.c: Include stdio.h.
17185 * gdb.base/weaklib1.c: Likewise.
17186 * gdb.base/weaklib2.c: Likewise.
17187 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17188 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17189 unistd.h.
17190 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17191 * gdb.mi/mi-exit-code.c: Likewise.
17192 * gdb.base/break-interp-lib.c: Include string.h.
17193 * gdb.base/coremaker.c: Likewise.
17194 * gdb.base/testenv.c: Likewise.
17195 * gdb.python/py-finish-breakpoint.c: Likewise.
17196 * gdb.base/inferior-died.c: Include sys/wait.h.
17197 * gdb.base/fileio.c: Include time.h.
17198 * gdb.base/async-shell.c: Include unistd.h.
17199 * gdb.base/dprintf-non-stop.c: Likewise.
17200 * gdb.base/info-os.c: Likewise.
17201 * gdb.mi/mi-console.c: Likewise.
17202 * gdb.mi/watch-nonstop.c: Likewise.
17203 * gdb.python/py-events.c: Likewise.
17204 * gdb.base/async.c (baz): Move up before its invocation.
17205 * gdb.base/code_elim2.c (my_global_func): Likewise.
17206 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17207 * gdb.base/advance.c (func2): Likewise.
17208
3b5d5997
AA
172092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17210
17211 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17212 variant.
17213 * gdb.base/annota3.c: Likewise.
17214 * gdb.base/async.c: Likewise.
17215 * gdb.base/average.c: Likewise.
17216 * gdb.base/call-ar-st.c: Likewise.
17217 * gdb.base/call-rt-st.c: Likewise.
17218 * gdb.base/call-sc.c: Likewise.
17219 * gdb.base/call-strs.c: Likewise.
17220 * gdb.base/ending-run.c: Likewise.
17221 * gdb.base/execd-prog.c: Likewise.
17222 * gdb.base/exprs.c: Likewise.
17223 * gdb.base/foll-exec.c: Likewise.
17224 * gdb.base/foll-fork.c: Likewise.
17225 * gdb.base/foll-vfork.c: Likewise.
17226 * gdb.base/funcargs.c: Likewise.
17227 * gdb.base/gcore.c: Likewise.
17228 * gdb.base/jump.c: Likewise.
17229 * gdb.base/langs0.c: Likewise.
17230 * gdb.base/langs1.c: Likewise.
17231 * gdb.base/langs2.c: Likewise.
17232 * gdb.base/mips_pro.c: Likewise.
17233 * gdb.base/nodebug.c: Likewise.
17234 * gdb.base/opaque0.c: Likewise.
17235 * gdb.base/opaque1.c: Likewise.
17236 * gdb.base/recurse.c: Likewise.
17237 * gdb.base/run.c: Likewise.
17238 * gdb.base/scope0.c: Likewise.
17239 * gdb.base/scope1.c: Likewise.
17240 * gdb.base/setshow.c: Likewise.
17241 * gdb.base/setvar.c: Likewise.
17242 * gdb.base/shmain.c: Likewise.
17243 * gdb.base/shr1.c: Likewise.
17244 * gdb.base/shr2.c: Likewise.
17245 * gdb.base/sigall.c: Likewise.
17246 * gdb.base/signals.c: Likewise.
17247 * gdb.base/so-indr-cl.c: Likewise.
17248 * gdb.base/solib2.c: Likewise.
17249 * gdb.base/structs.c: Likewise.
17250 * gdb.base/sum.c: Likewise.
17251 * gdb.base/vforked-prog.c: Likewise.
17252 * gdb.base/watchpoint.c: Likewise.
17253 * gdb.reverse/shr2.c: Likewise.
17254 * gdb.reverse/until-reverse.c: Likewise.
17255 * gdb.reverse/ur1.c: Likewise.
17256 * gdb.reverse/watch-reverse.c: Likewise.
17257
066a77c5
AA
172582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17259
17260 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17261 variant.
17262 * gdb.base/sepdebug.exp: Drop references to removed code.
17263
4f204ea5
AA
172642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17265
17266 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17267 variant. Preserve original line numbering.
17268 * gdb.base/list1.c: Likewise.
17269
3b377a3a
AA
172702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17271
17272 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17273 variant.
17274 * gdb.base/break1.c: Likewise.
17275 * gdb.base/break.exp: Drop references to removed code.
17276
e444df73
AA
172772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17278
17279 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17280 variant.
17281
8008f2a7
AA
172822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17283
17284 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17285
a5a06887
AA
172862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17287
17288 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17289 logic into perform_all_tests() and invoke it with and without
17290 function header prototypes.
17291 (do_function_calls): Remove conditional XFAIL for PR 5318.
17292 (rerun_and_prepare): Remove duplicate code.
17293 (perform_all_tests): New. Main logic moved here.
17294
44dba9b9
AA
172952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17296
17297 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17298 code guarded by #ifdef NO_PROTOTYPES.
17299 (t_double_many_args): Likewise.
17300 (DEF_FUNC_MANY_ARGS_1): Likewise.
17301 (DEF_FUNC_VALUES_1): Likewise.
17302 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17303 guarded by #ifdef PROTOTYPES.
17304
d1fbcd56
AA
173052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17306
17307 * gdb.mi/mi-console.c: Add eye-catcher.
17308 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17309 instead of literal line number.
17310
b0e59b8f
AA
173112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17312
17313 * gdb.base/shr2.c: Add eye-catcher.
17314 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17315 line number.
17316
78f98cca
AA
173172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17318
17319 * gdb.base/jump.c: Add eye-catchers.
17320 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17321 numbers.
17322
58fa2af0
AA
173232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17324
17325 * gdb.base/execd-prog.c: Add eye-catchers.
17326 * gdb.base/foll-exec.c: Likewise.
17327 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17328 line numbers.
17329
04e5059b
AA
173302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17331
17332 * gdb.base/ending-run.c: Add eye-catchers.
17333 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17334 literal line numbers.
17335
dbfdb174
AA
173362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17337
17338 * gdb.base/call-rt-st.c: Add eye-catchers.
17339 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17340 literal line numbers.
17341
888a2ade
AA
173422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17343
17344 * gdb.base/call-ar-st.c: Add eye-catchers.
17345 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17346 literal line numbers.
17347
6acc2dde
AA
173482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17349
17350 * gdb.base/average.c: Add eye-catchers.
17351 * gdb.base/sum.c: Likewise.
17352 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17353 regexps dynamically.
17354
9ecfcd1d
AA
173552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17356
17357 * gdb.base/solib1.c: Add eye-catchers.
17358 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17359 literal line numbers.
17360
78708b7c
PA
173612014-11-12 Pedro Alves <palves@redhat.com>
17362
17363 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17364 leader has exited.
17365
af48d08f
PA
173662014-11-12 Pedro Alves <palves@redhat.com>
17367
17368 * gdb.arch/i386-bp_permanent.c: New file.
17369 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17370 (srcfile): Set to i386-bp_permanent.c.
17371 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17372 that stepi does not execute the 'leave' instruction, instead of
17373 testing it does execute.
17374 * gdb.base/bp-permanent.c: New file.
17375 * gdb.base/bp-permanent.exp: New file.
17376
af3768e9
DE
173772014-11-10 Doug Evans <xdje42@gmail.com>
17378
17379 PR symtab/17564
17380 * gdb.base/symtab-search-order.exp: New file.
17381 * gdb.base/symtab-search-order.c: New file.
17382 * gdb.base/symtab-search-order-1.c: New file.
17383 * gdb.base/symtab-search-order-shlib-1.c: New file.
17384
9de00a4a
PA
173852014-11-07 Pedro Alves <palves@redhat.com>
17386
17387 PR gdb/17511
17388 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17389 i?86-*-linux*.
17390
e0f52461
SC
173912014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17392
17393 PR c++/17494
17394 * gdb.cp/pr17494.cc: New file.
17395 * gdb.cp/pr17494.exp: New file.
17396
6ce8c980
YQ
173972014-11-02 Yao Qi <yao@codesourcery.com>
17398
17399 * gdb.python/python.exp: Get working directory and match the
17400 output of "set extended-prompt \\w " with it.
17401
02be9a71
DE
174022014-10-30 Doug Evans <dje@google.com>
17403
17404 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17405 in objfiles.
17406 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17407 in progspaces.
17408
3bdff46b
LM
174092014-10-30 Janis Johnson <janisjo@codesourcery.com>
17410
17411 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17412 * gdb.base/realname-expand.exp: Likewise.
17413 * gdb.linespec/macro-relative.exp: Likewise.
17414
ab917dfb
PA
174152014-10-29 Pedro Alves <palves@redhat.com>
17416
17417 PR gdb/17408
17418 * gdb.threads/schedlock.c (some_function): New function.
17419 (call_function): New global.
17420 (MAYBE_CALL_SOME_FUNCTION): New macro.
17421 (thread_function): Call it.
17422 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17423 and use it instead of a global counter. Adjust all callers.
17424 (get_current_thread): Use "find current thread" for test message
17425 here rather than having all callers pass down the same string.
17426 (goto_loop): New procedure, factored out from ...
17427 (my_continue): ... this.
17428 (step_ten_loops): Change parameter from test message to command to
17429 use. Adjust.
17430 (list_count): Delete global.
17431 (check_result): New procedure, factored out from duplicate top
17432 level code.
17433 (continue tests): Wrap in with_test_prefix.
17434 (test_step): New procedure, factored out from duplicate top level
17435 code.
17436 (top level): Test "step" in combination with all scheduler-locking
17437 modes. Test "next" in combination with all scheduler-locking
17438 modes, and in combination with stepping over a function call or
17439 not.
17440 * gdb.threads/next-bp-other-thread.c: New file.
17441 * gdb.threads/next-bp-other-thread.exp: New file.
17442
d3d4baed
PA
174432014-10-29 Pedro Alves <palves@redhat.com>
17444
17445 PR python/17372
17446 * gdb.python/python.exp: Test a multi-line command that spawns
17447 interactive Python.
17448 * gdb.base/multi-line-starts-subshell.exp: New file.
17449
563e8d85
YQ
174502014-10-29 Yao Qi <yao@codesourcery.com>
17451
17452 * gdb.base/fileio.exp: Make directories on host.
17453
0ea4d52e
YQ
174542014-10-29 Yao Qi <yao@codesourcery.com>
17455
17456 * gdb.base/fileio.c (test_write): Close the file.
17457
7f5ef605
PA
174582014-10-28 Pedro Alves <palves@redhat.com>
17459
17460 PR gdb/12623
17461 * gdb.base/sigstep.c (no_handler): New global.
17462 (main): If 'no_handler is true, set the signal handlers to
17463 SIG_IGN.
17464 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17465 with_sw_watch and no_handler parameters. Handle them.
17466 (top level) <stepping over handler when stopped at a breakpoint
17467 test>: Add a test axis for testing with a software watchpoint, and
17468 another for testing with the signal handler set to SIG_IGN.
17469 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17470 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17471
abbdbd03
PA
174722014-10-28 Pedro Alves <palves@redhat.com>
17473
17474 PR gdb/17511
17475 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17476 * gdb.base/sigstep.exp (other_handler_location): New global.
17477 (advance): Support stepping into the signal handler, and running
17478 commands while in the handler.
17479 (in_handler_map): New global.
17480 (top level): In the advance test, add combinations for getting
17481 into the handler with stepping commands, and for running commands
17482 in the handler. Add comment descripting the advancei tests.
17483
1df4399f
PA
174842014-10-28 Pedro Alves <palves@redhat.com>
17485
17486 * gdb.base/sigstep.exp: Use build_executable instead of
17487 prepare_for_testing.
17488 (top level): Move code that starts GDB, runs to main and creates a
17489 display to ...
17490 (restart): ... this new procedure.
17491 (top level): Move backtrace from signal handler test to ...
17492 (validate_backtrace): ... this new procedure.
17493 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17494 with_test_prefix. Always restart GDB.
17495 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17496 with_test_prefix. Always restart GDB. No need to delete
17497 breakpoints after the test.
17498 (test_skip_handler): Remove prefix parameter.
17499 (skip_over_handler, breakpoint_to_handler)
17500 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17501 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17502 restart GDB. No need to delete breakpoints after the test.
17503 (top level): Use foreach to call the test procedures with
17504 different commands.
17505
a5b6e449
PA
175062014-10-28 Pedro Alves <palves@redhat.com>
17507
17508 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17509 instead of GNATS numbers.
17510 * gdb.base/sigbpt.exp: Likewise.
17511 * gdb.base/siginfo.exp: Likewise.
17512 * gdb.base/sigstep.exp: Likewise.
17513
e5f8a7cc
PA
175142014-10-27 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.base/sigstep.c (dummy): New global.
17517 (main): Issue a couple writes to the new global.
17518 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17519 procedures.
17520 (skip_over_handler): Use test_skip_handler.
17521 (top level): Call skip_over_handler for stepi and nexti too.
17522 (breakpoint_over_handler): Use test_skip_handler.
17523 (top level): Call breakpoint_over_handler for stepi and nexti too.
17524
763905a3
YQ
175252014-10-27 Yao Qi <yao@codesourcery.com>
17526
17527 * gdb.trace/tfile.c (adjust_function_address)
17528 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17529 function descriptor.
17530
6f259a23
DB
175312014-10-24 Don Breazeal <donb@codesourcery.com>
17532
17533 * gdb.base/foll-fork.exp (test_follow_fork,
17534 catch_fork_child_follow): Check for updated fork messages emitted
17535 from infrun.c.
17536 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17537 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17538 vfork_and_exec_child_follow_through_step): Check for updated vfork
17539 messages emitted from infrun.c.
17540
09dd9a69
PA
175412014-10-24 Pedro Alves <palves@redhat.com>
17542
17543 * gdb.base/corefile.exp: Remove references to ultrix.
17544 * gdb.base/interrupt.exp: Likewise.
17545 * gdb.base/whatis.exp: Likewise.
17546 * gdb.gdb/selftest.exp: Likewise.
17547 * gdb.threads/manythreads.exp: Likewise.
17548 * gdb.threads/print-threads.exp: Likewise.
17549 * gdb.threads/pthreads.exp:: Likewise.
17550 * gdb.threads/schedlock.exp: Likewise.
17551
3433cfa5
SC
175522014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17553
17554 * gdb.cp/non-trivial-retval.cc: Add a test case.
17555 * gdb.cp/non-trivial-retval.exp: Add a test.
17556
092f880b
YQ
175572014-10-20 Yao Qi <yao@codesourcery.com>
17558
17559 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17560 * gdb.python/py-objfile-script-gdb.py: New file.
17561 * gdb.python/py-objfile-script.exp: Update reference to
17562 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17563 of remote_download. Remove the dest file.
17564
acbdb7f3
YQ
175652014-10-20 Yao Qi <yao@codesourcery.com>
17566
17567 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17568 * gdb.base/step-line.exp: Likewise.
17569 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17570 * gdb.dwarf2/dw2-basic.exp: Likewise.
17571 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17572 * gdb.dwarf2/dw2-filename.exp: Likewise.
17573 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17574 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17575 * gdb.dwarf2/dw2-producer.exp: Likewise.
17576 * gdb.dwarf2/mac-fileno.exp: Likewise.
17577 * gdb.python/py-frame-args.exp: Likewise.
17578 * gdb.python/py-framefilter.exp: Likewise.
17579 * gdb.python/py-mi.exp: Likewise.
17580 * gdb.python/py-objfile-script.exp: Likewise
17581 * gdb.python/py-pp-integral.exp: Likewise.
17582 * gdb.python/py-pp-re-notag.exp: Likewise.
17583 * gdb.python/py-prettyprint.exp: Likewise.
17584 * gdb.python/py-section-script.exp: Likewise.
17585 * gdb.python/py-typeprint.exp: Likewise.
17586 * gdb.python/py-xmethods.exp: Likewise.
17587 * gdb.stabs/weird.exp: Likewise.
17588 * gdb.xml/tdesc-regs.exp: Likewise.
17589
bd286a29
KCY
175902014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17591
17592 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17593 (out_cu): Use addr_len for the size of addresses.
17594 (out_line): Likewise. Size DW_LNE_set_address instruction
17595 according to addr_len.
17596 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17597 (FUNC): Add START_INSNS to definition.
17598
673dc4a0
YQ
175992014-10-18 Yao Qi <yao@codesourcery.com>
17600
17601 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17602 gdb_has_argv0 return true.
17603 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17604 check [target_info exists noargs], check [gdb_has_argv0]
17605 instead.
17606 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17607 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17608 procedures.
17609
4ffbba72
DE
176102014-10-17 Doug Evans <dje@google.com>
17611
17612 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17613 event.
17614 * gdb.python/py-events.py: Add clear_objfiles event.
17615
d096d8c1
DE
176162014-10-17 Doug Evans <dje@google.com>
17617
17618 * gdb.python/py-objfile.exp: Test progspace attribute.
17619
a80db015
LM
176202014-10-17 Luis Machado <lgustavo@codesourcery.com>
17621
17622 * gdb.guile/scm-breakpoint.exp: Do not assume any
17623 directory separators when matching source file paths.
17624 * gdb.python/py-breakpoint.exp: Likewise.
17625 * gdb.reverse/break-precsave.exp: Likewise.
17626 * gdb.reverse/break-reverse.exp: Likewise.
17627 * gdb.reverse/consecutive-precsave.exp: Likewise.
17628 * gdb.reverse/finish-precsave.exp: Likewise.
17629 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17630 * gdb.reverse/finish-reverse.exp: Likewise.
17631 * gdb.reverse/i386-precsave.exp: Likewise.
17632 * gdb.reverse/i387-env-reverse.exp: Likewise.
17633 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17634 * gdb.reverse/machinestate-precsave.exp: Likewise.
17635 * gdb.reverse/machinestate.exp: Likewise.
17636 * gdb.reverse/sigall-precsave.exp: Likewise.
17637 * gdb.reverse/solib-precsave.exp: Likewise.
17638 * gdb.reverse/step-precsave.exp: Likewise.
17639 * gdb.reverse/until-precsave.exp: Likewise.
17640 * gdb.reverse/watch-precsave.exp: Likewise.
17641 * gdb.reverse/watch-reverse.exp: Likewise.
17642
b22089ab
YQ
176432014-10-17 Yao Qi <yao@codesourcery.com>
17644
17645 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17646 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17647
6c4486e6
PA
176482014-10-17 Pedro Alves <palves@redhat.com>
17649
17650 PR gdb/17471
17651 * gdb.base/bg-execution-repeat.c: New file.
17652 * gdb.base/bg-execution-repeat.exp: New file.
17653
0ff33695
PA
176542014-10-17 Pedro Alves <palves@redhat.com>
17655
17656 PR gdb/17300
17657 * gdb.base/continue-all-already-running.c: New file.
17658 * gdb.base/continue-all-already-running.exp: New file.
17659
6fdebc3d
PA
176602014-10-17 Pedro Alves <palves@redhat.com>
17661
17662 PR gdb/17472
17663 * gdb.base/annota-input-while-running.c: New file.
17664 * gdb.base/annota-input-while-running.exp: New file.
17665
32a8097b
PA
176662014-10-17 Pedro Alves <palves@redhat.com>
17667
17668 * gdb.base/callfuncs.exp: emove references to osf.
17669 * gdb.base/sigall.exp: Likewise.
17670 * gdb.gdb/selftest.exp: Likewise.
17671 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17672 * gdb.mi/non-stop.c: Likewise.
17673 * gdb.mi/pthreads.c: Likewise.
17674 * gdb.reverse/sigall-precsave.exp: Likewise.
17675 * gdb.reverse/sigall-reverse.exp: Likewise.
17676 * gdb.threads/pthreads.c: Likewise.
17677 * gdb.threads/pthreads.exp: Likewise.
17678
7a3517ff
YQ
176792014-10-17 Yao Qi <yao@codesourcery.com>
17680
17681 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17682 check 'target_info exists noargs'.
17683 (test_command_prompt_position): Likewise.
17684 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17685 Remove "set args".
17686 (progvar_simple_while_test): Likewise.
17687 (progvar_complex_if_while_test): Likewise.
17688 (if_while_breakpoint_command_test): Likewise.
17689 (infrun_breakpoint_command_test): Likewise.
17690 (breakpoint_command_test): Likewise.
17691 (watchpoint_command_test): Likewise.
17692 (bp_deleted_in_command_test): Likewise.
17693 (temporary_breakpoint_commands): Likewise.
17694
bb99c472
YQ
176952014-10-16 Yao Qi <yao@codesourcery.com>
17696
17697 * gdb.base/remotetimeout.exp: Remove noargs checking.
17698
7c16b83e
PA
176992014-10-15 Pedro Alves <palves@redhat.com>
17700
17701 PR breakpoints/9649
17702 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17703 * gdb.base/breakpoint-in-ro-region.exp
17704 (probe_target_hardware_step): New procedure.
17705 (top level): Probe hardware stepping and hardware breakpoint
17706 support. Test stepping through a read-only region, with both
17707 "breakpoint auto-hw" on and off and both "always-inserted" on and
17708 off.
17709
35a49624
IB
177102014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17711
17712 * gdb.dlang/demangle.exp: Update for demangling changes.
17713
2d1c107c
SC
177142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17715
17716 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17717 * gdb.cp/non-trivial-retval.exp: Add new tests.
17718
778811d5
SC
177192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17720
17721 PR c++/13403
17722 PR c++/15154
17723 * gdb.cp/non-trivial-retval.cc: New file.
17724 * gdb.cp/non-trivial-retval.exp: New file.
17725
10c5f0a8
YQ
177262014-10-15 Yao Qi <yao@codesourcery.com>
17727
17728 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17729 remote host.
17730
65d7b369
YQ
177312014-10-15 Yao Qi <yao@codesourcery.com>
17732
17733 * gdb.python/py-symbol.exp: Match file base name if host is
17734 remote, otherwise match file name with dir name.
17735 * gdb.python/py-symtab.exp: Likewise.
17736 * gdb.python/python.exp: Likewise.
17737
46dc1394
YQ
177382014-10-15 Yao Qi <yao@codesourcery.com>
17739
17740 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17741 pattern.
17742 * gdb.python/py-symtab.exp: Likewise.
17743 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17744 locationn.
17745
c40cc657
JB
177462014-10-14 Joel Brobecker <brobecker@adacore.com>
17747
17748 * gdb.ada/addr_arith: New testcase.
17749
2abf49e1
MR
177502014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17751
17752 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17753 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17754 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17755 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17756
f7088df3
SDJ
177572014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17758
17759 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17760 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17761 * gdb.arch/stap-eval-lang-ada.exp: New file.
17762
4dc06805
YQ
177632014-10-14 Yao Qi <yao@codesourcery.com>
17764
17765 * gdb.mi/mi-var-child.c (nothing1): New function.
17766 (nothing2): New function.
17767 (do_children_tests): Set function pointers by nothing1 and
17768 nothing2.
17769 * gdb.mi/mi-var-child.exp: Step over new added statements.
17770 Update test to match the new output.
17771 * gdb.mi/var-cmd.c (nothing1): New function.
17772 (nothing2): New function.
17773 (do_children_tests): Set function pointers by nothing1 and
17774 nothing2.
17775 * gdb.mi/mi-var-display.exp: Update test to match output.
17776 Step to the line specified by $line_dct_nothing.
17777 Increase the number of lines to step.
17778
46a93de2
YQ
177792014-10-14 Yao Qi <yao@codesourcery.com>
17780
17781 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17782 tests.
17783 * gdb.mi/mi2-var-child.exp: Likewise.
17784
14ea52ee
DE
177852014-10-13 Doug Evans <dje@google.com>
17786
17787 * gdb.python/py-objfile.exp: Change name of file name test.
17788
e5c6e92b
DE
177892014-10-13 Doug Evans <dje@google.com>
17790
17791 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17792 from the start of the CU.
17793
c780cc2f
JK
177942014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17795 Yao Qi <yao@codesourcery.com>
17796
17797 Fix "save breakpoints" for "catch" command.
17798 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17799 Remove -nonewline. Match also the added "main" line.
17800
99894e11
JK
178012014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17802
17803 Fix "save breakpoints" for "disable $bpnum" command.
17804 * gdb.base/save-bp.c (main): Add label.
17805 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17806
6e1ac5a3
JK
178072014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17808
17809 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17810
754dd2b0
YQ
178112014-10-11 Yao Qi <yao@codesourcery.com>
17812
17813 * gdb.server/server-kill.exp: Execute command
17814 "set remote trace-status-packet on" before "tstatus".
17815
f90183d7
YQ
178162014-10-11 Yao Qi <yao@codesourcery.com>
17817
17818 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17819 (main): Call getppid.
17820 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17821 and continue to it. Read variable "server_pid".
17822
bf40a607
YQ
178232014-10-11 Yao Qi <yao@codesourcery.com>
17824
17825 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17826
052ca370
YQ
178272014-10-11 Yao Qi <yao@codesourcery.com>
17828
17829 * gdb.threads/thread-find.exp: Don't execute command
17830 "info threads".
17831 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17832 * gdb.threads/linux-dp.exp: Don't check the condition
17833 $threads_created equals to zero.
17834
3831839c
PA
178352014-10-10 Pedro Alves <palves@redhat.com>
17836
17837 * gdb.base/bigcore.exp: Remove references to IRIX.
17838 * gdb.base/funcargs.exp: Likewise.
17839 * gdb.base/interrupt.exp: Likewise.
17840 * gdb.base/mips_pro.exp: Likewise.
17841 * gdb.base/nodebug.exp: Likewise.
17842 * gdb.base/setvar.exp: Likewise.
17843 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17844
8b9a549d
PA
178452014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17846 Pedro Alves <palves@redhat.com>
17847
17848 PR symtab/14466
17849 * gdb.base/vdso-warning.c: New file.
17850 * gdb.base/vdso-warning.exp: New file.
17851
d48ba5e8
DE
178522014-10-02 Doug Evans <dje@google.com>
17853
17854 * gdb.base/structs.c (main): Don't run forever.
17855
2278c276
PA
178562014-10-02 Pedro Alves <palves@redhat.com>
17857
17858 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17859 (top level) <stop threads 1, stop threads 2>: Use it.
17860
b57bacec
PA
178612014-10-02 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.threads/break-while-running.exp (test): Add new
17864 'update_thread_list' argument. Skip "info threads" if false.
17865 (top level): Add new 'update_thread_list' axis.
17866
13fd3ff3
PA
178672014-10-02 Pedro Alves <palves@redhat.com>
17868
17869 PR breakpoints/17431
17870 * gdb.base/execl-update-breakpoints.c: New file.
17871 * gdb.base/execl-update-breakpoints.exp: New file.
17872
0fec99e8
PA
178732014-10-01 Pedro Alves <palves@redhat.com>
17874
17875 * gdb.base/breakpoint-in-ro-region.c: New file.
17876 * gdb.base/breakpoint-in-ro-region.exp: New file.
17877
2ddf4301
SM
178782014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17879
17880 * gdb.mi/mi-exit-code.exp: New file.
17881 * gdb.mi/mi-exit-code.c: New file.
17882
6a5f3f43
YQ
178832014-09-30 Yao Qi <yao@codesourcery.com>
17884
17885 * lib/prelink-support.exp (build_executable_own_libs): Error if
17886 the target isn't native.
17887
345bcc73
YQ
178882014-09-30 Yao Qi <yao@codesourcery.com>
17889
17890 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17891 false.
17892
a25a5a45
PA
178932014-09-22 Pedro Alves <palves@redhat.com>
17894
17895 * gdb.threads/break-while-running.exp: New file.
17896 * gdb.threads/break-while-running.c: New file.
17897
00ba3162
YQ
178982014-09-19 Yao Qi <yao@codesourcery.com>
17899
17900 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17901 Invoke test. Restart GDB with --readnow and invoke test again.
17902
c3b7b696
YQ
179032014-09-19 Yao Qi <yao@codesourcery.com>
17904
17905 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17906 proc set_breakpoint_on_gcd_function. Invoke
17907 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17908 invoke set_breakpoint_on_gcd_function again.
17909
2b4fd423
DE
179102014-09-18 Doug Evans <dje@google.com>
17911
17912 * gdb.dwarf2/symtab-producer.exp: New file.
17913
a5947601
SDJ
179142014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17915
17916 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17917 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17918 * gdb.base/global-var-nested-by-dso.c: Likewise.
17919 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17920
91c19059
SDJ
179212014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17922 Pedro Alves <palves@redhat.com>
17923
17924 * gdb.base/watch-bitfields.exp: Pass string other than test file
17925 name to prepare_for_testing.
17926 (watch): New procedure.
17927 (expect_watchpoint): Use with_test_prefix.
17928 (top level): Factor out tests to ...
17929 (test_watch_location, test_regular_watch): ... these new
17930 procedures, and use with_test_prefix and gdb_continue_to_end.
17931
bb9d5f81
PP
179322014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17933
17934 PR breakpoints/12526
17935 * gdb.base/watch-bitfields.exp: New file.
17936 * gdb.base/watch-bitfields.c: New file.
17937
635856f5
PA
179382014-09-16 Pedro Alves <palves@redhat.com>
17939
17940 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17941 software and hardware addresses, not software address against
17942 itself.
17943
7280ceea
PA
179442014-09-16 Pedro Alves <palves@redhat.com>
17945
17946 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17947 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17948
428b16bd
PA
179492014-09-16 Pedro Alves <palves@redhat.com>
17950
17951 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17952 files.
17953 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17954 "*-*-vxworks*" throughout.
17955 * gdb.base/break.exp: Likewise.
17956 * gdb.base/default.exp: Likewise.
17957 * gdb.base/scope.exp: Likewise.
17958 * gdb.base/sepdebug.exp: Likewise.
17959 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17960 throughout.
17961 * gdb.base/run.c: Likewise.
17962 * gdb.base/sepdebug.c: Likewise.
17963 * gdb.hp/gdb.aCC/run.c: Likewise.
17964 * gdb.reverse/until-reverse.c: Likewise.
17965 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17966
666d413c
YQ
179672014-09-16 Yao Qi <yao@codesourcery.com>
17968
17969 * boards/local-remote-host-native.exp: New file.
17970
57cbd724
DE
179712014-09-14 Doug Evans <xdje42@gmail.com>
17972
17973 * gdb.threads/queue-signal.c (thread_count): New variable.
17974 (thread_count_mutex, thread_count_condvar): New variables.
17975 (incr_thread_count, wait_all_threads_running): New functions.
17976 (main): Wait for all threads to be in their thread functions.
17977
81219e53
DE
179782014-09-13 Doug Evans <xdje42@gmail.com>
17979
17980 * gdb.threads/queue-signal.c: New file.
17981 * gdb.threads/queue-signal.exp: New file.
17982
3714cea7
DE
179832014-09-13 Doug Evans <xdje42@gmail.com>
17984
17985 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17986 be consistent with what default_gdb_init uses.
17987 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17988 the plain text of the prompt. Add some logging printfs.
17989 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17990
fa43b1d7
PA
179912014-09-12 Pedro Alves <palves@redhat.com>
17992
17993 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17994 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17995 * gdb.arch/i386-size-overlap.exp: Likewise.
17996 * gdb.arch/i386-size.exp: Likewise.
17997 * gdb.arch/i386-unwind.exp: Likewise.
17998 * gdb.base/a2-run.exp: Likewise.
17999 * gdb.base/break.exp: Likewise.
18000 * gdb.base/charset.exp: Likewise.
18001 * gdb.base/chng-syms.exp: Likewise.
18002 * gdb.base/commands.exp: Likewise.
18003 * gdb.base/dbx.exp: Likewise.
18004 * gdb.base/find.exp: Likewise.
18005 * gdb.base/funcargs.exp: Likewise.
18006 * gdb.base/jit-simple.exp: Likewise.
18007 * gdb.base/reread.exp: Likewise.
18008 * gdb.base/sepdebug.exp: Likewise.
18009 * gdb.base/step-bt.exp: Likewise.
18010 * gdb.cp/mb-inline.exp: Likewise.
18011 * gdb.cp/mb-templates.exp: Likewise.
18012 * gdb.objc/basicclass.exp: Likewise.
18013 * gdb.threads/killed.exp: Likewise.
18014
9d9bf2df
EBM
180152014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18016
18017 PR tdep/17379
18018 * gdb.arch/powerpc-stackless.S: New file.
18019 * gdb.arch/powerpc-stackless.exp: New file.
18020
1cf2f1b0
JK
180212014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18022
18023 * gdb.base/attach.c: Include unistd.h.
18024 (main): Call alarm. Add label postloop.
18025 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18026 gdb_breakpoint, gdb_continue_to_breakpoint.
18027 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18028
98880d46
PA
180292014-09-11 Pedro Alves <palves@redhat.com>
18030
18031 PR gdb/17347
18032 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18033 * gdb.base/attach.exp (test_command_line_attach_run): New
18034 procedure.
18035 (top level): Call it.
18036
4c92ff2c
PA
180372014-09-11 Pedro Alves <palves@redhat.com>
18038
18039 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18040 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18041 (do_command_attach_tests): Use spawn_wait_for_attach.
18042 * gdb.base/solib-overlap.exp: Likewise.
18043 * gdb.multi/multi-attach.exp: Likewise.
18044 * gdb.python/py-prompt.exp: Likewise.
18045 * gdb.python/py-sync-interp.exp: Likewise.
18046 * gdb.server/ext-attach.exp: Likewise.
18047
3adc1a7d
GKB
180482014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18049
18050 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18051 command in testcase. Simplify testcase.
18052
96334934
JB
180532014-09-10 Joel Brobecker <brobecker@adacore.com>
18054
18055 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18056
eb479039
JB
180572014-09-10 Joel Brobecker <brobecker@adacore.com>
18058
18059 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18060
deede10c
JB
180612014-09-10 Joel Brobecker <brobecker@adacore.com>
18062
18063 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18064
7828a5f5
JB
180652014-09-10 Joel Brobecker <brobecker@adacore.com>
18066
18067 * gdb.dwarf2/dynarr-ptr.c: New file.
18068 * gdb.dwarf2/dynarr-ptr.exp: New file.
18069
33aeebcf
MR
180702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18071
18072 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18073 of 30 rather than hardcoding 120 for a slow test case. Take the
18074 `gdb,timeout' target setting into account for this calculation.
18075 Don't extend the timeout for the test cases that don't need it.
18076
7b415901
MR
180772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18078
18079 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18080 a factor of 2 for a slow test case. Take the `gdb,timeout'
18081 target setting into account for this calculation.
18082 * gdb.reverse/until-precsave.exp: Increase the timeout by
18083 a factor of 15 and 3 respectively rather than adding 120
18084 for a pair of slow test cases. Take the `gdb,timeout'
18085 target setting into account for this calculation.
18086
4a40f85a
MR
180872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18088
18089 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18090 timeout, don't pass one down to gdb_expect.
18091 (gdb_expect): Rework timeout selection.
18092
09635af7
MR
180932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18094
18095 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18096 exception on timeout.
18097 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18098 (gdbserver_start_extended): Catch any `gdbserver_start' error
18099 exceptions.
18100 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18101 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18102 `gdbserver_gdb_load' error exceptions.
18103
2bdd10b7
MR
181042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18105
18106 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18107 120 on waiting for the TCP socket to open.
18108
316935f0
DE
181092014-09-09 Doug Evans <xdje42@gmail.com>
18110
18111 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18112 _caller_matches, _any_caller_is, _any_caller_matches.
18113
83740597
DE
181142014-09-09 Doug Evans <xdje42@gmail.com>
18115
18116 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18117
4c122fc3
YQ
181182014-09-09 Yao Qi <yao@codesourcery.com>
18119
18120 * gdb.mi/mi-var-display.exp: Set print symbol off.
18121
a9f116cb
GKB
181222014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18123
18124 PR gdb/17035
18125 * gdb.base/commands.exp: Add tests to verify user-defined
18126 commands with empty bodies.
18127 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18128 python commands in `show user command`.
18129 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18130 scheme commands in `show user command`.
18131
c75bd3a2
JK
181322014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18133
18134 PR python/17355
18135 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18136 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18137 * gdb.python/py-framefilter-invalidarg.exp: New file.
18138 * gdb.python/py-framefilter-invalidarg.py: New file.
18139
faa42425
DE
181402014-09-06 Doug Evans <xdje42@gmail.com>
18141
18142 PR 15276
18143 * gdb.python/py-caller-is.c: New file.
18144 * gdb.python/py-caller-is.exp: New file.
18145
474ca4f6
SDJ
181462014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18147
18148 PR gdb/17235
18149 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18150 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18151
eb0b0463
SDJ
181522014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18153
18154 PR fortran/17237
18155 * gdb.fortran/print-formatted.exp: New file.
18156 * gdb.fortran/print-formatted.f90: Likewise.
18157
5f3b99cf
SS
181582014-09-03 Sasha Smundak <asmundak@google.com>
18159
18160 * gdb.python/py-frame.exp: Test Frame.read_register.
18161
7d793aa9
SDJ
181622014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18163
18164 PR python/16699
18165 * gdb.python/py-completion.exp: New file.
18166 * gdb.python/py-completion.py: Likewise.
18167
fb0576e9
DE
181682014-08-28 Doug Evans <dje@google.com>
18169
18170 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18171 eax,etc. are live with values set by gdb and thus the compiler can't
18172 use them.
18173 * gdb.arch/i386-pseudo.c (main): Ditto.
18174
ee92b0dd
DE
181752014-08-27 Doug Evans <dje@google.com>
18176
18177 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18178
6649db35
DE
181792014-08-25 Doug Evans <dje@google.com>
18180
18181 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18182 (main): Ditto.
18183
564b7600
DE
181842014-08-25 Doug Evans <dje@google.com>
18185
18186 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18187
3881fb67
YQ
181882014-08-24 Yao Qi <yao@codesourcery.com>
18189
18190 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18191 symbol off.
18192 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18193
a05a36a5
DE
181942014-08-22 Doug Evans <dje@google.com>
18195
18196 PR 17276
18197 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18198 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18199 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18200
7c343b48
YQ
182012014-08-22 Yao Qi <yao@codesourcery.com>
18202
18203 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18204 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18205 * gdb.python/python.exp: Likewise. Use .py file on the host
18206 instead of the build.
18207
22fd09ae
JK
182082014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18209
18210 * gdb.threads/gcore-stale-thread.c: New file.
18211 * gdb.threads/gcore-stale-thread.exp: New file.
18212
a8454a7c
PA
182132014-08-21 Pedro Alves <palves@redhat.com>
18214
18215 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18216 * gdb.base/gcore-relro-pie.exp: Likewise.
18217 * gdb.base/gcore-relro.exp: Likewise.
18218 * gdb.base/gcore.exp: Likewise.
18219 * gdb.base/print-symbol-loading.exp: Likewise.
18220 * gdb.threads/gcore-thread.exp: Likewise.
18221 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18222
2a31c623
PA
182232014-08-20 Pedro Alves <palves@redhat.com>
18224 Jan Kratochvil <jan.kratochvil@redhat.com>
18225
18226 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18227 configure.
18228 (EXPECT): Handle READ1 being set.
18229 (all): Depend on EXTRA_RULES.
18230 (check-read1, expect-read1, read1.so, read1): New rules.
18231 * README (Testsuite Parameters): Document the READ1 make variable.
18232 (Race detection): New section.
18233 * configure: Regenerate.
18234 * configure.ac: If build==host==target, and running under a
18235 GNU/glibc system, add read1 to the extra Makefile rules.
18236 (EXTRA_RULES): AC_SUBST it.
18237 * lib/read1.c: New file.
18238
d36430db
JB
182392014-08-20 Joel Brobecker <brobecker@adacore.com>
18240
18241 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18242 the handling of variables declared as a typedef to an array
18243 which a DW_AT_data_location attribute.
18244
9a0dc9e3
PA
182452014-08-19 Andrew Burgess <aburgess@broadcom.com>
18246 Pedro Alves <palves@redhat.com>
18247
18248 PR symtab/14604
18249 PR symtab/14605
18250 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18251 gdb_test.
18252
0718a8da
PA
182532014-08-19 Pedro Alves <palves@redhat.com>
18254
18255 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18256
13b448cd
YQ
182572014-08-19 Yao Qi <yao@codesourcery.com>
18258
18259 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18260 right line.
18261
1cbf5077
DB
182622014-08-18 David Blaikie <dblaikie@gmail.com>
18263
18264 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18265
bf0fae19
JB
182662014-08-18 Joel Brobecker <brobecker@adacore.com>
18267
18268 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18269 attribute in array range.
18270
3c8c5dcc
JB
182712014-08-18 Joel Brobecker <brobecker@adacore.com>
18272
18273 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18274
e66d4446
SC
182752014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18276
18277 PR c++/17132
18278 * gdb.cp/pr17132.cc: New file.
18279 * gdb.cp/pr17132.exp: New file.
18280
940df408
SC
182812014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18282
18283 * gdb.python/py-xmethods.py (A_getarrayind)
18284 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18285 Use 'print' with function call syntax.
18286 (E_method_matcher.match): Fix tab vs space indentation mixup.
18287
ebcc6c3a
YQ
182882014-08-15 Yao Qi <yao@codesourcery.com>
18289
18290 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18291 false.
18292
775e0f04
YQ
182932014-08-15 Yao Qi <yao@codesourcery.com>
18294
18295 * gdb.cp/casts.exp: Set print symbol off.
18296 * gdb.cp/class2.exp: Likewise.
18297 * gdb.cp/overload.exp: Likewise.
18298 * gdb.cp/templates.exp: Likewise.
18299
d769e349
DE
183002014-08-11 Doug Evans <dje@google.com>
18301
18302 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18303 (test_load_shlib): Update.
18304
20c6f1e1
YQ
183052014-08-09 Yao Qi <yao@codesourcery.com>
18306
18307 * gdb.base/display.exp: Invoke is_address_zero_readable.
18308 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18309 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18310 * gdb.base/hbreak-unmapped.exp: Return if
18311 is_address_zero_readable returns true.
18312 * gdb.base/signest.exp: Likewise.
18313 * gdb.base/signull.exp: Likewise.
18314 * gdb.base/sigbpt.exp: Likewise.
18315 * gdb.guile/scm-disasm.exp: Do the test if
18316 is_address_zero_readable returns false.
18317 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18318 * gdb.python/py-arch.exp: Likewise.
18319 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18320 * lib/gdb.exp (is_address_zero_readable): New proc.
18321
5792e8e3
YQ
183222014-08-09 Yao Qi <yao@codesourcery.com>
18323
18324 PR testsuite/13443
18325 * gdb.mi/mi-var-display.exp: Make test messages unique.
18326
3cecbbbe
TT
183272014-08-04 Tom Tromey <tromey@redhat.com>
18328
18329 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18330 target 0".
18331
00b51ff5
TT
183322014-08-04 Tom Tromey <tromey@redhat.com>
18333
18334 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18335 "target_resume".
18336
6908c509
JB
183372014-08-01 Joel Brobecker <brobecker@adacore.com>
18338
18339 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18340 inner_vla_struct_object_size.
18341 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18342 as xfail.
18343
cc6563d2
PA
183442014-07-30 Pedro Alves <palves@redhat.com>
18345
18346 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18347 comment.
18348
7e09a223
YQ
183492014-07-29 Yao Qi <yao@codesourcery.com>
18350
18351 PR gdb/17206
18352 * gdb.base/until-nodebug.exp: New.
18353
7ebdbe92
DE
183542014-07-28 Doug Evans <xdje42@gmail.com>
18355
18356 PR guile/17203
18357 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18358 previously existing parameter, and previously ambiguously spelled
18359 parameter.
18360
fdb1adc6
WN
183612014-07-28 Will Newton <will.newton@linaro.org>
18362
18363 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18364
186fcde0
DE
183652014-07-26 Ludovic Courtès <ludo@gnu.org>
18366 Doug Evans <xdje42@gmail.com>
18367
18368 PR guile/17146
18369 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18370
70509625
PA
183712014-07-25 Pedro Alves <palves@redhat.com>
18372
18373 * gdb.threads/signal-command-handle-nopass.c: New file.
18374 * gdb.threads/signal-command-handle-nopass.exp: New file.
18375 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18376 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18377 * gdb.threads/signal-delivered-right-thread.c: New file.
18378 * gdb.threads/signal-delivered-right-thread.exp: New file.
18379
c3f814a1
PA
183802014-07-25 Pedro Alves <palves@redhat.com>
18381
18382 * gdb.base/double-prompt-target-event-error.exp
18383 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18384 match.
18385 (cancel_pagination_in_target_event): Rework double prompt
18386 detection.
18387 * gdb.base/paginate-after-ctrl-c-running.exp
18388 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18389 <return>' match.
18390 * gdb.base/paginate-bg-execution.exp
18391 (test_bg_execution_pagination_return)
18392 (test_bg_execution_pagination_cancel): Remove '-notransfer
18393 <return>' matches.
18394 * gdb.base/paginate-execution-startup.exp
18395 (test_fg_execution_pagination_return)
18396 (test_fg_execution_pagination_cancel): Remove '-notransfer
18397 <return>' matches.
18398 * gdb.base/paginate-inferior-exit.exp
18399 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18400 match.
18401 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18402 * lib/gdb.exp (pagination_prompt): Run text through
18403 string_to_regexp.
18404 (gdb_test_multiple): Match $pagination_prompt instead of
18405 "<return>".
18406 (string_to_regexp): Move to lib/gdb-utils.exp.
18407
e214cf6c
JK
184082014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18409
18410 * gdb.arch/amd64-entry-value-paramref.S: New file.
18411 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18412 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18413 * gdb.arch/amd64-optimout-repeat.S: New file.
18414 * gdb.arch/amd64-optimout-repeat.c: New file.
18415 * gdb.arch/amd64-optimout-repeat.exp: New file.
18416
17d0c5c8
JK
184172014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18418
18419 PR gdb/17170
18420 * gdb.base/statistics.exp: New file.
18421
b8b8facf
DE
184222014-07-17 Doug Evans <dje@google.com>
18423
74b49205 18424 PR gdb/17170
b8b8facf
DE
18425 * gdb.base/maint.exp: Update testing of per-command stats.
18426
1b5d0ab3
PA
184272014-07-16 Pedro Alves <palves@redhat.com>
18428
18429 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18430 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18431 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18432 (tfile_write_buf): New functions.
18433 (add_memory_block): Rewrite using the above.
18434 (adjust_function_address): New function.
18435 (FUNCTION_ADDRESS): New macro.
18436 (write_basic_trace_file): Remove short_x local, and use
18437 tfile_write_16. Change type of func_addr local to unsigned long
18438 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18439 here. Cast argument of add_memory_block to char pointer.
18440 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18441 (main): Remove parameters.
18442 * gdb.trace/tfile.exp: Remove nowarnings.
18443
4d974e88
SM
184442014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18445
18446 * gdb.base/debug-expr.exp: Test string evaluation with
18447 "debug expression" on.
18448
41e99568
PA
184492014-07-15 Pedro Alves <palves@redhat.com>
18450
18451 * gdb.base/reread.exp: Use clean_restart.
18452
487d9753
PL
184532014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18454
18455 * gdb.arch/avr-flash-qualifer.c: New.
18456 * gdb.arch/avr-flash-qualifer.exp: New.
18457
cc1c52ad
PA
184582014-07-14 Pedro Alves <palves@redhat.com>
18459
18460 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18461 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18462
1e973570
PA
184632014-07-14 Pedro Alves <palves@redhat.com>
18464
18465 * gdb.base/double-prompt-target-event-error.c: New file.
18466 * gdb.base/double-prompt-target-event-error.exp: New file.
18467
93d6eb10
PA
184682014-07-14 Pedro Alves <palves@redhat.com>
18469
18470 PR gdb/17072
18471 * gdb.base/paginate-inferior-exit.c: New file.
18472 * gdb.base/paginate-inferior-exit.exp: New file.
18473
0017922d
PA
184742014-07-14 Pedro Alves <palves@redhat.com>
18475
18476 PR gdb/17072
18477 * gdb.base/paginate-bg-execution.c: New file.
18478 * gdb.base/paginate-bg-execution.exp: New file.
18479
94696ad3
PA
184802014-07-14 Pedro Alves <palves@redhat.com>
18481
18482 PR gdb/17072
18483 * gdb.base/paginate-execution-startup.c: New file.
18484 * gdb.base/paginate-execution-startup.exp: New file.
18485 * lib/gdb.exp (pagination_prompt): New global.
18486 (default_gdb_spawn): New procedure, factored out from
18487 default_gdb_spawn.
18488 (default_gdb_start): Adjust to call default_gdb_spawn.
18489 (gdb_spawn): New procedure.
18490
bd293940
PA
184912014-07-14 Pedro Alves <palves@redhat.com>
18492
18493 * lib/gdb.exp (gdb_assert): New procedure.
18494 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18495
c933f875
PA
184962014-07-14 Pedro Alves <palves@redhat.com>
18497
18498 * gdb.base/execution-termios.c: New file.
18499 * gdb.base/execution-termios.exp: New file.
18500
d98b7a16
TT
185012014-07-14 Tom Tromey <tromey@redhat.com>
18502
18503 * gdb.cp/vla-cxx.cc: New file.
18504 * gdb.cp/vla-cxx.exp: New file.
18505
548740d6
TT
185062014-07-14 Tom Tromey <tromey@redhat.com>
18507
18508 * gdb.reverse/rerun-prec.c: New file.
18509 * gdb.reverse/rerun-prec.exp: New file.
18510
a25eb028
MR
185112014-07-12 Maciej W. Rozycki <macro@mips.com>
18512 Maciej W. Rozycki <macro@codesourcery.com>
18513
18514 * lib/gdb-utils.exp: New file.
18515 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18516 inline `gdb_init_command' processing.
18517 (gdb_start_cmd): Likewise.
18518 * lib/mi-support.exp (mi_run_cmd): Likewise.
18519 * README: Document `gdb_init_command' and `gdb_init_commands'.
18520
218c2655
JK
185212014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18522
18523 Fix false FAIL running under a very long directory name.
18524 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18525 and "set print elements 10000". Twice.
18526
5401fde3
YQ
185272014-07-11 Yao Qi <yao@codesourcery.com>
18528
18529 * gdb.base/exprs.exp: "set print symbol off".
18530
e76126e8
PA
185312014-07-11 Pedro Alves <palves@redhat.com>
18532
18533 * gdb.threads/kill.c: New file.
18534 * gdb.threads/kill.exp: New file.
18535
2d6f0de6
YQ
185362014-07-10 Yao Qi <yao@codesourcery.com>
18537
18538 * gdb.trace/tfile.c (write_basic_trace_file)
18539 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18540 address written to trace file.
18541
7180e04a
PA
185422014-07-09 Pedro Alves <palves@redhat.com>
18543
18544 * gdb.base/attach-wait-input.exp: New file.
18545 * gdb.base/attach-wait-input.c: New file.
18546
9a9a7608
AB
185472014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18548
18549 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18550 setting up test structures.
18551 (main): Call new test function.
18552 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18553 test function, continue into test function and walk test
18554 structures.
18555
161ac41e
YQ
185562014-07-02 Yao Qi <yao@codesourcery.com>
18557
18558 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18559 'bar_start' at the beginning of functions 'foo' and 'bar'
18560 respectively.
18561 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18562 instead of 'foo' and 'bar'.
18563
1f267ae3
MM
185642014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18565
18566 * gdb.btrace/segv.exp: New.
18567 * gdb.btrace/segv.c: New.
18568
2b239efb
LM
185692014-07-02 Luis Machado <lgustavo@codesourcery.com>
18570
18571 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18572 instruction.
18573
cf363f18
MW
185742014-06-30 Mark Wielaard <mjw@redhat.com>
18575
18576 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18577 vulture, vilify, villar): New volatile array constants.
18578 (vindictive, vegetation): New const volatile array constants.
18579 * gdb.base/volatile.exp: Test volatile and const volatile array
18580 types.
18581
aebf9d24
AA
185822014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18583
18584 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18585 target lacks support for awatch, rwatch, or hbreak.
18586
b67a2c6f
YQ
185872014-06-27 Yao Qi <yao@codesourcery.com>
18588
18589 * gdb.multi/dummy-frame-restore.exp: New.
18590 * gdb.multi/dummy-frame-restore.c: New.
18591
aef92902
MM
185922014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18593
18594 * gdb.btrace/gcore.exp: New.
18595
8e9db26e
PA
185962014-06-23 Pedro Alves <palves@redhat.com>
18597
18598 * gdb.base/watchpoint-reuse-slot.c: New file.
18599 * gdb.base/watchpoint-reuse-slot.exp: New file.
18600
70afc5b7
SC
186012014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18602
18603 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18604 progspace's filename in 'info', 'enable' and 'disable' command
18605 tests.
18606
b972bd9c
JK
186072014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18608
18609 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18610 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18611 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18612
125f8a3d
GB
186132014-06-20 Gary Benson <gbenson@redhat.com>
18614
18615 * gdb.arch/i386-avx.exp: Fix include file location.
18616 * gdb.arch/i386-sse.exp: Likewise.
18617
3ed9baed
IB
186182014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18619
18620 * gdb.dlang/expression.exp: New file.
18621
034f788c
PA
186222014-06-19 Pedro Alves <palves@redhat.com>
18623
18624 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18625 out from ...
18626 (top level): ... here. Iterate running tests under different
18627 scheduler-locking settings.
18628
45371d0c
LM
186292014-06-18 Luis Machado <lgustavo@codesourcery.com>
18630
18631 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18632 to DW_FORM_addr and use non-zero addresses.
18633
5d376983
SC
186342014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18635
18636 PR gdb/17017
18637 * gdb.python/py-xmethods.cc: Add global function call counters and
18638 increment them in their respective functions. Remove "cout"
18639 statements.
18640 * gdb.python/py-xmethods.exp: Make tests check the global function
18641 call counters instead of depending on inferior IO.
18642
a1aa2221
LM
186432014-06-18 Don Breazeal <donb@codesourcery.com>
18644
18645 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18646 Deleted procedure.
18647 (explicit_fork_parent_follow): Deleted procedure.
18648 (explicit_fork_child_follow): Deleted procedure.
18649 (test_follow_fork): New procedure.
18650 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18651 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18652 procedure calls.
18653
0fc05997
YQ
186542014-06-17 Yao Qi <yao@codesourcery.com>
18655
18656 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18657 CP1252.
18658
70795c52
LM
186592014-06-17 Luis Machado <lgustavo@codesourcery.com>
18660
18661 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18662 Initialize ptr and S explicitly.
18663 (skip_type_update_when_not_use_rtti_test): Likewise.
18664
6be47f0c
KS
186652014-06-16 Keith Seitz <keiths@redhat.com>
18666
18667 PR mi/15863
18668 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18669 the inferior is started.
18670
d03de421
PA
186712014-06-16 Pedro Alves <palves@redhat.com>
18672
18673 * gdb.base/break-main-file-remove-fail.c: New file.
18674 * gdb.base/break-main-file-remove-fail.exp: New file.
18675 * gdb.base/break-unload-file.exp: Use build_executable instead of
18676 prepare_for_testing.
18677 (test_break): New parameter "initial_load". Handle it.
18678 (top level): Add initial_load cmdline/file axis.
18679
f9579b99
TT
186802014-06-12 Tom Tromey <tromey@redhat.com>
18681
18682 * gdb.base/completion.exp: Don't use directory name in test.
18683
3657956b
GB
186842014-06-09 Gary Benson <gbenson@redhat.com>
18685
18686 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18687 separate the always-available ANSI-standard signals from the
18688 signals that require checking.
18689 (main): Likewise.
18690 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18691 Likewise.
18692 (main): Likewise.
18693
4186eb54
KS
186942014-06-07 Keith Seitz <keiths@redhat.com>
18695
18696 Revert:
18697 PR c++/16253
18698 * gdb.cp/var-tag.cc: New file.
18699 * gdb.cp/var-tag.exp: New file.
18700 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18701 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18702 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18703 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18704
25326a28 187052014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18706
18707 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18708
829155c9
PA
187092014-06-06 Pedro Alves <palves@redhat.com>
18710
18711 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18712 in target debug output instead of looking at RSP packets,
18713 disabling the test on any target that uses hardware stepping.
18714 Update comments.
18715
61c8d22e
PA
187162014-06-06 Pedro Alves <palves@redhat.com>
18717
18718 * gdb.base/break-unload-file.exp: Fix typo.
18719
d9a47287
YQ
187202014-06-06 Yao Qi <yao@codesourcery.com>
18721
18722 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18723 from "jit_function" to "^jit_function".
18724
e5e01dbf
YQ
187252014-06-06 Yao Qi <yao@codesourcery.com>
18726
18727 * gdb.base/async.c (foo): Add one statement.
18728 * gdb.base/async.exp: Get the next instruction address and
18729 match the output of "nexti" by instruction address. Match
18730 the hex address in the output of "finish".
18731
73ba372c
GB
187322014-06-06 Gary Benson <gbenson@redhat.com>
18733
18734 * gdb.base/call-signals.c: Remove preprocessor conditionals
18735 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18736 SIGSEGV and SIGTERM.
18737 * gdb.base/sigall.c: Likewise.
18738 * gdb.base/unwindonsignal.c: Likewise.
18739 * gdb.reverse/sigall-reverse.c: Likewise.
18740
831517df
YQ
187412014-06-06 Yao Qi <yao@codesourcery.com>
18742
18743 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18744 readable, skip the test.
18745
b8b91e98
YQ
187462014-06-06 Yao Qi <yao@codesourcery.com>
18747
18748 * gdb.threads/staticthreads.c (thread_function): Move the line
18749 setting breakpoint on forward.
18750 * gdb.threads/staticthreads.exp: Update comments.
18751
fb934770
LC
187522014-06-05 Ludovic Courtès <ludo@gnu.org>
18753
18754 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18755 "history-append! type error".
18756
6ef284bd
SM
187572014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18758
18759 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18760 erroneous dprintf expected input.
18761
a872e241
DE
187622014-06-04 Doug Evans <xdje42@gmail.com>
18763
18764 * gdb.guile/scm-generics.exp: Delete.
18765
16f691fb
DE
187662014-06-04 Doug Evans <xdje42@gmail.com>
18767
18768 * gdb.guile/scm-breakpoint.exp: Update.
18769 Add tests for breakpoint registration.
18770
012370f6
TT
187712014-06-04 Tom Tromey <tromey@redhat.com>
18772
18773 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18774 VLA-in-union.
18775 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18776 inner_vla_struct, vla_union types. Initialize objects of those
18777 types and compute their sizes.
18778
9f5a4cef
HZ
187792014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18780 Hui Zhu <hui@codesourcery.com>
18781
18782 * gdb.base/fileio.exp: Add test for shell not available as well as
18783 available.
18784 * gdb.base/fileio.c (test_system): Check for shell twice.
18785
90a45c4d
YQ
187862014-06-04 Yao Qi <yao@codesourcery.com>
18787
18788 * gdb.base/auto-connect-native-target.exp: Remove redundant
18789 space from the regexp pattern.
18790
70017e41
YQ
187912014-06-04 Yao Qi <yao@codesourcery.com>
18792
18793 * gdb.base/default.exp: Replace "child" with "native" in
18794 regexp pattern.
18795
883964a7
SC
187962014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18797
18798 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18799 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18800 * gdb.python/py-xmethods.py: Python script supporting the
18801 new testcase and tests.
18802
ef370185
JB
188032014-06-03 Joel Brobecker <brobecker@adacore.com>
18804 Pedro Alves <palves@redhat.com>
18805
18806 PR breakpoints/17000
18807 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18808 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18809
1e2ccb61
BM
188102014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18811
18812 * gdb.base/subst.exp: Add tests to verify partial path matching
18813 output.
18814
c6ec5ab2
PA
188152014-06-03 Pedro Alves <palves@redhat.com>
18816
18817 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18818 target that doesn't use software single-stepping.
18819
835c559f
PA
188202014-06-03 Pedro Alves <palves@redhat.com>
18821
18822 PR breakpoints/17000
18823 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18824 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18825
06eb1586
DE
188262014-06-02 Doug Evans <xdje42@gmail.com>
18827
18828 * gdb.guile/scm-parameter.exp: New file.
18829
e698b8c4
DE
188302014-06-02 Doug Evans <xdje42@gmail.com>
18831
18832 * gdb.guile/scm-cmd.c: New file.
18833 * gdb.guile/scm-cmd.exp: New file.
18834
ded03782
DE
188352014-06-02 Doug Evans <xdje42@gmail.com>
18836
18837 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18838 pretty-printer lookup.
18839 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18840 (make-pp_s-printer): Call it.
18841 (make-pretty-printer-from-dict): New function.
18842 (lookup-pretty-printer-maker-from-dict): New function.
18843 (*pretty-printer*): Simplify.
18844 (make-objfile-pp_s-printer): New function.
18845 (install-objfile-pretty-printers!): New function.
18846 (make-progspace-pp_s-printer): New function.
18847 (install-progspace-pretty-printers!): New function.
18848 * gdb.guile/scm-progspace.c: New file.
18849 * gdb.guile/scm-progspace.exp: New file.
18850
41fac0cf
PA
188512014-06-02 Pedro Alves <palves@redhat.com>
18852
18853 * gdb.base/dprintf-bp-same-addr.c: New file.
18854 * gdb.base/dprintf-bp-same-addr.exp: New file.
18855
96ae5695
EBM
188562014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18857
18858 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18859 * gdb.arch/powerpc-power.s: Likewise.
18860
da02b3a8
JB
188612014-06-02 Joel Brobecker <brobecker@adacore.com>
18862
18863 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18864
c72b2e7b
YQ
188652014-06-01 Yao Qi <yao@codesourcery.com>
18866
18867 * gdb.base/watchpoint.exp (test_watch_location): Check null
18868 pointer can be dereferenced. If not, do the test, otherwise
18869 skip it.
18870
53e8a631
AB
188712014-05-30 Andrew Burgess <aburgess@broadcom.com>
18872
18873 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18874 results.
18875 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18876
938f0e2f
AB
188772014-05-30 Andrew Burgess <aburgess@broadcom.com>
18878
18879 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18880 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18881 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18882 * gdb.arch/amd64-invalid-stack-top.c: New file.
18883 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18884
9ba6657a
PA
188852014-05-30 Pedro Alves <palves@redhat.com>
18886
18887 PR breakpoints/17000
18888 * gdb.base/sss-bp-on-user-bp.c: New file.
18889 * gdb.base/sss-bp-on-user-bp.exp: New file.
18890
522c09bf
DB
188912014-05-30 David Blaikie <dblaikie@gmail.com>
18892
18893 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18894 gnu_inline semantics via attribute.
18895 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18896 source explicitly specifies the required semantics.
18897
bf4ef81e
MR
188982014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18899
18900 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18901
329ea579
PA
189022014-05-29 Pedro Alves <palves@redhat.com>
18903 Tom Tromey <tromey@redhat.com>
18904
18905 * gdb.base/async-shell.exp: Don't enable target-async.
18906 * gdb.base/async.exp
18907 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18908 parameter. Adjust.
18909 (top level): Don't test with "target-async".
18910 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18911 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18912 * gdb.base/inferior-died.exp: Don't enable target-async.
18913 * gdb.base/interrupt-noterm.exp: Likewise.
18914 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18915 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18916 * gdb.mi/mi-nonstop.exp: Likewise.
18917 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18918 * gdb.mi/mi-nsintrall.exp: Likewise.
18919 * gdb.mi/mi-nsmoribund.exp: Likewise.
18920 * gdb.mi/mi-nsthrexec.exp: Likewise.
18921 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18922 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18923 * gdb.python/py-evsignal.exp: Don't enable target-async.
18924 * gdb.python/py-evthreads.exp: Likewise.
18925 * gdb.python/py-prompt.exp: Likewise.
18926 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18927 * gdb.server/solib-list.exp: Don't enable target-async.
18928 * gdb.threads/thread-specific-bp.exp: Likewise.
18929 * lib/mi-support.exp: Adjust to use mi-async.
18930
fd664c91
PA
189312014-05-29 Pedro Alves <palves@redhat.com>
18932
18933 PR gdb/13860
18934 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18935 reason, even in sync mode.
18936
251bde03
PA
189372014-05-29 Pedro Alves <palves@redhat.com>
18938 Hui Zhu <hui@codesourcery.com>
18939
18940 PR PR15693
18941 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18942 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18943 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18944 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18945
7f3c0343
JB
189462014-05-28 Joel Brobecker <brobecker@adacore.com>
18947
18948 * config/monitor.exp (gdb_target_monitor): Replace use of
18949 "set remotebaud" by "set serial baud".
18950
b2715b27
AW
189512014-05-26 Andy Wingo <wingo@igalia.com>
18952
18953 * gdb.guile/scm-breakpoint.exp:
18954 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18955 properties instead of gdb-object-properties.
18956
498a4489
YQ
189572014-05-26 Yao Qi <yao@codesourcery.com>
18958
18959 * gdb.server/no-thread-db.exp: Specify source file name
18960 explicitly when setting a breakpoint.
18961
589fdceb
MM
189622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18963
18964 * gdb.btrace/vdso.c: New.
18965 * gdb.btrace/vdso.exp: New.
18966
e9089e05
MM
189672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18968
18969 * gdb.base/gcore.exp (capture_command_output): Move ...
18970 * lib/gdb.exp (capture_command_output): ... here.
18971
67b5c0c1
MM
189722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18973
18974 * gdb.btrace/data.exp: Test memory access during btrace replay.
18975
a2199296
SM
189762014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18977
18978 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18979
17b2616c
PA
189802014-05-21 Pedro Alves <palves@redhat.com>
18981
18982 PR gdb/13860
18983 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18984 (top level): Test that output related to execution commands is
18985 sent to the console with CLI commands, but not with MI commands.
18986 Test that breakpoint events are always mirrored to the console.
18987 Also expect the new source line to be output after a "next" in
18988 async mode too. Make it a pass/fail test.
18989 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18990 output.
18991 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18992
5166082f
PA
189932014-05-21 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18996 Use them to test variations of "list" after reaching a breakpoint.
18997 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18998 Test "list" with listsize 10 after reaching a breakpoint.
18999 * gdb.python/python.exp (decode_line current location line
19000 number): Adjust expected line number.
19001
2f25d70f
SM
190022014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19003
19004 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19005 behavior for $args, pass it directly to "run".
19006
ff604a67
MR
190072014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19008
19009 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19010 30000 to 65536.
19011
6a3cb8e8
PA
190122014-05-21 Pedro Alves <palves@redhat.com>
19013
19014 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19015 auto-connect-native-target off".
19016 * gdb.base/auto-connect-native-target.c: New file.
19017 * gdb.base/auto-connect-native-target.exp: New file.
19018
4ebfc96e
PA
190192014-05-21 Pedro Alves <palves@redhat.com>
19020
19021 * gdb.base/default.exp: Test "target native" instead of "target
19022 child".
19023
36d46afb
MW
190242014-05-21 Mark Wielaard <mjw@redhat.com>
19025
19026 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19027
5876f503
JK
190282014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19029
19030 Fix TLS access for -static -pthread.
19031 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19032 <HAVE_TLS> (thread_function, main): Initialize it.
19033 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19034 Add clean_restart.
19035 <$have_tls != "">: Check TLSVAR.
19036
0256a6ac
PA
190372014-05-21 Pedro Alves <palves@redhat.com>
19038
19039 * gdb.base/dcache-line-read-error.c: New.
19040 * gdb.base/dcache-line-read-error.exp: New.
19041
936d2992
PA
190422014-05-20 Pedro Alves <palves@redhat.com>
19043
19044 * gdb.base/compare-sections.c: New file.
19045 * gdb.base/compare-sections.exp: New file.
19046
802e8e6d
PA
190472014-05-20 Pedro Alves <palves@redhat.com>
19048
19049 * gdb.base/break-idempotent.c: New file.
19050 * gdb.base/break-idempotent.exp: New file.
19051
e59fa00f
MM
190522014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19053
19054 * gdb.btrace/nohist.exp: New.
19055
8b696e31
YQ
190562014-05-20 Yao Qi <yao@codesourcery.com>
19057
19058 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19059 gdb.reverse directory and gdb_reverse_timeout exists in board
19060 setting.
19061 * README: Document gdb_reverse_timeout.
19062
73c9764f
YQ
190632014-05-20 Yao Qi <yao@codesourcery.com>
19064
19065 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19066 'test_file_name'. Treat args as a string instead of a list.
19067 (gdb_init): Rename argument 'args' by 'test_file_name'.
19068
f1f4348a
JK
190692014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19070
19071 * gdb.arch/powerpc-power.exp: New file.
19072 * gdb.arch/powerpc-power.s: New file.
19073
0dbe70ce
DE
190742014-05-16 Doug Evans <dje@google.com>
19075
19076 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19077 * gdb.base/completion.exp: Check that all expected files exist
19078 before doing file completion.
0dbe70ce 19079
8d551b02
DE
190802014-05-16 Doug Evans <dje@google.com>
19081
19082 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19083 Update.
19084 (do_syscall_tests_without_xml): Update.
19085
73eb7709
PA
190862014-05-16 Pedro Alves <palves@redhat.com>
19087
19088 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19089 instead of "unknown output after running".
19090
3fae92fc
YQ
190912014-05-16 Yao Qi <yao@codesourcery.com>
19092
19093 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19094 file1.txt from host at the end.
19095 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19096
c2b2ccc5
DE
190972014-05-15 Doug Evans <dje@google.com>
19098
19099 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19100 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19101 loading file. Add test for TU lookup.
19102
8c217a4b
SM
191032014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19104
19105 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19106 calling "-exec-arguments" or "set args" before running the
19107 inferior.
19108
3deb39c6
SM
191092014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19110
19111 * lib/mi-support.exp (mi_expect_stop): Expect message for
19112 inferiors that exit with non-zero exit code.
19113
71a79f8c
YQ
191142014-05-14 Yao Qi <yao@codesourcery.com>
19115
19116 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19117 match absolute path on remote host.
19118 (test_file_list_exec_source_files): Remove "/" from the
19119 pattern.
19120
f23fcd46
YQ
191212014-05-14 Yao Qi <yao@codesourcery.com>
19122
19123 * boards/local-remote-host-notty.exp (${board}_file): New
19124 proc.
19125
9404b58f
KM
191262014-05-07 Kyle McMartin <kyle@redhat.com>
19127
19128 Pushed by Joel Brobecker <brobecker@adacore.com>.
19129 * gdb.arch/aarch64-atomic-inst.c: New file.
19130 * gdb.arch/aarch64-atomic-inst.exp: New file.
19131
5e45f04c
YQ
191322014-05-07 Yao Qi <yao@codesourcery.com>
19133
19134 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19135 in current context" too.
19136
c888a17d
KS
191372014-05-05 Keith Seitz <keiths@redhat.com>
19138
19139 * gdb.linespec/ls-dollar.exp: Add test for linespec
19140 file:convenience_variable.
19141
290a839c
YQ
191422014-05-05 Yao Qi <yao@codesourcery.com>
19143
19144 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19145 traceframes into tfile and ctf trace files. Read data from
19146 trace file and test collected data.
19147 (gdb_collect_locals_test): Likewise.
19148 (gdb_unavailable_registers_test): Likewise.
19149 (gdb_unavailable_floats): Likewise.
19150 (gdb_collect_globals_test): Likewise.
19151 (top-level): Append "ctf" to trace_file_targets if GDB
19152 supports.
19153
b5262cd0
YQ
191542014-05-05 Yao Qi <yao@codesourcery.com>
19155
19156 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19157 code to ...
19158 (gdb_collect_args_test_1): ... it. New proc.
19159 (gdb_collect_locals_test): Move some code to ...
19160 (gdb_collect_locals_test_1): ... it. New proc.
19161 (gdb_unavailable_registers_test): Move some code to ...
19162 (gdb_unavailable_registers_test_1): ... it. New proc.
19163 (gdb_unavailable_floats): Move some code to ...
19164 (gdb_unavailable_floats_1): ... it. New proc.
19165
30a1e6cc
SDJ
191662014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19167
19168 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19169 probes to test for bitness recognition.
19170 * gdb.arch/amd64-stap-optional-prefix.exp
19171 (test_probe_value_without_reg): New procedure.
19172 Add code to test for different kinds of bitness.
19173
f33da99a
SDJ
191742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19175
19176 PR breakpoints/16889
19177 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19178 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19179
5b80f00d
PA
191802014-05-01 Pedro Alves <palves@redhat.com>
19181
19182 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19183 gdb_file_cmd if no file is specified.
19184 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19185 last_loaded_file to set the remote exec-file.
19186
f8c2a73c
PA
191872014-05-01 Pedro Alves <palves@redhat.com>
19188
19189 * boards/local-remote-host.exp: New file.
19190
be6e8ac7
PA
191912014-05-01 Pedro Alves <palves@redhat.com>
19192
19193 * boards/local-remote-host.exp: Rename to ...
19194 * boards/local-remote-host-notty.exp: ... this.
19195
cac0dc8f
JB
191962014-04-28 Joel Brobecker <brobecker@adacore.com>
19197
19198 * gdb.ada/dyn_arrayidx: New testcase.
19199
9730e6cc
YQ
192002014-04-26 Yao Qi <yao@codesourcery.com>
19201
19202 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19203 and compute the length of function main. Save it in
19204 $main_length.
19205 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19206 (top-level): Use gdb_compile to compile objects into
19207 executable and restart GDB. Remove invocation to
19208 prepare_for_testing.
19209
7ae1a6a6
PA
192102014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19211 Pedro Alves <palves@redhat.com>
19212
19213 PR server/16255
19214 * gdb.multi/multi-attach.c: New file.
19215 * gdb.multi/multi-attach.exp: New file.
19216
4082afcc
PA
192172014-04-25 Pedro Alves <palves@redhat.com>
19218
19219 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19220 user.
19221 (top level): Test that "set remote conditional-breakpoints-packet
19222 off" works as intended.
19223 * gdb.base/dprintf.exp: Test that "set remote
19224 breakpoint-commands-packet off" works as intended.
19225 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19226 New function.
19227 (top level): Call it.
19228 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19229 remote fast-tracepoints-packet off" works as intended.
19230 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19231 * lib/gdb.exp (gdb_is_target_remote): ... here.
19232
2abc3f8d
DB
192332014-04-24 David Blaikie <dblaikie@gmail.com>
19234
19235 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19236 ensure clang would not discard them.
19237 * gdb.base/gdbvars.c: Ditto.
19238 * gdb.base/memattr.c: Ditto.
19239 * gdb.base/whatis.c: Ditto.
19240 * gdb.python/py-prettyprint.c: Ditto.
19241 * gdb.trace/actions.c: Ditto.
19242 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19243 ensure clang would not discard it.
19244
bfd39632
DB
192452014-04-24 David Blaikie <dblaikie@gmail.com>
19246
19247 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19248 clang to emit the full definition of type required by the test
19249 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19250
22842ff6
DB
192512014-04-24 David Blaikie <dblaikie@gmail.com>
19252
19253 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19254 coax Clang into emitting the definition of the type.
19255 * gdb.cp/pr10728-x.h (y): Ditto.
19256 * gdb.cp/pr10728-y.cc (y): Ditto.
19257
c2e827ad
DB
192582014-04-24 David Blaikie <dblaikie@gmail.com>
19259
19260 * gdb.base/label.exp: XFAIL label related tests under Clang.
19261 * gdb.cp/cplabel.exp: Ditto.
19262 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19263 under Clang those using labels.
19264
4c2d33e7
YQ
192652014-04-25 Yao Qi <yao@codesourcery.com>
19266
19267 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19268 double_label.
19269 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19270 partial_label and double_label.
19271
56083b99
DB
192722014-04-24 David Blaikie <dblaikie@gmail.com>
19273
19274 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19275
25d4e99d
DB
192762014-04-24 David Blaikie <dblaikie@gmail.com>
19277
19278 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19279 of the function to work across GCC and Clang.
19280 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19281 pointer types (const void ** const V void **).
19282
01f9f808
MS
192832014-04-24 Michael Sturm <michael.sturm@mintel.com>
19284 Walfred Tedeschi <walfred.tedeschi@intel.com>
19285
19286 * Makefile.in (EXECUTABLES): Added i386-avx512.
19287 * gdb.arch/i386-avx512.c: New file.
19288 * gdb.arch/i386-avx512.exp: Likewise.
19289
4b48d439
KS
192902014-04-23 Keith Seitz <keiths@redhat.com>
19291
19292 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19293 (mi_make_breakpoint_table): New procedure.
19294 (mi_create_breakpoint): Use mi_make_breakpoint
19295 and return the result.
19296 (mi_make_breakpoint): New procedure.
19297 (mi_build_kv_pairs): New procedure.
19298
19299 * gdb.mi/mi-break.exp: Remove unused globals,
19300 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19301 All callers updated.
19302 * gdb.mi/mi-dprintf.exp: Use variable to track command
19303 number.
19304 Update all callers of mi_create_breakpoint and use
19305 mi_make_breakpoint_table.
19306 Remove any unused global variables.
19307 * gdb.mi/mi-nonstop.exp: Likewise.
19308 * gdb.mi/mi-nsintrall.exp: Likewise.
19309 * gdb.mi/mi-nsmoribund.exp: Likewise.
19310 * gdb.mi/mi-nsthrexec.exp: Likewise.
19311 * gdb.mi/mi-reverse.exp: Likewise.
19312 * gdb.mi/mi-simplerun.exp: Likewise.
19313 * gdb.mi/mi-stepn.exp: Likewise.
19314 * gdb.mi/mi-syn-frame.exp: Likewise.
19315 * gdb.mi/mi-until.exp: Likewise.
19316 * gdb.mi/mi-var-cp.exp: Likewise.
19317 * gdb.mi/mi-var-display.exp: Likewise.
19318 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19319 * gdb.mi/mi2-var-child.exp: Likewise.
19320 * gdb.mi/mi-vla-c99.exp: Likewise.
19321 * lib/mi-support.exp: Likewise.
19322
19323 From Ian Lance Taylor <iant@cygnus.com>:
19324 * lib/gdb.exp (parse_args): New procedure.
19325
08351840
PA
193262014-04-23 Pedro Alves <palves@redhat.com>
19327
19328 * gdb.base/break-unload-file.c: New file.
19329 * gdb.base/break-unload-file.exp: New file.
19330 * gdb.base/sym-file-lib.c (baz): New function.
19331 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19332 field.
19333 (load): Store the segment's mapped size.
19334 (unload): New function.
19335 (unload_shlib): New function.
19336 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19337 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19338 set a breakpoint at baz, and call it.
19339 * gdb.base/sym-file.exp: New tests for stale breakpoint
19340 instructions.
19341
076855f9
PA
193422014-04-23 Pedro Alves <palves@redhat.com>
19343
19344 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19345 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19346 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19347 * gdb.base/hbreak-unmapped.c: New file.
19348 * gdb.base/hbreak-unmapped.exp: New file.
19349 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19350 * lib/gdb.exp (gdb_is_target_remote): ... here.
19351
483805cf
PA
193522014-04-22 Pedro Alves <palves@redhat.com>
19353
19354 * gdb.base/consecutive-step-over.c: New file.
19355 * gdb.base/consecutive-step-over.exp: New file.
19356
06d97543
PA
193572014-04-22 Pedro Alves <palves@redhat.com>
19358
19359 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19360 instead of send_gdb/gdb_expect.
19361
b4429ea2
YQ
193622014-04-22 Yao Qi <yao@codesourcery.com>
19363
19364 * lib/trace-support.exp (generate_tracefile): New procedure.
19365 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19366 return 0.
19367 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19368 if generate_tracefile returns 1.
19369
51d48146
PA
193702014-04-18 Tom Tromey <palves@redhat.com>
19371 Pedro alves <tromey@redhat.com>
19372
19373 PR backtrace/15558
19374 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19375 with a backtrace limit.
19376 * gdb.python/py-frame-inline.exp: Test running to an inline
19377 function with a backtrace limit, and printing the newest frame.
19378 * gdb.python/py-frame-inline.c (main): Call f.
19379
bd1dce5f
MS
193802014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19381
19382 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19383
40d1a503
MS
193842014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19385
19386 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19387 Drop prefix from unsupported source file path.
19388
389b98f7
YQ
193892014-04-17 Yao Qi <yao@codesourcery.com>
19390
19391 * lib/gdb.exp (with_target_charset): New proc.
19392 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19393 with_target_charset.
19394 (test_print_strings): Likewise.
19395 (test_repeat_bytes): Likewise.
19396 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19397 for some tests.
19398
22869d73
KS
193992014-04-16 Keith Seitz <keiths@redhat.com>
19400
19401 PR gdb/15827
19402 * gdb.dwarf2/corrupt.c: New file.
19403 * gdb.dwarf2/corrupt.exp: New file.
19404
c4f87ca6
KS
194052014-04-16 Keith Seitz <keiths@redhat.com>
19406
19407 PR c++/16597
19408 * gdb.cp/namelessclass.cc: New file.
19409 * gdb.cp/namelessclass.exp: New file.
19410 * gdb.cp/namelessclass.S: New file.
19411
ab19de87
DE
194122014-04-16 Doug Evans <dje@google.com>
19413
19414 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19415 Add comment.
19416 (gdbserver_default_get_comm_port): New function.
19417 (gdbserver_start): Check if board file provided
19418 "gdbserver,get_comm_port" and use it if so.
19419 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19420 (gdb,socketport): Set to "stdio".
19421 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19422 (stdio_gdbserver_template): Delete.
19423 (${board}_get_remote_address): Update.
19424 (${board}_build_remote_cmd): Delete.
19425 (${board}_get_comm_port): New function.
19426 (${board}_spawn): Update.
19427 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19428 Delete.
19429 (${board}_get_remote_address): Update.
19430 (${board}_get_comm_port): New function.
19431
fc98a809
AB
194322014-04-16 Andrew Burgess <aburgess@broadcom.com>
19433
19434 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19435 appearing in any order.
19436
87fd9e6e
DE
194372014-04-15 Doug Evans <dje@google.com>
19438
19439 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19440 uninitialized value of "description".
19441
099fc3ea
KS
194422014-04-15 Keith Seitz <keiths@redhat.com>
19443
19444 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19445 Remove unused globals.
19446 (test_running_the_program): Likewise.
19447 (test_controlled_execution): Likewise.
19448 (test_controlling_breakpoints): Likewise.
19449 (test_program_termination): Likewise.
19450
5da151d4
KS
194512014-04-15 Keith Seitz <keiths@redhat.com>
19452
19453 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19454 unused globals.
19455 (test_rbreak_creation_and_listing): Likewise.
19456 (test_ignore_count): Likewise.
19457 (test_error): Likewise.
19458
35e5d2f0
PA
194592014-04-15 Pedro Alves <palves@redhat.com>
19460
19461 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19462 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19463 sym-file-loader.c.
19464 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19465 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19466 to sym-file-loader.c.
19467 (struct library): Forward declare.
19468 (load_shlib, lookup_function): Change prototypes.
19469 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19470 (translate_offset): Remove declarations.
19471 (get_text_addr): New declaration.
19472 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19473 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19474 sym-file-loader.h.
19475 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19476 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19477 here from sym-file-loader.h.
19478 (struct library): New structure.
19479 (load_shlib, lookup_function): Change prototypes and adjust to
19480 work with a struct library.
19481 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19482 (translate_offset): Make static.
19483 (get_text_addr): New function.
19484 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19485
eb4c1710
PA
194862014-04-15 Pedro Alves <palves@redhat.com>
19487
19488 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19489
2d1baf52
PA
194902014-04-15 Pedro Alves <palves@redhat.com>
19491
19492 * gdb.base/sym-file-loader.c: Include <limits.h>.
19493 (SELF_LINK): New define.
19494 (get_origin): New function.
19495 (load_shlib): Use it.
19496 * gdb.base/sym-file.exp: Don't early return if the target is
19497 remote. Use runto_main, and issue fail is that fails. Use
19498 gdb_load_shlibs.
19499 (shlib_name): Delete.
19500 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19501
7dd6df01
PA
195022014-04-15 Pedro Alves <palves@redhat.com>
19503
19504 * gdb.base/sym-file.exp: Remove regex characters from test
19505 message. Don't refer to breakpoint numbers in test messages.
19506
b50c8614
KS
195072014-04-14 Keith Seitz <keiths@redhat.com>
19508
19509 PR c++/16253
19510 * gdb.cp/var-tag.cc: New file.
19511 * gdb.cp/var-tag.exp: New file.
19512 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19513 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19514 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19515 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19516
3d567982
TT
195172014-04-14 Tom Tromey <tromey@redhat.com>
19518
19519 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19520 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19521 type.
19522 * gdb.cp/enum-class.exp: New file.
19523 * gdb.cp/enum-class.cc: New file.
19524
0626fc76
TT
195252014-04-14 Tom Tromey <tromey@redhat.com>
19526
19527 * gdb.dwarf2/enum-type.exp: New file.
19528
dca325b3
SA
195292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19530
19531 * gdb.mi/mi-vla-c99.exp: New file.
19532 * gdb.mi/vla.c: New file.
19533
5854b38a
SA
195342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19535
19536 * gdb.base/vla-datatypes.c: New file.
19537 * gdb.base/vla-datatypes.exp: New file.
19538
463bb957
SA
195392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19540
19541 * gdb.base/vla-ptr.c: New file.
19542 * gdb.base/vla-ptr.exp: New file.
19543
3dd170be
SA
195442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19545
19546 * gdb.dwarf2/count.exp: New file.
19547
5ecaaa66
SA
195482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19549
19550 * gdb.base/vla-sideeffect.c: New file.
19551 * gdb.base/vla-sideeffect.exp: New file.
19552
41f1ada5
DB
195532014-04-14 David Blaikie <dblaikie@gmail.com>
19554
19555 * gdb.mi/non-stop.c: Add return value for non-void function return
19556 statement.
19557 * gdb.threads/staticthreads.c: Ditto.
19558
0be03e84
DE
195592014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19560 Doug Evans <xdje42@gmail.com>
19561
19562 * gdb.guile/scm-value.c: Improve test case.
19563 * gdb.guile/scm-value.exp: Add new test.
19564
f180a1fb
DB
195652014-04-11 David Blaikie <dblaikie@gmail.com>
19566
19567 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19568 override Clang's default.
19569
6b662e19
JB
195702014-04-11 Joel Brobecker <brobecker@adacore.com>
19571
19572 Revert the following changes (regressions):
19573
19574 * gdb.base/vla-sideeffect.c: New file.
19575 * gdb.base/vla-sideeffect.exp: New file.
19576
19577 * gdb.dwarf2/count.exp: New file.
19578
19579 * gdb.base/vla-multi.c: New file.
19580 * gdb.base/vla-multi.exp: New file.
19581
19582 * gdb.base/vla-ptr.c: New file.
19583 * gdb.base/vla-ptr.exp: New file.
19584
19585 * gdb.base/vla-datatypes.c: New file.
19586 * gdb.base/vla-datatypes.exp: New file.
19587
19588 * gdb.mi/mi-vla-c99.exp: New file.
19589 * gdb.mi/vla.c: New file.
19590
245a5f0b
KS
195912014-04-11 Keith Seitz <keiths@redhat.com>
19592
19593 PR c++/16675
19594 * gdb.cp/cpsizeof.exp: New file.
19595 * gdb.cp/cpsizeof.cc: New file.
19596
58a84dcf
SA
195972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19598
191a8a90
JB
19599 * gdb.mi/mi-vla-c99.exp: New file.
19600 * gdb.mi/vla.c: New file.
58a84dcf 19601
c8655f75
SA
196022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19603
19604 * gdb.base/vla-datatypes.c: New file.
19605 * gdb.base/vla-datatypes.exp: New file.
19606
024e13b4
SA
196072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19608
19609 * gdb.base/vla-ptr.c: New file.
19610 * gdb.base/vla-ptr.exp: New file.
19611
1a237e0e
SA
196122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19613
19614 * gdb.base/vla-multi.c: New file.
19615 * gdb.base/vla-multi.exp: New file.
19616
504f3432
SA
196172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19618
19619 * gdb.dwarf2/count.exp: New file.
19620
3bce8237
SA
196212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19622
191a8a90
JB
19623 * gdb.base/vla-sideeffect.c: New file.
19624 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19625
322f9c21
YQ
196262014-04-11 Yao Qi <yao@codesourcery.com>
19627
19628 * gdb.base/completion.exp: Check file exists before running tests
19629 on file completion.
19630
d708bcd1
PA
196312014-04-10 Pedro Alves <palves@redhat.com>
19632
19633 * gdb.base/cond-eval-mode.c: New file.
19634 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19635 prepare_for_testing to build the new file. Check result of
19636 runto_main.
19637 (test_break, test_watch): New procedures.
19638 (top level): Use them.
19639
ae1d2761
PM
196402014-04-08 Pierre Muller <muller@sourceware.org>
19641
19642 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19643 Ctrl-V use for mingw hosts.
19644
7af389b8
SC
196452014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19646
19647 * gdb.python/py-value.c: Improve test case.
19648 * gdb.python/py-value.exp: Add new test.
19649
5e703181
DE
196502014-04-07 David Blaikie <dblaikie@gmail.com>
19651
19652 * lib/compiler.c: Identify the clang compiler.
19653 * lib/compiler.cc: Ditto.
19654
9810b410
YQ
196552014-04-03 Yao Qi <yao@codesourcery.com>
19656
19657 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19658
98d1b8dc
AB
196592014-04-01 Anton Blanchard <anton@samba.org>
19660
19661 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19662 messages unique.
19663
3114cea1
AB
196642014-04-01 Anton Blanchard <anton@samba.org>
19665
19666 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19667 prepare_for_testing.
19668
62f7182c
AB
196692014-04-01 Anton Blanchard <anton@samba.org>
19670
19671 * gdb.arch/ppc64-atomic-inst.c: Remove.
19672 * gdb.arch/ppc64-atomic-inst.S: New file.
19673 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19674
770e7fc7
DE
196752014-03-31 Doug Evans <dje@google.com>
19676
19677 * gdb.base/print-symbol-loading-lib.c: New file.
19678 * gdb.base/print-symbol-loading-main.c: New file.
19679 * gdb.base/print-symbol-loading.exp: New file.
19680
46e2bafa
YQ
196812014-03-31 Yao Qi <yao@codesourcery.com>
19682
19683 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19684
8776cfe9
JB
196852014-03-28 Joel Brobecker <brobecker@adacore.com>
19686
19687 * gdb.ada/mi_dyn_arr: New testcase.
19688
5d1ef361
DE
196892014-03-27 Doug Evans <dje@google.com>
19690
19691 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19692
b5bee914
YQ
196932014-03-27 Yao Qi <yao@codesourcery.com>
19694
19695 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19696 if target is nios2-*-*.
19697
0d4d0e77
YQ
196982014-03-26 Yao Qi <yao@codesourcery.com>
19699
19700 * lib/gdb.exp (readline_is_used): New proc.
19701 * gdb.base/completion.exp: Move tests on command complete up.
19702 Skip the rest of tests if readline is not used.
19703 * gdb.ada/complete.exp: Skp the test if readline is not
19704 used.
19705 * gdb.base/filesym.exp: Likewise.
19706 * gdb.base/macscp.exp: Likewise.
19707 * gdb.base/readline-ask.exp: Likewise.
19708 * gdb.base/readline.exp: Likewise.
19709 * gdb.python/py-cmd.exp: Likewise.
19710 * gdb.trace/tfile.exp: Likewise.
19711
29361eee
YQ
197122014-03-26 Yao Qi <yao@codesourcery.com>
19713
19714 * gdb.base/macscp.exp: Fix code format issues.
19715
bc9a5525
UW
197162014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19717
19718 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19719 * gdb.asm/powerpc64le.inc: New file.
19720
d3839ede
PA
197212014-03-25 Pedro Alves <palves@redhat.com>
19722 Doug Evans <dje@google.com>
19723
19724 * gdb.base/source-execution.c: New file.
19725 * gdb.base/source-execution.exp: New file.
19726 * gdb.base/source-execution.gdb: New file.
19727
01672a57
DE
197282014-03-24 Doug Evans <dje@google.com>
19729
19730 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19731 using fission.
19732
88bbeca9
HZ
197332014-03-24 Hui Zhu <hui@codesourcery.com>
19734 Pedro Alves <palves@redhat.com>
19735
19736 PR breakpoints/16101
19737 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19738 test pass/fail messages. Detect missing support for dprintf when
19739 breakpoints are actually inserted.
19740 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19741 breakpoints are actually inserted.
19742 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19743 fails.
19744
d2348791
JK
197452014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19746
19747 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19748
feef67ab
DE
197492014-03-22 Doug Evans <xdje42@gmail.com>
19750
19751 * gdb.python/python.exp (python not supported): Verify multi-line
19752 python command issues an error.
25d743f9 19753 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19754 guile command issues an error.
feef67ab 19755
ecebef6a
MR
197562014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19757
19758 * gdb.threads/thread-specific.exp: Handle the lack of usable
19759 $this_breakpoint and $this_thread.
19760
ccdd1909
HZ
197612014-03-21 Hui Zhu <hui@codesourcery.com>
19762
19763 * gdb.base/attach.exp (do_command_attach_tests): New.
19764
beb460e8
PA
197652014-03-20 Tom Tromey <tromey@redhat.com>
19766 Pedro Alves <palves@redhat.com>
19767
19768 PR cli/15718
19769 * gdb.base/condbreak-call-false.c: New file.
19770 * gdb.base/condbreak-call-false.exp: New file.
19771
40acf43a
PA
197722014-03-20 Pedro Alves <palves@redhat.com>
19773
19774 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19775 Delete.
19776 (block_signals, unblock_signals): Delete.
19777 (child_function_2, main): Remove references to deleted variable
19778 and functions.
19779
9f5e1e02
PA
197802014-03-20 Pedro Alves <palves@redhat.com>
19781
19782 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19783 Use pthread_kill to signal thread 2.
19784 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19785 Adjust to make the test send itself a signal rather than using the
19786 host's "kill" command.
19787
99619bea
PA
197882014-03-20 Pedro Alves <palves@redhat.com>
19789
19790 * gdb.threads/multiple-step-overs.c: New file.
19791 * gdb.threads/multiple-step-overs.exp: New file.
19792 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19793 Adjust expected infrun debug output.
19794
2adfaa28
PA
197952014-03-20 Pedro Alves <palves@redhat.com>
19796
19797 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19798 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19799
31e77af2
PA
198002014-03-20 Pedro Alves <palves@redhat.com>
19801
19802 PR breakpoints/7143
19803 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19804 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19805 of gdb_test_multiple.
19806 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19807 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19808
b9f437de
PA
198092014-03-20 Pedro Alves <palves@redhat.com>
19810
19811 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19812 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19813
05adc73e
PA
198142014-03-19 Pedro Alves <palves@redhat.com>
19815
19816 * gdb.base/async.exp: Remove early return.
19817
6048b950
PA
198182014-03-19 Pedro Alves <palves@redhat.com>
19819
19820 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19821
8bcfb00a
PA
198222014-03-19 Pedro Alves <palves@redhat.com>
19823
19824 * gdb.base/async.exp (test_background): Expect \r\n after
19825 "completed." in the fail pattern.
19826
884e37dc
PA
198272014-03-19 Pedro Alves <palves@redhat.com>
19828
19829 * gdb.base/async.exp (test_background): New procedure.
19830 Use it for all background execution command tests.
19831
148e57e2
PA
198322014-03-19 Pedro Alves <palves@redhat.com>
19833
19834 * gdb.base/async.exp: Use prepare_for_testing.
19835
f48088c7
PA
198362014-03-19 Pedro Alves <palves@redhat.com>
19837
19838 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19839 the same line.
19840
e2f6c966
PA
198412014-03-19 Pedro Alves <palves@redhat.com>
19842
19843 * gdb.base/async.c (main): Add "jump here" and "until here" line
19844 marker comments.
19845 * gdb.base/async.exp (jump_here): New global.
19846 (jump& test): Use it.
19847 (until_here): New global.
19848 (until& test): Use it.
19849
c30568d4
PA
198502014-03-19 Pedro Alves <palves@redhat.com>
19851
19852 * gdb.base/async.exp: Don't frob gdb_protocol.
19853
0172b6a7
DE
198542014-03-18 Doug Evans <xdje42@gmail.com>
19855
19856 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19857 Fix spelling of exec-done-display.
19858
06c868a8
JK
198592014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19860
19861 PR gdb/15358
19862 * gdb.base/gdb-sigterm.c: New file.
19863 * gdb.base/gdb-sigterm.exp: New file.
19864
0c7e1a46
PA
198652014-03-18 Pedro Alves <palves@redhat.com>
19866
19867 PR gdb/13860
19868 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19869 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19870 solib-event.
19871
f7c77d93
JB
198722014-03-17 Joel Brobecker <brobecker@adacore.com>
19873
19874 * gdb.ada/pckd_arr_ren: New testcase.
19875
5a1e8c7a
DE
198762014-03-13 Doug Evans <xdje42@gmail.com>
19877
19878 PR guile/16612
19879 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19880 collect after discarding symbols.
19881
350e1a76
DE
198822014-03-13 Ludovic Courtès <ludo@gnu.org>
19883 Doug Evans <xdje42@gmail.com>
19884
19885 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19886 to history survives a gc.
19887
a69900ae
PA
198882014-03-13 Pedro Alves <palves@redhat.com>
19889
19890 * gdb.base/default.exp: Don't test "target procfs".
19891
5db9f0bd
PA
198922014-03-13 Pedro Alves <palves@redhat.com>
19893
19894 * gdb.base/default.exp: Update "target child" and "target procfs"
19895 tests to not expect "Unix".
19896
b3ccfe11
TT
198972014-03-12 Tom Tromey <tromey@redhat.com>
19898
19899 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19900 New procs. Add target-async tests.
19901 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19902 Add target-async tests.
19903
646f4417
AA
199042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19905
19906 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19907 'func_start' and 'func_end' for the beginning and end of the
19908 function code, respectively.
19909 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19910 'func_end' instead of 'func' and 'main'.
19911
288c211f
AA
199122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19913
19914 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19915 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19916 generate the debug info assembler source.
19917
e0c0f156
AA
199182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19919
19920 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19921 * gdb.dwarf2/arr-subrange.exp: Likewise.
19922 * gdb.dwarf2/dwz.exp: Likewise.
19923 * gdb.dwarf2/method-ptr.exp: Likewise.
19924 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19925 * gdb.dwarf2/subrange.exp: Likewise.
19926 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19927 * gdb.dwarf2/implptrpiece.exp: Likewise.
19928 * gdb.dwarf2/nostaticblock.exp: Likewise.
19929
0e5c4555
AA
199302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19931
19932 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19933 directory to absolute path name arguments.
19934
5ec18f2b
JG
199352014-03-10 Joel Brobecker <brobecker@adacore.com>
19936
19937 * gdb.ada/tagged_access: New testcase.
19938
847fc4f2
MM
199392014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19940
19941 * gdb.btrace/data.exp: Update expected output.
19942
cc3da688
YQ
199432014-03-06 Yao Qi <yao@codesourcery.com>
19944
19945 * gdb.trace/pr16508.exp: New file.
19946
0f26cec1
PA
199472014-03-05 Pedro Alves <palves@redhat.com>
19948
19949 PR gdb/16575
19950 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19951 procedure.
19952 (top level): Adjust to use it. Add tests that exercise breakpoint
19953 interaction with the code-cache.
19954
7a5a839f
LC
199552014-02-26 Ludovic Courtès <ludo@gnu.org>
19956
19957 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19958 test for 'history-append!'.
19959
31aa7e4e
JB
199602014-02-26 Joel Brobecker <brobecker@adacore.com>
19961
19962 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19963 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19964 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19965 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19966 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19967 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19968
1b588015
JB
199692014-02-26 Joel Brobecker <brobecker@adacore.com>
19970
19971 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19972 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19973 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19974
55426c9d
JB
199752014-02-26 Joel Brobecker <brobecker@adacore.com>
19976
19977 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19978
dc53a7ad
JB
199792014-02-26 Joel Brobecker <brobecker@adacore.com>
19980
19981 * gdb.dwarf2/arr-stride.c: New file.
19982 * gdb.dwarf2/arr-stride.exp: New file.
19983
12ab52e9
PA
199842014-02-26 Pedro Alves <palves@redhat.com>
19985
19986 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19987 that won't ever trigger. Make sure that GDB reports the correct
19988 breakpoint that caused the stop.
19989
849c862e
JK
199902014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19991
19992 PR gdb/16626
19993 * gdb.base/auto-load-script: New file.
19994 * gdb.base/auto-load.c: New file.
19995 * gdb.base/auto-load.exp: New file.
19996
71b7d793
JK
19997 PR gdb/16626
19998 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19999
e2f0d509
JK
200002014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20001
20002 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20003 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20004
50cc37c8
DE
200052014-02-24 Doug Evans <dje@google.com>
20006
20007 * lib/gdb.exp (run_on_host): Log error output if program fails.
20008
ea4758f2
PA
200092014-02-21 Pedro Alves <palves@redhat.com>
20010
20011 * gdb.threads/step-after-sr-lock.c: Rename to ...
20012 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20013 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20014 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20015 ... this.
20016
d7b30f67
SDJ
200172014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20018
20019 PR tdep/16397
20020 * gdb.arch/amd64-stap-special-operands.exp: New file.
20021 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20022 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20023 * gdb.arch/amd64-stap-triplet.S: Likewise.
20024 * gdb.arch/amd64-stap-triplet.c: Likewise.
20025
83deb43f
JB
200262014-02-20 Joel Brobecker <brobecker@adacore.com>
20027
20028 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20029 in .section pseudo-op.
20030
adde2bff
DE
200312014-02-20 lin zuojian <manjian2006@gmail.com>
20032 Joel Brobecker <brobecker@adacore.com>
20033 Doug Evans <xdje42@gmail.com>
20034
20035 PR symtab/16581
20036 * gdb.dwarf2/dw2-icycle.S: New file.
20037 * gdb.dwarf2/dw2-icycle.c: New file.
20038 * gdb.dwarf2/dw2-icycle.exp: New file.
20039
f7bd0f78
SC
200402014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20041
20042 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20043 operations on gdb.Value objects.
20044 * gdb.python/py-value-cc.exp: Add new test to test operations on
20045 gdb.Value objects.
20046
c17ef0d5
DE
200472014-02-18 Doug Evans <dje@google.com>
20048
20049 * Makefile.in (TESTS): New variable.
20050 (expanded_tests, expanded_tests_or_none): New variables
20051 (check-single): Pass $(expanded_tests_or_none) to runtest.
20052 (check-parallel): Only run tests in $(TESTS) if non-empty.
20053 (check/no-matching-tests-found): New rule.
20054 * README: Document TESTS makefile variable.
20055
5dd3176f
DE
200562014-02-18 Doug Evans <dje@google.com>
20057
20058 * Makefile.in (check-parallel): rm -rf outputs temp.
20059
0b10be4f
JK
200602014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20061
20062 Fix "ERROR: no fileid for" in the testsuite.
20063 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20064
85f224e7
DE
200652014-02-12 Doug Evans <dje@google.com>
20066
20067 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20068 (MISCELLANEOUS): New variable.
20069 (clean): rm -rf $(MISCELLANEOUS).
20070 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20071 dwp live in the same directory as symlinks, with each symlink pointed
20072 to a differently named file in a different directory.
20073
149b30ff
DE
200742014-02-11 Doug Evans <dje@google.com>
20075
20076 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20077 of Tcl file commands.
20078
1dfdac32
MK
200792014-02-10 Mark Kettenis <kettenis@gnu.org>
20080
20081 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20082 "kill -SIGUSR1 -1".
20083
aa4fb036
JB
200842014-02-10 Joel Brobecker <brobecker@adacore.com>
20085
20086 * gdb.ada/tick_length_array_enum_idx: New testcase.
20087
ed3ef339
DE
200882014-02-10 Doug Evans <xdje42@gmail.com>
20089
20090 * configure.ac (AC_OUTPUT): Add gdb.guile.
20091 * configure: Regenerate.
20092 * lib/gdb-guile.exp: New file.
20093 * lib/gdb.exp (get_target_charset): New function.
20094 * gdb.base/help.exp: Update expected output from "apropos apropos".
20095 * gdb.guile/Makefile.in: New file.
20096 * gdb.guile/guile.exp: New file.
20097 * gdb.guile/scm-arch.c: New file.
20098 * gdb.guile/scm-arch.exp: New file.
20099 * gdb.guile/scm-block.c: New file.
20100 * gdb.guile/scm-block.exp: New file.
20101 * gdb.guile/scm-breakpoint.c: New file.
20102 * gdb.guile/scm-breakpoint.exp: New file.
20103 * gdb.guile/scm-disasm.c: New file.
20104 * gdb.guile/scm-disasm.exp: New file.
20105 * gdb.guile/scm-equal.c: New file.
20106 * gdb.guile/scm-equal.exp: New file.
20107 * gdb.guile/scm-error.exp: New file.
20108 * gdb.guile/scm-error.scm: New file.
20109 * gdb.guile/scm-frame-args.c: New file.
20110 * gdb.guile/scm-frame-args.exp: New file.
20111 * gdb.guile/scm-frame-args.scm: New file.
20112 * gdb.guile/scm-frame-inline.c: New file.
20113 * gdb.guile/scm-frame-inline.exp: New file.
20114 * gdb.guile/scm-frame.c: New file.
20115 * gdb.guile/scm-frame.exp: New file.
20116 * gdb.guile/scm-generics.exp: New file.
20117 * gdb.guile/scm-gsmob.exp: New file.
20118 * gdb.guile/scm-iterator.c: New file.
20119 * gdb.guile/scm-iterator.exp: New file.
20120 * gdb.guile/scm-math.c: New file.
20121 * gdb.guile/scm-math.exp: New file.
20122 * gdb.guile/scm-objfile-script-gdb.in: New file.
20123 * gdb.guile/scm-objfile-script.c: New file.
20124 * gdb.guile/scm-objfile-script.exp: New file.
20125 * gdb.guile/scm-objfile.c: New file.
20126 * gdb.guile/scm-objfile.exp: New file.
20127 * gdb.guile/scm-ports.exp: New file.
20128 * gdb.guile/scm-pretty-print.c: New file.
20129 * gdb.guile/scm-pretty-print.exp: New file.
20130 * gdb.guile/scm-pretty-print.scm: New file.
20131 * gdb.guile/scm-section-script.c: New file.
20132 * gdb.guile/scm-section-script.exp: New file.
20133 * gdb.guile/scm-section-script.scm: New file.
20134 * gdb.guile/scm-symbol.c: New file.
20135 * gdb.guile/scm-symbol.exp: New file.
20136 * gdb.guile/scm-symtab-2.c: New file.
20137 * gdb.guile/scm-symtab.c: New file.
20138 * gdb.guile/scm-symtab.exp: New file.
20139 * gdb.guile/scm-type.c: New file.
20140 * gdb.guile/scm-type.exp: New file.
20141 * gdb.guile/scm-value-cc.cc: New file.
20142 * gdb.guile/scm-value-cc.exp: New file.
20143 * gdb.guile/scm-value.c: New file.
20144 * gdb.guile/scm-value.exp: New file.
20145 * gdb.guile/source2.scm: New file.
20146 * gdb.guile/types-module.cc: New file.
20147 * gdb.guile/types-module.exp: New file.
20148
7026a7c1
YQ
201492014-02-10 Yao Qi <yao@codesourcery.com>
20150
20151 PR testsuite/16543
20152 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20153 * configure: Regenerated.
20154 * Makefile.in: New file.
20155
6c466447
AS
201562014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20157
20158 * gdb.python/py-framefilter.exp: Fix typo.
20159
6e854735
YQ
201602014-02-08 Yao Qi <yao@codesourcery.com>
20161
20162 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20163 that no =breakpoint-modified is emitted when breakpoints are
20164 modified through MI commands.
20165
d137e6dc
PA
201662014-02-07 Pedro Alves <pedro@codesourcery.com>
20167 Pedro Alves <palves@redhat.com>
20168
20169 * gdb.threads/step-after-sr-lock.c: New file.
20170 * gdb.threads/step-after-sr-lock.exp: New file.
20171
b5ee5a50
PA
201722014-02-07 Pedro Alves <palves@redhat.com>
20173
20174 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20175
3c77faf3
JK
201762014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20177
20178 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20179 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20180
6dddc817
DE
201812014-02-06 Doug Evans <xdje42@gmail.com>
20182
20183 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20184 output.
20185
20186 * gdb.gdb/python-interrupts.exp: New file.
20187
de7b2893
YQ
201882014-02-05 Yao Qi <yao@codesourcery.com>
20189
20190 * gdb.trace/report.exp (use_collected_data): Test the output
20191 of "info threads" and "info inferiors".
20192
66d032ac
YQ
201932014-02-05 Yao Qi <yao@codesourcery.com>
20194
20195 Revert this patch:
20196
20197 2013-05-24 Yao Qi <yao@codesourcery.com>
20198
20199 * gdb.trace/tfile.exp: Test inferior and thread.
20200
591a12a1
UW
202012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20202
20203 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20204 on a function.
20205 * gdb.base/step-bt.c: Call hello via function pointer to make
20206 sure its first instruction is executed on powerpc64le-linux.
20207
0ff3e01f
UW
202082014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20209
20210 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20211
084ee545
UW
202122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20213
20214 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20215 of the test patterns for use on little-endian systems.
20216
6ed14ff3
UW
202172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20218
20219 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20220 (decimal_vector): Fix for little-endian.
20221
401e27fd
JM
202222014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20223
20224 * gdb.arch/sparc-sysstep.exp: New file.
20225 * gdb.arch/sparc-sysstep.c: Likewise.
20226
20227 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20228
8b924729
EBM
202292014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20230
20231 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20232
fb151210
JB
202332014-01-23 Tom Tromey <tromey@redhat.com>
20234
20235 * gdb.ada/array_char_idx: New testcase.
20236
0740f8d8
TT
202372014-01-23 Tom Tromey <tromey@redhat.com>
20238
20239 PR python/16487:
20240 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20241 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20242 classes.
20243
21909fa1
TT
202442014-01-23 Tom Tromey <tromey@redhat.com>
20245
20246 PR python/16491:
20247 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20248 string from an inferior frame.
20249 * gdb.python/py-framefilter-mi.exp: Update.
20250
87ce2a04
DE
202512014-01-22 Doug Evans <dje@google.com>
20252
20253 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20254
237b092b
AA
202552014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20256
20257 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20258
d674a709
AA
202592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20260
20261 * gdb.trace/entry-values.exp: Remove excess space character from
20262 regex patterns. Handle s390 call instruction.
20263
20fa3390
AA
202642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20265
20266 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20267 define "*_start" label. Make "name" static.
20268 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20269 ${name} by references to ${name}_start.
20270
78466714
AA
202712014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20272
20273 * gdb.base/info-macros.exp: Remove "debug" from the compile
20274 options.
20275
ec9f644a
IB
202762014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20277
20278 * gdb.dlang/demangle.exp: New file.
20279
94b1b47e
IB
202802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20281
20282 * gdb.dlang/primitive-types.exp: New file.
20283
7f420862
IB
202842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20285
20286 * configure.ac: Create gdb.dlang/Makefile.
20287 * configure: Regenerate.
20288 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20289 * gdb.dlang/Makefile.in: New file.
20290 * lib/d-support.exp: New file.
20291 * lib/gdb.exp (skip_d_tests): New proc.
20292
52834460
MM
202932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20294
20295 * gdb.btrace/delta.exp: Check reverse stepi.
20296 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20297 * gdb.btrace/finish.exp: New.
20298 * gdb.btrace/next.exp: New.
20299 * gdb.btrace/nexti.exp: New.
20300 * gdb.btrace/record_goto.c: Add comments.
20301 * gdb.btrace/step.exp: New.
20302 * gdb.btrace/stepi.exp: New.
20303 * gdb.btrace/multi-thread-step.c: New.
20304 * gdb.btrace/multi-thread-step.exp: New.
20305 * gdb.btrace/rn-dl-bind.c: New.
20306 * gdb.btrace/rn-dl-bind.exp: New.
20307 * gdb.btrace/data.c: New.
20308 * gdb.btrace/data.exp: New.
20309 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20310
6e07b1d2
MM
203112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20312
20313 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20314 * gdb.btrace/exception.exp: Update.
20315 * gdb.btrace/instruction_history.exp: Update.
20316 * gdb.btrace/record_goto.exp: Update.
20317 * gdb.btrace/tailcall.exp: Update.
20318 * gdb.btrace/unknown_functions.exp: Update.
20319 * gdb.btrace/delta.exp: New.
20320
0b722aec
MM
203212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20322
20323 * gdb.btrace/record_goto.exp: Add backtrace test.
20324 * gdb.btrace/tailcall.exp: Add backtrace test.
20325
066ce621
MM
203262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20327
20328 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20329 * gdb.btrace/record_goto.c: New.
20330 * gdb.btrace/record_goto.exp: New.
20331 * gdb.btrace/x86-record_goto.S: New.
20332
0688d04e
MM
203332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20334
20335 * gdb.btrace/function_call_history.exp: Update tests.
20336 * gdb.btrace/instruction_history.exp: Update tests.
20337
8710b709
MM
203382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20339
20340 * gdb.btrace/function_call_history.exp: Fix expected field
20341 order for "record function-call-history".
20342 Add new tests for "record function-call-history /c".
20343 * gdb.btrace/exception.cc: New.
20344 * gdb.btrace/exception.exp: New.
20345 * gdb.btrace/tailcall.exp: New.
20346 * gdb.btrace/x86-tailcall.S: New.
20347 * gdb.btrace/x86-tailcall.c: New.
20348 * gdb.btrace/unknown_functions.c: New.
20349 * gdb.btrace/unknown_functions.exp: New.
20350 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20351
5de9129b
MM
203522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20353
20354 * gdb.btrace/instruction_history.exp: Update.
20355 * gdb.btrace/function_call_history.exp: Update.
20356
23a7fe75
MM
203572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20358
20359 * gdb.btrace/function_call_history.exp: Fix expected function
20360 trace.
20361 * gdb.btrace/instruction_history.exp: Initialize traced.
20362 Remove traced_functions.
20363
724c7dd8
MM
203642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20365
20366 * gdb.btrace/function_call_history.exp: Update
20367 * gdb.btrace/instruction_history.exp: Update.
20368
6d78d93b
MM
203692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20370
20371 * gdb.btrace/enable.exp: Update expected text.
20372
93a360cc
OJ
203732014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20374
20375 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20376 bytes.
20377
3772b53f
MR
203782014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20379
20380 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20381
596662fa
OJ
203822014-01-15 Omair Javaid <omair.javaid@linaro.org>
20383
20384 * lib/gdb.exp (supports_process_record): Return true for
20385 arm*-linux*. (supports_reverse): Likewise.
20386
b5b08fb4
SC
203872014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20388
20389 PR python/15464
20390 PR python/16113
20391 * gdb.python/py-type.c: Enhance test case.
20392 * gdb.python/py-value-cc.cc: Likewise
20393 * gdb.python/py-type.exp: Add new tests.
20394 * gdb.python/py-value-cc.exp: Likewise
20395
52d7fb13
AA
203962014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20397 Pedro Alves <palves@redhat.com>
20398
20399 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20400 Make "name" extern.
20401 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20402 references to ${name}_start by references to ${name}.
20403
a2cd8cfe
JB
204042014-01-10 Joel Brobecker <brobecker@adacore.com>
20405
20406 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20407
4e23fced
JB
204082014-01-10 Joel Brobecker <brobecker@adacore.com>
20409
20410 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20411
c6a9e42c
PA
204122014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20413 Pedro Alves <palves@redhat.com>
20414
20415 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20416 mi_gdb_target_load.
c6a9e42c 20417
b7ea362b
PA
204182014-01-08 Pedro Alves <palves@redhat.com>
20419
20420 * gdb.threads/reconnect-signal.c: New file.
20421 * gdb.threads/reconnect-signal.exp: New file.
20422
5e3f4fab
EBM
204232014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20424
20425 * gdb.base/source-dir.exp: New file.
20426
79301218
JB
204272014-01-07 Joel Brobecker <brobecker@adacore.com>
20428
20429 * gdb.ada/mi_interface: New testcase.
20430
8e355c5d
JB
204312014-01-07 Joel Brobecker <brobecker@adacore.com>
20432
20433 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20434 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20435 gdb.ada/pp-rec-component/pck.ads: New files.
20436
c0d48811
JB
204372014-01-07 Joel Brobecker <brobecker@adacore.com>
20438
20439 * gdb.python/py-pp-integral.c: New file.
20440 * gdb.python/py-pp-integral.py: New file.
20441 * gdb.python/py-pp-integral.exp: New file.
20442
17b609c3 20443For older changes see ChangeLog-1993-2013.
c906108c 20444\f
8d8cb839
EZ
20445;; Local Variables:
20446;; mode: change-log
20447;; left-margin: 8
20448;; fill-column: 74
20449;; version-control: never
20450;; End:
902f2ccb 20451
b811d2c2 20452 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20453 Copying and distribution of this file, with or without modification,
20454 are permitted provided the copyright notice and this notice are preserved.