[gdb/testsuite] Handle early_flags in gdb_default_target_compile
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b011fe1a
TV
12020-06-30 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/26175
4 * lib/future.exp (gdb_default_target_compile): Detect and handle
5 early_flags.
6
df5b8876
SM
72020-06-29 Simon Marchi <simon.marchi@efficios.com>
8
9 * boards/simavr.exp (gdb_load): Catch errors when closing
10 previous connection. Close connection, wait for process and
11 unset simavr_spawn_id on failure.
12
a3ca48cd
TV
132020-06-29 Tom de Vries <tdevries@suse.de>
14
15 * lib/gdb.exp (unknown): Make test-case unresolved.
16
b0237c0e
TV
172020-06-29 Tom de Vries <tdevries@suse.de>
18
19 PR gdb/25475
20 * gdb.server/solib-list.exp: Verify that the symbol reload
21 confirmation question is asked.
22
c0b3b3bd
PW
232020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
24
25 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
26 have a input seq nr in each pass message.
27 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
28 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
29 * gdb.python/python.exp: Make test names unique,
30 use gdb_test_multiline instead of gdb_py_test_multiple,
31 use $gdb_test_name.
32 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
33
1776e3e5
NA
342020-06-26 Nick Alcock <nick.alcock@oracle.com>
35
36 * configure.ac: Add --enable-libctf.
37 * aclocal.m4: sinclude ../config/enable.m4.
38 * Makefile.in (site.exp): Add enable_libctf to site.exp.
39 * lib/gdb.exp (skip_ctf_tests): Use it.
40 * gdb.base/ctf-constvars.exp: Error message tweak.
41 * gdb.base/ctf-ptype.exp: Likewise.
42 * configure: Regenerate.
43
f53b3eeb
GB
442020-06-26 Gary Benson <gbenson@redhat.com>
45
46 * gdb.cp/try_catch.cc: Include string.h.
47 (main): Replace comparison against string literal with
48 strcmp, avoiding build failure with -Wstring-compare.
49 Add "marker test-complete".
50 * gdb.cp/try_catch.exp: Run the test to the above marker,
51 then verify that the value of "test" is still true.
52
6d74da72
AB
532020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
56
2e52d038
AB
572020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
60
3b9fce96
AB
612020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
64 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
65 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
66 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
67 * gdb.arch/riscv-tdesc-loading.exp: New file.
68
ed69cbc8
AB
692020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
70
71 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
72
767a879e
AB
732020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
76 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
77 * gdb.arch/riscv-tdesc-regs.c: New file.
78 * gdb.arch/riscv-tdesc-regs.exp: New file.
79
221db974
PA
802020-06-24 Pedro Alves <palves@redhat.com>
81
82 * gdb.arch/amd64-entry-value-paramref.exp: Use
83 prepare_for_testing_full and don't pass "c++" for the .S file
84 build spec.
85 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
86 $options, since it's an assembly file. Remove -Wno-deprecated.
87 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
88 compiling C++ programs.
89
331733cd
PA
902020-06-24 Pedro Alves <palves@redhat.com>
91
92 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
93 Clang, add "-Wno-unknown-warning-option" to the options.
94
caa7fd04
AB
952020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 * gdb.xml/tdesc-reload.c: New file.
98 * gdb.xml/tdesc-reload.exp: New file.
99 * gdb.xml/maint-xml-dump-01.xml: New file.
100 * gdb.xml/maint-xml-dump-02.xml: New file.
101 * gdb.xml/maint-xml-dump.exp: New file.
102
bb8d1260
SL
1032020-06-23 Sandra Loosemore <sandra@codesourcery.com>
104
105 * lib/completion-support.exp (test_gdb_completion_offers_commands):
106 Adjust for omitted commands when TUI is disabled.
107
7e4b9c4c
GB
1082020-06-23 Gary Benson <gbenson@redhat.com>
109 Pedro Alves <palves@redhat.com>
110
111 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
112 * gdb.cp/nsimport.cc: Likewise.
113 * gdb.cp/nsnested.cc: Likewise.
114 * gdb.cp/nsnoimports.cc: Likewise.
115 * gdb.cp/nsusing.cc: Likewise.
116 * gdb.cp/smartp.cc: Likewise.
117 * gdb.python/py-pp-integral.c: Likewise.
118 * gdb.python/py-pp-re-notag.c: Likewise.
119
2e573c0a
GB
1202020-06-23 Gary Benson <gbenson@redhat.com>
121
122 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
123 * gdb.cp/nsimport.cc: Likewise.
124 * gdb.cp/nsnested.cc: Likewise.
125 * gdb.cp/nsnoimports.cc: Likewise.
126 * gdb.cp/nsusing.cc: Likewise.
127 * gdb.cp/smartp.cc: Likewise.
128 * gdb.python/py-pp-integral.c: Likewise.
129 * gdb.python/py-pp-re-notag.c: Likewise.
130
746ebfe8
PW
1312020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
132
133 * gdb.base/default-args.exp: New test.
134 * gdb.base/default-args.c: New file.
135 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
136 * gdb.base/default.exp: Update to new help text.
137 * gdb.base/help.exp: Likewise.
138 * gdb.base/page.exp: Likewise.
139 * gdb.base/style.exp: Likewise.
140 * gdb.guile/guile.exp: Likewise.
141 * gdb.python/python.exp: Likewise.
142
e822f2cd
SL
1432020-06-22 Sandra Loosemore <sandra@codesourcery.com>
144
145 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
146 remote host. Fix search path syntax on Windows host.
147
48e9cc84
PW
1482020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
149
150 * gdb.base/attach.exp: Test priority of 'exec-file' changed
151 over 'exec-file-mismatch'.
152 * gdb.base/attach.c: Mark should_exit volatile.
153 * gdb.base/attach2.c: Likewise. Add a comment explaining
154 why the sleep cannot be big.
155 * gdb.base/attach3.c: New file.
156
160f8a8f
SL
1572020-06-20 Sandra Loosemore <sandra@codesourcery.com>
158
159 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
160 prefix optional.
161
4d91c2a4
SL
1622020-06-20 Sandra Loosemore <sandra@codesourcery.com>
163
164 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
165 for remote host.
166
87f83f20
SL
1672020-06-19 Sandra Loosemore <sandra@codesourcery.com>
168 Hafiz Abid Qadeer <abidh@codesourcery.com>
169
170 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
171 file sent to remote host.
172 (top level): Allow int32_t as type of 32-bit register.
173
37ab8655
TV
1742020-06-19 Tom de Vries <tdevries@suse.de>
175
176 * lib/gdb.exp (gdb_note): New proc.
177 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
178 (gdb_default_target_compile): ... here. Only call
179 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
180 (use_gdb_compile): Change to array.
181 (toplevel): Update sets of use_gdb_compile to specify language.
182 Warn about default_target_compile override. Store dejagnu's version
183 of default_target_compile in dejagnu_default_target_compile.
184
a8a56685
TV
1852020-06-18 Tom de Vries <tdevries@suse.de>
186
187 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
188 (default_gdb_init): ... here.
189
581bea2c
SL
1902020-06-17 Sandra Loosemore <sandra@codesourcery.com>
191
192 Fix TUI support checks in gdb.tui tests.
193
194 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
195 just say UNSUPPORTED.
196 * gdb.tui/corefile-run.exp: Likewise.
197 * gdb.tui/empty.exp: Likewise.
198 * gdb.tui/list-before.exp: Likewise.
199 * gdb.tui/list.exp: Likewise.
200 * gdb.tui/main.exp: Likewise.
201 * gdb.tui/regs.exp: Likewise.
202 * gdb.tui/resize.exp: Likewise.
203 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
204 * gdb.tui/tui-layout-asm.exp: Likewise.
205 * gdb.tui/tui-missing-src.exp: Likewise.
206 * gdb.tui/winheight.exp: Likewise.
207 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
208
05e682e3
SL
2092020-06-17 Sandra Loosemore <sandra@codesourcery.com>
210
211 Fix TCL error in gdb.python/py-format-string.exp.
212
213 * gdb.python/py-format-string.exp: Move test for python support
214 earlier, out of function body.
215
efb763a5
SM
2162020-06-15 Simon Marchi <simon.marchi@efficios.com>
217
218 * gdb.base/index-cache-load-twice.c: New.
219 * gdb.base/index-cache-load-twice.exp: New.
220
43327b20
KS
2212020-06-17 Keith Seitz <keiths@redhat.com>
222
99cf27cf 223 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
224 when executing "gdb --configuration".
225
081e778c
TV
2262020-06-17 Tom de Vries <tdevries@suse.de>
227
228 * lib/gdb.exp (gdb_tcl_unknown): New proc.
229 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
230 conditional on presence of gdb_tcl_unknown.
231 (gdb_finish): Make override undo conditional on presence of
232 gdb_tcl_unknown.
233
d2d1ea20
TT
2342020-06-16 Tom Tromey <tom@tromey.com>
235
236 * gdb.python/tui-window.py (failwin): New function. Register it
237 as a TUI window type.
238 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
239
c802e8a7
GB
2402020-06-16 Gary Benson <gbenson@redhat.com>
241
242 * gdb.python/py-nested-maps.c (create_map): Add missing return
243 value.
244 (create_map_map): Likewise.
245
ff08abb8
TBA
2462020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
247
248 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
249 variable.
250 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
251 and use the already-defined 'options' variable.
252
a29d5112
AB
2532020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
254 Tom de Vries <tdevries@suse.de>
255
256 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
257 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
258 (gdb_setup_known_globals): New proc.
259 (gdb_cleanup_globals): New proc.
260 * lib/gdb.exp (load_lib): New override proc.
261 (gdb_stdin_log_init): Set var in_file as persistent global.
262 * lib/pascal.exp (gdb_stdin_log_init): Set vars
263 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
264 fpc_compiler as persistent global.
265
8c74a764
TV
2662020-06-12 Tom de Vries <tdevries@suse.de>
267
268 * lib/tuiterm.exp (spawn): Rename to ...
269 (tui_spawn): ... this.
270 (toplevel): Move rename of spawn ...
271 (gdb_init_tuiterm): ... here. New proc.
272 (gdb_finish_tuiterm): New proc.
273 * lib/gdb.exp (gdb_finish_hooks): New global var.
274 (gdb_finish): Handle gdb_finish_hooks.
275 (tuiterm_env): New proc.
276 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
277 tuiterm_env.
278 * gdb.tui/basic.exp: Same.
279 * gdb.tui/corefile-run.exp: Same.
280 * gdb.tui/empty.exp: Same.
281 * gdb.tui/list-before.exp: Same.
282 * gdb.tui/list.exp: Same.
283 * gdb.tui/main.exp: Same.
284 * gdb.tui/new-layout.exp: Same.
285 * gdb.tui/regs.exp: Same.
286 * gdb.tui/resize.exp: Same.
287 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
288 * gdb.tui/tui-layout-asm.exp: Same.
289 * gdb.tui/tui-missing-src.exp: Same.
290 * gdb.tui/winheight.exp: Same.
291
26783bce
TV
2922020-06-12 Tom de Vries <tdevries@suse.de>
293
294 PR testsuite/26110
295 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
296 (gdb_finish): Reinstall dejagnu's override of ::unknown.
297
2b4e6a3f
TT
2982020-06-11 Tom Tromey <tom@tromey.com>
299
300 PR gdb/18318:
301 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
302 floating point tests.
303
2f33032a
KS
3042020-06-11 Keith Seitz <keiths@redhat.com>
305
306 PR gdb/21356
307 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
308 vla_struct.
309 Add new struct vla_typedef and union vla_typedef_union and
310 corresponding instantiation objects.
311 Initialize new objects.
312 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
313 and vla_typedef_union_object.
314 Fixup type for vla_struct_object.
315
a8baf0a3
TV
3162020-06-11 Tom de Vries <tdevries@suse.de>
317
318 * lib/gdb.exp (with_override): New proc, factored out of ...
319 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
320
7ab96794
TV
3212020-06-10 Tom de Vries <tdevries@suse.de>
322
323 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
324
cab5c3b7
SM
3252020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
326
327 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
328 parameter, update callers.
329
f8c41851
SM
3302020-06-04 Simon Marchi <simon.marchi@efficios.com>
331
332 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
333 * gdb.dwarf2/share-psymtabs-bt.c: New file.
334 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
335
1c07a73f
TV
3362020-06-04 Tom de Vries <tdevries@suse.de>
337
338 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
339
95146b5d
TV
3402020-06-04 Tom de Vries <tdevries@suse.de>
341
342 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
343 exp_continue.
344
0cfcd4f0
TV
3452020-06-04 Tom de Vries <tdevries@suse.de>
346
347 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
348
f9b5d5ea
TV
3492020-06-03 Tom de Vries <tdevries@suse.de>
350
351 PR symtab/26046
352 * gdb.cp/breakpoint-locs-2.cc: New test.
353 * gdb.cp/breakpoint-locs.cc: New test.
354 * gdb.cp/breakpoint-locs.exp: New file.
355 * gdb.cp/breakpoint-locs.h: New test.
356
5144dfba
TV
3572020-06-03 Tom de Vries <tdevries@suse.de>
358
359 PR testsuite/25609
360 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
361 value of global verbose.
362 * gdb.base/jit-elf.exp: Same.
363 * gdb.base/jit-reader.exp: Same.
364
621eacdf
TV
3652020-06-02 Tom de Vries <tdevries@suse.de>
366
367 * gdb.dwarf2/multidictionary.exp: Don't use
368 gdb_spawn_with_cmdline_opts.
369
1313c56e
AB
3702020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
371
372 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
373 use_header case.
374 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
375 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
376 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
377 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
378 * gdb.dwarf2/dw2-inline-header.c: New file.
379 * gdb.dwarf2/dw2-inline-header.h: New file.
380
f68f85b5
PA
3812020-05-30 Pedro Alves <palves@redhat.com>
382
383 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
384 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
385
678048e8
GB
3862020-05-29 Gary Benson <gbenson@redhat.com>
387
388 * gdb.compile/compile-cplus.exp (additional_flags): Also
389 set when building with clang.
390 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
391 when building with clang.
392
9fcafd23
GB
3932020-05-29 Gary Benson <gbenson@redhat.com>
394
395 * gdb.arch/i386-avx.exp (additional_flags): Also set when
396 building with clang.
397 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
398
735d5a07
GB
3992020-05-29 Gary Benson <gbenson@redhat.com>
400
401 * gdb.cp/koenig.exp (prepare_for_testing): Add
402 additional_flags=-Wno-unused-comparison.
403 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
404
4ad2c6a0
GB
4052020-05-28 Gary Benson <gbenson@redhat.com>
406
407 * gdb.base/sigaltstack.c (catcher): Add default case to switch
408 statement.
409
09fe663e
GB
4102020-05-28 Gary Benson <gbenson@redhat.com>
411
412 * gdb.cp/classes.exp (prepare_for_testing): Add
413 additional_flags=-Wno-deprecated-register.
414 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
415 * gdb.cp/misc.exp: Likewise.
416
cee00f17
GB
4172020-05-28 Gary Benson <gbenson@redhat.com>
418
419 * gdb.linespec/cpls-ops.cc (dummy): New static global.
420 (test_op_new::operator new): Add return statement.
421 (test_op_new_array::operator new[]): Likewise.
422
636edd00
PA
4232020-05-27 Pedro Alves <palves@redhat.com>
424
425 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
426 check. Use test_gdb_complete_unique instead of
427 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
428 test_gdb_complete_multiple instead of
429 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
430
c2b75043
LM
4312020-05-27 Luis Machado <luis.machado@linaro.org>
432
433 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
434 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
435 * gdb.arch/arm-disassembler-options.exp: Likewise.
436 * gdb.arch/arm-disp-step.exp: Likewise.
437 * gdb.arch/thumb-prologue.exp: Likewise.
438 * gdb.base/async.exp: Likewise.
439 * gdb.base/auxv.exp: Likewise.
440 * gdb.base/complex-parts.exp: Likewise.
441 * gdb.base/ena-dis-br.exp: Likewise.
442 * gdb.base/foll-exec.exp: Likewise.
443 * gdb.base/permissions.exp: Likewise.
444 * gdb.base/relocate.exp: Likewise.
445 * gdb.base/return2.exp: Likewise.
446 * gdb.base/sigbpt.exp: Likewise.
447 * gdb.base/siginfo-obj.exp: Likewise.
448 * gdb.cp/converts.exp: Likewise.
449 * gdb.cp/exceptprint.exp: Likewise.
450 * gdb.cp/inherit.exp: Likewise.
451 * gdb.cp/nsnoimports.exp: Likewise.
452 * gdb.cp/virtbase2.exp: Likewise.
453 * gdb.mi/mi-var-cmd.exp: Likewise.
454 * gdb.mi/var-cmd.c: Likewise.
455
53a47a3e
TT
4562020-05-26 Tom Tromey <tromey@adacore.com>
457
458 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
459
0bc2354b
TT
4602020-05-26 Tom Tromey <tromey@adacore.com>
461
462 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
463 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
464 type.
465 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
466 variable.
467
0db49895
CBG
4682020-05-26 Christian Biesinger <cbiesinger@google.com>
469
470 * Makefile.in: Use = instead of == for the test command
471 for portability.
472
40d22035
TV
4732020-05-26 Tom de Vries <tdevries@suse.de>
474
475 * gdb.base/gold-gdb-index-2.c: New test.
476 * gdb.base/gold-gdb-index.c: New test.
477 * gdb.base/gold-gdb-index.exp: New file.
478 * gdb.base/gold-gdb-index.h: New test.
479
043e2e02
TV
4802020-05-25 Tom de Vries <tdevries@suse.de>
481
482 * boards/gold-gdb-index.exp: New file.
483
462f72c5
SM
4842020-05-25 Simon Marchi <simon.marchi@efficios.com>
485
486 * boards/simavr.exp: New file.
487
6cf66e76
SM
4882020-05-25 Simon Marchi <simon.marchi@efficios.com>
489
490 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
491 * gdb.base/inferior-args.exp: New file.
492 * gdb.base/inferior-args.c: New file.
493
75d04512
SM
4942020-05-25 Simon Marchi <simon.marchi@efficios.com>
495
496 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
497 inferior_args. Pass it to gdb_reload.
498 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
499 inferior_args.
500 (gdb_reload): Add inferior_args argument.
501 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
502 pass it to gdbserver_run.
503 * boards/native-gdbserver.exp: Do not set noargs.
504 * boards/native-extended-gdbserver.exp (gdb_reload): Add
505 inferior_args argument.
506 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
507 * gdb.base/a2-run.exp: Check for use_gdb_stub.
508 * gdb.base/args.exp: Likewise.
509
42cf1844
TV
5102020-05-25 Tom de Vries <tdevries@suse.de>
511
512 * lib/gdb.exp (exec_is_pie): Add comment.
513
8f7d38ef
TV
5142020-05-25 Tom de Vries <tdevries@suse.de>
515
516 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
517 instead of $binfile in the untested message.
518
465e1b0f
TV
5192020-05-25 Tom de Vries <tdevries@suse.de>
520
521 PR testsuite/26031
522 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
523
3c5a0e02
TV
5242020-05-25 Tom de Vries <tdevries@suse.de>
525
526 * boards/gold.exp: New file.
527
0a4f5f8c
TT
5282020-05-23 Tom Tromey <tom@tromey.com>
529
530 * gdb.base/style.exp: Remove completion styling test.
531 * lib/gdb-utils.exp (style): Remove completion styles.
532
eca1f90c
TT
5332020-05-23 Tom Tromey <tom@tromey.com>
534
535 * gdb.base/style.exp: Add completion styling test.
536 * lib/gdb-utils.exp (style): Add completion styles.
537
7c13f4e8
AB
5382020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.base/annota1.exp: Update expected results.
541 * gdb.cp/annota2.exp: Update expected results, remove duplicate
542 test name.
543 * gdb.cp/annota3.exp: Update expected results.
544
41977d16
SM
5452020-05-20 Simon Marchi <simon.marchi@efficios.com>
546
547 PR gdb/26016
548 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
549 against MAP_FAILED.
550 * gdb.base/coremaker.c (mmapdata): Likewise.
551 * gdb.base/jit-reader-host.c (main): Likewise.
552 * gdb.base/sym-file-loader.c (load): Likewise.
553 (load_shlib): Likewise.
554
b4757f2e
TT
5552020-05-20 Tom Tromey <tromey@adacore.com>
556
557 * gdb.ada/array_char_idx.exp: Recognize initialized array.
558
9a0bacfb
TV
5592020-05-20 Tom de Vries <tdevries@suse.de>
560
561 PR symtab/25833
562 * gdb.base/with-mf-inc.c: New test.
563 * gdb.base/with-mf-main.c: New test.
564 * gdb.base/with-mf.exp: New file.
565
76571211
TT
5662020-05-19 Tom Tromey <tromey@adacore.com>
567
568 * gdb.rust/simple.exp: Restore missing test result.
569
4cd9f3d5
TV
5702020-05-19 Tom de Vries <tdevries@suse.de>
571
572 * gdb.base/gdb-caching-proc.exp: Fix typo.
573
7d874253
TT
5742020-05-19 Tom Tromey <tromey@adacore.com>
575
576 * gdb.rust/simple.exp: Add some test descriptions.
577 (test_one_slice): Use with_test_prefix.
578
1d727695
TV
5792020-05-18 Tom de Vries <tdevries@suse.de>
580
581 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
582
7f32a4d5
PA
5832020-05-17 Pedro Alves <palves@redhat.com>
584
585 PR gdb/25741
586 * gdb.base/hw-sw-break-same-address.exp: New file.
587
7cfd74cf
PA
5882020-05-16 Pedro Alves <palves@redhat.com>
589
590 * gdb.multi/multi-re-run.exp (test_re_run): Switch
591 LAST_LOADED_FILE accordingly.
592
57b4f16e
PW
5932020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
594
595 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
596
7c05caf7
PW
5972020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
598
599 * gdb.base/help.exp: Test apropos and help for commands
600 having aliases. Fixed comments not starting with an
601 upper-case letter or not finishing with a dot.
602
7aa1b46f
PW
6032020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
604
3b3aaacb
PW
605 * gdb.base/alias.exp: Update help output check.
606
57b4f16e 6072020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 608
7aa1b46f
PW
609 * gdb.base/default.exp: Update output following fixes.
610
0605465f
PW
6112020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
612
613 * gdb.base/alias.exp: Test aliases starting with a prefix of
614 another alias.
615
86e4e63d
GB
6162020-05-15 Gary Benson <gbenson@redhat.com>
617
618 * gdb.base/info-os.c (main): Add return statement.
619 * gdb.base/info_minsym.c (minsym_fun): Likewise.
620 * gdb.base/large-frame-2.c (func): Likewise.
621 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
622 * gdb.base/pr10179-b.c (foo2): Likewise.
623 * gdb.base/valgrind-disp-step.c (foo): Likewise.
624 * gdb.base/watch-cond.c (func): Likewise.
625 * gdb.multi/goodbye.c (verylongfun): Likewise.
626 * gdb.multi/hello.c (commonfun): Likewise.
627 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
628 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
629 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
630 Likewise.
631 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
632 * gdb.threads/interrupt-while-step-over.c (child_function):
633 Likewise.
634 * gdb.trace/actions-changed.c (end): Likewise.
635
163df4df
GB
6362020-05-15 Gary Benson <gbenson@redhat.com>
637
638 * gdb.opencl/callfuncs.exp: Report when test skipped.
639 * gdb.opencl/convs_casts.exp: Likewise.
640 * gdb.opencl/datatypes.exp: Likewise.
641 * gdb.opencl/operators.exp: Likewise.
642 * gdb.opencl/vec_comps.exp: Likewise.
643
6dbc505a
TV
6442020-05-15 Tom de Vries <tdevries@suse.de>
645
646 * gdb.base/align.exp.in: Rename to ...
647 * gdb.base/align.exp.tcl: ... this.
648 * gdb.base/align-c++.exp: Update.
649 * gdb.base/align-c.exp: Update.
650 * gdb.base/all-architectures.exp.in: Rename to ...
651 * gdb.base/all-architectures.exp: ... this.
652 * gdb.base/all-architectures-0.exp: Update.
653 * gdb.base/all-architectures-1.exp: Update.
654 * gdb.base/all-architectures-2.exp: Update.
655 * gdb.base/all-architectures-3.exp: Update.
656 * gdb.base/all-architectures-4.exp: Update.
657 * gdb.base/all-architectures-5.exp: Update.
658 * gdb.base/all-architectures-6.exp: Update.
659 * gdb.base/all-architectures-7.exp: Update.
660 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
661 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
662 * gdb.base/infcall-nested-structs-c++.exp: Update.
663 * gdb.base/infcall-nested-structs-c.exp: Update.
664 * gdb.base/info-types.exp.in: Rename to ...
665 * gdb.base/info-types.exp.tcl: ... this.
666 * gdb.base/info-types-c++.exp: Update.
667 * gdb.base/info-types-c.exp: Update.
668 * gdb.base/max-depth.exp.in: Rename to ...
669 * gdb.base/max-depth.exp.tcl: ... this.
670 * gdb.base/max-depth-c++.exp: Update.
671 * gdb.base/max-depth-c.exp: Update.
672 * gdb.cp/cpexprs.exp.in: Rename to ...
673 * gdb.cp/cpexprs.exp.tcl: ... this.
674 * gdb.cp/cpexprs-debug-types.exp: Update.
675 * gdb.cp/cpexprs.exp: Update.
676 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
677 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
678 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
679 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
680 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
681 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
682 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
683 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
684 * gdb.dwarf2/clang-debug-names-2.exp: Update.
685 * gdb.dwarf2/clang-debug-names.exp: Update.
686
d1034d78
AB
6872020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
688
689 * lib/check-test-names.exp: Remove code that prevents this file
690 loading when tests are run in parallel.
691
3c5c3649
PA
6922020-05-15 Pedro Alves <palves@redhat.com>
693
694 * gdb.multi/multi-kill.exp (start_inferior): Remove
695 'testpid' parameter. Refer to namespace variable directly.
696 (testpid): Declare as namespace variable.
697
272c36b8
PA
6982020-05-15 Pedro Alves <palves@redhat.com>
699
700 * gdb.multi/multi-kill.exp: Wrap in namespace.
701 (start_inferior): Add TESTPID parameter. Use it instead of the
702 testpid global.
703 (top level): Define empty TESTPID array, and pass it down to
704 start_inferior.
705
02eba61a
TV
7062020-05-14 Tom de Vries <tdevries@suse.de>
707
708 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
709 output.
710
971a3747
TV
7112020-05-14 Tom de Vries <tdevries@suse.de>
712
713 * gdb.base/align.exp: Split into ...
714 * gdb.base/align.exp.in: ...
715 * gdb.base/align-c++.exp: ...
716 * gdb.base/align-c.exp: ... these.
717 * gdb.base/infcall-nested-structs.exp: Split into ...
718 * gdb.base/infcall-nested-structs.exp.in: ...
719 * gdb.base/infcall-nested-structs-c++.exp: ...
720 * gdb.base/infcall-nested-structs-c.exp: ... these.
721 * gdb.base/info-types.exp: Split into ...
722 * gdb.base/info-types.exp.in: ...
723 * gdb.base/info-types-c++.exp: ...
724 * gdb.base/info-types-c.exp: ... these.
725 * gdb.base/max-depth.exp: Split into ...
726 * gdb.base/max-depth.exp.in: ...
727 * gdb.base/max-depth-c++.exp: ...
728 * gdb.base/max-depth-c.exp: ... these.
729 * gdb.cp/infcall-nodebug.exp: Split into ...
730 * gdb.cp/infcall-nodebug.exp.in: ...
731 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
732 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
733 * gdb.cp/infcall-nodebug-c-d0.exp: ...
734 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
735
a05575d3
TBA
7362020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
737 Pedro Alves <palves@redhat.com>
738
739 * gdb.multi/multi-exit.c: New file.
740 * gdb.multi/multi-exit.exp: New file.
741 * gdb.multi/multi-kill.c: New file.
742 * gdb.multi/multi-kill.exp: New file.
743
6ad82919
TBA
7442020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
745
746 * gdb.base/annota1.exp: Update the expected output.
747 * gdb.cp/annota2.exp: Ditto.
748
843f4d93
AB
7492020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * lib/check-test-names.exp: Disable when testing is being run in
752 parallel.
753
c7c66341
TV
7542020-05-12 Tom de Vries <tdevries@suse.de>
755
756 * gdb.base/jit-elf.exp: Fix string concat.
757
1b59ca1c
TV
7582020-05-12 Tom de Vries <tdevries@suse.de>
759
760 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
761 messages.
762
b4991d29
TV
7632020-05-12 Tom de Vries <tdevries@suse.de>
764
765 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
766
dbb0ab10
TV
7672020-05-12 Tom de Vries <tdevries@suse.de>
768
769 * gdb.ada/catch_ex.exp: Use with_test_prefix.
770 * gdb.ada/mi_catch_ex.exp: Same.
771 * gdb.ada/mi_catch_ex_hand.exp: Same.
772
7549fed8
TV
7732020-05-12 Tom de Vries <tdevries@suse.de>
774
775 * gdb.fortran/complex.exp: Use with_test_prefix.
776
af2d5cd8
TV
7772020-05-12 Tom de Vries <tdevries@suse.de>
778
779 * gdb.trace/passcount.exp: Fix test-names.
780
7c121311
TV
7812020-05-12 Tom de Vries <tdevries@suse.de>
782
783 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
784
c9f3b40e
TV
7852020-05-12 Tom de Vries <tdevries@suse.de>
786
787 * gdb.gdb/complaints.exp: Use with_test_prefix.
788 * gdb.xml/tdesc-regs.exp: Same.
789 * gdb.opt/inline-locals.exp: Fix test name.
790
111b33f0
TV
7912020-05-12 Tom de Vries <tdevries@suse.de>
792
793 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
794 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
795 * gdb.dwarf2/implref-struct.exp: Same.
796 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
797 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
798
ebf47080
SM
7992020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
800
801 * gdb.base/jit-so.exp (one_jit_test): Change test name.
802
d30dcd12
AB
8032020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * lib/check-test-names.exp (all_test_names): New module variable.
806 (counts): Add 'duplicates' field.
807 (_check_duplicates): New procedure.
808 (check): Also check for duplicates.
809 (do_log_summary): Print duplicates count.
810 (do_reset_vars): Reset counter for duplicate test names, and
811 discard all know test names.
812
34584c09
AB
8132020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
814
815 * lib/gdb.exp: Include check-test-names.exp library.
816 * lib/check-test-names.exp: New file.
817
e0002117
TV
8182020-05-11 Tom de Vries <tdevries@suse.de>
819
820 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
821
53f539a3
KS
8222020-05-11 Keith Seitz <keiths@redhat.com>
823
824 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
825
113ee09a
TV
8262020-05-11 Tom de Vries <tdevries@suse.de>
827
828 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
829 * gdb.cp/cpexprs.exp.in: .. here.
830 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
831 cpexprs.exp.
832
ba3e70b0
KS
8332020-05-11 Keith Seitz <keiths@redhat.com>
834
835 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
836 test names.
837 * gdb.ada/arrayptr.exp: Likewise.
838 * gdb.ada/assign_arr.exp: Likewise.
839 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
840 * gdb.ada/bp_on_var.exp: Likewise.
841 * gdb.ada/call_pn.exp: Likewise.
842 * gdb.ada/complete.exp: Likewise.
843 * gdb.ada/fun_overload_menu.exp: Likewise.
844 * gdb.ada/funcall_param.exp: Likewise.
845 * gdb.ada/funcall_ref.exp: Likewise.
846 * gdb.ada/packed_array_assign.exp: Likewise.
847 * gdb.ada/same_component_name.exp: Likewise.
848 * gdb.ada/type_coercion.exp: Likewise.
849 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
850 * gdb.ada/variant_record_packed_array.exp: Likewise.
851
3ee6bb11
TV
8522020-05-11 Tom de Vries <tdevries@suse.de>
853
854 PR symtab/25941
855 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
856 out of ...
857 * gdb.dwarf2/clang-debug-names.exp: ... here.
858 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
859 clang-debug-names.exp.in.
860 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
861 * gdb.dwarf2/clang-debug-names-2.c: New test.
862
86cd6bc8
AKS
8632020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
864
865 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
866 (fortran_runto_main): New Proc, fortran version of runto_main.
867 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
868 * gdb.fortran/array-bounds.exp: Likewise.
869 * gdb.fortran/array-slices.exp: Likewise.
870 * gdb.fortran/block-data.exp: Likewise.
871 * gdb.fortran/charset.exp: Likewise.
872 * gdb.fortran/common-block.exp: Likewise.
873 * gdb.fortran/complex.exp: Likewise.
874 * gdb.fortran/derived-type-function.exp: Likewise.
875 * gdb.fortran/derived-type.exp: Likewise.
876 * gdb.fortran/info-modules.exp: Likewise.
877 * gdb.fortran/info-types.exp: Likewise.
878 * gdb.fortran/intrinsics.exp: Likewise.
879 * gdb.fortran/library-module.exp: Likewise.
880 * gdb.fortran/logical.exp: Likewise.
881 * gdb.fortran/max-depth.exp: Likewise.
882 * gdb.fortran/module.exp: Likewise.
883 * gdb.fortran/multi-dim.exp: Likewise.
884 * gdb.fortran/nested-funcs.exp: Likewise.
885 * gdb.fortran/print-formatted.exp: Likewise.
886 * gdb.fortran/print_type.exp: Likewise.
887 * gdb.fortran/printing-types.exp: Likewise.
888 * gdb.fortran/ptr-indentation.exp: Likewise.
889 * gdb.fortran/ptype-on-functions.exp: Likewise.
890 * gdb.fortran/subarray.exp: Likewise.
891 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
892 * gdb.fortran/vla-datatypes.exp: Likewise.
893 * gdb.fortran/vla-history.exp: Likewise.
894 * gdb.fortran/vla-ptr-info.exp: Likewise.
895 * gdb.fortran/vla-ptype-sub.exp: Likewise.
896 * gdb.fortran/vla-ptype.exp: Likewise.
897 * gdb.fortran/vla-sizeof.exp: Likewise.
898 * gdb.fortran/vla-type.exp: Likewise.
899 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
900 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
901 * gdb.fortran/vla-value-sub.exp: Likewise.
902 * gdb.fortran/vla-value.exp: Likewise.
903 * gdb.fortran/whatis_type.exp: Likewise.
904 * gdb.mi/mi-var-child-f.exp: Likewise.
905
6dc55ce9 9062020-05-09 Tom de Vries <tdevries@suse.de>
907
908 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
909
283cb58c
TV
9102020-05-08 Tom de Vries <tdevries@suse.de>
911
912 * gdb.dwarf2/clang-debug-names.c: New test.
913 * gdb.dwarf2/clang-debug-names.exp: New file.
914
ac4a4f1c
SM
9152020-05-06 Simon Marchi <simon.marchi@efficios.com>
916
917 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
918 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
919
24fe640b
TV
9202020-05-06 Tom de Vries <tdevries@suse.de>
921
922 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
923 breakpoint is at a "recommended breakpoint location".
924 * gdb.reverse/consecutive-reverse.exp: Same.
925
0d8683a3
TV
9262020-05-06 Tom de Vries <tdevries@suse.de>
927
928 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
929 address.
930
b8983c46
TV
9312020-05-06 Tom de Vries <tdevries@suse.de>
932
933 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
934
abf6d805
TV
9352020-05-06 Tom de Vries <tdevries@suse.de>
936
937 * gdb.base/store.exp (check_set, up_set): Allowing missing location
938 info for r.
939
0fc2a808
TV
9402020-05-06 Tom de Vries <tdevries@suse.de>
941
942 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
943 necessary.
944
873dd427
TV
9452020-05-06 Tom de Vries <tdevries@suse.de>
946
947 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
948 void.
949
7c99e7e2
TV
9502020-05-06 Tom de Vries <tdevries@suse.de>
951
952 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
953 of ...
954 * gdb.base/async.exp: ... here.
955 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
956 "recommended breakpoint location".
957
6173d6a6
TV
9582020-05-06 Tom de Vries <tdevries@suse.de>
959
960 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
961
6015a067
TV
9622020-05-04 Tom de Vries <tdevries@suse.de>
963
964 * gdb.base/async.exp: Check whether instruction addresses are a
965 "recommended breakpoint location".
966
3b6acaee
TT
9672020-05-03 Tom Tromey <tom@tromey.com>
968
969 * gdb.base/sepdebug.exp: Remove "catch" test.
970 * gdb.base/break.exp: Remove "catch" test.
971 * gdb.base/default.exp: Update expected output.
972
5beb4d17
TV
9732020-05-02 Tom de Vries <tdevries@suse.de>
974
975 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
976 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
977 * gdb.arch/i386-mpx-map.exp: Same.
978 * gdb.arch/i386-mpx-sigsegv.exp: Same.
979 * gdb.arch/i386-mpx-simple_segv.exp: Same.
980 * gdb.arch/i386-mpx.exp: Same.
981
8caf140d
TV
9822020-05-02 Tom de Vries <tdevries@suse.de>
983
984 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
985
693196cb
TV
9862020-05-01 Tom de Vries <tdevries@suse.de>
987
988 * gdb.ada/operator_bp.exp: Allow more than required amount of
989 breakpoint.
990
53ae0aa9
TV
9912020-05-01 Tom de Vries <tdevries@suse.de>
992
993 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
994
ee9d1e5f
HD
9952020-04-30 Hannes Domani <ssbssa@yahoo.de>
996
997 PR gdb/18706
998 * gdb.cp/stub-array-size.cc: New test.
999 * gdb.cp/stub-array-size.exp: New file.
1000 * gdb.cp/stub-array-size.h: New test.
1001 * gdb.cp/stub-array-size2.cc: New test.
1002
d5cf82c0
HD
10032020-04-30 Hannes Domani <ssbssa@yahoo.de>
1004
1005 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1006 output to the new format.
1007
42e165c3
SM
10082020-04-29 Simon Marchi <simon.marchi@efficios.com>
1009
1010 * gdb.base/break.exp: Use with_test_prefix.
1011
6e4e3fe1
TV
10122020-04-29 Tom de Vries <tdevries@suse.de>
1013
1014 * lib/gdb.exp (debug_types): New proc.
1015 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1016 * gdb.python/py-symtab.exp: Same.
1017
d642b692
HD
10182020-04-29 Hannes Domani <ssbssa@yahoo.de>
1019
1020 PR gdb/17320
1021 * gdb.base/pretty-array.c: New test.
1022 * gdb.base/pretty-array.exp: New file.
1023
ea90f227
TV
10242020-04-29 Tom de Vries <tdevries@suse.de>
1025
1026 PR symtab/25889
1027 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1028 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1029 and include cpexprs.exp.
1030
a65189c9
TV
10312020-04-28 Mark Williams <mark@myosotissp.com>
1032
1033 PR gdb/24480
1034 * dw4-toplevel-types.exp: Test for top level types.
1035 * dw4-toplevel-types.cc: Test for top level types.
1036
32d1f47a
TBA
10372020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1038
1039 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1040 (theads -> threads).
1041
56a4f5a1
TV
10422020-04-28 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1045
0b2f8a3b
TV
10462020-04-28 Tom de Vries <tdevries@suse.de>
1047
1048 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1049
5390c717
TV
10502020-04-28 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1053
15cd93d0
TV
10542020-04-28 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.dwarf2/main-foo.c: New test.
1057 * gdb.dwarf2/struct-with-sig.exp: New file.
1058
d472f0fb
TV
10592020-04-25 Tom de Vries <tdevries@suse.de>
1060
1061 * boards/debug-types.exp: New file.
1062
8d840e05
AB
10632020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1064
1065 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1066
bcfe6157
TT
10672020-04-24 Tom Tromey <tom@tromey.com>
1068
1069 PR symtab/12707:
1070 * gdb.python/py-symbol.exp: Update expected results for
1071 linkage_name test.
1072 * gdb.cp/print-demangle.exp: New file.
1073 * gdb.base/c-linkage-name.exp: Fix test.
1074 * gdb.guile/scm-symbol.exp: Update expected results for
1075 linkage_name test.
1076
f049a313
TT
10772020-04-24 Tom Tromey <tom@tromey.com>
1078
1079 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1080 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1081 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1082 assembler.
1083
7cf28874
TV
10842020-04-24 Tom de Vries <tdevries@suse.de>
1085
1086 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1087 C++.
1088
dac2fef7
TT
10892020-04-24 Tom Tromey <tromey@adacore.com>
1090
1091 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1092 values.
1093 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1094 values. Update test for minimal encodings.
1095 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1096 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1097 values. Update test for minimal encodings.
1098
1acda803
TT
10992020-04-24 Tom Tromey <tromey@adacore.com>
1100
1101 PR python/23662:
1102 * gdb.ada/variant.exp: Add Python checks.
1103 * gdb.rust/simple.exp: Add dynamic type checks.
1104
adfb9815
TT
11052020-04-24 Tom Tromey <tromey@adacore.com>
1106
1107 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1108 Make array type matching more lax.
1109 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1110 * gdb.ada/mi_variant.exp: New file.
1111 * gdb.ada/mi_variant/pck.ads: New file.
1112 * gdb.ada/mi_variant/pkg.adb: New file.
1113 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1114 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1115
7d79de9a
TT
11162020-04-24 Tom Tromey <tromey@adacore.com>
1117
1118 * gdb.ada/variant.exp: Add dynamic field offset tests.
1119 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1120 * gdb.ada/variant/pkg.adb: Add new variables.
1121
f8e89861
TT
11222020-04-24 Tom Tromey <tromey@adacore.com>
1123
1124 * gdb.ada/variant.exp: New file
1125 * gdb.ada/variant/pkg.adb: New file
1126 * gdb.ada/variant/pck.adb: New file
1127
86e887ae
TV
11282020-04-24 Tom de Vries <tdevries@suse.de>
1129
1130 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1131
88428775
TV
11322020-04-24 Tom de Vries <tdevries@suse.de>
1133
1134 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1135 flags.
1136
4e86f6e7
TV
11372020-04-24 Tom de Vries <tdevries@suse.de>
1138
1139 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1140
2016d3e6
TV
11412020-04-24 Tom de Vries <tdevries@suse.de>
1142
1143 * lib/gdb.exp (default_gdb_start): Handle eof.
1144 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1145 failure.
1146 * gdb.base/readnever.exp: Handle clean_restart failure.
1147
70bc38f5
TV
11482020-04-23 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.base/decl-before-def.exp: Run to main and print a again.
1151
de82891c
TV
11522020-04-23 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.base/decl-before-def-decl.c: New test.
1155 * gdb.base/decl-before-def-def.c: New test.
1156 * gdb.base/decl-before-def.exp: New file.
1157
96038148
TV
11582020-04-23 Tom de Vries <tdevries@suse.de>
1159
1160 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1161
54ac3df1
TV
11622020-04-22 Tom de Vries <tdevries@suse.de>
1163
1164 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1165 debug_info_offset.
1166 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1167 before $objsfile in the line line.
1168
714534e1
TV
11692020-04-22 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1172
16a7dbf4
MS
11732020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1174
1175 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1176 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1177 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1178 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1179 * gdb.base/jit-protocol.h: Update definitions to match all usage
1180 contexts.
1181
11822020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1183
1184 * gdb.base: Rename all jit related test and source files.
1185
11862020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1187
1188 * gdb.base/jit-reader.exp: Relax register output check.
1189
317d2668
TV
11902020-04-22 Tom de Vries <tdevries@suse.de>
1191
1192 PR symtab/25764
1193 * gdb.base/psym-external-decl-2.c: New test.
1194 * gdb.base/psym-external-decl.c: New test.
1195 * gdb.base/psym-external-decl.exp: New file.
1196 * gdb.threads/tls.exp: Add PR25807 kfail.
1197
eea9e357
TV
11982020-04-22 Tom de Vries <tdevries@suse.de>
1199
1200 PR symtab/25801
1201 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1202 in "info source" output.
1203
3d5afab3
TV
12042020-04-22 Tom de Vries <tdevries@suse.de>
1205
1206 PR symtab/25700
1207 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1208 symtab for imported_unit.c.
1209
b32102f6
GB
12102020-04-21 Gary Benson <gbenson@redhat.com>
1211
1212 * gdb.base/advance.c (func): New argument, to match call site.
1213 (func2, func3): Add return statements.
1214
d43b7a2d
TBA
12152020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1216
1217 * gdb.multi/run-only-second-inf.c: New file.
1218 * gdb.multi/run-only-second-inf.exp: New file.
1219
d89edf9b
MM
12202020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1221
1222 * gdb.btrace/multi-inferior.c: New test.
1223 * gdb.btrace/multi-inferior.exp: New file.
1224
1a476b6d
MM
12252020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1226
1227 * gdb.btrace/enable-new-thread.c: New test.
1228 * gdb.btrace/enable-new-thread.exp: New file.
1229
4778a5f8
TV
12302020-04-21 Tom de Vries <tdevries@suse.de>
1231
1232 PR gdb/25471
1233 * gdb.threads/killed-outside.c: New test.
1234 * gdb.threads/killed-outside.exp: New file.
1235
9b2c992c
GB
12362020-04-20 Gary Benson <gbenson@redhat.com>
1237
1238 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1239 * gdb.base/nested-subp2.exp: Likewise.
1240 * gdb.base/nested-subp3.exp: Likewise.
1241
b5d1d6f7
GB
12422020-04-20 Gary Benson <gbenson@redhat.com>
1243
1244 * gdb.base/nested-subp1.exp: Disable test when using clang.
1245 * gdb.base/nested-subp2.exp: Likewise.
1246 * gdb.base/nested-subp3.exp: Likewise.
1247
25230285
GB
12482020-04-20 Gary Benson <gbenson@redhat.com>
1249
1250 * gdb.cp/exception.cc: Fix compilation error with clang.
1251
fa93cc8f
GB
12522020-04-20 Gary Benson <gbenson@redhat.com>
1253
809730f3 1254 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1255
e0c45f30
GB
12562020-04-20 Gary Benson <gbenson@redhat.com>
1257
1258 * gdb.base/jit-main.c: Fix compilation error with clang.
1259
4ddfec93
KR
12602020-04-17 Kamil Rytarowski <n54@gmx.com>
1261
1262 * gdb.base/attach-twice.c: Include "sys/types.h".
1263 (PTRACE_ATTACH): Add fallback definition.
1264 (main): Pass `0' to the 4th argument of `ptrace'.
1265
2bed205e
KR
12662020-04-17 Kamil Rytarowski <n54@gmx.com>
1267
1268 * gdb.base/fork-running-state.c: Include "signal.h".
1269
0743fc83
TT
12702020-04-17 Tom Tromey <tromey@adacore.com>
1271
1272 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1273 Update tests.
1274 * gdb.btrace/cpu.exp: Update tests.
1275 * gdb.base/maint.exp: Update tests.
1276 * gdb.base/default.exp: Update tests.
1277 * gdb.base/completion.exp: Update tests.
1278
efba5c23
TV
12792020-04-16 Tom de Vries <tdevries@suse.de>
1280
1281 PR symtab/25791
1282 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1283 (ensure_gdb_index): and factor out and move ...
1284 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1285 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1286
d191d716
TV
12872020-04-16 Tom de Vries <tdevries@suse.de>
1288
1289 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1290 loading exec.
1291
99f1bc6a
AB
12922020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * gdb.base/many-completions.exp: New file.
1295
194d088f
TV
12962020-04-14 Tom de Vries <tdevries@suse.de>
1297
1298 PR symtab/25718
1299 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1300
c1a66c06
TV
13012020-04-14 Tom de Vries <tdevries@suse.de>
1302
1303 PR symtab/25720
1304 * gdb.base/maint-expand-symbols-header-file.c: New test.
1305 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1306 * gdb.base/maint-expand-symbols-header-file.h: New test.
1307
21b0982c
AB
13082020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1311 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1312 get_func_info.
1313 (get_func_info): Delete.
1314 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1315 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1316 * lib/dwarf.exp (get_func_info): New function.
1317
dd1cab06
TV
13182020-04-13 Tom de Vries <tdevries@suse.de>
1319
1320 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1321 to what find_gnatmake does.
1322
71ea2b6b
TV
13232020-04-10 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1326 -readnow.
1327
bdfc1e8a
TV
13282020-04-10 Tom de Vries <tdevries@suse.de>
1329
1330 PR cli/25808
1331 * gdb.base/style.c: Add leading newlines.
1332 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1333 Check listing of main's one-line body.
1334
14ca8ecf
TV
13352020-04-08 Tom de Vries <tdevries@suse.de>
1336
1337 * lib/gdb.exp (psymtabs_p): New proc.
1338 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1339 importing unit" unsupported if there are no partial symbols.
1340
e21d048f
TV
13412020-04-08 Tom de Vries <tdevries@suse.de>
1342
1343 PR testsuite/25760
1344 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1345
25c11aca
TV
13462020-04-07 Tom de Vries <tdevries@suse.de>
1347
1348 PR symtab/25796
1349 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1350
5707e24b
TV
13512020-04-07 Tom de Vries <tdevries@suse.de>
1352
1353 * gdb.base/check-psymtab.c: New test.
1354 * gdb.base/check-psymtab.exp: New file.
1355
6ee448cc
TT
13562020-04-06 Tom Tromey <tromey@adacore.com>
1357
1358 * gdb.ada/variant-record/proc.adb: New file.
1359 * gdb.ada/variant-record/value.adb: New file.
1360 * gdb.ada/variant-record/value.s: New file.
1361 * gdb.ada/variant-record.exp: New file.
1362
9e7c9a03
HD
13632020-04-03 Hannes Domani <ssbssa@yahoo.de>
1364
1365 PR gdb/25325
1366 * gdb.cp/typed-enum.cc: New test.
1367 * gdb.cp/typed-enum.exp: New file.
1368
c90d28ac
AB
13692020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1372 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1373 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1374 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1375 * gdb.opt/inline-small-func.c: New file.
1376 * gdb.opt/inline-small-func.exp: New file.
1377 * gdb.opt/inline-small-func.h: New file.
1378
34e9a9fa
AB
13792020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1380
1381 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1382 function.
1383
6a354911
AB
13842020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * lib/dwarf.exp (function_range): Allow compiler options to be
1387 specified.
1388
880d9777
TV
13892020-04-02 Tom de Vries <tdevries@suse.de>
1390
1391 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1392 __attribute__((always_inline)).
1393 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1394
f32682ea
TV
13952020-04-02 Tom de Vries <tdevries@suse.de>
1396
1397 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1398 (gdbserver_gdb_exit): ... here. Add timeout warning.
1399 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1400 (connect_target_extended_remote): Append new server_spawn_id to
1401 server_spawn_ids.
1402 (cleanup): New proc.
1403 (setup, <toplevel>): Call cleanup.
1404
d3214198
TV
14052020-04-02 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.base/main-psymtab.exp: New file.
1408
cc77ed24
TV
14092020-04-02 Tom de Vries <tdevries@suse.de>
1410
1411 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1412
3638a098
TT
14132020-04-01 Tom Tromey <tom@tromey.com>
1414
1415 * gdb.base/complex-parts.exp: Add type tests.
1416
c34e8714
TT
14172020-04-01 Tom Tromey <tom@tromey.com>
1418
1419 * gdb.base/complex-parts.exp: Add arithmetic tests.
1420
981c08ce
TT
14212020-04-01 Tom Tromey <tom@tromey.com>
1422
1423 * gdb.compile/compile.exp: Update.
1424 * gdb.compile/compile-cplus.exp: Update.
1425 * gdb.base/varargs.exp: Update.
1426 * gdb.base/floatn.exp: Update.
1427 * gdb.base/endianity.exp: Update.
1428 * gdb.base/callfuncs.exp (do_function_calls): Update.
1429 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1430 (complex_float_integral_args): Update.
1431 * gdb.base/complex.exp: Update.
1432 * gdb.base/complex-parts.exp: Update.
1433
3d1cfd43
TT
14342020-04-01 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.rust/union.rs: New file.
1437 * gdb.rust/union.exp: New file.
1438 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1439 (main): Update.
1440 * gdb.rust/simple.exp: Move union tests to union.exp.
1441
e033dfa9
TT
14422020-04-01 Tom Tromey <tromey@adacore.com>
1443
1444 * gdb.rust/simple.rs (main): Remove "y0".
1445
53cccef1
TBA
14462020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1447
1448 * gdb.multi/stop-all-on-exit.c: New test.
1449 * gdb.multi/stop-all-on-exit.exp: New file.
1450
60e22c1e
HD
14512020-04-01 Hannes Domani <ssbssa@yahoo.de>
1452
1453 PR gdb/24789
1454 * gdb.cp/misc.cc: Add integer reference variable.
1455 * gdb.cp/misc.exp: Add test.
1456
e139a727
TBA
14572020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1458
1459 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1460 scenario to cover execution until the end and also the case
1461
16b0db75
TV
14622020-03-31 Tom de Vries <tdevries@suse.de>
1463
1464 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1465 c. Use "maint info symtabs" to check symtab expansion.
1466
c0502da6
TV
14672020-03-30 Tom de Vries <tdevries@suse.de>
1468
1469 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1470 unsupported.
1471 (verify_psymtab_expanded): Move ...
1472 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1473 test.
1474 (readnow): New proc.
1475
5935fd15
AB
14762020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1477
1478 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1479 with $hex.
1480
1773be9e
TT
14812020-03-20 Tom Tromey <tromey@adacore.com>
1482
1483 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1484
70304be9
TT
14852020-03-20 Tom Tromey <tromey@adacore.com>
1486
1487 * gdb.ada/sub_variant/subv.adb: New file.
1488 * gdb.ada/sub_variant.exp: New file.
1489
0dd7b8f7
TV
14902020-03-20 Tom de Vries <tdevries@suse.de>
1491
1492 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1493 first break fails.
1494 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1495
cada5fc9
AB
14962020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.server/exit-multiple-threads.c: New file.
1499 * gdb.server/exit-multiple-threads.exp: New file.
1500
6b8c53f2
AB
15012020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.fortran/mixed-lang-stack.c: New file.
1504 * gdb.fortran/mixed-lang-stack.cpp: New file.
1505 * gdb.fortran/mixed-lang-stack.exp: New file.
1506 * gdb.fortran/mixed-lang-stack.f90: New file.
1507
19a2740f
AB
15082020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1509
1510 * gdb.linespec/cp-completion-aliases.cc: New file.
1511 * gdb.linespec/cp-completion-aliases.exp: New file.
1512
d8c8b848
TV
15132020-03-19 Tom de Vries <tdevries@suse.de>
1514
1515 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1516 more precise.
1517
a9933ccf
TV
15182020-03-18 Tom de Vries <tdevries@suse.de>
1519
1520 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1521 * gdb.dwarf2/break-inline-psymtab.c: New test.
1522 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1523
2f89101f
TV
15242020-03-16 Tom de Vries <tdevries@suse.de>
1525
1526 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1527 cache_verify and cache_verify_proc.
1528
6b9374f1
TV
15292020-03-15 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.server/solib-list.exp: Handle
1532 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1533
eaeaf44c
TV
15342020-03-15 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1537 objfiles".
1538
3293bbaf
TT
15392020-03-14 Tom Tromey <tom@tromey.com>
1540
1541 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1542
ab44624c
TV
15432020-03-14 Tom de Vries <tdevries@suse.de>
1544
1545 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1546
54c43825
TV
15472020-03-14 Tom de Vries <tdevries@suse.de>
1548
1549 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1550 result in line-by-line fashion.
1551
2ac70237
TV
15522020-03-14 Tom de Vries <tdevries@suse.de>
1553
1554 * lib/gdb.exp (supports_statement_frontiers): New proc.
1555 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1556
09546b56
TV
15572020-03-14 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.base/printcmds.exp: Add missing quoting for "print
1560 teststring2".
1561
a1f6a07c
TT
15622020-03-13 Tom Tromey <tom@tromey.com>
1563
1564 * gdb.base/printcmds.exp (test_print_strings): Add regression
1565 test.
1566 * gdb.base/printcmds.c (charptr): New typedef.
1567 (teststring2): New global.
1568
1b83d09c
AB
15692020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1572 full path in the test name.
1573 (test_ld): Add some with_test_prefix blocks to make test names
1574 unique.
1575
2d61316c
TV
15762020-03-13 Tom de Vries <tdevries@suse.de>
1577
1578 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1579
2e9145ac
TV
15802020-03-13 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1583
96c7f873
TV
15842020-03-13 Tom de Vries <tdevries@suse.de>
1585
1586 PR symtab/25646
1587 * gdb.dwarf2/imported-unit.exp: Add test.
1588
49ba92c0
TV
15892020-03-13 Tom de Vries <tdevries@suse.de>
1590
1591 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1592 (var1, var2): New variable.
1593 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1594 matching symbols.
1595
301b21e0
TV
15962020-03-13 Tom de Vries <tdevries@suse.de>
1597
1598 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1599 (Term::command): Use prompt prefix.
1600 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1601 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1602 command_no_prompt_prefix instead of prefix.
1603 * gdb.tui/tui-layout-asm.exp: Same.
1604
3f512721
SM
16052020-03-12 Simon Marchi <simon.marchi@efficios.com>
1606
1607 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1608
40310f30
SM
16092020-03-12 Simon Marchi <simon.marchi@efficios.com>
1610
1611 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1612 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1613 on" while stepping over the test instruction, match printed
1614 message.
1615
09252140
TV
16162020-03-12 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.base/info-types.exp: Use exp_continue during matching of output
1619 of "info types".
1620
14e9c72c
TV
16212020-03-12 Tom de Vries <tdevries@suse.de>
1622
1623 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1624
e515d67e
TV
16252020-03-12 Tom de Vries <tdevries@suse.de>
1626
1627 * gdb.fortran/module.exp: Use exp_continue during matching of output
1628 of "info variable -n".
1629
307eafd8
TV
16302020-03-12 Tom de Vries <tdevries@suse.de>
1631
1632 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1633 gdb.dwarf2/dw2-ranges-base.c.
1634
9a2de3fc
TV
16352020-03-12 Tom de Vries <tdevries@suse.de>
1636
1637 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1638 in presence of GLIBC debuginfo.
1639
3217502e
TV
16402020-03-12 Tom de Vries <tdevries@suse.de>
1641
1642 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1643 $core.
1644
1281424c
TV
16452020-03-12 Tom de Vries <tdevries@suse.de>
1646
1647 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1648 more precise.
1649
038b97fc
SM
16502020-03-11 Simon Marchi <simon.marchi@efficios.com>
1651
1652 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1653 from Unix to Windows path.
1654
5308d1e7
TV
16552020-03-11 Tom de Vries <tdevries@suse.de>
1656
1657 * gdb.ada/minsyms.exp: Set language to ada.
1658
f870f78f
TV
16592020-03-11 Tom de Vries <tdevries@suse.de>
1660
1661 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1662
5a13315d
TV
16632020-03-11 Tom de Vries <tdevries@suse.de>
1664
1665 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1666
976862ed
TT
16672020-03-11 Tom Tromey <tromey@adacore.com>
1668
1669 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1670
7462c383
TV
16712020-03-11 Tom de Vries <tdevries@suse.de>
1672
1673 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1674
1c6c46a0
TV
16752020-03-11 Tom de Vries <tdevries@suse.de>
1676
1677 * gdb.base/break-interp.exp: Limit verbose scope.
1678
44f41bb7
TV
16792020-03-11 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.fortran/logical.f90: Define variable with character type.
1682 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1683
b76f3a42
TV
16842020-03-11 Tom de Vries <tdevries@suse.de>
1685
1686 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1687
1c33af77
TV
16882020-03-11 Tom de Vries <tdevries@suse.de>
1689
1690 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1691 symtabs.
1692
8c95582d
AB
16932020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1694 Bernd Edlinger <bernd.edlinger@hotmail.de>
1695
1696 * gdb.cp/step-and-next-inline.cc: New file.
1697 * gdb.cp/step-and-next-inline.exp: New file.
1698 * gdb.cp/step-and-next-inline.h: New file.
1699 * gdb.dwarf2/dw2-is-stmt.c: New file.
1700 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1701 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1702 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1703 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1704
cecf8547
AB
17052020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1708 is-stmt flag in the line table.
1709
0ba678c9
TV
17102020-03-09 Tom de Vries <tdevries@suse.de>
1711
1712 * lib/gdb.exp (cached_file): Create cache dir.
1713
72fbdf83
TV
17142020-03-07 Tom de Vries <tdevries@suse.de>
1715
1716 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1717 * gdb.cp/rvalue-ref-params.exp: Same.
1718
436b5e99
TV
17192020-03-06 Tom de Vries <tdevries@suse.de>
1720
1721 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1722 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1723
09f2921c
TV
17242020-03-06 Tom de Vries <tdevries@suse.de>
1725
1726 * README: Fix "the the".
1727 * gdb.base/dprintf.exp: Same.
1728
50a3cc5d
TV
17292020-03-05 Tom de Vries <tdevries@suse.de>
1730
1731 * gdb.base/maint.exp: Update "main print statistics" expected output.
1732
0a709cba
AKS
17332020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1734
1735 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1736 (fortran_int8): Likewise.
1737 (fortran_real4): Likewise.
1738 (fortran_real8): Likewise.
1739 (fortran_complex4): Likewise.
1740 (fortran_logical4): Likewise.
1741 (fortran_character1): Likewise.
1742
5e5d66b6
AB
17432020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1744
1745 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1746 printed as true.
1747
7b973adc
SDJ
17482020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1749
1750 * gdb.base/printcmds.exp: Add test to verify printf of a
1751 variable holding an address.
1752
478e490a
TV
17532020-03-03 Tom de Vries <tdevries@suse.de>
1754
1755 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1756
1ef44e86
TV
17572020-03-03 Tom de Vries <tdevries@suse.de>
1758
1759 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1760 gdb_test_multiple call.
1761
b98cc2cf
TV
17622020-03-03 Tom de Vries <tdevries@suse.de>
1763
1764 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1765 gdb_test_multiple calls.
1766
63e163f2
AB
17672020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1768
1769 * gdb.base/default.exp: Remove test of 'set history filename'.
1770 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1771 filename to the empty string.
1772 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1773 and GDBHISTSIZE.
1774
24ed6739
AB
17752020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1776
1777 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1778 disabled.
1779
590003dc
TV
17802020-03-02 Pedro Alves <palves@redhat.com>
1781 Tom de Vries <tdevries@suse.de>
1782
1783 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1784 -prompt prefix, before user_code argument. Add -lbl option likewise.
1785 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1786 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1787 argument.
1788 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1789 have "\r\n" at start-of-line, instead of at end-of-line.
1790
f5e46084
SM
17912020-02-28 Simon Marchi <simon.marchi@efficios.com>
1792
1793 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1794 libinproctrace.so.
1795
f7a7000d
LM
17962020-02-28 Luis Machado <luis.machado@linaro.org>
1797
1798 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1799 to "p/x".
1800
718e0816
LM
18012020-02-28 Luis Machado <luis.machado@linaro.org>
1802
1803 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1804 asm/ptrace.h and error.h.
1805
13c3a74a
TV
18062020-02-28 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1809 (struct wrapper, do_something, mundane/symada__cS): Move ...
1810 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1811 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1812 Update "print symada__cS before partial symtab expansion" regexp.
1813 Update breakpoint location. Flush symbol cache after expansion.
1814
85d2d5bb
LM
18152020-02-28 Luis Machado <luis.machado@linaro.org>
1816
1817 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1818
3608f86c
TV
18192020-02-27 Tom de Vries <tdevries@suse.de>
1820
1821 * config/sid.exp: Remove unused globals.
1822 * gdb.base/attach.exp: Same.
1823 * gdb.base/catch-load.exp: Same.
1824 * gdb.base/dbx.exp: Same.
1825 * lib/gdb.exp: Same.
1826 * lib/mi-support.exp: Same.
1827 * lib/prompt.exp: Same.
1828
c8d4f6df
TV
18292020-02-27 Tom de Vries <tdevries@suse.de>
1830
1831 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1832 not set.
1833
0d79cdc4
AM
18342020-02-26 Aaron Merey <amerey@redhat.com>
1835
1836 * gdb.debuginfod: New directory for debuginfod tests.
1837 * gdb.debuginfod/main.c: New test file.
1838 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1839
0dce4280
TV
18402020-02-26 Tom de Vries <tdevries@suse.de>
1841
1842 PR gdb/25603
1843 * gdb.base/persistent-lang.cc: New test.
1844 * gdb.base/persistent-lang.exp: New file.
1845
9e80cfa1
AB
18462020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdb.fortran/derived-type-striding.exp: Add a new test.
1849 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1850 new test.
1851
2078dbb2
AB
18522020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1855 names.
1856
70d49700
TV
18572020-02-25 Tom de Vries <tdevries@suse.de>
1858
1859 PR go/18926
1860 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1861
a88ef40d
TV
18622020-02-24 Tom de Vries <tdevries@suse.de>
1863
1864 PR gdb/25592
1865 * gdb.base/info-locals-unused-static-var.c: New test.
1866 * gdb.base/info-locals-unused-static-var.exp: New file.
1867
01b1af32
TT
18682020-02-22 Tom Tromey <tom@tromey.com>
1869
1870 * gdb.python/tui-window.exp: New file.
1871 * gdb.python/tui-window.py: New file.
1872
7c043ba6
TT
18732020-02-22 Tom Tromey <tom@tromey.com>
1874
1875 PR tui/17850:
1876 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1877 tests.
1878
c22fef7e
TT
18792020-02-22 Tom Tromey <tom@tromey.com>
1880
1881 * gdb.tui/new-layout.exp: Add sub-layout tests.
1882
ee325b61
TT
18832020-02-22 Tom Tromey <tom@tromey.com>
1884
1885 * gdb.tui/new-layout.exp: New file.
1886
3f0cbb04
TT
18872020-02-22 Tom Tromey <tom@tromey.com>
1888
1889 * gdb.rust/rust-style.rs: New file.
1890 * gdb.rust/rust-style.exp: New file.
1891 * gdb.base/style.exp: Test structure printing.
1892 * gdb.base/style.c (struct some_struct): New type.
1893 (enum etype): New type.
1894 (struct_value): New global.
1895
75525152
TV
18962020-02-21 Tom de Vries <tdevries@suse.de>
1897
1898 PR go/18926
1899 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1900 Remove blanket xfails. Use message argument for gdb_breakpoint.
1901 Make continuing to breakpoint test conditional on setting breakpoint.
1902 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1903 DW_AT_name attribute. Add xfail for GCC PR93866.
1904
bd360d30
AB
19052020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * gdb.dwarf2/cpp-linkage-name.c: New file.
1908 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1909
c7adb09f 19102020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1911
1912 * lib/gdb.exp (gdb_wrapper_init): Reset
1913 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1914 not exist.
1915
a9c79803
TV
19162020-02-20 Tom de Vries <tdevries@suse.de>
1917
1918 PR go/17018
1919 * gdb.go/hello.exp: Copy ...
1920 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1921 print of st to print value of global definition. Add xfail for GCC
1922 PR93844.
1923 * gdb.go/hello.exp: Remove printing of st before definition.
1924 * gdb.go/hello.go: Copy ...
1925 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1926 to st.
1927 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1928
d7445728
TV
19292020-02-20 Tom de Vries <tdevries@suse.de>
1930
1931 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1932 (gdb_simple_compile): Handle compile_flags go by using .go extension
1933 for source file.
1934 * gdb.go/chan.exp: Use support_go_compile.
1935 * gdb.go/handcall.exp: Same.
1936 * gdb.go/hello.exp: Same.
1937 * gdb.go/integers.exp: Same.
1938 * gdb.go/max-depth.exp: Same.
1939 * gdb.go/methods.exp: Same.
1940 * gdb.go/package.exp: Same.
1941 * gdb.go/strings.exp: Same.
1942 * gdb.go/types.exp: Same.
1943 * gdb.go/unsafe.exp: Same.
1944
c9c41e6d
TV
19452020-02-19 Tom de Vries <tdevries@suse.de>
1946
1947 * gdb.python/lib-types.exp: Make xfail more strict.
1948
f20ff837
TV
19492020-02-19 Tom de Vries <tdevries@suse.de>
1950
1951 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1952
08410482
DE
19532020-02-19 Doug Evans <dje@google.com>
1954
1955 PR rust/25535
1956 * gdb.rust/simple.exp: Add test.
1957 * gdb.rust/simple.rs: Add test.
1958
623563f7
TV
19592020-02-19 Tom de Vries <tdevries@suse.de>
1960
1961 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1962 output line-by-line.
1963
d3308cfd
TV
19642020-02-19 Tom de Vries <tdevries@suse.de>
1965
1966 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1967
86cbc5dc
TV
19682020-02-19 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1971 prelink.
1972
9db2b96b
TV
19732020-02-19 Tom de Vries <tdevries@suse.de>
1974
1975 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1976 (gdb_do_cache): Use gdb_do_cache_wrap.
1977 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1978
89e2fdc5
TV
19792020-02-19 Tom de Vries <tdevries@suse.de>
1980
1981 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1982 gdb_compile option.
1983
373d7ac0
SM
19842020-02-18 Simon Marchi <simon.marchi@efficios.com>
1985
1986 * gdb.base/printcmds.exp (test_print_enums): Update expected
1987 output.
1988
b29a2df0
SM
19892020-02-18 Simon Marchi <simon.marchi@efficios.com>
1990
1991 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1992 for "unknown".
1993
6740f0cc
SM
19942020-02-18 Simon Marchi <simon.marchi@efficios.com>
1995
1996 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1997 enumerator.
1998
edd45eb0
SM
19992020-02-18 Simon Marchi <simon.marchi@efficios.com>
2000
2001 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2002 FE_, add FE_NONE.
2003 (three): Update.
2004 (enum flag_enum_without_zero): New enum.
2005 (flag_enum_without_zero): New variable.
2006 (enum not_flag_enum): New enum.
2007 (three_not_flag): New variable.
2008 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2009 (test_print_enums): Add more tests for printing flag enums.
2010
d4295de4
TV
20112020-02-18 Tom de Vries <tdevries@suse.de>
2012
2013 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2014 (gdb_compile_ada): ... here.
2015 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2016 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2017
f251f505
TT
20182020-02-14 Tom Tromey <tom@tromey.com>
2019
2020 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2021 build directory.
2022 * boards/gdbserver-base.exp: Update path to gdbserver.
2023
8f432634
TV
20242020-02-13 Tom de Vries <tdevries@suse.de>
2025
2026 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2027
92b6eaf7
TV
20282020-02-13 Tom de Vries <tdevries@suse.de>
2029
2030 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2031 are missing.
2032
f3b0f7fe
TV
20332020-02-13 Tom de Vries <tdevries@suse.de>
2034
2035 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2036 call.
2037
f6be8713
SDJ
20382020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2039
2040 PR tui/25126
2041 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2042 * gdb.base/cached-source-file.c: New file.
2043 * gdb.base/cached-source-file.exp: New file.
2044
b2770d5e
TV
20452020-02-11 Tom de Vries <tdevries@suse.de>
2046
2047 PR testsuite/25488
2048 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2049
44f6938e
TV
20502020-02-10 Tom de Vries <tdevries@suse.de>
2051
2052 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2053
5f0e2eb7
MR
20542020-02-10 Maciej W. Rozycki <macro@wdc.com>
2055
2056 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2057 and $after_addr are both integers before making a comparison.
2058
46ce2b6f
TV
20592020-02-09 Tom de Vries <tdevries@suse.de>
2060
2061 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2062 command output and paste it into gdb.log. If any, paste catch message
2063 to gdb.log.
2064
5abbbe1d
TT
20652020-02-07 Tom Tromey <tromey@adacore.com>
2066
2067 PR breakpoints/24915:
2068 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2069
1d5d29e7
SV
20702020-02-06 Shahab Vahedi <shahab@synopsys.com>
2071
2072 * gdb.tui/tui-missing-src.exp: Add the "missing source
2073 file" test for the TUI.
2074
b0999b9b
AB
20752020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2078 including a port number in the output.
2079
c3b149eb
AKS
20802020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2081
2082 * lib/fortran.exp (fortran_int4): Handle clang.
2083 (fortran_int8): Likewise.
2084 (fortran_real4): Likewise.
2085 (fortran_real8): Likewise.
2086 (fortran_complex4): Likewise.
2087 (fortran_logical4): Likewise.
2088 (fortran_character1): Likewise.
2089
f8dcc90b
TV
20902020-02-04 Tom de Vries <tdevries@suse.de>
2091
2092 * README (Race detection): Add note.
2093
f90ac7c2
TV
20942020-02-04 Tom de Vries <tdevries@suse.de>
2095
2096 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2097
780636ae
TV
20982020-02-04 Tom de Vries <tdevries@suse.de>
2099
2100 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2101
5d2e1193
RA
21022020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2103
2104 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2105 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2106 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2107 blttar, bnetarl.
2108 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2109 binary for blttar, bnetarl.
2110 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2111 wait instruction. Delete ldmx test.
2112 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2113
e409c542
AKS
21142020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2115
2116 * gdb.fortran/array-bounds-high.exp: New file.
2117 * gdb.fortran/array-bounds-high.f90: New file.
2118
b0029748
LD
21192020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2120
2121 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2122 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2123
195a8287
TV
21242020-02-01 Tom de Vries <tdevries@suse.de>
2125
2126 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2127
42330a68
AB
21282020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2129
2130 PR tui/9765
2131 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2132 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2133
b62a8028
LM
21342020-01-29 Luis Machado <luis.machado@linaro.org>
2135
2136 * gdb.arch/aarch64-brk-patterns.c: New source file.
2137 * gdb.arch/aarch64-brk-patterns.exp: New test.
2138
5f440116
TBA
21392020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2140
2141 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2142 GCC/Clang version.
2143 * gdb.cp/pass-by-ref.exp: Ditto.
2144
ee2a6fc6
TV
21452020-01-29 Tom de Vries <tdevries@suse.de>
2146
2147 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2148 * gdb.threads/watchpoint-fork-mt.c: Same.
2149 * gdb.threads/watchpoint-fork-parent.c: Same.
2150 * gdb.threads/watchpoint-fork-st.c: Same.
2151 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2152
16b10d6e
LM
21532020-01-27 Luis Machado <luis.machado@linaro.org>
2154
2155 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2156 sitting at a syscall instruction when we hit the syscall function's
2157 breakpoint.
2158 Check PC against one obtained with the x command.
2159 Validate syscall number.
2160 (step_over_syscall): Don't continue to the syscall instruction if
2161 we're already there.
2162
b1468492
PW
21632020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2164
2165 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2166
7ffa82e1
AB
21672020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2168
2169 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2170 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2171
3d92a3e3
AB
21722020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2175 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2176
94a72be7
AB
21772020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.base/maint.exp: Update line table parsing test.
2180 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2181
53af73bf
PA
21822020-01-24 Pedro Alves <palves@redhat.com>
2183
2184 PR gdb/25410
2185 * gdb.multi/multi-re-run-1.c: New.
2186 * gdb.multi/multi-re-run-2.c: New.
2187 * gdb.multi/multi-re-run.exp: New.
2188
1ba1ac88
AB
21892020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2190
2191 PR gdb/23718
2192 * gdb.server/server-kill-python.exp: New file.
2193
f3364a6d
AB
21942020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2195
2196 * gdb.server/multi-ui-errors.c: New file.
2197 * gdb.server/multi-ui-errors.exp: New file.
2198
733d0a67
AB
21992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2200
2201 PR tui/9765
2202 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2203
4f13c1c0
TT
22042020-01-19 Tom Tromey <tom@tromey.com>
2205
2206 * gdb.tui/main.exp: Add check for plain "file".
2207
40c94099
CB
22082020-01-16 Christian Biesinger <cbiesinger@google.com>
2209
2210 * lib/gdb.exp: Fix spelling error (seperatelly).
2211
ff47f4f0
TT
22122020-01-14 Tom Tromey <tom@tromey.com>
2213
2214 PR symtab/12535:
2215 * gdb.python/python.exp: Test decode_line with empty string
2216 argument.
2217
717c684d
BE
22182020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2219
2220 * gdb.base/skip-inline.exp: Extend test.
2221
44e4c775
AB
22222020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2225 * gdb.dwarf2/dw2-bad-elf.c: New file.
2226 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2227
d93c6db7
AB
22282020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2229
2230 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2231 _line_saw_file.
2232
9a6d629c
AB
22332020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2236 border.
2237
d9ebdab7
TBA
22382020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2239
2240 * gdb.multi/multi-target.exp (setup): Factor out "info
2241 connections" and "info inferiors" tests to ...
2242 (test_info_inferiors): ... this new procedure.
2243 (top level): Run new "info-inferiors" tests.
2244
f3c469b9
PA
22452020-01-10 Pedro Alves <palves@redhat.com>
2246
2247 * gdb.server/bkpt-other-inferior.exp: New file.
2248
121b3efd
PA
22492020-01-10 Pedro Alves <palves@redhat.com>
2250
2251 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2252 of "add-inferior".
2253 * gdb.base/quit-live.exp: Likewise.
2254 * gdb.base/remote-exec-file.exp: Likewise.
2255 * gdb.guile/scm-progspace.exp: Likewise.
2256 * gdb.linespec/linespec.exp: Likewise.
2257 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2258 * gdb.mi/user-selected-context-sync.exp: Likewise.
2259 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2260 "info inferiors" tests.
2261 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2262 "add-inferior".
2263 * gdb.multi/watchpoint-multi.exp: Likewise.
2264 * gdb.python/py-inferior.exp: Likewise.
2265 * gdb.server/extended-remote-restart.exp: Likewise.
2266 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2267 "info inferiors".
2268 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2269 * gdb.trace/report.exp: Likewise.
2270
1dadb1dd
PA
22712020-01-10 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.multi/multi-target.c: New file.
2274 * gdb.multi/multi-target.exp: New file.
2275 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2276 mode requested, but remote does not support non-stop".
2277
78f2c40a
PA
22782020-01-10 Pedro Alves <palves@redhat.com>
2279
2280 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2281 disconnect before reconnecting.
2282
e7af6c70
TBA
22832020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2284 Pedro Alves <palves@redhat.com>
2285
2286 * gdb.server/connect-without-multi-process.exp: Also test
2287 continuing to end.
2288
acdf84a6
PA
22892020-01-10 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.base/remote-exec-file.exp: New file.
2292
873657b9
PA
22932020-01-10 Pedro Alves <palves@redhat.com>
2294
2295 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2296 output.
2297 * gdb.threads/async.c: New.
2298 * gdb.threads/async.exp: New.
2299 * gdb.multi/tids-gid-reset.c: New.
2300 * gdb.multi/tids-gid-reset.exp: New.
2301
7f0ae84c
GB
23022020-01-10 George Barrett <bob@bob131.so>
2303
2304 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2305 to help in finding the image relocation offset.
2306 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2307 options in arguments.
2308 (stap_test_no_debuginfo): Likewise.
2309 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2310 test variants.
2311 (stap_test): Add null semaphore relocation test.
2312
47e9d49d
GB
23132020-01-10 George Barrett <bob@bob131.so>
2314
2315 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2316 * gdb.base/stap-probe.exp: Likewise.
2317 (stap_test): Pass argument as an additional flag.
2318 (stap_test_no_debuginfo): Likewise.
2319 (stap_test): Check `info probes stap' output for semaphore
2320 addresses if the test binary is supposed to have them.
2321
f5a7c406
AB
23222020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * gdb.tui/basic.exp: Add more scrolling tests.
2325
9ae6bf64
TT
23262020-01-09 Tom Tromey <tom@tromey.com>
2327
2328 PR tui/18932:
2329 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2330 meangingful value.
2331 (Term::command, Term::resize): Update.
2332 * gdb.tui/basic.exp: Add scrolling test.
2333
b2efe70c
AB
23342020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2335
2336 * gdb.tui/tui-layout-asm.exp: New file.
2337
3804da7e
AB
23382020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2339
2340 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2341
b40aa28f
AB
23422020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2345 (Term::enter_tui): Use Term::prepare_for_tui.
2346
63ffd7c9
AB
23472020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2348
2349 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2350 called.
2351
3be966f6
AB
23522020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.base/skip.exp: Fix race condition in test.
2355
153d79c4
AB
23562020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * gdb.base/backtrace.c: New file.
2359 * gdb.base/backtrace.exp: New file.
2360
f2302a34
AB
23612020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2362
2363 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2364
6ec1d75e
PW
23652020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2366
2367 * gdb.base/style.exp: Test that warnings are styled.
2368
c296cbe6
BE
23692019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2370
2371 * gdb.base/line65535.exp: New file.
2372 * gdb.base/line65535.c: New file.
2373
b28a729d
SM
23742019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2375
2376 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2377 * lib/gnat_debug_info_test.adb: New file.
2378 * gdb.ada/ptype_tagged_param.exp: Use
2379 gnat_runtime_has_debug_info, expect a different output if
2380 runtime does not have debug info.
2381
7f2d7a0d
SM
23822019-12-20 Simon Marchi <simon.marchi@efficios.com>
2383
2384 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2385 (another) quote in test name.
2386
f3bce483
SM
23872019-12-20 Simon Marchi <simon.marchi@efficios.com>
2388
2389 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2390 Add quote in test name.
2391
c855a912
TBA
23922019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2393
2394 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2395 directory instead.
2396 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2397 * gdb.cp/pass-by-ref-2.cc: New file.
2398 * gdb.cp/pass-by-ref-2.exp: New file.
2399
fc9d2d72
TT
24002019-12-20 Tom Tromey <tom@tromey.com>
2401
2402 * gdb.tui/list-before.exp: New file.
2403
77b97e00
TT
24042019-12-20 Tom Tromey <tom@tromey.com>
2405
2406 * gdb.tui/list.exp: Check for source on initial listing.
2407
f69656d0
TT
24082019-12-11 Tom Tromey <tromey@adacore.com>
2409
2410 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2411 Add crlf test.
2412
99a55965
SM
24132019-12-18 Simon Marchi <simon.marchi@efficios.com>
2414
2415 * gdb.base/default.exp: Update value of $_gdb_major.
2416
5024637f
BE
24172019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2418
2419 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2420
b63634be
BE
24212019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2422
2423 * gdb.base/skip.exp: Whitespace fix.
2424
45d73523
BE
24252019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2426
2427 * gdb.base/skip-inline.c: New file.
2428 * gdb.base/skip-inline.exp: New file.
2429
d043f8c8
SM
24302019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2431
2432 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2433 jit_function_00 to jit_function_stack_mangle.
2434 * gdb.base/jithost.c (jit_function_t): Rename to...
2435 (jit_function_stack_mangle_t): ... this.
2436 (jit_function_add_t): New typedef.
2437 (jit_function_00_code): Rename to...
2438 (jit_function_stack_mangle_code): ... this, make static.
2439 (jit_function_add_code): New.
2440 (main): Generate "add" function and call it. Adjust to changes
2441 in jithost_abi.
2442 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2443 (struct jithost_abi) <begin, end>: Remove fields.
2444 <object, function_stack_mangle, function_add>: New fields.
2445 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2446 code_end>: Remove fields.
2447 <func_stack_mangle>: New field.
2448 (read_debug_info): Adjust to renaming, create block for "add"
2449 function.
2450 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2451
873de05c
TT
24522019-12-11 Tom Tromey <tom@tromey.com>
2453
2454 * gdb.tui/resize.exp: Fix regexp.
2455 * gdb.tui/regs.exp: Fix regexps.
2456 * gdb.tui/main.exp: Fix regexp.
2457
3d979945
TT
24582019-12-11 Tom Tromey <tom@tromey.com>
2459
2460 * gdb.tui/resize.exp: Update.
2461 * gdb.tui/empty.exp (layouts): Update.
2462
2192a9d3
TT
24632019-12-11 Tom Tromey <tom@tromey.com>
2464
2465 * gdb.tui/regs.exp: Update.
2466 * gdb.tui/empty.exp (layouts): Update.
2467 * gdb.tui/basic.exp: Update.
2468 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2469
d8edc8b7
PW
24702019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2471
2472 * gdb.base/options.exp: Add -raw-values in the print completion list.
2473 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2474
4c12d936
KB
24752019-12-10 Kevin Buettner <kevinb@redhat.com>
2476
2477 * gdb.threads/omp-par-scope.c: New file.
2478 * gdb/threads/omp-par-scope.exp: New file.
2479
26b911fb
KB
24802019-12-10 Kevin Buettner <kevinb@redhat.com>
2481
bb47f919
KB
2482 * lib/gdb.exp (support_nested_function_tests): New proc.
2483
24842019-12-10 Kevin Buettner <kevinb@redhat.com>
2485
2486 * lib/gdb.exp (gdb_compile_openmp): New proc.
2487 (build_executable_from_specs): Add an "openmp" option.
2488 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2489
6c71eb7d
TT
24902019-12-10 Tom Tromey <tromey@adacore.com>
2491
2492 * gdb.ada/unchecked_union.exp: New file.
2493 * gdb.ada/unchecked_union/pck.adb: New file.
2494 * gdb.ada/unchecked_union/pck.ads: New file.
2495 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2496 * gdb-utils.exp (string_to_regexp): Also quote "?".
2497
bac7c5cf
GB
24982019-12-10 George Barrett <bob@bob131.so>
2499
2500 Test scripted probe breakpoints.
2501 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2502 * gdb.python/py-breakpoint.c (main): Likewise.
2503 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2504 specifier test.
2505 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2506
330f1d38
TBA
25072019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2508
2509 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2510 an rvalue parameter.
2511 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2512 parameter.
2513
b43315e2
AB
25142019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2515
2516 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2517 modules.
2518
54f73dad
AB
25192019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2522 broken version of GCC.
2523
d57cbee9
AB
25242019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2525
2526 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2527 sym-info-cmds library.
2528 * gdb.fortran/info-types.exp: Likewise.
2529 * lib/sym-info-cmds.exp: New file.
2530
c14aab8c
TV
25312019-12-08 Tom de Vries <tdevries@suse.de>
2532
2533 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2534
aa2d5a42
KS
25352019-12-07 Keith Seitz <keiths@redhat.com>
2536
2537 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2538 * gdb.base/corefile-buildid-shlib.c: New file.
2539 * gdb.base/corefile-buildid.c: New file.
2540 * gdb.base/corefile-buildid.exp: New file.
2541
93e55f0a
TV
25422019-12-06 Tom de Vries <tdevries@suse.de>
2543
2544 * gdb.dwarf2/varval.exp: Add decl before def test.
2545
c7d12402
TBA
25462019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2547
2548 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2549
06acc08f
TBA
25502019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2551
2552 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2553 CV and reference conversion for overload resolution.
2554 * gdb.cp/rvalue-ref-overload.exp: Test it.
2555
e0fad1ea
PW
25562019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2557
2558 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2559 * gdb.base/frameapply.exp: Test faas without command.
2560
8d70a9f0
AB
25612019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2562
2563 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2564 Fortran tests.
2565 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2566 order.
2567
36c8fb93
AB
25682019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2569
2570 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2571 casting to type with no kind specified.
2572 (test_basic_parsing_of_type_kinds): Additional tests for types
2573 with no kind specified, and add tests for single/double
2574 precision/complex types.
2575
4139ff00
TT
25762019-12-04 Tom Tromey <tromey@adacore.com>
2577
2578 * gdb.base/endianity.c (struct other) <x>: New field.
2579 (main): Initialize it.
2580 * gdb.base/endianity.exp: Update.
2581
a05cf17a
TT
25822019-12-04 Tom Tromey <tromey@adacore.com>
2583
2584 * gdb.ada/scalar_storage/storage.adb: New file.
2585 * gdb.ada/scalar_storage/pck.adb: New file.
2586 * gdb.ada/scalar_storage/pck.ads: New file.
2587 * gdb.ada/scalar_storage.exp: New file.
2588
103a685e
TT
25892019-12-04 Tom Tromey <tromey@adacore.com>
2590
2591 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2592 (main): Initialize it.
2593 * gdb.base/endianity.exp: Update.
2594
c2512106
AB
25952019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2598
293b38d6
AB
25992019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2602 -symbol-info-module-functions and -symbol-info-module-variables.
2603
216a7e6b
AB
26042019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2607
5bbd8269
AB
26082019-12-01 Richard Bunt <richard.bunt@arm.com>
2609 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.fortran/derived-type-striding.exp: New file.
2612 * gdb.fortran/derived-type-striding.f90: New file.
2613 * gdb.fortran/array-slices.exp: New file.
2614 * gdb.fortran/array-slices.f90: New file.
2615
be09caf1
PW
26162019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2617
2618 * gdb.base/define.exp: Test . in command names.
2619 * gdb.base/setshow.exp: Update test, as . is now part of
2620 command name.
2621
643c0cbe
PW
26222019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2623
2624 * gdb.base/define-prefix.exp: New file.
2625
dcdec678
AB
26262019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2627
2628 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2629 compile.
2630 (skip_btrace_pt_tests): Likewise.
2631
640ab947
AB
26322019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2633
2634 * gdb.fortran/info-modules.exp: Compile source files in correct
2635 order.
2636
d22670f0
KB
26372019-11-27 Kevin Buettner <kevinb@redhat.com>
2638
2639 * gdb.dwarf2/imported-unit.exp: New file.
2640 * gdb.dwarf2/imported-unit.c: New file.
2641
db5960b4
AB
26422019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2643
2644 * gdb.mi/mi-fortran-modules-2.f90: New file.
2645 * gdb.mi/mi-fortran-modules.exp: New file.
2646 * gdb.mi/mi-fortran-modules.f90: New file.
2647
7dc42066
AB
26482019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2649
2650 * gdb.mi/mi-sym-info-1.c: New file.
2651 * gdb.mi/mi-sym-info-2.c: New file.
2652 * gdb.mi/mi-sym-info.exp: New file.
2653
0dfeecca
TT
26542019-11-22 Tom Tromey <tromey@adacore.com>
2655
2656 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2657 * gdb.ada/tasks/foo.adb: Add another stopping location.
2658
34877895
PJ
26592019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2660
2661 * gdb.base/endianity.c: New test.
2662 * gdb.base/endianity.exp: New file.
2663
2e84f897
LD
26642019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2665
2666 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2667
65d1cd5f
TV
26682019-11-21 Tom de Vries <tdevries@suse.de>
2669
2670 PR gdb/24956
2671 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2672
4f22c3f4
SDJ
26732019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2674
2675 * gdb.python/py-progspace.exp: Add missing parentheses on some
2676 'print' commands.
2677
9f6ad286
TT
26782019-11-19 Tom Tromey <tom@tromey.com>
2679
2680 * gdb.tui/winheight.exp: New file.
2681
0b8dbf3f
AB
26822019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2683
2684 * gdb.base/ctf-whatis.c: Delete.
2685 * gdb.base/ctf-whatis.exp: Delete.
2686 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2687
f833b7a7
AB
26882019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * gdb.base/ctf-cvexpr.exp: Delete.
2691 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2692
30d0a636
AB
26932019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2696 the compiler. Clean up header comment a little.
2697 * gdb.base/ctf-ptype.exp: Likewise.
2698 * gdb.base/ctf-whatis.exp: Likewise.
2699 * lib/gdb.exp (skip_ctf_tests): New proc.
2700
494409bb
SDJ
27012019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2702
2703 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2704 * gdb.tui/corefile-run.exp: New file.
2705
55708e99
TT
27062019-11-14 Tom Tromey <tromey@adacore.com>
2707
2708 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2709 regression tests.
2710
45e42163
TT
27112019-11-12 Tom Tromey <tom@tromey.com>
2712
2713 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2714 after any command. Expect prompt after WAIT_FOR is seen.
2715 (enter_tui): Enable resize messages.
2716 (command): Expect command in output.
2717 (get_line): Avoid error when cursor appears to be off-screen.
2718 (dump_screen): Include screen size in title.
2719 (_do_resize): New proc, from "resize".
2720 (resize): Rewrite. Do resize in two steps.
2721 * gdb.tui/empty.exp (layouts): Fix entries.
2722 (check_boxes): Remove xfail.
2723 (check_text): Dump screen on failure.
2724
086baaf1
AB
27252019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2726
2727 * gdb.python/py-symbol.exp: Add test for
2728 gdb.lookup_static_symbols.
2729
09ff83af
AB
27302019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * gdb.python/py-symbol.c: Declare and call function from new
2733 py-symbol-2.c file.
2734 * gdb.python/py-symbol.exp: Compile both source files, and add new
2735 tests for gdb.lookup_static_symbol.
2736 * gdb.python/py-symbol-2.c: New file.
2737
11af934b
TV
27382019-11-02 Tom de Vries <tdevries@suse.de>
2739
2740 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2741 * gdb.base/anon.exp: Same.
2742 * gdb.base/auto-connect-native-target.exp: Same.
2743 * gdb.base/call-ar-st.exp: Same.
2744 * gdb.base/catch-syscall.exp: Same.
2745 * gdb.base/commands.exp: Same.
2746 * gdb.base/default.exp: Same.
2747 * gdb.base/display.exp: Same.
2748 * gdb.base/float.exp: Same.
2749 * gdb.base/foll-fork.exp: Same.
2750 * gdb.base/help.exp: Same.
2751 * gdb.base/info-macros.exp: Same.
2752 * gdb.base/info-proc.exp: Same.
2753 * gdb.base/info-target.exp: Same.
2754 * gdb.base/long_long.exp: Same.
2755 * gdb.base/macscp.exp: Same.
2756 * gdb.base/memattr.exp: Same.
2757 * gdb.base/nofield.exp: Same.
2758 * gdb.base/pointers.exp: Same.
2759 * gdb.base/printcmds.exp: Same.
2760 * gdb.base/ptype.exp: Same.
2761 * gdb.base/restore.exp: Same.
2762 * gdb.base/return.exp: Same.
2763 * gdb.base/scope.exp: Same.
2764 * gdb.base/set-noassign.exp: Same.
2765 * gdb.base/setshow.exp: Same.
2766 * gdb.base/shlib-call.exp: Same.
2767 * gdb.base/signals.exp: Same.
2768 * gdb.base/sigstep.exp: Same.
2769 * gdb.base/skip.exp: Same.
2770 * gdb.base/solib-symbol.exp: Same.
2771 * gdb.base/stap-probe.exp: Same.
2772 * gdb.base/step-line.exp: Same.
2773 * gdb.base/step-test.exp: Same.
2774 * gdb.base/style.exp: Same.
2775 * gdb.base/varargs.exp: Same.
2776 * gdb.base/vla-datatypes.exp: Same.
2777 * gdb.base/vla-ptr.exp: Same.
2778 * gdb.base/vla-sideeffect.exp: Same.
2779 * gdb.base/volatile.exp: Same.
2780 * gdb.base/watch-cond-infcall.exp: Same.
2781 * gdb.base/watchpoint.exp: Same.
2782
e96ec2ba
TV
27832019-11-02 Tom de Vries <tdevries@suse.de>
2784
2785 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2786 * gdb.cp/cpexprs.exp: Same.
2787 * gdb.cp/except-multi-location.exp: Same.
2788 * gdb.cp/exceptprint.exp: Same.
2789 * gdb.cp/gdb2384.exp: Same.
2790 * gdb.cp/inherit.exp: Same.
2791 * gdb.cp/m-static.exp: Same.
2792 * gdb.cp/meth-typedefs.exp: Same.
2793 * gdb.cp/misc.exp: Same.
2794 * gdb.cp/namespace.exp: Same.
2795 * gdb.cp/non-trivial-retval.exp: Same.
2796 * gdb.cp/overload.exp: Same.
2797 * gdb.cp/pr17132.exp: Same.
2798 * gdb.cp/re-set-overloaded.exp: Same.
2799 * gdb.cp/rvalue-ref-types.exp: Same.
2800 * gdb.cp/templates.exp: Same.
2801
bd5766ec
LM
28022019-11-01 Luis Machado <luis.machado@linaro.org>
2803
2804 PR gdb/25124
2805
2806 * gdb.arch/pr25124.S: New file.
2807 * gdb.arch/pr25124.exp: New file.
2808
165f8965
AB
28092019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * gdb.fortran/info-modules.exp: Update expected results, and add
2812 additional tests for 'info module functinos', and 'info module
2813 variables'.
2814 * gdb.fortran/info-types.exp: Update expected results.
2815 * gdb.fortran/info-types.f90: Extend testcase with additional
2816 module variables and functions.
2817
59c35742
AB
28182019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2819
2820 * gdb.fortran/info-modules.exp: New file.
2821 * gdb.fortran/info-types.exp: Build with new file.
2822 * gdb.fortran/info-types.f90: Include and use new module.
2823 * gdb.fortran/info-types-2.f90: New file.
2824
f3fb2519
PW
28252019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2826
2827 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2828 * gdb.base/settings.exp: Test all settings types using
2829 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2830 that now verifies that the value of "maint show" is the same as
2831 returned by the settings functions. Test the type of the
2832 maintenance settings.
2833 * gdb.base/default.exp: Update show_conv_list.
2834
d1e36019
TV
28352019-10-31 Tom de Vries <tdevries@suse.de>
2836
2837 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2838 gdb_test.
2839 * gdb.arch/amd64-disp-step.exp: Same.
2840 * gdb.asm/asm-source.exp: Same.
2841 * gdb.btrace/buffer-size.exp: Same.
2842 * gdb.btrace/cpu.exp: Same.
2843 * gdb.btrace/enable.exp: Same.
2844 * gdb.dwarf2/count.exp: Same.
2845 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2846 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2847 * gdb.fortran/vla-datatypes.exp: Same.
2848 * gdb.fortran/vla-history.exp: Same.
2849 * gdb.fortran/vla-ptype.exp: Same.
2850 * gdb.fortran/vla-value.exp: Same.
2851 * gdb.fortran/whatis_type.exp: Same.
2852 * gdb.guile/guile.exp: Same.
2853 * gdb.multi/tids.exp: Same.
2854 * gdb.python/py-finish-breakpoint.exp: Same.
2855 * gdb.python/py-framefilter.exp: Same.
2856 * gdb.python/py-pp-registration.exp: Same.
2857 * gdb.python/py-xmethods.exp: Same.
2858 * gdb.python/python.exp: Same.
2859 * gdb.server/connect-with-no-symbol-file.exp: Same.
2860 * gdb.server/no-thread-db.exp: Same.
2861 * gdb.server/run-without-local-binary.exp: Same.
2862 * gdb.stabs/weird.exp: Same.
2863 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2864 * gdb.threads/thread-find.exp: Same.
2865 * gdb.threads/tls-shared.exp: Same.
2866 * gdb.threads/tls.exp: Same.
2867 * gdb.threads/wp-replication.exp: Same.
2868 * gdb.trace/ax.exp: Same.
2869 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2870
3d11e68e
TV
28712019-10-31 Tom de Vries <tdevries@suse.de>
2872
2873 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2874 * gdb.ada/array_subscript_addr.exp: Same.
2875 * gdb.ada/arrayidx.exp: Same.
2876 * gdb.ada/arrayparam.exp: Same.
2877 * gdb.ada/arrayptr.exp: Same.
2878 * gdb.ada/boolean_expr.exp: Same.
2879 * gdb.ada/call_pn.exp: Same.
2880 * gdb.ada/complete.exp: Same.
2881 * gdb.ada/fixed_cmp.exp: Same.
2882 * gdb.ada/fun_addr.exp: Same.
2883 * gdb.ada/funcall_param.exp: Same.
2884 * gdb.ada/interface.exp: Same.
2885 * gdb.ada/mod_from_name.exp: Same.
2886 * gdb.ada/null_array.exp: Same.
2887 * gdb.ada/packed_array.exp: Same.
2888 * gdb.ada/packed_tagged.exp: Same.
2889 * gdb.ada/print_chars.exp: Same.
2890 * gdb.ada/print_pc.exp: Same.
2891 * gdb.ada/ptype_arith_binop.exp: Same.
2892 * gdb.ada/ptype_field.exp: Same.
2893 * gdb.ada/ptype_tagged_param.exp: Same.
2894 * gdb.ada/rec_return.exp: Same.
2895 * gdb.ada/ref_tick_size.exp: Same.
2896 * gdb.ada/str_ref_cmp.exp: Same.
2897 * gdb.ada/taft_type.exp: Same.
2898 * gdb.ada/tagged.exp: Same.
2899 * gdb.ada/type_coercion.exp: Same.
2900 * gdb.ada/uninitialized_vars.exp: Same.
2901
60b6ede8
TV
29022019-10-30 Tom de Vries <tdevries@suse.de>
2903
2904 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2905
30baf67b
TV
29062019-10-26 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.base/bigcore.c: Fix typos in comments.
2909 * gdb.base/ctf-ptype.c: Same.
2910 * gdb.base/long_long.c: Same.
2911 * gdb.dwarf2/dw2-op-out-param.S: Same.
2912 * gdb.python/py-evthreads.c: Same.
2913 * gdb.reverse/i387-stack-reverse.c: Same.
2914 * gdb.trace/tfile.c: Same.
2915 * lib/compiler.c: Same.
2916 * lib/compiler.cc: Same.
2917
158da0d1
TV
29182019-10-25 Tom de Vries <tdevries@suse.de>
2919
2920 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2921 gdb_test_multiple calls.
2922 * gdb.reverse/sigall-reverse.exp: Same.
2923 * gdb.reverse/solib-precsave.exp: Same.
2924 * gdb.reverse/solib-reverse.exp: Same.
2925 * gdb.reverse/until-precsave.exp: Same.
2926 * gdb.reverse/until-reverse.exp: Same.
2927
4ccdfbec
TV
29282019-10-24 Tom de Vries <tdevries@suse.de>
2929
2930 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2931 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2932 kfail using -wrap pattern flag and convenience variable
2933 gdb_test_name.
2934
33d569b7
AB
29352019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2936
2937 * gdb.python/py-progspace.exp: Add tests for the
2938 Progspace.block_for_pc method.
2939
4d0b984b
TT
29402019-10-23 Tom Tromey <tom@tromey.com>
2941
2942 * configure: Rebuild.
2943 * aclocal.m4: Use m4_include, not sinclude.
2944
94cb3754
TV
29452019-10-21 Tom de Vries <tdevries@suse.de>
2946
2947 * gdb.base/infcall-nested-structs.c: Add
2948 __attribute__((noinline,noclone)) to all functions.
2949 (call_all): Add missing variable initialization. Simplify return value.
2950 (breakpt): Increment volatile variable, to prevent call from being
2951 optimized out.
2952 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2953
062f1fc1
TV
29542019-10-17 Tom de Vries <tdevries@suse.de>
2955
2956 * gdb.fortran/module.exp: Allow info variables to print info for files
2957 other than module.f90.
2958
0b54364d
AB
29592019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2960
2961 * gdb.fortran/module.exp: Extend with 'info variables' test.
2962
7ff5fae7
AB
29632019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2964
2965 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2966 F77_FOR_TARGET.
2967
d10eccaa
TV
29682019-10-16 Tom de Vries <tdevries@suse.de>
2969
2970 PR tdep/25096
2971 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2972
745ff14e
TV
29732019-10-16 Tom de Vries <tdevries@suse.de>
2974
2975 PR tdep/24104
2976 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2977 Add KFAIL for PR tdep/25096.
2978
03e1ab94
TV
29792019-10-16 Tom de Vries <tdevries@suse.de>
2980
2981 PR testsuite/25059
2982 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2983
b17fcc10
TV
29842019-10-16 Tom de Vries <tdevries@suse.de>
2985
2986 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2987 as signed.
2988
9223170f
SM
29892019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2990
2991 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2992 one instead of increasing timeout.
2993
d6e76313
TV
29942019-10-13 Tom de Vries <tdevries@suse.de>
2995
2996 PR record/25038
2997 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2998 * gdb.reverse/sigall-reverse.exp: Same.
2999 * gdb.reverse/solib-precsave.exp: Same.
3000 * gdb.reverse/solib-reverse.exp: Same.
3001 * gdb.reverse/step-precsave.exp: Same.
3002 * gdb.reverse/until-precsave.exp: Same.
3003 * gdb.reverse/until-reverse.exp: Same.
3004 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3005
6dfc0041
AA
30062019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3007
3008 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3009 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3010 (cmp_struct_05_01, cmp_struct_static_02_01)
3011 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3012 comparisons.
3013
abcf2cc8
TV
30142019-10-10 Tom de Vries <tdevries@suse.de>
3015
3016 PR testsuite/24888
3017 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3018 gnatlink.
3019
a50faaf6
TV
30202019-10-09 Tom de Vries <tdevries@suse.de>
3021
3022 PR testsuite/25048
3023 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3024
60ff3cd7
AB
30252019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3026
3027 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3028 exceptions due to missing debug information.
3029
dfee8566
TV
30302019-10-07 Tom de Vries <tdevries@suse.de>
3031
3032 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3033
3d63690a
AB
30342019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3035
3036 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3037 * gdb.base/annota1.exp: Update to use gdb_test_name.
3038
30d1f018
WP
30392019-10-07 Weimin Pan <weimin.pan@oracle.com>
3040
3041 * gdb.base/ctf-whatis.exp: New file.
3042 * gdb.base/ctf-whatis.c: New file.
3043 * gdb.base/ctf-ptype.exp: New file.
3044 * gdb.base/ctf-ptype.c: New file.
3045 * gdb.base/ctf-constvars.exp: New file.
3046 * gdb.base/ctf-constvars.c: New file.
3047 * gdb.base/ctf-cvexpr.exp: New file.
3048
4dbbb47c
TV
30492019-10-04 Tom de Vries <tdevries@suse.de>
3050
3051 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3052 for loop.
3053
77c2dba3
TT
30542019-10-03 Tom Tromey <tom@tromey.com>
3055
3056 PR rust/24976:
3057 * gdb.rust/simple.rs (Union2): New type.
3058 (main): Use Union2.
3059 * gdb.rust/simple.exp: Add test.
3060
179aed7f
AB
30612019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3062
3063 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3064 nested function prefix.
3065
0a4b0913
AB
30662019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3067 Richard Bunt <richard.bunt@arm.com>
3068 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3071 nested functions.
3072 * gdb.fortran/nested-funcs.f90: Update expected results.
3073 * gdb.fortran/nested-funcs-2.exp: New file.
3074 * gdb.fortran/nested-funcs-2.f90: New file.
3075
082cce05
AB
30762019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3077
3078 * gdb.python/py-parameter.exp: Make test names unique.
3079 * gdb.python/py-template.exp: Likewise.
3080 * gdb.python/py-value.exp: Likewise.
3081
2b74ba5a
AB
30822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * gdb.base/break-interp.exp: Reduce test name duplication.
3085 * gdb.base/call-sc.exp: Likewise.
3086 * gdb.base/callfuncs.exp: Likewise.
3087 * gdb.base/charset.exp: Likewise.
3088 * gdb.base/dump.exp: Likewise.
3089 * gdb.base/ena-dis-br.exp: Likewise.
3090 * gdb.base/relational.exp: Likewise.
3091 * gdb.base/step-over-syscall.exp: Likewise.
3092 * gdb.base/structs.exp: Likewise.
3093
58eb20d5
AB
30942019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.linespec/explicit.exp: Make test names unique.
3097 * gdb.linespec/ls-errs.exp: Likewise.
3098
4d421147
AB
30992019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3100
3101 * gdb.reverse/break-precsave.exp: Make test names unique.
3102 * gdb.reverse/break-reverse.exp: Likewise.
3103 * gdb.reverse/finish-precsave.exp: Likewise.
3104 * gdb.reverse/finish-reverse.exp: Likewise.
3105 * gdb.reverse/machinestate-precsave.exp: Likewise.
3106 * gdb.reverse/machinestate.exp: Likewise.
3107 * gdb.reverse/readv-reverse.exp: Likewise.
3108 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3109 * gdb.reverse/sigall-precsave.exp: Likewise.
3110 * gdb.reverse/sigall-reverse.exp: Likewise.
3111 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3112 * gdb.reverse/watch-precsave.exp: Likewise.
3113 * gdb.reverse/watch-reverse.exp: Likewise.
3114
d8c06f22
AB
31152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3116
3117 * gdb.threads/stop-with-handle.c: New file.
3118 * gdb.threads/stop-with-handle.exp: New file.
3119
3a56ed86
TV
31202019-10-03 Tom de Vries <tdevries@suse.de>
3121
3122 PR testsuite/25059
3123 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3124 directory" line to be missing.
3125
42275044
TV
31262019-10-03 Tom de Vries <tdevries@suse.de>
3127
3128 PR testsuite/25059
3129 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3130 type optional.
3131
9ef62df0
AA
31322019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3133
3134 * gdb.python/py-format-string.c (string.h): New include.
3135 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3136 the same value, for endianness-independence.
3137 * gdb.python/py-format-string.exp (default_regexp_dict)
3138 (test_pretty_structs, test_format): Adjust expected output to the
3139 changed initialization.
3140
37f6a7f4
TT
31412019-10-02 Tom Tromey <tromey@adacore.com>
3142
3143 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3144
1d58d6a2
PA
31452019-10-02 Pedro Alves <palves@redhat.com>
3146 Andrew Burgess <andrew.burgess@embecosm.com>
3147
3148 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3149 "print-file-var.h".
3150 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3151 (get_version_1): Print this_version_id and its address.
3152 Add extern "C" wrappers around interface functions.
3153 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3154 "print-file-var.h".
3155 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3156 (get_version_2): Print this_version_id and its address.
3157 Add extern "C" wrappers around interface functions.
3158 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3159 <stddef.h> and "print-file-var.h".
3160 Add extern "C" wrappers around interface functions.
3161 [VERSION_ID_MAIN] (this_version_id): Define.
3162 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3163 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3164 up extern "C" blocks.
3165 * gdb.base/print-file-var.exp (test): New, factored out from top
3166 level.
3167 (top level): Test all combinations of attribute hidden or not,
3168 dlopen or not, and this_version_id symbol in main file or not.
3169 Compile tests as both C++ and C, make test names unique.
3170
d770d56f
TT
31712019-10-01 Tom Tromey <tom@tromey.com>
3172
3173 * gdb.base/style.exp: Test "show logging filename".
3174
7f6aba03
TT
31752019-10-01 Tom Tromey <tom@tromey.com>
3176
3177 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3178 * gdb.base/style.exp: Add metadata style test.
3179
14309bb6
TT
31802019-10-01 Tom Tromey <tom@tromey.com>
3181
3182 * gdb.base/style.exp: Test "pwd".
3183
2a3c1174
PA
31842019-10-01 Tom Tromey <tom@tromey.com>
3185
3186 * gdb.base/style.exp: Update tests.
3187
53d666ec
AA
31882019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3189
3190 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3191 'six' to unsigned.
3192 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3193 'five'. Use an all-ones bit pattern for each.
3194 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3195 to its changed values.
3196
4a56a520
TT
31972019-09-30 Tom Tromey <tromey@adacore.com>
3198
3199 * gdb.rust/traits.rs: Disable all warnings.
3200
0df0352a
TV
32012019-09-29 Tom de Vries <tdevries@suse.de>
3202
aac66a4c 3203 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3204
73d9a918
TV
32052019-09-29 Tom de Vries <tdevries@suse.de>
3206
3207 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3208
060b3ab4
TV
32092019-09-27 Tom de Vries <tdevries@suse.de>
3210
3211 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3212
68f7d34d
TV
32132019-09-27 Tom de Vries <tdevries@suse.de>
3214
3215 PR record/23188
3216 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3217
5d63b30a
TT
32182019-09-26 Tom Tromey <tromey@adacore.com>
3219
3220 * gdb.ada/py_taft.exp: New file.
3221 * gdb.ada/py_taft/main.adb: New file.
3222 * gdb.ada/py_taft/pkg.adb: New file.
3223 * gdb.ada/py_taft/pkg.ads: New file.
3224
3d435220
TV
32252019-09-24 Tom de Vries <tdevries@suse.de>
3226
3227 PR gdb/24598
3228 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3229
77d03678
TV
32302019-09-22 Tom de Vries <tdevries@suse.de>
3231
3232 * gdb.base/restore.exp: Allow register variables to be optimized out at
3233 -O0.
3234
abf516c6
UW
32352019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3236
3237 * gdb.arch/spu-info.exp: Remove file.
3238 * gdb.arch/spu-info.c: Remove file.
3239 * gdb.arch/spu-ls.exp: Remove file.
3240 * gdb.arch/spu-ls.c: Remove file.
3241
3242 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3243 * gdb.asm/spu.inc: Remove file.
3244
3245 * gdb.base/dump.exp: Remove support for spu*-*-*.
3246 * gdb.base/stack-checking.exp: Likewise.
3247 * gdb.base/overlays.exp: Likewise.
3248 * gdb.base/ovlymgr.c: Likewise.
3249 * gdb.base/spu.ld: Remove file.
3250
3251 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3252 * gdb.cp/cpexprs.exp: Likewise.
3253 * gdb.cp/exception.exp: Likewise.
3254 * gdb.cp/gdb2495.exp: Likewise.
3255 * gdb.cp/mb-templates.exp: Likewise.
3256 * gdb.cp/pr9167.exp: Likewise.
3257 * gdb.cp/userdef.exp: Likewise.
3258
3259 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3260
3261 * gdb.cell: Remove directory.
3262 * lib/cell.exp: Remove file.
3263
e452e88f
TV
32642019-09-19 Tom de Vries <tdevries@suse.de>
3265
3266 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3267
8a625130
TV
32682019-09-19 Tom de Vries <tdevries@suse.de>
3269
3270 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3271
81dc3ab5
TV
32722019-09-19 Tom de Vries <tdevries@suse.de>
3273
3274 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3275 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3276 (gdb_target_cmd): ... here.
3277 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3278 value 2.
3279
b078f3ac
AB
32802019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * gdb.base/source-dir.exp: Avoid having directory names in test
3283 names.
3284
f1b620e9
MG
32852019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3286
3287 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3288 directory.
3289
67f3ed6a
AB
32902019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3291
3292 * gdb.base/list-missing-source.exp: New file.
3293
d1b70248
TV
32942019-09-14 Tom de Vries <tdevries@suse.de>
3295
3296 PR teststuite/24599
3297 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3298 * lib/ada.exp (gnatmake_version_at_least): New proc.
3299
5fabdcd6
AB
33002019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3301
3302 * gdb.base/maint.exp: Use exec_has_index_section.
3303
aa17805f
AB
33042019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * gdb.base/maint.exp: Add test for 'maint info sections'.
3307
25e5c209
TV
33082019-09-12 Tom de Vries <tdevries@suse.de>
3309
3310 * gdb.base/store.exp: Allow register variables to be optimized out at
3311 -O0.
3312
4993045d
PW
33132019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3314
3315 * gdb.ada/rdv_wait.exp: Update to new task names.
3316 * gdb.base/task_switch_in_core.exp: Likewise.
3317 * gdb.base/info_sources_base.c: Likewise.
3318
8a516164
TT
33192019-09-10 Tom Tromey <tromey@adacore.com>
3320
3321 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3322
aa391654
TT
33232019-09-10 Tom Tromey <tromey@adacore.com>
3324
3325 * gdb.ada/dgopt.exp: New file.
3326 * gdb.ada/dgopt/x.adb: New file.
3327
8634b462
TT
33282019-09-08 Tom Tromey <tom@tromey.com>
3329
3330 * gdb.tui/resize.exp: Remove setup_xfail.
3331 * gdb.tui/regs.exp: Remove setup_xfail.
3332 * gdb.tui/basic.exp: Remove setup_xfail.
3333
736b0f76
DB
33342019-09-06 David Blaikie <dblaikie@gmail.com>
3335
3336 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3337 * gdb.cp/cplabel.exp: Ditto.
3338 * gdb.linespec/ls-errs.exp: Ditto.
3339
30331a6c
TV
33402019-09-05 Tom de Vries <tdevries@suse.de>
3341
3342 * lib/gdb.exp (cmp_file_string): New proc.
3343 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3344 runto_main. Verify save breakpoints output.
3345
98b0ebab
PW
33462019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3347
3348 * gdb.base/info-var.exp: Test info variables without running
3349 to main, to avoid expect's buffer overflow.
3350
4e962e74
TT
33512019-09-03 Tom Tromey <tromey@adacore.com>
3352
3353 * gdb.ada/bias.exp: New file.
3354 * gdb.ada/bias/bias.adb: New file.
3355 * gdb.ada/print_chars.exp: Add regression test.
3356 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3357 (MC): New variable.
3358
2ea1a07a
SL
33592019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3360
3361 * gdb.base/argv0-symlink.exp: Run only on native target
3362 and local host.
3363
8077c50d
TV
33642019-08-29 Tom de Vries <tdevries@suse.de>
3365
3366 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3367 diverse debug info.
3368 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3369
48352473
TV
33702019-08-28 Tom de Vries <tdevries@suse.de>
3371
3372 * gdb.base/info-var.exp: Allow info variables to print info for files
3373 other than info-var-f1.c and info-var-f2.c.
3374
d8f27c60
AB
33752019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3376
3377 * gdb.fortran/info-types.exp: Add module.
3378 * gdb.fortran/info-types.f90: Update expected results.
3379
1f20c35e
AB
33802019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3381
3382 * gdb.fortran/info-types.exp: New file.
3383 * gdb.fortran/info-types.f90: New file.
3384 * lib/fortran.exp (fortran_character1): New proc.
3385
4acfdd20
AB
33862019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3389 functions'. Reindent as needed.
3390 * gdb.base/info-var-f1.c: New file.
3391 * gdb.base/info-var-f2.c: New file.
3392 * gdb.base/info-var.exp: New file.
3393 * gdb.base/info-var.h: New file.
3394
5c31b358
TV
33952019-08-26 Tom de Vries <tdevries@suse.de>
3396
3397 PR c++/24852
3398 * gdb.cp/no-libstdcxx-probe.exp: New test.
3399
b694989f
TV
34002019-08-26 Tom de Vries <tdevries@suse.de>
3401
3402 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3403 * tests need to be skipped.
3404 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3405 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3406 mi_skip_libstdcxx_probe_tests.
3407
d9c4ba53
SDJ
34082019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3409
3410 * gdb.python/py-xmethods.exp: Use raw strings when passing
3411 arguments to SimpleXMethodMatcher.
3412
395fad09
TV
34132019-08-22 Tom de Vries <tdevries@suse.de>
3414
3415 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3416 more informative.
3417
26c957f1
PA
34182019-08-21 Pedro Alves <palves@redhat.com>
3419
3420 * gdb.base/with.exp: Test "with" with no arguments.
3421
61f80d5d
TV
34222019-08-21 Tom de Vries <tdevries@suse.de>
3423
3424 * gdb.base/gdb-caching-proc.exp: Sort files.
3425
d7a11d13
TV
34262019-08-20 Tom de Vries <tdevries@suse.de>
3427
3428 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3429 compilation.
3430
34dafe9f
TV
34312019-08-16 Tom de Vries <tdevries@suse.de>
3432
3433 * gdb.base/compare-sections.exp ("after run to main"): Allow
3434 mismatched read-only sections for PIE executables.
3435
398fdd60
TT
34362019-08-16 Tom Tromey <tom@tromey.com>
3437
3438 * lib/tuiterm.exp (_csi_Z): New proc.
3439 * gdb.tui/basic.exp: Update window positions.
3440 * gdb.tui/empty.exp: Update window positions.
3441
d8f9e51c
SL
34422019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3443
3444 * gdb.base/examine-backward.exp: Correct regexp for
3445 "examine 3 bytes backward from ${address_zero}".
3446
3df505f6
TT
34472019-08-15 Tom Tromey <tom@tromey.com>
3448
3449 * gdb.tui/empty.exp: Enable resizing tests.
3450
272560b5
TT
34512019-08-15 Tom Tromey <tromey@adacore.com>
3452
3453 * gdb.ada/char_enum.exp: Add regression tests.
3454 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3455 and '0'.
3456 (Char, Gchar): Update.
3457 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3458
08235187
CB
34592019-08-15 Christian Biesinger <cbiesinger@google.com>
3460
3461 * gdb.python/python.exp: Expect a leading underscore on
3462 GdbOutput{,Error}File.
3463
22a2ab04
SL
34642019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3465
3466 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3467 Windows host.
3468
835b995b
SL
34692019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3470
3471 * gdb.base/batch-preserve-term-settings.exp
3472 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3473
97dd8e07
CB
34742019-08-15 Christian Biesinger <cbiesinger@google.com>
3475
3476 * lib/gdb.exp: When running on a mingw target, replace
3477 /x/ with x:/.
3478
75faf5c4
AH
34792019-08-14 Alan Hayward <alan.hayward@arm.com>
3480
3481 * gdb.arch/aarch64-prologue.c: New test.
3482 * gdb.arch/aarch64-prologue.exp: New file.
3483
abc6c00f
TV
34842019-08-13 Tom de Vries <tdevries@suse.de>
3485
3486 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3487 Thread.
3488
74c2c1f4
SL
34892019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3490
3491 * gdb.python/py-completion.exp: Download the .py file to the host
3492 and use its host pathname. Conditionalize tests that use
3493 tab completion and manipulate files on the build machine.
3494 * gdb.python/py-events.exp: Download the .py file to the host
3495 and use its host pathname.
3496 * gdb.python/py-evsignal.exp: Likewise.
3497 * gdb.python/py-evthreads.exp: Likewise.
3498 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3499 pathname syntax.
3500 * gdb.python/py-framefilter.exp: Download the .py file to the right
3501 place on the host. Match Windows pathname syntax.
3502 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3503 .py file to the host and use its host pathname.
3504 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3505 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3506 build pathname. Skip symlink test on Windows host. Add missing
3507 newline at end of file.
3508 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3509 and use its host pathname.
3510 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3511 * gdb.python/py-section-script.exp: Use host location of binfile
3512 on safe-path. Use correct path separator on Windows host.
3513 Reorder alternatives in gdb_test_multiple to prevent matching
3514 the wrong alternative on success.
3515 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3516
ca2589f3
PP
35172019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3518
3519 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3520 expect the GDB inferior to no longer immediately stop after
3521 being resumed with "signal SIGINT".
3522
020a839d
SL
35232019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3524
3525 * gdb.linespec/break-ask.exp: Generalize regexps to match
3526 Windows pathnames too.
3527
128d6509
TV
35282019-08-08 Tom de Vries <tdevries@suse.de>
3529
3530 PR testsuite/24862
3531 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3532
590042fc
PW
35332019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3534
3535 * gdb.base/style.exp: Update tests for help doc new invariants.
3536 * gdb.base/help.exp: Likewise.
3537
046bebe1
TT
35382019-08-06 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.base/style.exp: Add disassemble test.
3541 * gdb.base/style.c (some_called_function): New function.
3542 (main): Use it.
3543
0b27c27d
CB
35442019-08-05 Christian Biesinger <cbiesinger@google.com>
3545
3546 * gdb.python/py-block.exp: Test dictionary access on blocks.
3547
580f1034
SM
35482019-08-05 Simon Marchi <simon.marchi@efficios.com>
3549
3550 PR gdb/24863
3551 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3552 -list-thread-groups --available test when running under
3553 check-read1.
3554
d86bd7cb
TV
35552019-08-05 Tom de Vries <tdevries@suse.de>
3556
3557 PR testsuite/24863
3558 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3559 * gdb.base/help.exp: Use with_read1_timeout_factor.
3560 * gdb.base/info-macros.exp: Same.
3561 * gdb.cp/nested-types.exp: Same.
3562
a80cf5d8
TV
35632019-08-05 Tom de Vries <tdevries@suse.de>
3564
3565 * lib/gdb.exp (version_at_least): Factor out of ...
3566 (tcl_version_at_least): ... here.
3567 (gdb_compile): Fail if pie results in non-PIE executable.
3568 (readelf_version, readelf_prints_pie): New proc.
3569 (exec_is_pie): Return -1 if unknown.
3570
d0962838
TV
35712019-08-05 Tom de Vries <tdevries@suse.de>
3572
3573 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3574
2252ff3d
SL
35752019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3576
3577 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3578
26655f53
SL
35792019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3580
3581 * lib/completion-support.exp (test_gdb_complete_none): Skip
3582 tab completion tests if no readline support.
3583 (test_gdb_complete_unique_re): Likewise.
3584 (test_gdb_complete_multiple): Likewise.
3585
db4dc13e
PW
35862019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3587
3588 * gdb.base/info_sources.exp: New file.
3589 * gdb.base/info_sources.c: New file.
3590 * gdb.base/info_sources_base.c: New file.
3591
0eba165a
PFC
35922019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3593
3594 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3595 prefix argument.
3596 (test_exit_status): Add prefix argument.
3597
59bd512b
TV
35982019-08-01 Tom de Vries <tdevries@suse.de>
3599
3600 PR testsuite/24863
3601 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3602 calling exp_continue for new thread and thread exited messages.
3603
2a3ad588
TV
36042019-08-01 Tom de Vries <tdevries@suse.de>
3605
3606 PR testsuite/24863
3607 * gdb.base/structs.exp: Fix check-read1 timeout using
3608 gdb_test_sequence.
3609 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3610
117eb594
TV
36112019-08-01 Tom de Vries <tdevries@suse.de>
3612
3613 PR testsuite/24863
3614 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3615 line.
3616
ed591340
TV
36172019-08-01 Tom de Vries <tdevries@suse.de>
3618
3619 PR testsuite/24863
3620 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3621
aa3b6533
TT
36222019-07-30 Tom Tromey <tromey@adacore.com>
3623
3624 * gdb.ada/display_nested.exp: New file.
3625 * gdb.ada/display_nested/foo.adb: New file.
3626 * gdb.ada/display_nested/pack.adb: New file.
3627 * gdb.ada/display_nested/pack.ads: New file.
3628
2906593f
CB
36292019-07-30 Christian Biesinger <cbiesinger@google.com>
3630
3631 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3632 namespace.
3633 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3634
0f575925
TV
36352019-07-30 Tom de Vries <tdevries@suse.de>
3636
3637 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3638 instead.
3639
b13057d9
TV
36402019-07-30 Tom de Vries <tdevries@suse.de>
3641
3642 PR testsuite/24834
3643 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3644 (exec_is_pie): New proc.
3645
5c4dde85
CB
36462019-07-29 Christian Biesinger <cbiesinger@google.com>
3647
3648 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3649
c620ed88
CB
36502019-07-29 Christian Biesinger <cbiesinger@google.com>
3651
3652 * gdb.python/py-objfile.c: Add global and static vars.
3653 * gdb.python/py-objfile.exp: Test new functions Objfile.
3654 lookup_global_symbol and lookup_static_symbol.
3655
3d235706
TT
36562019-07-29 Tom Tromey <tom@tromey.com>
3657
3658 * lib/tuiterm.exp (Term::_csi_@): New proc.
3659 (Term::_csi_X): Don't move cursor.
3660
c7e4c0a6
PW
36612019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3662
3663 * gdb.base/options.exp: Update backtrace - completion to
3664 new option -frame-info.
3665 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3666 Test new 'set print frame-info'. Test backtrace -frame-info
3667 overriding 'set print frame-info'.
3668 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3669 Test new 'set print frame-info'.
3670 Verify consistency of backtrace with and without filters, with and
3671 without -no-filters.
3672 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3673 default.
3674
de28a3b7
TV
36752019-07-29 Tom de Vries <tdevries@suse.de>
3676
3677 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3678 no arguments".
3679
507dd60e
TV
36802019-07-29 Tom de Vries <tdevries@suse.de>
3681
3682 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3683 is a substring of the first for "complete non-unique file name".
3684
5beafce9
TV
36852019-07-29 Tom de Vries <tdevries@suse.de>
3686
3687 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3688 with ".*".
3689
2d274232
TV
36902019-07-29 Tom de Vries <tdevries@suse.de>
3691
3692 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3693 Pass prompt_regexp parameter to gdb_test_multiple calls.
3694
9197cd8b
TV
36952019-07-29 Tom de Vries <tdevries@suse.de>
3696
3697 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3698 print registers" regexps.
9197cd8b 3699
b528dae0
TV
37002019-07-29 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3703
d17725d7
TV
37042019-07-29 Tom de Vries <tdevries@suse.de>
3705
3706 PR gdb/24855
3707 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3708 (skip_python_tests_prompt): Add prompt_regexp argument to
3709 gdb_test_multiple calls.
3710
52b75bf1
TT
37112019-07-27 Tom Tromey <tom@tromey.com>
3712
3713 * gdb.tui/main.exp: New file.
3714
2b1d00c2
TT
37152019-07-27 Tom Tromey <tom@tromey.com>
3716
3717 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3718 optional.
3719 * gdb.tui/empty.exp: New file.
3720
ded631d5
TT
37212019-07-27 Tom Tromey <tom@tromey.com>
3722
3723 * lib/tuiterm.exp (spawn): New proc.
3724 (Term::resize): New proc.
3725 * gdb.tui/resize.exp: New file.
3726
58ac439d
TT
37272019-07-27 Tom Tromey <tom@tromey.com>
3728
3729 * gdb.tui/list.exp: New file.
3730
fe1f56ee
TT
37312019-07-27 Tom Tromey <tom@tromey.com>
3732
3733 * gdb.tui/regs.exp: New file.
3734
f790b310
TT
37352019-07-27 Tom Tromey <tom@tromey.com>
3736
3737 * gdb.tui/basic.exp: Add "layout split" test.
3738
d95fc6ee
TT
37392019-07-27 Tom Tromey <tom@tromey.com>
3740
3741 * gdb.tui/basic.exp: Add "layout asm" test.
3742
c3786b3a
TT
37432019-07-27 Tom Tromey <tom@tromey.com>
3744
3745 * lib/tuiterm.exp: New file.
3746 * gdb.tui/basic.exp: New file.
3747
98a617f8
KB
37482019-07-27 Kevin Buettner <kevinb@redhat.com>
3749
3750 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3751 Enable tests associated with this flag. Adjust regex
3752 referencing "foo_low" to now refer to "foo_cold" instead.
3753
5c076da4
KB
37542019-07-27 Kevin Buettner <kevinb@redhat.com>
3755
3756 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3757 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3758 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3759 foo_cold. Revise comments to match.
3760 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3761 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3762 were wrapped into this proc; Call do_test in loop from outermost
3763 level.
3764 (foo_low): Rename all occurrences to "foo_cold".
3765 (backtrace from baz): New test.
3766 (x2/i foo_cold): New test.
3767 (info line *foo_cold): New test.
3768
1512d3b7
TV
37692019-07-26 Tom de Vries <tdevries@suse.de>
3770
3771 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3772
297989a1
TV
37732019-07-25 Tom de Vries <tdevries@suse.de>
3774
3775 PR testsuite/24830
3776 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3777 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3778 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3779 (skip_libstdcxx_probe_tests): ... here.
3780 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3781
b3b965fb
TV
37822019-07-24 Tom de Vries <tdevries@suse.de>
3783
3784 PR testsuite/24807
3785 * gdb.objc/basicclass.m: Include stdio.h.
3786 * gdb.objc/nondebug.m: Same.
3787 * gdb.objc/objcdecode.m: Same.
3788
4625b4d0
TV
37892019-07-24 Tom de Vries <tdevries@suse.de>
3790
3791 PR testsuite/24612
3792 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3793 additional_flags.
3794
024a5840
TV
37952019-07-24 Tom de Vries <tdevries@suse.de>
3796
3797 PR testsuite/24831
3798 * gdb.multi/tids.exp: Update error messages for info threads.
3799
c76ddaa3
TV
38002019-07-24 Tom de Vries <tdevries@suse.de>
3801
3802 * gdb.base/info-types.exp: Allow info types to print info for more than
3803 one file.
3804
9a618ef6
TV
38052019-07-23 Tom de Vries <tdevries@suse.de>
3806
3807 PR testsuite/24842
3808 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3809 gdb_spawn_with_cmdline_opts.
3810
40eadf04
SP
38112019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3812
3813 * gdb.arch/arm-cmse-sgstubs.c: New test.
3814 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3815
5ba29434
TV
38162019-07-23 Tom de Vries <tdevries@suse.de>
3817
3818 PR testsuite/24711
3819 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3820 issuing next command.
3821
a8e9d247
AB
38222019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3823
3824 * gdb.ada/info_auto_lang.exp: Update expected results.
3825 * gdb.base/info-types.c: Add additional types to check.
3826 * gdb.base/info-types.exp: Update expected results.
3827
eb86c5e2
AB
38282019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3829
3830 * gdb.base/info-types.c: New file.
3831 * gdb.base/info-types.exp: New file.
3832
01e175fe
AB
38332019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3834
3835 * gdb.arch/riscv-bp-infcall.c: New file.
3836 * gdb.arch/riscv-bp-infcall.exp: New file.
3837
6b78c3f8
AB
38382019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3839
3840 PR breakpoints/24541
3841 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3842
da738167
TV
38432019-07-14 Tom de Vries <tdevries@suse.de>
3844
3845 PR testsuite/24760
3846 * gdb.objc/basicclass.exp: Fix unterminated string.
3847
0d4e84ed
AB
38482019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3849 Andrew Burgess <andrew.burgess@embecosm.com>
3850
3851 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3852 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3853 negative bounds.
3854 * gdb.fortran/vla-value.exp: Print elements of an array with
3855 negative bounds.
3856 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3857 testing.
3858
021d8588
AB
38592019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3860
3861 * gdb.base/options.exp (expect_string): Dequote strings in
3862 results.
3863 (test-string): Test strings with different quoting and reindent.
3864
f06f1252
TT
38652019-07-10 Tom Tromey <tromey@adacore.com>
3866
3867 * gdb.ada/mi_ex_cond.exp: Update expected results.
3868 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3869 * gdb.ada/mi_catch_ex.exp: Update expected results.
3870 * gdb.ada/mi_catch_assert.exp: Update expected results.
3871 * gdb.ada/catch_ex.exp (catch_exception_info)
3872 (catch_exception_entry, catch_assert_entry)
3873 (catch_unhandled_entry): Update.
3874 * gdb.ada/catch_assert_if.exp: Update expected results.
3875
b863685d
RB
38762019-07-10 Richard Bunt <richard.bunt@arm.com>
3877 Stephen Roberts <stephen.roberts@arm.com>
3878
3879 * gdb.base/define.exp: Restore original prompt.
3880
cb1e4e32
PA
38812019-07-09 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3884 breakpoints" output.
3885 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3886 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3887 throw" creates breakpoint.
3888 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3889 'type="catchpoint"'.
3890
b58a68fe
PA
38912019-07-09 Pedro Alves <palves@redhat.com>
3892
3893 PR c++/15468
3894 * gdb.cp/except-multi-location-lib.cc: New.
3895 * gdb.cp/except-multi-location-main.cc: New.
3896 * gdb.cp/except-multi-location.exp: New.
3897
0826779b
PW
38982019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3899
3900 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3901 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3902 argument and update callers.
3903
5b0e2db4
AB
39042019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3905
3906 * gdb.arch/amd64-break-on-asm-line.S: New file.
3907 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3908
1f6f6e21
PW
39092019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3910
3911 * gdb.base/printcmds.exp: Test printing C string and
3912 C wide string convenience vars without transiting via the inferior.
3913 Also make test names unique.
3914
ea142fbf
AH
39152019-07-08 Alan Hayward <alan.hayward@arm.com>
3916
5862c886 3917 PR breakpoints/25011
ea142fbf
AH
3918 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3919
213fd9fa
PA
39202019-07-04 Pedro Alves <palves@redhat.com>
3921
3922 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3923 body returned ok(0), break(3) or continue(4).
3924 * gdb.testsuite/foreach_with_prefix.exp: New file.
3925
2b40fda7
AH
39262019-07-04 Alan Hayward <alan.hayward@arm.com>
3927
3928 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3929
a26c8de0
PA
39302019-07-03 Pedro Alves <palves@redhat.com>
3931
3932 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3933 "return -code".
3934
5f4ba3e7
PA
39352019-07-03 Pedro Alves <palves@redhat.com>
3936
3937 PR cli/24732
3938 * gdb.base/shell.exp: Load completion-support.exp.
3939 Adjust expected error output. Add completion tests.
3940
a994424f
PA
39412019-07-03 Pedro Alves <palves@redhat.com>
3942
3943 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3944 string_to_regexp.
3945
3d9be6f5
PA
39462019-07-03 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3949 (expect_integer): Adjust to expect "-string".
3950 (expect_string): New.
3951 (all_options): Expect "-string".
3952 (test-flag, test-boolean): Adjust to expect "-string".
3953 (test-string): New proc.
3954 (top level): Call it.
3955
41fc454c
PA
39562019-07-03 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3959 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3960 the expected output in the success.
3961
b2b2a215
PA
39622019-07-03 Pedro Alves <palves@redhat.com>
3963
3964 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3965 Split one gdb_test_multiple call in two to avoid a race.
3966
fdbc9870
PA
39672019-07-03 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/with.c: New file.
3970 * gdb.base/with.exp: New file.
3971
c6ac8931
PA
39722019-07-03 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.base/settings.exp: Replace all references to "maint
3975 test-settings set" with references to "maint set test-settings",
3976 and all references to "maint test-settings show" with references
3977 to "maint show test-settings".
3978
970f9d09
PA
39792019-07-03 Pedro Alves <palves@redhat.com>
3980
3981 * gdb.base/settings.exp (test-string): Adjust expected out when
3982 testing "maint test-settings show filename"
3983
54d66006
PA
39842019-07-02 Pedro Alves <palves@redhat.com>
3985
3986 * gdb.base/options.exp (test-info-threads): New procedure.
3987 (top level): Call it.
3988
10d06d82
TT
39892019-06-28 Tom Tromey <tromey@adacore.com>
3990
3991 * gdb.dwarf2/ada-linkage-name.c: New file.
3992 * gdb.dwarf2/ada-linkage-name.exp: New file.
3993
3d507ff2
TT
39942019-06-27 Tom Tromey <tromey@adacore.com>
3995
d039f014 3996 PR c++/20020:
3d507ff2
TT
3997 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3998
8af58ffe
TV
39992019-06-26 Tom de Vries <tdevries@suse.de>
4000
4001 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4002
22e21752
TV
40032019-06-26 Tom de Vries <tdevries@suse.de>
4004
4005 * gdb.base/index-cache.exp: Add back missing debug option.
4006
b65b566c
PW
40072019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4008
4009 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4010
5c2c8c69
TV
40112019-06-25 Tom de Vries <tdevries@suse.de>
4012
4013 PR testsuite/24727
4014 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4015
164e3873
TV
40162019-06-24 Tom de Vries <tdevries@suse.de>
4017
4018 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4019
824eacee
TV
40202019-06-24 Tom de Vries <tdevries@suse.de>
4021
4022 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4023 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4024 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4025
385b97d3
TV
40262019-06-24 Tom de Vries <tdevries@suse.de>
4027
4028 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4029
c596f180
TV
40302019-06-21 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4033
b13a7d03
TV
40342019-06-21 Tom de Vries <tdevries@suse.de>
4035
4036 PR testsuite/24518
4037 PR ada/24713
4038 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4039 index.
4040
899277ae
TT
40412019-06-19 Tom Tromey <tromey@adacore.com>
4042
4043 * gdb.ada/length_cond.exp: Add intro comment.
4044
680e1bee
TT
40452019-06-19 Tom Tromey <tromey@adacore.com>
4046
4047 * gdb.ada/length_cond.exp: New file.
4048 * gdb.ada/length_cond/length_cond.adb: New file.
4049 * gdb.ada/length_cond/pck.adb: New file.
4050 * gdb.ada/length_cond/pck.ads: New file.
4051
0ed4690a
TV
40522019-06-18 Tom de Vries <tdevries@suse.de>
4053
4054 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4055
d20ed5fd
TT
40562019-06-18 Tom Tromey <tromey@adacore.com>
4057
4058 * gdb.base/list0.h: Add comment explaining control character.
4059
86e04673
TV
40602019-06-18 Tom de Vries <tdevries@suse.de>
4061
4062 * boards/fission.exp: Break up long debug_flags line.
4063
c4973306
SM
40642019-06-16 Tom de Vries <tdevries@suse.de>
4065
4066 PR gdb/24445
4067 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4068 generated index.
4069
93cb9841
AB
40702019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 PR gdb/24686
4073 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4074 improve detection of bug gdb/24541.
4075
399aaebd
SM
40762019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4077
4078 PR gdb/24669
4079 * gdb.base/index-cache.exp (uses_readnow,
4080 expecting_index_cache_use): Define global variable.
4081 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4082 expecting_index_cache_use.
4083
584a927c
AB
40842019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4085 Andrew Burgess <andrew.burgess@embecosm.com>
4086
4087 * gdb.fortran/pointers.f90: New file.
4088 * gdb.fortran/print_type.exp: New file.
4089 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4090 * gdb.fortran/vla-type.exp: Likewise.
4091 * gdb.fortran/vla-value.exp: Likewise.
4092 * gdb.mi/mi-vla-fortran.exp: Likewise.
4093
30056ea0
AB
40942019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4095
4096 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4097 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4098 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4099 as a stop reason.
4100
ec8e2b6d
AB
41012019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4102
4103 * gdb.base/annota1.exp: Update expected results.
4104 * gdb.cp/annota2.exp: Likewise.
4105 * gdb.cp/annota3.exp: Likewise.
4106
09e4c4e1
AB
41072019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 * gdb.base/style-logging.exp: Remove path from test name.
4110
0735b091
TT
41112019-06-14 Tom Tromey <tromey@adacore.com>
4112
4113 PR gdb/24502:
4114 * gdb.base/style-logging.exp: New file.
4115
f5686554
TT
41162019-06-14 Tom Tromey <tromey@adacore.com>
4117
4118 * gdb.base/symfile-warn.exp: New file.
4119 * gdb.base/symfile-warn.c: New file.
4120
a0c1ffed
TT
41212019-06-14 Tom Tromey <tromey@adacore.com>
4122
4123 * gdb.base/annotate-symlink.exp: New file.
4124
f411722c
TT
41252019-06-14 Tom Tromey <tromey@adacore.com>
4126
4127 * gdb.ada/set_wstr.exp: Add reassignment test.
4128
4268ec18
TT
41292019-06-14 Tom Tromey <tromey@adacore.com>
4130
4131 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4132 'unchecked_access and 'unrestricted_access as well.
4133
9a9e394b
TT
41342019-06-14 Tom Tromey <tromey@adacore.com>
4135
4136 PR ada/24539:
4137 * gdb.ada/vla.exp: Update tests.
4138 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4139 pragma.
4140
4c048731
PA
41412019-06-13 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.base/settings.exp (test-integer): Test junk after
4144 "unlimited".
4145
6665660a
PA
41462019-06-13 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.base/options.exp (test-thread-apply): New.
4149 (top level): Call it.
4150
5d707134
PA
41512019-06-13 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.base/options.exp (test-frame-apply): New.
4154 (top level): Test print commands with different "frame apply"
4155 prefixes.
4156
e2a689da
PA
41572019-06-13 Pedro Alves <palves@redhat.com>
4158
e79be6e5 4159 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4160 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4161 'max_completions' parameter and handle it.
4162 (test_gdb_completion_offers_commands): New.
4163
90a1ef87
PA
41642019-06-13 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4167
d4c16835
PA
41682019-06-13 Pedro Alves <palves@redhat.com>
4169
4170 * gdb.base/options.exp (test-backtrace): New.
4171 (top level): Call it.
4172
2daf894e
PA
41732019-06-13 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.guile/scm-frame-args.exp: Use "set print
4176 raw-frame-arguments" instead of "set print raw frame-arguments".
4177 * gdb.python/py-frame-args.exp: Likewise.
4178
e6ed716c
PA
41792019-06-13 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.compile/compile.exp: Adjust expected output to option
4182 processing changes.
4183
7d8062de
PA
41842019-06-13 Pedro Alves <palves@redhat.com>
4185
4186 * gdb.base/options.exp: Build executable.
4187 (test-print): New procedure.
4188 (top level): Call it, once for "print" and another for "compile
4189 print".
4190
9d0faba9
PA
41912019-06-13 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.base/options.c: New file.
4194 * gdb.base/options.exp: New file.
4195
dee7b4c8
PA
41962019-06-13 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4199 that "o" is ambiguous.
4200
dca0f6c0
PA
42012019-06-13 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.base/settings.c: New file.
4204 * gdb.base/settings.exp: New file.
4205
ccf46844
PA
42062019-06-13 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.base/completion.exp: Fix comment typo.
4209
b9a3f842
PA
42102019-06-13 Pedro Alves <palves@redhat.com>
4211
4212 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4213 foo --1" test.
4214
d106773e
PA
42152019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4216
4217 * gdb.fortran/block-data.f: New.
4218 * gdb.fortran/block-data.exp: New.
4219
fea82da0
TV
42202019-06-11 Tom de Vries <tdevries@suse.de>
4221
4222 PR testsuite/24521
4223 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4224 message.
4225
8c2e74f1
TV
42262019-06-11 Tom de Vries <tdevries@suse.de>
4227
4228 PR testsuite/24521
4229 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4230
b49851c8
TV
42312019-06-11 Tom de Vries <tdevries@suse.de>
4232
4233 * boards/readnow.exp: New file.
4234
a7067863
AB
42352019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4236
4237 * gdb.fortran/vla-sizeof.exp: Update expected results.
4238
1a3da2cd
AB
42392019-06-06 Amos Bird <amosbird@gmail.com>
4240
4241 * gdb.base/annota1.exp (thread_switch): Add test for
4242 thread-exited annotation.
4243
3847a7bf
TT
42442019-06-06 Tom Tromey <tromey@adacore.com>
4245
4246 * gdb.base/maint.exp: Expect command started/finished output.
4247
0088ba59
AB
42482019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4249
4250 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4251 comment.
4252 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4253
312617a3
AB
42542019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4255
4256 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4257 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4258 * gdb.arch/riscv-unwind-long-insn.c: New file.
4259 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4260
e1f2e1a2
CB
42612019-06-04 Christian Biesinger <cbiesinger@google.com>
4262
d3238f7d 4263 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4264
206584bd
PW
42652019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4266
4267 * lib/gdb.exp (help_list_trailer): New regexp variable
4268 factorizing the help trailer message.
4269 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4270 arg to allow to better factorize various tests.
4271 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4272 (test_prefix_command_help): Use help_list_trailer.
4273 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4274 * gdb.guile/scm-cmd.exp: Likewise.
4275 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4276 * gdb.base/help.exp: Use test_user_defined_class_help.
4277 * gdb.base/style.exp: Add tests for styling of help and apropos.
4278 * lib/gdb-utils.exp (style): Add title and highlight styles.
4279
708dc93e
PW
42802019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4281
4282 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4283 $_shell_exitsignal.
4284 * gdb.base/default.exp: Update for new convenience variables.
4285
f49055a5
TT
42862019-05-29 Tom Tromey <tromey@adacore.com>
4287
4288 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4289 to "break complete ada" test case's regexp.
4290
4330d61d
TT
42912019-05-29 Tom Tromey <tromey@adacore.com>
4292
4293 PR c++/20020:
4294 * gdb.cp/constexpr-field.exp: New file.
4295 * gdb.cp/constexpr-field.cc: New file.
4296
000439d5
TT
42972019-05-29 Tom Tromey <tromey@adacore.com>
4298
4299 * gdb.base/finish.exp (finish_no_print): New proc.
4300 (finish_tests): Call it.
4301
5a01c34c
TV
43022019-05-24 Tom de Vries <tdevries@suse.de>
4303
4304 * gdb.dwarf2/gdb-add-index.exp: New file.
4305
18125b16
TT
43062019-05-22 Tom Tromey <tromey@adacore.com>
4307
4308 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4309 * gdb.base/style.exp: Use "style".
4310 * lib/gdb-utils.exp (style): New proc.
4311
af1a8d03
TV
43122019-05-22 Tom de Vries <tdevries@suse.de>
4313
4314 * gdb.base/align.exp: Require c++11.
4315
e7fe496b
TV
43162019-05-22 Tom de Vries <tdevries@suse.de>
4317
4318 PR testsuite/24586
4319 * gdb.python/py-mi-var-info-path-expression.exp: Call
4320 mi_skip_python_tests to check if python is supported.
4321
8fca4da0
AH
43222019-05-22 Alan Hayward <alan.hayward@arm.com>
4323
4324 * gdb.arch/aarch64-pauth.c: New test.
4325 * gdb.arch/aarch64-pauth.exp: New file.
4326
b7060614
AH
43272019-05-22 Alan Hayward <alan.hayward@arm.com>
4328
4329 * README (Re-running Tests Outside The Testsuite): New section.
4330
669d0468
TV
43312019-05-21 Tom de Vries <tdevries@suse.de>
4332
4333 * gdb.arch/amd64-eval.exp: Require c++11.
4334 * gdb.base/max-depth.exp: Same.
4335 * gdb.compile/compile-cplus-array-decay.exp: Same.
4336 * gdb.cp/meth-typedefs.exp: Same.
4337 * gdb.cp/subtypes.exp: Same.
4338 * gdb.cp/temargs.exp: Same.
4339
ce3ebcaa
AH
43402019-05-21 Alan Hayward <alan.hayward@arm.com>
4341
4342 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4343
34d11c68
AB
43442019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4345
4346 PR gdb/18644
4347 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4348 * gdb.fortran/printing-types.exp: Add new test.
4349 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4350 testing.
4351 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4352 setup_kfail call.
4353
87781e84
AH
43542019-05-17 Alan Hayward <alan.hayward@arm.com>
4355
4356 * README (Running the Testsuite): Change example.
4357 (Testsuite Parameters): Remove TRANSCRIPT.
4358 * lib/gdb.exp: Remove TRANSCRIPT check.
4359
b420b89e
AH
43602019-05-17 Alan Hayward <alan.hayward@arm.com>
4361
4362 * README (Testsuite Parameters): Add replay logging to
4363 GDBSERVER_DEBUG.
4364 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4365 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4366 as a comma separated list.
4367 (gdb_debug_init): Override procedure.
4368
408e9b8b
AH
43692019-05-17 Alan Hayward <alan.hayward@arm.com>
4370
4371 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4372 (gdb_write_cmd_file): New procedure.
4373 * lib/gdbserver-support.exp (gdbserver_start): Call
4374 gdbserver_write_cmd_file.
4375 (gdbserver_write_cmd_file): New procedure.
4376
f9e2e39d
AH
43772019-05-17 Alan Hayward <alan.hayward@arm.com>
4378
4379 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4380 (delete_breakpoints): Likewise.
4381 (gdb_run_cmd): Likewise.
4382 (gdb_start_cmd): Likewise.
4383 (gdb_starti_cmd): Likewise.
4384 (gdb_internal_error_resync): Likewise.
4385 (gdb_test_multiple): Likewise.
4386 (gdb_reinitialize_dir): Likewise.
4387 (default_gdb_exit): Likewise.
4388 (gdb_file_cmd): Mark kill as optional.
4389 (default_gdb_start): Call gdb_stdin_log_init.
4390 (send_gdb): Call gdb_stdin_log_write.
4391 (rerun_to_main): Mark Y as an answer.
4392 (gdb_stdin_log_init): New function.
4393 (gdb_stdin_log_write): Likewise.
4394
81f47ac2
AH
43952019-05-17 Alan Hayward <alan.hayward@arm.com>
4396
4397 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4398 * gdb.base/debug-expr.exp: Likewise.
4399 * gdb.base/foll-fork.exp: Likewise.
4400 * gdb.base/foll-vfork.exp: Likewise.
4401 * gdb.base/fork-print-inferior-events.exp: Likewise.
4402 * gdb.base/gdb-sigterm.exp: Likewise.
4403 * gdb.base/gdbinit-history.exp: Likewise.
4404 * gdb.base/osabi.exp: Likewise.
4405 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4406 * gdb.base/ui-redirect.exp: Likewise.
4407 * gdb.gdb/unittest.exp: Likewise.
4408 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4409 * gdb.mi/mi-watch.exp: Likewise.
4410 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4411 * gdb.mi/user-selected-context-sync.exp: Likewise.
4412 * gdb.python/python.exp: Disable debug test when debugging.
4413 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4414 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4415 Likewise.
4416 * gdb.threads/stepi-random-signal.exp: Likewise.
4417
29b52314
AH
44182019-05-17 Alan Hayward <alan.hayward@arm.com>
4419
4420 * Makefile.in: Pass through GDB_DEBUG.
4421 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4422 (gdb,debug): Add board setting.
4423 * lib/gdb.exp (default_gdb_start): Start debugging.
4424 (gdb_debug_enabled): New procedure.
4425 (gdb_debug_init): Likewise.
29b52314
AH
4426
44272019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4428
29b52314
AH
4429 * Makefile.in: Pass through GDB_DEBUG.
4430 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4431 (gdb,debug): Add board setting.
4432 * lib/gdb.exp (default_gdb_start): Start debugging.
4433 (gdb_debug_enabled): New procedure.
4434 (gdb_debug_init): Likewise.
29b52314 4435
ca1285d1
AH
44362019-05-17 Alan Hayward <alan.hayward@arm.com>
4437
4438 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4439
f3a09c80
AH
44402019-05-17 Alan Hayward <alan.hayward@arm.com>
4441
4442 * gdb.base/ui-redirect.exp: Test redirection.
4443
26648588
JV
44442019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4445
4446 * gdb.mi/mi-complete.exp: New file.
4447 * gdb.mi/mi-complete.cc: Likewise.
4448
14237686
AB
44492019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4450
4451 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4452 indexed and sliced arrays, and pointers to arrays.
4453
e7bd7fba
TT
44542019-05-14 Tom Tromey <tromey@adacore.com>
4455
4456 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4457 styling test.
4458
2764128d
TV
44592019-05-14 Tom de Vries <tdevries@suse.de>
4460
4461 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4462 selection entry encoding.
4463
71bed2db
TT
44642019-05-10 Tom Tromey <tromey@adacore.com>
4465
4466 * gdb.ada/info_exc.exp: Add "complete" test.
4467
63b667ad
TV
44682019-05-09 Tom de Vries <tdevries@suse.de>
4469
4470 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4471 CU-relative.
4472
9cfd2b89
TV
44732019-05-09 Tom de Vries <tdevries@suse.de>
4474
4475 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4476 CU-relative.
4477
2228ef77
XR
44782019-05-08 Joel Brobecker <brobecker@adacore.com>
4479
4480 * gdb.ada/frame_arg_lang.exp: New testcase.
4481 * gdb.ada/frame_arg_lang/bla.adb: New file.
4482 * gdb.ada/frame_arg_lang/pck.ads: New file.
4483 * gdb.ada/frame_arg_lang/pck.adb: New file.
4484 * gdb.ada/frame_arg_lang/foo.c: New file.
4485
80e55b13
TT
44862019-05-08 Tom Tromey <tromey@adacore.com>
4487
4488 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4489
9d3421af
TT
44902019-05-08 Tom Tromey <tromey@adacore.com>
4491
4492 * gdb.base/ptype-offsets.exp: Update tests.
4493
844333e2
TT
44942019-05-08 Tom Tromey <tromey@adacore.com>
4495
4496 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4497 cases.
4498 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4499 "short".
4500
988915ee
TT
45012019-05-08 Tom Tromey <tromey@adacore.com>
4502
4503 * gdb.ada/vla.exp: New file.
4504 * gdb.ada/vla/vla.adb: New file.
4505
7bd55dac
TV
45062019-05-07 Tom de Vries <tdevries@suse.de>
4507
4508 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4509
75f06e9d
TV
45102019-05-07 Tom de Vries <tdevries@suse.de>
4511
4512 PR testsuite/24522
4513 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4514 section.
4515
77e7aaa4
TV
45162019-05-07 Tom de Vries <tdevries@suse.de>
4517
4518 PR testsuite/24522
4519 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4520 .debug_aranges section.
4521
456ba0fa
TV
45222019-05-07 Tom de Vries <tdevries@suse.de>
4523
4524 PR testsuite/24159
4525 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4526
5a56d6a6
TV
45272019-05-06 Tom de Vries <tdevries@suse.de>
4528
4529 * lib/gdb.exp (exec_has_index_section): New proc.
4530 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4531 section.
4532
9d6d4be8
TV
45332019-05-04 Tom de Vries <tdevries@suse.de>
4534
4535 * boards/cc-with-debug-names.exp: New file.
4536
222a8d25
TT
45372019-05-03 Tom Tromey <tromey@adacore.com>
4538
4539 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4540 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4541 * gdb.ada/char_enum.exp: Add test.
4542
0fdfd794
TV
45432019-05-03 Tom de Vries <tdevries@suse.de>
4544
4545 * boards/cc-with-gdb-index.exp: New file.
4546
80062eb9
AB
45472019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * gdb.rust/simple.exp: Add new test case.
4550 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4551 (main): Initialise an instance of the new struct.
4552
4504bbde
TT
45532019-05-01 Tom Tromey <tromey@adacore.com>
4554
4555 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4556 record.
4557 (NPR): New variable.
4558 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4559 test.
4560
d48e62f4
TT
45612019-05-01 Tom Tromey <tromey@adacore.com>
4562
4563 * gdb.ada/packed_array_assign.exp: Add packed assignment
4564 regression test.
4565
f59f30f5
TV
45662019-05-01 Tom de Vries <tdevries@suse.de>
4567
4568 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4569
b70bfc54
TV
45702019-05-01 Tom de Vries <tdevries@suse.de>
4571
4572 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4573
15f18d14
AT
45742019-04-30 Ali Tamur <tamur@google.com>
4575
4576 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4577
2ff0a947
TT
45782019-04-30 Tom Tromey <tromey@adacore.com>
4579
4580 * lib/ada.exp (find_ada_tool): New proc.
4581 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4582 * gdb.ada/catch_ex_std.exp: New file.
4583 * gdb.ada/catch_ex_std/foo.adb: New file.
4584 * gdb.ada/catch_ex_std/some_package.adb: New file.
4585 * gdb.ada/catch_ex_std/some_package.ads: New file.
4586
a776957c
TT
45872019-04-30 Tom Tromey <tromey@adacore.com>
4588
4589 PR c++/24470:
4590 * gdb.cp/temargs.cc: Add test code from PR.
4591
bc68014d
AB
45922019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4593
4594 * gdb.fortran/vla-datatypes.exp: Update expected results.
4595 * gdb.fortran/vla-ptype.exp: Likewise.
4596 * gdb.fortran/vla-type.exp: Likewise.
4597 * gdb.fortran/vla-value.exp: Likewise.
4598
f1fdc960
AB
45992019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4600
4601 * gdb.fortran/ptr-indentation.exp: Update expected results.
4602 * gdb.fortran/ptype-on-functions.exp: Likewise.
4603 * gdb.fortran/vla-ptr-info.exp: Likewise.
4604 * gdb.fortran/vla-value.exp: Likewise.
4605
bf7a4de1
AB
46062019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4607
4608 * gdb.fortran/ptype-on-functions.exp: New file.
4609 * gdb.fortran/ptype-on-functions.f90: New file.
4610
bbe75b9d
AB
46112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4612
4613 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4614 case void string.
4615
1db455a7
AB
46162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4617
4618 * gdb.fortran/complex.exp: Expand.
4619 * gdb.fortran/complex.f: Renamed to...
4620 * gdb.fortran/complex.f90: ...this, and extended to add more
4621 complex values.
4622
b6d03bb2
AB
46232019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4624
4625 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4626 MODULO, CMPLX.
4627
2e62ab40
AB
46282019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4629 Richard Bunt <richard.bunt@arm.com>
4630
4631 * gdb.base/max-depth.c: New file.
4632 * gdb.base/max-depth.exp: New file.
4633 * gdb.python/py-nested-maps.c: New file.
4634 * gdb.python/py-nested-maps.exp: New file.
4635 * gdb.python/py-nested-maps.py: New file.
4636 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4637 (test_all_common): Call test_max_depth.
4638 * gdb.fortran/max-depth.exp: New file.
4639 * gdb.fortran/max-depth.f90: New file.
4640 * gdb.go/max-depth.exp: New file.
4641 * gdb.go/max-depth.go: New file.
4642 * gdb.modula2/max-depth.exp: New file.
4643 * gdb.modula2/max-depth.c: New file.
4644 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4645
d2b584a5
TV
46462019-04-29 Tom de Vries <tdevries@suse.de>
4647
4648 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4649
136afab8
PW
46502019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4651
4652 * gdb.base/callexit.exp: Test may-call-functions off.
4653
725cbb63
KS
46542019-04-25 Keith Seitz <keiths@redhat.com>
4655
4656 PR c++/24367
4657 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4658 (another_incomplete_struct, test_incomplete): New definitions.
4659 (main): Use new definitions.
4660 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4661 functions.
4662
701adfb0
PA
46632019-04-25 Ali Tamur <tamur@google.com>
4664
4665 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4666
82433e3e
SDJ
46672019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4668
4669 PR corefiles/11608
4670 PR corefiles/18187
4671 * gdb.base/coredump-filter-build-id.exp: New file.
4672
dd06d4d6
AH
46732019-04-25 Alan Hayward <alan.hayward@arm.com>
4674
e79be6e5
SM
4675 * Makefile.in: Pass through GDBSERVER_DEBUG.
4676 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4677 (gdbserver,debug): Add board setting.
4678 * gdb.trace/tspeed.exp: Skip when debugging.
4679 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4680 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4681
1670072e
TT
46822019-04-24 Tom Tromey <tromey@adacore.com>
4683
4684 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4685 Rust.
4686
a59240a4
TT
46872019-04-24 Tom Tromey <tromey@adacore.com>
4688
4689 * gdb.arch/amd64-eval.exp: Test bitfield return.
4690 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4691 (class Foo) <return_bitfields>: New method.
4692 (main): Call it.
4693
b907456c
AB
46942019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4695
4696 * gdb.cp/many-args.cc: New file.
4697 * gdb.cp/many-args.exp: New file.
4698
5c565afd
TV
46992019-04-23 Tom de Vries <tdevries@suse.de>
4700
4701 PR gdb/24433
4702 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4703
ba22ff86
AH
47042019-04-23 Alan Hayward <alan.hayward@arm.com>
4705
4706 * gdb.trace/backtrace.exp: Use nopie flag.
4707 * gdb.trace/circ.exp: Likewise.
4708 * gdb.trace/collection.exp: Likewise.
4709 * gdb.trace/ftrace.exp: Likewise.
4710 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4711 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4712 * gdb.trace/qtro.exp: Likewise.
4713 * gdb.trace/read-memory.exp: Likewise.
4714 * gdb.trace/report.exp: Likewise.
4715 * gdb.trace/tfile.exp: Likewise.
4716 * gdb.trace/tfind.exp: Likewise.
4717 * gdb.trace/unavailable.exp: Likewise.
4718
7905fc35
PA
47192019-04-22 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.base/solib-probes-nosharedlibrary.c,
4722 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4723
8ecb59f8
TT
47242019-04-19 Tom Tromey <tromey@adacore.com>
4725
4726 * gdb.ada/ptype_union.c: New file.
4727 * gdb.ada/ptype_union.exp: New file.
4728
62160ec9
TT
47292019-04-19 Tom Tromey <tromey@adacore.com>
4730
4731 PR symtab/24423:
4732 * gdb.base/list0.h (foo): Add a control-l character.
4733
36cd4ba5
TV
47342019-04-18 Tom de Vries <tdevries@suse.de>
4735
4736 PR gdb/24433
4737 * boards/local-board.exp: Set sysroot to "".
4738
b73715df
TV
47392019-04-18 Tom de Vries <tdevries@suse.de>
4740 Pedro Alves <palves@redhat.com>
4741
4742 PR gdb/24454
4743 * gdb.threads/vfork-follow-child-exec.c: New file.
4744 * gdb.threads/vfork-follow-child-exec.exp: New file.
4745 * gdb.threads/vfork-follow-child-exit.c: New file.
4746 * gdb.threads/vfork-follow-child-exit.exp: New file.
4747
4aa866af
LS
47482019-04-15 Leszek Swirski <leszeks@google.com>
4749
4750 * gdb.arch/amd64-eval.cc: New file.
4751 * gdb.arch/amd64-eval.exp: New file.
4752
e5a1a79a
AH
47532019-04-11 Alan Hayward <alan.hayward@arm.com>
4754
4755 * gdb.server/sysroot.c: New test.
4756 * gdb.server/sysroot.exp: New file.
4757 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4758 matching param.
4759
41077b66
AB
47602019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4761
4762 * gdb.base/align.exp: Extend test to cover structures containing
4763 only static fields.
4764
c30391f8
TV
47652019-04-11 Tom de Vries <tdevries@suse.de>
4766
4767 * boards/cc-with-dwz-m.exp: New file.
4768 * boards/cc-with-dwz.exp: New file.
4769 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4770
e242fd12
SM
47712019-04-09 Simon Marchi <simon.marchi@efficios.com>
4772
4773 * gdb.base/start-cpp.exp: New file.
4774 * gdb.base/start-cpp.cc: New file.
4775
2b0c8b01
KB
47762019-04-08 Kevin Buettner <kevinb@redhat.com>
4777
4778 * gdb.python/py-thrhandle.exp: Adjust tests to call
4779 thread_from_handle instead of thread_from_thread_handle.
4780
947210e5
KB
47812019-04-08 Kevin Buettner <kevinb@redhat.com>
4782
4783 * gdb.python/py-thrhandle.exp: Add tests for
4784 gdb.InferiorThread.handle.
4785
d7df6549
AB
47862019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4787
4788 * gdb.python/py-function.exp: Check calling helper function from
4789 all languages.
4790 * lib/gdb.exp (gdb_supported_languages): New proc.
4791
8bdc1658
AB
47922019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4793
4794 * gdb.base/complex-parts.c: New file.
4795 * gdb.base/complex-parts.exp: New file.
4796
05caa1d2
TT
47972019-04-01 Tom Tromey <tromey@adacore.com>
4798
4799 PR symtab/23331:
4800 * gdb.dwarf2/dw2-ranges-main.c: New file.
4801 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4802 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4803
7734102d
EZ
48042019-03-30 Simon Marchi <simark@simark.ca>
4805
4806 * gdb.base/default.exp: Add values for $_gdb_major and
4807 $_gdb_minor.
4808
188e1fa9
TT
48092019-03-29 Tom Tromey <tromey@adacore.com>
4810
4811 * gdb.base/help.exp: Tighten apropos regexp.
4812
2880242d
KS
48132019-03-29 Keith Seitz <keiths@redhat.com>
4814
4815 * gdb.fortran/array-bounds.exp: New file.
4816 * gdb.fortran/array-bounds.f90: New file.
4817
077cad8e
PW
48182019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4819
4820 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4821
80047cfc
PW
48222019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4823
4824 * gdb.multi/hello.c (main): Increase alarm timer.
4825
f489207e
SL
48262019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4827
4828 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4829 factor when no hardware watchpoint support.
4830
c92df149
AH
48312019-03-28 Alan Hayward <alan.hayward@arm.com>
4832 Pedro Alves <palves@redhat.com>
4833
4834 * boards/local-board.exp: set sysroot to /.
4835
933aebfa
AH
48362019-03-27 Alan Hayward <alan.hayward@arm.com>
4837
4838 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4839 in child.
4840
9f9aa852
AB
48412019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4842
4843 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4844 field.
4845 (make_container): Initialise new field.
4846 * gdb.python/py-prettyprint.exp: Add new tests.
4847 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4848 <display_hint>: New method.
4849
3714a195
AB
48502019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4851
4852 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4853 gdb_continue_to_breakpoint more throughout this test.
4854 (run_lang_tests) Supply unique test names, and use
4855 gdb_test_no_output.
4856
18c77628
AB
48572019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4858
4859 * gdb.base/finish-pretty.exp: Update expected results.
4860 * gdb.base/pretty-print.c: New file.
4861 * gdb.base/pretty-print.exp: New file.
4862
9a93502f
PA
48632019-03-25 Pedro Alves <palves@redhat.com>
4864
4865 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4866 move comments outside list. Append '-i "" eof' section.
4867
968aa7ae
AH
48682019-03-22 Alan Hayward <alan.hayward@arm.com>
4869
34a7f2a4 4870 PR testsuite/25016
968aa7ae
AH
4871 * README: Add pie options.
4872 * gdb.base/break-interp.exp: Ensure pie is disabled.
4873 * gdb.base/dump.exp: Likewise.
4874 * lib/gdb.exp (gdb_compile): Add pie option.
4875
4c7d57e7
TT
48762019-03-19 Tom Tromey <tromey@adacore.com>
4877
4878 * gdb.mi/mi2-cli-display.c: New file.
4879 * gdb.mi/mi2-cli-display.exp: New file.
4880
bff8c71f
TT
48812019-03-18 Joel Brobecker <brobecker@adacore.com>
4882 Tom Tromey <tromey@adacore.com>
4883
4884 * gdb.ada/ptype_array/pck.adb: New file.
4885 * gdb.ada/ptype_array/pck.ads: New file.
4886 * gdb.ada/ptype_array/foo.adb: New file.
4887 * gdb.ada/ptype_array.exp: New file.
4888
d085f989
TT
48892019-03-14 Tom Tromey <tromey@adacore.com>
4890
4891 * gdb.base/style.exp: Add "set style sources" test.
4892
b4be1b06
SM
48932019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4894
4895 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4896 * mi-breakpoint-multiple-locations.exp: ... this.
4897 (make_breakpoints_pattern): New proc.
4898 (do_test): Add mi_version parameter, test -break-insert,
4899 -break-info and =breakpoint-created.
4900
7cde5fc2
AB
49012019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4902
4903 * config/default.exp: Remove 'load_lib gdb.exp'.
4904 * config/monitor.exp: Likewise.
4905 * config/sid.exp: Likewise.
4906 * config/sim.exp: Likewise.
4907 * config/slite.exp: Likewise.
4908 * config/unix.exp: Likewise.
4909 * gdb.base/default.exp: Remove unhelpful comment.
4910
efbecbc1
AB
49112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4914
0841c79a
AB
49152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4916
4917 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4918
4a270568
AB
49192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4920
4921 * gdb.fortran/type-kinds.exp: Update expected results.
4922
067630bd
AB
49232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4924
4925 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4926
3be47f7a
AB
49272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4928
4929 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4930 function.
4931 (test_basic_parsing_of_type_kinds): Expand types tested.
4932 (test_parsing_invalid_type_kinds): New function.
4933
4d00f5d8
AB
49342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4935
4936 * gdb.fortran/intrinsics.exp: New file.
4937 * gdb.fortran/intrinsics.f90: New file.
4938 * gdb.fortran/type-kinds.exp: New file.
4939
c8f91604
AB
49402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4941
4942 * gdb.fortran/dot-ops.exp: New file.
4943
dd9f2c76
AB
49442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4945
4946 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4947 Check upper and lower case logical literals.
4948
84ec9724
AB
49492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4950
4951 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4952 Remove duplicate tests.
4953
c3734e09
AH
49542019-03-06 Alan Hayward <alan.hayward@arm.com>
4955
4956 * lib/gdb.exp (builtin_cd): rename of cd.
4957 (cd): Override builtin.
4958
aa3cfbda
RB
49592019-03-06 Richard Bunt <richard.bunt@arm.com>
4960
4961 * gdb.fortran/function-calls.exp: New file.
4962 * gdb.fortran/function-calls.f90: New test.
4963
7b63ad86
RB
49642019-03-04 Richard Bunt <richard.bunt@arm.com>
4965
4966 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4967 on user program standard output.
4968 * gdb.fortran/short-circuit-argument-list.f90: Record function
4969 calls.
4970
01abb042
AH
49712019-02-28 Alan Hayward <alan.hayward@arm.com>
4972
c3734e09
AH
4973 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4974 failure.
01abb042 4975
92137da0
RO
49762019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4977
4978 PR gdb/8527
4979 * gdb.base/interrupt-daemon-attach.c,
4980 gdb.base/interrupt-daemon-attach.exp: New test.
4981
5862844d
PA
49822019-02-27 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.base/page.exp: Add tests for "set width/height -1".
4985
8ed25214
PA
49862019-02-27 Pedro Alves <palves@redhat.com>
4987
4988 * gdb.base/page.exp: Add tests for "set/show width/height" with
4989 "infinite" values.
4990
6c28e44a
TT
49912019-02-27 Tom Tromey <tromey@adacore.com>
4992
4993 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4994 2.4.
4995 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4996 workaround.
4997
bf9a735e
AB
49982019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4999
5000 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5001 tests for structs with static members.
5002
8791793c
TT
50032019-02-26 Tom Tromey <tromey@adacore.com>
5004
5005 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5006 ValueError, not TypeError.
5007
bc2a507e
KB
50082019-02-26 Kevin Buettner <kevinb@redhat.com>
5009
5010 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5011 call from main program.
5012
e0e7d3bd
JB
50132019-02-23 Joel Brobecker <brobecker@adacore.com>
5014
5015 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5016 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5017 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5018 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5019 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5020
9600246d
KS
50212019-02-22 Keith Seitz <keiths@redhat.com>
5022
5023 PR symtab/23853
5024 * gdb.base/symlink-sourcefile.c: New file.
5025 * gdb.base/symlink-sourcefile.exp: New file.
5026
0c95f9ed
TT
50272019-02-20 Tom Tromey <tom@tromey.com>
5028
5029 * gdb.base/info_qt.exp: Update.
5030
6caa91b6
SM
50312019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5032
5033 * gdb.base/source.exp: Move "error in sourced script" code to
5034 the end.
5035 * gdb.base/source-error.gdb: Move contents to
5036 source-error-1.gdb. Add new code to source source-error-1.gdb.
5037 * gdb.base/source-error-1.gdb: New file, from previous
5038 source-error.gdb.
5039
6506371f
TT
50402019-02-17 Tom Tromey <tom@tromey.com>
5041
5042 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5043 for macro styling.
5044 * gdb.base/style.c (SOME_MACRO): New macro.
5045
a0087920
TT
50462019-02-17 Tom Tromey <tom@tromey.com>
5047
5048 * gdb.base/style.exp: Add line-wrapping tests.
5049 * gdb.base/page.exp: Add test for quitting during pagination.
5050
a2cd4f14
JB
50512019-02-17 Joel Brobecker <brobecker@adacore.com>
5052
5053 * gdb.ada/big_packed_array: New testcase.
5054 * gdb.ada/homonym.exp: Fix incorrect expected output for
5055 "break <homonym__get_value>" test.
5056
9d70ffbc
WP
50572019-02-13 Weimin Pan <weimin.pan@oracle.com>
5058
5059 PR breakpoints/21870
5060 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5061 and prepare_for_testing. Add comment.
5062 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5063 redundant cleanup call. Clean up comment.
5064
01c7ae81
WP
50652019-02-12 Weimin Pan <weimin.pan@oracle.com>
5066
5067 PR breakpoints/21870
5068 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5069 * gdb.arch/aarch64-dbreg-contents.c: New file.
5070
aff29d1c
JB
50712019-02-10 Joel Brobecker <brobecker@adacore.com>
5072
5073 * gdb.ada/mi_ref_changeable: New testcase.
5074
df0da8a2
AH
50752019-02-07 Alan Hayward <alan.hayward@arm.com>
5076
5077 * gdb.base/attach.exp: Add double attach test.
5078
bd447abb
SM
50792019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5080
5081 * lib/gdb.exp (default_gdb_start): Don't match pagination
5082 prompt.
5083 (gdb_init): Set stty_init.
5084
1dbc40b9
TT
50852019-01-27 Tom Tromey <tom@tromey.com>
5086
5087 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5088 skip_python_tests.
5089
353229bf
AH
50902019-01-24 Alan Hayward <alan.hayward@arm.com>
5091
5092 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5093 New structure.
5094 (struct struct_static_02_02): Likewise.
5095 (struct struct_static_02_03): Likewise.
5096 (struct struct_static_02_04): Likewise.
5097 (struct struct_static_04_01): Likewise.
5098 (struct struct_static_04_02): Likewise.
5099 (struct struct_static_04_03): Likewise.
5100 (struct struct_static_04_04): Likewise.
5101 (struct struct_static_06_01): Likewise.
5102 (struct struct_static_06_02): Likewise.
5103 (struct struct_static_06_03): Likewise.
5104 (struct struct_static_06_04): Likewise.
5105 (cmp_struct_static_02_01): Likewise.
5106 (cmp_struct_static_02_02): Likewise.
5107 (cmp_struct_static_02_03): Likewise.
5108 (cmp_struct_static_02_04): Likewise.
5109 (cmp_struct_static_04_01): Likewise.
5110 (cmp_struct_static_04_02): Likewise.
5111 (cmp_struct_static_04_03): Likewise.
5112 (cmp_struct_static_04_04): Likewise.
5113 (cmp_struct_static_06_01): Likewise.
5114 (cmp_struct_static_06_02): Likewise.
5115 (cmp_struct_static_06_03): Likewise.
5116 (cmp_struct_static_06_04): Likewise.
5117 (call_all): Test new structs.
5118 * gdb.base/infcall-nested-structs.exp: Likewise.
5119
73021deb
AH
51202019-01-21 Alan Hayward <alan.hayward@arm.com>
5121 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5122
fc65c7db
AH
51232019-01-21 Alan Hayward <alan.hayward@arm.com>
5124 * gdb.base/stack-protector.c: New test.
5125 * gdb.base/stack-protector.exp: New file.
5126 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5127 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5128 option.
5129 (gdb_compile): Remove stack protector for GCC and prevent
5130 recursion.
5131
c24bdb02
KS
51322019-01-16 Keith Seitz <keiths@redhat.com>
5133
5134 PR gdb/23773
5135 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5136
6f072a10
PFC
51372019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5138
5139 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5140 aliases.
5141 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5142 tests.
5143 * gdb.arch/powerpc-vector-regs.c: New file.
5144 * gdb.arch/powerpc-vector-regs.exp: New file.
5145
a7b8d682
PFC
51462019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5147
5148 * gdb.arch/altivec-regs.exp: Fix the list passed to
5149 gdb_expect_list when testing "info vector".
5150
6eb6fb67
AB
51512019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5152
5153 * gdb.base/style.exp: Don't include path in testname.
5154
b56f80d8
KS
51552019-01-10 Keith Seitz <keiths@redhat.com>
5156
5157 PR gdb/23712
5158 PR symtab/23010
5159 * gdb.dwarf2/multidictionary.exp: New file.
5160
041be526
SM
51612019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5162
5163 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5164 (test_gnuv3_style_demangling): ... this.
5165 (test_lucid_style_demangling): Remove.
5166 (test_arm_style_demangling): Remove.
5167 (test_hp_style_demangling): Remove.
5168 (do_tests): Remove calls to the above.
5169
d820d0c3
AB
51702019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5171
5172 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5173 case.
5174
f097f5ad
TT
51752019-01-06 Tom Tromey <tom@tromey.com>
5176
5177 PR gdb/28155:
5178 * gdb.dwarf2/typedef-void-finish.exp: New file.
5179
2cd8cc0b
TT
51802018-12-28 Tom Tromey <tom@tromey.com>
5181 Simon Marchi <simark@simark.ca>
5182
5183 * gdb.base/jit-exec.exp: New file.
5184 * gdb.base/jit-exec.c: New file.
5185 * gdb.base/jit-execd.c: New file.
5186
35fb8261
TT
51872018-12-28 Tom Tromey <tom@tromey.com>
5188
5189 * gdb.base/style.exp: Update test to check for address styling.
5190
47fd17cd
TT
51912018-12-28 Tom Tromey <tom@tromey.com>
5192
5193 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5194 message.
5195
d47032b7
TT
51962018-12-28 Tom Tromey <tom@tromey.com>
5197
5198 * gdb.base/style.exp: Add test for version number styling.
5199
af79b68d
TT
52002018-12-28 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.base/style.exp: Add test for print_address_symbolic.
5203
0bb296cb
TT
52042018-12-28 Tom Tromey <tom@tromey.com>
5205
5206 * gdb.base/style.exp: Add test for breakpoint setting.
5207
80ae2043
TT
52082018-12-28 Tom Tromey <tom@tromey.com>
5209
5210 * gdb.base/style.exp: Add test for variable names.
5211
cbe56571
TT
52122018-12-28 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.base/style.exp: New file.
5215 * gdb.base/style.c: New file.
5216
9162a27c
TT
52172018-12-28 Tom Tromey <tom@tromey.com>
5218
5219 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5220 "dumb".
5221 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5222 the TERM environment variable.
5223
bc543c90
TT
52242018-12-27 Tom Tromey <tom@tromey.com>
5225
5226 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5227 pagination test.
5228
6f0ffe50
AB
52292018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5230
5231 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5232 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5233
b5a1e557
PW
52342018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5235
5236 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5237 Filename a.adb changed to bp_fun_addr.adb.
5238 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5239
6e8b1ab2
JV
52402018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5241
5242 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5243 non-PIE executables.
5244 * README: Mention the gdb,nopie_flag board setting.
5245 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5246 non-PIE executable.
5247 * gdb.arch/amd64-entry-value.exp: Likewise.
5248 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5249 * gdb.arch/i386-float.exp: Likewise.
5250 * gdb.arch/i386-signal.exp: Likewise.
5251 * gdb.mi/mi-reg-undefined.exp: Likewise.
5252
d00a27c5
PM
52532018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5254
5255 PR gdb/23974
5256 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5257
161d081c
PW
52582018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5259
5260 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5261 Update order of results accordingly.
5262
b001de23
AB
52632018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5264
5265 * gdb.base/annota1.exp: Update a test regexp.
5266
99e1a184
AB
52672018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5268
5269 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5270
7a81c1e2
PW
52712018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5272
5273 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5274 (reuse_time): Initialize to REUSE_TIME_CAP.
5275 (check_rc): New function.
5276 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5277 Check pthread_create rc.
5278 (spawner_thread_func): Check pthread_create and pthread_join rc.
5279
73e8dc90
PA
52802018-12-08 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.base/list.exp (test_forward_search): Rename to ...
5283 (test_forward_reverse_search): ... this. Also test reverse-search
5284 and the forward-search alias.
5285
13f2ed32
AB
52862018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5287
5288 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5289 local timeout variable before return, and remove all local timeout
5290 variable entirely.
5291 (gdb_load): Likewise.
5292
64d27cfc
TV
52932018-12-01 Tom de Vries <tdevries@suse.de>
5294
5295 * gdb.base/gdb-caching-proc.exp: New file.
5296
f63c03b4
SDJ
52972018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5298
5299 * Makefile.in (TIMESTAMP): New variable.
5300 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5301 command.
5302 (check-single-racy): Likewise.
5303 (check/%.exp): Likewise.
5304 (check-racy/%.exp): Likewise.
5305 (workers/%.worker): Likewise.
5306 (build-perf): Likewise.
5307 (check-perf): Likewise.
5308 * README: Describe new "TS" and "TS_FORMAT" variables.
5309 * print-ts.py: New file.
5310
1c97054b
BF
53112018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5312
5313 PR python/23714
5314 * gdb.python/python.exp: Test command repetition after
5315 gdb.execute.
5316
1871a62d
AB
53172018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5318
5319 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5320 is correctly aligned.
5321
fb5e1ed9
PW
53222018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5323
5324 * gdb.ada/info_auto_lang.exp: New testcase.
5325 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5326 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5327 * gdb.ada/info_auto_lang/some_c.c: New file.
5328
43d397ca
PW
53292018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5330
5331 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5332 FUNC_lang language syntax.
5333
beddd671
PW
53342018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5335
5336 * gdb.base/info_minsym.c: New file.
5337 * gdb.base/info_minsym.exp: New file.
5338
73fc52c4
TT
53392018-11-19 Tom Tromey <tom@tromey.com>
5340
5341 PR rust/23625:
5342 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5343 * gdb.rust/expr.exp: Update expected output. Change one test.
5344
994b876a
TT
53452018-11-19 Tom Tromey <tom@tromey.com>
5346
5347 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5348
6769f276
PA
53492018-11-19 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5352 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5353 see the expected warning.
5354
38a72da0
AH
53552018-11-16 Alan Hayward <alan.hayward@arm.com>
5356
5357 PR gdb/22736:
5358 * gdb.cp/infcall-nodebug-lib.c: New test.
5359 * gdb.cp/infcall-nodebug-main.c: New test.
5360 * gdb.cp/infcall-nodebug.exp: New file.
5361
53a89d6e
SM
53622018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5363
5364 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5365 completer tests.
5366
9325300d
TV
53672018-11-09 Tom de Vries <tdevries@suse.de>
5368
5369 * gdb.base/msym-lang.c: New test.
5370 * gdb.base/msym-lang.exp: New file.
5371 * gdb.base/msym-lang-main.c: New test.
5372
20f0d60d
TT
53732018-11-08 Tom Tromey <tom@tromey.com>
5374
5375 PR gdb/23555:
5376 PR gdb/23838:
5377 * gdb.base/warning.exp: New file.
5378
b5420128
JB
53792018-11-08 Jan Beulich <jbeulich@suse.com>
5380
5381 * testsuite/gdb.arch/i386-avx512.c,
5382 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5383
cd115d61
AB
53842018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5385
5386 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5387 point hardware.
5388
35ee2dc2
AB
53892018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5390
5391 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5392 * gdb.dwarf2/missing-type-name.exp: New file.
5393
31aceee8
TV
53942018-11-06 Tom de Vries <tdevries@suse.de>
5395
5396 * gdb.base/many-headers.c: New test.
5397 * gdb.base/many-headers.exp: New file.
5398
109be305
JW
53992018-11-06 Jim Wilson <jimw@sifive.com>
5400
5401 * gdb.base/code_elim.exp: For riscv, set additional_flags
5402 to include -msmall-data-limit=0.
5403
e2b7af72
JB
54042018-11-01 Joel Brobecker <brobecker@adacore.com>
5405
5406 * gdb.ada/watch_minus_l: New testcase.
5407
cdcda965
SM
54082018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5409
5410 * gdb.arch/aix-sighandle.c: New file.
5411 * gdb.arch/aix-sighandle.exp: New file.
5412
92dcebf3
AB
54132018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5414
5415 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5416 registers being unions.
5417
68b9ac18
TV
54182018-10-31 Tom de Vries <tdevries@suse.de>
5419
5420 * lib/valgrind.exp: New file.
5421 (vgdb_start, vgdb_stop): New procs, factored out of ...
5422 * gdb.base/valgrind-bt.exp: ... here, ...
5423 * gdb.base/valgrind-disp-step.exp: ... here and ...
5424 * gdb.base/valgrind-infcall.exp: ... here.
5425
1443936e
TV
54262018-10-31 Tom de Vries <tdevries@suse.de>
5427
5428 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5429
eb77c9df
AB
54302018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5431
5432 * gdb.dwarf2/void-type.c: New file.
5433 * gdb.dwarf2/void-type.exp: New file.
5434
82b5e646
PW
54352018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5436
5437 * gdb.base/info_qt.c: New file.
5438 * gdb.base/info_qt.exp: New file.
5439
8d619c01
EBM
54402018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5441
5442 * gdb.arch/powerpc-htm-regs.c: New file.
5443 * gdb.arch/powerpc-htm-regs.exp: New file.
5444
f2cf6173
EBM
54452018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5446
5447 * gdb.arch/powerpc-tar.c: New file.
5448 * gdb.arch/powerpc-tar.exp: New file.
5449
7ca18ed6
EBM
54502018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5451
5452 * gdb.arch/powerpc-ppr-dscr.c: New file.
5453 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5454
bfcc0eba
TV
54552018-10-25 Tom de Vries <tdevries@suse.de>
5456
5457 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5458
fe1a5cad
TV
54592018-10-24 Tom de Vries <tdevries@suse.de>
5460
5461 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5462 longer exists error.
5463
a76dc3b7
TV
54642018-10-24 Tom de Vries <tdevries@suse.de>
5465
5466 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5467
4df46df7
TV
54682018-10-24 Tom de Vries <tdevries@suse.de>
5469
5470 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5471 --db-attach in valgrind.
5472
0dbfcfff
AB
54732018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5474
5475 * gdb.arch/riscv-reg-aliases.c: New file.
5476 * gdb.arch/riscv-reg-aliases.exp: New file.
5477
b04480b1
AH
54782018-10-19 Alan Hayward <alan.hayward@arm.com>
5479
5480 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5481
2c6ac8d7
AH
54822018-10-19 Alan Hayward <alan.hayward@arm.com>
5483
5484 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5485
2bc69f25
AH
54862018-10-19 Alan Hayward <alan.hayward@arm.com>
5487
5488 * gdb.cp/ovldbreak.exp: Fix regexps.
5489
1f1ae3a3
AH
54902018-10-19 Alan Hayward <alan.hayward@arm.com>
5491
5492 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5493
94c18618
SDJ
54942018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5495
5496 PR cli/23785
5497 * gdb.base/restore.exp: New test to check if "restore" with an
5498 invalid file doesn't segfault.
5499
812cd6eb
TV
55002018-10-18 Tom de Vries <tdevries@suse.de>
5501
5502 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5503 * gdb.ada/excep_handle.exp: Same.
5504 * gdb.ada/mi_string_access.exp: Same.
5505 * gdb.ada/mi_var_union.exp: Same.
5506 * gdb.arch/arc-analyze-prologue.exp: Same.
5507 * gdb.arch/arc-decode-insn.exp: Same.
5508 * gdb.base/readnever.exp: Same.
5509 * gdb.fortran/printing-types.exp: Same.
5510 * gdb.guile/scm-lazy-string.exp: Same.
5511
c4b90788
TV
55122018-10-16 Tom de Vries <tdevries@suse.de>
5513
5514 PR gdb/23730
5515 * gdb.base/catch-follow-exec.c: Add copyright notice.
5516 * gdb.base/catch-follow-exec.exp: Rewrite to use
5517 gdb_spawn_with_cmdline_opts. Require gdb-native.
5518
8bca2978
SL
55192018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5520
5521 * gdb.trace/actions-changed.exp: Check for arch support.
5522 * gdb.trace/actions.exp: Likewise.
5523 * gdb.trace/ax.exp: Likewise.
5524 * gdb.trace/backtrace.exp: Likewise.
5525 * gdb.trace/change-loc.exp: Likewise.
5526 * gdb.trace/deltrace.exp: Likewise.
5527 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5528 * gdb.trace/ftrace.exp: Likewise.
5529 * gdb.trace/infotrace.exp: Check for arch support.
5530 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5531 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5532 * gdb.trace/mi-tsv-changed.exp: Likewise.
5533 * gdb.trace/packetlen.exp: Likewise.
5534 * gdb.trace/passc-dyn.exp: Likewise.
5535 * gdb.trace/passcount.exp: Likewise.
5536 * gdb.trace/pending.exp: Likewise.
5537 * gdb.trace/range-stepping.exp: Check for shlib support.
5538 * gdb.trace/report.exp: Check for arch support.
5539 * gdb.trace/save-trace.exp: Likewise.
5540 * gdb.trace/signal.exp: Check for signal support.
5541 * gdb.trace/tfind.exp: Check for arch support.
5542 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5543 * gdb.trace/trace-common.h: Add comment.
5544 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5545 * gdb.trace/trace-enable-disable.exp: Likewise.
5546 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5547 * gdb.trace/tracecmd.exp: Check for arch support.
5548 * gdb.trace/tspeed.exp: Check for shlib and target support.
5549 * gdb.trace/tstatus.exp: Check for arch support.
5550 * gdb.trace/tsv.exp: Likewise.
5551 * gdb.trace/while-dyn.exp: Likewise.
5552 * gdb.trace/while-stepping.exp: Likewise.
5553 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5554
f9c49bff
SM
55552018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5556
5557 * gdb.trace/tspeed.exp: Remove nowarnings.
5558 (prepare_for_trace_test): Declare "global ipalib".
5559 * gdb.trace/tspeed.c: Include unistd.h.
5560 (main): Remove superfluous printf argument.
5561
d4330bde
SL
55622018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5563
5564 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5565 directory prefix on the filename.
5566
8ecfd7bd
SDJ
55672018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5568
5569 * gdb.gdb/unittest.exp: Update expected message informing that
5570 selftests have been disabled.
5571 * gdb.server/unittest.exp: Likewise.
5572
58bbcd02
TV
55732018-10-09 Tom de Vries <tdevries@suse.de>
5574
5575 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5576 with runto_main.
5577
9f6b697b
WP
55782018-10-08 Weimin Pan <weimin.pan@oracle.com>
5579
5580 PR c++/16841
5581 * gdb.cp/virtbase2.cc: New file.
5582 * gdb.cp/virtbase2.exp: New file.
5583
add5ded5
TT
55842018-10-06 Tom Tromey <tom@tromey.com>
5585
5586 PR python/19399:
5587 * gdb.python/py-inferior.exp: Add architecture test.
5588
f9e48344
TT
55892018-10-06 Tom Tromey <tom@tromey.com>
5590
5591 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5592 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5593
2a8be203
TT
55942018-10-06 Tom Tromey <tom@tromey.com>
5595
5596 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5597 of a "throw" catchpoint.
5598
e04caa70
SDJ
55992018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5600
5601 * gdb.base/info-proc.exp: Update string expected from "help info
5602 proc".
5603
5ca8c39f
TT
56042018-10-04 Tom Tromey <tom@tromey.com>
5605
5606 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5607 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5608 (test_initial_complaints, test_empty_complaints): Update.
5609 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5610
3453e7e4
TT
56112018-10-04 Tom Tromey <tom@tromey.com>
5612
5613 PR cli/19551:
5614 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5615 * lib/gdb.exp (gdb_file_cmd): Update.
5616 * gdb.stabs/weird.exp (print_weird_var): Update.
5617 * gdb.server/solib-list.exp: Update.
5618 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5619 * gdb.mi/mi-cli.exp: Update.
5620 * gdb.linespec/linespec.exp: Update.
5621 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5622 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5623 * gdb.cp/cp-relocate.exp: Update.
5624 * gdb.base/sym-file.exp: Update.
5625 * gdb.base/relocate.exp: Update.
5626 * gdb.base/readnever.exp: Update.
5627 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5628 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5629 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5630 * gdb.base/code_elim.exp: Update.
5631 * gdb.base/break-unload-file.exp (test_break): Update.
5632 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5633 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5634 Update.
5635 * gdb.base/attach.exp (do_attach_tests): Update.
5636 * gdb.base/sepdebug.exp: Update.
5637 * gdb.python/py-section-script.exp: Update.
5638
6afcf761
TT
56392018-10-04 Tom Tromey <tom@tromey.com>
5640
5641 PR cli/22234:
5642 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5643 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5644 output.
5645
fef1b293
TT
56462018-10-04 Tom Tromey <tom@tromey.com>
5647
5648 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5649 set width and height to 0.
5650 (test_command_line_attach_run): Use -quiet.
5651
ca98345e
SL
56522018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5653
5654 * lib/gdb.exp (skip_ifunc_tests): New.
5655 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5656 other compile failures.
5657 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5658
ff34e6ae
SM
56592018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5660
5661 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5662 is_amd64_regs_target.
5663
6bb8890e
AH
56642018-10-01 Alan Hayward <alan.hayward@arm.com>
5665
5666 * gdb.arch/aarch64-sighandler-regs.c: New test.
5667 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5668 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5669
224d30d3
MM
56702018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5671
5672 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5673 assembly.
5674
f67ffa6a
AB
56752018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5676
5677 * gdb.base/frame-selection.exp: New file.
5678 * gdb.base/frame-selection.c: New file.
5679
9fc3183f
AH
56802018-09-27 Alan Hayward <alan.hayward@arm.com>
5681
5682 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5683 pthread barrier.
5684 (main): Likewise.
5685
d354055e
AB
56862018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5687
5688 * gdb.base/large-frame-1.c: New file.
5689 * gdb.base/large-frame-2.c: New file.
5690 * gdb.base/large-frame.exp: New file.
5691 * gdb.base/large-frame.h: New file.
5692
db727370
JL
56932018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5694
5695 PR gdb/20948
5696 * gdb.base/write_mem.exp: New test.
5697 * gdb.base/write_mem.c: Likewise.
5698
ae778caf
TT
56992018-09-23 Tom Tromey <tom@tromey.com>
5700
5701 PR python/18852:
5702 * gdb.python/py-parameter.exp: Add test for parameter that throws
5703 on "set".
5704
fd3ba736
TT
57052018-09-23 Tom Tromey <tom@tromey.com>
5706
5707 PR python/17284:
5708 * gdb.python/py-template.exp (test_template_arg): Add test for
5709 negative template argument number.
5710
39a24317
TT
57112018-09-23 Tom Tromey <tom@tromey.com>
5712
5713 PR python/14062:
5714 * gdb.python/python.exp: Add test for post_event error.
5715
f5769a2c
TT
57162018-09-23 Tom Tromey <tom@tromey.com>
5717
5718 PR python/18170:
5719 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5720 convert pointers to int and long.
5721
1c1e54f6
TT
57222018-09-23 Tom Tromey <tom@tromey.com>
5723
5724 PR python/20126:
5725 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5726 signed-ness conversion tests.
5727
fb4fa946
TT
57282018-09-23 Tom Tromey <tom@tromey.com>
5729
5730 PR python/18352;
5731 * gdb.python/py-value.exp (test_float_conversion): New proc.
5732 Use it.
5733
a466edac
HAQ
57342018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5735
5736 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5737
4ee9b0c5
SL
57382018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5739
5740 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5741 no readline.
5742 * gdb.base/utf8-identifiers.exp: Likewise.
5743 * gdb.cp/cpcompletion.exp: Likewise.
5744 * gdb.linespec/cpcompletion.exp: Likewise.
5745 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5746 * gdb.linespec/cpls-ops.exp: Likewise.
5747
23be8da7
RB
57482018-09-19 Richard Bunt <richard.bunt@arm.com>
5749 Chris January <chris.january@arm.com>
5750
5751 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5752 * gdb.fortran/short-circuit-argument-list.exp: New file.
5753 * gdb.fortran/short-circuit-argument-list.f90: New test.
5754
5031d0ae
SDJ
57552018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5756
5757 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5758 "arch=" keyword when executing "-stack-list-frames".
5759
b4c0d1a4
SDJ
57602018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5761
5762 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5763 "arch=" keyword when executing "-stack-list-frames".
5764
7a6d2b45
SDJ
57652018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5766
5767 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5768 break ada".
5769
8588b356
SM
57702018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5771
5772 PR python/23669
5773 * gdb.python/python.exp: Test gdb.execute("show commands").
5774
65e65158
TT
57752018-09-16 Tom Tromey <tom@tromey.com>
5776
5777 * gdb.base/new-ui.exp (do_execution_tests): Update.
5778 * gdb.base/dbx.exp (test_breakpoints): Update.
5779
bf326452
AH
57802018-09-14 Alan Hayward <alan.hayward@arm.com>
5781
5782 * lib/gdb.exp (gdb_simple_compile): Add proc.
5783 (is_elf_target): Use gdb_simple_compile.
5784 (skip_altivec_tests): Likewise.
5785 (skip_vsx_tests): Likewise.
5786 (skip_tsx_tests): Likewise.
5787 (skip_btrace_tests): Likewise.
5788 (skip_btrace_pt_tests): Likewise.
5789 (gdb_can_simple_compile): Likewise.
5790 (gdb_has_argv0): Likewise.
5791 (gdb_target_symbol_prefix): Likewise.
5792 (target_supports_scheduler_locking): Likewise.
5793
2361b0fb
TT
57942018-09-13 Tom Tromey <tom@tromey.com>
5795
5796 * Makefile.in (TAGS): Recognize proc_with_prefix and
5797 gdb_caching_proc.
5798
0ae1a321
SM
57992018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5800
5801 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5802 method.
5803
a40bf0c2
SM
58042018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5805
5806 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5807 and a few other Inferior properties when the Inferior is no
5808 longer valid.
5809
4a3fe98f
TT
58102018-09-13 Tom Tromey <tom@tromey.com>
5811
5812 PR rust/23650:
5813 * gdb.rust/simple.exp: Add test for enum field access error.
5814
098b2108
TT
58152018-09-13 Tom Tromey <tom@tromey.com>
5816
5817 PR rust/23626:
5818 * gdb.rust/simple.rs (EmptyEnum): New type.
5819 (main): Use it.
5820 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5821
1256af7d
SM
58222018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5823
5824 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5825 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5826 * gdb.python/py-symtab.exp: Update test printing an objfile.
5827
4aa8e6c2
SM
58282018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5829
5830 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5831 object.
5832
c221b2f7
AH
58332018-09-12 Alan Hayward <alan.hayward@arm.com>
5834
5835 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5836 (support_complex_tests): Use gdb_can_simple_compile.
5837 (is_ilp32_target): Likewise.
5838 (is_lp64_target): Likewise.
5839 (is_64_target): Likewise.
5840 (is_amd64_regs_target): Likewise.
5841 (is_aarch32_target): Likewise.
5842 (gdb_int128_helper): Likewise.
5843
6f1107b5
JK
58442018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5845
5846 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5847
1f5d1570
JG
58482018-09-10 Jerome Guitton <guitton@adacore.com>
5849
5850 * gdb.ada/same_component_name: Add test for case of tagged record
5851 with variable-length fields.
5852
cc330e39
XR
58532018-09-10 Xavier Roirand <roirand@adacore.com>
5854
5855 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5856 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5857 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5858 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5859
b9c50e9a
XR
58602018-09-10 Xavier Roirand <roirand@adacore.com>
5861
5862 * gdb.ada/mi_string_access.exp: New testcase.
5863 * gdb.ada/mi_string_access/bar.adb: New file.
5864 * gdb.ada/mi_string_access/pck.adb: New file.
5865 * gdb.ada/mi_string_access/pck.asd: New file.
5866
2963898f
XR
58672018-09-10 Xavier Roirand <roirand@adacore.com>
5868
5869 * gdb.ada/mi_var_union.exp: New testcase.
5870 * gdb.ada/mi_var_union/bar.adb: New file.
5871 * gdb.ada/mi_var_union/pck.adb: New file.
5872 * gdb.ada/mi_var_union/pck.asd: New file.
5873
1aac008f
TT
58742018-09-08 Tom Tromey <tom@tromey.com>
5875
5876 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5877
332cf4c9
TT
58782018-09-08 Tom Tromey <tom@tromey.com>
5879
5880 PR python/16047:
5881 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5882 (register_pretty_printers): Register new printer.
5883 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5884 test.
5885 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5886 (an_int_type3): New global.
5887
424da6cf
JB
58882018-09-08 Joel Brobecker <brobecker@adacore.com>
5889
5890 * gdb.ada/expr_with_funcall: New testcase.
5891
2a62dfa9
JB
58922018-09-08 Joel Brobecker <brobecker@adacore.com>
5893
5894 * gdb.ada/packed_array_assign: New testcase.
5895
96b6697f
AB
58962018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5897
5898 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5899 names, and add test prefixes to make test names unique.
5900
e4a62c65
TV
59012018-09-05 Tom de Vries <tdevries@suse.de>
5902
5903 * gdb.dwarf2/varval.exp: Add test.
5904
dd083ee2
GB
59052018-09-04 Gary Benson <gbenson@redhat.com>
5906
5907 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5908 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5909
aef9346c
TT
59102018-08-31 Tom Tromey <tom@tromey.com>
5911
5912 * gdb.rust/simple.rs: Rename second variable "v".
5913
c67f2e15
AB
59142018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5915
5916 * gdb.base/funcargs.c (use_a): New function.
5917 (recurse): Call use_a.
5918
078a0207
KS
59192018-08-29 Keith Seitz <keiths@redhat.com>
5920
5921 * gdb.compile/compile-cplus-anonymous.cc: New file.
5922 * gdb.compile/compile-cplus-anonymous.exp: New file.
5923 * gdb.compile/compile-cplus-array-decay.cc: New file.
5924 * gdb.compile/compile-cplus-array-decay.exp: New file.
5925 * gdb.compile/compile-cplus-inherit.cc: New file.
5926 * gdb.compile/compile-cplus-inherit.exp: New file.
5927 * gdb.compile/compile-cplus-member.cc: New file.
5928 * gdb.compile/compile-cplus-member.exp: New file.
5929 * gdb.compile/compile-cplus-method.cc: New file.
5930 * gdb.compile/compile-cplus-method.exp: New file.
5931 * gdb.compile/compile-cplus-mod.c: "New" file.
5932 * gdb.compile/compile-cplus-namespace.cc: New file.
5933 * gdb.compile/compile-cplus-namespace.exp: New file.
5934 * gdb.compile/compile-cplus-nested.cc: New file.
5935 * gdb.compile/compile-cplus-nested.exp: New file.
5936 * gdb.compile/compile-cplus-print.c: "New" file.
5937 * gdb.compile/compile-cplus-print.exp: "New" file.
5938 * gdb.compile/compile-cplus-virtual.cc: New file.
5939 * gdb.compile/compile-cplus-virtual.exp: New file.
5940 * gdb.compile/compile-cplus.c: "New" file.
5941 * gdb.compile/compile-cplus.exp: "New" file.
5942 * lib/compile-support.exp: New file.
5943
b0f492b9
GB
59442018-08-16 Gary Benson <gbenson@redhat.com>
5945
5946 PR gdb/13000:
5947 * gdb.base/batch-exit-status.exp: New file.
5948 * gdb.base/batch-exit-status.good-commands: Likewise.
5949 * gdb.base/batch-exit-status.bad-commands: Likewise.
5950
36eb4c5f
AH
59512018-08-29 Alan Hayward <alan.hayward@arm.com>
5952
5953 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5954 (struct struct02): Likewise.
5955 (struct struct03): Likewise.
5956 (struct struct04): Likewise.
5957 (struct struct_01_01): New struct.
5958 (struct struct_01_02): Likewise.
5959 (struct struct_01_03): Likewise.
5960 (struct struct_01_04): Likewise.
5961 (struct struct_02_01): Likewise.
5962 (struct struct_02_02): Likewise.
5963 (struct struct_02_03): Likewise.
5964 (struct struct_02_04): Likewise.
5965 (struct struct_04_01): Likewise.
5966 (struct struct_04_02): Likewise.
5967 (struct struct_04_03): Likewise.
5968 (struct struct_04_04): Likewise.
5969 (struct struct_05_01): Likewise.
5970 (struct struct_05_02): Likewise.
5971 (struct struct_05_03): Likewise.
5972 (struct struct_05_04): Likewise.
5973 (cmp_struct01): Remove function.
5974 (cmp_struct02): Likewise.
5975 (cmp_struct03): Likewise.
5976 (cmp_struct04): Likewise.
5977 (cmp_struct_01_01): Add Function.
5978 (cmp_struct_01_02): Likewise.
5979 (cmp_struct_01_03): Likewise.
5980 (cmp_struct_01_04): Likewise.
5981 (cmp_struct_02_01): Likewise.
5982 (cmp_struct_02_02): Likewise.
5983 (cmp_struct_02_03): Likewise.
5984 (cmp_struct_02_04): Likewise.
5985 (cmp_struct_04_01): Likewise.
5986 (cmp_struct_04_02): Likewise.
5987 (cmp_struct_04_03): Likewise.
5988 (cmp_struct_04_04): Likewise.
5989 (cmp_struct_05_01): Likewise.
5990 (cmp_struct_05_02): Likewise.
5991 (cmp_struct_05_03): Likewise.
5992 (cmp_struct_05_04): Likewise.
5993 (call_all): Add new structs.
5994 * gdb.base/infcall-nested-structs.exp: Likewise.
5995
3bf9c013
JV
59962018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5997
5998 * gdb.python/py-framefilter-mi.exp: Update regexp to
5999 check for "arch" field in frame output.
6000
450d1e88
KB
60012018-08-23 Kevin Buettner <kevinb@redhat.com>
6002
6003 * gdb.dwarf2/dw2-ranges-func.c: New file.
6004 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6005
ae739fe7
SM
60062018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6007
6008 * gdb.base/term.exp: Compare terminal settings with values from
6009 the inferior.
6010 * gdb.base/term.c: Get and set terminal settings.
6011
6d52907e
JV
60122018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6013
6014 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6015 accommodate new "arch" field in frame output.
6016 * gdb.mi/mi-return.exp: Likewise.
6017 * gdb.mi/mi-stack.exp: Likewise.
6018 * gdb.mi/mi-syn-frame.exp: Likewise.
6019 * gdb.mi/user-selected-context-sync.exp: Likewise.
6020
be2d111a
MS
60212018-08-19 Michael Spang <spang@google.com>
6022
6023 PR gdb/11786
6024 * gdb.base/gcore-tls-pie.c: New file.
6025 * gdb.base/gcore-tls-pie.exp: New file.
6026
ae3a7c47
KB
60272018-08-18 Kevin Buettner <kevinb@redhat.com>
6028
6029 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6030 * gdb.dwarf2/varval.c: New file.
6031 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6032
2ecae92e
AH
60332018-08-17 Alan Hayward <alan.hayward@arm.com>
6034
6035 PR gdb/18931
6036 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6037
c1854f1d
KS
60382018-08-16 Keith Seitz <keiths@redhat.com>
6039
6040 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6041 tests expected to pass.
6042
26fb3983
JV
60432018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6044
6045 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6046 -data-disassemble -a.
6047 (test_disassembly_bogus_args): Likewise.
6048
67943c00
AB
60492018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6050
6051 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6052
5ff2bbae
AB
60532018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6054
6055 * gdb.base/vla-optimized-out.exp: Add new test.
6056
e5bbcd0f
AB
60572018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6058
6059 * gdb.base/vla-optimized-out-o3.exp: Delete.
6060 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6061 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6062 deleted tests.
6063
9d4a934c
AB
60642018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6065
6066 PR gdb/18050:
6067 * gdb.server/extended-remote-restart.c: New file.
6068 * gdb.server/extended-remote-restart.exp: New file.
6069
045cf012
SM
60702018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6071
6072 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6073 "set variable index = 42".
6074
87d6a7aa
SM
60752018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6076
6077 * boards/index-cache-gdb.exp: New file.
6078 * gdb.dwarf2/index-cache.exp: New file.
6079 * gdb.dwarf2/index-cache.c: New file.
6080 * gdb.base/maint.exp: Check if we are using the index cache.
6081
96d68bd4
RO
60822018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6083
6084 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6085 MAKEFLAGS.
6086
5a699617
RO
60872018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6088
6089 * dg-extract-results.sh: Move to toplevel contrib.
6090 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6091 * Makefile.in (check-parallel-racy): Likewise.
6092
5bd18990
AB
60932018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6094
6095 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6096 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6097 tests if the target supports scheduler locking.
6098
3fbbcf47
TV
60992018-08-04 Tom de Vries <tdevries@suse.de>
6100
6101 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6102
3e1d3d8c
TT
61032018-08-02 Tom Tromey <tom@tromey.com>
6104
6105 PR symtab/16842.
6106 * gdb.cp/temargs.exp: Test "info address" of a template
6107 parameter.
6108
5abe0f0c
JV
61092018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6110
6111 * gdb.python/py-mi-var-info-path-expression.c: New file.
6112 * gdb.python/py-mi-var-info-path-expression.py: New file.
6113 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6114
fb66cde8
SDJ
61152018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6116
6117 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6118 error after "cannot resolve name" string.
6119
c708f4d2
AB
61202018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6121
6122 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6123 started.
6124 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6125
37cc0cae
TV
61262018-07-28 Tom de Vries <tdevries@suse.de>
6127
6128 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6129
63b4ecf7
TV
61302018-07-26 Tom de Vries <tdevries@suse.de>
6131
6132 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6133
3c3bb058
AB
61342018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6135
6136 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6137 is visible.
6138
9e7f3bbb
TV
61392018-07-26 Tom de Vries <tdevries@suse.de>
6140
6141 PR breakpoints/23366
6142 * gdb.base/catch-follow-exec.c: New test.
6143 * gdb.base/catch-follow-exec.exp: New file.
6144
16f808ec
TV
61452018-07-25 Tom de Vries <tdevries@suse.de>
6146
6147 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6148 vla-optimized-out.c.
6149
d7154a8d
JV
61502018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6151
6152 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6153 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6154
232a0032
TV
61552018-07-20 Tom de Vries <tdevries@suse.de>
6156
6157 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6158 NOCLONE macro.
6159 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6160
fbb1d502
TV
61612018-07-19 Tom de Vries <tdevries@suse.de>
6162
6163 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6164 regular expression.
6165
42dc7699
TV
61662018-07-18 Tom de Vries <tdevries@suse.de>
6167
6168 * gdb.base/vla-optimized-out.c: New test.
6169 * gdb.base/vla-optimized-out.exp: New file.
6170
7f1f7e23
SDJ
61712018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6172
6173 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6174 message "No address associated with hostname" when gdbserver
6175 cannot resolve the hostname.
6176
5759ebb3
PW
61772018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6178
6179 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6180 Add some test prefixes to make tests unique.
6181
3606ccab
PW
61822018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6183
6184 * gdb.base/frameapply.c: New file.
6185 * gdb.base/frameapply.exp: New file.
6186
529c08b2
PW
61872018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6188
6189 * gdb.base/skip.exp: Update expected error message.
6190
c7ab0aef
SDJ
61912018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6192 Jan Kratochvil <jan.kratochvil@redhat.com>
6193 Paul Fertser <fercerpav@gmail.com>
6194 Tsutomu Seki <sekiriki@gmail.com>
6195
6196 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6197 parameter.
6198 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6199 by default.
6200 * boards/native-gdbserver.exp: Likewise.
6201 * gdb.server/run-without-local-binary.exp: Improve regexp used
6202 for detecting when a remote debugging connection succeeds.
6203 * gdb.server/server-connect.exp: New file.
6204 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6205 Do not prefix the port number with ":".
6206 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6207 support for detecting and using it. Add '$debughost_gdbserver'
6208 to the list of arguments used to start gdbserver. Handle case
6209 when gdbserver cannot resolve a network name.
6210
16ff70dd
SDJ
62112018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6212
6213 PR c++/23373
6214 * gdb.base/ptype-offsets.cc (struct static_member): New
6215 struct.
6216 (main) <stmember>: New variable.
6217 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6218 with a static member in it.
6219
3541979f
AB
62202018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6221
6222 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6223 watchpoints enabled and disabled.
6224
c8ad9b9a
AB
62252018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6226
6227 * gdb.base/examine-backward.exp: Still run tests around address
6228 0x0, even if address 0x0 is not readable. Update the pattern for
6229 matching address 0x0 in expected output.
6230
e0e5e971
AB
62312018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6232
6233 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6234 malloc/free.
6235
1ea5da02
TV
62362018-07-04 Tom de Vries <tdevries@suse.de>
6237
6238 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6239
471b9d15
MR
62402018-07-02 Maciej W. Rozycki <macro@mips.com>
6241
6242 PR tdep/8282
6243 * gdb.arch/mips-disassembler-options.exp: New test.
6244 * gdb.arch/mips-disassembler-options.s: New test source.
6245
75acb486
PA
62462018-06-29 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.threads/names.exp: Adjust expected "info threads" output.
6249
cd2bb709
PA
62502018-06-29 Pedro Alves <palves@redhat.com>
6251
6252 * gdb.opt/inline-break.exp (line number, address): Add "info
6253 break" tests.
6254
991ff292
PA
62552018-06-29 Pedro Alves <palves@redhat.com>
6256
6257 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6258 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6259 number and address and running to them.
6260
356819b6 62612018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6262
6263 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6264
2512d7ef
JK
62652018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6266
6267 * lib/compiler.c: Remove executable permission flag.
6268
be1b6474
RB
62692018-06-28 Richard Bunt <richard.bunt@arm.com>
6270
6271 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6272 code.
6273 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6274
291f9a96
PT
62752018-06-28 Petr Tesarik <ptesarik@suse.cz>
6276
6277 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6278
ed6dfe51
PT
62792018-06-28 Petr Tesarik <ptesarik@suse.cz>
6280
6281 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6282 address argument is omitted.
6283
d4d429d5
PT
62842018-06-28 Petr Tesarik <ptesarik@suse.cz>
6285
6286 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6287
7ab6656f
OJ
62882018-06-27 Omair Javaid <omair.javaid@linaro.org>
6289
6290 PR gdb/21695
6291 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6292 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6293
a33ccfc7
TT
62942018-06-26 Tom Tromey <tom@tromey.com>
6295
6296 PR rust/22574:
6297 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6298 * gdb.rust/simple.rs (struct SimpleLayout): New.
6299
6d72d289
SM
63002018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6301
6302 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6303 "info registers" output.
6304
8363f9d5
RB
63052018-06-21 Richard Bunt <richard.bunt@arm.com>
6306
6307 * gdb.base/watchpoint-hw-attach.c: New test.
6308 * gdb.base/watchpoint-hw-attach.exp: New file.
6309
f00674fe
SM
63102018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6311
6312 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6313 through /bin/sh.
6314 * boards/dwarf4-gdb-index.exp: Likewise.
6315 * boards/fission-dwp.exp: Likewise.
6316
1d554008
UW
63172018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6318
6319 * gdb.base/float128.exp: Add comment and improved fail message
6320 to the failure case of "print large128" test.
6321
d0ac1c44
SM
63222018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6323
6324 * configure.ac: Remove AC_PREREQ.
6325 * configure: Re-generate.
6326
61b04dd0
PA
63272018-06-19 Pedro Alves <palves@redhat.com>
6328
6329 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6330 (func_extern_caller): New.
6331 (main): Call func_extern_caller.
6332 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6333 logic change.
6334
f63b508a
SM
63352018-06-18 Weimin Pan <weimin.pan@oracle.com>
6336
6337 PR gdb/16841
6338 * gdb.cp/typedef-base.cc: New file.
6339 * gdb.cp/typedef-base.exp: New file.
6340
0fe3a558
TV
63412018-06-18 Tom de Vries <tdevries@suse.de>
6342
6343 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6344
7010835a
AB
63452018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6346 Richard Bunt <Richard.Bunt@arm.com>
6347
6348 * gdb.threads/attach-slow-waitpid.c: New file.
6349 * gdb.threads/attach-slow-waitpid.exp: New file.
6350 * gdb.threads/slow-waitpid.c: New file.
6351
14897d65
PA
63522018-06-14 Pedro Alves <palves@redhat.com>
6353
6354 * gdb.base/fork-running-state.c: Include <errno.h>.
6355 (exit_if_relative_exits): New.
6356 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6357 exits.
6358 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6359 child exits.
6360
5d9a0608
TV
63612018-06-14 Tom de Vries <tdevries@suse.de>
6362
6363 PR cli/22573
6364 * gdb.base/finish-pretty.c: New test.
6365 * gdb.base/finish-pretty.exp: New file.
6366
11ae5818
PA
63672018-06-14 Pedro Alves <palves@redhat.com>
6368
6369 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6370 gdb's expected startup output.
6371
1d39de44
PA
63722018-06-14 Pedro Alves <palves@redhat.com>
6373
6374 * lib/selftest-support.exp (selftest_setup): Remove inlined
6375 function handling.
6376
70ee0000
TV
63772018-06-14 Tom de Vries <tdevries@suse.de>
6378
6379 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6380 matching of breakpoint printing.
6381
11f4b608
TV
63822018-06-13 Tom de Vries <tdevries@suse.de>
6383
6384 PR testsuite/23269
6385 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6386 (fork_child): ... here, and ...
6387 (fork_parent): ... here.
6388
63892018-06-12 Tom de Vries <tdevries@suse.de>
6390
6391 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6392
9516f85a
AB
63932018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6394 Stephen Roberts <stephen.roberts@arm.com>
6395
6396 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6397 rewrite test to describe action performed, rather than possible
6398 failure.
6399
5045b3d7
GB
64002018-06-08 Gary Benson <gbenson@redhat.com>
6401
6402 * gdb.threads/check-libthread-db.exp: New file.
6403 * gdb.threads/check-libthread-db.c: Likewise.
6404
c61b06a1
TT
64052018-06-05 Tom Tromey <tom@tromey.com>
6406
6407 * gdb.base/default.exp: Update expected "show version" output.
6408
eb6af809
TT
64092018-06-05 Tom Tromey <tom@tromey.com>
6410
6411 PR cli/12326:
6412 * gdb.cp/static-print-quit.exp: Update.
6413 * lib/gdb.exp (pagination_prompt): Update.
6414 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6415 * gdb.python/python.exp: Update.
6416
178d6a63
JB
64172018-06-04 Joel Brobecker <brobecker@adacore.com>
6418
6419 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6420
8e817061
JB
64212018-06-01 Joel Brobecker <brobecker@adacore.com>
6422
6423 * gdb.ada/bp_fun_addr: New testcase.
6424
e86ca25f
TT
64252018-06-01 Tom Tromey <tom@tromey.com>
6426
6427 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6428 results.
6429 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6430 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6431 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6432 * gdb.base/maint.exp (maint_pass_if): Update.
6433
4b2dfa9d
MR
64342018-05-31 Maciej W. Rozycki <macro@mips.com>
6435
6436 * gdb.base/endian.exp: New test.
6437 * gdb.base/endian.c: New test source.
6438
45f25d6c
AB
64392018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6440
6441 PR gdb/23203
6442 * gdb.base/bt-selected-frame.c: New file.
6443 * gdb.base/bt-selected-frame.exp: New file.
6444 * lib/gdb.exp (get_current_frame_number): New function.
6445
d9f6d7f8
MR
64462018-05-24 Maciej W. Rozycki <macro@mips.com>
6447 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.threads/tls-core.c: Include <stdlib.h>
6450 (thread_proc): Call `abort'.
6451 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6452 (tls_core_test): New procedure, bits factored out from ...
6453 (top level): ... here. Test both native cores and gcore cores.
6454
ff1cf532
TT
64552018-05-23 Tom Tromey <tom@tromey.com>
6456
6457 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6458
b98664d3
TT
64592018-05-23 Tom Tromey <tom@tromey.com>
6460
6461 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6462 symfile_complaints.
6463 (test_short_complaints): Likewise.
6464 (test_empty_complaints): Likewise.
6465 (test_initial_complaints): Update.
6466
4e9668d0
TT
64672018-05-23 Tom Tromey <tom@tromey.com>
6468
6469 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6470
43ba33c7
TT
64712018-05-23 Tom Tromey <tom@tromey.com>
6472
6473 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6474 (test_short_complaints): Update.
6475
035522c0
PA
64762018-05-22 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/remote.exp: Only gdb_start after compiling the
6479 testcase. Issue "disconnect" before testing "set remote" command
6480 defaults. Issue clean_restart before running to main.
6481
cc0be08f
PA
64822018-05-22 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.base/remote.exp: Adjust expected output of "show remote
6485 memory-write-packet-size". Add tests for "set remote
6486 memory-write-packet-size 0" and "set remote
6487 memory-write-packet-size fixed/limit".
6488
b1b60145
PA
64892018-05-22 Pedro Alves <palves@redhat.com>
6490
6491 PR gdb/22973
6492 * gdb.base/utf8-identifiers.c: New file.
6493 * gdb.base/utf8-identifiers.exp: New file.
6494
0ec848ad
PFC
64952018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6496
6497 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6498
2c3305f6
PFC
64992018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6500
6501 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6502
ce1e8424
TT
65032018-05-18 Tom Tromey <tom@tromey.com>
6504
6505 * gdb.base/ptype-offsets.exp: Update.
6506
ddfe970e
KS
65072018-05-17 Keith Seitz <keiths@redhat.com>
6508
6509 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6510 in expected breakpoint stop locations.
6511 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6512 move to proper scope to test variable values.
6513 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6514 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6515 New functions.
6516 (main): Call not_inline_func3.
6517 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6518 inline_func1, inline_func2, and inline_func3. Test that when each
6519 breakpoint is hit, GDB properly reports both the stop location
6520 and the backtrace. Repeat tests for temporary breakpoints.
6521
0726fcc6
MR
65222018-05-15 Maciej W. Rozycki <macro@mips.com>
6523
6524 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6525 rather then trying to access it in determining whether the PID
6526 of `gdbserver' could have been retrieved.
6527
8ee22052
AB
65282018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6529
6530 * gdb.arch/amd64-init-x87-values.S: New file.
6531 * gdb.arch/amd64-init-x87-values.exp: New file.
6532
7785df48
JK
65332018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6534
6535 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6536
56bcdbea
TT
65372018-05-04 Tom Tromey <tom@tromey.com>
6538
6539 PR python/22730:
6540 * gdb.python/python.exp: Test multi-line execute.
6541
a913fffb
TT
65422018-05-04 Tom Tromey <tom@tromey.com>
6543
6544 PR python/22731:
6545 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6546
7a2c85f2
TT
65472018-05-04 Tom Tromey <tom@tromey.com>
6548
6549 PR gdb/11750:
6550 * gdb.base/define.exp: Test defining a user command inside a user
6551 command.
6552 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6553
a3b60e45
JK
65542018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6555 Pedro Alves <palves@redhat.com>
6556
6557 PR breakpoints/19806 and support for PR external/20207.
6558 * gdb.base/watchpoint-unaligned.c: New file.
6559 * gdb.base/watchpoint-unaligned.exp: New file.
6560
45fe4a03
AB
65612018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6562
6563 * gdb.base/maint.exp: Make test names unique, use
6564 test_prefix_command_help to test 'help maint info', and remove
6565 repeated test of 'help maint'.
6566
9be2ae8f
TT
65672018-05-04 Tom Tromey <tom@tromey.com>
6568
6569 PR gdb/22619:
6570 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6571 behavior.
6572
11859c31
AB
65732018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6574
6575 * gdb.base/maint.exp: Process output from 'maint print registers'
6576 line at a time.
6577
089a9490
AB
65782018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6579
6580 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6581 timeout.
6582
9b0797e2
AB
65832018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6584
6585 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6586 filter pattern.
6587
f6ac5f3d
PA
65882018-05-02 Pedro Alves <palves@redhat.com>
6589
6590 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6591 to_log_command renames.
6592 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6593
77d3c63b
TT
65942018-05-02 Tom Tromey <tom@tromey.com>
6595
6596 * gdb.python/py-parameter.exp: Set test message.
6597
0489430a
TT
65982018-05-02 Tom Tromey <tom@tromey.com>
6599
6600 PR python/20084:
6601 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6602 PARAM_ZUINTEGER_UNLIMITED tests.
6603
1632f8ba
DR
66042018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6605
6606 PR rust/23124
6607 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6608 when casting.
6609
6d7bb824
TT
66102018-04-30 Tom Tromey <tom@tromey.com>
6611
6612 * gdb.python/py-type.exp: Check align attribute.
6613 * gdb.python/py-type.c: New "aligncheck" global.
6614
007e1530
TT
66152018-04-30 Tom Tromey <tom@tromey.com>
6616
6617 PR exp/17095:
6618 * gdb.dwarf2/dw2-align.exp: New file.
6619 * gdb.cp/align.exp: New file.
6620 * gdb.base/align.exp: New file.
6621 * lib/gdb.exp (gdb_int128_helper): New proc.
6622 (has_int128_c, has_int128_cxx): New caching procs.
6623
6873858b
TT
66242018-04-27 Tom Tromey <tom@tromey.com>
6625
6626 PR rust/22545:
6627 * gdb.rust/simple.exp: Add inclusive range tests.
6628
79188d8d
PA
66292018-04-26 Pedro Alves <palves@redhat.com>
6630
6631 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6632 ifunc breakpoint locations correctly of ifunc breakpoints set
6633 while the program resolves the ifunc.
6634
c7075ad5
PA
66352018-04-26 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.base/gnu-ifunc-final.c: New file.
6638 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6639 * gdb.base/gnu-ifunc.exp (executable): Delete.
6640 (staticexecutable): Adjust.
6641 (lib_opts, exec_opts): Delete.
6642 (make_binsuffix, build, set-break): New procedures.
6643 (misc_tests): New, with tests factored out from the top level.
6644 (top level): Test different combinations of ifunc resolver name,
6645 resolver with and with debug info, and ifunc target with and
6646 without debug info. Wrap static tests with with_target_prefix.
6647
8388016d
PA
66482018-04-26 Pedro Alves <palves@redhat.com>
6649
6650 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6651 return type" warnings.
6652
249b5733
PA
66532018-04-25 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6656 killed".
6657 * gdb.base/kill-after-signal.exp: Likewise.
6658 * gdb.threads/kill.exp: Likewise.
6659
f67c0c91
SDJ
66602018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6661 Sergio Durigan Junior <sergiodj@redhat.com>
6662 Pedro Alves <palves@redhat.com>
6663
6664 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6665 regexps to expect for '[Inferior ... detached]' as well.
6666 * gdb.base/attach.exp: Likewise.
6667 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6668 "gdb_continue_to_end".
6669 (test_catch_syscall_with_wrong_args): Likewise.
6670 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6671 ']'. Don't set 'verbose' on.
6672 * gdb.base/foll-vfork.exp: Likewise.
6673 * gdb.base/fork-print-inferior-events.c: New file.
6674 * gdb.base/fork-print-inferior-events.exp: New file.
6675 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6676 '[Inferior ... has been killed]' message.
6677 * gdb.base/kill-after-signal.exp: Likewise.
6678 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6679 detach message.
6680 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6681 message.
6682 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6683 regexps to expect for '[Inferior ... detached]' as well.
6684 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6685
0a8ddac4
SM
66862018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6687
6688 PR gdb/23104
6689 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6690
701adfb0
PA
66912018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6692
6693 PR gdb/23095
6694 * gdb.base/break-probes.exp: Pass shlib_load to
6695 prepare_for_testing. Set normal_bp to r_debug_state if target is
6696 bsd.
6697
d27d16bf
RB
66982018-04-19 Richard Bunt <richard.bunt@arm.com>
6699
6700 * gdb.threads/multiple-successive-infcall.c: New test.
6701 * gdb.threads/multiple-successive-infcall.exp: New file.
6702
a037790e
TT
67032018-04-17 Tom Tromey <tom@tromey.com>
6704
6705 * gdb.rust/simple.rs (Union): New type.
6706 (main): New local "u".
6707 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6708
e3a91079
AA
67092018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6710
6711 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6712 number information in output of "whereis" command.
6713 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6714
b744723f
AA
67152018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6716
6717 * gdb.ada/info_types.exp: Adjust expected output to the line
6718 numbers now printed by "info var/func/type".
6719 * gdb.base/completion.exp: Likewise.
6720 * gdb.base/included.exp: Likewise.
6721 * gdb.cp/cp-relocate.exp: Likewise.
6722 * gdb.cp/cplusfuncs.exp: Likewise.
6723 * gdb.cp/namespace.exp: Likewise.
6724 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6725
4a4495d6
MM
67262018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6727
6728 * gdb.btrace/cpu.exp: New.
6729
1d509aa6
MM
67302018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6731
6732 * gdb.base/step-indirect-call-thunk.exp: New.
6733 * gdb.base/step-indirect-call-thunk.c: New.
6734 * gdb.reverse/step-indirect-call-thunk.exp: New.
6735 * gdb.reverse/step-indirect-call-thunk.c: New.
6736
6295b6da
SM
67372018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6738
6739 * gdb.base/pie-fork.c: New file.
6740 * gdb.base/pie-fork.exp: New file.
6741
50146e70
TT
67422018-04-11 Tom Tromey <tom@tromey.com>
6743
6744 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6745
f50d8a2e
PA
67462018-04-10 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6749 exits. Instead loop running forever.
6750 (fork_parent): Run forever too.
6751
a0be7a36
SM
67522018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6753
6754 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6755 mi_continue_to_line.
6756 * gdb.mi/mi-stack.c (callee4): Add comment.
6757
9b73db36
SM
67582018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6759
6760 * gdb.mi/mi-stack.exp: Fix indentation.
6761
c912f608
SM
67622018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6763
6764 PR gdb/22979
6765 * gdb.arch/amd64-osabi.exp: New file.
6766
26540402
SM
67672018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6768
6769 PR gdb/22980
6770 * gdb.base/osabi.exp: New file.
6771
121ad66c 67722018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6773
6774 * gdb.cp/static-typedef-print.exp: New file.
6775 * gdb.cp/static-typedef-print.cc: New file.
6776
3fcded8f
JB
67772018-03-27 Joel Brobecker <brobecker@adacore.com>
6778
6779 * gdb.ada/varsize_limit: New testcase.
6780
59cc4834
JB
67812018-03-27 Joel Brobecker <brobecker@adacore.com>
6782
6783 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6784
6785 * gdb.ada/notcplusplus: New testcase.
6786
6787 * gdb.base/c-linkage-name.c: New file.
6788 * gdb.base/c-linkage-name.exp: New testcase.
6789
4ca59a9f
TT
67902018-03-26 Tom Tromey <tom@tromey.com>
6791
6792 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6793 * gdb.python/py-framefilter.py (name_error): New global.
6794 (ErrorInName.function): Use name_error.
6795
978d6c75
TT
67962018-03-26 Tom Tromey <tom@tromey.com>
6797
6798 PR backtrace/15582:
6799 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6800
b7fee5a3
KS
68012018-03-23 Keith Seitz <keiths@redhat.com>
6802
6803 PR c++/22968
6804 * gdb.cp/subtypes.exp: New file.
6805 * gdb.cp/subtypes.h: New file.
6806 * gdb.cp/subtypes.cc: New file.
6807 * gdb.cp/subtypes-2.cc: New file.
6808
376be529
AB
68092018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6810
6811 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6812 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6813 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6814 -nostartfiles when compiling the test. Confirm that all registers
6815 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6816
066cfa98
AB
68172018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6818
6819 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6820 option, syntax was wrong anyway.
6821 * gdb.arch/arm-disp-step.exp: Likewise.
6822 * gdb.arch/sparc64-regs.exp: Likewise.
6823 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6824 option, syntax was wrong anyway, switch to use
6825 prepare_for_testing.
6826 * gdb.arch/i386-disp-step.exp: Likewise.
6827
079670b9
AA
68282018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6829
6830 * gdb.ada/exec_changed.exp: Replace "target_info exists
6831 use_gdb_stub" by "use_gdb_stub".
6832 * gdb.ada/start.exp: Likewise.
6833 * gdb.base/async-shell.exp: Likewise.
6834 * gdb.base/attach-pie-misread.exp: Likewise.
6835 * gdb.base/attach-wait-input.exp: Likewise.
6836 * gdb.base/break-entry.exp: Likewise.
6837 * gdb.base/break-interp.exp: Likewise.
6838 * gdb.base/dprintf-detach.exp: Likewise.
6839 * gdb.base/nostdlib.exp: Likewise.
6840 * gdb.base/solib-nodir.exp: Likewise.
6841 * gdb.base/statistics.exp: Likewise.
6842 * gdb.base/testenv.exp: Likewise.
6843 * gdb.mi/mi-exec-run.exp: Likewise.
6844 * gdb.mi/mi-start.exp: Likewise.
6845 * gdb.multi/dummy-frame-restore.exp: Likewise.
6846 * gdb.multi/multi-arch-exec.exp: Likewise.
6847 * gdb.multi/multi-arch.exp: Likewise.
6848 * gdb.multi/tids.exp: Likewise.
6849 * gdb.multi/watchpoint-multi.exp: Likewise.
6850 * gdb.python/py-events.exp: Likewise.
6851 * gdb.threads/attach-into-signal.exp: Likewise.
6852 * gdb.threads/attach-stopped.exp: Likewise.
6853 * gdb.threads/threadapply.exp: Likewise.
6854 * lib/selftest-support.exp: Likewise.
6855
26d6cec4
AA
68562018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6857
6858 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6859
4ee89e90
SR
68602018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6861
6862 * gdb.perf/template-breakpoints.cc: New file.
6863 * gdb.perf/template-breakpoints.exp: New file.
6864 * gdb.perf/template-breakpoints.py: New file.
6865
92630041
TT
68662018-03-19 Tom Tromey <tom@tromey.com>
6867
6868 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6869 y0.
6870 * gdb.rust/simple.exp: Test bare identifier form of struct
6871 initializer.
6872
76727919
TT
68732018-03-19 Tom Tromey <tom@tromey.com>
6874
6875 * gdb.gdb/observer.exp: Remove.
6876
194ed413
AA
68772018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6878
6879 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6880 "qualified" option when setting breakpoints.
6881 * gdb.trace/backtrace.exp: Likewise.
6882 * gdb.trace/circ.exp: Likewise.
6883 * gdb.trace/collection.exp: Likewise.
6884 * gdb.trace/disconnected-tracing.exp: Likewise.
6885 * gdb.trace/ftrace-lock.exp: Likewise.
6886 * gdb.trace/ftrace.exp: Likewise.
6887 * gdb.trace/infotrace.exp: Likewise.
6888 * gdb.trace/packetlen.exp: Likewise.
6889 * gdb.trace/passc-dyn.exp: Likewise.
6890 * gdb.trace/qtro.exp: Likewise.
6891 * gdb.trace/read-memory.exp: Likewise.
6892 * gdb.trace/report.exp: Likewise.
6893 * gdb.trace/signal.exp: Likewise.
6894 * gdb.trace/status-stop.exp: Likewise.
6895 * gdb.trace/strace.exp: Likewise.
6896 * gdb.trace/tfind.exp: Likewise.
6897 * gdb.trace/trace-break.exp: Likewise.
6898 * gdb.trace/trace-condition.exp: Likewise.
6899 * gdb.trace/trace-mt.exp: Likewise.
6900 * gdb.trace/tstatus.exp: Likewise.
6901 * gdb.trace/tsv.exp: Likewise.
6902 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6903 * gdb.trace/unavailable.exp: Likewise.
6904 * gdb.trace/while-dyn.exp: Likewise.
6905
8b067d2c
AA
69062018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6907
6908 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6909 that libinproctrace is copied to the target.
6910
3ae9ce5d
TT
69112018-03-14 Tom Tromey <tom@tromey.com>
6912
6913 PR cli/14977:
6914 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6915 a null pointer.
6916 * gdb.base/wchar.exp: Likewise.
6917
b8c2339b
TT
69182018-03-14 Tom Tromey <tom@tromey.com>
6919
6920 PR cli/19918:
6921 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6922 flag.
6923
4872dc46
SM
69242018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6925
6926 PR gdb/22841
6927 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6928 "target" to remote_exec.
6929
e4fe3756
SM
69302018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6931
6932 PR gdb/22841
6933 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6934 ${board}_upload): Remove.
6935
e95a97d4
AA
69362018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6937
6938 * gdb.cp/watch-cp.cc: New test.
6939 * gdb.cp/watch-cp.exp: New file.
6940
dbbb1059
AB
69412018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6942
6943 * gdb.base/infcall-nested-structs.exp: New file.
6944 * gdb.base/infcall-nested-structs.c: New file.
6945 * gdb.base/float.exp: Add riscv support.
6946
ecc054c0
TP
69472018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6948
6949 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6950 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6951
25e3c82c
SDJ
69522018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6953
6954 * gdb.server/abspath.exp: New file.
6955 * lib/gdb.exp (with_cwd): New procedure.
6956
3083294d
SM
69572018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6958
6959 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6960 use it.
6961 (gdb_is_target_remote_prompt): New proc.
6962 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6963 (gdb_is_target_native): Pass prompt parameter to
6964 gdb_is_target_1.
6965
3275ef47
SM
69662018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6967
6968 * gdb.base/load-command.c: New file.
6969 * gdb.base/load-command.exp: New file.
6970 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6971 (gdb_is_target_1): ...this, and generalize for other targets
6972 than just remote.
6973 (gdb_is_target_remote): Use gdb_is_target_1.
6974 (gdb_is_target_native): use gdb_is_target_1.
6975
6893c19a
TT
69762018-02-26 Tom Tromey <tom@tromey.com>
6977
6978 PR python/16497:
6979 * gdb.python/py-framefilter.exp: Update test.
6980
2ddeaf8a
TT
69812018-02-26 Tom Tromey <tom@tromey.com>
6982
6983 * gdb.dwarf2/variant.c: New file.
6984 * gdb.dwarf2/variant.exp: New file.
6985
c9317f21
TT
69862018-02-26 Tom Tromey <tom@tromey.com>
6987
6988 * gdb.rust/simple.exp: Accept more possible results in enum test.
6989
6f6d0c26
SM
69902018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6991
6992 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6993 parentheses.
6994
11b03145
MR
69952018-02-23 Maciej W. Rozycki <macro@mips.com>
6996
6997 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6998 name of a variable: $actual_linejj -> $actual_line.
6999
54a27fe5
JB
70002018-02-21 John Baldwin <jhb@FreeBSD.org>
7001
7002 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7003
de65820c
MM
70042018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7005
7006 * gdb.btrace/buffer-size.exp: Do not force BTS.
7007
980548fd
PA
70082018-02-14 Pedro Alves <palves@redhat.com>
7009
7010 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7011 getting a "Quit".
7012
c4e12631
MM
70132018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7014
7015 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7016 Fix test name.
7017
c2e0e465
SM
70182018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7019
7020 * gdb.cp/m-static.exp: Check type of optimized out static
7021 member.
7022
f7216783
AB
70232018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7024
7025 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7026 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7027
0625771b
LS
70282018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7029 Leszek Swirski <leszeks@google.com>
7030
7031 * gdb.python/py-prettyprint.c
7032 (struct to_string_returns_value_inner,
7033 struct to_string_returns_value_wrapper): New.
7034 (main): Add tsrvw variable.
7035 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7036 ToStringReturnsValueWrapper): New classes.
7037 (register_pretty_printers): Register new pretty-printers.
7038 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7039 recursive pretty printer.
7040 * gdb.python/py-mi.exp: Likewise.
7041
59498c30
LS
70422018-02-01 Leszek Swirski <leszeks@google.com>
7043
7044 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7045 functions with the same name as an include file are parsed
7046 correctly.
7047
d4d38844
YQ
70482018-02-01 Yao Qi <yao.qi@linaro.org>
7049
7050 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7051 "\[^\r\n\]*".
7052
07e5f5cf
NP
70532018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7054
7055 * gdb.arch/powerpc-prologue-frame.s: New file.
7056 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7057 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7058
929b5ad4
JB
70592018-01-31 Joel Brobecker <brobecker@adacore.com>
7060
7061 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7062
e671cd59
PA
70632018-01-30 Pedro Alves <palves@redhat.com>
7064
7065 PR gdb/13211
7066 * gdb.base/interrupt-daemon.c: New.
7067 * gdb.base/interrupt-daemon.exp: New.
7068 * gdb.multi/multi-term-settings.c: New.
7069 * gdb.multi/multi-term-settings.exp: New.
7070
fc413dc4
JB
70712018-01-30 Joel Brobecker <brobecker@adacore.com>
7072
7073 * gdb.base/break.exp: Save the location where the breakpoint
7074 on break.c:47 was actually inserted when debugging the version
7075 compiled at -O2 and use it in the expected output of the "info
7076 break" test performed soon after.
7077
5c319bb2
PA
70782018-01-22 Pedro Alves <palves@redhat.com>
7079 Sergio Durigan Junior <sergiodj@redhat.com>
7080
7081 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7082 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7083
a9e40818
JB
70842018-01-22 Joel Brobecker <brobecker@adacore.com>
7085
7086 * gdb.base/break-include.c, gdb.base/break-include.inc,
7087 gdb.base/break-include.exp: New files.
7088 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7089 line number now being the actual line number where the breakpoint
7090 was inserted.
7091 * gdb.mi/mi-break.exp: Likewise.
7092 * gdb.mi/mi-reverse.exp: Likewise.
7093 * gdb.mi/mi-simplerun.exp: Ditto.
7094
e707fc44
AB
70952018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7096
7097 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7098 varobj.
7099 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7100
ae451627
AB
71012018-01-21 Don Breazeal <donb@codesourcery.com>
7102 Andrew Burgess <andrew.burgess@embecosm.com>
7103
7104 * gdb.mi/basics.c: Add new global.
7105 * gdb.mi/mi-frame-regs.exp: New file.
7106 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7107 case.
7108
b1b189e0
AB
71092018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7110
7111 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7112 non-parameter, and on an unknown symbol.
7113
fcfcc376
TT
71142018-01-19 Tom Tromey <tom@tromey.com>
7115
7116 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7117 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7118
634c1c31
AA
71192018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7120
7121 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7122 setrlimit and chdir to int.
7123
d6ad07fd
AA
71242018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7125
7126 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7127 function.
7128 (my_tend): Likewise.
7129 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7130 rationale of avoiding FP- and vector instructions.
7131
adf8243b
RK
71322018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7133
7134 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7135 "info reg" with "\[ \t\]*".
7136 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7137 "\[ \t\]+".
7138 * gdb.arch/s390-multiarch.exp: Ditto.
7139 * gdb.base/pc-fp.exp: Ditto.
7140 * gdb.reverse/i386-precsave.exp: Ditto.
7141 * gdb.reverse/i386-reverse.exp: Ditto.
7142 * gdb.reverse/i387-env-reverse.exp: Ditto.
7143 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7144
dcc06925
AA
71452018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7146
7147 * lib/gdb.exp (gdb_compile): Re-enable use of
7148 universal_compile_options for languages other than Rust.
7149
25d4fd80
AA
71502018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7151
7152 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7153
ee7f689e 71542018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7155
7156 PR gdb/16577
7157 * gdb.base/solib-vanish.exp: New.
7158 * gdb.base/solib-vanish-main.c: New.
7159 * gdb.base/solib-vanish-lib1.c: New.
7160 * gdb.base/solib-vanish-lib2.c: New.
7161
d8447b6b
YQ
71622018-01-17 Yao Qi <yao.qi@linaro.org>
7163
7164 * gdb.compile/compile.exp: Match the address printed for
7165 frame in the output of command "bt".
7166
86d6a90c
TT
71672018-01-15 Tom Tromey <tom@tromey.com>
7168
7169 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7170 compute sp_reg.
7171
cbcdb1aa
AB
71722018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7173
7174 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7175 to prepare.
7176 (prepare): Return 0 on error, 1 on success.
7177
eea61984
PA
71782018-01-12 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.base/continue-after-aborted-step-over.c: New.
7181 * gdb.base/continue-after-aborted-step-over.exp: New.
7182
6181e9c2
SM
71832018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7184
7185 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7186 options when not creating an executable.
7187
3cada740
PA
71882018-01-11 Pedro Alves <palves@redhat.com>
7189
7190 PR remote/22597
7191 * gdb.server/stop-reply-no-thread.c: New file.
7192 * gdb.server/stop-reply-no-thread.exp: New file.
7193
c63d3e8d
PA
71942018-01-10 Pedro Alves <palves@redhat.com>
7195
7196 PR gdb/22670
7197 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7198 functions too. Test setting breakpoints and printing C functions
7199 with no debug info too.
7200 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7201
d4c2a405
PA
72022018-01-10 Pedro Alves <palves@redhat.com>
7203
7204 PR gdb/22670
7205 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7206 a fail.
7207
8825213e
PA
72082018-01-10 Pedro Alves <palves@redhat.com>
7209
7210 PR gdb/22670
7211 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7212
605fd3c6
YQ
72132018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7214
7215 * gdb.server/unittest.exp: Match the output in non-development
7216 mode.
7217
1e5ded6c
YQ
72182018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7219
7220 * gdb.gdb/unittest.exp: Match output in non-development mode.
7221
30066b0b
JB
72222018-01-08 Joel Brobecker <brobecker@adacore.com>
7223
7224 * gdb.ada/access_tagged_param.exp: Relax expected output
7225 for value of "ObjL" in "continue" to pck.inspect breakpoint
7226 test.
7227
04bafb1e
XR
72282018-01-08 Joel Brobecker <brobecker@adacore.com>
7229
9f86398b
JB
7230 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7231 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7232
e379cee6
PA
72332018-01-05 Pedro Alves <palves@redhat.com>
7234
7235 PR gdb/18653
7236 * gdb.base/libsegfault.exp: New.
7237
de63c46b
PA
72382018-01-05 Joel Brobecker <brobecker@adacore.com>
7239
7240 PR gdb/22670
7241 * gdb.ada/access_tagged_param.exp: New file.
7242 * gdb.ada/access_tagged_param/foo.adb: New file.
7243
f98fc17b
PA
72442018-01-05 Pedro Alves <palves@redhat.com>
7245
7246 PR gdb/22670
7247 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7248 exercise lower case too, and to exercise both full matching and
7249 wild matching.
7250
342f8240
JB
72512018-01-05 Joel Brobecker <brobecker@adacore.com>
7252
7253 * gdb.ada/rename_subscript_param: New testcase.
7254
7150d33c
JG
72552018-01-05 Jerome Guitton <guitton@adacore.com>
7256
7257 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7258
cc0e770c
JB
72592018-01-05 Joel Brobecker <brobecker@adacore.com>
7260
7261 * gdb.ada/convvar_comp: New testcase.
7262
672a41aa 72632018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7264
7265 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7266 (My_Table): New global variable.
7267 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7268
7365ec2f
JB
72692018-01-04 Joel Brobecker <brobecker@adacore.com>
7270
7271 PR gdb/22670
7272 * gdb.ada/maint_with_ada: New testcase.
7273
289483b6
JB
72742018-01-04 Joel Brobecker <brobecker@adacore.com>
7275
7276 PR gdb/22670
7277 * gdb.ada/bp_c_mixed_case: New testcase.
7278
344420da
JB
72792018-01-04 Joel Brobecker <brobecker@adacore.com>
7280
7281 PR gdb/22670
7282 * gdb.ada/complete.exp: Add "complete break ada" test.
7283
66fc87a0
JB
72842018-01-04 Joel Brobecker <brobecker@adacore.com>
7285
7286 PR gdb/22670
7287 * gdb.ada/info_addr_mixed_case: New testcase.
7288
9f757bf7
XR
72892018-01-03 Xavier Roirand <roirand@adacore.com>
7290
7291 * gdb.ada/excep_handle.exp: New testcase.
7292 * gdb.ada/excep_handle/foo.adb: New file.
7293 * gdb.ada/excep_handle/pck.ads: New file.
7294
bd570f80
JB
72952018-01-03 Joel Brobecker <brobecker@adacore.com>
7296
7297 * gdb.base/step-line.c: Add extra empty line in copyright header.
7298 * gdb.base/step-line.inp: Likewise.
7299
9fe561ab
JB
73002018-01-02 Joel Brobecker <brobecker@adacore.com>
7301
7302 * gdb.ada/dyn_stride.exp: Add slice test.
7303
a405673c
JB
73042018-01-02 Joel Brobecker <brobecker@adacore.com>
7305
7306 * gdb.ada/dyn_stride: New testcase.
7307
cef0f868
SH
73082017-12-27 Stafford Horne <shorne@gmail.com>
7309
7310 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7311 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7312
b67d92b0
SH
73132017-12-27 Stafford Horne <shorne@gmail.com>
7314
7315 * gdb.base/reggroups.c: New file.
7316 * gdb.base/reggroups.exp: New file.
7317
eccab96d
JB
73182017-12-18 Joel Brobecker <brobecker@adacore.com>
7319
7320 * gdb.dwarf2/ada-valprint-error.c: New file.
7321 * gdb.dwarf2/ada-valprint-error.exp: New file.
7322
0e2da9f0
JB
73232017-12-18 Joel Brobecker <brobecker@adacore.com>
7324
7325 * gdb.ada/assign_arr: New testcase.
7326
cb923fcc
XR
73272017-12-18 Xavier Roirand <roirand@adacore.com>
7328
7329 * gdb.ada/funcall_ptr: New testcase.
7330
7c161838
SDJ
73312017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7332
7333 PR cli/16224
7334 * gdb.base/ptype-offsets.cc: New file.
7335 * gdb.base/ptype-offsets.exp: New file.
7336
1af17fd9
YQ
73372017-12-15 Yao Qi <yao.qi@linaro.org>
7338
7339 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7340 if XML is disabled.
7341
828d5846
XR
73422017-12-15 Xavier Roirand <roirand@adacore.com>
7343
7344 * gdb.ada/same_component_name: New testcase.
7345
79e8fcaa
JB
73462017-12-14 Joel Brobecker <brobecker@adacore.com>
7347
7348 * gdb.ada/str_binop_equal: New testcase.
7349
e05fa6f9
JB
73502017-12-14 Joel Brobecker <brobecker@adacore.com>
7351
7352 * gdb.ada/task_switch_in_core: New testcase.
7353
b89641ba
SM
73542017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7355
7356 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7357 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7358 call test_bkpt_qualified.
7359 (test_bkpt_qualified): New proc.
7360
6892d2e4
PA
73612017-12-13 Pedro Alves <palves@redhat.com>
7362
7363 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7364 Tighten regexp by matching with an anchor.
7365
a22ecf70
PA
73662017-12-13 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7369 ("expression with namespace"): New set of tests.
7370 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7371 (Nested::Test_NS::qux): New.
7372 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7373 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7374
9937536c
JB
73752017-12-13 Joel Brobecker <brobecker@adacore.com>
7376
7377 * gdb.base/server-del-break.c: New file.
7378 * gdb.base/server-del-break.exp: New file.
7379
fe49c6f5
SH
73802017-12-12 Stafford Horne <shorne@gmail.com>
7381
7382 * gdb.xml/tdesc-regs.exp: Add or1k support.
7383
c3d18620
SH
73842017-12-12 Stafford Horne <shorne@gmail.com>
7385
7386 * gdb.base/bp-permanent.c: Define nop of or1k.
7387
c5f9cfc8
JB
73882017-12-11 Joel Brobecker <brobecker@adacore.com>
7389
7390 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7391 output with components being reordered.
7392
a9c135fc
JB
73932017-12-11 Joel Brobecker <brobecker@adacore.com>
7394
7395 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7396 output with components being reordered.
7397
927aa2e7
JK
73982017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7399 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.base/maint.exp (check for .gdb_index): Check also for
7402 .debug_names.
7403 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7404 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7405 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7406 (.gdb_index used after symbol reloading): Support also .debug_names.
7407 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7408
f17d9474
YQ
74092017-12-08 Yao Qi <yao.qi@linaro.org>
7410
7411 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7412 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7413
a0de8c21
YQ
74142017-12-08 Yao Qi <yao.qi@linaro.org>
7415
7416 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7417 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7418
a738ea1d
YQ
74192017-12-08 Yao Qi <yao.qi@linaro.org>
7420
7421 * gdb.arch/aarch64-tagged-pointer.c: New file.
7422 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7423
1cd9a73b
SDJ
74242017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7425
7426 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7427 "int".
7428
fa6eb693
KS
74292017-12-07 Keith Seitz <keiths@redhat.com>
7430
7431 PR breakpoints/22569
7432 * gdb.linespec/ls-errs.exp: Change expected result of "break
7433 -source this file has spaces.c -line 3".
7434 Check that an explicit source file followed by whitespace is
7435 identified as an invalid explicit location.
7436
883fd55a
KS
74372017-12-07 Keith Seitz <keiths@redhat.com>
7438
7439 * gdb.cp/nested-types.cc: New file.
7440 * gdb.cp/nested-types.exp: New file.
7441 * lib/cp-support.exp: Load data-structures.exp library.
7442 (debug_cp_test_ptype_class): New global.
7443 (cp_ptype_class_verbose, next_line): New procedures.
7444 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7445 Add and document new return value.
7446 Switch the list of lines to a queue.
7447 Add support for new `type' key for nested type definitions.
7448 Add debugging/troubleshooting messages.
7449 * lib/data-structures.exp: New file.
7450
ec72db3e
SM
74512017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7452
7453 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7454 with proc_with_prefix, don't use with_test_prefix.
7455
99598d71
TT
74562017-12-07 Tom Tromey <tom@tromey.com>
7457
7458 * gdb.base/break.exp: Add test for empty "commands".
7459
a8806230
YQ
74602017-12-07 Yao Qi <yao.qi@linaro.org>
7461
7462 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7463 malloc and catch syscall.
7464
824cc835
PM
74652017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7466
e79be6e5 7467 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7468 tests for explicit locations.
7469
7cc244de
PA
74702017-12-06 Pedro Alves <palves@redhat.com>
7471
7472 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7473 force-disabling XML descriptions.
7474
50a1fdd5
PA
74752017-12-04 Pedro Alves <palves@redhat.com>
7476
7477 PR gdb/22499
7478 * gdb.arch/amd64-disp-step-avx.S: New file.
7479 * gdb.arch/amd64-disp-step-avx.exp: New file.
7480
f0fb2488
PA
74812017-12-03 Pedro Alves <palves@redhat.com>
7482
7483 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7484 and <string.h>.
7485 (parent_function): Print distinct messages when waitpid fails, or
7486 the child exits with a signal, or the child exits for an unhandled
7487 reason.
7488 * gdb.threads/process-dies-while-detaching.exp
7489 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7490 it. Wait for both inferior output and GDB's prompt. Use an
7491 indirect spawn id list.
7492 (do_detach): New parameter 'child_exit'. Use it to compute
7493 expected inferior output.
7494 (test_detach, test_detach_watch, test_detach_killed_outside):
7495 Adjust to pass down the expected child exit kind.
7496
97cbe998
SDJ
74972017-12-01 Joel Brobecker <brobecker@adacore.com>
7498 Sergio Durigan Junior <sergiodj@redhat.com>
7499 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7502
40fc416f
SDJ
75032017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7504
7505 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7506 to 'symbol-file' and 'add-symbol-file' can be
7507 position-independent.
7508
1cc75e92
YQ
75092017-12-01 Yao Qi <yao.qi@linaro.org>
7510
7511 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7512 the URL in copyright header.
7513 * gdb.arch/aarch64-fp.exp: Likewise.
7514 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7515 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7516 * gdb.base/expand-psymtabs.exp: Likewise.
7517 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7518 * gdb.fortran/common-block.exp: Likewise.
7519 * gdb.fortran/common-block.f90: Likewise.
7520 * gdb.fortran/logical.exp: Likewise.
7521 * gdb.fortran/vla-datatypes.f90: Likewise.
7522 * gdb.fortran/vla-sub.f90: Likewise.
7523
875fb7a7
JB
75242017-11-30 Joel Brobecker <brobecker@adacore.com>
7525
7526 * gdb.ada/repeat_dyn: New testcase.
7527
6f14765f
UW
75282017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7529
7530 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7531 Update for changed thread numbering.
7532 * gdb.cell/bt.exp: Update for changed GDB output.
7533
f1af7b94
SM
75342017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7535
7536 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7537 setting isremote by hand.
7538 * boards/dwarf4-gdb-index.exp: Likewise.
7539 * boards/fission.exp: Likewise.
7540 * boards/stabs.exp: Likewise.
7541
e3919f3e
PA
75422017-11-30 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.linespec/cpls-ops.exp
7545 (check_explicit_skips_function_argument): Extract the underlying
7546 type of size_t instead of hardcoding it.
7547
bd69330d
PA
75482017-11-29 Pedro Alves <palves@redhat.com>
7549
7550 PR c++/19436
7551 * gdb.linespec/cpls-abi-tag.cc: New file.
7552 * gdb.linespec/cpls-abi-tag.exp: New file.
7553
a20714ff
PA
75542017-11-29 Pedro Alves <palves@redhat.com>
7555
7556 * gdb.base/langs.exp: Use -qualified.
7557 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7558 it.
7559 * gdb.cp/namespace.exp: Use -qualified.
7560 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7561 (overload-3, template-overload, template-ret-type, const-overload)
7562 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7563 procedures.
7564 (test_driver): Call them.
7565 * gdb.cp/save-bp-qualified.cc: New.
7566 * gdb.cp/save-bp-qualified.exp: New.
7567 * gdb.linespec/explicit.exp: Test -qualified.
7568 * lib/completion-support.exp (completion::explicit_opts_list): Add
7569 "-qualified".
7570 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7571
f6f1d339
PM
75722017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7573
7574 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7575
02ca603a
TT
75762017-11-29 Tom Tromey <tom@tromey.com>
7577
7578 * gdb.base/relocate.exp: Update invalid argument test.
7579 Add new tests for invalid arguments.
7580
ed6c0bfb
TP
75812017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7582
7583 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7584 Return 0 as a long.
7585 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7586
f106e10e
TP
75872017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7588
7589 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7590 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7591 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7592 func ().
7593 * gdb.cp/shadow.cc (B.func): Return 0.
7594
10329bb2
JB
75952017-11-27 Joel Brobecker <brobecker@adacore.com>
7596
7597 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7598 expected output in gdb_expect call to allow the exception
7599 message to be present as well. Fix syntax confusion to avoid
7600 TCL thinking that exception_name is an array.
7601
617cd4bc
UW
76022017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7603
7604 * gdb.arch/spu-info.c: Include <unistd.h>.
7605 (do_signal_test): Fix broken calls to write.
7606 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7607 Fix checks for empty mailboxes. Update signal tests for corrected
7608 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7609 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7610 * gdb.cell/arch.exp: Use standard_output_file.
7611 * gdb.cell/break.exp: Likewise.
7612 * gdb.cell/bt.exp: Likewise.
7613 * gdb.cell/core.exp: Likewise.
7614 * gdb.cell/dwarfaddr.exp: Likewise.
7615 * gdb.cell/ea-cache.exp: Likewise.
7616 * gdb.cell/ea-standalone.exp: Likewise.
7617 * gdb.cell/f-regs.exp: Likewise.
7618 * gdb.cell/fork.exp: Likewise.
7619 * gdb.cell/gcore.exp: Likewise.
7620 * gdb.cell/mem-access.exp: Likewise.
7621 * gdb.cell/ptype.exp: Likewise.
7622 * gdb.cell/registers.exp: Likewise.
7623 * gdb.cell/sizeof.exp: Likewise.
7624 * gdb.cell/solib-symbol.exp: Likewise.
7625 * gdb.cell/solib.exp: Likewise.
617cd4bc 7626
a81aaca0
PA
76272017-11-25 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.base/complete-empty.exp: New file.
7630 * gdb.base/completion.exp: Adjust.
7631
6a3c6ee4
PA
76322017-11-25 Pedro Alves <palves@redhat.com>
7633
7634 * gdb.linespec/cpls-ops.cc: New file.
7635 * gdb.linespec/cpls-ops.exp: New file.
7636 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7637 factored out from ...
7638 (test_complete_prefix_range): ... this.
7639
8955eb2d
PA
76402017-11-24 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.linespec/cpcompletion.exp: New file.
7643 * gdb.linespec/cpls-hyphen.cc: New file.
7644 * gdb.linespec/cpls.cc: New file.
7645 * gdb.linespec/cpls2.cc: New file.
7646 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7647 test to use test_gdb_complete_unique. Add label completion,
7648 keyword completion and explicit location completion tests.
7649 * lib/completion-support.exp: New file.
7650
e547c119
JB
76512017-11-24 Joel Brobecker <brobecker@adacore.com>
7652
7653 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7654 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7655 when hitting an exception catchpoint.
7656
7c3c1aa8
YQ
76572017-11-22 Yao Qi <yao.qi@linaro.org>
7658
7659 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7660
41bd68f5
SM
76612017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7662
7663 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7664 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7665 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7666
1daad298
YQ
76672017-11-22 Yao Qi <yao.qi@linaro.org>
7668
7669 * gdb.base/info-os.exp: Pass pthreads.
7670 * gdb.multi/multi-attach.exp: Likewise.
7671
88465e87
YQ
76722017-11-22 Yao Qi <yao.qi@linaro.org>
7673
7674 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7675 compiler.
7676
dc196b23
YQ
76772017-11-22 Yao Qi <yao.qi@linaro.org>
7678
7679 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7680 * gdb.base/break-interp.exp: Likewise.
7681 * gdb.base/jit-attach-pie.exp: Likewise.
7682
2400729e
UW
76832017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7684
7685 * gdb.base/float128.c (large128): New variable.
7686 * gdb.base/float128.exp: Add test to print largest __float128 value.
7687
7a26362d
UW
76882017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7689
7690 * gdb.arch/vsx-regs.exp: Update register content checks.
7691
ed0f4273
UW
76922017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7693
7694 * gdb.arch/ppc-longdouble.exp: New file.
7695 * gdb.arch/ppc-longdouble.c: Likewise.
7696
a25d69c6
PA
76972017-11-21 Pedro Alves <palves@redhat.com>
7698
7699 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7700
73fcf641
PA
77012017-11-20 Pedro Alves <palves@redhat.com>
7702
7703 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7704 (long_double_typedef): New typedefs.
7705 Use DEF on double and long double.
7706 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7707 cases.
7708 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7709 and 'long_double_ptr_same_size' locals. Use them to decide
7710 whether cast from array/function to float is valid/invalid.
7711
71a3c369
TT
77122017-11-17 Tom Tromey <tom@tromey.com>
7713
7714 * gdb.rust/traits.rs: New file.
7715 * gdb.rust/traits.exp: New file.
7716
ced9779b
JB
77172017-11-17 Joel Brobecker <brobecker@adacore.com>
7718
7719 * gdb.ada/minsyms: New testcase.
7720
a0922d80
PA
77212017-11-16 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7724 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7725
ea04e54c
PA
77262017-11-16 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7729 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7730
e849ea89
PA
77312017-11-16 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.server/reconnect-ctrl-c.c: New file.
7734 * gdb.server/reconnect-ctrl-c.exp: New file.
7735
d8ae99a7
PM
77362017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7737
7738 * gdb.python/py-rbreak.exp: New file.
7739 * gdb.python/py-rbreak.c: New file.
7740 * gdb.python/py-rbreak-func2.c: New file.
7741
968a13f8
PA
77422017-11-16 Pedro Alves <palves@redhat.com>
7743
7744 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7745 pattern.
7746 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7747 GDB.
7748
71774bc9
SM
77492017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7750
7751 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7752 regex.
7753
ddbb44cf
SM
77542017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7755
7756 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7757 test names.
7758
584a564f
PA
77592017-11-09 Pedro Alves <palves@redhat.com>
7760
7761 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7762 factored out from ...
7763 (top level): ... here, and adjusted to avoid expecting beyond the
7764 prompt in a single gdb_test_multiple.
7765
5ed7a928
PA
77662017-11-09 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7769 output.
7770 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7771 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7772 * gdb.server/ext-run.exp ("kill" test): Likewise.
7773 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7774
a60e0738
PA
77752017-11-09 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7778 match till end of line.
7779
2c88253f
PA
77802017-11-09 Pedro Alves <palves@redhat.com>
7781
7782 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7783
c7a38517
PA
77842017-11-09 Pedro Alves <palves@redhat.com>
7785
7786 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7787 New procedures, factored out from ...
7788 (top level): ... here, and adjusted to avoid expecting beyond the
7789 prompt in one go.
7790
f29f4b6b
PA
77912017-11-09 Pedro Alves <palves@redhat.com>
7792
7793 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7794 output. Fix '?' match.
7795
286acbb5
JB
77962017-11-08 Joel Brobecker <brobecker@adacore.com>
7797
7798 * gdb.ada/scoped_watch: New testcase.
7799 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7800 which is actually correct.
7801 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7802 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7803
62d7ae92
PA
78042017-11-08 Pedro Alves <palves@redhat.com>
7805
7806 * gdb.gdb/complaints.exp (test_initial_complaints)
7807 (test_serial_complaints, test_short_complaints): Call
7808 complaint_internal instead of complaint.
7809
280ca31f
DT
78102017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7811
7812 * gdb.threads/tls-core.c: New file.
7813 * gdb.threads/tls-core.exp: Likewise.
7814
b5ec771e
PA
78152017-11-08 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7818 (p Exported_Capitalized): New test.
7819 (p exported_capitalized): New test.
7820
a02b41a7
PA
78212017-11-07 Pedro Alves <palves@redhat.com>
7822
7823 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7824
95e95a6d
PA
78252017-11-07 Pedro Alves <palves@redhat.com>
7826
7827 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7828 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7829 (disable_invalid, disable_inverted, disable_negative): New
7830 procedures.
7831 ("bad numbers"): New set of tests.
7832
cee62dbd
PA
78332017-11-07 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.cp/ena-dis-br-range.exp: Add tests.
7836
cc638e86
PA
78372017-11-07 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7840
d0fe4701
XR
78412017-11-07 Xavier Roirand <roirand@adacore.com>
7842 Pedro Alves <palves@redhat.com>
7843
7844 * gdb.base/ena-dis-br.exp: Add reference to
7845 gdb.cp/ena-dis-br-range.exp.
7846 * gdb.cp/ena-dis-br-range.exp: New file.
7847 * gdb.cp/ena-dis-br-range.cc: New file.
7848
46f67f80
PA
78492017-11-06 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.base/attach-non-pgrp-leader.c: New.
7852 * gdb.base/attach-non-pgrp-leader.exp: New.
7853
726e1356
PA
78542017-11-06 Pedro Alves <palves@redhat.com>
7855
7856 * configure.ac: No longer check for termio.h and sgtty.h.
7857 * configure: Regenerate.
7858 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7859 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7860 Remove termio and sgtty code.
7861
50ab6ace
YQ
78622017-11-03 Yao Qi <yao.qi@linaro.org>
7863
7864 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7865 in GDB is disabled.
7866
8e68731c
YQ
78672017-11-03 Yao Qi <yao.qi@linaro.org>
7868
7869 * gdb.python/py-thrhandle.exp: Skip it if python is not
7870 enabled.
7871
3a87ae65
SM
78722017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7873
7874 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7875 as a breakpoint command.
7876
484d8d36
MD
78772017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7878
7879 PR python/21213
7880 * gdb.python/py-infthread.exp: Test calling
7881 InferiorThread.inferior () multiple times in a row.
7882
4a27f119
KS
78832017-10-27 Keith Seitz <keiths@redhat.com>
7884
7885 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7886 Test "info break" for every inlined function breakpoint.
7887
bb11dd58
YQ
78882017-10-27 Yao Qi <yao.qi@linaro.org>
7889
7890 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7891
a43f3893
PF
78922017-10-26 Patrick Frants <osscontribute@gmail.com>
7893
7894 * gdb.cp/classes.exp (test_static_members): Test printing
7895 Outer::instance.
7896 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7897 (Inner::instance, Outer::instance): New.
7898
792ccf00
PA
78992017-10-24 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7902 extra console" test in two stages.
7903
eb2bfbad
PA
79042017-10-24 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7907
1f75a651
PA
79082017-10-24 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7911 loop.
7912
779990d9
PA
79132017-10-24 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7916 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7917
ad9b8f5d
PA
79182017-10-24 Pedro Alves <palves@redhat.com>
7919
7920 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7921 parameter and handle it. Don't output read value in test name.
7922
fee6da6e
PA
79232017-10-24 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7926 custom test name.
7927
10389c2c
PA
79282017-10-24 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7931 include the unstable output directory name in the test's name.
7932 (initial_setup_simple) <'set args'>: Use custom test name.
7933
a80e65a9
PA
79342017-10-24 Pedro Alves <palves@redhat.com>
7935
7936 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7937 with explicit test name.
7938
15763a09
PA
79392017-10-20 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7942 'wait -i'. Use gdb_assert and remote_close.
7943
49a4ce2e
AB
79442017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7945
7946 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7947 number from variable rather than hard-coded.
7948
a75868f5
PA
79492017-10-19 Pedro Alves <palves@redhat.com>
7950
7951 * gdb.base/long-inferior-output.c: New file.
7952 * gdb.base/long-inferior-output.exp: New file.
7953
c8ba13ad
KS
79542017-11-18 Keith Seitz <keiths@redhat.com>
7955
7956 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7957 method.
7958 (main): Call it.
7959 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7960 Add additional user-defined conversion operator tests.
7961
b27de576
PA
79622017-10-17 Pedro Alves <palves@redhat.com>
7963
7964 * boards/native-stdio-gdbserver.exp: Load "local-board".
7965
8484c955
PA
79662017-10-17 Pedro Alves <palves@redhat.com>
7967
7968 * gdb.base/quit-live.c: New file.
7969 * gdb.base/quit-live.exp: New file.
7970
83d5a34d
KS
79712017-10-16 Keith Seitz <keiths@redhat.com>
7972
7973 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7974 (class_with_protected_typedef, class_with_private_typedef)
7975 (struct_with_public_typedef, struct_with_protected_typedef)
7976 (struct_with_private_typedef): New classes/structs.
7977 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7978 typedefs and access specifiers.
7979
739b3f1d
PA
79802017-10-16 Pedro Alves <palves@redhat.com>
7981 Simon Marchi <simon.marchi@polymtl.ca>
7982
7983 * README (Local vs Remote vs Native): New section.
7984 * boards/local-board.exp: New file, with bits factored out from
7985 ...
7986 * boards/native-extended-gdbserver.exp: ... here. Load
7987 "local-board".
7988 * boards/native-gdbserver.exp: Load "local-board".
7989 (${board}_spawn, ${board}_exec): Delete.
7990 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7991 ...
7992 * boards/stdio-gdbserver-base.exp: ... this new file.
7993 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7994 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7995 procedure.
7996 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7997 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7998 stdio_gdbserver_command.
7999 (${board}_get_remote_address, ${board}_get_comm_port)
8000 (${board}_download, ${board}_upload): Delete.
8001 (get_target_remote_pipe_cmd): New.
8002
fe68b953
SM
80032017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8004
8005 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8006 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8007 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8008 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8009 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8010 remove with_test_prefix.
8011
300b6685
PA
80122017-10-13 Pedro Alves <palves@redhat.com>
8013
8014 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8015 * gdb.base/annota1.exp: Use it instead of is_remote.
8016 * gdb.base/annota3.exp: Use it instead of is_remote.
8017 * gdb.cp/annota2.exp: Use it instead of is_remote.
8018 * gdb.cp/annota3.exp: Use it instead of is_remote.
8019 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8020
50500caf
PA
80212017-10-13 Pedro Alves <palves@redhat.com>
8022
8023 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8024 (test_num_test_vars, run_and_count_vars, find_env)
8025 (test_set_unset_env, test_inherit_env_var): New procedures.
8026 (top level): Use them.
8027
dad0c6d2
PA
80282017-10-13 Pedro Alves <palves@redhat.com>
8029
8030 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8031 also skip on stub-like targets.
8032
8b0553c1
PA
80332017-10-13 Pedro Alves <palves@redhat.com>
8034
8035 PR gdb/22293
8036 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8037 (top level): Move some tests to ...
8038 (test_not_found): ... this new procedure.
8039 (top level): Call it.
8040
7594f623
PA
80412017-10-13 Pedro Alves <palves@redhat.com>
8042
8043 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8044 expect different "info terminal" output if testing with a
8045 non-native target.
8046
ebe3b402
PA
80472017-10-13 Pedro Alves <palves@redhat.com>
8048 Simon Marchi <simon.marchi@polymtl.ca>
8049
8050 PR python/12966
8051 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8052
42f1b161
PA
80532017-10-13 Pedro Alves <palves@redhat.com>
8054
8055 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8056 already.
8057
8d6ef72b
PA
80582017-10-13 Pedro Alves <palves@redhat.com>
8059
8060 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8061 is_remote.
8062
d7bcd5b8
PA
80632017-10-13 Pedro Alves <palves@redhat.com>
8064
8065 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8066 is_remote.
8067
df479dc6
PA
80682017-10-13 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8071 is set.
8072 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8073 instead of is_remote.
8074
23fb630a
PA
80752017-10-13 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8078 (top level): Add comment.
8079
cc77b1dc
PA
80802017-10-13 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/remote.exp (top level): Fix comment typo and add
8083 missing return.
8084
27c9e813
PA
80852017-10-13 Pedro Alves <palves@redhat.com>
8086 Simon Marchi <simon.marchi@polymtl.ca>
8087
8088 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8089 calls and add comments. Skip test if use_gdb_stub is set.
8090 (top level): Use "set cwd" command instead of "cd" command.
8091
5e830d98
PA
80922017-10-13 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8095 is_remote target check.
8096
f5ca0032
PA
80972017-10-13 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.base/scope.exp: Use build_executable + clean_restart +
8100 gdb_file_cmd instead of prepare_for_testing and no longer skip
8101 "before run" tests on is_remote target boards. Update comments.
8102 * boards/native-extended-gdbserver.exp
8103 (extended_gdbserver_load_last_file): New, factored out from ...
8104 (gdb_load): ... this. Move further below and add comment.
8105 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8106
8aed1c0d
PA
81072017-10-12 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.base/attach.exp: Remove references to gdb64.
8110 * gdb.base/dbx.exp: Remove references to gdb64.
8111
cfa34c87
SM
81122017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8113 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/label.exp: Remove is_remote target check.
8116
9192b7de
PA
81172017-10-12 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.base/auvx.exp (coredir): Update comment.
8120 (top level) <core_works>: Use "set cwd" command instead of "cd"
8121 command.
8122
6bf0052d
PA
81232017-10-12 Pedro Alves <palves@redhat.com>
8124 Simon Marchi <simon.marchi@polymtl.ca>
8125
8126 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8127 target boards.
8128
e48ef82d
PA
81292017-10-12 Pedro Alves <palves@redhat.com>
8130 Simon Marchi <simon.marchi@polymtl.ca>
8131
8132 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8133 Instead skip if there's any gdb_protocol set.
8134
8d7aea57
SM
81352017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8136 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8139
30440677
PA
81402017-10-12 Pedro Alves <palves@redhat.com>
8141 Simon Marchi <simon.marchi@polymtl.ca>
8142
8143 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8144 instead of on dejagnu remote boards.
8145
4e04f045 81462017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8147 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8148
8149 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8150 checks. Use build_executable + clean_restart instead of
8151 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8152 of enabling non-stop after starting gdb.
8153
871a186e
PA
81542017-10-12 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8157 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8158 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8159 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8160
56d704da
AK
81612017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8162
8163 * gdb.arch/arc-tdesc-cpu.exp: New file.
8164 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8165
2f20e312
SM
81662017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8167
8168 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8169
65630365
PA
81702017-10-10 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8173 expect CLI output.
8174
bf469271
PA
81752017-10-10 Pedro Alves <palves@redhat.com>
8176
8177 * lib/selftest-support.exp (selftest_setup): Update for
8178 captured_command_loop's prototype change.
8179
777a42f1
PA
81802017-10-09 Pedro Alves <palves@redhat.com>
8181
8182 Test both arch1=>arch2 and arch2=>arch1.
8183
8184 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8185 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8186 factored out to...
8187 (append_arch1_options, append_arch2_options, append_arch_options)
8188 (build_executables): New procedures.
8189 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8190 local.
8191 (top level): Add new 'first_arch' testing axis.
8192
cbd2b4e3
PA
81932017-10-09 Pedro Alves <palves@redhat.com>
8194
8195 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8196 (barrier): New.
8197 (thread_start, all_started): New functions.
8198 (main): Spawn new thread and wait until it is scheduled.
8199 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8200 option.
8201 (do_test): Add 'selected_thread' parameter. Run to all_started
8202 instead of main. Explicitly set the breakpoint at main. Switch
8203 to the SELECTED_THREAD thread.
8204 (top level): Test handling the exec event with either the main
8205 thread or the second thread selected.
8206
5c9e4427
PA
82072017-10-09 Pedro Alves <palves@redhat.com>
8208
8209 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8210 logic. Move STOP marker after the value checks.
8211 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8212 regexp.
8213
b3b7c423
SL
82142017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8215
8216 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8217
3b4b2f16
UW
82182017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8219
8220 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8221 integer-to-dfp conversion.
8222 * gdb.base/dfp-test.exp: Likewise.
8223
5cd63fda
PA
82242017-10-04 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.multi/hangout.c: Include <unistd.h>.
8227 (hangout_loop): New function.
8228 (main): Call alarm. Call hangout_loop in a loop.
8229 * gdb.multi/hello.c: Include <unistd.h>.
8230 (hello_loop): New function.
8231 (main): Call alarm. Call hangout_loop in a loop.
8232 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8233 inferior with the other selected.
8234
4c71c105
SM
82352017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8236
8237 * gdb.mi/list-thread-groups-available.exp: New file.
8238 * gdb.mi/list-thread-groups-available.c: New file.
8239
bc3b087d
SDJ
82402017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8241
8242 * gdb.base/set-cwd.exp: Make it available on
8243 native-extended-gdbserver.
8244
d092c5a2
SDJ
82452017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8246
8247 * gdb.base/set-cwd.c: New file.
8248 * gdb.base/set-cwd.exp: Likewise.
8249
45320ffa
TT
82502017-10-02 Tom Tromey <tom@tromey.com>
8251
8252 PR rust/22236:
8253 * gdb.rust/simple.rs (main): New variable "fslice".
8254 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8255
b3e3859b
TT
82562017-10-02 Tom Tromey <tom@tromey.com>
8257
8258 * gdb.rust/simple.exp: Test ptype of a slice.
8259
01af5e0d
TT
82602017-10-02 Tom Tromey <tom@tromey.com>
8261
8262 * gdb.rust/simple.exp: Test index of slice.
8263
a9bbfbd8
TT
82642017-09-27 Tom Tromey <tom@tromey.com>
8265
8266 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8267
df8899e5
TP
82682017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8269 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/compare-sections.exp (get value of read-only section): Read
8272 as unsigned value.
8273 (corrupt read-only section): Likewise and don't set written if patching
8274 failed.
8275
757bf54b
KB
82762017-09-21 Kevin Buettner <kevinb@redhat.com>
8277
8278 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8279 files.
8280
06871ae8
PA
82812017-09-20 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8284 symbol names in gdb's output.
8285 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8286
e5f25bc5
PA
82872017-09-20 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8290 Rename to ...
8291 (test_list_ambiguous_symbol): ... this and add a symbol name
8292 parameter. Adjust.
8293 (test_list_ambiguous_function): Reimplement on top of
8294 test_list_ambiguous_symbol and also test listing ambiguous
8295 variables.
8296 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8297 (ambiguous_fun): ... this.
8298 (ambiguous_var): New.
8299 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8300 (ambiguous_fun): ... this.
8301 (ambiguous_var): New.
8302
4e5a4f58
JB
83032017-09-19 John Baldwin <jhb@FreeBSD.org>
8304
8305 * gdb.base/starti.c: New file.
8306 * gdb.base/starti.exp: New file.
8307 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8308
26e53f3e
PA
83092017-09-14 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8312 (top level): Use it instead of runto.
8313
cb791d59
TT
83142017-09-11 Tom Tromey <tom@tromey.com>
8315
8316 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8317
7c96f8c1
TT
83182017-09-11 Tom Tromey <tom@tromey.com>
8319
8320 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8321 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8322
469412dd
CW
83232017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8324
8325 * gdb.fortran/printing-types.exp: New file.
8326 * gdb.fortran/printing-types.exp: New file.
8327
e0f86435
BH
83282017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8329
8330 * gdb.fortran/vla-ptype.exp: Fix typos.
8331 * gdb.fortran/vla-value.exp: Same.
8332
9e9af4be
BH
83332017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8334
8335 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8336 * gdb.mi/mi-var-child-f.exp: Likewise.
8337 * gdb.mi/mi-vla-fortran.exp: Likewise.
8338
a5ad232b 83392017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8340 Christoph Weinmann <christoph.t.weinmann@intel.com>
8341 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8342
8343 * gdb.fortran/ptr-indentation.f90: New file.
8344 * gdb.fortran/ptr-indentation.exp: New file.
8345
5aec60eb
TT
83462017-09-05 Tom Tromey <tom@tromey.com>
8347
8348 PR gdb/22010:
8349 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8350
8f8f8152
TP
83512017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8352
8353 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8354
fbd1b771
JK
83552017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * gdb.threads/tls-nodebug-pie.c: New file.
8358 * gdb.threads/tls-nodebug-pie.exp: New file.
8359
5eb5f850
TT
83602017-09-05 Tom Tromey <tom@tromey.com>
8361
8362 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8363 for rust.
8364
ae780a21
SM
83652017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8366
8367 * gdb.multi/multi-arch-exec.exp: Test with different
8368 "follow-exec-mode" settings.
8369 (do_test): New procedure.
8370
3693fdb3
PA
83712017-09-04 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.base/func-static.c (S::method const, S::method volatile)
8374 (S::method volatile const): New methods.
8375 (c_s, v_s, cv_s): New instances.
8376 (main): Call method() on them.
8377 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8378 (cannot_resolve): New procedure.
8379 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8380 print-quote-unquoted columns.
8381 (do_test): Test printing each scope too.
8382
e68cb8e0
PA
83832017-09-04 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.base/local-static.exp: Also test with
8386 class::method::variable wholly quoted.
8387 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8388
858be34c
PA
83892017-09-04 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/local-static.c: New.
8392 * gdb.base/local-static.cc: New.
8393 * gdb.base/local-static.exp: New.
8394
46a4882b
PA
83952017-09-04 Pedro Alves <palves@redhat.com>
8396
8397 * gdb.asm/asm-source.exp: Add casts to int.
8398 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8399 (dataglobal64_1, dataglobal64_2): New globals.
8400 * gdb.base/nodebug.exp: Test different expressions involving the
8401 new globals, with print, whatis and ptype. Add casts to int.
8402 * gdb.base/solib-display.exp: Add casts to int.
8403 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8404 * gdb.cp/m-static.exp: Add cast to int.
8405 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8406 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8407 tls variable with no debug info without a cast. Test with a cast
8408 to int too.
8409 * gdb.trace/entry-values.exp: Add casts.
8410
2c5a2be1
PA
84112017-09-04 Pedro Alves <palves@redhat.com>
8412
8413 * gdb.base/nodebug.exp: Test that ptype's error about functions
8414 with unknown return type includes the function name too.
8415
7022349d
PA
84162017-09-04 Pedro Alves <palves@redhat.com>
8417
8418 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8419 return type of munmap in infcall.
8420 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8421 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8422 type of ftell in infcall.
8423 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8424 type of getpid in infcall.
8425 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8426 infcall.
8427 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8428 Bail on failure to extract the pid.
8429 * gdb.base/nodebug.c: #include <stdint.h>.
8430 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8431 New functions.
8432 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8433 Change expected output of print/whatis/ptype with functions with
8434 no debug info. Test all supported languages. Call
8435 test_call_promotion.
8436 * gdb.compile/compile.exp: Adjust expected output to expect
8437 warning.
8438 * gdb.threads/siginfo-threads.exp: Likewise.
8439
54990598
PA
84402017-09-04 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8443 "prototypes". Test calling float functions via prototyped and
8444 unprototyped function pointers.
8445 (perform_all_tests): New parameter "prototypes". Pass it down.
8446 (top level): Pass down "prototypes" parameter to
8447 perform_all_tests.
8448
34d16ea2
SM
84492017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8450
8451 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8452 Test with nested loops.
8453
9521ecda
SM
84542017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8455
8456 * gdb.base/commands.exp: Call the new procedures.
8457 (loop_break_test, loop_continue_test): New procedures.
8458
80a65e9b
SM
84592017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8460
8461 * gdb.base/commands.exp: Call new procedure.
8462 (define_if_without_arg_test): New procedure.
8463
e439fa14
PA
84642017-09-04 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.base/list-ambiguous.exp: New file.
8467 * gdb.base/list-ambiguous0.c: New file.
8468 * gdb.base/list-ambiguous1.c: New file.
8469 * gdb.base/list.exp (test_list_range): Adjust expected output.
8470
0a2dde4a
SDJ
84712017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8472
8473 * gdb.base/share-env-with-gdbserver.c: New file.
8474 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8475
5e89eb3a
SM
84762017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8477
8478 * gdb.base/commands.exp (gdbvar_simple_if_test,
8479 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8480 progvar_simple_if_test, progvar_simple_while_test,
8481 progvar_complex_if_while_test, user_defined_command_test,
8482 user_defined_command_args_eval,
8483 user_defined_command_args_stack_test,
8484 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8485 temporary_breakpoint_commands,
8486 gdb_test_no_prompt, redefine_hook_test,
8487 redefine_backtrace_test): Remove "global gdb_prompt".
8488
fd437cbc
SM
84892017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8490
8491 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8492 New proc, call it from toplevel.
8493
87215ad1
SDJ
84942017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8495
8496 PR remote/21852
8497 * gdb.server/normal.c: New file, copied from gdb.base.
8498 * gdb.server/run-without-local-binary.exp: New file.
8499
58afddc6
WP
85002017-08-07 Weimin Pan <weimin.pan@oracle.com>
8501
8502 * gdb.arch/sparc64-adi.exp: New file.
8503 * gdb.arch/sparc64-adi.c: New file.
8504
5277199a
PA
85052017-08-22 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8508 (top level): Add "list all overloads" tests.
8509
14278e1f
TT
85102017-08-22 Tom Tromey <tom@tromey.com>
8511
8512 * gdb.gdb/xfullpath.exp: Remove.
8513
bf223d3e
PA
85142017-08-21 Pedro Alves <palves@redhat.com>
8515
8516 PR gdb/19487
8517 * gdb.base/symbol-alias.c: New.
8518 * gdb.base/symbol-alias2.c: New.
8519 * gdb.base/symbol-alias.exp: New.
8520
c973d0aa
PA
85212017-08-21 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.base/dfp-test.c
8524 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8525 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8526 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8527 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8528 * gdb.base/whatis-ptype-typedefs.c: New.
8529 * gdb.base/whatis-ptype-typedefs.exp: New.
8530 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8531 (an_int, an_int_type, an_int_type2): New globals.
8532 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8533 involving typedefs and cast expressions.
8534 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8535 (lookup_typedefs_function): New.
8536 (typedefs_pretty_printers_dict): New.
8537 (top level): Register lookup_typedefs_function in
8538 gdb.pretty_printers.
8539
6d580b63
YQ
85402017-08-18 Yao Qi <yao.qi@linaro.org>
8541
8542 * gdb.server/unittest.exp: New.
8543
206726fb
SDJ
85442017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8545
8546 PR gdb/21954
8547 * gdb.base/environ.exp: Add test to check if 'unset environment'
8548 works.
8549
bf0ec4c2
AA
85502017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8551
8552 * lib/gdb.exp (universal_compile_options): New caching proc.
8553 (gdb_compile): Suppress GCC's coloring of messages.
8554
d6382fff
TT
85552017-08-14 Tom Tromey <tom@tromey.com>
8556
8557 PR gdb/21675:
8558 * gdb.base/printcmds.exp (test_radices): New function.
8559 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8560 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8561 * lib/gdb.exp (get_integer_valueof): Use p/d.
8562
c2c2dd9f
SM
85632017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8564
8565 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8566 characters.
8567
fdffd6f4
TT
85682017-08-05 Tom Tromey <tom@tromey.com>
8569
8570 * gdb.rust/simple.exp: Allow String to appear in a different
8571 namespace.
8572
27d41eac
YQ
85732017-07-26 Yao Qi <yao.qi@linaro.org>
8574
8575 * gdb.gdb/unittest.exp: Invoke command
8576 "maintenance check xml-descriptions".
8577
031ed05d
AA
85782017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8579
8580 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8581 calling context.
8582 (hex128): Drop erroneous calculation of parameters.
8583
dcd27ddf
SM
85842017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8585
8586 * gdb.python/py-unwind.exp: Disable stack protection when
8587 building test file.
8588
47e77640
PA
85892017-07-20 Pedro Alves <palves@redhat.com>
8590
8591 * gdb.base/default.exp (set language): Adjust expected output.
8592
62d2a18a
PA
85932017-07-20 Pedro Alves <palves@redhat.com>
8594
8595 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8596 (test_minsym): ... this, and make static.
8597 (get_pck__foo__bar__minsym): Rename to ...
8598 (get_test_minsym): ... this.
8599 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8600 symbol names and comments.
8601 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8602 (get_test_minsym): ... this.
8603 (pck__foo__bar__minsym__2): Rename to ...
8604 (test_minsym): ... this.
8605 (main): Adjust.
8606
c45ec17c
PA
86072017-07-17 Pedro Alves <palves@redhat.com>
8608
8609 * gdb.base/completion.exp: Adjust expected output.
8610 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8611 the completer works.
8612
c6756f62
PA
86132017-07-17 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8616
5bd68487
AB
86172017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8618
8619 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8620
8880f2a9
TT
86212017-07-14 Tom Tromey <tom@tromey.com>
8622
8623 PR rust/21764:
8624 * gdb.rust/simple.exp: Add tests.
8625
65547233
TT
86262017-07-14 Tom Tromey <tom@tromey.com>
8627
8628 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8629
8f14146e
PA
86302017-07-14 Pedro Alves <palves@redhat.com>
8631
8632 * gdb.linespec/base/one/thefile.cc (z1): New function.
8633 * gdb.linespec/base/two/thefile.cc (z2): New function.
8634 * gdb.linespec/linespec.exp: Add tests.
8635
b4365d02
AB
86362017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8637
8638 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8639 to mi_create_breakpoint.
8640
5d2cbaa5
AB
86412017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8642
8643 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8644 mi_create_breakpoint.
8645
11cb5716
IB
86462017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8647
8648 * gdb.dlang/demangle.exp: Update for demangling changes.
8649
03278692
TT
86502017-07-09 Tom Tromey <tom@tromey.com>
8651
8652 * gdb.dwarf2/shortpiece.exp: New file.
8653
33c5cd75
DB
86542017-07-06 David Blaikie <dblaikie@gmail.com>
8655
8656 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8657 built from fissiont-multi-cu{1,2}.c.
8658 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8659 except putting 'main' and 'func' in separate CUs in the same DWO file.
8660 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8661 test.
8662 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8663 test.
8664
8455d262
PA
86652017-07-06 Pedro Alves <palves@redhat.com>
8666
8667 * gdb.python/py-unwind.exp: Test flushregs.
8668
dc4bde35
SDJ
86692017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8670
8671 PR cli/21688
8672 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8673 tests for alias commands and trailing whitespace.
8674
51ed89aa
SDJ
86752017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8676
8677 PR cli/21688
8678 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8679 procedure. Call it.
8680
eb17d413
PA
86812017-06-29 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/printcmds.exp: Add tests.
8684
41664b45
DG
86852017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8686
8687 PR gdb/21337
8688 * gdb.base/reread-readsym.exp: New file.
8689 * gdb.base/reread-readsym.c: New file.
8690
75312ae3
KB
86912017-06-21 Kevin Buettner <kevinb@redhat.com>
8692
8693 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8694 subpattern.
8695
66953522
PB
86962017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8697
8698 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8699 extended mnemonic.
8700 * gdb.arch/powerpc-power9.s: Likewise.
8701
5524b525
AA
87022017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8703
8704 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8705 on 32-bit x86 targets. Exploit is_*_target macros where
8706 appropriate.
8707
03c8af18
AA
87082017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8709
8710 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8711 register pieces.
8712
3bf31011
AA
87132017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8714
8715 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8716 located in one or more DWARF pieces.
8717
805acca0
AA
87182017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8719
8720 * lib/gdb.exp (get_endianness): New proc.
8721 * gdb.arch/aarch64-fp.exp: Use it.
8722 * gdb.arch/altivec-regs.exp: Likewise.
8723 * gdb.arch/e500-regs.exp: Likewise.
8724 * gdb.arch/vsx-regs.exp: Likewise.
8725 * gdb.base/dump.exp: Likewise.
8726 * gdb.base/funcargs.exp: Likewise.
8727 * gdb.base/gnu_vector.exp: Likewise.
8728 * gdb.dwarf2/formdata16.exp: Likewise.
8729 * gdb.dwarf2/implptrpiece.exp: Likewise.
8730 * gdb.dwarf2/nonvar-access.exp: Likewise.
8731 * gdb.python/py-inferior.exp: Likewise.
8732 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8733
e9352324
AA
87342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8735
8736 PR gdb/21226
8737 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8738 stack value pieces are taken from the LSB end.
8739
d5d1163e
AA
87402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8741
8742 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8743 variable at nonzero offset.
8744
0567c986
AA
87452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8746
8747 * gdb.dwarf2/var-access.c: New file.
8748 * gdb.dwarf2/var-access.exp: New test.
8749 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8750
973e9aab
TT
87512017-06-12 Tom Tromey <tom@tromey.com>
8752
8753 * gdb.dwarf2/formdata16.exp: Add tests.
8754
d9109c80
TT
87552017-06-12 Tom Tromey <tom@tromey.com>
8756
8757 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8758
30a25466
TT
87592017-06-12 Tom Tromey <tom@tromey.com>
8760
8761 PR exp/16225:
8762 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8763 * gdb.arch/vsx-regs.exp: Update tests.
8764 * gdb.arch/s390-vregs.exp (hex128): New proc.
8765 Update test.
8766 * gdb.arch/altivec-regs.exp: Update tests.
8767
aefd8b33
SDJ
87682017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8769
8770 * gdb.base/startup-with-shell.c: New file.
8771 * gdb.base/startup-with-shell.exp: Likewise.
8772
2090129c
SDJ
87732017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8774
8775 * gdb.server/non-existing-program.exp: Update regex in order to
8776 reflect the fact that gdbserver is now using fork_inferior (with a
8777 shell) to startup the inferior.
8778
8e86a419
SM
87792017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8780
8781 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8782 support function calls from GDB.
8783
e6cf65f2
TT
87842017-05-21 Tom Tromey <tom@tromey.com>
8785
8786 PR rust/21466:
8787 * gdb.rust/unsized.exp: New file.
8788 * gdb.rust/unsized.rs: New file.
8789
43cc5389
TT
87902017-05-19 Tom Tromey <tom@tromey.com>
8791
8792 PR rust/21484:
8793 * gdb.rust/watch.exp: New file.
8794 * gdb.rust/watch.rs: New file.
8795
ec8df234
TT
87962017-05-18 Tom Tromey <tom@tromey.com>
8797
8798 * gdb.rust/simple.exp: Allow Box to be qualified.
8799
3e3e7fae
TP
88002017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8801
8802 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8803
59cc050d
PA
88042017-05-18 Pedro Alves <palves@redhat.com>
8805
8806 * gdb.base/fileio.c (test_write, test_read, test_close)
8807 (test_fstat): Don't print 'ret' in the fail path.
8808
c8f6abd1
PA
88092017-05-18 Pedro Alves <palves@redhat.com>
8810
8811 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8812 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8813 (test_system, test_rename, test_unlink, test_time): Change
8814 prototypes.
8815 * gdb.base/fileio.exp (stop_msg): Adjust.
8816
d2a03b77
PA
88172017-05-18 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.base/fileio.c (null_str): New global.
8820 (test_stat): Use it.
8821 * gdb.base/fileio.exp: Remove nowarnings.
8822
0d5c6999
YQ
88232017-05-17 Yao Qi <yao.qi@linaro.org>
8824
8825 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8826
21873064
YQ
88272017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8828
8829 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8830 argument command.
8831 (top-level): Invoke test_set_inferior_tty.
8832
d512d31c
PA
88332017-05-04 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8836 Add parens to print call for Python 3.
8837
90cef2ed
KS
88382017-05-03 Keith Seitz <keiths@redhat.com>
8839
8840 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8841 (main): Call it.
8842
14f819c8
TW
88432017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8844
8845 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8846 to prev and next.
8847
913aeadd
TW
88482017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8849
8850 * gdb.python/py-record-btrace.exp: Remove test for
8851 gdb.BtraceInstruction.error.
8852
a3be24ad
TW
88532017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8854
8855 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8856
ae20e79a
TW
88572017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8858
8859 * gdb.python/py-record-btrace-threads.c: New file.
8860 * gdb.python/py-record-btrace-threads.exp: New file.
8861
45ce1b47
SDJ
88622017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8863
8864 PR testsuite/8595
8865 * gdb.base/environ.exp: Make test available in all architectures.
8866 Move bits related to "info program" testing to
8867 gdb.base/info-program.exp. Rewrite tests to use the two new
8868 procedures mentione below.
8869 (test_set_show_env_var) New procedure.
8870 (test_set_show_env_var_equal): Likewise.
8871 * gdb.base/info-program.exp: New file.
8872
e15c3eb4
KS
88732017-04-27 Keith Seitz <keiths@redhat.com>
8874
8875 * gdb.cp/oranking.cc (test15): New function.
8876 (main): Call test15 and declare additional variables for testing.
8877 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8878 "p foo101('abc')" tests.
8879 Add tests for cv qualifier overloads.
8880 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8881 "lvalue reference overload" test.
8882 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8883 "print value of f1 on Child&& in f2" test.
8884
3a3fd0fd
PA
88852017-04-19 Pedro Alves <palves@redhat.com>
8886
8887 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8888 procedure.
8889 (top level): Call it.
8890 * lib/gdb.exp (gdb_define_cmd): New procedure.
8891
53375380
PA
88922017-04-12 Pedro Alves <palves@redhat.com>
8893
8894 PR gdb/21323
8895 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8896 (wchar): New global.
8897 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8898 (do_test_wide_char, wide_char_types_no_program, top level): Add
8899 wchar_t testing.
8900
53e710ac
PA
89012017-04-12 Pedro Alves <palves@redhat.com>
8902
8903 PR c++/21323
8904 * gdb.cp/wide_char_types.c: New file.
8905 * gdb.cp/wide_char_types.exp: New file.
8906
0ad9d8c7
SDJ
89072017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8908
8909 PR gdb/21352
8910 * gdb.trace/tsv.exp: Add test for "tsave -r".
8911
b1b45502
IB
89122017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8913
8914 * gdb.dlang/watch-loc.c: New file.
8915 * gdb.dlang/watch-loc.exp: New file.
8916
ec13808e
JK
89172017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8918
8919 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8920
fe5f7374
AK
89212017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8922
8923 * gdb.arch/arc-analyze-prologue.S: New file.
8924 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8925
eea78757
AK
89262017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8927
8928 * gdb.arch/arc-decode-insn.S: New file.
8929 * gdb.arch/arc-decode-insn.exp: Likewise.
8930
5badf10a
IR
89312017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8932
8933 PR tdep/20928
8934 * gdb.arch/sparc64-regs.exp: New file.
8935 * gdb.arch/sparc64-regs.S: Likewise.
8936
cee59b3f
TW
89372017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8938
8939 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8940 and memory view on Python 3.
8941
c0f55cc6
AV
89422017-03-20 Artemiy Volkov <artemiyv@acm.org>
8943 Keith Seitz <keiths@redhat.com>
8944
8945 PR gdb/14441
8946 * gdb.cp/demangle.exp: Add rvalue reference tests.
8947 * gdb.cp/rvalue-ref-casts.cc: New file.
8948 * gdb.cp/rvalue-ref-casts.exp: New file.
8949 * gdb.cp/rvalue-ref-overload.cc: New file.
8950 * gdb.cp/rvalue-ref-overload.exp: New file.
8951 * gdb.cp/rvalue-ref-params.cc: New file.
8952 * gdb.cp/rvalue-ref-params.exp: New file.
8953 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8954 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8955 * gdb.cp/rvalue-ref-types.cc: New file.
8956 * gdb.cp/rvalue-ref-types.exp: New file.
8957 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8958 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8959
51457a05
MAL
89602017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8961
8962 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8963 New procedure.
8964
5b291c04
MAL
89652017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8966
8967 * lib/mi-support.exp (mi_gdb_test): Add additional message
8968 for unexpected output.
8969
59a56148
AA
89702017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8971
8972 * gdb.base/examine-backward.c (Barrier): New character array
8973 constant, to ensure that TestStrings is preceded by a string
8974 terminator.
8975
7942e96e
AA
89762017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8977
8978 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8979 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8980 and implicit pointer into such a location.
8981
6ebac3fb
DE
89822017-03-16 Doug Evans <dje@google.com>
8983
8984 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8985
ec3b243d
TP
89862017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8987
8988 * gdb.cp/m-static.exp: Fix expectation for prototype of
8989 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8990
89912017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8992
8993 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8994 * gdb.guile/scm-lazy-string.c: New file.
8995 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8996 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8997 for pointer, array, typedef lazy strings.
8998
2cc36e25 89992017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9000
9001 PR python/17728, python/18439, python/18779
9002 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9003 * gdb.python/py-lazy-string.c (pointer): New typedef.
9004 (main): New locals ptr, array, typedef_ptr.
9005 * gdb.python/py-value.exp: Move lazy string tests to ...
9006 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9007 array, typedef lazy strings.
ec3b243d 9008
0efcde63
AK
90092017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9010
9011 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9012 Add optional 'test' parameter.
9013
7978d7c3
SM
90142017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9015
9016 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9017 Skip for versions of DejaGnu < 1.5.
9018
896c0c1e
SM
90192017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9020
9021 * lib/gdb.exp (dejagnu_version): New proc.
9022 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9023 Use dejagnu_version.
9024
5f4d1085
KS
90252017-03-10 Keith Seitz <keiths@redhat.com>
9026
9027 PR c++/8128
9028 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9029 type from destructor regexps.
9030 Add a branch which actually passes the test.
9031 Adjust "ptype t5i" test names.
9032
1de05205
PA
90332017-03-08 Pedro Alves <palves@redhat.com>
9034
9035 * gdb.base/step-over-exit.exp: Add explicit test message.
9036
c65d6b55
PA
90372017-03-08 Pedro Alves <palves@redhat.com>
9038
9039 PR gdb/18360
9040 * gdb.threads/interrupt-while-step-over.c: New file.
9041 * gdb.threads/interrupt-while-step-over.exp: New file.
9042
2e86a283
PA
90432017-03-08 Pedro Alves <palves@redhat.com>
9044
9045 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9046 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9047
25dcbff6
PA
90482017-03-08 Pedro Alves <palves@redhat.com>
9049
9050 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9051 PKRU as not supported as a PASS.
9052
dc9366eb
PA
90532017-03-08 Pedro Alves <palves@redhat.com>
9054
9055 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9056 prefix instead of $binfile1/$binfile2.
9057 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9058 in test message.
9059 * gdb.python/py-completion.exp: Use "load python file" as test
9060 messages instead of unstable path names.
9061
6e5d74e7
PA
90622017-03-08 Pedro Alves <palves@redhat.com>
9063 Jan Kratochvil <jan.kratochvil@redhat.com>
9064
9065 PR cli/21218
9066 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9067 New proc.
9068 (top level): Call it.
9069
9753a2f6
PA
90702017-03-08 Pedro Alves <palves@redhat.com>
9071
9072 PR tui/21216
9073 * gdb.tui/tui-nl-filtered-output.exp: New file.
9074
1a4dd9dd
PA
90752017-03-08 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.base/completion.exp: Move TUI completion tests to ...
9078 * gdb.tui/completion.exp: ... this new file.
9079
7cbbff33
PA
90802017-03-08 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.base/tui-disasm-long-lines.c,
9083 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9084 gdb.base/tui-layout.exp: Move to ...
9085 * gdb.tui/: ... this new directory.
9086
5f6fd321
PA
90872017-03-07 Pedro Alves <palves@redhat.com>
9088
9089 * gdb.base/tui-layout.c: New file.
9090 * gdb.base/tui-layout.exp: New file.
9091
44959fa8
PA
90922017-03-07 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/tui-layout.c: Rename to ...
9095 * gdb.base/tui-disasm-long-lines.c: ... this.
9096 * gdb.base/tui-layout.exp: Rename to ...
9097 * gdb.base/tui-disasm-long-lines.exp: ... this.
9098
f8c4e718
PA
90992017-03-07 Pedro Alves <palves@redhat.com>
9100
9101 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9102
6dbb839a 91032017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9104
9105 * i386-mpx-call.c: New file.
9106 * i386-mpx-call.exp: New file.
9107
65b48a81
PB
91082017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9109
9110 * gdb.arch/powerpc-power.exp: Delete test.
9111 * gdb.arch/powerpc-power.s: Likewise.
9112 * gdb.disasm/disassembler-options.exp: New test.
9113 * gdb.arch/powerpc-altivec.exp: Likewise.
9114 * gdb.arch/powerpc-altivec.s: Likewise.
9115 * gdb.arch/powerpc-altivec2.exp: Likewise.
9116 * gdb.arch/powerpc-altivec2.s: Likewise.
9117 * gdb.arch/powerpc-altivec3.exp: Likewise.
9118 * gdb.arch/powerpc-altivec3.s: Likewise.
9119 * gdb.arch/powerpc-power7.exp: Likewise.
9120 * gdb.arch/powerpc-power7.s: Likewise.
9121 * gdb.arch/powerpc-power8.exp: Likewise.
9122 * gdb.arch/powerpc-power8.s: Likewise.
9123 * gdb.arch/powerpc-power9.exp: Likewise.
9124 * gdb.arch/powerpc-power9.s: Likewise.
9125 * gdb.arch/powerpc-vsx.exp: Likewise.
9126 * gdb.arch/powerpc-vsx.s: Likewise.
9127 * gdb.arch/powerpc-vsx2.exp: Likewise.
9128 * gdb.arch/powerpc-vsx2.s: Likewise.
9129 * gdb.arch/powerpc-vsx3.exp: Likewise.
9130 * gdb.arch/powerpc-vsx3.s: Likewise.
9131 * gdb.arch/arm-disassembler-options.exp: Likewise.
9132 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9133 * gdb.arch/s390-disassembler-options.exp: Likewise.
9134
17cd4947
LM
91352017-02-23 Luis Machado <lgustavo@codesourcery.com>
9136
9137 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9138 (check_supported_features): ... this. Changed return type to void.
9139 (supports_rdseed): New static global.
9140 (rdseed): Check supports_rdseed.
9141 (initialize): Call check_supported_features.
9142
2039d74e
EBM
91432017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9144
9145 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9146 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9147 and lqarx/stqcx.
9148 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9149 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9150
a51d7ecf
EBM
91512017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9152
9153 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9154 uppercase.
9155
0224619f
JK
91562017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9157
9158 * gdb.dwarf2/formdata16.c: New file.
9159 * gdb.dwarf2/formdata16.exp: New file.
9160 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9161
216f72a1
JK
91622017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9163
9164 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9165 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9166 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9167 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9168 DW_AT_GNU_*.
9169
43988095
JK
91702017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9171
9172 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9173
99e8a4f9
SDJ
91742017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9175
9176 PR gdb/21164
9177 * gdb.base/maint.exp: Add testcases for when the commands do
9178 not have arguments.
9179
b58a8c0c
TP
91802017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9181
9182 * gdb.cp/chained-calls.exp: Use p instead of P.
9183
4e746bb6
TW
91842017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9185
9186 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9187 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9188
3f77c769
TT
91892017-02-14 Tom Tromey <tom@tromey.com>
9190
9191 PR python/13598:
9192 * gdb.python/py-events.exp: Add before_prompt event tests.
9193
075beec0
AA
91942017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9195
9196 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9197
bf5f525c
LM
91982017-02-13 Luis Machado <lgustavo@codesourcery.com>
9199
9200 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9201 (main): Call my_unique_function_name.
9202 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9203 completion of patterns with a single match.
9204 Add missing -re switches to gdb_test_multiple calls.
9205
13a66184
LM
92062017-02-13 Luis Machado <lgustavo@codesourcery.com>
9207
9208 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9209 return if core file is not recognized.
9210
26a06916
SM
92112017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9212
9213 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9214 and extra UIs.
9215
b761ca9e
SM
92162017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9217
9218 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9219 proc_with_prefix.
9220
b964bee0
TT
92212017-02-10 Tom Tromey <tom@tromey.com>
9222
9223 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9224
18da0c51
MG
92252017-02-10 Martin Galvan <martingalvan@sourceware.org>
9226
9227 PR gdb/21122
9228 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9229
604c4576
JG
92302017-02-08 Jerome Guitton <guitton@adacore.com>
9231
9232 * gdb.base/define.exp: Add test for command abbreviations
9233 in define.
9234
20b477a7
LM
92352017-02-06 Luis Machado <lgustavo@codesourcery.com>
9236
9237 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9238 * gdb.reverse/insn-reverse-x86.c: New file.
9239
3f7b46f2
IR
92402017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9241
9242 PR tdep/20936
9243 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9244
f0fd41c1
TT
92452017-02-03 Tom Tromey <tom@tromey.com>
9246
9247 PR rust/21097:
9248 * gdb.rust/simple.exp: Add new tests.
9249
5be5dbf0
PA
92502017-02-02 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9253 tests.
9254
7346ef59
AA
92552017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9256
9257 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9258 taking a 2-byte value out of a 4-byte DWARF implicit value on
9259 big-endian targets.
9260 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9261 logic. Add test cases for DW_OP_implicit.
9262
787f0025
MM
92632017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9264
9265 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9266
68777c29
MM
92672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9268
9269 * gdb.btrace/enable.exp: Call gdb_exit before
9270 skip_gdbserver_tests.
9271
0a1c7e28
MM
92722017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9273
9274 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9275 GDBFLAGS.
9276
b5ac99b0
MM
92772017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9278
9279 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9280 the test is skipped.
9281 * gdb.btrace/data.exp: Likewise.
9282 * gdb.btrace/delta.exp: Likewise.
9283 * gdb.btrace/dlopen.exp: Likewise.
9284 * gdb.btrace/enable-running.exp: Likewise.
9285 * gdb.btrace/enable.exp: Likewise.
9286 * gdb.btrace/exception.exp: Likewise.
9287 * gdb.btrace/function_call_history.exp: Likewise.
9288 * gdb.btrace/gcore.exp: Likewise.
9289 * gdb.btrace/instruction_history.exp: Likewise.
9290 * gdb.btrace/multi-thread-step.exp: Likewise.
9291 * gdb.btrace/nohist.exp: Likewise.
9292 * gdb.btrace/non-stop.exp: Likewise.
9293 * gdb.btrace/reconnect.exp: Likewise.
9294 * gdb.btrace/record_goto-step.exp: Likewise.
9295 * gdb.btrace/record_goto.exp: Likewise.
9296 * gdb.btrace/rn-dl-bind.exp: Likewise.
9297 * gdb.btrace/segv.exp: Likewise.
9298 * gdb.btrace/step.exp: Likewise.
9299 * gdb.btrace/stepi.exp: Likewise.
9300 * gdb.btrace/tailcall-only.exp: Likewise.
9301 * gdb.btrace/tailcall.exp: Likewise.
9302 * gdb.btrace/tsx.exp: Likewise.
9303 * gdb.btrace/unknown_functions.exp: Likewise.
9304 * gdb.btrace/vdso.exp: Likewise.
9305
cd4007e4
MM
93062017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9307
9308 * gdb.btrace/enable-running.c: New.
9309 * gdb.btrace/enable-running.exp: New.
9310
2735833d
WT
93112017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9312
9313 * gdb.arch/amd64-gs_base.c: New file.
9314 * gdb.arch/amd64-gs_base.exp: New file.
9315
b51e1e94
LM
93162017-01-26 Luis Machado <lgustavo@codesourcery.com>
9317
9318 * lib/memory.exp: Remove spurious empty newlines.
9319
72ca0410
SM
93202017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9321
9322 * gdb.python/py-bad-printers.exp: Load python file using "source".
9323 * gdb.python/py-events.exp: Likewise.
9324 * gdb.python/py-evsignal.exp: Likewise.
9325 * gdb.python/py-evthreads.exp: Likewise.
9326 * gdb.python/py-frame-args.exp: Likewise.
9327 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9328 * gdb.python/py-framefilter-mi.exp: Likewise.
9329 * gdb.python/py-framefilter.exp: Likewise.
9330 * gdb.python/py-mi.exp: Likewise.
9331 * gdb.python/py-pp-maint.exp: Likewise.
9332 * gdb.python/py-pp-registration.exp: Likewise.
9333 * gdb.python/py-prettyprint.exp: Likewise.
9334 (run_lang_tests): Likewise.
9335 * gdb.python/py-typeprint.exp: Likewise.
9336
e309aa65
LM
93372017-01-26 Luis Machado <lgustavo@codesourcery.com>
9338
9339 * lib/memory.exp: New file.
9340 * lib/gdb.exp: Load memory.exp.
9341 * gdb.base/memattr.exp (delete_memory): Move proc to
9342 lib/memory.exp and rename to delete_memory_regions.
9343 Replace delete_memory with delete_memory_regions.
9344 Cleanup memory regions before tests.
9345 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9346 before tests.
9347
515aff23
LM
93482017-01-26 Luis Machado <lgustavo@codesourcery.com>
9349
9350 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9351 files.
9352 (initialize): New function conditionally defined.
9353 (testcases): Move within conditional block.
9354 (main): Call initialize.
9355 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9356 of gdb.reverse/insn-reverse.c.
9357 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9358 gdb.reverse/insn-reverse.c.
9359
d8b49cf0
YQ
93602017-01-26 Yao Qi <yao.qi@linaro.org>
9361
9362 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9363 disassemble on address 0.
9364
f13a9a0c
YQ
93652017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9366 Yao Qi <yao.qi@linaro.org>
9367
9368 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9369 * gdb.dwarf2/implptr-64bit.S: Remove.
9370 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9371 variables in caller's context. Add DW_OP_implicit_value.
9372
5ac95241
YQ
93732017-01-25 Yao Qi <yao.qi@linaro.org>
9374
9375 * lib/dwarf.exp (Dwarf::_location): Handle
9376 DW_OP_GNU_implicit_pointer with proper size.
9377
23e82930
LM
93782017-01-20 Luis Machado <lgustavo@codesourcery.com>
9379
9380 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9381 and add untested calls.
9382
d334ae25
LM
93832017-01-20 Luis Machado <lgustavo@codesourcery.com>
9384
9385 * gdb.python/python.exp: Check line number against what GDB thinks
9386 the line number is for func1.
9387
f5e6296e
IB
93882017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9389
9390 * gdb.dlang/debug-expr.exp: New file.
9391
5b362f04
LM
93922016-12-23 Luis Machado <lgustavo@codesourcery.com>
9393
9394 Fix test names for the following files:
9395
9396 * gdb.ada/exec_changed.exp
9397 * gdb.ada/info_types.exp
9398 * gdb.arch/aarch64-atomic-inst.exp
9399 * gdb.arch/aarch64-fp.exp
9400 * gdb.arch/altivec-abi.exp
9401 * gdb.arch/altivec-regs.exp
9402 * gdb.arch/amd64-byte.exp
9403 * gdb.arch/amd64-disp-step.exp
9404 * gdb.arch/amd64-dword.exp
9405 * gdb.arch/amd64-entry-value-inline.exp
9406 * gdb.arch/amd64-entry-value-param.exp
9407 * gdb.arch/amd64-entry-value-paramref.exp
9408 * gdb.arch/amd64-entry-value.exp
9409 * gdb.arch/amd64-i386-address.exp
9410 * gdb.arch/amd64-invalid-stack-middle.exp
9411 * gdb.arch/amd64-invalid-stack-top.exp
9412 * gdb.arch/amd64-optimout-repeat.exp
9413 * gdb.arch/amd64-prologue-skip.exp
9414 * gdb.arch/amd64-prologue-xmm.exp
9415 * gdb.arch/amd64-stap-special-operands.exp
9416 * gdb.arch/amd64-stap-wrong-subexp.exp
9417 * gdb.arch/amd64-tailcall-cxx.exp
9418 * gdb.arch/amd64-tailcall-noret.exp
9419 * gdb.arch/amd64-tailcall-ret.exp
9420 * gdb.arch/amd64-tailcall-self.exp
9421 * gdb.arch/amd64-word.exp
9422 * gdb.arch/arm-bl-branch-dest.exp
9423 * gdb.arch/arm-disp-step.exp
9424 * gdb.arch/arm-neon.exp
9425 * gdb.arch/arm-single-step-kernel-helper.exp
9426 * gdb.arch/avr-flash-qualifier.exp
9427 * gdb.arch/disp-step-insn-reloc.exp
9428 * gdb.arch/e500-abi.exp
9429 * gdb.arch/e500-regs.exp
9430 * gdb.arch/ftrace-insn-reloc.exp
9431 * gdb.arch/i386-avx512.exp
9432 * gdb.arch/i386-bp_permanent.exp
9433 * gdb.arch/i386-byte.exp
9434 * gdb.arch/i386-cfi-notcurrent.exp
9435 * gdb.arch/i386-disp-step.exp
9436 * gdb.arch/i386-dr3-watch.exp
9437 * gdb.arch/i386-float.exp
9438 * gdb.arch/i386-gnu-cfi.exp
9439 * gdb.arch/i386-mpx-map.exp
9440 * gdb.arch/i386-mpx-sigsegv.exp
9441 * gdb.arch/i386-mpx-simple_segv.exp
9442 * gdb.arch/i386-mpx.exp
9443 * gdb.arch/i386-permbkpt.exp
9444 * gdb.arch/i386-prologue.exp
9445 * gdb.arch/i386-signal.exp
9446 * gdb.arch/i386-size-overlap.exp
9447 * gdb.arch/i386-unwind.exp
9448 * gdb.arch/i386-word.exp
9449 * gdb.arch/mips-fcr.exp
9450 * gdb.arch/powerpc-d128-regs.exp
9451 * gdb.arch/powerpc-stackless.exp
9452 * gdb.arch/ppc64-atomic-inst.exp
9453 * gdb.arch/s390-stackless.exp
9454 * gdb.arch/s390-tdbregs.exp
9455 * gdb.arch/s390-vregs.exp
9456 * gdb.arch/sparc-sysstep.exp
9457 * gdb.arch/thumb-bx-pc.exp
9458 * gdb.arch/thumb-singlestep.exp
9459 * gdb.arch/thumb2-it.exp
9460 * gdb.arch/vsx-regs.exp
9461 * gdb.asm/asm-source.exp
9462 * gdb.base/a2-run.exp
9463 * gdb.base/advance.exp
9464 * gdb.base/all-bin.exp
9465 * gdb.base/anon.exp
9466 * gdb.base/args.exp
9467 * gdb.base/arithmet.exp
9468 * gdb.base/async-shell.exp
9469 * gdb.base/async.exp
9470 * gdb.base/attach-pie-noexec.exp
9471 * gdb.base/attach-twice.exp
9472 * gdb.base/auto-load.exp
9473 * gdb.base/bang.exp
9474 * gdb.base/bitfields.exp
9475 * gdb.base/break-always.exp
9476 * gdb.base/break-caller-line.exp
9477 * gdb.base/break-entry.exp
9478 * gdb.base/break-inline.exp
9479 * gdb.base/break-on-linker-gcd-function.exp
9480 * gdb.base/break-probes.exp
9481 * gdb.base/break.exp
9482 * gdb.base/breakpoint-shadow.exp
9483 * gdb.base/call-ar-st.exp
9484 * gdb.base/call-sc.exp
9485 * gdb.base/call-signal-resume.exp
9486 * gdb.base/call-strs.exp
9487 * gdb.base/callfuncs.exp
9488 * gdb.base/catch-fork-static.exp
9489 * gdb.base/catch-gdb-caused-signals.exp
9490 * gdb.base/catch-load.exp
9491 * gdb.base/catch-signal-fork.exp
9492 * gdb.base/catch-signal.exp
9493 * gdb.base/catch-syscall.exp
9494 * gdb.base/charset.exp
9495 * gdb.base/checkpoint.exp
9496 * gdb.base/chng-syms.exp
9497 * gdb.base/code-expr.exp
9498 * gdb.base/code_elim.exp
9499 * gdb.base/commands.exp
9500 * gdb.base/completion.exp
9501 * gdb.base/complex.exp
9502 * gdb.base/cond-expr.exp
9503 * gdb.base/condbreak.exp
9504 * gdb.base/consecutive.exp
9505 * gdb.base/continue-all-already-running.exp
9506 * gdb.base/coredump-filter.exp
9507 * gdb.base/corefile.exp
9508 * gdb.base/dbx.exp
9509 * gdb.base/debug-expr.exp
9510 * gdb.base/define.exp
9511 * gdb.base/del.exp
9512 * gdb.base/disabled-location.exp
9513 * gdb.base/disasm-end-cu.exp
9514 * gdb.base/disasm-optim.exp
9515 * gdb.base/display.exp
9516 * gdb.base/duplicate-bp.exp
9517 * gdb.base/ena-dis-br.exp
9518 * gdb.base/ending-run.exp
9519 * gdb.base/enumval.exp
9520 * gdb.base/environ.exp
9521 * gdb.base/eu-strip-infcall.exp
9522 * gdb.base/eval-avoid-side-effects.exp
9523 * gdb.base/eval-skip.exp
9524 * gdb.base/exitsignal.exp
9525 * gdb.base/expand-psymtabs.exp
9526 * gdb.base/filesym.exp
9527 * gdb.base/find-unmapped.exp
9528 * gdb.base/finish.exp
9529 * gdb.base/float.exp
9530 * gdb.base/foll-exec-mode.exp
9531 * gdb.base/foll-exec.exp
9532 * gdb.base/foll-fork.exp
9533 * gdb.base/fortran-sym-case.exp
9534 * gdb.base/freebpcmd.exp
9535 * gdb.base/func-ptr.exp
9536 * gdb.base/func-ptrs.exp
9537 * gdb.base/funcargs.exp
9538 * gdb.base/gcore-buffer-overflow.exp
9539 * gdb.base/gcore-relro-pie.exp
9540 * gdb.base/gcore-relro.exp
9541 * gdb.base/gcore.exp
9542 * gdb.base/gdb1090.exp
9543 * gdb.base/gdb11530.exp
9544 * gdb.base/gdb11531.exp
9545 * gdb.base/gdb1821.exp
9546 * gdb.base/gdbindex-stabs.exp
9547 * gdb.base/gdbvars.exp
9548 * gdb.base/hbreak.exp
9549 * gdb.base/hbreak2.exp
9550 * gdb.base/included.exp
9551 * gdb.base/infcall-input.exp
9552 * gdb.base/inferior-died.exp
9553 * gdb.base/infnan.exp
9554 * gdb.base/info-macros.exp
9555 * gdb.base/info-os.exp
9556 * gdb.base/info-proc.exp
9557 * gdb.base/info-shared.exp
9558 * gdb.base/info-target.exp
9559 * gdb.base/infoline.exp
9560 * gdb.base/interp.exp
9561 * gdb.base/interrupt.exp
9562 * gdb.base/jit-reader.exp
9563 * gdb.base/jit-simple.exp
9564 * gdb.base/kill-after-signal.exp
9565 * gdb.base/kill-detach-inferiors-cmd.exp
9566 * gdb.base/label.exp
9567 * gdb.base/langs.exp
9568 * gdb.base/ldbl_e308.exp
9569 * gdb.base/line-symtabs.exp
9570 * gdb.base/linespecs.exp
9571 * gdb.base/list.exp
9572 * gdb.base/long_long.exp
9573 * gdb.base/longest-types.exp
9574 * gdb.base/maint.exp
9575 * gdb.base/max-value-size.exp
9576 * gdb.base/memattr.exp
9577 * gdb.base/mips_pro.exp
9578 * gdb.base/morestack.exp
9579 * gdb.base/moribund-step.exp
9580 * gdb.base/multi-forks.exp
9581 * gdb.base/nested-addr.exp
9582 * gdb.base/nextoverexit.exp
9583 * gdb.base/noreturn-finish.exp
9584 * gdb.base/noreturn-return.exp
9585 * gdb.base/nostdlib.exp
9586 * gdb.base/offsets.exp
9587 * gdb.base/opaque.exp
9588 * gdb.base/pc-fp.exp
9589 * gdb.base/permissions.exp
9590 * gdb.base/print-symbol-loading.exp
9591 * gdb.base/prologue-include.exp
9592 * gdb.base/psymtab.exp
9593 * gdb.base/ptype.exp
9594 * gdb.base/random-signal.exp
9595 * gdb.base/randomize.exp
9596 * gdb.base/range-stepping.exp
9597 * gdb.base/readline-ask.exp
9598 * gdb.base/recpar.exp
9599 * gdb.base/recurse.exp
9600 * gdb.base/relational.exp
9601 * gdb.base/restore.exp
9602 * gdb.base/return-nodebug.exp
9603 * gdb.base/return.exp
9604 * gdb.base/run-after-attach.exp
9605 * gdb.base/save-bp.exp
9606 * gdb.base/scope.exp
9607 * gdb.base/sect-cmd.exp
9608 * gdb.base/set-lang-auto.exp
9609 * gdb.base/set-noassign.exp
9610 * gdb.base/setvar.exp
9611 * gdb.base/sigall.exp
9612 * gdb.base/sigbpt.exp
9613 * gdb.base/siginfo-addr.exp
9614 * gdb.base/siginfo-infcall.exp
9615 * gdb.base/siginfo-obj.exp
9616 * gdb.base/siginfo.exp
9617 * gdb.base/signals-state-child.exp
9618 * gdb.base/signest.exp
9619 * gdb.base/sigstep.exp
9620 * gdb.base/sizeof.exp
9621 * gdb.base/skip.exp
9622 * gdb.base/solib-corrupted.exp
9623 * gdb.base/solib-nodir.exp
9624 * gdb.base/solib-search.exp
9625 * gdb.base/stack-checking.exp
9626 * gdb.base/stale-infcall.exp
9627 * gdb.base/stap-probe.exp
9628 * gdb.base/start.exp
9629 * gdb.base/step-break.exp
9630 * gdb.base/step-bt.exp
9631 * gdb.base/step-line.exp
9632 * gdb.base/step-over-exit.exp
9633 * gdb.base/step-over-syscall.exp
9634 * gdb.base/step-resume-infcall.exp
9635 * gdb.base/step-test.exp
9636 * gdb.base/store.exp
9637 * gdb.base/structs3.exp
9638 * gdb.base/sym-file.exp
9639 * gdb.base/symbol-without-target_section.exp
9640 * gdb.base/term.exp
9641 * gdb.base/testenv.exp
9642 * gdb.base/ui-redirect.exp
9643 * gdb.base/until.exp
9644 * gdb.base/unwindonsignal.exp
9645 * gdb.base/value-double-free.exp
9646 * gdb.base/vla-datatypes.exp
9647 * gdb.base/vla-ptr.exp
9648 * gdb.base/vla-sideeffect.exp
9649 * gdb.base/volatile.exp
9650 * gdb.base/watch-cond-infcall.exp
9651 * gdb.base/watch-cond.exp
9652 * gdb.base/watch-non-mem.exp
9653 * gdb.base/watch-read.exp
9654 * gdb.base/watch-vfork.exp
9655 * gdb.base/watchpoint-cond-gone.exp
9656 * gdb.base/watchpoint-delete.exp
9657 * gdb.base/watchpoint-hw-hit-once.exp
9658 * gdb.base/watchpoint-hw.exp
9659 * gdb.base/watchpoint-stops-at-right-insn.exp
9660 * gdb.base/watchpoints.exp
9661 * gdb.base/wchar.exp
9662 * gdb.base/whatis-exp.exp
9663 * gdb.btrace/buffer-size.exp
9664 * gdb.btrace/data.exp
9665 * gdb.btrace/delta.exp
9666 * gdb.btrace/dlopen.exp
9667 * gdb.btrace/enable.exp
9668 * gdb.btrace/exception.exp
9669 * gdb.btrace/function_call_history.exp
9670 * gdb.btrace/gcore.exp
9671 * gdb.btrace/instruction_history.exp
9672 * gdb.btrace/nohist.exp
9673 * gdb.btrace/reconnect.exp
9674 * gdb.btrace/record_goto-step.exp
9675 * gdb.btrace/record_goto.exp
9676 * gdb.btrace/rn-dl-bind.exp
9677 * gdb.btrace/segv.exp
9678 * gdb.btrace/step.exp
9679 * gdb.btrace/stepi.exp
9680 * gdb.btrace/tailcall-only.exp
9681 * gdb.btrace/tailcall.exp
9682 * gdb.btrace/tsx.exp
9683 * gdb.btrace/unknown_functions.exp
9684 * gdb.btrace/vdso.exp
9685 * gdb.compile/compile-ifunc.exp
9686 * gdb.compile/compile-ops.exp
9687 * gdb.compile/compile-print.exp
9688 * gdb.compile/compile-setjmp.exp
9689 * gdb.cp/abstract-origin.exp
9690 * gdb.cp/ambiguous.exp
9691 * gdb.cp/annota2.exp
9692 * gdb.cp/annota3.exp
9693 * gdb.cp/anon-ns.exp
9694 * gdb.cp/anon-struct.exp
9695 * gdb.cp/anon-union.exp
9696 * gdb.cp/arg-reference.exp
9697 * gdb.cp/baseenum.exp
9698 * gdb.cp/bool.exp
9699 * gdb.cp/breakpoint.exp
9700 * gdb.cp/bs15503.exp
9701 * gdb.cp/call-c.exp
9702 * gdb.cp/casts.exp
9703 * gdb.cp/chained-calls.exp
9704 * gdb.cp/class2.exp
9705 * gdb.cp/classes.exp
9706 * gdb.cp/cmpd-minsyms.exp
9707 * gdb.cp/converts.exp
9708 * gdb.cp/cp-relocate.exp
9709 * gdb.cp/cpcompletion.exp
9710 * gdb.cp/cpexprs.exp
9711 * gdb.cp/cplabel.exp
9712 * gdb.cp/cplusfuncs.exp
9713 * gdb.cp/cpsizeof.exp
9714 * gdb.cp/ctti.exp
9715 * gdb.cp/derivation.exp
9716 * gdb.cp/destrprint.exp
9717 * gdb.cp/dispcxx.exp
9718 * gdb.cp/enum-class.exp
9719 * gdb.cp/exception.exp
9720 * gdb.cp/exceptprint.exp
9721 * gdb.cp/expand-psymtabs-cxx.exp
9722 * gdb.cp/expand-sals.exp
9723 * gdb.cp/extern-c.exp
9724 * gdb.cp/filename.exp
9725 * gdb.cp/formatted-ref.exp
9726 * gdb.cp/fpointer.exp
9727 * gdb.cp/gdb1355.exp
9728 * gdb.cp/gdb2495.exp
9729 * gdb.cp/hang.exp
9730 * gdb.cp/impl-this.exp
9731 * gdb.cp/infcall-dlopen.exp
9732 * gdb.cp/inherit.exp
9733 * gdb.cp/iostream.exp
9734 * gdb.cp/koenig.exp
9735 * gdb.cp/local.exp
9736 * gdb.cp/m-data.exp
9737 * gdb.cp/m-static.exp
9738 * gdb.cp/mb-ctor.exp
9739 * gdb.cp/mb-inline.exp
9740 * gdb.cp/mb-templates.exp
9741 * gdb.cp/member-name.exp
9742 * gdb.cp/member-ptr.exp
9743 * gdb.cp/meth-typedefs.exp
9744 * gdb.cp/method.exp
9745 * gdb.cp/method2.exp
9746 * gdb.cp/minsym-fallback.exp
9747 * gdb.cp/misc.exp
9748 * gdb.cp/namelessclass.exp
9749 * gdb.cp/namespace-enum.exp
9750 * gdb.cp/namespace-nested-import.exp
9751 * gdb.cp/namespace.exp
9752 * gdb.cp/nextoverthrow.exp
9753 * gdb.cp/no-dmgl-verbose.exp
9754 * gdb.cp/non-trivial-retval.exp
9755 * gdb.cp/noparam.exp
9756 * gdb.cp/nsdecl.exp
9757 * gdb.cp/nsimport.exp
9758 * gdb.cp/nsnested.exp
9759 * gdb.cp/nsnoimports.exp
9760 * gdb.cp/nsrecurs.exp
9761 * gdb.cp/nsstress.exp
9762 * gdb.cp/nsusing.exp
9763 * gdb.cp/operator.exp
9764 * gdb.cp/oranking.exp
9765 * gdb.cp/overload-const.exp
9766 * gdb.cp/overload.exp
9767 * gdb.cp/ovldbreak.exp
9768 * gdb.cp/ovsrch.exp
9769 * gdb.cp/paren-type.exp
9770 * gdb.cp/parse-lang.exp
9771 * gdb.cp/pass-by-ref.exp
9772 * gdb.cp/pr-1023.exp
9773 * gdb.cp/pr-1210.exp
9774 * gdb.cp/pr-574.exp
9775 * gdb.cp/pr10687.exp
9776 * gdb.cp/pr12028.exp
9777 * gdb.cp/pr17132.exp
9778 * gdb.cp/pr17494.exp
9779 * gdb.cp/pr9067.exp
9780 * gdb.cp/pr9167.exp
9781 * gdb.cp/pr9631.exp
9782 * gdb.cp/printmethod.exp
9783 * gdb.cp/psmang.exp
9784 * gdb.cp/psymtab-parameter.exp
9785 * gdb.cp/ptype-cv-cp.exp
9786 * gdb.cp/ptype-flags.exp
9787 * gdb.cp/re-set-overloaded.exp
9788 * gdb.cp/ref-types.exp
9789 * gdb.cp/rtti.exp
9790 * gdb.cp/scope-err.exp
9791 * gdb.cp/shadow.exp
9792 * gdb.cp/smartp.exp
9793 * gdb.cp/static-method.exp
9794 * gdb.cp/static-print-quit.exp
9795 * gdb.cp/temargs.exp
9796 * gdb.cp/templates.exp
9797 * gdb.cp/try_catch.exp
9798 * gdb.cp/typedef-operator.exp
9799 * gdb.cp/typeid.exp
9800 * gdb.cp/userdef.exp
9801 * gdb.cp/using-crash.exp
9802 * gdb.cp/var-tag.exp
9803 * gdb.cp/virtbase.exp
9804 * gdb.cp/virtfunc.exp
9805 * gdb.cp/virtfunc2.exp
9806 * gdb.cp/vla-cxx.exp
9807 * gdb.disasm/t01_mov.exp
9808 * gdb.disasm/t02_mova.exp
9809 * gdb.disasm/t03_add.exp
9810 * gdb.disasm/t04_sub.exp
9811 * gdb.disasm/t05_cmp.exp
9812 * gdb.disasm/t06_ari2.exp
9813 * gdb.disasm/t07_ari3.exp
9814 * gdb.disasm/t08_or.exp
9815 * gdb.disasm/t09_xor.exp
9816 * gdb.disasm/t10_and.exp
9817 * gdb.disasm/t11_logs.exp
9818 * gdb.disasm/t12_bit.exp
9819 * gdb.disasm/t13_otr.exp
9820 * gdb.dlang/circular.exp
9821 * gdb.dwarf2/arr-stride.exp
9822 * gdb.dwarf2/arr-subrange.exp
9823 * gdb.dwarf2/atomic-type.exp
9824 * gdb.dwarf2/bad-regnum.exp
9825 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9826 * gdb.dwarf2/callframecfa.exp
9827 * gdb.dwarf2/clztest.exp
9828 * gdb.dwarf2/corrupt.exp
9829 * gdb.dwarf2/data-loc.exp
9830 * gdb.dwarf2/dup-psym.exp
9831 * gdb.dwarf2/dw2-anon-mptr.exp
9832 * gdb.dwarf2/dw2-anonymous-func.exp
9833 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9834 * gdb.dwarf2/dw2-bad-unresolved.exp
9835 * gdb.dwarf2/dw2-basic.exp
9836 * gdb.dwarf2/dw2-canonicalize-type.exp
9837 * gdb.dwarf2/dw2-case-insensitive.exp
9838 * gdb.dwarf2/dw2-common-block.exp
9839 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9840 * gdb.dwarf2/dw2-compressed.exp
9841 * gdb.dwarf2/dw2-const.exp
9842 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9843 * gdb.dwarf2/dw2-cu-size.exp
9844 * gdb.dwarf2/dw2-dup-frame.exp
9845 * gdb.dwarf2/dw2-entry-value.exp
9846 * gdb.dwarf2/dw2-icycle.exp
9847 * gdb.dwarf2/dw2-ifort-parameter.exp
9848 * gdb.dwarf2/dw2-inline-break.exp
9849 * gdb.dwarf2/dw2-inline-param.exp
9850 * gdb.dwarf2/dw2-intercu.exp
9851 * gdb.dwarf2/dw2-intermix.exp
9852 * gdb.dwarf2/dw2-lexical-block-bare.exp
9853 * gdb.dwarf2/dw2-linkage-name-trust.exp
9854 * gdb.dwarf2/dw2-minsym-in-cu.exp
9855 * gdb.dwarf2/dw2-noloc.exp
9856 * gdb.dwarf2/dw2-op-call.exp
9857 * gdb.dwarf2/dw2-op-out-param.exp
9858 * gdb.dwarf2/dw2-opt-structptr.exp
9859 * gdb.dwarf2/dw2-param-error.exp
9860 * gdb.dwarf2/dw2-producer.exp
9861 * gdb.dwarf2/dw2-ranges-base.exp
9862 * gdb.dwarf2/dw2-ref-missing-frame.exp
9863 * gdb.dwarf2/dw2-reg-undefined.exp
9864 * gdb.dwarf2/dw2-regno-invalid.exp
9865 * gdb.dwarf2/dw2-restore.exp
9866 * gdb.dwarf2/dw2-restrict.exp
9867 * gdb.dwarf2/dw2-single-line-discriminators.exp
9868 * gdb.dwarf2/dw2-strp.exp
9869 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9870 * gdb.dwarf2/dw2-unresolved.exp
9871 * gdb.dwarf2/dw2-var-zero-addr.exp
9872 * gdb.dwarf2/dw4-sig-types.exp
9873 * gdb.dwarf2/dwz.exp
9874 * gdb.dwarf2/dynarr-ptr.exp
9875 * gdb.dwarf2/enum-type.exp
9876 * gdb.dwarf2/gdb-index.exp
9877 * gdb.dwarf2/implptr-64bit.exp
9878 * gdb.dwarf2/implptr-optimized-out.exp
9879 * gdb.dwarf2/implptr.exp
9880 * gdb.dwarf2/implref-array.exp
9881 * gdb.dwarf2/implref-const.exp
9882 * gdb.dwarf2/implref-global.exp
9883 * gdb.dwarf2/implref-struct.exp
9884 * gdb.dwarf2/mac-fileno.exp
9885 * gdb.dwarf2/main-subprogram.exp
9886 * gdb.dwarf2/member-ptr-forwardref.exp
9887 * gdb.dwarf2/method-ptr.exp
9888 * gdb.dwarf2/missing-sig-type.exp
9889 * gdb.dwarf2/nonvar-access.exp
9890 * gdb.dwarf2/opaque-type-lookup.exp
9891 * gdb.dwarf2/pieces-optimized-out.exp
9892 * gdb.dwarf2/pieces.exp
9893 * gdb.dwarf2/pr10770.exp
9894 * gdb.dwarf2/pr13961.exp
9895 * gdb.dwarf2/staticvirtual.exp
9896 * gdb.dwarf2/subrange.exp
9897 * gdb.dwarf2/symtab-producer.exp
9898 * gdb.dwarf2/trace-crash.exp
9899 * gdb.dwarf2/typeddwarf.exp
9900 * gdb.dwarf2/valop.exp
9901 * gdb.dwarf2/watch-notconst.exp
9902 * gdb.fortran/array-element.exp
9903 * gdb.fortran/charset.exp
9904 * gdb.fortran/common-block.exp
9905 * gdb.fortran/complex.exp
9906 * gdb.fortran/derived-type-function.exp
9907 * gdb.fortran/derived-type.exp
9908 * gdb.fortran/logical.exp
9909 * gdb.fortran/module.exp
9910 * gdb.fortran/multi-dim.exp
9911 * gdb.fortran/nested-funcs.exp
9912 * gdb.fortran/print-formatted.exp
9913 * gdb.fortran/subarray.exp
9914 * gdb.fortran/vla-alloc-assoc.exp
9915 * gdb.fortran/vla-datatypes.exp
9916 * gdb.fortran/vla-history.exp
9917 * gdb.fortran/vla-ptr-info.exp
9918 * gdb.fortran/vla-ptype-sub.exp
9919 * gdb.fortran/vla-ptype.exp
9920 * gdb.fortran/vla-sizeof.exp
9921 * gdb.fortran/vla-type.exp
9922 * gdb.fortran/vla-value-sub-arbitrary.exp
9923 * gdb.fortran/vla-value-sub-finish.exp
9924 * gdb.fortran/vla-value-sub.exp
9925 * gdb.fortran/vla-value.exp
9926 * gdb.fortran/whatis_type.exp
9927 * gdb.go/chan.exp
9928 * gdb.go/handcall.exp
9929 * gdb.go/hello.exp
9930 * gdb.go/integers.exp
9931 * gdb.go/methods.exp
9932 * gdb.go/package.exp
9933 * gdb.go/strings.exp
9934 * gdb.go/types.exp
9935 * gdb.go/unsafe.exp
9936 * gdb.guile/scm-arch.exp
9937 * gdb.guile/scm-block.exp
9938 * gdb.guile/scm-breakpoint.exp
9939 * gdb.guile/scm-cmd.exp
9940 * gdb.guile/scm-disasm.exp
9941 * gdb.guile/scm-equal.exp
9942 * gdb.guile/scm-frame-args.exp
9943 * gdb.guile/scm-frame-inline.exp
9944 * gdb.guile/scm-frame.exp
9945 * gdb.guile/scm-iterator.exp
9946 * gdb.guile/scm-math.exp
9947 * gdb.guile/scm-objfile.exp
9948 * gdb.guile/scm-ports.exp
9949 * gdb.guile/scm-symbol.exp
9950 * gdb.guile/scm-symtab.exp
9951 * gdb.guile/scm-value-cc.exp
9952 * gdb.guile/types-module.exp
9953 * gdb.linespec/break-ask.exp
9954 * gdb.linespec/cpexplicit.exp
9955 * gdb.linespec/explicit.exp
9956 * gdb.linespec/keywords.exp
9957 * gdb.linespec/linespec.exp
9958 * gdb.linespec/ls-dollar.exp
9959 * gdb.linespec/ls-errs.exp
9960 * gdb.linespec/skip-two.exp
9961 * gdb.linespec/thread.exp
9962 * gdb.mi/mi-async.exp
9963 * gdb.mi/mi-basics.exp
9964 * gdb.mi/mi-break.exp
9965 * gdb.mi/mi-catch-load.exp
9966 * gdb.mi/mi-cli.exp
9967 * gdb.mi/mi-cmd-param-changed.exp
9968 * gdb.mi/mi-console.exp
9969 * gdb.mi/mi-detach.exp
9970 * gdb.mi/mi-disassemble.exp
9971 * gdb.mi/mi-eval.exp
9972 * gdb.mi/mi-file-transfer.exp
9973 * gdb.mi/mi-file.exp
9974 * gdb.mi/mi-fill-memory.exp
9975 * gdb.mi/mi-inheritance-syntax-error.exp
9976 * gdb.mi/mi-linespec-err-cp.exp
9977 * gdb.mi/mi-logging.exp
9978 * gdb.mi/mi-memory-changed.exp
9979 * gdb.mi/mi-read-memory.exp
9980 * gdb.mi/mi-record-changed.exp
9981 * gdb.mi/mi-reg-undefined.exp
9982 * gdb.mi/mi-regs.exp
9983 * gdb.mi/mi-return.exp
9984 * gdb.mi/mi-reverse.exp
9985 * gdb.mi/mi-simplerun.exp
9986 * gdb.mi/mi-solib.exp
9987 * gdb.mi/mi-stack.exp
9988 * gdb.mi/mi-stepi.exp
9989 * gdb.mi/mi-syn-frame.exp
9990 * gdb.mi/mi-until.exp
9991 * gdb.mi/mi-var-block.exp
9992 * gdb.mi/mi-var-child.exp
9993 * gdb.mi/mi-var-cmd.exp
9994 * gdb.mi/mi-var-cp.exp
9995 * gdb.mi/mi-var-display.exp
9996 * gdb.mi/mi-var-invalidate.exp
9997 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9998 * gdb.mi/mi-vla-fortran.exp
9999 * gdb.mi/mi-watch.exp
10000 * gdb.mi/mi2-var-child.exp
10001 * gdb.mi/user-selected-context-sync.exp
10002 * gdb.modula2/unbounded-array.exp
10003 * gdb.multi/dummy-frame-restore.exp
10004 * gdb.multi/multi-arch-exec.exp
10005 * gdb.multi/multi-arch.exp
10006 * gdb.multi/tids.exp
10007 * gdb.multi/watchpoint-multi.exp
10008 * gdb.opencl/callfuncs.exp
10009 * gdb.opencl/convs_casts.exp
10010 * gdb.opencl/datatypes.exp
10011 * gdb.opencl/operators.exp
10012 * gdb.opencl/vec_comps.exp
10013 * gdb.opt/clobbered-registers-O2.exp
10014 * gdb.opt/inline-break.exp
10015 * gdb.opt/inline-bt.exp
10016 * gdb.opt/inline-cmds.exp
10017 * gdb.opt/inline-locals.exp
10018 * gdb.pascal/case-insensitive-symbols.exp
10019 * gdb.pascal/floats.exp
10020 * gdb.pascal/gdb11492.exp
10021 * gdb.python/lib-types.exp
10022 * gdb.python/py-arch.exp
10023 * gdb.python/py-as-string.exp
10024 * gdb.python/py-bad-printers.exp
10025 * gdb.python/py-block.exp
10026 * gdb.python/py-breakpoint-create-fail.exp
10027 * gdb.python/py-breakpoint.exp
10028 * gdb.python/py-caller-is.exp
10029 * gdb.python/py-cmd.exp
10030 * gdb.python/py-explore-cc.exp
10031 * gdb.python/py-explore.exp
10032 * gdb.python/py-finish-breakpoint.exp
10033 * gdb.python/py-finish-breakpoint2.exp
10034 * gdb.python/py-frame-args.exp
10035 * gdb.python/py-frame-inline.exp
10036 * gdb.python/py-frame.exp
10037 * gdb.python/py-framefilter-mi.exp
10038 * gdb.python/py-infthread.exp
10039 * gdb.python/py-lazy-string.exp
10040 * gdb.python/py-linetable.exp
10041 * gdb.python/py-mi-events.exp
10042 * gdb.python/py-mi-objfile.exp
10043 * gdb.python/py-mi.exp
10044 * gdb.python/py-objfile.exp
10045 * gdb.python/py-pp-integral.exp
10046 * gdb.python/py-pp-maint.exp
10047 * gdb.python/py-pp-re-notag.exp
10048 * gdb.python/py-pp-registration.exp
10049 * gdb.python/py-recurse-unwind.exp
10050 * gdb.python/py-strfns.exp
10051 * gdb.python/py-symbol.exp
10052 * gdb.python/py-symtab.exp
10053 * gdb.python/py-sync-interp.exp
10054 * gdb.python/py-typeprint.exp
10055 * gdb.python/py-unwind-maint.exp
10056 * gdb.python/py-unwind.exp
10057 * gdb.python/py-value-cc.exp
10058 * gdb.python/py-xmethods.exp
10059 * gdb.reverse/amd64-tailcall-reverse.exp
10060 * gdb.reverse/break-precsave.exp
10061 * gdb.reverse/break-reverse.exp
10062 * gdb.reverse/consecutive-precsave.exp
10063 * gdb.reverse/consecutive-reverse.exp
10064 * gdb.reverse/finish-precsave.exp
10065 * gdb.reverse/finish-reverse-bkpt.exp
10066 * gdb.reverse/finish-reverse.exp
10067 * gdb.reverse/fstatat-reverse.exp
10068 * gdb.reverse/getresuid-reverse.exp
10069 * gdb.reverse/i386-precsave.exp
10070 * gdb.reverse/i386-reverse.exp
10071 * gdb.reverse/i386-sse-reverse.exp
10072 * gdb.reverse/i387-env-reverse.exp
10073 * gdb.reverse/i387-stack-reverse.exp
10074 * gdb.reverse/insn-reverse.exp
10075 * gdb.reverse/machinestate-precsave.exp
10076 * gdb.reverse/machinestate.exp
10077 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10078 * gdb.reverse/pipe-reverse.exp
10079 * gdb.reverse/readv-reverse.exp
10080 * gdb.reverse/recvmsg-reverse.exp
10081 * gdb.reverse/rerun-prec.exp
10082 * gdb.reverse/s390-mvcle.exp
10083 * gdb.reverse/step-precsave.exp
10084 * gdb.reverse/step-reverse.exp
10085 * gdb.reverse/time-reverse.exp
10086 * gdb.reverse/until-precsave.exp
10087 * gdb.reverse/until-reverse.exp
10088 * gdb.reverse/waitpid-reverse.exp
10089 * gdb.reverse/watch-precsave.exp
10090 * gdb.reverse/watch-reverse.exp
10091 * gdb.rust/generics.exp
10092 * gdb.rust/methods.exp
10093 * gdb.rust/modules.exp
10094 * gdb.rust/simple.exp
10095 * gdb.server/connect-with-no-symbol-file.exp
10096 * gdb.server/ext-attach.exp
10097 * gdb.server/ext-restart.exp
10098 * gdb.server/ext-wrapper.exp
10099 * gdb.server/file-transfer.exp
10100 * gdb.server/server-exec-info.exp
10101 * gdb.server/server-kill.exp
10102 * gdb.server/server-mon.exp
10103 * gdb.server/wrapper.exp
10104 * gdb.stabs/exclfwd.exp
10105 * gdb.stabs/gdb11479.exp
10106 * gdb.threads/clone-new-thread-event.exp
10107 * gdb.threads/corethreads.exp
10108 * gdb.threads/current-lwp-dead.exp
10109 * gdb.threads/dlopen-libpthread.exp
10110 * gdb.threads/gcore-thread.exp
10111 * gdb.threads/sigstep-threads.exp
10112 * gdb.threads/watchpoint-fork.exp
10113 * gdb.trace/actions-changed.exp
10114 * gdb.trace/backtrace.exp
10115 * gdb.trace/change-loc.exp
10116 * gdb.trace/circ.exp
10117 * gdb.trace/collection.exp
10118 * gdb.trace/disconnected-tracing.exp
10119 * gdb.trace/ftrace.exp
10120 * gdb.trace/mi-trace-frame-collected.exp
10121 * gdb.trace/mi-trace-unavailable.exp
10122 * gdb.trace/mi-traceframe-changed.exp
10123 * gdb.trace/mi-tsv-changed.exp
10124 * gdb.trace/no-attach-trace.exp
10125 * gdb.trace/passc-dyn.exp
10126 * gdb.trace/qtro.exp
10127 * gdb.trace/range-stepping.exp
10128 * gdb.trace/read-memory.exp
10129 * gdb.trace/save-trace.exp
10130 * gdb.trace/signal.exp
10131 * gdb.trace/status-stop.exp
10132 * gdb.trace/tfile.exp
10133 * gdb.trace/trace-break.exp
10134 * gdb.trace/trace-buffer-size.exp
10135 * gdb.trace/trace-condition.exp
10136 * gdb.trace/tracefile-pseudo-reg.exp
10137 * gdb.trace/tstatus.exp
10138 * gdb.trace/unavailable.exp
10139 * gdb.trace/while-dyn.exp
10140 * gdb.trace/while-stepping.exp
10141
34c41c68
DE
101422016-12-22 Doug Evans <xdje42@gmail.com>
10143
10144 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10145 and msymbols.
10146
16e69324
YQ
101472016-12-19 Yao Qi <yao.qi@linaro.org>
10148
10149 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10150 (test_with_self): Don't call do_steps_and_nexts, and remove
10151 code about stepping into xmalloc.
10152
f94f411b
YQ
101532016-12-09 Yao Qi <yao.qi@linaro.org>
10154
10155 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10156
101572016-12-09 Yao Qi <yao.qi@linaro.org>
10158
10159 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10160
f1b5deee
PA
101612016-12-09 Pedro Alves <palves@redhat.com>
10162
10163 * gdb.base/all-architectures-0.exp: New file.
10164 * gdb.base/all-architectures-1.exp: New file.
10165 * gdb.base/all-architectures-2.exp: New file.
10166 * gdb.base/all-architectures-3.exp: New file.
10167 * gdb.base/all-architectures-4.exp: New file.
10168 * gdb.base/all-architectures-5.exp: New file.
10169 * gdb.base/all-architectures-6.exp: New file.
10170 * gdb.base/all-architectures-7.exp: New file.
10171 * gdb.base/all-architectures.exp.in: New file.
10172
364ca42e
YQ
101732016-12-09 Yao Qi <yao.qi@linaro.org>
10174
10175 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10176
107c2d62
LM
101772016-12-02 Luis Machado <lgustavo@codesourcery.com>
10178
10179 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10180 possible.
10181 Remove useless pattern-matching code.
10182
df3ee9ca
PA
101832016-12-02 Pedro Alves <palves@redhat.com>
10184
10185 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10186 procedure.
10187 (top level): Call it.
10188
ec835369
PA
101892016-12-02 Pedro Alves <palves@redhat.com>
10190
10191 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10192 New procedure.
10193 (top level): Call it.
10194
01770bbd
PA
101952016-12-02 Pedro Alves <palves@redhat.com>
10196
10197 PR cli/20559
10198 * gdb.base/commands.exp (user_defined_command_args_eval): New
10199 procedure.
10200 (top level): Call it.
10201
008459ea
LM
102022016-12-02 Luis Machado <lgustavo@codesourcery.com>
10203
10204 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10205 timeout handling.
10206
0c1b455e
TT
102072016-12-02 Tom Tromey <tom@tromey.com>
10208
10209 * gdb.dwarf2/main-subprogram.c: New file.
10210 * gdb.dwarf2/main-subprogram.exp: New file.
10211
018572b8
LM
102122016-12-01 Luis Machado <lgustavo@codesourcery.com>
10213
10214 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10215 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10216 gdb_test_no_output for a couple of cases.
10217 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10218
84c93cd5
LM
102192016-12-01 Luis Machado <lgustavo@codesourcery.com>
10220
10221 Fix test names and standardize compilation error messages throughout
10222 the following files:
10223
10224 * gdb.ada/start.exp
10225 * gdb.arch/alpha-step.exp
10226 * gdb.arch/e500-prologue.exp
10227 * gdb.arch/ftrace-insn-reloc.exp
10228 * gdb.arch/gdb1291.exp
10229 * gdb.arch/gdb1431.exp
10230 * gdb.arch/gdb1558.exp
10231 * gdb.arch/i386-dr3-watch.exp
10232 * gdb.arch/i386-sse-stack-align.exp
10233 * gdb.arch/ia64-breakpoint-shadow.exp
10234 * gdb.arch/pa-nullify.exp
10235 * gdb.arch/powerpc-aix-prologue.exp
10236 * gdb.arch/thumb-bx-pc.exp
10237 * gdb.base/annota1.exp
10238 * gdb.base/annota3.exp
10239 * gdb.base/arrayidx.exp
10240 * gdb.base/assign.exp
10241 * gdb.base/attach.exp
10242 * gdb.base/auxv.exp
10243 * gdb.base/bang.exp
10244 * gdb.base/bfp-test.exp
10245 * gdb.base/bigcore.exp
10246 * gdb.base/bitfields2.exp
10247 * gdb.base/break-fun-addr.exp
10248 * gdb.base/break-probes.exp
10249 * gdb.base/call-rt-st.exp
10250 * gdb.base/callexit.exp
10251 * gdb.base/catch-fork-kill.exp
10252 * gdb.base/charset.exp
10253 * gdb.base/checkpoint.exp
10254 * gdb.base/comprdebug.exp
10255 * gdb.base/constvars.exp
10256 * gdb.base/coredump-filter.exp
10257 * gdb.base/cursal.exp
10258 * gdb.base/cvexpr.exp
10259 * gdb.base/detach.exp
10260 * gdb.base/display.exp
10261 * gdb.base/dmsym.exp
10262 * gdb.base/dprintf-pending.exp
10263 * gdb.base/dso2dso.exp
10264 * gdb.base/dtrace-probe.exp
10265 * gdb.base/dump.exp
10266 * gdb.base/enum_cond.exp
10267 * gdb.base/exe-lock.exp
10268 * gdb.base/exec-invalid-sysroot.exp
10269 * gdb.base/execl-update-breakpoints.exp
10270 * gdb.base/exprs.exp
10271 * gdb.base/fileio.exp
10272 * gdb.base/find.exp
10273 * gdb.base/finish.exp
10274 * gdb.base/fixsection.exp
10275 * gdb.base/foll-vfork.exp
10276 * gdb.base/frame-args.exp
10277 * gdb.base/gcore.exp
10278 * gdb.base/gdb1250.exp
10279 * gdb.base/global-var-nested-by-dso.exp
10280 * gdb.base/gnu-ifunc.exp
10281 * gdb.base/hashline1.exp
10282 * gdb.base/hashline2.exp
10283 * gdb.base/hashline3.exp
10284 * gdb.base/hbreak-in-shr-unsupported.exp
10285 * gdb.base/huge.exp
10286 * gdb.base/infcall-input.exp
10287 * gdb.base/info-fun.exp
10288 * gdb.base/info-shared.exp
10289 * gdb.base/jit-simple.exp
10290 * gdb.base/jit-so.exp
10291 * gdb.base/jit.exp
10292 * gdb.base/jump.exp
10293 * gdb.base/label.exp
10294 * gdb.base/lineinc.exp
10295 * gdb.base/logical.exp
10296 * gdb.base/longjmp.exp
10297 * gdb.base/macscp.exp
10298 * gdb.base/miscexprs.exp
10299 * gdb.base/new-ui-echo.exp
10300 * gdb.base/new-ui-pending-input.exp
10301 * gdb.base/new-ui.exp
10302 * gdb.base/nodebug.exp
10303 * gdb.base/nofield.exp
10304 * gdb.base/offsets.exp
10305 * gdb.base/overlays.exp
10306 * gdb.base/pending.exp
10307 * gdb.base/pointers.exp
10308 * gdb.base/pr11022.exp
10309 * gdb.base/printcmds.exp
10310 * gdb.base/prologue.exp
10311 * gdb.base/ptr-typedef.exp
10312 * gdb.base/realname-expand.exp
10313 * gdb.base/relativedebug.exp
10314 * gdb.base/relocate.exp
10315 * gdb.base/remote.exp
10316 * gdb.base/reread.exp
10317 * gdb.base/return2.exp
10318 * gdb.base/savedregs.exp
10319 * gdb.base/sep.exp
10320 * gdb.base/sepdebug.exp
10321 * gdb.base/sepsymtab.exp
10322 * gdb.base/set-inferior-tty.exp
10323 * gdb.base/setshow.exp
10324 * gdb.base/shlib-call.exp
10325 * gdb.base/sigaltstack.exp
10326 * gdb.base/siginfo-addr.exp
10327 * gdb.base/signals.exp
10328 * gdb.base/signull.exp
10329 * gdb.base/sigrepeat.exp
10330 * gdb.base/so-impl-ld.exp
10331 * gdb.base/solib-display.exp
10332 * gdb.base/solib-overlap.exp
10333 * gdb.base/solib-search.exp
10334 * gdb.base/solib-symbol.exp
10335 * gdb.base/structs.exp
10336 * gdb.base/structs2.exp
10337 * gdb.base/symtab-search-order.exp
10338 * gdb.base/twice.exp
10339 * gdb.base/unload.exp
10340 * gdb.base/varargs.exp
10341 * gdb.base/watchpoint-solib.exp
10342 * gdb.base/watchpoint.exp
10343 * gdb.base/whatis.exp
10344 * gdb.base/wrong_frame_bt_full.exp
10345 * gdb.btrace/dlopen.exp
10346 * gdb.cell/ea-standalone.exp
10347 * gdb.cell/ea-test.exp
10348 * gdb.cp/dispcxx.exp
10349 * gdb.cp/gdb2384.exp
10350 * gdb.cp/method2.exp
10351 * gdb.cp/nextoverthrow.exp
10352 * gdb.cp/pr10728.exp
10353 * gdb.disasm/am33.exp
10354 * gdb.disasm/h8300s.exp
10355 * gdb.disasm/mn10300.exp
10356 * gdb.disasm/sh3.exp
10357 * gdb.dwarf2/dw2-dir-file-name.exp
10358 * gdb.fortran/complex.exp
10359 * gdb.fortran/library-module.exp
10360 * gdb.guile/scm-pretty-print.exp
10361 * gdb.guile/scm-symbol.exp
10362 * gdb.guile/scm-type.exp
10363 * gdb.guile/scm-value.exp
10364 * gdb.linespec/linespec.exp
10365 * gdb.mi/gdb701.exp
10366 * gdb.mi/gdb792.exp
10367 * gdb.mi/mi-breakpoint-changed.exp
10368 * gdb.mi/mi-dprintf-pending.exp
10369 * gdb.mi/mi-dprintf.exp
10370 * gdb.mi/mi-exit-code.exp
10371 * gdb.mi/mi-pending.exp
10372 * gdb.mi/mi-solib.exp
10373 * gdb.mi/new-ui-mi-sync.exp
10374 * gdb.mi/pr11022.exp
10375 * gdb.mi/user-selected-context-sync.exp
10376 * gdb.opt/solib-intra-step.exp
10377 * gdb.python/py-events.exp
10378 * gdb.python/py-finish-breakpoint.exp
10379 * gdb.python/py-mi.exp
10380 * gdb.python/py-prettyprint.exp
10381 * gdb.python/py-shared.exp
10382 * gdb.python/py-symbol.exp
10383 * gdb.python/py-template.exp
10384 * gdb.python/py-type.exp
10385 * gdb.python/py-value.exp
10386 * gdb.reverse/solib-precsave.exp
10387 * gdb.reverse/solib-reverse.exp
10388 * gdb.server/solib-list.exp
10389 * gdb.stabs/weird.exp
10390 * gdb.threads/reconnect-signal.exp
10391 * gdb.threads/stepi-random-signal.exp
10392 * gdb.trace/actions.exp
10393 * gdb.trace/ax.exp
10394 * gdb.trace/backtrace.exp
10395 * gdb.trace/change-loc.exp
10396 * gdb.trace/deltrace.exp
10397 * gdb.trace/ftrace-lock.exp
10398 * gdb.trace/ftrace.exp
10399 * gdb.trace/infotrace.exp
10400 * gdb.trace/mi-tracepoint-changed.exp
10401 * gdb.trace/packetlen.exp
10402 * gdb.trace/passcount.exp
10403 * gdb.trace/pending.exp
10404 * gdb.trace/range-stepping.exp
10405 * gdb.trace/report.exp
10406 * gdb.trace/stap-trace.exp
10407 * gdb.trace/tfind.exp
10408 * gdb.trace/trace-break.exp
10409 * gdb.trace/trace-condition.exp
10410 * gdb.trace/trace-enable-disable.exp
10411 * gdb.trace/trace-mt.exp
10412 * gdb.trace/tracecmd.exp
10413 * gdb.trace/tspeed.exp
10414 * gdb.trace/tsv.exp
10415 * lib/perftest.exp
10416
fb9feb35
LM
104172016-12-01 Luis Machado <lgustavo@codesourcery.com>
10418
10419 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10420 with gdb_test_no_output.
10421 Use command as test name.
10422
cd2ddb6c
LM
104232016-12-01 Luis Machado <lgustavo@codesourcery.com>
10424
10425 Fix test names starting with uppercase throughout the files.
10426
10427 * gdb.ada/assign_1.exp
10428 * gdb.ada/boolean_expr.exp
10429 * gdb.base/arrayidx.exp
10430 * gdb.base/del.exp
10431 * gdb.base/gcore-buffer-overflow.exp
10432 * gdb.base/testenv.exp
10433 * gdb.compile/compile.exp
10434 * gdb.python/py-framefilter-invalidarg.exp
10435 * gdb.python/py-framefilter.exp
10436
bb95117e
LM
104372016-12-01 Luis Machado <lgustavo@codesourcery.com>
10438
10439 Fix test names starting with uppercase throughout the files.
10440
10441 * gdb.ada/array_return.exp
10442 * gdb.ada/expr_delims.exp
10443 * gdb.ada/mi_dyn_arr.exp
10444 * gdb.ada/mi_interface.exp
10445 * gdb.ada/mi_var_array.exp
10446 * gdb.ada/watch_arg.exp
10447 * gdb.arch/alpha-step.exp
10448 * gdb.arch/altivec-regs.exp
10449 * gdb.arch/e500-regs.exp
10450 * gdb.arch/powerpc-d128-regs.exp
10451 * gdb.base/arrayidx.exp
10452 * gdb.base/break.exp
10453 * gdb.base/checkpoint.exp
10454 * gdb.base/debug-expr.exp
10455 * gdb.base/dmsym.exp
10456 * gdb.base/radix.exp
10457 * gdb.base/sepdebug.exp
10458 * gdb.base/testenv.exp
10459 * gdb.base/watch_thread_num.exp
10460 * gdb.base/watchpoint-cond-gone.exp
10461 * gdb.cell/break.exp
10462 * gdb.cell/ea-cache.exp
10463 * gdb.compile/compile.exp
10464 * gdb.cp/gdb2495.exp
10465 * gdb.gdb/selftest.exp
10466 * gdb.gdb/xfullpath.exp
10467 * gdb.go/hello.exp
10468 * gdb.go/integers.exp
10469 * gdb.objc/basicclass.exp
10470 * gdb.pascal/hello.exp
10471 * gdb.pascal/integers.exp
10472 * gdb.python/py-breakpoint.exp
10473 * gdb.python/py-cmd.exp
10474 * gdb.python/py-linetable.exp
10475 * gdb.python/py-xmethods.exp
10476 * gdb.python/python.exp
10477 * gdb.reverse/consecutive-precsave.exp
10478 * gdb.reverse/finish-precsave.exp
10479 * gdb.reverse/i386-precsave.exp
10480 * gdb.reverse/machinestate-precsave.exp
10481 * gdb.reverse/sigall-precsave.exp
10482 * gdb.reverse/solib-precsave.exp
10483 * gdb.reverse/step-precsave.exp
10484 * gdb.reverse/until-precsave.exp
10485 * gdb.reverse/watch-precsave.exp
10486 * gdb.threads/leader-exit.exp
10487 * gdb.threads/pthreads.exp
10488 * gdb.threads/wp-replication.exp
10489 * gdb.trace/actions.exp
10490 * gdb.trace/mi-tsv-changed.exp
10491 * gdb.trace/tsv.exp
10492
de97fdd4
LM
104932016-12-01 Luis Machado <lgustavo@codesourcery.com>
10494
10495 Fix test names starting with uppercase throughout the files.
10496
10497 * gdb.arch/i386-bp_permanent.exp
10498 * gdb.arch/i386-gnu-cfi.exp
10499 * gdb.base/disasm-end-cu.exp
10500 * gdb.base/macscp.exp
10501 * gdb.base/pending.exp
10502 * gdb.base/watch_thread_num.exp
10503 * gdb.cp/exception.exp
10504 * gdb.cp/gdb2495.exp
10505 * gdb.cp/local.exp
10506 * gdb.python/py-evsignal.exp
10507 * gdb.python/python.exp
10508 * gdb.trace/tracecmd.exp
10509
9f058c10
LM
105102016-12-01 Luis Machado <lgustavo@codesourcery.com>
10511
10512 Fix test names starting with uppercase throughout the files.
10513
10514 * gdb.base/charset.exp
10515 * gdb.base/eval.exp
10516 * gdb.base/multi-forks.exp
10517 * gdb.guile/scm-progspace.exp
10518 * gdb.opencl/datatypes.exp
10519 * gdb.python/py-block.exp
10520 * gdb.python/py-function.exp
10521 * gdb.python/py-symbol.exp
10522 * gdb.python/py-symtab.exp
10523 * gdb.python/py-xmethods.exp
10524 * gdb.reverse/break-precsave.exp
10525 * gdb.reverse/break-reverse.exp
10526 * gdb.reverse/consecutive-precsave.exp
10527 * gdb.reverse/consecutive-reverse.exp
10528 * gdb.reverse/finish-precsave.exp
10529 * gdb.reverse/finish-reverse-bkpt.exp
10530 * gdb.reverse/finish-reverse.exp
10531 * gdb.reverse/fstatat-reverse.exp
10532 * gdb.reverse/getresuid-reverse.exp
10533 * gdb.reverse/i386-precsave.exp
10534 * gdb.reverse/i386-reverse.exp
10535 * gdb.reverse/i386-sse-reverse.exp
10536 * gdb.reverse/i387-stack-reverse.exp
10537 * gdb.reverse/insn-reverse.exp
10538 * gdb.reverse/machinestate-precsave.exp
10539 * gdb.reverse/machinestate.exp
10540 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10541 * gdb.reverse/pipe-reverse.exp
10542 * gdb.reverse/readv-reverse.exp
10543 * gdb.reverse/recvmsg-reverse.exp
10544 * gdb.reverse/rerun-prec.exp
10545 * gdb.reverse/s390-mvcle.exp
10546 * gdb.reverse/sigall-precsave.exp
10547 * gdb.reverse/sigall-reverse.exp
10548 * gdb.reverse/solib-precsave.exp
10549 * gdb.reverse/solib-reverse.exp
10550 * gdb.reverse/step-precsave.exp
10551 * gdb.reverse/step-reverse.exp
10552 * gdb.reverse/time-reverse.exp
10553 * gdb.reverse/until-precsave.exp
10554 * gdb.reverse/until-reverse.exp
10555 * gdb.reverse/waitpid-reverse.exp
10556 * gdb.reverse/watch-precsave.exp
10557 * gdb.reverse/watch-reverse.exp
10558
cdc7edd7
LM
105592016-12-01 Luis Machado <lgustavo@codesourcery.com>
10560
10561 Fix test names starting with uppercase throughout the files.
10562
10563 * gdb.arch/i386-mpx-simple_segv.exp
10564 * gdb.arch/i386-mpx.exp
10565 * gdb.arch/i386-permbkpt.exp
10566 * gdb.arch/pa-nullify.exp
10567 * gdb.arch/powerpc-d128-regs.exp
10568 * gdb.arch/vsx-regs.exp
10569 * gdb.base/bfp-test.exp
10570 * gdb.base/break.exp
10571 * gdb.base/breakpoint-shadow.exp
10572 * gdb.base/callfuncs.exp
10573 * gdb.base/charset.exp
10574 * gdb.base/commands.exp
10575 * gdb.base/completion.exp
10576 * gdb.base/dfp-test.exp
10577 * gdb.base/echo.exp
10578 * gdb.base/ending-run.exp
10579 * gdb.base/eval.exp
10580 * gdb.base/expand-psymtabs.exp
10581 * gdb.base/float128.exp
10582 * gdb.base/floatn.exp
10583 * gdb.base/foll-exec-mode.exp
10584 * gdb.base/gdb1056.exp
10585 * gdb.base/gdb11531.exp
10586 * gdb.base/kill-after-signal.exp
10587 * gdb.base/multi-forks.exp
10588 * gdb.base/overlays.exp
10589 * gdb.base/pending.exp
10590 * gdb.base/sepdebug.exp
10591 * gdb.base/testenv.exp
10592 * gdb.base/valgrind-db-attach.exp
10593 * gdb.base/watch_thread_num.exp
10594 * gdb.base/watchpoint-cond-gone.exp
10595 * gdb.base/watchpoint.exp
10596 * gdb.base/watchpoints.exp
10597 * gdb.cp/arg-reference.exp
10598 * gdb.cp/baseenum.exp
10599 * gdb.cp/operator.exp
10600 * gdb.cp/shadow.exp
10601 * gdb.dwarf2/dw2-op-out-param.exp
10602 * gdb.dwarf2/dw2-reg-undefined.exp
10603 * gdb.go/chan.exp
10604 * gdb.go/hello.exp
10605 * gdb.go/integers.exp
10606 * gdb.go/methods.exp
10607 * gdb.go/package.exp
10608 * gdb.guile/scm-parameter.exp
10609 * gdb.guile/scm-progspace.exp
10610 * gdb.guile/scm-value.exp
10611 * gdb.mi/mi-pending.exp
10612 * gdb.mi/user-selected-context-sync.exp
10613 * gdb.multi/multi-attach.exp
10614 * gdb.multi/tids.exp
10615 * gdb.opt/clobbered-registers-O2.exp
10616 * gdb.pascal/floats.exp
10617 * gdb.pascal/integers.exp
10618 * gdb.python/py-block.exp
10619 * gdb.python/py-events.exp
10620 * gdb.python/py-parameter.exp
10621 * gdb.python/py-symbol.exp
10622 * gdb.python/py-symtab.exp
10623 * gdb.python/py-type.exp
10624 * gdb.python/py-value.exp
10625 * gdb.python/py-xmethods.exp
10626 * gdb.python/python.exp
10627 * gdb.reverse/break-precsave.exp
10628 * gdb.reverse/consecutive-precsave.exp
10629 * gdb.reverse/finish-precsave.exp
10630 * gdb.reverse/i386-precsave.exp
10631 * gdb.reverse/machinestate-precsave.exp
10632 * gdb.reverse/sigall-precsave.exp
10633 * gdb.reverse/solib-precsave.exp
10634 * gdb.reverse/step-precsave.exp
10635 * gdb.reverse/until-precsave.exp
10636 * gdb.reverse/watch-precsave.exp
10637 * gdb.server/ext-attach.exp
10638 * gdb.server/ext-restart.exp
10639 * gdb.server/ext-run.exp
10640 * gdb.server/ext-wrapper.exp
10641 * gdb.stabs/gdb11479.exp
10642 * gdb.stabs/weird.exp
10643 * gdb.threads/attach-many-short-lived-threads.exp
10644 * gdb.threads/kill.exp
10645 * gdb.threads/watchpoint-fork.exp
10646
bc6c7af4
LM
106472016-12-01 Luis Machado <lgustavo@codesourcery.com>
10648
10649 Fix test names starting with uppercase throughout all the files below.
10650
10651 * gdb.ada/array_return.exp
10652 * gdb.ada/catch_ex.exp
10653 * gdb.ada/info_exc.exp
10654 * gdb.ada/mi_catch_ex.exp
10655 * gdb.ada/mi_dyn_arr.exp
10656 * gdb.ada/mi_ex_cond.exp
10657 * gdb.ada/mi_exc_info.exp
10658 * gdb.ada/mi_interface.exp
10659 * gdb.ada/mi_task_arg.exp
10660 * gdb.ada/mi_task_info.exp
10661 * gdb.ada/mi_var_array.exp
10662 * gdb.arch/alpha-step.exp
10663 * gdb.arch/amd64-disp-step.exp
10664 * gdb.arch/arm-disp-step.exp
10665 * gdb.arch/disp-step-insn-reloc.exp
10666 * gdb.arch/e500-prologue.exp
10667 * gdb.arch/ftrace-insn-reloc.exp
10668 * gdb.arch/gdb1558.exp
10669 * gdb.arch/i386-bp_permanent.exp
10670 * gdb.arch/i386-disp-step.exp
10671 * gdb.arch/i386-float.exp
10672 * gdb.arch/i386-gnu-cfi.exp
10673 * gdb.arch/ia64-breakpoint-shadow.exp
10674 * gdb.arch/mips16-thunks.exp
10675 * gdb.arch/pa-nullify.exp
10676 * gdb.arch/powerpc-aix-prologue.exp
10677 * gdb.arch/powerpc-power.exp
10678 * gdb.arch/ppc-dfp.exp
10679 * gdb.arch/s390-tdbregs.exp
10680 * gdb.arch/spu-info.exp
10681 * gdb.arch/spu-ls.exp
10682 * gdb.arch/thumb-bx-pc.exp
10683 * gdb.base/advance.exp
10684 * gdb.base/annota-input-while-running.exp
10685 * gdb.base/arrayidx.exp
10686 * gdb.base/asmlabel.exp
10687 * gdb.base/async.exp
10688 * gdb.base/attach-wait-input.exp
10689 * gdb.base/auto-connect-native-target.exp
10690 * gdb.base/batch-preserve-term-settings.exp
10691 * gdb.base/bfp-test.exp
10692 * gdb.base/bigcore.exp
10693 * gdb.base/bp-permanent.exp
10694 * gdb.base/break-always.exp
10695 * gdb.base/break-fun-addr.exp
10696 * gdb.base/break-idempotent.exp
10697 * gdb.base/break-main-file-remove-fail.exp
10698 * gdb.base/break-probes.exp
10699 * gdb.base/break-unload-file.exp
10700 * gdb.base/break.exp
10701 * gdb.base/call-ar-st.exp
10702 * gdb.base/call-rt-st.exp
10703 * gdb.base/call-sc.exp
10704 * gdb.base/call-signal-resume.exp
10705 * gdb.base/call-strs.exp
10706 * gdb.base/callexit.exp
10707 * gdb.base/callfuncs.exp
10708 * gdb.base/catch-gdb-caused-signals.exp
10709 * gdb.base/catch-signal-siginfo-cond.exp
10710 * gdb.base/catch-syscall.exp
10711 * gdb.base/compare-sections.exp
10712 * gdb.base/cond-eval-mode.exp
10713 * gdb.base/condbreak-call-false.exp
10714 * gdb.base/consecutive-step-over.exp
10715 * gdb.base/cursal.exp
10716 * gdb.base/disabled-location.exp
10717 * gdb.base/disasm-end-cu.exp
10718 * gdb.base/display.exp
10719 * gdb.base/double-prompt-target-event-error.exp
10720 * gdb.base/dprintf-bp-same-addr.exp
10721 * gdb.base/dprintf-detach.exp
10722 * gdb.base/dprintf-next.exp
10723 * gdb.base/dprintf-non-stop.exp
10724 * gdb.base/dprintf-pending.exp
10725 * gdb.base/dso2dso.exp
10726 * gdb.base/ending-run.exp
10727 * gdb.base/enum_cond.exp
10728 * gdb.base/examine-backward.exp
10729 * gdb.base/exe-lock.exp
10730 * gdb.base/exec-invalid-sysroot.exp
10731 * gdb.base/execl-update-breakpoints.exp
10732 * gdb.base/execution-termios.exp
10733 * gdb.base/fileio.exp
10734 * gdb.base/fixsection.exp
10735 * gdb.base/foll-exec-mode.exp
10736 * gdb.base/foll-exec.exp
10737 * gdb.base/fork-running-state.exp
10738 * gdb.base/frame-args.exp
10739 * gdb.base/fullpath-expand.exp
10740 * gdb.base/func-ptr.exp
10741 * gdb.base/gcore-relro-pie.exp
10742 * gdb.base/gdb1090.exp
10743 * gdb.base/gdb1555.exp
10744 * gdb.base/global-var-nested-by-dso.exp
10745 * gdb.base/gnu-ifunc.exp
10746 * gdb.base/hbreak-in-shr-unsupported.exp
10747 * gdb.base/hbreak-unmapped.exp
10748 * gdb.base/hook-stop.exp
10749 * gdb.base/infcall-input.exp
10750 * gdb.base/info-fun.exp
10751 * gdb.base/info-shared.exp
10752 * gdb.base/interrupt-noterm.exp
10753 * gdb.base/jit-so.exp
10754 * gdb.base/jit.exp
10755 * gdb.base/line-symtabs.exp
10756 * gdb.base/list.exp
10757 * gdb.base/longjmp.exp
10758 * gdb.base/macscp.exp
10759 * gdb.base/max-value-size.exp
10760 * gdb.base/nodebug.exp
10761 * gdb.base/nofield.exp
10762 * gdb.base/overlays.exp
10763 * gdb.base/paginate-after-ctrl-c-running.exp
10764 * gdb.base/paginate-bg-execution.exp
10765 * gdb.base/paginate-inferior-exit.exp
10766 * gdb.base/pending.exp
10767 * gdb.base/pr11022.exp
10768 * gdb.base/printcmds.exp
10769 * gdb.base/ptr-typedef.exp
10770 * gdb.base/ptype.exp
10771 * gdb.base/randomize.exp
10772 * gdb.base/range-stepping.exp
10773 * gdb.base/realname-expand.exp
10774 * gdb.base/relativedebug.exp
10775 * gdb.base/remote.exp
10776 * gdb.base/savedregs.exp
10777 * gdb.base/sepdebug.exp
10778 * gdb.base/set-noassign.exp
10779 * gdb.base/shlib-call.exp
10780 * gdb.base/shreloc.exp
10781 * gdb.base/sigaltstack.exp
10782 * gdb.base/sigbpt.exp
10783 * gdb.base/siginfo-addr.exp
10784 * gdb.base/siginfo-obj.exp
10785 * gdb.base/siginfo-thread.exp
10786 * gdb.base/signest.exp
10787 * gdb.base/signull.exp
10788 * gdb.base/sigrepeat.exp
10789 * gdb.base/skip.exp
10790 * gdb.base/so-impl-ld.exp
10791 * gdb.base/solib-corrupted.exp
10792 * gdb.base/solib-disc.exp
10793 * gdb.base/solib-display.exp
10794 * gdb.base/solib-overlap.exp
10795 * gdb.base/solib-search.exp
10796 * gdb.base/solib-symbol.exp
10797 * gdb.base/source-execution.exp
10798 * gdb.base/sss-bp-on-user-bp-2.exp
10799 * gdb.base/sss-bp-on-user-bp.exp
10800 * gdb.base/stack-checking.exp
10801 * gdb.base/stale-infcall.exp
10802 * gdb.base/step-break.exp
10803 * gdb.base/step-line.exp
10804 * gdb.base/step-over-exit.exp
10805 * gdb.base/step-test.exp
10806 * gdb.base/structs.exp
10807 * gdb.base/sym-file.exp
10808 * gdb.base/symtab-search-order.exp
10809 * gdb.base/term.exp
10810 * gdb.base/type-opaque.exp
10811 * gdb.base/unload.exp
10812 * gdb.base/until-nodebug.exp
10813 * gdb.base/until.exp
10814 * gdb.base/unwindonsignal.exp
10815 * gdb.base/watch-cond.exp
10816 * gdb.base/watch-non-mem.exp
10817 * gdb.base/watch_thread_num.exp
10818 * gdb.base/watchpoint-reuse-slot.exp
10819 * gdb.base/watchpoint-solib.exp
10820 * gdb.base/watchpoint.exp
10821 * gdb.btrace/dlopen.exp
10822 * gdb.cell/arch.exp
10823 * gdb.cell/break.exp
10824 * gdb.cell/bt.exp
10825 * gdb.cell/core.exp
10826 * gdb.cell/data.exp
10827 * gdb.cell/dwarfaddr.exp
10828 * gdb.cell/ea-cache.exp
10829 * gdb.cell/ea-standalone.exp
10830 * gdb.cell/ea-test.exp
10831 * gdb.cell/f-regs.exp
10832 * gdb.cell/fork.exp
10833 * gdb.cell/gcore.exp
10834 * gdb.cell/mem-access.exp
10835 * gdb.cell/ptype.exp
10836 * gdb.cell/registers.exp
10837 * gdb.cell/sizeof.exp
10838 * gdb.cell/solib-symbol.exp
10839 * gdb.cell/solib.exp
10840 * gdb.compile/compile-tls.exp
10841 * gdb.cp/exception.exp
10842 * gdb.cp/gdb2495.exp
10843 * gdb.cp/local.exp
10844 * gdb.cp/mb-inline.exp
10845 * gdb.cp/mb-templates.exp
10846 * gdb.cp/pr10687.exp
10847 * gdb.cp/pr9167.exp
10848 * gdb.cp/scope-err.exp
10849 * gdb.cp/templates.exp
10850 * gdb.cp/virtfunc.exp
10851 * gdb.dwarf2/dw2-dir-file-name.exp
10852 * gdb.dwarf2/dw2-single-line-discriminators.exp
10853 * gdb.fortran/complex.exp
10854 * gdb.fortran/library-module.exp
10855 * gdb.guile/guile.exp
10856 * gdb.guile/scm-cmd.exp
10857 * gdb.guile/scm-frame-inline.exp
10858 * gdb.guile/scm-objfile.exp
10859 * gdb.guile/scm-pretty-print.exp
10860 * gdb.guile/scm-symbol.exp
10861 * gdb.guile/scm-type.exp
10862 * gdb.guile/scm-value.exp
10863 * gdb.linespec/keywords.exp
10864 * gdb.linespec/ls-errs.exp
10865 * gdb.linespec/macro-relative.exp
10866 * gdb.linespec/thread.exp
10867 * gdb.mi/mi-breakpoint-changed.exp
10868 * gdb.mi/mi-dprintf-pending.exp
10869 * gdb.mi/mi-fullname-deleted.exp
10870 * gdb.mi/mi-logging.exp
10871 * gdb.mi/mi-pending.exp
10872 * gdb.mi/mi-solib.exp
10873 * gdb.mi/new-ui-mi-sync.exp
10874 * gdb.mi/user-selected-context-sync.exp
10875 * gdb.multi/dummy-frame-restore.exp
10876 * gdb.multi/multi-arch-exec.exp
10877 * gdb.multi/remove-inferiors.exp
10878 * gdb.multi/watchpoint-multi-exit.exp
10879 * gdb.opt/solib-intra-step.exp
10880 * gdb.perf/backtrace.exp
10881 * gdb.perf/single-step.exp
10882 * gdb.perf/skip-command.exp
10883 * gdb.perf/skip-prologue.exp
10884 * gdb.perf/solib.exp
10885 * gdb.python/lib-types.exp
10886 * gdb.python/py-as-string.exp
10887 * gdb.python/py-bad-printers.exp
10888 * gdb.python/py-block.exp
10889 * gdb.python/py-breakpoint.exp
10890 * gdb.python/py-cmd.exp
10891 * gdb.python/py-events.exp
10892 * gdb.python/py-evthreads.exp
10893 * gdb.python/py-finish-breakpoint.exp
10894 * gdb.python/py-finish-breakpoint2.exp
10895 * gdb.python/py-frame-inline.exp
10896 * gdb.python/py-frame.exp
10897 * gdb.python/py-inferior.exp
10898 * gdb.python/py-infthread.exp
10899 * gdb.python/py-mi.exp
10900 * gdb.python/py-objfile.exp
10901 * gdb.python/py-pp-maint.exp
10902 * gdb.python/py-pp-registration.exp
10903 * gdb.python/py-prettyprint.exp
10904 * gdb.python/py-recurse-unwind.exp
10905 * gdb.python/py-shared.exp
10906 * gdb.python/py-symbol.exp
10907 * gdb.python/py-symtab.exp
10908 * gdb.python/py-template.exp
10909 * gdb.python/py-type.exp
10910 * gdb.python/py-unwind-maint.exp
10911 * gdb.python/py-unwind.exp
10912 * gdb.python/py-value.exp
10913 * gdb.python/python.exp
10914 * gdb.reverse/finish-reverse-bkpt.exp
10915 * gdb.reverse/insn-reverse.exp
10916 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10917 * gdb.reverse/solib-precsave.exp
10918 * gdb.reverse/solib-reverse.exp
10919 * gdb.stabs/gdb11479.exp
10920 * gdb.stabs/weird.exp
10921 * gdb.threads/fork-child-threads.exp
10922 * gdb.threads/fork-plus-threads.exp
10923 * gdb.threads/fork-thread-pending.exp
10924 * gdb.threads/forking-threads-plus-breakpoint.exp
10925 * gdb.threads/hand-call-in-threads.exp
10926 * gdb.threads/interrupted-hand-call.exp
10927 * gdb.threads/linux-dp.exp
10928 * gdb.threads/local-watch-wrong-thread.exp
10929 * gdb.threads/next-while-other-thread-longjmps.exp
10930 * gdb.threads/non-ldr-exit.exp
10931 * gdb.threads/pending-step.exp
10932 * gdb.threads/print-threads.exp
10933 * gdb.threads/process-dies-while-detaching.exp
10934 * gdb.threads/process-dies-while-handling-bp.exp
10935 * gdb.threads/pthreads.exp
10936 * gdb.threads/queue-signal.exp
10937 * gdb.threads/reconnect-signal.exp
10938 * gdb.threads/signal-command-handle-nopass.exp
10939 * gdb.threads/signal-command-multiple-signals-pending.exp
10940 * gdb.threads/signal-delivered-right-thread.exp
10941 * gdb.threads/signal-sigtrap.exp
10942 * gdb.threads/sigthread.exp
10943 * gdb.threads/staticthreads.exp
10944 * gdb.threads/stepi-random-signal.exp
10945 * gdb.threads/thread-unwindonsignal.exp
10946 * gdb.threads/thread_check.exp
10947 * gdb.threads/thread_events.exp
10948 * gdb.threads/tid-reuse.exp
10949 * gdb.threads/tls-nodebug.exp
10950 * gdb.threads/tls-shared.exp
10951 * gdb.threads/tls-so_extern.exp
10952 * gdb.threads/tls.exp
10953 * gdb.threads/wp-replication.exp
10954 * gdb.trace/actions-changed.exp
10955 * gdb.trace/actions.exp
10956 * gdb.trace/backtrace.exp
10957 * gdb.trace/change-loc.exp
10958 * gdb.trace/collection.exp
10959 * gdb.trace/deltrace.exp
10960 * gdb.trace/disconnected-tracing.exp
10961 * gdb.trace/entry-values.exp
10962 * gdb.trace/ftrace-lock.exp
10963 * gdb.trace/ftrace.exp
10964 * gdb.trace/infotrace.exp
10965 * gdb.trace/mi-trace-frame-collected.exp
10966 * gdb.trace/mi-trace-unavailable.exp
10967 * gdb.trace/mi-traceframe-changed.exp
10968 * gdb.trace/mi-tracepoint-changed.exp
10969 * gdb.trace/mi-tsv-changed.exp
10970 * gdb.trace/no-attach-trace.exp
10971 * gdb.trace/packetlen.exp
10972 * gdb.trace/passc-dyn.exp
10973 * gdb.trace/passcount.exp
10974 * gdb.trace/pending.exp
10975 * gdb.trace/pr16508.exp
10976 * gdb.trace/qtro.exp
10977 * gdb.trace/range-stepping.exp
10978 * gdb.trace/read-memory.exp
10979 * gdb.trace/report.exp
10980 * gdb.trace/save-trace.exp
10981 * gdb.trace/signal.exp
10982 * gdb.trace/stap-trace.exp
10983 * gdb.trace/status-stop.exp
10984 * gdb.trace/strace.exp
10985 * gdb.trace/tfile.exp
10986 * gdb.trace/tfind.exp
10987 * gdb.trace/trace-break.exp
10988 * gdb.trace/trace-condition.exp
10989 * gdb.trace/trace-enable-disable.exp
10990 * gdb.trace/trace-mt.exp
10991 * gdb.trace/tracecmd.exp
10992 * gdb.trace/tracefile-pseudo-reg.exp
10993 * gdb.trace/tspeed.exp
10994 * gdb.trace/tstatus.exp
10995 * gdb.trace/tsv.exp
10996 * gdb.trace/unavailable.exp
10997 * gdb.trace/while-dyn.exp
10998 * gdb.trace/while-stepping.exp
10999 * lib/gdb-guile.exp
11000 * lib/gdb.exp
11001 * lib/mi-support.exp
11002 * lib/pascal.exp
11003 * lib/perftest.exp
11004 * lib/prelink-support.exp
11005 * lib/selftest-support.exp
11006
ad02e4fe
SM
110072016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11008
11009 * Makefile.in: Include disable-implicit-rules.mk.
11010
22347e55
AA
110112016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11012
11013 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11014 non-byte-aligned bit fields.
11015
da5b30da
AA
110162016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11017
11018 PR gdb/12616
11019 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11020 respects the DW_AT_data_bit_offset attribute.
11021
b593ecca
SM
110222016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11023
11024 * gdb.base/default.exp: Fix output of "set language".
11025
3b165252
SM
110262016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11027
11028 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11029 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11030 make.
11031 * configure.ac: Remove checks for the make program.
11032 * configure: Re-generate.
11033
1a2f3d7f
KB
110342016-11-16 Kevin Buettner <kevinb@redhat.com>
11035
11036 * gdb.python/py-recurse-unwind.c (main): Add loop.
11037 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11038 to read_register() and gdb.parse_and_eval(). Make each code
11039 call a separate case that can be individually tested.
11040 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11041 proc. Call cont_and_backtrace for each of the code paths that
11042 we want to test in the unwinder.
11043
b7f38fda
AA
110442016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11045
11046 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11047 the definition of struct S.
11048
1f8db343
CM
110492016-11-11 Catherine Moore <clm@codesourcery.com>
11050
11051 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11052
fad0c9fb
PA
110532016-11-09 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.base/commands.exp (runto_or_return): New procedure.
11056 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11057 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11058 (progvar_simple_while_test, progvar_complex_if_while_test)
11059 (if_while_breakpoint_command_test)
11060 (infrun_breakpoint_command_test, breakpoint_command_test)
11061 (user_defined_command_test, watchpoint_command_test)
11062 (test_command_prompt_position, redefine_hook_test)
11063 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11064 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11065 multi_line_input and multi_line. Remove gdb_expect and
11066 gdb_stop_suppressing_tests uses.
11067 * lib/gdb.exp (valnum_re): New global.
11068 (multi_line_input): New procedure.
11069
8354c62c
SM
110702016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11071
11072 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11073 Remove.
11074 (test_setup): Define with proc_with_prefix.
11075 (test_cli_inferior): Likewise.
11076 (test_cli_thread): Likewise.
11077 (test_cli_frame): Likewise.
11078 (test_cli_select_frame): Likewise.
11079 (test_cli_up_down): Likewise.
11080 (test_mi_thread_select): Likewise.
11081 (test_mi_stack_select_frame): Likewise.
11082 (test_cli_in_mi_inferior): Likewise.
11083 (test_cli_in_mi_thread): Likewise.
11084 (test_cli_in_mi_frame): Likewise.
11085 (top level): Do not use with_test_prefix_procname.
11086
64f367a2
PA
110872016-11-09 Pedro Alves <palves@redhat.com>
11088
11089 * gdb.base/commands.exp (gdbvar_simple_if_test)
11090 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11091 (progvar_simple_if_test, progvar_simple_while_test)
11092 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11093 (infrun_breakpoint_command_test, breakpoint_command_test)
11094 (user_defined_command_test, watchpoint_command_test)
11095 (test_command_prompt_position, deprecated_command_test)
11096 (bp_deleted_in_command, temporary_breakpoint_commands)
11097 (stray_arg0_test, source_file_with_indented_comment)
11098 (recursive_source_test, if_commands_test)
11099 (error_clears_commands_left, redefine_hook_test)
11100 (redefine_backtrace_test): Use proc_with_prefix.
11101 * lib/gdb.exp (proc_with_prefix): New proc.
11102
0bb65f1e
AA
111032016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11104
11105 * gdb.base/tui-layout.c: New file.
11106 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11107 disassembly window contains very long lines.
11108
7353f247
TT
111092016-11-08 Tom Tromey <tom@tromey.com>
11110
11111 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11112 depend on Python 2.
11113
30a7bb83
TT
111142016-11-08 Tom Tromey <tom@tromey.com>
11115
11116 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11117 New method.
11118
cdf5a07c
MG
111192016-10-29 Manish Goregaokar <manish@mozilla.com>
11120
2806dc7e 11121 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11122
51a789c3
MG
111232016-10-27 Manish Goregaokar <manish@mozilla.com>
11124
2806dc7e
PA
11125 * gdb.rust/simple.rs: Add test for univariant enums without
11126 discriminants and for encoded struct-like enums.
51a789c3 11127
f610ab6d
PA
111282016-10-28 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11131 gdb_test_multiple, tighten regexps and match symtabs and line
11132 tables incrementally.
11133
b129b0ca
LM
111342016-10-28 Luis Machado <lgustavo@codesourcery.com>
11135
11136 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11137 general.
11138
ecf45d2c
SL
111392016-10-25 Luis Machado <lgustavo@codesourcery.com>
11140
11141 * gdb.base/exec-invalid-sysroot.exp: New file.
11142
b8d38ee4
JK
111432016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11144
11145 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11146
f90fd8c2
JK
111472016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11148
11149 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11150
2d2476aa
MR
111512016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11152
2806dc7e
PA
11153 * gdb.base/killed-outside.exp: Remove $options from a call to
11154 `prepare_for_testing'.
2d2476aa 11155
e42b25a0
SM
111562016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11157
11158 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11159 Change test message.
11160
3ccdb432
SM
111612016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11162
11163 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11164 Update comment.
11165
5bad3170
SM
111662016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11167
11168 * gdb.trace/mi-trace-save.exp: New file.
11169
5ad9dba7
YQ
111702016-10-13 Yao Qi <yao.qi@linaro.org>
11171
11172 * gdb.base/code_elim.exp (get_var_address): Remove.
11173 * gdb.base/relocate.exp: Likewise.
11174 * gdb.base/shreloc.exp: Likewise.
11175 * lib/gdb.exp (get_var_address): New.
11176
62df7e21
YQ
111772016-10-13 Yao Qi <yao.qi@linaro.org>
11178
11179 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11180 floating point tests if $skip_float_test is false.
11181
4dac951e
LM
111822016-10-12 Luis Machado <lgustavo@codesourcery.com>
11183
11184 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11185 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11186 argc values.
11187 Add 1 to argc so we guarantee distinct initial/modified argc values.
11188
8f1a8fc4
JK
111892016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11190
11191 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11192
16c85b5d
JK
111932016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11196 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11197 * gdb.arch/vsx-regs.exp: Likewise.
11198
1d0e042a
YQ
111992016-10-07 Yao Qi <yao.qi@linaro.org>
11200
11201 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11202
68dadef5
MM
112032016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11204
11205 * gdb.python/python.exp: Test decode_line("*0").
11206
33fa2c6e
DE
112072016-10-06 Doug Evans <dje@google.com>
11208
11209 * gdb.python/py-value.exp (test_value_creation): Add test for large
11210 unsigned 64-bit value.
11211
9c37b5ae
TT
112122016-10-06 Tom Tromey <tom@tromey.com>
11213
11214 * gdb.compile/compile.exp: Change java tests to rust.
11215 * gdb.base/setshow.exp: Change java tests to rust.
11216 * gdb.base/default.exp: Remove java from language list.
11217 * README (Examples): Update language example.
11218 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11219 test.
11220 * lib/gdb.exp (skip_java_tests): Remove.
11221 * lib/java.exp: Remove.
11222 * gdb.java: Remove.
11223
78b86327
MR
112242016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11225
11226 * gdb.arch/mips-fcr.exp: New test.
11227 * gdb.arch/mips-fcr.c: Source for the new test.
11228
7470adbb
MR
112292016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11230
11231 * gdb.base/solib-disc.exp: Use `standard_output_file'
11232 throughout.
11233
4a556533
PA
112342016-10-06 Pedro Alves <palves@redhat.com>
11235
11236 * gdb.base/jit-simple-dl.c: New file.
11237 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11238 * gdb.base/jit-simple.c: ... this.
11239 * gdb.base/jit-simple.exp (jit_run): Delete.
11240 (build_jit): New proc.
11241 (jit_test_reread): Recompile either the main program or the shared
11242 library, depending on what is being tested. Skip changing address
11243 if caller wants to. Compare before/after addresses. If testing
11244 standalone, explicitly load the binary. Test "maint info
11245 breakpoints".
11246 (top level): Add "standalone vs shared lib" and "change address"
11247 vs "same address" axes.
11248
5a122fbc
PA
112492016-10-06 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11252 call.
11253 (jit_run): Delete.
11254 (jit_test_reread): Use with_test_prefix. Reload the main binary
11255 explicitly. Compare the before/after addresses of the JIT
11256 descriptor.
11257
ee8da4b8
DE
112582016-08-15 Doug Evans <dje@google.com>
11259
11260 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11261 for single bitfields is bool.
11262 * gdb.xml/tdesc-regs.exp: Ditto.
11263
f389f6fe
JK
112642016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11265
11266 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11267
fdebf1a4
YQ
112682016-10-05 Yao Qi <yao.qi@linaro.org>
11269
11270 * lib/gdb.exp (support_complex_tests): Return zero if
11271 gdb_skip_float_test return true.
11272
9c36d954 112732016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11274 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11275
11276 PR gdb/20487
11277 * gdb.mi/user-selected-context-sync.exp: New file.
11278 * gdb.mi/user-selected-context-sync.c: New file.
11279
4034d0ff 112802016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11281 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11282
11283 PR gdb/20487
11284 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11285 =thread-select-event check.
11286
a4297203
PB
112872016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11288
11289 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11290 the compulsory L operand changes.
11291 * gdb.arch/powerpc-power.s: Likewise.
11292
bb805577
JK
112932016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11294
11295 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11296 * gdb.base/jit-attach-pie.c: New file.
11297 * gdb.base/jit-attach-pie.exp: New file.
11298
6d61dee5
PA
112992016-09-28 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.base/infcall-input.c: New file.
11302 * gdb.base/infcall-input.exp: New file.
11303
f73842fc
YQ
113042016-09-22 Yao Qi <yao.qi@linaro.org>
11305
11306 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11307 (gdb_exit): Rename it to ...
11308 (gdbserver_gdb_exit): ... Close GDBserver.
11309 (gdb_exit): New proc, call gdbserver_gdb_exit.
11310 (mi_gdb_exit): Likewise.
11311
90681dab
YQ
113122016-09-22 Yao Qi <yao.qi@linaro.org>
11313
11314 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11315 path.
11316 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11317 Remove duplication.
11318
9c211fd8
YQ
113192016-09-22 Yao Qi <yao.qi@linaro.org>
11320
11321 * lib/gdbserver-support.exp: Check the existence of
11322 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11323
ad0a504f
AK
113242016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11325
11326 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11327
36cf1806
TT
113282016-09-21 Tom Tromey <tom@tromey.com>
11329
11330 PR gdb/20604:
11331 * gdb.base/quit.exp: New file.
11332
74172ecf
SM
113332016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11334
11335 * .gitignore: New file.
11336
3d0ec882
MR
113372016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11338
11339 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11340 throughout.
11341
8193adea
AA
113422016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11343
11344 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11345
d41a5c09
JK
113462016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11347
11348 * gdb.cp/casts.cc (decltype): Move it ...
11349 (main): ... with its call to ...
11350 * gdb.cp/casts03.cc: ... a new file.
11351 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11352
d2dfe700
JK
113532016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11354
11355 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11356
e2a92b16
PB
113572016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11358
11359 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11360 and sync up the test with tests in gas/testsuite/gas/ppc.
11361 * gdb.arch/powerpc-power.exp: Likewise.
11362
49b4de64
JK
113632016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11366
2c29df25
SDJ
113672016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11368 Jan Kratochvil <jan.kratochvil@redhat.com>
11369
11370 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11371 make m1's definition to be different from m2's. Use 'dummy' as an
11372 argument for probe 'two'.
11373
cc3c2846
JB
113742016-09-10 Jon Beniston <jon@beniston.com>
11375
11376 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11377 for sim target.
11378
e1b2624a
AA
113792016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11380
11381 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11382 variable declaration.
11383 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11384 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11385 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11386 received HWCAP as its argument.
11387
4295e285
PA
113882016-09-06 Pedro Alves <palves@redhat.com>
11389
11390 * gdb.base/new-ui-pending-input.c: New file.
11391 * gdb.base/new-ui-pending-input.exp: New file.
11392 * gdb.exp (clear_gdb_spawn_id): New procedure.
11393 (with_spawn_id): Check whether gdb_spawn_id exists before
11394 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11395 on exit.
11396
00d5215e
UW
113972016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11398
11399 * gdb.base/float128.c: New file.
11400 * gdb.base/float128.exp: Likewise.
11401 * gdb.base/floatn.c: Likewise.
11402 * gdb.base/floatn.exp: Likewise.
11403
a9ff5f12
UW
114042016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11405
11406 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11407
f245535c
PA
114082016-09-05 Pedro Alves <palves@redhat.com>
11409
11410 PR backtrace/19927
11411 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11412 unwinders are immediately called as side effect of "source" or
11413 "disable unwinder" commands.
11414 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11415
ae9cf263
YQ
114162016-09-02 Yao Qi <yao.qi@linaro.org>
11417
11418 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11419 is true and $type is "float" or "double".
11420
27aba047
YQ
114212016-09-02 Yao Qi <yao.qi@linaro.org>
11422
11423 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11424 true.
11425 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11426 * gdb.base/call-rt-st.exp: Likewise.
11427 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11428 return value instead of gdb,skip_float_test.
11429 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11430 (do_function_calls): Use its return value instead of
11431 gdb,skip_float_test.
11432 * gdb.base/finish.exp: Likewise.
11433 * gdb.base/funcargs.exp: Likewise.
11434 * gdb.base/return.exp: Likewise.
11435 * gdb.base/return2.exp: Likewise.
11436 * gdb.base/varargs.exp: Likewise.
11437 * lib/gdb.exp (gdb_skip_float_test): Change it to
11438 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11439
5af962df
AA
114402016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11441
11442 * gdb.multi/tids.exp: Test "thread apply all".
11443
7fac6910
JK
114442016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11445
11446 * gdb.base/default.exp (tty): Remove.
11447
bb1fe4ac
KB
114482016-08-24 Kevin Buettner <kevinb@redhat.com>
11449
2806dc7e
PA
11450 * gdb.python/py-recurse-unwind.c: New file.
11451 * gdb.python/py-recurse-unwind.py: New file.
11452 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11453
0a1ddfa6
SM
114542016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11455
11456 * gdb.base/set-inferior-tty.exp: New file.
11457 * gdb.base/set-inferior-tty.c: New file.
11458
d9de1fe3
PA
114592016-08-23 Pedro Alves <palves@redhat.com>
11460
11461 PR gdb/20494
11462 * gdb.base/new-ui-echo.c: New file.
11463 * gdb.base/new-ui-echo.exp: New file.
11464
e9d9abd7
YQ
114652016-08-23 Yao Qi <yao.qi@linaro.org>
11466
11467 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11468 gdbserver_spawn.
11469 * gdb.server/connect-without-multi-process.exp (do_test):
11470 Likewise.
11471
3589529e
YQ
114722016-08-23 Yao Qi <yao.qi@linaro.org>
11473
11474 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11475 standalone_txt. Delete gdb_txt and standalone_txt on host
11476 and target. Spawn the binary on target. Copy files from
11477 target to host.
11478
6bb90213
PA
114792016-08-22 Pedro Alves <palves@redhat.com>
11480
11481 PR gdb/20505
11482 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11483 with_test_prefix. Factor out bits to ...
11484 (test_no_vdso): ... this new procedure.
11485
20c2c024
CL
114862016-08-19 Carl Love <cel@us.ibm.com>
11487
11488 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11489 maintaining separate logic for constructing the output path.
11490 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11491 * gdb.arch/ppc-dfp.exp: Likewise.
11492 * gdb.arch/ppc-fp.exp: Likewise.
11493 * gdb.arch/vsx-regs.exp: Likewise.
11494 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11495 binprefix for generating the additional binary files.
11496
0646e07d
PA
114972016-08-19 Pedro Alves <palves@redhat.com>
11498
11499 * gdb.trace/mi-trace-frame-collected.exp
11500 (test_trace_frame_collected): On x32, expect two registers.
11501
46da9242
CL
115022016-08-18 Carl Love <cel@us.ibm.com>
11503
11504 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11505 and sync up the test with tests in gas/testsuite/gas/ppc.
11506 * gdb.arch/powerpc-power.exp: Likewise.
11507
eb2332d7
SM
115082016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11509
11510 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11511 expected error message.
11512
63c61e04
SM
115132016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11514
11515 * gdb.multi/remove-inferiors.exp: New file.
11516 * gdb.multi/remove-inferiors.c: New file.
11517
7b17065f
YQ
115182016-08-12 Yao Qi <yao.qi@linaro.org>
11519
11520 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11521 argument list.
11522
01d3dedf
PA
115232016-08-10 Pedro Alves <palves@redhat.com>
11524
11525 PR gdb/19187
11526 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11527 setup_kfails.
11528
3eb7562a
PA
115292016-08-09 Pedro Alves <palves@redhat.com>
11530 Simon Marchi <simon.marchi@ericsson.com>
11531
11532 PR gdb/20418
11533 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11534 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11535
80614914
PA
115362016-08-09 Pedro Alves <palves@redhat.com>
11537
11538 PR mi/20431
11539 * gdb.mi/mi-cmd-error.exp: New file.
11540
f348d89a
PA
115412016-08-09 Pedro Alves <palves@redhat.com>
11542
11543 PR gdb/18653
11544 * gdb.base/signals-state-child.c: New file.
11545 * gdb.base/signals-state-child.exp: New file.
11546 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11547
e5ca03b4
PA
115482016-08-09 Pedro Alves <palves@redhat.com>
11549
11550 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11551
282a0691
TT
115522016-08-03 Tom Tromey <tom@tromey.com>
11553
11554 PR python/18565:
11555 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11556
41bfcd63
YQ
115572016-08-01 Yao Qi <yao.qi@linaro.org>
11558
11559 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11560 variable mode to "multi-process" if $multi_process is 1, otherwise
11561 set it to "single-process".
11562
e3465b24
YQ
115632016-08-01 Yao Qi <yao.qi@linaro.org>
11564
11565 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11566 * gdb.cp/cpexprs.exp: Likewise.
11567 * gdb.cp/m-static.exp: Likewise.
11568
0b31a4bc
TT
115692016-07-26 Tom Tromey <tom@tromey.com>
11570
11571 PR python/20190:
11572 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11573 test.
11574
e0461dbb
MM
115752016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11576
11577 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11578 selecting assembly source files.
11579 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11580 assembly source files.
11581 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11582 assembly source files.
11583 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11584 selecting assembly source files.
11585
8194e927
SM
115862016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11587
11588 * gdb.base/new-ui.exp (do_test_invalid_args): New
11589 procedure.
11590
c0272db5
TW
115912016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11592
11593 * gdb.btrace/reconnect.c: New file.
11594 * gdb.btrace/reconnect.exp: New file.
11595
e3487908
GKB
115962016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11597
11598 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11599 to test_catch_syscall_group.
11600 (test_catch_syscall_group): New.
11601
12df5c00
TT
116022016-07-21 Tom Tromey <tom@tromey.com>
11603
11604 * gdb.rust/simple.rs (main): Use empty struct expression.
11605 * gdb.rust/simple.exp: Add tests for empty struct expression.
11606
bae62ee2
YQ
116072016-07-21 Yao Qi <yao.qi@linaro.org>
11608
11609 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11610 if gdb_skip_xml_test is true on some targets.
11611
b1b53fb3
YQ
116122016-07-21 Yao Qi <yao.qi@linaro.org>
11613
11614 * gdb.server/solib-list.exp: Unset last_loaded_file.
11615
027d97f8
JK
116162016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11617
11618 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11619 "step into captured_main (args)".
11620
7674d381
JK
116212016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11622
11623 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11624
72b5d099
JK
116252016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11626
11627 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11628
1f960ced
PA
116292016-07-19 Pedro Alves <palves@redhat.com>
11630
11631 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11632 * gdb.opt/inline-bt.exp: Likewise.
11633 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11634 additional_flags=-Winline.
11635 * gdb.opt/inline-locals.exp: Likewise.
11636 * gdb.opt/inline-markers.c (ATTR): Define.
11637 (inlined_fn): Use it.
11638
f25827c1
YQ
116392016-07-19 Yao Qi <yao.qi@linaro.org>
11640
11641 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11642 (test_with_self): Remove some code. Remove argument executable.
11643 (top-level): Use do_self_tests.
11644
37539ebe
DB
116452016-07-15 Zachary Welch <zwelch@codesourcery.com>
11646 Don Breazeal <donb@codesourcery.com>
11647
11648 * gdb.base/maint.exp: Escape paths used in regular expressions.
11649 * gdb.stabs/weird.exp: Likewise.
11650
dac790e1
TT
116512016-07-13 Tom Tromey <tom@tromey.com>
11652
11653 PR python/15620, PR python/18620:
11654 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11655 (test_bkpt_events): New procs.
11656
93daf339
TT
116572016-07-13 Tom Tromey <tom@tromey.com>
11658
11659 PR python/17698:
11660 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11661 test.
11662 (test_watchpoints): Likewise.
11663 (test_bkpt_pending): New proc.
11664
6571a381
TT
116652016-07-13 Tom Tromey <tom@tromey.com>
11666
11667 PR cli/18053:
11668 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11669 completion test.
11670
e8732474
JK
116712016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11674 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11675 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11676 f_label.
11677 (g): Rename g_end_lbl to g_label.
11678 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11679 low_pc and high_pc.
11680 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11681
e0f3fd7c
TT
116822016-07-12 Tom Tromey <tom@tromey.com>
11683
11684 PR python/19293:
11685 * gdb.python/py-unwind-maint.exp: Update tests.
11686
3cfe46b6
YQ
116872016-07-12 Yao Qi <yao.qi@linaro.org>
11688
11689 * lib/selftest-support.exp (selftest_setup): Match the output
11690 when captured_main is inlined.
11691
4f19a0e6
WT
116922016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11693
11694 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11695 New variables.
11696 (print this%a, print this%b, print this): New tests.
11697 * gdb.fortran/derived-types.f90 (this): New object and
11698 initialization.
11699
986cf455
SM
117002016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11701
11702 * gdb.ada/arraydim.exp: Remove extra directory level in build
11703 directory.
11704
f0464b23
SM
117052016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11706
11707 * lib/ada.exp: Remove extra directory level in build directory.
11708 * gdb.ada/cond_lang.exp: Likewise.
11709 * gdb.ada/exec_changed.exp: Likewise.
11710 * gdb.ada/lang_switch.exp: Likewise.
11711
42d94011
MG
117122016-07-06 Manish Goregaokar <manish@mozilla.com>
11713
2806dc7e
PA
11714 * simple.rs: Add test for raw pointer subscripting.
11715 * simple.exp: Add test expectations.
42d94011 11716
647c264c
YQ
117172016-07-05 Yao Qi <yao.qi@linaro.org>
11718
11719 * gdb.mi/mi-reverse.exp: Match =record-started output.
11720
20aa2c60
PA
117212016-07-01 Pedro Alves <palves@redhat.com>
11722
11723 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11724 procedure.
11725 (jit_reader_test): Test the jit reader's unwinder.
11726 * gdb.base/jithost.c (jit_function_00_code): New global.
11727 (main): Use memcpy to fill in the mmapped code, instead of poking
11728 bytes manually here.
11729 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11730 value.
11731 (read_debug_info): Save the function's range.
11732 (read_sp): New function.
11733 (unwind_frame): Use it. Also unwind RBP.
11734 (get_frame_id): Use read_sp.
11735 (gdb_init_reader): Use calloc instead of malloc.
11736 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11737 parameter. Use gdb_test_multiple.
11738
ced2dffb
PA
117392016-07-01 Pedro Alves <palves@redhat.com>
11740 Antoine Tremblay <antoine.tremblay@ericsson.com>
11741
11742 * gdb.threads/process-dies-while-detaching.c: New file.
11743 * gdb.threads/process-dies-while-detaching.exp: New file.
11744
63000888
PA
117452016-07-01 Pedro Alves <palves@redhat.com>
11746
11747 * gdb.multi/watchpoint-multi-exit.c: New file.
11748 * gdb.multi/watchpoint-multi-exit.exp: New file.
11749
038d4868
PA
117502016-06-30 Pedro Alves <palves@redhat.com>
11751
11752 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11753 unset inferior_spawn_id.
11754
994e9c83
PA
117552016-06-30 Pedro Alves <palves@redhat.com>
11756
11757 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11758 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11759
e5653468
YQ
117602016-06-29 Yao Qi <yao.qi@linaro.org>
11761
11762 * gdb.base/return.c: Add copyright header.
11763
803b47e5
TT
117642016-06-29 Tom Tromey <tom@tromey.com>
11765
11766 PR python/20129:
11767 * gdb.python/py-framefilter.exp: Add tests for setting priority
11768 and disabling of non-existent frame filter.
11769
28244707
YQ
117702016-06-29 Yao Qi <yao.qi@linaro.org>
11771
11772 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11773 0x0f07ff.
11774
a31d2f06
YQ
117752016-06-28 Yao Qi <yao.qi@linaro.org>
11776
11777 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11778 triplets. Start gdb, execute catch syscall, and continue. Check
11779 gdb's output to determine catch syscall is supported.
11780
921d8f54
MG
117812016-06-27 Manish Goregaokar <manish@mozilla.com>
11782
25d49b86
PA
11783 * gdb.rust/simple.rs: Add test for returning unit in a function.
11784 * gdb.rust/simple.exp: Add expectation for functions returning
11785 unit.
921d8f54 11786
f4952523
PMR
117872016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11788
11789 * gdb.python/py-breakpoint-create-fail.c,
11790 gdb.python/py-breakpoint-create-fail.exp,
11791 gdb.python/py-breakpoint-create-fail.py: New testcase.
11792
fccb08f8
MG
117932016-06-25 Manish Goregaokar <manish@mozilla.com>
11794
11795 PR gdb/20239
11796 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11797 * gdb.rust/simple.exp: Add test expectations for new NonZero
11798 tests.
fccb08f8 11799
6b850546
DT
118002016-06-24 David Taylor <dtaylor@emc.com>
11801
11802 * gdb.base/offsets.exp: New file.
11803 * gdb.base/offsets.c: New file.
11804
17621150
TT
118052016-06-23 Tom Tromey <tom@tromey.com>
11806
11807 PR gdb/16483:
11808 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11809 before any filters are loaded.
11810
04d59df6
WT
118112016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11812
11813 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11814 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11815 structs.
11816 * gdb.fortran/derived-type-function.exp: New file.
11817 * gdb.fortran/derived-type-function.f90: New file.
11818
11819
ac69f786
PA
118202016-06-21 Pedro Alves <palves@redhat.com>
11821
11822 * gdb.base/new-ui.exp: New file.
11823 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11824 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11825 (with_spawn_id): New procedure.
11826
49940788
PA
118272016-06-21 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.mi/mi-exec-run.exp: New file.
11830
ef274d26
PA
118312016-06-21 Pedro Alves <palves@redhat.com>
11832
11833 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11834 breakpoint command's output on the main UI.
11835 (test_break): New procedure, factored out from calls in the top
11836 level.
11837 (top level): Use foreach_with_prefix to test MI as main UI and as
11838 separate UI.
11839
468afe6c
PA
118402016-06-21 Pedro Alves <palves@redhat.com>
11841
11842 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11843 (test_awatch_creation_and_listing)
11844 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11845 Remove 'type' parameter.
11846 (test_watchpoint_all): New parameter mi_mode. Remove
11847 with_test_prefix.
11848 (top level): Use foreach_with_prefix, and add main/separate UI MI
11849 testing axis.
11850
51f77c37
PA
118512016-06-21 Pedro Alves <palves@redhat.com>
11852
11853 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11854 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11855 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11856 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11857 (gdb_main_spawn_id, mi_spawn_id): Declare and
11858 comment.
11859 (mi_create_inferior_pty): New procedure,
11860 factored out from default_mi_gdb_start.
11861 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11862 procedures.
11863 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11864 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11865 Use mi_create_inferior_pty.
11866 (mi_gdb_start): Use eval to pass down args list.
11867
8980e177
PA
118682016-06-21 Pedro Alves <palves@redhat.com>
11869
11870 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11871 * gdb.opt/inline-cmds.exp: Add MI tests.
11872
f38d3ad1
PA
118732016-06-21 Pedro Alves <palves@redhat.com>
11874
11875 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11876
45db7c09
PA
118772016-06-21 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11880 (top level): Use it instead of mi_execute_to.
11881
5a069ab3
PA
118822016-06-21 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11885 (cont_handler_str): New.
11886 (signal_stop_handler): Set stop_handler_str instead of printing to
11887 stdout.
11888 (continue_handler): Set cont_handler_str instead of printing to
11889 stdout.
11890 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11891 mi_send_resuming_command. Print stop_handler_str and
11892 cont_handler_str instead of expecting the python events print
11893 directly.
11894
2838cc1d
SD
118952016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11896
11897 * gdb.base/jit-reader.exp: New file.
11898 * gdb.base/jithost.c: New file.
11899 * gdb.base/jithost.h: New file.
11900 * gdb.base/jitreader.c : New file.
11901 * gdb.base/jit-protocol.h: New file.
11902
21a77091
YQ
119032016-06-17 Yao Qi <yao.qi@linaro.org>
11904
11905 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11906 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11907 and detach-on-fork. Adjust tests.
11908 (top level): Invoke break_cond_on_syscall with combinations of
11909 syscall, follow-fork-mode and detach-on-fork.
11910
f50bf8e5
YQ
119112016-06-17 Yao Qi <yao.qi@linaro.org>
11912
11913 * gdb.base/step-over-exit.c: New.
11914 * gdb.base/step-over-exit.exp: New.
11915
a28d8e50
YTL
119162016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11917
11918 * gdb.base/float.exp: Add target check for nds32*-*-*.
11919 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11920
cad8e26d
AB
119212016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11922
11923 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11924 for unsupported target features.
11925 * gdb.base/call-rt-st.exp: Likewise.
11926 * gdb.base/call-sc.exp: Likewise.
11927 * gdb.base/call-signal-resume.exp: Likewise.
11928 * gdb.base/call-strs.exp: Likewise.
11929 * gdb.base/callexit.exp: Likewise.
11930 * gdb.base/callfuncs.exp: Likewise.
11931 * gdb.base/nodebug.exp: Likewise.
11932 * gdb.base/printcmds.exp: Likewise.
11933 * gdb.base/ptype.exp: Likewise.
11934 * gdb.base/structs.exp: Likewise.
11935 * gdb.base/unwindonsignal.exp: Likewise.
11936 * gdb.cp/gdb2495.exp: Likewise.
11937 * gdb.cp/templates.exp: Likewise.
11938 * gdb.cp/virtfunc.exp: Likewise.
11939 * gdb.threads/hand-call-in-threads.exp: Likewise.
11940 * gdb.threads/interrupted-hand-call.exp: Likewise.
11941 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11942
347dc102
TT
119432016-06-10 Tom Tromey <tom@tromey.com>
11944
11945 PR rust/20110:
11946 * gdb.rust/expr.exp: Add test for integer constant larger than
11947 i32.
11948
5e13cf25
BH
119492016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11950
11951 * gdb.fortran/nested-funcs.exp: New.
11952 * gdb.fortran/nested-funcs.f90: New.
11953
bb556f1f
TK
119542016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11955
11956 * gdb.base/examine-backward.c: New file.
11957 * gdb.base/examine-backward.exp: New file.
11958
38b022b4
SM
119592016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11962 matching.
11963
1b40ec05
TT
119642016-06-02 Tom Tromey <tom@tromey.com>
11965
11966 PR python/18984:
11967 * gdb.python/py-shared.exp: Add solib_name test.
11968
193bd378
SM
119692016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11970
11971 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11972
3326303b
MG
119732016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11974
11975 PR c++/19893
11976 * gdb.dwarf2/implref.exp: Rename to...
11977 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11978 * gdb.dwarf2/implref-array.c: New file.
11979 * gdb.dwarf2/implref-array.exp: Likewise.
11980 * gdb.dwarf2/implref-global.c: Likewise.
11981 * gdb.dwarf2/implref-global.exp: Likewise.
11982 * gdb.dwarf2/implref-struct.c: Likewise.
11983 * gdb.dwarf2/implref-struct.exp: Likewise.
11984
825c8ef2
AT
119852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11986
11987 * gdb.trace/trace-condition.exp: Add 64bit tests.
11988
2320162a
AT
119892016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11990
11991 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11992 bits types.
11993 (main): Adapt to 8 to 64 bits types.
11994 * gdb.trace/trace-condition.exp: Add new tests.
11995
a7818233
AT
119962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11997
11998 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11999
0d336466
AT
120002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12001
12002 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12003 Move condition tests...
12004 * gdb.trace/trace-condition.exp: Here.
12005
7faeb45a
AT
120062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12007
12008 * gdb.trace/trace-condition.exp: Add counter-case tests.
12009
e385593e
JK
120102016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12011
12012 PR c++/15231
12013 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12014 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12015
744608cc
PA
120162016-05-27 Pedro Alves <palves@redhat.com>
12017
12018 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12019 New procedure.
12020 (top level): Call it, and bail out of DejaGnu is known to be bad.
12021
ac775bf4
AB
120222016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12023
12024 * gdb.base/whatis.c: Extend the test case.
12025 * gdb.base/whatis.exp: Add additional tests.
12026
2bbad2ea
BH
120272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12028
12029* gdb.fortran/type.f90: Add pointer variable.
12030* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12031
8b70175d
BH
120322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12033
12034 * gdb.fortran/vla-type.exp: Fix testcase name.
12035
86d8a848
BH
120362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12037
12038 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12039
e188eb36
BH
120402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12041
12042 * gdb.fortran/type.f90: Add nested structures.
12043 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12044 * gdb.fortran/derived-type.exp: Adapt expected output.
12045 * gdb.fortran/vla-type.exp: Adapt expected output.
12046
9b2db1fd
BH
120472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12048
12049 * gdb.fortran/whatis_type.exp: Adapt expected output.
12050
72b17055
BH
120512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12052
12053 * gdb.fortran/print_type.exp: Fix expected output.
12054 * gdb.fortran/whatis_type.exp: Fix expected output.
12055
3cd81d8d
BH
120562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12057
12058 * gdb.fortran/whatis_type.exp: Use multi_line.
12059
ddae9462
TT
120602016-05-24 Tom Tromey <tom@tromey.com>
12061
12062 PR python/17386:
12063 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12064 use value as an index.
12065
1957f6b8
TT
120662016-05-23 Tom Tromey <tom@tromey.com>
12067
12068 PR python/17981:
12069 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12070 no-breakpoint case.
12071
026a9174
PA
120722016-05-24 Pedro Alves <palves@redhat.com>
12073
12074 PR gdb/19828
12075 * gdb.threads/clone-attach-detach.c: New file.
12076 * gdb.threads/clone-attach-detach.exp: New file.
12077
e70a7231
FR
120782016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12079
12080 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12081
0f6ed0e0
TT
120822016-05-23 Tom Tromey <tom@tromey.com>
12083
12084 PR python/19438, PR python/18393:
12085 * gdb.python/py-progspace.exp: Add "dir" test.
12086 * gdb.python/py-objfile.exp: Add "dir" test.
12087
ffd19d61
YQ
120882016-05-23 Yao Qi <yao.qi@linaro.org>
12089
12090 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12091 * gdb.arch/thumb2-it.exp: Likewise.
12092
9e8f9b05
SM
120932016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12094
12095 * gdb.mi/mi-threads-interrupt.c: New file.
12096 * gdb.mi/mi-threads-interrupt.exp: New file.
12097
61c6156d
SM
120982016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12099
12100 PR gdb/18077
12101 * gdb.mi/mi-async-run.exp: New file.
12102 * gdb.mi/mi-async-run.c: New file.
12103
67218854
TT
121042016-05-17 Tom Tromey <tom@tromey.com>
12105 Manish Goregaokar <manishsmail@gmail.com>
12106
12107 * lib/rust-support.exp: New file.
12108 * lib/gdb.exp (skip_rust_tests): New proc.
12109 (build_executable_from_specs): Handle rust.
12110 * lib/future.exp (gdb_find_rustc): New proc.
12111 (gdb_default_target_compile): Handle rust.
12112 * gdb.rust/expr.exp: New file.
12113 * gdb.rust/generics.exp: New file.
12114 * gdb.rust/generics.rs: New file.
12115 * gdb.rust/methods.exp: New file.
12116 * gdb.rust/methods.rs: New file.
12117 * gdb.rust/modules.exp: New file.
12118 * gdb.rust/modules.rs: New file.
12119 * gdb.rust/simple.exp: New file.
12120 * gdb.rust/simple.rs: New file.
12121
c44af4eb
TT
121222016-05-17 Tom Tromey <tom@tromey.com>
12123
12124 * gdb.base/default.exp (set language): Add rust.
12125
dcd1f979
TT
121262016-05-17 Tom Tromey <tom@tromey.com>
12127
12128 * gdb.gdb/unittest.exp: New file.
12129
155b7f57
YQ
121302016-05-16 Yao Qi <yao.qi@linaro.org>
12131
12132 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12133 shell_prompt. Update shell_prompt_re.
12134
8ddd5a6c
DE
121352016-05-12 Doug Evans <dje@google.com>
12136
12137 PR symtab/19999
12138 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12139 $options when building executable.
12140 * gdb.dwarf2/fission-loclists-pie.S: New file.
12141 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12142
02e370d9
SM
121432016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12144
12145 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12146 of [is_remote target],
12147
8929ad8b
SM
121482016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12149
12150 * lib/gdb.exp (use_gdb_stub): New procedure.
12151
6c447423
DE
121522016-05-03 Yunlian Jiang <yunlian@google.com>
12153 Doug Evans <dje@google.com>
12154
12155 PR symtab/19914
12156 * gdb.dwarf2/dwp-sepdebug.c: New file.
12157 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12158
444e826c
SM
121592016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12160
12161 * gdb.base/detach.exp: Remove is_remote check.
12162
740feeaa
SM
121632016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12164
12165 * gdb.base/annota-input-while-running.exp: Don't check for
12166 [is_remote target]. Enable annotations after running to main.
12167 Remove unused "set test..." line.
12168
9080ac9d
SM
121692016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12170
12171 * gdb.trace/trace-enable-disable.exp: New file.
12172 * gdb.trace/trace-enable-disable.c: New file.
12173
952ebca5
SM
121742016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12175
12176 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12177 use it in info sharedlibrary test.
12178 * gdb.trace/ftrace-lock.exp: Likewise.
12179 * gdb.trace/ftrace.exp: Likewise.
12180 * gdb.trace/range-stepping.exp: Likewise.
12181 * gdb.trace/trace-break.exp: Likewise.
12182 * gdb.trace/trace-condition.exp: Likewise.
12183 * gdb.trace/trace-mt.exp: Likewise.
12184
d9019901
SM
121852016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12186
12187 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12188 (gdb_load_shlib): ... this.
12189 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12190 gdb_load_shlib.
12191 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12192 * gdb.base/ctxobj.exp: Likewise.
12193 * gdb.base/dprintf-pending.exp: Likewise.
12194 * gdb.base/dso2dso.exp: Likewise.
12195 * gdb.base/fixsection.exp: Likewise.
12196 * gdb.base/gcore-relro.exp: Likewise.
12197 * gdb.base/gdb1555.exp: Likewise.
12198 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12199 * gdb.base/gnu-ifunc.exp: Likewise.
12200 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12201 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12202 * gdb.base/pending.exp: Likewise.
12203 * gdb.base/print-file-var.exp: Likewise.
12204 * gdb.base/print-symbol-loading.exp: Likewise.
12205 * gdb.base/shlib-call.exp: Likewise.
12206 * gdb.base/shreloc.exp: Likewise.
12207 * gdb.base/so-impl-ld.exp: Likewise.
12208 * gdb.base/solib-disc.exp: Likewise.
12209 * gdb.base/solib-nodir.exp: Likewise.
12210 * gdb.base/solib-overlap.exp: Likewise.
12211 * gdb.base/solib-symbol.exp: Likewise.
12212 * gdb.base/solib-weak.exp (do_test): Likewise.
12213 * gdb.base/sym-file.exp: Likewise.
12214 * gdb.base/symtab-search-order.exp: Likewise.
12215 * gdb.base/type-opaque.exp: Likewise.
12216 * gdb.base/unload.exp: Likewise.
12217 * gdb.base/watchpoint-solib.exp: Likewise.
12218 * gdb.compile/compile.exp: Likewise.
12219 * gdb.cp/gdb2384.exp: Likewise.
12220 * gdb.cp/infcall-dlopen.exp: Likewise.
12221 * gdb.cp/re-set-overloaded.exp: Likewise.
12222 * gdb.fortran/library-module.exp: Likewise.
12223 * gdb.opt/solib-intra-step.exp: Likewise.
12224 * gdb.python/py-finish-breakpoint.exp: Likewise.
12225 * gdb.python/py-shared.exp: Likewise.
12226 * gdb.reverse/solib-precsave.exp: Likewise.
12227 * gdb.reverse/solib-reverse.exp: Likewise.
12228 * gdb.server/solib-list.exp: Likewise.
12229 * gdb.threads/dlopen-libpthread.exp: Likewise.
12230 * gdb.threads/tls-shared.exp: Likewise.
12231 * gdb.threads/tls-so_extern.exp: Likewise.
12232 * gdb.trace/change-loc.exp: Likewise.
12233 * gdb.trace/ftrace-lock.exp: Likewise.
12234 * gdb.trace/ftrace.exp: Likewise.
12235 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12236 * gdb.trace/pending.exp: Likewise.
12237 * gdb.trace/range-stepping.exp: Likewise.
12238 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12239 (strace_info_marker): Likewise.
12240 (strace_probe_marker): Likewise.
12241 (strace_trace_on_same_addr): Likewise.
12242 (strace_trace_on_diff_addr): Likewise.
12243 * gdb.trace/trace-break.exp: Likewise.
12244 * gdb.trace/trace-condition.exp: Likewise.
12245 * gdb.trace/trace-mt.exp: Likewise.
12246
fca4cfd9
SM
122472016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12248
12249 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12250 result of gdb_remote_download.
12251 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12252 * gdb.base/dso2dso.exp: Likewise.
12253 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12254 * gdb.base/print-file-var.exp: Likewise.
12255 * gdb.base/shlib-call.exp: Likewise.
12256 * gdb.base/shreloc.exp: Likewise.
12257 * gdb.base/solib-overlap.exp: Likewise.
12258 * gdb.base/solib-weak.exp (do_test): Likewise.
12259 * gdb.base/unload.exp: Likewise.
12260
11cf4ffb
YQ
122612016-04-27 Yao Qi <yao.qi@linaro.org>
12262
12263 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12264 exists.
12265
3e2e34f8
KB
122662016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12267
12268 * vla-type.exp: Print structure from toplevel.
12269
8f07e298
BH
122702016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12271
12272 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12273 of dynamic types.
12274 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12275 of dynamic types.
12276
9920b434
BH
122772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12278
12279 * gdb.fortran/vla-type.f90: New file.
12280 * gdb.fortran/vla-type.exp: New file.
12281
f3abeff5
YQ
122822016-04-25 Yao Qi <yao.qi@linaro.org>
12283
12284 * gdb.base/branch-to-self.c: New file.
12285 * gdb.base/branch-to-self.exp: New file.
12286
0a5d52f0
YQ
122872016-04-22 Yao Qi <yao.qi@linaro.org>
12288
12289 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12290 more after $hex.
12291
495346f6
YQ
122922016-04-22 Yao Qi <yao.qi@linaro.org>
12293
12294 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12295 * gdb.base/annota3.exp: Likewise.
12296
4a7e075c
YQ
122972016-04-22 Yao Qi <yao.qi@linaro.org>
12298
12299 * gdb.reverse/step-precsave.exp: Do one step and test program
12300 stops in "callee" and do multiple steps until program goes out
12301 of "callee".
12302 * gdb.reverse/step-reverse.exp: Likewise.
12303
5b061e98
YQ
123042016-04-22 Yao Qi <yao.qi@linaro.org>
12305
12306 * gdb.trace/signal.exp: Also pass if
12307 $tracepoint_hits($i) > $iterations.
12308
5c5dc57f
YQ
123092016-04-22 Yao Qi <yao.qi@linaro.org>
12310
12311 * gdb.trace/signal.c: New file.
12312 * gdb.trace/signal.exp: New file.
12313
a55411b9
DE
123142016-04-19 Doug Evans <xdje42@gmail.com>
12315
12316 * gdb.base/bad-file.exp: New file.
12317
a22df60a
MG
123182016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12319
12320 * gdb.dwarf2/implref.exp: New file.
12321
0c13f7e5
BH
123222016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12323
12324 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12325 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12326 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12327 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12328 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12329 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12330 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12331 * lib/fortran.exp (fortran_int4): New procedure.
12332 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12333 (fortran_logical4): Likewise.
12334
9b9b09e9
BH
123352016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12336
12337 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12338
a14d1f4d
BH
123392016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12340
12341 * lib/compiler.c: Add Intel specific preprocessor macros.
12342 * lib/compiler.cc: Likewise.
25d49b86 12343
7d49b1d0
LM
123442016-04-13 Luis Machado <lgustavo@codesourcery.com>
12345
12346 * gdb.server/connect-with-no-symbol-file.c: New file.
12347 * gdb.server/connect-with-no-symbol-file.exp: New file.
12348
8392fa22
SM
123492016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12350
12351 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12352
8c4c4aeb
SM
123532016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12354
12355 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12356 standard output directory.
12357
45e3745e
AT
123582016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12359
12360 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12361
e26b7e41
MM
123622016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12363
12364 * gdb.btrace/instruction_history.c (loop): Add declaration.
12365
8ce09462
AT
123662016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12367
12368 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12369
2e88a1ea
SM
123702016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12371
12372 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12373 parentheses to print.
12374 (continue_handler): Likewise.
12375
f48e22e3
SM
123762016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12377
12378 * gdb.server/solib-list.exp: Remove is_remote check.
12379 Pass shlib= to gdb_compile. Don't link shared library with
12380 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12381 Run binary filename through "readlink -f" on the target.
12382
096be756
PA
123832016-04-08 Pedro Alves <palves@redhat.com>
12384
12385 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12386 interpreter filename as argument to gdbserver_spawn.
12387 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12388 Return empty if $last_loaded_file does not exist.
12389
06500533
JK
123902016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12391
12392 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12393 * gdb.base/jit-main.c: Use exit after usage.
12394
2d35e871
JK
123952016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12396
12397 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12398 GDBHISTSIZE prior to the tests.
12399 * gdb.base/gdbinit-history.exp: Likewise.
12400
124012016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12402
12403 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12404 instead of build_executable. Use gdb_load_shlibs.
12405
c8064e7e
YQ
124062016-04-07 Yao Qi <yao.qi@linaro.org>
12407
12408 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12409 Execute "si" command.
12410
bde47561
YQ
124112016-04-07 Yao Qi <yao.qi@linaro.org>
12412
12413 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12414 number instead of the comments on some line.
12415
b16f8a3b
DB
124162016-04-06 Don Breazeal <donb@codesourcery.com>
12417
12418 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12419 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12420
c2f901df
SM
124212016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12422
12423 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12424 standard_output_file. Remove unused binfile variable.
12425
ac17fda0
CU
124262016-04-05 Catalin Udma <catalin.udma@freescale.com>
12427
12428 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12429 * gdb.python/py-mi-objfile.exp: Match "list main" output
12430 in console format.
12431
03a8c4df
SM
124322016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12433
12434 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12435 absolute.
12436
6e774b13
SM
124372016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12438
12439 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12440 absolute.
12441 * gdb.trace/ftrace.exp: Likewise.
12442 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12443 targets as well.
12444 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12445 (gdb_load_shlibs): Copy libraries to test directory when testing
12446 natively. Only set solib-search-path if testing remotely.
12447 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12448
7817ea46
SM
124492016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12450
12451 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12452 gdb_download. Use it even if the target is not remote.
12453 * gdb.base/jit.exp (compile_jit_test): Likewise.
12454 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12455 output directory if the destination board is local, otherwise use
12456 the standard remote_download from DejaGnu.
12457 (gdb_download): Remove.
12458 (gdb_load_shlibs): Use gdb_remote_download instead of
12459 gdb_download.
12460 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12461 Use gdb_remote_download instead of gdb_download. Use it even if
12462 the target is not remote.
12463 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12464 instead of gdb_download.
12465
7beb7f68
SM
124662016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12467
12468 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12469 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12470 run.
12471
cc63428a
AV
124722016-04-01 Artemiy Volkov <artemiyv@acm.org>
12473
12474 PR gdb/19820
12475 * gdb.base/printcmds.exp: Add artificial arrays tests.
12476
64cdf930
PA
124772016-03-31 Pedro Alves <palves@redhat.com>
12478
12479 PR gdb/19858
12480 * gdb.base/jit-main.c: Include unistd.h.
12481 (ATTACH): Define to 0 if not already defined.
12482 (wait_for_gdb, mypid): New globals.
12483 (WAIT_FOR_GDB): New macro.
12484 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12485 some breakpoint locations.
12486 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12487 New procedures.
12488 (one_jit_test): Add REATTACH parameter, and handle it. Use
12489 continue_to_test_location.
12490 (top level): Test attach, and adjusts calls to one_jit_test.
12491
40dea8cb
PA
124922016-03-31 Pedro Alves <palves@redhat.com>
12493
12494 PR gdb/19858
12495 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12496 BINSUFFIX parameter, and handle it.
12497 (top level): Adjust calls compile_jit_test.
12498
e7ea3ec7
CU
124992016-03-31 Catalin Udma <catalin.udma@freescale.com>
12500
12501 PR python/19743
12502 * gdb.python/py-mi-events-gdb.py: New file.
12503 * gdb.python/py-mi-events.c: New file.
12504 * gdb.python/py-mi-events.exp: New file.
12505
e6359af3
YQ
125062016-03-30 Yao Qi <yao.qi@linaro.org>
12507
12508 * gdb.reverse/until-precsave.exp: Match function name only.
12509 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12510 Move malloc to a condition block.
12511 * gdb.reverse/until-reverse.exp: Match function name only.
12512
a4105d04
MK
125132016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12514
12515 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12516 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12517 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12518 variable for GPR 0 instead of assuming it is register 0.
12519 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12520 * lib/trace-support.exp: Add s390 registers.
12521
bfa6adb9
YQ
125222016-03-29 Yao Qi <yao.qi@linaro.org>
12523
12524 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12525
1e6697ea
YQ
125262016-03-24 Yao Qi <yao.qi@linaro.org>
12527
12528 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12529 test message.
12530
64bcd522
AA
125312016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12532
12533 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12534 maintaining separate logic for constructing the output path.
12535
7868401b
DB
125362016-03-16 Don Breazeal <donb@codesourcery.com>
12537
12538 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12539 Retry fork and waitpid on interrupted system call errors.
12540 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12541 Use with_timeout_factor to increase timeout by factor of 10.
12542
1cafadb4
DB
125432016-03-15 Don Breazeal <donb@codesourcery.com>
12544
12545 * gdb.cp/scope-err.cc: New test program.
12546 * gdb.cp/scope-err.exp: New test script.
12547 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12548 lines and "set breakpoint here" comment.
12549 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12550 Fixed some whitespace and format issues.
12551 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12552 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12553
81516450
DE
125542016-03-15 Doug Evans <dje@google.com>
12555
12556 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12557 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12558 All callers updated. Add tests for enums, mixed flags register.
12559
aa52b601
DE
125602016-03-15 Doug Evans <dje@google.com>
12561
12562 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12563 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12564
fa4ff313
SM
125652016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12566
12567 * gdb.base/default.exp: Add $_as_string to the list of expected
12568 convenience functions.
12569
f2403c39
AB
125702016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12571
12572 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12573
f2f3ccb9
SM
125742016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12575
12576 * gdb.python/py-as-string.exp: New file.
12577 * gdb.python/py-as-string.c: New file.
12578
00dbd492
PA
125792016-03-09 Pedro Alves <palves@redhat.com>
12580
12581 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12582 signal" -> "Thread NN received signal" output change.
12583 * gdb.threads/ia64-sigill.exp: Likewise.
12584 * gdb.threads/linux-dp.exp: Likewise.
12585 * gdb.threads/manythreads.exp: Likewise.
12586 * gdb.threads/pending-step.exp: Likewise.
12587 * gdb.threads/print-threads.exp: Likewise.
12588 * gdb.threads/sigstep-threads.exp: Likewise.
12589 * gdb.threads/staticthreads.exp: Likewise.
12590 * gdb.threads/tls.exp: Likewise.
12591
1e6697ea
YQ
125922016-03-09 Pedro Alves <palves@redhat.com>
12593
12594 * gdb.base/command-line-input.exp: New file.
12595
b04fd3be
MK
125962016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12597
12598 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12599 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12600 * gdb.trace/pending.exp: Accept leading dot before function name.
12601 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12602 * lib/trace-support.exp: Set registers for ppc.
12603
98fa59e9
MK
126042016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12605
12606 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12607 use it for disassembly; accept .main in addition to main in backtrace.
12608
f77198c8
MK
126092016-03-09 Wei-cheng Wang <cole945@gmail.com>
12610 Marcin Kościelnicki <koriakin@0x04.net>
12611
12612 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12613 (gdb_recursion_test_ptr): New global variable.
12614 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12615 gdb_recursion_test.
12616 (gdb_c_test): Ditto.
12617
ba84e0da
MK
126182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12619
12620 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12621 ordering.
12622
4366d36e
MK
126232016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12624
12625 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12626 (bar): Add bar_start_lbl label.
12627 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12628 of foo/bar for emitting DWARF and tracing.
12629
5eb264df
SDJ
126302016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12631
12632 * analyze-racy-logs.py: Set executable bit.
12633
fb6a751f
SDJ
126342016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12635
12636 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12637 (CHECK_TARGET_TMP): Likewise.
12638 (check-single-racy): New rule.
12639 (check-parallel-racy): Likewise.
12640 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12641 (do-check-parallel-racy): New rule.
12642 (check-racy/%.exp): Likewise.
12643 * README (Racy testcases): New section.
12644 * analyze-racy-logs.py: New file.
12645
bdf7e230
DE
126462016-03-03 Doug Evans <dje@google.com>
12647
12648 * gdb.base/skip.exp: Use with_test_prefix.
12649
4719d415
YQ
126502016-03-03 Yao Qi <yao.qi@linaro.org>
12651
12652 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12653 Invoke step_over_syscall "clone" and break_cond_on_syscall
12654 "clone".
12655 * gdb.base/step-over-clone.c: New file.
12656
ea507862
YQ
126572016-03-03 Yao Qi <yao.qi@linaro.org>
12658
12659 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12660 code format.
12661
8fc8cbda
YQ
126622016-03-03 Yao Qi <yao.qi@linaro.org>
12663
12664 * gdb.base/disp-step-fork.c: Rename to ...
12665 * gdb.base/step-over-fork.c: ... it. New file.
12666 * gdb.base/disp-step-vfork.c: Rename to ...
12667 * gdb.base/step-over-vfork.c: ... it. New file.
12668 * gdb.base/disp-step-syscall.exp: Rename to ...
12669 * gdb.base/step-over-syscall.exp: ... it. New file.
12670 (disp_step_cross_syscall): Rename to ...
12671 (step_over_syscall): ... it.
12672
92fa70b0
YQ
126732016-03-03 Yao Qi <yao.qi@linaro.org>
12674
12675 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12676 If target supports condition evaluation on target, invoke
12677 break_cond_on_syscall for fork and vfork.
12678
e197ad3c
YQ
126792016-03-03 Yao Qi <yao.qi@linaro.org>
12680
12681 * gdb.base/disp-step-syscall.exp: Don't invoke
12682 support_displaced_stepping.
12683 (disp_step_cross_syscall): Test with displaced stepping off and
12684 on if supported.
12685
0b47da9f
YQ
126862016-03-03 Yao Qi <yao.qi@linaro.org>
12687
12688 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12689 proc.
12690 (setup): New proc.
12691 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12692 and setup.
12693
065ab6dc
BH
126942016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12695
12696 * gdb.fortran/vla-history.exp: Remove breakpoint.
12697
07e448ad 126982016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12699
25d49b86
PA
12700 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12701 exceeds timeout.
07e448ad 12702
9ac2d526 127032016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12704
25d49b86
PA
12705 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12706 breakpoint.
9ac2d526 12707
17807369
BH
127082016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12709
12710 * gdb.mi/vla.f90: Nullify pointer after declaration.
12711
86e501af
PA
127122016-03-01 Pedro Alves <palves@redhat.com>
12713
12714 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12715
1e903e32
PA
127162016-03-01 Pedro Alves <palves@redhat.com>
12717
12718 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12719 before anything else.
12720 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12721 _GNU_SOURCE here.
12722 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12723 before anything else.
12724 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12725
6ccb54e2
PA
127262016-03-01 Pedro Alves <palves@redhat.com>
12727
12728 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12729
30ca9da1
YQ
127302016-03-01 Yao Qi <yao.qi@linaro.org>
12731
12732 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12733 prepare_for_testing.
12734
dc856b38
YQ
127352016-03-01 Yao Qi <yao.qi@linaro.org>
12736
12737 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12738
4a932159
AA
127392016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12740
12741 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12742 manually constructing the output path.
12743
f2489477
AA
127442016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12745
12746 * gdb.arch/s390-stackless.S: New.
12747 * gdb.arch/s390-stackless.exp: New.
12748
38899f16
IB
127492016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12750
12751 * gdb.dlang/circular.c: New file.
12752 * gdb.dlang/circular.exp: New file.
12753
9fde51ed
YQ
127542016-02-26 Yao Qi <yao.qi@linaro.org>
12755
12756 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12757 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12758 (testcases): Update.
12759
ce90fefe
YQ
127602016-02-26 Yao Qi <yao.qi@linaro.org>
12761
12762 * gdb.reverse/aarch64.c: Rename to ...
12763 * gdb.reverse/insn-reverse.c: ... it.
12764 * gdb.reverse/aarch64.exp: Rename to ...
12765 * gdb.reverse/insn-reverse.exp: ... it.
12766
3263bceb
YQ
127672016-02-26 Yao Qi <yao.qi@linaro.org>
12768
12769 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12770 (testcase_ftype): New.
12771 (testcases): New array.
12772 (n_testcases): New.
12773 (main): Call each element in testcases.
12774 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12775 (read_testcase): New.
12776 Do the tests in a loop.
12777
6cb59ff1
YQ
127782016-02-25 Yao Qi <yao.qi@linaro.org>
12779
12780 * gdb.base/branches.c: Remove.
12781
ae91f625
MK
127822016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12783
12784 PR gdb/13808
12785 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12786
678b48b7
MK
127872016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12788
12789 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12790
7337a6f2
MK
127912016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12792
12793 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12794 change x86_64 call_insn to 'callq'.
12795
861ca91f
AT
127962016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12797
12798 * gdb.trace/tfile-avx.c: Move to...
12799 * gdb.trace/tracefile-pseudo-reg.c: Here.
12800 * gdb.trace/tfile-avx.exp: Move to...
12801 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12802
bf74e428
GB
128032016-02-24 Gary Benson <gbenson@redhat.com>
12804
12805 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12806 message on attach.
12807
cce0e923
DE
128082016-02-23 Doug Evans <dje@google.com>
12809
12810 * gdb.base/skip.c (test_skip): New function.
12811 (end_test_skip_file_and_function): New function.
12812 (test_skip_file_and_function): New function.
12813 * gdb.base/skip1.c (test_skip): New function.
12814 (skip1_test_skip_file_and_function): New function.
12815 * gdb.base/skip.exp: Add tests for new skip options.
12816 * gdb.base/skip-solib.exp: Update expected output.
12817 * gdb.perf/skip-command.cc: New file.
12818 * gdb.perf/skip-command.exp: New file.
12819 * gdb.perf/skip-command.py: New file.
12820
4000e47e
MK
128212016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12822
12823 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12824 info registers pattern.
12825
24f75ead
IB
128262016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12827
12828 * lib/future.exp: Add D support.
12829 (gdb_find_gdc): New proc.
12830 (gdb_default_target_compile): Add D support.
12831
fbb7bcbe
WW
128322016-02-18 Wei-cheng Wang <cole945@gmail.com>
12833
12834 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12835 user+system time.
12836 (trace_speed_test): Determine the iteration count for a time
12837 between 15..30 seconds.
12838
012b3a21
WT
128392016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12840
12841 * gdb.arch/i386-mpx-sigsegv.c: New file.
12842 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12843 * gdb.arch/i386-mpx-simple_segv.c: New file.
12844 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12845
2d5189bd
YQ
128462016-02-18 Yao Qi <yao.qi@linaro.org>
12847
12848 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12849 Don't call setup_kfail.
12850
40fb20d0
YQ
128512016-02-18 Yao Qi <yao.qi@linaro.org>
12852
12853 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12854 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12855
21b1f8d2
DE
128562016-02-16 Doug Evans <dje@google.com>
12857
12858 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12859 * gdb.base/skip1.c: Ditto.
12860 * gdb.base/skip.exp: Whitespace cleanup.
12861
4041ed77
DB
128622016-02-16 Don Breazeal <donb@codesourcery.com>
12863
12864 PR remote/19496
12865 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12866 Remove kfail for PR remote/19496.
12867
c4ef31bf
SM
128682016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12869
12870 * lib/gdb.exp (standard_temp_file): Return a path specific to
12871 the runtest invocation.
12872
266b65b3
SM
128732016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12874
12875 * gdb.trace/save-trace.exp: Change relative path to be in the
12876 standard output directory.
12877
a7a0a6a9
JK
128782016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12879
12880 * gdb.arch/i386-prologue.c: Add missing prototypes.
12881
c99dbb42
JK
128822016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12883
12884 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12885 * gdb.arch/i386-prologue.exp: Likewise.
12886 * gdb.arch/i386-size.exp: Likewise.
12887
aa480355
SM
128882016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12889
12890 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12891 define object file path.
12892 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12893 file path.
12894 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12895 standard_output_file to define binfile.
12896
ba881f50
JK
128972016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12898
12899 Fix compatibility with recent gfortran-5.3.1.
12900 * gdb.fortran/vla-history.exp (print vla1 allocated)
12901 (print vla2 allocated, print $2, print $3): Remove
12902 (print $4): Rename to ...
12903 (print $2): ... here.
12904 (print $9): Rename to ...
12905 (print $5): ... here.
12906 (print $10): Rename to ...
12907 (print $6): ... here.
12908 * gdb.fortran/vla.f90: Add pvla initialization.
12909
e9fb005c
JK
129102016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12911
12912 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12913 New test.
12914 * gdb.fortran/vla-value-sub.exp: Likewise.
12915
e44e00ff
MK
129162016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12917
12918 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12919
97e94151
SM
129202016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12921
12922 * i386-biarch-core.exp: Define corefile using
12923 standard_output_file.
12924
01113bc1
YQ
129252016-02-12 Yao Qi <yao.qi@linaro.org>
12926
12927 * gdb.arch/arm-single-step-kernel-helper.c: New.
12928 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12929
33b4777c
MM
129302016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12931
12932 * gdb.btrace/tailcall-only.exp: New.
12933 * gdb.btrace/tailcall-only.c: New.
12934 * gdb.btrace/x86_64-tailcall-only.S: New.
12935 * gdb.btrace/i686-tailcall-only.S: New.
12936
acc23c11
PA
129372016-02-11 Pedro Alves <palves@redhat.com>
12938
12939 * README (Parallel testing): Add missing double quotes.
12940
e352bf0a
PA
129412016-02-11 Pedro Alves <palves@redhat.com>
12942
12943 * README (Parallel testing): New section.
12944 (GDB_PARALLEL): Rewrite.
12945 (FORCE_PARALLEL): Document.
12946
9f5fed78
MK
129472016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12948
12949 * gdb.trace/tfile-avx.c: New test.
12950 * gdb.trace/tfile-avx.exp: New test.
12951
9ef9e6a6
KS
129522016-02-09 Keith Seitz <keiths@redhat.com>
12953
12954 PR breakpoints/19546
12955 * gdb.base/infcall-exec.c: New file.
12956 * gdb.base/infcall-exec2.c: New file.
12957 * gdb.base/infcall-exec.exp: New file.
12958
a96e36da
KS
129592016-02-09 Keith Seitz <keiths@redhat.com>
12960
12961 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12962 (toplevel): Call test_bkpt_address.
12963
9f61929f
KS
129642016-02-09 Keith Seitz <keiths@redhat.com>
12965
12966 PR python/19506
12967 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12968 (toplevel): Call test_bkpt_address.
12969
1e94266c
SM
129702016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12971
12972 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12973 to AC_OUTPUT.
12974 * configure: Regenerate.
12975
2a7f3dff
PA
129762016-02-09 Pedro Alves <palves@redhat.com>
12977
12978 PR breakpoints/19548
12979 * gdb.base/execl-update-breakpoints.c (some_function): New
12980 function.
12981 (main): Call it.
12982 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12983 Tighten expected GDB output.
12984
2151ccc5
SM
129852016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12986
12987 * Makefile.in (ALL_SUBDIRS): Remove.
12988 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12989 (distclean maintainer-clean realclean): Likewise.
12990 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12991 * configure: Regenerate.
12992 * gdb.ada/Makefile.in: Delete.
12993 * gdb.arch/Makefile.in: Likewise.
12994 * gdb.asm/Makefile.in: Likewise.
12995 * gdb.base/Makefile.in: Likewise.
12996 * gdb.btrace/Makefile.in: Likewise.
12997 * gdb.cell/Makefile.in: Likewise.
12998 * gdb.compile/Makefile.in: Likewise.
12999 * gdb.cp/Makefile.in: Likewise.
13000 * gdb.disasm/Makefile.in: Likewise.
13001 * gdb.dlang/Makefile.in: Likewise.
13002 * gdb.dwarf2/Makefile.in: Likewise.
13003 * gdb.fortran/Makefile.in: Likewise.
13004 * gdb.gdb/Makefile.in: Likewise.
13005 * gdb.go/Makefile.in: Likewise.
13006 * gdb.guile/Makefile.in: Likewise.
13007 * gdb.java/Makefile.in: Likewise.
13008 * gdb.linespec/Makefile.in: Likewise.
13009 * gdb.mi/Makefile.in: Likewise.
13010 * gdb.modula2/Makefile.in: Likewise.
13011 * gdb.multi/Makefile.in: Likewise.
13012 * gdb.objc/Makefile.in: Likewise.
13013 * gdb.opencl/Makefile.in: Likewise.
13014 * gdb.opt/Makefile.in: Likewise.
13015 * gdb.pascal/Makefile.in: Likewise.
13016 * gdb.perf/Makefile.in: Likewise.
13017 * gdb.python/Makefile.in: Likewise.
13018 * gdb.reverse/Makefile.in: Likewise.
13019 * gdb.server/Makefile.in: Likewise.
13020 * gdb.stabs/Makefile.in: Likewise.
13021 * gdb.threads/Makefile.in: Likewise.
13022 * gdb.trace/Makefile.in: Likewise.
13023 * gdb.xml/Makefile.in: Likewise.
13024 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13025 GDB_PARALLEL.
13026 (standard_output_file): Remove check for GDB_PARALLEL, always
13027 return path in outputs/$subdir/$testname.
13028
437277d4
SM
130292016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13030
13031 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13032 (site.exp): Assign abs_srcdir to tcl's srcdir.
13033
31d913c7
YQ
130342016-02-04 Yao Qi <yao.qi@linaro.org>
13035
13036 * gdb.base/foll-exec-mode.c: Include limits.h.
13037 (main): Add parameters argc and argv. Get directory from
13038 argv[0].
13039 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13040 compilation.
13041 * gdb.base/foll-exec.c: Include limits.h.
13042 (main): Add parameters argc and argv.
13043 Get directory from argv[0].
13044 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13045 Adjust tests on the number of lines as source code changed.
13046 * gdb.base/foll-vfork-exit.c: Include limits.h.
13047 (main): Add one line of statement before vfork.
13048 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13049 (main): Add parameters argc and argv. Get directory from
13050 argv[0].
13051 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13052 (setup_gdb): Set tbreak to skip some source lines.
13053 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13054 (main): Add parameters argc and argv. Get directory from
13055 argv[0].
13056 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13057 compilation.
13058 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13059 (main): Add parameters argc and argv. Get directory from
13060 argv[0].
13061 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13062 compilation.
13063
9482b9fb
DE
130642016-02-01 Doug Evans <dje@google.com>
13065
13066 * gdb.base/skip.exp: Clean up multiple references to same test name.
13067
6b2e4f10
PA
130682016-02-01 Pedro Alves <palves@redhat.com>
13069
ccb6afd6 13070 PR remote/19496
6b2e4f10
PA
13071 * gdb.threads/forking-threads-plus-breakpoint.exp
13072 (displaced_stepping_supported): New global.
13073 (probe_displaced_stepping_support): New procedure.
13074 (do_test): Add 'displaced' parameter, and use it.
13075 (top level): Check for displaced stepping support. Add displaced
13076 stepping on/off testing axis.
13077
37a8db1a
AB
130782016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13079
13080 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13081 pointer. Don't perform further tests on the unassociated pointer
13082 if the first test fails.
13083
5fdf6324
AB
130842016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13085
13086 * gdb.base/max-value-size.c: New file.
13087 * gdb.base/max-value-size.exp: New file.
13088 * gdb.base/huge.exp: Disable max-value-size for this test.
13089
935c6144
IB
130902016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13091
13092 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13093
7fe8399d
YQ
130942016-01-28 Yao Qi <yao.qi@linaro.org>
13095
13096 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13097
a2077e25
PA
130982016-01-25 Pedro Alves <palves@redhat.com>
13099
13100 PR threads/19461
13101 * gdb.base/fork-running-state.c: New file.
13102 * gdb.base/fork-running-state.exp: New file.
13103
1d2736d4
PA
131042016-01-25 Pedro Alves <palves@redhat.com>
13105
13106 PR gdb/19494
13107 * gdb.base/catch-fork-kill.c: New file.
13108 * gdb.base/catch-fork-kill.exp: New file.
13109
f1da4b11
PA
131102016-01-25 Pedro Alves <palves@redhat.com>
13111
13112 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13113 Delete, moved to lib/gdb.exp.
13114 * gdb.threads/forking-threads-plus-breakpoint.exp
13115 (foreach_with_prefix): Likewise.
13116 * gdb.threads/process-dies-while-handling-bp.exp
13117 (foreach_with_prefix): Likewise.
13118 * lib/gdb.exp (foreach_with_prefix): New procedure.
13119
45f38546
MK
131202016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13121
13122 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13123 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13124
dc29a1ce
MK
131252016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13126
13127 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13128 endian targets.
13129
092127d7
JK
131302016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13131 Pedro Alves <palves@redhat.com>
13132
13133 Fix testsuite compatibility with Guile.
13134 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13135 number.
13136
31d765d3
JK
131372016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13138
13139 Fix testsuite compatibility with Guile.
13140 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13141 (thread 1): New test for backtrace through signal handler.
13142
1ac78c04
YQ
131432016-01-22 Yao Qi <yao.qi@linaro.org>
13144
13145 PR testsuite/19491
13146 * gdb.base/multi-forks.c: Include
13147 ../lib/unbuffer_output.c
13148 (main): Call gdb_unbuffer_output.
13149
4f5946a8
DE
131502016-01-21 Doug Evans <dje@google.com>
13151
13152 * lib/ada.exp (gdb_compile_ada): Fix typo.
13153
305e13e6
JB
131542016-01-21 Joel Brobecker <brobecker@adacore.com>
13155
13156 * gdb.base/break-fun-addr.exp: New file.
13157 * gdb.base/break-fun-addr1.c: New file.
13158 * gdb.base/break-fun-addr2.c: New file.
13159
5f5dfff6
SM
131602016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13161
13162 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13163 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13164 enum flag values.
13165
fd356fa2
AA
131662016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13167
13168 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13169 when GDB can not set the vector return value. Add more comments
13170 for clarification.
13171
9df22175
AT
131722016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13173
13174 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13175 command.
13176
41d1845e
SM
131772016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13178
13179 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13180
01ac6840
SM
131812016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13182
13183 * Makefile.in (check-single): Pass --status to runtest.
13184 (check/%.exp): Likewise.
13185
131862016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13187
13188 * Makefile.in (check-parallel): Propagate return code from make
13189 do-check-parallel.
13190
bd0a71fa
MK
131912016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13192
13193 * gdb.trace/ftrace.exp: Fix expected message on continue.
13194 * gdb.trace/pending.exp: Fix expected message on continue.
13195 * gdb.trace/trace-break.exp: Fix expected message on continue.
13196
8bcbad33
SM
131972016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13198
13199 * lib/gdb.exp (gdb_test): Remove unused global references.
13200
f303dbd6
PA
132012016-01-18 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.base/async-shell.exp: Adjust expected output.
13204 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13205 * gdb.base/siginfo-thread.exp: Adjust expected output.
13206 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13207 * gdb.java/jnpe.exp: Adjust expected output.
13208 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13209 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13210 * gdb.threads/leader-exit.exp: Adjust expected output.
13211 * gdb.threads/manythreads.exp: Adjust expected output.
13212 * gdb.threads/pthreads.exp: Adjust expected output.
13213 * gdb.threads/schedlock.exp: Adjust expected output.
13214 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13215 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13216 expected output.
13217 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13218 output.
13219 * gdb.threads/sigthread.exp: Adjust expected output.
13220 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13221
b2789696
YQ
132222016-01-18 Yao Qi <yao.qi@linaro.org>
13223
13224 * gdb.guile/scm-section-script.c: Replace @progbits with
13225 %progbits.
13226 * gdb.python/py-section-script.c: Likewise.
13227
71ef29a8
PA
132282016-01-15 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.multi/tids.exp: Test star wildcard ranges.
13231
3f5b7598
PA
132322016-01-15 Pedro Alves <palves@redhat.com>
13233
13234 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13235 command from "thread apply" invocation.
13236 (thr_apply_info_thr_invalid): Default the expected output to the
13237 input tid list.
13238 (top level): Add tests that use convenience variables. Add tests
13239 for "thread apply" with a valid TID list, but missing the command.
13240
663f6d42
PA
132412016-01-13 Pedro Alves <palves@redhat.com>
13242
13243 * gdb.base/default.exp: Expect $_gthread as well.
13244 * gdb.multi/tids.exp: Test $_gthread.
13245 * gdb.threads/thread-specific.exp: Test $_gthread.
13246
c84f6bbf
PA
132472016-01-13 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.multi/tids.exp: Test "info threads -gid".
13250
22a02324
PA
132512016-01-13 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13254 Breakpoint.thread.
13255 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13256
5d5658a1
PA
132572016-01-07 Pedro Alves <palves@redhat.com>
13258
13259 * gdb.base/break.exp: Adjust to output changes.
13260 * gdb.base/hbreak2.exp: Likewise.
13261 * gdb.base/sepdebug.exp: Likewise.
13262 * gdb.base/watch_thread_num.exp: Likewise.
13263 * gdb.linespec/keywords.exp: Likewise.
13264 * gdb.multi/info-threads.exp: Likewise.
13265 * gdb.threads/thread-find.exp: Likewise.
13266 * gdb.multi/tids.c: New file.
13267 * gdb.multi/tids.exp: New file.
13268
84654457
PA
132692016-01-13 Pedro Alves <palves@redhat.com>
13270
13271 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13272
e3940304
PA
132732016-01-13 Pedro Alves <palves@redhat.com>
13274
13275 * gdb.base/default.exp: Expect $_inferior as well.
13276 * gdb.multi/base.exp: Test $_inferior.
13277
a911d87a
PA
132782016-01-13 Pedro Alves <palves@redhat.com>
13279
13280 PR breakpoints/19388
13281 * gdb.base/catch-signal-siginfo-cond.c: New file.
13282 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13283
82075af2
JS
132842016-01-12 Josh Stone <jistone@redhat.com>
13285 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13286
13287 * gdb.base/catch-syscall.c (do_execve): New variable.
13288 (main): Conditionally trigger an execve.
13289 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13290 (test_catch_syscall_execve): New, check entry/return across execve.
13291 (do_syscall_tests): Call test_catch_syscall_execve.
13292
e46eeedd
PA
132932016-01-12 Pedro Alves <palves@redhat.com>
13294
13295 * gdb.base/random-signal.exp (do_test): New procedure, with body
13296 of testcase moved in.
13297
01d8c27e
JK
132982016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13299 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.base/funcargs.exp (finish from indirectly called function):
13302 Reintroduce the case for 'First'.
13303
9a706302
JK
133042016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13305 Pedro Alves <palves@redhat.com>
13306
13307 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13308 (tcatch_vfork_then_child_follow_exec)
13309 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13310 identification.
13311
c0ecb95f
JK
133122016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13313
13314 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13315 and repeats to unlimited.
13316 * gdb.python/py-value.exp: Likewise.
13317 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13318 and repeats to unlimited.
13319
6cfc1fcb
JK
133202016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13321
13322 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13323 and reordering the functions.
13324 * gdb.multi/hangout.c: Likewise.
13325 * gdb.multi/hello.c: Likewise.
13326
582a1b00
SM
133272016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13328
13329 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13330 absolute.
13331 (SingleStatisticTestResult.report): Use dict.keys instead of
13332 dict.iterkeys.
13333
79bc59cb
PA
133342016-01-06 Pedro Alves <palves@redhat.com>
13335
13336 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13337
43368e1d
MM
133382016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13339
13340 * gdb.btrace/dlopen.exp: New.
13341 * gdb.btrace/dlopen.c: New.
13342 * gdb.btrace/dlopen-dso.c: New.
13343
79fad5b8
SL
133442015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13345
13346 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13347 PATTERN argument is optional.
13348
ab8314b3
JB
133492015-12-24 Joel Brobecker <brobecker@adacore.com>
13350
13351 * lib/ada.exp (target_compile_ada_from_dir): New function.
13352 (gdb_compile_ada): Reimplement avoiding the use of project files.
13353 * gdb.ada/gnat_ada.gpr: Delete.
13354 * gdb.ada/cond_lang.exp: Adjust test to make path before
13355 filename optional.
13356 * gdb.ada/small_reg_param.exp: Likewise.
13357
fe33faff
SM
133582015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13359
13360 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13361
6d265cb4
TP
133622015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13363
13364 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13365 case.
13366
10125099
SM
133672015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13368
13369 * gdb.base/break.exp: Remove dead code.
13370 * gdb.base/sepdebug.exp: Likewise.
13371
3ca22649
SM
133722015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13373
13374 * gdb.asm/asm-source.exp: Remove HP-UX references.
13375 * gdb.base/annota1.exp: Likewise.
13376 * gdb.base/annota3.exp: Likewise.
13377 * gdb.base/attach.exp: Likewise.
13378 * gdb.base/bigcore.exp: Likewise.
13379 * gdb.base/break.exp: Likewise.
13380 * gdb.base/call-ar-st.exp: Likewise.
13381 * gdb.base/callfuncs.exp: Likewise.
13382 * gdb.base/catch-fork-static.exp: Likewise.
13383 * gdb.base/display.exp: Likewise.
13384 * gdb.base/foll-exec-mode.exp: Likewise.
13385 * gdb.base/foll-exec.exp: Likewise.
13386 * gdb.base/foll-fork.exp: Likewise.
13387 * gdb.base/foll-vfork.exp: Likewise.
13388 * gdb.base/funcargs.exp: Likewise.
13389 * gdb.base/hbreak2.exp: Likewise.
13390 * gdb.base/inferior-died.exp: Likewise.
13391 * gdb.base/interrupt.exp: Likewise.
13392 * gdb.base/multi-forks.exp: Likewise.
13393 * gdb.base/nodebug.exp: Likewise.
13394 * gdb.base/sepdebug.exp: Likewise.
13395 * gdb.base/solib1.c: Likewise.
13396 * gdb.base/step-test.exp: Likewise.
13397 * gdb.mi/non-stop.c: Likewise.
13398 * gdb.mi/pthreads.c: Likewise.
13399 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13400 * gdb.threads/pthreads.c: Likewise.
13401 * gdb.threads/staticthreads.exp: Likewise.
13402 * lib/future.exp: Likewise.
13403 * lib/gdb.exp: Likewise.
13404 * gdb.base/so-indr-cl.c: Remove.
13405 * gdb.base/so-indr-cl.exp: Likewise.
13406 * gdb.base/solib.c: Likewise.
13407 * gdb.base/solib.exp: Likewise.
13408 * gdb.base/solib2.c: Likewise.
13409
b6304613
SM
134102015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13411
13412 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13413 * gdb.base/call-ar-st.exp: Likewise.
13414 * gdb.base/callfuncs.exp: Likewise.
13415 * gdb.base/condbreak.exp: Likewise.
13416 * gdb.base/constvars.exp: Likewise.
13417 * gdb.base/hbreak2.exp: Likewise.
13418 * gdb.base/langs.exp: Likewise.
13419 * gdb.base/list.exp: Likewise.
13420 * gdb.base/long_long.exp: Likewise.
13421 * gdb.base/ptype.exp: Likewise.
13422 * gdb.base/scope.exp: Likewise.
13423 * gdb.base/signals.exp: Likewise.
13424 * gdb.base/so-impl-ld.exp: Likewise.
13425 * gdb.base/varargs.exp: Likewise.
13426 * gdb.base/volatile.exp: Likewise.
13427 * gdb.base/whatis.exp: Likewise.
13428 * gdb.cp/cplusfuncs.exp: Likewise.
13429 * gdb.cp/inherit.exp: Likewise.
13430 * gdb.cp/local.exp: Likewise.
13431 * gdb.cp/member-ptr.exp: Likewise.
13432 * gdb.cp/method.exp: Likewise.
13433 * gdb.cp/overload.exp: Likewise.
13434 * gdb.cp/templates.exp: Likewise.
13435 * gdb.stabs/weird.exp: Likewise.
13436 * lib/compiler.c: Likewise.
13437 * lib/compiler.cc: Likewise.
13438 * lib/cp-support.exp: Likewise.
13439 * lib/gdb.exp: Likewise.
13440
bf401b07
SM
134412015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13442
13443 * configure.ac: Remove HP-UX case.
13444 * configure: Regenerate.
13445
aff9c0f8
SM
134462015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13447
13448 * lib/gdb.exp (gdb_compile): Add function doc.
13449
a6904d5a
PA
134502015-12-17 Pedro Alves <palves@redhat.com>
13451
13452 PR threads/19354
13453 * gdb.multi/info-threads.exp: New file.
13454
a22279dd
YQ
134552015-12-15 Yao Qi <yao.qi@linaro.org>
13456
13457 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13458 is aarch64*-*-*.
13459
0588c796
SL
134602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13461
13462 * gdb.base/history-duplicates.exp: Skip if no readline support.
13463
5d978e17
SL
134642015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13465
13466 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13467
7e763b86
SL
134682015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13469
13470 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13471
87a3a92c
SL
134722015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13473
13474 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13475 ctrl-C if nointerrupts target property is set.
13476 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13477 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13478 * gdb.base/paginate-bg-execution.exp: Likewise.
13479 * gdb.base/paginate-execution-startup.exp: Likewise.
13480 * gdb.base/random-signal.exp: Likewise.
13481 * gdb.base/range-stepping.exp: Likewise.
13482 * gdb.cp/annota2.exp: Likewise.
13483 * gdb.cp/annota3.exp: Likewise.
13484 * gdb.gdb/selftest.exp: Likewise.
13485 * gdb.threads/continue-pending-status.exp: Likewise.
13486 * gdb.threads/leader-exit.exp: Likewise.
13487 * gdb.threads/manythreads.exp: Likewise.
13488 * gdb.threads/pthreads.exp: Likewise.
13489 * gdb.threads/schedlock.exp: Likewise.
13490 * gdb.threads/sigthread.exp: Likewise.
13491
a8f077dc
DB
134922015-12-11 Don Breazeal <donb@codesourcery.com>
13493
13494 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13495 remote.
13496 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13497 * gdb.base/foll-exec.exp (main): Enable for target remote.
13498 * gdb.base/foll-fork.exp (main): Likewise.
13499 * gdb.base/foll-vfork.exp (main): Likewise.
13500 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13501 (proc continue_to_exit_bp_loc): Use clean_restart.
13502 * gdb.base/pie-execl.exp (main): Disable for target remote.
13503 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13504 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13505 * gdb.threads/execl.exp (main): Likewise.
13506 * gdb.threads/fork-child-threads.exp (main): Likewise.
13507 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13508 remote.
13509 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13510 remote.
13511 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13512 pid.tid style ptids, instead of just tid.
13513 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13514 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13515 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13516 ptids, instead of just tid.
13517
3b2464a8
AB
135182015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13519
13520 * gdb.base/list.exp (test_list_forward): Add end of file error
13521 test.
13522 (test_repeat_list_command): Add end of file error test.
13523 (test_list_backwards): Add beginning of file error test.
13524
a0def019
AB
135252015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13526
13527 * gdb.base/list.exp (test_list_invalid_args): New function,
13528 defined, and called.
13529
5c000dff
AB
135302015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13531
13532 * gdb.base/list.exp (test_list): Make test names unique.
13533
f1637ebe
YQ
135342015-12-11 Yao Qi <yao.qi@linaro.org>
13535
13536 * gdb.base/coremaker2.c: Remove.
13537
36d6fc0a
PA
135382015-12-10 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.multi/base.exp: Remove stale "spaces" references.
13541
762f7747
PA
135422015-12-10 Pedro Alves <palves@redhat.com>
13543
13544 * gdb.multi/base.exp: Don't use nowarnings.
13545 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13546 * gdb.multi/hangout.c: Include stdio.h.
13547 * gdb.multi/hello.c: Include stdlib.h.
13548 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13549 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13550 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13551
28d2bfb9
AB
135522015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13553
13554 * gdb.dwarf2/dw2-ranges-base.c: New file.
13555 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13556 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13557 support additional line table, and debug ranges generation.
13558 (Dwarf::ranges): New function, generate .debug_ranges.
13559 (Dwarf::lines): Support generating simple line table programs.
13560 (Dwarf::assemble): Initialise new namespace variables.
13561
5fc2beac
KB
135622015-12-09 Kevin Buettner <kevinb@redhat.com>
13563
13564 * gdb.base/async.exp (proc test_background): Add case for
13565 asynchronous execution not supported.
13566
1c35a88f
LM
135672015-12-09 Luis Machado <lgustavo@codesourcery.com>
13568
13569 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13570 format and change test names to make them unique.
13571
b593e3d9
RK
135722015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13573 Pedro Alves <pedro@redhat.com>
13574
13575 PR gdb/18702
13576 Add checking of floatformats setup on x86_64 hosts.
13577 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13578 (smallval, bigval): New labels/constants.
13579 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13580 float" after loading bigval and smallval.
13581
d72413e6
PMR
135822015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13583
13584 * gdb.ada/fun_overload_menu.exp: New testcase.
13585 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13586
ece66d65
JS
135872015-12-04 Josh Stone <jistone@redhat.com>
13588
13589 * gdb.base/catch-fork-static.exp: New.
13590
41d0efca
YQ
135912015-12-03 Yao Qi <yao.qi@linaro.org>
13592
13593 * gdb.base/sizeof.c: Don't include stdio.h and
13594 ../lib/unbuffer_output.c.
13595 (main): New variable 'size' and 'value'. Remove printf and
13596 gdb_unbuffer_output. Assign return value to size and value.
13597 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13598 at the beginning.
13599 (check_sizeof): Check the result by printing variable 'size'.
13600 (check_valueof): Check the result by printing variable 'value'.
13601
99fd02d9
YQ
136022015-12-01 Yao Qi <yao.qi@linaro.org>
13603
13604 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13605 for aarch64*-*-linux* target.
13606
f2faf941
PA
136072015-11-30 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13610
04bf20c5
PA
136112015-11-30 Pedro Alves <palves@redhat.com>
13612
13613 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13614 Handle non-stop mode vCont replies.
13615
09df4675
PA
136162015-11-30 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13619 prepare_for_testing. Start gdb with "set non-stop on" appended to
13620 GDBFLAGS. Lax expected stop output.
13621
58b584af
YQ
136222015-11-27 Yao Qi <yao.qi@linaro.org>
13623
13624 * gdb.arch/arm-neon.exp: New.
13625 * gdb.arch/arm-neon.c: New.
13626
dfcb77a8
YQ
136272015-11-27 Yao Qi <yao.qi@linaro.org>
13628
13629 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13630
88e8ec1b
YQ
136312015-11-27 Yao Qi <yao.qi@linaro.org>
13632
13633 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13634 frames-invalid annotation.
13635
bfde72c2
YQ
136362015-11-27 Yao Qi <yao.qi@linaro.org>
13637
13638 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13639
f6512a69
SM
136402015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13641
13642 * gdb.threads/names.exp: New file.
13643 * gdb.threads/names.c: New file.
13644 * README: Mention gdb,no_thread_names.
13645
46a3515b
MM
136462015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13647
13648 PR 19297
13649 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13650 support" error.
13651
62147a22
PA
136522015-11-24 Pedro Alves <palves@redhat.com>
13653
13654 PR 17539
13655 * gdb.base/display.exp: Expect displays to be sorted in ascending
13656 order. Use multi_line.
13657 * gdb.base/solib-display.exp: Likewise.
13658
2f341b6e
PA
136592015-11-24 Pedro Alves <palves@redhat.com>
13660
13661 PR 17539
25d49b86
PA
13662 * gdb.base/display.exp: Expect displays to be sorted in ascending
13663 order. Use multi_line.
13664 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13665
7e0aa6aa
PA
136662015-11-24 Pedro Alves <palves@redhat.com>
13667
13668 PR 17539
13669 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13670 threads in ascending order.
13671 * gdb.base/foll-fork.exp: Likewise.
13672 * gdb.base/foll-vfork.exp: Likewise.
13673 * gdb.base/multi-forks.exp: Likewise.
13674 * gdb.mi/mi-nonstop.exp: Likewise.
13675 * gdb.mi/mi-nsintrall.exp: Likewise.
13676 * gdb.multi/base.exp: Likewise.
13677 * gdb.multi/multi-arch.exp: Likewise.
13678 * gdb.python/py-inferior.exp: Likewise.
13679 * gdb.threads/break-while-running.exp: Likewise.
13680 * gdb.threads/execl.exp: Likewise.
13681 * gdb.threads/gcore-thread.exp: Likewise.
13682 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13683 * gdb.threads/kill.exp: Likewise.
13684 * gdb.threads/linux-dp.exp: Likewise.
13685 * gdb.threads/multiple-step-overs.exp: Likewise.
13686 * gdb.threads/next-bp-other-thread.exp: Likewise.
13687 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13688 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13689 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13690 * gdb.threads/thread-find.exp: Likewise.
13691 * gdb.threads/tls.exp: Likewise.
13692 * lib/mi-support.exp (mi_reverse_list): Delete.
13693 (mi_check_thread_states): No longer reverse list.
13694
2cc57ad8
PA
136952015-11-24 Pedro Alves <palves@redhat.com>
13696
13697 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13698 use lowercase.
13699
c93e8391
SM
137002015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13701
13702 * gdb.trace/actions.c: Include trace-common.h.
13703 (main): Add a location for a fast tracepoint.
13704 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13705 the normal tracepoints.
13706 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13707
045ccf91
SM
137082015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13709
13710 * save-trace.exp: Factor out code to these...
13711 (gdb_save_tracepoints): New.
13712 (gdb_load_tracepoints): New.
13713 (do_save_load_test): New.
13714
5506f9f6
KB
137152015-11-23 Kevin Buettner <kevinb@redhat.com>
13716
13717 * gdb.base/asmlabel.exp: New test.
13718 * gdb.base/asmlabel.c: New test case.
13719
16c3b12f
JB
137202015-11-23 Joel Brobecker <brobecker@adacore.com>
13721
13722 * gdb.base/wrong_frame_bt_full-main.c: New file.
13723 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13724 * gdb.base/wrong_frame_bt_full.exp: New file.
13725
155bfbd3
JB
137262015-11-23 Joel Brobecker <brobecker@adacore.com>
13727
13728 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13729
bb097445
JM
137302015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13731
206853a0 13732 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13733 pstate register when comparing registers values in
13734 sparc64-*-linux-gnu targets to avoid spurious differences.
13735
9c88ed8f
JM
137362015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13737
206853a0 13738 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13739
96161e25
SL
137402015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13741
13742 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13743 as type argument to gdb_compile.
13744 * gdb.base/nested-subp2.exp: Likewise.
13745 * gdb.base/nested-subp3.exp: Likewise.
13746
340c2830
DV
137472015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13748
13749 * lib/dwarf.exp (_note): Fix left shift of negative value.
13750 * gdb.trace/trace-condition.exp: Likewise.
13751
c1862d0f
YQ
137522015-11-13 Yao Qi <yao.qi@linaro.org>
13753
13754 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13755 comments about d10v.
13756 (test_scalar_returns): Likewise.
13757 * gdb.base/d10v.ld: Remove.
13758 * gdb.base/overlays.exp: Remove the target triplet checking for
13759 d10v-*-*.
13760 * gdb.base/structs.exp (test_struct_returns): Remove the
13761 comments about d10v.
13762 (test_struct_calls): Likewise.
13763
77ae9c19
YQ
137642015-11-13 Yao Qi <yao.qi@linaro.org>
13765
13766 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13767 * gdb.base/gnu_vector.c: Don't include stdio.h.
13768 (main): Don't print res and call add_some_intvecs.
13769
430e004e
MK
137702015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13771
13772 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13773 macro.
13774 (func5): Removed.
13775 (func4): Use FAST_TRACEPOINT_LABEL.
13776 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13777 macro.
13778 (func): Removed.
13779 (thread_function): Use FAST_TRACEPOINT_LABEL.
13780 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13781 (func): Remove.
13782 (marker): Use FAST_TRACEPOINT_LABEL.
13783 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13784 (pendfunc1): Remove.
13785 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13786 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13787 (foo): Remove.
13788 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13789 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13790 macro.
13791 (func): Remove.
13792 (marker): Use FAST_TRACEPOINT_LABEL.
13793 * gdb.trace/trace-common.h: New header.
13794 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13795 macro.
13796 (func): Remove.
13797 (marker): Use FAST_TRACEPOINT_LABEL.
13798 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13799 (func): Remove.
13800 (thread_function): Use FAST_TRACEPOINT_LABEL.
13801
6e7675a7
MK
138022015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13803
13804 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13805 in front.
13806 * gdb.trace/change-loc.exp: Use global pcreg definition.
13807 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13808 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13809 in front.
13810 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13811 * gdb.trace/pending.exp: Likewise.
13812 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13813 * gdb.trace/trace-break.exp: Likewise.
13814 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13815 in front.
13816 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13817 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13818 in front.
13819 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13820
dddc0e16
JB
138212015-11-09 Joel Brobecker <brobecker@adacore.com>
13822
13823 * gdb.ada/fin_fun_out: New testcase.
13824
c6f0b406
KB
138252015-11-07 Kevin Buettner <kevinb@redhat.com>
13826
13827 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13828 value associated with DW_AT_byte_size.
13829 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13830 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13831 DW_AT_upper_bound.
13832
f01dcfd9
KB
138332015-11-07 Kevin Buettner <kevinb@redhat.com>
13834
13835 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13836 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13837 version.
13838 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13839 gdb.dwarf2/dw2-canonicalize-type.exp,
13840 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13841 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13842 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13843 provided by gdb_target_symbol_prefix_flags_asm.
13844 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13845 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13846 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13847 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13848 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13849 macros where needed). Use this macro for symbols which require
13850 the prefix provided by SYMBOL_PREFIX.
13851
2223449a
KB
138522015-11-05 Kevin Buettner <kevinb@redhat.com>
13853
13854 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13855 New procs.
13856 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13857 representing expressions, of more than one list element.
13858 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13859 to prepend linker symbol prefix to f.
13860 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13861 table_1 and table_2.
13862 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13863 Likewise, for f and g.
13864 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13865 for ptr.
13866 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13867 for main.
13868 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13869 table_1_ptr and table_2_ptr.
13870
6f2f1a3a
JK
138712015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13872 Joel Brobecker <brobecker@adacore.com>
13873
13874 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13875
566c56c9
MK
138762015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13877
13878 * gdb.reverse/s390-mvcle.c: New test.
13879 * gdb.reverse/s390-mvcle.exp: New file.
13880 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13881
d5f0636b
MK
138822015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13883
13884 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13885
7ad8b86c
MK
138862015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13887
13888 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13889 reaching marker2.
13890 * gdb.reverse/getresuid-reverse.exp: Likewise.
13891 * gdb.reverse/pipe-reverse.exp: Likewise.
13892 * gdb.reverse/readv-reverse.exp: Likewise.
13893 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13894 * gdb.reverse/time-reverse.exp: Likewise.
13895 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13896
4081c0f1
YQ
138972015-10-30 Yao Qi <yao.qi@linaro.org>
13898
13899 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13900 (empty_cycle): Remove.
13901 (main): Don't call empty_cycle. Don't use watch_count_done.
13902 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13903 empty_cycle. Rewrite the code counting HW watchpoints.
13904
452b4ba5
MK
139052015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13906
13907 * gdb.reverse/fstatat-reverse.c: New test.
13908 * gdb.reverse/fstatat-reverse.exp: New file.
13909 * gdb.reverse/getresuid-reverse.c: New test.
13910 * gdb.reverse/getresuid-reverse.exp: New file.
13911 * gdb.reverse/pipe-reverse.c: New test.
13912 * gdb.reverse/pipe-reverse.exp: New file.
13913 * gdb.reverse/readv-reverse.c: New test.
13914 * gdb.reverse/readv-reverse.exp: New file.
13915 * gdb.reverse/recvmsg-reverse.c: New test.
13916 * gdb.reverse/recvmsg-reverse.exp: New file.
13917 * gdb.reverse/time-reverse.c: New test.
13918 * gdb.reverse/time-reverse.exp: New file.
13919 * gdb.reverse/waitpid-reverse.c: New test.
13920 * gdb.reverse/waitpid-reverse.exp: New file.
13921
5e2e7507
JK
139222015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13923
13924 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13925
0fde2c53
DE
139262015-10-26 Doug Evans <dje@google.com>
13927
13928 PR symtab/17391
13929 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13930 * gdb.dwarf2/bad-regnum.c: New file.
13931 * gdb.dwarf2/bad-regnum.exp: New file.
13932
1a70ae97
DE
139332015-10-26 Doug Evans <dje@google.com>
13934
13935 PR python/18938
13936 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13937 file.
13938
27dc26ab
JK
139392015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13940
13941 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13942 for a change by "Mention language in compile error message".
13943
bed91f4d
SM
139442015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13945
13946 PR python/18073
13947 * gdb.python/py-type.c (C::a_method): New.
13948 (C::a_const_method): New.
13949 (C::a_static_method): New.
13950 (a_function): New.
13951 * gdb.python/py-type.exp (test_fields): Test getting fields
13952 from function and method.
13953
3f2f83dd
KB
139542015-10-21 Keven Boell <keven.boell@intel.com>
13955
13956 * gdb.fortran/vla-alloc-assoc.exp: New file.
13957 * gdb.fortran/vla-datatypes.exp: New file.
13958 * gdb.fortran/vla-datatypes.f90: New file.
13959 * gdb.fortran/vla-history.exp: New file.
13960 * gdb.fortran/vla-ptype-sub.exp: New file.
13961 * gdb.fortran/vla-ptype.exp: New file.
13962 * gdb.fortran/vla-sizeof.exp: New file.
13963 * gdb.fortran/vla-sub.f90: New file.
13964 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13965 * gdb.fortran/vla-value-sub-finish.exp: New file.
13966 * gdb.fortran/vla-value-sub.exp: New file.
13967 * gdb.fortran/vla-value.exp: New file.
13968 * gdb.fortran/vla-ptr-info.exp: New file.
13969 * gdb.mi/mi-vla-fortran.exp: New file.
13970 * gdb.mi/vla.f90: New file.
13971
27145d50
SL
139722015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13973
13974 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13975 of hardwired timeout value.
13976
5f3ff4f8
JK
139772015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13978 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13981 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13982
bfd09d20
JS
139832015-10-19 Josh Stone <jistone@redhat.com>
13984
13985 * gdb.base/catch-syscall.c: Include <sched.h>.
13986 (unknown_syscall): New variable.
13987 (main): Trigger a vfork and an unknown syscall.
13988 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13989 (unknown_syscall_number): Likewise.
13990 (check_call_to_syscall): Accept an optional syscall pattern.
13991 (check_return_from_syscall): Likewise.
13992 (check_continue): Likewise.
13993 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13994 (test_catch_syscall_skipping_return): New test toggling off 'catch
13995 syscall' to step over the syscall return, then toggling back on.
13996 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13997 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13998 (do_syscall_tests): Call test_catch_syscall_without_args and
13999 test_catch_syscall_mid_vfork.
14000 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14001 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14002
b32b93c6
AS
140032015-10-19 Andrew Stubbs <ams@codesourcery.com>
14004
14005 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14006 print g_vE): Add new pass patterns.
14007 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14008 print various symbol names for vptr fields.
14009
9d622bda
AB
140102015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14011
14012 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14013 results.
14014
0fd8ac1c
YQ
140152015-10-12 Yao Qi <yao.qi@linaro.org>
14016
14017 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14018
34240514
YQ
140192015-10-12 Yao Qi <yao.qi@linaro.org>
14020
14021 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14022 is aarch64*-*-linux*.
14023
8240f442
YQ
140242015-10-12 Yao Qi <yao.qi@linaro.org>
14025
14026 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14027 (can_relocate_bcond_true): ... it.
14028 (can_relocate_bcond_false): New function.
14029 (foo): Likewise.
14030 (can_relocate_bl): Likewise.
14031 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14032 can_relocate_bl.
14033
2520f728
PMR
140342015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14035
14036 * gdb.base/nested-addr.c: New file.
14037 * gdb.base/nested-addr.exp: New testcase.
14038
abcef95a
MM
140392015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14040
14041 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14042 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14043 its output. Ignore the output of "record goto begin" and instead
14044 check that GDB is replaying.
14045
145e3ddb
PA
140462015-10-09 Pedro Alves <palves@redhat.com>
14047
14048 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14049 (top level): Use it in the run with no args test.
14050
d5d8c4e1
IB
140512015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14052
14053 * gdb.dlang/properties.exp: New file.
14054
06e635ef
SL
140552015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14056
14057 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14058 whether or not address 0x1000 is mapped on the target.
14059
e019fd1d
SM
140602015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14061
14062 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14063 build.
14064
77ba2a67
MM
140652015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14066
14067 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14068 instruction-history test.
14069
c60eb31f
DE
140702015-09-28 Doug Evans <dje@google.com>
14071
14072 * gdb.base/gcore.c (array_func): Add reference to static_array.
14073
9a3c8263
SM
140742015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14075
14076 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14077 source line.
14078
9720e656
SL
140792015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14080
14081 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14082 short or char as base type.
14083
938d3bf2
SL
140842015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14085
14086 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14087 to allow any size enum.
14088
e6c2c623
PMR
140892015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14090
14091 * gdb.ada/array_ptr_renaming.exp: New testcase.
14092 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14093 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14094
06da0f77
PL
140952015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14096
14097 * gdb.trace/ftrace-lock.c: New file.
14098 * gdb.trace/ftrace-lock.exp: New file.
14099
4f51c22a
PL
141002015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14101
14102 * gdb.arch/insn-reloc.c: New file.
14103 * gdb.arch/ftrace-insn-reloc.exp: New file.
14104
7041adf4
PL
141052015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14106
14107 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14108 instruction.
14109 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14110 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14111 * gdb.trace/range-stepping.c: Likewise.
14112 * gdb.trace/trace-break.c: Likewise.
14113 * gdb.trace/trace-mt.c (thread_function): Likewise.
14114 * gdb.trace/ftrace.c (marker): Likewise.
14115 * gdb.trace/trace-condition.c (marker): Likewise.
14116 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14117 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14118 is_aarch64_target.
14119
015d2e7e
DE
141202015-09-18 Doug Evans <xdje42@gmail.com>
14121
14122 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14123 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14124
26b188a2
SL
141252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14126
14127 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14128 the breakpoint.
14129
79dc332b
SL
141302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14131
14132 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14133 the pending breakpoint. Remove timeout override for "Run till
14134 MI pending breakpoint on pendfunc3 on thread 2" test.
14135
f57929f2
SL
141362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14137
14138 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14139 filename pattern.
14140
3f469b17
SL
141412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14142
14143 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14144 in breakpoint filename pattern.
14145
515b89b3
SL
141462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14147
7800dbe4
SL
14148 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14149
141502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14151
515b89b3
SL
14152 * gdb.linespec/explicit.exp: Check for readline support for
14153 tab-completion tests. Fix obvious typo.
14154
d2939ba2
MM
141552015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14156
14157 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14158 and replay.
14159
cbb55fa7
MM
141602015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14161
14162 * gdb.btrace/non-stop.c: New.
14163 * gdb.btrace/non-stop.exp: New.
14164
43691ca1
PL
141652015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14166 Yao Qi <yao.qi@linaro.org>
14167
14168 * gdb.trace/trace-condition.c: New file.
14169 * gdb.trace/trace-condition.exp: New file.
14170
d78908cf
WW
141712015-09-16 Wei-cheng Wang <cole945@gmail.com>
14172
14173 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14174 for testing bytecode compilation.
14175
1ed415e2
PA
141762015-09-16 Pedro Alves <palves@redhat.com>
14177 Sandra Loosemore <sandra@codesourcery.com>
14178
14179 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14180 (SECONDS): Redefine.
14181 (main): Call pthread_kill and alarm early.
14182 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14183 support.
14184 (test): If the target can't hardware step and doesn't support
14185 displaced stepping, increase the timeout.
14186
d136eff5
PA
141872015-09-16 Pedro Alves <palves@redhat.com>
14188
14189 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14190 (enable_debug): New procedures.
14191 (test): Use them. Bail out if waiting for threads fails.
14192 (top level): Bail out if a test fails.
14193
991f019c
YQ
141942015-09-16 Yao Qi <yao.qi@linaro.org>
14195
14196 * gdb.asm/asm-source.exp: Set asm-arch for
14197 aarch64*-*-* target.
14198 * gdb.asm/aarch64.inc: New file.
14199
bfca584f
PMR
142002015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14201
14202 * gdb.ada/array_of_variable_length.exp: New testcase.
14203 * gdb.ada/array_of_variable_length/foo.adb: New file.
14204 * gdb.ada/array_of_variable_length/pck.adb: New file.
14205 * gdb.ada/array_of_variable_length/pck.ads: New file.
14206
b326e587
DE
142072015-09-15 Doug Evans <dje@google.com>
14208
14209 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14210 of function static local variable.
14211
5382cfab
PW
142122015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14213
14214 * gdb.threads/tls-so_extern.exp: New test file.
14215 * gdb.threads/tls-so_extern.c: New test file.
14216 * gdb.threads/tls-so_extern_main.c: New test file.
14217
141c5cc4
JK
142182015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14219
14220 * gdb.opt/solib-intra-step-lib.c: New file.
14221 * gdb.opt/solib-intra-step-main.c: New file.
14222 * gdb.opt/solib-intra-step.exp: New file.
14223
d15dcecd
PA
142242015-09-15 Pedro Alves <palves@redhat.com>
14225
14226 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14227 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14228
4c2f2a79
PA
142292015-09-14 Pedro Alves <palves@redhat.com>
14230
14231 * gdb.base/hook-stop-continue.c: Delete.
14232 * gdb.base/hook-stop-continue.exp: Delete.
14233 * gdb.base/hook-stop-frame.c: Delete.
14234 * gdb.base/hook-stop-frame.exp: Delete.
14235 * gdb.base/hook-stop.c: New file.
14236 * gdb.base/hook-stop.exp: New file.
14237
919e6dbe
PMR
142382015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14239
14240 * gdb.ada/access_to_packed_array.exp: New testcase.
14241 * gdb.ada/access_to_packed_array/foo.adb: New file.
14242 * gdb.ada/access_to_packed_array/pack.adb: New file.
14243 * gdb.ada/access_to_packed_array/pack.ads: New file.
14244
157280a4
MM
142452015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14246
14247 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14248 buffer size test.
14249
2fd33e94
DB
142502015-09-11 Don Breazeal <donb@codesourcery.com>
14251
14252 * gdb.base/foll-exec.c: Add copyright header. Fix
14253 formatting issues.
14254 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14255 (do_exec_tests): Use clean_restart in place of zap_session,
14256 and for test initialization. Fix formatting issues. Use
14257 fail in place of perror.
14258 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14259 an expect statement to match an expression with output from
14260 the program under debug.
14261 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14262 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14263 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14264 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14265 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14266
e70b6e8e
DE
142672015-09-09 Doug Evans <dje@google.com>
14268
14269 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14270
7a551a51
DE
142712015-09-09 Doug Evans <dje@google.com>
14272
14273 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14274
4c666f84
DE
142752015-09-09 Doug Evans <dje@google.com>
14276
14277 * gdb.base/savedregs.exp: Fix typo.
14278
243a9253
PA
142792015-09-09 Pedro Alves <palves@redhat.com>
14280
14281 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14282
c0fa8fbd
SL
142832015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14284
14285 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14286 command actually switches threads. Give up on remaining
14287 tests if target fails to stop at breakpoint.
14288
cd7c1778
PMR
142892015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14290
14291 * gdb.ada/funcall_char.exp: New testcase.
14292 * gdb.ada/funcall_char/foo.adb: New file.
14293
dc5c8746
PMR
142942015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14295
14296 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14297 expected outputs. Add two testcases for completing ambiguous
14298 functions.
14299 * gdb.ada/complete/aux_pck.adb: New file.
14300 * gdb.ada/complete/aux_pck.ads: New file.
14301 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14302 Ambiguous_Func functions.
14303 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14304 * gdb.ada/complete/pck.adb: Likewise.
14305
4e83a1e7
UW
143062015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14307
14308 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14309 failures to run the test program under GDB.
14310
8ce74153
LM
143112015-08-26 Luis Machado <lgustavo@codesourcery.com>
14312
14313 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14314 to C.
14315
e9756d52
PP
143162015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14317
14318 * gdb.base/run-after-attach.exp: New test file.
14319 * gdb.base/run-after-attach.c: New test file.
14320
8d37573b
DB
143212015-08-26 Don Breazeal <donb@codesourcery.com>
14322
14323 * gdb.base/foll-exec-2.c: New test program.
14324 * gdb.base/foll-exec-2.exp: New test.
14325
63e43d3a
PMR
143262015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14327
14328 * gdb.base/nested-subp1.exp: New file.
14329 * gdb.base/nested-subp1.c: New file.
14330 * gdb.base/nested-subp2.exp: New file.
14331 * gdb.base/nested-subp2.c: New file.
14332 * gdb.base/nested-subp3.exp: New file.
14333 * gdb.base/nested-subp3.c: New file.
14334
3d40fbb5
PA
143352015-08-24 Pedro Alves <palves@redhat.com>
14336
14337 * gdb.server/connect-without-multi-process.c: New file.
14338 * gdb.server/connect-without-multi-process.exp: New file.
14339
4422ac93
LM
143402015-08-24 Luis Machado <lgustavo@codesourcery.com>
14341
14342 * gdb.opt/inline-markers.c: Make z int.
14343
91dddb86
LM
143442015-08-24 Luis Machado <lgustavo@codesourcery.com>
14345
14346 * gdb.opt/inline-markers.c: Make z volatile.
14347
a48847ee
LM
143482015-08-24 Luis Machado <lgustavo@codesourcery.com>
14349
14350 * gdb.opt/inline-bt.c: New volatile global z.
14351 * gdb.opt/inline-cmds.c: Likewise.
14352 * gdb.opt/inline-locals.c: Likewise.
14353 * gdb.opt/inline-markers.c: New extern global z.
14354 (marker): Use z.
14355 (inline_fn): Likewise.
14356
0ebbc52b
PA
143572015-08-24 Pedro Alves <palves@redhat.com>
14358
14359 * config/m32r-stub.exp: Remove file.
14360 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14361 * gdb.base/call-rt-st.exp: Likewise.
14362 * gdb.base/call-strs.exp: Likewise.
14363 * gdb.base/default.exp: Remove references to h8300-*-hms and
14364 *-*-udi*.
14365 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14366
77c365df
AA
143672015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14368
14369 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14370 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14371 and "return" use KFAIL when GDB can not read/write the vector
14372 return value.
14373
4313b8c0
GB
143742015-08-21 Gary Benson <gbenson@redhat.com>
14375
14376 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14377
0e433b32
PA
143782015-08-20 Pedro Alves <palves@redhat.com>
14379
14380 * gdb.server/solib-list.exp: No longer expect an interior stop in
14381 non-stop mode.
14382
221e1a37
PA
143832015-08-20 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.server/connect-stopped-target.c: New file.
14386 * gdb.server/connect-stopped-target.exp: New file.
14387
40e3ad0e
PA
143882015-08-20 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.dwarf2/comp-unit-lang.exp: New file.
14391 * gdb.dwarf2/comp-unit-lang.c: New file.
14392
af39b327
PMR
143932015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14394
14395 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14396 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14397
7d45c7c3 143982015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14399
7d45c7c3
KB
14400 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14401 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14402
4d6cceb4
DE
144032015-08-18 Doug Evans <dje@google.com>
14404 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14405
14406 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14407 skip_python_tests. New arg prompt_regexp.
14408 (skip_python_tests): New function.
14409 * lib/mi-support.exp (mi_skip_python_tests): New function.
14410 * gdb.python/py-mi-objfile-gdb.py: New file.
14411 * gdb.python/py-mi-objfile.c: New file.
14412 * gdb.python/py-mi-objfile.exp: New file.
14413
ad89c2aa
KS
144142015-08-17 Keith Seitz <keiths@redhat.com>
14415
14416 * gdb.linespec/explicit.exp: Move strace test from here ...
14417 * gdb.trace/strace.exp: ... to here.
14418
e3ae3c43
PP
144192015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14420
14421 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14422 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14423
604b2636
DE
144242015-08-14 Doug Evans <xdje42@gmail.com>
14425
14426 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14427 inferior before selecting a new file.
14428
6ff0ba5f
DE
144292015-08-14 Doug Evans <xdje42@gmail.com>
14430
14431 * gdb.mi/mi-disassemble.exp: Update.
14432 * gdb.base/disasm-optim.S: New file.
14433 * gdb.base/disasm-optim.c: New file.
14434 * gdb.base/disasm-optim.h: New file.
14435 * gdb.base/disasm-optim.exp: New file.
14436
9ca98f92
KS
144372015-08-14 Keith Seitz <keiths@redhat.com>
14438
14439 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14440 "evaluated-by".
14441
52bbc560
JB
144422015-08-13 Joel Brobecker <brobecker@adacore.com>
14443
14444 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14445
5d8c3ed3
PMR
144462015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14447
14448 * gdb.ada/fun_renaming.exp: New testcase.
14449 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14450 * gdb.ada/fun_renaming/pack.adb: New file.
14451 * gdb.ada/fun_renaming/pack.ads: New file.
14452
ea8812bc
KS
144532015-08-12 Keith Seitz <keiths@redhat.com>
14454
14455 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14456 gdb_get_line_number.
14457
4dafcdeb
JB
144582015-08-12 Joel Brobecker <brobecker@adacore.com>
14459
14460 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14461 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14462 gdb.base/dso2dso.exp: New files.
14463
5ba32597
SDJ
144642015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14465 Pedro Alves <palves@redhat.com>
14466 Keith Seitz <keiths@redhat.com>
14467
14468 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14469 GDBFLAGS.
14470
b6dafabf
PP
144712015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14472
14473 * gdb.base/gdbhistsize-history.exp
14474 (test_histsize_history_setting): Use save_vars.
14475 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14476 Use save_vars.
14477 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14478 * gdb.base/readline.exp: Use save_vars.
14479
abe8e607
PP
144802015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14481
14482 * lib/gdb.exp (save_vars): New proc.
14483
629500fa
KS
144842015-08-11 Keith Seitz <keiths@redhat.com>
14485
14486 * gdb.base/help.exp: Update help_breakpoint_text.
14487
eb8c4e2e
KS
144882015-08-11 Keith Seitz <keiths@redhat.com>
14489
14490 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14491 (at toplevel): Call test_explicit_breakpoints.
14492 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14493 breakpoints.
14494 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14495 breakpoint conditions, "-cond".
14496
87f0e720
KS
144972015-08-11 Keith Seitz <keiths@redhat.com>
14498
14499 * gdb.linespec/3explicit.c: New file.
14500 * gdb.linespec/cpexplicit.cc: New file.
14501 * gdb.linespec/cpexplicit.exp: New file.
14502 * gdb.linespec/explicit.c: New file.
14503 * gdb.linespec/explicit.exp: New file.
14504 * gdb.linespec/explicit2.c: New file.
14505 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14506 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14507 before using in the matching pattern.
14508 Clarify that `prefix' is a regular expression.
14509
f00aae0f
KS
145102015-08-11 Keith Seitz <keiths@redhat.com>
14511
14512 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14513 test.
14514 Add tests for missing ",FMT" and ",".
14515
e27852be
DE
145162015-08-10 Doug Evans <dje@google.com>
14517 Keith Seitz <keiths@redhat.com>
14518
14519 PR gdb/17960
14520 * gdb.base/completion.exp: Add location completer tests.
14521
7f03bd92
PA
145222015-08-07 Pedro Alves <palves@redhat.com>
14523
14524 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14525 tests here.
14526 (top level): Run do_test with and without displaced stepping.
14527
3fc8eb30
PA
145282015-08-07 Pedro Alves <palves@redhat.com>
14529
14530 * gdb.base/valgrind-disp-step.c: New file.
14531 * gdb.base/valgrind-disp-step.exp: New file.
14532
d4569d7b
PA
145332015-08-07 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14536 Delete function.
14537 (main): Add alarm. Run an infinite loop instead of calling
14538 wait_threads.
14539 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14540 comment.
14541 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14542 Delete function.
14543 (main): Add alarm. Run an infinite loop instead of calling
14544 wait_threads.
14545 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14546 comment.
14547
e1316e60
PA
145482015-08-07 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.base/checkpoint-ns.exp: New file.
14551 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14552 standard_testfile.
14553
da8c46d2
MM
145542015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14555
14556 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14557 * gdb.btrace/instruction_history.exp: Update.
14558 * gdb.btrace/tsx.exp: New.
14559 * gdb.btrace/tsx.c: New.
14560
de1c2c52
PA
145612015-08-06 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14564 increase timeout.
14565 * gdb.reverse/until-precsave.exp: Bump timeouts.
14566
782e0bf4
PA
145672015-08-06 Pedro Alves <palves@redhat.com>
14568
14569 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14570
83e97ed0
PA
145712015-08-06 Pedro Alves <palves@redhat.com>
14572
14573 PR gdb/18749
14574 * gdb.threads/process-dies-while-handling-bp.c: New file.
14575 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14576
863d01bd
PA
145772015-08-06 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14580 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14581
0a39bb32
PA
145822015-08-05 Pedro Alves <palves@redhat.com>
14583
14584 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14585 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14586
ee2d2b10
SL
145872015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14588
14589 * gdb.base/bp-permanent.exp: Report test as unsupported if
14590 the target cannot stop at the permanent breakpoint.
14591
4e1bdb00
DE
145922015-08-03 Doug Evans <dje@google.com>
14593
14594 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14595 10000.
14596
3d338901
DE
145972015-08-03 Doug Evans <dje@google.com>
14598
14599 * Makefile.in (workers/%.worker, build-perf): New rule.
14600 (GDB_PERFTEST_MODE): New variable.
14601 (check-perf): Use it.
14602 (clean): Clean up gdb.perf parallel build subdirs.
14603 * lib/build-piece.exp: New file.
14604 * lib/gdb.exp (make_gdb_parallel_path): New function
14605 (standard_output_file, standard_temp_file): Call it.
14606 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14607 of $GDB_PARALLEL.
14608 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14609
af061d3e
DE
146102015-08-03 Doug Evans <dje@google.com>
14611
8e1afc81 14612 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14613 (LOG_FILE_NAME): New global.
14614 (TextReporter.__init__): Initialize self.txt_sum.
14615 (TextReporter.report): Add support for multiple data-points.
14616 Move report to perftest.sum, put raw data in perftest.log.
14617 (TextReporter.start): Open sum and log files.
14618 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14619 * gdb.perf/lib/perftest/testresult.py
14620 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14621
2c8c5d37
PA
146222015-07-31 Pedro Alves <palves@redhat.com>
14623
14624 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14625 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14626 kill_wait_spawned_process instead of explicit "kill -9".
14627 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14628 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14629 kill_wait_spawned_process.
14630 * gdb.base/attach-twice.exp: Likewise.
14631 * gdb.base/attach.exp: Likewise.
14632 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14633 gdb_test_multiple.
14634 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14635 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14636 kill_wait_spawned_process.
14637 * gdb.base/valgrind-infcall.exp: Likewise.
14638 * gdb.multi/multi-attach.exp: Likewise.
14639 * gdb.python/py-prompt.exp: Likewise.
14640 * gdb.python/py-sync-interp.exp: Likewise.
14641 * gdb.server/ext-attach.exp: Likewise.
14642 * gdb.threads/attach-into-signal.exp (corefunc): Use
14643 spawn_wait_for_attach, spawn_id_get_pid and
14644 kill_wait_spawned_process.
14645 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14646 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14647 spawn_id_get_pid and kill_wait_spawned_process.
14648 * gdb.threads/attach-stopped.exp (corefunc): Use
14649 spawn_wait_for_attach, spawn_id_get_pid and
14650 kill_wait_spawned_process.
14651 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14652 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14653 kill_wait_spawned_process instead of explicit "kill -9".
14654 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14655 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14656 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14657 processes. Don't map cygwin/windows pids here. Now returns a
14658 spawn id list.
14659
032a0fca
SL
146602015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14661
14662 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14663 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14664 correct patch.
14665
61a934ca
SL
146662015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14667
14668 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14669
4bc4d428
SL
146702015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14671
14672 Reapply:
14673 2014-05-21 Mark Wielaard <mjw@redhat.com>
14674
14675 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14676
998d452a
PA
146772015-07-30 Pedro Alves <palves@redhat.com>
14678
14679 * linux-low.c (handle_extended_wait): Set the child's last
14680 reported status to TARGET_WAITKIND_STOPPED.
14681
69dde7dc
PA
146822015-07-30 Pedro Alves <palves@redhat.com>
14683
14684 PR threads/18600
14685 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14686 only shows inferior 1.
14687
4dd63d48
PA
146882015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14689 Pedro Alves <palves@redhat.com>
14690
14691 PR threads/18600
14692 * gdb.threads/fork-plus-threads.c: New file.
14693 * gdb.threads/fork-plus-threads.exp: New file.
14694
d618e4c5
PP
146952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14696
14697 * gdb.base/batch-preserve-term-settings.exp
14698 (test_terminal_settings_preserved_after_cli_exit): Use
14699 send_quit_command.
14700
1eef6428
PA
147012015-07-29 Pedro Alves <palves@redhat.com>
14702 Don Breazeal <donb@codesourcery.com>
14703
14704 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14705 output from both inferior_spawn_id and gdb_spawn_id.
14706
7da5b897
SDJ
147072015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14708
14709 * gdb.threads/attach-into-signal.exp (corefunc): Use
14710 with_test_prefix on nested loops, uniquefying the test messages.
14711
dac804df
SDJ
147122015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14713
14714 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14715 commit.
14716
06265e53
PP
147172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14718
14719 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14720 New proc.
14721 (test_terminal_settings_preserved_after_sigterm): New test.
14722
18206ca3
PP
147232015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14724
14725 * gdb.base/batch-preserve-term-settings.exp
14726 (test_terminal_settings_preserved_after_cli_exit): New test.
14727
90074d11
PP
147282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14729
14730 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14731 manipulation of saved_gdbflags.
14732 (test_terminal_settings_preserved): Remove global declaration of
14733 the unused variable pagination_prompt. Remove manipulation of
14734 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14735 GDBFLAGS.
14736
eb1a7902
PA
147372015-07-29 Pedro Alves <palves@redhat.com>
14738
14739 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14740
8b75dd3b
PA
147412015-07-29 Pedro Alves <palves@redhat.com>
14742
14743 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14744 at the top.
14745
dedad4e3
PA
147462015-07-29 Pedro Alves <palves@redhat.com>
14747
14748 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14749 (main): Call gdb_unbuffer_output.
14750 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14751 (main): Call gdb_unbuffer_output.
14752 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14753 (main): Call gdb_unbuffer_output.
14754 * gdb.base/call-strs.exp: Adjust to step over the
14755 gdb_unbuffer_output call.
14756 * gdb.base/catch-gdb-caused-signals.c: Include
14757 "../lib/unbuffer_output.c".
14758 (main): Call gdb_unbuffer_output.
14759 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14760 (main): Call gdb_unbuffer_output.
14761 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14762 (main): Call gdb_unbuffer_output.
14763 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14764 (main): Call gdb_unbuffer_output.
14765 * gdb.base/shlib-call.exp: Adjust to step over the
14766 gdb_unbuffer_output call.
14767 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14768 (main): Call gdb_unbuffer_output.
14769 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14770 (main): Call gdb_unbuffer_output.
14771 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14772 (main): Rename to ...
14773 (test): ... this.
14774 (main): Reimplement.
14775 * gdb.base/varargs.exp: Run to test instead of to main.
14776 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14777 (main): Call gdb_unbuffer_output.
14778
58789a91
PA
147792015-07-29 Pedro Alves <palves@redhat.com>
14780
14781 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14782 factore out from mi_continue_dprintf. For call-style dprintfs,
14783 expect dprintf output out of $inferior_spawn_id.
14784 (mi_continue_dprintf): Use mi_expect_dprintf.
14785 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14786 (main): Call gdb_unbuffer_output.
14787
e8376742
PA
147882015-07-29 Pedro Alves <palves@redhat.com>
14789
14790 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14791 (default_mi_gdb_start): Set inferior_spawn_id instead of
14792 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14793 gdb_spawn_id.
14794 (mi_gdb_test): Always expect inferior output from both
14795 $inferior_spawn_id and $gdb_spawn_id.
14796
08280010
PA
147972015-07-29 Pedro Alves <palves@redhat.com>
14798
14799 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14800 send_inferior and $inferior_spawn_id.
14801
4d30e432
PA
148022015-07-29 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.gdb/complaints.exp (test_initial_complaints)
14805 (test_serial_complaints, test_short_complaints): Use
14806 gdb_test_stdio.
14807 (test_empty_complaint): Handle $inferior_spawn_id !=
14808 $gdb_spawn_id.
14809
0d30a335
PA
148102015-07-29 Pedro Alves <palves@redhat.com>
14811
14812 * gdb.base/varargs.exp: Use gdb_test_stdio.
14813
39413b29
PA
148142015-07-29 Pedro Alves <palves@redhat.com>
14815
14816 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14817
7cb000a9
PA
148182015-07-29 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14821
d7b8ac82
PA
148222015-07-29 Pedro Alves <palves@redhat.com>
14823
14824 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14825 parameter into two new parameters, "inf_result" and "gdb_result".
14826 Expect inferior output and gdb output from $inferior_spawn_id and
14827 $gdb_spawn_id, respectively. Adjust all callers.
14828
789c3a0c
PA
148292015-07-29 Pedro Alves <palves@redhat.com>
14830
14831 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14832 of gdb_test_sequence.
14833
77e760c3
PA
148342015-07-29 Pedro Alves <palves@redhat.com>
14835
14836 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14837 (saw_spurious_output): Expect inferior output from
14838 $inferior_spawn_id. Use gdb_test_stdio.
14839
8396d2cd
PA
148402015-07-29 Pedro Alves <palves@redhat.com>
14841
14842 * gdb.base/dprintf.exp: Use standard_testfile. Change
14843 prepare_for_testing call.
14844 (srcfile): Don't set.
14845 (restart): New procedure.
14846 (test_dprintf): New procecure, use to continue over dprintfs.
14847 (test_call, test_agent): New procedures, tests moved here.
14848 Restart gdb and recreate dprintfs. Adjust expected output.
14849
2051d61f
PA
148502015-07-29 Pedro Alves <palves@redhat.com>
14851
14852 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14853
452397af
PA
148542015-07-29 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14857
8aed9555
PA
148582015-07-29 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14861 gdb_test_stdio.
14862
188a61b4
PA
148632015-07-29 Pedro Alves <palves@redhat.com>
14864
14865 * lib/gdb.exp (gdb_test_stdio): New procedure.
14866
12264a45
PA
148672015-07-29 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14870
23ffc893
PA
148712015-07-29 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.base/call-signal-resume.exp: Remove check for
14874 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14875 * gdb.base/unwindonsignal.exp: Likewise.
14876 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14877 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14878
65566918
PA
148792015-07-29 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.base/siginfo-addr.c (pass): New function.
14882 (handler): Call it iff si_addr is correct.
14883 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14884 Set a breakpoint at "pass" and continue to it.
14885
d60a9221
SDJ
148862015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14887
14888 * gdb.python/py-objfile.exp: Make some tests have unique names.
14889 * gdb.python/py-pp-registration.exp: Likewise.
14890
bde40b8f
PA
148912015-07-28 Pedro Alves <palves@redhat.com>
14892
14893 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14894
13e1dec8
SM
148952015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14896
14897 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14898
da33c9a7
SM
148992015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14900
14901 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14902
077836f7
PP
149032015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14904
14905 * gdb.base/gdb-sigterm-2.exp: New test.
14906
b8cc7b2e
DE
149072015-07-25 Doug Evans <xdje42@gmail.com>
14908
14909 Revert:
14910 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14911 (workers/%.worker, build-perf): New rule.
14912 (GDB_PERFTEST_MODE): New variable.
14913 (check-perf): Use it.
14914 (clean): Clean up gdb.perf parallel build subdirs.
14915 * lib/build-piece.exp: New file.
14916 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14917 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14918 name.
14919 (standard_temp_file): Ditto.
14920 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14921 of $GDB_PARALLEL.
14922
c8bd4544
DE
149232015-07-24 Doug Evans <dje@google.com>
14924
14925 * gdb.perf/lib/perftest/utils.py: New file.
14926 * gdb.perf/gm-hello.cc: New file.
14927 * gdb.perf/gm-pervasive-typedef.cc: New file.
14928 * gdb.perf/gm-pervasive-typedef.h: New file.
14929 * gdb.perf/gm-std.cc: New file.
14930 * gdb.perf/gm-std.h: New file.
14931 * gdb.perf/gm-use-cerr.cc: New file.
14932 * gdb.perf/gm-utils.h: New file.
14933 * gdb.perf/gmonster-null-lookup.py: New file.
14934 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14935 * gdb.perf/gmonster-print-cerr.py: New file.
14936 * gdb.perf/gmonster-ptype-string.py: New file.
14937 * gdb.perf/gmonster-runto-main.py: New file.
14938 * gdb.perf/gmonster-select-file.py: New file.
14939 * gdb.perf/gmonster1-null-lookup.exp: New file.
14940 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14941 * gdb.perf/gmonster1-print-cerr.exp: New file.
14942 * gdb.perf/gmonster1-ptype-string.exp: New file.
14943 * gdb.perf/gmonster1-runto-main.exp: New file.
14944 * gdb.perf/gmonster1-select-file.exp: New file.
14945 * gdb.perf/gmonster1.cc: New file.
14946 * gdb.perf/gmonster1.exp: New file.
14947 * gdb.perf/gmonster2-null-lookup.exp: New file.
14948 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14949 * gdb.perf/gmonster2-print-cerr.exp: New file.
14950 * gdb.perf/gmonster2-ptype-string.exp: New file.
14951 * gdb.perf/gmonster2-runto-main.exp: New file.
14952 * gdb.perf/gmonster2-select-file.exp: New file.
14953 * gdb.perf/gmonster2.cc: New file.
14954 * gdb.perf/gmonster2.exp: New file.
14955
6eab34f3
DE
149562015-07-24 Doug Evans <dje@google.com>
14957
14958 * gdb.perf/README: New file.
14959 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14960 * lib/gen-perf-test.exp: New file.
14961
63738bfd
DE
149622015-07-24 Doug Evans <dje@google.com>
14963
14964 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14965 (PerfTest::startup): New function.
14966 (PerfTest::run): Return result of calling body.
14967 (PerfTest::assemble): Rewrite.
14968 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14969 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14970 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14971 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14972 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14973
7b606f95
DE
149742015-07-24 Doug Evans <dje@google.com>
14975
14976 * lib/gdb.exp (clean_restart): Make executable optional.
14977
a97b16b8
DE
149782015-07-24 Doug Evans <dje@google.com>
14979
14980 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14981 compiler_info references.
14982 * gdb.cp/temargs.exp: Ditto.
14983 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14984 (get_compiler_info): Early exit if already computed. Set compiler_info
14985 to "unknown" if there was a problem.
14986 (test_compiler_info): Add function comment. Call get_compiler_info.
14987
35baa57f
DE
149882015-07-24 Doug Evans <dje@google.com>
14989
14990 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14991 (workers/%.worker, build-perf): New rule.
14992 (GDB_PERFTEST_MODE): New variable.
14993 (check-perf): Use it.
14994 (clean): Clean up gdb.perf parallel build subdirs.
14995 * lib/build-piece.exp: New file.
14996 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14997 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14998 name.
14999 (standard_temp_file): Ditto.
15000 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15001 of $GDB_PARALLEL.
15002
6ebea266
DE
150032015-07-24 Doug Evans <dje@google.com>
15004
15005 * lib/future.exp (gdb_default_target_compile): New option
15006 "early_flags".
15007 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15008 --as-needed.
15009
1e76a7e9
SDJ
150102015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15011
15012 * gdb.base/catch-syscall.exp: Call gdb_exit before
15013 gdb_skip_xml_test.
15014
5068630a
PA
150152015-07-24 Pedro Alves <palves@redhat.com>
15016
15017 * gdb.python/py-events.exp: Accept output between the stop event
15018 and the prompt.
15019 * gdb.python/py-evsignal.exp: Likewise.
15020 * gdb.python/py-evthreads.exp: Likewise.
15021
77598427
PA
150222015-07-24 Pedro Alves <palves@redhat.com>
15023
15024 PR gdb/18717
15025 * gdb.threads/non-ldr-exit.c: New file.
15026 * gdb.threads/non-ldr-exit.exp: New file.
15027
11e6c98f
YQ
150282015-07-24 Yao Qi <yao.qi@linaro.org>
15029
15030 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15031 restarting process.
15032
51aee833
YQ
150332015-07-24 Yao Qi <yao.qi@linaro.org>
15034
15035 * gdb.server/ext-restart.exp: New file.
15036
8cfe207c
YQ
150372015-07-24 Yao Qi <yao.qi@linaro.org>
15038
15039 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15040 argument options.
15041 * gdb.server/ext-wrapper.exp: New file.
15042
cc12ce38
DE
150432015-07-23 Doug Evans <dje@google.com>
15044
15045 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15046 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15047
d0d84780
PMR
150482015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15049
15050 * gdb.ada/var_arr_typedef.exp: New testcase.
15051 * gdb.ada/var_arr_typedef/pack.adb: New file.
15052 * gdb.ada/var_arr_typedef/pack.ads: New file.
15053 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15054
8b558f79
JB
150552015-07-20 Joel Brobecker <brobecker@adacore.com>
15056
15057 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15058
775a3298
JK
150592015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15060
15061 * gdb.arch/i386-biarch-core.exp: Replace istarget
15062 by "complete set gnutarget". Remove expectation for the "core-file"
15063 command.
15064
db1ff28b
JK
150652015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15066
15067 Revert the previous commit:
15068 Tests for validate symbol file using build-id.
15069
0a94970d
JK
150702015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15071
15072 Tests for validate symbol file using build-id.
15073 * gdb.base/solib-mismatch-lib.c: New file.
15074 * gdb.base/solib-mismatch-libmod.c: New file.
15075 * gdb.base/solib-mismatch.c: New file.
15076 * gdb.base/solib-mismatch.exp: New file.
15077
03346981
SL
150782015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15079
15080 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15081 nios2-*-linux*.
15082 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15083 * gdb.base/siginfo.exp: Likewise.
15084 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15085
42422cc7
PL
150862015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15087
15088 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15089 Move it to ...
15090 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15091 ... here.
15092 * gdb.trace/range-stepping.exp: Check that the target supports
15093 range stepping.
15094
cfa68bae
JK
150952015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15096
15097 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15098
8ffdba26
PA
150992015-07-14 Pedro Alves <palves@redhat.com>
15100
15101 * gdb.base/killed-outside.exp: New file.
15102 * gdb.base/killed-outside.c: New file.
15103
218a5a11
JK
151042015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15105
15106 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15107 (n at main): New.
15108 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15109
e03ed3c6
AA
151102015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15111
15112 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15113 infcall tests instead of setting up for KFAIL.
15114
485668e5
MM
151152015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15116
15117 * gdb.btrace/record_goto-step.exp: New.
15118
08464196
JK
151192015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15120
15121 PR compile/18484
15122 * gdb.compile/compile.c (struct struct_type): Add volatile to
15123 selffield's type.
15124 * gdb.compile/compile.exp
15125 (compile code struct_object.selffield = &struct_object): Skip further
15126 struct_object tests if this one xfails.
15127
bcf5c1d9
RC
151282015-07-08 Robert O'Callahan <robert@ocallahan.org>
15129
15130 PR exp/18617
15131 * gdb.trace/ax.exp: Add test.
15132
4931af25
YQ
151332015-07-07 Yao Qi <yao.qi@linaro.org>
15134
15135 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15136 instead of istarget "aarch64*-*-*".
15137 * gdb.arch/aarch64-fp.exp: Likewise.
15138 * gdb.base/float.exp: Likewise.
15139 * gdb.reverse/aarch64.exp: Likewise.
15140 * lib/gdb.exp (is_aarch64_target): New proc.
15141
9fcf688e
YQ
151422015-07-07 Yao Qi <yao.qi@linaro.org>
15143
15144 * lib/gdb.exp (is_aarch32_target): New proc.
15145 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15146 instead of "istarget "arm*-*-*"".
15147 * gdb.arch/arm-disp-step.exp: Likewise.
15148 * gdb.arch/thumb-bx-pc.exp: Likewise.
15149 * gdb.arch/thumb-prologue.exp: Likewise.
15150 * gdb.arch/thumb-singlestep.exp: Likewise.
15151 * gdb.base/disp-step-syscall.exp: Likewise.
15152 * gdb.base/float.exp: Likewise.
15153
fbd8d50d
YQ
151542015-07-07 Yao Qi <yao.qi@linaro.org>
15155
15156 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15157 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15158
71be1fdc
YQ
151592015-07-07 Yao Qi <yao.qi@linaro.org>
15160
15161 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15162 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15163 if it exists.
15164 * gdb.multi/multi-arch.exp: Likewise.
15165
3e221d36
SM
151662015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15167
15168 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15169 print.
15170
d441430b
YQ
151712015-07-07 Yao Qi <yao.qi@linaro.org>
15172
15173 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15174
06f810bd
MG
151752015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15176
15177 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15178 '[' and ']' characters.
15179
5e61e7c0
IB
151802015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15181
15182 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15183
28bf096c
PA
151842015-06-29 Pedro Alves <palves@redhat.com>
15185
15186 PR threads/18127
15187 * gdb.threads/hand-call-new-thread.c: New file.
15188 * gdb.threads/hand-call-new-thread.c: New file.
15189
ee93cd5e
KS
151902015-06-26 Keith Seitz <keiths@redhat.com>
15191 Doug Evans <dje@google.com>
15192
15193 PR 16253
15194 * gdb.cp/var-tag-2.cc: New file.
15195 * gdb.cp/var-tag-3.cc: New file.
15196 * gdb.cp/var-tag-4.cc: New file.
15197 * gdb.cp/var-tag.cc: New file.
15198 * gdb.cp/var-tag.exp: New file.
15199
fc637f04
PP
152002015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15201
15202 * gdb.base/history-duplicates.exp: New test.
15203
2e52ae68
PP
152042015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15205
15206 * gdb.base/completion.exp: Test the completion of the "focus"
15207 command.
15208
6e22494e
JK
152092015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15210
15211 * gdb.arch/amd64-prologue-skip.S: New file.
15212 * gdb.arch/amd64-prologue-skip.exp: New file.
15213
bf7b9cd9
SM
152142015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15215
15216 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15217 is_address_zero_readable check.
15218
201e8dfd
PB
152192015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15220
15221 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15222 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15223
5cd867b4
YQ
152242015-06-24 Yao Qi <yao.qi@linaro.org>
15225
15226 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15227 linux targets.
15228
4d7be007
YQ
152292015-06-24 Yao Qi <yao.qi@linaro.org>
15230
15231 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15232 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15233 * gdb.base/siginfo-thread.exp: Likewise.
15234
07fcd301
YQ
152352015-06-22 Yao Qi <yao.qi@linaro.org>
15236
15237 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15238
52042a00
YQ
152392015-06-22 Yao Qi <yao.qi@linaro.org>
15240
15241 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15242 aarch64*-*-*.
15243 (skip_hw_watchpoint_tests): Likewise.
15244
74bd41ce
PP
152452015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15246
15247 * gdb.base/gdbinit-history.exp: Test the interaction between
15248 setting GDBHISTSIZE and setting the history size via .gdbinit.
15249
bc460514
PP
152502015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15251
15252 PR gdb/16999
15253 * gdb.base/gdbhistsize-history.exp: New test.
15254
b58c513b
PP
152552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15256
15257 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15258 with GDBHISTSIZE.
15259 * gdb.base/readline.exp: Likewise.
15260
92046791
YQ
152612015-06-17 Yao Qi <yao.qi@linaro.org>
15262
15263 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15264 line.
15265
2093d2d3
PP
152662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15267
15268 * gdb.base/gdbinit-history.exp: Add test case to check that
15269 an unlimited history file does not get truncated on exit.
15270
e6c693af
AA
152712015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15272
15273 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15274 (VECTOR): New macro. Use it...
15275 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15276 ...for these typedefs.
15277 (int8, char1, int1, double1): New typedefs.
15278 (struct just_int2, struct two_int2): New structures.
15279 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15280 (add_structvecs, add_singlevecs): New functions.
15281 (main): Call add_some_intvecs twice.
15282 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15283 the compile and exit upon failure. Try compiling for the "native"
15284 architecture. Test inferior function calls with vector arguments
15285 and vector return value handling with "finish" and "return".
15286
c74f7d1c
JT
152872015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15288
15289 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15290 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15291 PE file.
15292 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15293
98aa42ee
AT
152942015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15295
15296 PR breakpoints/16465
15297 * gdb.mi/mi-dprintf-pending.c: New file.
15298 * gdb.mi/mi-dprintf-pending.exp: New test.
15299 * gdb.mi/mi-dprintf-pendshr.c: New file.
15300
7d73c23c 153012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15302 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15303
15304 * gdb.arch/i386-mpx-map.c: New file.
15305 * gdb.arch/i386-mpx-map.exp: New File.
15306
153072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15308
15309 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15310 * gdb.arch/i386-mpx.exp: Indentation fixed.
15311
153122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15313
15314 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15315 function and improved indentation.
15316 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15317 gdb_test_multiple. Added additional tests to skip the test.
15318
153192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15320
15321 * gdb.arch/i386-avx512.c: Change path in include file.
15322 * gdb.arch/i386-avx512.exp: Change include dir path
15323 compilation flag.
15324 * gdb.arch/i386-mpx.c: Change path in include file.
15325 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15326 flag.
15327
d5eba19a
JK
153282015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15329
15330 * gdb.compile/compile-print.exp (compile print *vararray@3)
15331 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15332
7f361056
JK
153332015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15334
15335 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15336 (do not keep jit in memory): ... this.
15337 (expect 5): Change it to ...
15338 (expect no 5): ... this.
15339
3b462ec2
SM
153402015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15341
15342 PR gdb/15564
15343 * gdb.mi/mi-detach.exp: New file.
15344
e0619de6
JK
153452015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15346
15347 PR symtab/18392
15348 * gdb.arch/amd64-tailcall-self.S: New file.
15349 * gdb.arch/amd64-tailcall-self.c: New file.
15350 * gdb.arch/amd64-tailcall-self.exp: New file.
15351
e970cb34
DB
153522015-05-28 Don Breazeal <donb@codesourcery.com>
15353
15354 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15355 tests for remote targets by checking is_target_gdbserver.
15356
b2e2f908
DE
153572015-05-27 Doug Evans <dje@google.com>
15358
15359 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15360 * gdb.dwarf2/opaque-type-lookup.c: New file.
15361 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15362
82c7be31
DE
153632015-05-26 Doug Evans <dje@google.com>
15364
15365 * gdb.cp/iostream.cc: New file.
15366 * gdb.cp/iostream.exp: New file.
15367
b4f54984
DE
153682015-05-26 Doug Evans <dje@google.com>
15369
15370 * gdb.dwarf2/dw2-op-call.exp: Update.
15371 * gdb.dwarf2/dw4-sig-types.exp: Update.
15372 * gdb.dwarf2/implptr.exp: Update.
15373 * gdb.mi/mi-cmd-param-changed.exp: Update.
15374
4ea6efe9
DE
153752015-05-26 Doug Evans <dje@google.com>
15376
15377 * gdb.python/py-lazy-string.c: New file.
15378 * gdb.python/py-lazy-string.exp: New file.
15379 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15380 (main): Update. Add estring3.
15381 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15382 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15383
f6bb7db3
YQ
153842015-05-26 Omair Javaid <omair.javaid@linaro.org>
15385 Yao Qi <yao.qi@linaro.org>
15386
15387 * gdb.reverse/aarch64.c: New.
15388 * gdb.reverse/aarch64.exp: New.
15389
a81bfbd0
OJ
153902015-05-26 Omair Javaid <omair.javaid@linaro.org>
15391
25d49b86
PA
15392 * lib/gdb.exp (supports_process_record): Return true for
15393 aarch64*-linux*.
a81bfbd0
OJ
15394 (supports_reverse): Likewise.
15395
158bf1b4
PP
153962015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15397
15398 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15399 Use with_test_prefix.
15400
a0145030
AB
154012015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15402
15403 * gdb.base/completion.exp: Add test for completion of layout
15404 names.
15405
ebe3b578
AB
154062015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15407
15408 * lib/gdb.exp (skip_tui_tests): New proc.
15409 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15410
84204ed7
PA
154112015-05-19 Pedro Alves <palves@redhat.com>
15412
15413 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15414 Save the whole env array instead of just HOME. Unset HISTSIZE in
15415 the environment while testing. Restore whole environment
15416 afterwards.
15417
37442ce1
DE
154182015-05-16 Doug Evans <xdje42@gmail.com>
15419
15420 * gdb.guile/scm-ports.c: New file.
15421 * gdb.guile/scm-ports.exp: Add memory port tests.
15422
36de76f9
JK
154232015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15424
15425 * gdb.compile/compile-print.c: New file.
15426 * gdb.compile/compile-print.exp: New file.
15427
3a9558c4
JK
154282015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15429
15430 * gdb.compile/compile-ops.exp: Cast param to void.
15431 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15432 (compile code struct_object.selffield = &struct_object): Add xfail.
15433
aa715135
JG
154342015-05-15 Joel Brobecker <brobecker@adacore.com>
15435
15436 * gdb.ada/arr_enum_with_gap: New testcase.
15437
931e5bc3
JG
154382015-05-15 Joel Brobecker <brobecker@adacore.com>
15439
15440 * gdb.ada/byte_packed_arr: New testcase.
15441
9cd4d857
JB
154422015-05-15 Joel Brobecker <brobecker@adacore.com>
15443
15444 * gdb.ada/pckd_neg: New testcase.
15445
ebfd00d2
PP
154462015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15447
15448 PR gdb/17820
15449 * gdb.base/gdbinit-history.exp: New test.
15450 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15451 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15452
4c082a81
SC
154532015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15454
15455 * gdb.python/py-xmethods.cc: Enhance test case.
15456 * gdb.python/py-xmethods.exp: New tests.
15457 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15458 function.
15459 (B_indexoper): Likewise.
15460 (global_dm_list) : Add new xmethod worker functions.
15461
f7797074
SDJ
154622015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15463
15464 * gdb.base/coredump-filter.exp: Correctly unset
15465 "coredump_var_addr" array.
15466
a4674e4e
PA
154672015-05-08 Pedro Alves <palves@redhat.com>
15468
15469 * gdb.server/non-existing-program.exp: Unset spawn_id.
15470
df2eb078
SC
154712015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15472
15473 PR python/18291
15474 * gdb.python/py-xmethods.exp: Add tests.
15475
422349a3
YQ
154762015-05-08 Yao Qi <yao.qi@linaro.org>
15477
15478 PR gdb/18208
15479 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15480 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15481 function set_coredump_filter, and remove remote_exec call.
15482 Remove argument ipid. Callers update.
15483 (top level): Don't get inferior's PID.
15484
63fc80ce
AA
154852015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15486
15487 * gdb.base/watch_thread_num.exp: Skip test on targets without
15488 access watchpoints.
15489
80ad801e
PA
154902015-05-06 Pedro Alves <palves@redhat.com>
15491
15492 PR server/18081
15493 * gdb.server/non-existing-program.exp: New file.
15494
0fa7fe50
JB
154952015-05-05 Joel Brobecker <brobecker@adacore.com>
15496
15497 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15498
3ea89b92
PMR
154992015-05-05 Joel Brobecker <brobecker@adacore.com>
15500
15501 * gdb.ada/out_of_line_in_inlined: New testcase.
15502
87b8eff0
JB
155032015-05-05 Joel Brobecker <brobecker@adacore.com>
15504
15505 * gdb.ada/var_rec_arr: New testcase.
15506
5fccc635
YQ
155072015-04-30 Yao Qi <yao.qi@linaro.org>
15508
15509 * gdb.base/break-idempotent.exp: If
15510 skip_hw_watchpoint_multi_tests returns true, skip the tests
15511 on "rwatch" and "awatch".
15512
42d38f42
YQ
155132015-04-30 Yao Qi <yao.qi@linaro.org>
15514
15515 * gdb.base/relativedebug.exp: Invoke gdb command
15516 "info sharedlibrary", and if libc.so doesn't have debug info,
15517 skip the test.
15518
2ce1cdbf
DE
155192015-04-29 Doug Evans <dje@google.com>
15520
15521 * gdb.python/py-xmethods.exp: Add ptype tests.
15522 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15523 get_result_type method.
15524
f24a38c5
LM
155252015-04-29 Luis Machado <lgustavo@codesourcery.com>
15526
15527 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15528 the target does not support hardware watchpoints.
15529
ecbf2b3c
LM
155302015-04-29 Luis Machado <lgustavo@codesourcery.com>
15531
15532 * gdb.base/break-always.exp: Abort testing if writing to memory
15533 causes an error.
15534
34f5f757
DE
155352015-04-28 Doug Evans <dje@google.com>
15536
15537 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15538 * gdb.python/py-pp-registration.exp: ... here. New file.
15539 * gdb.python/py-pp-registration.c: New file.
15540 * gdb.python/py-pp-registration.py: New file.
15541
69b4374a
DE
155422015-04-28 Doug Evans <dje@google.com>
15543
15544 * gdb.python/py-bad-printers.c: New file.
15545 * gdb.python/py-bad-printers.py: New file.
15546 * gdb.python/py-bad-printers.exp: New file.
15547
59fb7612
SS
155482015-04-28 Sasha Smundak <asmundak@google.com>
15549
15550 * gdb.python/py-type.exp: New test.
15551
2631b16a
AW
155522015-04-28 Andy Wingo <wingo@igalia.com>
15553
15554 * gdb.python/py-parameter.exp:
15555 * gdb.guile/scm-parameter.exp: Escape the path that we are
15556 matching against, as it might contain characters that are special
15557 to regular expressions.
15558
460efde1
JB
155592015-04-27 Joel Brobecker <brobecker@adacore.com>
15560
15561 * gdb.ada/rec_comp: New testcase.
15562
2d369d8e
SDJ
155632015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15564
15565 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15566 before using it.
15567
cf75d6c3
AB
155682015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15569
15570 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15571 new tests for verilog output.
15572
8dbe7ca5
YQ
155732015-04-24 Yao Qi <yao.qi@linaro.org>
15574
15575 * boards/remote-gdbserver-on-localhost.exp: New file.
15576
4ef9fb2f
PA
155772015-04-23 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15580 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15581 "end of file", remove $inferior_spawn_id from the indirect list.
15582
0a803169
PA
155832015-04-23 Pedro Alves <palves@redhat.com>
15584
15585 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15586
749ef8f8
PA
155872015-04-23 Pedro Alves <palves@redhat.com>
15588
15589 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15590 on $any_spawn_id instead of only on $gdb_spawn_id.
15591
8aae4344
PM
155922015-04-21 Pierre Muller <muller@sourceware.org>
15593
15594 PR pascal/17815
15595 * lib/pascal.exp (gpc_compile): Add new option "class".
15596 (fpc_compile): Likewise.
15597 * gdb.pascal/case-insensitive-symbols.pas: New file.
15598 * gdb.pascal/case-insensitive-symbols.exp: New file.
15599
1586c8fb
GB
156002015-04-20 Gary Benson <gbenson@redhat.com>
15601
15602 * gdb.base/attach.exp: Fix three extended remote failures.
15603
1b6e6f5c
GB
156042015-04-17 Gary Benson <gbenson@redhat.com>
15605
15606 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15607 the main executable over the remote protocol.
15608
e797481d
PA
156092015-04-16 Pedro Alves <palves@redhat.com>
15610
15611 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15612 a new gdbserver if gdbserver_reconnect_p is set.
15613
1ca99c42
PA
156142015-04-16 Pedro Alves <palves@redhat.com>
15615
15616 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15617 is set, don't exit gdbserver.
15618
af9fd6f8
AA
156192015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15620
15621 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15622 appropriate .insn, such that an older assembler can be used.
15623 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15624 the z/Architecture instruction set on 31-bit targets as well.
15625
04ff1e61
AA
156262015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15627
15628 * gdb.go/handcall.exp: Remove all logic related to the first
15629 breakpoint and rely on go_runto_main instead.
15630 * gdb.go/strings.exp: Likewise.
15631 * gdb.go/unsafe.exp: Likewise.
15632 * gdb.go/hello.exp: Likewise. Also rename the remaining
15633 breakpoint marker to "breakpoint 1".
15634 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15635 * gdb.go/strings.go: Likewise.
15636 * gdb.go/unsafe.go: Likewise.
15637 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15638 "set breakpoint 2 here" and rename the remaining breakpoint marker
15639 to "breakpoint 1".
15640
40d2f8d6
SM
156412015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15642
15643 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15644 if itertools.imap is not present.
15645 * gdb.python/py-objfile.exp: Add parentheses.
15646 * gdb.python/py-type.exp: Same.
15647 * gdb.python/py-unwind-maint.py: Same.
15648
8cbc97c6
YQ
156492015-04-15 Yao Qi <yao.qi@linaro.org>
15650
15651 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15652 of ":$ptr_size" and set its form explicitly.
15653
45fd756c
YQ
156542015-04-15 Pedro Alves <palves@redhat.com>
15655 Yao Qi <yao.qi@linaro.org>
15656
15657 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15658 timeout by factor of 4.
15659 (test_regular_watch): Likewise.
15660 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15661 * gdb.reverse/sigall-reverse.exp: Likewise.
15662 * gdb.reverse/until-precsave.exp: Likewise.
15663 * lib/gdb.exp (with_timeout_factor): New proc.
15664 (gdb_expect): Move some code to ...
15665 (get_largest_timeout): ... here. New procedure.
15666
9e811bc3
LM
156672015-04-14 Luis Machado <lgustavo@codesourcery.com>
15668
15669 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15670
0ff6fcb2
LM
156712015-04-13 Luis Machado <lgustavo@codesourcery.com>
15672
15673 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15674 to write to the .text section.
15675
7578d5f7
LM
156762015-04-13 Luis Machado <lgustavo@codesourcery.com>
15677
15678 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15679 Handle the case of targets that do not provide PID information.
15680
2efe15c4
YQ
156812015-04-13 Yao Qi <yao.qi@linaro.org>
15682
15683 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15684 and use expect instead of gdb_expect.
15685
8cd8f2f8
SDJ
156862015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15687
15688 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15689 "coredump_var_addr" to avoid naming conflict with other testcases.
15690
9ee41772
PA
156912015-04-10 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15694 gdb_test_sequence and gdb_assert.
15695
07473109
PA
156962015-04-10 Pedro Alves <palves@redhat.com>
15697
15698 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15699 test messages that don't include the breakpoint address.
15700
de3db44c
YQ
157012015-04-10 Yao Qi <yao.qi@linaro.org>
15702
15703 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15704 false for some offset and width combinations which aren't
15705 supported by linux kernel.
15706
c79d856c
PA
157072015-04-10 Pedro Alves <palves@redhat.com>
15708
15709 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15710 procedure, factored out from ...
15711 (top level): ... here. Add "set displaced-stepping" testing axis.
15712 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15713 parameter "displaced". Use it.
15714 (top level): Use foreach and add "set displaced-stepping" testing
15715 axis.
15716
ebc90b50
PA
157172015-04-10 Pedro Alves <palves@redhat.com>
15718
15719 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15720 Remove comment.
15721 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15722 both the address of the instruction that triggers the watchpoint
15723 and the address of the instruction immediately after, and use
15724 those addresses for the test. Fix comment.
15725
8f572e5c
PA
157262015-04-10 Pedro Alves <palves@redhat.com>
15727
15728 * gdb.base/sigstep.exp (breakpoint_to_handler)
15729 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15730 Test "backtrace" in handler.
15731 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15732 (top level): Add new "displaced" test axis to
15733 breakpoint_to_handler, breakpoint_to_handler_entry and
15734 breakpoint_over_handler.
15735
8d707a12
PA
157362015-04-10 Pedro Alves <palves@redhat.com>
15737
15738 PR gdb/18216
15739 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15740
ef713951
YQ
157412015-04-10 Yao Qi <yao.qi@linaro.org>
15742
15743 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15744 (test_add_rn_pc): New function.
15745 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15746 (top level): Invoke test_add_rn_pc.
15747
906d60cf
PA
157482015-04-10 Pedro Alves <palves@redhat.com>
15749
15750 PR gdb/13858
15751 * gdb.base/step-over-no-symbols.exp: New file.
15752
f2983cc3
AW
157532015-04-09 Andy Wingo <wingo@igalia.com>
15754
15755 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15756 after the Python tests.
15757
6d62641c
SDJ
157582015-04-08 Keith Seitz <keiths@redhat.com>
15759
15760 PR python/16699
15761 * gdb.python/py-completion.exp: New tests for completion.
15762 * gdb.python/py-completion.py (CompleteLimit1): New class.
15763 (CompleteLimit2): Likewise.
15764 (CompleteLimit3): Likewise.
15765 (CompleteLimit4): Likewise.
15766 (CompleteLimit5): Likewise.
15767 (CompleteLimit6): Likewise.
15768 (CompleteLimit7): Likewise.
15769
f3770638
PA
157702015-04-08 Pedro Alves <palves@redhat.com>
15771
15772 PR gdb/18214
15773 PR gdb/18216
15774 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15775 function.
15776 (main): Install it as SIGUSR1 handler.
15777 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15778 parameter. Always use "setup" as prefix. Toggle "set
15779 displaced-stepping" off/on depending on global. Don't switch to
15780 thread 1 here.
15781 (top level): Add displaced stepping "off/on" test axis. Update
15782 "setup" calls. Wrap each subtest with with_test_prefix. Test
15783 continuing with a queued signal in each thread.
15784
4496bed7
PA
157852015-04-08 Pedro Alves <palves@redhat.com>
15786
15787 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15788 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15789 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15790 Return early if running to main fails.
15791 * gdb.trace/while-stepping.exp: Likewise.
15792
b97fde92
PA
157932015-04-07 Pedro Alves <palves@redhat.com>
15794
15795 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15796 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15797 interact with inferior program.
15798
f71c18e7
PA
157992015-04-07 Pedro Alves <palves@redhat.com>
15800
15801 * lib/gdb.exp (inferior_spawn_id): New global.
15802 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15803 spawn id after processing the user code.
15804 (default_gdb_start): Set inferior_spawn_id.
15805 (send_inferior): New procedure.
15806 * lib/gdbserver-support.exp (gdbserver_start): Set
15807 inferior_spawn_id.
15808 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15809
6423214f
PA
158102015-04-07 Pedro Alves <palves@redhat.com>
15811
15812 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15813 * lib/gdbserver-support.exp (gdbserver_start): Make
15814 $server_spawn_id global.
15815 (gdbserver_start): Don't wait for gdbserver's spawn id with
15816 expect_background.
15817 (close_gdbserver): New procedure.
15818 (gdb_exit): Rename the default version and reimplement.
15819
71c0ee8c
PA
158202015-04-07 Pedro Alves <palves@redhat.com>
15821
72f4393d 15822 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15823 append the substituted item, not the original item.
15824
203bc29b
PA
158252015-04-07 Pedro Alves <palves@redhat.com>
15826
15827 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15828 gdb_expect.
15829
508a3ddf
PA
158302015-04-07 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15833 output appearing once only.
15834
9f6dbe2b
PA
158352015-04-07 Pedro Alves <palves@redhat.com>
15836
15837 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15838 that doesn't expect anything. Return early if running to main
15839 fails.
15840
337532fa
YQ
158412015-04-07 Yao Qi <yao.qi@linaro.org>
15842
15843 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15844 (child_function): Call alarm.
15845 (main): Move call to alarm into the loop.
15846 * gdb.threads/non-stop-fair-events.exp: Build program with
15847 -DTIMEOUT=$timeout.
15848
01b622d4
DE
158492015-04-06 Doug Evans <xdje42@gmail.com>
15850
15851 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15852 Fix dest parameter to board_info.
15853 (fpc_compile): Ditto.
15854 (gdb_compile_pascal): Rename dest arg to destfile.
15855
961f4160
PMR
158562015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15857
15858 * gdb.ada/funcall_ref.exp: New file.
15859 * gdb.ada/funcall_ref/foo.adb: New file.
15860
cafda597
YQ
158612015-04-02 Yao Qi <yao.qi@linaro.org>
15862
15863 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15864 is remote.
15865
fed040c6
GB
158662015-04-02 Gary Benson <gbenson@redhat.com>
15867
15868 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15869
d11916aa
SS
158702015-04-01 Sasha Smundak <asmundak@google.com>
15871
15872 * gdb.python/py-unwind-maint.c: New file.
15873 * gdb.python/py-unwind-maint.exp: New test.
15874 * gdb.python/py-unwind-maint.py: New file.
15875 * gdb.python/py-unwind.c: New file.
15876 * gdb.python/py-unwind.exp: New test.
15877 * gdb.python/py-unwind.py: New test.
15878
a1471180
PA
158792015-04-01 Pedro Alves <palves@redhat.com>
15880
15881 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15882 to fail instead of non-existent $test.
15883
0bbeccb1
PA
158842015-04-01 Pedro Alves <palves@redhat.com>
15885
15886 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15887 GDBFLAGS if not empty.
15888
3c724c8c
PMR
158892015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15890
15891 * gdb.ada/complete.exp: Remove "multi_line".
15892 * gdb.ada/info_exc.exp: Remove "multi_line".
15893 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15894 * gdb.ada/ptype_field.exp: Remove "multi_line".
15895 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15896 * gdb.ada/tagged.exp: Remove "multi_line".
15897 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15898 [multi_line ...]
15899 * gdb.btrace/delta.exp: Likewise.
15900 * gdb.btrace/exception.exp: Likewise.
15901 * gdb.btrace/function_call_history.exp: Likewise.
15902 * gdb.btrace/instruction_history.exp: Likewise.
15903 * gdb.btrace/nohist.exp: Likewise.
15904 * gdb.btrace/record_goto.exp: Likewise.
15905 * gdb.btrace/segv.exp: Likewise.
15906 * gdb.btrace/stepi.exp: Likewise.
15907 * gdb.btrace/tailcall.exp: Likewise.
15908 * gdb.btrace/unknown_functions.exp: Likewise.
15909 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15910 * lib/gdb.exp: Add the "multi_line" helper.
15911
4eec2deb
PA
159122015-04-01 Pedro Alves <palves@redhat.com>
15913
15914 * gdb.threads/tid-reuse.c: New file.
15915 * gdb.threads/tid-reuse.exp: New file.
15916
df8411da
SDJ
159172015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15918
15919 PR corefiles/16092
15920 * gdb.base/coredump-filter.c: New file.
15921 * gdb.base/coredump-filter.exp: Likewise.
15922
6ef37366
PM
159232015-03-27 Petr Machata <pmachata@redhat.com>
15924
15925 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15926 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15927 (Dwarf::assemble): Initialize them.
15928 (Dwarf::lines): New function.
15929
7ec911b0
JT
159302015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15931
15932 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15933 SYMBOL_PREFIX for x86_64-*-cygwin.
15934
ff908ebf
AW
159352015-03-26 Andy Wingo <wingo@igalia.com>
15936
15937 PR symtab/18148
15938 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15939 const_value but not a location.
15940 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15941 location defined in non-main CUs are visible.
15942
6d5f0679
YQ
159432015-03-26 Yao Qi <yao.qi@linaro.org>
15944
15945 PR testsuite/18139
15946 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15947 Add a line number entry for the same line.
15948 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15949 Add a line number entry for the same line.
15950
2898689b
YQ
159512015-03-26 Yao Qi <yao.qi@linaro.org>
15952
15953 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15954 .int 0.
15955 (func): Likewise. Add .Lfunc_1 label.
15956 Use .Lfunc_1 label.
15957 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15958 .int 0.
15959 (func): Likewise.
15960 Use .Lfunc_1 label.
15961
85180498
YQ
159622015-03-26 Yao Qi <yao.qi@linaro.org>
15963
15964 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15965 Call gdb_compile instead to compile each .s files without debug
15966 information.
15967
8aa08a8d
YQ
159682015-03-26 Yao Qi <yao.qi@linaro.org>
15969
15970 * gdb.base/savedregs.exp (process_saved_regs): Make
15971 "Saved registers:" optional in the pattern.
15972
66849923
MM
159732015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15974
15975 * gdb.btrace/next.exp: Merged into step.exp.
15976 * gdb.btrace/finish.exp: Merged into step.exp.
15977 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15978 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15979 "record goto" and checking the exact replay position.
15980 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15981 check for "Recording format" in "info record" output.
15982 * gdb.btrace/record_goto.exp: Choose test file based on target.
15983 * gdb.btrace/x86-record_goto.S: Renamed into ...
15984 * gdb.btrace/x86_64-record_goto.S: ... this.
15985 * gdb.btrace/i686-record_goto.S: New.
15986 * gdb.btrace/x86-tailcall.S: Renamed into ...
15987 * gdb.btrace/x86_64-tailcall.S: ... this.
15988 * gdb.btrace/i686-tailcall.S: New.
15989 * gdb.btrace/x86-tailcall.c: Renamed into ...
15990 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15991 separate statements. Update test.
15992 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15993 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15994 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15995 * gdb.btrace/tailcall.exp: Choose test file based on target.
15996 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15997
11cc1b74
MM
159982015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15999
16000 * gdb.btrace/exception.exp: Increase BTS buffer size.
16001
a25d8bf9
PA
160022015-03-24 Pedro Alves <palves@redhat.com>
16003
16004 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16005
856e7dd6
PA
160062015-03-24 Pedro Alves <palves@redhat.com>
16007
16008 * gdb.threads/schedlock.exp (test_step): No longer expect that
16009 "set scheduler-locking step" with "next" over a function call runs
16010 threads unlocked.
16011
ad235a41
AT
160122015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16013
16014 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16015
15630549
AT
160162015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16017
16018 PR breakpoints/16466
16019 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16020 * gdb.mi/mi-pending.c (thread_func): New function.
16021 (int main): Add threading support required.
16022 * gdb.mi/mi-pending.exp: Add tests for this issue.
16023 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16024 (pendfunc2): Remove stdio dependency.
16025 * gdb.mi/mi-pendshr2.c: New file.
16026
693dca06
KS
160272015-03-23 Keith Seitz <keiths@redhat.com>
16028
16029 * gdb.linespec/keywords.c: New file.
16030 * gdb.linespec/keywords.exp: New file.
16031
7e993ebf
KS
160322015-03-23 Keith Seitz <keiths@redhat.com>
16033
16034 PR gdb/18021
16035 * gdb.dwarf2/staticvirtual.exp: New test.
16036
bc23328c
JK
160372015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16038
16039 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16040 * README: Remove HP-UX and gdb.hp.
16041 (configuration):
16042 * configure: Regenerate.
16043 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16044 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16045 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16046 gdb.hp/gdb.defects/Makefile.
16047 * gdb.hp/Makefile.in: File deleted.
16048 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16049 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16050 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16051 * gdb.hp/gdb.aCC/run.c: File deleted.
16052 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16053 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16054 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16055 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16056 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16057 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16058 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16059 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16060 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16061 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16062 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16063 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16064 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16065 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16066 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16067 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16068 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16069 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16070 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16071 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16072 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16073 * gdb.hp/gdb.compat/average.c: File deleted.
16074 * gdb.hp/gdb.compat/sum.c: File deleted.
16075 * gdb.hp/gdb.compat/xdb.c: File deleted.
16076 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16077 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16078 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16079 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16080 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16081 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16082 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16083 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16084 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16085 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16086 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16087 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16088 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16089 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16090 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16091 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16092 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16093 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16094 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16095 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16096 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16097 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16098 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16099 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16100 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16101 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16102 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16103 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16104 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16105 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16106 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16107 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16108 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16109 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16110 * gdb.hp/tools/odump: File deleted.
16111
8bf3b159
PA
161122015-03-19 Pedro Alves <palves@redhat.com>
16113
16114 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16115 (saw_thread_3): New globals.
16116 (top level): Increment them when an event for the corresponding
16117 thread is seen.
16118 (no thread starvation): New test.
16119
eb54c8bf
PA
161202015-03-19 Pedro Alves <palves@redhat.com>
16121
16122 * gdb.threads/continue-pending-status.c: New file.
16123 * gdb.threads/continue-pending-status.exp: New file.
16124
32d2e5d6
PA
161252015-03-18 Pedro Alves <palves@redhat.com>
16126
16127 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16128 Use gdb_is_target_remote instead of is_remote. Use
16129 gdb_test_multiple instead of gdb_expect. Exit early if
16130 gdb_test_multiple hits its internal matches. Tighten stepi tests
16131 expected output. Fail on exit with any signal, instead of just
16132 SIGILL.
16133
f68f11b7
YQ
161342015-03-18 Yao Qi <yao.qi@linaro.org>
16135
16136 PR tdep/18107
16137 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16138 variable.
16139 * gdb.base/catch-syscall.exp: Don't skip it on
16140 aarch64*-*-linux* target. Remove elements in all_syscalls.
16141 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16142 target.
16143 (setup_all_syscalls): New proc.
16144
ca5fd19b
YQ
161452015-03-16 Yao Qi <yao.qi@linaro.org>
16146
16147 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16148 (top level): Skip tests if valid_addr_p returns false for
16149 $cmd1 or $cmd2.
16150
85642ba0
AW
161512015-03-11 Andy Wingo <wingo@igalia.com>
16152
16153 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16154
e03f9645
YQ
161552015-03-11 Yao Qi <yao.qi@linaro.org>
16156
16157 * gdb.base/catch-syscall.exp: Fix typo in comments.
16158
5d0962b2
YQ
161592015-03-11 Yao Qi <yao.qi@linaro.org>
16160
16161 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16162
b2df3cef
PA
161632015-03-09 Pedro Alves <palves@redhat.com>
16164
16165 * dg-extract-results.py: Delete.
16166
ef878e53
PA
161672015-03-09 Pedro Alves <palves@redhat.com>
16168
16169 Merge dg-extract-results.sh from GCC upstream (r218843).
16170
16171 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16172 * dg-extract-results.sh: Use --text with grep to avoid issues with
16173 binary files. Fall back to cat -v, if that doesn't work.
16174
9494d219
PA
161752015-03-05 Pedro Alves <palves@redhat.com>
16176
16177 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16178
a8d9763a
SM
161792015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16180
16181 * lib/mi-support.exp (mi_expect_interrupt): Accept
16182 alternative event for when in all-stop mode.
16183
be9957b8
PA
161842015-03-04 Pedro Alves <palves@redhat.com>
16185
16186 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16187
d57be0f4 161882015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16189
16190 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16191
c214c7cf
AA
161922015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16193
16194 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16195 regexps for GDB's current line display, accept a hex address
16196 preceding the line number.
16197
6d74a497
AA
161982015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16199
16200 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16201 the 'arch1' variable for "s390*-linux*" targets.
16202
511aee7c
PA
162032015-03-04 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16206 (main): Pass missing retval argument to pthread_join call.
16207
95e50b27
PA
162082015-03-02 Pedro Alves <palves@redhat.com>
16209
16210 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16211 (top level): Call do_test with non-stop as well.
16212
28054d69
PA
162132015-03-02 Pedro Alves <palves@redhat.com>
16214
16215 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16216 -1.
16217
4fa5d7b4
AA
162182015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16219
16220 * gdb.arch/s390-vregs.exp: New test.
16221 * gdb.arch/s390-vregs.S: New file.
16222
97c18565
PA
162232015-02-27 Pedro Alves <palves@redhat.com>
16224
16225 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16226 call to catch_command_errors.
16227 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16228 catch_command_errors.
16229
a37bfa30
PA
162302015-02-27 Pedro Alves <palves@redhat.com>
16231
16232 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16233 "true" for boolean result.
16234 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16235 prototype of main.
16236
6f98576f
PA
162372015-02-27 Pedro Alves <palves@redhat.com>
16238
16239 * lib/unbuffer_output.c: New file.
16240 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16241 (main): Call gdb_unbuffer_output.
16242
eba5ab56
YQ
162432015-02-27 Yao Qi <yao.qi@linaro.org>
16244
16245 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16246 target.
16247
0def5aaa
DE
162482015-02-26 Doug Evans <dje@google.com>
16249
16250 * gdb.cp/class2.cc (Dbase, D): New classes.
16251 (main): New local delta.
16252 * gdb.cp/class2.exp: Test printing delta.
16253 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16254 (dynbar): New global.
16255 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16256
081a1c2c
JK
162572015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16258
16259 * gdb.compile/compile-ifunc.c: New file.
16260 * gdb.compile/compile-ifunc.exp: New file.
16261
2f41223f
AT
162622015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16263
16264 * gdb.base/structs.exp: Check for correct struct on finish.
16265
03eddd80
YQ
162662015-02-26 Yao Qi <yao.qi@linaro.org>
16267
16268 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16269 is zero.
16270
80c57053
JK
162712015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16272
16273 * gdb.arch/cordic.ko.bz2: New file.
16274 * gdb.arch/cordic.ko.debug.bz2: New file.
16275 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16276
21613c12
YQ
162772015-02-25 Yao Qi <yao.qi@linaro.org>
16278
16279 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16280 aarch64*-*-* target.
16281
d8b901ed
PA
162822015-02-23 Pedro Alves <palves@redhat.com>
16283
16284 * lib/gdb.exp (delete_breakpoints): Rewrite using
16285 gdb_test_multiple.
16286
e5b85ead
PA
162872015-02-23 Pedro Alves <palves@redhat.com>
16288
16289 * gdb.base/info-os.c: Include stdlib.h.
16290
85c3a371
DE
162912015-02-22 Doug Evans <xdje42@gmail.com>
16292
16293 PR symtab/17855
16294 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16295 is read after symbols have been re-read.
16296 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16297 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16298
96553a0c
DE
162992015-02-21 Doug Evans <dje@google.com>
16300
16301 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16302
97a0c697
JK
163032015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16304
16305 PR corefiles/17808
16306 * gdb.arch/i386-biarch-core.core.bz2: New file.
16307 * gdb.arch/i386-biarch-core.exp: New file.
16308
a47cd6e9
PA
163092015-02-21 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16312 runto_main fails.
16313
c5facdc4
PA
163142015-02-20 Pedro Alves <palves@redhat.com>
16315
16316 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16317 info probes.
16318
2db9a427
PA
163192015-02-20 Pedro Alves <palves@redhat.com>
16320
16321 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16322
60fb7e9e
PA
163232015-02-20 Pedro Alves <palves@redhat.com>
16324
16325 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16326 clean_restart before gdb_target_supports_trace.
16327
5c5019c2
PA
163282015-02-20 Pedro Alves <palves@redhat.com>
16329
16330 PR threads/18006
16331 * gdb.threads/clone-thread_db.c: New file.
16332 * gdb.threads/clone-thread_db.exp: New file.
16333
c9587f88
AT
163342015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16335
16336 PR breakpoints/16812
16337 * gdb.base/catch-gdb-caused-signals.c: New file.
16338 * gdb.base/catch-gdb-caused-signals.exp: New file.
16339
f6a88844
JM
163402015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16341
16342 * configure: Regenerated.
16343 * configure.ac: Use GDB_AC_TRANSFORM.
16344 * aclocal.m4: sinclude ../transform.m4.
16345
497c491b
JM
163462015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16347
16348 * lib/dtrace.exp: New file.
16349 * gdb.base/dtrace-probe.exp: Likewise.
16350 * gdb.base/dtrace-probe.d: Likewise.
16351 * gdb.base/dtrace-probe.c: Likewise.
16352 * lib/pdtrace.in: Likewise.
16353 * configure.ac: Output variables with the transformed names of
16354 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16355 * configure: Regenerated.
16356
03e98035
JM
163572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16358
16359 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16360 expected message when trying to access $_probe_* convenience
16361 variables while not on a probe.
16362
63cc30e9
JK
163632015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16364
16365 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16366
0703599a
PA
163672015-02-11 Pedro Alves <pedro@codesourcery.com>
16368
16369 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16370 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16371
7e60a48e
DE
163722015-02-10 Doug Evans <xdje42@gmail.com>
16373
16374 * lib/gdb.exp (gdb_load): Always return a result.
16375
01b088bc
PA
163762015-02-10 Pedro Alves <palves@redhat.com>
16377
16378 * gdb.threads/signal-sigtrap.c: New file.
16379 * gdb.threads/signal-sigtrap.exp: New file.
16380
b05ec7a5
AT
163812015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16382
16383 * gdb.trace/no-attach-trace.c: New file.
16384 * gdb.trace/no-attach-trace.exp: New file.
16385
a2c2acaf
MW
163862015-02-09 Mark Wielaard <mjw@redhat.com>
16387
16388 * gdb.dwarf2/atomic.c: New file.
16389 * gdb.dwarf2/atomic-type.exp: Likewise.
16390
31fd9caa
MM
163912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16392
16393 * gdb.btrace/buffer-size.exp: Update "info record" output.
16394 * gdb.btrace/delta.exp: Update "info record" output.
16395 * gdb.btrace/enable.exp: Update "info record" output.
16396 * gdb.btrace/finish.exp: Update "info record" output.
16397 * gdb.btrace/instruction_history.exp: Update "info record" output.
16398 * gdb.btrace/next.exp: Update "info record" output.
16399 * gdb.btrace/nexti.exp: Update "info record" output.
16400 * gdb.btrace/step.exp: Update "info record" output.
16401 * gdb.btrace/stepi.exp: Update "info record" output.
16402 * gdb.btrace/nohist.exp: Update "info record" output.
16403
d33501a5
MM
164042015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16405
16406 * gdb.btrace/buffer-size: New.
16407
f4abbc16
MM
164082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16409
16410 * gdb.btrace/delta.exp: Update "info record" output.
16411 * gdb.btrace/enable.exp: Update "info record" output.
16412 * gdb.btrace/finish.exp: Update "info record" output.
16413 * gdb.btrace/instruction_history.exp: Update "info record" output.
16414 * gdb.btrace/next.exp: Update "info record" output.
16415 * gdb.btrace/nexti.exp: Update "info record" output.
16416 * gdb.btrace/step.exp: Update "info record" output.
16417 * gdb.btrace/stepi.exp: Update "info record" output.
16418 * gdb.btrace/nohist.exp: Update "info record" output.
16419
b9d61307
SM
164202015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16421
16422 PR gdb/15678
16423 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16424
e584fdbc
PA
164252015-02-06 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16428 macro.
16429 (seconds_left, again): New globals.
16430 (main): Wait seconds_left in a 1-second sleep loop instead of
16431 sleeping 180 seconds. If 'again' is set, reset the seconds
16432 counter.
16433 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16434 'again' in the inferior before detaching. Print the seconds left.
16435 (options): New global.
16436 (top level): Build program with -DTIMEOUT=$timeout.
16437
77f41761
PA
164382015-02-06 Pedro Alves <palves@redhat.com>
16439
16440 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16441 determine how many seconds to pass to 'alarm'.
16442 * gdb.base/gdb-sigterm.exp (top level): Build program with
16443 -DTIMEOUT=$timeout.
16444 (do_test): Return success/failure indication. Add more verbose
16445 logging. Don't fail if 200 single steps are seen. Instead, fail
16446 when the test times out.
16447 (passes): New global.
16448 (top level): Break the testing loop if testing fails on any
16449 iteration. Use gdb_assert.
16450
b9394193
DB
164512015-02-04 Don Breazeal <donb@codesourcery.com>
16452
16453 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16454 and initialize them.
16455 (ipc_cleanup): New function.
16456 (main): Don't declare shmid, semid, and msqid. Add a call to
16457 atexit so that we call ipc_cleanup on exit.
16458
42d9e528
PA
164592015-02-04 Pedro Alves <palves@redhat.com>
16460
16461 * boards/native-extended-gdbserver.exp: Remove any target variant
16462 specifications from the board name before clearing the isremote
16463 flag from board_info.
16464
ae6ae975
DE
164652015-01-31 Doug Evans <xdje42@gmail.com>
16466
16467 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16468
cfb069a8
GB
164692015-01-31 Gary Benson <gbenson@redhat.com>
16470
16471 * gdb.base/completion.exp: Disable completion limiting for
16472 existing tests. Add new tests to check completion limiting.
16473 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16474
5dd31d79
DE
164752015-01-31 Doug Evans <xdje42@gmail.com>
16476
16477 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16478
9f050062
DE
164792015-01-31 Doug Evans <xdje42@gmail.com>
16480
16481 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16482 entries. Duplicate file section script entries.
16483 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16484 inlined entries. Add test for safe-path rejection.
16485 * gdb.python/py-section-script.c: Add duplicate inlined section script
16486 entries. Duplicate file section script entries.
16487 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16488 inlined entries. Add test for safe-path rejection.
16489
df25ebbd
JB
164902015-01-29 Joel Brobecker <brobecker@adacore.com>
16491
16492 * gdb.ada/disc_arr_bound: New testcase.
16493
4a0ca9ec
JB
164942015-01-29 Joel Brobecker <brobecker@adacore.com>
16495
16496 * gdb.ada/mi_var_array: New testcase.
16497
3a8b707a
DE
164982015-01-27 Doug Evans <dje@google.com>
16499
16500 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16501 Add test for objfile.filename, objfile.username after objfile
16502 has been unloaded.
16503
f8313f6e
JB
165042015-01-26 Joel Brobecker <brobecker@adacore.com>
16505
16506 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16507 the second test to print the name attribute of value
16508 returned by the call to gdb.lookup_type, and adjust
16509 the expected output accordingly.
16510
37bc665e
MW
165112015-01-25 Mark Wielaard <mjw@redhat.com>
16512
16513 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16514 * gdb.base/disp-step-fork.c: Include unistd.h.
16515 * gdb.base/siginfo-obj.c: Include stdio.h.
16516 * gdb.base/siginfo-thread.c: Likewise.
16517 * gdb.mi/non-stop.c: Include unistd.h.
16518 * gdb.mi/nsthrexec.c: Include stdio.h.
16519 * gdb.mi/pthreads.c: Include unistd.h.
16520 * gdb.modula2/unbounded1.c (main): Declare returns int.
16521 * gdb.reverse/consecutive-reverse.c: Likewise.
16522 * gdb.threads/create-fail.c: Include unistd.h.
16523 * gdb.threads/killed.c: Likewise.
16524 * gdb.threads/linux-dp.c: Likewise.
16525 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16526 * gdb.threads/non-ldr-exc-2.c: Likewise.
16527 * gdb.threads/non-ldr-exc-3.c: Likewise.
16528 * gdb.threads/non-ldr-exc-4.c: Likewise.
16529 * gdb.threads/pthreads.c: Include unistd.h.
16530 (main): Declare returns int.
16531 * gdb.threads/tls-main.c (foo): New declaration.
16532 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16533
f7e5394d
SM
165342015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16535
16536 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16537 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16538
743649fd
MW
165392015-01-15 Mark Wielaard <mjw@redhat.com>
16540
16541 * gdb.base/noreturn-return.c: New file.
16542 * gdb.base/noreturn-return.exp: New file.
16543 * gdb.base/noreturn-finish.c: New file.
16544 * gdb.base/noreturn-finish.exp: New file.
16545
198297aa
PA
165462015-01-23 Pedro Alves <palves@redhat.com>
16547
16548 * gdb.threads/continue-pending-after-query.c: New file.
16549 * gdb.threads/continue-pending-after-query.exp: New file.
16550
717cf30c
AG
165512015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16552 Simon Marchi <simon.marchi@ericsson.com>
16553
16554 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16555 * gdb.base/valgrind-db-attach.exp: Same.
16556 * gdb.base/valgrind-infcall.exp: Same.
16557 * lib/mi-support.exp (default_mi_gdb_start): Same.
16558 * lib/prompt.exp (default_prompt_gdb_start): Same.
16559 * lib/gdb.exp (default_gdb_spawn): Same.
16560 (gdb_interact): New.
16561
16562
4b62a76e
JK
165632015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16564
16565 * gdb.compile/compile.exp (pointer to jit function): New test.
16566
b4cdae6f
WW
165672015-01-17 Wei-cheng Wang <cole945@gmail.com>
16568
16569 * lib/gdb.exp (supports_process_record): Return true for
16570 powerpc*-*-linux*.
16571 (supports_reverse): Likewise.
16572
d221e7ef
DB
165732015-01-15 Don Breazeal <donb@codesourcery.com>
16574
16575 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16576 instead of checking whether the target board is remote and
16577 use spawn_wait_for_attach instead of exec/sleep.
16578 * gdb.base/attach-twice.exp: Likewise.
16579
bafffb51
JB
165802015-01-15 Joel Brobecker <brobecker@adacore.com>
16581
16582 * gdb.ada/var_arr_attrs: New testcase.
16583
5589af0e
PA
165842015-01-14 Pedro Alves <palves@redhat.com>
16585 Joel Brobecker <brobecker@adacore.com>
16586
16587 PR gdb/17525
16588 * gdb.base/bp-cmds-execution-x-script.c: New file.
16589 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16590 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16591
6c400b59
PA
165922015-01-14 Pedro Alves <palves@redhat.com>
16593
16594 PR cli/17828
16595 * gdb.base/batch-preserve-term-settings.c: New file.
16596 * gdb.base/batch-preserve-term-settings.exp: New file.
16597
e02c96a7
DE
165982015-01-13 Doug Evans <dje@google.com>
16599
16600 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16601 binary.
16602
576fd14c
JB
166032015-01-13 Joel Brobecker <brobecker@adacore.com>
16604
16605 * Makefile.in (clean mostlyclean): Do not delete *.py.
16606
04dccad0
JB
166072015-01-13 Joel Brobecker <brobecker@adacore.com>
16608
16609 * gdb.python/py-lookup-type.exp: New file.
16610
3d230f71
PA
166112015-01-12 Pedro Alves <palves@redhat.com>
16612
16613 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16614 restore GDBFLAGS before returning.
16615
7e67715d
JK
166162015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16617
16618 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16619 is_amd64_regs_target and is_x86_like_target.
16620
f2e0d4b4
DE
166212015-01-11 Doug Evans <xdje42@gmail.com>
16622
16623 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16624 is given without an explicit form.
16625 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16626 attributes.
16627 * gdb.dwarf/corrupt.exp: Ditto.
16628 * gdb.dwarf2/enum-type.exp: Ditto.
16629 * gdb.trace/entry-values.exp: Ditto.
16630 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16631
439250fb
DE
166322015-01-11 Doug Evans <xdje42@gmail.com>
16633
16634 PR gdb/15830
16635 * gdb.base/maint.exp: Remove references to "maint demangle".
16636 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16637 Add tests for explicitly specifying language to demangle.
16638 * gdb.dlang/demangle.exp: Ditto.
16639
ede9f622
PA
166402015-01-09 Pedro Alves <palves@redhat.com>
16641
16642 * gdb.threads/non-stop-fair-events.c: New file.
16643 * gdb.threads/non-stop-fair-events.exp: New file.
16644
a7b796db
PA
166452015-01-09 Pedro Alves <palves@redhat.com>
16646
16647 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16648 the global scope. Set a breakpoint after all threads are started
16649 rather than stepping over two source lines. Expect the prompt.
16650 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16651 global.
16652 (NUM): Now 15.
16653 (main): Use threads_started_barrier to wait for all threads to
16654 start. Main thread no longer calls thread_function. Exit after
16655 180 seconds.
16656 (loop): New function.
16657 (thread_function): Wait on threads_started_barrier barrier. Call
16658 'loop' at each iteration.
16659 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16660 threads have started, instead of hardcoding number of "next"
16661 steps. Use an access watchpoint instead of a write watchpoint.
16662
9665ffdd
PA
166632015-01-09 Pedro Alves <palves@redhat.com>
16664
16665 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16666 (thread_func): Wait on barrier.
16667 (main): Wait for all threads to start before stopping GDB.
16668 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16669 global.
16670 (thread1_func, thread2_func): Wait on barrier.
16671 (main): Wait for all threads to start before stopping GDB.
16672 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16673 New global.
16674 (thread1_func, thread2_func): Wait on barrier.
16675 (main): Wait for all threads to start before stopping GDB.
16676
c945a99f
PA
166772015-01-09 Pedro Alves <palves@redhat.com>
16678
16679 * gdb.threads/attach-many-short-lived-threads.c: New file.
16680 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16681
c1a747c1
PA
166822014-01-09 Pedro Alves <palves@redhat.com>
16683
16684 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16685 instead of to thread 2.
16686 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16687 Add barrier around each pthread_create call instead of around all
16688 calls.
16689 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16690 Set a break on thread_function and have the child threads hit it
16691 one at at a time.
16692
60b3033e
PA
166932015-01-09 Pedro Alves <palves@redhat.com>
16694
16695 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16696 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16697 false.
16698 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16699 checking whether the target board is remote.
16700 * gdb.multi/multi-attach.exp: Likewise.
16701 * gdb.python/py-sync-interp.exp: Likewise.
16702 * gdb.server/ext-attach.exp: Likewise.
16703 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16704 tests that need to attach, instead of checking whether the target
16705 board is remote at the top of the file.
16706
acc018ac
YQ
167072015-01-08 Yao Qi <yao@codesourcery.com>
16708
16709 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16710
50a18af8
JK
167112015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16712
16713 Fix testcase compilation.
16714 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16715
8503d6e1
JB
167162015-01-06 Joel Brobecker <brobecker@adacore.com>
16717
16718 * gdb.python/py-type.exp: Add a couple test about empty
16719 array creation, and negative-length array creation.
16720
cc73dbcc
DE
167212015-01-02 Doug Evans <xdje42@gmail.com>
16722
16723 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16724
0300bbc7
DE
167252015-01-02 Doug Evans <dje@google.com>
16726
16727 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16728
9d85a0ec
YQ
167292014-12-29 Yao Qi <yao@codesourcery.com>
16730
16731 * gdb.trace/entry-values.exp: Update comments. Rename variable
16732 bar_call_foo to returned_from_foo.
16733
87186c6a
MMN
167342014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16735
16736 PR gdb/17394
16737 * gdb.linespec/break-asm-file.c: New file.
16738 * gdb.linespec/break-asm-file.exp: New file.
16739 * gdb.linespec/break-asm-file0.s: New file.
16740 * gdb.linespec/break-asm-file1.s: New file.
16741
1bab7383
YQ
167422014-12-18 Nigel Stephens <nigel@mips.com>
16743 Maciej W. Rozycki <macro@codesourcery.com>
16744
16745 * gdb.base/float.exp: Handle the new output from "info float" on
16746 MIPS targets.
16747
1bc1068a
JK
167482014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16749
16750 Fix MinGW compilation.
16751 * gdb.compile/compile-ops.exp: Update untested message if
16752 !skip_compile_feature_tests.
16753 * gdb.compile/compile-setjmp.exp: Likewise.
16754 * gdb.compile/compile-tls.exp: Likewise.
16755 * gdb.compile/compile.exp: Likewise.
16756 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16757 supported on this host".
16758
b6615d10
DE
167592014-12-16 Doug Evans <xdje42@gmail.com>
16760
16761 * boards/stabs.exp: New file.
16762
25dda427
AA
167632014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16764
16765 * gdb.base/completion.exp: Adjust to format changes of "maint
16766 print user-registers".
16767
bf330350
CU
167682014-12-16 Catalin Udma <catalin.udma@freescale.com>
16769
16770 PR server/17457
16771 * gdb.arch/aarch64-fp.c: New file.
16772 * gdb.arch/aarch64-fp.exp: New file.
16773
395cf596
SDJ
167742014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16775
16776 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16777 r210637, r210913, r211666, r215400, r215817).
16778
16779 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16780 * dg-extract-results.py: New file.
16781 * dg-extract-results.sh: Use it if the environment seems
16782 suitable.
16783
16784 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16785
16786 * dg-extract-results.py (parse_run): Handle warnings that
16787 are printed before a test harness is run.
16788
16789 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16790
16791 * dg-extract-results.py (Named): Remove __cmp__ method.
16792 (output_variation): Use a key to sort variation.harnesses.
16793
16794 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16795
16796 * dg-extract-results.py: For Python 3, force sys.stdout to
16797 handle surrogate escape sequences.
16798 (safe_open): New function.
16799 (output_segment, main): Use it.
16800
16801 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16802
16803 * dg-extract-results.py (Prog.result_re): Include options
16804 in test name.
16805
16806 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16807
16808 * dg-extract-results.py (output_variation): Always sort if
16809 do_sum.
16810
e882ef3c
SM
168112014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16812
16813 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16814 as long as we get pagination notifications.
16815
4992aa20
JM
168162014-12-15 Jason Merrill <jason@redhat.com>
16817
16818 * Makefile.in (check-gdb.%): Restore.
16819 * README: Mention it.
16820
c1b5a1a6
JB
168212014-12-13 Joel Brobecker <brobecker@adacore.com>
16822
16823 * gdb.ada/str_uninit: New testcase.
16824
5537b577
JK
168252014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16826
16827 PR symtab/17642
16828 * gdb.base/vla-stub-define.c: New file.
16829 * gdb.base/vla-stub.c: New file.
16830 * gdb.base/vla-stub.exp: New file.
16831
bb2ec1b3
TT
168322014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16833 Jan Kratochvil <jan.kratochvil@redhat.com>
16834 Tom Tromey <tromey@redhat.com>
16835
16836 * configure.ac: Add gdb.compile/.
16837 * configure: Regenerate.
16838 * gdb.compile/Makefile.in: New file.
16839 * gdb.compile/compile-ops.exp: New file.
16840 * gdb.compile/compile-ops.c: New file.
16841 * gdb.compile/compile-tls.c: New file.
16842 * gdb.compile/compile-tls.exp: New file.
16843 * gdb.compile/compile-constvar.S: New file.
16844 * gdb.compile/compile-constvar.c: New file.
16845 * gdb.compile/compile-mod.c: New file.
16846 * gdb.compile/compile-nodebug.c: New file.
16847 * gdb.compile/compile-setjmp-mod.c: New file.
16848 * gdb.compile/compile-setjmp.c: New file.
16849 * gdb.compile/compile-setjmp.exp: New file.
16850 * gdb.compile/compile-shlib.c: New file.
16851 * gdb.compile/compile.c: New file.
16852 * gdb.compile/compile.exp: New file.
16853 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16854
4ff709eb
TT
168552014-12-12 Tom Tromey <tromey@redhat.com>
16856
16857 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16858 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16859
6dddd6a5
DE
168602014-12-12 Doug Evans <dje@google.com>
16861
16862 * lib/gdb-python.exp (get_python_valueof): New function.
16863 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16864
71c24708
AA
168652014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16866
16867 * gdb.base/completion.exp: Add test for completion of "info
16868 registers ".
16869
3e29f34a
MR
168702014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16871
16872 * gdb.base/func-ptrs.c: New file.
16873 * gdb.base/func-ptrs.exp: New file.
16874
fc126975
SM
168752014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16876
16877 PR breakpoints/17012
16878 * gdb.base/dprintf-detach.c: New file.
16879 * gdb.base/dprintf-detach.exp: New file.
16880
0a46d518
SM
168812014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16882
16883 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16884 * lib/gdb.exp (target_is_gdbserver): New procedure.
16885
a0be3e44
DE
168862014-12-08 Doug Evans <dje@google.com>
16887
16888 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16889
df1b803a
YQ
168902014-12-05 Yao Qi <yao@codesourcery.com>
16891
16892 * gdb.guile/scm-error.exp: Remove the third argument to
16893 gdb_remote_download.
16894 * gdb.guile/scm-frame-args.exp: Likewise.
16895 * gdb.guile/scm-section-script.exp: Likewise.
16896
ddb9f679
YQ
168972014-12-05 Yao Qi <yao@codesourcery.com>
16898
16899 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16900
86e4ed39
DE
169012014-12-04 Doug Evans <dje@google.com>
16902
16903 * gdb.python/py-objfile.exp: Add tests for
16904 objfile.add_separate_debug_file.
16905
7c50a931
DE
169062014-12-04 Doug Evans <dje@google.com>
16907
16908 * lib/gdb.exp (get_build_id): New function.
16909 (build_id_debug_filename_get): Rewrite to use it.
16910 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16911
621661e3
MR
169122014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16913
16914 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16915 `method(long)', not just 0x0.
16916 * gdb.cp/nsalias.exp: Align code labels to 4.
16917 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16918 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16919 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16920 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16921 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16922 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16923
29f0c3b7
DE
169242014-12-02 Doug Evans <dje@google.com>
16925
e1e061e7 16926 PR symtab/17602
29f0c3b7 16927 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16928 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16929 * gdb.cp/anon-ns.exp: Update.
16930
162078c8
NB
169312014-12-02 Nick Bull <nicholaspbull@gmail.com>
16932
16933 * gdb.python/py-events.py (inferior_call_handler): New.
16934 (register_changed_handler, memory_changed_handler): New.
16935 (test_events.invoke): Register new handlers.
16936 * gdb.python/py-events.exp: Add tests for inferior call,
16937 memory_changed and register_changed events.
16938
fdb09caf
AA
169392014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16940
16941 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16942 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16943 if the linker doesn't understand this.
16944
55cfb2c4
SM
169452014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16946
16947 * gdb.python/python.exp: Change expected reply to help().
16948
9e8cd6df
YQ
169492014-12-01 Yao Qi <yao@codesourcery.com>
16950
16951 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16952 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16953 * configure: Re-generated.
16954
6c659fc2
SC
169552014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16956
16957 * gdb.cp/chained-calls.cc: New file.
16958 * gdb.cp/chained-calls.exp: New file.
16959 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16960
d7fc3181
SM
169612014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16962
16963 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16964 * gdb.dwarf2/symtab-producer.exp: Same.
16965 * gdb.gdb/python-interrupts.exp: Same.
16966 * gdb.gdb/python-selftest.exp: Same.
16967 * gdb.python/py-linetable.exp: Same.
16968 * gdb.python/py-type.exp: Same.
16969 * gdb.python/py-value-cc.exp: Same.
16970 * gdb.python/py-value.exp: Same.
16971
10e79639
YQ
169722014-11-28 Yao Qi <yao@codesourcery.com>
16973
16974 * gdb.base/break-probes.exp: Match library name prefixed with
16975 sysroot.
16976
f28a0564
SM
169772014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16978
16979 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16980 test expected output. Add parentheses for the call to print.
16981 Remove L suffix from integers.
16982
3fe1ce1d
DE
169832014-11-26 Doug Evans <dje@google.com>
16984
16985 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16986
84429e27
YQ
169872014-11-22 Yao Qi <yao@codesourcery.com>
16988
16989 * gdb.trace/entry-values.c: Remove asms.
16990 (foo): Add foo_label.
16991 (bar): Add bar_label.
16992 * gdb.trace/entry-values.exp: Remove code computing foo's
16993 length and bar's length.
16994 (Dwarf::assemble): Invoke function_range for bar and use
16995 MACRO_AT_func for foo.
16996
26741859
YQ
169972014-11-22 Yao Qi <yao@codesourcery.com>
16998
16999 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17000 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17001 Use .Lgcc43_procstart instead of gcc43.
17002
45e44d27
JB
170032014-11-21 Joel Brobecker <brobecker@adacore.com>
17004
17005 * gdb.ada/n_arr_bound: New testcase.
17006
458c8db8
SDJ
170072014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17008
17009 PR breakpoints/10737
17010 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17011 test_catch_syscall_multi_arch.
17012 (test_catch_syscall_multi_arch): New function.
17013
43f3e411
DE
170142014-11-20 Doug Evans <xdje42@gmail.com>
17015
17016 * gdb.base/maint.exp: Update expected output.
17017
0d7b2549
AA
170182014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17019
17020 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17021 4-byte instruction on S390.
17022
8908fca5
JB
170232014-11-19 Joel Brobecker <brobecker@adacore.com>
17024
17025 * gdb.ada/arr_arr: New testcase.
17026
4a46959e
JB
170272014-11-19 Joel Brobecker <brobecker@adacore.com>
17028
17029 * gdb.ada/pkd_arr_elem: New Testcase.
17030
470e2f4e
LM
170312014-11-18 Luis Machado <lgustavo@codesourcery.com>
17032
17033 * gdb.reverse/break-precsave: Expect completion message for
17034 core file reads.
17035 * gdb.reverse/consecutive-precsave.exp: Likewise.
17036 * gdb.reverse/finish-precsave.exp: Likewise.
17037 * gdb.reverse/i386-precsave.exp: Likewise.
17038 * gdb.reverse/machinestate-precsave.exp: Likewise.
17039 * gdb.reverse/sigall-precsave.exp: Likewise.
17040 * gdb.reverse/solib-precsave.exp: Likewise.
17041 * gdb.reverse/step-precsave.exp: Likewise.
17042 * gdb.reverse/until-precsave.exp: Likewise.
17043 * gdb.reverse/watch-precsave.exp: Likewise.
17044
a267f3ad
AA
170452014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17046
17047 * gdb.base/bp-permanent.c: Include unistd.h.
17048 * gdb.python/py-framefilter-mi.c (main): Add return type.
17049 * gdb.python/py-framefilter.c (main): Likewise.
17050 * gdb.trace/actions-changed.c (main): Likewise.
17051
12084a9a
AA
170522014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17053
17054 * gdb.mi/until.c: Add eye-catchers.
17055 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17056 line numbers.
17057
dc7e1a77
AA
170582014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17059
17060 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17061 function header variants in break1.c.
17062 * gdb.base/ena-dis-br.exp: Likewise.
17063 * gdb.base/hbreak2.exp: Likewise.
17064 * gdb.reverse/until-precsave.exp: Drop references to removed
17065 non-prototype function header variants in ur1.c.
17066 * gdb.reverse/until-reverse.exp: Likewise.
17067
41c77605
PM
170682014-11-17 Petr Machata <pmachata@redhat.com>
17069
17070 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17071 ${_cu_offset_size} bytes abbrev offset.
17072
34248c3a
DE
170732014-11-15 Doug Evans <xdje42@gmail.com>
17074
17075 PR symtab/17559
17076 * gdb.base/line-symtabs.exp: New file.
17077 * gdb.base/line-symtabs.c: New file.
17078 * gdb.base/line-symtabs.h: New file.
17079
646da059
YQ
170802014-11-14 Yao Qi <yao@codesourcery.com>
17081
17082 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17083 (func): Add label func_label.
17084 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17085 Replace low_pc and high_pc with MACRO_AT_range.
17086 Replace name, low_pc and high_pc with MACRO_AT_func.
17087
9301ebe6
YQ
170882014-11-14 Yao Qi <yao@codesourcery.com>
17089
17090 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17091 Replace name, low_pc and high_pc with MACRO_AT_func.
17092
f166b542
YQ
170932014-11-14 Yao Qi <yao@codesourcery.com>
17094
17095 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17096 produce debug information.
17097 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17098
0f6e71e3
YQ
170992014-11-14 Yao Qi <yao@codesourcery.com>
17100
17101 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17102 object and get function length.
17103 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17104 with MACRO_AT_func.
17105 (top-level): Replace gdb_compile and clean_restart with
17106 prepare_for_testing.
17107 * gdb.dwarf2/main.c (main): Add label main_label.
17108
876c4df9
YQ
171092014-11-14 Yao Qi <yao@codesourcery.com>
17110
17111 * lib/dwarf.exp (function_range): New procedure.
17112 (Dwarf::_handle_macro_at_func): New procedure.
17113 (Dwarf::_handle_macro_at_range): New procedure.
17114 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17115
02ad9cf1
YQ
171162014-11-14 Yao Qi <yao@codesourcery.com>
17117
17118 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17119 (_handle_attribute): New procedure.
17120
a59add0c
AA
171212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17122
17123 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17124 * gdb.base/call-sc.c (zed): Likewise.
17125 * gdb.base/checkpoint.c (main): Likewise.
17126 * gdb.base/dump.c (main): Likewise.
17127 * gdb.base/gcore.c (main): Likewise.
17128 * gdb.base/huge.c (main): Likewise.
17129 * gdb.base/multi-forks.c (main): Likewise.
17130 * gdb.base/pr10179-a.c (main): Likewise.
17131 * gdb.base/savedregs.c (main): Likewise.
17132 * gdb.base/sigaltstack.c (main): Likewise.
17133 * gdb.base/siginfo.c (main): Likewise.
17134 * gdb.base/structs.c (zed): Likewise.
17135 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17136 * gdb.mi/mi-syn-frame.c (main): Likewise.
17137 * gdb.mi/until.c (foo, main): Likewise.
17138 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17139 * gdb.base/solib-weak.c (foo): Declare.
17140 * gdb.base/attach-twice.c: Include stdio.h.
17141 * gdb.base/weaklib1.c: Likewise.
17142 * gdb.base/weaklib2.c: Likewise.
17143 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17144 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17145 unistd.h.
17146 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17147 * gdb.mi/mi-exit-code.c: Likewise.
17148 * gdb.base/break-interp-lib.c: Include string.h.
17149 * gdb.base/coremaker.c: Likewise.
17150 * gdb.base/testenv.c: Likewise.
17151 * gdb.python/py-finish-breakpoint.c: Likewise.
17152 * gdb.base/inferior-died.c: Include sys/wait.h.
17153 * gdb.base/fileio.c: Include time.h.
17154 * gdb.base/async-shell.c: Include unistd.h.
17155 * gdb.base/dprintf-non-stop.c: Likewise.
17156 * gdb.base/info-os.c: Likewise.
17157 * gdb.mi/mi-console.c: Likewise.
17158 * gdb.mi/watch-nonstop.c: Likewise.
17159 * gdb.python/py-events.c: Likewise.
17160 * gdb.base/async.c (baz): Move up before its invocation.
17161 * gdb.base/code_elim2.c (my_global_func): Likewise.
17162 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17163 * gdb.base/advance.c (func2): Likewise.
17164
3b5d5997
AA
171652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17166
17167 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17168 variant.
17169 * gdb.base/annota3.c: Likewise.
17170 * gdb.base/async.c: Likewise.
17171 * gdb.base/average.c: Likewise.
17172 * gdb.base/call-ar-st.c: Likewise.
17173 * gdb.base/call-rt-st.c: Likewise.
17174 * gdb.base/call-sc.c: Likewise.
17175 * gdb.base/call-strs.c: Likewise.
17176 * gdb.base/ending-run.c: Likewise.
17177 * gdb.base/execd-prog.c: Likewise.
17178 * gdb.base/exprs.c: Likewise.
17179 * gdb.base/foll-exec.c: Likewise.
17180 * gdb.base/foll-fork.c: Likewise.
17181 * gdb.base/foll-vfork.c: Likewise.
17182 * gdb.base/funcargs.c: Likewise.
17183 * gdb.base/gcore.c: Likewise.
17184 * gdb.base/jump.c: Likewise.
17185 * gdb.base/langs0.c: Likewise.
17186 * gdb.base/langs1.c: Likewise.
17187 * gdb.base/langs2.c: Likewise.
17188 * gdb.base/mips_pro.c: Likewise.
17189 * gdb.base/nodebug.c: Likewise.
17190 * gdb.base/opaque0.c: Likewise.
17191 * gdb.base/opaque1.c: Likewise.
17192 * gdb.base/recurse.c: Likewise.
17193 * gdb.base/run.c: Likewise.
17194 * gdb.base/scope0.c: Likewise.
17195 * gdb.base/scope1.c: Likewise.
17196 * gdb.base/setshow.c: Likewise.
17197 * gdb.base/setvar.c: Likewise.
17198 * gdb.base/shmain.c: Likewise.
17199 * gdb.base/shr1.c: Likewise.
17200 * gdb.base/shr2.c: Likewise.
17201 * gdb.base/sigall.c: Likewise.
17202 * gdb.base/signals.c: Likewise.
17203 * gdb.base/so-indr-cl.c: Likewise.
17204 * gdb.base/solib2.c: Likewise.
17205 * gdb.base/structs.c: Likewise.
17206 * gdb.base/sum.c: Likewise.
17207 * gdb.base/vforked-prog.c: Likewise.
17208 * gdb.base/watchpoint.c: Likewise.
17209 * gdb.reverse/shr2.c: Likewise.
17210 * gdb.reverse/until-reverse.c: Likewise.
17211 * gdb.reverse/ur1.c: Likewise.
17212 * gdb.reverse/watch-reverse.c: Likewise.
17213
066a77c5
AA
172142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17215
17216 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17217 variant.
17218 * gdb.base/sepdebug.exp: Drop references to removed code.
17219
4f204ea5
AA
172202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17221
17222 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17223 variant. Preserve original line numbering.
17224 * gdb.base/list1.c: Likewise.
17225
3b377a3a
AA
172262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17227
17228 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17229 variant.
17230 * gdb.base/break1.c: Likewise.
17231 * gdb.base/break.exp: Drop references to removed code.
17232
e444df73
AA
172332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17234
17235 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17236 variant.
17237
8008f2a7
AA
172382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17239
17240 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17241
a5a06887
AA
172422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17243
17244 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17245 logic into perform_all_tests() and invoke it with and without
17246 function header prototypes.
17247 (do_function_calls): Remove conditional XFAIL for PR 5318.
17248 (rerun_and_prepare): Remove duplicate code.
17249 (perform_all_tests): New. Main logic moved here.
17250
44dba9b9
AA
172512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17252
17253 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17254 code guarded by #ifdef NO_PROTOTYPES.
17255 (t_double_many_args): Likewise.
17256 (DEF_FUNC_MANY_ARGS_1): Likewise.
17257 (DEF_FUNC_VALUES_1): Likewise.
17258 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17259 guarded by #ifdef PROTOTYPES.
17260
d1fbcd56
AA
172612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17262
17263 * gdb.mi/mi-console.c: Add eye-catcher.
17264 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17265 instead of literal line number.
17266
b0e59b8f
AA
172672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17268
17269 * gdb.base/shr2.c: Add eye-catcher.
17270 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17271 line number.
17272
78f98cca
AA
172732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17274
17275 * gdb.base/jump.c: Add eye-catchers.
17276 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17277 numbers.
17278
58fa2af0
AA
172792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17280
17281 * gdb.base/execd-prog.c: Add eye-catchers.
17282 * gdb.base/foll-exec.c: Likewise.
17283 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17284 line numbers.
17285
04e5059b
AA
172862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17287
17288 * gdb.base/ending-run.c: Add eye-catchers.
17289 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17290 literal line numbers.
17291
dbfdb174
AA
172922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17293
17294 * gdb.base/call-rt-st.c: Add eye-catchers.
17295 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17296 literal line numbers.
17297
888a2ade
AA
172982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17299
17300 * gdb.base/call-ar-st.c: Add eye-catchers.
17301 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17302 literal line numbers.
17303
6acc2dde
AA
173042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17305
17306 * gdb.base/average.c: Add eye-catchers.
17307 * gdb.base/sum.c: Likewise.
17308 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17309 regexps dynamically.
17310
9ecfcd1d
AA
173112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17312
17313 * gdb.base/solib1.c: Add eye-catchers.
17314 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17315 literal line numbers.
17316
78708b7c
PA
173172014-11-12 Pedro Alves <palves@redhat.com>
17318
17319 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17320 leader has exited.
17321
af48d08f
PA
173222014-11-12 Pedro Alves <palves@redhat.com>
17323
17324 * gdb.arch/i386-bp_permanent.c: New file.
17325 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17326 (srcfile): Set to i386-bp_permanent.c.
17327 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17328 that stepi does not execute the 'leave' instruction, instead of
17329 testing it does execute.
17330 * gdb.base/bp-permanent.c: New file.
17331 * gdb.base/bp-permanent.exp: New file.
17332
af3768e9
DE
173332014-11-10 Doug Evans <xdje42@gmail.com>
17334
17335 PR symtab/17564
17336 * gdb.base/symtab-search-order.exp: New file.
17337 * gdb.base/symtab-search-order.c: New file.
17338 * gdb.base/symtab-search-order-1.c: New file.
17339 * gdb.base/symtab-search-order-shlib-1.c: New file.
17340
9de00a4a
PA
173412014-11-07 Pedro Alves <palves@redhat.com>
17342
17343 PR gdb/17511
17344 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17345 i?86-*-linux*.
17346
e0f52461
SC
173472014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17348
17349 PR c++/17494
17350 * gdb.cp/pr17494.cc: New file.
17351 * gdb.cp/pr17494.exp: New file.
17352
6ce8c980
YQ
173532014-11-02 Yao Qi <yao@codesourcery.com>
17354
17355 * gdb.python/python.exp: Get working directory and match the
17356 output of "set extended-prompt \\w " with it.
17357
02be9a71
DE
173582014-10-30 Doug Evans <dje@google.com>
17359
17360 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17361 in objfiles.
17362 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17363 in progspaces.
17364
3bdff46b
LM
173652014-10-30 Janis Johnson <janisjo@codesourcery.com>
17366
17367 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17368 * gdb.base/realname-expand.exp: Likewise.
17369 * gdb.linespec/macro-relative.exp: Likewise.
17370
ab917dfb
PA
173712014-10-29 Pedro Alves <palves@redhat.com>
17372
17373 PR gdb/17408
17374 * gdb.threads/schedlock.c (some_function): New function.
17375 (call_function): New global.
17376 (MAYBE_CALL_SOME_FUNCTION): New macro.
17377 (thread_function): Call it.
17378 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17379 and use it instead of a global counter. Adjust all callers.
17380 (get_current_thread): Use "find current thread" for test message
17381 here rather than having all callers pass down the same string.
17382 (goto_loop): New procedure, factored out from ...
17383 (my_continue): ... this.
17384 (step_ten_loops): Change parameter from test message to command to
17385 use. Adjust.
17386 (list_count): Delete global.
17387 (check_result): New procedure, factored out from duplicate top
17388 level code.
17389 (continue tests): Wrap in with_test_prefix.
17390 (test_step): New procedure, factored out from duplicate top level
17391 code.
17392 (top level): Test "step" in combination with all scheduler-locking
17393 modes. Test "next" in combination with all scheduler-locking
17394 modes, and in combination with stepping over a function call or
17395 not.
17396 * gdb.threads/next-bp-other-thread.c: New file.
17397 * gdb.threads/next-bp-other-thread.exp: New file.
17398
d3d4baed
PA
173992014-10-29 Pedro Alves <palves@redhat.com>
17400
17401 PR python/17372
17402 * gdb.python/python.exp: Test a multi-line command that spawns
17403 interactive Python.
17404 * gdb.base/multi-line-starts-subshell.exp: New file.
17405
563e8d85
YQ
174062014-10-29 Yao Qi <yao@codesourcery.com>
17407
17408 * gdb.base/fileio.exp: Make directories on host.
17409
0ea4d52e
YQ
174102014-10-29 Yao Qi <yao@codesourcery.com>
17411
17412 * gdb.base/fileio.c (test_write): Close the file.
17413
7f5ef605
PA
174142014-10-28 Pedro Alves <palves@redhat.com>
17415
17416 PR gdb/12623
17417 * gdb.base/sigstep.c (no_handler): New global.
17418 (main): If 'no_handler is true, set the signal handlers to
17419 SIG_IGN.
17420 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17421 with_sw_watch and no_handler parameters. Handle them.
17422 (top level) <stepping over handler when stopped at a breakpoint
17423 test>: Add a test axis for testing with a software watchpoint, and
17424 another for testing with the signal handler set to SIG_IGN.
17425 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17426 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17427
abbdbd03
PA
174282014-10-28 Pedro Alves <palves@redhat.com>
17429
17430 PR gdb/17511
17431 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17432 * gdb.base/sigstep.exp (other_handler_location): New global.
17433 (advance): Support stepping into the signal handler, and running
17434 commands while in the handler.
17435 (in_handler_map): New global.
17436 (top level): In the advance test, add combinations for getting
17437 into the handler with stepping commands, and for running commands
17438 in the handler. Add comment descripting the advancei tests.
17439
1df4399f
PA
174402014-10-28 Pedro Alves <palves@redhat.com>
17441
17442 * gdb.base/sigstep.exp: Use build_executable instead of
17443 prepare_for_testing.
17444 (top level): Move code that starts GDB, runs to main and creates a
17445 display to ...
17446 (restart): ... this new procedure.
17447 (top level): Move backtrace from signal handler test to ...
17448 (validate_backtrace): ... this new procedure.
17449 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17450 with_test_prefix. Always restart GDB.
17451 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17452 with_test_prefix. Always restart GDB. No need to delete
17453 breakpoints after the test.
17454 (test_skip_handler): Remove prefix parameter.
17455 (skip_over_handler, breakpoint_to_handler)
17456 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17457 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17458 restart GDB. No need to delete breakpoints after the test.
17459 (top level): Use foreach to call the test procedures with
17460 different commands.
17461
a5b6e449
PA
174622014-10-28 Pedro Alves <palves@redhat.com>
17463
17464 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17465 instead of GNATS numbers.
17466 * gdb.base/sigbpt.exp: Likewise.
17467 * gdb.base/siginfo.exp: Likewise.
17468 * gdb.base/sigstep.exp: Likewise.
17469
e5f8a7cc
PA
174702014-10-27 Pedro Alves <palves@redhat.com>
17471
17472 * gdb.base/sigstep.c (dummy): New global.
17473 (main): Issue a couple writes to the new global.
17474 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17475 procedures.
17476 (skip_over_handler): Use test_skip_handler.
17477 (top level): Call skip_over_handler for stepi and nexti too.
17478 (breakpoint_over_handler): Use test_skip_handler.
17479 (top level): Call breakpoint_over_handler for stepi and nexti too.
17480
763905a3
YQ
174812014-10-27 Yao Qi <yao@codesourcery.com>
17482
17483 * gdb.trace/tfile.c (adjust_function_address)
17484 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17485 function descriptor.
17486
6f259a23
DB
174872014-10-24 Don Breazeal <donb@codesourcery.com>
17488
17489 * gdb.base/foll-fork.exp (test_follow_fork,
17490 catch_fork_child_follow): Check for updated fork messages emitted
17491 from infrun.c.
17492 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17493 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17494 vfork_and_exec_child_follow_through_step): Check for updated vfork
17495 messages emitted from infrun.c.
17496
09dd9a69
PA
174972014-10-24 Pedro Alves <palves@redhat.com>
17498
17499 * gdb.base/corefile.exp: Remove references to ultrix.
17500 * gdb.base/interrupt.exp: Likewise.
17501 * gdb.base/whatis.exp: Likewise.
17502 * gdb.gdb/selftest.exp: Likewise.
17503 * gdb.threads/manythreads.exp: Likewise.
17504 * gdb.threads/print-threads.exp: Likewise.
17505 * gdb.threads/pthreads.exp:: Likewise.
17506 * gdb.threads/schedlock.exp: Likewise.
17507
3433cfa5
SC
175082014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17509
17510 * gdb.cp/non-trivial-retval.cc: Add a test case.
17511 * gdb.cp/non-trivial-retval.exp: Add a test.
17512
092f880b
YQ
175132014-10-20 Yao Qi <yao@codesourcery.com>
17514
17515 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17516 * gdb.python/py-objfile-script-gdb.py: New file.
17517 * gdb.python/py-objfile-script.exp: Update reference to
17518 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17519 of remote_download. Remove the dest file.
17520
acbdb7f3
YQ
175212014-10-20 Yao Qi <yao@codesourcery.com>
17522
17523 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17524 * gdb.base/step-line.exp: Likewise.
17525 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17526 * gdb.dwarf2/dw2-basic.exp: Likewise.
17527 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17528 * gdb.dwarf2/dw2-filename.exp: Likewise.
17529 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17530 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17531 * gdb.dwarf2/dw2-producer.exp: Likewise.
17532 * gdb.dwarf2/mac-fileno.exp: Likewise.
17533 * gdb.python/py-frame-args.exp: Likewise.
17534 * gdb.python/py-framefilter.exp: Likewise.
17535 * gdb.python/py-mi.exp: Likewise.
17536 * gdb.python/py-objfile-script.exp: Likewise
17537 * gdb.python/py-pp-integral.exp: Likewise.
17538 * gdb.python/py-pp-re-notag.exp: Likewise.
17539 * gdb.python/py-prettyprint.exp: Likewise.
17540 * gdb.python/py-section-script.exp: Likewise.
17541 * gdb.python/py-typeprint.exp: Likewise.
17542 * gdb.python/py-xmethods.exp: Likewise.
17543 * gdb.stabs/weird.exp: Likewise.
17544 * gdb.xml/tdesc-regs.exp: Likewise.
17545
bd286a29
KCY
175462014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17547
17548 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17549 (out_cu): Use addr_len for the size of addresses.
17550 (out_line): Likewise. Size DW_LNE_set_address instruction
17551 according to addr_len.
17552 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17553 (FUNC): Add START_INSNS to definition.
17554
673dc4a0
YQ
175552014-10-18 Yao Qi <yao@codesourcery.com>
17556
17557 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17558 gdb_has_argv0 return true.
17559 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17560 check [target_info exists noargs], check [gdb_has_argv0]
17561 instead.
17562 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17563 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17564 procedures.
17565
4ffbba72
DE
175662014-10-17 Doug Evans <dje@google.com>
17567
17568 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17569 event.
17570 * gdb.python/py-events.py: Add clear_objfiles event.
17571
d096d8c1
DE
175722014-10-17 Doug Evans <dje@google.com>
17573
17574 * gdb.python/py-objfile.exp: Test progspace attribute.
17575
a80db015
LM
175762014-10-17 Luis Machado <lgustavo@codesourcery.com>
17577
17578 * gdb.guile/scm-breakpoint.exp: Do not assume any
17579 directory separators when matching source file paths.
17580 * gdb.python/py-breakpoint.exp: Likewise.
17581 * gdb.reverse/break-precsave.exp: Likewise.
17582 * gdb.reverse/break-reverse.exp: Likewise.
17583 * gdb.reverse/consecutive-precsave.exp: Likewise.
17584 * gdb.reverse/finish-precsave.exp: Likewise.
17585 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17586 * gdb.reverse/finish-reverse.exp: Likewise.
17587 * gdb.reverse/i386-precsave.exp: Likewise.
17588 * gdb.reverse/i387-env-reverse.exp: Likewise.
17589 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17590 * gdb.reverse/machinestate-precsave.exp: Likewise.
17591 * gdb.reverse/machinestate.exp: Likewise.
17592 * gdb.reverse/sigall-precsave.exp: Likewise.
17593 * gdb.reverse/solib-precsave.exp: Likewise.
17594 * gdb.reverse/step-precsave.exp: Likewise.
17595 * gdb.reverse/until-precsave.exp: Likewise.
17596 * gdb.reverse/watch-precsave.exp: Likewise.
17597 * gdb.reverse/watch-reverse.exp: Likewise.
17598
b22089ab
YQ
175992014-10-17 Yao Qi <yao@codesourcery.com>
17600
17601 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17602 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17603
6c4486e6
PA
176042014-10-17 Pedro Alves <palves@redhat.com>
17605
17606 PR gdb/17471
17607 * gdb.base/bg-execution-repeat.c: New file.
17608 * gdb.base/bg-execution-repeat.exp: New file.
17609
0ff33695
PA
176102014-10-17 Pedro Alves <palves@redhat.com>
17611
17612 PR gdb/17300
17613 * gdb.base/continue-all-already-running.c: New file.
17614 * gdb.base/continue-all-already-running.exp: New file.
17615
6fdebc3d
PA
176162014-10-17 Pedro Alves <palves@redhat.com>
17617
17618 PR gdb/17472
17619 * gdb.base/annota-input-while-running.c: New file.
17620 * gdb.base/annota-input-while-running.exp: New file.
17621
32a8097b
PA
176222014-10-17 Pedro Alves <palves@redhat.com>
17623
17624 * gdb.base/callfuncs.exp: emove references to osf.
17625 * gdb.base/sigall.exp: Likewise.
17626 * gdb.gdb/selftest.exp: Likewise.
17627 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17628 * gdb.mi/non-stop.c: Likewise.
17629 * gdb.mi/pthreads.c: Likewise.
17630 * gdb.reverse/sigall-precsave.exp: Likewise.
17631 * gdb.reverse/sigall-reverse.exp: Likewise.
17632 * gdb.threads/pthreads.c: Likewise.
17633 * gdb.threads/pthreads.exp: Likewise.
17634
7a3517ff
YQ
176352014-10-17 Yao Qi <yao@codesourcery.com>
17636
17637 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17638 check 'target_info exists noargs'.
17639 (test_command_prompt_position): Likewise.
17640 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17641 Remove "set args".
17642 (progvar_simple_while_test): Likewise.
17643 (progvar_complex_if_while_test): Likewise.
17644 (if_while_breakpoint_command_test): Likewise.
17645 (infrun_breakpoint_command_test): Likewise.
17646 (breakpoint_command_test): Likewise.
17647 (watchpoint_command_test): Likewise.
17648 (bp_deleted_in_command_test): Likewise.
17649 (temporary_breakpoint_commands): Likewise.
17650
bb99c472
YQ
176512014-10-16 Yao Qi <yao@codesourcery.com>
17652
17653 * gdb.base/remotetimeout.exp: Remove noargs checking.
17654
7c16b83e
PA
176552014-10-15 Pedro Alves <palves@redhat.com>
17656
17657 PR breakpoints/9649
17658 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17659 * gdb.base/breakpoint-in-ro-region.exp
17660 (probe_target_hardware_step): New procedure.
17661 (top level): Probe hardware stepping and hardware breakpoint
17662 support. Test stepping through a read-only region, with both
17663 "breakpoint auto-hw" on and off and both "always-inserted" on and
17664 off.
17665
35a49624
IB
176662014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17667
17668 * gdb.dlang/demangle.exp: Update for demangling changes.
17669
2d1c107c
SC
176702014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17671
17672 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17673 * gdb.cp/non-trivial-retval.exp: Add new tests.
17674
778811d5
SC
176752014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17676
17677 PR c++/13403
17678 PR c++/15154
17679 * gdb.cp/non-trivial-retval.cc: New file.
17680 * gdb.cp/non-trivial-retval.exp: New file.
17681
10c5f0a8
YQ
176822014-10-15 Yao Qi <yao@codesourcery.com>
17683
17684 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17685 remote host.
17686
65d7b369
YQ
176872014-10-15 Yao Qi <yao@codesourcery.com>
17688
17689 * gdb.python/py-symbol.exp: Match file base name if host is
17690 remote, otherwise match file name with dir name.
17691 * gdb.python/py-symtab.exp: Likewise.
17692 * gdb.python/python.exp: Likewise.
17693
46dc1394
YQ
176942014-10-15 Yao Qi <yao@codesourcery.com>
17695
17696 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17697 pattern.
17698 * gdb.python/py-symtab.exp: Likewise.
17699 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17700 locationn.
17701
c40cc657
JB
177022014-10-14 Joel Brobecker <brobecker@adacore.com>
17703
17704 * gdb.ada/addr_arith: New testcase.
17705
2abf49e1
MR
177062014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17707
17708 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17709 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17710 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17711 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17712
f7088df3
SDJ
177132014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17714
17715 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17716 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17717 * gdb.arch/stap-eval-lang-ada.exp: New file.
17718
4dc06805
YQ
177192014-10-14 Yao Qi <yao@codesourcery.com>
17720
17721 * gdb.mi/mi-var-child.c (nothing1): New function.
17722 (nothing2): New function.
17723 (do_children_tests): Set function pointers by nothing1 and
17724 nothing2.
17725 * gdb.mi/mi-var-child.exp: Step over new added statements.
17726 Update test to match the new output.
17727 * gdb.mi/var-cmd.c (nothing1): New function.
17728 (nothing2): New function.
17729 (do_children_tests): Set function pointers by nothing1 and
17730 nothing2.
17731 * gdb.mi/mi-var-display.exp: Update test to match output.
17732 Step to the line specified by $line_dct_nothing.
17733 Increase the number of lines to step.
17734
46a93de2
YQ
177352014-10-14 Yao Qi <yao@codesourcery.com>
17736
17737 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17738 tests.
17739 * gdb.mi/mi2-var-child.exp: Likewise.
17740
14ea52ee
DE
177412014-10-13 Doug Evans <dje@google.com>
17742
17743 * gdb.python/py-objfile.exp: Change name of file name test.
17744
e5c6e92b
DE
177452014-10-13 Doug Evans <dje@google.com>
17746
17747 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17748 from the start of the CU.
17749
c780cc2f
JK
177502014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17751 Yao Qi <yao@codesourcery.com>
17752
17753 Fix "save breakpoints" for "catch" command.
17754 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17755 Remove -nonewline. Match also the added "main" line.
17756
99894e11
JK
177572014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17758
17759 Fix "save breakpoints" for "disable $bpnum" command.
17760 * gdb.base/save-bp.c (main): Add label.
17761 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17762
6e1ac5a3
JK
177632014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17764
17765 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17766
754dd2b0
YQ
177672014-10-11 Yao Qi <yao@codesourcery.com>
17768
17769 * gdb.server/server-kill.exp: Execute command
17770 "set remote trace-status-packet on" before "tstatus".
17771
f90183d7
YQ
177722014-10-11 Yao Qi <yao@codesourcery.com>
17773
17774 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17775 (main): Call getppid.
17776 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17777 and continue to it. Read variable "server_pid".
17778
bf40a607
YQ
177792014-10-11 Yao Qi <yao@codesourcery.com>
17780
17781 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17782
052ca370
YQ
177832014-10-11 Yao Qi <yao@codesourcery.com>
17784
17785 * gdb.threads/thread-find.exp: Don't execute command
17786 "info threads".
17787 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17788 * gdb.threads/linux-dp.exp: Don't check the condition
17789 $threads_created equals to zero.
17790
3831839c
PA
177912014-10-10 Pedro Alves <palves@redhat.com>
17792
17793 * gdb.base/bigcore.exp: Remove references to IRIX.
17794 * gdb.base/funcargs.exp: Likewise.
17795 * gdb.base/interrupt.exp: Likewise.
17796 * gdb.base/mips_pro.exp: Likewise.
17797 * gdb.base/nodebug.exp: Likewise.
17798 * gdb.base/setvar.exp: Likewise.
17799 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17800
8b9a549d
PA
178012014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17802 Pedro Alves <palves@redhat.com>
17803
17804 PR symtab/14466
17805 * gdb.base/vdso-warning.c: New file.
17806 * gdb.base/vdso-warning.exp: New file.
17807
d48ba5e8
DE
178082014-10-02 Doug Evans <dje@google.com>
17809
17810 * gdb.base/structs.c (main): Don't run forever.
17811
2278c276
PA
178122014-10-02 Pedro Alves <palves@redhat.com>
17813
17814 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17815 (top level) <stop threads 1, stop threads 2>: Use it.
17816
b57bacec
PA
178172014-10-02 Pedro Alves <palves@redhat.com>
17818
17819 * gdb.threads/break-while-running.exp (test): Add new
17820 'update_thread_list' argument. Skip "info threads" if false.
17821 (top level): Add new 'update_thread_list' axis.
17822
13fd3ff3
PA
178232014-10-02 Pedro Alves <palves@redhat.com>
17824
17825 PR breakpoints/17431
17826 * gdb.base/execl-update-breakpoints.c: New file.
17827 * gdb.base/execl-update-breakpoints.exp: New file.
17828
0fec99e8
PA
178292014-10-01 Pedro Alves <palves@redhat.com>
17830
17831 * gdb.base/breakpoint-in-ro-region.c: New file.
17832 * gdb.base/breakpoint-in-ro-region.exp: New file.
17833
2ddf4301
SM
178342014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17835
17836 * gdb.mi/mi-exit-code.exp: New file.
17837 * gdb.mi/mi-exit-code.c: New file.
17838
6a5f3f43
YQ
178392014-09-30 Yao Qi <yao@codesourcery.com>
17840
17841 * lib/prelink-support.exp (build_executable_own_libs): Error if
17842 the target isn't native.
17843
345bcc73
YQ
178442014-09-30 Yao Qi <yao@codesourcery.com>
17845
17846 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17847 false.
17848
a25a5a45
PA
178492014-09-22 Pedro Alves <palves@redhat.com>
17850
17851 * gdb.threads/break-while-running.exp: New file.
17852 * gdb.threads/break-while-running.c: New file.
17853
00ba3162
YQ
178542014-09-19 Yao Qi <yao@codesourcery.com>
17855
17856 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17857 Invoke test. Restart GDB with --readnow and invoke test again.
17858
c3b7b696
YQ
178592014-09-19 Yao Qi <yao@codesourcery.com>
17860
17861 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17862 proc set_breakpoint_on_gcd_function. Invoke
17863 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17864 invoke set_breakpoint_on_gcd_function again.
17865
2b4fd423
DE
178662014-09-18 Doug Evans <dje@google.com>
17867
17868 * gdb.dwarf2/symtab-producer.exp: New file.
17869
a5947601
SDJ
178702014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17871
17872 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17873 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17874 * gdb.base/global-var-nested-by-dso.c: Likewise.
17875 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17876
91c19059
SDJ
178772014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17878 Pedro Alves <palves@redhat.com>
17879
17880 * gdb.base/watch-bitfields.exp: Pass string other than test file
17881 name to prepare_for_testing.
17882 (watch): New procedure.
17883 (expect_watchpoint): Use with_test_prefix.
17884 (top level): Factor out tests to ...
17885 (test_watch_location, test_regular_watch): ... these new
17886 procedures, and use with_test_prefix and gdb_continue_to_end.
17887
bb9d5f81
PP
178882014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17889
17890 PR breakpoints/12526
17891 * gdb.base/watch-bitfields.exp: New file.
17892 * gdb.base/watch-bitfields.c: New file.
17893
635856f5
PA
178942014-09-16 Pedro Alves <palves@redhat.com>
17895
17896 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17897 software and hardware addresses, not software address against
17898 itself.
17899
7280ceea
PA
179002014-09-16 Pedro Alves <palves@redhat.com>
17901
17902 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17903 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17904
428b16bd
PA
179052014-09-16 Pedro Alves <palves@redhat.com>
17906
17907 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17908 files.
17909 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17910 "*-*-vxworks*" throughout.
17911 * gdb.base/break.exp: Likewise.
17912 * gdb.base/default.exp: Likewise.
17913 * gdb.base/scope.exp: Likewise.
17914 * gdb.base/sepdebug.exp: Likewise.
17915 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17916 throughout.
17917 * gdb.base/run.c: Likewise.
17918 * gdb.base/sepdebug.c: Likewise.
17919 * gdb.hp/gdb.aCC/run.c: Likewise.
17920 * gdb.reverse/until-reverse.c: Likewise.
17921 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17922
666d413c
YQ
179232014-09-16 Yao Qi <yao@codesourcery.com>
17924
17925 * boards/local-remote-host-native.exp: New file.
17926
57cbd724
DE
179272014-09-14 Doug Evans <xdje42@gmail.com>
17928
17929 * gdb.threads/queue-signal.c (thread_count): New variable.
17930 (thread_count_mutex, thread_count_condvar): New variables.
17931 (incr_thread_count, wait_all_threads_running): New functions.
17932 (main): Wait for all threads to be in their thread functions.
17933
81219e53
DE
179342014-09-13 Doug Evans <xdje42@gmail.com>
17935
17936 * gdb.threads/queue-signal.c: New file.
17937 * gdb.threads/queue-signal.exp: New file.
17938
3714cea7
DE
179392014-09-13 Doug Evans <xdje42@gmail.com>
17940
17941 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17942 be consistent with what default_gdb_init uses.
17943 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17944 the plain text of the prompt. Add some logging printfs.
17945 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17946
fa43b1d7
PA
179472014-09-12 Pedro Alves <palves@redhat.com>
17948
17949 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17950 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17951 * gdb.arch/i386-size-overlap.exp: Likewise.
17952 * gdb.arch/i386-size.exp: Likewise.
17953 * gdb.arch/i386-unwind.exp: Likewise.
17954 * gdb.base/a2-run.exp: Likewise.
17955 * gdb.base/break.exp: Likewise.
17956 * gdb.base/charset.exp: Likewise.
17957 * gdb.base/chng-syms.exp: Likewise.
17958 * gdb.base/commands.exp: Likewise.
17959 * gdb.base/dbx.exp: Likewise.
17960 * gdb.base/find.exp: Likewise.
17961 * gdb.base/funcargs.exp: Likewise.
17962 * gdb.base/jit-simple.exp: Likewise.
17963 * gdb.base/reread.exp: Likewise.
17964 * gdb.base/sepdebug.exp: Likewise.
17965 * gdb.base/step-bt.exp: Likewise.
17966 * gdb.cp/mb-inline.exp: Likewise.
17967 * gdb.cp/mb-templates.exp: Likewise.
17968 * gdb.objc/basicclass.exp: Likewise.
17969 * gdb.threads/killed.exp: Likewise.
17970
9d9bf2df
EBM
179712014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17972
17973 PR tdep/17379
17974 * gdb.arch/powerpc-stackless.S: New file.
17975 * gdb.arch/powerpc-stackless.exp: New file.
17976
1cf2f1b0
JK
179772014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17978
17979 * gdb.base/attach.c: Include unistd.h.
17980 (main): Call alarm. Add label postloop.
17981 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17982 gdb_breakpoint, gdb_continue_to_breakpoint.
17983 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17984
98880d46
PA
179852014-09-11 Pedro Alves <palves@redhat.com>
17986
17987 PR gdb/17347
17988 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17989 * gdb.base/attach.exp (test_command_line_attach_run): New
17990 procedure.
17991 (top level): Call it.
17992
4c92ff2c
PA
179932014-09-11 Pedro Alves <palves@redhat.com>
17994
17995 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17996 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17997 (do_command_attach_tests): Use spawn_wait_for_attach.
17998 * gdb.base/solib-overlap.exp: Likewise.
17999 * gdb.multi/multi-attach.exp: Likewise.
18000 * gdb.python/py-prompt.exp: Likewise.
18001 * gdb.python/py-sync-interp.exp: Likewise.
18002 * gdb.server/ext-attach.exp: Likewise.
18003
3adc1a7d
GKB
180042014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18005
18006 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18007 command in testcase. Simplify testcase.
18008
96334934
JB
180092014-09-10 Joel Brobecker <brobecker@adacore.com>
18010
18011 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18012
eb479039
JB
180132014-09-10 Joel Brobecker <brobecker@adacore.com>
18014
18015 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18016
deede10c
JB
180172014-09-10 Joel Brobecker <brobecker@adacore.com>
18018
18019 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18020
7828a5f5
JB
180212014-09-10 Joel Brobecker <brobecker@adacore.com>
18022
18023 * gdb.dwarf2/dynarr-ptr.c: New file.
18024 * gdb.dwarf2/dynarr-ptr.exp: New file.
18025
33aeebcf
MR
180262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18027
18028 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18029 of 30 rather than hardcoding 120 for a slow test case. Take the
18030 `gdb,timeout' target setting into account for this calculation.
18031 Don't extend the timeout for the test cases that don't need it.
18032
7b415901
MR
180332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18034
18035 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18036 a factor of 2 for a slow test case. Take the `gdb,timeout'
18037 target setting into account for this calculation.
18038 * gdb.reverse/until-precsave.exp: Increase the timeout by
18039 a factor of 15 and 3 respectively rather than adding 120
18040 for a pair of slow test cases. Take the `gdb,timeout'
18041 target setting into account for this calculation.
18042
4a40f85a
MR
180432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18044
18045 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18046 timeout, don't pass one down to gdb_expect.
18047 (gdb_expect): Rework timeout selection.
18048
09635af7
MR
180492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18050
18051 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18052 exception on timeout.
18053 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18054 (gdbserver_start_extended): Catch any `gdbserver_start' error
18055 exceptions.
18056 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18057 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18058 `gdbserver_gdb_load' error exceptions.
18059
2bdd10b7
MR
180602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18061
18062 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18063 120 on waiting for the TCP socket to open.
18064
316935f0
DE
180652014-09-09 Doug Evans <xdje42@gmail.com>
18066
18067 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18068 _caller_matches, _any_caller_is, _any_caller_matches.
18069
83740597
DE
180702014-09-09 Doug Evans <xdje42@gmail.com>
18071
18072 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18073
4c122fc3
YQ
180742014-09-09 Yao Qi <yao@codesourcery.com>
18075
18076 * gdb.mi/mi-var-display.exp: Set print symbol off.
18077
a9f116cb
GKB
180782014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18079
18080 PR gdb/17035
18081 * gdb.base/commands.exp: Add tests to verify user-defined
18082 commands with empty bodies.
18083 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18084 python commands in `show user command`.
18085 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18086 scheme commands in `show user command`.
18087
c75bd3a2
JK
180882014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18089
18090 PR python/17355
18091 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18092 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18093 * gdb.python/py-framefilter-invalidarg.exp: New file.
18094 * gdb.python/py-framefilter-invalidarg.py: New file.
18095
faa42425
DE
180962014-09-06 Doug Evans <xdje42@gmail.com>
18097
18098 PR 15276
18099 * gdb.python/py-caller-is.c: New file.
18100 * gdb.python/py-caller-is.exp: New file.
18101
474ca4f6
SDJ
181022014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18103
18104 PR gdb/17235
18105 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18106 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18107
eb0b0463
SDJ
181082014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18109
18110 PR fortran/17237
18111 * gdb.fortran/print-formatted.exp: New file.
18112 * gdb.fortran/print-formatted.f90: Likewise.
18113
5f3b99cf
SS
181142014-09-03 Sasha Smundak <asmundak@google.com>
18115
18116 * gdb.python/py-frame.exp: Test Frame.read_register.
18117
7d793aa9
SDJ
181182014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18119
18120 PR python/16699
18121 * gdb.python/py-completion.exp: New file.
18122 * gdb.python/py-completion.py: Likewise.
18123
fb0576e9
DE
181242014-08-28 Doug Evans <dje@google.com>
18125
18126 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18127 eax,etc. are live with values set by gdb and thus the compiler can't
18128 use them.
18129 * gdb.arch/i386-pseudo.c (main): Ditto.
18130
ee92b0dd
DE
181312014-08-27 Doug Evans <dje@google.com>
18132
18133 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18134
6649db35
DE
181352014-08-25 Doug Evans <dje@google.com>
18136
18137 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18138 (main): Ditto.
18139
564b7600
DE
181402014-08-25 Doug Evans <dje@google.com>
18141
18142 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18143
3881fb67
YQ
181442014-08-24 Yao Qi <yao@codesourcery.com>
18145
18146 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18147 symbol off.
18148 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18149
a05a36a5
DE
181502014-08-22 Doug Evans <dje@google.com>
18151
18152 PR 17276
18153 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18154 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18155 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18156
7c343b48
YQ
181572014-08-22 Yao Qi <yao@codesourcery.com>
18158
18159 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18160 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18161 * gdb.python/python.exp: Likewise. Use .py file on the host
18162 instead of the build.
18163
22fd09ae
JK
181642014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18165
18166 * gdb.threads/gcore-stale-thread.c: New file.
18167 * gdb.threads/gcore-stale-thread.exp: New file.
18168
a8454a7c
PA
181692014-08-21 Pedro Alves <palves@redhat.com>
18170
18171 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18172 * gdb.base/gcore-relro-pie.exp: Likewise.
18173 * gdb.base/gcore-relro.exp: Likewise.
18174 * gdb.base/gcore.exp: Likewise.
18175 * gdb.base/print-symbol-loading.exp: Likewise.
18176 * gdb.threads/gcore-thread.exp: Likewise.
18177 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18178
2a31c623
PA
181792014-08-20 Pedro Alves <palves@redhat.com>
18180 Jan Kratochvil <jan.kratochvil@redhat.com>
18181
18182 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18183 configure.
18184 (EXPECT): Handle READ1 being set.
18185 (all): Depend on EXTRA_RULES.
18186 (check-read1, expect-read1, read1.so, read1): New rules.
18187 * README (Testsuite Parameters): Document the READ1 make variable.
18188 (Race detection): New section.
18189 * configure: Regenerate.
18190 * configure.ac: If build==host==target, and running under a
18191 GNU/glibc system, add read1 to the extra Makefile rules.
18192 (EXTRA_RULES): AC_SUBST it.
18193 * lib/read1.c: New file.
18194
d36430db
JB
181952014-08-20 Joel Brobecker <brobecker@adacore.com>
18196
18197 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18198 the handling of variables declared as a typedef to an array
18199 which a DW_AT_data_location attribute.
18200
9a0dc9e3
PA
182012014-08-19 Andrew Burgess <aburgess@broadcom.com>
18202 Pedro Alves <palves@redhat.com>
18203
18204 PR symtab/14604
18205 PR symtab/14605
18206 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18207 gdb_test.
18208
0718a8da
PA
182092014-08-19 Pedro Alves <palves@redhat.com>
18210
18211 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18212
13b448cd
YQ
182132014-08-19 Yao Qi <yao@codesourcery.com>
18214
18215 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18216 right line.
18217
1cbf5077
DB
182182014-08-18 David Blaikie <dblaikie@gmail.com>
18219
18220 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18221
bf0fae19
JB
182222014-08-18 Joel Brobecker <brobecker@adacore.com>
18223
18224 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18225 attribute in array range.
18226
3c8c5dcc
JB
182272014-08-18 Joel Brobecker <brobecker@adacore.com>
18228
18229 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18230
e66d4446
SC
182312014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18232
18233 PR c++/17132
18234 * gdb.cp/pr17132.cc: New file.
18235 * gdb.cp/pr17132.exp: New file.
18236
940df408
SC
182372014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18238
18239 * gdb.python/py-xmethods.py (A_getarrayind)
18240 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18241 Use 'print' with function call syntax.
18242 (E_method_matcher.match): Fix tab vs space indentation mixup.
18243
ebcc6c3a
YQ
182442014-08-15 Yao Qi <yao@codesourcery.com>
18245
18246 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18247 false.
18248
775e0f04
YQ
182492014-08-15 Yao Qi <yao@codesourcery.com>
18250
18251 * gdb.cp/casts.exp: Set print symbol off.
18252 * gdb.cp/class2.exp: Likewise.
18253 * gdb.cp/overload.exp: Likewise.
18254 * gdb.cp/templates.exp: Likewise.
18255
d769e349
DE
182562014-08-11 Doug Evans <dje@google.com>
18257
18258 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18259 (test_load_shlib): Update.
18260
20c6f1e1
YQ
182612014-08-09 Yao Qi <yao@codesourcery.com>
18262
18263 * gdb.base/display.exp: Invoke is_address_zero_readable.
18264 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18265 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18266 * gdb.base/hbreak-unmapped.exp: Return if
18267 is_address_zero_readable returns true.
18268 * gdb.base/signest.exp: Likewise.
18269 * gdb.base/signull.exp: Likewise.
18270 * gdb.base/sigbpt.exp: Likewise.
18271 * gdb.guile/scm-disasm.exp: Do the test if
18272 is_address_zero_readable returns false.
18273 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18274 * gdb.python/py-arch.exp: Likewise.
18275 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18276 * lib/gdb.exp (is_address_zero_readable): New proc.
18277
5792e8e3
YQ
182782014-08-09 Yao Qi <yao@codesourcery.com>
18279
18280 PR testsuite/13443
18281 * gdb.mi/mi-var-display.exp: Make test messages unique.
18282
3cecbbbe
TT
182832014-08-04 Tom Tromey <tromey@redhat.com>
18284
18285 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18286 target 0".
18287
00b51ff5
TT
182882014-08-04 Tom Tromey <tromey@redhat.com>
18289
18290 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18291 "target_resume".
18292
6908c509
JB
182932014-08-01 Joel Brobecker <brobecker@adacore.com>
18294
18295 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18296 inner_vla_struct_object_size.
18297 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18298 as xfail.
18299
cc6563d2
PA
183002014-07-30 Pedro Alves <palves@redhat.com>
18301
18302 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18303 comment.
18304
7e09a223
YQ
183052014-07-29 Yao Qi <yao@codesourcery.com>
18306
18307 PR gdb/17206
18308 * gdb.base/until-nodebug.exp: New.
18309
7ebdbe92
DE
183102014-07-28 Doug Evans <xdje42@gmail.com>
18311
18312 PR guile/17203
18313 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18314 previously existing parameter, and previously ambiguously spelled
18315 parameter.
18316
fdb1adc6
WN
183172014-07-28 Will Newton <will.newton@linaro.org>
18318
18319 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18320
186fcde0
DE
183212014-07-26 Ludovic Courtès <ludo@gnu.org>
18322 Doug Evans <xdje42@gmail.com>
18323
18324 PR guile/17146
18325 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18326
70509625
PA
183272014-07-25 Pedro Alves <palves@redhat.com>
18328
18329 * gdb.threads/signal-command-handle-nopass.c: New file.
18330 * gdb.threads/signal-command-handle-nopass.exp: New file.
18331 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18332 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18333 * gdb.threads/signal-delivered-right-thread.c: New file.
18334 * gdb.threads/signal-delivered-right-thread.exp: New file.
18335
c3f814a1
PA
183362014-07-25 Pedro Alves <palves@redhat.com>
18337
18338 * gdb.base/double-prompt-target-event-error.exp
18339 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18340 match.
18341 (cancel_pagination_in_target_event): Rework double prompt
18342 detection.
18343 * gdb.base/paginate-after-ctrl-c-running.exp
18344 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18345 <return>' match.
18346 * gdb.base/paginate-bg-execution.exp
18347 (test_bg_execution_pagination_return)
18348 (test_bg_execution_pagination_cancel): Remove '-notransfer
18349 <return>' matches.
18350 * gdb.base/paginate-execution-startup.exp
18351 (test_fg_execution_pagination_return)
18352 (test_fg_execution_pagination_cancel): Remove '-notransfer
18353 <return>' matches.
18354 * gdb.base/paginate-inferior-exit.exp
18355 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18356 match.
18357 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18358 * lib/gdb.exp (pagination_prompt): Run text through
18359 string_to_regexp.
18360 (gdb_test_multiple): Match $pagination_prompt instead of
18361 "<return>".
18362 (string_to_regexp): Move to lib/gdb-utils.exp.
18363
e214cf6c
JK
183642014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18365
18366 * gdb.arch/amd64-entry-value-paramref.S: New file.
18367 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18368 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18369 * gdb.arch/amd64-optimout-repeat.S: New file.
18370 * gdb.arch/amd64-optimout-repeat.c: New file.
18371 * gdb.arch/amd64-optimout-repeat.exp: New file.
18372
17d0c5c8
JK
183732014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18374
18375 PR gdb/17170
18376 * gdb.base/statistics.exp: New file.
18377
b8b8facf
DE
183782014-07-17 Doug Evans <dje@google.com>
18379
74b49205 18380 PR gdb/17170
b8b8facf
DE
18381 * gdb.base/maint.exp: Update testing of per-command stats.
18382
1b5d0ab3
PA
183832014-07-16 Pedro Alves <palves@redhat.com>
18384
18385 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18386 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18387 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18388 (tfile_write_buf): New functions.
18389 (add_memory_block): Rewrite using the above.
18390 (adjust_function_address): New function.
18391 (FUNCTION_ADDRESS): New macro.
18392 (write_basic_trace_file): Remove short_x local, and use
18393 tfile_write_16. Change type of func_addr local to unsigned long
18394 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18395 here. Cast argument of add_memory_block to char pointer.
18396 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18397 (main): Remove parameters.
18398 * gdb.trace/tfile.exp: Remove nowarnings.
18399
4d974e88
SM
184002014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18401
18402 * gdb.base/debug-expr.exp: Test string evaluation with
18403 "debug expression" on.
18404
41e99568
PA
184052014-07-15 Pedro Alves <palves@redhat.com>
18406
18407 * gdb.base/reread.exp: Use clean_restart.
18408
487d9753
PL
184092014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18410
18411 * gdb.arch/avr-flash-qualifer.c: New.
18412 * gdb.arch/avr-flash-qualifer.exp: New.
18413
cc1c52ad
PA
184142014-07-14 Pedro Alves <palves@redhat.com>
18415
18416 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18417 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18418
1e973570
PA
184192014-07-14 Pedro Alves <palves@redhat.com>
18420
18421 * gdb.base/double-prompt-target-event-error.c: New file.
18422 * gdb.base/double-prompt-target-event-error.exp: New file.
18423
93d6eb10
PA
184242014-07-14 Pedro Alves <palves@redhat.com>
18425
18426 PR gdb/17072
18427 * gdb.base/paginate-inferior-exit.c: New file.
18428 * gdb.base/paginate-inferior-exit.exp: New file.
18429
0017922d
PA
184302014-07-14 Pedro Alves <palves@redhat.com>
18431
18432 PR gdb/17072
18433 * gdb.base/paginate-bg-execution.c: New file.
18434 * gdb.base/paginate-bg-execution.exp: New file.
18435
94696ad3
PA
184362014-07-14 Pedro Alves <palves@redhat.com>
18437
18438 PR gdb/17072
18439 * gdb.base/paginate-execution-startup.c: New file.
18440 * gdb.base/paginate-execution-startup.exp: New file.
18441 * lib/gdb.exp (pagination_prompt): New global.
18442 (default_gdb_spawn): New procedure, factored out from
18443 default_gdb_spawn.
18444 (default_gdb_start): Adjust to call default_gdb_spawn.
18445 (gdb_spawn): New procedure.
18446
bd293940
PA
184472014-07-14 Pedro Alves <palves@redhat.com>
18448
18449 * lib/gdb.exp (gdb_assert): New procedure.
18450 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18451
c933f875
PA
184522014-07-14 Pedro Alves <palves@redhat.com>
18453
18454 * gdb.base/execution-termios.c: New file.
18455 * gdb.base/execution-termios.exp: New file.
18456
d98b7a16
TT
184572014-07-14 Tom Tromey <tromey@redhat.com>
18458
18459 * gdb.cp/vla-cxx.cc: New file.
18460 * gdb.cp/vla-cxx.exp: New file.
18461
548740d6
TT
184622014-07-14 Tom Tromey <tromey@redhat.com>
18463
18464 * gdb.reverse/rerun-prec.c: New file.
18465 * gdb.reverse/rerun-prec.exp: New file.
18466
a25eb028
MR
184672014-07-12 Maciej W. Rozycki <macro@mips.com>
18468 Maciej W. Rozycki <macro@codesourcery.com>
18469
18470 * lib/gdb-utils.exp: New file.
18471 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18472 inline `gdb_init_command' processing.
18473 (gdb_start_cmd): Likewise.
18474 * lib/mi-support.exp (mi_run_cmd): Likewise.
18475 * README: Document `gdb_init_command' and `gdb_init_commands'.
18476
218c2655
JK
184772014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18478
18479 Fix false FAIL running under a very long directory name.
18480 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18481 and "set print elements 10000". Twice.
18482
5401fde3
YQ
184832014-07-11 Yao Qi <yao@codesourcery.com>
18484
18485 * gdb.base/exprs.exp: "set print symbol off".
18486
e76126e8
PA
184872014-07-11 Pedro Alves <palves@redhat.com>
18488
18489 * gdb.threads/kill.c: New file.
18490 * gdb.threads/kill.exp: New file.
18491
2d6f0de6
YQ
184922014-07-10 Yao Qi <yao@codesourcery.com>
18493
18494 * gdb.trace/tfile.c (write_basic_trace_file)
18495 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18496 address written to trace file.
18497
7180e04a
PA
184982014-07-09 Pedro Alves <palves@redhat.com>
18499
18500 * gdb.base/attach-wait-input.exp: New file.
18501 * gdb.base/attach-wait-input.c: New file.
18502
9a9a7608
AB
185032014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18504
18505 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18506 setting up test structures.
18507 (main): Call new test function.
18508 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18509 test function, continue into test function and walk test
18510 structures.
18511
161ac41e
YQ
185122014-07-02 Yao Qi <yao@codesourcery.com>
18513
18514 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18515 'bar_start' at the beginning of functions 'foo' and 'bar'
18516 respectively.
18517 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18518 instead of 'foo' and 'bar'.
18519
1f267ae3
MM
185202014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18521
18522 * gdb.btrace/segv.exp: New.
18523 * gdb.btrace/segv.c: New.
18524
2b239efb
LM
185252014-07-02 Luis Machado <lgustavo@codesourcery.com>
18526
18527 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18528 instruction.
18529
cf363f18
MW
185302014-06-30 Mark Wielaard <mjw@redhat.com>
18531
18532 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18533 vulture, vilify, villar): New volatile array constants.
18534 (vindictive, vegetation): New const volatile array constants.
18535 * gdb.base/volatile.exp: Test volatile and const volatile array
18536 types.
18537
aebf9d24
AA
185382014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18539
18540 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18541 target lacks support for awatch, rwatch, or hbreak.
18542
b67a2c6f
YQ
185432014-06-27 Yao Qi <yao@codesourcery.com>
18544
18545 * gdb.multi/dummy-frame-restore.exp: New.
18546 * gdb.multi/dummy-frame-restore.c: New.
18547
aef92902
MM
185482014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18549
18550 * gdb.btrace/gcore.exp: New.
18551
8e9db26e
PA
185522014-06-23 Pedro Alves <palves@redhat.com>
18553
18554 * gdb.base/watchpoint-reuse-slot.c: New file.
18555 * gdb.base/watchpoint-reuse-slot.exp: New file.
18556
70afc5b7
SC
185572014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18558
18559 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18560 progspace's filename in 'info', 'enable' and 'disable' command
18561 tests.
18562
b972bd9c
JK
185632014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18564
18565 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18566 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18567 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18568
125f8a3d
GB
185692014-06-20 Gary Benson <gbenson@redhat.com>
18570
18571 * gdb.arch/i386-avx.exp: Fix include file location.
18572 * gdb.arch/i386-sse.exp: Likewise.
18573
3ed9baed
IB
185742014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18575
18576 * gdb.dlang/expression.exp: New file.
18577
034f788c
PA
185782014-06-19 Pedro Alves <palves@redhat.com>
18579
18580 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18581 out from ...
18582 (top level): ... here. Iterate running tests under different
18583 scheduler-locking settings.
18584
45371d0c
LM
185852014-06-18 Luis Machado <lgustavo@codesourcery.com>
18586
18587 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18588 to DW_FORM_addr and use non-zero addresses.
18589
5d376983
SC
185902014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18591
18592 PR gdb/17017
18593 * gdb.python/py-xmethods.cc: Add global function call counters and
18594 increment them in their respective functions. Remove "cout"
18595 statements.
18596 * gdb.python/py-xmethods.exp: Make tests check the global function
18597 call counters instead of depending on inferior IO.
18598
a1aa2221
LM
185992014-06-18 Don Breazeal <donb@codesourcery.com>
18600
18601 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18602 Deleted procedure.
18603 (explicit_fork_parent_follow): Deleted procedure.
18604 (explicit_fork_child_follow): Deleted procedure.
18605 (test_follow_fork): New procedure.
18606 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18607 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18608 procedure calls.
18609
0fc05997
YQ
186102014-06-17 Yao Qi <yao@codesourcery.com>
18611
18612 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18613 CP1252.
18614
70795c52
LM
186152014-06-17 Luis Machado <lgustavo@codesourcery.com>
18616
18617 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18618 Initialize ptr and S explicitly.
18619 (skip_type_update_when_not_use_rtti_test): Likewise.
18620
6be47f0c
KS
186212014-06-16 Keith Seitz <keiths@redhat.com>
18622
18623 PR mi/15863
18624 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18625 the inferior is started.
18626
d03de421
PA
186272014-06-16 Pedro Alves <palves@redhat.com>
18628
18629 * gdb.base/break-main-file-remove-fail.c: New file.
18630 * gdb.base/break-main-file-remove-fail.exp: New file.
18631 * gdb.base/break-unload-file.exp: Use build_executable instead of
18632 prepare_for_testing.
18633 (test_break): New parameter "initial_load". Handle it.
18634 (top level): Add initial_load cmdline/file axis.
18635
f9579b99
TT
186362014-06-12 Tom Tromey <tromey@redhat.com>
18637
18638 * gdb.base/completion.exp: Don't use directory name in test.
18639
3657956b
GB
186402014-06-09 Gary Benson <gbenson@redhat.com>
18641
18642 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18643 separate the always-available ANSI-standard signals from the
18644 signals that require checking.
18645 (main): Likewise.
18646 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18647 Likewise.
18648 (main): Likewise.
18649
4186eb54
KS
186502014-06-07 Keith Seitz <keiths@redhat.com>
18651
18652 Revert:
18653 PR c++/16253
18654 * gdb.cp/var-tag.cc: New file.
18655 * gdb.cp/var-tag.exp: New file.
18656 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18657 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18658 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18659 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18660
25326a28 186612014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18662
18663 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18664
829155c9
PA
186652014-06-06 Pedro Alves <palves@redhat.com>
18666
18667 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18668 in target debug output instead of looking at RSP packets,
18669 disabling the test on any target that uses hardware stepping.
18670 Update comments.
18671
61c8d22e
PA
186722014-06-06 Pedro Alves <palves@redhat.com>
18673
18674 * gdb.base/break-unload-file.exp: Fix typo.
18675
d9a47287
YQ
186762014-06-06 Yao Qi <yao@codesourcery.com>
18677
18678 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18679 from "jit_function" to "^jit_function".
18680
e5e01dbf
YQ
186812014-06-06 Yao Qi <yao@codesourcery.com>
18682
18683 * gdb.base/async.c (foo): Add one statement.
18684 * gdb.base/async.exp: Get the next instruction address and
18685 match the output of "nexti" by instruction address. Match
18686 the hex address in the output of "finish".
18687
73ba372c
GB
186882014-06-06 Gary Benson <gbenson@redhat.com>
18689
18690 * gdb.base/call-signals.c: Remove preprocessor conditionals
18691 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18692 SIGSEGV and SIGTERM.
18693 * gdb.base/sigall.c: Likewise.
18694 * gdb.base/unwindonsignal.c: Likewise.
18695 * gdb.reverse/sigall-reverse.c: Likewise.
18696
831517df
YQ
186972014-06-06 Yao Qi <yao@codesourcery.com>
18698
18699 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18700 readable, skip the test.
18701
b8b91e98
YQ
187022014-06-06 Yao Qi <yao@codesourcery.com>
18703
18704 * gdb.threads/staticthreads.c (thread_function): Move the line
18705 setting breakpoint on forward.
18706 * gdb.threads/staticthreads.exp: Update comments.
18707
fb934770
LC
187082014-06-05 Ludovic Courtès <ludo@gnu.org>
18709
18710 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18711 "history-append! type error".
18712
6ef284bd
SM
187132014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18714
18715 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18716 erroneous dprintf expected input.
18717
a872e241
DE
187182014-06-04 Doug Evans <xdje42@gmail.com>
18719
18720 * gdb.guile/scm-generics.exp: Delete.
18721
16f691fb
DE
187222014-06-04 Doug Evans <xdje42@gmail.com>
18723
18724 * gdb.guile/scm-breakpoint.exp: Update.
18725 Add tests for breakpoint registration.
18726
012370f6
TT
187272014-06-04 Tom Tromey <tromey@redhat.com>
18728
18729 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18730 VLA-in-union.
18731 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18732 inner_vla_struct, vla_union types. Initialize objects of those
18733 types and compute their sizes.
18734
9f5a4cef
HZ
187352014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18736 Hui Zhu <hui@codesourcery.com>
18737
18738 * gdb.base/fileio.exp: Add test for shell not available as well as
18739 available.
18740 * gdb.base/fileio.c (test_system): Check for shell twice.
18741
90a45c4d
YQ
187422014-06-04 Yao Qi <yao@codesourcery.com>
18743
18744 * gdb.base/auto-connect-native-target.exp: Remove redundant
18745 space from the regexp pattern.
18746
70017e41
YQ
187472014-06-04 Yao Qi <yao@codesourcery.com>
18748
18749 * gdb.base/default.exp: Replace "child" with "native" in
18750 regexp pattern.
18751
883964a7
SC
187522014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18753
18754 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18755 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18756 * gdb.python/py-xmethods.py: Python script supporting the
18757 new testcase and tests.
18758
ef370185
JB
187592014-06-03 Joel Brobecker <brobecker@adacore.com>
18760 Pedro Alves <palves@redhat.com>
18761
18762 PR breakpoints/17000
18763 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18764 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18765
1e2ccb61
BM
187662014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18767
18768 * gdb.base/subst.exp: Add tests to verify partial path matching
18769 output.
18770
c6ec5ab2
PA
187712014-06-03 Pedro Alves <palves@redhat.com>
18772
18773 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18774 target that doesn't use software single-stepping.
18775
835c559f
PA
187762014-06-03 Pedro Alves <palves@redhat.com>
18777
18778 PR breakpoints/17000
18779 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18780 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18781
06eb1586
DE
187822014-06-02 Doug Evans <xdje42@gmail.com>
18783
18784 * gdb.guile/scm-parameter.exp: New file.
18785
e698b8c4
DE
187862014-06-02 Doug Evans <xdje42@gmail.com>
18787
18788 * gdb.guile/scm-cmd.c: New file.
18789 * gdb.guile/scm-cmd.exp: New file.
18790
ded03782
DE
187912014-06-02 Doug Evans <xdje42@gmail.com>
18792
18793 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18794 pretty-printer lookup.
18795 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18796 (make-pp_s-printer): Call it.
18797 (make-pretty-printer-from-dict): New function.
18798 (lookup-pretty-printer-maker-from-dict): New function.
18799 (*pretty-printer*): Simplify.
18800 (make-objfile-pp_s-printer): New function.
18801 (install-objfile-pretty-printers!): New function.
18802 (make-progspace-pp_s-printer): New function.
18803 (install-progspace-pretty-printers!): New function.
18804 * gdb.guile/scm-progspace.c: New file.
18805 * gdb.guile/scm-progspace.exp: New file.
18806
41fac0cf
PA
188072014-06-02 Pedro Alves <palves@redhat.com>
18808
18809 * gdb.base/dprintf-bp-same-addr.c: New file.
18810 * gdb.base/dprintf-bp-same-addr.exp: New file.
18811
96ae5695
EBM
188122014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18813
18814 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18815 * gdb.arch/powerpc-power.s: Likewise.
18816
da02b3a8
JB
188172014-06-02 Joel Brobecker <brobecker@adacore.com>
18818
18819 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18820
c72b2e7b
YQ
188212014-06-01 Yao Qi <yao@codesourcery.com>
18822
18823 * gdb.base/watchpoint.exp (test_watch_location): Check null
18824 pointer can be dereferenced. If not, do the test, otherwise
18825 skip it.
18826
53e8a631
AB
188272014-05-30 Andrew Burgess <aburgess@broadcom.com>
18828
18829 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18830 results.
18831 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18832
938f0e2f
AB
188332014-05-30 Andrew Burgess <aburgess@broadcom.com>
18834
18835 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18836 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18837 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18838 * gdb.arch/amd64-invalid-stack-top.c: New file.
18839 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18840
9ba6657a
PA
188412014-05-30 Pedro Alves <palves@redhat.com>
18842
18843 PR breakpoints/17000
18844 * gdb.base/sss-bp-on-user-bp.c: New file.
18845 * gdb.base/sss-bp-on-user-bp.exp: New file.
18846
522c09bf
DB
188472014-05-30 David Blaikie <dblaikie@gmail.com>
18848
18849 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18850 gnu_inline semantics via attribute.
18851 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18852 source explicitly specifies the required semantics.
18853
bf4ef81e
MR
188542014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18855
18856 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18857
329ea579
PA
188582014-05-29 Pedro Alves <palves@redhat.com>
18859 Tom Tromey <tromey@redhat.com>
18860
18861 * gdb.base/async-shell.exp: Don't enable target-async.
18862 * gdb.base/async.exp
18863 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18864 parameter. Adjust.
18865 (top level): Don't test with "target-async".
18866 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18867 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18868 * gdb.base/inferior-died.exp: Don't enable target-async.
18869 * gdb.base/interrupt-noterm.exp: Likewise.
18870 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18871 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18872 * gdb.mi/mi-nonstop.exp: Likewise.
18873 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18874 * gdb.mi/mi-nsintrall.exp: Likewise.
18875 * gdb.mi/mi-nsmoribund.exp: Likewise.
18876 * gdb.mi/mi-nsthrexec.exp: Likewise.
18877 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18878 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18879 * gdb.python/py-evsignal.exp: Don't enable target-async.
18880 * gdb.python/py-evthreads.exp: Likewise.
18881 * gdb.python/py-prompt.exp: Likewise.
18882 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18883 * gdb.server/solib-list.exp: Don't enable target-async.
18884 * gdb.threads/thread-specific-bp.exp: Likewise.
18885 * lib/mi-support.exp: Adjust to use mi-async.
18886
fd664c91
PA
188872014-05-29 Pedro Alves <palves@redhat.com>
18888
18889 PR gdb/13860
18890 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18891 reason, even in sync mode.
18892
251bde03
PA
188932014-05-29 Pedro Alves <palves@redhat.com>
18894 Hui Zhu <hui@codesourcery.com>
18895
18896 PR PR15693
18897 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18898 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18899 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18900 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18901
7f3c0343
JB
189022014-05-28 Joel Brobecker <brobecker@adacore.com>
18903
18904 * config/monitor.exp (gdb_target_monitor): Replace use of
18905 "set remotebaud" by "set serial baud".
18906
b2715b27
AW
189072014-05-26 Andy Wingo <wingo@igalia.com>
18908
18909 * gdb.guile/scm-breakpoint.exp:
18910 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18911 properties instead of gdb-object-properties.
18912
498a4489
YQ
189132014-05-26 Yao Qi <yao@codesourcery.com>
18914
18915 * gdb.server/no-thread-db.exp: Specify source file name
18916 explicitly when setting a breakpoint.
18917
589fdceb
MM
189182014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18919
18920 * gdb.btrace/vdso.c: New.
18921 * gdb.btrace/vdso.exp: New.
18922
e9089e05
MM
189232014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18924
18925 * gdb.base/gcore.exp (capture_command_output): Move ...
18926 * lib/gdb.exp (capture_command_output): ... here.
18927
67b5c0c1
MM
189282014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18929
18930 * gdb.btrace/data.exp: Test memory access during btrace replay.
18931
a2199296
SM
189322014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18933
18934 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18935
17b2616c
PA
189362014-05-21 Pedro Alves <palves@redhat.com>
18937
18938 PR gdb/13860
18939 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18940 (top level): Test that output related to execution commands is
18941 sent to the console with CLI commands, but not with MI commands.
18942 Test that breakpoint events are always mirrored to the console.
18943 Also expect the new source line to be output after a "next" in
18944 async mode too. Make it a pass/fail test.
18945 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18946 output.
18947 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18948
5166082f
PA
189492014-05-21 Pedro Alves <palves@redhat.com>
18950
18951 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18952 Use them to test variations of "list" after reaching a breakpoint.
18953 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18954 Test "list" with listsize 10 after reaching a breakpoint.
18955 * gdb.python/python.exp (decode_line current location line
18956 number): Adjust expected line number.
18957
2f25d70f
SM
189582014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18959
18960 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18961 behavior for $args, pass it directly to "run".
18962
ff604a67
MR
189632014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18964
18965 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18966 30000 to 65536.
18967
6a3cb8e8
PA
189682014-05-21 Pedro Alves <palves@redhat.com>
18969
18970 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18971 auto-connect-native-target off".
18972 * gdb.base/auto-connect-native-target.c: New file.
18973 * gdb.base/auto-connect-native-target.exp: New file.
18974
4ebfc96e
PA
189752014-05-21 Pedro Alves <palves@redhat.com>
18976
18977 * gdb.base/default.exp: Test "target native" instead of "target
18978 child".
18979
36d46afb
MW
189802014-05-21 Mark Wielaard <mjw@redhat.com>
18981
18982 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18983
5876f503
JK
189842014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18985
18986 Fix TLS access for -static -pthread.
18987 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18988 <HAVE_TLS> (thread_function, main): Initialize it.
18989 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18990 Add clean_restart.
18991 <$have_tls != "">: Check TLSVAR.
18992
0256a6ac
PA
189932014-05-21 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.base/dcache-line-read-error.c: New.
18996 * gdb.base/dcache-line-read-error.exp: New.
18997
936d2992
PA
189982014-05-20 Pedro Alves <palves@redhat.com>
18999
19000 * gdb.base/compare-sections.c: New file.
19001 * gdb.base/compare-sections.exp: New file.
19002
802e8e6d
PA
190032014-05-20 Pedro Alves <palves@redhat.com>
19004
19005 * gdb.base/break-idempotent.c: New file.
19006 * gdb.base/break-idempotent.exp: New file.
19007
e59fa00f
MM
190082014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19009
19010 * gdb.btrace/nohist.exp: New.
19011
8b696e31
YQ
190122014-05-20 Yao Qi <yao@codesourcery.com>
19013
19014 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19015 gdb.reverse directory and gdb_reverse_timeout exists in board
19016 setting.
19017 * README: Document gdb_reverse_timeout.
19018
73c9764f
YQ
190192014-05-20 Yao Qi <yao@codesourcery.com>
19020
19021 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19022 'test_file_name'. Treat args as a string instead of a list.
19023 (gdb_init): Rename argument 'args' by 'test_file_name'.
19024
f1f4348a
JK
190252014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19026
19027 * gdb.arch/powerpc-power.exp: New file.
19028 * gdb.arch/powerpc-power.s: New file.
19029
0dbe70ce
DE
190302014-05-16 Doug Evans <dje@google.com>
19031
19032 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19033 * gdb.base/completion.exp: Check that all expected files exist
19034 before doing file completion.
0dbe70ce 19035
8d551b02
DE
190362014-05-16 Doug Evans <dje@google.com>
19037
19038 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19039 Update.
19040 (do_syscall_tests_without_xml): Update.
19041
73eb7709
PA
190422014-05-16 Pedro Alves <palves@redhat.com>
19043
19044 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19045 instead of "unknown output after running".
19046
3fae92fc
YQ
190472014-05-16 Yao Qi <yao@codesourcery.com>
19048
19049 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19050 file1.txt from host at the end.
19051 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19052
c2b2ccc5
DE
190532014-05-15 Doug Evans <dje@google.com>
19054
19055 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19056 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19057 loading file. Add test for TU lookup.
19058
8c217a4b
SM
190592014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19060
19061 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19062 calling "-exec-arguments" or "set args" before running the
19063 inferior.
19064
3deb39c6
SM
190652014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19066
19067 * lib/mi-support.exp (mi_expect_stop): Expect message for
19068 inferiors that exit with non-zero exit code.
19069
71a79f8c
YQ
190702014-05-14 Yao Qi <yao@codesourcery.com>
19071
19072 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19073 match absolute path on remote host.
19074 (test_file_list_exec_source_files): Remove "/" from the
19075 pattern.
19076
f23fcd46
YQ
190772014-05-14 Yao Qi <yao@codesourcery.com>
19078
19079 * boards/local-remote-host-notty.exp (${board}_file): New
19080 proc.
19081
9404b58f
KM
190822014-05-07 Kyle McMartin <kyle@redhat.com>
19083
19084 Pushed by Joel Brobecker <brobecker@adacore.com>.
19085 * gdb.arch/aarch64-atomic-inst.c: New file.
19086 * gdb.arch/aarch64-atomic-inst.exp: New file.
19087
5e45f04c
YQ
190882014-05-07 Yao Qi <yao@codesourcery.com>
19089
19090 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19091 in current context" too.
19092
c888a17d
KS
190932014-05-05 Keith Seitz <keiths@redhat.com>
19094
19095 * gdb.linespec/ls-dollar.exp: Add test for linespec
19096 file:convenience_variable.
19097
290a839c
YQ
190982014-05-05 Yao Qi <yao@codesourcery.com>
19099
19100 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19101 traceframes into tfile and ctf trace files. Read data from
19102 trace file and test collected data.
19103 (gdb_collect_locals_test): Likewise.
19104 (gdb_unavailable_registers_test): Likewise.
19105 (gdb_unavailable_floats): Likewise.
19106 (gdb_collect_globals_test): Likewise.
19107 (top-level): Append "ctf" to trace_file_targets if GDB
19108 supports.
19109
b5262cd0
YQ
191102014-05-05 Yao Qi <yao@codesourcery.com>
19111
19112 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19113 code to ...
19114 (gdb_collect_args_test_1): ... it. New proc.
19115 (gdb_collect_locals_test): Move some code to ...
19116 (gdb_collect_locals_test_1): ... it. New proc.
19117 (gdb_unavailable_registers_test): Move some code to ...
19118 (gdb_unavailable_registers_test_1): ... it. New proc.
19119 (gdb_unavailable_floats): Move some code to ...
19120 (gdb_unavailable_floats_1): ... it. New proc.
19121
30a1e6cc
SDJ
191222014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19123
19124 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19125 probes to test for bitness recognition.
19126 * gdb.arch/amd64-stap-optional-prefix.exp
19127 (test_probe_value_without_reg): New procedure.
19128 Add code to test for different kinds of bitness.
19129
f33da99a
SDJ
191302014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19131
19132 PR breakpoints/16889
19133 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19134 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19135
5b80f00d
PA
191362014-05-01 Pedro Alves <palves@redhat.com>
19137
19138 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19139 gdb_file_cmd if no file is specified.
19140 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19141 last_loaded_file to set the remote exec-file.
19142
f8c2a73c
PA
191432014-05-01 Pedro Alves <palves@redhat.com>
19144
19145 * boards/local-remote-host.exp: New file.
19146
be6e8ac7
PA
191472014-05-01 Pedro Alves <palves@redhat.com>
19148
19149 * boards/local-remote-host.exp: Rename to ...
19150 * boards/local-remote-host-notty.exp: ... this.
19151
cac0dc8f
JB
191522014-04-28 Joel Brobecker <brobecker@adacore.com>
19153
19154 * gdb.ada/dyn_arrayidx: New testcase.
19155
9730e6cc
YQ
191562014-04-26 Yao Qi <yao@codesourcery.com>
19157
19158 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19159 and compute the length of function main. Save it in
19160 $main_length.
19161 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19162 (top-level): Use gdb_compile to compile objects into
19163 executable and restart GDB. Remove invocation to
19164 prepare_for_testing.
19165
7ae1a6a6
PA
191662014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19167 Pedro Alves <palves@redhat.com>
19168
19169 PR server/16255
19170 * gdb.multi/multi-attach.c: New file.
19171 * gdb.multi/multi-attach.exp: New file.
19172
4082afcc
PA
191732014-04-25 Pedro Alves <palves@redhat.com>
19174
19175 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19176 user.
19177 (top level): Test that "set remote conditional-breakpoints-packet
19178 off" works as intended.
19179 * gdb.base/dprintf.exp: Test that "set remote
19180 breakpoint-commands-packet off" works as intended.
19181 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19182 New function.
19183 (top level): Call it.
19184 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19185 remote fast-tracepoints-packet off" works as intended.
19186 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19187 * lib/gdb.exp (gdb_is_target_remote): ... here.
19188
2abc3f8d
DB
191892014-04-24 David Blaikie <dblaikie@gmail.com>
19190
19191 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19192 ensure clang would not discard them.
19193 * gdb.base/gdbvars.c: Ditto.
19194 * gdb.base/memattr.c: Ditto.
19195 * gdb.base/whatis.c: Ditto.
19196 * gdb.python/py-prettyprint.c: Ditto.
19197 * gdb.trace/actions.c: Ditto.
19198 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19199 ensure clang would not discard it.
19200
bfd39632
DB
192012014-04-24 David Blaikie <dblaikie@gmail.com>
19202
19203 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19204 clang to emit the full definition of type required by the test
19205 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19206
22842ff6
DB
192072014-04-24 David Blaikie <dblaikie@gmail.com>
19208
19209 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19210 coax Clang into emitting the definition of the type.
19211 * gdb.cp/pr10728-x.h (y): Ditto.
19212 * gdb.cp/pr10728-y.cc (y): Ditto.
19213
c2e827ad
DB
192142014-04-24 David Blaikie <dblaikie@gmail.com>
19215
19216 * gdb.base/label.exp: XFAIL label related tests under Clang.
19217 * gdb.cp/cplabel.exp: Ditto.
19218 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19219 under Clang those using labels.
19220
4c2d33e7
YQ
192212014-04-25 Yao Qi <yao@codesourcery.com>
19222
19223 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19224 double_label.
19225 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19226 partial_label and double_label.
19227
56083b99
DB
192282014-04-24 David Blaikie <dblaikie@gmail.com>
19229
19230 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19231
25d4e99d
DB
192322014-04-24 David Blaikie <dblaikie@gmail.com>
19233
19234 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19235 of the function to work across GCC and Clang.
19236 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19237 pointer types (const void ** const V void **).
19238
01f9f808
MS
192392014-04-24 Michael Sturm <michael.sturm@mintel.com>
19240 Walfred Tedeschi <walfred.tedeschi@intel.com>
19241
19242 * Makefile.in (EXECUTABLES): Added i386-avx512.
19243 * gdb.arch/i386-avx512.c: New file.
19244 * gdb.arch/i386-avx512.exp: Likewise.
19245
4b48d439
KS
192462014-04-23 Keith Seitz <keiths@redhat.com>
19247
19248 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19249 (mi_make_breakpoint_table): New procedure.
19250 (mi_create_breakpoint): Use mi_make_breakpoint
19251 and return the result.
19252 (mi_make_breakpoint): New procedure.
19253 (mi_build_kv_pairs): New procedure.
19254
19255 * gdb.mi/mi-break.exp: Remove unused globals,
19256 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19257 All callers updated.
19258 * gdb.mi/mi-dprintf.exp: Use variable to track command
19259 number.
19260 Update all callers of mi_create_breakpoint and use
19261 mi_make_breakpoint_table.
19262 Remove any unused global variables.
19263 * gdb.mi/mi-nonstop.exp: Likewise.
19264 * gdb.mi/mi-nsintrall.exp: Likewise.
19265 * gdb.mi/mi-nsmoribund.exp: Likewise.
19266 * gdb.mi/mi-nsthrexec.exp: Likewise.
19267 * gdb.mi/mi-reverse.exp: Likewise.
19268 * gdb.mi/mi-simplerun.exp: Likewise.
19269 * gdb.mi/mi-stepn.exp: Likewise.
19270 * gdb.mi/mi-syn-frame.exp: Likewise.
19271 * gdb.mi/mi-until.exp: Likewise.
19272 * gdb.mi/mi-var-cp.exp: Likewise.
19273 * gdb.mi/mi-var-display.exp: Likewise.
19274 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19275 * gdb.mi/mi2-var-child.exp: Likewise.
19276 * gdb.mi/mi-vla-c99.exp: Likewise.
19277 * lib/mi-support.exp: Likewise.
19278
19279 From Ian Lance Taylor <iant@cygnus.com>:
19280 * lib/gdb.exp (parse_args): New procedure.
19281
08351840
PA
192822014-04-23 Pedro Alves <palves@redhat.com>
19283
19284 * gdb.base/break-unload-file.c: New file.
19285 * gdb.base/break-unload-file.exp: New file.
19286 * gdb.base/sym-file-lib.c (baz): New function.
19287 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19288 field.
19289 (load): Store the segment's mapped size.
19290 (unload): New function.
19291 (unload_shlib): New function.
19292 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19293 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19294 set a breakpoint at baz, and call it.
19295 * gdb.base/sym-file.exp: New tests for stale breakpoint
19296 instructions.
19297
076855f9
PA
192982014-04-23 Pedro Alves <palves@redhat.com>
19299
19300 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19301 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19302 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19303 * gdb.base/hbreak-unmapped.c: New file.
19304 * gdb.base/hbreak-unmapped.exp: New file.
19305 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19306 * lib/gdb.exp (gdb_is_target_remote): ... here.
19307
483805cf
PA
193082014-04-22 Pedro Alves <palves@redhat.com>
19309
19310 * gdb.base/consecutive-step-over.c: New file.
19311 * gdb.base/consecutive-step-over.exp: New file.
19312
06d97543
PA
193132014-04-22 Pedro Alves <palves@redhat.com>
19314
19315 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19316 instead of send_gdb/gdb_expect.
19317
b4429ea2
YQ
193182014-04-22 Yao Qi <yao@codesourcery.com>
19319
19320 * lib/trace-support.exp (generate_tracefile): New procedure.
19321 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19322 return 0.
19323 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19324 if generate_tracefile returns 1.
19325
51d48146
PA
193262014-04-18 Tom Tromey <palves@redhat.com>
19327 Pedro alves <tromey@redhat.com>
19328
19329 PR backtrace/15558
19330 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19331 with a backtrace limit.
19332 * gdb.python/py-frame-inline.exp: Test running to an inline
19333 function with a backtrace limit, and printing the newest frame.
19334 * gdb.python/py-frame-inline.c (main): Call f.
19335
bd1dce5f
MS
193362014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19337
19338 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19339
40d1a503
MS
193402014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19341
19342 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19343 Drop prefix from unsupported source file path.
19344
389b98f7
YQ
193452014-04-17 Yao Qi <yao@codesourcery.com>
19346
19347 * lib/gdb.exp (with_target_charset): New proc.
19348 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19349 with_target_charset.
19350 (test_print_strings): Likewise.
19351 (test_repeat_bytes): Likewise.
19352 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19353 for some tests.
19354
22869d73
KS
193552014-04-16 Keith Seitz <keiths@redhat.com>
19356
19357 PR gdb/15827
19358 * gdb.dwarf2/corrupt.c: New file.
19359 * gdb.dwarf2/corrupt.exp: New file.
19360
c4f87ca6
KS
193612014-04-16 Keith Seitz <keiths@redhat.com>
19362
19363 PR c++/16597
19364 * gdb.cp/namelessclass.cc: New file.
19365 * gdb.cp/namelessclass.exp: New file.
19366 * gdb.cp/namelessclass.S: New file.
19367
ab19de87
DE
193682014-04-16 Doug Evans <dje@google.com>
19369
19370 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19371 Add comment.
19372 (gdbserver_default_get_comm_port): New function.
19373 (gdbserver_start): Check if board file provided
19374 "gdbserver,get_comm_port" and use it if so.
19375 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19376 (gdb,socketport): Set to "stdio".
19377 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19378 (stdio_gdbserver_template): Delete.
19379 (${board}_get_remote_address): Update.
19380 (${board}_build_remote_cmd): Delete.
19381 (${board}_get_comm_port): New function.
19382 (${board}_spawn): Update.
19383 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19384 Delete.
19385 (${board}_get_remote_address): Update.
19386 (${board}_get_comm_port): New function.
19387
fc98a809
AB
193882014-04-16 Andrew Burgess <aburgess@broadcom.com>
19389
19390 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19391 appearing in any order.
19392
87fd9e6e
DE
193932014-04-15 Doug Evans <dje@google.com>
19394
19395 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19396 uninitialized value of "description".
19397
099fc3ea
KS
193982014-04-15 Keith Seitz <keiths@redhat.com>
19399
19400 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19401 Remove unused globals.
19402 (test_running_the_program): Likewise.
19403 (test_controlled_execution): Likewise.
19404 (test_controlling_breakpoints): Likewise.
19405 (test_program_termination): Likewise.
19406
5da151d4
KS
194072014-04-15 Keith Seitz <keiths@redhat.com>
19408
19409 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19410 unused globals.
19411 (test_rbreak_creation_and_listing): Likewise.
19412 (test_ignore_count): Likewise.
19413 (test_error): Likewise.
19414
35e5d2f0
PA
194152014-04-15 Pedro Alves <palves@redhat.com>
19416
19417 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19418 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19419 sym-file-loader.c.
19420 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19421 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19422 to sym-file-loader.c.
19423 (struct library): Forward declare.
19424 (load_shlib, lookup_function): Change prototypes.
19425 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19426 (translate_offset): Remove declarations.
19427 (get_text_addr): New declaration.
19428 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19429 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19430 sym-file-loader.h.
19431 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19432 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19433 here from sym-file-loader.h.
19434 (struct library): New structure.
19435 (load_shlib, lookup_function): Change prototypes and adjust to
19436 work with a struct library.
19437 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19438 (translate_offset): Make static.
19439 (get_text_addr): New function.
19440 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19441
eb4c1710
PA
194422014-04-15 Pedro Alves <palves@redhat.com>
19443
19444 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19445
2d1baf52
PA
194462014-04-15 Pedro Alves <palves@redhat.com>
19447
19448 * gdb.base/sym-file-loader.c: Include <limits.h>.
19449 (SELF_LINK): New define.
19450 (get_origin): New function.
19451 (load_shlib): Use it.
19452 * gdb.base/sym-file.exp: Don't early return if the target is
19453 remote. Use runto_main, and issue fail is that fails. Use
19454 gdb_load_shlibs.
19455 (shlib_name): Delete.
19456 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19457
7dd6df01
PA
194582014-04-15 Pedro Alves <palves@redhat.com>
19459
19460 * gdb.base/sym-file.exp: Remove regex characters from test
19461 message. Don't refer to breakpoint numbers in test messages.
19462
b50c8614
KS
194632014-04-14 Keith Seitz <keiths@redhat.com>
19464
19465 PR c++/16253
19466 * gdb.cp/var-tag.cc: New file.
19467 * gdb.cp/var-tag.exp: New file.
19468 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19469 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19470 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19471 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19472
3d567982
TT
194732014-04-14 Tom Tromey <tromey@redhat.com>
19474
19475 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19476 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19477 type.
19478 * gdb.cp/enum-class.exp: New file.
19479 * gdb.cp/enum-class.cc: New file.
19480
0626fc76
TT
194812014-04-14 Tom Tromey <tromey@redhat.com>
19482
19483 * gdb.dwarf2/enum-type.exp: New file.
19484
dca325b3
SA
194852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19486
19487 * gdb.mi/mi-vla-c99.exp: New file.
19488 * gdb.mi/vla.c: New file.
19489
5854b38a
SA
194902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19491
19492 * gdb.base/vla-datatypes.c: New file.
19493 * gdb.base/vla-datatypes.exp: New file.
19494
463bb957
SA
194952014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19496
19497 * gdb.base/vla-ptr.c: New file.
19498 * gdb.base/vla-ptr.exp: New file.
19499
3dd170be
SA
195002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19501
19502 * gdb.dwarf2/count.exp: New file.
19503
5ecaaa66
SA
195042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19505
19506 * gdb.base/vla-sideeffect.c: New file.
19507 * gdb.base/vla-sideeffect.exp: New file.
19508
41f1ada5
DB
195092014-04-14 David Blaikie <dblaikie@gmail.com>
19510
19511 * gdb.mi/non-stop.c: Add return value for non-void function return
19512 statement.
19513 * gdb.threads/staticthreads.c: Ditto.
19514
0be03e84
DE
195152014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19516 Doug Evans <xdje42@gmail.com>
19517
19518 * gdb.guile/scm-value.c: Improve test case.
19519 * gdb.guile/scm-value.exp: Add new test.
19520
f180a1fb
DB
195212014-04-11 David Blaikie <dblaikie@gmail.com>
19522
19523 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19524 override Clang's default.
19525
6b662e19
JB
195262014-04-11 Joel Brobecker <brobecker@adacore.com>
19527
19528 Revert the following changes (regressions):
19529
19530 * gdb.base/vla-sideeffect.c: New file.
19531 * gdb.base/vla-sideeffect.exp: New file.
19532
19533 * gdb.dwarf2/count.exp: New file.
19534
19535 * gdb.base/vla-multi.c: New file.
19536 * gdb.base/vla-multi.exp: New file.
19537
19538 * gdb.base/vla-ptr.c: New file.
19539 * gdb.base/vla-ptr.exp: New file.
19540
19541 * gdb.base/vla-datatypes.c: New file.
19542 * gdb.base/vla-datatypes.exp: New file.
19543
19544 * gdb.mi/mi-vla-c99.exp: New file.
19545 * gdb.mi/vla.c: New file.
19546
245a5f0b
KS
195472014-04-11 Keith Seitz <keiths@redhat.com>
19548
19549 PR c++/16675
19550 * gdb.cp/cpsizeof.exp: New file.
19551 * gdb.cp/cpsizeof.cc: New file.
19552
58a84dcf
SA
195532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19554
191a8a90
JB
19555 * gdb.mi/mi-vla-c99.exp: New file.
19556 * gdb.mi/vla.c: New file.
58a84dcf 19557
c8655f75
SA
195582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19559
19560 * gdb.base/vla-datatypes.c: New file.
19561 * gdb.base/vla-datatypes.exp: New file.
19562
024e13b4
SA
195632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19564
19565 * gdb.base/vla-ptr.c: New file.
19566 * gdb.base/vla-ptr.exp: New file.
19567
1a237e0e
SA
195682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19569
19570 * gdb.base/vla-multi.c: New file.
19571 * gdb.base/vla-multi.exp: New file.
19572
504f3432
SA
195732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19574
19575 * gdb.dwarf2/count.exp: New file.
19576
3bce8237
SA
195772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19578
191a8a90
JB
19579 * gdb.base/vla-sideeffect.c: New file.
19580 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19581
322f9c21
YQ
195822014-04-11 Yao Qi <yao@codesourcery.com>
19583
19584 * gdb.base/completion.exp: Check file exists before running tests
19585 on file completion.
19586
d708bcd1
PA
195872014-04-10 Pedro Alves <palves@redhat.com>
19588
19589 * gdb.base/cond-eval-mode.c: New file.
19590 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19591 prepare_for_testing to build the new file. Check result of
19592 runto_main.
19593 (test_break, test_watch): New procedures.
19594 (top level): Use them.
19595
ae1d2761
PM
195962014-04-08 Pierre Muller <muller@sourceware.org>
19597
19598 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19599 Ctrl-V use for mingw hosts.
19600
7af389b8
SC
196012014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19602
19603 * gdb.python/py-value.c: Improve test case.
19604 * gdb.python/py-value.exp: Add new test.
19605
5e703181
DE
196062014-04-07 David Blaikie <dblaikie@gmail.com>
19607
19608 * lib/compiler.c: Identify the clang compiler.
19609 * lib/compiler.cc: Ditto.
19610
9810b410
YQ
196112014-04-03 Yao Qi <yao@codesourcery.com>
19612
19613 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19614
98d1b8dc
AB
196152014-04-01 Anton Blanchard <anton@samba.org>
19616
19617 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19618 messages unique.
19619
3114cea1
AB
196202014-04-01 Anton Blanchard <anton@samba.org>
19621
19622 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19623 prepare_for_testing.
19624
62f7182c
AB
196252014-04-01 Anton Blanchard <anton@samba.org>
19626
19627 * gdb.arch/ppc64-atomic-inst.c: Remove.
19628 * gdb.arch/ppc64-atomic-inst.S: New file.
19629 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19630
770e7fc7
DE
196312014-03-31 Doug Evans <dje@google.com>
19632
19633 * gdb.base/print-symbol-loading-lib.c: New file.
19634 * gdb.base/print-symbol-loading-main.c: New file.
19635 * gdb.base/print-symbol-loading.exp: New file.
19636
46e2bafa
YQ
196372014-03-31 Yao Qi <yao@codesourcery.com>
19638
19639 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19640
8776cfe9
JB
196412014-03-28 Joel Brobecker <brobecker@adacore.com>
19642
19643 * gdb.ada/mi_dyn_arr: New testcase.
19644
5d1ef361
DE
196452014-03-27 Doug Evans <dje@google.com>
19646
19647 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19648
b5bee914
YQ
196492014-03-27 Yao Qi <yao@codesourcery.com>
19650
19651 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19652 if target is nios2-*-*.
19653
0d4d0e77
YQ
196542014-03-26 Yao Qi <yao@codesourcery.com>
19655
19656 * lib/gdb.exp (readline_is_used): New proc.
19657 * gdb.base/completion.exp: Move tests on command complete up.
19658 Skip the rest of tests if readline is not used.
19659 * gdb.ada/complete.exp: Skp the test if readline is not
19660 used.
19661 * gdb.base/filesym.exp: Likewise.
19662 * gdb.base/macscp.exp: Likewise.
19663 * gdb.base/readline-ask.exp: Likewise.
19664 * gdb.base/readline.exp: Likewise.
19665 * gdb.python/py-cmd.exp: Likewise.
19666 * gdb.trace/tfile.exp: Likewise.
19667
29361eee
YQ
196682014-03-26 Yao Qi <yao@codesourcery.com>
19669
19670 * gdb.base/macscp.exp: Fix code format issues.
19671
bc9a5525
UW
196722014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19673
19674 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19675 * gdb.asm/powerpc64le.inc: New file.
19676
d3839ede
PA
196772014-03-25 Pedro Alves <palves@redhat.com>
19678 Doug Evans <dje@google.com>
19679
19680 * gdb.base/source-execution.c: New file.
19681 * gdb.base/source-execution.exp: New file.
19682 * gdb.base/source-execution.gdb: New file.
19683
01672a57
DE
196842014-03-24 Doug Evans <dje@google.com>
19685
19686 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19687 using fission.
19688
88bbeca9
HZ
196892014-03-24 Hui Zhu <hui@codesourcery.com>
19690 Pedro Alves <palves@redhat.com>
19691
19692 PR breakpoints/16101
19693 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19694 test pass/fail messages. Detect missing support for dprintf when
19695 breakpoints are actually inserted.
19696 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19697 breakpoints are actually inserted.
19698 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19699 fails.
19700
d2348791
JK
197012014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19702
19703 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19704
feef67ab
DE
197052014-03-22 Doug Evans <xdje42@gmail.com>
19706
19707 * gdb.python/python.exp (python not supported): Verify multi-line
19708 python command issues an error.
25d743f9 19709 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19710 guile command issues an error.
feef67ab 19711
ecebef6a
MR
197122014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19713
19714 * gdb.threads/thread-specific.exp: Handle the lack of usable
19715 $this_breakpoint and $this_thread.
19716
ccdd1909
HZ
197172014-03-21 Hui Zhu <hui@codesourcery.com>
19718
19719 * gdb.base/attach.exp (do_command_attach_tests): New.
19720
beb460e8
PA
197212014-03-20 Tom Tromey <tromey@redhat.com>
19722 Pedro Alves <palves@redhat.com>
19723
19724 PR cli/15718
19725 * gdb.base/condbreak-call-false.c: New file.
19726 * gdb.base/condbreak-call-false.exp: New file.
19727
40acf43a
PA
197282014-03-20 Pedro Alves <palves@redhat.com>
19729
19730 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19731 Delete.
19732 (block_signals, unblock_signals): Delete.
19733 (child_function_2, main): Remove references to deleted variable
19734 and functions.
19735
9f5e1e02
PA
197362014-03-20 Pedro Alves <palves@redhat.com>
19737
19738 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19739 Use pthread_kill to signal thread 2.
19740 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19741 Adjust to make the test send itself a signal rather than using the
19742 host's "kill" command.
19743
99619bea
PA
197442014-03-20 Pedro Alves <palves@redhat.com>
19745
19746 * gdb.threads/multiple-step-overs.c: New file.
19747 * gdb.threads/multiple-step-overs.exp: New file.
19748 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19749 Adjust expected infrun debug output.
19750
2adfaa28
PA
197512014-03-20 Pedro Alves <palves@redhat.com>
19752
19753 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19754 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19755
31e77af2
PA
197562014-03-20 Pedro Alves <palves@redhat.com>
19757
19758 PR breakpoints/7143
19759 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19760 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19761 of gdb_test_multiple.
19762 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19763 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19764
b9f437de
PA
197652014-03-20 Pedro Alves <palves@redhat.com>
19766
19767 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19768 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19769
05adc73e
PA
197702014-03-19 Pedro Alves <palves@redhat.com>
19771
19772 * gdb.base/async.exp: Remove early return.
19773
6048b950
PA
197742014-03-19 Pedro Alves <palves@redhat.com>
19775
19776 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19777
8bcfb00a
PA
197782014-03-19 Pedro Alves <palves@redhat.com>
19779
19780 * gdb.base/async.exp (test_background): Expect \r\n after
19781 "completed." in the fail pattern.
19782
884e37dc
PA
197832014-03-19 Pedro Alves <palves@redhat.com>
19784
19785 * gdb.base/async.exp (test_background): New procedure.
19786 Use it for all background execution command tests.
19787
148e57e2
PA
197882014-03-19 Pedro Alves <palves@redhat.com>
19789
19790 * gdb.base/async.exp: Use prepare_for_testing.
19791
f48088c7
PA
197922014-03-19 Pedro Alves <palves@redhat.com>
19793
19794 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19795 the same line.
19796
e2f6c966
PA
197972014-03-19 Pedro Alves <palves@redhat.com>
19798
19799 * gdb.base/async.c (main): Add "jump here" and "until here" line
19800 marker comments.
19801 * gdb.base/async.exp (jump_here): New global.
19802 (jump& test): Use it.
19803 (until_here): New global.
19804 (until& test): Use it.
19805
c30568d4
PA
198062014-03-19 Pedro Alves <palves@redhat.com>
19807
19808 * gdb.base/async.exp: Don't frob gdb_protocol.
19809
0172b6a7
DE
198102014-03-18 Doug Evans <xdje42@gmail.com>
19811
19812 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19813 Fix spelling of exec-done-display.
19814
06c868a8
JK
198152014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19816
19817 PR gdb/15358
19818 * gdb.base/gdb-sigterm.c: New file.
19819 * gdb.base/gdb-sigterm.exp: New file.
19820
0c7e1a46
PA
198212014-03-18 Pedro Alves <palves@redhat.com>
19822
19823 PR gdb/13860
19824 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19825 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19826 solib-event.
19827
f7c77d93
JB
198282014-03-17 Joel Brobecker <brobecker@adacore.com>
19829
19830 * gdb.ada/pckd_arr_ren: New testcase.
19831
5a1e8c7a
DE
198322014-03-13 Doug Evans <xdje42@gmail.com>
19833
19834 PR guile/16612
19835 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19836 collect after discarding symbols.
19837
350e1a76
DE
198382014-03-13 Ludovic Courtès <ludo@gnu.org>
19839 Doug Evans <xdje42@gmail.com>
19840
19841 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19842 to history survives a gc.
19843
a69900ae
PA
198442014-03-13 Pedro Alves <palves@redhat.com>
19845
19846 * gdb.base/default.exp: Don't test "target procfs".
19847
5db9f0bd
PA
198482014-03-13 Pedro Alves <palves@redhat.com>
19849
19850 * gdb.base/default.exp: Update "target child" and "target procfs"
19851 tests to not expect "Unix".
19852
b3ccfe11
TT
198532014-03-12 Tom Tromey <tromey@redhat.com>
19854
19855 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19856 New procs. Add target-async tests.
19857 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19858 Add target-async tests.
19859
646f4417
AA
198602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19861
19862 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19863 'func_start' and 'func_end' for the beginning and end of the
19864 function code, respectively.
19865 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19866 'func_end' instead of 'func' and 'main'.
19867
288c211f
AA
198682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19869
19870 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19871 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19872 generate the debug info assembler source.
19873
e0c0f156
AA
198742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19875
19876 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19877 * gdb.dwarf2/arr-subrange.exp: Likewise.
19878 * gdb.dwarf2/dwz.exp: Likewise.
19879 * gdb.dwarf2/method-ptr.exp: Likewise.
19880 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19881 * gdb.dwarf2/subrange.exp: Likewise.
19882 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19883 * gdb.dwarf2/implptrpiece.exp: Likewise.
19884 * gdb.dwarf2/nostaticblock.exp: Likewise.
19885
0e5c4555
AA
198862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19887
19888 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19889 directory to absolute path name arguments.
19890
5ec18f2b
JG
198912014-03-10 Joel Brobecker <brobecker@adacore.com>
19892
19893 * gdb.ada/tagged_access: New testcase.
19894
847fc4f2
MM
198952014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19896
19897 * gdb.btrace/data.exp: Update expected output.
19898
cc3da688
YQ
198992014-03-06 Yao Qi <yao@codesourcery.com>
19900
19901 * gdb.trace/pr16508.exp: New file.
19902
0f26cec1
PA
199032014-03-05 Pedro Alves <palves@redhat.com>
19904
19905 PR gdb/16575
19906 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19907 procedure.
19908 (top level): Adjust to use it. Add tests that exercise breakpoint
19909 interaction with the code-cache.
19910
7a5a839f
LC
199112014-02-26 Ludovic Courtès <ludo@gnu.org>
19912
19913 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19914 test for 'history-append!'.
19915
31aa7e4e
JB
199162014-02-26 Joel Brobecker <brobecker@adacore.com>
19917
19918 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19919 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19920 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19921 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19922 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19923 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19924
1b588015
JB
199252014-02-26 Joel Brobecker <brobecker@adacore.com>
19926
19927 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19928 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19929 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19930
55426c9d
JB
199312014-02-26 Joel Brobecker <brobecker@adacore.com>
19932
19933 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19934
dc53a7ad
JB
199352014-02-26 Joel Brobecker <brobecker@adacore.com>
19936
19937 * gdb.dwarf2/arr-stride.c: New file.
19938 * gdb.dwarf2/arr-stride.exp: New file.
19939
12ab52e9
PA
199402014-02-26 Pedro Alves <palves@redhat.com>
19941
19942 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19943 that won't ever trigger. Make sure that GDB reports the correct
19944 breakpoint that caused the stop.
19945
849c862e
JK
199462014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19947
19948 PR gdb/16626
19949 * gdb.base/auto-load-script: New file.
19950 * gdb.base/auto-load.c: New file.
19951 * gdb.base/auto-load.exp: New file.
19952
71b7d793
JK
19953 PR gdb/16626
19954 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19955
e2f0d509
JK
199562014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19957
19958 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19959 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19960
50cc37c8
DE
199612014-02-24 Doug Evans <dje@google.com>
19962
19963 * lib/gdb.exp (run_on_host): Log error output if program fails.
19964
ea4758f2
PA
199652014-02-21 Pedro Alves <palves@redhat.com>
19966
19967 * gdb.threads/step-after-sr-lock.c: Rename to ...
19968 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19969 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19970 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19971 ... this.
19972
d7b30f67
SDJ
199732014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19974
19975 PR tdep/16397
19976 * gdb.arch/amd64-stap-special-operands.exp: New file.
19977 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19978 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19979 * gdb.arch/amd64-stap-triplet.S: Likewise.
19980 * gdb.arch/amd64-stap-triplet.c: Likewise.
19981
83deb43f
JB
199822014-02-20 Joel Brobecker <brobecker@adacore.com>
19983
19984 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19985 in .section pseudo-op.
19986
adde2bff
DE
199872014-02-20 lin zuojian <manjian2006@gmail.com>
19988 Joel Brobecker <brobecker@adacore.com>
19989 Doug Evans <xdje42@gmail.com>
19990
19991 PR symtab/16581
19992 * gdb.dwarf2/dw2-icycle.S: New file.
19993 * gdb.dwarf2/dw2-icycle.c: New file.
19994 * gdb.dwarf2/dw2-icycle.exp: New file.
19995
f7bd0f78
SC
199962014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19997
19998 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19999 operations on gdb.Value objects.
20000 * gdb.python/py-value-cc.exp: Add new test to test operations on
20001 gdb.Value objects.
20002
c17ef0d5
DE
200032014-02-18 Doug Evans <dje@google.com>
20004
20005 * Makefile.in (TESTS): New variable.
20006 (expanded_tests, expanded_tests_or_none): New variables
20007 (check-single): Pass $(expanded_tests_or_none) to runtest.
20008 (check-parallel): Only run tests in $(TESTS) if non-empty.
20009 (check/no-matching-tests-found): New rule.
20010 * README: Document TESTS makefile variable.
20011
5dd3176f
DE
200122014-02-18 Doug Evans <dje@google.com>
20013
20014 * Makefile.in (check-parallel): rm -rf outputs temp.
20015
0b10be4f
JK
200162014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20017
20018 Fix "ERROR: no fileid for" in the testsuite.
20019 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20020
85f224e7
DE
200212014-02-12 Doug Evans <dje@google.com>
20022
20023 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20024 (MISCELLANEOUS): New variable.
20025 (clean): rm -rf $(MISCELLANEOUS).
20026 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20027 dwp live in the same directory as symlinks, with each symlink pointed
20028 to a differently named file in a different directory.
20029
149b30ff
DE
200302014-02-11 Doug Evans <dje@google.com>
20031
20032 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20033 of Tcl file commands.
20034
1dfdac32
MK
200352014-02-10 Mark Kettenis <kettenis@gnu.org>
20036
20037 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20038 "kill -SIGUSR1 -1".
20039
aa4fb036
JB
200402014-02-10 Joel Brobecker <brobecker@adacore.com>
20041
20042 * gdb.ada/tick_length_array_enum_idx: New testcase.
20043
ed3ef339
DE
200442014-02-10 Doug Evans <xdje42@gmail.com>
20045
20046 * configure.ac (AC_OUTPUT): Add gdb.guile.
20047 * configure: Regenerate.
20048 * lib/gdb-guile.exp: New file.
20049 * lib/gdb.exp (get_target_charset): New function.
20050 * gdb.base/help.exp: Update expected output from "apropos apropos".
20051 * gdb.guile/Makefile.in: New file.
20052 * gdb.guile/guile.exp: New file.
20053 * gdb.guile/scm-arch.c: New file.
20054 * gdb.guile/scm-arch.exp: New file.
20055 * gdb.guile/scm-block.c: New file.
20056 * gdb.guile/scm-block.exp: New file.
20057 * gdb.guile/scm-breakpoint.c: New file.
20058 * gdb.guile/scm-breakpoint.exp: New file.
20059 * gdb.guile/scm-disasm.c: New file.
20060 * gdb.guile/scm-disasm.exp: New file.
20061 * gdb.guile/scm-equal.c: New file.
20062 * gdb.guile/scm-equal.exp: New file.
20063 * gdb.guile/scm-error.exp: New file.
20064 * gdb.guile/scm-error.scm: New file.
20065 * gdb.guile/scm-frame-args.c: New file.
20066 * gdb.guile/scm-frame-args.exp: New file.
20067 * gdb.guile/scm-frame-args.scm: New file.
20068 * gdb.guile/scm-frame-inline.c: New file.
20069 * gdb.guile/scm-frame-inline.exp: New file.
20070 * gdb.guile/scm-frame.c: New file.
20071 * gdb.guile/scm-frame.exp: New file.
20072 * gdb.guile/scm-generics.exp: New file.
20073 * gdb.guile/scm-gsmob.exp: New file.
20074 * gdb.guile/scm-iterator.c: New file.
20075 * gdb.guile/scm-iterator.exp: New file.
20076 * gdb.guile/scm-math.c: New file.
20077 * gdb.guile/scm-math.exp: New file.
20078 * gdb.guile/scm-objfile-script-gdb.in: New file.
20079 * gdb.guile/scm-objfile-script.c: New file.
20080 * gdb.guile/scm-objfile-script.exp: New file.
20081 * gdb.guile/scm-objfile.c: New file.
20082 * gdb.guile/scm-objfile.exp: New file.
20083 * gdb.guile/scm-ports.exp: New file.
20084 * gdb.guile/scm-pretty-print.c: New file.
20085 * gdb.guile/scm-pretty-print.exp: New file.
20086 * gdb.guile/scm-pretty-print.scm: New file.
20087 * gdb.guile/scm-section-script.c: New file.
20088 * gdb.guile/scm-section-script.exp: New file.
20089 * gdb.guile/scm-section-script.scm: New file.
20090 * gdb.guile/scm-symbol.c: New file.
20091 * gdb.guile/scm-symbol.exp: New file.
20092 * gdb.guile/scm-symtab-2.c: New file.
20093 * gdb.guile/scm-symtab.c: New file.
20094 * gdb.guile/scm-symtab.exp: New file.
20095 * gdb.guile/scm-type.c: New file.
20096 * gdb.guile/scm-type.exp: New file.
20097 * gdb.guile/scm-value-cc.cc: New file.
20098 * gdb.guile/scm-value-cc.exp: New file.
20099 * gdb.guile/scm-value.c: New file.
20100 * gdb.guile/scm-value.exp: New file.
20101 * gdb.guile/source2.scm: New file.
20102 * gdb.guile/types-module.cc: New file.
20103 * gdb.guile/types-module.exp: New file.
20104
7026a7c1
YQ
201052014-02-10 Yao Qi <yao@codesourcery.com>
20106
20107 PR testsuite/16543
20108 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20109 * configure: Regenerated.
20110 * Makefile.in: New file.
20111
6c466447
AS
201122014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20113
20114 * gdb.python/py-framefilter.exp: Fix typo.
20115
6e854735
YQ
201162014-02-08 Yao Qi <yao@codesourcery.com>
20117
20118 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20119 that no =breakpoint-modified is emitted when breakpoints are
20120 modified through MI commands.
20121
d137e6dc
PA
201222014-02-07 Pedro Alves <pedro@codesourcery.com>
20123 Pedro Alves <palves@redhat.com>
20124
20125 * gdb.threads/step-after-sr-lock.c: New file.
20126 * gdb.threads/step-after-sr-lock.exp: New file.
20127
b5ee5a50
PA
201282014-02-07 Pedro Alves <palves@redhat.com>
20129
20130 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20131
3c77faf3
JK
201322014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20133
20134 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20135 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20136
6dddc817
DE
201372014-02-06 Doug Evans <xdje42@gmail.com>
20138
20139 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20140 output.
20141
20142 * gdb.gdb/python-interrupts.exp: New file.
20143
de7b2893
YQ
201442014-02-05 Yao Qi <yao@codesourcery.com>
20145
20146 * gdb.trace/report.exp (use_collected_data): Test the output
20147 of "info threads" and "info inferiors".
20148
66d032ac
YQ
201492014-02-05 Yao Qi <yao@codesourcery.com>
20150
20151 Revert this patch:
20152
20153 2013-05-24 Yao Qi <yao@codesourcery.com>
20154
20155 * gdb.trace/tfile.exp: Test inferior and thread.
20156
591a12a1
UW
201572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20158
20159 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20160 on a function.
20161 * gdb.base/step-bt.c: Call hello via function pointer to make
20162 sure its first instruction is executed on powerpc64le-linux.
20163
0ff3e01f
UW
201642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20165
20166 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20167
084ee545
UW
201682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20169
20170 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20171 of the test patterns for use on little-endian systems.
20172
6ed14ff3
UW
201732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20174
20175 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20176 (decimal_vector): Fix for little-endian.
20177
401e27fd
JM
201782014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20179
20180 * gdb.arch/sparc-sysstep.exp: New file.
20181 * gdb.arch/sparc-sysstep.c: Likewise.
20182
20183 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20184
8b924729
EBM
201852014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20186
20187 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20188
fb151210
JB
201892014-01-23 Tom Tromey <tromey@redhat.com>
20190
20191 * gdb.ada/array_char_idx: New testcase.
20192
0740f8d8
TT
201932014-01-23 Tom Tromey <tromey@redhat.com>
20194
20195 PR python/16487:
20196 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20197 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20198 classes.
20199
21909fa1
TT
202002014-01-23 Tom Tromey <tromey@redhat.com>
20201
20202 PR python/16491:
20203 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20204 string from an inferior frame.
20205 * gdb.python/py-framefilter-mi.exp: Update.
20206
87ce2a04
DE
202072014-01-22 Doug Evans <dje@google.com>
20208
20209 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20210
237b092b
AA
202112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20212
20213 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20214
d674a709
AA
202152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20216
20217 * gdb.trace/entry-values.exp: Remove excess space character from
20218 regex patterns. Handle s390 call instruction.
20219
20fa3390
AA
202202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20221
20222 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20223 define "*_start" label. Make "name" static.
20224 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20225 ${name} by references to ${name}_start.
20226
78466714
AA
202272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20228
20229 * gdb.base/info-macros.exp: Remove "debug" from the compile
20230 options.
20231
ec9f644a
IB
202322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20233
20234 * gdb.dlang/demangle.exp: New file.
20235
94b1b47e
IB
202362014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20237
20238 * gdb.dlang/primitive-types.exp: New file.
20239
7f420862
IB
202402014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20241
20242 * configure.ac: Create gdb.dlang/Makefile.
20243 * configure: Regenerate.
20244 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20245 * gdb.dlang/Makefile.in: New file.
20246 * lib/d-support.exp: New file.
20247 * lib/gdb.exp (skip_d_tests): New proc.
20248
52834460
MM
202492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20250
20251 * gdb.btrace/delta.exp: Check reverse stepi.
20252 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20253 * gdb.btrace/finish.exp: New.
20254 * gdb.btrace/next.exp: New.
20255 * gdb.btrace/nexti.exp: New.
20256 * gdb.btrace/record_goto.c: Add comments.
20257 * gdb.btrace/step.exp: New.
20258 * gdb.btrace/stepi.exp: New.
20259 * gdb.btrace/multi-thread-step.c: New.
20260 * gdb.btrace/multi-thread-step.exp: New.
20261 * gdb.btrace/rn-dl-bind.c: New.
20262 * gdb.btrace/rn-dl-bind.exp: New.
20263 * gdb.btrace/data.c: New.
20264 * gdb.btrace/data.exp: New.
20265 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20266
6e07b1d2
MM
202672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20268
20269 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20270 * gdb.btrace/exception.exp: Update.
20271 * gdb.btrace/instruction_history.exp: Update.
20272 * gdb.btrace/record_goto.exp: Update.
20273 * gdb.btrace/tailcall.exp: Update.
20274 * gdb.btrace/unknown_functions.exp: Update.
20275 * gdb.btrace/delta.exp: New.
20276
0b722aec
MM
202772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20278
20279 * gdb.btrace/record_goto.exp: Add backtrace test.
20280 * gdb.btrace/tailcall.exp: Add backtrace test.
20281
066ce621
MM
202822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20283
20284 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20285 * gdb.btrace/record_goto.c: New.
20286 * gdb.btrace/record_goto.exp: New.
20287 * gdb.btrace/x86-record_goto.S: New.
20288
0688d04e
MM
202892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20290
20291 * gdb.btrace/function_call_history.exp: Update tests.
20292 * gdb.btrace/instruction_history.exp: Update tests.
20293
8710b709
MM
202942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20295
20296 * gdb.btrace/function_call_history.exp: Fix expected field
20297 order for "record function-call-history".
20298 Add new tests for "record function-call-history /c".
20299 * gdb.btrace/exception.cc: New.
20300 * gdb.btrace/exception.exp: New.
20301 * gdb.btrace/tailcall.exp: New.
20302 * gdb.btrace/x86-tailcall.S: New.
20303 * gdb.btrace/x86-tailcall.c: New.
20304 * gdb.btrace/unknown_functions.c: New.
20305 * gdb.btrace/unknown_functions.exp: New.
20306 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20307
5de9129b
MM
203082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20309
20310 * gdb.btrace/instruction_history.exp: Update.
20311 * gdb.btrace/function_call_history.exp: Update.
20312
23a7fe75
MM
203132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20314
20315 * gdb.btrace/function_call_history.exp: Fix expected function
20316 trace.
20317 * gdb.btrace/instruction_history.exp: Initialize traced.
20318 Remove traced_functions.
20319
724c7dd8
MM
203202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20321
20322 * gdb.btrace/function_call_history.exp: Update
20323 * gdb.btrace/instruction_history.exp: Update.
20324
6d78d93b
MM
203252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20326
20327 * gdb.btrace/enable.exp: Update expected text.
20328
93a360cc
OJ
203292014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20330
20331 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20332 bytes.
20333
3772b53f
MR
203342014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20335
20336 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20337
596662fa
OJ
203382014-01-15 Omair Javaid <omair.javaid@linaro.org>
20339
20340 * lib/gdb.exp (supports_process_record): Return true for
20341 arm*-linux*. (supports_reverse): Likewise.
20342
b5b08fb4
SC
203432014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20344
20345 PR python/15464
20346 PR python/16113
20347 * gdb.python/py-type.c: Enhance test case.
20348 * gdb.python/py-value-cc.cc: Likewise
20349 * gdb.python/py-type.exp: Add new tests.
20350 * gdb.python/py-value-cc.exp: Likewise
20351
52d7fb13
AA
203522014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20353 Pedro Alves <palves@redhat.com>
20354
20355 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20356 Make "name" extern.
20357 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20358 references to ${name}_start by references to ${name}.
20359
a2cd8cfe
JB
203602014-01-10 Joel Brobecker <brobecker@adacore.com>
20361
20362 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20363
4e23fced
JB
203642014-01-10 Joel Brobecker <brobecker@adacore.com>
20365
20366 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20367
c6a9e42c
PA
203682014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20369 Pedro Alves <palves@redhat.com>
20370
20371 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20372 mi_gdb_target_load.
c6a9e42c 20373
b7ea362b
PA
203742014-01-08 Pedro Alves <palves@redhat.com>
20375
20376 * gdb.threads/reconnect-signal.c: New file.
20377 * gdb.threads/reconnect-signal.exp: New file.
20378
5e3f4fab
EBM
203792014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20380
20381 * gdb.base/source-dir.exp: New file.
20382
79301218
JB
203832014-01-07 Joel Brobecker <brobecker@adacore.com>
20384
20385 * gdb.ada/mi_interface: New testcase.
20386
8e355c5d
JB
203872014-01-07 Joel Brobecker <brobecker@adacore.com>
20388
20389 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20390 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20391 gdb.ada/pp-rec-component/pck.ads: New files.
20392
c0d48811
JB
203932014-01-07 Joel Brobecker <brobecker@adacore.com>
20394
20395 * gdb.python/py-pp-integral.c: New file.
20396 * gdb.python/py-pp-integral.py: New file.
20397 * gdb.python/py-pp-integral.exp: New file.
20398
17b609c3 20399For older changes see ChangeLog-1993-2013.
c906108c 20400\f
8d8cb839
EZ
20401;; Local Variables:
20402;; mode: change-log
20403;; left-margin: 8
20404;; fill-column: 74
20405;; version-control: never
20406;; End:
902f2ccb 20407
b811d2c2 20408 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20409 Copying and distribution of this file, with or without modification,
20410 are permitted provided the copyright notice and this notice are preserved.
This page took 3.634412 seconds and 4 git commands to generate.