x86: Support VEX base opcode length > 1
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a3ca48cd
TV
12020-06-29 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (unknown): Make test-case unresolved.
4
b0237c0e
TV
52020-06-29 Tom de Vries <tdevries@suse.de>
6
7 PR gdb/25475
8 * gdb.server/solib-list.exp: Verify that the symbol reload
9 confirmation question is asked.
10
c0b3b3bd
PW
112020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12
13 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
14 have a input seq nr in each pass message.
15 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
16 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
17 * gdb.python/python.exp: Make test names unique,
18 use gdb_test_multiline instead of gdb_py_test_multiple,
19 use $gdb_test_name.
20 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
21
1776e3e5
NA
222020-06-26 Nick Alcock <nick.alcock@oracle.com>
23
24 * configure.ac: Add --enable-libctf.
25 * aclocal.m4: sinclude ../config/enable.m4.
26 * Makefile.in (site.exp): Add enable_libctf to site.exp.
27 * lib/gdb.exp (skip_ctf_tests): Use it.
28 * gdb.base/ctf-constvars.exp: Error message tweak.
29 * gdb.base/ctf-ptype.exp: Likewise.
30 * configure: Regenerate.
31
f53b3eeb
GB
322020-06-26 Gary Benson <gbenson@redhat.com>
33
34 * gdb.cp/try_catch.cc: Include string.h.
35 (main): Replace comparison against string literal with
36 strcmp, avoiding build failure with -Wstring-compare.
37 Add "marker test-complete".
38 * gdb.cp/try_catch.exp: Run the test to the above marker,
39 then verify that the value of "test" is still true.
40
6d74da72
AB
412020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
44
2e52d038
AB
452020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
48
3b9fce96
AB
492020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
52 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
53 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
54 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
55 * gdb.arch/riscv-tdesc-loading.exp: New file.
56
ed69cbc8
AB
572020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
60
767a879e
AB
612020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
64 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
65 * gdb.arch/riscv-tdesc-regs.c: New file.
66 * gdb.arch/riscv-tdesc-regs.exp: New file.
67
221db974
PA
682020-06-24 Pedro Alves <palves@redhat.com>
69
70 * gdb.arch/amd64-entry-value-paramref.exp: Use
71 prepare_for_testing_full and don't pass "c++" for the .S file
72 build spec.
73 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
74 $options, since it's an assembly file. Remove -Wno-deprecated.
75 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
76 compiling C++ programs.
77
331733cd
PA
782020-06-24 Pedro Alves <palves@redhat.com>
79
80 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
81 Clang, add "-Wno-unknown-warning-option" to the options.
82
caa7fd04
AB
832020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * gdb.xml/tdesc-reload.c: New file.
86 * gdb.xml/tdesc-reload.exp: New file.
87 * gdb.xml/maint-xml-dump-01.xml: New file.
88 * gdb.xml/maint-xml-dump-02.xml: New file.
89 * gdb.xml/maint-xml-dump.exp: New file.
90
bb8d1260
SL
912020-06-23 Sandra Loosemore <sandra@codesourcery.com>
92
93 * lib/completion-support.exp (test_gdb_completion_offers_commands):
94 Adjust for omitted commands when TUI is disabled.
95
7e4b9c4c
GB
962020-06-23 Gary Benson <gbenson@redhat.com>
97 Pedro Alves <palves@redhat.com>
98
99 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
100 * gdb.cp/nsimport.cc: Likewise.
101 * gdb.cp/nsnested.cc: Likewise.
102 * gdb.cp/nsnoimports.cc: Likewise.
103 * gdb.cp/nsusing.cc: Likewise.
104 * gdb.cp/smartp.cc: Likewise.
105 * gdb.python/py-pp-integral.c: Likewise.
106 * gdb.python/py-pp-re-notag.c: Likewise.
107
2e573c0a
GB
1082020-06-23 Gary Benson <gbenson@redhat.com>
109
110 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
111 * gdb.cp/nsimport.cc: Likewise.
112 * gdb.cp/nsnested.cc: Likewise.
113 * gdb.cp/nsnoimports.cc: Likewise.
114 * gdb.cp/nsusing.cc: Likewise.
115 * gdb.cp/smartp.cc: Likewise.
116 * gdb.python/py-pp-integral.c: Likewise.
117 * gdb.python/py-pp-re-notag.c: Likewise.
118
746ebfe8
PW
1192020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
120
121 * gdb.base/default-args.exp: New test.
122 * gdb.base/default-args.c: New file.
123 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
124 * gdb.base/default.exp: Update to new help text.
125 * gdb.base/help.exp: Likewise.
126 * gdb.base/page.exp: Likewise.
127 * gdb.base/style.exp: Likewise.
128 * gdb.guile/guile.exp: Likewise.
129 * gdb.python/python.exp: Likewise.
130
e822f2cd
SL
1312020-06-22 Sandra Loosemore <sandra@codesourcery.com>
132
133 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
134 remote host. Fix search path syntax on Windows host.
135
48e9cc84
PW
1362020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
137
138 * gdb.base/attach.exp: Test priority of 'exec-file' changed
139 over 'exec-file-mismatch'.
140 * gdb.base/attach.c: Mark should_exit volatile.
141 * gdb.base/attach2.c: Likewise. Add a comment explaining
142 why the sleep cannot be big.
143 * gdb.base/attach3.c: New file.
144
160f8a8f
SL
1452020-06-20 Sandra Loosemore <sandra@codesourcery.com>
146
147 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
148 prefix optional.
149
4d91c2a4
SL
1502020-06-20 Sandra Loosemore <sandra@codesourcery.com>
151
152 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
153 for remote host.
154
87f83f20
SL
1552020-06-19 Sandra Loosemore <sandra@codesourcery.com>
156 Hafiz Abid Qadeer <abidh@codesourcery.com>
157
158 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
159 file sent to remote host.
160 (top level): Allow int32_t as type of 32-bit register.
161
37ab8655
TV
1622020-06-19 Tom de Vries <tdevries@suse.de>
163
164 * lib/gdb.exp (gdb_note): New proc.
165 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
166 (gdb_default_target_compile): ... here. Only call
167 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
168 (use_gdb_compile): Change to array.
169 (toplevel): Update sets of use_gdb_compile to specify language.
170 Warn about default_target_compile override. Store dejagnu's version
171 of default_target_compile in dejagnu_default_target_compile.
172
a8a56685
TV
1732020-06-18 Tom de Vries <tdevries@suse.de>
174
175 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
176 (default_gdb_init): ... here.
177
581bea2c
SL
1782020-06-17 Sandra Loosemore <sandra@codesourcery.com>
179
180 Fix TUI support checks in gdb.tui tests.
181
182 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
183 just say UNSUPPORTED.
184 * gdb.tui/corefile-run.exp: Likewise.
185 * gdb.tui/empty.exp: Likewise.
186 * gdb.tui/list-before.exp: Likewise.
187 * gdb.tui/list.exp: Likewise.
188 * gdb.tui/main.exp: Likewise.
189 * gdb.tui/regs.exp: Likewise.
190 * gdb.tui/resize.exp: Likewise.
191 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
192 * gdb.tui/tui-layout-asm.exp: Likewise.
193 * gdb.tui/tui-missing-src.exp: Likewise.
194 * gdb.tui/winheight.exp: Likewise.
195 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
196
05e682e3
SL
1972020-06-17 Sandra Loosemore <sandra@codesourcery.com>
198
199 Fix TCL error in gdb.python/py-format-string.exp.
200
201 * gdb.python/py-format-string.exp: Move test for python support
202 earlier, out of function body.
203
efb763a5
SM
2042020-06-15 Simon Marchi <simon.marchi@efficios.com>
205
206 * gdb.base/index-cache-load-twice.c: New.
207 * gdb.base/index-cache-load-twice.exp: New.
208
43327b20
KS
2092020-06-17 Keith Seitz <keiths@redhat.com>
210
99cf27cf 211 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
212 when executing "gdb --configuration".
213
081e778c
TV
2142020-06-17 Tom de Vries <tdevries@suse.de>
215
216 * lib/gdb.exp (gdb_tcl_unknown): New proc.
217 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
218 conditional on presence of gdb_tcl_unknown.
219 (gdb_finish): Make override undo conditional on presence of
220 gdb_tcl_unknown.
221
d2d1ea20
TT
2222020-06-16 Tom Tromey <tom@tromey.com>
223
224 * gdb.python/tui-window.py (failwin): New function. Register it
225 as a TUI window type.
226 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
227
c802e8a7
GB
2282020-06-16 Gary Benson <gbenson@redhat.com>
229
230 * gdb.python/py-nested-maps.c (create_map): Add missing return
231 value.
232 (create_map_map): Likewise.
233
ff08abb8
TBA
2342020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
235
236 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
237 variable.
238 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
239 and use the already-defined 'options' variable.
240
a29d5112
AB
2412020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
242 Tom de Vries <tdevries@suse.de>
243
244 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
245 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
246 (gdb_setup_known_globals): New proc.
247 (gdb_cleanup_globals): New proc.
248 * lib/gdb.exp (load_lib): New override proc.
249 (gdb_stdin_log_init): Set var in_file as persistent global.
250 * lib/pascal.exp (gdb_stdin_log_init): Set vars
251 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
252 fpc_compiler as persistent global.
253
8c74a764
TV
2542020-06-12 Tom de Vries <tdevries@suse.de>
255
256 * lib/tuiterm.exp (spawn): Rename to ...
257 (tui_spawn): ... this.
258 (toplevel): Move rename of spawn ...
259 (gdb_init_tuiterm): ... here. New proc.
260 (gdb_finish_tuiterm): New proc.
261 * lib/gdb.exp (gdb_finish_hooks): New global var.
262 (gdb_finish): Handle gdb_finish_hooks.
263 (tuiterm_env): New proc.
264 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
265 tuiterm_env.
266 * gdb.tui/basic.exp: Same.
267 * gdb.tui/corefile-run.exp: Same.
268 * gdb.tui/empty.exp: Same.
269 * gdb.tui/list-before.exp: Same.
270 * gdb.tui/list.exp: Same.
271 * gdb.tui/main.exp: Same.
272 * gdb.tui/new-layout.exp: Same.
273 * gdb.tui/regs.exp: Same.
274 * gdb.tui/resize.exp: Same.
275 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
276 * gdb.tui/tui-layout-asm.exp: Same.
277 * gdb.tui/tui-missing-src.exp: Same.
278 * gdb.tui/winheight.exp: Same.
279
26783bce
TV
2802020-06-12 Tom de Vries <tdevries@suse.de>
281
282 PR testsuite/26110
283 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
284 (gdb_finish): Reinstall dejagnu's override of ::unknown.
285
2b4e6a3f
TT
2862020-06-11 Tom Tromey <tom@tromey.com>
287
288 PR gdb/18318:
289 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
290 floating point tests.
291
2f33032a
KS
2922020-06-11 Keith Seitz <keiths@redhat.com>
293
294 PR gdb/21356
295 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
296 vla_struct.
297 Add new struct vla_typedef and union vla_typedef_union and
298 corresponding instantiation objects.
299 Initialize new objects.
300 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
301 and vla_typedef_union_object.
302 Fixup type for vla_struct_object.
303
a8baf0a3
TV
3042020-06-11 Tom de Vries <tdevries@suse.de>
305
306 * lib/gdb.exp (with_override): New proc, factored out of ...
307 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
308
7ab96794
TV
3092020-06-10 Tom de Vries <tdevries@suse.de>
310
311 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
312
cab5c3b7
SM
3132020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
314
315 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
316 parameter, update callers.
317
f8c41851
SM
3182020-06-04 Simon Marchi <simon.marchi@efficios.com>
319
320 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
321 * gdb.dwarf2/share-psymtabs-bt.c: New file.
322 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
323
1c07a73f
TV
3242020-06-04 Tom de Vries <tdevries@suse.de>
325
326 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
327
95146b5d
TV
3282020-06-04 Tom de Vries <tdevries@suse.de>
329
330 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
331 exp_continue.
332
0cfcd4f0
TV
3332020-06-04 Tom de Vries <tdevries@suse.de>
334
335 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
336
f9b5d5ea
TV
3372020-06-03 Tom de Vries <tdevries@suse.de>
338
339 PR symtab/26046
340 * gdb.cp/breakpoint-locs-2.cc: New test.
341 * gdb.cp/breakpoint-locs.cc: New test.
342 * gdb.cp/breakpoint-locs.exp: New file.
343 * gdb.cp/breakpoint-locs.h: New test.
344
5144dfba
TV
3452020-06-03 Tom de Vries <tdevries@suse.de>
346
347 PR testsuite/25609
348 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
349 value of global verbose.
350 * gdb.base/jit-elf.exp: Same.
351 * gdb.base/jit-reader.exp: Same.
352
621eacdf
TV
3532020-06-02 Tom de Vries <tdevries@suse.de>
354
355 * gdb.dwarf2/multidictionary.exp: Don't use
356 gdb_spawn_with_cmdline_opts.
357
1313c56e
AB
3582020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
361 use_header case.
362 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
363 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
364 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
365 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
366 * gdb.dwarf2/dw2-inline-header.c: New file.
367 * gdb.dwarf2/dw2-inline-header.h: New file.
368
f68f85b5
PA
3692020-05-30 Pedro Alves <palves@redhat.com>
370
371 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
372 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
373
678048e8
GB
3742020-05-29 Gary Benson <gbenson@redhat.com>
375
376 * gdb.compile/compile-cplus.exp (additional_flags): Also
377 set when building with clang.
378 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
379 when building with clang.
380
9fcafd23
GB
3812020-05-29 Gary Benson <gbenson@redhat.com>
382
383 * gdb.arch/i386-avx.exp (additional_flags): Also set when
384 building with clang.
385 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
386
735d5a07
GB
3872020-05-29 Gary Benson <gbenson@redhat.com>
388
389 * gdb.cp/koenig.exp (prepare_for_testing): Add
390 additional_flags=-Wno-unused-comparison.
391 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
392
4ad2c6a0
GB
3932020-05-28 Gary Benson <gbenson@redhat.com>
394
395 * gdb.base/sigaltstack.c (catcher): Add default case to switch
396 statement.
397
09fe663e
GB
3982020-05-28 Gary Benson <gbenson@redhat.com>
399
400 * gdb.cp/classes.exp (prepare_for_testing): Add
401 additional_flags=-Wno-deprecated-register.
402 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
403 * gdb.cp/misc.exp: Likewise.
404
cee00f17
GB
4052020-05-28 Gary Benson <gbenson@redhat.com>
406
407 * gdb.linespec/cpls-ops.cc (dummy): New static global.
408 (test_op_new::operator new): Add return statement.
409 (test_op_new_array::operator new[]): Likewise.
410
636edd00
PA
4112020-05-27 Pedro Alves <palves@redhat.com>
412
413 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
414 check. Use test_gdb_complete_unique instead of
415 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
416 test_gdb_complete_multiple instead of
417 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
418
c2b75043
LM
4192020-05-27 Luis Machado <luis.machado@linaro.org>
420
421 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
422 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
423 * gdb.arch/arm-disassembler-options.exp: Likewise.
424 * gdb.arch/arm-disp-step.exp: Likewise.
425 * gdb.arch/thumb-prologue.exp: Likewise.
426 * gdb.base/async.exp: Likewise.
427 * gdb.base/auxv.exp: Likewise.
428 * gdb.base/complex-parts.exp: Likewise.
429 * gdb.base/ena-dis-br.exp: Likewise.
430 * gdb.base/foll-exec.exp: Likewise.
431 * gdb.base/permissions.exp: Likewise.
432 * gdb.base/relocate.exp: Likewise.
433 * gdb.base/return2.exp: Likewise.
434 * gdb.base/sigbpt.exp: Likewise.
435 * gdb.base/siginfo-obj.exp: Likewise.
436 * gdb.cp/converts.exp: Likewise.
437 * gdb.cp/exceptprint.exp: Likewise.
438 * gdb.cp/inherit.exp: Likewise.
439 * gdb.cp/nsnoimports.exp: Likewise.
440 * gdb.cp/virtbase2.exp: Likewise.
441 * gdb.mi/mi-var-cmd.exp: Likewise.
442 * gdb.mi/var-cmd.c: Likewise.
443
53a47a3e
TT
4442020-05-26 Tom Tromey <tromey@adacore.com>
445
446 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
447
0bc2354b
TT
4482020-05-26 Tom Tromey <tromey@adacore.com>
449
450 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
451 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
452 type.
453 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
454 variable.
455
0db49895
CBG
4562020-05-26 Christian Biesinger <cbiesinger@google.com>
457
458 * Makefile.in: Use = instead of == for the test command
459 for portability.
460
40d22035
TV
4612020-05-26 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/gold-gdb-index-2.c: New test.
464 * gdb.base/gold-gdb-index.c: New test.
465 * gdb.base/gold-gdb-index.exp: New file.
466 * gdb.base/gold-gdb-index.h: New test.
467
043e2e02
TV
4682020-05-25 Tom de Vries <tdevries@suse.de>
469
470 * boards/gold-gdb-index.exp: New file.
471
462f72c5
SM
4722020-05-25 Simon Marchi <simon.marchi@efficios.com>
473
474 * boards/simavr.exp: New file.
475
6cf66e76
SM
4762020-05-25 Simon Marchi <simon.marchi@efficios.com>
477
478 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
479 * gdb.base/inferior-args.exp: New file.
480 * gdb.base/inferior-args.c: New file.
481
75d04512
SM
4822020-05-25 Simon Marchi <simon.marchi@efficios.com>
483
484 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
485 inferior_args. Pass it to gdb_reload.
486 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
487 inferior_args.
488 (gdb_reload): Add inferior_args argument.
489 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
490 pass it to gdbserver_run.
491 * boards/native-gdbserver.exp: Do not set noargs.
492 * boards/native-extended-gdbserver.exp (gdb_reload): Add
493 inferior_args argument.
494 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
495 * gdb.base/a2-run.exp: Check for use_gdb_stub.
496 * gdb.base/args.exp: Likewise.
497
42cf1844
TV
4982020-05-25 Tom de Vries <tdevries@suse.de>
499
500 * lib/gdb.exp (exec_is_pie): Add comment.
501
8f7d38ef
TV
5022020-05-25 Tom de Vries <tdevries@suse.de>
503
504 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
505 instead of $binfile in the untested message.
506
465e1b0f
TV
5072020-05-25 Tom de Vries <tdevries@suse.de>
508
509 PR testsuite/26031
510 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
511
3c5a0e02
TV
5122020-05-25 Tom de Vries <tdevries@suse.de>
513
514 * boards/gold.exp: New file.
515
0a4f5f8c
TT
5162020-05-23 Tom Tromey <tom@tromey.com>
517
518 * gdb.base/style.exp: Remove completion styling test.
519 * lib/gdb-utils.exp (style): Remove completion styles.
520
eca1f90c
TT
5212020-05-23 Tom Tromey <tom@tromey.com>
522
523 * gdb.base/style.exp: Add completion styling test.
524 * lib/gdb-utils.exp (style): Add completion styles.
525
7c13f4e8
AB
5262020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * gdb.base/annota1.exp: Update expected results.
529 * gdb.cp/annota2.exp: Update expected results, remove duplicate
530 test name.
531 * gdb.cp/annota3.exp: Update expected results.
532
41977d16
SM
5332020-05-20 Simon Marchi <simon.marchi@efficios.com>
534
535 PR gdb/26016
536 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
537 against MAP_FAILED.
538 * gdb.base/coremaker.c (mmapdata): Likewise.
539 * gdb.base/jit-reader-host.c (main): Likewise.
540 * gdb.base/sym-file-loader.c (load): Likewise.
541 (load_shlib): Likewise.
542
b4757f2e
TT
5432020-05-20 Tom Tromey <tromey@adacore.com>
544
545 * gdb.ada/array_char_idx.exp: Recognize initialized array.
546
9a0bacfb
TV
5472020-05-20 Tom de Vries <tdevries@suse.de>
548
549 PR symtab/25833
550 * gdb.base/with-mf-inc.c: New test.
551 * gdb.base/with-mf-main.c: New test.
552 * gdb.base/with-mf.exp: New file.
553
76571211
TT
5542020-05-19 Tom Tromey <tromey@adacore.com>
555
556 * gdb.rust/simple.exp: Restore missing test result.
557
4cd9f3d5
TV
5582020-05-19 Tom de Vries <tdevries@suse.de>
559
560 * gdb.base/gdb-caching-proc.exp: Fix typo.
561
7d874253
TT
5622020-05-19 Tom Tromey <tromey@adacore.com>
563
564 * gdb.rust/simple.exp: Add some test descriptions.
565 (test_one_slice): Use with_test_prefix.
566
1d727695
TV
5672020-05-18 Tom de Vries <tdevries@suse.de>
568
569 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
570
7f32a4d5
PA
5712020-05-17 Pedro Alves <palves@redhat.com>
572
573 PR gdb/25741
574 * gdb.base/hw-sw-break-same-address.exp: New file.
575
7cfd74cf
PA
5762020-05-16 Pedro Alves <palves@redhat.com>
577
578 * gdb.multi/multi-re-run.exp (test_re_run): Switch
579 LAST_LOADED_FILE accordingly.
580
57b4f16e
PW
5812020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
582
583 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
584
7c05caf7
PW
5852020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
586
587 * gdb.base/help.exp: Test apropos and help for commands
588 having aliases. Fixed comments not starting with an
589 upper-case letter or not finishing with a dot.
590
7aa1b46f
PW
5912020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
592
3b3aaacb
PW
593 * gdb.base/alias.exp: Update help output check.
594
57b4f16e 5952020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 596
7aa1b46f
PW
597 * gdb.base/default.exp: Update output following fixes.
598
0605465f
PW
5992020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
600
601 * gdb.base/alias.exp: Test aliases starting with a prefix of
602 another alias.
603
86e4e63d
GB
6042020-05-15 Gary Benson <gbenson@redhat.com>
605
606 * gdb.base/info-os.c (main): Add return statement.
607 * gdb.base/info_minsym.c (minsym_fun): Likewise.
608 * gdb.base/large-frame-2.c (func): Likewise.
609 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
610 * gdb.base/pr10179-b.c (foo2): Likewise.
611 * gdb.base/valgrind-disp-step.c (foo): Likewise.
612 * gdb.base/watch-cond.c (func): Likewise.
613 * gdb.multi/goodbye.c (verylongfun): Likewise.
614 * gdb.multi/hello.c (commonfun): Likewise.
615 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
616 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
617 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
618 Likewise.
619 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
620 * gdb.threads/interrupt-while-step-over.c (child_function):
621 Likewise.
622 * gdb.trace/actions-changed.c (end): Likewise.
623
163df4df
GB
6242020-05-15 Gary Benson <gbenson@redhat.com>
625
626 * gdb.opencl/callfuncs.exp: Report when test skipped.
627 * gdb.opencl/convs_casts.exp: Likewise.
628 * gdb.opencl/datatypes.exp: Likewise.
629 * gdb.opencl/operators.exp: Likewise.
630 * gdb.opencl/vec_comps.exp: Likewise.
631
6dbc505a
TV
6322020-05-15 Tom de Vries <tdevries@suse.de>
633
634 * gdb.base/align.exp.in: Rename to ...
635 * gdb.base/align.exp.tcl: ... this.
636 * gdb.base/align-c++.exp: Update.
637 * gdb.base/align-c.exp: Update.
638 * gdb.base/all-architectures.exp.in: Rename to ...
639 * gdb.base/all-architectures.exp: ... this.
640 * gdb.base/all-architectures-0.exp: Update.
641 * gdb.base/all-architectures-1.exp: Update.
642 * gdb.base/all-architectures-2.exp: Update.
643 * gdb.base/all-architectures-3.exp: Update.
644 * gdb.base/all-architectures-4.exp: Update.
645 * gdb.base/all-architectures-5.exp: Update.
646 * gdb.base/all-architectures-6.exp: Update.
647 * gdb.base/all-architectures-7.exp: Update.
648 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
649 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
650 * gdb.base/infcall-nested-structs-c++.exp: Update.
651 * gdb.base/infcall-nested-structs-c.exp: Update.
652 * gdb.base/info-types.exp.in: Rename to ...
653 * gdb.base/info-types.exp.tcl: ... this.
654 * gdb.base/info-types-c++.exp: Update.
655 * gdb.base/info-types-c.exp: Update.
656 * gdb.base/max-depth.exp.in: Rename to ...
657 * gdb.base/max-depth.exp.tcl: ... this.
658 * gdb.base/max-depth-c++.exp: Update.
659 * gdb.base/max-depth-c.exp: Update.
660 * gdb.cp/cpexprs.exp.in: Rename to ...
661 * gdb.cp/cpexprs.exp.tcl: ... this.
662 * gdb.cp/cpexprs-debug-types.exp: Update.
663 * gdb.cp/cpexprs.exp: Update.
664 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
665 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
666 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
667 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
668 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
669 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
670 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
671 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
672 * gdb.dwarf2/clang-debug-names-2.exp: Update.
673 * gdb.dwarf2/clang-debug-names.exp: Update.
674
d1034d78
AB
6752020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * lib/check-test-names.exp: Remove code that prevents this file
678 loading when tests are run in parallel.
679
3c5c3649
PA
6802020-05-15 Pedro Alves <palves@redhat.com>
681
682 * gdb.multi/multi-kill.exp (start_inferior): Remove
683 'testpid' parameter. Refer to namespace variable directly.
684 (testpid): Declare as namespace variable.
685
272c36b8
PA
6862020-05-15 Pedro Alves <palves@redhat.com>
687
688 * gdb.multi/multi-kill.exp: Wrap in namespace.
689 (start_inferior): Add TESTPID parameter. Use it instead of the
690 testpid global.
691 (top level): Define empty TESTPID array, and pass it down to
692 start_inferior.
693
02eba61a
TV
6942020-05-14 Tom de Vries <tdevries@suse.de>
695
696 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
697 output.
698
971a3747
TV
6992020-05-14 Tom de Vries <tdevries@suse.de>
700
701 * gdb.base/align.exp: Split into ...
702 * gdb.base/align.exp.in: ...
703 * gdb.base/align-c++.exp: ...
704 * gdb.base/align-c.exp: ... these.
705 * gdb.base/infcall-nested-structs.exp: Split into ...
706 * gdb.base/infcall-nested-structs.exp.in: ...
707 * gdb.base/infcall-nested-structs-c++.exp: ...
708 * gdb.base/infcall-nested-structs-c.exp: ... these.
709 * gdb.base/info-types.exp: Split into ...
710 * gdb.base/info-types.exp.in: ...
711 * gdb.base/info-types-c++.exp: ...
712 * gdb.base/info-types-c.exp: ... these.
713 * gdb.base/max-depth.exp: Split into ...
714 * gdb.base/max-depth.exp.in: ...
715 * gdb.base/max-depth-c++.exp: ...
716 * gdb.base/max-depth-c.exp: ... these.
717 * gdb.cp/infcall-nodebug.exp: Split into ...
718 * gdb.cp/infcall-nodebug.exp.in: ...
719 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
720 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
721 * gdb.cp/infcall-nodebug-c-d0.exp: ...
722 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
723
a05575d3
TBA
7242020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
725 Pedro Alves <palves@redhat.com>
726
727 * gdb.multi/multi-exit.c: New file.
728 * gdb.multi/multi-exit.exp: New file.
729 * gdb.multi/multi-kill.c: New file.
730 * gdb.multi/multi-kill.exp: New file.
731
6ad82919
TBA
7322020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
733
734 * gdb.base/annota1.exp: Update the expected output.
735 * gdb.cp/annota2.exp: Ditto.
736
843f4d93
AB
7372020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * lib/check-test-names.exp: Disable when testing is being run in
740 parallel.
741
c7c66341
TV
7422020-05-12 Tom de Vries <tdevries@suse.de>
743
744 * gdb.base/jit-elf.exp: Fix string concat.
745
1b59ca1c
TV
7462020-05-12 Tom de Vries <tdevries@suse.de>
747
748 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
749 messages.
750
b4991d29
TV
7512020-05-12 Tom de Vries <tdevries@suse.de>
752
753 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
754
dbb0ab10
TV
7552020-05-12 Tom de Vries <tdevries@suse.de>
756
757 * gdb.ada/catch_ex.exp: Use with_test_prefix.
758 * gdb.ada/mi_catch_ex.exp: Same.
759 * gdb.ada/mi_catch_ex_hand.exp: Same.
760
7549fed8
TV
7612020-05-12 Tom de Vries <tdevries@suse.de>
762
763 * gdb.fortran/complex.exp: Use with_test_prefix.
764
af2d5cd8
TV
7652020-05-12 Tom de Vries <tdevries@suse.de>
766
767 * gdb.trace/passcount.exp: Fix test-names.
768
7c121311
TV
7692020-05-12 Tom de Vries <tdevries@suse.de>
770
771 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
772
c9f3b40e
TV
7732020-05-12 Tom de Vries <tdevries@suse.de>
774
775 * gdb.gdb/complaints.exp: Use with_test_prefix.
776 * gdb.xml/tdesc-regs.exp: Same.
777 * gdb.opt/inline-locals.exp: Fix test name.
778
111b33f0
TV
7792020-05-12 Tom de Vries <tdevries@suse.de>
780
781 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
782 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
783 * gdb.dwarf2/implref-struct.exp: Same.
784 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
785 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
786
ebf47080
SM
7872020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
788
789 * gdb.base/jit-so.exp (one_jit_test): Change test name.
790
d30dcd12
AB
7912020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * lib/check-test-names.exp (all_test_names): New module variable.
794 (counts): Add 'duplicates' field.
795 (_check_duplicates): New procedure.
796 (check): Also check for duplicates.
797 (do_log_summary): Print duplicates count.
798 (do_reset_vars): Reset counter for duplicate test names, and
799 discard all know test names.
800
34584c09
AB
8012020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * lib/gdb.exp: Include check-test-names.exp library.
804 * lib/check-test-names.exp: New file.
805
e0002117
TV
8062020-05-11 Tom de Vries <tdevries@suse.de>
807
808 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
809
53f539a3
KS
8102020-05-11 Keith Seitz <keiths@redhat.com>
811
812 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
813
113ee09a
TV
8142020-05-11 Tom de Vries <tdevries@suse.de>
815
816 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
817 * gdb.cp/cpexprs.exp.in: .. here.
818 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
819 cpexprs.exp.
820
ba3e70b0
KS
8212020-05-11 Keith Seitz <keiths@redhat.com>
822
823 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
824 test names.
825 * gdb.ada/arrayptr.exp: Likewise.
826 * gdb.ada/assign_arr.exp: Likewise.
827 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
828 * gdb.ada/bp_on_var.exp: Likewise.
829 * gdb.ada/call_pn.exp: Likewise.
830 * gdb.ada/complete.exp: Likewise.
831 * gdb.ada/fun_overload_menu.exp: Likewise.
832 * gdb.ada/funcall_param.exp: Likewise.
833 * gdb.ada/funcall_ref.exp: Likewise.
834 * gdb.ada/packed_array_assign.exp: Likewise.
835 * gdb.ada/same_component_name.exp: Likewise.
836 * gdb.ada/type_coercion.exp: Likewise.
837 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
838 * gdb.ada/variant_record_packed_array.exp: Likewise.
839
3ee6bb11
TV
8402020-05-11 Tom de Vries <tdevries@suse.de>
841
842 PR symtab/25941
843 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
844 out of ...
845 * gdb.dwarf2/clang-debug-names.exp: ... here.
846 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
847 clang-debug-names.exp.in.
848 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
849 * gdb.dwarf2/clang-debug-names-2.c: New test.
850
86cd6bc8
AKS
8512020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
852
853 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
854 (fortran_runto_main): New Proc, fortran version of runto_main.
855 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
856 * gdb.fortran/array-bounds.exp: Likewise.
857 * gdb.fortran/array-slices.exp: Likewise.
858 * gdb.fortran/block-data.exp: Likewise.
859 * gdb.fortran/charset.exp: Likewise.
860 * gdb.fortran/common-block.exp: Likewise.
861 * gdb.fortran/complex.exp: Likewise.
862 * gdb.fortran/derived-type-function.exp: Likewise.
863 * gdb.fortran/derived-type.exp: Likewise.
864 * gdb.fortran/info-modules.exp: Likewise.
865 * gdb.fortran/info-types.exp: Likewise.
866 * gdb.fortran/intrinsics.exp: Likewise.
867 * gdb.fortran/library-module.exp: Likewise.
868 * gdb.fortran/logical.exp: Likewise.
869 * gdb.fortran/max-depth.exp: Likewise.
870 * gdb.fortran/module.exp: Likewise.
871 * gdb.fortran/multi-dim.exp: Likewise.
872 * gdb.fortran/nested-funcs.exp: Likewise.
873 * gdb.fortran/print-formatted.exp: Likewise.
874 * gdb.fortran/print_type.exp: Likewise.
875 * gdb.fortran/printing-types.exp: Likewise.
876 * gdb.fortran/ptr-indentation.exp: Likewise.
877 * gdb.fortran/ptype-on-functions.exp: Likewise.
878 * gdb.fortran/subarray.exp: Likewise.
879 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
880 * gdb.fortran/vla-datatypes.exp: Likewise.
881 * gdb.fortran/vla-history.exp: Likewise.
882 * gdb.fortran/vla-ptr-info.exp: Likewise.
883 * gdb.fortran/vla-ptype-sub.exp: Likewise.
884 * gdb.fortran/vla-ptype.exp: Likewise.
885 * gdb.fortran/vla-sizeof.exp: Likewise.
886 * gdb.fortran/vla-type.exp: Likewise.
887 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
888 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
889 * gdb.fortran/vla-value-sub.exp: Likewise.
890 * gdb.fortran/vla-value.exp: Likewise.
891 * gdb.fortran/whatis_type.exp: Likewise.
892 * gdb.mi/mi-var-child-f.exp: Likewise.
893
6dc55ce9 8942020-05-09 Tom de Vries <tdevries@suse.de>
895
896 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
897
283cb58c
TV
8982020-05-08 Tom de Vries <tdevries@suse.de>
899
900 * gdb.dwarf2/clang-debug-names.c: New test.
901 * gdb.dwarf2/clang-debug-names.exp: New file.
902
ac4a4f1c
SM
9032020-05-06 Simon Marchi <simon.marchi@efficios.com>
904
905 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
906 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
907
24fe640b
TV
9082020-05-06 Tom de Vries <tdevries@suse.de>
909
910 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
911 breakpoint is at a "recommended breakpoint location".
912 * gdb.reverse/consecutive-reverse.exp: Same.
913
0d8683a3
TV
9142020-05-06 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
917 address.
918
b8983c46
TV
9192020-05-06 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
922
abf6d805
TV
9232020-05-06 Tom de Vries <tdevries@suse.de>
924
925 * gdb.base/store.exp (check_set, up_set): Allowing missing location
926 info for r.
927
0fc2a808
TV
9282020-05-06 Tom de Vries <tdevries@suse.de>
929
930 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
931 necessary.
932
873dd427
TV
9332020-05-06 Tom de Vries <tdevries@suse.de>
934
935 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
936 void.
937
7c99e7e2
TV
9382020-05-06 Tom de Vries <tdevries@suse.de>
939
940 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
941 of ...
942 * gdb.base/async.exp: ... here.
943 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
944 "recommended breakpoint location".
945
6173d6a6
TV
9462020-05-06 Tom de Vries <tdevries@suse.de>
947
948 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
949
6015a067
TV
9502020-05-04 Tom de Vries <tdevries@suse.de>
951
952 * gdb.base/async.exp: Check whether instruction addresses are a
953 "recommended breakpoint location".
954
3b6acaee
TT
9552020-05-03 Tom Tromey <tom@tromey.com>
956
957 * gdb.base/sepdebug.exp: Remove "catch" test.
958 * gdb.base/break.exp: Remove "catch" test.
959 * gdb.base/default.exp: Update expected output.
960
5beb4d17
TV
9612020-05-02 Tom de Vries <tdevries@suse.de>
962
963 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
964 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
965 * gdb.arch/i386-mpx-map.exp: Same.
966 * gdb.arch/i386-mpx-sigsegv.exp: Same.
967 * gdb.arch/i386-mpx-simple_segv.exp: Same.
968 * gdb.arch/i386-mpx.exp: Same.
969
8caf140d
TV
9702020-05-02 Tom de Vries <tdevries@suse.de>
971
972 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
973
693196cb
TV
9742020-05-01 Tom de Vries <tdevries@suse.de>
975
976 * gdb.ada/operator_bp.exp: Allow more than required amount of
977 breakpoint.
978
53ae0aa9
TV
9792020-05-01 Tom de Vries <tdevries@suse.de>
980
981 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
982
ee9d1e5f
HD
9832020-04-30 Hannes Domani <ssbssa@yahoo.de>
984
985 PR gdb/18706
986 * gdb.cp/stub-array-size.cc: New test.
987 * gdb.cp/stub-array-size.exp: New file.
988 * gdb.cp/stub-array-size.h: New test.
989 * gdb.cp/stub-array-size2.cc: New test.
990
d5cf82c0
HD
9912020-04-30 Hannes Domani <ssbssa@yahoo.de>
992
993 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
994 output to the new format.
995
42e165c3
SM
9962020-04-29 Simon Marchi <simon.marchi@efficios.com>
997
998 * gdb.base/break.exp: Use with_test_prefix.
999
6e4e3fe1
TV
10002020-04-29 Tom de Vries <tdevries@suse.de>
1001
1002 * lib/gdb.exp (debug_types): New proc.
1003 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1004 * gdb.python/py-symtab.exp: Same.
1005
d642b692
HD
10062020-04-29 Hannes Domani <ssbssa@yahoo.de>
1007
1008 PR gdb/17320
1009 * gdb.base/pretty-array.c: New test.
1010 * gdb.base/pretty-array.exp: New file.
1011
ea90f227
TV
10122020-04-29 Tom de Vries <tdevries@suse.de>
1013
1014 PR symtab/25889
1015 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1016 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1017 and include cpexprs.exp.
1018
a65189c9
TV
10192020-04-28 Mark Williams <mark@myosotissp.com>
1020
1021 PR gdb/24480
1022 * dw4-toplevel-types.exp: Test for top level types.
1023 * dw4-toplevel-types.cc: Test for top level types.
1024
32d1f47a
TBA
10252020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1026
1027 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1028 (theads -> threads).
1029
56a4f5a1
TV
10302020-04-28 Tom de Vries <tdevries@suse.de>
1031
1032 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1033
0b2f8a3b
TV
10342020-04-28 Tom de Vries <tdevries@suse.de>
1035
1036 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1037
5390c717
TV
10382020-04-28 Tom de Vries <tdevries@suse.de>
1039
1040 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1041
15cd93d0
TV
10422020-04-28 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.dwarf2/main-foo.c: New test.
1045 * gdb.dwarf2/struct-with-sig.exp: New file.
1046
d472f0fb
TV
10472020-04-25 Tom de Vries <tdevries@suse.de>
1048
1049 * boards/debug-types.exp: New file.
1050
8d840e05
AB
10512020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1054
bcfe6157
TT
10552020-04-24 Tom Tromey <tom@tromey.com>
1056
1057 PR symtab/12707:
1058 * gdb.python/py-symbol.exp: Update expected results for
1059 linkage_name test.
1060 * gdb.cp/print-demangle.exp: New file.
1061 * gdb.base/c-linkage-name.exp: Fix test.
1062 * gdb.guile/scm-symbol.exp: Update expected results for
1063 linkage_name test.
1064
f049a313
TT
10652020-04-24 Tom Tromey <tom@tromey.com>
1066
1067 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1068 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1069 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1070 assembler.
1071
7cf28874
TV
10722020-04-24 Tom de Vries <tdevries@suse.de>
1073
1074 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1075 C++.
1076
dac2fef7
TT
10772020-04-24 Tom Tromey <tromey@adacore.com>
1078
1079 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1080 values.
1081 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1082 values. Update test for minimal encodings.
1083 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1084 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1085 values. Update test for minimal encodings.
1086
1acda803
TT
10872020-04-24 Tom Tromey <tromey@adacore.com>
1088
1089 PR python/23662:
1090 * gdb.ada/variant.exp: Add Python checks.
1091 * gdb.rust/simple.exp: Add dynamic type checks.
1092
adfb9815
TT
10932020-04-24 Tom Tromey <tromey@adacore.com>
1094
1095 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1096 Make array type matching more lax.
1097 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1098 * gdb.ada/mi_variant.exp: New file.
1099 * gdb.ada/mi_variant/pck.ads: New file.
1100 * gdb.ada/mi_variant/pkg.adb: New file.
1101 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1102 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1103
7d79de9a
TT
11042020-04-24 Tom Tromey <tromey@adacore.com>
1105
1106 * gdb.ada/variant.exp: Add dynamic field offset tests.
1107 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1108 * gdb.ada/variant/pkg.adb: Add new variables.
1109
f8e89861
TT
11102020-04-24 Tom Tromey <tromey@adacore.com>
1111
1112 * gdb.ada/variant.exp: New file
1113 * gdb.ada/variant/pkg.adb: New file
1114 * gdb.ada/variant/pck.adb: New file
1115
86e887ae
TV
11162020-04-24 Tom de Vries <tdevries@suse.de>
1117
1118 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1119
88428775
TV
11202020-04-24 Tom de Vries <tdevries@suse.de>
1121
1122 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1123 flags.
1124
4e86f6e7
TV
11252020-04-24 Tom de Vries <tdevries@suse.de>
1126
1127 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1128
2016d3e6
TV
11292020-04-24 Tom de Vries <tdevries@suse.de>
1130
1131 * lib/gdb.exp (default_gdb_start): Handle eof.
1132 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1133 failure.
1134 * gdb.base/readnever.exp: Handle clean_restart failure.
1135
70bc38f5
TV
11362020-04-23 Tom de Vries <tdevries@suse.de>
1137
1138 * gdb.base/decl-before-def.exp: Run to main and print a again.
1139
de82891c
TV
11402020-04-23 Tom de Vries <tdevries@suse.de>
1141
1142 * gdb.base/decl-before-def-decl.c: New test.
1143 * gdb.base/decl-before-def-def.c: New test.
1144 * gdb.base/decl-before-def.exp: New file.
1145
96038148
TV
11462020-04-23 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1149
54ac3df1
TV
11502020-04-22 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1153 debug_info_offset.
1154 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1155 before $objsfile in the line line.
1156
714534e1
TV
11572020-04-22 Tom de Vries <tdevries@suse.de>
1158
1159 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1160
16a7dbf4
MS
11612020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1162
1163 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1164 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1165 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1166 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1167 * gdb.base/jit-protocol.h: Update definitions to match all usage
1168 contexts.
1169
11702020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1171
1172 * gdb.base: Rename all jit related test and source files.
1173
11742020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1175
1176 * gdb.base/jit-reader.exp: Relax register output check.
1177
317d2668
TV
11782020-04-22 Tom de Vries <tdevries@suse.de>
1179
1180 PR symtab/25764
1181 * gdb.base/psym-external-decl-2.c: New test.
1182 * gdb.base/psym-external-decl.c: New test.
1183 * gdb.base/psym-external-decl.exp: New file.
1184 * gdb.threads/tls.exp: Add PR25807 kfail.
1185
eea9e357
TV
11862020-04-22 Tom de Vries <tdevries@suse.de>
1187
1188 PR symtab/25801
1189 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1190 in "info source" output.
1191
3d5afab3
TV
11922020-04-22 Tom de Vries <tdevries@suse.de>
1193
1194 PR symtab/25700
1195 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1196 symtab for imported_unit.c.
1197
b32102f6
GB
11982020-04-21 Gary Benson <gbenson@redhat.com>
1199
1200 * gdb.base/advance.c (func): New argument, to match call site.
1201 (func2, func3): Add return statements.
1202
d43b7a2d
TBA
12032020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1204
1205 * gdb.multi/run-only-second-inf.c: New file.
1206 * gdb.multi/run-only-second-inf.exp: New file.
1207
d89edf9b
MM
12082020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1209
1210 * gdb.btrace/multi-inferior.c: New test.
1211 * gdb.btrace/multi-inferior.exp: New file.
1212
1a476b6d
MM
12132020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1214
1215 * gdb.btrace/enable-new-thread.c: New test.
1216 * gdb.btrace/enable-new-thread.exp: New file.
1217
4778a5f8
TV
12182020-04-21 Tom de Vries <tdevries@suse.de>
1219
1220 PR gdb/25471
1221 * gdb.threads/killed-outside.c: New test.
1222 * gdb.threads/killed-outside.exp: New file.
1223
9b2c992c
GB
12242020-04-20 Gary Benson <gbenson@redhat.com>
1225
1226 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1227 * gdb.base/nested-subp2.exp: Likewise.
1228 * gdb.base/nested-subp3.exp: Likewise.
1229
b5d1d6f7
GB
12302020-04-20 Gary Benson <gbenson@redhat.com>
1231
1232 * gdb.base/nested-subp1.exp: Disable test when using clang.
1233 * gdb.base/nested-subp2.exp: Likewise.
1234 * gdb.base/nested-subp3.exp: Likewise.
1235
25230285
GB
12362020-04-20 Gary Benson <gbenson@redhat.com>
1237
1238 * gdb.cp/exception.cc: Fix compilation error with clang.
1239
fa93cc8f
GB
12402020-04-20 Gary Benson <gbenson@redhat.com>
1241
809730f3 1242 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1243
e0c45f30
GB
12442020-04-20 Gary Benson <gbenson@redhat.com>
1245
1246 * gdb.base/jit-main.c: Fix compilation error with clang.
1247
4ddfec93
KR
12482020-04-17 Kamil Rytarowski <n54@gmx.com>
1249
1250 * gdb.base/attach-twice.c: Include "sys/types.h".
1251 (PTRACE_ATTACH): Add fallback definition.
1252 (main): Pass `0' to the 4th argument of `ptrace'.
1253
2bed205e
KR
12542020-04-17 Kamil Rytarowski <n54@gmx.com>
1255
1256 * gdb.base/fork-running-state.c: Include "signal.h".
1257
0743fc83
TT
12582020-04-17 Tom Tromey <tromey@adacore.com>
1259
1260 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1261 Update tests.
1262 * gdb.btrace/cpu.exp: Update tests.
1263 * gdb.base/maint.exp: Update tests.
1264 * gdb.base/default.exp: Update tests.
1265 * gdb.base/completion.exp: Update tests.
1266
efba5c23
TV
12672020-04-16 Tom de Vries <tdevries@suse.de>
1268
1269 PR symtab/25791
1270 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1271 (ensure_gdb_index): and factor out and move ...
1272 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1273 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1274
d191d716
TV
12752020-04-16 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1278 loading exec.
1279
99f1bc6a
AB
12802020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1281
1282 * gdb.base/many-completions.exp: New file.
1283
194d088f
TV
12842020-04-14 Tom de Vries <tdevries@suse.de>
1285
1286 PR symtab/25718
1287 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1288
c1a66c06
TV
12892020-04-14 Tom de Vries <tdevries@suse.de>
1290
1291 PR symtab/25720
1292 * gdb.base/maint-expand-symbols-header-file.c: New test.
1293 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1294 * gdb.base/maint-expand-symbols-header-file.h: New test.
1295
21b0982c
AB
12962020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1299 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1300 get_func_info.
1301 (get_func_info): Delete.
1302 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1303 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1304 * lib/dwarf.exp (get_func_info): New function.
1305
dd1cab06
TV
13062020-04-13 Tom de Vries <tdevries@suse.de>
1307
1308 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1309 to what find_gnatmake does.
1310
71ea2b6b
TV
13112020-04-10 Tom de Vries <tdevries@suse.de>
1312
1313 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1314 -readnow.
1315
bdfc1e8a
TV
13162020-04-10 Tom de Vries <tdevries@suse.de>
1317
1318 PR cli/25808
1319 * gdb.base/style.c: Add leading newlines.
1320 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1321 Check listing of main's one-line body.
1322
14ca8ecf
TV
13232020-04-08 Tom de Vries <tdevries@suse.de>
1324
1325 * lib/gdb.exp (psymtabs_p): New proc.
1326 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1327 importing unit" unsupported if there are no partial symbols.
1328
e21d048f
TV
13292020-04-08 Tom de Vries <tdevries@suse.de>
1330
1331 PR testsuite/25760
1332 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1333
25c11aca
TV
13342020-04-07 Tom de Vries <tdevries@suse.de>
1335
1336 PR symtab/25796
1337 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1338
5707e24b
TV
13392020-04-07 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.base/check-psymtab.c: New test.
1342 * gdb.base/check-psymtab.exp: New file.
1343
6ee448cc
TT
13442020-04-06 Tom Tromey <tromey@adacore.com>
1345
1346 * gdb.ada/variant-record/proc.adb: New file.
1347 * gdb.ada/variant-record/value.adb: New file.
1348 * gdb.ada/variant-record/value.s: New file.
1349 * gdb.ada/variant-record.exp: New file.
1350
9e7c9a03
HD
13512020-04-03 Hannes Domani <ssbssa@yahoo.de>
1352
1353 PR gdb/25325
1354 * gdb.cp/typed-enum.cc: New test.
1355 * gdb.cp/typed-enum.exp: New file.
1356
c90d28ac
AB
13572020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1358
1359 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1360 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1361 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1362 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1363 * gdb.opt/inline-small-func.c: New file.
1364 * gdb.opt/inline-small-func.exp: New file.
1365 * gdb.opt/inline-small-func.h: New file.
1366
34e9a9fa
AB
13672020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1370 function.
1371
6a354911
AB
13722020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * lib/dwarf.exp (function_range): Allow compiler options to be
1375 specified.
1376
880d9777
TV
13772020-04-02 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1380 __attribute__((always_inline)).
1381 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1382
f32682ea
TV
13832020-04-02 Tom de Vries <tdevries@suse.de>
1384
1385 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1386 (gdbserver_gdb_exit): ... here. Add timeout warning.
1387 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1388 (connect_target_extended_remote): Append new server_spawn_id to
1389 server_spawn_ids.
1390 (cleanup): New proc.
1391 (setup, <toplevel>): Call cleanup.
1392
d3214198
TV
13932020-04-02 Tom de Vries <tdevries@suse.de>
1394
1395 * gdb.base/main-psymtab.exp: New file.
1396
cc77ed24
TV
13972020-04-02 Tom de Vries <tdevries@suse.de>
1398
1399 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1400
3638a098
TT
14012020-04-01 Tom Tromey <tom@tromey.com>
1402
1403 * gdb.base/complex-parts.exp: Add type tests.
1404
c34e8714
TT
14052020-04-01 Tom Tromey <tom@tromey.com>
1406
1407 * gdb.base/complex-parts.exp: Add arithmetic tests.
1408
981c08ce
TT
14092020-04-01 Tom Tromey <tom@tromey.com>
1410
1411 * gdb.compile/compile.exp: Update.
1412 * gdb.compile/compile-cplus.exp: Update.
1413 * gdb.base/varargs.exp: Update.
1414 * gdb.base/floatn.exp: Update.
1415 * gdb.base/endianity.exp: Update.
1416 * gdb.base/callfuncs.exp (do_function_calls): Update.
1417 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1418 (complex_float_integral_args): Update.
1419 * gdb.base/complex.exp: Update.
1420 * gdb.base/complex-parts.exp: Update.
1421
3d1cfd43
TT
14222020-04-01 Tom Tromey <tromey@adacore.com>
1423
1424 * gdb.rust/union.rs: New file.
1425 * gdb.rust/union.exp: New file.
1426 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1427 (main): Update.
1428 * gdb.rust/simple.exp: Move union tests to union.exp.
1429
e033dfa9
TT
14302020-04-01 Tom Tromey <tromey@adacore.com>
1431
1432 * gdb.rust/simple.rs (main): Remove "y0".
1433
53cccef1
TBA
14342020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1435
1436 * gdb.multi/stop-all-on-exit.c: New test.
1437 * gdb.multi/stop-all-on-exit.exp: New file.
1438
60e22c1e
HD
14392020-04-01 Hannes Domani <ssbssa@yahoo.de>
1440
1441 PR gdb/24789
1442 * gdb.cp/misc.cc: Add integer reference variable.
1443 * gdb.cp/misc.exp: Add test.
1444
e139a727
TBA
14452020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1446
1447 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1448 scenario to cover execution until the end and also the case
1449
16b0db75
TV
14502020-03-31 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1453 c. Use "maint info symtabs" to check symtab expansion.
1454
c0502da6
TV
14552020-03-30 Tom de Vries <tdevries@suse.de>
1456
1457 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1458 unsupported.
1459 (verify_psymtab_expanded): Move ...
1460 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1461 test.
1462 (readnow): New proc.
1463
5935fd15
AB
14642020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1467 with $hex.
1468
1773be9e
TT
14692020-03-20 Tom Tromey <tromey@adacore.com>
1470
1471 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1472
70304be9
TT
14732020-03-20 Tom Tromey <tromey@adacore.com>
1474
1475 * gdb.ada/sub_variant/subv.adb: New file.
1476 * gdb.ada/sub_variant.exp: New file.
1477
0dd7b8f7
TV
14782020-03-20 Tom de Vries <tdevries@suse.de>
1479
1480 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1481 first break fails.
1482 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1483
cada5fc9
AB
14842020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1485
1486 * gdb.server/exit-multiple-threads.c: New file.
1487 * gdb.server/exit-multiple-threads.exp: New file.
1488
6b8c53f2
AB
14892020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.fortran/mixed-lang-stack.c: New file.
1492 * gdb.fortran/mixed-lang-stack.cpp: New file.
1493 * gdb.fortran/mixed-lang-stack.exp: New file.
1494 * gdb.fortran/mixed-lang-stack.f90: New file.
1495
19a2740f
AB
14962020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.linespec/cp-completion-aliases.cc: New file.
1499 * gdb.linespec/cp-completion-aliases.exp: New file.
1500
d8c8b848
TV
15012020-03-19 Tom de Vries <tdevries@suse.de>
1502
1503 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1504 more precise.
1505
a9933ccf
TV
15062020-03-18 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1509 * gdb.dwarf2/break-inline-psymtab.c: New test.
1510 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1511
2f89101f
TV
15122020-03-16 Tom de Vries <tdevries@suse.de>
1513
1514 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1515 cache_verify and cache_verify_proc.
1516
6b9374f1
TV
15172020-03-15 Tom de Vries <tdevries@suse.de>
1518
1519 * gdb.server/solib-list.exp: Handle
1520 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1521
eaeaf44c
TV
15222020-03-15 Tom de Vries <tdevries@suse.de>
1523
1524 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1525 objfiles".
1526
3293bbaf
TT
15272020-03-14 Tom Tromey <tom@tromey.com>
1528
1529 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1530
ab44624c
TV
15312020-03-14 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1534
54c43825
TV
15352020-03-14 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1538 result in line-by-line fashion.
1539
2ac70237
TV
15402020-03-14 Tom de Vries <tdevries@suse.de>
1541
1542 * lib/gdb.exp (supports_statement_frontiers): New proc.
1543 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1544
09546b56
TV
15452020-03-14 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.base/printcmds.exp: Add missing quoting for "print
1548 teststring2".
1549
a1f6a07c
TT
15502020-03-13 Tom Tromey <tom@tromey.com>
1551
1552 * gdb.base/printcmds.exp (test_print_strings): Add regression
1553 test.
1554 * gdb.base/printcmds.c (charptr): New typedef.
1555 (teststring2): New global.
1556
1b83d09c
AB
15572020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1560 full path in the test name.
1561 (test_ld): Add some with_test_prefix blocks to make test names
1562 unique.
1563
2d61316c
TV
15642020-03-13 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1567
2e9145ac
TV
15682020-03-13 Tom de Vries <tdevries@suse.de>
1569
1570 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1571
96c7f873
TV
15722020-03-13 Tom de Vries <tdevries@suse.de>
1573
1574 PR symtab/25646
1575 * gdb.dwarf2/imported-unit.exp: Add test.
1576
49ba92c0
TV
15772020-03-13 Tom de Vries <tdevries@suse.de>
1578
1579 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1580 (var1, var2): New variable.
1581 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1582 matching symbols.
1583
301b21e0
TV
15842020-03-13 Tom de Vries <tdevries@suse.de>
1585
1586 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1587 (Term::command): Use prompt prefix.
1588 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1589 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1590 command_no_prompt_prefix instead of prefix.
1591 * gdb.tui/tui-layout-asm.exp: Same.
1592
3f512721
SM
15932020-03-12 Simon Marchi <simon.marchi@efficios.com>
1594
1595 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1596
40310f30
SM
15972020-03-12 Simon Marchi <simon.marchi@efficios.com>
1598
1599 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1600 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1601 on" while stepping over the test instruction, match printed
1602 message.
1603
09252140
TV
16042020-03-12 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.base/info-types.exp: Use exp_continue during matching of output
1607 of "info types".
1608
14e9c72c
TV
16092020-03-12 Tom de Vries <tdevries@suse.de>
1610
1611 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1612
e515d67e
TV
16132020-03-12 Tom de Vries <tdevries@suse.de>
1614
1615 * gdb.fortran/module.exp: Use exp_continue during matching of output
1616 of "info variable -n".
1617
307eafd8
TV
16182020-03-12 Tom de Vries <tdevries@suse.de>
1619
1620 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1621 gdb.dwarf2/dw2-ranges-base.c.
1622
9a2de3fc
TV
16232020-03-12 Tom de Vries <tdevries@suse.de>
1624
1625 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1626 in presence of GLIBC debuginfo.
1627
3217502e
TV
16282020-03-12 Tom de Vries <tdevries@suse.de>
1629
1630 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1631 $core.
1632
1281424c
TV
16332020-03-12 Tom de Vries <tdevries@suse.de>
1634
1635 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1636 more precise.
1637
038b97fc
SM
16382020-03-11 Simon Marchi <simon.marchi@efficios.com>
1639
1640 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1641 from Unix to Windows path.
1642
5308d1e7
TV
16432020-03-11 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.ada/minsyms.exp: Set language to ada.
1646
f870f78f
TV
16472020-03-11 Tom de Vries <tdevries@suse.de>
1648
1649 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1650
5a13315d
TV
16512020-03-11 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1654
976862ed
TT
16552020-03-11 Tom Tromey <tromey@adacore.com>
1656
1657 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1658
7462c383
TV
16592020-03-11 Tom de Vries <tdevries@suse.de>
1660
1661 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1662
1c6c46a0
TV
16632020-03-11 Tom de Vries <tdevries@suse.de>
1664
1665 * gdb.base/break-interp.exp: Limit verbose scope.
1666
44f41bb7
TV
16672020-03-11 Tom de Vries <tdevries@suse.de>
1668
1669 * gdb.fortran/logical.f90: Define variable with character type.
1670 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1671
b76f3a42
TV
16722020-03-11 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1675
1c33af77
TV
16762020-03-11 Tom de Vries <tdevries@suse.de>
1677
1678 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1679 symtabs.
1680
8c95582d
AB
16812020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1682 Bernd Edlinger <bernd.edlinger@hotmail.de>
1683
1684 * gdb.cp/step-and-next-inline.cc: New file.
1685 * gdb.cp/step-and-next-inline.exp: New file.
1686 * gdb.cp/step-and-next-inline.h: New file.
1687 * gdb.dwarf2/dw2-is-stmt.c: New file.
1688 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1689 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1690 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1691 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1692
cecf8547
AB
16932020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1696 is-stmt flag in the line table.
1697
0ba678c9
TV
16982020-03-09 Tom de Vries <tdevries@suse.de>
1699
1700 * lib/gdb.exp (cached_file): Create cache dir.
1701
72fbdf83
TV
17022020-03-07 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1705 * gdb.cp/rvalue-ref-params.exp: Same.
1706
436b5e99
TV
17072020-03-06 Tom de Vries <tdevries@suse.de>
1708
1709 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1710 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1711
09f2921c
TV
17122020-03-06 Tom de Vries <tdevries@suse.de>
1713
1714 * README: Fix "the the".
1715 * gdb.base/dprintf.exp: Same.
1716
50a3cc5d
TV
17172020-03-05 Tom de Vries <tdevries@suse.de>
1718
1719 * gdb.base/maint.exp: Update "main print statistics" expected output.
1720
0a709cba
AKS
17212020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1722
1723 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1724 (fortran_int8): Likewise.
1725 (fortran_real4): Likewise.
1726 (fortran_real8): Likewise.
1727 (fortran_complex4): Likewise.
1728 (fortran_logical4): Likewise.
1729 (fortran_character1): Likewise.
1730
5e5d66b6
AB
17312020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1732
1733 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1734 printed as true.
1735
7b973adc
SDJ
17362020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1737
1738 * gdb.base/printcmds.exp: Add test to verify printf of a
1739 variable holding an address.
1740
478e490a
TV
17412020-03-03 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1744
1ef44e86
TV
17452020-03-03 Tom de Vries <tdevries@suse.de>
1746
1747 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1748 gdb_test_multiple call.
1749
b98cc2cf
TV
17502020-03-03 Tom de Vries <tdevries@suse.de>
1751
1752 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1753 gdb_test_multiple calls.
1754
63e163f2
AB
17552020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1756
1757 * gdb.base/default.exp: Remove test of 'set history filename'.
1758 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1759 filename to the empty string.
1760 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1761 and GDBHISTSIZE.
1762
24ed6739
AB
17632020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1766 disabled.
1767
590003dc
TV
17682020-03-02 Pedro Alves <palves@redhat.com>
1769 Tom de Vries <tdevries@suse.de>
1770
1771 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1772 -prompt prefix, before user_code argument. Add -lbl option likewise.
1773 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1774 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1775 argument.
1776 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1777 have "\r\n" at start-of-line, instead of at end-of-line.
1778
f5e46084
SM
17792020-02-28 Simon Marchi <simon.marchi@efficios.com>
1780
1781 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1782 libinproctrace.so.
1783
f7a7000d
LM
17842020-02-28 Luis Machado <luis.machado@linaro.org>
1785
1786 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1787 to "p/x".
1788
718e0816
LM
17892020-02-28 Luis Machado <luis.machado@linaro.org>
1790
1791 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1792 asm/ptrace.h and error.h.
1793
13c3a74a
TV
17942020-02-28 Tom de Vries <tdevries@suse.de>
1795
1796 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1797 (struct wrapper, do_something, mundane/symada__cS): Move ...
1798 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1799 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1800 Update "print symada__cS before partial symtab expansion" regexp.
1801 Update breakpoint location. Flush symbol cache after expansion.
1802
85d2d5bb
LM
18032020-02-28 Luis Machado <luis.machado@linaro.org>
1804
1805 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1806
3608f86c
TV
18072020-02-27 Tom de Vries <tdevries@suse.de>
1808
1809 * config/sid.exp: Remove unused globals.
1810 * gdb.base/attach.exp: Same.
1811 * gdb.base/catch-load.exp: Same.
1812 * gdb.base/dbx.exp: Same.
1813 * lib/gdb.exp: Same.
1814 * lib/mi-support.exp: Same.
1815 * lib/prompt.exp: Same.
1816
c8d4f6df
TV
18172020-02-27 Tom de Vries <tdevries@suse.de>
1818
1819 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1820 not set.
1821
0d79cdc4
AM
18222020-02-26 Aaron Merey <amerey@redhat.com>
1823
1824 * gdb.debuginfod: New directory for debuginfod tests.
1825 * gdb.debuginfod/main.c: New test file.
1826 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1827
0dce4280
TV
18282020-02-26 Tom de Vries <tdevries@suse.de>
1829
1830 PR gdb/25603
1831 * gdb.base/persistent-lang.cc: New test.
1832 * gdb.base/persistent-lang.exp: New file.
1833
9e80cfa1
AB
18342020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1835
1836 * gdb.fortran/derived-type-striding.exp: Add a new test.
1837 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1838 new test.
1839
2078dbb2
AB
18402020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1841
1842 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1843 names.
1844
70d49700
TV
18452020-02-25 Tom de Vries <tdevries@suse.de>
1846
1847 PR go/18926
1848 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1849
a88ef40d
TV
18502020-02-24 Tom de Vries <tdevries@suse.de>
1851
1852 PR gdb/25592
1853 * gdb.base/info-locals-unused-static-var.c: New test.
1854 * gdb.base/info-locals-unused-static-var.exp: New file.
1855
01b1af32
TT
18562020-02-22 Tom Tromey <tom@tromey.com>
1857
1858 * gdb.python/tui-window.exp: New file.
1859 * gdb.python/tui-window.py: New file.
1860
7c043ba6
TT
18612020-02-22 Tom Tromey <tom@tromey.com>
1862
1863 PR tui/17850:
1864 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1865 tests.
1866
c22fef7e
TT
18672020-02-22 Tom Tromey <tom@tromey.com>
1868
1869 * gdb.tui/new-layout.exp: Add sub-layout tests.
1870
ee325b61
TT
18712020-02-22 Tom Tromey <tom@tromey.com>
1872
1873 * gdb.tui/new-layout.exp: New file.
1874
3f0cbb04
TT
18752020-02-22 Tom Tromey <tom@tromey.com>
1876
1877 * gdb.rust/rust-style.rs: New file.
1878 * gdb.rust/rust-style.exp: New file.
1879 * gdb.base/style.exp: Test structure printing.
1880 * gdb.base/style.c (struct some_struct): New type.
1881 (enum etype): New type.
1882 (struct_value): New global.
1883
75525152
TV
18842020-02-21 Tom de Vries <tdevries@suse.de>
1885
1886 PR go/18926
1887 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1888 Remove blanket xfails. Use message argument for gdb_breakpoint.
1889 Make continuing to breakpoint test conditional on setting breakpoint.
1890 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1891 DW_AT_name attribute. Add xfail for GCC PR93866.
1892
bd360d30
AB
18932020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.dwarf2/cpp-linkage-name.c: New file.
1896 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1897
c7adb09f 18982020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1899
1900 * lib/gdb.exp (gdb_wrapper_init): Reset
1901 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1902 not exist.
1903
a9c79803
TV
19042020-02-20 Tom de Vries <tdevries@suse.de>
1905
1906 PR go/17018
1907 * gdb.go/hello.exp: Copy ...
1908 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1909 print of st to print value of global definition. Add xfail for GCC
1910 PR93844.
1911 * gdb.go/hello.exp: Remove printing of st before definition.
1912 * gdb.go/hello.go: Copy ...
1913 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1914 to st.
1915 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1916
d7445728
TV
19172020-02-20 Tom de Vries <tdevries@suse.de>
1918
1919 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1920 (gdb_simple_compile): Handle compile_flags go by using .go extension
1921 for source file.
1922 * gdb.go/chan.exp: Use support_go_compile.
1923 * gdb.go/handcall.exp: Same.
1924 * gdb.go/hello.exp: Same.
1925 * gdb.go/integers.exp: Same.
1926 * gdb.go/max-depth.exp: Same.
1927 * gdb.go/methods.exp: Same.
1928 * gdb.go/package.exp: Same.
1929 * gdb.go/strings.exp: Same.
1930 * gdb.go/types.exp: Same.
1931 * gdb.go/unsafe.exp: Same.
1932
c9c41e6d
TV
19332020-02-19 Tom de Vries <tdevries@suse.de>
1934
1935 * gdb.python/lib-types.exp: Make xfail more strict.
1936
f20ff837
TV
19372020-02-19 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1940
08410482
DE
19412020-02-19 Doug Evans <dje@google.com>
1942
1943 PR rust/25535
1944 * gdb.rust/simple.exp: Add test.
1945 * gdb.rust/simple.rs: Add test.
1946
623563f7
TV
19472020-02-19 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1950 output line-by-line.
1951
d3308cfd
TV
19522020-02-19 Tom de Vries <tdevries@suse.de>
1953
1954 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1955
86cbc5dc
TV
19562020-02-19 Tom de Vries <tdevries@suse.de>
1957
1958 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1959 prelink.
1960
9db2b96b
TV
19612020-02-19 Tom de Vries <tdevries@suse.de>
1962
1963 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1964 (gdb_do_cache): Use gdb_do_cache_wrap.
1965 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1966
89e2fdc5
TV
19672020-02-19 Tom de Vries <tdevries@suse.de>
1968
1969 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1970 gdb_compile option.
1971
373d7ac0
SM
19722020-02-18 Simon Marchi <simon.marchi@efficios.com>
1973
1974 * gdb.base/printcmds.exp (test_print_enums): Update expected
1975 output.
1976
b29a2df0
SM
19772020-02-18 Simon Marchi <simon.marchi@efficios.com>
1978
1979 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1980 for "unknown".
1981
6740f0cc
SM
19822020-02-18 Simon Marchi <simon.marchi@efficios.com>
1983
1984 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1985 enumerator.
1986
edd45eb0
SM
19872020-02-18 Simon Marchi <simon.marchi@efficios.com>
1988
1989 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1990 FE_, add FE_NONE.
1991 (three): Update.
1992 (enum flag_enum_without_zero): New enum.
1993 (flag_enum_without_zero): New variable.
1994 (enum not_flag_enum): New enum.
1995 (three_not_flag): New variable.
1996 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1997 (test_print_enums): Add more tests for printing flag enums.
1998
d4295de4
TV
19992020-02-18 Tom de Vries <tdevries@suse.de>
2000
2001 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2002 (gdb_compile_ada): ... here.
2003 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2004 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2005
f251f505
TT
20062020-02-14 Tom Tromey <tom@tromey.com>
2007
2008 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2009 build directory.
2010 * boards/gdbserver-base.exp: Update path to gdbserver.
2011
8f432634
TV
20122020-02-13 Tom de Vries <tdevries@suse.de>
2013
2014 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2015
92b6eaf7
TV
20162020-02-13 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2019 are missing.
2020
f3b0f7fe
TV
20212020-02-13 Tom de Vries <tdevries@suse.de>
2022
2023 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2024 call.
2025
f6be8713
SDJ
20262020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2027
2028 PR tui/25126
2029 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2030 * gdb.base/cached-source-file.c: New file.
2031 * gdb.base/cached-source-file.exp: New file.
2032
b2770d5e
TV
20332020-02-11 Tom de Vries <tdevries@suse.de>
2034
2035 PR testsuite/25488
2036 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2037
44f6938e
TV
20382020-02-10 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2041
5f0e2eb7
MR
20422020-02-10 Maciej W. Rozycki <macro@wdc.com>
2043
2044 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2045 and $after_addr are both integers before making a comparison.
2046
46ce2b6f
TV
20472020-02-09 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2050 command output and paste it into gdb.log. If any, paste catch message
2051 to gdb.log.
2052
5abbbe1d
TT
20532020-02-07 Tom Tromey <tromey@adacore.com>
2054
2055 PR breakpoints/24915:
2056 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2057
1d5d29e7
SV
20582020-02-06 Shahab Vahedi <shahab@synopsys.com>
2059
2060 * gdb.tui/tui-missing-src.exp: Add the "missing source
2061 file" test for the TUI.
2062
b0999b9b
AB
20632020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2064
2065 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2066 including a port number in the output.
2067
c3b149eb
AKS
20682020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2069
2070 * lib/fortran.exp (fortran_int4): Handle clang.
2071 (fortran_int8): Likewise.
2072 (fortran_real4): Likewise.
2073 (fortran_real8): Likewise.
2074 (fortran_complex4): Likewise.
2075 (fortran_logical4): Likewise.
2076 (fortran_character1): Likewise.
2077
f8dcc90b
TV
20782020-02-04 Tom de Vries <tdevries@suse.de>
2079
2080 * README (Race detection): Add note.
2081
f90ac7c2
TV
20822020-02-04 Tom de Vries <tdevries@suse.de>
2083
2084 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2085
780636ae
TV
20862020-02-04 Tom de Vries <tdevries@suse.de>
2087
2088 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2089
5d2e1193
RA
20902020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2091
2092 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2093 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2094 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2095 blttar, bnetarl.
2096 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2097 binary for blttar, bnetarl.
2098 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2099 wait instruction. Delete ldmx test.
2100 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2101
e409c542
AKS
21022020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2103
2104 * gdb.fortran/array-bounds-high.exp: New file.
2105 * gdb.fortran/array-bounds-high.f90: New file.
2106
b0029748
LD
21072020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2108
2109 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2110 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2111
195a8287
TV
21122020-02-01 Tom de Vries <tdevries@suse.de>
2113
2114 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2115
42330a68
AB
21162020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2117
2118 PR tui/9765
2119 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2120 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2121
b62a8028
LM
21222020-01-29 Luis Machado <luis.machado@linaro.org>
2123
2124 * gdb.arch/aarch64-brk-patterns.c: New source file.
2125 * gdb.arch/aarch64-brk-patterns.exp: New test.
2126
5f440116
TBA
21272020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2128
2129 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2130 GCC/Clang version.
2131 * gdb.cp/pass-by-ref.exp: Ditto.
2132
ee2a6fc6
TV
21332020-01-29 Tom de Vries <tdevries@suse.de>
2134
2135 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2136 * gdb.threads/watchpoint-fork-mt.c: Same.
2137 * gdb.threads/watchpoint-fork-parent.c: Same.
2138 * gdb.threads/watchpoint-fork-st.c: Same.
2139 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2140
16b10d6e
LM
21412020-01-27 Luis Machado <luis.machado@linaro.org>
2142
2143 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2144 sitting at a syscall instruction when we hit the syscall function's
2145 breakpoint.
2146 Check PC against one obtained with the x command.
2147 Validate syscall number.
2148 (step_over_syscall): Don't continue to the syscall instruction if
2149 we're already there.
2150
b1468492
PW
21512020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2152
2153 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2154
7ffa82e1
AB
21552020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2156
2157 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2158 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2159
3d92a3e3
AB
21602020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2161
2162 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2163 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2164
94a72be7
AB
21652020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * gdb.base/maint.exp: Update line table parsing test.
2168 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2169
53af73bf
PA
21702020-01-24 Pedro Alves <palves@redhat.com>
2171
2172 PR gdb/25410
2173 * gdb.multi/multi-re-run-1.c: New.
2174 * gdb.multi/multi-re-run-2.c: New.
2175 * gdb.multi/multi-re-run.exp: New.
2176
1ba1ac88
AB
21772020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 PR gdb/23718
2180 * gdb.server/server-kill-python.exp: New file.
2181
f3364a6d
AB
21822020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 * gdb.server/multi-ui-errors.c: New file.
2185 * gdb.server/multi-ui-errors.exp: New file.
2186
733d0a67
AB
21872020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2188
2189 PR tui/9765
2190 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2191
4f13c1c0
TT
21922020-01-19 Tom Tromey <tom@tromey.com>
2193
2194 * gdb.tui/main.exp: Add check for plain "file".
2195
40c94099
CB
21962020-01-16 Christian Biesinger <cbiesinger@google.com>
2197
2198 * lib/gdb.exp: Fix spelling error (seperatelly).
2199
ff47f4f0
TT
22002020-01-14 Tom Tromey <tom@tromey.com>
2201
2202 PR symtab/12535:
2203 * gdb.python/python.exp: Test decode_line with empty string
2204 argument.
2205
717c684d
BE
22062020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2207
2208 * gdb.base/skip-inline.exp: Extend test.
2209
44e4c775
AB
22102020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2211
2212 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2213 * gdb.dwarf2/dw2-bad-elf.c: New file.
2214 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2215
d93c6db7
AB
22162020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2219 _line_saw_file.
2220
9a6d629c
AB
22212020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2224 border.
2225
d9ebdab7
TBA
22262020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2227
2228 * gdb.multi/multi-target.exp (setup): Factor out "info
2229 connections" and "info inferiors" tests to ...
2230 (test_info_inferiors): ... this new procedure.
2231 (top level): Run new "info-inferiors" tests.
2232
f3c469b9
PA
22332020-01-10 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.server/bkpt-other-inferior.exp: New file.
2236
121b3efd
PA
22372020-01-10 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2240 of "add-inferior".
2241 * gdb.base/quit-live.exp: Likewise.
2242 * gdb.base/remote-exec-file.exp: Likewise.
2243 * gdb.guile/scm-progspace.exp: Likewise.
2244 * gdb.linespec/linespec.exp: Likewise.
2245 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2246 * gdb.mi/user-selected-context-sync.exp: Likewise.
2247 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2248 "info inferiors" tests.
2249 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2250 "add-inferior".
2251 * gdb.multi/watchpoint-multi.exp: Likewise.
2252 * gdb.python/py-inferior.exp: Likewise.
2253 * gdb.server/extended-remote-restart.exp: Likewise.
2254 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2255 "info inferiors".
2256 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2257 * gdb.trace/report.exp: Likewise.
2258
1dadb1dd
PA
22592020-01-10 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.multi/multi-target.c: New file.
2262 * gdb.multi/multi-target.exp: New file.
2263 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2264 mode requested, but remote does not support non-stop".
2265
78f2c40a
PA
22662020-01-10 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2269 disconnect before reconnecting.
2270
e7af6c70
TBA
22712020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2272 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.server/connect-without-multi-process.exp: Also test
2275 continuing to end.
2276
acdf84a6
PA
22772020-01-10 Pedro Alves <palves@redhat.com>
2278
2279 * gdb.base/remote-exec-file.exp: New file.
2280
873657b9
PA
22812020-01-10 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2284 output.
2285 * gdb.threads/async.c: New.
2286 * gdb.threads/async.exp: New.
2287 * gdb.multi/tids-gid-reset.c: New.
2288 * gdb.multi/tids-gid-reset.exp: New.
2289
7f0ae84c
GB
22902020-01-10 George Barrett <bob@bob131.so>
2291
2292 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2293 to help in finding the image relocation offset.
2294 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2295 options in arguments.
2296 (stap_test_no_debuginfo): Likewise.
2297 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2298 test variants.
2299 (stap_test): Add null semaphore relocation test.
2300
47e9d49d
GB
23012020-01-10 George Barrett <bob@bob131.so>
2302
2303 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2304 * gdb.base/stap-probe.exp: Likewise.
2305 (stap_test): Pass argument as an additional flag.
2306 (stap_test_no_debuginfo): Likewise.
2307 (stap_test): Check `info probes stap' output for semaphore
2308 addresses if the test binary is supposed to have them.
2309
f5a7c406
AB
23102020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2311
2312 * gdb.tui/basic.exp: Add more scrolling tests.
2313
9ae6bf64
TT
23142020-01-09 Tom Tromey <tom@tromey.com>
2315
2316 PR tui/18932:
2317 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2318 meangingful value.
2319 (Term::command, Term::resize): Update.
2320 * gdb.tui/basic.exp: Add scrolling test.
2321
b2efe70c
AB
23222020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * gdb.tui/tui-layout-asm.exp: New file.
2325
3804da7e
AB
23262020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2329
b40aa28f
AB
23302020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2331
2332 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2333 (Term::enter_tui): Use Term::prepare_for_tui.
2334
63ffd7c9
AB
23352020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2336
2337 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2338 called.
2339
3be966f6
AB
23402020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.base/skip.exp: Fix race condition in test.
2343
153d79c4
AB
23442020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2345
2346 * gdb.base/backtrace.c: New file.
2347 * gdb.base/backtrace.exp: New file.
2348
f2302a34
AB
23492020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2352
6ec1d75e
PW
23532020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2354
2355 * gdb.base/style.exp: Test that warnings are styled.
2356
c296cbe6
BE
23572019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2358
2359 * gdb.base/line65535.exp: New file.
2360 * gdb.base/line65535.c: New file.
2361
b28a729d
SM
23622019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2363
2364 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2365 * lib/gnat_debug_info_test.adb: New file.
2366 * gdb.ada/ptype_tagged_param.exp: Use
2367 gnat_runtime_has_debug_info, expect a different output if
2368 runtime does not have debug info.
2369
7f2d7a0d
SM
23702019-12-20 Simon Marchi <simon.marchi@efficios.com>
2371
2372 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2373 (another) quote in test name.
2374
f3bce483
SM
23752019-12-20 Simon Marchi <simon.marchi@efficios.com>
2376
2377 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2378 Add quote in test name.
2379
c855a912
TBA
23802019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2381
2382 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2383 directory instead.
2384 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2385 * gdb.cp/pass-by-ref-2.cc: New file.
2386 * gdb.cp/pass-by-ref-2.exp: New file.
2387
fc9d2d72
TT
23882019-12-20 Tom Tromey <tom@tromey.com>
2389
2390 * gdb.tui/list-before.exp: New file.
2391
77b97e00
TT
23922019-12-20 Tom Tromey <tom@tromey.com>
2393
2394 * gdb.tui/list.exp: Check for source on initial listing.
2395
f69656d0
TT
23962019-12-11 Tom Tromey <tromey@adacore.com>
2397
2398 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2399 Add crlf test.
2400
99a55965
SM
24012019-12-18 Simon Marchi <simon.marchi@efficios.com>
2402
2403 * gdb.base/default.exp: Update value of $_gdb_major.
2404
5024637f
BE
24052019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2406
2407 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2408
b63634be
BE
24092019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2410
2411 * gdb.base/skip.exp: Whitespace fix.
2412
45d73523
BE
24132019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2414
2415 * gdb.base/skip-inline.c: New file.
2416 * gdb.base/skip-inline.exp: New file.
2417
d043f8c8
SM
24182019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2419
2420 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2421 jit_function_00 to jit_function_stack_mangle.
2422 * gdb.base/jithost.c (jit_function_t): Rename to...
2423 (jit_function_stack_mangle_t): ... this.
2424 (jit_function_add_t): New typedef.
2425 (jit_function_00_code): Rename to...
2426 (jit_function_stack_mangle_code): ... this, make static.
2427 (jit_function_add_code): New.
2428 (main): Generate "add" function and call it. Adjust to changes
2429 in jithost_abi.
2430 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2431 (struct jithost_abi) <begin, end>: Remove fields.
2432 <object, function_stack_mangle, function_add>: New fields.
2433 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2434 code_end>: Remove fields.
2435 <func_stack_mangle>: New field.
2436 (read_debug_info): Adjust to renaming, create block for "add"
2437 function.
2438 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2439
873de05c
TT
24402019-12-11 Tom Tromey <tom@tromey.com>
2441
2442 * gdb.tui/resize.exp: Fix regexp.
2443 * gdb.tui/regs.exp: Fix regexps.
2444 * gdb.tui/main.exp: Fix regexp.
2445
3d979945
TT
24462019-12-11 Tom Tromey <tom@tromey.com>
2447
2448 * gdb.tui/resize.exp: Update.
2449 * gdb.tui/empty.exp (layouts): Update.
2450
2192a9d3
TT
24512019-12-11 Tom Tromey <tom@tromey.com>
2452
2453 * gdb.tui/regs.exp: Update.
2454 * gdb.tui/empty.exp (layouts): Update.
2455 * gdb.tui/basic.exp: Update.
2456 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2457
d8edc8b7
PW
24582019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2459
2460 * gdb.base/options.exp: Add -raw-values in the print completion list.
2461 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2462
4c12d936
KB
24632019-12-10 Kevin Buettner <kevinb@redhat.com>
2464
2465 * gdb.threads/omp-par-scope.c: New file.
2466 * gdb/threads/omp-par-scope.exp: New file.
2467
26b911fb
KB
24682019-12-10 Kevin Buettner <kevinb@redhat.com>
2469
bb47f919
KB
2470 * lib/gdb.exp (support_nested_function_tests): New proc.
2471
24722019-12-10 Kevin Buettner <kevinb@redhat.com>
2473
2474 * lib/gdb.exp (gdb_compile_openmp): New proc.
2475 (build_executable_from_specs): Add an "openmp" option.
2476 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2477
6c71eb7d
TT
24782019-12-10 Tom Tromey <tromey@adacore.com>
2479
2480 * gdb.ada/unchecked_union.exp: New file.
2481 * gdb.ada/unchecked_union/pck.adb: New file.
2482 * gdb.ada/unchecked_union/pck.ads: New file.
2483 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2484 * gdb-utils.exp (string_to_regexp): Also quote "?".
2485
bac7c5cf
GB
24862019-12-10 George Barrett <bob@bob131.so>
2487
2488 Test scripted probe breakpoints.
2489 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2490 * gdb.python/py-breakpoint.c (main): Likewise.
2491 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2492 specifier test.
2493 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2494
330f1d38
TBA
24952019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2496
2497 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2498 an rvalue parameter.
2499 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2500 parameter.
2501
b43315e2
AB
25022019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2503
2504 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2505 modules.
2506
54f73dad
AB
25072019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2510 broken version of GCC.
2511
d57cbee9
AB
25122019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2513
2514 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2515 sym-info-cmds library.
2516 * gdb.fortran/info-types.exp: Likewise.
2517 * lib/sym-info-cmds.exp: New file.
2518
c14aab8c
TV
25192019-12-08 Tom de Vries <tdevries@suse.de>
2520
2521 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2522
aa2d5a42
KS
25232019-12-07 Keith Seitz <keiths@redhat.com>
2524
2525 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2526 * gdb.base/corefile-buildid-shlib.c: New file.
2527 * gdb.base/corefile-buildid.c: New file.
2528 * gdb.base/corefile-buildid.exp: New file.
2529
93e55f0a
TV
25302019-12-06 Tom de Vries <tdevries@suse.de>
2531
2532 * gdb.dwarf2/varval.exp: Add decl before def test.
2533
c7d12402
TBA
25342019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2535
2536 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2537
06acc08f
TBA
25382019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2539
2540 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2541 CV and reference conversion for overload resolution.
2542 * gdb.cp/rvalue-ref-overload.exp: Test it.
2543
e0fad1ea
PW
25442019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2545
2546 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2547 * gdb.base/frameapply.exp: Test faas without command.
2548
8d70a9f0
AB
25492019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2552 Fortran tests.
2553 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2554 order.
2555
36c8fb93
AB
25562019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2557
2558 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2559 casting to type with no kind specified.
2560 (test_basic_parsing_of_type_kinds): Additional tests for types
2561 with no kind specified, and add tests for single/double
2562 precision/complex types.
2563
4139ff00
TT
25642019-12-04 Tom Tromey <tromey@adacore.com>
2565
2566 * gdb.base/endianity.c (struct other) <x>: New field.
2567 (main): Initialize it.
2568 * gdb.base/endianity.exp: Update.
2569
a05cf17a
TT
25702019-12-04 Tom Tromey <tromey@adacore.com>
2571
2572 * gdb.ada/scalar_storage/storage.adb: New file.
2573 * gdb.ada/scalar_storage/pck.adb: New file.
2574 * gdb.ada/scalar_storage/pck.ads: New file.
2575 * gdb.ada/scalar_storage.exp: New file.
2576
103a685e
TT
25772019-12-04 Tom Tromey <tromey@adacore.com>
2578
2579 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2580 (main): Initialize it.
2581 * gdb.base/endianity.exp: Update.
2582
c2512106
AB
25832019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2586
293b38d6
AB
25872019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2588
2589 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2590 -symbol-info-module-functions and -symbol-info-module-variables.
2591
216a7e6b
AB
25922019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2593
2594 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2595
5bbd8269
AB
25962019-12-01 Richard Bunt <richard.bunt@arm.com>
2597 Andrew Burgess <andrew.burgess@embecosm.com>
2598
2599 * gdb.fortran/derived-type-striding.exp: New file.
2600 * gdb.fortran/derived-type-striding.f90: New file.
2601 * gdb.fortran/array-slices.exp: New file.
2602 * gdb.fortran/array-slices.f90: New file.
2603
be09caf1
PW
26042019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2605
2606 * gdb.base/define.exp: Test . in command names.
2607 * gdb.base/setshow.exp: Update test, as . is now part of
2608 command name.
2609
643c0cbe
PW
26102019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2611
2612 * gdb.base/define-prefix.exp: New file.
2613
dcdec678
AB
26142019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2617 compile.
2618 (skip_btrace_pt_tests): Likewise.
2619
640ab947
AB
26202019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.fortran/info-modules.exp: Compile source files in correct
2623 order.
2624
d22670f0
KB
26252019-11-27 Kevin Buettner <kevinb@redhat.com>
2626
2627 * gdb.dwarf2/imported-unit.exp: New file.
2628 * gdb.dwarf2/imported-unit.c: New file.
2629
db5960b4
AB
26302019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * gdb.mi/mi-fortran-modules-2.f90: New file.
2633 * gdb.mi/mi-fortran-modules.exp: New file.
2634 * gdb.mi/mi-fortran-modules.f90: New file.
2635
7dc42066
AB
26362019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.mi/mi-sym-info-1.c: New file.
2639 * gdb.mi/mi-sym-info-2.c: New file.
2640 * gdb.mi/mi-sym-info.exp: New file.
2641
0dfeecca
TT
26422019-11-22 Tom Tromey <tromey@adacore.com>
2643
2644 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2645 * gdb.ada/tasks/foo.adb: Add another stopping location.
2646
34877895
PJ
26472019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2648
2649 * gdb.base/endianity.c: New test.
2650 * gdb.base/endianity.exp: New file.
2651
2e84f897
LD
26522019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2653
2654 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2655
65d1cd5f
TV
26562019-11-21 Tom de Vries <tdevries@suse.de>
2657
2658 PR gdb/24956
2659 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2660
4f22c3f4
SDJ
26612019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2662
2663 * gdb.python/py-progspace.exp: Add missing parentheses on some
2664 'print' commands.
2665
9f6ad286
TT
26662019-11-19 Tom Tromey <tom@tromey.com>
2667
2668 * gdb.tui/winheight.exp: New file.
2669
0b8dbf3f
AB
26702019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * gdb.base/ctf-whatis.c: Delete.
2673 * gdb.base/ctf-whatis.exp: Delete.
2674 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2675
f833b7a7
AB
26762019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.base/ctf-cvexpr.exp: Delete.
2679 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2680
30d0a636
AB
26812019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2684 the compiler. Clean up header comment a little.
2685 * gdb.base/ctf-ptype.exp: Likewise.
2686 * gdb.base/ctf-whatis.exp: Likewise.
2687 * lib/gdb.exp (skip_ctf_tests): New proc.
2688
494409bb
SDJ
26892019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2690
2691 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2692 * gdb.tui/corefile-run.exp: New file.
2693
55708e99
TT
26942019-11-14 Tom Tromey <tromey@adacore.com>
2695
2696 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2697 regression tests.
2698
45e42163
TT
26992019-11-12 Tom Tromey <tom@tromey.com>
2700
2701 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2702 after any command. Expect prompt after WAIT_FOR is seen.
2703 (enter_tui): Enable resize messages.
2704 (command): Expect command in output.
2705 (get_line): Avoid error when cursor appears to be off-screen.
2706 (dump_screen): Include screen size in title.
2707 (_do_resize): New proc, from "resize".
2708 (resize): Rewrite. Do resize in two steps.
2709 * gdb.tui/empty.exp (layouts): Fix entries.
2710 (check_boxes): Remove xfail.
2711 (check_text): Dump screen on failure.
2712
086baaf1
AB
27132019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * gdb.python/py-symbol.exp: Add test for
2716 gdb.lookup_static_symbols.
2717
09ff83af
AB
27182019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2719
2720 * gdb.python/py-symbol.c: Declare and call function from new
2721 py-symbol-2.c file.
2722 * gdb.python/py-symbol.exp: Compile both source files, and add new
2723 tests for gdb.lookup_static_symbol.
2724 * gdb.python/py-symbol-2.c: New file.
2725
11af934b
TV
27262019-11-02 Tom de Vries <tdevries@suse.de>
2727
2728 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2729 * gdb.base/anon.exp: Same.
2730 * gdb.base/auto-connect-native-target.exp: Same.
2731 * gdb.base/call-ar-st.exp: Same.
2732 * gdb.base/catch-syscall.exp: Same.
2733 * gdb.base/commands.exp: Same.
2734 * gdb.base/default.exp: Same.
2735 * gdb.base/display.exp: Same.
2736 * gdb.base/float.exp: Same.
2737 * gdb.base/foll-fork.exp: Same.
2738 * gdb.base/help.exp: Same.
2739 * gdb.base/info-macros.exp: Same.
2740 * gdb.base/info-proc.exp: Same.
2741 * gdb.base/info-target.exp: Same.
2742 * gdb.base/long_long.exp: Same.
2743 * gdb.base/macscp.exp: Same.
2744 * gdb.base/memattr.exp: Same.
2745 * gdb.base/nofield.exp: Same.
2746 * gdb.base/pointers.exp: Same.
2747 * gdb.base/printcmds.exp: Same.
2748 * gdb.base/ptype.exp: Same.
2749 * gdb.base/restore.exp: Same.
2750 * gdb.base/return.exp: Same.
2751 * gdb.base/scope.exp: Same.
2752 * gdb.base/set-noassign.exp: Same.
2753 * gdb.base/setshow.exp: Same.
2754 * gdb.base/shlib-call.exp: Same.
2755 * gdb.base/signals.exp: Same.
2756 * gdb.base/sigstep.exp: Same.
2757 * gdb.base/skip.exp: Same.
2758 * gdb.base/solib-symbol.exp: Same.
2759 * gdb.base/stap-probe.exp: Same.
2760 * gdb.base/step-line.exp: Same.
2761 * gdb.base/step-test.exp: Same.
2762 * gdb.base/style.exp: Same.
2763 * gdb.base/varargs.exp: Same.
2764 * gdb.base/vla-datatypes.exp: Same.
2765 * gdb.base/vla-ptr.exp: Same.
2766 * gdb.base/vla-sideeffect.exp: Same.
2767 * gdb.base/volatile.exp: Same.
2768 * gdb.base/watch-cond-infcall.exp: Same.
2769 * gdb.base/watchpoint.exp: Same.
2770
e96ec2ba
TV
27712019-11-02 Tom de Vries <tdevries@suse.de>
2772
2773 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2774 * gdb.cp/cpexprs.exp: Same.
2775 * gdb.cp/except-multi-location.exp: Same.
2776 * gdb.cp/exceptprint.exp: Same.
2777 * gdb.cp/gdb2384.exp: Same.
2778 * gdb.cp/inherit.exp: Same.
2779 * gdb.cp/m-static.exp: Same.
2780 * gdb.cp/meth-typedefs.exp: Same.
2781 * gdb.cp/misc.exp: Same.
2782 * gdb.cp/namespace.exp: Same.
2783 * gdb.cp/non-trivial-retval.exp: Same.
2784 * gdb.cp/overload.exp: Same.
2785 * gdb.cp/pr17132.exp: Same.
2786 * gdb.cp/re-set-overloaded.exp: Same.
2787 * gdb.cp/rvalue-ref-types.exp: Same.
2788 * gdb.cp/templates.exp: Same.
2789
bd5766ec
LM
27902019-11-01 Luis Machado <luis.machado@linaro.org>
2791
2792 PR gdb/25124
2793
2794 * gdb.arch/pr25124.S: New file.
2795 * gdb.arch/pr25124.exp: New file.
2796
165f8965
AB
27972019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2798
2799 * gdb.fortran/info-modules.exp: Update expected results, and add
2800 additional tests for 'info module functinos', and 'info module
2801 variables'.
2802 * gdb.fortran/info-types.exp: Update expected results.
2803 * gdb.fortran/info-types.f90: Extend testcase with additional
2804 module variables and functions.
2805
59c35742
AB
28062019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2807
2808 * gdb.fortran/info-modules.exp: New file.
2809 * gdb.fortran/info-types.exp: Build with new file.
2810 * gdb.fortran/info-types.f90: Include and use new module.
2811 * gdb.fortran/info-types-2.f90: New file.
2812
f3fb2519
PW
28132019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2814
2815 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2816 * gdb.base/settings.exp: Test all settings types using
2817 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2818 that now verifies that the value of "maint show" is the same as
2819 returned by the settings functions. Test the type of the
2820 maintenance settings.
2821 * gdb.base/default.exp: Update show_conv_list.
2822
d1e36019
TV
28232019-10-31 Tom de Vries <tdevries@suse.de>
2824
2825 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2826 gdb_test.
2827 * gdb.arch/amd64-disp-step.exp: Same.
2828 * gdb.asm/asm-source.exp: Same.
2829 * gdb.btrace/buffer-size.exp: Same.
2830 * gdb.btrace/cpu.exp: Same.
2831 * gdb.btrace/enable.exp: Same.
2832 * gdb.dwarf2/count.exp: Same.
2833 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2834 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2835 * gdb.fortran/vla-datatypes.exp: Same.
2836 * gdb.fortran/vla-history.exp: Same.
2837 * gdb.fortran/vla-ptype.exp: Same.
2838 * gdb.fortran/vla-value.exp: Same.
2839 * gdb.fortran/whatis_type.exp: Same.
2840 * gdb.guile/guile.exp: Same.
2841 * gdb.multi/tids.exp: Same.
2842 * gdb.python/py-finish-breakpoint.exp: Same.
2843 * gdb.python/py-framefilter.exp: Same.
2844 * gdb.python/py-pp-registration.exp: Same.
2845 * gdb.python/py-xmethods.exp: Same.
2846 * gdb.python/python.exp: Same.
2847 * gdb.server/connect-with-no-symbol-file.exp: Same.
2848 * gdb.server/no-thread-db.exp: Same.
2849 * gdb.server/run-without-local-binary.exp: Same.
2850 * gdb.stabs/weird.exp: Same.
2851 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2852 * gdb.threads/thread-find.exp: Same.
2853 * gdb.threads/tls-shared.exp: Same.
2854 * gdb.threads/tls.exp: Same.
2855 * gdb.threads/wp-replication.exp: Same.
2856 * gdb.trace/ax.exp: Same.
2857 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2858
3d11e68e
TV
28592019-10-31 Tom de Vries <tdevries@suse.de>
2860
2861 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2862 * gdb.ada/array_subscript_addr.exp: Same.
2863 * gdb.ada/arrayidx.exp: Same.
2864 * gdb.ada/arrayparam.exp: Same.
2865 * gdb.ada/arrayptr.exp: Same.
2866 * gdb.ada/boolean_expr.exp: Same.
2867 * gdb.ada/call_pn.exp: Same.
2868 * gdb.ada/complete.exp: Same.
2869 * gdb.ada/fixed_cmp.exp: Same.
2870 * gdb.ada/fun_addr.exp: Same.
2871 * gdb.ada/funcall_param.exp: Same.
2872 * gdb.ada/interface.exp: Same.
2873 * gdb.ada/mod_from_name.exp: Same.
2874 * gdb.ada/null_array.exp: Same.
2875 * gdb.ada/packed_array.exp: Same.
2876 * gdb.ada/packed_tagged.exp: Same.
2877 * gdb.ada/print_chars.exp: Same.
2878 * gdb.ada/print_pc.exp: Same.
2879 * gdb.ada/ptype_arith_binop.exp: Same.
2880 * gdb.ada/ptype_field.exp: Same.
2881 * gdb.ada/ptype_tagged_param.exp: Same.
2882 * gdb.ada/rec_return.exp: Same.
2883 * gdb.ada/ref_tick_size.exp: Same.
2884 * gdb.ada/str_ref_cmp.exp: Same.
2885 * gdb.ada/taft_type.exp: Same.
2886 * gdb.ada/tagged.exp: Same.
2887 * gdb.ada/type_coercion.exp: Same.
2888 * gdb.ada/uninitialized_vars.exp: Same.
2889
60b6ede8
TV
28902019-10-30 Tom de Vries <tdevries@suse.de>
2891
2892 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2893
30baf67b
TV
28942019-10-26 Tom de Vries <tdevries@suse.de>
2895
2896 * gdb.base/bigcore.c: Fix typos in comments.
2897 * gdb.base/ctf-ptype.c: Same.
2898 * gdb.base/long_long.c: Same.
2899 * gdb.dwarf2/dw2-op-out-param.S: Same.
2900 * gdb.python/py-evthreads.c: Same.
2901 * gdb.reverse/i387-stack-reverse.c: Same.
2902 * gdb.trace/tfile.c: Same.
2903 * lib/compiler.c: Same.
2904 * lib/compiler.cc: Same.
2905
158da0d1
TV
29062019-10-25 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2909 gdb_test_multiple calls.
2910 * gdb.reverse/sigall-reverse.exp: Same.
2911 * gdb.reverse/solib-precsave.exp: Same.
2912 * gdb.reverse/solib-reverse.exp: Same.
2913 * gdb.reverse/until-precsave.exp: Same.
2914 * gdb.reverse/until-reverse.exp: Same.
2915
4ccdfbec
TV
29162019-10-24 Tom de Vries <tdevries@suse.de>
2917
2918 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2919 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2920 kfail using -wrap pattern flag and convenience variable
2921 gdb_test_name.
2922
33d569b7
AB
29232019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2924
2925 * gdb.python/py-progspace.exp: Add tests for the
2926 Progspace.block_for_pc method.
2927
4d0b984b
TT
29282019-10-23 Tom Tromey <tom@tromey.com>
2929
2930 * configure: Rebuild.
2931 * aclocal.m4: Use m4_include, not sinclude.
2932
94cb3754
TV
29332019-10-21 Tom de Vries <tdevries@suse.de>
2934
2935 * gdb.base/infcall-nested-structs.c: Add
2936 __attribute__((noinline,noclone)) to all functions.
2937 (call_all): Add missing variable initialization. Simplify return value.
2938 (breakpt): Increment volatile variable, to prevent call from being
2939 optimized out.
2940 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2941
062f1fc1
TV
29422019-10-17 Tom de Vries <tdevries@suse.de>
2943
2944 * gdb.fortran/module.exp: Allow info variables to print info for files
2945 other than module.f90.
2946
0b54364d
AB
29472019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 * gdb.fortran/module.exp: Extend with 'info variables' test.
2950
7ff5fae7
AB
29512019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2952
2953 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2954 F77_FOR_TARGET.
2955
d10eccaa
TV
29562019-10-16 Tom de Vries <tdevries@suse.de>
2957
2958 PR tdep/25096
2959 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2960
745ff14e
TV
29612019-10-16 Tom de Vries <tdevries@suse.de>
2962
2963 PR tdep/24104
2964 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2965 Add KFAIL for PR tdep/25096.
2966
03e1ab94
TV
29672019-10-16 Tom de Vries <tdevries@suse.de>
2968
2969 PR testsuite/25059
2970 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2971
b17fcc10
TV
29722019-10-16 Tom de Vries <tdevries@suse.de>
2973
2974 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2975 as signed.
2976
9223170f
SM
29772019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2978
2979 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2980 one instead of increasing timeout.
2981
d6e76313
TV
29822019-10-13 Tom de Vries <tdevries@suse.de>
2983
2984 PR record/25038
2985 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2986 * gdb.reverse/sigall-reverse.exp: Same.
2987 * gdb.reverse/solib-precsave.exp: Same.
2988 * gdb.reverse/solib-reverse.exp: Same.
2989 * gdb.reverse/step-precsave.exp: Same.
2990 * gdb.reverse/until-precsave.exp: Same.
2991 * gdb.reverse/until-reverse.exp: Same.
2992 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2993
6dfc0041
AA
29942019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2995
2996 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2997 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2998 (cmp_struct_05_01, cmp_struct_static_02_01)
2999 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3000 comparisons.
3001
abcf2cc8
TV
30022019-10-10 Tom de Vries <tdevries@suse.de>
3003
3004 PR testsuite/24888
3005 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3006 gnatlink.
3007
a50faaf6
TV
30082019-10-09 Tom de Vries <tdevries@suse.de>
3009
3010 PR testsuite/25048
3011 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3012
60ff3cd7
AB
30132019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3014
3015 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3016 exceptions due to missing debug information.
3017
dfee8566
TV
30182019-10-07 Tom de Vries <tdevries@suse.de>
3019
3020 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3021
3d63690a
AB
30222019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3023
3024 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3025 * gdb.base/annota1.exp: Update to use gdb_test_name.
3026
30d1f018
WP
30272019-10-07 Weimin Pan <weimin.pan@oracle.com>
3028
3029 * gdb.base/ctf-whatis.exp: New file.
3030 * gdb.base/ctf-whatis.c: New file.
3031 * gdb.base/ctf-ptype.exp: New file.
3032 * gdb.base/ctf-ptype.c: New file.
3033 * gdb.base/ctf-constvars.exp: New file.
3034 * gdb.base/ctf-constvars.c: New file.
3035 * gdb.base/ctf-cvexpr.exp: New file.
3036
4dbbb47c
TV
30372019-10-04 Tom de Vries <tdevries@suse.de>
3038
3039 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3040 for loop.
3041
77c2dba3
TT
30422019-10-03 Tom Tromey <tom@tromey.com>
3043
3044 PR rust/24976:
3045 * gdb.rust/simple.rs (Union2): New type.
3046 (main): Use Union2.
3047 * gdb.rust/simple.exp: Add test.
3048
179aed7f
AB
30492019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3050
3051 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3052 nested function prefix.
3053
0a4b0913
AB
30542019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3055 Richard Bunt <richard.bunt@arm.com>
3056 Andrew Burgess <andrew.burgess@embecosm.com>
3057
3058 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3059 nested functions.
3060 * gdb.fortran/nested-funcs.f90: Update expected results.
3061 * gdb.fortran/nested-funcs-2.exp: New file.
3062 * gdb.fortran/nested-funcs-2.f90: New file.
3063
082cce05
AB
30642019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3065
3066 * gdb.python/py-parameter.exp: Make test names unique.
3067 * gdb.python/py-template.exp: Likewise.
3068 * gdb.python/py-value.exp: Likewise.
3069
2b74ba5a
AB
30702019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.base/break-interp.exp: Reduce test name duplication.
3073 * gdb.base/call-sc.exp: Likewise.
3074 * gdb.base/callfuncs.exp: Likewise.
3075 * gdb.base/charset.exp: Likewise.
3076 * gdb.base/dump.exp: Likewise.
3077 * gdb.base/ena-dis-br.exp: Likewise.
3078 * gdb.base/relational.exp: Likewise.
3079 * gdb.base/step-over-syscall.exp: Likewise.
3080 * gdb.base/structs.exp: Likewise.
3081
58eb20d5
AB
30822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * gdb.linespec/explicit.exp: Make test names unique.
3085 * gdb.linespec/ls-errs.exp: Likewise.
3086
4d421147
AB
30872019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * gdb.reverse/break-precsave.exp: Make test names unique.
3090 * gdb.reverse/break-reverse.exp: Likewise.
3091 * gdb.reverse/finish-precsave.exp: Likewise.
3092 * gdb.reverse/finish-reverse.exp: Likewise.
3093 * gdb.reverse/machinestate-precsave.exp: Likewise.
3094 * gdb.reverse/machinestate.exp: Likewise.
3095 * gdb.reverse/readv-reverse.exp: Likewise.
3096 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3097 * gdb.reverse/sigall-precsave.exp: Likewise.
3098 * gdb.reverse/sigall-reverse.exp: Likewise.
3099 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3100 * gdb.reverse/watch-precsave.exp: Likewise.
3101 * gdb.reverse/watch-reverse.exp: Likewise.
3102
d8c06f22
AB
31032019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3104
3105 * gdb.threads/stop-with-handle.c: New file.
3106 * gdb.threads/stop-with-handle.exp: New file.
3107
3a56ed86
TV
31082019-10-03 Tom de Vries <tdevries@suse.de>
3109
3110 PR testsuite/25059
3111 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3112 directory" line to be missing.
3113
42275044
TV
31142019-10-03 Tom de Vries <tdevries@suse.de>
3115
3116 PR testsuite/25059
3117 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3118 type optional.
3119
9ef62df0
AA
31202019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3121
3122 * gdb.python/py-format-string.c (string.h): New include.
3123 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3124 the same value, for endianness-independence.
3125 * gdb.python/py-format-string.exp (default_regexp_dict)
3126 (test_pretty_structs, test_format): Adjust expected output to the
3127 changed initialization.
3128
37f6a7f4
TT
31292019-10-02 Tom Tromey <tromey@adacore.com>
3130
3131 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3132
1d58d6a2
PA
31332019-10-02 Pedro Alves <palves@redhat.com>
3134 Andrew Burgess <andrew.burgess@embecosm.com>
3135
3136 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3137 "print-file-var.h".
3138 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3139 (get_version_1): Print this_version_id and its address.
3140 Add extern "C" wrappers around interface functions.
3141 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3142 "print-file-var.h".
3143 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3144 (get_version_2): Print this_version_id and its address.
3145 Add extern "C" wrappers around interface functions.
3146 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3147 <stddef.h> and "print-file-var.h".
3148 Add extern "C" wrappers around interface functions.
3149 [VERSION_ID_MAIN] (this_version_id): Define.
3150 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3151 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3152 up extern "C" blocks.
3153 * gdb.base/print-file-var.exp (test): New, factored out from top
3154 level.
3155 (top level): Test all combinations of attribute hidden or not,
3156 dlopen or not, and this_version_id symbol in main file or not.
3157 Compile tests as both C++ and C, make test names unique.
3158
d770d56f
TT
31592019-10-01 Tom Tromey <tom@tromey.com>
3160
3161 * gdb.base/style.exp: Test "show logging filename".
3162
7f6aba03
TT
31632019-10-01 Tom Tromey <tom@tromey.com>
3164
3165 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3166 * gdb.base/style.exp: Add metadata style test.
3167
14309bb6
TT
31682019-10-01 Tom Tromey <tom@tromey.com>
3169
3170 * gdb.base/style.exp: Test "pwd".
3171
2a3c1174
PA
31722019-10-01 Tom Tromey <tom@tromey.com>
3173
3174 * gdb.base/style.exp: Update tests.
3175
53d666ec
AA
31762019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3177
3178 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3179 'six' to unsigned.
3180 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3181 'five'. Use an all-ones bit pattern for each.
3182 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3183 to its changed values.
3184
4a56a520
TT
31852019-09-30 Tom Tromey <tromey@adacore.com>
3186
3187 * gdb.rust/traits.rs: Disable all warnings.
3188
0df0352a
TV
31892019-09-29 Tom de Vries <tdevries@suse.de>
3190
aac66a4c 3191 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3192
73d9a918
TV
31932019-09-29 Tom de Vries <tdevries@suse.de>
3194
3195 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3196
060b3ab4
TV
31972019-09-27 Tom de Vries <tdevries@suse.de>
3198
3199 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3200
68f7d34d
TV
32012019-09-27 Tom de Vries <tdevries@suse.de>
3202
3203 PR record/23188
3204 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3205
5d63b30a
TT
32062019-09-26 Tom Tromey <tromey@adacore.com>
3207
3208 * gdb.ada/py_taft.exp: New file.
3209 * gdb.ada/py_taft/main.adb: New file.
3210 * gdb.ada/py_taft/pkg.adb: New file.
3211 * gdb.ada/py_taft/pkg.ads: New file.
3212
3d435220
TV
32132019-09-24 Tom de Vries <tdevries@suse.de>
3214
3215 PR gdb/24598
3216 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3217
77d03678
TV
32182019-09-22 Tom de Vries <tdevries@suse.de>
3219
3220 * gdb.base/restore.exp: Allow register variables to be optimized out at
3221 -O0.
3222
abf516c6
UW
32232019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3224
3225 * gdb.arch/spu-info.exp: Remove file.
3226 * gdb.arch/spu-info.c: Remove file.
3227 * gdb.arch/spu-ls.exp: Remove file.
3228 * gdb.arch/spu-ls.c: Remove file.
3229
3230 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3231 * gdb.asm/spu.inc: Remove file.
3232
3233 * gdb.base/dump.exp: Remove support for spu*-*-*.
3234 * gdb.base/stack-checking.exp: Likewise.
3235 * gdb.base/overlays.exp: Likewise.
3236 * gdb.base/ovlymgr.c: Likewise.
3237 * gdb.base/spu.ld: Remove file.
3238
3239 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3240 * gdb.cp/cpexprs.exp: Likewise.
3241 * gdb.cp/exception.exp: Likewise.
3242 * gdb.cp/gdb2495.exp: Likewise.
3243 * gdb.cp/mb-templates.exp: Likewise.
3244 * gdb.cp/pr9167.exp: Likewise.
3245 * gdb.cp/userdef.exp: Likewise.
3246
3247 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3248
3249 * gdb.cell: Remove directory.
3250 * lib/cell.exp: Remove file.
3251
e452e88f
TV
32522019-09-19 Tom de Vries <tdevries@suse.de>
3253
3254 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3255
8a625130
TV
32562019-09-19 Tom de Vries <tdevries@suse.de>
3257
3258 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3259
81dc3ab5
TV
32602019-09-19 Tom de Vries <tdevries@suse.de>
3261
3262 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3263 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3264 (gdb_target_cmd): ... here.
3265 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3266 value 2.
3267
b078f3ac
AB
32682019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3269
3270 * gdb.base/source-dir.exp: Avoid having directory names in test
3271 names.
3272
f1b620e9
MG
32732019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3274
3275 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3276 directory.
3277
67f3ed6a
AB
32782019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 * gdb.base/list-missing-source.exp: New file.
3281
d1b70248
TV
32822019-09-14 Tom de Vries <tdevries@suse.de>
3283
3284 PR teststuite/24599
3285 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3286 * lib/ada.exp (gnatmake_version_at_least): New proc.
3287
5fabdcd6
AB
32882019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3289
3290 * gdb.base/maint.exp: Use exec_has_index_section.
3291
aa17805f
AB
32922019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3293
3294 * gdb.base/maint.exp: Add test for 'maint info sections'.
3295
25e5c209
TV
32962019-09-12 Tom de Vries <tdevries@suse.de>
3297
3298 * gdb.base/store.exp: Allow register variables to be optimized out at
3299 -O0.
3300
4993045d
PW
33012019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3302
3303 * gdb.ada/rdv_wait.exp: Update to new task names.
3304 * gdb.base/task_switch_in_core.exp: Likewise.
3305 * gdb.base/info_sources_base.c: Likewise.
3306
8a516164
TT
33072019-09-10 Tom Tromey <tromey@adacore.com>
3308
3309 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3310
aa391654
TT
33112019-09-10 Tom Tromey <tromey@adacore.com>
3312
3313 * gdb.ada/dgopt.exp: New file.
3314 * gdb.ada/dgopt/x.adb: New file.
3315
8634b462
TT
33162019-09-08 Tom Tromey <tom@tromey.com>
3317
3318 * gdb.tui/resize.exp: Remove setup_xfail.
3319 * gdb.tui/regs.exp: Remove setup_xfail.
3320 * gdb.tui/basic.exp: Remove setup_xfail.
3321
736b0f76
DB
33222019-09-06 David Blaikie <dblaikie@gmail.com>
3323
3324 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3325 * gdb.cp/cplabel.exp: Ditto.
3326 * gdb.linespec/ls-errs.exp: Ditto.
3327
30331a6c
TV
33282019-09-05 Tom de Vries <tdevries@suse.de>
3329
3330 * lib/gdb.exp (cmp_file_string): New proc.
3331 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3332 runto_main. Verify save breakpoints output.
3333
98b0ebab
PW
33342019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3335
3336 * gdb.base/info-var.exp: Test info variables without running
3337 to main, to avoid expect's buffer overflow.
3338
4e962e74
TT
33392019-09-03 Tom Tromey <tromey@adacore.com>
3340
3341 * gdb.ada/bias.exp: New file.
3342 * gdb.ada/bias/bias.adb: New file.
3343 * gdb.ada/print_chars.exp: Add regression test.
3344 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3345 (MC): New variable.
3346
2ea1a07a
SL
33472019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3348
3349 * gdb.base/argv0-symlink.exp: Run only on native target
3350 and local host.
3351
8077c50d
TV
33522019-08-29 Tom de Vries <tdevries@suse.de>
3353
3354 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3355 diverse debug info.
3356 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3357
48352473
TV
33582019-08-28 Tom de Vries <tdevries@suse.de>
3359
3360 * gdb.base/info-var.exp: Allow info variables to print info for files
3361 other than info-var-f1.c and info-var-f2.c.
3362
d8f27c60
AB
33632019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3364
3365 * gdb.fortran/info-types.exp: Add module.
3366 * gdb.fortran/info-types.f90: Update expected results.
3367
1f20c35e
AB
33682019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3369
3370 * gdb.fortran/info-types.exp: New file.
3371 * gdb.fortran/info-types.f90: New file.
3372 * lib/fortran.exp (fortran_character1): New proc.
3373
4acfdd20
AB
33742019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3377 functions'. Reindent as needed.
3378 * gdb.base/info-var-f1.c: New file.
3379 * gdb.base/info-var-f2.c: New file.
3380 * gdb.base/info-var.exp: New file.
3381 * gdb.base/info-var.h: New file.
3382
5c31b358
TV
33832019-08-26 Tom de Vries <tdevries@suse.de>
3384
3385 PR c++/24852
3386 * gdb.cp/no-libstdcxx-probe.exp: New test.
3387
b694989f
TV
33882019-08-26 Tom de Vries <tdevries@suse.de>
3389
3390 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3391 * tests need to be skipped.
3392 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3393 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3394 mi_skip_libstdcxx_probe_tests.
3395
d9c4ba53
SDJ
33962019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3397
3398 * gdb.python/py-xmethods.exp: Use raw strings when passing
3399 arguments to SimpleXMethodMatcher.
3400
395fad09
TV
34012019-08-22 Tom de Vries <tdevries@suse.de>
3402
3403 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3404 more informative.
3405
26c957f1
PA
34062019-08-21 Pedro Alves <palves@redhat.com>
3407
3408 * gdb.base/with.exp: Test "with" with no arguments.
3409
61f80d5d
TV
34102019-08-21 Tom de Vries <tdevries@suse.de>
3411
3412 * gdb.base/gdb-caching-proc.exp: Sort files.
3413
d7a11d13
TV
34142019-08-20 Tom de Vries <tdevries@suse.de>
3415
3416 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3417 compilation.
3418
34dafe9f
TV
34192019-08-16 Tom de Vries <tdevries@suse.de>
3420
3421 * gdb.base/compare-sections.exp ("after run to main"): Allow
3422 mismatched read-only sections for PIE executables.
3423
398fdd60
TT
34242019-08-16 Tom Tromey <tom@tromey.com>
3425
3426 * lib/tuiterm.exp (_csi_Z): New proc.
3427 * gdb.tui/basic.exp: Update window positions.
3428 * gdb.tui/empty.exp: Update window positions.
3429
d8f9e51c
SL
34302019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3431
3432 * gdb.base/examine-backward.exp: Correct regexp for
3433 "examine 3 bytes backward from ${address_zero}".
3434
3df505f6
TT
34352019-08-15 Tom Tromey <tom@tromey.com>
3436
3437 * gdb.tui/empty.exp: Enable resizing tests.
3438
272560b5
TT
34392019-08-15 Tom Tromey <tromey@adacore.com>
3440
3441 * gdb.ada/char_enum.exp: Add regression tests.
3442 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3443 and '0'.
3444 (Char, Gchar): Update.
3445 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3446
08235187
CB
34472019-08-15 Christian Biesinger <cbiesinger@google.com>
3448
3449 * gdb.python/python.exp: Expect a leading underscore on
3450 GdbOutput{,Error}File.
3451
22a2ab04
SL
34522019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3453
3454 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3455 Windows host.
3456
835b995b
SL
34572019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3458
3459 * gdb.base/batch-preserve-term-settings.exp
3460 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3461
97dd8e07
CB
34622019-08-15 Christian Biesinger <cbiesinger@google.com>
3463
3464 * lib/gdb.exp: When running on a mingw target, replace
3465 /x/ with x:/.
3466
75faf5c4
AH
34672019-08-14 Alan Hayward <alan.hayward@arm.com>
3468
3469 * gdb.arch/aarch64-prologue.c: New test.
3470 * gdb.arch/aarch64-prologue.exp: New file.
3471
abc6c00f
TV
34722019-08-13 Tom de Vries <tdevries@suse.de>
3473
3474 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3475 Thread.
3476
74c2c1f4
SL
34772019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3478
3479 * gdb.python/py-completion.exp: Download the .py file to the host
3480 and use its host pathname. Conditionalize tests that use
3481 tab completion and manipulate files on the build machine.
3482 * gdb.python/py-events.exp: Download the .py file to the host
3483 and use its host pathname.
3484 * gdb.python/py-evsignal.exp: Likewise.
3485 * gdb.python/py-evthreads.exp: Likewise.
3486 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3487 pathname syntax.
3488 * gdb.python/py-framefilter.exp: Download the .py file to the right
3489 place on the host. Match Windows pathname syntax.
3490 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3491 .py file to the host and use its host pathname.
3492 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3493 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3494 build pathname. Skip symlink test on Windows host. Add missing
3495 newline at end of file.
3496 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3497 and use its host pathname.
3498 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3499 * gdb.python/py-section-script.exp: Use host location of binfile
3500 on safe-path. Use correct path separator on Windows host.
3501 Reorder alternatives in gdb_test_multiple to prevent matching
3502 the wrong alternative on success.
3503 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3504
ca2589f3
PP
35052019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3506
3507 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3508 expect the GDB inferior to no longer immediately stop after
3509 being resumed with "signal SIGINT".
3510
020a839d
SL
35112019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3512
3513 * gdb.linespec/break-ask.exp: Generalize regexps to match
3514 Windows pathnames too.
3515
128d6509
TV
35162019-08-08 Tom de Vries <tdevries@suse.de>
3517
3518 PR testsuite/24862
3519 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3520
590042fc
PW
35212019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3522
3523 * gdb.base/style.exp: Update tests for help doc new invariants.
3524 * gdb.base/help.exp: Likewise.
3525
046bebe1
TT
35262019-08-06 Tom Tromey <tom@tromey.com>
3527
3528 * gdb.base/style.exp: Add disassemble test.
3529 * gdb.base/style.c (some_called_function): New function.
3530 (main): Use it.
3531
0b27c27d
CB
35322019-08-05 Christian Biesinger <cbiesinger@google.com>
3533
3534 * gdb.python/py-block.exp: Test dictionary access on blocks.
3535
580f1034
SM
35362019-08-05 Simon Marchi <simon.marchi@efficios.com>
3537
3538 PR gdb/24863
3539 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3540 -list-thread-groups --available test when running under
3541 check-read1.
3542
d86bd7cb
TV
35432019-08-05 Tom de Vries <tdevries@suse.de>
3544
3545 PR testsuite/24863
3546 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3547 * gdb.base/help.exp: Use with_read1_timeout_factor.
3548 * gdb.base/info-macros.exp: Same.
3549 * gdb.cp/nested-types.exp: Same.
3550
a80cf5d8
TV
35512019-08-05 Tom de Vries <tdevries@suse.de>
3552
3553 * lib/gdb.exp (version_at_least): Factor out of ...
3554 (tcl_version_at_least): ... here.
3555 (gdb_compile): Fail if pie results in non-PIE executable.
3556 (readelf_version, readelf_prints_pie): New proc.
3557 (exec_is_pie): Return -1 if unknown.
3558
d0962838
TV
35592019-08-05 Tom de Vries <tdevries@suse.de>
3560
3561 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3562
2252ff3d
SL
35632019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3564
3565 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3566
26655f53
SL
35672019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3568
3569 * lib/completion-support.exp (test_gdb_complete_none): Skip
3570 tab completion tests if no readline support.
3571 (test_gdb_complete_unique_re): Likewise.
3572 (test_gdb_complete_multiple): Likewise.
3573
db4dc13e
PW
35742019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3575
3576 * gdb.base/info_sources.exp: New file.
3577 * gdb.base/info_sources.c: New file.
3578 * gdb.base/info_sources_base.c: New file.
3579
0eba165a
PFC
35802019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3581
3582 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3583 prefix argument.
3584 (test_exit_status): Add prefix argument.
3585
59bd512b
TV
35862019-08-01 Tom de Vries <tdevries@suse.de>
3587
3588 PR testsuite/24863
3589 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3590 calling exp_continue for new thread and thread exited messages.
3591
2a3ad588
TV
35922019-08-01 Tom de Vries <tdevries@suse.de>
3593
3594 PR testsuite/24863
3595 * gdb.base/structs.exp: Fix check-read1 timeout using
3596 gdb_test_sequence.
3597 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3598
117eb594
TV
35992019-08-01 Tom de Vries <tdevries@suse.de>
3600
3601 PR testsuite/24863
3602 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3603 line.
3604
ed591340
TV
36052019-08-01 Tom de Vries <tdevries@suse.de>
3606
3607 PR testsuite/24863
3608 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3609
aa3b6533
TT
36102019-07-30 Tom Tromey <tromey@adacore.com>
3611
3612 * gdb.ada/display_nested.exp: New file.
3613 * gdb.ada/display_nested/foo.adb: New file.
3614 * gdb.ada/display_nested/pack.adb: New file.
3615 * gdb.ada/display_nested/pack.ads: New file.
3616
2906593f
CB
36172019-07-30 Christian Biesinger <cbiesinger@google.com>
3618
3619 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3620 namespace.
3621 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3622
0f575925
TV
36232019-07-30 Tom de Vries <tdevries@suse.de>
3624
3625 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3626 instead.
3627
b13057d9
TV
36282019-07-30 Tom de Vries <tdevries@suse.de>
3629
3630 PR testsuite/24834
3631 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3632 (exec_is_pie): New proc.
3633
5c4dde85
CB
36342019-07-29 Christian Biesinger <cbiesinger@google.com>
3635
3636 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3637
c620ed88
CB
36382019-07-29 Christian Biesinger <cbiesinger@google.com>
3639
3640 * gdb.python/py-objfile.c: Add global and static vars.
3641 * gdb.python/py-objfile.exp: Test new functions Objfile.
3642 lookup_global_symbol and lookup_static_symbol.
3643
3d235706
TT
36442019-07-29 Tom Tromey <tom@tromey.com>
3645
3646 * lib/tuiterm.exp (Term::_csi_@): New proc.
3647 (Term::_csi_X): Don't move cursor.
3648
c7e4c0a6
PW
36492019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3650
3651 * gdb.base/options.exp: Update backtrace - completion to
3652 new option -frame-info.
3653 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3654 Test new 'set print frame-info'. Test backtrace -frame-info
3655 overriding 'set print frame-info'.
3656 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3657 Test new 'set print frame-info'.
3658 Verify consistency of backtrace with and without filters, with and
3659 without -no-filters.
3660 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3661 default.
3662
de28a3b7
TV
36632019-07-29 Tom de Vries <tdevries@suse.de>
3664
3665 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3666 no arguments".
3667
507dd60e
TV
36682019-07-29 Tom de Vries <tdevries@suse.de>
3669
3670 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3671 is a substring of the first for "complete non-unique file name".
3672
5beafce9
TV
36732019-07-29 Tom de Vries <tdevries@suse.de>
3674
3675 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3676 with ".*".
3677
2d274232
TV
36782019-07-29 Tom de Vries <tdevries@suse.de>
3679
3680 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3681 Pass prompt_regexp parameter to gdb_test_multiple calls.
3682
9197cd8b
TV
36832019-07-29 Tom de Vries <tdevries@suse.de>
3684
3685 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3686 print registers" regexps.
9197cd8b 3687
b528dae0
TV
36882019-07-29 Tom de Vries <tdevries@suse.de>
3689
3690 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3691
d17725d7
TV
36922019-07-29 Tom de Vries <tdevries@suse.de>
3693
3694 PR gdb/24855
3695 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3696 (skip_python_tests_prompt): Add prompt_regexp argument to
3697 gdb_test_multiple calls.
3698
52b75bf1
TT
36992019-07-27 Tom Tromey <tom@tromey.com>
3700
3701 * gdb.tui/main.exp: New file.
3702
2b1d00c2
TT
37032019-07-27 Tom Tromey <tom@tromey.com>
3704
3705 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3706 optional.
3707 * gdb.tui/empty.exp: New file.
3708
ded631d5
TT
37092019-07-27 Tom Tromey <tom@tromey.com>
3710
3711 * lib/tuiterm.exp (spawn): New proc.
3712 (Term::resize): New proc.
3713 * gdb.tui/resize.exp: New file.
3714
58ac439d
TT
37152019-07-27 Tom Tromey <tom@tromey.com>
3716
3717 * gdb.tui/list.exp: New file.
3718
fe1f56ee
TT
37192019-07-27 Tom Tromey <tom@tromey.com>
3720
3721 * gdb.tui/regs.exp: New file.
3722
f790b310
TT
37232019-07-27 Tom Tromey <tom@tromey.com>
3724
3725 * gdb.tui/basic.exp: Add "layout split" test.
3726
d95fc6ee
TT
37272019-07-27 Tom Tromey <tom@tromey.com>
3728
3729 * gdb.tui/basic.exp: Add "layout asm" test.
3730
c3786b3a
TT
37312019-07-27 Tom Tromey <tom@tromey.com>
3732
3733 * lib/tuiterm.exp: New file.
3734 * gdb.tui/basic.exp: New file.
3735
98a617f8
KB
37362019-07-27 Kevin Buettner <kevinb@redhat.com>
3737
3738 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3739 Enable tests associated with this flag. Adjust regex
3740 referencing "foo_low" to now refer to "foo_cold" instead.
3741
5c076da4
KB
37422019-07-27 Kevin Buettner <kevinb@redhat.com>
3743
3744 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3745 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3746 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3747 foo_cold. Revise comments to match.
3748 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3749 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3750 were wrapped into this proc; Call do_test in loop from outermost
3751 level.
3752 (foo_low): Rename all occurrences to "foo_cold".
3753 (backtrace from baz): New test.
3754 (x2/i foo_cold): New test.
3755 (info line *foo_cold): New test.
3756
1512d3b7
TV
37572019-07-26 Tom de Vries <tdevries@suse.de>
3758
3759 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3760
297989a1
TV
37612019-07-25 Tom de Vries <tdevries@suse.de>
3762
3763 PR testsuite/24830
3764 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3765 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3766 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3767 (skip_libstdcxx_probe_tests): ... here.
3768 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3769
b3b965fb
TV
37702019-07-24 Tom de Vries <tdevries@suse.de>
3771
3772 PR testsuite/24807
3773 * gdb.objc/basicclass.m: Include stdio.h.
3774 * gdb.objc/nondebug.m: Same.
3775 * gdb.objc/objcdecode.m: Same.
3776
4625b4d0
TV
37772019-07-24 Tom de Vries <tdevries@suse.de>
3778
3779 PR testsuite/24612
3780 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3781 additional_flags.
3782
024a5840
TV
37832019-07-24 Tom de Vries <tdevries@suse.de>
3784
3785 PR testsuite/24831
3786 * gdb.multi/tids.exp: Update error messages for info threads.
3787
c76ddaa3
TV
37882019-07-24 Tom de Vries <tdevries@suse.de>
3789
3790 * gdb.base/info-types.exp: Allow info types to print info for more than
3791 one file.
3792
9a618ef6
TV
37932019-07-23 Tom de Vries <tdevries@suse.de>
3794
3795 PR testsuite/24842
3796 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3797 gdb_spawn_with_cmdline_opts.
3798
40eadf04
SP
37992019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3800
3801 * gdb.arch/arm-cmse-sgstubs.c: New test.
3802 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3803
5ba29434
TV
38042019-07-23 Tom de Vries <tdevries@suse.de>
3805
3806 PR testsuite/24711
3807 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3808 issuing next command.
3809
a8e9d247
AB
38102019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3811
3812 * gdb.ada/info_auto_lang.exp: Update expected results.
3813 * gdb.base/info-types.c: Add additional types to check.
3814 * gdb.base/info-types.exp: Update expected results.
3815
eb86c5e2
AB
38162019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3817
3818 * gdb.base/info-types.c: New file.
3819 * gdb.base/info-types.exp: New file.
3820
01e175fe
AB
38212019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3822
3823 * gdb.arch/riscv-bp-infcall.c: New file.
3824 * gdb.arch/riscv-bp-infcall.exp: New file.
3825
6b78c3f8
AB
38262019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3827
3828 PR breakpoints/24541
3829 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3830
da738167
TV
38312019-07-14 Tom de Vries <tdevries@suse.de>
3832
3833 PR testsuite/24760
3834 * gdb.objc/basicclass.exp: Fix unterminated string.
3835
0d4e84ed
AB
38362019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3837 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3840 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3841 negative bounds.
3842 * gdb.fortran/vla-value.exp: Print elements of an array with
3843 negative bounds.
3844 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3845 testing.
3846
021d8588
AB
38472019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3848
3849 * gdb.base/options.exp (expect_string): Dequote strings in
3850 results.
3851 (test-string): Test strings with different quoting and reindent.
3852
f06f1252
TT
38532019-07-10 Tom Tromey <tromey@adacore.com>
3854
3855 * gdb.ada/mi_ex_cond.exp: Update expected results.
3856 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3857 * gdb.ada/mi_catch_ex.exp: Update expected results.
3858 * gdb.ada/mi_catch_assert.exp: Update expected results.
3859 * gdb.ada/catch_ex.exp (catch_exception_info)
3860 (catch_exception_entry, catch_assert_entry)
3861 (catch_unhandled_entry): Update.
3862 * gdb.ada/catch_assert_if.exp: Update expected results.
3863
b863685d
RB
38642019-07-10 Richard Bunt <richard.bunt@arm.com>
3865 Stephen Roberts <stephen.roberts@arm.com>
3866
3867 * gdb.base/define.exp: Restore original prompt.
3868
cb1e4e32
PA
38692019-07-09 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3872 breakpoints" output.
3873 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3874 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3875 throw" creates breakpoint.
3876 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3877 'type="catchpoint"'.
3878
b58a68fe
PA
38792019-07-09 Pedro Alves <palves@redhat.com>
3880
3881 PR c++/15468
3882 * gdb.cp/except-multi-location-lib.cc: New.
3883 * gdb.cp/except-multi-location-main.cc: New.
3884 * gdb.cp/except-multi-location.exp: New.
3885
0826779b
PW
38862019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3887
3888 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3889 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3890 argument and update callers.
3891
5b0e2db4
AB
38922019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3893
3894 * gdb.arch/amd64-break-on-asm-line.S: New file.
3895 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3896
1f6f6e21
PW
38972019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3898
3899 * gdb.base/printcmds.exp: Test printing C string and
3900 C wide string convenience vars without transiting via the inferior.
3901 Also make test names unique.
3902
ea142fbf
AH
39032019-07-08 Alan Hayward <alan.hayward@arm.com>
3904
5862c886 3905 PR breakpoints/25011
ea142fbf
AH
3906 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3907
213fd9fa
PA
39082019-07-04 Pedro Alves <palves@redhat.com>
3909
3910 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3911 body returned ok(0), break(3) or continue(4).
3912 * gdb.testsuite/foreach_with_prefix.exp: New file.
3913
2b40fda7
AH
39142019-07-04 Alan Hayward <alan.hayward@arm.com>
3915
3916 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3917
a26c8de0
PA
39182019-07-03 Pedro Alves <palves@redhat.com>
3919
3920 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3921 "return -code".
3922
5f4ba3e7
PA
39232019-07-03 Pedro Alves <palves@redhat.com>
3924
3925 PR cli/24732
3926 * gdb.base/shell.exp: Load completion-support.exp.
3927 Adjust expected error output. Add completion tests.
3928
a994424f
PA
39292019-07-03 Pedro Alves <palves@redhat.com>
3930
3931 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3932 string_to_regexp.
3933
3d9be6f5
PA
39342019-07-03 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3937 (expect_integer): Adjust to expect "-string".
3938 (expect_string): New.
3939 (all_options): Expect "-string".
3940 (test-flag, test-boolean): Adjust to expect "-string".
3941 (test-string): New proc.
3942 (top level): Call it.
3943
41fc454c
PA
39442019-07-03 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3947 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3948 the expected output in the success.
3949
b2b2a215
PA
39502019-07-03 Pedro Alves <palves@redhat.com>
3951
3952 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3953 Split one gdb_test_multiple call in two to avoid a race.
3954
fdbc9870
PA
39552019-07-03 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.base/with.c: New file.
3958 * gdb.base/with.exp: New file.
3959
c6ac8931
PA
39602019-07-03 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.base/settings.exp: Replace all references to "maint
3963 test-settings set" with references to "maint set test-settings",
3964 and all references to "maint test-settings show" with references
3965 to "maint show test-settings".
3966
970f9d09
PA
39672019-07-03 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/settings.exp (test-string): Adjust expected out when
3970 testing "maint test-settings show filename"
3971
54d66006
PA
39722019-07-02 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.base/options.exp (test-info-threads): New procedure.
3975 (top level): Call it.
3976
10d06d82
TT
39772019-06-28 Tom Tromey <tromey@adacore.com>
3978
3979 * gdb.dwarf2/ada-linkage-name.c: New file.
3980 * gdb.dwarf2/ada-linkage-name.exp: New file.
3981
3d507ff2
TT
39822019-06-27 Tom Tromey <tromey@adacore.com>
3983
d039f014 3984 PR c++/20020:
3d507ff2
TT
3985 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3986
8af58ffe
TV
39872019-06-26 Tom de Vries <tdevries@suse.de>
3988
3989 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3990
22e21752
TV
39912019-06-26 Tom de Vries <tdevries@suse.de>
3992
3993 * gdb.base/index-cache.exp: Add back missing debug option.
3994
b65b566c
PW
39952019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3996
3997 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3998
5c2c8c69
TV
39992019-06-25 Tom de Vries <tdevries@suse.de>
4000
4001 PR testsuite/24727
4002 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4003
164e3873
TV
40042019-06-24 Tom de Vries <tdevries@suse.de>
4005
4006 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4007
824eacee
TV
40082019-06-24 Tom de Vries <tdevries@suse.de>
4009
4010 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4011 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4012 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4013
385b97d3
TV
40142019-06-24 Tom de Vries <tdevries@suse.de>
4015
4016 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4017
c596f180
TV
40182019-06-21 Tom de Vries <tdevries@suse.de>
4019
4020 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4021
b13a7d03
TV
40222019-06-21 Tom de Vries <tdevries@suse.de>
4023
4024 PR testsuite/24518
4025 PR ada/24713
4026 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4027 index.
4028
899277ae
TT
40292019-06-19 Tom Tromey <tromey@adacore.com>
4030
4031 * gdb.ada/length_cond.exp: Add intro comment.
4032
680e1bee
TT
40332019-06-19 Tom Tromey <tromey@adacore.com>
4034
4035 * gdb.ada/length_cond.exp: New file.
4036 * gdb.ada/length_cond/length_cond.adb: New file.
4037 * gdb.ada/length_cond/pck.adb: New file.
4038 * gdb.ada/length_cond/pck.ads: New file.
4039
0ed4690a
TV
40402019-06-18 Tom de Vries <tdevries@suse.de>
4041
4042 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4043
d20ed5fd
TT
40442019-06-18 Tom Tromey <tromey@adacore.com>
4045
4046 * gdb.base/list0.h: Add comment explaining control character.
4047
86e04673
TV
40482019-06-18 Tom de Vries <tdevries@suse.de>
4049
4050 * boards/fission.exp: Break up long debug_flags line.
4051
c4973306
SM
40522019-06-16 Tom de Vries <tdevries@suse.de>
4053
4054 PR gdb/24445
4055 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4056 generated index.
4057
93cb9841
AB
40582019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4059
4060 PR gdb/24686
4061 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4062 improve detection of bug gdb/24541.
4063
399aaebd
SM
40642019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4065
4066 PR gdb/24669
4067 * gdb.base/index-cache.exp (uses_readnow,
4068 expecting_index_cache_use): Define global variable.
4069 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4070 expecting_index_cache_use.
4071
584a927c
AB
40722019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4073 Andrew Burgess <andrew.burgess@embecosm.com>
4074
4075 * gdb.fortran/pointers.f90: New file.
4076 * gdb.fortran/print_type.exp: New file.
4077 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4078 * gdb.fortran/vla-type.exp: Likewise.
4079 * gdb.fortran/vla-value.exp: Likewise.
4080 * gdb.mi/mi-vla-fortran.exp: Likewise.
4081
30056ea0
AB
40822019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4083
4084 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4085 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4086 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4087 as a stop reason.
4088
ec8e2b6d
AB
40892019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4090
4091 * gdb.base/annota1.exp: Update expected results.
4092 * gdb.cp/annota2.exp: Likewise.
4093 * gdb.cp/annota3.exp: Likewise.
4094
09e4c4e1
AB
40952019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4096
4097 * gdb.base/style-logging.exp: Remove path from test name.
4098
0735b091
TT
40992019-06-14 Tom Tromey <tromey@adacore.com>
4100
4101 PR gdb/24502:
4102 * gdb.base/style-logging.exp: New file.
4103
f5686554
TT
41042019-06-14 Tom Tromey <tromey@adacore.com>
4105
4106 * gdb.base/symfile-warn.exp: New file.
4107 * gdb.base/symfile-warn.c: New file.
4108
a0c1ffed
TT
41092019-06-14 Tom Tromey <tromey@adacore.com>
4110
4111 * gdb.base/annotate-symlink.exp: New file.
4112
f411722c
TT
41132019-06-14 Tom Tromey <tromey@adacore.com>
4114
4115 * gdb.ada/set_wstr.exp: Add reassignment test.
4116
4268ec18
TT
41172019-06-14 Tom Tromey <tromey@adacore.com>
4118
4119 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4120 'unchecked_access and 'unrestricted_access as well.
4121
9a9e394b
TT
41222019-06-14 Tom Tromey <tromey@adacore.com>
4123
4124 PR ada/24539:
4125 * gdb.ada/vla.exp: Update tests.
4126 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4127 pragma.
4128
4c048731
PA
41292019-06-13 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.base/settings.exp (test-integer): Test junk after
4132 "unlimited".
4133
6665660a
PA
41342019-06-13 Pedro Alves <palves@redhat.com>
4135
4136 * gdb.base/options.exp (test-thread-apply): New.
4137 (top level): Call it.
4138
5d707134
PA
41392019-06-13 Pedro Alves <palves@redhat.com>
4140
4141 * gdb.base/options.exp (test-frame-apply): New.
4142 (top level): Test print commands with different "frame apply"
4143 prefixes.
4144
e2a689da
PA
41452019-06-13 Pedro Alves <palves@redhat.com>
4146
e79be6e5 4147 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4148 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4149 'max_completions' parameter and handle it.
4150 (test_gdb_completion_offers_commands): New.
4151
90a1ef87
PA
41522019-06-13 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4155
d4c16835
PA
41562019-06-13 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.base/options.exp (test-backtrace): New.
4159 (top level): Call it.
4160
2daf894e
PA
41612019-06-13 Pedro Alves <palves@redhat.com>
4162
4163 * gdb.guile/scm-frame-args.exp: Use "set print
4164 raw-frame-arguments" instead of "set print raw frame-arguments".
4165 * gdb.python/py-frame-args.exp: Likewise.
4166
e6ed716c
PA
41672019-06-13 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.compile/compile.exp: Adjust expected output to option
4170 processing changes.
4171
7d8062de
PA
41722019-06-13 Pedro Alves <palves@redhat.com>
4173
4174 * gdb.base/options.exp: Build executable.
4175 (test-print): New procedure.
4176 (top level): Call it, once for "print" and another for "compile
4177 print".
4178
9d0faba9
PA
41792019-06-13 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.base/options.c: New file.
4182 * gdb.base/options.exp: New file.
4183
dee7b4c8
PA
41842019-06-13 Pedro Alves <palves@redhat.com>
4185
4186 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4187 that "o" is ambiguous.
4188
dca0f6c0
PA
41892019-06-13 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.base/settings.c: New file.
4192 * gdb.base/settings.exp: New file.
4193
ccf46844
PA
41942019-06-13 Pedro Alves <palves@redhat.com>
4195
4196 * gdb.base/completion.exp: Fix comment typo.
4197
b9a3f842
PA
41982019-06-13 Pedro Alves <palves@redhat.com>
4199
4200 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4201 foo --1" test.
4202
d106773e
PA
42032019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4204
4205 * gdb.fortran/block-data.f: New.
4206 * gdb.fortran/block-data.exp: New.
4207
fea82da0
TV
42082019-06-11 Tom de Vries <tdevries@suse.de>
4209
4210 PR testsuite/24521
4211 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4212 message.
4213
8c2e74f1
TV
42142019-06-11 Tom de Vries <tdevries@suse.de>
4215
4216 PR testsuite/24521
4217 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4218
b49851c8
TV
42192019-06-11 Tom de Vries <tdevries@suse.de>
4220
4221 * boards/readnow.exp: New file.
4222
a7067863
AB
42232019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4224
4225 * gdb.fortran/vla-sizeof.exp: Update expected results.
4226
1a3da2cd
AB
42272019-06-06 Amos Bird <amosbird@gmail.com>
4228
4229 * gdb.base/annota1.exp (thread_switch): Add test for
4230 thread-exited annotation.
4231
3847a7bf
TT
42322019-06-06 Tom Tromey <tromey@adacore.com>
4233
4234 * gdb.base/maint.exp: Expect command started/finished output.
4235
0088ba59
AB
42362019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4237
4238 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4239 comment.
4240 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4241
312617a3
AB
42422019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4245 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4246 * gdb.arch/riscv-unwind-long-insn.c: New file.
4247 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4248
e1f2e1a2
CB
42492019-06-04 Christian Biesinger <cbiesinger@google.com>
4250
d3238f7d 4251 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4252
206584bd
PW
42532019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4254
4255 * lib/gdb.exp (help_list_trailer): New regexp variable
4256 factorizing the help trailer message.
4257 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4258 arg to allow to better factorize various tests.
4259 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4260 (test_prefix_command_help): Use help_list_trailer.
4261 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4262 * gdb.guile/scm-cmd.exp: Likewise.
4263 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4264 * gdb.base/help.exp: Use test_user_defined_class_help.
4265 * gdb.base/style.exp: Add tests for styling of help and apropos.
4266 * lib/gdb-utils.exp (style): Add title and highlight styles.
4267
708dc93e
PW
42682019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4269
4270 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4271 $_shell_exitsignal.
4272 * gdb.base/default.exp: Update for new convenience variables.
4273
f49055a5
TT
42742019-05-29 Tom Tromey <tromey@adacore.com>
4275
4276 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4277 to "break complete ada" test case's regexp.
4278
4330d61d
TT
42792019-05-29 Tom Tromey <tromey@adacore.com>
4280
4281 PR c++/20020:
4282 * gdb.cp/constexpr-field.exp: New file.
4283 * gdb.cp/constexpr-field.cc: New file.
4284
000439d5
TT
42852019-05-29 Tom Tromey <tromey@adacore.com>
4286
4287 * gdb.base/finish.exp (finish_no_print): New proc.
4288 (finish_tests): Call it.
4289
5a01c34c
TV
42902019-05-24 Tom de Vries <tdevries@suse.de>
4291
4292 * gdb.dwarf2/gdb-add-index.exp: New file.
4293
18125b16
TT
42942019-05-22 Tom Tromey <tromey@adacore.com>
4295
4296 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4297 * gdb.base/style.exp: Use "style".
4298 * lib/gdb-utils.exp (style): New proc.
4299
af1a8d03
TV
43002019-05-22 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.base/align.exp: Require c++11.
4303
e7fe496b
TV
43042019-05-22 Tom de Vries <tdevries@suse.de>
4305
4306 PR testsuite/24586
4307 * gdb.python/py-mi-var-info-path-expression.exp: Call
4308 mi_skip_python_tests to check if python is supported.
4309
8fca4da0
AH
43102019-05-22 Alan Hayward <alan.hayward@arm.com>
4311
4312 * gdb.arch/aarch64-pauth.c: New test.
4313 * gdb.arch/aarch64-pauth.exp: New file.
4314
b7060614
AH
43152019-05-22 Alan Hayward <alan.hayward@arm.com>
4316
4317 * README (Re-running Tests Outside The Testsuite): New section.
4318
669d0468
TV
43192019-05-21 Tom de Vries <tdevries@suse.de>
4320
4321 * gdb.arch/amd64-eval.exp: Require c++11.
4322 * gdb.base/max-depth.exp: Same.
4323 * gdb.compile/compile-cplus-array-decay.exp: Same.
4324 * gdb.cp/meth-typedefs.exp: Same.
4325 * gdb.cp/subtypes.exp: Same.
4326 * gdb.cp/temargs.exp: Same.
4327
ce3ebcaa
AH
43282019-05-21 Alan Hayward <alan.hayward@arm.com>
4329
4330 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4331
34d11c68
AB
43322019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 PR gdb/18644
4335 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4336 * gdb.fortran/printing-types.exp: Add new test.
4337 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4338 testing.
4339 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4340 setup_kfail call.
4341
87781e84
AH
43422019-05-17 Alan Hayward <alan.hayward@arm.com>
4343
4344 * README (Running the Testsuite): Change example.
4345 (Testsuite Parameters): Remove TRANSCRIPT.
4346 * lib/gdb.exp: Remove TRANSCRIPT check.
4347
b420b89e
AH
43482019-05-17 Alan Hayward <alan.hayward@arm.com>
4349
4350 * README (Testsuite Parameters): Add replay logging to
4351 GDBSERVER_DEBUG.
4352 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4353 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4354 as a comma separated list.
4355 (gdb_debug_init): Override procedure.
4356
408e9b8b
AH
43572019-05-17 Alan Hayward <alan.hayward@arm.com>
4358
4359 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4360 (gdb_write_cmd_file): New procedure.
4361 * lib/gdbserver-support.exp (gdbserver_start): Call
4362 gdbserver_write_cmd_file.
4363 (gdbserver_write_cmd_file): New procedure.
4364
f9e2e39d
AH
43652019-05-17 Alan Hayward <alan.hayward@arm.com>
4366
4367 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4368 (delete_breakpoints): Likewise.
4369 (gdb_run_cmd): Likewise.
4370 (gdb_start_cmd): Likewise.
4371 (gdb_starti_cmd): Likewise.
4372 (gdb_internal_error_resync): Likewise.
4373 (gdb_test_multiple): Likewise.
4374 (gdb_reinitialize_dir): Likewise.
4375 (default_gdb_exit): Likewise.
4376 (gdb_file_cmd): Mark kill as optional.
4377 (default_gdb_start): Call gdb_stdin_log_init.
4378 (send_gdb): Call gdb_stdin_log_write.
4379 (rerun_to_main): Mark Y as an answer.
4380 (gdb_stdin_log_init): New function.
4381 (gdb_stdin_log_write): Likewise.
4382
81f47ac2
AH
43832019-05-17 Alan Hayward <alan.hayward@arm.com>
4384
4385 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4386 * gdb.base/debug-expr.exp: Likewise.
4387 * gdb.base/foll-fork.exp: Likewise.
4388 * gdb.base/foll-vfork.exp: Likewise.
4389 * gdb.base/fork-print-inferior-events.exp: Likewise.
4390 * gdb.base/gdb-sigterm.exp: Likewise.
4391 * gdb.base/gdbinit-history.exp: Likewise.
4392 * gdb.base/osabi.exp: Likewise.
4393 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4394 * gdb.base/ui-redirect.exp: Likewise.
4395 * gdb.gdb/unittest.exp: Likewise.
4396 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4397 * gdb.mi/mi-watch.exp: Likewise.
4398 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4399 * gdb.mi/user-selected-context-sync.exp: Likewise.
4400 * gdb.python/python.exp: Disable debug test when debugging.
4401 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4402 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4403 Likewise.
4404 * gdb.threads/stepi-random-signal.exp: Likewise.
4405
29b52314
AH
44062019-05-17 Alan Hayward <alan.hayward@arm.com>
4407
4408 * Makefile.in: Pass through GDB_DEBUG.
4409 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4410 (gdb,debug): Add board setting.
4411 * lib/gdb.exp (default_gdb_start): Start debugging.
4412 (gdb_debug_enabled): New procedure.
4413 (gdb_debug_init): Likewise.
29b52314
AH
4414
44152019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4416
29b52314
AH
4417 * Makefile.in: Pass through GDB_DEBUG.
4418 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4419 (gdb,debug): Add board setting.
4420 * lib/gdb.exp (default_gdb_start): Start debugging.
4421 (gdb_debug_enabled): New procedure.
4422 (gdb_debug_init): Likewise.
29b52314 4423
ca1285d1
AH
44242019-05-17 Alan Hayward <alan.hayward@arm.com>
4425
4426 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4427
f3a09c80
AH
44282019-05-17 Alan Hayward <alan.hayward@arm.com>
4429
4430 * gdb.base/ui-redirect.exp: Test redirection.
4431
26648588
JV
44322019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4433
4434 * gdb.mi/mi-complete.exp: New file.
4435 * gdb.mi/mi-complete.cc: Likewise.
4436
14237686
AB
44372019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4438
4439 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4440 indexed and sliced arrays, and pointers to arrays.
4441
e7bd7fba
TT
44422019-05-14 Tom Tromey <tromey@adacore.com>
4443
4444 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4445 styling test.
4446
2764128d
TV
44472019-05-14 Tom de Vries <tdevries@suse.de>
4448
4449 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4450 selection entry encoding.
4451
71bed2db
TT
44522019-05-10 Tom Tromey <tromey@adacore.com>
4453
4454 * gdb.ada/info_exc.exp: Add "complete" test.
4455
63b667ad
TV
44562019-05-09 Tom de Vries <tdevries@suse.de>
4457
4458 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4459 CU-relative.
4460
9cfd2b89
TV
44612019-05-09 Tom de Vries <tdevries@suse.de>
4462
4463 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4464 CU-relative.
4465
2228ef77
XR
44662019-05-08 Joel Brobecker <brobecker@adacore.com>
4467
4468 * gdb.ada/frame_arg_lang.exp: New testcase.
4469 * gdb.ada/frame_arg_lang/bla.adb: New file.
4470 * gdb.ada/frame_arg_lang/pck.ads: New file.
4471 * gdb.ada/frame_arg_lang/pck.adb: New file.
4472 * gdb.ada/frame_arg_lang/foo.c: New file.
4473
80e55b13
TT
44742019-05-08 Tom Tromey <tromey@adacore.com>
4475
4476 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4477
9d3421af
TT
44782019-05-08 Tom Tromey <tromey@adacore.com>
4479
4480 * gdb.base/ptype-offsets.exp: Update tests.
4481
844333e2
TT
44822019-05-08 Tom Tromey <tromey@adacore.com>
4483
4484 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4485 cases.
4486 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4487 "short".
4488
988915ee
TT
44892019-05-08 Tom Tromey <tromey@adacore.com>
4490
4491 * gdb.ada/vla.exp: New file.
4492 * gdb.ada/vla/vla.adb: New file.
4493
7bd55dac
TV
44942019-05-07 Tom de Vries <tdevries@suse.de>
4495
4496 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4497
75f06e9d
TV
44982019-05-07 Tom de Vries <tdevries@suse.de>
4499
4500 PR testsuite/24522
4501 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4502 section.
4503
77e7aaa4
TV
45042019-05-07 Tom de Vries <tdevries@suse.de>
4505
4506 PR testsuite/24522
4507 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4508 .debug_aranges section.
4509
456ba0fa
TV
45102019-05-07 Tom de Vries <tdevries@suse.de>
4511
4512 PR testsuite/24159
4513 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4514
5a56d6a6
TV
45152019-05-06 Tom de Vries <tdevries@suse.de>
4516
4517 * lib/gdb.exp (exec_has_index_section): New proc.
4518 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4519 section.
4520
9d6d4be8
TV
45212019-05-04 Tom de Vries <tdevries@suse.de>
4522
4523 * boards/cc-with-debug-names.exp: New file.
4524
222a8d25
TT
45252019-05-03 Tom Tromey <tromey@adacore.com>
4526
4527 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4528 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4529 * gdb.ada/char_enum.exp: Add test.
4530
0fdfd794
TV
45312019-05-03 Tom de Vries <tdevries@suse.de>
4532
4533 * boards/cc-with-gdb-index.exp: New file.
4534
80062eb9
AB
45352019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4536
4537 * gdb.rust/simple.exp: Add new test case.
4538 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4539 (main): Initialise an instance of the new struct.
4540
4504bbde
TT
45412019-05-01 Tom Tromey <tromey@adacore.com>
4542
4543 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4544 record.
4545 (NPR): New variable.
4546 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4547 test.
4548
d48e62f4
TT
45492019-05-01 Tom Tromey <tromey@adacore.com>
4550
4551 * gdb.ada/packed_array_assign.exp: Add packed assignment
4552 regression test.
4553
f59f30f5
TV
45542019-05-01 Tom de Vries <tdevries@suse.de>
4555
4556 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4557
b70bfc54
TV
45582019-05-01 Tom de Vries <tdevries@suse.de>
4559
4560 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4561
15f18d14
AT
45622019-04-30 Ali Tamur <tamur@google.com>
4563
4564 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4565
2ff0a947
TT
45662019-04-30 Tom Tromey <tromey@adacore.com>
4567
4568 * lib/ada.exp (find_ada_tool): New proc.
4569 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4570 * gdb.ada/catch_ex_std.exp: New file.
4571 * gdb.ada/catch_ex_std/foo.adb: New file.
4572 * gdb.ada/catch_ex_std/some_package.adb: New file.
4573 * gdb.ada/catch_ex_std/some_package.ads: New file.
4574
a776957c
TT
45752019-04-30 Tom Tromey <tromey@adacore.com>
4576
4577 PR c++/24470:
4578 * gdb.cp/temargs.cc: Add test code from PR.
4579
bc68014d
AB
45802019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.fortran/vla-datatypes.exp: Update expected results.
4583 * gdb.fortran/vla-ptype.exp: Likewise.
4584 * gdb.fortran/vla-type.exp: Likewise.
4585 * gdb.fortran/vla-value.exp: Likewise.
4586
f1fdc960
AB
45872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4588
4589 * gdb.fortran/ptr-indentation.exp: Update expected results.
4590 * gdb.fortran/ptype-on-functions.exp: Likewise.
4591 * gdb.fortran/vla-ptr-info.exp: Likewise.
4592 * gdb.fortran/vla-value.exp: Likewise.
4593
bf7a4de1
AB
45942019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 * gdb.fortran/ptype-on-functions.exp: New file.
4597 * gdb.fortran/ptype-on-functions.f90: New file.
4598
bbe75b9d
AB
45992019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4600
4601 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4602 case void string.
4603
1db455a7
AB
46042019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4605
4606 * gdb.fortran/complex.exp: Expand.
4607 * gdb.fortran/complex.f: Renamed to...
4608 * gdb.fortran/complex.f90: ...this, and extended to add more
4609 complex values.
4610
b6d03bb2
AB
46112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4612
4613 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4614 MODULO, CMPLX.
4615
2e62ab40
AB
46162019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4617 Richard Bunt <richard.bunt@arm.com>
4618
4619 * gdb.base/max-depth.c: New file.
4620 * gdb.base/max-depth.exp: New file.
4621 * gdb.python/py-nested-maps.c: New file.
4622 * gdb.python/py-nested-maps.exp: New file.
4623 * gdb.python/py-nested-maps.py: New file.
4624 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4625 (test_all_common): Call test_max_depth.
4626 * gdb.fortran/max-depth.exp: New file.
4627 * gdb.fortran/max-depth.f90: New file.
4628 * gdb.go/max-depth.exp: New file.
4629 * gdb.go/max-depth.go: New file.
4630 * gdb.modula2/max-depth.exp: New file.
4631 * gdb.modula2/max-depth.c: New file.
4632 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4633
d2b584a5
TV
46342019-04-29 Tom de Vries <tdevries@suse.de>
4635
4636 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4637
136afab8
PW
46382019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4639
4640 * gdb.base/callexit.exp: Test may-call-functions off.
4641
725cbb63
KS
46422019-04-25 Keith Seitz <keiths@redhat.com>
4643
4644 PR c++/24367
4645 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4646 (another_incomplete_struct, test_incomplete): New definitions.
4647 (main): Use new definitions.
4648 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4649 functions.
4650
701adfb0
PA
46512019-04-25 Ali Tamur <tamur@google.com>
4652
4653 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4654
82433e3e
SDJ
46552019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4656
4657 PR corefiles/11608
4658 PR corefiles/18187
4659 * gdb.base/coredump-filter-build-id.exp: New file.
4660
dd06d4d6
AH
46612019-04-25 Alan Hayward <alan.hayward@arm.com>
4662
e79be6e5
SM
4663 * Makefile.in: Pass through GDBSERVER_DEBUG.
4664 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4665 (gdbserver,debug): Add board setting.
4666 * gdb.trace/tspeed.exp: Skip when debugging.
4667 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4668 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4669
1670072e
TT
46702019-04-24 Tom Tromey <tromey@adacore.com>
4671
4672 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4673 Rust.
4674
a59240a4
TT
46752019-04-24 Tom Tromey <tromey@adacore.com>
4676
4677 * gdb.arch/amd64-eval.exp: Test bitfield return.
4678 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4679 (class Foo) <return_bitfields>: New method.
4680 (main): Call it.
4681
b907456c
AB
46822019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4683
4684 * gdb.cp/many-args.cc: New file.
4685 * gdb.cp/many-args.exp: New file.
4686
5c565afd
TV
46872019-04-23 Tom de Vries <tdevries@suse.de>
4688
4689 PR gdb/24433
4690 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4691
ba22ff86
AH
46922019-04-23 Alan Hayward <alan.hayward@arm.com>
4693
4694 * gdb.trace/backtrace.exp: Use nopie flag.
4695 * gdb.trace/circ.exp: Likewise.
4696 * gdb.trace/collection.exp: Likewise.
4697 * gdb.trace/ftrace.exp: Likewise.
4698 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4699 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4700 * gdb.trace/qtro.exp: Likewise.
4701 * gdb.trace/read-memory.exp: Likewise.
4702 * gdb.trace/report.exp: Likewise.
4703 * gdb.trace/tfile.exp: Likewise.
4704 * gdb.trace/tfind.exp: Likewise.
4705 * gdb.trace/unavailable.exp: Likewise.
4706
7905fc35
PA
47072019-04-22 Pedro Alves <palves@redhat.com>
4708
4709 * gdb.base/solib-probes-nosharedlibrary.c,
4710 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4711
8ecb59f8
TT
47122019-04-19 Tom Tromey <tromey@adacore.com>
4713
4714 * gdb.ada/ptype_union.c: New file.
4715 * gdb.ada/ptype_union.exp: New file.
4716
62160ec9
TT
47172019-04-19 Tom Tromey <tromey@adacore.com>
4718
4719 PR symtab/24423:
4720 * gdb.base/list0.h (foo): Add a control-l character.
4721
36cd4ba5
TV
47222019-04-18 Tom de Vries <tdevries@suse.de>
4723
4724 PR gdb/24433
4725 * boards/local-board.exp: Set sysroot to "".
4726
b73715df
TV
47272019-04-18 Tom de Vries <tdevries@suse.de>
4728 Pedro Alves <palves@redhat.com>
4729
4730 PR gdb/24454
4731 * gdb.threads/vfork-follow-child-exec.c: New file.
4732 * gdb.threads/vfork-follow-child-exec.exp: New file.
4733 * gdb.threads/vfork-follow-child-exit.c: New file.
4734 * gdb.threads/vfork-follow-child-exit.exp: New file.
4735
4aa866af
LS
47362019-04-15 Leszek Swirski <leszeks@google.com>
4737
4738 * gdb.arch/amd64-eval.cc: New file.
4739 * gdb.arch/amd64-eval.exp: New file.
4740
e5a1a79a
AH
47412019-04-11 Alan Hayward <alan.hayward@arm.com>
4742
4743 * gdb.server/sysroot.c: New test.
4744 * gdb.server/sysroot.exp: New file.
4745 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4746 matching param.
4747
41077b66
AB
47482019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4749
4750 * gdb.base/align.exp: Extend test to cover structures containing
4751 only static fields.
4752
c30391f8
TV
47532019-04-11 Tom de Vries <tdevries@suse.de>
4754
4755 * boards/cc-with-dwz-m.exp: New file.
4756 * boards/cc-with-dwz.exp: New file.
4757 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4758
e242fd12
SM
47592019-04-09 Simon Marchi <simon.marchi@efficios.com>
4760
4761 * gdb.base/start-cpp.exp: New file.
4762 * gdb.base/start-cpp.cc: New file.
4763
2b0c8b01
KB
47642019-04-08 Kevin Buettner <kevinb@redhat.com>
4765
4766 * gdb.python/py-thrhandle.exp: Adjust tests to call
4767 thread_from_handle instead of thread_from_thread_handle.
4768
947210e5
KB
47692019-04-08 Kevin Buettner <kevinb@redhat.com>
4770
4771 * gdb.python/py-thrhandle.exp: Add tests for
4772 gdb.InferiorThread.handle.
4773
d7df6549
AB
47742019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4775
4776 * gdb.python/py-function.exp: Check calling helper function from
4777 all languages.
4778 * lib/gdb.exp (gdb_supported_languages): New proc.
4779
8bdc1658
AB
47802019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4781
4782 * gdb.base/complex-parts.c: New file.
4783 * gdb.base/complex-parts.exp: New file.
4784
05caa1d2
TT
47852019-04-01 Tom Tromey <tromey@adacore.com>
4786
4787 PR symtab/23331:
4788 * gdb.dwarf2/dw2-ranges-main.c: New file.
4789 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4790 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4791
7734102d
EZ
47922019-03-30 Simon Marchi <simark@simark.ca>
4793
4794 * gdb.base/default.exp: Add values for $_gdb_major and
4795 $_gdb_minor.
4796
188e1fa9
TT
47972019-03-29 Tom Tromey <tromey@adacore.com>
4798
4799 * gdb.base/help.exp: Tighten apropos regexp.
4800
2880242d
KS
48012019-03-29 Keith Seitz <keiths@redhat.com>
4802
4803 * gdb.fortran/array-bounds.exp: New file.
4804 * gdb.fortran/array-bounds.f90: New file.
4805
077cad8e
PW
48062019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4807
4808 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4809
80047cfc
PW
48102019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4811
4812 * gdb.multi/hello.c (main): Increase alarm timer.
4813
f489207e
SL
48142019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4815
4816 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4817 factor when no hardware watchpoint support.
4818
c92df149
AH
48192019-03-28 Alan Hayward <alan.hayward@arm.com>
4820 Pedro Alves <palves@redhat.com>
4821
4822 * boards/local-board.exp: set sysroot to /.
4823
933aebfa
AH
48242019-03-27 Alan Hayward <alan.hayward@arm.com>
4825
4826 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4827 in child.
4828
9f9aa852
AB
48292019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4830
4831 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4832 field.
4833 (make_container): Initialise new field.
4834 * gdb.python/py-prettyprint.exp: Add new tests.
4835 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4836 <display_hint>: New method.
4837
3714a195
AB
48382019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4841 gdb_continue_to_breakpoint more throughout this test.
4842 (run_lang_tests) Supply unique test names, and use
4843 gdb_test_no_output.
4844
18c77628
AB
48452019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4846
4847 * gdb.base/finish-pretty.exp: Update expected results.
4848 * gdb.base/pretty-print.c: New file.
4849 * gdb.base/pretty-print.exp: New file.
4850
9a93502f
PA
48512019-03-25 Pedro Alves <palves@redhat.com>
4852
4853 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4854 move comments outside list. Append '-i "" eof' section.
4855
968aa7ae
AH
48562019-03-22 Alan Hayward <alan.hayward@arm.com>
4857
34a7f2a4 4858 PR testsuite/25016
968aa7ae
AH
4859 * README: Add pie options.
4860 * gdb.base/break-interp.exp: Ensure pie is disabled.
4861 * gdb.base/dump.exp: Likewise.
4862 * lib/gdb.exp (gdb_compile): Add pie option.
4863
4c7d57e7
TT
48642019-03-19 Tom Tromey <tromey@adacore.com>
4865
4866 * gdb.mi/mi2-cli-display.c: New file.
4867 * gdb.mi/mi2-cli-display.exp: New file.
4868
bff8c71f
TT
48692019-03-18 Joel Brobecker <brobecker@adacore.com>
4870 Tom Tromey <tromey@adacore.com>
4871
4872 * gdb.ada/ptype_array/pck.adb: New file.
4873 * gdb.ada/ptype_array/pck.ads: New file.
4874 * gdb.ada/ptype_array/foo.adb: New file.
4875 * gdb.ada/ptype_array.exp: New file.
4876
d085f989
TT
48772019-03-14 Tom Tromey <tromey@adacore.com>
4878
4879 * gdb.base/style.exp: Add "set style sources" test.
4880
b4be1b06
SM
48812019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4882
4883 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4884 * mi-breakpoint-multiple-locations.exp: ... this.
4885 (make_breakpoints_pattern): New proc.
4886 (do_test): Add mi_version parameter, test -break-insert,
4887 -break-info and =breakpoint-created.
4888
7cde5fc2
AB
48892019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4890
4891 * config/default.exp: Remove 'load_lib gdb.exp'.
4892 * config/monitor.exp: Likewise.
4893 * config/sid.exp: Likewise.
4894 * config/sim.exp: Likewise.
4895 * config/slite.exp: Likewise.
4896 * config/unix.exp: Likewise.
4897 * gdb.base/default.exp: Remove unhelpful comment.
4898
efbecbc1
AB
48992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4900
4901 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4902
0841c79a
AB
49032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4904
4905 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4906
4a270568
AB
49072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.fortran/type-kinds.exp: Update expected results.
4910
067630bd
AB
49112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4914
3be47f7a
AB
49152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4916
4917 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4918 function.
4919 (test_basic_parsing_of_type_kinds): Expand types tested.
4920 (test_parsing_invalid_type_kinds): New function.
4921
4d00f5d8
AB
49222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4923
4924 * gdb.fortran/intrinsics.exp: New file.
4925 * gdb.fortran/intrinsics.f90: New file.
4926 * gdb.fortran/type-kinds.exp: New file.
4927
c8f91604
AB
49282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4929
4930 * gdb.fortran/dot-ops.exp: New file.
4931
dd9f2c76
AB
49322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4935 Check upper and lower case logical literals.
4936
84ec9724
AB
49372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4940 Remove duplicate tests.
4941
c3734e09
AH
49422019-03-06 Alan Hayward <alan.hayward@arm.com>
4943
4944 * lib/gdb.exp (builtin_cd): rename of cd.
4945 (cd): Override builtin.
4946
aa3cfbda
RB
49472019-03-06 Richard Bunt <richard.bunt@arm.com>
4948
4949 * gdb.fortran/function-calls.exp: New file.
4950 * gdb.fortran/function-calls.f90: New test.
4951
7b63ad86
RB
49522019-03-04 Richard Bunt <richard.bunt@arm.com>
4953
4954 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4955 on user program standard output.
4956 * gdb.fortran/short-circuit-argument-list.f90: Record function
4957 calls.
4958
01abb042
AH
49592019-02-28 Alan Hayward <alan.hayward@arm.com>
4960
c3734e09
AH
4961 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4962 failure.
01abb042 4963
92137da0
RO
49642019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4965
4966 PR gdb/8527
4967 * gdb.base/interrupt-daemon-attach.c,
4968 gdb.base/interrupt-daemon-attach.exp: New test.
4969
5862844d
PA
49702019-02-27 Pedro Alves <palves@redhat.com>
4971
4972 * gdb.base/page.exp: Add tests for "set width/height -1".
4973
8ed25214
PA
49742019-02-27 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/page.exp: Add tests for "set/show width/height" with
4977 "infinite" values.
4978
6c28e44a
TT
49792019-02-27 Tom Tromey <tromey@adacore.com>
4980
4981 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4982 2.4.
4983 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4984 workaround.
4985
bf9a735e
AB
49862019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4987
4988 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4989 tests for structs with static members.
4990
8791793c
TT
49912019-02-26 Tom Tromey <tromey@adacore.com>
4992
4993 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4994 ValueError, not TypeError.
4995
bc2a507e
KB
49962019-02-26 Kevin Buettner <kevinb@redhat.com>
4997
4998 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4999 call from main program.
5000
e0e7d3bd
JB
50012019-02-23 Joel Brobecker <brobecker@adacore.com>
5002
5003 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5004 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5005 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5006 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5007 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5008
9600246d
KS
50092019-02-22 Keith Seitz <keiths@redhat.com>
5010
5011 PR symtab/23853
5012 * gdb.base/symlink-sourcefile.c: New file.
5013 * gdb.base/symlink-sourcefile.exp: New file.
5014
0c95f9ed
TT
50152019-02-20 Tom Tromey <tom@tromey.com>
5016
5017 * gdb.base/info_qt.exp: Update.
5018
6caa91b6
SM
50192019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5020
5021 * gdb.base/source.exp: Move "error in sourced script" code to
5022 the end.
5023 * gdb.base/source-error.gdb: Move contents to
5024 source-error-1.gdb. Add new code to source source-error-1.gdb.
5025 * gdb.base/source-error-1.gdb: New file, from previous
5026 source-error.gdb.
5027
6506371f
TT
50282019-02-17 Tom Tromey <tom@tromey.com>
5029
5030 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5031 for macro styling.
5032 * gdb.base/style.c (SOME_MACRO): New macro.
5033
a0087920
TT
50342019-02-17 Tom Tromey <tom@tromey.com>
5035
5036 * gdb.base/style.exp: Add line-wrapping tests.
5037 * gdb.base/page.exp: Add test for quitting during pagination.
5038
a2cd4f14
JB
50392019-02-17 Joel Brobecker <brobecker@adacore.com>
5040
5041 * gdb.ada/big_packed_array: New testcase.
5042 * gdb.ada/homonym.exp: Fix incorrect expected output for
5043 "break <homonym__get_value>" test.
5044
9d70ffbc
WP
50452019-02-13 Weimin Pan <weimin.pan@oracle.com>
5046
5047 PR breakpoints/21870
5048 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5049 and prepare_for_testing. Add comment.
5050 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5051 redundant cleanup call. Clean up comment.
5052
01c7ae81
WP
50532019-02-12 Weimin Pan <weimin.pan@oracle.com>
5054
5055 PR breakpoints/21870
5056 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5057 * gdb.arch/aarch64-dbreg-contents.c: New file.
5058
aff29d1c
JB
50592019-02-10 Joel Brobecker <brobecker@adacore.com>
5060
5061 * gdb.ada/mi_ref_changeable: New testcase.
5062
df0da8a2
AH
50632019-02-07 Alan Hayward <alan.hayward@arm.com>
5064
5065 * gdb.base/attach.exp: Add double attach test.
5066
bd447abb
SM
50672019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5068
5069 * lib/gdb.exp (default_gdb_start): Don't match pagination
5070 prompt.
5071 (gdb_init): Set stty_init.
5072
1dbc40b9
TT
50732019-01-27 Tom Tromey <tom@tromey.com>
5074
5075 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5076 skip_python_tests.
5077
353229bf
AH
50782019-01-24 Alan Hayward <alan.hayward@arm.com>
5079
5080 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5081 New structure.
5082 (struct struct_static_02_02): Likewise.
5083 (struct struct_static_02_03): Likewise.
5084 (struct struct_static_02_04): Likewise.
5085 (struct struct_static_04_01): Likewise.
5086 (struct struct_static_04_02): Likewise.
5087 (struct struct_static_04_03): Likewise.
5088 (struct struct_static_04_04): Likewise.
5089 (struct struct_static_06_01): Likewise.
5090 (struct struct_static_06_02): Likewise.
5091 (struct struct_static_06_03): Likewise.
5092 (struct struct_static_06_04): Likewise.
5093 (cmp_struct_static_02_01): Likewise.
5094 (cmp_struct_static_02_02): Likewise.
5095 (cmp_struct_static_02_03): Likewise.
5096 (cmp_struct_static_02_04): Likewise.
5097 (cmp_struct_static_04_01): Likewise.
5098 (cmp_struct_static_04_02): Likewise.
5099 (cmp_struct_static_04_03): Likewise.
5100 (cmp_struct_static_04_04): Likewise.
5101 (cmp_struct_static_06_01): Likewise.
5102 (cmp_struct_static_06_02): Likewise.
5103 (cmp_struct_static_06_03): Likewise.
5104 (cmp_struct_static_06_04): Likewise.
5105 (call_all): Test new structs.
5106 * gdb.base/infcall-nested-structs.exp: Likewise.
5107
73021deb
AH
51082019-01-21 Alan Hayward <alan.hayward@arm.com>
5109 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5110
fc65c7db
AH
51112019-01-21 Alan Hayward <alan.hayward@arm.com>
5112 * gdb.base/stack-protector.c: New test.
5113 * gdb.base/stack-protector.exp: New file.
5114 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5115 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5116 option.
5117 (gdb_compile): Remove stack protector for GCC and prevent
5118 recursion.
5119
c24bdb02
KS
51202019-01-16 Keith Seitz <keiths@redhat.com>
5121
5122 PR gdb/23773
5123 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5124
6f072a10
PFC
51252019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5126
5127 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5128 aliases.
5129 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5130 tests.
5131 * gdb.arch/powerpc-vector-regs.c: New file.
5132 * gdb.arch/powerpc-vector-regs.exp: New file.
5133
a7b8d682
PFC
51342019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5135
5136 * gdb.arch/altivec-regs.exp: Fix the list passed to
5137 gdb_expect_list when testing "info vector".
5138
6eb6fb67
AB
51392019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5140
5141 * gdb.base/style.exp: Don't include path in testname.
5142
b56f80d8
KS
51432019-01-10 Keith Seitz <keiths@redhat.com>
5144
5145 PR gdb/23712
5146 PR symtab/23010
5147 * gdb.dwarf2/multidictionary.exp: New file.
5148
041be526
SM
51492019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5150
5151 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5152 (test_gnuv3_style_demangling): ... this.
5153 (test_lucid_style_demangling): Remove.
5154 (test_arm_style_demangling): Remove.
5155 (test_hp_style_demangling): Remove.
5156 (do_tests): Remove calls to the above.
5157
d820d0c3
AB
51582019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5159
5160 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5161 case.
5162
f097f5ad
TT
51632019-01-06 Tom Tromey <tom@tromey.com>
5164
5165 PR gdb/28155:
5166 * gdb.dwarf2/typedef-void-finish.exp: New file.
5167
2cd8cc0b
TT
51682018-12-28 Tom Tromey <tom@tromey.com>
5169 Simon Marchi <simark@simark.ca>
5170
5171 * gdb.base/jit-exec.exp: New file.
5172 * gdb.base/jit-exec.c: New file.
5173 * gdb.base/jit-execd.c: New file.
5174
35fb8261
TT
51752018-12-28 Tom Tromey <tom@tromey.com>
5176
5177 * gdb.base/style.exp: Update test to check for address styling.
5178
47fd17cd
TT
51792018-12-28 Tom Tromey <tom@tromey.com>
5180
5181 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5182 message.
5183
d47032b7
TT
51842018-12-28 Tom Tromey <tom@tromey.com>
5185
5186 * gdb.base/style.exp: Add test for version number styling.
5187
af79b68d
TT
51882018-12-28 Tom Tromey <tom@tromey.com>
5189
5190 * gdb.base/style.exp: Add test for print_address_symbolic.
5191
0bb296cb
TT
51922018-12-28 Tom Tromey <tom@tromey.com>
5193
5194 * gdb.base/style.exp: Add test for breakpoint setting.
5195
80ae2043
TT
51962018-12-28 Tom Tromey <tom@tromey.com>
5197
5198 * gdb.base/style.exp: Add test for variable names.
5199
cbe56571
TT
52002018-12-28 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.base/style.exp: New file.
5203 * gdb.base/style.c: New file.
5204
9162a27c
TT
52052018-12-28 Tom Tromey <tom@tromey.com>
5206
5207 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5208 "dumb".
5209 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5210 the TERM environment variable.
5211
bc543c90
TT
52122018-12-27 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5215 pagination test.
5216
6f0ffe50
AB
52172018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5218
5219 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5220 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5221
b5a1e557
PW
52222018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5223
5224 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5225 Filename a.adb changed to bp_fun_addr.adb.
5226 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5227
6e8b1ab2
JV
52282018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5229
5230 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5231 non-PIE executables.
5232 * README: Mention the gdb,nopie_flag board setting.
5233 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5234 non-PIE executable.
5235 * gdb.arch/amd64-entry-value.exp: Likewise.
5236 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5237 * gdb.arch/i386-float.exp: Likewise.
5238 * gdb.arch/i386-signal.exp: Likewise.
5239 * gdb.mi/mi-reg-undefined.exp: Likewise.
5240
d00a27c5
PM
52412018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5242
5243 PR gdb/23974
5244 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5245
161d081c
PW
52462018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5247
5248 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5249 Update order of results accordingly.
5250
b001de23
AB
52512018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5252
5253 * gdb.base/annota1.exp: Update a test regexp.
5254
99e1a184
AB
52552018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5256
5257 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5258
7a81c1e2
PW
52592018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5260
5261 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5262 (reuse_time): Initialize to REUSE_TIME_CAP.
5263 (check_rc): New function.
5264 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5265 Check pthread_create rc.
5266 (spawner_thread_func): Check pthread_create and pthread_join rc.
5267
73e8dc90
PA
52682018-12-08 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.base/list.exp (test_forward_search): Rename to ...
5271 (test_forward_reverse_search): ... this. Also test reverse-search
5272 and the forward-search alias.
5273
13f2ed32
AB
52742018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5275
5276 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5277 local timeout variable before return, and remove all local timeout
5278 variable entirely.
5279 (gdb_load): Likewise.
5280
64d27cfc
TV
52812018-12-01 Tom de Vries <tdevries@suse.de>
5282
5283 * gdb.base/gdb-caching-proc.exp: New file.
5284
f63c03b4
SDJ
52852018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5286
5287 * Makefile.in (TIMESTAMP): New variable.
5288 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5289 command.
5290 (check-single-racy): Likewise.
5291 (check/%.exp): Likewise.
5292 (check-racy/%.exp): Likewise.
5293 (workers/%.worker): Likewise.
5294 (build-perf): Likewise.
5295 (check-perf): Likewise.
5296 * README: Describe new "TS" and "TS_FORMAT" variables.
5297 * print-ts.py: New file.
5298
1c97054b
BF
52992018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5300
5301 PR python/23714
5302 * gdb.python/python.exp: Test command repetition after
5303 gdb.execute.
5304
1871a62d
AB
53052018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5306
5307 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5308 is correctly aligned.
5309
fb5e1ed9
PW
53102018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5311
5312 * gdb.ada/info_auto_lang.exp: New testcase.
5313 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5314 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5315 * gdb.ada/info_auto_lang/some_c.c: New file.
5316
43d397ca
PW
53172018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5318
5319 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5320 FUNC_lang language syntax.
5321
beddd671
PW
53222018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5323
5324 * gdb.base/info_minsym.c: New file.
5325 * gdb.base/info_minsym.exp: New file.
5326
73fc52c4
TT
53272018-11-19 Tom Tromey <tom@tromey.com>
5328
5329 PR rust/23625:
5330 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5331 * gdb.rust/expr.exp: Update expected output. Change one test.
5332
994b876a
TT
53332018-11-19 Tom Tromey <tom@tromey.com>
5334
5335 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5336
6769f276
PA
53372018-11-19 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5340 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5341 see the expected warning.
5342
38a72da0
AH
53432018-11-16 Alan Hayward <alan.hayward@arm.com>
5344
5345 PR gdb/22736:
5346 * gdb.cp/infcall-nodebug-lib.c: New test.
5347 * gdb.cp/infcall-nodebug-main.c: New test.
5348 * gdb.cp/infcall-nodebug.exp: New file.
5349
53a89d6e
SM
53502018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5351
5352 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5353 completer tests.
5354
9325300d
TV
53552018-11-09 Tom de Vries <tdevries@suse.de>
5356
5357 * gdb.base/msym-lang.c: New test.
5358 * gdb.base/msym-lang.exp: New file.
5359 * gdb.base/msym-lang-main.c: New test.
5360
20f0d60d
TT
53612018-11-08 Tom Tromey <tom@tromey.com>
5362
5363 PR gdb/23555:
5364 PR gdb/23838:
5365 * gdb.base/warning.exp: New file.
5366
b5420128
JB
53672018-11-08 Jan Beulich <jbeulich@suse.com>
5368
5369 * testsuite/gdb.arch/i386-avx512.c,
5370 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5371
cd115d61
AB
53722018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5373
5374 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5375 point hardware.
5376
35ee2dc2
AB
53772018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5380 * gdb.dwarf2/missing-type-name.exp: New file.
5381
31aceee8
TV
53822018-11-06 Tom de Vries <tdevries@suse.de>
5383
5384 * gdb.base/many-headers.c: New test.
5385 * gdb.base/many-headers.exp: New file.
5386
109be305
JW
53872018-11-06 Jim Wilson <jimw@sifive.com>
5388
5389 * gdb.base/code_elim.exp: For riscv, set additional_flags
5390 to include -msmall-data-limit=0.
5391
e2b7af72
JB
53922018-11-01 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.ada/watch_minus_l: New testcase.
5395
cdcda965
SM
53962018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5397
5398 * gdb.arch/aix-sighandle.c: New file.
5399 * gdb.arch/aix-sighandle.exp: New file.
5400
92dcebf3
AB
54012018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5402
5403 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5404 registers being unions.
5405
68b9ac18
TV
54062018-10-31 Tom de Vries <tdevries@suse.de>
5407
5408 * lib/valgrind.exp: New file.
5409 (vgdb_start, vgdb_stop): New procs, factored out of ...
5410 * gdb.base/valgrind-bt.exp: ... here, ...
5411 * gdb.base/valgrind-disp-step.exp: ... here and ...
5412 * gdb.base/valgrind-infcall.exp: ... here.
5413
1443936e
TV
54142018-10-31 Tom de Vries <tdevries@suse.de>
5415
5416 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5417
eb77c9df
AB
54182018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5419
5420 * gdb.dwarf2/void-type.c: New file.
5421 * gdb.dwarf2/void-type.exp: New file.
5422
82b5e646
PW
54232018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5424
5425 * gdb.base/info_qt.c: New file.
5426 * gdb.base/info_qt.exp: New file.
5427
8d619c01
EBM
54282018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5429
5430 * gdb.arch/powerpc-htm-regs.c: New file.
5431 * gdb.arch/powerpc-htm-regs.exp: New file.
5432
f2cf6173
EBM
54332018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5434
5435 * gdb.arch/powerpc-tar.c: New file.
5436 * gdb.arch/powerpc-tar.exp: New file.
5437
7ca18ed6
EBM
54382018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5439
5440 * gdb.arch/powerpc-ppr-dscr.c: New file.
5441 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5442
bfcc0eba
TV
54432018-10-25 Tom de Vries <tdevries@suse.de>
5444
5445 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5446
fe1a5cad
TV
54472018-10-24 Tom de Vries <tdevries@suse.de>
5448
5449 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5450 longer exists error.
5451
a76dc3b7
TV
54522018-10-24 Tom de Vries <tdevries@suse.de>
5453
5454 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5455
4df46df7
TV
54562018-10-24 Tom de Vries <tdevries@suse.de>
5457
5458 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5459 --db-attach in valgrind.
5460
0dbfcfff
AB
54612018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5462
5463 * gdb.arch/riscv-reg-aliases.c: New file.
5464 * gdb.arch/riscv-reg-aliases.exp: New file.
5465
b04480b1
AH
54662018-10-19 Alan Hayward <alan.hayward@arm.com>
5467
5468 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5469
2c6ac8d7
AH
54702018-10-19 Alan Hayward <alan.hayward@arm.com>
5471
5472 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5473
2bc69f25
AH
54742018-10-19 Alan Hayward <alan.hayward@arm.com>
5475
5476 * gdb.cp/ovldbreak.exp: Fix regexps.
5477
1f1ae3a3
AH
54782018-10-19 Alan Hayward <alan.hayward@arm.com>
5479
5480 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5481
94c18618
SDJ
54822018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5483
5484 PR cli/23785
5485 * gdb.base/restore.exp: New test to check if "restore" with an
5486 invalid file doesn't segfault.
5487
812cd6eb
TV
54882018-10-18 Tom de Vries <tdevries@suse.de>
5489
5490 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5491 * gdb.ada/excep_handle.exp: Same.
5492 * gdb.ada/mi_string_access.exp: Same.
5493 * gdb.ada/mi_var_union.exp: Same.
5494 * gdb.arch/arc-analyze-prologue.exp: Same.
5495 * gdb.arch/arc-decode-insn.exp: Same.
5496 * gdb.base/readnever.exp: Same.
5497 * gdb.fortran/printing-types.exp: Same.
5498 * gdb.guile/scm-lazy-string.exp: Same.
5499
c4b90788
TV
55002018-10-16 Tom de Vries <tdevries@suse.de>
5501
5502 PR gdb/23730
5503 * gdb.base/catch-follow-exec.c: Add copyright notice.
5504 * gdb.base/catch-follow-exec.exp: Rewrite to use
5505 gdb_spawn_with_cmdline_opts. Require gdb-native.
5506
8bca2978
SL
55072018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5508
5509 * gdb.trace/actions-changed.exp: Check for arch support.
5510 * gdb.trace/actions.exp: Likewise.
5511 * gdb.trace/ax.exp: Likewise.
5512 * gdb.trace/backtrace.exp: Likewise.
5513 * gdb.trace/change-loc.exp: Likewise.
5514 * gdb.trace/deltrace.exp: Likewise.
5515 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5516 * gdb.trace/ftrace.exp: Likewise.
5517 * gdb.trace/infotrace.exp: Check for arch support.
5518 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5519 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5520 * gdb.trace/mi-tsv-changed.exp: Likewise.
5521 * gdb.trace/packetlen.exp: Likewise.
5522 * gdb.trace/passc-dyn.exp: Likewise.
5523 * gdb.trace/passcount.exp: Likewise.
5524 * gdb.trace/pending.exp: Likewise.
5525 * gdb.trace/range-stepping.exp: Check for shlib support.
5526 * gdb.trace/report.exp: Check for arch support.
5527 * gdb.trace/save-trace.exp: Likewise.
5528 * gdb.trace/signal.exp: Check for signal support.
5529 * gdb.trace/tfind.exp: Check for arch support.
5530 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5531 * gdb.trace/trace-common.h: Add comment.
5532 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5533 * gdb.trace/trace-enable-disable.exp: Likewise.
5534 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5535 * gdb.trace/tracecmd.exp: Check for arch support.
5536 * gdb.trace/tspeed.exp: Check for shlib and target support.
5537 * gdb.trace/tstatus.exp: Check for arch support.
5538 * gdb.trace/tsv.exp: Likewise.
5539 * gdb.trace/while-dyn.exp: Likewise.
5540 * gdb.trace/while-stepping.exp: Likewise.
5541 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5542
f9c49bff
SM
55432018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5544
5545 * gdb.trace/tspeed.exp: Remove nowarnings.
5546 (prepare_for_trace_test): Declare "global ipalib".
5547 * gdb.trace/tspeed.c: Include unistd.h.
5548 (main): Remove superfluous printf argument.
5549
d4330bde
SL
55502018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5551
5552 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5553 directory prefix on the filename.
5554
8ecfd7bd
SDJ
55552018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5556
5557 * gdb.gdb/unittest.exp: Update expected message informing that
5558 selftests have been disabled.
5559 * gdb.server/unittest.exp: Likewise.
5560
58bbcd02
TV
55612018-10-09 Tom de Vries <tdevries@suse.de>
5562
5563 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5564 with runto_main.
5565
9f6b697b
WP
55662018-10-08 Weimin Pan <weimin.pan@oracle.com>
5567
5568 PR c++/16841
5569 * gdb.cp/virtbase2.cc: New file.
5570 * gdb.cp/virtbase2.exp: New file.
5571
add5ded5
TT
55722018-10-06 Tom Tromey <tom@tromey.com>
5573
5574 PR python/19399:
5575 * gdb.python/py-inferior.exp: Add architecture test.
5576
f9e48344
TT
55772018-10-06 Tom Tromey <tom@tromey.com>
5578
5579 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5580 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5581
2a8be203
TT
55822018-10-06 Tom Tromey <tom@tromey.com>
5583
5584 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5585 of a "throw" catchpoint.
5586
e04caa70
SDJ
55872018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5588
5589 * gdb.base/info-proc.exp: Update string expected from "help info
5590 proc".
5591
5ca8c39f
TT
55922018-10-04 Tom Tromey <tom@tromey.com>
5593
5594 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5595 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5596 (test_initial_complaints, test_empty_complaints): Update.
5597 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5598
3453e7e4
TT
55992018-10-04 Tom Tromey <tom@tromey.com>
5600
5601 PR cli/19551:
5602 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5603 * lib/gdb.exp (gdb_file_cmd): Update.
5604 * gdb.stabs/weird.exp (print_weird_var): Update.
5605 * gdb.server/solib-list.exp: Update.
5606 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5607 * gdb.mi/mi-cli.exp: Update.
5608 * gdb.linespec/linespec.exp: Update.
5609 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5610 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5611 * gdb.cp/cp-relocate.exp: Update.
5612 * gdb.base/sym-file.exp: Update.
5613 * gdb.base/relocate.exp: Update.
5614 * gdb.base/readnever.exp: Update.
5615 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5616 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5617 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5618 * gdb.base/code_elim.exp: Update.
5619 * gdb.base/break-unload-file.exp (test_break): Update.
5620 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5621 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5622 Update.
5623 * gdb.base/attach.exp (do_attach_tests): Update.
5624 * gdb.base/sepdebug.exp: Update.
5625 * gdb.python/py-section-script.exp: Update.
5626
6afcf761
TT
56272018-10-04 Tom Tromey <tom@tromey.com>
5628
5629 PR cli/22234:
5630 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5631 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5632 output.
5633
fef1b293
TT
56342018-10-04 Tom Tromey <tom@tromey.com>
5635
5636 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5637 set width and height to 0.
5638 (test_command_line_attach_run): Use -quiet.
5639
ca98345e
SL
56402018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5641
5642 * lib/gdb.exp (skip_ifunc_tests): New.
5643 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5644 other compile failures.
5645 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5646
ff34e6ae
SM
56472018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5648
5649 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5650 is_amd64_regs_target.
5651
6bb8890e
AH
56522018-10-01 Alan Hayward <alan.hayward@arm.com>
5653
5654 * gdb.arch/aarch64-sighandler-regs.c: New test.
5655 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5656 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5657
224d30d3
MM
56582018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5659
5660 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5661 assembly.
5662
f67ffa6a
AB
56632018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * gdb.base/frame-selection.exp: New file.
5666 * gdb.base/frame-selection.c: New file.
5667
9fc3183f
AH
56682018-09-27 Alan Hayward <alan.hayward@arm.com>
5669
5670 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5671 pthread barrier.
5672 (main): Likewise.
5673
d354055e
AB
56742018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5675
5676 * gdb.base/large-frame-1.c: New file.
5677 * gdb.base/large-frame-2.c: New file.
5678 * gdb.base/large-frame.exp: New file.
5679 * gdb.base/large-frame.h: New file.
5680
db727370
JL
56812018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5682
5683 PR gdb/20948
5684 * gdb.base/write_mem.exp: New test.
5685 * gdb.base/write_mem.c: Likewise.
5686
ae778caf
TT
56872018-09-23 Tom Tromey <tom@tromey.com>
5688
5689 PR python/18852:
5690 * gdb.python/py-parameter.exp: Add test for parameter that throws
5691 on "set".
5692
fd3ba736
TT
56932018-09-23 Tom Tromey <tom@tromey.com>
5694
5695 PR python/17284:
5696 * gdb.python/py-template.exp (test_template_arg): Add test for
5697 negative template argument number.
5698
39a24317
TT
56992018-09-23 Tom Tromey <tom@tromey.com>
5700
5701 PR python/14062:
5702 * gdb.python/python.exp: Add test for post_event error.
5703
f5769a2c
TT
57042018-09-23 Tom Tromey <tom@tromey.com>
5705
5706 PR python/18170:
5707 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5708 convert pointers to int and long.
5709
1c1e54f6
TT
57102018-09-23 Tom Tromey <tom@tromey.com>
5711
5712 PR python/20126:
5713 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5714 signed-ness conversion tests.
5715
fb4fa946
TT
57162018-09-23 Tom Tromey <tom@tromey.com>
5717
5718 PR python/18352;
5719 * gdb.python/py-value.exp (test_float_conversion): New proc.
5720 Use it.
5721
a466edac
HAQ
57222018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5723
5724 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5725
4ee9b0c5
SL
57262018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5727
5728 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5729 no readline.
5730 * gdb.base/utf8-identifiers.exp: Likewise.
5731 * gdb.cp/cpcompletion.exp: Likewise.
5732 * gdb.linespec/cpcompletion.exp: Likewise.
5733 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5734 * gdb.linespec/cpls-ops.exp: Likewise.
5735
23be8da7
RB
57362018-09-19 Richard Bunt <richard.bunt@arm.com>
5737 Chris January <chris.january@arm.com>
5738
5739 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5740 * gdb.fortran/short-circuit-argument-list.exp: New file.
5741 * gdb.fortran/short-circuit-argument-list.f90: New test.
5742
5031d0ae
SDJ
57432018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5744
5745 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5746 "arch=" keyword when executing "-stack-list-frames".
5747
b4c0d1a4
SDJ
57482018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5749
5750 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5751 "arch=" keyword when executing "-stack-list-frames".
5752
7a6d2b45
SDJ
57532018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5754
5755 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5756 break ada".
5757
8588b356
SM
57582018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5759
5760 PR python/23669
5761 * gdb.python/python.exp: Test gdb.execute("show commands").
5762
65e65158
TT
57632018-09-16 Tom Tromey <tom@tromey.com>
5764
5765 * gdb.base/new-ui.exp (do_execution_tests): Update.
5766 * gdb.base/dbx.exp (test_breakpoints): Update.
5767
bf326452
AH
57682018-09-14 Alan Hayward <alan.hayward@arm.com>
5769
5770 * lib/gdb.exp (gdb_simple_compile): Add proc.
5771 (is_elf_target): Use gdb_simple_compile.
5772 (skip_altivec_tests): Likewise.
5773 (skip_vsx_tests): Likewise.
5774 (skip_tsx_tests): Likewise.
5775 (skip_btrace_tests): Likewise.
5776 (skip_btrace_pt_tests): Likewise.
5777 (gdb_can_simple_compile): Likewise.
5778 (gdb_has_argv0): Likewise.
5779 (gdb_target_symbol_prefix): Likewise.
5780 (target_supports_scheduler_locking): Likewise.
5781
2361b0fb
TT
57822018-09-13 Tom Tromey <tom@tromey.com>
5783
5784 * Makefile.in (TAGS): Recognize proc_with_prefix and
5785 gdb_caching_proc.
5786
0ae1a321
SM
57872018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5788
5789 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5790 method.
5791
a40bf0c2
SM
57922018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5793
5794 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5795 and a few other Inferior properties when the Inferior is no
5796 longer valid.
5797
4a3fe98f
TT
57982018-09-13 Tom Tromey <tom@tromey.com>
5799
5800 PR rust/23650:
5801 * gdb.rust/simple.exp: Add test for enum field access error.
5802
098b2108
TT
58032018-09-13 Tom Tromey <tom@tromey.com>
5804
5805 PR rust/23626:
5806 * gdb.rust/simple.rs (EmptyEnum): New type.
5807 (main): Use it.
5808 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5809
1256af7d
SM
58102018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5811
5812 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5813 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5814 * gdb.python/py-symtab.exp: Update test printing an objfile.
5815
4aa8e6c2
SM
58162018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5817
5818 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5819 object.
5820
c221b2f7
AH
58212018-09-12 Alan Hayward <alan.hayward@arm.com>
5822
5823 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5824 (support_complex_tests): Use gdb_can_simple_compile.
5825 (is_ilp32_target): Likewise.
5826 (is_lp64_target): Likewise.
5827 (is_64_target): Likewise.
5828 (is_amd64_regs_target): Likewise.
5829 (is_aarch32_target): Likewise.
5830 (gdb_int128_helper): Likewise.
5831
6f1107b5
JK
58322018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5833
5834 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5835
1f5d1570
JG
58362018-09-10 Jerome Guitton <guitton@adacore.com>
5837
5838 * gdb.ada/same_component_name: Add test for case of tagged record
5839 with variable-length fields.
5840
cc330e39
XR
58412018-09-10 Xavier Roirand <roirand@adacore.com>
5842
5843 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5844 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5845 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5846 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5847
b9c50e9a
XR
58482018-09-10 Xavier Roirand <roirand@adacore.com>
5849
5850 * gdb.ada/mi_string_access.exp: New testcase.
5851 * gdb.ada/mi_string_access/bar.adb: New file.
5852 * gdb.ada/mi_string_access/pck.adb: New file.
5853 * gdb.ada/mi_string_access/pck.asd: New file.
5854
2963898f
XR
58552018-09-10 Xavier Roirand <roirand@adacore.com>
5856
5857 * gdb.ada/mi_var_union.exp: New testcase.
5858 * gdb.ada/mi_var_union/bar.adb: New file.
5859 * gdb.ada/mi_var_union/pck.adb: New file.
5860 * gdb.ada/mi_var_union/pck.asd: New file.
5861
1aac008f
TT
58622018-09-08 Tom Tromey <tom@tromey.com>
5863
5864 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5865
332cf4c9
TT
58662018-09-08 Tom Tromey <tom@tromey.com>
5867
5868 PR python/16047:
5869 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5870 (register_pretty_printers): Register new printer.
5871 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5872 test.
5873 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5874 (an_int_type3): New global.
5875
424da6cf
JB
58762018-09-08 Joel Brobecker <brobecker@adacore.com>
5877
5878 * gdb.ada/expr_with_funcall: New testcase.
5879
2a62dfa9
JB
58802018-09-08 Joel Brobecker <brobecker@adacore.com>
5881
5882 * gdb.ada/packed_array_assign: New testcase.
5883
96b6697f
AB
58842018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5885
5886 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5887 names, and add test prefixes to make test names unique.
5888
e4a62c65
TV
58892018-09-05 Tom de Vries <tdevries@suse.de>
5890
5891 * gdb.dwarf2/varval.exp: Add test.
5892
dd083ee2
GB
58932018-09-04 Gary Benson <gbenson@redhat.com>
5894
5895 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5896 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5897
aef9346c
TT
58982018-08-31 Tom Tromey <tom@tromey.com>
5899
5900 * gdb.rust/simple.rs: Rename second variable "v".
5901
c67f2e15
AB
59022018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5903
5904 * gdb.base/funcargs.c (use_a): New function.
5905 (recurse): Call use_a.
5906
078a0207
KS
59072018-08-29 Keith Seitz <keiths@redhat.com>
5908
5909 * gdb.compile/compile-cplus-anonymous.cc: New file.
5910 * gdb.compile/compile-cplus-anonymous.exp: New file.
5911 * gdb.compile/compile-cplus-array-decay.cc: New file.
5912 * gdb.compile/compile-cplus-array-decay.exp: New file.
5913 * gdb.compile/compile-cplus-inherit.cc: New file.
5914 * gdb.compile/compile-cplus-inherit.exp: New file.
5915 * gdb.compile/compile-cplus-member.cc: New file.
5916 * gdb.compile/compile-cplus-member.exp: New file.
5917 * gdb.compile/compile-cplus-method.cc: New file.
5918 * gdb.compile/compile-cplus-method.exp: New file.
5919 * gdb.compile/compile-cplus-mod.c: "New" file.
5920 * gdb.compile/compile-cplus-namespace.cc: New file.
5921 * gdb.compile/compile-cplus-namespace.exp: New file.
5922 * gdb.compile/compile-cplus-nested.cc: New file.
5923 * gdb.compile/compile-cplus-nested.exp: New file.
5924 * gdb.compile/compile-cplus-print.c: "New" file.
5925 * gdb.compile/compile-cplus-print.exp: "New" file.
5926 * gdb.compile/compile-cplus-virtual.cc: New file.
5927 * gdb.compile/compile-cplus-virtual.exp: New file.
5928 * gdb.compile/compile-cplus.c: "New" file.
5929 * gdb.compile/compile-cplus.exp: "New" file.
5930 * lib/compile-support.exp: New file.
5931
b0f492b9
GB
59322018-08-16 Gary Benson <gbenson@redhat.com>
5933
5934 PR gdb/13000:
5935 * gdb.base/batch-exit-status.exp: New file.
5936 * gdb.base/batch-exit-status.good-commands: Likewise.
5937 * gdb.base/batch-exit-status.bad-commands: Likewise.
5938
36eb4c5f
AH
59392018-08-29 Alan Hayward <alan.hayward@arm.com>
5940
5941 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5942 (struct struct02): Likewise.
5943 (struct struct03): Likewise.
5944 (struct struct04): Likewise.
5945 (struct struct_01_01): New struct.
5946 (struct struct_01_02): Likewise.
5947 (struct struct_01_03): Likewise.
5948 (struct struct_01_04): Likewise.
5949 (struct struct_02_01): Likewise.
5950 (struct struct_02_02): Likewise.
5951 (struct struct_02_03): Likewise.
5952 (struct struct_02_04): Likewise.
5953 (struct struct_04_01): Likewise.
5954 (struct struct_04_02): Likewise.
5955 (struct struct_04_03): Likewise.
5956 (struct struct_04_04): Likewise.
5957 (struct struct_05_01): Likewise.
5958 (struct struct_05_02): Likewise.
5959 (struct struct_05_03): Likewise.
5960 (struct struct_05_04): Likewise.
5961 (cmp_struct01): Remove function.
5962 (cmp_struct02): Likewise.
5963 (cmp_struct03): Likewise.
5964 (cmp_struct04): Likewise.
5965 (cmp_struct_01_01): Add Function.
5966 (cmp_struct_01_02): Likewise.
5967 (cmp_struct_01_03): Likewise.
5968 (cmp_struct_01_04): Likewise.
5969 (cmp_struct_02_01): Likewise.
5970 (cmp_struct_02_02): Likewise.
5971 (cmp_struct_02_03): Likewise.
5972 (cmp_struct_02_04): Likewise.
5973 (cmp_struct_04_01): Likewise.
5974 (cmp_struct_04_02): Likewise.
5975 (cmp_struct_04_03): Likewise.
5976 (cmp_struct_04_04): Likewise.
5977 (cmp_struct_05_01): Likewise.
5978 (cmp_struct_05_02): Likewise.
5979 (cmp_struct_05_03): Likewise.
5980 (cmp_struct_05_04): Likewise.
5981 (call_all): Add new structs.
5982 * gdb.base/infcall-nested-structs.exp: Likewise.
5983
3bf9c013
JV
59842018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5985
5986 * gdb.python/py-framefilter-mi.exp: Update regexp to
5987 check for "arch" field in frame output.
5988
450d1e88
KB
59892018-08-23 Kevin Buettner <kevinb@redhat.com>
5990
5991 * gdb.dwarf2/dw2-ranges-func.c: New file.
5992 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5993
ae739fe7
SM
59942018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5995
5996 * gdb.base/term.exp: Compare terminal settings with values from
5997 the inferior.
5998 * gdb.base/term.c: Get and set terminal settings.
5999
6d52907e
JV
60002018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6001
6002 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6003 accommodate new "arch" field in frame output.
6004 * gdb.mi/mi-return.exp: Likewise.
6005 * gdb.mi/mi-stack.exp: Likewise.
6006 * gdb.mi/mi-syn-frame.exp: Likewise.
6007 * gdb.mi/user-selected-context-sync.exp: Likewise.
6008
be2d111a
MS
60092018-08-19 Michael Spang <spang@google.com>
6010
6011 PR gdb/11786
6012 * gdb.base/gcore-tls-pie.c: New file.
6013 * gdb.base/gcore-tls-pie.exp: New file.
6014
ae3a7c47
KB
60152018-08-18 Kevin Buettner <kevinb@redhat.com>
6016
6017 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6018 * gdb.dwarf2/varval.c: New file.
6019 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6020
2ecae92e
AH
60212018-08-17 Alan Hayward <alan.hayward@arm.com>
6022
6023 PR gdb/18931
6024 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6025
c1854f1d
KS
60262018-08-16 Keith Seitz <keiths@redhat.com>
6027
6028 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6029 tests expected to pass.
6030
26fb3983
JV
60312018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6032
6033 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6034 -data-disassemble -a.
6035 (test_disassembly_bogus_args): Likewise.
6036
67943c00
AB
60372018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6038
6039 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6040
5ff2bbae
AB
60412018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6042
6043 * gdb.base/vla-optimized-out.exp: Add new test.
6044
e5bbcd0f
AB
60452018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6046
6047 * gdb.base/vla-optimized-out-o3.exp: Delete.
6048 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6049 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6050 deleted tests.
6051
9d4a934c
AB
60522018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6053
6054 PR gdb/18050:
6055 * gdb.server/extended-remote-restart.c: New file.
6056 * gdb.server/extended-remote-restart.exp: New file.
6057
045cf012
SM
60582018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6059
6060 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6061 "set variable index = 42".
6062
87d6a7aa
SM
60632018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6064
6065 * boards/index-cache-gdb.exp: New file.
6066 * gdb.dwarf2/index-cache.exp: New file.
6067 * gdb.dwarf2/index-cache.c: New file.
6068 * gdb.base/maint.exp: Check if we are using the index cache.
6069
96d68bd4
RO
60702018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6071
6072 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6073 MAKEFLAGS.
6074
5a699617
RO
60752018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6076
6077 * dg-extract-results.sh: Move to toplevel contrib.
6078 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6079 * Makefile.in (check-parallel-racy): Likewise.
6080
5bd18990
AB
60812018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6082
6083 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6084 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6085 tests if the target supports scheduler locking.
6086
3fbbcf47
TV
60872018-08-04 Tom de Vries <tdevries@suse.de>
6088
6089 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6090
3e1d3d8c
TT
60912018-08-02 Tom Tromey <tom@tromey.com>
6092
6093 PR symtab/16842.
6094 * gdb.cp/temargs.exp: Test "info address" of a template
6095 parameter.
6096
5abe0f0c
JV
60972018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6098
6099 * gdb.python/py-mi-var-info-path-expression.c: New file.
6100 * gdb.python/py-mi-var-info-path-expression.py: New file.
6101 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6102
fb66cde8
SDJ
61032018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6104
6105 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6106 error after "cannot resolve name" string.
6107
c708f4d2
AB
61082018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6109
6110 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6111 started.
6112 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6113
37cc0cae
TV
61142018-07-28 Tom de Vries <tdevries@suse.de>
6115
6116 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6117
63b4ecf7
TV
61182018-07-26 Tom de Vries <tdevries@suse.de>
6119
6120 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6121
3c3bb058
AB
61222018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6123
6124 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6125 is visible.
6126
9e7f3bbb
TV
61272018-07-26 Tom de Vries <tdevries@suse.de>
6128
6129 PR breakpoints/23366
6130 * gdb.base/catch-follow-exec.c: New test.
6131 * gdb.base/catch-follow-exec.exp: New file.
6132
16f808ec
TV
61332018-07-25 Tom de Vries <tdevries@suse.de>
6134
6135 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6136 vla-optimized-out.c.
6137
d7154a8d
JV
61382018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6139
6140 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6141 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6142
232a0032
TV
61432018-07-20 Tom de Vries <tdevries@suse.de>
6144
6145 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6146 NOCLONE macro.
6147 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6148
fbb1d502
TV
61492018-07-19 Tom de Vries <tdevries@suse.de>
6150
6151 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6152 regular expression.
6153
42dc7699
TV
61542018-07-18 Tom de Vries <tdevries@suse.de>
6155
6156 * gdb.base/vla-optimized-out.c: New test.
6157 * gdb.base/vla-optimized-out.exp: New file.
6158
7f1f7e23
SDJ
61592018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6160
6161 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6162 message "No address associated with hostname" when gdbserver
6163 cannot resolve the hostname.
6164
5759ebb3
PW
61652018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6166
6167 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6168 Add some test prefixes to make tests unique.
6169
3606ccab
PW
61702018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6171
6172 * gdb.base/frameapply.c: New file.
6173 * gdb.base/frameapply.exp: New file.
6174
529c08b2
PW
61752018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6176
6177 * gdb.base/skip.exp: Update expected error message.
6178
c7ab0aef
SDJ
61792018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6180 Jan Kratochvil <jan.kratochvil@redhat.com>
6181 Paul Fertser <fercerpav@gmail.com>
6182 Tsutomu Seki <sekiriki@gmail.com>
6183
6184 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6185 parameter.
6186 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6187 by default.
6188 * boards/native-gdbserver.exp: Likewise.
6189 * gdb.server/run-without-local-binary.exp: Improve regexp used
6190 for detecting when a remote debugging connection succeeds.
6191 * gdb.server/server-connect.exp: New file.
6192 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6193 Do not prefix the port number with ":".
6194 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6195 support for detecting and using it. Add '$debughost_gdbserver'
6196 to the list of arguments used to start gdbserver. Handle case
6197 when gdbserver cannot resolve a network name.
6198
16ff70dd
SDJ
61992018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6200
6201 PR c++/23373
6202 * gdb.base/ptype-offsets.cc (struct static_member): New
6203 struct.
6204 (main) <stmember>: New variable.
6205 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6206 with a static member in it.
6207
3541979f
AB
62082018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6211 watchpoints enabled and disabled.
6212
c8ad9b9a
AB
62132018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6214
6215 * gdb.base/examine-backward.exp: Still run tests around address
6216 0x0, even if address 0x0 is not readable. Update the pattern for
6217 matching address 0x0 in expected output.
6218
e0e5e971
AB
62192018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6222 malloc/free.
6223
1ea5da02
TV
62242018-07-04 Tom de Vries <tdevries@suse.de>
6225
6226 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6227
471b9d15
MR
62282018-07-02 Maciej W. Rozycki <macro@mips.com>
6229
6230 PR tdep/8282
6231 * gdb.arch/mips-disassembler-options.exp: New test.
6232 * gdb.arch/mips-disassembler-options.s: New test source.
6233
75acb486
PA
62342018-06-29 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.threads/names.exp: Adjust expected "info threads" output.
6237
cd2bb709
PA
62382018-06-29 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.opt/inline-break.exp (line number, address): Add "info
6241 break" tests.
6242
991ff292
PA
62432018-06-29 Pedro Alves <palves@redhat.com>
6244
6245 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6246 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6247 number and address and running to them.
6248
356819b6 62492018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6250
6251 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6252
2512d7ef
JK
62532018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6254
6255 * lib/compiler.c: Remove executable permission flag.
6256
be1b6474
RB
62572018-06-28 Richard Bunt <richard.bunt@arm.com>
6258
6259 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6260 code.
6261 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6262
291f9a96
PT
62632018-06-28 Petr Tesarik <ptesarik@suse.cz>
6264
6265 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6266
ed6dfe51
PT
62672018-06-28 Petr Tesarik <ptesarik@suse.cz>
6268
6269 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6270 address argument is omitted.
6271
d4d429d5
PT
62722018-06-28 Petr Tesarik <ptesarik@suse.cz>
6273
6274 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6275
7ab6656f
OJ
62762018-06-27 Omair Javaid <omair.javaid@linaro.org>
6277
6278 PR gdb/21695
6279 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6280 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6281
a33ccfc7
TT
62822018-06-26 Tom Tromey <tom@tromey.com>
6283
6284 PR rust/22574:
6285 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6286 * gdb.rust/simple.rs (struct SimpleLayout): New.
6287
6d72d289
SM
62882018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6289
6290 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6291 "info registers" output.
6292
8363f9d5
RB
62932018-06-21 Richard Bunt <richard.bunt@arm.com>
6294
6295 * gdb.base/watchpoint-hw-attach.c: New test.
6296 * gdb.base/watchpoint-hw-attach.exp: New file.
6297
f00674fe
SM
62982018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6299
6300 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6301 through /bin/sh.
6302 * boards/dwarf4-gdb-index.exp: Likewise.
6303 * boards/fission-dwp.exp: Likewise.
6304
1d554008
UW
63052018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6306
6307 * gdb.base/float128.exp: Add comment and improved fail message
6308 to the failure case of "print large128" test.
6309
d0ac1c44
SM
63102018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6311
6312 * configure.ac: Remove AC_PREREQ.
6313 * configure: Re-generate.
6314
61b04dd0
PA
63152018-06-19 Pedro Alves <palves@redhat.com>
6316
6317 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6318 (func_extern_caller): New.
6319 (main): Call func_extern_caller.
6320 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6321 logic change.
6322
f63b508a
SM
63232018-06-18 Weimin Pan <weimin.pan@oracle.com>
6324
6325 PR gdb/16841
6326 * gdb.cp/typedef-base.cc: New file.
6327 * gdb.cp/typedef-base.exp: New file.
6328
0fe3a558
TV
63292018-06-18 Tom de Vries <tdevries@suse.de>
6330
6331 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6332
7010835a
AB
63332018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6334 Richard Bunt <Richard.Bunt@arm.com>
6335
6336 * gdb.threads/attach-slow-waitpid.c: New file.
6337 * gdb.threads/attach-slow-waitpid.exp: New file.
6338 * gdb.threads/slow-waitpid.c: New file.
6339
14897d65
PA
63402018-06-14 Pedro Alves <palves@redhat.com>
6341
6342 * gdb.base/fork-running-state.c: Include <errno.h>.
6343 (exit_if_relative_exits): New.
6344 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6345 exits.
6346 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6347 child exits.
6348
5d9a0608
TV
63492018-06-14 Tom de Vries <tdevries@suse.de>
6350
6351 PR cli/22573
6352 * gdb.base/finish-pretty.c: New test.
6353 * gdb.base/finish-pretty.exp: New file.
6354
11ae5818
PA
63552018-06-14 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6358 gdb's expected startup output.
6359
1d39de44
PA
63602018-06-14 Pedro Alves <palves@redhat.com>
6361
6362 * lib/selftest-support.exp (selftest_setup): Remove inlined
6363 function handling.
6364
70ee0000
TV
63652018-06-14 Tom de Vries <tdevries@suse.de>
6366
6367 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6368 matching of breakpoint printing.
6369
11f4b608
TV
63702018-06-13 Tom de Vries <tdevries@suse.de>
6371
6372 PR testsuite/23269
6373 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6374 (fork_child): ... here, and ...
6375 (fork_parent): ... here.
6376
63772018-06-12 Tom de Vries <tdevries@suse.de>
6378
6379 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6380
9516f85a
AB
63812018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6382 Stephen Roberts <stephen.roberts@arm.com>
6383
6384 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6385 rewrite test to describe action performed, rather than possible
6386 failure.
6387
5045b3d7
GB
63882018-06-08 Gary Benson <gbenson@redhat.com>
6389
6390 * gdb.threads/check-libthread-db.exp: New file.
6391 * gdb.threads/check-libthread-db.c: Likewise.
6392
c61b06a1
TT
63932018-06-05 Tom Tromey <tom@tromey.com>
6394
6395 * gdb.base/default.exp: Update expected "show version" output.
6396
eb6af809
TT
63972018-06-05 Tom Tromey <tom@tromey.com>
6398
6399 PR cli/12326:
6400 * gdb.cp/static-print-quit.exp: Update.
6401 * lib/gdb.exp (pagination_prompt): Update.
6402 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6403 * gdb.python/python.exp: Update.
6404
178d6a63
JB
64052018-06-04 Joel Brobecker <brobecker@adacore.com>
6406
6407 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6408
8e817061
JB
64092018-06-01 Joel Brobecker <brobecker@adacore.com>
6410
6411 * gdb.ada/bp_fun_addr: New testcase.
6412
e86ca25f
TT
64132018-06-01 Tom Tromey <tom@tromey.com>
6414
6415 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6416 results.
6417 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6418 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6419 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6420 * gdb.base/maint.exp (maint_pass_if): Update.
6421
4b2dfa9d
MR
64222018-05-31 Maciej W. Rozycki <macro@mips.com>
6423
6424 * gdb.base/endian.exp: New test.
6425 * gdb.base/endian.c: New test source.
6426
45f25d6c
AB
64272018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6428
6429 PR gdb/23203
6430 * gdb.base/bt-selected-frame.c: New file.
6431 * gdb.base/bt-selected-frame.exp: New file.
6432 * lib/gdb.exp (get_current_frame_number): New function.
6433
d9f6d7f8
MR
64342018-05-24 Maciej W. Rozycki <macro@mips.com>
6435 Pedro Alves <palves@redhat.com>
6436
6437 * gdb.threads/tls-core.c: Include <stdlib.h>
6438 (thread_proc): Call `abort'.
6439 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6440 (tls_core_test): New procedure, bits factored out from ...
6441 (top level): ... here. Test both native cores and gcore cores.
6442
ff1cf532
TT
64432018-05-23 Tom Tromey <tom@tromey.com>
6444
6445 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6446
b98664d3
TT
64472018-05-23 Tom Tromey <tom@tromey.com>
6448
6449 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6450 symfile_complaints.
6451 (test_short_complaints): Likewise.
6452 (test_empty_complaints): Likewise.
6453 (test_initial_complaints): Update.
6454
4e9668d0
TT
64552018-05-23 Tom Tromey <tom@tromey.com>
6456
6457 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6458
43ba33c7
TT
64592018-05-23 Tom Tromey <tom@tromey.com>
6460
6461 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6462 (test_short_complaints): Update.
6463
035522c0
PA
64642018-05-22 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.base/remote.exp: Only gdb_start after compiling the
6467 testcase. Issue "disconnect" before testing "set remote" command
6468 defaults. Issue clean_restart before running to main.
6469
cc0be08f
PA
64702018-05-22 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/remote.exp: Adjust expected output of "show remote
6473 memory-write-packet-size". Add tests for "set remote
6474 memory-write-packet-size 0" and "set remote
6475 memory-write-packet-size fixed/limit".
6476
b1b60145
PA
64772018-05-22 Pedro Alves <palves@redhat.com>
6478
6479 PR gdb/22973
6480 * gdb.base/utf8-identifiers.c: New file.
6481 * gdb.base/utf8-identifiers.exp: New file.
6482
0ec848ad
PFC
64832018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6484
6485 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6486
2c3305f6
PFC
64872018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6488
6489 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6490
ce1e8424
TT
64912018-05-18 Tom Tromey <tom@tromey.com>
6492
6493 * gdb.base/ptype-offsets.exp: Update.
6494
ddfe970e
KS
64952018-05-17 Keith Seitz <keiths@redhat.com>
6496
6497 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6498 in expected breakpoint stop locations.
6499 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6500 move to proper scope to test variable values.
6501 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6502 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6503 New functions.
6504 (main): Call not_inline_func3.
6505 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6506 inline_func1, inline_func2, and inline_func3. Test that when each
6507 breakpoint is hit, GDB properly reports both the stop location
6508 and the backtrace. Repeat tests for temporary breakpoints.
6509
0726fcc6
MR
65102018-05-15 Maciej W. Rozycki <macro@mips.com>
6511
6512 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6513 rather then trying to access it in determining whether the PID
6514 of `gdbserver' could have been retrieved.
6515
8ee22052
AB
65162018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6517
6518 * gdb.arch/amd64-init-x87-values.S: New file.
6519 * gdb.arch/amd64-init-x87-values.exp: New file.
6520
7785df48
JK
65212018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6522
6523 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6524
56bcdbea
TT
65252018-05-04 Tom Tromey <tom@tromey.com>
6526
6527 PR python/22730:
6528 * gdb.python/python.exp: Test multi-line execute.
6529
a913fffb
TT
65302018-05-04 Tom Tromey <tom@tromey.com>
6531
6532 PR python/22731:
6533 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6534
7a2c85f2
TT
65352018-05-04 Tom Tromey <tom@tromey.com>
6536
6537 PR gdb/11750:
6538 * gdb.base/define.exp: Test defining a user command inside a user
6539 command.
6540 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6541
a3b60e45
JK
65422018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6543 Pedro Alves <palves@redhat.com>
6544
6545 PR breakpoints/19806 and support for PR external/20207.
6546 * gdb.base/watchpoint-unaligned.c: New file.
6547 * gdb.base/watchpoint-unaligned.exp: New file.
6548
45fe4a03
AB
65492018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6550
6551 * gdb.base/maint.exp: Make test names unique, use
6552 test_prefix_command_help to test 'help maint info', and remove
6553 repeated test of 'help maint'.
6554
9be2ae8f
TT
65552018-05-04 Tom Tromey <tom@tromey.com>
6556
6557 PR gdb/22619:
6558 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6559 behavior.
6560
11859c31
AB
65612018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6562
6563 * gdb.base/maint.exp: Process output from 'maint print registers'
6564 line at a time.
6565
089a9490
AB
65662018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6567
6568 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6569 timeout.
6570
9b0797e2
AB
65712018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6572
6573 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6574 filter pattern.
6575
f6ac5f3d
PA
65762018-05-02 Pedro Alves <palves@redhat.com>
6577
6578 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6579 to_log_command renames.
6580 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6581
77d3c63b
TT
65822018-05-02 Tom Tromey <tom@tromey.com>
6583
6584 * gdb.python/py-parameter.exp: Set test message.
6585
0489430a
TT
65862018-05-02 Tom Tromey <tom@tromey.com>
6587
6588 PR python/20084:
6589 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6590 PARAM_ZUINTEGER_UNLIMITED tests.
6591
1632f8ba
DR
65922018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6593
6594 PR rust/23124
6595 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6596 when casting.
6597
6d7bb824
TT
65982018-04-30 Tom Tromey <tom@tromey.com>
6599
6600 * gdb.python/py-type.exp: Check align attribute.
6601 * gdb.python/py-type.c: New "aligncheck" global.
6602
007e1530
TT
66032018-04-30 Tom Tromey <tom@tromey.com>
6604
6605 PR exp/17095:
6606 * gdb.dwarf2/dw2-align.exp: New file.
6607 * gdb.cp/align.exp: New file.
6608 * gdb.base/align.exp: New file.
6609 * lib/gdb.exp (gdb_int128_helper): New proc.
6610 (has_int128_c, has_int128_cxx): New caching procs.
6611
6873858b
TT
66122018-04-27 Tom Tromey <tom@tromey.com>
6613
6614 PR rust/22545:
6615 * gdb.rust/simple.exp: Add inclusive range tests.
6616
79188d8d
PA
66172018-04-26 Pedro Alves <palves@redhat.com>
6618
6619 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6620 ifunc breakpoint locations correctly of ifunc breakpoints set
6621 while the program resolves the ifunc.
6622
c7075ad5
PA
66232018-04-26 Pedro Alves <palves@redhat.com>
6624
6625 * gdb.base/gnu-ifunc-final.c: New file.
6626 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6627 * gdb.base/gnu-ifunc.exp (executable): Delete.
6628 (staticexecutable): Adjust.
6629 (lib_opts, exec_opts): Delete.
6630 (make_binsuffix, build, set-break): New procedures.
6631 (misc_tests): New, with tests factored out from the top level.
6632 (top level): Test different combinations of ifunc resolver name,
6633 resolver with and with debug info, and ifunc target with and
6634 without debug info. Wrap static tests with with_target_prefix.
6635
8388016d
PA
66362018-04-26 Pedro Alves <palves@redhat.com>
6637
6638 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6639 return type" warnings.
6640
249b5733
PA
66412018-04-25 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6644 killed".
6645 * gdb.base/kill-after-signal.exp: Likewise.
6646 * gdb.threads/kill.exp: Likewise.
6647
f67c0c91
SDJ
66482018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6649 Sergio Durigan Junior <sergiodj@redhat.com>
6650 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6653 regexps to expect for '[Inferior ... detached]' as well.
6654 * gdb.base/attach.exp: Likewise.
6655 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6656 "gdb_continue_to_end".
6657 (test_catch_syscall_with_wrong_args): Likewise.
6658 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6659 ']'. Don't set 'verbose' on.
6660 * gdb.base/foll-vfork.exp: Likewise.
6661 * gdb.base/fork-print-inferior-events.c: New file.
6662 * gdb.base/fork-print-inferior-events.exp: New file.
6663 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6664 '[Inferior ... has been killed]' message.
6665 * gdb.base/kill-after-signal.exp: Likewise.
6666 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6667 detach message.
6668 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6669 message.
6670 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6671 regexps to expect for '[Inferior ... detached]' as well.
6672 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6673
0a8ddac4
SM
66742018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6675
6676 PR gdb/23104
6677 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6678
701adfb0
PA
66792018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6680
6681 PR gdb/23095
6682 * gdb.base/break-probes.exp: Pass shlib_load to
6683 prepare_for_testing. Set normal_bp to r_debug_state if target is
6684 bsd.
6685
d27d16bf
RB
66862018-04-19 Richard Bunt <richard.bunt@arm.com>
6687
6688 * gdb.threads/multiple-successive-infcall.c: New test.
6689 * gdb.threads/multiple-successive-infcall.exp: New file.
6690
a037790e
TT
66912018-04-17 Tom Tromey <tom@tromey.com>
6692
6693 * gdb.rust/simple.rs (Union): New type.
6694 (main): New local "u".
6695 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6696
e3a91079
AA
66972018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6698
6699 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6700 number information in output of "whereis" command.
6701 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6702
b744723f
AA
67032018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6704
6705 * gdb.ada/info_types.exp: Adjust expected output to the line
6706 numbers now printed by "info var/func/type".
6707 * gdb.base/completion.exp: Likewise.
6708 * gdb.base/included.exp: Likewise.
6709 * gdb.cp/cp-relocate.exp: Likewise.
6710 * gdb.cp/cplusfuncs.exp: Likewise.
6711 * gdb.cp/namespace.exp: Likewise.
6712 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6713
4a4495d6
MM
67142018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6715
6716 * gdb.btrace/cpu.exp: New.
6717
1d509aa6
MM
67182018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6719
6720 * gdb.base/step-indirect-call-thunk.exp: New.
6721 * gdb.base/step-indirect-call-thunk.c: New.
6722 * gdb.reverse/step-indirect-call-thunk.exp: New.
6723 * gdb.reverse/step-indirect-call-thunk.c: New.
6724
6295b6da
SM
67252018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6726
6727 * gdb.base/pie-fork.c: New file.
6728 * gdb.base/pie-fork.exp: New file.
6729
50146e70
TT
67302018-04-11 Tom Tromey <tom@tromey.com>
6731
6732 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6733
f50d8a2e
PA
67342018-04-10 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6737 exits. Instead loop running forever.
6738 (fork_parent): Run forever too.
6739
a0be7a36
SM
67402018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6741
6742 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6743 mi_continue_to_line.
6744 * gdb.mi/mi-stack.c (callee4): Add comment.
6745
9b73db36
SM
67462018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6747
6748 * gdb.mi/mi-stack.exp: Fix indentation.
6749
c912f608
SM
67502018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6751
6752 PR gdb/22979
6753 * gdb.arch/amd64-osabi.exp: New file.
6754
26540402
SM
67552018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6756
6757 PR gdb/22980
6758 * gdb.base/osabi.exp: New file.
6759
121ad66c 67602018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6761
6762 * gdb.cp/static-typedef-print.exp: New file.
6763 * gdb.cp/static-typedef-print.cc: New file.
6764
3fcded8f
JB
67652018-03-27 Joel Brobecker <brobecker@adacore.com>
6766
6767 * gdb.ada/varsize_limit: New testcase.
6768
59cc4834
JB
67692018-03-27 Joel Brobecker <brobecker@adacore.com>
6770
6771 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6772
6773 * gdb.ada/notcplusplus: New testcase.
6774
6775 * gdb.base/c-linkage-name.c: New file.
6776 * gdb.base/c-linkage-name.exp: New testcase.
6777
4ca59a9f
TT
67782018-03-26 Tom Tromey <tom@tromey.com>
6779
6780 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6781 * gdb.python/py-framefilter.py (name_error): New global.
6782 (ErrorInName.function): Use name_error.
6783
978d6c75
TT
67842018-03-26 Tom Tromey <tom@tromey.com>
6785
6786 PR backtrace/15582:
6787 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6788
b7fee5a3
KS
67892018-03-23 Keith Seitz <keiths@redhat.com>
6790
6791 PR c++/22968
6792 * gdb.cp/subtypes.exp: New file.
6793 * gdb.cp/subtypes.h: New file.
6794 * gdb.cp/subtypes.cc: New file.
6795 * gdb.cp/subtypes-2.cc: New file.
6796
376be529
AB
67972018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6798
6799 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6800 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6801 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6802 -nostartfiles when compiling the test. Confirm that all registers
6803 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6804
066cfa98
AB
68052018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6806
6807 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6808 option, syntax was wrong anyway.
6809 * gdb.arch/arm-disp-step.exp: Likewise.
6810 * gdb.arch/sparc64-regs.exp: Likewise.
6811 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6812 option, syntax was wrong anyway, switch to use
6813 prepare_for_testing.
6814 * gdb.arch/i386-disp-step.exp: Likewise.
6815
079670b9
AA
68162018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6817
6818 * gdb.ada/exec_changed.exp: Replace "target_info exists
6819 use_gdb_stub" by "use_gdb_stub".
6820 * gdb.ada/start.exp: Likewise.
6821 * gdb.base/async-shell.exp: Likewise.
6822 * gdb.base/attach-pie-misread.exp: Likewise.
6823 * gdb.base/attach-wait-input.exp: Likewise.
6824 * gdb.base/break-entry.exp: Likewise.
6825 * gdb.base/break-interp.exp: Likewise.
6826 * gdb.base/dprintf-detach.exp: Likewise.
6827 * gdb.base/nostdlib.exp: Likewise.
6828 * gdb.base/solib-nodir.exp: Likewise.
6829 * gdb.base/statistics.exp: Likewise.
6830 * gdb.base/testenv.exp: Likewise.
6831 * gdb.mi/mi-exec-run.exp: Likewise.
6832 * gdb.mi/mi-start.exp: Likewise.
6833 * gdb.multi/dummy-frame-restore.exp: Likewise.
6834 * gdb.multi/multi-arch-exec.exp: Likewise.
6835 * gdb.multi/multi-arch.exp: Likewise.
6836 * gdb.multi/tids.exp: Likewise.
6837 * gdb.multi/watchpoint-multi.exp: Likewise.
6838 * gdb.python/py-events.exp: Likewise.
6839 * gdb.threads/attach-into-signal.exp: Likewise.
6840 * gdb.threads/attach-stopped.exp: Likewise.
6841 * gdb.threads/threadapply.exp: Likewise.
6842 * lib/selftest-support.exp: Likewise.
6843
26d6cec4
AA
68442018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6845
6846 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6847
4ee89e90
SR
68482018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6849
6850 * gdb.perf/template-breakpoints.cc: New file.
6851 * gdb.perf/template-breakpoints.exp: New file.
6852 * gdb.perf/template-breakpoints.py: New file.
6853
92630041
TT
68542018-03-19 Tom Tromey <tom@tromey.com>
6855
6856 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6857 y0.
6858 * gdb.rust/simple.exp: Test bare identifier form of struct
6859 initializer.
6860
76727919
TT
68612018-03-19 Tom Tromey <tom@tromey.com>
6862
6863 * gdb.gdb/observer.exp: Remove.
6864
194ed413
AA
68652018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6866
6867 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6868 "qualified" option when setting breakpoints.
6869 * gdb.trace/backtrace.exp: Likewise.
6870 * gdb.trace/circ.exp: Likewise.
6871 * gdb.trace/collection.exp: Likewise.
6872 * gdb.trace/disconnected-tracing.exp: Likewise.
6873 * gdb.trace/ftrace-lock.exp: Likewise.
6874 * gdb.trace/ftrace.exp: Likewise.
6875 * gdb.trace/infotrace.exp: Likewise.
6876 * gdb.trace/packetlen.exp: Likewise.
6877 * gdb.trace/passc-dyn.exp: Likewise.
6878 * gdb.trace/qtro.exp: Likewise.
6879 * gdb.trace/read-memory.exp: Likewise.
6880 * gdb.trace/report.exp: Likewise.
6881 * gdb.trace/signal.exp: Likewise.
6882 * gdb.trace/status-stop.exp: Likewise.
6883 * gdb.trace/strace.exp: Likewise.
6884 * gdb.trace/tfind.exp: Likewise.
6885 * gdb.trace/trace-break.exp: Likewise.
6886 * gdb.trace/trace-condition.exp: Likewise.
6887 * gdb.trace/trace-mt.exp: Likewise.
6888 * gdb.trace/tstatus.exp: Likewise.
6889 * gdb.trace/tsv.exp: Likewise.
6890 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6891 * gdb.trace/unavailable.exp: Likewise.
6892 * gdb.trace/while-dyn.exp: Likewise.
6893
8b067d2c
AA
68942018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6895
6896 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6897 that libinproctrace is copied to the target.
6898
3ae9ce5d
TT
68992018-03-14 Tom Tromey <tom@tromey.com>
6900
6901 PR cli/14977:
6902 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6903 a null pointer.
6904 * gdb.base/wchar.exp: Likewise.
6905
b8c2339b
TT
69062018-03-14 Tom Tromey <tom@tromey.com>
6907
6908 PR cli/19918:
6909 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6910 flag.
6911
4872dc46
SM
69122018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6913
6914 PR gdb/22841
6915 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6916 "target" to remote_exec.
6917
e4fe3756
SM
69182018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6919
6920 PR gdb/22841
6921 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6922 ${board}_upload): Remove.
6923
e95a97d4
AA
69242018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6925
6926 * gdb.cp/watch-cp.cc: New test.
6927 * gdb.cp/watch-cp.exp: New file.
6928
dbbb1059
AB
69292018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6930
6931 * gdb.base/infcall-nested-structs.exp: New file.
6932 * gdb.base/infcall-nested-structs.c: New file.
6933 * gdb.base/float.exp: Add riscv support.
6934
ecc054c0
TP
69352018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6936
6937 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6938 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6939
25e3c82c
SDJ
69402018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6941
6942 * gdb.server/abspath.exp: New file.
6943 * lib/gdb.exp (with_cwd): New procedure.
6944
3083294d
SM
69452018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6946
6947 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6948 use it.
6949 (gdb_is_target_remote_prompt): New proc.
6950 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6951 (gdb_is_target_native): Pass prompt parameter to
6952 gdb_is_target_1.
6953
3275ef47
SM
69542018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6955
6956 * gdb.base/load-command.c: New file.
6957 * gdb.base/load-command.exp: New file.
6958 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6959 (gdb_is_target_1): ...this, and generalize for other targets
6960 than just remote.
6961 (gdb_is_target_remote): Use gdb_is_target_1.
6962 (gdb_is_target_native): use gdb_is_target_1.
6963
6893c19a
TT
69642018-02-26 Tom Tromey <tom@tromey.com>
6965
6966 PR python/16497:
6967 * gdb.python/py-framefilter.exp: Update test.
6968
2ddeaf8a
TT
69692018-02-26 Tom Tromey <tom@tromey.com>
6970
6971 * gdb.dwarf2/variant.c: New file.
6972 * gdb.dwarf2/variant.exp: New file.
6973
c9317f21
TT
69742018-02-26 Tom Tromey <tom@tromey.com>
6975
6976 * gdb.rust/simple.exp: Accept more possible results in enum test.
6977
6f6d0c26
SM
69782018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6979
6980 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6981 parentheses.
6982
11b03145
MR
69832018-02-23 Maciej W. Rozycki <macro@mips.com>
6984
6985 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6986 name of a variable: $actual_linejj -> $actual_line.
6987
54a27fe5
JB
69882018-02-21 John Baldwin <jhb@FreeBSD.org>
6989
6990 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6991
de65820c
MM
69922018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6993
6994 * gdb.btrace/buffer-size.exp: Do not force BTS.
6995
980548fd
PA
69962018-02-14 Pedro Alves <palves@redhat.com>
6997
6998 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6999 getting a "Quit".
7000
c4e12631
MM
70012018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7002
7003 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7004 Fix test name.
7005
c2e0e465
SM
70062018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7007
7008 * gdb.cp/m-static.exp: Check type of optimized out static
7009 member.
7010
f7216783
AB
70112018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7012
7013 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7014 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7015
0625771b
LS
70162018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7017 Leszek Swirski <leszeks@google.com>
7018
7019 * gdb.python/py-prettyprint.c
7020 (struct to_string_returns_value_inner,
7021 struct to_string_returns_value_wrapper): New.
7022 (main): Add tsrvw variable.
7023 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7024 ToStringReturnsValueWrapper): New classes.
7025 (register_pretty_printers): Register new pretty-printers.
7026 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7027 recursive pretty printer.
7028 * gdb.python/py-mi.exp: Likewise.
7029
59498c30
LS
70302018-02-01 Leszek Swirski <leszeks@google.com>
7031
7032 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7033 functions with the same name as an include file are parsed
7034 correctly.
7035
d4d38844
YQ
70362018-02-01 Yao Qi <yao.qi@linaro.org>
7037
7038 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7039 "\[^\r\n\]*".
7040
07e5f5cf
NP
70412018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7042
7043 * gdb.arch/powerpc-prologue-frame.s: New file.
7044 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7045 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7046
929b5ad4
JB
70472018-01-31 Joel Brobecker <brobecker@adacore.com>
7048
7049 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7050
e671cd59
PA
70512018-01-30 Pedro Alves <palves@redhat.com>
7052
7053 PR gdb/13211
7054 * gdb.base/interrupt-daemon.c: New.
7055 * gdb.base/interrupt-daemon.exp: New.
7056 * gdb.multi/multi-term-settings.c: New.
7057 * gdb.multi/multi-term-settings.exp: New.
7058
fc413dc4
JB
70592018-01-30 Joel Brobecker <brobecker@adacore.com>
7060
7061 * gdb.base/break.exp: Save the location where the breakpoint
7062 on break.c:47 was actually inserted when debugging the version
7063 compiled at -O2 and use it in the expected output of the "info
7064 break" test performed soon after.
7065
5c319bb2
PA
70662018-01-22 Pedro Alves <palves@redhat.com>
7067 Sergio Durigan Junior <sergiodj@redhat.com>
7068
7069 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7070 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7071
a9e40818
JB
70722018-01-22 Joel Brobecker <brobecker@adacore.com>
7073
7074 * gdb.base/break-include.c, gdb.base/break-include.inc,
7075 gdb.base/break-include.exp: New files.
7076 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7077 line number now being the actual line number where the breakpoint
7078 was inserted.
7079 * gdb.mi/mi-break.exp: Likewise.
7080 * gdb.mi/mi-reverse.exp: Likewise.
7081 * gdb.mi/mi-simplerun.exp: Ditto.
7082
e707fc44
AB
70832018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7084
7085 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7086 varobj.
7087 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7088
ae451627
AB
70892018-01-21 Don Breazeal <donb@codesourcery.com>
7090 Andrew Burgess <andrew.burgess@embecosm.com>
7091
7092 * gdb.mi/basics.c: Add new global.
7093 * gdb.mi/mi-frame-regs.exp: New file.
7094 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7095 case.
7096
b1b189e0
AB
70972018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7098
7099 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7100 non-parameter, and on an unknown symbol.
7101
fcfcc376
TT
71022018-01-19 Tom Tromey <tom@tromey.com>
7103
7104 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7105 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7106
634c1c31
AA
71072018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7108
7109 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7110 setrlimit and chdir to int.
7111
d6ad07fd
AA
71122018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7113
7114 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7115 function.
7116 (my_tend): Likewise.
7117 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7118 rationale of avoiding FP- and vector instructions.
7119
adf8243b
RK
71202018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7121
7122 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7123 "info reg" with "\[ \t\]*".
7124 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7125 "\[ \t\]+".
7126 * gdb.arch/s390-multiarch.exp: Ditto.
7127 * gdb.base/pc-fp.exp: Ditto.
7128 * gdb.reverse/i386-precsave.exp: Ditto.
7129 * gdb.reverse/i386-reverse.exp: Ditto.
7130 * gdb.reverse/i387-env-reverse.exp: Ditto.
7131 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7132
dcc06925
AA
71332018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7134
7135 * lib/gdb.exp (gdb_compile): Re-enable use of
7136 universal_compile_options for languages other than Rust.
7137
25d4fd80
AA
71382018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7139
7140 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7141
ee7f689e 71422018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7143
7144 PR gdb/16577
7145 * gdb.base/solib-vanish.exp: New.
7146 * gdb.base/solib-vanish-main.c: New.
7147 * gdb.base/solib-vanish-lib1.c: New.
7148 * gdb.base/solib-vanish-lib2.c: New.
7149
d8447b6b
YQ
71502018-01-17 Yao Qi <yao.qi@linaro.org>
7151
7152 * gdb.compile/compile.exp: Match the address printed for
7153 frame in the output of command "bt".
7154
86d6a90c
TT
71552018-01-15 Tom Tromey <tom@tromey.com>
7156
7157 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7158 compute sp_reg.
7159
cbcdb1aa
AB
71602018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7161
7162 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7163 to prepare.
7164 (prepare): Return 0 on error, 1 on success.
7165
eea61984
PA
71662018-01-12 Pedro Alves <palves@redhat.com>
7167
7168 * gdb.base/continue-after-aborted-step-over.c: New.
7169 * gdb.base/continue-after-aborted-step-over.exp: New.
7170
6181e9c2
SM
71712018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7172
7173 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7174 options when not creating an executable.
7175
3cada740
PA
71762018-01-11 Pedro Alves <palves@redhat.com>
7177
7178 PR remote/22597
7179 * gdb.server/stop-reply-no-thread.c: New file.
7180 * gdb.server/stop-reply-no-thread.exp: New file.
7181
c63d3e8d
PA
71822018-01-10 Pedro Alves <palves@redhat.com>
7183
7184 PR gdb/22670
7185 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7186 functions too. Test setting breakpoints and printing C functions
7187 with no debug info too.
7188 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7189
d4c2a405
PA
71902018-01-10 Pedro Alves <palves@redhat.com>
7191
7192 PR gdb/22670
7193 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7194 a fail.
7195
8825213e
PA
71962018-01-10 Pedro Alves <palves@redhat.com>
7197
7198 PR gdb/22670
7199 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7200
605fd3c6
YQ
72012018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7202
7203 * gdb.server/unittest.exp: Match the output in non-development
7204 mode.
7205
1e5ded6c
YQ
72062018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7207
7208 * gdb.gdb/unittest.exp: Match output in non-development mode.
7209
30066b0b
JB
72102018-01-08 Joel Brobecker <brobecker@adacore.com>
7211
7212 * gdb.ada/access_tagged_param.exp: Relax expected output
7213 for value of "ObjL" in "continue" to pck.inspect breakpoint
7214 test.
7215
04bafb1e
XR
72162018-01-08 Joel Brobecker <brobecker@adacore.com>
7217
9f86398b
JB
7218 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7219 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7220
e379cee6
PA
72212018-01-05 Pedro Alves <palves@redhat.com>
7222
7223 PR gdb/18653
7224 * gdb.base/libsegfault.exp: New.
7225
de63c46b
PA
72262018-01-05 Joel Brobecker <brobecker@adacore.com>
7227
7228 PR gdb/22670
7229 * gdb.ada/access_tagged_param.exp: New file.
7230 * gdb.ada/access_tagged_param/foo.adb: New file.
7231
f98fc17b
PA
72322018-01-05 Pedro Alves <palves@redhat.com>
7233
7234 PR gdb/22670
7235 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7236 exercise lower case too, and to exercise both full matching and
7237 wild matching.
7238
342f8240
JB
72392018-01-05 Joel Brobecker <brobecker@adacore.com>
7240
7241 * gdb.ada/rename_subscript_param: New testcase.
7242
7150d33c
JG
72432018-01-05 Jerome Guitton <guitton@adacore.com>
7244
7245 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7246
cc0e770c
JB
72472018-01-05 Joel Brobecker <brobecker@adacore.com>
7248
7249 * gdb.ada/convvar_comp: New testcase.
7250
672a41aa 72512018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7252
7253 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7254 (My_Table): New global variable.
7255 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7256
7365ec2f
JB
72572018-01-04 Joel Brobecker <brobecker@adacore.com>
7258
7259 PR gdb/22670
7260 * gdb.ada/maint_with_ada: New testcase.
7261
289483b6
JB
72622018-01-04 Joel Brobecker <brobecker@adacore.com>
7263
7264 PR gdb/22670
7265 * gdb.ada/bp_c_mixed_case: New testcase.
7266
344420da
JB
72672018-01-04 Joel Brobecker <brobecker@adacore.com>
7268
7269 PR gdb/22670
7270 * gdb.ada/complete.exp: Add "complete break ada" test.
7271
66fc87a0
JB
72722018-01-04 Joel Brobecker <brobecker@adacore.com>
7273
7274 PR gdb/22670
7275 * gdb.ada/info_addr_mixed_case: New testcase.
7276
9f757bf7
XR
72772018-01-03 Xavier Roirand <roirand@adacore.com>
7278
7279 * gdb.ada/excep_handle.exp: New testcase.
7280 * gdb.ada/excep_handle/foo.adb: New file.
7281 * gdb.ada/excep_handle/pck.ads: New file.
7282
bd570f80
JB
72832018-01-03 Joel Brobecker <brobecker@adacore.com>
7284
7285 * gdb.base/step-line.c: Add extra empty line in copyright header.
7286 * gdb.base/step-line.inp: Likewise.
7287
9fe561ab
JB
72882018-01-02 Joel Brobecker <brobecker@adacore.com>
7289
7290 * gdb.ada/dyn_stride.exp: Add slice test.
7291
a405673c
JB
72922018-01-02 Joel Brobecker <brobecker@adacore.com>
7293
7294 * gdb.ada/dyn_stride: New testcase.
7295
cef0f868
SH
72962017-12-27 Stafford Horne <shorne@gmail.com>
7297
7298 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7299 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7300
b67d92b0
SH
73012017-12-27 Stafford Horne <shorne@gmail.com>
7302
7303 * gdb.base/reggroups.c: New file.
7304 * gdb.base/reggroups.exp: New file.
7305
eccab96d
JB
73062017-12-18 Joel Brobecker <brobecker@adacore.com>
7307
7308 * gdb.dwarf2/ada-valprint-error.c: New file.
7309 * gdb.dwarf2/ada-valprint-error.exp: New file.
7310
0e2da9f0
JB
73112017-12-18 Joel Brobecker <brobecker@adacore.com>
7312
7313 * gdb.ada/assign_arr: New testcase.
7314
cb923fcc
XR
73152017-12-18 Xavier Roirand <roirand@adacore.com>
7316
7317 * gdb.ada/funcall_ptr: New testcase.
7318
7c161838
SDJ
73192017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7320
7321 PR cli/16224
7322 * gdb.base/ptype-offsets.cc: New file.
7323 * gdb.base/ptype-offsets.exp: New file.
7324
1af17fd9
YQ
73252017-12-15 Yao Qi <yao.qi@linaro.org>
7326
7327 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7328 if XML is disabled.
7329
828d5846
XR
73302017-12-15 Xavier Roirand <roirand@adacore.com>
7331
7332 * gdb.ada/same_component_name: New testcase.
7333
79e8fcaa
JB
73342017-12-14 Joel Brobecker <brobecker@adacore.com>
7335
7336 * gdb.ada/str_binop_equal: New testcase.
7337
e05fa6f9
JB
73382017-12-14 Joel Brobecker <brobecker@adacore.com>
7339
7340 * gdb.ada/task_switch_in_core: New testcase.
7341
b89641ba
SM
73422017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7343
7344 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7345 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7346 call test_bkpt_qualified.
7347 (test_bkpt_qualified): New proc.
7348
6892d2e4
PA
73492017-12-13 Pedro Alves <palves@redhat.com>
7350
7351 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7352 Tighten regexp by matching with an anchor.
7353
a22ecf70
PA
73542017-12-13 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7357 ("expression with namespace"): New set of tests.
7358 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7359 (Nested::Test_NS::qux): New.
7360 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7361 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7362
9937536c
JB
73632017-12-13 Joel Brobecker <brobecker@adacore.com>
7364
7365 * gdb.base/server-del-break.c: New file.
7366 * gdb.base/server-del-break.exp: New file.
7367
fe49c6f5
SH
73682017-12-12 Stafford Horne <shorne@gmail.com>
7369
7370 * gdb.xml/tdesc-regs.exp: Add or1k support.
7371
c3d18620
SH
73722017-12-12 Stafford Horne <shorne@gmail.com>
7373
7374 * gdb.base/bp-permanent.c: Define nop of or1k.
7375
c5f9cfc8
JB
73762017-12-11 Joel Brobecker <brobecker@adacore.com>
7377
7378 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7379 output with components being reordered.
7380
a9c135fc
JB
73812017-12-11 Joel Brobecker <brobecker@adacore.com>
7382
7383 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7384 output with components being reordered.
7385
927aa2e7
JK
73862017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7387 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.base/maint.exp (check for .gdb_index): Check also for
7390 .debug_names.
7391 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7392 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7393 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7394 (.gdb_index used after symbol reloading): Support also .debug_names.
7395 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7396
f17d9474
YQ
73972017-12-08 Yao Qi <yao.qi@linaro.org>
7398
7399 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7400 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7401
a0de8c21
YQ
74022017-12-08 Yao Qi <yao.qi@linaro.org>
7403
7404 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7405 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7406
a738ea1d
YQ
74072017-12-08 Yao Qi <yao.qi@linaro.org>
7408
7409 * gdb.arch/aarch64-tagged-pointer.c: New file.
7410 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7411
1cd9a73b
SDJ
74122017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7413
7414 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7415 "int".
7416
fa6eb693
KS
74172017-12-07 Keith Seitz <keiths@redhat.com>
7418
7419 PR breakpoints/22569
7420 * gdb.linespec/ls-errs.exp: Change expected result of "break
7421 -source this file has spaces.c -line 3".
7422 Check that an explicit source file followed by whitespace is
7423 identified as an invalid explicit location.
7424
883fd55a
KS
74252017-12-07 Keith Seitz <keiths@redhat.com>
7426
7427 * gdb.cp/nested-types.cc: New file.
7428 * gdb.cp/nested-types.exp: New file.
7429 * lib/cp-support.exp: Load data-structures.exp library.
7430 (debug_cp_test_ptype_class): New global.
7431 (cp_ptype_class_verbose, next_line): New procedures.
7432 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7433 Add and document new return value.
7434 Switch the list of lines to a queue.
7435 Add support for new `type' key for nested type definitions.
7436 Add debugging/troubleshooting messages.
7437 * lib/data-structures.exp: New file.
7438
ec72db3e
SM
74392017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7440
7441 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7442 with proc_with_prefix, don't use with_test_prefix.
7443
99598d71
TT
74442017-12-07 Tom Tromey <tom@tromey.com>
7445
7446 * gdb.base/break.exp: Add test for empty "commands".
7447
a8806230
YQ
74482017-12-07 Yao Qi <yao.qi@linaro.org>
7449
7450 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7451 malloc and catch syscall.
7452
824cc835
PM
74532017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7454
e79be6e5 7455 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7456 tests for explicit locations.
7457
7cc244de
PA
74582017-12-06 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7461 force-disabling XML descriptions.
7462
50a1fdd5
PA
74632017-12-04 Pedro Alves <palves@redhat.com>
7464
7465 PR gdb/22499
7466 * gdb.arch/amd64-disp-step-avx.S: New file.
7467 * gdb.arch/amd64-disp-step-avx.exp: New file.
7468
f0fb2488
PA
74692017-12-03 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7472 and <string.h>.
7473 (parent_function): Print distinct messages when waitpid fails, or
7474 the child exits with a signal, or the child exits for an unhandled
7475 reason.
7476 * gdb.threads/process-dies-while-detaching.exp
7477 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7478 it. Wait for both inferior output and GDB's prompt. Use an
7479 indirect spawn id list.
7480 (do_detach): New parameter 'child_exit'. Use it to compute
7481 expected inferior output.
7482 (test_detach, test_detach_watch, test_detach_killed_outside):
7483 Adjust to pass down the expected child exit kind.
7484
97cbe998
SDJ
74852017-12-01 Joel Brobecker <brobecker@adacore.com>
7486 Sergio Durigan Junior <sergiodj@redhat.com>
7487 Pedro Alves <palves@redhat.com>
7488
7489 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7490
40fc416f
SDJ
74912017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7492
7493 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7494 to 'symbol-file' and 'add-symbol-file' can be
7495 position-independent.
7496
1cc75e92
YQ
74972017-12-01 Yao Qi <yao.qi@linaro.org>
7498
7499 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7500 the URL in copyright header.
7501 * gdb.arch/aarch64-fp.exp: Likewise.
7502 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7503 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7504 * gdb.base/expand-psymtabs.exp: Likewise.
7505 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7506 * gdb.fortran/common-block.exp: Likewise.
7507 * gdb.fortran/common-block.f90: Likewise.
7508 * gdb.fortran/logical.exp: Likewise.
7509 * gdb.fortran/vla-datatypes.f90: Likewise.
7510 * gdb.fortran/vla-sub.f90: Likewise.
7511
875fb7a7
JB
75122017-11-30 Joel Brobecker <brobecker@adacore.com>
7513
7514 * gdb.ada/repeat_dyn: New testcase.
7515
6f14765f
UW
75162017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7517
7518 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7519 Update for changed thread numbering.
7520 * gdb.cell/bt.exp: Update for changed GDB output.
7521
f1af7b94
SM
75222017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7523
7524 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7525 setting isremote by hand.
7526 * boards/dwarf4-gdb-index.exp: Likewise.
7527 * boards/fission.exp: Likewise.
7528 * boards/stabs.exp: Likewise.
7529
e3919f3e
PA
75302017-11-30 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.linespec/cpls-ops.exp
7533 (check_explicit_skips_function_argument): Extract the underlying
7534 type of size_t instead of hardcoding it.
7535
bd69330d
PA
75362017-11-29 Pedro Alves <palves@redhat.com>
7537
7538 PR c++/19436
7539 * gdb.linespec/cpls-abi-tag.cc: New file.
7540 * gdb.linespec/cpls-abi-tag.exp: New file.
7541
a20714ff
PA
75422017-11-29 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.base/langs.exp: Use -qualified.
7545 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7546 it.
7547 * gdb.cp/namespace.exp: Use -qualified.
7548 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7549 (overload-3, template-overload, template-ret-type, const-overload)
7550 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7551 procedures.
7552 (test_driver): Call them.
7553 * gdb.cp/save-bp-qualified.cc: New.
7554 * gdb.cp/save-bp-qualified.exp: New.
7555 * gdb.linespec/explicit.exp: Test -qualified.
7556 * lib/completion-support.exp (completion::explicit_opts_list): Add
7557 "-qualified".
7558 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7559
f6f1d339
PM
75602017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7561
7562 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7563
02ca603a
TT
75642017-11-29 Tom Tromey <tom@tromey.com>
7565
7566 * gdb.base/relocate.exp: Update invalid argument test.
7567 Add new tests for invalid arguments.
7568
ed6c0bfb
TP
75692017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7570
7571 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7572 Return 0 as a long.
7573 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7574
f106e10e
TP
75752017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7576
7577 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7578 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7579 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7580 func ().
7581 * gdb.cp/shadow.cc (B.func): Return 0.
7582
10329bb2
JB
75832017-11-27 Joel Brobecker <brobecker@adacore.com>
7584
7585 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7586 expected output in gdb_expect call to allow the exception
7587 message to be present as well. Fix syntax confusion to avoid
7588 TCL thinking that exception_name is an array.
7589
617cd4bc
UW
75902017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7591
7592 * gdb.arch/spu-info.c: Include <unistd.h>.
7593 (do_signal_test): Fix broken calls to write.
7594 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7595 Fix checks for empty mailboxes. Update signal tests for corrected
7596 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7597 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7598 * gdb.cell/arch.exp: Use standard_output_file.
7599 * gdb.cell/break.exp: Likewise.
7600 * gdb.cell/bt.exp: Likewise.
7601 * gdb.cell/core.exp: Likewise.
7602 * gdb.cell/dwarfaddr.exp: Likewise.
7603 * gdb.cell/ea-cache.exp: Likewise.
7604 * gdb.cell/ea-standalone.exp: Likewise.
7605 * gdb.cell/f-regs.exp: Likewise.
7606 * gdb.cell/fork.exp: Likewise.
7607 * gdb.cell/gcore.exp: Likewise.
7608 * gdb.cell/mem-access.exp: Likewise.
7609 * gdb.cell/ptype.exp: Likewise.
7610 * gdb.cell/registers.exp: Likewise.
7611 * gdb.cell/sizeof.exp: Likewise.
7612 * gdb.cell/solib-symbol.exp: Likewise.
7613 * gdb.cell/solib.exp: Likewise.
617cd4bc 7614
a81aaca0
PA
76152017-11-25 Pedro Alves <palves@redhat.com>
7616
7617 * gdb.base/complete-empty.exp: New file.
7618 * gdb.base/completion.exp: Adjust.
7619
6a3c6ee4
PA
76202017-11-25 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.linespec/cpls-ops.cc: New file.
7623 * gdb.linespec/cpls-ops.exp: New file.
7624 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7625 factored out from ...
7626 (test_complete_prefix_range): ... this.
7627
8955eb2d
PA
76282017-11-24 Pedro Alves <palves@redhat.com>
7629
7630 * gdb.linespec/cpcompletion.exp: New file.
7631 * gdb.linespec/cpls-hyphen.cc: New file.
7632 * gdb.linespec/cpls.cc: New file.
7633 * gdb.linespec/cpls2.cc: New file.
7634 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7635 test to use test_gdb_complete_unique. Add label completion,
7636 keyword completion and explicit location completion tests.
7637 * lib/completion-support.exp: New file.
7638
e547c119
JB
76392017-11-24 Joel Brobecker <brobecker@adacore.com>
7640
7641 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7642 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7643 when hitting an exception catchpoint.
7644
7c3c1aa8
YQ
76452017-11-22 Yao Qi <yao.qi@linaro.org>
7646
7647 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7648
41bd68f5
SM
76492017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7650
7651 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7652 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7653 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7654
1daad298
YQ
76552017-11-22 Yao Qi <yao.qi@linaro.org>
7656
7657 * gdb.base/info-os.exp: Pass pthreads.
7658 * gdb.multi/multi-attach.exp: Likewise.
7659
88465e87
YQ
76602017-11-22 Yao Qi <yao.qi@linaro.org>
7661
7662 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7663 compiler.
7664
dc196b23
YQ
76652017-11-22 Yao Qi <yao.qi@linaro.org>
7666
7667 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7668 * gdb.base/break-interp.exp: Likewise.
7669 * gdb.base/jit-attach-pie.exp: Likewise.
7670
2400729e
UW
76712017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7672
7673 * gdb.base/float128.c (large128): New variable.
7674 * gdb.base/float128.exp: Add test to print largest __float128 value.
7675
7a26362d
UW
76762017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7677
7678 * gdb.arch/vsx-regs.exp: Update register content checks.
7679
ed0f4273
UW
76802017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7681
7682 * gdb.arch/ppc-longdouble.exp: New file.
7683 * gdb.arch/ppc-longdouble.c: Likewise.
7684
a25d69c6
PA
76852017-11-21 Pedro Alves <palves@redhat.com>
7686
7687 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7688
73fcf641
PA
76892017-11-20 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7692 (long_double_typedef): New typedefs.
7693 Use DEF on double and long double.
7694 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7695 cases.
7696 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7697 and 'long_double_ptr_same_size' locals. Use them to decide
7698 whether cast from array/function to float is valid/invalid.
7699
71a3c369
TT
77002017-11-17 Tom Tromey <tom@tromey.com>
7701
7702 * gdb.rust/traits.rs: New file.
7703 * gdb.rust/traits.exp: New file.
7704
ced9779b
JB
77052017-11-17 Joel Brobecker <brobecker@adacore.com>
7706
7707 * gdb.ada/minsyms: New testcase.
7708
a0922d80
PA
77092017-11-16 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7712 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7713
ea04e54c
PA
77142017-11-16 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7717 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7718
e849ea89
PA
77192017-11-16 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.server/reconnect-ctrl-c.c: New file.
7722 * gdb.server/reconnect-ctrl-c.exp: New file.
7723
d8ae99a7
PM
77242017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7725
7726 * gdb.python/py-rbreak.exp: New file.
7727 * gdb.python/py-rbreak.c: New file.
7728 * gdb.python/py-rbreak-func2.c: New file.
7729
968a13f8
PA
77302017-11-16 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7733 pattern.
7734 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7735 GDB.
7736
71774bc9
SM
77372017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7738
7739 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7740 regex.
7741
ddbb44cf
SM
77422017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7743
7744 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7745 test names.
7746
584a564f
PA
77472017-11-09 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7750 factored out from ...
7751 (top level): ... here, and adjusted to avoid expecting beyond the
7752 prompt in a single gdb_test_multiple.
7753
5ed7a928
PA
77542017-11-09 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7757 output.
7758 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7759 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7760 * gdb.server/ext-run.exp ("kill" test): Likewise.
7761 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7762
a60e0738
PA
77632017-11-09 Pedro Alves <palves@redhat.com>
7764
7765 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7766 match till end of line.
7767
2c88253f
PA
77682017-11-09 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7771
c7a38517
PA
77722017-11-09 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7775 New procedures, factored out from ...
7776 (top level): ... here, and adjusted to avoid expecting beyond the
7777 prompt in one go.
7778
f29f4b6b
PA
77792017-11-09 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7782 output. Fix '?' match.
7783
286acbb5
JB
77842017-11-08 Joel Brobecker <brobecker@adacore.com>
7785
7786 * gdb.ada/scoped_watch: New testcase.
7787 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7788 which is actually correct.
7789 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7790 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7791
62d7ae92
PA
77922017-11-08 Pedro Alves <palves@redhat.com>
7793
7794 * gdb.gdb/complaints.exp (test_initial_complaints)
7795 (test_serial_complaints, test_short_complaints): Call
7796 complaint_internal instead of complaint.
7797
280ca31f
DT
77982017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7799
7800 * gdb.threads/tls-core.c: New file.
7801 * gdb.threads/tls-core.exp: Likewise.
7802
b5ec771e
PA
78032017-11-08 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7806 (p Exported_Capitalized): New test.
7807 (p exported_capitalized): New test.
7808
a02b41a7
PA
78092017-11-07 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7812
95e95a6d
PA
78132017-11-07 Pedro Alves <palves@redhat.com>
7814
7815 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7816 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7817 (disable_invalid, disable_inverted, disable_negative): New
7818 procedures.
7819 ("bad numbers"): New set of tests.
7820
cee62dbd
PA
78212017-11-07 Pedro Alves <palves@redhat.com>
7822
7823 * gdb.cp/ena-dis-br-range.exp: Add tests.
7824
cc638e86
PA
78252017-11-07 Pedro Alves <palves@redhat.com>
7826
7827 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7828
d0fe4701
XR
78292017-11-07 Xavier Roirand <roirand@adacore.com>
7830 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/ena-dis-br.exp: Add reference to
7833 gdb.cp/ena-dis-br-range.exp.
7834 * gdb.cp/ena-dis-br-range.exp: New file.
7835 * gdb.cp/ena-dis-br-range.cc: New file.
7836
46f67f80
PA
78372017-11-06 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/attach-non-pgrp-leader.c: New.
7840 * gdb.base/attach-non-pgrp-leader.exp: New.
7841
726e1356
PA
78422017-11-06 Pedro Alves <palves@redhat.com>
7843
7844 * configure.ac: No longer check for termio.h and sgtty.h.
7845 * configure: Regenerate.
7846 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7847 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7848 Remove termio and sgtty code.
7849
50ab6ace
YQ
78502017-11-03 Yao Qi <yao.qi@linaro.org>
7851
7852 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7853 in GDB is disabled.
7854
8e68731c
YQ
78552017-11-03 Yao Qi <yao.qi@linaro.org>
7856
7857 * gdb.python/py-thrhandle.exp: Skip it if python is not
7858 enabled.
7859
3a87ae65
SM
78602017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7861
7862 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7863 as a breakpoint command.
7864
484d8d36
MD
78652017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7866
7867 PR python/21213
7868 * gdb.python/py-infthread.exp: Test calling
7869 InferiorThread.inferior () multiple times in a row.
7870
4a27f119
KS
78712017-10-27 Keith Seitz <keiths@redhat.com>
7872
7873 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7874 Test "info break" for every inlined function breakpoint.
7875
bb11dd58
YQ
78762017-10-27 Yao Qi <yao.qi@linaro.org>
7877
7878 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7879
a43f3893
PF
78802017-10-26 Patrick Frants <osscontribute@gmail.com>
7881
7882 * gdb.cp/classes.exp (test_static_members): Test printing
7883 Outer::instance.
7884 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7885 (Inner::instance, Outer::instance): New.
7886
792ccf00
PA
78872017-10-24 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7890 extra console" test in two stages.
7891
eb2bfbad
PA
78922017-10-24 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7895
1f75a651
PA
78962017-10-24 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7899 loop.
7900
779990d9
PA
79012017-10-24 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7904 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7905
ad9b8f5d
PA
79062017-10-24 Pedro Alves <palves@redhat.com>
7907
7908 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7909 parameter and handle it. Don't output read value in test name.
7910
fee6da6e
PA
79112017-10-24 Pedro Alves <palves@redhat.com>
7912
7913 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7914 custom test name.
7915
10389c2c
PA
79162017-10-24 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7919 include the unstable output directory name in the test's name.
7920 (initial_setup_simple) <'set args'>: Use custom test name.
7921
a80e65a9
PA
79222017-10-24 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7925 with explicit test name.
7926
15763a09
PA
79272017-10-20 Pedro Alves <palves@redhat.com>
7928
7929 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7930 'wait -i'. Use gdb_assert and remote_close.
7931
49a4ce2e
AB
79322017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7933
7934 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7935 number from variable rather than hard-coded.
7936
a75868f5
PA
79372017-10-19 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.base/long-inferior-output.c: New file.
7940 * gdb.base/long-inferior-output.exp: New file.
7941
c8ba13ad
KS
79422017-11-18 Keith Seitz <keiths@redhat.com>
7943
7944 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7945 method.
7946 (main): Call it.
7947 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7948 Add additional user-defined conversion operator tests.
7949
b27de576
PA
79502017-10-17 Pedro Alves <palves@redhat.com>
7951
7952 * boards/native-stdio-gdbserver.exp: Load "local-board".
7953
8484c955
PA
79542017-10-17 Pedro Alves <palves@redhat.com>
7955
7956 * gdb.base/quit-live.c: New file.
7957 * gdb.base/quit-live.exp: New file.
7958
83d5a34d
KS
79592017-10-16 Keith Seitz <keiths@redhat.com>
7960
7961 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7962 (class_with_protected_typedef, class_with_private_typedef)
7963 (struct_with_public_typedef, struct_with_protected_typedef)
7964 (struct_with_private_typedef): New classes/structs.
7965 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7966 typedefs and access specifiers.
7967
739b3f1d
PA
79682017-10-16 Pedro Alves <palves@redhat.com>
7969 Simon Marchi <simon.marchi@polymtl.ca>
7970
7971 * README (Local vs Remote vs Native): New section.
7972 * boards/local-board.exp: New file, with bits factored out from
7973 ...
7974 * boards/native-extended-gdbserver.exp: ... here. Load
7975 "local-board".
7976 * boards/native-gdbserver.exp: Load "local-board".
7977 (${board}_spawn, ${board}_exec): Delete.
7978 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7979 ...
7980 * boards/stdio-gdbserver-base.exp: ... this new file.
7981 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7982 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7983 procedure.
7984 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7985 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7986 stdio_gdbserver_command.
7987 (${board}_get_remote_address, ${board}_get_comm_port)
7988 (${board}_download, ${board}_upload): Delete.
7989 (get_target_remote_pipe_cmd): New.
7990
fe68b953
SM
79912017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7992
7993 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7994 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7995 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7996 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7997 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7998 remove with_test_prefix.
7999
300b6685
PA
80002017-10-13 Pedro Alves <palves@redhat.com>
8001
8002 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8003 * gdb.base/annota1.exp: Use it instead of is_remote.
8004 * gdb.base/annota3.exp: Use it instead of is_remote.
8005 * gdb.cp/annota2.exp: Use it instead of is_remote.
8006 * gdb.cp/annota3.exp: Use it instead of is_remote.
8007 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8008
50500caf
PA
80092017-10-13 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8012 (test_num_test_vars, run_and_count_vars, find_env)
8013 (test_set_unset_env, test_inherit_env_var): New procedures.
8014 (top level): Use them.
8015
dad0c6d2
PA
80162017-10-13 Pedro Alves <palves@redhat.com>
8017
8018 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8019 also skip on stub-like targets.
8020
8b0553c1
PA
80212017-10-13 Pedro Alves <palves@redhat.com>
8022
8023 PR gdb/22293
8024 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8025 (top level): Move some tests to ...
8026 (test_not_found): ... this new procedure.
8027 (top level): Call it.
8028
7594f623
PA
80292017-10-13 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8032 expect different "info terminal" output if testing with a
8033 non-native target.
8034
ebe3b402
PA
80352017-10-13 Pedro Alves <palves@redhat.com>
8036 Simon Marchi <simon.marchi@polymtl.ca>
8037
8038 PR python/12966
8039 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8040
42f1b161
PA
80412017-10-13 Pedro Alves <palves@redhat.com>
8042
8043 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8044 already.
8045
8d6ef72b
PA
80462017-10-13 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8049 is_remote.
8050
d7bcd5b8
PA
80512017-10-13 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8054 is_remote.
8055
df479dc6
PA
80562017-10-13 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8059 is set.
8060 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8061 instead of is_remote.
8062
23fb630a
PA
80632017-10-13 Pedro Alves <palves@redhat.com>
8064
8065 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8066 (top level): Add comment.
8067
cc77b1dc
PA
80682017-10-13 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.base/remote.exp (top level): Fix comment typo and add
8071 missing return.
8072
27c9e813
PA
80732017-10-13 Pedro Alves <palves@redhat.com>
8074 Simon Marchi <simon.marchi@polymtl.ca>
8075
8076 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8077 calls and add comments. Skip test if use_gdb_stub is set.
8078 (top level): Use "set cwd" command instead of "cd" command.
8079
5e830d98
PA
80802017-10-13 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8083 is_remote target check.
8084
f5ca0032
PA
80852017-10-13 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.base/scope.exp: Use build_executable + clean_restart +
8088 gdb_file_cmd instead of prepare_for_testing and no longer skip
8089 "before run" tests on is_remote target boards. Update comments.
8090 * boards/native-extended-gdbserver.exp
8091 (extended_gdbserver_load_last_file): New, factored out from ...
8092 (gdb_load): ... this. Move further below and add comment.
8093 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8094
8aed1c0d
PA
80952017-10-12 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/attach.exp: Remove references to gdb64.
8098 * gdb.base/dbx.exp: Remove references to gdb64.
8099
cfa34c87
SM
81002017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8101 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.base/label.exp: Remove is_remote target check.
8104
9192b7de
PA
81052017-10-12 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/auvx.exp (coredir): Update comment.
8108 (top level) <core_works>: Use "set cwd" command instead of "cd"
8109 command.
8110
6bf0052d
PA
81112017-10-12 Pedro Alves <palves@redhat.com>
8112 Simon Marchi <simon.marchi@polymtl.ca>
8113
8114 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8115 target boards.
8116
e48ef82d
PA
81172017-10-12 Pedro Alves <palves@redhat.com>
8118 Simon Marchi <simon.marchi@polymtl.ca>
8119
8120 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8121 Instead skip if there's any gdb_protocol set.
8122
8d7aea57
SM
81232017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8124 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8127
30440677
PA
81282017-10-12 Pedro Alves <palves@redhat.com>
8129 Simon Marchi <simon.marchi@polymtl.ca>
8130
8131 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8132 instead of on dejagnu remote boards.
8133
4e04f045 81342017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8135 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8136
8137 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8138 checks. Use build_executable + clean_restart instead of
8139 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8140 of enabling non-stop after starting gdb.
8141
871a186e
PA
81422017-10-12 Pedro Alves <palves@redhat.com>
8143
8144 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8145 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8146 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8147 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8148
56d704da
AK
81492017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8150
8151 * gdb.arch/arc-tdesc-cpu.exp: New file.
8152 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8153
2f20e312
SM
81542017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8155
8156 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8157
65630365
PA
81582017-10-10 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8161 expect CLI output.
8162
bf469271
PA
81632017-10-10 Pedro Alves <palves@redhat.com>
8164
8165 * lib/selftest-support.exp (selftest_setup): Update for
8166 captured_command_loop's prototype change.
8167
777a42f1
PA
81682017-10-09 Pedro Alves <palves@redhat.com>
8169
8170 Test both arch1=>arch2 and arch2=>arch1.
8171
8172 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8173 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8174 factored out to...
8175 (append_arch1_options, append_arch2_options, append_arch_options)
8176 (build_executables): New procedures.
8177 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8178 local.
8179 (top level): Add new 'first_arch' testing axis.
8180
cbd2b4e3
PA
81812017-10-09 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8184 (barrier): New.
8185 (thread_start, all_started): New functions.
8186 (main): Spawn new thread and wait until it is scheduled.
8187 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8188 option.
8189 (do_test): Add 'selected_thread' parameter. Run to all_started
8190 instead of main. Explicitly set the breakpoint at main. Switch
8191 to the SELECTED_THREAD thread.
8192 (top level): Test handling the exec event with either the main
8193 thread or the second thread selected.
8194
5c9e4427
PA
81952017-10-09 Pedro Alves <palves@redhat.com>
8196
8197 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8198 logic. Move STOP marker after the value checks.
8199 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8200 regexp.
8201
b3b7c423
SL
82022017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8203
8204 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8205
3b4b2f16
UW
82062017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8207
8208 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8209 integer-to-dfp conversion.
8210 * gdb.base/dfp-test.exp: Likewise.
8211
5cd63fda
PA
82122017-10-04 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.multi/hangout.c: Include <unistd.h>.
8215 (hangout_loop): New function.
8216 (main): Call alarm. Call hangout_loop in a loop.
8217 * gdb.multi/hello.c: Include <unistd.h>.
8218 (hello_loop): New function.
8219 (main): Call alarm. Call hangout_loop in a loop.
8220 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8221 inferior with the other selected.
8222
4c71c105
SM
82232017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8224
8225 * gdb.mi/list-thread-groups-available.exp: New file.
8226 * gdb.mi/list-thread-groups-available.c: New file.
8227
bc3b087d
SDJ
82282017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8229
8230 * gdb.base/set-cwd.exp: Make it available on
8231 native-extended-gdbserver.
8232
d092c5a2
SDJ
82332017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8234
8235 * gdb.base/set-cwd.c: New file.
8236 * gdb.base/set-cwd.exp: Likewise.
8237
45320ffa
TT
82382017-10-02 Tom Tromey <tom@tromey.com>
8239
8240 PR rust/22236:
8241 * gdb.rust/simple.rs (main): New variable "fslice".
8242 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8243
b3e3859b
TT
82442017-10-02 Tom Tromey <tom@tromey.com>
8245
8246 * gdb.rust/simple.exp: Test ptype of a slice.
8247
01af5e0d
TT
82482017-10-02 Tom Tromey <tom@tromey.com>
8249
8250 * gdb.rust/simple.exp: Test index of slice.
8251
a9bbfbd8
TT
82522017-09-27 Tom Tromey <tom@tromey.com>
8253
8254 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8255
df8899e5
TP
82562017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8257 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.base/compare-sections.exp (get value of read-only section): Read
8260 as unsigned value.
8261 (corrupt read-only section): Likewise and don't set written if patching
8262 failed.
8263
757bf54b
KB
82642017-09-21 Kevin Buettner <kevinb@redhat.com>
8265
8266 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8267 files.
8268
06871ae8
PA
82692017-09-20 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8272 symbol names in gdb's output.
8273 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8274
e5f25bc5
PA
82752017-09-20 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8278 Rename to ...
8279 (test_list_ambiguous_symbol): ... this and add a symbol name
8280 parameter. Adjust.
8281 (test_list_ambiguous_function): Reimplement on top of
8282 test_list_ambiguous_symbol and also test listing ambiguous
8283 variables.
8284 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8285 (ambiguous_fun): ... this.
8286 (ambiguous_var): New.
8287 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8288 (ambiguous_fun): ... this.
8289 (ambiguous_var): New.
8290
4e5a4f58
JB
82912017-09-19 John Baldwin <jhb@FreeBSD.org>
8292
8293 * gdb.base/starti.c: New file.
8294 * gdb.base/starti.exp: New file.
8295 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8296
26e53f3e
PA
82972017-09-14 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8300 (top level): Use it instead of runto.
8301
cb791d59
TT
83022017-09-11 Tom Tromey <tom@tromey.com>
8303
8304 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8305
7c96f8c1
TT
83062017-09-11 Tom Tromey <tom@tromey.com>
8307
8308 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8309 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8310
469412dd
CW
83112017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8312
8313 * gdb.fortran/printing-types.exp: New file.
8314 * gdb.fortran/printing-types.exp: New file.
8315
e0f86435
BH
83162017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8317
8318 * gdb.fortran/vla-ptype.exp: Fix typos.
8319 * gdb.fortran/vla-value.exp: Same.
8320
9e9af4be
BH
83212017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8322
8323 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8324 * gdb.mi/mi-var-child-f.exp: Likewise.
8325 * gdb.mi/mi-vla-fortran.exp: Likewise.
8326
a5ad232b 83272017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8328 Christoph Weinmann <christoph.t.weinmann@intel.com>
8329 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8330
8331 * gdb.fortran/ptr-indentation.f90: New file.
8332 * gdb.fortran/ptr-indentation.exp: New file.
8333
5aec60eb
TT
83342017-09-05 Tom Tromey <tom@tromey.com>
8335
8336 PR gdb/22010:
8337 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8338
8f8f8152
TP
83392017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8340
8341 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8342
fbd1b771
JK
83432017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8344
8345 * gdb.threads/tls-nodebug-pie.c: New file.
8346 * gdb.threads/tls-nodebug-pie.exp: New file.
8347
5eb5f850
TT
83482017-09-05 Tom Tromey <tom@tromey.com>
8349
8350 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8351 for rust.
8352
ae780a21
SM
83532017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8354
8355 * gdb.multi/multi-arch-exec.exp: Test with different
8356 "follow-exec-mode" settings.
8357 (do_test): New procedure.
8358
3693fdb3
PA
83592017-09-04 Pedro Alves <palves@redhat.com>
8360
8361 * gdb.base/func-static.c (S::method const, S::method volatile)
8362 (S::method volatile const): New methods.
8363 (c_s, v_s, cv_s): New instances.
8364 (main): Call method() on them.
8365 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8366 (cannot_resolve): New procedure.
8367 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8368 print-quote-unquoted columns.
8369 (do_test): Test printing each scope too.
8370
e68cb8e0
PA
83712017-09-04 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.base/local-static.exp: Also test with
8374 class::method::variable wholly quoted.
8375 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8376
858be34c
PA
83772017-09-04 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.base/local-static.c: New.
8380 * gdb.base/local-static.cc: New.
8381 * gdb.base/local-static.exp: New.
8382
46a4882b
PA
83832017-09-04 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.asm/asm-source.exp: Add casts to int.
8386 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8387 (dataglobal64_1, dataglobal64_2): New globals.
8388 * gdb.base/nodebug.exp: Test different expressions involving the
8389 new globals, with print, whatis and ptype. Add casts to int.
8390 * gdb.base/solib-display.exp: Add casts to int.
8391 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8392 * gdb.cp/m-static.exp: Add cast to int.
8393 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8394 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8395 tls variable with no debug info without a cast. Test with a cast
8396 to int too.
8397 * gdb.trace/entry-values.exp: Add casts.
8398
2c5a2be1
PA
83992017-09-04 Pedro Alves <palves@redhat.com>
8400
8401 * gdb.base/nodebug.exp: Test that ptype's error about functions
8402 with unknown return type includes the function name too.
8403
7022349d
PA
84042017-09-04 Pedro Alves <palves@redhat.com>
8405
8406 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8407 return type of munmap in infcall.
8408 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8409 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8410 type of ftell in infcall.
8411 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8412 type of getpid in infcall.
8413 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8414 infcall.
8415 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8416 Bail on failure to extract the pid.
8417 * gdb.base/nodebug.c: #include <stdint.h>.
8418 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8419 New functions.
8420 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8421 Change expected output of print/whatis/ptype with functions with
8422 no debug info. Test all supported languages. Call
8423 test_call_promotion.
8424 * gdb.compile/compile.exp: Adjust expected output to expect
8425 warning.
8426 * gdb.threads/siginfo-threads.exp: Likewise.
8427
54990598
PA
84282017-09-04 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8431 "prototypes". Test calling float functions via prototyped and
8432 unprototyped function pointers.
8433 (perform_all_tests): New parameter "prototypes". Pass it down.
8434 (top level): Pass down "prototypes" parameter to
8435 perform_all_tests.
8436
34d16ea2
SM
84372017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8438
8439 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8440 Test with nested loops.
8441
9521ecda
SM
84422017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8443
8444 * gdb.base/commands.exp: Call the new procedures.
8445 (loop_break_test, loop_continue_test): New procedures.
8446
80a65e9b
SM
84472017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8448
8449 * gdb.base/commands.exp: Call new procedure.
8450 (define_if_without_arg_test): New procedure.
8451
e439fa14
PA
84522017-09-04 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.base/list-ambiguous.exp: New file.
8455 * gdb.base/list-ambiguous0.c: New file.
8456 * gdb.base/list-ambiguous1.c: New file.
8457 * gdb.base/list.exp (test_list_range): Adjust expected output.
8458
0a2dde4a
SDJ
84592017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8460
8461 * gdb.base/share-env-with-gdbserver.c: New file.
8462 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8463
5e89eb3a
SM
84642017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8465
8466 * gdb.base/commands.exp (gdbvar_simple_if_test,
8467 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8468 progvar_simple_if_test, progvar_simple_while_test,
8469 progvar_complex_if_while_test, user_defined_command_test,
8470 user_defined_command_args_eval,
8471 user_defined_command_args_stack_test,
8472 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8473 temporary_breakpoint_commands,
8474 gdb_test_no_prompt, redefine_hook_test,
8475 redefine_backtrace_test): Remove "global gdb_prompt".
8476
fd437cbc
SM
84772017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8478
8479 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8480 New proc, call it from toplevel.
8481
87215ad1
SDJ
84822017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8483
8484 PR remote/21852
8485 * gdb.server/normal.c: New file, copied from gdb.base.
8486 * gdb.server/run-without-local-binary.exp: New file.
8487
58afddc6
WP
84882017-08-07 Weimin Pan <weimin.pan@oracle.com>
8489
8490 * gdb.arch/sparc64-adi.exp: New file.
8491 * gdb.arch/sparc64-adi.c: New file.
8492
5277199a
PA
84932017-08-22 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8496 (top level): Add "list all overloads" tests.
8497
14278e1f
TT
84982017-08-22 Tom Tromey <tom@tromey.com>
8499
8500 * gdb.gdb/xfullpath.exp: Remove.
8501
bf223d3e
PA
85022017-08-21 Pedro Alves <palves@redhat.com>
8503
8504 PR gdb/19487
8505 * gdb.base/symbol-alias.c: New.
8506 * gdb.base/symbol-alias2.c: New.
8507 * gdb.base/symbol-alias.exp: New.
8508
c973d0aa
PA
85092017-08-21 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/dfp-test.c
8512 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8513 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8514 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8515 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8516 * gdb.base/whatis-ptype-typedefs.c: New.
8517 * gdb.base/whatis-ptype-typedefs.exp: New.
8518 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8519 (an_int, an_int_type, an_int_type2): New globals.
8520 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8521 involving typedefs and cast expressions.
8522 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8523 (lookup_typedefs_function): New.
8524 (typedefs_pretty_printers_dict): New.
8525 (top level): Register lookup_typedefs_function in
8526 gdb.pretty_printers.
8527
6d580b63
YQ
85282017-08-18 Yao Qi <yao.qi@linaro.org>
8529
8530 * gdb.server/unittest.exp: New.
8531
206726fb
SDJ
85322017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8533
8534 PR gdb/21954
8535 * gdb.base/environ.exp: Add test to check if 'unset environment'
8536 works.
8537
bf0ec4c2
AA
85382017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8539
8540 * lib/gdb.exp (universal_compile_options): New caching proc.
8541 (gdb_compile): Suppress GCC's coloring of messages.
8542
d6382fff
TT
85432017-08-14 Tom Tromey <tom@tromey.com>
8544
8545 PR gdb/21675:
8546 * gdb.base/printcmds.exp (test_radices): New function.
8547 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8548 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8549 * lib/gdb.exp (get_integer_valueof): Use p/d.
8550
c2c2dd9f
SM
85512017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8552
8553 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8554 characters.
8555
fdffd6f4
TT
85562017-08-05 Tom Tromey <tom@tromey.com>
8557
8558 * gdb.rust/simple.exp: Allow String to appear in a different
8559 namespace.
8560
27d41eac
YQ
85612017-07-26 Yao Qi <yao.qi@linaro.org>
8562
8563 * gdb.gdb/unittest.exp: Invoke command
8564 "maintenance check xml-descriptions".
8565
031ed05d
AA
85662017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8567
8568 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8569 calling context.
8570 (hex128): Drop erroneous calculation of parameters.
8571
dcd27ddf
SM
85722017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8573
8574 * gdb.python/py-unwind.exp: Disable stack protection when
8575 building test file.
8576
47e77640
PA
85772017-07-20 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.base/default.exp (set language): Adjust expected output.
8580
62d2a18a
PA
85812017-07-20 Pedro Alves <palves@redhat.com>
8582
8583 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8584 (test_minsym): ... this, and make static.
8585 (get_pck__foo__bar__minsym): Rename to ...
8586 (get_test_minsym): ... this.
8587 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8588 symbol names and comments.
8589 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8590 (get_test_minsym): ... this.
8591 (pck__foo__bar__minsym__2): Rename to ...
8592 (test_minsym): ... this.
8593 (main): Adjust.
8594
c45ec17c
PA
85952017-07-17 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.base/completion.exp: Adjust expected output.
8598 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8599 the completer works.
8600
c6756f62
PA
86012017-07-17 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8604
5bd68487
AB
86052017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8606
8607 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8608
8880f2a9
TT
86092017-07-14 Tom Tromey <tom@tromey.com>
8610
8611 PR rust/21764:
8612 * gdb.rust/simple.exp: Add tests.
8613
65547233
TT
86142017-07-14 Tom Tromey <tom@tromey.com>
8615
8616 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8617
8f14146e
PA
86182017-07-14 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.linespec/base/one/thefile.cc (z1): New function.
8621 * gdb.linespec/base/two/thefile.cc (z2): New function.
8622 * gdb.linespec/linespec.exp: Add tests.
8623
b4365d02
AB
86242017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8625
8626 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8627 to mi_create_breakpoint.
8628
5d2cbaa5
AB
86292017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8630
8631 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8632 mi_create_breakpoint.
8633
11cb5716
IB
86342017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8635
8636 * gdb.dlang/demangle.exp: Update for demangling changes.
8637
03278692
TT
86382017-07-09 Tom Tromey <tom@tromey.com>
8639
8640 * gdb.dwarf2/shortpiece.exp: New file.
8641
33c5cd75
DB
86422017-07-06 David Blaikie <dblaikie@gmail.com>
8643
8644 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8645 built from fissiont-multi-cu{1,2}.c.
8646 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8647 except putting 'main' and 'func' in separate CUs in the same DWO file.
8648 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8649 test.
8650 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8651 test.
8652
8455d262
PA
86532017-07-06 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.python/py-unwind.exp: Test flushregs.
8656
dc4bde35
SDJ
86572017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8658
8659 PR cli/21688
8660 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8661 tests for alias commands and trailing whitespace.
8662
51ed89aa
SDJ
86632017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8664
8665 PR cli/21688
8666 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8667 procedure. Call it.
8668
eb17d413
PA
86692017-06-29 Pedro Alves <palves@redhat.com>
8670
8671 * gdb.base/printcmds.exp: Add tests.
8672
41664b45
DG
86732017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8674
8675 PR gdb/21337
8676 * gdb.base/reread-readsym.exp: New file.
8677 * gdb.base/reread-readsym.c: New file.
8678
75312ae3
KB
86792017-06-21 Kevin Buettner <kevinb@redhat.com>
8680
8681 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8682 subpattern.
8683
66953522
PB
86842017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8685
8686 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8687 extended mnemonic.
8688 * gdb.arch/powerpc-power9.s: Likewise.
8689
5524b525
AA
86902017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8691
8692 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8693 on 32-bit x86 targets. Exploit is_*_target macros where
8694 appropriate.
8695
03c8af18
AA
86962017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8697
8698 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8699 register pieces.
8700
3bf31011
AA
87012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8702
8703 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8704 located in one or more DWARF pieces.
8705
805acca0
AA
87062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8707
8708 * lib/gdb.exp (get_endianness): New proc.
8709 * gdb.arch/aarch64-fp.exp: Use it.
8710 * gdb.arch/altivec-regs.exp: Likewise.
8711 * gdb.arch/e500-regs.exp: Likewise.
8712 * gdb.arch/vsx-regs.exp: Likewise.
8713 * gdb.base/dump.exp: Likewise.
8714 * gdb.base/funcargs.exp: Likewise.
8715 * gdb.base/gnu_vector.exp: Likewise.
8716 * gdb.dwarf2/formdata16.exp: Likewise.
8717 * gdb.dwarf2/implptrpiece.exp: Likewise.
8718 * gdb.dwarf2/nonvar-access.exp: Likewise.
8719 * gdb.python/py-inferior.exp: Likewise.
8720 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8721
e9352324
AA
87222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8723
8724 PR gdb/21226
8725 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8726 stack value pieces are taken from the LSB end.
8727
d5d1163e
AA
87282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8729
8730 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8731 variable at nonzero offset.
8732
0567c986
AA
87332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8734
8735 * gdb.dwarf2/var-access.c: New file.
8736 * gdb.dwarf2/var-access.exp: New test.
8737 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8738
973e9aab
TT
87392017-06-12 Tom Tromey <tom@tromey.com>
8740
8741 * gdb.dwarf2/formdata16.exp: Add tests.
8742
d9109c80
TT
87432017-06-12 Tom Tromey <tom@tromey.com>
8744
8745 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8746
30a25466
TT
87472017-06-12 Tom Tromey <tom@tromey.com>
8748
8749 PR exp/16225:
8750 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8751 * gdb.arch/vsx-regs.exp: Update tests.
8752 * gdb.arch/s390-vregs.exp (hex128): New proc.
8753 Update test.
8754 * gdb.arch/altivec-regs.exp: Update tests.
8755
aefd8b33
SDJ
87562017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8757
8758 * gdb.base/startup-with-shell.c: New file.
8759 * gdb.base/startup-with-shell.exp: Likewise.
8760
2090129c
SDJ
87612017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8762
8763 * gdb.server/non-existing-program.exp: Update regex in order to
8764 reflect the fact that gdbserver is now using fork_inferior (with a
8765 shell) to startup the inferior.
8766
8e86a419
SM
87672017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8768
8769 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8770 support function calls from GDB.
8771
e6cf65f2
TT
87722017-05-21 Tom Tromey <tom@tromey.com>
8773
8774 PR rust/21466:
8775 * gdb.rust/unsized.exp: New file.
8776 * gdb.rust/unsized.rs: New file.
8777
43cc5389
TT
87782017-05-19 Tom Tromey <tom@tromey.com>
8779
8780 PR rust/21484:
8781 * gdb.rust/watch.exp: New file.
8782 * gdb.rust/watch.rs: New file.
8783
ec8df234
TT
87842017-05-18 Tom Tromey <tom@tromey.com>
8785
8786 * gdb.rust/simple.exp: Allow Box to be qualified.
8787
3e3e7fae
TP
87882017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8789
8790 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8791
59cc050d
PA
87922017-05-18 Pedro Alves <palves@redhat.com>
8793
8794 * gdb.base/fileio.c (test_write, test_read, test_close)
8795 (test_fstat): Don't print 'ret' in the fail path.
8796
c8f6abd1
PA
87972017-05-18 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8800 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8801 (test_system, test_rename, test_unlink, test_time): Change
8802 prototypes.
8803 * gdb.base/fileio.exp (stop_msg): Adjust.
8804
d2a03b77
PA
88052017-05-18 Pedro Alves <palves@redhat.com>
8806
8807 * gdb.base/fileio.c (null_str): New global.
8808 (test_stat): Use it.
8809 * gdb.base/fileio.exp: Remove nowarnings.
8810
0d5c6999
YQ
88112017-05-17 Yao Qi <yao.qi@linaro.org>
8812
8813 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8814
21873064
YQ
88152017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8816
8817 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8818 argument command.
8819 (top-level): Invoke test_set_inferior_tty.
8820
d512d31c
PA
88212017-05-04 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8824 Add parens to print call for Python 3.
8825
90cef2ed
KS
88262017-05-03 Keith Seitz <keiths@redhat.com>
8827
8828 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8829 (main): Call it.
8830
14f819c8
TW
88312017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8832
8833 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8834 to prev and next.
8835
913aeadd
TW
88362017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8837
8838 * gdb.python/py-record-btrace.exp: Remove test for
8839 gdb.BtraceInstruction.error.
8840
a3be24ad
TW
88412017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8842
8843 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8844
ae20e79a
TW
88452017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8846
8847 * gdb.python/py-record-btrace-threads.c: New file.
8848 * gdb.python/py-record-btrace-threads.exp: New file.
8849
45ce1b47
SDJ
88502017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8851
8852 PR testsuite/8595
8853 * gdb.base/environ.exp: Make test available in all architectures.
8854 Move bits related to "info program" testing to
8855 gdb.base/info-program.exp. Rewrite tests to use the two new
8856 procedures mentione below.
8857 (test_set_show_env_var) New procedure.
8858 (test_set_show_env_var_equal): Likewise.
8859 * gdb.base/info-program.exp: New file.
8860
e15c3eb4
KS
88612017-04-27 Keith Seitz <keiths@redhat.com>
8862
8863 * gdb.cp/oranking.cc (test15): New function.
8864 (main): Call test15 and declare additional variables for testing.
8865 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8866 "p foo101('abc')" tests.
8867 Add tests for cv qualifier overloads.
8868 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8869 "lvalue reference overload" test.
8870 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8871 "print value of f1 on Child&& in f2" test.
8872
3a3fd0fd
PA
88732017-04-19 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8876 procedure.
8877 (top level): Call it.
8878 * lib/gdb.exp (gdb_define_cmd): New procedure.
8879
53375380
PA
88802017-04-12 Pedro Alves <palves@redhat.com>
8881
8882 PR gdb/21323
8883 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8884 (wchar): New global.
8885 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8886 (do_test_wide_char, wide_char_types_no_program, top level): Add
8887 wchar_t testing.
8888
53e710ac
PA
88892017-04-12 Pedro Alves <palves@redhat.com>
8890
8891 PR c++/21323
8892 * gdb.cp/wide_char_types.c: New file.
8893 * gdb.cp/wide_char_types.exp: New file.
8894
0ad9d8c7
SDJ
88952017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8896
8897 PR gdb/21352
8898 * gdb.trace/tsv.exp: Add test for "tsave -r".
8899
b1b45502
IB
89002017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8901
8902 * gdb.dlang/watch-loc.c: New file.
8903 * gdb.dlang/watch-loc.exp: New file.
8904
ec13808e
JK
89052017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8906
8907 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8908
fe5f7374
AK
89092017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8910
8911 * gdb.arch/arc-analyze-prologue.S: New file.
8912 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8913
eea78757
AK
89142017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8915
8916 * gdb.arch/arc-decode-insn.S: New file.
8917 * gdb.arch/arc-decode-insn.exp: Likewise.
8918
5badf10a
IR
89192017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8920
8921 PR tdep/20928
8922 * gdb.arch/sparc64-regs.exp: New file.
8923 * gdb.arch/sparc64-regs.S: Likewise.
8924
cee59b3f
TW
89252017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8926
8927 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8928 and memory view on Python 3.
8929
c0f55cc6
AV
89302017-03-20 Artemiy Volkov <artemiyv@acm.org>
8931 Keith Seitz <keiths@redhat.com>
8932
8933 PR gdb/14441
8934 * gdb.cp/demangle.exp: Add rvalue reference tests.
8935 * gdb.cp/rvalue-ref-casts.cc: New file.
8936 * gdb.cp/rvalue-ref-casts.exp: New file.
8937 * gdb.cp/rvalue-ref-overload.cc: New file.
8938 * gdb.cp/rvalue-ref-overload.exp: New file.
8939 * gdb.cp/rvalue-ref-params.cc: New file.
8940 * gdb.cp/rvalue-ref-params.exp: New file.
8941 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8942 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8943 * gdb.cp/rvalue-ref-types.cc: New file.
8944 * gdb.cp/rvalue-ref-types.exp: New file.
8945 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8946 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8947
51457a05
MAL
89482017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8949
8950 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8951 New procedure.
8952
5b291c04
MAL
89532017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8954
8955 * lib/mi-support.exp (mi_gdb_test): Add additional message
8956 for unexpected output.
8957
59a56148
AA
89582017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8959
8960 * gdb.base/examine-backward.c (Barrier): New character array
8961 constant, to ensure that TestStrings is preceded by a string
8962 terminator.
8963
7942e96e
AA
89642017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8965
8966 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8967 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8968 and implicit pointer into such a location.
8969
6ebac3fb
DE
89702017-03-16 Doug Evans <dje@google.com>
8971
8972 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8973
ec3b243d
TP
89742017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8975
8976 * gdb.cp/m-static.exp: Fix expectation for prototype of
8977 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8978
89792017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8980
8981 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8982 * gdb.guile/scm-lazy-string.c: New file.
8983 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8984 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8985 for pointer, array, typedef lazy strings.
8986
2cc36e25 89872017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8988
8989 PR python/17728, python/18439, python/18779
8990 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8991 * gdb.python/py-lazy-string.c (pointer): New typedef.
8992 (main): New locals ptr, array, typedef_ptr.
8993 * gdb.python/py-value.exp: Move lazy string tests to ...
8994 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8995 array, typedef lazy strings.
ec3b243d 8996
0efcde63
AK
89972017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8998
8999 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9000 Add optional 'test' parameter.
9001
7978d7c3
SM
90022017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9003
9004 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9005 Skip for versions of DejaGnu < 1.5.
9006
896c0c1e
SM
90072017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9008
9009 * lib/gdb.exp (dejagnu_version): New proc.
9010 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9011 Use dejagnu_version.
9012
5f4d1085
KS
90132017-03-10 Keith Seitz <keiths@redhat.com>
9014
9015 PR c++/8128
9016 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9017 type from destructor regexps.
9018 Add a branch which actually passes the test.
9019 Adjust "ptype t5i" test names.
9020
1de05205
PA
90212017-03-08 Pedro Alves <palves@redhat.com>
9022
9023 * gdb.base/step-over-exit.exp: Add explicit test message.
9024
c65d6b55
PA
90252017-03-08 Pedro Alves <palves@redhat.com>
9026
9027 PR gdb/18360
9028 * gdb.threads/interrupt-while-step-over.c: New file.
9029 * gdb.threads/interrupt-while-step-over.exp: New file.
9030
2e86a283
PA
90312017-03-08 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9034 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9035
25dcbff6
PA
90362017-03-08 Pedro Alves <palves@redhat.com>
9037
9038 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9039 PKRU as not supported as a PASS.
9040
dc9366eb
PA
90412017-03-08 Pedro Alves <palves@redhat.com>
9042
9043 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9044 prefix instead of $binfile1/$binfile2.
9045 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9046 in test message.
9047 * gdb.python/py-completion.exp: Use "load python file" as test
9048 messages instead of unstable path names.
9049
6e5d74e7
PA
90502017-03-08 Pedro Alves <palves@redhat.com>
9051 Jan Kratochvil <jan.kratochvil@redhat.com>
9052
9053 PR cli/21218
9054 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9055 New proc.
9056 (top level): Call it.
9057
9753a2f6
PA
90582017-03-08 Pedro Alves <palves@redhat.com>
9059
9060 PR tui/21216
9061 * gdb.tui/tui-nl-filtered-output.exp: New file.
9062
1a4dd9dd
PA
90632017-03-08 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.base/completion.exp: Move TUI completion tests to ...
9066 * gdb.tui/completion.exp: ... this new file.
9067
7cbbff33
PA
90682017-03-08 Pedro Alves <palves@redhat.com>
9069
9070 * gdb.base/tui-disasm-long-lines.c,
9071 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9072 gdb.base/tui-layout.exp: Move to ...
9073 * gdb.tui/: ... this new directory.
9074
5f6fd321
PA
90752017-03-07 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.base/tui-layout.c: New file.
9078 * gdb.base/tui-layout.exp: New file.
9079
44959fa8
PA
90802017-03-07 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.base/tui-layout.c: Rename to ...
9083 * gdb.base/tui-disasm-long-lines.c: ... this.
9084 * gdb.base/tui-layout.exp: Rename to ...
9085 * gdb.base/tui-disasm-long-lines.exp: ... this.
9086
f8c4e718
PA
90872017-03-07 Pedro Alves <palves@redhat.com>
9088
9089 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9090
6dbb839a 90912017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9092
9093 * i386-mpx-call.c: New file.
9094 * i386-mpx-call.exp: New file.
9095
65b48a81
PB
90962017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9097
9098 * gdb.arch/powerpc-power.exp: Delete test.
9099 * gdb.arch/powerpc-power.s: Likewise.
9100 * gdb.disasm/disassembler-options.exp: New test.
9101 * gdb.arch/powerpc-altivec.exp: Likewise.
9102 * gdb.arch/powerpc-altivec.s: Likewise.
9103 * gdb.arch/powerpc-altivec2.exp: Likewise.
9104 * gdb.arch/powerpc-altivec2.s: Likewise.
9105 * gdb.arch/powerpc-altivec3.exp: Likewise.
9106 * gdb.arch/powerpc-altivec3.s: Likewise.
9107 * gdb.arch/powerpc-power7.exp: Likewise.
9108 * gdb.arch/powerpc-power7.s: Likewise.
9109 * gdb.arch/powerpc-power8.exp: Likewise.
9110 * gdb.arch/powerpc-power8.s: Likewise.
9111 * gdb.arch/powerpc-power9.exp: Likewise.
9112 * gdb.arch/powerpc-power9.s: Likewise.
9113 * gdb.arch/powerpc-vsx.exp: Likewise.
9114 * gdb.arch/powerpc-vsx.s: Likewise.
9115 * gdb.arch/powerpc-vsx2.exp: Likewise.
9116 * gdb.arch/powerpc-vsx2.s: Likewise.
9117 * gdb.arch/powerpc-vsx3.exp: Likewise.
9118 * gdb.arch/powerpc-vsx3.s: Likewise.
9119 * gdb.arch/arm-disassembler-options.exp: Likewise.
9120 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9121 * gdb.arch/s390-disassembler-options.exp: Likewise.
9122
17cd4947
LM
91232017-02-23 Luis Machado <lgustavo@codesourcery.com>
9124
9125 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9126 (check_supported_features): ... this. Changed return type to void.
9127 (supports_rdseed): New static global.
9128 (rdseed): Check supports_rdseed.
9129 (initialize): Call check_supported_features.
9130
2039d74e
EBM
91312017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9132
9133 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9134 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9135 and lqarx/stqcx.
9136 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9137 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9138
a51d7ecf
EBM
91392017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9140
9141 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9142 uppercase.
9143
0224619f
JK
91442017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9145
9146 * gdb.dwarf2/formdata16.c: New file.
9147 * gdb.dwarf2/formdata16.exp: New file.
9148 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9149
216f72a1
JK
91502017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9151
9152 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9153 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9154 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9155 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9156 DW_AT_GNU_*.
9157
43988095
JK
91582017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9159
9160 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9161
99e8a4f9
SDJ
91622017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9163
9164 PR gdb/21164
9165 * gdb.base/maint.exp: Add testcases for when the commands do
9166 not have arguments.
9167
b58a8c0c
TP
91682017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9169
9170 * gdb.cp/chained-calls.exp: Use p instead of P.
9171
4e746bb6
TW
91722017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9173
9174 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9175 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9176
3f77c769
TT
91772017-02-14 Tom Tromey <tom@tromey.com>
9178
9179 PR python/13598:
9180 * gdb.python/py-events.exp: Add before_prompt event tests.
9181
075beec0
AA
91822017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9183
9184 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9185
bf5f525c
LM
91862017-02-13 Luis Machado <lgustavo@codesourcery.com>
9187
9188 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9189 (main): Call my_unique_function_name.
9190 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9191 completion of patterns with a single match.
9192 Add missing -re switches to gdb_test_multiple calls.
9193
13a66184
LM
91942017-02-13 Luis Machado <lgustavo@codesourcery.com>
9195
9196 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9197 return if core file is not recognized.
9198
26a06916
SM
91992017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9200
9201 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9202 and extra UIs.
9203
b761ca9e
SM
92042017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9205
9206 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9207 proc_with_prefix.
9208
b964bee0
TT
92092017-02-10 Tom Tromey <tom@tromey.com>
9210
9211 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9212
18da0c51
MG
92132017-02-10 Martin Galvan <martingalvan@sourceware.org>
9214
9215 PR gdb/21122
9216 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9217
604c4576
JG
92182017-02-08 Jerome Guitton <guitton@adacore.com>
9219
9220 * gdb.base/define.exp: Add test for command abbreviations
9221 in define.
9222
20b477a7
LM
92232017-02-06 Luis Machado <lgustavo@codesourcery.com>
9224
9225 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9226 * gdb.reverse/insn-reverse-x86.c: New file.
9227
3f7b46f2
IR
92282017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9229
9230 PR tdep/20936
9231 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9232
f0fd41c1
TT
92332017-02-03 Tom Tromey <tom@tromey.com>
9234
9235 PR rust/21097:
9236 * gdb.rust/simple.exp: Add new tests.
9237
5be5dbf0
PA
92382017-02-02 Pedro Alves <palves@redhat.com>
9239
9240 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9241 tests.
9242
7346ef59
AA
92432017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9244
9245 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9246 taking a 2-byte value out of a 4-byte DWARF implicit value on
9247 big-endian targets.
9248 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9249 logic. Add test cases for DW_OP_implicit.
9250
787f0025
MM
92512017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9252
9253 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9254
68777c29
MM
92552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9256
9257 * gdb.btrace/enable.exp: Call gdb_exit before
9258 skip_gdbserver_tests.
9259
0a1c7e28
MM
92602017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9261
9262 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9263 GDBFLAGS.
9264
b5ac99b0
MM
92652017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9266
9267 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9268 the test is skipped.
9269 * gdb.btrace/data.exp: Likewise.
9270 * gdb.btrace/delta.exp: Likewise.
9271 * gdb.btrace/dlopen.exp: Likewise.
9272 * gdb.btrace/enable-running.exp: Likewise.
9273 * gdb.btrace/enable.exp: Likewise.
9274 * gdb.btrace/exception.exp: Likewise.
9275 * gdb.btrace/function_call_history.exp: Likewise.
9276 * gdb.btrace/gcore.exp: Likewise.
9277 * gdb.btrace/instruction_history.exp: Likewise.
9278 * gdb.btrace/multi-thread-step.exp: Likewise.
9279 * gdb.btrace/nohist.exp: Likewise.
9280 * gdb.btrace/non-stop.exp: Likewise.
9281 * gdb.btrace/reconnect.exp: Likewise.
9282 * gdb.btrace/record_goto-step.exp: Likewise.
9283 * gdb.btrace/record_goto.exp: Likewise.
9284 * gdb.btrace/rn-dl-bind.exp: Likewise.
9285 * gdb.btrace/segv.exp: Likewise.
9286 * gdb.btrace/step.exp: Likewise.
9287 * gdb.btrace/stepi.exp: Likewise.
9288 * gdb.btrace/tailcall-only.exp: Likewise.
9289 * gdb.btrace/tailcall.exp: Likewise.
9290 * gdb.btrace/tsx.exp: Likewise.
9291 * gdb.btrace/unknown_functions.exp: Likewise.
9292 * gdb.btrace/vdso.exp: Likewise.
9293
cd4007e4
MM
92942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9295
9296 * gdb.btrace/enable-running.c: New.
9297 * gdb.btrace/enable-running.exp: New.
9298
2735833d
WT
92992017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9300
9301 * gdb.arch/amd64-gs_base.c: New file.
9302 * gdb.arch/amd64-gs_base.exp: New file.
9303
b51e1e94
LM
93042017-01-26 Luis Machado <lgustavo@codesourcery.com>
9305
9306 * lib/memory.exp: Remove spurious empty newlines.
9307
72ca0410
SM
93082017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9309
9310 * gdb.python/py-bad-printers.exp: Load python file using "source".
9311 * gdb.python/py-events.exp: Likewise.
9312 * gdb.python/py-evsignal.exp: Likewise.
9313 * gdb.python/py-evthreads.exp: Likewise.
9314 * gdb.python/py-frame-args.exp: Likewise.
9315 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9316 * gdb.python/py-framefilter-mi.exp: Likewise.
9317 * gdb.python/py-framefilter.exp: Likewise.
9318 * gdb.python/py-mi.exp: Likewise.
9319 * gdb.python/py-pp-maint.exp: Likewise.
9320 * gdb.python/py-pp-registration.exp: Likewise.
9321 * gdb.python/py-prettyprint.exp: Likewise.
9322 (run_lang_tests): Likewise.
9323 * gdb.python/py-typeprint.exp: Likewise.
9324
e309aa65
LM
93252017-01-26 Luis Machado <lgustavo@codesourcery.com>
9326
9327 * lib/memory.exp: New file.
9328 * lib/gdb.exp: Load memory.exp.
9329 * gdb.base/memattr.exp (delete_memory): Move proc to
9330 lib/memory.exp and rename to delete_memory_regions.
9331 Replace delete_memory with delete_memory_regions.
9332 Cleanup memory regions before tests.
9333 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9334 before tests.
9335
515aff23
LM
93362017-01-26 Luis Machado <lgustavo@codesourcery.com>
9337
9338 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9339 files.
9340 (initialize): New function conditionally defined.
9341 (testcases): Move within conditional block.
9342 (main): Call initialize.
9343 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9344 of gdb.reverse/insn-reverse.c.
9345 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9346 gdb.reverse/insn-reverse.c.
9347
d8b49cf0
YQ
93482017-01-26 Yao Qi <yao.qi@linaro.org>
9349
9350 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9351 disassemble on address 0.
9352
f13a9a0c
YQ
93532017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9354 Yao Qi <yao.qi@linaro.org>
9355
9356 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9357 * gdb.dwarf2/implptr-64bit.S: Remove.
9358 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9359 variables in caller's context. Add DW_OP_implicit_value.
9360
5ac95241
YQ
93612017-01-25 Yao Qi <yao.qi@linaro.org>
9362
9363 * lib/dwarf.exp (Dwarf::_location): Handle
9364 DW_OP_GNU_implicit_pointer with proper size.
9365
23e82930
LM
93662017-01-20 Luis Machado <lgustavo@codesourcery.com>
9367
9368 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9369 and add untested calls.
9370
d334ae25
LM
93712017-01-20 Luis Machado <lgustavo@codesourcery.com>
9372
9373 * gdb.python/python.exp: Check line number against what GDB thinks
9374 the line number is for func1.
9375
f5e6296e
IB
93762017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9377
9378 * gdb.dlang/debug-expr.exp: New file.
9379
5b362f04
LM
93802016-12-23 Luis Machado <lgustavo@codesourcery.com>
9381
9382 Fix test names for the following files:
9383
9384 * gdb.ada/exec_changed.exp
9385 * gdb.ada/info_types.exp
9386 * gdb.arch/aarch64-atomic-inst.exp
9387 * gdb.arch/aarch64-fp.exp
9388 * gdb.arch/altivec-abi.exp
9389 * gdb.arch/altivec-regs.exp
9390 * gdb.arch/amd64-byte.exp
9391 * gdb.arch/amd64-disp-step.exp
9392 * gdb.arch/amd64-dword.exp
9393 * gdb.arch/amd64-entry-value-inline.exp
9394 * gdb.arch/amd64-entry-value-param.exp
9395 * gdb.arch/amd64-entry-value-paramref.exp
9396 * gdb.arch/amd64-entry-value.exp
9397 * gdb.arch/amd64-i386-address.exp
9398 * gdb.arch/amd64-invalid-stack-middle.exp
9399 * gdb.arch/amd64-invalid-stack-top.exp
9400 * gdb.arch/amd64-optimout-repeat.exp
9401 * gdb.arch/amd64-prologue-skip.exp
9402 * gdb.arch/amd64-prologue-xmm.exp
9403 * gdb.arch/amd64-stap-special-operands.exp
9404 * gdb.arch/amd64-stap-wrong-subexp.exp
9405 * gdb.arch/amd64-tailcall-cxx.exp
9406 * gdb.arch/amd64-tailcall-noret.exp
9407 * gdb.arch/amd64-tailcall-ret.exp
9408 * gdb.arch/amd64-tailcall-self.exp
9409 * gdb.arch/amd64-word.exp
9410 * gdb.arch/arm-bl-branch-dest.exp
9411 * gdb.arch/arm-disp-step.exp
9412 * gdb.arch/arm-neon.exp
9413 * gdb.arch/arm-single-step-kernel-helper.exp
9414 * gdb.arch/avr-flash-qualifier.exp
9415 * gdb.arch/disp-step-insn-reloc.exp
9416 * gdb.arch/e500-abi.exp
9417 * gdb.arch/e500-regs.exp
9418 * gdb.arch/ftrace-insn-reloc.exp
9419 * gdb.arch/i386-avx512.exp
9420 * gdb.arch/i386-bp_permanent.exp
9421 * gdb.arch/i386-byte.exp
9422 * gdb.arch/i386-cfi-notcurrent.exp
9423 * gdb.arch/i386-disp-step.exp
9424 * gdb.arch/i386-dr3-watch.exp
9425 * gdb.arch/i386-float.exp
9426 * gdb.arch/i386-gnu-cfi.exp
9427 * gdb.arch/i386-mpx-map.exp
9428 * gdb.arch/i386-mpx-sigsegv.exp
9429 * gdb.arch/i386-mpx-simple_segv.exp
9430 * gdb.arch/i386-mpx.exp
9431 * gdb.arch/i386-permbkpt.exp
9432 * gdb.arch/i386-prologue.exp
9433 * gdb.arch/i386-signal.exp
9434 * gdb.arch/i386-size-overlap.exp
9435 * gdb.arch/i386-unwind.exp
9436 * gdb.arch/i386-word.exp
9437 * gdb.arch/mips-fcr.exp
9438 * gdb.arch/powerpc-d128-regs.exp
9439 * gdb.arch/powerpc-stackless.exp
9440 * gdb.arch/ppc64-atomic-inst.exp
9441 * gdb.arch/s390-stackless.exp
9442 * gdb.arch/s390-tdbregs.exp
9443 * gdb.arch/s390-vregs.exp
9444 * gdb.arch/sparc-sysstep.exp
9445 * gdb.arch/thumb-bx-pc.exp
9446 * gdb.arch/thumb-singlestep.exp
9447 * gdb.arch/thumb2-it.exp
9448 * gdb.arch/vsx-regs.exp
9449 * gdb.asm/asm-source.exp
9450 * gdb.base/a2-run.exp
9451 * gdb.base/advance.exp
9452 * gdb.base/all-bin.exp
9453 * gdb.base/anon.exp
9454 * gdb.base/args.exp
9455 * gdb.base/arithmet.exp
9456 * gdb.base/async-shell.exp
9457 * gdb.base/async.exp
9458 * gdb.base/attach-pie-noexec.exp
9459 * gdb.base/attach-twice.exp
9460 * gdb.base/auto-load.exp
9461 * gdb.base/bang.exp
9462 * gdb.base/bitfields.exp
9463 * gdb.base/break-always.exp
9464 * gdb.base/break-caller-line.exp
9465 * gdb.base/break-entry.exp
9466 * gdb.base/break-inline.exp
9467 * gdb.base/break-on-linker-gcd-function.exp
9468 * gdb.base/break-probes.exp
9469 * gdb.base/break.exp
9470 * gdb.base/breakpoint-shadow.exp
9471 * gdb.base/call-ar-st.exp
9472 * gdb.base/call-sc.exp
9473 * gdb.base/call-signal-resume.exp
9474 * gdb.base/call-strs.exp
9475 * gdb.base/callfuncs.exp
9476 * gdb.base/catch-fork-static.exp
9477 * gdb.base/catch-gdb-caused-signals.exp
9478 * gdb.base/catch-load.exp
9479 * gdb.base/catch-signal-fork.exp
9480 * gdb.base/catch-signal.exp
9481 * gdb.base/catch-syscall.exp
9482 * gdb.base/charset.exp
9483 * gdb.base/checkpoint.exp
9484 * gdb.base/chng-syms.exp
9485 * gdb.base/code-expr.exp
9486 * gdb.base/code_elim.exp
9487 * gdb.base/commands.exp
9488 * gdb.base/completion.exp
9489 * gdb.base/complex.exp
9490 * gdb.base/cond-expr.exp
9491 * gdb.base/condbreak.exp
9492 * gdb.base/consecutive.exp
9493 * gdb.base/continue-all-already-running.exp
9494 * gdb.base/coredump-filter.exp
9495 * gdb.base/corefile.exp
9496 * gdb.base/dbx.exp
9497 * gdb.base/debug-expr.exp
9498 * gdb.base/define.exp
9499 * gdb.base/del.exp
9500 * gdb.base/disabled-location.exp
9501 * gdb.base/disasm-end-cu.exp
9502 * gdb.base/disasm-optim.exp
9503 * gdb.base/display.exp
9504 * gdb.base/duplicate-bp.exp
9505 * gdb.base/ena-dis-br.exp
9506 * gdb.base/ending-run.exp
9507 * gdb.base/enumval.exp
9508 * gdb.base/environ.exp
9509 * gdb.base/eu-strip-infcall.exp
9510 * gdb.base/eval-avoid-side-effects.exp
9511 * gdb.base/eval-skip.exp
9512 * gdb.base/exitsignal.exp
9513 * gdb.base/expand-psymtabs.exp
9514 * gdb.base/filesym.exp
9515 * gdb.base/find-unmapped.exp
9516 * gdb.base/finish.exp
9517 * gdb.base/float.exp
9518 * gdb.base/foll-exec-mode.exp
9519 * gdb.base/foll-exec.exp
9520 * gdb.base/foll-fork.exp
9521 * gdb.base/fortran-sym-case.exp
9522 * gdb.base/freebpcmd.exp
9523 * gdb.base/func-ptr.exp
9524 * gdb.base/func-ptrs.exp
9525 * gdb.base/funcargs.exp
9526 * gdb.base/gcore-buffer-overflow.exp
9527 * gdb.base/gcore-relro-pie.exp
9528 * gdb.base/gcore-relro.exp
9529 * gdb.base/gcore.exp
9530 * gdb.base/gdb1090.exp
9531 * gdb.base/gdb11530.exp
9532 * gdb.base/gdb11531.exp
9533 * gdb.base/gdb1821.exp
9534 * gdb.base/gdbindex-stabs.exp
9535 * gdb.base/gdbvars.exp
9536 * gdb.base/hbreak.exp
9537 * gdb.base/hbreak2.exp
9538 * gdb.base/included.exp
9539 * gdb.base/infcall-input.exp
9540 * gdb.base/inferior-died.exp
9541 * gdb.base/infnan.exp
9542 * gdb.base/info-macros.exp
9543 * gdb.base/info-os.exp
9544 * gdb.base/info-proc.exp
9545 * gdb.base/info-shared.exp
9546 * gdb.base/info-target.exp
9547 * gdb.base/infoline.exp
9548 * gdb.base/interp.exp
9549 * gdb.base/interrupt.exp
9550 * gdb.base/jit-reader.exp
9551 * gdb.base/jit-simple.exp
9552 * gdb.base/kill-after-signal.exp
9553 * gdb.base/kill-detach-inferiors-cmd.exp
9554 * gdb.base/label.exp
9555 * gdb.base/langs.exp
9556 * gdb.base/ldbl_e308.exp
9557 * gdb.base/line-symtabs.exp
9558 * gdb.base/linespecs.exp
9559 * gdb.base/list.exp
9560 * gdb.base/long_long.exp
9561 * gdb.base/longest-types.exp
9562 * gdb.base/maint.exp
9563 * gdb.base/max-value-size.exp
9564 * gdb.base/memattr.exp
9565 * gdb.base/mips_pro.exp
9566 * gdb.base/morestack.exp
9567 * gdb.base/moribund-step.exp
9568 * gdb.base/multi-forks.exp
9569 * gdb.base/nested-addr.exp
9570 * gdb.base/nextoverexit.exp
9571 * gdb.base/noreturn-finish.exp
9572 * gdb.base/noreturn-return.exp
9573 * gdb.base/nostdlib.exp
9574 * gdb.base/offsets.exp
9575 * gdb.base/opaque.exp
9576 * gdb.base/pc-fp.exp
9577 * gdb.base/permissions.exp
9578 * gdb.base/print-symbol-loading.exp
9579 * gdb.base/prologue-include.exp
9580 * gdb.base/psymtab.exp
9581 * gdb.base/ptype.exp
9582 * gdb.base/random-signal.exp
9583 * gdb.base/randomize.exp
9584 * gdb.base/range-stepping.exp
9585 * gdb.base/readline-ask.exp
9586 * gdb.base/recpar.exp
9587 * gdb.base/recurse.exp
9588 * gdb.base/relational.exp
9589 * gdb.base/restore.exp
9590 * gdb.base/return-nodebug.exp
9591 * gdb.base/return.exp
9592 * gdb.base/run-after-attach.exp
9593 * gdb.base/save-bp.exp
9594 * gdb.base/scope.exp
9595 * gdb.base/sect-cmd.exp
9596 * gdb.base/set-lang-auto.exp
9597 * gdb.base/set-noassign.exp
9598 * gdb.base/setvar.exp
9599 * gdb.base/sigall.exp
9600 * gdb.base/sigbpt.exp
9601 * gdb.base/siginfo-addr.exp
9602 * gdb.base/siginfo-infcall.exp
9603 * gdb.base/siginfo-obj.exp
9604 * gdb.base/siginfo.exp
9605 * gdb.base/signals-state-child.exp
9606 * gdb.base/signest.exp
9607 * gdb.base/sigstep.exp
9608 * gdb.base/sizeof.exp
9609 * gdb.base/skip.exp
9610 * gdb.base/solib-corrupted.exp
9611 * gdb.base/solib-nodir.exp
9612 * gdb.base/solib-search.exp
9613 * gdb.base/stack-checking.exp
9614 * gdb.base/stale-infcall.exp
9615 * gdb.base/stap-probe.exp
9616 * gdb.base/start.exp
9617 * gdb.base/step-break.exp
9618 * gdb.base/step-bt.exp
9619 * gdb.base/step-line.exp
9620 * gdb.base/step-over-exit.exp
9621 * gdb.base/step-over-syscall.exp
9622 * gdb.base/step-resume-infcall.exp
9623 * gdb.base/step-test.exp
9624 * gdb.base/store.exp
9625 * gdb.base/structs3.exp
9626 * gdb.base/sym-file.exp
9627 * gdb.base/symbol-without-target_section.exp
9628 * gdb.base/term.exp
9629 * gdb.base/testenv.exp
9630 * gdb.base/ui-redirect.exp
9631 * gdb.base/until.exp
9632 * gdb.base/unwindonsignal.exp
9633 * gdb.base/value-double-free.exp
9634 * gdb.base/vla-datatypes.exp
9635 * gdb.base/vla-ptr.exp
9636 * gdb.base/vla-sideeffect.exp
9637 * gdb.base/volatile.exp
9638 * gdb.base/watch-cond-infcall.exp
9639 * gdb.base/watch-cond.exp
9640 * gdb.base/watch-non-mem.exp
9641 * gdb.base/watch-read.exp
9642 * gdb.base/watch-vfork.exp
9643 * gdb.base/watchpoint-cond-gone.exp
9644 * gdb.base/watchpoint-delete.exp
9645 * gdb.base/watchpoint-hw-hit-once.exp
9646 * gdb.base/watchpoint-hw.exp
9647 * gdb.base/watchpoint-stops-at-right-insn.exp
9648 * gdb.base/watchpoints.exp
9649 * gdb.base/wchar.exp
9650 * gdb.base/whatis-exp.exp
9651 * gdb.btrace/buffer-size.exp
9652 * gdb.btrace/data.exp
9653 * gdb.btrace/delta.exp
9654 * gdb.btrace/dlopen.exp
9655 * gdb.btrace/enable.exp
9656 * gdb.btrace/exception.exp
9657 * gdb.btrace/function_call_history.exp
9658 * gdb.btrace/gcore.exp
9659 * gdb.btrace/instruction_history.exp
9660 * gdb.btrace/nohist.exp
9661 * gdb.btrace/reconnect.exp
9662 * gdb.btrace/record_goto-step.exp
9663 * gdb.btrace/record_goto.exp
9664 * gdb.btrace/rn-dl-bind.exp
9665 * gdb.btrace/segv.exp
9666 * gdb.btrace/step.exp
9667 * gdb.btrace/stepi.exp
9668 * gdb.btrace/tailcall-only.exp
9669 * gdb.btrace/tailcall.exp
9670 * gdb.btrace/tsx.exp
9671 * gdb.btrace/unknown_functions.exp
9672 * gdb.btrace/vdso.exp
9673 * gdb.compile/compile-ifunc.exp
9674 * gdb.compile/compile-ops.exp
9675 * gdb.compile/compile-print.exp
9676 * gdb.compile/compile-setjmp.exp
9677 * gdb.cp/abstract-origin.exp
9678 * gdb.cp/ambiguous.exp
9679 * gdb.cp/annota2.exp
9680 * gdb.cp/annota3.exp
9681 * gdb.cp/anon-ns.exp
9682 * gdb.cp/anon-struct.exp
9683 * gdb.cp/anon-union.exp
9684 * gdb.cp/arg-reference.exp
9685 * gdb.cp/baseenum.exp
9686 * gdb.cp/bool.exp
9687 * gdb.cp/breakpoint.exp
9688 * gdb.cp/bs15503.exp
9689 * gdb.cp/call-c.exp
9690 * gdb.cp/casts.exp
9691 * gdb.cp/chained-calls.exp
9692 * gdb.cp/class2.exp
9693 * gdb.cp/classes.exp
9694 * gdb.cp/cmpd-minsyms.exp
9695 * gdb.cp/converts.exp
9696 * gdb.cp/cp-relocate.exp
9697 * gdb.cp/cpcompletion.exp
9698 * gdb.cp/cpexprs.exp
9699 * gdb.cp/cplabel.exp
9700 * gdb.cp/cplusfuncs.exp
9701 * gdb.cp/cpsizeof.exp
9702 * gdb.cp/ctti.exp
9703 * gdb.cp/derivation.exp
9704 * gdb.cp/destrprint.exp
9705 * gdb.cp/dispcxx.exp
9706 * gdb.cp/enum-class.exp
9707 * gdb.cp/exception.exp
9708 * gdb.cp/exceptprint.exp
9709 * gdb.cp/expand-psymtabs-cxx.exp
9710 * gdb.cp/expand-sals.exp
9711 * gdb.cp/extern-c.exp
9712 * gdb.cp/filename.exp
9713 * gdb.cp/formatted-ref.exp
9714 * gdb.cp/fpointer.exp
9715 * gdb.cp/gdb1355.exp
9716 * gdb.cp/gdb2495.exp
9717 * gdb.cp/hang.exp
9718 * gdb.cp/impl-this.exp
9719 * gdb.cp/infcall-dlopen.exp
9720 * gdb.cp/inherit.exp
9721 * gdb.cp/iostream.exp
9722 * gdb.cp/koenig.exp
9723 * gdb.cp/local.exp
9724 * gdb.cp/m-data.exp
9725 * gdb.cp/m-static.exp
9726 * gdb.cp/mb-ctor.exp
9727 * gdb.cp/mb-inline.exp
9728 * gdb.cp/mb-templates.exp
9729 * gdb.cp/member-name.exp
9730 * gdb.cp/member-ptr.exp
9731 * gdb.cp/meth-typedefs.exp
9732 * gdb.cp/method.exp
9733 * gdb.cp/method2.exp
9734 * gdb.cp/minsym-fallback.exp
9735 * gdb.cp/misc.exp
9736 * gdb.cp/namelessclass.exp
9737 * gdb.cp/namespace-enum.exp
9738 * gdb.cp/namespace-nested-import.exp
9739 * gdb.cp/namespace.exp
9740 * gdb.cp/nextoverthrow.exp
9741 * gdb.cp/no-dmgl-verbose.exp
9742 * gdb.cp/non-trivial-retval.exp
9743 * gdb.cp/noparam.exp
9744 * gdb.cp/nsdecl.exp
9745 * gdb.cp/nsimport.exp
9746 * gdb.cp/nsnested.exp
9747 * gdb.cp/nsnoimports.exp
9748 * gdb.cp/nsrecurs.exp
9749 * gdb.cp/nsstress.exp
9750 * gdb.cp/nsusing.exp
9751 * gdb.cp/operator.exp
9752 * gdb.cp/oranking.exp
9753 * gdb.cp/overload-const.exp
9754 * gdb.cp/overload.exp
9755 * gdb.cp/ovldbreak.exp
9756 * gdb.cp/ovsrch.exp
9757 * gdb.cp/paren-type.exp
9758 * gdb.cp/parse-lang.exp
9759 * gdb.cp/pass-by-ref.exp
9760 * gdb.cp/pr-1023.exp
9761 * gdb.cp/pr-1210.exp
9762 * gdb.cp/pr-574.exp
9763 * gdb.cp/pr10687.exp
9764 * gdb.cp/pr12028.exp
9765 * gdb.cp/pr17132.exp
9766 * gdb.cp/pr17494.exp
9767 * gdb.cp/pr9067.exp
9768 * gdb.cp/pr9167.exp
9769 * gdb.cp/pr9631.exp
9770 * gdb.cp/printmethod.exp
9771 * gdb.cp/psmang.exp
9772 * gdb.cp/psymtab-parameter.exp
9773 * gdb.cp/ptype-cv-cp.exp
9774 * gdb.cp/ptype-flags.exp
9775 * gdb.cp/re-set-overloaded.exp
9776 * gdb.cp/ref-types.exp
9777 * gdb.cp/rtti.exp
9778 * gdb.cp/scope-err.exp
9779 * gdb.cp/shadow.exp
9780 * gdb.cp/smartp.exp
9781 * gdb.cp/static-method.exp
9782 * gdb.cp/static-print-quit.exp
9783 * gdb.cp/temargs.exp
9784 * gdb.cp/templates.exp
9785 * gdb.cp/try_catch.exp
9786 * gdb.cp/typedef-operator.exp
9787 * gdb.cp/typeid.exp
9788 * gdb.cp/userdef.exp
9789 * gdb.cp/using-crash.exp
9790 * gdb.cp/var-tag.exp
9791 * gdb.cp/virtbase.exp
9792 * gdb.cp/virtfunc.exp
9793 * gdb.cp/virtfunc2.exp
9794 * gdb.cp/vla-cxx.exp
9795 * gdb.disasm/t01_mov.exp
9796 * gdb.disasm/t02_mova.exp
9797 * gdb.disasm/t03_add.exp
9798 * gdb.disasm/t04_sub.exp
9799 * gdb.disasm/t05_cmp.exp
9800 * gdb.disasm/t06_ari2.exp
9801 * gdb.disasm/t07_ari3.exp
9802 * gdb.disasm/t08_or.exp
9803 * gdb.disasm/t09_xor.exp
9804 * gdb.disasm/t10_and.exp
9805 * gdb.disasm/t11_logs.exp
9806 * gdb.disasm/t12_bit.exp
9807 * gdb.disasm/t13_otr.exp
9808 * gdb.dlang/circular.exp
9809 * gdb.dwarf2/arr-stride.exp
9810 * gdb.dwarf2/arr-subrange.exp
9811 * gdb.dwarf2/atomic-type.exp
9812 * gdb.dwarf2/bad-regnum.exp
9813 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9814 * gdb.dwarf2/callframecfa.exp
9815 * gdb.dwarf2/clztest.exp
9816 * gdb.dwarf2/corrupt.exp
9817 * gdb.dwarf2/data-loc.exp
9818 * gdb.dwarf2/dup-psym.exp
9819 * gdb.dwarf2/dw2-anon-mptr.exp
9820 * gdb.dwarf2/dw2-anonymous-func.exp
9821 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9822 * gdb.dwarf2/dw2-bad-unresolved.exp
9823 * gdb.dwarf2/dw2-basic.exp
9824 * gdb.dwarf2/dw2-canonicalize-type.exp
9825 * gdb.dwarf2/dw2-case-insensitive.exp
9826 * gdb.dwarf2/dw2-common-block.exp
9827 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9828 * gdb.dwarf2/dw2-compressed.exp
9829 * gdb.dwarf2/dw2-const.exp
9830 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9831 * gdb.dwarf2/dw2-cu-size.exp
9832 * gdb.dwarf2/dw2-dup-frame.exp
9833 * gdb.dwarf2/dw2-entry-value.exp
9834 * gdb.dwarf2/dw2-icycle.exp
9835 * gdb.dwarf2/dw2-ifort-parameter.exp
9836 * gdb.dwarf2/dw2-inline-break.exp
9837 * gdb.dwarf2/dw2-inline-param.exp
9838 * gdb.dwarf2/dw2-intercu.exp
9839 * gdb.dwarf2/dw2-intermix.exp
9840 * gdb.dwarf2/dw2-lexical-block-bare.exp
9841 * gdb.dwarf2/dw2-linkage-name-trust.exp
9842 * gdb.dwarf2/dw2-minsym-in-cu.exp
9843 * gdb.dwarf2/dw2-noloc.exp
9844 * gdb.dwarf2/dw2-op-call.exp
9845 * gdb.dwarf2/dw2-op-out-param.exp
9846 * gdb.dwarf2/dw2-opt-structptr.exp
9847 * gdb.dwarf2/dw2-param-error.exp
9848 * gdb.dwarf2/dw2-producer.exp
9849 * gdb.dwarf2/dw2-ranges-base.exp
9850 * gdb.dwarf2/dw2-ref-missing-frame.exp
9851 * gdb.dwarf2/dw2-reg-undefined.exp
9852 * gdb.dwarf2/dw2-regno-invalid.exp
9853 * gdb.dwarf2/dw2-restore.exp
9854 * gdb.dwarf2/dw2-restrict.exp
9855 * gdb.dwarf2/dw2-single-line-discriminators.exp
9856 * gdb.dwarf2/dw2-strp.exp
9857 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9858 * gdb.dwarf2/dw2-unresolved.exp
9859 * gdb.dwarf2/dw2-var-zero-addr.exp
9860 * gdb.dwarf2/dw4-sig-types.exp
9861 * gdb.dwarf2/dwz.exp
9862 * gdb.dwarf2/dynarr-ptr.exp
9863 * gdb.dwarf2/enum-type.exp
9864 * gdb.dwarf2/gdb-index.exp
9865 * gdb.dwarf2/implptr-64bit.exp
9866 * gdb.dwarf2/implptr-optimized-out.exp
9867 * gdb.dwarf2/implptr.exp
9868 * gdb.dwarf2/implref-array.exp
9869 * gdb.dwarf2/implref-const.exp
9870 * gdb.dwarf2/implref-global.exp
9871 * gdb.dwarf2/implref-struct.exp
9872 * gdb.dwarf2/mac-fileno.exp
9873 * gdb.dwarf2/main-subprogram.exp
9874 * gdb.dwarf2/member-ptr-forwardref.exp
9875 * gdb.dwarf2/method-ptr.exp
9876 * gdb.dwarf2/missing-sig-type.exp
9877 * gdb.dwarf2/nonvar-access.exp
9878 * gdb.dwarf2/opaque-type-lookup.exp
9879 * gdb.dwarf2/pieces-optimized-out.exp
9880 * gdb.dwarf2/pieces.exp
9881 * gdb.dwarf2/pr10770.exp
9882 * gdb.dwarf2/pr13961.exp
9883 * gdb.dwarf2/staticvirtual.exp
9884 * gdb.dwarf2/subrange.exp
9885 * gdb.dwarf2/symtab-producer.exp
9886 * gdb.dwarf2/trace-crash.exp
9887 * gdb.dwarf2/typeddwarf.exp
9888 * gdb.dwarf2/valop.exp
9889 * gdb.dwarf2/watch-notconst.exp
9890 * gdb.fortran/array-element.exp
9891 * gdb.fortran/charset.exp
9892 * gdb.fortran/common-block.exp
9893 * gdb.fortran/complex.exp
9894 * gdb.fortran/derived-type-function.exp
9895 * gdb.fortran/derived-type.exp
9896 * gdb.fortran/logical.exp
9897 * gdb.fortran/module.exp
9898 * gdb.fortran/multi-dim.exp
9899 * gdb.fortran/nested-funcs.exp
9900 * gdb.fortran/print-formatted.exp
9901 * gdb.fortran/subarray.exp
9902 * gdb.fortran/vla-alloc-assoc.exp
9903 * gdb.fortran/vla-datatypes.exp
9904 * gdb.fortran/vla-history.exp
9905 * gdb.fortran/vla-ptr-info.exp
9906 * gdb.fortran/vla-ptype-sub.exp
9907 * gdb.fortran/vla-ptype.exp
9908 * gdb.fortran/vla-sizeof.exp
9909 * gdb.fortran/vla-type.exp
9910 * gdb.fortran/vla-value-sub-arbitrary.exp
9911 * gdb.fortran/vla-value-sub-finish.exp
9912 * gdb.fortran/vla-value-sub.exp
9913 * gdb.fortran/vla-value.exp
9914 * gdb.fortran/whatis_type.exp
9915 * gdb.go/chan.exp
9916 * gdb.go/handcall.exp
9917 * gdb.go/hello.exp
9918 * gdb.go/integers.exp
9919 * gdb.go/methods.exp
9920 * gdb.go/package.exp
9921 * gdb.go/strings.exp
9922 * gdb.go/types.exp
9923 * gdb.go/unsafe.exp
9924 * gdb.guile/scm-arch.exp
9925 * gdb.guile/scm-block.exp
9926 * gdb.guile/scm-breakpoint.exp
9927 * gdb.guile/scm-cmd.exp
9928 * gdb.guile/scm-disasm.exp
9929 * gdb.guile/scm-equal.exp
9930 * gdb.guile/scm-frame-args.exp
9931 * gdb.guile/scm-frame-inline.exp
9932 * gdb.guile/scm-frame.exp
9933 * gdb.guile/scm-iterator.exp
9934 * gdb.guile/scm-math.exp
9935 * gdb.guile/scm-objfile.exp
9936 * gdb.guile/scm-ports.exp
9937 * gdb.guile/scm-symbol.exp
9938 * gdb.guile/scm-symtab.exp
9939 * gdb.guile/scm-value-cc.exp
9940 * gdb.guile/types-module.exp
9941 * gdb.linespec/break-ask.exp
9942 * gdb.linespec/cpexplicit.exp
9943 * gdb.linespec/explicit.exp
9944 * gdb.linespec/keywords.exp
9945 * gdb.linespec/linespec.exp
9946 * gdb.linespec/ls-dollar.exp
9947 * gdb.linespec/ls-errs.exp
9948 * gdb.linespec/skip-two.exp
9949 * gdb.linespec/thread.exp
9950 * gdb.mi/mi-async.exp
9951 * gdb.mi/mi-basics.exp
9952 * gdb.mi/mi-break.exp
9953 * gdb.mi/mi-catch-load.exp
9954 * gdb.mi/mi-cli.exp
9955 * gdb.mi/mi-cmd-param-changed.exp
9956 * gdb.mi/mi-console.exp
9957 * gdb.mi/mi-detach.exp
9958 * gdb.mi/mi-disassemble.exp
9959 * gdb.mi/mi-eval.exp
9960 * gdb.mi/mi-file-transfer.exp
9961 * gdb.mi/mi-file.exp
9962 * gdb.mi/mi-fill-memory.exp
9963 * gdb.mi/mi-inheritance-syntax-error.exp
9964 * gdb.mi/mi-linespec-err-cp.exp
9965 * gdb.mi/mi-logging.exp
9966 * gdb.mi/mi-memory-changed.exp
9967 * gdb.mi/mi-read-memory.exp
9968 * gdb.mi/mi-record-changed.exp
9969 * gdb.mi/mi-reg-undefined.exp
9970 * gdb.mi/mi-regs.exp
9971 * gdb.mi/mi-return.exp
9972 * gdb.mi/mi-reverse.exp
9973 * gdb.mi/mi-simplerun.exp
9974 * gdb.mi/mi-solib.exp
9975 * gdb.mi/mi-stack.exp
9976 * gdb.mi/mi-stepi.exp
9977 * gdb.mi/mi-syn-frame.exp
9978 * gdb.mi/mi-until.exp
9979 * gdb.mi/mi-var-block.exp
9980 * gdb.mi/mi-var-child.exp
9981 * gdb.mi/mi-var-cmd.exp
9982 * gdb.mi/mi-var-cp.exp
9983 * gdb.mi/mi-var-display.exp
9984 * gdb.mi/mi-var-invalidate.exp
9985 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9986 * gdb.mi/mi-vla-fortran.exp
9987 * gdb.mi/mi-watch.exp
9988 * gdb.mi/mi2-var-child.exp
9989 * gdb.mi/user-selected-context-sync.exp
9990 * gdb.modula2/unbounded-array.exp
9991 * gdb.multi/dummy-frame-restore.exp
9992 * gdb.multi/multi-arch-exec.exp
9993 * gdb.multi/multi-arch.exp
9994 * gdb.multi/tids.exp
9995 * gdb.multi/watchpoint-multi.exp
9996 * gdb.opencl/callfuncs.exp
9997 * gdb.opencl/convs_casts.exp
9998 * gdb.opencl/datatypes.exp
9999 * gdb.opencl/operators.exp
10000 * gdb.opencl/vec_comps.exp
10001 * gdb.opt/clobbered-registers-O2.exp
10002 * gdb.opt/inline-break.exp
10003 * gdb.opt/inline-bt.exp
10004 * gdb.opt/inline-cmds.exp
10005 * gdb.opt/inline-locals.exp
10006 * gdb.pascal/case-insensitive-symbols.exp
10007 * gdb.pascal/floats.exp
10008 * gdb.pascal/gdb11492.exp
10009 * gdb.python/lib-types.exp
10010 * gdb.python/py-arch.exp
10011 * gdb.python/py-as-string.exp
10012 * gdb.python/py-bad-printers.exp
10013 * gdb.python/py-block.exp
10014 * gdb.python/py-breakpoint-create-fail.exp
10015 * gdb.python/py-breakpoint.exp
10016 * gdb.python/py-caller-is.exp
10017 * gdb.python/py-cmd.exp
10018 * gdb.python/py-explore-cc.exp
10019 * gdb.python/py-explore.exp
10020 * gdb.python/py-finish-breakpoint.exp
10021 * gdb.python/py-finish-breakpoint2.exp
10022 * gdb.python/py-frame-args.exp
10023 * gdb.python/py-frame-inline.exp
10024 * gdb.python/py-frame.exp
10025 * gdb.python/py-framefilter-mi.exp
10026 * gdb.python/py-infthread.exp
10027 * gdb.python/py-lazy-string.exp
10028 * gdb.python/py-linetable.exp
10029 * gdb.python/py-mi-events.exp
10030 * gdb.python/py-mi-objfile.exp
10031 * gdb.python/py-mi.exp
10032 * gdb.python/py-objfile.exp
10033 * gdb.python/py-pp-integral.exp
10034 * gdb.python/py-pp-maint.exp
10035 * gdb.python/py-pp-re-notag.exp
10036 * gdb.python/py-pp-registration.exp
10037 * gdb.python/py-recurse-unwind.exp
10038 * gdb.python/py-strfns.exp
10039 * gdb.python/py-symbol.exp
10040 * gdb.python/py-symtab.exp
10041 * gdb.python/py-sync-interp.exp
10042 * gdb.python/py-typeprint.exp
10043 * gdb.python/py-unwind-maint.exp
10044 * gdb.python/py-unwind.exp
10045 * gdb.python/py-value-cc.exp
10046 * gdb.python/py-xmethods.exp
10047 * gdb.reverse/amd64-tailcall-reverse.exp
10048 * gdb.reverse/break-precsave.exp
10049 * gdb.reverse/break-reverse.exp
10050 * gdb.reverse/consecutive-precsave.exp
10051 * gdb.reverse/consecutive-reverse.exp
10052 * gdb.reverse/finish-precsave.exp
10053 * gdb.reverse/finish-reverse-bkpt.exp
10054 * gdb.reverse/finish-reverse.exp
10055 * gdb.reverse/fstatat-reverse.exp
10056 * gdb.reverse/getresuid-reverse.exp
10057 * gdb.reverse/i386-precsave.exp
10058 * gdb.reverse/i386-reverse.exp
10059 * gdb.reverse/i386-sse-reverse.exp
10060 * gdb.reverse/i387-env-reverse.exp
10061 * gdb.reverse/i387-stack-reverse.exp
10062 * gdb.reverse/insn-reverse.exp
10063 * gdb.reverse/machinestate-precsave.exp
10064 * gdb.reverse/machinestate.exp
10065 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10066 * gdb.reverse/pipe-reverse.exp
10067 * gdb.reverse/readv-reverse.exp
10068 * gdb.reverse/recvmsg-reverse.exp
10069 * gdb.reverse/rerun-prec.exp
10070 * gdb.reverse/s390-mvcle.exp
10071 * gdb.reverse/step-precsave.exp
10072 * gdb.reverse/step-reverse.exp
10073 * gdb.reverse/time-reverse.exp
10074 * gdb.reverse/until-precsave.exp
10075 * gdb.reverse/until-reverse.exp
10076 * gdb.reverse/waitpid-reverse.exp
10077 * gdb.reverse/watch-precsave.exp
10078 * gdb.reverse/watch-reverse.exp
10079 * gdb.rust/generics.exp
10080 * gdb.rust/methods.exp
10081 * gdb.rust/modules.exp
10082 * gdb.rust/simple.exp
10083 * gdb.server/connect-with-no-symbol-file.exp
10084 * gdb.server/ext-attach.exp
10085 * gdb.server/ext-restart.exp
10086 * gdb.server/ext-wrapper.exp
10087 * gdb.server/file-transfer.exp
10088 * gdb.server/server-exec-info.exp
10089 * gdb.server/server-kill.exp
10090 * gdb.server/server-mon.exp
10091 * gdb.server/wrapper.exp
10092 * gdb.stabs/exclfwd.exp
10093 * gdb.stabs/gdb11479.exp
10094 * gdb.threads/clone-new-thread-event.exp
10095 * gdb.threads/corethreads.exp
10096 * gdb.threads/current-lwp-dead.exp
10097 * gdb.threads/dlopen-libpthread.exp
10098 * gdb.threads/gcore-thread.exp
10099 * gdb.threads/sigstep-threads.exp
10100 * gdb.threads/watchpoint-fork.exp
10101 * gdb.trace/actions-changed.exp
10102 * gdb.trace/backtrace.exp
10103 * gdb.trace/change-loc.exp
10104 * gdb.trace/circ.exp
10105 * gdb.trace/collection.exp
10106 * gdb.trace/disconnected-tracing.exp
10107 * gdb.trace/ftrace.exp
10108 * gdb.trace/mi-trace-frame-collected.exp
10109 * gdb.trace/mi-trace-unavailable.exp
10110 * gdb.trace/mi-traceframe-changed.exp
10111 * gdb.trace/mi-tsv-changed.exp
10112 * gdb.trace/no-attach-trace.exp
10113 * gdb.trace/passc-dyn.exp
10114 * gdb.trace/qtro.exp
10115 * gdb.trace/range-stepping.exp
10116 * gdb.trace/read-memory.exp
10117 * gdb.trace/save-trace.exp
10118 * gdb.trace/signal.exp
10119 * gdb.trace/status-stop.exp
10120 * gdb.trace/tfile.exp
10121 * gdb.trace/trace-break.exp
10122 * gdb.trace/trace-buffer-size.exp
10123 * gdb.trace/trace-condition.exp
10124 * gdb.trace/tracefile-pseudo-reg.exp
10125 * gdb.trace/tstatus.exp
10126 * gdb.trace/unavailable.exp
10127 * gdb.trace/while-dyn.exp
10128 * gdb.trace/while-stepping.exp
10129
34c41c68
DE
101302016-12-22 Doug Evans <xdje42@gmail.com>
10131
10132 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10133 and msymbols.
10134
16e69324
YQ
101352016-12-19 Yao Qi <yao.qi@linaro.org>
10136
10137 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10138 (test_with_self): Don't call do_steps_and_nexts, and remove
10139 code about stepping into xmalloc.
10140
f94f411b
YQ
101412016-12-09 Yao Qi <yao.qi@linaro.org>
10142
10143 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10144
101452016-12-09 Yao Qi <yao.qi@linaro.org>
10146
10147 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10148
f1b5deee
PA
101492016-12-09 Pedro Alves <palves@redhat.com>
10150
10151 * gdb.base/all-architectures-0.exp: New file.
10152 * gdb.base/all-architectures-1.exp: New file.
10153 * gdb.base/all-architectures-2.exp: New file.
10154 * gdb.base/all-architectures-3.exp: New file.
10155 * gdb.base/all-architectures-4.exp: New file.
10156 * gdb.base/all-architectures-5.exp: New file.
10157 * gdb.base/all-architectures-6.exp: New file.
10158 * gdb.base/all-architectures-7.exp: New file.
10159 * gdb.base/all-architectures.exp.in: New file.
10160
364ca42e
YQ
101612016-12-09 Yao Qi <yao.qi@linaro.org>
10162
10163 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10164
107c2d62
LM
101652016-12-02 Luis Machado <lgustavo@codesourcery.com>
10166
10167 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10168 possible.
10169 Remove useless pattern-matching code.
10170
df3ee9ca
PA
101712016-12-02 Pedro Alves <palves@redhat.com>
10172
10173 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10174 procedure.
10175 (top level): Call it.
10176
ec835369
PA
101772016-12-02 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10180 New procedure.
10181 (top level): Call it.
10182
01770bbd
PA
101832016-12-02 Pedro Alves <palves@redhat.com>
10184
10185 PR cli/20559
10186 * gdb.base/commands.exp (user_defined_command_args_eval): New
10187 procedure.
10188 (top level): Call it.
10189
008459ea
LM
101902016-12-02 Luis Machado <lgustavo@codesourcery.com>
10191
10192 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10193 timeout handling.
10194
0c1b455e
TT
101952016-12-02 Tom Tromey <tom@tromey.com>
10196
10197 * gdb.dwarf2/main-subprogram.c: New file.
10198 * gdb.dwarf2/main-subprogram.exp: New file.
10199
018572b8
LM
102002016-12-01 Luis Machado <lgustavo@codesourcery.com>
10201
10202 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10203 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10204 gdb_test_no_output for a couple of cases.
10205 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10206
84c93cd5
LM
102072016-12-01 Luis Machado <lgustavo@codesourcery.com>
10208
10209 Fix test names and standardize compilation error messages throughout
10210 the following files:
10211
10212 * gdb.ada/start.exp
10213 * gdb.arch/alpha-step.exp
10214 * gdb.arch/e500-prologue.exp
10215 * gdb.arch/ftrace-insn-reloc.exp
10216 * gdb.arch/gdb1291.exp
10217 * gdb.arch/gdb1431.exp
10218 * gdb.arch/gdb1558.exp
10219 * gdb.arch/i386-dr3-watch.exp
10220 * gdb.arch/i386-sse-stack-align.exp
10221 * gdb.arch/ia64-breakpoint-shadow.exp
10222 * gdb.arch/pa-nullify.exp
10223 * gdb.arch/powerpc-aix-prologue.exp
10224 * gdb.arch/thumb-bx-pc.exp
10225 * gdb.base/annota1.exp
10226 * gdb.base/annota3.exp
10227 * gdb.base/arrayidx.exp
10228 * gdb.base/assign.exp
10229 * gdb.base/attach.exp
10230 * gdb.base/auxv.exp
10231 * gdb.base/bang.exp
10232 * gdb.base/bfp-test.exp
10233 * gdb.base/bigcore.exp
10234 * gdb.base/bitfields2.exp
10235 * gdb.base/break-fun-addr.exp
10236 * gdb.base/break-probes.exp
10237 * gdb.base/call-rt-st.exp
10238 * gdb.base/callexit.exp
10239 * gdb.base/catch-fork-kill.exp
10240 * gdb.base/charset.exp
10241 * gdb.base/checkpoint.exp
10242 * gdb.base/comprdebug.exp
10243 * gdb.base/constvars.exp
10244 * gdb.base/coredump-filter.exp
10245 * gdb.base/cursal.exp
10246 * gdb.base/cvexpr.exp
10247 * gdb.base/detach.exp
10248 * gdb.base/display.exp
10249 * gdb.base/dmsym.exp
10250 * gdb.base/dprintf-pending.exp
10251 * gdb.base/dso2dso.exp
10252 * gdb.base/dtrace-probe.exp
10253 * gdb.base/dump.exp
10254 * gdb.base/enum_cond.exp
10255 * gdb.base/exe-lock.exp
10256 * gdb.base/exec-invalid-sysroot.exp
10257 * gdb.base/execl-update-breakpoints.exp
10258 * gdb.base/exprs.exp
10259 * gdb.base/fileio.exp
10260 * gdb.base/find.exp
10261 * gdb.base/finish.exp
10262 * gdb.base/fixsection.exp
10263 * gdb.base/foll-vfork.exp
10264 * gdb.base/frame-args.exp
10265 * gdb.base/gcore.exp
10266 * gdb.base/gdb1250.exp
10267 * gdb.base/global-var-nested-by-dso.exp
10268 * gdb.base/gnu-ifunc.exp
10269 * gdb.base/hashline1.exp
10270 * gdb.base/hashline2.exp
10271 * gdb.base/hashline3.exp
10272 * gdb.base/hbreak-in-shr-unsupported.exp
10273 * gdb.base/huge.exp
10274 * gdb.base/infcall-input.exp
10275 * gdb.base/info-fun.exp
10276 * gdb.base/info-shared.exp
10277 * gdb.base/jit-simple.exp
10278 * gdb.base/jit-so.exp
10279 * gdb.base/jit.exp
10280 * gdb.base/jump.exp
10281 * gdb.base/label.exp
10282 * gdb.base/lineinc.exp
10283 * gdb.base/logical.exp
10284 * gdb.base/longjmp.exp
10285 * gdb.base/macscp.exp
10286 * gdb.base/miscexprs.exp
10287 * gdb.base/new-ui-echo.exp
10288 * gdb.base/new-ui-pending-input.exp
10289 * gdb.base/new-ui.exp
10290 * gdb.base/nodebug.exp
10291 * gdb.base/nofield.exp
10292 * gdb.base/offsets.exp
10293 * gdb.base/overlays.exp
10294 * gdb.base/pending.exp
10295 * gdb.base/pointers.exp
10296 * gdb.base/pr11022.exp
10297 * gdb.base/printcmds.exp
10298 * gdb.base/prologue.exp
10299 * gdb.base/ptr-typedef.exp
10300 * gdb.base/realname-expand.exp
10301 * gdb.base/relativedebug.exp
10302 * gdb.base/relocate.exp
10303 * gdb.base/remote.exp
10304 * gdb.base/reread.exp
10305 * gdb.base/return2.exp
10306 * gdb.base/savedregs.exp
10307 * gdb.base/sep.exp
10308 * gdb.base/sepdebug.exp
10309 * gdb.base/sepsymtab.exp
10310 * gdb.base/set-inferior-tty.exp
10311 * gdb.base/setshow.exp
10312 * gdb.base/shlib-call.exp
10313 * gdb.base/sigaltstack.exp
10314 * gdb.base/siginfo-addr.exp
10315 * gdb.base/signals.exp
10316 * gdb.base/signull.exp
10317 * gdb.base/sigrepeat.exp
10318 * gdb.base/so-impl-ld.exp
10319 * gdb.base/solib-display.exp
10320 * gdb.base/solib-overlap.exp
10321 * gdb.base/solib-search.exp
10322 * gdb.base/solib-symbol.exp
10323 * gdb.base/structs.exp
10324 * gdb.base/structs2.exp
10325 * gdb.base/symtab-search-order.exp
10326 * gdb.base/twice.exp
10327 * gdb.base/unload.exp
10328 * gdb.base/varargs.exp
10329 * gdb.base/watchpoint-solib.exp
10330 * gdb.base/watchpoint.exp
10331 * gdb.base/whatis.exp
10332 * gdb.base/wrong_frame_bt_full.exp
10333 * gdb.btrace/dlopen.exp
10334 * gdb.cell/ea-standalone.exp
10335 * gdb.cell/ea-test.exp
10336 * gdb.cp/dispcxx.exp
10337 * gdb.cp/gdb2384.exp
10338 * gdb.cp/method2.exp
10339 * gdb.cp/nextoverthrow.exp
10340 * gdb.cp/pr10728.exp
10341 * gdb.disasm/am33.exp
10342 * gdb.disasm/h8300s.exp
10343 * gdb.disasm/mn10300.exp
10344 * gdb.disasm/sh3.exp
10345 * gdb.dwarf2/dw2-dir-file-name.exp
10346 * gdb.fortran/complex.exp
10347 * gdb.fortran/library-module.exp
10348 * gdb.guile/scm-pretty-print.exp
10349 * gdb.guile/scm-symbol.exp
10350 * gdb.guile/scm-type.exp
10351 * gdb.guile/scm-value.exp
10352 * gdb.linespec/linespec.exp
10353 * gdb.mi/gdb701.exp
10354 * gdb.mi/gdb792.exp
10355 * gdb.mi/mi-breakpoint-changed.exp
10356 * gdb.mi/mi-dprintf-pending.exp
10357 * gdb.mi/mi-dprintf.exp
10358 * gdb.mi/mi-exit-code.exp
10359 * gdb.mi/mi-pending.exp
10360 * gdb.mi/mi-solib.exp
10361 * gdb.mi/new-ui-mi-sync.exp
10362 * gdb.mi/pr11022.exp
10363 * gdb.mi/user-selected-context-sync.exp
10364 * gdb.opt/solib-intra-step.exp
10365 * gdb.python/py-events.exp
10366 * gdb.python/py-finish-breakpoint.exp
10367 * gdb.python/py-mi.exp
10368 * gdb.python/py-prettyprint.exp
10369 * gdb.python/py-shared.exp
10370 * gdb.python/py-symbol.exp
10371 * gdb.python/py-template.exp
10372 * gdb.python/py-type.exp
10373 * gdb.python/py-value.exp
10374 * gdb.reverse/solib-precsave.exp
10375 * gdb.reverse/solib-reverse.exp
10376 * gdb.server/solib-list.exp
10377 * gdb.stabs/weird.exp
10378 * gdb.threads/reconnect-signal.exp
10379 * gdb.threads/stepi-random-signal.exp
10380 * gdb.trace/actions.exp
10381 * gdb.trace/ax.exp
10382 * gdb.trace/backtrace.exp
10383 * gdb.trace/change-loc.exp
10384 * gdb.trace/deltrace.exp
10385 * gdb.trace/ftrace-lock.exp
10386 * gdb.trace/ftrace.exp
10387 * gdb.trace/infotrace.exp
10388 * gdb.trace/mi-tracepoint-changed.exp
10389 * gdb.trace/packetlen.exp
10390 * gdb.trace/passcount.exp
10391 * gdb.trace/pending.exp
10392 * gdb.trace/range-stepping.exp
10393 * gdb.trace/report.exp
10394 * gdb.trace/stap-trace.exp
10395 * gdb.trace/tfind.exp
10396 * gdb.trace/trace-break.exp
10397 * gdb.trace/trace-condition.exp
10398 * gdb.trace/trace-enable-disable.exp
10399 * gdb.trace/trace-mt.exp
10400 * gdb.trace/tracecmd.exp
10401 * gdb.trace/tspeed.exp
10402 * gdb.trace/tsv.exp
10403 * lib/perftest.exp
10404
fb9feb35
LM
104052016-12-01 Luis Machado <lgustavo@codesourcery.com>
10406
10407 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10408 with gdb_test_no_output.
10409 Use command as test name.
10410
cd2ddb6c
LM
104112016-12-01 Luis Machado <lgustavo@codesourcery.com>
10412
10413 Fix test names starting with uppercase throughout the files.
10414
10415 * gdb.ada/assign_1.exp
10416 * gdb.ada/boolean_expr.exp
10417 * gdb.base/arrayidx.exp
10418 * gdb.base/del.exp
10419 * gdb.base/gcore-buffer-overflow.exp
10420 * gdb.base/testenv.exp
10421 * gdb.compile/compile.exp
10422 * gdb.python/py-framefilter-invalidarg.exp
10423 * gdb.python/py-framefilter.exp
10424
bb95117e
LM
104252016-12-01 Luis Machado <lgustavo@codesourcery.com>
10426
10427 Fix test names starting with uppercase throughout the files.
10428
10429 * gdb.ada/array_return.exp
10430 * gdb.ada/expr_delims.exp
10431 * gdb.ada/mi_dyn_arr.exp
10432 * gdb.ada/mi_interface.exp
10433 * gdb.ada/mi_var_array.exp
10434 * gdb.ada/watch_arg.exp
10435 * gdb.arch/alpha-step.exp
10436 * gdb.arch/altivec-regs.exp
10437 * gdb.arch/e500-regs.exp
10438 * gdb.arch/powerpc-d128-regs.exp
10439 * gdb.base/arrayidx.exp
10440 * gdb.base/break.exp
10441 * gdb.base/checkpoint.exp
10442 * gdb.base/debug-expr.exp
10443 * gdb.base/dmsym.exp
10444 * gdb.base/radix.exp
10445 * gdb.base/sepdebug.exp
10446 * gdb.base/testenv.exp
10447 * gdb.base/watch_thread_num.exp
10448 * gdb.base/watchpoint-cond-gone.exp
10449 * gdb.cell/break.exp
10450 * gdb.cell/ea-cache.exp
10451 * gdb.compile/compile.exp
10452 * gdb.cp/gdb2495.exp
10453 * gdb.gdb/selftest.exp
10454 * gdb.gdb/xfullpath.exp
10455 * gdb.go/hello.exp
10456 * gdb.go/integers.exp
10457 * gdb.objc/basicclass.exp
10458 * gdb.pascal/hello.exp
10459 * gdb.pascal/integers.exp
10460 * gdb.python/py-breakpoint.exp
10461 * gdb.python/py-cmd.exp
10462 * gdb.python/py-linetable.exp
10463 * gdb.python/py-xmethods.exp
10464 * gdb.python/python.exp
10465 * gdb.reverse/consecutive-precsave.exp
10466 * gdb.reverse/finish-precsave.exp
10467 * gdb.reverse/i386-precsave.exp
10468 * gdb.reverse/machinestate-precsave.exp
10469 * gdb.reverse/sigall-precsave.exp
10470 * gdb.reverse/solib-precsave.exp
10471 * gdb.reverse/step-precsave.exp
10472 * gdb.reverse/until-precsave.exp
10473 * gdb.reverse/watch-precsave.exp
10474 * gdb.threads/leader-exit.exp
10475 * gdb.threads/pthreads.exp
10476 * gdb.threads/wp-replication.exp
10477 * gdb.trace/actions.exp
10478 * gdb.trace/mi-tsv-changed.exp
10479 * gdb.trace/tsv.exp
10480
de97fdd4
LM
104812016-12-01 Luis Machado <lgustavo@codesourcery.com>
10482
10483 Fix test names starting with uppercase throughout the files.
10484
10485 * gdb.arch/i386-bp_permanent.exp
10486 * gdb.arch/i386-gnu-cfi.exp
10487 * gdb.base/disasm-end-cu.exp
10488 * gdb.base/macscp.exp
10489 * gdb.base/pending.exp
10490 * gdb.base/watch_thread_num.exp
10491 * gdb.cp/exception.exp
10492 * gdb.cp/gdb2495.exp
10493 * gdb.cp/local.exp
10494 * gdb.python/py-evsignal.exp
10495 * gdb.python/python.exp
10496 * gdb.trace/tracecmd.exp
10497
9f058c10
LM
104982016-12-01 Luis Machado <lgustavo@codesourcery.com>
10499
10500 Fix test names starting with uppercase throughout the files.
10501
10502 * gdb.base/charset.exp
10503 * gdb.base/eval.exp
10504 * gdb.base/multi-forks.exp
10505 * gdb.guile/scm-progspace.exp
10506 * gdb.opencl/datatypes.exp
10507 * gdb.python/py-block.exp
10508 * gdb.python/py-function.exp
10509 * gdb.python/py-symbol.exp
10510 * gdb.python/py-symtab.exp
10511 * gdb.python/py-xmethods.exp
10512 * gdb.reverse/break-precsave.exp
10513 * gdb.reverse/break-reverse.exp
10514 * gdb.reverse/consecutive-precsave.exp
10515 * gdb.reverse/consecutive-reverse.exp
10516 * gdb.reverse/finish-precsave.exp
10517 * gdb.reverse/finish-reverse-bkpt.exp
10518 * gdb.reverse/finish-reverse.exp
10519 * gdb.reverse/fstatat-reverse.exp
10520 * gdb.reverse/getresuid-reverse.exp
10521 * gdb.reverse/i386-precsave.exp
10522 * gdb.reverse/i386-reverse.exp
10523 * gdb.reverse/i386-sse-reverse.exp
10524 * gdb.reverse/i387-stack-reverse.exp
10525 * gdb.reverse/insn-reverse.exp
10526 * gdb.reverse/machinestate-precsave.exp
10527 * gdb.reverse/machinestate.exp
10528 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10529 * gdb.reverse/pipe-reverse.exp
10530 * gdb.reverse/readv-reverse.exp
10531 * gdb.reverse/recvmsg-reverse.exp
10532 * gdb.reverse/rerun-prec.exp
10533 * gdb.reverse/s390-mvcle.exp
10534 * gdb.reverse/sigall-precsave.exp
10535 * gdb.reverse/sigall-reverse.exp
10536 * gdb.reverse/solib-precsave.exp
10537 * gdb.reverse/solib-reverse.exp
10538 * gdb.reverse/step-precsave.exp
10539 * gdb.reverse/step-reverse.exp
10540 * gdb.reverse/time-reverse.exp
10541 * gdb.reverse/until-precsave.exp
10542 * gdb.reverse/until-reverse.exp
10543 * gdb.reverse/waitpid-reverse.exp
10544 * gdb.reverse/watch-precsave.exp
10545 * gdb.reverse/watch-reverse.exp
10546
cdc7edd7
LM
105472016-12-01 Luis Machado <lgustavo@codesourcery.com>
10548
10549 Fix test names starting with uppercase throughout the files.
10550
10551 * gdb.arch/i386-mpx-simple_segv.exp
10552 * gdb.arch/i386-mpx.exp
10553 * gdb.arch/i386-permbkpt.exp
10554 * gdb.arch/pa-nullify.exp
10555 * gdb.arch/powerpc-d128-regs.exp
10556 * gdb.arch/vsx-regs.exp
10557 * gdb.base/bfp-test.exp
10558 * gdb.base/break.exp
10559 * gdb.base/breakpoint-shadow.exp
10560 * gdb.base/callfuncs.exp
10561 * gdb.base/charset.exp
10562 * gdb.base/commands.exp
10563 * gdb.base/completion.exp
10564 * gdb.base/dfp-test.exp
10565 * gdb.base/echo.exp
10566 * gdb.base/ending-run.exp
10567 * gdb.base/eval.exp
10568 * gdb.base/expand-psymtabs.exp
10569 * gdb.base/float128.exp
10570 * gdb.base/floatn.exp
10571 * gdb.base/foll-exec-mode.exp
10572 * gdb.base/gdb1056.exp
10573 * gdb.base/gdb11531.exp
10574 * gdb.base/kill-after-signal.exp
10575 * gdb.base/multi-forks.exp
10576 * gdb.base/overlays.exp
10577 * gdb.base/pending.exp
10578 * gdb.base/sepdebug.exp
10579 * gdb.base/testenv.exp
10580 * gdb.base/valgrind-db-attach.exp
10581 * gdb.base/watch_thread_num.exp
10582 * gdb.base/watchpoint-cond-gone.exp
10583 * gdb.base/watchpoint.exp
10584 * gdb.base/watchpoints.exp
10585 * gdb.cp/arg-reference.exp
10586 * gdb.cp/baseenum.exp
10587 * gdb.cp/operator.exp
10588 * gdb.cp/shadow.exp
10589 * gdb.dwarf2/dw2-op-out-param.exp
10590 * gdb.dwarf2/dw2-reg-undefined.exp
10591 * gdb.go/chan.exp
10592 * gdb.go/hello.exp
10593 * gdb.go/integers.exp
10594 * gdb.go/methods.exp
10595 * gdb.go/package.exp
10596 * gdb.guile/scm-parameter.exp
10597 * gdb.guile/scm-progspace.exp
10598 * gdb.guile/scm-value.exp
10599 * gdb.mi/mi-pending.exp
10600 * gdb.mi/user-selected-context-sync.exp
10601 * gdb.multi/multi-attach.exp
10602 * gdb.multi/tids.exp
10603 * gdb.opt/clobbered-registers-O2.exp
10604 * gdb.pascal/floats.exp
10605 * gdb.pascal/integers.exp
10606 * gdb.python/py-block.exp
10607 * gdb.python/py-events.exp
10608 * gdb.python/py-parameter.exp
10609 * gdb.python/py-symbol.exp
10610 * gdb.python/py-symtab.exp
10611 * gdb.python/py-type.exp
10612 * gdb.python/py-value.exp
10613 * gdb.python/py-xmethods.exp
10614 * gdb.python/python.exp
10615 * gdb.reverse/break-precsave.exp
10616 * gdb.reverse/consecutive-precsave.exp
10617 * gdb.reverse/finish-precsave.exp
10618 * gdb.reverse/i386-precsave.exp
10619 * gdb.reverse/machinestate-precsave.exp
10620 * gdb.reverse/sigall-precsave.exp
10621 * gdb.reverse/solib-precsave.exp
10622 * gdb.reverse/step-precsave.exp
10623 * gdb.reverse/until-precsave.exp
10624 * gdb.reverse/watch-precsave.exp
10625 * gdb.server/ext-attach.exp
10626 * gdb.server/ext-restart.exp
10627 * gdb.server/ext-run.exp
10628 * gdb.server/ext-wrapper.exp
10629 * gdb.stabs/gdb11479.exp
10630 * gdb.stabs/weird.exp
10631 * gdb.threads/attach-many-short-lived-threads.exp
10632 * gdb.threads/kill.exp
10633 * gdb.threads/watchpoint-fork.exp
10634
bc6c7af4
LM
106352016-12-01 Luis Machado <lgustavo@codesourcery.com>
10636
10637 Fix test names starting with uppercase throughout all the files below.
10638
10639 * gdb.ada/array_return.exp
10640 * gdb.ada/catch_ex.exp
10641 * gdb.ada/info_exc.exp
10642 * gdb.ada/mi_catch_ex.exp
10643 * gdb.ada/mi_dyn_arr.exp
10644 * gdb.ada/mi_ex_cond.exp
10645 * gdb.ada/mi_exc_info.exp
10646 * gdb.ada/mi_interface.exp
10647 * gdb.ada/mi_task_arg.exp
10648 * gdb.ada/mi_task_info.exp
10649 * gdb.ada/mi_var_array.exp
10650 * gdb.arch/alpha-step.exp
10651 * gdb.arch/amd64-disp-step.exp
10652 * gdb.arch/arm-disp-step.exp
10653 * gdb.arch/disp-step-insn-reloc.exp
10654 * gdb.arch/e500-prologue.exp
10655 * gdb.arch/ftrace-insn-reloc.exp
10656 * gdb.arch/gdb1558.exp
10657 * gdb.arch/i386-bp_permanent.exp
10658 * gdb.arch/i386-disp-step.exp
10659 * gdb.arch/i386-float.exp
10660 * gdb.arch/i386-gnu-cfi.exp
10661 * gdb.arch/ia64-breakpoint-shadow.exp
10662 * gdb.arch/mips16-thunks.exp
10663 * gdb.arch/pa-nullify.exp
10664 * gdb.arch/powerpc-aix-prologue.exp
10665 * gdb.arch/powerpc-power.exp
10666 * gdb.arch/ppc-dfp.exp
10667 * gdb.arch/s390-tdbregs.exp
10668 * gdb.arch/spu-info.exp
10669 * gdb.arch/spu-ls.exp
10670 * gdb.arch/thumb-bx-pc.exp
10671 * gdb.base/advance.exp
10672 * gdb.base/annota-input-while-running.exp
10673 * gdb.base/arrayidx.exp
10674 * gdb.base/asmlabel.exp
10675 * gdb.base/async.exp
10676 * gdb.base/attach-wait-input.exp
10677 * gdb.base/auto-connect-native-target.exp
10678 * gdb.base/batch-preserve-term-settings.exp
10679 * gdb.base/bfp-test.exp
10680 * gdb.base/bigcore.exp
10681 * gdb.base/bp-permanent.exp
10682 * gdb.base/break-always.exp
10683 * gdb.base/break-fun-addr.exp
10684 * gdb.base/break-idempotent.exp
10685 * gdb.base/break-main-file-remove-fail.exp
10686 * gdb.base/break-probes.exp
10687 * gdb.base/break-unload-file.exp
10688 * gdb.base/break.exp
10689 * gdb.base/call-ar-st.exp
10690 * gdb.base/call-rt-st.exp
10691 * gdb.base/call-sc.exp
10692 * gdb.base/call-signal-resume.exp
10693 * gdb.base/call-strs.exp
10694 * gdb.base/callexit.exp
10695 * gdb.base/callfuncs.exp
10696 * gdb.base/catch-gdb-caused-signals.exp
10697 * gdb.base/catch-signal-siginfo-cond.exp
10698 * gdb.base/catch-syscall.exp
10699 * gdb.base/compare-sections.exp
10700 * gdb.base/cond-eval-mode.exp
10701 * gdb.base/condbreak-call-false.exp
10702 * gdb.base/consecutive-step-over.exp
10703 * gdb.base/cursal.exp
10704 * gdb.base/disabled-location.exp
10705 * gdb.base/disasm-end-cu.exp
10706 * gdb.base/display.exp
10707 * gdb.base/double-prompt-target-event-error.exp
10708 * gdb.base/dprintf-bp-same-addr.exp
10709 * gdb.base/dprintf-detach.exp
10710 * gdb.base/dprintf-next.exp
10711 * gdb.base/dprintf-non-stop.exp
10712 * gdb.base/dprintf-pending.exp
10713 * gdb.base/dso2dso.exp
10714 * gdb.base/ending-run.exp
10715 * gdb.base/enum_cond.exp
10716 * gdb.base/examine-backward.exp
10717 * gdb.base/exe-lock.exp
10718 * gdb.base/exec-invalid-sysroot.exp
10719 * gdb.base/execl-update-breakpoints.exp
10720 * gdb.base/execution-termios.exp
10721 * gdb.base/fileio.exp
10722 * gdb.base/fixsection.exp
10723 * gdb.base/foll-exec-mode.exp
10724 * gdb.base/foll-exec.exp
10725 * gdb.base/fork-running-state.exp
10726 * gdb.base/frame-args.exp
10727 * gdb.base/fullpath-expand.exp
10728 * gdb.base/func-ptr.exp
10729 * gdb.base/gcore-relro-pie.exp
10730 * gdb.base/gdb1090.exp
10731 * gdb.base/gdb1555.exp
10732 * gdb.base/global-var-nested-by-dso.exp
10733 * gdb.base/gnu-ifunc.exp
10734 * gdb.base/hbreak-in-shr-unsupported.exp
10735 * gdb.base/hbreak-unmapped.exp
10736 * gdb.base/hook-stop.exp
10737 * gdb.base/infcall-input.exp
10738 * gdb.base/info-fun.exp
10739 * gdb.base/info-shared.exp
10740 * gdb.base/interrupt-noterm.exp
10741 * gdb.base/jit-so.exp
10742 * gdb.base/jit.exp
10743 * gdb.base/line-symtabs.exp
10744 * gdb.base/list.exp
10745 * gdb.base/longjmp.exp
10746 * gdb.base/macscp.exp
10747 * gdb.base/max-value-size.exp
10748 * gdb.base/nodebug.exp
10749 * gdb.base/nofield.exp
10750 * gdb.base/overlays.exp
10751 * gdb.base/paginate-after-ctrl-c-running.exp
10752 * gdb.base/paginate-bg-execution.exp
10753 * gdb.base/paginate-inferior-exit.exp
10754 * gdb.base/pending.exp
10755 * gdb.base/pr11022.exp
10756 * gdb.base/printcmds.exp
10757 * gdb.base/ptr-typedef.exp
10758 * gdb.base/ptype.exp
10759 * gdb.base/randomize.exp
10760 * gdb.base/range-stepping.exp
10761 * gdb.base/realname-expand.exp
10762 * gdb.base/relativedebug.exp
10763 * gdb.base/remote.exp
10764 * gdb.base/savedregs.exp
10765 * gdb.base/sepdebug.exp
10766 * gdb.base/set-noassign.exp
10767 * gdb.base/shlib-call.exp
10768 * gdb.base/shreloc.exp
10769 * gdb.base/sigaltstack.exp
10770 * gdb.base/sigbpt.exp
10771 * gdb.base/siginfo-addr.exp
10772 * gdb.base/siginfo-obj.exp
10773 * gdb.base/siginfo-thread.exp
10774 * gdb.base/signest.exp
10775 * gdb.base/signull.exp
10776 * gdb.base/sigrepeat.exp
10777 * gdb.base/skip.exp
10778 * gdb.base/so-impl-ld.exp
10779 * gdb.base/solib-corrupted.exp
10780 * gdb.base/solib-disc.exp
10781 * gdb.base/solib-display.exp
10782 * gdb.base/solib-overlap.exp
10783 * gdb.base/solib-search.exp
10784 * gdb.base/solib-symbol.exp
10785 * gdb.base/source-execution.exp
10786 * gdb.base/sss-bp-on-user-bp-2.exp
10787 * gdb.base/sss-bp-on-user-bp.exp
10788 * gdb.base/stack-checking.exp
10789 * gdb.base/stale-infcall.exp
10790 * gdb.base/step-break.exp
10791 * gdb.base/step-line.exp
10792 * gdb.base/step-over-exit.exp
10793 * gdb.base/step-test.exp
10794 * gdb.base/structs.exp
10795 * gdb.base/sym-file.exp
10796 * gdb.base/symtab-search-order.exp
10797 * gdb.base/term.exp
10798 * gdb.base/type-opaque.exp
10799 * gdb.base/unload.exp
10800 * gdb.base/until-nodebug.exp
10801 * gdb.base/until.exp
10802 * gdb.base/unwindonsignal.exp
10803 * gdb.base/watch-cond.exp
10804 * gdb.base/watch-non-mem.exp
10805 * gdb.base/watch_thread_num.exp
10806 * gdb.base/watchpoint-reuse-slot.exp
10807 * gdb.base/watchpoint-solib.exp
10808 * gdb.base/watchpoint.exp
10809 * gdb.btrace/dlopen.exp
10810 * gdb.cell/arch.exp
10811 * gdb.cell/break.exp
10812 * gdb.cell/bt.exp
10813 * gdb.cell/core.exp
10814 * gdb.cell/data.exp
10815 * gdb.cell/dwarfaddr.exp
10816 * gdb.cell/ea-cache.exp
10817 * gdb.cell/ea-standalone.exp
10818 * gdb.cell/ea-test.exp
10819 * gdb.cell/f-regs.exp
10820 * gdb.cell/fork.exp
10821 * gdb.cell/gcore.exp
10822 * gdb.cell/mem-access.exp
10823 * gdb.cell/ptype.exp
10824 * gdb.cell/registers.exp
10825 * gdb.cell/sizeof.exp
10826 * gdb.cell/solib-symbol.exp
10827 * gdb.cell/solib.exp
10828 * gdb.compile/compile-tls.exp
10829 * gdb.cp/exception.exp
10830 * gdb.cp/gdb2495.exp
10831 * gdb.cp/local.exp
10832 * gdb.cp/mb-inline.exp
10833 * gdb.cp/mb-templates.exp
10834 * gdb.cp/pr10687.exp
10835 * gdb.cp/pr9167.exp
10836 * gdb.cp/scope-err.exp
10837 * gdb.cp/templates.exp
10838 * gdb.cp/virtfunc.exp
10839 * gdb.dwarf2/dw2-dir-file-name.exp
10840 * gdb.dwarf2/dw2-single-line-discriminators.exp
10841 * gdb.fortran/complex.exp
10842 * gdb.fortran/library-module.exp
10843 * gdb.guile/guile.exp
10844 * gdb.guile/scm-cmd.exp
10845 * gdb.guile/scm-frame-inline.exp
10846 * gdb.guile/scm-objfile.exp
10847 * gdb.guile/scm-pretty-print.exp
10848 * gdb.guile/scm-symbol.exp
10849 * gdb.guile/scm-type.exp
10850 * gdb.guile/scm-value.exp
10851 * gdb.linespec/keywords.exp
10852 * gdb.linespec/ls-errs.exp
10853 * gdb.linespec/macro-relative.exp
10854 * gdb.linespec/thread.exp
10855 * gdb.mi/mi-breakpoint-changed.exp
10856 * gdb.mi/mi-dprintf-pending.exp
10857 * gdb.mi/mi-fullname-deleted.exp
10858 * gdb.mi/mi-logging.exp
10859 * gdb.mi/mi-pending.exp
10860 * gdb.mi/mi-solib.exp
10861 * gdb.mi/new-ui-mi-sync.exp
10862 * gdb.mi/user-selected-context-sync.exp
10863 * gdb.multi/dummy-frame-restore.exp
10864 * gdb.multi/multi-arch-exec.exp
10865 * gdb.multi/remove-inferiors.exp
10866 * gdb.multi/watchpoint-multi-exit.exp
10867 * gdb.opt/solib-intra-step.exp
10868 * gdb.perf/backtrace.exp
10869 * gdb.perf/single-step.exp
10870 * gdb.perf/skip-command.exp
10871 * gdb.perf/skip-prologue.exp
10872 * gdb.perf/solib.exp
10873 * gdb.python/lib-types.exp
10874 * gdb.python/py-as-string.exp
10875 * gdb.python/py-bad-printers.exp
10876 * gdb.python/py-block.exp
10877 * gdb.python/py-breakpoint.exp
10878 * gdb.python/py-cmd.exp
10879 * gdb.python/py-events.exp
10880 * gdb.python/py-evthreads.exp
10881 * gdb.python/py-finish-breakpoint.exp
10882 * gdb.python/py-finish-breakpoint2.exp
10883 * gdb.python/py-frame-inline.exp
10884 * gdb.python/py-frame.exp
10885 * gdb.python/py-inferior.exp
10886 * gdb.python/py-infthread.exp
10887 * gdb.python/py-mi.exp
10888 * gdb.python/py-objfile.exp
10889 * gdb.python/py-pp-maint.exp
10890 * gdb.python/py-pp-registration.exp
10891 * gdb.python/py-prettyprint.exp
10892 * gdb.python/py-recurse-unwind.exp
10893 * gdb.python/py-shared.exp
10894 * gdb.python/py-symbol.exp
10895 * gdb.python/py-symtab.exp
10896 * gdb.python/py-template.exp
10897 * gdb.python/py-type.exp
10898 * gdb.python/py-unwind-maint.exp
10899 * gdb.python/py-unwind.exp
10900 * gdb.python/py-value.exp
10901 * gdb.python/python.exp
10902 * gdb.reverse/finish-reverse-bkpt.exp
10903 * gdb.reverse/insn-reverse.exp
10904 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10905 * gdb.reverse/solib-precsave.exp
10906 * gdb.reverse/solib-reverse.exp
10907 * gdb.stabs/gdb11479.exp
10908 * gdb.stabs/weird.exp
10909 * gdb.threads/fork-child-threads.exp
10910 * gdb.threads/fork-plus-threads.exp
10911 * gdb.threads/fork-thread-pending.exp
10912 * gdb.threads/forking-threads-plus-breakpoint.exp
10913 * gdb.threads/hand-call-in-threads.exp
10914 * gdb.threads/interrupted-hand-call.exp
10915 * gdb.threads/linux-dp.exp
10916 * gdb.threads/local-watch-wrong-thread.exp
10917 * gdb.threads/next-while-other-thread-longjmps.exp
10918 * gdb.threads/non-ldr-exit.exp
10919 * gdb.threads/pending-step.exp
10920 * gdb.threads/print-threads.exp
10921 * gdb.threads/process-dies-while-detaching.exp
10922 * gdb.threads/process-dies-while-handling-bp.exp
10923 * gdb.threads/pthreads.exp
10924 * gdb.threads/queue-signal.exp
10925 * gdb.threads/reconnect-signal.exp
10926 * gdb.threads/signal-command-handle-nopass.exp
10927 * gdb.threads/signal-command-multiple-signals-pending.exp
10928 * gdb.threads/signal-delivered-right-thread.exp
10929 * gdb.threads/signal-sigtrap.exp
10930 * gdb.threads/sigthread.exp
10931 * gdb.threads/staticthreads.exp
10932 * gdb.threads/stepi-random-signal.exp
10933 * gdb.threads/thread-unwindonsignal.exp
10934 * gdb.threads/thread_check.exp
10935 * gdb.threads/thread_events.exp
10936 * gdb.threads/tid-reuse.exp
10937 * gdb.threads/tls-nodebug.exp
10938 * gdb.threads/tls-shared.exp
10939 * gdb.threads/tls-so_extern.exp
10940 * gdb.threads/tls.exp
10941 * gdb.threads/wp-replication.exp
10942 * gdb.trace/actions-changed.exp
10943 * gdb.trace/actions.exp
10944 * gdb.trace/backtrace.exp
10945 * gdb.trace/change-loc.exp
10946 * gdb.trace/collection.exp
10947 * gdb.trace/deltrace.exp
10948 * gdb.trace/disconnected-tracing.exp
10949 * gdb.trace/entry-values.exp
10950 * gdb.trace/ftrace-lock.exp
10951 * gdb.trace/ftrace.exp
10952 * gdb.trace/infotrace.exp
10953 * gdb.trace/mi-trace-frame-collected.exp
10954 * gdb.trace/mi-trace-unavailable.exp
10955 * gdb.trace/mi-traceframe-changed.exp
10956 * gdb.trace/mi-tracepoint-changed.exp
10957 * gdb.trace/mi-tsv-changed.exp
10958 * gdb.trace/no-attach-trace.exp
10959 * gdb.trace/packetlen.exp
10960 * gdb.trace/passc-dyn.exp
10961 * gdb.trace/passcount.exp
10962 * gdb.trace/pending.exp
10963 * gdb.trace/pr16508.exp
10964 * gdb.trace/qtro.exp
10965 * gdb.trace/range-stepping.exp
10966 * gdb.trace/read-memory.exp
10967 * gdb.trace/report.exp
10968 * gdb.trace/save-trace.exp
10969 * gdb.trace/signal.exp
10970 * gdb.trace/stap-trace.exp
10971 * gdb.trace/status-stop.exp
10972 * gdb.trace/strace.exp
10973 * gdb.trace/tfile.exp
10974 * gdb.trace/tfind.exp
10975 * gdb.trace/trace-break.exp
10976 * gdb.trace/trace-condition.exp
10977 * gdb.trace/trace-enable-disable.exp
10978 * gdb.trace/trace-mt.exp
10979 * gdb.trace/tracecmd.exp
10980 * gdb.trace/tracefile-pseudo-reg.exp
10981 * gdb.trace/tspeed.exp
10982 * gdb.trace/tstatus.exp
10983 * gdb.trace/tsv.exp
10984 * gdb.trace/unavailable.exp
10985 * gdb.trace/while-dyn.exp
10986 * gdb.trace/while-stepping.exp
10987 * lib/gdb-guile.exp
10988 * lib/gdb.exp
10989 * lib/mi-support.exp
10990 * lib/pascal.exp
10991 * lib/perftest.exp
10992 * lib/prelink-support.exp
10993 * lib/selftest-support.exp
10994
ad02e4fe
SM
109952016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10996
10997 * Makefile.in: Include disable-implicit-rules.mk.
10998
22347e55
AA
109992016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11000
11001 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11002 non-byte-aligned bit fields.
11003
da5b30da
AA
110042016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11005
11006 PR gdb/12616
11007 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11008 respects the DW_AT_data_bit_offset attribute.
11009
b593ecca
SM
110102016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11011
11012 * gdb.base/default.exp: Fix output of "set language".
11013
3b165252
SM
110142016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11015
11016 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11017 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11018 make.
11019 * configure.ac: Remove checks for the make program.
11020 * configure: Re-generate.
11021
1a2f3d7f
KB
110222016-11-16 Kevin Buettner <kevinb@redhat.com>
11023
11024 * gdb.python/py-recurse-unwind.c (main): Add loop.
11025 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11026 to read_register() and gdb.parse_and_eval(). Make each code
11027 call a separate case that can be individually tested.
11028 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11029 proc. Call cont_and_backtrace for each of the code paths that
11030 we want to test in the unwinder.
11031
b7f38fda
AA
110322016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11033
11034 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11035 the definition of struct S.
11036
1f8db343
CM
110372016-11-11 Catherine Moore <clm@codesourcery.com>
11038
11039 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11040
fad0c9fb
PA
110412016-11-09 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.base/commands.exp (runto_or_return): New procedure.
11044 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11045 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11046 (progvar_simple_while_test, progvar_complex_if_while_test)
11047 (if_while_breakpoint_command_test)
11048 (infrun_breakpoint_command_test, breakpoint_command_test)
11049 (user_defined_command_test, watchpoint_command_test)
11050 (test_command_prompt_position, redefine_hook_test)
11051 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11052 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11053 multi_line_input and multi_line. Remove gdb_expect and
11054 gdb_stop_suppressing_tests uses.
11055 * lib/gdb.exp (valnum_re): New global.
11056 (multi_line_input): New procedure.
11057
8354c62c
SM
110582016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11059
11060 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11061 Remove.
11062 (test_setup): Define with proc_with_prefix.
11063 (test_cli_inferior): Likewise.
11064 (test_cli_thread): Likewise.
11065 (test_cli_frame): Likewise.
11066 (test_cli_select_frame): Likewise.
11067 (test_cli_up_down): Likewise.
11068 (test_mi_thread_select): Likewise.
11069 (test_mi_stack_select_frame): Likewise.
11070 (test_cli_in_mi_inferior): Likewise.
11071 (test_cli_in_mi_thread): Likewise.
11072 (test_cli_in_mi_frame): Likewise.
11073 (top level): Do not use with_test_prefix_procname.
11074
64f367a2
PA
110752016-11-09 Pedro Alves <palves@redhat.com>
11076
11077 * gdb.base/commands.exp (gdbvar_simple_if_test)
11078 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11079 (progvar_simple_if_test, progvar_simple_while_test)
11080 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11081 (infrun_breakpoint_command_test, breakpoint_command_test)
11082 (user_defined_command_test, watchpoint_command_test)
11083 (test_command_prompt_position, deprecated_command_test)
11084 (bp_deleted_in_command, temporary_breakpoint_commands)
11085 (stray_arg0_test, source_file_with_indented_comment)
11086 (recursive_source_test, if_commands_test)
11087 (error_clears_commands_left, redefine_hook_test)
11088 (redefine_backtrace_test): Use proc_with_prefix.
11089 * lib/gdb.exp (proc_with_prefix): New proc.
11090
0bb65f1e
AA
110912016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11092
11093 * gdb.base/tui-layout.c: New file.
11094 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11095 disassembly window contains very long lines.
11096
7353f247
TT
110972016-11-08 Tom Tromey <tom@tromey.com>
11098
11099 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11100 depend on Python 2.
11101
30a7bb83
TT
111022016-11-08 Tom Tromey <tom@tromey.com>
11103
11104 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11105 New method.
11106
cdf5a07c
MG
111072016-10-29 Manish Goregaokar <manish@mozilla.com>
11108
2806dc7e 11109 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11110
51a789c3
MG
111112016-10-27 Manish Goregaokar <manish@mozilla.com>
11112
2806dc7e
PA
11113 * gdb.rust/simple.rs: Add test for univariant enums without
11114 discriminants and for encoded struct-like enums.
51a789c3 11115
f610ab6d
PA
111162016-10-28 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11119 gdb_test_multiple, tighten regexps and match symtabs and line
11120 tables incrementally.
11121
b129b0ca
LM
111222016-10-28 Luis Machado <lgustavo@codesourcery.com>
11123
11124 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11125 general.
11126
ecf45d2c
SL
111272016-10-25 Luis Machado <lgustavo@codesourcery.com>
11128
11129 * gdb.base/exec-invalid-sysroot.exp: New file.
11130
b8d38ee4
JK
111312016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11132
11133 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11134
f90fd8c2
JK
111352016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11136
11137 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11138
2d2476aa
MR
111392016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11140
2806dc7e
PA
11141 * gdb.base/killed-outside.exp: Remove $options from a call to
11142 `prepare_for_testing'.
2d2476aa 11143
e42b25a0
SM
111442016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11145
11146 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11147 Change test message.
11148
3ccdb432
SM
111492016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11150
11151 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11152 Update comment.
11153
5bad3170
SM
111542016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11155
11156 * gdb.trace/mi-trace-save.exp: New file.
11157
5ad9dba7
YQ
111582016-10-13 Yao Qi <yao.qi@linaro.org>
11159
11160 * gdb.base/code_elim.exp (get_var_address): Remove.
11161 * gdb.base/relocate.exp: Likewise.
11162 * gdb.base/shreloc.exp: Likewise.
11163 * lib/gdb.exp (get_var_address): New.
11164
62df7e21
YQ
111652016-10-13 Yao Qi <yao.qi@linaro.org>
11166
11167 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11168 floating point tests if $skip_float_test is false.
11169
4dac951e
LM
111702016-10-12 Luis Machado <lgustavo@codesourcery.com>
11171
11172 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11173 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11174 argc values.
11175 Add 1 to argc so we guarantee distinct initial/modified argc values.
11176
8f1a8fc4
JK
111772016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11178
11179 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11180
16c85b5d
JK
111812016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11182
11183 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11184 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11185 * gdb.arch/vsx-regs.exp: Likewise.
11186
1d0e042a
YQ
111872016-10-07 Yao Qi <yao.qi@linaro.org>
11188
11189 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11190
68dadef5
MM
111912016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11192
11193 * gdb.python/python.exp: Test decode_line("*0").
11194
33fa2c6e
DE
111952016-10-06 Doug Evans <dje@google.com>
11196
11197 * gdb.python/py-value.exp (test_value_creation): Add test for large
11198 unsigned 64-bit value.
11199
9c37b5ae
TT
112002016-10-06 Tom Tromey <tom@tromey.com>
11201
11202 * gdb.compile/compile.exp: Change java tests to rust.
11203 * gdb.base/setshow.exp: Change java tests to rust.
11204 * gdb.base/default.exp: Remove java from language list.
11205 * README (Examples): Update language example.
11206 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11207 test.
11208 * lib/gdb.exp (skip_java_tests): Remove.
11209 * lib/java.exp: Remove.
11210 * gdb.java: Remove.
11211
78b86327
MR
112122016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11213
11214 * gdb.arch/mips-fcr.exp: New test.
11215 * gdb.arch/mips-fcr.c: Source for the new test.
11216
7470adbb
MR
112172016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11218
11219 * gdb.base/solib-disc.exp: Use `standard_output_file'
11220 throughout.
11221
4a556533
PA
112222016-10-06 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.base/jit-simple-dl.c: New file.
11225 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11226 * gdb.base/jit-simple.c: ... this.
11227 * gdb.base/jit-simple.exp (jit_run): Delete.
11228 (build_jit): New proc.
11229 (jit_test_reread): Recompile either the main program or the shared
11230 library, depending on what is being tested. Skip changing address
11231 if caller wants to. Compare before/after addresses. If testing
11232 standalone, explicitly load the binary. Test "maint info
11233 breakpoints".
11234 (top level): Add "standalone vs shared lib" and "change address"
11235 vs "same address" axes.
11236
5a122fbc
PA
112372016-10-06 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11240 call.
11241 (jit_run): Delete.
11242 (jit_test_reread): Use with_test_prefix. Reload the main binary
11243 explicitly. Compare the before/after addresses of the JIT
11244 descriptor.
11245
ee8da4b8
DE
112462016-08-15 Doug Evans <dje@google.com>
11247
11248 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11249 for single bitfields is bool.
11250 * gdb.xml/tdesc-regs.exp: Ditto.
11251
f389f6fe
JK
112522016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11253
11254 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11255
fdebf1a4
YQ
112562016-10-05 Yao Qi <yao.qi@linaro.org>
11257
11258 * lib/gdb.exp (support_complex_tests): Return zero if
11259 gdb_skip_float_test return true.
11260
9c36d954 112612016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11262 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11263
11264 PR gdb/20487
11265 * gdb.mi/user-selected-context-sync.exp: New file.
11266 * gdb.mi/user-selected-context-sync.c: New file.
11267
4034d0ff 112682016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11269 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11270
11271 PR gdb/20487
11272 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11273 =thread-select-event check.
11274
a4297203
PB
112752016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11276
11277 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11278 the compulsory L operand changes.
11279 * gdb.arch/powerpc-power.s: Likewise.
11280
bb805577
JK
112812016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11282
11283 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11284 * gdb.base/jit-attach-pie.c: New file.
11285 * gdb.base/jit-attach-pie.exp: New file.
11286
6d61dee5
PA
112872016-09-28 Pedro Alves <palves@redhat.com>
11288
11289 * gdb.base/infcall-input.c: New file.
11290 * gdb.base/infcall-input.exp: New file.
11291
f73842fc
YQ
112922016-09-22 Yao Qi <yao.qi@linaro.org>
11293
11294 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11295 (gdb_exit): Rename it to ...
11296 (gdbserver_gdb_exit): ... Close GDBserver.
11297 (gdb_exit): New proc, call gdbserver_gdb_exit.
11298 (mi_gdb_exit): Likewise.
11299
90681dab
YQ
113002016-09-22 Yao Qi <yao.qi@linaro.org>
11301
11302 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11303 path.
11304 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11305 Remove duplication.
11306
9c211fd8
YQ
113072016-09-22 Yao Qi <yao.qi@linaro.org>
11308
11309 * lib/gdbserver-support.exp: Check the existence of
11310 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11311
ad0a504f
AK
113122016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11313
11314 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11315
36cf1806
TT
113162016-09-21 Tom Tromey <tom@tromey.com>
11317
11318 PR gdb/20604:
11319 * gdb.base/quit.exp: New file.
11320
74172ecf
SM
113212016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11322
11323 * .gitignore: New file.
11324
3d0ec882
MR
113252016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11326
11327 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11328 throughout.
11329
8193adea
AA
113302016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11331
11332 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11333
d41a5c09
JK
113342016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11335
11336 * gdb.cp/casts.cc (decltype): Move it ...
11337 (main): ... with its call to ...
11338 * gdb.cp/casts03.cc: ... a new file.
11339 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11340
d2dfe700
JK
113412016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11342
11343 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11344
e2a92b16
PB
113452016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11346
11347 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11348 and sync up the test with tests in gas/testsuite/gas/ppc.
11349 * gdb.arch/powerpc-power.exp: Likewise.
11350
49b4de64
JK
113512016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11352
11353 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11354
2c29df25
SDJ
113552016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11356 Jan Kratochvil <jan.kratochvil@redhat.com>
11357
11358 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11359 make m1's definition to be different from m2's. Use 'dummy' as an
11360 argument for probe 'two'.
11361
cc3c2846
JB
113622016-09-10 Jon Beniston <jon@beniston.com>
11363
11364 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11365 for sim target.
11366
e1b2624a
AA
113672016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11368
11369 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11370 variable declaration.
11371 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11372 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11373 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11374 received HWCAP as its argument.
11375
4295e285
PA
113762016-09-06 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.base/new-ui-pending-input.c: New file.
11379 * gdb.base/new-ui-pending-input.exp: New file.
11380 * gdb.exp (clear_gdb_spawn_id): New procedure.
11381 (with_spawn_id): Check whether gdb_spawn_id exists before
11382 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11383 on exit.
11384
00d5215e
UW
113852016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11386
11387 * gdb.base/float128.c: New file.
11388 * gdb.base/float128.exp: Likewise.
11389 * gdb.base/floatn.c: Likewise.
11390 * gdb.base/floatn.exp: Likewise.
11391
a9ff5f12
UW
113922016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11393
11394 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11395
f245535c
PA
113962016-09-05 Pedro Alves <palves@redhat.com>
11397
11398 PR backtrace/19927
11399 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11400 unwinders are immediately called as side effect of "source" or
11401 "disable unwinder" commands.
11402 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11403
ae9cf263
YQ
114042016-09-02 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11407 is true and $type is "float" or "double".
11408
27aba047
YQ
114092016-09-02 Yao Qi <yao.qi@linaro.org>
11410
11411 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11412 true.
11413 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11414 * gdb.base/call-rt-st.exp: Likewise.
11415 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11416 return value instead of gdb,skip_float_test.
11417 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11418 (do_function_calls): Use its return value instead of
11419 gdb,skip_float_test.
11420 * gdb.base/finish.exp: Likewise.
11421 * gdb.base/funcargs.exp: Likewise.
11422 * gdb.base/return.exp: Likewise.
11423 * gdb.base/return2.exp: Likewise.
11424 * gdb.base/varargs.exp: Likewise.
11425 * lib/gdb.exp (gdb_skip_float_test): Change it to
11426 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11427
5af962df
AA
114282016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11429
11430 * gdb.multi/tids.exp: Test "thread apply all".
11431
7fac6910
JK
114322016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11433
11434 * gdb.base/default.exp (tty): Remove.
11435
bb1fe4ac
KB
114362016-08-24 Kevin Buettner <kevinb@redhat.com>
11437
2806dc7e
PA
11438 * gdb.python/py-recurse-unwind.c: New file.
11439 * gdb.python/py-recurse-unwind.py: New file.
11440 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11441
0a1ddfa6
SM
114422016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11443
11444 * gdb.base/set-inferior-tty.exp: New file.
11445 * gdb.base/set-inferior-tty.c: New file.
11446
d9de1fe3
PA
114472016-08-23 Pedro Alves <palves@redhat.com>
11448
11449 PR gdb/20494
11450 * gdb.base/new-ui-echo.c: New file.
11451 * gdb.base/new-ui-echo.exp: New file.
11452
e9d9abd7
YQ
114532016-08-23 Yao Qi <yao.qi@linaro.org>
11454
11455 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11456 gdbserver_spawn.
11457 * gdb.server/connect-without-multi-process.exp (do_test):
11458 Likewise.
11459
3589529e
YQ
114602016-08-23 Yao Qi <yao.qi@linaro.org>
11461
11462 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11463 standalone_txt. Delete gdb_txt and standalone_txt on host
11464 and target. Spawn the binary on target. Copy files from
11465 target to host.
11466
6bb90213
PA
114672016-08-22 Pedro Alves <palves@redhat.com>
11468
11469 PR gdb/20505
11470 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11471 with_test_prefix. Factor out bits to ...
11472 (test_no_vdso): ... this new procedure.
11473
20c2c024
CL
114742016-08-19 Carl Love <cel@us.ibm.com>
11475
11476 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11477 maintaining separate logic for constructing the output path.
11478 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11479 * gdb.arch/ppc-dfp.exp: Likewise.
11480 * gdb.arch/ppc-fp.exp: Likewise.
11481 * gdb.arch/vsx-regs.exp: Likewise.
11482 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11483 binprefix for generating the additional binary files.
11484
0646e07d
PA
114852016-08-19 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.trace/mi-trace-frame-collected.exp
11488 (test_trace_frame_collected): On x32, expect two registers.
11489
46da9242
CL
114902016-08-18 Carl Love <cel@us.ibm.com>
11491
11492 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11493 and sync up the test with tests in gas/testsuite/gas/ppc.
11494 * gdb.arch/powerpc-power.exp: Likewise.
11495
eb2332d7
SM
114962016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11497
11498 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11499 expected error message.
11500
63c61e04
SM
115012016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11502
11503 * gdb.multi/remove-inferiors.exp: New file.
11504 * gdb.multi/remove-inferiors.c: New file.
11505
7b17065f
YQ
115062016-08-12 Yao Qi <yao.qi@linaro.org>
11507
11508 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11509 argument list.
11510
01d3dedf
PA
115112016-08-10 Pedro Alves <palves@redhat.com>
11512
11513 PR gdb/19187
11514 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11515 setup_kfails.
11516
3eb7562a
PA
115172016-08-09 Pedro Alves <palves@redhat.com>
11518 Simon Marchi <simon.marchi@ericsson.com>
11519
11520 PR gdb/20418
11521 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11522 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11523
80614914
PA
115242016-08-09 Pedro Alves <palves@redhat.com>
11525
11526 PR mi/20431
11527 * gdb.mi/mi-cmd-error.exp: New file.
11528
f348d89a
PA
115292016-08-09 Pedro Alves <palves@redhat.com>
11530
11531 PR gdb/18653
11532 * gdb.base/signals-state-child.c: New file.
11533 * gdb.base/signals-state-child.exp: New file.
11534 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11535
e5ca03b4
PA
115362016-08-09 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11539
282a0691
TT
115402016-08-03 Tom Tromey <tom@tromey.com>
11541
11542 PR python/18565:
11543 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11544
41bfcd63
YQ
115452016-08-01 Yao Qi <yao.qi@linaro.org>
11546
11547 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11548 variable mode to "multi-process" if $multi_process is 1, otherwise
11549 set it to "single-process".
11550
e3465b24
YQ
115512016-08-01 Yao Qi <yao.qi@linaro.org>
11552
11553 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11554 * gdb.cp/cpexprs.exp: Likewise.
11555 * gdb.cp/m-static.exp: Likewise.
11556
0b31a4bc
TT
115572016-07-26 Tom Tromey <tom@tromey.com>
11558
11559 PR python/20190:
11560 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11561 test.
11562
e0461dbb
MM
115632016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11564
11565 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11566 selecting assembly source files.
11567 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11568 assembly source files.
11569 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11570 assembly source files.
11571 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11572 selecting assembly source files.
11573
8194e927
SM
115742016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11575
11576 * gdb.base/new-ui.exp (do_test_invalid_args): New
11577 procedure.
11578
c0272db5
TW
115792016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11580
11581 * gdb.btrace/reconnect.c: New file.
11582 * gdb.btrace/reconnect.exp: New file.
11583
e3487908
GKB
115842016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11585
11586 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11587 to test_catch_syscall_group.
11588 (test_catch_syscall_group): New.
11589
12df5c00
TT
115902016-07-21 Tom Tromey <tom@tromey.com>
11591
11592 * gdb.rust/simple.rs (main): Use empty struct expression.
11593 * gdb.rust/simple.exp: Add tests for empty struct expression.
11594
bae62ee2
YQ
115952016-07-21 Yao Qi <yao.qi@linaro.org>
11596
11597 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11598 if gdb_skip_xml_test is true on some targets.
11599
b1b53fb3
YQ
116002016-07-21 Yao Qi <yao.qi@linaro.org>
11601
11602 * gdb.server/solib-list.exp: Unset last_loaded_file.
11603
027d97f8
JK
116042016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11605
11606 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11607 "step into captured_main (args)".
11608
7674d381
JK
116092016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11610
11611 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11612
72b5d099
JK
116132016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11616
1f960ced
PA
116172016-07-19 Pedro Alves <palves@redhat.com>
11618
11619 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11620 * gdb.opt/inline-bt.exp: Likewise.
11621 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11622 additional_flags=-Winline.
11623 * gdb.opt/inline-locals.exp: Likewise.
11624 * gdb.opt/inline-markers.c (ATTR): Define.
11625 (inlined_fn): Use it.
11626
f25827c1
YQ
116272016-07-19 Yao Qi <yao.qi@linaro.org>
11628
11629 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11630 (test_with_self): Remove some code. Remove argument executable.
11631 (top-level): Use do_self_tests.
11632
37539ebe
DB
116332016-07-15 Zachary Welch <zwelch@codesourcery.com>
11634 Don Breazeal <donb@codesourcery.com>
11635
11636 * gdb.base/maint.exp: Escape paths used in regular expressions.
11637 * gdb.stabs/weird.exp: Likewise.
11638
dac790e1
TT
116392016-07-13 Tom Tromey <tom@tromey.com>
11640
11641 PR python/15620, PR python/18620:
11642 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11643 (test_bkpt_events): New procs.
11644
93daf339
TT
116452016-07-13 Tom Tromey <tom@tromey.com>
11646
11647 PR python/17698:
11648 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11649 test.
11650 (test_watchpoints): Likewise.
11651 (test_bkpt_pending): New proc.
11652
6571a381
TT
116532016-07-13 Tom Tromey <tom@tromey.com>
11654
11655 PR cli/18053:
11656 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11657 completion test.
11658
e8732474
JK
116592016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11660
11661 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11662 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11663 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11664 f_label.
11665 (g): Rename g_end_lbl to g_label.
11666 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11667 low_pc and high_pc.
11668 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11669
e0f3fd7c
TT
116702016-07-12 Tom Tromey <tom@tromey.com>
11671
11672 PR python/19293:
11673 * gdb.python/py-unwind-maint.exp: Update tests.
11674
3cfe46b6
YQ
116752016-07-12 Yao Qi <yao.qi@linaro.org>
11676
11677 * lib/selftest-support.exp (selftest_setup): Match the output
11678 when captured_main is inlined.
11679
4f19a0e6
WT
116802016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11681
11682 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11683 New variables.
11684 (print this%a, print this%b, print this): New tests.
11685 * gdb.fortran/derived-types.f90 (this): New object and
11686 initialization.
11687
986cf455
SM
116882016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11689
11690 * gdb.ada/arraydim.exp: Remove extra directory level in build
11691 directory.
11692
f0464b23
SM
116932016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11694
11695 * lib/ada.exp: Remove extra directory level in build directory.
11696 * gdb.ada/cond_lang.exp: Likewise.
11697 * gdb.ada/exec_changed.exp: Likewise.
11698 * gdb.ada/lang_switch.exp: Likewise.
11699
42d94011
MG
117002016-07-06 Manish Goregaokar <manish@mozilla.com>
11701
2806dc7e
PA
11702 * simple.rs: Add test for raw pointer subscripting.
11703 * simple.exp: Add test expectations.
42d94011 11704
647c264c
YQ
117052016-07-05 Yao Qi <yao.qi@linaro.org>
11706
11707 * gdb.mi/mi-reverse.exp: Match =record-started output.
11708
20aa2c60
PA
117092016-07-01 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11712 procedure.
11713 (jit_reader_test): Test the jit reader's unwinder.
11714 * gdb.base/jithost.c (jit_function_00_code): New global.
11715 (main): Use memcpy to fill in the mmapped code, instead of poking
11716 bytes manually here.
11717 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11718 value.
11719 (read_debug_info): Save the function's range.
11720 (read_sp): New function.
11721 (unwind_frame): Use it. Also unwind RBP.
11722 (get_frame_id): Use read_sp.
11723 (gdb_init_reader): Use calloc instead of malloc.
11724 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11725 parameter. Use gdb_test_multiple.
11726
ced2dffb
PA
117272016-07-01 Pedro Alves <palves@redhat.com>
11728 Antoine Tremblay <antoine.tremblay@ericsson.com>
11729
11730 * gdb.threads/process-dies-while-detaching.c: New file.
11731 * gdb.threads/process-dies-while-detaching.exp: New file.
11732
63000888
PA
117332016-07-01 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.multi/watchpoint-multi-exit.c: New file.
11736 * gdb.multi/watchpoint-multi-exit.exp: New file.
11737
038d4868
PA
117382016-06-30 Pedro Alves <palves@redhat.com>
11739
11740 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11741 unset inferior_spawn_id.
11742
994e9c83
PA
117432016-06-30 Pedro Alves <palves@redhat.com>
11744
11745 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11746 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11747
e5653468
YQ
117482016-06-29 Yao Qi <yao.qi@linaro.org>
11749
11750 * gdb.base/return.c: Add copyright header.
11751
803b47e5
TT
117522016-06-29 Tom Tromey <tom@tromey.com>
11753
11754 PR python/20129:
11755 * gdb.python/py-framefilter.exp: Add tests for setting priority
11756 and disabling of non-existent frame filter.
11757
28244707
YQ
117582016-06-29 Yao Qi <yao.qi@linaro.org>
11759
11760 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11761 0x0f07ff.
11762
a31d2f06
YQ
117632016-06-28 Yao Qi <yao.qi@linaro.org>
11764
11765 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11766 triplets. Start gdb, execute catch syscall, and continue. Check
11767 gdb's output to determine catch syscall is supported.
11768
921d8f54
MG
117692016-06-27 Manish Goregaokar <manish@mozilla.com>
11770
25d49b86
PA
11771 * gdb.rust/simple.rs: Add test for returning unit in a function.
11772 * gdb.rust/simple.exp: Add expectation for functions returning
11773 unit.
921d8f54 11774
f4952523
PMR
117752016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11776
11777 * gdb.python/py-breakpoint-create-fail.c,
11778 gdb.python/py-breakpoint-create-fail.exp,
11779 gdb.python/py-breakpoint-create-fail.py: New testcase.
11780
fccb08f8
MG
117812016-06-25 Manish Goregaokar <manish@mozilla.com>
11782
11783 PR gdb/20239
11784 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11785 * gdb.rust/simple.exp: Add test expectations for new NonZero
11786 tests.
fccb08f8 11787
6b850546
DT
117882016-06-24 David Taylor <dtaylor@emc.com>
11789
11790 * gdb.base/offsets.exp: New file.
11791 * gdb.base/offsets.c: New file.
11792
17621150
TT
117932016-06-23 Tom Tromey <tom@tromey.com>
11794
11795 PR gdb/16483:
11796 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11797 before any filters are loaded.
11798
04d59df6
WT
117992016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11800
11801 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11802 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11803 structs.
11804 * gdb.fortran/derived-type-function.exp: New file.
11805 * gdb.fortran/derived-type-function.f90: New file.
11806
11807
ac69f786
PA
118082016-06-21 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.base/new-ui.exp: New file.
11811 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11812 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11813 (with_spawn_id): New procedure.
11814
49940788
PA
118152016-06-21 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.mi/mi-exec-run.exp: New file.
11818
ef274d26
PA
118192016-06-21 Pedro Alves <palves@redhat.com>
11820
11821 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11822 breakpoint command's output on the main UI.
11823 (test_break): New procedure, factored out from calls in the top
11824 level.
11825 (top level): Use foreach_with_prefix to test MI as main UI and as
11826 separate UI.
11827
468afe6c
PA
118282016-06-21 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11831 (test_awatch_creation_and_listing)
11832 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11833 Remove 'type' parameter.
11834 (test_watchpoint_all): New parameter mi_mode. Remove
11835 with_test_prefix.
11836 (top level): Use foreach_with_prefix, and add main/separate UI MI
11837 testing axis.
11838
51f77c37
PA
118392016-06-21 Pedro Alves <palves@redhat.com>
11840
11841 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11842 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11843 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11844 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11845 (gdb_main_spawn_id, mi_spawn_id): Declare and
11846 comment.
11847 (mi_create_inferior_pty): New procedure,
11848 factored out from default_mi_gdb_start.
11849 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11850 procedures.
11851 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11852 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11853 Use mi_create_inferior_pty.
11854 (mi_gdb_start): Use eval to pass down args list.
11855
8980e177
PA
118562016-06-21 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11859 * gdb.opt/inline-cmds.exp: Add MI tests.
11860
f38d3ad1
PA
118612016-06-21 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11864
45db7c09
PA
118652016-06-21 Pedro Alves <palves@redhat.com>
11866
11867 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11868 (top level): Use it instead of mi_execute_to.
11869
5a069ab3
PA
118702016-06-21 Pedro Alves <palves@redhat.com>
11871
11872 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11873 (cont_handler_str): New.
11874 (signal_stop_handler): Set stop_handler_str instead of printing to
11875 stdout.
11876 (continue_handler): Set cont_handler_str instead of printing to
11877 stdout.
11878 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11879 mi_send_resuming_command. Print stop_handler_str and
11880 cont_handler_str instead of expecting the python events print
11881 directly.
11882
2838cc1d
SD
118832016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11884
11885 * gdb.base/jit-reader.exp: New file.
11886 * gdb.base/jithost.c: New file.
11887 * gdb.base/jithost.h: New file.
11888 * gdb.base/jitreader.c : New file.
11889 * gdb.base/jit-protocol.h: New file.
11890
21a77091
YQ
118912016-06-17 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11894 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11895 and detach-on-fork. Adjust tests.
11896 (top level): Invoke break_cond_on_syscall with combinations of
11897 syscall, follow-fork-mode and detach-on-fork.
11898
f50bf8e5
YQ
118992016-06-17 Yao Qi <yao.qi@linaro.org>
11900
11901 * gdb.base/step-over-exit.c: New.
11902 * gdb.base/step-over-exit.exp: New.
11903
a28d8e50
YTL
119042016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11905
11906 * gdb.base/float.exp: Add target check for nds32*-*-*.
11907 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11908
cad8e26d
AB
119092016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11910
11911 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11912 for unsupported target features.
11913 * gdb.base/call-rt-st.exp: Likewise.
11914 * gdb.base/call-sc.exp: Likewise.
11915 * gdb.base/call-signal-resume.exp: Likewise.
11916 * gdb.base/call-strs.exp: Likewise.
11917 * gdb.base/callexit.exp: Likewise.
11918 * gdb.base/callfuncs.exp: Likewise.
11919 * gdb.base/nodebug.exp: Likewise.
11920 * gdb.base/printcmds.exp: Likewise.
11921 * gdb.base/ptype.exp: Likewise.
11922 * gdb.base/structs.exp: Likewise.
11923 * gdb.base/unwindonsignal.exp: Likewise.
11924 * gdb.cp/gdb2495.exp: Likewise.
11925 * gdb.cp/templates.exp: Likewise.
11926 * gdb.cp/virtfunc.exp: Likewise.
11927 * gdb.threads/hand-call-in-threads.exp: Likewise.
11928 * gdb.threads/interrupted-hand-call.exp: Likewise.
11929 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11930
347dc102
TT
119312016-06-10 Tom Tromey <tom@tromey.com>
11932
11933 PR rust/20110:
11934 * gdb.rust/expr.exp: Add test for integer constant larger than
11935 i32.
11936
5e13cf25
BH
119372016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11938
11939 * gdb.fortran/nested-funcs.exp: New.
11940 * gdb.fortran/nested-funcs.f90: New.
11941
bb556f1f
TK
119422016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11943
11944 * gdb.base/examine-backward.c: New file.
11945 * gdb.base/examine-backward.exp: New file.
11946
38b022b4
SM
119472016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11948
11949 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11950 matching.
11951
1b40ec05
TT
119522016-06-02 Tom Tromey <tom@tromey.com>
11953
11954 PR python/18984:
11955 * gdb.python/py-shared.exp: Add solib_name test.
11956
193bd378
SM
119572016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11958
11959 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11960
3326303b
MG
119612016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11962
11963 PR c++/19893
11964 * gdb.dwarf2/implref.exp: Rename to...
11965 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11966 * gdb.dwarf2/implref-array.c: New file.
11967 * gdb.dwarf2/implref-array.exp: Likewise.
11968 * gdb.dwarf2/implref-global.c: Likewise.
11969 * gdb.dwarf2/implref-global.exp: Likewise.
11970 * gdb.dwarf2/implref-struct.c: Likewise.
11971 * gdb.dwarf2/implref-struct.exp: Likewise.
11972
825c8ef2
AT
119732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11974
11975 * gdb.trace/trace-condition.exp: Add 64bit tests.
11976
2320162a
AT
119772016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11978
11979 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11980 bits types.
11981 (main): Adapt to 8 to 64 bits types.
11982 * gdb.trace/trace-condition.exp: Add new tests.
11983
a7818233
AT
119842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11985
11986 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11987
0d336466
AT
119882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11989
11990 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11991 Move condition tests...
11992 * gdb.trace/trace-condition.exp: Here.
11993
7faeb45a
AT
119942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11995
11996 * gdb.trace/trace-condition.exp: Add counter-case tests.
11997
e385593e
JK
119982016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11999
12000 PR c++/15231
12001 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12002 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12003
744608cc
PA
120042016-05-27 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12007 New procedure.
12008 (top level): Call it, and bail out of DejaGnu is known to be bad.
12009
ac775bf4
AB
120102016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12011
12012 * gdb.base/whatis.c: Extend the test case.
12013 * gdb.base/whatis.exp: Add additional tests.
12014
2bbad2ea
BH
120152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12016
12017* gdb.fortran/type.f90: Add pointer variable.
12018* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12019
8b70175d
BH
120202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12021
12022 * gdb.fortran/vla-type.exp: Fix testcase name.
12023
86d8a848
BH
120242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12025
12026 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12027
e188eb36
BH
120282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12029
12030 * gdb.fortran/type.f90: Add nested structures.
12031 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12032 * gdb.fortran/derived-type.exp: Adapt expected output.
12033 * gdb.fortran/vla-type.exp: Adapt expected output.
12034
9b2db1fd
BH
120352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12036
12037 * gdb.fortran/whatis_type.exp: Adapt expected output.
12038
72b17055
BH
120392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12040
12041 * gdb.fortran/print_type.exp: Fix expected output.
12042 * gdb.fortran/whatis_type.exp: Fix expected output.
12043
3cd81d8d
BH
120442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12045
12046 * gdb.fortran/whatis_type.exp: Use multi_line.
12047
ddae9462
TT
120482016-05-24 Tom Tromey <tom@tromey.com>
12049
12050 PR python/17386:
12051 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12052 use value as an index.
12053
1957f6b8
TT
120542016-05-23 Tom Tromey <tom@tromey.com>
12055
12056 PR python/17981:
12057 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12058 no-breakpoint case.
12059
026a9174
PA
120602016-05-24 Pedro Alves <palves@redhat.com>
12061
12062 PR gdb/19828
12063 * gdb.threads/clone-attach-detach.c: New file.
12064 * gdb.threads/clone-attach-detach.exp: New file.
12065
e70a7231
FR
120662016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12067
12068 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12069
0f6ed0e0
TT
120702016-05-23 Tom Tromey <tom@tromey.com>
12071
12072 PR python/19438, PR python/18393:
12073 * gdb.python/py-progspace.exp: Add "dir" test.
12074 * gdb.python/py-objfile.exp: Add "dir" test.
12075
ffd19d61
YQ
120762016-05-23 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12079 * gdb.arch/thumb2-it.exp: Likewise.
12080
9e8f9b05
SM
120812016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12082
12083 * gdb.mi/mi-threads-interrupt.c: New file.
12084 * gdb.mi/mi-threads-interrupt.exp: New file.
12085
61c6156d
SM
120862016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12087
12088 PR gdb/18077
12089 * gdb.mi/mi-async-run.exp: New file.
12090 * gdb.mi/mi-async-run.c: New file.
12091
67218854
TT
120922016-05-17 Tom Tromey <tom@tromey.com>
12093 Manish Goregaokar <manishsmail@gmail.com>
12094
12095 * lib/rust-support.exp: New file.
12096 * lib/gdb.exp (skip_rust_tests): New proc.
12097 (build_executable_from_specs): Handle rust.
12098 * lib/future.exp (gdb_find_rustc): New proc.
12099 (gdb_default_target_compile): Handle rust.
12100 * gdb.rust/expr.exp: New file.
12101 * gdb.rust/generics.exp: New file.
12102 * gdb.rust/generics.rs: New file.
12103 * gdb.rust/methods.exp: New file.
12104 * gdb.rust/methods.rs: New file.
12105 * gdb.rust/modules.exp: New file.
12106 * gdb.rust/modules.rs: New file.
12107 * gdb.rust/simple.exp: New file.
12108 * gdb.rust/simple.rs: New file.
12109
c44af4eb
TT
121102016-05-17 Tom Tromey <tom@tromey.com>
12111
12112 * gdb.base/default.exp (set language): Add rust.
12113
dcd1f979
TT
121142016-05-17 Tom Tromey <tom@tromey.com>
12115
12116 * gdb.gdb/unittest.exp: New file.
12117
155b7f57
YQ
121182016-05-16 Yao Qi <yao.qi@linaro.org>
12119
12120 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12121 shell_prompt. Update shell_prompt_re.
12122
8ddd5a6c
DE
121232016-05-12 Doug Evans <dje@google.com>
12124
12125 PR symtab/19999
12126 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12127 $options when building executable.
12128 * gdb.dwarf2/fission-loclists-pie.S: New file.
12129 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12130
02e370d9
SM
121312016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12132
12133 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12134 of [is_remote target],
12135
8929ad8b
SM
121362016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12137
12138 * lib/gdb.exp (use_gdb_stub): New procedure.
12139
6c447423
DE
121402016-05-03 Yunlian Jiang <yunlian@google.com>
12141 Doug Evans <dje@google.com>
12142
12143 PR symtab/19914
12144 * gdb.dwarf2/dwp-sepdebug.c: New file.
12145 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12146
444e826c
SM
121472016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12148
12149 * gdb.base/detach.exp: Remove is_remote check.
12150
740feeaa
SM
121512016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12152
12153 * gdb.base/annota-input-while-running.exp: Don't check for
12154 [is_remote target]. Enable annotations after running to main.
12155 Remove unused "set test..." line.
12156
9080ac9d
SM
121572016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12158
12159 * gdb.trace/trace-enable-disable.exp: New file.
12160 * gdb.trace/trace-enable-disable.c: New file.
12161
952ebca5
SM
121622016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12163
12164 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12165 use it in info sharedlibrary test.
12166 * gdb.trace/ftrace-lock.exp: Likewise.
12167 * gdb.trace/ftrace.exp: Likewise.
12168 * gdb.trace/range-stepping.exp: Likewise.
12169 * gdb.trace/trace-break.exp: Likewise.
12170 * gdb.trace/trace-condition.exp: Likewise.
12171 * gdb.trace/trace-mt.exp: Likewise.
12172
d9019901
SM
121732016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12174
12175 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12176 (gdb_load_shlib): ... this.
12177 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12178 gdb_load_shlib.
12179 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12180 * gdb.base/ctxobj.exp: Likewise.
12181 * gdb.base/dprintf-pending.exp: Likewise.
12182 * gdb.base/dso2dso.exp: Likewise.
12183 * gdb.base/fixsection.exp: Likewise.
12184 * gdb.base/gcore-relro.exp: Likewise.
12185 * gdb.base/gdb1555.exp: Likewise.
12186 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12187 * gdb.base/gnu-ifunc.exp: Likewise.
12188 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12189 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12190 * gdb.base/pending.exp: Likewise.
12191 * gdb.base/print-file-var.exp: Likewise.
12192 * gdb.base/print-symbol-loading.exp: Likewise.
12193 * gdb.base/shlib-call.exp: Likewise.
12194 * gdb.base/shreloc.exp: Likewise.
12195 * gdb.base/so-impl-ld.exp: Likewise.
12196 * gdb.base/solib-disc.exp: Likewise.
12197 * gdb.base/solib-nodir.exp: Likewise.
12198 * gdb.base/solib-overlap.exp: Likewise.
12199 * gdb.base/solib-symbol.exp: Likewise.
12200 * gdb.base/solib-weak.exp (do_test): Likewise.
12201 * gdb.base/sym-file.exp: Likewise.
12202 * gdb.base/symtab-search-order.exp: Likewise.
12203 * gdb.base/type-opaque.exp: Likewise.
12204 * gdb.base/unload.exp: Likewise.
12205 * gdb.base/watchpoint-solib.exp: Likewise.
12206 * gdb.compile/compile.exp: Likewise.
12207 * gdb.cp/gdb2384.exp: Likewise.
12208 * gdb.cp/infcall-dlopen.exp: Likewise.
12209 * gdb.cp/re-set-overloaded.exp: Likewise.
12210 * gdb.fortran/library-module.exp: Likewise.
12211 * gdb.opt/solib-intra-step.exp: Likewise.
12212 * gdb.python/py-finish-breakpoint.exp: Likewise.
12213 * gdb.python/py-shared.exp: Likewise.
12214 * gdb.reverse/solib-precsave.exp: Likewise.
12215 * gdb.reverse/solib-reverse.exp: Likewise.
12216 * gdb.server/solib-list.exp: Likewise.
12217 * gdb.threads/dlopen-libpthread.exp: Likewise.
12218 * gdb.threads/tls-shared.exp: Likewise.
12219 * gdb.threads/tls-so_extern.exp: Likewise.
12220 * gdb.trace/change-loc.exp: Likewise.
12221 * gdb.trace/ftrace-lock.exp: Likewise.
12222 * gdb.trace/ftrace.exp: Likewise.
12223 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12224 * gdb.trace/pending.exp: Likewise.
12225 * gdb.trace/range-stepping.exp: Likewise.
12226 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12227 (strace_info_marker): Likewise.
12228 (strace_probe_marker): Likewise.
12229 (strace_trace_on_same_addr): Likewise.
12230 (strace_trace_on_diff_addr): Likewise.
12231 * gdb.trace/trace-break.exp: Likewise.
12232 * gdb.trace/trace-condition.exp: Likewise.
12233 * gdb.trace/trace-mt.exp: Likewise.
12234
fca4cfd9
SM
122352016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12236
12237 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12238 result of gdb_remote_download.
12239 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12240 * gdb.base/dso2dso.exp: Likewise.
12241 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12242 * gdb.base/print-file-var.exp: Likewise.
12243 * gdb.base/shlib-call.exp: Likewise.
12244 * gdb.base/shreloc.exp: Likewise.
12245 * gdb.base/solib-overlap.exp: Likewise.
12246 * gdb.base/solib-weak.exp (do_test): Likewise.
12247 * gdb.base/unload.exp: Likewise.
12248
11cf4ffb
YQ
122492016-04-27 Yao Qi <yao.qi@linaro.org>
12250
12251 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12252 exists.
12253
3e2e34f8
KB
122542016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12255
12256 * vla-type.exp: Print structure from toplevel.
12257
8f07e298
BH
122582016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12259
12260 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12261 of dynamic types.
12262 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12263 of dynamic types.
12264
9920b434
BH
122652016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12266
12267 * gdb.fortran/vla-type.f90: New file.
12268 * gdb.fortran/vla-type.exp: New file.
12269
f3abeff5
YQ
122702016-04-25 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.base/branch-to-self.c: New file.
12273 * gdb.base/branch-to-self.exp: New file.
12274
0a5d52f0
YQ
122752016-04-22 Yao Qi <yao.qi@linaro.org>
12276
12277 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12278 more after $hex.
12279
495346f6
YQ
122802016-04-22 Yao Qi <yao.qi@linaro.org>
12281
12282 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12283 * gdb.base/annota3.exp: Likewise.
12284
4a7e075c
YQ
122852016-04-22 Yao Qi <yao.qi@linaro.org>
12286
12287 * gdb.reverse/step-precsave.exp: Do one step and test program
12288 stops in "callee" and do multiple steps until program goes out
12289 of "callee".
12290 * gdb.reverse/step-reverse.exp: Likewise.
12291
5b061e98
YQ
122922016-04-22 Yao Qi <yao.qi@linaro.org>
12293
12294 * gdb.trace/signal.exp: Also pass if
12295 $tracepoint_hits($i) > $iterations.
12296
5c5dc57f
YQ
122972016-04-22 Yao Qi <yao.qi@linaro.org>
12298
12299 * gdb.trace/signal.c: New file.
12300 * gdb.trace/signal.exp: New file.
12301
a55411b9
DE
123022016-04-19 Doug Evans <xdje42@gmail.com>
12303
12304 * gdb.base/bad-file.exp: New file.
12305
a22df60a
MG
123062016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12307
12308 * gdb.dwarf2/implref.exp: New file.
12309
0c13f7e5
BH
123102016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12311
12312 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12313 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12314 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12315 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12316 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12317 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12318 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12319 * lib/fortran.exp (fortran_int4): New procedure.
12320 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12321 (fortran_logical4): Likewise.
12322
9b9b09e9
BH
123232016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12324
12325 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12326
a14d1f4d
BH
123272016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12328
12329 * lib/compiler.c: Add Intel specific preprocessor macros.
12330 * lib/compiler.cc: Likewise.
25d49b86 12331
7d49b1d0
LM
123322016-04-13 Luis Machado <lgustavo@codesourcery.com>
12333
12334 * gdb.server/connect-with-no-symbol-file.c: New file.
12335 * gdb.server/connect-with-no-symbol-file.exp: New file.
12336
8392fa22
SM
123372016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12338
12339 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12340
8c4c4aeb
SM
123412016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12342
12343 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12344 standard output directory.
12345
45e3745e
AT
123462016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12347
12348 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12349
e26b7e41
MM
123502016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12351
12352 * gdb.btrace/instruction_history.c (loop): Add declaration.
12353
8ce09462
AT
123542016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12355
12356 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12357
2e88a1ea
SM
123582016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12359
12360 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12361 parentheses to print.
12362 (continue_handler): Likewise.
12363
f48e22e3
SM
123642016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12365
12366 * gdb.server/solib-list.exp: Remove is_remote check.
12367 Pass shlib= to gdb_compile. Don't link shared library with
12368 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12369 Run binary filename through "readlink -f" on the target.
12370
096be756
PA
123712016-04-08 Pedro Alves <palves@redhat.com>
12372
12373 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12374 interpreter filename as argument to gdbserver_spawn.
12375 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12376 Return empty if $last_loaded_file does not exist.
12377
06500533
JK
123782016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12379
12380 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12381 * gdb.base/jit-main.c: Use exit after usage.
12382
2d35e871
JK
123832016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12384
12385 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12386 GDBHISTSIZE prior to the tests.
12387 * gdb.base/gdbinit-history.exp: Likewise.
12388
123892016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12390
12391 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12392 instead of build_executable. Use gdb_load_shlibs.
12393
c8064e7e
YQ
123942016-04-07 Yao Qi <yao.qi@linaro.org>
12395
12396 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12397 Execute "si" command.
12398
bde47561
YQ
123992016-04-07 Yao Qi <yao.qi@linaro.org>
12400
12401 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12402 number instead of the comments on some line.
12403
b16f8a3b
DB
124042016-04-06 Don Breazeal <donb@codesourcery.com>
12405
12406 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12407 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12408
c2f901df
SM
124092016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12410
12411 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12412 standard_output_file. Remove unused binfile variable.
12413
ac17fda0
CU
124142016-04-05 Catalin Udma <catalin.udma@freescale.com>
12415
12416 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12417 * gdb.python/py-mi-objfile.exp: Match "list main" output
12418 in console format.
12419
03a8c4df
SM
124202016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12421
12422 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12423 absolute.
12424
6e774b13
SM
124252016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12426
12427 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12428 absolute.
12429 * gdb.trace/ftrace.exp: Likewise.
12430 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12431 targets as well.
12432 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12433 (gdb_load_shlibs): Copy libraries to test directory when testing
12434 natively. Only set solib-search-path if testing remotely.
12435 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12436
7817ea46
SM
124372016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12438
12439 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12440 gdb_download. Use it even if the target is not remote.
12441 * gdb.base/jit.exp (compile_jit_test): Likewise.
12442 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12443 output directory if the destination board is local, otherwise use
12444 the standard remote_download from DejaGnu.
12445 (gdb_download): Remove.
12446 (gdb_load_shlibs): Use gdb_remote_download instead of
12447 gdb_download.
12448 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12449 Use gdb_remote_download instead of gdb_download. Use it even if
12450 the target is not remote.
12451 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12452 instead of gdb_download.
12453
7beb7f68
SM
124542016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12455
12456 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12457 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12458 run.
12459
cc63428a
AV
124602016-04-01 Artemiy Volkov <artemiyv@acm.org>
12461
12462 PR gdb/19820
12463 * gdb.base/printcmds.exp: Add artificial arrays tests.
12464
64cdf930
PA
124652016-03-31 Pedro Alves <palves@redhat.com>
12466
12467 PR gdb/19858
12468 * gdb.base/jit-main.c: Include unistd.h.
12469 (ATTACH): Define to 0 if not already defined.
12470 (wait_for_gdb, mypid): New globals.
12471 (WAIT_FOR_GDB): New macro.
12472 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12473 some breakpoint locations.
12474 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12475 New procedures.
12476 (one_jit_test): Add REATTACH parameter, and handle it. Use
12477 continue_to_test_location.
12478 (top level): Test attach, and adjusts calls to one_jit_test.
12479
40dea8cb
PA
124802016-03-31 Pedro Alves <palves@redhat.com>
12481
12482 PR gdb/19858
12483 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12484 BINSUFFIX parameter, and handle it.
12485 (top level): Adjust calls compile_jit_test.
12486
e7ea3ec7
CU
124872016-03-31 Catalin Udma <catalin.udma@freescale.com>
12488
12489 PR python/19743
12490 * gdb.python/py-mi-events-gdb.py: New file.
12491 * gdb.python/py-mi-events.c: New file.
12492 * gdb.python/py-mi-events.exp: New file.
12493
e6359af3
YQ
124942016-03-30 Yao Qi <yao.qi@linaro.org>
12495
12496 * gdb.reverse/until-precsave.exp: Match function name only.
12497 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12498 Move malloc to a condition block.
12499 * gdb.reverse/until-reverse.exp: Match function name only.
12500
a4105d04
MK
125012016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12502
12503 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12504 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12505 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12506 variable for GPR 0 instead of assuming it is register 0.
12507 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12508 * lib/trace-support.exp: Add s390 registers.
12509
bfa6adb9
YQ
125102016-03-29 Yao Qi <yao.qi@linaro.org>
12511
12512 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12513
1e6697ea
YQ
125142016-03-24 Yao Qi <yao.qi@linaro.org>
12515
12516 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12517 test message.
12518
64bcd522
AA
125192016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12520
12521 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12522 maintaining separate logic for constructing the output path.
12523
7868401b
DB
125242016-03-16 Don Breazeal <donb@codesourcery.com>
12525
12526 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12527 Retry fork and waitpid on interrupted system call errors.
12528 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12529 Use with_timeout_factor to increase timeout by factor of 10.
12530
1cafadb4
DB
125312016-03-15 Don Breazeal <donb@codesourcery.com>
12532
12533 * gdb.cp/scope-err.cc: New test program.
12534 * gdb.cp/scope-err.exp: New test script.
12535 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12536 lines and "set breakpoint here" comment.
12537 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12538 Fixed some whitespace and format issues.
12539 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12540 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12541
81516450
DE
125422016-03-15 Doug Evans <dje@google.com>
12543
12544 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12545 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12546 All callers updated. Add tests for enums, mixed flags register.
12547
aa52b601
DE
125482016-03-15 Doug Evans <dje@google.com>
12549
12550 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12551 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12552
fa4ff313
SM
125532016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12554
12555 * gdb.base/default.exp: Add $_as_string to the list of expected
12556 convenience functions.
12557
f2403c39
AB
125582016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12559
12560 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12561
f2f3ccb9
SM
125622016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12563
12564 * gdb.python/py-as-string.exp: New file.
12565 * gdb.python/py-as-string.c: New file.
12566
00dbd492
PA
125672016-03-09 Pedro Alves <palves@redhat.com>
12568
12569 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12570 signal" -> "Thread NN received signal" output change.
12571 * gdb.threads/ia64-sigill.exp: Likewise.
12572 * gdb.threads/linux-dp.exp: Likewise.
12573 * gdb.threads/manythreads.exp: Likewise.
12574 * gdb.threads/pending-step.exp: Likewise.
12575 * gdb.threads/print-threads.exp: Likewise.
12576 * gdb.threads/sigstep-threads.exp: Likewise.
12577 * gdb.threads/staticthreads.exp: Likewise.
12578 * gdb.threads/tls.exp: Likewise.
12579
1e6697ea
YQ
125802016-03-09 Pedro Alves <palves@redhat.com>
12581
12582 * gdb.base/command-line-input.exp: New file.
12583
b04fd3be
MK
125842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12585
12586 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12587 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12588 * gdb.trace/pending.exp: Accept leading dot before function name.
12589 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12590 * lib/trace-support.exp: Set registers for ppc.
12591
98fa59e9
MK
125922016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12593
12594 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12595 use it for disassembly; accept .main in addition to main in backtrace.
12596
f77198c8
MK
125972016-03-09 Wei-cheng Wang <cole945@gmail.com>
12598 Marcin Kościelnicki <koriakin@0x04.net>
12599
12600 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12601 (gdb_recursion_test_ptr): New global variable.
12602 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12603 gdb_recursion_test.
12604 (gdb_c_test): Ditto.
12605
ba84e0da
MK
126062016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12607
12608 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12609 ordering.
12610
4366d36e
MK
126112016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12612
12613 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12614 (bar): Add bar_start_lbl label.
12615 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12616 of foo/bar for emitting DWARF and tracing.
12617
5eb264df
SDJ
126182016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12619
12620 * analyze-racy-logs.py: Set executable bit.
12621
fb6a751f
SDJ
126222016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12623
12624 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12625 (CHECK_TARGET_TMP): Likewise.
12626 (check-single-racy): New rule.
12627 (check-parallel-racy): Likewise.
12628 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12629 (do-check-parallel-racy): New rule.
12630 (check-racy/%.exp): Likewise.
12631 * README (Racy testcases): New section.
12632 * analyze-racy-logs.py: New file.
12633
bdf7e230
DE
126342016-03-03 Doug Evans <dje@google.com>
12635
12636 * gdb.base/skip.exp: Use with_test_prefix.
12637
4719d415
YQ
126382016-03-03 Yao Qi <yao.qi@linaro.org>
12639
12640 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12641 Invoke step_over_syscall "clone" and break_cond_on_syscall
12642 "clone".
12643 * gdb.base/step-over-clone.c: New file.
12644
ea507862
YQ
126452016-03-03 Yao Qi <yao.qi@linaro.org>
12646
12647 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12648 code format.
12649
8fc8cbda
YQ
126502016-03-03 Yao Qi <yao.qi@linaro.org>
12651
12652 * gdb.base/disp-step-fork.c: Rename to ...
12653 * gdb.base/step-over-fork.c: ... it. New file.
12654 * gdb.base/disp-step-vfork.c: Rename to ...
12655 * gdb.base/step-over-vfork.c: ... it. New file.
12656 * gdb.base/disp-step-syscall.exp: Rename to ...
12657 * gdb.base/step-over-syscall.exp: ... it. New file.
12658 (disp_step_cross_syscall): Rename to ...
12659 (step_over_syscall): ... it.
12660
92fa70b0
YQ
126612016-03-03 Yao Qi <yao.qi@linaro.org>
12662
12663 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12664 If target supports condition evaluation on target, invoke
12665 break_cond_on_syscall for fork and vfork.
12666
e197ad3c
YQ
126672016-03-03 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.base/disp-step-syscall.exp: Don't invoke
12670 support_displaced_stepping.
12671 (disp_step_cross_syscall): Test with displaced stepping off and
12672 on if supported.
12673
0b47da9f
YQ
126742016-03-03 Yao Qi <yao.qi@linaro.org>
12675
12676 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12677 proc.
12678 (setup): New proc.
12679 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12680 and setup.
12681
065ab6dc
BH
126822016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12683
12684 * gdb.fortran/vla-history.exp: Remove breakpoint.
12685
07e448ad 126862016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12687
25d49b86
PA
12688 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12689 exceeds timeout.
07e448ad 12690
9ac2d526 126912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12692
25d49b86
PA
12693 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12694 breakpoint.
9ac2d526 12695
17807369
BH
126962016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12697
12698 * gdb.mi/vla.f90: Nullify pointer after declaration.
12699
86e501af
PA
127002016-03-01 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12703
1e903e32
PA
127042016-03-01 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12707 before anything else.
12708 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12709 _GNU_SOURCE here.
12710 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12711 before anything else.
12712 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12713
6ccb54e2
PA
127142016-03-01 Pedro Alves <palves@redhat.com>
12715
12716 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12717
30ca9da1
YQ
127182016-03-01 Yao Qi <yao.qi@linaro.org>
12719
12720 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12721 prepare_for_testing.
12722
dc856b38
YQ
127232016-03-01 Yao Qi <yao.qi@linaro.org>
12724
12725 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12726
4a932159
AA
127272016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12728
12729 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12730 manually constructing the output path.
12731
f2489477
AA
127322016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12733
12734 * gdb.arch/s390-stackless.S: New.
12735 * gdb.arch/s390-stackless.exp: New.
12736
38899f16
IB
127372016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12738
12739 * gdb.dlang/circular.c: New file.
12740 * gdb.dlang/circular.exp: New file.
12741
9fde51ed
YQ
127422016-02-26 Yao Qi <yao.qi@linaro.org>
12743
12744 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12745 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12746 (testcases): Update.
12747
ce90fefe
YQ
127482016-02-26 Yao Qi <yao.qi@linaro.org>
12749
12750 * gdb.reverse/aarch64.c: Rename to ...
12751 * gdb.reverse/insn-reverse.c: ... it.
12752 * gdb.reverse/aarch64.exp: Rename to ...
12753 * gdb.reverse/insn-reverse.exp: ... it.
12754
3263bceb
YQ
127552016-02-26 Yao Qi <yao.qi@linaro.org>
12756
12757 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12758 (testcase_ftype): New.
12759 (testcases): New array.
12760 (n_testcases): New.
12761 (main): Call each element in testcases.
12762 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12763 (read_testcase): New.
12764 Do the tests in a loop.
12765
6cb59ff1
YQ
127662016-02-25 Yao Qi <yao.qi@linaro.org>
12767
12768 * gdb.base/branches.c: Remove.
12769
ae91f625
MK
127702016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12771
12772 PR gdb/13808
12773 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12774
678b48b7
MK
127752016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12776
12777 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12778
7337a6f2
MK
127792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12780
12781 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12782 change x86_64 call_insn to 'callq'.
12783
861ca91f
AT
127842016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12785
12786 * gdb.trace/tfile-avx.c: Move to...
12787 * gdb.trace/tracefile-pseudo-reg.c: Here.
12788 * gdb.trace/tfile-avx.exp: Move to...
12789 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12790
bf74e428
GB
127912016-02-24 Gary Benson <gbenson@redhat.com>
12792
12793 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12794 message on attach.
12795
cce0e923
DE
127962016-02-23 Doug Evans <dje@google.com>
12797
12798 * gdb.base/skip.c (test_skip): New function.
12799 (end_test_skip_file_and_function): New function.
12800 (test_skip_file_and_function): New function.
12801 * gdb.base/skip1.c (test_skip): New function.
12802 (skip1_test_skip_file_and_function): New function.
12803 * gdb.base/skip.exp: Add tests for new skip options.
12804 * gdb.base/skip-solib.exp: Update expected output.
12805 * gdb.perf/skip-command.cc: New file.
12806 * gdb.perf/skip-command.exp: New file.
12807 * gdb.perf/skip-command.py: New file.
12808
4000e47e
MK
128092016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12810
12811 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12812 info registers pattern.
12813
24f75ead
IB
128142016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12815
12816 * lib/future.exp: Add D support.
12817 (gdb_find_gdc): New proc.
12818 (gdb_default_target_compile): Add D support.
12819
fbb7bcbe
WW
128202016-02-18 Wei-cheng Wang <cole945@gmail.com>
12821
12822 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12823 user+system time.
12824 (trace_speed_test): Determine the iteration count for a time
12825 between 15..30 seconds.
12826
012b3a21
WT
128272016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12828
12829 * gdb.arch/i386-mpx-sigsegv.c: New file.
12830 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12831 * gdb.arch/i386-mpx-simple_segv.c: New file.
12832 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12833
2d5189bd
YQ
128342016-02-18 Yao Qi <yao.qi@linaro.org>
12835
12836 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12837 Don't call setup_kfail.
12838
40fb20d0
YQ
128392016-02-18 Yao Qi <yao.qi@linaro.org>
12840
12841 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12842 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12843
21b1f8d2
DE
128442016-02-16 Doug Evans <dje@google.com>
12845
12846 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12847 * gdb.base/skip1.c: Ditto.
12848 * gdb.base/skip.exp: Whitespace cleanup.
12849
4041ed77
DB
128502016-02-16 Don Breazeal <donb@codesourcery.com>
12851
12852 PR remote/19496
12853 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12854 Remove kfail for PR remote/19496.
12855
c4ef31bf
SM
128562016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12857
12858 * lib/gdb.exp (standard_temp_file): Return a path specific to
12859 the runtest invocation.
12860
266b65b3
SM
128612016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12862
12863 * gdb.trace/save-trace.exp: Change relative path to be in the
12864 standard output directory.
12865
a7a0a6a9
JK
128662016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12867
12868 * gdb.arch/i386-prologue.c: Add missing prototypes.
12869
c99dbb42
JK
128702016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12871
12872 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12873 * gdb.arch/i386-prologue.exp: Likewise.
12874 * gdb.arch/i386-size.exp: Likewise.
12875
aa480355
SM
128762016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12877
12878 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12879 define object file path.
12880 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12881 file path.
12882 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12883 standard_output_file to define binfile.
12884
ba881f50
JK
128852016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12886
12887 Fix compatibility with recent gfortran-5.3.1.
12888 * gdb.fortran/vla-history.exp (print vla1 allocated)
12889 (print vla2 allocated, print $2, print $3): Remove
12890 (print $4): Rename to ...
12891 (print $2): ... here.
12892 (print $9): Rename to ...
12893 (print $5): ... here.
12894 (print $10): Rename to ...
12895 (print $6): ... here.
12896 * gdb.fortran/vla.f90: Add pvla initialization.
12897
e9fb005c
JK
128982016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12899
12900 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12901 New test.
12902 * gdb.fortran/vla-value-sub.exp: Likewise.
12903
e44e00ff
MK
129042016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12905
12906 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12907
97e94151
SM
129082016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12909
12910 * i386-biarch-core.exp: Define corefile using
12911 standard_output_file.
12912
01113bc1
YQ
129132016-02-12 Yao Qi <yao.qi@linaro.org>
12914
12915 * gdb.arch/arm-single-step-kernel-helper.c: New.
12916 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12917
33b4777c
MM
129182016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12919
12920 * gdb.btrace/tailcall-only.exp: New.
12921 * gdb.btrace/tailcall-only.c: New.
12922 * gdb.btrace/x86_64-tailcall-only.S: New.
12923 * gdb.btrace/i686-tailcall-only.S: New.
12924
acc23c11
PA
129252016-02-11 Pedro Alves <palves@redhat.com>
12926
12927 * README (Parallel testing): Add missing double quotes.
12928
e352bf0a
PA
129292016-02-11 Pedro Alves <palves@redhat.com>
12930
12931 * README (Parallel testing): New section.
12932 (GDB_PARALLEL): Rewrite.
12933 (FORCE_PARALLEL): Document.
12934
9f5fed78
MK
129352016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12936
12937 * gdb.trace/tfile-avx.c: New test.
12938 * gdb.trace/tfile-avx.exp: New test.
12939
9ef9e6a6
KS
129402016-02-09 Keith Seitz <keiths@redhat.com>
12941
12942 PR breakpoints/19546
12943 * gdb.base/infcall-exec.c: New file.
12944 * gdb.base/infcall-exec2.c: New file.
12945 * gdb.base/infcall-exec.exp: New file.
12946
a96e36da
KS
129472016-02-09 Keith Seitz <keiths@redhat.com>
12948
12949 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12950 (toplevel): Call test_bkpt_address.
12951
9f61929f
KS
129522016-02-09 Keith Seitz <keiths@redhat.com>
12953
12954 PR python/19506
12955 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12956 (toplevel): Call test_bkpt_address.
12957
1e94266c
SM
129582016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12959
12960 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12961 to AC_OUTPUT.
12962 * configure: Regenerate.
12963
2a7f3dff
PA
129642016-02-09 Pedro Alves <palves@redhat.com>
12965
12966 PR breakpoints/19548
12967 * gdb.base/execl-update-breakpoints.c (some_function): New
12968 function.
12969 (main): Call it.
12970 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12971 Tighten expected GDB output.
12972
2151ccc5
SM
129732016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12974
12975 * Makefile.in (ALL_SUBDIRS): Remove.
12976 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12977 (distclean maintainer-clean realclean): Likewise.
12978 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12979 * configure: Regenerate.
12980 * gdb.ada/Makefile.in: Delete.
12981 * gdb.arch/Makefile.in: Likewise.
12982 * gdb.asm/Makefile.in: Likewise.
12983 * gdb.base/Makefile.in: Likewise.
12984 * gdb.btrace/Makefile.in: Likewise.
12985 * gdb.cell/Makefile.in: Likewise.
12986 * gdb.compile/Makefile.in: Likewise.
12987 * gdb.cp/Makefile.in: Likewise.
12988 * gdb.disasm/Makefile.in: Likewise.
12989 * gdb.dlang/Makefile.in: Likewise.
12990 * gdb.dwarf2/Makefile.in: Likewise.
12991 * gdb.fortran/Makefile.in: Likewise.
12992 * gdb.gdb/Makefile.in: Likewise.
12993 * gdb.go/Makefile.in: Likewise.
12994 * gdb.guile/Makefile.in: Likewise.
12995 * gdb.java/Makefile.in: Likewise.
12996 * gdb.linespec/Makefile.in: Likewise.
12997 * gdb.mi/Makefile.in: Likewise.
12998 * gdb.modula2/Makefile.in: Likewise.
12999 * gdb.multi/Makefile.in: Likewise.
13000 * gdb.objc/Makefile.in: Likewise.
13001 * gdb.opencl/Makefile.in: Likewise.
13002 * gdb.opt/Makefile.in: Likewise.
13003 * gdb.pascal/Makefile.in: Likewise.
13004 * gdb.perf/Makefile.in: Likewise.
13005 * gdb.python/Makefile.in: Likewise.
13006 * gdb.reverse/Makefile.in: Likewise.
13007 * gdb.server/Makefile.in: Likewise.
13008 * gdb.stabs/Makefile.in: Likewise.
13009 * gdb.threads/Makefile.in: Likewise.
13010 * gdb.trace/Makefile.in: Likewise.
13011 * gdb.xml/Makefile.in: Likewise.
13012 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13013 GDB_PARALLEL.
13014 (standard_output_file): Remove check for GDB_PARALLEL, always
13015 return path in outputs/$subdir/$testname.
13016
437277d4
SM
130172016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13018
13019 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13020 (site.exp): Assign abs_srcdir to tcl's srcdir.
13021
31d913c7
YQ
130222016-02-04 Yao Qi <yao.qi@linaro.org>
13023
13024 * gdb.base/foll-exec-mode.c: Include limits.h.
13025 (main): Add parameters argc and argv. Get directory from
13026 argv[0].
13027 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13028 compilation.
13029 * gdb.base/foll-exec.c: Include limits.h.
13030 (main): Add parameters argc and argv.
13031 Get directory from argv[0].
13032 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13033 Adjust tests on the number of lines as source code changed.
13034 * gdb.base/foll-vfork-exit.c: Include limits.h.
13035 (main): Add one line of statement before vfork.
13036 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13037 (main): Add parameters argc and argv. Get directory from
13038 argv[0].
13039 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13040 (setup_gdb): Set tbreak to skip some source lines.
13041 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13042 (main): Add parameters argc and argv. Get directory from
13043 argv[0].
13044 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13045 compilation.
13046 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13047 (main): Add parameters argc and argv. Get directory from
13048 argv[0].
13049 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13050 compilation.
13051
9482b9fb
DE
130522016-02-01 Doug Evans <dje@google.com>
13053
13054 * gdb.base/skip.exp: Clean up multiple references to same test name.
13055
6b2e4f10
PA
130562016-02-01 Pedro Alves <palves@redhat.com>
13057
ccb6afd6 13058 PR remote/19496
6b2e4f10
PA
13059 * gdb.threads/forking-threads-plus-breakpoint.exp
13060 (displaced_stepping_supported): New global.
13061 (probe_displaced_stepping_support): New procedure.
13062 (do_test): Add 'displaced' parameter, and use it.
13063 (top level): Check for displaced stepping support. Add displaced
13064 stepping on/off testing axis.
13065
37a8db1a
AB
130662016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13067
13068 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13069 pointer. Don't perform further tests on the unassociated pointer
13070 if the first test fails.
13071
5fdf6324
AB
130722016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13073
13074 * gdb.base/max-value-size.c: New file.
13075 * gdb.base/max-value-size.exp: New file.
13076 * gdb.base/huge.exp: Disable max-value-size for this test.
13077
935c6144
IB
130782016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13079
13080 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13081
7fe8399d
YQ
130822016-01-28 Yao Qi <yao.qi@linaro.org>
13083
13084 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13085
a2077e25
PA
130862016-01-25 Pedro Alves <palves@redhat.com>
13087
13088 PR threads/19461
13089 * gdb.base/fork-running-state.c: New file.
13090 * gdb.base/fork-running-state.exp: New file.
13091
1d2736d4
PA
130922016-01-25 Pedro Alves <palves@redhat.com>
13093
13094 PR gdb/19494
13095 * gdb.base/catch-fork-kill.c: New file.
13096 * gdb.base/catch-fork-kill.exp: New file.
13097
f1da4b11
PA
130982016-01-25 Pedro Alves <palves@redhat.com>
13099
13100 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13101 Delete, moved to lib/gdb.exp.
13102 * gdb.threads/forking-threads-plus-breakpoint.exp
13103 (foreach_with_prefix): Likewise.
13104 * gdb.threads/process-dies-while-handling-bp.exp
13105 (foreach_with_prefix): Likewise.
13106 * lib/gdb.exp (foreach_with_prefix): New procedure.
13107
45f38546
MK
131082016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13109
13110 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13111 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13112
dc29a1ce
MK
131132016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13114
13115 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13116 endian targets.
13117
092127d7
JK
131182016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13119 Pedro Alves <palves@redhat.com>
13120
13121 Fix testsuite compatibility with Guile.
13122 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13123 number.
13124
31d765d3
JK
131252016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13126
13127 Fix testsuite compatibility with Guile.
13128 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13129 (thread 1): New test for backtrace through signal handler.
13130
1ac78c04
YQ
131312016-01-22 Yao Qi <yao.qi@linaro.org>
13132
13133 PR testsuite/19491
13134 * gdb.base/multi-forks.c: Include
13135 ../lib/unbuffer_output.c
13136 (main): Call gdb_unbuffer_output.
13137
4f5946a8
DE
131382016-01-21 Doug Evans <dje@google.com>
13139
13140 * lib/ada.exp (gdb_compile_ada): Fix typo.
13141
305e13e6
JB
131422016-01-21 Joel Brobecker <brobecker@adacore.com>
13143
13144 * gdb.base/break-fun-addr.exp: New file.
13145 * gdb.base/break-fun-addr1.c: New file.
13146 * gdb.base/break-fun-addr2.c: New file.
13147
5f5dfff6
SM
131482016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13149
13150 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13151 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13152 enum flag values.
13153
fd356fa2
AA
131542016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13155
13156 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13157 when GDB can not set the vector return value. Add more comments
13158 for clarification.
13159
9df22175
AT
131602016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13161
13162 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13163 command.
13164
41d1845e
SM
131652016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13166
13167 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13168
01ac6840
SM
131692016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13170
13171 * Makefile.in (check-single): Pass --status to runtest.
13172 (check/%.exp): Likewise.
13173
131742016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13175
13176 * Makefile.in (check-parallel): Propagate return code from make
13177 do-check-parallel.
13178
bd0a71fa
MK
131792016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13180
13181 * gdb.trace/ftrace.exp: Fix expected message on continue.
13182 * gdb.trace/pending.exp: Fix expected message on continue.
13183 * gdb.trace/trace-break.exp: Fix expected message on continue.
13184
8bcbad33
SM
131852016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13186
13187 * lib/gdb.exp (gdb_test): Remove unused global references.
13188
f303dbd6
PA
131892016-01-18 Pedro Alves <palves@redhat.com>
13190
13191 * gdb.base/async-shell.exp: Adjust expected output.
13192 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13193 * gdb.base/siginfo-thread.exp: Adjust expected output.
13194 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13195 * gdb.java/jnpe.exp: Adjust expected output.
13196 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13197 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13198 * gdb.threads/leader-exit.exp: Adjust expected output.
13199 * gdb.threads/manythreads.exp: Adjust expected output.
13200 * gdb.threads/pthreads.exp: Adjust expected output.
13201 * gdb.threads/schedlock.exp: Adjust expected output.
13202 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13203 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13204 expected output.
13205 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13206 output.
13207 * gdb.threads/sigthread.exp: Adjust expected output.
13208 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13209
b2789696
YQ
132102016-01-18 Yao Qi <yao.qi@linaro.org>
13211
13212 * gdb.guile/scm-section-script.c: Replace @progbits with
13213 %progbits.
13214 * gdb.python/py-section-script.c: Likewise.
13215
71ef29a8
PA
132162016-01-15 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.multi/tids.exp: Test star wildcard ranges.
13219
3f5b7598
PA
132202016-01-15 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13223 command from "thread apply" invocation.
13224 (thr_apply_info_thr_invalid): Default the expected output to the
13225 input tid list.
13226 (top level): Add tests that use convenience variables. Add tests
13227 for "thread apply" with a valid TID list, but missing the command.
13228
663f6d42
PA
132292016-01-13 Pedro Alves <palves@redhat.com>
13230
13231 * gdb.base/default.exp: Expect $_gthread as well.
13232 * gdb.multi/tids.exp: Test $_gthread.
13233 * gdb.threads/thread-specific.exp: Test $_gthread.
13234
c84f6bbf
PA
132352016-01-13 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.multi/tids.exp: Test "info threads -gid".
13238
22a02324
PA
132392016-01-13 Pedro Alves <palves@redhat.com>
13240
13241 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13242 Breakpoint.thread.
13243 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13244
5d5658a1
PA
132452016-01-07 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.base/break.exp: Adjust to output changes.
13248 * gdb.base/hbreak2.exp: Likewise.
13249 * gdb.base/sepdebug.exp: Likewise.
13250 * gdb.base/watch_thread_num.exp: Likewise.
13251 * gdb.linespec/keywords.exp: Likewise.
13252 * gdb.multi/info-threads.exp: Likewise.
13253 * gdb.threads/thread-find.exp: Likewise.
13254 * gdb.multi/tids.c: New file.
13255 * gdb.multi/tids.exp: New file.
13256
84654457
PA
132572016-01-13 Pedro Alves <palves@redhat.com>
13258
13259 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13260
e3940304
PA
132612016-01-13 Pedro Alves <palves@redhat.com>
13262
13263 * gdb.base/default.exp: Expect $_inferior as well.
13264 * gdb.multi/base.exp: Test $_inferior.
13265
a911d87a
PA
132662016-01-13 Pedro Alves <palves@redhat.com>
13267
13268 PR breakpoints/19388
13269 * gdb.base/catch-signal-siginfo-cond.c: New file.
13270 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13271
82075af2
JS
132722016-01-12 Josh Stone <jistone@redhat.com>
13273 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13274
13275 * gdb.base/catch-syscall.c (do_execve): New variable.
13276 (main): Conditionally trigger an execve.
13277 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13278 (test_catch_syscall_execve): New, check entry/return across execve.
13279 (do_syscall_tests): Call test_catch_syscall_execve.
13280
e46eeedd
PA
132812016-01-12 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.base/random-signal.exp (do_test): New procedure, with body
13284 of testcase moved in.
13285
01d8c27e
JK
132862016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13287 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.base/funcargs.exp (finish from indirectly called function):
13290 Reintroduce the case for 'First'.
13291
9a706302
JK
132922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13293 Pedro Alves <palves@redhat.com>
13294
13295 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13296 (tcatch_vfork_then_child_follow_exec)
13297 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13298 identification.
13299
c0ecb95f
JK
133002016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13301
13302 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13303 and repeats to unlimited.
13304 * gdb.python/py-value.exp: Likewise.
13305 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13306 and repeats to unlimited.
13307
6cfc1fcb
JK
133082016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13309
13310 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13311 and reordering the functions.
13312 * gdb.multi/hangout.c: Likewise.
13313 * gdb.multi/hello.c: Likewise.
13314
582a1b00
SM
133152016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13316
13317 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13318 absolute.
13319 (SingleStatisticTestResult.report): Use dict.keys instead of
13320 dict.iterkeys.
13321
79bc59cb
PA
133222016-01-06 Pedro Alves <palves@redhat.com>
13323
13324 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13325
43368e1d
MM
133262016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13327
13328 * gdb.btrace/dlopen.exp: New.
13329 * gdb.btrace/dlopen.c: New.
13330 * gdb.btrace/dlopen-dso.c: New.
13331
79fad5b8
SL
133322015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13333
13334 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13335 PATTERN argument is optional.
13336
ab8314b3
JB
133372015-12-24 Joel Brobecker <brobecker@adacore.com>
13338
13339 * lib/ada.exp (target_compile_ada_from_dir): New function.
13340 (gdb_compile_ada): Reimplement avoiding the use of project files.
13341 * gdb.ada/gnat_ada.gpr: Delete.
13342 * gdb.ada/cond_lang.exp: Adjust test to make path before
13343 filename optional.
13344 * gdb.ada/small_reg_param.exp: Likewise.
13345
fe33faff
SM
133462015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13347
13348 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13349
6d265cb4
TP
133502015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13351
13352 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13353 case.
13354
10125099
SM
133552015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13356
13357 * gdb.base/break.exp: Remove dead code.
13358 * gdb.base/sepdebug.exp: Likewise.
13359
3ca22649
SM
133602015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13361
13362 * gdb.asm/asm-source.exp: Remove HP-UX references.
13363 * gdb.base/annota1.exp: Likewise.
13364 * gdb.base/annota3.exp: Likewise.
13365 * gdb.base/attach.exp: Likewise.
13366 * gdb.base/bigcore.exp: Likewise.
13367 * gdb.base/break.exp: Likewise.
13368 * gdb.base/call-ar-st.exp: Likewise.
13369 * gdb.base/callfuncs.exp: Likewise.
13370 * gdb.base/catch-fork-static.exp: Likewise.
13371 * gdb.base/display.exp: Likewise.
13372 * gdb.base/foll-exec-mode.exp: Likewise.
13373 * gdb.base/foll-exec.exp: Likewise.
13374 * gdb.base/foll-fork.exp: Likewise.
13375 * gdb.base/foll-vfork.exp: Likewise.
13376 * gdb.base/funcargs.exp: Likewise.
13377 * gdb.base/hbreak2.exp: Likewise.
13378 * gdb.base/inferior-died.exp: Likewise.
13379 * gdb.base/interrupt.exp: Likewise.
13380 * gdb.base/multi-forks.exp: Likewise.
13381 * gdb.base/nodebug.exp: Likewise.
13382 * gdb.base/sepdebug.exp: Likewise.
13383 * gdb.base/solib1.c: Likewise.
13384 * gdb.base/step-test.exp: Likewise.
13385 * gdb.mi/non-stop.c: Likewise.
13386 * gdb.mi/pthreads.c: Likewise.
13387 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13388 * gdb.threads/pthreads.c: Likewise.
13389 * gdb.threads/staticthreads.exp: Likewise.
13390 * lib/future.exp: Likewise.
13391 * lib/gdb.exp: Likewise.
13392 * gdb.base/so-indr-cl.c: Remove.
13393 * gdb.base/so-indr-cl.exp: Likewise.
13394 * gdb.base/solib.c: Likewise.
13395 * gdb.base/solib.exp: Likewise.
13396 * gdb.base/solib2.c: Likewise.
13397
b6304613
SM
133982015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13399
13400 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13401 * gdb.base/call-ar-st.exp: Likewise.
13402 * gdb.base/callfuncs.exp: Likewise.
13403 * gdb.base/condbreak.exp: Likewise.
13404 * gdb.base/constvars.exp: Likewise.
13405 * gdb.base/hbreak2.exp: Likewise.
13406 * gdb.base/langs.exp: Likewise.
13407 * gdb.base/list.exp: Likewise.
13408 * gdb.base/long_long.exp: Likewise.
13409 * gdb.base/ptype.exp: Likewise.
13410 * gdb.base/scope.exp: Likewise.
13411 * gdb.base/signals.exp: Likewise.
13412 * gdb.base/so-impl-ld.exp: Likewise.
13413 * gdb.base/varargs.exp: Likewise.
13414 * gdb.base/volatile.exp: Likewise.
13415 * gdb.base/whatis.exp: Likewise.
13416 * gdb.cp/cplusfuncs.exp: Likewise.
13417 * gdb.cp/inherit.exp: Likewise.
13418 * gdb.cp/local.exp: Likewise.
13419 * gdb.cp/member-ptr.exp: Likewise.
13420 * gdb.cp/method.exp: Likewise.
13421 * gdb.cp/overload.exp: Likewise.
13422 * gdb.cp/templates.exp: Likewise.
13423 * gdb.stabs/weird.exp: Likewise.
13424 * lib/compiler.c: Likewise.
13425 * lib/compiler.cc: Likewise.
13426 * lib/cp-support.exp: Likewise.
13427 * lib/gdb.exp: Likewise.
13428
bf401b07
SM
134292015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13430
13431 * configure.ac: Remove HP-UX case.
13432 * configure: Regenerate.
13433
aff9c0f8
SM
134342015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13435
13436 * lib/gdb.exp (gdb_compile): Add function doc.
13437
a6904d5a
PA
134382015-12-17 Pedro Alves <palves@redhat.com>
13439
13440 PR threads/19354
13441 * gdb.multi/info-threads.exp: New file.
13442
a22279dd
YQ
134432015-12-15 Yao Qi <yao.qi@linaro.org>
13444
13445 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13446 is aarch64*-*-*.
13447
0588c796
SL
134482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13449
13450 * gdb.base/history-duplicates.exp: Skip if no readline support.
13451
5d978e17
SL
134522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13453
13454 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13455
7e763b86
SL
134562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13457
13458 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13459
87a3a92c
SL
134602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13461
13462 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13463 ctrl-C if nointerrupts target property is set.
13464 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13465 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13466 * gdb.base/paginate-bg-execution.exp: Likewise.
13467 * gdb.base/paginate-execution-startup.exp: Likewise.
13468 * gdb.base/random-signal.exp: Likewise.
13469 * gdb.base/range-stepping.exp: Likewise.
13470 * gdb.cp/annota2.exp: Likewise.
13471 * gdb.cp/annota3.exp: Likewise.
13472 * gdb.gdb/selftest.exp: Likewise.
13473 * gdb.threads/continue-pending-status.exp: Likewise.
13474 * gdb.threads/leader-exit.exp: Likewise.
13475 * gdb.threads/manythreads.exp: Likewise.
13476 * gdb.threads/pthreads.exp: Likewise.
13477 * gdb.threads/schedlock.exp: Likewise.
13478 * gdb.threads/sigthread.exp: Likewise.
13479
a8f077dc
DB
134802015-12-11 Don Breazeal <donb@codesourcery.com>
13481
13482 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13483 remote.
13484 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13485 * gdb.base/foll-exec.exp (main): Enable for target remote.
13486 * gdb.base/foll-fork.exp (main): Likewise.
13487 * gdb.base/foll-vfork.exp (main): Likewise.
13488 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13489 (proc continue_to_exit_bp_loc): Use clean_restart.
13490 * gdb.base/pie-execl.exp (main): Disable for target remote.
13491 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13492 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13493 * gdb.threads/execl.exp (main): Likewise.
13494 * gdb.threads/fork-child-threads.exp (main): Likewise.
13495 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13496 remote.
13497 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13498 remote.
13499 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13500 pid.tid style ptids, instead of just tid.
13501 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13502 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13503 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13504 ptids, instead of just tid.
13505
3b2464a8
AB
135062015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13507
13508 * gdb.base/list.exp (test_list_forward): Add end of file error
13509 test.
13510 (test_repeat_list_command): Add end of file error test.
13511 (test_list_backwards): Add beginning of file error test.
13512
a0def019
AB
135132015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13514
13515 * gdb.base/list.exp (test_list_invalid_args): New function,
13516 defined, and called.
13517
5c000dff
AB
135182015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13519
13520 * gdb.base/list.exp (test_list): Make test names unique.
13521
f1637ebe
YQ
135222015-12-11 Yao Qi <yao.qi@linaro.org>
13523
13524 * gdb.base/coremaker2.c: Remove.
13525
36d6fc0a
PA
135262015-12-10 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.multi/base.exp: Remove stale "spaces" references.
13529
762f7747
PA
135302015-12-10 Pedro Alves <palves@redhat.com>
13531
13532 * gdb.multi/base.exp: Don't use nowarnings.
13533 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13534 * gdb.multi/hangout.c: Include stdio.h.
13535 * gdb.multi/hello.c: Include stdlib.h.
13536 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13537 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13538 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13539
28d2bfb9
AB
135402015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13541
13542 * gdb.dwarf2/dw2-ranges-base.c: New file.
13543 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13544 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13545 support additional line table, and debug ranges generation.
13546 (Dwarf::ranges): New function, generate .debug_ranges.
13547 (Dwarf::lines): Support generating simple line table programs.
13548 (Dwarf::assemble): Initialise new namespace variables.
13549
5fc2beac
KB
135502015-12-09 Kevin Buettner <kevinb@redhat.com>
13551
13552 * gdb.base/async.exp (proc test_background): Add case for
13553 asynchronous execution not supported.
13554
1c35a88f
LM
135552015-12-09 Luis Machado <lgustavo@codesourcery.com>
13556
13557 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13558 format and change test names to make them unique.
13559
b593e3d9
RK
135602015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13561 Pedro Alves <pedro@redhat.com>
13562
13563 PR gdb/18702
13564 Add checking of floatformats setup on x86_64 hosts.
13565 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13566 (smallval, bigval): New labels/constants.
13567 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13568 float" after loading bigval and smallval.
13569
d72413e6
PMR
135702015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13571
13572 * gdb.ada/fun_overload_menu.exp: New testcase.
13573 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13574
ece66d65
JS
135752015-12-04 Josh Stone <jistone@redhat.com>
13576
13577 * gdb.base/catch-fork-static.exp: New.
13578
41d0efca
YQ
135792015-12-03 Yao Qi <yao.qi@linaro.org>
13580
13581 * gdb.base/sizeof.c: Don't include stdio.h and
13582 ../lib/unbuffer_output.c.
13583 (main): New variable 'size' and 'value'. Remove printf and
13584 gdb_unbuffer_output. Assign return value to size and value.
13585 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13586 at the beginning.
13587 (check_sizeof): Check the result by printing variable 'size'.
13588 (check_valueof): Check the result by printing variable 'value'.
13589
99fd02d9
YQ
135902015-12-01 Yao Qi <yao.qi@linaro.org>
13591
13592 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13593 for aarch64*-*-linux* target.
13594
f2faf941
PA
135952015-11-30 Pedro Alves <palves@redhat.com>
13596
13597 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13598
04bf20c5
PA
135992015-11-30 Pedro Alves <palves@redhat.com>
13600
13601 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13602 Handle non-stop mode vCont replies.
13603
09df4675
PA
136042015-11-30 Pedro Alves <palves@redhat.com>
13605
13606 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13607 prepare_for_testing. Start gdb with "set non-stop on" appended to
13608 GDBFLAGS. Lax expected stop output.
13609
58b584af
YQ
136102015-11-27 Yao Qi <yao.qi@linaro.org>
13611
13612 * gdb.arch/arm-neon.exp: New.
13613 * gdb.arch/arm-neon.c: New.
13614
dfcb77a8
YQ
136152015-11-27 Yao Qi <yao.qi@linaro.org>
13616
13617 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13618
88e8ec1b
YQ
136192015-11-27 Yao Qi <yao.qi@linaro.org>
13620
13621 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13622 frames-invalid annotation.
13623
bfde72c2
YQ
136242015-11-27 Yao Qi <yao.qi@linaro.org>
13625
13626 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13627
f6512a69
SM
136282015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13629
13630 * gdb.threads/names.exp: New file.
13631 * gdb.threads/names.c: New file.
13632 * README: Mention gdb,no_thread_names.
13633
46a3515b
MM
136342015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13635
13636 PR 19297
13637 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13638 support" error.
13639
62147a22
PA
136402015-11-24 Pedro Alves <palves@redhat.com>
13641
13642 PR 17539
13643 * gdb.base/display.exp: Expect displays to be sorted in ascending
13644 order. Use multi_line.
13645 * gdb.base/solib-display.exp: Likewise.
13646
2f341b6e
PA
136472015-11-24 Pedro Alves <palves@redhat.com>
13648
13649 PR 17539
25d49b86
PA
13650 * gdb.base/display.exp: Expect displays to be sorted in ascending
13651 order. Use multi_line.
13652 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13653
7e0aa6aa
PA
136542015-11-24 Pedro Alves <palves@redhat.com>
13655
13656 PR 17539
13657 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13658 threads in ascending order.
13659 * gdb.base/foll-fork.exp: Likewise.
13660 * gdb.base/foll-vfork.exp: Likewise.
13661 * gdb.base/multi-forks.exp: Likewise.
13662 * gdb.mi/mi-nonstop.exp: Likewise.
13663 * gdb.mi/mi-nsintrall.exp: Likewise.
13664 * gdb.multi/base.exp: Likewise.
13665 * gdb.multi/multi-arch.exp: Likewise.
13666 * gdb.python/py-inferior.exp: Likewise.
13667 * gdb.threads/break-while-running.exp: Likewise.
13668 * gdb.threads/execl.exp: Likewise.
13669 * gdb.threads/gcore-thread.exp: Likewise.
13670 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13671 * gdb.threads/kill.exp: Likewise.
13672 * gdb.threads/linux-dp.exp: Likewise.
13673 * gdb.threads/multiple-step-overs.exp: Likewise.
13674 * gdb.threads/next-bp-other-thread.exp: Likewise.
13675 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13676 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13677 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13678 * gdb.threads/thread-find.exp: Likewise.
13679 * gdb.threads/tls.exp: Likewise.
13680 * lib/mi-support.exp (mi_reverse_list): Delete.
13681 (mi_check_thread_states): No longer reverse list.
13682
2cc57ad8
PA
136832015-11-24 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13686 use lowercase.
13687
c93e8391
SM
136882015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13689
13690 * gdb.trace/actions.c: Include trace-common.h.
13691 (main): Add a location for a fast tracepoint.
13692 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13693 the normal tracepoints.
13694 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13695
045ccf91
SM
136962015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13697
13698 * save-trace.exp: Factor out code to these...
13699 (gdb_save_tracepoints): New.
13700 (gdb_load_tracepoints): New.
13701 (do_save_load_test): New.
13702
5506f9f6
KB
137032015-11-23 Kevin Buettner <kevinb@redhat.com>
13704
13705 * gdb.base/asmlabel.exp: New test.
13706 * gdb.base/asmlabel.c: New test case.
13707
16c3b12f
JB
137082015-11-23 Joel Brobecker <brobecker@adacore.com>
13709
13710 * gdb.base/wrong_frame_bt_full-main.c: New file.
13711 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13712 * gdb.base/wrong_frame_bt_full.exp: New file.
13713
155bfbd3
JB
137142015-11-23 Joel Brobecker <brobecker@adacore.com>
13715
13716 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13717
bb097445
JM
137182015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13719
206853a0 13720 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13721 pstate register when comparing registers values in
13722 sparc64-*-linux-gnu targets to avoid spurious differences.
13723
9c88ed8f
JM
137242015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13725
206853a0 13726 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13727
96161e25
SL
137282015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13729
13730 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13731 as type argument to gdb_compile.
13732 * gdb.base/nested-subp2.exp: Likewise.
13733 * gdb.base/nested-subp3.exp: Likewise.
13734
340c2830
DV
137352015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13736
13737 * lib/dwarf.exp (_note): Fix left shift of negative value.
13738 * gdb.trace/trace-condition.exp: Likewise.
13739
c1862d0f
YQ
137402015-11-13 Yao Qi <yao.qi@linaro.org>
13741
13742 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13743 comments about d10v.
13744 (test_scalar_returns): Likewise.
13745 * gdb.base/d10v.ld: Remove.
13746 * gdb.base/overlays.exp: Remove the target triplet checking for
13747 d10v-*-*.
13748 * gdb.base/structs.exp (test_struct_returns): Remove the
13749 comments about d10v.
13750 (test_struct_calls): Likewise.
13751
77ae9c19
YQ
137522015-11-13 Yao Qi <yao.qi@linaro.org>
13753
13754 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13755 * gdb.base/gnu_vector.c: Don't include stdio.h.
13756 (main): Don't print res and call add_some_intvecs.
13757
430e004e
MK
137582015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13759
13760 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13761 macro.
13762 (func5): Removed.
13763 (func4): Use FAST_TRACEPOINT_LABEL.
13764 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13765 macro.
13766 (func): Removed.
13767 (thread_function): Use FAST_TRACEPOINT_LABEL.
13768 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13769 (func): Remove.
13770 (marker): Use FAST_TRACEPOINT_LABEL.
13771 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13772 (pendfunc1): Remove.
13773 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13774 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13775 (foo): Remove.
13776 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13777 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13778 macro.
13779 (func): Remove.
13780 (marker): Use FAST_TRACEPOINT_LABEL.
13781 * gdb.trace/trace-common.h: New header.
13782 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13783 macro.
13784 (func): Remove.
13785 (marker): Use FAST_TRACEPOINT_LABEL.
13786 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13787 (func): Remove.
13788 (thread_function): Use FAST_TRACEPOINT_LABEL.
13789
6e7675a7
MK
137902015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13791
13792 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13793 in front.
13794 * gdb.trace/change-loc.exp: Use global pcreg definition.
13795 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13796 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13797 in front.
13798 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13799 * gdb.trace/pending.exp: Likewise.
13800 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13801 * gdb.trace/trace-break.exp: Likewise.
13802 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13803 in front.
13804 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13805 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13806 in front.
13807 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13808
dddc0e16
JB
138092015-11-09 Joel Brobecker <brobecker@adacore.com>
13810
13811 * gdb.ada/fin_fun_out: New testcase.
13812
c6f0b406
KB
138132015-11-07 Kevin Buettner <kevinb@redhat.com>
13814
13815 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13816 value associated with DW_AT_byte_size.
13817 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13818 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13819 DW_AT_upper_bound.
13820
f01dcfd9
KB
138212015-11-07 Kevin Buettner <kevinb@redhat.com>
13822
13823 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13824 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13825 version.
13826 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13827 gdb.dwarf2/dw2-canonicalize-type.exp,
13828 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13829 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13830 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13831 provided by gdb_target_symbol_prefix_flags_asm.
13832 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13833 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13834 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13835 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13836 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13837 macros where needed). Use this macro for symbols which require
13838 the prefix provided by SYMBOL_PREFIX.
13839
2223449a
KB
138402015-11-05 Kevin Buettner <kevinb@redhat.com>
13841
13842 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13843 New procs.
13844 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13845 representing expressions, of more than one list element.
13846 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13847 to prepend linker symbol prefix to f.
13848 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13849 table_1 and table_2.
13850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13851 Likewise, for f and g.
13852 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13853 for ptr.
13854 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13855 for main.
13856 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13857 table_1_ptr and table_2_ptr.
13858
6f2f1a3a
JK
138592015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13860 Joel Brobecker <brobecker@adacore.com>
13861
13862 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13863
566c56c9
MK
138642015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13865
13866 * gdb.reverse/s390-mvcle.c: New test.
13867 * gdb.reverse/s390-mvcle.exp: New file.
13868 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13869
d5f0636b
MK
138702015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13871
13872 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13873
7ad8b86c
MK
138742015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13875
13876 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13877 reaching marker2.
13878 * gdb.reverse/getresuid-reverse.exp: Likewise.
13879 * gdb.reverse/pipe-reverse.exp: Likewise.
13880 * gdb.reverse/readv-reverse.exp: Likewise.
13881 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13882 * gdb.reverse/time-reverse.exp: Likewise.
13883 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13884
4081c0f1
YQ
138852015-10-30 Yao Qi <yao.qi@linaro.org>
13886
13887 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13888 (empty_cycle): Remove.
13889 (main): Don't call empty_cycle. Don't use watch_count_done.
13890 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13891 empty_cycle. Rewrite the code counting HW watchpoints.
13892
452b4ba5
MK
138932015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13894
13895 * gdb.reverse/fstatat-reverse.c: New test.
13896 * gdb.reverse/fstatat-reverse.exp: New file.
13897 * gdb.reverse/getresuid-reverse.c: New test.
13898 * gdb.reverse/getresuid-reverse.exp: New file.
13899 * gdb.reverse/pipe-reverse.c: New test.
13900 * gdb.reverse/pipe-reverse.exp: New file.
13901 * gdb.reverse/readv-reverse.c: New test.
13902 * gdb.reverse/readv-reverse.exp: New file.
13903 * gdb.reverse/recvmsg-reverse.c: New test.
13904 * gdb.reverse/recvmsg-reverse.exp: New file.
13905 * gdb.reverse/time-reverse.c: New test.
13906 * gdb.reverse/time-reverse.exp: New file.
13907 * gdb.reverse/waitpid-reverse.c: New test.
13908 * gdb.reverse/waitpid-reverse.exp: New file.
13909
5e2e7507
JK
139102015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13911
13912 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13913
0fde2c53
DE
139142015-10-26 Doug Evans <dje@google.com>
13915
13916 PR symtab/17391
13917 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13918 * gdb.dwarf2/bad-regnum.c: New file.
13919 * gdb.dwarf2/bad-regnum.exp: New file.
13920
1a70ae97
DE
139212015-10-26 Doug Evans <dje@google.com>
13922
13923 PR python/18938
13924 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13925 file.
13926
27dc26ab
JK
139272015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13928
13929 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13930 for a change by "Mention language in compile error message".
13931
bed91f4d
SM
139322015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13933
13934 PR python/18073
13935 * gdb.python/py-type.c (C::a_method): New.
13936 (C::a_const_method): New.
13937 (C::a_static_method): New.
13938 (a_function): New.
13939 * gdb.python/py-type.exp (test_fields): Test getting fields
13940 from function and method.
13941
3f2f83dd
KB
139422015-10-21 Keven Boell <keven.boell@intel.com>
13943
13944 * gdb.fortran/vla-alloc-assoc.exp: New file.
13945 * gdb.fortran/vla-datatypes.exp: New file.
13946 * gdb.fortran/vla-datatypes.f90: New file.
13947 * gdb.fortran/vla-history.exp: New file.
13948 * gdb.fortran/vla-ptype-sub.exp: New file.
13949 * gdb.fortran/vla-ptype.exp: New file.
13950 * gdb.fortran/vla-sizeof.exp: New file.
13951 * gdb.fortran/vla-sub.f90: New file.
13952 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13953 * gdb.fortran/vla-value-sub-finish.exp: New file.
13954 * gdb.fortran/vla-value-sub.exp: New file.
13955 * gdb.fortran/vla-value.exp: New file.
13956 * gdb.fortran/vla-ptr-info.exp: New file.
13957 * gdb.mi/mi-vla-fortran.exp: New file.
13958 * gdb.mi/vla.f90: New file.
13959
27145d50
SL
139602015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13961
13962 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13963 of hardwired timeout value.
13964
5f3ff4f8
JK
139652015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13966 Pedro Alves <palves@redhat.com>
13967
13968 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13969 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13970
bfd09d20
JS
139712015-10-19 Josh Stone <jistone@redhat.com>
13972
13973 * gdb.base/catch-syscall.c: Include <sched.h>.
13974 (unknown_syscall): New variable.
13975 (main): Trigger a vfork and an unknown syscall.
13976 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13977 (unknown_syscall_number): Likewise.
13978 (check_call_to_syscall): Accept an optional syscall pattern.
13979 (check_return_from_syscall): Likewise.
13980 (check_continue): Likewise.
13981 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13982 (test_catch_syscall_skipping_return): New test toggling off 'catch
13983 syscall' to step over the syscall return, then toggling back on.
13984 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13985 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13986 (do_syscall_tests): Call test_catch_syscall_without_args and
13987 test_catch_syscall_mid_vfork.
13988 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13989 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13990
b32b93c6
AS
139912015-10-19 Andrew Stubbs <ams@codesourcery.com>
13992
13993 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13994 print g_vE): Add new pass patterns.
13995 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13996 print various symbol names for vptr fields.
13997
9d622bda
AB
139982015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13999
14000 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14001 results.
14002
0fd8ac1c
YQ
140032015-10-12 Yao Qi <yao.qi@linaro.org>
14004
14005 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14006
34240514
YQ
140072015-10-12 Yao Qi <yao.qi@linaro.org>
14008
14009 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14010 is aarch64*-*-linux*.
14011
8240f442
YQ
140122015-10-12 Yao Qi <yao.qi@linaro.org>
14013
14014 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14015 (can_relocate_bcond_true): ... it.
14016 (can_relocate_bcond_false): New function.
14017 (foo): Likewise.
14018 (can_relocate_bl): Likewise.
14019 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14020 can_relocate_bl.
14021
2520f728
PMR
140222015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14023
14024 * gdb.base/nested-addr.c: New file.
14025 * gdb.base/nested-addr.exp: New testcase.
14026
abcef95a
MM
140272015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14028
14029 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14030 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14031 its output. Ignore the output of "record goto begin" and instead
14032 check that GDB is replaying.
14033
145e3ddb
PA
140342015-10-09 Pedro Alves <palves@redhat.com>
14035
14036 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14037 (top level): Use it in the run with no args test.
14038
d5d8c4e1
IB
140392015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14040
14041 * gdb.dlang/properties.exp: New file.
14042
06e635ef
SL
140432015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14044
14045 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14046 whether or not address 0x1000 is mapped on the target.
14047
e019fd1d
SM
140482015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14049
14050 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14051 build.
14052
77ba2a67
MM
140532015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14054
14055 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14056 instruction-history test.
14057
c60eb31f
DE
140582015-09-28 Doug Evans <dje@google.com>
14059
14060 * gdb.base/gcore.c (array_func): Add reference to static_array.
14061
9a3c8263
SM
140622015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14063
14064 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14065 source line.
14066
9720e656
SL
140672015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14068
14069 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14070 short or char as base type.
14071
938d3bf2
SL
140722015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14073
14074 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14075 to allow any size enum.
14076
e6c2c623
PMR
140772015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14078
14079 * gdb.ada/array_ptr_renaming.exp: New testcase.
14080 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14081 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14082
06da0f77
PL
140832015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14084
14085 * gdb.trace/ftrace-lock.c: New file.
14086 * gdb.trace/ftrace-lock.exp: New file.
14087
4f51c22a
PL
140882015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14089
14090 * gdb.arch/insn-reloc.c: New file.
14091 * gdb.arch/ftrace-insn-reloc.exp: New file.
14092
7041adf4
PL
140932015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14094
14095 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14096 instruction.
14097 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14098 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14099 * gdb.trace/range-stepping.c: Likewise.
14100 * gdb.trace/trace-break.c: Likewise.
14101 * gdb.trace/trace-mt.c (thread_function): Likewise.
14102 * gdb.trace/ftrace.c (marker): Likewise.
14103 * gdb.trace/trace-condition.c (marker): Likewise.
14104 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14105 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14106 is_aarch64_target.
14107
015d2e7e
DE
141082015-09-18 Doug Evans <xdje42@gmail.com>
14109
14110 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14111 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14112
26b188a2
SL
141132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14114
14115 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14116 the breakpoint.
14117
79dc332b
SL
141182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14119
14120 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14121 the pending breakpoint. Remove timeout override for "Run till
14122 MI pending breakpoint on pendfunc3 on thread 2" test.
14123
f57929f2
SL
141242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14125
14126 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14127 filename pattern.
14128
3f469b17
SL
141292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14130
14131 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14132 in breakpoint filename pattern.
14133
515b89b3
SL
141342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14135
7800dbe4
SL
14136 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14137
141382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14139
515b89b3
SL
14140 * gdb.linespec/explicit.exp: Check for readline support for
14141 tab-completion tests. Fix obvious typo.
14142
d2939ba2
MM
141432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14144
14145 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14146 and replay.
14147
cbb55fa7
MM
141482015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14149
14150 * gdb.btrace/non-stop.c: New.
14151 * gdb.btrace/non-stop.exp: New.
14152
43691ca1
PL
141532015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14154 Yao Qi <yao.qi@linaro.org>
14155
14156 * gdb.trace/trace-condition.c: New file.
14157 * gdb.trace/trace-condition.exp: New file.
14158
d78908cf
WW
141592015-09-16 Wei-cheng Wang <cole945@gmail.com>
14160
14161 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14162 for testing bytecode compilation.
14163
1ed415e2
PA
141642015-09-16 Pedro Alves <palves@redhat.com>
14165 Sandra Loosemore <sandra@codesourcery.com>
14166
14167 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14168 (SECONDS): Redefine.
14169 (main): Call pthread_kill and alarm early.
14170 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14171 support.
14172 (test): If the target can't hardware step and doesn't support
14173 displaced stepping, increase the timeout.
14174
d136eff5
PA
141752015-09-16 Pedro Alves <palves@redhat.com>
14176
14177 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14178 (enable_debug): New procedures.
14179 (test): Use them. Bail out if waiting for threads fails.
14180 (top level): Bail out if a test fails.
14181
991f019c
YQ
141822015-09-16 Yao Qi <yao.qi@linaro.org>
14183
14184 * gdb.asm/asm-source.exp: Set asm-arch for
14185 aarch64*-*-* target.
14186 * gdb.asm/aarch64.inc: New file.
14187
bfca584f
PMR
141882015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14189
14190 * gdb.ada/array_of_variable_length.exp: New testcase.
14191 * gdb.ada/array_of_variable_length/foo.adb: New file.
14192 * gdb.ada/array_of_variable_length/pck.adb: New file.
14193 * gdb.ada/array_of_variable_length/pck.ads: New file.
14194
b326e587
DE
141952015-09-15 Doug Evans <dje@google.com>
14196
14197 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14198 of function static local variable.
14199
5382cfab
PW
142002015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14201
14202 * gdb.threads/tls-so_extern.exp: New test file.
14203 * gdb.threads/tls-so_extern.c: New test file.
14204 * gdb.threads/tls-so_extern_main.c: New test file.
14205
141c5cc4
JK
142062015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14207
14208 * gdb.opt/solib-intra-step-lib.c: New file.
14209 * gdb.opt/solib-intra-step-main.c: New file.
14210 * gdb.opt/solib-intra-step.exp: New file.
14211
d15dcecd
PA
142122015-09-15 Pedro Alves <palves@redhat.com>
14213
14214 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14215 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14216
4c2f2a79
PA
142172015-09-14 Pedro Alves <palves@redhat.com>
14218
14219 * gdb.base/hook-stop-continue.c: Delete.
14220 * gdb.base/hook-stop-continue.exp: Delete.
14221 * gdb.base/hook-stop-frame.c: Delete.
14222 * gdb.base/hook-stop-frame.exp: Delete.
14223 * gdb.base/hook-stop.c: New file.
14224 * gdb.base/hook-stop.exp: New file.
14225
919e6dbe
PMR
142262015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14227
14228 * gdb.ada/access_to_packed_array.exp: New testcase.
14229 * gdb.ada/access_to_packed_array/foo.adb: New file.
14230 * gdb.ada/access_to_packed_array/pack.adb: New file.
14231 * gdb.ada/access_to_packed_array/pack.ads: New file.
14232
157280a4
MM
142332015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14234
14235 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14236 buffer size test.
14237
2fd33e94
DB
142382015-09-11 Don Breazeal <donb@codesourcery.com>
14239
14240 * gdb.base/foll-exec.c: Add copyright header. Fix
14241 formatting issues.
14242 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14243 (do_exec_tests): Use clean_restart in place of zap_session,
14244 and for test initialization. Fix formatting issues. Use
14245 fail in place of perror.
14246 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14247 an expect statement to match an expression with output from
14248 the program under debug.
14249 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14250 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14251 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14252 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14253 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14254
e70b6e8e
DE
142552015-09-09 Doug Evans <dje@google.com>
14256
14257 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14258
7a551a51
DE
142592015-09-09 Doug Evans <dje@google.com>
14260
14261 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14262
4c666f84
DE
142632015-09-09 Doug Evans <dje@google.com>
14264
14265 * gdb.base/savedregs.exp: Fix typo.
14266
243a9253
PA
142672015-09-09 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14270
c0fa8fbd
SL
142712015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14272
14273 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14274 command actually switches threads. Give up on remaining
14275 tests if target fails to stop at breakpoint.
14276
cd7c1778
PMR
142772015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14278
14279 * gdb.ada/funcall_char.exp: New testcase.
14280 * gdb.ada/funcall_char/foo.adb: New file.
14281
dc5c8746
PMR
142822015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14283
14284 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14285 expected outputs. Add two testcases for completing ambiguous
14286 functions.
14287 * gdb.ada/complete/aux_pck.adb: New file.
14288 * gdb.ada/complete/aux_pck.ads: New file.
14289 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14290 Ambiguous_Func functions.
14291 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14292 * gdb.ada/complete/pck.adb: Likewise.
14293
4e83a1e7
UW
142942015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14295
14296 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14297 failures to run the test program under GDB.
14298
8ce74153
LM
142992015-08-26 Luis Machado <lgustavo@codesourcery.com>
14300
14301 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14302 to C.
14303
e9756d52
PP
143042015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14305
14306 * gdb.base/run-after-attach.exp: New test file.
14307 * gdb.base/run-after-attach.c: New test file.
14308
8d37573b
DB
143092015-08-26 Don Breazeal <donb@codesourcery.com>
14310
14311 * gdb.base/foll-exec-2.c: New test program.
14312 * gdb.base/foll-exec-2.exp: New test.
14313
63e43d3a
PMR
143142015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14315
14316 * gdb.base/nested-subp1.exp: New file.
14317 * gdb.base/nested-subp1.c: New file.
14318 * gdb.base/nested-subp2.exp: New file.
14319 * gdb.base/nested-subp2.c: New file.
14320 * gdb.base/nested-subp3.exp: New file.
14321 * gdb.base/nested-subp3.c: New file.
14322
3d40fbb5
PA
143232015-08-24 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.server/connect-without-multi-process.c: New file.
14326 * gdb.server/connect-without-multi-process.exp: New file.
14327
4422ac93
LM
143282015-08-24 Luis Machado <lgustavo@codesourcery.com>
14329
14330 * gdb.opt/inline-markers.c: Make z int.
14331
91dddb86
LM
143322015-08-24 Luis Machado <lgustavo@codesourcery.com>
14333
14334 * gdb.opt/inline-markers.c: Make z volatile.
14335
a48847ee
LM
143362015-08-24 Luis Machado <lgustavo@codesourcery.com>
14337
14338 * gdb.opt/inline-bt.c: New volatile global z.
14339 * gdb.opt/inline-cmds.c: Likewise.
14340 * gdb.opt/inline-locals.c: Likewise.
14341 * gdb.opt/inline-markers.c: New extern global z.
14342 (marker): Use z.
14343 (inline_fn): Likewise.
14344
0ebbc52b
PA
143452015-08-24 Pedro Alves <palves@redhat.com>
14346
14347 * config/m32r-stub.exp: Remove file.
14348 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14349 * gdb.base/call-rt-st.exp: Likewise.
14350 * gdb.base/call-strs.exp: Likewise.
14351 * gdb.base/default.exp: Remove references to h8300-*-hms and
14352 *-*-udi*.
14353 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14354
77c365df
AA
143552015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14356
14357 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14358 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14359 and "return" use KFAIL when GDB can not read/write the vector
14360 return value.
14361
4313b8c0
GB
143622015-08-21 Gary Benson <gbenson@redhat.com>
14363
14364 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14365
0e433b32
PA
143662015-08-20 Pedro Alves <palves@redhat.com>
14367
14368 * gdb.server/solib-list.exp: No longer expect an interior stop in
14369 non-stop mode.
14370
221e1a37
PA
143712015-08-20 Pedro Alves <palves@redhat.com>
14372
14373 * gdb.server/connect-stopped-target.c: New file.
14374 * gdb.server/connect-stopped-target.exp: New file.
14375
40e3ad0e
PA
143762015-08-20 Pedro Alves <palves@redhat.com>
14377
14378 * gdb.dwarf2/comp-unit-lang.exp: New file.
14379 * gdb.dwarf2/comp-unit-lang.c: New file.
14380
af39b327
PMR
143812015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14382
14383 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14384 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14385
7d45c7c3 143862015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14387
7d45c7c3
KB
14388 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14389 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14390
4d6cceb4
DE
143912015-08-18 Doug Evans <dje@google.com>
14392 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14393
14394 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14395 skip_python_tests. New arg prompt_regexp.
14396 (skip_python_tests): New function.
14397 * lib/mi-support.exp (mi_skip_python_tests): New function.
14398 * gdb.python/py-mi-objfile-gdb.py: New file.
14399 * gdb.python/py-mi-objfile.c: New file.
14400 * gdb.python/py-mi-objfile.exp: New file.
14401
ad89c2aa
KS
144022015-08-17 Keith Seitz <keiths@redhat.com>
14403
14404 * gdb.linespec/explicit.exp: Move strace test from here ...
14405 * gdb.trace/strace.exp: ... to here.
14406
e3ae3c43
PP
144072015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14408
14409 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14410 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14411
604b2636
DE
144122015-08-14 Doug Evans <xdje42@gmail.com>
14413
14414 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14415 inferior before selecting a new file.
14416
6ff0ba5f
DE
144172015-08-14 Doug Evans <xdje42@gmail.com>
14418
14419 * gdb.mi/mi-disassemble.exp: Update.
14420 * gdb.base/disasm-optim.S: New file.
14421 * gdb.base/disasm-optim.c: New file.
14422 * gdb.base/disasm-optim.h: New file.
14423 * gdb.base/disasm-optim.exp: New file.
14424
9ca98f92
KS
144252015-08-14 Keith Seitz <keiths@redhat.com>
14426
14427 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14428 "evaluated-by".
14429
52bbc560
JB
144302015-08-13 Joel Brobecker <brobecker@adacore.com>
14431
14432 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14433
5d8c3ed3
PMR
144342015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14435
14436 * gdb.ada/fun_renaming.exp: New testcase.
14437 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14438 * gdb.ada/fun_renaming/pack.adb: New file.
14439 * gdb.ada/fun_renaming/pack.ads: New file.
14440
ea8812bc
KS
144412015-08-12 Keith Seitz <keiths@redhat.com>
14442
14443 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14444 gdb_get_line_number.
14445
4dafcdeb
JB
144462015-08-12 Joel Brobecker <brobecker@adacore.com>
14447
14448 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14449 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14450 gdb.base/dso2dso.exp: New files.
14451
5ba32597
SDJ
144522015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14453 Pedro Alves <palves@redhat.com>
14454 Keith Seitz <keiths@redhat.com>
14455
14456 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14457 GDBFLAGS.
14458
b6dafabf
PP
144592015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14460
14461 * gdb.base/gdbhistsize-history.exp
14462 (test_histsize_history_setting): Use save_vars.
14463 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14464 Use save_vars.
14465 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14466 * gdb.base/readline.exp: Use save_vars.
14467
abe8e607
PP
144682015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14469
14470 * lib/gdb.exp (save_vars): New proc.
14471
629500fa
KS
144722015-08-11 Keith Seitz <keiths@redhat.com>
14473
14474 * gdb.base/help.exp: Update help_breakpoint_text.
14475
eb8c4e2e
KS
144762015-08-11 Keith Seitz <keiths@redhat.com>
14477
14478 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14479 (at toplevel): Call test_explicit_breakpoints.
14480 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14481 breakpoints.
14482 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14483 breakpoint conditions, "-cond".
14484
87f0e720
KS
144852015-08-11 Keith Seitz <keiths@redhat.com>
14486
14487 * gdb.linespec/3explicit.c: New file.
14488 * gdb.linespec/cpexplicit.cc: New file.
14489 * gdb.linespec/cpexplicit.exp: New file.
14490 * gdb.linespec/explicit.c: New file.
14491 * gdb.linespec/explicit.exp: New file.
14492 * gdb.linespec/explicit2.c: New file.
14493 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14494 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14495 before using in the matching pattern.
14496 Clarify that `prefix' is a regular expression.
14497
f00aae0f
KS
144982015-08-11 Keith Seitz <keiths@redhat.com>
14499
14500 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14501 test.
14502 Add tests for missing ",FMT" and ",".
14503
e27852be
DE
145042015-08-10 Doug Evans <dje@google.com>
14505 Keith Seitz <keiths@redhat.com>
14506
14507 PR gdb/17960
14508 * gdb.base/completion.exp: Add location completer tests.
14509
7f03bd92
PA
145102015-08-07 Pedro Alves <palves@redhat.com>
14511
14512 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14513 tests here.
14514 (top level): Run do_test with and without displaced stepping.
14515
3fc8eb30
PA
145162015-08-07 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.base/valgrind-disp-step.c: New file.
14519 * gdb.base/valgrind-disp-step.exp: New file.
14520
d4569d7b
PA
145212015-08-07 Pedro Alves <palves@redhat.com>
14522
14523 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14524 Delete function.
14525 (main): Add alarm. Run an infinite loop instead of calling
14526 wait_threads.
14527 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14528 comment.
14529 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14530 Delete function.
14531 (main): Add alarm. Run an infinite loop instead of calling
14532 wait_threads.
14533 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14534 comment.
14535
e1316e60
PA
145362015-08-07 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.base/checkpoint-ns.exp: New file.
14539 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14540 standard_testfile.
14541
da8c46d2
MM
145422015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14543
14544 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14545 * gdb.btrace/instruction_history.exp: Update.
14546 * gdb.btrace/tsx.exp: New.
14547 * gdb.btrace/tsx.c: New.
14548
de1c2c52
PA
145492015-08-06 Pedro Alves <palves@redhat.com>
14550
14551 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14552 increase timeout.
14553 * gdb.reverse/until-precsave.exp: Bump timeouts.
14554
782e0bf4
PA
145552015-08-06 Pedro Alves <palves@redhat.com>
14556
14557 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14558
83e97ed0
PA
145592015-08-06 Pedro Alves <palves@redhat.com>
14560
14561 PR gdb/18749
14562 * gdb.threads/process-dies-while-handling-bp.c: New file.
14563 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14564
863d01bd
PA
145652015-08-06 Pedro Alves <palves@redhat.com>
14566
14567 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14568 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14569
0a39bb32
PA
145702015-08-05 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14573 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14574
ee2d2b10
SL
145752015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14576
14577 * gdb.base/bp-permanent.exp: Report test as unsupported if
14578 the target cannot stop at the permanent breakpoint.
14579
4e1bdb00
DE
145802015-08-03 Doug Evans <dje@google.com>
14581
14582 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14583 10000.
14584
3d338901
DE
145852015-08-03 Doug Evans <dje@google.com>
14586
14587 * Makefile.in (workers/%.worker, build-perf): New rule.
14588 (GDB_PERFTEST_MODE): New variable.
14589 (check-perf): Use it.
14590 (clean): Clean up gdb.perf parallel build subdirs.
14591 * lib/build-piece.exp: New file.
14592 * lib/gdb.exp (make_gdb_parallel_path): New function
14593 (standard_output_file, standard_temp_file): Call it.
14594 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14595 of $GDB_PARALLEL.
14596 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14597
af061d3e
DE
145982015-08-03 Doug Evans <dje@google.com>
14599
8e1afc81 14600 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14601 (LOG_FILE_NAME): New global.
14602 (TextReporter.__init__): Initialize self.txt_sum.
14603 (TextReporter.report): Add support for multiple data-points.
14604 Move report to perftest.sum, put raw data in perftest.log.
14605 (TextReporter.start): Open sum and log files.
14606 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14607 * gdb.perf/lib/perftest/testresult.py
14608 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14609
2c8c5d37
PA
146102015-07-31 Pedro Alves <palves@redhat.com>
14611
14612 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14613 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14614 kill_wait_spawned_process instead of explicit "kill -9".
14615 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14616 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14617 kill_wait_spawned_process.
14618 * gdb.base/attach-twice.exp: Likewise.
14619 * gdb.base/attach.exp: Likewise.
14620 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14621 gdb_test_multiple.
14622 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14623 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14624 kill_wait_spawned_process.
14625 * gdb.base/valgrind-infcall.exp: Likewise.
14626 * gdb.multi/multi-attach.exp: Likewise.
14627 * gdb.python/py-prompt.exp: Likewise.
14628 * gdb.python/py-sync-interp.exp: Likewise.
14629 * gdb.server/ext-attach.exp: Likewise.
14630 * gdb.threads/attach-into-signal.exp (corefunc): Use
14631 spawn_wait_for_attach, spawn_id_get_pid and
14632 kill_wait_spawned_process.
14633 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14634 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14635 spawn_id_get_pid and kill_wait_spawned_process.
14636 * gdb.threads/attach-stopped.exp (corefunc): Use
14637 spawn_wait_for_attach, spawn_id_get_pid and
14638 kill_wait_spawned_process.
14639 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14640 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14641 kill_wait_spawned_process instead of explicit "kill -9".
14642 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14643 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14644 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14645 processes. Don't map cygwin/windows pids here. Now returns a
14646 spawn id list.
14647
032a0fca
SL
146482015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14649
14650 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14651 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14652 correct patch.
14653
61a934ca
SL
146542015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14655
14656 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14657
4bc4d428
SL
146582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14659
14660 Reapply:
14661 2014-05-21 Mark Wielaard <mjw@redhat.com>
14662
14663 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14664
998d452a
PA
146652015-07-30 Pedro Alves <palves@redhat.com>
14666
14667 * linux-low.c (handle_extended_wait): Set the child's last
14668 reported status to TARGET_WAITKIND_STOPPED.
14669
69dde7dc
PA
146702015-07-30 Pedro Alves <palves@redhat.com>
14671
14672 PR threads/18600
14673 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14674 only shows inferior 1.
14675
4dd63d48
PA
146762015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14677 Pedro Alves <palves@redhat.com>
14678
14679 PR threads/18600
14680 * gdb.threads/fork-plus-threads.c: New file.
14681 * gdb.threads/fork-plus-threads.exp: New file.
14682
d618e4c5
PP
146832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14684
14685 * gdb.base/batch-preserve-term-settings.exp
14686 (test_terminal_settings_preserved_after_cli_exit): Use
14687 send_quit_command.
14688
1eef6428
PA
146892015-07-29 Pedro Alves <palves@redhat.com>
14690 Don Breazeal <donb@codesourcery.com>
14691
14692 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14693 output from both inferior_spawn_id and gdb_spawn_id.
14694
7da5b897
SDJ
146952015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14696
14697 * gdb.threads/attach-into-signal.exp (corefunc): Use
14698 with_test_prefix on nested loops, uniquefying the test messages.
14699
dac804df
SDJ
147002015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14701
14702 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14703 commit.
14704
06265e53
PP
147052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14706
14707 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14708 New proc.
14709 (test_terminal_settings_preserved_after_sigterm): New test.
14710
18206ca3
PP
147112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14712
14713 * gdb.base/batch-preserve-term-settings.exp
14714 (test_terminal_settings_preserved_after_cli_exit): New test.
14715
90074d11
PP
147162015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14717
14718 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14719 manipulation of saved_gdbflags.
14720 (test_terminal_settings_preserved): Remove global declaration of
14721 the unused variable pagination_prompt. Remove manipulation of
14722 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14723 GDBFLAGS.
14724
eb1a7902
PA
147252015-07-29 Pedro Alves <palves@redhat.com>
14726
14727 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14728
8b75dd3b
PA
147292015-07-29 Pedro Alves <palves@redhat.com>
14730
14731 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14732 at the top.
14733
dedad4e3
PA
147342015-07-29 Pedro Alves <palves@redhat.com>
14735
14736 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14737 (main): Call gdb_unbuffer_output.
14738 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14739 (main): Call gdb_unbuffer_output.
14740 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14741 (main): Call gdb_unbuffer_output.
14742 * gdb.base/call-strs.exp: Adjust to step over the
14743 gdb_unbuffer_output call.
14744 * gdb.base/catch-gdb-caused-signals.c: Include
14745 "../lib/unbuffer_output.c".
14746 (main): Call gdb_unbuffer_output.
14747 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14748 (main): Call gdb_unbuffer_output.
14749 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14750 (main): Call gdb_unbuffer_output.
14751 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14752 (main): Call gdb_unbuffer_output.
14753 * gdb.base/shlib-call.exp: Adjust to step over the
14754 gdb_unbuffer_output call.
14755 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14756 (main): Call gdb_unbuffer_output.
14757 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14758 (main): Call gdb_unbuffer_output.
14759 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14760 (main): Rename to ...
14761 (test): ... this.
14762 (main): Reimplement.
14763 * gdb.base/varargs.exp: Run to test instead of to main.
14764 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14765 (main): Call gdb_unbuffer_output.
14766
58789a91
PA
147672015-07-29 Pedro Alves <palves@redhat.com>
14768
14769 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14770 factore out from mi_continue_dprintf. For call-style dprintfs,
14771 expect dprintf output out of $inferior_spawn_id.
14772 (mi_continue_dprintf): Use mi_expect_dprintf.
14773 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14774 (main): Call gdb_unbuffer_output.
14775
e8376742
PA
147762015-07-29 Pedro Alves <palves@redhat.com>
14777
14778 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14779 (default_mi_gdb_start): Set inferior_spawn_id instead of
14780 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14781 gdb_spawn_id.
14782 (mi_gdb_test): Always expect inferior output from both
14783 $inferior_spawn_id and $gdb_spawn_id.
14784
08280010
PA
147852015-07-29 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14788 send_inferior and $inferior_spawn_id.
14789
4d30e432
PA
147902015-07-29 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.gdb/complaints.exp (test_initial_complaints)
14793 (test_serial_complaints, test_short_complaints): Use
14794 gdb_test_stdio.
14795 (test_empty_complaint): Handle $inferior_spawn_id !=
14796 $gdb_spawn_id.
14797
0d30a335
PA
147982015-07-29 Pedro Alves <palves@redhat.com>
14799
14800 * gdb.base/varargs.exp: Use gdb_test_stdio.
14801
39413b29
PA
148022015-07-29 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14805
7cb000a9
PA
148062015-07-29 Pedro Alves <palves@redhat.com>
14807
14808 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14809
d7b8ac82
PA
148102015-07-29 Pedro Alves <palves@redhat.com>
14811
14812 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14813 parameter into two new parameters, "inf_result" and "gdb_result".
14814 Expect inferior output and gdb output from $inferior_spawn_id and
14815 $gdb_spawn_id, respectively. Adjust all callers.
14816
789c3a0c
PA
148172015-07-29 Pedro Alves <palves@redhat.com>
14818
14819 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14820 of gdb_test_sequence.
14821
77e760c3
PA
148222015-07-29 Pedro Alves <palves@redhat.com>
14823
14824 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14825 (saw_spurious_output): Expect inferior output from
14826 $inferior_spawn_id. Use gdb_test_stdio.
14827
8396d2cd
PA
148282015-07-29 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.base/dprintf.exp: Use standard_testfile. Change
14831 prepare_for_testing call.
14832 (srcfile): Don't set.
14833 (restart): New procedure.
14834 (test_dprintf): New procecure, use to continue over dprintfs.
14835 (test_call, test_agent): New procedures, tests moved here.
14836 Restart gdb and recreate dprintfs. Adjust expected output.
14837
2051d61f
PA
148382015-07-29 Pedro Alves <palves@redhat.com>
14839
14840 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14841
452397af
PA
148422015-07-29 Pedro Alves <palves@redhat.com>
14843
14844 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14845
8aed9555
PA
148462015-07-29 Pedro Alves <palves@redhat.com>
14847
14848 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14849 gdb_test_stdio.
14850
188a61b4
PA
148512015-07-29 Pedro Alves <palves@redhat.com>
14852
14853 * lib/gdb.exp (gdb_test_stdio): New procedure.
14854
12264a45
PA
148552015-07-29 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14858
23ffc893
PA
148592015-07-29 Pedro Alves <palves@redhat.com>
14860
14861 * gdb.base/call-signal-resume.exp: Remove check for
14862 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14863 * gdb.base/unwindonsignal.exp: Likewise.
14864 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14865 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14866
65566918
PA
148672015-07-29 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.base/siginfo-addr.c (pass): New function.
14870 (handler): Call it iff si_addr is correct.
14871 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14872 Set a breakpoint at "pass" and continue to it.
14873
d60a9221
SDJ
148742015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14875
14876 * gdb.python/py-objfile.exp: Make some tests have unique names.
14877 * gdb.python/py-pp-registration.exp: Likewise.
14878
bde40b8f
PA
148792015-07-28 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14882
13e1dec8
SM
148832015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14884
14885 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14886
da33c9a7
SM
148872015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14888
14889 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14890
077836f7
PP
148912015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14892
14893 * gdb.base/gdb-sigterm-2.exp: New test.
14894
b8cc7b2e
DE
148952015-07-25 Doug Evans <xdje42@gmail.com>
14896
14897 Revert:
14898 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14899 (workers/%.worker, build-perf): New rule.
14900 (GDB_PERFTEST_MODE): New variable.
14901 (check-perf): Use it.
14902 (clean): Clean up gdb.perf parallel build subdirs.
14903 * lib/build-piece.exp: New file.
14904 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14905 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14906 name.
14907 (standard_temp_file): Ditto.
14908 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14909 of $GDB_PARALLEL.
14910
c8bd4544
DE
149112015-07-24 Doug Evans <dje@google.com>
14912
14913 * gdb.perf/lib/perftest/utils.py: New file.
14914 * gdb.perf/gm-hello.cc: New file.
14915 * gdb.perf/gm-pervasive-typedef.cc: New file.
14916 * gdb.perf/gm-pervasive-typedef.h: New file.
14917 * gdb.perf/gm-std.cc: New file.
14918 * gdb.perf/gm-std.h: New file.
14919 * gdb.perf/gm-use-cerr.cc: New file.
14920 * gdb.perf/gm-utils.h: New file.
14921 * gdb.perf/gmonster-null-lookup.py: New file.
14922 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14923 * gdb.perf/gmonster-print-cerr.py: New file.
14924 * gdb.perf/gmonster-ptype-string.py: New file.
14925 * gdb.perf/gmonster-runto-main.py: New file.
14926 * gdb.perf/gmonster-select-file.py: New file.
14927 * gdb.perf/gmonster1-null-lookup.exp: New file.
14928 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14929 * gdb.perf/gmonster1-print-cerr.exp: New file.
14930 * gdb.perf/gmonster1-ptype-string.exp: New file.
14931 * gdb.perf/gmonster1-runto-main.exp: New file.
14932 * gdb.perf/gmonster1-select-file.exp: New file.
14933 * gdb.perf/gmonster1.cc: New file.
14934 * gdb.perf/gmonster1.exp: New file.
14935 * gdb.perf/gmonster2-null-lookup.exp: New file.
14936 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14937 * gdb.perf/gmonster2-print-cerr.exp: New file.
14938 * gdb.perf/gmonster2-ptype-string.exp: New file.
14939 * gdb.perf/gmonster2-runto-main.exp: New file.
14940 * gdb.perf/gmonster2-select-file.exp: New file.
14941 * gdb.perf/gmonster2.cc: New file.
14942 * gdb.perf/gmonster2.exp: New file.
14943
6eab34f3
DE
149442015-07-24 Doug Evans <dje@google.com>
14945
14946 * gdb.perf/README: New file.
14947 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14948 * lib/gen-perf-test.exp: New file.
14949
63738bfd
DE
149502015-07-24 Doug Evans <dje@google.com>
14951
14952 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14953 (PerfTest::startup): New function.
14954 (PerfTest::run): Return result of calling body.
14955 (PerfTest::assemble): Rewrite.
14956 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14957 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14958 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14959 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14960 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14961
7b606f95
DE
149622015-07-24 Doug Evans <dje@google.com>
14963
14964 * lib/gdb.exp (clean_restart): Make executable optional.
14965
a97b16b8
DE
149662015-07-24 Doug Evans <dje@google.com>
14967
14968 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14969 compiler_info references.
14970 * gdb.cp/temargs.exp: Ditto.
14971 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14972 (get_compiler_info): Early exit if already computed. Set compiler_info
14973 to "unknown" if there was a problem.
14974 (test_compiler_info): Add function comment. Call get_compiler_info.
14975
35baa57f
DE
149762015-07-24 Doug Evans <dje@google.com>
14977
14978 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14979 (workers/%.worker, build-perf): New rule.
14980 (GDB_PERFTEST_MODE): New variable.
14981 (check-perf): Use it.
14982 (clean): Clean up gdb.perf parallel build subdirs.
14983 * lib/build-piece.exp: New file.
14984 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14985 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14986 name.
14987 (standard_temp_file): Ditto.
14988 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14989 of $GDB_PARALLEL.
14990
6ebea266
DE
149912015-07-24 Doug Evans <dje@google.com>
14992
14993 * lib/future.exp (gdb_default_target_compile): New option
14994 "early_flags".
14995 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14996 --as-needed.
14997
1e76a7e9
SDJ
149982015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14999
15000 * gdb.base/catch-syscall.exp: Call gdb_exit before
15001 gdb_skip_xml_test.
15002
5068630a
PA
150032015-07-24 Pedro Alves <palves@redhat.com>
15004
15005 * gdb.python/py-events.exp: Accept output between the stop event
15006 and the prompt.
15007 * gdb.python/py-evsignal.exp: Likewise.
15008 * gdb.python/py-evthreads.exp: Likewise.
15009
77598427
PA
150102015-07-24 Pedro Alves <palves@redhat.com>
15011
15012 PR gdb/18717
15013 * gdb.threads/non-ldr-exit.c: New file.
15014 * gdb.threads/non-ldr-exit.exp: New file.
15015
11e6c98f
YQ
150162015-07-24 Yao Qi <yao.qi@linaro.org>
15017
15018 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15019 restarting process.
15020
51aee833
YQ
150212015-07-24 Yao Qi <yao.qi@linaro.org>
15022
15023 * gdb.server/ext-restart.exp: New file.
15024
8cfe207c
YQ
150252015-07-24 Yao Qi <yao.qi@linaro.org>
15026
15027 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15028 argument options.
15029 * gdb.server/ext-wrapper.exp: New file.
15030
cc12ce38
DE
150312015-07-23 Doug Evans <dje@google.com>
15032
15033 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15034 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15035
d0d84780
PMR
150362015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15037
15038 * gdb.ada/var_arr_typedef.exp: New testcase.
15039 * gdb.ada/var_arr_typedef/pack.adb: New file.
15040 * gdb.ada/var_arr_typedef/pack.ads: New file.
15041 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15042
8b558f79
JB
150432015-07-20 Joel Brobecker <brobecker@adacore.com>
15044
15045 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15046
775a3298
JK
150472015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15048
15049 * gdb.arch/i386-biarch-core.exp: Replace istarget
15050 by "complete set gnutarget". Remove expectation for the "core-file"
15051 command.
15052
db1ff28b
JK
150532015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15054
15055 Revert the previous commit:
15056 Tests for validate symbol file using build-id.
15057
0a94970d
JK
150582015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15059
15060 Tests for validate symbol file using build-id.
15061 * gdb.base/solib-mismatch-lib.c: New file.
15062 * gdb.base/solib-mismatch-libmod.c: New file.
15063 * gdb.base/solib-mismatch.c: New file.
15064 * gdb.base/solib-mismatch.exp: New file.
15065
03346981
SL
150662015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15067
15068 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15069 nios2-*-linux*.
15070 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15071 * gdb.base/siginfo.exp: Likewise.
15072 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15073
42422cc7
PL
150742015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15075
15076 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15077 Move it to ...
15078 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15079 ... here.
15080 * gdb.trace/range-stepping.exp: Check that the target supports
15081 range stepping.
15082
cfa68bae
JK
150832015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15084
15085 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15086
8ffdba26
PA
150872015-07-14 Pedro Alves <palves@redhat.com>
15088
15089 * gdb.base/killed-outside.exp: New file.
15090 * gdb.base/killed-outside.c: New file.
15091
218a5a11
JK
150922015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15093
15094 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15095 (n at main): New.
15096 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15097
e03ed3c6
AA
150982015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15099
15100 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15101 infcall tests instead of setting up for KFAIL.
15102
485668e5
MM
151032015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15104
15105 * gdb.btrace/record_goto-step.exp: New.
15106
08464196
JK
151072015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15108
15109 PR compile/18484
15110 * gdb.compile/compile.c (struct struct_type): Add volatile to
15111 selffield's type.
15112 * gdb.compile/compile.exp
15113 (compile code struct_object.selffield = &struct_object): Skip further
15114 struct_object tests if this one xfails.
15115
bcf5c1d9
RC
151162015-07-08 Robert O'Callahan <robert@ocallahan.org>
15117
15118 PR exp/18617
15119 * gdb.trace/ax.exp: Add test.
15120
4931af25
YQ
151212015-07-07 Yao Qi <yao.qi@linaro.org>
15122
15123 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15124 instead of istarget "aarch64*-*-*".
15125 * gdb.arch/aarch64-fp.exp: Likewise.
15126 * gdb.base/float.exp: Likewise.
15127 * gdb.reverse/aarch64.exp: Likewise.
15128 * lib/gdb.exp (is_aarch64_target): New proc.
15129
9fcf688e
YQ
151302015-07-07 Yao Qi <yao.qi@linaro.org>
15131
15132 * lib/gdb.exp (is_aarch32_target): New proc.
15133 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15134 instead of "istarget "arm*-*-*"".
15135 * gdb.arch/arm-disp-step.exp: Likewise.
15136 * gdb.arch/thumb-bx-pc.exp: Likewise.
15137 * gdb.arch/thumb-prologue.exp: Likewise.
15138 * gdb.arch/thumb-singlestep.exp: Likewise.
15139 * gdb.base/disp-step-syscall.exp: Likewise.
15140 * gdb.base/float.exp: Likewise.
15141
fbd8d50d
YQ
151422015-07-07 Yao Qi <yao.qi@linaro.org>
15143
15144 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15145 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15146
71be1fdc
YQ
151472015-07-07 Yao Qi <yao.qi@linaro.org>
15148
15149 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15150 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15151 if it exists.
15152 * gdb.multi/multi-arch.exp: Likewise.
15153
3e221d36
SM
151542015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15155
15156 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15157 print.
15158
d441430b
YQ
151592015-07-07 Yao Qi <yao.qi@linaro.org>
15160
15161 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15162
06f810bd
MG
151632015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15164
15165 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15166 '[' and ']' characters.
15167
5e61e7c0
IB
151682015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15169
15170 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15171
28bf096c
PA
151722015-06-29 Pedro Alves <palves@redhat.com>
15173
15174 PR threads/18127
15175 * gdb.threads/hand-call-new-thread.c: New file.
15176 * gdb.threads/hand-call-new-thread.c: New file.
15177
ee93cd5e
KS
151782015-06-26 Keith Seitz <keiths@redhat.com>
15179 Doug Evans <dje@google.com>
15180
15181 PR 16253
15182 * gdb.cp/var-tag-2.cc: New file.
15183 * gdb.cp/var-tag-3.cc: New file.
15184 * gdb.cp/var-tag-4.cc: New file.
15185 * gdb.cp/var-tag.cc: New file.
15186 * gdb.cp/var-tag.exp: New file.
15187
fc637f04
PP
151882015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15189
15190 * gdb.base/history-duplicates.exp: New test.
15191
2e52ae68
PP
151922015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15193
15194 * gdb.base/completion.exp: Test the completion of the "focus"
15195 command.
15196
6e22494e
JK
151972015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15198
15199 * gdb.arch/amd64-prologue-skip.S: New file.
15200 * gdb.arch/amd64-prologue-skip.exp: New file.
15201
bf7b9cd9
SM
152022015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15203
15204 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15205 is_address_zero_readable check.
15206
201e8dfd
PB
152072015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15208
15209 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15210 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15211
5cd867b4
YQ
152122015-06-24 Yao Qi <yao.qi@linaro.org>
15213
15214 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15215 linux targets.
15216
4d7be007
YQ
152172015-06-24 Yao Qi <yao.qi@linaro.org>
15218
15219 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15220 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15221 * gdb.base/siginfo-thread.exp: Likewise.
15222
07fcd301
YQ
152232015-06-22 Yao Qi <yao.qi@linaro.org>
15224
15225 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15226
52042a00
YQ
152272015-06-22 Yao Qi <yao.qi@linaro.org>
15228
15229 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15230 aarch64*-*-*.
15231 (skip_hw_watchpoint_tests): Likewise.
15232
74bd41ce
PP
152332015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15234
15235 * gdb.base/gdbinit-history.exp: Test the interaction between
15236 setting GDBHISTSIZE and setting the history size via .gdbinit.
15237
bc460514
PP
152382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15239
15240 PR gdb/16999
15241 * gdb.base/gdbhistsize-history.exp: New test.
15242
b58c513b
PP
152432015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15244
15245 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15246 with GDBHISTSIZE.
15247 * gdb.base/readline.exp: Likewise.
15248
92046791
YQ
152492015-06-17 Yao Qi <yao.qi@linaro.org>
15250
15251 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15252 line.
15253
2093d2d3
PP
152542015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15255
15256 * gdb.base/gdbinit-history.exp: Add test case to check that
15257 an unlimited history file does not get truncated on exit.
15258
e6c693af
AA
152592015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15260
15261 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15262 (VECTOR): New macro. Use it...
15263 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15264 ...for these typedefs.
15265 (int8, char1, int1, double1): New typedefs.
15266 (struct just_int2, struct two_int2): New structures.
15267 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15268 (add_structvecs, add_singlevecs): New functions.
15269 (main): Call add_some_intvecs twice.
15270 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15271 the compile and exit upon failure. Try compiling for the "native"
15272 architecture. Test inferior function calls with vector arguments
15273 and vector return value handling with "finish" and "return".
15274
c74f7d1c
JT
152752015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15276
15277 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15278 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15279 PE file.
15280 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15281
98aa42ee
AT
152822015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15283
15284 PR breakpoints/16465
15285 * gdb.mi/mi-dprintf-pending.c: New file.
15286 * gdb.mi/mi-dprintf-pending.exp: New test.
15287 * gdb.mi/mi-dprintf-pendshr.c: New file.
15288
7d73c23c 152892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15290 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15291
15292 * gdb.arch/i386-mpx-map.c: New file.
15293 * gdb.arch/i386-mpx-map.exp: New File.
15294
152952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15296
15297 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15298 * gdb.arch/i386-mpx.exp: Indentation fixed.
15299
153002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15301
15302 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15303 function and improved indentation.
15304 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15305 gdb_test_multiple. Added additional tests to skip the test.
15306
153072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15308
15309 * gdb.arch/i386-avx512.c: Change path in include file.
15310 * gdb.arch/i386-avx512.exp: Change include dir path
15311 compilation flag.
15312 * gdb.arch/i386-mpx.c: Change path in include file.
15313 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15314 flag.
15315
d5eba19a
JK
153162015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15317
15318 * gdb.compile/compile-print.exp (compile print *vararray@3)
15319 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15320
7f361056
JK
153212015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15322
15323 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15324 (do not keep jit in memory): ... this.
15325 (expect 5): Change it to ...
15326 (expect no 5): ... this.
15327
3b462ec2
SM
153282015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15329
15330 PR gdb/15564
15331 * gdb.mi/mi-detach.exp: New file.
15332
e0619de6
JK
153332015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15334
15335 PR symtab/18392
15336 * gdb.arch/amd64-tailcall-self.S: New file.
15337 * gdb.arch/amd64-tailcall-self.c: New file.
15338 * gdb.arch/amd64-tailcall-self.exp: New file.
15339
e970cb34
DB
153402015-05-28 Don Breazeal <donb@codesourcery.com>
15341
15342 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15343 tests for remote targets by checking is_target_gdbserver.
15344
b2e2f908
DE
153452015-05-27 Doug Evans <dje@google.com>
15346
15347 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15348 * gdb.dwarf2/opaque-type-lookup.c: New file.
15349 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15350
82c7be31
DE
153512015-05-26 Doug Evans <dje@google.com>
15352
15353 * gdb.cp/iostream.cc: New file.
15354 * gdb.cp/iostream.exp: New file.
15355
b4f54984
DE
153562015-05-26 Doug Evans <dje@google.com>
15357
15358 * gdb.dwarf2/dw2-op-call.exp: Update.
15359 * gdb.dwarf2/dw4-sig-types.exp: Update.
15360 * gdb.dwarf2/implptr.exp: Update.
15361 * gdb.mi/mi-cmd-param-changed.exp: Update.
15362
4ea6efe9
DE
153632015-05-26 Doug Evans <dje@google.com>
15364
15365 * gdb.python/py-lazy-string.c: New file.
15366 * gdb.python/py-lazy-string.exp: New file.
15367 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15368 (main): Update. Add estring3.
15369 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15370 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15371
f6bb7db3
YQ
153722015-05-26 Omair Javaid <omair.javaid@linaro.org>
15373 Yao Qi <yao.qi@linaro.org>
15374
15375 * gdb.reverse/aarch64.c: New.
15376 * gdb.reverse/aarch64.exp: New.
15377
a81bfbd0
OJ
153782015-05-26 Omair Javaid <omair.javaid@linaro.org>
15379
25d49b86
PA
15380 * lib/gdb.exp (supports_process_record): Return true for
15381 aarch64*-linux*.
a81bfbd0
OJ
15382 (supports_reverse): Likewise.
15383
158bf1b4
PP
153842015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15385
15386 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15387 Use with_test_prefix.
15388
a0145030
AB
153892015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15390
15391 * gdb.base/completion.exp: Add test for completion of layout
15392 names.
15393
ebe3b578
AB
153942015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15395
15396 * lib/gdb.exp (skip_tui_tests): New proc.
15397 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15398
84204ed7
PA
153992015-05-19 Pedro Alves <palves@redhat.com>
15400
15401 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15402 Save the whole env array instead of just HOME. Unset HISTSIZE in
15403 the environment while testing. Restore whole environment
15404 afterwards.
15405
37442ce1
DE
154062015-05-16 Doug Evans <xdje42@gmail.com>
15407
15408 * gdb.guile/scm-ports.c: New file.
15409 * gdb.guile/scm-ports.exp: Add memory port tests.
15410
36de76f9
JK
154112015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15412
15413 * gdb.compile/compile-print.c: New file.
15414 * gdb.compile/compile-print.exp: New file.
15415
3a9558c4
JK
154162015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15417
15418 * gdb.compile/compile-ops.exp: Cast param to void.
15419 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15420 (compile code struct_object.selffield = &struct_object): Add xfail.
15421
aa715135
JG
154222015-05-15 Joel Brobecker <brobecker@adacore.com>
15423
15424 * gdb.ada/arr_enum_with_gap: New testcase.
15425
931e5bc3
JG
154262015-05-15 Joel Brobecker <brobecker@adacore.com>
15427
15428 * gdb.ada/byte_packed_arr: New testcase.
15429
9cd4d857
JB
154302015-05-15 Joel Brobecker <brobecker@adacore.com>
15431
15432 * gdb.ada/pckd_neg: New testcase.
15433
ebfd00d2
PP
154342015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15435
15436 PR gdb/17820
15437 * gdb.base/gdbinit-history.exp: New test.
15438 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15439 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15440
4c082a81
SC
154412015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15442
15443 * gdb.python/py-xmethods.cc: Enhance test case.
15444 * gdb.python/py-xmethods.exp: New tests.
15445 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15446 function.
15447 (B_indexoper): Likewise.
15448 (global_dm_list) : Add new xmethod worker functions.
15449
f7797074
SDJ
154502015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15451
15452 * gdb.base/coredump-filter.exp: Correctly unset
15453 "coredump_var_addr" array.
15454
a4674e4e
PA
154552015-05-08 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.server/non-existing-program.exp: Unset spawn_id.
15458
df2eb078
SC
154592015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15460
15461 PR python/18291
15462 * gdb.python/py-xmethods.exp: Add tests.
15463
422349a3
YQ
154642015-05-08 Yao Qi <yao.qi@linaro.org>
15465
15466 PR gdb/18208
15467 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15468 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15469 function set_coredump_filter, and remove remote_exec call.
15470 Remove argument ipid. Callers update.
15471 (top level): Don't get inferior's PID.
15472
63fc80ce
AA
154732015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15474
15475 * gdb.base/watch_thread_num.exp: Skip test on targets without
15476 access watchpoints.
15477
80ad801e
PA
154782015-05-06 Pedro Alves <palves@redhat.com>
15479
15480 PR server/18081
15481 * gdb.server/non-existing-program.exp: New file.
15482
0fa7fe50
JB
154832015-05-05 Joel Brobecker <brobecker@adacore.com>
15484
15485 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15486
3ea89b92
PMR
154872015-05-05 Joel Brobecker <brobecker@adacore.com>
15488
15489 * gdb.ada/out_of_line_in_inlined: New testcase.
15490
87b8eff0
JB
154912015-05-05 Joel Brobecker <brobecker@adacore.com>
15492
15493 * gdb.ada/var_rec_arr: New testcase.
15494
5fccc635
YQ
154952015-04-30 Yao Qi <yao.qi@linaro.org>
15496
15497 * gdb.base/break-idempotent.exp: If
15498 skip_hw_watchpoint_multi_tests returns true, skip the tests
15499 on "rwatch" and "awatch".
15500
42d38f42
YQ
155012015-04-30 Yao Qi <yao.qi@linaro.org>
15502
15503 * gdb.base/relativedebug.exp: Invoke gdb command
15504 "info sharedlibrary", and if libc.so doesn't have debug info,
15505 skip the test.
15506
2ce1cdbf
DE
155072015-04-29 Doug Evans <dje@google.com>
15508
15509 * gdb.python/py-xmethods.exp: Add ptype tests.
15510 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15511 get_result_type method.
15512
f24a38c5
LM
155132015-04-29 Luis Machado <lgustavo@codesourcery.com>
15514
15515 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15516 the target does not support hardware watchpoints.
15517
ecbf2b3c
LM
155182015-04-29 Luis Machado <lgustavo@codesourcery.com>
15519
15520 * gdb.base/break-always.exp: Abort testing if writing to memory
15521 causes an error.
15522
34f5f757
DE
155232015-04-28 Doug Evans <dje@google.com>
15524
15525 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15526 * gdb.python/py-pp-registration.exp: ... here. New file.
15527 * gdb.python/py-pp-registration.c: New file.
15528 * gdb.python/py-pp-registration.py: New file.
15529
69b4374a
DE
155302015-04-28 Doug Evans <dje@google.com>
15531
15532 * gdb.python/py-bad-printers.c: New file.
15533 * gdb.python/py-bad-printers.py: New file.
15534 * gdb.python/py-bad-printers.exp: New file.
15535
59fb7612
SS
155362015-04-28 Sasha Smundak <asmundak@google.com>
15537
15538 * gdb.python/py-type.exp: New test.
15539
2631b16a
AW
155402015-04-28 Andy Wingo <wingo@igalia.com>
15541
15542 * gdb.python/py-parameter.exp:
15543 * gdb.guile/scm-parameter.exp: Escape the path that we are
15544 matching against, as it might contain characters that are special
15545 to regular expressions.
15546
460efde1
JB
155472015-04-27 Joel Brobecker <brobecker@adacore.com>
15548
15549 * gdb.ada/rec_comp: New testcase.
15550
2d369d8e
SDJ
155512015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15552
15553 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15554 before using it.
15555
cf75d6c3
AB
155562015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15557
15558 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15559 new tests for verilog output.
15560
8dbe7ca5
YQ
155612015-04-24 Yao Qi <yao.qi@linaro.org>
15562
15563 * boards/remote-gdbserver-on-localhost.exp: New file.
15564
4ef9fb2f
PA
155652015-04-23 Pedro Alves <palves@redhat.com>
15566
15567 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15568 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15569 "end of file", remove $inferior_spawn_id from the indirect list.
15570
0a803169
PA
155712015-04-23 Pedro Alves <palves@redhat.com>
15572
15573 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15574
749ef8f8
PA
155752015-04-23 Pedro Alves <palves@redhat.com>
15576
15577 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15578 on $any_spawn_id instead of only on $gdb_spawn_id.
15579
8aae4344
PM
155802015-04-21 Pierre Muller <muller@sourceware.org>
15581
15582 PR pascal/17815
15583 * lib/pascal.exp (gpc_compile): Add new option "class".
15584 (fpc_compile): Likewise.
15585 * gdb.pascal/case-insensitive-symbols.pas: New file.
15586 * gdb.pascal/case-insensitive-symbols.exp: New file.
15587
1586c8fb
GB
155882015-04-20 Gary Benson <gbenson@redhat.com>
15589
15590 * gdb.base/attach.exp: Fix three extended remote failures.
15591
1b6e6f5c
GB
155922015-04-17 Gary Benson <gbenson@redhat.com>
15593
15594 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15595 the main executable over the remote protocol.
15596
e797481d
PA
155972015-04-16 Pedro Alves <palves@redhat.com>
15598
15599 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15600 a new gdbserver if gdbserver_reconnect_p is set.
15601
1ca99c42
PA
156022015-04-16 Pedro Alves <palves@redhat.com>
15603
15604 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15605 is set, don't exit gdbserver.
15606
af9fd6f8
AA
156072015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15608
15609 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15610 appropriate .insn, such that an older assembler can be used.
15611 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15612 the z/Architecture instruction set on 31-bit targets as well.
15613
04ff1e61
AA
156142015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15615
15616 * gdb.go/handcall.exp: Remove all logic related to the first
15617 breakpoint and rely on go_runto_main instead.
15618 * gdb.go/strings.exp: Likewise.
15619 * gdb.go/unsafe.exp: Likewise.
15620 * gdb.go/hello.exp: Likewise. Also rename the remaining
15621 breakpoint marker to "breakpoint 1".
15622 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15623 * gdb.go/strings.go: Likewise.
15624 * gdb.go/unsafe.go: Likewise.
15625 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15626 "set breakpoint 2 here" and rename the remaining breakpoint marker
15627 to "breakpoint 1".
15628
40d2f8d6
SM
156292015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15630
15631 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15632 if itertools.imap is not present.
15633 * gdb.python/py-objfile.exp: Add parentheses.
15634 * gdb.python/py-type.exp: Same.
15635 * gdb.python/py-unwind-maint.py: Same.
15636
8cbc97c6
YQ
156372015-04-15 Yao Qi <yao.qi@linaro.org>
15638
15639 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15640 of ":$ptr_size" and set its form explicitly.
15641
45fd756c
YQ
156422015-04-15 Pedro Alves <palves@redhat.com>
15643 Yao Qi <yao.qi@linaro.org>
15644
15645 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15646 timeout by factor of 4.
15647 (test_regular_watch): Likewise.
15648 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15649 * gdb.reverse/sigall-reverse.exp: Likewise.
15650 * gdb.reverse/until-precsave.exp: Likewise.
15651 * lib/gdb.exp (with_timeout_factor): New proc.
15652 (gdb_expect): Move some code to ...
15653 (get_largest_timeout): ... here. New procedure.
15654
9e811bc3
LM
156552015-04-14 Luis Machado <lgustavo@codesourcery.com>
15656
15657 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15658
0ff6fcb2
LM
156592015-04-13 Luis Machado <lgustavo@codesourcery.com>
15660
15661 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15662 to write to the .text section.
15663
7578d5f7
LM
156642015-04-13 Luis Machado <lgustavo@codesourcery.com>
15665
15666 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15667 Handle the case of targets that do not provide PID information.
15668
2efe15c4
YQ
156692015-04-13 Yao Qi <yao.qi@linaro.org>
15670
15671 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15672 and use expect instead of gdb_expect.
15673
8cd8f2f8
SDJ
156742015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15675
15676 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15677 "coredump_var_addr" to avoid naming conflict with other testcases.
15678
9ee41772
PA
156792015-04-10 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15682 gdb_test_sequence and gdb_assert.
15683
07473109
PA
156842015-04-10 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15687 test messages that don't include the breakpoint address.
15688
de3db44c
YQ
156892015-04-10 Yao Qi <yao.qi@linaro.org>
15690
15691 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15692 false for some offset and width combinations which aren't
15693 supported by linux kernel.
15694
c79d856c
PA
156952015-04-10 Pedro Alves <palves@redhat.com>
15696
15697 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15698 procedure, factored out from ...
15699 (top level): ... here. Add "set displaced-stepping" testing axis.
15700 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15701 parameter "displaced". Use it.
15702 (top level): Use foreach and add "set displaced-stepping" testing
15703 axis.
15704
ebc90b50
PA
157052015-04-10 Pedro Alves <palves@redhat.com>
15706
15707 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15708 Remove comment.
15709 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15710 both the address of the instruction that triggers the watchpoint
15711 and the address of the instruction immediately after, and use
15712 those addresses for the test. Fix comment.
15713
8f572e5c
PA
157142015-04-10 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.base/sigstep.exp (breakpoint_to_handler)
15717 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15718 Test "backtrace" in handler.
15719 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15720 (top level): Add new "displaced" test axis to
15721 breakpoint_to_handler, breakpoint_to_handler_entry and
15722 breakpoint_over_handler.
15723
8d707a12
PA
157242015-04-10 Pedro Alves <palves@redhat.com>
15725
15726 PR gdb/18216
15727 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15728
ef713951
YQ
157292015-04-10 Yao Qi <yao.qi@linaro.org>
15730
15731 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15732 (test_add_rn_pc): New function.
15733 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15734 (top level): Invoke test_add_rn_pc.
15735
906d60cf
PA
157362015-04-10 Pedro Alves <palves@redhat.com>
15737
15738 PR gdb/13858
15739 * gdb.base/step-over-no-symbols.exp: New file.
15740
f2983cc3
AW
157412015-04-09 Andy Wingo <wingo@igalia.com>
15742
15743 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15744 after the Python tests.
15745
6d62641c
SDJ
157462015-04-08 Keith Seitz <keiths@redhat.com>
15747
15748 PR python/16699
15749 * gdb.python/py-completion.exp: New tests for completion.
15750 * gdb.python/py-completion.py (CompleteLimit1): New class.
15751 (CompleteLimit2): Likewise.
15752 (CompleteLimit3): Likewise.
15753 (CompleteLimit4): Likewise.
15754 (CompleteLimit5): Likewise.
15755 (CompleteLimit6): Likewise.
15756 (CompleteLimit7): Likewise.
15757
f3770638
PA
157582015-04-08 Pedro Alves <palves@redhat.com>
15759
15760 PR gdb/18214
15761 PR gdb/18216
15762 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15763 function.
15764 (main): Install it as SIGUSR1 handler.
15765 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15766 parameter. Always use "setup" as prefix. Toggle "set
15767 displaced-stepping" off/on depending on global. Don't switch to
15768 thread 1 here.
15769 (top level): Add displaced stepping "off/on" test axis. Update
15770 "setup" calls. Wrap each subtest with with_test_prefix. Test
15771 continuing with a queued signal in each thread.
15772
4496bed7
PA
157732015-04-08 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15776 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15777 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15778 Return early if running to main fails.
15779 * gdb.trace/while-stepping.exp: Likewise.
15780
b97fde92
PA
157812015-04-07 Pedro Alves <palves@redhat.com>
15782
15783 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15784 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15785 interact with inferior program.
15786
f71c18e7
PA
157872015-04-07 Pedro Alves <palves@redhat.com>
15788
15789 * lib/gdb.exp (inferior_spawn_id): New global.
15790 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15791 spawn id after processing the user code.
15792 (default_gdb_start): Set inferior_spawn_id.
15793 (send_inferior): New procedure.
15794 * lib/gdbserver-support.exp (gdbserver_start): Set
15795 inferior_spawn_id.
15796 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15797
6423214f
PA
157982015-04-07 Pedro Alves <palves@redhat.com>
15799
15800 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15801 * lib/gdbserver-support.exp (gdbserver_start): Make
15802 $server_spawn_id global.
15803 (gdbserver_start): Don't wait for gdbserver's spawn id with
15804 expect_background.
15805 (close_gdbserver): New procedure.
15806 (gdb_exit): Rename the default version and reimplement.
15807
71c0ee8c
PA
158082015-04-07 Pedro Alves <palves@redhat.com>
15809
72f4393d 15810 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15811 append the substituted item, not the original item.
15812
203bc29b
PA
158132015-04-07 Pedro Alves <palves@redhat.com>
15814
15815 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15816 gdb_expect.
15817
508a3ddf
PA
158182015-04-07 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15821 output appearing once only.
15822
9f6dbe2b
PA
158232015-04-07 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15826 that doesn't expect anything. Return early if running to main
15827 fails.
15828
337532fa
YQ
158292015-04-07 Yao Qi <yao.qi@linaro.org>
15830
15831 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15832 (child_function): Call alarm.
15833 (main): Move call to alarm into the loop.
15834 * gdb.threads/non-stop-fair-events.exp: Build program with
15835 -DTIMEOUT=$timeout.
15836
01b622d4
DE
158372015-04-06 Doug Evans <xdje42@gmail.com>
15838
15839 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15840 Fix dest parameter to board_info.
15841 (fpc_compile): Ditto.
15842 (gdb_compile_pascal): Rename dest arg to destfile.
15843
961f4160
PMR
158442015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15845
15846 * gdb.ada/funcall_ref.exp: New file.
15847 * gdb.ada/funcall_ref/foo.adb: New file.
15848
cafda597
YQ
158492015-04-02 Yao Qi <yao.qi@linaro.org>
15850
15851 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15852 is remote.
15853
fed040c6
GB
158542015-04-02 Gary Benson <gbenson@redhat.com>
15855
15856 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15857
d11916aa
SS
158582015-04-01 Sasha Smundak <asmundak@google.com>
15859
15860 * gdb.python/py-unwind-maint.c: New file.
15861 * gdb.python/py-unwind-maint.exp: New test.
15862 * gdb.python/py-unwind-maint.py: New file.
15863 * gdb.python/py-unwind.c: New file.
15864 * gdb.python/py-unwind.exp: New test.
15865 * gdb.python/py-unwind.py: New test.
15866
a1471180
PA
158672015-04-01 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15870 to fail instead of non-existent $test.
15871
0bbeccb1
PA
158722015-04-01 Pedro Alves <palves@redhat.com>
15873
15874 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15875 GDBFLAGS if not empty.
15876
3c724c8c
PMR
158772015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15878
15879 * gdb.ada/complete.exp: Remove "multi_line".
15880 * gdb.ada/info_exc.exp: Remove "multi_line".
15881 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15882 * gdb.ada/ptype_field.exp: Remove "multi_line".
15883 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15884 * gdb.ada/tagged.exp: Remove "multi_line".
15885 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15886 [multi_line ...]
15887 * gdb.btrace/delta.exp: Likewise.
15888 * gdb.btrace/exception.exp: Likewise.
15889 * gdb.btrace/function_call_history.exp: Likewise.
15890 * gdb.btrace/instruction_history.exp: Likewise.
15891 * gdb.btrace/nohist.exp: Likewise.
15892 * gdb.btrace/record_goto.exp: Likewise.
15893 * gdb.btrace/segv.exp: Likewise.
15894 * gdb.btrace/stepi.exp: Likewise.
15895 * gdb.btrace/tailcall.exp: Likewise.
15896 * gdb.btrace/unknown_functions.exp: Likewise.
15897 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15898 * lib/gdb.exp: Add the "multi_line" helper.
15899
4eec2deb
PA
159002015-04-01 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.threads/tid-reuse.c: New file.
15903 * gdb.threads/tid-reuse.exp: New file.
15904
df8411da
SDJ
159052015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15906
15907 PR corefiles/16092
15908 * gdb.base/coredump-filter.c: New file.
15909 * gdb.base/coredump-filter.exp: Likewise.
15910
6ef37366
PM
159112015-03-27 Petr Machata <pmachata@redhat.com>
15912
15913 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15914 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15915 (Dwarf::assemble): Initialize them.
15916 (Dwarf::lines): New function.
15917
7ec911b0
JT
159182015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15919
15920 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15921 SYMBOL_PREFIX for x86_64-*-cygwin.
15922
ff908ebf
AW
159232015-03-26 Andy Wingo <wingo@igalia.com>
15924
15925 PR symtab/18148
15926 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15927 const_value but not a location.
15928 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15929 location defined in non-main CUs are visible.
15930
6d5f0679
YQ
159312015-03-26 Yao Qi <yao.qi@linaro.org>
15932
15933 PR testsuite/18139
15934 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15935 Add a line number entry for the same line.
15936 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15937 Add a line number entry for the same line.
15938
2898689b
YQ
159392015-03-26 Yao Qi <yao.qi@linaro.org>
15940
15941 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15942 .int 0.
15943 (func): Likewise. Add .Lfunc_1 label.
15944 Use .Lfunc_1 label.
15945 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15946 .int 0.
15947 (func): Likewise.
15948 Use .Lfunc_1 label.
15949
85180498
YQ
159502015-03-26 Yao Qi <yao.qi@linaro.org>
15951
15952 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15953 Call gdb_compile instead to compile each .s files without debug
15954 information.
15955
8aa08a8d
YQ
159562015-03-26 Yao Qi <yao.qi@linaro.org>
15957
15958 * gdb.base/savedregs.exp (process_saved_regs): Make
15959 "Saved registers:" optional in the pattern.
15960
66849923
MM
159612015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15962
15963 * gdb.btrace/next.exp: Merged into step.exp.
15964 * gdb.btrace/finish.exp: Merged into step.exp.
15965 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15966 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15967 "record goto" and checking the exact replay position.
15968 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15969 check for "Recording format" in "info record" output.
15970 * gdb.btrace/record_goto.exp: Choose test file based on target.
15971 * gdb.btrace/x86-record_goto.S: Renamed into ...
15972 * gdb.btrace/x86_64-record_goto.S: ... this.
15973 * gdb.btrace/i686-record_goto.S: New.
15974 * gdb.btrace/x86-tailcall.S: Renamed into ...
15975 * gdb.btrace/x86_64-tailcall.S: ... this.
15976 * gdb.btrace/i686-tailcall.S: New.
15977 * gdb.btrace/x86-tailcall.c: Renamed into ...
15978 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15979 separate statements. Update test.
15980 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15981 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15982 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15983 * gdb.btrace/tailcall.exp: Choose test file based on target.
15984 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15985
11cc1b74
MM
159862015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15987
15988 * gdb.btrace/exception.exp: Increase BTS buffer size.
15989
a25d8bf9
PA
159902015-03-24 Pedro Alves <palves@redhat.com>
15991
15992 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15993
856e7dd6
PA
159942015-03-24 Pedro Alves <palves@redhat.com>
15995
15996 * gdb.threads/schedlock.exp (test_step): No longer expect that
15997 "set scheduler-locking step" with "next" over a function call runs
15998 threads unlocked.
15999
ad235a41
AT
160002015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16001
16002 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16003
15630549
AT
160042015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16005
16006 PR breakpoints/16466
16007 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16008 * gdb.mi/mi-pending.c (thread_func): New function.
16009 (int main): Add threading support required.
16010 * gdb.mi/mi-pending.exp: Add tests for this issue.
16011 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16012 (pendfunc2): Remove stdio dependency.
16013 * gdb.mi/mi-pendshr2.c: New file.
16014
693dca06
KS
160152015-03-23 Keith Seitz <keiths@redhat.com>
16016
16017 * gdb.linespec/keywords.c: New file.
16018 * gdb.linespec/keywords.exp: New file.
16019
7e993ebf
KS
160202015-03-23 Keith Seitz <keiths@redhat.com>
16021
16022 PR gdb/18021
16023 * gdb.dwarf2/staticvirtual.exp: New test.
16024
bc23328c
JK
160252015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16026
16027 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16028 * README: Remove HP-UX and gdb.hp.
16029 (configuration):
16030 * configure: Regenerate.
16031 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16032 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16033 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16034 gdb.hp/gdb.defects/Makefile.
16035 * gdb.hp/Makefile.in: File deleted.
16036 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16037 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16038 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16039 * gdb.hp/gdb.aCC/run.c: File deleted.
16040 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16041 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16042 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16043 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16044 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16045 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16046 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16047 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16048 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16049 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16050 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16051 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16052 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16053 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16054 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16055 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16056 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16057 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16058 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16059 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16060 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16061 * gdb.hp/gdb.compat/average.c: File deleted.
16062 * gdb.hp/gdb.compat/sum.c: File deleted.
16063 * gdb.hp/gdb.compat/xdb.c: File deleted.
16064 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16065 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16066 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16067 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16068 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16069 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16070 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16071 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16072 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16073 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16074 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16075 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16076 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16077 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16078 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16079 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16080 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16081 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16082 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16083 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16084 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16085 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16086 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16087 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16088 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16089 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16090 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16091 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16092 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16093 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16094 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16095 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16096 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16097 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16098 * gdb.hp/tools/odump: File deleted.
16099
8bf3b159
PA
161002015-03-19 Pedro Alves <palves@redhat.com>
16101
16102 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16103 (saw_thread_3): New globals.
16104 (top level): Increment them when an event for the corresponding
16105 thread is seen.
16106 (no thread starvation): New test.
16107
eb54c8bf
PA
161082015-03-19 Pedro Alves <palves@redhat.com>
16109
16110 * gdb.threads/continue-pending-status.c: New file.
16111 * gdb.threads/continue-pending-status.exp: New file.
16112
32d2e5d6
PA
161132015-03-18 Pedro Alves <palves@redhat.com>
16114
16115 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16116 Use gdb_is_target_remote instead of is_remote. Use
16117 gdb_test_multiple instead of gdb_expect. Exit early if
16118 gdb_test_multiple hits its internal matches. Tighten stepi tests
16119 expected output. Fail on exit with any signal, instead of just
16120 SIGILL.
16121
f68f11b7
YQ
161222015-03-18 Yao Qi <yao.qi@linaro.org>
16123
16124 PR tdep/18107
16125 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16126 variable.
16127 * gdb.base/catch-syscall.exp: Don't skip it on
16128 aarch64*-*-linux* target. Remove elements in all_syscalls.
16129 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16130 target.
16131 (setup_all_syscalls): New proc.
16132
ca5fd19b
YQ
161332015-03-16 Yao Qi <yao.qi@linaro.org>
16134
16135 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16136 (top level): Skip tests if valid_addr_p returns false for
16137 $cmd1 or $cmd2.
16138
85642ba0
AW
161392015-03-11 Andy Wingo <wingo@igalia.com>
16140
16141 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16142
e03f9645
YQ
161432015-03-11 Yao Qi <yao.qi@linaro.org>
16144
16145 * gdb.base/catch-syscall.exp: Fix typo in comments.
16146
5d0962b2
YQ
161472015-03-11 Yao Qi <yao.qi@linaro.org>
16148
16149 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16150
b2df3cef
PA
161512015-03-09 Pedro Alves <palves@redhat.com>
16152
16153 * dg-extract-results.py: Delete.
16154
ef878e53
PA
161552015-03-09 Pedro Alves <palves@redhat.com>
16156
16157 Merge dg-extract-results.sh from GCC upstream (r218843).
16158
16159 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16160 * dg-extract-results.sh: Use --text with grep to avoid issues with
16161 binary files. Fall back to cat -v, if that doesn't work.
16162
9494d219
PA
161632015-03-05 Pedro Alves <palves@redhat.com>
16164
16165 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16166
a8d9763a
SM
161672015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16168
16169 * lib/mi-support.exp (mi_expect_interrupt): Accept
16170 alternative event for when in all-stop mode.
16171
be9957b8
PA
161722015-03-04 Pedro Alves <palves@redhat.com>
16173
16174 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16175
d57be0f4 161762015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16177
16178 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16179
c214c7cf
AA
161802015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16181
16182 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16183 regexps for GDB's current line display, accept a hex address
16184 preceding the line number.
16185
6d74a497
AA
161862015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16187
16188 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16189 the 'arch1' variable for "s390*-linux*" targets.
16190
511aee7c
PA
161912015-03-04 Pedro Alves <palves@redhat.com>
16192
16193 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16194 (main): Pass missing retval argument to pthread_join call.
16195
95e50b27
PA
161962015-03-02 Pedro Alves <palves@redhat.com>
16197
16198 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16199 (top level): Call do_test with non-stop as well.
16200
28054d69
PA
162012015-03-02 Pedro Alves <palves@redhat.com>
16202
16203 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16204 -1.
16205
4fa5d7b4
AA
162062015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16207
16208 * gdb.arch/s390-vregs.exp: New test.
16209 * gdb.arch/s390-vregs.S: New file.
16210
97c18565
PA
162112015-02-27 Pedro Alves <palves@redhat.com>
16212
16213 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16214 call to catch_command_errors.
16215 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16216 catch_command_errors.
16217
a37bfa30
PA
162182015-02-27 Pedro Alves <palves@redhat.com>
16219
16220 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16221 "true" for boolean result.
16222 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16223 prototype of main.
16224
6f98576f
PA
162252015-02-27 Pedro Alves <palves@redhat.com>
16226
16227 * lib/unbuffer_output.c: New file.
16228 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16229 (main): Call gdb_unbuffer_output.
16230
eba5ab56
YQ
162312015-02-27 Yao Qi <yao.qi@linaro.org>
16232
16233 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16234 target.
16235
0def5aaa
DE
162362015-02-26 Doug Evans <dje@google.com>
16237
16238 * gdb.cp/class2.cc (Dbase, D): New classes.
16239 (main): New local delta.
16240 * gdb.cp/class2.exp: Test printing delta.
16241 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16242 (dynbar): New global.
16243 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16244
081a1c2c
JK
162452015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16246
16247 * gdb.compile/compile-ifunc.c: New file.
16248 * gdb.compile/compile-ifunc.exp: New file.
16249
2f41223f
AT
162502015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16251
16252 * gdb.base/structs.exp: Check for correct struct on finish.
16253
03eddd80
YQ
162542015-02-26 Yao Qi <yao.qi@linaro.org>
16255
16256 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16257 is zero.
16258
80c57053
JK
162592015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16260
16261 * gdb.arch/cordic.ko.bz2: New file.
16262 * gdb.arch/cordic.ko.debug.bz2: New file.
16263 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16264
21613c12
YQ
162652015-02-25 Yao Qi <yao.qi@linaro.org>
16266
16267 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16268 aarch64*-*-* target.
16269
d8b901ed
PA
162702015-02-23 Pedro Alves <palves@redhat.com>
16271
16272 * lib/gdb.exp (delete_breakpoints): Rewrite using
16273 gdb_test_multiple.
16274
e5b85ead
PA
162752015-02-23 Pedro Alves <palves@redhat.com>
16276
16277 * gdb.base/info-os.c: Include stdlib.h.
16278
85c3a371
DE
162792015-02-22 Doug Evans <xdje42@gmail.com>
16280
16281 PR symtab/17855
16282 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16283 is read after symbols have been re-read.
16284 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16285 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16286
96553a0c
DE
162872015-02-21 Doug Evans <dje@google.com>
16288
16289 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16290
97a0c697
JK
162912015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16292
16293 PR corefiles/17808
16294 * gdb.arch/i386-biarch-core.core.bz2: New file.
16295 * gdb.arch/i386-biarch-core.exp: New file.
16296
a47cd6e9
PA
162972015-02-21 Pedro Alves <palves@redhat.com>
16298
16299 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16300 runto_main fails.
16301
c5facdc4
PA
163022015-02-20 Pedro Alves <palves@redhat.com>
16303
16304 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16305 info probes.
16306
2db9a427
PA
163072015-02-20 Pedro Alves <palves@redhat.com>
16308
16309 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16310
60fb7e9e
PA
163112015-02-20 Pedro Alves <palves@redhat.com>
16312
16313 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16314 clean_restart before gdb_target_supports_trace.
16315
5c5019c2
PA
163162015-02-20 Pedro Alves <palves@redhat.com>
16317
16318 PR threads/18006
16319 * gdb.threads/clone-thread_db.c: New file.
16320 * gdb.threads/clone-thread_db.exp: New file.
16321
c9587f88
AT
163222015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16323
16324 PR breakpoints/16812
16325 * gdb.base/catch-gdb-caused-signals.c: New file.
16326 * gdb.base/catch-gdb-caused-signals.exp: New file.
16327
f6a88844
JM
163282015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16329
16330 * configure: Regenerated.
16331 * configure.ac: Use GDB_AC_TRANSFORM.
16332 * aclocal.m4: sinclude ../transform.m4.
16333
497c491b
JM
163342015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16335
16336 * lib/dtrace.exp: New file.
16337 * gdb.base/dtrace-probe.exp: Likewise.
16338 * gdb.base/dtrace-probe.d: Likewise.
16339 * gdb.base/dtrace-probe.c: Likewise.
16340 * lib/pdtrace.in: Likewise.
16341 * configure.ac: Output variables with the transformed names of
16342 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16343 * configure: Regenerated.
16344
03e98035
JM
163452015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16346
16347 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16348 expected message when trying to access $_probe_* convenience
16349 variables while not on a probe.
16350
63cc30e9
JK
163512015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16352
16353 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16354
0703599a
PA
163552015-02-11 Pedro Alves <pedro@codesourcery.com>
16356
16357 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16358 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16359
7e60a48e
DE
163602015-02-10 Doug Evans <xdje42@gmail.com>
16361
16362 * lib/gdb.exp (gdb_load): Always return a result.
16363
01b088bc
PA
163642015-02-10 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.threads/signal-sigtrap.c: New file.
16367 * gdb.threads/signal-sigtrap.exp: New file.
16368
b05ec7a5
AT
163692015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16370
16371 * gdb.trace/no-attach-trace.c: New file.
16372 * gdb.trace/no-attach-trace.exp: New file.
16373
a2c2acaf
MW
163742015-02-09 Mark Wielaard <mjw@redhat.com>
16375
16376 * gdb.dwarf2/atomic.c: New file.
16377 * gdb.dwarf2/atomic-type.exp: Likewise.
16378
31fd9caa
MM
163792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16380
16381 * gdb.btrace/buffer-size.exp: Update "info record" output.
16382 * gdb.btrace/delta.exp: Update "info record" output.
16383 * gdb.btrace/enable.exp: Update "info record" output.
16384 * gdb.btrace/finish.exp: Update "info record" output.
16385 * gdb.btrace/instruction_history.exp: Update "info record" output.
16386 * gdb.btrace/next.exp: Update "info record" output.
16387 * gdb.btrace/nexti.exp: Update "info record" output.
16388 * gdb.btrace/step.exp: Update "info record" output.
16389 * gdb.btrace/stepi.exp: Update "info record" output.
16390 * gdb.btrace/nohist.exp: Update "info record" output.
16391
d33501a5
MM
163922015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16393
16394 * gdb.btrace/buffer-size: New.
16395
f4abbc16
MM
163962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16397
16398 * gdb.btrace/delta.exp: Update "info record" output.
16399 * gdb.btrace/enable.exp: Update "info record" output.
16400 * gdb.btrace/finish.exp: Update "info record" output.
16401 * gdb.btrace/instruction_history.exp: Update "info record" output.
16402 * gdb.btrace/next.exp: Update "info record" output.
16403 * gdb.btrace/nexti.exp: Update "info record" output.
16404 * gdb.btrace/step.exp: Update "info record" output.
16405 * gdb.btrace/stepi.exp: Update "info record" output.
16406 * gdb.btrace/nohist.exp: Update "info record" output.
16407
b9d61307
SM
164082015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16409
16410 PR gdb/15678
16411 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16412
e584fdbc
PA
164132015-02-06 Pedro Alves <palves@redhat.com>
16414
16415 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16416 macro.
16417 (seconds_left, again): New globals.
16418 (main): Wait seconds_left in a 1-second sleep loop instead of
16419 sleeping 180 seconds. If 'again' is set, reset the seconds
16420 counter.
16421 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16422 'again' in the inferior before detaching. Print the seconds left.
16423 (options): New global.
16424 (top level): Build program with -DTIMEOUT=$timeout.
16425
77f41761
PA
164262015-02-06 Pedro Alves <palves@redhat.com>
16427
16428 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16429 determine how many seconds to pass to 'alarm'.
16430 * gdb.base/gdb-sigterm.exp (top level): Build program with
16431 -DTIMEOUT=$timeout.
16432 (do_test): Return success/failure indication. Add more verbose
16433 logging. Don't fail if 200 single steps are seen. Instead, fail
16434 when the test times out.
16435 (passes): New global.
16436 (top level): Break the testing loop if testing fails on any
16437 iteration. Use gdb_assert.
16438
b9394193
DB
164392015-02-04 Don Breazeal <donb@codesourcery.com>
16440
16441 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16442 and initialize them.
16443 (ipc_cleanup): New function.
16444 (main): Don't declare shmid, semid, and msqid. Add a call to
16445 atexit so that we call ipc_cleanup on exit.
16446
42d9e528
PA
164472015-02-04 Pedro Alves <palves@redhat.com>
16448
16449 * boards/native-extended-gdbserver.exp: Remove any target variant
16450 specifications from the board name before clearing the isremote
16451 flag from board_info.
16452
ae6ae975
DE
164532015-01-31 Doug Evans <xdje42@gmail.com>
16454
16455 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16456
cfb069a8
GB
164572015-01-31 Gary Benson <gbenson@redhat.com>
16458
16459 * gdb.base/completion.exp: Disable completion limiting for
16460 existing tests. Add new tests to check completion limiting.
16461 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16462
5dd31d79
DE
164632015-01-31 Doug Evans <xdje42@gmail.com>
16464
16465 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16466
9f050062
DE
164672015-01-31 Doug Evans <xdje42@gmail.com>
16468
16469 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16470 entries. Duplicate file section script entries.
16471 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16472 inlined entries. Add test for safe-path rejection.
16473 * gdb.python/py-section-script.c: Add duplicate inlined section script
16474 entries. Duplicate file section script entries.
16475 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16476 inlined entries. Add test for safe-path rejection.
16477
df25ebbd
JB
164782015-01-29 Joel Brobecker <brobecker@adacore.com>
16479
16480 * gdb.ada/disc_arr_bound: New testcase.
16481
4a0ca9ec
JB
164822015-01-29 Joel Brobecker <brobecker@adacore.com>
16483
16484 * gdb.ada/mi_var_array: New testcase.
16485
3a8b707a
DE
164862015-01-27 Doug Evans <dje@google.com>
16487
16488 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16489 Add test for objfile.filename, objfile.username after objfile
16490 has been unloaded.
16491
f8313f6e
JB
164922015-01-26 Joel Brobecker <brobecker@adacore.com>
16493
16494 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16495 the second test to print the name attribute of value
16496 returned by the call to gdb.lookup_type, and adjust
16497 the expected output accordingly.
16498
37bc665e
MW
164992015-01-25 Mark Wielaard <mjw@redhat.com>
16500
16501 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16502 * gdb.base/disp-step-fork.c: Include unistd.h.
16503 * gdb.base/siginfo-obj.c: Include stdio.h.
16504 * gdb.base/siginfo-thread.c: Likewise.
16505 * gdb.mi/non-stop.c: Include unistd.h.
16506 * gdb.mi/nsthrexec.c: Include stdio.h.
16507 * gdb.mi/pthreads.c: Include unistd.h.
16508 * gdb.modula2/unbounded1.c (main): Declare returns int.
16509 * gdb.reverse/consecutive-reverse.c: Likewise.
16510 * gdb.threads/create-fail.c: Include unistd.h.
16511 * gdb.threads/killed.c: Likewise.
16512 * gdb.threads/linux-dp.c: Likewise.
16513 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16514 * gdb.threads/non-ldr-exc-2.c: Likewise.
16515 * gdb.threads/non-ldr-exc-3.c: Likewise.
16516 * gdb.threads/non-ldr-exc-4.c: Likewise.
16517 * gdb.threads/pthreads.c: Include unistd.h.
16518 (main): Declare returns int.
16519 * gdb.threads/tls-main.c (foo): New declaration.
16520 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16521
f7e5394d
SM
165222015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16523
16524 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16525 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16526
743649fd
MW
165272015-01-15 Mark Wielaard <mjw@redhat.com>
16528
16529 * gdb.base/noreturn-return.c: New file.
16530 * gdb.base/noreturn-return.exp: New file.
16531 * gdb.base/noreturn-finish.c: New file.
16532 * gdb.base/noreturn-finish.exp: New file.
16533
198297aa
PA
165342015-01-23 Pedro Alves <palves@redhat.com>
16535
16536 * gdb.threads/continue-pending-after-query.c: New file.
16537 * gdb.threads/continue-pending-after-query.exp: New file.
16538
717cf30c
AG
165392015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16540 Simon Marchi <simon.marchi@ericsson.com>
16541
16542 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16543 * gdb.base/valgrind-db-attach.exp: Same.
16544 * gdb.base/valgrind-infcall.exp: Same.
16545 * lib/mi-support.exp (default_mi_gdb_start): Same.
16546 * lib/prompt.exp (default_prompt_gdb_start): Same.
16547 * lib/gdb.exp (default_gdb_spawn): Same.
16548 (gdb_interact): New.
16549
16550
4b62a76e
JK
165512015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16552
16553 * gdb.compile/compile.exp (pointer to jit function): New test.
16554
b4cdae6f
WW
165552015-01-17 Wei-cheng Wang <cole945@gmail.com>
16556
16557 * lib/gdb.exp (supports_process_record): Return true for
16558 powerpc*-*-linux*.
16559 (supports_reverse): Likewise.
16560
d221e7ef
DB
165612015-01-15 Don Breazeal <donb@codesourcery.com>
16562
16563 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16564 instead of checking whether the target board is remote and
16565 use spawn_wait_for_attach instead of exec/sleep.
16566 * gdb.base/attach-twice.exp: Likewise.
16567
bafffb51
JB
165682015-01-15 Joel Brobecker <brobecker@adacore.com>
16569
16570 * gdb.ada/var_arr_attrs: New testcase.
16571
5589af0e
PA
165722015-01-14 Pedro Alves <palves@redhat.com>
16573 Joel Brobecker <brobecker@adacore.com>
16574
16575 PR gdb/17525
16576 * gdb.base/bp-cmds-execution-x-script.c: New file.
16577 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16578 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16579
6c400b59
PA
165802015-01-14 Pedro Alves <palves@redhat.com>
16581
16582 PR cli/17828
16583 * gdb.base/batch-preserve-term-settings.c: New file.
16584 * gdb.base/batch-preserve-term-settings.exp: New file.
16585
e02c96a7
DE
165862015-01-13 Doug Evans <dje@google.com>
16587
16588 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16589 binary.
16590
576fd14c
JB
165912015-01-13 Joel Brobecker <brobecker@adacore.com>
16592
16593 * Makefile.in (clean mostlyclean): Do not delete *.py.
16594
04dccad0
JB
165952015-01-13 Joel Brobecker <brobecker@adacore.com>
16596
16597 * gdb.python/py-lookup-type.exp: New file.
16598
3d230f71
PA
165992015-01-12 Pedro Alves <palves@redhat.com>
16600
16601 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16602 restore GDBFLAGS before returning.
16603
7e67715d
JK
166042015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16605
16606 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16607 is_amd64_regs_target and is_x86_like_target.
16608
f2e0d4b4
DE
166092015-01-11 Doug Evans <xdje42@gmail.com>
16610
16611 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16612 is given without an explicit form.
16613 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16614 attributes.
16615 * gdb.dwarf/corrupt.exp: Ditto.
16616 * gdb.dwarf2/enum-type.exp: Ditto.
16617 * gdb.trace/entry-values.exp: Ditto.
16618 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16619
439250fb
DE
166202015-01-11 Doug Evans <xdje42@gmail.com>
16621
16622 PR gdb/15830
16623 * gdb.base/maint.exp: Remove references to "maint demangle".
16624 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16625 Add tests for explicitly specifying language to demangle.
16626 * gdb.dlang/demangle.exp: Ditto.
16627
ede9f622
PA
166282015-01-09 Pedro Alves <palves@redhat.com>
16629
16630 * gdb.threads/non-stop-fair-events.c: New file.
16631 * gdb.threads/non-stop-fair-events.exp: New file.
16632
a7b796db
PA
166332015-01-09 Pedro Alves <palves@redhat.com>
16634
16635 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16636 the global scope. Set a breakpoint after all threads are started
16637 rather than stepping over two source lines. Expect the prompt.
16638 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16639 global.
16640 (NUM): Now 15.
16641 (main): Use threads_started_barrier to wait for all threads to
16642 start. Main thread no longer calls thread_function. Exit after
16643 180 seconds.
16644 (loop): New function.
16645 (thread_function): Wait on threads_started_barrier barrier. Call
16646 'loop' at each iteration.
16647 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16648 threads have started, instead of hardcoding number of "next"
16649 steps. Use an access watchpoint instead of a write watchpoint.
16650
9665ffdd
PA
166512015-01-09 Pedro Alves <palves@redhat.com>
16652
16653 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16654 (thread_func): Wait on barrier.
16655 (main): Wait for all threads to start before stopping GDB.
16656 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16657 global.
16658 (thread1_func, thread2_func): Wait on barrier.
16659 (main): Wait for all threads to start before stopping GDB.
16660 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16661 New global.
16662 (thread1_func, thread2_func): Wait on barrier.
16663 (main): Wait for all threads to start before stopping GDB.
16664
c945a99f
PA
166652015-01-09 Pedro Alves <palves@redhat.com>
16666
16667 * gdb.threads/attach-many-short-lived-threads.c: New file.
16668 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16669
c1a747c1
PA
166702014-01-09 Pedro Alves <palves@redhat.com>
16671
16672 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16673 instead of to thread 2.
16674 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16675 Add barrier around each pthread_create call instead of around all
16676 calls.
16677 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16678 Set a break on thread_function and have the child threads hit it
16679 one at at a time.
16680
60b3033e
PA
166812015-01-09 Pedro Alves <palves@redhat.com>
16682
16683 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16684 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16685 false.
16686 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16687 checking whether the target board is remote.
16688 * gdb.multi/multi-attach.exp: Likewise.
16689 * gdb.python/py-sync-interp.exp: Likewise.
16690 * gdb.server/ext-attach.exp: Likewise.
16691 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16692 tests that need to attach, instead of checking whether the target
16693 board is remote at the top of the file.
16694
acc018ac
YQ
166952015-01-08 Yao Qi <yao@codesourcery.com>
16696
16697 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16698
50a18af8
JK
166992015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16700
16701 Fix testcase compilation.
16702 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16703
8503d6e1
JB
167042015-01-06 Joel Brobecker <brobecker@adacore.com>
16705
16706 * gdb.python/py-type.exp: Add a couple test about empty
16707 array creation, and negative-length array creation.
16708
cc73dbcc
DE
167092015-01-02 Doug Evans <xdje42@gmail.com>
16710
16711 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16712
0300bbc7
DE
167132015-01-02 Doug Evans <dje@google.com>
16714
16715 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16716
9d85a0ec
YQ
167172014-12-29 Yao Qi <yao@codesourcery.com>
16718
16719 * gdb.trace/entry-values.exp: Update comments. Rename variable
16720 bar_call_foo to returned_from_foo.
16721
87186c6a
MMN
167222014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16723
16724 PR gdb/17394
16725 * gdb.linespec/break-asm-file.c: New file.
16726 * gdb.linespec/break-asm-file.exp: New file.
16727 * gdb.linespec/break-asm-file0.s: New file.
16728 * gdb.linespec/break-asm-file1.s: New file.
16729
1bab7383
YQ
167302014-12-18 Nigel Stephens <nigel@mips.com>
16731 Maciej W. Rozycki <macro@codesourcery.com>
16732
16733 * gdb.base/float.exp: Handle the new output from "info float" on
16734 MIPS targets.
16735
1bc1068a
JK
167362014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16737
16738 Fix MinGW compilation.
16739 * gdb.compile/compile-ops.exp: Update untested message if
16740 !skip_compile_feature_tests.
16741 * gdb.compile/compile-setjmp.exp: Likewise.
16742 * gdb.compile/compile-tls.exp: Likewise.
16743 * gdb.compile/compile.exp: Likewise.
16744 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16745 supported on this host".
16746
b6615d10
DE
167472014-12-16 Doug Evans <xdje42@gmail.com>
16748
16749 * boards/stabs.exp: New file.
16750
25dda427
AA
167512014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16752
16753 * gdb.base/completion.exp: Adjust to format changes of "maint
16754 print user-registers".
16755
bf330350
CU
167562014-12-16 Catalin Udma <catalin.udma@freescale.com>
16757
16758 PR server/17457
16759 * gdb.arch/aarch64-fp.c: New file.
16760 * gdb.arch/aarch64-fp.exp: New file.
16761
395cf596
SDJ
167622014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16763
16764 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16765 r210637, r210913, r211666, r215400, r215817).
16766
16767 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16768 * dg-extract-results.py: New file.
16769 * dg-extract-results.sh: Use it if the environment seems
16770 suitable.
16771
16772 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16773
16774 * dg-extract-results.py (parse_run): Handle warnings that
16775 are printed before a test harness is run.
16776
16777 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16778
16779 * dg-extract-results.py (Named): Remove __cmp__ method.
16780 (output_variation): Use a key to sort variation.harnesses.
16781
16782 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16783
16784 * dg-extract-results.py: For Python 3, force sys.stdout to
16785 handle surrogate escape sequences.
16786 (safe_open): New function.
16787 (output_segment, main): Use it.
16788
16789 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16790
16791 * dg-extract-results.py (Prog.result_re): Include options
16792 in test name.
16793
16794 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16795
16796 * dg-extract-results.py (output_variation): Always sort if
16797 do_sum.
16798
e882ef3c
SM
167992014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16800
16801 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16802 as long as we get pagination notifications.
16803
4992aa20
JM
168042014-12-15 Jason Merrill <jason@redhat.com>
16805
16806 * Makefile.in (check-gdb.%): Restore.
16807 * README: Mention it.
16808
c1b5a1a6
JB
168092014-12-13 Joel Brobecker <brobecker@adacore.com>
16810
16811 * gdb.ada/str_uninit: New testcase.
16812
5537b577
JK
168132014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16814
16815 PR symtab/17642
16816 * gdb.base/vla-stub-define.c: New file.
16817 * gdb.base/vla-stub.c: New file.
16818 * gdb.base/vla-stub.exp: New file.
16819
bb2ec1b3
TT
168202014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16821 Jan Kratochvil <jan.kratochvil@redhat.com>
16822 Tom Tromey <tromey@redhat.com>
16823
16824 * configure.ac: Add gdb.compile/.
16825 * configure: Regenerate.
16826 * gdb.compile/Makefile.in: New file.
16827 * gdb.compile/compile-ops.exp: New file.
16828 * gdb.compile/compile-ops.c: New file.
16829 * gdb.compile/compile-tls.c: New file.
16830 * gdb.compile/compile-tls.exp: New file.
16831 * gdb.compile/compile-constvar.S: New file.
16832 * gdb.compile/compile-constvar.c: New file.
16833 * gdb.compile/compile-mod.c: New file.
16834 * gdb.compile/compile-nodebug.c: New file.
16835 * gdb.compile/compile-setjmp-mod.c: New file.
16836 * gdb.compile/compile-setjmp.c: New file.
16837 * gdb.compile/compile-setjmp.exp: New file.
16838 * gdb.compile/compile-shlib.c: New file.
16839 * gdb.compile/compile.c: New file.
16840 * gdb.compile/compile.exp: New file.
16841 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16842
4ff709eb
TT
168432014-12-12 Tom Tromey <tromey@redhat.com>
16844
16845 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16846 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16847
6dddd6a5
DE
168482014-12-12 Doug Evans <dje@google.com>
16849
16850 * lib/gdb-python.exp (get_python_valueof): New function.
16851 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16852
71c24708
AA
168532014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16854
16855 * gdb.base/completion.exp: Add test for completion of "info
16856 registers ".
16857
3e29f34a
MR
168582014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16859
16860 * gdb.base/func-ptrs.c: New file.
16861 * gdb.base/func-ptrs.exp: New file.
16862
fc126975
SM
168632014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16864
16865 PR breakpoints/17012
16866 * gdb.base/dprintf-detach.c: New file.
16867 * gdb.base/dprintf-detach.exp: New file.
16868
0a46d518
SM
168692014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16870
16871 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16872 * lib/gdb.exp (target_is_gdbserver): New procedure.
16873
a0be3e44
DE
168742014-12-08 Doug Evans <dje@google.com>
16875
16876 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16877
df1b803a
YQ
168782014-12-05 Yao Qi <yao@codesourcery.com>
16879
16880 * gdb.guile/scm-error.exp: Remove the third argument to
16881 gdb_remote_download.
16882 * gdb.guile/scm-frame-args.exp: Likewise.
16883 * gdb.guile/scm-section-script.exp: Likewise.
16884
ddb9f679
YQ
168852014-12-05 Yao Qi <yao@codesourcery.com>
16886
16887 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16888
86e4ed39
DE
168892014-12-04 Doug Evans <dje@google.com>
16890
16891 * gdb.python/py-objfile.exp: Add tests for
16892 objfile.add_separate_debug_file.
16893
7c50a931
DE
168942014-12-04 Doug Evans <dje@google.com>
16895
16896 * lib/gdb.exp (get_build_id): New function.
16897 (build_id_debug_filename_get): Rewrite to use it.
16898 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16899
621661e3
MR
169002014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16901
16902 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16903 `method(long)', not just 0x0.
16904 * gdb.cp/nsalias.exp: Align code labels to 4.
16905 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16906 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16907 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16908 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16909 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16910 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16911
29f0c3b7
DE
169122014-12-02 Doug Evans <dje@google.com>
16913
e1e061e7 16914 PR symtab/17602
29f0c3b7 16915 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16916 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16917 * gdb.cp/anon-ns.exp: Update.
16918
162078c8
NB
169192014-12-02 Nick Bull <nicholaspbull@gmail.com>
16920
16921 * gdb.python/py-events.py (inferior_call_handler): New.
16922 (register_changed_handler, memory_changed_handler): New.
16923 (test_events.invoke): Register new handlers.
16924 * gdb.python/py-events.exp: Add tests for inferior call,
16925 memory_changed and register_changed events.
16926
fdb09caf
AA
169272014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16928
16929 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16930 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16931 if the linker doesn't understand this.
16932
55cfb2c4
SM
169332014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16934
16935 * gdb.python/python.exp: Change expected reply to help().
16936
9e8cd6df
YQ
169372014-12-01 Yao Qi <yao@codesourcery.com>
16938
16939 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16940 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16941 * configure: Re-generated.
16942
6c659fc2
SC
169432014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16944
16945 * gdb.cp/chained-calls.cc: New file.
16946 * gdb.cp/chained-calls.exp: New file.
16947 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16948
d7fc3181
SM
169492014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16950
16951 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16952 * gdb.dwarf2/symtab-producer.exp: Same.
16953 * gdb.gdb/python-interrupts.exp: Same.
16954 * gdb.gdb/python-selftest.exp: Same.
16955 * gdb.python/py-linetable.exp: Same.
16956 * gdb.python/py-type.exp: Same.
16957 * gdb.python/py-value-cc.exp: Same.
16958 * gdb.python/py-value.exp: Same.
16959
10e79639
YQ
169602014-11-28 Yao Qi <yao@codesourcery.com>
16961
16962 * gdb.base/break-probes.exp: Match library name prefixed with
16963 sysroot.
16964
f28a0564
SM
169652014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16966
16967 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16968 test expected output. Add parentheses for the call to print.
16969 Remove L suffix from integers.
16970
3fe1ce1d
DE
169712014-11-26 Doug Evans <dje@google.com>
16972
16973 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16974
84429e27
YQ
169752014-11-22 Yao Qi <yao@codesourcery.com>
16976
16977 * gdb.trace/entry-values.c: Remove asms.
16978 (foo): Add foo_label.
16979 (bar): Add bar_label.
16980 * gdb.trace/entry-values.exp: Remove code computing foo's
16981 length and bar's length.
16982 (Dwarf::assemble): Invoke function_range for bar and use
16983 MACRO_AT_func for foo.
16984
26741859
YQ
169852014-11-22 Yao Qi <yao@codesourcery.com>
16986
16987 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16988 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16989 Use .Lgcc43_procstart instead of gcc43.
16990
45e44d27
JB
169912014-11-21 Joel Brobecker <brobecker@adacore.com>
16992
16993 * gdb.ada/n_arr_bound: New testcase.
16994
458c8db8
SDJ
169952014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16996
16997 PR breakpoints/10737
16998 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16999 test_catch_syscall_multi_arch.
17000 (test_catch_syscall_multi_arch): New function.
17001
43f3e411
DE
170022014-11-20 Doug Evans <xdje42@gmail.com>
17003
17004 * gdb.base/maint.exp: Update expected output.
17005
0d7b2549
AA
170062014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17007
17008 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17009 4-byte instruction on S390.
17010
8908fca5
JB
170112014-11-19 Joel Brobecker <brobecker@adacore.com>
17012
17013 * gdb.ada/arr_arr: New testcase.
17014
4a46959e
JB
170152014-11-19 Joel Brobecker <brobecker@adacore.com>
17016
17017 * gdb.ada/pkd_arr_elem: New Testcase.
17018
470e2f4e
LM
170192014-11-18 Luis Machado <lgustavo@codesourcery.com>
17020
17021 * gdb.reverse/break-precsave: Expect completion message for
17022 core file reads.
17023 * gdb.reverse/consecutive-precsave.exp: Likewise.
17024 * gdb.reverse/finish-precsave.exp: Likewise.
17025 * gdb.reverse/i386-precsave.exp: Likewise.
17026 * gdb.reverse/machinestate-precsave.exp: Likewise.
17027 * gdb.reverse/sigall-precsave.exp: Likewise.
17028 * gdb.reverse/solib-precsave.exp: Likewise.
17029 * gdb.reverse/step-precsave.exp: Likewise.
17030 * gdb.reverse/until-precsave.exp: Likewise.
17031 * gdb.reverse/watch-precsave.exp: Likewise.
17032
a267f3ad
AA
170332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17034
17035 * gdb.base/bp-permanent.c: Include unistd.h.
17036 * gdb.python/py-framefilter-mi.c (main): Add return type.
17037 * gdb.python/py-framefilter.c (main): Likewise.
17038 * gdb.trace/actions-changed.c (main): Likewise.
17039
12084a9a
AA
170402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17041
17042 * gdb.mi/until.c: Add eye-catchers.
17043 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17044 line numbers.
17045
dc7e1a77
AA
170462014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17047
17048 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17049 function header variants in break1.c.
17050 * gdb.base/ena-dis-br.exp: Likewise.
17051 * gdb.base/hbreak2.exp: Likewise.
17052 * gdb.reverse/until-precsave.exp: Drop references to removed
17053 non-prototype function header variants in ur1.c.
17054 * gdb.reverse/until-reverse.exp: Likewise.
17055
41c77605
PM
170562014-11-17 Petr Machata <pmachata@redhat.com>
17057
17058 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17059 ${_cu_offset_size} bytes abbrev offset.
17060
34248c3a
DE
170612014-11-15 Doug Evans <xdje42@gmail.com>
17062
17063 PR symtab/17559
17064 * gdb.base/line-symtabs.exp: New file.
17065 * gdb.base/line-symtabs.c: New file.
17066 * gdb.base/line-symtabs.h: New file.
17067
646da059
YQ
170682014-11-14 Yao Qi <yao@codesourcery.com>
17069
17070 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17071 (func): Add label func_label.
17072 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17073 Replace low_pc and high_pc with MACRO_AT_range.
17074 Replace name, low_pc and high_pc with MACRO_AT_func.
17075
9301ebe6
YQ
170762014-11-14 Yao Qi <yao@codesourcery.com>
17077
17078 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17079 Replace name, low_pc and high_pc with MACRO_AT_func.
17080
f166b542
YQ
170812014-11-14 Yao Qi <yao@codesourcery.com>
17082
17083 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17084 produce debug information.
17085 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17086
0f6e71e3
YQ
170872014-11-14 Yao Qi <yao@codesourcery.com>
17088
17089 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17090 object and get function length.
17091 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17092 with MACRO_AT_func.
17093 (top-level): Replace gdb_compile and clean_restart with
17094 prepare_for_testing.
17095 * gdb.dwarf2/main.c (main): Add label main_label.
17096
876c4df9
YQ
170972014-11-14 Yao Qi <yao@codesourcery.com>
17098
17099 * lib/dwarf.exp (function_range): New procedure.
17100 (Dwarf::_handle_macro_at_func): New procedure.
17101 (Dwarf::_handle_macro_at_range): New procedure.
17102 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17103
02ad9cf1
YQ
171042014-11-14 Yao Qi <yao@codesourcery.com>
17105
17106 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17107 (_handle_attribute): New procedure.
17108
a59add0c
AA
171092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17110
17111 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17112 * gdb.base/call-sc.c (zed): Likewise.
17113 * gdb.base/checkpoint.c (main): Likewise.
17114 * gdb.base/dump.c (main): Likewise.
17115 * gdb.base/gcore.c (main): Likewise.
17116 * gdb.base/huge.c (main): Likewise.
17117 * gdb.base/multi-forks.c (main): Likewise.
17118 * gdb.base/pr10179-a.c (main): Likewise.
17119 * gdb.base/savedregs.c (main): Likewise.
17120 * gdb.base/sigaltstack.c (main): Likewise.
17121 * gdb.base/siginfo.c (main): Likewise.
17122 * gdb.base/structs.c (zed): Likewise.
17123 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17124 * gdb.mi/mi-syn-frame.c (main): Likewise.
17125 * gdb.mi/until.c (foo, main): Likewise.
17126 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17127 * gdb.base/solib-weak.c (foo): Declare.
17128 * gdb.base/attach-twice.c: Include stdio.h.
17129 * gdb.base/weaklib1.c: Likewise.
17130 * gdb.base/weaklib2.c: Likewise.
17131 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17132 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17133 unistd.h.
17134 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17135 * gdb.mi/mi-exit-code.c: Likewise.
17136 * gdb.base/break-interp-lib.c: Include string.h.
17137 * gdb.base/coremaker.c: Likewise.
17138 * gdb.base/testenv.c: Likewise.
17139 * gdb.python/py-finish-breakpoint.c: Likewise.
17140 * gdb.base/inferior-died.c: Include sys/wait.h.
17141 * gdb.base/fileio.c: Include time.h.
17142 * gdb.base/async-shell.c: Include unistd.h.
17143 * gdb.base/dprintf-non-stop.c: Likewise.
17144 * gdb.base/info-os.c: Likewise.
17145 * gdb.mi/mi-console.c: Likewise.
17146 * gdb.mi/watch-nonstop.c: Likewise.
17147 * gdb.python/py-events.c: Likewise.
17148 * gdb.base/async.c (baz): Move up before its invocation.
17149 * gdb.base/code_elim2.c (my_global_func): Likewise.
17150 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17151 * gdb.base/advance.c (func2): Likewise.
17152
3b5d5997
AA
171532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17154
17155 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17156 variant.
17157 * gdb.base/annota3.c: Likewise.
17158 * gdb.base/async.c: Likewise.
17159 * gdb.base/average.c: Likewise.
17160 * gdb.base/call-ar-st.c: Likewise.
17161 * gdb.base/call-rt-st.c: Likewise.
17162 * gdb.base/call-sc.c: Likewise.
17163 * gdb.base/call-strs.c: Likewise.
17164 * gdb.base/ending-run.c: Likewise.
17165 * gdb.base/execd-prog.c: Likewise.
17166 * gdb.base/exprs.c: Likewise.
17167 * gdb.base/foll-exec.c: Likewise.
17168 * gdb.base/foll-fork.c: Likewise.
17169 * gdb.base/foll-vfork.c: Likewise.
17170 * gdb.base/funcargs.c: Likewise.
17171 * gdb.base/gcore.c: Likewise.
17172 * gdb.base/jump.c: Likewise.
17173 * gdb.base/langs0.c: Likewise.
17174 * gdb.base/langs1.c: Likewise.
17175 * gdb.base/langs2.c: Likewise.
17176 * gdb.base/mips_pro.c: Likewise.
17177 * gdb.base/nodebug.c: Likewise.
17178 * gdb.base/opaque0.c: Likewise.
17179 * gdb.base/opaque1.c: Likewise.
17180 * gdb.base/recurse.c: Likewise.
17181 * gdb.base/run.c: Likewise.
17182 * gdb.base/scope0.c: Likewise.
17183 * gdb.base/scope1.c: Likewise.
17184 * gdb.base/setshow.c: Likewise.
17185 * gdb.base/setvar.c: Likewise.
17186 * gdb.base/shmain.c: Likewise.
17187 * gdb.base/shr1.c: Likewise.
17188 * gdb.base/shr2.c: Likewise.
17189 * gdb.base/sigall.c: Likewise.
17190 * gdb.base/signals.c: Likewise.
17191 * gdb.base/so-indr-cl.c: Likewise.
17192 * gdb.base/solib2.c: Likewise.
17193 * gdb.base/structs.c: Likewise.
17194 * gdb.base/sum.c: Likewise.
17195 * gdb.base/vforked-prog.c: Likewise.
17196 * gdb.base/watchpoint.c: Likewise.
17197 * gdb.reverse/shr2.c: Likewise.
17198 * gdb.reverse/until-reverse.c: Likewise.
17199 * gdb.reverse/ur1.c: Likewise.
17200 * gdb.reverse/watch-reverse.c: Likewise.
17201
066a77c5
AA
172022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17203
17204 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17205 variant.
17206 * gdb.base/sepdebug.exp: Drop references to removed code.
17207
4f204ea5
AA
172082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17209
17210 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17211 variant. Preserve original line numbering.
17212 * gdb.base/list1.c: Likewise.
17213
3b377a3a
AA
172142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17215
17216 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17217 variant.
17218 * gdb.base/break1.c: Likewise.
17219 * gdb.base/break.exp: Drop references to removed code.
17220
e444df73
AA
172212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17222
17223 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17224 variant.
17225
8008f2a7
AA
172262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17227
17228 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17229
a5a06887
AA
172302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17231
17232 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17233 logic into perform_all_tests() and invoke it with and without
17234 function header prototypes.
17235 (do_function_calls): Remove conditional XFAIL for PR 5318.
17236 (rerun_and_prepare): Remove duplicate code.
17237 (perform_all_tests): New. Main logic moved here.
17238
44dba9b9
AA
172392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17240
17241 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17242 code guarded by #ifdef NO_PROTOTYPES.
17243 (t_double_many_args): Likewise.
17244 (DEF_FUNC_MANY_ARGS_1): Likewise.
17245 (DEF_FUNC_VALUES_1): Likewise.
17246 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17247 guarded by #ifdef PROTOTYPES.
17248
d1fbcd56
AA
172492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17250
17251 * gdb.mi/mi-console.c: Add eye-catcher.
17252 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17253 instead of literal line number.
17254
b0e59b8f
AA
172552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17256
17257 * gdb.base/shr2.c: Add eye-catcher.
17258 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17259 line number.
17260
78f98cca
AA
172612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17262
17263 * gdb.base/jump.c: Add eye-catchers.
17264 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17265 numbers.
17266
58fa2af0
AA
172672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17268
17269 * gdb.base/execd-prog.c: Add eye-catchers.
17270 * gdb.base/foll-exec.c: Likewise.
17271 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17272 line numbers.
17273
04e5059b
AA
172742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17275
17276 * gdb.base/ending-run.c: Add eye-catchers.
17277 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17278 literal line numbers.
17279
dbfdb174
AA
172802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17281
17282 * gdb.base/call-rt-st.c: Add eye-catchers.
17283 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17284 literal line numbers.
17285
888a2ade
AA
172862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17287
17288 * gdb.base/call-ar-st.c: Add eye-catchers.
17289 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17290 literal line numbers.
17291
6acc2dde
AA
172922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17293
17294 * gdb.base/average.c: Add eye-catchers.
17295 * gdb.base/sum.c: Likewise.
17296 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17297 regexps dynamically.
17298
9ecfcd1d
AA
172992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17300
17301 * gdb.base/solib1.c: Add eye-catchers.
17302 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17303 literal line numbers.
17304
78708b7c
PA
173052014-11-12 Pedro Alves <palves@redhat.com>
17306
17307 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17308 leader has exited.
17309
af48d08f
PA
173102014-11-12 Pedro Alves <palves@redhat.com>
17311
17312 * gdb.arch/i386-bp_permanent.c: New file.
17313 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17314 (srcfile): Set to i386-bp_permanent.c.
17315 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17316 that stepi does not execute the 'leave' instruction, instead of
17317 testing it does execute.
17318 * gdb.base/bp-permanent.c: New file.
17319 * gdb.base/bp-permanent.exp: New file.
17320
af3768e9
DE
173212014-11-10 Doug Evans <xdje42@gmail.com>
17322
17323 PR symtab/17564
17324 * gdb.base/symtab-search-order.exp: New file.
17325 * gdb.base/symtab-search-order.c: New file.
17326 * gdb.base/symtab-search-order-1.c: New file.
17327 * gdb.base/symtab-search-order-shlib-1.c: New file.
17328
9de00a4a
PA
173292014-11-07 Pedro Alves <palves@redhat.com>
17330
17331 PR gdb/17511
17332 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17333 i?86-*-linux*.
17334
e0f52461
SC
173352014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17336
17337 PR c++/17494
17338 * gdb.cp/pr17494.cc: New file.
17339 * gdb.cp/pr17494.exp: New file.
17340
6ce8c980
YQ
173412014-11-02 Yao Qi <yao@codesourcery.com>
17342
17343 * gdb.python/python.exp: Get working directory and match the
17344 output of "set extended-prompt \\w " with it.
17345
02be9a71
DE
173462014-10-30 Doug Evans <dje@google.com>
17347
17348 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17349 in objfiles.
17350 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17351 in progspaces.
17352
3bdff46b
LM
173532014-10-30 Janis Johnson <janisjo@codesourcery.com>
17354
17355 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17356 * gdb.base/realname-expand.exp: Likewise.
17357 * gdb.linespec/macro-relative.exp: Likewise.
17358
ab917dfb
PA
173592014-10-29 Pedro Alves <palves@redhat.com>
17360
17361 PR gdb/17408
17362 * gdb.threads/schedlock.c (some_function): New function.
17363 (call_function): New global.
17364 (MAYBE_CALL_SOME_FUNCTION): New macro.
17365 (thread_function): Call it.
17366 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17367 and use it instead of a global counter. Adjust all callers.
17368 (get_current_thread): Use "find current thread" for test message
17369 here rather than having all callers pass down the same string.
17370 (goto_loop): New procedure, factored out from ...
17371 (my_continue): ... this.
17372 (step_ten_loops): Change parameter from test message to command to
17373 use. Adjust.
17374 (list_count): Delete global.
17375 (check_result): New procedure, factored out from duplicate top
17376 level code.
17377 (continue tests): Wrap in with_test_prefix.
17378 (test_step): New procedure, factored out from duplicate top level
17379 code.
17380 (top level): Test "step" in combination with all scheduler-locking
17381 modes. Test "next" in combination with all scheduler-locking
17382 modes, and in combination with stepping over a function call or
17383 not.
17384 * gdb.threads/next-bp-other-thread.c: New file.
17385 * gdb.threads/next-bp-other-thread.exp: New file.
17386
d3d4baed
PA
173872014-10-29 Pedro Alves <palves@redhat.com>
17388
17389 PR python/17372
17390 * gdb.python/python.exp: Test a multi-line command that spawns
17391 interactive Python.
17392 * gdb.base/multi-line-starts-subshell.exp: New file.
17393
563e8d85
YQ
173942014-10-29 Yao Qi <yao@codesourcery.com>
17395
17396 * gdb.base/fileio.exp: Make directories on host.
17397
0ea4d52e
YQ
173982014-10-29 Yao Qi <yao@codesourcery.com>
17399
17400 * gdb.base/fileio.c (test_write): Close the file.
17401
7f5ef605
PA
174022014-10-28 Pedro Alves <palves@redhat.com>
17403
17404 PR gdb/12623
17405 * gdb.base/sigstep.c (no_handler): New global.
17406 (main): If 'no_handler is true, set the signal handlers to
17407 SIG_IGN.
17408 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17409 with_sw_watch and no_handler parameters. Handle them.
17410 (top level) <stepping over handler when stopped at a breakpoint
17411 test>: Add a test axis for testing with a software watchpoint, and
17412 another for testing with the signal handler set to SIG_IGN.
17413 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17414 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17415
abbdbd03
PA
174162014-10-28 Pedro Alves <palves@redhat.com>
17417
17418 PR gdb/17511
17419 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17420 * gdb.base/sigstep.exp (other_handler_location): New global.
17421 (advance): Support stepping into the signal handler, and running
17422 commands while in the handler.
17423 (in_handler_map): New global.
17424 (top level): In the advance test, add combinations for getting
17425 into the handler with stepping commands, and for running commands
17426 in the handler. Add comment descripting the advancei tests.
17427
1df4399f
PA
174282014-10-28 Pedro Alves <palves@redhat.com>
17429
17430 * gdb.base/sigstep.exp: Use build_executable instead of
17431 prepare_for_testing.
17432 (top level): Move code that starts GDB, runs to main and creates a
17433 display to ...
17434 (restart): ... this new procedure.
17435 (top level): Move backtrace from signal handler test to ...
17436 (validate_backtrace): ... this new procedure.
17437 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17438 with_test_prefix. Always restart GDB.
17439 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17440 with_test_prefix. Always restart GDB. No need to delete
17441 breakpoints after the test.
17442 (test_skip_handler): Remove prefix parameter.
17443 (skip_over_handler, breakpoint_to_handler)
17444 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17445 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17446 restart GDB. No need to delete breakpoints after the test.
17447 (top level): Use foreach to call the test procedures with
17448 different commands.
17449
a5b6e449
PA
174502014-10-28 Pedro Alves <palves@redhat.com>
17451
17452 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17453 instead of GNATS numbers.
17454 * gdb.base/sigbpt.exp: Likewise.
17455 * gdb.base/siginfo.exp: Likewise.
17456 * gdb.base/sigstep.exp: Likewise.
17457
e5f8a7cc
PA
174582014-10-27 Pedro Alves <palves@redhat.com>
17459
17460 * gdb.base/sigstep.c (dummy): New global.
17461 (main): Issue a couple writes to the new global.
17462 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17463 procedures.
17464 (skip_over_handler): Use test_skip_handler.
17465 (top level): Call skip_over_handler for stepi and nexti too.
17466 (breakpoint_over_handler): Use test_skip_handler.
17467 (top level): Call breakpoint_over_handler for stepi and nexti too.
17468
763905a3
YQ
174692014-10-27 Yao Qi <yao@codesourcery.com>
17470
17471 * gdb.trace/tfile.c (adjust_function_address)
17472 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17473 function descriptor.
17474
6f259a23
DB
174752014-10-24 Don Breazeal <donb@codesourcery.com>
17476
17477 * gdb.base/foll-fork.exp (test_follow_fork,
17478 catch_fork_child_follow): Check for updated fork messages emitted
17479 from infrun.c.
17480 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17481 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17482 vfork_and_exec_child_follow_through_step): Check for updated vfork
17483 messages emitted from infrun.c.
17484
09dd9a69
PA
174852014-10-24 Pedro Alves <palves@redhat.com>
17486
17487 * gdb.base/corefile.exp: Remove references to ultrix.
17488 * gdb.base/interrupt.exp: Likewise.
17489 * gdb.base/whatis.exp: Likewise.
17490 * gdb.gdb/selftest.exp: Likewise.
17491 * gdb.threads/manythreads.exp: Likewise.
17492 * gdb.threads/print-threads.exp: Likewise.
17493 * gdb.threads/pthreads.exp:: Likewise.
17494 * gdb.threads/schedlock.exp: Likewise.
17495
3433cfa5
SC
174962014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17497
17498 * gdb.cp/non-trivial-retval.cc: Add a test case.
17499 * gdb.cp/non-trivial-retval.exp: Add a test.
17500
092f880b
YQ
175012014-10-20 Yao Qi <yao@codesourcery.com>
17502
17503 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17504 * gdb.python/py-objfile-script-gdb.py: New file.
17505 * gdb.python/py-objfile-script.exp: Update reference to
17506 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17507 of remote_download. Remove the dest file.
17508
acbdb7f3
YQ
175092014-10-20 Yao Qi <yao@codesourcery.com>
17510
17511 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17512 * gdb.base/step-line.exp: Likewise.
17513 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17514 * gdb.dwarf2/dw2-basic.exp: Likewise.
17515 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17516 * gdb.dwarf2/dw2-filename.exp: Likewise.
17517 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17518 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17519 * gdb.dwarf2/dw2-producer.exp: Likewise.
17520 * gdb.dwarf2/mac-fileno.exp: Likewise.
17521 * gdb.python/py-frame-args.exp: Likewise.
17522 * gdb.python/py-framefilter.exp: Likewise.
17523 * gdb.python/py-mi.exp: Likewise.
17524 * gdb.python/py-objfile-script.exp: Likewise
17525 * gdb.python/py-pp-integral.exp: Likewise.
17526 * gdb.python/py-pp-re-notag.exp: Likewise.
17527 * gdb.python/py-prettyprint.exp: Likewise.
17528 * gdb.python/py-section-script.exp: Likewise.
17529 * gdb.python/py-typeprint.exp: Likewise.
17530 * gdb.python/py-xmethods.exp: Likewise.
17531 * gdb.stabs/weird.exp: Likewise.
17532 * gdb.xml/tdesc-regs.exp: Likewise.
17533
bd286a29
KCY
175342014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17535
17536 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17537 (out_cu): Use addr_len for the size of addresses.
17538 (out_line): Likewise. Size DW_LNE_set_address instruction
17539 according to addr_len.
17540 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17541 (FUNC): Add START_INSNS to definition.
17542
673dc4a0
YQ
175432014-10-18 Yao Qi <yao@codesourcery.com>
17544
17545 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17546 gdb_has_argv0 return true.
17547 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17548 check [target_info exists noargs], check [gdb_has_argv0]
17549 instead.
17550 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17551 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17552 procedures.
17553
4ffbba72
DE
175542014-10-17 Doug Evans <dje@google.com>
17555
17556 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17557 event.
17558 * gdb.python/py-events.py: Add clear_objfiles event.
17559
d096d8c1
DE
175602014-10-17 Doug Evans <dje@google.com>
17561
17562 * gdb.python/py-objfile.exp: Test progspace attribute.
17563
a80db015
LM
175642014-10-17 Luis Machado <lgustavo@codesourcery.com>
17565
17566 * gdb.guile/scm-breakpoint.exp: Do not assume any
17567 directory separators when matching source file paths.
17568 * gdb.python/py-breakpoint.exp: Likewise.
17569 * gdb.reverse/break-precsave.exp: Likewise.
17570 * gdb.reverse/break-reverse.exp: Likewise.
17571 * gdb.reverse/consecutive-precsave.exp: Likewise.
17572 * gdb.reverse/finish-precsave.exp: Likewise.
17573 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17574 * gdb.reverse/finish-reverse.exp: Likewise.
17575 * gdb.reverse/i386-precsave.exp: Likewise.
17576 * gdb.reverse/i387-env-reverse.exp: Likewise.
17577 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17578 * gdb.reverse/machinestate-precsave.exp: Likewise.
17579 * gdb.reverse/machinestate.exp: Likewise.
17580 * gdb.reverse/sigall-precsave.exp: Likewise.
17581 * gdb.reverse/solib-precsave.exp: Likewise.
17582 * gdb.reverse/step-precsave.exp: Likewise.
17583 * gdb.reverse/until-precsave.exp: Likewise.
17584 * gdb.reverse/watch-precsave.exp: Likewise.
17585 * gdb.reverse/watch-reverse.exp: Likewise.
17586
b22089ab
YQ
175872014-10-17 Yao Qi <yao@codesourcery.com>
17588
17589 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17590 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17591
6c4486e6
PA
175922014-10-17 Pedro Alves <palves@redhat.com>
17593
17594 PR gdb/17471
17595 * gdb.base/bg-execution-repeat.c: New file.
17596 * gdb.base/bg-execution-repeat.exp: New file.
17597
0ff33695
PA
175982014-10-17 Pedro Alves <palves@redhat.com>
17599
17600 PR gdb/17300
17601 * gdb.base/continue-all-already-running.c: New file.
17602 * gdb.base/continue-all-already-running.exp: New file.
17603
6fdebc3d
PA
176042014-10-17 Pedro Alves <palves@redhat.com>
17605
17606 PR gdb/17472
17607 * gdb.base/annota-input-while-running.c: New file.
17608 * gdb.base/annota-input-while-running.exp: New file.
17609
32a8097b
PA
176102014-10-17 Pedro Alves <palves@redhat.com>
17611
17612 * gdb.base/callfuncs.exp: emove references to osf.
17613 * gdb.base/sigall.exp: Likewise.
17614 * gdb.gdb/selftest.exp: Likewise.
17615 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17616 * gdb.mi/non-stop.c: Likewise.
17617 * gdb.mi/pthreads.c: Likewise.
17618 * gdb.reverse/sigall-precsave.exp: Likewise.
17619 * gdb.reverse/sigall-reverse.exp: Likewise.
17620 * gdb.threads/pthreads.c: Likewise.
17621 * gdb.threads/pthreads.exp: Likewise.
17622
7a3517ff
YQ
176232014-10-17 Yao Qi <yao@codesourcery.com>
17624
17625 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17626 check 'target_info exists noargs'.
17627 (test_command_prompt_position): Likewise.
17628 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17629 Remove "set args".
17630 (progvar_simple_while_test): Likewise.
17631 (progvar_complex_if_while_test): Likewise.
17632 (if_while_breakpoint_command_test): Likewise.
17633 (infrun_breakpoint_command_test): Likewise.
17634 (breakpoint_command_test): Likewise.
17635 (watchpoint_command_test): Likewise.
17636 (bp_deleted_in_command_test): Likewise.
17637 (temporary_breakpoint_commands): Likewise.
17638
bb99c472
YQ
176392014-10-16 Yao Qi <yao@codesourcery.com>
17640
17641 * gdb.base/remotetimeout.exp: Remove noargs checking.
17642
7c16b83e
PA
176432014-10-15 Pedro Alves <palves@redhat.com>
17644
17645 PR breakpoints/9649
17646 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17647 * gdb.base/breakpoint-in-ro-region.exp
17648 (probe_target_hardware_step): New procedure.
17649 (top level): Probe hardware stepping and hardware breakpoint
17650 support. Test stepping through a read-only region, with both
17651 "breakpoint auto-hw" on and off and both "always-inserted" on and
17652 off.
17653
35a49624
IB
176542014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17655
17656 * gdb.dlang/demangle.exp: Update for demangling changes.
17657
2d1c107c
SC
176582014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17659
17660 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17661 * gdb.cp/non-trivial-retval.exp: Add new tests.
17662
778811d5
SC
176632014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17664
17665 PR c++/13403
17666 PR c++/15154
17667 * gdb.cp/non-trivial-retval.cc: New file.
17668 * gdb.cp/non-trivial-retval.exp: New file.
17669
10c5f0a8
YQ
176702014-10-15 Yao Qi <yao@codesourcery.com>
17671
17672 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17673 remote host.
17674
65d7b369
YQ
176752014-10-15 Yao Qi <yao@codesourcery.com>
17676
17677 * gdb.python/py-symbol.exp: Match file base name if host is
17678 remote, otherwise match file name with dir name.
17679 * gdb.python/py-symtab.exp: Likewise.
17680 * gdb.python/python.exp: Likewise.
17681
46dc1394
YQ
176822014-10-15 Yao Qi <yao@codesourcery.com>
17683
17684 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17685 pattern.
17686 * gdb.python/py-symtab.exp: Likewise.
17687 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17688 locationn.
17689
c40cc657
JB
176902014-10-14 Joel Brobecker <brobecker@adacore.com>
17691
17692 * gdb.ada/addr_arith: New testcase.
17693
2abf49e1
MR
176942014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17695
17696 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17697 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17698 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17699 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17700
f7088df3
SDJ
177012014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17702
17703 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17704 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17705 * gdb.arch/stap-eval-lang-ada.exp: New file.
17706
4dc06805
YQ
177072014-10-14 Yao Qi <yao@codesourcery.com>
17708
17709 * gdb.mi/mi-var-child.c (nothing1): New function.
17710 (nothing2): New function.
17711 (do_children_tests): Set function pointers by nothing1 and
17712 nothing2.
17713 * gdb.mi/mi-var-child.exp: Step over new added statements.
17714 Update test to match the new output.
17715 * gdb.mi/var-cmd.c (nothing1): New function.
17716 (nothing2): New function.
17717 (do_children_tests): Set function pointers by nothing1 and
17718 nothing2.
17719 * gdb.mi/mi-var-display.exp: Update test to match output.
17720 Step to the line specified by $line_dct_nothing.
17721 Increase the number of lines to step.
17722
46a93de2
YQ
177232014-10-14 Yao Qi <yao@codesourcery.com>
17724
17725 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17726 tests.
17727 * gdb.mi/mi2-var-child.exp: Likewise.
17728
14ea52ee
DE
177292014-10-13 Doug Evans <dje@google.com>
17730
17731 * gdb.python/py-objfile.exp: Change name of file name test.
17732
e5c6e92b
DE
177332014-10-13 Doug Evans <dje@google.com>
17734
17735 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17736 from the start of the CU.
17737
c780cc2f
JK
177382014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17739 Yao Qi <yao@codesourcery.com>
17740
17741 Fix "save breakpoints" for "catch" command.
17742 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17743 Remove -nonewline. Match also the added "main" line.
17744
99894e11
JK
177452014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17746
17747 Fix "save breakpoints" for "disable $bpnum" command.
17748 * gdb.base/save-bp.c (main): Add label.
17749 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17750
6e1ac5a3
JK
177512014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17752
17753 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17754
754dd2b0
YQ
177552014-10-11 Yao Qi <yao@codesourcery.com>
17756
17757 * gdb.server/server-kill.exp: Execute command
17758 "set remote trace-status-packet on" before "tstatus".
17759
f90183d7
YQ
177602014-10-11 Yao Qi <yao@codesourcery.com>
17761
17762 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17763 (main): Call getppid.
17764 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17765 and continue to it. Read variable "server_pid".
17766
bf40a607
YQ
177672014-10-11 Yao Qi <yao@codesourcery.com>
17768
17769 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17770
052ca370
YQ
177712014-10-11 Yao Qi <yao@codesourcery.com>
17772
17773 * gdb.threads/thread-find.exp: Don't execute command
17774 "info threads".
17775 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17776 * gdb.threads/linux-dp.exp: Don't check the condition
17777 $threads_created equals to zero.
17778
3831839c
PA
177792014-10-10 Pedro Alves <palves@redhat.com>
17780
17781 * gdb.base/bigcore.exp: Remove references to IRIX.
17782 * gdb.base/funcargs.exp: Likewise.
17783 * gdb.base/interrupt.exp: Likewise.
17784 * gdb.base/mips_pro.exp: Likewise.
17785 * gdb.base/nodebug.exp: Likewise.
17786 * gdb.base/setvar.exp: Likewise.
17787 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17788
8b9a549d
PA
177892014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17790 Pedro Alves <palves@redhat.com>
17791
17792 PR symtab/14466
17793 * gdb.base/vdso-warning.c: New file.
17794 * gdb.base/vdso-warning.exp: New file.
17795
d48ba5e8
DE
177962014-10-02 Doug Evans <dje@google.com>
17797
17798 * gdb.base/structs.c (main): Don't run forever.
17799
2278c276
PA
178002014-10-02 Pedro Alves <palves@redhat.com>
17801
17802 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17803 (top level) <stop threads 1, stop threads 2>: Use it.
17804
b57bacec
PA
178052014-10-02 Pedro Alves <palves@redhat.com>
17806
17807 * gdb.threads/break-while-running.exp (test): Add new
17808 'update_thread_list' argument. Skip "info threads" if false.
17809 (top level): Add new 'update_thread_list' axis.
17810
13fd3ff3
PA
178112014-10-02 Pedro Alves <palves@redhat.com>
17812
17813 PR breakpoints/17431
17814 * gdb.base/execl-update-breakpoints.c: New file.
17815 * gdb.base/execl-update-breakpoints.exp: New file.
17816
0fec99e8
PA
178172014-10-01 Pedro Alves <palves@redhat.com>
17818
17819 * gdb.base/breakpoint-in-ro-region.c: New file.
17820 * gdb.base/breakpoint-in-ro-region.exp: New file.
17821
2ddf4301
SM
178222014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17823
17824 * gdb.mi/mi-exit-code.exp: New file.
17825 * gdb.mi/mi-exit-code.c: New file.
17826
6a5f3f43
YQ
178272014-09-30 Yao Qi <yao@codesourcery.com>
17828
17829 * lib/prelink-support.exp (build_executable_own_libs): Error if
17830 the target isn't native.
17831
345bcc73
YQ
178322014-09-30 Yao Qi <yao@codesourcery.com>
17833
17834 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17835 false.
17836
a25a5a45
PA
178372014-09-22 Pedro Alves <palves@redhat.com>
17838
17839 * gdb.threads/break-while-running.exp: New file.
17840 * gdb.threads/break-while-running.c: New file.
17841
00ba3162
YQ
178422014-09-19 Yao Qi <yao@codesourcery.com>
17843
17844 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17845 Invoke test. Restart GDB with --readnow and invoke test again.
17846
c3b7b696
YQ
178472014-09-19 Yao Qi <yao@codesourcery.com>
17848
17849 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17850 proc set_breakpoint_on_gcd_function. Invoke
17851 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17852 invoke set_breakpoint_on_gcd_function again.
17853
2b4fd423
DE
178542014-09-18 Doug Evans <dje@google.com>
17855
17856 * gdb.dwarf2/symtab-producer.exp: New file.
17857
a5947601
SDJ
178582014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17859
17860 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17861 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17862 * gdb.base/global-var-nested-by-dso.c: Likewise.
17863 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17864
91c19059
SDJ
178652014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17866 Pedro Alves <palves@redhat.com>
17867
17868 * gdb.base/watch-bitfields.exp: Pass string other than test file
17869 name to prepare_for_testing.
17870 (watch): New procedure.
17871 (expect_watchpoint): Use with_test_prefix.
17872 (top level): Factor out tests to ...
17873 (test_watch_location, test_regular_watch): ... these new
17874 procedures, and use with_test_prefix and gdb_continue_to_end.
17875
bb9d5f81
PP
178762014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17877
17878 PR breakpoints/12526
17879 * gdb.base/watch-bitfields.exp: New file.
17880 * gdb.base/watch-bitfields.c: New file.
17881
635856f5
PA
178822014-09-16 Pedro Alves <palves@redhat.com>
17883
17884 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17885 software and hardware addresses, not software address against
17886 itself.
17887
7280ceea
PA
178882014-09-16 Pedro Alves <palves@redhat.com>
17889
17890 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17891 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17892
428b16bd
PA
178932014-09-16 Pedro Alves <palves@redhat.com>
17894
17895 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17896 files.
17897 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17898 "*-*-vxworks*" throughout.
17899 * gdb.base/break.exp: Likewise.
17900 * gdb.base/default.exp: Likewise.
17901 * gdb.base/scope.exp: Likewise.
17902 * gdb.base/sepdebug.exp: Likewise.
17903 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17904 throughout.
17905 * gdb.base/run.c: Likewise.
17906 * gdb.base/sepdebug.c: Likewise.
17907 * gdb.hp/gdb.aCC/run.c: Likewise.
17908 * gdb.reverse/until-reverse.c: Likewise.
17909 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17910
666d413c
YQ
179112014-09-16 Yao Qi <yao@codesourcery.com>
17912
17913 * boards/local-remote-host-native.exp: New file.
17914
57cbd724
DE
179152014-09-14 Doug Evans <xdje42@gmail.com>
17916
17917 * gdb.threads/queue-signal.c (thread_count): New variable.
17918 (thread_count_mutex, thread_count_condvar): New variables.
17919 (incr_thread_count, wait_all_threads_running): New functions.
17920 (main): Wait for all threads to be in their thread functions.
17921
81219e53
DE
179222014-09-13 Doug Evans <xdje42@gmail.com>
17923
17924 * gdb.threads/queue-signal.c: New file.
17925 * gdb.threads/queue-signal.exp: New file.
17926
3714cea7
DE
179272014-09-13 Doug Evans <xdje42@gmail.com>
17928
17929 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17930 be consistent with what default_gdb_init uses.
17931 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17932 the plain text of the prompt. Add some logging printfs.
17933 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17934
fa43b1d7
PA
179352014-09-12 Pedro Alves <palves@redhat.com>
17936
17937 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17938 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17939 * gdb.arch/i386-size-overlap.exp: Likewise.
17940 * gdb.arch/i386-size.exp: Likewise.
17941 * gdb.arch/i386-unwind.exp: Likewise.
17942 * gdb.base/a2-run.exp: Likewise.
17943 * gdb.base/break.exp: Likewise.
17944 * gdb.base/charset.exp: Likewise.
17945 * gdb.base/chng-syms.exp: Likewise.
17946 * gdb.base/commands.exp: Likewise.
17947 * gdb.base/dbx.exp: Likewise.
17948 * gdb.base/find.exp: Likewise.
17949 * gdb.base/funcargs.exp: Likewise.
17950 * gdb.base/jit-simple.exp: Likewise.
17951 * gdb.base/reread.exp: Likewise.
17952 * gdb.base/sepdebug.exp: Likewise.
17953 * gdb.base/step-bt.exp: Likewise.
17954 * gdb.cp/mb-inline.exp: Likewise.
17955 * gdb.cp/mb-templates.exp: Likewise.
17956 * gdb.objc/basicclass.exp: Likewise.
17957 * gdb.threads/killed.exp: Likewise.
17958
9d9bf2df
EBM
179592014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17960
17961 PR tdep/17379
17962 * gdb.arch/powerpc-stackless.S: New file.
17963 * gdb.arch/powerpc-stackless.exp: New file.
17964
1cf2f1b0
JK
179652014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17966
17967 * gdb.base/attach.c: Include unistd.h.
17968 (main): Call alarm. Add label postloop.
17969 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17970 gdb_breakpoint, gdb_continue_to_breakpoint.
17971 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17972
98880d46
PA
179732014-09-11 Pedro Alves <palves@redhat.com>
17974
17975 PR gdb/17347
17976 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17977 * gdb.base/attach.exp (test_command_line_attach_run): New
17978 procedure.
17979 (top level): Call it.
17980
4c92ff2c
PA
179812014-09-11 Pedro Alves <palves@redhat.com>
17982
17983 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17984 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17985 (do_command_attach_tests): Use spawn_wait_for_attach.
17986 * gdb.base/solib-overlap.exp: Likewise.
17987 * gdb.multi/multi-attach.exp: Likewise.
17988 * gdb.python/py-prompt.exp: Likewise.
17989 * gdb.python/py-sync-interp.exp: Likewise.
17990 * gdb.server/ext-attach.exp: Likewise.
17991
3adc1a7d
GKB
179922014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17993
17994 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17995 command in testcase. Simplify testcase.
17996
96334934
JB
179972014-09-10 Joel Brobecker <brobecker@adacore.com>
17998
17999 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18000
eb479039
JB
180012014-09-10 Joel Brobecker <brobecker@adacore.com>
18002
18003 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18004
deede10c
JB
180052014-09-10 Joel Brobecker <brobecker@adacore.com>
18006
18007 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18008
7828a5f5
JB
180092014-09-10 Joel Brobecker <brobecker@adacore.com>
18010
18011 * gdb.dwarf2/dynarr-ptr.c: New file.
18012 * gdb.dwarf2/dynarr-ptr.exp: New file.
18013
33aeebcf
MR
180142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18015
18016 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18017 of 30 rather than hardcoding 120 for a slow test case. Take the
18018 `gdb,timeout' target setting into account for this calculation.
18019 Don't extend the timeout for the test cases that don't need it.
18020
7b415901
MR
180212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18022
18023 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18024 a factor of 2 for a slow test case. Take the `gdb,timeout'
18025 target setting into account for this calculation.
18026 * gdb.reverse/until-precsave.exp: Increase the timeout by
18027 a factor of 15 and 3 respectively rather than adding 120
18028 for a pair of slow test cases. Take the `gdb,timeout'
18029 target setting into account for this calculation.
18030
4a40f85a
MR
180312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18032
18033 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18034 timeout, don't pass one down to gdb_expect.
18035 (gdb_expect): Rework timeout selection.
18036
09635af7
MR
180372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18038
18039 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18040 exception on timeout.
18041 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18042 (gdbserver_start_extended): Catch any `gdbserver_start' error
18043 exceptions.
18044 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18045 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18046 `gdbserver_gdb_load' error exceptions.
18047
2bdd10b7
MR
180482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18049
18050 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18051 120 on waiting for the TCP socket to open.
18052
316935f0
DE
180532014-09-09 Doug Evans <xdje42@gmail.com>
18054
18055 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18056 _caller_matches, _any_caller_is, _any_caller_matches.
18057
83740597
DE
180582014-09-09 Doug Evans <xdje42@gmail.com>
18059
18060 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18061
4c122fc3
YQ
180622014-09-09 Yao Qi <yao@codesourcery.com>
18063
18064 * gdb.mi/mi-var-display.exp: Set print symbol off.
18065
a9f116cb
GKB
180662014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18067
18068 PR gdb/17035
18069 * gdb.base/commands.exp: Add tests to verify user-defined
18070 commands with empty bodies.
18071 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18072 python commands in `show user command`.
18073 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18074 scheme commands in `show user command`.
18075
c75bd3a2
JK
180762014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18077
18078 PR python/17355
18079 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18080 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18081 * gdb.python/py-framefilter-invalidarg.exp: New file.
18082 * gdb.python/py-framefilter-invalidarg.py: New file.
18083
faa42425
DE
180842014-09-06 Doug Evans <xdje42@gmail.com>
18085
18086 PR 15276
18087 * gdb.python/py-caller-is.c: New file.
18088 * gdb.python/py-caller-is.exp: New file.
18089
474ca4f6
SDJ
180902014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18091
18092 PR gdb/17235
18093 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18094 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18095
eb0b0463
SDJ
180962014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18097
18098 PR fortran/17237
18099 * gdb.fortran/print-formatted.exp: New file.
18100 * gdb.fortran/print-formatted.f90: Likewise.
18101
5f3b99cf
SS
181022014-09-03 Sasha Smundak <asmundak@google.com>
18103
18104 * gdb.python/py-frame.exp: Test Frame.read_register.
18105
7d793aa9
SDJ
181062014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18107
18108 PR python/16699
18109 * gdb.python/py-completion.exp: New file.
18110 * gdb.python/py-completion.py: Likewise.
18111
fb0576e9
DE
181122014-08-28 Doug Evans <dje@google.com>
18113
18114 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18115 eax,etc. are live with values set by gdb and thus the compiler can't
18116 use them.
18117 * gdb.arch/i386-pseudo.c (main): Ditto.
18118
ee92b0dd
DE
181192014-08-27 Doug Evans <dje@google.com>
18120
18121 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18122
6649db35
DE
181232014-08-25 Doug Evans <dje@google.com>
18124
18125 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18126 (main): Ditto.
18127
564b7600
DE
181282014-08-25 Doug Evans <dje@google.com>
18129
18130 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18131
3881fb67
YQ
181322014-08-24 Yao Qi <yao@codesourcery.com>
18133
18134 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18135 symbol off.
18136 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18137
a05a36a5
DE
181382014-08-22 Doug Evans <dje@google.com>
18139
18140 PR 17276
18141 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18142 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18143 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18144
7c343b48
YQ
181452014-08-22 Yao Qi <yao@codesourcery.com>
18146
18147 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18148 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18149 * gdb.python/python.exp: Likewise. Use .py file on the host
18150 instead of the build.
18151
22fd09ae
JK
181522014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18153
18154 * gdb.threads/gcore-stale-thread.c: New file.
18155 * gdb.threads/gcore-stale-thread.exp: New file.
18156
a8454a7c
PA
181572014-08-21 Pedro Alves <palves@redhat.com>
18158
18159 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18160 * gdb.base/gcore-relro-pie.exp: Likewise.
18161 * gdb.base/gcore-relro.exp: Likewise.
18162 * gdb.base/gcore.exp: Likewise.
18163 * gdb.base/print-symbol-loading.exp: Likewise.
18164 * gdb.threads/gcore-thread.exp: Likewise.
18165 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18166
2a31c623
PA
181672014-08-20 Pedro Alves <palves@redhat.com>
18168 Jan Kratochvil <jan.kratochvil@redhat.com>
18169
18170 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18171 configure.
18172 (EXPECT): Handle READ1 being set.
18173 (all): Depend on EXTRA_RULES.
18174 (check-read1, expect-read1, read1.so, read1): New rules.
18175 * README (Testsuite Parameters): Document the READ1 make variable.
18176 (Race detection): New section.
18177 * configure: Regenerate.
18178 * configure.ac: If build==host==target, and running under a
18179 GNU/glibc system, add read1 to the extra Makefile rules.
18180 (EXTRA_RULES): AC_SUBST it.
18181 * lib/read1.c: New file.
18182
d36430db
JB
181832014-08-20 Joel Brobecker <brobecker@adacore.com>
18184
18185 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18186 the handling of variables declared as a typedef to an array
18187 which a DW_AT_data_location attribute.
18188
9a0dc9e3
PA
181892014-08-19 Andrew Burgess <aburgess@broadcom.com>
18190 Pedro Alves <palves@redhat.com>
18191
18192 PR symtab/14604
18193 PR symtab/14605
18194 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18195 gdb_test.
18196
0718a8da
PA
181972014-08-19 Pedro Alves <palves@redhat.com>
18198
18199 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18200
13b448cd
YQ
182012014-08-19 Yao Qi <yao@codesourcery.com>
18202
18203 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18204 right line.
18205
1cbf5077
DB
182062014-08-18 David Blaikie <dblaikie@gmail.com>
18207
18208 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18209
bf0fae19
JB
182102014-08-18 Joel Brobecker <brobecker@adacore.com>
18211
18212 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18213 attribute in array range.
18214
3c8c5dcc
JB
182152014-08-18 Joel Brobecker <brobecker@adacore.com>
18216
18217 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18218
e66d4446
SC
182192014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18220
18221 PR c++/17132
18222 * gdb.cp/pr17132.cc: New file.
18223 * gdb.cp/pr17132.exp: New file.
18224
940df408
SC
182252014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18226
18227 * gdb.python/py-xmethods.py (A_getarrayind)
18228 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18229 Use 'print' with function call syntax.
18230 (E_method_matcher.match): Fix tab vs space indentation mixup.
18231
ebcc6c3a
YQ
182322014-08-15 Yao Qi <yao@codesourcery.com>
18233
18234 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18235 false.
18236
775e0f04
YQ
182372014-08-15 Yao Qi <yao@codesourcery.com>
18238
18239 * gdb.cp/casts.exp: Set print symbol off.
18240 * gdb.cp/class2.exp: Likewise.
18241 * gdb.cp/overload.exp: Likewise.
18242 * gdb.cp/templates.exp: Likewise.
18243
d769e349
DE
182442014-08-11 Doug Evans <dje@google.com>
18245
18246 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18247 (test_load_shlib): Update.
18248
20c6f1e1
YQ
182492014-08-09 Yao Qi <yao@codesourcery.com>
18250
18251 * gdb.base/display.exp: Invoke is_address_zero_readable.
18252 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18253 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18254 * gdb.base/hbreak-unmapped.exp: Return if
18255 is_address_zero_readable returns true.
18256 * gdb.base/signest.exp: Likewise.
18257 * gdb.base/signull.exp: Likewise.
18258 * gdb.base/sigbpt.exp: Likewise.
18259 * gdb.guile/scm-disasm.exp: Do the test if
18260 is_address_zero_readable returns false.
18261 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18262 * gdb.python/py-arch.exp: Likewise.
18263 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18264 * lib/gdb.exp (is_address_zero_readable): New proc.
18265
5792e8e3
YQ
182662014-08-09 Yao Qi <yao@codesourcery.com>
18267
18268 PR testsuite/13443
18269 * gdb.mi/mi-var-display.exp: Make test messages unique.
18270
3cecbbbe
TT
182712014-08-04 Tom Tromey <tromey@redhat.com>
18272
18273 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18274 target 0".
18275
00b51ff5
TT
182762014-08-04 Tom Tromey <tromey@redhat.com>
18277
18278 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18279 "target_resume".
18280
6908c509
JB
182812014-08-01 Joel Brobecker <brobecker@adacore.com>
18282
18283 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18284 inner_vla_struct_object_size.
18285 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18286 as xfail.
18287
cc6563d2
PA
182882014-07-30 Pedro Alves <palves@redhat.com>
18289
18290 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18291 comment.
18292
7e09a223
YQ
182932014-07-29 Yao Qi <yao@codesourcery.com>
18294
18295 PR gdb/17206
18296 * gdb.base/until-nodebug.exp: New.
18297
7ebdbe92
DE
182982014-07-28 Doug Evans <xdje42@gmail.com>
18299
18300 PR guile/17203
18301 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18302 previously existing parameter, and previously ambiguously spelled
18303 parameter.
18304
fdb1adc6
WN
183052014-07-28 Will Newton <will.newton@linaro.org>
18306
18307 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18308
186fcde0
DE
183092014-07-26 Ludovic Courtès <ludo@gnu.org>
18310 Doug Evans <xdje42@gmail.com>
18311
18312 PR guile/17146
18313 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18314
70509625
PA
183152014-07-25 Pedro Alves <palves@redhat.com>
18316
18317 * gdb.threads/signal-command-handle-nopass.c: New file.
18318 * gdb.threads/signal-command-handle-nopass.exp: New file.
18319 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18320 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18321 * gdb.threads/signal-delivered-right-thread.c: New file.
18322 * gdb.threads/signal-delivered-right-thread.exp: New file.
18323
c3f814a1
PA
183242014-07-25 Pedro Alves <palves@redhat.com>
18325
18326 * gdb.base/double-prompt-target-event-error.exp
18327 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18328 match.
18329 (cancel_pagination_in_target_event): Rework double prompt
18330 detection.
18331 * gdb.base/paginate-after-ctrl-c-running.exp
18332 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18333 <return>' match.
18334 * gdb.base/paginate-bg-execution.exp
18335 (test_bg_execution_pagination_return)
18336 (test_bg_execution_pagination_cancel): Remove '-notransfer
18337 <return>' matches.
18338 * gdb.base/paginate-execution-startup.exp
18339 (test_fg_execution_pagination_return)
18340 (test_fg_execution_pagination_cancel): Remove '-notransfer
18341 <return>' matches.
18342 * gdb.base/paginate-inferior-exit.exp
18343 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18344 match.
18345 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18346 * lib/gdb.exp (pagination_prompt): Run text through
18347 string_to_regexp.
18348 (gdb_test_multiple): Match $pagination_prompt instead of
18349 "<return>".
18350 (string_to_regexp): Move to lib/gdb-utils.exp.
18351
e214cf6c
JK
183522014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18353
18354 * gdb.arch/amd64-entry-value-paramref.S: New file.
18355 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18356 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18357 * gdb.arch/amd64-optimout-repeat.S: New file.
18358 * gdb.arch/amd64-optimout-repeat.c: New file.
18359 * gdb.arch/amd64-optimout-repeat.exp: New file.
18360
17d0c5c8
JK
183612014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18362
18363 PR gdb/17170
18364 * gdb.base/statistics.exp: New file.
18365
b8b8facf
DE
183662014-07-17 Doug Evans <dje@google.com>
18367
74b49205 18368 PR gdb/17170
b8b8facf
DE
18369 * gdb.base/maint.exp: Update testing of per-command stats.
18370
1b5d0ab3
PA
183712014-07-16 Pedro Alves <palves@redhat.com>
18372
18373 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18374 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18375 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18376 (tfile_write_buf): New functions.
18377 (add_memory_block): Rewrite using the above.
18378 (adjust_function_address): New function.
18379 (FUNCTION_ADDRESS): New macro.
18380 (write_basic_trace_file): Remove short_x local, and use
18381 tfile_write_16. Change type of func_addr local to unsigned long
18382 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18383 here. Cast argument of add_memory_block to char pointer.
18384 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18385 (main): Remove parameters.
18386 * gdb.trace/tfile.exp: Remove nowarnings.
18387
4d974e88
SM
183882014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18389
18390 * gdb.base/debug-expr.exp: Test string evaluation with
18391 "debug expression" on.
18392
41e99568
PA
183932014-07-15 Pedro Alves <palves@redhat.com>
18394
18395 * gdb.base/reread.exp: Use clean_restart.
18396
487d9753
PL
183972014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18398
18399 * gdb.arch/avr-flash-qualifer.c: New.
18400 * gdb.arch/avr-flash-qualifer.exp: New.
18401
cc1c52ad
PA
184022014-07-14 Pedro Alves <palves@redhat.com>
18403
18404 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18405 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18406
1e973570
PA
184072014-07-14 Pedro Alves <palves@redhat.com>
18408
18409 * gdb.base/double-prompt-target-event-error.c: New file.
18410 * gdb.base/double-prompt-target-event-error.exp: New file.
18411
93d6eb10
PA
184122014-07-14 Pedro Alves <palves@redhat.com>
18413
18414 PR gdb/17072
18415 * gdb.base/paginate-inferior-exit.c: New file.
18416 * gdb.base/paginate-inferior-exit.exp: New file.
18417
0017922d
PA
184182014-07-14 Pedro Alves <palves@redhat.com>
18419
18420 PR gdb/17072
18421 * gdb.base/paginate-bg-execution.c: New file.
18422 * gdb.base/paginate-bg-execution.exp: New file.
18423
94696ad3
PA
184242014-07-14 Pedro Alves <palves@redhat.com>
18425
18426 PR gdb/17072
18427 * gdb.base/paginate-execution-startup.c: New file.
18428 * gdb.base/paginate-execution-startup.exp: New file.
18429 * lib/gdb.exp (pagination_prompt): New global.
18430 (default_gdb_spawn): New procedure, factored out from
18431 default_gdb_spawn.
18432 (default_gdb_start): Adjust to call default_gdb_spawn.
18433 (gdb_spawn): New procedure.
18434
bd293940
PA
184352014-07-14 Pedro Alves <palves@redhat.com>
18436
18437 * lib/gdb.exp (gdb_assert): New procedure.
18438 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18439
c933f875
PA
184402014-07-14 Pedro Alves <palves@redhat.com>
18441
18442 * gdb.base/execution-termios.c: New file.
18443 * gdb.base/execution-termios.exp: New file.
18444
d98b7a16
TT
184452014-07-14 Tom Tromey <tromey@redhat.com>
18446
18447 * gdb.cp/vla-cxx.cc: New file.
18448 * gdb.cp/vla-cxx.exp: New file.
18449
548740d6
TT
184502014-07-14 Tom Tromey <tromey@redhat.com>
18451
18452 * gdb.reverse/rerun-prec.c: New file.
18453 * gdb.reverse/rerun-prec.exp: New file.
18454
a25eb028
MR
184552014-07-12 Maciej W. Rozycki <macro@mips.com>
18456 Maciej W. Rozycki <macro@codesourcery.com>
18457
18458 * lib/gdb-utils.exp: New file.
18459 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18460 inline `gdb_init_command' processing.
18461 (gdb_start_cmd): Likewise.
18462 * lib/mi-support.exp (mi_run_cmd): Likewise.
18463 * README: Document `gdb_init_command' and `gdb_init_commands'.
18464
218c2655
JK
184652014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18466
18467 Fix false FAIL running under a very long directory name.
18468 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18469 and "set print elements 10000". Twice.
18470
5401fde3
YQ
184712014-07-11 Yao Qi <yao@codesourcery.com>
18472
18473 * gdb.base/exprs.exp: "set print symbol off".
18474
e76126e8
PA
184752014-07-11 Pedro Alves <palves@redhat.com>
18476
18477 * gdb.threads/kill.c: New file.
18478 * gdb.threads/kill.exp: New file.
18479
2d6f0de6
YQ
184802014-07-10 Yao Qi <yao@codesourcery.com>
18481
18482 * gdb.trace/tfile.c (write_basic_trace_file)
18483 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18484 address written to trace file.
18485
7180e04a
PA
184862014-07-09 Pedro Alves <palves@redhat.com>
18487
18488 * gdb.base/attach-wait-input.exp: New file.
18489 * gdb.base/attach-wait-input.c: New file.
18490
9a9a7608
AB
184912014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18492
18493 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18494 setting up test structures.
18495 (main): Call new test function.
18496 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18497 test function, continue into test function and walk test
18498 structures.
18499
161ac41e
YQ
185002014-07-02 Yao Qi <yao@codesourcery.com>
18501
18502 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18503 'bar_start' at the beginning of functions 'foo' and 'bar'
18504 respectively.
18505 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18506 instead of 'foo' and 'bar'.
18507
1f267ae3
MM
185082014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18509
18510 * gdb.btrace/segv.exp: New.
18511 * gdb.btrace/segv.c: New.
18512
2b239efb
LM
185132014-07-02 Luis Machado <lgustavo@codesourcery.com>
18514
18515 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18516 instruction.
18517
cf363f18
MW
185182014-06-30 Mark Wielaard <mjw@redhat.com>
18519
18520 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18521 vulture, vilify, villar): New volatile array constants.
18522 (vindictive, vegetation): New const volatile array constants.
18523 * gdb.base/volatile.exp: Test volatile and const volatile array
18524 types.
18525
aebf9d24
AA
185262014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18527
18528 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18529 target lacks support for awatch, rwatch, or hbreak.
18530
b67a2c6f
YQ
185312014-06-27 Yao Qi <yao@codesourcery.com>
18532
18533 * gdb.multi/dummy-frame-restore.exp: New.
18534 * gdb.multi/dummy-frame-restore.c: New.
18535
aef92902
MM
185362014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18537
18538 * gdb.btrace/gcore.exp: New.
18539
8e9db26e
PA
185402014-06-23 Pedro Alves <palves@redhat.com>
18541
18542 * gdb.base/watchpoint-reuse-slot.c: New file.
18543 * gdb.base/watchpoint-reuse-slot.exp: New file.
18544
70afc5b7
SC
185452014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18546
18547 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18548 progspace's filename in 'info', 'enable' and 'disable' command
18549 tests.
18550
b972bd9c
JK
185512014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18552
18553 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18554 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18555 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18556
125f8a3d
GB
185572014-06-20 Gary Benson <gbenson@redhat.com>
18558
18559 * gdb.arch/i386-avx.exp: Fix include file location.
18560 * gdb.arch/i386-sse.exp: Likewise.
18561
3ed9baed
IB
185622014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18563
18564 * gdb.dlang/expression.exp: New file.
18565
034f788c
PA
185662014-06-19 Pedro Alves <palves@redhat.com>
18567
18568 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18569 out from ...
18570 (top level): ... here. Iterate running tests under different
18571 scheduler-locking settings.
18572
45371d0c
LM
185732014-06-18 Luis Machado <lgustavo@codesourcery.com>
18574
18575 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18576 to DW_FORM_addr and use non-zero addresses.
18577
5d376983
SC
185782014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18579
18580 PR gdb/17017
18581 * gdb.python/py-xmethods.cc: Add global function call counters and
18582 increment them in their respective functions. Remove "cout"
18583 statements.
18584 * gdb.python/py-xmethods.exp: Make tests check the global function
18585 call counters instead of depending on inferior IO.
18586
a1aa2221
LM
185872014-06-18 Don Breazeal <donb@codesourcery.com>
18588
18589 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18590 Deleted procedure.
18591 (explicit_fork_parent_follow): Deleted procedure.
18592 (explicit_fork_child_follow): Deleted procedure.
18593 (test_follow_fork): New procedure.
18594 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18595 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18596 procedure calls.
18597
0fc05997
YQ
185982014-06-17 Yao Qi <yao@codesourcery.com>
18599
18600 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18601 CP1252.
18602
70795c52
LM
186032014-06-17 Luis Machado <lgustavo@codesourcery.com>
18604
18605 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18606 Initialize ptr and S explicitly.
18607 (skip_type_update_when_not_use_rtti_test): Likewise.
18608
6be47f0c
KS
186092014-06-16 Keith Seitz <keiths@redhat.com>
18610
18611 PR mi/15863
18612 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18613 the inferior is started.
18614
d03de421
PA
186152014-06-16 Pedro Alves <palves@redhat.com>
18616
18617 * gdb.base/break-main-file-remove-fail.c: New file.
18618 * gdb.base/break-main-file-remove-fail.exp: New file.
18619 * gdb.base/break-unload-file.exp: Use build_executable instead of
18620 prepare_for_testing.
18621 (test_break): New parameter "initial_load". Handle it.
18622 (top level): Add initial_load cmdline/file axis.
18623
f9579b99
TT
186242014-06-12 Tom Tromey <tromey@redhat.com>
18625
18626 * gdb.base/completion.exp: Don't use directory name in test.
18627
3657956b
GB
186282014-06-09 Gary Benson <gbenson@redhat.com>
18629
18630 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18631 separate the always-available ANSI-standard signals from the
18632 signals that require checking.
18633 (main): Likewise.
18634 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18635 Likewise.
18636 (main): Likewise.
18637
4186eb54
KS
186382014-06-07 Keith Seitz <keiths@redhat.com>
18639
18640 Revert:
18641 PR c++/16253
18642 * gdb.cp/var-tag.cc: New file.
18643 * gdb.cp/var-tag.exp: New file.
18644 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18645 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18646 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18647 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18648
25326a28 186492014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18650
18651 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18652
829155c9
PA
186532014-06-06 Pedro Alves <palves@redhat.com>
18654
18655 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18656 in target debug output instead of looking at RSP packets,
18657 disabling the test on any target that uses hardware stepping.
18658 Update comments.
18659
61c8d22e
PA
186602014-06-06 Pedro Alves <palves@redhat.com>
18661
18662 * gdb.base/break-unload-file.exp: Fix typo.
18663
d9a47287
YQ
186642014-06-06 Yao Qi <yao@codesourcery.com>
18665
18666 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18667 from "jit_function" to "^jit_function".
18668
e5e01dbf
YQ
186692014-06-06 Yao Qi <yao@codesourcery.com>
18670
18671 * gdb.base/async.c (foo): Add one statement.
18672 * gdb.base/async.exp: Get the next instruction address and
18673 match the output of "nexti" by instruction address. Match
18674 the hex address in the output of "finish".
18675
73ba372c
GB
186762014-06-06 Gary Benson <gbenson@redhat.com>
18677
18678 * gdb.base/call-signals.c: Remove preprocessor conditionals
18679 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18680 SIGSEGV and SIGTERM.
18681 * gdb.base/sigall.c: Likewise.
18682 * gdb.base/unwindonsignal.c: Likewise.
18683 * gdb.reverse/sigall-reverse.c: Likewise.
18684
831517df
YQ
186852014-06-06 Yao Qi <yao@codesourcery.com>
18686
18687 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18688 readable, skip the test.
18689
b8b91e98
YQ
186902014-06-06 Yao Qi <yao@codesourcery.com>
18691
18692 * gdb.threads/staticthreads.c (thread_function): Move the line
18693 setting breakpoint on forward.
18694 * gdb.threads/staticthreads.exp: Update comments.
18695
fb934770
LC
186962014-06-05 Ludovic Courtès <ludo@gnu.org>
18697
18698 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18699 "history-append! type error".
18700
6ef284bd
SM
187012014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18702
18703 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18704 erroneous dprintf expected input.
18705
a872e241
DE
187062014-06-04 Doug Evans <xdje42@gmail.com>
18707
18708 * gdb.guile/scm-generics.exp: Delete.
18709
16f691fb
DE
187102014-06-04 Doug Evans <xdje42@gmail.com>
18711
18712 * gdb.guile/scm-breakpoint.exp: Update.
18713 Add tests for breakpoint registration.
18714
012370f6
TT
187152014-06-04 Tom Tromey <tromey@redhat.com>
18716
18717 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18718 VLA-in-union.
18719 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18720 inner_vla_struct, vla_union types. Initialize objects of those
18721 types and compute their sizes.
18722
9f5a4cef
HZ
187232014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18724 Hui Zhu <hui@codesourcery.com>
18725
18726 * gdb.base/fileio.exp: Add test for shell not available as well as
18727 available.
18728 * gdb.base/fileio.c (test_system): Check for shell twice.
18729
90a45c4d
YQ
187302014-06-04 Yao Qi <yao@codesourcery.com>
18731
18732 * gdb.base/auto-connect-native-target.exp: Remove redundant
18733 space from the regexp pattern.
18734
70017e41
YQ
187352014-06-04 Yao Qi <yao@codesourcery.com>
18736
18737 * gdb.base/default.exp: Replace "child" with "native" in
18738 regexp pattern.
18739
883964a7
SC
187402014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18741
18742 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18743 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18744 * gdb.python/py-xmethods.py: Python script supporting the
18745 new testcase and tests.
18746
ef370185
JB
187472014-06-03 Joel Brobecker <brobecker@adacore.com>
18748 Pedro Alves <palves@redhat.com>
18749
18750 PR breakpoints/17000
18751 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18752 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18753
1e2ccb61
BM
187542014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18755
18756 * gdb.base/subst.exp: Add tests to verify partial path matching
18757 output.
18758
c6ec5ab2
PA
187592014-06-03 Pedro Alves <palves@redhat.com>
18760
18761 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18762 target that doesn't use software single-stepping.
18763
835c559f
PA
187642014-06-03 Pedro Alves <palves@redhat.com>
18765
18766 PR breakpoints/17000
18767 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18768 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18769
06eb1586
DE
187702014-06-02 Doug Evans <xdje42@gmail.com>
18771
18772 * gdb.guile/scm-parameter.exp: New file.
18773
e698b8c4
DE
187742014-06-02 Doug Evans <xdje42@gmail.com>
18775
18776 * gdb.guile/scm-cmd.c: New file.
18777 * gdb.guile/scm-cmd.exp: New file.
18778
ded03782
DE
187792014-06-02 Doug Evans <xdje42@gmail.com>
18780
18781 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18782 pretty-printer lookup.
18783 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18784 (make-pp_s-printer): Call it.
18785 (make-pretty-printer-from-dict): New function.
18786 (lookup-pretty-printer-maker-from-dict): New function.
18787 (*pretty-printer*): Simplify.
18788 (make-objfile-pp_s-printer): New function.
18789 (install-objfile-pretty-printers!): New function.
18790 (make-progspace-pp_s-printer): New function.
18791 (install-progspace-pretty-printers!): New function.
18792 * gdb.guile/scm-progspace.c: New file.
18793 * gdb.guile/scm-progspace.exp: New file.
18794
41fac0cf
PA
187952014-06-02 Pedro Alves <palves@redhat.com>
18796
18797 * gdb.base/dprintf-bp-same-addr.c: New file.
18798 * gdb.base/dprintf-bp-same-addr.exp: New file.
18799
96ae5695
EBM
188002014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18801
18802 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18803 * gdb.arch/powerpc-power.s: Likewise.
18804
da02b3a8
JB
188052014-06-02 Joel Brobecker <brobecker@adacore.com>
18806
18807 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18808
c72b2e7b
YQ
188092014-06-01 Yao Qi <yao@codesourcery.com>
18810
18811 * gdb.base/watchpoint.exp (test_watch_location): Check null
18812 pointer can be dereferenced. If not, do the test, otherwise
18813 skip it.
18814
53e8a631
AB
188152014-05-30 Andrew Burgess <aburgess@broadcom.com>
18816
18817 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18818 results.
18819 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18820
938f0e2f
AB
188212014-05-30 Andrew Burgess <aburgess@broadcom.com>
18822
18823 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18824 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18825 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18826 * gdb.arch/amd64-invalid-stack-top.c: New file.
18827 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18828
9ba6657a
PA
188292014-05-30 Pedro Alves <palves@redhat.com>
18830
18831 PR breakpoints/17000
18832 * gdb.base/sss-bp-on-user-bp.c: New file.
18833 * gdb.base/sss-bp-on-user-bp.exp: New file.
18834
522c09bf
DB
188352014-05-30 David Blaikie <dblaikie@gmail.com>
18836
18837 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18838 gnu_inline semantics via attribute.
18839 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18840 source explicitly specifies the required semantics.
18841
bf4ef81e
MR
188422014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18843
18844 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18845
329ea579
PA
188462014-05-29 Pedro Alves <palves@redhat.com>
18847 Tom Tromey <tromey@redhat.com>
18848
18849 * gdb.base/async-shell.exp: Don't enable target-async.
18850 * gdb.base/async.exp
18851 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18852 parameter. Adjust.
18853 (top level): Don't test with "target-async".
18854 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18855 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18856 * gdb.base/inferior-died.exp: Don't enable target-async.
18857 * gdb.base/interrupt-noterm.exp: Likewise.
18858 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18859 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18860 * gdb.mi/mi-nonstop.exp: Likewise.
18861 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18862 * gdb.mi/mi-nsintrall.exp: Likewise.
18863 * gdb.mi/mi-nsmoribund.exp: Likewise.
18864 * gdb.mi/mi-nsthrexec.exp: Likewise.
18865 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18866 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18867 * gdb.python/py-evsignal.exp: Don't enable target-async.
18868 * gdb.python/py-evthreads.exp: Likewise.
18869 * gdb.python/py-prompt.exp: Likewise.
18870 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18871 * gdb.server/solib-list.exp: Don't enable target-async.
18872 * gdb.threads/thread-specific-bp.exp: Likewise.
18873 * lib/mi-support.exp: Adjust to use mi-async.
18874
fd664c91
PA
188752014-05-29 Pedro Alves <palves@redhat.com>
18876
18877 PR gdb/13860
18878 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18879 reason, even in sync mode.
18880
251bde03
PA
188812014-05-29 Pedro Alves <palves@redhat.com>
18882 Hui Zhu <hui@codesourcery.com>
18883
18884 PR PR15693
18885 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18886 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18887 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18888 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18889
7f3c0343
JB
188902014-05-28 Joel Brobecker <brobecker@adacore.com>
18891
18892 * config/monitor.exp (gdb_target_monitor): Replace use of
18893 "set remotebaud" by "set serial baud".
18894
b2715b27
AW
188952014-05-26 Andy Wingo <wingo@igalia.com>
18896
18897 * gdb.guile/scm-breakpoint.exp:
18898 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18899 properties instead of gdb-object-properties.
18900
498a4489
YQ
189012014-05-26 Yao Qi <yao@codesourcery.com>
18902
18903 * gdb.server/no-thread-db.exp: Specify source file name
18904 explicitly when setting a breakpoint.
18905
589fdceb
MM
189062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18907
18908 * gdb.btrace/vdso.c: New.
18909 * gdb.btrace/vdso.exp: New.
18910
e9089e05
MM
189112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18912
18913 * gdb.base/gcore.exp (capture_command_output): Move ...
18914 * lib/gdb.exp (capture_command_output): ... here.
18915
67b5c0c1
MM
189162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18917
18918 * gdb.btrace/data.exp: Test memory access during btrace replay.
18919
a2199296
SM
189202014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18921
18922 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18923
17b2616c
PA
189242014-05-21 Pedro Alves <palves@redhat.com>
18925
18926 PR gdb/13860
18927 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18928 (top level): Test that output related to execution commands is
18929 sent to the console with CLI commands, but not with MI commands.
18930 Test that breakpoint events are always mirrored to the console.
18931 Also expect the new source line to be output after a "next" in
18932 async mode too. Make it a pass/fail test.
18933 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18934 output.
18935 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18936
5166082f
PA
189372014-05-21 Pedro Alves <palves@redhat.com>
18938
18939 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18940 Use them to test variations of "list" after reaching a breakpoint.
18941 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18942 Test "list" with listsize 10 after reaching a breakpoint.
18943 * gdb.python/python.exp (decode_line current location line
18944 number): Adjust expected line number.
18945
2f25d70f
SM
189462014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18947
18948 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18949 behavior for $args, pass it directly to "run".
18950
ff604a67
MR
189512014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18952
18953 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18954 30000 to 65536.
18955
6a3cb8e8
PA
189562014-05-21 Pedro Alves <palves@redhat.com>
18957
18958 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18959 auto-connect-native-target off".
18960 * gdb.base/auto-connect-native-target.c: New file.
18961 * gdb.base/auto-connect-native-target.exp: New file.
18962
4ebfc96e
PA
189632014-05-21 Pedro Alves <palves@redhat.com>
18964
18965 * gdb.base/default.exp: Test "target native" instead of "target
18966 child".
18967
36d46afb
MW
189682014-05-21 Mark Wielaard <mjw@redhat.com>
18969
18970 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18971
5876f503
JK
189722014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18973
18974 Fix TLS access for -static -pthread.
18975 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18976 <HAVE_TLS> (thread_function, main): Initialize it.
18977 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18978 Add clean_restart.
18979 <$have_tls != "">: Check TLSVAR.
18980
0256a6ac
PA
189812014-05-21 Pedro Alves <palves@redhat.com>
18982
18983 * gdb.base/dcache-line-read-error.c: New.
18984 * gdb.base/dcache-line-read-error.exp: New.
18985
936d2992
PA
189862014-05-20 Pedro Alves <palves@redhat.com>
18987
18988 * gdb.base/compare-sections.c: New file.
18989 * gdb.base/compare-sections.exp: New file.
18990
802e8e6d
PA
189912014-05-20 Pedro Alves <palves@redhat.com>
18992
18993 * gdb.base/break-idempotent.c: New file.
18994 * gdb.base/break-idempotent.exp: New file.
18995
e59fa00f
MM
189962014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18997
18998 * gdb.btrace/nohist.exp: New.
18999
8b696e31
YQ
190002014-05-20 Yao Qi <yao@codesourcery.com>
19001
19002 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19003 gdb.reverse directory and gdb_reverse_timeout exists in board
19004 setting.
19005 * README: Document gdb_reverse_timeout.
19006
73c9764f
YQ
190072014-05-20 Yao Qi <yao@codesourcery.com>
19008
19009 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19010 'test_file_name'. Treat args as a string instead of a list.
19011 (gdb_init): Rename argument 'args' by 'test_file_name'.
19012
f1f4348a
JK
190132014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19014
19015 * gdb.arch/powerpc-power.exp: New file.
19016 * gdb.arch/powerpc-power.s: New file.
19017
0dbe70ce
DE
190182014-05-16 Doug Evans <dje@google.com>
19019
19020 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19021 * gdb.base/completion.exp: Check that all expected files exist
19022 before doing file completion.
0dbe70ce 19023
8d551b02
DE
190242014-05-16 Doug Evans <dje@google.com>
19025
19026 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19027 Update.
19028 (do_syscall_tests_without_xml): Update.
19029
73eb7709
PA
190302014-05-16 Pedro Alves <palves@redhat.com>
19031
19032 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19033 instead of "unknown output after running".
19034
3fae92fc
YQ
190352014-05-16 Yao Qi <yao@codesourcery.com>
19036
19037 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19038 file1.txt from host at the end.
19039 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19040
c2b2ccc5
DE
190412014-05-15 Doug Evans <dje@google.com>
19042
19043 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19044 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19045 loading file. Add test for TU lookup.
19046
8c217a4b
SM
190472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19048
19049 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19050 calling "-exec-arguments" or "set args" before running the
19051 inferior.
19052
3deb39c6
SM
190532014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19054
19055 * lib/mi-support.exp (mi_expect_stop): Expect message for
19056 inferiors that exit with non-zero exit code.
19057
71a79f8c
YQ
190582014-05-14 Yao Qi <yao@codesourcery.com>
19059
19060 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19061 match absolute path on remote host.
19062 (test_file_list_exec_source_files): Remove "/" from the
19063 pattern.
19064
f23fcd46
YQ
190652014-05-14 Yao Qi <yao@codesourcery.com>
19066
19067 * boards/local-remote-host-notty.exp (${board}_file): New
19068 proc.
19069
9404b58f
KM
190702014-05-07 Kyle McMartin <kyle@redhat.com>
19071
19072 Pushed by Joel Brobecker <brobecker@adacore.com>.
19073 * gdb.arch/aarch64-atomic-inst.c: New file.
19074 * gdb.arch/aarch64-atomic-inst.exp: New file.
19075
5e45f04c
YQ
190762014-05-07 Yao Qi <yao@codesourcery.com>
19077
19078 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19079 in current context" too.
19080
c888a17d
KS
190812014-05-05 Keith Seitz <keiths@redhat.com>
19082
19083 * gdb.linespec/ls-dollar.exp: Add test for linespec
19084 file:convenience_variable.
19085
290a839c
YQ
190862014-05-05 Yao Qi <yao@codesourcery.com>
19087
19088 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19089 traceframes into tfile and ctf trace files. Read data from
19090 trace file and test collected data.
19091 (gdb_collect_locals_test): Likewise.
19092 (gdb_unavailable_registers_test): Likewise.
19093 (gdb_unavailable_floats): Likewise.
19094 (gdb_collect_globals_test): Likewise.
19095 (top-level): Append "ctf" to trace_file_targets if GDB
19096 supports.
19097
b5262cd0
YQ
190982014-05-05 Yao Qi <yao@codesourcery.com>
19099
19100 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19101 code to ...
19102 (gdb_collect_args_test_1): ... it. New proc.
19103 (gdb_collect_locals_test): Move some code to ...
19104 (gdb_collect_locals_test_1): ... it. New proc.
19105 (gdb_unavailable_registers_test): Move some code to ...
19106 (gdb_unavailable_registers_test_1): ... it. New proc.
19107 (gdb_unavailable_floats): Move some code to ...
19108 (gdb_unavailable_floats_1): ... it. New proc.
19109
30a1e6cc
SDJ
191102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19111
19112 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19113 probes to test for bitness recognition.
19114 * gdb.arch/amd64-stap-optional-prefix.exp
19115 (test_probe_value_without_reg): New procedure.
19116 Add code to test for different kinds of bitness.
19117
f33da99a
SDJ
191182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19119
19120 PR breakpoints/16889
19121 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19122 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19123
5b80f00d
PA
191242014-05-01 Pedro Alves <palves@redhat.com>
19125
19126 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19127 gdb_file_cmd if no file is specified.
19128 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19129 last_loaded_file to set the remote exec-file.
19130
f8c2a73c
PA
191312014-05-01 Pedro Alves <palves@redhat.com>
19132
19133 * boards/local-remote-host.exp: New file.
19134
be6e8ac7
PA
191352014-05-01 Pedro Alves <palves@redhat.com>
19136
19137 * boards/local-remote-host.exp: Rename to ...
19138 * boards/local-remote-host-notty.exp: ... this.
19139
cac0dc8f
JB
191402014-04-28 Joel Brobecker <brobecker@adacore.com>
19141
19142 * gdb.ada/dyn_arrayidx: New testcase.
19143
9730e6cc
YQ
191442014-04-26 Yao Qi <yao@codesourcery.com>
19145
19146 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19147 and compute the length of function main. Save it in
19148 $main_length.
19149 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19150 (top-level): Use gdb_compile to compile objects into
19151 executable and restart GDB. Remove invocation to
19152 prepare_for_testing.
19153
7ae1a6a6
PA
191542014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19155 Pedro Alves <palves@redhat.com>
19156
19157 PR server/16255
19158 * gdb.multi/multi-attach.c: New file.
19159 * gdb.multi/multi-attach.exp: New file.
19160
4082afcc
PA
191612014-04-25 Pedro Alves <palves@redhat.com>
19162
19163 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19164 user.
19165 (top level): Test that "set remote conditional-breakpoints-packet
19166 off" works as intended.
19167 * gdb.base/dprintf.exp: Test that "set remote
19168 breakpoint-commands-packet off" works as intended.
19169 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19170 New function.
19171 (top level): Call it.
19172 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19173 remote fast-tracepoints-packet off" works as intended.
19174 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19175 * lib/gdb.exp (gdb_is_target_remote): ... here.
19176
2abc3f8d
DB
191772014-04-24 David Blaikie <dblaikie@gmail.com>
19178
19179 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19180 ensure clang would not discard them.
19181 * gdb.base/gdbvars.c: Ditto.
19182 * gdb.base/memattr.c: Ditto.
19183 * gdb.base/whatis.c: Ditto.
19184 * gdb.python/py-prettyprint.c: Ditto.
19185 * gdb.trace/actions.c: Ditto.
19186 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19187 ensure clang would not discard it.
19188
bfd39632
DB
191892014-04-24 David Blaikie <dblaikie@gmail.com>
19190
19191 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19192 clang to emit the full definition of type required by the test
19193 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19194
22842ff6
DB
191952014-04-24 David Blaikie <dblaikie@gmail.com>
19196
19197 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19198 coax Clang into emitting the definition of the type.
19199 * gdb.cp/pr10728-x.h (y): Ditto.
19200 * gdb.cp/pr10728-y.cc (y): Ditto.
19201
c2e827ad
DB
192022014-04-24 David Blaikie <dblaikie@gmail.com>
19203
19204 * gdb.base/label.exp: XFAIL label related tests under Clang.
19205 * gdb.cp/cplabel.exp: Ditto.
19206 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19207 under Clang those using labels.
19208
4c2d33e7
YQ
192092014-04-25 Yao Qi <yao@codesourcery.com>
19210
19211 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19212 double_label.
19213 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19214 partial_label and double_label.
19215
56083b99
DB
192162014-04-24 David Blaikie <dblaikie@gmail.com>
19217
19218 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19219
25d4e99d
DB
192202014-04-24 David Blaikie <dblaikie@gmail.com>
19221
19222 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19223 of the function to work across GCC and Clang.
19224 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19225 pointer types (const void ** const V void **).
19226
01f9f808
MS
192272014-04-24 Michael Sturm <michael.sturm@mintel.com>
19228 Walfred Tedeschi <walfred.tedeschi@intel.com>
19229
19230 * Makefile.in (EXECUTABLES): Added i386-avx512.
19231 * gdb.arch/i386-avx512.c: New file.
19232 * gdb.arch/i386-avx512.exp: Likewise.
19233
4b48d439
KS
192342014-04-23 Keith Seitz <keiths@redhat.com>
19235
19236 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19237 (mi_make_breakpoint_table): New procedure.
19238 (mi_create_breakpoint): Use mi_make_breakpoint
19239 and return the result.
19240 (mi_make_breakpoint): New procedure.
19241 (mi_build_kv_pairs): New procedure.
19242
19243 * gdb.mi/mi-break.exp: Remove unused globals,
19244 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19245 All callers updated.
19246 * gdb.mi/mi-dprintf.exp: Use variable to track command
19247 number.
19248 Update all callers of mi_create_breakpoint and use
19249 mi_make_breakpoint_table.
19250 Remove any unused global variables.
19251 * gdb.mi/mi-nonstop.exp: Likewise.
19252 * gdb.mi/mi-nsintrall.exp: Likewise.
19253 * gdb.mi/mi-nsmoribund.exp: Likewise.
19254 * gdb.mi/mi-nsthrexec.exp: Likewise.
19255 * gdb.mi/mi-reverse.exp: Likewise.
19256 * gdb.mi/mi-simplerun.exp: Likewise.
19257 * gdb.mi/mi-stepn.exp: Likewise.
19258 * gdb.mi/mi-syn-frame.exp: Likewise.
19259 * gdb.mi/mi-until.exp: Likewise.
19260 * gdb.mi/mi-var-cp.exp: Likewise.
19261 * gdb.mi/mi-var-display.exp: Likewise.
19262 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19263 * gdb.mi/mi2-var-child.exp: Likewise.
19264 * gdb.mi/mi-vla-c99.exp: Likewise.
19265 * lib/mi-support.exp: Likewise.
19266
19267 From Ian Lance Taylor <iant@cygnus.com>:
19268 * lib/gdb.exp (parse_args): New procedure.
19269
08351840
PA
192702014-04-23 Pedro Alves <palves@redhat.com>
19271
19272 * gdb.base/break-unload-file.c: New file.
19273 * gdb.base/break-unload-file.exp: New file.
19274 * gdb.base/sym-file-lib.c (baz): New function.
19275 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19276 field.
19277 (load): Store the segment's mapped size.
19278 (unload): New function.
19279 (unload_shlib): New function.
19280 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19281 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19282 set a breakpoint at baz, and call it.
19283 * gdb.base/sym-file.exp: New tests for stale breakpoint
19284 instructions.
19285
076855f9
PA
192862014-04-23 Pedro Alves <palves@redhat.com>
19287
19288 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19289 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19290 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19291 * gdb.base/hbreak-unmapped.c: New file.
19292 * gdb.base/hbreak-unmapped.exp: New file.
19293 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19294 * lib/gdb.exp (gdb_is_target_remote): ... here.
19295
483805cf
PA
192962014-04-22 Pedro Alves <palves@redhat.com>
19297
19298 * gdb.base/consecutive-step-over.c: New file.
19299 * gdb.base/consecutive-step-over.exp: New file.
19300
06d97543
PA
193012014-04-22 Pedro Alves <palves@redhat.com>
19302
19303 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19304 instead of send_gdb/gdb_expect.
19305
b4429ea2
YQ
193062014-04-22 Yao Qi <yao@codesourcery.com>
19307
19308 * lib/trace-support.exp (generate_tracefile): New procedure.
19309 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19310 return 0.
19311 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19312 if generate_tracefile returns 1.
19313
51d48146
PA
193142014-04-18 Tom Tromey <palves@redhat.com>
19315 Pedro alves <tromey@redhat.com>
19316
19317 PR backtrace/15558
19318 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19319 with a backtrace limit.
19320 * gdb.python/py-frame-inline.exp: Test running to an inline
19321 function with a backtrace limit, and printing the newest frame.
19322 * gdb.python/py-frame-inline.c (main): Call f.
19323
bd1dce5f
MS
193242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19325
19326 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19327
40d1a503
MS
193282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19329
19330 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19331 Drop prefix from unsupported source file path.
19332
389b98f7
YQ
193332014-04-17 Yao Qi <yao@codesourcery.com>
19334
19335 * lib/gdb.exp (with_target_charset): New proc.
19336 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19337 with_target_charset.
19338 (test_print_strings): Likewise.
19339 (test_repeat_bytes): Likewise.
19340 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19341 for some tests.
19342
22869d73
KS
193432014-04-16 Keith Seitz <keiths@redhat.com>
19344
19345 PR gdb/15827
19346 * gdb.dwarf2/corrupt.c: New file.
19347 * gdb.dwarf2/corrupt.exp: New file.
19348
c4f87ca6
KS
193492014-04-16 Keith Seitz <keiths@redhat.com>
19350
19351 PR c++/16597
19352 * gdb.cp/namelessclass.cc: New file.
19353 * gdb.cp/namelessclass.exp: New file.
19354 * gdb.cp/namelessclass.S: New file.
19355
ab19de87
DE
193562014-04-16 Doug Evans <dje@google.com>
19357
19358 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19359 Add comment.
19360 (gdbserver_default_get_comm_port): New function.
19361 (gdbserver_start): Check if board file provided
19362 "gdbserver,get_comm_port" and use it if so.
19363 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19364 (gdb,socketport): Set to "stdio".
19365 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19366 (stdio_gdbserver_template): Delete.
19367 (${board}_get_remote_address): Update.
19368 (${board}_build_remote_cmd): Delete.
19369 (${board}_get_comm_port): New function.
19370 (${board}_spawn): Update.
19371 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19372 Delete.
19373 (${board}_get_remote_address): Update.
19374 (${board}_get_comm_port): New function.
19375
fc98a809
AB
193762014-04-16 Andrew Burgess <aburgess@broadcom.com>
19377
19378 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19379 appearing in any order.
19380
87fd9e6e
DE
193812014-04-15 Doug Evans <dje@google.com>
19382
19383 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19384 uninitialized value of "description".
19385
099fc3ea
KS
193862014-04-15 Keith Seitz <keiths@redhat.com>
19387
19388 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19389 Remove unused globals.
19390 (test_running_the_program): Likewise.
19391 (test_controlled_execution): Likewise.
19392 (test_controlling_breakpoints): Likewise.
19393 (test_program_termination): Likewise.
19394
5da151d4
KS
193952014-04-15 Keith Seitz <keiths@redhat.com>
19396
19397 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19398 unused globals.
19399 (test_rbreak_creation_and_listing): Likewise.
19400 (test_ignore_count): Likewise.
19401 (test_error): Likewise.
19402
35e5d2f0
PA
194032014-04-15 Pedro Alves <palves@redhat.com>
19404
19405 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19406 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19407 sym-file-loader.c.
19408 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19409 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19410 to sym-file-loader.c.
19411 (struct library): Forward declare.
19412 (load_shlib, lookup_function): Change prototypes.
19413 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19414 (translate_offset): Remove declarations.
19415 (get_text_addr): New declaration.
19416 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19417 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19418 sym-file-loader.h.
19419 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19420 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19421 here from sym-file-loader.h.
19422 (struct library): New structure.
19423 (load_shlib, lookup_function): Change prototypes and adjust to
19424 work with a struct library.
19425 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19426 (translate_offset): Make static.
19427 (get_text_addr): New function.
19428 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19429
eb4c1710
PA
194302014-04-15 Pedro Alves <palves@redhat.com>
19431
19432 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19433
2d1baf52
PA
194342014-04-15 Pedro Alves <palves@redhat.com>
19435
19436 * gdb.base/sym-file-loader.c: Include <limits.h>.
19437 (SELF_LINK): New define.
19438 (get_origin): New function.
19439 (load_shlib): Use it.
19440 * gdb.base/sym-file.exp: Don't early return if the target is
19441 remote. Use runto_main, and issue fail is that fails. Use
19442 gdb_load_shlibs.
19443 (shlib_name): Delete.
19444 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19445
7dd6df01
PA
194462014-04-15 Pedro Alves <palves@redhat.com>
19447
19448 * gdb.base/sym-file.exp: Remove regex characters from test
19449 message. Don't refer to breakpoint numbers in test messages.
19450
b50c8614
KS
194512014-04-14 Keith Seitz <keiths@redhat.com>
19452
19453 PR c++/16253
19454 * gdb.cp/var-tag.cc: New file.
19455 * gdb.cp/var-tag.exp: New file.
19456 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19457 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19458 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19459 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19460
3d567982
TT
194612014-04-14 Tom Tromey <tromey@redhat.com>
19462
19463 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19464 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19465 type.
19466 * gdb.cp/enum-class.exp: New file.
19467 * gdb.cp/enum-class.cc: New file.
19468
0626fc76
TT
194692014-04-14 Tom Tromey <tromey@redhat.com>
19470
19471 * gdb.dwarf2/enum-type.exp: New file.
19472
dca325b3
SA
194732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19474
19475 * gdb.mi/mi-vla-c99.exp: New file.
19476 * gdb.mi/vla.c: New file.
19477
5854b38a
SA
194782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19479
19480 * gdb.base/vla-datatypes.c: New file.
19481 * gdb.base/vla-datatypes.exp: New file.
19482
463bb957
SA
194832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19484
19485 * gdb.base/vla-ptr.c: New file.
19486 * gdb.base/vla-ptr.exp: New file.
19487
3dd170be
SA
194882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19489
19490 * gdb.dwarf2/count.exp: New file.
19491
5ecaaa66
SA
194922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19493
19494 * gdb.base/vla-sideeffect.c: New file.
19495 * gdb.base/vla-sideeffect.exp: New file.
19496
41f1ada5
DB
194972014-04-14 David Blaikie <dblaikie@gmail.com>
19498
19499 * gdb.mi/non-stop.c: Add return value for non-void function return
19500 statement.
19501 * gdb.threads/staticthreads.c: Ditto.
19502
0be03e84
DE
195032014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19504 Doug Evans <xdje42@gmail.com>
19505
19506 * gdb.guile/scm-value.c: Improve test case.
19507 * gdb.guile/scm-value.exp: Add new test.
19508
f180a1fb
DB
195092014-04-11 David Blaikie <dblaikie@gmail.com>
19510
19511 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19512 override Clang's default.
19513
6b662e19
JB
195142014-04-11 Joel Brobecker <brobecker@adacore.com>
19515
19516 Revert the following changes (regressions):
19517
19518 * gdb.base/vla-sideeffect.c: New file.
19519 * gdb.base/vla-sideeffect.exp: New file.
19520
19521 * gdb.dwarf2/count.exp: New file.
19522
19523 * gdb.base/vla-multi.c: New file.
19524 * gdb.base/vla-multi.exp: New file.
19525
19526 * gdb.base/vla-ptr.c: New file.
19527 * gdb.base/vla-ptr.exp: New file.
19528
19529 * gdb.base/vla-datatypes.c: New file.
19530 * gdb.base/vla-datatypes.exp: New file.
19531
19532 * gdb.mi/mi-vla-c99.exp: New file.
19533 * gdb.mi/vla.c: New file.
19534
245a5f0b
KS
195352014-04-11 Keith Seitz <keiths@redhat.com>
19536
19537 PR c++/16675
19538 * gdb.cp/cpsizeof.exp: New file.
19539 * gdb.cp/cpsizeof.cc: New file.
19540
58a84dcf
SA
195412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19542
191a8a90
JB
19543 * gdb.mi/mi-vla-c99.exp: New file.
19544 * gdb.mi/vla.c: New file.
58a84dcf 19545
c8655f75
SA
195462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19547
19548 * gdb.base/vla-datatypes.c: New file.
19549 * gdb.base/vla-datatypes.exp: New file.
19550
024e13b4
SA
195512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19552
19553 * gdb.base/vla-ptr.c: New file.
19554 * gdb.base/vla-ptr.exp: New file.
19555
1a237e0e
SA
195562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19557
19558 * gdb.base/vla-multi.c: New file.
19559 * gdb.base/vla-multi.exp: New file.
19560
504f3432
SA
195612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19562
19563 * gdb.dwarf2/count.exp: New file.
19564
3bce8237
SA
195652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19566
191a8a90
JB
19567 * gdb.base/vla-sideeffect.c: New file.
19568 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19569
322f9c21
YQ
195702014-04-11 Yao Qi <yao@codesourcery.com>
19571
19572 * gdb.base/completion.exp: Check file exists before running tests
19573 on file completion.
19574
d708bcd1
PA
195752014-04-10 Pedro Alves <palves@redhat.com>
19576
19577 * gdb.base/cond-eval-mode.c: New file.
19578 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19579 prepare_for_testing to build the new file. Check result of
19580 runto_main.
19581 (test_break, test_watch): New procedures.
19582 (top level): Use them.
19583
ae1d2761
PM
195842014-04-08 Pierre Muller <muller@sourceware.org>
19585
19586 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19587 Ctrl-V use for mingw hosts.
19588
7af389b8
SC
195892014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19590
19591 * gdb.python/py-value.c: Improve test case.
19592 * gdb.python/py-value.exp: Add new test.
19593
5e703181
DE
195942014-04-07 David Blaikie <dblaikie@gmail.com>
19595
19596 * lib/compiler.c: Identify the clang compiler.
19597 * lib/compiler.cc: Ditto.
19598
9810b410
YQ
195992014-04-03 Yao Qi <yao@codesourcery.com>
19600
19601 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19602
98d1b8dc
AB
196032014-04-01 Anton Blanchard <anton@samba.org>
19604
19605 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19606 messages unique.
19607
3114cea1
AB
196082014-04-01 Anton Blanchard <anton@samba.org>
19609
19610 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19611 prepare_for_testing.
19612
62f7182c
AB
196132014-04-01 Anton Blanchard <anton@samba.org>
19614
19615 * gdb.arch/ppc64-atomic-inst.c: Remove.
19616 * gdb.arch/ppc64-atomic-inst.S: New file.
19617 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19618
770e7fc7
DE
196192014-03-31 Doug Evans <dje@google.com>
19620
19621 * gdb.base/print-symbol-loading-lib.c: New file.
19622 * gdb.base/print-symbol-loading-main.c: New file.
19623 * gdb.base/print-symbol-loading.exp: New file.
19624
46e2bafa
YQ
196252014-03-31 Yao Qi <yao@codesourcery.com>
19626
19627 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19628
8776cfe9
JB
196292014-03-28 Joel Brobecker <brobecker@adacore.com>
19630
19631 * gdb.ada/mi_dyn_arr: New testcase.
19632
5d1ef361
DE
196332014-03-27 Doug Evans <dje@google.com>
19634
19635 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19636
b5bee914
YQ
196372014-03-27 Yao Qi <yao@codesourcery.com>
19638
19639 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19640 if target is nios2-*-*.
19641
0d4d0e77
YQ
196422014-03-26 Yao Qi <yao@codesourcery.com>
19643
19644 * lib/gdb.exp (readline_is_used): New proc.
19645 * gdb.base/completion.exp: Move tests on command complete up.
19646 Skip the rest of tests if readline is not used.
19647 * gdb.ada/complete.exp: Skp the test if readline is not
19648 used.
19649 * gdb.base/filesym.exp: Likewise.
19650 * gdb.base/macscp.exp: Likewise.
19651 * gdb.base/readline-ask.exp: Likewise.
19652 * gdb.base/readline.exp: Likewise.
19653 * gdb.python/py-cmd.exp: Likewise.
19654 * gdb.trace/tfile.exp: Likewise.
19655
29361eee
YQ
196562014-03-26 Yao Qi <yao@codesourcery.com>
19657
19658 * gdb.base/macscp.exp: Fix code format issues.
19659
bc9a5525
UW
196602014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19661
19662 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19663 * gdb.asm/powerpc64le.inc: New file.
19664
d3839ede
PA
196652014-03-25 Pedro Alves <palves@redhat.com>
19666 Doug Evans <dje@google.com>
19667
19668 * gdb.base/source-execution.c: New file.
19669 * gdb.base/source-execution.exp: New file.
19670 * gdb.base/source-execution.gdb: New file.
19671
01672a57
DE
196722014-03-24 Doug Evans <dje@google.com>
19673
19674 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19675 using fission.
19676
88bbeca9
HZ
196772014-03-24 Hui Zhu <hui@codesourcery.com>
19678 Pedro Alves <palves@redhat.com>
19679
19680 PR breakpoints/16101
19681 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19682 test pass/fail messages. Detect missing support for dprintf when
19683 breakpoints are actually inserted.
19684 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19685 breakpoints are actually inserted.
19686 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19687 fails.
19688
d2348791
JK
196892014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19690
19691 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19692
feef67ab
DE
196932014-03-22 Doug Evans <xdje42@gmail.com>
19694
19695 * gdb.python/python.exp (python not supported): Verify multi-line
19696 python command issues an error.
25d743f9 19697 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19698 guile command issues an error.
feef67ab 19699
ecebef6a
MR
197002014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19701
19702 * gdb.threads/thread-specific.exp: Handle the lack of usable
19703 $this_breakpoint and $this_thread.
19704
ccdd1909
HZ
197052014-03-21 Hui Zhu <hui@codesourcery.com>
19706
19707 * gdb.base/attach.exp (do_command_attach_tests): New.
19708
beb460e8
PA
197092014-03-20 Tom Tromey <tromey@redhat.com>
19710 Pedro Alves <palves@redhat.com>
19711
19712 PR cli/15718
19713 * gdb.base/condbreak-call-false.c: New file.
19714 * gdb.base/condbreak-call-false.exp: New file.
19715
40acf43a
PA
197162014-03-20 Pedro Alves <palves@redhat.com>
19717
19718 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19719 Delete.
19720 (block_signals, unblock_signals): Delete.
19721 (child_function_2, main): Remove references to deleted variable
19722 and functions.
19723
9f5e1e02
PA
197242014-03-20 Pedro Alves <palves@redhat.com>
19725
19726 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19727 Use pthread_kill to signal thread 2.
19728 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19729 Adjust to make the test send itself a signal rather than using the
19730 host's "kill" command.
19731
99619bea
PA
197322014-03-20 Pedro Alves <palves@redhat.com>
19733
19734 * gdb.threads/multiple-step-overs.c: New file.
19735 * gdb.threads/multiple-step-overs.exp: New file.
19736 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19737 Adjust expected infrun debug output.
19738
2adfaa28
PA
197392014-03-20 Pedro Alves <palves@redhat.com>
19740
19741 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19742 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19743
31e77af2
PA
197442014-03-20 Pedro Alves <palves@redhat.com>
19745
19746 PR breakpoints/7143
19747 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19748 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19749 of gdb_test_multiple.
19750 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19751 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19752
b9f437de
PA
197532014-03-20 Pedro Alves <palves@redhat.com>
19754
19755 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19756 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19757
05adc73e
PA
197582014-03-19 Pedro Alves <palves@redhat.com>
19759
19760 * gdb.base/async.exp: Remove early return.
19761
6048b950
PA
197622014-03-19 Pedro Alves <palves@redhat.com>
19763
19764 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19765
8bcfb00a
PA
197662014-03-19 Pedro Alves <palves@redhat.com>
19767
19768 * gdb.base/async.exp (test_background): Expect \r\n after
19769 "completed." in the fail pattern.
19770
884e37dc
PA
197712014-03-19 Pedro Alves <palves@redhat.com>
19772
19773 * gdb.base/async.exp (test_background): New procedure.
19774 Use it for all background execution command tests.
19775
148e57e2
PA
197762014-03-19 Pedro Alves <palves@redhat.com>
19777
19778 * gdb.base/async.exp: Use prepare_for_testing.
19779
f48088c7
PA
197802014-03-19 Pedro Alves <palves@redhat.com>
19781
19782 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19783 the same line.
19784
e2f6c966
PA
197852014-03-19 Pedro Alves <palves@redhat.com>
19786
19787 * gdb.base/async.c (main): Add "jump here" and "until here" line
19788 marker comments.
19789 * gdb.base/async.exp (jump_here): New global.
19790 (jump& test): Use it.
19791 (until_here): New global.
19792 (until& test): Use it.
19793
c30568d4
PA
197942014-03-19 Pedro Alves <palves@redhat.com>
19795
19796 * gdb.base/async.exp: Don't frob gdb_protocol.
19797
0172b6a7
DE
197982014-03-18 Doug Evans <xdje42@gmail.com>
19799
19800 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19801 Fix spelling of exec-done-display.
19802
06c868a8
JK
198032014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19804
19805 PR gdb/15358
19806 * gdb.base/gdb-sigterm.c: New file.
19807 * gdb.base/gdb-sigterm.exp: New file.
19808
0c7e1a46
PA
198092014-03-18 Pedro Alves <palves@redhat.com>
19810
19811 PR gdb/13860
19812 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19813 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19814 solib-event.
19815
f7c77d93
JB
198162014-03-17 Joel Brobecker <brobecker@adacore.com>
19817
19818 * gdb.ada/pckd_arr_ren: New testcase.
19819
5a1e8c7a
DE
198202014-03-13 Doug Evans <xdje42@gmail.com>
19821
19822 PR guile/16612
19823 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19824 collect after discarding symbols.
19825
350e1a76
DE
198262014-03-13 Ludovic Courtès <ludo@gnu.org>
19827 Doug Evans <xdje42@gmail.com>
19828
19829 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19830 to history survives a gc.
19831
a69900ae
PA
198322014-03-13 Pedro Alves <palves@redhat.com>
19833
19834 * gdb.base/default.exp: Don't test "target procfs".
19835
5db9f0bd
PA
198362014-03-13 Pedro Alves <palves@redhat.com>
19837
19838 * gdb.base/default.exp: Update "target child" and "target procfs"
19839 tests to not expect "Unix".
19840
b3ccfe11
TT
198412014-03-12 Tom Tromey <tromey@redhat.com>
19842
19843 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19844 New procs. Add target-async tests.
19845 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19846 Add target-async tests.
19847
646f4417
AA
198482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19849
19850 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19851 'func_start' and 'func_end' for the beginning and end of the
19852 function code, respectively.
19853 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19854 'func_end' instead of 'func' and 'main'.
19855
288c211f
AA
198562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19857
19858 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19859 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19860 generate the debug info assembler source.
19861
e0c0f156
AA
198622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19863
19864 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19865 * gdb.dwarf2/arr-subrange.exp: Likewise.
19866 * gdb.dwarf2/dwz.exp: Likewise.
19867 * gdb.dwarf2/method-ptr.exp: Likewise.
19868 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19869 * gdb.dwarf2/subrange.exp: Likewise.
19870 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19871 * gdb.dwarf2/implptrpiece.exp: Likewise.
19872 * gdb.dwarf2/nostaticblock.exp: Likewise.
19873
0e5c4555
AA
198742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19875
19876 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19877 directory to absolute path name arguments.
19878
5ec18f2b
JG
198792014-03-10 Joel Brobecker <brobecker@adacore.com>
19880
19881 * gdb.ada/tagged_access: New testcase.
19882
847fc4f2
MM
198832014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19884
19885 * gdb.btrace/data.exp: Update expected output.
19886
cc3da688
YQ
198872014-03-06 Yao Qi <yao@codesourcery.com>
19888
19889 * gdb.trace/pr16508.exp: New file.
19890
0f26cec1
PA
198912014-03-05 Pedro Alves <palves@redhat.com>
19892
19893 PR gdb/16575
19894 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19895 procedure.
19896 (top level): Adjust to use it. Add tests that exercise breakpoint
19897 interaction with the code-cache.
19898
7a5a839f
LC
198992014-02-26 Ludovic Courtès <ludo@gnu.org>
19900
19901 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19902 test for 'history-append!'.
19903
31aa7e4e
JB
199042014-02-26 Joel Brobecker <brobecker@adacore.com>
19905
19906 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19907 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19908 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19909 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19910 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19911 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19912
1b588015
JB
199132014-02-26 Joel Brobecker <brobecker@adacore.com>
19914
19915 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19916 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19917 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19918
55426c9d
JB
199192014-02-26 Joel Brobecker <brobecker@adacore.com>
19920
19921 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19922
dc53a7ad
JB
199232014-02-26 Joel Brobecker <brobecker@adacore.com>
19924
19925 * gdb.dwarf2/arr-stride.c: New file.
19926 * gdb.dwarf2/arr-stride.exp: New file.
19927
12ab52e9
PA
199282014-02-26 Pedro Alves <palves@redhat.com>
19929
19930 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19931 that won't ever trigger. Make sure that GDB reports the correct
19932 breakpoint that caused the stop.
19933
849c862e
JK
199342014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19935
19936 PR gdb/16626
19937 * gdb.base/auto-load-script: New file.
19938 * gdb.base/auto-load.c: New file.
19939 * gdb.base/auto-load.exp: New file.
19940
71b7d793
JK
19941 PR gdb/16626
19942 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19943
e2f0d509
JK
199442014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19945
19946 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19947 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19948
50cc37c8
DE
199492014-02-24 Doug Evans <dje@google.com>
19950
19951 * lib/gdb.exp (run_on_host): Log error output if program fails.
19952
ea4758f2
PA
199532014-02-21 Pedro Alves <palves@redhat.com>
19954
19955 * gdb.threads/step-after-sr-lock.c: Rename to ...
19956 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19957 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19958 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19959 ... this.
19960
d7b30f67
SDJ
199612014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19962
19963 PR tdep/16397
19964 * gdb.arch/amd64-stap-special-operands.exp: New file.
19965 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19966 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19967 * gdb.arch/amd64-stap-triplet.S: Likewise.
19968 * gdb.arch/amd64-stap-triplet.c: Likewise.
19969
83deb43f
JB
199702014-02-20 Joel Brobecker <brobecker@adacore.com>
19971
19972 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19973 in .section pseudo-op.
19974
adde2bff
DE
199752014-02-20 lin zuojian <manjian2006@gmail.com>
19976 Joel Brobecker <brobecker@adacore.com>
19977 Doug Evans <xdje42@gmail.com>
19978
19979 PR symtab/16581
19980 * gdb.dwarf2/dw2-icycle.S: New file.
19981 * gdb.dwarf2/dw2-icycle.c: New file.
19982 * gdb.dwarf2/dw2-icycle.exp: New file.
19983
f7bd0f78
SC
199842014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19985
19986 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19987 operations on gdb.Value objects.
19988 * gdb.python/py-value-cc.exp: Add new test to test operations on
19989 gdb.Value objects.
19990
c17ef0d5
DE
199912014-02-18 Doug Evans <dje@google.com>
19992
19993 * Makefile.in (TESTS): New variable.
19994 (expanded_tests, expanded_tests_or_none): New variables
19995 (check-single): Pass $(expanded_tests_or_none) to runtest.
19996 (check-parallel): Only run tests in $(TESTS) if non-empty.
19997 (check/no-matching-tests-found): New rule.
19998 * README: Document TESTS makefile variable.
19999
5dd3176f
DE
200002014-02-18 Doug Evans <dje@google.com>
20001
20002 * Makefile.in (check-parallel): rm -rf outputs temp.
20003
0b10be4f
JK
200042014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20005
20006 Fix "ERROR: no fileid for" in the testsuite.
20007 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20008
85f224e7
DE
200092014-02-12 Doug Evans <dje@google.com>
20010
20011 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20012 (MISCELLANEOUS): New variable.
20013 (clean): rm -rf $(MISCELLANEOUS).
20014 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20015 dwp live in the same directory as symlinks, with each symlink pointed
20016 to a differently named file in a different directory.
20017
149b30ff
DE
200182014-02-11 Doug Evans <dje@google.com>
20019
20020 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20021 of Tcl file commands.
20022
1dfdac32
MK
200232014-02-10 Mark Kettenis <kettenis@gnu.org>
20024
20025 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20026 "kill -SIGUSR1 -1".
20027
aa4fb036
JB
200282014-02-10 Joel Brobecker <brobecker@adacore.com>
20029
20030 * gdb.ada/tick_length_array_enum_idx: New testcase.
20031
ed3ef339
DE
200322014-02-10 Doug Evans <xdje42@gmail.com>
20033
20034 * configure.ac (AC_OUTPUT): Add gdb.guile.
20035 * configure: Regenerate.
20036 * lib/gdb-guile.exp: New file.
20037 * lib/gdb.exp (get_target_charset): New function.
20038 * gdb.base/help.exp: Update expected output from "apropos apropos".
20039 * gdb.guile/Makefile.in: New file.
20040 * gdb.guile/guile.exp: New file.
20041 * gdb.guile/scm-arch.c: New file.
20042 * gdb.guile/scm-arch.exp: New file.
20043 * gdb.guile/scm-block.c: New file.
20044 * gdb.guile/scm-block.exp: New file.
20045 * gdb.guile/scm-breakpoint.c: New file.
20046 * gdb.guile/scm-breakpoint.exp: New file.
20047 * gdb.guile/scm-disasm.c: New file.
20048 * gdb.guile/scm-disasm.exp: New file.
20049 * gdb.guile/scm-equal.c: New file.
20050 * gdb.guile/scm-equal.exp: New file.
20051 * gdb.guile/scm-error.exp: New file.
20052 * gdb.guile/scm-error.scm: New file.
20053 * gdb.guile/scm-frame-args.c: New file.
20054 * gdb.guile/scm-frame-args.exp: New file.
20055 * gdb.guile/scm-frame-args.scm: New file.
20056 * gdb.guile/scm-frame-inline.c: New file.
20057 * gdb.guile/scm-frame-inline.exp: New file.
20058 * gdb.guile/scm-frame.c: New file.
20059 * gdb.guile/scm-frame.exp: New file.
20060 * gdb.guile/scm-generics.exp: New file.
20061 * gdb.guile/scm-gsmob.exp: New file.
20062 * gdb.guile/scm-iterator.c: New file.
20063 * gdb.guile/scm-iterator.exp: New file.
20064 * gdb.guile/scm-math.c: New file.
20065 * gdb.guile/scm-math.exp: New file.
20066 * gdb.guile/scm-objfile-script-gdb.in: New file.
20067 * gdb.guile/scm-objfile-script.c: New file.
20068 * gdb.guile/scm-objfile-script.exp: New file.
20069 * gdb.guile/scm-objfile.c: New file.
20070 * gdb.guile/scm-objfile.exp: New file.
20071 * gdb.guile/scm-ports.exp: New file.
20072 * gdb.guile/scm-pretty-print.c: New file.
20073 * gdb.guile/scm-pretty-print.exp: New file.
20074 * gdb.guile/scm-pretty-print.scm: New file.
20075 * gdb.guile/scm-section-script.c: New file.
20076 * gdb.guile/scm-section-script.exp: New file.
20077 * gdb.guile/scm-section-script.scm: New file.
20078 * gdb.guile/scm-symbol.c: New file.
20079 * gdb.guile/scm-symbol.exp: New file.
20080 * gdb.guile/scm-symtab-2.c: New file.
20081 * gdb.guile/scm-symtab.c: New file.
20082 * gdb.guile/scm-symtab.exp: New file.
20083 * gdb.guile/scm-type.c: New file.
20084 * gdb.guile/scm-type.exp: New file.
20085 * gdb.guile/scm-value-cc.cc: New file.
20086 * gdb.guile/scm-value-cc.exp: New file.
20087 * gdb.guile/scm-value.c: New file.
20088 * gdb.guile/scm-value.exp: New file.
20089 * gdb.guile/source2.scm: New file.
20090 * gdb.guile/types-module.cc: New file.
20091 * gdb.guile/types-module.exp: New file.
20092
7026a7c1
YQ
200932014-02-10 Yao Qi <yao@codesourcery.com>
20094
20095 PR testsuite/16543
20096 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20097 * configure: Regenerated.
20098 * Makefile.in: New file.
20099
6c466447
AS
201002014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20101
20102 * gdb.python/py-framefilter.exp: Fix typo.
20103
6e854735
YQ
201042014-02-08 Yao Qi <yao@codesourcery.com>
20105
20106 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20107 that no =breakpoint-modified is emitted when breakpoints are
20108 modified through MI commands.
20109
d137e6dc
PA
201102014-02-07 Pedro Alves <pedro@codesourcery.com>
20111 Pedro Alves <palves@redhat.com>
20112
20113 * gdb.threads/step-after-sr-lock.c: New file.
20114 * gdb.threads/step-after-sr-lock.exp: New file.
20115
b5ee5a50
PA
201162014-02-07 Pedro Alves <palves@redhat.com>
20117
20118 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20119
3c77faf3
JK
201202014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20121
20122 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20123 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20124
6dddc817
DE
201252014-02-06 Doug Evans <xdje42@gmail.com>
20126
20127 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20128 output.
20129
20130 * gdb.gdb/python-interrupts.exp: New file.
20131
de7b2893
YQ
201322014-02-05 Yao Qi <yao@codesourcery.com>
20133
20134 * gdb.trace/report.exp (use_collected_data): Test the output
20135 of "info threads" and "info inferiors".
20136
66d032ac
YQ
201372014-02-05 Yao Qi <yao@codesourcery.com>
20138
20139 Revert this patch:
20140
20141 2013-05-24 Yao Qi <yao@codesourcery.com>
20142
20143 * gdb.trace/tfile.exp: Test inferior and thread.
20144
591a12a1
UW
201452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20146
20147 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20148 on a function.
20149 * gdb.base/step-bt.c: Call hello via function pointer to make
20150 sure its first instruction is executed on powerpc64le-linux.
20151
0ff3e01f
UW
201522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20153
20154 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20155
084ee545
UW
201562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20157
20158 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20159 of the test patterns for use on little-endian systems.
20160
6ed14ff3
UW
201612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20162
20163 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20164 (decimal_vector): Fix for little-endian.
20165
401e27fd
JM
201662014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20167
20168 * gdb.arch/sparc-sysstep.exp: New file.
20169 * gdb.arch/sparc-sysstep.c: Likewise.
20170
20171 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20172
8b924729
EBM
201732014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20174
20175 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20176
fb151210
JB
201772014-01-23 Tom Tromey <tromey@redhat.com>
20178
20179 * gdb.ada/array_char_idx: New testcase.
20180
0740f8d8
TT
201812014-01-23 Tom Tromey <tromey@redhat.com>
20182
20183 PR python/16487:
20184 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20185 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20186 classes.
20187
21909fa1
TT
201882014-01-23 Tom Tromey <tromey@redhat.com>
20189
20190 PR python/16491:
20191 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20192 string from an inferior frame.
20193 * gdb.python/py-framefilter-mi.exp: Update.
20194
87ce2a04
DE
201952014-01-22 Doug Evans <dje@google.com>
20196
20197 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20198
237b092b
AA
201992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20200
20201 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20202
d674a709
AA
202032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20204
20205 * gdb.trace/entry-values.exp: Remove excess space character from
20206 regex patterns. Handle s390 call instruction.
20207
20fa3390
AA
202082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20209
20210 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20211 define "*_start" label. Make "name" static.
20212 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20213 ${name} by references to ${name}_start.
20214
78466714
AA
202152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20216
20217 * gdb.base/info-macros.exp: Remove "debug" from the compile
20218 options.
20219
ec9f644a
IB
202202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20221
20222 * gdb.dlang/demangle.exp: New file.
20223
94b1b47e
IB
202242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20225
20226 * gdb.dlang/primitive-types.exp: New file.
20227
7f420862
IB
202282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20229
20230 * configure.ac: Create gdb.dlang/Makefile.
20231 * configure: Regenerate.
20232 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20233 * gdb.dlang/Makefile.in: New file.
20234 * lib/d-support.exp: New file.
20235 * lib/gdb.exp (skip_d_tests): New proc.
20236
52834460
MM
202372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20238
20239 * gdb.btrace/delta.exp: Check reverse stepi.
20240 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20241 * gdb.btrace/finish.exp: New.
20242 * gdb.btrace/next.exp: New.
20243 * gdb.btrace/nexti.exp: New.
20244 * gdb.btrace/record_goto.c: Add comments.
20245 * gdb.btrace/step.exp: New.
20246 * gdb.btrace/stepi.exp: New.
20247 * gdb.btrace/multi-thread-step.c: New.
20248 * gdb.btrace/multi-thread-step.exp: New.
20249 * gdb.btrace/rn-dl-bind.c: New.
20250 * gdb.btrace/rn-dl-bind.exp: New.
20251 * gdb.btrace/data.c: New.
20252 * gdb.btrace/data.exp: New.
20253 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20254
6e07b1d2
MM
202552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20256
20257 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20258 * gdb.btrace/exception.exp: Update.
20259 * gdb.btrace/instruction_history.exp: Update.
20260 * gdb.btrace/record_goto.exp: Update.
20261 * gdb.btrace/tailcall.exp: Update.
20262 * gdb.btrace/unknown_functions.exp: Update.
20263 * gdb.btrace/delta.exp: New.
20264
0b722aec
MM
202652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20266
20267 * gdb.btrace/record_goto.exp: Add backtrace test.
20268 * gdb.btrace/tailcall.exp: Add backtrace test.
20269
066ce621
MM
202702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20271
20272 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20273 * gdb.btrace/record_goto.c: New.
20274 * gdb.btrace/record_goto.exp: New.
20275 * gdb.btrace/x86-record_goto.S: New.
20276
0688d04e
MM
202772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20278
20279 * gdb.btrace/function_call_history.exp: Update tests.
20280 * gdb.btrace/instruction_history.exp: Update tests.
20281
8710b709
MM
202822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20283
20284 * gdb.btrace/function_call_history.exp: Fix expected field
20285 order for "record function-call-history".
20286 Add new tests for "record function-call-history /c".
20287 * gdb.btrace/exception.cc: New.
20288 * gdb.btrace/exception.exp: New.
20289 * gdb.btrace/tailcall.exp: New.
20290 * gdb.btrace/x86-tailcall.S: New.
20291 * gdb.btrace/x86-tailcall.c: New.
20292 * gdb.btrace/unknown_functions.c: New.
20293 * gdb.btrace/unknown_functions.exp: New.
20294 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20295
5de9129b
MM
202962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20297
20298 * gdb.btrace/instruction_history.exp: Update.
20299 * gdb.btrace/function_call_history.exp: Update.
20300
23a7fe75
MM
203012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20302
20303 * gdb.btrace/function_call_history.exp: Fix expected function
20304 trace.
20305 * gdb.btrace/instruction_history.exp: Initialize traced.
20306 Remove traced_functions.
20307
724c7dd8
MM
203082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20309
20310 * gdb.btrace/function_call_history.exp: Update
20311 * gdb.btrace/instruction_history.exp: Update.
20312
6d78d93b
MM
203132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20314
20315 * gdb.btrace/enable.exp: Update expected text.
20316
93a360cc
OJ
203172014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20318
20319 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20320 bytes.
20321
3772b53f
MR
203222014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20323
20324 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20325
596662fa
OJ
203262014-01-15 Omair Javaid <omair.javaid@linaro.org>
20327
20328 * lib/gdb.exp (supports_process_record): Return true for
20329 arm*-linux*. (supports_reverse): Likewise.
20330
b5b08fb4
SC
203312014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20332
20333 PR python/15464
20334 PR python/16113
20335 * gdb.python/py-type.c: Enhance test case.
20336 * gdb.python/py-value-cc.cc: Likewise
20337 * gdb.python/py-type.exp: Add new tests.
20338 * gdb.python/py-value-cc.exp: Likewise
20339
52d7fb13
AA
203402014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20341 Pedro Alves <palves@redhat.com>
20342
20343 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20344 Make "name" extern.
20345 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20346 references to ${name}_start by references to ${name}.
20347
a2cd8cfe
JB
203482014-01-10 Joel Brobecker <brobecker@adacore.com>
20349
20350 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20351
4e23fced
JB
203522014-01-10 Joel Brobecker <brobecker@adacore.com>
20353
20354 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20355
c6a9e42c
PA
203562014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20357 Pedro Alves <palves@redhat.com>
20358
20359 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20360 mi_gdb_target_load.
c6a9e42c 20361
b7ea362b
PA
203622014-01-08 Pedro Alves <palves@redhat.com>
20363
20364 * gdb.threads/reconnect-signal.c: New file.
20365 * gdb.threads/reconnect-signal.exp: New file.
20366
5e3f4fab
EBM
203672014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20368
20369 * gdb.base/source-dir.exp: New file.
20370
79301218
JB
203712014-01-07 Joel Brobecker <brobecker@adacore.com>
20372
20373 * gdb.ada/mi_interface: New testcase.
20374
8e355c5d
JB
203752014-01-07 Joel Brobecker <brobecker@adacore.com>
20376
20377 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20378 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20379 gdb.ada/pp-rec-component/pck.ads: New files.
20380
c0d48811
JB
203812014-01-07 Joel Brobecker <brobecker@adacore.com>
20382
20383 * gdb.python/py-pp-integral.c: New file.
20384 * gdb.python/py-pp-integral.py: New file.
20385 * gdb.python/py-pp-integral.exp: New file.
20386
17b609c3 20387For older changes see ChangeLog-1993-2013.
c906108c 20388\f
8d8cb839
EZ
20389;; Local Variables:
20390;; mode: change-log
20391;; left-margin: 8
20392;; fill-column: 74
20393;; version-control: never
20394;; End:
902f2ccb 20395
b811d2c2 20396 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20397 Copying and distribution of this file, with or without modification,
20398 are permitted provided the copyright notice and this notice are preserved.
This page took 3.778826 seconds and 4 git commands to generate.